text
stringlengths
0
13M
From [email protected] Thu Aug 01 16:37:12 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37704 invoked by uid 500); 1 Aug 2002 16:37:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 37693 invoked from network); 1 Aug 2002 16:37:11 -0000 To: Ronnie Brunner <[email protected]> Cc: [email protected] Subject: Re: Last tweaks for the tar ball and documentation References: <[email protected]> From: [email protected] (David N. Welton) Date: 01 Aug 2002 09:40:15 -0700 Message-ID: <[email protected]> Lines: 49 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Ronnie Brunner <[email protected]> writes: > - the doc/Makefile doesn't create a quickref.html anymore. This > shuld be reintroduced, because otherwise the web page doesn't work > (needs to be added to the download directory of the site in a single > file named quickref.html) I created a directory html/ which is populated with all the different files. quickref is pretty big, and I thought it would be best to be able to download seperate files. > - Is there a simple way to generate quickref.txt as well? We could generate one big quickref.html and use lynx or links to translate it to text. > - I don't like the idea of having every file in the repository in > the tar ball distribution: I'd prefer leave the CVS directories and > the examples (which are way outdated) out and include quickref.html > and quickref.txt instead. (I can work on that tar file, including > the naming and the content, but it would be great if someone > (i.e. David)* could take care of the doc generation. Is it ok if we just dump the examples altogether, with the idea that the ones from the site will be included at some future date? > - For now I suggest that the tagging is manual and that we find > something for automation later (also for all the replacments of > Websh's version numbers in the README and other files) Ok. > - I fiddled around with the websh.spec, but I can't test it. Can > anyone quickly see if it works? I might be able to do something along those lines, but we'll see... don't count on it. > *) sorry for being so direct, but I don't think anyone else is > listening ;-( What else? -- David N. Welton Consulting: http://www.dedasys.com/ Personal: http://www.dedasys.com/davidw/ Free Software: http://www.dedasys.com/freesoftware/ Apache Tcl: http://tcl.apache.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 01 16:48:54 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46010 invoked by uid 500); 1 Aug 2002 16:48:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 45991 invoked from network); 1 Aug 2002 16:48:53 -0000 To: Ronnie Brunner <[email protected]> Cc: [email protected] Subject: Re: Last tweaks for the tar ball and documentation References: <[email protected]> <[email protected]> From: [email protected] (David N. Welton) Date: 01 Aug 2002 09:51:58 -0700 In-Reply-To: <[email protected]> Message-ID: <[email protected]> Lines: 20 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N [email protected] (David N. Welton) writes: > We could generate one big quickref.html and use lynx or links to > translate it to text. Hmmm.... not going to be that easy. The 'chunking' (multiple output files) is something that comes from the XSL stylesheet itself, so turning it on and off involves a little bit more than I know. The text file is really long in any case. More than 1000 lines. I think it's beyond the point of being useful for text. Would seperate files be ok? Then they're not really cross referenced or linked... yuck. -- David N. Welton Consulting: http://www.dedasys.com/ Personal: http://www.dedasys.com/davidw/ Free Software: http://www.dedasys.com/freesoftware/ Apache Tcl: http://tcl.apache.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 01 17:06:32 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59118 invoked by uid 500); 1 Aug 2002 17:06:32 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 59004 invoked from network); 1 Aug 2002 17:06:31 -0000 Date: Thu, 1 Aug 2002 19:06:33 +0200 From: Ronnie Brunner <[email protected]> To: [email protected] Subject: new tool for tarball: makedist Message-ID: <[email protected]> Reply-To: Ronnie Brunner <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I wrote a little script makedist (in the top level directory) that should help us create custome tar balls for distribution. The advantage: it takes a tagged version from the repository -> it should be very reproducible as long as no one plays around with tags after a release (which is usually the case ;-) Test it as follows: makedist 3.X.0 (This is a dummy tag I created for test puroposes only (it's already not the head version of every file anymore.) We'll simply have to tag with websh-3_5_0 once we're ready and everything is committed: cvs tag websh-3_5_0 (Just have to make sure that the working revision is really uptodate. After that makdist 3.5.0 will create the tar ball) Things to know/do: - it excludes the CVS directories - it excludes the examples directories - any other changes can be made to the source before it gets tar'ed (see script ## do some cleanup) - the documentation is no tproperly included yet (but that's only because I can't "make" the docs without changing something in the xsl file). ------------------------------------------------------------------------ Ronnie Brunner [email protected] Netcetera AG, 8040 Zuerich phone +41 1 247 79 79 fax +41 1 247 70 75 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 01 17:11:14 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62061 invoked by uid 500); 1 Aug 2002 17:11:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 62030 invoked from network); 1 Aug 2002 17:11:13 -0000 Date: Thu, 1 Aug 2002 19:11:14 +0200 From: Ronnie Brunner <[email protected]> To: "David N. Welton" <[email protected]> Cc: [email protected] Subject: Re: Last tweaks for the tar ball and documentation Message-ID: <[email protected]> Reply-To: Ronnie Brunner <[email protected]> References: <[email protected]> <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> User-Agent: Mutt/1.4i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > > - the doc/Makefile doesn't create a quickref.html anymore. This > > shuld be reintroduced, because otherwise the web page doesn't work > > (needs to be added to the download directory of the site in a single > > file named quickref.html) > > I created a directory html/ which is populated with all the different > files. quickref is pretty big, and I thought it would be best to be > able to download seperate files. The only problem is that this way, quickref.ws3 from tcl-site/websh does not work: it asks for /websh/download/quickref.html which is the complete file as we used to have it. > > - Is there a simple way to generate quickref.txt as well? > > We could generate one big quickref.html and use lynx or links to > translate it to text. As in your other mail: having multiple files not linked: yuck -> if anything, a single file makes sense. (I don't really see the problem of it being too big. Better a big file than no file ;-) > Is it ok if we just dump the examples altogether, with the idea that > the ones from the site will be included at some future date? this is taken care of by makedist -> the only open issue for me is the make in the doc subdirectory. All the rest is ok for me, unless you have some more issues. ------------------------------------------------------------------------ Ronnie Brunner [email protected] Netcetera AG, 8040 Zuerich phone +41 1 247 79 79 fax +41 1 247 70 75 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 01 17:21:27 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 68875 invoked by uid 500); 1 Aug 2002 17:21:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 68864 invoked from network); 1 Aug 2002 17:21:26 -0000 To: Ronnie Brunner <[email protected]> Cc: [email protected] Subject: Re: Last tweaks for the tar ball and documentation References: <[email protected]> <[email protected]> <[email protected]> From: [email protected] (David N. Welton) Date: 01 Aug 2002 10:24:31 -0700 In-Reply-To: <[email protected]> Message-ID: <[email protected]> Lines: 16 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Ronnie Brunner <[email protected]> writes: > The only problem is that this way, quickref.ws3 from tcl-site/websh > does not work: it asks for /websh/download/quickref.html which is > the complete file as we used to have it. Why not just point it at a quickref/ subdirectory that has the complete collection? We lose out on the 'branding' of the site, but... oh well. Let me try adding it and you can see what you think. -- David N. Welton Consulting: http://www.dedasys.com/ Personal: http://www.dedasys.com/davidw/ Free Software: http://www.dedasys.com/freesoftware/ Apache Tcl: http://tcl.apache.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 01 22:48:00 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41907 invoked by uid 500); 1 Aug 2002 22:47:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 41896 invoked from network); 1 Aug 2002 22:47:59 -0000 Date: Fri, 2 Aug 2002 00:48:04 +0200 From: Ronnie Brunner <[email protected]> To: [email protected] Subject: slowly getting there ... websh 3.5.0 Message-ID: <[email protected]> Reply-To: Ronnie Brunner <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N One problem, and then I think we're ready: I can't create the quickref on my system (never could without changing the path of the import file, which is referenced with an absolte path in the file system). This was no problem until now, because now, makedist takes a clean copy from the repository -> I can't create a tar ball. Is there a way to include this file from the net? I tried to do it but I just get an error: Attempt to load network entity http://docbook.sourceforge.net/release/xsl/1.48/html/chunk.xsl compilation error: file quickref.xsl line 27 element import xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/1.48/html/chunk.xsl Or is there something like a "library path" that can contain multiple paths, so xsl import statements can be relative? As for the rest, what needs to be done: - src/ChangeLog needs some latest fixes + the release info - the completed source needs to be taged - tar balls have to be made with makedist - the site must be updated to the latest cvs version - the two tar balls need to go to the download directory websh/download - an unpacked version of the quickref has to go to websh/quickref (btw: I don't like the "losing the branding" thing on quickref, but I have no quick alternative) - make sure the server is configured so that it shows a directory index in websh/download - go online - finish the press release - setup the redirect on websh.ch and websh.com - announce - relax and enjoy the weekend ;-) ------------------------------------------------------------------------ Ronnie Brunner [email protected] Netcetera AG, 8040 Zuerich phone +41 1 247 79 79 fax +41 1 247 70 75 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 01 22:56:19 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45140 invoked by uid 500); 1 Aug 2002 22:56:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 45129 invoked from network); 1 Aug 2002 22:56:19 -0000 To: Ronnie Brunner <[email protected]> Cc: [email protected] Subject: Re: slowly getting there ... websh 3.5.0 References: <[email protected]> From: [email protected] (David N. Welton) Date: 01 Aug 2002 15:59:16 -0700 In-Reply-To: <[email protected]> Message-ID: <[email protected]> Lines: 78 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Ronnie Brunner <[email protected]> writes: > Is there a way to include this file from the net? I tried to do it > but I just get an error: > Attempt to load network entity > http://docbook.sourceforge.net/release/xsl/1.48/html/chunk.xsl > compilation error: file quickref.xsl line 27 element import > xsl:import : unable to load > http://docbook.sourceforge.net/release/xsl/1.48/html/chunk.xsl Looks like it's not loading it. You did kill the --nonet, right? (it's late at night there, so I thought I'd ask). Doing it off the net is probably the best thing now that I'm no longer working on it heavy duty... it was *really* slow to work on even over dsl. > Or is there something like a "library path" that can contain > multiple paths, so xsl import statements can be relative? Yes, but it's a real pain, and I never got it working. > > As for the rest, what needs to be done: > > - src/ChangeLog needs some latest fixes + the release info > > - the completed source needs to be taged I'll let you do this since you've done it before. > - tar balls have to be made with makedist You want the honors? > - the site must be updated to the latest cvs version I can do this. > - the two tar balls need to go to the download directory > websh/download Whoever does the tarball can do this. > - an unpacked version of the quickref has to go to websh/quickref It's alread there. I put it in CVS. That way all committers can keep it up to date instead of just us two, who have access to the live site. > (btw: I don't like the "losing the branding" thing on quickref, but > I have no quick alternative) The best thing would be to make some really fantastic stylesheets that keep it, or at least point back to the site, but... that's beyond me at this point and with the time I have. > - make sure the server is configured so that it shows a directory > index in websh/download > - go online > > - finish the press release > > - setup the redirect on websh.ch and websh.com > > - announce > > - relax and enjoy the weekend ;-) I will try and get to this stuff tonight, but lately my girlfriend has been pretty ticked-off when I go near the computer in the evening! -- David N. Welton Consulting: http://www.dedasys.com/ Personal: http://www.dedasys.com/davidw/ Free Software: http://www.dedasys.com/freesoftware/ Apache Tcl: http://tcl.apache.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 02 07:49:20 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65287 invoked by uid 500); 2 Aug 2002 07:49:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 65275 invoked from network); 2 Aug 2002 07:49:19 -0000 Date: Fri, 2 Aug 2002 09:49:25 +0200 From: Ronnie Brunner <[email protected]> To: "David N. Welton" <[email protected]> Cc: [email protected] Subject: Re: slowly getting there ... websh 3.5.0 Message-ID: <[email protected]> Reply-To: Ronnie Brunner <[email protected]> References: <[email protected]> <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> User-Agent: Mutt/1.4i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > > Is there a way to include this file from the net? I tried to do it > > but I just get an error: > > > Attempt to load network entity > > http://docbook.sourceforge.net/release/xsl/1.48/html/chunk.xsl > > compilation error: file quickref.xsl line 27 element import > > xsl:import : unable to load > > http://docbook.sourceforge.net/release/xsl/1.48/html/chunk.xsl > > Looks like it's not loading it. You did kill the --nonet, right? > (it's late at night there, so I thought I'd ask). Doing it off the > net is probably the best thing now that I'm no longer working on it > heavy duty... it was *really* slow to work on even over dsl. I never (consiously) changed/killed anything. I'll try again. Loading over the net would be my choice as well. > > Or is there something like a "library path" that can contain > > multiple paths, so xsl import statements can be relative? > > Yes, but it's a real pain, and I never got it working. Ok: not now. > > As for the rest, what needs to be done: > > > > - src/ChangeLog needs some latest fixes + the release info > > > > - the completed source needs to be taged > > I'll let you do this since you've done it before. > > > - tar balls have to be made with makedist > > You want the honors? Unless there is a veto from somewhere ... > > - the site must be updated to the latest cvs version > > I can do this. > > > - the two tar balls need to go to the download directory > > websh/download > > Whoever does the tarball can do this. > > > - an unpacked version of the quickref has to go to websh/quickref > > It's alread there. I put it in CVS. That way all committers can keep > it up to date instead of just us two, who have access to the live > site. so we just have to check in the latest version to tcl-site. that's good. Why don't we check in the downloads as well? (Could only be a problem of size and speed when working on the site. Is it relevant?) > > (btw: I don't like the "losing the branding" thing on quickref, but > > I have no quick alternative) > > The best thing would be to make some really fantastic stylesheets that > keep it, or at least point back to the site, but... that's beyond me > at this point and with the time I have. my words > > - make sure the server is configured so that it shows a directory > > index in websh/download > > > - go online > > > > - finish the press release > > > > - setup the redirect on websh.ch and websh.com > > > > - announce > > > > - relax and enjoy the weekend ;-) > > I will try and get to this stuff tonight, but lately my girlfriend has > been pretty ticked-off when I go near the computer in the evening! Don't tell me :-) ------------------------------------------------------------------------ Ronnie Brunner [email protected] Netcetera AG, 8040 Zuerich phone +41 1 247 79 79 fax +41 1 247 70 75 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 02 14:34:22 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39585 invoked by uid 500); 2 Aug 2002 14:34:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 39573 invoked from network); 2 Aug 2002 14:34:22 -0000 To: Ronnie Brunner <[email protected]> Cc: [email protected] Subject: Re: slowly getting there ... websh 3.5.0 References: <[email protected]> <[email protected]> <[email protected]> From: [email protected] (David N. Welton) Date: 02 Aug 2002 07:37:11 -0700 In-Reply-To: <[email protected]> Message-ID: <[email protected]> Lines: 27 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Ronnie Brunner <[email protected]> writes: > I never (consiously) changed/killed anything. I'll try > again. Loading over the net would be my choice as well. Ok - using the --nonet option has some bad implications for trying to access things over the network! It's gone now - try putting the network location for chunk.xsl back. > Unless there is a veto from somewhere ... It's yours. > so we just have to check in the latest version to tcl-site. that's > good. Why don't we check in the downloads as well? (Could only be a > problem of size and speed when working on the site. Is it relevant?) Yes, we can do this - just remember to use the binary flag. Someone does have to check out the result on the site, but that's more of a no-brainer than moving a file somewhere specific, and thus faster. -- David N. Welton Consulting: http://www.dedasys.com/ Personal: http://www.dedasys.com/davidw/ Free Software: http://www.dedasys.com/freesoftware/ Apache Tcl: http://tcl.apache.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 02 14:51:46 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57565 invoked by uid 500); 2 Aug 2002 14:51:46 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 57490 invoked from network); 2 Aug 2002 14:51:45 -0000 Date: Fri, 2 Aug 2002 16:51:44 +0200 From: Ronnie Brunner <[email protected]> To: "David N. Welton" <[email protected]> Cc: [email protected] Subject: Re: quickref.xml processing (network xsl) Message-ID: <[email protected]> Reply-To: Ronnie Brunner <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> User-Agent: Mutt/1.4i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > Ok - using the --nonet option has some bad implications for trying to > access things over the network! It's gone now - try putting the > network location for chunk.xsl back. yeah, figured that out a while ago. We need version 1.49, not 1.48. That's no problem. Still got another problem though: Creating the thml files over the net gives me a slightly different result. The command syntax is wrong: I get wacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcommand ?cmdName? ?cmdBody? instead of wacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcommand ?cmdName? cmdBody -> way too many question marks all in all. Do you know any reason why this could be? ------------------------------------------------------------------------ Ronnie Brunner [email protected] Netcetera AG, 8040 Zuerich phone +41 1 247 79 79 fax +41 1 247 70 75 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 02 16:13:36 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34271 invoked by uid 500); 2 Aug 2002 16:13:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 34259 invoked from network); 2 Aug 2002 16:13:35 -0000 Date: Fri, 2 Aug 2002 18:13:36 +0200 From: Ronnie Brunner <[email protected]> To: "David N. Welton" <[email protected]> Cc: [email protected] Subject: Re: quickref.xml processing (network xsl) = solved Message-ID: <[email protected]> Reply-To: Ronnie Brunner <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> User-Agent: Mutt/1.4i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Got it: the old style <arg ...> is the problem. I'll change them all to <optional> and <option> tags. That should solve the problem. > > Ok - using the --nonet option has some bad implications for trying to > > access things over the network! It's gone now - try putting the > > network location for chunk.xsl back. > > yeah, figured that out a while ago. We need version 1.49, not > 1.48. That's no problem. Still got another problem though: Creating > the thml files over the net gives me a slightly different result. The > command syntax is wrong: I get > > wacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcommand ?cmdName? ?cmdBody? > > instead of > > wacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcommand ?cmdName? cmdBody > > -> way too many question marks all in all. Do you know any reason why > this could be? > > Ronnie Brunner [email protected] > Netcetera AG, 8040 Zuerich phone +41 1 247 79 79 fax +41 1 247 70 75 > > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] ------------------------------------------------------------------------ Ronnie Brunner [email protected] Netcetera AG, 8040 Zuerich phone +41 1 247 79 79 fax +41 1 247 70 75 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 02 17:55:03 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19202 invoked by uid 500); 2 Aug 2002 17:55:02 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 19188 invoked from network); 2 Aug 2002 17:55:02 -0000 To: [email protected] Cc: [email protected] Subject: Re: cvs commit: tcl-websh/doc quickref.xml References: <[email protected]> From: [email protected] (David N. Welton) Date: 02 Aug 2002 10:57:56 -0700 In-Reply-To: <[email protected]> Message-ID: <[email protected]> Lines: 22 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Argh - you can't do that:-( In cmdsynopsis, the only valid elements are: arg command group sbr synopfragment Here is a good reference: http://docbook.org/tdg/en/html/docbook.html Emacs' psgml mode will also let you know when you try and do something invalid. -- David N. Welton Consulting: http://www.dedasys.com/ Personal: http://www.dedasys.com/davidw/ Free Software: http://www.dedasys.com/freesoftware/ Apache Tcl: http://tcl.apache.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 02 18:02:14 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24059 invoked by uid 500); 2 Aug 2002 18:02:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 24039 invoked from network); 2 Aug 2002 18:02:14 -0000 Date: Fri, 2 Aug 2002 20:02:16 +0200 From: Ronnie Brunner <[email protected]> To: "David N. Welton" <[email protected]> Cc: [email protected] Subject: Re: cvs commit: tcl-websh/doc quickref.xml Message-ID: <[email protected]> Reply-To: Ronnie Brunner <[email protected]> References: <[email protected]> <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> User-Agent: Mutt/1.4i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > Argh - you can't do that:-( *@#"%*: didn't someone tell me that we should change all the stuff to the <option> syntax? I though we'd dumped that <arg> syntax. Now it finally looks decent (i.e with spaces between arguments) Well, I'm already writing the mail that I'm happy now and we could go tagging, but obviously this was all for nothing. Can you give me a *proper* example of how a command should look like with all the possibilities of required, optional, and replaceable arguments? I'll have to look at it tomorros, cause I gotta run... > In cmdsynopsis, the only valid elements are: > > arg command > group sbr > synopfragment > > Here is a good reference: > > http://docbook.org/tdg/en/html/docbook.html > > Emacs' psgml mode will also let you know when you try and do something > invalid. > ------------------------------------------------------------------------ Ronnie Brunner [email protected] Netcetera AG, 8040 Zuerich phone +41 1 247 79 79 fax +41 1 247 70 75 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 02 18:04:07 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24634 invoked by uid 500); 2 Aug 2002 18:04:07 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 24623 invoked from network); 2 Aug 2002 18:04:06 -0000 Date: Fri, 2 Aug 2002 20:04:09 +0200 From: Ronnie Brunner <[email protected]> To: [email protected] Subject: Last call for changes to 3.5.0 Message-ID: <[email protected]> Reply-To: Ronnie Brunner <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N If anyone still wants to make any last minute modifications (e.g. updating the ChangeLog or changing typos in the documentation) please do so whithin the next 18 hours. I'll create the tar balls with the tagged source tomorrow around noon GMT. After that I will commit the quickref and the tar balls to tcl-site/websh. So we'll be ready to go online then (as soon as the command syntax of quickref is fixed)... ------------------------------------------------------------------------ Ronnie Brunner [email protected] Netcetera AG, 8040 Zuerich phone +41 1 247 79 79 fax +41 1 247 70 75 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 02 18:11:42 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32806 invoked by uid 500); 2 Aug 2002 18:11:42 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 32795 invoked from network); 2 Aug 2002 18:11:42 -0000 To: Ronnie Brunner <[email protected]> Cc: [email protected] Subject: Re: cvs commit: tcl-websh/doc quickref.xml References: <[email protected]> <[email protected]> <[email protected]> From: [email protected] (David N. Welton) Date: 02 Aug 2002 11:14:41 -0700 In-Reply-To: <[email protected]> Message-ID: <[email protected]> Lines: 32 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Ronnie Brunner <[email protected]> writes: > > Argh - you can't do that:-( > > *@#"%*: didn't someone tell me that we should change all the stuff > to the <option> syntax? I though we'd dumped that <arg> syntax. Now > it finally looks decent (i.e with spaces between arguments) *Outside* of cmdsynopsis, you need to use <option>. *Inside*, you have to use <arg choice="opt">. I don't like it either - it's inconsistent. It looks decent - I guess we could ship, because the HTML is ok, but it won't validate. > Well, I'm already writing the mail that I'm happy now and we could > go tagging, but obviously this was all for nothing. Can you give me > a *proper* example of how a command should look like with all the > possibilities of required, optional, and replaceable arguments? > I'll have to look at it tomorros, cause I gotta run... I'll see about merging in the good parts of the change, backing out the others, and fixing it up so that it reports the proper characters, although I too might not have time till tommorow. -- David N. Welton Consulting: http://www.dedasys.com/ Personal: http://www.dedasys.com/davidw/ Free Software: http://www.dedasys.com/freesoftware/ Apache Tcl: http://tcl.apache.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Aug 03 21:33:00 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13006 invoked by uid 500); 3 Aug 2002 21:33:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 12965 invoked from network); 3 Aug 2002 21:32:59 -0000 To: [email protected], [email protected] Subject: [Stas Bekman <[email protected]>] Re: include one CVS module sub-branch in another? From: [email protected] (David N. Welton) Supersedes: <[email protected]> User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 X-Gnus-Article-Number: 3959 Sat Aug 3 14:35:14 2002 Date: 03 Aug 2002 14:36:03 -0700 Message-ID: <[email protected]> Lines: 94 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This is what we need to do for our docs, I believe: --=-=-= Content-Type: message/rfc822 Content-Disposition: inline X-From-Line: [email protected] Fri Aug 02 03:48:52 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 52290 invoked from network); 2 Aug 2002 03:48:51 -0000 Received: from daedalus.apache.org (HELO apache.org) (161.129.204.104) by icarus.apache.org with SMTP; 2 Aug 2002 03:48:51 -0000 Received: (qmail 64658 invoked by uid 500); 2 Aug 2002 03:48:51 -0000 Delivered-To: [email protected] Received: (qmail 64610 invoked by uid 500); 2 Aug 2002 03:48:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 64595 invoked from network); 2 Aug 2002 03:48:49 -0000 Message-ID: <[email protected]> Date: Fri, 02 Aug 2002 11:48:25 +0800 From: Stas Bekman <[email protected]> Organization: Hope, Humanized User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020510 X-Accept-Language: en-us, en To: "David N. Welton" <[email protected]> Cc: [email protected] Subject: Re: include one CVS module sub-branch in another? References: <[email protected]> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: icarus.apache.org 1.6.2 0/1000/N Lines: 44 Xref: localhost DedaSys:3486 [email protected]:1142 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii David N. Welton wrote: > Any ideas about the best way to handle this? > > > The problem with this is purely one of infrastructure... how > to make CVS keep a checked out version of the latest docs, > from the tcl-websh module, within the tcl-site module checked > out on www.apache.org. > > I currently do exactly that with the mod_dtcl docs, but I'm > not entirely satisfied with the results... it works fine on > the live box, but not on my local box, because the local > checked out copy is from anonymous CVS and thus, checkins of > the whole doc/ tree don't work, because anonymous CVS has no > access... I could use a 'real' checked out version, but that > makes me nervous, as I don't want to change the docs from > there. I will ask the Apache folks if they have any ideas. > > Basically, how to keep a copy of the docs, from whatever project, > checked out in the tcl-site module... Any ideas about the best way to > do this? Maybe there is another approach that works better? mod_perl 2.0 checks out these two subtrees from different cvs reps: httpd-test/perl-framework/Apache-Test modperl-docs/src/docs/2.0/ by simply using aliases in CVSROOT/modules: apachetest-alias -d Apache-Test httpd-test/perl-framework/Apache-Test modperl-docs-alias -d docs modperl-docs/src/docs/2.0/ modperl-2.0 modperl-2.0 &apachetest-alias &modperl-docs-alias so when you check out modperl-2.0 you get the other two aliases checked out. but notice that this checkout doesn't prevent you from changing files in it, as it's not really a copy, but a real checked out version. __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[email protected] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com -- David N. Welton Consulting: http://www.dedasys.com/ Personal: http://www.dedasys.com/davidw/ Free Software: http://www.dedasys.com/freesoftware/ Apache Tcl: http://tcl.apache.org/ --=-=-= Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --=-=-=-- From [email protected] Sun Aug 04 15:28:40 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4969 invoked by uid 500); 4 Aug 2002 15:28:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 4958 invoked from network); 4 Aug 2002 15:28:39 -0000 Date: Sun, 4 Aug 2002 17:28:39 +0200 From: Ronnie Brunner <[email protected]> To: [email protected] Subject: pending problems wth quickref.xml Message-ID: <[email protected]> Reply-To: Ronnie Brunner <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N The latest syntax "fixes" to quickref.xml unfortunately (re)create some problems: - the <arg> (w/o) choice="opt" get rendered worngly: the resulting HTML contains quiestion marks around it as if they were optional. - wacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bresponse has redundant info all of a sudden (I fixed that) - <option><optional>#</optional></option> is rendered italic but it should be plain (italic is for replaceable only). See "wacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bresponse -select ?#?channel" - the HTML rendering of wacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bput* is wrong: we need "??#?channel?" instead of "?#| channel?" (assumed that "?text?" will be "text", because it's not optional. In addition - The underline style is not used consistently anymore: <arg> (within cmdsynopsis) gets rendered differently that <option> (within text). - everytime I update, the programlistings are not correctly indented anymore: please try not to flatten the indentetaion whithin <porgramlisting>, as the whitespace there is intentional and necessary. - there are still many cmdsynopsis tags with the <option> syntax: is there a reason why they have not been replaced? Unfortunately, I don't really know how to do that. My last attempt to have a usefull HTML output were not that successful. ------------------------------------------------------------------------ Ronnie Brunner [email protected] Netcetera AG, 8040 Zuerich phone +41 1 247 79 79 fax +41 1 247 70 75 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Aug 04 19:00:49 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63591 invoked by uid 500); 4 Aug 2002 19:00:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 63580 invoked from network); 4 Aug 2002 19:00:48 -0000 To: Ronnie Brunner <[email protected]> Cc: [email protected] Subject: Re: pending problems wth quickref.xml References: <[email protected]> From: [email protected] (David N. Welton) Date: 04 Aug 2002 12:03:46 -0700 In-Reply-To: <[email protected]> Message-ID: <[email protected]> Lines: 13 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Ronnie Brunner <[email protected]> writes: > The latest syntax "fixes" to quickref.xml unfortunately (re)create > some problems: Damn, ok, I'll see to it this evening. -- David N. Welton Consulting: http://www.dedasys.com/ Personal: http://www.dedasys.com/davidw/ Free Software: http://www.dedasys.com/freesoftware/ Apache Tcl: http://tcl.apache.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 05 07:28:07 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1025 invoked by uid 500); 5 Aug 2002 07:28:07 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 1014 invoked from network); 5 Aug 2002 07:28:07 -0000 To: Ronnie Brunner <[email protected]> Cc: [email protected] Subject: Re: pending problems wth quickref.xml References: <[email protected]> <[email protected]> From: [email protected] (David N. Welton) Date: 05 Aug 2002 00:31:15 -0700 In-Reply-To: <[email protected]> Message-ID: <[email protected]> Lines: 22 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N There has *got* to be a way to use XSL to transform an XML document... Basically, we would do something like this: <xsl:template match="cmdsynopsis/option"> <arg> <xsl:apply-templates/> </arg> </xsl:template> The problem is getting it to output everything else unchanged - I have spent a few hours looking for this without much success. I think we really need to figure this out in order to do this the right way. This way we can change whatever we want, without hand editing things or using script hacks. -- David N. Welton Consulting: http://www.dedasys.com/ Personal: http://www.dedasys.com/davidw/ Free Software: http://www.dedasys.com/freesoftware/ Apache Tcl: http://tcl.apache.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 05 20:42:10 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49313 invoked by uid 500); 5 Aug 2002 20:42:10 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 49302 invoked from network); 5 Aug 2002 20:42:09 -0000 Date: Mon, 5 Aug 2002 22:42:13 +0200 From: Ronnie Brunner <[email protected]> To: [email protected] Cc: [email protected] Subject: Ready to tag websh 3.5.0 Message-ID: <[email protected]> Reply-To: Ronnie Brunner <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi all, I somehow managed to get a useful HTML output of quickref, which was the last thing I wanted before the long awaited release. (To be really honest, there is still a micro problem for three lines in quickref.xml: 1254, 1279, and 1299. The nested arg tag gets rendered as wacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bput ? ?#? channel ? text wacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bputx ? ?#? channel ? text wacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bputxfile ? ?#? channel ? file ?msg? Too many spaces between the question marks. However, I'm not willing to delay the release again because of this.) The rest was fixed as follows: don't use <arg>, but <arg choice="req"> instead. This does not create those strange question marks around required options. The spacing between the options/args somehow works now, please don't ask me why ;-/ Anyway: last fixes are accepted until tomorrow at noon GMT (which is about 4 in the morning at the US west coast) I will then tag the 3.5.0 build, creae the tar balls and check them in to tcl-site/websh/quickref/ tcl-site/websh/download/. This means that we can go online tomorrow after that. Objections? Sleep well, Ronnie ------------------------------------------------------------------------ Ronnie Brunner [email protected] Netcetera AG, 8040 Zuerich phone +41 1 247 79 79 fax +41 1 247 70 75 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 06 05:09:56 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57943 invoked by uid 500); 6 Aug 2002 05:09:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 57932 invoked from network); 6 Aug 2002 05:09:56 -0000 To: Ronnie Brunner <[email protected]> Cc: [email protected], [email protected] Subject: Re: Ready to tag websh 3.5.0 References: <[email protected]> From: [email protected] (David N. Welton) Date: 05 Aug 2002 22:13:01 -0700 In-Reply-To: <[email protected]> Message-ID: <[email protected]> Lines: 35 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Ronnie Brunner <[email protected]> writes: > I somehow managed to get a useful HTML output of quickref, which was > the last thing I wanted before the long awaited release. Fantastic! > The rest was fixed as follows: don't use <arg>, but <arg > choice="req"> instead. This does not create those strange question > marks around required options. The spacing between the options/args > somehow works now, please don't ask me why ;-/ I hope my xslt fragment was of use in transforming this. It could prove useful in the future, if we need to do other major tweaks. > Anyway: last fixes are accepted until tomorrow at noon GMT (which is > about 4 in the morning at the US west coast) I will then tag the > 3.5.0 build, creae the tar balls and check them in to > tcl-site/websh/quickref/ tcl-site/websh/download/. > This means that we can go online tomorrow after that. Objections? Fine by me. I still need to update the rivet and websh source trees, as well as the www.apache.org site. Then we can switch. > Sleep well, I need it. -- David N. Welton Consulting: http://www.dedasys.com/ Personal: http://www.dedasys.com/davidw/ Free Software: http://www.dedasys.com/freesoftware/ Apache Tcl: http://tcl.apache.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 06 14:39:23 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31046 invoked by uid 500); 6 Aug 2002 14:39:23 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 31013 invoked from network); 6 Aug 2002 14:39:22 -0000 Date: Tue, 6 Aug 2002 16:39:22 +0200 From: Ronnie Brunner <[email protected]> To: "David N. Welton" <[email protected]> Cc: [email protected], [email protected] Subject: Websh 3.5.0 tagged and committed Message-ID: <[email protected]> Reply-To: Ronnie Brunner <[email protected]> References: <[email protected]> <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> User-Agent: Mutt/1.4i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N David, > > This means that we can go online tomorrow after that. Objections? > > Fine by me. I still need to update the rivet and websh source trees, > as well as the www.apache.org site. Then we can switch. I committed everything and I added the tar balls from the release to tcl-site/websh/download (and tcl-site/websh/quickref) I don't really know how to help you putting the stuff online. I just sneaked around on daedalus.apache.org, but I was not sure what to do where and I didn't want to do anything I'm not supposed to. Only thing that has to be made sure: directory browsing of the websh/download directory has to be enabled (if it's currently disabled) So. How about going online? Can you do that today? It would be great, because I have an almost offical demo of the new site including the 3.5.0 release tomorrow morning very early (that's shortly before midnight your time if I'm correct). Please keep me posted, so I can make (re)arrangements if needed. Ronnie ------------------------------------------------------------------------ Ronnie Brunner [email protected] Netcetera AG, 8040 Zuerich phone +41 1 247 79 79 fax +41 1 247 70 75 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 06 20:04:33 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58576 invoked by uid 500); 6 Aug 2002 20:04:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 58565 invoked from network); 6 Aug 2002 20:04:32 -0000 To: Ronnie Brunner <[email protected]> Cc: [email protected], [email protected] Subject: Re: Websh 3.5.0 tagged and committed References: <[email protected]> <[email protected]> <[email protected]> From: [email protected] (David N. Welton) Date: 06 Aug 2002 13:07:30 -0700 Message-ID: <[email protected]> Lines: 21 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Ronnie Brunner <[email protected]> writes: > Only thing that has to be made sure: directory browsing of the > websh/download directory has to be enabled (if it's currently > disabled) Done. > So. How about going online? Can you do that today? It would be > great, because I have an almost offical demo of the new site > including the 3.5.0 release tomorrow morning very early (that's > shortly before midnight your time if I'm correct). It's happening now! -- David N. Welton Consulting: http://www.dedasys.com/ Personal: http://www.dedasys.com/davidw/ Free Software: http://www.dedasys.com/freesoftware/ Apache Tcl: http://tcl.apache.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 06 21:06:23 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4623 invoked by uid 500); 6 Aug 2002 21:06:23 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 4612 invoked from network); 6 Aug 2002 21:06:23 -0000 To: [email protected] Subject: web site is live From: [email protected] (David N. Welton) Date: 06 Aug 2002 14:09:26 -0700 Message-ID: <[email protected]> Lines: 14 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Thanks in large part to Ronnie, the web site is now live. Because the ASF guys don't actually have the proxypass stuff *working*, we are on a high port, and it's visible, which is kind of ugly, but hopefully that will be fixed soon. In any case: http://tcl.apache.org/websh/ -- David N. Welton Consulting: http://www.dedasys.com/ Personal: http://www.dedasys.com/davidw/ Free Software: http://www.dedasys.com/freesoftware/ Apache Tcl: http://tcl.apache.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 06 22:06:49 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76375 invoked by uid 500); 6 Aug 2002 22:06:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 76358 invoked from network); 6 Aug 2002 22:06:48 -0000 Date: Wed, 7 Aug 2002 00:06:51 +0200 From: Ronnie Brunner <[email protected]> To: "David N. Welton" <[email protected]> Cc: [email protected], [email protected], [email protected], [email protected], [email protected], [email protected] Subject: Re: web site is live Message-ID: <[email protected]> Reply-To: Ronnie Brunner <[email protected]> References: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> User-Agent: Mutt/1.4i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N David, > http://tcl.apache.org/websh/ We're online, who would have thought we would actually get there ;-) I already set up a rewrite rule on websh.com and websh.ch to redirect to tcl.apache.org/websh/ Is there anything we can do to help make that proxy thing work? Thanx for the effort. You've been a great help. Ronnie ------------------------------------------------------------------------ Ronnie Brunner [email protected] Netcetera AG, 8040 Zuerich phone +41 1 247 79 79 fax +41 1 247 70 75 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 06 22:20:43 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84352 invoked by uid 500); 6 Aug 2002 22:20:43 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 84327 invoked from network); 6 Aug 2002 22:20:42 -0000 To: Ronnie Brunner <[email protected]> Cc: [email protected], [email protected], [email protected], [email protected], [email protected], [email protected] Subject: Re: web site is live References: <[email protected]> <[email protected]> From: [email protected] (David N. Welton) Date: 06 Aug 2002 15:23:46 -0700 In-Reply-To: <[email protected]> Message-ID: <[email protected]> Lines: 37 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Ronnie Brunner <[email protected]> writes: > David, > > > http://tcl.apache.org/websh/ > > We're online, who would have thought we would actually get there ;-) It's my girlfriend's birthday... if she appreciated this stuff, I could dedicate it to her or something;-) > I already set up a rewrite rule on websh.com and websh.ch to > redirect to tcl.apache.org/websh/ Cool. > Is there anything we can do to help make that proxy thing work? I think it's coding work... I'll let Brian handle this, because this came from their end. > Thanx for the effort. You've been a great help. No problem. There's still a lot to do, though:-) For starters, projects.rvt needs to have information about Rivet and Websh, we need to do a press release for Websh, and an announcement for Rivet, and on and on! But this is good for today... -- David N. Welton Consulting: http://www.dedasys.com/ Personal: http://www.dedasys.com/davidw/ Free Software: http://www.dedasys.com/freesoftware/ Apache Tcl: http://tcl.apache.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 07 20:45:15 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60359 invoked by uid 500); 7 Aug 2002 20:45:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 60347 invoked from network); 7 Aug 2002 20:45:14 -0000 To: "Mark Hubbard" <[email protected]> Cc: [email protected] Subject: Re: off-topic: websh support References: <[email protected]> From: [email protected] (David N. Welton) Date: 07 Aug 2002 13:48:12 -0700 In-Reply-To: <[email protected]> Message-ID: <[email protected]> Lines: 23 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N "Mark Hubbard" <[email protected]> writes: > I realize this is off-topic, but i'm not a member of [email protected]. Actually, we have a couple of mailing lists dedicated to Websh as well - -dev and -users:-) > I see that Websh has joined the [email protected]. I see that > Websh can run through CGI for supporting other web servers. Does > anyone know if Websh can be run on MS Windows > (NT/2000/XP/GT/ZL/ME/PAY/MS/MORE/MONEY/FU) ??? It has worked in the past, although the current build from source has only been tested on Linux and Solaris, as far as I know. I imagine it probably needs some tweaking to make it work. Should you be so inclined, those changes would be more than welcome! -- David N. Welton Consulting: http://www.dedasys.com/ Personal: http://www.dedasys.com/davidw/ Free Software: http://www.dedasys.com/freesoftware/ Apache Tcl: http://tcl.apache.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 09 14:32:29 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 20347 invoked by uid 500); 9 Aug 2002 14:32:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20332 invoked from network); 9 Aug 2002 14:32:28 -0000 Resent-From: Ronnie Brunner <[email protected]> Resent-Message-Id: <[email protected]> Date: Fri, 9 Aug 2002 16:31:40 +0200 From: Ronnie Brunner <[email protected]> To: [email protected] Cc: [email protected], [email protected], [email protected] Subject: press release: how to proceed Message-ID: <[email protected]> Reply-To: Ronnie Brunner <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Resent-Date: Fri, 9 Aug 2002 16:32:28 +0200 Resent-To: [email protected] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N David, How do we proceed regarding the announcement of rivet and Websh? - where to post? - when to post? - separate for Rivet and Websh? - separate for Tcl Apache Group? I have not really much experience in these things. As of next Monday Simon will be back from vacation: I hope that he will find time to migrate our old mailing list (there, we'll certainly have a separate mail anyway) Any plans? Ronnie ------------------------------------------------------------------------ Ronnie Brunner [email protected] Netcetera AG, 8040 Zuerich phone +41 1 247 79 79 fax +41 1 247 70 75 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 09 17:20:33 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97793 invoked by uid 500); 9 Aug 2002 17:20:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 97782 invoked from network); 9 Aug 2002 17:20:32 -0000 To: Ronnie Brunner <[email protected]> Cc: [email protected], [email protected], [email protected] Subject: Re: press release: how to proceed References: <[email protected]> From: [email protected] (David N. Welton) Supersedes: <[email protected]> User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 X-Gnus-Article-Number: 4025 Fri Aug 9 09:24:58 2002 Date: 09 Aug 2002 10:23:24 -0700 Message-ID: <[email protected]> Lines: 53 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Ronnie Brunner <[email protected]> writes: > How do we proceed regarding the announcement of rivet and Websh? Well, first of all, I want to run it by the Apache people, just to make sure everything is cool with them. > - where to post? apachetoday.com (or whatever it's called) lwn.net slashdot.org linuxtoday.com are the ones I'm familiar with. there are some others, like businesswire, that seem to accept press releases. If you have any Swiss and/or German language sites, that might be appropriate too. Maybe the Apache press guys (or gal, actually) has some other ideas. > - when to post? Not over the weekend:-) Maybe next Tuesday? > - separate for Rivet and Websh? Yes. I'll do that a little later, when I actually have a tarball to put on the site. > - separate for Tcl Apache Group? What do you mean? > I have not really much experience in these things. As of next Monday > Simon will be back from vacation: I hope that he will find time to > migrate our old mailing list (there, we'll certainly have a separate > mail anyway) > Any plans? I will send the press release off to the Apache Press guys today and see what they have to say, and we'll go from there, with the idea of sending it early next week. Oh - one other thing - I'd like to get the log analysis software going before we do it, so we can see the effects:-) -- David N. Welton Consulting: http://www.dedasys.com/ Personal: http://www.dedasys.com/davidw/ Free Software: http://www.dedasys.com/freesoftware/ Apache Tcl: http://tcl.apache.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 09 17:35:33 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10744 invoked by uid 500); 9 Aug 2002 17:35:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 10728 invoked from network); 9 Aug 2002 17:35:32 -0000 Date: Fri, 9 Aug 2002 19:35:34 +0200 From: Ronnie Brunner <[email protected]> To: "David N. Welton" <[email protected]> Cc: [email protected], [email protected], [email protected] Subject: Re: press release: how to proceed Message-ID: <[email protected]> Reply-To: Ronnie Brunner <[email protected]> References: <[email protected]> <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> User-Agent: Mutt/1.4i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Fri, Aug 09, 2002 at 10:23:24AM -0700, David N. Welton wrote: > > - separate for Tcl Apache Group? > > What do you mean? I don't know. Just asking how you want to split up the whole thing of improving tcl.apache.org, launching Rivet and Websh... (it has implicitly been answered above: no) > I will send the press release off to the Apache Press guys today and > see what they have to say, and we'll go from there, with the idea of > sending it early next week. Oh - one other thing - I'd like to get > the log analysis software going before we do it, so we can see the > effects:-) makes sense... Have a nice weekend Ronnie ------------------------------------------------------------------------ Ronnie Brunner [email protected] Netcetera AG, 8040 Zuerich phone +41 1 247 79 79 fax +41 1 247 70 75 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 13 22:19:47 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 53262 invoked by uid 500); 13 Aug 2002 22:19:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 53251 invoked from network); 13 Aug 2002 22:19:46 -0000 To: [email protected] Subject: press release for tommorow From: [email protected] (David N. Welton) Date: 13 Aug 2002 15:22:36 -0700 Message-ID: <[email protected]> Lines: 13 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hoping to get the last pieces of the server in place for tonight - a startup script, and log analysis software (webalizer). In any case, though, I have approval to send the press release out, and will do so tommorow morning, PDT. -- David N. Welton Consulting: http://www.dedasys.com/ Personal: http://www.dedasys.com/davidw/ Free Software: http://www.dedasys.com/freesoftware/ Apache Tcl: http://tcl.apache.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 13 22:36:59 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62285 invoked by uid 500); 13 Aug 2002 22:36:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 62273 invoked from network); 13 Aug 2002 22:36:58 -0000 Date: Wed, 14 Aug 2002 00:37:03 +0200 From: Ronnie Brunner <[email protected]> To: "David N. Welton" <[email protected]> Cc: [email protected], [email protected], [email protected] Subject: Re: press release for tommorow Message-ID: <[email protected]> Reply-To: Ronnie Brunner <[email protected]> References: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> User-Agent: Mutt/1.4i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N David, > Hoping to get the last pieces of the server in place for tonight - a > startup script, and log analysis software (webalizer). Cool (although the webalizer on the tclwww server will be kind of disappointed by the fact that there is only one remote host (161.129.204.104) as a result of the proxy setup... > In any case, though, I have approval to send the press release out, > and will do so tommorow morning, PDT. Did you already get the users from our old mailinglist to be added to [email protected] from Simon? He is about to (or already did) send a mail to the people on the list that they will be transferred and that they should unsubsribe in the new list if necessary and that the announcement will be sent to the new list. Hoe that works with your plans. Anyway: if you have questions, please approach Simon directly so we don't have to delay anything. Ronnie ------------------------------------------------------------------------ Ronnie Brunner [email protected] Netcetera AG, 8040 Zuerich phone +41 1 247 79 79 fax +41 1 247 70 75 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 13 22:43:30 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64999 invoked by uid 500); 13 Aug 2002 22:43:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 64988 invoked from network); 13 Aug 2002 22:43:30 -0000 To: Ronnie Brunner <[email protected]> Cc: [email protected], [email protected], [email protected] Subject: Re: press release for tommorow References: <[email protected]> <[email protected]> From: [email protected] (David N. Welton) Date: 13 Aug 2002 15:46:21 -0700 In-Reply-To: <[email protected]> Message-ID: <[email protected]> Lines: 29 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Ronnie Brunner <[email protected]> writes: > Cool (although the webalizer on the tclwww server will be kind of > disappointed by the fact that there is only one remote host > (161.129.204.104) as a result of the proxy setup... Good point. Hrm. Well, at least we will have usage statistics for directories and such. > > In any case, though, I have approval to send the press release > > out, and will do so tommorow morning, PDT. > Did you already get the users from our old mailinglist to be added > to [email protected] from Simon? He is about to (or already > did) send a mail to the people on the list that they will be > transferred and that they should unsubsribe in the new list if > necessary and that the announcement will be sent to the new > list. Hoe that works with your plans. Anyway: if you have questions, > please approach Simon directly so we don't have to delay anything. Nope, haven't touched the mailing lists, and I haven't heard anything from Simon. -- David N. Welton Consulting: http://www.dedasys.com/ Personal: http://www.dedasys.com/davidw/ Free Software: http://www.dedasys.com/freesoftware/ Apache Tcl: http://tcl.apache.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 15 16:13:26 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73658 invoked by uid 500); 15 Aug 2002 16:13:25 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 73634 invoked from network); 15 Aug 2002 16:13:25 -0000 Date: Thu, 15 Aug 2002 18:13:26 +0200 From: Ronnie Brunner <[email protected]> To: garrison <[email protected]> Cc: [email protected], [email protected] Subject: Re: Missing File - script.h Message-ID: <[email protected]> Reply-To: Ronnie Brunner <[email protected]> References: <000801c2446a$2a15f760$517ffea9@VAIO> <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> User-Agent: Mutt/1.4i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Creating the file script.h on the Windows platform works as follows: Open your favorite command shell ;-) and change to the directory src\win tclsh83 ..\generic\tcldecmt.tcl ..\generic\context.tcl ..\generic\script.ws3 ..\generic\cookie.ws3 ..\generic\sessctx.ws3 > script.h Sorry for not including that in a README or something ... (Since we don't really have anyone who supports the Windows version, some other are probablye brocken as well. Any improvements are welcome.) I just added a README to the repository. In the next release it will be there. > The file script.h is created by the Makefile and is not part of the > distribution (it should actually be created automatically except maybe > for the windows version. is that the case?) > > > The current download file of websh 3.5 has a missing file: > > > > script.h ------------------------------------------------------------------------ Ronnie Brunner [email protected] Netcetera AG, 8040 Zuerich phone +41 1 247 79 79 fax +41 1 247 70 75 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 20 17:32:07 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37092 invoked by uid 500); 20 Aug 2002 17:32:06 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 37072 invoked from network); 20 Aug 2002 17:32:06 -0000 Date: Tue, 20 Aug 2002 19:32:01 +0200 (MET DST) From: Simon Hefti <[email protected]> X-X-Sender: hefti@latin To: [email protected] Subject: websh3.5 build experiences (against tcl8.4b2, on Red Hat Linux 7.3 2.96-110 Message-ID: <Pine.GSO.4.44.0208201925420.22326-100000@latin> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi there, it seems that the build process is not yet quite clean (if under somewhat special conditions). This is what I encountered: 1) autoconf required to get a configure script -> I suggest to include a autoconf'ed configure in the package 2) tcl8.4 not found: --> change in configure.in to: AC_PATH_PROGS(TCLSH_PROG, tclsh8.4${EXEEXT} tclsh84${EXEEXT} tclsh8.3${EXEE= XT} tclsh83${EXEEXT} tclsh8.2${EXEEXT} tclsh82${EXEEXT}, :, \ :${TCL_PACKAGE_PATH}/../bin:.:${prefix}:${exec_prefix}:${PATH}) 3) 5 tests not passing (when compiled against 8.4b2) (see below) One seems to be a UTF/Unicode problem. The other a fixed "tclsh8.3" string. 4) make install: tries (and fails) to install quickref.html and quickref.txt test output: Test configuration: + Tcl 8.4b2 + /home/hefti/projects/tdom/src/websh-3.5.0/src/tests/../unix/websh3.5.0 + logfile: webtest.log + quiet mode + working dir: /home/hefti/projects/tdom/src/websh-3.5.0/src/tests + only running tests that match: * + skipping test files that match: l.*.test Tests began at Tue Aug 20 07:28:38 PM CEST 2002 =3D=3D=3D=3D dehtmlify-2.1 test numeric entities FAILED =3D=3D=3D=3D Contents of test case: wacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bdehtmlify " !&#34;#\$%&#38;'()*+,-./0123456789:;&#60;=3D&#62;?@ABC= DEFGHIJKLMNOPQRSTUVWXYZ\[\\\]^_`abcdefghijklmnopqrstuvwxyz{|}~=7F&#160;&#16= 1;&#162;&#163;&#164;&#165;&#166;&#167;&#168;&#169;&#170;&#171;&#172;&#173;&= #174;&#175;&#176;&#177;&#178;&#179;&#180;&#181;&#182;&#183;&#184;&#185;&#18= 6;&#187;&#188;&#189;&#190;&#191;&#192;&#193;&#194;&#195;&#196;&#197;&#198;&= #199;&#200;&#201;&#202;&#203;&#204;&#205;&#206;&#207;&#208;&#209;&#210;&#21= 1;&#212;&#213;&#214;&#215;&#216;&#217;&#218;&#219;&#220;&#221;&#222;&#223;&= #224;&#225;&#226;&#227;&#228;&#229;&#230;&#231;&#232;&#233;&#234;&#235;&#23= 6;&#237;&#238;&#239;&#240;&#241;&#242;&#243;&#244;&#245;&#246;&#247;&#248;&= #249;&#250;&#251;&#252;&#253;&#254;&#255;" ---- Result was: !"#$%&'()*+,-./0123456789:;<=3D>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefgh= ijklmnopqrstuvwxyz{|}~=7F=A0=A1=A2=A3?=A5?=A7?=A9=AA=AB=AC=AD=AE=AF=B0=B1= =B2=B3?=B5=B6=B7?=B9=BA=BB???=BF=C0=C1=C2=C3=C4=C5=C6=C7=C8=C9=CA=CB=CC=CD= =CE=CF=D0=D1=D2=D3=D4=D5=D6=D7=D8=D9=DA=DB=DC=DD=DE=DF=E0=E1=E2=E3=E4=E5=E6= =E7=E8=E9=EA=EB=EC=ED=EE=EF=F0=F1=F2=F3=F4=F5=F6=F7=F8=F9=FA=FB=FC=FD=FE=FF ---- Result should have been (exact matching): !"#$%&'()*+,-./0123456789:;<=3D>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefgh= ijklmnopqrstuvwxyz{|}~=7F=A0=A1=A2=A3=A4=A5=A6=A7=A8=A9=AA=AB=AC=AD=AE=AF= =B0=B1=B2=B3=B4=B5=B6=B7=B8=B9=BA=BB=BC=BD=BE=BF=C0=C1=C2=C3=C4=C5=C6=C7=C8= =C9=CA=CB=CC=CD=CE=CF=D0=D1=D2=D3=D4=D5=D6=D7=D8=D9=DA=DB=DC=DD=DE=DF=E0=E1= =E2=E3=E4=E5=E6=E7=E8=E9=EA=EB=EC=ED=EE=EF=F0=F1=F2=F3=F4=F5=F6=F7=F8=F9=FA= =FB=FC=FD=FE=FF =3D=3D=3D=3D dehtmlify-2.1 FAILED will delete logfilter0, logdest0 filters are: logfilter0 *.alert-debug dests are: logdest0 *.alert-debug testing file locking: 10 concurrent processes with 100 file locks each (this may take a while...) done =3D=3D=3D=3D htmlify-1.3 websh3_htmlify: test complete charset FAILED =3D=3D=3D=3D Contents of test case: set in " !\"#\$%&'()*+,-./0123456789:;<=3D>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ= \[\\\]^_`abcdefghijklmnopqrstuvwxyz{|}~=7F=A0=A1=A2=A3=A4=A5=A6=A7=A8=A9=AA= =AB=AC=AD=AE=AF=B0=B1=B2=B3=B4=B5=B6=B7=B8=B9=BA=BB=BC=BD=BE=BF=C0=C1=C2=C3= =C4=C5=C6=C7=C8=C9=CA=CB=CC=CD=CE=CF=D0=D1=D2=D3=D4=D5=D6=D7=D8=D9=DA=DB=DC= =DD=DE=DF=E0=E1=E2=E3=E4=E5=E6=E7=E8=E9=EA=EB=EC=ED=EE=EF=F0=F1=F2=F3=F4=F5= =F6=F7=F8=F9=FA=FB=FC=FD=FE=FF" set out [wacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bhtmlify -numeric $in] ---- Result was: !&#34;#$%&#38;'()*+,-./0123456789:;&#60;=3D&#62;?@ABCDEFGHIJKLMNOPQRSTUVWX= YZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~=7F&#160;&#161;&#162;&#163;&#165;&#16= 7;&#169;&#170;&#171;&#172;&#173;&#174;&#175;&#176;&#177;&#178;&#179;&#181;&= #182;&#183;&#185;&#186;&#187;&#191;&#192;&#193;&#194;&#195;&#196;&#197;&#19= 8;&#199;&#200;&#201;&#202;&#203;&#204;&#205;&#206;&#207;&#208;&#209;&#210;&= #211;&#212;&#213;&#214;&#215;&#216;&#217;&#218;&#219;&#220;&#221;&#222;&#22= 3;&#224;&#225;&#226;&#227;&#228;&#229;&#230;&#231;&#232;&#233;&#234;&#235;&= #236;&#237;&#238;&#239;&#240;&#241;&#242;&#243;&#244;&#245;&#246;&#247;&#24= 8;&#249;&#250;&#251;&#252;&#253;&#254;&#255; ---- Result should have been (exact matching): !&#34;#$%&#38;'()*+,-./0123456789:;&#60;=3D&#62;?@ABCDEFGHIJKLMNOPQRSTUVWX= YZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~=7F&#160;&#161;&#162;&#163;&#164;&#16= 5;&#166;&#167;&#168;&#169;&#170;&#171;&#172;&#173;&#174;&#175;&#176;&#177;&= #178;&#179;&#180;&#181;&#182;&#183;&#184;&#185;&#186;&#187;&#188;&#189;&#19= 0;&#191;&#192;&#193;&#194;&#195;&#196;&#197;&#198;&#199;&#200;&#201;&#202;&= #203;&#204;&#205;&#206;&#207;&#208;&#209;&#210;&#211;&#212;&#213;&#214;&#21= 5;&#216;&#217;&#218;&#219;&#220;&#221;&#222;&#223;&#224;&#225;&#226;&#227;&= #228;&#229;&#230;&#231;&#232;&#233;&#234;&#235;&#236;&#237;&#238;&#239;&#24= 0;&#241;&#242;&#243;&#244;&#245;&#246;&#247;&#248;&#249;&#250;&#251;&#252;&= #253;&#254;&#255; =3D=3D=3D=3D htmlify-1.3 FAILED =3D=3D=3D=3D htmlify-2.1 websh3_htmlify: test complete charset, non-numeric= FAILED =3D=3D=3D=3D Contents of test case: set in " !\"#\$%&'()*+,-./0123456789:;<=3D>?@" append in "ABCDEFGHIJKLMNOPQRSTUVWXYZ\[\\\]^_`abcdefghijklmnopqrstuvwxy= z" append in "{|}~=7F=A0=A1=A2=A3=A4=A5=A6=A7=A8=A9=AA=AB=AC=AD=AE=AF=B0= =B1=B2=B3=B4=B5=B6=B7=B8=B9=BA=BB=BC=BD=BE=BF=C0=C1=C2=C3=C4=C5=C6=C7=C8=C9= =CA=CB=CC=CD=CE=CF=D0=D1=D2=D3=D4=D5=D6" append in "=D7=D8=D9=DA=DB=DC=DD=DE=DF=E0=E1=E2=E3=E4=E5=E6=E7=E8=E9=EA= =EB=EC=ED=EE=EF=F0=F1=F2=F3=F4=F5=F6=F7=F8=F9=FA=FB=FC=FD=FE=FF" set out [wacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bhtmlify $in] ---- Result was: !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=3D&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXY= Z[\]^_`abcdefghijklmnopqrstuvwxyz{|}~=7F&nbsp;&iexcl;&cent;&pound;&yen;&sec= t;&copy;&ordf;&laquo;&not;&shy;&reg;&macr;&deg;&plusmn;&sup2;&sup3;&micro;&= para;&middot;&sup1;&ordm;&raquo;&iquest;&Agrave;&Aacute;&Acirc;&Atilde;&Aum= l;&Aring;&AElig;&Ccedil;&Egrave;&Eacute;&Ecirc;&Euml;&Igrave;&Iacute;&Icirc= ;&Iuml;&ETH;&Ntilde;&Ograve;&Oacute;&Ocirc;&Otilde;&Ouml;&times;&Oslash;&Ug= rave;&Uacute;&Ucirc;&Uuml;&Yacute;&THORN;&szlig;&agrave;&aacute;&acirc;&ati= lde;&auml;&aring;&aelig;&ccedil;&egrave;&eacute;&ecirc;&euml;&igrave;&iacut= e;&icirc;&iuml;&eth;&ntilde;&ograve;&oacute;&ocirc;&otilde;&ouml;&divide;&o= slash;&ugrave;&uacute;&ucirc;&uuml;&yacute;&thorn;&yuml; ---- Result should have been (exact matching): !&quot;#$%&amp;'()*+,-./0123456789:;&lt;=3D&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXY= Z[\]^_`abcdefghijklmnopqrstuvwxyz{|}~=7F&nbsp;&iexcl;&cent;&pound;&curren;&= yen;&brvbar;&sect;&uml;&copy;&ordf;&laquo;&not;&shy;&reg;&macr;&deg;&plusmn= ;&sup2;&sup3;&acute;&micro;&para;&middot;&cedil;&sup1;&ordm;&raquo;&frac14;= &frac12;&frac34;&iquest;&Agrave;&Aacute;&Acirc;&Atilde;&Auml;&Aring;&AElig;= &Ccedil;&Egrave;&Eacute;&Ecirc;&Euml;&Igrave;&Iacute;&Icirc;&Iuml;&ETH;&Nti= lde;&Ograve;&Oacute;&Ocirc;&Otilde;&Ouml;&times;&Oslash;&Ugrave;&Uacute;&Uc= irc;&Uuml;&Yacute;&THORN;&szlig;&agrave;&aacute;&acirc;&atilde;&auml;&aring= ;&aelig;&ccedil;&egrave;&eacute;&ecirc;&euml;&igrave;&iacute;&icirc;&iuml;&= eth;&ntilde;&ograve;&oacute;&ocirc;&otilde;&ouml;&divide;&oslash;&ugrave;&u= acute;&ucirc;&uuml;&yacute;&thorn;&yuml; =3D=3D=3D=3D htmlify-2.1 FAILED =3D=3D=3D=3D htmlify-2.2 "websh3_htmlify: is deHtmlify(htmlify(in)) =3D=3D = in ?, except for nbsp" FAILED =3D=3D=3D=3D Contents of test case: set in " !\"#\$%&'()*+,-./0123456789:;<=3D>?@" append in "ABCDEFGHIJKLMNOPQRSTUVWXYZ\[\\\]^_`abcdefghijklmnopqrstuvwxy= z" append in "{|}~=7F=A1=A2=A3=A4=A5=A6=A7=A8=A9=AA=AB=AC=AD=AE=AF=B0=B1= =B2=B3=B4=B5=B6=B7=B8=B9=BA=BB=BC=BD=BE=BF=C0=C1=C2=C3=C4=C5=C6=C7=C8=C9=CA= =CB=CC=CD=CE=CF=D0=D1=D2=D3=D4=D5=D6" append in "=D7=D8=D9=DA=DB=DC=DD=DE=DF=E0=E1=E2=E3=E4=E5=E6=E7=E8=E9=EA= =EB=EC=ED=EE=EF=F0=F1=F2=F3=F4=F5=F6=F7=F8=F9=FA=FB=FC=FD=FE=FF" string compare [wacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bdehtmlify [wacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bhtmlify $in]] $in ---- Result was: -1 ---- Result should have been (exact matching): 0 =3D=3D=3D=3D htmlify-2.2 FAILED 08/20/2002 07:28:40 PM [31161] user.debug: test 08/20/2002 07:28:40 PM [31161] user.debug: test 08/20/2002 07:28:40 PM [31161] user.debug: test 08/20/2002 07:28:40 PM [31161] user.debug: test =3D=3D=3D=3D mintest-1.1 create an interpreter, load websh3 FAILED =3D=3D=3D=3D Contents of test case: set fn "mintest1_1.tcl" set fh [open $fn "w"] puts $fh {catch {wacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcopyright} msg} puts $fh {set res $msg} puts $fh {load $env(WEB_LIBRARY)} puts $fh {catch {wacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bencrypt test} msg} puts $fh {lappend res $msg} puts $fh {puts $res} close $fh set res "" catch { =09## fixme: use variable for tclsh8.3 =09set res [exec tclsh8.3 $fn] } file delete -force $fn set res ---- Result was: ---- Result should have been (exact matching): invalid command name wacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcopyright XDq3pUAU8b =3D=3D=3D=3D mintest-1.1 FAILED Tests ended at Tue Aug 20 07:28:42 PM CEST 2002 webtest.ws3:=09Total=09418=09Passed=09405=09Skipped=098=09Failed=095 Sourced 28 Test Files. Files with failing tests: dehtmlify.test htmlify.test mintest.test Number of tests skipped for each constraint: =096=09emptyTest =091=09pcOnly =091=09unixOnly, emptyTest =2E.. works for me ! Simon. ------------------------------------------------------------------------ Simon Hefti [email protected] Netcetera AG, 8040 Zuerich phone +41 1 247 79 47 fax +41 1 247 70 75 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Mon Oct 01 16:06:46 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81235 invoked from network); 1 Oct 2007 16:06:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Oct 2007 16:06:46 -0000 Received: (qmail 67531 invoked by uid 500); 1 Oct 2007 16:06:35 -0000 Delivered-To: [email protected] Received: (qmail 67261 invoked by uid 500); 1 Oct 2007 16:06:34 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4CXX User" <[email protected]> List-Id: <log4cxx-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 67250 invoked by uid 99); 1 Oct 2007 16:06:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2007 09:06:34 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO audl952.usa.alcatel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2007 16:06:34 +0000 Received: from usdalsbhs01.ad3.ad.alcatel.com (usdalsbhs01.usa.alcatel.com [161.129.204.104]) by audl952.usa.alcatel.com (ALCANET) with ESMTP id l91G5AT2006307 for <[email protected]>; Mon, 1 Oct 2007 11:05:10 -0500 Received: from USDALSMBS02.ad3.ad.alcatel.com ([161.129.204.104]) by usdalsbhs01.ad3.ad.alcatel.com with Microsoft SMTPSVC600-330-6639); Mon, 1 Oct 2007 11:05:10 -0500 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Subject: RE: Log4cxx wilting under heavy load X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Mon, 1 Oct 2007 11:05:08 -0500 Message-ID: <[email protected]> In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Log4cxx wilting under heavy load Thread-Index: AcgCHIUVwFaoR3CjQeS+sgFEMYjj8wCEEUcg References: <[email protected]> <[email protected]> From: "BUNBURY Myles" <[email protected]> To: "Log4CXX User" <[email protected]> X-OriginalArrivalTime: 01 Oct 2007 16:05:10.0297 (UTC) FILETIME=[D7AFD090:01C80444] X-Scanned-By: MIMEDefang 2.51 on 161.129.204.104 X-Virus-Checked: Checked by ClamAV on apache.org PiAtLS0tLU9yaWdpbmFsIE1lc3NhZ2UtLS0tLQ0KPiBGcm9tOiBDdXJ0IEFybm9sZCBbbWFpbHRv OmNhcm5vbGRAYXBhY2hlLm9yZ10gDQo+IFNlbnQ6IEZyaWRheSwgU2VwdGVtYmVyIDI4LCAyMDA3 IDY6MTEgUE0NCj4gVG86IExvZzRDWFggVXNlcg0KPiBTdWJqZWN0OiBSZTogTG9nNGN4eCB3aWx0 aW5nIHVuZGVyIGhlYXZ5IGxvYWQNCj4gDQo+IA0KPiBPbiBTZXAgMjgsIDIwMDcsIGF0IDQ6Mjcg UE0sIEJVTkJVUlkgTXlsZXMgd3JvdGU6DQo+IA0KPiA+IExvZzRjeHggc2VlbXMgdG8gd2lsdCB3 aGVuIHVuZGVyIGhlYXZ5IGxvYWQuDQo+ID4NCj4gPiBXaXRoIHRoZSBzeXNsb2cgYXBwZW5kZXIg ZW5hYmxlZCwgdGhlIGFwcGxpY2F0aW9uIGNvcmVzIHdoZW4gdW5kZXIgIA0KPiA+IGhlYXZ5IGxv YWQuDQo+ID4NCj4gPiBXaGVuIHVzaW5nIGEgUm9sbGluZ0ZpbGVBcHBlbmRlciB3aXRoIGFuIFhN TExheW91dCBsYXlvdXQsIG15ICANCj4gPiBvdXRwdXQgZmlsZSBnZXRzIGdhcmJsZWQ6DQo+ID4N Cj4gPiA8PDxzbmlwPj4+DQo+ID4NCj4gPiA8bG9nNGo6ZXZlbnQgbG9nZ2VyPSJHYXRld2F5LkF1 dGhlbnRpY2F0aW9uU2VydmljZXMvIA0KPiA+IEFOU19BdXRoZW50aWNhdGlvblNlcnZpY2UuY3Bw IiB0aW1lc3RhbXA9IjExOTEwMDUyMjA3MjEiICANCj4gPiBsZXZlbD0iSU5GTyIgdGhyZWFkPSIw eDYxZWIzYjkwIj4NCj4gPiA8bG9nNGo6bWVzc2FnZT48IVtDREFUQVtObyB1c2VybmFtZS9wYXNz d29yZCB0b2tlbiBvciBTQU1MICANCj4gPiBhc3NlcnRpb24gdG8gcHJvY2Vzcy5dXT48L2xvZzRq Om1lc3NhZ2U+DQo+ID4gPC9sb2c0ajpldmVudD4NCj4gPiA8bG9nNGo6ZXZlbnQgbG9nZ2VyPSJH YXRld2F5Lk1lZGlhdGlvblBpcGVsaW5lLyANCj4gPiBNRURfUGlwZWxpbmVNZXNzYWdlLmNwcCIg dGltZXN0YW1wPSIxMTkxMDA1MjIwNzIxIiBsZXZlbD0iSU5GTyIgIA0KPiA+IHRocmVhZD0iMHg2 MWViM2I5MCI+DQo+ID4gPGxvZzRqOm1lc3NhZ2U+PCFbQ0RBVEFbTm8gc2Vzc2lvbiBwb2xpY3kg c2V0IGZvciB1c2VyL2dyb3VwIC5dXT48LyANCj4gPiBsb2c0ajptZXNzYWdlPg0KPiA+IDwvbG9n NGo6ZXZlbnQ+DQo+ID4gPGxvZzRqOmV2ZW50IGxvZ2dlcj0iR2F0ZXdheS5NZWRpYXRpb25QaXBl bGluZS8gDQo+ID4gTUVEX1BpcGVsaW5lTWVzc2FnZS5jcHAiIHRpbWVzdGFtcD0iMTE5MTAwNTIy MDcyMSIgbGV2ZWw9IkRFQlVHIiAgDQo+ID4gdGhyZWFkPSIweDYxZWIzYjkwIj4NCj4gPiA8bG9n NGo6bWVzc2FnZT48IVtDREFUQVtVc2luZyBzZXNzaW9uICMyIHdpdGggc2Vzc2lvbiBwb2xpY3kg IA0KPiA+IERlZmF1bHRQb2xpY3kuXV0+PC9sb2c0ajptZXNzYWdlPg0KPiA+IDwvbG9nNGo6ZXZl bnQ+DQo+ID4gPGxvZzRqOmV2ZW50IGxvZ2dlcj0iR2F0ZXdheS5TZXNzaW9uSW5mcmEvU0lfU2Vz c2lvbk1hbmFnZXIuY3BwIiAgDQo+ID4gdGltZXN0YW1wPSIxMTkxMDA1MjIwNzI5IiBsZXZlbD0i V0FSTiIgdGhyZWFkPSIweDVlY2FlYjkwIj4NCj4gPiA8bG9nNGo6bWVzc2FnZT48IVtDREFUQVtD b25jdXJyZW50IHNlc3Npb24gbGltaXQgcmVhY2hlZC4gIA0KPiA+IFRyYW5zYWN0aW9uIGlzIHJl amVjdGVkLl1dPjwvbG9nNGo6bWVzc2FnZT4NCj4gPiA8L2xvZzRqOmV2ZW50Pg0KPiA+IDxsb2c0 ajpldmVudCBsb2dnZXI9IkdhdGV3YXkuU2Vzc2lvbkluZnJhL1NJX1Nlc3Npb25NYW5hZ2VyLmNw cCIgIA0KPiA+IHRpbWVzdGFtcD0iMTE5MTAwNTIyMDcyOSIgbGV2ZWw9IkVSUk9SIiB0aHJlYWQ9 IjB4NWVjYWViOTAiPg0KPiA+IDxsb2c0ajptZXNzYWdlPjwhW0NEQVRBW1VzZXIgc2Vzc2lvbiBy ZWplY3RlZCAtIGhhdmUgZXhjZWVkZWQgdGhlICANCj4gPiBtYXhpbXVtIG51bWJlciBvZiBjb25j dXJyZW50IHNlc3Npb25zIGJhc2VkIG9uIHRoZSBjdXJyZW50IGxpY2Vuc2UgIA0KPiA+ICgwIGNv bmN1cnJlbnQgc2Vzc2lvbnMgYWxsb3dlZCldXT48L2xvZzRqOm1lc3NhZ2U+DQo+ID4gPC9sb2c0 ajpldmVudD4NCj4gPiDCpsKrHgggICAgIgEgICAgICAgICAgwrRUIw0KPiA+IMO9w43Dil7LnMOM w4peAcOEHiAgICAgASAgIMKww5EiDQo+ID4gw7TDjMOKXsK1ICAg4oChwrc8VCMNCj4gPiDDnMOR Ig0KPiA+ICAgICAgICAgICAgIFjDjcOKXgEgICAgICAgPFQjDQo+ID4gw5zDkSINCj4gPiDDgDTi gKHCtyAgICBkw5DDil4Iw43Dil7Cp2MbIBogICDCtFQjDQo+ID4gICAgIMOwBuKAocK3wrDDkSIN Cj4gPiBAw43Dil4xw5bigKDCtyBUIw0KPiA+IMK4w5EiDQo+ID4gICAgICAgICAgICAgWMONw4pe ASAgICAgICAgICAgw7RPHiDDlMORIg0KPiA+ICAgICAgICAgfMOzwrMgICAgICAgICABICAgaMON w4peDQo+ID4gICAgw54EJAh6HiAgWMONw4pecMO3wrMgeMONw4peLxomCEw0Iw0KPiA+IHoeICDC uMONw4peWjsnCMKww5EiDQo+ID4gICAgIMK4w43Dil7DvCgcCEg0Iw0KPiA+IMOww43Dil7CuMON w4peMTMZIMOMHeKCrBLDsMONw4pew7DDjcOKXg0KPiA+DQo+ID4gICAgw54EJAh6HiAgGMOPw4pe w4R5Hghkw5DDil7DsMONw4peICAgIMOww43Dil4gIA0KPiA+IMOPw4peUMOPw4peWMOPw4peaCAg IBggICADICAgwoHCt+KAucK3ICAgICANCj4gPiAxMTkx4oCYw4DigLnCtzIwNzI5GiYIw7TDr8uc wrcQIOKCrBLCvMOPw4peKMOOw4pewq7DneKAucK3ECDigqwSw4ggIA0KPiA+IOKCrBLigJTDjsOK XkgB4oKsEsK8w4/Dil5IIOKCrBJAIOKCrBIdICAgw7TDr8ucwrc1ASAgw4AdIA0KPiA+IOKCrBIB ICAgAiAgIBAg4oKsEsOAHeKCrBIQICAgwrzDj8OKXnjDjsOKXiAg4oKsEh0gICAgDQo+ID4gw5DD teKAucK3woHCt+KAucK3w7RPHiDDgB3igqwSwpAgICDLhsOOw4peQCDigqwSCOKAueKAmhImICAg woEgDQo+ID4gwrfigLnCtxggICAYICAgWH7igJTCt8Kow47Dil41DQo+ID4gwrQgZMOQw4pew54E JAjCuMOOw4peIEgmCCAgICDDp8OOw4peCMOPw4peXsKlIQjDuMOOw4pewrAVIw0KPiA+IBPDj8OK XsKnYxsgJQEgICANCj4gPiDDtMOvy5zCt8Oow47Dil7DsMOGHggww5DDil4nw4/Dil7DuMOOw4pe w5nDgx4IJ8OPw4peJ8OPw4peIA0KPiA+ICjDj8OKXsW+w4ceCCfDj8OKXifDj8OKXlPDj8OKXsON wqYhCFxzQQ0KPiA+IGTDkMOKXijDj8OKXiVMGwhSw4/Dil7CtMOPw4peWMOPw4pew5bDhx4IUsOP w4peU8OPw4peUsOPw4pewrYwGSBcc0ENCj4gPiBrw4/Dil5Yw4/Dil7CtiYkCEhzQQ0KPiA+IGTD kMOKXsOIw4/Dil7CpsKrHggww5DDil7DngQgDQo+ID4gJAh4w4/Dil7DrcODHghIw5DDil7Dv8O/ w7/Dv8uGw4/Dil4Bw4QeCEjDkMOKXmwPNAjCuMOPw4peNsOJHghIw5DDil4gICANCj4gPiAgIMOz ICAgw7RPHiBsDzQIeh4gIMOIw4/Dil5lNBkgSMOQw4peZMOQw4pew4jDj8OKXnXDiR4ISMOQw4pe w54EIA0KPiA+ICQIy4bDkMOKXkDFoSEISMOQw4pebA80CBUBICBIw5LDil4Qw5HDil7Dv8O/w7/D v+KAmMOiwrMgWjsnCMKww5EiIBAgDQo+ID4gaiAgOMOQw4pew7woHAgweDVlY2FlYjkww4peMTMZ IDQG4oKsEnDDkMOKXnDDkMOKXiAgICDDngQkCHoeICAgDQo+ID4gSMOQw4pew40ZJgjDpDYlDQo+ ID4gICAgICAgICA0w5DDil40w5DDil4gICAgy4bDkMOKXg0KPiA+ICocCMOgNiUNCj4gPiBMw5DD il5Mw5DDil4gICAgw5zDrSMNCj4gPiDDjB3igqwSy5zDkMOKXjxsb2c0ajpldmVudCBsb2dnZXI9 IkdhdGV3YXkuU2Vzc2lvbkluZnJhLyANCj4gPiBTSV9TZXNzaW9uTWFuYWdlci5jcHAiIHRpbWVz dGFtcD0iMTE5MTAwNTIyMDcyOSIgbGV2ZWw9IldBUk4iICANCj4gPiB0aHJlYWQ9IjB4NjAwYjBi OTAiPg0KPiA+IDxsb2c0ajptZXNzYWdlPjwhW0NEQVRBW0NvbmN1cnJlbnQgc2Vzc2lvbiBsaW1p dCByZWFjaGVkLiAgDQo+ID4gVHJhbnNhY3Rpb24gaXMgcmVqZWN0ZWQuXV0+PC9sb2c0ajptZXNz YWdlPg0KPiA+IDwvbG9nNGo6ZXZlbnQ+DQo+ID4gPGxvZzRqOmV2ZW50IGxvZ2dlcj0iR2F0ZXdh eS5NZWRpYXRpb25QaXBlbGluZS8gDQo+ID4gTUVEX1BpcGVsaW5lTWVzc2FnZS5jcHAiIHRpbWVz dGFtcD0iMTE5MTAwNTIyMDcyOSIgbGV2ZWw9IklORk8iICANCj4gPiB0aHJlYWQ9IjB4NWVjYWVi OTAiPg0KPiA+IDxsb2c0ajptZXNzYWdlPjwhW0NEQVRBW0F1dGgnZWQgdXNlciBoaXR0aW5nIGRl bmQuIFRyYW5zYWN0aW9uIGlzICANCj4gPiByZWplY3RlZC5dXT48L2xvZzRqOm1lc3NhZ2U+DQo+ ID4gPC9sb2c0ajpldmVudD4NCj4gPiA8bG9nNGo6ZXZlbnQgbG9nZ2VyPSJHYXRld2F5Lk1lZGlh dGlvblBpcGVsaW5lLyANCj4gPiBNRURfUGlwZWxpbmVNZXNzYWdlLmNwcCIgdGltZXN0YW1wPSIx MTkxMDA1MjIwNzI5IiBsZXZlbD0iSU5GTyIgIA0KPiA+IHRocmVhZD0iMHg1ZWNhZWI5MCI+DQo+ ID4gPGxvZzRqOm1lc3NhZ2U+PCFbQ0RBVEFbQXV0aCdlZCB1c2VyIGhpdHRpbmcgZGVueS1hbGwg d3NdXT48LyANCj4gPiBsb2c0ajptZXNzYWdlPg0KPiA+IDwvbG9nNGo6ZXZlbnQ+DQo+ID4gPGxv ZzRqOmV2ZW50IGxvZ2dlcj0iR2F0ZXdheS5TZXNzaW9uSW5mcmEvU0lfU2Vzc2lvbk1hbmFnZXIu Y3BwIiAgDQo+ID4gdGltZXN0YW1wPSIxMTkxMDA1MjIwNzI5IiBsZXZlbD0iRVJST1IiIHRocmVh ZD0iMHg2MDBiMGI5MCI+DQo+ID4gPGxvZzRqOm1lc3NhZ2U+PCFbQ0RBVEFbVXNlciBzZXNzaW9u IHJlamVjdGVkIC0gaGF2ZSBleGNlZWRlZCB0aGUgIA0KPiA+IG1heGltdW0gbnVtYmVyIG9mIGNv bmN1cnJlbnQgc2Vzc2lvbnMgYmFzZWQgb24gdGhlIGN1cnJlbnQgbGljZW5zZSAgDQo+ID4gKDAg Y29uY3VycmVudCBzZXNzaW9ucyBhbGxvd2VkKV1dPjwvbG9nNGo6bWVzc2FnZT4NCj4gPiA8L2xv ZzRqOmV2ZW50Pg0KPiA+DQo+ID4gPDw8c25pcD4+Pg0KPiA+DQo+ID4gVGhpcyBvdXRwdXQgd2Fz IGdlbmVyYXRlZCB3aXRoIH4xNTAgdGhyZWFkcyB0aHJvd2luZyBvdXQgZXJyb3IgIA0KPiA+IG1l c3NhZ2VzIGluIHJhcGlkIHN1Y2Nlc3Npb24uDQo+ID4NCj4gPiBJIGhhdmUgbm90IG5vdGVkIHRo ZXNlIHByb2JsZW1zIHdoZW4gdHJlYWRpbmcgbGlnaHRseSBvbiB0aGUgc3lzdGVtLg0KPiA+DQo+ ID4gQXQgdGhpcyBwb2ludCBJJ20gc3VzcGljaW91cyB0aGF0IGxvZzRjeHggaXMgb3ZlcmZsb3dp bmcgc29tZSBzb3J0ICANCj4gPiBvZiBvdXRwdXQgYnVmZmVyIHRoYXQncyBmaWxscyB1cCBkdWUg dG8gdGhlIHZvbHVtZS4gSSBkb24ndCANCj4gYmVsaWV2ZSAgDQo+ID4gaXQgaXMgYSBtdWx0aXRo cmVhZGluZyBpc3N1ZSBhcyBJIHNlcmlhbGl6ZWQgdGhlIGxvZ2dpbmcgY2FsbHMgaW4gIA0KPiA+ IG15IGNvZGUgd2l0aCBhIG11dGV4IGFuZCBkaWQgbm90IG5vdGUgYW55IGNoYW5nZS4NCj4gPg0K PiA+IEhhcyBhbnlvbmUgZWxzZSBub3RlZCBzb21ldGhpbmcgc2ltaWxpYXI/DQo+ID4NCj4gPiBI b3cgaXMgbG9nNGN4eCBzdXBwb3NlZCB0byBiZWhhdmUgd2hlbiB0aGUgbG9nZ2luZyB2b2x1bWUg ZXhjZWVkcyAgDQo+ID4gaXRzIGNhcGFjaXR5IHRvIG91dHB1dCB0aG9zZSBldmVudHM/DQo+ID4N Cj4gDQo+IFRoZXJlIHdhcyBhIHNpbWlsYXIgc3ltcHRvbXMgcmVwb3J0ZWQgaW4gaHR0cHM6Ly9p c3N1ZXMuYXBhY2hlLm9yZy8gDQo+IGppcmEvYnJvd3NlL0xPR0NYWC0xODYuICBUaGF0IGVuZGVk IHVwIGJlaW5nIGR1ZSB0byBhdHRlbXB0aW5nIHRvICANCj4gY29uZmlndXJlIGxvZzRjeHggc2lt dWx0YW5lb3VzbHkgb24gbXVsdGlwbGUgdGhyZWFkcy4gIEkgYXNzdW1lIHRoYXQgIA0KPiBpcyBu b3QgdGhlIGNhc2Ugd2l0aCB5b3UsIGJ1dCBjb3VsZCB5b3UgY29uZmlybSB0aGF0IHRoZSBwcm9i bGVtICANCj4gcGVyc2lzdHMgaWYgeW91IGNvbmZpZ3VyZSBhbmQgYXR0ZW1wdCBhIGxvZ2dpbmcg cmVxdWVzdCBwcmlvciB0byAgDQo+IGxhdW5jaGluZyB0aHJlYWRzIChhc3N1bWluZyB0aGF0IHlv dXIgYXBwIGlzIHRoZSBvbmUgbGF1bmNoaW5nIHRoZSAgDQo+IHRocmVhZHMpLg0KPiANCj4gSWYg dGhhdCBpcyBub3QgdGhlIGNhc2UsIHRoZW4gdGhlIHByZXZpb3VzIGJ1ZyByZXBvcnQgbWlnaHQg YmUgIA0KPiBpbnN0cnVjdGl2ZSB0byB0cnkgdG8gaWRlbnRpZnkgYW5kIGZpeCB0aGUgcHJvYmxl bS4gIFRoZSBwcm9ibGVtcyAgDQo+IG1pZ2h0IGJlIHJlbGF0ZWQsIGJ1dCBwZXJoYXBzIG5vdC4g IEkgd291bGQgZm9jdXMgb24gdHJ5aW5nIHRvICANCj4gaWRlbnRpZnkgdGhlIG9uZSB0aGF0IGlz IG1vc3Qgc2lnbmlmaWNhbnQgdG8geW91IGFuZCB0aGVuIHNlZSBpZiBhbnkgIA0KPiByZXNvbHV0 aW9uIGZpeGVkIHRoZSBvdGhlci4NCj4gDQo+IEkgd291bGQgc3VnZ2VzdDoNCj4gDQo+IDEuIE1h a2Ugc3VyZSB0aGF0IHlvdSBhcmUgdXNpbmcgdGhlIG1vc3QgY3VycmVudCBTVk4gSEVBRC4NCj4g DQo+IDIuIE1ha2luZyBzdXJlIHRoYXQgY29uZmlndXJhdGlvbiBhbmQgc29tZSBpbml0aWFsIGxv ZyANCj4gcmVxdWVzdHMgb2NjdXIgIA0KPiBiZWZvcmUgdGhyZWFkcyBhcmUgbGF1bmNoZWQuICAo cHJldmlvdXNseSBtZW50aW9uZWQpLg0KPiANCj4gMy4gV3JhcCB0aGUgZmFpbGluZyBhcHBlbmRl ciBpbiB0aGUgc29vbiB0byBiZSBjb21taXR0ZWQgcmV3cml0ZSBvZiAgDQo+IEFzeW5jQXBwZW5k ZXIgKGlmIG5vdCBpbiB0aGUgbmV4dCBob3VyIG9yIHNvLCBhdCBsZWFzdCBieSBtaWQtZGF5ICAN Cj4gdG9tb3Jyb3cpLiAgQXN5bmNBcHBlbmRlciBoYXMgYmVlbiBiYWRseSBmbGF3ZWQuICBJJ20g anVzdCBhYm91dCB0aGUgIA0KPiBjb21taXQgYSBwb3J0IG9mIHRoZSBsb2c0aiAxLjIuMTQgQXN5 bmNBcHBlbmRlciAod2hpY2ggcmVwbGFjZWQgYW4gIA0KPiBlYXJsaWVyIGxvZzRqIGltcGxlbWVu dGF0aW9uIHRoYXQgd2FzIGJhZGx5IGZsYXdlZCB0b28pLiAgDQo+IFRoYXQgc2hvdWxkICANCj4g aGF2ZSB0aGUgYWZmZWN0IG9mIGJyaW5naW5nIGFsbCBhcHBlbmRzIG9uIHRoZSB1bmRlcmx5aW5n IGFwcGVuZGVyICANCj4gZG93biB0byBhIGNvbW1vbiB0aHJlYWQuICBQbHVzIGl0IHdvdWxkIGJl IGEgZ3JlYXQgc3RyZXNzIA0KPiB0ZXN0IG9mIGFsbCAgDQo+IG15IG5ldyBjb2RlICh0aGFua3Mg Zm9yIHZvbHVudGVlcmluZyBmb3IgdGVzdGluZykuDQo+IA0KPiA0LiBTaW1wbGlmeSwgc2ltcGxp ZnkuICBUaGVyZSBhcmUgYSBjb3VwbGUgb2YgcGxhY2VzIHRoYXQgY29ycnVwdGlvbiAgDQo+IG1h eSBiZSBvY2N1cnJpbmcuICBJdCBjb3VsZCBiZSBhbiBBcHBlbmRlciBwcm9ibGVtLCBhIExheW91 dCANCj4gcHJvYmxlbSwgIA0KPiBhIENoYXJzZXRFbmNvZGVyIHByb2JsZW0sIGEgQ2hhcnNldERl Y29kZXIgcHJvYmxlbSBvciBzb21lICANCj4gY29tYmluYXRpb24uICBUcnlpbmcgdG8gaXNvbGF0 ZSB0aGUgcHJvYmxlbSBtYWtlcyByZXNvbHV0aW9uIGEgbG90ICANCj4gZWFzaWVyLg0KPiAgICAg IGEpIFNldHRpbmcgTE9HNENYWF9MT0dDSEFSX0lTX1VURjggd291bGQgcmVwbGFjZSBhbiBjb252 ZXJzaW9uICANCj4gYmV0d2VlbiB0aGUgbG9jYWwgY29kZSBwYWdlIGFuZCBVVEYtOCB3aXRoIGEg c3RyYWlnaHQgY29weS4gICANCj4gRWxpbWluYXRpbmcgYSBsb3Qgb2YgY29tcGxleGl0eSBhbmQg cG90ZW50aWFsIHNvdXJjZSBvZiBwcm9ibGVtcy4NCj4gICAgICBiKSBSZXBsYWNlIHRoZSBsYXlv dXQgKGlmIHRoZXJlIGlzIG9uZSkgd2l0aCBzb21ldGhpbmcgDQo+IHNpbXBsZXIuICAgDQo+IEZp cnN0IHRyeSBzaW1wbGlmeWluZyB0aGUgcGF0dGVybiBhcyBtdWNoIGFzIHBvc3NpYmxlIGxpa2Ug JW0lbi4NCj4gICAgICBjKSBTZWUgaWYgdGhlIHByb2JsZW0gb2NjdXJzIHdpdGggdGhlIHNpbXBs ZXIgYXBwZW5kZXJzICANCj4gKEZpbGVBcHBlbmRlciBpbnN0ZWFkIG9mIFJvbGxpbmdGaWxlQXBw ZW5kZXIpIG9yIG90aGVyIHVucmVsYXRlZCAgDQo+IGFwcGVuZGVycy4NCj4gDQo+IDUuIEF0dGVt cHQgdG8gcmVjcmVhdGUgdGhlIHByb2JsZW0gaW4gYSBzYW1wbGUgYXBwIHRoYXQgeW91IGNhbiAg DQo+IGF0dGFjaCB0byBhIGJ1ZyByZXBvcnQuICBQbGVhc2Ugc3BlY2lmeSBhbGwgc3BlY2lmaWNz IG9mIHRoZSAgDQo+IGNvbmZpZ3VyYXRpb25zIChvcGVyYXRpbmcgc3lzdGVtLCBjb21waWxlciwg dHlwZSBhbmQgbnVtYmVyIG9mICANCj4gcHJvY2Vzc29ycywgZXRjKSB0aGF0IGhhdmUgYmVlbiB0 ZXN0ZWQgYW5kIHdoZXRoZXIgdGhleSBmYWlsICANCj4gY29uc2lzdGVudGx5LCBoYXZlIG5vdCBi ZWVuIG9ic2VydmVkIHRvIGZhaWwgb3Igc29tZXdoZXJlIGluIGJldHdlZW4uDQo+IA0KPiA2LiBJ ZiB5b3UgYXJlIHJ1bm5pbmcgb24gYSB4ODYgVW5peCwgdmFsZ3JpbmQgY291bGQgYmUgdXNlZnVs IHRvICANCj4gaWRlbnRpZnkgcG90ZW50aWFsIHByb2JsZW1zLiAgSSB1c2VkIHRoZSBoZWxncmlu ZCB0b29sIGluIGVhcmxpZXIgIA0KPiB2ZXJzaW9ucyBvZiB2YWxncmluZCAoaXRzIGJlZW4gYnJv a2VuIGZvciBhIHdoaWxlLCBzbyBoYWQgdG8gDQo+IGJ1aWxkIGl0ICANCj4gZnJvbSBzb3VyY2Up IHRvIGlkZW50aWZ5IHBvdGVudGlhbCByYWNlIGNvbmRpdGlvbnMuICBPdGhlciB0b29scyAgDQo+ IG1pZ2h0IGJlIHVzZWZ1bCB0byBpZGVudGlmeSB0aGUgcHJvYmxlbS4NCg0KDQoNCkZpcnN0bHks IHRoZSByZWxldmFudCBwb3J0aW9ucyBvZiB0aGUgbG9nNGN4eC5wcm9wZXJ0aWVzIGZpbGUgbWln aHQgYmUgYSB1c2VmdWwgcmVmZXJlbmNlOg0KDQotLS0NCmxvZzRqLmFwcGVuZGVyLmZpbGU9b3Jn LmFwYWNoZS5sb2c0ai5Sb2xsaW5nRmlsZUFwcGVuZGVyDQpsb2c0ai5hcHBlbmRlci5maWxlLkZp bGU9JHtXU0dfSE9NRX0vZ3JpenpseUdXLmxvZw0KbG9nNGouYXBwZW5kZXIuZmlsZS5NYXhGaWxl U2l6ZT0xMDAwMEtCDQpsb2c0ai5hcHBlbmRlci5maWxlLk1heEJhY2t1cEluZGV4PTEwDQpsb2c0 ai5hcHBlbmRlci5maWxlLmxheW91dD1vcmcuYXBhY2hlLmxvZzRqLlBhdHRlcm5MYXlvdXQNCmxv ZzRqLmFwcGVuZGVyLmZpbGUubGF5b3V0LkNvbnZlcnNpb25QYXR0ZXJuPSVke0lTTzg2MDF9ICU1 cCBbJWNdICglRjolTCkgJXQ6ICVtJW4NCg0KbG9nNGouYXBwZW5kZXIuWE1MRmlsZT1vcmcuYXBh Y2hlLmxvZzRqLlJvbGxpbmdGaWxlQXBwZW5kZXINCmxvZzRqLmFwcGVuZGVyLlhNTEZpbGUuRmls ZT0ke1dTR19IT01FfS9ncml6emx5R1cueG1sDQpsb2c0ai5hcHBlbmRlci5YTUxGaWxlLk1heEZp bGVTaXplPTEwMDAwS0INCmxvZzRqLmFwcGVuZGVyLlhNTEZpbGUuTWF4QmFja3VwSW5kZXg9MTAN CmxvZzRqLmFwcGVuZGVyLlhNTEZpbGUubGF5b3V0PW9yZy5hcGFjaGUubG9nNGoueG1sLlhNTExh eW91dA0KDQpsb2c0ai5hcHBlbmRlci5maWxlMj1vcmcuYXBhY2hlLmxvZzRqLkZpbGVBcHBlbmRl cg0KbG9nNGouYXBwZW5kZXIuZmlsZTIuRmlsZT0ke1dTR19IT01FfS9ncml6emx5R1cyLmxvZw0K bG9nNGouYXBwZW5kZXIuZmlsZTIubGF5b3V0PW9yZy5hcGFjaGUubG9nNGouUGF0dGVybkxheW91 dA0KbG9nNGouYXBwZW5kZXIuZmlsZTIubGF5b3V0LkNvbnZlcnNpb25QYXR0ZXJuPSVtJW4NCg0K bG9nNGouYXBwZW5kZXIuWE1MRmlsZUdhdGV3YXk9b3JnLmFwYWNoZS5sb2c0ai5Sb2xsaW5nRmls ZUFwcGVuZGVyDQpsb2c0ai5hcHBlbmRlci5YTUxGaWxlR2F0ZXdheS5GaWxlPSR7V1NHX0hPTUV9 L2dyaXp6bHlHVzIueG1sDQpsb2c0ai5hcHBlbmRlci5YTUxGaWxlR2F0ZXdheS5NYXhGaWxlU2l6 ZT0xMDAwMEtCDQpsb2c0ai5hcHBlbmRlci5YTUxGaWxlR2F0ZXdheS5NYXhCYWNrdXBJbmRleD0x MA0KbG9nNGouYXBwZW5kZXIuWE1MRmlsZUdhdGV3YXkubGF5b3V0PW9yZy5hcGFjaGUubG9nNGou eG1sLlhNTExheW91dA0KDQpsb2c0ai5yb290TG9nZ2VyPW9mZiwgWE1MRmlsZQ0KbG9nNGoubG9n Z2VyLkdhdGV3YXk9d2FybiwgZmlsZTINCi0tLQ0KDQpUaGUgZm9sbG93aW5nIHdlcmUgYWxsIGRv bmUgd2l0aG91dCBzeW5jcm9uaXppbmcgbG9nIG1lc3NhZ2VzIGFzIEkgbWVudGlvbmVkIHRyeWlu ZyBiZWZvcmUuIFRoZSBsb2c0Y3h4IGNvZGUgd2FzIGJhc2VkIG9uIHJldmlzaW9uICM1NzI3NDQs IHdpdGggdGhlIG1vZGlmaWNhdGlvbnMgSSBtZW50aW9uZWQgaW4gTE9HQ1hYLTE5MSAocHJlLSJv ZmZpY2lhbCIgZml4KS4gQXMgdGhlIG1vZGlmaWNhdGlvbnMgcmVsYXRlIHRvIHRoZSBzeXNsb2cg YXBwZW5kZXIsIGFuZCBhcmUgcmVsYXRpdmVseSBtaW5vciwgSSBkb3VidCB0aGF0IHRoZXkgYXJl IGluZmx1ZW5jaW5nIHRoZSByZXN1bHRzIG91dGxpbmVkIGJlbG93IHNpbmNlIHN5c2xvZyBpcyBu b3QgaW52b2x2ZWQgaW4gbXkgdGVzdHMuDQoNCkkgdHJpZWQgZm9yY2luZyBhIGxvZyBtZXNzYWdl IGluIHRoZSBzYW1lIHRocmVhZCB0aGF0IGNvbmZpZ3VyZWQgdGhlIGxvZ2dpbmcgc3lzdGVtLCBp bW1lZGlhdGVseSBhZnRlciB0aGUgY29uZmlndXJhdGlvbiB3YXMgZG9uZSBhbmQgYmVmb3JlIGFu eSB0aHJlYWRzIHN0YXJ0ZWQgcG91bmRpbmcgYXdheS4gSSBkaWQgbm90IG5vdGUgYW55IGNoYW5n ZSBpbiBiZWhhdmlvdXIsIHNvIEkgd2VudCBiYWNrIHRvIHdoYXQgSSBoYWQgYmVmb3JlLg0KDQoN Ckkgc2ltcGxpZmllZCB0aGluZ3MgZG93biB0byBhIEZpbGVBcHBlbmRlciBhcHBlbmRlciB3aXRo IGEgUGF0dGVybkxheW91dCBsYXlvdXQgc2V0IHRvICclbSVuJzoNCmxvZzRqLnJvb3RMb2dnZXI9 b2ZmDQpsb2c0ai5sb2dnZXIuR2F0ZXdheT1kZWJ1ZywgZmlsZTINCg0KVGhlIGNvcnJ1cHQgb3V0 cHV0IHdhcyBub3QgdmlzaWJsZSBpbiB0aGUgbG9nLg0KDQoNCkkgcmVhZGRlZCB0aGUgWE1MRmls ZSBhcHBlbmRlciB0byB0aGUgcm9vdCBsb2dnZXI6DQpsb2c0ai5yb290TG9nZ2VyPW9mZiwgWE1M RmlsZQ0KbG9nNGoubG9nZ2VyLkdhdGV3YXk9ZGVidWcsIGZpbGUyDQoNClRoZSBjb3JydXB0IG91 dHB1dCB3YXMgdmlzaWJsZSBpbiBib3RoIHRoZSBYTUwgYW5kIHBsYWludGV4dCBsb2dzLg0KDQoN CkkgcmVtb3ZlZCB0aGUgc2ltcGxpZmllZCBwbGFpbnRleHQgYXBwZW5kZXI6DQpsb2c0ai5yb290 TG9nZ2VyPW9mZiwgWE1MRmlsZQ0KbG9nNGoubG9nZ2VyLkdhdGV3YXk9ZGVidWcNCg0KVGhlIGNv cnJ1cHQgb3V0cHV0IHdhcyBub3QgdmlzaWJsZSBpbiB0aGUgbG9nLg0KDQoNCkkgcmVtb3ZlZCB0 aGUgc2ltcGxpZmllZCBwbGFpbnRleHQgYXBwZW5kZXI6DQpsb2c0ai5yb290TG9nZ2VyPW9mZiwg WE1MRmlsZQ0KbG9nNGoubG9nZ2VyLkdhdGV3YXk9ZGVidWcsIFhNTEZpbGVHYXRld2F5DQoNClRo ZSBjb3JydXB0IG91dHB1dCB3YXMgdmlzaWJsZSBpbiBib3RoIFhNTCBsb2dzLg0KDQoNCkF0IHRo aXMgcG9pbnQsIEknbSBzdGFydGluZyB0byB0aGluayBpdCdzIGdvdCBzb21ldGhpbmcgdG8gZG8g d2l0aCBlaXRoZXIgaGF2aW5nIG11bHRpcGxlIGFwcGVuZGVycyBvbiB0aGUgZ28sIG9yIHNpbXBs eSBzb21ldGhpbmcgYmFkIGluIHRoZSBYTUwgbGF5b3V0IHRoYXQgZ2FyYmxlcyB0aGluZ3MgZm9y IHN1YnNlcXVlbnQgYXBwZW5kZXJzLg0KDQoNCkkgdHJpZWQgdHdvIHBsYWludGV4dCBhcHBlbmRl cnMuIEkgcmVkdWNlZCB0aGUgJ2ZpbGUnIGFwcGVuZGVyIHRvIGEgc2ltcGxlIEZpbGVBcHBlbmRl ciB3aXRoIGEgcGF0dGVybiBsYXlvdXQgb2YgJyVtJW4nOg0KbG9nNGoucm9vdExvZ2dlcj1vZmYs IGZpbGUNCmxvZzRqLmxvZ2dlci5HYXRld2F5PWRlYnVnLCBmaWxlMg0KDQpUaGUgY29ycnVwdCBv dXRwdXQgd2FzIHZpc2libGUgaW4gYm90aCBwbGFpbnRleHQgbG9ncy4NCg0KDQpBdCB0aGlzIHBv aW50LCBpdCBzZWVtcyB0byBtZSB0aGF0IHRoZSB2ZXJkaWN0IGlzIGluOiB0aGVyZSdzIGEgYnVn IHRoYXQgY29ycnVwdHMgZGF0YSB3aGVuIG11bHRpcGxlIGFwcGVuZGVycyAocmVnYXJkbGVzcyBv ZiB0eXBlKSBhcmUgcHJlc2VudC4NCg0KDQpGb3IgYW11c2VtZW50LCBJIHRyaWVkIGNvbWJpbmlu ZyBhcHBlbmRlcnMgb24gYSBzaW5nbGUgbG9nZ2VyOg0KbG9nNGoucm9vdExvZ2dlcj1vZmYsIGZp bGUsIGZpbGUyDQpsb2c0ai5sb2dnZXIuR2F0ZXdheT1kZWJ1Zw0KDQpUaGUgY29ycnVwdCBvdXRw dXQgd2FzIG5vdCB2aXNpYmxlIGluIHRoZSBsb2dzLg0KDQoNCkZvciBtb3JlIGFtdXNlbWVudCwg SSB0cmllZCBjb21iaW5pbmcgYXBwZW5kZXJzIG9uIGEgc2luZ2xlIGxvZ2dlciBvdGhlciB0aGFu IHRoZSByb290IGxvZ2dlcjoNCmxvZzRqLnJvb3RMb2dnZXI9b2ZmDQpsb2c0ai5sb2dnZXIuR2F0 ZXdheT1kZWJ1ZywgZmlsZSwgZmlsZTINCg0KVGhlIGNvcnJ1cHQgb3V0cHV0IHdhcyBub3Qgdmlz aWJsZSBpbiB0aGUgbG9ncy4NCg0KDQpTaW5jZSBJJ20gZ3Vlc3NpbmcgdGhlICdPRkYnIGxldmVs IGlzbid0IHVzZWQgYWxsIHRoYXQgY29tbW9ubHksIEkgdHJpZWQgZW5hYmxpbmcgdGhlIHJvb3Qg bG9nZ2VyIHdpdGggdGhlIGFwcGVuZGVycyBvbiBzZXBhcmF0ZSBsb2dnZXJzOg0KbG9nNGoucm9v dExvZ2dlcj1pbmZvLCBmaWxlDQpsb2c0ai5sb2dnZXIuR2F0ZXdheT1kZWJ1ZywgZmlsZTINCg0K VGhlIGNvcnJ1cHQgb3V0cHV0IHdhcyB2aXNpYmxlIGluIGJvdGggcGxhaW50ZXh0IGxvZ3MuDQoN Cg0KVGhlc2UgZXh0cmEgdGVzdHMgY29uZmltIG15IGVhbGllciB2ZXJkaWN0IGFzIHRvIHRoZSBj YXVzZS4NCg0KSSB3aWxsIG9wZW4gYSBidWcgYmFzZWQgb24gdGhpcyBpbmZvcm1hdGlvbi4gSSB3 aWxsIHBvc3QgdGhlIGJ1ZyBudW1iZXIgdG8gdGhlIHVzZXIgZ3JvdXAgd2hlbiBJIGhhdmUgaXQu IEZ1cnRoZXIgaW5mb3JtYXRpb24gb24gdGhpcyBwcm9ibGVtIHdpbGwgYmUgbG9nZ2VkIHRoZXJl Lg0KDQpOZXh0IHN0ZXBzOg0KLVZlcmlmeSB0aGF0IHRoZSBwcm9ibGVtIHN0aWxsIGV4aXN0cyBp biBhIGNsZWFuIGNvcHkgb2YgU1ZOLUhFQUQuIChJIGV4cGVjdCBpdCBkb2VzLikNCi1EZXRlcm1p bmUgd2hldGhlciB0aGUgY29yZSBkdW1wcyBJIGV4cGVyaWVuY2VkIHdoZW4gdXNpbmcgdGhlIHN5 c2xvZyBhcHBlbmRlciBhcmUgcmVsYXRlZCB0byB0aGlzIHNhbWUgaXNzdWUuDQoNCg0KLS0tDQog DQpNeWxlcyBCdW5idXJ5LCBQLkVuZy4sIEJBU2MuDQpTb2Z0d2FyZSBEZXZlbG9wbWVudCBFbmdp bmVlcmluZyBTcGVjaWFsaXN0IA0KV2ViIFNlcnZpY2VzIEludGVybmFsIFZlbnR1cmUNCkFsY2F0 ZWwtTHVjZW50DQogDQpQaG9uZTogKDYxMykgNzg0LTQzMjUNCkZheDogKDYxMykgNzg0LTg5NDQN CldlYjogd3d3LmFsY2F0ZWwtbHVjZW50LmNvbSANCg== From [email protected] Mon Oct 01 17:29:26 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 79806 invoked from network); 1 Oct 2007 17:29:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Oct 2007 17:29:25 -0000 Received: (qmail 84269 invoked by uid 500); 1 Oct 2007 17:29:14 -0000 Delivered-To: [email protected] Received: (qmail 84240 invoked by uid 500); 1 Oct 2007 17:29:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4CXX User" <[email protected]> List-Id: <log4cxx-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 84229 invoked by uid 99); 1 Oct 2007 17:29:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2007 10:29:14 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO audl953.usa.alcatel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2007 17:29:14 +0000 Received: from usdalsbhs02.ad3.ad.alcatel.com (usdalsbhs02.usa.alcatel.com [161.129.204.104]) by audl953.usa.alcatel.com (ALCANET) with ESMTP id l91HRhmT015835 for <[email protected]>; Mon, 1 Oct 2007 12:27:47 -0500 Received: from USDALSMBS02.ad3.ad.alcatel.com ([161.129.204.104]) by usdalsbhs02.ad3.ad.alcatel.com with Microsoft SMTPSVC600-330-6639); Mon, 1 Oct 2007 12:27:46 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Subject: RE: Log4cxx wilting under heavy load Date: Mon, 1 Oct 2007 12:27:45 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Log4cxx wilting under heavy load Thread-Index: AcgCHIUVwFaoR3CjQeS+sgFEMYjj8wCEEUcgAAjcVIA= References: <[email protected]> <[email protected]> From: "BUNBURY Myles" <[email protected]> To: "Log4CXX User" <[email protected]> X-OriginalArrivalTime: 01 Oct 2007 17:27:46.0529 (UTC) FILETIME=[61D4CD10:01C80450] X-Scanned-By: MIMEDefang 2.51 on 161.129.204.104 X-Virus-Checked: Checked by ClamAV on apache.org VGhpcyBpc3N1ZSBoYXMgYmVlbiByZWNvcmRlZCBhcyBidWcgI0xPR0NYWC0xOTQuDQoNCg0KDQo+ IC0tLS0tT3JpZ2luYWwgTWVzc2FnZS0tLS0tDQo+IEZyb206IEJVTkJVUlkgTXlsZXMgDQo+IFNl bnQ6IE1vbmRheSwgT2N0b2JlciAwMSwgMjAwNyAxMjowNSBQTQ0KPiBUbzogTG9nNENYWCBVc2Vy DQo+IFN1YmplY3Q6IFJFOiBMb2c0Y3h4IHdpbHRpbmcgdW5kZXIgaGVhdnkgbG9hZA0KPiANCj4g PiAtLS0tLU9yaWdpbmFsIE1lc3NhZ2UtLS0tLQ0KPiA+IEZyb206IEN1cnQgQXJub2xkIFttYWls dG86Y2Fybm9sZEBhcGFjaGUub3JnXSANCj4gPiBTZW50OiBGcmlkYXksIFNlcHRlbWJlciAyOCwg MjAwNyA2OjExIFBNDQo+ID4gVG86IExvZzRDWFggVXNlcg0KPiA+IFN1YmplY3Q6IFJlOiBMb2c0 Y3h4IHdpbHRpbmcgdW5kZXIgaGVhdnkgbG9hZA0KPiA+IA0KPiA+IA0KPiA+IE9uIFNlcCAyOCwg MjAwNywgYXQgNDoyNyBQTSwgQlVOQlVSWSBNeWxlcyB3cm90ZToNCj4gPiANCj4gPiA+IExvZzRj eHggc2VlbXMgdG8gd2lsdCB3aGVuIHVuZGVyIGhlYXZ5IGxvYWQuDQo+ID4gPg0KPiA+ID4gV2l0 aCB0aGUgc3lzbG9nIGFwcGVuZGVyIGVuYWJsZWQsIHRoZSBhcHBsaWNhdGlvbiBjb3JlcyANCj4g d2hlbiB1bmRlciAgDQo+ID4gPiBoZWF2eSBsb2FkLg0KPiA+ID4NCj4gPiA+IFdoZW4gdXNpbmcg YSBSb2xsaW5nRmlsZUFwcGVuZGVyIHdpdGggYW4gWE1MTGF5b3V0IGxheW91dCwgbXkgIA0KPiA+ ID4gb3V0cHV0IGZpbGUgZ2V0cyBnYXJibGVkOg0KPiA+ID4NCj4gPiA+IDw8PHNuaXA+Pj4NCj4g PiA+DQo+ID4gPiA8bG9nNGo6ZXZlbnQgbG9nZ2VyPSJHYXRld2F5LkF1dGhlbnRpY2F0aW9uU2Vy dmljZXMvIA0KPiA+ID4gQU5TX0F1dGhlbnRpY2F0aW9uU2VydmljZS5jcHAiIHRpbWVzdGFtcD0i MTE5MTAwNTIyMDcyMSIgIA0KPiA+ID4gbGV2ZWw9IklORk8iIHRocmVhZD0iMHg2MWViM2I5MCI+ DQo+ID4gPiA8bG9nNGo6bWVzc2FnZT48IVtDREFUQVtObyB1c2VybmFtZS9wYXNzd29yZCB0b2tl biBvciBTQU1MICANCj4gPiA+IGFzc2VydGlvbiB0byBwcm9jZXNzLl1dPjwvbG9nNGo6bWVzc2Fn ZT4NCj4gPiA+IDwvbG9nNGo6ZXZlbnQ+DQo+ID4gPiA8bG9nNGo6ZXZlbnQgbG9nZ2VyPSJHYXRl d2F5Lk1lZGlhdGlvblBpcGVsaW5lLyANCj4gPiA+IE1FRF9QaXBlbGluZU1lc3NhZ2UuY3BwIiB0 aW1lc3RhbXA9IjExOTEwMDUyMjA3MjEiIGxldmVsPSJJTkZPIiAgDQo+ID4gPiB0aHJlYWQ9IjB4 NjFlYjNiOTAiPg0KPiA+ID4gPGxvZzRqOm1lc3NhZ2U+PCFbQ0RBVEFbTm8gc2Vzc2lvbiBwb2xp Y3kgc2V0IGZvciANCj4gdXNlci9ncm91cCAuXV0+PC8gDQo+ID4gPiBsb2c0ajptZXNzYWdlPg0K PiA+ID4gPC9sb2c0ajpldmVudD4NCj4gPiA+IDxsb2c0ajpldmVudCBsb2dnZXI9IkdhdGV3YXku TWVkaWF0aW9uUGlwZWxpbmUvIA0KPiA+ID4gTUVEX1BpcGVsaW5lTWVzc2FnZS5jcHAiIHRpbWVz dGFtcD0iMTE5MTAwNTIyMDcyMSIgbGV2ZWw9IkRFQlVHIiAgDQo+ID4gPiB0aHJlYWQ9IjB4NjFl YjNiOTAiPg0KPiA+ID4gPGxvZzRqOm1lc3NhZ2U+PCFbQ0RBVEFbVXNpbmcgc2Vzc2lvbiAjMiB3 aXRoIHNlc3Npb24gcG9saWN5ICANCj4gPiA+IERlZmF1bHRQb2xpY3kuXV0+PC9sb2c0ajptZXNz YWdlPg0KPiA+ID4gPC9sb2c0ajpldmVudD4NCj4gPiA+IDxsb2c0ajpldmVudCBsb2dnZXI9Ikdh dGV3YXkuU2Vzc2lvbkluZnJhL1NJX1Nlc3Npb25NYW5hZ2VyLmNwcCIgIA0KPiA+ID4gdGltZXN0 YW1wPSIxMTkxMDA1MjIwNzI5IiBsZXZlbD0iV0FSTiIgdGhyZWFkPSIweDVlY2FlYjkwIj4NCj4g PiA+IDxsb2c0ajptZXNzYWdlPjwhW0NEQVRBW0NvbmN1cnJlbnQgc2Vzc2lvbiBsaW1pdCByZWFj aGVkLiAgDQo+ID4gPiBUcmFuc2FjdGlvbiBpcyByZWplY3RlZC5dXT48L2xvZzRqOm1lc3NhZ2U+ DQo+ID4gPiA8L2xvZzRqOmV2ZW50Pg0KPiA+ID4gPGxvZzRqOmV2ZW50IGxvZ2dlcj0iR2F0ZXdh eS5TZXNzaW9uSW5mcmEvU0lfU2Vzc2lvbk1hbmFnZXIuY3BwIiAgDQo+ID4gPiB0aW1lc3RhbXA9 IjExOTEwMDUyMjA3MjkiIGxldmVsPSJFUlJPUiIgdGhyZWFkPSIweDVlY2FlYjkwIj4NCj4gPiA+ IDxsb2c0ajptZXNzYWdlPjwhW0NEQVRBW1VzZXIgc2Vzc2lvbiByZWplY3RlZCAtIGhhdmUgDQo+ IGV4Y2VlZGVkIHRoZSAgDQo+ID4gPiBtYXhpbXVtIG51bWJlciBvZiBjb25jdXJyZW50IHNlc3Np b25zIGJhc2VkIG9uIHRoZSANCj4gY3VycmVudCBsaWNlbnNlICANCj4gPiA+ICgwIGNvbmN1cnJl bnQgc2Vzc2lvbnMgYWxsb3dlZCldXT48L2xvZzRqOm1lc3NhZ2U+DQo+ID4gPiA8L2xvZzRqOmV2 ZW50Pg0KPiA+ID4gwqbCqx4IICAgICIBICAgICAgICAgIMK0VCMNCj4gPiA+IMO9w43Dil7LnMOM w4peAcOEHiAgICAgASAgIMKww5EiDQo+ID4gPiDDtMOMw4pewrUgICDigKHCtzxUIw0KPiA+ID4g w5zDkSINCj4gPiA+ICAgICAgICAgICAgIFjDjcOKXgEgICAgICAgPFQjDQo+ID4gPiDDnMORIg0K PiA+ID4gw4A04oChwrcgICAgZMOQw4peCMONw4pewqdjGyAaICAgwrRUIw0KPiA+ID4gICAgIMOw BuKAocK3wrDDkSINCj4gPiA+IEDDjcOKXjHDluKAoMK3IFQjDQo+ID4gPiDCuMORIg0KPiA+ID4g ICAgICAgICAgICAgWMONw4peASAgICAgICAgICAgw7RPHiDDlMORIg0KPiA+ID4gICAgICAgICB8 w7PCsyAgICAgICAgIAEgICBow43Dil4NCj4gPiA+ICAgIMOeBCQIeh4gIFjDjcOKXnDDt8KzIHjD jcOKXi8aJghMNCMNCj4gPiA+IHoeICDCuMONw4peWjsnCMKww5EiDQo+ID4gPiAgICAgwrjDjcOK XsO8KBwISDQjDQo+ID4gPiDDsMONw4pewrjDjcOKXjEzGSDDjB3igqwSw7DDjcOKXsOww43Dil4N Cj4gPiA+DQo+ID4gPiAgICDDngQkCHoeICAYw4/Dil7DhHkeCGTDkMOKXsOww43Dil4gICAgw7DD jcOKXiAgDQo+ID4gPiDDj8OKXlDDj8OKXljDj8OKXmggICAYICAgAyAgIMKBwrfigLnCtyAgICAg DQo+ID4gPiAxMTkx4oCYw4DigLnCtzIwNzI5GiYIw7TDr8ucwrcQIOKCrBLCvMOPw4peKMOOw4pe wq7DneKAucK3ECDigqwSw4ggIA0KPiA+ID4g4oKsEuKAlMOOw4peSAHigqwSwrzDj8OKXkgg4oKs EkAg4oKsEh0gICDDtMOvy5zCtzUBICDDgB0gDQo+ID4gPiDigqwSASAgIAIgICAQIOKCrBLDgB3i gqwSECAgIMK8w4/Dil54w47Dil4gIOKCrBIdICAgIA0KPiA+ID4gw5DDteKAucK3woHCt+KAucK3 w7RPHiDDgB3igqwSwpAgICDLhsOOw4peQCDigqwSCOKAueKAmhImICAgwoEgDQo+ID4gPiDCt+KA ucK3GCAgIBggICBYfuKAlMK3wqjDjsOKXjUNCj4gPiA+IMK0IGTDkMOKXsOeBCQIwrjDjsOKXiBI JgggICAgw6fDjsOKXgjDj8OKXl7CpSEIw7jDjsOKXsKwFSMNCj4gPiA+IBPDj8OKXsKnYxsgJQEg ICANCj4gPiA+IMO0w6/LnMK3w6jDjsOKXsOww4YeCDDDkMOKXifDj8OKXsO4w47Dil7DmcODHggn w4/Dil4nw4/Dil4gDQo+ID4gPiAow4/Dil7FvsOHHggnw4/Dil4nw4/Dil5Tw4/Dil7DjcKmIQhc c0ENCj4gPiA+IGTDkMOKXijDj8OKXiVMGwhSw4/Dil7CtMOPw4peWMOPw4pew5bDhx4IUsOPw4pe U8OPw4peUsOPw4pewrYwGSBcc0ENCj4gPiA+IGvDj8OKXljDj8OKXsK2JiQISHNBDQo+ID4gPiBk w5DDil7DiMOPw4pewqbCqx4IMMOQw4pew54EIA0KPiA+ID4gJAh4w4/Dil7DrcODHghIw5DDil7D v8O/w7/Dv8uGw4/Dil4Bw4QeCEjDkMOKXmwPNAjCuMOPw4peNsOJHghIw5DDil4gICANCj4gPiA+ ICAgw7MgICDDtE8eIGwPNAh6HiAgw4jDj8OKXmU0GSBIw5DDil5kw5DDil7DiMOPw4pedcOJHghI w5DDil7DngQgDQo+ID4gPiAkCMuGw5DDil5AxaEhCEjDkMOKXmwPNAgVASAgSMOSw4peEMORw4pe w7/Dv8O/w7/igJjDosKzIFo7JwjCsMORIiAQIA0KPiA+ID4gaiAgOMOQw4pew7woHAgweDVlY2Fl Yjkww4peMTMZIDQG4oKsEnDDkMOKXnDDkMOKXiAgICDDngQkCHoeICAgDQo+ID4gPiBIw5DDil7D jRkmCMOkNiUNCj4gPiA+ICAgICAgICAgNMOQw4peNMOQw4peICAgIMuGw5DDil4NCj4gPiA+ICoc CMOgNiUNCj4gPiA+IEzDkMOKXkzDkMOKXiAgICDDnMOtIw0KPiA+ID4gw4wd4oKsEsucw5DDil48 bG9nNGo6ZXZlbnQgbG9nZ2VyPSJHYXRld2F5LlNlc3Npb25JbmZyYS8gDQo+ID4gPiBTSV9TZXNz aW9uTWFuYWdlci5jcHAiIHRpbWVzdGFtcD0iMTE5MTAwNTIyMDcyOSIgbGV2ZWw9IldBUk4iICAN Cj4gPiA+IHRocmVhZD0iMHg2MDBiMGI5MCI+DQo+ID4gPiA8bG9nNGo6bWVzc2FnZT48IVtDREFU QVtDb25jdXJyZW50IHNlc3Npb24gbGltaXQgcmVhY2hlZC4gIA0KPiA+ID4gVHJhbnNhY3Rpb24g aXMgcmVqZWN0ZWQuXV0+PC9sb2c0ajptZXNzYWdlPg0KPiA+ID4gPC9sb2c0ajpldmVudD4NCj4g PiA+IDxsb2c0ajpldmVudCBsb2dnZXI9IkdhdGV3YXkuTWVkaWF0aW9uUGlwZWxpbmUvIA0KPiA+ ID4gTUVEX1BpcGVsaW5lTWVzc2FnZS5jcHAiIHRpbWVzdGFtcD0iMTE5MTAwNTIyMDcyOSIgbGV2 ZWw9IklORk8iICANCj4gPiA+IHRocmVhZD0iMHg1ZWNhZWI5MCI+DQo+ID4gPiA8bG9nNGo6bWVz c2FnZT48IVtDREFUQVtBdXRoJ2VkIHVzZXIgaGl0dGluZyBkZW5kLiANCj4gVHJhbnNhY3Rpb24g aXMgIA0KPiA+ID4gcmVqZWN0ZWQuXV0+PC9sb2c0ajptZXNzYWdlPg0KPiA+ID4gPC9sb2c0ajpl dmVudD4NCj4gPiA+IDxsb2c0ajpldmVudCBsb2dnZXI9IkdhdGV3YXkuTWVkaWF0aW9uUGlwZWxp bmUvIA0KPiA+ID4gTUVEX1BpcGVsaW5lTWVzc2FnZS5jcHAiIHRpbWVzdGFtcD0iMTE5MTAwNTIy MDcyOSIgbGV2ZWw9IklORk8iICANCj4gPiA+IHRocmVhZD0iMHg1ZWNhZWI5MCI+DQo+ID4gPiA8 bG9nNGo6bWVzc2FnZT48IVtDREFUQVtBdXRoJ2VkIHVzZXIgaGl0dGluZyBkZW55LWFsbCB3c11d PjwvIA0KPiA+ID4gbG9nNGo6bWVzc2FnZT4NCj4gPiA+IDwvbG9nNGo6ZXZlbnQ+DQo+ID4gPiA8 bG9nNGo6ZXZlbnQgbG9nZ2VyPSJHYXRld2F5LlNlc3Npb25JbmZyYS9TSV9TZXNzaW9uTWFuYWdl ci5jcHAiICANCj4gPiA+IHRpbWVzdGFtcD0iMTE5MTAwNTIyMDcyOSIgbGV2ZWw9IkVSUk9SIiB0 aHJlYWQ9IjB4NjAwYjBiOTAiPg0KPiA+ID4gPGxvZzRqOm1lc3NhZ2U+PCFbQ0RBVEFbVXNlciBz ZXNzaW9uIHJlamVjdGVkIC0gaGF2ZSANCj4gZXhjZWVkZWQgdGhlICANCj4gPiA+IG1heGltdW0g bnVtYmVyIG9mIGNvbmN1cnJlbnQgc2Vzc2lvbnMgYmFzZWQgb24gdGhlIA0KPiBjdXJyZW50IGxp Y2Vuc2UgIA0KPiA+ID4gKDAgY29uY3VycmVudCBzZXNzaW9ucyBhbGxvd2VkKV1dPjwvbG9nNGo6 bWVzc2FnZT4NCj4gPiA+IDwvbG9nNGo6ZXZlbnQ+DQo+ID4gPg0KPiA+ID4gPDw8c25pcD4+Pg0K PiA+ID4NCj4gPiA+IFRoaXMgb3V0cHV0IHdhcyBnZW5lcmF0ZWQgd2l0aCB+MTUwIHRocmVhZHMg dGhyb3dpbmcgb3V0IGVycm9yICANCj4gPiA+IG1lc3NhZ2VzIGluIHJhcGlkIHN1Y2Nlc3Npb24u DQo+ID4gPg0KPiA+ID4gSSBoYXZlIG5vdCBub3RlZCB0aGVzZSBwcm9ibGVtcyB3aGVuIHRyZWFk aW5nIGxpZ2h0bHkgb24gDQo+IHRoZSBzeXN0ZW0uDQo+ID4gPg0KPiA+ID4gQXQgdGhpcyBwb2lu dCBJJ20gc3VzcGljaW91cyB0aGF0IGxvZzRjeHggaXMgb3ZlcmZsb3dpbmcgDQo+IHNvbWUgc29y dCAgDQo+ID4gPiBvZiBvdXRwdXQgYnVmZmVyIHRoYXQncyBmaWxscyB1cCBkdWUgdG8gdGhlIHZv bHVtZS4gSSBkb24ndCANCj4gPiBiZWxpZXZlICANCj4gPiA+IGl0IGlzIGEgbXVsdGl0aHJlYWRp bmcgaXNzdWUgYXMgSSBzZXJpYWxpemVkIHRoZSBsb2dnaW5nIA0KPiBjYWxscyBpbiAgDQo+ID4g PiBteSBjb2RlIHdpdGggYSBtdXRleCBhbmQgZGlkIG5vdCBub3RlIGFueSBjaGFuZ2UuDQo+ID4g Pg0KPiA+ID4gSGFzIGFueW9uZSBlbHNlIG5vdGVkIHNvbWV0aGluZyBzaW1pbGlhcj8NCj4gPiA+ DQo+ID4gPiBIb3cgaXMgbG9nNGN4eCBzdXBwb3NlZCB0byBiZWhhdmUgd2hlbiB0aGUgbG9nZ2lu ZyB2b2x1bWUgDQo+IGV4Y2VlZHMgIA0KPiA+ID4gaXRzIGNhcGFjaXR5IHRvIG91dHB1dCB0aG9z ZSBldmVudHM/DQo+ID4gPg0KPiA+IA0KPiA+IFRoZXJlIHdhcyBhIHNpbWlsYXIgc3ltcHRvbXMg cmVwb3J0ZWQgaW4gaHR0cHM6Ly9pc3N1ZXMuYXBhY2hlLm9yZy8gDQo+ID4gamlyYS9icm93c2Uv TE9HQ1hYLTE4Ni4gIFRoYXQgZW5kZWQgdXAgYmVpbmcgZHVlIHRvIGF0dGVtcHRpbmcgdG8gIA0K PiA+IGNvbmZpZ3VyZSBsb2c0Y3h4IHNpbXVsdGFuZW91c2x5IG9uIG11bHRpcGxlIHRocmVhZHMu ICBJIA0KPiBhc3N1bWUgdGhhdCAgDQo+ID4gaXMgbm90IHRoZSBjYXNlIHdpdGggeW91LCBidXQg Y291bGQgeW91IGNvbmZpcm0gdGhhdCB0aGUgcHJvYmxlbSAgDQo+ID4gcGVyc2lzdHMgaWYgeW91 IGNvbmZpZ3VyZSBhbmQgYXR0ZW1wdCBhIGxvZ2dpbmcgcmVxdWVzdCBwcmlvciB0byAgDQo+ID4g bGF1bmNoaW5nIHRocmVhZHMgKGFzc3VtaW5nIHRoYXQgeW91ciBhcHAgaXMgdGhlIG9uZSBsYXVu Y2hpbmcgdGhlICANCj4gPiB0aHJlYWRzKS4NCj4gPiANCj4gPiBJZiB0aGF0IGlzIG5vdCB0aGUg Y2FzZSwgdGhlbiB0aGUgcHJldmlvdXMgYnVnIHJlcG9ydCBtaWdodCBiZSAgDQo+ID4gaW5zdHJ1 Y3RpdmUgdG8gdHJ5IHRvIGlkZW50aWZ5IGFuZCBmaXggdGhlIHByb2JsZW0uICBUaGUgcHJvYmxl bXMgIA0KPiA+IG1pZ2h0IGJlIHJlbGF0ZWQsIGJ1dCBwZXJoYXBzIG5vdC4gIEkgd291bGQgZm9j dXMgb24gdHJ5aW5nIHRvICANCj4gPiBpZGVudGlmeSB0aGUgb25lIHRoYXQgaXMgbW9zdCBzaWdu aWZpY2FudCB0byB5b3UgYW5kIHRoZW4gDQo+IHNlZSBpZiBhbnkgIA0KPiA+IHJlc29sdXRpb24g Zml4ZWQgdGhlIG90aGVyLg0KPiA+IA0KPiA+IEkgd291bGQgc3VnZ2VzdDoNCj4gPiANCj4gPiAx LiBNYWtlIHN1cmUgdGhhdCB5b3UgYXJlIHVzaW5nIHRoZSBtb3N0IGN1cnJlbnQgU1ZOIEhFQUQu DQo+ID4gDQo+ID4gMi4gTWFraW5nIHN1cmUgdGhhdCBjb25maWd1cmF0aW9uIGFuZCBzb21lIGlu aXRpYWwgbG9nIA0KPiA+IHJlcXVlc3RzIG9jY3VyICANCj4gPiBiZWZvcmUgdGhyZWFkcyBhcmUg bGF1bmNoZWQuICAocHJldmlvdXNseSBtZW50aW9uZWQpLg0KPiA+IA0KPiA+IDMuIFdyYXAgdGhl IGZhaWxpbmcgYXBwZW5kZXIgaW4gdGhlIHNvb24gdG8gYmUgY29tbWl0dGVkIA0KPiByZXdyaXRl IG9mICANCj4gPiBBc3luY0FwcGVuZGVyIChpZiBub3QgaW4gdGhlIG5leHQgaG91ciBvciBzbywg YXQgbGVhc3QgYnkgbWlkLWRheSAgDQo+ID4gdG9tb3Jyb3cpLiAgQXN5bmNBcHBlbmRlciBoYXMg YmVlbiBiYWRseSBmbGF3ZWQuICBJJ20ganVzdCANCj4gYWJvdXQgdGhlICANCj4gPiBjb21taXQg YSBwb3J0IG9mIHRoZSBsb2c0aiAxLjIuMTQgQXN5bmNBcHBlbmRlciAod2hpY2ggcmVwbGFjZWQg YW4gIA0KPiA+IGVhcmxpZXIgbG9nNGogaW1wbGVtZW50YXRpb24gdGhhdCB3YXMgYmFkbHkgZmxh d2VkIHRvbykuICANCj4gPiBUaGF0IHNob3VsZCAgDQo+ID4gaGF2ZSB0aGUgYWZmZWN0IG9mIGJy aW5naW5nIGFsbCBhcHBlbmRzIG9uIHRoZSB1bmRlcmx5aW5nIGFwcGVuZGVyICANCj4gPiBkb3du IHRvIGEgY29tbW9uIHRocmVhZC4gIFBsdXMgaXQgd291bGQgYmUgYSBncmVhdCBzdHJlc3MgDQo+ ID4gdGVzdCBvZiBhbGwgIA0KPiA+IG15IG5ldyBjb2RlICh0aGFua3MgZm9yIHZvbHVudGVlcmlu ZyBmb3IgdGVzdGluZykuDQo+ID4gDQo+ID4gNC4gU2ltcGxpZnksIHNpbXBsaWZ5LiAgVGhlcmUg YXJlIGEgY291cGxlIG9mIHBsYWNlcyB0aGF0IA0KPiBjb3JydXB0aW9uICANCj4gPiBtYXkgYmUg b2NjdXJyaW5nLiAgSXQgY291bGQgYmUgYW4gQXBwZW5kZXIgcHJvYmxlbSwgYSBMYXlvdXQgDQo+ ID4gcHJvYmxlbSwgIA0KPiA+IGEgQ2hhcnNldEVuY29kZXIgcHJvYmxlbSwgYSBDaGFyc2V0RGVj b2RlciBwcm9ibGVtIG9yIHNvbWUgIA0KPiA+IGNvbWJpbmF0aW9uLiAgVHJ5aW5nIHRvIGlzb2xh dGUgdGhlIHByb2JsZW0gbWFrZXMgcmVzb2x1dGlvbiBhIGxvdCAgDQo+ID4gZWFzaWVyLg0KPiA+ ICAgICAgYSkgU2V0dGluZyBMT0c0Q1hYX0xPR0NIQVJfSVNfVVRGOCB3b3VsZCByZXBsYWNlIGFu IA0KPiBjb252ZXJzaW9uICANCj4gPiBiZXR3ZWVuIHRoZSBsb2NhbCBjb2RlIHBhZ2UgYW5kIFVU Ri04IHdpdGggYSBzdHJhaWdodCBjb3B5LiAgIA0KPiA+IEVsaW1pbmF0aW5nIGEgbG90IG9mIGNv bXBsZXhpdHkgYW5kIHBvdGVudGlhbCBzb3VyY2Ugb2YgcHJvYmxlbXMuDQo+ID4gICAgICBiKSBS ZXBsYWNlIHRoZSBsYXlvdXQgKGlmIHRoZXJlIGlzIG9uZSkgd2l0aCBzb21ldGhpbmcgDQo+ID4g c2ltcGxlci4gICANCj4gPiBGaXJzdCB0cnkgc2ltcGxpZnlpbmcgdGhlIHBhdHRlcm4gYXMgbXVj aCBhcyBwb3NzaWJsZSBsaWtlICVtJW4uDQo+ID4gICAgICBjKSBTZWUgaWYgdGhlIHByb2JsZW0g b2NjdXJzIHdpdGggdGhlIHNpbXBsZXIgYXBwZW5kZXJzICANCj4gPiAoRmlsZUFwcGVuZGVyIGlu c3RlYWQgb2YgUm9sbGluZ0ZpbGVBcHBlbmRlcikgb3Igb3RoZXIgdW5yZWxhdGVkICANCj4gPiBh cHBlbmRlcnMuDQo+ID4gDQo+ID4gNS4gQXR0ZW1wdCB0byByZWNyZWF0ZSB0aGUgcHJvYmxlbSBp biBhIHNhbXBsZSBhcHAgdGhhdCB5b3UgY2FuICANCj4gPiBhdHRhY2ggdG8gYSBidWcgcmVwb3J0 LiAgUGxlYXNlIHNwZWNpZnkgYWxsIHNwZWNpZmljcyBvZiB0aGUgIA0KPiA+IGNvbmZpZ3VyYXRp b25zIChvcGVyYXRpbmcgc3lzdGVtLCBjb21waWxlciwgdHlwZSBhbmQgbnVtYmVyIG9mICANCj4g PiBwcm9jZXNzb3JzLCBldGMpIHRoYXQgaGF2ZSBiZWVuIHRlc3RlZCBhbmQgd2hldGhlciB0aGV5 IGZhaWwgIA0KPiA+IGNvbnNpc3RlbnRseSwgaGF2ZSBub3QgYmVlbiBvYnNlcnZlZCB0byBmYWls IG9yIHNvbWV3aGVyZSANCj4gaW4gYmV0d2Vlbi4NCj4gPiANCj4gPiA2LiBJZiB5b3UgYXJlIHJ1 bm5pbmcgb24gYSB4ODYgVW5peCwgdmFsZ3JpbmQgY291bGQgYmUgdXNlZnVsIHRvICANCj4gPiBp ZGVudGlmeSBwb3RlbnRpYWwgcHJvYmxlbXMuICBJIHVzZWQgdGhlIGhlbGdyaW5kIHRvb2wgaW4g ZWFybGllciAgDQo+ID4gdmVyc2lvbnMgb2YgdmFsZ3JpbmQgKGl0cyBiZWVuIGJyb2tlbiBmb3Ig YSB3aGlsZSwgc28gaGFkIHRvIA0KPiA+IGJ1aWxkIGl0ICANCj4gPiBmcm9tIHNvdXJjZSkgdG8g aWRlbnRpZnkgcG90ZW50aWFsIHJhY2UgY29uZGl0aW9ucy4gIE90aGVyIHRvb2xzICANCj4gPiBt aWdodCBiZSB1c2VmdWwgdG8gaWRlbnRpZnkgdGhlIHByb2JsZW0uDQo+IA0KPiANCj4gDQo+IEZp cnN0bHksIHRoZSByZWxldmFudCBwb3J0aW9ucyBvZiB0aGUgbG9nNGN4eC5wcm9wZXJ0aWVzIGZp bGUgDQo+IG1pZ2h0IGJlIGEgdXNlZnVsIHJlZmVyZW5jZToNCj4gDQo+IC0tLQ0KPiBsb2c0ai5h cHBlbmRlci5maWxlPW9yZy5hcGFjaGUubG9nNGouUm9sbGluZ0ZpbGVBcHBlbmRlcg0KPiBsb2c0 ai5hcHBlbmRlci5maWxlLkZpbGU9JHtXU0dfSE9NRX0vZ3JpenpseUdXLmxvZw0KPiBsb2c0ai5h cHBlbmRlci5maWxlLk1heEZpbGVTaXplPTEwMDAwS0INCj4gbG9nNGouYXBwZW5kZXIuZmlsZS5N YXhCYWNrdXBJbmRleD0xMA0KPiBsb2c0ai5hcHBlbmRlci5maWxlLmxheW91dD1vcmcuYXBhY2hl LmxvZzRqLlBhdHRlcm5MYXlvdXQNCj4gbG9nNGouYXBwZW5kZXIuZmlsZS5sYXlvdXQuQ29udmVy c2lvblBhdHRlcm49JWR7SVNPODYwMX0gJTVwIA0KPiBbJWNdICglRjolTCkgJXQ6ICVtJW4NCj4g DQo+IGxvZzRqLmFwcGVuZGVyLlhNTEZpbGU9b3JnLmFwYWNoZS5sb2c0ai5Sb2xsaW5nRmlsZUFw cGVuZGVyDQo+IGxvZzRqLmFwcGVuZGVyLlhNTEZpbGUuRmlsZT0ke1dTR19IT01FfS9ncml6emx5 R1cueG1sDQo+IGxvZzRqLmFwcGVuZGVyLlhNTEZpbGUuTWF4RmlsZVNpemU9MTAwMDBLQg0KPiBs b2c0ai5hcHBlbmRlci5YTUxGaWxlLk1heEJhY2t1cEluZGV4PTEwDQo+IGxvZzRqLmFwcGVuZGVy LlhNTEZpbGUubGF5b3V0PW9yZy5hcGFjaGUubG9nNGoueG1sLlhNTExheW91dA0KPiANCj4gbG9n NGouYXBwZW5kZXIuZmlsZTI9b3JnLmFwYWNoZS5sb2c0ai5GaWxlQXBwZW5kZXINCj4gbG9nNGou YXBwZW5kZXIuZmlsZTIuRmlsZT0ke1dTR19IT01FfS9ncml6emx5R1cyLmxvZw0KPiBsb2c0ai5h cHBlbmRlci5maWxlMi5sYXlvdXQ9b3JnLmFwYWNoZS5sb2c0ai5QYXR0ZXJuTGF5b3V0DQo+IGxv ZzRqLmFwcGVuZGVyLmZpbGUyLmxheW91dC5Db252ZXJzaW9uUGF0dGVybj0lbSVuDQo+IA0KPiBs b2c0ai5hcHBlbmRlci5YTUxGaWxlR2F0ZXdheT1vcmcuYXBhY2hlLmxvZzRqLlJvbGxpbmdGaWxl QXBwZW5kZXINCj4gbG9nNGouYXBwZW5kZXIuWE1MRmlsZUdhdGV3YXkuRmlsZT0ke1dTR19IT01F fS9ncml6emx5R1cyLnhtbA0KPiBsb2c0ai5hcHBlbmRlci5YTUxGaWxlR2F0ZXdheS5NYXhGaWxl U2l6ZT0xMDAwMEtCDQo+IGxvZzRqLmFwcGVuZGVyLlhNTEZpbGVHYXRld2F5Lk1heEJhY2t1cElu ZGV4PTEwDQo+IGxvZzRqLmFwcGVuZGVyLlhNTEZpbGVHYXRld2F5LmxheW91dD1vcmcuYXBhY2hl LmxvZzRqLnhtbC5YTUxMYXlvdXQNCj4gDQo+IGxvZzRqLnJvb3RMb2dnZXI9b2ZmLCBYTUxGaWxl DQo+IGxvZzRqLmxvZ2dlci5HYXRld2F5PXdhcm4sIGZpbGUyDQo+IC0tLQ0KPiANCj4gVGhlIGZv bGxvd2luZyB3ZXJlIGFsbCBkb25lIHdpdGhvdXQgc3luY3Jvbml6aW5nIGxvZyBtZXNzYWdlcyAN Cj4gYXMgSSBtZW50aW9uZWQgdHJ5aW5nIGJlZm9yZS4gVGhlIGxvZzRjeHggY29kZSB3YXMgYmFz ZWQgb24gDQo+IHJldmlzaW9uICM1NzI3NDQsIHdpdGggdGhlIG1vZGlmaWNhdGlvbnMgSSBtZW50 aW9uZWQgaW4gDQo+IExPR0NYWC0xOTEgKHByZS0ib2ZmaWNpYWwiIGZpeCkuIEFzIHRoZSBtb2Rp ZmljYXRpb25zIHJlbGF0ZSANCj4gdG8gdGhlIHN5c2xvZyBhcHBlbmRlciwgYW5kIGFyZSByZWxh dGl2ZWx5IG1pbm9yLCBJIGRvdWJ0IA0KPiB0aGF0IHRoZXkgYXJlIGluZmx1ZW5jaW5nIHRoZSBy ZXN1bHRzIG91dGxpbmVkIGJlbG93IHNpbmNlIA0KPiBzeXNsb2cgaXMgbm90IGludm9sdmVkIGlu IG15IHRlc3RzLg0KPiANCj4gSSB0cmllZCBmb3JjaW5nIGEgbG9nIG1lc3NhZ2UgaW4gdGhlIHNh bWUgdGhyZWFkIHRoYXQgDQo+IGNvbmZpZ3VyZWQgdGhlIGxvZ2dpbmcgc3lzdGVtLCBpbW1lZGlh dGVseSBhZnRlciB0aGUgDQo+IGNvbmZpZ3VyYXRpb24gd2FzIGRvbmUgYW5kIGJlZm9yZSBhbnkg dGhyZWFkcyBzdGFydGVkIA0KPiBwb3VuZGluZyBhd2F5LiBJIGRpZCBub3Qgbm90ZSBhbnkgY2hh bmdlIGluIGJlaGF2aW91ciwgc28gSSANCj4gd2VudCBiYWNrIHRvIHdoYXQgSSBoYWQgYmVmb3Jl Lg0KPiANCj4gDQo+IEkgc2ltcGxpZmllZCB0aGluZ3MgZG93biB0byBhIEZpbGVBcHBlbmRlciBh cHBlbmRlciB3aXRoIGEgDQo+IFBhdHRlcm5MYXlvdXQgbGF5b3V0IHNldCB0byAnJW0lbic6DQo+ IGxvZzRqLnJvb3RMb2dnZXI9b2ZmDQo+IGxvZzRqLmxvZ2dlci5HYXRld2F5PWRlYnVnLCBmaWxl Mg0KPiANCj4gVGhlIGNvcnJ1cHQgb3V0cHV0IHdhcyBub3QgdmlzaWJsZSBpbiB0aGUgbG9nLg0K PiANCj4gDQo+IEkgcmVhZGRlZCB0aGUgWE1MRmlsZSBhcHBlbmRlciB0byB0aGUgcm9vdCBsb2dn ZXI6DQo+IGxvZzRqLnJvb3RMb2dnZXI9b2ZmLCBYTUxGaWxlDQo+IGxvZzRqLmxvZ2dlci5HYXRl d2F5PWRlYnVnLCBmaWxlMg0KPiANCj4gVGhlIGNvcnJ1cHQgb3V0cHV0IHdhcyB2aXNpYmxlIGlu IGJvdGggdGhlIFhNTCBhbmQgcGxhaW50ZXh0IGxvZ3MuDQo+IA0KPiANCj4gSSByZW1vdmVkIHRo ZSBzaW1wbGlmaWVkIHBsYWludGV4dCBhcHBlbmRlcjoNCj4gbG9nNGoucm9vdExvZ2dlcj1vZmYs IFhNTEZpbGUNCj4gbG9nNGoubG9nZ2VyLkdhdGV3YXk9ZGVidWcNCj4gDQo+IFRoZSBjb3JydXB0 IG91dHB1dCB3YXMgbm90IHZpc2libGUgaW4gdGhlIGxvZy4NCj4gDQo+IA0KPiBJIHJlbW92ZWQg dGhlIHNpbXBsaWZpZWQgcGxhaW50ZXh0IGFwcGVuZGVyOg0KPiBsb2c0ai5yb290TG9nZ2VyPW9m ZiwgWE1MRmlsZQ0KPiBsb2c0ai5sb2dnZXIuR2F0ZXdheT1kZWJ1ZywgWE1MRmlsZUdhdGV3YXkN Cj4gDQo+IFRoZSBjb3JydXB0IG91dHB1dCB3YXMgdmlzaWJsZSBpbiBib3RoIFhNTCBsb2dzLg0K PiANCj4gDQo+IEF0IHRoaXMgcG9pbnQsIEknbSBzdGFydGluZyB0byB0aGluayBpdCdzIGdvdCBz b21ldGhpbmcgdG8gZG8gDQo+IHdpdGggZWl0aGVyIGhhdmluZyBtdWx0aXBsZSBhcHBlbmRlcnMg b24gdGhlIGdvLCBvciBzaW1wbHkgDQo+IHNvbWV0aGluZyBiYWQgaW4gdGhlIFhNTCBsYXlvdXQg dGhhdCBnYXJibGVzIHRoaW5ncyBmb3IgDQo+IHN1YnNlcXVlbnQgYXBwZW5kZXJzLg0KPiANCj4g DQo+IEkgdHJpZWQgdHdvIHBsYWludGV4dCBhcHBlbmRlcnMuIEkgcmVkdWNlZCB0aGUgJ2ZpbGUn IA0KPiBhcHBlbmRlciB0byBhIHNpbXBsZSBGaWxlQXBwZW5kZXIgd2l0aCBhIHBhdHRlcm4gbGF5 b3V0IG9mICclbSVuJzoNCj4gbG9nNGoucm9vdExvZ2dlcj1vZmYsIGZpbGUNCj4gbG9nNGoubG9n Z2VyLkdhdGV3YXk9ZGVidWcsIGZpbGUyDQo+IA0KPiBUaGUgY29ycnVwdCBvdXRwdXQgd2FzIHZp c2libGUgaW4gYm90aCBwbGFpbnRleHQgbG9ncy4NCj4gDQo+IA0KPiBBdCB0aGlzIHBvaW50LCBp dCBzZWVtcyB0byBtZSB0aGF0IHRoZSB2ZXJkaWN0IGlzIGluOiB0aGVyZSdzIA0KPiBhIGJ1ZyB0 aGF0IGNvcnJ1cHRzIGRhdGEgd2hlbiBtdWx0aXBsZSBhcHBlbmRlcnMgKHJlZ2FyZGxlc3MgDQo+ IG9mIHR5cGUpIGFyZSBwcmVzZW50Lg0KPiANCj4gDQo+IEZvciBhbXVzZW1lbnQsIEkgdHJpZWQg Y29tYmluaW5nIGFwcGVuZGVycyBvbiBhIHNpbmdsZSBsb2dnZXI6DQo+IGxvZzRqLnJvb3RMb2dn ZXI9b2ZmLCBmaWxlLCBmaWxlMg0KPiBsb2c0ai5sb2dnZXIuR2F0ZXdheT1kZWJ1Zw0KPiANCj4g VGhlIGNvcnJ1cHQgb3V0cHV0IHdhcyBub3QgdmlzaWJsZSBpbiB0aGUgbG9ncy4NCj4gDQo+IA0K PiBGb3IgbW9yZSBhbXVzZW1lbnQsIEkgdHJpZWQgY29tYmluaW5nIGFwcGVuZGVycyBvbiBhIHNp bmdsZSANCj4gbG9nZ2VyIG90aGVyIHRoYW4gdGhlIHJvb3QgbG9nZ2VyOg0KPiBsb2c0ai5yb290 TG9nZ2VyPW9mZg0KPiBsb2c0ai5sb2dnZXIuR2F0ZXdheT1kZWJ1ZywgZmlsZSwgZmlsZTINCj4g DQo+IFRoZSBjb3JydXB0IG91dHB1dCB3YXMgbm90IHZpc2libGUgaW4gdGhlIGxvZ3MuDQo+IA0K PiANCj4gU2luY2UgSSdtIGd1ZXNzaW5nIHRoZSAnT0ZGJyBsZXZlbCBpc24ndCB1c2VkIGFsbCB0 aGF0IA0KPiBjb21tb25seSwgSSB0cmllZCBlbmFibGluZyB0aGUgcm9vdCBsb2dnZXIgd2l0aCB0 aGUgYXBwZW5kZXJzIA0KPiBvbiBzZXBhcmF0ZSBsb2dnZXJzOg0KPiBsb2c0ai5yb290TG9nZ2Vy PWluZm8sIGZpbGUNCj4gbG9nNGoubG9nZ2VyLkdhdGV3YXk9ZGVidWcsIGZpbGUyDQo+IA0KPiBU aGUgY29ycnVwdCBvdXRwdXQgd2FzIHZpc2libGUgaW4gYm90aCBwbGFpbnRleHQgbG9ncy4NCj4g DQo+IA0KPiBUaGVzZSBleHRyYSB0ZXN0cyBjb25maW0gbXkgZWFsaWVyIHZlcmRpY3QgYXMgdG8g dGhlIGNhdXNlLg0KPiANCj4gSSB3aWxsIG9wZW4gYSBidWcgYmFzZWQgb24gdGhpcyBpbmZvcm1h dGlvbi4gSSB3aWxsIHBvc3QgdGhlIA0KPiBidWcgbnVtYmVyIHRvIHRoZSB1c2VyIGdyb3VwIHdo ZW4gSSBoYXZlIGl0LiBGdXJ0aGVyIA0KPiBpbmZvcm1hdGlvbiBvbiB0aGlzIHByb2JsZW0gd2ls bCBiZSBsb2dnZWQgdGhlcmUuDQo+IA0KPiBOZXh0IHN0ZXBzOg0KPiAtVmVyaWZ5IHRoYXQgdGhl IHByb2JsZW0gc3RpbGwgZXhpc3RzIGluIGEgY2xlYW4gY29weSBvZiANCj4gU1ZOLUhFQUQuIChJ IGV4cGVjdCBpdCBkb2VzLikNCj4gLURldGVybWluZSB3aGV0aGVyIHRoZSBjb3JlIGR1bXBzIEkg ZXhwZXJpZW5jZWQgd2hlbiB1c2luZyANCj4gdGhlIHN5c2xvZyBhcHBlbmRlciBhcmUgcmVsYXRl ZCB0byB0aGlzIHNhbWUgaXNzdWUuDQo+IA0KPiANCj4gLS0tDQo+ICANCj4gTXlsZXMgQnVuYnVy eSwgUC5FbmcuLCBCQVNjLg0KPiBTb2Z0d2FyZSBEZXZlbG9wbWVudCBFbmdpbmVlcmluZyBTcGVj aWFsaXN0IA0KPiBXZWIgU2VydmljZXMgSW50ZXJuYWwgVmVudHVyZQ0KPiBBbGNhdGVsLUx1Y2Vu dA0KPiAgDQo+IFBob25lOiAoNjEzKSA3ODQtNDMyNQ0KPiBGYXg6ICg2MTMpIDc4NC04OTQ0DQo+ IFdlYjogd3d3LmFsY2F0ZWwtbHVjZW50LmNvbSANCg== From [email protected] Thu Oct 04 18:20:05 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41185 invoked from network); 4 Oct 2007 18:20:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Oct 2007 18:20:04 -0000 Received: (qmail 17431 invoked by uid 500); 4 Oct 2007 18:19:53 -0000 Delivered-To: [email protected] Received: (qmail 17212 invoked by uid 500); 4 Oct 2007 18:19:52 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4CXX User" <[email protected]> List-Id: <log4cxx-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 17201 invoked by uid 99); 4 Oct 2007 18:19:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2007 11:19:52 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2007 18:19:54 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1IdVIL-000151-Ko for [email protected]; Thu, 04 Oct 2007 11:19:33 -0700 Message-ID: <[email protected]> Date: Thu, 4 Oct 2007 11:19:33 -0700 (PDT) From: mr19 <[email protected]> To: [email protected] Subject: Console messages now buffered MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org Hi - Recently upgraded to 0.10 from 0.9.7 and I am now noticing that my console messages buffered. Is there anything that can be done? I tried setting ImmediateFlush=true for my console appender with no luck. TIA Marc -- View this message in context: http://www.nabble.com/Console-messages-now-buffered-tf4570455.html#a13045543 Sent from the Log4cxx - Users mailing list [email protected]. From [email protected] Thu Oct 04 19:27:39 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65635 invoked from network); 4 Oct 2007 19:27:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Oct 2007 19:27:39 -0000 Received: (qmail 50911 invoked by uid 500); 4 Oct 2007 19:27:27 -0000 Delivered-To: [email protected] Received: (qmail 50894 invoked by uid 500); 4 Oct 2007 19:27:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4CXX User" <[email protected]> List-Id: <log4cxx-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 50883 invoked by uid 99); 4 Oct 2007 19:27:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2007 12:27:27 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO hoster908.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2007 19:27:26 +0000 Received: (qmail 22856 invoked by uid 2007); 4 Oct 2007 19:26:45 -0000 Message-ID: <[email protected]> Reply-To: "=?iso-8859-1?Q?log4cxx?=" <[email protected]> From: "=?iso-8859-1?Q?log4cxx?=" <[email protected]> To: Log4CXX User <[email protected]> Subject: Re: Console messages now buffered Date: Thu, 04 Oct 2007 19:26:45 +0000 MIME-Version: 1.0 X-Mailer: WebMail 2.55 X-Originating-IP: 161.129.204.104 X-Originating-Email: [email protected] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Marc, We noticed this as well. We were working off of slightly old 0.10 code at the time. Getting the latest 0.10 code and recompiling solved the problem. -Andy On 10/4/07, mr19 <[email protected]> wrote: Hi - Recently upgraded to 0.10 from 0.9.7 and I am now noticing that my console messages buffered. Is there anything that can be done? I tried setting ImmediateFlush=true for my console appender with no luck. TIA Marc -- View this message in context: http://www.nabble.com/Console-messages-now-buffered-tf4570455.html#a13045543 Sent from the Log4cxx - Users mailing list [email protected]. From [email protected] Thu Oct 04 20:10:36 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74955 invoked from network); 4 Oct 2007 20:10:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Oct 2007 20:10:35 -0000 Received: (qmail 2099 invoked by uid 500); 4 Oct 2007 20:10:23 -0000 Delivered-To: [email protected] Received: (qmail 2073 invoked by uid 500); 4 Oct 2007 20:10:23 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4CXX User" <[email protected]> List-Id: <log4cxx-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 2062 invoked by uid 99); 4 Oct 2007 20:10:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2007 13:10:23 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2007 20:10:22 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1IdX1D-0004lg-JO for [email protected]; Thu, 04 Oct 2007 13:09:59 -0700 Message-ID: <[email protected]> Date: Thu, 4 Oct 2007 13:09:59 -0700 (PDT) From: mr19 <[email protected]> To: [email protected] Subject: Re: Console messages now buffered In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Thanks Andy. As soon as I can get my svn update to succeed I'll give it a try. log4cxx wrote: > > Hi Marc, > > We noticed this as well. We were working off of slightly old 0.10 code at > the time. Getting the latest 0.10 code and recompiling solved the problem. > > -Andy > > On 10/4/07, mr19 <[email protected]> wrote: > > Hi - > > Recently upgraded to 0.10 from 0.9.7 and I am now noticing that my console > messages buffered. Is there anything that can be done? I tried setting > ImmediateFlush=true for my console appender with no luck. > > TIA > Marc > -- > View this message in context: > http://www.nabble.com/Console-messages-now-buffered-tf4570455.html#a13045543 > Sent from the Log4cxx - Users mailing list [email protected]. > > -- View this message in context: http://www.nabble.com/Console-messages-now-buffered-tf4570455.html#a13047857 Sent from the Log4cxx - Users mailing list [email protected]. From [email protected] Thu Oct 04 23:40:10 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28656 invoked from network); 4 Oct 2007 23:40:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Oct 2007 23:40:10 -0000 Received: (qmail 47409 invoked by uid 500); 4 Oct 2007 23:39:58 -0000 Delivered-To: [email protected] Received: (qmail 47386 invoked by uid 500); 4 Oct 2007 23:39:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4CXX User" <[email protected]> List-Id: <log4cxx-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 47375 invoked by uid 99); 4 Oct 2007 23:39:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2007 16:39:58 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO alnrmhc16.comcast.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2007 23:39:59 +0000 Received: from [161.129.204.104] (c-76-31-215-166.hsd1.tx.comcast.net[161.129.204.104]) by comcast.net (alnrmhc16) with SMTP id <20071004233900b1600nkri4e>; Thu, 4 Oct 2007 23:39:00 +0000 Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <[email protected]> Content-Transfer-Encoding: 7bit From: Curt Arnold <[email protected]> Subject: Re: Console messages now buffered Date: Thu, 4 Oct 2007 18:38:27 -0500 To: "Log4CXX User" <[email protected]> X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org On Oct 4, 2007, at 3:09 PM, mr19 wrote: > > Thanks Andy. As soon as I can get my svn update to succeed I'll > give it a > try. > Could be this issue: https://issues.apache.org/jira/browse/LOGCXX-156. From [email protected] Fri Oct 05 15:12:14 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83928 invoked from network); 5 Oct 2007 15:12:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Oct 2007 15:12:13 -0000 Received: (qmail 56359 invoked by uid 500); 5 Oct 2007 15:12:01 -0000 Delivered-To: [email protected] Received: (qmail 56335 invoked by uid 500); 5 Oct 2007 15:12:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4CXX User" <[email protected]> List-Id: <log4cxx-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 56324 invoked by uid 99); 5 Oct 2007 15:12:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 08:12:00 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 15:12:02 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1Idoq5-0000Bm-VL for [email protected]; Fri, 05 Oct 2007 08:11:41 -0700 Message-ID: <[email protected]> Date: Fri, 5 Oct 2007 08:11:41 -0700 (PDT) From: mr19 <[email protected]> To: [email protected] Subject: Re: Console messages now buffered In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org I ran across that prior to posting which is why I tried the immediateFlush setting, unfortunately with no luck. Wouldn't that fix have made its way into the 0.10 release already? Curt Arnold-3 wrote: > > > On Oct 4, 2007, at 3:09 PM, mr19 wrote: > >> >> Thanks Andy. As soon as I can get my svn update to succeed I'll >> give it a >> try. >> > > Could be this issue: https://issues.apache.org/jira/browse/LOGCXX-156. > > > -- View this message in context: http://www.nabble.com/Console-messages-now-buffered-tf4570455.html#a13061396 Sent from the Log4cxx - Users mailing list [email protected]. From [email protected] Fri Oct 05 16:35:53 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4737 invoked from network); 5 Oct 2007 16:35:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Oct 2007 16:35:53 -0000 Received: (qmail 29117 invoked by uid 500); 5 Oct 2007 16:35:41 -0000 Delivered-To: [email protected] Received: (qmail 29099 invoked by uid 500); 5 Oct 2007 16:35:41 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4CXX User" <[email protected]> List-Id: <log4cxx-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 29088 invoked by uid 99); 5 Oct 2007 16:35:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 09:35:41 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO rwcrmhc11.comcast.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 16:35:43 +0000 Received: from [161.129.204.104] (c-76-31-215-166.hsd1.tx.comcast.net[161.129.204.104]) by comcast.net (rwcrmhc11) with SMTP id <20071005163445m1100o59v4e>; Fri, 5 Oct 2007 16:34:46 +0000 Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <[email protected]> Content-Transfer-Encoding: 7bit From: Curt Arnold <[email protected]> Subject: Re: Console messages now buffered Date: Fri, 5 Oct 2007 11:34:35 -0500 To: "Log4CXX User" <[email protected]> X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org On Oct 5, 2007, at 10:11 AM, mr19 wrote: > > I ran across that prior to posting which is why I tried the > immediateFlush > setting, unfortunately with no luck. Wouldn't that fix have made > its way > into the 0.10 release already? log4cxx-0.10 hasn't been released yet, but that fix has been in the SVN for over a year. You would have to have a very stale snapshot to not have that code in your version. Since you are apparently still having problems, please update to the latest SVN HEAD anddescribe your platform, compiler, configuration file and the specific symptoms you are seeing that indicate a problem either in a bug report or on the mailing list. I personally won't have time to look at it till next week, but someone else might take a [email protected]. From [email protected] Fri Oct 05 19:12:34 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29433 invoked from network); 5 Oct 2007 19:12:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Oct 2007 19:12:34 -0000 Received: (qmail 51084 invoked by uid 500); 5 Oct 2007 19:12:16 -0000 Delivered-To: [email protected] Received: (qmail 51069 invoked by uid 500); 5 Oct 2007 19:12:15 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4CXX User" <[email protected]> List-Id: <log4cxx-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 51052 invoked by uid 99); 5 Oct 2007 19:12:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 12:12:15 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 19:12:17 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1Idsab-0007rS-1J for [email protected]; Fri, 05 Oct 2007 12:11:57 -0700 Message-ID: <[email protected]> Date: Fri, 5 Oct 2007 12:11:57 -0700 (PDT) From: mr19 <[email protected]> To: [email protected] Subject: Re: Console messages now buffered In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Ok, sorry for wasting everybody's time on this one. Put some debug code in the lib only to find out the lib wasn't the problem. I am running on Linux with a ' | tee -a /tmp/out' so I could get my output on both the console & in a file. Turns out the tee command is buffering. Just stopped using the tee command and added a file appender to the config file. Everything is back to normal (not sure why I just noticed the buffering though as I've been running this app for several month). Thanks for your responses. Marc Curt Arnold-3 wrote: > > > On Oct 5, 2007, at 10:11 AM, mr19 wrote: > >> >> I ran across that prior to posting which is why I tried the >> immediateFlush >> setting, unfortunately with no luck. Wouldn't that fix have made >> its way >> into the 0.10 release already? > > log4cxx-0.10 hasn't been released yet, but that fix has been in the > SVN for over a year. You would have to have a very stale snapshot to > not have that code in your version. > > Since you are apparently still having problems, please update to the > latest SVN HEAD anddescribe your platform, compiler, configuration > file and the specific symptoms you are seeing that indicate a problem > either in a bug report or on the mailing list. I personally won't > have time to look at it till next week, but someone else might take a > [email protected]. > > > > -- View this message in context: http://www.nabble.com/Console-messages-now-buffered-tf4570455.html#a13065687 Sent from the Log4cxx - Users mailing list [email protected]. From [email protected] Mon Oct 08 19:48:26 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97378 invoked from network); 8 Oct 2007 19:48:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Oct 2007 19:48:25 -0000 Received: (qmail 40992 invoked by uid 500); 8 Oct 2007 19:48:13 -0000 Delivered-To: [email protected] Received: (qmail 40972 invoked by uid 500); 8 Oct 2007 19:48:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4CXX User" <[email protected]> List-Id: <log4cxx-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 40961 invoked by uid 99); 8 Oct 2007 19:48:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 12:48:13 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 19:48:14 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1Ieya1-000237-W8 for [email protected]; Mon, 08 Oct 2007 12:47:53 -0700 Message-ID: <{{EMAIL+PHONE}}> Date: Mon, 8 Oct 2007 12:47:53 -0700 (PDT) From: mr19 <[email protected]> To: [email protected] Subject: apps throwing MutexException at termination MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org Recently upgraded to 0.10 (revision 582946). Since the upgrade my apps throw a [email protected]. Just to double check I ran one of the example apps (stream) with the same result. gdb output & stack trace below. Any ideas? I'm going to do some digging on my end as well. TIA, Marc $ gdb .libs/stream GNU gdb Red Hat Linux (6.5-8.fc6rh) Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-redhat-linux-gnu"...Using host libthread_db library "/lib64/libthread_db.so.1". (gdb) r Starting program: /home/xxxxx/logging-log4cxx/src/examples/cpp/.libs/stream [Thread debugging using libthread_db enabled] [New Thread 46912508983760 (LWP 2363)] 0 [0x2aaaab6ef9d0] DEBUG root trivial context - debug message 1 0 [0x2aaaab6ef9d0] INFO root trivial context - info message 0 [0x2aaaab6ef9d0] WARN root trivial context - warn message 0 [0x2aaaab6ef9d0] ERROR root trivial context - error message 0 [0x2aaaab6ef9d0] FATAL root trivial context - fatal message terminate called after throwing an instance of 'log4cxxacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bhelpersacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bMutexException' what(): Mutex exception: stat = 22 Program received signal SIGABRT, Aborted. [Switching to Thread 46912508983760 (LWP 2363)] 0x0000003fef0301b5 in raise () from /lib64/libc.so.6 (gdb) where #0 0x0000003fef0301b5 in raise () from /lib64/libc.so.6 #1 0x0000003fef031b20 in abort () from /lib64/libc.so.6 #2 0x0000003000ec01c4 in __gnu_cxxacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b__verbose_terminate_handler () from /usr/lib64/libstdc++.so.6 #3 0x0000003000ebe386 in stacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bset_unexpected () from /usr/lib64/libstdc++.so.6 #4 0x0000003000ebe3b3 in stacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bterminate () from /usr/lib64/libstdc++.so.6 #5 0x0000003000ebe49a in __cxa_throw () from /usr/lib64/libstdc++.so.6 #6 0x00002aaaaabf6ded in log4cxxacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bhelpersacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsynchronizacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsynchronized () at ../../../src/main/include/log4cxx/helpers/objectptr.h:112 #7 0x00002aaaaabc09c6 in log4cxxacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bhelpersacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bObjectPtrBasacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bexchange (destination=0x2aaaaae69f20, newValue=0x0) at objectptr.cpp:41 #8 0x00002aaaaaba7362 in __tcf_6 () at ../../../src/main/include/log4cxx/helpers/objectptr.h:110 #9 0x0000003fef032ed5 in exit () from /lib64/libc.so.6 #10 0x0000003fef01da4b in __libc_start_main () from /lib64/libc.so.6 #11 0x00000000004016a9 in _start () -- View this message in context: http://www.nabble.com/apps-throwing-MutexException-at-termination-tf4590301.html#a13103575 Sent from the Log4cxx - Users mailing list [email protected]. From [email protected] Mon Oct 08 21:06:34 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30175 invoked from network); 8 Oct 2007 21:06:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Oct 2007 21:06:33 -0000 Received: (qmail 73584 invoked by uid 500); 8 Oct 2007 21:06:21 -0000 Delivered-To: [email protected] Received: (qmail 73568 invoked by uid 500); 8 Oct 2007 21:06:21 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4CXX User" <[email protected]> List-Id: <log4cxx-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 73557 invoked by uid 99); 8 Oct 2007 21:06:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 14:06:20 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO sccrmhc11.comcast.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 21:06:22 +0000 Received: from [161.129.204.104] (c-76-31-215-166.hsd1.tx.comcast.net[161.129.204.104]) by comcast.net (sccrmhc11) with SMTP id <20071008210523011006tm36e>; Mon, 8 Oct 2007 21:05:24 +0000 Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <{{EMAIL+PHONE}}> References: <{{EMAIL+PHONE}}> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <[email protected]> Content-Transfer-Encoding: 7bit From: Curt Arnold <[email protected]> Subject: Re: apps throwing MutexException at termination Date: Mon, 8 Oct 2007 16:05:09 -0500 To: "Log4CXX User" <[email protected]> X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org Please try the following patch and see if it resolves your problem. Reworking ObjectPtrBasacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bexchange for 64-bit builds was on my TO-DO list, but I wanted to work through the rest of the backlog before going to platform specific builds. On 32-bit builds, ObjectPtrBasacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bexchange calls apr_atomic_xchg32 which on most processors will end up being a single machine instruction. Until recently APR did not have an equivalent call to exchange pointers (it does now in the SVN, but hasn't appeared in a release yet), so there were calls that used the Mutex abstraction from log4cxx. What I believe that you are running into is exchange() was first called in the object destructor which means that it could occur after APR has been terminated. I've modified ObjectPtrBase so that the mutex is accessed in the constructor which should guarantee that it is still available in the matching destructor. I have not tested the code and it is not what I expect the final fix will be, but it may be enough to get you going. Ultimately, I'd expect to use apr_atomic_xchg32 on 32-bit builds, InterlockedExchangePtr on Win64-builds, update configure to test for the presence of apr_atomic_xchgptr and use that if available and only then attempt to use the log4cxx Mutex abstraction. log4cxx-0.9.7 did not attempt to do any synchronization on object pointers. If the fix doesn't work for you, let the list know but you should be able to get away with just commenting out the synchronization constructor. Index: src/main/cpp/objectptr.cpp =================================================================== --- src/main/cpp/objectptr.cpp (revision 582963) +++ src/main/cpp/objectptr.cpp (working copy) @@ -26,6 +26,17 @@ using namespace log4cxxacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bhelpers; +ObjectPtrBasacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bObjectPtrBase() { +#if APR_SIZEOF_VOIDP != 4 + getMutex(); +#endif +} + +Mutex& ObjectPtrBasacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetMutex() { + static Mutex mutex(APRInitializeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetRootPool()); + return mutex; +} + void ObjectPtrBasacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcheckNull(const int& null) { if (null != 0) { throw IllegalArgumentException("Attempt to set pointer to a non-zero numeric value."); @@ -37,8 +48,7 @@ return (void*) apr_atomic_xchg32((volatile apr_uint32_t*) destination, (apr_uint32_t) newValue); #else - static Mutex mutex(APRInitializeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetRootPool()); - synchronized sync(mutex); + synchronized sync(getMutex()); void* oldValue = *destination; *destination = newValue; return oldValue; Index: src/main/include/log4cxx/helpers/objectptr.h =================================================================== --- src/main/include/log4cxx/helpers/objectptr.h (revision 582963) +++ src/main/include/log4cxx/helpers/objectptr.h (working copy) @@ -37,11 +37,16 @@ { namespace helpers { + class Mutex; class LOG4CXX_EXPORT ObjectPtrBase { public: + ObjectPtrBase(); static void checkNull(const int& null); static void* exchange(void** destination, void* newValue); + + private: + static Mutex& getMutex(); }; From [email protected] Tue Oct 09 13:25:54 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18075 invoked from network); 9 Oct 2007 13:25:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Oct 2007 13:25:53 -0000 Received: (qmail 95706 invoked by uid 500); 9 Oct 2007 13:25:40 -0000 Delivered-To: [email protected] Received: (qmail 95659 invoked by uid 500); 9 Oct 2007 13:25:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4CXX User" <[email protected]> List-Id: <log4cxx-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 95627 invoked by uid 99); 9 Oct 2007 13:25:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 06:25:40 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 13:25:41 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1IfF5N-0002x0-1P for [email protected]; Tue, 09 Oct 2007 06:25:21 -0700 Message-ID: <[email protected]> Date: Tue, 9 Oct 2007 06:25:21 -0700 (PDT) From: mr19 <[email protected]> To: [email protected] Subject: Re: apps throwing MutexException at termination In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] References: <{{EMAIL+PHONE}}> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Thanks Curt. I'll give it a try. Curt Arnold-3 wrote: > > Please try the following patch and see if it resolves your problem. > Reworking ObjectPtrBasacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bexchange for 64-bit builds was on my TO-DO > list, but I wanted to work through the rest of the backlog before > going to platform specific builds. On 32-bit builds, > ObjectPtrBasacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bexchange calls apr_atomic_xchg32 which on most > processors will end up being a single machine instruction. Until > recently APR did not have an equivalent call to exchange pointers (it > does now in the SVN, but hasn't appeared in a release yet), so there > were calls that used the Mutex abstraction from log4cxx. What I > believe that you are running into is exchange() was first called in > the object destructor which means that it could occur after APR has > been terminated. I've modified ObjectPtrBase so that the mutex is > accessed in the constructor which should guarantee that it is still > available in the matching destructor. I have not tested the code > and it is not what I expect the final fix will be, but it may be > enough to get you going. > > Ultimately, I'd expect to use apr_atomic_xchg32 on 32-bit builds, > InterlockedExchangePtr on Win64-builds, update configure to test for > the presence of apr_atomic_xchgptr and use that if available and only > then attempt to use the log4cxx Mutex abstraction. log4cxx-0.9.7 did > not attempt to do any synchronization on object pointers. If the fix > doesn't work for you, let the list know but you should be able to get > away with just commenting out the synchronization constructor. > > > Index: src/main/cpp/objectptr.cpp > =================================================================== > --- src/main/cpp/objectptr.cpp (revision 582963) > +++ src/main/cpp/objectptr.cpp (working copy) > @@ -26,6 +26,17 @@ > > using namespace log4cxxacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bhelpers; > > +ObjectPtrBasacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bObjectPtrBase() { > +#if APR_SIZEOF_VOIDP != 4 > + getMutex(); > +#endif > +} > + > +Mutex& ObjectPtrBasacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetMutex() { > + static Mutex mutex(APRInitializeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetRootPool()); > + return mutex; > +} > + > void ObjectPtrBasacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcheckNull(const int& null) { > if (null != 0) { > throw IllegalArgumentException("Attempt to set pointer to a > non-zero numeric value."); > @@ -37,8 +48,7 @@ > return (void*) apr_atomic_xchg32((volatile apr_uint32_t*) > destination, > (apr_uint32_t) newValue); > #else > - static Mutex mutex(APRInitializeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetRootPool()); > - synchronized sync(mutex); > + synchronized sync(getMutex()); > void* oldValue = *destination; > *destination = newValue; > return oldValue; > Index: src/main/include/log4cxx/helpers/objectptr.h > =================================================================== > --- src/main/include/log4cxx/helpers/objectptr.h (revision 582963) > +++ src/main/include/log4cxx/helpers/objectptr.h (working copy) > @@ -37,11 +37,16 @@ > { > namespace helpers > { > + class Mutex; > > class LOG4CXX_EXPORT ObjectPtrBase { > public: > + ObjectPtrBase(); > static void checkNull(const int& null); > static void* exchange(void** destination, void* newValue); > + > + private: > + static Mutex& getMutex(); > }; > > > > > > > -- View this message in context: http://www.nabble.com/apps-throwing-MutexException-at-termination-tf4590301.html#a13115535 Sent from the Log4cxx - Users mailing list [email protected]. From [email protected] Tue Oct 09 16:39:14 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18760 invoked from network); 9 Oct 2007 16:38:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Oct 2007 16:38:32 -0000 Received: (qmail 25792 invoked by uid 500); 9 Oct 2007 16:16:14 -0000 Delivered-To: [email protected] Received: (qmail 25779 invoked by uid 500); 9 Oct 2007 16:16:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4CXX User" <[email protected]> List-Id: <log4cxx-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 25768 invoked by uid 99); 9 Oct 2007 16:16:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 09:16:14 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO paralaus.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 16:16:14 +0000 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) X-Spam-Level: X-Spam-Report: * -4.0 BAYES_00 BODY: Bayesian spam probability is 0 to 1% * [score: 0.0000] * 0.0 HTML_MESSAGE BODY: HTML included in message * 0.2 HTML_TITLE_EMPTY BODY: HTML title contains no text Received: from [161.129.204.104] by paralaus.com (MDaemon PRO v9.6.2) with ESMTP id md50000260190.msg for <[email protected]>; Tue, 09 Oct 2007 19:15:04 +0300 Message-ID: <[email protected]> Date: Tue, 09 Oct 2007 19:15:26 +0300 From: Ufuk Kayserilioglu <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20070728) MIME-Version: 1.0 To: [email protected] Subject: TelnetAppender bug fix [was: TelnetAppender and Configuration Reload] References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: multipart/mixed; boundary="------------050106070300080701090809" X-Authenticated-Sender: [email protected] X-HashCash: 1:18:071009:md5000026acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bEOTv5SQYkUpSvS3e:00000m0D X-MDRemoteIP: 161.129.204.104 X-Return-Path: [email protected] X-Envelope-From: [email protected] X-MDaemon-Deliver-To: [email protected] X-Spam-Processed: paralaus.com, Tue, 09 Oct 2007 19:15:05 +0300 X-MDAV-Processed: paralaus.com, Tue, 09 Oct 2007 19:15:07 +0300 X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-3.8 required=10.0 tests=BAYES_00,HTML_MESSAGE, HTML_TITLE_EMPTY autolearn=ham version=3.1.8 This is a multi-part message in MIME format. --------------050106070300080701090809 Content-Type: multipart/alternative; boundary="------------090201020501000602040600" --------------090201020501000602040600 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit A quick follow-up to this issue: We have recently had some time to look at migration to the new 0.10 pre-release code-base. Upon checkout and build of Revision 582102, we found that the TelnetAppender problem that we have run into before, was still there. However, this time we have been able to make it work in, what we think is, a satisfactory manner. The relevant patch is attached and has been tested to run fine on Windows 2003 platform. The patch is simple and basically performs what has been described below: 1. It closes all the sockets, first. 2. The closing of a socket interrupt the blocking accept with an exception. 3. When an exception is caught in "acceptConnections", pThis->closed is checked and if set to true, the thread loop is exited. 4. The main thread, in the meanwhile, is waiting for this thread to join. 5. Once the join happens, we are done. I would again like to stress again that the previous code which calls "Thread.stop()" ultimately stops the thread that makes that call, not the thread that was spawned (at least on Win32). This has very critical results for an operation as simple as a config reload. For this reason, I believe this bug should be a blocker for the 0.10 release. Should I open a bug on Jira about this? PS: As far as I can see, there could be a similar problem in "FileWatchdogacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b~FileWatchdog()" which calls "thread.stop" to stop the thread that it has spawned. The right thing might be to set the "interrupted" flag to 1 and wait for the thread to join again. However, since the destruction of FileWatchDog happens at application shutdown for us, it has not been a critical issue. For other applications, it might be critical. *Ufuk Kayserilioglu wrote:* > For a while we have been using Log4CXX (somewhat) successfully in our > project despite all its shortcomings. Since we feel that the release > of 0.9.8 is close, we have started to port our codebase to the new > version. Our program is a server application running on the Windows > platform. We are using the Win32 src distribution obtained from > http://littletux.homelinux.org/log4cxx/ on 16/05/2006. > > In our application we output some log data to the TelnetAppender and > we were hit by an interesting bug during our testing. It appears that > if you have a DOMConfiguratoracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bonfigureAndWatch setup and your config > file has a TelnetAppender, the initial configuration runs fine. > However, if you change the file, when the platform tries to reload the > config file the process stops before it can reinit the TelnetAppender. > We have been able to trace the problem to the TelnetAppenderacf:4db6:5e0b:f386:43a5:35d7:718d:3c8blose() > method which does a sh.stop(); on the handle which ultimately leads to > the current running thread to exit because the underlying apr function > calls _endthreadex(0). This stops all subsequent processing and even > causes application instability. Moreover, if we skip over the > sh.stop() call, then as soon as serverSocket->close() is called, we > get an access violation due to an operation on the freed socket. > > It appears as if, the accept call should be somehow unblocked by the > close method which should afterwards wait for the thread to join. > > Thanks for a great tool, > > Ufuk Kayserilioglu --------------090201020501000602040600 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=UTF-8" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> <font size="-1"><font face="Arial">A quick follow-up to this issue:<br> <br> We have recently had some time to look at migration to the new 0.10 pre-release code-base. Upon checkout and build of Revision 582102, we found that the TelnetAppender problem that we have run into before, was still there. However, this time we have been able to make it work in, what we think is, a satisfactory manner.<br> <br> The relevant patch is attached and has been tested to run fine on Windows 2003 platform. The patch is simple and basically performs what has been described below:<br> </font></font> <ol> <li><small><font face="Arial">It closes all the sockets, first.</font></small></li> <li><small><font face="Arial">The closing of a socket interrupt the blocking accept with an exception.</font></small></li> <li><small><font face="Arial">When an exception is caught in "acceptConnections", pThis-&gt;closed is checked and if set to true, the thread loop is exited.</font></small></li> <li><small><font face="Arial">The main thread, in the meanwhile, is waiting for this thread to join.</font></small></li> <li><small><font face="Arial">Once the join happens, we are done.<br> </font></small></li> </ol> <font size="-1"><font face="Arial">I would again like to stress again that the previous code which calls "Thread.stop()" ultimately stops the thread that makes that call, not the thread that was spawned (at least on Win32). This has very critical results for an operation as simple as a config reload. For this reason, I believe this bug should be a blocker for the 0.10 release. Should I open a bug on Jira about this?<br> <br> PS: As far as I can see, there could be a similar problem in "FileWatchdogacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b~FileWatchdog()" which calls "thread.stop" to stop the thread that it has spawned. The right thing might be to set the "interrupted" flag to  1 and wait for the thread to join again. However, since the destruction of FileWatchDog happens at application shutdown for us, it has not been a critical issue. For other applications, it might be critical.</font></font><br> <br> <b><small><font face="Arial">Ufuk Kayserilioglu wrote:</font></small></b> <blockquote cite="mid:[email protected]" type="cite"> <meta content="text/html;charset=UTF-8" http-equiv="Content-Type"> <title></title> <font size="-1"><font face="Arial">For a while we have been using Log4CXX (somewhat) successfully in our project despite all its shortcomings. Since we feel that the release of 0.9.8 is close, we have started to port our codebase to the new version. Our program is a server application running on the Windows platform. We are using the Win32 src distribution obtained from <br> <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://littletux.homelinux.org/log4cxx/">http://littletux.homelinux.org/log4cxx/</a> on 16/05/2006.<br> <br> In our application we output some log data to the TelnetAppender and we were hit by an interesting bug during our testing. It appears that if you have a DOMConfiguratoracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bonfigureAndWatch setup and your config file has a TelnetAppender, the initial configuration runs fine. However, if you change the file, when the platform tries to reload the config file the process stops before it can reinit the TelnetAppender. We have been able to trace the problem to the TelnetAppenderacf:4db6:5e0b:f386:43a5:35d7:718d:3c8blose() method which does a sh.stop(); on the handle which ultimately leads to the current running thread to exit because the underlying apr function calls _endthreadex(0). This stops all subsequent processing and even causes application instability. Moreover, if we skip over the sh.stop() call, then as soon as serverSocket-&gt;close() is called, we get an access violation due to an operation on the freed socket. <br> <br> It appears as if, the accept call should be somehow unblocked by the close method which should afterwards wait for the thread to join.<br> <br> Thanks for a great tool,<br> <br> Ufuk Kayserilioglu<br> </font></font></blockquote> </body> </html> --------------090201020501000602040600-- --------------050106070300080701090809 Content-Type: text/plain; name="telnetappender.patch" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="telnetappender.patch" SW5kZXg6IHRlbG5ldGFwcGVuZGVyLmNwcA0KPT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQ0KLS0tIHRlbG5ldGFw cGVuZGVyLmNwcAkocmV2aXNpb24gNTgyMTAyKQ0KKysrIHRlbG5ldGFwcGVuZGVyLmNwcAko d29ya2luZyBjb3B5KQ0KQEAgLTc5LDcgKzc5LDYgQEANCiAgICAgICAgIHN5bmNocm9uaXpl ZCBzeW5jKG11dGV4KTsKICAgICAgICAgaWYgKGNsb3NlZCkgcmV0dXJuOwogICAgICAgICBj bG9zZWQgPSB0cnVlOwotICAgICAgICBzaC5zdG9wKCk7CiAKICAgICAgICAgU29ja2V0UHRy IG51bGxTb2NrZXQ7CiAgICAgICAgIFNvY2tldE91dHB1dFN0cmVhbVB0ciBudWxsU3RyZWFt OwpAQCAtMTA3LDYgKzEwNiw4IEBADQogICAgICAgICAgICAgICAgIH0KICAgICAgICAgfQog CisgICAgICAgIHNoLmpvaW4oKTsKKwogICAgICAgICBhY3RpdmVDb25uZWN0aW9ucyA9IDA7 CiB9CiAKQEAgLTE5MCw2ICsxOTEsMTAgQEANCiAgICAgICAgICAgICAgICAgfQogICAgICAg ICB9IGNhdGNoKEV4Y2VwdGlvbiYgZSkgewogICAgICAgICAgICAgICAgIExvZ0xvZzo6ZXJy b3IoTE9HNENYWF9TVFIoIkVuY291bnRlcmVkIGVycm9yIHdoaWxlIGluIFNvY2tldEhhbmRs ZXIgbG9vcC4iKSwgZSk7CisKKyAgICAgICAgICAgICAgICBpZiAocFRoaXMtPmNsb3NlZCkg eworICAgICAgICAgICAgICAgICAgcmV0dXJuIE5VTEw7CisgICAgICAgICAgICAgICAgfQog ICAgICAgICB9CiAgICAgfQogCg== --------------050106070300080701090809-- From [email protected] Wed Oct 10 12:41:45 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63372 invoked from network); 10 Oct 2007 12:41:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Oct 2007 12:41:45 -0000 Received: (qmail 5644 invoked by uid 500); 10 Oct 2007 12:41:32 -0000 Delivered-To: [email protected] Received: (qmail 5626 invoked by uid 500); 10 Oct 2007 12:41:32 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4CXX User" <[email protected]> List-Id: <log4cxx-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 5615 invoked by uid 99); 10 Oct 2007 12:41:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2007 05:41:32 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2007 12:41:34 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1IfasE-0006i3-6J for [email protected]; Wed, 10 Oct 2007 05:41:14 -0700 Message-ID: <[email protected]> Date: Wed, 10 Oct 2007 05:41:14 -0700 (PDT) From: mr19 <[email protected]> To: [email protected] Subject: Re: apps throwing MutexException at termination In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] References: <{{EMAIL+PHONE}}> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Patch didn't work, didn't spend much time trying to debug but was suprised to see xmlsocketappender in the traceback given that I only have a ConsoleAppender configured. Commenting out the synchronization constructor did take care of the issue though. Below is the trace from the failed patch: GNU gdb Red Hat Linux (6.6-15.fc7rh) Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-redhat-linux-gnu"... Using host libthread_db library "/lib64/libthread_db.so.1". (gdb) r Starting program: /tmp/a.out [Thread debugging using libthread_db enabled] [New Thread 46912518677056 (LWP 5674)] 2007-10-10 07:38:17,225 DEBUG test - testing terminate called after throwing an instance of 'log4cxxacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bhelpersacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bMutexException' what(): Mutex exception: stat = 22 Program received signal SIGABRT, Aborted. [Switching to Thread 46912518677056 (LWP 5674)] 0x0000003ebf2305c5 in raise () from /lib64/libc.so.6 (gdb) where #0 0x0000003ebf2305c5 in raise () from /lib64/libc.so.6 #1 0x0000003ebf232070 in abort () from /lib64/libc.so.6 #2 0x0000003ecd8bebd4 in __gnu_cxxacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b__verbose_terminate_handler () from /usr/lib64/libstdc++.so.6 #3 0x0000003ecd8bcd96 in __gxx_personality_v0 () from /usr/lib64/libstdc++.so.6 #4 0x0000003ecd8bcdc3 in stacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bterminate () from /usr/lib64/libstdc++.so.6 #5 0x0000003ecd8bceaa in __cxa_throw () from /usr/lib64/libstdc++.so.6 #6 0x00002aaaab117a7d in log4cxxacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bhelpersacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsynchronizacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsynchronized () at xmlsocketappender.cpp:94 #7 0x00002aaaab0e52ae in log4cxxacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bhelpersacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bObjectPtrBasacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bexchange (destination=0x2aaaab38a060, newValue=0x0) at objectptr.cpp:51 #8 0x00002aaaab0cc832 in __tcf_6 () at ../../../src/main/include/log4cxx/helpers/objectptr.h:115 #9 0x0000003ebf233449 in exit () from /lib64/libc.so.6 #10 0x0000003ebf21dabb in __libc_start_main () from /lib64/libc.so.6 #11 0x0000000000401569 in _start () Curt Arnold-3 wrote: > > Please try the following patch and see if it resolves your problem. > Reworking ObjectPtrBasacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bexchange for 64-bit builds was on my TO-DO > list, but I wanted to work through the rest of the backlog before > going to platform specific builds. On 32-bit builds, > ObjectPtrBasacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bexchange calls apr_atomic_xchg32 which on most > processors will end up being a single machine instruction. Until > recently APR did not have an equivalent call to exchange pointers (it > does now in the SVN, but hasn't appeared in a release yet), so there > were calls that used the Mutex abstraction from log4cxx. What I > believe that you are running into is exchange() was first called in > the object destructor which means that it could occur after APR has > been terminated. I've modified ObjectPtrBase so that the mutex is > accessed in the constructor which should guarantee that it is still > available in the matching destructor. I have not tested the code > and it is not what I expect the final fix will be, but it may be > enough to get you going. > > Ultimately, I'd expect to use apr_atomic_xchg32 on 32-bit builds, > InterlockedExchangePtr on Win64-builds, update configure to test for > the presence of apr_atomic_xchgptr and use that if available and only > then attempt to use the log4cxx Mutex abstraction. log4cxx-0.9.7 did > not attempt to do any synchronization on object pointers. If the fix > doesn't work for you, let the list know but you should be able to get > away with just commenting out the synchronization constructor. > > > Index: src/main/cpp/objectptr.cpp > =================================================================== > --- src/main/cpp/objectptr.cpp (revision 582963) > +++ src/main/cpp/objectptr.cpp (working copy) > @@ -26,6 +26,17 @@ > > using namespace log4cxxacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bhelpers; > > +ObjectPtrBasacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bObjectPtrBase() { > +#if APR_SIZEOF_VOIDP != 4 > + getMutex(); > +#endif > +} > + > +Mutex& ObjectPtrBasacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetMutex() { > + static Mutex mutex(APRInitializeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetRootPool()); > + return mutex; > +} > + > void ObjectPtrBasacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcheckNull(const int& null) { > if (null != 0) { > throw IllegalArgumentException("Attempt to set pointer to a > non-zero numeric value."); > @@ -37,8 +48,7 @@ > return (void*) apr_atomic_xchg32((volatile apr_uint32_t*) > destination, > (apr_uint32_t) newValue); > #else > - static Mutex mutex(APRInitializeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetRootPool()); > - synchronized sync(mutex); > + synchronized sync(getMutex()); > void* oldValue = *destination; > *destination = newValue; > return oldValue; > Index: src/main/include/log4cxx/helpers/objectptr.h > =================================================================== > --- src/main/include/log4cxx/helpers/objectptr.h (revision 582963) > +++ src/main/include/log4cxx/helpers/objectptr.h (working copy) > @@ -37,11 +37,16 @@ > { > namespace helpers > { > + class Mutex; > > class LOG4CXX_EXPORT ObjectPtrBase { > public: > + ObjectPtrBase(); > static void checkNull(const int& null); > static void* exchange(void** destination, void* newValue); > + > + private: > + static Mutex& getMutex(); > }; > > > > > > > -- View this message in context: http://www.nabble.com/apps-throwing-MutexException-at-termination-tf4590301.html#a13134974 Sent from the Log4cxx - Users mailing list [email protected]. From [email protected] Thu Oct 18 08:11:06 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82711 invoked from network); 18 Oct 2007 08:11:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Oct 2007 08:11:06 -0000 Received: (qmail 32859 invoked by uid 500); 18 Oct 2007 08:10:53 -0000 Delivered-To: [email protected] Received: (qmail 32831 invoked by uid 500); 18 Oct 2007 08:10:53 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4CXX User" <[email protected]> List-Id: <log4cxx-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 32820 invoked by uid 99); 18 Oct 2007 08:10:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2007 01:10:53 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO tranquility.mcc.ac.uk) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2007 08:10:56 +0000 Received: from isbeex01.smb.man.ac.uk ([161.129.204.104]) by tranquility.mcc.ac.uk with esmtp (Exim 4.63 (FreeBSD)) (envelope-from <[email protected]>) id 1IiQSh-0006lR-9a for [email protected]; Thu, 18 Oct 2007 09:10:35 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C8115E.5C0E4D49" Subject: level problem Date: Thu, 18 Oct 2007 09:10:34 +0100 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: level problem Thread-Index: AcgQ2ia3XFq+K/sRTi6fiMCNXbqaHAAhA9IQ From: "Anita Banerji" <[email protected]> To: <[email protected]> X-UoM: Scanned by the University Mail System. See http://www.itservices.manchester.ac.uk/email/filtering/information/ for details. X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. ------_=_NextPart_001_01C8115E.5C0E4D49 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, =20 I wish to print out variable values within my code at the various different logging levels. However, debug level statements are printed when there are also info level statements within the same function. I'd appreciate any advice on how to prevent this happening. =20 With the level set to INFO in the config file: log4j.logger.ImageVolume=3DINFO I would not expect to see the debug = level output: "generateImage: xMax: ok". =20 Thank you, =20 Anita =20 Output: =20 INFO ImageVolume - creating a new image volume=20 INFO ImageVolume - generateImage: no noise added=20 INFO ImageVolume - generateImage: mapping to image INFO ImageVolume - generateImage: xMax: okgenerateImage: complete =20 =20 In ImageVolume.h =20 class ImageVolume { static log4cxxacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLoggerPtr logger; shared_ptr<logstream> outstream; =20 ... }; =20 In ImageVolume.cc =20 LoggerPtr ImageVolumacf:4db6:5e0b:f386:43a5:35d7:718d:3c8blogger(Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLogger("ImageVolume")); =20 ImageVolumacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bImageVolume(shared_ptr<TissueToVoxelMap> tissueToVoxelMap) { shared_ptr<logstream> log(new logstream(logger, Levelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bOFF)); outstream=3D log; *outstream << Levelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bINFO << "creating a new image volume " << LOG4CXX_ENDMSG; =20 ... } =20 void ImageVolumacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgenerateImage(shared_ptr<SignalProduction> signalProduction, =20 shared_ptr<TissueToVoxelMap> tissueToVoxelMap, shared_ptr<Noise> noise) { *(outstream.get()) << Levelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bINFO << "generateImage: no noise added " << LOG4CXX_ENDMSG; =20 shared_ptr< map<TISSUETYPE, SIGNAL_INTENSITY> > tissueToSignalMap=3D signalProduction->generateSignalForAllTissues(); =20 unsigned xMax=3D image->getDimX(); unsigned yMax=3D image->getDimY(); unsigned zMax=3D image->getDimZ(); =20 *(outstream.get()) << Levelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bINFO << "generateImage: mapping to image" << LOG4CXX_ENDMSG; *outstream << Levelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bUG << "generateImage: xMax: " << xMax << " ok" << LOG4CXX_ENDMSG; =20 ... =20 *(outstream.get()) << Levelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bINFO << "generateImage: complete" << LOG4CXX_ENDMSG; } ------_=_NextPart_001_01C8115E.5C0E4D49 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <html xmlns:o=3D"urn:schemas-microsoft-com:office:office" = xmlns:w=3D"urn:schemas-microsoft-com:office:word" = xmlns=3D"http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv=3DContent-Type content=3D"text/html; = charset=3Dus-ascii"> <meta name=3DGenerator content=3D"Microsoft Word 11 (filtered medium)"> <style> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0cm; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline;} span.EmailStyle17 {mso-style-type:personal; font-family:Arial; color:windowtext;} span.EmailStyle18 {mso-style-type:personal-reply; font-family:Arial; color:navy;} @page Section1 {size:612.0pt 792.0pt; margin:72.0pt 90.0pt 72.0pt 90.0pt;} div.Section1 {page:Section1;} --> </style> </head> <body lang=3DEN-US link=3Dblue vlink=3Dpurple> <div class=3DSection1> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>Hi,<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>I wish to print out variable values within my = code at the various different logging levels. However, debug <font = color=3Dnavy><span style=3D'color:navy'>level </span></font>statements are printed when = there are also info <font color=3Dnavy><span style=3D'color:navy'>level = </span></font>statements within the same function. I&#8217;d appreciate any advice on how to = prevent this happening.<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>With the level set to INFO in the config file: log4j.logger.ImageVolume=3DINFO I would not expect to see the debug = level output: &#8220;generateImage: xMax:&nbsp; = ok&#8221;.<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>Thank you,<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>Anita<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>Output:<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>INFO&nbsp; ImageVolume - creating a new image = volume <o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>INFO&nbsp; ImageVolume - generateImage: no = noise added <o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>INFO&nbsp; ImageVolume - generateImage: = mapping to image<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>INFO&nbsp; ImageVolume - generateImage: = xMax:&nbsp; okgenerateImage: complete<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>In ImageVolume.h<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>class ImageVolume<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>{<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp; static log4cxxacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLoggerPtr logger;<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp; shared_ptr&lt;logstream&gt; outstream;<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp; &#8230;<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>};<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>In ImageVolume.cc<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>LoggerPtr ImageVolumacf:4db6:5e0b:f386:43a5:35d7:718d:3c8blogger(Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLogger(&quot;ImageVolume&quot;));<o:p></o:= p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>ImageVolumacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bImageVolume(shared_ptr&lt;TissueTo= VoxelMap&gt; tissueToVoxelMap)<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>{<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp; shared_ptr&lt;logstream&gt; log(new logstream(logger, = Levelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bOFF));<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp; outstream=3D log;<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp; *outstream &lt;&lt; Levelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bINFO &lt;&lt; &quot;creating a new image = volume &quot; &lt;&lt; LOG4CXX_ENDMSG;<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp; &#8230;<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>}<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>void = ImageVolumacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgenerateImage(shared_ptr&lt;SignalProduction&gt; signalProduction,<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp; shared_ptr&lt;TissueToVoxelMap&gt; tissueToVoxelMap, = shared_ptr&lt;Noise&gt; noise)<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>{<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp; *(outstream.get()) &lt;&lt; Levelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bINFO &lt;&lt; &quot;generateImage: no = noise added &quot; &lt;&lt; LOG4CXX_ENDMSG;<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp; shared_ptr&lt; map&lt;TISSUETYPE, SIGNAL_INTENSITY&gt; &gt; = tissueToSignalMap=3D signalProduction-&gt;generateSignalForAllTissues();<o:p></o:p></span></fo= nt></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp; unsigned xMax=3D image-&gt;getDimX();<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp; unsigned yMax=3D image-&gt;getDimY();<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp; unsigned zMax=3D image-&gt;getDimZ();<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp; *(outstream.get()) &lt;&lt; Levelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bINFO &lt;&lt; &quot;generateImage: = mapping to image&quot; &lt;&lt; LOG4CXX_ENDMSG;<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp; *outstream &lt;&lt; Levelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bUG &lt;&lt; &quot;generateImage: xMax: = &quot; &lt;&lt; xMax &lt;&lt; &quot; ok&quot; &lt;&lt; = LOG4CXX_ENDMSG;<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp; &#8230;<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp; <o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp; *(outstream.get()) &lt;&lt; Levelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bINFO &lt;&lt; &quot;generateImage: complete&quot; &lt;&lt; LOG4CXX_ENDMSG;<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span lang=3DEN-GB = style=3D'font-size: 10.0pt;font-family:Arial'>}<o:p></o:p></span></font></p> </div> </body> </html> ------_=_NextPart_001_01C8115E.5C0E4D49-- From [email protected] Thu Oct 18 14:02:44 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5422 invoked from network); 18 Oct 2007 14:02:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Oct 2007 14:02:44 -0000 Received: (qmail 853 invoked by uid 500); 18 Oct 2007 14:02:20 -0000 Delivered-To: [email protected] Received: (qmail 793 invoked by uid 500); 18 Oct 2007 14:02:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4CXX User" <[email protected]> List-Id: <log4cxx-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 581 invoked by uid 99); 18 Oct 2007 14:02:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2007 07:02:19 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO web61012.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 18 Oct 2007 14:02:22 +0000 Received: (qmail 99484 invoked by uid 60001); 18 Oct 2007 14:01:00 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=L2HLN8oTu4Do287/IY5hoXUA95et+vdm44AOg3vzD3KCUf8jfEftnh4yQ6BpLDkaNuyR2oXsCQq72kg1tU1TM38RosnPqezZgm6L/kr2ZidB70MFb8U6qUjSFzLcIylkidrFcshBj4nhgK2eJzB+VGb71FI/oh/IcUmkQsiywwg=; X-YMail-OSG: tc9Hix0VM1l_o3HAZnqZs.KES_vPPAieqKkkST.Wg65Sw9Xy.XvsT1HR7FVya3D12VK53ly2BcQgdxA9_06qIHTDRMlP.vIuPAGAUk3DKwYLp_O7s9I7E2jLk1TiR8A- Received: from [161.129.204.104] by web61012.mail.yahoo.com via HTTP; Thu, 18 Oct 2007 07:00:59 PDT X-Mailer: YahooMailRC/814.05 YahooMailWebService/161.129.204.104 Date: Thu, 18 Oct 2007 07:00:59 -0700 (PDT) From: Sorin POPA <[email protected]> Subject: DailyRollingFileAppender - new day log file filled with null characters.. To: [email protected] MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-476234760-1192716059=:98353" Message-ID: <{{EMAIL+PHONE}}> X-Virus-Checked: Checked by ClamAV on apache.org --0-476234760-1192716059=:98353 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hello, amigos!=0A=0AWe are using a log4cxx 0.9.8 build and we have the foll= owing issue with a DailyRollingFileAppender:=0A=0AIf the application that u= ses log4cxx is running when the date switch takes place (in this case, when= the day changes), the new generated log file contains thousands of null ch= aracters mixed with the logged ones.. For each logged character there is a = null character next to it.=0AIf the logging service doesn't pass through th= e moment of changing the period, the log files are clean.=0A=0AWe've notice= d this behaviour recently, although we've been using this logging service a= nd this type of appender for almost a year.=0A=0AWe cannot trace exactly th= e moment and the changes in usage (if there are any, because consciously we= do not really aknowledge any..).=0A=0AAfter a while spent searching for th= is behaviour on the net (mail lists, logs, etc..) I didn't come accross oth= er people's similar experiences. So, I believe there may be something we mi= ss in this picture.=0A=0AThere is only one place I've met something similar= - it is the How to reset your log files=0A section in the Apache HOWTO Doc= umentation for HTTP Server Version 1.3.=0A=0AThis subject seems pretty obso= lete, but we would appreciate any advice or direction to investigate some m= ore..=0A=0A=0AThanks and have a great day you all, muchachos!=0A=0A=0ASorin= =0A=0A=0A=0A=0A=0A=0A ________________________________________________= ___________ =0AWant ideas for reducing your carbon footprint? Visit Yahoo! = For Good http://uk.promotions.yahoo.com/forgood/environment.html --0-476234760-1192716059=:98353 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable <html><head><style type=3D"text/css"><!-- DIV {margin:0px;} --></style></he= ad><body><div style=3D"font-family:tahoma,new york,times,serif;font-size:10= pt">Hello, amigos!<br><br>We are using a log4cxx 0.9.8 build and we have th= e following issue with a DailyRollingFileAppender:<br><br>If the applicatio= n that uses log4cxx is running when the date switch takes place (in this ca= se, when the day changes), the new generated log file contains thousands of= null characters mixed with the logged ones.. For each logged character the= re is a null character next to it.<br>If the logging service doesn't pass t= hrough the moment of changing the period, the log files are clean.<br><br>W= e've noticed this behaviour recently, although we've been using this loggin= g service and this type of appender for almost a year.<br><br>We cannot tra= ce exactly the moment and the changes in usage (if there are any, because c= onsciously we do not really aknowledge any..).<br><br>After a while spent searching for this behaviour on the net (mail lists, logs, etc..) I = didn't come accross other people's similar experiences. So, I believe there= may be something we miss in this picture.<br><br>There is only one place I= 've met something similar - it is the <a href=3D"http://httpd.apache.org/do= cs/1.3/misc/howto.html"><span style=3D"font-weight: bold;">How to reset you= r log files</span></a><br>&nbsp;section in the Apache HOWTO Documentation f= or HTTP Server Version 1.3.<br><br>This subject seems pretty obsolete, but = we would appreciate any advice or direction to investigate some more..<br><= br><br>Thanks and have a great day you all, muchachos!<br><br><br><font sty= le=3D"font-family: tahoma,new york,times,serif;" size=3D"2">Sorin<br><br></= font><div><br></div></div><br>=0A <hr size=3D1> =0AYahoo! Answers - Ge= t better answers from someone who knows. <a=0Ahref=3D"http://uk.answers.yah= oo.com/;_ylc=3DX3oDMTEydmViNG02BF9TAzIxMTQ3MTcxOTAEc2VjA21haWwEc2xrA3RhZ2xp= bmU">Try=0Ait now</a>.</body></html> --0-476234760-1192716059=:98353-- From [email protected] Wed Oct 24 15:16:59 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60666 invoked from network); 24 Oct 2007 15:16:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Oct 2007 15:16:59 -0000 Received: (qmail 34277 invoked by uid 500); 24 Oct 2007 15:16:45 -0000 Delivered-To: [email protected] Received: (qmail 34255 invoked by uid 500); 24 Oct 2007 15:16:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4CXX User" <[email protected]> List-Id: <log4cxx-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 34244 invoked by uid 99); 24 Oct 2007 15:16:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 08:16:45 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO lector.grecon.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 15:16:48 +0000 Received: from mentat (localhost [161.129.204.104]) by mentat (Postfix) with ESMTP id 03F9A67C45 for <[email protected]>; Wed, 24 Oct 2007 17:16:25 +0200 (CEST) Received: from fs-fg.grecon.local (fs-fg.grecon.local [161.129.204.104]) by lector.grecon.de (Postfix) with ESMTP id D8C595C6C2 for <[email protected]>; Wed, 24 Oct 2007 17:16:24 +0200 (CEST) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: Build problems on Windows XP Date: Wed, 24 Oct 2007 17:16:22 +0200 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Build problems on Windows XP Thread-Index: AcgWUNZCSXZArZQNQ3OO5QdbVbP0Aw== From: "Torsten Wiebesiek" <[email protected]> To: "Log4CXX User" <[email protected]> X-SpamTest-Envelope-From: [email protected] X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 1667 [Oct 24 2007] X-SpamTest-Info: {received from trusted relay: common white list} X-SpamTest-Method: white ip list X-SpamTest-Rate: 0 X-SpamTest-Status: Trusted X-SpamTest-Status-Extended: trusted X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0255], KAS30/Release X-Anti-Virus: Kaspersky Anti-Virus for MailServers 5.5.3/RELEASE, bases: 24102007 #416537, status: clean X-Virus-Checked: Checked by ClamAV on apache.org Hi, I just tried to compile various flavours of log4cxx and encountered some = problems: 1. `ant clean; ant` builds the default configuration (debug/shared) This works fine! :-) 2. `ant clean; ant -Ddebug=3Dtrue -Dlib.type=3Dshared` fail at linking = the unittests: =20 > build-unittest: > [cc] Starting dependency analysis for 87 files. > [cc] 87 files are up to date. > [cc] 0 files to be recompiled from dependency analysis. > [cc] 0 total files to be compiled. > [cc] Starting link > [cc] asyncappendertestcase.obj : error LNK2001: Nicht aufgel=F7stes = externes Symbol ""public: void __thiscall CppUnitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bTestFactoryRegis > tryacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bregisterFactory(class CppUnitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bTestFactory *)" = (?registerFactory@TestFactoryRegistry@CppUnit@@QAEXPAVTestFactory@2@@Z)".= > [cc] obsoleterollingfileappendertest.obj : error LNK2001: Nicht = aufgel=F7stes externes Symbol ""public: void __thiscall CppUnitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bTestFa > ctoryRegistryacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bregisterFactory(class CppUnitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bTestFactory *)" = (?registerFactory@TestFactoryRegistry@CppUnit@@QAEXPAVTestFactory@2@@Z)".= > [cc] cacheddateformattestcase.obj : error LNK2001: Nicht = aufgel=F7stes externes Symbol ""public: void __thiscall = CppUnitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bTestFactoryRe > gistryacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bregisterFactory(class CppUnitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bTestFactory *)" = (?registerFactory@TestFactoryRegistry@CppUnit@@QAEXPAVTestFactory@2@@Z)".= > [cc] filenamepatterntestcase.obj : error LNK2019: Verweis auf nicht = aufgel=F7stes externes Symbol ""public: void __thiscall CppUnitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bTe > stFactoryRegistryacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bregisterFactory(class CppUnitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bTestFactory = *)" = (?registerFactory@TestFactoryRegistry@CppUnit@@QAEXPAVTestFactory@2@@Z)" = i > n Funktion ""public: __thiscall = CppUnitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8butoRegisterSuite<class = FileNamePatternTestCase>acf:4db6:5e0b:f386:43a5:35d7:718d:3c8butoRegisterSuite<class = FileNamePatternTestCase>( > void)" = (??0?$AutoRegisterSuite@VFileNamePatternTestCase@@@CppUnit@@QAE@XZ)". > [cc] telnetappendertestcase.obj : error LNK2001: Nicht = aufgel=F7stes externes Symbol ""public: void __thiscall = CppUnitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bTestFactoryRegi > stryacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bregisterFactory(class CppUnitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bTestFactory *)" = (?registerFactory@TestFactoryRegistry@CppUnit@@QAEXPAVTestFactory@2@@Z)".= > [cc] obsoletedailyrollingfileappendertest.obj : error LNK2001: = Nicht aufgel=F7stes externes Symbol ""public: void __thiscall CppUnitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bT > estFactoryRegistryacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bregisterFactory(class CppUnitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bTestFactory = *)" = (?registerFactory@TestFactoryRegistry@CppUnit@@QAEXPAVTestFactory@2@@Z)".= =20 > [...]=20 =20 Hundreds of similar error messages follow ... In the default case, there's static version of cppunit in the = target/debug/static directory. This is missing in this version. 3. `ant clean; ant -Ddebug=3Dtrue -Dlib.type=3Dstatic` compiles fine. = :-) 4. `ant clean; ant -Ddebug=3Dfalse -Dlib.type=3Dshared` also fails at = linking the unittests. :-( > build-unittest: > [mkdir] Created dir: = C:\Project\log4cxx.test\target\release\shared\log4cxx-test_obj > [cc] 87 total files to be compiled. > [cc] nteventlogappendertestcase.cpp > [cc] iso8601dateformattestcase.cpp > [cc] socketappendertestcase.cpp > [...] > [cc] minimumtestcase.cpp > [cc] asyncappendertestcase.cpp > [cc] obsoleterollingfileappendertest.cpp > [cc] cacheddateformattestcase.cpp > [cc] Code wird generiert... > [cc] Starting link > [cc] asyncappendertestcase.obj : error LNK2001: Nicht = aufgel=F7stes externes Symbol ""public: void __thiscall = CppUnitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bTestFactoryRegis tryacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bregisterFactory(class CppUnitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bTestFactory *)" = (?registerFactory@TestFactoryRegistry@CppUnit@@QAEXPAVTestFactory@2@@Z)".= > [cc] obsoleterollingfileappendertest.obj : error LNK2001: Nicht = aufgel=F7stes externes Symbol ""public: void __thiscall CppUnitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bTestFa > ctoryRegistryacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bregisterFactory(class CppUnitacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bTestFactory *)" = (?registerFactory@TestFactoryRegistry@CppUnit@@QAEXPAVTestFactory@2@@Z)".= > [...]=20 =20 Hundreds of similar error messages follow ... Once again a static version of cppunit is missing, but this time, = theres a dynamic one in target/release/shared. 5. `ant clean; ant -Ddebug=3Dfalse -Dlib.type=3Dstatic` compiles fine. = :-) I hope, this is of interest for you. Unfortunately, I still don't know = much about ant. =20 Regards, Torsten From [email protected] Wed Oct 24 15:33:44 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66935 invoked from network); 24 Oct 2007 15:33:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Oct 2007 15:33:44 -0000 Received: (qmail 77197 invoked by uid 500); 24 Oct 2007 15:33:32 -0000 Delivered-To: [email protected] Received: (qmail 76918 invoked by uid 500); 24 Oct 2007 15:33:31 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4CXX User" <[email protected]> List-Id: <log4cxx-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 76907 invoked by uid 99); 24 Oct 2007 15:33:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 08:33:31 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO ecollab3.amat.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 15:33:34 +0000 X-SBRS: None X-IronPort-AV: E=Sophos;i="4.21,325,1188795600"; d="scan'208";a="205966522" Received: from unknown (HELO GWSMTPSCLA02.mis.amat.com) ([161.129.204.104]) by mx3int.mis.amat.com with ESMTP; 24 Oct 2007 10:33:13 -0500 Subject: Katie Snow is out of the office. From: [email protected] To: "Log4CXX User" <[email protected]> Message-ID: <[email protected]> Date: Wed, 24 Oct 2007 08:33:07 -0700 X-MIMETrack: Serialize by Router on GWSMTPSCLA02/APPLIED MATERIALS(Release 7.0.2 HF81|November 07, 2006) at 10/24/2007 08:33:08 AM MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org I will be out of the office starting 10/19/2007 and will not return until 10/29/2007. I will have limited email access while I am away. If you need help with Activity Manager questions please contact Lance Jessup. Katie From [email protected] Wed Oct 24 15:44:03 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70925 invoked from network); 24 Oct 2007 15:44:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Oct 2007 15:44:03 -0000 Received: (qmail 9000 invoked by uid 500); 24 Oct 2007 15:43:50 -0000 Delivered-To: [email protected] Received: (qmail 8981 invoked by uid 500); 24 Oct 2007 15:43:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4CXX User" <[email protected]> List-Id: <log4cxx-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 8970 invoked by uid 99); 24 Oct 2007 15:43:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 08:43:50 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO ug-out-1314.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 15:43:53 +0000 Received: by ug-out-1314.google.com with SMTP id m2so333997uge for <[email protected]>; Wed, 24 Oct 2007 08:43:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=z+MMC6yljj/6xEGNOleVUV5UDvZJRn0HytNxtAKifxo=; b=OHkPvlkhCajy+NlX6LtR5ln971+BqyrtLsl8iXQ0sKhAELAYj9lZRprE/YfimLxtKVlTgnkGI/jUL1pua1zHu7S++xOi+y8oSu6eS9webBrqRtUOJVQAnTOXFwZwy4IdBqN0RvwZVe/pBTAoxjP3Ui0HUPU9HHZrFp4fTSom1g0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ripLSMKPwW3L5DECZzmq2vSQIXHXruw6KoB1vK91u+gKB4ZROhu42cpq2nTECjbBG697C42hcTWf/WYiL8IlLuFyQDcyA20Xx6/JZgwVoDdd0uKvTljIMov0N+C5rCxynCcK7jaufVbI+g/w3uiRsu95Imosxgy46GlgeOrKrME= Received: by 161.129.204.104 with SMTP id x18mr2181425ugh.1193240594993; Wed, 24 Oct 2007 08:43:14 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 24 Oct 2007 08:43:14 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 24 Oct 2007 11:43:14 -0400 From: "Mark Kinzie" <[email protected]> To: [email protected] Subject: New release? MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_10100_10651578.1193240594997" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_10100_10651578.1193240594997 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline What are the chances of a new release coming out in the next 30 days? 60 days? Thanks, Mark ------=_Part_10100_10651578.1193240594997 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline What are the chances of a new release coming out in the next 30 days?&nbsp; 60 days?<br><br>Thanks,<br>Mark ------=_Part_10100_10651578.1193240594997-- From [email protected] Wed Oct 24 15:49:38 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73659 invoked from network); 24 Oct 2007 15:49:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Oct 2007 15:49:38 -0000 Received: (qmail 18568 invoked by uid 500); 24 Oct 2007 15:49:25 -0000 Delivered-To: [email protected] Received: (qmail 18514 invoked by uid 500); 24 Oct 2007 15:49:25 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4CXX User" <[email protected]> List-Id: <log4cxx-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 18499 invoked by uid 99); 24 Oct 2007 15:49:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 08:49:25 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO eastrmmtao107.cox.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 15:49:27 +0000 Received: from eastrmimpo01.cox.net ([161.129.204.104]) by eastrmmtao107.cox.net (InterMail vM.161.129.204.104 201-2186-121-102-20070209) with ESMTP id <[email protected]> for <[email protected]>; Wed, 24 Oct 2007 11:48:04 -0400 Received: from black ([161.129.204.104]) by eastrmimpo01.cox.net with bizsmtp id 4Fo01Y00P4GV2Jm0000000; Wed, 24 Oct 2007 11:48:01 -0400 Received: from bob by black with local (Exim 4.63) (envelope-from <[email protected]>) id 1IkiSi-0003qc-U7 for [email protected]; Wed, 24 Oct 2007 11:48:04 -0400 Date: Wed, 24 Oct 2007 11:48:04 -0400 From: Bob Rossi <[email protected]> To: Log4CXX User <[email protected]> Subject: Re: New release? Message-ID: <[email protected]> Mail-Followup-To: Log4CXX User <[email protected]> References: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Oct 24, 2007 at 11:43:14AM -0400, Mark Kinzie wrote: > What are the chances of a new release coming out in the next 30 days? 60 > days? I still have my christmas tree setup! I look under it each morning. :) Bob Rossi From [email protected] Wed Oct 24 15:55:01 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77054 invoked from network); 24 Oct 2007 15:55:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Oct 2007 15:55:01 -0000 Received: (qmail 34999 invoked by uid 500); 24 Oct 2007 15:54:48 -0000 Delivered-To: [email protected] Received: (qmail 34723 invoked by uid 500); 24 Oct 2007 15:54:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4CXX User" <[email protected]> List-Id: <log4cxx-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 34711 invoked by uid 99); 24 Oct 2007 15:54:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 08:54:47 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO lector.grecon.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 15:54:52 +0000 Received: from mentat (localhost [161.129.204.104]) by mentat (Postfix) with ESMTP id AD5496E23D for <[email protected]>; Wed, 24 Oct 2007 17:54:31 +0200 (CEST) Received: from fs-fg.grecon.local (fs-fg.grecon.local [161.129.204.104]) by lector.grecon.de (Postfix) with ESMTP id 99E1067ABC for <[email protected]>; Wed, 24 Oct 2007 17:54:31 +0200 (CEST) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: LOG4CXX_TRACE Date: Wed, 24 Oct 2007 17:54:27 +0200 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: LOG4CXX_TRACE Thread-Index: AcgWVihKFIoayBb9ROCTIoIZL+Gx7g== From: "Torsten Wiebesiek" <[email protected]> To: "Log4CXX User" <[email protected]> X-SpamTest-Envelope-From: [email protected] X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 1667 [Oct 24 2007] X-SpamTest-Info: {received from trusted relay: common white list} X-SpamTest-Method: white ip list X-SpamTest-Rate: 0 X-SpamTest-Status: Trusted X-SpamTest-Status-Extended: trusted X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0255], KAS30/Release X-Anti-Virus: Kaspersky Anti-Virus for MailServers 5.5.3/RELEASE, bases: 24102007 #416563, status: clean X-Virus-Checked: Checked by ClamAV on apache.org I am still trying to learn about log4cxx and once again, I stumbled over a little pitfall. Using the LOG4CXX_TRACE macro results in a linker error. The linker can't find the symbol log4cxxacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLoggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bisTraceEnabled(void)const > main.obj : error LNK2019: unresolved external symbol=20 > ""public: bool __thiscall log4cxxacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLoggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bisTraceEnabled(void)const " > (?isTraceEnabled@Logger@log4cxx@@QBE_NXZ)" in function "_main". > C:\Project\test-logging.exe :=20 > fatal error LNK1120: 1 unresolved external symbol. This is a simple demo program. 01 #include <iostream> 02 #include <log4cxx/logger.h> 03 #include <log4cxx/basicconfigurator.h> 04 #include <log4cxx/helpers/exception.h> 05 06 int main(int argc, char **argv) 07 { 08 try { 09 stacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcout << "Test Logging ...\n"; 10 11 log4cxxacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsicConfiguratoracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bonfigure(); 12 13 log4cxxacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLoggerPtr logger(log4cxxacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLoggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLogger("MyApp")); 14 LOG4CXX_TRACE(logger, "Some logging message."); 15 } 16 catch (log4cxxacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bhelpersacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bxception &e) { 17 stacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcout << "log4cxx exception: " << e.what() << "!\n"; 18 } 19 catch (...) { 20 stacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcout << "unknown exception!\n"; 21 } 22 23 return 0; 24 } Replacing line 14 with 14 LOG4CXX_DEBUG(logger, "Some logging message.");=20 works fine. This example program was linked with the debug/static version of Log4Cxx. Linking the program with the release/static version results in a program crash. No exception is caught. The operating system shows the following error message: "The exception unknown software exception (0xc0000409) occurred in the=20 application at location 0x00504226." Is it recommended to use the release build? Or should I only use a debug build? By the way: I am using a log4cxx current snapshot (this afternoon) on Windows XP with MS Visual Studio 2005. Regards, Torsten From [email protected] Wed Oct 24 16:37:57 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96200 invoked from network); 24 Oct 2007 16:37:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Oct 2007 16:37:56 -0000 Received: (qmail 13051 invoked by uid 500); 24 Oct 2007 16:37:41 -0000 Delivered-To: [email protected] Received: (qmail 13030 invoked by uid 500); 24 Oct 2007 16:37:41 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4CXX User" <[email protected]> List-Id: <log4cxx-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 12977 invoked by uid 99); 24 Oct 2007 16:37:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 09:37:41 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wx-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 16:37:44 +0000 Received: by wx-out-0506.google.com with SMTP id i29so218878wxd for <[email protected]>; Wed, 24 Oct 2007 09:37:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=30q9TzQALzyzKzFAYQ2uZBDBx5glfTws7COYMeai/fg=; b=lFps9EhxGVigBoBKwpckvk8cVJs2tjtcLVToBM41qMSorste7erRsjRLGLV0y7hFj+rRu7Mmi6CNg6YxhRrwEmAdNBm9Yw6h+LNgHzPrtKn1fx8TZYIPyO/BH3oTWKZB+lJgsuIE9ic7VaRIVfahez5EoRcbCa/y9gzUbQEozgE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=WV70aLgZrEtpBrVhy09XMeKDkz3iKHidN7/pPzRe28gR2VIYNS/2FJGRGmUXeQss1EBnYRVrIBZ/nMReOM+MMRSM02cEeSqPML3FdfAcab8G71InCS1Ipo4xHPYrrNY6kkPpyPBMfBfPcw6wuUh2KOE5UF52o1dEO4be/QOJ4fU= Received: by 161.129.204.104 with SMTP id n3mr676229agb.1193243843438; Wed, 24 Oct 2007 09:37:23 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 24 Oct 2007 09:37:23 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 24 Oct 2007 12:37:23 -0400 From: "Matthew Campbell" <[email protected]> Sender: [email protected] To: "Log4CXX User" <[email protected]> Subject: Re: New release? In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_7738_27944447.1193243843418" References: <[email protected]> X-Google-Sender-Auth: 62f2a7f04498a214 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_7738_27944447.1193243843418 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I've been wondering that for about 2 years ;) On 10/24/07, Mark Kinzie <[email protected]> wrote: > > What are the chances of a new release coming out in the next 30 days? 60 > days? > > Thanks, > Mark ------=_Part_7738_27944447.1193243843418 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I&#39;ve been wondering that for about 2 years ;)<br><br><div><span class="gmail_quote">On 10/24/07, <b class="gmail_sendername">Mark Kinzie</b> &lt;<a href="mailto:[email protected]">[email protected]</a>&gt; wrote:</span> <blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">What are the chances of a new release coming out in the next 30 days?&nbsp; 60 days?<br><br>Thanks,<br><span class="sg"> Mark </span></blockquote></div><br> ------=_Part_7738_27944447.1193243843418-- From [email protected] Thu Oct 25 08:28:53 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56337 invoked from network); 25 Oct 2007 08:28:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Oct 2007 08:28:53 -0000 Received: (qmail 58701 invoked by uid 500); 25 Oct 2007 08:28:40 -0000 Delivered-To: [email protected] Received: (qmail 58673 invoked by uid 500); 25 Oct 2007 08:28:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4CXX User" <[email protected]> List-Id: <log4cxx-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 58662 invoked by uid 99); 25 Oct 2007 08:28:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2007 01:28:40 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail2.kisters.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2007 08:28:37 +0000 Received: from kisters-ac4.kisters.de by mail2.kisters.de (MDaemon PRO v9.6.2) with ESMTP id md50000466151.msg for <[email protected]>; Thu, 25 Oct 2007 10:27:39 +0200 To: "Log4CXX User" <[email protected]> Subject: Categories in Log4net MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.6 March 06, 2007 Message-ID: <[email protected]> From: [email protected] Date: Thu, 25 Oct 2007 10:28:09 +0200 Content-Type: multipart/alternative; boundary="=_alternative 002E663CC125737F_=" X-Spam-Processed: mail2.kisters.de, Thu, 25 Oct 2007 10:27:39 +0200 (not processed: spam filter heuristic analysis disabled) X-Return-Path: [email protected] X-Envelope-From: [email protected] X-MDaemon-Deliver-To: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org This is a multipart message in MIME format. --=_alternative 002E663CC125737F_= Content-Type: text/plain; charset="US-ASCII" Hey! I'm just wondering, log4j knows something called categories to sort the appenders. Allthough I don't really know the difference between having seperate loggers and having seperate categories, I would like to know if log4net knows categories too and , if so, how they can be configured using an xml-style configuration file. Thanx, Johannes Frank --=_alternative 002E663CC125737F_= Content-Type: text/html; charset="US-ASCII" <br><font size=2 face="sans-serif">Hey!</font> <br> <br><font size=2 face="sans-serif">I'm just wondering, log4j knows something called categories to sort the appenders.</font> <br><font size=2 face="sans-serif">Allthough I don't really know the difference between having seperate loggers and having seperate categories, I would like to know if log4net knows categories too and , if so, how they can be configured using an xml-style configuration file.</font> <br><font size=2 face="sans-serif">Thanx,</font> <br><font size=2 face="sans-serif">Johannes Frank</font> --=_alternative 002E663CC125737F_=-- From [email protected] Fri Oct 26 17:10:01 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5091 invoked from network); 26 Oct 2007 17:10:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Oct 2007 17:10:01 -0000 Received: (qmail 81303 invoked by uid 500); 26 Oct 2007 17:09:48 -0000 Delivered-To: [email protected] Received: (qmail 81029 invoked by uid 500); 26 Oct 2007 17:09:46 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4CXX User" <[email protected]> List-Id: <log4cxx-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 81018 invoked by uid 99); 26 Oct 2007 17:09:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2007 10:09:46 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO alnrmhc14.comcast.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2007 17:09:49 +0000 Received: from [161.129.204.104] (c-98-197-139-93.hsd1.tx.comcast.net[161.129.204.104]) by comcast.net (alnrmhc14) with SMTP id <20071026170928b1400e3d4je>; Fri, 26 Oct 2007 17:09:28 +0000 Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <[email protected]> References: <[email protected]> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <[email protected]> Content-Transfer-Encoding: 7bit From: Curt Arnold <[email protected]> Subject: Re: Categories in Log4net Date: Fri, 26 Oct 2007 12:09:13 -0500 To: "Log4CXX User" <[email protected]> X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org On Oct 25, 2007, at 3:28 AM, [email protected] wrote: > > Hey! > > I'm just wondering, log4j knows something called categories to sort > the appenders. > Allthough I don't really know the difference between having > seperate loggers and having seperate categories, I would like to > know if log4net knows categories too and , if so, how they can be > configured using an xml-style configuration file. > Thanx, > Johannes Frank I can't speak for log4net and you should ask on a log4net list instead of a log4cxx list. Categories and Loggers are synonymous in log4j. Category and Priority were used in log4j originally and Logger and Level were used in JDK 1.4 logging. Logger and Level were added in log4j to be consistent with JDK 1.4's nomenclature and Category and Priority were deprecated. Basically, a logger or category represents a topic (messages related to a specific class, messages about database interactions, etc) and those topics are then connected to appenders. From [email protected] Wed Oct 31 17:50:53 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69656 invoked from network); 31 Oct 2007 17:50:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Oct 2007 17:50:53 -0000 Received: (qmail 49161 invoked by uid 500); 31 Oct 2007 17:50:41 -0000 Delivered-To: [email protected] Received: (qmail 48883 invoked by uid 500); 31 Oct 2007 17:50:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4CXX User" <[email protected]> List-Id: <log4cxx-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 48872 invoked by uid 99); 31 Oct 2007 17:50:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Oct 2007 10:50:40 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO YOSEMITE.dot21rts.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Oct 2007 17:50:58 +0000 Message-ID: <[email protected]> Date: Wed, 31 Oct 2007 13:50:20 -0400 From: George Uecker <[email protected]> MIME-Version: 1.0 To: Log4CXX User <[email protected]> Subject: building shared log4cxx w/ static apr & apr-util Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org We have been using a CVS snapshot of log4cxx built using the ant build.xml file, where by default liblog4cxx is built as a shared lib that links with the static versions of libapr-1 and libaprutil-1. Because we now have to build for some target boards using a custom compiler that is not recognized by ant as being a valid compiler, we had to resort to building log4cxx using autotools. Now the problem: when building with autotools, how do we build a shared version of log4cxx that uses static apr-1 and aprutil-1 libs? All I've been able to manage so far is a shared version of log4cxx that requires shared versions of apr-1 and aprutil-1 as well. I tried hacking the Makefile to no avail. Is there some magic incantation of the configure command that will do what I want? From [email protected] Wed Oct 31 18:16:33 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85156 invoked from network); 31 Oct 2007 18:16:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Oct 2007 18:16:33 -0000 Received: (qmail 78876 invoked by uid 500); 31 Oct 2007 18:16:19 -0000 Delivered-To: [email protected] Received: (qmail 78850 invoked by uid 500); 31 Oct 2007 18:16:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4CXX User" <[email protected]> List-Id: <log4cxx-user.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 78832 invoked by uid 99); 31 Oct 2007 18:16:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Oct 2007 11:16:19 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO pluto.phpwebhosting.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 31 Oct 2007 18:16:22 +0000 Received: (qmail 12282 invoked from network); 31 Oct 2007 18:15:43 -0000 Received: from unknown (HELO OCTOBER) (161.129.204.104) by pluto.phpwebhosting.com with SMTP; Wed, 31 Oct 2007 14:15:43 -0400 Reply-To: <[email protected]> From: "Stephen Bartnikowski" <[email protected]> To: "'Log4CXX User'" <[email protected]> References: <[email protected]> Subject: RE: building shared log4cxx w/ static apr & apr-util Date: Wed, 31 Oct 2007 13:18:18 -0500 Organization: Barking Lizards Technologies Message-ID: <001301c81bea$699886c0$97dea8c0@OCTOBER> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: Acgb5oxHNef9FNXlS+uFwFZjR5ao5gAArMog X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 In-Reply-To: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Hi George, I wanted to build on Mac OS X recently and had problems using the autotools to do this as well. I didn't find a solution and had to focus elsewhere since these sorts of things tend to flush valuable man-hours down the drain. Not that this helps you, but it might attract the attention of the log4cxx developers if enough people request it. If you figure anything out, please keep the user's list updated. Thanks! Stephen -----Original Message----- From: George Uecker [mailto:[email protected]] Sent: Wednesday, October 31, 2007 12:50 PM To: Log4CXX User Subject: building shared log4cxx w/ static apr & apr-util We have been using a CVS snapshot of log4cxx built using the ant build.xml file, where by default liblog4cxx is built as a shared lib that links with the static versions of libapr-1 and libaprutil-1. Because we now have to build for some target boards using a custom compiler that is not recognized by ant as being a valid compiler, we had to resort to building log4cxx using autotools. Now the problem: when building with autotools, how do we build a shared version of log4cxx that uses static apr-1 and aprutil-1 libs? All I've been able to manage so far is a shared version of log4cxx that requires shared versions of apr-1 and aprutil-1 as well. I tried hacking the Makefile to no avail. Is there some magic incantation of the configure command that will do what I want?
From [email protected] Mon Feb 02 17:46:28 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15398 invoked from network); 2 Feb 2004 17:46:28 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 2 Feb 2004 17:46:28 -0000 Received: (qmail 99622 invoked by uid 500); 2 Feb 2004 17:44:58 -0000 Delivered-To: [email protected] Received: (qmail 99505 invoked by uid 500); 2 Feb 2004 17:44:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 99417 invoked from network); 2 Feb 2004 17:44:57 -0000 Received: from unknown (HELO jimsys.jaguNET.com) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Feb 2004 17:44:57 -0000 Received: from [161.129.204.104] (localhost [161.129.204.104]) by jimsys.jaguNET.com (Postfix) with ESMTP id E371120344E; Mon, 2 Feb 2004 12:44:56 -0500 (EST) In-Reply-To: <[email protected]> References: <[email protected]> Mime-Version: 1.0 (Apple Message framework v612) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <[email protected]> Content-Transfer-Encoding: 7bit Cc: [email protected] From: Jim Jagielski <[email protected]> Subject: Re: Possible proposal: Catacomb joining the ASF - first steps Date: Mon, 2 Feb 2004 12:44:56 -0500 To: [email protected] X-Mailer: Apple Mail (2.612) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Jan 30, 2004, at 6:30 AM, Gianugo Rabellino wrote: > I became involved in the last few months in the Catacomb effort > (http://www.webdav.org/catacomb). For those of you who don't know this > project, it's all about building a mod_dav plugin/provider that, using > a RDBMS as a backend, provides some advanced WebDAV features such as > DASL and DeltaV. > > ++1 :) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Feb 02 20:18:27 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17576 invoked from network); 2 Feb 2004 20:18:26 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 2 Feb 2004 20:18:26 -0000 Received: (qmail 88648 invoked by uid 500); 2 Feb 2004 20:17:52 -0000 Delivered-To: [email protected] Received: (qmail 88515 invoked by uid 500); 2 Feb 2004 20:17:51 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 88480 invoked from network); 2 Feb 2004 20:17:50 -0000 Received: from unknown (HELO ms-smtp-01-eri0.southeast.rr.com) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Feb 2004 20:17:50 -0000 Received: from noel770 (cae88-20-092.sc.rr.com [161.129.204.104]) by ms-smtp-01-eri0.southeast.rr.com (8.12.10/8.12.7) with SMTP id i12KHqaL016745 for <[email protected]>; Mon, 2 Feb 2004 15:17:53 -0500 (EST) From: "Noel J. Bergman" <[email protected]> To: <[email protected]> Subject: RE: cvs commit: incubator/site/projects gump.cwiki Date: Mon, 2 Feb 2004 15:17:42 -0500 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <[email protected]> X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > Seems like Gump will be going TLP. I am just going to unofficially start > incubation while votes take place, procedures are hammered out, etc etc. Projects being promoted to TLP don't have to go through the Incubator. --- Noel --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Feb 02 20:39:36 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34375 invoked from network); 2 Feb 2004 20:39:36 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 2 Feb 2004 20:39:36 -0000 Received: (qmail 80697 invoked by uid 500); 2 Feb 2004 20:39:23 -0000 Delivered-To: [email protected] Received: (qmail 80645 invoked by uid 500); 2 Feb 2004 20:39:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 80617 invoked from network); 2 Feb 2004 20:39:22 -0000 Received: from unknown (HELO netlx050.vf.utwente.nl) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Feb 2004 20:39:22 -0000 Received: from apache.org (giraffe.student.utwente.nl [161.129.204.104]) by netlx050.vf.utwente.nl (8.11.7/HKD) with ESMTP id i12Kcf012468 for <[email protected]>; Mon, 2 Feb 2004 21:38:41 +0100 Message-ID: <[email protected]> Date: Mon, 02 Feb 2004 21:38:41 +0100 From: Leo Simons <[email protected]> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031114 X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Subject: Re: cvs commit: incubator/site/projects gump.cwiki References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact [email protected] for more information. X-UTwente-MailScanner: Found to be clean X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Noel J. Bergman wrote: >>Seems like Gump will be going TLP. I am just going to unofficially start >>incubation while votes take place, procedures are hammered out, etc etc. > > Projects being promoted to TLP don't have to go through the Incubator. Normative material seems to indicate otherwise. Reference? IMV, it doesn't matter *that* much...I estimated incubation of gump will incur a burden of roughly 2-5 hours of my time if we all keep a pragmatic attitude. Which is okay. I further estimated taking a lot of time discussing what is actually appropriate will add up to in the end cost more hours (invested by various people, including me) than just taking care of the paperwork. And that kind of discussion is less fun than paperwork, imnsho :D -- cheers, - Leo Simons ----------------------------------------------------------------------- Weblog -- http://leosimons.com/ IoC Component Glue -- http://jicarilla.org/ Articles & Opinions -- http://articles.leosimons.com/ ----------------------------------------------------------------------- "We started off trying to set up a small anarchist community, but people wouldn't obey the rules." -- Alan Bennett --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Feb 02 21:34:29 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62010 invoked from network); 2 Feb 2004 21:34:28 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 2 Feb 2004 21:34:28 -0000 Received: (qmail 97550 invoked by uid 500); 2 Feb 2004 21:33:45 -0000 Delivered-To: [email protected] Received: (qmail 97424 invoked by uid 500); 2 Feb 2004 21:33:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 97323 invoked from network); 2 Feb 2004 21:33:43 -0000 Received: from unknown (HELO bsl-540.wakasoft.com) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Feb 2004 21:33:43 -0000 Received: from gbiv.com (localhost [161.129.204.104]) by bsl-540.wakasoft.com (8.12.9/8.12.9) with ESMTP id i12LYlj9004665 for <[email protected]>; Mon, 2 Feb 2004 13:34:47 -0800 (PST) Date: Mon, 2 Feb 2004 13:34:46 -0800 Subject: Re: cvs commit: incubator/site/projects gump.cwiki Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v553) From: "Roy T. Fielding" <[email protected]> To: [email protected] Content-Transfer-Encoding: 7bit In-Reply-To: <[email protected]> Message-Id: <[email protected]> X-Mailer: Apple Mail (2.553) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > Normative material seems to indicate otherwise. Reference? Moving an Apache project to TLP is a decision by the board. They might ask incubator to help do something, but they haven't yet. ....Roy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Feb 02 23:48:51 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45810 invoked from network); 2 Feb 2004 23:48:50 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 2 Feb 2004 23:48:50 -0000 Received: (qmail 42921 invoked by uid 500); 2 Feb 2004 23:48:32 -0000 Delivered-To: [email protected] Received: (qmail 42804 invoked by uid 500); 2 Feb 2004 23:48:31 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 42611 invoked from network); 2 Feb 2004 23:48:29 -0000 Received: from unknown (HELO ms-smtp-01-eri0.southeast.rr.com) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Feb 2004 23:48:29 -0000 Received: from noel770 (cae88-20-092.sc.rr.com [161.129.204.104]) by ms-smtp-01-eri0.southeast.rr.com (8.12.10/8.12.7) with SMTP id i12NmTaN000022 for <[email protected]>; Mon, 2 Feb 2004 18:48:34 -0500 (EST) From: "Noel J. Bergman" <[email protected]> To: <[email protected]> Subject: RE: cvs commit: incubator/site/projects gump.cwiki Date: Mon, 2 Feb 2004 18:48:23 -0500 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <[email protected]> X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Leo Simons wrote: > Noel J. Bergman wrote: >>>Seems like Gump will be going TLP. I am just going to unofficially start >>>incubation while votes take place, procedures are hammered out, etc etc. >> Projects being promoted to TLP don't have to go through the Incubator. > Normative material seems to indicate otherwise. Reference? What normative material? The Incubator addresses externally developed codebases and communities. How does that apply to Gump? --- Noel --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Feb 03 00:44:12 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71814 invoked from network); 3 Feb 2004 00:44:12 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 3 Feb 2004 00:44:12 -0000 Received: (qmail 7636 invoked by uid 500); 3 Feb 2004 00:43:56 -0000 Delivered-To: [email protected] Received: (qmail 7379 invoked by uid 500); 3 Feb 2004 00:43:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 7346 invoked from network); 3 Feb 2004 00:43:54 -0000 Received: from unknown (HELO netlx050.vf.utwente.nl) (161.129.204.104) by daedalus.apache.org with SMTP; 3 Feb 2004 00:43:54 -0000 Received: from apache.org (giraffe.student.utwente.nl [161.129.204.104]) by netlx050.vf.utwente.nl (8.11.7/HKD) with ESMTP id i130h8015671 for <[email protected]>; Tue, 3 Feb 2004 01:43:08 +0100 Message-ID: <[email protected]> Date: Tue, 03 Feb 2004 01:43:08 +0100 From: Leo Simons <[email protected]> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031114 X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Subject: Re: cvs commit: incubator/site/projects gump.cwiki References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact [email protected] for more information. X-UTwente-MailScanner: Found to be clean X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Noel J. Bergman wrote: > Leo Simons wrote: >>Noel J. Bergman wrote: >> >>>>Seems like Gump will be going TLP. I am just going to unofficially start >>>>incubation while votes take place, procedures are hammered out, etc etc. >>> >>>Projects being promoted to TLP don't have to go through the Incubator. >> >>Normative material seems to indicate otherwise. Reference? > > What normative material? I took a look at the website and the policies on it. I guess we need to make the policy a little more clear. For people like me, who don't read the front page. > The Incubator addresses externally developed > codebases and communities. How does that apply to Gump? it doesn't, obviously. But I didn't bother to read the front page, and jumped right to policy descriptions. Second time you make me say "duh!" within the hour dude! I must be losing grips on the real world. Sleep deprivation. -- cheers, - Leo Simons ----------------------------------------------------------------------- Weblog -- http://leosimons.com/ IoC Component Glue -- http://jicarilla.org/ Articles & Opinions -- http://articles.leosimons.com/ ----------------------------------------------------------------------- "We started off trying to set up a small anarchist community, but people wouldn't obey the rules." -- Alan Bennett --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Feb 03 02:31:09 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28762 invoked from network); 3 Feb 2004 02:31:09 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 3 Feb 2004 02:31:09 -0000 Received: (qmail 84742 invoked by uid 500); 3 Feb 2004 02:30:47 -0000 Delivered-To: [email protected] Received: (qmail 84579 invoked by uid 500); 3 Feb 2004 02:30:46 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 84550 invoked from network); 3 Feb 2004 02:30:45 -0000 Received: from unknown (HELO osprey.wedgetail.com) (161.129.204.104) by daedalus.apache.org with SMTP; 3 Feb 2004 02:30:45 -0000 Received: from wedgetail.com (puffin.wedgetail.com [161.129.204.104]) (authenticated bits=0) by osprey.wedgetail.com (8.12.8p1/8.12.8) with ESMTP id i132UeLB014835 for <[email protected]>; Tue, 3 Feb 2004 12:30:44 +1000 (EST) Message-ID: <[email protected]> Date: Tue, 03 Feb 2004 12:30:40 +1000 From: Geoffrey Elgey <[email protected]> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030930 Debian/1.4-5 X-Accept-Language: en MIME-Version: 1.0 To: [email protected] Subject: Apache FTP Server: how to build and run? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-4.9 required=5.5 tests=BAYES_00 X-Scanned-By: MIMEDefang 2.35 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N G'day, I've just downloaded Apache FTP server (ftpserver-with-phoenix-0.9-src.tar.gz), and I'm having troubling running the server. There was no top-level README file in the unpacked distribution, so I was not sure how to proceed. I ran "ant compile dist" to build an initial distribution [1] [2]. Within this distribution, the top-level README just says to run "bin/run.sh", so I did, and got the following exception: ============================================ Using PHOENIX_HOME: /local/tmp/ftp-server-with-phoenix-0.9/dist/ftp-server-1.0 Using PHOENIX_TMPDIR: /local/tmp/ftp-server-with-phoenix-0.9/dist/ftp-server-1.0/temp Using JAVA_HOME: /usr/lib/j2se/1.3 Running Phoenix: Phoenix 4.0.3 org.apache.excalibur.containerkit.lifecycle.LifecycleException: Component named "ftp-server" failed to pass through the Configuration stage. (Reason: org.apache.avalon.framework.configuration.ConfigurationException: Stub class not found: org.apache.ftpserver.remote.RemoteHandler_Stub; ============================================= It looks like RMI stub classes are not being generated and/or compiled, so is there some build or installation step that I am neglecting? In fact, is there any reasonable documentation available for building and running the Apache FTP server? Cheers, Geoff [1] The ftpserver-with-phoenix-0.9.src.tar.gz distribution is missing some files that are present in the CVS. For example, the build.xml requires forrest-targets.ent, which is not included. [2] I had to modify build.xml to defined the "Name" and "name" properties, both of which I set to "ftp-server". --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Feb 03 02:44:08 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34097 invoked from network); 3 Feb 2004 02:44:07 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 3 Feb 2004 02:44:07 -0000 Received: (qmail 23940 invoked by uid 500); 3 Feb 2004 02:43:46 -0000 Delivered-To: [email protected] Received: (qmail 23897 invoked by uid 500); 3 Feb 2004 02:43:46 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 23870 invoked from network); 3 Feb 2004 02:43:46 -0000 Received: from unknown (HELO ms-smtp-03-eri0.southeast.rr.com) (161.129.204.104) by daedalus.apache.org with SMTP; 3 Feb 2004 02:43:46 -0000 Received: from noel770 (cae88-20-092.sc.rr.com [161.129.204.104]) by ms-smtp-03-eri0.southeast.rr.com (8.12.10/8.12.7) with SMTP id i132hqiU007977 for <[email protected]>; Mon, 2 Feb 2004 21:43:52 -0500 (EST) From: "Noel J. Bergman" <[email protected]> To: <[email protected]> Subject: RE: Apache FTP Server: how to build and run? Date: Mon, 2 Feb 2004 21:43:40 -0500 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <[email protected]> X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > I've just downloaded Apache FTP server and I'm having troubling > running the server. http://[email protected] .org&msgId=1324096 --- Noel --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Feb 03 03:51:31 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58578 invoked from network); 3 Feb 2004 03:51:31 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 3 Feb 2004 03:51:31 -0000 Received: (qmail 93841 invoked by uid 500); 3 Feb 2004 03:51:11 -0000 Delivered-To: [email protected] Received: (qmail 93775 invoked by uid 500); 3 Feb 2004 03:51:10 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 93750 invoked from network); 3 Feb 2004 03:51:10 -0000 Received: from unknown (HELO osprey.wedgetail.com) (161.129.204.104) by daedalus.apache.org with SMTP; 3 Feb 2004 03:51:10 -0000 Received: from wedgetail.com (puffin.wedgetail.com [161.129.204.104]) (authenticated bits=0) by osprey.wedgetail.com (8.12.8p1/8.12.8) with ESMTP id i133p0LB017515 for <[email protected]>; Tue, 3 Feb 2004 13:51:07 +1000 (EST) Message-ID: <[email protected]> Date: Tue, 03 Feb 2004 13:51:00 +1000 From: Geoffrey Elgey <[email protected]> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030930 Debian/1.4-5 X-Accept-Language: en MIME-Version: 1.0 To: [email protected] Subject: Re: Apache FTP Server: how to build and run? References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-4.9 required=5.5 tests=BAYES_00 X-Scanned-By: MIMEDefang 2.35 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N G'day, Noel J. Bergman wrote: >>I've just downloaded Apache FTP server and I'm having troubling >>running the server. > > http://[email protected] > .org&msgId=1324096 Thanks for the link, but the information there is as follows: > I am sorry for replying late. Running is simple. The > phoenix is bundled in the distribution binary file. > The ftpserver.sar file in the phoenix apps directory. > So you need to execute phoenix run batch file. In my original request, I outlined how I had performed the steps listed above, yet still had exceptions (namely, an RMI stub class not generated and/or found on the class path). Is there any other documentation available (a troubleshooting guide or FAQ, for example) ? Cheers, Geoff --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Feb 03 04:56:56 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82480 invoked from network); 3 Feb 2004 04:56:55 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 3 Feb 2004 04:56:55 -0000 Received: (qmail 42691 invoked by uid 500); 3 Feb 2004 04:56:33 -0000 Delivered-To: [email protected] Received: (qmail 42546 invoked by uid 500); 3 Feb 2004 04:56:32 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 42523 invoked from network); 3 Feb 2004 04:56:32 -0000 Received: from unknown (HELO ms-smtp-02-eri0.southeast.rr.com) (161.129.204.104) by daedalus.apache.org with SMTP; 3 Feb 2004 04:56:32 -0000 Received: from noel770 (cae88-20-092.sc.rr.com [161.129.204.104]) by ms-smtp-02-eri0.southeast.rr.com (8.12.10/8.12.7) with SMTP id i134udq3018758 for <[email protected]>; Mon, 2 Feb 2004 23:56:40 -0500 (EST) From: "Noel J. Bergman" <[email protected]> To: <[email protected]> Subject: RE: Apache FTP Server: how to build and run? Date: Mon, 2 Feb 2004 23:56:27 -0500 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <[email protected]> X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > Is there any other documentation available (a troubleshooting guide > or FAQ, for example) ? Not that I know of. Hopefully the folks working on it will chime in. --- Noel --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Feb 04 20:04:50 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27480 invoked from network); 4 Feb 2004 20:04:49 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 4 Feb 2004 20:04:49 -0000 Received: (qmail 75749 invoked by uid 500); 4 Feb 2004 20:04:34 -0000 Delivered-To: [email protected] Received: (qmail 75658 invoked by uid 500); 4 Feb 2004 20:04:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 75546 invoked from network); 4 Feb 2004 20:04:32 -0000 Received: from unknown (HELO minotaur.apache.org) (161.129.204.104) by daedalus.apache.org with SMTP; 4 Feb 2004 20:04:32 -0000 Received: (qmail 27262 invoked by uid 1304); 4 Feb 2004 20:04:41 -0000 Received: from localhost ([email protected]) by localhost with SMTP; 4 Feb 2004 20:04:41 -0000 Date: Wed, 4 Feb 2004 12:04:41 -0800 (PST) From: Rodney Waldhoff <[email protected]> To: [email protected] Subject: RE: Incubator Status Report: Axion In-Reply-To: <[email protected]> Message-ID: <[email protected]> References: <[email protected]> <[email protected]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: localhost 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Ping? On Thu, 29 Jan 2004, Rodney Waldhoff wrote: > On Sat, 24 Jan 2004, Noel J. Bergman wrote: > > > Make sure that all of the contributors to the code submit the appropriate > > signed documents (http://www.apache.org/licenses/). I know that at least > > some have not yet done so. There should be information in the STATUS file. > > > > For example, when the Directory project came in, all of the contributors > > agreed in public e-mail to Alex Karasulu sign a Software Grant on behalf of > > the LDAPd Group, and then each one submitted a signed CLA. > > > > --- Noel > > > > As noted in the (axion.xml) status file, the axion commiters have voted > (in public email) in favor of a move to apache. Is there additional > paperwork required other than the submission of a signed CLA? > > - Rod <http://radio.weblogs.com/0122027/> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Feb 05 04:46:10 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38681 invoked from network); 5 Feb 2004 04:46:10 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 5 Feb 2004 04:46:10 -0000 Received: (qmail 62584 invoked by uid 500); 5 Feb 2004 04:45:29 -0000 Delivered-To: [email protected] Received: (qmail 62483 invoked by uid 500); 5 Feb 2004 04:45:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 62426 invoked from network); 5 Feb 2004 04:45:28 -0000 Received: from unknown (HELO Boron.MeepZor.Com) (161.129.204.104) by daedalus.apache.org with SMTP; 5 Feb 2004 04:45:27 -0000 Received: (from cvs@localhost) by Boron.MeepZor.Com (8.11.6/8.11.6) id i154je532550; Wed, 4 Feb 2004 23:45:40 -0500 Date: Wed, 4 Feb 2004 23:45:40 -0500 Message-Id: <[email protected]> From: Rodent of Unusual Size <[email protected]> To: Apache Incubator general discussion <[email protected]> Subject: [STATUS] (incubator) Wed Feb 4 23:45:40 EST 2004 X-Note: This is an automated message. X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N APACHE INCUBATOR PROJECT STATUS: -*-indented-text-*- Last modified at [$Date: 2003/11/11 00:01:00 $] Web site: http://Incubator.Apache.Org/ Wiki page: http://Nagoya.Apache.Org/wiki/apachewiki.cgi?ApacheIncubatorProjectPages [note: the Web site is the 'official' documentation; the wiki pages are for collaborative development, including stuff destined for the Web site.] Pending Issues ============== o We need to be very very clear about what it takes to be accepted into the incubator. It should be a very low bar to leap, possibly not much more than 'no problematic code' and the existence of a healthy community (we don't want to become a dumping ground). o We need to be very very clear about what it takes for a podling to graduate from the incubator. The basic requirements obviously include: has a home, either as part of another ASF project or as a new top-level project of its own; needs to be a credit to the ASF and function well in the ASF framework; ... o Moving the bylaw documentation from the Wiki to the main site o Merge the README.txt info on site management and the info on the "How to Participate" page into a single place o fix formatting of the project status pages Resolved Issues =============== o The policy documentation does not need ratification of changes if there seems consensus. Accordingly, the draft status of these documents can be removed and we will use the lazy "commit first, discuss later" mode common across the ASF for documentation (http://[email protected]&by=thread&from=517190) o Coming up with a set of bylaws for the project (http://[email protected]&by=thread&from=517190) o All projects under incubation must use a STATUS file (or a status.xml file if the project prefers XML) that contains information the PMC needs about the project. This file must live at the root of the project cvs module (http://[email protected]&by=thread&from=504543) o Projects under incubation should display appropriate "disclaimers" so that it is clear that they are, indeed, under incubation (http://[email protected]&by=thread&from=504543) The Incubation Process ====================== This tries to list all the actions items that must be complete for a project before it can graduate from the incubator. It is probably incomplete. Identify the project to be incubated: -- Make sure that the requested project name does not already exist and check www.nameprotect.com to be sure that the name is not already trademarked for an existing software product. -- If request from an existing Apache project to adopt an external package, then ask the Apache project for the cvs module and mail address names. -- If request from outside Apache to enter an existing Apache project, then post a message to that project for them to decide on acceptance. -- If request from anywhere to become a stand-alone PMC, then assess the fit with the ASF, and create the lists and modules under the incubator address/module names if accepted. Interim responsibility: -- Who has been identified as the mentor for the incubation? -- Are they tracking progress in the file incubator/projects/{project_name}/STATUS Copyright: -- Have the papers that transfer rights to the ASF been received? It is only necessary to transfer rights for the package, the core code, and any new code produced by the project. -- Have the files been updated to reflect the new ASF copyright? Verify distribution rights: -- For all code included with the distribution that is not under the Apache license, do we have the right to combine with Apache-licensed code and redistribute? -- Is all source code distributed by the project covered by one or more of the following approved licenses: Apache, BSD, Artistic, MIT/X, MIT/W3C, MPL 1.1, or something with essentially the same terms? Establish a list of active committers: -- Are all active committers in the STATUS file? -- Do they have accounts on cvs.apache.org? -- Have they submitted a contributors agreement? Infrastructure: -- CVS modules created and committers added to avail file? -- Mailing lists set up and archived? -- Problem tracking system (Bugzilla)? -- Has the project migrated to our infrastructure? Collaborative Development: -- Have all of the active long-term volunteers been identified and acknowledged as committers on the project? -- Are there three or more independent committers? [The legal definition of independent is long and boring, but basically it means that there is no binding relationship between the individuals, such as a shared employer, that is capable of overriding their free will as individuals, directly or indirectly.] -- Are project decisions being made in public by the committers? -- Are the decision-making guidelines published and agreed to by all of the committers? Organizational acceptance of responsibility for the project: -- If graduating to an existing PMC, has the PMC voted to accept it? -- If graduating to a new PMC, has the board voted to accept it? Incubator sign-off: -- Has the Incubator decided that the project has accomplished all of the above tasks? Incubator Project ================= Background: o IRC channel #apache-incubator on irc.freenode.net (traffic is SUPPOSED to be logged to <URL:http://Source-Zone.Org/apache-irc/> so that the content of interactive discussions is available to everyone, but the logger isn't working) o Mailing lists: - [email protected] (send to [email protected]) - [email protected] (only for private communication) No project decisions will be made on the PMC list. o This status file is mailed to [email protected] every Wednesday Project committers (as of 2003-10-27): Note that the most current information is always in the CVS avail file, and can be found using: ssh cvs.apache.org cat /home/cvs/CVSROOT/avail | grep incubator Release: The Incubator Project doesn't do "releases" itself. Track of releases made by projects in the incubator is kept in the per-project status files. Possible topics for educational documents: o A document which describes the 'ideal' way a project has to go to be successfully integrated into the ASF: the flow of the normal incubation process should be pictured o Glossary of important ASF terms and phrases (this was considered as very helpful on the reorg@ list) o Compact, but also encyclopedic link-directory which points to important info on the other ASF sites (e.g. to the Jakarta Charter or to the HTTPd dev pages) o General License-/Licensing documentation (ASL1.1, ASL2.2, TCK, JSPA) # # Local Variables: # mode: indented-text # tab-width: 4 # indent-tabs-mode: nil # tab-stop-list: (4 6 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76 80) # End: # --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Feb 05 13:42:02 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7242 invoked from network); 5 Feb 2004 13:42:02 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 5 Feb 2004 13:42:02 -0000 Received: (qmail 52932 invoked by uid 500); 5 Feb 2004 13:38:31 -0000 Delivered-To: [email protected] Received: (qmail 52852 invoked by uid 500); 5 Feb 2004 13:38:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 52762 invoked from network); 5 Feb 2004 13:38:29 -0000 Received: from unknown (HELO mxfep02.bredband.com) (161.129.204.104) by daedalus.apache.org with SMTP; 5 Feb 2004 13:38:29 -0000 Received: from c-0f9272d5.433-79-80466f31.cust.bredbandsbolaget.se ([161.129.204.104] [161.129.204.104]) by mxfep02.bredband.com with ESMTP id <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> for <[email protected]>; Thu, 5 Feb 2004 14:38:26 +0100 Subject: DrFTPD, ftpserver fork From: Morgan Christiansson <[email protected]> To: [email protected] Content-Type: text/plain Message-Id: <1075988306.6169.25.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 05 Feb 2004 14:38:26 +0100 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, at the request of Rana i'm taking up this issue [email protected]. In the summer of 2002 i downloaded Rana's FtpServer code from his homepage, which at the time didn't specify a license. To modify it to use transfer slaves for all file transfers, making a distributed ftp server, which is available at http://drftpd.org/ . I'm about to release DrFTPD 0.11.0 but would like to clear up the licensing of DrFTPD first. I would prefer using a GPL license, and from what i understand, Rana has the copyright to the code and so it the one to ask. He said he had no issue with the GPL except license conflicts. Thanks, Morgan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Feb 05 14:42:18 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19094 invoked from network); 5 Feb 2004 14:42:17 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 5 Feb 2004 14:42:17 -0000 Received: (qmail 31176 invoked by uid 500); 5 Feb 2004 14:15:52 -0000 Delivered-To: [email protected] Received: (qmail 31101 invoked by uid 500); 5 Feb 2004 14:15:51 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 31057 invoked from network); 5 Feb 2004 14:15:51 -0000 Received: from unknown (HELO web10003.mail.yahoo.com) (161.129.204.104) by daedalus.apache.org with SMTP; 5 Feb 2004 14:15:51 -0000 Message-ID: <[email protected]> Received: from [161.129.204.104] by web10003.mail.yahoo.com via HTTP; Thu, 05 Feb 2004 06:15:52 PST Date: Thu, 5 Feb 2004 06:15:52 -0800 (PST) From: Rana Bhattacharyya <[email protected]> Subject: RE: Apache FTP Server: how to build and run? To: [email protected] In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-1739586211-1075990552=:38537" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --0-1739586211-1075990552=:38537 Content-Type: text/plain; charset=us-ascii Content-Id: Content-Disposition: inline Hi, I should have written a doc about the build procedure. It is totally my fault. I shall try to write the doc and streamline the whole build procedure. We shall definetely appreciate any help. Anyway, these are the steps. 1. Apache forrest has to be installed. We have not included in the distribution to reduce the distribution size. 2. Looks like there are few files missing in the source distribution. These are default.properties, forrest.properties and forrest-targets.ent. Please find the attached files. 3. Modify default.properties forrest.home parameter 4. You need to install Ant too. 5. Then run ant with the appropriate build targets. Thanks, Rana --- "Noel J. Bergman" <[email protected]> wrote: > > Is there any other documentation available (a > troubleshooting guide > > or FAQ, for example) ? > > Not that I know of. Hopefully the folks working on > it will chime in. > > --- Noel > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [email protected] > For additional commands, e-mail: > [email protected] > __________________________________ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html --0-1739586211-1075990552=:38537 Content-Type: text/xml; name="forrest-targets.ent" Content-Description: forrest-targets.ent Content-Disposition: inline; filename="forrest-targets.ent" <!-- This build.xml snippet contains Forrest targets for Ant 1.5+. It checks that the user has set ${forrest.home}, either in one of: build.properties project.properties ant.properties .ant.properties or with the FORREST_HOME environment variable, and prints an informative error message if not found. Usage: 1) Copy this file to somewhere in your project. 2) Add the following to the top of your project's Ant build.xml script (adjusting the path): <!DOCTYPE project [ <!ENTITY forrest-targets SYSTEM "file:./forrest-targets.ent"> ]> 3) Before the closing '</project>' in your build.xml, add this: &forrest-targets; This is like expanding a macro: it pulls in the contents of this file. A minimal build.xml would thus be: <!DOCTYPE project [ <!ENTITY forrest-targets SYSTEM "file:./forrest-targets.ent"> ]> <project default="site"> &forrest-targets; </project> --> <target name="site" depends="forrest.init" description="Generates static HTML documentation"> <ant antfile="${forrest.home}/forrest.antproxy.xml" target="site"/> </target> <target name="webapp" depends="forrest.init" description="Generates an unpackaged webapp of the website"> <ant antfile="${forrest.home}/forrest.antproxy.xml" target="webapp"/> </target> <target name="war" depends="forrest.init" description="Generates a .war file containing the website"> <ant antfile="${forrest.home}/forrest.antproxy.xml" target="war"/> </target> <target name="validate" depends="forrest.init" description="Validates XML documentation files"> <ant antfile="${forrest.home}/forrest.antproxy.xml" target="validate"/> </target> <target name="forrest.init" depends="forrest.sethome, forrest.home.defined"/> <target name="forrest.sethome" depends="forrest.loadenv, forrest.checkenv, forrest.checkhome, forrest.check-build.properties, forrest.check-project.properties, forrest.check-ant.properties, forrest.check-.ant.properties"/> <target name="forrest.loadenv" unless="forrest.home.present"> <property environment="env"/> <echo level="verbose">Forrest: Got ${env.FORREST_HOME}</echo> </target> <target name="forrest.checkenv" if="env.FORREST_HOME"> <echo level="verbose">Found $FORREST_HOME..</echo> <property name="forrest.home" location="${env.FORREST_HOME}"/> <echo level="verbose">forrest.home set to ${forrest.home}</echo> <available file="${forrest.home}" type="dir" property="forrest.home.present"/> </target> <target name="forrest.checkhome"> <available file="${forrest.home}" type="dir" property="forrest.home.present"/> <available file="build.properties" type="file" property="build.properties.present"/> <available file="project.properties" type="file" property="project.properties.present"/> <available file="ant.properties" type="file" property="ant.properties.present"/> <available file=".ant.properties" type="file" property=".ant.properties.present"/> </target> <!-- No we can't extract the commonalities below into an antcall'ed target, because it wouldn't be able to set forrest.home --> <target name="forrest.check-build.properties" unless="forrest.home.present" if="build.properties.present"> <echo level="verbose">Forrest: Checking build.properties..</echo> <loadproperties srcfile="build.properties"> <filterchain> <linecontains> <contains value="forrest.home"/> </linecontains> </filterchain> </loadproperties> <available file="${forrest.home}" type="dir" property="forrest.home.present"/> </target> <target name="forrest.check-project.properties" unless="forrest.home.present" if="project.properties.present"> <echo level="verbose">Forrest: Checking project.properties..</echo> <loadproperties srcfile="project.properties"> <filterchain> <linecontains> <contains value="forrest.home"/> </linecontains> </filterchain> </loadproperties> <available file="${forrest.home}" type="dir" property="forrest.home.present"/> </target> <target name="forrest.check-ant.properties" unless="forrest.home.present" if="ant.properties.present"> <echo level="verbose">Forrest: Checking ant.properties..</echo> <loadproperties srcfile="ant.properties"> <filterchain> <linecontains> <contains value="forrest.home"/> </linecontains> </filterchain> </loadproperties> <available file="${forrest.home}" type="dir" property="forrest.home.present"/> </target> <target name="forrest.check-.ant.properties" unless="forrest.home.present" if=".ant.properties.present"> <echo level="verbose">Forrest: Checking .ant.properties..</echo> <loadproperties srcfile=".ant.properties"> <filterchain> <linecontains> <contains value="forrest.home"/> </linecontains> </filterchain> </loadproperties> <available file="${forrest.home}" type="dir" property="forrest.home.present"/> </target> <target name="forrest.home.defined" depends="forrest.sethome" unless="forrest.home.present"> <property name="path" value="${user.home}/xml-forrest/build/dist/shbat"/> <pathconvert targetos="windows" property="winpath"> <path> <pathelement location="${path}"/> </path> </pathconvert> <pathconvert targetos="unix" property="unixpath"> <path> <pathelement location="${path}"/> </path> </pathconvert> <echo> ---------------------------------------------- To run this target, you need Forrest installed. Please do the following: export CVSROOT=:pserver:[email protected]:/home/cvspublic cvs checkout xml-forrest cd xml-forrest build (Windows) ./build.sh (Unix) Then either: - Set FORREST_HOME as the Forrest build instructions describe - Create a build.properties, with the forrest.home property pointing to the forrest shbat directory, eg: forrest.home=${winpath} (Windows) forrest.home=${unixpath} (Unix) (adjusting the path according to where your xml-forrest is) ---------------------------------------------- </echo> <fail message="Need to define $${forrest.home}"/> </target> --0-1739586211-1075990552=:38537 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --0-1739586211-1075990552=:38537-- From [email protected] Thu Feb 05 14:45:19 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21510 invoked from network); 5 Feb 2004 14:45:18 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 5 Feb 2004 14:45:18 -0000 Received: (qmail 53710 invoked by uid 500); 5 Feb 2004 14:20:51 -0000 Delivered-To: [email protected] Received: (qmail 53595 invoked by uid 500); 5 Feb 2004 14:20:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 53510 invoked from network); 5 Feb 2004 14:20:49 -0000 Received: from unknown (HELO fep01-svc.flexmail.it) (161.129.204.104) by daedalus.apache.org with SMTP; 5 Feb 2004 14:20:49 -0000 Received: from apache.org ([161.129.204.104]) by fep01-svc.flexmail.it with ESMTP id <[email protected]> for <[email protected]>; Thu, 5 Feb 2004 15:20:50 +0100 Message-ID: <[email protected]> Date: Thu, 05 Feb 2004 15:20:48 +0100 From: Nicola Ken Barozzi <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Subject: Re: DrFTPD, ftpserver fork References: <1075988306.6169.25.camel@localhost> In-Reply-To: <1075988306.6169.25.camel@localhost> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Morgan Christiansson wrote: > Hi, at the request of Rana i'm taking up this issue here at > incubator-general. > > In the summer of 2002 i downloaded Rana's FtpServer code from his > homepage, which at the time didn't specify a license. To modify it to > use transfer slaves for all file transfers, making a distributed ftp > server, which is available at http://drftpd.org/ . > > I'm about to release DrFTPD 0.11.0 but would like to clear up the > licensing of DrFTPD first. > > I would prefer using a GPL license, and from what i understand, Rana has > the copyright to the code and so it the one to ask. He said he had no > issue with the GPL except license conflicts. IANAL, and in any case if the below is incorrect others please say so. If, as it seems, the code in question has all been coded by Rana and he agrees to license it as GPL, there is no issue. If there are other coders of that code, and they too agree to license it as GPL, it still should not be an issue. In any case, the code that is at Apache is licensed with the Apache license, which we believe is compatible with the GPL. http://www.apache.org/licenses/ http://www.apache.org/licenses/LICENSE-2.0.html -- Nicola Ken Barozzi [email protected] - verba volant, scripta manent - (discussions get forgotten, just code remains) --------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Feb 05 15:35:28 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61073 invoked from network); 5 Feb 2004 15:35:27 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 5 Feb 2004 15:35:27 -0000 Received: (qmail 39966 invoked by uid 500); 5 Feb 2004 14:55:48 -0000 Delivered-To: [email protected] Received: (qmail 39925 invoked by uid 500); 5 Feb 2004 14:55:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 39859 invoked from network); 5 Feb 2004 14:55:47 -0000 Received: from unknown (HELO mxfep01.bredband.com) (161.129.204.104) by daedalus.apache.org with SMTP; 5 Feb 2004 14:55:47 -0000 Received: from c-0f9272d5.433-79-80466f31.cust.bredbandsbolaget.se ([161.129.204.104] [161.129.204.104]) by mxfep01.bredband.com with ESMTP id <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> for <[email protected]>; Thu, 5 Feb 2004 15:55:48 +0100 Subject: Re: DrFTPD, ftpserver fork From: Morgan Christiansson <[email protected]> To: [email protected] In-Reply-To: <[email protected]> References: <1075988306.6169.25.camel@localhost> <[email protected]> Content-Type: text/plain Message-Id: <1075992948.6169.42.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 05 Feb 2004 15:55:48 +0100 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On tor, 2004-02-05 at 15:20, Nicola Ken Barozzi wrote: > Morgan Christiansson wrote: > > > Hi, at the request of Rana i'm taking up this issue here at > > incubator-general. > > > > In the summer of 2002 i downloaded Rana's FtpServer code from his > > homepage, which at the time didn't specify a license. To modify it to > > use transfer slaves for all file transfers, making a distributed ftp > > server, which is available at http://drftpd.org/ . > > > > I'm about to release DrFTPD 0.11.0 but would like to clear up the > > licensing of DrFTPD first. > > > > I would prefer using a GPL license, and from what i understand, Rana has > > the copyright to the code and so it the one to ask. He said he had no > > issue with the GPL except license conflicts. > > IANAL, and in any case if the below is incorrect others please say so. > > If, as it seems, the code in question has all been coded by Rana and he > agrees to license it as GPL, there is no issue. > > If there are other coders of that code, and they too agree to license it > as GPL, it still should not be an issue. > > In any case, the code that is at Apache is licensed with the Apache > license, which we believe is compatible with the GPL. > > http://www.apache.org/licenses/ > http://www.apache.org/licenses/LICENSE-2.0.html Yes, i was also thinking that this would be a possibility, but how would i go about sublicensing my changes as GPL in that case? >>From what i understand i first need to add apache license header to all source files (the original code i downloaded didn't specify license and there was no license header anywhere), and then add GPL license header in addition to it? And the actual LICENSE files of course It sounds like a hassle to use sublicensing. Thanks, Morgan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Feb 05 15:38:25 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63542 invoked from network); 5 Feb 2004 15:38:25 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 5 Feb 2004 15:38:25 -0000 Received: (qmail 60481 invoked by uid 500); 5 Feb 2004 14:59:30 -0000 Delivered-To: [email protected] Received: (qmail 60338 invoked by uid 500); 5 Feb 2004 14:59:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 60250 invoked from network); 5 Feb 2004 14:59:28 -0000 Received: from unknown (HELO mxfep02.bredband.com) (161.129.204.104) by daedalus.apache.org with SMTP; 5 Feb 2004 14:59:28 -0000 Received: from c-0f9272d5.433-79-80466f31.cust.bredbandsbolaget.se ([161.129.204.104] [161.129.204.104]) by mxfep02.bredband.com with ESMTP id <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> for <[email protected]>; Thu, 5 Feb 2004 15:59:29 +0100 Subject: Re: DrFTPD, ftpserver fork From: Morgan Christiansson <[email protected]> To: [email protected] In-Reply-To: <[email protected]> References: <1075988306.6169.25.camel@localhost> <[email protected]> Content-Type: text/plain Message-Id: <1075993169.6171.47.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 05 Feb 2004 15:59:29 +0100 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On tor, 2004-02-05 at 15:20, Nicola Ken Barozzi wrote: > In any case, the code that is at Apache is licensed with the Apache > license, which we believe is compatible with the GPL. > > http://www.apache.org/licenses/ > http://www.apache.org/licenses/LICENSE-2.0.html Yes, but how would i go about sublicensing my changes as GPL in that case? Do i first need to add apache license to all source files (the code i got didn't specify license and there was no license header anywhere), and then add GPL in addition to it? It sounds like much of a hassle to do it if i need to use both licenses. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Feb 05 16:40:55 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11132 invoked from network); 5 Feb 2004 16:40:54 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 5 Feb 2004 16:40:54 -0000 Received: (qmail 17652 invoked by uid 500); 5 Feb 2004 15:48:03 -0000 Delivered-To: [email protected] Received: (qmail 17579 invoked by uid 500); 5 Feb 2004 15:48:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 17509 invoked from network); 5 Feb 2004 15:48:02 -0000 Received: from unknown (HELO mxfep01.bredband.com) (161.129.204.104) by daedalus.apache.org with SMTP; 5 Feb 2004 15:48:02 -0000 Received: from c-0f9272d5.433-79-80466f31.cust.bredbandsbolaget.se ([161.129.204.104] [161.129.204.104]) by mxfep01.bredband.com with ESMTP id <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> for <[email protected]>; Thu, 5 Feb 2004 16:48:03 +0100 Subject: Re: DrFTPD, ftpserver fork [parent is a dup] From: Morgan Christiansson <[email protected]> To: [email protected] In-Reply-To: <1075993169.6171.47.camel@localhost> References: <1075988306.6169.25.camel@localhost> <[email protected]> <1075993169.6171.47.camel@localhost> Content-Type: text/plain Message-Id: <1075996083.6174.50.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 05 Feb 2004 16:48:03 +0100 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N [Sorry for duplicate post, read the other msg] On tor, 2004-02-05 at 15:59, Morgan Christiansson wrote: > On tor, 2004-02-05 at 15:20, Nicola Ken Barozzi wrote: > > In any case, the code that is at Apache is licensed with the Apache > > license, which we believe is compatible with the GPL. > > > > http://www.apache.org/licenses/ > > http://www.apache.org/licenses/LICENSE-2.0.html > > Yes, but how would i go about sublicensing my changes as GPL in that > case? > > Do i first need to add apache license to all source files (the code i > got didn't specify license and there was no license header anywhere), > and then add GPL in addition to it? > > It sounds like much of a hassle to do it if i need to use both licenses. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Feb 06 01:02:22 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93694 invoked from network); 6 Feb 2004 01:02:21 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 6 Feb 2004 01:02:21 -0000 Received: (qmail 71914 invoked by uid 500); 6 Feb 2004 01:01:54 -0000 Delivered-To: [email protected] Received: (qmail 71811 invoked by uid 500); 6 Feb 2004 01:01:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 71665 invoked from network); 6 Feb 2004 01:01:52 -0000 Received: from unknown (HELO f2.hedhman.org) (161.129.204.104) by daedalus.apache.org with SMTP; 6 Feb 2004 01:01:52 -0000 Received: from f2.hedhman.org (f2.hedhman.org [161.129.204.104]) by f2.hedhman.org (8.12.8/8.12.8) with ESMTP id i1611wUe030208 for <[email protected]>; Fri, 6 Feb 2004 09:01:58 +0800 From: Niclas Hedhman <[email protected]> Organization: Private To: [email protected] Subject: Re: DrFTPD, ftpserver fork Date: Fri, 6 Feb 2004 09:01:57 +0800 User-Agent: KMail/1.5 References: <1075988306.6169.25.camel@localhost> <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <[email protected]> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Thursday 05 February 2004 22:20, Nicola Ken Barozzi wrote: > IANAL Me neither. > If, as it seems, the code in question has all been coded by Rana and he > agrees to license it as GPL, there is no issue. > If there are other coders of that code, and they too agree to license it > as GPL, it still should not be an issue. If the current code is BSD-style, you don't even need the Copyright owner's approval to change the licensing. If it is Apache code, ASF is the copyright owner in any event. > In any case, the code that is at Apache is licensed with the Apache > license, which we believe is compatible with the GPL. > http://www.apache.org/licenses/ > http://www.apache.org/licenses/LICENSE-2.0.html But you must retain the Copyright (and other) notices and License files. Read section 4 in the License-2.0.html. Niclas --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Feb 07 06:09:35 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18767 invoked from network); 7 Feb 2004 06:09:35 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 7 Feb 2004 06:09:35 -0000 Received: (qmail 15638 invoked by uid 500); 7 Feb 2004 06:08:56 -0000 Delivered-To: [email protected] Received: (qmail 15565 invoked by uid 500); 7 Feb 2004 06:08:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 15500 invoked from network); 7 Feb 2004 06:08:56 -0000 Received: from unknown (HELO mail.devtech.com) (161.129.204.104) by daedalus.apache.org with SMTP; 7 Feb 2004 06:08:56 -0000 Received: from localhost ([161.129.204.104]) by mail.devtech.com (JAMES SMTP Server 2.2.0-dev) with SMTP ID 674 for <[email protected]>; Sat, 7 Feb 2004 01:09:00 -0500 (EST) From: "Noel J. Bergman" <[email protected]> To: <[email protected]> Subject: RE: Incubator Status Report: Axion Date: Sat, 7 Feb 2004 01:08:58 -0500 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Rodney Waldhoff wrote: > Noel J. Bergman wrote: > > Make sure that all of the contributors to the code submit the appropriate > > signed documents (http://www.apache.org/licenses/). I know that at least > > some have not yet done so. There should be information in the STATUS file. > As noted in the (axion.xml) status file, the axion commiters have voted > (in public email) in favor of a move to apache. Yes, but everyone continuing to work on the project needs to provide a signed CLA. Or, if a contributor is not going to continue working on the project, a Software Grant. > > For example, when the Directory project came in, all of the contributors > > agreed in public e-mail to Alex Karasulu sign a Software Grant on behalf of > > the LDAPd Group, and then each one submitted a signed CLA. > Is there additional paperwork required other than the submission > of a signed CLA? IANAL, and this really should be settled once and for all by the Board if there are any qustions, but as I understand it we need a CLA for any entity who will continue contributing to the code, and a Software Grant for any entity that has an authorship right in the code being donated. I suppose it could be argued that just because one has a signed CLA with the ASF does not mean that rights to other code developed elsewhere by the same author is granted unless contributed by that author, and therefore a Software Grant is necessary. Whether that is strictly necessary, I don't know, but projects have been doing so to cover the bases. Again, IANAL, but in lieu of an informed declaration to the contrary, I suggest that we would spend more time discussing it than it takes to have each person FAX in two documents. --- Noel --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Feb 07 20:10:57 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17830 invoked from network); 7 Feb 2004 20:10:57 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 7 Feb 2004 20:10:57 -0000 Received: (qmail 43003 invoked by uid 500); 7 Feb 2004 20:10:45 -0000 Delivered-To: [email protected] Received: (qmail 42806 invoked by uid 500); 7 Feb 2004 20:10:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 42626 invoked from network); 7 Feb 2004 20:10:39 -0000 Received: from unknown (HELO mxfep02.bredband.com) (161.129.204.104) by daedalus.apache.org with SMTP; 7 Feb 2004 20:10:39 -0000 Received: from c-119272d5.433-79-80466f31.cust.bredbandsbolaget.se ([161.129.204.104] [161.129.204.104]) by mxfep02.bredband.com with ESMTP id <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> for <[email protected]>; Sat, 7 Feb 2004 21:10:43 +0100 Subject: Re: DrFTPD, ftpserver fork From: Morgan Christiansson <[email protected]> To: [email protected] In-Reply-To: <[email protected]> References: <1075988306.6169.25.camel@localhost> <[email protected]> <[email protected]> Content-Type: text/plain Message-Id: <1076184642.6624.4.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sat, 07 Feb 2004 21:10:43 +0100 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Rana, what is your opinion? Any comments on the licensing? On fre, 2004-02-06 at 02:01, Niclas Hedhman wrote: > On Thursday 05 February 2004 22:20, Nicola Ken Barozzi wrote: > > IANAL > > Me neither. > > > If, as it seems, the code in question has all been coded by Rana and he > > agrees to license it as GPL, there is no issue. > > If there are other coders of that code, and they too agree to license it > > as GPL, it still should not be an issue. > > If the current code is BSD-style, you don't even need the Copyright owner's > approval to change the licensing. > If it is Apache code, ASF is the copyright owner in any event. > > > In any case, the code that is at Apache is licensed with the Apache > > license, which we believe is compatible with the GPL. > > http://www.apache.org/licenses/ > > http://www.apache.org/licenses/LICENSE-2.0.html > > But you must retain the Copyright (and other) notices and License files. Read > section 4 in the License-2.0.html. > > Niclas > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Feb 12 04:46:02 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23208 invoked from network); 12 Feb 2004 04:46:02 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 12 Feb 2004 04:46:02 -0000 Received: (qmail 87659 invoked by uid 500); 12 Feb 2004 04:45:20 -0000 Delivered-To: [email protected] Received: (qmail 87584 invoked by uid 500); 12 Feb 2004 04:45:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 87514 invoked from network); 12 Feb 2004 04:45:18 -0000 Received: from unknown (HELO Boron.MeepZor.Com) (161.129.204.104) by daedalus.apache.org with SMTP; 12 Feb 2004 04:45:18 -0000 Received: (from cvs@localhost) by Boron.MeepZor.Com (8.11.6/8.11.6) id i1C4jV113873; Wed, 11 Feb 2004 23:45:31 -0500 Date: Wed, 11 Feb 2004 23:45:31 -0500 Message-Id: <[email protected]> From: Rodent of Unusual Size <[email protected]> To: Apache Incubator general discussion <[email protected]> Subject: [STATUS] (incubator) Wed Feb 11 23:45:30 EST 2004 X-Note: This is an automated message. X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N APACHE INCUBATOR PROJECT STATUS: -*-indented-text-*- Last modified at [$Date: 2003/11/11 00:01:00 $] Web site: http://Incubator.Apache.Org/ Wiki page: http://Nagoya.Apache.Org/wiki/apachewiki.cgi?ApacheIncubatorProjectPages [note: the Web site is the 'official' documentation; the wiki pages are for collaborative development, including stuff destined for the Web site.] Pending Issues ============== o We need to be very very clear about what it takes to be accepted into the incubator. It should be a very low bar to leap, possibly not much more than 'no problematic code' and the existence of a healthy community (we don't want to become a dumping ground). o We need to be very very clear about what it takes for a podling to graduate from the incubator. The basic requirements obviously include: has a home, either as part of another ASF project or as a new top-level project of its own; needs to be a credit to the ASF and function well in the ASF framework; ... o Moving the bylaw documentation from the Wiki to the main site o Merge the README.txt info on site management and the info on the "How to Participate" page into a single place o fix formatting of the project status pages Resolved Issues =============== o The policy documentation does not need ratification of changes if there seems consensus. Accordingly, the draft status of these documents can be removed and we will use the lazy "commit first, discuss later" mode common across the ASF for documentation (http://[email protected]&by=thread&from=517190) o Coming up with a set of bylaws for the project (http://[email protected]&by=thread&from=517190) o All projects under incubation must use a STATUS file (or a status.xml file if the project prefers XML) that contains information the PMC needs about the project. This file must live at the root of the project cvs module (http://[email protected]&by=thread&from=504543) o Projects under incubation should display appropriate "disclaimers" so that it is clear that they are, indeed, under incubation (http://[email protected]&by=thread&from=504543) The Incubation Process ====================== This tries to list all the actions items that must be complete for a project before it can graduate from the incubator. It is probably incomplete. Identify the project to be incubated: -- Make sure that the requested project name does not already exist and check www.nameprotect.com to be sure that the name is not already trademarked for an existing software product. -- If request from an existing Apache project to adopt an external package, then ask the Apache project for the cvs module and mail address names. -- If request from outside Apache to enter an existing Apache project, then post a message to that project for them to decide on acceptance. -- If request from anywhere to become a stand-alone PMC, then assess the fit with the ASF, and create the lists and modules under the incubator address/module names if accepted. Interim responsibility: -- Who has been identified as the mentor for the incubation? -- Are they tracking progress in the file incubator/projects/{project_name}/STATUS Copyright: -- Have the papers that transfer rights to the ASF been received? It is only necessary to transfer rights for the package, the core code, and any new code produced by the project. -- Have the files been updated to reflect the new ASF copyright? Verify distribution rights: -- For all code included with the distribution that is not under the Apache license, do we have the right to combine with Apache-licensed code and redistribute? -- Is all source code distributed by the project covered by one or more of the following approved licenses: Apache, BSD, Artistic, MIT/X, MIT/W3C, MPL 1.1, or something with essentially the same terms? Establish a list of active committers: -- Are all active committers in the STATUS file? -- Do they have accounts on cvs.apache.org? -- Have they submitted a contributors agreement? Infrastructure: -- CVS modules created and committers added to avail file? -- Mailing lists set up and archived? -- Problem tracking system (Bugzilla)? -- Has the project migrated to our infrastructure? Collaborative Development: -- Have all of the active long-term volunteers been identified and acknowledged as committers on the project? -- Are there three or more independent committers? [The legal definition of independent is long and boring, but basically it means that there is no binding relationship between the individuals, such as a shared employer, that is capable of overriding their free will as individuals, directly or indirectly.] -- Are project decisions being made in public by the committers? -- Are the decision-making guidelines published and agreed to by all of the committers? Organizational acceptance of responsibility for the project: -- If graduating to an existing PMC, has the PMC voted to accept it? -- If graduating to a new PMC, has the board voted to accept it? Incubator sign-off: -- Has the Incubator decided that the project has accomplished all of the above tasks? Incubator Project ================= Background: o IRC channel #apache-incubator on irc.freenode.net (traffic is SUPPOSED to be logged to <URL:http://Source-Zone.Org/apache-irc/> so that the content of interactive discussions is available to everyone, but the logger isn't working) o Mailing lists: - [email protected] (send to [email protected]) - [email protected] (only for private communication) No project decisions will be made on the PMC list. o This status file is mailed to [email protected] every Wednesday Project committers (as of 2003-10-27): Note that the most current information is always in the CVS avail file, and can be found using: ssh cvs.apache.org cat /home/cvs/CVSROOT/avail | grep incubator Release: The Incubator Project doesn't do "releases" itself. Track of releases made by projects in the incubator is kept in the per-project status files. Possible topics for educational documents: o A document which describes the 'ideal' way a project has to go to be successfully integrated into the ASF: the flow of the normal incubation process should be pictured o Glossary of important ASF terms and phrases (this was considered as very helpful on the reorg@ list) o Compact, but also encyclopedic link-directory which points to important info on the other ASF sites (e.g. to the Jakarta Charter or to the HTTPd dev pages) o General License-/Licensing documentation (ASL1.1, ASL2.2, TCK, JSPA) # # Local Variables: # mode: indented-text # tab-width: 4 # indent-tabs-mode: nil # tab-stop-list: (4 6 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76 80) # End: # --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Feb 12 20:35:26 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 89304 invoked from network); 12 Feb 2004 20:35:25 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 12 Feb 2004 20:35:25 -0000 Received: (qmail 59199 invoked by uid 500); 12 Feb 2004 20:35:13 -0000 Delivered-To: [email protected] Received: (qmail 59062 invoked by uid 500); 12 Feb 2004 20:35:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 59039 invoked from network); 12 Feb 2004 20:35:12 -0000 Received: from unknown (HELO server8a.software-ag.de) (161.129.204.104) by daedalus.apache.org with SMTP; 12 Feb 2004 20:35:12 -0000 Received: from ispsoft.de by server8a.software-ag.de; (8.11.6/8.9.3) id i1CKZBr21427; Thu, 12 Feb 2004 21:35:11 +0100 Message-ID: <[email protected]> Date: Thu, 12 Feb 2004 21:37:41 +0100 From: Jochen Wiedmann <[email protected]> User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] CC: [email protected] Subject: Question on adoption of sources Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I would like to integrate the Cup parser generator into JaxMe. See http://www.cs.princeton.edu/~appel/modern/java/CUP/ for details on Cup. It comes under a BSDish license, so that should not be a problem. I won't add the unmodified sources, but a version which is stripped down in some aspects and enhanced in some other cases. (In particular the parser shall be reentrant and the created DFA shall be able to consume events rather than a token stream.) The question is: What is the recommended behaviour in terms of incubation? As JaxMe is itself a project in incubation I would assume that the following is sufficient: * Announce my intention on the Cup mailing list, in order to let people know. * Add the modified sources. Give all unmodified sources a header with the CUP license. Give all modified sources a header with the ASF license and the CUP license. Give all new sources a header with the ASF license. * Add a hint to the docs, that JaxMe includes software which is based on Cup. Add the Cup license to the relevant paragraph. Is that fine? Regards, Jochen --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Feb 13 20:55:23 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8395 invoked from network); 13 Feb 2004 20:55:22 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 13 Feb 2004 20:55:22 -0000 Received: (qmail 13001 invoked by uid 500); 13 Feb 2004 20:55:07 -0000 Delivered-To: [email protected] Received: (qmail 12929 invoked by uid 500); 13 Feb 2004 20:55:07 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 12869 invoked from network); 13 Feb 2004 20:55:06 -0000 Received: from unknown (HELO minotaur.apache.org) (161.129.204.104) by daedalus.apache.org with SMTP; 13 Feb 2004 20:55:06 -0000 Received: (qmail 8349 invoked by uid 1304); 13 Feb 2004 20:55:17 -0000 Received: from localhost ([email protected]) by localhost with SMTP; 13 Feb 2004 20:55:17 -0000 Date: Fri, 13 Feb 2004 12:55:17 -0800 (PST) From: Rodney Waldhoff <[email protected]> To: [email protected] Subject: RE: Incubator Status Report: Axion In-Reply-To: <[email protected]> Message-ID: <[email protected]> References: <[email protected]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: localhost 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Sat, 7 Feb 2004, Noel J. Bergman wrote: > Again, IANAL, but in lieu of an informed declaration to the contrary, I > suggest that we would spend more time discussing it than it takes to have > each person FAX in two documents. Unless those folks have disappeared from the project. We can try to track them down, but there are some contributors we may not be able to get a hold of. There is language in the Axion license to the effect of "a majority vote of committers can change the license." That would seem to help, yes? > --- Noel - Rod <http://radio.weblogs.com/0122027/> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Feb 13 21:23:16 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27878 invoked from network); 13 Feb 2004 21:23:15 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 13 Feb 2004 21:23:15 -0000 Received: (qmail 66443 invoked by uid 500); 13 Feb 2004 21:23:00 -0000 Delivered-To: [email protected] Received: (qmail 66405 invoked by uid 500); 13 Feb 2004 21:23:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 66379 invoked from network); 13 Feb 2004 21:23:00 -0000 Received: from unknown (HELO web12826.mail.yahoo.com) (161.129.204.104) by daedalus.apache.org with SMTP; 13 Feb 2004 21:23:00 -0000 Message-ID: <[email protected]> Received: from [161.129.204.104] by web12826.mail.yahoo.com via HTTP; Fri, 13 Feb 2004 13:23:05 PST Date: Fri, 13 Feb 2004 13:23:05 -0800 (PST) From: Davanum Srinivas <[email protected]> Reply-To: [email protected] Subject: New projects in WS PMC - WSS4J and Sandesha To: [email protected] Cc: [email protected] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N FYI, we will be starting the incubator process for WSS4J (Web Services Security) and Sandesha (Web Services Reliable Messaging) projects next week. Stay tuned for more info. thanks, dims ===== Davanum Srinivas - http://webservices.apache.org/~dims/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Feb 13 22:00:24 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41099 invoked from network); 13 Feb 2004 22:00:23 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 13 Feb 2004 22:00:23 -0000 Received: (qmail 41651 invoked by uid 500); 13 Feb 2004 22:00:00 -0000 Delivered-To: [email protected] Received: (qmail 41580 invoked by uid 500); 13 Feb 2004 21:59:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 41515 invoked from network); 13 Feb 2004 21:59:59 -0000 Received: from unknown (HELO ms-smtp-03-eri0.southeast.rr.com) (161.129.204.104) by daedalus.apache.org with SMTP; 13 Feb 2004 21:59:59 -0000 Received: from noel770 (cae88-20-092.sc.rr.com [161.129.204.104]) by ms-smtp-03-eri0.southeast.rr.com (8.12.10/8.12.7) with SMTP id i1DM02iU001496 for <[email protected]>; Fri, 13 Feb 2004 17:00:03 -0500 (EST) From: "Noel J. Bergman" <[email protected]> To: <[email protected]> Subject: RE: Incubator Status Report: Axion Date: Fri, 13 Feb 2004 16:59:53 -0500 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Rodney Waldhoff wrote: > Noel J. Bergman wrote: > > Again, IANAL, but in lieu of an informed declaration to the contrary, > > I suggest that we would spend more time discussing it than it takes > > to have each person FAX in two documents. > There is language in the Axion license to the effect of "a majority > vote of committers can change the license." That would seem to > help, yes? Sure. I don't see why you can't just do what the LDAPd Group did. Post a vote on your mailing list, get your majority vote in a public forum, authorize someone to submit the Software Grant on behalf of the Axion Project. --- Noel --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Feb 19 04:45:55 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82031 invoked from network); 19 Feb 2004 04:45:54 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 19 Feb 2004 04:45:54 -0000 Received: (qmail 46742 invoked by uid 500); 19 Feb 2004 04:45:21 -0000 Delivered-To: [email protected] Received: (qmail 46654 invoked by uid 500); 19 Feb 2004 04:45:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 46554 invoked from network); 19 Feb 2004 04:45:19 -0000 Received: from unknown (HELO Boron.MeepZor.Com) (161.129.204.104) by daedalus.apache.org with SMTP; 19 Feb 2004 04:45:19 -0000 Received: (from cvs@localhost) by Boron.MeepZor.Com (8.11.6/8.11.6) id i1J4jWr29375; Wed, 18 Feb 2004 23:45:32 -0500 Date: Wed, 18 Feb 2004 23:45:32 -0500 Message-Id: <[email protected]> From: Rodent of Unusual Size <[email protected]> To: Apache Incubator general discussion <[email protected]> Subject: [STATUS] (incubator) Wed Feb 18 23:45:31 EST 2004 X-Note: This is an automated message. X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N APACHE INCUBATOR PROJECT STATUS: -*-indented-text-*- Last modified at [$Date: 2003/11/11 00:01:00 $] Web site: http://Incubator.Apache.Org/ Wiki page: http://Nagoya.Apache.Org/wiki/apachewiki.cgi?ApacheIncubatorProjectPages [note: the Web site is the 'official' documentation; the wiki pages are for collaborative development, including stuff destined for the Web site.] Pending Issues ============== o We need to be very very clear about what it takes to be accepted into the incubator. It should be a very low bar to leap, possibly not much more than 'no problematic code' and the existence of a healthy community (we don't want to become a dumping ground). o We need to be very very clear about what it takes for a podling to graduate from the incubator. The basic requirements obviously include: has a home, either as part of another ASF project or as a new top-level project of its own; needs to be a credit to the ASF and function well in the ASF framework; ... o Moving the bylaw documentation from the Wiki to the main site o Merge the README.txt info on site management and the info on the "How to Participate" page into a single place o fix formatting of the project status pages Resolved Issues =============== o The policy documentation does not need ratification of changes if there seems consensus. Accordingly, the draft status of these documents can be removed and we will use the lazy "commit first, discuss later" mode common across the ASF for documentation (http://[email protected]&by=thread&from=517190) o Coming up with a set of bylaws for the project (http://[email protected]&by=thread&from=517190) o All projects under incubation must use a STATUS file (or a status.xml file if the project prefers XML) that contains information the PMC needs about the project. This file must live at the root of the project cvs module (http://[email protected]&by=thread&from=504543) o Projects under incubation should display appropriate "disclaimers" so that it is clear that they are, indeed, under incubation (http://[email protected]&by=thread&from=504543) The Incubation Process ====================== This tries to list all the actions items that must be complete for a project before it can graduate from the incubator. It is probably incomplete. Identify the project to be incubated: -- Make sure that the requested project name does not already exist and check www.nameprotect.com to be sure that the name is not already trademarked for an existing software product. -- If request from an existing Apache project to adopt an external package, then ask the Apache project for the cvs module and mail address names. -- If request from outside Apache to enter an existing Apache project, then post a message to that project for them to decide on acceptance. -- If request from anywhere to become a stand-alone PMC, then assess the fit with the ASF, and create the lists and modules under the incubator address/module names if accepted. Interim responsibility: -- Who has been identified as the mentor for the incubation? -- Are they tracking progress in the file incubator/projects/{project_name}/STATUS Copyright: -- Have the papers that transfer rights to the ASF been received? It is only necessary to transfer rights for the package, the core code, and any new code produced by the project. -- Have the files been updated to reflect the new ASF copyright? Verify distribution rights: -- For all code included with the distribution that is not under the Apache license, do we have the right to combine with Apache-licensed code and redistribute? -- Is all source code distributed by the project covered by one or more of the following approved licenses: Apache, BSD, Artistic, MIT/X, MIT/W3C, MPL 1.1, or something with essentially the same terms? Establish a list of active committers: -- Are all active committers in the STATUS file? -- Do they have accounts on cvs.apache.org? -- Have they submitted a contributors agreement? Infrastructure: -- CVS modules created and committers added to avail file? -- Mailing lists set up and archived? -- Problem tracking system (Bugzilla)? -- Has the project migrated to our infrastructure? Collaborative Development: -- Have all of the active long-term volunteers been identified and acknowledged as committers on the project? -- Are there three or more independent committers? [The legal definition of independent is long and boring, but basically it means that there is no binding relationship between the individuals, such as a shared employer, that is capable of overriding their free will as individuals, directly or indirectly.] -- Are project decisions being made in public by the committers? -- Are the decision-making guidelines published and agreed to by all of the committers? Organizational acceptance of responsibility for the project: -- If graduating to an existing PMC, has the PMC voted to accept it? -- If graduating to a new PMC, has the board voted to accept it? Incubator sign-off: -- Has the Incubator decided that the project has accomplished all of the above tasks? Incubator Project ================= Background: o IRC channel #apache-incubator on irc.freenode.net (traffic is SUPPOSED to be logged to <URL:http://Source-Zone.Org/apache-irc/> so that the content of interactive discussions is available to everyone, but the logger isn't working) o Mailing lists: - [email protected] (send to [email protected]) - [email protected] (only for private communication) No project decisions will be made on the PMC list. o This status file is mailed to [email protected] every Wednesday Project committers (as of 2003-10-27): Note that the most current information is always in the CVS avail file, and can be found using: ssh cvs.apache.org cat /home/cvs/CVSROOT/avail | grep incubator Release: The Incubator Project doesn't do "releases" itself. Track of releases made by projects in the incubator is kept in the per-project status files. Possible topics for educational documents: o A document which describes the 'ideal' way a project has to go to be successfully integrated into the ASF: the flow of the normal incubation process should be pictured o Glossary of important ASF terms and phrases (this was considered as very helpful on the reorg@ list) o Compact, but also encyclopedic link-directory which points to important info on the other ASF sites (e.g. to the Jakarta Charter or to the HTTPd dev pages) o General License-/Licensing documentation (ASL1.1, ASL2.2, TCK, JSPA) # # Local Variables: # mode: indented-text # tab-width: 4 # indent-tabs-mode: nil # tab-stop-list: (4 6 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76 80) # End: # --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Feb 26 04:45:52 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38814 invoked from network); 26 Feb 2004 04:45:51 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 26 Feb 2004 04:45:51 -0000 Received: (qmail 95424 invoked by uid 500); 26 Feb 2004 04:45:28 -0000 Delivered-To: [email protected] Received: (qmail 95347 invoked by uid 500); 26 Feb 2004 04:45:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 95236 invoked from network); 26 Feb 2004 04:45:26 -0000 Received: from unknown (HELO Boron.MeepZor.Com) (161.129.204.104) by daedalus.apache.org with SMTP; 26 Feb 2004 04:45:26 -0000 Received: (from cvs@localhost) by Boron.MeepZor.Com (8.11.6/8.11.6) id i1Q4jZh14108; Wed, 25 Feb 2004 23:45:35 -0500 Date: Wed, 25 Feb 2004 23:45:35 -0500 Message-Id: <[email protected]> From: Rodent of Unusual Size <[email protected]> To: Apache Incubator general discussion <[email protected]> Subject: [STATUS] (incubator) Wed Feb 25 23:45:34 EST 2004 X-Note: This is an automated message. X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N APACHE INCUBATOR PROJECT STATUS: -*-indented-text-*- Last modified at [$Date: 2003/11/11 00:01:00 $] Web site: http://Incubator.Apache.Org/ Wiki page: http://Nagoya.Apache.Org/wiki/apachewiki.cgi?ApacheIncubatorProjectPages [note: the Web site is the 'official' documentation; the wiki pages are for collaborative development, including stuff destined for the Web site.] Pending Issues ============== o We need to be very very clear about what it takes to be accepted into the incubator. It should be a very low bar to leap, possibly not much more than 'no problematic code' and the existence of a healthy community (we don't want to become a dumping ground). o We need to be very very clear about what it takes for a podling to graduate from the incubator. The basic requirements obviously include: has a home, either as part of another ASF project or as a new top-level project of its own; needs to be a credit to the ASF and function well in the ASF framework; ... o Moving the bylaw documentation from the Wiki to the main site o Merge the README.txt info on site management and the info on the "How to Participate" page into a single place o fix formatting of the project status pages Resolved Issues =============== o The policy documentation does not need ratification of changes if there seems consensus. Accordingly, the draft status of these documents can be removed and we will use the lazy "commit first, discuss later" mode common across the ASF for documentation (http://[email protected]&by=thread&from=517190) o Coming up with a set of bylaws for the project (http://[email protected]&by=thread&from=517190) o All projects under incubation must use a STATUS file (or a status.xml file if the project prefers XML) that contains information the PMC needs about the project. This file must live at the root of the project cvs module (http://[email protected]&by=thread&from=504543) o Projects under incubation should display appropriate "disclaimers" so that it is clear that they are, indeed, under incubation (http://[email protected]&by=thread&from=504543) The Incubation Process ====================== This tries to list all the actions items that must be complete for a project before it can graduate from the incubator. It is probably incomplete. Identify the project to be incubated: -- Make sure that the requested project name does not already exist and check www.nameprotect.com to be sure that the name is not already trademarked for an existing software product. -- If request from an existing Apache project to adopt an external package, then ask the Apache project for the cvs module and mail address names. -- If request from outside Apache to enter an existing Apache project, then post a message to that project for them to decide on acceptance. -- If request from anywhere to become a stand-alone PMC, then assess the fit with the ASF, and create the lists and modules under the incubator address/module names if accepted. Interim responsibility: -- Who has been identified as the mentor for the incubation? -- Are they tracking progress in the file incubator/projects/{project_name}/STATUS Copyright: -- Have the papers that transfer rights to the ASF been received? It is only necessary to transfer rights for the package, the core code, and any new code produced by the project. -- Have the files been updated to reflect the new ASF copyright? Verify distribution rights: -- For all code included with the distribution that is not under the Apache license, do we have the right to combine with Apache-licensed code and redistribute? -- Is all source code distributed by the project covered by one or more of the following approved licenses: Apache, BSD, Artistic, MIT/X, MIT/W3C, MPL 1.1, or something with essentially the same terms? Establish a list of active committers: -- Are all active committers in the STATUS file? -- Do they have accounts on cvs.apache.org? -- Have they submitted a contributors agreement? Infrastructure: -- CVS modules created and committers added to avail file? -- Mailing lists set up and archived? -- Problem tracking system (Bugzilla)? -- Has the project migrated to our infrastructure? Collaborative Development: -- Have all of the active long-term volunteers been identified and acknowledged as committers on the project? -- Are there three or more independent committers? [The legal definition of independent is long and boring, but basically it means that there is no binding relationship between the individuals, such as a shared employer, that is capable of overriding their free will as individuals, directly or indirectly.] -- Are project decisions being made in public by the committers? -- Are the decision-making guidelines published and agreed to by all of the committers? Organizational acceptance of responsibility for the project: -- If graduating to an existing PMC, has the PMC voted to accept it? -- If graduating to a new PMC, has the board voted to accept it? Incubator sign-off: -- Has the Incubator decided that the project has accomplished all of the above tasks? Incubator Project ================= Background: o IRC channel #apache-incubator on irc.freenode.net (traffic is SUPPOSED to be logged to <URL:http://Source-Zone.Org/apache-irc/> so that the content of interactive discussions is available to everyone, but the logger isn't working) o Mailing lists: - [email protected] (send to [email protected]) - [email protected] (only for private communication) No project decisions will be made on the PMC list. o This status file is mailed to [email protected] every Wednesday Project committers (as of 2003-10-27): Note that the most current information is always in the CVS avail file, and can be found using: ssh cvs.apache.org cat /home/cvs/CVSROOT/avail | grep incubator Release: The Incubator Project doesn't do "releases" itself. Track of releases made by projects in the incubator is kept in the per-project status files. Possible topics for educational documents: o A document which describes the 'ideal' way a project has to go to be successfully integrated into the ASF: the flow of the normal incubation process should be pictured o Glossary of important ASF terms and phrases (this was considered as very helpful on the reorg@ list) o Compact, but also encyclopedic link-directory which points to important info on the other ASF sites (e.g. to the Jakarta Charter or to the HTTPd dev pages) o General License-/Licensing documentation (ASL1.1, ASL2.2, TCK, JSPA) # # Local Variables: # mode: indented-text # tab-width: 4 # indent-tabs-mode: nil # tab-stop-list: (4 6 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76 80) # End: # --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Fri Jan 16 10:17:31 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7608 invoked from network); 16 Jan 2009 10:17:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jan 2009 10:17:31 -0000 Received: (qmail 71167 invoked by uid 500); 16 Jan 2009 10:17:30 -0000 Delivered-To: [email protected] Received: (qmail 71107 invoked by uid 500); 16 Jan 2009 10:17:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <hama-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 71083 invoked by uid 99); 16 Jan 2009 10:17:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jan 2009 02:17:30 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO ti-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jan 2009 10:17:21 +0000 Received: by ti-out-0910.google.com with SMTP id w7so925133tib.6 for <multiple recipients>; Fri, 16 Jan 2009 02:16:59 -0800 (PST) Received: by 161.129.204.104 with SMTP id j16mr3093732tia.10.1232101018957; Fri, 16 Jan 2009 02:16:58 -0800 (PST) Received: by 161.129.204.104 with HTTP; Fri, 16 Jan 2009 02:16:58 -0800 (PST) Message-ID: <[email protected]> Date: Fri, 16 Jan 2009 19:16:58 +0900 From: "Edward J. Yoon" <[email protected]> Sender: [email protected] To: [email protected], [email protected] Subject: On vacation: 22 Jan to 3 Feb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 6aaa26a91fb1478e X-Virus-Checked: Checked by ClamAV on apache.org I will be on vacation from 22 Jan to 3 Feb. -- Best Regards, Edward J. Yoon @ NHN, corp. [email protected] http://blog.udanax.org
From [email protected] Mon Sep 04 06:53:24 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27647 invoked from network); 4 Sep 2006 06:53:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Sep 2006 06:53:16 -0000 Received: (qmail 77315 invoked by uid 500); 4 Sep 2006 06:53:16 -0000 Delivered-To: [email protected] Received: (qmail 77296 invoked by uid 500); 4 Sep 2006 06:53:16 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <xbean-dev.geronimo.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 77287 invoked by uid 99); 4 Sep 2006 06:53:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Sep 2006 23:53:16 -0700 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,HTML_SHORT_LENGTH,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Sep 2006 23:53:15 -0700 Received: by nf-out-0910.google.com with SMTP id n29so1154744nfc for <[email protected]>; Sun, 03 Sep 2006 23:52:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=bpVf2FrluluFawS6mJaxyx5kcRtsydBUfYFKRSz3KyPv/6a17v+UUfWEqZ9tJd9rknvRudKPg0S+s+ZrYUjdJydqxSgBAp2CTyaAGTRzkcwvA40IQAC5VyMFigQd/smVCnOzurep5X0y9gInfa73BTcsyEdkJKIkORzh3SNnnR8= Received: by 161.129.204.104 with SMTP id t12mr6252386nfj; Sun, 03 Sep 2006 23:52:53 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Sun, 3 Sep 2006 23:52:53 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 4 Sep 2006 08:52:53 +0200 From: "Guillaume Nodet" <[email protected]> To: [email protected] Subject: Trunk version moved to 2.7-SNAPSHOT MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_109166_547493.1157352773835" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_109166_547493.1157352773835 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline The trunk version has been moved to 2.7-SNAPSHOT and is now open for new devs :) -- Cheers, Guillaume Nodet ------=_Part_109166_547493.1157352773835-- From [email protected] Wed Sep 06 20:25:59 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61494 invoked from network); 6 Sep 2006 20:25:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Sep 2006 20:25:55 -0000 Received: (qmail 55347 invoked by uid 500); 6 Sep 2006 20:25:54 -0000 Delivered-To: [email protected] Received: (qmail 55324 invoked by uid 500); 6 Sep 2006 20:25:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <xbean-dev.geronimo.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 55315 invoked by uid 99); 6 Sep 2006 20:25:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 13:25:54 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 13:25:53 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id B8AC8410017 for <[email protected]>; Wed, 6 Sep 2006 20:22:22 +0000 (GMT) Message-ID: <1953945.1157574142751.JavaMail.jira@brutus> Date: Wed, 6 Sep 2006 13:22:22 -0700 (PDT) From: "Guillaume Nodet (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (XBEAN-51) XBean may not be able to load xbean mappings when booting from xbean-server MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N XBean may not be able to load xbean mappings when booting from xbean-server ---------------------------------------------------------------------------- Key: XBEAN-51 URL: http://issues.apache.org/jira/browse/XBEAN-51 Project: XBean Issue Type: Bug Components: server, spring Affects Versions: 2.6 Reporter: Guillaume Nodet Assigned To: Guillaume Nodet Priority: Critical Fix For: 2.7 When the current classloader is overriden by the loaded application for some reasons, xbean is unable to load namespace mappings. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Wed Sep 06 20:32:56 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63529 invoked from network); 6 Sep 2006 20:32:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Sep 2006 20:32:56 -0000 Received: (qmail 63841 invoked by uid 500); 6 Sep 2006 20:32:56 -0000 Delivered-To: [email protected] Received: (qmail 63802 invoked by uid 500); 6 Sep 2006 20:32:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <xbean-dev.geronimo.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 63793 invoked by uid 99); 6 Sep 2006 20:32:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 13:32:56 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 13:32:55 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 2FF2D7142FE for <[email protected]>; Wed, 6 Sep 2006 20:29:24 +0000 (GMT) Message-ID: <6516867.1157574564193.JavaMail.jira@brutus> Date: Wed, 6 Sep 2006 13:29:24 -0700 (PDT) From: "Guillaume Nodet (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (XBEAN-51) XBean may not be able to load xbean mappings when booting from xbean-server In-Reply-To: <1953945.1157574142751.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XBEAN-51?page=all ] Guillaume Nodet closed XBEAN-51. -------------------------------- Resolution: Fixed Author: gnodet Date: Wed Sep 6 13:29:29 2006 New Revision: 440858 URL: http://svn.apache.org/viewvc?view=rev&rev=440858 Log: XBEAN-51: XBean may not be able to load xbean mappings when booting from xbean-server Also fix a double refresh > XBean may not be able to load xbean mappings when booting from xbean-server > --------------------------------------------------------------------------- > > Key: XBEAN-51 > URL: http://issues.apache.org/jira/browse/XBEAN-51 > Project: XBean > Issue Type: Bug > Components: spring, server > Affects Versions: 2.6 > Reporter: Guillaume Nodet > Assigned To: Guillaume Nodet > Priority: Critical > Fix For: 2.7 > > > When the current classloader is overriden by the loaded application for some reasons, > xbean is unable to load namespace mappings. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Wed Sep 13 15:46:50 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26197 invoked from network); 13 Sep 2006 15:46:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Sep 2006 15:46:50 -0000 Received: (qmail 13310 invoked by uid 500); 13 Sep 2006 15:46:50 -0000 Delivered-To: [email protected] Received: (qmail 13288 invoked by uid 500); 13 Sep 2006 15:46:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <xbean-dev.geronimo.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 13277 invoked by uid 99); 13 Sep 2006 15:46:49 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Sep 2006 08:46:49 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from ([161.129.204.104:59073] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id 4D/40-10097-8F728054 for <[email protected]>; Wed, 13 Sep 2006 08:47:04 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 59995714355 for <[email protected]>; Wed, 13 Sep 2006 15:43:22 +0000 (GMT) Message-ID: <23816824.1158162202364.JavaMail.jira@brutus> Date: Wed, 13 Sep 2006 08:43:22 -0700 (PDT) From: "Guillaume Nodet (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (XBEAN-52) Inner bean definitions are instanciated twice and registered as components MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Inner bean definitions are instanciated twice and registered as components -------------------------------------------------------------------------- Key: XBEAN-52 URL: http://issues.apache.org/jira/browse/XBEAN-52 Project: XBean Issue Type: Bug Components: spring Affects Versions: 2.6 Reporter: Guillaume Nodet Assigned To: Guillaume Nodet Fix For: 2.7 Inner bean definitions are registered as components in the BeanFactory. As a side effect, they are instanciated twice: once because it is registered as a singleton component and another time because it is an inner bean. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Wed Sep 13 15:56:51 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29494 invoked from network); 13 Sep 2006 15:56:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Sep 2006 15:56:50 -0000 Received: (qmail 31323 invoked by uid 500); 13 Sep 2006 15:56:50 -0000 Delivered-To: [email protected] Received: (qmail 31284 invoked by uid 500); 13 Sep 2006 15:56:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <xbean-dev.geronimo.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 31275 invoked by uid 99); 13 Sep 2006 15:56:50 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Sep 2006 08:56:50 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from ([161.129.204.104:59917] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id 46/90-10097-15A28054 for <[email protected]>; Wed, 13 Sep 2006 08:57:05 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 9CFF9714355 for <[email protected]>; Wed, 13 Sep 2006 15:53:23 +0000 (GMT) Message-ID: <14023834.1158162803639.JavaMail.jira@brutus> Date: Wed, 13 Sep 2006 08:53:23 -0700 (PDT) From: "Guillaume Nodet (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (XBEAN-52) Inner bean definitions are instanciated twice and registered as components In-Reply-To: <23816824.1158162202364.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XBEAN-52?page=all ] Guillaume Nodet closed XBEAN-52. -------------------------------- Resolution: Fixed Author: gnodet Date: Wed Sep 13 08:45:55 2006 New Revision: 443003 URL: http://svn.apache.org/viewvc?view=rev&rev=443003 Log: XBEAN-52: Inner bean definitions are instanciated twice and registered as components Added: geronimo/xbean/trunk/xbean-spring-v2a/src/test/java/org/apache/xbean/spring/context/ComponentTest.java geronimo/xbean/trunk/xbean-spring-v2a/src/test/java/org/apache/xbean/spring/example/ContainerBean.java geronimo/xbean/trunk/xbean-spring-v2a/src/test/java/org/apache/xbean/spring/example/InnerBean.java geronimo/xbean/trunk/xbean-spring-v2a/src/test/resources/META-INF/services/org/apache/xbean/spring/http/xbean.apache.org/schemas/component geronimo/xbean/trunk/xbean-spring-v2a/src/test/resources/org/apache/xbean/spring/context/component-spring.xml geronimo/xbean/trunk/xbean-spring-v2a/src/test/resources/org/apache/xbean/spring/context/component-xbean.xml geronimo/xbean/trunk/xbean-spring-v2b/src/test/java/org/apache/xbean/spring/context/ComponentTest.java geronimo/xbean/trunk/xbean-spring-v2b/src/test/java/org/apache/xbean/spring/example/ContainerBean.java geronimo/xbean/trunk/xbean-spring-v2b/src/test/java/org/apache/xbean/spring/example/InnerBean.java geronimo/xbean/trunk/xbean-spring-v2b/src/test/resources/META-INF/services/org/apache/xbean/spring/http/xbean.apache.org/schemas/component geronimo/xbean/trunk/xbean-spring-v2b/src/test/resources/org/apache/xbean/spring/context/component-spring.xml geronimo/xbean/trunk/xbean-spring-v2b/src/test/resources/org/apache/xbean/spring/context/component-xbean.xml Modified: geronimo/xbean/trunk/xbean-spring-v2a/src/main/java/org/apache/xbean/spring/context/v2a/XBeanNamespaceHandler.java geronimo/xbean/trunk/xbean-spring-v2b/src/main/java/org/apache/xbean/spring/context/v2b/XBeanNamespaceHandler.java > Inner bean definitions are instanciated twice and registered as components > -------------------------------------------------------------------------- > > Key: XBEAN-52 > URL: http://issues.apache.org/jira/browse/XBEAN-52 > Project: XBean > Issue Type: Bug > Components: spring > Affects Versions: 2.6 > Reporter: Guillaume Nodet > Assigned To: Guillaume Nodet > Fix For: 2.7 > > > Inner bean definitions are registered as components in the BeanFactory. > As a side effect, they are instanciated twice: once because it is registered as a singleton component > and another time because it is an inner bean. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Sep 18 20:55:40 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85440 invoked from network); 18 Sep 2006 20:55:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Sep 2006 20:55:40 -0000 Received: (qmail 28443 invoked by uid 500); 18 Sep 2006 20:55:17 -0000 Delivered-To: [email protected] Received: (qmail 28356 invoked by uid 500); 18 Sep 2006 20:55:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <xbean-dev.geronimo.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 28255 invoked by uid 99); 18 Sep 2006 20:55:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Sep 2006 13:55:16 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Sep 2006 13:55:14 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 2C3E5714320 for <[email protected]>; Mon, 18 Sep 2006 20:51:22 +0000 (GMT) Message-ID: <31920325.1158612682178.JavaMail.jira@brutus> Date: Mon, 18 Sep 2006 13:51:22 -0700 (PDT) From: "Hiram Chirino (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (XBEAN-53) "java.lang.ArrayIndexOutOfBoundsException: 0" thrown from XBeanMojo MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N "java.lang.ArrayIndexOutOfBoundsException: 0" thrown from XBeanMojo ------------------------------------------------------------------- Key: XBEAN-53 URL: http://issues.apache.org/jira/browse/XBEAN-53 Project: XBean Issue Type: Bug Components: spring Affects Versions: 2.6 Reporter: Hiram Chirino Assigned To: Hiram Chirino Fix For: 2.7 I noticed this happened when I was trying to apply a patch to ActiveMQ. The patch left a .java file empty. And this is why XBean is barfing. We should protect against such cases and instead issue a warnning message. Full Error: java.lang.ArrayIndexOutOfBoundsException: 0 at org.apache.xbean.spring.generator.QdoxMappingLoader.loadElements(QdoxMappingLoader.java:147) at org.apache.xbean.spring.generator.QdoxMappingLoader.loadNamespaces(QdoxMappingLoader.java:107) at org.apache.xbean.spring.generator.QdoxMappingLoader.loadNamespaces(QdoxMappingLoader.java:101) at org.apache.xbean.maven.XBeanMojo.execute(XBeanMojo.java:153) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:475) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:454) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Sep 18 20:57:17 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86627 invoked from network); 18 Sep 2006 20:57:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Sep 2006 20:57:17 -0000 Received: (qmail 34019 invoked by uid 500); 18 Sep 2006 20:57:16 -0000 Delivered-To: [email protected] Received: (qmail 33978 invoked by uid 500); 18 Sep 2006 20:57:16 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <xbean-dev.geronimo.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 33965 invoked by uid 99); 18 Sep 2006 20:57:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Sep 2006 13:57:16 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Sep 2006 13:57:15 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 69D6F7142F7 for <[email protected]>; Mon, 18 Sep 2006 20:53:23 +0000 (GMT) Message-ID: <6736181.1158612803431.JavaMail.jira@brutus> Date: Mon, 18 Sep 2006 13:53:23 -0700 (PDT) From: "Hiram Chirino (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (XBEAN-53) "java.lang.ArrayIndexOutOfBoundsException: 0" thrown from XBeanMojo In-Reply-To: <31920325.1158612682178.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XBEAN-53?page=comments#action_12435570 ] Hiram Chirino commented on XBEAN-53: ------------------------------------ Also noticed that xbean will only process the first java class defined in the source file. It should process all java classes since the first one may not be the xbean enabled one. > "java.lang.ArrayIndexOutOfBoundsException: 0" thrown from XBeanMojo > ------------------------------------------------------------------- > > Key: XBEAN-53 > URL: http://issues.apache.org/jira/browse/XBEAN-53 > Project: XBean > Issue Type: Bug > Components: spring > Affects Versions: 2.6 > Reporter: Hiram Chirino > Assigned To: Hiram Chirino > Fix For: 2.7 > > > I noticed this happened when I was trying to apply a patch to ActiveMQ. The patch left a .java file empty. And this is why XBean is barfing. We should protect against such cases and instead issue a warnning message. > Full Error: > java.lang.ArrayIndexOutOfBoundsException: 0 > at org.apache.xbean.spring.generator.QdoxMappingLoader.loadElements(QdoxMappingLoader.java:147) > at org.apache.xbean.spring.generator.QdoxMappingLoader.loadNamespaces(QdoxMappingLoader.java:107) > at org.apache.xbean.spring.generator.QdoxMappingLoader.loadNamespaces(QdoxMappingLoader.java:101) > at org.apache.xbean.maven.XBeanMojo.execute(XBeanMojo.java:153) > at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:475) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:454) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Mon Sep 18 21:01:19 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88781 invoked from network); 18 Sep 2006 21:01:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Sep 2006 21:01:19 -0000 Received: (qmail 41592 invoked by uid 500); 18 Sep 2006 21:01:17 -0000 Delivered-To: [email protected] Received: (qmail 41569 invoked by uid 500); 18 Sep 2006 21:01:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <xbean-dev.geronimo.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 41515 invoked by uid 99); 18 Sep 2006 21:01:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Sep 2006 14:01:16 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Sep 2006 14:01:15 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id A42527142FB for <[email protected]>; Mon, 18 Sep 2006 20:57:23 +0000 (GMT) Message-ID: <4700386.1158613043669.JavaMail.jira@brutus> Date: Mon, 18 Sep 2006 13:57:23 -0700 (PDT) From: "Hiram Chirino (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (XBEAN-53) "java.lang.ArrayIndexOutOfBoundsException: 0" thrown from XBeanMojo In-Reply-To: <31920325.1158612682178.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XBEAN-53?page=all ] Hiram Chirino closed XBEAN-53. ------------------------------ Resolution: Fixed Fixed in trunk revision 447551 > "java.lang.ArrayIndexOutOfBoundsException: 0" thrown from XBeanMojo > ------------------------------------------------------------------- > > Key: XBEAN-53 > URL: http://issues.apache.org/jira/browse/XBEAN-53 > Project: XBean > Issue Type: Bug > Components: spring > Affects Versions: 2.6 > Reporter: Hiram Chirino > Assigned To: Hiram Chirino > Fix For: 2.7 > > > I noticed this happened when I was trying to apply a patch to ActiveMQ. The patch left a .java file empty. And this is why XBean is barfing. We should protect against such cases and instead issue a warnning message. > Full Error: > java.lang.ArrayIndexOutOfBoundsException: 0 > at org.apache.xbean.spring.generator.QdoxMappingLoader.loadElements(QdoxMappingLoader.java:147) > at org.apache.xbean.spring.generator.QdoxMappingLoader.loadNamespaces(QdoxMappingLoader.java:107) > at org.apache.xbean.spring.generator.QdoxMappingLoader.loadNamespaces(QdoxMappingLoader.java:101) > at org.apache.xbean.maven.XBeanMojo.execute(XBeanMojo.java:153) > at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:475) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:454) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Sep 22 15:56:21 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58950 invoked from network); 22 Sep 2006 15:56:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Sep 2006 15:56:20 -0000 Received: (qmail 36895 invoked by uid 500); 22 Sep 2006 15:56:16 -0000 Delivered-To: [email protected] Received: (qmail 36837 invoked by uid 500); 22 Sep 2006 15:56:15 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <xbean-dev.geronimo.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 36800 invoked by uid 99); 22 Sep 2006 15:56:15 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Sep 2006 08:56:15 -0700 Received: by nf-out-0910.google.com with SMTP id n29so1274573nfc for <[email protected]>; Fri, 22 Sep 2006 08:54:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=iBPkhkuakiFfJDIZDSgjQukCCIXuvk9zHYS154yObEnAUJEsEImjxKPssKE1Mqgwqxj10fRO9UYRxbQxkLvFbm84ktuwzboK6iA9aqhwUsCgc726jnP2115GlLyiCvKQlB/1DK1skxJ6oqZP/UI5xMTKJGH1VFMaEloCSioBB/4= Received: by 161.129.204.104 with SMTP id y8mr2220291nfi; Fri, 22 Sep 2006 08:54:53 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Fri, 22 Sep 2006 08:54:52 -0700 (PDT) Message-ID: <[email protected]> Date: Fri, 22 Sep 2006 17:54:52 +0200 From: "Guillaume Nodet" <[email protected]> To: [email protected] Subject: Naming module MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Should the xbean-naming module in the colossus branch be moved to trunk ? It seems quite independant of the colossus stuff ... -- Cheers, Guillaume Nodet From [email protected] Wed Sep 27 11:20:40 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97347 invoked from network); 27 Sep 2006 11:20:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Sep 2006 11:20:40 -0000 Received: (qmail 81052 invoked by uid 500); 27 Sep 2006 11:20:40 -0000 Delivered-To: [email protected] Received: (qmail 81032 invoked by uid 500); 27 Sep 2006 11:20:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <xbean-dev.geronimo.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 81023 invoked by uid 99); 27 Sep 2006 11:20:39 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Sep 2006 04:20:39 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [161.129.204.104] ([161.129.204.104:56653] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 161.129.204.104 r(12930)) with ESMTP id 04/C1-24938-78E5A154 for <[email protected]>; Wed, 27 Sep 2006 04:20:39 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 4A9087141F1 for <[email protected]>; Wed, 27 Sep 2006 11:16:50 +0000 (GMT) Message-ID: <3865483.1159355810302.JavaMail.jira@brutus> Date: Wed, 27 Sep 2006 04:16:50 -0700 (PDT) From: "Guillaume Nodet (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (XBEAN-54) CDATA in text properties are not parsed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N CDATA in text properties are not parsed --------------------------------------- Key: XBEAN-54 URL: http://issues.apache.org/jira/browse/XBEAN-54 Project: XBean Issue Type: Bug Components: spring Affects Versions: 2.6 Reporter: Guillaume Nodet -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Wed Sep 27 11:42:43 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13652 invoked from network); 27 Sep 2006 11:42:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Sep 2006 11:42:43 -0000 Received: (qmail 10888 invoked by uid 500); 27 Sep 2006 11:42:43 -0000 Delivered-To: [email protected] Received: (qmail 10863 invoked by uid 500); 27 Sep 2006 11:42:43 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <xbean-dev.geronimo.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 10854 invoked by uid 99); 27 Sep 2006 11:42:42 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Sep 2006 04:42:42 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [161.129.204.104] ([161.129.204.104:37135] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 161.129.204.104 r(12930)) with ESMTP id 30/00-25782-1B36A154 for <[email protected]>; Wed, 27 Sep 2006 04:42:41 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 3B8567141F1 for <[email protected]>; Wed, 27 Sep 2006 11:38:52 +0000 (GMT) Message-ID: <15255927.1159357132240.JavaMail.jira@brutus> Date: Wed, 27 Sep 2006 04:38:52 -0700 (PDT) From: "Guillaume Nodet (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (XBEAN-54) CDATA in text properties are not parsed In-Reply-To: <3865483.1159355810302.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/XBEAN-54?page=all ] Guillaume Nodet closed XBEAN-54. -------------------------------- Fix Version/s: 2.7 Resolution: Fixed Assignee: Guillaume Nodet Author: gnodet Date: Wed Sep 27 04:41:54 2006 New Revision: 450402 URL: http://svn.apache.org/viewvc?view=rev&rev=450402 Log: XBEAN-54: CDATA in text properties are not parsed Modified: geronimo/xbean/trunk/xbean-spring-v1/src/main/java/org/apache/xbean/spring/context/v1/XBeanXmlBeanDefinitionParser.java geronimo/xbean/trunk/xbean-spring-v1/src/test/resources/org/apache/xbean/spring/context/gin.xml geronimo/xbean/trunk/xbean-spring-v2a/src/main/java/org/apache/xbean/spring/context/v2a/XBeanNamespaceHandler.java geronimo/xbean/trunk/xbean-spring-v2a/src/test/resources/org/apache/xbean/spring/context/gin.xml geronimo/xbean/trunk/xbean-spring-v2b/src/main/java/org/apache/xbean/spring/context/v2b/XBeanNamespaceHandler.java geronimo/xbean/trunk/xbean-spring-v2b/src/test/resources/org/apache/xbean/spring/context/gin.xml > CDATA in text properties are not parsed > --------------------------------------- > > Key: XBEAN-54 > URL: http://issues.apache.org/jira/browse/XBEAN-54 > Project: XBean > Issue Type: Bug > Components: spring > Affects Versions: 2.6 > Reporter: Guillaume Nodet > Assigned To: Guillaume Nodet > Fix For: 2.7 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Sep 29 19:44:06 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38391 invoked from network); 29 Sep 2006 19:44:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Sep 2006 19:44:06 -0000 Received: (qmail 3658 invoked by uid 500); 29 Sep 2006 19:44:06 -0000 Delivered-To: [email protected] Received: (qmail 3614 invoked by uid 500); 29 Sep 2006 19:44:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <xbean-dev.geronimo.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 3605 invoked by uid 99); 29 Sep 2006 19:44:05 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO green.rootmode.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Sep 2006 12:44:05 -0700 X-ClientAddr: 161.129.204.104 Received: from [161.129.204.104] (68-171-62-46.vnnyca.adelphia.net [161.129.204.104]) by green.rootmode.com (161.129.204.10460308/8.12.10) with ESMTP id k8TJgaI8003233 for <[email protected]>; Fri, 29 Sep 2006 15:42:36 -0400 Mime-Version: 1.0 (Apple Message framework v752.2) References: <[email protected]> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <[email protected]> Content-Transfer-Encoding: 7bit From: Dain Sundstrom <[email protected]> Subject: Fwd: Naming module Date: Fri, 29 Sep 2006 12:42:38 -0700 To: [email protected] X-Mailer: Apple Mail (2.752.2) X-RootMode-MailScanner-Information: Please contact the ISP for more information X-RootMode-MailScanner: Found to be clean X-MailScanner-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This message never showed up for some reason. Anyway, I'm going to move it over now.... we can easily move it back if someone objects. -dain Begin forwarded message: > From: Dain Sundstrom <[email protected]> > Date: September 22, 2006 10:52:00 AM PDT > To: [email protected] > Subject: Re: Naming module > > Funny, I was just chatting with Jencks about that. Yes, it should > be moved to trunk. It is pure standalone thread-save JNDI > implementation that supports federation. > > Can you do it? I'm swamped right now. > > -dain > > On Sep 22, 2006, at 8:54 AM, Guillaume Nodet wrote: > >> Should the xbean-naming module in >> the colossus branch be moved to trunk ? >> It seems quite independant of >> the colossus stuff ... >> >> -- >> Cheers, >> Guillaume Nodet >
From [email protected] Thu Apr 16 13:35:53 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 43874 invoked from network); 16 Apr 2009 13:35:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Apr 2009 13:35:53 -0000 Received: (qmail 59039 invoked by uid 500); 16 Apr 2009 13:35:52 -0000 Delivered-To: [email protected] Received: (qmail 59003 invoked by uid 500); 16 Apr 2009 13:35:52 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xindice-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 58995 invoked by uid 99); 16 Apr 2009 13:35:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Apr 2009 13:35:52 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Apr 2009 13:35:43 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1LuRkQ-0005l5-7w for [email protected]; Thu, 16 Apr 2009 06:35:22 -0700 Message-ID: <[email protected]> Date: Thu, 16 Apr 2009 06:35:22 -0700 (PDT) From: OKO <[email protected]> To: [email protected] Subject: xindice_rebuild - file size vastly multiplied MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org Ran xindice_rebuild on a smallish existing 1.0 database to get it into 1.1 format. The size was expanded enormously: db 1.0: 2 M db 1.1: 233 M That is a factor of 100 ;-( I have not dared do this on my real 1.0 database, which now occupies more than 1G of disk space. *Question*: - Is this a feature or a bug? Tool info as presented: $ xindice -h trying to register database Xindice Command Tools v1.1 ...etc... /O -- View this message in context: http://www.nabble.com/xindice_rebuild---file-size-vastly-multiplied-tp23078111p23078111.html Sent from the Xindice - Users mailing list [email protected]. From [email protected] Thu Apr 16 15:28:44 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41153 invoked from network); 16 Apr 2009 15:28:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Apr 2009 15:28:44 -0000 Received: (qmail 56390 invoked by uid 500); 16 Apr 2009 15:28:43 -0000 Delivered-To: [email protected] Received: (qmail 56368 invoked by uid 500); 16 Apr 2009 15:28:43 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xindice-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 56360 invoked by uid 99); 16 Apr 2009 15:28:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Apr 2009 15:28:43 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ew0-f159.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Apr 2009 15:28:35 +0000 Received: by ewy3 with SMTP id 3so471825ewy.22 for <[email protected]>; Thu, 16 Apr 2009 08:28:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=A1OtIoweiV27pPbvBk1OVpsbjR+/gZGqm+39/yMYqX8=; b=Nwyc7K/fchBPDG+DtPB/DJzZXPOmeaOtQyXih4LpMXe9z5dAkKi/Ufsk5NgCx9KRf2 pp6RWyd4PBBO1FRTQPiaflm0QSCgBZRqmTDf/Jw2Q7tL8xl8Gs9jlntqHIaBc40+scL1 8VIt8FD0mpjLz2AYsSSIhxINQjxAxGvnyOIYk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=HVyQsxCqUrHI6R+MfWiaGBWuTEa8yF79GQVdZd74JU30QdTW3cXGNpy0acCUHYcGcT TYTlxIw9wXnXCViaEF652oHsgZ0EznWlfabTK0u6vECW8/sqCPKrY4JvbTzdgtgxw9I/ GTVBM3g0SHP2sHH9YGUtbzCJumllYnec7x7RU= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id h20mr443131vcl.60.1239895693738; Thu, 16 Apr 2009 08:28:13 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> From: Natalia Shilenkova <[email protected]> Date: Thu, 16 Apr 2009 11:27:57 -0400 Message-ID: <[email protected]> Subject: Re: xindice_rebuild - file size vastly multiplied To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org There was a change in Xindice v1.1 that could possibly be responsible for database size increase. Xindice v1.0 failed to correctly allocate initial file space for a collection according to its page size and page count parameters, so a collection with just a few documents would occupy several Kb on disk instead of reserving some space on disk for the collection to grow. It was fixed in v1.1 and a collection with default page size (4Kb) and page count (1024) parameters now occupies about 4Mb. If you had several small collections in Xindice v1.0 it is possible that after rebuilding them for v1.1 the database would take considerably more disk space. How many collections do you have in that database and how big are the collections? If this indeed is the reason for the database increase, it could be fixed by adjusting page count parameter for small collections. Also, I think Meta collections were introduced somewhere between 1.0 and 1.1, I cannot remember now if they are created when rebuilding a database, but if they are, it would take some disk space, too. You can explore database directories to see if Meta collections are there (in system/Metas, I think). Meta collections can be turned off. Natalia On Thu, Apr 16, 2009 at 9:35 AM, OKO <[email protected]> wrote: > > Ran xindice_rebuild on a smallish existing 1.0 database to get it into = =A01.1 > format. > The size was expanded enormously: > db 1.0: 2 M > db 1.1: 233 M > > That is a factor of 100 ;-( > > I have not dared do this on my real 1.0 database, which now occupies more > than 1G of disk space. > > *Question*: > =A0- Is this a feature or a bug? > > Tool info as presented: > $ xindice -h > trying to register database > > Xindice Command Tools v1.1 > > ...etc... > > /O > -- > View this message in context: http://www.nabble.com/xindice_rebuild---fil= e-size-vastly-multiplied-tp23078111p23078111.html > Sent from the Xindice - Users mailing list [email protected]. > > From [email protected] Thu Apr 16 19:32:34 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70328 invoked from network); 16 Apr 2009 19:32:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Apr 2009 19:32:34 -0000 Received: (qmail 13545 invoked by uid 500); 16 Apr 2009 19:32:33 -0000 Delivered-To: [email protected] Received: (qmail 13499 invoked by uid 500); 16 Apr 2009 19:32:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xindice-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 13482 invoked by uid 99); 16 Apr 2009 19:32:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Apr 2009 19:32:31 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=FB_WORD1_END_DOLLAR,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Apr 2009 19:32:22 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1LuXJZ-00048C-3Z for [email protected]; Thu, 16 Apr 2009 12:32:01 -0700 Message-ID: <[email protected]> Date: Thu, 16 Apr 2009 12:32:01 -0700 (PDT) From: OKO <[email protected]> To: [email protected] Subject: Re: xindice_rebuild - file size vastly multiplied In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: [email protected] References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Natalia, Thanks for offering some hints. To put some data on the table ... Below some size quantities for two parts of the database (1) a collection with few and small documents (2) a collection with many small documents For each of these I give size of=20 (A) exported format=20 (B) xindice 1.0 database (C) xindice 1.1 database Sizes are computed by "du" (running Cygwin). Summary table of sizes in KB (table more readable in fixed font ;-) ): . | (A) | (B) | (C) | . (1) | 20 | 250 | 84000 | . (2) | 4000 | 450 | 12000 | The "1.1" vs "1.0" expansion factor is much larger for the case of collections with few and small files (factor 350) , than for many and small files (factor 25).=20 But nevertheless, I wonder for what kind of databases 1.1 would beat 1.0 from a *size* point of view. Maybe comparing processing speed of "1.1" vs "1.0" would give a different picture, but at the moment I have no numbers t= o offer in that respect.=20 By the way, I do not have any very large documents in the database, so I have no idea how "1.1" compares to "1.0" for such beasts. And the 64,000 $ question is, of course, what means are available to decrease disk space footprint of the "1.1" database? /O =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D (1) a set of collections with few and small documents (A) This is a size listing of (part of) the exported 1.0 database. Result: total of 20KB contents.=20 Most of these files are small. (Note: the "meta" collections/files are my own meta info of the application level, so not Xindice meta info!). xxx$ du -ba publications 553 publications/rss-common/meta/meta.xml 1065 publications/rss-common/meta 1577 publications/rss-common 257 publications/rss_2_0/meta/meta.xml 769 publications/rss_2_0/meta 1281 publications/rss_2_0 260 publications/rss_0_92/meta/meta.xml 772 publications/rss_0_92/meta 1284 publications/rss_0_92 260 publications/rss_0_91/meta/meta.xml 772 publications/rss_0_91/meta 1284 publications/rss_0_91 438 publications/newsletter/meta/meta.xml 950 publications/newsletter/meta 1462 publications/newsletter 512 publications/archive/meta 1024 publications/archive 429 publications/newsletter-index/meta/meta.xml 941 publications/newsletter-index/meta 1453 publications/newsletter-index 427 publications/news-archive/meta/meta.xml 939 publications/news-archive/meta 1451 publications/news-archive 394 publications/home-page/meta/meta.xml 906 publications/home-page/meta 1418 publications/home-page 257 publications/rss_1_0/meta/meta.xml 769 publications/rss_1_0/meta 1281 publications/rss_1_0 315 publications/home-page-time-stamp/meta/meta.xml 827 publications/home-page-time-stamp/meta 1339 publications/home-page-time-stamp 350 publications/events/meta/meta.xml 862 publications/events/meta 1374 publications/events 1634 publications/meta/meta.xml 2146 publications/meta 18886 publications xxx$=20 (B) The size of the corresponding 1.0 database files=20 Result: total of 250KB contents.=20 yyy$ du -ba publications/ 12288 publications/archive/archive.tbl 12288 publications/archive/meta/meta.tbl 12288 publications/archive/meta 24576 publications/archive 12288 publications/home-page/home-page.tbl 12288 publications/home-page/meta/meta.tbl 12288 publications/home-page/meta 24576 publications/home-page 12288 publications/meta/meta.tbl 12288 publications/meta 12288 publications/news-archive/meta/meta.tbl 12288 publications/news-archive/meta 12288 publications/news-archive/news-archive.tbl 24576 publications/news-archive 12288 publications/newsletter/meta/meta.tbl 12288 publications/newsletter/meta 12288 publications/newsletter/newsletter.tbl 24576 publications/newsletter 12288 publications/publications.tbl 12288 publications/rss-common/meta/meta.tbl 12288 publications/rss-common/meta 12288 publications/rss-common/rss-common.tbl 24576 publications/rss-common 12288 publications/rss_0_91/meta/meta.tbl 12288 publications/rss_0_91/meta 12288 publications/rss_0_91/rss_0_91.tbl 24576 publications/rss_0_91 12288 publications/rss_0_92/meta/meta.tbl 12288 publications/rss_0_92/meta 12288 publications/rss_0_92/rss_0_92.tbl 24576 publications/rss_0_92 12288 publications/rss_1_0/meta/meta.tbl 12288 publications/rss_1_0/meta 12288 publications/rss_1_0/rss_1_0.tbl 24576 publications/rss_1_0 12288 publications/rss_2_0/meta/meta.tbl 12288 publications/rss_2_0/meta 12288 publications/rss_2_0/rss_2_0.tbl 24576 publications/rss_2_0 245760 publications/ yyy$=20 (C) ... and of the corresponding 1.1 database files Result: total of 84000KB contents.=20 zzz$ du -ba publications/ 4202496 publications/archive/archive.tbl 4202496 publications/archive/meta/meta.tbl 4202496 publications/archive/meta 8404992 publications/archive 4202496 publications/home-page/home-page.tbl 4202496 publications/home-page/meta/meta.tbl 4202496 publications/home-page/meta 8404992 publications/home-page 4202496 publications/meta/meta.tbl 4202496 publications/meta 4202496 publications/news-archive/meta/meta.tbl 4202496 publications/news-archive/meta 4202496 publications/news-archive/news-archive.tbl 8404992 publications/news-archive 4202496 publications/newsletter/meta/meta.tbl 4202496 publications/newsletter/meta 4202496 publications/newsletter/newsletter.tbl 8404992 publications/newsletter 4202496 publications/publications.tbl 4202496 publications/rss-common/meta/meta.tbl 4202496 publications/rss-common/meta 4202496 publications/rss-common/rss-common.tbl 8404992 publications/rss-common 4202496 publications/rss_0_91/meta/meta.tbl 4202496 publications/rss_0_91/meta 4202496 publications/rss_0_91/rss_0_91.tbl 8404992 publications/rss_0_91 4202496 publications/rss_0_92/meta/meta.tbl 4202496 publications/rss_0_92/meta 4202496 publications/rss_0_92/rss_0_92.tbl 8404992 publications/rss_0_92 4202496 publications/rss_1_0/meta/meta.tbl 4202496 publications/rss_1_0/meta 4202496 publications/rss_1_0/rss_1_0.tbl 8404992 publications/rss_1_0 4202496 publications/rss_2_0/meta/meta.tbl 4202496 publications/rss_2_0/meta 4202496 publications/rss_2_0/rss_2_0.tbl 8404992 publications/rss_2_0 84049920 publications/ zzz$=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D (2) a collection with a large set of small documents (A) This is a size listing of (part of) the exported 1.0 database. This one contains approx 4000 rather small documents. Result: total of 4000KB contents (so approx 1KB per document) xxx$ du -b content/news 3932206 content/news/db 665 content/news/meta 3933383 content/news xxx$=20 (note: not displaying individual files/documents ... there are too many of them) (B) The size of the corresponding 1.0 database files=20 Result: total of 450KB contents.=20 yyy$ du -ba content/news/ 430080 content/news/db/db.tbl 430080 content/news/db 12288 content/news/meta/meta.tbl 12288 content/news/meta 12288 content/news/news.tbl 454656 content/news/ yyy$=20 (C) ... and of the corresponding 1.1 database files Result: total of 12MB contents.=20 zzz$ du -ba content/news/ 4202496 content/news/db/db.tbl 4202496 content/news/db 4202496 content/news/meta/meta.tbl 4202496 content/news/meta 4202496 content/news/news.tbl 12607488 content/news/ zzz$=20 =3D=3D=3Dend=3D=3D=3D Natalia Shilenkova wrote: >=20 > There was a change in Xindice v1.1 that could possibly be responsible > for database size increase. >=20 > Xindice v1.0 failed to correctly allocate initial file space for a > collection according to its page size and page count parameters, so a > collection with just a few documents would occupy several Kb on disk > instead of reserving some space on disk for the collection to grow. It > was fixed in v1.1 and a collection with default page size (4Kb) and > page count (1024) parameters now occupies about 4Mb. >=20 > If you had several small collections in Xindice v1.0 it is possible > that after rebuilding them for v1.1 the database would take > considerably more disk space. How many collections do you have in that > database and how big are the collections? If this indeed is the reason > for the database increase, it could be fixed by adjusting page count > parameter for small collections. >=20 > Also, I think Meta collections were introduced somewhere between 1.0 > and 1.1, I cannot remember now if they are created when rebuilding a > database, but if they are, it would take some disk space, too. You can > explore database directories to see if Meta collections are there (in > system/Metas, I think). Meta collections can be turned off. >=20 > Natalia >=20 > On Thu, Apr 16, 2009 at 9:35 AM, OKO <[email protected]> wrote: >> >> Ran xindice_rebuild on a smallish existing 1.0 database to get it into >> =C2=A01.1 >> format. >> The size was expanded enormously: >> db 1.0: 2 M >> db 1.1: 233 M >> >> That is a factor of 100 ;-( >> >> I have not dared do this on my real 1.0 database, which now occupies mor= e >> than 1G of disk space. >> >> *Question*: >> =C2=A0- Is this a feature or a bug? >> >> Tool info as presented: >> $ xindice -h >> trying to register database >> >> Xindice Command Tools v1.1 >> >> ...etc... >> >> /O >> -- >> View this message in context: >> http://www.nabble.com/xindice_rebuild---file-size-vastly-multiplied-tp23= 078111p23078111.html >> Sent from the Xindice - Users mailing list [email protected]. >> >> >=20 >=20 --=20 View this message in context: http://www.nabble.com/xindice_rebuild---file-= size-vastly-multiplied-tp23078111p23084822.html Sent from the Xindice - Users mailing list [email protected]. From [email protected] Fri Apr 17 15:10:17 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6085 invoked from network); 17 Apr 2009 15:10:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Apr 2009 15:10:17 -0000 Received: (qmail 44591 invoked by uid 500); 17 Apr 2009 15:10:17 -0000 Delivered-To: [email protected] Received: (qmail 44541 invoked by uid 500); 17 Apr 2009 15:10:16 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xindice-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 44533 invoked by uid 99); 17 Apr 2009 15:10:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Apr 2009 15:10:16 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO qw-out-1920.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Apr 2009 15:10:06 +0000 Received: by qw-out-1920.google.com with SMTP id 9so214234qwj.28 for <[email protected]>; Fri, 17 Apr 2009 08:09:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=HeQw/AwvKfZZGCUCNKLtwjdVyNGNycwPz3laOosEMHc=; b=BI2EnJ+1acj8y5Jm11q2wF0HabPi4UcOJYeePCLUFkJKXRB9V+zPVPwHpUw6tLH3kt dGcRofD553kaPfrw7hvy6w1IOW+uWxE3kB0rus0bhHNniRN9tb9yXTBa11tcp1WHxxI8 5yQVJkaywuQgUTrSfbD+EZT4kdGk5Tx5ur6zk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=SS2dd9Ee0VzCL40mSZraIwWKxXZkcD87kLikPDy9YSSQnLESEPsq8zfYur9OA5d9zM T6mpTm0XgswlbVn2A+41vGOZR4e2uapQuticlnMKaeFZht9j2NBnVJUY+jHJ+ra52FP2 PI5B8TlzILrHYBZGH0QtrpnJBrJlWpWBMxlWs= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id b14mr3031644vcn.35.1239980985245; Fri, 17 Apr 2009 08:09:45 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> From: Natalia Shilenkova <[email protected]> Date: Fri, 17 Apr 2009 11:09:13 -0400 Message-ID: <[email protected]> Subject: Re: xindice_rebuild - file size vastly multiplied To: [email protected] Content-Type: multipart/mixed; boundary=0016e64ea81e276ba10467c192b9 X-Virus-Checked: Checked by ClamAV on apache.org --0016e64ea81e276ba10467c192b9 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Thu, Apr 16, 2009 at 3:32 PM, OKO <[email protected]> wrote: [snip] > > The "1.1" vs "1.0" expansion factor is much larger for the case of > collections with few and small files (factor 350) , than for many and sma= ll > files (factor 25). > > But nevertheless, I wonder for what kind of databases 1.1 would beat 1.0 > from a *size* point of view. Maybe comparing processing speed of "1.1" vs > "1.0" would give a different picture, but at the moment I have no numbers= to > offer in that respect. Here is the deal: database format between 1.0 and 1.1 hasn't changed, except some bugs in index files were fixed and the collection files are now created properly, which in your case, unfortunately, means they take a lot more space than before. The reason is that default size is intended for bigger collections with many documents. The database you tried to rebuild is the corner case however, with several collections that only have a single document each, so default size settings are way too large. But this is only the default setting and it can be change to more suitable number. This way, 1.1 database should take about the same amount of space as the existing database. > By the way, I do not have any very large documents in the database, so I > have no idea how "1.1" compares to "1.0" for such beasts. > > And the 64,000 $ question is, of course, what means are available to > decrease disk space footprint of the "1.1" =A0database? The following steps can help to reduce database size: 1. Meta collections can be turned off. The setting is in the config/system.xml file (In Xindice 1.1 directory). In the following line: <root-collection dbroot=3D"./db/" name=3D"db" use-metadata=3D"on"> change use-metadata=3D"off". This will make all Meta collections go away. 2. Initial collection size can be adjusted (here I assume that all the collections use default BTreeFiler to store data, HashFiler is somewhat different beast). When creating a collection it can be given a configuration to specify pagecount setting that directly affect initial collection size: <collection compressed=3D"true" inline-metadata=3D"true" name=3D"test"> <filer class=3D"org.apache.xindice.core.filer.BTreeFiler" pagecount=3D"16= " /> </collection> When creating collection from command-line tool, this setting can be specified with --pagecount parameter: bin\xindice ac -c /db -n test --pagecount 16 The "perfect" value for pagecount depends on size and amount of documents in a collection. For collections that have documents added and modified often it should be picked based on how much data is expected to be stored in the collection, but in any case it only sets initial size, so collection file will grow when it is too small to hold new data. In your case, when a collection has only one small document and this situation is not expected to change, pagecount may very well be set to 1. Now back to data migration... I made some changes to xindice_rebuild to add optional pagecount parameter that will overwrite original collection setting. If you have source version of Xindice download, please save attached file to <xindice directory>\java\src\org\apache\xindice\tools\DatabaseRebuild.java and run build.bat or build.sh depending on your OS. After that, you can try to rebuild database again using optional parameter: bin\xindice_rebuild.bat rebuild db -p 1 If you have binary version of Xindice download instead, please let me know, I'll see what can be done for that. Alternatively, collections can be rebuilt manually, by exporting documents, creating new collections using command-line tool with the option "--pagecount 1" and importing documents into new collections. Let me know if something doesn't work for you. Natalia --0016e64ea81e276ba10467c192b9 Content-Type: application/octet-stream; name="DatabaseRebuild.java" Content-Disposition: attachment; filename="DatabaseRebuild.java" Content-Transfer-Encoding: base64 X-Attachment-Id: f_ftn09hca0 LyoKICogTGljZW5zZWQgdG8gdGhlIEFwYWNoZSBTb2Z0d2FyZSBGb3VuZGF0aW9uIChBU0YpIHVu ZGVyIG9uZSBvciBtb3JlCiAqIGNvbnRyaWJ1dG9yIGxpY2Vuc2UgYWdyZWVtZW50cy4gIFNlZSB0 aGUgTk9USUNFIGZpbGUgZGlzdHJpYnV0ZWQgd2l0aAogKiB0aGlzIHdvcmsgZm9yIGFkZGl0aW9u YWwgaW5mb3JtYXRpb24gcmVnYXJkaW5nIGNvcHlyaWdodCBvd25lcnNoaXAuCiAqIFRoZSBBU0Yg bGljZW5zZXMgdGhpcyBmaWxlIHRvIFlvdSB1bmRlciB0aGUgQXBhY2hlIExpY2Vuc2UsIFZlcnNp b24gMi4wCiAqICh0aGUgIkxpY2Vuc2UiKTsgeW91IG1heSBub3QgdXNlIHRoaXMgZmlsZSBleGNl cHQgaW4gY29tcGxpYW5jZSB3aXRoCiAqIHRoZSBMaWNlbnNlLiAgWW91IG1heSBvYnRhaW4gYSBj b3B5IG9mIHRoZSBMaWNlbnNlIGF0CiAqCiAqICAgICBodHRwOi8vd3d3LmFwYWNoZS5vcmcvbGlj ZW5zZXMvTElDRU5TRS0yLjAKICoKICogVW5sZXNzIHJlcXVpcmVkIGJ5IGFwcGxpY2FibGUgbGF3 IG9yIGFncmVlZCB0byBpbiB3cml0aW5nLCBzb2Z0d2FyZQogKiBkaXN0cmlidXRlZCB1bmRlciB0 aGUgTGljZW5zZSBpcyBkaXN0cmlidXRlZCBvbiBhbiAiQVMgSVMiIEJBU0lTLAogKiBXSVRIT1VU IFdBUlJBTlRJRVMgT1IgQ09ORElUSU9OUyBPRiBBTlkgS0lORCwgZWl0aGVyIGV4cHJlc3Mgb3Ig aW1wbGllZC4KICogU2VlIHRoZSBMaWNlbnNlIGZvciB0aGUgc3BlY2lmaWMgbGFuZ3VhZ2UgZ292 ZXJuaW5nIHBlcm1pc3Npb25zIGFuZAogKiBsaW1pdGF0aW9ucyB1bmRlciB0aGUgTGljZW5zZS4K ICoKICogJElkOiBEYXRhYmFzZVJlYnVpbGQuamF2YSA1MzMyNTMgMjAwNy0wNC0yNyAyMzoxMjox MlogdmdyaXRzZW5rbyAkCiAqLwoKcGFja2FnZSBvcmcuYXBhY2hlLnhpbmRpY2UudG9vbHM7Cgpp bXBvcnQgb3JnLmFwYWNoZS5jb21tb25zLmxvZ2dpbmcuTG9nOwppbXBvcnQgb3JnLmFwYWNoZS5j b21tb25zLmxvZ2dpbmcuTG9nRmFjdG9yeTsKaW1wb3J0IG9yZy5hcGFjaGUueGluZGljZS5jb3Jl LkNvbGxlY3Rpb247CmltcG9ydCBvcmcuYXBhY2hlLnhpbmRpY2UuY29yZS5EQkV4Y2VwdGlvbjsK aW1wb3J0IG9yZy5hcGFjaGUueGluZGljZS5jb3JlLkRhdGFiYXNlOwppbXBvcnQgb3JnLmFwYWNo ZS54aW5kaWNlLmNvcmUuZGF0YS5LZXk7CmltcG9ydCBvcmcuYXBhY2hlLnhpbmRpY2UuY29yZS5k YXRhLlZhbHVlOwppbXBvcnQgb3JnLmFwYWNoZS54aW5kaWNlLmNvcmUuZmlsZXIuQlRyZWVDYWxs YmFjazsKaW1wb3J0IG9yZy5hcGFjaGUueGluZGljZS5jb3JlLmZpbGVyLkJUcmVlRXhjZXB0aW9u OwppbXBvcnQgb3JnLmFwYWNoZS54aW5kaWNlLmNvcmUuZmlsZXIuQlRyZWVGaWxlcjsKaW1wb3J0 IG9yZy5hcGFjaGUueGluZGljZS5jb3JlLmZpbGVyLkZpbGVyOwppbXBvcnQgb3JnLmFwYWNoZS54 aW5kaWNlLmNvcmUuZmlsZXIuSGFzaEZpbGVyOwppbXBvcnQgb3JnLmFwYWNoZS54aW5kaWNlLmNv cmUuaW5kZXhlci5JbmRleGVyOwppbXBvcnQgb3JnLmFwYWNoZS54aW5kaWNlLnV0aWwuQ29uZmln dXJhdGlvbjsKaW1wb3J0IG9yZy5hcGFjaGUueGluZGljZS51dGlsLlhpbmRpY2VFeGNlcHRpb247 CmltcG9ydCBvcmcuYXBhY2hlLnhpbmRpY2UudXRpbC5SZWFkT25seUV4Y2VwdGlvbjsKaW1wb3J0 IG9yZy5hcGFjaGUueGluZGljZS54bWwuZG9tLkRPTVBhcnNlcjsKaW1wb3J0IG9yZy5hcGFjaGUu eGluZGljZS5zZXJ2ZXIuWGluZGljZTsKCmltcG9ydCBqYXZhLmlvLkZpbGU7CmltcG9ydCBqYXZh LmlvLklPRXhjZXB0aW9uOwoKLyoqCiAqIENvbW1hbmQgbGluZSB1dGlsaXR5IHRvIHJlLWJ1aWxk IGFsbCBidHJlZSBhbmQgaGFzaCBmaWxlciBiYXNlZCBjb2xsZWN0aW9ucwogKiBvZiB0aGUgZGF0 YWJhc2UsIGFuZCByZS1pbmRleC4KICoKICogQHZlcnNpb24gJFJldmlzaW9uOiA1MzMyNTMgJCwg JERhdGU6IDIwMDctMDQtMjcgMTk6MTI6MTIgLTA0MDAgKEZyaSwgMjcgQXByIDIwMDcpICQKICov CnB1YmxpYyBjbGFzcyBEYXRhYmFzZVJlYnVpbGQgewoKICAgIHByaXZhdGUgc3RhdGljIGZpbmFs IExvZyBsb2cgPSBMb2dGYWN0b3J5LmdldExvZyhEYXRhYmFzZVJlYnVpbGQuY2xhc3MpOwoKICAg IHByaXZhdGUgc3RhdGljIGZpbmFsIGludCBDTURfQUxMICAgPSAwOwogICAgcHJpdmF0ZSBzdGF0 aWMgZmluYWwgaW50IENNRF9DT1BZICA9IDE7CiAgICBwcml2YXRlIHN0YXRpYyBmaW5hbCBpbnQg Q01EX0lOREVYID0gMjsKCiAgICBwcml2YXRlIHN0YXRpYyBmaW5hbCBjaGFyIE5PVF9SQU4gPSAn Xyc7CiAgICBwcml2YXRlIHN0YXRpYyBmaW5hbCBjaGFyIFNVQ0NFU1MgPSAnKic7CiAgICBwcml2 YXRlIHN0YXRpYyBmaW5hbCBjaGFyIEVSUk9SICAgPSAnISc7CgogICAgcHJpdmF0ZSBzdGF0aWMg aW50IHBhZ2VDb3VudCA9IC0xOwoKICAgIHB1YmxpYyBzdGF0aWMgdm9pZCBtYWluKFN0cmluZ1td IGFyZ3MpIHRocm93cyBFeGNlcHRpb24gewogICAgICAgIGlmIChhcmdzLmxlbmd0aCA8IDIgfHwg YXJnc1sxXSA9PSBudWxsIHx8IGFyZ3NbMV0ubGVuZ3RoKCkgPT0gMCB8fAogICAgICAgICAgICAh KCJjb3B5Ii5lcXVhbHMoYXJnc1swXSkgfHwgImluZGV4Ii5lcXVhbHMoYXJnc1swXSkgfHwgInJl YnVpbGQiLmVxdWFscyhhcmdzWzBdKSkpIHsKICAgICAgICAgICAgdXNhZ2UoKTsKICAgICAgICAg ICAgU3lzdGVtLmV4aXQoMSk7CiAgICAgICAgfQoKICAgICAgICBpbnQgY29tbWFuZDsKICAgICAg ICBpZiAoImNvcHkiLmVxdWFscyhhcmdzWzBdKSkgewogICAgICAgICAgICBjb21tYW5kID0gQ01E X0NPUFk7CiAgICAgICAgfSBlbHNlIGlmICgiaW5kZXgiLmVxdWFscyhhcmdzWzBdKSkgewogICAg ICAgICAgICBjb21tYW5kID0gQ01EX0lOREVYOwogICAgICAgIH0gZWxzZSB7CiAgICAgICAgICAg IGNvbW1hbmQgPSBDTURfQUxMOwogICAgICAgIH0KCiAgICAgICAgaWYgKGFyZ3MubGVuZ3RoID4g MikgewogICAgICAgICAgICBpZiAoISgiLXAiLmVxdWFscyhhcmdzWzJdKSkgfHwgYXJncy5sZW5n dGggPCA0KSB7CiAgICAgICAgICAgICAgICB1c2FnZSgpOwogICAgICAgICAgICAgICAgU3lzdGVt LmV4aXQoMSk7CiAgICAgICAgICAgIH0KICAgICAgICAgICAgdHJ5IHsKICAgICAgICAgICAgICAg IHBhZ2VDb3VudCA9IEludGVnZXIucGFyc2VJbnQoYXJnc1szXSk7CiAgICAgICAgICAgIH0gY2F0 Y2ggKE51bWJlckZvcm1hdEV4Y2VwdGlvbiBlKSB7CiAgICAgICAgICAgICAgICB1c2FnZSgpOwog ICAgICAgICAgICAgICAgU3lzdGVtLmV4aXQoMSk7CiAgICAgICAgICAgIH0KICAgICAgICB9Cgog ICAgICAgIEZpbGUgbG9jYXRpb24gPSBuZXcgRmlsZShhcmdzWzFdKTsKICAgICAgICBTdHJpbmcg cGF0aCA9IGxvY2F0aW9uLmdldEFic29sdXRlUGF0aCgpOwogICAgICAgIFN0cmluZyBuYW1lID0g bG9jYXRpb24uZ2V0TmFtZSgpOwoKICAgICAgICBpZiAoIiIuZXF1YWxzKG5hbWUpIHx8ICFsb2Nh dGlvbi5leGlzdHMoKSB8fCAhbG9jYXRpb24uaXNEaXJlY3RvcnkoKSkgewogICAgICAgICAgICBT eXN0ZW0ub3V0LnByaW50bG4oIkRhdGFiYXNlIHBhdGggbXVzdCBwb2ludCB0byBleGlzdGluZyBk YXRhYmFzZSBkaXJlY3RvcnkiKTsKICAgICAgICAgICAgU3lzdGVtLmV4aXQoMSk7CiAgICAgICAg fQoKICAgICAgICAvLyBjcmVhdGUgbWluaW1hbCBkYXRhYmFzZSBjb25maWd1cmF0aW9uIGluc3Rl YWQgb2YgdHJ5aW5nIHRvIGxvY2F0ZSBzeXN0ZW0ueG1sCiAgICAgICAgU3RyaW5nIGNvbmZpZyA9 ICI8cm9vdC1jb2xsZWN0aW9uIGRicm9vdD0nIiArIHBhdGggKyAiLycgbmFtZT0nIiArIG5hbWUg KyAiJy8+IjsKICAgICAgICBEYXRhYmFzZSBkYiA9IG5ldyBEYXRhYmFzZSgpOwoKICAgICAgICBi b29sZWFuIHN1Y2Nlc3MgPSB0cnVlOwogICAgICAgIHRyeSB7CiAgICAgICAgICAgIFN5c3RlbS5v dXQucHJpbnRsbigiUHJvY2Vzc2luZyBkYXRhYmFzZSAiICsgcGF0aCk7CiAgICAgICAgICAgIFN5 c3RlbS5vdXQucHJpbnRsbigpOwogICAgICAgICAgICBTeXN0ZW0ub3V0LnByaW50bG4oIkRJXHRD b2xsZWN0aW9uIG5hbWUiKTsKCiAgICAgICAgICAgIGRiLnNldENvbmZpZyhuZXcgQ29uZmlndXJh dGlvbihET01QYXJzZXIudG9Eb2N1bWVudChjb25maWcpKSk7CgogICAgICAgICAgICBpZiAobG9n LmlzSW5mb0VuYWJsZWQoKSkgewogICAgICAgICAgICAgICAgbG9nLmluZm8oIlJlYnVpbGRpbmcg Y29sbGVjdGlvbnMuLi4iKTsKICAgICAgICAgICAgfQogICAgICAgICAgICBzdWNjZXNzID0gcHJv Y2Vzc0NvbGxlY3Rpb24oZGIsIGNvbW1hbmQpOwogICAgICAgIH0gZmluYWxseSB7CiAgICAgICAg ICAgIGRiLmNsb3NlKCk7CgogICAgICAgICAgICBTeXN0ZW0ub3V0LnByaW50bG4oKTsKICAgICAg ICAgICAgU3lzdGVtLm91dC5wcmludGxuKCJMZWdlbmQ6Iik7CiAgICAgICAgICAgIFN5c3RlbS5v dXQucHJpbnRsbigiICAgIEQgRGF0YSBmaWxlIik7CiAgICAgICAgICAgIFN5c3RlbS5vdXQucHJp bnRsbigiICAgIEkgSW5kZXggZmlsZXMiKTsKICAgICAgICAgICAgU3lzdGVtLm91dC5wcmludGxu KCIgICAgXyBGaWxlIHdhcyBza2lwcGVkIik7CiAgICAgICAgICAgIFN5c3RlbS5vdXQucHJpbnRs bigiICAgICogRmlsZSB3YXMgcHJvY2Vzc2VkIHN1Y2Nlc3NmdWx5Iik7CiAgICAgICAgICAgIFN5 c3RlbS5vdXQucHJpbnRsbigiICAgICEgRmlsZSBwcm9jZXNzaW5nIGZhaWxlZCIpOwoKICAgICAg ICAgICAgU3lzdGVtLm91dC5wcmludGxuKCk7CiAgICAgICAgICAgIGlmIChzdWNjZXNzKSB7CiAg ICAgICAgICAgICAgICBTeXN0ZW0ub3V0LnByaW50bG4oIlJlYnVpbGRpbmcgZGF0YWJhc2Ugd2Fz IHN1Y2Nlc3NmdWxsLiIpOwogICAgICAgICAgICB9IGVsc2UgewogICAgICAgICAgICAgICAgU3lz dGVtLm91dC5wcmludGxuKCJSZWJ1aWxkaW5nIGRhdGFiYXNlIGZhaWxlZC4gUGxlYXNlIGNoZWNr IGxvZ3MgZm9yIG1vcmUgZGV0YWlsLiIpOwogICAgICAgICAgICB9CgogICAgICAgICAgICBTeXN0 ZW0uZXhpdChzdWNjZXNzID8gMCA6IDIpOwogICAgICAgIH0KCiAgICB9CgogICAgcHJpdmF0ZSBz dGF0aWMgdm9pZCB1c2FnZSgpIHsKICAgICAgICBTeXN0ZW0ub3V0LnByaW50bG4oIlhpbmRpY2Ug IiArIFhpbmRpY2UuVmVyc2lvbiArICIgRGF0YWJhc2UgUmVidWlsZCBVdGlsaXR5Iik7CiAgICAg ICAgU3lzdGVtLm91dC5wcmludGxuKCJVc2FnZToiKTsKICAgICAgICBTeXN0ZW0ub3V0LnByaW50 bG4oIiAgICB4aW5kaWNlX3JlYnVpbGQgY29weSAgICA8ZGIgbG9jYXRpb24+IFstcCA8cGFnZWNv dW50Pl0iKTsKICAgICAgICBTeXN0ZW0ub3V0LnByaW50bG4oIiAgICB4aW5kaWNlX3JlYnVpbGQg aW5kZXggICA8ZGIgbG9jYXRpb24+Iik7CiAgICAgICAgU3lzdGVtLm91dC5wcmludGxuKCIgICAg eGluZGljZV9yZWJ1aWxkIHJlYnVpbGQgPGRiIGxvY2F0aW9uPiBbLXAgPHBhZ2Vjb3VudD5dIik7 CiAgICAgICAgU3lzdGVtLm91dC5wcmludGxuKCk7CiAgICAgICAgU3lzdGVtLm91dC5wcmludGxu KCJEQiBMb2NhdGlvbiBzaG91bGQgcG9pbnQgdG8gdGhlIGRpcmVjdG9yeSBjb250YWluaW5nIFhp bmRpY2UgZGF0YWJhc2UgZmlsZXMuIik7CiAgICAgICAgU3lzdGVtLm91dC5wcmludGxuKCk7CiAg ICAgICAgU3lzdGVtLm91dC5wcmludGxuKCJJbXBvcnRhbnQ6IFNodXRkb3duIGFuZCBiYWNrdXAg ZGF0YWJhc2UgYmVmb3JlIHByb2NlZWRpbmchIik7CiAgICAgICAgU3lzdGVtLm91dC5wcmludGxu KCk7CiAgICB9CgogICAgcHJpdmF0ZSBzdGF0aWMgYm9vbGVhbiBwcm9jZXNzQ29sbGVjdGlvbihD b2xsZWN0aW9uIGNvbCwgaW50IGNvbW1hbmQpIHsKICAgICAgICBTdHJpbmcgbmFtZSA9IGNvbC5n ZXRDYW5vbmljYWxOYW1lKCk7CiAgICAgICAgYm9vbGVhbiBzdGF0dXM7CgogICAgICAgIHRyeSB7 CiAgICAgICAgICAgIGlmIChsb2cuaXNJbmZvRW5hYmxlZCgpKSB7CiAgICAgICAgICAgICAgICBs b2cuaW5mbygiUHJvY2Vzc2luZyBjb2xsZWN0aW9uICIgKyBuYW1lKTsKICAgICAgICAgICAgfQoK ICAgICAgICAgICAgY2hhciBjb3B5ID0gTk9UX1JBTjsKICAgICAgICAgICAgY2hhciBpbmRleCA9 IE5PVF9SQU47CiAgICAgICAgICAgIHN3aXRjaCAoY29tbWFuZCkgewogICAgICAgICAgICAgICAg Y2FzZSBDTURfQ09QWToKICAgICAgICAgICAgICAgICAgICBzdGF0dXMgPSByZWJ1aWxkQ29sbGVj dGlvbihjb2wpOwogICAgICAgICAgICAgICAgICAgIGNvcHkgPSBzdGF0dXMgPyBTVUNDRVNTIDog RVJST1I7CiAgICAgICAgICAgICAgICAgICAgYnJlYWs7CgogICAgICAgICAgICAgICAgY2FzZSBD TURfSU5ERVg6CiAgICAgICAgICAgICAgICAgICAgc3RhdHVzID0gcmVidWlsZEluZGV4KGNvbCk7 CiAgICAgICAgICAgICAgICAgICAgaW5kZXggPSBzdGF0dXMgPyBTVUNDRVNTIDogRVJST1I7CiAg ICAgICAgICAgICAgICAgICAgYnJlYWs7CiAgICAgICAgICAgICAgICBkZWZhdWx0OgogICAgICAg ICAgICAgICAgICAgIHN0YXR1cyA9IHJlYnVpbGRDb2xsZWN0aW9uKGNvbCk7CiAgICAgICAgICAg ICAgICAgICAgY29weSA9IHN0YXR1cyA/IFNVQ0NFU1MgOiBFUlJPUjsKICAgICAgICAgICAgICAg ICAgICBpZiAoc3RhdHVzKSB7CiAgICAgICAgICAgICAgICAgICAgICAgIHN0YXR1cyA9IHJlYnVp bGRJbmRleChjb2wpOwogICAgICAgICAgICAgICAgICAgICAgICBpbmRleCA9IHN0YXR1cyA/IFNV Q0NFU1MgOiBFUlJPUjsKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICAgICAg YnJlYWs7CiAgICAgICAgICAgIH0KCiAgICAgICAgICAgIFN5c3RlbS5vdXQucHJpbnRsbihTdHJp bmcudmFsdWVPZihjb3B5KSArIFN0cmluZy52YWx1ZU9mKGluZGV4KSArICJcdCIgKyBuYW1lKTsK CiAgICAgICAgICAgIFN0cmluZ1tdIGNvbE5hbWVzID0gY29sLmxpc3RDb2xsZWN0aW9ucygpOwog ICAgICAgICAgICBmb3IgKGludCBpID0gMDsgaSA8IGNvbE5hbWVzLmxlbmd0aDsgaSsrKSB7CiAg ICAgICAgICAgICAgICBib29sZWFuIHJlc3VsdCA9IHByb2Nlc3NDb2xsZWN0aW9uKGNvbC5nZXRD b2xsZWN0aW9uKGNvbE5hbWVzW2ldKSwgY29tbWFuZCk7CiAgICAgICAgICAgICAgICBzdGF0dXMg PSBzdGF0dXMgJiYgcmVzdWx0OwogICAgICAgICAgICB9CiAgICAgICAgfSBjYXRjaCAoREJFeGNl cHRpb24gZSkgewogICAgICAgICAgICBsb2cuZXJyb3IoIkdvdCBhbiBleGNlcHRpb24gd2hlbiBw cm9jZXNzaW5nIGNvbGxlY3Rpb24gIiArIG5hbWUsIGUpOwoKICAgICAgICAgICAgcmV0dXJuIGZh bHNlOwogICAgICAgIH0KCiAgICAgICAgcmV0dXJuIHN0YXR1czsKICAgIH0KCiAgICBwcml2YXRl IHN0YXRpYyBib29sZWFuIHJlYnVpbGRDb2xsZWN0aW9uKENvbGxlY3Rpb24gY29sKSB7CiAgICAg ICAgU3RyaW5nIGNhbm9uaWNhbE5hbWUgPSBjb2wuZ2V0Q2Fub25pY2FsTmFtZSgpOwoKICAgICAg ICAvLyBjbG9zZSBjb2xsZWN0aW9uJ3MgZmlsZXIKICAgICAgICB0cnkgewogICAgICAgICAgICBp ZiAoY29sLmdldEZpbGVyKCkgIT0gbnVsbCkgewogICAgICAgICAgICAgICAgY29sLmdldEZpbGVy KCkuY2xvc2UoKTsKICAgICAgICAgICAgfQogICAgICAgIH0gY2F0Y2ggKERCRXhjZXB0aW9uIGUp IHsKICAgICAgICAgICAgbG9nLmVycm9yKCJDb3VsZCBub3QgY2xvc2UgZmlsZXIgZm9yIGNvbGxl Y3Rpb24gIiArIGNhbm9uaWNhbE5hbWUsIGUpOwogICAgICAgICAgICByZXR1cm4gZmFsc2U7CiAg ICAgICAgfQoKICAgICAgICAvLyBwcmVwYXJlCiAgICAgICAgRmlsZXIgaXRzRmlsZXIgPSBjb2wu Z2V0RmlsZXIoKTsKICAgICAgICBGaWxlckNvcHkgb2xkRmlsZXI7CiAgICAgICAgRmlsZXJDb3B5 IG5ld0ZpbGVyOwogICAgICAgIGlmIChpdHNGaWxlciA9PSBudWxsKSB7CiAgICAgICAgICAgIGlm IChsb2cuaXNJbmZvRW5hYmxlZCgpKSB7CiAgICAgICAgICAgICAgICBsb2cuaW5mbygiQ29sbGVj dGlvbiAiICsgY29sLmdldENhbm9uaWNhbE5hbWUoKSArICIgaGFzIG5vIGZpbGVyLiBTa2lwcGlu Zy4uLiIpOwogICAgICAgICAgICB9CgogICAgICAgICAgICByZXR1cm4gdHJ1ZTsKICAgICAgICB9 IGlmIChpdHNGaWxlciBpbnN0YW5jZW9mIEJUcmVlRmlsZXIpIHsKICAgICAgICAgICAgb2xkRmls ZXIgPSBuZXcgQlRyZWVDb3B5KCk7CiAgICAgICAgICAgIG5ld0ZpbGVyID0gbmV3IEJUcmVlQ29w eSgpOwogICAgICAgIH0gZWxzZSBpZiAoaXRzRmlsZXIgaW5zdGFuY2VvZiBIYXNoRmlsZXIpIHsK ICAgICAgICAgICAgb2xkRmlsZXIgPSBuZXcgSGFzaENvcHkoKTsKICAgICAgICAgICAgbmV3Rmls ZXIgPSBuZXcgSGFzaENvcHkoKTsKICAgICAgICB9IGVsc2UgewogICAgICAgICAgICBpZiAobG9n LmlzSW5mb0VuYWJsZWQoKSkgewogICAgICAgICAgICAgICAgbG9nLmluZm8oIkNvbGxlY3Rpb24g IiArIGNvbC5nZXRDYW5vbmljYWxOYW1lKCkgKyAiIGhhcyB1bnJlY29nbml6ZWQgZmlsZXIgJyIg KyBpdHNGaWxlci5nZXRDbGFzcygpLmdldE5hbWUoKSArICInLiBTa2lwcGluZy4uLiIpOwogICAg ICAgICAgICB9CgogICAgICAgICAgICByZXR1cm4gdHJ1ZTsKICAgICAgICB9CgogICAgICAgIFN0 cmluZyBvbGRGaWxlTmFtZTsKICAgICAgICBTdHJpbmcgbmV3RmlsZU5hbWU7CiAgICAgICAgdHJ5 IHsKICAgICAgICAgICAgb2xkRmlsZXIuc2V0TG9jYXRpb24oY29sLmdldENvbGxlY3Rpb25Sb290 KCksIGNvbC5nZXROYW1lKCkpOwogICAgICAgICAgICBvbGRGaWxlci5zZXRDb25maWcoY29sLmdl dEZpbGVyKCkuZ2V0Q29uZmlnKCkpOwogICAgICAgICAgICBvbGRGaWxlTmFtZSA9IG9sZEZpbGVy LmdldEZpbGVyRmlsZSgpLmdldEFic29sdXRlUGF0aCgpOwogICAgICAgICAgICBpZiAoIW9sZEZp bGVyLmV4aXN0cygpKSB7CiAgICAgICAgICAgICAgICBsb2cuZXJyb3IoIkZpbGVyIGZvciAiICsg b2xkRmlsZU5hbWUgKyAiIGRvZXMgbm90IGV4aXN0cyIpOwogICAgICAgICAgICAgICAgcmV0dXJu IGZhbHNlOwogICAgICAgICAgICB9CgogICAgICAgICAgICBuZXdGaWxlci5zZXRMb2NhdGlvbihj b2wuZ2V0Q29sbGVjdGlvblJvb3QoKSwgY29sLmdldE5hbWUoKSArICIucmVidWlsZCIpOwogICAg ICAgICAgICBuZXdGaWxlci5zZXRDb25maWcoY29sLmdldEZpbGVyKCkuZ2V0Q29uZmlnKCksIHBh Z2VDb3VudCk7CiAgICAgICAgICAgIG5ld0ZpbGVOYW1lID0gbmV3RmlsZXIuZ2V0RmlsZXJGaWxl KCkuZ2V0QWJzb2x1dGVQYXRoKCk7CiAgICAgICAgICAgIGlmIChuZXdGaWxlci5leGlzdHMoKSkg ewogICAgICAgICAgICAgICAgbG9nLmVycm9yKCJGaWxlciBmb3IgIiArIG5ld0ZpbGVOYW1lICsg IiBhbHJlYWR5IGV4aXN0cyIpOwogICAgICAgICAgICAgICAgcmV0dXJuIGZhbHNlOwogICAgICAg ICAgICB9CiAgICAgICAgfSBjYXRjaCAoWGluZGljZUV4Y2VwdGlvbiBlKSB7CiAgICAgICAgICAg IGxvZy5lcnJvcigiR290IGFuIGV4Y2VwdGlvbiB3aGVuIHByZXBhcmluZyB0byByZWJ1aWxkICIg KyBjYW5vbmljYWxOYW1lLCBlKTsKICAgICAgICAgICAgcmV0dXJuIGZhbHNlOwogICAgICAgIH0K CiAgICAgICAgLy8gY29weQogICAgICAgIGlmICghY29weShvbGRGaWxlciwgbmV3RmlsZXIsIGNh bm9uaWNhbE5hbWUpKSB7CiAgICAgICAgICAgIG5ld0ZpbGVyLmRlbGV0ZUZpbGUoKTsKICAgICAg ICAgICAgcmV0dXJuIGZhbHNlOwogICAgICAgIH0KCiAgICAgICAgb2xkRmlsZXIuZGVsZXRlRmls ZSgpOwogICAgICAgIGlmICghbmV3RmlsZXIuZ2V0RmlsZXJGaWxlKCkucmVuYW1lVG8ob2xkRmls ZXIuZ2V0RmlsZXJGaWxlKCkpKSB7CiAgICAgICAgICAgIGxvZy5lcnJvcigiQ291bGQgbm90IHJl bmFtZSBzdWNjZXNzZnVsbHkgcmVidWlsdCBmaWxlICIgKyBuZXdGaWxlTmFtZSArICIgdG8gIiAr IG9sZEZpbGVOYW1lKTsKICAgICAgICAgICAgcmV0dXJuIGZhbHNlOwogICAgICAgIH0KCiAgICAg ICAgdHJ5IHsKICAgICAgICAgICAgY29sLmdldEZpbGVyKCkub3BlbigpOwogICAgICAgIH0gY2F0 Y2ggKERCRXhjZXB0aW9uIGUpIHsKICAgICAgICAgICAgbG9nLmVycm9yKCJDb3VsZCBub3Qgb3Bl biBuZXcgZmlsZSAiICsgb2xkRmlsZU5hbWUsIGUpOwogICAgICAgICAgICByZXR1cm4gZmFsc2U7 CiAgICAgICAgfQoKICAgICAgICByZXR1cm4gdHJ1ZTsKICAgIH0KCiAgICBwcml2YXRlIHN0YXRp YyBib29sZWFuIGNvcHkoRmlsZXJDb3B5IG9sZEZpbGVyLCBGaWxlckNvcHkgbmV3RmlsZXIsIFN0 cmluZyBjYW5vbmljYWxOYW1lKSB7CiAgICAgICAgdHJ5IHsKICAgICAgICAgICAgbmV3RmlsZXIu Y3JlYXRlKCk7CiAgICAgICAgICAgIG9sZEZpbGVyLm9wZW4oKTsKICAgICAgICAgICAgbmV3Rmls ZXIub3BlbigpOwogICAgICAgICAgICBvbGRGaWxlci5jb3B5KG5ld0ZpbGVyKTsKICAgICAgICB9 IGNhdGNoIChFeGNlcHRpb24gZSkgewogICAgICAgICAgICBsb2cuZXJyb3IoIkVycm9yIGNvcHlp bmcgY29sbGVjdGlvbiAiICsgY2Fub25pY2FsTmFtZSwgZSk7CiAgICAgICAgICAgIHJldHVybiBm YWxzZTsKICAgICAgICB9IGZpbmFsbHkgewogICAgICAgICAgICB0cnkgewogICAgICAgICAgICAg ICAgb2xkRmlsZXIuY2xvc2UoKTsKICAgICAgICAgICAgfSBjYXRjaCAoREJFeGNlcHRpb24gZSkg ewogICAgICAgICAgICAgICAgaWYgKGxvZy5pc1dhcm5FbmFibGVkKCkpIGxvZy53YXJuKGUpOwog ICAgICAgICAgICB9CiAgICAgICAgICAgIHRyeSB7CiAgICAgICAgICAgICAgICBuZXdGaWxlci5j bG9zZSgpOwogICAgICAgICAgICB9IGNhdGNoIChEQkV4Y2VwdGlvbiBlKSB7CiAgICAgICAgICAg ICAgICBpZiAobG9nLmlzV2FybkVuYWJsZWQoKSkgbG9nLndhcm4oZSk7CiAgICAgICAgICAgIH0K ICAgICAgICB9CgogICAgICAgIHJldHVybiB0cnVlOwogICAgfQoKICAgIHByaXZhdGUgc3RhdGlj IGJvb2xlYW4gcmVidWlsZEluZGV4KENvbGxlY3Rpb24gY29sKSB7CiAgICAgICAgaWYgKGNvbC5n ZXRGaWxlcigpID09IG51bGwpIHsKICAgICAgICAgICAgcmV0dXJuIHRydWU7CiAgICAgICAgfQoK ICAgICAgICB0cnkgewogICAgICAgICAgICBTdHJpbmdbXSBsaXN0ID0gY29sLmxpc3RJbmRleGVy cygpOwogICAgICAgICAgICBmb3IgKGludCBpID0gMDsgaSA8IGxpc3QubGVuZ3RoOyBpKyspIHsK ICAgICAgICAgICAgICAgIEluZGV4ZXIgaWR4ID0gY29sLmdldEluZGV4ZXIobGlzdFtpXSk7CiAg ICAgICAgICAgICAgICBDb25maWd1cmF0aW9uIGlkeENvbmYgPSBpZHguZ2V0Q29uZmlnKCk7CiAg ICAgICAgICAgICAgICBpZiAobG9nLmlzSW5mb0VuYWJsZWQoKSkgewogICAgICAgICAgICAgICAg ICAgIGxvZy5pbmZvKCJSZWJ1aWxkaW5nIGluZGV4ICIgKyBsaXN0W2ldICsgIiBmb3IgY29sbGVj dGlvbiAiICsgY29sLmdldENhbm9uaWNhbE5hbWUoKSk7CiAgICAgICAgICAgICAgICB9CiAgICAg ICAgICAgICAgICBjb2wuZHJvcEluZGV4ZXIoaWR4KTsKICAgICAgICAgICAgICAgIGNvbC5jcmVh dGVJbmRleGVyKGlkeENvbmYpOwogICAgICAgICAgICB9CiAgICAgICAgfSBjYXRjaCAoREJFeGNl cHRpb24gZSkgewogICAgICAgICAgICBsb2cuZXJyb3IoIkNvdWxkIG5vdCByZWJ1aWxkIGluZGV4 IGZvciBjb2xsZWN0aW9uICIgKyBjb2wuZ2V0Q2Fub25pY2FsTmFtZSgpLCBlKTsKICAgICAgICAg ICAgcmV0dXJuIGZhbHNlOwogICAgICAgIH0KCiAgICAgICAgcmV0dXJuIHRydWU7CiAgICB9Cgog ICAgcHJpdmF0ZSBpbnRlcmZhY2UgRmlsZXJDb3B5IGV4dGVuZHMgRmlsZXIgewogICAgICAgIHB1 YmxpYyBWYWx1ZSBnZXRWYWx1ZShsb25nIHBvaW50ZXIpIHRocm93cyBJT0V4Y2VwdGlvbjsKCiAg ICAgICAgcHVibGljIHZvaWQgY29weShGaWxlciBuZXdGaWxlcikgdGhyb3dzIElPRXhjZXB0aW9u LCBEQkV4Y2VwdGlvbjsKCiAgICAgICAgcHVibGljIGJvb2xlYW4gZGVsZXRlRmlsZSgpOwoKICAg ICAgICBwdWJsaWMgRmlsZSBnZXRGaWxlckZpbGUoKTsKCiAgICAgICAgcHVibGljIHZvaWQgc2V0 Q29uZmlnKENvbmZpZ3VyYXRpb24gY29uZmlnLCBpbnQgcGFnZUNvdW50KTsKICAgIH0KCiAgICBw cml2YXRlIHN0YXRpYyBjbGFzcyBCVHJlZUNvcHkgZXh0ZW5kcyBCVHJlZUZpbGVyIGltcGxlbWVu dHMgRmlsZXJDb3B5IHsKICAgICAgICBwdWJsaWMgVmFsdWUgZ2V0VmFsdWUobG9uZyBwb2ludGVy KSB0aHJvd3MgSU9FeGNlcHRpb24gewogICAgICAgICAgICByZXR1cm4gc3VwZXIucmVhZFZhbHVl KHBvaW50ZXIpOwogICAgICAgIH0KCiAgICAgICAgcHVibGljIHZvaWQgY29weShGaWxlciBuZXdG aWxlcikgdGhyb3dzIElPRXhjZXB0aW9uLCBCVHJlZUV4Y2VwdGlvbiB7CiAgICAgICAgICAgIHF1 ZXJ5KG51bGwsIG5ldyBDb3B5Q2FsbGJhY2sodGhpcywgbmV3RmlsZXIpKTsKICAgICAgICB9Cgog ICAgICAgIHB1YmxpYyBib29sZWFuIGRlbGV0ZUZpbGUoKSB7CiAgICAgICAgICAgIHJldHVybiBn ZXRGaWxlKCkuZGVsZXRlKCk7CiAgICAgICAgfQoKICAgICAgICBwdWJsaWMgRmlsZSBnZXRGaWxl ckZpbGUoKSB7CiAgICAgICAgICAgIHJldHVybiBnZXRGaWxlKCk7CiAgICAgICAgfQoKICAgICAg ICBwdWJsaWMgdm9pZCBzZXRDb25maWcoQ29uZmlndXJhdGlvbiBjb25maWcsIGludCBwYWdlQ291 bnQpIHsKICAgICAgICAgICAgaWYgKHBhZ2VDb3VudCA+IDApIHsKICAgICAgICAgICAgICAgIHRy eSB7CiAgICAgICAgICAgICAgICAgICAgY29uZmlnLnNldEF0dHJpYnV0ZSgicGFnZWNvdW50Iiwg cGFnZUNvdW50KTsKICAgICAgICAgICAgICAgIH0gY2F0Y2ggKFJlYWRPbmx5RXhjZXB0aW9uIGUp IHsKICAgICAgICAgICAgICAgICAgICBsb2cuZXJyb3IoIkZhaWxlZCB0byBzZXQgY29uZmlndXJh dGlvbiBwYXJhbWV0ZXIgJ3BhZ2Vjb3VudCciKTsKICAgICAgICAgICAgICAgIH0KICAgICAgICAg ICAgfQoKICAgICAgICAgICAgc3VwZXIuc2V0Q29uZmlnKGNvbmZpZyk7CiAgICAgICAgfQogICAg fQoKICAgIHByaXZhdGUgc3RhdGljIGNsYXNzIEhhc2hDb3B5IGV4dGVuZHMgSGFzaEZpbGVyIGlt cGxlbWVudHMgRmlsZXJDb3B5IHsKICAgICAgICBwdWJsaWMgVmFsdWUgZ2V0VmFsdWUobG9uZyBw b2ludGVyKSB0aHJvd3MgSU9FeGNlcHRpb24gewogICAgICAgICAgICByZXR1cm4gc3VwZXIucmVh ZFZhbHVlKHBvaW50ZXIpOwogICAgICAgIH0KCiAgICAgICAgcHVibGljIHZvaWQgY29weShGaWxl ciBuZXdGaWxlcikgdGhyb3dzIElPRXhjZXB0aW9uLCBEQkV4Y2VwdGlvbiB7CiAgICAgICAgICAg IGxvbmcgaGFzaFNpemUgPSBnZXRGaWxlSGVhZGVyKCkuZ2V0UGFnZUNvdW50KCk7CgogICAgICAg ICAgICBmb3IgKGxvbmcgaSA9IDA7IGkgPCBoYXNoU2l6ZTsgaSsrKSB7CiAgICAgICAgICAgICAg ICBQYWdlIHBhZ2UgPSBnZXRQYWdlKGkpOwoKICAgICAgICAgICAgICAgIHdoaWxlICh0cnVlKSB7 CiAgICAgICAgICAgICAgICAgICAgSGFzaFBhZ2VIZWFkZXIgcGggPSAoSGFzaFBhZ2VIZWFkZXIp IHBhZ2UuZ2V0UGFnZUhlYWRlcigpOwoKICAgICAgICAgICAgICAgICAgICBpZiAocGguZ2V0U3Rh dHVzKCkgPT0gUkVDT1JEKSB7CiAgICAgICAgICAgICAgICAgICAgICAgIFZhbHVlIHZhbHVlID0g cmVhZFZhbHVlKHBhZ2UpOwogICAgICAgICAgICAgICAgICAgICAgICBuZXdGaWxlci53cml0ZVJl Y29yZChwYWdlLmdldEtleSgpLCB2YWx1ZSk7CgogICAgICAgICAgICAgICAgICAgICAgICBsb25n IG5leHQgPSBwaC5nZXROZXh0Q29sbGlzaW9uKCk7CiAgICAgICAgICAgICAgICAgICAgICAgIGlm IChuZXh0ICE9IE5PX1BBR0UpIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgIHBhZ2UgPSBn ZXRQYWdlKHBoLmdldE5leHRDb2xsaXNpb24oKSk7CiAgICAgICAgICAgICAgICAgICAgICAgIH0g ZWxzZSB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICBicmVhazsKICAgICAgICAgICAgICAg ICAgICAgICAgfQogICAgICAgICAgICAgICAgICAgIH0gZWxzZSB7CiAgICAgICAgICAgICAgICAg ICAgICAgIGJyZWFrOwogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIH0KICAg ICAgICAgICAgfQogICAgICAgIH0KCiAgICAgICAgcHVibGljIGJvb2xlYW4gZGVsZXRlRmlsZSgp IHsKICAgICAgICAgICAgcmV0dXJuIGdldEZpbGUoKS5kZWxldGUoKTsKICAgICAgICB9CgogICAg ICAgIHB1YmxpYyBGaWxlIGdldEZpbGVyRmlsZSgpIHsKICAgICAgICAgICAgcmV0dXJuIGdldEZp bGUoKTsKICAgICAgICB9CgogICAgICAgIHB1YmxpYyB2b2lkIHNldENvbmZpZyhDb25maWd1cmF0 aW9uIGNvbmZpZywgaW50IHBhZ2VDb3VudCkgewogICAgICAgICAgICBzdXBlci5zZXRDb25maWco Y29uZmlnKTsKICAgICAgICB9CiAgICB9CgogICAgcHJpdmF0ZSBzdGF0aWMgY2xhc3MgQ29weUNh bGxiYWNrIGltcGxlbWVudHMgQlRyZWVDYWxsYmFjayB7CiAgICAgICAgcHJpdmF0ZSBCVHJlZUNv cHkgZmlsZXI7CiAgICAgICAgcHJpdmF0ZSBGaWxlciBuZXdGaWxlcjsKCiAgICAgICAgcHVibGlj IENvcHlDYWxsYmFjayhCVHJlZUNvcHkgZmlsZXIsIEZpbGVyIG5ld0ZpbGVyKSB7CiAgICAgICAg ICAgIHRoaXMuZmlsZXIgPSBmaWxlcjsKICAgICAgICAgICAgdGhpcy5uZXdGaWxlciA9IG5ld0Zp bGVyOwogICAgICAgIH0KCiAgICAgICAgcHVibGljIGJvb2xlYW4gaW5kZXhJbmZvKFZhbHVlIHZh bHVlLCBsb25nIHBvaW50ZXIpIHsKICAgICAgICAgICAgdHJ5IHsKICAgICAgICAgICAgICAgIFZh bHVlIHYgPSBmaWxlci5nZXRWYWx1ZShwb2ludGVyKTsKICAgICAgICAgICAgICAgIG5ld0ZpbGVy LndyaXRlUmVjb3JkKG5ldyBLZXkodmFsdWUpLCB2KTsKICAgICAgICAgICAgfSBjYXRjaCAoRXhj ZXB0aW9uIGUpIHsKICAgICAgICAgICAgICAgIGxvZy5lcnJvcihlKTsKICAgICAgICAgICAgfQoK ICAgICAgICAgICAgcmV0dXJuIHRydWU7CiAgICAgICAgfQogICAgfQp9Cg== --0016e64ea81e276ba10467c192b9-- From [email protected] Tue Apr 21 12:47:59 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57328 invoked from network); 21 Apr 2009 12:47:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Apr 2009 12:47:59 -0000 Received: (qmail 28035 invoked by uid 500); 21 Apr 2009 12:47:58 -0000 Delivered-To: [email protected] Received: (qmail 27990 invoked by uid 500); 21 Apr 2009 12:47:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xindice-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 27982 invoked by uid 99); 21 Apr 2009 12:47:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Apr 2009 12:47:58 +0000 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_HELO_PASS,SPF_PASS,TVD_FUZZY_SYMBOL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Apr 2009 12:47:48 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1LwFNn-0007NO-RJ for [email protected]; Tue, 21 Apr 2009 05:47:27 -0700 Message-ID: <[email protected]> Date: Tue, 21 Apr 2009 05:47:27 -0700 (PDT) From: OKO <[email protected]> To: [email protected] Subject: Re: xindice_rebuild - file size vastly multiplied In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: [email protected] References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Natalia, Regarding DatabaseRebuild.java ... Well, I originally downloaded the binary 1.1 package (Windows), so I did no= t have a smooth setup for re-compiling the whole thing.=20 As I wanted a very quick test, I did recompile DatabaseRebuild.java, by putting it in a separate directory branch, and using the jars as classpath context. It compiled fine. Then I used it to redo the rebuild, using "-p 1" as suggested. And tested with the xindice (1.1) commandline tool to list/retrieve collections/documents and it works. The result was, for all practical purposes, a 1.1 db representation that wa= s equal in size to the original 1.0 db representation. The only size difference seems to be: - system/SysConfig ... 1.0: 24576 bytes vs 1.1: 32768 bytes - system/SysSymbols ... 1.0 659456 bytes vs 1.1: 651264 bytes which is completely negligible.=20 Technically, the outcome of this initial test seems OK, so I will embark on a larger test in a week or two.=20 As I had these challenges about disk space, it could be useful to find some heuristics on the Xindice Wiki http://wiki.apache.org/xindice/ about how settings of these parameters may influence the physical disk spac= e needed. Some statements you made in the last mail certainly could be useful to find there. regards, /O Natalia Shilenkova wrote: >=20 > On Thu, Apr 16, 2009 at 3:32 PM, OKO <[email protected]> wrote: > [snip] >> >> The "1.1" vs "1.0" expansion factor is much larger for the case of >> collections with few and small files (factor 350) , than for many and >> small >> files (factor 25). >> >> But nevertheless, I wonder for what kind of databases 1.1 would beat 1.0 >> from a *size* point of view. Maybe comparing processing speed of "1.1" v= s >> "1.0" would give a different picture, but at the moment I have no number= s >> to >> offer in that respect. >=20 > Here is the deal: database format between 1.0 and 1.1 hasn't changed, > except some bugs in index files were fixed and the collection files > are now created properly, which in your case, unfortunately, means > they take a lot more space than before. The reason is that default > size is intended for bigger collections with many documents. >=20 > The database you tried to rebuild is the corner case however, with > several collections that only have a single document each, so default > size settings are way too large. But this is only the default setting > and it can be change to more suitable number. This way, 1.1 database > should take about the same amount of space as the existing database. >=20 >> By the way, I do not have any very large documents in the database, so I >> have no idea how "1.1" compares to "1.0" for such beasts. >> >> And the 64,000 $ question is, of course, what means are available to >> decrease disk space footprint of the "1.1" =C2=A0database? >=20 > The following steps can help to reduce database size: > 1. Meta collections can be turned off. The setting is in the > config/system.xml file (In Xindice 1.1 directory). In the following > line: >=20 > <root-collection dbroot=3D"./db/" name=3D"db" use-metadata=3D"on"> >=20 > change use-metadata=3D"off". This will make all Meta collections go away. >=20 > 2. Initial collection size can be adjusted (here I assume that all the > collections use default BTreeFiler to store data, HashFiler is > somewhat different beast). When creating a collection it can be given > a configuration to specify pagecount setting that directly affect > initial collection size: >=20 > <collection compressed=3D"true" inline-metadata=3D"true" name=3D"test"> > <filer class=3D"org.apache.xindice.core.filer.BTreeFiler" pagecount=3D"= 16" > /> > </collection> >=20 > When creating collection from command-line tool, this setting can be > specified with --pagecount parameter: >=20 > bin\xindice ac -c /db -n test --pagecount 16 >=20 > The "perfect" value for pagecount depends on size and amount of > documents in a collection. For collections that have documents added > and modified often it should be picked based on how much data is > expected to be stored in the collection, but in any case it only sets > initial size, so collection file will grow when it is too small to > hold new data. >=20 > In your case, when a collection has only one small document and this > situation is not expected to change, pagecount may very well be set to > 1. >=20 > Now back to data migration... I made some changes to xindice_rebuild > to add optional pagecount parameter that will overwrite original > collection setting. >=20 > If you have source version of Xindice download, please save attached > file to <xindice > directory>\java\src\org\apache\xindice\tools\DatabaseRebuild.java and > run build.bat or build.sh depending on your OS. After that, you can > try to rebuild database again using optional parameter: >=20 > bin\xindice_rebuild.bat rebuild db -p 1 >=20 > If you have binary version of Xindice download instead, please let me > know, I'll see what can be done for that. Alternatively, collections > can be rebuilt manually, by exporting documents, creating new > collections using command-line tool with the option "--pagecount 1" > and importing documents into new collections. >=20 > Let me know if something doesn't work for you. >=20 > Natalia >=20 > =20 >=20 --=20 View this message in context: http://www.nabble.com/xindice_rebuild---file-= size-vastly-multiplied-tp23078111p23155343.html Sent from the Xindice - Users mailing list [email protected].
From [email protected] Tue Aug 01 13:26:55 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 53251 invoked from network); 1 Aug 2006 13:26:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Aug 2006 13:26:55 -0000 Received: (qmail 87262 invoked by uid 500); 1 Aug 2006 13:26:46 -0000 Delivered-To: [email protected] Received: (qmail 87115 invoked by uid 500); 1 Aug 2006 13:26:46 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 87092 invoked by uid 99); 1 Aug 2006 13:26:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2006 06:26:46 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2006 06:26:45 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 0CD4F41001D for <[email protected]>; Tue, 1 Aug 2006 13:24:14 +0000 (GMT) Message-ID: <26792559.1154438654049.JavaMail.jira@brutus> Date: Tue, 1 Aug 2006 06:24:14 -0700 (PDT) From: "Thomas Leonard (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (WSS-51) Incorrect test for null in WSHandler MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Incorrect test for null in WSHandler ------------------------------------ Key: WSS-51 URL: http://issues.apache.org/jira/browse/WSS-51 Project: WSS4J Issue Type: Bug Reporter: Thomas Leonard Assigned To: Davanum Srinivas | should be || in if (certs == null | certs.length < 1) { (will attach patch) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 01 13:28:51 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 54112 invoked from network); 1 Aug 2006 13:28:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Aug 2006 13:28:51 -0000 Received: (qmail 91367 invoked by uid 500); 1 Aug 2006 13:28:49 -0000 Delivered-To: [email protected] Received: (qmail 91327 invoked by uid 500); 1 Aug 2006 13:28:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 91316 invoked by uid 99); 1 Aug 2006 13:28:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2006 06:28:49 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2006 06:28:48 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 66CC041001D for <[email protected]>; Tue, 1 Aug 2006 13:26:17 +0000 (GMT) Message-ID: <7195159.1154438777418.JavaMail.jira@brutus> Date: Tue, 1 Aug 2006 06:26:17 -0700 (PDT) From: "Thomas Leonard (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (WSS-51) Incorrect test for null in WSHandler In-Reply-To: <26792559.1154438654049.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/WSS-51?page=all ] Thomas Leonard updated WSS-51: ------------------------------ Attachment: wshandler.patch > Incorrect test for null in WSHandler > ------------------------------------ > > Key: WSS-51 > URL: http://issues.apache.org/jira/browse/WSS-51 > Project: WSS4J > Issue Type: Bug > Reporter: Thomas Leonard > Assigned To: Davanum Srinivas > Attachments: wshandler.patch > > > | should be || in > if (certs == null | certs.length < 1) { > (will attach patch) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 01 13:45:47 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59041 invoked from network); 1 Aug 2006 13:45:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Aug 2006 13:45:47 -0000 Received: (qmail 27685 invoked by uid 500); 1 Aug 2006 13:45:46 -0000 Delivered-To: [email protected] Received: (qmail 27646 invoked by uid 500); 1 Aug 2006 13:45:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 27635 invoked by uid 99); 1 Aug 2006 13:45:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2006 06:45:45 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2006 06:45:45 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 18A8141001D for <[email protected]>; Tue, 1 Aug 2006 13:43:14 +0000 (GMT) Message-ID: <11293588.1154439794097.JavaMail.jira@brutus> Date: Tue, 1 Aug 2006 06:43:14 -0700 (PDT) From: "Thomas Leonard (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (WSS-52) ArrayIndexOutOfBoundsException if certs.length > 1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ArrayIndexOutOfBoundsException if certs.length > 1 -------------------------------------------------- Key: WSS-52 URL: http://issues.apache.org/jira/browse/WSS-52 Project: WSS4J Issue Type: Bug Reporter: Thomas Leonard Assigned To: Davanum Srinivas In WSHandler.java we have (revision 427569): X509Certificate[] x509certs = new X509Certificate[certs.length + 1]; // Then add the first certificate ... x509certs[0] = cert; // ... and the other certificates for (int j = 0; j < certs.length; j++) { cert = certs[i]; x509certs[certs.length + j] = cert; } So, the highest index available in x509certs is "certs.length", while the highest index we write to is "certs.length * 2 - 1". This code will only work if certs.length < 2. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 01 13:47:48 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59632 invoked from network); 1 Aug 2006 13:47:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Aug 2006 13:47:48 -0000 Received: (qmail 30749 invoked by uid 500); 1 Aug 2006 13:47:47 -0000 Delivered-To: [email protected] Received: (qmail 30711 invoked by uid 500); 1 Aug 2006 13:47:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 30696 invoked by uid 99); 1 Aug 2006 13:47:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2006 06:47:47 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2006 06:47:46 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 463B941001D for <[email protected]>; Tue, 1 Aug 2006 13:45:15 +0000 (GMT) Message-ID: <29233232.1154439915285.JavaMail.jira@brutus> Date: Tue, 1 Aug 2006 06:45:15 -0700 (PDT) From: "Thomas Leonard (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (WSS-52) ArrayIndexOutOfBoundsException if certs.length > 1 In-Reply-To: <11293588.1154439794097.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/WSS-52?page=all ] Thomas Leonard updated WSS-52: ------------------------------ Attachment: wshandler2.patch Presumably this is what was meant. It is exactly equivalent to the old code in the only previously-working case of certs.length == 1. > ArrayIndexOutOfBoundsException if certs.length > 1 > -------------------------------------------------- > > Key: WSS-52 > URL: http://issues.apache.org/jira/browse/WSS-52 > Project: WSS4J > Issue Type: Bug > Reporter: Thomas Leonard > Assigned To: Davanum Srinivas > Attachments: wshandler2.patch > > > In WSHandler.java we have (revision 427569): > X509Certificate[] x509certs = new X509Certificate[certs.length + 1]; > // Then add the first certificate ... > x509certs[0] = cert; > // ... and the other certificates > for (int j = 0; j < certs.length; j++) { > cert = certs[i]; > x509certs[certs.length + j] = cert; > } > So, the highest index available in x509certs is "certs.length", while the highest index we write to is "certs.length * 2 - 1". > This code will only work if certs.length < 2. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 02 14:21:51 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24376 invoked from network); 2 Aug 2006 14:21:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Aug 2006 14:21:50 -0000 Received: (qmail 8089 invoked by uid 500); 2 Aug 2006 14:21:49 -0000 Delivered-To: [email protected] Received: (qmail 8046 invoked by uid 500); 2 Aug 2006 14:21:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 8035 invoked by uid 99); 2 Aug 2006 14:21:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Aug 2006 07:21:48 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Aug 2006 07:21:48 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 3D31F410022 for <[email protected]>; Wed, 2 Aug 2006 14:19:15 +0000 (GMT) Message-ID: <2309583.1154528355248.JavaMail.jira@brutus> Date: Wed, 2 Aug 2006 07:19:15 -0700 (PDT) From: "Milinda Lakmal Pathirage (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (WSS-47) LDAP Certificate Store Support for WSS4J In-Reply-To: <17328939.1152289229960.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/WSS-47?page=all ] Milinda Lakmal Pathirage updated WSS-47: ---------------------------------------- Attachment: ldapcrypto.patch New features are added to get alias for given issure name and serial number and to validate certificate path. > LDAP Certificate Store Support for WSS4J > ---------------------------------------- > > Key: WSS-47 > URL: http://issues.apache.org/jira/browse/WSS-47 > Project: WSS4J > Issue Type: New Feature > Environment: Java, LDAP > Reporter: Milinda Lakmal Pathirage > Assigned To: Davanum Srinivas > Priority: Minor > Attachments: ldapcrypto.patch, WSS4J-LDAPCrypto.zip, WSS4J-LDAPCrypto2.zip, WSS4J-LDAPCrypto_19-07-06.tar.gz, WSS4J-LDAPCrypto_20-07-06.tar.gz > > > The main focus of this isuue is to integrate LDAP certificate store support to current WSS4J implementation. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 02 14:53:50 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37505 invoked from network); 2 Aug 2006 14:53:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Aug 2006 14:53:50 -0000 Received: (qmail 11671 invoked by uid 500); 2 Aug 2006 14:53:48 -0000 Delivered-To: [email protected] Received: (qmail 11613 invoked by uid 500); 2 Aug 2006 14:53:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 11602 invoked by uid 99); 2 Aug 2006 14:53:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Aug 2006 07:53:48 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Aug 2006 07:53:48 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 3A58F410022 for <[email protected]>; Wed, 2 Aug 2006 14:51:15 +0000 (GMT) Message-ID: <9850481.1154530275236.JavaMail.jira@brutus> Date: Wed, 2 Aug 2006 07:51:15 -0700 (PDT) From: "Milinda Lakmal Pathirage (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (WSS-47) LDAP Certificate Store Support for WSS4J In-Reply-To: <17328939.1152289229960.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/WSS-47?page=all ] Milinda Lakmal Pathirage updated WSS-47: ---------------------------------------- Attachment: ldapcrypto_manual.zip Here is the manual for LDAPCrypto implementation. > LDAP Certificate Store Support for WSS4J > ---------------------------------------- > > Key: WSS-47 > URL: http://issues.apache.org/jira/browse/WSS-47 > Project: WSS4J > Issue Type: New Feature > Environment: Java, LDAP > Reporter: Milinda Lakmal Pathirage > Assigned To: Davanum Srinivas > Priority: Minor > Attachments: ldapcrypto.patch, ldapcrypto_manual.zip, WSS4J-LDAPCrypto.zip, WSS4J-LDAPCrypto2.zip, WSS4J-LDAPCrypto_19-07-06.tar.gz, WSS4J-LDAPCrypto_20-07-06.tar.gz > > > The main focus of this isuue is to integrate LDAP certificate store support to current WSS4J implementation. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 02 16:52:59 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77994 invoked from network); 2 Aug 2006 16:52:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Aug 2006 16:52:59 -0000 Received: (qmail 4325 invoked by uid 500); 2 Aug 2006 16:52:58 -0000 Delivered-To: [email protected] Received: (qmail 3991 invoked by uid 500); 2 Aug 2006 16:52:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 3980 invoked by uid 99); 2 Aug 2006 16:52:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Aug 2006 09:52:56 -0700 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=HTML_MESSAGE,RCVD_NUMERIC_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO omr5.networksolutionsemail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Aug 2006 09:52:54 -0700 Received: from mail.networksolutionsemail.com (ns-omr5.mgt.netsol.com [161.129.204.104]) by omr5.networksolutionsemail.com (8.13.6/8.13.6) with SMTP id k72GqJhY022354 for <[email protected]>; Wed, 2 Aug 2006 12:52:20 -0400 Received: (qmail 24463 invoked by uid 78); 2 Aug 2006 16:51:25 -0000 Received: from unknown (HELO webmail23) (161.129.204.104) by 161.129.204.104 with SMTP; 2 Aug 2006 16:51:25 -0000 Received: from 161.129.204.104 ([email protected] [161.129.204.104]) by webmail23 (EdgeDesk 4.02) with WEBMAIL id 25680; Wed, 02 Aug 2006 16:51:25 +0000 From: "Gabsaga Tata" <[email protected]> To: [email protected] Importance: Normal Sensitivity: Normal Message-ID: <W3742131678256801154537485@webmail23> X-Mailer: Mintersoft EdgeDesk, Build 4.03.0105 X-Originating-IP: [161.129.204.104] X-Forwarded-For: [(null)] Date: Wed, 02 Aug 2006 16:51:25 +0000 Subject: Help on Decrypting SOAP message with WSS4J MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="--=_vm_0011_W3742131678_25680_1154537485" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ----=_vm_0011_W3742131678_25680_1154537485 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I found this example on the web http://www.devx.com/Java/Article/28816/0/= page/4 how WSS4J can be used to encrypt SOAP messages. Can anyone help me= witha sample code on how to Decrypt a SOAP message using WSS4J? I havese= arched with no luck for such an example. Thanks. Gabsaga package com.jeffhanson.ws.security; import org.apache.axis.Message; import org.apache.axis.MessageContext; import org.apache.axis.SOAPPart; import org.apache.axis.client.AxisClient; import org.apache.axis.configuration.NullProvider; import org.apache.axis.message.SOAPEnvelope; import org.apache.axis.utils.XMLUtils; import org.apache.ws.axis.security.util.AxisUtil; import org.apache.ws.security.components.crypto.Crypto; import org.apache.ws.security.components.crypto.CryptoFactory; import org.apache.ws.security.message.WSSignEnvelope; import org.apache.ws.security.message.WSEncryptBody; import org.apache.ws.security.message.WSSAddUsernameToken; import org.apache.ws.security.message.token.SecurityTokenReference; import org.apache.ws.security.message.token.Reference; import org.apache.ws.security.WSSecurityEngine; import org.apache.ws.security.WSConstants; import org.apache.ws.security.WSSConfig; import org.apache.ws.security.util.WSSecurityUtil; import org.w3c.dom.Document; import org.w3c.dom.Element; import java.io.ByteArrayInputStream; import java.io.InputStream; import java.io.PrintWriter; /** * Enter description here. * * @author <a href=3D"< Hanson</a> * @version $Revision: 1.1 $ * <p/> * <p><b>Revisions:</b> * <p/> * <p><b>Jul 26, 2005 jhanson:</b> * <ul> * <li> Created file. * </ul> */ public class WSSecuritySample { private static final String soapMsg =3D "<?xml version=3D\"1.0\" encoding=3D\"UTF-8\"?>" + "<SOAP-ENV:Envelope" + " xmlns:SOAP-ENV=3D\"<" + " xmlns:xsd=3D\"<" + " xmlns:xsi=3D\"http://www.w3.org/2001/XMLSchema-instance\">" + " <SOAP-ENV:Body>" + " <sayHello xmlns=3D\"http://jeffhanson.com/services/helloworld\">" + " <value xmlns=3D\"\">Hello world!</value>" + " </sayHello>" + " </SOAP-ENV:Body>" + "</SOAP-ENV:Envelope>"; // The following initializes the security engine to the // default WS-Security settings private static final WSSecurityEngine secEngine =3D new WSSecurityEngine(); // The following creates a crypto provider according to the // class name specified by the system property: // org.apache.ws.security.crypto.provider // // If the provider property is not set, the default class, // org.apache.ws.security.components.crypto.BouncyCastle, is // used. // // The provider is initialized to the values specified in // the crypto.properties file. The crypto.properties file // found in the wss4j jar file specifies // org.apache.ws.security.components.crypto.Merlin // as the provider class. private static final Crypto crypto =3D CryptoFactory.getInstance(); private AxisClient engine =3D null; private MessageContext msgContext =3D null; /** * Main method */ public static void main(String[] args) { try { WSSecuritySample app =3D new WSSecuritySample(); Message axisMessage =3D app.getAxisMessage(soapMsg); SOAPEnvelope unsignedEnvelope =3D axisMessage.getSOAPEnvelope(); System.out.println("<<<<<< Unsigned and Unencrypted >>>>>>"); XMLUtils.PrettyElementToWriter(unsignedEnvelope.getAsDOM(), new PrintWriter(System.out)); /* Message samlMsg =3D app.addUserTokens(unsignedEnvelope); System.out.println("\n<<<<<< User Tokens >>>>>>"); XMLUtils.PrettyElementToWriter(samlMsg.getSOAPEnvelope().getAsDOM(), new PrintWriter(System.out)); Message encryptedMsg =3D app.encryptSOAPEnvelope(unsignedEnvelope, axisMessage); System.out.println("\n<<<<<< Encrypted >>>>>>"); XMLUtils.PrettyElementToWriter(encryptedMsg.getSOAPEnvelope().getAsDOM()= , new PrintWriter(System.out)); */ Message signedMsg =3D app.signSOAPEnvelope(unsignedEnvelope); System.out.println("\n<<<<<< Signed >>>>>>"); XMLUtils.PrettyElementToWriter(signedMsg.getSOAPEnvelope().getAsDOM(), new PrintWriter(System.out)); } catch (Exception e) { e.printStackTrace(); } } /** * WSSecuritySample constructor */ public WSSecuritySample() { engine =3D new AxisClient(new NullProvider()); msgContext =3D new MessageContext(engine); } /** * Creates and returns an Axis message from a * SOAP envelope string. * * @param unsignedEnvelope a string containing a SOAP * envelope * @return <code>Message</code> the Axis message */ private Message getAxisMessage(String unsignedEnvelope) { InputStream inStream =3D new ByteArrayInputStream(unsignedEnvelope.getBytes()); Message axisMessage =3D new Message(inStream); axisMessage.setMessageContext(msgContext); return axisMessage; } /** * Creates a signed SOAP message in compliance with WS-Security. * * @return <code>Message</code> the signed SOAP envelope * as an Axis message * @throws Exception on error */ public Message signSOAPEnvelope(SOAPEnvelope unsignedEnvelope) throws Exception { // WSSignEnvelope signs a SOAP envelope according to the // WS Specification (X509 profile) and adds the signature data // to the envelope. WSSignEnvelope signer =3D new WSSignEnvelope(); String alias =3D "16c73ab6-b892-458f-abf5-2f875f74882e"; String password =3D "security"; signer.setUserInfo(alias, password); Document doc =3D unsignedEnvelope.getAsDocument(); // The "build" method, creates the signed SOAP envelope. // It takes a SOAP Envelope as a W3C Document and adds // a WSS Signature header to it. The signed elements // depend on the signature parts that are specified by // the WSBaseMessage.setParts(java.util.Vector parts) // method. By default, SOAP Body is signed. // The "crypto" parameter is the object that implements // access to the keystore and handling of certificates. // A default implementation is included: // org.apache.ws.security.components.crypto.Merlin Document signedDoc =3D signer.build(doc, crypto); // Convert the signed document into a SOAP message. Message signedSOAPMsg =3D (org.apache.axis.Message)AxisUtil.toSOAPMessage(signedDoc); return signedSOAPMsg; } /** * Adds user tokens to a SOAP envelope in compliance with WS-Security. * * @return <code>Message</code> the signed SOAP envelope * as an Axis message * @throws Exception on error */ public Message addUserTokens(SOAPEnvelope unsignedEnvelope) throws Exception { WSEncryptBody wsEncrypt =3D new WSEncryptBody(); // Get the message as document Document doc =3D unsignedEnvelope.getAsDocument(); String username =3D "joedoe"; String password =3D "this is a lot of foobar "; byte[] key =3D password.getBytes(); // Add the UserNameToken. WSSAddUsernameToken builder =3D new WSSAddUsernameToken("", false); builder.setPasswordType(WSConstants.PASSWORD_TEXT); builder.build(doc, username, password); // Add an Id to it. Element usrEle =3D (Element)(doc.getElementsByTagNameNS(WSConstants.WSSE_NS, "UsernameToken").item(0)); String idValue =3D "7654"; usrEle.setAttribute("Id", idValue); // Create a Reference to the UserNameToken. Reference ref =3D new Reference(WSSConfig.getDefaultWSConfig(), doc); ref.setURI("#" + idValue); ref.setValueType("UsernameToken"); SecurityTokenReference secRef =3D new SecurityTokenReference(WSSConfig.getDefaultWSConfig(), doc); secRef.setReference(ref); // adding the namespace WSSecurityUtil.setNamespace(secRef.getElement(), WSConstants.WSSE_NS, WSConstants.WSSE_PREFIX); // Setting necessary parameters in WSEncryptBody. wsEncrypt.setKeyIdentifierType(WSConstants.EMBED_SECURITY_TOKEN_REF); wsEncrypt.setSecurityTokenReference(secRef); wsEncrypt.setKey(key); // Encrypt using the using the key Document encDoc =3D wsEncrypt.build(doc, crypto); // Convert the document into a SOAP message. Message signedMsg =3D (Message)AxisUtil.toSOAPMessage(encDoc); return signedMsg; } /** * Encrypts a SOAP envelope in compliance with WS-Security. * * @return <code>Message</code> the signed SOAP envelope * as an Axis message * @throws Exception on error */ public Message encryptSOAPEnvelope(SOAPEnvelope unsignedEnvelope, Message axisMessage) throws Exception { WSEncryptBody encrypt =3D new WSEncryptBody(); encrypt.setUserInfo("16c73ab6-b892-458f-abf5-2f875f74882e"); // Before Encryption Document doc =3D unsignedEnvelope.getAsDocument(); Document encryptedDoc =3D encrypt.build(doc, crypto); // Convert the document into a SOAP message. Message encryptedMsg =3D (Message) AxisUtil.toSOAPMessage(encryptedDoc);= String soapPart =3D encryptedMsg.getSOAPPartAsString(); ((SOAPPart)axisMessage.getSOAPPart()).setCurrentMessage(soapPart, SOAPPart.FORM_STRING); encryptedDoc =3D axisMessage.getSOAPEnvelope().getAsDocument(); // Convert the document into a SOAP message. Message encryptedSOAPMsg =3D (Message)AxisUtil.toSOAPMessage(encryptedDoc); return encryptedSOAPMsg; } } ----=_vm_0011_W3742131678_25680_1154537485 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable <html><body bgcolor=3D"#ffffff"><div><font face=3D"Verdana" size=3D"2">I= found this example on the web <a href=3D"http://www.devx.com/Java/Articl= e/28816/0/page/4" target=3D"_blank">http://www.devx.com/Java/Article/2881= 6/0/page/4</a>&nbsp; how WSS4J can be used to encrypt SOAP messages. Can anyone help me with a sample code on how to Decrypt a SOAP message using WSS4J? I have searched with no luck for such an example.</font></div> <div>&nbsp;</div> <div><font face=3D"Verdana" size=3D"2">Thanks.</font></div> <div>&nbsp;</div> <div><font face=3D"Verdana" size=3D"2">Gabsaga</font></div> <div>&nbsp;</div> <div>&nbsp;</div> <div>&nbsp;</div> <div>&nbsp;</div> <div>&nbsp;</div> <div>package com.jeffhanson.ws.security;</div> <div>import org.apache.axis.Message;<br>import org.apache.axis.MessageCon= text;<br>import org.apache.axis.SOAPPart;<br>import org.apache.axis.clien= t.AxisClient;<br>import org.apache.axis.configuration.NullProvider;<br>im= port org.apache.axis.message.SOAPEnvelope;<br>import org.apache.axis.util= s.XMLUtils;<br>import org.apache.ws.axis.security.util.AxisUtil;<br>impor= t org.apache.ws.security.components.crypto.Crypto;<br>import org.apache.w= s.security.components.crypto.CryptoFactory;<br>import org.apache.ws.secur= ity.message.WSSignEnvelope;<br>import org.apache.ws.security.message.WSEn= cryptBody;<br>import org.apache.ws.security.message.WSSAddUsernameToken;<= br>import org.apache.ws.security.message.token.SecurityTokenReference;<br= >import org.apache.ws.security.message.token.Reference;<br>import org.apa= che.ws.security.WSSecurityEngine;<br>import org.apache.ws.security.WSCons= tants;<br>import org.apache.ws.security.WSSConfig;<br>import org.apache.w= s.security.util.WSSecurityUtil;<br>import org.w3c.dom.Document;<br>import= org.w3c.dom.Element;</div> <div>import java.io.ByteArrayInputStream;<br>import java.io.InputStream;<= br>import java.io.PrintWriter;</div> <div>/**<br>&nbsp;* Enter description here.<br>&nbsp;*<br>&nbsp;* @author= &lt;a href=3D"&lt;<a href=3D"cgi-bin/inbox.exe?id=3D00f638e4e6a758471d40= ba21722e6166d61&amp;fld=3DHF6Xg,U;&amp;open=3D4#"> Hanson&lt;/a&gt;<br>&n= bsp;* @version $Revision: 1.1 $<br>&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;&nbsp; &lt;p/&gt;<br>&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp; &lt;p&gt;&lt;b&gt;Revisions:&lt;/b&gt;<br>&nbs= p;*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;p/&gt;<br>&= nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;p&gt;&lt= ;b&gt;Jul 26, 2005 jhanson:&lt;/b&gt;<br>&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;ul&gt;<br>&nbsp;*&nbsp;&nbsp;&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;li&gt; Created file.<br>&nbsp;*&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/ul&gt;<br>&nbsp;*/= </a></div> <div><a href=3D"cgi-bin/inbox.exe?id=3D00f638e4e6a758471d40ba21722e6166d6= 1&amp;fld=3DHF6Xg,U;&amp;open=3D4#">public class WSSecuritySample<br>{<br= >&nbsp;&nbsp; private static final String soapMsg =3D<br>&nbsp;&nbsp;&nbs= p;&nbsp;&nbsp; "&lt;?xml version=3D\"1.0\" encoding=3D\"UTF-8\"?&gt;" +<b= r>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;SOAP-ENV:Envelope" +<br>&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp; "&nbsp;&nbsp; xmlns:SOAP-ENV=3D\"&lt;</a><a href=3D"c= gi-bin/inbox.exe?id=3D00f638e4e6a758471d40ba21722e6166d61&amp;fld=3DHF6Xg= ,U;&amp;open=3D4#">" +<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&nbsp;&nbsp; xm= lns:xsd=3D\"&lt;</a><a href=3D"cgi-bin/inbox.exe?id=3D00f638e4e6a758471d4= 0ba21722e6166d61&amp;fld=3DHF6Xg,U;&amp;open=3D4#">" +<br>&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp; "&nbsp;&nbsp; xmlns:xsi=3D\"</a><a href=3D"http://www.w3.= org/2001/XMLSchema-instance%5C" target=3D"_blank">http://www.w3.org/2001/= XMLSchema-instance\</a>"&gt;" +<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&nbsp;= &nbsp; &lt;SOAP-ENV:Body&gt;" +<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp; &lt;sayHello xmlns=3D\"<a href=3D"http://jeffhan= son.com/services/helloworld%5C" target=3D"_blank">http://jeffhanson.com/s= ervices/helloworld\</a>"&gt;" +<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;value xmlns=3D\"\"&gt;Hell= o world!&lt;/value&gt;" +<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp; &lt;/sayHello&gt;" +<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= "&nbsp;&nbsp; &lt;/SOAP-ENV:Body&gt;" +<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ; "&lt;/SOAP-ENV:Envelope&gt;";</div> <div>&nbsp;&nbsp; // The following initializes the security engine to the= <br>&nbsp;&nbsp; // default WS-Security settings<br>&nbsp;&nbsp; private = static final WSSecurityEngine secEngine =3D<br>&nbsp;&nbsp;&nbsp;&nbsp;&n= bsp; new WSSecurityEngine();</div> <div>&nbsp;&nbsp; // The following creates a crypto provider according to= the<br>&nbsp;&nbsp; // class name specified by the system property:<br>&= nbsp;&nbsp; //&nbsp;&nbsp;&nbsp; org.apache.ws.security.crypto.provider<b= r>&nbsp;&nbsp; //<br>&nbsp;&nbsp; // If the provider property is not set,= the default class,<br>&nbsp;&nbsp; // org.apache.ws.security.components.= crypto.BouncyCastle, is<br>&nbsp;&nbsp; // used.<br>&nbsp;&nbsp; //<br>&n= bsp;&nbsp; // The provider is initialized to the values specified in<br>&= nbsp;&nbsp; // the crypto.properties file. The crypto.properties file<br>= &nbsp;&nbsp; // found in the wss4j jar file specifies<br>&nbsp;&nbsp; //&= nbsp;&nbsp;&nbsp; org.apache.ws.security.components.crypto.Merlin<br>&nbs= p;&nbsp; // as the provider class.<br>&nbsp;&nbsp; private static final C= rypto crypto =3D<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CryptoFactory.getInsta= nce();</div> <div>&nbsp;&nbsp; private AxisClient engine =3D null;<br>&nbsp;&nbsp; pri= vate MessageContext msgContext =3D null;</div> <div>&nbsp;&nbsp; /**<br>&nbsp;&nbsp;&nbsp; * Main method<br>&nbsp;&nbsp;= &nbsp; */<br>&nbsp;&nbsp; public static void main(String[] args)<br>&nbsp= ;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; try<br>&nbsp;&nbsp;&nbsp;&nbs= p;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WSSecurity= Sample app =3D new WSSecuritySample();</div> <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Message axisMessage= =3D app.getAxisMessage(soapMsg);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; SOAPEnvelope unsignedEnvelope =3D axisMessage.getSOAPEnvelop= e();</div> <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System.out.println(= "&lt;&lt;&lt;&lt;&lt;&lt; Unsigned and Unencrypted &gt;&gt;&gt;&gt;&gt;&g= t;");<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XMLUtils.Pretty= ElementToWriter(unsignedEnvelope.getAsDOM(),<br>&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; new Print= Writer(System.out));<br>/*<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp; Message samlMsg =3D app.addUserTokens(unsignedEnvelope);<br>&nbsp;&= nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System.out.println("\n&lt;&lt;&= lt;&lt;&lt;&lt; User Tokens &gt;&gt;&gt;&gt;&gt;&gt;");<br>&nbsp;&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XMLUtils.PrettyElementToWriter(samlMsg= .getSOAPEnvelope().getAsDOM(),<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; new PrintWriter(System.= out));</div> <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Message encryptedMs= g =3D app.encryptSOAPEnvelope(unsignedEnvelope,<br>&nbsp;&nbsp;&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n= bsp;&nbsp;&nbsp; axisMessage);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp;&nbsp; System.out.println("\n&lt;&lt;&lt;&lt;&lt;&lt; Encrypted &gt;&g= t;&gt;&gt;&gt;&gt;");<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= XMLUtils.PrettyElementToWriter(encryptedMsg.getSOAPEnvelope().getAsDOM()= ,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp; new PrintWriter(System.out));<br>*/<br>&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Message signedMsg =3D app.signSOAPEnv= elope(unsignedEnvelope);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp; System.out.println("\n&lt;&lt;&lt;&lt;&lt;&lt; Signed &gt;&gt;&gt;&gt= ;&gt;&gt;");<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XMLUtils= .PrettyElementToWriter(signedMsg.getSOAPEnvelope().getAsDOM(),<br>&nbsp;&= nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs= p;&nbsp; new PrintWriter(System.out));&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nb= sp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; catch (Exception e)<br>&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp; e.printStackTrace();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp= ;&nbsp; }</div> <div>&nbsp;&nbsp; /**<br>&nbsp;&nbsp;&nbsp; * WSSecuritySample constructo= r<br>&nbsp;&nbsp;&nbsp; */<br>&nbsp;&nbsp; public WSSecuritySample()<br>&= nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; engine =3D new AxisClient= (new NullProvider());<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; msgContext =3D ne= w MessageContext(engine);<br>&nbsp;&nbsp; }</div> <div>&nbsp;&nbsp; /**<br>&nbsp;&nbsp;&nbsp; * Creates and returns an Axis= message from a<br>&nbsp;&nbsp;&nbsp; * SOAP envelope string.<br>&nbsp;&n= bsp;&nbsp; *<br>&nbsp;&nbsp;&nbsp; * @param unsignedEnvelope&nbsp;&nbsp; = a string containing a SOAP<br>&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; envelope<br>= &nbsp;&nbsp;&nbsp; * @return &lt;code&gt;Message&lt;/code&gt;&nbsp;&nbsp;= the Axis message<br>&nbsp;&nbsp;&nbsp; */<br>&nbsp;&nbsp; private Messag= e getAxisMessage(String unsignedEnvelope)<br>&nbsp;&nbsp; {<br>&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp; InputStream inStream =3D<br>&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp; new ByteArrayInputStream(unsignedEnvelope.getByt= es());<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Message axisMessage =3D new Mess= age(inStream);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; axisMessage.setMessageCo= ntext(msgContext);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return axisMessage;<= br>&nbsp;&nbsp; }</div> <div>&nbsp;&nbsp; /**<br>&nbsp;&nbsp;&nbsp; * Creates a signed SOAP messa= ge in compliance with WS-Security.<br>&nbsp;&nbsp;&nbsp; *<br>&nbsp;&nbsp= ;&nbsp; * @return &lt;code&gt;Message&lt;/code&gt;&nbsp; the signed SOAP = envelope<br>&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp; as an Axis message<br>&nbsp;&nbsp;&nbsp; * @throws Exception on e= rror<br>&nbsp;&nbsp;&nbsp; */<br>&nbsp;&nbsp; public Message signSOAPEnve= lope(SOAPEnvelope unsignedEnvelope)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; thr= ows Exception<br>&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // WSSi= gnEnvelope signs a SOAP envelope according to the<br>&nbsp;&nbsp;&nbsp;&n= bsp;&nbsp; // WS Specification (X509 profile) and adds the signature data= <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // to the envelope.<br>&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp; WSSignEnvelope signer =3D new WSSignEnvelope();</div> <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; String alias =3D "16c73ab6-b892-458f-= abf5-2f875f74882e";<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; String password =3D= "security";<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; signer.setUserInfo(alias, = password);</div> <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Document doc =3D unsignedEnvelope.get= AsDocument();</div> <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // The "build" method, creates the si= gned SOAP envelope.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // It takes a SOAP = Envelope as a W3C Document and adds<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // = a WSS Signature header to it. The signed elements<br>&nbsp;&nbsp;&nbsp;&n= bsp;&nbsp; // depend on the signature parts that are specified by<br>&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp; // the WSBaseMessage.setParts(java.util.Vector= parts)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // method. By default, SOAP Bod= y is signed.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // The "crypto" parameter = is the object that implements<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // access= to the keystore and handling of certificates.<br>&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp; // A default implementation is included:<br>&nbsp;&nbsp;&nbsp;&nb= sp;&nbsp; //&nbsp;&nbsp;&nbsp; org.apache.ws.security.components.crypto.M= erlin<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Document signedDoc =3D signer.bui= ld(doc, crypto);</div> <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Convert the signed document into a= SOAP message.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Message signedSOAPMsg =3D= <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (org.apache.axis.Mes= sage)AxisUtil.toSOAPMessage(signedDoc);</div> <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return signedSOAPMsg;<br>&nbsp;&nbsp;= }</div> <div>&nbsp;&nbsp; /**<br>&nbsp;&nbsp;&nbsp; * Adds user tokens to a SOAP = envelope in compliance with WS-Security.<br>&nbsp;&nbsp;&nbsp; *<br>&nbsp= ;&nbsp;&nbsp; * @return &lt;code&gt;Message&lt;/code&gt;&nbsp; the signed= SOAP envelope<br>&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp; as an Axis message<br>&nbsp;&nbsp;&nbsp; * @throws Exceptio= n on error<br>&nbsp;&nbsp;&nbsp; */<br>&nbsp;&nbsp; public Message addUse= rTokens(SOAPEnvelope unsignedEnvelope)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = throws Exception<br>&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WSEn= cryptBody wsEncrypt =3D new WSEncryptBody();</div> <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Get the message as document<br>&nb= sp;&nbsp;&nbsp;&nbsp;&nbsp; Document doc =3D unsignedEnvelope.getAsDocume= nt();</div> <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; String username =3D "joedoe";<br>&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp; String password =3D "this is a lot of foobar "= ;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; byte[] key =3D password.getBytes();</= div> <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Add the UserNameToken.<br>&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp; WSSAddUsernameToken builder =3D<br>&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; new WSSAddUsernameToken("", false);<br>= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; builder.setPasswordType(WSConstants.PASSWO= RD_TEXT);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; builder.build(doc, username, = password);</div> <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Add an Id to it.<br>&nbsp;&nbsp;&n= bsp;&nbsp;&nbsp; Element usrEle =3D<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp; (Element)(doc.getElementsByTagNameNS(WSConstants.WSS= E_NS,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Usern= ameToken").item(0));<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; String idValue =3D= "7654";<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; usrEle.setAttribute("Id", idVa= lue);</div> <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Create a Reference to the UserName= Token.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Reference ref =3D new Reference(= WSSConfig.getDefaultWSConfig(),<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp; doc);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ref.se= tURI("#" + idValue);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ref.setValueType("= UsernameToken");<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SecurityTokenReference= secRef =3D<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; new= SecurityTokenReference(WSSConfig.getDefaultWSConfig(),<br>&nbsp;&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; doc);<br>&nbsp;&= nbsp;&nbsp;&nbsp;&nbsp; secRef.setReference(ref);</div> <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // adding the namespace<br>&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp; WSSecurityUtil.setNamespace(secRef.getElement(),<br>= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WSConstants.WSSE_NS,= <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WSConstants.WSSE= _PREFIX);</div> <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Setting necessary parameters in WS= EncryptBody.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wsEncrypt.setKeyIdentifier= Type(WSConstants.EMBED_SECURITY_TOKEN_REF);<br>&nbsp;&nbsp;&nbsp;&nbsp;&n= bsp; wsEncrypt.setSecurityTokenReference(secRef);<br>&nbsp;&nbsp;&nbsp;&n= bsp;&nbsp; wsEncrypt.setKey(key);</div> <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Encrypt using the using the key<br= >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Document encDoc =3D wsEncrypt.build(doc, = crypto);</div> <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Convert the document into a SOAP m= essage.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Message signedMsg =3D<br>&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (Message)AxisUtil.toSOAPMessag= e(encDoc);</div> <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return signedMsg;<br>&nbsp;&nbsp; }</= div> <div>&nbsp;&nbsp; /**<br>&nbsp;&nbsp;&nbsp; * Encrypts a SOAP envelope in= compliance with WS-Security.<br>&nbsp;&nbsp;&nbsp; *<br>&nbsp;&nbsp;&nbs= p; * @return &lt;code&gt;Message&lt;/code&gt;&nbsp; the signed SOAP envel= ope<br>&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs= p; as an Axis message<br>&nbsp;&nbsp;&nbsp; * @throws Exception on error<= br>&nbsp;&nbsp;&nbsp; */<br>&nbsp;&nbsp; public Message encryptSOAPEnvelo= pe(SOAPEnvelope unsignedEnvelope,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Message axisMessage)<br>&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp; throws Exception<br>&nbsp;&nbsp; {<br>&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp; WSEncryptBody encrypt =3D new WSEncryptBody();<br>&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp; encrypt.setUserInfo("16c73ab6-b892-458f-abf5-2= f875f74882e");</div> <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Before Encryption<br>&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp; Document doc =3D unsignedEnvelope.getAsDocument();<br>&= nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Document encryptedDoc =3D encrypt.build(doc= , crypto);</div> <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Convert the document into a SOAP m= essage.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Message encryptedMsg =3D (Messa= ge) AxisUtil.toSOAPMessage(encryptedDoc);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbs= p; String soapPart =3D encryptedMsg.getSOAPPartAsString();<br>&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp; ((SOAPPart)axisMessage.getSOAPPart()).setCurrentMessa= ge(soapPart,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp; SOAPPart.FORM_STRING);</div> <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; encryptedDoc =3D axisMessage.getSOAPE= nvelope().getAsDocument();</div> <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Convert the document into a SOAP m= essage.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Message encryptedSOAPMsg =3D<br= >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (Message)AxisUtil.toSOA= PMessage(encryptedDoc);</div> <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return encryptedSOAPMsg;<br>&nbsp;&nb= sp; }<br>}</div><div><font face=3D"Verdana" size=3D"2"></font></div> </body></html> ----=_vm_0011_W3742131678_25680_1154537485-- From [email protected] Thu Aug 03 01:26:02 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66621 invoked from network); 3 Aug 2006 01:26:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Aug 2006 01:26:01 -0000 Received: (qmail 47105 invoked by uid 500); 3 Aug 2006 01:24:52 -0000 Delivered-To: [email protected] Received: (qmail 45947 invoked by uid 500); 3 Aug 2006 01:24:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 45320 invoked by uid 99); 3 Aug 2006 01:24:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Aug 2006 18:24:47 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO ug-out-1314.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Aug 2006 17:59:45 -0700 Received: by ug-out-1314.google.com with SMTP id q2so599484uge for <[email protected]>; Wed, 02 Aug 2006 17:59:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=VuAQxpeYWIhhujo81gcz+Zl+dfLLT3/IHEIiRpIrnEBP19nlYrxwsP8HNzXASQS3QmC6BEQSHviWWgMol02cpyC/UDOx9uIpDsoo4kRnLCIjwEJYm7dlrwJRQZbmGTCoA747YSOZZgalwblDnnXXTG/htVOtsW7u0gesQNAc1mc= Received: by 161.129.204.104 with SMTP id c12mr1900172ugm; Wed, 02 Aug 2006 17:59:24 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 2 Aug 2006 17:59:24 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 2 Aug 2006 17:59:24 -0700 From: akkachotu <[email protected]> To: [email protected] Subject: Consumer + intermediary + Provider = digest value mismatch MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I have been working with Axis 1.x, WSS4J for sometime. There is a propietary intermediary that we are using that just acts like a kind of proxy between the consumer and provider. This intermediary will not modify the soap message when it passes the soap message from the consumer to the provider. I usually sign the body and try to verify the signature and occassionaly I face an exceptions like "digest value mismatch" while trying to validate the signature. What I feel is after the soap messages with signature reach from the consumr to the provider, on the provider end somehow the body gets modified with some not so eye visible newline characters, spaces etc. that breaks the signature verification. When WSS4J calculates the digest on the body and compares this digest value with the digest value that is already present in the digest value element of the SignedInfo element then if they both do not match then I get "digest value mismatch" error from WSS4J. All this stuff may happen even with the signature value. I tried these settings on both client side and provider side with Axis 1.2, Axis 1.2.1, Axis 1.3, Axis 1.4, WSS4J 1.5 but these settings did not solve the problem even though I dont really what these settings do. <parameter name="enableNamespacePrefixOptimization" value="false"/> <parameter name="disablePrettyXML" value="true"/> Now my question is do we have any workaround may be at the axis level or wss4j for fixing this problem because I dont have any control on the intermediary if by any chance it is modifying the soap message when it passses the message to the provider and I am pretty sure that in our case it WILL not modify the soap message. Please suggest. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 04 20:47:09 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36092 invoked from network); 4 Aug 2006 20:47:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Aug 2006 20:47:09 -0000 Received: (qmail 39472 invoked by uid 500); 4 Aug 2006 20:47:09 -0000 Delivered-To: [email protected] Received: (qmail 39127 invoked by uid 500); 4 Aug 2006 20:47:07 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 39109 invoked by uid 99); 4 Aug 2006 20:47:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2006 13:47:07 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO mail.infravio.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2006 13:47:06 -0700 Received: from soumadeep ([161.129.204.104]) by mail.infravio.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 4 Aug 2006 13:46:41 -0700 Message-ID: <001301c6b807$16499240$3200a8c0@soumadeep> From: "Soumadeep-Infravio" <[email protected]> To: <[email protected]> Cc: <[email protected]> References: <[email protected]> <[email protected]> Subject: Wss4j and Indigo Date: Sat, 5 Aug 2006 02:16:34 +0530 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-OriginalArrivalTime: 04 Aug 2006 20:46:41.0703 (UTC) FILETIME=[17039370:01C6B807] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Dims, >From a user perspect would like to know what are the plans for resolving interop issues with Indigo in the near future. Or to put it bluntly do you think there is a remote possibility of this happening soon :-) Would look forward to your reply. Best regards Soumadeep --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 04 20:53:26 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37351 invoked from network); 4 Aug 2006 20:53:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Aug 2006 20:53:25 -0000 Received: (qmail 44072 invoked by uid 500); 4 Aug 2006 20:53:24 -0000 Delivered-To: [email protected] Received: (qmail 44020 invoked by uid 500); 4 Aug 2006 20:53:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 44009 invoked by uid 99); 4 Aug 2006 20:53:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2006 13:53:24 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO fork7.mail.virginia.edu) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2006 13:53:23 -0700 Received: from localhost (localhost [161.129.204.104]) by fork7.mail.virginia.edu (Postfix) with ESMTP id 1309C1F516B; Fri, 4 Aug 2006 16:53:03 -0400 (EDT) Received: from fork7.mail.virginia.edu ([161.129.204.104]) by localhost (fork7.mail.virginia.edu [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id 28071-03-2; Fri, 4 Aug 2006 16:53:02 -0400 (EDT) Received: from [161.129.204.104] (d-128-5-43.bootp.Virginia.EDU [161.129.204.104]) by fork7.mail.virginia.edu (Postfix) with ESMTP id A91811F51AB; Fri, 4 Aug 2006 16:53:02 -0400 (EDT) Message-ID: <[email protected]> Date: Fri, 04 Aug 2006 16:53:02 -0400 From: David Del Vecchio <[email protected]> User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Soumadeep-Infravio <[email protected]> CC: [email protected] Subject: Re: Wss4j and Indigo References: <[email protected]> <[email protected]> <001301c6b807$16499240$3200a8c0@soumadeep> In-Reply-To: <001301c6b807$16499240$3200a8c0@soumadeep> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-UVA-Virus-Scanned: by [email protected] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N What specifically are the interop issues? Do we have a list of them? David Soumadeep-Infravio wrote: > Hi Dims, > >> From a user perspect would like to know what are the plans for resolving > > interop issues with Indigo in the near future. Or to put it bluntly do > you think there is a remote possibility of this happening soon :-) > > Would look forward to your reply. > > Best regards > Soumadeep > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 04 21:22:24 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46416 invoked from network); 4 Aug 2006 21:22:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Aug 2006 21:22:23 -0000 Received: (qmail 70743 invoked by uid 500); 4 Aug 2006 21:22:22 -0000 Delivered-To: [email protected] Received: (qmail 70679 invoked by uid 500); 4 Aug 2006 21:22:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 70668 invoked by uid 99); 4 Aug 2006 21:22:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2006 14:22:22 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2006 14:22:20 -0700 Received: by nf-out-0910.google.com with SMTP id a4so273561nfc for <[email protected]>; Fri, 04 Aug 2006 14:21:59 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DvKbQMPJQ5JdeZW75jMLsjeJ8S/+YQCeK9wYUHzdaxhrHfPQupXdYlnHh5rFEC1HJASbUCiI62iJU0UQcG5RTEV77hSgKCLDKVRNayrn0GLHMZ7jqyaED73/acvdCO2pNN7s+BczXIMHC+2D27JxLYZEfK9rBWasJsJArW0qgjY= Received: by 161.129.204.104 with SMTP id n3mr5974592nfi; Fri, 04 Aug 2006 14:21:59 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Fri, 4 Aug 2006 14:21:59 -0700 (PDT) Message-ID: <[email protected]> Date: Fri, 4 Aug 2006 17:21:59 -0400 From: "Davanum Srinivas" <[email protected]> Reply-To: [email protected] To: Soumadeep-Infravio <[email protected]> Subject: Re: Wss4j and Indigo Cc: [email protected] In-Reply-To: <001301c6b807$16499240$3200a8c0@soumadeep> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <[email protected]> <[email protected]> <001301c6b807$16499240$3200a8c0@soumadeep> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N If you open up a JIRA issue with specific problems and test cases, it can be fixed. -- dims On 8/4/06, Soumadeep-Infravio <[email protected]> wrote: > Hi Dims, > > From a user perspect would like to know what are the plans for resolving > interop issues with Indigo in the near future. Or to put it bluntly do you > think there is a remote possibility of this happening soon :-) > > Would look forward to your reply. > > Best regards > Soumadeep > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 04 21:35:44 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50878 invoked from network); 4 Aug 2006 21:35:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Aug 2006 21:35:43 -0000 Received: (qmail 91025 invoked by uid 500); 4 Aug 2006 21:35:42 -0000 Delivered-To: [email protected] Received: (qmail 90974 invoked by uid 500); 4 Aug 2006 21:35:42 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 90963 invoked by uid 99); 4 Aug 2006 21:35:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2006 14:35:42 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO mail.infravio.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2006 14:35:29 -0700 Received: from soumadeep ([161.129.204.104]) by mail.infravio.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 4 Aug 2006 14:31:58 -0700 Message-ID: <000501c6b80d$68d78c00$3200a8c0@soumadeep> From: "Soumadeep-Infravio" <[email protected]> To: <[email protected]> Cc: <[email protected]> References: <[email protected]> <[email protected]> <001301c6b807$16499240$3200a8c0@soumadeep> <[email protected]> Subject: Re: Wss4j and Indigo Date: Sat, 5 Aug 2006 03:01:53 +0530 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-OriginalArrivalTime: 04 Aug 2006 21:31:58.0765 (UTC) FILETIME=[6A8255D0:01C6B80D] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Will do... Thanks Soumadeep ----- Original Message ----- From: "Davanum Srinivas" <[email protected]> To: "Soumadeep-Infravio" <[email protected]> Cc: <[email protected]> Sent: Saturday, August 05, 2006 2:51 AM Subject: Re: Wss4j and Indigo > If you open up a JIRA issue with specific problems and test cases, it > can be fixed. > > -- dims > > On 8/4/06, Soumadeep-Infravio <[email protected]> wrote: >> Hi Dims, >> >> From a user perspect would like to know what are the plans for resolving >> interop issues with Indigo in the near future. Or to put it bluntly do >> you >> think there is a remote possibility of this happening soon :-) >> >> Would look forward to your reply. >> >> Best regards >> Soumadeep >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > -- > Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers) > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 09 03:05:53 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40568 invoked from network); 9 Aug 2006 03:05:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Aug 2006 03:05:52 -0000 Received: (qmail 80445 invoked by uid 500); 9 Aug 2006 03:05:51 -0000 Delivered-To: [email protected] Received: (qmail 80389 invoked by uid 500); 9 Aug 2006 03:05:51 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 80378 invoked by uid 99); 9 Aug 2006 03:05:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 20:05:51 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO av-is1.avoga.com.au) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 20:05:49 -0700 Received: from mail.avoga.com.au ([161.129.204.104]) by av-is1.avoga.com.au with Microsoft SMTPSVC651.232.9545); Wed, 9 Aug 2006 13:07:37 +1000 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C6BB60.F783498E" Subject: The signature verification failed Date: Wed, 9 Aug 2006 13:05:15 +1000 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: The signature verification failed Thread-Index: Aca7X7TT5vgDm/RXQsuiCU9JStDWKwAAO4ZT References: <[email protected]> From: "Mark Badorrek" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 09 Aug 2006 03:07:37.0192 (UTC) FILETIME=[F7996E80:01C6BB60] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C6BB60.F783498E Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Dear all, =20 I've successfully used Signature/Encryption with WWS4j with self-signed = certificates from the client and server, using certificates exchanged = between the two keystores. =20 I've tried to be a little more realistic and defined my own CA ,using = OpenSSL to create a caKey and caCertificate. (I converted the = caCertificate to a DER format) =20 I've used the java keytool to create : a server keystore and key a client keystore and key. =20 I then created a 'certificate signing requests' for both the server and = client private keys. I then signed these CSRs with my OpenSSL CA, and converted them to DER = format. I then: returned the caCertificate (DER format) to both the client and = server keystores. returned the signed client certificate to the client keystore, and = the signed server certificate to the server keystore. =20 I then added the server certificate to the client keystore (I believe = that this is the correct thing to do??). =20 Thus: =20 Server keystore serverKey =20 caCertificate serverCertificate (signed by ca) =20 Client keystore clientKey caCertificate clientCertificate (signed by ca) serverCertificate (signed by ca) =20 =20 Question 1: Is this generally the correct way to do things? =20 Question 2: The server fails with "The signature verification failed". =20 I'm using Java 1.5, Tomcat 5.0.30, Axis 1.4 and the current release of = WSS4J. =20 Can anyone assist with this? If the above looks OK I'll send more = detailed info. =20 Many thanks in advance, =20 Mark B =20 Server stacktrace follows: org.apache.ws.security.WSSecurityException: The signature verification = failed at = org.apache.ws.security.processor.SignatureProcessor.verifyXMLSignature(Si= gnatureProcessor.java:248) at = org.apache.ws.security.processor.SignatureProcessor.handleToken(Signature= Processor.java:79) at = org.apache.ws.security.WSSecurityEngine.processSecurityHeader(WSSecurityE= ngine.java:269) at = org.apache.ws.security.WSSecurityEngine.processSecurityHeader(WSSecurityE= ngine.java:191) at = org.apache.ws.axis.security.WSDoAllReceiver.invoke(WSDoAllReceiver.java:1= 59) at = org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.ja= va:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at = org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.ja= va:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at = org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454) at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) at = org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:709) at = org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.ja= va:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at = org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicat= ionFilterChain.java:237) at = org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilte= rChain.java:157) at = org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve= .java:214) at = org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCon= text.java:104) at = org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:52= 0) at = org.apache.catalina.core.StandardContextValve.invokeInternal(StandardCont= extValve.java:198) at = org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve= .java:152) at = org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCon= text.java:104) at = org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:52= 0) at = org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:= 137) at = org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCon= text.java:104) at = org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:= 118) at = org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCon= text.java:102) at = org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:52= 0) at = org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.j= ava:109) at = org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCon= text.java:104) at = org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:52= 0) at = org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929) at = org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160) at = org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799= ) at = org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processCo= nnection(Http11Protocol.java:705) at = org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577= ) at = org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.= java:683) at java.lang.Thread.run(Thread.java:595) =20 =20 =20 =20 ------_=_NextPart_001_01C6BB60.F783498E Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; = charset=3Diso-8859-1">=0A= <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML = DIR=3Dltr><HEAD></HEAD><BODY>=0A= <DIV id=3DidOWAReplyText8636 dir=3Dltr>=0A= <DIV dir=3Dltr><FONT face=3DArial color=3D#000000 size=3D2>Dear = all,</FONT></DIV></DIV>=0A= <DIV dir=3Dltr>=0A= <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A= <DIV><FONT face=3DArial size=3D2>I've successfully used = Signature/Encryption with =0A= WWS4j with self-signed certificates from the client and server, =0A= using&nbsp;certificates exchanged between the two keystores.</FONT></DIV>=0A= <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A= <DIV><FONT face=3DArial size=3D2>I've tried to be a little more = realistic and =0A= defined my&nbsp;own CA ,using OpenSSL to create a caKey and = caCertificate. (I =0A= converted the caCertificate to a DER format)</FONT></DIV>=0A= <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A= <DIV><FONT face=3DArial size=3D2>I've used the java keytool to create = :</FONT></DIV>=0A= <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; a server keystore = and =0A= key</FONT></DIV>=0A= <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; a client keystore = and =0A= key.</FONT></DIV>=0A= <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A= <DIV><FONT face=3DArial size=3D2>I then created a 'certificate signing = requests' for =0A= both the server and client private keys.</FONT></DIV>=0A= <DIV><FONT face=3DArial size=3D2>I then signed these CSRs with my = OpenSSL CA, and =0A= converted them to DER format.</FONT></DIV>=0A= <DIV><FONT face=3DArial size=3D2>I then:</FONT></DIV>=0A= <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; returned the = caCertificate (DER =0A= format)&nbsp;to both the client and server keystores.</FONT></DIV>=0A= <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; returned the signed = client =0A= certificate to the client keystore, and the signed server certificate to = the =0A= server keystore.</FONT></DIV>=0A= <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A= <DIV><FONT face=3DArial size=3D2>I then added the server certificate to = the client =0A= keystore (I believe that this is the correct thing to do??).</FONT></DIV>=0A= <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A= <DIV><FONT face=3DArial size=3D2>Thus:</FONT></DIV>=0A= <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A= <DIV><FONT face=3DArial size=3D2>Server keystore</FONT></DIV>=0A= <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; = serverKey&nbsp;&nbsp;&nbsp; =0A= </FONT></DIV>=0A= <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; = caCertificate</FONT></DIV>=0A= <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; serverCertificate = (signed by =0A= ca)</FONT></DIV>=0A= <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A= <DIV><FONT face=3DArial size=3D2>Client keystore</FONT></DIV>=0A= <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; = clientKey</FONT></DIV>=0A= <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; = caCertificate</FONT></DIV>=0A= <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; clientCertificate = (signed by =0A= ca)</FONT></DIV>=0A= <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; serverCertificate = (signed by =0A= ca)</FONT></DIV>=0A= <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A= <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A= <DIV><FONT face=3DArial size=3D2>Question 1: Is this generally the = correct way to do =0A= things?</FONT></DIV>=0A= <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A= <DIV><FONT face=3DArial size=3D2>Question 2: The server fails with = "<FONT =0A= color=3D#000000 size=3D2>The signature verification = failed</FONT>".</FONT></DIV>=0A= <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A= <DIV><FONT face=3DArial size=3D2>I'm using Java 1.5, Tomcat 5.0.30, Axis = 1.4 and the =0A= current release of WSS4J.</FONT></DIV>=0A= <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A= <DIV><FONT face=3DArial size=3D2>Can anyone assist with this? If the = above looks OK =0A= I'll send more detailed info.</FONT></DIV>=0A= <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A= <DIV><FONT face=3DArial size=3D2>Many thanks in advance,</FONT></DIV>=0A= <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A= <DIV><FONT face=3DArial size=3D2>Mark B</FONT></DIV>=0A= <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A= <DIV><FONT face=3DArial size=3D2>Server stacktrace follows:</FONT></DIV>=0A= <DIV><FONT face=3DArial = size=3D2>org.apache.ws.security.WSSecurityException: The =0A= signature verification failed<BR>&nbsp;at =0A= org.apache.ws.security.processor.SignatureProcessor.verifyXMLSignature(Si= gnatureProcessor.java:248)<BR>&nbsp;at =0A= org.apache.ws.security.processor.SignatureProcessor.handleToken(Signature= Processor.java:79)<BR>&nbsp;at =0A= org.apache.ws.security.WSSecurityEngine.processSecurityHeader(WSSecurityE= ngine.java:269)<BR>&nbsp;at =0A= org.apache.ws.security.WSSecurityEngine.processSecurityHeader(WSSecurityE= ngine.java:191)<BR>&nbsp;at =0A= org.apache.ws.axis.security.WSDoAllReceiver.invoke(WSDoAllReceiver.java:1= 59)<BR>&nbsp;at =0A= org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.ja= va:32)<BR>&nbsp;at =0A= org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)<BR>&nbsp;at =0A= org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)<BR>&nbsp;at =0A= org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.ja= va:32)<BR>&nbsp;at =0A= org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)<BR>&nbsp;at =0A= org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)<BR>&nbsp;at =0A= org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)<BR= >&nbsp;at =0A= org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)<BR>&nbsp;at= =0A= org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)<B= R>&nbsp;at =0A= javax.servlet.http.HttpServlet.service(HttpServlet.java:709)<BR>&nbsp;at =0A= org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.ja= va:327)<BR>&nbsp;at =0A= javax.servlet.http.HttpServlet.service(HttpServlet.java:802)<BR>&nbsp;at =0A= org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicat= ionFilterChain.java:237)<BR>&nbsp;at =0A= org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilte= rChain.java:157)<BR>&nbsp;at =0A= org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve= .java:214)<BR>&nbsp;at =0A= org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCon= text.java:104)<BR>&nbsp;at =0A= org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:52= 0)<BR>&nbsp;at =0A= org.apache.catalina.core.StandardContextValve.invokeInternal(StandardCont= extValve.java:198)<BR>&nbsp;at =0A= org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve= .java:152)<BR>&nbsp;at =0A= org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCon= text.java:104)<BR>&nbsp;at =0A= org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:52= 0)<BR>&nbsp;at =0A= org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:= 137)<BR>&nbsp;at =0A= org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCon= text.java:104)<BR>&nbsp;at =0A= org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:= 118)<BR>&nbsp;at =0A= org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCon= text.java:102)<BR>&nbsp;at =0A= org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:52= 0)<BR>&nbsp;at =0A= org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.j= ava:109)<BR>&nbsp;at =0A= org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCon= text.java:104)<BR>&nbsp;at =0A= org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:52= 0)<BR>&nbsp;at =0A= org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)<BR>= &nbsp;at =0A= org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)<B= R>&nbsp;at =0A= org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799= )<BR>&nbsp;at =0A= org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processCo= nnection(Http11Protocol.java:705)<BR>&nbsp;at =0A= org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577= )<BR>&nbsp;at =0A= org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.= java:683)<BR>&nbsp;at =0A= java.lang.Thread.run(Thread.java:595)</FONT></DIV>=0A= <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A= <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A= <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A= <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV></DIV></BODY></HTML> ------_=_NextPart_001_01C6BB60.F783498E-- From [email protected] Wed Aug 09 04:59:06 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66693 invoked from network); 9 Aug 2006 04:59:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Aug 2006 04:59:05 -0000 Received: (qmail 63967 invoked by uid 500); 9 Aug 2006 04:59:04 -0000 Delivered-To: [email protected] Received: (qmail 63909 invoked by uid 500); 9 Aug 2006 04:59:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 63898 invoked by uid 99); 9 Aug 2006 04:59:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 21:59:04 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO av-is1.avoga.com.au) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 21:59:03 -0700 Received: from mail.avoga.com.au ([161.129.204.104]) by av-is1.avoga.com.au with Microsoft SMTPSVC651.232.9545); Wed, 9 Aug 2006 15:00:49 +1000 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C6BB70.C82AEB28" Subject: The signature verification failed Date: Wed, 9 Aug 2006 15:00:49 +1000 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: The signature verification failed Thread-Index: Aca7cMgq/4kc7lVeSS+MnfHGH7r6BA== From: "Mark Badorrek" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 09 Aug 2006 05:00:49.0713 (UTC) FILETIME=[C841E210:01C6BB70] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C6BB70.C82AEB28 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Fixed - I needed this line in the client deployment descriptor = "doAllSender" section: =20 <parameter name=3D"signatureKeyIdentifier" = value=3D"DirectReference" /> I guess that in order to do encryption I still need the server = certicicate loaded into the client keystore, thus needing a line like = the following in the client deploy.wsdd "doAllSender" section: <parameter name=3D"encryptionUser" value=3D"my_server_alias" /> Cheers, =20 Mark B =20 =20 ------_=_NextPart_001_01C6BB70.C82AEB28 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML = DIR=3Dltr><HEAD><META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; = charset=3Diso-8859-1"></HEAD><BODY><DIV><FONT face=3D'Arial' = color=3D#000000 size=3D2>Fixed - I needed this line in the client = deployment =0A= descriptor "doAllSender" section:</FONT></DIV>=0A= <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A= <DIV><FONT face=3DArial size=3D2><FONT color=3D#008080 size=3D2>=0A= <P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</FONT><FONT color=3D#3f7f7f =0A= size=3D2>parameter </FONT><FONT color=3D#7f007f = size=3D2>name</FONT><FONT =0A= size=3D2>=3D</FONT><FONT color=3D#2a00ff = size=3D2>"signatureKeyIdentifier" </FONT><FONT =0A= color=3D#7f007f size=3D2>value</FONT><FONT size=3D2>=3D</FONT><FONT = color=3D#2a00ff =0A= size=3D2>"DirectReference" </FONT><FONT color=3D#008080 = size=3D2>/&gt;</FONT></P>=0A= <P><FONT color=3D#008080 size=3D2>I guess that in order to do encryption = I still =0A= need the server certicicate loaded into the client keystore, thus = needing a line =0A= like the following in the client deploy.wsdd "doAllSender" =0A= section:</FONT></P><FONT color=3D#008080 size=3D2><FONT color=3D#008080 = size=3D2>=0A= <P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</FONT><FONT color=3D#3f7f7f =0A= size=3D2>parameter </FONT><FONT color=3D#7f007f = size=3D2>name</FONT><FONT =0A= color=3D#000000 size=3D2>=3D</FONT><FONT color=3D#2a00ff = size=3D2>"encryptionUser" =0A= </FONT><FONT color=3D#7f007f size=3D2>value</FONT><FONT color=3D#000000 =0A= size=3D2>=3D</FONT><FONT color=3D#2a00ff size=3D2>"my_server_alias" = </FONT><FONT =0A= color=3D#008080 size=3D2>/&gt;</FONT></P>=0A= <P><FONT color=3D#008080 size=3D2>Cheers,</FONT></P>=0A= <P><FONT color=3D#008080 size=3D2></FONT>&nbsp;</P>=0A= <P><FONT color=3D#008080 size=3D2>Mark B</FONT></P>=0A= <P><FONT color=3D#008080 size=3D2>&nbsp;</P></FONT></FONT>=0A= <P><FONT color=3D#008080 = size=3D2>&nbsp;</P></FONT></FONT></DIV></BODY></HTML> ------_=_NextPart_001_01C6BB70.C82AEB28-- From [email protected] Wed Aug 09 09:04:04 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59931 invoked from network); 9 Aug 2006 09:04:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Aug 2006 09:04:04 -0000 Received: (qmail 40824 invoked by uid 500); 9 Aug 2006 09:04:02 -0000 Delivered-To: [email protected] Received: (qmail 40785 invoked by uid 500); 9 Aug 2006 09:04:02 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 40774 invoked by uid 99); 9 Aug 2006 09:04:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 02:04:02 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 02:04:01 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 2550271421B for <[email protected]>; Wed, 9 Aug 2006 09:01:18 +0000 (GMT) Message-ID: <7503746.1155114078149.JavaMail.jira@brutus> Date: Wed, 9 Aug 2006 02:01:18 -0700 (PDT) From: "Falk Bauer (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (WSS-52) ArrayIndexOutOfBoundsException if certs.length > 1 In-Reply-To: <11293588.1154439794097.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/WSS-52?page=comments#action_12426876 ] Falk Bauer commented on WSS-52: ------------------------------- It is right that your provided solution patchs one issue in this code-snippet. But i think there is another issue at this place: The certificate path (as an array) has to be build to verify the trust of the given certificate in the message. The first cert in the cert-array has to be the cert which was given in the message. The followings certs have to be the certs which have hierachically signed the given certificate up to a root-ca. But the code above adds the same cert again and again to the path-array: ********************************** cert = certs[i] //in the cert-variable there is always the same certificate x509certs[j + 1] = cert //for every loop the same cert is added into the path-array. ********************************** So i think there is a typo in the assignment of the cert-variable and the code should be written in the following way: ********************************** cert = certs[j] ********************************** In this way all the given certificates will be added into the path-array for later validation in the described way. > ArrayIndexOutOfBoundsException if certs.length > 1 > -------------------------------------------------- > > Key: WSS-52 > URL: http://issues.apache.org/jira/browse/WSS-52 > Project: WSS4J > Issue Type: Bug > Reporter: Thomas Leonard > Assigned To: Davanum Srinivas > Attachments: wshandler2.patch > > > In WSHandler.java we have (revision 427569): > X509Certificate[] x509certs = new X509Certificate[certs.length + 1]; > // Then add the first certificate ... > x509certs[0] = cert; > // ... and the other certificates > for (int j = 0; j < certs.length; j++) { > cert = certs[i]; > x509certs[certs.length + j] = cert; > } > So, the highest index available in x509certs is "certs.length", while the highest index we write to is "certs.length * 2 - 1". > This code will only work if certs.length < 2. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 09 10:30:10 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93776 invoked from network); 9 Aug 2006 10:30:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Aug 2006 10:30:08 -0000 Received: (qmail 73009 invoked by uid 500); 9 Aug 2006 10:30:07 -0000 Delivered-To: [email protected] Received: (qmail 72959 invoked by uid 500); 9 Aug 2006 10:30:06 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 72948 invoked by uid 99); 9 Aug 2006 10:30:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 03:30:06 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_10_20,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 03:30:06 -0700 Received: by nf-out-0910.google.com with SMTP id q29so112168nfc for <[email protected]>; Wed, 09 Aug 2006 03:29:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=SG5776M4vL8El6jojB1dhu8dNn8IriP2ZV+1piZJnH/5YG/ihIiwi4hOrSQTUYSV5m1E/swizHn7YJtdXXaNLTLxQjdlZaKJ8XhFVJPMrSaZeYp+IDuOT6zA3vw7b18ZT20eYjg6+z022N/MXIoWEGJ9LrShMnlcRCzXHaQqGJo= Received: by 161.129.204.104 with SMTP id u3mr259419hud; Wed, 09 Aug 2006 03:29:44 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 9 Aug 2006 03:29:44 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 9 Aug 2006 11:29:44 +0100 From: "Ed Sweet" <[email protected]> To: [email protected] Subject: Basic Question: Keystore Setup MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_26766_18257014.1155119384534" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_26766_18257014.1155119384534 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, Sorry if this is the wrong place to post a newbie question regarding the setup of WSS4J - please direct me to a users list rather than dev list if one exists. I'd like to use WSS4J to sign and encrypt POX messages, I'm not using Axis or SOAP. So I'm just getting into WSS4J and am trying to setup a keystore as required by crypto.properties. I've used the procedure at the end of the email to create a jks keystore, as this is the procedure I use to create a working keystore for Tomcat (I guess it's the same procedure...) Then, I've written a simple app to sign a static xml string, that goes something like this: // setup Crypto crypto = CryptoFactory.getInstance(); Document doc = ... // sign document WSSecSignature wsSecSignature = new WSSecSignature(); Document signed = wsSecSignature.build(doc, crypto, new WSSecHeader()); When I run this, I get the following exception: Exception in thread "main" java.lang.NullPointerException at sun.security.provider.JavaKeyStore$JKS.convertAlias(JavaKeyStore.java :40) at sun.security.provider.JavaKeyStore.engineGetCertificateChain( JavaKeyStore.java:135) at java.security.KeyStore.getCertificateChain(KeyStore.java:756) at org.apache.ws.security.components.crypto.AbstractCrypto.getCertificates( AbstractCrypto.java:407) at org.apache.ws.security.message.WSSecSignature.prepare( WSSecSignature.java:272) at org.apache.ws.security.message.WSSecSignature.build( WSSecSignature.java:643) at test.Test.main(Test.java:xxx) The NullPointerException when trying to 'convertAlias' seems to imply there's something wrong with the keystore. The alias in the keystore and the crypto.properties file match, so I'm stumped. I'm very grateful of any help/advice you can offer. If this is a stupid/basic question then I appologise in advance. Thanks, Ed. ==================== Keystore procedure: 1) From a .pem format key, cert and CA cert, create the keystore: openssl pkcs12 -export -in cert.pem -inkey key.pem \\ -out store.p12 -name myAlias -CAfile cacrt.pem -caname root -chain 2) Convert the .p12 keystore to .jks format using: org.mortbay.util.PKCS12Import store.p12 store.jks 3) Add the CA cert as a trusted CA cert. keytool -import -trustcacerts -alias "CA Cert" -file cacrt.pem -keystore store.jks ------=_Part_26766_18257014.1155119384534 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,<br><br>Sorry if this is the wrong place to post a newbie question regarding the setup of WSS4J - please direct me to a users list rather than dev list if one exists.<br><br>I'd like to use WSS4J to sign and encrypt POX messages, I'm not using Axis or SOAP. So I'm just getting into WSS4J and am trying to setup a keystore as required by crypto.properties. I've used the procedure at the end of the email to create a jks keystore, as this is the procedure I use to create a working keystore for Tomcat (I guess it's the same procedure...)<br><br>Then, I've written a simple app to sign a static xml string, that goes something like this: <br><br>// setup<br>Crypto crypto = CryptoFactory.getInstance();<br>Document doc = ...<br><br>// sign document<br>WSSecSignature wsSecSignature = new WSSecSignature();<br>Document signed = wsSecSignature.build(doc, crypto, new WSSecHeader()); <br><br>When I run this, I get the following exception:<br><br>Exception in thread &quot;main&quot; java.lang.NullPointerException<br>&nbsp;&nbsp;&nbsp; at sun.security.provider.JavaKeyStore$JKS.convertAlias(JavaKeyStore.java:40)<br>&nbsp;&nbsp;&nbsp; at sun.security.provider.JavaKeyStore.engineGetCertificateChain(JavaKeyStore.java:135)<br>&nbsp;&nbsp;&nbsp; at java.security.KeyStore.getCertificateChain(KeyStore.java:756)<br>&nbsp;&nbsp;&nbsp; at org.apache.ws.security.components.crypto.AbstractCrypto.getCertificates (AbstractCrypto.java:407)<br>&nbsp;&nbsp;&nbsp; at org.apache.ws.security.message.WSSecSignature.prepare(WSSecSignature.java:272)<br>&nbsp;&nbsp;&nbsp; at org.apache.ws.security.message.WSSecSignature.build(WSSecSignature.java:643)<br>&nbsp;&nbsp;&nbsp; at test.Test.main (Test.java:xxx)<br><br>The NullPointerException when trying to 'convertAlias' seems to imply there's something wrong with the keystore. The alias in the keystore and the crypto.properties file match, so I'm stumped.<br><br> I'm very grateful of any help/advice you can offer. If this is a stupid/basic question then I appologise in advance.<br><br>Thanks,<br><br>Ed.<br><br>====================<br><br>Keystore procedure:<br><br>1) From a .pem format key, cert and CA cert, create the keystore: <br><br>openssl pkcs12 -export -in cert.pem -inkey key.pem \\<br>&nbsp;&nbsp;&nbsp;&nbsp; -out store.p12 -name myAlias -CAfile cacrt.pem -caname root -chain<br><br>2) Convert the .p12 keystore to .jks format using:<br><br>org.mortbay.util.PKCS12Import store.p12 store.jks<br><br>3) Add the CA cert as a trusted CA cert. <br> <br>keytool -import -trustcacerts -alias &quot;CA Cert&quot; -file cacrt.pem -keystore store.jks<br><br> ------=_Part_26766_18257014.1155119384534-- From [email protected] Wed Aug 09 11:51:43 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 20197 invoked from network); 9 Aug 2006 11:51:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Aug 2006 11:51:43 -0000 Received: (qmail 77365 invoked by uid 500); 9 Aug 2006 11:51:42 -0000 Delivered-To: [email protected] Received: (qmail 77167 invoked by uid 500); 9 Aug 2006 11:51:41 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 77149 invoked by uid 99); 9 Aug 2006 11:51:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 04:51:41 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 04:51:38 -0700 Received: by nf-out-0910.google.com with SMTP id q29so134903nfc for <[email protected]>; Wed, 09 Aug 2006 04:51:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=p2VIlXuRqoj7YbXqbhG4BLJ/B4uzDkLA+R8jGYwwzHBV1z03mPCIgaxKQH0MTBr3wOhGR70kB4htvyo1J7wpjR0H7TyoGCma3PZYxTgrNUYrB05/NtpG+2wwqRCZMyXAl+l+ub3gFBvHAffk83Ew5TnwNkvsbxcXzsIbImXiynA= Received: by 161.129.204.104 with SMTP id q19mr280427huc; Wed, 09 Aug 2006 04:51:16 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 9 Aug 2006 04:51:16 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 9 Aug 2006 17:21:16 +0530 From: "Ruchith Fernando" <[email protected]> To: "Ed Sweet" <[email protected]> Subject: Re: Basic Question: Keystore Setup Cc: [email protected] In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Ed, What is the alias of your private key. This should be available in the keystore. you have to set the private key alias along with its password in the WSSecSignature instance. as shown below: wsSecSignature.setUserInfo("privateKeyAlias", "privateKeyPasswd"); BTW if you want to encrypt/sign POX then you can directly use the XML-Sec library. Also you can find a detailed tutorial on setting up keystores for a typical service and a client here [1] Thanks, Ruchith [1] http://www.wso2.net/tutorials/wss4j/2006/06/15/setting-up-keystores On 8/9/06, Ed Sweet <[email protected]> wrote: > Hi, > > Sorry if this is the wrong place to post a newbie question regarding the > setup of WSS4J - please direct me to a users list rather than dev list if > one exists. > > I'd like to use WSS4J to sign and encrypt POX messages, I'm not using Axis > or SOAP. So I'm just getting into WSS4J and am trying to setup a keystore as > required by crypto.properties. I've used the procedure at the end of the > email to create a jks keystore, as this is the procedure I use to create a > working keystore for Tomcat (I guess it's the same procedure...) > > Then, I've written a simple app to sign a static xml string, that goes > something like this: > > // setup > Crypto crypto = CryptoFactory.getInstance(); > Document doc = ... > > // sign document > WSSecSignature wsSecSignature = new WSSecSignature(); > Document signed = wsSecSignature.build(doc, crypto, new WSSecHeader()); > > When I run this, I get the following exception: > > Exception in thread "main" java.lang.NullPointerException > at > sun.security.provider.JavaKeyStore$JKS.convertAlias(JavaKeyStore.java:40) > at > sun.security.provider.JavaKeyStore.engineGetCertificateChain(JavaKeyStore.java:135) > at > java.security.KeyStore.getCertificateChain(KeyStore.java:756) > at > org.apache.ws.security.components.crypto.AbstractCrypto.getCertificates > (AbstractCrypto.java:407) > at > org.apache.ws.security.message.WSSecSignature.prepare(WSSecSignature.java:272) > at > org.apache.ws.security.message.WSSecSignature.build(WSSecSignature.java:643) > at test.Test.main (Test.java:xxx) > > The NullPointerException when trying to 'convertAlias' seems to imply > there's something wrong with the keystore. The alias in the keystore and the > crypto.properties file match, so I'm stumped. > > I'm very grateful of any help/advice you can offer. If this is a > stupid/basic question then I appologise in advance. > > Thanks, > > Ed. > > ==================== > > Keystore procedure: > > 1) From a .pem format key, cert and CA cert, create the keystore: > > openssl pkcs12 -export -in cert.pem -inkey key.pem \\ > -out store.p12 -name myAlias -CAfile cacrt.pem -caname root -chain > > 2) Convert the .p12 keystore to .jks format using: > > org.mortbay.util.PKCS12Import store.p12 store.jks > > 3) Add the CA cert as a trusted CA cert. > > keytool -import -trustcacerts -alias "CA Cert" -file cacrt.pem -keystore > store.jks > > -- www.ruchith.org --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 09 12:28:37 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31462 invoked from network); 9 Aug 2006 12:28:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Aug 2006 12:28:37 -0000 Received: (qmail 64775 invoked by uid 500); 9 Aug 2006 12:28:35 -0000 Delivered-To: [email protected] Received: (qmail 64738 invoked by uid 500); 9 Aug 2006 12:28:35 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 64726 invoked by uid 99); 9 Aug 2006 12:28:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 05:28:34 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 05:28:33 -0700 Received: by nf-out-0910.google.com with SMTP id q29so145300nfc for <[email protected]>; Wed, 09 Aug 2006 05:28:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=rsDq3ozA5d0urQe3zxGyMSxKAX82Jn5XVXA3e3jVit/T8h1srp1ircbT6t/sR1IGGwGGLfy6hyYbNVofUqlPWrRV3OwtEeAfISv4HKe8b57skHvUVQ6amKyQi2meYHfYjAYfVHyvd6U7+mbakW+j5TiwxW9CSa8HpQb7Clmw5Io= Received: by 161.129.204.104 with SMTP id o19mr301336huc; Wed, 09 Aug 2006 05:28:11 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 9 Aug 2006 05:28:11 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 9 Aug 2006 13:28:11 +0100 From: "Ed Sweet" <[email protected]> To: [email protected] Subject: Re: Basic Question: Keystore Setup In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_28660_20455464.1155126491691" References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_28660_20455464.1155126491691 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Ruchith, Thanks for the reply and your advice. I used setUserInfo() and this worked (well, it threw another exception, but not the same one as before), so this looks like this issue has been fixed. It's strange that you have to set the alias twice though, so I did a quick test. You can leave 'keystore.alias' and 'alias.password' blank in crypto.properties and this still works. I'd rather set it all in one place though... Thanks for the links and reference to xmlsec - I'll check them out. Ed. On 09/08/06, Ruchith Fernando <[email protected]> wrote: > > Hi Ed, > > What is the alias of your private key. This should be available in the > keystore. > you have to set the private key alias along with its password in the > WSSecSignature instance. as shown below: > > wsSecSignature.setUserInfo("privateKeyAlias", "privateKeyPasswd"); > > BTW if you want to encrypt/sign POX then you can directly use the > XML-Sec library. Also you can find a detailed tutorial on setting up > keystores for a typical service and a client here [1] > > Thanks, > Ruchith > > [1] http://www.wso2.net/tutorials/wss4j/2006/06/15/setting-up-keystores > > On 8/9/06, Ed Sweet <[email protected]> wrote: > > Hi, > > > > Sorry if this is the wrong place to post a newbie question regarding the > > setup of WSS4J - please direct me to a users list rather than dev list > if > > one exists. > > > > I'd like to use WSS4J to sign and encrypt POX messages, I'm not using > Axis > > or SOAP. So I'm just getting into WSS4J and am trying to setup a > keystore as > > required by crypto.properties. I've used the procedure at the end of the > > email to create a jks keystore, as this is the procedure I use to create > a > > working keystore for Tomcat (I guess it's the same procedure...) > > > > Then, I've written a simple app to sign a static xml string, that goes > > something like this: > > > > // setup > > Crypto crypto = CryptoFactory.getInstance(); > > Document doc = ... > > > > // sign document > > WSSecSignature wsSecSignature = new WSSecSignature(); > > Document signed = wsSecSignature.build(doc, crypto, new WSSecHeader()); > > > > When I run this, I get the following exception: > > > > Exception in thread "main" java.lang.NullPointerException > > at > > sun.security.provider.JavaKeyStore$JKS.convertAlias(JavaKeyStore.java > :40) > > at > > sun.security.provider.JavaKeyStore.engineGetCertificateChain( > JavaKeyStore.java:135) > > at > > java.security.KeyStore.getCertificateChain(KeyStore.java:756) > > at > > org.apache.ws.security.components.crypto.AbstractCrypto.getCertificates > > (AbstractCrypto.java:407) > > at > > org.apache.ws.security.message.WSSecSignature.prepare( > WSSecSignature.java:272) > > at > > org.apache.ws.security.message.WSSecSignature.build(WSSecSignature.java > :643) > > at test.Test.main (Test.java:xxx) > > > > The NullPointerException when trying to 'convertAlias' seems to imply > > there's something wrong with the keystore. The alias in the keystore and > the > > crypto.properties file match, so I'm stumped. > > > > I'm very grateful of any help/advice you can offer. If this is a > > stupid/basic question then I appologise in advance. > > > > Thanks, > > > > Ed. > > > > ==================== > > > > Keystore procedure: > > > > 1) From a .pem format key, cert and CA cert, create the keystore: > > > > openssl pkcs12 -export -in cert.pem -inkey key.pem \\ > > -out store.p12 -name myAlias -CAfile cacrt.pem -caname root -chain > > > > 2) Convert the .p12 keystore to .jks format using: > > > > org.mortbay.util.PKCS12Import store.p12 store.jks > > > > 3) Add the CA cert as a trusted CA cert. > > > > keytool -import -trustcacerts -alias "CA Cert" -file cacrt.pem -keystore > > store.jks > > > > > > > -- > www.ruchith.org > ------=_Part_28660_20455464.1155126491691 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Ruchith,<br><br>Thanks for the reply and your advice.<br><br>I used setUserInfo() and this worked (well, it threw another exception, but not the same one as before), so this looks like this issue has been fixed. It's strange that you have to set the alias twice though, so I did a quick test. You can leave ' keystore.alias' and 'alias.password' blank in crypto.properties and this still works. I'd rather set it all in one place though...<br><br>Thanks for the links and reference to xmlsec - I'll check them out.<br><br>Ed.<br><br> <br><div><span class="gmail_quote">On 09/08/06, <b class="gmail_sendername">Ruchith Fernando</b> &lt;<a href="mailto:[email protected]">[email protected]</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Hi Ed,<br><br>What is the alias of your private key. This should be available in the keystore.<br>you have to set the private key alias along with its password in the<br>WSSecSignature instance. as shown below:<br><br>wsSecSignature.setUserInfo (&quot;privateKeyAlias&quot;, &quot;privateKeyPasswd&quot;);<br><br>BTW if you want to encrypt/sign POX then you can directly use the<br>XML-Sec library. Also you can find a detailed tutorial on setting up<br>keystores for a typical service and a client here [1] <br><br>Thanks,<br>Ruchith<br><br>[1] <a href="http://www.wso2.net/tutorials/wss4j/2006/06/15/setting-up-keystores">http://www.wso2.net/tutorials/wss4j/2006/06/15/setting-up-keystores</a><br><br>On 8/9/06, Ed Sweet &lt;<a href="mailto:[email protected]"> [email protected]</a>&gt; wrote:<br>&gt; Hi,<br>&gt;<br>&gt; Sorry if this is the wrong place to post a newbie question regarding the<br>&gt; setup of WSS4J - please direct me to a users list rather than dev list if<br>&gt; one exists. <br>&gt;<br>&gt; I'd like to use WSS4J to sign and encrypt POX messages, I'm not using Axis<br>&gt; or SOAP. So I'm just getting into WSS4J and am trying to setup a keystore as<br>&gt; required by crypto.properties. I've used the procedure at the end of the <br>&gt; email to create a jks keystore, as this is the procedure I use to create a<br>&gt; working keystore for Tomcat (I guess it's the same procedure...)<br>&gt;<br>&gt; Then, I've written a simple app to sign a static xml string, that goes <br>&gt; something like this:<br>&gt;<br>&gt; // setup<br>&gt; Crypto crypto = CryptoFactory.getInstance();<br>&gt; Document doc = ...<br>&gt;<br>&gt; // sign document<br>&gt; WSSecSignature wsSecSignature = new WSSecSignature(); <br>&gt; Document signed = wsSecSignature.build(doc, crypto, new WSSecHeader());<br>&gt;<br>&gt; When I run this, I get the following exception:<br>&gt;<br>&gt; Exception in thread &quot;main&quot; java.lang.NullPointerException <br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; at<br>&gt; sun.security.provider.JavaKeyStore$JKS.convertAlias(JavaKeyStore.java:40)<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; at<br>&gt; sun.security.provider.JavaKeyStore.engineGetCertificateChain(JavaKeyStore.java:135)<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; at<br> &gt; java.security.KeyStore.getCertificateChain(KeyStore.java:756)<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; at<br>&gt; org.apache.ws.security.components.crypto.AbstractCrypto.getCertificates<br>&gt; (AbstractCrypto.java:407)<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; at<br>&gt; org.apache.ws.security.message.WSSecSignature.prepare (WSSecSignature.java:272)<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; at<br>&gt; org.apache.ws.security.message.WSSecSignature.build(WSSecSignature.java:643)<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; at test.Test.main (Test.java:xxx)<br>&gt;<br>&gt; The NullPointerException when trying to 'convertAlias' seems to imply <br>&gt; there's something wrong with the keystore. The alias in the keystore and the<br>&gt; crypto.properties file match, so I'm stumped.<br>&gt;<br>&gt;&nbsp;&nbsp;I'm very grateful of any help/advice you can offer. If this is a <br>&gt; stupid/basic question then I appologise in advance.<br>&gt;<br>&gt; Thanks,<br>&gt;<br>&gt; Ed.<br>&gt;<br>&gt; ====================<br>&gt;<br>&gt; Keystore procedure:<br>&gt;<br>&gt; 1) From a .pem format key, cert and CA cert, create the keystore: <br>&gt;<br>&gt; openssl pkcs12 -export -in cert.pem -inkey key.pem \\<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-out store.p12 -name myAlias -CAfile cacrt.pem -caname root -chain<br>&gt;<br>&gt; 2) Convert the .p12 keystore to .jks format using:<br> &gt;<br>&gt; org.mortbay.util.PKCS12Import store.p12 store.jks<br>&gt;<br>&gt; 3) Add the CA cert as a trusted CA cert.<br>&gt;<br>&gt; keytool -import -trustcacerts -alias &quot;CA Cert&quot; -file cacrt.pem -keystore<br> &gt; store.jks<br>&gt;<br>&gt;<br><br><br>--<br><a href="http://www.ruchith.org">www.ruchith.org</a><br></blockquote></div><br> ------=_Part_28660_20455464.1155126491691-- From [email protected] Wed Aug 09 12:28:39 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31585 invoked from network); 9 Aug 2006 12:28:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Aug 2006 12:28:39 -0000 Received: (qmail 65033 invoked by uid 500); 9 Aug 2006 12:28:36 -0000 Delivered-To: [email protected] Received: (qmail 64976 invoked by uid 500); 9 Aug 2006 12:28:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 64936 invoked by uid 99); 9 Aug 2006 12:28:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 05:28:36 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nz-out-0102.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 05:28:34 -0700 Received: by nz-out-0102.google.com with SMTP id 34so35354nzf for <[email protected]>; Wed, 09 Aug 2006 05:28:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Vuqv0qCHbmh+h7luda3d2/TboMstvpJNALfCmBcStoJSTGP34mEt/LXcPmbhGZal7fISh7SDax2Go7QdKl5HcJRr+rgCrHmncoU5Q6CH5awatULyUPjz+Ni78hVa8DWeiXTX8Qzd2LPj7fqEmgwGzYslnJ/aTXUXA8Ulv4Rt3H0= Received: by 161.129.204.104 with SMTP id m4mr832097qbl; Wed, 09 Aug 2006 05:28:13 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 9 Aug 2006 05:28:13 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 9 Aug 2006 14:28:13 +0200 From: "Cristian Opincaru" <[email protected]> To: [email protected] Subject: Add X509 Token MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I was not able to find a method for adding a binary security token (an X509 certificate) in the header of a SOAP message. Is this possible in WSS4J 1.5? Thanks! -- Cristian OPINCARU University of the Federal Armed Forces Munich http://www.unibw.de/cristian.opincaru --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 09 13:53:06 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65327 invoked from network); 9 Aug 2006 13:53:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Aug 2006 13:53:05 -0000 Received: (qmail 42886 invoked by uid 500); 9 Aug 2006 13:53:03 -0000 Delivered-To: [email protected] Received: (qmail 42826 invoked by uid 500); 9 Aug 2006 13:53:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 42815 invoked by uid 99); 9 Aug 2006 13:53:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 06:53:03 -0700 X-ASF-Spam-Status: No, hits=3.3 required=10.0 tests=HTML_MESSAGE,RCVD_IN_BL_SPAMCOP_NET,RCVD_NUMERIC_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO omr4.networksolutionsemail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 06:53:02 -0700 Received: from mail.networksolutionsemail.com (ns-omr4.mgt.netsol.com [161.129.204.104]) by omr4.networksolutionsemail.com (8.13.6/8.12.10) with SMTP id k79Dqdm5004235 for <[email protected]>; Wed, 9 Aug 2006 09:52:39 -0400 Received: (qmail 25984 invoked by uid 78); 9 Aug 2006 13:52:39 -0000 Received: from unknown (HELO webmail23) (161.129.204.104) by ns-omr4.lb.hosting.dc2.netsol.com with SMTP; 9 Aug 2006 13:52:39 -0000 Received: from 161.129.204.104 ([email protected] [161.129.204.104]) by webmail23 (EdgeDesk 4.02) with WEBMAIL id 26664; Wed, 09 Aug 2006 13:52:39 +0000 From: "Gabsaga Tata" <[email protected]> To: [email protected] Importance: Normal Sensitivity: Normal Message-ID: <W3150131803266641155131559@webmail23> X-Mailer: Mintersoft EdgeDesk, Build 4.03.0105 X-Originating-IP: [161.129.204.104] X-Forwarded-For: [(null)] Date: Wed, 09 Aug 2006 13:52:39 +0000 Subject: WSS4J Book MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="--=_vm_0011_W3150131803_26664_1155131559" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ----=_vm_0011_W3150131803_26664_1155131559 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Can anyone please recommend where I can find a good book for Web Services Security with WSS4J ? Thanks. Gabsaga ----=_vm_0011_W3150131803_26664_1155131559 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable <html><body bgcolor=3D"#ffffff"><DIV><FONT face=3DVerdana size=3D2>Can a= nyone please recommend where I can find a good book for Web Services Secu= rity with&nbsp;WSS4J ?</FONT></DIV> <DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV> <DIV><FONT face=3DVerdana size=3D2>Thanks.<BR><BR>Gabsaga</FONT></DIV> <DIV>&nbsp;</DIV></body></html> ----=_vm_0011_W3150131803_26664_1155131559-- From [email protected] Wed Aug 09 15:41:16 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7449 invoked from network); 9 Aug 2006 15:41:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Aug 2006 15:41:16 -0000 Received: (qmail 14198 invoked by uid 500); 9 Aug 2006 15:41:14 -0000 Delivered-To: [email protected] Received: (qmail 14157 invoked by uid 500); 9 Aug 2006 15:41:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 14139 invoked by uid 99); 9 Aug 2006 15:41:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 08:41:13 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 08:41:12 -0700 Received: by nf-out-0910.google.com with SMTP id q29so203134nfc for <[email protected]>; Wed, 09 Aug 2006 08:40:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=T7XXxic7AeVI+BM52W2oSCz9NG/gk7Z+9o696oetE1Yf0afaU9YcVUGhY4vTnmUYoXAU5QKLdaeSdoxUGatuHRLWHFn81XVg609c58YfNLzml1XGLI8mZFMr5SPbVtLGL3i8H7yjNiX/EchwLiu3T1H38fj6O4oiQtnjrnics+E= Received: by 161.129.204.104 with SMTP id n13mr430394hue; Wed, 09 Aug 2006 08:40:48 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 9 Aug 2006 08:40:48 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 9 Aug 2006 21:10:48 +0530 From: "Ruchith Fernando" <[email protected]> To: "Gabsaga Tata" <[email protected]> Subject: Re: Help on Decrypting SOAP message with WSS4J Cc: [email protected] In-Reply-To: <W3742131678256801154537485@webmail23> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <W3742131678256801154537485@webmail23> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Gabsaga, There are a bunch of Test cases available here [1]. There are tests that do signature and encryption such as : TestWSSecurityNew6 Please have a [email protected]. We don't use org.apache.ws.security.message.WSEncryptBody, org.apache.ws.security.message.WSSignEnvelope classes anymore. Thanks, Ruchith [1] https://svn.apache.org/repos/asf/webservices/wss4j/trunk/test/wssec On 8/2/06, Gabsaga Tata <[email protected]> wrote: > > I found this example on the web > http://www.devx.com/Java/Article/28816/0/page/4 how WSS4J > can be used to encrypt SOAP messages. Can anyone help me with a sample code > on how to Decrypt a SOAP message using WSS4J? I have searched with no luck > for such an example. > > Thanks. > > Gabsaga > > > > > > package com.jeffhanson.ws.security; > import org.apache.axis.Message; > import org.apache.axis.MessageContext; > import org.apache.axis.SOAPPart; > import org.apache.axis.client.AxisClient; > import org.apache.axis.configuration.NullProvider; > import org.apache.axis.message.SOAPEnvelope; > import org.apache.axis.utils.XMLUtils; > import org.apache.ws.axis.security.util.AxisUtil; > import org.apache.ws.security.components.crypto.Crypto; > import > org.apache.ws.security.components.crypto.CryptoFactory; > import org.apache.ws.security.message.WSSignEnvelope; > import org.apache.ws.security.message.WSEncryptBody; > import org.apache.ws.security.message.WSSAddUsernameToken; > import > org.apache.ws.security.message.token.SecurityTokenReference; > import org.apache.ws.security.message.token.Reference; > import org.apache.ws.security.WSSecurityEngine; > import org.apache.ws.security.WSConstants; > import org.apache.ws.security.WSSConfig; > import org.apache.ws.security.util.WSSecurityUtil; > import org.w3c.dom.Document; > import org.w3c.dom.Element; > import java.io.ByteArrayInputStream; > import java.io.InputStream; > import java.io.PrintWriter; > /** > * Enter description here. > * > * @author <a href="< Hanson</a> > * @version $Revision: 1.1 $ > * <p/> > * <p><b>Revisions:</b> > * <p/> > * <p><b>Jul 26, 2005 jhanson:</b> > * <ul> > * <li> Created file. > * </ul> > */ > public class WSSecuritySample > { > private static final String soapMsg = > "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" + > "<SOAP-ENV:Envelope" + > " xmlns:SOAP-ENV=\"<" + > " xmlns:xsd=\"<" + > " > xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">" + > " <SOAP-ENV:Body>" + > " <sayHello > xmlns=\"http://jeffhanson.com/services/helloworld\">" + > " <value xmlns=\"\">Hello world!</value>" + > " </sayHello>" + > " </SOAP-ENV:Body>" + > "</SOAP-ENV:Envelope>"; > // The following initializes the security engine to the > // default WS-Security settings > private static final WSSecurityEngine secEngine = > new WSSecurityEngine(); > // The following creates a crypto provider according to the > // class name specified by the system property: > // org.apache.ws.security.crypto.provider > // > // If the provider property is not set, the default class, > // > org.apache.ws.security.components.crypto.BouncyCastle, is > // used. > // > // The provider is initialized to the values specified in > // the crypto.properties file. The crypto.properties file > // found in the wss4j jar file specifies > // org.apache.ws.security.components.crypto.Merlin > // as the provider class. > private static final Crypto crypto = > CryptoFactory.getInstance(); > private AxisClient engine = null; > private MessageContext msgContext = null; > /** > * Main method > */ > public static void main(String[] args) > { > try > { > WSSecuritySample app = new WSSecuritySample(); > Message axisMessage = app.getAxisMessage(soapMsg); > SOAPEnvelope unsignedEnvelope = axisMessage.getSOAPEnvelope(); > System.out.println("<<<<<< Unsigned and Unencrypted >>>>>>"); > XMLUtils.PrettyElementToWriter(unsignedEnvelope.getAsDOM(), > new > PrintWriter(System.out)); > /* > Message samlMsg = app.addUserTokens(unsignedEnvelope); > System.out.println("\n<<<<<< User Tokens >>>>>>"); > > XMLUtils.PrettyElementToWriter(samlMsg.getSOAPEnvelope().getAsDOM(), > new > PrintWriter(System.out)); > Message encryptedMsg = app.encryptSOAPEnvelope(unsignedEnvelope, > > axisMessage); > System.out.println("\n<<<<<< Encrypted >>>>>>"); > > XMLUtils.PrettyElementToWriter(encryptedMsg.getSOAPEnvelope().getAsDOM(), > new > PrintWriter(System.out)); > */ > Message signedMsg = app.signSOAPEnvelope(unsignedEnvelope); > System.out.println("\n<<<<<< Signed >>>>>>"); > > XMLUtils.PrettyElementToWriter(signedMsg.getSOAPEnvelope().getAsDOM(), > new > PrintWriter(System.out)); > > } > catch (Exception e) > { > e.printStackTrace(); > } > } > /** > * WSSecuritySample constructor > */ > public WSSecuritySample() > { > engine = new AxisClient(new NullProvider()); > msgContext = new MessageContext(engine); > } > /** > * Creates and returns an Axis message from a > * SOAP envelope string. > * > * @param unsignedEnvelope a string containing a SOAP > * envelope > * @return <code>Message</code> the Axis message > */ > private Message getAxisMessage(String unsignedEnvelope) > { > InputStream inStream = > new ByteArrayInputStream(unsignedEnvelope.getBytes()); > Message axisMessage = new Message(inStream); > axisMessage.setMessageContext(msgContext); > return axisMessage; > } > /** > * Creates a signed SOAP message in compliance with WS-Security. > * > * @return <code>Message</code> the signed SOAP envelope > * as an Axis message > * @throws Exception on error > */ > public Message signSOAPEnvelope(SOAPEnvelope unsignedEnvelope) > throws Exception > { > // WSSignEnvelope signs a SOAP envelope according to the > // WS Specification (X509 profile) and adds the signature data > // to the envelope. > WSSignEnvelope signer = new WSSignEnvelope(); > String alias = > "16c73ab6-b892-458f-abf5-2f875f74882e"; > String password = "security"; > signer.setUserInfo(alias, password); > Document doc = unsignedEnvelope.getAsDocument(); > // The "build" method, creates the signed SOAP envelope. > // It takes a SOAP Envelope as a W3C Document and adds > // a WSS Signature header to it. The signed elements > // depend on the signature parts that are specified by > // the WSBaseMessage.setParts(java.util.Vector parts) > // method. By default, SOAP Body is signed. > // The "crypto" parameter is the object that implements > // access to the keystore and handling of certificates. > // A default implementation is included: > // org.apache.ws.security.components.crypto.Merlin > Document signedDoc = signer.build(doc, crypto); > // Convert the signed document into a SOAP message. > Message signedSOAPMsg = > > (org.apache.axis.Message)AxisUtil.toSOAPMessage(signedDoc); > return signedSOAPMsg; > } > /** > * Adds user tokens to a SOAP envelope in compliance with WS-Security. > * > * @return <code>Message</code> the signed SOAP envelope > * as an Axis message > * @throws Exception on error > */ > public Message addUserTokens(SOAPEnvelope unsignedEnvelope) > throws Exception > { > WSEncryptBody wsEncrypt = new WSEncryptBody(); > // Get the message as document > Document doc = unsignedEnvelope.getAsDocument(); > String username = "joedoe"; > String password = "this is a lot of foobar "; > byte[] key = password.getBytes(); > // Add the UserNameToken. > WSSAddUsernameToken builder = > new WSSAddUsernameToken("", false); > builder.setPasswordType(WSConstants.PASSWORD_TEXT); > builder.build(doc, username, password); > // Add an Id to it. > Element usrEle = > (Element)(doc.getElementsByTagNameNS(WSConstants.WSSE_NS, > > "UsernameToken").item(0)); > String idValue = "7654"; > usrEle.setAttribute("Id", idValue); > // Create a Reference to the UserNameToken. > Reference ref = new Reference(WSSConfig.getDefaultWSConfig(), > doc); > ref.setURI("#" + idValue); > ref.setValueType("UsernameToken"); > SecurityTokenReference secRef = > new SecurityTokenReference(WSSConfig.getDefaultWSConfig(), > doc); > secRef.setReference(ref); > // adding the namespace > WSSecurityUtil.setNamespace(secRef.getElement(), > WSConstants.WSSE_NS, > WSConstants.WSSE_PREFIX); > // Setting necessary parameters in WSEncryptBody. > > wsEncrypt.setKeyIdentifierType(WSConstants.EMBED_SECURITY_TOKEN_REF); > wsEncrypt.setSecurityTokenReference(secRef); > wsEncrypt.setKey(key); > // Encrypt using the using the key > Document encDoc = wsEncrypt.build(doc, crypto); > // Convert the document into a SOAP message. > Message signedMsg = > (Message)AxisUtil.toSOAPMessage(encDoc); > return signedMsg; > } > /** > * Encrypts a SOAP envelope in compliance with WS-Security. > * > * @return <code>Message</code> the signed SOAP envelope > * as an Axis message > * @throws Exception on error > */ > public Message encryptSOAPEnvelope(SOAPEnvelope > unsignedEnvelope, > Message axisMessage) > throws Exception > { > WSEncryptBody encrypt = new WSEncryptBody(); > > encrypt.setUserInfo("16c73ab6-b892-458f-abf5-2f875f74882e"); > // Before Encryption > Document doc = unsignedEnvelope.getAsDocument(); > Document encryptedDoc = encrypt.build(doc, crypto); > // Convert the document into a SOAP message. > Message encryptedMsg = (Message) AxisUtil.toSOAPMessage(encryptedDoc); > String soapPart = encryptedMsg.getSOAPPartAsString(); > > ((SOAPPart)axisMessage.getSOAPPart()).setCurrentMessage(soapPart, > > SOAPPart.FORM_STRING); > encryptedDoc = axisMessage.getSOAPEnvelope().getAsDocument(); > // Convert the document into a SOAP message. > Message encryptedSOAPMsg = > (Message)AxisUtil.toSOAPMessage(encryptedDoc); > return encryptedSOAPMsg; > } > } > -- www.ruchith.org --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 09 15:48:34 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9778 invoked from network); 9 Aug 2006 15:48:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Aug 2006 15:48:33 -0000 Received: (qmail 28440 invoked by uid 500); 9 Aug 2006 15:48:32 -0000 Delivered-To: [email protected] Received: (qmail 28401 invoked by uid 500); 9 Aug 2006 15:48:32 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 28390 invoked by uid 99); 9 Aug 2006 15:48:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 08:48:32 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wr-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 08:48:31 -0700 Received: by wr-out-0506.google.com with SMTP id i4so33465wra for <[email protected]>; Wed, 09 Aug 2006 08:48:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CmflvqgXL2oi/eDg/5PP9RzLPZwGa0XRyh6Tx6OjX+hsxdr75HNsy+k2kGignxbCJD1/w9h2JOVTod4qjo6siP0v7I5e5YT0ljMo7lh0h1W/O09w0fo4SBu3x2O4nN7ULabdyxyhtZQuutn3v9kVVYRliztaXS0HMomBQeGBVsY= Received: by 161.129.204.104 with SMTP id z3mr441064hue; Wed, 09 Aug 2006 08:48:10 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 9 Aug 2006 08:48:09 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 9 Aug 2006 21:18:09 +0530 From: "Ruchith Fernando" <[email protected]> To: "Gabsaga Tata" <[email protected]> Subject: Re: WSS4J Book Cc: [email protected] In-Reply-To: <W3150131803266641155131559@webmail23> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <W3150131803266641155131559@webmail23> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Gabsaga, I'm not sure there's book on WSS4J :-( If you are interested in using WSS4J with Axis2 (using "Rampart" axis2 module) this presentation [1] will take you through 11 examples on using various WS-Security features. Sample source code can be downloaded from here [2] Thanks, Ruchith [1] http://www.wso2.net/presentations/wss4j/java/2006/08/04/apache-rampart [2] http://www-lk.wso2.com/~ruchith/rampart-tute.zip On 8/9/06, Gabsaga Tata <[email protected]> wrote: > > Can anyone please recommend where I can find a good book for Web Services > Security with WSS4J ? > > Thanks. > > Gabsaga > -- www.ruchith.org --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 09 15:54:19 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11844 invoked from network); 9 Aug 2006 15:54:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Aug 2006 15:54:18 -0000 Received: (qmail 41906 invoked by uid 500); 9 Aug 2006 15:54:17 -0000 Delivered-To: [email protected] Received: (qmail 41865 invoked by uid 500); 9 Aug 2006 15:54:16 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 41854 invoked by uid 99); 9 Aug 2006 15:54:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 08:54:16 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wx-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 08:54:16 -0700 Received: by wx-out-0506.google.com with SMTP id s8so184385wxc for <[email protected]>; Wed, 09 Aug 2006 08:53:55 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SsLCh2lpk9nUc4gKGpxbsoAyvrbwoiQzQRBAakLKksAfA+4azdMPhWp9H+a3GFKqHsPASQakdA8kSwzB3Hbw83x/sikIxwtYeLWZ+jLLyO2LSMk7s5zdZTI08Ty60jXZy1oPG7eE1SD7hw0RdZNcEXVsVKZhDasTYAJixwA8Teo= Received: by 161.129.204.104 with SMTP id i7mr439644huf; Wed, 09 Aug 2006 08:53:54 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 9 Aug 2006 08:53:54 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 9 Aug 2006 21:23:54 +0530 From: "Ruchith Fernando" <[email protected]> To: "Cristian Opincaru" <[email protected]> Subject: Re: Add X509 Token Cc: [email protected] In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, Please have a look at : https://svn.apache.org/repos/asf/webservices/wss4j/trunk/src/org/apache/ws/security/message/token/X509Security.java Note the constructor that accepts a org.w3c.dom.Document and the setX509Certificate() method. Thanks, Ruchith On 8/9/06, Cristian Opincaru <[email protected]> wrote: > Hi, > > I was not able to find a method for adding a binary security token (an > X509 certificate) in the header of a SOAP message. Is this possible in > WSS4J 1.5? > > Thanks! > > -- > Cristian OPINCARU > University of the Federal Armed Forces Munich > http://www.unibw.de/cristian.opincaru > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- www.ruchith.org --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 09 16:04:14 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15818 invoked from network); 9 Aug 2006 16:04:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Aug 2006 16:04:14 -0000 Received: (qmail 61501 invoked by uid 500); 9 Aug 2006 16:04:13 -0000 Delivered-To: [email protected] Received: (qmail 61282 invoked by uid 500); 9 Aug 2006 16:04:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 61271 invoked by uid 99); 9 Aug 2006 16:04:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 09:04:12 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 09:04:12 -0700 Received: by nf-out-0910.google.com with SMTP id q29so210093nfc for <[email protected]>; Wed, 09 Aug 2006 09:03:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dRpUxaV+dIuxn434Hpz6J6NdzpvQNip2H807UuwwRO+SeuqJdpPv9rxkfJxKa4v6tghmZFNJHf6S26G9IBxx9kqSdHwj4bYZxkmbBtu6EQLR3ly3Rd1/m9ISVxa6Jnsub5wUVKkmjc0CPV7Sgue46OAVB0lKIqkKhae42erqxKE= Received: by 161.129.204.104 with SMTP id p14mr435813hud; Wed, 09 Aug 2006 09:03:50 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 9 Aug 2006 09:03:50 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 9 Aug 2006 21:33:50 +0530 From: "Ruchith Fernando" <[email protected]> To: "Ed Sweet" <[email protected]> Subject: Re: Basic Question: Keystore Setup Cc: [email protected] In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Ed, On 8/9/06, Ed Sweet <[email protected]> wrote: > Hi Ruchith, > > Thanks for the reply and your advice. > > I used setUserInfo() and this worked (well, it threw another exception, but > not the same one as before), so this looks like this issue has been fixed. > It's strange that you have to set the alias twice though, so I did a quick > test. You can leave ' keystore.alias' and 'alias.password' blank in > crypto.properties and this still works. I'd rather set it all in one place > though... I'm not sure WSS4J (Merlin crypto impl) recognises the alias.password property you mentioned. But org.apache.ws.security.crypto.merlin.keystore.aliass used as an optional key that can be specified by the user. This will be used as the key when a reference to the key cannot be found in the incoming message (Security header) to decrypt or verify signature. In the case where its used to decrypt the password much be supplied though the callback handler. Thanks, Ruchith -- www.ruchith.org --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 09 17:38:59 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50908 invoked from network); 9 Aug 2006 17:38:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Aug 2006 17:38:59 -0000 Received: (qmail 52022 invoked by uid 500); 9 Aug 2006 17:38:58 -0000 Delivered-To: [email protected] Received: (qmail 51977 invoked by uid 500); 9 Aug 2006 17:38:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 51966 invoked by uid 99); 9 Aug 2006 17:38:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 10:38:57 -0700 X-ASF-Spam-Status: No, hits=2.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO web50601.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 09 Aug 2006 10:38:56 -0700 Received: (qmail 77473 invoked by uid 60001); 9 Aug 2006 17:38:35 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=zZwHRWxYoZclhFzJJGqMgcYKdkO6Ba+sVwmwvz/AotEfhz5o/AJ2nw85PPqOWhb5jXJx+rUXufK5xdHlFEqNL6N/8cYSoTjXilgoAbcXKemPusBDMJH5jw552An5t4T0oTDSgc0ZqC9L7CDda8Kz/T+88vCyacZqURinaILaLTw= ; Message-ID: <[email protected]> Received: from [161.129.204.104] by web50601.mail.yahoo.com via HTTP; Wed, 09 Aug 2006 10:38:35 PDT Date: Wed, 9 Aug 2006 10:38:35 -0700 (PDT) From: Rohit Chauhan <[email protected]> Reply-To: [email protected] Subject: Re:Why Axis XML signature verification problem is not completely solved by "enableNamespacePrefixOptimi To: [email protected] MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Did any one find the resolution to this issue? I am facing same problem. I can get the saml signature and message signature verified if I create the assertion without namespaces using org.opensaml.SAMLAssertion with "enableNamespacePrefixOptimization" set to "false" But now I am getting the assertion from an outside STS server with "saml" prefix.This results in SAML signature verification failure. -Rohit ***************************************************** >Hi all, >i first encountered the XML signature verification >problem generated by >the serialization mechanism of Axis 1.x when >starting to use wss4j SAML >support based on OpenSAML 1.0.1. >To create an SAML assertion uses >org.opensaml.SAMLAssertion that >creates assertions this way: <Assertion AssertionID="_c7ecbec589fb83a6aff2176535125169" IssueInstant="2006-07-24T16:26:22.000Z" Issuer="myissuer" MajorVersion="1" MinorVersion="1" xmlns="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:samlp="urn:oasis:names:tc:SAML:1.0:protocol"> .... </Assertion> When this assertion is signed it shouldn't be modified before sign verification, but this not the way Axis serialization works when you set the "enableNamespacePrefixOptimization" parameter to "false". In such a case, regardless of the format of the SOAP message received on the net (with or withoute the prefix) the assertion will be modified in: <saml:Assertion AssertionID="_c7ecbec589fb83a6aff2176535125169" IssueInstant="2006-07-24T16:26:22.000Z" Issuer="myissuer" MajorVersion="1" MinorVersion="1" xmlns="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:samlp="urn:oasis:names:tc:SAML:1.0:protocol"> .... </Assertion> breaking signature verification. Naturally setting the "enableNamespacePrefixOptimization" parameter to true solves this problem, but then this workaround can create a situation that seems an unsolvable problem to me. As you know the "enableNamespacePrefixOptimization" parameter was introduced to solve a specular problem to that of my SAML assertion, when we have a SOAP body like this: <soapenv:Body wsu:id="id-23412344" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-2004"> <somepfx:SomeTag id="e0sdoaeckrpd" xmlns="ns:uri:one" xmlns:somepfx="ns:uri:one">hello</somepfx:SomeTag> </soapenv:Body> this can work when received in Axis only if you set "enableNamespacePrefixOptimization" parameter to "false" otherwise the signature validation will fail as the message would be changed in: <soapenv:Body wsu:id="id-23412344" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-2004"> <SomeTag id="e0sdoaeckrpd" xmlns="ns:uri:one" xmlns:somepfx="ns:uri:one">hello</SomeTag> </soapenv:Body> see: https://issues.apache.org/jira/browse/AXIS-1624 for a discussion of the problem an the solution proposed. And now the unsolvable problem: if i have a SOAP message with a SAML assertion and a SOAP body like in my example and i sign both, a receiving Axis service will not be able to validate both signatures: -if i set "enableNamespacePrefixOptimization" parameter to "false" the SAML assertion signature validation will fail -if i set "enableNamespacePrefixOptimization" parameter to "true" the SOAP body signature validation will fail. Changing the SOAP clients can't be a solution, as they are not always under our control :) Any idea on how to deal with this "deadlock"? I tested only Axis 1.3 and 1.4. is there anyone using Axis2/Axiom that can report if the same problem still exist in this release? Regards, Luciano __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 09 18:00:32 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57905 invoked from network); 9 Aug 2006 18:00:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Aug 2006 18:00:31 -0000 Received: (qmail 5124 invoked by uid 500); 9 Aug 2006 18:00:30 -0000 Delivered-To: [email protected] Received: (qmail 5082 invoked by uid 500); 9 Aug 2006 18:00:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 5071 invoked by uid 99); 9 Aug 2006 18:00:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 11:00:30 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO fork3.mail.virginia.edu) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 11:00:29 -0700 Received: from localhost (localhost [161.129.204.104]) by fork3.mail.virginia.edu (Postfix) with ESMTP id 296221C006 for <[email protected]>; Wed, 9 Aug 2006 14:00:08 -0400 (EDT) Received: from fork3.mail.virginia.edu ([161.129.204.104]) by localhost (fork3.mail.virginia.edu [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id 05700-03-2 for <[email protected]>; Wed, 9 Aug 2006 14:00:06 -0400 (EDT) Received: from [161.129.204.104] (d-128-5-43.bootp.Virginia.EDU [161.129.204.104]) by fork3.mail.virginia.edu (Postfix) with ESMTP id 0A5201BFAB for <[email protected]>; Wed, 9 Aug 2006 14:00:05 -0400 (EDT) Message-ID: <[email protected]> Date: Wed, 09 Aug 2006 14:00:05 -0400 From: David Del Vecchio <[email protected]> User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Subject: Re: Why Axis XML signature verification problem is not completely solved by "enableNamespacePrefixOptimi References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-UVA-Virus-Scanned: by [email protected] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I'm not sure about Axis2 but with Axis1, messages go through some processing (they effectively get deserialized and re-serialized) before the XML signature is verified. This is a problem because there's no guarantee that XML canonicalization will be preserved during message processing. The enableNamespacePrefixOptimization switch was added to fix a particularly common problem where optimizing away unnecessary XML prefixes would break the canonicalization rules. As your finding out now, that switch doesn't really address the root of the problem because messages can still be modified by Axis before signature verification. The last time I looked at the Axis1 code, I didn't see an easy way to avoid this potential modification of the message. Signature processing happens via a WSS4J message handler after it's gone through Axis. Either the signature verification needs to happen earlier (before Axis mucks with things) or Axis needs to be careful to preserve XML canonical form during message processing. Neither change seemed straightforward to me, which is why things are the way they are now. Maybe someone more familiar with the Axis codebase could give some guidance here? David Rohit Chauhan wrote: > Did any one find the resolution to this issue? > > I am facing same problem. > > I can get the saml signature and message signature > verified if I create the > assertion without namespaces using > org.opensaml.SAMLAssertion > with "enableNamespacePrefixOptimization" set to > "false" > > But now I am getting the assertion from an outside STS > server with "saml" prefix.This results in SAML > signature verification failure. > > -Rohit > ***************************************************** > >>Hi all, > > >>i first encountered the XML signature verification >>problem generated by >>the serialization mechanism of Axis 1.x when >>starting to use wss4j SAML >>support based on OpenSAML 1.0.1. >>To create an SAML assertion uses >>org.opensaml.SAMLAssertion that >>creates assertions this way: > > > <Assertion > AssertionID="_c7ecbec589fb83a6aff2176535125169" > IssueInstant="2006-07-24T16:26:22.000Z" > Issuer="myissuer" > MajorVersion="1" MinorVersion="1" > xmlns="urn:oasis:names:tc:SAML:1.0:assertion" > > xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" > > xmlns:samlp="urn:oasis:names:tc:SAML:1.0:protocol"> > .... > </Assertion> > > When this assertion is signed it shouldn't be modified > before sign > verification, but this not the way Axis serialization > works when you set > the "enableNamespacePrefixOptimization" parameter to > "false". > In such a case, regardless of the format of the SOAP > message received on > the net (with or withoute the prefix) the assertion > will be modified in: > > <saml:Assertion > AssertionID="_c7ecbec589fb83a6aff2176535125169" > IssueInstant="2006-07-24T16:26:22.000Z" > Issuer="myissuer" > MajorVersion="1" MinorVersion="1" > xmlns="urn:oasis:names:tc:SAML:1.0:assertion" > > xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" > > xmlns:samlp="urn:oasis:names:tc:SAML:1.0:protocol"> > .... > </Assertion> > > breaking signature verification. > Naturally setting the > "enableNamespacePrefixOptimization" parameter to > true solves this problem, but then this workaround can > create a > situation that seems an unsolvable problem to me. > As you know the "enableNamespacePrefixOptimization" > parameter was > introduced to solve a specular problem to that of my > SAML assertion, > when we have a SOAP body like this: > <soapenv:Body wsu:id="id-23412344" > > xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-2004"> > <somepfx:SomeTag id="e0sdoaeckrpd" > xmlns="ns:uri:one" > xmlns:somepfx="ns:uri:one">hello</somepfx:SomeTag> > </soapenv:Body> > > this can work when received in Axis only if you set > "enableNamespacePrefixOptimization" parameter to > "false" otherwise the > signature validation will fail as the message would be > changed in: > <soapenv:Body wsu:id="id-23412344" > > xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-2004"> > <SomeTag id="e0sdoaeckrpd" xmlns="ns:uri:one" > xmlns:somepfx="ns:uri:one">hello</SomeTag> > </soapenv:Body> > see: https://issues.apache.org/jira/browse/AXIS-1624 > for a discussion of > the problem an the solution proposed. > > And now the unsolvable problem: > if i have a SOAP message with a SAML assertion and a > SOAP body like in > my example and i sign both, a receiving Axis service > will not be able to > validate both signatures: > -if i set "enableNamespacePrefixOptimization" > parameter to "false" the > SAML assertion signature validation will fail > -if i set "enableNamespacePrefixOptimization" > parameter to "true" the > SOAP body signature validation will fail. > > Changing the SOAP clients can't be a solution, as they > are not always > under our control :) > > Any idea on how to deal with this "deadlock"? > I tested only Axis 1.3 and 1.4. is there anyone using > Axis2/Axiom that > can report if the same problem still exist in this > release? > > Regards, > > Luciano > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 10 09:11:08 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65803 invoked from network); 10 Aug 2006 09:11:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Aug 2006 09:11:08 -0000 Received: (qmail 28897 invoked by uid 500); 10 Aug 2006 09:11:06 -0000 Delivered-To: [email protected] Received: (qmail 28838 invoked by uid 500); 10 Aug 2006 09:11:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 28827 invoked by uid 99); 10 Aug 2006 09:11:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 02:11:05 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO SCITWKSMSG01.yantra.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 02:11:04 -0700 Received: from pigeon.yantra.com ([161.129.204.104]) by SCITWKSMSG01.yantra.com with Microsoft SMTPSVC651.232.9545); Thu, 10 Aug 2006 05:10:42 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C6BC5C.D9CEA20C" Subject: Generating a SOAP message with encrypted MIME message Date: Thu, 10 Aug 2006 14:40:40 +0530 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Generating a SOAP message with encrypted MIME message Thread-Index: Aca8XNmppCGukKS2R0iQwlTCNAjwfA== From: "Sarkar, Abanindra" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 10 Aug 2006 09:10:42.0226 (UTC) FILETIME=[DAE79120:01C6BC5C] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C6BC5C.D9CEA20C Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Can some one help me to understand the structure of a SOAP message which will have an encrypted MIME parts?=20 =20 I am finding it real hard to understand how we can encrypt only the MIME parts of a SOAP message using the WSS4J API. I am not finding any API which will take a bytestream (assume the MIME has an arbitary data) a SOAP message and a certificate and will return me back a SOAP message with an encrypted MIME parts. =20 Any help will be highly solicited. =20 regards Abanindra =20 ------_=_NextPart_001_01C6BC5C.D9CEA20C Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Dus-ascii"> <META content=3D"MSHTML 6.00.2900.2912" name=3DGENERATOR></HEAD> <BODY> <DIV><FONT face=3DArial size=3D2><SPAN class=3D933350609-10082006>Can = some one help me=20 to understand the structure of a SOAP message which will have an = encrypted MIME=20 parts? </SPAN></FONT></DIV> <DIV><FONT face=3DArial size=3D2><SPAN=20 class=3D933350609-10082006></SPAN></FONT>&nbsp;</DIV> <DIV><FONT face=3DArial size=3D2><SPAN = class=3D933350609-10082006>&nbsp;I am finding=20 it real hard to understand how we can encrypt only the MIME parts of a = SOAP=20 message using the WSS4J API. I am not finding any API which will take a=20 bytestream (assume the MIME has an arbitary data) a SOAP message and a=20 certificate and will return me back a SOAP message with an encrypted = MIME=20 parts.</SPAN></FONT></DIV> <DIV><FONT face=3DArial size=3D2><SPAN=20 class=3D933350609-10082006></SPAN></FONT>&nbsp;</DIV> <DIV><FONT face=3DArial size=3D2><SPAN class=3D933350609-10082006>Any = help will be=20 highly solicited.</SPAN></FONT></DIV> <DIV><FONT face=3DArial size=3D2><SPAN=20 class=3D933350609-10082006></SPAN></FONT>&nbsp;</DIV> <DIV><FONT face=3DArial size=3D2><SPAN=20 class=3D933350609-10082006>regards</SPAN></FONT></DIV> <DIV><FONT face=3DArial size=3D2><SPAN=20 class=3D933350609-10082006>Abanindra</SPAN></FONT></DIV> <DIV>&nbsp;</DIV></BODY></HTML> ------_=_NextPart_001_01C6BC5C.D9CEA20C-- From [email protected] Thu Aug 10 10:07:49 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86248 invoked from network); 10 Aug 2006 10:07:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Aug 2006 10:07:49 -0000 Received: (qmail 30784 invoked by uid 500); 10 Aug 2006 10:07:48 -0000 Delivered-To: [email protected] Received: (qmail 30437 invoked by uid 500); 10 Aug 2006 10:07:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 30426 invoked by uid 99); 10 Aug 2006 10:07:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 03:07:47 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO SCITWKSMSG01.yantra.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 03:07:45 -0700 Received: from pigeon.yantra.com ([161.129.204.104]) by SCITWKSMSG01.yantra.com with Microsoft SMTPSVC651.232.9545); Thu, 10 Aug 2006 06:07:24 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C6BC64.C5A0C5AD" Subject: Plan to support WS-Security Specification 1.1 Date: Thu, 10 Aug 2006 15:37:22 +0530 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Plan to support WS-Security Specification 1.1 Thread-Index: Aca8ZMV8CLgqO6DCRyKTs806oHDB/w== From: "Sarkar, Abanindra" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 10 Aug 2006 10:07:24.0342 (UTC) FILETIME=[C6B94560:01C6BC64] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C6BC64.C5A0C5AD Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable What's the plan WSS4J has to support WS-Security Specification 1.1 that includes SOAP Messages with Attachments Profile 1.1? =20 regards Abanindra =20 ------_=_NextPart_001_01C6BC64.C5A0C5AD Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Dus-ascii"> <META content=3D"MSHTML 6.00.2900.2912" name=3DGENERATOR></HEAD> <BODY> <DIV><SPAN class=3D643430510-10082006><FONT face=3DArial size=3D2>What's = the plan=20 WSS4J has to support WS-Security Specification 1.1 that includes SOAP = Messages=20 with Attachments Profile 1.1?</FONT></SPAN></DIV> <DIV><SPAN class=3D643430510-10082006><FONT face=3DArial=20 size=3D2></FONT></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D643430510-10082006><FONT face=3DArial=20 size=3D2>regards</FONT></SPAN></DIV> <DIV><SPAN class=3D643430510-10082006><FONT face=3DArial=20 size=3D2>Abanindra</FONT></SPAN></DIV> <DIV>&nbsp;</DIV></BODY></HTML> ------_=_NextPart_001_01C6BC64.C5A0C5AD-- From [email protected] Thu Aug 10 13:03:12 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 51040 invoked from network); 10 Aug 2006 13:03:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Aug 2006 13:03:09 -0000 Received: (qmail 38877 invoked by uid 500); 10 Aug 2006 13:03:07 -0000 Delivered-To: [email protected] Received: (qmail 38831 invoked by uid 500); 10 Aug 2006 13:03:07 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 38813 invoked by uid 99); 10 Aug 2006 13:03:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 06:03:07 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wx-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 06:03:06 -0700 Received: by wx-out-0506.google.com with SMTP id s8so410911wxc for <[email protected]>; Thu, 10 Aug 2006 06:02:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HpG7fENgmKxoiKsc/3F7ZucYFH5nNWkh6W8/IAFWnQQSnup0bhUb+6GpWlYLSSqoTdIXdEe92ZwlGUeP7JH7sm0bir+ynWLBI7QejmDwxGITk+8JTjumcr1RKZm6ncd9ecSvMnSX6yQDrWQfDOD70DEPQTM/1Bl6B+phlKR+6MA= Received: by 161.129.204.104 with SMTP id o19mr1239588huc; Thu, 10 Aug 2006 06:02:45 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 10 Aug 2006 06:02:44 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 10 Aug 2006 18:32:44 +0530 From: "Ruchith Fernando" <[email protected]> To: "Sarkar, Abanindra" <[email protected]> Subject: Re: Generating a SOAP message with encrypted MIME message Cc: [email protected] In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Abanindra, In Axis2/Rampart we have a mechanism to send the encrypted content as a MIME part using MTOM. If you use Axis2 to send your binary content as MIME using MTOM, then you will be able to use Rampart (WS-Sec module for axis2 based on wss4j) to encrypt the soap body where it will encrypt the base64 form of the binary content. This will add the encrypted data into the soap body (if the MTOM optimized content was referenced from the body). Then you can specify the encrypted content to be MTOM optimized (in the rampart outflow configuration) , which will send the encrypted binary content in the wire as a MIME part. Thanks, Ruchith On 8/10/06, Sarkar, Abanindra <[email protected]> wrote: > > > Can some one help me to understand the structure of a SOAP message which > will have an encrypted MIME parts? > > I am finding it real hard to understand how we can encrypt only the MIME > parts of a SOAP message using the WSS4J API. I am not finding any API which > will take a bytestream (assume the MIME has an arbitary data) a SOAP message > and a certificate and will return me back a SOAP message with an encrypted > MIME parts. > > Any help will be highly solicited. > > regards > Abanindra > -- www.ruchith.org --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 10 13:33:03 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67639 invoked from network); 10 Aug 2006 13:33:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Aug 2006 13:33:03 -0000 Received: (qmail 24937 invoked by uid 500); 10 Aug 2006 13:33:01 -0000 Delivered-To: [email protected] Received: (qmail 24902 invoked by uid 500); 10 Aug 2006 13:33:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 24884 invoked by uid 99); 10 Aug 2006 13:33:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 06:33:01 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO SCITWKSMSG01.yantra.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 06:33:00 -0700 Received: from pigeon.yantra.com ([161.129.204.104]) by SCITWKSMSG01.yantra.com with Microsoft SMTPSVC651.232.9545); Thu, 10 Aug 2006 09:32:37 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Generating a SOAP message with encrypted MIME message Date: Thu, 10 Aug 2006 19:02:35 +0530 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Generating a SOAP message with encrypted MIME message Thread-Index: Aca8fVkV8nAQ1pBxSW2cXu63bg3X4gAA8DKg From: "Sarkar, Abanindra" <[email protected]> To: "Ruchith Fernando" <[email protected]> Cc: <[email protected]> X-OriginalArrivalTime: 10 Aug 2006 13:32:37.0683 (UTC) FILETIME=[720C0030:01C6BC81] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Ruchith, Thanks for this information.=20 Can you send me a sample SOAP message that has an encrypted MIME parts? That will help me to understand the structure of the SOAP message with an encrypted MIME parts. Regards Abanindra=20 -----Original Message----- From: Ruchith Fernando [mailto:[email protected]]=20 Sent: Thursday, August 10, 2006 6:33 PM To: Sarkar, Abanindra Cc: [email protected] Subject: Re: Generating a SOAP message with encrypted MIME message Hi Abanindra, In Axis2/Rampart we have a mechanism to send the encrypted content as a MIME part using MTOM. If you use Axis2 to send your binary content as MIME using MTOM, then you will be able to use Rampart (WS-Sec module for axis2 based on wss4j) to encrypt the soap body where it will encrypt the base64 form of the binary content. This will add the encrypted data into the soap body (if the MTOM optimized content was referenced from the body). Then you can specify the encrypted content to be MTOM optimized (in the rampart outflow configuration) , which will send the encrypted binary content in the wire as a MIME part. Thanks, Ruchith On 8/10/06, Sarkar, Abanindra <[email protected]> wrote: > > > Can some one help me to understand the structure of a SOAP message=20 > which will have an encrypted MIME parts? > > I am finding it real hard to understand how we can encrypt only the=20 > MIME parts of a SOAP message using the WSS4J API. I am not finding any > API which will take a bytestream (assume the MIME has an arbitary=20 > data) a SOAP message and a certificate and will return me back a SOAP=20 > message with an encrypted MIME parts. > > Any help will be highly solicited. > > regards > Abanindra > -- www.ruchith.org --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 10 13:41:08 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70563 invoked from network); 10 Aug 2006 13:41:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Aug 2006 13:41:08 -0000 Received: (qmail 41178 invoked by uid 500); 10 Aug 2006 13:41:07 -0000 Delivered-To: [email protected] Received: (qmail 40829 invoked by uid 500); 10 Aug 2006 13:41:06 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 40818 invoked by uid 99); 10 Aug 2006 13:41:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 06:41:06 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wx-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 06:41:05 -0700 Received: by wx-out-0506.google.com with SMTP id s8so421054wxc for <[email protected]>; Thu, 10 Aug 2006 06:40:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aXRGPJQJrLpEwB0qLVUoWrekR5rD9OnNAKCeEf59k/lJrLznl6dgYW0aVgT1Z+AU9wgubLaMCUTwsP413Ylpby9XAanjM1nn3yzQd1nlk6e/qtvQ91hiPqzREYT/Tkc2vqN5ofU8aEjw9CFj3RA/HQj7D/w3y/5VQObB7tKIjug= Received: by 161.129.204.104 with SMTP id g11mr1281551hue; Thu, 10 Aug 2006 06:40:44 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 10 Aug 2006 06:40:44 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 10 Aug 2006 19:10:44 +0530 From: "Ruchith Fernando" <[email protected]> To: "Sarkar, Abanindra" <[email protected]> Subject: Re: Generating a SOAP message with encrypted MIME message Cc: [email protected] In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Abanindra, Please have a look at Sample 10 in this [1] presentation. The example code is available here [2]. If you are not familiar with Rampart and Axis2 will probably have to go through the first few samples as well. Thanks, Ruchith [1] http://www.wso2.net/presentations/wss4j/java/2006/08/04/apache-rampart [2] http://www-lk.wso2.com/~ruchith/rampart-tute.zip On 8/10/06, Sarkar, Abanindra <[email protected]> wrote: > Ruchith, > > Thanks for this information. > > Can you send me a sample SOAP message that has an encrypted MIME > parts? That will help me to understand the structure of the SOAP message > with an encrypted MIME parts. > > > Regards > Abanindra > > -----Original Message----- > From: Ruchith Fernando [mailto:[email protected]] > Sent: Thursday, August 10, 2006 6:33 PM > To: Sarkar, Abanindra > Cc: [email protected] > Subject: Re: Generating a SOAP message with encrypted MIME message > > Hi Abanindra, > > In Axis2/Rampart we have a mechanism to send the encrypted content as a > MIME part using MTOM. > > If you use Axis2 to send your binary content as MIME using MTOM, then > you will be able to use Rampart (WS-Sec module for axis2 based on > wss4j) to encrypt the soap body where it will encrypt the base64 form > of the binary content. This will add the encrypted data into the soap > body (if the MTOM optimized content was referenced from the body). > > Then you can specify the encrypted content to be MTOM optimized (in the > rampart outflow configuration) , which will send the encrypted binary > content in the wire as a MIME part. > > Thanks, > Ruchith > > On 8/10/06, Sarkar, Abanindra <[email protected]> wrote: > > > > > > Can some one help me to understand the structure of a SOAP message > > which will have an encrypted MIME parts? > > > > I am finding it real hard to understand how we can encrypt only the > > MIME parts of a SOAP message using the WSS4J API. I am not finding any > > > API which will take a bytestream (assume the MIME has an arbitary > > data) a SOAP message and a certificate and will return me back a SOAP > > message with an encrypted MIME parts. > > > > Any help will be highly solicited. > > > > regards > > Abanindra > > > > > -- > www.ruchith.org > -- www.ruchith.org --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 10 19:22:50 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 53454 invoked from network); 10 Aug 2006 19:22:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Aug 2006 19:22:49 -0000 Received: (qmail 1918 invoked by uid 500); 10 Aug 2006 19:22:48 -0000 Delivered-To: [email protected] Received: (qmail 1567 invoked by uid 500); 10 Aug 2006 19:22:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 1556 invoked by uid 99); 10 Aug 2006 19:22:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 12:22:47 -0700 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=HTML_MESSAGE,RCVD_NUMERIC_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO omr3.networksolutionsemail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 12:22:35 -0700 Received: from mail.networksolutionsemail.com (ns-omr3.mgt.netsolmail.com [161.129.204.104]) by omr3.networksolutionsemail.com (8.13.6/8.13.6) with SMTP id k7AJM3Qh032760 for <[email protected]>; Thu, 10 Aug 2006 15:22:03 -0400 Received: (qmail 12353 invoked by uid 78); 10 Aug 2006 19:22:03 -0000 Received: from unknown (HELO webmail7) (161.129.204.104) by ns-omr3.lb.hosting.dc2.netsol.com with SMTP; 10 Aug 2006 19:22:03 -0000 Received: from 161.129.204.104 ([email protected] [161.129.204.104]) by webmail7 (EdgeDesk 4.02) with WEBMAIL id 6483; Thu, 10 Aug 2006 19:22:02 +0000 From: "Gabsaga Tata" <[email protected]> To: [email protected] Importance: Normal Sensitivity: Normal Message-ID: <W376112807164831155237722@webmail7> X-Mailer: Mintersoft EdgeDesk, Build 4.03.0105 X-Originating-IP: [161.129.204.104] X-Forwarded-For: [(null)] Date: Thu, 10 Aug 2006 19:22:02 +0000 Subject: Re: Help on Decrypting SOAP message with WSS4J MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="--=_vm_0011_W3761128071_6483_1155237722" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ----=_vm_0011_W3761128071_6483_1155237722 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Ruchith, Is this what decrypts the message? secEngine.processSecurityHeader(doc, null, this, crypto); And what does the following line do? SOAPUtil.updateSOAPMessage(doc, message); Thanks. Gabsaga >-----Original Message----- >From: Ruchith Fernando [mailto:[email protected]] >Sent: Wednesday, August 9, 2006 11:40 AM >To: 'Gabsaga Tata' >Cc: [email protected] >Subject: Re: Help on Decrypting SOAP message with WSS4J > >Hi Gabsaga, > >There are a bunch of Test cases available here [1]. There are tests >that do signature and encryption such as : TestWSSecurityNew6 > >Please have a [email protected]. We don't use >org.apache.ws.security.message.WSEncryptBody, >org.apache.ws.security.message.WSSignEnvelope classes anymore. > >Thanks, >Ruchith > >[1] https://svn.apache.org/repos/asf/webservices/wss4j/trunk/test/wssec > >On 8/2/06, Gabsaga Tata <[email protected]> wrote: >> >> I found this example on the web >> http://www.devx.com/Java/Article/28816/0/page/4 how WSS4J >> can be used to encrypt SOAP messages. Can anyone help me with a sample code >> on how to Decrypt a SOAP message using WSS4J? I have searched with no luck >> for such an example. >> >> Thanks. >> >> Gabsaga >> >> >> >> >> >> package com.jeffhanson.ws.security; >> import org.apache.axis.Message; >> import org.apache.axis.MessageContext; >> import org.apache.axis.SOAPPart; >> import org.apache.axis.client.AxisClient; >> import org.apache.axis.configuration.NullProvider; >> import org.apache.axis.message.SOAPEnvelope; >> import org.apache.axis.utils.XMLUtils; >> import org.apache.ws.axis.security.util.AxisUtil; >> import org.apache.ws.security.components.crypto.Crypto; >> import >> org.apache.ws.security.components.crypto.CryptoFactory; >> import org.apache.ws.security.message.WSSignEnvelope; >> import org.apache.ws.security.message.WSEncryptBody; >> import org.apache.ws.security.message.WSSAddUsernameToken; >> import >> org.apache.ws.security.message.token.SecurityTokenReference; >> import org.apache.ws.security.message.token.Reference; >> import org.apache.ws.security.WSSecurityEngine; >> import org.apache.ws.security.WSConstants; >> import org.apache.ws.security.WSSConfig; >> import org.apache.ws.security.util.WSSecurityUtil; >> import org.w3c.dom.Document; >> import org.w3c.dom.Element; >> import java.io.ByteArrayInputStream; >> import java.io.InputStream; >> import java.io.PrintWriter; >> /** >> * Enter description here. >> * >> * @author <a href="< Hanson</a> >> * @version $Revision: 1.1 $ >> * <p/> >> * <p><b>Revisions:</b> >> * <p/> >> * <p><b>Jul 26, 2005 jhanson:</b> >> * <ul> >> * <li> Created file. >> * </ul> >> */ >> public class WSSecuritySample >> { >> private static final String soapMsg = >> "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" + >> "<SOAP-ENV:Envelope" + >> " xmlns:SOAP-ENV=\"<" + >> " xmlns:xsd=\"<" + >> " >> xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">" + >> " <SOAP-ENV:Body>" + >> " <sayHello >> xmlns=\"http://jeffhanson.com/services/helloworld\">" + >> " <value xmlns=\"\">Hello world!</value>" + >> " </sayHello>" + >> " </SOAP-ENV:Body>" + >> "</SOAP-ENV:Envelope>"; >> // The following initializes the security engine to the >> // default WS-Security settings >> private static final WSSecurityEngine secEngine = >> new WSSecurityEngine(); >> // The following creates a crypto provider according to the >> // class name specified by the system property: >> // org.apache.ws.security.crypto.provider >> // >> // If the provider property is not set, the default class, >> // >> org.apache.ws.security.components.crypto.BouncyCastle, is >> // used. >> // >> // The provider is initialized to the values specified in >> // the crypto.properties file. The crypto.properties file >> // found in the wss4j jar file specifies >> // org.apache.ws.security.components.crypto.Merlin >> // as the provider class. >> private static final Crypto crypto = >> CryptoFactory.getInstance(); >> private AxisClient engine = null; >> private MessageContext msgContext = null; >> /** >> * Main method >> */ >> public static void main(String[] args) >> { >> try >> { >> WSSecuritySample app = new WSSecuritySample(); >> Message axisMessage = app.getAxisMessage(soapMsg); >> SOAPEnvelope unsignedEnvelope = axisMessage.getSOAPEnvelope(); >> System.out.println("<<<<<< Unsigned and Unencrypted >>>>>>"); >> XMLUtils.PrettyElementToWriter(unsignedEnvelope.getAsDOM(), >> new >> PrintWriter(System.out)); >> /* >> Message samlMsg = app.addUserTokens(unsignedEnvelope); >> System.out.println("\n<<<<<< User Tokens >>>>>>"); >> >> XMLUtils.PrettyElementToWriter(samlMsg.getSOAPEnvelope().getAsDOM(), >> new >> PrintWriter(System.out)); >> Message encryptedMsg = app.encryptSOAPEnvelope(unsignedEnvelope, >> >> axisMessage); >> System.out.println("\n<<<<<< Encrypted >>>>>>"); >> >> XMLUtils.PrettyElementToWriter(encryptedMsg.getSOAPEnvelope().getAsDOM(), >> new >> PrintWriter(System.out)); >> */ >> Message signedMsg = app.signSOAPEnvelope(unsignedEnvelope); >> System.out.println("\n<<<<<< Signed >>>>>>"); >> >> XMLUtils.PrettyElementToWriter(signedMsg.getSOAPEnvelope().getAsDOM(), >> new >> PrintWriter(System.out)); >> >> } >> catch (Exception e) >> { >> e.printStackTrace(); >> } >> } >> /** >> * WSSecuritySample constructor >> */ >> public WSSecuritySample() >> { >> engine = new AxisClient(new NullProvider()); >> msgContext = new MessageContext(engine); >> } >> /** >> * Creates and returns an Axis message from a >> * SOAP envelope string. >> * >> * @param unsignedEnvelope a string containing a SOAP >> * envelope >> * @return <code>Message</code> the Axis message >> */ >> private Message getAxisMessage(String unsignedEnvelope) >> { >> InputStream inStream = >> new ByteArrayInputStream(unsignedEnvelope.getBytes()); >> Message axisMessage = new Message(inStream); >> axisMessage.setMessageContext(msgContext); >> return axisMessage; >> } >> /** >> * Creates a signed SOAP message in compliance with WS-Security. >> * >> * @return <code>Message</code> the signed SOAP envelope >> * as an Axis message >> * @throws Exception on error >> */ >> public Message signSOAPEnvelope(SOAPEnvelope unsignedEnvelope) >> throws Exception >> { >> // WSSignEnvelope signs a SOAP envelope according to the >> // WS Specification (X509 profile) and adds the signature data >> // to the envelope. >> WSSignEnvelope signer = new WSSignEnvelope(); >> String alias = >> "16c73ab6-b892-458f-abf5-2f875f74882e"; >> String password = "security"; >> signer.setUserInfo(alias, password); >> Document doc = unsignedEnvelope.getAsDocument(); >> // The "build" method, creates the signed SOAP envelope. >> // It takes a SOAP Envelope as a W3C Document and adds >> // a WSS Signature header to it. The signed elements >> // depend on the signature parts that are specified by >> // the WSBaseMessage.setParts(java.util.Vector parts) >> // method. By default, SOAP Body is signed. >> // The "crypto" parameter is the object that implements >> // access to the keystore and handling of certificates. >> // A default implementation is included: >> // org.apache.ws.security.components.crypto.Merlin >> Document signedDoc = signer.build(doc, crypto); >> // Convert the signed document into a SOAP message. >> Message signedSOAPMsg = >> >> (org.apache.axis.Message)AxisUtil.toSOAPMessage(signedDoc); >> return signedSOAPMsg; >> } >> /** >> * Adds user tokens to a SOAP envelope in compliance with WS-Security. >> * >> * @return <code>Message</code> the signed SOAP envelope >> * as an Axis message >> * @throws Exception on error >> */ >> public Message addUserTokens(SOAPEnvelope unsignedEnvelope) >> throws Exception >> { >> WSEncryptBody wsEncrypt = new WSEncryptBody(); >> // Get the message as document >> Document doc = unsignedEnvelope.getAsDocument(); >> String username = "joedoe"; >> String password = "this is a lot of foobar "; >> byte[] key = password.getBytes(); >> // Add the UserNameToken. >> WSSAddUsernameToken builder = >> new WSSAddUsernameToken("", false); >> builder.setPasswordType(WSConstants.PASSWORD_TEXT); >> builder.build(doc, username, password); >> // Add an Id to it. >> Element usrEle = >> (Element)(doc.getElementsByTagNameNS(WSConstants.WSSE_NS, >> >> "UsernameToken").item(0)); >> String idValue = "7654"; >> usrEle.setAttribute("Id", idValue); >> // Create a Reference to the UserNameToken. >> Reference ref = new Reference(WSSConfig.getDefaultWSConfig(), >> doc); >> ref.setURI("#" + idValue); >> ref.setValueType("UsernameToken"); >> SecurityTokenReference secRef = >> new SecurityTokenReference(WSSConfig.getDefaultWSConfig(), >> doc); >> secRef.setReference(ref); >> // adding the namespace >> WSSecurityUtil.setNamespace(secRef.getElement(), >> WSConstants.WSSE_NS, >> WSConstants.WSSE_PREFIX); >> // Setting necessary parameters in WSEncryptBody. >> >> wsEncrypt.setKeyIdentifierType(WSConstants.EMBED_SECURITY_TOKEN_REF); >> wsEncrypt.setSecurityTokenReference(secRef); >> wsEncrypt.setKey(key); >> // Encrypt using the using the key >> Document encDoc = wsEncrypt.build(doc, crypto); >> // Convert the document into a SOAP message. >> Message signedMsg = >> (Message)AxisUtil.toSOAPMessage(encDoc); >> return signedMsg; >> } >> /** >> * Encrypts a SOAP envelope in compliance with WS-Security. >> * >> * @return <code>Message</code> the signed SOAP envelope >> * as an Axis message >> * @throws Exception on error >> */ >> public Message encryptSOAPEnvelope(SOAPEnvelope >> unsignedEnvelope, >> Message axisMessage) >> throws Exception >> { >> WSEncryptBody encrypt = new WSEncryptBody(); >> >> encrypt.setUserInfo("16c73ab6-b892-458f-abf5-2f875f74882e"); >> // Before Encryption >> Document doc = unsignedEnvelope.getAsDocument(); >> Document encryptedDoc = encrypt.build(doc, crypto); >> // Convert the document into a SOAP message. >> Message encryptedMsg = (Message) AxisUtil.toSOAPMessage(encryptedDoc); >> String soapPart = encryptedMsg.getSOAPPartAsString(); >> >> ((SOAPPart)axisMessage.getSOAPPart()).setCurrentMessage(soapPart, >> >> SOAPPart.FORM_STRING); >> encryptedDoc = axisMessage.getSOAPEnvelope().getAsDocument(); >> // Convert the document into a SOAP message. >> Message encryptedSOAPMsg = >> (Message)AxisUtil.toSOAPMessage(encryptedDoc); >> return encryptedSOAPMsg; >> } >> } >> > > >-- >www.ruchith.org > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [email protected] >For additional commands, e-mail: [email protected] > > ----=_vm_0011_W3761128071_6483_1155237722 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <html><P>Ruchith,</P> <P>Is this what decrypts the message?</P> <P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; secEngine.processSecurityHe= ader(doc, null, this, crypto);</P> <P>And what does the following line do?</P> <P><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SOAPUtil.updateSOAPMess= age(doc, message);</P> <P>Thanks.</P> <P>Gabsaga</P> <P><BR><BR>&gt;-----Original Message-----<BR>&gt;From: Ruchith Fernando [= mailto:[email protected]]<BR>&gt;Sent: Wednesday, August 9, 2006= 11:40 AM<BR>&gt;To: 'Gabsaga Tata'<BR>&gt;Cc: [email protected]<BR= >&gt;Subject: Re: Help on Decrypting SOAP message with WSS4J<BR>&gt;<BR>&= gt;Hi Gabsaga,<BR>&gt;<BR>&gt;There are a bunch of Test cases available h= ere [1]. There are tests<BR>&gt;that do signature and encryption such as = : TestWSSecurityNew6<BR>&gt;<BR>&gt;Please have a [email protected]. We don't = use<BR>&gt;org.apache.ws.security.message.WSEncryptBody,<BR>&gt;org.apach= e.ws.security.message.WSSignEnvelope classes anymore.<BR>&gt;<BR>&gt;Than= ks,<BR>&gt;Ruchith<BR>&gt;<BR>&gt;[1] https://svn.apache.org/repos/asf/we= bservices/wss4j/trunk/test/wssec<BR>&gt;<BR>&gt;On 8/2/06, Gabsaga Tata &= lt;[email protected]&gt; wrote:<BR>&gt;&gt;<BR>&gt;&gt; I found t= his example on the web<BR>&gt;&gt; http://www.devx.com/Java/Article/28816= /0/page/4 how WSS4J<BR>&gt;&gt; can be used to encrypt SOAP messages. Can= anyone help me with a sample code<BR>&gt;&gt; on how to Decrypt a SOAP m= essage using WSS4J? I have searched with no luck<BR>&gt;&gt; for such an = example.<BR>&gt;&gt;<BR>&gt;&gt; Thanks.<BR>&gt;&gt;<BR>&gt;&gt; Gabsaga<= BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; p= ackage com.jeffhanson.ws.security;<BR>&gt;&gt; import org.apache.axis.Mes= sage;<BR>&gt;&gt; import org.apache.axis.MessageContext;<BR>&gt;&gt; impo= rt org.apache.axis.SOAPPart;<BR>&gt;&gt; import org.apache.axis.client.Ax= isClient;<BR>&gt;&gt; import org.apache.axis.configuration.NullProvider;<= BR>&gt;&gt; import org.apache.axis.message.SOAPEnvelope;<BR>&gt;&gt; impo= rt org.apache.axis.utils.XMLUtils;<BR>&gt;&gt; import org.apache.ws.axis.= security.util.AxisUtil;<BR>&gt;&gt; import org.apache.ws.security.compone= nts.crypto.Crypto;<BR>&gt;&gt; import<BR>&gt;&gt; org.apache.ws.security.= components.crypto.CryptoFactory;<BR>&gt;&gt; import org.apache.ws.securit= y.message.WSSignEnvelope;<BR>&gt;&gt; import org.apache.ws.security.messa= ge.WSEncryptBody;<BR>&gt;&gt; import org.apache.ws.security.message.WSSAd= dUsernameToken;<BR>&gt;&gt; import<BR>&gt;&gt; org.apache.ws.security.mes= sage.token.SecurityTokenReference;<BR>&gt;&gt; import org.apache.ws.secur= ity.message.token.Reference;<BR>&gt;&gt; import org.apache.ws.security.WS= SecurityEngine;<BR>&gt;&gt; import org.apache.ws.security.WSConstants;<BR= >&gt;&gt; import org.apache.ws.security.WSSConfig;<BR>&gt;&gt; import org= .apache.ws.security.util.WSSecurityUtil;<BR>&gt;&gt; import org.w3c.dom.D= ocument;<BR>&gt;&gt; import org.w3c.dom.Element;<BR>&gt;&gt; import java.= io.ByteArrayInputStream;<BR>&gt;&gt; import java.io.InputStream;<BR>&gt;&= gt; import java.io.PrintWriter;<BR>&gt;&gt; /**<BR>&gt;&gt; * Enter descr= iption here.<BR>&gt;&gt; *<BR>&gt;&gt; * @author &lt;a href=3D"&lt; Hanso= n&lt;/a&gt;<BR>&gt;&gt; * @version $Revision: 1.1 $<BR>&gt;&gt; * &lt;p/&= gt;<BR>&gt;&gt; * &lt;p&gt;&lt;b&gt;Revisions:&lt;/b&gt;<BR>&gt;&gt; * &l= t;p/&gt;<BR>&gt;&gt; * &lt;p&gt;&lt;b&gt;Jul 26, 2005 jhanson:&lt;/b&gt;<= BR>&gt;&gt; * &lt;ul&gt;<BR>&gt;&gt; * &lt;li&gt; Created file.<BR>&gt;&g= t; * &lt;/ul&gt;<BR>&gt;&gt; */<BR>&gt;&gt; public class WSSecuritySample= <BR>&gt;&gt; {<BR>&gt;&gt; private static final String soapMsg =3D<BR>&gt= ;&gt; "&lt;?xml version=3D\"1.0\" encoding=3D\"UTF-8\"?&gt;" +<BR>&gt;&gt= ; "&lt;SOAP-ENV:Envelope" +<BR>&gt;&gt; " xmlns:SOAP-ENV=3D\"&lt;" +<BR>&= gt;&gt; " xmlns:xsd=3D\"&lt;" +<BR>&gt;&gt; "<BR>&gt;&gt; xmlns:xsi=3D\"h= ttp://www.w3.org/2001/XMLSchema-instance\"&gt;" +<BR>&gt;&gt; " &lt;SOAP-= ENV:Body&gt;" +<BR>&gt;&gt; " &lt;sayHello<BR>&gt;&gt; xmlns=3D\"http://j= effhanson.com/services/helloworld\"&gt;" +<BR>&gt;&gt; " &lt;value xmlns=3D= \"\"&gt;Hello world!&lt;/value&gt;" +<BR>&gt;&gt; " &lt;/sayHello&gt;" +<= BR>&gt;&gt; " &lt;/SOAP-ENV:Body&gt;" +<BR>&gt;&gt; "&lt;/SOAP-ENV:Envelo= pe&gt;";<BR>&gt;&gt; // The following initializes the security engine to = the<BR>&gt;&gt; // default WS-Security settings<BR>&gt;&gt; private stati= c final WSSecurityEngine secEngine =3D<BR>&gt;&gt; new WSSecurityEngine()= ;<BR>&gt;&gt; // The following creates a crypto provider according to the= <BR>&gt;&gt; // class name specified by the system property:<BR>&gt;&gt; = // org.apache.ws.security.crypto.provider<BR>&gt;&gt; //<BR>&gt;&gt; // I= f the provider property is not set, the default class,<BR>&gt;&gt; //<BR>= &gt;&gt; org.apache.ws.security.components.crypto.BouncyCastle, is<BR>&gt= ;&gt; // used.<BR>&gt;&gt; //<BR>&gt;&gt; // The provider is initialized = to the values specified in<BR>&gt;&gt; // the crypto.properties file. The= crypto.properties file<BR>&gt;&gt; // found in the wss4j jar file specif= ies<BR>&gt;&gt; // org.apache.ws.security.components.crypto.Merlin<BR>&gt= ;&gt; // as the provider class.<BR>&gt;&gt; private static final Crypto c= rypto =3D<BR>&gt;&gt; CryptoFactory.getInstance();<BR>&gt;&gt; private Ax= isClient engine =3D null;<BR>&gt;&gt; private MessageContext msgContext =3D= null;<BR>&gt;&gt; /**<BR>&gt;&gt; * Main method<BR>&gt;&gt; */<BR>&gt;&g= t; public static void main(String[] args)<BR>&gt;&gt; {<BR>&gt;&gt; try<B= R>&gt;&gt; {<BR>&gt;&gt; WSSecuritySample app =3D new WSSecuritySample();= <BR>&gt;&gt; Message axisMessage =3D app.getAxisMessage(soapMsg);<BR>&gt;= &gt; SOAPEnvelope unsignedEnvelope =3D axisMessage.getSOAPEnvelope();<BR>= &gt;&gt; System.out.println("&lt;&lt;&lt;&lt;&lt;&lt; Unsigned and Unencr= ypted &gt;&gt;&gt;&gt;&gt;&gt;");<BR>&gt;&gt; XMLUtils.PrettyElementToWri= ter(unsignedEnvelope.getAsDOM(),<BR>&gt;&gt; new<BR>&gt;&gt; PrintWriter(= System.out));<BR>&gt;&gt; /*<BR>&gt;&gt; Message samlMsg =3D app.addUserT= okens(unsignedEnvelope);<BR>&gt;&gt; System.out.println("\n&lt;&lt;&lt;&l= t;&lt;&lt; User Tokens &gt;&gt;&gt;&gt;&gt;&gt;");<BR>&gt;&gt;<BR>&gt;&gt= ; XMLUtils.PrettyElementToWriter(samlMsg.getSOAPEnvelope().getAsDOM(),<BR= >&gt;&gt; new<BR>&gt;&gt; PrintWriter(System.out));<BR>&gt;&gt; Message e= ncryptedMsg =3D app.encryptSOAPEnvelope(unsignedEnvelope,<BR>&gt;&gt;<BR>= &gt;&gt; axisMessage);<BR>&gt;&gt; System.out.println("\n&lt;&lt;&lt;&lt;= &lt;&lt; Encrypted &gt;&gt;&gt;&gt;&gt;&gt;");<BR>&gt;&gt;<BR>&gt;&gt; XM= LUtils.PrettyElementToWriter(encryptedMsg.getSOAPEnvelope().getAsDOM(),<B= R>&gt;&gt; new<BR>&gt;&gt; PrintWriter(System.out));<BR>&gt;&gt; */<BR>&g= t;&gt; Message signedMsg =3D app.signSOAPEnvelope(unsignedEnvelope);<BR>&= gt;&gt; System.out.println("\n&lt;&lt;&lt;&lt;&lt;&lt; Signed &gt;&gt;&gt= ;&gt;&gt;&gt;");<BR>&gt;&gt;<BR>&gt;&gt; XMLUtils.PrettyElementToWriter(s= ignedMsg.getSOAPEnvelope().getAsDOM(),<BR>&gt;&gt; new<BR>&gt;&gt; PrintW= riter(System.out));<BR>&gt;&gt;<BR>&gt;&gt; }<BR>&gt;&gt; catch (Exceptio= n e)<BR>&gt;&gt; {<BR>&gt;&gt; e.printStackTrace();<BR>&gt;&gt; }<BR>&gt;= &gt; }<BR>&gt;&gt; /**<BR>&gt;&gt; * WSSecuritySample constructor<BR>&gt;= &gt; */<BR>&gt;&gt; public WSSecuritySample()<BR>&gt;&gt; {<BR>&gt;&gt; e= ngine =3D new AxisClient(new NullProvider());<BR>&gt;&gt; msgContext =3D = new MessageContext(engine);<BR>&gt;&gt; }<BR>&gt;&gt; /**<BR>&gt;&gt; * C= reates and returns an Axis message from a<BR>&gt;&gt; * SOAP envelope str= ing.<BR>&gt;&gt; *<BR>&gt;&gt; * @param unsignedEnvelope a string contain= ing a SOAP<BR>&gt;&gt; * envelope<BR>&gt;&gt; * @return &lt;code&gt;Messa= ge&lt;/code&gt; the Axis message<BR>&gt;&gt; */<BR>&gt;&gt; private Messa= ge getAxisMessage(String unsignedEnvelope)<BR>&gt;&gt; {<BR>&gt;&gt; Inpu= tStream inStream =3D<BR>&gt;&gt; new ByteArrayInputStream(unsignedEnvelop= e.getBytes());<BR>&gt;&gt; Message axisMessage =3D new Message(inStream);= <BR>&gt;&gt; axisMessage.setMessageContext(msgContext);<BR>&gt;&gt; retur= n axisMessage;<BR>&gt;&gt; }<BR>&gt;&gt; /**<BR>&gt;&gt; * Creates a sign= ed SOAP message in compliance with WS-Security.<BR>&gt;&gt; *<BR>&gt;&gt;= * @return &lt;code&gt;Message&lt;/code&gt; the signed SOAP envelope<BR>&= gt;&gt; * as an Axis message<BR>&gt;&gt; * @throws Exception on error<BR>= &gt;&gt; */<BR>&gt;&gt; public Message signSOAPEnvelope(SOAPEnvelope unsi= gnedEnvelope)<BR>&gt;&gt; throws Exception<BR>&gt;&gt; {<BR>&gt;&gt; // W= SSignEnvelope signs a SOAP envelope according to the<BR>&gt;&gt; // WS Sp= ecification (X509 profile) and adds the signature data<BR>&gt;&gt; // to = the envelope.<BR>&gt;&gt; WSSignEnvelope signer =3D new WSSignEnvelope();= <BR>&gt;&gt; String alias =3D<BR>&gt;&gt; "16c73ab6-b892-458f-abf5-2f875f= 74882e";<BR>&gt;&gt; String password =3D "security";<BR>&gt;&gt; signer.s= etUserInfo(alias, password);<BR>&gt;&gt; Document doc =3D unsignedEnvelop= e.getAsDocument();<BR>&gt;&gt; // The "build" method, creates the signed = SOAP envelope.<BR>&gt;&gt; // It takes a SOAP Envelope as a W3C Document = and adds<BR>&gt;&gt; // a WSS Signature header to it. The signed elements= <BR>&gt;&gt; // depend on the signature parts that are specified by<BR>&g= t;&gt; // the WSBaseMessage.setParts(java.util.Vector parts)<BR>&gt;&gt; = // method. By default, SOAP Body is signed.<BR>&gt;&gt; // The "crypto" p= arameter is the object that implements<BR>&gt;&gt; // access to the keyst= ore and handling of certificates.<BR>&gt;&gt; // A default implementation= is included:<BR>&gt;&gt; // org.apache.ws.security.components.crypto.Mer= lin<BR>&gt;&gt; Document signedDoc =3D signer.build(doc, crypto);<BR>&gt;= &gt; // Convert the signed document into a SOAP message.<BR>&gt;&gt; Mess= age signedSOAPMsg =3D<BR>&gt;&gt;<BR>&gt;&gt; (org.apache.axis.Message)Ax= isUtil.toSOAPMessage(signedDoc);<BR>&gt;&gt; return signedSOAPMsg;<BR>&gt= ;&gt; }<BR>&gt;&gt; /**<BR>&gt;&gt; * Adds user tokens to a SOAP envelope= in compliance with WS-Security.<BR>&gt;&gt; *<BR>&gt;&gt; * @return &lt;= code&gt;Message&lt;/code&gt; the signed SOAP envelope<BR>&gt;&gt; * as an= Axis message<BR>&gt;&gt; * @throws Exception on error<BR>&gt;&gt; */<BR>= &gt;&gt; public Message addUserTokens(SOAPEnvelope unsignedEnvelope)<BR>&= gt;&gt; throws Exception<BR>&gt;&gt; {<BR>&gt;&gt; WSEncryptBody wsEncryp= t =3D new WSEncryptBody();<BR>&gt;&gt; // Get the message as document<BR>= &gt;&gt; Document doc =3D unsignedEnvelope.getAsDocument();<BR>&gt;&gt; S= tring username =3D "joedoe";<BR>&gt;&gt; String password =3D "this is a l= ot of foobar ";<BR>&gt;&gt; byte[] key =3D password.getBytes();<BR>&gt;&g= t; // Add the UserNameToken.<BR>&gt;&gt; WSSAddUsernameToken builder =3D<= BR>&gt;&gt; new WSSAddUsernameToken("", false);<BR>&gt;&gt; builder.setPa= sswordType(WSConstants.PASSWORD_TEXT);<BR>&gt;&gt; builder.build(doc, use= rname, password);<BR>&gt;&gt; // Add an Id to it.<BR>&gt;&gt; Element usr= Ele =3D<BR>&gt;&gt; (Element)(doc.getElementsByTagNameNS(WSConstants.WSSE= _NS,<BR>&gt;&gt;<BR>&gt;&gt; "UsernameToken").item(0));<BR>&gt;&gt; Strin= g idValue =3D "7654";<BR>&gt;&gt; usrEle.setAttribute("Id", idValue);<BR>= &gt;&gt; // Create a Reference to the UserNameToken.<BR>&gt;&gt; Referenc= e ref =3D new Reference(WSSConfig.getDefaultWSConfig(),<BR>&gt;&gt; doc);= <BR>&gt;&gt; ref.setURI("#" + idValue);<BR>&gt;&gt; ref.setValueType("Use= rnameToken");<BR>&gt;&gt; SecurityTokenReference secRef =3D<BR>&gt;&gt; n= ew SecurityTokenReference(WSSConfig.getDefaultWSConfig(),<BR>&gt;&gt; doc= );<BR>&gt;&gt; secRef.setReference(ref);<BR>&gt;&gt; // adding the namesp= ace<BR>&gt;&gt; WSSecurityUtil.setNamespace(secRef.getElement(),<BR>&gt;&= gt; WSConstants.WSSE_NS,<BR>&gt;&gt; WSConstants.WSSE_PREFIX);<BR>&gt;&gt= ; // Setting necessary parameters in WSEncryptBody.<BR>&gt;&gt;<BR>&gt;&g= t; wsEncrypt.setKeyIdentifierType(WSConstants.EMBED_SECURITY_TOKEN_REF);<= BR>&gt;&gt; wsEncrypt.setSecurityTokenReference(secRef);<BR>&gt;&gt; wsEn= crypt.setKey(key);<BR>&gt;&gt; // Encrypt using the using the key<BR>&gt;= &gt; Document encDoc =3D wsEncrypt.build(doc, crypto);<BR>&gt;&gt; // Con= vert the document into a SOAP message.<BR>&gt;&gt; Message signedMsg =3D<= BR>&gt;&gt; (Message)AxisUtil.toSOAPMessage(encDoc);<BR>&gt;&gt; return s= ignedMsg;<BR>&gt;&gt; }<BR>&gt;&gt; /**<BR>&gt;&gt; * Encrypts a SOAP env= elope in compliance with WS-Security.<BR>&gt;&gt; *<BR>&gt;&gt; * @return= &lt;code&gt;Message&lt;/code&gt; the signed SOAP envelope<BR>&gt;&gt; * = as an Axis message<BR>&gt;&gt; * @throws Exception on error<BR>&gt;&gt; *= /<BR>&gt;&gt; public Message encryptSOAPEnvelope(SOAPEnvelope<BR>&gt;&gt;= unsignedEnvelope,<BR>&gt;&gt; Message axisMessage)<BR>&gt;&gt; throws Ex= ception<BR>&gt;&gt; {<BR>&gt;&gt; WSEncryptBody encrypt =3D new WSEncrypt= Body();<BR>&gt;&gt;<BR>&gt;&gt; encrypt.setUserInfo("16c73ab6-b892-458f-a= bf5-2f875f74882e");<BR>&gt;&gt; // Before Encryption<BR>&gt;&gt; Document= doc =3D unsignedEnvelope.getAsDocument();<BR>&gt;&gt; Document encrypted= Doc =3D encrypt.build(doc, crypto);<BR>&gt;&gt; // Convert the document i= nto a SOAP message.<BR>&gt;&gt; Message encryptedMsg =3D (Message) AxisUt= il.toSOAPMessage(encryptedDoc);<BR>&gt;&gt; String soapPart =3D encrypted= Msg.getSOAPPartAsString();<BR>&gt;&gt;<BR>&gt;&gt; ((SOAPPart)axisMessage= .getSOAPPart()).setCurrentMessage(soapPart,<BR>&gt;&gt;<BR>&gt;&gt; SOAPP= art.FORM_STRING);<BR>&gt;&gt; encryptedDoc =3D axisMessage.getSOAPEnvelop= e().getAsDocument();<BR>&gt;&gt; // Convert the document into a SOAP mess= age.<BR>&gt;&gt; Message encryptedSOAPMsg =3D<BR>&gt;&gt; (Message)AxisUt= il.toSOAPMessage(encryptedDoc);<BR>&gt;&gt; return encryptedSOAPMsg;<BR>&= gt;&gt; }<BR>&gt;&gt; }<BR>&gt;&gt;<BR>&gt;<BR>&gt;<BR>&gt;-- <BR>&gt;www= .ruchith.org<BR>&gt;<BR>&gt;---------------------------------------------= ------------------------<BR>&gt;To unsubscribe, e-mail: wss4j-dev-unsubsc= [email protected]<BR>&gt;For additional commands, e-mail: wss4j-dev-help= @ws.apache.org<BR>&gt;<BR>&gt;</P></html> ----=_vm_0011_W3761128071_6483_1155237722-- From [email protected] Thu Aug 10 21:24:00 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28644 invoked from network); 10 Aug 2006 21:24:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Aug 2006 21:24:00 -0000 Received: (qmail 31350 invoked by uid 500); 10 Aug 2006 21:23:58 -0000 Delivered-To: [email protected] Received: (qmail 31294 invoked by uid 500); 10 Aug 2006 21:23:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 31283 invoked by uid 99); 10 Aug 2006 21:23:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 14:23:58 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO amereast-smg1.iona.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 14:23:50 -0700 Received: from amereast-ems2.IONAGLOBAL.COM ([161.129.204.104]) by amereast-smg1.iona.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id k7ALMxTg008985 for <[email protected]>; Thu, 10 Aug 2006 17:23:22 -0400 (EDT) Received: from [161.129.204.104] ([161.129.204.104]) by amereast-ems2.IONAGLOBAL.COM with Microsoft SMTPSVC(5.0.2195.6713); Thu, 10 Aug 2006 17:23:21 -0400 Message-ID: <[email protected]> Date: Thu, 10 Aug 2006 17:23:21 -0400 From: Fred Dushin <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20060523) MIME-Version: 1.0 To: wss4j-dev <[email protected]> Subject: WSSecurityEngineResult#getSignedElements() X-Enigmail-Version: 161.129.204.104 Content-Type: multipart/alternative; boundary="------------080104060607040305040007" X-OriginalArrivalTime: 10 Aug 2006 21:23:21.0628 (UTC) FILETIME=[34BFFDC0:01C6BCC3] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --------------080104060607040305040007 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit The WSSecurityEngineResult has a signed elements attribute on it, in the form of a java.util.Set. However, I see this set is only populated with strings (wsu:Ids, if I'm not mistaken). E.g., here is a snippet of code in which this Set is populated: {{{ Element se = WSSecurityUtil.getElementByWsuId(elem.getOwnerDocument(), uri); if (se == null) { se = WSSecurityUtil.getElementByGenId(elem .getOwnerDocument(), uri); } if (se == null) { throw new WSSecurityException( WSSecurityException.FAILED_CHECK); } returnElements.add(WSSecurityUtil.getIDfromReference(uri)); }}} For the purposes of strict policy enforcement, it would be desirable to * have access to the "physical" element that was protected, as opposed to a reference to it (thus avoding potentially costly, and possibly unfeasible lookup) * have such access in the case of confidentiality protection, as well Additionally, it would seem desirable to be able to obtain information about for whom encrypted messages were targeted. For example, if a part was encrypted for Bob (as opposed to Claire), it might be desirable to know this, as well. Would additions to the WSSecurityEngineResult type be welcome? They should be binary compatible, at any rate, and could greatly improve enforcement of security policy on the receiving side of a SOAP endpoint. I would be happy to contribute any such changes. I can also file an enhancement request in Jira, for tracking purposes, if folks are amenable to that. Thanks! Fred --------------080104060607040305040007 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> The WSSecurityEngineResult has a signed elements attribute on it, in the form of a java.util.Set.&nbsp; However, I see this set is only populated with strings (wsu:Ids, if I'm not mistaken).<br> <br> E.g., here is a snippet of code in which this Set is populated:<br> <br> {{{<br> &nbsp;&nbsp;&nbsp; Element se = WSSecurityUtil.getElementByWsuId(elem.getOwnerDocument(), uri);<br> &nbsp;&nbsp;&nbsp; if (se == null) {<br> &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; se = WSSecurityUtil.getElementByGenId(elem<br> &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .getOwnerDocument(), uri);<br> &nbsp;&nbsp;&nbsp; }<br> &nbsp;&nbsp;&nbsp; if (se == null) {<br> &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; throw new WSSecurityException(<br> &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; WSSecurityException.FAILED_CHECK);<br> &nbsp;&nbsp;&nbsp; }<br> &nbsp;&nbsp;&nbsp; returnElements.add(WSSecurityUtil.getIDfromReference(uri));<br> }}}<br> <br> For the purposes of strict policy enforcement, it would be desirable to <br> <ul> <li>have access to the "physical" element that was protected, as opposed to a reference to it (thus avoding potentially costly, and possibly unfeasible lookup)<br> </li> <li>have such access in the case of confidentiality protection, as well<br> </li> </ul> Additionally, it would seem desirable to be able to obtain information about for whom encrypted messages were targeted.&nbsp; For example, if a part was encrypted for Bob (as opposed to Claire), it might be desirable to know this, as well.<br> <br> Would additions to the WSSecurityEngineResult type be welcome?&nbsp; They should be binary compatible, at any rate, and could greatly improve enforcement of security policy on the receiving side of a SOAP endpoint.&nbsp; I would be happy to contribute any such changes.&nbsp; I can also file an enhancement request in Jira, for tracking purposes, if folks are amenable to that.<br> <br> Thanks!<br> Fred<br> <br> </body> </html> --------------080104060607040305040007-- From [email protected] Fri Aug 11 02:33:32 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45827 invoked from network); 11 Aug 2006 02:33:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Aug 2006 02:33:31 -0000 Received: (qmail 64675 invoked by uid 500); 11 Aug 2006 02:33:31 -0000 Delivered-To: [email protected] Received: (qmail 64330 invoked by uid 500); 11 Aug 2006 02:33:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 64319 invoked by uid 99); 11 Aug 2006 02:33:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 19:33:29 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 19:33:19 -0700 Received: by nf-out-0910.google.com with SMTP id k26so733193nfc for <[email protected]>; Thu, 10 Aug 2006 19:32:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RgoiIssojlgCF/DF2eHNbtSFYHoa0gDrVO7+ESP7h7mIWhvHirU3edEY53Dyfp71azDMfinxpJWVvDVKGLkjMwWRJT6Ut2lp51Efz/qWmeS747C/x3DN7BRc/CJeOKc5bMMMGpSdR3lCFePHsVlXUYDDvwMObx4P4Lk27PieubA= Received: by 161.129.204.104 with SMTP id w2mr1958279huc; Thu, 10 Aug 2006 19:32:51 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 10 Aug 2006 19:32:51 -0700 (PDT) Message-ID: <[email protected]> Date: Fri, 11 Aug 2006 08:02:51 +0530 From: "Ruchith Fernando" <[email protected]> To: "Gabsaga Tata" <[email protected]> Subject: Re: Help on Decrypting SOAP message with WSS4J Cc: [email protected] In-Reply-To: <W376112807164831155237722@webmail7> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <W376112807164831155237722@webmail7> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Gabsaga, On 8/11/06, Gabsaga Tata <[email protected]> wrote: > > > Ruchith, > > Is this what decrypts the message? > > secEngine.processSecurityHeader(doc, null, this, crypto); > > And what does the following line do? > > > SOAPUtil.updateSOAPMessage(doc, message); This sets the given DOM document instance as contents of the SOAPPart of the given SOAPMessage. public static SOAPMessage updateSOAPMessage(Document doc, SOAPMessage message) throws Exception { DOMSource domSource = new DOMSource(doc); message.getSOAPPart().setContent(domSource); return message; } Thanks, Ruchith > > Thanks. > > Gabsaga > > > > >-----Original Message----- > >From: Ruchith Fernando [mailto:[email protected]] > >Sent: Wednesday, August 9, 2006 11:40 AM > >To: 'Gabsaga Tata' > >Cc: [email protected] > >Subject: Re: Help on Decrypting SOAP message with WSS4J > > > >Hi Gabsaga, > > > >There are a bunch of Test cases available here [1]. There are tests > >that do signature and encryption such as : TestWSSecurityNew6 > > > >Please have a [email protected]. We don't use > >org.apache.ws.security.message.WSEncryptBody, > >org.apache.ws.security.message.WSSignEnvelope classes > anymore. > > > >Thanks, > >Ruchith > > > >[1] > https://svn.apache.org/repos/asf/webservices/wss4j/trunk/test/wssec > > > >On 8/2/06, Gabsaga Tata <[email protected]> wrote: > >> > >> I found this example on the web > >> http://www.devx.com/Java/Article/28816/0/page/4 how > WSS4J > >> can be used to encrypt SOAP messages. Can anyone help me with a sample > code > >> on how to Decrypt a SOAP message using WSS4J? I have searched with no > luck > >> for such an example. > >> > >> Thanks. > >> > >> Gabsaga > >> > >> > >> > >> > >> > >> package com.jeffhanson.ws.security; > >> import org.apache.axis.Message; > >> import org.apache.axis.MessageContext; > >> import org.apache.axis.SOAPPart; > >> import org.apache.axis.client.AxisClient; > >> import org.apache.axis.configuration.NullProvider; > >> import org.apache.axis.message.SOAPEnvelope; > >> import org.apache.axis.utils.XMLUtils; > >> import org.apache.ws.axis.security.util.AxisUtil; > >> import org.apache.ws.security.components.crypto.Crypto; > >> import > >> org.apache.ws.security.components.crypto.CryptoFactory; > >> import org.apache.ws.security.message.WSSignEnvelope; > >> import org.apache.ws.security.message.WSEncryptBody; > >> import > org.apache.ws.security.message.WSSAddUsernameToken; > >> import > >> > org.apache.ws.security.message.token.SecurityTokenReference; > >> import org.apache.ws.security.message.token.Reference; > >> import org.apache.ws.security.WSSecurityEngine; > >> import org.apache.ws.security.WSConstants; > >> import org.apache.ws.security.WSSConfig; > >> import org.apache.ws.security.util.WSSecurityUtil; > >> import org.w3c.dom.Document; > >> import org.w3c.dom.Element; > >> import java.io.ByteArrayInputStream; > >> import java.io.InputStream; > >> import java.io.PrintWriter; > >> /** > >> * Enter description here. > >> * > >> * @author <a href="< Hanson</a> > >> * @version $Revision: 1.1 $ > >> * <p/> > >> * <p><b>Revisions:</b> > >> * <p/> > >> * <p><b>Jul 26, 2005 jhanson:</b> > >> * <ul> > >> * <li> Created file. > >> * </ul> > >> */ > >> public class WSSecuritySample > >> { > >> private static final String soapMsg = > >> "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" + > >> "<SOAP-ENV:Envelope" + > >> " xmlns:SOAP-ENV=\"<" + > >> " xmlns:xsd=\"<" + > >> " > >> > xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">" + > >> " <SOAP-ENV:Body>" + > >> " <sayHello > >> xmlns=\"http://jeffhanson.com/services/helloworld\">" + > >> " <value xmlns=\"\">Hello world!</value>" + > >> " </sayHello>" + > >> " </SOAP-ENV:Body>" + > >> "</SOAP-ENV:Envelope>"; > >> // The following initializes the security engine to the > >> // default WS-Security settings > >> private static final WSSecurityEngine secEngine = > >> new WSSecurityEngine(); > >> // The following creates a crypto provider according to the > >> // class name specified by the system property: > >> // org.apache.ws.security.crypto.provider > >> // > >> // If the provider property is not set, the default class, > >> // > >> org.apache.ws.security.components.crypto.BouncyCastle, > is > >> // used. > >> // > >> // The provider is initialized to the values specified in > >> // the crypto.properties file. The crypto.properties file > >> // found in the wss4j jar file specifies > >> // org.apache.ws.security.components.crypto.Merlin > >> // as the provider class. > >> private static final Crypto crypto = > >> CryptoFactory.getInstance(); > >> private AxisClient engine = null; > >> private MessageContext msgContext = null; > >> /** > >> * Main method > >> */ > >> public static void main(String[] args) > >> { > >> try > >> { > >> WSSecuritySample app = new WSSecuritySample(); > >> Message axisMessage = app.getAxisMessage(soapMsg); > >> SOAPEnvelope unsignedEnvelope = axisMessage.getSOAPEnvelope(); > >> System.out.println("<<<<<< Unsigned and Unencrypted >>>>>>"); > >> XMLUtils.PrettyElementToWriter(unsignedEnvelope.getAsDOM(), > >> new > >> PrintWriter(System.out)); > >> /* > >> Message samlMsg = app.addUserTokens(unsignedEnvelope); > >> System.out.println("\n<<<<<< User Tokens >>>>>>"); > >> > >> XMLUtils.PrettyElementToWriter(samlMsg.getSOAPEnvelope().getAsDOM(), > >> new > >> PrintWriter(System.out)); > >> Message encryptedMsg = app.encryptSOAPEnvelope(unsignedEnvelope, > >> > >> axisMessage); > >> System.out.println("\n<<<<<< Encrypted >>>>>>"); > >> > >> XMLUtils.PrettyElementToWriter(encryptedMsg.getSOAPEnvelope().getAsDOM(), > >> new > >> PrintWriter(System.out)); > >> */ > >> Message signedMsg = app.signSOAPEnvelope(unsignedEnvelope); > >> System.out.println("\n<<<<<< Signed >>>>>>"); > >> > >> XMLUtils.PrettyElementToWriter(signedMsg.getSOAPEnvelope().getAsDOM(), > >> new > >> PrintWriter(System.out)); > >> > >> } > >> catch (Exception e) > >> { > >> e.printStackTrace(); > >> } > >> } > >> /** > >> * WSSecuritySample constructor > >> */ > >> public WSSecuritySample() > >> { > >> engine = new AxisClient(new NullProvider()); > >> msgContext = new MessageContext(engine); > >> } > >> /** > >> * Creates and returns an Axis message from a > >> * SOAP envelope string. > >> * > >> * @param unsignedEnvelope a string containing a SOAP > >> * envelope > >> * @return <code>Message</code> the Axis message > >> */ > >> private Message getAxisMessage(String unsignedEnvelope) > >> { > >> InputStream inStream = > >> new ByteArrayInputStream(unsignedEnvelope.getBytes()); > >> Message axisMessage = new Message(inStream); > >> axisMessage.setMessageContext(msgContext); > >> return axisMessage; > >> } > >> /** > >> * Creates a signed SOAP message in compliance with WS-Security. > >> * > >> * @return <code>Message</code> the signed SOAP envelope > >> * as an Axis message > >> * @throws Exception on error > >> */ > >> public Message signSOAPEnvelope(SOAPEnvelope unsignedEnvelope) > >> throws Exception > >> { > >> // WSSignEnvelope signs a SOAP envelope according to the > >> // WS Specification (X509 profile) and adds the signature data > >> // to the envelope. > >> WSSignEnvelope signer = new WSSignEnvelope(); > >> String alias = > >> "16c73ab6-b892-458f-abf5-2f875f74882e"; > >> String password = "security"; > >> signer.setUserInfo(alias, password); > >> Document doc = unsignedEnvelope.getAsDocument(); > >> // The "build" method, creates the signed SOAP envelope. > >> // It takes a SOAP Envelope as a W3C Document and adds > >> // a WSS Signature header to it. The signed elements > >> // depend on the signature parts that are specified by > >> // the WSBaseMessage.setParts(java.util.Vector parts) > >> // method. By default, SOAP Body is signed. > >> // The "crypto" parameter is the object that implements > >> // access to the keystore and handling of certificates. > >> // A default implementation is included: > >> // org.apache.ws.security.components.crypto.Merlin > >> Document signedDoc = signer.build(doc, crypto); > >> // Convert the signed document into a SOAP message. > >> Message signedSOAPMsg = > >> > >> > (org.apache.axis.Message)AxisUtil.toSOAPMessage(signedDoc); > >> return signedSOAPMsg; > >> } > >> /** > >> * Adds user tokens to a SOAP envelope in compliance with WS-Security. > >> * > >> * @return <code>Message</code> the signed SOAP envelope > >> * as an Axis message > >> * @throws Exception on error > >> */ > >> public Message addUserTokens(SOAPEnvelope unsignedEnvelope) > >> throws Exception > >> { > >> WSEncryptBody wsEncrypt = new WSEncryptBody(); > >> // Get the message as document > >> Document doc = unsignedEnvelope.getAsDocument(); > >> String username = "joedoe"; > >> String password = "this is a lot of foobar "; > >> byte[] key = password.getBytes(); > >> // Add the UserNameToken. > >> WSSAddUsernameToken builder = > >> new WSSAddUsernameToken("", false); > >> builder.setPasswordType(WSConstants.PASSWORD_TEXT); > >> builder.build(doc, username, password); > >> // Add an Id to it. > >> Element usrEle = > >> (Element)(doc.getElementsByTagNameNS(WSConstants.WSSE_NS, > >> > >> "UsernameToken").item(0)); > >> String idValue = "7654"; > >> usrEle.setAttribute("Id", idValue); > >> // Create a Reference to the UserNameToken. > >> Reference ref = new Reference(WSSConfig.getDefaultWSConfig(), > >> doc); > >> ref.setURI("#" + idValue); > >> ref.setValueType("UsernameToken"); > >> SecurityTokenReference secRef = > >> new SecurityTokenReference(WSSConfig.getDefaultWSConfig(), > >> doc); > >> secRef.setReference(ref); > >> // adding the namespace > >> WSSecurityUtil.setNamespace(secRef.getElement(), > >> WSConstants.WSSE_NS, > >> WSConstants.WSSE_PREFIX); > >> // Setting necessary parameters in WSEncryptBody. > >> > >> > wsEncrypt.setKeyIdentifierType(WSConstants.EMBED_SECURITY_TOKEN_REF); > >> wsEncrypt.setSecurityTokenReference(secRef); > >> wsEncrypt.setKey(key); > >> // Encrypt using the using the key > >> Document encDoc = wsEncrypt.build(doc, crypto); > >> // Convert the document into a SOAP message. > >> Message signedMsg = > >> (Message)AxisUtil.toSOAPMessage(encDoc); > >> return signedMsg; > >> } > >> /** > >> * Encrypts a SOAP envelope in compliance with WS-Security. > >> * > >> * @return <code>Message</code> the signed SOAP envelope > >> * as an Axis message > >> * @throws Exception on error > >> */ > >> public Message encryptSOAPEnvelope(SOAPEnvelope > >> unsignedEnvelope, > >> Message axisMessage) > >> throws Exception > >> { > >> WSEncryptBody encrypt = new WSEncryptBody(); > >> > >> > encrypt.setUserInfo("16c73ab6-b892-458f-abf5-2f875f74882e"); > >> // Before Encryption > >> Document doc = unsignedEnvelope.getAsDocument(); > >> Document encryptedDoc = encrypt.build(doc, crypto); > >> // Convert the document into a SOAP message. > >> Message encryptedMsg = (Message) AxisUtil.toSOAPMessage(encryptedDoc); > >> String soapPart = encryptedMsg.getSOAPPartAsString(); > >> > >> > ((SOAPPart)axisMessage.getSOAPPart()).setCurrentMessage(soapPart, > >> > >> SOAPPart.FORM_STRING); > >> encryptedDoc = axisMessage.getSOAPEnvelope().getAsDocument(); > >> // Convert the document into a SOAP message. > >> Message encryptedSOAPMsg = > >> (Message)AxisUtil.toSOAPMessage(encryptedDoc); > >> return encryptedSOAPMsg; > >> } > >> } > >> > > > > > >-- > >www.ruchith.org > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: > [email protected] > >For additional commands, e-mail: [email protected] > > > > > > -- www.ruchith.org --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 11 08:57:56 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64630 invoked from network); 11 Aug 2006 08:57:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Aug 2006 08:57:55 -0000 Received: (qmail 35941 invoked by uid 500); 11 Aug 2006 08:57:54 -0000 Delivered-To: [email protected] Received: (qmail 35902 invoked by uid 500); 11 Aug 2006 08:57:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 35891 invoked by uid 99); 11 Aug 2006 08:57:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Aug 2006 01:57:53 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO convict.ccrl-nece.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Aug 2006 01:57:46 -0700 Received: from postoffice.ccrl-nece.de (postoffice.ccrl-nece.de [161.129.204.104]) by convict.ccrl-nece.de (8.13.4/8.13.4) with ESMTP id k7B8vIxL007193 for <[email protected]>; Fri, 11 Aug 2006 10:57:18 +0200 Received: from [161.129.204.104] (volta.ccrl-nece.de [161.129.204.104]) by postoffice.ccrl-nece.de (8.13.7/8.13.7) with ESMTP id k7B8vICe010759 for <[email protected]>; Fri, 11 Aug 2006 10:57:18 +0200 Message-ID: <[email protected]> Date: Fri, 11 Aug 2006 10:57:18 +0200 From: Luigi Lo Iacono <[email protected]> Reply-To: Luigi Lo Iacono <[email protected]> Organization: C&C Research Laboratories, NEC Europe Ltd. User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: [email protected] Subject: WSS4J Encryption with certificate containing specific KeyUsages Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: By NEC Europe Ltd. CCRLE (Scanner: MCAFEE & ClamAV) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (convict.ccrl-nece.de [161.129.204.104]); Fri, 11 Aug 2006 10:57:18 +0200 (CEST) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi there! I encountered the same issue as posted by Scott Maxwell on February 3th, 2006 to the wss4j-dev mailing list. The issue is related to encryption using X.509 certificates containing the (critical) certifiacte extension "KeyUsage". If such a certificate is used to encrypt e.g. a SOAP Body, the encryption will fail, reporting a "wrong key usage". The reason for this exception relies in the instantiation of a Cipher object with an asymmetric algorithms in ENCRYPT_MODE. If the certificate used for encryption includes the KeyUsage extension in this case, it has to contain the "dataEncipherment" usage as will be explained later in this email. The more appropriate "keyEncipherment" usage will result in the aforementioned exception, though. Scott's posting has become a bug report in the JIRA system (JIRA key: WSS-34). The issue was closed after deciding not to fix it. The arguments leading to this decision have been the following (provided by Werner Dittmann): - the W3C XML Encryption standard specifies a key transport mechanism based on the RSA encryption schemes RSA/PCKS1_5 and RSA/OAEP - the key transport in the W3C XML Encryption standard is _not_ qualified as key wrapping - for key wrapping, the W3C XML Encryption standard specifies algorithms which are based on symmetrical algorithms I think this decision has to be revisited, because I feel that some misleading usages of the terms "key transport" and "key wrapping" especially appearing in the JCE API caused misunderstandings which resulted in the - from my perspective - wrong decision to not adapt the suggested fixes by Scott. To make my viewpoint clear, I will start by describing, how the JCE Cipher class considers the KeyUsage certificate extension when initialising for encryption (deducted by simple tests with different certificates): - if the certificate contains no KeyUsage extension, the cipher will be initialised in either ENCRYPT_MODE or WRAP_MODE - if the certificate contains the KeyUsage extension, the cipher will be initialise + if the KeyUsage "dataEncipherment" is set and the cipher should work in ENCRYPT_MODE or + if the KeyUsage "keyEncipherment" is set and the cipher should work in WRAP_MODE otherwise + a InvalidKeyException is thrown saying "Wrong key usage". This behaviour of the JCE Cipher class reflects the certificate extensions in a right and necessary way. However, the misleading point here is the term "WRAP_MODE". Key wrapping is defined as the encryption of keys using _symmetric_ algorithms. And in fact, for a bunch of symmetric ciphers, specific schemes for key wrapping are available. The latest example is the key wrapping scheme for the AES. This means, when instantiating a symmetric cipher in ENCRYPT_MODE or in WRAP_MODE will result in two different schemes, one for data encryption and the other for key encryption. Such a differentiation is not available for _asymmetric_ algorithms. The same schemes are used for data encryption as for symmetric key encryption. In order to distinguish the asymmetric encryption of symmetric keys from key wrapping the term "key transport" is used instead. Now it is clear, that the above arguments by Werner are all true and it becomes furthermore obvious that the W3C XML Encryption standard uses the terms "key wrapping" and "key transport" in the aforementioned manner. However, Werner's arguments must be seen in distinct light, to deduct the right consequences. Since a TRANSPORT_MODE is not defined within the JCE, this leads to misunderstandings when an asymmetric cipher should be used for key transport. The JCE Cipher object has to be initiliased using the WRAP_MODE. This will result in an asymmetric Cipher object that uses the same encryption scheme as in ENCRYPT_MODE (this can be extracted e.g. in the BC source code or it can be tested by simple programs using not so random PRNGs), but considers the KeyUsage.keyEncipherment certificate extension (if available) and ensures/enforces that only Key objects are encrypted. So, the replacement of ENCRYPT_MODE with WRAP_MODE and doFinale() with warp()/unwrap() when using an asymmetric scheme for key transport is defently the right way to go. It will be perfectly according to the W3C XML Encryption standard and should not include further PCKS#8 or X.509 data handling (at least the X.509 handling is done by the Cipher class). I really hope that you will reconsider the suggested changes by Scott, since the correct consideration of _critical_ certificate extensions is crucial to security. The JCE does recognize the certificate extensions appropriatly, WSS4J doesn't. BTW, my preferred solution would be an enhancement of the JCE APIs, in order to distinguish key wrapping from key transport. I think such differentiations will become more important in the future, since new approaches known as "key encapsulation" are currently under development and standardisation (within ISO) and which will cause even more confusion if no clear terminology will be introduced at JCE level. Cheers, Luigi. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 11 10:21:26 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91684 invoked from network); 11 Aug 2006 10:21:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Aug 2006 10:21:26 -0000 Received: (qmail 64739 invoked by uid 500); 11 Aug 2006 10:21:24 -0000 Delivered-To: [email protected] Received: (qmail 64699 invoked by uid 500); 11 Aug 2006 10:21:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 64688 invoked by uid 99); 11 Aug 2006 10:21:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Aug 2006 03:21:24 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=HTML_MESSAGE,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO bcn.safelayer.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Aug 2006 03:21:14 -0700 To: [email protected] Subject: Class cast exception in : WSHandlerResult hResult = (WSHandlerResult)results.get(i); MIME-Version: 1.0 X-Mailer: Lotus Notes Build V70_M4_01112005 Beta 3NP January 11, 2005 Message-ID: <[email protected]> From: [email protected] Date: Fri, 11 Aug 2006 12:20:31 +0200 X-MIMETrack: Serialize by Router on Bcn/SFLY(Release 5.0.13a |April 8, 2004) at 11/08/2006 12:21:13, Serialize complete at 11/08/2006 12:21:13 Content-Type: multipart/alternative; boundary="=_alternative 0038CF8AC12571C7_=" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --=_alternative 0038CF8AC12571C7_= Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Hello,=20 I'm using ws4j for decryption and actually I cant recover actor & results=20 from SecurityHeader because i have an error in this line of code :=20 WSHandlerResult hResult =3D (WSHandlerResult)results.get(i); The error is like in subject mail : Class cast exception in :=20 WSHandlerResult hResult =3D (WSHandlerResult)results.get(i); My environment is jdk 1.5 and ws4j-1.5.0 The properties file for crypto.properties is :=20 org.apache.ws.security.crypto.provider=3Dorg.apache.ws.security.components.= crypto.Merlin org.apache.ws.security.crypto.merlin.keystore.type=3Djks org.apache.ws.security.crypto.merlin.alias=3Dtrustedx (safelayer - class 1 = root ca demo) org.apache.ws.security.crypto.merlin.keystore.password=3Ddemodemo org.apache.ws.security.crypto.merlin.file=3Dkeystore/trustedx.jks And the code used is :=20 package com.safelayer.trustedx.encryption.prova; import org.apache.axis.Message; import org.apache.axis.MessageContext; import org.apache.axis.client.AxisClient; import org.apache.axis.configuration.NullProvider; import org.apache.axis.message.SOAPEnvelope; import org.apache.ws.security.components.crypto.Crypto; import org.apache.ws.security.components.crypto.CryptoFactory; import org.apache.ws.security.message.WSSignEnvelope; import org.apache.ws.security.message.WSEncryptBody; import org.apache.ws.security.WSSecurityEngine; import org.apache.ws.security.WSConstants; import org.w3c.dom.Document; import java.io.ByteArrayInputStream; import java.io.InputStream; import java.util.Vector; import javax.xml.soap.MessageFactory; import javax.xml.soap.SOAPMessage; import javax.xml.transform.dom.DOMSource; import org.apache.ws.security.handler.WSHandlerConstants; import org.apache.ws.security.handler.WSHandlerResult; import org.apache.ws.security.WSSecurityEngineResult; import org.apache.xml.security.c14n.Canonicalizer; import com.safelayer.trustedx.encryption.utils.HttpUtils; import com.safelayer.trustedx.encryption.utils.dataTypeUtils; public class WSSecuritySample { =20 private static final String soapMsg =3D "<?xml version=3D\"1.0\"=20 encoding=3D\"UTF-8\"?>" +" <SOAP-ENV:Envelope xmlns:SOAP-ENV=3D\" http://www.w3.org/2003/05/soap-envelope\"\n" +" xmlns:xsd=3D\"http://www.w3.org/2001/XMLSchema\"\n" +" xmlns:xsi=3D\"http://www.w3.org/2001/XMLSchema-instance\">\n" +" <SOAP-ENV:Body>\n" +" <sayHello xmlns=3D\"http://www.safelayer.com/TWS/\">\n" +" <value xmlns=3D\"\">Hello world!</value>\n" +" </sayHello>\n" +" </SOAP-ENV:Body>\n" +"</SOAP-ENV:Envelope>\n"; =20 private static final WSSecurityEngine secEngine =3D new=20 WSSecurityEngine(); private static final Crypto crypto =3D=20 CryptoFactory.getInstance("cryptoSKI.properties"); //static final Crypto crypto =3D CryptoFactory.getInstance(); private AxisClient engine =3D null; private MessageContext msgContext =3D null; public static void main(String[] args) { try {=20 WSSecuritySample app =3D new WSSecuritySample();=20 Message axisMessage =3D app.getAxisMessage(soapMsg); SOAPEnvelope unsignedEnvelope =3D axisMessage.getSOAPEnvelope(); = =20 =20 Message Msg =3D app.encryptSOAPEnvelope(unsignedEnvelope);=20 System.out.println(Msg.getSOAPPartAsString()); Document decrypted =3D app.decrypt(Msg); =20 //////////////////////////////// dataTypeUtils dtu =3D new dataTypeUtils();=20 byte[] docBytes =3D dtu.doc2bytes(decrypted);=20 System.out.println("\n Decrypted XML :\n null?"+new=20 String(docBytes)+"\n------"); //////////////////////////////// =20 } catch (Exception e) { e.printStackTrace(); } } public WSSecuritySample() { engine =3D new AxisClient(new NullProvider()); msgContext =3D new MessageContext(engine); } private Message getAxisMessage(String unsignedEnvelope) { InputStream inStream =3D new ByteArrayInputStream(unsignedEnvelope.getBytes()); Message axisMessage =3D new Message(inStream); axisMessage.setMessageContext(msgContext); return axisMessage; } public Message signSOAPEnvelope(SOAPEnvelope unsignedEnvelope) throws Exception { WSSignEnvelope signer =3D new WSSignEnvelope(" "); String alias =3D "trustedx (safelayer - class 1 root ca demo)"; String password =3D "demodemo"; signer.setUserInfo(alias, password); Document doc =3D unsignedEnvelope.getAsDocument(); Document signedDoc =3D signer.build(doc, crypto); HttpUtils hu =3D new HttpUtils(); Message signedSOAPMsg =3D=20 (org.apache.axis.Message)hu.toSOAPMessage(signedDoc); return signedSOAPMsg; } @SuppressWarnings("deprecation") public Message encryptSOAPEnvelope(SOAPEnvelope unsignedEnvelope) throws Exception { WSEncryptBody encrypt =3D new WSEncryptBody(); String alias =3D "trustedx (safelayer - class 1 root ca demo)"; String password =3D "demodemo"; encrypt.setUserInfo(alias, password); Document doc =3D unsignedEnvelope.getAsDocument(); Document encryptedDoc =3D encrypt.build(doc, crypto); HttpUtils hu =3D new HttpUtils(); Message encryptedSOAPMsg =3D (Message)hu.toSOAPMessage(encryptedDoc); return encryptedSOAPMsg; } @SuppressWarnings("deprecation") public Message signEncryptSOAPEnvelope(SOAPEnvelope unsignedEnvelope,=20 String alias=5Fsign, String password=5Fsign, String alias=5Fenc, String=20 password=5Fenc) throws Exception { Document doc =3D unsignedEnvelope.getAsDocument(); WSSignEnvelope signer =3D new WSSignEnvelope(); signer.setUserInfo(alias=5Fsign, password=5Fsign); signer.setKeyIdentifierType(WSConstants.ISSUER=5FSERIAL); Document signedDoc =3D signer.build(doc, crypto); WSEncryptBody encrypt =3D new WSEncryptBody("trustedx (safelayer - class 1 = root ca demo)"); encrypt.setUserInfo(alias=5Fenc, password=5Fenc); Document encryptedDoc =3D encrypt.build(signedDoc, crypto); HttpUtils hu =3D new HttpUtils(); Message encryptedMsg =3D (Message)hu.toSOAPMessage(encryptedDoc); return encryptedMsg; } public Document decrypt(Message responseEnvelope) throws Exception{ Document envelope =3D=20 responseEnvelope.getSOAPEnvelope().getAsDocument();=20 WSSecurityEngine secEngine =3D WSSecurityEngine.getInstance();=20 Crypto crypto =3D CryptoFactory.getInstance("cryptoSKI.properties"); // javax.security.auth.callback.CallbackHandler // please refer to the tests for examples of callback handlers PWCallback cb =3D new PWCallback(); Vector results =3D secEngine.processSecurityHeader(envelope, null, cb, = crypto); =20 for (int i =3D 0; i < results.size(); i++) { WSHandlerResult hResult =3D (WSHandlerResult)results.get(i); String actor =3D hResult.getActor(); Vector hResults =3D hResult.getResults(); for (int j =3D 0; j < hResults.size(); j++) { WSSecurityEngineResult eResult =3D=20 (WSSecurityEngineResult)hResults.get(j); // Note: an encryption action does not have an associated=20 principal // only Signature and UsernameToken actions return a principal if (eResult.getAction() !=3D WSConstants.ENCR) { System.out.println(eResult.getPrincipal().getName()); } } } return envelope; } } ublic class PWCallback implements CallbackHandler { /** * @see=20 javax.security.auth.callback.CallbackHandler#handle(javax.security.auth.cal= lback.Callback[]) */ public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException { for (int i =3D 0; i < callbacks.length; i++) { if (callbacks[i] instanceof WSPasswordCallback) { WSPasswordCallback pc =3D (WSPasswordCallback)callbacks[i]; // set the password given a username =20 if ("trustedx (safelayer - class 1 root ca=20 demo)".equals(pc.getIdentifer())) { pc.setPassword("demodemo"); } } else { throw new UnsupportedCallbackException(callbacks[i],=20 "Unrecognized Callback"); } } } } Thanks in advance. David Com=EDn Roig [email protected] Safelayer Secure Communications S.A. Edif. World Trade Center (S-4) Moll de Barcelona s/n 08039 Barcelona (Spain) Phone: 651.232.9545 Fax: 651.232.9545 http://www.safelayer.com This email has been digitally signed. You can verify its authenticity by=20 installing Safelayer's Root Certificate: http://ca.safelayer.com/install=5Froot.html IMPORTANT NOTICE: This communication contains information which is=20 confidential and may also be privileged. It is for the exclusive use of=20 the intended recipient(s). If you are not the intended recipient(s) please = note that any form of distribution, copying or use of this communication=20 or the information in it is strictly prohibited and may be unlawful. If=20 you have received this communication in error please return it to the=20 sender. The opinions expressed within this communication are not=20 necessarily those expressed by Safelayer Secure Communications.=20 --=_alternative 0038CF8AC12571C7_= Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable <br><font size=3D2 face=3D"sans-serif">Hello, </font> <br> <br><font size=3D2 face=3D"sans-serif">I'm using ws4j for decryption and ac= tually I cant recover actor &amp; results from </font><font size=3D2>SecurityHeade= r</font><font size=3D3> &nbsp;because i have an error in this line of code : </font> <br><font size=3D3>WSHandlerResult hResult =3D (WSHandlerResult)results.get= (i);</font> <br> <br><font size=3D3>The error is like in subject mail : Class cast exception in : WSHandlerResult hResult =3D (WSHandlerResult)results.get(i);</font> <br> <br><font size=3D3>My environment is jdk 1.5 and ws4j-1.5.0</font> <br> <br><font size=3D3>The properties file for crypto.properties is : </font> <br> <br><font size=3D3>org.apache.ws.security.crypto.provider=3Dorg.apache.ws.s= ecurity.components.crypto.Merlin</font> <br><font size=3D3>org.apache.ws.security.crypto.merlin.keystore.type=3Djks= </font> <br><font size=3D3>org.apache.ws.security.crypto.merlin.alias=3Dtrustedx (s= afelayer - class 1 root ca demo)</font> <br><font size=3D3>org.apache.ws.security.crypto.merlin.keystore.password= =3Ddemodemo</font> <br><font size=3D3>org.apache.ws.security.crypto.merlin.file=3Dkeystore/tru= stedx.jks</font> <br> <br> <br><font size=3D3>And the code used is : </font> <br> <br><font size=3D3>package com.safelayer.trustedx.encryption.prova;</font> <br> <br><font size=3D3>import org.apache.axis.Message;</font> <br><font size=3D3>import org.apache.axis.MessageContext;</font> <br><font size=3D3>import org.apache.axis.client.AxisClient;</font> <br><font size=3D3>import org.apache.axis.configuration.NullProvider;</font> <br><font size=3D3>import org.apache.axis.message.SOAPEnvelope;</font> <br><font size=3D3>import org.apache.ws.security.components.crypto.Crypto;<= /font> <br><font size=3D3>import org.apache.ws.security.components.crypto.CryptoFa= ctory;</font> <br><font size=3D3>import org.apache.ws.security.message.WSSignEnvelope;</f= ont> <br><font size=3D3>import org.apache.ws.security.message.WSEncryptBody;</fo= nt> <br><font size=3D3>import org.apache.ws.security.WSSecurityEngine;</font> <br><font size=3D3>import org.apache.ws.security.WSConstants;</font> <br><font size=3D3>import org.w3c.dom.Document;</font> <br><font size=3D3>import java.io.ByteArrayInputStream;</font> <br><font size=3D3>import java.io.InputStream;</font> <br><font size=3D3>import java.util.Vector;</font> <br><font size=3D3>import javax.xml.soap.MessageFactory;</font> <br><font size=3D3>import javax.xml.soap.SOAPMessage;</font> <br><font size=3D3>import javax.xml.transform.dom.DOMSource;</font> <br> <br><font size=3D3>import org.apache.ws.security.handler.WSHandlerConstants= ;</font> <br><font size=3D3>import org.apache.ws.security.handler.WSHandlerResult;</= font> <br><font size=3D3>import org.apache.ws.security.WSSecurityEngineResult;</f= ont> <br><font size=3D3>import org.apache.xml.security.c14n.Canonicalizer;</font> <br> <br><font size=3D3>import com.safelayer.trustedx.encryption.utils.HttpUtils= ;</font> <br><font size=3D3>import com.safelayer.trustedx.encryption.utils.dataTypeU= tils;</font> <br> <br> <br><font size=3D3>public class WSSecuritySample</font> <br><font size=3D3>{</font> <br><font size=3D3>&nbsp; &nbsp; </font> <br><font size=3D3>&nbsp; &nbsp; private static final String soapMsg =3D &q= uot;&lt;?xml version=3D\&quot;1.0\&quot; encoding=3D\&quot;UTF-8\&quot;?&gt;&quot;</font> <br><font size=3D3>&nbsp; &nbsp; +&quot; &lt;SOAP-ENV:Envelope &nbsp;xmlns:= SOAP-ENV=3D\&quot;http://www.w3.org/2003/05/soap-envelope\&quot;\n&quot;</f= ont> <br><font size=3D3>&nbsp; &nbsp; +&quot; &nbsp; &nbsp; xmlns:xsd=3D\&quot;h= ttp://www.w3.org/2001/XMLSchema\&quot;\n&quot;</font> <br><font size=3D3>&nbsp; &nbsp; +&quot; &nbsp; &nbsp; &nbsp; xmlns:xsi=3D\= &quot;http://www.w3.org/2001/XMLSchema-instance\&quot;&gt;\n&quot;</font> <br><font size=3D3>&nbsp; &nbsp; +&quot; &nbsp; &nbsp; &nbsp; &lt;SOAP-ENV:= Body&gt;\n&quot;</font> <br><font size=3D3>&nbsp; &nbsp; +&quot; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= &lt;sayHello xmlns=3D\&quot;http://www.safelayer.com/TWS/\&quot;&gt;\n&quot;</font> <br><font size=3D3>&nbsp; &nbsp; +&quot; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;value xmlns=3D\&quot;\&quot;&gt;Hello world!&lt;/value&gt;= \n&quot;</font> <br><font size=3D3>&nbsp; &nbsp; +&quot; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= &lt;/sayHello&gt;\n&quot;</font> <br><font size=3D3>&nbsp; &nbsp; +&quot; &nbsp; &nbsp; &nbsp;&lt;/SOAP-ENV:= Body&gt;\n&quot;</font> <br><font size=3D3>&nbsp; &nbsp; +&quot;&lt;/SOAP-ENV:Envelope&gt;\n&quot;;= </font> <br><font size=3D3>&nbsp; &nbsp;</font> <br> <br><font size=3D3>&nbsp; private static final WSSecurityEngine secEngine =3D new WSSecurityEngine();</font> <br><font size=3D3>&nbsp; private static final Crypto crypto =3D CryptoFact= ory.getInstance(&quot;cryptoSKI.properties&quot;);</font> <br><font size=3D3>&nbsp; //static final Crypto crypto =3D CryptoFactory.ge= tInstance();</font> <br><font size=3D3>&nbsp; private AxisClient engine =3D null;</font> <br><font size=3D3>&nbsp; private MessageContext msgContext =3D null;</font> <br> <br><font size=3D3>&nbsp; public static void main(String[] args)</font> <br><font size=3D3>&nbsp; {</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;try</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;{ &nbsp; &nbsp; &nbsp; &nbsp;</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; WSSecuritySample app =3D new WSSecuritySample(); &nbsp; &nbsp; &nbsp; &nbsp;</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; Message axisMessage =3D app.= getAxisMessage(soapMsg);</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; SOAPEnvelope unsignedEnvelope =3D axisMessage.getSOAPEnvelope(); &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</font> <br> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; Message Msg =3D app.encryptS= OAPEnvelope(unsignedEnvelope); &nbsp; &nbsp; &nbsp; &nbsp;</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; System.out.println(Msg.getSO= APPartAsString());</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; Document decrypted =3D app.d= ecrypt(Msg);</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; </font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; ////////////////////////////= ////</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; dataTypeUtils dtu &nbsp;=3D new dataTypeUtils(); &nbsp; &nbsp; </font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; byte[] docBytes =3D dtu.doc2= bytes(decrypted); &nbsp; &nbsp; &nbsp; &nbsp;</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; System.out.println(&quot;\n Decrypted XML :\n null?&quot;+new String(docBytes)+&quot;\n------&quot;);</= font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; ////////////////////////////= ////</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; </font> <br> <br><font size=3D3>&nbsp; &nbsp; &nbsp;}</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;catch (Exception e)</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;{</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; e.printStackTrace();</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;}</font> <br><font size=3D3>&nbsp; }</font> <br> <br><font size=3D3>&nbsp; public WSSecuritySample()</font> <br><font size=3D3>&nbsp; {</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;engine =3D new AxisClient(new NullPr= ovider());</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;msgContext =3D new MessageContext(en= gine);</font> <br><font size=3D3>&nbsp; }</font> <br> <br><font size=3D3>&nbsp; private Message getAxisMessage(String unsignedEnv= elope)</font> <br><font size=3D3>&nbsp; {</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;InputStream inStream =3D</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; new ByteArrayInputStream(uns= ignedEnvelope.getBytes());</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;Message axisMessage =3D new Message(= inStream);</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;axisMessage.setMessageContext(msgCon= text);</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;return axisMessage;</font> <br><font size=3D3>&nbsp; }</font> <br> <br><font size=3D3>&nbsp; public Message signSOAPEnvelope(SOAPEnvelope unsi= gnedEnvelope)</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;throws Exception</font> <br><font size=3D3>&nbsp; {</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;WSSignEnvelope signer =3D new WSSign= Envelope(&quot; &quot;);</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;String alias =3D &quot;trustedx (saf= elayer - class 1 root ca demo)&quot;;</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;String password =3D &quot;demodemo&q= uot;;</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;signer.setUserInfo(alias, password);= </font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;Document doc =3D unsignedEnvelope.ge= tAsDocument();</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;Document signedDoc =3D signer.build(= doc, crypto);</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;HttpUtils hu =3D new HttpUtils();</f= ont> <br><font size=3D3>&nbsp; &nbsp; &nbsp;Message signedSOAPMsg =3D (org.apach= e.axis.Message)hu.toSOAPMessage(signedDoc);</font> <br> <br><font size=3D3>&nbsp; &nbsp; &nbsp;return signedSOAPMsg;</font> <br><font size=3D3>&nbsp; }</font> <br> <br><font size=3D3>&nbsp; @SuppressWarnings(&quot;deprecation&quot;)</font> <br><font size=3D3>public Message encryptSOAPEnvelope(SOAPEnvelope unsigned= Envelope)</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;throws Exception</font> <br><font size=3D3>&nbsp; {</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;WSEncryptBody encrypt =3D new WSEncr= yptBody();</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;String alias =3D &quot;trustedx (saf= elayer - class 1 root ca demo)&quot;;</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;String password =3D &quot;demodemo&q= uot;;</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;encrypt.setUserInfo(alias, password)= ;</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;Document doc =3D unsignedEnvelope.ge= tAsDocument();</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;Document encryptedDoc =3D encrypt.bu= ild(doc, crypto);</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;HttpUtils hu =3D new HttpUtils();</f= ont> <br><font size=3D3>&nbsp; &nbsp; &nbsp;Message encryptedSOAPMsg =3D (Messag= e)hu.toSOAPMessage(encryptedDoc);</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;return encryptedSOAPMsg;</font> <br><font size=3D3>&nbsp; }</font> <br> <br><font size=3D3>@SuppressWarnings(&quot;deprecation&quot;)</font> <br><font size=3D3>public Message signEncryptSOAPEnvelope(SOAPEnvelope unsi= gnedEnvelope, String alias=5Fsign, String password=5Fsign, String alias=5Fenc, String pas= sword=5Fenc) throws Exception</font> <br> <br><font size=3D3>&nbsp; {</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;Document doc =3D unsignedEnvelope.ge= tAsDocument();</font> <br> <br><font size=3D3>WSSignEnvelope signer =3D new WSSignEnvelope();</font> <br> <br><font size=3D3>&nbsp; &nbsp; &nbsp;signer.setUserInfo(alias=5Fsign, pas= sword=5Fsign);</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;signer.setKeyIdentifierType(WSConsta= nts.ISSUER=5FSERIAL);</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;Document signedDoc =3D signer.build(= doc, crypto);</font> <br> <br><font size=3D3>WSEncryptBody encrypt =3D new WSEncryptBody(&quot;truste= dx (safelayer - class 1 root ca demo)&quot;);</font> <br> <br><font size=3D3>&nbsp; &nbsp; &nbsp;encrypt.setUserInfo(alias=5Fenc, pas= sword=5Fenc);</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;Document encryptedDoc =3D encrypt.bu= ild(signedDoc, crypto);</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;HttpUtils hu =3D new HttpUtils();</f= ont> <br><font size=3D3>&nbsp; &nbsp; &nbsp;Message encryptedMsg =3D (Message)hu= .toSOAPMessage(encryptedDoc);</font> <br> <br><font size=3D3>&nbsp; &nbsp; &nbsp;return encryptedMsg;</font> <br> <br><font size=3D3>&nbsp; }</font> <br> <br><font size=3D3>public Document decrypt(Message responseEnvelope) throws Exception{</font> <br><font size=3D3>&nbsp; &nbsp; Document envelope =3D responseEnvelope.get= SOAPEnvelope().getAsDocument(); &nbsp; &nbsp;</font> <br><font size=3D3>&nbsp; &nbsp; WSSecurityEngine secEngine =3D WSSecurityE= ngine.getInstance(); </font> <br><font size=3D3>&nbsp; &nbsp; Crypto crypto =3D CryptoFactory.getInstanc= e(&quot;cryptoSKI.properties&quot;);</font> <br><font size=3D3>// &nbsp; &nbsp; javax.security.auth.callback.CallbackHa= ndler</font> <br><font size=3D3>// &nbsp; &nbsp; please refer to the tests for examples of callback handlers</font> <br><font size=3D3>&nbsp; &nbsp; PWCallback cb =3D new PWCallback();</font> <br><font size=3D3>&nbsp; &nbsp; Vector results =3D secEngine.processSecuri= tyHeader(envelope, null, cb, crypto);</font> <br><font size=3D3>&nbsp; &nbsp; </font> <br><font size=3D3>&nbsp; &nbsp; for (int i =3D 0; i &lt; results.size(); i= ++) {</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; WSHandlerResult hResult =3D (WSHandlerResult)results.get(i);</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; String actor =3D hResult.get= Actor();</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; Vector hResults =3D hResult.= getResults();</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; for (int j =3D 0; j &lt; hRe= sults.size(); j++) {</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; WSSecurityEngi= neResult eResult =3D (WSSecurityEngineResult)hResults.get(j);</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Note: an encryption action does not have an associated principal</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // only Signat= ure and UsernameToken actions return a principal</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (eResult.ge= tAction() !=3D WSConstants.ENCR) {</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; System.out.println(eResult.getPrincipal().getName());</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; }</font> <br><font size=3D3>&nbsp; &nbsp; }</font> <br><font size=3D3>&nbsp; &nbsp; return envelope;</font> <br><font size=3D3>}</font> <br><font size=3D3>}</font> <br> <br><font size=3D3>ublic class PWCallback implements CallbackHandler {</fon= t> <br> <br><font size=3D3>&nbsp; &nbsp; /**</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;* @see javax.security.auth.callback.= CallbackHandler#handle(javax.security.auth.callback.Callback[])</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp;*/</font> <br><font size=3D3>&nbsp; &nbsp; public void handle(Callback[] callbacks) throws IOException,</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; UnsupportedCallbackException {</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; for (int i =3D 0; i &lt; cal= lbacks.length; i++) {</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (callbacks[= i] instanceof WSPasswordCallback) {</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; WSPasswordCallback pc =3D (WSPasswordCallback)callbacks[i];</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // set the password given a username &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp= ;</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (&quot;trustedx (safelayer - class 1 root ca demo)&quot;.equals(pc.getId= entifer())) {</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; pc.setPassword(&quot;demodemo&quot;);</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; } else {</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; throw new UnsupportedCallbackException(callbacks[i], &quot;Unrecognized Callback&quot;);</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</font> <br><font size=3D3>&nbsp; &nbsp; &nbsp; &nbsp; }</font> <br><font size=3D3>&nbsp; &nbsp; }</font> <br><font size=3D3>}</font> <br> <br><font size=3D2 face=3D"sans-serif">Thanks in advance.</font> <br> <br><font size=3D2 face=3D"sans-serif">David Com=EDn Roig<br> [email protected]<br> <br> Safelayer Secure Communications S.A.<br> Edif. World Trade Center (S-4)<br> Moll de Barcelona s/n<br> 08039 Barcelona (Spain)<br> Phone: &nbsp;651.232.9545<br> Fax: &nbsp; &nbsp;651.232.9545<br> http://www.safelayer.com<br> <br> This email has been digitally signed. You can verify its authenticity &nbsp= ;by installing Safelayer's Root Certificate:<br> http://ca.safelayer.com/install=5Froot.html<br> <br> IMPORTANT NOTICE: This communication contains information which is confiden= tial and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the infor= mation in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender. The opinions expressed within this communication are not necessarily those expressed by Safelayer Secure Communications. </font> --=_alternative 0038CF8AC12571C7_=-- From [email protected] Fri Aug 11 17:06:02 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19057 invoked from network); 11 Aug 2006 17:06:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Aug 2006 17:06:01 -0000 Received: (qmail 31827 invoked by uid 500); 11 Aug 2006 17:05:58 -0000 Delivered-To: [email protected] Received: (qmail 31713 invoked by uid 500); 11 Aug 2006 17:05:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 31507 invoked by uid 99); 11 Aug 2006 17:05:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Aug 2006 10:05:56 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=HTML_MESSAGE,NO_REAL_NAME,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mailout-tlr.thomson.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Aug 2006 10:05:54 -0700 Received: from mailout-tlr.thomson.com (localhost [161.129.204.104]) by mailout-tlr.thomson.com (Switch-3.2.2/Switch-3.2.0) with ESMTP id k7BH5VWF022367 for <[email protected]>; Fri, 11 Aug 2006 17:05:31 GMT Received: from tlrusmneagfe03.ERF.THOMSON.COM (tlrusmneagfe03.erf.thomson.com [161.129.204.104]) by mailout-tlr.thomson.com (Switch-3.2.2/Switch-3.2.2) with ESMTP id k7BH5VRE022364 for <[email protected]>; Fri, 11 Aug 2006 17:05:31 GMT Received: from TLRUSMNEAGMBX17.ERF.THOMSON.COM ([161.129.204.104]) by tlrusmneagfe03.ERF.THOMSON.COM with Microsoft SMTPSVC651.232.9545); Fri, 11 Aug 2006 12:05:31 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C6BD68.5A21A9CD" Subject: How to verify root certificate? Date: Fri, 11 Aug 2006 12:05:31 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: How to verify root certificate? Thread-Index: Aca9aGgZe3szdrR8SKq9uyez2JUHvA== From: <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 11 Aug 2006 17:05:31.0372 (UTC) FILETIME=[5A2C02C0:01C6BD68] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C6BD68.5A21A9CD Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I've searched quite a bit but have found nothing on how to get WSS4J to verify the root X509 certificate. Can anyone tell me how or point me to an example? =20 I am using WSS4J programatically (not under Axis) to sign and verify SOAP messages. Using the WSSecSignature and WSSecurityEngine classes I have gotten thing things working well except that the root certificate is not verified. I have been using a self-signed cert for testing and passing the cert in the BinarySecurityToken. Any certificate seems to be trusted, in fact I can even use an empty keystore on the server. =20 Rick Hansen ------_=_NextPart_001_01C6BD68.5A21A9CD Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Dus-ascii"> <META content=3D"MSHTML 6.00.2900.2912" name=3DGENERATOR></HEAD> <BODY> <DIV><SPAN class=3D288035616-11082006><FONT face=3DArial size=3D2>I've = searched quite=20 a bit but have found nothing on how to get WSS4J to verify the root X509 = certificate. Can anyone tell me how or point me to an=20 example?</FONT></SPAN></DIV> <DIV><SPAN class=3D288035616-11082006><FONT face=3DArial=20 size=3D2></FONT></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D288035616-11082006><FONT face=3DArial size=3D2>I am = using WSS4J=20 programatically (not under Axis) to sign and verify SOAP = messages.&nbsp;Using=20 the WSSecSignature and WSSecurityEngine classes I have gotten thing=20 things&nbsp;working well except that the root certificate is not=20 verified.&nbsp;I have been using a self-signed cert for testing and = passing the=20 cert in the BinarySecurityToken.&nbsp;Any certificate seems to be = trusted, in=20 fact I can even use an empty keystore on the server.</FONT></SPAN></DIV> <DIV><SPAN class=3D288035616-11082006><FONT face=3DArial=20 size=3D2></FONT></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D288035616-11082006><FONT face=3DArial size=3D2>Rick=20 Hansen</FONT></SPAN></DIV></BODY></HTML> ------_=_NextPart_001_01C6BD68.5A21A9CD-- From [email protected] Sat Aug 12 06:42:03 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7692 invoked from network); 12 Aug 2006 06:42:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Aug 2006 06:42:02 -0000 Received: (qmail 69815 invoked by uid 500); 12 Aug 2006 06:42:01 -0000 Delivered-To: [email protected] Received: (qmail 69771 invoked by uid 500); 12 Aug 2006 06:42:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 69760 invoked by uid 99); 12 Aug 2006 06:42:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Aug 2006 23:42:00 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO mailout08.sul.t-online.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Aug 2006 23:42:00 -0700 Received: from fwd27.aul.t-online.de by mailout08.sul.t-online.com with smtp id 1GBnBh-0000g5-00; Sat, 12 Aug 2006 08:41:37 +0200 Received: from [161.129.204.104] (rxSVO2ZaoeiAx03hUymvPzBtllWWEI2-qCHi2cMkzDomn9JVUTdp0L@[161.129.204.104]) by fwd27.sul.t-online.de with esmtp id 1GBnBV-0OrYAq0; Sat, 12 Aug 2006 08:41:25 +0200 Message-ID: <[email protected]> Date: Sat, 12 Aug 2006 08:41:24 +0200 From: Werner Dittmann <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20060527) MIME-Version: 1.0 To: [email protected] CC: [email protected] Subject: Re: How to verify root certificate? References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-ID: rxSVO2ZaoeiAx03hUymvPzBtllWWEI2-qCHi2cMkzDomn9JVUTdp0L X-TOI-MSGID: 235ef623-3584-4738-8366-8a895b5d52c7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Richard, that's correct. WSS4J does not perform the certificate verification. The WSS4J Axis handlers have some code that perform a basic certificate path verification. This was done because certificate path verification is sometime not necessary for basic security (encryption). WSS4J returns the certificate used for signature verification to the calling application (WSSecurityEngine does this). Regards, Werner [email protected] wrote: > I've searched quite a bit but have found nothing on how to get WSS4J to > verify the root X509 certificate. Can anyone tell me how or point me to > an example? > > I am using WSS4J programatically (not under Axis) to sign and verify > SOAP messages. Using the WSSecSignature and WSSecurityEngine classes I > have gotten thing things working well except that the root certificate > is not verified. I have been using a self-signed cert for testing and > passing the cert in the BinarySecurityToken. Any certificate seems to be > trusted, in fact I can even use an empty keystore on the server. > > Rick Hansen --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Aug 12 17:19:12 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41969 invoked from network); 12 Aug 2006 17:19:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Aug 2006 17:19:11 -0000 Received: (qmail 95141 invoked by uid 500); 12 Aug 2006 17:19:10 -0000 Delivered-To: [email protected] Received: (qmail 95094 invoked by uid 500); 12 Aug 2006 17:19:10 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 95082 invoked by uid 99); 12 Aug 2006 17:19:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Aug 2006 10:19:10 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO ppsw-1.csi.cam.ac.uk) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Aug 2006 10:18:58 -0700 X-Cam-SpamDetails: Not scanned X-Cam-AntiVirus: No virus found X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Received: from cass41.ast.cam.ac.uk ([161.129.204.104]:41826) by ppsw-1.csi.cam.ac.uk (ppsw.cam.ac.uk [161.129.204.104]:25) with esmtp id 1GBx80-0003sM-5h (Exim 4.54) (return-path <[email protected]>); Sat, 12 Aug 2006 18:18:28 +0100 Received: from cass30.ast.cam.ac.uk (cass30 [IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:45b]) by cass41.ast.cam.ac.uk (8.13.7+Sun/8.13.7) with ESMTP id k7CHIS1s004244; Sat, 12 Aug 2006 18:18:28 +0100 (BST) Received: from cass30.ast.cam.ac.uk (localhost [161.129.204.104]) by cass30.ast.cam.ac.uk (8.13.7+Sun/8.13.7) with ESMTP id k7CHISVB006849; Sat, 12 Aug 2006 18:18:28 +0100 (BST) Received: from localhost (gtr@localhost) by cass30.ast.cam.ac.uk (8.13.7+Sun/8.13.7/Submit) with ESMTP id k7CHIRYH006846; Sat, 12 Aug 2006 18:18:27 +0100 (BST) X-Authentication-Warning: cass30.ast.cam.ac.uk: gtr owned process doing -bs Date: Sat, 12 Aug 2006 18:18:27 +0100 (BST) From: Guy Rixon <[email protected]> X-X-Sender: gtr@cass30 To: Werner Dittmann <[email protected]> cc: [email protected], [email protected] Subject: Re: How to verify root certificate? In-Reply-To: <[email protected]> Message-ID: <Pine.GSO.4.58.0608121816030.6837@cass30> References: <[email protected]> <[email protected]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N The Java CoG ("Commodity Grid") kit has some code to check certificate paths. I use that with WSS4J (although I had to do violence to WSS4J to put in the CoG stuff). It also handles RFC3820 proxy certificates. See http://www.globus.org/ for details. On Sat, 12 Aug 2006, Werner Dittmann wrote: > Richard, > that's correct. WSS4J does not perform the certificate verification. The > WSS4J Axis handlers have some code that perform a basic certificate path > verification. This was done because certificate path verification is > sometime not necessary for basic security (encryption). WSS4J returns > the certificate used for signature verification to the calling application > (WSSecurityEngine does this). > > Regards, > Werner > > [email protected] wrote: > > I've searched quite a bit but have found nothing on how to get WSS4J to > > verify the root X509 certificate. Can anyone tell me how or point me to > > an example? > > > > I am using WSS4J programatically (not under Axis) to sign and verify > > SOAP messages. Using the WSSecSignature and WSSecurityEngine classes I > > have gotten thing things working well except that the root certificate > > is not verified. I have been using a self-signed cert for testing and > > passing the cert in the BinarySecurityToken. Any certificate seems to be > > trusted, in fact I can even use an empty keystore on the server. > > > > Rick Hansen > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > Guy Rixon [email protected] Institute of Astronomy Tel: 651.232.9545 Madingley Road, Cambridge, UK, CB3 0HA Fax: 651.232.9545 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Aug 13 04:50:22 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93145 invoked from network); 13 Aug 2006 04:50:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Aug 2006 04:50:22 -0000 Received: (qmail 43379 invoked by uid 500); 13 Aug 2006 04:50:21 -0000 Delivered-To: [email protected] Received: (qmail 43330 invoked by uid 500); 13 Aug 2006 04:50:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 43315 invoked by uid 99); 13 Aug 2006 04:50:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Aug 2006 21:50:20 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO ug-out-1314.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Aug 2006 21:50:11 -0700 Received: by ug-out-1314.google.com with SMTP id q2so1127110uge for <[email protected]>; Sat, 12 Aug 2006 21:49:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=s/j61lRKfeSyszw/m6PxHX5vo6OWKgxPm0RI/n3v3zwj8mhrGQutzqOmSLJMSqthyxmQTbbe3lODp42CMrGNYzDEDuWlfBHoXchyKMDGquqCDaq5J7RcGZ8T9ose7F7lXWR1/MwPAzuEG0hoTZ84Wznz1O0B2wNzABRXduGSGEU= Received: by 161.129.204.104 with SMTP id o6mr6227777ugg; Sat, 12 Aug 2006 21:49:43 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Sat, 12 Aug 2006 21:49:43 -0700 (PDT) Message-ID: <[email protected]> Date: Sat, 12 Aug 2006 21:49:43 -0700 From: akkachotu <[email protected]> To: [email protected] Subject: intermediary adding soap header element breaking signature verification MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Here is the soap message after it is signed using AXIS 1.4, WSS4J 1.5: <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Header> <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> <wsse:BinarySecurityToken ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3" elementEncoding="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" wsu:Id="binarytoken"> 123MIIB5jCCAU8CBEQyyzkwDQYJKoZIhvcNAQEFBQAwOjELMAkGA1UEBhMCVVMxDTALBgNVBAoTBEFN </wsse:BinarySecurityToken> <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> <ds:SignedInfo> <ds:CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments"/> <ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/> <ds:Reference URI="#Body"> <ds:Transforms> <ds:Transform Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/> </ds:Transforms> <ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/> <ds:DigestValue>EwE9/d/aFPCf7CpqoKdbHSrhNN0=</ds:DigestValue> </ds:Reference> </ds:SignedInfo> <ds:SignatureValue> lCIbgyn1nzA/7Y2tAVQ+WuVTX/WoOKE0Xv1dOTDBJ+BIY1w6ulg17apQ2taLmfDHGEFtLOCO TKdvhev5CMNCvmsbZQVv5Mli+ttFSpumNf8yOkf0BwDCcSyTVbuiotJJXOFVGRTXB5oxIv8q UqY5QO3lZkO790OmUyBlpgWaWAE= </ds:SignatureValue> <ds:KeyInfo> <wsse:SecurityTokenReference> <wsse:Reference URI="#binarytoken" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3"/> </wsse:SecurityTokenReference> </ds:KeyInfo> </ds:Signature> </wsse:Security> </soapenv:Header> <soapenv:Body Id="Body"> <getHolidays xmlns="http://transfer.as.com"> <request> <ns3:regionID xmlns:ns3="http://shr.ws.com" xsi:nil="true"/> <cardNumber>4444</cardNumber> </request> </getHolidays> </soapenv:Body> </soapenv:Envelope> Say if I use AXIS + WSS4J on bother sender side and receiver side and say if an intermediary adds an element <intermediary:ProxyID wsu:Id="6767">0d88d3e0-0e2c-489d-a682-da14b8fec3d7</intermediary:ProxyID> to the soap header and after adding this element the complete soap message looks like below: <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:intermediary="http://www.intermediary.com/proxy/2424.2424s"> <soapenv:Header> <intermediary:ProxyID wsu:Id="6767">0d88d3e0-0e2c-489d-a682-da14b8fec3d7</intermediary:ProxyID> <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> <wsse:BinarySecurityToken ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3" elementEncoding="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" wsu:Id="binarytoken"> 123MIIB5jCCAU8CBEQyyzkwDQYJKoZIhvcNAQEFBQAwOjELMAkGA1UEBhMCVVMxDTALBgNVBAoTBEFN </wsse:BinarySecurityToken> <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> <ds:SignedInfo> <ds:CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments"/> <ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/> <ds:Reference URI="#Body"> <ds:Transforms> <ds:Transform Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/> </ds:Transforms> <ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/> <ds:DigestValue>EwE9/d/aFPCf7CpqoKdbHSrhNN0=</ds:DigestValue> </ds:Reference> </ds:SignedInfo> <ds:SignatureValue> lCIbgyn1nzA/7Y2tAVQ+WuVTX/WoOKE0Xv1dOTDBJ+BIY1w6ulg17apQ2taLmfDHGEFtLOCO TKdvhev5CMNCvmsbZQVv5Mli+ttFSpumNf8yOkf0BwDCcSyTVbuiotJJXOFVGRTXB5oxIv8q UqY5QO3lZkO790OmUyBlpgWaWAE= </ds:SignatureValue> <ds:KeyInfo> <wsse:SecurityTokenReference> <wsse:Reference URI="#binarytoken" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3"/> </wsse:SecurityTokenReference> </ds:KeyInfo> </ds:Signature> </wsse:Security> </soapenv:Header> <soapenv:Body Id="Body"> <getHolidays xmlns="http://transfer.as.com"> <request> <ns3:regionID xmlns:ns3="http://shr.ws.com" xsi:nil="true"/> <cardNumber>4444</cardNumber> </request> </getHolidays> </soapenv:Body> </soapenv:Envelope> After the intermediary adds its element hopefully without altering the signature and when I try to validate the signature on the provider end I get signature verification failed. Now my question is, is it expected behaviour that adding elements to the header by intermediaries (ofcourse without modifying the signature) will break the signature verification. Does canonicalization here will fail ? If I dont have this intermediary then signature verification is successfull. please suggest how to get around this problem. Thanks in advance for your time and reply. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 14 12:49:18 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78378 invoked from network); 14 Aug 2006 12:49:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Aug 2006 12:49:18 -0000 Received: (qmail 95987 invoked by uid 500); 14 Aug 2006 12:49:17 -0000 Delivered-To: [email protected] Received: (qmail 95925 invoked by uid 500); 14 Aug 2006 12:49:16 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 95914 invoked by uid 99); 14 Aug 2006 12:49:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Aug 2006 05:49:16 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=NO_REAL_NAME,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mailout3-tlr.thomson.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Aug 2006 05:49:14 -0700 Received: from mailout3-tlr.thomson.com (localhost [161.129.204.104]) by mailout3-tlr.thomson.com (Switch-3.2.2/Switch-3.2.2) with ESMTP id k7ECmoX5010389 for <[email protected]>; Mon, 14 Aug 2006 12:48:52 GMT Received: from tlrusmneagfe01.ERF.THOMSON.COM (tlrusmneagfe01.erf.thomson.com [161.129.204.104]) by mailout3-tlr.thomson.com (Switch-3.2.2/Switch-3.2.2) with ESMTP id k7ECmkWf010292; Mon, 14 Aug 2006 12:48:49 GMT Received: from TLRUSMNEAGMBX17.ERF.THOMSON.COM ([161.129.204.104]) by tlrusmneagfe01.ERF.THOMSON.COM with Microsoft SMTPSVC651.232.9545); Mon, 14 Aug 2006 07:49:28 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: How to verify root certificate? Date: Mon, 14 Aug 2006 07:48:33 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: How to verify root certificate? Thread-Index: Aca92l4ZMOiKDF3URJKOkyAHEYjSSQBxNn2Q From: <[email protected]> To: <[email protected]> Cc: <[email protected]> X-OriginalArrivalTime: 14 Aug 2006 12:49:28.0063 (UTC) FILETIME=[142A58F0:01C6BFA0] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Wow, that is very suprising. Admittedly I am a security novice, but I assumed verifying tbe root CA would be basic included, if not required, functionality. Thanks for the heads up anyway. -----Original Message----- From: Werner Dittmann [mailto:[email protected]]=20 Sent: Saturday, August 12, 2006 1:41 AM To: Hansen, Rick (TLR Corp) Cc: [email protected] Subject: Re: How to verify root certificate? Richard, that's correct. WSS4J does not perform the certificate verification. The WSS4J Axis handlers have some code that perform a basic certificate path verification. This was done because certificate path verification is sometime not necessary for basic security (encryption). WSS4J returns the certificate used for signature verification to the calling application (WSSecurityEngine does this). Regards, Werner [email protected] wrote: > I've searched quite a bit but have found nothing on how to get WSS4J=20 > to verify the root X509 certificate. Can anyone tell me how or point=20 > me to an example? > =20 > I am using WSS4J programatically (not under Axis) to sign and verify=20 > SOAP messages. Using the WSSecSignature and WSSecurityEngine classes I > have gotten thing things working well except that the root certificate > is not verified. I have been using a self-signed cert for testing and=20 > passing the cert in the BinarySecurityToken. Any certificate seems to=20 > be trusted, in fact I can even use an empty keystore on the server. > =20 > Rick Hansen --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 14 13:14:51 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86870 invoked from network); 14 Aug 2006 13:14:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Aug 2006 13:14:50 -0000 Received: (qmail 29463 invoked by uid 500); 14 Aug 2006 13:14:50 -0000 Delivered-To: [email protected] Received: (qmail 29226 invoked by uid 500); 14 Aug 2006 13:14:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 29215 invoked by uid 99); 14 Aug 2006 13:14:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Aug 2006 06:14:49 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO smtpde02.sap-ag.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Aug 2006 06:14:46 -0700 Received: from sap-ag.de (smtpde02) by smtpde02.sap-ag.de (out) with ESMTP id PAA03242 for <[email protected]>; Mon, 14 Aug 2006 15:14:14 +0200 (MESZ) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: Timestamp configuration Date: Mon, 14 Aug 2006 15:10:28 +0200 Message-ID: <[email protected]> Thread-Topic: Timestamp configuration Thread-Index: Aca/owNnQnr/SN3fRn62HIlncEVm5w== From: "Long, Hai" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 14 Aug 2006 13:09:10.0000 (UTC) FILETIME=[D4A79F00:01C6BFA2] X-SAP: out X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello,=20 Can someone tell me how to configure the timestamp in wss4j. I think the default value is 5 sec. How can I configure it to like 5 minutes? Thanks for help. Best regards, Hai SAP Systems Integration AG Standort Ratingen Am Schimmersfeld 5 D-40880 Ratingen Tel. : 651.232.9545 Tel. : 651.232.9545 Mobil: 651.232.9545 Fax : 651.232.9545 E [email protected]=20 A www.sap-si.com=20 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 14 14:52:52 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22428 invoked from network); 14 Aug 2006 14:52:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Aug 2006 14:52:51 -0000 Received: (qmail 351 invoked by uid 500); 14 Aug 2006 14:52:48 -0000 Delivered-To: [email protected] Received: (qmail 246 invoked by uid 500); 14 Aug 2006 14:52:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 210 invoked by uid 99); 14 Aug 2006 14:52:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Aug 2006 07:52:47 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wr-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Aug 2006 07:52:45 -0700 Received: by wr-out-0506.google.com with SMTP id i4so170541wra for <[email protected]>; Mon, 14 Aug 2006 07:52:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=l6iFOoXWOF+1EZC2r2LjUb6chIRLC1E1PuIy68rZskkPfhH0RuqDhO1rlPHHZepJH3L99dP7b0WG2UMojorDtyz1d2OWW5CFQ7nrsxVTn98rdci7ajH/FPXEx/Nyd2t8h+BHwsCiyCLmAsm/Kw2PUJkbdinYS4jTqA6BaP4JYHQ= Received: by 161.129.204.104 with SMTP id x14mr3283550hue; Mon, 14 Aug 2006 07:52:23 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 14 Aug 2006 07:52:23 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 14 Aug 2006 20:22:23 +0530 From: "Ruchith Fernando" <[email protected]> To: "Long, Hai" <[email protected]> Subject: Re: Timestamp configuration Cc: [email protected] In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Hai, Please try using "timeToLive" to set the value parameter in the case of Axis1.x handlers. The value of this has to be set in terms of seconds. Thanks, Ruchith On 8/14/06, Long, Hai <[email protected]> wrote: > Hello, > > Can someone tell me how to configure the timestamp in wss4j. I think the > default value is 5 sec. How can I configure it to like 5 minutes? Thanks > for help. > > Best regards, > Hai > > > SAP Systems Integration AG > Standort Ratingen > Am Schimmersfeld 5 > D-40880 Ratingen > Tel. : 651.232.9545 > Tel. : 651.232.9545 > Mobil: 651.232.9545 > Fax : 651.232.9545 > > E [email protected] > A www.sap-si.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- www.ruchith.org --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 14 17:58:44 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81813 invoked from network); 14 Aug 2006 17:58:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Aug 2006 17:58:44 -0000 Received: (qmail 28436 invoked by uid 500); 14 Aug 2006 17:58:43 -0000 Delivered-To: [email protected] Received: (qmail 28391 invoked by uid 500); 14 Aug 2006 17:58:42 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 28380 invoked by uid 99); 14 Aug 2006 17:58:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Aug 2006 10:58:42 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO fork7.mail.virginia.edu) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Aug 2006 10:58:41 -0700 Received: from localhost (localhost [161.129.204.104]) by fork7.mail.virginia.edu (Postfix) with ESMTP id D5C311F51E1 for <[email protected]>; Mon, 14 Aug 2006 13:58:19 -0400 (EDT) Received: from fork7.mail.virginia.edu ([161.129.204.104]) by localhost (fork7.mail.virginia.edu [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id 26640-03 for <[email protected]>; Mon, 14 Aug 2006 13:58:19 -0400 (EDT) Received: from [161.129.204.104] (d-128-5-43.bootp.Virginia.EDU [161.129.204.104]) by fork7.mail.virginia.edu (Postfix) with ESMTP id 5B4101F5164 for <[email protected]>; Mon, 14 Aug 2006 13:58:19 -0400 (EDT) Message-ID: <[email protected]> Date: Mon, 14 Aug 2006 13:58:19 -0400 From: David Del Vecchio <[email protected]> User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Subject: Re: How to verify root certificate? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-UVA-Virus-Scanned: by [email protected] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This does seem like it would be useful functionality. Perhaps we can add path validation support, but make it configurable with a switch so that applications that need it can take advantage of it, but those that don't (or need custom processing) are unaffected. David On Mon, 14 Aug 2006 07:48:33 -0500 <[email protected]> wrote: > Wow, that is very suprising. Admittedly I am a security novice, but > I assumed verifying tbe root CA would be basic included, if not > required, functionality. Thanks for the heads up anyway. > > -----Original Message----- > From: Werner Dittmann [mailto:[email protected]] Sent: > Saturday, August 12, 2006 1:41 AM > To: Hansen, Rick (TLR Corp) > Cc: [email protected] > Subject: Re: How to verify root certificate? > > Richard, > that's correct. WSS4J does not perform the certificate > verification. The WSS4J Axis handlers have some code that perform a > basic certificate path verification. This was done because certificate > path verification is sometime not necessary for basic security > (encryption). WSS4J returns > the certificate used for signature verification to the calling > application (WSSecurityEngine does this). > > Regards, > Werner > > [email protected] wrote: > > I've searched quite a bit but have found nothing on how to get > WSS4J to verify the root X509 certificate. Can anyone tell me how or > point me to an example? > > I am using WSS4J programatically (not under Axis) to sign and > verify SOAP messages. Using the WSSecSignature and WSSecurityEngine > classes I > > > have gotten thing things working well except that the root > certificate > > > is not verified. I have been using a self-signed cert for > testing and passing the cert in the BinarySecurityToken. Any > certificate seems to be trusted, in fact I can even use an empty > keystore on the server. > > Rick Hansen > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 14 18:38:29 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94379 invoked from network); 14 Aug 2006 18:38:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Aug 2006 18:38:28 -0000 Received: (qmail 93754 invoked by uid 500); 14 Aug 2006 18:38:27 -0000 Delivered-To: [email protected] Received: (qmail 93713 invoked by uid 500); 14 Aug 2006 18:38:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 93702 invoked by uid 99); 14 Aug 2006 18:38:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Aug 2006 11:38:26 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wx-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Aug 2006 11:38:26 -0700 Received: by wx-out-0506.google.com with SMTP id s8so1208342wxc for <[email protected]>; Mon, 14 Aug 2006 11:38:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qd04g6u+T7e+AxGxbnJEEx+Uo8NIVoJi5R1SST3Vx8FYoILRTq9ZJM4eTNXMcsYcpuwHp5guCe8fnJXQN1ZdOGWHLf8lORsegFLKC4VDdmHZxPbw+u5NY4ZemFABJ7HSQHx6qQ1gMidttKC5kF56daIk3MD81ZjfAEnm9vdwBWE= Received: by 161.129.204.104 with SMTP id y11mr10268568wxa; Mon, 14 Aug 2006 11:38:02 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 14 Aug 2006 11:38:02 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 14 Aug 2006 14:38:02 -0400 From: "Davanum Srinivas" <[email protected]> Reply-To: [email protected] To: "David Del Vecchio" <[email protected]> Subject: Re: How to verify root certificate? Cc: [email protected] In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Sounds good! any volunteers :) -- dims On 8/14/06, David Del Vecchio <[email protected]> wrote: > This does seem like it would be useful functionality. Perhaps we can add > path validation support, but make it configurable with a switch so that > applications that need it can take advantage of it, but those that don't > (or need custom processing) are unaffected. > > David > > On Mon, 14 Aug 2006 07:48:33 -0500 > <[email protected]> wrote: > > > Wow, that is very suprising. Admittedly I am a security novice, > but > I assumed verifying tbe root CA would be basic included, if not > > required, functionality. Thanks for the heads up anyway. > > > > -----Original Message----- > > From: Werner Dittmann [mailto:[email protected]] Sent: > > Saturday, August 12, 2006 1:41 AM > > To: Hansen, Rick (TLR Corp) > > Cc: [email protected] > > Subject: Re: How to verify root certificate? > > > > Richard, > > that's correct. WSS4J does not perform the certificate > > verification. The WSS4J Axis handlers have some code that perform a > > basic certificate path verification. This was done because certificate > > path verification is sometime not necessary for basic security > > (encryption). WSS4J returns > > the certificate used for signature verification to the calling > > application (WSSecurityEngine does this). > > > > Regards, > > Werner > > > > [email protected] wrote: > > > > I've searched quite a bit but have found nothing on how to get > > WSS4J to verify the root X509 certificate. Can anyone tell me how or > > point me to an example? > > > > I am using WSS4J programatically (not under Axis) to sign and > > verify SOAP messages. Using the WSSecSignature and WSSecurityEngine > > classes I > > > > > > have gotten thing things working well except that the root > > certificate > > > > > > is not verified. I have been using a self-signed cert for > > testing and passing the cert in the BinarySecurityToken. Any > > certificate seems to be trusted, in fact I can even use an empty > > keystore on the server. > > > > Rick Hansen > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 14 20:57:21 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44624 invoked from network); 14 Aug 2006 20:57:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Aug 2006 20:57:21 -0000 Received: (qmail 54685 invoked by uid 500); 14 Aug 2006 20:57:19 -0000 Delivered-To: [email protected] Received: (qmail 54646 invoked by uid 500); 14 Aug 2006 20:57:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 54635 invoked by uid 99); 14 Aug 2006 20:57:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Aug 2006 13:57:19 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail.gmx.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 14 Aug 2006 13:57:18 -0700 Received: (qmail invoked by alias); 14 Aug 2006 20:56:56 -0000 Received: from dslb-084-060-022-077.pools.arcor-ip.net (EHLO [161.129.204.104]) [161.129.204.104] by mail.gmx.net (mp042) with SMTP; 14 Aug 2006 22:56:56 +0200 X-Authenticated: #3283510 Message-ID: <[email protected]> Date: Mon, 14 Aug 2006 22:56:42 +0200 From: Falk Bauer <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20060725) MIME-Version: 1.0 To: [email protected] Subject: Re: How to verify root certificate? References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Werner, > that's correct. WSS4J does not perform the certificate > verification. The WSS4J Axis handlers have some code that perform a > basic certificate path verification. I have thought until now that the verifyTrust-method in WSHandler does perform the path-validation completely. First the method looks into the given keystore if there is the certificate to which the message refers to. If the certificate is found in the keystore then the path-validation is done. You can only add a certificate into a keystore if the trusted cert path is also given or already in the keystore. If the certificate is not found in the keystore then the method tries to build the trusted cert-path on its own. (At this point there are two bugs in 1.5, see JIRA WSS-52) Then the Crypto-Module validates the path and throws an WSSException if the path is not trusted. Please correct me if i am wrong. Davanum Srinivas wrote: > Sounds good! any volunteers :) > > -- dims > > On 8/14/06, David Del Vecchio <[email protected]> wrote: >> This does seem like it would be useful functionality. Perhaps we can add >> path validation support, but make it configurable with a switch so that >> applications that need it can take advantage of it, but those that don't >> (or need custom processing) are unaffected. >> >> David >> >> On Mon, 14 Aug 2006 07:48:33 -0500 >> <[email protected]> wrote: >> >> > Wow, that is very suprising. Admittedly I am a security novice, >> but > I assumed verifying tbe root CA would be basic included, if not >> > required, functionality. Thanks for the heads up anyway. >> > >> > -----Original Message----- >> > From: Werner Dittmann [mailto:[email protected]] Sent: >> > Saturday, August 12, 2006 1:41 AM >> > To: Hansen, Rick (TLR Corp) >> > Cc: [email protected] >> > Subject: Re: How to verify root certificate? >> > >> > Richard, >> > that's correct. WSS4J does not perform the certificate >> > verification. The WSS4J Axis handlers have some code that perform a >> > basic certificate path verification. This was done because >> certificate >> > path verification is sometime not necessary for basic security >> > (encryption). WSS4J returns >> > the certificate used for signature verification to the calling >> > application (WSSecurityEngine does this). >> > >> > Regards, >> > Werner >> > >> > [email protected] wrote: >> > >> > I've searched quite a bit but have found nothing on how to get >> > WSS4J to verify the root X509 certificate. Can anyone tell me how or >> > point me to an example? >> > >> > I am using WSS4J programatically (not under Axis) to sign and >> > verify SOAP messages. Using the WSSecSignature and WSSecurityEngine >> > classes I >> > >> > >> > have gotten thing things working well except that the root >> > certificate >> > >> > >> > is not verified. I have been using a self-signed cert for >> > testing and passing the cert in the BinarySecurityToken. Any >> > certificate seems to be trusted, in fact I can even use an empty >> > keystore on the server. >> > >> > Rick Hansen >> > >> > >> > >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 15 06:25:28 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91200 invoked from network); 15 Aug 2006 06:25:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Aug 2006 06:25:27 -0000 Received: (qmail 99782 invoked by uid 500); 15 Aug 2006 06:25:26 -0000 Delivered-To: [email protected] Received: (qmail 99736 invoked by uid 500); 15 Aug 2006 06:25:26 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 99725 invoked by uid 99); 15 Aug 2006 06:25:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Aug 2006 23:25:26 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO mailout08.sul.t-online.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Aug 2006 23:25:25 -0700 Received: from fwd26.aul.t-online.de by mailout08.sul.t-online.com with smtp id 1GCsMH-0008Bn-01; Tue, 15 Aug 2006 08:25:01 +0200 Received: from [161.129.204.104] (GQGiy6ZTwedXg7kqL1TjR3gk4U-aHAVLK3ui53rinFbHXycpTH07ci@[161.129.204.104]) by fwd26.sul.t-online.de with esmtp id 1GCsM3-1K3Rpo0; Tue, 15 Aug 2006 08:24:47 +0200 Message-ID: <[email protected]> Date: Tue, 15 Aug 2006 08:24:46 +0200 From: Werner Dittmann <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20060725) MIME-Version: 1.0 To: [email protected] CC: [email protected] Subject: Re: How to verify root certificate? References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ID: GQGiy6ZTwedXg7kqL1TjR3gk4U-aHAVLK3ui53rinFbHXycpTH07ci X-TOI-MSGID: 0a819ffd-5674-41ef-a26c-54bb4d04797f X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Richard, as said, the basic WSS4J classes don't have this verification built in, the Axis handlers that use this basic classes perform some sort of path verification. Thus it is "built-in" if somebody uses the handlers. We decided not to do path verification in the basic classes because there are several ways to perform path verification. Maybe a user has several key stores where root certificates can be located or some other way to get a root (or intermediate) certificate. Because of this the WSS4J basic classes only check the validity of the certificate used to sign and/or encrypt. Regards, Werner [email protected] wrote: > Wow, that is very suprising. Admittedly I am a security novice, but I > assumed verifying tbe root CA would be basic included, if not required, > functionality. Thanks for the heads up anyway. > > -----Original Message----- > From: Werner Dittmann [mailto:[email protected]] > Sent: Saturday, August 12, 2006 1:41 AM > To: Hansen, Rick (TLR Corp) > Cc: [email protected] > Subject: Re: How to verify root certificate? > > Richard, > that's correct. WSS4J does not perform the certificate verification. The > WSS4J Axis handlers have some code that perform a basic certificate path > verification. This was done because certificate path verification is > sometime not necessary for basic security (encryption). WSS4J returns > the certificate used for signature verification to the calling > application (WSSecurityEngine does this). > > Regards, > Werner > > [email protected] wrote: >> I've searched quite a bit but have found nothing on how to get WSS4J >> to verify the root X509 certificate. Can anyone tell me how or point >> me to an example? >> >> I am using WSS4J programatically (not under Axis) to sign and verify >> SOAP messages. Using the WSSecSignature and WSSecurityEngine classes I > >> have gotten thing things working well except that the root certificate > >> is not verified. I have been using a self-signed cert for testing and >> passing the cert in the BinarySecurityToken. Any certificate seems to >> be trusted, in fact I can even use an empty keystore on the server. >> >> Rick Hansen > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 15 13:05:08 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35624 invoked from network); 15 Aug 2006 13:05:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Aug 2006 13:05:07 -0000 Received: (qmail 22644 invoked by uid 500); 15 Aug 2006 13:05:05 -0000 Delivered-To: [email protected] Received: (qmail 22599 invoked by uid 500); 15 Aug 2006 13:05:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 22588 invoked by uid 99); 15 Aug 2006 13:05:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Aug 2006 06:05:05 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=NO_REAL_NAME,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mailout-tlr.thomson.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Aug 2006 06:05:04 -0700 Received: from mailout-tlr.thomson.com (localhost [161.129.204.104]) by mailout-tlr.thomson.com (Switch-3.2.2/Switch-3.2.0) with ESMTP id k7FD4d9k019966 for <[email protected]>; Tue, 15 Aug 2006 13:04:42 GMT Received: from tlrusmneagfe03.ERF.THOMSON.COM (tlrusmneagfe03.erf.thomson.com [161.129.204.104]) by mailout-tlr.thomson.com (Switch-3.2.2/Switch-3.2.2) with ESMTP id k7FD4bIH019938; Tue, 15 Aug 2006 13:04:39 GMT Received: from TLRUSMNEAGMBX17.ERF.THOMSON.COM ([161.129.204.104]) by tlrusmneagfe03.ERF.THOMSON.COM with Microsoft SMTPSVC651.232.9545); Tue, 15 Aug 2006 08:04:38 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: How to verify root certificate? Date: Tue, 15 Aug 2006 08:05:31 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: How to verify root certificate? Thread-Index: Aca/0NclGljUfEbYT/C+yZIJs6NMrAAFSSFw From: <[email protected]> To: <[email protected]>, <[email protected]> Cc: <[email protected]> X-OriginalArrivalTime: 15 Aug 2006 13:04:38.0833 (UTC) FILETIME=[5D709210:01C6C06B] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N If I thought I knew enough, I would be happy to work on it. We'll see how things go. :-) I've found the verifyTrust() code in org.apache.ws.security.handler.WSHandler.java. The approach makes sense, but the third step in the method confuses me. I have exceprted some code from WSS4J 1.5 below and added some questions. Maybe someone could comment? Rick Hansen // THIRD step // Check the certificate trust path for every alias of the issuer found in the keystore for (int i =3D 0; i < aliases.length; i++) { alias =3D aliases[i]; if (doDebug) { log.debug("Preparing to validate certificate path with alias " + alias + " for issuer " + issuerString); } // Retrieve the certificate(s) for the alias from the keystore try { certs =3D reqData.getSigCrypto().getCertificates(alias); } catch (WSSecurityException ex) { throw new WSSecurityException("WSHandler: Could not get certificates for alias " + alias, ex); } // If no certificates have been found, there has to be an error: // The keystore can find an alias but no certificate(s) =20 /*********************************************************************** ********* Is this condition correct or should it be? if (certs =3D=3D null || certs.length < 1) =20 ************************************************************************ ********/ if (certs =3D=3D null | certs.length < 1) { throw new WSSecurityException("WSHandler: Could not get certificates for alias " + alias); } =20 /*********************************************************************** ********* If this comment is correct then I think the code is incorrect. Is the intention to put the original cert first in the chain for each alias? =20 ************************************************************************ ********/ // Form a certificate chain from the transmitted certificate // and the certificate(s) of the issuer from the keystore // First, create new array X509Certificate[] x509certs =3D new X509Certificate[certs.length + 1]; // Then add the first certificate ... x509certs[0] =3D cert; // ... and the other certificates for (int j =3D 0; j < certs.length; j++) { cert =3D certs[i]; // Line 1 x509certs[certs.length + j] =3D cert; // Line 2 } certs =3D x509certs; =20 /*********************************************************************** ********* Line 1 - Is it correct to use 'i' which is the index over the array of aliases? Doesn't this lose the reference to the original cert?=20 Line 2 - x509certs.length =3D=3D certs.length + 1, won't certs.length + j cause = an index out of bounds? Should the loop be - for (int j =3D 0; j < certs.length; j++) { x509certs[j+1] =3D cert[j]; =20 } =20 ************************************************************************ ********/ // Use the validation method from the crypto to check whether the subjects certificate was really signed by the issuer stated in the certificate try { if (reqData.getSigCrypto().validateCertPath(certs)) { if (doDebug) { log.debug("WSHandler: Certificate path has been verified for certificate with subject " + subjectString); } return true; } } catch (WSSecurityException ex) { throw new WSSecurityException("WSHandler: Certificate path verification failed for certificate with subject " + subjectString, ex); } } -----Original Message----- From: Davanum Srinivas [mailto:[email protected]]=20 Sent: Monday, August 14, 2006 1:38 PM To: David Del Vecchio Cc: [email protected] Subject: Re: How to verify root certificate? Sounds good! any volunteers :) -- dims On 8/14/06, David Del Vecchio <[email protected]> wrote: > This does seem like it would be useful functionality. Perhaps we can=20 > add path validation support, but make it configurable with a switch so > that applications that need it can take advantage of it, but those=20 > that don't (or need custom processing) are unaffected. > > David > > On Mon, 14 Aug 2006 07:48:33 -0500 > <[email protected]> wrote: > > > Wow, that is very suprising. Admittedly I am a security novice, > but > I assumed verifying tbe root CA would be basic included, if not > > required, functionality. Thanks for the heads up anyway. > > > > -----Original Message----- > > From: Werner Dittmann [mailto:[email protected]] Sent: > > Saturday, August 12, 2006 1:41 AM > > To: Hansen, Rick (TLR Corp) > > Cc: [email protected] > > Subject: Re: How to verify root certificate? > > > > Richard, > > that's correct. WSS4J does not perform the certificate > > verification. The WSS4J Axis handlers have some code that perform a > > basic certificate path verification. This was done because=20 > certificate > path verification is sometime not necessary for basic=20 > security > (encryption). WSS4J returns > the certificate used for=20 > signature verification to the calling > application (WSSecurityEngine > does this). > > > > Regards, > > Werner > > > > [email protected] wrote: > > > > I've searched quite a bit but have found nothing on how to get > > WSS4J to verify the root X509 certificate. Can anyone tell me how=20 > or > point me to an example? > > > > I am using WSS4J programatically (not under Axis) to sign and > > verify SOAP messages. Using the WSSecSignature and WSSecurityEngine > > classes I > > > > have gotten thing things working well except that the root > > certificate > > > > > > is not verified. I have been using a self-signed cert for > > testing and passing the cert in the BinarySecurityToken. Any >=20 > certificate seems to be trusted, in fact I can even use an empty >=20 > keystore on the server. > > > > Rick Hansen > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 15 17:42:44 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 52481 invoked from network); 15 Aug 2006 17:42:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Aug 2006 17:42:43 -0000 Received: (qmail 98683 invoked by uid 500); 15 Aug 2006 17:42:43 -0000 Delivered-To: [email protected] Received: (qmail 98329 invoked by uid 500); 15 Aug 2006 17:42:42 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 98318 invoked by uid 500); 15 Aug 2006 17:42:41 -0000 Delivered-To: [email protected] Received: (qmail 98315 invoked by uid 99); 15 Aug 2006 17:42:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Aug 2006 10:42:41 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Aug 2006 10:42:41 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 179501A981A; Tue, 15 Aug 2006 10:42:21 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r431652 - in /webservices/wss4j/trunk/src/org/apache/ws/security: components/crypto/AbstractCrypto.java util/Loader.java Date: Tue, 15 Aug 2006 17:42:20 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: dims Date: Tue Aug 15 10:42:20 2006 New Revision: 431652 URL: http://svn.apache.org/viewvc?rev=431652&view=rev Log: Use TCCL's getResource if Discovery jar is missing Modified: webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/AbstractCrypto.java webservices/wss4j/trunk/src/org/apache/ws/security/util/Loader.java Modified: webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/AbstractCrypto.java URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/AbstractCrypto.java?rev=431652&r1=431651&r2=431652&view=diff ============================================================================== --- webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/AbstractCrypto.java (original) +++ webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/AbstractCrypto.java Tue Aug 15 10:42:20 2006 @@ -23,6 +23,7 @@ import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.ws.security.WSSecurityException; +import org.apache.ws.security.util.Loader; import java.io.FileInputStream; import java.io.IOException; @@ -91,16 +92,25 @@ String location = this.properties.getProperty("org.apache.ws.security.crypto.merlin.file"); InputStream is = null; - /** - * Look for the keystore in classpaths - */ - DiscoverResources disc = new DiscoverResources(); - disc.addClassLoader(JDKHooks.getJDKHooks().getThreadContextClassLoader()); - disc.addClassLoader(loader); - ResourceIterator iterator = disc.findResources(location); - if (iterator.hasNext()) { - Resource resource = iterator.nextResource(); - is = resource.getResourceAsStream(); + try { + /** + * Look for the keystore in classpaths using commons discovery + */ + DiscoverResources disc = new DiscoverResources(); + disc.addClassLoader(JDKHooks.getJDKHooks().getThreadContextClassLoader()); + disc.addClassLoader(loader); + ResourceIterator iterator = disc.findResources(location); + if (iterator.hasNext()) { + Resource resource = iterator.nextResource(); + is = resource.getResourceAsStream(); + } + } catch (java.lang.NoClassDefFoundError ex) { + /** + * Look for the keystore in classpaths using TCCL + */ + if (is == null) { + is = Loader.getResource(loader, location).openStream(); + } } /** Modified: webservices/wss4j/trunk/src/org/apache/ws/security/util/Loader.java URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/src/org/apache/ws/security/util/Loader.java?rev=431652&r1=431651&r2=431652&view=diff ============================================================================== --- webservices/wss4j/trunk/src/org/apache/ws/security/util/Loader.java (original) +++ webservices/wss4j/trunk/src/org/apache/ws/security/util/Loader.java Tue Aug 15 10:42:20 2006 @@ -86,7 +86,7 @@ * @return Class * @throws ClassNotFoundException */ - static public URL getResource(ClassLoader loader, String resource) throws ClassNotFoundException { + static public URL getResource(ClassLoader loader, String resource) { URL url = null; try { if (loader != null) { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 15 21:04:19 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22892 invoked from network); 15 Aug 2006 21:04:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Aug 2006 21:04:19 -0000 Received: (qmail 6112 invoked by uid 500); 15 Aug 2006 21:04:17 -0000 Delivered-To: [email protected] Received: (qmail 6065 invoked by uid 500); 15 Aug 2006 21:04:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 6054 invoked by uid 500); 15 Aug 2006 21:04:17 -0000 Delivered-To: [email protected] Received: (qmail 6051 invoked by uid 99); 15 Aug 2006 21:04:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Aug 2006 14:04:17 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Aug 2006 14:04:16 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id DEB6B1A981A; Tue, 15 Aug 2006 14:03:56 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r431701 - in /webservices/wss4j/trunk: legal/LICENSE.commons-discovery lib/commons-discovery-0.2.jar src/org/apache/ws/security/components/crypto/AbstractCrypto.java Date: Tue, 15 Aug 2006 21:03:56 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: dims Date: Tue Aug 15 14:03:56 2006 New Revision: 431701 URL: http://svn.apache.org/viewvc?rev=431701&view=rev Log: Loader.getResource is enough and does the job. Discovery is too heavy weight for such a small thing Removed: webservices/wss4j/trunk/legal/LICENSE.commons-discovery webservices/wss4j/trunk/lib/commons-discovery-0.2.jar Modified: webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/AbstractCrypto.java Modified: webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/AbstractCrypto.java URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/AbstractCrypto.java?rev=431701&r1=431700&r2=431701&view=diff ============================================================================== --- webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/AbstractCrypto.java (original) +++ webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/AbstractCrypto.java Tue Aug 15 14:03:56 2006 @@ -16,10 +16,6 @@ */ package org.apache.ws.security.components.crypto; -import org.apache.commons.discovery.Resource; -import org.apache.commons.discovery.ResourceIterator; -import org.apache.commons.discovery.jdk.JDKHooks; -import org.apache.commons.discovery.resource.DiscoverResources; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.ws.security.WSSecurityException; @@ -90,28 +86,8 @@ } this.properties = properties; String location = this.properties.getProperty("org.apache.ws.security.crypto.merlin.file"); - InputStream is = null; - try { - /** - * Look for the keystore in classpaths using commons discovery - */ - DiscoverResources disc = new DiscoverResources(); - disc.addClassLoader(JDKHooks.getJDKHooks().getThreadContextClassLoader()); - disc.addClassLoader(loader); - ResourceIterator iterator = disc.findResources(location); - if (iterator.hasNext()) { - Resource resource = iterator.nextResource(); - is = resource.getResourceAsStream(); - } - } catch (java.lang.NoClassDefFoundError ex) { - /** - * Look for the keystore in classpaths using TCCL - */ - if (is == null) { - is = Loader.getResource(loader, location).openStream(); - } - } + InputStream is = Loader.getResource(loader, location).openStream(); /** * If we don't find it, then look on the file system. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 15 21:08:20 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23564 invoked from network); 15 Aug 2006 21:08:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Aug 2006 21:08:20 -0000 Received: (qmail 8506 invoked by uid 500); 15 Aug 2006 21:08:19 -0000 Delivered-To: [email protected] Received: (qmail 8453 invoked by uid 500); 15 Aug 2006 21:08:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 8442 invoked by uid 500); 15 Aug 2006 21:08:19 -0000 Delivered-To: [email protected] Received: (qmail 8438 invoked by uid 99); 15 Aug 2006 21:08:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Aug 2006 14:08:19 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Aug 2006 14:08:18 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 2DAE91A981D; Tue, 15 Aug 2006 14:07:58 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r431703 - in /webservices/wss4j/trunk: legal/LICENSE.commons-discovery lib/commons-discovery-0.2.jar Date: Tue, 15 Aug 2006 21:07:57 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: dims Date: Tue Aug 15 14:07:57 2006 New Revision: 431703 URL: http://svn.apache.org/viewvc?rev=431703&view=rev Log: oops! need it for testing as axis 1.x depends on it" Added: webservices/wss4j/trunk/legal/LICENSE.commons-discovery webservices/wss4j/trunk/lib/commons-discovery-0.2.jar (with props) Added: webservices/wss4j/trunk/legal/LICENSE.commons-discovery URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/legal/LICENSE.commons-discovery?rev=431703&view=auto ============================================================================== --- webservices/wss4j/trunk/legal/LICENSE.commons-discovery (added) +++ webservices/wss4j/trunk/legal/LICENSE.commons-discovery Tue Aug 15 14:07:57 2006 @@ -0,0 +1,54 @@ +/* + * The Apache Software License, Version 1.1 + * + * Copyright (c) 1999-2001 The Apache Software Foundation. All rights + * reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. The end-user documentation included with the redistribution, if + * any, must include the following acknowlegement: + * "This product includes software developed by the + * Apache Software Foundation (http://www.apache.org/)." + * Alternately, this acknowlegement may appear in the software itself, + * if and wherever such third-party acknowlegements normally appear. + * + * 4. The names "The Jakarta Project", "Commons", and "Apache Software + * Foundation" must not be used to endorse or promote products derived + * from this software without prior written permission. For written + * permission, please contact [email protected]. + * + * 5. Products derived from this software may not be called "Apache" + * nor may "Apache" appear in their names without prior written + * permission of the Apache Group. + * + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF + * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * ==================================================================== + * + * This software consists of voluntary contributions made by many + * individuals on behalf of the Apache Software Foundation. For more + * information on the Apache Software Foundation, please see + * <http://www.apache.org/>. + * + */ Added: webservices/wss4j/trunk/lib/commons-discovery-0.2.jar URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/lib/commons-discovery-0.2.jar?rev=431703&view=auto ============================================================================== Binary file - no diff available. Propchange: webservices/wss4j/trunk/lib/commons-discovery-0.2.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 16 15:01:45 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95654 invoked from network); 16 Aug 2006 15:01:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Aug 2006 15:01:45 -0000 Received: (qmail 24880 invoked by uid 500); 16 Aug 2006 15:01:43 -0000 Delivered-To: [email protected] Received: (qmail 24833 invoked by uid 500); 16 Aug 2006 15:01:43 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 24821 invoked by uid 99); 16 Aug 2006 15:01:43 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2006 08:01:43 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO smtpde02.sap-ag.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2006 08:01:42 -0700 Received: from sap-ag.de (smtpde02) by smtpde02.sap-ag.de (out) with ESMTP id RAA04502 for <[email protected]>; Wed, 16 Aug 2006 17:01:19 +0200 (MESZ) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: WS security header order problem Date: Wed, 16 Aug 2006 16:58:28 +0200 Message-ID: <[email protected]> Thread-Topic: WS security header order problem Thread-Index: AcbBRG7cZhC5brp5RSOm2XkvBg94Jg== From: "Long, Hai" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 16 Aug 2006 14:58:28.0062 (UTC) FILETIME=[6E63F7E0:01C6C144] X-SAP: out X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, I have a problem about the security header order. In the OASIS is recommended that if Sign Encryption is used, the order in WS header should looks like 1. Order (Sign+Encyption) <wsse:Security> header [encryption element] [signature element] If the Encryption Sign is used, the order should be 2. Order (Encryption+Sign) <wsse:Security> header [signature element] [encryption element] But this is just one recommendation but a muss in the spec. How can I deal with Sing+Encrypted message but with second order in the Header. Is it possible to communicate this kind of application with WSS4J? I get always validation problem, since the wss4j try to validate it before decrypt the [email protected]. Thanks for Help. Regards, Hai --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 17 05:59:28 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84015 invoked from network); 17 Aug 2006 05:59:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Aug 2006 05:59:28 -0000 Received: (qmail 93404 invoked by uid 500); 17 Aug 2006 05:59:27 -0000 Delivered-To: [email protected] Received: (qmail 93369 invoked by uid 500); 17 Aug 2006 05:59:26 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 93358 invoked by uid 99); 17 Aug 2006 05:59:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2006 22:59:26 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO lizzard.sbs.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2006 22:59:25 -0700 Received: from mail2.sbs.de (localhost [161.129.204.104]) by lizzard.sbs.de (8.12.6/8.12.6) with ESMTP id k7H5x2Tt011874; Thu, 17 Aug 2006 07:59:02 +0200 Received: from fthw9xoa.ww002.siemens.net (fthw9xoa.ww002.siemens.net [161.129.204.104]) by mail2.sbs.de (8.12.6/8.12.6) with ESMTP id k7H5x2ZF010898; Thu, 17 Aug 2006 07:59:02 +0200 Received: from MCHP7I5A.ww002.siemens.net ([161.129.204.104]) by fthw9xoa.ww002.siemens.net with Microsoft SMTPSVC651.232.9545); Thu, 17 Aug 2006 07:59:02 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: AW: WS security header order problem Date: Thu, 17 Aug 2006 07:59:00 +0200 Message-ID: <[email protected]> In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: WS security header order problem Thread-Index: AcbBRG7cZhC5brp5RSOm2XkvBg94JgAfGrCA From: "Dittmann, Werner" <[email protected]> To: "Long, Hai" <[email protected]>, <[email protected]> X-OriginalArrivalTime: 17 Aug 2006 05:59:02.0210 (UTC) FILETIME=[3D40A220:01C6C1C2] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, wlle, that depends what you like to do: as I understand it then you would like to encrypt and sign an element (the same element). here you have to options: - sign the clear data, then encrypt. This is what you describe as your fist ordering. or - encrypt first, then sign the encrypted data. IMHO this is what you describe as the second ordering=20 The first option signs the encrypted data, any modification on the encrypted data will be detected. The receiver has to verify the Signature over the encrypted data. For the second option you have to decrypt first, then you can verify the signature. The ordering of the security headers reflects these dependencies. As for WSS4J 1.x this ordering is required because WSS4J 1.x performs the security methods in the same order as they apear in the header. Regards, Werner > -----Urspr=FCngliche Nachricht----- > Von: Long, Hai [mailto:[email protected]]=20 > Gesendet: Mittwoch, 16. August 2006 16:58 > An: [email protected] > Betreff: WS security header order problem >=20 > Hello, >=20 > I have a problem about the security header order. In the OASIS is > recommended that if Sign Encryption is used, the order in WS header > should looks like > 1. Order (Sign+Encyption) > <wsse:Security> header > [encryption element] > [signature element] >=20 > If the Encryption Sign is used, the order should be > 2. Order (Encryption+Sign) > <wsse:Security> header > [signature element] > [encryption element] >=20 > But this is just one recommendation but a muss in the spec. How can I > deal with Sing+Encrypted message but with second order in the=20 > Header. Is > it possible to communicate this kind of application with WSS4J? I get > always validation problem, since the wss4j try to validate it before > decrypt the [email protected]. >=20 > Thanks for Help. >=20 > Regards, > Hai >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >=20 >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 17 10:04:38 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50201 invoked from network); 17 Aug 2006 10:04:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Aug 2006 10:04:37 -0000 Received: (qmail 68022 invoked by uid 500); 17 Aug 2006 10:04:37 -0000 Delivered-To: [email protected] Received: (qmail 67662 invoked by uid 500); 17 Aug 2006 10:04:35 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 67643 invoked by uid 99); 17 Aug 2006 10:04:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Aug 2006 03:04:34 -0700 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO smtp5.smtp.bt.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Aug 2006 03:04:32 -0700 Received: from i2kc08-ukbr.domain1.systemhost.net ([161.129.204.104]) by smtp5.smtp.bt.com with Microsoft SMTPSVC651.232.9545); Thu, 17 Aug 2006 11:04:09 +0100 Received: from E03MVX1-UKDY.domain1.systemhost.net ([161.129.204.104]) by i2kc08-ukbr.domain1.systemhost.net with Microsoft SMTPSVC(6.0.3790.211); Thu, 17 Aug 2006 11:04:08 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Problem in signing SOAP request Date: Thu, 17 Aug 2006 11:04:03 +0100 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problem in signing SOAP request Thread-Index: AcbB5HgbA3wxM405TLC0tyK/wayf5Q== From: <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 17 Aug 2006 10:04:08.0392 (UTC) FILETIME=[7AD1EC80:01C6C1E4] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I am trying to sign a SOAP request (axis) using wss4j + xmlsec = libraries. Following is my client code: void addSignature(SOAPHeaderElement secHeader) { WSSecSignature secSign =3D new WSSecSignature(); secSign.setUserInfo("1","password"); secSign.setSignatureAlgorithm(WSConstants.RSA); =09 secSign.setKeyIdentifierType(WSConstants.BST_DIRECT_REFERENCE); =09 WSSecHeader wssh =3D new WSSecHeader(); wssh.setMustUnderstand(true); wssh.insertSecurityHeader(secHeader.getOwnerDocument()); =09 =09 try { =09 = secSign.build(secHeader.getOwnerDocument(),CryptoFactory.getInstance(),ws= sh); } catch (WSSecurityException e) { // TODO Auto-generated catch block e.printStackTrace(); } =20 .... However, i am getting the following exception : org.apache.ws.security.WSSecurityException: Signature creation failed = (Cannot setup signature data structure) at = org.apache.ws.security.message.WSSecSignature.prepare(WSSecSignature.java= :323) at = org.apache.ws.security.message.WSSecSignature.build(WSSecSignature.java:6= 43) ...(others) On debugging, i found the original exception to be: org.apache.xml.security.exceptions.XMLSecurityException: Cannot create a = http://www.w3.org/2000/09/xmldsig#:ds:SignatureMethod from a = http://www.w3.org/2000/09/xmldsig#:SignatureMethod element Can someone tell me where the problem is?=20 Further, in order to do away with these errors for now i made some = changes in xml-sec source (Some different method calls in a few = classes). The above error went away, but now i am getting this: org.apache.ws.security.WSSecurityException: Signature creation failed; = nested exception is:=20 java.lang.NullPointerException at = org.apache.ws.security.message.WSSecSignature.computeSignature(WSSecSigna= ture.java:606) at = org.apache.ws.security.message.WSSecSignature.build(WSSecSignature.java:6= 68) at test.SecurityHandler.addSignature(SecurityHandler.java:131) at test.SecurityHandler.invoke(SecurityHandler.java:69) at = org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.ja= va:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.client.AxisClient.invoke(AxisClient.java:121) at org.apache.axis.client.Call.invokeEngine(Call.java:2784) at org.apache.axis.client.Call.invoke(Call.java:2767) at org.apache.axis.client.Call.invoke(Call.java:2443) at org.apache.axis.client.Call.invoke(Call.java:2366) at org.apache.axis.client.Call.invoke(Call.java:1812) at = com.bt.platform.sdk.web.messagingandpresence.MessagingAndPresenceSoapBind= ingStub.signon(MessagingAndPresenceSoapBindingStub.java:1893) at test.TestPresence.main(TestPresence.java:33) Caused by: java.lang.NullPointerException at = org.apache.ws.security.util.WSSecurityUtil.getSOAPConstants(WSSecurityUti= l.java:672) at = org.apache.ws.security.message.EnvelopeIdResolver.engineResolve(EnvelopeI= dResolver.java:100) at = org.apache.xml.security.utils.resolver.ResourceResolver.resolve(ResourceR= esolver.java:246) at = org.apache.xml.security.signature.Reference.getContentsBeforeTransformati= on(Reference.java:405) at = org.apache.xml.security.signature.Reference.dereferenceURIandPerformTrans= forms(Reference.java:617) at = org.apache.xml.security.signature.Reference.calculateDigest(Reference.jav= a:694) at = org.apache.xml.security.signature.Reference.generateDigestValue(Reference= .java:366) at = org.apache.xml.security.signature.Manifest.generateDigestValues(Manifest.= java:180) at = org.apache.xml.security.signature.XMLSignature.sign(XMLSignature.java:491= ) at = org.apache.ws.security.message.WSSecSignature.computeSignature(WSSecSigna= ture.java:599) Can someone please help me out? Thanks, Rohit Ranjan. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 17 15:06:59 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66495 invoked from network); 17 Aug 2006 15:06:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Aug 2006 15:06:58 -0000 Received: (qmail 85722 invoked by uid 500); 17 Aug 2006 15:06:57 -0000 Delivered-To: [email protected] Received: (qmail 85673 invoked by uid 500); 17 Aug 2006 15:06:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 85662 invoked by uid 99); 17 Aug 2006 15:06:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Aug 2006 08:06:56 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO smtpde03.sap-ag.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Aug 2006 08:06:55 -0700 Received: from sap-ag.de (smtpde03) by smtpde03.sap-ag.de (out) with ESMTP id RAA18602; Thu, 17 Aug 2006 17:06:31 +0200 (MESZ) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Timestamp configuration Date: Thu, 17 Aug 2006 17:03:37 +0200 Message-ID: <[email protected]> In-reply-to: <[email protected]> Thread-Topic: Timestamp configuration Thread-Index: Aca/sUV71GDMZjEBSyWFOiSc/GNr7ACXI5TQ From: "Long, Hai" <[email protected]> To: "Ruchith Fernando" <[email protected]> Cc: <[email protected]> X-OriginalArrivalTime: 17 Aug 2006 15:03:36.0250 (UTC) FILETIME=[507F79A0:01C6C20E] X-SAP: out X-SAP: out X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello Ruchith, Do you know how can I sign the timestamp in WSS4J? Per default is the timestamp in security header just added as clear text and will not be signed automatically. Can I use the signatureParts for the header?=20 Best regards, Hai -----Original Message----- From: Ruchith Fernando [mailto:[email protected]]=20 Sent: Montag, 14. August 2006 16:52 To: Long, Hai Cc: [email protected] Subject: Re: Timestamp configuration Hi Hai, Please try using "timeToLive" to set the value parameter in the case of Axis1.x handlers. The value of this has to be set in terms of seconds. Thanks, Ruchith On 8/14/06, Long, Hai <[email protected]> wrote: > Hello, > > Can someone tell me how to configure the timestamp in wss4j. I think the > default value is 5 sec. How can I configure it to like 5 minutes? Thanks > for help. > > Best regards, > Hai > > > SAP Systems Integration AG > Standort Ratingen > Am Schimmersfeld 5 > D-40880 Ratingen > Tel. : 651.232.9545 > Tel. : 651.232.9545 > Mobil: 651.232.9545 > Fax : 651.232.9545 > > E [email protected] > A www.sap-si.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --=20 www.ruchith.org --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 17 16:29:30 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96129 invoked from network); 17 Aug 2006 16:29:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Aug 2006 16:29:30 -0000 Received: (qmail 43542 invoked by uid 500); 17 Aug 2006 16:29:21 -0000 Delivered-To: [email protected] Received: (qmail 43462 invoked by uid 500); 17 Aug 2006 16:29:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 43437 invoked by uid 99); 17 Aug 2006 16:29:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Aug 2006 09:29:20 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO mclniron01-ext.bah.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Aug 2006 09:29:18 -0700 Received: from bahmail.bah.com (HELO mclnexbh02.resource.ds.bah.com) ([161.129.204.104]) by mclniron01-ext.bah.com with ESMTP; 17 Aug 2006 12:28:53 -0400 x-SBRS: None X-REMOTE-IP: 161.129.204.104 X-IronPort-AV: i="4.08,138,1154923200"; d="scan'208"; a="64495464:sNHT25072444" Received: from MCLNEXVS03.resource.ds.bah.com ([161.129.204.104]) by mclnexbh02.resource.ds.bah.com with Microsoft SMTPSVC651.232.9545); Thu, 17 Aug 2006 12:28:52 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Timestamp configuration Date: Thu, 17 Aug 2006 12:27:57 -0400 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Timestamp configuration Thread-Index: Aca/sUV71GDMZjEBSyWFOiSc/GNr7ACXI5TQAAKyBaA= From: "Maxwell Scott" <[email protected]> To: "Long, Hai" <[email protected]>, "Ruchith Fernando" <[email protected]> Cc: <[email protected]> X-OriginalArrivalTime: 17 Aug 2006 16:28:52.0784 (UTC) FILETIME=[3A309B00:01C6C21A] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hai, Yes, signatureParts is the way to do this. The following parameter value will sign the Timestamp, an included SAML 1.0 Assertion, and the Body of the envelope with a single signature. Of course the Timestamp and Assertion (in this case) have to be present before the signature action is invoked, or it will throw an exception. <parameter name=3D"signatureParts" value=3D"{Element}{http://docs.oasis-open.org/wss/2004/01/oasis-200401-ws= s -wssecurity-utility-1.0.xsd}Timestamp;{Element}{urn:oasis:names:tc:SAML: 1.0:assertion}Assertion;{}{http://schemas.xmlsoap.org/soap/envelope/}Bod y" /> {Element} directs the entire element to be signed, while {Content} or {} (default) directs that just the contents of the element be signed. --Scott -----Original Message----- From: Long, Hai [mailto:[email protected]]=20 Sent: Thursday, August 17, 2006 8:04 AM To: Ruchith Fernando Cc: [email protected] Subject: RE: Timestamp configuration Hello Ruchith, Do you know how can I sign the timestamp in WSS4J? Per default is the timestamp in security header just added as clear text and will not be signed automatically. Can I use the signatureParts for the header?=20 Best regards, Hai -----Original Message----- From: Ruchith Fernando [mailto:[email protected]] Sent: Montag, 14. August 2006 16:52 To: Long, Hai Cc: [email protected] Subject: Re: Timestamp configuration Hi Hai, Please try using "timeToLive" to set the value parameter in the case of Axis1.x handlers. The value of this has to be set in terms of seconds. Thanks, Ruchith On 8/14/06, Long, Hai <[email protected]> wrote: > Hello, > > Can someone tell me how to configure the timestamp in wss4j. I think the > default value is 5 sec. How can I configure it to like 5 minutes? Thanks > for help. > > Best regards, > Hai > > > SAP Systems Integration AG > Standort Ratingen > Am Schimmersfeld 5 > D-40880 Ratingen > Tel. : 651.232.9545 > Tel. : 651.232.9545 > Mobil: 651.232.9545 > Fax : 651.232.9545 > > E [email protected] > A www.sap-si.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- www.ruchith.org --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 18 09:16:37 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1659 invoked from network); 18 Aug 2006 09:16:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Aug 2006 09:16:36 -0000 Received: (qmail 59478 invoked by uid 500); 18 Aug 2006 09:16:35 -0000 Delivered-To: [email protected] Received: (qmail 59152 invoked by uid 500); 18 Aug 2006 09:16:34 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 59140 invoked by uid 99); 18 Aug 2006 09:16:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Aug 2006 02:16:34 -0700 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO smtp1.smtp.bt.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Aug 2006 02:16:30 -0700 Received: from i2kc06-ukbr.domain1.systemhost.net ([161.129.204.104]) by smtp1.smtp.bt.com with Microsoft SMTPSVC651.232.9545); Fri, 18 Aug 2006 10:16:07 +0100 Received: from E03MVX1-UKDY.domain1.systemhost.net ([161.129.204.104]) by i2kc06-ukbr.domain1.systemhost.net with Microsoft SMTPSVC(6.0.3790.211); Fri, 18 Aug 2006 10:16:05 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Problem in signing SOAP request Date: Fri, 18 Aug 2006 10:14:47 +0100 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problem in signing SOAP request Thread-Index: AcbB5HgbA3wxM405TLC0tyK/wayf5QAwkgYS References: <[email protected]> From: <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 18 Aug 2006 09:16:05.0694 (UTC) FILETIME=[EF02DDE0:01C6C2A6] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Got my mistake, i was not taking out the document object from = SOAPEnvelope as env.getAsDocument(). It is signing the request now.=20 -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Thu 8/17/2006 3:34 PM To: [email protected] Subject: Problem in signing SOAP request =20 Hi, I am trying to sign a SOAP request (axis) using wss4j + xmlsec = libraries. Following is my client code: void addSignature(SOAPHeaderElement secHeader) { WSSecSignature secSign =3D new WSSecSignature(); secSign.setUserInfo("1","password"); secSign.setSignatureAlgorithm(WSConstants.RSA); =09 secSign.setKeyIdentifierType(WSConstants.BST_DIRECT_REFERENCE); =09 WSSecHeader wssh =3D new WSSecHeader(); wssh.setMustUnderstand(true); wssh.insertSecurityHeader(secHeader.getOwnerDocument()); =09 =09 try { =09 = secSign.build(secHeader.getOwnerDocument(),CryptoFactory.getInstance(),ws= sh); } catch (WSSecurityException e) { // TODO Auto-generated catch block e.printStackTrace(); } =20 .... However, i am getting the following exception : org.apache.ws.security.WSSecurityException: Signature creation failed = (Cannot setup signature data structure) at = org.apache.ws.security.message.WSSecSignature.prepare(WSSecSignature.java= :323) at = org.apache.ws.security.message.WSSecSignature.build(WSSecSignature.java:6= 43) ...(others) On debugging, i found the original exception to be: org.apache.xml.security.exceptions.XMLSecurityException: Cannot create a = http://www.w3.org/2000/09/xmldsig#:ds:SignatureMethod from a = http://www.w3.org/2000/09/xmldsig#:SignatureMethod element Can someone tell me where the problem is?=20 Further, in order to do away with these errors for now i made some = changes in xml-sec source (Some different method calls in a few = classes). The above error went away, but now i am getting this: org.apache.ws.security.WSSecurityException: Signature creation failed; = nested exception is:=20 java.lang.NullPointerException at = org.apache.ws.security.message.WSSecSignature.computeSignature(WSSecSigna= ture.java:606) at = org.apache.ws.security.message.WSSecSignature.build(WSSecSignature.java:6= 68) at test.SecurityHandler.addSignature(SecurityHandler.java:131) at test.SecurityHandler.invoke(SecurityHandler.java:69) at = org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.ja= va:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.client.AxisClient.invoke(AxisClient.java:121) at org.apache.axis.client.Call.invokeEngine(Call.java:2784) at org.apache.axis.client.Call.invoke(Call.java:2767) at org.apache.axis.client.Call.invoke(Call.java:2443) at org.apache.axis.client.Call.invoke(Call.java:2366) at org.apache.axis.client.Call.invoke(Call.java:1812) at = com.bt.platform.sdk.web.messagingandpresence.MessagingAndPresenceSoapBind= ingStub.signon(MessagingAndPresenceSoapBindingStub.java:1893) at test.TestPresence.main(TestPresence.java:33) Caused by: java.lang.NullPointerException at = org.apache.ws.security.util.WSSecurityUtil.getSOAPConstants(WSSecurityUti= l.java:672) at = org.apache.ws.security.message.EnvelopeIdResolver.engineResolve(EnvelopeI= dResolver.java:100) at = org.apache.xml.security.utils.resolver.ResourceResolver.resolve(ResourceR= esolver.java:246) at = org.apache.xml.security.signature.Reference.getContentsBeforeTransformati= on(Reference.java:405) at = org.apache.xml.security.signature.Reference.dereferenceURIandPerformTrans= forms(Reference.java:617) at = org.apache.xml.security.signature.Reference.calculateDigest(Reference.jav= a:694) at = org.apache.xml.security.signature.Reference.generateDigestValue(Reference= .java:366) at = org.apache.xml.security.signature.Manifest.generateDigestValues(Manifest.= java:180) at = org.apache.xml.security.signature.XMLSignature.sign(XMLSignature.java:491= ) at = org.apache.ws.security.message.WSSecSignature.computeSignature(WSSecSigna= ture.java:599) Can someone please help me out? Thanks, Rohit Ranjan. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Aug 20 01:17:05 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59460 invoked from network); 20 Aug 2006 01:17:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Aug 2006 01:17:04 -0000 Received: (qmail 10618 invoked by uid 500); 20 Aug 2006 01:17:03 -0000 Delivered-To: [email protected] Received: (qmail 10553 invoked by uid 500); 20 Aug 2006 01:17:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 10542 invoked by uid 500); 20 Aug 2006 01:17:03 -0000 Delivered-To: [email protected] Received: (qmail 10538 invoked by uid 99); 20 Aug 2006 01:17:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Aug 2006 18:17:03 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Aug 2006 18:17:02 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 6CA231A981A; Sat, 19 Aug 2006 18:16:42 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r432919 - /webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/AbstractCrypto.java Date: Sun, 20 Aug 2006 01:16:41 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: dims Date: Sat Aug 19 18:16:39 2006 New Revision: 432919 URL: http://svn.apache.org/viewvc?rev=432919&view=rev Log: if you can't find it in the class loader, then try the file system Modified: webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/AbstractCrypto.java Modified: webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/AbstractCrypto.java URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/AbstractCrypto.java?rev=432919&r1=432918&r2=432919&view=diff ============================================================================== --- webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/AbstractCrypto.java (original) +++ webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/AbstractCrypto.java Sat Aug 19 18:16:39 2006 @@ -86,8 +86,14 @@ } this.properties = properties; String location = this.properties.getProperty("org.apache.ws.security.crypto.merlin.file"); - - InputStream is = Loader.getResource(loader, location).openStream(); + + InputStream is = null; + java.net.URL url = Loader.getResource(loader, location); + if(url != null) { + is = url.openStream(); + } else { + is = new java.io.FileInputStream(location); + } /** * If we don't find it, then look on the file system. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 21 07:35:31 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7813 invoked from network); 21 Aug 2006 07:35:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Aug 2006 07:35:28 -0000 Received: (qmail 64452 invoked by uid 500); 21 Aug 2006 07:35:25 -0000 Delivered-To: [email protected] Received: (qmail 64350 invoked by uid 500); 21 Aug 2006 07:35:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 64284 invoked by uid 99); 21 Aug 2006 07:35:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Aug 2006 00:35:24 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Aug 2006 00:35:23 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 833BF41000B for <[email protected]>; Mon, 21 Aug 2006 07:32:15 +0000 (GMT) Message-ID: <32777730.1156145535534.JavaMail.jira@brutus> Date: Mon, 21 Aug 2006 00:32:15 -0700 (PDT) From: "Dennis Sosnoski (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (WSS-48) EnvelopeIdResolver does not use namespace-sensitive queries In-Reply-To: <18140199.1152630989807.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/WSS-48?page=comments#action_12429353 ] Dennis Sosnoski commented on WSS-48: ------------------------------------ I also ran into this, and fixed it independently. I was surprised that this has apparently not been tested, since it seems like you'd run into this with any of the standard examples from the WSS documentation. > EnvelopeIdResolver does not use namespace-sensitive queries > ----------------------------------------------------------- > > Key: WSS-48 > URL: http://issues.apache.org/jira/browse/WSS-48 > Project: WSS4J > Issue Type: Bug > Reporter: Fred Dushin > Assigned To: Davanum Srinivas > Attachments: EnvelopeIdResolver.patch > > > The EnvelopeIdResolver searched for a wsi:id in a cryptographically protected SOAPElement, and then calls the DOM Level1 getAttribute call on the element, providing only the localname of the wsu:Id qname. This causes some Saaj implementations to fail to locate the wsu:Id attribute, since it is namespace-qualified. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 21 08:25:47 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 20895 invoked from network); 21 Aug 2006 08:25:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Aug 2006 08:25:47 -0000 Received: (qmail 29611 invoked by uid 500); 21 Aug 2006 08:25:45 -0000 Delivered-To: [email protected] Received: (qmail 29561 invoked by uid 500); 21 Aug 2006 08:25:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 29550 invoked by uid 99); 21 Aug 2006 08:25:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Aug 2006 01:25:45 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO sosnoski.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Aug 2006 01:25:44 -0700 Received: from [161.129.204.104] (222-152-82-27.jetstream.xtra.co.nz [161.129.204.104]) (authenticated bits=0) by sosnoski.com (8.12.10/8.12.10) with ESMTP id k7L8PLR7026641 for <[email protected]>; Mon, 21 Aug 2006 04:25:23 -0400 Message-ID: <[email protected]> Date: Mon, 21 Aug 2006 20:25:20 +1200 From: Dennis Sosnoski <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20060516) MIME-Version: 1.0 To: [email protected] Subject: Unable to build 1.5 distribution Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I tried building 1.5 from source in order to get around the problem http://issues.apache.org/jira/browse/WSS-48 I get consistent build failures from wssec.PackageTests, though. The test report says: <error type="java.lang.reflect.InvocationTargetException">java.lang.reflect.InvocationTargetException Caused by: java.lang.ExceptionInInitializerError at java.lang.reflect.Constructor.newInstance(Constructor.java:494) at wssec.PackageTests.suite(PackageTests.java:52) ... 7 more Caused by: java.lang.RuntimeException: org.apache.ws.security.components.crypto.Merlin cannot create instance at org.apache.ws.security.components.crypto.CryptoFactory.loadClass(CryptoFactory.java:155) at org.apache.ws.security.components.crypto.CryptoFactory.loadClass(CryptoFactory.java:119) at org.apache.ws.security.components.crypto.CryptoFactory.getInstance(CryptoFactory.java:101) at org.apache.ws.security.components.crypto.CryptoFactory.getInstance(CryptoFactory.java:54) at wssec.TestWSSecurityNew.&lt;clinit&gt;(TestWSSecurityNew.java:55) ... 16 more </error> <system-out><![CDATA[]]></system-out> <system-err><![CDATA[java.io.IOException: exception unwrapping private key - java.security.InvalidKeyException: Illegal key size at org.bouncycastle.jce.provider.JDKPKCS12KeyStore.unwrapKey(Unknown Source) at org.bouncycastle.jce.provider.JDKPKCS12KeyStore.engineLoad(Unknown Source) at java.security.KeyStore.load(KeyStore.java:1150) at org.apache.ws.security.components.crypto.AbstractCrypto.load(AbstractCrypto.java:525) ... I unzipped the bin, src, and otherjars distributions before trying to build with Ant. Is there something else I need to do? - Dennis -- Dennis M. Sosnoski SOA, Web Services, and XML Training and Consulting http://www.sosnoski.com - http://www.sosnoski.co.nz Seattle, WA 651.232.9545 - Wellington, NZ 651.232.9545 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 21 09:12:01 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30083 invoked from network); 21 Aug 2006 09:12:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Aug 2006 09:12:00 -0000 Received: (qmail 78261 invoked by uid 500); 21 Aug 2006 09:11:59 -0000 Delivered-To: [email protected] Received: (qmail 78111 invoked by uid 500); 21 Aug 2006 09:11:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 78100 invoked by uid 500); 21 Aug 2006 09:11:58 -0000 Delivered-To: [email protected] Received: (qmail 78097 invoked by uid 99); 21 Aug 2006 09:11:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Aug 2006 02:11:58 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Aug 2006 02:11:58 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id ABB401A981A; Mon, 21 Aug 2006 02:11:37 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r433201 - /webservices/wss4j/trunk/src/org/apache/ws/security/message/EnvelopeIdResolver.java Date: Mon, 21 Aug 2006 09:11:36 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: ruchithf Date: Mon Aug 21 02:11:34 2006 New Revision: 433201 URL: http://svn.apache.org/viewvc?rev=433201&view=rev Log: Applying patch from Fred Dushin to fix WSS-48 Modified: webservices/wss4j/trunk/src/org/apache/ws/security/message/EnvelopeIdResolver.java Modified: webservices/wss4j/trunk/src/org/apache/ws/security/message/EnvelopeIdResolver.java URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/src/org/apache/ws/security/message/EnvelopeIdResolver.java?rev=433201&r1=433200&r2=433201&view=diff ============================================================================== --- webservices/wss4j/trunk/src/org/apache/ws/security/message/EnvelopeIdResolver.java (original) +++ webservices/wss4j/trunk/src/org/apache/ws/security/message/EnvelopeIdResolver.java Mon Aug 21 02:11:34 2006 @@ -115,7 +115,7 @@ if (!id.equals(cId)) { cId = null; if ((selectedElem = WSSecurityUtil.getElementByWsuId(doc, uriNodeValue)) != null) { - cId = selectedElem.getAttribute("Id"); + cId = selectedElem.getAttributeNS(WSConstants.WSU_NS,"Id"); } else if ((selectedElem = WSSecurityUtil.getElementByGenId(doc, uriNodeValue)) != null) { cId = selectedElem.getAttribute("Id"); } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 21 09:28:23 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33285 invoked from network); 21 Aug 2006 09:28:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Aug 2006 09:28:22 -0000 Received: (qmail 97341 invoked by uid 500); 21 Aug 2006 09:28:21 -0000 Delivered-To: [email protected] Received: (qmail 97134 invoked by uid 500); 21 Aug 2006 09:28:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 97118 invoked by uid 99); 21 Aug 2006 09:28:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Aug 2006 02:28:20 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Aug 2006 02:28:18 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id BD7FB7142C9 for <[email protected]>; Mon, 21 Aug 2006 09:25:15 +0000 (GMT) Message-ID: <23492535.1156152315773.JavaMail.jira@brutus> Date: Mon, 21 Aug 2006 02:25:15 -0700 (PDT) From: "Ruchith Udayanga Fernando (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (WSS-48) EnvelopeIdResolver does not use namespace-sensitive queries In-Reply-To: <18140199.1152630989807.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/WSS-48?page=all ] Ruchith Udayanga Fernando resolved WSS-48. ------------------------------------------ Resolution: Fixed Applied patch from Fred Dushin. SVN revision : 433201 Thanks, Ruchith > EnvelopeIdResolver does not use namespace-sensitive queries > ----------------------------------------------------------- > > Key: WSS-48 > URL: http://issues.apache.org/jira/browse/WSS-48 > Project: WSS4J > Issue Type: Bug > Reporter: Fred Dushin > Assigned To: Davanum Srinivas > Attachments: EnvelopeIdResolver.patch > > > The EnvelopeIdResolver searched for a wsi:id in a cryptographically protected SOAPElement, and then calls the DOM Level1 getAttribute call on the element, providing only the localname of the wsu:Id qname. This causes some Saaj implementations to fail to locate the wsu:Id attribute, since it is namespace-qualified. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 21 09:30:21 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33628 invoked from network); 21 Aug 2006 09:30:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Aug 2006 09:30:21 -0000 Received: (qmail 99238 invoked by uid 500); 21 Aug 2006 09:30:20 -0000 Delivered-To: [email protected] Received: (qmail 98886 invoked by uid 500); 21 Aug 2006 09:30:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 98875 invoked by uid 99); 21 Aug 2006 09:30:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Aug 2006 02:30:19 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Aug 2006 02:30:18 -0700 Received: by nf-out-0910.google.com with SMTP id x29so2900719nfb for <[email protected]>; Mon, 21 Aug 2006 02:29:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fBRX+R01vOZz3Xww52NEIPkxJOgwPG4xs2PXM0yQVm3pnai40zMWyGTXiK2QBViAhJkR6bUZdhwly3JnkcZF8+W0jcH7zTxismn1DfcdzmtVsu/Og9QKXYUJ9lPc7tfUkFxinG2Kt7IYoZPNeeaV3q1PEqGM7F1GmmscKtMRKnQ= Received: by 161.129.204.104 with SMTP id g3mr7457041nfj; Mon, 21 Aug 2006 02:29:57 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 21 Aug 2006 02:29:57 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 21 Aug 2006 14:59:57 +0530 From: "Ruchith Fernando" <[email protected]> To: "Dennis Sosnoski" <[email protected]> Subject: Re: Unable to build 1.5 distribution Cc: [email protected] In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Dennis, Please install Unlimited Strength Jurisdiction Policy Files. Thanks, Ruchith On 8/21/06, Dennis Sosnoski <[email protected]> wrote: > I tried building 1.5 from source in order to get around the problem > http://issues.apache.org/jira/browse/WSS-48 I get consistent build > failures from wssec.PackageTests, though. The test report says: > > <error > type="java.lang.reflect.InvocationTargetException">java.lang.reflect.InvocationTargetException > Caused by: java.lang.ExceptionInInitializerError > at java.lang.reflect.Constructor.newInstance(Constructor.java:494) > at wssec.PackageTests.suite(PackageTests.java:52) > ... 7 more > Caused by: java.lang.RuntimeException: > org.apache.ws.security.components.crypto.Merlin cannot create instance > at > org.apache.ws.security.components.crypto.CryptoFactory.loadClass(CryptoFactory.java:155) > at > org.apache.ws.security.components.crypto.CryptoFactory.loadClass(CryptoFactory.java:119) > at > org.apache.ws.security.components.crypto.CryptoFactory.getInstance(CryptoFactory.java:101) > at > org.apache.ws.security.components.crypto.CryptoFactory.getInstance(CryptoFactory.java:54) > at wssec.TestWSSecurityNew.&lt;clinit&gt;(TestWSSecurityNew.java:55) > ... 16 more > </error> > <system-out><![CDATA[]]></system-out> > <system-err><![CDATA[java.io.IOException: exception unwrapping private > key - java.security.InvalidKeyException: Illegal key size > at org.bouncycastle.jce.provider.JDKPKCS12KeyStore.unwrapKey(Unknown > Source) > at > org.bouncycastle.jce.provider.JDKPKCS12KeyStore.engineLoad(Unknown Source) > at java.security.KeyStore.load(KeyStore.java:1150) > at > org.apache.ws.security.components.crypto.AbstractCrypto.load(AbstractCrypto.java:525) > ... > > I unzipped the bin, src, and otherjars distributions before trying to > build with Ant. Is there something else I need to do? > > - Dennis > > -- > Dennis M. Sosnoski > SOA, Web Services, and XML > Training and Consulting > http://www.sosnoski.com - http://www.sosnoski.co.nz > Seattle, WA 651.232.9545 - Wellington, NZ 651.232.9545 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- www.ruchith.org --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 22 13:27:41 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7945 invoked from network); 22 Aug 2006 13:27:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Aug 2006 13:27:41 -0000 Received: (qmail 13159 invoked by uid 500); 22 Aug 2006 13:27:40 -0000 Delivered-To: [email protected] Received: (qmail 13112 invoked by uid 500); 22 Aug 2006 13:27:39 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 13101 invoked by uid 99); 22 Aug 2006 13:27:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Aug 2006 06:27:39 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO outhub4.tibco.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Aug 2006 06:27:37 -0700 Received: from na-h-inhub2.tibco.com (tibco-5.tibco.com [161.129.204.104]) by outhub4.tibco.com (8.12.10/8.12.9) with ESMTP id k7MDRB3E006083 for <[email protected]>; Tue, 22 Aug 2006 06:27:17 -0700 (PDT) Received: from NA-PA-VBE02.na.tibco.com (na-pa-be03.tibco.com [161.129.204.104]) by na-h-inhub2.tibco.com (8.13.6/8.13.6) with ESMTP id k7MDRAL7000403 for <[email protected]>; Tue, 22 Aug 2006 06:27:10 -0700 (PDT) X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Simple example required Date: Tue, 22 Aug 2006 06:27:09 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Simple example required Thread-Index: AcbF7qtX/k7nSHvoT8ypTcWaGGaLpw== From: "Andrew Fielden" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I've looked at the WSS4J examples, but still don't fully understand how it fits together with calling a web service using Axis. I'd like to be able to add SAML tokens to a SOAP message, but I have a couple of basic questions: 1. The examples make use of a callback class to manipulate the SOAP message. How is this callback class registered, in the context of the example below. 2. The examples get a reference to the SOAP envelope object, but how do I obtain this, in the context of the example below. Thanks for any advice. 1 import org.apache.axis.client.Call; 2 import org.apache.axis.client.Service; 3 import javax.xml.namespace.QName; 4 =20 5 public class TestClient { 6 public static void main(String [] args) { 7 try { 8 String endpoint =3D 9 "http://ws.apache.org:5049/axis/services/echo"; 10 =20 11 Service service =3D new Service(); 12 Call call =3D (Call) service.createCall(); 13 =20 14 call.setTargetEndpointAddress( new java.net.URL(endpoint) ); 15 call.setOperationName(new QName("http://soapinterop.org/", echoString")); 16 =20 17 String ret =3D (String) call.invoke( new Object[] { "Hello!" } ); 18 =20 19 System.out.println("Sent 'Hello!', got '" + ret + "'"); 20 } catch (Exception e) { 21 System.err.println(e.toString()); 22 } 23 } 24 } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 24 09:28:11 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62491 invoked from network); 24 Aug 2006 09:28:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Aug 2006 09:28:11 -0000 Received: (qmail 61342 invoked by uid 500); 24 Aug 2006 09:28:10 -0000 Delivered-To: [email protected] Received: (qmail 60972 invoked by uid 500); 24 Aug 2006 09:28:09 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 60957 invoked by uid 99); 24 Aug 2006 09:28:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Aug 2006 02:28:08 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO talk.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Aug 2006 02:28:06 -0700 Received: from [161.129.204.104] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1GGBV3-0004pZ-CI for [email protected]; Thu, 24 Aug 2006 02:27:45 -0700 Message-ID: <[email protected]> Date: Thu, 24 Aug 2006 02:27:45 -0700 (PDT) From: Paulius <[email protected]> To: [email protected] Subject: Bad username/password in SOAP header 'null'/'null' MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi all, I am trying to get working a simple example to secure web services (using wss4j) that uses UsernameToken. I am following the steps which are on http://ws.apache.org/wss4j/apidocs/org/apache/ws/axis/security/package-summary.html. The server I use Websphere App Server 6.0.2. Axis deployment descriptor to insert a UsernameToken on the client (application) side looks like: <?xml version="1.0"?> <deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"> <transport name="http" pivot="java:org.apache.axis.transport.http.HTTPSender"/> <globalConfiguration> <requestFlow> <handler type="java:org.apache.ws.axis.security.WSDoAllSender"> <parameter name="action" value="UsernameToken"/> <parameter name="user" value="werner"/> <parameter name="passwordType" value="PasswordText"/> <parameter name="passwordCallbackClass" value="webservice.PWCallback"/> </handler> </requestFlow> </globalConfiguration> </deployment> Then SOAP request's header after invoking client looks like: ======================= <soapenv:Header> <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" soapenv:mustUnderstand="1"> <wsse:UsernameToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="UsernameToken-9706934"> <wsse:Username>werner</wsse:Username> <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">security</wsse:Password> </wsse:UsernameToken> </wsse:Security> <ns1:inHeader xmlns:ns1="http://remote.testmodel.util.curam" href="#id0"></ns1:inHeader> </soapenv:Header> ======================== The provided example in http://ws.apache.org/wss4j/apidocs/org/apache/ws/axis/security/package-summary.html mentions password callback class PWCallback1 which specified for the client. But there's no implementation example of it. I used the same callback class PWCallback for client and server side. My password callback class: ======================== package webservice; import java.io.IOException; import javax.security.auth.callback.Callback; import javax.security.auth.callback.CallbackHandler; import javax.security.auth.callback.UnsupportedCallbackException; import org.apache.ws.security.WSPasswordCallback; public class PWCallback implements CallbackHandler { private static final byte[] key = { (byte)0x31, (byte)0xfd, (byte)0xcb, (byte)0xda, (byte)0xfb, (byte)0xcd, (byte)0x6b, (byte)0xa8, (byte)0xe6, (byte)0x19, (byte)0xa7, (byte)0xbf, (byte)0x51, (byte)0xf7, (byte)0xc7, (byte)0x3e, (byte)0x80, (byte)0xae, (byte)0x98, (byte)0x51, (byte)0xc8, (byte)0x51, (byte)0x34, (byte)0x04, }; public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException { for (int i = 0; i < callbacks.length; i++) { if (callbacks[i] instanceof WSPasswordCallback) { WSPasswordCallback pc = (WSPasswordCallback) callbacks[i]; /* * here call a function/method to lookup the password for * the given identifier (e.g. a user name or keystore alias) * e.g.: pc.setPassword(passStore.getPassword(pc.getIdentfifier)) * for testing we supply a fixed name/fixed key here. */ if (pc.getUsage() == WSPasswordCallback.KEY_NAME) { pc.setKey(key); } else { pc.setPassword("security"); } } else { throw new UnsupportedCallbackException( callbacks[i], "Unrecognized Callback"); } } } } ======================== A deployment descriptor for the receiving handler look like (snippet from my server-config.wsdd) ============================ <service name="WebServicesTestBPO2" provider="java:TestmodelProvider"> <requestFlow> <handler type="java:org.apache.ws.axis.security.WSDoAllReceiver"> <parameter name="passwordCallbackClass" value="webservice.PWCallback"/> <parameter name="action" value="UsernameToken"/> </handler> </requestFlow> <parameter name="className" value="curam.util.testmodel.wsintf.WebServicesTestBPO2"/> <parameter name="allowedMethods" value="*"/> <parameter name="jndiURL" value="iiop://localhost:2809"/> <parameter name="jndiContextClass" value="com.ibm.websphere.naming.WsnInitialContextFactory"/> </service> ====================== Before adding the security part my web service test is working OK. Also I put some print outs and on the server side I see that password callback class is being invoked (I see it in the server logs). The error I get finally is: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException faultSubcode: faultString: Bad username/password in SOAP header 'null'/'null' faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}hostname:Kaya What I've done wrong? Thanks in advance Paulius -- View this message in context: http://www.nabble.com/Bad-username-password-in-SOAP-header-%27null%27-%27null%27-tf2157591.html#a5960510 Sent from the WSS4J [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 25 09:34:26 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92715 invoked from network); 25 Aug 2006 09:34:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Aug 2006 09:34:25 -0000 Received: (qmail 39011 invoked by uid 500); 25 Aug 2006 09:34:24 -0000 Delivered-To: [email protected] Received: (qmail 38941 invoked by uid 500); 25 Aug 2006 09:34:23 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 38930 invoked by uid 99); 25 Aug 2006 09:34:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Aug 2006 02:34:23 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO talk.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Aug 2006 02:34:23 -0700 Received: from [161.129.204.104] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1GGY4g-0003EA-Hm for [email protected]; Fri, 25 Aug 2006 02:34:02 -0700 Message-ID: <[email protected]> Date: Fri, 25 Aug 2006 02:34:02 -0700 (PDT) From: Paulius <[email protected]> To: [email protected] Subject: Re: Bad username/password in SOAP header 'null'/'null' In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Pease disregard my question. I found were the problem was. The problem was that for my working webservice the hook was defined and called during the process. This hook had access to the SOAP message and did some processing on it. As the message had been modified after securing it, the hook processed the modified SOAP differently and thrown the exeption ' Bad username/password in SOAP header 'null'/'null'' . So the exception had been thrown by my own implemented hook. Sorry if somebody started to look into it, Thanks, Paulius -- View this message in context: http://www.nabble.com/Bad-username-password-in-SOAP-header-%27null%27-%27null%27-tf2157591.html#a5980306 Sent from the WSS4J [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Aug 26 12:14:44 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31255 invoked from network); 26 Aug 2006 12:14:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Aug 2006 12:14:43 -0000 Received: (qmail 70711 invoked by uid 500); 26 Aug 2006 12:14:41 -0000 Delivered-To: [email protected] Received: (qmail 70669 invoked by uid 500); 26 Aug 2006 12:14:41 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 70623 invoked by uid 99); 26 Aug 2006 12:14:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Aug 2006 05:14:41 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Aug 2006 05:14:40 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id B44447141F0 for <[email protected]>; Sat, 26 Aug 2006 12:11:23 +0000 (GMT) Message-ID: <4759292.1156594283735.JavaMail.jira@brutus> Date: Sat, 26 Aug 2006 05:11:23 -0700 (PDT) From: "Guillaume Nodet (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (WSS-53) WSS4J does not correctly retrieve the Header element when the first node of the document is not the root element (a comment for ex) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N WSS4J does not correctly retrieve the Header element when the first node of the document is not the root element (a comment for ex) ----------------------------------------------------------------------------------------------------------------------------------- Key: WSS-53 URL: http://issues.apache.org/jira/browse/WSS-53 Project: WSS4J Issue Type: Bug Reporter: Guillaume Nodet Assigned To: Davanum Srinivas Priority: Critical Attachments: bug.patch The attached patch fix the issue. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 29 14:40:50 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41182 invoked from network); 29 Aug 2006 14:40:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Aug 2006 14:40:42 -0000 Received: (qmail 91823 invoked by uid 500); 29 Aug 2006 14:40:41 -0000 Delivered-To: [email protected] Received: (qmail 91655 invoked by uid 500); 29 Aug 2006 14:40:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 91639 invoked by uid 99); 29 Aug 2006 14:40:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2006 07:40:40 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2006 07:40:39 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 7606F7142D5 for <[email protected]>; Tue, 29 Aug 2006 14:37:22 +0000 (GMT) Message-ID: <7485135.1156862242480.JavaMail.jira@brutus> Date: Tue, 29 Aug 2006 07:37:22 -0700 (PDT) From: "Bob Coss (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (WSS-54) UsernameTokenProcessor not processing unhashed UsernameToken MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N UsernameTokenProcessor not processing unhashed UsernameToken ------------------------------------------------------------ Key: WSS-54 URL: http://issues.apache.org/jira/browse/WSS-54 Project: WSS4J Issue Type: Bug Reporter: Bob Coss Assigned To: Davanum Srinivas The UsernameTokenProcessor will not authenticate anything but a UsernameToken that was hashed with a nonce and timestamp. Anything else that is passed to it will create a valid principal regardless of what the implementations password callback handler does. This is creating confusion and preventing WSS4J from being used for anything where the the UsernameToken is passed plainly. It is understood that doing this in a production environment is discouraged, but it is usefull to have this implementation work as expected so that the framework can be experimented with and evaluated. Specifically, in UsernameTokenProcessor.java, for a UsernameToken that is not of hashed, nothing is done with the WSPasswordCallback object after the call to the password handler handle method is invoked. Since nothing is done with it, the code drops through and sets up a valid principal with the userid and returns. There is no way to signal a WSSecurityException(WSSecurityException.FAILED_AUTHENTICATION). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 29 15:15:55 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 54947 invoked from network); 29 Aug 2006 15:15:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Aug 2006 15:15:44 -0000 Received: (qmail 62181 invoked by uid 500); 29 Aug 2006 15:15:42 -0000 Delivered-To: [email protected] Received: (qmail 62143 invoked by uid 500); 29 Aug 2006 15:15:42 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 62131 invoked by uid 99); 29 Aug 2006 15:15:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2006 08:15:42 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2006 08:15:41 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 883C87142D5 for <[email protected]>; Tue, 29 Aug 2006 15:12:24 +0000 (GMT) Message-ID: <13438034.1156864344555.JavaMail.jira@brutus> Date: Tue, 29 Aug 2006 08:12:24 -0700 (PDT) From: "Ruchith Udayanga Fernando (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (WSS-54) UsernameTokenProcessor not processing unhashed UsernameToken In-Reply-To: <7485135.1156862242480.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/WSS-54?page=comments#action_12431268 ] Ruchith Udayanga Fernando commented on WSS-54: ---------------------------------------------- Actually the callback handler is called in the case when the password is not a hashed password. In this case the both username and password values from the UsernameToken element are set in the WSPasswordCallback instance sent into the callback handler. Usage flag of the WSPasswordCallback is set to WSPasswordCallback.USERNAME_TOKEN_UNKNOWN. One can carryout authentication of the user at the callback with this information within the callback handler. See line : 123-136 of UsernameTokenProcessor[1] (svn revision - 438091 - right now). A simple example of a callback handler implementation can be found here [2] [1] https://svn.apache.org/repos/asf/webservices/wss4j/trunk/src/org/apache/ws/security/processor/UsernameTokenProcessor.java [2] https://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/security/sc/PWCallback.java > UsernameTokenProcessor not processing unhashed UsernameToken > ------------------------------------------------------------ > > Key: WSS-54 > URL: http://issues.apache.org/jira/browse/WSS-54 > Project: WSS4J > Issue Type: Bug > Reporter: Bob Coss > Assigned To: Davanum Srinivas > > The UsernameTokenProcessor will not authenticate anything but a UsernameToken that was hashed with a nonce and timestamp. Anything else that is passed to it will create a valid principal regardless of what the implementations password callback handler does. This is creating confusion and preventing WSS4J from being used for anything where the the UsernameToken is passed plainly. It is understood that doing this in a production environment is discouraged, but it is usefull to have this implementation work as expected so that the framework can be experimented with and evaluated. > Specifically, in UsernameTokenProcessor.java, for a UsernameToken that is not of hashed, nothing is done with the WSPasswordCallback object after the call to the password handler handle method is invoked. Since nothing is done with it, the code drops through and sets up a valid principal with the userid and returns. There is no way to signal a WSSecurityException(WSSecurityException.FAILED_AUTHENTICATION). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 29 15:47:59 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69677 invoked from network); 29 Aug 2006 15:47:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Aug 2006 15:47:58 -0000 Received: (qmail 37889 invoked by uid 500); 29 Aug 2006 15:47:56 -0000 Delivered-To: [email protected] Received: (qmail 37843 invoked by uid 500); 29 Aug 2006 15:47:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 37832 invoked by uid 99); 29 Aug 2006 15:47:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2006 08:47:56 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO smtpde02.sap-ag.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2006 08:47:54 -0700 Received: from sap-ag.de (smtpde02) by smtpde02.sap-ag.de (out) with ESMTP id RAA26526 for <[email protected]>; Tue, 29 Aug 2006 17:47:19 +0200 (MESZ) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----_=_NextPart_001_01C6CB82.64CE48B7" Subject: SAML Token Signed Verification Problem Date: Tue, 29 Aug 2006 17:47:10 +0200 Message-ID: <[email protected]> X-MS-Has-Attach: yes Thread-Topic: SAML Token Signed Verification Problem Thread-Index: AcbLgmNXBm8YYLI4Q92GFw/7FFmKxw== From: "Deitos, Rafael" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 29 Aug 2006 15:47:12.0918 (UTC) FILETIME=[651C5360:01C6CB82] X-SAP: out X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C6CB82.64CE48B7 Content-Type: multipart/alternative; boundary="----_=_NextPart_002_01C6CB82.64CE48B7" ------_=_NextPart_002_01C6CB82.64CE48B7 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, I'm trying to implement an example using the WSS4J library for SAML Tokens. I'm currently using the following: + WSS4J 1.5.0=20 + XMLSec 1.3.0 + Axis 1.3 or 1.4 All libs from the WSS4J other libs zip file. If I try to use the DoAllSender/Receiver for a SAMLTokenSigned I receive a XMLSignature error (using the example from the wss4j distribution) I have my handler that creates a SAML token with an attribute statement and the holder-of-key confirmation method. I have in both sides, client and server the configured keystores. If I call my client handler and add the signed token and right after call the service handler (without sending to axis service) to verify the message (the same idea of the TestCases from WSS4J) everything works: the WSSecurityEngine verifies the signature of the message and when I verify the signature of the SAMLAssertion (using the method from org.opensaml.SAMLAssertion.verify(key) ) it's OK. Although, if I send the message to the service the signature is OK but the SAMLAssertion.verify() is not ok. I receive the following error: ########### org.opensaml.InvalidCryptoException: SAMLSignedObject.verify() failed to validate signature value ########### And there's no way of make this work. I have already tried everything that I knew. The possibility of any change during the transport is descarted (I think) because I tested signature with/without encryption and everything goes all right for the DoAll handlers and for mine. Is there any special issue that I have to consider when using the SAML tokens??? Can you PLEASE point to some direction...=20 Attached I'm sending the message, the log of tomcat, and my handlers.=20 Thanks in advance!!!! <<tomcatLOG.txt>> <<request.xml>> =20 <<ServiceHandler.java>> <<ClientHandler.java>> <<SAMLIssuerImpl.java>> _____________________________________________ Rafael J. Deitos SAP AG SAP Research, CEC Karlsruhe Vincenz-Priessnitz-Strasse 1 D 76131 Karlsruhe - Germany T 651.232.9545 F {{PHONE+SOCIAL_SECURITY_NUMBER}} H 651.232.9545 E [email protected] <mailto:[email protected]>=20 ------_=_NextPart_002_01C6CB82.64CE48B7 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; = charset=3Dus-ascii"> <META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version = 6.5.7650.28"> <TITLE>SAML Token Signed Verification Problem</TITLE> </HEAD> <BODY> <!-- Converted from text/rtf format --> <P><FONT SIZE=3D2 FACE=3D"Arial">Hi,</FONT> </P> <P><FONT SIZE=3D2 FACE=3D"Arial">I'm trying to implement an example = using the WSS4J library for SAML Tokens.</FONT> </P> <P><FONT SIZE=3D2 FACE=3D"Arial">I'm currently using the = following:</FONT> <BR><FONT SIZE=3D2 FACE=3D"Arial">+ WSS4J 1.5.0 </FONT> <BR><FONT SIZE=3D2 FACE=3D"Arial">+ XMLSec 1.3.0</FONT> <BR><FONT SIZE=3D2 FACE=3D"Arial">+ Axis 1.3 or 1.4</FONT> <BR><FONT SIZE=3D2 FACE=3D"Arial">All libs from the WSS4J other libs zip = file.</FONT> </P> <P><FONT SIZE=3D2 FACE=3D"Arial">If I try to use the = DoAllSender/Receiver for a SAMLTokenSigned I receive a XMLSignature = error (using the example from the wss4j distribution)</FONT></P> <P><FONT SIZE=3D2 FACE=3D"Arial">I have my handler that creates a SAML = token with an attribute statement and the holder-of-key confirmation = method.</FONT> </P> <P><FONT SIZE=3D2 FACE=3D"Arial">I have in both sides, client and server = the configured keystores.</FONT> </P> <P><FONT SIZE=3D2 FACE=3D"Arial">If I call my client handler and add the = signed token and right after call the service handler (without sending = to axis service) to verify the message (the same idea of the TestCases = from WSS4J) everything works: the WSSecurityEngine verifies the = signature of the message and when I verify the signature of the = SAMLAssertion (using the method from = org.opensaml.SAMLAssertion.verify(key) ) it's OK.</FONT></P> <P><FONT SIZE=3D2 FACE=3D"Arial">Although, if I send the message to the = service the signature is OK but the SAMLAssertion.verify() is not ok. I = receive the following error:</FONT></P> <P><FONT SIZE=3D2 FACE=3D"Arial">###########</FONT> <BR><FONT SIZE=3D2 FACE=3D"Arial">org.opensaml.InvalidCryptoException: = SAMLSignedObject.verify() failed to validate signature value</FONT> <BR><FONT SIZE=3D2 FACE=3D"Arial">###########</FONT> </P> <P><FONT SIZE=3D2 FACE=3D"Arial">And there's no way of make this work. I = have already tried everything that I knew.</FONT> </P> <P><FONT SIZE=3D2 FACE=3D"Arial">The possibility of any change during = the transport is descarted (I think) because I tested signature = with/without encryption and everything goes all right for the DoAll = handlers and for mine.</FONT></P> <P><FONT SIZE=3D2 FACE=3D"Arial">Is there any special issue that I have = to consider when using the SAML tokens???</FONT> </P> <P><FONT SIZE=3D2 FACE=3D"Arial">Can you PLEASE point to some = direction&#8230; </FONT> </P> <P><FONT SIZE=3D2 FACE=3D"Arial">Attached I'm sending the message, the = log of tomcat, and my handlers. </FONT> </P> <BR> <P><FONT SIZE=3D2 FACE=3D"Arial">Thanks in advance!!!!<FONT = FACE=3D"Arial" SIZE=3D2 COLOR=3D"#000000"> &lt;&lt;tomcatLOG.txt&gt;&gt; = </FONT><FONT FACE=3D"Arial" SIZE=3D2 COLOR=3D"#000000"> = &lt;&lt;request.xml&gt;&gt; </FONT><FONT FACE=3D"Arial" SIZE=3D2 = COLOR=3D"#000000"> &lt;&lt;ServiceHandler.java&gt;&gt; </FONT><FONT = FACE=3D"Arial" SIZE=3D2 COLOR=3D"#000000"> = &lt;&lt;ClientHandler.java&gt;&gt; </FONT><FONT FACE=3D"Arial" SIZE=3D2 = COLOR=3D"#000000"> &lt;&lt;SAMLIssuerImpl.java&gt;&gt; = </FONT></FONT></P> <P><B><I><FONT COLOR=3D"#808080" SIZE=3D1 = FACE=3D"Arial">_____________________________________________</FONT></I></= B> <BR><B><I><FONT COLOR=3D"#000080" SIZE=3D2 FACE=3D"Arial">Rafael J. = Deitos</FONT></I></B> <BR><B><FONT COLOR=3D"#808080" SIZE=3D2 FACE=3D"Arial">SAP = AG</FONT><I></I></B> <BR> <BR><FONT COLOR=3D"#808080" SIZE=3D1 FACE=3D"Arial">SAP Research, CEC = Karlsruhe<BR> Vincenz-Priessnitz-Strasse 1</FONT> <BR><FONT COLOR=3D"#808080" SIZE=3D1 FACE=3D"Arial">D 76131 Karlsruhe - = Germany<BR> <BR> </FONT><B><FONT COLOR=3D"#808080" SIZE=3D1 FACE=3D"Arial">T&nbsp; = 651.232.9545</FONT></B><BR> <FONT COLOR=3D"#808080" SIZE=3D1 FACE=3D"Arial">F&nbsp; = {{PHONE+SOCIAL_SECURITY_NUMBER}}</FONT> <BR><FONT COLOR=3D"#808080" SIZE=3D1 FACE=3D"Arial">H&nbsp; = 651.232.9545</FONT> <BR><FONT COLOR=3D"#808080" SIZE=3D1 FACE=3D"Arial">E&nbsp;</FONT><U> = <FONT COLOR=3D"#0000FF" SIZE=3D1 = FACE=3D"Arial">rafael.deitos</FONT></U><A = HREF=3D"mailto:[email protected]"><U><FONT COLOR=3D"#0000FF" = SIZE=3D1 FACE=3D"Arial">@sap.com</FONT></U></A><U></U> </P> </BODY> </HTML> ------_=_NextPart_002_01C6CB82.64CE48B7-- ------_=_NextPart_001_01C6CB82.64CE48B7 Content-Type: text/plain; name="tomcatLOG.txt" Content-Transfer-Encoding: base64 Content-Description: tomcatLOG.txt Content-Disposition: attachment; filename="tomcatLOG.txt" b3JnLm9wZW5zYW1sLkludmFsaWRDcnlwdG9FeGNlcHRpb246IFNBTUxTaWduZWRPYmplY3QudmVy aWZ5KCkgZmFpbGVkIHRvIHZhbGlkYXQNCmUgc2lnbmF0dXJlIHZhbHVlDQogICAgICAgIGF0IG9y Zy5vcGVuc2FtbC5TQU1MU2lnbmVkT2JqZWN0LnZlcmlmeShVbmtub3duIFNvdXJjZSkNCiAgICAg ICAgYXQgY29tLnNhcC53ZWJzZXJ2aWNlcy5lY2hvLmhhbmRsZXJzLlNlcnZpY2VIYW5kbGVyLmNo ZWNrU2lnbmVkQXNzZXJ0aW9uDQooU2VydmljZUhhbmRsZXIuamF2YTo5OCkNCiAgICAgICAgYXQg Y29tLnNhcC53ZWJzZXJ2aWNlcy5lY2hvLmhhbmRsZXJzLlNlcnZpY2VIYW5kbGVyLnZlcmlmeVJl c3VsdHMoU2VydmljDQplSGFuZGxlci5qYXZhOjM0MikNCiAgICAgICAgYXQgY29tLnNhcC53ZWJz ZXJ2aWNlcy5lY2hvLmhhbmRsZXJzLlNlcnZpY2VIYW5kbGVyLnZlcmlmeUVudmVsb3BlKFNlcnZp DQpjZUhhbmRsZXIuamF2YTozMjApDQogICAgICAgIGF0IGNvbS5zYXAud2Vic2VydmljZXMuZWNo by5oYW5kbGVycy5TZXJ2aWNlSGFuZGxlci5pbnZva2UoU2VydmljZUhhbmRsZQ0Kci5qYXZhOjIx MikNCiAgICAgICAgYXQgb3JnLmFwYWNoZS5heGlzLnN0cmF0ZWdpZXMuSW52b2NhdGlvblN0cmF0 ZWd5LnZpc2l0KEludm9jYXRpb25TdHJhdGVnDQp5LmphdmE6MzIpDQogICAgICAgIGF0IG9yZy5h cGFjaGUuYXhpcy5TaW1wbGVDaGFpbi5kb1Zpc2l0aW5nKFNpbXBsZUNoYWluLmphdmE6MTE4KQ0K ICAgICAgICBhdCBvcmcuYXBhY2hlLmF4aXMuU2ltcGxlQ2hhaW4uaW52b2tlKFNpbXBsZUNoYWlu LmphdmE6ODMpDQogICAgICAgIGF0IG9yZy5hcGFjaGUuYXhpcy5zdHJhdGVnaWVzLkludm9jYXRp b25TdHJhdGVneS52aXNpdChJbnZvY2F0aW9uU3RyYXRlZw0KeS5qYXZhOjMyKQ0KICAgICAgICBh dCBvcmcuYXBhY2hlLmF4aXMuU2ltcGxlQ2hhaW4uZG9WaXNpdGluZyhTaW1wbGVDaGFpbi5qYXZh OjExOCkNCiAgICAgICAgYXQgb3JnLmFwYWNoZS5heGlzLlNpbXBsZUNoYWluLmludm9rZShTaW1w bGVDaGFpbi5qYXZhOjgzKQ0KICAgICAgICBhdCBvcmcuYXBhY2hlLmF4aXMuaGFuZGxlcnMuc29h cC5TT0FQU2VydmljZS5pbnZva2UoU09BUFNlcnZpY2UuamF2YTo0NTQNCikNCiAgICAgICAgYXQg b3JnLmFwYWNoZS5heGlzLnNlcnZlci5BeGlzU2VydmVyLmludm9rZShBeGlzU2VydmVyLmphdmE6 MjgxKQ0KICAgICAgICBhdCBvcmcuYXBhY2hlLmF4aXMudHJhbnNwb3J0Lmh0dHAuQXhpc1NlcnZs ZXQuZG9Qb3N0KEF4aXNTZXJ2bGV0LmphdmE6NjkNCjkpDQogICAgICAgIGF0IGphdmF4LnNlcnZs ZXQuaHR0cC5IdHRwU2VydmxldC5zZXJ2aWNlKEh0dHBTZXJ2bGV0LmphdmE6NzE3KQ0KICAgICAg ICBhdCBvcmcuYXBhY2hlLmF4aXMudHJhbnNwb3J0Lmh0dHAuQXhpc1NlcnZsZXRCYXNlLnNlcnZp Y2UoQXhpc1NlcnZsZXRCYXMNCmUuamF2YTozMjcpDQogICAgICAgIGF0IGphdmF4LnNlcnZsZXQu aHR0cC5IdHRwU2VydmxldC5zZXJ2aWNlKEh0dHBTZXJ2bGV0LmphdmE6ODEwKQ0KICAgICAgICBh dCBvcmcuYXBhY2hlLmNhdGFsaW5hLmNvcmUuQXBwbGljYXRpb25GaWx0ZXJDaGFpbi5pbnRlcm5h bERvRmlsdGVyKEFwcGwNCmljYXRpb25GaWx0ZXJDaGFpbi5qYXZhOjI1MikNCiAgICAgICAgYXQg b3JnLmFwYWNoZS5jYXRhbGluYS5jb3JlLkFwcGxpY2F0aW9uRmlsdGVyQ2hhaW4uZG9GaWx0ZXIo QXBwbGljYXRpb25GDQppbHRlckNoYWluLmphdmE6MTczKQ0KICAgICAgICBhdCBvcmcuYXBhY2hl LmNhdGFsaW5hLmNvcmUuU3RhbmRhcmRXcmFwcGVyVmFsdmUuaW52b2tlKFN0YW5kYXJkV3JhcHBl clYNCmFsdmUuamF2YToyMTMpDQogICAgICAgIGF0IG9yZy5hcGFjaGUuY2F0YWxpbmEuY29yZS5T dGFuZGFyZENvbnRleHRWYWx2ZS5pbnZva2UoU3RhbmRhcmRDb250ZXh0Vg0KYWx2ZS5qYXZhOjE3 OCkNCiAgICAgICAgYXQgb3JnLmFwYWNoZS5jYXRhbGluYS5jb3JlLlN0YW5kYXJkSG9zdFZhbHZl Lmludm9rZShTdGFuZGFyZEhvc3RWYWx2ZS5qDQphdmE6MTI2KQ0KICAgICAgICBhdCBvcmcuYXBh Y2hlLmNhdGFsaW5hLnZhbHZlcy5FcnJvclJlcG9ydFZhbHZlLmludm9rZShFcnJvclJlcG9ydFZh bHZlLmoNCmF2YToxMDUpDQogICAgICAgIGF0IG9yZy5hcGFjaGUuY2F0YWxpbmEuY29yZS5TdGFu ZGFyZEVuZ2luZVZhbHZlLmludm9rZShTdGFuZGFyZEVuZ2luZVZhbA0KdmUuamF2YToxMDcpDQog ICAgICAgIGF0IG9yZy5hcGFjaGUuY2F0YWxpbmEuY29ubmVjdG9yLkNveW90ZUFkYXB0ZXIuc2Vy dmljZShDb3lvdGVBZGFwdGVyLmphdg0KYToxNDgpDQogICAgICAgIGF0IG9yZy5hcGFjaGUuY295 b3RlLmh0dHAxMS5IdHRwMTFQcm9jZXNzb3IucHJvY2VzcyhIdHRwMTFQcm9jZXNzb3IuamF2YQ0K Ojg2OCkNCiAgICAgICAgYXQgb3JnLmFwYWNoZS5jb3lvdGUuaHR0cDExLkh0dHAxMUJhc2VQcm90 b2NvbCRIdHRwMTFDb25uZWN0aW9uSGFuZGxlci5wDQpyb2Nlc3NDb25uZWN0aW9uKEh0dHAxMUJh c2VQcm90b2NvbC5qYXZhOjY2MykNCiAgICAgICAgYXQgb3JnLmFwYWNoZS50b21jYXQudXRpbC5u ZXQuUG9vbFRjcEVuZHBvaW50LnByb2Nlc3NTb2NrZXQoUG9vbFRjcEVuZHBvDQppbnQuamF2YTo1 MjcpDQogICAgICAgIGF0IG9yZy5hcGFjaGUudG9tY2F0LnV0aWwubmV0LkxlYWRlckZvbGxvd2Vy V29ya2VyVGhyZWFkLnJ1bkl0KExlYWRlckZvbA0KbG93ZXJXb3JrZXJUaHJlYWQuamF2YTo4MCkN CiAgICAgICAgYXQgb3JnLmFwYWNoZS50b21jYXQudXRpbC50aHJlYWRzLlRocmVhZFBvb2wkQ29u dHJvbFJ1bm5hYmxlLnJ1bihUaHJlYWRQDQpvb2wuamF2YTo2ODQpDQogICAgICAgIGF0IGphdmEu bGFuZy5UaHJlYWQucnVuKFRocmVhZC5qYXZhOjU5NSk= ------_=_NextPart_001_01C6CB82.64CE48B7 Content-Type: text/xml; name="request.xml" Content-Transfer-Encoding: base64 Content-Description: request.xml Content-Disposition: attachment; filename="request.xml" PHNvYXBlbnY6RW52ZWxvcGUgeG1sbnM6c29hcGVudj0iaHR0cDovL3NjaGVtYXMueG1sc29hcC5v cmcvc29hcC9lbnZlbG9wZS8iIHhtbG5zOnhlbmM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDEvMDQv eG1sZW5jIyIgeG1sbnM6eHNkPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYSIgeG1s bnM6eHNpPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYS1pbnN0YW5jZSI+DQogICA8 c29hcGVudjpIZWFkZXI+DQogICAgICA8d3NzZTpTZWN1cml0eSB4bWxuczp3c3NlPSJodHRwOi8v ZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJp dHktc2VjZXh0LTEuMC54c2QiPg0KICAgICAgICAgPHhlbmM6RW5jcnlwdGVkS2V5IElkPSJFbmNL ZXlJZC01NjYyMjU5Ij4NCiAgICAgICAgICAgIDx4ZW5jOkVuY3J5cHRpb25NZXRob2QgQWxnb3Jp dGhtPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxLzA0L3htbGVuYyNyc2EtMV81Ij48L3hlbmM6RW5j cnlwdGlvbk1ldGhvZD4NCiAgICAgICAgICAgIDxkczpLZXlJbmZvIHhtbG5zOmRzPSJodHRwOi8v d3d3LnczLm9yZy8yMDAwLzA5L3htbGRzaWcjIj4NCiAgICAgICAgICAgICAgIDx3c3NlOlNlY3Vy aXR5VG9rZW5SZWZlcmVuY2U+DQogICAgICAgICAgICAgICAgICA8ZHM6WDUwOURhdGE+DQogICAg ICAgICAgICAgICAgICAgICA8ZHM6WDUwOUlzc3VlclNlcmlhbD4NCiAgICAgICAgICAgICAgICAg ICAgICAgIDxkczpYNTA5SXNzdWVyTmFtZT5DTj1DQV9NYW5hZ2VyLE9VPUNFQyxPPVNBUCxTVD1C YWRlbixDPURFPC9kczpYNTA5SXNzdWVyTmFtZT4NCiAgICAgICAgICAgICAgICAgICAgICAgIDxk czpYNTA5U2VyaWFsTnVtYmVyPjE3MTE3Mzk2MTg2MzUwNzAyMjAyPC9kczpYNTA5U2VyaWFsTnVt YmVyPg0KICAgICAgICAgICAgICAgICAgICAgPC9kczpYNTA5SXNzdWVyU2VyaWFsPg0KICAgICAg ICAgICAgICAgICAgPC9kczpYNTA5RGF0YT4NCiAgICAgICAgICAgICAgIDwvd3NzZTpTZWN1cml0 eVRva2VuUmVmZXJlbmNlPg0KICAgICAgICAgICAgPC9kczpLZXlJbmZvPg0KICAgICAgICAgICAg PHhlbmM6Q2lwaGVyRGF0YT4NCiAgICAgICAgICAgICAgIDx4ZW5jOkNpcGhlclZhbHVlPk9FSDVW dUxJbWFQa0F1TThUU0wwbzVMNE9vL1dLT0h6RkREalJzdWhqRjV0aUpUOVFOT1hhT09yL0Y4NjJV b3VvN3NjeUZUS2pMWERUVGN2Y0VhN1pBY1BUUjNwRGZXak5EWTNMS29oTVY3MlQ2YUxSV2hEZUFX QVJrUHR0cXBPK21PdmdtTlBGdVZ0K2JNUEhrZS9LdXdzakpRYlJjTVBzVSt2ZENibFRHaz08L3hl bmM6Q2lwaGVyVmFsdWU+DQogICAgICAgICAgICA8L3hlbmM6Q2lwaGVyRGF0YT4NCiAgICAgICAg ICAgIDx4ZW5jOlJlZmVyZW5jZUxpc3Q+DQogICAgICAgICAgICAgICA8eGVuYzpEYXRhUmVmZXJl bmNlIFVSST0iI0VuY0RhdGFJZC0xMDI2NTA4MyI+PC94ZW5jOkRhdGFSZWZlcmVuY2U+DQogICAg ICAgICAgICA8L3hlbmM6UmVmZXJlbmNlTGlzdD4NCiAgICAgICAgIDwveGVuYzpFbmNyeXB0ZWRL ZXk+DQogICAgICAgICA8QXNzZXJ0aW9uIHhtbG5zPSJ1cm46b2FzaXM6bmFtZXM6dGM6U0FNTDox LjA6YXNzZXJ0aW9uIiB4bWxuczpzYW1sPSJ1cm46b2FzaXM6bmFtZXM6dGM6U0FNTDoxLjA6YXNz ZXJ0aW9uIiB4bWxuczpzYW1scD0idXJuOm9hc2lzOm5hbWVzOnRjOlNBTUw6MS4wOnByb3RvY29s IiBBc3NlcnRpb25JRD0iX2M2MDkwM2NkNGZkZWI0M2NiNGU2ODgzZjQ4MGYzNDNiIiBJc3N1ZUlu c3RhbnQ9IjIwMDYtMDgtMjlUMTU6NDA6MzguNjY4WiIgSXNzdWVyPSJSYWZhZWwuRGVpdG9zIiBN YWpvclZlcnNpb249IjEiIE1pbm9yVmVyc2lvbj0iMSI+DQogICAgICAgICAgICA8QXV0aGVudGlj YXRpb25TdGF0ZW1lbnQgQXV0aGVudGljYXRpb25JbnN0YW50PSIyMDA2LTA4LTI5VDE1OjQwOjM4 LjM5OFoiIEF1dGhlbnRpY2F0aW9uTWV0aG9kPSJ1cm46b2FzaXM6bmFtZXM6dGM6U0FNTDoxLjA6 YW06cGFzc3dvcmQiPg0KICAgICAgICAgICAgICAgPFN1YmplY3Q+DQogICAgICAgICAgICAgICAg ICA8TmFtZUlkZW50aWZpZXIgTmFtZVF1YWxpZmllcj0iUmFmYWVsLkRlaXRvcyI+dWlkPW15X3Vp ZCxvdT1wZW9wbGUsb3U9c2FtbC1kZW1vLG89dHJ1c3Rjb20tZXU8L05hbWVJZGVudGlmaWVyPg0K ICAgICAgICAgICAgICAgICAgPFN1YmplY3RDb25maXJtYXRpb24+DQogICAgICAgICAgICAgICAg ICAgICA8Q29uZmlybWF0aW9uTWV0aG9kPnVybjpvYXNpczpuYW1lczp0YzpTQU1MOjEuMDpjbTpo b2xkZXItb2Yta2V5PC9Db25maXJtYXRpb25NZXRob2Q+DQogICAgICAgICAgICAgICAgICAgICA8 ZHM6S2V5SW5mbyB4bWxuczpkcz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC8wOS94bWxkc2lnIyI+ DQogICAgICAgICAgICAgICAgICAgICAgICA8ZHM6WDUwOURhdGE+DQogICAgICAgICAgICAgICAg ICAgICAgICAgICA8ZHM6WDUwOUNlcnRpZmljYXRlPk1JSUM0akNDQWt1Z0F3SUJBZ0lKQU8yTk5T Ty9EMDU0TUEwR0NTcUdTSWIzRFFFQkJRVUFNRTR4Q3pBSkJnTlZCQVlUQWtSRk1RNHdEQVlEVlFR SUV3VkNZV1JsYmpFTU1Bb0dBMVVFQ2hNRFUwRlFNUXd3Q2dZRFZRUUxFd05EUlVNeEV6QVJCZ05W QkFNVUNrTkJYMDFoYm1GblpYSXdIaGNOTURZd09ERTNNVEEwTkRVNVdoY05NRGN3T0RFM01UQTBO RFU1V2pCbE1Rc3dDUVlEVlFRR0V3SkVSVEVPTUF3R0ExVUVDQk1GUW1Ga1pXNHhFakFRQmdOVkJB Y1RDVXRoY214emNuVm9aVEVNTUFvR0ExVUVDaE1EVTBGUU1Rd3dDZ1lEVlFRTEV3TkRSVU14RmpB VUJnTlZCQU1URFZKaFptRmxiQ0JFWldsMGIzTXdnWjh3RFFZSktvWklodmNOQVFFQkJRQURnWTBB TUlHSkFvR0JBTU1CT3Q5VU15dHBhZENLMnVEcitxc25oNVpMKzRGSDkvbzdPYTNpSGNRMStCUjlZ b1hkSi9GTlR4bnVvdGV4Ymd6Z3VWMWNwWXU0RHdrYkFiL2M3dWMyNWxkTjFxaFRLT1RsYngrRkhP c09yUEFtcU9KVW1mMlFaUEhHeitZOVhyRk81TWI0VzMyUXdEZWV4UDdJMmdwb3JNcklTVzhaWXd2 NkROWnVWWU5iQWdNQkFBR2pnYkF3Z2Ewd0hRWURWUjBPQkJZRUZCSVRPNk56NGRmaktEd2Z2RTF4 allHWWF4alNNSDRHQTFVZEl3UjNNSFdBRkE2dFd2bUJtTnpBMlJKRWZTcU1YS3ZTeXo1M29WS2tV REJPTVFzd0NRWURWUVFHRXdKRVJURU9NQXdHQTFVRUNCTUZRbUZrWlc0eEREQUtCZ05WQkFvVEEx TkJVREVNTUFvR0ExVUVDeE1EUTBWRE1STXdFUVlEVlFRREZBcERRVjlOWVc1aFoyVnlnZ2tBN1kw MUk3OFBUbmN3REFZRFZSMFRCQVV3QXdFQi96QU5CZ2txaGtpRzl3MEJBUVVGQUFPQmdRQUl1azlz R1Y5T0s5MGxuZVZnV2UxSGtZeWZPb1UvcWdLVFFRNWZrK0xRVTZLSGZpUFp0WXVDdk9lL0VUcStr Q3pWTDNDMlhhY2NnYU9EdkkweEwxTWZPdDBUaXJPOFhnOEdaQlRjMXdSRWxDUUJXL3dKR3FkNkZw UzVFbWRLWDcxeW1FeE8wR3hWZzA4d1diV09HTkl3R0JrUkJDOWpLL3NWVTdoVEpvcm9tZz09PC9k czpYNTA5Q2VydGlmaWNhdGU+DQogICAgICAgICAgICAgICAgICAgICAgICA8L2RzOlg1MDlEYXRh Pg0KICAgICAgICAgICAgICAgICAgICAgPC9kczpLZXlJbmZvPg0KICAgICAgICAgICAgICAgICAg PC9TdWJqZWN0Q29uZmlybWF0aW9uPg0KICAgICAgICAgICAgICAgPC9TdWJqZWN0Pg0KICAgICAg ICAgICAgPC9BdXRoZW50aWNhdGlvblN0YXRlbWVudD4NCiAgICAgICAgICAgIDxBdHRyaWJ1dGVT dGF0ZW1lbnQ+DQogICAgICAgICAgICAgICA8U3ViamVjdD4NCiAgICAgICAgICAgICAgICAgIDxO YW1lSWRlbnRpZmllciBOYW1lUXVhbGlmaWVyPSJSYWZhZWwuRGVpdG9zIj51aWQ9bXlfdWlkLG91 PXBlb3BsZSxvdT1zYW1sLWRlbW8sbz10cnVzdGNvbS1ldTwvTmFtZUlkZW50aWZpZXI+DQogICAg ICAgICAgICAgICAgICA8U3ViamVjdENvbmZpcm1hdGlvbj4NCiAgICAgICAgICAgICAgICAgICAg IDxDb25maXJtYXRpb25NZXRob2Q+dXJuOm9hc2lzOm5hbWVzOnRjOlNBTUw6MS4wOmNtOmhvbGRl ci1vZi1rZXk8L0NvbmZpcm1hdGlvbk1ldGhvZD4NCiAgICAgICAgICAgICAgICAgICAgIDxkczpL ZXlJbmZvIHhtbG5zOmRzPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwLzA5L3htbGRzaWcjIj4NCiAg ICAgICAgICAgICAgICAgICAgICAgIDxkczpYNTA5RGF0YT4NCiAgICAgICAgICAgICAgICAgICAg ICAgICAgIDxkczpYNTA5Q2VydGlmaWNhdGU+TUlJQzRqQ0NBa3VnQXdJQkFnSUpBTzJOTlNPL0Qw NTRNQTBHQ1NxR1NJYjNEUUVCQlFVQU1FNHhDekFKQmdOVkJBWVRBa1JGTVE0d0RBWURWUVFJRXdW Q1lXUmxiakVNTUFvR0ExVUVDaE1EVTBGUU1Rd3dDZ1lEVlFRTEV3TkRSVU14RXpBUkJnTlZCQU1V Q2tOQlgwMWhibUZuWlhJd0hoY05NRFl3T0RFM01UQTBORFU1V2hjTk1EY3dPREUzTVRBME5EVTVX akJsTVFzd0NRWURWUVFHRXdKRVJURU9NQXdHQTFVRUNCTUZRbUZrWlc0eEVqQVFCZ05WQkFjVENV dGhjbXh6Y25Wb1pURU1NQW9HQTFVRUNoTURVMEZRTVF3d0NnWURWUVFMRXdORFJVTXhGakFVQmdO VkJBTVREVkpoWm1GbGJDQkVaV2wwYjNNd2daOHdEUVlKS29aSWh2Y05BUUVCQlFBRGdZMEFNSUdK QW9HQkFNTUJPdDlVTXl0cGFkQ0sydURyK3Fzbmg1WkwrNEZIOS9vN09hM2lIY1ExK0JSOVlvWGRK L0ZOVHhudW90ZXhiZ3pndVYxY3BZdTREd2tiQWIvYzd1YzI1bGROMXFoVEtPVGxieCtGSE9zT3JQ QW1xT0pVbWYyUVpQSEd6K1k5WHJGTzVNYjRXMzJRd0RlZXhQN0kyZ3Bvck1ySVNXOFpZd3Y2RE5a dVZZTmJBZ01CQUFHamdiQXdnYTB3SFFZRFZSME9CQllFRkJJVE82Tno0ZGZqS0R3ZnZFMXhqWUdZ YXhqU01INEcNCkExVWRJd1IzTUhXQUZBNnRXdm1CbU56QTJSSkVmU3FNWEt2U3l6NTNvVktrVURC T01Rc3dDUVlEVlFRR0V3SkVSVEVPTUF3R0ExVUUNCkNCTUZRbUZrWlc0eEREQUtCZ05WQkFvVEEx TkJVREVNTUFvR0ExVUVDeE1EUTBWRE1STXdFUVlEVlFRREZBcERRVjlOWVc1aFoyVnkNCmdna0E3 WTAxSTc4UFRuY3dEQVlEVlIwVEJBVXdBd0VCL3pBTkJna3Foa2lHOXcwQkFRVUZBQU9CZ1FBSXVr OXNHVjlPSzkwbG5lVmcNCldlMUhrWXlmT29VL3FnS1RRUTVmaytMUVU2S0hmaVBadFl1Q3ZPZS9F VHEra0N6VkwzQzJYYWNjZ2FPRHZJMHhMMU1mT3QwVGlyTzgNClhnOEdaQlRjMXdSRWxDUUJXL3dK R3FkNkZwUzVFbWRLWDcxeW1FeE8wR3hWZzA4d1diV09HTkl3R0JrUkJDOWpLL3NWVTdoVEpvcm8N Cm1nPT0NCjwvZHM6WDUwOUNlcnRpZmljYXRlPg0KICAgICAgICAgICAgICAgICAgICAgICAgPC9k czpYNTA5RGF0YT4NCiAgICAgICAgICAgICAgICAgICAgIDwvZHM6S2V5SW5mbz4NCiAgICAgICAg ICAgICAgICAgIDwvU3ViamVjdENvbmZpcm1hdGlvbj4NCiAgICAgICAgICAgICAgIDwvU3ViamVj dD4NCiAgICAgICAgICAgICAgIDxBdHRyaWJ1dGUgQXR0cmlidXRlTmFtZT0iaXNWT01hbmFnZXIi IEF0dHJpYnV0ZU5hbWVzcGFjZT0idGhlIG5hbWVzcGFjZSBvZiB0aGUgYXR0aWJ1dGUiPg0KICAg ICAgICAgICAgICAgICAgPEF0dHJpYnV0ZVZhbHVlPnRydWU8L0F0dHJpYnV0ZVZhbHVlPg0KICAg ICAgICAgICAgICAgPC9BdHRyaWJ1dGU+DQogICAgICAgICAgICAgICA8QXR0cmlidXRlIEF0dHJp YnV0ZU5hbWU9ImlzSG9zdCIgQXR0cmlidXRlTmFtZXNwYWNlPSJ0aGUgbmFtZXNwYWNlIG9mIHRo ZSBhdHRpYnV0ZSI+DQogICAgICAgICAgICAgICAgICA8QXR0cmlidXRlVmFsdWU+ZmFsc2U8L0F0 dHJpYnV0ZVZhbHVlPg0KICAgICAgICAgICAgICAgPC9BdHRyaWJ1dGU+DQogICAgICAgICAgICAg ICA8QXR0cmlidXRlIEF0dHJpYnV0ZU5hbWU9ImlzTWVtYmVyIiBBdHRyaWJ1dGVOYW1lc3BhY2U9 InRoZSBuYW1lc3BhY2Ugb2YgdGhlIGF0dGlidXRlIj4NCiAgICAgICAgICAgICAgICAgIDxBdHRy aWJ1dGVWYWx1ZT5mYWxzZTwvQXR0cmlidXRlVmFsdWU+DQogICAgICAgICAgICAgICA8L0F0dHJp YnV0ZT4NCiAgICAgICAgICAgIDwvQXR0cmlidXRlU3RhdGVtZW50Pg0KICAgICAgICAgICAgPGRz OlNpZ25hdHVyZSB4bWxuczpkcz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC8wOS94bWxkc2lnIyI+ DQogICAgICAgICAgICAgICA8ZHM6U2lnbmVkSW5mbz4NCiAgICAgICAgICAgICAgICAgIDxkczpD YW5vbmljYWxpemF0aW9uTWV0aG9kIEFsZ29yaXRobT0iaHR0cDovL3d3dy53My5vcmcvMjAwMS8x MC94bWwtZXhjLWMxNG4jIj48L2RzOkNhbm9uaWNhbGl6YXRpb25NZXRob2Q+DQogICAgICAgICAg ICAgICAgICA8ZHM6U2lnbmF0dXJlTWV0aG9kIEFsZ29yaXRobT0iaHR0cDovL3d3dy53My5vcmcv MjAwMC8wOS94bWxkc2lnI3JzYS1zaGExIj48L2RzOlNpZ25hdHVyZU1ldGhvZD4NCiAgICAgICAg ICAgICAgICAgIDxkczpSZWZlcmVuY2UgVVJJPSIjX2M2MDkwM2NkNGZkZWI0M2NiNGU2ODgzZjQ4 MGYzNDNiIj4NCiAgICAgICAgICAgICAgICAgICAgIDxkczpUcmFuc2Zvcm1zPg0KICAgICAgICAg ICAgICAgICAgICAgICAgPGRzOlRyYW5zZm9ybSBBbGdvcml0aG09Imh0dHA6Ly93d3cudzMub3Jn LzIwMDAvMDkveG1sZHNpZyNlbnZlbG9wZWQtc2lnbmF0dXJlIj48L2RzOlRyYW5zZm9ybT4NCiAg ICAgICAgICAgICAgICAgICAgICAgIDxkczpUcmFuc2Zvcm0gQWxnb3JpdGhtPSJodHRwOi8vd3d3 LnczLm9yZy8yMDAxLzEwL3htbC1leGMtYzE0biMiPg0KICAgICAgICAgICAgICAgICAgICAgICAg ICAgPGVjOkluY2x1c2l2ZU5hbWVzcGFjZXMgeG1sbnM6ZWM9Imh0dHA6Ly93d3cudzMub3JnLzIw MDEvMTAveG1sLWV4Yy1jMTRuIyIgUHJlZml4TGlzdD0iY29kZSBkcyBraW5kIHJ3IHNhbWwgc2Ft bHAgdHlwZW5zICNkZWZhdWx0IHhzZCB4c2kiPjwvZWM6SW5jbHVzaXZlTmFtZXNwYWNlcz4NCiAg ICAgICAgICAgICAgICAgICAgICAgIDwvZHM6VHJhbnNmb3JtPg0KICAgICAgICAgICAgICAgICAg ICAgPC9kczpUcmFuc2Zvcm1zPg0KICAgICAgICAgICAgICAgICAgICAgPGRzOkRpZ2VzdE1ldGhv ZCBBbGdvcml0aG09Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvMDkveG1sZHNpZyNzaGExIj48L2Rz OkRpZ2VzdE1ldGhvZD4NCiAgICAgICAgICAgICAgICAgICAgIDxkczpEaWdlc3RWYWx1ZT5LZHN1 NlhhbmpkRm83SUNOS1g3UVJDbC9LTzQ9PC9kczpEaWdlc3RWYWx1ZT4NCiAgICAgICAgICAgICAg ICAgIDwvZHM6UmVmZXJlbmNlPg0KICAgICAgICAgICAgICAgPC9kczpTaWduZWRJbmZvPg0KICAg ICAgICAgICAgICAgPGRzOlNpZ25hdHVyZVZhbHVlPmpqakpIelZ4Vk8zektLeW1NQS93aUttSjE0 VFFTTWxOVEtxWTlQS0hBakROb0F6U0lyVi9FS1ZFckg4Q2VGOWRCUno0TUgrTmFpSHluZkhkSkov djZhcm8wME1TU0MxcTFlSlloQ29PbVMrUmlmeS9abkFmT1dPMkdDQ2M5d04vcUFpSGh4T2xaUlNt anZvNU4rTXdDaGVHa0o4Um5ZeUhHaEJ0NWlNT3NhTT08L2RzOlNpZ25hdHVyZVZhbHVlPg0KICAg ICAgICAgICAgICAgPGRzOktleUluZm8+DQogICAgICAgICAgICAgICAgICA8ZHM6WDUwOURhdGE+ DQogICAgICAgICAgICAgICAgICAgICA8ZHM6WDUwOUNlcnRpZmljYXRlPk1JSUM0akNDQWt1Z0F3 SUJBZ0lKQU8yTk5TTy9EMDU0TUEwR0NTcUdTSWIzRFFFQkJRVUFNRTR4Q3pBSkJnTlZCQVlUQWtS Rk1RNHdEQVlEVlFRSUV3VkNZV1JsYmpFTU1Bb0dBMVVFQ2hNRFUwRlFNUXd3Q2dZRFZRUUxFd05E UlVNeEV6QVJCZ05WQkFNVUNrTkJYMDFoYm1GblpYSXdIaGNOTURZd09ERTNNVEEwTkRVNVdoY05N RGN3T0RFM01UQTBORFU1V2pCbE1Rc3dDUVlEVlFRR0V3SkVSVEVPTUF3R0ExVUVDQk1GUW1Ga1pX NHhFakFRQmdOVkJBY1RDVXRoY214emNuVm9aVEVNTUFvR0ExVUVDaE1EVTBGUU1Rd3dDZ1lEVlFR TEV3TkRSVU14RmpBVUJnTlZCQU1URFZKaFptRmxiQ0JFWldsMGIzTXdnWjh3RFFZSktvWklodmNO QVFFQkJRQURnWTBBTUlHSkFvR0JBTU1CT3Q5VU15dHBhZENLMnVEcitxc25oNVpMKzRGSDkvbzdP YTNpSGNRMStCUjlZb1hkSi9GTlR4bnVvdGV4Ymd6Z3VWMWNwWXU0RHdrYkFiL2M3dWMyNWxkTjFx aFRLT1RsYngrRkhPc09yUEFtcU9KVW1mMlFaUEhHeitZOVhyRk81TWI0VzMyUXdEZWV4UDdJMmdw b3JNcklTVzhaWXd2NkROWnVWWU5iQWdNQkFBR2pnYkF3Z2Ewd0hRWURWUjBPQkJZRUZCSVRPNk56 NGRmaktEd2Z2RTF4allHWWF4alNNSDRHQTFVZEl3UjNNSFdBRkE2dFd2bUJtTnpBMlJKRWZTcU1Y S3ZTeXo1M29WS2tVREJPTVFzd0NRWURWUVFHRXdKRVJURU9NQXdHQTFVRUNCTUZRbUZrWlc0eERE QUtCZ05WQkFvVEExTkJVREVNTUFvR0ExVUVDeE1EUTBWRE1STXdFUVlEVlFRREZBcERRVjlOWVc1 aFoyVnlnZ2tBN1kwMUk3OFBUbmN3REFZRFZSMFRCQVV3QXdFQi96QU5CZ2txaGtpRzl3MEJBUVVG QUFPQmdRQUl1azlzR1Y5T0s5MGxuZVZnV2UxSGtZeWZPb1UvcWdLVFFRNWZrK0xRVTZLSGZpUFp0 WXVDdk9lL0VUcStrQ3pWTDNDMlhhY2NnYU9EdkkweEwxTWZPdDBUaXJPOFhnOEdaQlRjMXdSRWxD UUJXL3dKR3FkNkZwUzVFbWRLWDcxeW1FeE8wR3hWZzA4d1diV09HTkl3R0JrUkJDOWpLL3NWVTdo VEpvcm9tZz09PC9kczpYNTA5Q2VydGlmaWNhdGU+DQogICAgICAgICAgICAgICAgICA8L2RzOlg1 MDlEYXRhPg0KICAgICAgICAgICAgICAgPC9kczpLZXlJbmZvPg0KICAgICAgICAgICAgPC9kczpT aWduYXR1cmU+DQogICAgICAgICA8L0Fzc2VydGlvbj4NCiAgICAgICAgIDxkczpTaWduYXR1cmUg eG1sbnM6ZHM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvMDkveG1sZHNpZyMiIElkPSJTaWduYXR1 cmUtNzcxODcyNCI+DQogICAgICAgICAgICA8ZHM6U2lnbmVkSW5mbz4NCiAgICAgICAgICAgICAg IDxkczpDYW5vbmljYWxpemF0aW9uTWV0aG9kIEFsZ29yaXRobT0iaHR0cDovL3d3dy53My5vcmcv MjAwMS8xMC94bWwtZXhjLWMxNG4jIj48L2RzOkNhbm9uaWNhbGl6YXRpb25NZXRob2Q+DQogICAg ICAgICAgICAgICA8ZHM6U2lnbmF0dXJlTWV0aG9kIEFsZ29yaXRobT0iaHR0cDovL3d3dy53My5v cmcvMjAwMC8wOS94bWxkc2lnI3JzYS1zaGExIj48L2RzOlNpZ25hdHVyZU1ldGhvZD4NCiAgICAg ICAgICAgICAgIDxkczpSZWZlcmVuY2UgVVJJPSIjaWQtMTAyNjUwODMiPg0KICAgICAgICAgICAg ICAgICAgPGRzOlRyYW5zZm9ybXM+DQogICAgICAgICAgICAgICAgICAgICA8ZHM6VHJhbnNmb3Jt IEFsZ29yaXRobT0iaHR0cDovL3d3dy53My5vcmcvMjAwMS8xMC94bWwtZXhjLWMxNG4jIj48L2Rz OlRyYW5zZm9ybT4NCiAgICAgICAgICAgICAgICAgIDwvZHM6VHJhbnNmb3Jtcz4NCiAgICAgICAg ICAgICAgICAgIDxkczpEaWdlc3RNZXRob2QgQWxnb3JpdGhtPSJodHRwOi8vd3d3LnczLm9yZy8y MDAwLzA5L3htbGRzaWcjc2hhMSI+PC9kczpEaWdlc3RNZXRob2Q+DQogICAgICAgICAgICAgICAg ICA8ZHM6RGlnZXN0VmFsdWU+eGZ5Tyt6N2tLd1Z1MGNJNkl6SmgzMGdUbWlNPTwvZHM6RGlnZXN0 VmFsdWU+DQogICAgICAgICAgICAgICA8L2RzOlJlZmVyZW5jZT4NCiAgICAgICAgICAgIDwvZHM6 U2lnbmVkSW5mbz4NCiAgICAgICAgICAgIDxkczpTaWduYXR1cmVWYWx1ZT5iL1FSSFo1UGlCRlh5 ZWx2MTVsTHVmNm1ma3NEc0ZVN3FNSm9NUnhKdHFVMnJoNFVSOEF5Z2FPM1h0TWZiUW1Ya2xlSS8r V095clpGUnFLNUMyc25uRk9UVnNSSjRndnlMWnBtWGNUQzZteVlQTDNFdStNZ2xKaHF0dVpML3Jm MnZVV0RGdVdTdkc2YWNsQVBqQkF3WVRHM0ZsQUwvUjM5cHhHL0tBNG51OWc9PC9kczpTaWduYXR1 cmVWYWx1ZT4NCiAgICAgICAgICAgIDxkczpLZXlJbmZvIElkPSJLZXlJZC03MTcwNzIwIj4NCiAg ICAgICAgICAgICAgIDx3c3NlOlNlY3VyaXR5VG9rZW5SZWZlcmVuY2UgeG1sbnM6d3N1PSJodHRw Oi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2Vj dXJpdHktdXRpbGl0eS0xLjAueHNkIiB3c3U6SWQ9IlNUUklkLTEwODE2OTMyIj4NCiAgICAgICAg ICAgICAgICAgIDx3c3NlOlJlZmVyZW5jZSBVUkk9IiNfYzYwOTAzY2Q0ZmRlYjQzY2I0ZTY4ODNm NDgwZjM0M2IiIFZhbHVlVHlwZT0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3NzLzIwMDQv WFgvb2FzaXMtMjAwNFhYLXdzcy1zYW1sLXRva2VuLXByb2ZpbGUtMS4wI1NBTUxBc3NlcnRpb24t MS4xIj48L3dzc2U6UmVmZXJlbmNlPg0KICAgICAgICAgICAgICAgPC93c3NlOlNlY3VyaXR5VG9r ZW5SZWZlcmVuY2U+DQogICAgICAgICAgICA8L2RzOktleUluZm8+DQogICAgICAgICA8L2RzOlNp Z25hdHVyZT4NCiAgICAgIDwvd3NzZTpTZWN1cml0eT4NCiAgIDwvc29hcGVudjpIZWFkZXI+DQog ICA8c29hcGVudjpCb2R5IHhtbG5zOndzdT0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Nz LzIwMDQvMDEvb2FzaXMtMjAwNDAxLXdzcy13c3NlY3VyaXR5LXV0aWxpdHktMS4wLnhzZCIgd3N1 OklkPSJpZC0xMDI2NTA4MyI+DQogICAgICA8eGVuYzpFbmNyeXB0ZWREYXRhIElkPSJFbmNEYXRh SWQtMTAyNjUwODMiIFR5cGU9Imh0dHA6Ly93d3cudzMub3JnLzIwMDEvMDQveG1sZW5jI0NvbnRl bnQiPg0KICAgICAgICAgPHhlbmM6RW5jcnlwdGlvbk1ldGhvZCBBbGdvcml0aG09Imh0dHA6Ly93 d3cudzMub3JnLzIwMDEvMDQveG1sZW5jI3RyaXBsZWRlcy1jYmMiPjwveGVuYzpFbmNyeXB0aW9u TWV0aG9kPg0KICAgICAgICAgPHhlbmM6Q2lwaGVyRGF0YT4NCiAgICAgICAgICAgIDx4ZW5jOkNp cGhlclZhbHVlPm9zTlBKRXk3U1VGbUp5UEw1eUc1eEFvdzQ0SWt3cGJNeU1rR3FpSzhDakhFYSsz R0hYVXBhRENITzlyWmJURXFSRC9rTG9vTjN5b2Mxcmk2WWhLdVNaSDVPbCtXNFBwNGVSekFDditq QzZzbDdlejJjRkVlNnRYTDVxN1ZJRmVFbUtUTG1XeERLVlJvV2NQeU1saVgrOWxtTkZna2hnMFhx bi8wRUZYMkQ4TGdmeEpDWmVieWNITzdkNzlhS21FT0czR0RJRFFsN2RMbzhVbXJpYjEyQ29oODho SUdLNG12UXZaR0NvdkJmOWxCWUdRemhwdlZjWFBUTHhWa2hoNndYTzFackZBTEx4TFgrMkxPMS9E REhvcTNpKzJrSDdhb2c3ZWhEUVdDdjdvcXJQalBiZE1VOFlQM2J1bm1MY0tUUlg4TXZHTVpxaHlG RWhjV2hFWnF4L2tZVjZoUHFCTFJ6WlhSYlZGYmNaV3ZESElWU2tjeDhINUVWZ3BuUHF2VGNRcTls T2pCOWh2cE9GYkErQ1JNQWFZenB5VWMyZFZ2Sm83c2V4MU1kMk5NS2FvTFc0RWp6S2ZlUjNLeDZu ODJkcFJkTmpaTHdjemtKWWlQMS9WU3BlWVBIRTB6N3A3NUNaMHJOeUdxS3dmRDdwRGpRRmtOQ1Bn OTFLb3h5a0U2YjUydklZWHFCNnV4eGFqRXJBSFlVZWpwdk0wOHZyUGlLeUVadmd0aHA5dlJjZXRX REFjWVBsSDBmbENhK3RvNjBEU2c2azFlcjJDaDRady9ZblFybTJSWWZnVmkyaXhVVUZHd2ZzTitV RnRsalhVdElPRi9CV2F6RndBYkR4VWVjQzNHYXVWNmFaUT08L3hlbmM6Q2lwaGVyVmFsdWU+DQog ICAgICAgICA8L3hlbmM6Q2lwaGVyRGF0YT4NCiAgICAgIDwveGVuYzpFbmNyeXB0ZWREYXRhPg0K ICAgPC9zb2FwZW52OkJvZHk+PC9zb2FwZW52OkVudmVsb3BlPg== ------_=_NextPart_001_01C6CB82.64CE48B7 Content-Type: application/octet-stream; name="ServiceHandler.java" Content-Transfer-Encoding: base64 Content-Description: ServiceHandler.java Content-Disposition: attachment; filename="ServiceHandler.java" LyoKIENvcHlyaWdodCAoQykgMjAwNiBSYWZhZWwgSi4gRGVpdG9zCgogVGhpcyBwcm9ncmFtIGlz IGZyZWUgc29mdHdhcmU7IHlvdSBjYW4gcmVkaXN0cmlidXRlIGl0IGFuZC9vcgogbW9kaWZ5IGl0 IHVuZGVyIHRoZSB0ZXJtcyBvZiB0aGUgR05VIEdlbmVyYWwgUHVibGljIExpY2Vuc2UKIGFzIHB1 Ymxpc2hlZCBieSB0aGUgRnJlZSBTb2Z0d2FyZSBGb3VuZGF0aW9uOyBlaXRoZXIgdmVyc2lvbiAy CiBvZiB0aGUgTGljZW5zZSwgb3IgKGF0IHlvdXIgb3B0aW9uKSBhbnkgbGF0ZXIgdmVyc2lvbi4K CiBUaGlzIHByb2dyYW0gaXMgZGlzdHJpYnV0ZWQgaW4gdGhlIGhvcGUgdGhhdCBpdCB3aWxsIGJl IHVzZWZ1bCwKIGJ1dCBXSVRIT1VUIEFOWSBXQVJSQU5UWTsgd2l0aG91dCBldmVuIHRoZSBpbXBs aWVkIHdhcnJhbnR5IG9mCiBNRVJDSEFOVEFCSUxJVFkgb3IgRklUTkVTUyBGT1IgQSBQQVJUSUNV TEFSIFBVUlBPU0UuICBTZWUgdGhlCiBHTlUgR2VuZXJhbCBQdWJsaWMgTGljZW5zZSBmb3IgbW9y ZSBkZXRhaWxzLgoKIFlvdSBzaG91bGQgaGF2ZSByZWNlaXZlZCBhIGNvcHkgb2YgdGhlIEdOVSBH ZW5lcmFsIFB1YmxpYyBMaWNlbnNlCiBhbG9uZyB3aXRoIHRoaXMgcHJvZ3JhbTsgaWYgbm90LCB3 cml0ZSB0byB0aGUgRnJlZSBTb2Z0d2FyZQogRm91bmRhdGlvbiwgSW5jLiwgNTEgRnJhbmtsaW4g U3RyZWV0LCBGaWZ0aCBGbG9vciwgQm9zdG9uLCBNQSAgMDIxMTAtMTMwMSwgVVNBLgoKIFNBUC1B RyAvIENFQyBLYWxyc3J1aGUsIGhlcmVieSBkaXNjbGFpbXMgYWxsIGNvcHlyaWdodAogaW50ZXJl c3QgaW4gdGhlIHByb2dyYW0gYFZPTSBUb29sa2l0JwogKHdoaWNoIG1ha2VzIHBhc3NlcyBhdCBj b21waWxlcnMpIHdyaXR0ZW4gCiBieSBSYWZhZWwgSi4gRGVpdG9zLgoKICovCnBhY2thZ2UgY29t LnNhcC53ZWJzZXJ2aWNlcy5lY2hvLmhhbmRsZXJzOwoKaW1wb3J0IGphdmEuaW8uQnl0ZUFycmF5 T3V0cHV0U3RyZWFtOwppbXBvcnQgamF2YS5pby5JT0V4Y2VwdGlvbjsKaW1wb3J0IGphdmEubmV0 LlVSTDsKaW1wb3J0IGphdmEuc2VjdXJpdHkuSW52YWxpZEtleUV4Y2VwdGlvbjsKaW1wb3J0IGph dmEuc2VjdXJpdHkuS2V5U3RvcmVFeGNlcHRpb247CmltcG9ydCBqYXZhLnNlY3VyaXR5Lk5vU3Vj aEFsZ29yaXRobUV4Y2VwdGlvbjsKaW1wb3J0IGphdmEuc2VjdXJpdHkuTm9TdWNoUHJvdmlkZXJF eGNlcHRpb247CmltcG9ydCBqYXZhLnNlY3VyaXR5LlB1YmxpY0tleTsKaW1wb3J0IGphdmEuc2Vj dXJpdHkuU2lnbmF0dXJlRXhjZXB0aW9uOwppbXBvcnQgamF2YS5zZWN1cml0eS5jZXJ0LkNlcnRp ZmljYXRlOwppbXBvcnQgamF2YS5zZWN1cml0eS5jZXJ0LkNlcnRpZmljYXRlRXhjZXB0aW9uOwpp bXBvcnQgamF2YS5zZWN1cml0eS5jZXJ0LkNlcnRpZmljYXRlRXhwaXJlZEV4Y2VwdGlvbjsKaW1w b3J0IGphdmEuc2VjdXJpdHkuY2VydC5DZXJ0aWZpY2F0ZU5vdFlldFZhbGlkRXhjZXB0aW9uOwpp bXBvcnQgamF2YS5zZWN1cml0eS5jZXJ0Llg1MDlDZXJ0aWZpY2F0ZTsKaW1wb3J0IGphdmEudXRp bC5JdGVyYXRvcjsKaW1wb3J0IGphdmEudXRpbC5Qcm9wZXJ0aWVzOwppbXBvcnQgamF2YS51dGls LlZlY3RvcjsKCmltcG9ydCBqYXZheC5zZWN1cml0eS5hdXRoLmNhbGxiYWNrLkNhbGxiYWNrSGFu ZGxlcjsKCmltcG9ydCBvcmcuYXBhY2hlLmF4aXMuQXhpc0ZhdWx0OwppbXBvcnQgb3JnLmFwYWNo ZS5heGlzLk1lc3NhZ2VDb250ZXh0OwppbXBvcnQgb3JnLmFwYWNoZS5heGlzLlNPQVBQYXJ0Owpp bXBvcnQgb3JnLmFwYWNoZS53cy5heGlzLnNlY3VyaXR5LmhhbmRsZXIuV1NEb0FsbEhhbmRsZXI7 CmltcG9ydCBvcmcuYXBhY2hlLndzLnNlY3VyaXR5LldTQ29uc3RhbnRzOwppbXBvcnQgb3JnLmFw YWNoZS53cy5zZWN1cml0eS5XU1NlY3VyaXR5RW5naW5lOwppbXBvcnQgb3JnLmFwYWNoZS53cy5z ZWN1cml0eS5XU1NlY3VyaXR5RW5naW5lUmVzdWx0OwppbXBvcnQgb3JnLmFwYWNoZS53cy5zZWN1 cml0eS5XU1NlY3VyaXR5RXhjZXB0aW9uOwppbXBvcnQgb3JnLmFwYWNoZS53cy5zZWN1cml0eS5j b21wb25lbnRzLmNyeXB0by5DcnlwdG87CmltcG9ydCBvcmcuYXBhY2hlLndzLnNlY3VyaXR5LmNv bXBvbmVudHMuY3J5cHRvLk1lcmxpbjsKaW1wb3J0IG9yZy5hcGFjaGUud3Muc2VjdXJpdHkuaGFu ZGxlci5SZXF1ZXN0RGF0YTsKaW1wb3J0IG9yZy5hcGFjaGUud3Muc2VjdXJpdHkuaGFuZGxlci5X U0hhbmRsZXJDb25zdGFudHM7CmltcG9ydCBvcmcuYXBhY2hlLndzLnNlY3VyaXR5Lm1lc3NhZ2Uu dG9rZW4uQmluYXJ5U2VjdXJpdHk7CmltcG9ydCBvcmcuYXBhY2hlLndzLnNlY3VyaXR5Lm1lc3Nh Z2UudG9rZW4uUEtJUGF0aFNlY3VyaXR5OwppbXBvcnQgb3JnLmFwYWNoZS53cy5zZWN1cml0eS5t ZXNzYWdlLnRva2VuLlg1MDlTZWN1cml0eTsKaW1wb3J0IG9yZy5hcGFjaGUud3Muc2VjdXJpdHku dXRpbC5Mb2FkZXI7CmltcG9ydCBvcmcuYXBhY2hlLnhtbC5zZWN1cml0eS51dGlscy5YTUxVdGls czsKaW1wb3J0IG9yZy5vcGVuc2FtbC5TQU1MQXNzZXJ0aW9uOwppbXBvcnQgb3JnLm9wZW5zYW1s LlNBTUxFeGNlcHRpb247CmltcG9ydCBvcmcudzNjLmRvbS5Eb2N1bWVudDsKaW1wb3J0IG9yZy53 M2MuZG9tLkVsZW1lbnQ7CgppbXBvcnQgY29tLnNhcC53ZWJzZXJ2aWNlcy5zZWN1cml0eS5TT0FQ VXRpbDsKCi8qKgogKiBAYXV0aG9yIFJhZmFlbCBKLiBEZWl0b3MKICogCiAqLwpwdWJsaWMgY2xh c3MgU2VydmljZUhhbmRsZXIgZXh0ZW5kcyBXU0RvQWxsSGFuZGxlciB7CgoJc3RhdGljIGZpbmFs IFdTU2VjdXJpdHlFbmdpbmUgc2VjRW5naW5lID0gV1NTZWN1cml0eUVuZ2luZS5nZXRJbnN0YW5j ZSgpOwoKCXByaXZhdGUgc3RhdGljIFByb3BlcnRpZXMgY3J5cHRvUHJvcGVydGllcyA9IG51bGw7 CgoJcHJvdGVjdGVkIGJvb2xlYW4gY2hlY2tBc3NlcnRpb24oU0FNTEFzc2VydGlvbiBhc3NlcnRp b24pIHsKCQl0cnkgewoJCQlhc3NlcnRpb24uY2hlY2tWYWxpZGl0eSgpOwoJCX0gY2F0Y2ggKFNB TUxFeGNlcHRpb24gZSkgewoJCQllLnByaW50U3RhY2tUcmFjZSgpOwoJCX0KCQlyZXR1cm4gdHJ1 ZTsKCX0KCglwcm90ZWN0ZWQgYm9vbGVhbiBjaGVja1NpZ25lZEFzc2VydGlvbihTQU1MQXNzZXJ0 aW9uIGFzc2VydGlvbiwKCQkJQ3J5cHRvIGNyeXB0bykgewoJCXRyeSB7CgkJCWFzc2VydGlvbi5j aGVja1ZhbGlkaXR5KCk7CgkJCWlmIChhc3NlcnRpb24uaXNTaWduZWQoKSkgewoJCQkJSXRlcmF0 b3IgaXRlciA9IGFzc2VydGlvbi5nZXRYNTA5Q2VydGlmaWNhdGVzKCk7CgkJCQlYNTA5Q2VydGlm aWNhdGUgY2VydCA9IChYNTA5Q2VydGlmaWNhdGUpIGl0ZXIubmV4dCgpOwoJCQkJUHVibGljS2V5 IHBLID0gY2VydC5nZXRQdWJsaWNLZXkoKTsKCgkJCQlhc3NlcnRpb24udmVyaWZ5KHBLKTsKCQkJ fQoJCX0gY2F0Y2ggKFNBTUxFeGNlcHRpb24gZSkgewoJCQllLnByaW50U3RhY2tUcmFjZSgpOwoJ CX0KCQlyZXR1cm4gdHJ1ZTsKCX0KCglwcm90ZWN0ZWQgYm9vbGVhbiBjaGVja0NlcnRpZmljYXRl KFg1MDlDZXJ0aWZpY2F0ZSBjZXJ0LCBDcnlwdG8gY3J5cHRvKSB7CgkJdHJ5IHsKCQkJLy8gZmly c3QgY2hlY2sgdGhlIHZhbGlkaXR5CgkJCWNlcnQuY2hlY2tWYWxpZGl0eSgpOwoJCQkvLyByZXRy aWV2ZSB0aGUgaXNzdWVyIG9mIHRoZSBjZXJ0aWZpY2F0ZQoJCQlTdHJpbmcgaXNzdWVyID0gY2Vy dC5nZXRJc3N1ZXJYNTAwUHJpbmNpcGFsKCkuZ2V0TmFtZSgpOwoJCQkvLyBsb29rIGZvciB0aGUg cHVibGljIGtleSBpbiB0aGUgTE9DQUwgS0VZU1RPUkUKCQkJUHVibGljS2V5IGxvY2FsUHViS2V5 ID0gcmVzb2x2ZVB1YmxpY0tleShpc3N1ZXIsIGNyeXB0byk7CgkJCS8vIHZlcmlmeSB0aGUgY2Vy dGlmaWNhdGUgd2l0aCB0aGUgbG9jYWwgcHVibGljIGtleQoJCQljZXJ0LnZlcmlmeShsb2NhbFB1 YktleSk7CgkJCXJldHVybiB0cnVlOwoJCX0gY2F0Y2ggKENlcnRpZmljYXRlRXhwaXJlZEV4Y2Vw dGlvbiBlKSB7CgkJCWUucHJpbnRTdGFja1RyYWNlKCk7CgkJfSBjYXRjaCAoQ2VydGlmaWNhdGVO b3RZZXRWYWxpZEV4Y2VwdGlvbiBlKSB7CgkJCWUucHJpbnRTdGFja1RyYWNlKCk7CgkJfSBjYXRj aCAoSW52YWxpZEtleUV4Y2VwdGlvbiBlKSB7CgkJCWUucHJpbnRTdGFja1RyYWNlKCk7CgkJfSBj YXRjaCAoQ2VydGlmaWNhdGVFeGNlcHRpb24gZSkgewoJCQllLnByaW50U3RhY2tUcmFjZSgpOwoJ CX0gY2F0Y2ggKE5vU3VjaEFsZ29yaXRobUV4Y2VwdGlvbiBlKSB7CgkJCWUucHJpbnRTdGFja1Ry YWNlKCk7CgkJfSBjYXRjaCAoTm9TdWNoUHJvdmlkZXJFeGNlcHRpb24gZSkgewoJCQllLnByaW50 U3RhY2tUcmFjZSgpOwoJCX0gY2F0Y2ggKFNpZ25hdHVyZUV4Y2VwdGlvbiBlKSB7CgkJCWUucHJp bnRTdGFja1RyYWNlKCk7CgkJfQoJCXJldHVybiBmYWxzZTsKCX0KCgkvKioKCSAqIENoZWNrcyB0 aGUgPGNvZGU+ZWxlbWVudDwvY29kZT4gYW5kIGNyZWF0ZXMgYXBwcm9wcmlhdGUgYmluYXJ5IHNl Y3VyaXR5CgkgKiBvYmplY3QuCgkgKiAKCSAqIEBwYXJhbSBlbGVtZW50CgkgKiAgICAgICAgICAg IFRoZSBYTUwgZWxlbWVudCB0aGF0IGNvbnRhaW5zIGVpdGhlciBhCgkgKiAgICAgICAgICAgIDxj b2RlPkJpbmFyeVNlY3VyaXR5VG9rZW4KCSAqICAgICAgICAgICAgICAgIDwvY29kZT4gb3IgYSA8 Y29kZT5QS0lQYXRoPC9jb2RlPgoJICogICAgICAgICAgICBlbGVtZW50LiBPdGhlciBlbGVtZW50 IHR5cGVzIGEgbm90IHN1cHBvcnRlZAoJICogQHJldHVybiB0aGUgQmluYXJ5U2VjdXJpdHkgb2Jq ZWN0LCBlaXRoZXIgYSA8Y29kZT5YNTA5U2VjdXJpdHk8L2NvZGU+CgkgKiAgICAgICAgIG9yIGEg PGNvZGU+UEtJUGF0aFNlY3VyaXR5PC9jb2RlPiBvYmplY3QuCgkgKiBAdGhyb3dzIFdTU2VjdXJp dHlFeGNlcHRpb24KCSAqLwoJcHJvdGVjdGVkIEJpbmFyeVNlY3VyaXR5IGNyZWF0ZVNlY3VyaXR5 VG9rZW4oRWxlbWVudCBlbGVtZW50KQoJCQl0aHJvd3MgV1NTZWN1cml0eUV4Y2VwdGlvbiB7CgkJ QmluYXJ5U2VjdXJpdHkgdG9rZW4gPSBuZXcgQmluYXJ5U2VjdXJpdHkoZWxlbWVudCk7CgkJU3Ry aW5nIHR5cGUgPSB0b2tlbi5nZXRWYWx1ZVR5cGUoKTsKCQlYNTA5U2VjdXJpdHkgeDUwOSA9IG51 bGw7CgkJUEtJUGF0aFNlY3VyaXR5IHBraVBhdGggPSBudWxsOwoKCQlpZiAoWDUwOVNlY3VyaXR5 LmdldFR5cGUoKS5lcXVhbHModHlwZSkpIHsKCQkJeDUwOSA9IG5ldyBYNTA5U2VjdXJpdHkoZWxl bWVudCk7CgkJCXJldHVybiAoQmluYXJ5U2VjdXJpdHkpIHg1MDk7CgkJfSBlbHNlIGlmIChQS0lQ YXRoU2VjdXJpdHkuZ2V0VHlwZSgpLmVxdWFscyh0eXBlKSkgewoJCQlwa2lQYXRoID0gbmV3IFBL SVBhdGhTZWN1cml0eShlbGVtZW50KTsKCQkJcmV0dXJuIChCaW5hcnlTZWN1cml0eSkgcGtpUGF0 aDsKCQl9CgkJdGhyb3cgbmV3IFdTU2VjdXJpdHlFeGNlcHRpb24oCgkJCQlXU1NlY3VyaXR5RXhj ZXB0aW9uLlVOU1VQUE9SVEVEX1NFQ1VSSVRZX1RPS0VOLAoJCQkJInVuc3VwcG9ydGVkQmluYXJ5 VG9rZW5UeXBlIiwgbmV3IE9iamVjdFtdIHsgdHlwZSB9KTsKCX0KCgkvKioKCSAqIEV4dHJhY3Rz IHRoZSBjZXJ0aWZpY2F0ZShzKSBmcm9tIHRoZSBCaW5hcnkgU2VjdXJpdHkgdG9rZW4gcmVmZXJl bmNlLgoJICogPHAvPgoJICogCgkgKiBAcGFyYW0gZWxlbQoJICogICAgICAgICAgICBUaGUgZWxl bWVudCBjb250YWluaW5nIHRoZSBiaW5hcnkgc2VjdXJpdHkgdG9rZW4uIFRoaXMgaXMKCSAqICAg ICAgICAgICAgZWl0aGVyIFg1MDkgY2VydGlmaWNhdGUocykgb3IgYSBQS0lQYXRoLgoJICogQHJl dHVybiBhbiBhcnJheSBvZiBYNTA5IGNlcnRpZmljYXRlcwoJICogQHRocm93cyBXU1NlY3VyaXR5 RXhjZXB0aW9uCgkgKi8KCXByb3RlY3RlZCBYNTA5Q2VydGlmaWNhdGVbXSBnZXRDZXJ0aWZpY2F0 ZXNUb2tlblJlZmVyZW5jZShFbGVtZW50IGVsZW0sCgkJCUNyeXB0byBjcnlwdG8pIHRocm93cyBX U1NlY3VyaXR5RXhjZXB0aW9uIHsKCQlCaW5hcnlTZWN1cml0eSB0b2tlbiA9IGNyZWF0ZVNlY3Vy aXR5VG9rZW4oZWxlbSk7CgkJaWYgKHRva2VuIGluc3RhbmNlb2YgUEtJUGF0aFNlY3VyaXR5KSB7 CgkJCXJldHVybiAoKFBLSVBhdGhTZWN1cml0eSkgdG9rZW4pLmdldFg1MDlDZXJ0aWZpY2F0ZXMo ZmFsc2UsIGNyeXB0byk7CgkJfSBlbHNlIGlmICh0b2tlbiBpbnN0YW5jZW9mIFg1MDlTZWN1cml0 eSkgewoJCQlYNTA5Q2VydGlmaWNhdGUgY2VydCA9ICgoWDUwOVNlY3VyaXR5KSB0b2tlbikKCQkJ CQkuZ2V0WDUwOUNlcnRpZmljYXRlKGNyeXB0byk7CgkJCVg1MDlDZXJ0aWZpY2F0ZVtdIGNlcnRz ID0gbmV3IFg1MDlDZXJ0aWZpY2F0ZVsxXTsKCQkJY2VydHNbMF0gPSBjZXJ0OwoJCQlyZXR1cm4g Y2VydHM7CgkJfQoJCXJldHVybiBudWxsOwoJfQoKCXByb3RlY3RlZCBQcm9wZXJ0aWVzIGdldFBy b3BlcnRpZXMoU3RyaW5nIHByb3BGaWxlbmFtZSkgewoJCVByb3BlcnRpZXMgcHJvcGVydGllcyA9 IG5ldyBQcm9wZXJ0aWVzKCk7CgkJdHJ5IHsKCQkJVVJMIHVybCA9IExvYWRlci5nZXRSZXNvdXJj ZShwcm9wRmlsZW5hbWUpOwoJCQlwcm9wZXJ0aWVzLmxvYWQodXJsLm9wZW5TdHJlYW0oKSk7CgkJ fSBjYXRjaCAoRXhjZXB0aW9uIGUpIHsKCQkJdGhyb3cgbmV3IFJ1bnRpbWVFeGNlcHRpb24oCgkJ CQkJIlNBTUxJc3N1ZXJGYWN0b3J5OiBDYW5ub3QgbG9hZCBwcm9wZXJ0aWVzOiAiCgkJCQkJCQkr IHByb3BGaWxlbmFtZSk7CgkJfQoJCXJldHVybiBwcm9wZXJ0aWVzOwoJfQoKCS8qKgoJICogSW52 b2tlIG1ldGhvZAoJICovCglwdWJsaWMgdm9pZCBpbnZva2UoTWVzc2FnZUNvbnRleHQgYXJnMCkg dGhyb3dzIEF4aXNGYXVsdCB7CgkJUmVxdWVzdERhdGEgcmVxRGF0YSA9IG5ldyBSZXF1ZXN0RGF0 YSgpOwoJCXJlcURhdGEuc2V0TXNnQ29udGV4dChhcmcwKTsKCQkvLyB2ZXJpZnkgdGhlIGVudmVs b3BlCgkJRG9jdW1lbnQgZG9jID0gdmVyaWZ5RW52ZWxvcGUocmVxRGF0YSk7CgkJLy8gdXBkYXRl IHRoZSBtZXNzYWdlCgkJdXBkYXRlTWVzc2FnZShhcmcwLCBkb2MpOwoJCVN5c3RlbS5vdXQucHJp bnRsbigiW1NlcnZpY2VIYW5kbGVyXSBNZXNzYWdlIHN1Y2Nlc3NmdWx5IHZlcmlmaWVkLi4uIik7 Cgl9CgoJLyoqCgkgKiBDcmVhdGUgYSBjcnlwdG8gZW5naW5lIG9iamVjdCBmb3IgdGhlIGdpdmVu IGtleXN0b3JlCgkgKiAKCSAqIEBwYXJhbSBrZXlzdG9yZUxvY2F0aW9uCgkgKiAgICAgICAgICAg IHRoZSBwYXRoIHRvIHRoZSBrZXlzdG9yZQoJICogQHBhcmFtIGtleXN0b3JlUHdkCgkgKiAgICAg ICAgICAgIHRoZSBwYXNzd29yZCB0byBhY2Nlc3MgdGhlIGtleXN0b3JlCgkgKiBAcmV0dXJuIHRo ZSBjcnlwdG8gb2JqZWN0CgkgKi8KCXByb3RlY3RlZCBDcnlwdG8gbG9hZENyeXB0b0VuZ2luZShS ZXF1ZXN0RGF0YSByZXFEYXRhKSB7CgkJQ3J5cHRvIGNyeXB0byA9IG51bGw7CgkJU3RyaW5nIGNy eXB0b1Byb3BGaWxlID0gZ2V0U3RyaW5nKFdTSGFuZGxlckNvbnN0YW50cy5TSUdfUFJPUF9GSUxF LAoJCQkJcmVxRGF0YS5nZXRNc2dDb250ZXh0KCkpOwoJCWNyeXB0b1Byb3BlcnRpZXMgPSBnZXRQ cm9wZXJ0aWVzKGNyeXB0b1Byb3BGaWxlKTsKCQl0cnkgewoJCQkvLyBjcmVhdGUgdGhlIGNyeXB0 byBvYmplY3QgaW5zdGFuY2UgdG8gbWFuYWdlIHRoZSBrZXlzdG9yZQoJCQljcnlwdG8gPSBuZXcg TWVybGluKGNyeXB0b1Byb3BlcnRpZXMpOwoJCX0gY2F0Y2ggKG9yZy5hcGFjaGUud3Muc2VjdXJp dHkuY29tcG9uZW50cy5jcnlwdG8uQ3JlZGVudGlhbEV4Y2VwdGlvbiBlKSB7CgkJCWUucHJpbnRT dGFja1RyYWNlKCk7CgkJfSBjYXRjaCAoSU9FeGNlcHRpb24gZSkgewoJCQllLnByaW50U3RhY2tU cmFjZSgpOwoJCX0KCQlyZXR1cm4gY3J5cHRvOwoJfQoKCS8qKgoJICogU2VhcmNoIGZvciB0aGUg cHVibGljIGtleSBpbiBhIGNlcnRpZmljYXRlIGZvciB0aGUgZ2l2ZW4gc3ViamVjdAoJICogCgkg KiBAcGFyYW0gc3ViamVjdAoJICogICAgICAgICAgICB0aGUgc3ViamVjdCBuYW1lIChSRkMyMjUz KQoJICogQHBhcmFtIGNyeXB0bwoJICogICAgICAgICAgICB0aGUgY3J5cHRvIG9iamVjdCB0byBh Y2Nlc3MgdGhlIGtleXN0b3JlCgkgKiBAcmV0dXJuIHRoZSBwdWJsaWMga2V5CgkgKi8KCXByb3Rl Y3RlZCBQdWJsaWNLZXkgcmVzb2x2ZVB1YmxpY0tleShTdHJpbmcgc3ViamVjdCwgQ3J5cHRvIGNy eXB0bykgewoJCVN0cmluZ1tdIGFsaWFzZXMgPSBudWxsOwoJCXRyeSB7CgkJCS8vIHRoZSBhbGlh c2VzIGZvciB0aGUgY29ycmVzcG9uZGluZyBzdWJqZWN0CgkJCWFsaWFzZXMgPSBjcnlwdG8uZ2V0 QWxpYXNlc0ZvckROKHN1YmplY3QpOwoJCX0gY2F0Y2ggKFdTU2VjdXJpdHlFeGNlcHRpb24gZSkg ewoJCQllLnByaW50U3RhY2tUcmFjZSgpOwoJCQlyZXR1cm4gbnVsbDsKCQl9CgkJQ2VydGlmaWNh dGUgY2VydCA9IG51bGw7CgkJZm9yIChpbnQgaSA9IDA7IGkgPCBhbGlhc2VzLmxlbmd0aDsgaSsr KSB7CgkJCXRyeSB7CgkJCQkvLyBpZiB0aGUgZW50cnkgY29ycmVzcG9uZGluZyB0byB0aGlzIGFs aWFzIGlzIGEgY2VydGlmaWNhdGUKCQkJCS8vIGVudHJ5IHJldHJpZXZlIHRoZSBwdWJsaWMga2V5 CgkJCQlpZiAoY3J5cHRvLmdldEtleVN0b3JlKCkuaXNDZXJ0aWZpY2F0ZUVudHJ5KGFsaWFzZXNb MF0pKSB7CgkJCQkJY2VydCA9IGNyeXB0by5nZXRLZXlTdG9yZSgpLmdldENlcnRpZmljYXRlKGFs aWFzZXNbMF0pOwoJCQkJCXJldHVybiBjZXJ0LmdldFB1YmxpY0tleSgpOwoJCQkJfQoJCQl9IGNh dGNoIChLZXlTdG9yZUV4Y2VwdGlvbiBlKSB7CgkJCQllLnByaW50U3RhY2tUcmFjZSgpOwoJCQl9 CgkJfQoJCXJldHVybiBudWxsOwoJfQoKCS8qKgoJICogVXBkYXRlIHRoZSBtZXNzYWdlCgkgKiAK CSAqIEBwYXJhbSBtYwoJICogICAgICAgICAgICB0aGUgbWVzc2FnZSBjb250ZXh0CgkgKiBAcGFy YW0gZG9jCgkgKiAgICAgICAgICAgIHRoZSBuZXcgbWVzc2FnZQoJICovCglwcm90ZWN0ZWQgdm9p ZCB1cGRhdGVNZXNzYWdlKE1lc3NhZ2VDb250ZXh0IG1jLCBEb2N1bWVudCBkb2MpIHsKCQkvLyB1 cGRhdGUgdGhlIG1lc3NhZ2UhIQoJCVNPQVBQYXJ0IHNQYXJ0ID0gKG9yZy5hcGFjaGUuYXhpcy5T T0FQUGFydCkgbWMuZ2V0Q3VycmVudE1lc3NhZ2UoKQoJCQkJLmdldFNPQVBQYXJ0KCk7CgkJQnl0 ZUFycmF5T3V0cHV0U3RyZWFtIG9zID0gbmV3IEJ5dGVBcnJheU91dHB1dFN0cmVhbSgpOwoJCVhN TFV0aWxzLm91dHB1dERPTShkb2MsIG9zLCB0cnVlKTsKCQkvLyBzZXQgdGhlIG5ldyBtZXNzYWdl CgkJc1BhcnQuc2V0Q3VycmVudE1lc3NhZ2Uob3MudG9CeXRlQXJyYXkoKSwgU09BUFBhcnQuRk9S TV9CWVRFUyk7Cgl9CgoJLyoqCgkgKiBWZXJpZml5IHRoZSBlbnZlbG9wZS4KCSAqIAoJICogQHBh cmFtIGVudgoJICogICAgICAgICAgICB0aGUgU09BUEVudmVsb3BlCgkgKiBAcmV0dXJuIHRoZSB2 ZXJpZmllZCBkb2N1bWVudAoJICovCglwcm90ZWN0ZWQgRG9jdW1lbnQgdmVyaWZ5RW52ZWxvcGUo UmVxdWVzdERhdGEgcmVxRGF0YSkgewoJCXRyeSB7CgkJCS8vIGdldCB0aGUgU09BUEVudmVsb3Bl IGFzIGEgRG9jdW1lbnQKCQkJRG9jdW1lbnQgZG9jID0gKChNZXNzYWdlQ29udGV4dCkgcmVxRGF0 YS5nZXRNc2dDb250ZXh0KCkpCgkJCQkJLmdldEN1cnJlbnRNZXNzYWdlKCkuZ2V0U09BUEVudmVs b3BlKCkuZ2V0QXNEb2N1bWVudCgpOwoJCQkvLyBpbml0aWFsaXplIHRoZSBzZWN1cml0eSBlbmdp bmUgZm9yIHZlcmlmaWNhdGlvbgoJCQlXU1NlY3VyaXR5RW5naW5lIHNlY0VuZ2luZSA9IFdTU2Vj dXJpdHlFbmdpbmUuZ2V0SW5zdGFuY2UoKTsKCQkJLy8gaW5zdGFudGlhdGUgYSBjcnlwdG8gZW5n aW5lIGZvciBrZXlzdG9yZSBtYW5hZ2VtZW50CgkJCUNyeXB0byBjcnlwdG8gPSBsb2FkQ3J5cHRv RW5naW5lKHJlcURhdGEpOwoJCQkvLyBubyBuZWVkIGZvciBjYWxsYmFjayBoYW5kbGVyCgkJCS8v IENhbGxiYWNrSGFuZGxlciBjYkhhbmRsZXIgPSBnZXRQYXNzd29yZENCKHJlcURhdGEpOwoJCQlD YWxsYmFja0hhbmRsZXIgY2JIYW5kbGVyID0gbmV3IFBXQ2FsbGJhY2soKTsKCQkJLy8gcHJvY2Vz cyB0aGUgc2VjdXJpdHkgaGVhZGVyID0gYWxsIHRoZSB2ZXJpZmljYXRpb25zCgkJCVZlY3RvciBy ZXN1bHRzID0gc2VjRW5naW5lLnByb2Nlc3NTZWN1cml0eUhlYWRlcihkb2MsIG51bGwsCgkJCQkJ Y2JIYW5kbGVyLCBjcnlwdG8sIGNyeXB0byk7CgkJCVNPQVBVdGlsLnVwZGF0ZVNPQVBNZXNzYWdl KGRvYywgKChNZXNzYWdlQ29udGV4dCkgcmVxRGF0YQoJCQkJCS5nZXRNc2dDb250ZXh0KCkpLmdl dEN1cnJlbnRNZXNzYWdlKCkpOwoJCQkvLyBjaGVjayB0aGUgY2VydGlmaWNhdGUKCQkJdmVyaWZ5 UmVzdWx0cyhyZXN1bHRzLCBjcnlwdG8pOwoJCQlyZXR1cm4gZG9jOwoJCX0gY2F0Y2ggKFdTU2Vj dXJpdHlFeGNlcHRpb24gZSkgewoJCQllLnByaW50U3RhY2tUcmFjZSgpOwoJCX0gY2F0Y2ggKEV4 Y2VwdGlvbiBlKSB7CgkJCWUucHJpbnRTdGFja1RyYWNlKCk7CgkJfQoJCXJldHVybiBudWxsOwoJ fQoKCXByb3RlY3RlZCBib29sZWFuIHZlcmlmeVJlc3VsdHMoVmVjdG9yIHJlc3VsdHMsIENyeXB0 byBjcnlwdG8pIHsKCQlmb3IgKGludCBpID0gMDsgaSA8IHJlc3VsdHMuc2l6ZSgpOyBpKyspIHsK CQkJV1NTZWN1cml0eUVuZ2luZVJlc3VsdCByZXMgPSAoV1NTZWN1cml0eUVuZ2luZVJlc3VsdCkg cmVzdWx0cwoJCQkJCS5nZXQoaSk7CgkJCXN3aXRjaCAocmVzLmdldEFjdGlvbigpKSB7CgkJCWNh c2UgV1NDb25zdGFudHMuU0lHTjoKCQkJCWNoZWNrQ2VydGlmaWNhdGUocmVzLmdldENlcnRpZmlj YXRlKCksIGNyeXB0byk7CgkJCQlicmVhazsKCQkJY2FzZSBXU0NvbnN0YW50cy5TVF9TSUdORUQ6 CgkJCQljaGVja1NpZ25lZEFzc2VydGlvbihyZXMuZ2V0QXNzZXJ0aW9uKCksIGNyeXB0byk7CgkJ CQlicmVhazsKCQkJY2FzZSBXU0NvbnN0YW50cy5TVF9VTlNJR05FRDoKCQkJCWNoZWNrU2lnbmVk QXNzZXJ0aW9uKHJlcy5nZXRBc3NlcnRpb24oKSwgY3J5cHRvKTsKCQkJCS8vIGNoZWNrQXNzZXJ0 aW9uKHJlcy5nZXRBc3NlcnRpb24oKSk7CgkJCQlicmVhazsKCQkJY2FzZSBXU0NvbnN0YW50cy5F TkNSOgoJCQkJU3lzdGVtLm91dC5wcmludGxuKCJEZWNyeXB0ZWQgbWVzc2FnZS4iKTsKCQkJCWJy ZWFrOwoJCQl9CgkJfQoJCXJldHVybiB0cnVlOwoJfQp9Cg== ------_=_NextPart_001_01C6CB82.64CE48B7 Content-Type: application/octet-stream; name="ClientHandler.java" Content-Transfer-Encoding: base64 Content-Description: ClientHandler.java Content-Disposition: attachment; filename="ClientHandler.java" LyoKIENvcHlyaWdodCAoQykgMjAwNiBSYWZhZWwgSi4gRGVpdG9zCgogVGhpcyBwcm9ncmFtIGlz IGZyZWUgc29mdHdhcmU7IHlvdSBjYW4gcmVkaXN0cmlidXRlIGl0IGFuZC9vcgogbW9kaWZ5IGl0 IHVuZGVyIHRoZSB0ZXJtcyBvZiB0aGUgR05VIEdlbmVyYWwgUHVibGljIExpY2Vuc2UKIGFzIHB1 Ymxpc2hlZCBieSB0aGUgRnJlZSBTb2Z0d2FyZSBGb3VuZGF0aW9uOyBlaXRoZXIgdmVyc2lvbiAy CiBvZiB0aGUgTGljZW5zZSwgb3IgKGF0IHlvdXIgb3B0aW9uKSBhbnkgbGF0ZXIgdmVyc2lvbi4K CiBUaGlzIHByb2dyYW0gaXMgZGlzdHJpYnV0ZWQgaW4gdGhlIGhvcGUgdGhhdCBpdCB3aWxsIGJl IHVzZWZ1bCwKIGJ1dCBXSVRIT1VUIEFOWSBXQVJSQU5UWTsgd2l0aG91dCBldmVuIHRoZSBpbXBs aWVkIHdhcnJhbnR5IG9mCiBNRVJDSEFOVEFCSUxJVFkgb3IgRklUTkVTUyBGT1IgQSBQQVJUSUNV TEFSIFBVUlBPU0UuICBTZWUgdGhlCiBHTlUgR2VuZXJhbCBQdWJsaWMgTGljZW5zZSBmb3IgbW9y ZSBkZXRhaWxzLgoKIFlvdSBzaG91bGQgaGF2ZSByZWNlaXZlZCBhIGNvcHkgb2YgdGhlIEdOVSBH ZW5lcmFsIFB1YmxpYyBMaWNlbnNlCiBhbG9uZyB3aXRoIHRoaXMgcHJvZ3JhbTsgaWYgbm90LCB3 cml0ZSB0byB0aGUgRnJlZSBTb2Z0d2FyZQogRm91bmRhdGlvbiwgSW5jLiwgNTEgRnJhbmtsaW4g U3RyZWV0LCBGaWZ0aCBGbG9vciwgQm9zdG9uLCBNQSAgMDIxMTAtMTMwMSwgVVNBLgoKIFNBUC1B RyAvIENFQyBLYWxyc3J1aGUsIGhlcmVieSBkaXNjbGFpbXMgYWxsIGNvcHlyaWdodAogaW50ZXJl c3QgaW4gdGhlIHByb2dyYW0gYFZPTSBUb29sa2l0JwogKHdoaWNoIG1ha2VzIHBhc3NlcyBhdCBj b21waWxlcnMpIHdyaXR0ZW4gCiBieSBSYWZhZWwgSi4gRGVpdG9zLgoKICovCnBhY2thZ2UgY29t LnNhcC53ZWJzZXJ2aWNlcy5lY2hvLmhhbmRsZXJzOwoKaW1wb3J0IGphdmEuaW8uSU9FeGNlcHRp b247CmltcG9ydCBqYXZhLm5ldC5VUkw7CmltcG9ydCBqYXZhLnV0aWwuUHJvcGVydGllczsKaW1w b3J0IGphdmEudXRpbC5WZWN0b3I7CgppbXBvcnQgb3JnLmFwYWNoZS5heGlzLkF4aXNGYXVsdDsK aW1wb3J0IG9yZy5hcGFjaGUuYXhpcy5NZXNzYWdlOwppbXBvcnQgb3JnLmFwYWNoZS5heGlzLk1l c3NhZ2VDb250ZXh0OwppbXBvcnQgb3JnLmFwYWNoZS53cy5heGlzLnNlY3VyaXR5LmhhbmRsZXIu V1NEb0FsbEhhbmRsZXI7CmltcG9ydCBvcmcuYXBhY2hlLndzLnNlY3VyaXR5LlNPQVBDb25zdGFu dHM7CmltcG9ydCBvcmcuYXBhY2hlLndzLnNlY3VyaXR5LldTQ29uc3RhbnRzOwppbXBvcnQgb3Jn LmFwYWNoZS53cy5zZWN1cml0eS5XU0VuY3J5cHRpb25QYXJ0OwppbXBvcnQgb3JnLmFwYWNoZS53 cy5zZWN1cml0eS5XU1NDb25maWc7CmltcG9ydCBvcmcuYXBhY2hlLndzLnNlY3VyaXR5LldTU2Vj dXJpdHlFbmdpbmU7CmltcG9ydCBvcmcuYXBhY2hlLndzLnNlY3VyaXR5LldTU2VjdXJpdHlFeGNl cHRpb247CmltcG9ydCBvcmcuYXBhY2hlLndzLnNlY3VyaXR5LmNvbXBvbmVudHMuY3J5cHRvLkNy eXB0bzsKaW1wb3J0IG9yZy5hcGFjaGUud3Muc2VjdXJpdHkuY29tcG9uZW50cy5jcnlwdG8uTWVy bGluOwppbXBvcnQgb3JnLmFwYWNoZS53cy5zZWN1cml0eS5oYW5kbGVyLlJlcXVlc3REYXRhOwpp bXBvcnQgb3JnLmFwYWNoZS53cy5zZWN1cml0eS5oYW5kbGVyLldTSGFuZGxlckNvbnN0YW50czsK aW1wb3J0IG9yZy5hcGFjaGUud3Muc2VjdXJpdHkubWVzc2FnZS5XU1NlY0VuY3J5cHQ7CmltcG9y dCBvcmcuYXBhY2hlLndzLnNlY3VyaXR5Lm1lc3NhZ2UuV1NTZWNIZWFkZXI7CmltcG9ydCBvcmcu YXBhY2hlLndzLnNlY3VyaXR5Lm1lc3NhZ2UuV1NTZWNTaWduYXR1cmU7CmltcG9ydCBvcmcuYXBh Y2hlLndzLnNlY3VyaXR5LnNhbWwuU0FNTElzc3VlcjsKaW1wb3J0IG9yZy5hcGFjaGUud3Muc2Vj dXJpdHkuc2FtbC5XU1NlY1NpZ25hdHVyZVNBTUw7CmltcG9ydCBvcmcuYXBhY2hlLndzLnNlY3Vy aXR5LnV0aWwuTG9hZGVyOwppbXBvcnQgb3JnLmFwYWNoZS53cy5zZWN1cml0eS51dGlsLldTU2Vj dXJpdHlVdGlsOwppbXBvcnQgb3JnLm9wZW5zYW1sLlNBTUxBc3NlcnRpb247CmltcG9ydCBvcmcu dzNjLmRvbS5Eb2N1bWVudDsKCmltcG9ydCBjb20uc2FwLndlYnNlcnZpY2VzLnNlY3VyaXR5LlNB TUxJc3N1ZXJJbXBsOwppbXBvcnQgY29tLnNhcC53ZWJzZXJ2aWNlcy5zZWN1cml0eS5TT0FQVXRp bDsKCi8qKgogKiBAYXV0aG9yIFJhZmFlbCBKLiBEZWl0b3MKICogCiAqLwpwdWJsaWMgY2xhc3Mg Q2xpZW50SGFuZGxlciBleHRlbmRzIFdTRG9BbGxIYW5kbGVyIHsKCglzdGF0aWMgZmluYWwgV1NT ZWN1cml0eUVuZ2luZSBzZWNFbmdpbmUgPSBXU1NlY3VyaXR5RW5naW5lLmdldEluc3RhbmNlKCk7 CgoJcHJpdmF0ZSBzdGF0aWMgUHJvcGVydGllcyBzYW1sUHJvcGVydGllcyA9IG51bGw7CgoJcHJp dmF0ZSBzdGF0aWMgUHJvcGVydGllcyBjcnlwdG9Qcm9wZXJ0aWVzID0gbnVsbDsKCglwdWJsaWMg ZmluYWwgc3RhdGljIGludCBQQVJUU19CT0RZID0gMTsKCglwdWJsaWMgZmluYWwgc3RhdGljIGlu dCBQQVJUU19IRUFERVIgPSAyOwoKCXB1YmxpYyBmaW5hbCBzdGF0aWMgaW50IFBBUlRTX1NBTUxf QVNTRVJUSU9OID0gMzsKCglwdWJsaWMgZmluYWwgc3RhdGljIGludCBQQVJUU19TQU1MX0FUVFJJ QlVURVMgPSA0OwoKCXB1YmxpYyBmaW5hbCBzdGF0aWMgaW50IFBBUlRTX1NBTUxfQVVUSEVOVElD QVRJT04gPSA1OwoKCXByb3RlY3RlZCBEb2N1bWVudCBhZGRTQU1MVG9rZW4oUmVxdWVzdERhdGEg cmVxRGF0YSwgRG9jdW1lbnQgZG9jKQoJCQl0aHJvd3MgV1NTZWN1cml0eUV4Y2VwdGlvbiB7CgkJ Q3J5cHRvIGNyeXB0byA9IG51bGw7CgkJLyoKCQkgKiBpdCBpcyBwb3NzaWJsZSBhbmQgbGVnYWwg dGhhdCB3ZSBkbyBub3QgaGF2ZSBhIHNpZ25hdHVyZSBjcnlwdG8gaGVyZSAtCgkJICogdGh1cyBp Z25vcmUgdGhlIGV4Y2VwdGlvbi4gVGhpcyBpcyB1c3VhbGx5IHRoZSBjYXNlIGZvciB0aGUgU0FN TAoJCSAqIG9wdGlvbiAic2VuZGVyIHZvdWNoZXMiLiBJbiB0aGlzIGNhc2Ugbm8gdXNlciBjcnlw dG8gaXMgcmVxdWlyZWQuCgkJICovCgkJdHJ5IHsKCQkJY3J5cHRvID0gbG9hZENyeXB0b0VuZ2lu ZShyZXFEYXRhKTsKCQl9IGNhdGNoIChUaHJvd2FibGUgdCkgewoJCX0KCgkJU0FNTElzc3VlciBz YW1sID0gbG9hZFNhbWxJc3N1ZXIocmVxRGF0YSk7CgkJc2FtbC5zZXRVc2VybmFtZShzYW1sUHJv cGVydGllcwoJCQkJLmdldFByb3BlcnR5KCJvcmcuYXBhY2hlLndzLnNlY3VyaXR5LnNhbWwuaXNz dWVyLmtleS5uYW1lIikpOwoJCXNhbWwuc2V0VXNlckNyeXB0byhjcnlwdG8pOwoJCXNhbWwuc2V0 SW5zdGFuY2VEb2MoZG9jKTsKCgkJU0FNTEFzc2VydGlvbiBhc3NlcnRpb24gPSBzYW1sLm5ld0Fz c2VydGlvbigpOwoKCQlpZiAoYXNzZXJ0aW9uID09IG51bGwpIHsKCQkJdGhyb3cgbmV3IFdTU2Vj dXJpdHlFeGNlcHRpb24oCgkJCQkJIldTSGFuZGxlcjogU2lnbmVkIFNBTUw6IG5vIFNBTUwgdG9r ZW4gcmVjZWl2ZWQiKTsKCQl9CgkJU3RyaW5nIGlzc3VlcktleU5hbWUgPSBudWxsOwoJCVN0cmlu ZyBpc3N1ZXJLZXlQVyA9IG51bGw7CgkJQ3J5cHRvIGlzc3VlckNyeXB0byA9IG51bGw7CgoJCVdT U2VjU2lnbmF0dXJlU0FNTCB3c1NpZ24gPSBuZXcgV1NTZWNTaWduYXR1cmVTQU1MKCk7CgoJCVN0 cmluZyBwYXNzd29yZCA9IG51bGw7CgkJaWYgKHNhbWwuaXNTZW5kZXJWb3VjaGVzKCkpIHsKCQkJ aXNzdWVyS2V5TmFtZSA9IHNhbWwuZ2V0SXNzdWVyS2V5TmFtZSgpOwoJCQlpc3N1ZXJLZXlQVyA9 IHNhbWwuZ2V0SXNzdWVyS2V5UGFzc3dvcmQoKTsKCQkJaXNzdWVyQ3J5cHRvID0gc2FtbC5nZXRJ c3N1ZXJDcnlwdG8oKTsKCQl9IGVsc2UgewoJCQkvLyBwYXNzd29yZCA9IGdldFBhc3N3b3JkKHJl cURhdGEuZ2V0VXNlcm5hbWUoKSwgMHg4LAoJCQkvLyBXU0hhbmRsZXJDb25zdGFudHMuUFdfQ0FM TEJBQ0tfQ0xBU1MsCgkJCS8vIFdTSGFuZGxlckNvbnN0YW50cy5QV19DQUxMQkFDS19SRUYsIHJl cURhdGEpLmdldFBhc3N3b3JkKCk7CgkJCVN0cmluZyB1c2VyID0gY3J5cHRvUHJvcGVydGllcwoJ CQkJCS5nZXRQcm9wZXJ0eSgib3JnLmFwYWNoZS53cy5zZWN1cml0eS5jcnlwdG8ubWVybGluLmtl eXN0b3JlLmFsaWFzIik7CgkJCXBhc3N3b3JkID0gY3J5cHRvUHJvcGVydGllcwoJCQkJCS5nZXRQ cm9wZXJ0eSgib3JnLmFwYWNoZS53cy5zZWN1cml0eS5jcnlwdG8ubWVybGluLmFsaWFzLnBhc3N3 b3JkIik7CgkJCXdzU2lnbi5zZXRVc2VySW5mbyh1c2VyLCBwYXNzd29yZCk7CgkJfQoJCS8vIHNl dCB0aGUga2V5IGlkZW50aWZpZXIgaW4gdGhlIGZvciB0aGUgU2lnbmF0dXJlCgkJd3NTaWduLnNl dEtleUlkZW50aWZpZXJUeXBlKFdTQ29uc3RhbnRzLkJTVF9ESVJFQ1RfUkVGRVJFTkNFKTsKCQkv LyB3c1NpZ24uc2V0U2lnbmF0dXJlQWxnb3JpdGhtKFdTQ29uc3RhbnRzLlJTQSk7CgoJCS8vIHNl dCB0aGUgY29uZmlndXJhdGlvbgoJCXdzU2lnbi5zZXRXc0NvbmZpZyhyZXFEYXRhLmdldFdzc0Nv bmZpZygpKTsKCQl0cnkgewoJCQlkb2MgPSB3c1NpZ24uYnVpbGQoZG9jLCBjcnlwdG8sIGFzc2Vy dGlvbiwgaXNzdWVyQ3J5cHRvLAoJCQkJCWlzc3VlcktleU5hbWUsIGlzc3VlcktleVBXLCByZXFE YXRhLmdldFNlY0hlYWRlcigpKTsKCQkJcmVxRGF0YS5nZXRTaWduYXR1cmVWYWx1ZXMoKS5hZGQo d3NTaWduLmdldFNpZ25hdHVyZVZhbHVlKCkpOwoJCX0gY2F0Y2ggKFdTU2VjdXJpdHlFeGNlcHRp b24gZSkgewoJCQl0aHJvdyBuZXcgV1NTZWN1cml0eUV4Y2VwdGlvbigKCQkJCQkiV1NIYW5kbGVy OiBTaWduZWQgU0FNTDogZXJyb3IgZHVyaW5nIG1lc3NhZ2UgcHJvY2Vzc2luZyIKCQkJCQkJCSsg ZSk7CgkJfQoJCXJldHVybiBkb2M7Cgl9CgoJcHJvdGVjdGVkIERvY3VtZW50IGdldEVudkFzRG9j KFJlcXVlc3REYXRhIHJlcURhdGEpIHsKCQlEb2N1bWVudCBkb2MgPSBudWxsOwoJCXRyeSB7CgkJ CWRvYyA9ICgoTWVzc2FnZUNvbnRleHQpIHJlcURhdGEuZ2V0TXNnQ29udGV4dCgpKQoJCQkJCS5n ZXRDdXJyZW50TWVzc2FnZSgpLmdldFNPQVBFbnZlbG9wZSgpLmdldEFzRG9jdW1lbnQoKTsKCQl9 IGNhdGNoIChBeGlzRmF1bHQgYSkgewoJCQlhLnByaW50U3RhY2tUcmFjZSgpOwoJCX0gY2F0Y2gg KEV4Y2VwdGlvbiBlKSB7CgkJCWUucHJpbnRTdGFja1RyYWNlKCk7CgkJfQoJCXJldHVybiBkb2M7 Cgl9CgoJcHJvdGVjdGVkIFZlY3RvciBnZXRQYXJ0cyhEb2N1bWVudCBkb2MsIGludCBuYW1lKSB7 CgkJVmVjdG9yIHBhcnRzID0gbmV3IFZlY3RvcigpOwoJCVNPQVBDb25zdGFudHMgc29hcENvbnN0 YW50cyA9IFdTU2VjdXJpdHlVdGlsLmdldFNPQVBDb25zdGFudHMoZG9jCgkJCQkuZ2V0RG9jdW1l bnRFbGVtZW50KCkpOwoJCVdTRW5jcnlwdGlvblBhcnQgcGFydCA9IG51bGw7CgkJc3dpdGNoIChu YW1lKSB7CgkJY2FzZSBDbGllbnRIYW5kbGVyLlBBUlRTX0JPRFk6CgkJCXBhcnQgPSBuZXcgV1NF bmNyeXB0aW9uUGFydChzb2FwQ29uc3RhbnRzLmdldEJvZHlRTmFtZSgpCgkJCQkJLmdldExvY2Fs UGFydCgpLCBzb2FwQ29uc3RhbnRzLmdldEVudmVsb3BlVVJJKCksICJDb250ZW50Iik7CgkJCXBh cnRzLmFkZChwYXJ0KTsKCQkJYnJlYWs7CgkJY2FzZSBDbGllbnRIYW5kbGVyLlBBUlRTX0hFQURF UjoKCQkJcGFydCA9IG5ldyBXU0VuY3J5cHRpb25QYXJ0KHNvYXBDb25zdGFudHMuZ2V0SGVhZGVy UU5hbWUoKQoJCQkJCS5nZXRMb2NhbFBhcnQoKSwgc29hcENvbnN0YW50cy5nZXRFbnZlbG9wZVVS SSgpLCAiQ29udGVudCIpOwoJCQlwYXJ0cy5hZGQocGFydCk7CgkJCWJyZWFrOwoJCWNhc2UgQ2xp ZW50SGFuZGxlci5QQVJUU19TQU1MX0FTU0VSVElPTjoKCQkJcGFydCA9IG5ldyBXU0VuY3J5cHRp b25QYXJ0KCJBc3NlcnRpb24iLAoJCQkJCSJ1cm46b2FzaXM6bmFtZXM6dGM6U0FNTDoxLjA6YXNz ZXJ0aW9uIiwgIkNvbnRlbnQiKTsKCQkJYnJlYWs7CgkJfQoJCXJldHVybiBwYXJ0czsKCX0KCglw cm90ZWN0ZWQgUHJvcGVydGllcyBnZXRQcm9wZXJ0aWVzKFN0cmluZyBwcm9wRmlsZW5hbWUpIHsK CQlQcm9wZXJ0aWVzIHByb3BlcnRpZXMgPSBuZXcgUHJvcGVydGllcygpOwoJCXRyeSB7CgkJCVVS TCB1cmwgPSBMb2FkZXIuZ2V0UmVzb3VyY2UocHJvcEZpbGVuYW1lKTsKCQkJcHJvcGVydGllcy5s b2FkKHVybC5vcGVuU3RyZWFtKCkpOwoJCX0gY2F0Y2ggKEV4Y2VwdGlvbiBlKSB7CgkJCXRocm93 IG5ldyBSdW50aW1lRXhjZXB0aW9uKAoJCQkJCSJTQU1MSXNzdWVyRmFjdG9yeTogQ2Fubm90IGxv YWQgcHJvcGVydGllczogIgoJCQkJCQkJKyBwcm9wRmlsZW5hbWUpOwoJCX0KCQlyZXR1cm4gcHJv cGVydGllczsKCX0KCglwcm90ZWN0ZWQgRG9jdW1lbnQgZW5jcnlwdChSZXF1ZXN0RGF0YSByZXFE YXRhLCBEb2N1bWVudCBkb2MpCgkJCXRocm93cyBXU1NlY3VyaXR5RXhjZXB0aW9uIHsKCQlXU1Nl Y0VuY3J5cHQgd3NFbmNyeXB0ID0gbmV3IFdTU2VjRW5jcnlwdCgpOwoJCXdzRW5jcnlwdC5zZXRX c0NvbmZpZyhyZXFEYXRhLmdldFdzc0NvbmZpZygpKTsKCQkvLyBzZW5kIGp1c3QgdGhlIG5hbWUg YW5kIHNlcmlhbCBudW1iZXIgb2YgdGhlIGNlcnRpZmljYXRlIHVzZWQgdG8KCQkvLyBlbmNyeXB0 IHRoZSBkYXRhCgkJd3NFbmNyeXB0LnNldEtleUlkZW50aWZpZXJUeXBlKFdTQ29uc3RhbnRzLklT U1VFUl9TRVJJQUwpOwoKCQl3c0VuY3J5cHQuc2V0U3ltbWV0cmljRW5jQWxnb3JpdGhtKFdTQ29u c3RhbnRzLlRSSVBMRV9ERVMpOwoKCQl3c0VuY3J5cHQuc2V0S2V5RW5jKFdTQ29uc3RhbnRzLktF WVRSQU5TUE9SVF9SU0ExNSk7CgoJCXdzRW5jcnlwdC5zZXRVc2VySW5mbygic2VydmljZSIpOwoJ CS8vIHdzRW5jcnlwdC5zZXRVc2VUaGlzQ2VydChyZXFEYXRhLmdldEVuY0NlcnQoKSk7CgoJCS8v IHNldCB0aGUgcGFydHMgdGhhdCBhcmUgZ29pbmcgdG8gYmUgZW5jcnlwdGVkCgkJd3NFbmNyeXB0 LnNldFBhcnRzKGdldFBhcnRzKGRvYywgQ2xpZW50SGFuZGxlci5QQVJUU19CT0RZKSk7CgoJCS8v IGxvYWQgY3J5cHRvIGVuZ2luZQoJCUNyeXB0byBjcnlwdG8gPSBsb2FkQ3J5cHRvRW5naW5lKHJl cURhdGEpOwoJCXRyeSB7CgkJCXdzRW5jcnlwdC5idWlsZChkb2MsIGNyeXB0bywgcmVxRGF0YS5n ZXRTZWNIZWFkZXIoKSk7CgkJfSBjYXRjaCAoV1NTZWN1cml0eUV4Y2VwdGlvbiBlKSB7CgkJCXRo cm93IG5ldyBXU1NlY3VyaXR5RXhjZXB0aW9uKAoJCQkJCSJXU0hhbmRsZXI6IEVuY3J5cHRpb246 IGVycm9yIGR1cmluZyBtZXNzYWdlIHByb2Nlc3NpbmciCgkJCQkJCQkrIGUpOwoJCX0KCQlyZXR1 cm4gZG9jOwoJfQoKCS8qKgoJICogSW52b2tlIG1ldGhvZAoJICovCglwdWJsaWMgdm9pZCBpbnZv a2UoTWVzc2FnZUNvbnRleHQgYXJnMCkgdGhyb3dzIEF4aXNGYXVsdCB7CgkJLy8gY3JlYXRlIGEg UmVxdWVzdERhdGEgb2JqZWN0IHRvIHN0b3JlIHRoZSBpbmZvcm1hdGlvbgoJCVJlcXVlc3REYXRh IHJlcURhdGEgPSBuZXcgUmVxdWVzdERhdGEoKTsKCQkvLyBzZXQgdGhlIG1lc3NhZ2UgY29udGV4 dAoJCXJlcURhdGEuc2V0TXNnQ29udGV4dChhcmcwKTsKCQkvLyBjYWxsIHRoZSBtZXRob2RzIGZv ciBzaWduL2VuY3J5cHQvYWRkVG9rZW5zCgkJdHJ5IHsKCQkJLy8gc2V0IHRoZSB3c3MgY29uZmln dXJhdGlvbgoJCQlXU1NDb25maWcgd3NzQ29uZmlnID0gV1NTQ29uZmlnLmdldE5ld0luc3RhbmNl KCk7CgkJCXdzc0NvbmZpZwoJCQkJCS5zZXRFbmFibGVTaWduYXR1cmVDb25maXJtYXRpb24oZGVj b2RlRW5hYmxlU2lnbmF0dXJlQ29uZmlybWF0aW9uKHJlcURhdGEpKTsKCQkJd3NzQ29uZmlnCgkJ CQkJLnNldFByZWNpc2lvbkluTWlsbGlTZWNvbmRzKGRlY29kZVRpbWVzdGFtcFByZWNpc2lvbihy ZXFEYXRhKSk7CgkJCXJlcURhdGEuc2V0V3NzQ29uZmlnKHdzc0NvbmZpZyk7CgoJCQkvLyByZXRy aXZlIHRoZSBtZXNzYWdlIGNvbnRleHQKCQkJT2JqZWN0IG1jID0gcmVxRGF0YS5nZXRNc2dDb250 ZXh0KCk7CgkJCS8vIHJldHJpdmUgdGhlIGFjdG9yCgkJCVN0cmluZyBhY3RvciA9IGdldFN0cmlu ZyhXU0hhbmRsZXJDb25zdGFudHMuQUNUT1IsIG1jKTsKCQkJLy8gY3JlYXRlIGEgc2VjdXJpdHkg aGVhZGVyCgkJCVdTU2VjSGVhZGVyIHNlY0hlYWRlciA9IG5ldyBXU1NlY0hlYWRlcihhY3Rvciwg ZmFsc2UpOwoJCQlEb2N1bWVudCBkb2MgPSBnZXRFbnZBc0RvYyhyZXFEYXRhKTsKCQkJLy8gaW5z ZXJ0IGluIHRoZSBkb2N1bWVudAoJCQlzZWNIZWFkZXIuaW5zZXJ0U2VjdXJpdHlIZWFkZXIoZG9j KTsKCQkJLy8gc2F2ZSBpdCBpbiB0aGUgcmVxRGF0YSBvYmplY3QKCQkJcmVxRGF0YS5zZXRTZWNI ZWFkZXIoc2VjSGVhZGVyKTsKCQkJcmVxRGF0YS5zZXRTb2FwQ29uc3RhbnRzKFdTU2VjdXJpdHlV dGlsLmdldFNPQVBDb25zdGFudHMoZG9jCgkJCQkJLmdldERvY3VtZW50RWxlbWVudCgpKSk7CgoJ CQkvLyBTSUdOCgkJCS8vIGRvYyA9IHNpZ24ocmVxRGF0YSwgZG9jKTsKCQkJLy8gdXBkYXRlTWVz c2FnZSgoTWVzc2FnZUNvbnRleHQpIHJlcURhdGEuZ2V0TXNnQ29udGV4dCgpLCBkb2MpOwoKCQkJ Ly8gU0FNTCBUb2tlbgoJCQlkb2MgPSBhZGRTQU1MVG9rZW4ocmVxRGF0YSwgZG9jKTsKCQkJdXBk YXRlTWVzc2FnZSgoTWVzc2FnZUNvbnRleHQpIHJlcURhdGEuZ2V0TXNnQ29udGV4dCgpLCBkb2Mp OwoKCQkJLy8gRU5DUllQVAoJCQlkb2MgPSBlbmNyeXB0KHJlcURhdGEsIGRvYyk7CgkJCXVwZGF0 ZU1lc3NhZ2UoKE1lc3NhZ2VDb250ZXh0KSByZXFEYXRhLmdldE1zZ0NvbnRleHQoKSwgZG9jKTsK CgkJCVN5c3RlbS5vdXQucHJpbnRsbigiW0NsaWVudEhhbmRsZXJdIFNlbmRpbmcgc2lnbmVkIG1l c3NhZ2UuLi4iKTsKCQkJLy8gZmluYWwgdXBkYXRlCgkJCWFyZzAgPSAoTWVzc2FnZUNvbnRleHQp IHJlcURhdGEuZ2V0TXNnQ29udGV4dCgpOwoKCQkJLy9TZXJ2aWNlSGFuZGxlciBzaCA9IG5ldyBT ZXJ2aWNlSGFuZGxlcigpOwoJCQkvL3NoLmludm9rZShhcmcwKTsKCQl9IGNhdGNoIChFeGNlcHRp b24gZSkgewoJCQllLnByaW50U3RhY2tUcmFjZSgpOwoJCX0KCX0KCgkvKioKCSAqIENyZWF0ZSBh IGNyeXB0byBlbmdpbmUgb2JqZWN0IGZvciB0aGUgZ2l2ZW4ga2V5c3RvcmUKCSAqIAoJICogQHBh cmFtIGtleXN0b3JlTG9jYXRpb24KCSAqICAgICAgICAgICAgdGhlIHBhdGggdG8gdGhlIGtleXN0 b3JlCgkgKiBAcGFyYW0ga2V5c3RvcmVQd2QKCSAqICAgICAgICAgICAgdGhlIHBhc3N3b3JkIHRv IGFjY2VzcyB0aGUga2V5c3RvcmUKCSAqIEByZXR1cm4gdGhlIGNyeXB0byBvYmplY3QKCSAqLwoJ cHJvdGVjdGVkIENyeXB0byBsb2FkQ3J5cHRvRW5naW5lKFJlcXVlc3REYXRhIHJlcURhdGEpIHsK CQlDcnlwdG8gY3J5cHRvID0gbnVsbDsKCQlTdHJpbmcgY3J5cHRvUHJvcEZpbGUgPSBnZXRTdHJp bmcoV1NIYW5kbGVyQ29uc3RhbnRzLlNJR19QUk9QX0ZJTEUsCgkJCQlyZXFEYXRhLmdldE1zZ0Nv bnRleHQoKSk7CgkJY3J5cHRvUHJvcGVydGllcyA9IGdldFByb3BlcnRpZXMoY3J5cHRvUHJvcEZp bGUpOwoJCXRyeSB7CgkJCS8vIGNyZWF0ZSB0aGUgY3J5cHRvIG9iamVjdCBpbnN0YW5jZSB0byBt YW5hZ2UgdGhlIGtleXN0b3JlCgkJCWNyeXB0byA9IG5ldyBNZXJsaW4oY3J5cHRvUHJvcGVydGll cyk7CgkJfSBjYXRjaCAob3JnLmFwYWNoZS53cy5zZWN1cml0eS5jb21wb25lbnRzLmNyeXB0by5D cmVkZW50aWFsRXhjZXB0aW9uIGUpIHsKCQkJZS5wcmludFN0YWNrVHJhY2UoKTsKCQl9IGNhdGNo IChJT0V4Y2VwdGlvbiBlKSB7CgkJCWUucHJpbnRTdGFja1RyYWNlKCk7CgkJfQoJCXJldHVybiBj cnlwdG87Cgl9CgoJcHJvdGVjdGVkIFNBTUxJc3N1ZXIgbG9hZFNhbWxJc3N1ZXIoUmVxdWVzdERh dGEgcmVxRGF0YSkgewoJCVN0cmluZyBzYW1sUHJvcEZpbGUgPSBnZXRTdHJpbmcoV1NIYW5kbGVy Q29uc3RhbnRzLlNBTUxfUFJPUF9GSUxFLAoJCQkJcmVxRGF0YS5nZXRNc2dDb250ZXh0KCkpOwoJ CS8vIGxvYWQgdGhlIHByb3BlcnRpZXMgZmlsZQoJCXNhbWxQcm9wZXJ0aWVzID0gZ2V0UHJvcGVy dGllcyhzYW1sUHJvcEZpbGUpOwoJCXJldHVybiBuZXcgU0FNTElzc3VlckltcGwoc2FtbFByb3Bl cnRpZXMpOwoJCS8vIHJldHVybiBTQU1MSXNzdWVyRmFjdG9yeS5nZXRJbnN0YW5jZShzYW1sUHJv cEZpbGUpOwoJfQoKCS8qKgoJICogU2lnbiB0aGUgU09BUEJvZHkgb2YgdGhlIFNPQVBFbnZlbG9w ZSBpbiB0aGUgcmVxdWVzdGVkIGRhdGEgb2JqZWN0CgkgKiAKCSAqIEBwYXJhbSByZXFEYXRhCgkg KiAgICAgICAgICAgIHRoZSBvYmplY3QgdGhhdCBzdG9yZXMgdGhlIFNPQVBFbnZlbG9wZQoJICog QHJldHVybiB0aGUgc2lnbmVkIFNPQVBFbnZlbG9wZSBhcyBhIERvY3VtZW50CgkgKiBAdGhyb3dz IFdTU2VjdXJpdHlFeGNlcHRpb24KCSAqIEBkZXByZWNhdGVkCgkgKi8KCXByb3RlY3RlZCBEb2N1 bWVudCBzaWduKFJlcXVlc3REYXRhIHJlcURhdGEsIERvY3VtZW50IGRvYykKCQkJdGhyb3dzIFdT U2VjdXJpdHlFeGNlcHRpb24gewoJCXRyeSB7CgkJCS8vIGNyZWF0ZSB0aGUgc2lnbmF0dXJlIG9i amVjdAoJCQlXU1NlY1NpZ25hdHVyZSB3c1NpZ24gPSBuZXcgV1NTZWNTaWduYXR1cmUoKTsKCQkJ Ly8gbG9hZCB0aGUgY3J5cHRvIGVuZ2luZSBmb3IgdGhlIGtleXRvcmUgbWFuYWdlbWVudAoJCQlD cnlwdG8gY3J5cHRvID0gbG9hZENyeXB0b0VuZ2luZShyZXFEYXRhKTsKCQkJLy8gc2V0IHRoZSBw YXJhbWV0ZXJzIG9mIHRoZSBzaWduYXR1cmUKCQkJd3NTaWduLnNldEtleUlkZW50aWZpZXJUeXBl KFdTQ29uc3RhbnRzLkJTVF9ESVJFQ1RfUkVGRVJFTkNFKTsKCQkJd3NTaWduLnNldFNpZ25hdHVy ZUFsZ29yaXRobShXU0NvbnN0YW50cy5SU0EpOwoJCQkvLyBnZXQgdXNlciBhbmQgcGFzc3dvcmQg ZnJvbSB0aGUgcHJvcGV0aWVzIGZpbGUKCQkJU3RyaW5nIHVzZXIgPSBjcnlwdG9Qcm9wZXJ0aWVz CgkJCQkJLmdldFByb3BlcnR5KCJvcmcuYXBhY2hlLndzLnNlY3VyaXR5LmNyeXB0by5tZXJsaW4u a2V5c3RvcmUuYWxpYXMiKTsKCQkJU3RyaW5nIHBhc3N3b3JkID0gY3J5cHRvUHJvcGVydGllcwoJ CQkJCS5nZXRQcm9wZXJ0eSgib3JnLmFwYWNoZS53cy5zZWN1cml0eS5jcnlwdG8ubWVybGluLmFs aWFzLnBhc3N3b3JkIik7CgkJCXdzU2lnbi5zZXRVc2VySW5mbyh1c2VyLCBwYXNzd29yZCk7CgkJ CS8vIHNldCB0aGUgcGFydHMgdGhhdCBhcmUgZ29pbmcgdG8gYmUgc2lnbmVkCgkJCXdzU2lnbi5z ZXRQYXJ0cyhnZXRQYXJ0cyhkb2MsIENsaWVudEhhbmRsZXIuUEFSVFNfQk9EWSkpOwoJCQkvLyBi dWlsZCB0aGUgZW52ZWxvcGUgPSBTSUdOIHRoZSBtZXNzYWdlCgkJCWRvYyA9IHdzU2lnbi5idWls ZChkb2MsIGNyeXB0bywgcmVxRGF0YS5nZXRTZWNIZWFkZXIoKSk7CgkJCXJldHVybiBkb2M7CgkJ fSBjYXRjaCAoV1NTZWN1cml0eUV4Y2VwdGlvbiBlKSB7CgkJCXRocm93IG5ldyBXU1NlY3VyaXR5 RXhjZXB0aW9uKAoJCQkJCSJXU0hhbmRsZXI6IFNpZ25hdHVyZTogZXJyb3IgZHVyaW5nIG1lc3Nh Z2UgcHJvY2VzaW5nIiArIGUpOwoJCX0gY2F0Y2ggKEV4Y2VwdGlvbiBlKSB7CgkJCWUucHJpbnRT dGFja1RyYWNlKCk7CgkJfQoJCXJldHVybiBudWxsOwoJfQoKCS8qKgoJICogVXBkYXRlIHRoZSBt ZXNzYWdlCgkgKiAKCSAqIEBwYXJhbSBtYwoJICogICAgICAgICAgICB0aGUgbWVzc2FnZSBjb250 ZXh0CgkgKiBAcGFyYW0gZG9jCgkgKiAgICAgICAgICAgIHRoZSBuZXcgbWVzc2FnZQoJICovCglw cm90ZWN0ZWQgdm9pZCB1cGRhdGVNZXNzYWdlKE1lc3NhZ2VDb250ZXh0IG1jLCBEb2N1bWVudCBk b2MpIHsKCQkvLyB1cGRhdGUgdGhlIG1lc3NhZ2UhIQoJCU1lc3NhZ2UgcmV0dXJuTXNnOwoJCXRy eSB7CgkJCXJldHVybk1zZyA9IChNZXNzYWdlKSBTT0FQVXRpbC50b1NPQVBNZXNzYWdlKGRvYyk7 CgkJCS8vIHNldCB0aGUgbmV3IG1lc3NhZ2UKCQkJbWMuc2V0Q3VycmVudE1lc3NhZ2UocmV0dXJu TXNnKTsKCQl9IGNhdGNoIChFeGNlcHRpb24gZSkgewoJCQllLnByaW50U3RhY2tUcmFjZSgpOwoJ CX0KCgl9Cn0= ------_=_NextPart_001_01C6CB82.64CE48B7 Content-Type: application/octet-stream; name="SAMLIssuerImpl.java" Content-Transfer-Encoding: base64 Content-Description: SAMLIssuerImpl.java Content-Disposition: attachment; filename="SAMLIssuerImpl.java" LyoKICogQ29weXJpZ2h0ICAyMDAzLTIwMDQgVGhlIEFwYWNoZSBTb2Z0d2FyZSBGb3VuZGF0aW9u LgogKgogKiAgTGljZW5zZWQgdW5kZXIgdGhlIEFwYWNoZSBMaWNlbnNlLCBWZXJzaW9uIDIuMCAo dGhlICJMaWNlbnNlIik7CiAqICB5b3UgbWF5IG5vdCB1c2UgdGhpcyBmaWxlIGV4Y2VwdCBpbiBj b21wbGlhbmNlIHdpdGggdGhlIExpY2Vuc2UuCiAqICBZb3UgbWF5IG9idGFpbiBhIGNvcHkgb2Yg dGhlIExpY2Vuc2UgYXQKICoKICogICAgICBodHRwOi8vd3d3LmFwYWNoZS5vcmcvbGljZW5zZXMv TElDRU5TRS0yLjAKICoKICogIFVubGVzcyByZXF1aXJlZCBieSBhcHBsaWNhYmxlIGxhdyBvciBh Z3JlZWQgdG8gaW4gd3JpdGluZywgc29mdHdhcmUKICogIGRpc3RyaWJ1dGVkIHVuZGVyIHRoZSBM aWNlbnNlIGlzIGRpc3RyaWJ1dGVkIG9uIGFuICJBUyBJUyIgQkFTSVMsCiAqICBXSVRIT1VUIFdB UlJBTlRJRVMgT1IgQ09ORElUSU9OUyBPRiBBTlkgS0lORCwgZWl0aGVyIGV4cHJlc3Mgb3IgaW1w bGllZC4KICogIFNlZSB0aGUgTGljZW5zZSBmb3IgdGhlIHNwZWNpZmljIGxhbmd1YWdlIGdvdmVy bmluZyBwZXJtaXNzaW9ucyBhbmQKICogIGxpbWl0YXRpb25zIHVuZGVyIHRoZSBMaWNlbnNlLgog KgogKi8KcGFja2FnZSBjb20uc2FwLndlYnNlcnZpY2VzLnNlY3VyaXR5OwoKaW1wb3J0IGphdmEu c2VjdXJpdHkuY2VydC5YNTA5Q2VydGlmaWNhdGU7CmltcG9ydCBqYXZhLnV0aWwuQXJyYXlzOwpp bXBvcnQgamF2YS51dGlsLkNvbGxlY3Rpb247CmltcG9ydCBqYXZhLnV0aWwuRGF0ZTsKaW1wb3J0 IGphdmEudXRpbC5Qcm9wZXJ0aWVzOwoKaW1wb3J0IG9yZy5hcGFjaGUuY29tbW9ucy5sb2dnaW5n LkxvZzsKaW1wb3J0IG9yZy5hcGFjaGUuY29tbW9ucy5sb2dnaW5nLkxvZ0ZhY3Rvcnk7CmltcG9y dCBvcmcuYXBhY2hlLndzLnNlY3VyaXR5LldTU2VjdXJpdHlFeGNlcHRpb247CmltcG9ydCBvcmcu YXBhY2hlLndzLnNlY3VyaXR5LmNvbXBvbmVudHMuY3J5cHRvLkNyeXB0bzsKaW1wb3J0IG9yZy5h cGFjaGUud3Muc2VjdXJpdHkuY29tcG9uZW50cy5jcnlwdG8uQ3J5cHRvRmFjdG9yeTsKaW1wb3J0 IG9yZy5hcGFjaGUud3Muc2VjdXJpdHkuc2FtbC5TQU1MSXNzdWVyOwppbXBvcnQgb3JnLmFwYWNo ZS54bWwuc2VjdXJpdHkuZXhjZXB0aW9ucy5YTUxTZWN1cml0eUV4Y2VwdGlvbjsKaW1wb3J0IG9y Zy5hcGFjaGUueG1sLnNlY3VyaXR5LmtleXMuS2V5SW5mbzsKaW1wb3J0IG9yZy5hcGFjaGUueG1s LnNlY3VyaXR5LmtleXMuY29udGVudC5YNTA5RGF0YTsKaW1wb3J0IG9yZy5hcGFjaGUueG1sLnNl Y3VyaXR5LnNpZ25hdHVyZS5YTUxTaWduYXR1cmU7CmltcG9ydCBvcmcub3BlbnNhbWwuU0FNTEFz c2VydGlvbjsKaW1wb3J0IG9yZy5vcGVuc2FtbC5TQU1MQXR0cmlidXRlOwppbXBvcnQgb3JnLm9w ZW5zYW1sLlNBTUxBdHRyaWJ1dGVTdGF0ZW1lbnQ7CmltcG9ydCBvcmcub3BlbnNhbWwuU0FNTEF1 dGhlbnRpY2F0aW9uU3RhdGVtZW50OwppbXBvcnQgb3JnLm9wZW5zYW1sLlNBTUxFeGNlcHRpb247 CmltcG9ydCBvcmcub3BlbnNhbWwuU0FNTE5hbWVJZGVudGlmaWVyOwppbXBvcnQgb3JnLm9wZW5z YW1sLlNBTUxTdGF0ZW1lbnQ7CmltcG9ydCBvcmcub3BlbnNhbWwuU0FNTFN1YmplY3Q7CmltcG9y dCBvcmcudzNjLmRvbS5Eb2N1bWVudDsKCi8qKgogKiBCdWlsZHMgYSBXUyBTQU1MIEFzc2VydGlv biBhbmQgaW5zZXJ0cyBpdCBpbnRvIHRoZSBTT0FQIEVudmVsb3BlLiBSZWZlciB0bwogKiB0aGUg V1Mgc3BlY2lmaWNhdGlvbiwgU0FNTCBUb2tlbiBwcm9maWxlCiAqIAogKiBAYXV0aG9yIERhdmFu dW0gU3Jpbml2YXMgKGRpbXNAeWFob28uY29tKS4KICovCnB1YmxpYyBjbGFzcyBTQU1MSXNzdWVy SW1wbCBpbXBsZW1lbnRzIFNBTUxJc3N1ZXIgewoKCXByaXZhdGUgc3RhdGljIExvZyBsb2cgPSBM b2dGYWN0b3J5LmdldExvZyhTQU1MSXNzdWVySW1wbC5jbGFzcy5nZXROYW1lKCkpOwoKCXByaXZh dGUgU0FNTEFzc2VydGlvbiBzYSA9IG51bGw7CgoJcHJpdmF0ZSBEb2N1bWVudCBpbnN0YW5jZURv YyA9IG51bGw7CgoJcHJpdmF0ZSBQcm9wZXJ0aWVzIHByb3BlcnRpZXMgPSBudWxsOwoKCXByaXZh dGUgQ3J5cHRvIGlzc3VlckNyeXB0byA9IG51bGw7CgoJcHJpdmF0ZSBTdHJpbmcgaXNzdWVyS2V5 UGFzc3dvcmQgPSBudWxsOwoKCXByaXZhdGUgU3RyaW5nIGlzc3VlcktleU5hbWUgPSBudWxsOwoK CXByaXZhdGUgYm9vbGVhbiBzZW5kZXJWb3VjaGVzID0gdHJ1ZTsKCglwcml2YXRlIFN0cmluZ1td IGNvbmZpcm1hdGlvbk1ldGhvZHMgPSBuZXcgU3RyaW5nWzFdOwoKCXByaXZhdGUgQ3J5cHRvIHVz ZXJDcnlwdG8gPSBudWxsOwoKCXByaXZhdGUgU3RyaW5nIHVzZXJuYW1lID0gbnVsbDsKCgkvKioK CSAqIENvbnN0cnVjdG9yLgoJICovCglwdWJsaWMgU0FNTElzc3VlckltcGwoKSB7Cgl9CgoJcHVi bGljIFNBTUxJc3N1ZXJJbXBsKFByb3BlcnRpZXMgcHJvcCkgewoJCS8qCgkJICogaWYgbm8gcHJv cGVydGllcyAuLiBqdXN0IHJldHVybiBhbiBpbnN0YW5jZSwgdGhlIHJlc3Qgd2lsbCBiZSBkb25l CgkJICogbGF0ZXIgb3IgdGhpcyBpbnN0YW5jZSBpcyBqdXN0IHVzZWQgdG8gaGFuZGxlIGNlcnRp ZmljYXRlIGNvbnZlcnNpb25zCgkJICogaW4gdGhpcyBpbXBsZW1lbnRhdGlvCgkJICovCgkJaWYg KHByb3AgPT0gbnVsbCkgewoJCQlyZXR1cm47CgkJfQoJCXByb3BlcnRpZXMgPSBwcm9wOwoKCQlT dHJpbmcgY3J5cHRvUHJvcCA9IHByb3BlcnRpZXMKCQkJCS5nZXRQcm9wZXJ0eSgib3JnLmFwYWNo ZS53cy5zZWN1cml0eS5zYW1sLmlzc3Vlci5jcnlwdG9Qcm9wLmZpbGUiKTsKCQlpZiAoY3J5cHRv UHJvcCAhPSBudWxsKSB7CgkJCWlzc3VlckNyeXB0byA9IENyeXB0b0ZhY3RvcnkuZ2V0SW5zdGFu Y2UoY3J5cHRvUHJvcCk7CgkJCWlzc3VlcktleU5hbWUgPSBwcm9wZXJ0aWVzCgkJCQkJLmdldFBy b3BlcnR5KCJvcmcuYXBhY2hlLndzLnNlY3VyaXR5LnNhbWwuaXNzdWVyLmtleS5uYW1lIik7CgkJ CWlzc3VlcktleVBhc3N3b3JkID0gcHJvcGVydGllcwoJCQkJCS5nZXRQcm9wZXJ0eSgib3JnLmFw YWNoZS53cy5zZWN1cml0eS5zYW1sLmlzc3Vlci5rZXkucGFzc3dvcmQiKTsKCQl9CgoJCWlmICgi c2VuZGVyVm91Y2hlcyIuZXF1YWxzKHByb3BlcnRpZXMKCQkJCS5nZXRQcm9wZXJ0eSgib3JnLmFw YWNoZS53cy5zZWN1cml0eS5zYW1sLmNvbmZpcm1hdGlvbk1ldGhvZCIpKSkgewoJCQljb25maXJt YXRpb25NZXRob2RzWzBdID0gU0FNTFN1YmplY3QuQ09ORl9TRU5ERVJfVk9VQ0hFUzsKCQl9IGVs c2UgaWYgKCJrZXlIb2xkZXIiLmVxdWFscyhwcm9wZXJ0aWVzCgkJCQkuZ2V0UHJvcGVydHkoIm9y Zy5hcGFjaGUud3Muc2VjdXJpdHkuc2FtbC5jb25maXJtYXRpb25NZXRob2QiKSkpIHsKCQkJY29u ZmlybWF0aW9uTWV0aG9kc1swXSA9IFNBTUxTdWJqZWN0LkNPTkZfSE9MREVSX0tFWTsKCQkJc2Vu ZGVyVm91Y2hlcyA9IGZhbHNlOwoJCX0gZWxzZSB7CgkJCS8vIHRocm93IHNvbWV0aGluZyBoZXJl IC0gdGhpcyBpcyBhIG1hbmRhdG9yeSBwcm9wZXJ0eQoJCX0KCX0KCgkvKioKCSAqIENyZWF0ZXMg YSBuZXcgPGNvZGU+U0FNTEFzc2VydGlvbjwvY29kZT4uIDxwLz4gPHAvPiBBIGNvbXBsZXRlCgkg KiA8Y29kZT5TQU1MQXNzZXJ0aW9uPC9jb2RlPiBpcyBjb25zdHJ1Y3RlZC4KCSAqIAoJICogQHJl dHVybiBTQU1MQXNzZXJ0aW9uCgkgKi8KCXB1YmxpYyBTQU1MQXNzZXJ0aW9uIG5ld0Fzc2VydGlv bigpIHsgLy8gdGhyb3dzIEV4Y2VwdGlvbiB7CgkJbG9nLmRlYnVnKCJCZWdpbiBhZGQgU0FNTEFz c2VydGlvbiB0b2tlbi4uLiIpOwoKCQkvKgoJCSAqIGlmIChzZW5kZXJWb3VjaGVzID09IGZhbHNl ICYmIHVzZXJDcnlwdG8gPT0gbnVsbCkgeyB0aHJvdwoJCSAqIGV4Y2VwdGlvbigibmVlZCB1c2Vy IGNyeXB0byBkYXRhIHRvIGluc2VydCBrZXkiKSB9CgkJICovCgkJLy8gSXNzdWVyIG11c3QgZW5h YmxlIGNyeXB0byBmdWJjdGlvbnMgdG8gZ2V0IHRoZSBpc3N1ZXIncyBjZXJ0aWZpY2F0ZQoJCVN0 cmluZyBpc3N1ZXIgPSBwcm9wZXJ0aWVzCgkJCQkuZ2V0UHJvcGVydHkoIm9yZy5hcGFjaGUud3Mu c2VjdXJpdHkuc2FtbC5pc3N1ZXIiKTsKCQlTdHJpbmcgbmFtZSA9IHByb3BlcnRpZXMKCQkJCS5n ZXRQcm9wZXJ0eSgib3JnLmFwYWNoZS53cy5zZWN1cml0eS5zYW1sLnN1YmplY3ROYW1lSWQubmFt ZSIpOwoJCVN0cmluZyBxdWFsaWZpZXIgPSBwcm9wZXJ0aWVzCgkJCQkuZ2V0UHJvcGVydHkoIm9y Zy5hcGFjaGUud3Muc2VjdXJpdHkuc2FtbC5zdWJqZWN0TmFtZUlkLnF1YWxpZmllciIpOwoJCXRy eSB7CgoJCQlTQU1MU3RhdGVtZW50IGF1dGggPSBjcmVhdGVTQU1MQXV0aGVudGljYXRpb25TdGF0 ZW1lbnQobmFtZSwKCQkJCQlxdWFsaWZpZXIpOwoKCQkJU0FNTFN0YXRlbWVudCBhdHRyID0gY3Jl YXRlU0FNTEF0dHJpYnV0ZVN0YXRlbWVudChuYW1lLCBxdWFsaWZpZXIpOwoKCQkJU0FNTFN0YXRl bWVudFtdIHN0YXRlbWVudHMgPSB7IGF1dGgsIGF0dHIgfTsKCgkJCXNhID0gbmV3IFNBTUxBc3Nl cnRpb24oaXNzdWVyLCBudWxsLCBudWxsLCBudWxsLCBudWxsLCBBcnJheXMKCQkJCQkuYXNMaXN0 KHN0YXRlbWVudHMpKTsKCgkJCWlmICghc2VuZGVyVm91Y2hlcykgewoJCQkJLy8gcHJlcGFyZSB0 byBzaWduIHRoZSBTQU1MIHRva2VuCgkJCQl0cnkgewoJCQkJCVg1MDlDZXJ0aWZpY2F0ZVtdIGlz c3VlckNlcnRzID0gaXNzdWVyQ3J5cHRvCgkJCQkJCQkuZ2V0Q2VydGlmaWNhdGVzKGlzc3Vlcktl eU5hbWUpOwoKCQkJCQlTdHJpbmcgc2lnQWxnbyA9IFhNTFNpZ25hdHVyZS5BTEdPX0lEX1NJR05B VFVSRV9SU0E7CgkJCQkJU3RyaW5nIHB1YktleUFsZ28gPSBpc3N1ZXJDZXJ0c1swXS5nZXRQdWJs aWNLZXkoKQoJCQkJCQkJLmdldEFsZ29yaXRobSgpOwoJCQkJCWxvZy5kZWJ1ZygiYXV0b21hdGlj IHNpZyBhbGdvIGRldGVjdGlvbjogIiArIHB1YktleUFsZ28pOwoJCQkJCWlmIChwdWJLZXlBbGdv LmVxdWFsc0lnbm9yZUNhc2UoIkRTQSIpKSB7CgkJCQkJCXNpZ0FsZ28gPSBYTUxTaWduYXR1cmUu QUxHT19JRF9TSUdOQVRVUkVfRFNBOwoJCQkJCX0KCQkJCQlqYXZhLnNlY3VyaXR5LktleSBpc3N1 ZXJQSyA9IGlzc3VlckNyeXB0by5nZXRQcml2YXRlS2V5KAoJCQkJCQkJaXNzdWVyS2V5TmFtZSwg aXNzdWVyS2V5UGFzc3dvcmQpOwoJCQkJCXNhLnNpZ24oc2lnQWxnbywgaXNzdWVyUEssIEFycmF5 cy5hc0xpc3QoaXNzdWVyQ2VydHMpKTsKCQkJCX0gY2F0Y2ggKFdTU2VjdXJpdHlFeGNlcHRpb24g ZTEpIHsKCQkJCQllMS5wcmludFN0YWNrVHJhY2UoKTsKCQkJCQlyZXR1cm4gbnVsbDsKCQkJCX0g Y2F0Y2ggKEV4Y2VwdGlvbiBlMSkgewoJCQkJCWUxLnByaW50U3RhY2tUcmFjZSgpOwoJCQkJCXJl dHVybiBudWxsOwoJCQkJfQoJCQl9CgkJfSBjYXRjaCAoU0FNTEV4Y2VwdGlvbiBleCkgewoJCQll eC5wcmludFN0YWNrVHJhY2UoKTsKCQkJdGhyb3cgbmV3IFJ1bnRpbWVFeGNlcHRpb24oZXgudG9T dHJpbmcoKSk7CgkJfQoJCXJldHVybiBzYTsKCX0KCglwcm90ZWN0ZWQgU0FNTEF1dGhlbnRpY2F0 aW9uU3RhdGVtZW50IGNyZWF0ZVNBTUxBdXRoZW50aWNhdGlvblN0YXRlbWVudCgKCQkJU3RyaW5n IG5hbWUsIFN0cmluZyBxdWFsaWZpZXIpIHsKCgkJU0FNTEF1dGhlbnRpY2F0aW9uU3RhdGVtZW50 IGF1dGggPSBudWxsOwoJCXRyeSB7CgkJCVNBTUxOYW1lSWRlbnRpZmllciBuYW1lSWQgPSBuZXcg U0FNTE5hbWVJZGVudGlmaWVyKG5hbWUsIHF1YWxpZmllciwKCQkJCQkiIik7CgkJCVN0cmluZyBz dWJqZWN0SVAgPSBudWxsOwoJCQlTdHJpbmcgYXV0aE1ldGhvZCA9IG51bGw7CgkJCVN0cmluZyBz dWJqRE5TID0gbnVsbDsKCQkJaWYgKCJwYXNzd29yZCIKCQkJCQkuZXF1YWxzKHByb3BlcnRpZXMK CQkJCQkJCS5nZXRQcm9wZXJ0eSgib3JnLmFwYWNoZS53cy5zZWN1cml0eS5zYW1sLmF1dGhlbnRp Y2F0aW9uTWV0aG9kIikpKSB7CgkJCQlhdXRoTWV0aG9kID0gU0FNTEF1dGhlbnRpY2F0aW9uU3Rh dGVtZW50LkF1dGhlbnRpY2F0aW9uTWV0aG9kX1Bhc3N3b3JkOwoJCQl9CgkJCURhdGUgYXV0aElu c3RhbnQgPSBuZXcgRGF0ZSgpOwoJCQlDb2xsZWN0aW9uIGJpbmRpbmdzID0gbnVsbDsKCgkJCVNB TUxTdWJqZWN0IHN1YmplY3QgPSBuZXcgU0FNTFN1YmplY3QobmFtZUlkLCBBcnJheXMKCQkJCQku YXNMaXN0KGNvbmZpcm1hdGlvbk1ldGhvZHMpLCBudWxsLCBudWxsKTsKCgkJCWF1dGggPSBuZXcg U0FNTEF1dGhlbnRpY2F0aW9uU3RhdGVtZW50KHN1YmplY3QsIGF1dGhNZXRob2QsCgkJCQkJYXV0 aEluc3RhbnQsIHN1YmplY3RJUCwgc3ViakROUywgYmluZGluZ3MpOwoJCQlpZiAoIXNlbmRlclZv dWNoZXMpIHsKCQkJCUtleUluZm8ga2kgPSBuZXcgS2V5SW5mbyhpbnN0YW5jZURvYyk7CgkJCQl0 cnkgewoJCQkJCVg1MDlDZXJ0aWZpY2F0ZVtdIGNlcnRzID0gdXNlckNyeXB0bwoJCQkJCQkJLmdl dENlcnRpZmljYXRlcyh1c2VybmFtZSk7CgkJCQkJWDUwOURhdGEgY2VydEVsZW0gPSBuZXcgWDUw OURhdGEoaW5zdGFuY2VEb2MpOwoJCQkJCWNlcnRFbGVtLmFkZENlcnRpZmljYXRlKGNlcnRzWzBd KTsKCQkJCQlraS5hZGQoY2VydEVsZW0pOwoJCQkJfSBjYXRjaCAoV1NTZWN1cml0eUV4Y2VwdGlv biBlKSB7CgkJCQkJcmV0dXJuIG51bGw7CgkJCQl9IGNhdGNoIChYTUxTZWN1cml0eUV4Y2VwdGlv biBlKSB7CgkJCQkJcmV0dXJuIG51bGw7CgkJCQl9CgkJCQlzdWJqZWN0LnNldEtleUluZm8oa2kp OwoJCQl9CgkJfSBjYXRjaCAoU0FNTEV4Y2VwdGlvbiBlKSB7CgkJCWUucHJpbnRTdGFja1RyYWNl KCk7CgkJfQoJCXJldHVybiBhdXRoOwoJfQoKCXByb3RlY3RlZCBTQU1MU3RhdGVtZW50IGNyZWF0 ZVNBTUxBdHRyaWJ1dGVTdGF0ZW1lbnQoU3RyaW5nIG5hbWUsCgkJCVN0cmluZyBxdWFsaWZpZXIp IHsKCQlTQU1MQXR0cmlidXRlU3RhdGVtZW50IGF0dHJTdGF0ID0gbnVsbDsKCQl0cnkgewoJCQlT QU1MTmFtZUlkZW50aWZpZXIgbmFtZUlkID0gbmV3IFNBTUxOYW1lSWRlbnRpZmllcihuYW1lLCBx dWFsaWZpZXIsCgkJCQkJIiIpOwoKCQkJU0FNTFN1YmplY3Qgc3ViamVjdCA9IG5ldyBTQU1MU3Vi amVjdChuYW1lSWQsIEFycmF5cwoJCQkJCS5hc0xpc3QoY29uZmlybWF0aW9uTWV0aG9kcyksIG51 bGwsIG51bGwpOwoKCQkJLy8gdGhlIGF0dHJpYnV0ZXMKCQkJU0FNTEF0dHJpYnV0ZSB2b01hbmFn ZXJBdHRyID0gbmV3IFNBTUxBdHRyaWJ1dGUoKTsKCQkJdm9NYW5hZ2VyQXR0ci5zZXROYW1lKCJp c1ZPTWFuYWdlciIpOwoJCQl2b01hbmFnZXJBdHRyLnNldE5hbWVzcGFjZSgidGhlIG5hbWVzcGFj ZSBvZiB0aGUgYXR0aWJ1dGUiKTsKCQkJdm9NYW5hZ2VyQXR0ci5hZGRWYWx1ZShuZXcgQm9vbGVh bih0cnVlKSk7CgoJCQlTQU1MQXR0cmlidXRlIGhvc3RBdHRyID0gbmV3IFNBTUxBdHRyaWJ1dGUo KTsKCQkJaG9zdEF0dHIuc2V0TmFtZSgiaXNIb3N0Iik7CgkJCWhvc3RBdHRyLnNldE5hbWVzcGFj ZSgidGhlIG5hbWVzcGFjZSBvZiB0aGUgYXR0aWJ1dGUiKTsKCQkJaG9zdEF0dHIuYWRkVmFsdWUo bmV3IEJvb2xlYW4oZmFsc2UpKTsKCgkJCVNBTUxBdHRyaWJ1dGUgbWVtYmVyQXR0ciA9IG5ldyBT QU1MQXR0cmlidXRlKCk7CgkJCW1lbWJlckF0dHIuc2V0TmFtZSgiaXNNZW1iZXIiKTsKCQkJbWVt YmVyQXR0ci5zZXROYW1lc3BhY2UoInRoZSBuYW1lc3BhY2Ugb2YgdGhlIGF0dGlidXRlIik7CgkJ CW1lbWJlckF0dHIuYWRkVmFsdWUobmV3IEJvb2xlYW4oZmFsc2UpKTsKCgkJCVNBTUxBdHRyaWJ1 dGVbXSBhdHRyaWJ1dGVzID0gbmV3IFNBTUxBdHRyaWJ1dGVbXSB7IHZvTWFuYWdlckF0dHIsCgkJ CQkJaG9zdEF0dHIsIG1lbWJlckF0dHIgfTsKCgkJCWF0dHJTdGF0ID0gbmV3IFNBTUxBdHRyaWJ1 dGVTdGF0ZW1lbnQoc3ViamVjdCwgQXJyYXlzCgkJCQkJLmFzTGlzdChhdHRyaWJ1dGVzKSk7CgoJ CQlpZiAoIXNlbmRlclZvdWNoZXMpIHsKCQkJCUtleUluZm8ga2kgPSBuZXcgS2V5SW5mbyhpbnN0 YW5jZURvYyk7CgkJCQl0cnkgewoJCQkJCVg1MDlDZXJ0aWZpY2F0ZVtdIGNlcnRzID0gdXNlckNy eXB0bwoJCQkJCQkJLmdldENlcnRpZmljYXRlcyh1c2VybmFtZSk7CgkJCQkJWDUwOURhdGEgY2Vy dEVsZW0gPSBuZXcgWDUwOURhdGEoaW5zdGFuY2VEb2MpOwoJCQkJCWNlcnRFbGVtLmFkZENlcnRp ZmljYXRlKGNlcnRzWzBdKTsKCQkJCQlraS5hZGQoY2VydEVsZW0pOwoJCQkJfSBjYXRjaCAoV1NT ZWN1cml0eUV4Y2VwdGlvbiBlKSB7CgkJCQkJcmV0dXJuIG51bGw7CgkJCQl9IGNhdGNoIChYTUxT ZWN1cml0eUV4Y2VwdGlvbiBlKSB7CgkJCQkJcmV0dXJuIG51bGw7CgkJCQl9CgkJCQlzdWJqZWN0 LnNldEtleUluZm8oa2kpOwoJCQl9CgkJfSBjYXRjaCAoU0FNTEV4Y2VwdGlvbiBlKSB7CgkJCWUu cHJpbnRTdGFja1RyYWNlKCk7CgkJfQoJCXJldHVybiBhdHRyU3RhdDsKCX0KCgkvKioKCSAqIEBw YXJhbSB1c2VyQ3J5cHRvCgkgKiAgICAgICAgICAgIFRoZSB1c2VyQ3J5cHRvIHRvIHNldC4KCSAq LwoJcHVibGljIHZvaWQgc2V0VXNlckNyeXB0byhDcnlwdG8gdXNlckNyeXB0bykgewoJCXRoaXMu dXNlckNyeXB0byA9IHVzZXJDcnlwdG87Cgl9CgoJLyoqCgkgKiBAcGFyYW0gdXNlcm5hbWUKCSAq ICAgICAgICAgICAgVGhlIHVzZXJuYW1lIHRvIHNldC4KCSAqLwoJcHVibGljIHZvaWQgc2V0VXNl cm5hbWUoU3RyaW5nIHVzZXJuYW1lKSB7CgkJdGhpcy51c2VybmFtZSA9IHVzZXJuYW1lOwoJfQoK CS8qKgoJICogQHJldHVybiBSZXR1cm5zIHRoZSBpc3N1ZXJDcnlwdG8uCgkgKi8KCXB1YmxpYyBD cnlwdG8gZ2V0SXNzdWVyQ3J5cHRvKCkgewoJCXJldHVybiBpc3N1ZXJDcnlwdG87Cgl9CgoJLyoq CgkgKiBAcmV0dXJuIFJldHVybnMgdGhlIGlzc3VlcktleU5hbWUuCgkgKi8KCXB1YmxpYyBTdHJp bmcgZ2V0SXNzdWVyS2V5TmFtZSgpIHsKCQlyZXR1cm4gaXNzdWVyS2V5TmFtZTsKCX0KCgkvKioK CSAqIEByZXR1cm4gUmV0dXJucyB0aGUgaXNzdWVyS2V5UGFzc3dvcmQuCgkgKi8KCXB1YmxpYyBT dHJpbmcgZ2V0SXNzdWVyS2V5UGFzc3dvcmQoKSB7CgkJcmV0dXJuIGlzc3VlcktleVBhc3N3b3Jk OwoJfQoKCS8qKgoJICogQHJldHVybiBSZXR1cm5zIHRoZSBzZW5kZXJWb3VjaGVzLgoJICovCglw dWJsaWMgYm9vbGVhbiBpc1NlbmRlclZvdWNoZXMoKSB7CgkJcmV0dXJuIHNlbmRlclZvdWNoZXM7 Cgl9CgoJLyoqCgkgKiBAcGFyYW0gaW5zdGFuY2VEb2MKCSAqICAgICAgICAgICAgVGhlIGluc3Rh bmNlRG9jIHRvIHNldC4KCSAqLwoJcHVibGljIHZvaWQgc2V0SW5zdGFuY2VEb2MoRG9jdW1lbnQg aW5zdGFuY2VEb2MpIHsKCQl0aGlzLmluc3RhbmNlRG9jID0gaW5zdGFuY2VEb2M7Cgl9Cn0K ------_=_NextPart_001_01C6CB82.64CE48B7 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] ------_=_NextPart_001_01C6CB82.64CE48B7-- From [email protected] Tue Aug 29 16:59:44 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 89349 invoked from network); 29 Aug 2006 16:59:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Aug 2006 16:59:34 -0000 Received: (qmail 70328 invoked by uid 500); 29 Aug 2006 16:59:33 -0000 Delivered-To: [email protected] Received: (qmail 70035 invoked by uid 500); 29 Aug 2006 16:59:32 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 70024 invoked by uid 500); 29 Aug 2006 16:59:32 -0000 Delivered-To: [email protected] Received: (qmail 70021 invoked by uid 99); 29 Aug 2006 16:59:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2006 09:59:32 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2006 09:59:31 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 8F3BD1A981A; Tue, 29 Aug 2006 09:59:11 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r438115 - /webservices/wss4j/trunk/src/org/apache/ws/security/message/token/DerivedKeyToken.java Date: Tue, 29 Aug 2006 16:59:11 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: ruchithf Date: Tue Aug 29 09:59:10 2006 New Revision: 438115 URL: http://svn.apache.org/viewvc?rev=438115&view=rev Log: STR must be the first element of the DerivedKeyToken Modified: webservices/wss4j/trunk/src/org/apache/ws/security/message/token/DerivedKeyToken.java Modified: webservices/wss4j/trunk/src/org/apache/ws/security/message/token/DerivedKeyToken.java URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/src/org/apache/ws/security/message/token/DerivedKeyToken.java?rev=438115&r1=438114&r2=438115&view=diff ============================================================================== --- webservices/wss4j/trunk/src/org/apache/ws/security/message/token/DerivedKeyToken.java (original) +++ webservices/wss4j/trunk/src/org/apache/ws/security/message/token/DerivedKeyToken.java Tue Aug 29 09:59:10 2006 @@ -128,12 +128,12 @@ public void setSecuityTokenReference(SecurityTokenReference ref) { this.elementSecurityTokenReference = ref.getElement(); //WSSecurityUtil.appendChildElement(doc, this.element, ref.getElement()); - this.element.appendChild(ref.getElement()); + WSSecurityUtil.prependChildElement(this.element.getOwnerDocument(), this.element, ref.getElement(), false); } public void setSecuityTokenReference(Element elem) { this.elementSecurityTokenReference = elem; - this.element.appendChild(elem); + WSSecurityUtil.prependChildElement(elem.getOwnerDocument(), this.element, elem, false); } /** --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 29 17:24:03 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97213 invoked from network); 29 Aug 2006 17:23:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Aug 2006 17:23:59 -0000 Received: (qmail 13229 invoked by uid 500); 29 Aug 2006 17:23:57 -0000 Delivered-To: [email protected] Received: (qmail 13186 invoked by uid 500); 29 Aug 2006 17:23:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 13175 invoked by uid 500); 29 Aug 2006 17:23:57 -0000 Delivered-To: [email protected] Received: (qmail 13172 invoked by uid 99); 29 Aug 2006 17:23:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2006 10:23:57 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2006 10:23:56 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 6A7441A981A; Tue, 29 Aug 2006 10:23:36 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r438121 - in /webservices/wss4j/trunk/src/org/apache/ws/security: WSConstants.java conversation/ConversationConstants.java message/WSSecDKSign.java message/WSSecDerivedKeyBase.java processor/DerivedKeyTokenProcessor.java Date: Tue, 29 Aug 2006 17:23:35 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: ruchithf Date: Tue Aug 29 10:23:34 2006 New Revision: 438121 URL: http://svn.apache.org/viewvc?rev=438121&view=rev Log: 1.) Fixed the key derivation to use two label values properly 2.) Updated the saml namespace Modified: webservices/wss4j/trunk/src/org/apache/ws/security/WSConstants.java webservices/wss4j/trunk/src/org/apache/ws/security/conversation/ConversationConstants.java webservices/wss4j/trunk/src/org/apache/ws/security/message/WSSecDKSign.java webservices/wss4j/trunk/src/org/apache/ws/security/message/WSSecDerivedKeyBase.java webservices/wss4j/trunk/src/org/apache/ws/security/processor/DerivedKeyTokenProcessor.java Modified: webservices/wss4j/trunk/src/org/apache/ws/security/WSConstants.java URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/src/org/apache/ws/security/WSConstants.java?rev=438121&r1=438120&r2=438121&view=diff ============================================================================== --- webservices/wss4j/trunk/src/org/apache/ws/security/WSConstants.java (original) +++ webservices/wss4j/trunk/src/org/apache/ws/security/WSConstants.java Tue Aug 29 10:23:34 2006 @@ -41,7 +41,7 @@ public static final String SOAPMESSAGE_NS11 = "http://docs.oasis-open.org/wss/2004/xx/oasis-2004xx-wss-soap-message-security-1.0"; public static final String USERNAMETOKEN_NS = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0"; public static final String X509TOKEN_NS = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0"; - public static final String SAMLTOKEN_NS = "http://docs.oasis-open.org/wss/2004/XX/oasis-2004XX-wss-saml-token-profile-1.0"; + public static final String SAMLTOKEN_NS = "http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.0"; /* * The Element name (local name) of the security header */ Modified: webservices/wss4j/trunk/src/org/apache/ws/security/conversation/ConversationConstants.java URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/src/org/apache/ws/security/conversation/ConversationConstants.java?rev=438121&r1=438120&r2=438121&view=diff ============================================================================== --- webservices/wss4j/trunk/src/org/apache/ws/security/conversation/ConversationConstants.java (original) +++ webservices/wss4j/trunk/src/org/apache/ws/security/conversation/ConversationConstants.java Tue Aug 29 10:23:34 2006 @@ -21,12 +21,12 @@ */ public class ConversationConstants { - private static final String NS_YEAR_PREFIX = "http://schemas.xmlsoap.org/ws/2005/02/"; + private static final String NS_YEAR_PREFIX = "http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512"; /** - * WS-Secure Conversation namespace + * WS-Secure Conversation namespace */ - public final static String WSC_NS = NS_YEAR_PREFIX + "sc"; + public final static String WSC_NS = NS_YEAR_PREFIX; /** * TOken type of DerivedKeyToken Modified: webservices/wss4j/trunk/src/org/apache/ws/security/message/WSSecDKSign.java URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/src/org/apache/ws/security/message/WSSecDKSign.java?rev=438121&r1=438120&r2=438121&view=diff ============================================================================== --- webservices/wss4j/trunk/src/org/apache/ws/security/message/WSSecDKSign.java (original) +++ webservices/wss4j/trunk/src/org/apache/ws/security/message/WSSecDKSign.java Tue Aug 29 10:23:34 2006 @@ -108,7 +108,7 @@ return doc; } - protected void prepare(Document doc, WSSecHeader secHeader) + public void prepare(Document doc, WSSecHeader secHeader) throws WSSecurityException { super.prepare(doc); @@ -392,6 +392,11 @@ .getElement(), false); } + public void appendSigToHeader(WSSecHeader secHeader) { + WSSecurityUtil.appendChildElement(document, secHeader.getSecurityHeader(), sig + .getElement()); + } + /** * Compute the Signature over the references. @@ -418,6 +423,8 @@ } } + + /** * @see org.apache.ws.security.message.WSSecDerivedKeyBase#getDerivedKeyLength() Modified: webservices/wss4j/trunk/src/org/apache/ws/security/message/WSSecDerivedKeyBase.java URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/src/org/apache/ws/security/message/WSSecDerivedKeyBase.java?rev=438121&r1=438120&r2=438121&view=diff ============================================================================== --- webservices/wss4j/trunk/src/org/apache/ws/security/message/WSSecDerivedKeyBase.java (original) +++ webservices/wss4j/trunk/src/org/apache/ws/security/message/WSSecDerivedKeyBase.java Tue Aug 29 10:23:34 2006 @@ -17,10 +17,7 @@ package org.apache.ws.security.message; -import java.io.UnsupportedEncodingException; - import org.apache.ws.security.WSSecurityException; -import org.apache.ws.security.components.crypto.Crypto; import org.apache.ws.security.conversation.ConversationConstants; import org.apache.ws.security.conversation.dkalgo.AlgoFactory; import org.apache.ws.security.conversation.dkalgo.DerivationAlgorithm; @@ -32,6 +29,8 @@ import org.w3c.dom.Document; import org.w3c.dom.Element; +import java.io.UnsupportedEncodingException; + /** * Base class for DerivedKey encryption and signature * @@ -64,6 +63,15 @@ protected String dktId = null; + /** + * Client's label value + */ + protected String clientLabel = ConversationConstants.DEFAULT_LABEL; + + /** + * Service's label value + */ + protected String serviceLabel = ConversationConstants.DEFAULT_LABEL; /** * soap:Envelope element @@ -127,6 +135,22 @@ } /** + * Set the label value of the client. + * @param clientLabel + */ + public void setClientLabel(String clientLabel) { + this.clientLabel = clientLabel; + } + + /** + * Set the label value of the service. + * @param serviceLabel + */ + public void setServiceLabel(String serviceLabel) { + this.serviceLabel = serviceLabel; + } + + /** * Initialize a WSSec Derived key. * * The method prepares and initializes a WSSec dereived key structure after the @@ -154,7 +178,7 @@ int length = this.getDerivedKeyLength(); byte[] label; try { - label = ConversationConstants.DEFAULT_LABEL.getBytes("UTF-8"); + label = (clientLabel + serviceLabel).getBytes("UTF-8"); } catch (UnsupportedEncodingException e) { throw new WSSecurityException("UTF-8 encoding is not supported", e); } @@ -206,6 +230,11 @@ public void prependDKElementToHeader(WSSecHeader secHeader) { WSSecurityUtil.prependChildElement(document, secHeader .getSecurityHeader(), dkt.getElement(), false); + } + + public void appendDKElementToHeader(WSSecHeader secHeader) { + WSSecurityUtil.appendChildElement(document, secHeader + .getSecurityHeader(), dkt.getElement()); } } Modified: webservices/wss4j/trunk/src/org/apache/ws/security/processor/DerivedKeyTokenProcessor.java URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/src/org/apache/ws/security/processor/DerivedKeyTokenProcessor.java?rev=438121&r1=438120&r2=438121&view=diff ============================================================================== --- webservices/wss4j/trunk/src/org/apache/ws/security/processor/DerivedKeyTokenProcessor.java (original) +++ webservices/wss4j/trunk/src/org/apache/ws/security/processor/DerivedKeyTokenProcessor.java Tue Aug 29 10:23:34 2006 @@ -84,7 +84,8 @@ DerivationAlgorithm algo = AlgoFactory.getInstance(this.algorithm); byte[] labelBytes = null; if(label == null || (label != null && label.length() == 0)) { - labelBytes = ConversationConstants.DEFAULT_LABEL.getBytes("UTF-8"); + labelBytes = (ConversationConstants.DEFAULT_LABEL + ConversationConstants.DEFAULT_LABEL) + .getBytes("UTF-8"); } else { labelBytes = this.label.getBytes("UTF-8"); } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 29 18:11:24 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13573 invoked from network); 29 Aug 2006 18:11:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Aug 2006 18:11:16 -0000 Received: (qmail 94429 invoked by uid 500); 29 Aug 2006 18:11:14 -0000 Delivered-To: [email protected] Received: (qmail 94378 invoked by uid 500); 29 Aug 2006 18:11:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 94351 invoked by uid 99); 29 Aug 2006 18:11:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2006 11:11:12 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2006 11:11:11 -0700 Received: by nf-out-0910.google.com with SMTP id l24so274607nfc for <[email protected]>; Tue, 29 Aug 2006 11:10:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=KIUwxtWYGi/fl51UFFnyPbxFVNONh1hzLsmVqQRSTKwVqVq/Gf8OiUU2vgrXvb1HFoRl9cecLQwF0lt3HnIetiTQsnpOHiWJHPInw63UZFDaamqaKFnjJPVGUdA88e8YvTjbX2JBjsHVCPyX7dejxQNIy7fogkebNPZpDw2h6Wo= Received: by 161.129.204.104 with SMTP id g3mr1540002nfj; Tue, 29 Aug 2006 11:10:49 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 29 Aug 2006 11:10:49 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 29 Aug 2006 20:10:49 +0200 From: "Guillaume Nodet" <[email protected]> To: [email protected] Subject: WSS4J does not correctly retrieve the Header element when the first node of the document is not the root element MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1507_29834222.1156875049482" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_1507_29834222.1156875049482 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline FYI, I have raised an issue about that and attached a very simple patch to fix it. See http://issues.apache.org/jira/browse/WSS-53 -- Cheers, Guillaume Nodet ------=_Part_1507_29834222.1156875049482 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline FYI, I have raised an issue about that and attached a very simple patch to fix it.<br>See <a href="http://issues.apache.org/jira/browse/WSS-53">http://issues.apache.org/jira/browse/WSS-53</a><br clear="all"><br>-- <br>Cheers, <br>Guillaume Nodet ------=_Part_1507_29834222.1156875049482-- From [email protected] Wed Aug 30 12:47:37 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93356 invoked from network); 30 Aug 2006 12:47:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Aug 2006 12:47:31 -0000 Received: (qmail 75575 invoked by uid 500); 30 Aug 2006 12:47:30 -0000 Delivered-To: [email protected] Received: (qmail 75305 invoked by uid 500); 30 Aug 2006 12:47:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 75294 invoked by uid 500); 30 Aug 2006 12:47:29 -0000 Delivered-To: [email protected] Received: (qmail 75291 invoked by uid 99); 30 Aug 2006 12:47:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Aug 2006 05:47:29 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Aug 2006 05:47:28 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id B2A331A981A; Wed, 30 Aug 2006 05:47:08 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r438476 - /webservices/wss4j/trunk/src/org/apache/ws/security/util/WSSecurityUtil.java Date: Wed, 30 Aug 2006 12:47:08 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: dims Date: Wed Aug 30 05:47:07 2006 New Revision: 438476 URL: http://svn.apache.org/viewvc?rev=438476&view=rev Log: Fix for WSS-53 - WSS4J does not correctly retrieve the Header element when the first node of the document is not the root element (a comment for ex) Modified: webservices/wss4j/trunk/src/org/apache/ws/security/util/WSSecurityUtil.java Modified: webservices/wss4j/trunk/src/org/apache/ws/security/util/WSSecurityUtil.java URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/src/org/apache/ws/security/util/WSSecurityUtil.java?rev=438476&r1=438475&r2=438476&view=diff ============================================================================== --- webservices/wss4j/trunk/src/org/apache/ws/security/util/WSSecurityUtil.java (original) +++ webservices/wss4j/trunk/src/org/apache/ws/security/util/WSSecurityUtil.java Wed Aug 30 05:47:07 2006 @@ -80,7 +80,7 @@ public static Element getSecurityHeader(Document doc, String actor, SOAPConstants sc) { Element soapHeaderElement = (Element) getDirectChild(doc - .getFirstChild(), sc.getHeaderQName().getLocalPart(), sc + .getDocumentElement(), sc.getHeaderQName().getLocalPart(), sc .getEnvelopeURI()); if (soapHeaderElement == null) { // no SOAP header at all --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 30 12:48:50 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93626 invoked from network); 30 Aug 2006 12:48:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Aug 2006 12:48:44 -0000 Received: (qmail 76560 invoked by uid 500); 30 Aug 2006 12:48:43 -0000 Delivered-To: [email protected] Received: (qmail 76216 invoked by uid 500); 30 Aug 2006 12:48:43 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 76205 invoked by uid 99); 30 Aug 2006 12:48:43 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Aug 2006 05:48:43 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Aug 2006 05:48:42 -0700 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 9C49F7142CE for <[email protected]>; Wed, 30 Aug 2006 12:45:23 +0000 (GMT) Message-ID: <31644531.1156941923635.JavaMail.jira@brutus> Date: Wed, 30 Aug 2006 05:45:23 -0700 (PDT) From: "Davanum Srinivas (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (WSS-53) WSS4J does not correctly retrieve the Header element when the first node of the document is not the root element (a comment for ex) In-Reply-To: <4759292.1156594283735.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/WSS-53?page=all ] Davanum Srinivas resolved WSS-53. --------------------------------- Resolution: Fixed Applied. thanks, dims > WSS4J does not correctly retrieve the Header element when the first node of the document is not the root element (a comment for ex) > ----------------------------------------------------------------------------------------------------------------------------------- > > Key: WSS-53 > URL: http://issues.apache.org/jira/browse/WSS-53 > Project: WSS4J > Issue Type: Bug > Reporter: Guillaume Nodet > Assigned To: Davanum Srinivas > Priority: Critical > Attachments: bug.patch > > > The attached patch fix the issue. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 31 05:37:00 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81401 invoked from network); 31 Aug 2006 05:26:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Aug 2006 05:26:55 -0000 Received: (qmail 4516 invoked by uid 500); 31 Aug 2006 05:26:53 -0000 Delivered-To: [email protected] Received: (qmail 4475 invoked by uid 500); 31 Aug 2006 05:26:53 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 4464 invoked by uid 99); 31 Aug 2006 05:26:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Aug 2006 22:26:53 -0700 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=HTML_MESSAGE,RCVD_NUMERIC_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO omr8.networksolutionsemail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Aug 2006 22:26:52 -0700 Received: from mail.networksolutionsemail.com (ns-omr8.mgt.netsol.com [161.129.204.104]) by omr8.networksolutionsemail.com (8.13.6/8.13.6) with SMTP id k7V5QVAx030359 for <[email protected]>; Thu, 31 Aug 2006 01:26:31 -0400 Received: (qmail 11412 invoked by uid 78); 31 Aug 2006 05:26:31 -0000 Received: from unknown (HELO webmail1) (161.129.204.104) by ns-omr8.lb.hosting.dc2.netsol.com with SMTP; 31 Aug 2006 05:26:31 -0000 Received: from 161.129.204.104 ([email protected] [161.129.204.104]) by webmail1 (EdgeDesk 4.02) with WEBMAIL id 17907; Thu, 31 Aug 2006 05:26:31 +0000 From: "Gabsaga Tata" <[email protected]> To: [email protected] Importance: Normal Sensitivity: Normal Message-ID: <W186232445179071157001991@webmail1> X-Mailer: Mintersoft EdgeDesk, Build 4.03.0105 X-Originating-IP: [161.129.204.104] X-Forwarded-For: [(null)] Date: Thu, 31 Aug 2006 05:26:31 +0000 Subject: Send Username/Password using WSS4J MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="--=_vm_0011_W186232445_17907_1157001991" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ----=_vm_0011_W186232445_17907_1157001991 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable In the tutorial for WSS4J http://ws.apache.org/wss4j/axis.html I see wher= e the password is set given a username. Is there a way to have the client= send both username and password and have the service authenticate agains= t both? Thanks. Gabsaga ----=_vm_0011_W186232445_17907_1157001991 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable <html><body bgcolor=3D"#ffffff"><DIV><FONT face=3DVerdana size=3D2>In th= e tutorial for WSS4J&nbsp;<A href=3D"http://ws.apache.org/wss4j/axis.html= ">http://ws.apache.org/wss4j/axis.html</A>&nbsp;&nbsp;I see where the pas= sword is set given a username. Is there a way to have the client send bot= h username and password and have the service authenticate against both?</= FONT></DIV> <DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV> <DIV><FONT face=3DVerdana size=3D2>Thanks.</FONT></DIV> <DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV> <DIV><FONT face=3DVerdana size=3D2>Gabsaga</FONT></DIV> <DIV>&nbsp;</DIV></body></html> ----=_vm_0011_W186232445_17907_1157001991-- From [email protected] Thu Aug 31 10:02:12 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75459 invoked from network); 31 Aug 2006 10:02:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Aug 2006 10:02:03 -0000 Received: (qmail 67394 invoked by uid 500); 31 Aug 2006 10:02:02 -0000 Delivered-To: [email protected] Received: (qmail 67358 invoked by uid 500); 31 Aug 2006 10:02:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 67347 invoked by uid 99); 31 Aug 2006 10:02:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Aug 2006 03:02:01 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Aug 2006 03:02:00 -0700 Received: by nf-out-0910.google.com with SMTP id l24so365552nfc for <[email protected]>; Thu, 31 Aug 2006 03:01:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HHr4KSQar+D/ErgY9wWeF42arcde6Cixs6lVt8KP/iUKv94uvsfzHueUbTY+Stl12l3BpF3UoKAPmdZIsIplhVD995OIsZEAE3ODmOSDkWdRInvhnHLvCMMmOrTx6bQmbVm7K2GFHxpP0+4cN/5/uqv7btnr4Wc6oATQlqILiHY= Received: by 161.129.204.104 with SMTP id c2mr1029376nfl; Thu, 31 Aug 2006 03:01:18 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 31 Aug 2006 03:01:18 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 31 Aug 2006 18:01:18 +0800 From: "Xinjun Chen" <[email protected]> To: "Dittmann, Werner" <[email protected]> Subject: Re: WS security header order problem Cc: "Long, Hai" <[email protected]>, [email protected] In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Werner, Is it possible to attach the order information as policy? Then the order of the received headers will not really matter. Right? I am sorry that I don't yet know how to do that. I mean how to attach security policy. Could you provide some examples or pointers to those examples? Regards, Xinjun On 8/17/06, Dittmann, Werner <[email protected]> wrote: > Hello, > > wlle, that depends what you like to do: as I understand > it then you would like to encrypt and sign an element (the > same element). here you have to options: > > - sign the clear data, then encrypt. This is what you describe > as your fist ordering. > or > - encrypt first, then sign the encrypted data. IMHO this is > what you describe as the second ordering > > The first option signs the encrypted data, any modification on > the encrypted data will be detected. The receiver has to verify the > Signature over the encrypted data. For the second option you > have to decrypt first, then you can verify the signature. > > The ordering of the security headers reflects these dependencies. > As for WSS4J 1.x this ordering is required because WSS4J 1.x > performs the security methods in the same order as they apear > in the header. > > Regards, > Werner > > > -----Urspr=FCngliche Nachricht----- > > Von: Long, Hai [mailto:[email protected]] > > Gesendet: Mittwoch, 16. August 2006 16:58 > > An: [email protected] > > Betreff: WS security header order problem > > > > Hello, > > > > I have a problem about the security header order. In the OASIS is > > recommended that if Sign Encryption is used, the order in WS header > > should looks like > > 1. Order (Sign+Encyption) > > <wsse:Security> header > > [encryption element] > > [signature element] > > > > If the Encryption Sign is used, the order should be > > 2. Order (Encryption+Sign) > > <wsse:Security> header > > [signature element] > > [encryption element] > > > > But this is just one recommendation but a muss in the spec. How can I > > deal with Sing+Encrypted message but with second order in the > > Header. Is > > it possible to communicate this kind of application with WSS4J? I get > > always validation problem, since the wss4j try to validate it before > > decrypt the [email protected]. > > > > Thanks for Help. > > > > Regards, > > Hai > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 31 10:25:22 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82668 invoked from network); 31 Aug 2006 10:25:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Aug 2006 10:25:19 -0000 Received: (qmail 98597 invoked by uid 500); 31 Aug 2006 10:25:19 -0000 Delivered-To: [email protected] Received: (qmail 98252 invoked by uid 500); 31 Aug 2006 10:25:18 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 98241 invoked by uid 99); 31 Aug 2006 10:25:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Aug 2006 03:25:18 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Aug 2006 03:25:17 -0700 Received: by nf-out-0910.google.com with SMTP id l24so369128nfc for <[email protected]>; Thu, 31 Aug 2006 03:24:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=gdeAh6QTtMVnifNXPziGVmKP6o/zHdsKtnxAFJieTwMdOW19umZ6f6oSMyBlk+mvpL9M/P9xQInnFJPdOoS6zQ5M96A5kss5ElxD2V1rgCJQXSHB4Tc6S61V5Vv/DqmeS775ZKfCfcNb33jIaLEahzWD/atqYcXHfQI3evouN/c= Received: by 161.129.204.104 with SMTP id l15mr1115086nfi; Thu, 31 Aug 2006 03:24:24 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 31 Aug 2006 03:24:23 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 31 Aug 2006 18:24:23 +0800 From: "Xinjun Chen" <[email protected]> To: [email protected] Subject: Encryption and Signature using UsernameToken MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi wss4j user, In .NET, UsernameToken can be used for both signature and encryption. I have some problem in interoperating the secure web services in .NET. I am trying to use wss4j to add security headers to the SOAP Envelope. My questions are: 1. If the UsernameToken is used for encryption, must it be a symmetric encryption key(a shared secret key)? Can I use any random string to act as the Shared Secret Key? Or shared secret key must be some special strings? 2. Which one is actually the secret key, the password alone, the combination of username and password, or other combination of username password nonce and creationTime? If my question is intuitive, could you please point me somewhere else? Regards, Xinjun --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 31 11:47:25 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22058 invoked from network); 31 Aug 2006 11:47:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Aug 2006 11:47:24 -0000 Received: (qmail 3711 invoked by uid 500); 31 Aug 2006 11:47:23 -0000 Delivered-To: [email protected] Received: (qmail 3352 invoked by uid 500); 31 Aug 2006 11:47:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 3341 invoked by uid 99); 31 Aug 2006 11:47:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Aug 2006 04:47:22 -0700 X-ASF-Spam-Status: No, hits=2.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,MAILTO_TO_SPAM_ADDR,RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wx-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Aug 2006 04:47:21 -0700 Received: by wx-out-0506.google.com with SMTP id s8so546645wxc for <[email protected]>; Thu, 31 Aug 2006 04:47:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=qVmbN8uv9AFsR4ppYbhvFUE2NgyvNdbTm7BPKfaFl01ZFboIbGiBtQ949iz5JJBFiGxqBR6kpttTMQWlgmDPnxGHXNdKWi+OPen6sUEXsmZpFPY0dc7l3qTw2ekoClm2Nlt+JUdTtQtv92+mHYV+qXyhoZ4Mb2GMA+DPx58rcjQ= Received: by 161.129.204.104 with SMTP id y13mr205639wxa; Thu, 31 Aug 2006 04:47:00 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 31 Aug 2006 04:47:00 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 31 Aug 2006 13:47:00 +0200 From: "=?ISO-8859-1?Q?Jos=E9_Ferreiro?=" <[email protected]> To: "Xinjun Chen" <[email protected]> Subject: Re: WS security header order problem Cc: "Dittmann, Werner" <[email protected]>, "Long, Hai" <[email protected]>, [email protected] In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_52206_9331696.1157024820386" References: <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_52206_9331696.1157024820386 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Why not sign and the encrypt? <param name=3D"action" Value=3D"Signature Encrypt"/> <Header> <Security> <Encrypted key> ... </Encrypted key> <Signature> digest of the element body </Signature> </Header> <body> ...encrypted data... </body> Problem! People may guess what is the orignial body element, calculate its digest and compare to this one (in the <signature> element). On the other hand: <param name=3D"action" Value=3D"Encrypt Signature"/> <Header> <Security> <Signature> digest of the encrypted element body </Signature> <Encrypted key> ... </Encrypted key> </Header> <body> ...encrypted data... </body> People may trry to guess the original body elment and encrypt it ant then calucalte its digest. However, during encryption a ramdon element is introduced, so the result encryptions will be different, so this won't work. Therefore for higher security first encrypt and then sign: -> <param name=3D"action" Value=3D"Encrypt Signature"/> Hope this helps someone. Jos=E9 Ferreiro On 8/31/06, Xinjun Chen <[email protected]> wrote: > > Hi Werner, > > Is it possible to attach the order information as policy? Then the > order of the received headers will not really matter. Right? I am > sorry that I don't yet know how to do that. I mean how to attach > security policy. Could you provide some examples or pointers to those > examples? > > > Regards, > Xinjun > > On 8/17/06, Dittmann, Werner <[email protected]> wrote: > > Hello, > > > > wlle, that depends what you like to do: as I understand > > it then you would like to encrypt and sign an element (the > > same element). here you have to options: > > > > - sign the clear data, then encrypt. This is what you describe > > as your fist ordering. > > or > > - encrypt first, then sign the encrypted data. IMHO this is > > what you describe as the second ordering > > > > The first option signs the encrypted data, any modification on > > the encrypted data will be detected. The receiver has to verify the > > Signature over the encrypted data. For the second option you > > have to decrypt first, then you can verify the signature. > > > > The ordering of the security headers reflects these dependencies. > > As for WSS4J 1.x this ordering is required because WSS4J 1.x > > performs the security methods in the same order as they apear > > in the header. > > > > Regards, > > Werner > > > > > -----Urspr=FCngliche Nachricht----- > > > Von: Long, Hai [mailto:[email protected]] > > > Gesendet: Mittwoch, 16. August 2006 16:58 > > > An: [email protected] > > > Betreff: WS security header order problem > > > > > > Hello, > > > > > > I have a problem about the security header order. In the OASIS is > > > recommended that if Sign Encryption is used, the order in WS header > > > should looks like > > > 1. Order (Sign+Encyption) > > > <wsse:Security> header > > > [encryption element] > > > [signature element] > > > > > > If the Encryption Sign is used, the order should be > > > 2. Order (Encryption+Sign) > > > <wsse:Security> header > > > [signature element] > > > [encryption element] > > > > > > But this is just one recommendation but a muss in the spec. How can I > > > deal with Sing+Encrypted message but with second order in the > > > Header. Is > > > it possible to communicate this kind of application with WSS4J? I get > > > always validation problem, since the wss4j try to validate it before > > > decrypt the [email protected]. > > > > > > Thanks for Help. > > > > > > Regards, > > > Hai > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --=20 Jos=E9 Ferreiro EPFL Communication Systems engineer ing.sys.com.dipl.EPFL Phone: 651.232.9545 651.232.9545] ------=_Part_52206_9331696.1157024820386 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Why not sign and the encrypt?<br><br>&lt;param name=3D&quot;action&quot; Va= lue=3D&quot;Signature Encrypt&quot;/&gt;<br><br><br>&lt;Header&gt;<br>&nbsp= ;&nbsp; &lt;Security&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Encrypted key&gt; ... &l= t;/Encrypted key&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Signature&gt; digest of the = element body &lt;/Signature&gt; <br>&nbsp;&lt;/Header&gt;<br><br>&lt;body&gt;<br>...encrypted data...<br>&l= t;/body&gt;<br><br><br>Problem! People may guess what is the orignial body = element, calculate its digest and compare to this one (in the &lt;signature= &gt; element). <br><br><br>On the other hand:<br><br>&lt;param name=3D&quot;action&quot; V= alue=3D&quot;Encrypt Signature&quot;/&gt;<br><br>&lt;Header&gt;<br>&nbsp;&n= bsp; &lt;Security&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Sig= nature&gt; digest of the encrypted element body &lt;/Signature&gt; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Encrypted key&gt; ... &l= t;/Encrypted key&gt;<br>&nbsp;&lt;/Header&gt;<br><br>&lt;body&gt;<br>...enc= rypted data...<br>&lt;/body&gt;<br><br>People may trry to guess the origina= l body elment and encrypt it ant then calucalte its digest. <br>However, during encryption a ramdon element is introduced, so the resul= t encryptions will be different,<br>so this won't work.<br><br>Therefore fo= r higher security first encrypt and then sign: -&gt;&nbsp; &lt;param name= =3D&quot;action&quot; Value=3D&quot;Encrypt Signature&quot;/&gt; <br><br>Hope this helps someone.<br><br>Jos=E9 Ferreiro<br><br><div><span c= lass=3D"gmail_quote">On 8/31/06, <b class=3D"gmail_sendername">Xinjun Chen<= /b> &lt;<a href=3D"mailto:[email protected]">[email protected]</a>&gt; = wrote: </span><blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rg= b(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Werner,= <br><br>Is it possible to attach the order information as policy? Then the<= br> order of the received headers will not really matter. Right? I am<br>sorry = that I don't yet know how to do that. I mean how to attach<br>security poli= cy. Could you provide some examples or pointers to those<br>examples?<br> <br><br>Regards,<br>Xinjun<br><br>On 8/17/06, Dittmann, Werner &lt;<a href= =3D"mailto:[email protected]">[email protected]</a>&gt;= wrote:<br>&gt; Hello,<br>&gt;<br>&gt; wlle, that depends what you like to = do: as I understand <br>&gt; it then you would like to encrypt and sign an element (the<br>&gt;= same element). here you have to options:<br>&gt;<br>&gt; - sign the clear = data, then encrypt. This is what you describe<br>&gt;&nbsp;&nbsp;as your fi= st ordering. <br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;or<br>&gt; - encrypt first, then sign the e= ncrypted data. IMHO this is<br>&gt;&nbsp;&nbsp;what you describe as the sec= ond ordering<br>&gt;<br>&gt; The first option signs the encrypted data, any= modification on<br>&gt; the encrypted data will be detected. The receiver = has to verify the <br>&gt; Signature over the encrypted data. For the second option you<br>&g= t; have to decrypt first, then you can verify the signature.<br>&gt;<br>&gt= ; The ordering of the security headers reflects these dependencies.<br> &gt; As for WSS4J 1.x this ordering is required because WSS4J 1.x<br>&gt; p= erforms the security methods in the same order as they apear<br>&gt; in the= header.<br>&gt;<br>&gt; Regards,<br>&gt; Werner<br>&gt;<br>&gt; &gt; -----= Urspr=FCngliche Nachricht----- <br>&gt; &gt; Von: Long, Hai [mailto:<a href=3D"mailto:[email protected]">ha= [email protected]</a>]<br>&gt; &gt; Gesendet: Mittwoch, 16. August 2006 16:58<= br>&gt; &gt; An: <a href=3D"mailto:[email protected]">[email protected]= ache.org </a><br>&gt; &gt; Betreff: WS security header order problem<br>&gt; &gt;<br= >&gt; &gt; Hello,<br>&gt; &gt;<br>&gt; &gt; I have a problem about the secu= rity header order. In the OASIS is<br>&gt; &gt; recommended that if Sign En= cryption is used, the order in WS header <br>&gt; &gt; should looks like<br>&gt; &gt; 1. Order (Sign+Encyption)<br>&= gt; &gt; &lt;wsse:Security&gt; header<br>&gt; &gt; [encryption element]<br>= &gt; &gt; [signature element]<br>&gt; &gt;<br>&gt; &gt; If the Encryption S= ign is used, the order should be <br>&gt; &gt; 2. Order (Encryption+Sign)<br>&gt; &gt; &lt;wsse:Security&gt;= header<br>&gt; &gt; [signature element]<br>&gt; &gt; [encryption element]<= br>&gt; &gt;<br>&gt; &gt; But this is just one recommendation but a muss in= the spec. How can I <br>&gt; &gt; deal with Sing+Encrypted message but with second order in the= <br>&gt; &gt; Header. Is<br>&gt; &gt; it possible to communicate this kind = of application with WSS4J? I get<br>&gt; &gt; always validation problem, si= nce the wss4j try to validate it before <br>&gt; &gt; decrypt the [email protected].<br>&gt; &gt;<br>&gt; &gt; Thank= s for Help.<br>&gt; &gt;<br>&gt; &gt; Regards,<br>&gt; &gt; Hai<br>&gt; &gt= ;<br>&gt; &gt; ------------------------------------------------------------= --------- <br>&gt; &gt; To unsubscribe, e-mail: <a href=3D"mailto:wss4j-dev-unsubscri= [email protected]">[email protected]</a><br>&gt; &gt; For = additional commands, e-mail: <a href=3D"mailto:[email protected]= "> [email protected]</a><br>&gt; &gt;<br>&gt; &gt;<br>&gt;<br>&gt; = ---------------------------------------------------------------------<br>&g= t; To unsubscribe, e-mail: <a href=3D"mailto:[email protected]= e.org"> [email protected]</a><br>&gt; For additional commands, e-= mail: <a href=3D"mailto:[email protected]">[email protected]= che.org</a><br>&gt;<br>&gt;<br><br>----------------------------------------= ----------------------------- <br>To unsubscribe, e-mail: <a href=3D"mailto:[email protected]= he.org">[email protected]</a><br>For additional commands,= e-mail: <a href=3D"mailto:[email protected]">[email protected].= apache.org </a><br><br></blockquote></div><br><br clear=3D"all"><br>-- <br>Jos=E9 Ferr= eiro<br>EPFL Communication Systems engineer<br>ing.sys.com.dipl.EPFL<br><br= >Phone: 651.232.9545 651.232.9545] ------=_Part_52206_9331696.1157024820386-- From [email protected] Thu Aug 31 11:50:58 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24348 invoked from network); 31 Aug 2006 11:50:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Aug 2006 11:50:55 -0000 Received: (qmail 10219 invoked by uid 500); 31 Aug 2006 11:50:54 -0000 Delivered-To: [email protected] Received: (qmail 9869 invoked by uid 500); 31 Aug 2006 11:50:53 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 9857 invoked by uid 99); 31 Aug 2006 11:50:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Aug 2006 04:50:53 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wx-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Aug 2006 04:50:52 -0700 Received: by wx-out-0506.google.com with SMTP id s8so547584wxc for <[email protected]>; Thu, 31 Aug 2006 04:50:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=amLuHRyLUOkpFrtI4+Yagu4icN5sFZkn+YR92+oQT+wsB2pCXLnrJ3EJQaACZypkSbqwtK+nsmA5cAgFndlwY4//gGt8jFTm/wW7ZIZg1jn5N+KWbyWonxgxP73DBUbkChpoZvpvP+HtKtWLTkKdvJu2pci4M1uRRxSOtE56ivo= Received: by 161.129.204.104 with SMTP id 4mr1466171wxg; Thu, 31 Aug 2006 04:50:31 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 31 Aug 2006 04:50:31 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 31 Aug 2006 13:50:31 +0200 From: "=?ISO-8859-1?Q?Jos=E9_Ferreiro?=" <[email protected]> To: [email protected] Subject: Why not sign and then encrypt? (Brief explanation) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_52242_24938190.1157025031578" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_52242_24938190.1157025031578 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline you have two choices: 1- <param name=3D"action" Value=3D"Signature Encrypt"/> 2- <param name=3D"action" Value=3D"Encrypt Signature"/> See below for the explanations: <param name=3D"action" Value=3D"Signature Encrypt"/> <Header> <Security> <Encrypted key> ... </Encrypted key> <Signature> digest of the element body </Signature> </Header> <body> ...encrypted data... </body> Problem! People may guess what is the orignial body element, calculate its digest and compare to this one (in the <signature> element). On the other hand: <param name=3D"action" Value=3D"Encrypt Signature"/> <Header> <Security> <Signature> digest of the encrypted element body </Signature> <Encrypted key> ... </Encrypted key> </Header> <body> ...encrypted data... </body> People may trry to guess the original body element and encrypt it ant then calucalte its digest. However, during encryption a ramdon element is introduced, so the result of two encryptions will be different, so this won't work. Therefore for higher security first encrypt and then sign: -> <param name=3D"action" Value=3D"Encrypt Signature"/> Hope this helps someone. Jos=E9 Ferreiro --=20 Jos=E9 Ferreiro EPFL Communication Systems engineer ing.sys.com.dipl.EPFL ------=_Part_52242_24938190.1157025031578 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline <br> you have two choices:<br> <br> 1- &lt;param name=3D&quot;action&quot; Value=3D&quot;Signature Encrypt&quot= ;/&gt;<br> 2- &lt;param name=3D&quot;action&quot; Value=3D&quot;Encrypt Signature&quot= ;/&gt;<br> <br> See below for the explanations:<br> <br> <br> &lt;param name=3D&quot;action&quot; Value=3D&quot;Signature Encrypt&quot;/&= gt;<br> <br> <br> &lt;Header&gt;<br> &nbsp;&nbsp; &lt;Security&gt;<br> &nbsp;&nbsp;&nbsp; &lt;Encrypted key&gt; ... &lt;/Encrypted key&gt;<br> &nbsp;&nbsp;&nbsp; &lt;Signature&gt; digest of the element body &lt;/Signat= ure&gt;<br> &nbsp;&lt;/Header&gt;<br> <br> &lt;body&gt;<br> ...encrypted data...<br> &lt;/body&gt;<br> <br> <br> Problem! People may guess what is the orignial body element, calculate its digest and compare to this one (in the &lt;signature&gt; element).<br> <br> <br> On the other hand:<br> <br> &lt;param name=3D&quot;action&quot; Value=3D&quot;Encrypt Signature&quot;/&= gt;<br> <br> &lt;Header&gt;<br> &nbsp;&nbsp; &lt;Security&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Signature&gt; digest of the = encrypted element body &lt;/Signature&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Encrypted key&gt; ... &lt;/E= ncrypted key&gt;<br> &nbsp;&lt;/Header&gt;<br> <br> &lt;body&gt;<br> ...encrypted data...<br> &lt;/body&gt;<br> <br> People may trry to guess the original body element and encrypt it ant then = calucalte its digest.<br> However, during encryption a ramdon element is introduced, so the result of= two encryptions will be different,<br> so this won't work.<br> <br> Therefore for higher security first encrypt and then sign: -&gt;&nbsp; &lt;= param name=3D&quot;action&quot; Value=3D&quot;Encrypt Signature&quot;/&gt;<= br> <br> Hope this helps someone.<br> <br> Jos=E9 Ferreiro<br> <br clear=3D"all"><br>-- <br>Jos=E9 Ferreiro<br>EPFL Communication Systems = engineer<br>ing.sys.com.dipl.EPFL<br><br> ------=_Part_52242_24938190.1157025031578-- From [email protected] Thu Aug 31 13:44:26 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64808 invoked from network); 31 Aug 2006 13:44:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Aug 2006 13:44:24 -0000 Received: (qmail 88848 invoked by uid 500); 31 Aug 2006 13:44:20 -0000 Delivered-To: [email protected] Received: (qmail 88706 invoked by uid 500); 31 Aug 2006 13:44:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 88683 invoked by uid 99); 31 Aug 2006 13:44:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Aug 2006 06:44:19 -0700 X-ASF-Spam-Status: No, hits=1.6 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS,SUBJ_ALL_CAPS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wx-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Aug 2006 06:44:19 -0700 Received: by wx-out-0506.google.com with SMTP id s8so578224wxc for <[email protected]>; Thu, 31 Aug 2006 06:43:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=SP5FNbQ9ERVWJQRrQ4wplc1CjvZYa4+sFuEM/E/LKBI+oDjfTpFM35lKwAFezEa01uEm6MtQj6tk+ZCYYSphRS5z17DNOcT4gKN5wSBzMKBd5uqjFztGkVWWJEDQ6kQ0DTMUteYPAV17TGdAXN4WM39rEfrraU/yRqoP5w/n1zU= Received: by 161.129.204.104 with SMTP id s7mr570920wxa; Thu, 31 Aug 2006 06:43:57 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 31 Aug 2006 06:43:57 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 31 Aug 2006 09:43:57 -0400 From: "Davanum Srinivas" <[email protected]> Reply-To: [email protected] To: "[email protected]" <[email protected]>, "Axis developer list" <[email protected]> Subject: WSS4J 2.0(?) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Team, - What do you think about moving from maven1/ant to maven2? - Is it time to move all the security stuff from Axis2 svn to wss4j? (secpolicy/rampart/rahas etc)? - How about we remove the sandbox code in wss4j? I was thinking basically about the following: the existing code under "org.apache.ws.security" will have to move into say a wss4j-core maven2 module and the existing code under "org.apache.ws.axis.security" and other Axis1 specific files will go into wss4j-axis1 module. Thanks, dims -- Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 31 14:15:04 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77515 invoked from network); 31 Aug 2006 14:15:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Aug 2006 14:15:02 -0000 Received: (qmail 58590 invoked by uid 500); 31 Aug 2006 14:14:56 -0000 Delivered-To: [email protected] Received: (qmail 58501 invoked by uid 500); 31 Aug 2006 14:14:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 58478 invoked by uid 99); 31 Aug 2006 14:14:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Aug 2006 07:14:56 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nz-out-0102.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Aug 2006 07:14:55 -0700 Received: by nz-out-0102.google.com with SMTP id 34so327600nzf for <[email protected]>; Thu, 31 Aug 2006 07:14:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kpzqpx4Ry81ZKRvrjlCvog1ywDd+U/KRZPbQzjwv3U9qzIH88NReDnyq9SoVCgXzd5511DHjSkQ5Vxg6eNTPCsq3KOx6Xn2mS8MAp775WQeO55N6B4ZG5GHuRtt8rDOL04iEGT9ot3KGhmEyVwpaFPg0D+NIGS169lWn0oKdDOk= Received: by 161.129.204.104 with SMTP id d7mr1225584qbp; Thu, 31 Aug 2006 07:14:34 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 31 Aug 2006 07:14:34 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 31 Aug 2006 19:44:34 +0530 From: "Ruchith Fernando" <[email protected]> To: [email protected], [email protected] Subject: Re: WSS4J 2.0(?) Cc: "[email protected]" <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi All, On 8/31/06, Davanum Srinivas <[email protected]> wrote: > Team, > > - What do you think about moving from maven1/ant to maven2? +1 > - Is it time to move all the security stuff from Axis2 svn to wss4j? > (secpolicy/rampart/rahas etc)? I see an issue here : Rampart had its own release as Rampart 1.0 and I'd prefer if we can have this separate. The same goes for Rahas (WS-Trust impl). And how about moving the new secpolicy module in axis2 to ws-commons since this is shared by both Rampart and Rahas? > - How about we remove the sandbox code in wss4j? +1 > > I was thinking basically about the following: the existing code under > "org.apache.ws.security" will have to move into say a wss4j-core > maven2 module and the existing code under > "org.apache.ws.axis.security" and other Axis1 specific files will go > into wss4j-axis1 module. +1 Thanks, Ruchith > > Thanks, > dims > > -- > Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- www.ruchith.org --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 31 14:17:06 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 79197 invoked from network); 31 Aug 2006 14:17:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Aug 2006 14:17:00 -0000 Received: (qmail 65062 invoked by uid 500); 31 Aug 2006 14:16:57 -0000 Delivered-To: [email protected] Received: (qmail 65019 invoked by uid 500); 31 Aug 2006 14:16:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 64995 invoked by uid 99); 31 Aug 2006 14:16:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Aug 2006 07:16:57 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO amereast-smg2.iona.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Aug 2006 07:16:55 -0700 Received: from amereast-ems2.IONAGLOBAL.COM ([161.129.204.104]) by amereast-smg2.iona.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id k7VEB0FL026739; Thu, 31 Aug 2006 10:11:11 -0400 (EDT) Received: from [161.129.204.104] ([161.129.204.104]) by amereast-ems2.IONAGLOBAL.COM with Microsoft SMTPSVC(5.0.2195.6713); Thu, 31 Aug 2006 10:16:33 -0400 Message-ID: <[email protected]> Date: Thu, 31 Aug 2006 10:16:33 -0400 From: Fred Dushin <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20060523) MIME-Version: 1.0 To: [email protected] CC: "[email protected]" <[email protected]>, Axis developer list <[email protected]> Subject: Re: WSS4J 2.0(?) References: <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 161.129.204.104 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 31 Aug 2006 14:16:33.0530 (UTC) FILETIME=[0FCF15A0:01C6CD08] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Davanum, I'm not sure how well this addresses your query, but from my point of view, it would be very useful to factor the WSS4j packages into core components (of which several could be defined), distinct from application-specific components (Axis, etc). Is there a reason we munge everything into 1 JAR file? Thanks, Fred Davanum Srinivas wrote: > Team, > > - What do you think about moving from maven1/ant to maven2? > - Is it time to move all the security stuff from Axis2 svn to wss4j? > (secpolicy/rampart/rahas etc)? > - How about we remove the sandbox code in wss4j? > > I was thinking basically about the following: the existing code under > "org.apache.ws.security" will have to move into say a wss4j-core > maven2 module and the existing code under > "org.apache.ws.axis.security" and other Axis1 specific files will go > into wss4j-axis1 module. > > Thanks, > dims > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 31 14:59:08 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91272 invoked from network); 31 Aug 2006 14:59:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Aug 2006 14:59:08 -0000 Received: (qmail 31482 invoked by uid 500); 31 Aug 2006 14:59:07 -0000 Delivered-To: [email protected] Received: (qmail 31137 invoked by uid 500); 31 Aug 2006 14:59:06 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 31125 invoked by uid 99); 31 Aug 2006 14:59:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Aug 2006 07:59:06 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wr-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Aug 2006 07:59:05 -0700 Received: by wr-out-0506.google.com with SMTP id 58so305209wri for <[email protected]>; Thu, 31 Aug 2006 07:58:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=euVeGGTEpBnegwrb4xMyHi17MFWIDuJCHZruxb7dg3GjRYArQgrfMqvdyPNUtqYSbASLqAb9LOFTv4Huh0x2LZStObXEPe+stnK1VBzogRCp1KD2gfxRIDV7OS51FKJHoNz0l/ERPgm9gEABIhxp3CfgYiP2pcS0sM113mV4tbk= Received: by 161.129.204.104 with SMTP id w4mr1298390qbq; Thu, 31 Aug 2006 07:58:44 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 31 Aug 2006 07:58:44 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 31 Aug 2006 20:28:44 +0530 From: "Ruchith Fernando" <[email protected]> To: [email protected], [email protected] Subject: Re: WSS4J 2.0(?) Cc: "[email protected]" <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N All, > > - Is it time to move all the security stuff from Axis2 svn to wss4j? > > (secpolicy/rampart/rahas etc)? > > I see an issue here : > > Rampart had its own release as Rampart 1.0 and I'd prefer if we can > have this separate. The same goes for Rahas (WS-Trust impl). Basically how about pushing these up to be two new sub projects or the Apache Web services project : Ramaprt - WS-Security and WS-SecureConversation implementation Rahas - WS-Trust implementation This is similar to the way we have Sandesha (WS-RM impl), and they will have their own release cycles etc. ? Thanks, Ruchith --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 31 15:28:06 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 734 invoked from network); 31 Aug 2006 15:28:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Aug 2006 15:28:04 -0000 Received: (qmail 81775 invoked by uid 500); 31 Aug 2006 15:28:01 -0000 Delivered-To: [email protected] Received: (qmail 81725 invoked by uid 500); 31 Aug 2006 15:28:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 81714 invoked by uid 99); 31 Aug 2006 15:28:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Aug 2006 08:28:01 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO relay03.pair.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 31 Aug 2006 08:28:00 -0700 Received: (qmail 10689 invoked from network); 31 Aug 2006 15:27:39 -0000 Received: from unknown (HELO ?161.129.204.104?) (unknown) by unknown with SMTP; 31 Aug 2006 15:27:39 -0000 X-pair-Authenticated: 161.129.204.104 Subject: Re: WSS4J 2.0(?) From: Sanjiva Weerawarana <[email protected]> To: Ruchith Fernando <[email protected]> Cc: [email protected], [email protected], "[email protected]" <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Content-Type: text/plain Organization: Lanka Software Foundation Date: Thu, 31 Aug 2006 20:57:13 +0530 Message-Id: <[email protected]> Mime-Version: 1.0 X-Mailer: Evolution 161.129.204.104 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Thu, 2006-08-31 at 20:28 +0530, Ruchith Fernando wrote: > > Basically how about pushing these up to be two new sub projects or the > Apache Web services project : > > Ramaprt - WS-Security and WS-SecureConversation implementation > Rahas - WS-Trust implementation > > This is similar to the way we have Sandesha (WS-RM impl), and they > will have their own release cycles etc. ? Big +1 from me. I don't see any need to clutter up WSS4J with all this stuff - let's keep WSS4J at the level it is and add separate projects to cover the other functionality (which are Axis2 and Axiom coupled anyway). Sanjiva. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 31 17:45:06 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40389 invoked from network); 31 Aug 2006 17:45:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Aug 2006 17:45:02 -0000 Received: (qmail 34621 invoked by uid 500); 31 Aug 2006 17:45:00 -0000 Delivered-To: [email protected] Received: (qmail 34577 invoked by uid 500); 31 Aug 2006 17:45:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wss4j-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 34566 invoked by uid 99); 31 Aug 2006 17:45:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Aug 2006 10:45:00 -0700 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,MSGID_FROM_MTA_HEADER,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO bay0-omc1-s34.bay0.hotmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Aug 2006 10:44:59 -0700 Received: from hotmail.com ([161.129.204.104]) by bay0-omc1-s34.bay0.hotmail.com with Microsoft SMTPSVC651.232.9545); Thu, 31 Aug 2006 10:44:38 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 31 Aug 2006 10:44:38 -0700 Message-ID: <[email protected]> Received: from 161.129.204.104 by by12fd.bay12.hotmail.msn.com with HTTP; Thu, 31 Aug 2006 17:44:33 GMT X-Originating-IP: [161.129.204.104] X-Originating-Email: [[email protected]] X-Sender: [email protected] From: "vivek srinivasan" <[email protected]> To: [email protected] Subject: Transport level security using WSS4J and SAML authentication Date: Thu, 31 Aug 2006 17:44:33 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 31 Aug 2006 17:44:38.0807 (UTC) FILETIME=[219D2A70:01C6CD25] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I am trying to use SAML message level security after sucessfully using the username token authentication. I noticed that for some reason, when i use the SAML auth, the SOAP request header does not contain the username and password that is set for transport level security.I get a 401(unauthorized) response code from the server Here is my client wsdd <?xml version="1.0" encoding="UTF-8"?> <deployment name="defaultClientConfig" xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <globalConfiguration> <parameter name="enable2DArrayEncoding" value="true"/> <parameter name="sendMultiRefs" value="false"/> <parameter name="sendXsiTypes" value="true"/> <parameter name="disablePrettyXML" value="true"/> <parameter name="enableNamespacePrefixOptimization" value="true"/> <requestFlow> <handler type="java:org.apache.ws.axis.security.WSDoAllSender" > </handler> </requestFlow> </globalConfiguration> <typeMapping deserializer="org.apache.axis.encoding.ser.DateDeserializerFactory" encodingStyle="" qname="xsd:date" serializer="org.apache.axis.encoding.ser.DateSerializerFactory" type="java:java.util.Date"/> <transport name="http" pivot="java:org.apache.axis.transport.http.HTTPSender"> <requestFlow> </requestFlow> <responseFlow> </responseFlow> </transport> <transport name="local" pivot="java:org.apache.axis.transport.local.LocalSender"/> <transport name="java" pivot="java:org.apache.axis.transport.java.JavaSender"/> </deployment> Here is the SOAP request header which is missing the username and password for transport level security POST /coretestWebServices/service/User2Service HTTP/1.0 Content-Type: text/xml; charset=utf-8 Accept: application/soap+xml, application/dime, multipart/related, text/* User-Agent: Axis/1.4 Host: localhost:7001 Cache-Control: no-cache Pragma: no-cache SOAPAction: "urn:coretest:User2Service#selectById" Content-Length: 1240 and here is the SOAP security header <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Header> <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" soapenv:mustUnderstand="1"> <Assertion xmlns="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:samlp="urn:oasis:names:tc:SAML:1.0:protocol" AssertionID="ee70623d85f0faaba5096e2f8d334531" IssueInstant="2006-08-31T17:40:41.186Z" Issuer="SAMLKEY" MajorVersion="1" MinorVersion="1"> <AuthenticationStatement AuthenticationInstant="2006-08-31T17:40:41.170Z" AuthenticationMethod="urn:oasis:names:tc:SAML:1.0:am:password"> <Subject> <NameIdentifier NameQualifier="www.example.com">unitTest</NameIdentifier> <SubjectConfirmation> <ConfirmationMethod>urn:oasis:names:tc:SAML:1.0:cm:sender-vouches</ConfirmationMethod> </SubjectConfirmation> </Subject> </AuthenticationStatement> </Assertion> </wsse:Security> </soapenv:Header> <soapenv:Body> <selectById xmlns="http://User2Service.service.coretestWebServices"> <key>admin</key> </selectById> </soapenv:Body> </soapenv:Envelope> Any ideas why this is happening? _________________________________________________________________ Call friends with PC-to-PC calling -- FREE http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Mon Mar 02 09:50:18 1998 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 236 invoked by uid 6000); 2 Mar 1998 09:50:18 -0000 Received: (qmail 225 invoked from network); 2 Mar 1998 09:50:15 -0000 Received: from gate-isdn.ukweb.com (161.129.204.104) by taz.hyperreal.org with SMTP; 2 Mar 1998 09:50:15 -0000 Received: from (ecstasy.localnet) [161.129.204.104] by gate-isdn.ukweb.com with smtp (Exim 1.82 #1) id 0y9Rrq-0002FY-00; Mon, 2 Mar 1998 09:50:38 +0000 Date: Mon, 2 Mar 1998 09:50:02 +0000 (GMT) From: Paul Sutton <[email protected]> To: [email protected] Subject: Re: Limit In-Reply-To: <[email protected]> Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: [email protected] Precedence: bulk Reply-To: [email protected] On Thu, 26 Feb 1998, Dani wrote: > Hello everyone. I posted this in c.i.w.s.u but I got no awnser I didn't see it. In fact I still can't see it. > <Limit> and </Limit> are used to enclose a group of access control > directives which will then apply only to the specified access methods, > where method is any valid HTTP method. Any directive except another <Limit> > or <Directory> may be used; the majority will be unaffected by the > <Limit>. > > > I need to know *exactly* (I am writing a configuration program) > what directives will be affected: > > I guess they are > require, allow from, deny from, allow from env, deny from env > order, AuthName, AuthType I think only allow, deny and require are affected by the Limit. Although typically people also put AuthType, AuthName and Auth{User,Group}File into the Limit section. Note also that many people use Limit when they want to Limit all methods, with (for example) <Limit GET PUT POST>. That is wrong. To limit all access, just use the require/deny/allow directives without using a Limit section. You only ever need Limit if you want to restrict different methods differently (e.g. only allow PUT for authenticated users, but allow GET and POST for anyone). > Q1) Do others like: AccessFileName, AllowOverride or the directives from > mod_auth, mod_auth_db get affected? (I guess yes, but I need to know for sure > and I have no server to try right now) No. > Q2) Do the same directives affected by <limit> apply to <files>? No, Limit and Files are separate. Files is equivalent to Location and Directory, and affects the same directives that those sections affect. > Q3) Finally, it states that a directory can not be put inside a limit I > guess the same applies for files and for location, is it true? (again, I > have no available server to try and see) Yes, absolutely right. Paul -- Paul Sutton, C2Net Europe http://www.eu.c2.net/~paul/ Editor, Apache Week .. the latest Apache news http://www.apacheweek.com/ From [email protected] Mon Mar 02 12:44:10 1998 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4568 invoked by uid 6000); 2 Mar 1998 12:44:09 -0000 Received: (qmail 4495 invoked from network); 2 Mar 1998 12:42:04 -0000 Received: from zipi.us.es (HELO gtex-pracs.us.es) (161.129.204.104) by taz.hyperreal.org with SMTP; 2 Mar 1998 12:42:04 -0000 Received: (from ridruejo@localhost) by gtex-pracs.us.es (8.8.5/8.7.3) id NAA04594 for [email protected]; Mon, 2 Mar 1998 13:41:29 +0100 (MET) From: Daniel Lopez Ridruejo <[email protected]> Message-Id: <[email protected]> Subject: Re: Limit To: [email protected] Date: Mon, 2 Mar 1998 13:41:29 +0100 (MET) In-Reply-To: <[email protected]> from Paul Sutton at "Mar 2, 98 09:50:02 am" X-Mailer: ELM [version 2.4ME+ PL15 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: [email protected] Precedence: bulk Reply-To: [email protected] Paul, thank you very much. I was not able to find anyone who could help me, so your mail has been very much appreciated :-) Paul Sutton said: > On Thu, 26 Feb 1998, Dani wrote: > > Hello everyone. I posted this in c.i.w.s.u but I got no awnser > > I didn't see it. In fact I still can't see it. Try dejanews and look for limit, directives, location > I think only allow, deny and require are affected by the Limit. Although > typically people also put AuthType, AuthName and Auth{User,Group}File into > the Limit section. So this directives would be like if they were outside the limit <directory ...> Authname ... (1) <limit ...> Authname ... (2) </limit> </directory> Apache ignores (2) or gives an error because (1) already exist and since (2) is unnafected by the <limit> it is in the same scope that (1) ? Note also that many people use Limit when they want to > > Q2) Do the same directives affected by <limit> apply to <files>? > > No, Limit and Files are separate. Files is equivalent to Location and > Directory, and affects the same directives that those sections affect. Ok. I still have a doubt (since I have got to build the interface) of what directives put for configuring in a files section of my GUI. Some directives that may have sense in a directory option I think do not have sense in a files (like FancyIndexing) Finally, can I put a limit inside a files section? Thank you again Best regards Daniel -- ----------------------------------------------------------------------------- Daniel Lopez Ridruejo "Imagination is more important E-Mail: [email protected] than knowledge" PGP key: finger [email protected] Albert Einstein ----------------------------------------------------------------------------- From [email protected] Mon Mar 02 14:26:54 1998 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21525 invoked by uid 6000); 2 Mar 1998 14:26:54 -0000 Received: (qmail 20705 invoked from network); 2 Mar 1998 14:26:21 -0000 Received: from bart.us.es (161.129.204.104) by taz.hyperreal.org with SMTP; 2 Mar 1998 14:26:21 -0000 Received: (from ridruejo@localhost) by bart.us.es (8.8.8/8.8.8) id PAA27454 for [email protected]; Mon, 2 Mar 1998 15:25:23 +0100 (MET) From: Dani <[email protected]> Message-Id: <[email protected]> Subject: Comanche 0.4 To: [email protected] Date: Mon, 2 Mar 1998 15:25:22 +0100 (MET) X-Mailer: ELM [version 2.4ME+ PL15 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: [email protected] Precedence: bulk Reply-To: [email protected] Comanche 0.4a is ready at http://www.esi.us.es/~ridruejo/comanche Changes: 0.4a Added unsupported widget. Unsupported directives may be parsed, modified and written back. This is a temporary fix until they are properly implemented, but allow use of Comanche for people who use Limit, Files and custom modules directives Greetings Daniel -- ----------------------------------------------------------------------------- Daniel Lopez Ridruejo "Imagination is more important E-Mail: [email protected] than knowledge" PGP key: finger [email protected] Albert Einstein ----------------------------------------------------------------------------- From [email protected] Tue Mar 03 18:33:53 1998 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25436 invoked by uid 6000); 3 Mar 1998 18:33:53 -0000 Received: (qmail 25428 invoked from network); 3 Mar 1998 18:33:51 -0000 Received: from jc.studioarchetype.com (161.129.204.104) by taz.hyperreal.org with SMTP; 3 Mar 1998 18:33:51 -0000 Received: from JC.StudioArchetype.COM (zack@localhost [161.129.204.104]) by JC.StudioArchetype.COM (8.8.7/8.8.7) with ESMTP id LAA02872; Tue, 3 Mar 1998 11:27:35 -0800 Message-Id: <[email protected]> X-Mailer: exmh version 2.0.1 12/23/97 From: Zachariah Baum <[email protected]> To: [email protected] Subject: Cc: [email protected] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 03 Mar 1998 11:27:35 -0800 Sender: [email protected] Precedence: bulk Reply-To: [email protected] I need to know *exactly* (I am writing a configuration program) what directives will be affected: I guess they are require, allow from, deny from, allow from env, deny from env order, AuthName, AuthType Are you coming from a static IP address? I could set up an Apache Server that you could play around with, if you give me changes to the conf files, and I could restart it, and all that. I've never used the <limit> directives before. -- Zachariah Baum "Go to Attitude Internet Engineer Go to Attitude Studio Archetype You need Food [email protected] To eat up" - The Herbalizer -- Zachariah Baum "Go to Attitude Internet Engineer Go to Attitude Studio Archetype You need Food [email protected] To eat up" - The Herbalizer -- Zachariah Baum "Go to Attitude Internet Engineer Go to Attitude Studio Archetype You need Food [email protected] To eat up" - The Herbalizer -- Zachariah Baum "Go to Attitude Internet Engineer Go to Attitude Studio Archetype You need Food [email protected] To eat up" - The Herbalizer -- Zachariah Baum "Go to Attitude Internet Engineer Go to Attitude Studio Archetype You need Food [email protected] To eat up" - The Herbalizer -- Zachariah Baum "Go to Attitude Internet Engineer Go to Attitude Studio Archetype You need Food [email protected] To eat up" - The Herbalizer -- Zachariah Baum "Go to Attitude Internet Engineer Go to Attitude Studio Archetype You need Food [email protected] To eat up" - The Herbalizer -- Zachariah Baum "Go to Attitude Internet Engineer Go to Attitude Studio Archetype You need Food [email protected] To eat up" - The Herbalizer -- Zachariah Baum "Go to Attitude Internet Engineer Go to Attitude Studio Archetype You need Food [email protected] To eat up" - The Herbalizer
From [email protected] Sat Jun 05 21:26:16 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81987 invoked from network); 5 Jun 2010 21:26:16 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 5 Jun 2010 21:26:16 -0000 Received: (qmail 75036 invoked by uid 500); 5 Jun 2010 21:26:16 -0000 Delivered-To: [email protected] Received: (qmail 74991 invoked by uid 500); 5 Jun 2010 21:26:16 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 74983 invoked by uid 99); 5 Jun 2010 21:26:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jun 2010 21:26:15 +0000 X-ASF-Spam-Status: No, hits=-1500.4 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jun 2010 21:26:15 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o55LPsCb024268 for <[email protected]>; Sat, 5 Jun 2010 21:25:54 GMT Message-ID: <14998633.200111275773154674.JavaMail.jira@thor> Date: Sat, 5 Jun 2010 17:25:54 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LUCY-104) Similarity placeholder stub classes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Similarity placeholder stub classes ----------------------------------- Key: LUCY-104 URL: https://issues.apache.org/jira/browse/LUCY-104 Project: Lucy Issue Type: New Feature Components: Core - Index Reporter: Marvin Humphrey Assignee: Marvin Humphrey Add placeholder stubs for the abstract class Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bIndexacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bSimilarity, the default implementation LuceneSimilarity, and the test-only class DummySimilarity. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sat Jun 05 21:44:17 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84747 invoked from network); 5 Jun 2010 21:44:17 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 5 Jun 2010 21:44:17 -0000 Received: (qmail 84169 invoked by uid 500); 5 Jun 2010 21:44:17 -0000 Delivered-To: [email protected] Received: (qmail 84134 invoked by uid 500); 5 Jun 2010 21:44:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 84126 invoked by uid 99); 5 Jun 2010 21:44:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jun 2010 21:44:17 +0000 X-ASF-Spam-Status: No, hits=-1500.5 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jun 2010 21:44:16 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o55LhuKR024358 for <[email protected]>; Sat, 5 Jun 2010 21:43:56 GMT Message-ID: <11587492.200321275774236356.JavaMail.jira@thor> Date: Sat, 5 Jun 2010 17:43:56 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LUCY-104) Similarity placeholder stub classes In-Reply-To: <14998633.200111275773154674.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCY-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey updated LUCY-104: --------------------------------- Attachment: Similarity.bp Similarity.c As discussed on the Java Lucene dev list a little while back, the role of Similarity will diverge in Lucene and Lucy, and thus so will its location within the class hierarchy. In Lucene, Similarity lives under org.apache.lucene.search; in Lucy, it will live under Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bIndex. In Lucene, KinoSearch, and Ferret, the Similarity class has an impact on index data via its lengthNorm() and encodeNorm() methods. However, Lucene trunk has recently moved to storing raw data rather than encoded norms/boosts, instead calculating them on-the-fly at search-time when opening IndexReaders. As of now, Lucene's Similarity has zero impact on index format. Lucy will be moving the opposite direction, writing all data at index time and then mmap'ing the resulting data structures at search-time, as on-the-fly calculation of norms/boosts is incompatible with Lucy's cheap-searcher model. Instead, Lucy will seek to be *more* aggressive in lossy compression of index data, as our fixed-field-spec schema model allows us to know more about what we can throw away for certain fields. > Similarity placeholder stub classes > ----------------------------------- > > Key: LUCY-104 > URL: https://issues.apache.org/jira/browse/LUCY-104 > Project: Lucy > Issue Type: New Feature > Components: Core - Index > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Attachments: Similarity.bp, Similarity.c > > > Add placeholder stubs for the abstract class Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bIndexacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bSimilarity, the > default implementation LuceneSimilarity, and the test-only class > DummySimilarity. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sat Jun 05 21:48:21 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85240 invoked from network); 5 Jun 2010 21:48:21 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 5 Jun 2010 21:48:21 -0000 Received: (qmail 88333 invoked by uid 500); 5 Jun 2010 21:48:20 -0000 Delivered-To: [email protected] Received: (qmail 88272 invoked by uid 500); 5 Jun 2010 21:48:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 88259 invoked by uid 99); 5 Jun 2010 21:48:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jun 2010 21:48:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jun 2010 21:48:18 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o55Llu0K024373 for <[email protected]>; Sat, 5 Jun 2010 21:47:56 GMT Message-ID: <12667986.200351275774476636.JavaMail.jira@thor> Date: Sat, 5 Jun 2010 17:47:56 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LUCY-104) Similarity placeholder stub classes In-Reply-To: <14998633.200111275773154674.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCY-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey updated LUCY-104: --------------------------------- Attachment: LuceneSimilarity.bp LuceneSimilarity.c The default Similarity implementation is named LuceneSimilarity because it will replicate Java Lucene's scoring model. > Similarity placeholder stub classes > ----------------------------------- > > Key: LUCY-104 > URL: https://issues.apache.org/jira/browse/LUCY-104 > Project: Lucy > Issue Type: New Feature > Components: Core - Index > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Attachments: LuceneSimilarity.bp, LuceneSimilarity.c, Similarity.bp, Similarity.c > > > Add placeholder stubs for the abstract class Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bIndexacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bSimilarity, the > default implementation LuceneSimilarity, and the test-only class > DummySimilarity. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sat Jun 05 21:50:29 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85559 invoked from network); 5 Jun 2010 21:50:29 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 5 Jun 2010 21:50:29 -0000 Received: (qmail 92943 invoked by uid 500); 5 Jun 2010 21:50:29 -0000 Delivered-To: [email protected] Received: (qmail 92909 invoked by uid 500); 5 Jun 2010 21:50:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 92901 invoked by uid 99); 5 Jun 2010 21:50:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jun 2010 21:50:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jun 2010 21:50:26 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o55Lo5BZ024446 for <[email protected]>; Sat, 5 Jun 2010 21:50:05 GMT Message-ID: <5860903.200591275774605552.JavaMail.jira@thor> Date: Sat, 5 Jun 2010 17:50:05 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LUCY-104) Similarity placeholder stub classes In-Reply-To: <14998633.200111275773154674.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCY-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey updated LUCY-104: --------------------------------- Attachment: DummySimilarity.bp DummySimilarity.c DummySimilarity is a test-only class, whose chief distinction is an "id" member variable that makes it easy to make its equals() method fail. > Similarity placeholder stub classes > ----------------------------------- > > Key: LUCY-104 > URL: https://issues.apache.org/jira/browse/LUCY-104 > Project: Lucy > Issue Type: New Feature > Components: Core - Index > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Attachments: DummySimilarity.bp, DummySimilarity.c, LuceneSimilarity.bp, LuceneSimilarity.c, Similarity.bp, Similarity.c > > > Add placeholder stubs for the abstract class Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bIndexacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bSimilarity, the > default implementation LuceneSimilarity, and the test-only class > DummySimilarity. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Tue Jun 08 03:13:36 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36797 invoked from network); 8 Jun 2010 03:13:36 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Jun 2010 03:13:36 -0000 Received: (qmail 10197 invoked by uid 500); 8 Jun 2010 03:13:35 -0000 Delivered-To: [email protected] Received: (qmail 10132 invoked by uid 500); 8 Jun 2010 03:13:35 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 10121 invoked by uid 99); 8 Jun 2010 03:13:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 03:13:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 03:13:32 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o583DArt021819 for <[email protected]>; Tue, 8 Jun 2010 03:13:11 GMT Message-ID: <17110330.17631275966790779.JavaMail.jira@thor> Date: Mon, 7 Jun 2010 23:13:10 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (LUCY-104) Similarity placeholder stub classes In-Reply-To: <14998633.200111275773154674.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCY-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey resolved LUCY-104. ---------------------------------- Resolution: Fixed Committed as r952518. > Similarity placeholder stub classes > ----------------------------------- > > Key: LUCY-104 > URL: https://issues.apache.org/jira/browse/LUCY-104 > Project: Lucy > Issue Type: New Feature > Components: Core - Index > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Attachments: DummySimilarity.bp, DummySimilarity.c, LuceneSimilarity.bp, LuceneSimilarity.c, Similarity.bp, Similarity.c > > > Add placeholder stubs for the abstract class Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bIndexacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bSimilarity, the > default implementation LuceneSimilarity, and the test-only class > DummySimilarity. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Tue Jun 08 03:37:37 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40009 invoked from network); 8 Jun 2010 03:37:37 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Jun 2010 03:37:37 -0000 Received: (qmail 15373 invoked by uid 500); 8 Jun 2010 03:37:37 -0000 Delivered-To: [email protected] Received: (qmail 15295 invoked by uid 500); 8 Jun 2010 03:37:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 15286 invoked by uid 99); 8 Jun 2010 03:37:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 03:37:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 03:37:33 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o583bBJB021946 for <[email protected]>; Tue, 8 Jun 2010 03:37:11 GMT Message-ID: <21640025.17761275968231638.JavaMail.jira@thor> Date: Mon, 7 Jun 2010 23:37:11 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LUCY-105) FieldType MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org FieldType --------- Key: LUCY-105 URL: https://issues.apache.org/jira/browse/LUCY-105 Project: Lucy Issue Type: New Feature Components: Core - Plan Reporter: Marvin Humphrey Assignee: Marvin Humphrey Priority: Blocker Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bieldType is an abstract class used to define field traits and behaviors. Unlike Lucene, field definitions apply to the entire index; it is not possible to have conflicting definitions across multiple segments. The initial FieldType class hierarchy will look like this: {code:none} Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bieldType Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bTextType Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8blobType Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNumericType Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bIntegerType Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bInt32Type Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bInt64Type Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bloatType Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bloat32Type Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bloat64Type {code} FieldTypes get fully serialized as JSON within the Schema file, including Similarity objects (for indexed fields) and analyzers (for analyzed TextType fields). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Tue Jun 08 03:37:37 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40027 invoked from network); 8 Jun 2010 03:37:37 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Jun 2010 03:37:37 -0000 Received: (qmail 15453 invoked by uid 500); 8 Jun 2010 03:37:37 -0000 Delivered-To: [email protected] Received: (qmail 15305 invoked by uid 500); 8 Jun 2010 03:37:37 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 15296 invoked by uid 99); 8 Jun 2010 03:37:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 03:37:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 03:37:34 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o583bC8A021958 for <[email protected]>; Tue, 8 Jun 2010 03:37:12 GMT Message-ID: <8051584.17801275968232725.JavaMail.jira@thor> Date: Mon, 7 Jun 2010 23:37:12 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LUCY-105) FieldType In-Reply-To: <21640025.17761275968231638.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCY-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey updated LUCY-105: --------------------------------- Attachment: field_type.patch > FieldType > --------- > > Key: LUCY-105 > URL: https://issues.apache.org/jira/browse/LUCY-105 > Project: Lucy > Issue Type: New Feature > Components: Core - Plan > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Priority: Blocker > Attachments: field_type.patch > > > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bieldType is an abstract class used to define field traits and > behaviors. Unlike Lucene, field definitions apply to the entire index; it is > not possible to have conflicting definitions across multiple segments. > The initial FieldType class hierarchy will look like this: > {code:none} > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bieldType > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bTextType > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8blobType > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNumericType > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bIntegerType > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bInt32Type > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bInt64Type > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bloatType > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bloat32Type > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bloat64Type > {code} > FieldTypes get fully serialized as JSON within the Schema file, including > Similarity objects (for indexed fields) and analyzers (for analyzed TextType > fields). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Thu Jun 10 03:27:21 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6880 invoked from network); 10 Jun 2010 03:23:40 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Jun 2010 03:23:40 -0000 Received: (qmail 29685 invoked by uid 500); 10 Jun 2010 03:23:40 -0000 Delivered-To: [email protected] Received: (qmail 29125 invoked by uid 500); 10 Jun 2010 03:23:38 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 29117 invoked by uid 99); 10 Jun 2010 03:23:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 03:23:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 03:23:35 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5A3NEnf023840 for <[email protected]>; Thu, 10 Jun 2010 03:23:14 GMT Message-ID: <14323645.15941276140194246.JavaMail.jira@thor> Date: Wed, 9 Jun 2010 23:23:14 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (LUCY-105) FieldType In-Reply-To: <21640025.17761275968231638.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCY-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey resolved LUCY-105. ---------------------------------- Resolution: Fixed Committed as r953207. > FieldType > --------- > > Key: LUCY-105 > URL: https://issues.apache.org/jira/browse/LUCY-105 > Project: Lucy > Issue Type: New Feature > Components: Core - Plan > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Priority: Blocker > Attachments: field_type.patch > > > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bieldType is an abstract class used to define field traits and > behaviors. Unlike Lucene, field definitions apply to the entire index; it is > not possible to have conflicting definitions across multiple segments. > The initial FieldType class hierarchy will look like this: > {code:none} > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bieldType > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bTextType > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8blobType > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNumericType > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bIntegerType > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bInt32Type > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bInt64Type > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bloatType > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bloat32Type > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bloat64Type > {code} > FieldTypes get fully serialized as JSON within the Schema file, including > Similarity objects (for indexed fields) and analyzers (for analyzed TextType > fields). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Thu Jun 10 06:32:13 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6880 invoked from network); 10 Jun 2010 03:23:40 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Jun 2010 03:23:40 -0000 Received: (qmail 29685 invoked by uid 500); 10 Jun 2010 03:23:40 -0000 Delivered-To: [email protected] Received: (qmail 29125 invoked by uid 500); 10 Jun 2010 03:23:38 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 29117 invoked by uid 99); 10 Jun 2010 03:23:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 03:23:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 03:23:35 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5A3NEnf023840 for <[email protected]>; Thu, 10 Jun 2010 03:23:14 GMT Message-ID: <14323645.15941276140194246.JavaMail.jira@thor> Date: Wed, 9 Jun 2010 23:23:14 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (LUCY-105) FieldType In-Reply-To: <21640025.17761275968231638.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCY-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey resolved LUCY-105. ---------------------------------- Resolution: Fixed Committed as r953207. > FieldType > --------- > > Key: LUCY-105 > URL: https://issues.apache.org/jira/browse/LUCY-105 > Project: Lucy > Issue Type: New Feature > Components: Core - Plan > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Priority: Blocker > Attachments: field_type.patch > > > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bieldType is an abstract class used to define field traits and > behaviors. Unlike Lucene, field definitions apply to the entire index; it is > not possible to have conflicting definitions across multiple segments. > The initial FieldType class hierarchy will look like this: > {code:none} > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bieldType > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bTextType > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8blobType > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNumericType > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bIntegerType > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bInt32Type > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bInt64Type > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bloatType > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bloat32Type > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bloat64Type > {code} > FieldTypes get fully serialized as JSON within the Schema file, including > Similarity objects (for indexed fields) and analyzers (for analyzed TextType > fields). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Thu Jun 10 06:32:24 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11351 invoked from network); 10 Jun 2010 03:36:39 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Jun 2010 03:36:39 -0000 Received: (qmail 34669 invoked by uid 500); 10 Jun 2010 03:36:39 -0000 Delivered-To: [email protected] Received: (qmail 34603 invoked by uid 500); 10 Jun 2010 03:36:38 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 34595 invoked by uid 99); 10 Jun 2010 03:36:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 03:36:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 03:36:35 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5A3aDDo023891 for <[email protected]>; Thu, 10 Jun 2010 03:36:14 GMT Message-ID: <8719925.15991276140973764.JavaMail.jira@thor> Date: Wed, 9 Jun 2010 23:36:13 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LUCY-106) TextType MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org TextType -------- Key: LUCY-106 URL: https://issues.apache.org/jira/browse/LUCY-106 Project: Lucy Issue Type: New Feature Components: Core - Plan Reporter: Marvin Humphrey Assignee: Marvin Humphrey Priority: Blocker TextType, for Unicode text fields, will be Lucy's most commonly used field type. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Thu Jun 10 06:32:31 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11979 invoked from network); 10 Jun 2010 03:39:35 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Jun 2010 03:39:35 -0000 Received: (qmail 40808 invoked by uid 500); 10 Jun 2010 03:39:35 -0000 Delivered-To: [email protected] Received: (qmail 40744 invoked by uid 500); 10 Jun 2010 03:39:34 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 40736 invoked by uid 99); 10 Jun 2010 03:39:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 03:39:34 +0000 X-ASF-Spam-Status: No, hits=-1510.4 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 03:39:33 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5A3dDSo023906 for <[email protected]>; Thu, 10 Jun 2010 03:39:13 GMT Message-ID: <2771553.16011276141153287.JavaMail.jira@thor> Date: Wed, 9 Jun 2010 23:39:13 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LUCY-106) TextType In-Reply-To: <8719925.15991276140973764.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCY-106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey updated LUCY-106: --------------------------------- Attachment: text_type.patch TextType's constructor accepts an optional Analyzer. If it is present (i.e. non-NULL), fields associated with the TextType will be analyzed -- otherwise, the verbatim field value will be used for indexing. TextTypes may also have the property "highlightable", which in Lucene parlance means "term vectors stored with offsets". Default values for TextType: {noformat} indexed: 1 stored: 1 sortable: 0 highlightable: 0 boost: 1.0 analyzer: NULL similarity: LuceneSimilarity if indexed, NULL otherwise. {noformat} > TextType > -------- > > Key: LUCY-106 > URL: https://issues.apache.org/jira/browse/LUCY-106 > Project: Lucy > Issue Type: New Feature > Components: Core - Plan > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Priority: Blocker > Attachments: text_type.patch > > > TextType, for Unicode text fields, will be Lucy's most commonly used field type. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Thu Jun 10 06:33:00 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12728 invoked from network); 10 Jun 2010 03:52:35 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Jun 2010 03:52:35 -0000 Received: (qmail 52930 invoked by uid 500); 10 Jun 2010 03:52:35 -0000 Delivered-To: [email protected] Received: (qmail 52868 invoked by uid 500); 10 Jun 2010 03:52:35 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 52856 invoked by uid 99); 10 Jun 2010 03:52:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 03:52:34 +0000 X-ASF-Spam-Status: No, hits=-1510.4 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 03:52:34 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5A3qDTV023990 for <[email protected]>; Thu, 10 Jun 2010 03:52:13 GMT Message-ID: <25096541.16181276141933678.JavaMail.jira@thor> Date: Wed, 9 Jun 2010 23:52:13 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LUCY-107) BlobType MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 BlobType -------- Key: LUCY-107 URL: https://issues.apache.org/jira/browse/LUCY-107 Project: Lucy Issue Type: New Feature Components: Core - Plan Reporter: Marvin Humphrey Assignee: Marvin Humphrey Priority: Minor BlobType fields are for storing arbitrary binary data. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Thu Jun 10 06:33:09 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12958 invoked from network); 10 Jun 2010 03:58:37 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Jun 2010 03:58:37 -0000 Received: (qmail 54537 invoked by uid 500); 10 Jun 2010 03:58:37 -0000 Delivered-To: [email protected] Received: (qmail 54472 invoked by uid 500); 10 Jun 2010 03:58:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 53979 invoked by uid 99); 10 Jun 2010 03:58:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 03:58:35 +0000 X-ASF-Spam-Status: No, hits=-1510.4 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 03:58:35 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5A3wETB024055 for <[email protected]>; Thu, 10 Jun 2010 03:58:15 GMT Message-ID: <30031233.16331276142294946.JavaMail.jira@thor> Date: Wed, 9 Jun 2010 23:58:14 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LUCY-107) BlobType In-Reply-To: <25096541.16181276141933678.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCY-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey updated LUCY-107: --------------------------------- Attachment: blob_type.patch In addition to providing a storage mechanism for arbitrary data, BlobType fields may also be sortable. (As with TextType fields, the full field value is used for determining sort order.) Default values for BlobType: {noformat} stored: 1 sortable: 0 {noformat} > BlobType > -------- > > Key: LUCY-107 > URL: https://issues.apache.org/jira/browse/LUCY-107 > Project: Lucy > Issue Type: New Feature > Components: Core - Plan > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Priority: Minor > Attachments: blob_type.patch > > > BlobType fields are for storing arbitrary binary data. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Thu Jun 10 06:33:48 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14229 invoked from network); 10 Jun 2010 04:20:40 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Jun 2010 04:20:40 -0000 Received: (qmail 63899 invoked by uid 500); 10 Jun 2010 04:20:40 -0000 Delivered-To: [email protected] Received: (qmail 63839 invoked by uid 500); 10 Jun 2010 04:20:39 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 63825 invoked by uid 99); 10 Jun 2010 04:20:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 04:20:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 04:20:36 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5A4KEkQ024612 for <[email protected]>; Thu, 10 Jun 2010 04:20:15 GMT Message-ID: <2819282.16491276143614656.JavaMail.jira@thor> Date: Thu, 10 Jun 2010 00:20:14 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LUCY-108) Numeric FieldTypes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Numeric FieldTypes ------------------ Key: LUCY-108 URL: https://issues.apache.org/jira/browse/LUCY-108 Project: Lucy Issue Type: New Feature Components: Core - Plan Reporter: Marvin Humphrey Assignee: Marvin Humphrey The NumericType classes are broken into IntType and FloatType branches. The initial hierarchy will include concrete classes Int32Type, Int64Type, Float32Type and Float64Type. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Thu Jun 10 06:39:18 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18594 invoked from network); 10 Jun 2010 05:22:49 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Jun 2010 05:22:49 -0000 Received: (qmail 66477 invoked by uid 500); 10 Jun 2010 04:22:48 -0000 Delivered-To: [email protected] Received: (qmail 66433 invoked by uid 500); 10 Jun 2010 04:22:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 66425 invoked by uid 99); 10 Jun 2010 04:22:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 04:22:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 04:22:46 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5A4MOQV024639 for <[email protected]>; Thu, 10 Jun 2010 04:22:24 GMT Message-ID: <2478254.16531276143744668.JavaMail.jira@thor> Date: Thu, 10 Jun 2010 00:22:24 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LUCY-108) Numeric FieldTypes In-Reply-To: <2819282.16491276143614656.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCY-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey updated LUCY-108: --------------------------------- Attachment: numeric_type.patch In the KinoSearch prototype, NumericType fields can be "stored" and "sortable"; soon, it will be possible to make them "indexed" as well, though details such as query parsing have yet to be worked out. Since search terms in Lucy may be any arbitrary Obj (in contrast to the text-based Term class in Lucene), it is not necessary to have specialized NumericRangeQuery classes; an ordinary RangeQuery will do. {code:none} my $price_range_query = Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bSearchacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bRangeQuery->new( field => 'price', lower_term => 0, upper_term => 1000, ); {code} Default values for NumericType: {noformat} indexed: 1 stored: 1 sortable: 0 {noformat} > Numeric FieldTypes > ------------------ > > Key: LUCY-108 > URL: https://issues.apache.org/jira/browse/LUCY-108 > Project: Lucy > Issue Type: New Feature > Components: Core - Plan > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Attachments: numeric_type.patch > > > The NumericType classes are broken into IntType and FloatType branches. > The initial hierarchy will include concrete classes Int32Type, Int64Type, > Float32Type and Float64Type. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Thu Jun 10 07:09:31 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30095 invoked from network); 10 Jun 2010 07:09:28 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Jun 2010 07:09:28 -0000 Received: (qmail 66477 invoked by uid 500); 10 Jun 2010 04:22:48 -0000 Delivered-To: [email protected] Received: (qmail 66433 invoked by uid 500); 10 Jun 2010 04:22:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 66425 invoked by uid 99); 10 Jun 2010 04:22:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 04:22:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 04:22:46 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5A4MOQV024639 for <[email protected]>; Thu, 10 Jun 2010 04:22:24 GMT Message-ID: <2478254.16531276143744668.JavaMail.jira@thor> Date: Thu, 10 Jun 2010 00:22:24 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LUCY-108) Numeric FieldTypes In-Reply-To: <2819282.16491276143614656.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCY-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey updated LUCY-108: --------------------------------- Attachment: numeric_type.patch In the KinoSearch prototype, NumericType fields can be "stored" and "sortable"; soon, it will be possible to make them "indexed" as well, though details such as query parsing have yet to be worked out. Since search terms in Lucy may be any arbitrary Obj (in contrast to the text-based Term class in Lucene), it is not necessary to have specialized NumericRangeQuery classes; an ordinary RangeQuery will do. {code:none} my $price_range_query = Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bSearchacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bRangeQuery->new( field => 'price', lower_term => 0, upper_term => 1000, ); {code} Default values for NumericType: {noformat} indexed: 1 stored: 1 sortable: 0 {noformat} > Numeric FieldTypes > ------------------ > > Key: LUCY-108 > URL: https://issues.apache.org/jira/browse/LUCY-108 > Project: Lucy > Issue Type: New Feature > Components: Core - Plan > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Attachments: numeric_type.patch > > > The NumericType classes are broken into IntType and FloatType branches. > The initial hierarchy will include concrete classes Int32Type, Int64Type, > Float32Type and Float64Type. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Thu Jun 10 23:56:38 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56990 invoked from network); 10 Jun 2010 23:56:38 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Jun 2010 23:56:38 -0000 Received: (qmail 91973 invoked by uid 500); 10 Jun 2010 23:56:38 -0000 Delivered-To: [email protected] Received: (qmail 91923 invoked by uid 500); 10 Jun 2010 23:56:37 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 91915 invoked by uid 99); 10 Jun 2010 23:56:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 23:56:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 23:56:35 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5ANuDrn006463 for <[email protected]>; Thu, 10 Jun 2010 23:56:13 GMT Message-ID: <3958519.35431276214173776.JavaMail.jira@thor> Date: Thu, 10 Jun 2010 19:56:13 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (LUCY-106) TextType In-Reply-To: <8719925.15991276140973764.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCY-106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey resolved LUCY-106. ---------------------------------- Resolution: Fixed Committed as r953505. > TextType > -------- > > Key: LUCY-106 > URL: https://issues.apache.org/jira/browse/LUCY-106 > Project: Lucy > Issue Type: New Feature > Components: Core - Plan > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Priority: Blocker > Attachments: text_type.patch > > > TextType, for Unicode text fields, will be Lucy's most commonly used field type. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Fri Jun 11 00:00:39 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57653 invoked from network); 11 Jun 2010 00:00:38 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 11 Jun 2010 00:00:38 -0000 Received: (qmail 93092 invoked by uid 500); 11 Jun 2010 00:00:38 -0000 Delivered-To: [email protected] Received: (qmail 93025 invoked by uid 500); 11 Jun 2010 00:00:38 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 93017 invoked by uid 99); 11 Jun 2010 00:00:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jun 2010 00:00:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jun 2010 00:00:36 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5B00EOn006490 for <[email protected]>; Fri, 11 Jun 2010 00:00:14 GMT Message-ID: <13467565.35451276214414285.JavaMail.jira@thor> Date: Thu, 10 Jun 2010 20:00:14 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (LUCY-107) BlobType In-Reply-To: <25096541.16181276141933678.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCY-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey resolved LUCY-107. ---------------------------------- Resolution: Fixed Committed as r953507. > BlobType > -------- > > Key: LUCY-107 > URL: https://issues.apache.org/jira/browse/LUCY-107 > Project: Lucy > Issue Type: New Feature > Components: Core - Plan > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Priority: Minor > Attachments: blob_type.patch > > > BlobType fields are for storing arbitrary binary data. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Fri Jun 11 00:08:38 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63060 invoked from network); 11 Jun 2010 00:08:38 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 11 Jun 2010 00:08:38 -0000 Received: (qmail 95483 invoked by uid 500); 11 Jun 2010 00:08:38 -0000 Delivered-To: [email protected] Received: (qmail 95422 invoked by uid 500); 11 Jun 2010 00:08:38 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 95409 invoked by uid 99); 11 Jun 2010 00:08:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jun 2010 00:08:38 +0000 X-ASF-Spam-Status: No, hits=-1512.7 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jun 2010 00:08:38 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5B08HDJ006655 for <[email protected]>; Fri, 11 Jun 2010 00:08:18 GMT Message-ID: <6514133.35771276214897736.JavaMail.jira@thor> Date: Thu, 10 Jun 2010 20:08:17 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (LUCY-108) Numeric FieldTypes In-Reply-To: <2819282.16491276143614656.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCY-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey resolved LUCY-108. ---------------------------------- Resolution: Fixed Committed as r953509. > Numeric FieldTypes > ------------------ > > Key: LUCY-108 > URL: https://issues.apache.org/jira/browse/LUCY-108 > Project: Lucy > Issue Type: New Feature > Components: Core - Plan > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Attachments: numeric_type.patch > > > The NumericType classes are broken into IntType and FloatType branches. > The initial hierarchy will include concrete classes Int32Type, Int64Type, > Float32Type and Float64Type. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sat Jun 12 02:20:38 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 286 invoked from network); 12 Jun 2010 02:20:38 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 12 Jun 2010 02:20:38 -0000 Received: (qmail 67446 invoked by uid 500); 12 Jun 2010 02:20:38 -0000 Delivered-To: [email protected] Received: (qmail 67389 invoked by uid 500); 12 Jun 2010 02:20:37 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 67380 invoked by uid 99); 12 Jun 2010 02:20:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 02:20:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 02:20:35 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5C2KDtO002086 for <[email protected]>; Sat, 12 Jun 2010 02:20:13 GMT Message-ID: <9689777.57861276309213634.JavaMail.jira@thor> Date: Fri, 11 Jun 2010 22:20:13 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LUCY-109) Schema MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Schema ------ Key: LUCY-109 URL: https://issues.apache.org/jira/browse/LUCY-109 Project: Lucy Issue Type: New Feature Components: Core - Plan Reporter: Marvin Humphrey Assignee: Marvin Humphrey The Schema class is used to associate field names with FieldTypes. Schemas are serialized as JSON files within the index directory, with all field spec information including serialized Analyzer and Similarity objects. It is possible to add new field specs to a Schema on the fly, but it is not possible to change an existing field definition without rebuilding the index. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sat Jun 12 02:24:41 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 659 invoked from network); 12 Jun 2010 02:24:41 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 12 Jun 2010 02:24:41 -0000 Received: (qmail 70165 invoked by uid 500); 12 Jun 2010 02:24:41 -0000 Delivered-To: [email protected] Received: (qmail 70098 invoked by uid 500); 12 Jun 2010 02:24:41 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 70090 invoked by uid 99); 12 Jun 2010 02:24:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 02:24:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 02:24:34 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5C2ODhC002111 for <[email protected]>; Sat, 12 Jun 2010 02:24:13 GMT Message-ID: <2334156.57881276309453435.JavaMail.jira@thor> Date: Fri, 11 Jun 2010 22:24:13 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LUCY-109) Schema In-Reply-To: <9689777.57861276309213634.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCY-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey updated LUCY-109: --------------------------------- Attachment: schema.patch > Schema > ------ > > Key: LUCY-109 > URL: https://issues.apache.org/jira/browse/LUCY-109 > Project: Lucy > Issue Type: New Feature > Components: Core - Plan > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Attachments: schema.patch > > > The Schema class is used to associate field names with FieldTypes. Schemas > are serialized as JSON files within the index directory, with all field spec > information including serialized Analyzer and Similarity objects. It is > possible to add new field specs to a Schema on the fly, but it is not possible > to change an existing field definition without rebuilding the index. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sat Jun 12 10:34:17 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75553 invoked from network); 12 Jun 2010 10:34:17 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 12 Jun 2010 10:34:17 -0000 Received: (qmail 70535 invoked by uid 500); 12 Jun 2010 10:34:17 -0000 Delivered-To: [email protected] Received: (qmail 70466 invoked by uid 500); 12 Jun 2010 10:34:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 70450 invoked by uid 99); 12 Jun 2010 10:34:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 10:34:13 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-gy0-f176.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 10:34:03 +0000 Received: by gyf1 with SMTP id 1so2035816gyf.35 for <multiple recipients>; Sat, 12 Jun 2010 03:33:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:mime-version :content-type:subject:date:references:cc:to:message-id:x-mailer; bh=yatP/sbVKXpx1ibguZFPNDQ54InWa+4Tk2tcQxoBdIg=; b=KZBcqzGPwC4LUny/HlEIHSXD4ezRphVd/AkJIIqiQ3FZjT96rYI3mUFQu7GN9Tuxr5 2LhPIyxS1lFpPnUx9mznrpXqy7Yr4IFo97NcKZ4H/Lge9wkm8JtwZE+hUOnuF5e+4Z9J NG44vaeXiKkfSHSjwV8VRmNYiRPcdVZtFVZHc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:mime-version:content-type:subject:date:references:cc:to :message-id:x-mailer; b=uIrxynDFPp71EaO1ajGeakDQvpFkDvpMZWXUkfagRJVZWec6lhZp4IRCV1b/SjZQzQ 1R/JGl+rh4GU5H049irmJ+ILgVnjcOKCNWH7wcRP2wDuvC8TCAuXDfbFgDIRNHLQVb+9 Fp59aVfE7jhLxR6Y7vrXtuYfV/mUHAabc5Ri8= Received: by 161.129.204.104 with SMTP id l1mr4609081ybj.140.1276338822442; Sat, 12 Jun 2010 03:33:42 -0700 (PDT) Received: from [161.129.204.104] (adsl-065-013-152-164.sip.rdu.bellsouth.net [161.129.204.104]) by mx.google.com with ESMTPS id w3sm16830463ybi.33.2161.129.204.104.33.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 12 Jun 2010 03:33:41 -0700 (PDT) Sender: Grant Ingersoll <[email protected]> From: Grant Ingersoll <[email protected]> Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: multipart/alternative; boundary=Apple-Mail-3160--468614038 Subject: Fwd: Board Report Due by June 13th Date: Sat, 12 Jun 2010 06:33:32 -0400 References: <[email protected]> Cc: Lucene mailing list <[email protected]> To: [email protected] Message-Id: <[email protected]> X-Mailer: Apple Mail (2.1078) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-3160--468614038 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii I need this by tomorrow. Begin forwarded message: > From: Grant Ingersoll <[email protected]> > Date: June 4, 2010 8:36:18 AM EDT > To: Lucene mailing list <[email protected]> > Subject: Board Report Due by June 13th >=20 > As the subject says, the report is due for a meeting on the 16th. = I'll get it started next week. >=20 > -Grant >=20 --Apple-Mail-3160--468614038-- From [email protected] Sat Jun 12 20:52:49 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25761 invoked from network); 12 Jun 2010 20:52:48 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 12 Jun 2010 20:52:48 -0000 Received: (qmail 24475 invoked by uid 500); 12 Jun 2010 20:52:48 -0000 Delivered-To: [email protected] Received: (qmail 24401 invoked by uid 500); 12 Jun 2010 20:52:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 24385 invoked by uid 99); 12 Jun 2010 20:52:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 20:52:47 +0000 X-ASF-Spam-Status: No, hits=-0.8 required=10.0 tests=AWL,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO rectangular.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 20:52:41 +0000 Received: from marvin by rectangular.com with local (Exim 4.63) (envelope-from <[email protected]>) id 1ONXgi-0007Fs-IZ; Sat, 12 Jun 2010 13:52:20 -0700 Date: Sat, 12 Jun 2010 13:52:20 -0700 To: [email protected] Cc: [email protected] Subject: Re: Fwd: Board Report Due by June 13th Message-ID: <[email protected]> References: <[email protected]> <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> User-Agent: Mutt/1.5.13 (2006-08-11) From: Marvin Humphrey <[email protected]> On Sat, Jun 12, 2010 at 06:33:32AM -0400, Grant Ingersoll wrote: > I need this by tomorrow. Committed as r954137. Marvin Humphrey From [email protected] Sun Jun 13 01:13:38 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87633 invoked from network); 13 Jun 2010 01:13:38 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Jun 2010 01:13:38 -0000 Received: (qmail 41711 invoked by uid 500); 13 Jun 2010 01:13:37 -0000 Delivered-To: [email protected] Received: (qmail 41650 invoked by uid 500); 13 Jun 2010 01:13:37 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 41634 invoked by uid 99); 13 Jun 2010 01:13:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jun 2010 01:13:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jun 2010 01:13:35 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5D1DDmX008885 for <[email protected]>; Sun, 13 Jun 2010 01:13:13 GMT Message-ID: <6957414.66021276391593122.JavaMail.jira@thor> Date: Sat, 12 Jun 2010 21:13:13 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (LUCY-109) Schema In-Reply-To: <9689777.57861276309213634.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCY-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey resolved LUCY-109. ---------------------------------- Resolution: Fixed Committed as r954155. > Schema > ------ > > Key: LUCY-109 > URL: https://issues.apache.org/jira/browse/LUCY-109 > Project: Lucy > Issue Type: New Feature > Components: Core - Plan > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Attachments: schema.patch > > > The Schema class is used to associate field names with FieldTypes. Schemas > are serialized as JSON files within the index directory, with all field spec > information including serialized Analyzer and Similarity objects. It is > possible to add new field specs to a Schema on the fly, but it is not possible > to change an existing field definition without rebuilding the index. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sun Jun 13 01:51:35 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90392 invoked from network); 13 Jun 2010 01:51:35 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Jun 2010 01:51:35 -0000 Received: (qmail 54246 invoked by uid 500); 13 Jun 2010 01:51:35 -0000 Delivered-To: [email protected] Received: (qmail 54175 invoked by uid 500); 13 Jun 2010 01:51:35 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 54167 invoked by uid 99); 13 Jun 2010 01:51:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jun 2010 01:51:35 +0000 X-ASF-Spam-Status: No, hits=-1516.8 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jun 2010 01:51:34 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5D1pDDP008963 for <[email protected]>; Sun, 13 Jun 2010 01:51:14 GMT Message-ID: <30993225.66101276393873688.JavaMail.jira@thor> Date: Sat, 12 Jun 2010 21:51:13 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LUCY-110) Architecture MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Architecture ------------ Key: LUCY-110 URL: https://issues.apache.org/jira/browse/LUCY-110 Project: Lucy Issue Type: New Feature Components: Core - Plan Reporter: Marvin Humphrey Assignee: Marvin Humphrey Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8brchitecture encapsulates unchanging index configuration data needed by index readers and writers, such as choice of index subcomponents. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sun Jun 13 02:00:38 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91106 invoked from network); 13 Jun 2010 02:00:38 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Jun 2010 02:00:38 -0000 Received: (qmail 55023 invoked by uid 500); 13 Jun 2010 02:00:38 -0000 Delivered-To: [email protected] Received: (qmail 54955 invoked by uid 500); 13 Jun 2010 02:00:38 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 54947 invoked by uid 99); 13 Jun 2010 02:00:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jun 2010 02:00:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jun 2010 02:00:35 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5D20DCp009008 for <[email protected]>; Sun, 13 Jun 2010 02:00:14 GMT Message-ID: <15859930.66121276394413875.JavaMail.jira@thor> Date: Sat, 12 Jun 2010 22:00:13 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LUCY-110) Architecture In-Reply-To: <30993225.66101276393873688.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCY-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey updated LUCY-110: --------------------------------- Attachment: arch.patch This diff introduces the Architecture class, discussed numerous times in both Lucy and Lucene forums as one approach to the modularization problem for index writers and readers. There is a division of labor between the two configuration classes Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8brchitecture and Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bIndexacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bIndexManager: * Architecture is responsible for unchanging aspects of the index, for instance what indexing components (document writer/reader pair, posting list writer/reader pair, etc.) will be used. * IndexManager is responsible for ephemeral, per-session configuration, such as lock factory, merge policy, etc Architecture uses a registration model rather than factory methods to initialize index subcomponents. An earlier prototype used factory methods, but the argument lists of factory methods render them more fragile and less extensible. Under a registration model, it's easier for Architecture to extract needed arguments from the object being modified as needed -- otherwise, it is necessary to break back compat to add arguments to a factory method. {code:none} - public incremented DeletionsReader* - Make_Deletions_Reader(Architecture *self, Schema *schema, Folder *folder, - Snapshot *snapshot, Segment *segment); + public void + Register_Deletions_Reader(Architecture *self, SegReader *reader); {code} Architecture objects are normally spawned using a factory method by Schema, so in order to change the Architecture, you must subclass Schema. (This spares us from having to serialize Architecture objects within the Schema json file.) It is an advanced class, available to experts but invisible to newcomers. This patch also introduces stub classes for Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bSegWriter and Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bSegReader. > Architecture > ------------ > > Key: LUCY-110 > URL: https://issues.apache.org/jira/browse/LUCY-110 > Project: Lucy > Issue Type: New Feature > Components: Core - Plan > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Attachments: arch.patch > > > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8brchitecture encapsulates unchanging index configuration data > needed by index readers and writers, such as choice of index > subcomponents. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Wed Jun 16 04:02:17 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55868 invoked from network); 16 Jun 2010 03:30:46 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 16 Jun 2010 03:30:46 -0000 Received: (qmail 44011 invoked by uid 500); 16 Jun 2010 03:30:46 -0000 Delivered-To: [email protected] Received: (qmail 43944 invoked by uid 500); 16 Jun 2010 03:30:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 43935 invoked by uid 99); 16 Jun 2010 03:30:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jun 2010 03:30:43 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO rectangular.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jun 2010 03:30:35 +0000 Received: from marvin by rectangular.com with local (Exim 4.63) (envelope-from <[email protected]>) id 1OOjKN-0003Ft-Pd; Tue, 15 Jun 2010 20:30:11 -0700 Date: Tue, 15 Jun 2010 20:30:11 -0700 To: "KinoSearch discussion list." <[email protected]> Cc: [email protected] Subject: Profiling the indexing chain (was Re: KinoSearch3 tasks) Message-ID: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <[email protected]> User-Agent: Mutt/1.5.13 (2006-08-11) From: Marvin Humphrey <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org cc to lucy-dev... On Wed, Jun 16, 2010 at 12:02:08PM +1000, Andrew Bramble wrote: > I'm playing around with oprofile to see how to get some meaningful > comparisons out of it, and devise a reasonable way to eliminate other noise > while running benchmarks. Sweet! > >  perl -Mblib ../devel/benchmarks/indexers/kinosearch_indexer.plx \ > >    --docs=1000 --revs=30 > > > > .... while OProfile is enabled, then report their results to the dev list. > > I think that should read --reps=30 . You're right. > I have some mixed results with the tags/ area , certain early versions of > 0.30_* fail to run the benchmarks complaining; > Can't locate object method "clobber" via package "KinoSearchacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bIndexer" at > ../devel/benchmarks/indexers/BenchmarkingIndexer.pm Yeah, I had forgotten to update the benchmarking code for a few releases. :| (There aren't any tests to verify that it workes). I can provide patches for those distros if you like. > > Just running the benchmarker itself for those svn revisions would also be > > helpful, and wouldn't require either Linux or OProfile.  I've been > > implementing a number of optimizations, some of which have been more > > successful than others, and it would be good to enter a record of how those > > have gone into the dev list archives. > > I will try to have some data and oprofile comparisons available this week. It's been a while since I've had a chance to look at some profiling data. This should be interesting. :) (I really ought to pursue access to a machine where I can run OProfile myself, but it's hard to scrounge up a Linux box around here where I get to be the only user.) There are some specific recent changesets that I'd love to see data on. I've been making several changes to the indexing chain of late. * Calculate start_offset and end_offset for Tokens only if the field is highlightable. That saves us some UTF-8 length counts (which necessitate full string scans). * Allocate/deallocate Tokens using a KinoSearchacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bUtilacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bMemoryPool rather than malloc/free. Freeing memory as one big block is considerably faster than calling free() many times for individually malloc'd blocks. (We can deallocate Tokens en masse at the end of each Indexer_Add_Doc() call, because at that point they are no longer needed.) This was a successful speed optimization, though it introduces API constraints I'm not thrilled about. * Have Tokens store pointers to shared text values rather than storing text data themselves. This was supposed to be a speed optimization, but it has turned out to be a miserable failure. * Have Posting objects (which were already allocated using a MemoryPool) store shared term values, too. That was supposed to be a speed optimization, but it did not yield the results I had hoped. * The Posting shared values are now opaque objects, which is a prerequisite for full introducing numeric field types like KinoSearchacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bInt32Type. This change cause a surprisingly large degradation in one method, PostPool_Compare(), because of an extra level of indirection. I have a plan for working around this, but I'd love to see just how much time we're spending in PostPool_Compare() before and after the change. Here are the svn revisions in question... we might start with r6138 as a control... ------------------------------------------------------------------------ r6139 | creamyg | 2010-06-07 08:21:57 -0700 (Mon, 07 Jun 2010) | 3 lines Optimize analysis by setting start_offset and end_offset only if necessary (which for now means only if the field is highlightable). ------------------------------------------------------------------------ r6144 | creamyg | 2010-06-07 17:13:53 -0700 (Mon, 07 Jun 2010) | 4 lines Change Token to use a ZombieCharBuf to hold its text value. This causes a 30% indexing speed hit, but it's a necessary first step to sharing term texts across Token and RawPosting objects. ------------------------------------------------------------------------ r6150 | creamyg | 2010-06-08 10:20:10 -0700 (Tue, 08 Jun 2010) | 3 lines Switch Token over to using shared terms. This is another 10% indexing degradation. ------------------------------------------------------------------------ r6151 | creamyg | 2010-06-08 10:23:29 -0700 (Tue, 08 Jun 2010) | 3 lines Take advantage of Token's shared terms to use pointer comparison rather than Compare_To() methods, clawing back 5% of indexing speed. ------------------------------------------------------------------------ r6160 | creamyg | 2010-06-08 15:21:52 -0700 (Tue, 08 Jun 2010) | 3 lines Add Hash_Procure_Key() and switch token over to using it. (~%5 indexing speed improvement.) ------------------------------------------------------------------------ r6175 | creamyg | 2010-06-09 17:53:14 -0700 (Wed, 09 Jun 2010) | 4 lines Convert all of PostingPool to use raw_posting->term instead of the text content encoded in raw_posting->blob. PostingPool should now be compatible with non-text field types. At this point, we're considerably slower than when we started! We can get back all of that and then some just be reverting the least successful changes, but before we give up on these optimizations, it would be great to study them in a little more depth. Marvin Humphrey From [email protected] Wed Jun 16 17:09:20 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97672 invoked from network); 16 Jun 2010 14:07:48 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 16 Jun 2010 14:07:48 -0000 Received: (qmail 88256 invoked by uid 500); 16 Jun 2010 14:07:46 -0000 Delivered-To: [email protected] Received: (qmail 87918 invoked by uid 500); 16 Jun 2010 14:07:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 87751 invoked by uid 99); 16 Jun 2010 14:07:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jun 2010 14:07:45 +0000 X-ASF-Spam-Status: No, hits=-1523.9 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jun 2010 14:07:45 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5GE7O9C024464 for <[email protected]>; Wed, 16 Jun 2010 14:07:24 GMT Message-ID: <22380623.29931276697244526.JavaMail.jira@thor> Date: Wed, 16 Jun 2010 10:07:24 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (LUCY-110) Architecture In-Reply-To: <30993225.66101276393873688.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCY-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey resolved LUCY-110. ---------------------------------- Resolution: Fixed Committed as r955233. > Architecture > ------------ > > Key: LUCY-110 > URL: https://issues.apache.org/jira/browse/LUCY-110 > Project: Lucy > Issue Type: New Feature > Components: Core - Plan > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Attachments: arch.patch > > > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPlanacf:4db6:5e0b:f386:43a5:35d7:718d:3c8brchitecture encapsulates unchanging index configuration data > needed by index readers and writers, such as choice of index > subcomponents. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Wed Jun 16 18:42:45 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 664 invoked from network); 16 Jun 2010 18:42:44 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 16 Jun 2010 18:42:44 -0000 Received: (qmail 9575 invoked by uid 500); 16 Jun 2010 18:42:44 -0000 Delivered-To: [email protected] Received: (qmail 9503 invoked by uid 500); 16 Jun 2010 18:42:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 9495 invoked by uid 99); 16 Jun 2010 18:42:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jun 2010 18:42:44 +0000 X-ASF-Spam-Status: No, hits=-1524.6 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jun 2010 18:42:43 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5GIgNEM027468 for <[email protected]>; Wed, 16 Jun 2010 18:42:23 GMT Message-ID: <32793859.35271276713743377.JavaMail.jira@thor> Date: Wed, 16 Jun 2010 14:42:23 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LUCY-111) Matcher MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Matcher ------- Key: LUCY-111 URL: https://issues.apache.org/jira/browse/LUCY-111 Project: Lucy Issue Type: New Feature Components: Core - Search Reporter: Marvin Humphrey Assignee: Marvin Humphrey Priority: Blocker A Matcher is an object which matches a set of Lucy doc ids, iterating over them via Next() and Advance(). It combines the roles of Lucene's DocIdSetIterator and Scorer classes. Some -- but not all -- Matchers implement a Score() method. We can refer to such Matchers informally as "scorers", but Lucy won't need a Scorer class a la Lucene. In Lucy, Query classes will compile down to Matchers that either Score() or don't. This allows us to perform optimizations on branches of compound scorers: compiling "foo AND NOT bar" will produce a scoring Matcher for "foo" and a non-scoring Matcher for "bar", since the "bar" branch can never contribute to the score. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Wed Jun 16 19:02:52 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11949 invoked from network); 16 Jun 2010 19:02:51 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 16 Jun 2010 19:02:51 -0000 Received: (qmail 43244 invoked by uid 500); 16 Jun 2010 19:02:51 -0000 Delivered-To: [email protected] Received: (qmail 43199 invoked by uid 500); 16 Jun 2010 19:02:51 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 43191 invoked by uid 99); 16 Jun 2010 19:02:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jun 2010 19:02:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jun 2010 19:02:49 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5GJ2RvN027885 for <[email protected]>; Wed, 16 Jun 2010 19:02:27 GMT Message-ID: <14812727.36151276714947743.JavaMail.jira@thor> Date: Wed, 16 Jun 2010 15:02:27 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LUCY-111) Matcher In-Reply-To: <32793859.35271276713743377.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCY-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey updated LUCY-111: --------------------------------- Attachment: Matcher.bp Matcher.c > Matcher > ------- > > Key: LUCY-111 > URL: https://issues.apache.org/jira/browse/LUCY-111 > Project: Lucy > Issue Type: New Feature > Components: Core - Search > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Priority: Blocker > Attachments: Matcher.bp, Matcher.c > > > A Matcher is an object which matches a set of Lucy doc ids, iterating over > them via Next() and Advance(). It combines the roles of Lucene's > DocIdSetIterator and Scorer classes. > Some -- but not all -- Matchers implement a Score() method. We can refer to > such Matchers informally as "scorers", but Lucy won't need a Scorer class a la > Lucene. In Lucy, Query classes will compile down to Matchers that either > Score() or don't. This allows us to perform optimizations on branches of > compound scorers: compiling "foo AND NOT bar" will produce a scoring Matcher > for "foo" and a non-scoring Matcher for "bar", since the "bar" branch can > never contribute to the score. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Wed Jun 16 19:24:46 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28120 invoked from network); 16 Jun 2010 19:24:45 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 16 Jun 2010 19:24:45 -0000 Received: (qmail 75628 invoked by uid 500); 16 Jun 2010 19:24:45 -0000 Delivered-To: [email protected] Received: (qmail 75564 invoked by uid 500); 16 Jun 2010 19:24:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 75553 invoked by uid 99); 16 Jun 2010 19:24:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jun 2010 19:24:45 +0000 X-ASF-Spam-Status: No, hits=-1524.7 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jun 2010 19:24:45 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5GJON9I028098 for <[email protected]>; Wed, 16 Jun 2010 19:24:24 GMT Message-ID: <26310344.36591276716263464.JavaMail.jira@thor> Date: Wed, 16 Jun 2010 15:24:23 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (LUCY-111) Matcher In-Reply-To: <32793859.35271276713743377.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCY-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12879468#action_12879468 ] Marvin Humphrey commented on LUCY-111: -------------------------------------- There are two interface issues in this Matcher implementation which we should revisit some time in the future. We should not attempt to resolve them prior to initial release because they will require extended benchmarking and experimentation. First, this implementation of Matcher uses 0 as a sentinel rather than Integer.MAX_VALUE a la Lucene. Lucy uses 0 to represent "invalid doc id", and Next() and Advance() return doc ids; we can treat doc id 0 as "false" to indicate that the Matcher is exhausted -- an intuitive iterator interface: {code:none} while (my $doc_id = $matcher->next) { ... } {code} Integer.MAX_VALUE was chosen for Lucene which to optimize certain constructs; furthermore, 0 is a valid doc ID in Lucene, so using it as a sentinel isn't an option. For the extended discussion, see LUCENE-1614. Second, this implementation's Collect() method uses seperately iterated deletions. The advantage of this strategem for now is that none of our low-level Matchers have to worry about deletions. However, iterated deletions did not perform as well as random-access deletions in some benchmarks run by Mike McCandless for Lucene in LUCENE-1476, and it makes the Matcher's iterator somewhat more awkward to use directly if you want to avoid deletions. There may be more opportunities for optimization a la LUCENE-1536, as well. > Matcher > ------- > > Key: LUCY-111 > URL: https://issues.apache.org/jira/browse/LUCY-111 > Project: Lucy > Issue Type: New Feature > Components: Core - Search > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Priority: Blocker > Attachments: Matcher.bp, Matcher.c > > > A Matcher is an object which matches a set of Lucy doc ids, iterating over > them via Next() and Advance(). It combines the roles of Lucene's > DocIdSetIterator and Scorer classes. > Some -- but not all -- Matchers implement a Score() method. We can refer to > such Matchers informally as "scorers", but Lucy won't need a Scorer class a la > Lucene. In Lucy, Query classes will compile down to Matchers that either > Score() or don't. This allows us to perform optimizations on branches of > compound scorers: compiling "foo AND NOT bar" will produce a scoring Matcher > for "foo" and a non-scoring Matcher for "bar", since the "bar" branch can > never contribute to the score. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Fri Jun 18 01:00:18 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11017 invoked from network); 18 Jun 2010 00:59:50 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 18 Jun 2010 00:59:50 -0000 Received: (qmail 34687 invoked by uid 500); 18 Jun 2010 00:59:50 -0000 Delivered-To: [email protected] Received: (qmail 34638 invoked by uid 500); 18 Jun 2010 00:59:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 34630 invoked by uid 99); 18 Jun 2010 00:59:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jun 2010 00:59:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jun 2010 00:59:47 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5I0xQOU018202 for <[email protected]>; Fri, 18 Jun 2010 00:59:26 GMT Message-ID: <19275939.71221276822766136.JavaMail.jira@thor> Date: Thu, 17 Jun 2010 20:59:26 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LUCY-111) Matcher In-Reply-To: <32793859.35271276713743377.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCY-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey updated LUCY-111: --------------------------------- Attachment: Matcher.pm > Matcher > ------- > > Key: LUCY-111 > URL: https://issues.apache.org/jira/browse/LUCY-111 > Project: Lucy > Issue Type: New Feature > Components: Core - Search > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Priority: Blocker > Attachments: Matcher.bp, Matcher.c, Matcher.pm > > > A Matcher is an object which matches a set of Lucy doc ids, iterating over > them via Next() and Advance(). It combines the roles of Lucene's > DocIdSetIterator and Scorer classes. > Some -- but not all -- Matchers implement a Score() method. We can refer to > such Matchers informally as "scorers", but Lucy won't need a Scorer class a la > Lucene. In Lucy, Query classes will compile down to Matchers that either > Score() or don't. This allows us to perform optimizations on branches of > compound scorers: compiling "foo AND NOT bar" will produce a scoring Matcher > for "foo" and a non-scoring Matcher for "bar", since the "bar" branch can > never contribute to the score. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Fri Jun 18 01:40:20 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11017 invoked from network); 18 Jun 2010 00:59:50 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 18 Jun 2010 00:59:50 -0000 Received: (qmail 34687 invoked by uid 500); 18 Jun 2010 00:59:50 -0000 Delivered-To: [email protected] Received: (qmail 34638 invoked by uid 500); 18 Jun 2010 00:59:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 34630 invoked by uid 99); 18 Jun 2010 00:59:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jun 2010 00:59:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jun 2010 00:59:47 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5I0xQOU018202 for <[email protected]>; Fri, 18 Jun 2010 00:59:26 GMT Message-ID: <19275939.71221276822766136.JavaMail.jira@thor> Date: Thu, 17 Jun 2010 20:59:26 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LUCY-111) Matcher In-Reply-To: <32793859.35271276713743377.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCY-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey updated LUCY-111: --------------------------------- Attachment: Matcher.pm > Matcher > ------- > > Key: LUCY-111 > URL: https://issues.apache.org/jira/browse/LUCY-111 > Project: Lucy > Issue Type: New Feature > Components: Core - Search > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Priority: Blocker > Attachments: Matcher.bp, Matcher.c, Matcher.pm > > > A Matcher is an object which matches a set of Lucy doc ids, iterating over > them via Next() and Advance(). It combines the roles of Lucene's > DocIdSetIterator and Scorer classes. > Some -- but not all -- Matchers implement a Score() method. We can refer to > such Matchers informally as "scorers", but Lucy won't need a Scorer class a la > Lucene. In Lucy, Query classes will compile down to Matchers that either > Score() or don't. This allows us to perform optimizations on branches of > compound scorers: compiling "foo AND NOT bar" will produce a scoring Matcher > for "foo" and a non-scoring Matcher for "bar", since the "bar" branch can > never contribute to the score. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Fri Jun 18 04:14:33 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21959 invoked from network); 18 Jun 2010 04:14:30 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 18 Jun 2010 04:14:30 -0000 Received: (qmail 57241 invoked by uid 500); 18 Jun 2010 03:47:50 -0000 Delivered-To: [email protected] Received: (qmail 57171 invoked by uid 500); 18 Jun 2010 03:47:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 57163 invoked by uid 99); 18 Jun 2010 03:47:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jun 2010 03:47:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jun 2010 03:47:45 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5I3lNEe020366 for <[email protected]>; Fri, 18 Jun 2010 03:47:23 GMT Message-ID: <10092331.73341276832843520.JavaMail.jira@thor> Date: Thu, 17 Jun 2010 23:47:23 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LUCY-112) PolyMatcher MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org PolyMatcher ----------- Key: LUCY-112 URL: https://issues.apache.org/jira/browse/LUCY-112 Project: Lucy Issue Type: New Feature Components: Core - Search Reporter: Marvin Humphrey Assignee: Marvin Humphrey Priority: Blocker PolyMatcher will serve as the parent class for several crucial subclasses: ANDScorer, ORMatcher, ORScorer, NOTMatcher, and RequiredOptionalScorer. Together, PolyMatcher and these classes will play roughly the same role as Lucene's BooleanScorer2 and its satellite classes, e.g. DisjunctionSumScorer. PolyMatcher is a simple class; its main role is to serve as a common parent with a array of "children" Matchers, a Similarity, and an array of cached coord boosts. This patch also adds the Coord() method to Similarity. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Fri Jun 18 04:17:32 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23053 invoked from network); 18 Jun 2010 04:17:28 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 18 Jun 2010 04:17:28 -0000 Received: (qmail 58784 invoked by uid 500); 18 Jun 2010 03:50:47 -0000 Delivered-To: [email protected] Received: (qmail 58718 invoked by uid 500); 18 Jun 2010 03:50:46 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 58703 invoked by uid 99); 18 Jun 2010 03:50:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jun 2010 03:50:45 +0000 X-ASF-Spam-Status: No, hits=-1529.2 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jun 2010 03:50:44 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5I3oNNx020412 for <[email protected]>; Fri, 18 Jun 2010 03:50:24 GMT Message-ID: <19028562.73361276833023931.JavaMail.jira@thor> Date: Thu, 17 Jun 2010 23:50:23 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LUCY-112) PolyMatcher In-Reply-To: <10092331.73341276832843520.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCY-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey updated LUCY-112: --------------------------------- Attachment: polymatcher.patch > PolyMatcher > ----------- > > Key: LUCY-112 > URL: https://issues.apache.org/jira/browse/LUCY-112 > Project: Lucy > Issue Type: New Feature > Components: Core - Search > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Priority: Blocker > Attachments: polymatcher.patch > > > PolyMatcher will serve as the parent class for several crucial subclasses: > ANDScorer, ORMatcher, ORScorer, NOTMatcher, and RequiredOptionalScorer. > Together, PolyMatcher and these classes will play roughly the same role as > Lucene's BooleanScorer2 and its satellite classes, e.g. DisjunctionSumScorer. > PolyMatcher is a simple class; its main role is to serve as a common parent > with a array of "children" Matchers, a Similarity, and an array of cached > coord boosts. > This patch also adds the Coord() method to Similarity. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Fri Jun 18 04:27:30 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25295 invoked from network); 18 Jun 2010 04:27:27 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 18 Jun 2010 04:27:27 -0000 Received: (qmail 63604 invoked by uid 500); 18 Jun 2010 04:00:47 -0000 Delivered-To: [email protected] Received: (qmail 63536 invoked by uid 500); 18 Jun 2010 04:00:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 63522 invoked by uid 99); 18 Jun 2010 04:00:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jun 2010 04:00:44 +0000 X-ASF-Spam-Status: No, hits=-1529.2 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jun 2010 04:00:44 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5I40Nko020645 for <[email protected]>; Fri, 18 Jun 2010 04:00:23 GMT Message-ID: <5391738.73401276833623631.JavaMail.jira@thor> Date: Fri, 18 Jun 2010 00:00:23 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LUCY-113) ORMatcher and ORScorer MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 ORMatcher and ORScorer ---------------------- Key: LUCY-113 URL: https://issues.apache.org/jira/browse/LUCY-113 Project: Lucy Issue Type: New Feature Components: Core - Search Reporter: Marvin Humphrey Assignee: Marvin Humphrey Attachments: or_matcher.patch ORMatcher and and its scoring companion ORScorer are based on Lucene's DisjunctionSumScorer. They use a priority queue to channel sub-matchers and proceed doc-at-a-time. This priority queue is a serious search-time bottlneck and a lot of work has gone into optimizing the algorithm. As in Lucene, we have inlined the priority queue and removed as much indirection and function-call overhead as possible. However, in Lucene, ScorerDocQueue is a separate class, while here everything is achieved with static functions so that the C compiler may make maximum optimizations. ORMatcher is separated from ORScorer as an optimization; during Next(), ORScorer accumulates scores from subscorers which match, while ORMatcher's Next() method skips this work and avoids the overhead. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Fri Jun 18 04:27:32 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25348 invoked from network); 18 Jun 2010 04:27:29 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 18 Jun 2010 04:27:29 -0000 Received: (qmail 63731 invoked by uid 500); 18 Jun 2010 04:00:49 -0000 Delivered-To: [email protected] Received: (qmail 63651 invoked by uid 500); 18 Jun 2010 04:00:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 63640 invoked by uid 99); 18 Jun 2010 04:00:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jun 2010 04:00:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jun 2010 04:00:46 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5I40OEZ020657 for <[email protected]>; Fri, 18 Jun 2010 04:00:24 GMT Message-ID: <30547425.73441276833624641.JavaMail.jira@thor> Date: Fri, 18 Jun 2010 00:00:24 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LUCY-113) ORMatcher and ORScorer In-Reply-To: <5391738.73401276833623631.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCY-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey updated LUCY-113: --------------------------------- Attachment: or_matcher.patch > ORMatcher and ORScorer > ---------------------- > > Key: LUCY-113 > URL: https://issues.apache.org/jira/browse/LUCY-113 > Project: Lucy > Issue Type: New Feature > Components: Core - Search > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Attachments: or_matcher.patch > > > ORMatcher and and its scoring companion ORScorer are based on Lucene's > DisjunctionSumScorer. They use a priority queue to channel sub-matchers and > proceed doc-at-a-time. > This priority queue is a serious search-time bottlneck and a lot of work has > gone into optimizing the algorithm. As in Lucene, we have inlined the > priority queue and removed as much indirection and function-call overhead as > possible. However, in Lucene, ScorerDocQueue is a separate class, while here > everything is achieved with static functions so that the C compiler may make > maximum optimizations. > ORMatcher is separated from ORScorer as an optimization; during Next(), > ORScorer accumulates scores from subscorers which match, while ORMatcher's > Next() method skips this work and avoids the overhead. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Fri Jun 18 05:20:45 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44039 invoked from network); 18 Jun 2010 05:20:44 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 18 Jun 2010 05:20:44 -0000 Received: (qmail 39450 invoked by uid 500); 18 Jun 2010 01:20:44 -0000 Delivered-To: [email protected] Received: (qmail 39371 invoked by uid 500); 18 Jun 2010 01:20:43 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 39360 invoked by uid 99); 18 Jun 2010 01:20:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jun 2010 01:20:43 +0000 X-ASF-Spam-Status: No, hits=-1528.9 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jun 2010 01:20:43 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5I1KMqL018301 for <[email protected]>; Fri, 18 Jun 2010 01:20:23 GMT Message-ID: <1996756.71371276824022658.JavaMail.jira@thor> Date: Thu, 17 Jun 2010 21:20:22 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (LUCY-111) Matcher In-Reply-To: <32793859.35271276713743377.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCY-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey resolved LUCY-111. ---------------------------------- Resolution: Fixed Committed as r955810. > Matcher > ------- > > Key: LUCY-111 > URL: https://issues.apache.org/jira/browse/LUCY-111 > Project: Lucy > Issue Type: New Feature > Components: Core - Search > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Priority: Blocker > Attachments: Matcher.bp, Matcher.c, Matcher.pm > > > A Matcher is an object which matches a set of Lucy doc ids, iterating over > them via Next() and Advance(). It combines the roles of Lucene's > DocIdSetIterator and Scorer classes. > Some -- but not all -- Matchers implement a Score() method. We can refer to > such Matchers informally as "scorers", but Lucy won't need a Scorer class a la > Lucene. In Lucy, Query classes will compile down to Matchers that either > Score() or don't. This allows us to perform optimizations on branches of > compound scorers: compiling "foo AND NOT bar" will produce a scoring Matcher > for "foo" and a non-scoring Matcher for "bar", since the "bar" branch can > never contribute to the score. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sat Jun 19 00:24:48 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 54368 invoked from network); 19 Jun 2010 00:24:47 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Jun 2010 00:24:47 -0000 Received: (qmail 39611 invoked by uid 500); 19 Jun 2010 00:24:47 -0000 Delivered-To: [email protected] Received: (qmail 39544 invoked by uid 500); 19 Jun 2010 00:24:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 39536 invoked by uid 99); 19 Jun 2010 00:24:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Jun 2010 00:24:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Jun 2010 00:24:44 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5J0OMas003566 for <[email protected]>; Sat, 19 Jun 2010 00:24:23 GMT Message-ID: <3252185.89541276907062600.JavaMail.jira@thor> Date: Fri, 18 Jun 2010 20:24:22 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (LUCY-112) PolyMatcher In-Reply-To: <10092331.73341276832843520.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCY-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey resolved LUCY-112. ---------------------------------- Resolution: Fixed Committed as r956162. > PolyMatcher > ----------- > > Key: LUCY-112 > URL: https://issues.apache.org/jira/browse/LUCY-112 > Project: Lucy > Issue Type: New Feature > Components: Core - Search > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Priority: Blocker > Attachments: polymatcher.patch > > > PolyMatcher will serve as the parent class for several crucial subclasses: > ANDScorer, ORMatcher, ORScorer, NOTMatcher, and RequiredOptionalScorer. > Together, PolyMatcher and these classes will play roughly the same role as > Lucene's BooleanScorer2 and its satellite classes, e.g. DisjunctionSumScorer. > PolyMatcher is a simple class; its main role is to serve as a common parent > with a array of "children" Matchers, a Similarity, and an array of cached > coord boosts. > This patch also adds the Coord() method to Similarity. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sat Jun 19 00:43:47 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56877 invoked from network); 19 Jun 2010 00:43:46 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Jun 2010 00:43:46 -0000 Received: (qmail 55436 invoked by uid 500); 19 Jun 2010 00:43:46 -0000 Delivered-To: [email protected] Received: (qmail 55382 invoked by uid 500); 19 Jun 2010 00:43:46 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 55374 invoked by uid 99); 19 Jun 2010 00:43:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Jun 2010 00:43:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Jun 2010 00:43:44 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5J0hMiC003671 for <[email protected]>; Sat, 19 Jun 2010 00:43:22 GMT Message-ID: <14807087.89741276908202667.JavaMail.jira@thor> Date: Fri, 18 Jun 2010 20:43:22 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (LUCY-113) ORMatcher and ORScorer In-Reply-To: <5391738.73401276833623631.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCY-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey resolved LUCY-113. ---------------------------------- Resolution: Fixed Committed as r956163. > ORMatcher and ORScorer > ---------------------- > > Key: LUCY-113 > URL: https://issues.apache.org/jira/browse/LUCY-113 > Project: Lucy > Issue Type: New Feature > Components: Core - Search > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Attachments: or_matcher.patch > > > ORMatcher and and its scoring companion ORScorer are based on Lucene's > DisjunctionSumScorer. They use a priority queue to channel sub-matchers and > proceed doc-at-a-time. > This priority queue is a serious search-time bottlneck and a lot of work has > gone into optimizing the algorithm. As in Lucene, we have inlined the > priority queue and removed as much indirection and function-call overhead as > possible. However, in Lucene, ScorerDocQueue is a separate class, while here > everything is achieved with static functions so that the C compiler may make > maximum optimizations. > ORMatcher is separated from ORScorer as an optimization; during Next(), > ORScorer accumulates scores from subscorers which match, while ORMatcher's > Next() method skips this work and avoids the overhead. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sat Jun 19 02:55:34 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22962 invoked from network); 19 Jun 2010 02:55:34 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Jun 2010 02:55:34 -0000 Received: (qmail 6502 invoked by uid 500); 19 Jun 2010 02:55:34 -0000 Delivered-To: [email protected] Received: (qmail 6442 invoked by uid 500); 19 Jun 2010 02:55:34 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 6434 invoked by uid 99); 19 Jun 2010 02:55:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Jun 2010 02:55:33 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO rectangular.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Jun 2010 02:55:26 +0000 Received: from marvin by rectangular.com with local (Exim 4.63) (envelope-from <[email protected]>) id 1OPoD1-0003nQ-L8 for [email protected]; Fri, 18 Jun 2010 19:55:03 -0700 Date: Fri, 18 Jun 2010 19:55:03 -0700 To: [email protected] Subject: Self-governance Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) From: Marvin Humphrey <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Greets, A thread about Lucy recently wrapped up on the Lucene general@ list. http://markmail.org/message/iar5sbfqnzcsvro5 The board at Apache is breaking up umbrella projects. The Lucene TLP (top level project, as opposed to the Lucene Java subproject) has already spun off Tika, Mahout, and Nutch; Lucy is next. However, Lucy is not ready to become a TLP yet, so that spawned a discussion of what should happen. To summarize the outcome of the discussion: * Lucy must aim to "graduate" and become a TLP. * Lucy will stay where it is for now, rather than e.g. moving to the Incubator. * Lucy must regularly assess its progress towards graduation using the incubation checklist at http://incubator.apache.org/guides/graduation.html and report to the Lucene PMC. * No official deadline was set by the PMC, but Doug Cutting threw out "six months" and so we should probably start with that as our target. Here's a template for us laid out by Grant Ingersoll, the Lucene PMC chair: 1. Doing a release. 2. Showing some user list traction (i.e. real users) 3. Identifying and cultivating other contributors (via patches, discussions, JIRA issues, helping others, etc.) who can then become committers. The primary measure of success for a project at Apache is not technical: the goal is to create a robust meritocratic development community. In order to graduate, we will need not only committers and users, but our own PMC which takes responsibility for governing the project. http://www.apache.org/foundation/how-it-works.html#structure http://www.apache.org/dev/pmc.html Over the next week, we should perform a self-critique and create our first formal report, judging ourselves by the incubator criteria. Our biggest weakness from the ASF perspective, clearly, is that the project is too reliant on me and would be unlikely to survive my departure at this time. We should set a goal of making me dispensible. Here's where I think we stand with regards to Grant's plan, in a nutshell: Lucy's high-level design is done, and a lot of the coding is done as well. Developing and refining the Clownfish object model was the hardest part, and that finished up last fall. I think an initial release within 3 months is doable, and we may be able to accelerate that. I expect acquiring users after the release to be relatively straightforward. Near-realtime search powered by mmap is a killer feature. As for cultivating committers and PMC members, that will come naturally if we acquire a significant user base. I don't think we need to do anything special for now beyond releasing good software, publicizing it effectively, and making it easy and rewarding to contribute -- as we have tried to do over the last year with our existing contributor base, with some success. Marvin Humphrey From [email protected] Sat Jun 19 05:02:00 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13424 invoked from network); 19 Jun 2010 05:02:00 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Jun 2010 05:02:00 -0000 Received: (qmail 64932 invoked by uid 500); 19 Jun 2010 05:02:00 -0000 Delivered-To: [email protected] Received: (qmail 64860 invoked by uid 500); 19 Jun 2010 05:01:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 64850 invoked by uid 99); 19 Jun 2010 05:01:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Jun 2010 05:01:57 +0000 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=FREEMAIL_FROM,FROM_LOCAL_NOVOWEL,HK_RANDOM_ENVFROM,HK_RANDOM_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-fx0-f48.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Jun 2010 05:01:48 +0000 Received: by fxm17 with SMTP id 17so1202565fxm.35 for <[email protected]>; Fri, 18 Jun 2010 22:01:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=jxnNjI8yyGxuZ/CABTC5pi0OjwEE58RgsnpPRf1MkOw=; b=WTKh8i1zD9got+tMP7Jl4w2KG1oisTngsm2u2wqQdx6Od7Fv9xPm1fohBVtJ1BTNox dzklvM+8g2GjFiC+jujEafiY96rvqWsAAY4JNn2YPxmf2p5RjoSIFGpkvTcH2o+b3Vul zNufamGMUN8Np86IxZbcKNHj9LOJqxfngCEQA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=dTQn6b5uDaoNsjX23iTZitc/sUalv+SRQwTCGWuvuONYZSphMVCvo8EQJccjs7YYJY aMeyx2bCOj6LZNaEdaYauz1GdFeeqCRDE6eWauroJrrqr+mK4UFAsKeY5bGI4ir+U88A QVpBmMPDC8iMrWM/Un/MUBN4TXF0SRqJGYwZ4= Received: by 161.129.204.104 with SMTP id g25mr606290mui.59.1276923688060; Fri, 18 Jun 2010 22:01:28 -0700 (PDT) Received: from [161.129.204.104] +1-650-368-2913.cust.bluewin.ch [161.129.204.104]) by mx.google.com with ESMTPS id g1sm2419017muf.0.2161.129.204.104.01.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 18 Jun 2010 22:01:27 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1078) Subject: Do you need help on Lucy? From: VOITPTRPTR <[email protected]> In-Reply-To: <[email protected]> Date: Sat, 19 Jun 2010 07:00:56 +0200 Content-Transfer-Encoding: 7bit Message-Id: <[email protected]> References: <[email protected]> To: [email protected] X-Mailer: Apple Mail (2.1078) X-Virus-Checked: Checked by ClamAV on apache.org Hi List, How one can contribute (I'm a C developer) to Lucy? Regards voidptrptr From [email protected] Sat Jun 19 13:33:55 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55527 invoked from network); 19 Jun 2010 13:33:54 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Jun 2010 13:33:54 -0000 Received: (qmail 28027 invoked by uid 500); 19 Jun 2010 13:33:54 -0000 Delivered-To: [email protected] Received: (qmail 27961 invoked by uid 500); 19 Jun 2010 13:33:53 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 27953 invoked by uid 99); 19 Jun 2010 13:33:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Jun 2010 13:33:53 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO rectangular.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Jun 2010 13:33:45 +0000 Received: from marvin by rectangular.com with local (Exim 4.63) (envelope-from <[email protected]>) id 1OPyAk-00045h-SS for [email protected]; Sat, 19 Jun 2010 06:33:22 -0700 Date: Sat, 19 Jun 2010 06:33:22 -0700 To: [email protected] Subject: Re: Do you need help on Lucy? Message-ID: <[email protected]> References: <[email protected]> <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> User-Agent: Mutt/1.5.13 (2006-08-11) From: Marvin Humphrey <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org On Sat, Jun 19, 2010 at 07:00:56AM +0200, VOITPTRPTR wrote: > How one can contribute (I'm a C developer) to Lucy? We have a wiki page up that covers the mechanics of contributing: http://wiki.apache.org/lucy/HowToContribute Most people choose what they want to work on based on what they need or what interests them. Since you don't mention wanting to work on a particular problem, there are a some general C tasks we could use help on and that don't require a lot of prior knowledge about the code base; I'll describe one of those. A lot of Lucy code was originally written for C89. We have since changed our C dialect to "the overlap of C99 and C++", allowing us to use a number of idioms which result in cleaner, more readable code. One of these is the declaration of loop variables within a "for" construct: Index: core/Lucy/Object/VArray.c =================================================================== --- core/Lucy/Object/VArray.c (revision 956160) +++ core/Lucy/Object/VArray.c (working copy) @@ -55,8 +55,7 @@ VA_dump(VArray *self) { VArray *dump = VA_new(self->size); - uint32_t i, max; - for (i = 0, max = self->size; i < max; i++) { + for (uint32_t i = 0, max = self->size; i < max; i++) { Obj *elem = VA_Fetch(self, i); if (elem) { VA_Store(dump, i, Obj_Dump(elem)); } } A good place to start would be that file, VArray.c. Thanks for inquiring, Marvin Humphrey From [email protected] Sat Jun 19 13:34:49 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55599 invoked from network); 19 Jun 2010 13:34:49 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Jun 2010 13:34:49 -0000 Received: (qmail 28162 invoked by uid 500); 19 Jun 2010 13:34:49 -0000 Delivered-To: [email protected] Received: (qmail 28121 invoked by uid 500); 19 Jun 2010 13:34:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 25066 invoked by uid 99); 19 Jun 2010 13:28:42 -0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Sat, 19 Jun 2010 13:28:18 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BLucy_Wiki=5D_Update_of_=22HowToContribute=22_by_MarvinHumphr?= =?utf-8?q?ey?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucy Wiki" for chan= ge notification. The "HowToContribute" page has been changed by MarvinHumphrey. The comment on this change is: Remove mention of an obsolete C89 requiremen= t.. http://wiki.apache.org/lucy/HowToContribute?action=3Ddiff&rev1=3D2&rev2=3D3 -------------------------------------------------- = Modify the source code using your favorite text editor or IDE. Please ta= ke the following points into account: = - * All code will eventually need to be portable to multiple operating sys= tems and compilers. This is a complex requirement and it should not block = your contribution, but the most helpful thing you an do up front is declare= C variables at the top of each block, C89-style. + * All code will eventually need to be portable to multiple operating sys= tems and compilers. (This is a complex requirement and it should not block= your contribution.) * All public APIs should be accompanied by informative documentation. * Code should be formatted according to the style guidelines at LucyStyl= eGuide. * Contributions should pass existing unit tests. From [email protected] Sat Jun 19 19:49:21 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 42241 invoked from network); 19 Jun 2010 19:49:20 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Jun 2010 19:49:20 -0000 Received: (qmail 17780 invoked by uid 500); 19 Jun 2010 19:49:20 -0000 Delivered-To: [email protected] Received: (qmail 17706 invoked by uid 500); 19 Jun 2010 19:49:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 17697 invoked by uid 99); 19 Jun 2010 19:49:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Jun 2010 19:49:20 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=10.0 tests=AWL,FREEMAIL_FROM,FROM_LOCAL_NOVOWEL,HK_RANDOM_ENVFROM,HK_RANDOM_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-fx0-f48.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Jun 2010 19:49:12 +0000 Received: by fxm17 with SMTP id 17so1572805fxm.35 for <[email protected]>; Sat, 19 Jun 2010 12:48:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=sintCkQFp5C0BnlIjwhCa7nFr/1wzjHpazurSoPQf5c=; b=aqkGEU9FesYc9vE1vunmIAb6kLAjhMpKDYIsrMdXoqO9U7gA5bau5uNLEMw8iImg4d V858aYXm+1sdFAMIrWeXjx/OOUbtsnU3zi0qM/JbQLXxauBxTa4eluuM2bxrLfqpJxK2 /IsWo2EQS5Y4YfeibFJnmDtCoMhw6j3O/rlYA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=Oe32u8kWH50yhGgXh+wZBg5FLXhjZ43/eBBXjmzNQN4h5Sc07qKj6OBbLJSljsPoDe jqSZgi0EZ8KGMZRWz1hzDKhXRMQ1hsum1TgKXIsCA5vgipdoAj4eUytLLhyn2FXX3u7v FfINJ9PdJRB4m9qtlvi1iDzx93ClX1hHK+Gd4= Received: by 161.129.204.104 with SMTP id l21mr2897261fan.91.1276976931010; Sat, 19 Jun 2010 12:48:51 -0700 (PDT) Received: from [161.129.204.104] +1-650-368-2913.cust.bluewin.ch [161.129.204.104]) by mx.google.com with ESMTPS id e11sm22184563fak.17.2161.129.204.104.48.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 19 Jun 2010 12:48:50 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1078) Subject: Re: Do you need help on Lucy? From: VOITPTRPTR <[email protected]> In-Reply-To: <[email protected]> Date: Sat, 19 Jun 2010 21:48:19 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> To: [email protected] X-Mailer: Apple Mail (2.1078) Hi Marvin, > We have a wiki page up that covers the mechanics of contributing: > http://wiki.apache.org/lucy/HowToContribute Excellent. I'll checkout the code and start reading on monday! > Most people choose what they want to work on based on what they need = or what > interests them. Since you don't mention wanting to work on a = particular > problem, there are a some general C tasks we could use help on and = that don't > require a lot of prior knowledge about the code base; I'll describe = one of > those. To be honest, I've no knowledge on how Lucene core is implemented. But I'm pretty confident when coding in C (portabilty, clarity, = refactoring ...). More over I've strong background on algorithms and algorithms = optimization. > A lot of Lucy code was originally written for C89. We have since = changed our > C dialect to "the overlap of C99 and C++". > allowing us to use a number of idioms which result in cleaner, more = readable code. One of these is the > declaration of loop variables within a "for" construct: >=20 > Index: core/Lucy/Object/VArray.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- core/Lucy/Object/VArray.c (revision 956160) > +++ core/Lucy/Object/VArray.c (working copy) > @@ -55,8 +55,7 @@ > VA_dump(VArray *self) > { > VArray *dump =3D VA_new(self->size); > - uint32_t i, max; > - for (i =3D 0, max =3D self->size; i < max; i++) { > + for (uint32_t i =3D 0, max =3D self->size; i < max; i++) { > Obj *elem =3D VA_Fetch(self, i); > if (elem) { VA_Store(dump, i, Obj_Dump(elem)); } > } >=20 > A good place to start would be that file, VArray.c. > Thanks for inquiring, OK, I see. Is it possible to ask questions about design choices of Lucy (how = indexes are built, algorithms behind the scene...) in this mailing list as I'm missing this = Information Retrieval skills? Regards ---------------------- [email protected]= From [email protected] Sun Jun 20 02:50:45 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13628 invoked from network); 20 Jun 2010 02:50:45 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Jun 2010 02:50:45 -0000 Received: (qmail 48756 invoked by uid 500); 20 Jun 2010 02:50:45 -0000 Delivered-To: [email protected] Received: (qmail 48695 invoked by uid 500); 20 Jun 2010 02:50:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 48685 invoked by uid 99); 20 Jun 2010 02:50:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Jun 2010 02:50:44 +0000 X-ASF-Spam-Status: No, hits=-1532.6 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Jun 2010 02:50:43 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5K2oNqj010483 for <[email protected]>; Sun, 20 Jun 2010 02:50:23 GMT Message-ID: <30880688.97661277002223364.JavaMail.jira@thor> Date: Sat, 19 Jun 2010 22:50:23 -0400 (EDT) From: "Peter Karman (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LUCY-114) compile failure on OS X 10.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 compile failure on OS X 10.6 ---------------------------- Key: LUCY-114 URL: https://issues.apache.org/jira/browse/LUCY-114 Project: Lucy Issue Type: Bug Components: Core - Store Environment: Mac OS X 10.6 Reporter: Peter Karman I get this error when trying to compile under OS X: ../core/Lucy/Store/OutStream.c:125: error: conflicting types for 'lucy_OutStream_align' autogen/Lucy/Store/OutStream.h:55: error: previous declaration of 'lucy_OutStream_align' was here patch below: Index: core/Lucy/Store/OutStream.bp =================================================================== --- core/Lucy/Store/OutStream.bp (revision 925442) +++ core/Lucy/Store/OutStream.bp (revision 925443) @@ -42,7 +42,7 @@ * * @return the new file position. */ - final i64_t + final int64_t Align(OutStream *self, int64_t modulus); /** Flush output buffer to target FileHandle. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sun Jun 20 02:52:48 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13713 invoked from network); 20 Jun 2010 02:52:48 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Jun 2010 02:52:48 -0000 Received: (qmail 48916 invoked by uid 500); 20 Jun 2010 02:52:48 -0000 Delivered-To: [email protected] Received: (qmail 48856 invoked by uid 500); 20 Jun 2010 02:52:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 48848 invoked by uid 99); 20 Jun 2010 02:52:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Jun 2010 02:52:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Jun 2010 02:52:44 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5K2qNuQ010495 for <[email protected]>; Sun, 20 Jun 2010 02:52:23 GMT Message-ID: <25283608.97681277002343167.JavaMail.jira@thor> Date: Sat, 19 Jun 2010 22:52:23 -0400 (EDT) From: "Peter Karman (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LUCY-114) compile failure on OS X 10.6 In-Reply-To: <30880688.97661277002223364.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCY-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Karman updated LUCY-114: ------------------------------ Attachment: align_signature.patch The inline patch came out garbled. Same patch attached. > compile failure on OS X 10.6 > ---------------------------- > > Key: LUCY-114 > URL: https://issues.apache.org/jira/browse/LUCY-114 > Project: Lucy > Issue Type: Bug > Components: Core - Store > Environment: Mac OS X 10.6 > Reporter: Peter Karman > Attachments: align_signature.patch > > > I get this error when trying to compile under OS X: > ../core/Lucy/Store/OutStream.c:125: error: conflicting types for 'lucy_OutStream_align' > autogen/Lucy/Store/OutStream.h:55: error: previous declaration of 'lucy_OutStream_align' was here > patch below: > Index: core/Lucy/Store/OutStream.bp > =================================================================== > --- core/Lucy/Store/OutStream.bp (revision 925442) > +++ core/Lucy/Store/OutStream.bp (revision 925443) > @@ -42,7 +42,7 @@ > * > * @return the new file position. > */ > - final i64_t > + final int64_t > Align(OutStream *self, int64_t modulus); > > /** Flush output buffer to target FileHandle. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sun Jun 20 02:55:45 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13873 invoked from network); 20 Jun 2010 02:55:45 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Jun 2010 02:55:45 -0000 Received: (qmail 49153 invoked by uid 500); 20 Jun 2010 02:55:45 -0000 Delivered-To: [email protected] Received: (qmail 49091 invoked by uid 500); 20 Jun 2010 02:55:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 49082 invoked by uid 99); 20 Jun 2010 02:55:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Jun 2010 02:55:44 +0000 X-ASF-Spam-Status: No, hits=-1532.6 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Jun 2010 02:55:43 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5K2tNuK010508 for <[email protected]>; Sun, 20 Jun 2010 02:55:23 GMT Message-ID: <4058252.97701277002523035.JavaMail.jira@thor> Date: Sat, 19 Jun 2010 22:55:23 -0400 (EDT) From: "Peter Karman (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LUCY-115) nullable attribute not propagated MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 nullable attribute not propagated --------------------------------- Key: LUCY-115 URL: https://issues.apache.org/jira/browse/LUCY-115 Project: Lucy Issue Type: Bug Components: Clownfish Environment: OS X 10.6 Reporter: Peter Karman In Clownfish files (.bp) such as KinoSearch/Search/Compiler.bp, certain methods are defined as nullable but that nullable attribute is not being propagated to the _OVERRIDE generated code. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sun Jun 20 02:57:50 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13969 invoked from network); 20 Jun 2010 02:57:50 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Jun 2010 02:57:50 -0000 Received: (qmail 49338 invoked by uid 500); 20 Jun 2010 02:57:50 -0000 Delivered-To: [email protected] Received: (qmail 49268 invoked by uid 500); 20 Jun 2010 02:57:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 49253 invoked by uid 99); 20 Jun 2010 02:57:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Jun 2010 02:57:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Jun 2010 02:57:46 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5K2vPqY010529 for <[email protected]>; Sun, 20 Jun 2010 02:57:25 GMT Message-ID: <11158296.97751277002645542.JavaMail.jira@thor> Date: Sat, 19 Jun 2010 22:57:25 -0400 (EDT) From: "Peter Karman (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LUCY-115) nullable attribute not propagated In-Reply-To: <4058252.97701277002523035.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCY-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Karman updated LUCY-115: ------------------------------ Attachment: nullable_test.patch This is a failing test showing the problem. > nullable attribute not propagated > --------------------------------- > > Key: LUCY-115 > URL: https://issues.apache.org/jira/browse/LUCY-115 > Project: Lucy > Issue Type: Bug > Components: Clownfish > Environment: OS X 10.6 > Reporter: Peter Karman > Attachments: nullable_test.patch > > > In Clownfish files (.bp) such as KinoSearch/Search/Compiler.bp, certain methods are defined > as nullable but that nullable attribute is not being propagated to the _OVERRIDE generated > code. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sun Jun 20 03:01:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15405 invoked from network); 20 Jun 2010 03:01:57 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Jun 2010 03:01:57 -0000 Received: (qmail 50066 invoked by uid 500); 20 Jun 2010 03:01:57 -0000 Delivered-To: [email protected] Received: (qmail 50005 invoked by uid 500); 20 Jun 2010 03:01:55 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 49996 invoked by uid 99); 20 Jun 2010 03:01:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Jun 2010 03:01:55 +0000 X-ASF-Spam-Status: No, hits=-1532.6 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Jun 2010 03:01:54 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5K31XZw010577 for <[email protected]>; Sun, 20 Jun 2010 03:01:33 GMT Message-ID: <28411581.97791277002893722.JavaMail.jira@thor> Date: Sat, 19 Jun 2010 23:01:33 -0400 (EDT) From: "Peter Karman (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LUCY-116) Build.PL opts not supported MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Build.PL opts not supported --------------------------- Key: LUCY-116 URL: https://issues.apache.org/jira/browse/LUCY-116 Project: Lucy Issue Type: Bug Components: Perl bindings Environment: OS X 10.6 Reporter: Peter Karman The Build.PL docs claim that --config cc=xxxx should work but it does not. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sun Jun 20 03:05:50 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19943 invoked from network); 20 Jun 2010 03:05:49 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Jun 2010 03:05:49 -0000 Received: (qmail 52540 invoked by uid 500); 20 Jun 2010 03:05:49 -0000 Delivered-To: [email protected] Received: (qmail 52474 invoked by uid 500); 20 Jun 2010 03:05:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 52466 invoked by uid 99); 20 Jun 2010 03:05:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Jun 2010 03:05:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Jun 2010 03:05:45 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5K35NPp010590 for <[email protected]>; Sun, 20 Jun 2010 03:05:23 GMT Message-ID: <33539065.97811277003123231.JavaMail.jira@thor> Date: Sat, 19 Jun 2010 23:05:23 -0400 (EDT) From: "Peter Karman (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LUCY-116) Build.PL opts not supported In-Reply-To: <28411581.97791277002893722.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCY-116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Karman updated LUCY-116: ------------------------------ Attachment: get_cc.patch pass_cc.patch The attached patches implement the documented --config cc feature. > Build.PL opts not supported > --------------------------- > > Key: LUCY-116 > URL: https://issues.apache.org/jira/browse/LUCY-116 > Project: Lucy > Issue Type: Bug > Components: Perl bindings > Environment: OS X 10.6 > Reporter: Peter Karman > Attachments: get_cc.patch, pass_cc.patch > > > The Build.PL docs claim that --config cc=xxxx should work but it does not. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sun Jun 20 20:00:31 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13865 invoked from network); 20 Jun 2010 20:00:31 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Jun 2010 20:00:31 -0000 Received: (qmail 15278 invoked by uid 500); 20 Jun 2010 20:00:31 -0000 Delivered-To: [email protected] Received: (qmail 15209 invoked by uid 500); 20 Jun 2010 20:00:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 13635 invoked by uid 99); 20 Jun 2010 19:57:30 -0000 X-ASF-Spam-Status: No, hits=-1568.4 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Sun, 20 Jun 2010 19:57:09 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BLucy_Wiki=5D_Update_of_=22BrainLog=22_by_MarvinHumphrey?= Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucy Wiki" for chan= ge notification. The "BrainLog" page has been changed by MarvinHumphrey. http://wiki.apache.org/lucy/BrainLog -------------------------------------------------- New page: =3D=3D Overview =3D=3D A popular technique from the field of user interface testing is to record t= est subjects "thinking aloud": . Think aloud protocols involve participants thinking aloud as they are pe= rforming a set of specified tasks. Users are asked to say whatever they are= looking at, thinking, doing, and feeling, as they go about their task. Thi= s enables observers to see first-hand the process of task completion (rathe= r than only its final product). Observers at such a test are asked to objec= tively take notes of everything that users say, without attempting to inter= pret their actions and words. Test sessions are often audio and video taped= so that developers can go back and refer to what participants did, and how= they reacted. . [http://en.wikipedia.org/wiki/Think_aloud_protocol] A "brainlog" is the written equivalent: instead of speaking, the test subje= ct types in a log of their thoughts as they perform a task. A typed brainlog is naturally not as rich an information source as a videot= aped think-aloud session. It is presumably also a less accurate narration = of the subject's thought process, since typing is more laborious and intrus= ive than speaking. However, a brainlog can be recorded nearly anywhere and= at any time, it can be distributed and archived via mailing lists, and it = is easy to consume quickly. =3D=3D Using brainlogs to test API design, documentation, and code clarity = =3D=3D Apache in general and Lucy in particular place a high value on API simplici= ty and code clarity. We use brainlogs to judge how transparent our codebas= e is and to help us improve. Typically, a user or developer will record a brainlog while exploring an AP= I or reviewing a section of code for the first time. The authors of the ma= terials being explored then examine the contents of the brainlog and evalua= te how effectively their materials guided the test subject. The exercise is directly analogous to the reviewing the interface of a web = page to see whether the design is guiding visitors along the path that the = designers intended. =3D=3D The "curse of knowledge" =3D=3D Authors are uniquely unqualified to gauge how consumable their work is. Of= course it makes sense to them -- they wrote it! In contrast, newbies make good test subjects, as they are not yet afflicted= by the "curse of knowledge": . And that brings us to the villain of our book: The Curse of Knowledge. L= ots of research in economics and psychology shows that when we know somethi= ng, it becomes hard for us to imagine not knowing it. As a result, we becom= e lousy communicators. Think of a lawyer who can't give you a straight, com= prehensible answer to a legal question. His vast knowledge and experience r= enders him unable to fathom how little you know. So when he talks to you, h= e talks in abstractions that you can't follow. And we're all like the lawye= r in our own domain of expertise. . Here's the great cruelty of the Curse of Knowledge: The better we get at= generating great ideas -- new insights and novel solutions -- in our field= of expertise, the more unnatural it becomes for us to communicate those id= eas clearly. That's why knowledge is a curse. But notice we said "unnatural= ," not "impossible." . Chip Heath and Dan Heath, "[[http://www.amazon.com/Made-Stick-Ideas-Surv= ive-Others/dp/1400064287|Made to Stick: Why Some Ideas Survive and Others D= ie]]" Innocence is precious: once you have become familiar with a source, any bra= inlog you might contribute no longer reflects the experience of those who a= re coming to the material for the first time. Therefore, if you are going = to record a brainlog, you should do so right away. =3D=3D Editing brainlogs =3D=3D It you make a "mistake" during testing, it may be tempting to edit the brai= nlog after the fact to conceal or minimize it. Don't! If multiple test subjects make the same "mistake", that indicates that ther= e is a flaw in the design that needs to be corrected. In fact, that sort o= f pattern is ''exactly'' what UI testing is designed to reveal. On the other hand, it's probably not a good idea to publish a brainlog that= contains egregiously inflammatory material, even if it's an accurate recor= d of your thoughts. Befor you hit "send" -- especially for the first brain= log you write -- step away for a few hours or a day, and consider whether y= ou might want to swap out certain passages for placeholders like "[intemper= ate rant about XXXXXX here]". =3D=3D Evaluating brainlogs =3D=3D When evaluating a brainlog, there are two things to bear in mind. First, blaming the user is poor form. The brainlogger is performing a valu= able service precisely by revealing where they went wrong or right, and the= y are doing a job that you ''cannot'' do by yourself. Instead of criticizi= ng the path they took, consider how you might modify your source material s= o that the next user doesn't make the same "mistake" -- even if you think i= t was a "dumb mistake". Second, brainlogs are raw materials by nature, rather than carefully prepar= ed constructive criticism. A critique is a contribution, even if it is imp= olitic. If you feel miffed after reading a brainlog, consider it a challen= ge to rise above and extract every last drop of value from it. From [email protected] Mon Jun 21 04:59:48 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17095 invoked from network); 21 Jun 2010 04:59:47 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Jun 2010 04:59:47 -0000 Received: (qmail 79761 invoked by uid 500); 21 Jun 2010 04:59:47 -0000 Delivered-To: [email protected] Received: (qmail 79696 invoked by uid 500); 21 Jun 2010 04:59:46 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 79687 invoked by uid 99); 21 Jun 2010 04:59:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jun 2010 04:59:45 +0000 X-ASF-Spam-Status: No, hits=-1533.5 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jun 2010 04:59:44 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5L4xO5e022853 for <[email protected]>; Mon, 21 Jun 2010 04:59:24 GMT Message-ID: <23720336.105011277096364131.JavaMail.jira@thor> Date: Mon, 21 Jun 2010 00:59:24 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (LUCY-114) compile failure on OS X 10.6 In-Reply-To: <30880688.97661277002223364.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCY-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey resolved LUCY-114. ---------------------------------- Assignee: Marvin Humphrey Resolution: Fixed Thanks, this was applied as r925443. > compile failure on OS X 10.6 > ---------------------------- > > Key: LUCY-114 > URL: https://issues.apache.org/jira/browse/LUCY-114 > Project: Lucy > Issue Type: Bug > Components: Core - Store > Environment: Mac OS X 10.6 > Reporter: Peter Karman > Assignee: Marvin Humphrey > Attachments: align_signature.patch > > > I get this error when trying to compile under OS X: > ../core/Lucy/Store/OutStream.c:125: error: conflicting types for 'lucy_OutStream_align' > autogen/Lucy/Store/OutStream.h:55: error: previous declaration of 'lucy_OutStream_align' was here > patch below: > Index: core/Lucy/Store/OutStream.bp > =================================================================== > --- core/Lucy/Store/OutStream.bp (revision 925442) > +++ core/Lucy/Store/OutStream.bp (revision 925443) > @@ -42,7 +42,7 @@ > * > * @return the new file position. > */ > - final i64_t > + final int64_t > Align(OutStream *self, int64_t modulus); > > /** Flush output buffer to target FileHandle. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Mon Jun 21 05:05:49 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21946 invoked from network); 21 Jun 2010 05:05:49 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Jun 2010 05:05:49 -0000 Received: (qmail 80541 invoked by uid 500); 21 Jun 2010 05:05:49 -0000 Delivered-To: [email protected] Received: (qmail 80481 invoked by uid 500); 21 Jun 2010 05:05:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 80467 invoked by uid 99); 21 Jun 2010 05:05:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jun 2010 05:05:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jun 2010 05:05:44 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5L55MDt022973 for <[email protected]>; Mon, 21 Jun 2010 05:05:23 GMT Message-ID: <3606580.105261277096722714.JavaMail.jira@thor> Date: Mon, 21 Jun 2010 01:05:22 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (LUCY-115) nullable attribute not propagated In-Reply-To: <4058252.97701277002523035.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCY-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey resolved LUCY-115. ---------------------------------- Assignee: Marvin Humphrey Resolution: Fixed Thanks, this bug was resolved by r930349 and the test was added as r930350. > nullable attribute not propagated > --------------------------------- > > Key: LUCY-115 > URL: https://issues.apache.org/jira/browse/LUCY-115 > Project: Lucy > Issue Type: Bug > Components: Clownfish > Environment: OS X 10.6 > Reporter: Peter Karman > Assignee: Marvin Humphrey > Attachments: nullable_test.patch > > > In Clownfish files (.bp) such as KinoSearch/Search/Compiler.bp, certain methods are defined > as nullable but that nullable attribute is not being propagated to the _OVERRIDE generated > code. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Mon Jun 21 05:11:51 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22422 invoked from network); 21 Jun 2010 05:11:51 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Jun 2010 05:11:51 -0000 Received: (qmail 84421 invoked by uid 500); 21 Jun 2010 05:11:51 -0000 Delivered-To: [email protected] Received: (qmail 84356 invoked by uid 500); 21 Jun 2010 05:11:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 84340 invoked by uid 99); 21 Jun 2010 05:11:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jun 2010 05:11:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jun 2010 05:11:46 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5L5BOsA022998 for <[email protected]>; Mon, 21 Jun 2010 05:11:24 GMT Message-ID: <6411775.105311277097084434.JavaMail.jira@thor> Date: Mon, 21 Jun 2010 01:11:24 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (LUCY-116) Build.PL opts not supported In-Reply-To: <28411581.97791277002893722.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCY-116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey resolved LUCY-116. ---------------------------------- Assignee: Marvin Humphrey Resolution: Fixed Thanks, these were committed as r932806 and r945346. > Build.PL opts not supported > --------------------------- > > Key: LUCY-116 > URL: https://issues.apache.org/jira/browse/LUCY-116 > Project: Lucy > Issue Type: Bug > Components: Perl bindings > Environment: OS X 10.6 > Reporter: Peter Karman > Assignee: Marvin Humphrey > Attachments: get_cc.patch, pass_cc.patch > > > The Build.PL docs claim that --config cc=xxxx should work but it does not. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Mon Jun 21 05:21:36 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23233 invoked from network); 21 Jun 2010 05:21:36 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Jun 2010 05:21:36 -0000 Received: (qmail 85708 invoked by uid 500); 21 Jun 2010 05:21:36 -0000 Delivered-To: [email protected] Received: (qmail 85639 invoked by uid 500); 21 Jun 2010 05:21:34 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 85629 invoked by uid 99); 21 Jun 2010 05:21:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jun 2010 05:21:33 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=AWL,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO rectangular.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jun 2010 05:21:26 +0000 Received: from marvin by rectangular.com with local (Exim 4.63) (envelope-from <[email protected]>) id 1OQZRQ-0005O3-Bb for [email protected]; Sun, 20 Jun 2010 22:21:04 -0700 Date: Sun, 20 Jun 2010 22:21:04 -0700 To: [email protected] Subject: Re: Do you need help on Lucy? Message-ID: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> User-Agent: Mutt/1.5.13 (2006-08-11) From: Marvin Humphrey <[email protected]> On Sat, Jun 19, 2010 at 09:48:19PM +0200, VOITPTRPTR wrote: > To be honest, I've no knowledge on how Lucene core is implemented. Naivete can be helpful for some tasks, such as reviewing documentation and APIs for clarity -- see the wiki page I put up earlier today at <http://wiki.apache.org/lucy/BrainLog>. > But I'm pretty confident when coding in C (portabilty, clarity, refactoring ...). > More over I've strong background on algorithms and algorithms optimization. Certainly those are valuable skills. Some parts of Lucy have been highly optimized, but there's a lot of room for improvement and a lot of known inefficiencies. Lucene has focused on optimization much more than we have, so we get to study what they've done over the last couple years and apply the lessons they've learned. Up till now it's been more important to emphasize modularity and information hiding so that the system we build can *withstand* optimization without becoming an impenetrable rat's nest. > Is it possible to ask questions about design choices of Lucy (how indexes > are built, algorithms behind the scene...) in this mailing list as I'm > missing this Information Retrieval skills? There will be many opportunities for such conversations, particularly since a lot of indexing classes are going to get submitted to JIRA over the next few weeks. When code gets submitted for inclusion is an ideal time to comment. Personally, I enjoy giving long-winded answers as much as the next person, but I've learned that I have to control my impulse to bloviate and invest my time in ways that yield maximum return. The more you contribute, the more you will get back. Marvin Humphrey From [email protected] Mon Jun 21 05:27:50 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24626 invoked from network); 21 Jun 2010 05:27:50 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Jun 2010 05:27:50 -0000 Received: (qmail 92458 invoked by uid 500); 21 Jun 2010 05:27:50 -0000 Delivered-To: [email protected] Received: (qmail 92396 invoked by uid 500); 21 Jun 2010 05:27:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 92388 invoked by uid 99); 21 Jun 2010 05:27:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jun 2010 05:27:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jun 2010 05:27:46 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5L5ROw7023078 for <[email protected]>; Mon, 21 Jun 2010 05:27:24 GMT Message-ID: <26985254.105431277098044424.JavaMail.jira@thor> Date: Mon, 21 Jun 2010 01:27:24 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LUCY-117) More boolean Matchers. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org More boolean Matchers. ---------------------- Key: LUCY-117 URL: https://issues.apache.org/jira/browse/LUCY-117 Project: Lucy Issue Type: New Feature Components: Core - Search Reporter: Marvin Humphrey Assignee: Marvin Humphrey Priority: Blocker ANDScorer, NOTScorer, and RequiredOptionalScorer all subclass PolyMatcher, like ORMatcher/ORScorer. These three matchers are much simpler to implement than ORMatcher/ORScorer: ORMatcher.c is longer than the other three .c files combined. OR-combining is simply much harder to do well when proceeding doc-at-a-time, and the optimized code in ORMatcher.c takes up more space. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Mon Jun 21 05:52:50 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26495 invoked from network); 21 Jun 2010 05:52:50 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Jun 2010 05:52:50 -0000 Received: (qmail 6909 invoked by uid 500); 21 Jun 2010 05:52:50 -0000 Delivered-To: [email protected] Received: (qmail 6848 invoked by uid 500); 21 Jun 2010 05:52:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 6836 invoked by uid 99); 21 Jun 2010 05:52:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jun 2010 05:52:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jun 2010 05:52:45 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5L5qNnF023161 for <[email protected]>; Mon, 21 Jun 2010 05:52:23 GMT Message-ID: <26764773.105471277099543580.JavaMail.jira@thor> Date: Mon, 21 Jun 2010 01:52:23 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LUCY-117) More boolean Matchers. In-Reply-To: <26985254.105431277098044424.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCY-117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey updated LUCY-117: --------------------------------- Attachment: and_scorer.patch not_scorer.patch req_opt_scorer.patch > More boolean Matchers. > ---------------------- > > Key: LUCY-117 > URL: https://issues.apache.org/jira/browse/LUCY-117 > Project: Lucy > Issue Type: New Feature > Components: Core - Search > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Priority: Blocker > Attachments: and_scorer.patch, not_scorer.patch, req_opt_scorer.patch > > > ANDScorer, NOTScorer, and RequiredOptionalScorer all subclass PolyMatcher, > like ORMatcher/ORScorer. > These three matchers are much simpler to implement than ORMatcher/ORScorer: > ORMatcher.c is longer than the other three .c files combined. OR-combining is > simply much harder to do well when proceeding doc-at-a-time, and the optimized > code in ORMatcher.c takes up more space. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Tue Jun 22 06:27:20 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92496 invoked from network); 22 Jun 2010 06:27:20 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 06:27:20 -0000 Received: (qmail 56435 invoked by uid 500); 22 Jun 2010 06:27:20 -0000 Delivered-To: [email protected] Received: (qmail 56069 invoked by uid 500); 22 Jun 2010 06:27:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 56056 invoked by uid 99); 22 Jun 2010 06:27:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 06:27:15 +0000 X-ASF-Spam-Status: No, hits=-1536.0 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 06:27:15 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5M6Qs4T012156 for <[email protected]>; Tue, 22 Jun 2010 06:26:55 GMT Message-ID: <2136603.7541277188014749.JavaMail.jira@thor> Date: Tue, 22 Jun 2010 02:26:54 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (LUCY-117) More boolean Matchers. In-Reply-To: <26985254.105431277098044424.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCY-117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey resolved LUCY-117. ---------------------------------- Resolution: Fixed Committed as r956783, r956784, and r956785. > More boolean Matchers. > ---------------------- > > Key: LUCY-117 > URL: https://issues.apache.org/jira/browse/LUCY-117 > Project: Lucy > Issue Type: New Feature > Components: Core - Search > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Priority: Blocker > Attachments: and_scorer.patch, not_scorer.patch, req_opt_scorer.patch > > > ANDScorer, NOTScorer, and RequiredOptionalScorer all subclass PolyMatcher, > like ORMatcher/ORScorer. > These three matchers are much simpler to implement than ORMatcher/ORScorer: > ORMatcher.c is longer than the other three .c files combined. OR-combining is > simply much harder to do well when proceeding doc-at-a-time, and the optimized > code in ORMatcher.c takes up more space. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Tue Jun 22 23:51:14 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 98690 invoked from network); 22 Jun 2010 23:51:13 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 23:51:13 -0000 Received: (qmail 1145 invoked by uid 500); 22 Jun 2010 23:51:13 -0000 Delivered-To: [email protected] Received: (qmail 1071 invoked by uid 500); 22 Jun 2010 23:51:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 1063 invoked by uid 99); 22 Jun 2010 23:51:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 23:51:13 +0000 X-ASF-Spam-Status: No, hits=-1538.0 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 23:51:12 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5MNoqrD023744 for <[email protected]>; Tue, 22 Jun 2010 23:50:52 GMT Message-ID: <18109388.3911277250652003.JavaMail.jira@thor> Date: Tue, 22 Jun 2010 19:50:52 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LUCY-118) Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bIndexacf:4db6:5e0b:f386:43a5:35d7:718d:3c8btaReader - Abstract base class for reading index data. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bIndexacf:4db6:5e0b:f386:43a5:35d7:718d:3c8btaReader - Abstract base class for reading index data. --------------------------------------------------------------------- Key: LUCY-118 URL: https://issues.apache.org/jira/browse/LUCY-118 Project: Lucy Issue Type: New Feature Components: Core - Index Reporter: Marvin Humphrey Assignee: Marvin Humphrey Priority: Blocker DataReader is an integral part of our modular index system, serving as a base class for all component classes which read from the index - including both single-segment readers and composite multi-segment readers. Index components, which may be added or omitted using Architecture, typically consist of a DataReader/DataWriter pair, e.g. PostingListReader/PostingListWriter. DataReader's members include a Schema and a Folder, a Snapshot which defines the files the DataReader may access safely, and an array of Segment objects. Single-segment readers are assigned to one Segment within the array, but also get access to all the other Segments; this is important, because metadata from older or newer Segments may be used to make decisions and control behavior. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Tue Jun 22 23:53:11 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99039 invoked from network); 22 Jun 2010 23:53:11 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 23:53:11 -0000 Received: (qmail 2607 invoked by uid 500); 22 Jun 2010 23:53:11 -0000 Delivered-To: [email protected] Received: (qmail 2549 invoked by uid 500); 22 Jun 2010 23:53:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 2540 invoked by uid 99); 22 Jun 2010 23:53:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 23:53:11 +0000 X-ASF-Spam-Status: No, hits=-1538.1 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 23:53:10 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5MNqoiT023824 for <[email protected]>; Tue, 22 Jun 2010 23:52:50 GMT Message-ID: <12353351.4151277250770424.JavaMail.jira@thor> Date: Tue, 22 Jun 2010 19:52:50 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LUCY-118) Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bIndexacf:4db6:5e0b:f386:43a5:35d7:718d:3c8btaReader - Abstract base class for reading index data. In-Reply-To: <18109388.3911277250652003.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCY-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey updated LUCY-118: --------------------------------- Attachment: DataReader.bp DataReader.c DataReader.pm > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bIndexacf:4db6:5e0b:f386:43a5:35d7:718d:3c8btaReader - Abstract base class for reading index data. > --------------------------------------------------------------------- > > Key: LUCY-118 > URL: https://issues.apache.org/jira/browse/LUCY-118 > Project: Lucy > Issue Type: New Feature > Components: Core - Index > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Priority: Blocker > Attachments: DataReader.bp, DataReader.c, DataReader.pm > > > DataReader is an integral part of our modular index system, serving as a base > class for all component classes which read from the index - including both > single-segment readers and composite multi-segment readers. Index components, > which may be added or omitted using Architecture, typically consist of a > DataReader/DataWriter pair, e.g. PostingListReader/PostingListWriter. > DataReader's members include a Schema and a Folder, a Snapshot which defines > the files the DataReader may access safely, and an array of Segment objects. > Single-segment readers are assigned to one Segment within the array, but also > get access to all the other Segments; this is important, because metadata from > older or newer Segments may be used to make decisions and control behavior. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Wed Jun 23 02:08:12 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39790 invoked from network); 23 Jun 2010 02:08:11 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 23 Jun 2010 02:08:11 -0000 Received: (qmail 82135 invoked by uid 500); 23 Jun 2010 02:08:11 -0000 Delivered-To: [email protected] Received: (qmail 82077 invoked by uid 500); 23 Jun 2010 02:08:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 82066 invoked by uid 99); 23 Jun 2010 02:08:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 02:08:11 +0000 X-ASF-Spam-Status: No, hits=-1538.4 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 02:08:10 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5N27og1025132 for <[email protected]>; Wed, 23 Jun 2010 02:07:50 GMT Message-ID: <18334335.6991277258870416.JavaMail.jira@thor> Date: Tue, 22 Jun 2010 22:07:50 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LUCY-119) Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bStoracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLock MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bStoracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLock ----------------- Key: LUCY-119 URL: https://issues.apache.org/jira/browse/LUCY-119 Project: Lucy Issue Type: New Feature Components: Core - Store Reporter: Marvin Humphrey Assignee: Marvin Humphrey Priority: Blocker This patch provides four classes: * Lock - abstract base class * LockFileLock - implementation of Lock using lockfiles. * SharedLock - read locks. * LockErr - Subclass of Err allowing users to catch locking exceptions. The lockfiles are encoded as JSON and contain both a PID and a host. Lock's Clear_Stale() method will only zap lockfiles if "host" matches and the PID is inactive. However, the default for "host" is empty string, since working on a shared volume is not the common case and we don't want to force everyone to supply it all the time. Omitting host is perfectly safe for indexes on local volumes, but it's an unsafe default for applications designed to work with shared volumes; such apps must be careful that each machine is supplies a unique value for "host". This locking implementation of also provides support for read locks. Right now, each read lock is a separate file. In the future, we should change this to use hard linking instead, drawing on algorithms from the Linux liblockfile package. A native implementation of Lock is theoretically possible if the system supports true flock() semantics, including refcounting. However, certain systems (e.g. Solaris) fake up flock() support using fcntl() locks -- and fcntl() locks have terrible behavior under fork(). Lucene today uses native locking by default. The implementation has been carefully worked out so that it works under fcntl semantics, and it is assumed that nobody's going to fork() a Lucene process: [https://issues.apache.org/jira/browse/LUCENE-1877?focusedCommentId=12749363&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12749363] Lucy in contrast, absolutely must support fork(), so it cannot default to using native locks when fcntl semantics are in effect. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Wed Jun 23 02:10:12 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39982 invoked from network); 23 Jun 2010 02:10:12 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 23 Jun 2010 02:10:12 -0000 Received: (qmail 82386 invoked by uid 500); 23 Jun 2010 02:10:11 -0000 Delivered-To: [email protected] Received: (qmail 82334 invoked by uid 500); 23 Jun 2010 02:10:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 82326 invoked by uid 99); 23 Jun 2010 02:10:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 02:10:11 +0000 X-ASF-Spam-Status: No, hits=-1538.4 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 02:10:11 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5N29orx025140 for <[email protected]>; Wed, 23 Jun 2010 02:09:50 GMT Message-ID: <16269150.7011277258990369.JavaMail.jira@thor> Date: Tue, 22 Jun 2010 22:09:50 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (LUCY-119) Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bStoracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLock In-Reply-To: <18334335.6991277258870416.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCY-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey updated LUCY-119: --------------------------------- Attachment: lock.patch > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bStoracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLock > ----------------- > > Key: LUCY-119 > URL: https://issues.apache.org/jira/browse/LUCY-119 > Project: Lucy > Issue Type: New Feature > Components: Core - Store > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Priority: Blocker > Attachments: lock.patch > > > This patch provides four classes: > * Lock - abstract base class > * LockFileLock - implementation of Lock using lockfiles. > * SharedLock - read locks. > * LockErr - Subclass of Err allowing users to catch locking exceptions. > The lockfiles are encoded as JSON and contain both a PID and a host. Lock's > Clear_Stale() method will only zap lockfiles if "host" matches and the PID is > inactive. However, the default for "host" is empty string, since working on a > shared volume is not the common case and we don't want to force everyone to > supply it all the time. Omitting host is perfectly safe for indexes on local > volumes, but it's an unsafe default for applications designed to work with shared > volumes; such apps must be careful that each machine is supplies a unique > value for "host". > This locking implementation of also provides support for read locks. Right > now, each read lock is a separate file. In the future, we should change this > to use hard linking instead, drawing on algorithms from the Linux liblockfile > package. > A native implementation of Lock is theoretically possible if the system > supports true flock() semantics, including refcounting. However, certain > systems (e.g. Solaris) fake up flock() support using fcntl() locks -- and > fcntl() locks have terrible behavior under fork(). > Lucene today uses native locking by default. The implementation has been > carefully worked out so that it works under fcntl semantics, and it is assumed > that nobody's going to fork() a Lucene process: > [https://issues.apache.org/jira/browse/LUCENE-1877?focusedCommentId=12749363&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12749363] > Lucy in contrast, absolutely must support fork(), so it cannot default to > using native locks when fcntl semantics are in effect. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Fri Jun 25 01:29:15 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29829 invoked from network); 25 Jun 2010 01:29:14 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 25 Jun 2010 01:29:14 -0000 Received: (qmail 59279 invoked by uid 500); 25 Jun 2010 01:29:14 -0000 Delivered-To: [email protected] Received: (qmail 59230 invoked by uid 500); 25 Jun 2010 01:29:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 59222 invoked by uid 99); 25 Jun 2010 01:29:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 01:29:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 01:29:12 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5P1SoBH021765 for <[email protected]>; Fri, 25 Jun 2010 01:28:50 GMT Message-ID: <22234657.50931277429330331.JavaMail.jira@thor> Date: Thu, 24 Jun 2010 21:28:50 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (LUCY-119) Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bStoracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLock In-Reply-To: <18334335.6991277258870416.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCY-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey resolved LUCY-119. ---------------------------------- Resolution: Fixed Committed as r957776. > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bStoracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLock > ----------------- > > Key: LUCY-119 > URL: https://issues.apache.org/jira/browse/LUCY-119 > Project: Lucy > Issue Type: New Feature > Components: Core - Store > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Priority: Blocker > Attachments: lock.patch > > > This patch provides four classes: > * Lock - abstract base class > * LockFileLock - implementation of Lock using lockfiles. > * SharedLock - read locks. > * LockErr - Subclass of Err allowing users to catch locking exceptions. > The lockfiles are encoded as JSON and contain both a PID and a host. Lock's > Clear_Stale() method will only zap lockfiles if "host" matches and the PID is > inactive. However, the default for "host" is empty string, since working on a > shared volume is not the common case and we don't want to force everyone to > supply it all the time. Omitting host is perfectly safe for indexes on local > volumes, but it's an unsafe default for applications designed to work with shared > volumes; such apps must be careful that each machine is supplies a unique > value for "host". > This locking implementation of also provides support for read locks. Right > now, each read lock is a separate file. In the future, we should change this > to use hard linking instead, drawing on algorithms from the Linux liblockfile > package. > A native implementation of Lock is theoretically possible if the system > supports true flock() semantics, including refcounting. However, certain > systems (e.g. Solaris) fake up flock() support using fcntl() locks -- and > fcntl() locks have terrible behavior under fork(). > Lucene today uses native locking by default. The implementation has been > carefully worked out so that it works under fcntl semantics, and it is assumed > that nobody's going to fork() a Lucene process: > [https://issues.apache.org/jira/browse/LUCENE-1877?focusedCommentId=12749363&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12749363] > Lucy in contrast, absolutely must support fork(), so it cannot default to > using native locks when fcntl semantics are in effect. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Fri Jun 25 01:39:10 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30461 invoked from network); 25 Jun 2010 01:39:10 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 25 Jun 2010 01:39:10 -0000 Received: (qmail 60350 invoked by uid 500); 25 Jun 2010 01:39:10 -0000 Delivered-To: [email protected] Received: (qmail 60296 invoked by uid 500); 25 Jun 2010 01:39:10 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 60288 invoked by uid 99); 25 Jun 2010 01:39:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 01:39:10 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO pekmac.local) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 01:39:04 +0000 Received: from pekmac.local (localhost [161.129.204.104]) by pekmac.local (Postfix) with ESMTP id 23D8F1A9D01 for <[email protected]>; Thu, 24 Jun 2010 20:38:42 -0500 (CDT) Message-ID: <[email protected]> Date: Thu, 24 Jun 2010 20:38:41 -0500 From: Peter Karman <[email protected]> User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:161.129.204.104) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: [email protected] Subject: ProximityQuery X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I wrote a ProximityQuery feature for KinoSearch a few months ago, and I'd be interested in re-working it and contributing it to Lucy, if there is interest. http://osdir.com/ml/lucy-dev.lucene.apache.org/2010-03/msg00044.html -- Peter Karman . http://peknet.com/ . [email protected] From [email protected] Fri Jun 25 01:44:11 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31170 invoked from network); 25 Jun 2010 01:44:11 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 25 Jun 2010 01:44:11 -0000 Received: (qmail 63302 invoked by uid 500); 25 Jun 2010 01:44:11 -0000 Delivered-To: [email protected] Received: (qmail 63242 invoked by uid 500); 25 Jun 2010 01:44:10 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 63234 invoked by uid 99); 25 Jun 2010 01:44:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 01:44:10 +0000 X-ASF-Spam-Status: No, hits=-1543.7 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 01:44:10 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5P1hnPI021831 for <[email protected]>; Fri, 25 Jun 2010 01:43:50 GMT Message-ID: <18227156.51001277430229371.JavaMail.jira@thor> Date: Thu, 24 Jun 2010 21:43:49 -0400 (EDT) From: "Marvin Humphrey (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (LUCY-118) Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bIndexacf:4db6:5e0b:f386:43a5:35d7:718d:3c8btaReader - Abstract base class for reading index data. In-Reply-To: <18109388.3911277250652003.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCY-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey resolved LUCY-118. ---------------------------------- Resolution: Fixed Committed as r957777. > Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bIndexacf:4db6:5e0b:f386:43a5:35d7:718d:3c8btaReader - Abstract base class for reading index data. > --------------------------------------------------------------------- > > Key: LUCY-118 > URL: https://issues.apache.org/jira/browse/LUCY-118 > Project: Lucy > Issue Type: New Feature > Components: Core - Index > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Priority: Blocker > Attachments: DataReader.bp, DataReader.c, DataReader.pm > > > DataReader is an integral part of our modular index system, serving as a base > class for all component classes which read from the index - including both > single-segment readers and composite multi-segment readers. Index components, > which may be added or omitted using Architecture, typically consist of a > DataReader/DataWriter pair, e.g. PostingListReader/PostingListWriter. > DataReader's members include a Schema and a Folder, a Snapshot which defines > the files the DataReader may access safely, and an array of Segment objects. > Single-segment readers are assigned to one Segment within the array, but also > get access to all the other Segments; this is important, because metadata from > older or newer Segments may be used to make decisions and control behavior. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Fri Jun 25 02:14:22 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39316 invoked from network); 25 Jun 2010 02:14:22 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 25 Jun 2010 02:14:22 -0000 Received: (qmail 71456 invoked by uid 500); 25 Jun 2010 02:14:22 -0000 Delivered-To: [email protected] Received: (qmail 71414 invoked by uid 500); 25 Jun 2010 02:14:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 71406 invoked by uid 99); 25 Jun 2010 02:14:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 02:14:22 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO rectangular.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 02:14:14 +0000 Received: from marvin by rectangular.com with local (Exim 4.63) (envelope-from <[email protected]>) id 1ORyQR-0001RG-90 for [email protected]; Thu, 24 Jun 2010 19:13:51 -0700 Date: Thu, 24 Jun 2010 19:13:51 -0700 To: [email protected] Subject: Re: ProximityQuery Message-ID: <[email protected]> References: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> User-Agent: Mutt/1.5.13 (2006-08-11) From: Marvin Humphrey <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Jun 24, 2010 at 08:38:41PM -0500, Peter Karman wrote: > I wrote a ProximityQuery feature for KinoSearch a few months ago, and I'd be > interested in re-working it and contributing it to Lucy, if there is interest. +1 As prerequisites, though, we still need Query and Compiler, and we need to flesh out Similarity. Marvin Humphrey From [email protected] Fri Jun 25 03:14:09 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50996 invoked from network); 25 Jun 2010 03:14:09 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 25 Jun 2010 03:14:09 -0000 Received: (qmail 99640 invoked by uid 500); 25 Jun 2010 03:14:09 -0000 Delivered-To: [email protected] Received: (qmail 99577 invoked by uid 500); 25 Jun 2010 03:14:08 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 99456 invoked by uid 99); 25 Jun 2010 03:12:21 -0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Fri, 25 Jun 2010 03:11:54 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BLucy_Wiki=5D_Update_of_=22GraduationPlan=22_by_MarvinHumphre?= =?utf-8?q?y?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucy Wiki" for chan= ge notification. The "GraduationPlan" page has been changed by MarvinHumphrey. The comment on this change is: Copied from http://incubator.apache.org/guid= es/proposal.html. http://wiki.apache.org/lucy/GraduationPlan -------------------------------------------------- New page: =3D=3D Abstract =3D=3D A short descriptive summary of the project. A short paragraph, ideally one = sentence in length. The abstract should be suitable for reuse in the board resolution used to c= reate the official project upon graduation, as the first paragraph on the p= odling web site and in the DOAP document. Examples: Geronimo will be a J2EE compliant container. Heraldry will develo= p technologies around the emerging user-centric identity space. Yoko will b= e a CORBA server. =3D=3D Proposal =3D=3D A lengthier description of the proposal. Should be reasonably declarative. = More discursive material should be included in the rationale (or other late= r sections). Example (XAP): XAP is to provide an XML-based declarative framework for bui= lding, deploying and maintaining rich, interactive, Ajax-powered web applic= ations. A basic principal of XAP is to leverage existing Ajax ... =3D=3D Background =3D=3D Provides context for those unfamiliar with the problem space and history. Explain terms whose meanings may be misunderstood (for example, where there= is not a single widely adopted definition). This content should be capable of being safely ignored by domain experts. I= t should probably find an eventual home on the Podling website. Example (Heraldry): To provide some background, the Higgins Project is bein= g actively developed within Eclipse and is a framework that will enable use= rs and enterprises to integrate identity, profile, and relationship informa= tion across multiple systems. Using context providers, existing and new sys= tems such as directories, collaboration spaces ... =3D=3D Rationale =3D=3D Explains why this project needs to exist and why should it be adopted by Ap= ache. This is the right place for discursive material. Example (Beehive): There is a strong need for a cohesive, easy-to-use progr= amming model for building J2EE applications. Developers new to Java are for= ced to learn a myriad of APIs just to build simple applications; advanced J= 2EE developers are forced to write tedious plumbing code; and tools authors= are limited in what they can do to simplify the experience due to the unde= rlying complexity. =3D=3D Initial Goals =3D=3D A complex proposal (involving multiple existing code bases, for example) ma= y cause concerns about its practicality. A good way to address these concer= ns is to create a plan that demonstrates the proposal is feasible and has b= een carefully thought through. Many projects will not need this section. Example (Heraldry): * Expansion of Yadis and OpenID libraries into addition= al languages beyond the existing Python, Ruby, Perl, and PHP libraries * Op= enID authentication specification revision to fix known security considerat= ions, investigate compatibility with the DIX IETF proposal, describe Yadis = integration, and allow either an URL or XRI be used as the End User's Ident= ifier ... =3D=3D Current Status =3D=3D This section (and the contained topics) describes the candidate's current s= tatus and development practices. This should be an honest assessment balanc= ing these against Apache's principles and development ideals. For some proposals, this is a chance to demonstrate understanding of the is= sues that will need to addressed before graduation. For others, this is a c= hance to highlight the close match with Apache that already exists. Proposa= ls without an initial code base should just simply state that. Some proposals name this section criteria (though the term is a little misl= eading). =3D=3D=3D Meritocracy =3D=3D=3D Apache is a meritocracy. Once a developer has submitted enough good patches then it should be natura= l that they are elected to committer. It should be natural that active comm= itters are elected to the project management committee (PMC). This process of renewal is vital to the long term health of Apache projects= . This is the right place to demonstrate that this process is understood by= the proposers. Example (OFBiz): OFBiz was originally created by David E. Jones and Andy Ze= neski in May 2001. The project now has committers and users from around the= world. The newer committers of the project joined in subsequent years by i= nitially submitting patches, then having commit privileges for some of the = applications, and then privileges over a larger range of applications... Ex= ample (Beehive): We plan to do everything possible to encourage an environm= ent that supports a meritocracy. One of the lessons that the XMLBeans commi= tters have learned is that meritocracies don't just evolve from good intent= ions; they require actively asking the community for help, listing/specifyi= ng the work that needs to be done, and keeping track of and encouraging mem= bers of the community who make any contributions... =3D=3D=3D Community =3D=3D=3D Apache is interested only in communities. Candidates should start with a community and have the potential to grow and= renew this community by attracting new users and developers. Explain how t= he proposal fits this vision. Example (Beehive): BEA has been building a community around predecessors to= this framework for the last two years. There is currently an active newsgr= oup that should help us build a new [email protected]... Example (WebWork= 2): The WebWork 2 community has a strong following with active mailing list= s and forums... Example (WADI): The need for a full service clustering and = caching component in the open source is tremendous as its use can be applie= d in many areas, thus providing the potential for an incredibly large commu= nity... =3D=3D=3D Core Developers =3D=3D=3D Apache is composed of individuals. It is useful to provide a brief introduction to the developers on the initi= al committers list. This is best done here (and not in that section). This = section may be used to discuss the diversity of the core development team. Example (ServiceMix) The core developers are a diverse group of developers = many of which are already very experienced open source developers. There is= at least one Apache Member together with a number of other existing Apache= Committers along with folks from various companies. http://servicemix.org/= Team Example (WADI) WADI was founded by Jules Gosnell in 2004, it now has a= strong base of developers from Geronimo, Castor, OpenEJB, Mojo, Jetty, Act= iveCluster, ActiveMQ, and ServiceMix. =3D=3D=3D Alignment =3D=3D=3D Describe why Apache is a good match for the proposal. An opportunity to hig= hlight links with Apache projects and development philosophy. Example (Beehive): The initial code base is targeted to run within Tomcat, = but the goal is to allow the framework to run on any compliant Servlet or J= 2EE container. The Web services component, based on JSR-181, will leverage = Axis. The NetUI component builds on top of Struts. The underlying Controls = component framework uses Velocity. There are other projects that we will ne= ed to work with, such as the Portals and Maven projects. =3D=3D Known Risks =3D=3D An exercise in self-knowledge. Risks don't mean that a project is unaccepta= ble. If they are recognized and noted then they can be addressed during inc= ubation. =3D=3D=3D Orphaned products =3D=3D=3D A public commitment to future development. Recruiting a diverse development community and strong user base takes time.= Apache needs to be confident that the proposers are committed. Example (Yoko): The contributors are leading vendors in this space. There i= s no risk of any of the usual warning signs of orphaned or abandoned code. Example (Ivy): Due to its small number of committers, there is a risk of be= ing orphaned. The main knowledge of the codebase is still mainly owned by X= avier Hanin. Even if Xavier has no plan to leave Ivy development, this is a= problem we are aware of and know that need to be worked on so that the pro= ject become less dependent on an individual. Example (Tika): There are a number of projects at various stages of maturit= y that implement a subset of the proposed features in Tika. For many potent= ial users the existing tools are already enough, which reduces the demand f= or a more generic toolkit. This can also be seen in the slow progress of th= is proposal over the past year. However, once the project gets started we c= an quickly reach the feature level of existing tools based on seed code fro= m sources mentioned below. After that we believe to be able to quickly grow= the developer and user communities based on the benefits of a generic tool= kit over custom alternatives. =3D=3D=3D Inexperience with Open Source =3D=3D=3D If the proposal is based on an existing open source project with a history = of open development, then highlight this here. If the list of initial committers contains developers with strong open sour= ce backgrounds then highlight this here. Inexperience with open source is one reason why closed projects choose to a= pply for incubation. Apache has developed over the years a store of experie= nce in this area. Successfully opening up a closed project means an investm= ent of energy by all involved. It requires a willingness to learn and to gi= ve back to the community. If the proposal is based around a closed project = and comes with very little understand of the open source space, then acknow= ledge this and demonstrate a willingness to learn. Example (Cayenne): Cayenne was started as an open source project in 2001 an= d has remained so for 5 years. Example (Beehive): Many of the committers have experience working on open s= ource projects. Five of them have experience as committers on other Apache = projects. Example (Ivy): While distributed under an open source license, access to Iv= y was initially limited with no public access to the issue tracking system = or svn repository. While things have changed since then - the svn repositor= y is publicly accessible, a JIRA instance has been setup since june 2005, m= any new features are first discussed on the forum or JIRA - experience with= a true open source development model is currently limited. However, Maarte= n has already a good experience with true open development process, and bri= ng his experience to the project. Example (River): The initial committers have varying degrees of experience = with open source projects. All have been involved with source code that has= been released under an open source license, but there is limited experienc= e developing code with an open source development process. We do not, howev= er, expect any difficulty in executing under normal meritocracy rules. =3D=3D=3D Homogenous Developers =3D=3D=3D Healthy projects need a mix of developers. Open development requires a comm= itment to encouraging a diverse mixture. This includes the art of working a= s part of a geographically scattered group in a distributed environment. Starting with a homogenous community does not prevent a project from enteri= ng incubation. But for those projects, a commitment to creating a diverse m= ix of developers is useful. Those projects who already have a mix should ta= ke this chance to highlight that they do. Example (Beehive): The current list of committers includes developers from = several different companies plus many independent volunteers. The committer= s are geographically distributed across the U.S., Europe, and Asia. They ar= e experienced with working in a distributed environment. Example (River) Since the Jini Technology Starter Kit has been mainly devel= oped to date by Sun Microsystems, the vast majority of initial committers t= o the project are from Sun. Over the years, Sun has received bug fixes and = enhancements from other developers which have been incorporated into the co= de. Our plan is to work with these other developers and add them as committ= ers as we progress. There are three other initial committers (non Sun): Bil= l Venners, Dan Creswell, and Mark Brouwer. Bill is the lead of the Service = UI API work, Dan has been involved with much Jini-based development, includ= ing an implementation of the JavaSpaces service called Blitz <http://www.da= ncres.org/blitz/>, and Mark is veteran of much Jini-based development, incl= uding commercial work at Virgil <http://www.virgil.nl> as well as leading t= he open source Cheiron <http://www.cheiron.org> project. Example (Ivy): With only two core developers, at least they are not homogen= ous! Xavier and Maarten knew each other only due to their common interest i= n Ivy. =3D=3D=3D Reliance on Salaried Developers =3D=3D=3D A project dominated by salaried developers who are interested in the code o= nly whilst they are employed to do so risks its long term health. Apache is about people, not corporations. We hope that developers continue = to be involved with Apache no matter who their current employer happens to = be. This is a right place to indicate the initial balance between salaried deve= lopers and volunteers. It's also good to talk about the level of commitment= of the developers. Example (OpenJPA): Most of the developers are paid by their employer to con= tribute to this project, but given the anticipation from the Java community= for the a JPA implementation and the committers' sense of ownership for th= e code, the project would continue without issue if no salaried developers = contributed to the project. Example (River): It is expected that Jini development will occur on both sa= laried time and on volunteer time, after hours. While there is reliance on = salaried developers (currently from Sun, but it's expected that other compa= ny's salaried developers will also be involved), the Jini Community is very= active and things should balance out fairly quickly. In the meantime, Sun = will support the project in the future by dedicating 'work time' to Jini, s= o that there is a smooth transition. Example (Wicket): None of the developers rely on Wicket for consulting work= , though two - Martijn and Eelco - are writing Wicket In Action (publisher = Manning) in their spare time. Most of the developers use Wicket for their d= ay jobs, some for multiple projects, and will do so for a considerable whil= e as their companies (specifically Topicus, Cemron and Teachscape) choose W= icket as their development framework of choice. =3D=3D=3D Relationships with Other Apache Products =3D=3D=3D Apache projects should be open to collaboration with other open source proj= ects both within Apache and without. Candidates should be willing to reach = outside their own little bubbles. This is a an opportunity to talk about existing links. It is also the right= place to talk about potential future links and plans. Apache allows different projects to have competing or overlapping goals. Ho= wever, this should mean friendly competition between codebases and cordial = cooperation between communities. It is not always obvious whether a candidate is a direct competitor to an e= xisting project, an indirect competitor (same problem space, different ecol= ogical niche) or are just peers with some overlap. In the case of indirect = competition, it is important that the abstract describes accurately the nic= he. Direct competitors should expect to be asked to summarize architectural= differences and similarities to existing projects. Example (OpenJPA): Open JPA will likely be used by Geronimo, requires some = Apache products (regexp, commons collections, commons lang, commons pool), = and supports Apache commons logging. Example (River) Currently the only tie to Apache projects is the starter ki= t's use of the Ant build tool. There are potential future ties (http server= , database backend, etc)that will be explored. =3D=3D=3D A Excessive Fascination with the Apache Brand =3D=3D=3D Concerns have been raised in the past that some projects appear to have bee= n proposed just to generate positive publicity for the proposers. This is t= he right place to convince everyone that is not the case. This is also the right place to build bridges with the community after past= misdemeanors (for example, if any of those associated with the proposal ha= ve - in the past - sort to associate themselves with the Apache brand in fa= ctually incorrect ways) and promise good conduct for the future. Example (CeltiXfire): While we expect the Apache brand may help attract mor= e contributors, our interests in starting this project is based on the fact= ors mentioned in the Rationale section. However, we will be sensitive to in= advertent abuse of the Apache brand and will work with the Incubator PMC an= d the PRC to ensure the brand policies are respected. Example (Wicket): The ASF has a strong brand, and that brand is in itself a= ttractive. However, the developers of Wicket have been quite successful on = their own and could continue on that path with no [email protected]. We are i= nterested in joining the ASF in order to increase our contacts and visibili= ty in the open source world. Furthermore, we have been enthusiastic users o= f Apache from the earliest hour (remember JServ anyone?), and feel honored = at getting the opportunity to join the club. Example (OpenJPA): We think that Open JPA is something that will benefit fr= om wide collaboration, being able to build a community of developers and co= mmitters that outlive the founders, and that will be embraced by other Apac= he efforts, such as the Geronimo project. =3D=3D Documentation =3D=3D References to further reading material. Examples (Heraldry): [1] Information on Yadis can be found at: http://yadis= .org http://www.openidenabled.com [2] Information on OpenID can be found at= : http://www.openid.net http://www.openidenabled.com The mailing list for b= oth OpenID and Yadis is located at: http://lists.danga.com/mailman/listinfo= /yadis ... =3D=3D Initial Source =3D=3D Describes the origin of the proposed code base. If the initial code arrives= from more than one source, this is the right place to outline the differen= t histories. If there is no initial source, note that here. Example (Heraldry): OpenID has been in development since the summer of 2005= . It currently has an active community (over 15 million enabled accounts) a= nd libraries in a variety of languages. Additionally it is supported by Liv= eJournal.com and is continuing to gain traction in the Open Source Communit= y. Yadis has been in development since late 2005 and the specification has = not changed since early 2006. Like OpenID, it has libraries in various lang= uages and there is a large overlap between the two communities. The specifi= cation is... =3D=3D Source and Intellectual Property Submission Plan =3D=3D Complex proposals (typically involving multiple code bases) may find it use= ful to draw up an initial plan for the submission of the code here. Demonst= rate that the proposal is practical. Example (Heraldry): * The OpenID specification and content on openid.net fr= om Brad Fitzpatrick of Six Apart, Ltd. and David Recordon of VeriSign, Inc.= * The domains openid.net and yadis.org from Brad Fitzpatrick of Six Apart,= Ltd. and Johannes Ernst of NetMesh, Inc. * OpenID libraries in Python, Rub= y, Perl, PHP, and C# from JanRain, Inc. ... * Yadis conformance test suite = from NetMesh and VeriSign, Inc. We will also be soliciting contributions of= further plugins and patches to various pieces of Open Source software. =3D=3D External Dependencies =3D=3D External dependencies for the initial source is important. Only some extern= al dependencies are allowed by Apache policy. These restrictions are (to so= me extent) initially relaxed for projects under incubation. If the initial source has dependencies which would prevent graduation then = this is the right place to indicate how these issues will be resolved. Example (CeltiXfire): The dependencies all have Apache compatible licenses.= These include BSD, CDDL, CPL, MPL and MIT licensed dependencies. =3D=3D Cryptography =3D=3D If the proposal involves cryptographic code either directly or indirectly, = Apache needs to know so that the relevant paperwork can be obtained. =3D=3D Required Resources =3D=3D Resources that infrastructure will be asked to supply for this project. =3D=3D=3D Mailing lists =3D=3D=3D The minimum required lists are project-private (for confidential PPMC discu= ssions) and project-dev lists. Note that projects historically misnamed the= private list pmc. To avoid confusion over appropriate usage it was resolve= d that all such lists be renamed. If this project is new to open source, then starting with these minimum lis= ts is the best approach. The initial focus needs to be on recruiting new de= velopers. Early adopters are potential developers. As momentum is gained, t= he community may decide to create commit and user lists as they become nece= ssary. Existing open source projects moving to Apache will probably want to adopt = the same mailing list set up here as they have already. However, there is n= o necessity that all mailing lists be created during bootstrapping. New mai= ling lists can be added by a VOTE on the Podling list. It is conventional to use an all lower case, dash-separated (-) prefix base= d on the project name. By default, commits for {podling} will be emailed to {podling}-commits. It = is therefore recommended that this naming convention is adopted. Example (Beehive): * beehive-private (with moderated subscriptions) * beehi= ve-dev * beehive-commits * beehive-user =3D=3D=3D Subversion Directory =3D=3D=3D It is conventional to use all lower case, dash-separated (-) directory name= s. The directory should be within the incubator directory space (http://svn= .apache.org/repos/asf/incubator). Example (OpenJPA): https://svn.apache.org/repos/asf/incubator/openjpa =3D=3D=3D Issue Tracking =3D=3D=3D Apache runs JIRA and Bugzilla. Choose one. Indicate the name by which proje= ct should be known in the issue tracking system. Example (OpenJPA): JIRA Open-JPA (OPEN-JPA) =3D=3D=3D Other Resources =3D=3D=3D Describe here any other special infrastructure requirements necessary for t= he proposal. Note that the infrastructure team usually requires a compellin= g argument before new services are allowed on core hardware. Most proposals= should not require this section. Most standard resources not covered above (such as continuous integration) = should be added after bootstrapping. The infrastructure documentation expla= ins the process. =3D=3D Initial Committers =3D=3D List of committers (stating name and an email address) used to bootstrap th= e community. Mark each which has submitted a contributor license agreement = (CLA). Existing committers should use their apache.org email address (since= they require only appropriate karma). It is a good idea to submit CLAs at the same time as the proposal. Nothing = is lost by having a CLA on file at Apache but processing may take some time. Note this and this. Consider creating a separate section where interested d= evelopers can express an interest (and possibly leave a brief introduction)= or ask them to post to the general list. Example (OpenJPA): Abe White ([email protected]) Marc Prud'hommeaux (mp= [email protected]) Patrick Linskey ([email protected]) ... Geir M= agnusson Jr ([email protected]) * Craig Russell ([email protected]= g) * =3D=3D Affiliations =3D=3D Little bit of a controversial subject. Committers at Apache are individuals= and work here on their own behalf. They are judged on their merits not the= ir affiliations. However, in the spirit of full disclosure, it is useful fo= r any current affiliations which may effect the perceived independence of t= he initial committers to be listed openly at the start. For example, those in salaried positions whose job is to work on the projec= t should list their affiliation. Having this list helps to judge how much d= iversity exists in the initial list and so how much work there is to do. This is best done in a separate section away from the committers list. Only the affiliations of committers on the initial bootstrap list are relev= ant. These committers have not been added by the usual meritocratic process= . It is strongly recommended that the once a project is bootstrapped, devel= opers are judged by their contributions and not by their background. This l= ist should not be maintained after the bootstrap has been completed. =3D=3D Sponsors =3D=3D =3D=3D=3D Champion =3D=3D=3D The Champion is a person already associated with Apache who leads the propo= sal process. It is common - but not necessary - for the Champion to also be= proposed as a Mentor. A Champion should be found before the proposal is formally submitted. =3D=3D=3D Nominated Mentors =3D=3D=3D Lists eligible (and willing) individuals nominated as Mentors [definition] = for the candidate. It is common for additional Mentors to volunteer their services during the = development of the proposal. The number of Mentors for a Podling is limited= only by the energy and interest of those eligible to Mentor. Three Mentors= gives a quorum and allows a Podling more autonomy. The current consensus i= s that three or more Mentors makes the incubation process run more smoothly. Note that since Mentors are appointed by the Incubator PMC at the end of th= e acceptance process, they have no formal role until the proposal is accept= ed. But informal enthusiasm from nominee Mentors is taken as a good sign. There is no restriction on the number of informal mentors (note the small m= ) that a Podling may have. These can be very useful but have no formal role= in the process. =3D=3D=3D Sponsoring Entity =3D=3D=3D The Sponsor is the organizational unit within Apache taking responsibility = for this proposal. The sponsoring entity can be: * the Apache Board * the Incubator * another Apache project The PMC for the appropriate project will decide whether to sponsor (by a vo= te). Unless there are strong links to an existing Apache project, it is rec= ommended that the proposal asks that the Incubator for sponsorship. Note that the final destination within the Apache organizational structure = will be decided upon graduation. From [email protected] Sat Jun 26 17:58:10 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11819 invoked from network); 26 Jun 2010 17:58:09 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 26 Jun 2010 17:58:09 -0000 Received: (qmail 67717 invoked by uid 500); 26 Jun 2010 17:58:09 -0000 Delivered-To: [email protected] Received: (qmail 67660 invoked by uid 500); 26 Jun 2010 17:58:09 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 67651 invoked by uid 99); 26 Jun 2010 17:58:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Jun 2010 17:58:09 +0000 X-ASF-Spam-Status: No, hits=-0.6 required=10.0 tests=AWL,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO rectangular.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Jun 2010 17:58:02 +0000 Received: from marvin by rectangular.com with local (Exim 4.63) (envelope-from <[email protected]>) id 1OSZdM-0003M4-VB for [email protected]; Sat, 26 Jun 2010 10:57:40 -0700 Date: Sat, 26 Jun 2010 10:57:40 -0700 To: [email protected] Subject: Incubator or out? Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) From: Marvin Humphrey <[email protected]> Greets, >From a technical standpoint, the Lucy project has attained two major milestones within the last year: * The Clownfish object system has been finished. * We have devised a mechanism marrying together Lucene's write-once, segment-based file format and memory-mapped IO which yields numerous benefits including near-real-time search, minimized process RAM requirements, OO conveniences such as "cheap searchers", and more. Furthermore, we have a beautifully working Lucy prototype: the dev branch of KinoSearch, which has been retrofitted to use the Lucy core. The next step for Lucy is to flesh out indexing and search classes. However, license constraints, Apache IP policies, and the fact that Lucy was proposed as a from-scratch development project are all going to complicate that task. Maybe we should consider another way forward: Why not declare victory and make our prototype our product? Perhaps the best way to speed Lucy along is to submit an Incubator proposal which includes a collective software grant for KinoSearch, which we would subsequently rebadge as Lucy. In its recent review of Lucy's status, the Lucene PMC overwhelmingly identified community building as the most important task for us to focus on. The fastest way for us to get to the release that we need in order to attract new contributors and grow our community is to fill the remaining voids in the source tree via IP clearance work rather than software development. Furthermore, I have come to believe that some time in the Incubator would be valuable for us. In retrospect, there are a number of things that Lucy missed out on because it did not go through the Incubator. Doug briefed us on the Incubator's IP clearinghouse role and I had browsed the incubator.apache.org website when I became a committer, but I have only come to *fully* appreciate its role in guiding young communities recently, while exploring in earnest what it will take for Lucy to govern itself responsibly as a top level project. The original Lucy proposal was drawn up from scratch rather than from an Incubator template, so we did not engage in the excercise of self-critique and goal-setting which the current process encourages. I think that crafting a proposal would in and of itself be beneficial. I also think that it would be helpful to be held accountable via the Incubator's regular reporting schedule, for the same reasons that I welcomed the Lucene PMC's recent request for regular reports from Lucy. A few weeks ago I subscribed to the general@incubator list, which has made for interesting reading. One ongoing discussion that is relevant to Lucy is the proposal under consideration for the Chukwa project, which is being spun off from Hadoop. The developers of Chukwa have chosen to seek guidance from the Incubator rather than petition for immediate graduation to TLP status. Their rationale was that none of the committers involved had served on a PMC before. I think we would be well-advised to follow the Chukwa dev team's example. There are five individuals whose participation in a collective software grant for KinoSearch would be either essential or very, very helpful: myself, Peter, Nate, Father Chrysostomos, and Chris Nandor a.k.a. Pudge. I assume that Peter and Nate are amenable in principle. I have contacted Father Chrysostomos and Pudge, and they are, too; Pudge still works for Slashdot and has received a preliminary OK from management. There are numerous others and it would be good to get as many as possible on board, but those are the five who have made multiple significant contributions and whose work would be most difficult to disentangle. My guess is that the chances of getting an Incubator proposal passed are pretty decent. However, we have weaknesses, particularly regarding the current size of our dev community, and we should consider what course of action we might take in the event that it does not pass. Regardless of what happens, I think that Lucy's interests are best served by assimilating the KinoSearch code base and pursuing commuity development aggressively. If we can't go through the Incubator, that would mean leaving Apache, at least for the time being. However, I strongly believe that Lucy will be healthiest if it is governed by a diverse group of stakeholders rather than a BDFL, that the controlled competition of meritocratic community development breeds excellence and that Lucy's architecture encourages it, and that the project is best served in the long run being bound by Apache institutions -- and thus I believe that if we do leave, we should seek to return once we have grown. If we leave, we would probably want to release Lucy under KinoSearch's current GPL/Artistic license rather than go through the legal headaches of attempting to transition to the Apache 2.0 license without the benefit of Apache's institutions to make the process easier. Given the quality of the product, I expect that we will see at least as much activity around Lucy as we did around KinoSearch circa 2007-2008 and probably more, especially once we fork off a stable Lucy1 release and give people the backwards compatibility guarantees that KinoSearch has never given them. Ironically, the more success we have in attracting contributions, the more complicated the eventual software grant becomes. But in a way, that would be a nice problem to have. :) Marvin Humphrey From [email protected] Sat Jun 26 21:03:53 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50950 invoked from network); 26 Jun 2010 21:03:53 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 26 Jun 2010 21:03:53 -0000 Received: (qmail 54533 invoked by uid 500); 26 Jun 2010 21:03:53 -0000 Delivered-To: [email protected] Received: (qmail 54479 invoked by uid 500); 26 Jun 2010 21:03:52 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 54471 invoked by uid 99); 26 Jun 2010 21:03:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Jun 2010 21:03:52 +0000 X-ASF-Spam-Status: No, hits=-0.8 required=10.0 tests=AWL,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO pekmac.local) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Jun 2010 21:03:47 +0000 Received: from pekmac.local (localhost [161.129.204.104]) by pekmac.local (Postfix) with ESMTP id D10B61A9FCB for <[email protected]>; Sat, 26 Jun 2010 16:03:25 -0500 (CDT) Message-ID: <[email protected]> Date: Sat, 26 Jun 2010 16:03:25 -0500 From: Peter Karman <[email protected]> User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:161.129.204.104) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: [email protected] Subject: Re: [Lucy] Incubator or out? References: <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Marvin Humphrey wrote on 6/26/10 12:57 PM: > > Why not declare victory and make our prototype our product? +1 > > Perhaps the best way to speed Lucy along is to submit an Incubator proposal > which includes a collective software grant for KinoSearch, which we would > subsequently rebadge as Lucy. In its recent review of Lucy's status, the > Lucene PMC overwhelmingly identified community building as the most important > task for us to focus on. The fastest way for us to get to the release that we > need in order to attract new contributors and grow our community is to fill > the remaining voids in the source tree via IP clearance work rather than > software development. agreed. > Regardless of what happens, I think that Lucy's interests are best served by > assimilating the KinoSearch code base and pursuing commuity development > aggressively. yes. One thing that should attract more people is if we can get more than just Perl bindings implemented using Lucy. I'm thinking C, PHP, Ruby, Python, etc. To my knowledge, none of those languages have an IR library on the level of Lucy (which is why Lucy started), and if we can get a stable core to 1.0, we can attract capable developers from some of those communities. It might even be worth seeing if we could leverage SWIG. Maybe the above Goes Without Saying, but I'm saying it anyway. :) In any case, I like this proposal, Marvin. Tell me how I can help. -- Peter Karman . http://peknet.com/ . [email protected] From [email protected] Sun Jun 27 01:02:51 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1038 invoked from network); 27 Jun 2010 01:02:50 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 27 Jun 2010 01:02:50 -0000 Received: (qmail 40342 invoked by uid 500); 27 Jun 2010 01:02:50 -0000 Delivered-To: [email protected] Received: (qmail 40279 invoked by uid 500); 27 Jun 2010 01:02:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 40109 invoked by uid 99); 27 Jun 2010 01:01:23 -0000 X-ASF-Spam-Status: No, hits=-1581.8 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Sun, 27 Jun 2010 01:01:03 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?Page_GraduationPlan_renamed_to_LucyIncubatorProposal_on_Lucy_Wi?= =?utf-8?q?ki?= Dear wiki user, You have subscribed to a wiki page "Lucy Wiki" for change notification. The page "LucyIncubatorProposal" has been renamed from "GraduationPlan" by = MarvinHumphrey. The comment on this change is: Plans have changed. :). http://wiki.apache.org/lucy/LucyIncubatorProposal From [email protected] Sun Jun 27 02:00:13 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11318 invoked from network); 27 Jun 2010 02:00:13 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 27 Jun 2010 02:00:13 -0000 Received: (qmail 56153 invoked by uid 500); 27 Jun 2010 02:00:13 -0000 Delivered-To: [email protected] Received: (qmail 56088 invoked by uid 500); 27 Jun 2010 02:00:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 55857 invoked by uid 99); 27 Jun 2010 01:57:36 -0000 X-ASF-Spam-Status: No, hits=-1582.1 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Sun, 27 Jun 2010 01:57:14 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BLucy_Wiki=5D_Update_of_=22LucyIncubatorProposal=22_by_Marvin?= =?utf-8?q?Humphrey?= Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucy Wiki" for chan= ge notification. The "LucyIncubatorProposal" page has been changed by MarvinHumphrey. The comment on this change is: Add link to original template. Flesh out "R= elationships" section, add stubs for "Apache Brand", "Salaried Devs", "Affi= liations".. http://wiki.apache.org/lucy/LucyIncubatorProposal?action=3Ddiff&rev1=3D2&re= v2=3D3 -------------------------------------------------- ## page was renamed from GraduationPlan + = + For reference, see the original template at [http://incubator.apache.org/= guides/proposal.html] + = =3D=3D Abstract =3D=3D = A short descriptive summary of the project. A short paragraph, ideally on= e sentence in length. @@ -114, +117 @@ = =3D=3D=3D Reliance on Salaried Developers =3D=3D=3D = + All three initial committers associated with the project for several year= s across multiple jobs. - A project dominated by salaried developers who are interested in the code= only whilst they are employed to do so risks its long term health. - = - Apache is about people, not corporations. We hope that developers continu= e to be involved with Apache no matter who their current employer happens t= o be. - = - This is a right place to indicate the initial balance between salaried de= velopers and volunteers. It's also good to talk about the level of commitme= nt of the developers. - Example (OpenJPA): Most of the developers are paid by their employer to c= ontribute to this project, but given the anticipation from the Java communi= ty for the a JPA implementation and the committers' sense of ownership for = the code, the project would continue without issue if no salaried developer= s contributed to the project. - = - Example (River): It is expected that Jini development will occur on both = salaried time and on volunteer time, after hours. While there is reliance o= n salaried developers (currently from Sun, but it's expected that other com= pany's salaried developers will also be involved), the Jini Community is ve= ry active and things should balance out fairly quickly. In the meantime, Su= n will support the project in the future by dedicating 'work time' to Jini,= so that there is a smooth transition. - = - Example (Wicket): None of the developers rely on Wicket for consulting wo= rk, though two - Martijn and Eelco - are writing Wicket In Action (publishe= r Manning) in their spare time. Most of the developers use Wicket for their= day jobs, some for multiple projects, and will do so for a considerable wh= ile as their companies (specifically Topicus, Cemron and Teachscape) choose= Wicket as their development framework of choice. = =3D=3D=3D Relationships with Other Apache Products =3D=3D=3D = - Apache projects should be open to collaboration with other open source pr= ojects both within Apache and without. Candidates should be willing to reac= h outside their own little bubbles. + When Lucy was conceived, we envisioned that our eventual sub-communities = (Perl, Ruby, etc) would approach using and extending the library in distinc= t ways, and that we would be able to harness the creative tension between t= he different cultures to drive innovation. Lucy and Lucene have that kind = of a relationship today, and multiple significant novelties have either cro= ss-pollinated or arisen while discussing competing approaches. (e.g. objec= t conservation during indexing, per-segment search.) = + Still, Lucy is a loose port and its core differs in fundamental ways from= that of Lucene. The biggest difference is that for Lucy, "the OS is our J= VM": Lucene Searcher objects build up optimized data structures at search-= time in process RAM, while Lucy writes its data structures to disk at index= -time and reads them via memory-mapped [email protected]. This affords Luc= y several advantages, such as fast process launch, low process RAM requirem= ents, and OO design flexibility because Lucy's "cheap Searcher" objects are= lightweight, thin wrappers around the system IO cache. - This is a an opportunity to talk about existing links. It is also the rig= ht place to talk about potential future links and plans. - = - Apache allows different projects to have competing or overlapping goals. = However, this should mean friendly competition between codebases and cordia= l cooperation between communities. - = - It is not always obvious whether a candidate is a direct competitor to an= existing project, an indirect competitor (same problem space, different ec= ological niche) or are just peers with some overlap. In the case of indirec= t competition, it is important that the abstract describes accurately the n= iche. Direct competitors should expect to be asked to summarize architectur= al differences and similarities to existing projects. - Example (OpenJPA): Open JPA will likely be used by Geronimo, requires som= e Apache products (regexp, commons collections, commons lang, commons pool)= , and supports Apache commons logging. - = - Example (River) Currently the only tie to Apache projects is the starter = kit's use of the Ant build tool. There are potential future ties (http serv= er, database backend, etc)that will be explored. = =3D=3D=3D A Excessive Fascination with the Apache Brand =3D=3D=3D = - Concerns have been raised in the past that some projects appear to have b= een proposed just to generate positive publicity for the proposers. This is= the right place to convince everyone that is not the case. + Lucy's past sins: = - This is also the right place to build bridges with the community after pa= st misdemeanors (for example, if any of those associated with the proposal = have - in the past - sort to associate themselves with the Apache brand in = factually incorrect ways) and promise good conduct for the future. - Example (CeltiXfire): While we expect the Apache brand may help attract m= ore contributors, our interests in starting this project is based on the fa= ctors mentioned in the Rationale section. However, we will be sensitive to = inadvertent abuse of the Apache brand and will work with the Incubator PMC = and the PRC to ensure the brand policies are respected. + * Failed to release early and often. + * Failed to build community. = + Proposal is intended to address those deficiencies. - Example (Wicket): The ASF has a strong brand, and that brand is in itself= attractive. However, the developers of Wicket have been quite successful o= n their own and could continue on that path with no [email protected]. We are= interested in joining the ASF in order to increase our contacts and visibi= lity in the open source world. Furthermore, we have been enthusiastic users= of Apache from the earliest hour (remember JServ anyone?), and feel honore= d at getting the opportunity to join the club. - = - Example (OpenJPA): We think that Open JPA is something that will benefit = from wide collaboration, being able to build a community of developers and = committers that outlive the founders, and that will be embraced by other Ap= ache efforts, such as the Geronimo project. = =3D=3D Documentation =3D=3D = @@ -222, +207 @@ = =3D=3D Affiliations =3D=3D = + Marvin Humphrey is employed by Eventful, Inc and works primarily on this = project. - Little bit of a controversial subject. Committers at Apache are individua= ls and work here on their own behalf. They are judged on their merits not t= heir affiliations. However, in the spirit of full disclosure, it is useful = for any current affiliations which may effect the perceived independence of= the initial committers to be listed openly at the start. - = - For example, those in salaried positions whose job is to work on the proj= ect should list their affiliation. Having this list helps to judge how much= diversity exists in the initial list and so how much work there is to do. - = - This is best done in a separate section away from the committers list. - = - Only the affiliations of committers on the initial bootstrap list are rel= evant. These committers have not been added by the usual meritocratic proce= ss. It is strongly recommended that the once a project is bootstrapped, dev= elopers are judged by their contributions and not by their background. This= list should not be maintained after the bootstrap has been completed. = =3D=3D Sponsors =3D=3D =20 From [email protected] Sun Jun 27 02:46:04 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21175 invoked from network); 27 Jun 2010 02:46:03 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 27 Jun 2010 02:46:03 -0000 Received: (qmail 66196 invoked by uid 500); 27 Jun 2010 02:46:03 -0000 Delivered-To: [email protected] Received: (qmail 66133 invoked by uid 500); 27 Jun 2010 02:46:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 66125 invoked by uid 99); 27 Jun 2010 02:46:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Jun 2010 02:46:02 +0000 X-ASF-Spam-Status: No, hits=-0.6 required=10.0 tests=AWL,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO rectangular.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Jun 2010 02:45:55 +0000 Received: from marvin by rectangular.com with local (Exim 4.63) (envelope-from <[email protected]>) id 1OShsD-0003gx-SX for [email protected]; Sat, 26 Jun 2010 19:45:33 -0700 Date: Sat, 26 Jun 2010 19:45:33 -0700 To: [email protected] Subject: Re: [Lucy] Incubator or out? Message-ID: <[email protected]> References: <[email protected]> <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> User-Agent: Mutt/1.5.13 (2006-08-11) From: Marvin Humphrey <[email protected]> On Sat, Jun 26, 2010 at 04:03:25PM -0500, Peter Karman wrote: > One thing that should attract more people is if we can get more than just Perl > bindings implemented using Lucy. I'm thinking C, PHP, Ruby, Python, etc. To my > knowledge, none of those languages have an IR library on the level of Lucy > (which is why Lucy started), and if we can get a stable core to 1.0, we can > attract capable developers from some of those communities. For what it's worth, writing bindings is a problem space I'm intensely interested in. If we can bring my other responsibilities down to a dull roar, I'll be addressing some of these. Ruby first. Not that I would grouch if someone else volunteers! > It might even be worth seeing if we could leverage SWIG. The thing I don't like about SWIG for Perl at least is that it doesn't yield idiomatic interfaces. For Perl, I strongly prefer labeled parameters over positional arguments when there are two or more arguments to a method, and I've gone to considerable lengths to support labeled params with Clownfishacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bindingacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPerl. Also, different languages have different conventions for method naming: Java likes lowerCamelCase, Perl prefers underscore_separation, and so on. One reason that Clownfish uses method names with a combination of mixed capitalization and underscores -- e.g. Open_InStream -- is that method names of both varieties can be automatically derived: my $clownfish_name = 'Open_InStream'; my $underscore_name = lc($clownfish_name); my $lowerCamelCase = $clownfish_name; $lowerCamelCase =~ s/_//g; $lowerCamelCase =~ s/^(.)/lc($1)/e; AFAIK, SWIG can't do that. Nevertheless, it would be a Good Thing if someone starts hacking with SWIG to provide support for a language that otherwise wouldn't be there. "Progress not perfection", as Mike McCandless likes to say. > In any case, I like this proposal, Marvin. Excellent. > Tell me how I can help. I would consider it a major recruiting success if you end up on the Lucy PMC. * You have extensive experience with open source software. * You've been involved with KinoSearch and Lucy for several years. * You have extensive experience with a different IR library -- SWISH -- which will enrich your perspective when voting on policy. * I've trusted you to roll KinoSearch releases and they have all gone perfectly. I expect that we can trust you to certify Lucy releases to meet Apache's standards as well. * Your written communication skills are top-notch. * You have a good mix of impatience and diplomacy. * Your project management skills are superior. There are other things that you do well too, like portability hacking. But the combination of traits above is not easy to find. So contribute whatever you want -- you're a valuable member of the community regardless -- but in my perfect world, you are on the PMC. We are going to need competent, knowledgeable PMC members in order to govern ourselves effectively, and for the project's health we need to ensure that I am dispensible on the PMC just as I must be for the code base. If that interests you, it would be great if you would familiarize yourself with Apache institutions. Consider subscribing to general@incubator: <http://incubator.apache.org/guides/lists.html> -- the debates there are very informative! Browse through the documentation at <http://www.apache.org/dev/>, though if you're like me, it will take a while to sink in. And if you can spare a moment or two over the next week, let's collaborate on an Incubator proposal via the Lucy wiki. (; I know this is a busy time -- life happens! ;) I told the Lucene PMC that we would present a plan for Lucy's graduation to general@lucene by this upcoming Friday, July 2, based on the Incubator proposal template. Instead, I think we should provide them with a draft of an actual incubator proposal along with a short custom-tailored justification. The page is up at <http://wiki.apache.org/lucy/LucyIncubatorProposal>. The original template document is at <http://incubator.apache.org/guides/proposal.html>; it's a better read because it has links. Marvin Humphrey From [email protected] Sun Jun 27 03:17:34 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32380 invoked from network); 27 Jun 2010 03:17:34 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 27 Jun 2010 03:17:34 -0000 Received: (qmail 76733 invoked by uid 500); 27 Jun 2010 03:17:34 -0000 Delivered-To: [email protected] Received: (qmail 76667 invoked by uid 500); 27 Jun 2010 03:17:32 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 76659 invoked by uid 99); 27 Jun 2010 03:17:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Jun 2010 03:17:31 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO pekmac.local) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Jun 2010 03:17:24 +0000 Received: from pekmac.local (localhost [161.129.204.104]) by pekmac.local (Postfix) with ESMTP id 9BF911AA2A0 for <[email protected]>; Sat, 26 Jun 2010 22:17:03 -0500 (CDT) Message-ID: <[email protected]> Date: Sat, 26 Jun 2010 22:17:03 -0500 From: Peter Karman <[email protected]> User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:161.129.204.104) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: [email protected] Subject: Re: [Lucy] Incubator or out? References: <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Marvin Humphrey wrote on 6/26/10 9:45 PM: > On Sat, Jun 26, 2010 at 04:03:25PM -0500, Peter Karman wrote: >> One thing that should attract more people is if we can get more than just Perl >> bindings implemented using Lucy. I'm thinking C, PHP, Ruby, Python, etc. To my >> knowledge, none of those languages have an IR library on the level of Lucy >> (which is why Lucy started), and if we can get a stable core to 1.0, we can >> attract capable developers from some of those communities. > > For what it's worth, writing bindings is a problem space I'm intensely > interested in. If we can bring my other responsibilities down to a dull roar, > I'll be addressing some of these. Ruby first. Cool. I was actually gravitating toward C and PHP myself. > > Not that I would grouch if someone else volunteers! heh. > >> It might even be worth seeing if we could leverage SWIG. > > The thing I don't like about SWIG for Perl at least is that it doesn't yield > idiomatic interfaces. For Perl, I strongly prefer labeled parameters over > positional arguments when there are two or more arguments to a method, and > I've gone to considerable lengths to support labeled params with > Clownfishacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bindingacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPerl. agreed on all counts. Xapian is an example where they use SWIG for everything *except* Perl bindings, for (what I assume are) similar reasons. I was mostly thinking that it might be an interesting exercise to see if SWIG could get us partway toward any one (or more) language implementations. Best, IME, to truly make idiomatically-sensitive bindings though. It's gotta make new users feel more at home when they first take Lucy-in-HostLanguageX for a spin. > $lowerCamelCase =~ s/^(.)/lc($1)/e; $lowerCamelCase = lcfirst( $lowerCamelCase ); # or even $lowerCamelCase = "\l$lowerCamelCase"; but now I'm just showing off. ;) > > AFAIK, SWIG can't do that. you're probably right. > > Nevertheless, it would be a Good Thing if someone starts hacking with SWIG to > provide support for a language that otherwise wouldn't be there. "Progress > not perfection", as Mike McCandless likes to say. > yes. > > If that interests you, it would be great if you would familiarize yourself > with Apache institutions. Consider subscribing to general@incubator: done. > Browse through the documentation at > <http://www.apache.org/dev/>, though if you're like me, it will take a while > to sink in. And if you can spare a moment or two over the next week, let's > collaborate on an Incubator proposal via the Lucy wiki. (; I know this is a > busy time -- life happens! ;) I'll make some time. > > I told the Lucene PMC that we would present a plan for Lucy's graduation to > general@lucene by this upcoming Friday, July 2, based on the Incubator > proposal template. Instead, I think we should provide them with a draft of an > actual incubator proposal along with a short custom-tailored justification. Sounds sane. > > The page is up at <http://wiki.apache.org/lucy/LucyIncubatorProposal>. The > original template document is at > <http://incubator.apache.org/guides/proposal.html>; it's a better read because > it has links. /me goes and reads... -- Peter Karman . http://peknet.com/ . [email protected] From [email protected] Sun Jun 27 16:54:58 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4140 invoked from network); 27 Jun 2010 16:54:57 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 27 Jun 2010 16:54:57 -0000 Received: (qmail 7827 invoked by uid 500); 27 Jun 2010 16:54:57 -0000 Delivered-To: [email protected] Received: (qmail 7756 invoked by uid 500); 27 Jun 2010 16:54:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 6075 invoked by uid 99); 27 Jun 2010 16:50:56 -0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Sun, 27 Jun 2010 16:50:32 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BLucy_Wiki=5D_Update_of_=22LucyIncubatorProposal=22_by_Nathan?= =?utf-8?q?Kurz?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucy Wiki" for chan= ge notification. The "LucyIncubatorProposal" page has been changed by NathanKurz. The comment on this change is: Add initial committers. http://wiki.apache.org/lucy/LucyIncubatorProposal?action=3Ddiff&rev1=3D3&re= v2=3D4 -------------------------------------------------- = =3D=3D Initial Committers =3D=3D = + 1. Marvin Humphrey ([email protected]) + 1. Peter Karman ([email protected]) + 1. Nathan Kurz ([email protected]) - List of committers (stating name and an email address) used to bootstrap = the community. Mark each which has submitted a contributor license agreemen= t (CLA). Existing committers should use their apache.org email address (sin= ce they require only appropriate karma). - = - It is a good idea to submit CLAs at the same time as the proposal. Nothin= g is lost by having a CLA on file at Apache but processing may take some ti= me. - = - Note this and this. Consider creating a separate section where interested= developers can express an interest (and possibly leave a brief introductio= n) or ask them to post to the general list. - Example (OpenJPA): Abe White ([email protected]) Marc Prud'hommeaux (= [email protected]) Patrick Linskey ([email protected]) ... Geir= Magnusson Jr ([email protected]) * Craig Russell ([email protected] dot = org) * - = = =3D=3D Affiliations =3D=3D =20 From [email protected] Sun Jun 27 18:48:07 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37958 invoked from network); 27 Jun 2010 18:48:07 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 27 Jun 2010 18:48:07 -0000 Received: (qmail 90922 invoked by uid 500); 27 Jun 2010 18:48:07 -0000 Delivered-To: [email protected] Received: (qmail 90849 invoked by uid 500); 27 Jun 2010 18:48:06 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 90841 invoked by uid 99); 27 Jun 2010 18:48:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Jun 2010 18:48:06 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mail-px0-f176.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Jun 2010 18:48:00 +0000 Received: by pxi12 with SMTP id 12so527773pxi.35 for <[email protected]>; Sun, 27 Jun 2010 11:47:38 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id u16mr4282925wfh.217.1277664458524; Sun, 27 Jun 2010 11:47:38 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Sun, 27 Jun 2010 11:47:38 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Sun, 27 Jun 2010 11:47:38 -0700 Message-ID: <[email protected]> Subject: Re: Incubator or out? From: Nathan Kurz <[email protected]> To: [email protected] Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org On Sat, Jun 26, 2010 at 10:57 AM, Marvin Humphrey <[email protected]> wrote: > > > Why not declare victory and make our prototype our product? +1. Even as a prototype, it's more mature than most things out there. > * The Clownfish object system has been finished. Is there a plan for packaging Clownfish independent of Lucy? > It might even be worth seeing if we could leverage SWIG. Based on limited prior experience with SWIG, I think it might be best to view it as just another language for which bindings can be developed, rather than as the base level which everything else depends on. While having a SWIG interface might make it faster for an experienced SWIG developer to allow access from a new language, someone working native to each language will probably end up with a better final API. In general, I apologize that I'm not going to have much time available in the immediate future for Lucy development proper. I hope to free up such time someday. But I'm happy to review others work, and to do what else I can. Nathan Kurz [email protected] From [email protected] Mon Jun 28 01:10:12 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 42578 invoked from network); 28 Jun 2010 01:10:11 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 28 Jun 2010 01:10:11 -0000 Received: (qmail 58326 invoked by uid 500); 28 Jun 2010 01:10:11 -0000 Delivered-To: [email protected] Received: (qmail 58266 invoked by uid 500); 28 Jun 2010 01:10:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 54972 invoked by uid 99); 28 Jun 2010 01:02:19 -0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Mon, 28 Jun 2010 01:01:20 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BLucy_Wiki=5D_Update_of_=22LucyIncubatorProposal=22_by_Marvin?= =?utf-8?q?Humphrey?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucy Wiki" for chan= ge notification. The "LucyIncubatorProposal" page has been changed by MarvinHumphrey. The comment on this change is: Stub out Abstract, Current Status, and Inexp= erience with Open Source.. http://wiki.apache.org/lucy/LucyIncubatorProposal?action=3Ddiff&rev1=3D4&re= v2=3D5 -------------------------------------------------- ## page was renamed from GraduationPlan - = For reference, see the original template at [http://incubator.apache.org/= guides/proposal.html] = =3D=3D Abstract =3D=3D + Lucy will be a loose port of the Lucene search engine library, written in= C and targeted at dynamic languages. - = - A short descriptive summary of the project. A short paragraph, ideally on= e sentence in length. - = - The abstract should be suitable for reuse in the board resolution used to= create the official project upon graduation, as the first paragraph on the= podling web site and in the DOAP document. - Examples: Geronimo will be a J2EE compliant container. Heraldry will deve= lop technologies around the emerging user-centric identity space. Yoko will= be a CORBA server. - = = =3D=3D Proposal =3D=3D + A lengthier description of the proposal. Should be reasonably declarative= . More discursive material should be included in the rationale (or other la= ter sections). Example (XAP): XAP is to provide an XML-based declarative fr= amework for building, deploying and maintaining rich, interactive, Ajax-pow= ered web applications. A basic principal of XAP is to leverage existing Aja= x ... - = - A lengthier description of the proposal. Should be reasonably declarative= . More discursive material should be included in the rationale (or other la= ter sections). - Example (XAP): XAP is to provide an XML-based declarative framework for b= uilding, deploying and maintaining rich, interactive, Ajax-powered web appl= ications. A basic principal of XAP is to leverage existing Ajax ... = =3D=3D Background =3D=3D - = - Provides context for those unfamiliar with the problem space and history. - = Explain terms whose meanings may be misunderstood (for example, where the= re is not a single widely adopted definition). = - This content should be capable of being safely ignored by domain experts.= It should probably find an eventual home on the Podling website. - Example (Heraldry): To provide some background, the Higgins Project is be= ing actively developed within Eclipse and is a framework that will enable u= sers and enterprises to integrate identity, profile, and relationship infor= mation across multiple systems. Using context providers, existing and new s= ystems such as directories, collaboration spaces ... + This content should be capable of being safely ignored by domain experts.= It should probably find an eventual home on the Podling website. Example (= Heraldry): To provide some background, the Higgins Project is being activel= y developed within Eclipse and is a framework that will enable users and en= terprises to integrate identity, profile, and relationship information acro= ss multiple systems. Using context providers, existing and new systems such= as directories, collaboration spaces ... = =3D=3D Rationale =3D=3D - = - Explains why this project needs to exist and why should it be adopted by = Apache. This is the right place for discursive material. - Example (Beehive): There is a strong need for a cohesive, easy-to-use pro= gramming model for building J2EE applications. Developers new to Java are f= orced to learn a myriad of APIs just to build simple applications; advanced= J2EE developers are forced to write tedious plumbing code; and tools autho= rs are limited in what they can do to simplify the experience due to the un= derlying complexity. + Explains why this project needs to exist and why should it be adopted by = Apache. This is the right place for discursive material. Example (Beehive):= There is a strong need for a cohesive, easy-to-use programming model for b= uilding J2EE applications. Developers new to Java are forced to learn a myr= iad of APIs just to build simple applications; advanced J2EE developers are= forced to write tedious plumbing code; and tools authors are limited in wh= at they can do to simplify the experience due to the underlying complexity. = =3D=3D Initial Goals =3D=3D - = A complex proposal (involving multiple existing code bases, for example) = may cause concerns about its practicality. A good way to address these conc= erns is to create a plan that demonstrates the proposal is feasible and has= been carefully thought through. = - Many projects will not need this section. - Example (Heraldry): * Expansion of Yadis and OpenID libraries into additi= onal languages beyond the existing Python, Ruby, Perl, and PHP libraries * = OpenID authentication specification revision to fix known security consider= ations, investigate compatibility with the DIX IETF proposal, describe Yadi= s integration, and allow either an URL or XRI be used as the End User's Ide= ntifier ... + Many projects will not need this section. Example (Heraldry): * Expansion= of Yadis and OpenID libraries into additional languages beyond the existin= g Python, Ruby, Perl, and PHP libraries * OpenID authentication specificati= on revision to fix known security considerations, investigate compatibility= with the DIX IETF proposal, describe Yadis integration, and allow either a= n URL or XRI be used as the End User's Identifier ... = =3D=3D Current Status =3D=3D + * Currently a Lucene subproject. + * Major technical achievements in the last year. + * Board policy of breaking up subprojects, Lucy asked to submit plan for= graduation. + * Lucene PMC identified community building as primary task. + * Fastest path to a community is assimilation of KinoSearch code base. - = - This section (and the contained topics) describes the candidate's current= status and development practices. This should be an honest assessment bala= ncing these against Apache's principles and development ideals. - = - For some proposals, this is a chance to demonstrate understanding of the = issues that will need to addressed before graduation. For others, this is a= chance to highlight the close match with Apache that already exists. Propo= sals without an initial code base should just simply state that. - = - Some proposals name this section criteria (though the term is a little mi= sleading). = =3D=3D=3D Meritocracy =3D=3D=3D - = Apache is a meritocracy. = Once a developer has submitted enough good patches then it should be natu= ral that they are elected to committer. It should be natural that active co= mmitters are elected to the project management committee (PMC). = - This process of renewal is vital to the long term health of Apache projec= ts. This is the right place to demonstrate that this process is understood = by the proposers. - Example (OFBiz): OFBiz was originally created by David E. Jones and Andy = Zeneski in May 2001. The project now has committers and users from around t= he world. The newer committers of the project joined in subsequent years by= initially submitting patches, then having commit privileges for some of th= e applications, and then privileges over a larger range of applications... = Example (Beehive): We plan to do everything possible to encourage an enviro= nment that supports a meritocracy. One of the lessons that the XMLBeans com= mitters have learned is that meritocracies don't just evolve from good inte= ntions; they require actively asking the community for help, listing/specif= ying the work that needs to be done, and keeping track of and encouraging m= embers of the community who make any contributions... + This process of renewal is vital to the long term health of Apache projec= ts. This is the right place to demonstrate that this process is understood = by the proposers. Example (OFBiz): OFBiz was originally created by David E.= Jones and Andy Zeneski in May 2001. The project now has committers and use= rs from around the world. The newer committers of the project joined in sub= sequent years by initially submitting patches, then having commit privilege= s for some of the applications, and then privileges over a larger range of = applications... Example (Beehive): We plan to do everything possible to enc= ourage an environment that supports a meritocracy. One of the lessons that = the XMLBeans committers have learned is that meritocracies don't just evolv= e from good intentions; they require actively asking the community for help= , listing/specifying the work that needs to be done, and keeping track of a= nd encouraging members of the community who make any contributions... = =3D=3D=3D Community =3D=3D=3D - = Apache is interested only in communities. = - Candidates should start with a community and have the potential to grow a= nd renew this community by attracting new users and developers. Explain how= the proposal fits this vision. - Example (Beehive): BEA has been building a community around predecessors = to this framework for the last two years. There is currently an active news= group that should help us build a new [email protected]... Example (WebWo= rk2): The WebWork 2 community has a strong following with active mailing li= sts and forums... Example (WADI): The need for a full service clustering an= d caching component in the open source is tremendous as its use can be appl= ied in many areas, thus providing the potential for an incredibly large com= munity... + Candidates should start with a community and have the potential to grow a= nd renew this community by attracting new users and developers. Explain how= the proposal fits this vision. Example (Beehive): BEA has been building a = community around predecessors to this framework for the last two years. The= re is currently an active newsgroup that should help us build a new communi= [email protected]... Example (WebWork2): The WebWork 2 community has a strong fo= llowing with active mailing lists and forums... Example (WADI): The need fo= r a full service clustering and caching component in the open source is tre= mendous as its use can be applied in many areas, thus providing the potenti= al for an incredibly large community... = =3D=3D=3D Core Developers =3D=3D=3D - = Apache is composed of individuals. = - It is useful to provide a brief introduction to the developers on the ini= tial committers list. This is best done here (and not in that section). Thi= s section may be used to discuss the diversity of the core development team. - Example (ServiceMix) The core developers are a diverse group of developer= s many of which are already very experienced open source developers. There = is at least one Apache Member together with a number of other existing Apac= he Committers along with folks from various companies. http://servicemix.or= g/Team Example (WADI) WADI was founded by Jules Gosnell in 2004, it now has= a strong base of developers from Geronimo, Castor, OpenEJB, Mojo, Jetty, A= ctiveCluster, ActiveMQ, and ServiceMix. + It is useful to provide a brief introduction to the developers on the ini= tial committers list. This is best done here (and not in that section). Thi= s section may be used to discuss the diversity of the core development team= . Example (ServiceMix) The core developers are a diverse group of developer= s many of which are already very experienced open source developers. There = is at least one Apache Member together with a number of other existing Apac= he Committers along with folks from various companies. http://servicemix.or= g/Team Example (WADI) WADI was founded by Jules Gosnell in 2004, it now has= a strong base of developers from Geronimo, Castor, OpenEJB, Mojo, Jetty, A= ctiveCluster, ActiveMQ, and ServiceMix. = =3D=3D=3D Alignment =3D=3D=3D - = - Describe why Apache is a good match for the proposal. An opportunity to h= ighlight links with Apache projects and development philosophy. - Example (Beehive): The initial code base is targeted to run within Tomcat= , but the goal is to allow the framework to run on any compliant Servlet or= J2EE container. The Web services component, based on JSR-181, will leverag= e Axis. The NetUI component builds on top of Struts. The underlying Control= s component framework uses Velocity. There are other projects that we will = need to work with, such as the Portals and Maven projects. + Describe why Apache is a good match for the proposal. An opportunity to h= ighlight links with Apache projects and development philosophy. Example (Be= ehive): The initial code base is targeted to run within Tomcat, but the goa= l is to allow the framework to run on any compliant Servlet or J2EE contain= er. The Web services component, based on JSR-181, will leverage Axis. The N= etUI component builds on top of Struts. The underlying Controls component f= ramework uses Velocity. There are other projects that we will need to work = with, such as the Portals and Maven projects. = =3D=3D Known Risks =3D=3D - = An exercise in self-knowledge. Risks don't mean that a project is unaccep= table. If they are recognized and noted then they can be addressed during i= ncubation. = =3D=3D=3D Orphaned products =3D=3D=3D - = A public commitment to future development. = + Recruiting a diverse development community and strong user base takes tim= e. Apache needs to be confident that the proposers are committed. Example (= Yoko): The contributors are leading vendors in this space. There is no risk= of any of the usual warning signs of orphaned or abandoned code. - Recruiting a diverse development community and strong user base takes tim= e. Apache needs to be confident that the proposers are committed. - Example (Yoko): The contributors are leading vendors in this space. There= is no risk of any of the usual warning signs of orphaned or abandoned code. = Example (Ivy): Due to its small number of committers, there is a risk of = being orphaned. The main knowledge of the codebase is still mainly owned by= Xavier Hanin. Even if Xavier has no plan to leave Ivy development, this is= a problem we are aware of and know that need to be worked on so that the p= roject become less dependent on an individual. = Example (Tika): There are a number of projects at various stages of matur= ity that implement a subset of the proposed features in Tika. For many pote= ntial users the existing tools are already enough, which reduces the demand= for a more generic toolkit. This can also be seen in the slow progress of = this proposal over the past year. However, once the project gets started we= can quickly reach the feature level of existing tools based on seed code f= rom sources mentioned below. After that we believe to be able to quickly gr= ow the developer and user communities based on the benefits of a generic to= olkit over custom alternatives. = =3D=3D=3D Inexperience with Open Source =3D=3D=3D - = If the proposal is based on an existing open source project with a histor= y of open development, then highlight this here. = If the list of initial committers contains developers with strong open so= urce backgrounds then highlight this here. = + * Varying degrees of open source experience. + * Marvin Humphrey had moderate experience with open source when Lucy st= arted, and is now more seasoned. In retrospect, he wishes that Lucy had gon= e through incubation during its first inception. + * Peter Karman -- + * Nathan Kurz -- + = - Inexperience with open source is one reason why closed projects choose to= apply for incubation. Apache has developed over the years a store of exper= ience in this area. Successfully opening up a closed project means an inves= tment of energy by all involved. It requires a willingness to learn and to = give back to the community. If the proposal is based around a closed projec= t and comes with very little understand of the open source space, then ackn= owledge this and demonstrate a willingness to learn. + Inexperience with open source is one reason why closed projects choose to= apply for incubation. Apache has developed over the years a store of exper= ience in this area. Successfully opening up a closed project means an inves= tment of energy by all involved. It requires a willingness to learn and to = give back to the community. If the proposal is based around a closed projec= t and comes with very little understand of the open source space, then ackn= owledge this and demonstrate a willingness to learn. Example (Cayenne): Cay= enne was started as an open source project in 2001 and has remained so for = 5 years. - Example (Cayenne): Cayenne was started as an open source project in 2001 = and has remained so for 5 years. = Example (Beehive): Many of the committers have experience working on open= source projects. Five of them have experience as committers on other Apach= e projects. = @@ -105, +80 @@ Example (River): The initial committers have varying degrees of experienc= e with open source projects. All have been involved with source code that h= as been released under an open source license, but there is limited experie= nce developing code with an open source development process. We do not, how= ever, expect any difficulty in executing under normal meritocracy rules. = =3D=3D=3D Homogenous Developers =3D=3D=3D - = Healthy projects need a mix of developers. Open development requires a co= mmitment to encouraging a diverse mixture. This includes the art of working= as part of a geographically scattered group in a distributed environment. = + Starting with a homogenous community does not prevent a project from ente= ring incubation. But for those projects, a commitment to creating a diverse= mix of developers is useful. Those projects who already have a mix should = take this chance to highlight that they do. Example (Beehive): The current = list of committers includes developers from several different companies plu= s many independent volunteers. The committers are geographically distribute= d across the U.S., Europe, and Asia. They are experienced with working in a= distributed environment. - Starting with a homogenous community does not prevent a project from ente= ring incubation. But for those projects, a commitment to creating a diverse= mix of developers is useful. Those projects who already have a mix should = take this chance to highlight that they do. - Example (Beehive): The current list of committers includes developers fro= m several different companies plus many independent volunteers. The committ= ers are geographically distributed across the U.S., Europe, and Asia. They = are experienced with working in a distributed environment. = Example (River) Since the Jini Technology Starter Kit has been mainly dev= eloped to date by Sun Microsystems, the vast majority of initial committers= to the project are from Sun. Over the years, Sun has received bug fixes an= d enhancements from other developers which have been incorporated into the = code. Our plan is to work with these other developers and add them as commi= tters as we progress. There are three other initial committers (non Sun): B= ill Venners, Dan Creswell, and Mark Brouwer. Bill is the lead of the Servic= e UI API work, Dan has been involved with much Jini-based development, incl= uding an implementation of the JavaSpaces service called Blitz <http://www.= dancres.org/blitz/>, and Mark is veteran of much Jini-based development, in= cluding commercial work at Virgil <http://www.virgil.nl> as well as leading= the open source Cheiron <http://www.cheiron.org> project. = Example (Ivy): With only two core developers, at least they are not homog= enous! Xavier and Maarten knew each other only due to their common interest= in Ivy. = =3D=3D=3D Reliance on Salaried Developers =3D=3D=3D - = All three initial committers associated with the project for several year= s across multiple jobs. = =3D=3D=3D Relationships with Other Apache Products =3D=3D=3D - = When Lucy was conceived, we envisioned that our eventual sub-communities = (Perl, Ruby, etc) would approach using and extending the library in distinc= t ways, and that we would be able to harness the creative tension between t= he different cultures to drive innovation. Lucy and Lucene have that kind = of a relationship today, and multiple significant novelties have either cro= ss-pollinated or arisen while discussing competing approaches. (e.g. objec= t conservation during indexing, per-segment search.) = Still, Lucy is a loose port and its core differs in fundamental ways from= that of Lucene. The biggest difference is that for Lucy, "the OS is our J= VM": Lucene Searcher objects build up optimized data structures at search-= time in process RAM, while Lucy writes its data structures to disk at index= -time and reads them via memory-mapped [email protected]. This affords Luc= y several advantages, such as fast process launch, low process RAM requirem= ents, and OO design flexibility because Lucy's "cheap Searcher" objects are= lightweight, thin wrappers around the system IO cache. = =3D=3D=3D A Excessive Fascination with the Apache Brand =3D=3D=3D - = Lucy's past sins: = - * Failed to release early and often. + * Failed to release early and often. - * Failed to build community. + * Failed to build community. = Proposal is intended to address those deficiencies. = =3D=3D Documentation =3D=3D - = - References to further reading material. - Examples (Heraldry): [1] Information on Yadis can be found at: http://yad= is.org http://www.openidenabled.com [2] Information on OpenID can be found = at: http://www.openid.net http://www.openidenabled.com The mailing list for= both OpenID and Yadis is located at: http://lists.danga.com/mailman/listin= fo/yadis ... + References to further reading material. Examples (Heraldry): [1] Informat= ion on Yadis can be found at: http://yadis.org http://www.openidenabled.com= [2] Information on OpenID can be found at: http://www.openid.net http://ww= w.openidenabled.com The mailing list for both OpenID and Yadis is located a= t: http://lists.danga.com/mailman/listinfo/yadis ... = =3D=3D Initial Source =3D=3D - = Describes the origin of the proposed code base. If the initial code arriv= es from more than one source, this is the right place to outline the differ= ent histories. = - If there is no initial source, note that here. - Example (Heraldry): OpenID has been in development since the summer of 20= 05. It currently has an active community (over 15 million enabled accounts)= and libraries in a variety of languages. Additionally it is supported by L= iveJournal.com and is continuing to gain traction in the Open Source Commun= ity. Yadis has been in development since late 2005 and the specification ha= s not changed since early 2006. Like OpenID, it has libraries in various la= nguages and there is a large overlap between the two communities. The speci= fication is... + If there is no initial source, note that here. Example (Heraldry): OpenID= has been in development since the summer of 2005. It currently has an acti= ve community (over 15 million enabled accounts) and libraries in a variety = of languages. Additionally it is supported by LiveJournal.com and is contin= uing to gain traction in the Open Source Community. Yadis has been in devel= opment since late 2005 and the specification has not changed since early 20= 06. Like OpenID, it has libraries in various languages and there is a large= overlap between the two communities. The specification is... = =3D=3D Source and Intellectual Property Submission Plan =3D=3D - = - Complex proposals (typically involving multiple code bases) may find it u= seful to draw up an initial plan for the submission of the code here. Demon= strate that the proposal is practical. - Example (Heraldry): * The OpenID specification and content on openid.net = from Brad Fitzpatrick of Six Apart, Ltd. and David Recordon of VeriSign, In= c. * The domains openid.net and yadis.org from Brad Fitzpatrick of Six Apar= t, Ltd. and Johannes Ernst of NetMesh, Inc. * OpenID libraries in Python, R= uby, Perl, PHP, and C# from JanRain, Inc. ... * Yadis conformance test suit= e from NetMesh and VeriSign, Inc. We will also be soliciting contributions = of further plugins and patches to various pieces of Open Source software. + Complex proposals (typically involving multiple code bases) may find it u= seful to draw up an initial plan for the submission of the code here. Demon= strate that the proposal is practical. Example (Heraldry): * The OpenID spe= cification and content on openid.net from Brad Fitzpatrick of Six Apart, Lt= d. and David Recordon of VeriSign, Inc. * The domains openid.net and yadis.= org from Brad Fitzpatrick of Six Apart, Ltd. and Johannes Ernst of NetMesh,= Inc. * OpenID libraries in Python, Ruby, Perl, PHP, and C# from JanRain, I= nc. ... * Yadis conformance test suite from NetMesh and VeriSign, Inc. We w= ill also be soliciting contributions of further plugins and patches to vari= ous pieces of Open Source software. = =3D=3D External Dependencies =3D=3D - = External dependencies for the initial source is important. Only some exte= rnal dependencies are allowed by Apache policy. These restrictions are (to = some extent) initially relaxed for projects under incubation. = + If the initial source has dependencies which would prevent graduation the= n this is the right place to indicate how these issues will be resolved. Ex= ample (CeltiXfire): The dependencies all have Apache compatible licenses. T= hese include BSD, CDDL, CPL, MPL and MIT licensed dependencies. - If the initial source has dependencies which would prevent graduation the= n this is the right place to indicate how these issues will be resolved. - Example (CeltiXfire): The dependencies all have Apache compatible license= s. These include BSD, CDDL, CPL, MPL and MIT licensed dependencies. = =3D=3D Cryptography =3D=3D - = If the proposal involves cryptographic code either directly or indirectly= , Apache needs to know so that the relevant paperwork can be obtained. = =3D=3D Required Resources =3D=3D - = Resources that infrastructure will be asked to supply for this project. = =3D=3D=3D Mailing lists =3D=3D=3D - = The minimum required lists are project-private (for confidential PPMC dis= cussions) and project-dev lists. Note that projects historically misnamed t= he private list pmc. To avoid confusion over appropriate usage it was resol= ved that all such lists be renamed. = If this project is new to open source, then starting with these minimum l= ists is the best approach. The initial focus needs to be on recruiting new = developers. Early adopters are potential developers. As momentum is gained,= the community may decide to create commit and user lists as they become ne= cessary. @@ -176, +135 @@ = It is conventional to use an all lower case, dash-separated (-) prefix ba= sed on the project name. = + By default, commits for {podling} will be emailed to {podling}-commits. I= t is therefore recommended that this naming convention is adopted. Example = (Beehive): * beehive-private (with moderated subscriptions) * beehive-dev *= beehive-commits * beehive-user - By default, commits for {podling} will be emailed to {podling}-commits. I= t is therefore recommended that this naming convention is adopted. - Example (Beehive): * beehive-private (with moderated subscriptions) * bee= hive-dev * beehive-commits * beehive-user = =3D=3D=3D Subversion Directory =3D=3D=3D - = - It is conventional to use all lower case, dash-separated (-) directory na= mes. The directory should be within the incubator directory space (http://s= vn.apache.org/repos/asf/incubator). + It is conventional to use all lower case, dash-separated (-) directory na= mes. The directory should be within the incubator directory space (http://s= vn.apache.org/repos/asf/incubator). Example (OpenJPA): https://svn.apache.o= rg/repos/asf/incubator/openjpa - Example (OpenJPA): https://svn.apache.org/repos/asf/incubator/openjpa = =3D=3D=3D Issue Tracking =3D=3D=3D - = - Apache runs JIRA and Bugzilla. Choose one. Indicate the name by which pro= ject should be known in the issue tracking system. + Apache runs JIRA and Bugzilla. Choose one. Indicate the name by which pro= ject should be known in the issue tracking system. Example (OpenJPA): JIRA = Open-JPA (OPEN-JPA) - Example (OpenJPA): JIRA Open-JPA (OPEN-JPA) = =3D=3D=3D Other Resources =3D=3D=3D - = Describe here any other special infrastructure requirements necessary for= the proposal. Note that the infrastructure team usually requires a compell= ing argument before new services are allowed on core hardware. Most proposa= ls should not require this section. = Most standard resources not covered above (such as continuous integration= ) should be added after bootstrapping. The infrastructure documentation exp= lains the process. = =3D=3D Initial Committers =3D=3D - = 1. Marvin Humphrey ([email protected]) 1. Peter Karman ([email protected]) - 1. Nathan Kurz ([email protected]) + 1. Nathan Kurz ( [email protected] ) = =3D=3D Affiliations =3D=3D - = Marvin Humphrey is employed by Eventful, Inc and works primarily on this = project. = =3D=3D Sponsors =3D=3D - = =3D=3D=3D Champion =3D=3D=3D - = The Champion is a person already associated with Apache who leads the pro= posal process. It is common - but not necessary - for the Champion to also = be proposed as a Mentor. = A Champion should be found before the proposal is formally submitted. = =3D=3D=3D Nominated Mentors =3D=3D=3D - = Lists eligible (and willing) individuals nominated as Mentors [definition= ] for the candidate. = It is common for additional Mentors to volunteer their services during th= e development of the proposal. The number of Mentors for a Podling is limit= ed only by the energy and interest of those eligible to Mentor. Three Mento= rs gives a quorum and allows a Podling more autonomy. The current consensus= is that three or more Mentors makes the incubation process run more smooth= ly. @@ -224, +172 @@ There is no restriction on the number of informal mentors (note the small= m) that a Podling may have. These can be very useful but have no formal ro= le in the process. = =3D=3D=3D Sponsoring Entity =3D=3D=3D - = The Sponsor is the organizational unit within Apache taking responsibilit= y for this proposal. The sponsoring entity can be: = - * the Apache Board + * the Apache Board - * the Incubator + * the Incubator - * another Apache project + * another Apache project = The PMC for the appropriate project will decide whether to sponsor (by a = vote). Unless there are strong links to an existing Apache project, it is r= ecommended that the proposal asks that the Incubator for sponsorship. =20 From [email protected] Mon Jun 28 01:28:16 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 43819 invoked from network); 28 Jun 2010 01:28:16 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 28 Jun 2010 01:28:16 -0000 Received: (qmail 64655 invoked by uid 500); 28 Jun 2010 01:28:16 -0000 Delivered-To: [email protected] Received: (qmail 64610 invoked by uid 500); 28 Jun 2010 01:28:15 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 64602 invoked by uid 99); 28 Jun 2010 01:28:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jun 2010 01:28:15 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO rectangular.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jun 2010 01:28:08 +0000 Received: from marvin by rectangular.com with local (Exim 4.63) (envelope-from <[email protected]>) id 1OT35S-0007kO-0d for [email protected]; Sun, 27 Jun 2010 18:24:38 -0700 Date: Sun, 27 Jun 2010 18:24:37 -0700 To: [email protected] Subject: Re: [Lucy] Incubator or out? Message-ID: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> User-Agent: Mutt/1.5.13 (2006-08-11) From: Marvin Humphrey <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org On Sat, Jun 26, 2010 at 10:17:03PM -0500, Peter Karman wrote: > > Browse through the documentation at > > <http://www.apache.org/dev/>, though if you're like me, it will take a while > > to sink in. > > And if you can spare a moment or two over the next week, let's > > collaborate on an Incubator proposal via the Lucy wiki. (; I know this is a > > busy time -- life happens! ;) > > I'll make some time. OK, great. We should leave filling in administrative details to you and/or Nate -- you will learn more by completing those items, e.g. Nate reminded himself about the CLA when he fleshed out the committer list. I'm stubbing out outlines in no particular order to start off with. If you want to flesh any of those out into real sentences, feel free. If not, I'll get to them. Expectations are not high -- unless you're subscribed to another Apache dev list, you folks haven't witnessed a typical healthy Apache project in action. ;) Marvin Humphrey From [email protected] Mon Jun 28 01:29:48 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44071 invoked from network); 28 Jun 2010 01:29:48 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 28 Jun 2010 01:29:48 -0000 Received: (qmail 64992 invoked by uid 500); 28 Jun 2010 01:29:48 -0000 Delivered-To: [email protected] Received: (qmail 64926 invoked by uid 500); 28 Jun 2010 01:29:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 64918 invoked by uid 99); 28 Jun 2010 01:29:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jun 2010 01:29:48 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO rectangular.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jun 2010 01:29:40 +0000 Received: from marvin by rectangular.com with local (Exim 4.63) (envelope-from <[email protected]>) id 1OT39z-0007m5-I7 for [email protected]; Sun, 27 Jun 2010 18:29:19 -0700 Date: Sun, 27 Jun 2010 18:29:19 -0700 To: [email protected] Subject: [Lucy] More bindings Message-ID: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> User-Agent: Mutt/1.5.13 (2006-08-11) From: Marvin Humphrey <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org On Sat, Jun 26, 2010 at 10:17:03PM -0500, Peter Karman wrote: > I was actually gravitating toward C and PHP myself. If you're interested in C bindings, I would like to collaborate with you on that. (: No more than limited high-level discussions this week, though. :) A C API is important not just for C users, but for users of dynamic language hosts who have written rapid prototype extensions that need to be optimized for high performance. C host bindings and a C API go hand in hand, though they aren't exactly the same thing. To simplify our task, I suggest that we initially target GCC/unixen only for the C bindings. It's important that people be able to write cross-platform extensions that work with the C API, but for the C host binding, I don't want to deal with cross-platform build headaches right away. > I was mostly thinking that it might be an interesting exercise to see if SWIG > could get us partway toward any one (or more) language implementations. Best, > IME, to truly make idiomatically-sensitive bindings though. It's gotta make new > users feel more at home when they first take Lucy-in-HostLanguageX for a spin. Also, a Clownfish binding empowers users to write subclasses entirely in the host language. A SWIG binding wouldn't support that. Marvin Humphrey From [email protected] Mon Jun 28 01:30:53 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44215 invoked from network); 28 Jun 2010 01:30:52 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 28 Jun 2010 01:30:52 -0000 Received: (qmail 65109 invoked by uid 500); 28 Jun 2010 01:30:52 -0000 Delivered-To: [email protected] Received: (qmail 65076 invoked by uid 500); 28 Jun 2010 01:30:52 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 65066 invoked by uid 99); 28 Jun 2010 01:30:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jun 2010 01:30:52 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO rectangular.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jun 2010 01:30:45 +0000 Received: from marvin by rectangular.com with local (Exim 4.63) (envelope-from <[email protected]>) id 1OT37y-0007lr-CH; Sun, 27 Jun 2010 18:27:14 -0700 Date: Sun, 27 Jun 2010 18:27:14 -0700 To: [email protected] Cc: Apache Wiki <[email protected]> Subject: Re: [Lucy Wiki] Update of "LucyIncubatorProposal" by MarvinHumphrey Message-ID: <[email protected]> References: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> User-Agent: Mutt/1.5.13 (2006-08-11) From: Marvin Humphrey <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Jun 28, 2010 at 01:01:20AM -0000, Apache Wiki wrote: ---->8 snip way too much stuff 8<---- Stupid GUI mode normalized my text and stupid me saved. :( Marvin Humphrey From [email protected] Mon Jun 28 01:47:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45192 invoked from network); 28 Jun 2010 01:47:57 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 28 Jun 2010 01:47:57 -0000 Received: (qmail 72124 invoked by uid 500); 28 Jun 2010 01:47:57 -0000 Delivered-To: [email protected] Received: (qmail 72083 invoked by uid 500); 28 Jun 2010 01:47:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 72075 invoked by uid 99); 28 Jun 2010 01:47:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jun 2010 01:47:56 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO rectangular.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jun 2010 01:47:48 +0000 Received: from marvin by rectangular.com with local (Exim 4.63) (envelope-from <[email protected]>) id 1OT3RX-0007ms-Db for [email protected]; Sun, 27 Jun 2010 18:47:27 -0700 Date: Sun, 27 Jun 2010 18:47:27 -0700 To: [email protected] Subject: Re: Incubator or out? Message-ID: <[email protected]> References: <[email protected]> <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> User-Agent: Mutt/1.5.13 (2006-08-11) From: Marvin Humphrey <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org On Sun, Jun 27, 2010 at 11:47:38AM -0700, Nathan Kurz wrote: > Is there a plan for packaging Clownfish independent of Lucy? The project has been structured so that we have that option. If Clownfish were to become an external dependency, everything in two directories would migrate: trunk/clownfish trunk/core/Lucy/Object/ A bunch more work would be needed, moving classes such as Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bObjectacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bHash outside of the Lucy hierarchy, and migrating some of the dependencies that the classes in Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bObject have within Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bUtil, such as Lucyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bUtilacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bStringHelper. I think FileHandle would leave with Clownfish as well -- but that InStream and OutStream would stay. Charmonizer has also been structured so that it could be broken out as an external project. As to whether we would really want to do that, it was more of a down-the-road thing, if case others were to take interest in reusing those chunks of Lucy in unrelated projects. > In general, I apologize that I'm not going to have much time available > in the immediate future for Lucy development proper. I hope to free > up such time someday. But I'm happy to review others work, and to do > what else I can. You have a history of making valuable contributions that extends back several years, including crucial architectural concepts like exploiting mmap so that "the OS is our JVM". You've also proven to be a resposible committer on KinoSearch. We should take the long view and include you as a committer on the Incubator proposal based on that track record, not judge by how many lines of code we think you'll generate over the next few months. Marvin Humphrey From [email protected] Mon Jun 28 15:27:20 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 20829 invoked from network); 28 Jun 2010 15:27:20 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 28 Jun 2010 15:27:20 -0000 Received: (qmail 77771 invoked by uid 500); 28 Jun 2010 15:27:20 -0000 Delivered-To: [email protected] Received: (qmail 77700 invoked by uid 500); 28 Jun 2010 15:27:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 4507 invoked by uid 99); 28 Jun 2010 14:37:52 -0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Mon, 28 Jun 2010 14:36:58 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BLucy_Wiki=5D_Update_of_=22LucyIncubatorProposal=22_by_PeterK?= =?utf-8?q?arman?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucy Wiki" for chan= ge notification. The "LucyIncubatorProposal" page has been changed by PeterKarman. http://wiki.apache.org/lucy/LucyIncubatorProposal?action=3Ddiff&rev1=3D5&re= v2=3D6 -------------------------------------------------- This process of renewal is vital to the long term health of Apache projec= ts. This is the right place to demonstrate that this process is understood = by the proposers. Example (OFBiz): OFBiz was originally created by David E.= Jones and Andy Zeneski in May 2001. The project now has committers and use= rs from around the world. The newer committers of the project joined in sub= sequent years by initially submitting patches, then having commit privilege= s for some of the applications, and then privileges over a larger range of = applications... Example (Beehive): We plan to do everything possible to enc= ourage an environment that supports a meritocracy. One of the lessons that = the XMLBeans committers have learned is that meritocracies don't just evolv= e from good intentions; they require actively asking the community for help= , listing/specifying the work that needs to be done, and keeping track of a= nd encouraging members of the community who make any contributions... = =3D=3D=3D Community =3D=3D=3D - Apache is interested only in communities. + Lucy currently has a small community, many members of which originated in= the KinoSearch community. = - Candidates should start with a community and have the potential to grow a= nd renew this community by attracting new users and developers. Explain how= the proposal fits this vision. Example (Beehive): BEA has been building a = community around predecessors to this framework for the last two years. The= re is currently an active newsgroup that should help us build a new communi= [email protected]... Example (WebWork2): The WebWork 2 community has a strong fo= llowing with active mailing lists and forums... Example (WADI): The need fo= r a full service clustering and caching component in the open source is tre= mendous as its use can be applied in many areas, thus providing the potenti= al for an incredibly large community... + Lucy's chief challenge is growing its community, which it hopes to achiev= e through efforts in two areas: reaching a 1.0 release, and actively reachi= ng out to its target audience, users and developers in the dynamic language= communities who want a fast, scalable full-text search solution in their n= ative language. = =3D=3D=3D Core Developers =3D=3D=3D Apache is composed of individuals. From [email protected] Mon Jun 28 17:38:30 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60735 invoked from network); 28 Jun 2010 17:38:30 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 28 Jun 2010 17:38:30 -0000 Received: (qmail 39406 invoked by uid 500); 28 Jun 2010 17:38:30 -0000 Delivered-To: [email protected] Received: (qmail 39327 invoked by uid 500); 28 Jun 2010 17:38:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 39314 invoked by uid 99); 28 Jun 2010 17:38:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jun 2010 17:38:29 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO rectangular.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jun 2010 17:38:22 +0000 Received: from marvin by rectangular.com with local (Exim 4.63) (envelope-from <[email protected]>) id 1OTIEM-0002bs-8y; Mon, 28 Jun 2010 10:34:50 -0700 Date: Mon, 28 Jun 2010 10:34:50 -0700 To: [email protected] Cc: Apache Wiki <[email protected]> Subject: Re: [Lucy Wiki] Update of "LucyIncubatorProposal" by PeterKarman Message-ID: <[email protected]> References: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> User-Agent: Mutt/1.5.13 (2006-08-11) From: Marvin Humphrey <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Jun 28, 2010 at 02:36:58PM -0000, Apache Wiki wrote: > === Community === > - Apache is interested only in communities. > + Lucy currently has a small community, many members of which originated in the KinoSearch community. > + Lucy's chief challenge is growing its community, which it hopes to achieve through efforts in two areas: reaching a 1.0 release, and actively reaching out to its target audience, users and developers in the dynamic language communities who want a fast, scalable full-text search solution in their native language. While you were writing this I was in the coffee shop discussing "coopetition" with a social scientist friend of mine. :) Random thoughts: * I think it would be good to emphasize that this proposal is a response to suggestions from the Lucene PMC about community growth and fast releases. I'd like to show that we intend to make good, conscientious use of the mentoring that the Incubator offers, and also that this is a logical, natural move for Lucy to make. * Somewhere we should indicate that the technical goals of the original Lucy project has been achieved, and that now that that's happened we are ready for a new phase focusing on community growth. * The Apache values I care about most are code base transparency and controlled competition. Code base transparency is important because making the code easy to work with makes it easier to contribute, increasing both quantity and quality of contributions. Controlled competition provides motivation which increases quality of contribution. I'm not sure where to put those items; community is one possibility. * Dave Balmain contributed many important ideas while he was active, but all the code that has ever gone into the existing Lucy repository was written by the KinoSearch community. Marvin Humphrey From [email protected] Mon Jun 28 19:25:41 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19349 invoked from network); 28 Jun 2010 19:25:40 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 28 Jun 2010 19:25:40 -0000 Received: (qmail 71147 invoked by uid 500); 28 Jun 2010 19:25:40 -0000 Delivered-To: [email protected] Received: (qmail 71077 invoked by uid 500); 28 Jun 2010 19:25:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 52356 invoked by uid 99); 28 Jun 2010 19:14:49 -0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Mon, 28 Jun 2010 19:13:56 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BLucy_Wiki=5D_Update_of_=22LucyIncubatorProposal=22_by_PeterK?= =?utf-8?q?arman?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucy Wiki" for chan= ge notification. The "LucyIncubatorProposal" page has been changed by PeterKarman. http://wiki.apache.org/lucy/LucyIncubatorProposal?action=3Ddiff&rev1=3D6&re= v2=3D7 -------------------------------------------------- = =3D=3D Affiliations =3D=3D Marvin Humphrey is employed by Eventful, Inc and works primarily on this = project. + Peter Karman is employed by American Public Media and contributes to this= project and several other open source projects. = =3D=3D Sponsors =3D=3D =3D=3D=3D Champion =3D=3D=3D - The Champion is a person already associated with Apache who leads the pro= posal process. It is common - but not necessary - for the Champion to also = be proposed as a Mentor. = - A Champion should be found before the proposal is formally submitted. + TBD = =3D=3D=3D Nominated Mentors =3D=3D=3D - Lists eligible (and willing) individuals nominated as Mentors [definition= ] for the candidate. = + TBD - It is common for additional Mentors to volunteer their services during th= e development of the proposal. The number of Mentors for a Podling is limit= ed only by the energy and interest of those eligible to Mentor. Three Mento= rs gives a quorum and allows a Podling more autonomy. The current consensus= is that three or more Mentors makes the incubation process run more smooth= ly. - = - Note that since Mentors are appointed by the Incubator PMC at the end of = the acceptance process, they have no formal role until the proposal is acce= pted. But informal enthusiasm from nominee Mentors is taken as a good sign. - = - There is no restriction on the number of informal mentors (note the small= m) that a Podling may have. These can be very useful but have no formal ro= le in the process. = =3D=3D=3D Sponsoring Entity =3D=3D=3D The Sponsor is the organizational unit within Apache taking responsibilit= y for this proposal. The sponsoring entity can be: From [email protected] Mon Jun 28 19:26:05 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19471 invoked from network); 28 Jun 2010 19:26:05 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 28 Jun 2010 19:26:05 -0000 Received: (qmail 71575 invoked by uid 500); 28 Jun 2010 19:26:05 -0000 Delivered-To: [email protected] Received: (qmail 71525 invoked by uid 500); 28 Jun 2010 19:26:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 56369 invoked by uid 99); 28 Jun 2010 19:18:11 -0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Mon, 28 Jun 2010 19:17:17 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BLucy_Wiki=5D_Update_of_=22LucyIncubatorProposal=22_by_PeterK?= =?utf-8?q?arman?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucy Wiki" for chan= ge notification. The "LucyIncubatorProposal" page has been changed by PeterKarman. http://wiki.apache.org/lucy/LucyIncubatorProposal?action=3Ddiff&rev1=3D7&re= v2=3D8 -------------------------------------------------- Resources that infrastructure will be asked to supply for this project. = =3D=3D=3D Mailing lists =3D=3D=3D - The minimum required lists are project-private (for confidential PPMC dis= cussions) and project-dev lists. Note that projects historically misnamed t= he private list pmc. To avoid confusion over appropriate usage it was resol= ved that all such lists be renamed. = + * lucy-dev + * lucy-private - If this project is new to open source, then starting with these minimum l= ists is the best approach. The initial focus needs to be on recruiting new = developers. Early adopters are potential developers. As momentum is gained,= the community may decide to create commit and user lists as they become ne= cessary. - = - Existing open source projects moving to Apache will probably want to adop= t the same mailing list set up here as they have already. However, there is= no necessity that all mailing lists be created during bootstrapping. New m= ailing lists can be added by a VOTE on the Podling list. - = - It is conventional to use an all lower case, dash-separated (-) prefix ba= sed on the project name. - = - By default, commits for {podling} will be emailed to {podling}-commits. I= t is therefore recommended that this naming convention is adopted. Example = (Beehive): * beehive-private (with moderated subscriptions) * beehive-dev *= beehive-commits * beehive-user = =3D=3D=3D Subversion Directory =3D=3D=3D It is conventional to use all lower case, dash-separated (-) directory na= mes. The directory should be within the incubator directory space (http://s= vn.apache.org/repos/asf/incubator). Example (OpenJPA): https://svn.apache.o= rg/repos/asf/incubator/openjpa From [email protected] Mon Jun 28 19:31:00 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22841 invoked from network); 28 Jun 2010 19:31:00 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 28 Jun 2010 19:31:00 -0000 Received: (qmail 79629 invoked by uid 500); 28 Jun 2010 19:31:00 -0000 Delivered-To: [email protected] Received: (qmail 79568 invoked by uid 500); 28 Jun 2010 19:31:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 63509 invoked by uid 99); 28 Jun 2010 19:22:33 -0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Mon, 28 Jun 2010 19:21:39 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BLucy_Wiki=5D_Update_of_=22LucyIncubatorProposal=22_by_Marvin?= =?utf-8?q?Humphrey?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucy Wiki" for chan= ge notification. The "LucyIncubatorProposal" page has been changed by MarvinHumphrey. The comment on this change is: Fill out "Issue Tracking" and "Other Resourc= es", covering existing JIRA and wiki.. http://wiki.apache.org/lucy/LucyIncubatorProposal?action=3Ddiff&rev1=3D8&re= v2=3D9 -------------------------------------------------- It is conventional to use all lower case, dash-separated (-) directory na= mes. The directory should be within the incubator directory space (http://s= vn.apache.org/repos/asf/incubator). Example (OpenJPA): https://svn.apache.o= rg/repos/asf/incubator/openjpa = =3D=3D=3D Issue Tracking =3D=3D=3D - Apache runs JIRA and Bugzilla. Choose one. Indicate the name by which pro= ject should be known in the issue tracking system. Example (OpenJPA): JIRA = Open-JPA (OPEN-JPA) + Lucy already has a JIRA tracker: Lucy (LUCY) = =3D=3D=3D Other Resources =3D=3D=3D + Lucy already has a MoinMoin [email protected]/lucy. It would be ni= ce to keep it, especially since its current location is also where it would= end up upon TLP graduation, but we will defer to the wishes of the Incubat= or PMC if standard Incubator wiki placement is recommended. - Describe here any other special infrastructure requirements necessary for= the proposal. Note that the infrastructure team usually requires a compell= ing argument before new services are allowed on core hardware. Most proposa= ls should not require this section. - = - Most standard resources not covered above (such as continuous integration= ) should be added after bootstrapping. The infrastructure documentation exp= lains the process. = =3D=3D Initial Committers =3D=3D 1. Marvin Humphrey ([email protected]) From [email protected] Mon Jun 28 19:44:56 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30339 invoked from network); 28 Jun 2010 19:44:56 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 28 Jun 2010 19:44:56 -0000 Received: (qmail 93045 invoked by uid 500); 28 Jun 2010 19:44:56 -0000 Delivered-To: [email protected] Received: (qmail 93002 invoked by uid 500); 28 Jun 2010 19:44:55 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 91426 invoked by uid 99); 28 Jun 2010 19:43:13 -0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Mon, 28 Jun 2010 19:42:50 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BLucy_Wiki=5D_Update_of_=22LucyIncubatorProposal=22_by_Marvin?= =?utf-8?q?Humphrey?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucy Wiki" for chan= ge notification. The "LucyIncubatorProposal" page has been changed by MarvinHumphrey. The comment on this change is: Set Initial Goals.. http://wiki.apache.org/lucy/LucyIncubatorProposal?action=3Ddiff&rev1=3D9&re= v2=3D10 -------------------------------------------------- Explains why this project needs to exist and why should it be adopted by = Apache. This is the right place for discursive material. Example (Beehive):= There is a strong need for a cohesive, easy-to-use programming model for b= uilding J2EE applications. Developers new to Java are forced to learn a myr= iad of APIs just to build simple applications; advanced J2EE developers are= forced to write tedious plumbing code; and tools authors are limited in wh= at they can do to simplify the experience due to the underlying complexity. = =3D=3D Initial Goals =3D=3D + * Make a 1.0 stable release as quickly as possible. + * Concentrate on community expansion thereafter. - A complex proposal (involving multiple existing code bases, for example) = may cause concerns about its practicality. A good way to address these conc= erns is to create a plan that demonstrates the proposal is feasible and has= been carefully thought through. - = - Many projects will not need this section. Example (Heraldry): * Expansion= of Yadis and OpenID libraries into additional languages beyond the existin= g Python, Ruby, Perl, and PHP libraries * OpenID authentication specificati= on revision to fix known security considerations, investigate compatibility= with the DIX IETF proposal, describe Yadis integration, and allow either a= n URL or XRI be used as the End User's Identifier ... = =3D=3D Current Status =3D=3D * Currently a Lucene subproject. From [email protected] Mon Jun 28 20:02:46 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35399 invoked from network); 28 Jun 2010 20:02:45 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 28 Jun 2010 20:02:45 -0000 Received: (qmail 15203 invoked by uid 500); 28 Jun 2010 20:02:45 -0000 Delivered-To: [email protected] Received: (qmail 15158 invoked by uid 500); 28 Jun 2010 20:02:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 15066 invoked by uid 99); 28 Jun 2010 20:01:50 -0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Mon, 28 Jun 2010 20:01:27 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BLucy_Wiki=5D_Update_of_=22LucyIncubatorProposal=22_by_Marvin?= =?utf-8?q?Humphrey?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucy Wiki" for chan= ge notification. The "LucyIncubatorProposal" page has been changed by MarvinHumphrey. The comment on this change is: Add "lucy-commits" and "lucy-perl-users" mai= ling lists. http://wiki.apache.org/lucy/LucyIncubatorProposal?action=3Ddiff&rev1=3D10&r= ev2=3D11 -------------------------------------------------- =3D=3D=3D Mailing lists =3D=3D=3D = * lucy-dev - * lucy-private + * lucy-private (with moderated subscriptions) + * lucy-commits + * lucy-perl-users = =3D=3D=3D Subversion Directory =3D=3D=3D It is conventional to use all lower case, dash-separated (-) directory na= mes. The directory should be within the incubator directory space (http://s= vn.apache.org/repos/asf/incubator). Example (OpenJPA): https://svn.apache.o= rg/repos/asf/incubator/openjpa From [email protected] Mon Jun 28 20:13:00 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41386 invoked from network); 28 Jun 2010 20:13:00 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 28 Jun 2010 20:13:00 -0000 Received: (qmail 32772 invoked by uid 500); 28 Jun 2010 20:12:59 -0000 Delivered-To: [email protected] Received: (qmail 32734 invoked by uid 500); 28 Jun 2010 20:12:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 32726 invoked by uid 99); 28 Jun 2010 20:12:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jun 2010 20:12:59 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO rectangular.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jun 2010 20:12:52 +0000 Received: from marvin by rectangular.com with local (Exim 4.63) (envelope-from <[email protected]>) id 1OTKgx-0004Mk-1a for [email protected]; Mon, 28 Jun 2010 13:12:31 -0700 Date: Mon, 28 Jun 2010 13:12:30 -0700 To: [email protected] Subject: Divide user mailing lists by host language Message-ID: <[email protected]> References: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> User-Agent: Mutt/1.5.13 (2006-08-11) From: Marvin Humphrey <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Jun 28, 2010 at 08:01:27PM -0000, Apache Wiki wrote: > === Mailing lists === > + * lucy-perl-users As mentioned on IRC, I added a "lucy-perl-users at incubator" mailing list. I think that the communities that use Lucy bindings will be distinct, and that e.g. Ruby users may not want to see support mail for Perl or C or PHP bindings. So as a TLP, our user mailing lists would be arranged like so: * [email protected] * [email protected] * [email protected] * etc. The risk is that some lists may be low traffic, but I think that's acceptable. The dev- and commits- lists should be unified, though, IMO. Marvin Humphrey From [email protected] Tue Jun 29 03:45:42 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99636 invoked from network); 29 Jun 2010 03:45:41 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 29 Jun 2010 03:45:41 -0000 Received: (qmail 35251 invoked by uid 500); 29 Jun 2010 03:45:41 -0000 Delivered-To: [email protected] Received: (qmail 35185 invoked by uid 500); 29 Jun 2010 03:45:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 35177 invoked by uid 99); 29 Jun 2010 03:45:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 03:45:39 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO pekmac.local) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 03:45:32 +0000 Received: from pekmac.local (localhost [161.129.204.104]) by pekmac.local (Postfix) with ESMTP id 9625D1ABC0E for <[email protected]>; Mon, 28 Jun 2010 22:44:42 -0500 (CDT) Message-ID: <[email protected]> Date: Mon, 28 Jun 2010 22:44:42 -0500 From: Peter Karman <[email protected]> User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:161.129.204.104) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: [email protected] Subject: Re: [Lucy] Divide user mailing lists by host language References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Marvin Humphrey wrote on 6/28/10 3:12 PM: > On Mon, Jun 28, 2010 at 08:01:27PM -0000, Apache Wiki wrote: >> === Mailing lists === > >> + * lucy-perl-users > > As mentioned on IRC, I added a "lucy-perl-users at incubator" mailing list. I > think that the communities that use Lucy bindings will be distinct, and that > e.g. Ruby users may not want to see support mail for Perl or C or PHP > bindings. > > So as a TLP, our user mailing lists would be arranged like so: > > * [email protected] > * [email protected] > * [email protected] > * etc. > > The risk is that some lists may be low traffic, but I think that's acceptable. > > The dev- and commits- lists should be unified, though, IMO. My concern is that this seems a little premature and potentially confusing. I.e., it forces users to triage their own questions as to whether their conversation topic is host-language-specific or not. My experience with Xapian, which has a moderate (5-10 messages a week) amount of traffic, where there are only 2 lists (-dev and -users), is that all the various language bindings are discussed on the -users list and it's not particularly distracting. Language-specific threads can actually end up being illuminating to non-users of the language. Anyway, is it a big deal to add more lists later, based on demand, rather than splitting them up in the initial proposal? -- Peter Karman . http://peknet.com/ . [email protected] From [email protected] Tue Jun 29 04:10:03 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5426 invoked from network); 29 Jun 2010 04:10:02 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 29 Jun 2010 04:10:02 -0000 Received: (qmail 40552 invoked by uid 500); 29 Jun 2010 04:10:02 -0000 Delivered-To: [email protected] Received: (qmail 40108 invoked by uid 500); 29 Jun 2010 04:10:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 40099 invoked by uid 99); 29 Jun 2010 04:09:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 04:09:59 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO rectangular.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 04:09:51 +0000 Received: from marvin by rectangular.com with local (Exim 4.63) (envelope-from <[email protected]>) id 1OTS5U-0007QP-2X for [email protected]; Mon, 28 Jun 2010 21:06:20 -0700 Date: Mon, 28 Jun 2010 21:06:20 -0700 To: [email protected] Subject: Re: [Lucy] Divide user mailing lists by host language Message-ID: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> User-Agent: Mutt/1.5.13 (2006-08-11) From: Marvin Humphrey <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Jun 28, 2010 at 10:44:42PM -0500, Peter Karman wrote: > Anyway, is it a big deal to add more lists later, based on demand, rather than > splitting them up in the initial proposal? OK, that works for me. Let's start with the unified user list and worry about the rest once we have users. :) Marvin Humphrey From [email protected] Tue Jun 29 04:19:49 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7018 invoked from network); 29 Jun 2010 04:19:49 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 29 Jun 2010 04:19:49 -0000 Received: (qmail 49911 invoked by uid 500); 29 Jun 2010 04:19:49 -0000 Delivered-To: [email protected] Received: (qmail 49849 invoked by uid 500); 29 Jun 2010 04:19:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 45010 invoked by uid 99); 29 Jun 2010 04:14:08 -0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Tue, 29 Jun 2010 04:13:13 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BLucy_Wiki=5D_Update_of_=22LucyIncubatorProposal=22_by_PeterK?= =?utf-8?q?arman?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucy Wiki" for chan= ge notification. The "LucyIncubatorProposal" page has been changed by PeterKarman. http://wiki.apache.org/lucy/LucyIncubatorProposal?action=3Ddiff&rev1=3D11&r= ev2=3D12 -------------------------------------------------- Example (Tika): There are a number of projects at various stages of matur= ity that implement a subset of the proposed features in Tika. For many pote= ntial users the existing tools are already enough, which reduces the demand= for a more generic toolkit. This can also be seen in the slow progress of = this proposal over the past year. However, once the project gets started we= can quickly reach the feature level of existing tools based on seed code f= rom sources mentioned below. After that we believe to be able to quickly gr= ow the developer and user communities based on the benefits of a generic to= olkit over custom alternatives. = =3D=3D=3D Inexperience with Open Source =3D=3D=3D - If the proposal is based on an existing open source project with a histor= y of open development, then highlight this here. = - If the list of initial committers contains developers with strong open so= urce backgrounds then highlight this here. + Varying degrees of open source experience: + * Marvin Humphrey had moderate experience with open source when Lucy sta= rted, and is now more seasoned. In retrospect, he wishes that Lucy had gone= through incubation during its first inception. + * Peter Karman has contributed to several open source projects since 200= 1, including being a committer at http://swish-e.org/ (a search engine), ht= tp://code.google.com/p/rose/ (an ORM) and http://catalyst.perl.org/ (web fr= amework). + * Nathan Kurz -- = - * Varying degrees of open source experience. - * Marvin Humphrey had moderate experience with open source when Lucy st= arted, and is now more seasoned. In retrospect, he wishes that Lucy had gon= e through incubation during its first inception. - * Peter Karman -- - * Nathan Kurz -- = - Inexperience with open source is one reason why closed projects choose to= apply for incubation. Apache has developed over the years a store of exper= ience in this area. Successfully opening up a closed project means an inves= tment of energy by all involved. It requires a willingness to learn and to = give back to the community. If the proposal is based around a closed projec= t and comes with very little understand of the open source space, then ackn= owledge this and demonstrate a willingness to learn. Example (Cayenne): Cay= enne was started as an open source project in 2001 and has remained so for = 5 years. - = - Example (Beehive): Many of the committers have experience working on open= source projects. Five of them have experience as committers on other Apach= e projects. - = - Example (Ivy): While distributed under an open source license, access to = Ivy was initially limited with no public access to the issue tracking syste= m or svn repository. While things have changed since then - the svn reposit= ory is publicly accessible, a JIRA instance has been setup since june 2005,= many new features are first discussed on the forum or JIRA - experience wi= th a true open source development model is currently limited. However, Maar= ten has already a good experience with true open development process, and b= ring his experience to the project. - = - Example (River): The initial committers have varying degrees of experienc= e with open source projects. All have been involved with source code that h= as been released under an open source license, but there is limited experie= nce developing code with an open source development process. We do not, how= ever, expect any difficulty in executing under normal meritocracy rules. = =3D=3D=3D Homogenous Developers =3D=3D=3D Healthy projects need a mix of developers. Open development requires a co= mmitment to encouraging a diverse mixture. This includes the art of working= as part of a geographically scattered group in a distributed environment. From [email protected] Tue Jun 29 04:24:15 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7690 invoked from network); 29 Jun 2010 04:24:15 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 29 Jun 2010 04:24:15 -0000 Received: (qmail 53427 invoked by uid 500); 29 Jun 2010 04:24:15 -0000 Delivered-To: [email protected] Received: (qmail 53364 invoked by uid 500); 29 Jun 2010 04:24:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 53349 invoked by uid 99); 29 Jun 2010 04:24:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 04:24:13 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO pekmac.local) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 04:24:06 +0000 Received: from pekmac.local (localhost [161.129.204.104]) by pekmac.local (Postfix) with ESMTP id EFAA31ABC1A for <[email protected]>; Mon, 28 Jun 2010 23:23:47 -0500 (CDT) Message-ID: <[email protected]> Date: Mon, 28 Jun 2010 23:23:47 -0500 From: Peter Karman <[email protected]> User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:161.129.204.104) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: [email protected] Subject: Sponsoring Entity X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Marvin, Could you comment on the Sponsoring Entity section in the Incubator proposal? http://wiki.apache.org/lucy/LucyIncubatorProposal#Sponsoring_Entity Are asking that the Incubator PMC sponsor us (which is what I am assuming), or are we asking that the Lucene PMC sponsor us into the Incubator? I guess the meaning of "Sponsor" is confusing to me, given the unusual history of the project. The notes say that the Sponsor "is the organizational unit within Apache taking responsibility for this proposal" -- but not the unit taking responsibility for the **project** (i.e. Lucy). I guess it's the process I'm confused about. I thought I understood it, but the wording of this section is making me second-guess myself. This definition[0] suggests that it is the Incubator PMC but I just want to make sure I'm clear here. [0] http://incubator.apache.org/incubation/Roles_and_Responsibilities.html#Sponsor -- Peter Karman . http://peknet.com/ . [email protected] From [email protected] Tue Jun 29 05:06:26 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18340 invoked from network); 29 Jun 2010 05:06:26 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 29 Jun 2010 05:06:26 -0000 Received: (qmail 90797 invoked by uid 500); 29 Jun 2010 05:06:25 -0000 Delivered-To: [email protected] Received: (qmail 90727 invoked by uid 500); 29 Jun 2010 05:06:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 90719 invoked by uid 99); 29 Jun 2010 05:06:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 05:06:23 +0000 X-ASF-Spam-Status: No, hits=1.6 required=10.0 tests=FR_ALMOST_VIAG2,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO rectangular.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 05:06:14 +0000 Received: from marvin by rectangular.com with local (Exim 4.63) (envelope-from <[email protected]>) id 1OTT15-0007TF-OV for [email protected]; Mon, 28 Jun 2010 22:05:51 -0700 Date: Mon, 28 Jun 2010 22:05:51 -0700 To: [email protected] Subject: Re: Sponsoring Entity Message-ID: <[email protected]> References: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> User-Agent: Mutt/1.5.13 (2006-08-11) From: Marvin Humphrey <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Jun 28, 2010 at 11:23:47PM -0500, Peter Karman wrote: > Could you comment on the Sponsoring Entity section in the Incubator proposal? > > http://wiki.apache.org/lucy/LucyIncubatorProposal#Sponsoring_Entity You've gotten it right. The Sponsoring Entity in this case would be the Incubator PMC: http://incubator.apache.org/incubation/Incubation_Policy.html#Proposal To start the approval process, a proposal MUST be submitted to the Sponsor. Please read the Guide For Proposals. The Lucene PMC sponsored the original Lucy project, and because we were all new code, we bypassed the Incubator and became a Lucene subproject as soon as the Lucene PMC vote passed. In theory, the Lucene PMC could choose to oversee the software grant for the KinoSearch code base that we are proposing. They have taken on other code bases via grants, e.g. LocalLucene. However, even if the Lucene PMC were willing, that doesn't seem like the most appropriate course of action, since A) the Incubator PMC has more expertise on IP clearance issues, B) the Lucene PMC is not going to be responsible for Lucy much longer. In addition, I now think that Lucy would benefit from following the standard template for incubation. The Lucene PMC has graciously chosen to continue overseeing us for the time being, but I think we should thank them for their helpful feedback and select the more rigorus course of study. By the way, this is an interesting passage: http://www.apache.org/foundation/how-it-works.html#incubator The basic requirements for incubation are: * a working codebase -- over the years and after several failures, the foundation came to understand that without an initial working codebase, it is generally hard to bootstrap a community. This is because merit is not well recognized by developers without a working codebase. Also, the friction that is developed during the initial design stage is likely to fragment the community. The difficulties of the original Lucy proposal also arise from not being able to boostrap a community without a working code base. Recognizing merit wasn't a problem, nor was contentiousness: it was simply an ambitious project and too small a committer base to recover when one of two major contributors became unavailable before we could bootstrap. So now, we propose to address that problem by supplying a code base. And I am confident that with a code base in place, we will be able to focus effectively on community building and develop into the kind of successful meritocracy that Apache wants to foster. Marvin Humphrey From [email protected] Tue Jun 29 14:46:18 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 644 invoked from network); 29 Jun 2010 14:46:18 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 29 Jun 2010 14:46:18 -0000 Received: (qmail 59660 invoked by uid 500); 29 Jun 2010 14:46:18 -0000 Delivered-To: [email protected] Received: (qmail 59617 invoked by uid 500); 29 Jun 2010 14:46:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 52397 invoked by uid 99); 29 Jun 2010 14:41:46 -0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Tue, 29 Jun 2010 14:41:22 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BLucy_Wiki=5D_Update_of_=22LucyIncubatorProposal=22_by_Marvin?= =?utf-8?q?Humphrey?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucy Wiki" for chan= ge notification. The "LucyIncubatorProposal" page has been changed by MarvinHumphrey. The comment on this change is: Flesh out "Meritocracy". http://wiki.apache.org/lucy/LucyIncubatorProposal?action=3Ddiff&rev1=3D12&r= ev2=3D13 -------------------------------------------------- * Fastest path to a community is assimilation of KinoSearch code base. = =3D=3D=3D Meritocracy =3D=3D=3D - Apache is a meritocracy. + Our initial committer list includes two individuals (Peter Karman and Nat= han Kurz) who started off as KinoSearch users, demonstrated merit through c= onstructive forum participation, adept negotiation, consensus building, and= submission of high-quality contributions, and were invited to become commi= tters. Peter now rolls most releases. = + We look forward to continuing to operate as a meritocracy under the estab= lished traditions and rules of the ASF. - Once a developer has submitted enough good patches then it should be natu= ral that they are elected to committer. It should be natural that active co= mmitters are elected to the project management committee (PMC). - = - This process of renewal is vital to the long term health of Apache projec= ts. This is the right place to demonstrate that this process is understood = by the proposers. Example (OFBiz): OFBiz was originally created by David E.= Jones and Andy Zeneski in May 2001. The project now has committers and use= rs from around the world. The newer committers of the project joined in sub= sequent years by initially submitting patches, then having commit privilege= s for some of the applications, and then privileges over a larger range of = applications... Example (Beehive): We plan to do everything possible to enc= ourage an environment that supports a meritocracy. One of the lessons that = the XMLBeans committers have learned is that meritocracies don't just evolv= e from good intentions; they require actively asking the community for help= , listing/specifying the work that needs to be done, and keeping track of a= nd encouraging members of the community who make any contributions... = =3D=3D=3D Community =3D=3D=3D Lucy currently has a small community, many members of which originated in= the KinoSearch community. From [email protected] Tue Jun 29 14:53:22 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3006 invoked from network); 29 Jun 2010 14:53:22 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 29 Jun 2010 14:53:22 -0000 Received: (qmail 72600 invoked by uid 500); 29 Jun 2010 14:53:22 -0000 Delivered-To: [email protected] Received: (qmail 72552 invoked by uid 500); 29 Jun 2010 14:53:21 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 72544 invoked by uid 99); 29 Jun 2010 14:53:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 14:53:21 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mail-pw0-f48.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 14:53:15 +0000 Received: by pwj1 with SMTP id 1so694534pwj.35 for <[email protected]>; Tue, 29 Jun 2010 07:51:53 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id 20mr6358118wfd.289.1277823113034; Tue, 29 Jun 2010 07:51:53 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 29 Jun 2010 07:51:53 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Tue, 29 Jun 2010 07:51:53 -0700 Message-ID: <[email protected]> Subject: Re: [Lucy] Divide user mailing lists by host language From: Nathan Kurz <[email protected]> To: [email protected] Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Jun 28, 2010 at 9:06 PM, Marvin Humphrey <[email protected]> w= rote: > On Mon, Jun 28, 2010 at 10:44:42PM -0500, Peter Karman wrote: >> Anyway, is it a big deal to add more lists later, based on demand, rathe= r than >> splitting them up in the initial proposal? > > OK, that works for me. =C2=A0Let's start with the unified user list and w= orry about > the rest once we have users. =C2=A0:) +1 --nate From [email protected] Tue Jun 29 15:32:56 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16427 invoked from network); 29 Jun 2010 15:32:56 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 29 Jun 2010 15:32:56 -0000 Received: (qmail 52225 invoked by uid 500); 29 Jun 2010 15:32:56 -0000 Delivered-To: [email protected] Received: (qmail 52153 invoked by uid 500); 29 Jun 2010 15:32:55 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 43772 invoked by uid 99); 29 Jun 2010 15:28:55 -0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Tue, 29 Jun 2010 15:28:01 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BLucy_Wiki=5D_Update_of_=22BrainLog=22_by_MarvinHumphrey?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucy Wiki" for chan= ge notification. The "BrainLog" page has been changed by MarvinHumphrey. The comment on this change is: Soften the language of some recommendations.= Fix a typo.. http://wiki.apache.org/lucy/BrainLog?action=3Ddiff&rev1=3D1&rev2=3D2 -------------------------------------------------- Innocence is precious: once you have become familiar with a source, any b= rainlog you might contribute no longer reflects the experience of those who= are coming to the material for the first time. Therefore, if you are goin= g to record a brainlog, you should do so right away. = =3D=3D Editing brainlogs =3D=3D - It you make a "mistake" during testing, it may be tempting to edit the br= ainlog after the fact to conceal or minimize it. Don't! + It you make a "mistake" during testing, it may be tempting to edit the br= ainlog after the fact to conceal or minimize it. Please don't! = If multiple test subjects make the same "mistake", that indicates that th= ere is a flaw in the design that needs to be corrected. In fact, that sort= of pattern is ''exactly'' what UI testing is designed to reveal. = - On the other hand, it's probably not a good idea to publish a brainlog th= at contains egregiously inflammatory material, even if it's an accurate rec= ord of your thoughts. Befor you hit "send" -- especially for the first bra= inlog you write -- step away for a few hours or a day, and consider whether= you might want to swap out certain passages for placeholders like "[intemp= erate rant about XXXXXX here]". + On the other hand, it's probably not a good idea to publish a brainlog th= at contains egregiously inflammatory material, even if it's an accurate rec= ord of your thoughts. Before you hit "send" -- especially for the first br= ainlog you write -- step away for a few hours or a day, and consider whethe= r you might want to swap out certain passages for placeholders like "[intem= perate rant about XXXXXX here]". = =3D=3D Evaluating brainlogs =3D=3D When evaluating a brainlog, there are two things to bear in mind. = - First, blaming the user is poor form. The brainlogger is performing a va= luable service precisely by revealing where they went wrong or right, and t= hey are doing a job that you ''cannot'' do by yourself. Instead of critici= zing the path they took, consider how you might modify your source material= so that the next user doesn't make the same "mistake" -- even if you think= it was a "dumb mistake". + First, it's important to avoid blaming the user for "mistakes" documented= by the brainlog. The brainlogger is performing a valuable service precise= ly by revealing where they went wrong or right, and they are doing a job th= at you ''cannot'' do by yourself. Instead of criticizing the path they too= k, consider how you might modify your source material so that the next user= doesn't make the same "mistake" -- even if you think it was a "dumb" mista= ke. = Second, brainlogs are raw materials by nature, rather than carefully prep= ared constructive criticism. A critique is a contribution, even if it is i= mpolitic. If you feel miffed after reading a brainlog, consider it a chall= enge to rise above and extract every last drop of value from it. =20 From [email protected] Tue Jun 29 16:48:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38111 invoked from network); 29 Jun 2010 16:48:57 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 29 Jun 2010 16:48:57 -0000 Received: (qmail 56646 invoked by uid 500); 29 Jun 2010 16:48:57 -0000 Delivered-To: [email protected] Received: (qmail 56586 invoked by uid 500); 29 Jun 2010 16:48:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 52431 invoked by uid 99); 29 Jun 2010 16:46:37 -0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Tue, 29 Jun 2010 16:46:13 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BLucy_Wiki=5D_Update_of_=22LucyIncubatorProposal=22_by_Marvin?= =?utf-8?q?Humphrey?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucy Wiki" for chan= ge notification. The "LucyIncubatorProposal" page has been changed by MarvinHumphrey. The comment on this change is: Flesh out "Alignment". Some material under = "Relationships" is now duplicated and must be reworked.. http://wiki.apache.org/lucy/LucyIncubatorProposal?action=3Ddiff&rev1=3D13&r= ev2=3D14 -------------------------------------------------- It is useful to provide a brief introduction to the developers on the ini= tial committers list. This is best done here (and not in that section). Thi= s section may be used to discuss the diversity of the core development team= . Example (ServiceMix) The core developers are a diverse group of developer= s many of which are already very experienced open source developers. There = is at least one Apache Member together with a number of other existing Apac= he Committers along with folks from various companies. http://servicemix.or= g/Team Example (WADI) WADI was founded by Jules Gosnell in 2004, it now has= a strong base of developers from Geronimo, Castor, OpenEJB, Mojo, Jetty, A= ctiveCluster, ActiveMQ, and ServiceMix. = =3D=3D=3D Alignment =3D=3D=3D - Describe why Apache is a good match for the proposal. An opportunity to h= ighlight links with Apache projects and development philosophy. Example (Be= ehive): The initial code base is targeted to run within Tomcat, but the goa= l is to allow the framework to run on any compliant Servlet or J2EE contain= er. The Web services component, based on JSR-181, will leverage Axis. The N= etUI component builds on top of Struts. The underlying Controls component f= ramework uses Velocity. There are other projects that we will need to work = with, such as the Portals and Maven projects. + One Apache value which is particularly cherished by the Lucy community is= code base transparency. We have developed institutions which enable us to= measure and maximize usability (see [http://wiki.apache.org/lucy/BrainLog]= ), and we feel strongly that the bindings for Lucy must present APIs and do= cumentation which are idiomatic to the host language culture so that end us= ers can consume our work as easily as possible. + = + The controlled competition of meritocratic community development is also = very important to us. There has been substantial cross-pollination of idea= s between the Lucene and Lucy communities, yielding considerable benefits f= or both projects. The Lucy developers envision that our host-language sub-= communities will approach using and extending the library in distinct ways;= we hope to harness the creative tension between them to drive innovation, = building productive relationships akin to the one that Lucene and Lucy have= today. + = + A third priority of ours is to be bound by existing Apache institutions, = for the protection of all our stakeholders. = =3D=3D Known Risks =3D=3D An exercise in self-knowledge. Risks don't mean that a project is unaccep= table. If they are recognized and noted then they can be addressed during i= ncubation. From [email protected] Tue Jun 29 17:41:08 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55398 invoked from network); 29 Jun 2010 17:41:08 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 29 Jun 2010 17:41:08 -0000 Received: (qmail 15847 invoked by uid 500); 29 Jun 2010 17:41:08 -0000 Delivered-To: [email protected] Received: (qmail 15777 invoked by uid 500); 29 Jun 2010 17:41:08 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 15209 invoked by uid 99); 29 Jun 2010 17:39:14 -0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Tue, 29 Jun 2010 17:38:50 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BLucy_Wiki=5D_Update_of_=22LucyIncubatorProposal=22_by_Marvin?= =?utf-8?q?Humphrey?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucy Wiki" for chan= ge notification. The "LucyIncubatorProposal" page has been changed by MarvinHumphrey. The comment on this change is: Add "Preface". Add a line item regarding C = API to "initial goals".. http://wiki.apache.org/lucy/LucyIncubatorProposal?action=3Ddiff&rev1=3D14&r= ev2=3D15 -------------------------------------------------- ## page was renamed from GraduationPlan For reference, see the original template at [http://incubator.apache.org/= guides/proposal.html] + =3D=3D Preface =3D=3D + = + Lucy is a sub-project which is being spun off from the Lucene TLP but is = not yet ready for graduation. We propose to address certain needs of the p= roject by assimilating the KinoSearch code base, and enter the Incubator on= a top-level-project track. = =3D=3D Abstract =3D=3D Lucy will be a loose port of the Lucene search engine library, written in= C and targeted at dynamic languages. @@ -19, +22 @@ = =3D=3D Initial Goals =3D=3D * Make a 1.0 stable release as quickly as possible. - * Concentrate on community expansion thereafter. + * Concentrate on community expansion immediately thereafter. + * Expose a public C API. = =3D=3D Current Status =3D=3D * Currently a Lucene subproject. From [email protected] Tue Jun 29 19:19:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88713 invoked from network); 29 Jun 2010 19:19:57 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 29 Jun 2010 19:19:57 -0000 Received: (qmail 70160 invoked by uid 500); 29 Jun 2010 19:19:57 -0000 Delivered-To: [email protected] Received: (qmail 70108 invoked by uid 500); 29 Jun 2010 19:19:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 64839 invoked by uid 99); 29 Jun 2010 19:17:42 -0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Tue, 29 Jun 2010 19:17:17 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BLucy_Wiki=5D_Update_of_=22LucyIncubatorProposal=22_by_Marvin?= =?utf-8?q?Humphrey?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucy Wiki" for chan= ge notification. The "LucyIncubatorProposal" page has been changed by MarvinHumphrey. The comment on this change is: Flesh out "External Dependencies". Change "= lucy-perl-users" mailing list request to "lucy-users". Eliminate some boil= erplate. Change wiki request wording slightly.. http://wiki.apache.org/lucy/LucyIncubatorProposal?action=3Ddiff&rev1=3D15&r= ev2=3D16 -------------------------------------------------- Complex proposals (typically involving multiple code bases) may find it u= seful to draw up an initial plan for the submission of the code here. Demon= strate that the proposal is practical. Example (Heraldry): * The OpenID spe= cification and content on openid.net from Brad Fitzpatrick of Six Apart, Lt= d. and David Recordon of VeriSign, Inc. * The domains openid.net and yadis.= org from Brad Fitzpatrick of Six Apart, Ltd. and Johannes Ernst of NetMesh,= Inc. * OpenID libraries in Python, Ruby, Perl, PHP, and C# from JanRain, I= nc. ... * Yadis conformance test suite from NetMesh and VeriSign, Inc. We w= ill also be soliciting contributions of further plugins and patches to vari= ous pieces of Open Source software. = =3D=3D External Dependencies =3D=3D - External dependencies for the initial source is important. Only some exte= rnal dependencies are allowed by Apache policy. These restrictions are (to = some extent) initially relaxed for projects under incubation. + The Perl bindings for KinoSearch depend on a few CPAN modules which do no= t have Apache-compatible licenses. It will be possible to address all of t= hese during incubation: = - If the initial source has dependencies which would prevent graduation the= n this is the right place to indicate how these issues will be resolved. Ex= ample (CeltiXfire): The dependencies all have Apache compatible licenses. T= hese include BSD, CDDL, CPL, MPL and MIT licensed dependencies. + * JSONacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXS can be eliminated by writing our own JSON parser. = + * Linguacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bStemacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bSnowball and Linguacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bStopWords are both wrappers around = Snowball, which is itself BSD licensed. We can eliminate them by writing o= ur own wrappers and bundling the Snowball files. + * The build currently requires Parsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bRecDescent. However, the compilat= ion stage which requires Parsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bRecDescent can be moved up into release pre= paration, so it can be eliminate as an end-user dependency. = + The build also requires modules which are now bundled with core Perl as o= f 5.10.0 (Modulacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bBuild, ExtUtilsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8builder), but were not with Perl 5.8.x.= Guidance is sought as to whether they are acceptable. - =3D=3D Cryptography =3D=3D - If the proposal involves cryptographic code either directly or indirectly= , Apache needs to know so that the relevant paperwork can be obtained. = =3D=3D Required Resources =3D=3D - Resources that infrastructure will be asked to supply for this project. = =3D=3D=3D Mailing lists =3D=3D=3D = * lucy-dev * lucy-private (with moderated subscriptions) * lucy-commits - * lucy-perl-users + * lucy-users = =3D=3D=3D Subversion Directory =3D=3D=3D It is conventional to use all lower case, dash-separated (-) directory na= mes. The directory should be within the incubator directory space (http://s= vn.apache.org/repos/asf/incubator). Example (OpenJPA): https://svn.apache.o= rg/repos/asf/incubator/openjpa @@ -136, +136 @@ Lucy already has a JIRA tracker: Lucy (LUCY) = =3D=3D=3D Other Resources =3D=3D=3D - Lucy already has a MoinMoin [email protected]/lucy. It would be ni= ce to keep it, especially since its current location is also where it would= end up upon TLP graduation, but we will defer to the wishes of the Incubat= or PMC if standard Incubator wiki placement is recommended. + Lucy already has a MoinMoin [email protected]/lucy. It would be co= nvenient to keep it, especially since its current location is also where it= would end up upon TLP graduation, but we will defer to the wishes of the I= ncubator PMC if standard Incubator wiki placement is recommended. = =3D=3D Initial Committers =3D=3D 1. Marvin Humphrey ([email protected]) From [email protected] Wed Jun 30 01:57:58 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 98759 invoked from network); 30 Jun 2010 01:57:57 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 30 Jun 2010 01:57:57 -0000 Received: (qmail 16252 invoked by uid 500); 30 Jun 2010 01:57:57 -0000 Delivered-To: [email protected] Received: (qmail 16210 invoked by uid 500); 30 Jun 2010 01:57:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 16202 invoked by uid 99); 30 Jun 2010 01:57:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 01:57:57 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO pekmac.local) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 01:57:50 +0000 Received: from pekmac.local (localhost [161.129.204.104]) by pekmac.local (Postfix) with ESMTP id 2AF981AEB6D for <[email protected]>; Tue, 29 Jun 2010 20:56:59 -0500 (CDT) Message-ID: <[email protected]> Date: Tue, 29 Jun 2010 20:56:58 -0500 From: Peter Karman <[email protected]> User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:161.129.204.104) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: [email protected] Subject: Re: [Lucy] Re: Sponsoring Entity References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Marvin Humphrey wrote on 6/29/10 12:05 AM: > On Mon, Jun 28, 2010 at 11:23:47PM -0500, Peter Karman wrote: >> Could you comment on the Sponsoring Entity section in the Incubator proposal? >> >> http://wiki.apache.org/lucy/LucyIncubatorProposal#Sponsoring_Entity > > You've gotten it right. The Sponsoring Entity in this case would be the > Incubator PMC: > Thanks. Changed just now in the wiki. > By the way, this is an interesting passage: > > http://www.apache.org/foundation/how-it-works.html#incubator > yes, it's reassuring to see that the Apache community has experience in this area. -- Peter Karman . http://peknet.com/ . [email protected] From [email protected] Wed Jun 30 02:00:31 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 487 invoked from network); 30 Jun 2010 02:00:30 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 30 Jun 2010 02:00:30 -0000 Received: (qmail 18865 invoked by uid 500); 30 Jun 2010 02:00:30 -0000 Delivered-To: [email protected] Received: (qmail 18797 invoked by uid 500); 30 Jun 2010 02:00:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 15501 invoked by uid 99); 30 Jun 2010 01:54:56 -0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Wed, 30 Jun 2010 01:54:32 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BLucy_Wiki=5D_Update_of_=22LucyIncubatorProposal=22_by_PeterK?= =?utf-8?q?arman?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucy Wiki" for chan= ge notification. The "LucyIncubatorProposal" page has been changed by PeterKarman. The comment on this change is: descibe the Sponsor change. http://wiki.apache.org/lucy/LucyIncubatorProposal?action=3Ddiff&rev1=3D16&r= ev2=3D17 -------------------------------------------------- TBD = =3D=3D=3D Sponsoring Entity =3D=3D=3D - The Sponsor is the organizational unit within Apache taking responsibilit= y for this proposal. The sponsoring entity can be: = + Lucy is currently sponsored by Lucene as a sub-project. This proposal adv= ocates changing Lucy's relationship with Apache from developing all new cod= e as a Lucene sub-project, to instead assimilating existing code (KinoSearc= h) under the sponsorship of the Incubator. - * the Apache Board - * the Incubator - * another Apache project = - The PMC for the appropriate project will decide whether to sponsor (by a = vote). Unless there are strong links to an existing Apache project, it is r= ecommended that the proposal asks that the Incubator for sponsorship. - = - Note that the final destination within the Apache organizational structur= e will be decided upon graduation. -=20 From [email protected] Wed Jun 30 02:01:14 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 643 invoked from network); 30 Jun 2010 02:01:14 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 30 Jun 2010 02:01:14 -0000 Received: (qmail 19019 invoked by uid 500); 30 Jun 2010 02:01:14 -0000 Delivered-To: [email protected] Received: (qmail 18966 invoked by uid 500); 30 Jun 2010 02:01:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 18957 invoked by uid 99); 30 Jun 2010 02:01:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 02:01:14 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO pekmac.local) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 02:01:07 +0000 Received: from pekmac.local (localhost [161.129.204.104]) by pekmac.local (Postfix) with ESMTP id 98E451AEB6E for <[email protected]>; Tue, 29 Jun 2010 21:00:46 -0500 (CDT) Message-ID: <[email protected]> Date: Tue, 29 Jun 2010 21:00:46 -0500 From: Peter Karman <[email protected]> User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:161.129.204.104) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: [email protected] Subject: Re: [Lucy] Re: [Lucy Wiki] Update of "LucyIncubatorProposal" by PeterKarman References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Marvin Humphrey wrote on 6/28/10 12:34 PM: > Random thoughts: > > * I think it would be good to emphasize that this proposal is a response to > suggestions from the Lucene PMC about community growth and fast releases. > I'd like to show that we intend to make good, conscientious use of the > mentoring that the Incubator offers, and also that this is a logical, > natural move for Lucy to make. Seems to fit under Proposal or Background. It's a key part of the story, and as such should probably not be "safely ignored by domain experts" in the Background section. That seems to be the litmus test for what goes in Background vs Proposal. > * Somewhere we should indicate that the technical goals of the original Lucy > project has been achieved, and that now that that's happened we are ready > for a new phase focusing on community growth. Under Proposal? > * The Apache values I care about most are code base transparency and > controlled competition. Code base transparency is important because making > the code easy to work with makes it easier to contribute, increasing both > quantity and quality of contributions. Controlled competition provides > motivation which increases quality of contribution. I'm not sure where to > put those items; community is one possibility. Looks like you have this under Alignment now? -- Peter Karman . http://peknet.com/ . [email protected] From [email protected] Wed Jun 30 03:48:16 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24985 invoked from network); 30 Jun 2010 03:48:16 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 30 Jun 2010 03:48:16 -0000 Received: (qmail 79533 invoked by uid 500); 30 Jun 2010 03:48:16 -0000 Delivered-To: [email protected] Received: (qmail 79468 invoked by uid 500); 30 Jun 2010 03:48:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 79460 invoked by uid 99); 30 Jun 2010 03:48:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 03:48:13 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO rectangular.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 03:48:05 +0000 Received: from marvin by rectangular.com with local (Exim 4.63) (envelope-from <[email protected]>) id 1OToH0-0000ho-TH for [email protected]; Tue, 29 Jun 2010 20:47:42 -0700 Date: Tue, 29 Jun 2010 20:47:42 -0700 To: [email protected] Subject: Re: [Lucy] Re: [Lucy Wiki] Update of "LucyIncubatorProposal" by PeterKarman Message-ID: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> User-Agent: Mutt/1.5.13 (2006-08-11) From: Marvin Humphrey <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Jun 29, 2010 at 09:00:46PM -0500, Peter Karman wrote: > Marvin Humphrey wrote on 6/28/10 12:34 PM: > > > Random thoughts: > > > > * I think it would be good to emphasize that this proposal is a response to > > suggestions from the Lucene PMC about community growth and fast releases. > > I'd like to show that we intend to make good, conscientious use of the > > mentoring that the Incubator offers, and also that this is a logical, > > natural move for Lucy to make. > > Seems to fit under Proposal or Background. It's a key part of the story, and as > such should probably not be "safely ignored by domain experts" in the Background > section. That seems to be the litmus test for what goes in Background vs Proposal. I was leaning towards Current Status, but Background seems like a better choice, looking at what e.g. Chukwa, BlueSky, and ChatterBot put in that section. > > * Somewhere we should indicate that the technical goals of the original Lucy > > project has been achieved, and that now that that's happened we are ready > > for a new phase focusing on community growth. > > Under Proposal? I think probably under Background again, but I'm not sure. Ordinarily Proposal just describes what the project *does*, but our case is a little odd. The guidelines explicitly state that we don't have to adhere to the template exactly, so we can add, remove, or expand sections -- so long as we address the spirit of all concerns. Ah well, things will probably become clear as the draft nears completion... > > * The Apache values I care about most are code base transparency and > > controlled competition. Code base transparency is important because making > > the code easy to work with makes it easier to contribute, increasing both > > quantity and quality of contributions. Controlled competition provides > > motivation which increases quality of contribution. I'm not sure where to > > put those items; community is one possibility. > > Looks like you have this under Alignment now? Yes. I'm pleased with how that section turned out; it accurately describes what I feel are some of the biggest reasons why Lucy belongs at Apache, but perhaps more importantly, I think it demonstrates that we have a sophisticated understanding of what Apache is looking for. And hopefully it expresses values that you (idiomatic APIs, usability) and Nate (code simplicity) feel are important as well. ... Schedule-wise, I'd like to get rough draft language in all sections by the end of tomorrow. That leaves us Thursday to revise, followed by a final QA pass on Friday morning prior to submission. I'll also draw up a draft of the accompanying post to general@lucene tomorrow. Sound like a plan? It doesn't have to be perfect, but the better it is, the better a position we'll be in to take advantage of the feedback we get from the Lucene PMC. And FWIW, both Grant and Doug are on the Incubator PMC as well. Marvin Humphrey From [email protected] Wed Jun 30 05:21:08 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 47208 invoked from network); 30 Jun 2010 05:21:08 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 30 Jun 2010 05:21:08 -0000 Received: (qmail 45318 invoked by uid 500); 30 Jun 2010 05:21:08 -0000 Delivered-To: [email protected] Received: (qmail 45247 invoked by uid 500); 30 Jun 2010 05:21:06 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 29871 invoked by uid 99); 30 Jun 2010 04:39:19 -0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Wed, 30 Jun 2010 04:38:25 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BLucy_Wiki=5D_Update_of_=22LucyIncubatorProposal=22_by_Marvin?= =?utf-8?q?Humphrey?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucy Wiki" for chan= ge notification. The "LucyIncubatorProposal" page has been changed by MarvinHumphrey. The comment on this change is: Fill out a few of the Known Risks.. http://wiki.apache.org/lucy/LucyIncubatorProposal?action=3Ddiff&rev1=3D17&r= ev2=3D18 -------------------------------------------------- A third priority of ours is to be bound by existing Apache institutions, = for the protection of all our stakeholders. = =3D=3D Known Risks =3D=3D - An exercise in self-knowledge. Risks don't mean that a project is unaccep= table. If they are recognized and noted then they can be addressed during i= ncubation. = =3D=3D=3D Orphaned products =3D=3D=3D - A public commitment to future development. + All three initial committers have been associated with the project for se= veral years across multiple jobs. However, at this time, the project would= probably not survive the departure of the the founder, Marvin Humphrey, so= there is a risk of being orphaned. Marvin has no plans to leave, but as a= community we have been actively working to make him dispensable. = - Recruiting a diverse development community and strong user base takes tim= e. Apache needs to be confident that the proposers are committed. Example (= Yoko): The contributors are leading vendors in this space. There is no risk= of any of the usual warning signs of orphaned or abandoned code. - = - Example (Ivy): Due to its small number of committers, there is a risk of = being orphaned. The main knowledge of the codebase is still mainly owned by= Xavier Hanin. Even if Xavier has no plan to leave Ivy development, this is= a problem we are aware of and know that need to be worked on so that the p= roject become less dependent on an individual. - = - Example (Tika): There are a number of projects at various stages of matur= ity that implement a subset of the proposed features in Tika. For many pote= ntial users the existing tools are already enough, which reduces the demand= for a more generic toolkit. This can also be seen in the slow progress of = this proposal over the past year. However, once the project gets started we= can quickly reach the feature level of existing tools based on seed code f= rom sources mentioned below. After that we believe to be able to quickly gr= ow the developer and user communities based on the benefits of a generic to= olkit over custom alternatives. = =3D=3D=3D Inexperience with Open Source =3D=3D=3D = @@ -76, +70 @@ = = =3D=3D=3D Homogenous Developers =3D=3D=3D + Our community is geographically dispersed, with members in San Diego, Oak= land, and Minneapolis. We all work for different organizations. - Healthy projects need a mix of developers. Open development requires a co= mmitment to encouraging a diverse mixture. This includes the art of working= as part of a geographically scattered group in a distributed environment. - = - Starting with a homogenous community does not prevent a project from ente= ring incubation. But for those projects, a commitment to creating a diverse= mix of developers is useful. Those projects who already have a mix should = take this chance to highlight that they do. Example (Beehive): The current = list of committers includes developers from several different companies plu= s many independent volunteers. The committers are geographically distribute= d across the U.S., Europe, and Asia. They are experienced with working in a= distributed environment. - = - Example (River) Since the Jini Technology Starter Kit has been mainly dev= eloped to date by Sun Microsystems, the vast majority of initial committers= to the project are from Sun. Over the years, Sun has received bug fixes an= d enhancements from other developers which have been incorporated into the = code. Our plan is to work with these other developers and add them as commi= tters as we progress. There are three other initial committers (non Sun): B= ill Venners, Dan Creswell, and Mark Brouwer. Bill is the lead of the Servic= e UI API work, Dan has been involved with much Jini-based development, incl= uding an implementation of the JavaSpaces service called Blitz <http://www.= dancres.org/blitz/>, and Mark is veteran of much Jini-based development, in= cluding commercial work at Virgil <http://www.virgil.nl> as well as leading= the open source Cheiron <http://www.cheiron.org> project. - = - Example (Ivy): With only two core developers, at least they are not homog= enous! Xavier and Maarten knew each other only due to their common interest= in Ivy. = =3D=3D=3D Reliance on Salaried Developers =3D=3D=3D - All three initial committers associated with the project for several year= s across multiple jobs. + Marvin Humphrey is currently employed primarily to work on this project a= nd to support applications that use it. = =3D=3D=3D Relationships with Other Apache Products =3D=3D=3D When Lucy was conceived, we envisioned that our eventual sub-communities = (Perl, Ruby, etc) would approach using and extending the library in distinc= t ways, and that we would be able to harness the creative tension between t= he different cultures to drive innovation. Lucy and Lucene have that kind = of a relationship today, and multiple significant novelties have either cro= ss-pollinated or arisen while discussing competing approaches. (e.g. objec= t conservation during indexing, per-segment search.) From [email protected] Wed Jun 30 05:23:43 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 47644 invoked from network); 30 Jun 2010 05:23:43 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 30 Jun 2010 05:23:43 -0000 Received: (qmail 49310 invoked by uid 500); 30 Jun 2010 05:23:43 -0000 Delivered-To: [email protected] Received: (qmail 49247 invoked by uid 500); 30 Jun 2010 05:23:42 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 45248 invoked by uid 99); 30 Jun 2010 05:21:07 -0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Wed, 30 Jun 2010 05:20:13 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BLucy_Wiki=5D_Update_of_=22LucyIncubatorProposal=22_by_Marvin?= =?utf-8?q?Humphrey?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucy Wiki" for chan= ge notification. The "LucyIncubatorProposal" page has been changed by MarvinHumphrey. The comment on this change is: Update Documentation, Initial Source, and IP= Submission Plan. http://wiki.apache.org/lucy/LucyIncubatorProposal?action=3Ddiff&rev1=3D18&r= ev2=3D19 -------------------------------------------------- Proposal is intended to address those deficiencies. = =3D=3D Documentation =3D=3D - References to further reading material. Examples (Heraldry): [1] Informat= ion on Yadis can be found at: http://yadis.org http://www.openidenabled.com= [2] Information on OpenID can be found at: http://www.openid.net http://ww= w.openidenabled.com The mailing list for both OpenID and Yadis is located a= t: http://lists.danga.com/mailman/listinfo/yadis ... + = + * Subversion repository: [http://www.rectangular.com/svn/kinosearch/] + * Perl API documentation: [http://www.rectangular.com/kinosearch/docs/de= vel/] + * Discussion list: [http://www.rectangular.com/mailman/listinfo/kinosear= ch/] = =3D=3D Initial Source =3D=3D + The initial source will be a snapshot from the KinoSearch subversion repo= sitory. - Describes the origin of the proposed code base. If the initial code arriv= es from more than one source, this is the right place to outline the differ= ent histories. - = - If there is no initial source, note that here. Example (Heraldry): OpenID= has been in development since the summer of 2005. It currently has an acti= ve community (over 15 million enabled accounts) and libraries in a variety = of languages. Additionally it is supported by LiveJournal.com and is contin= uing to gain traction in the Open Source Community. Yadis has been in devel= opment since late 2005 and the specification has not changed since early 20= 06. Like OpenID, it has libraries in various languages and there is a large= overlap between the two communities. The specification is... = =3D=3D Source and Intellectual Property Submission Plan =3D=3D - Complex proposals (typically involving multiple code bases) may find it u= seful to draw up an initial plan for the submission of the code here. Demon= strate that the proposal is practical. Example (Heraldry): * The OpenID spe= cification and content on openid.net from Brad Fitzpatrick of Six Apart, Lt= d. and David Recordon of VeriSign, Inc. * The domains openid.net and yadis.= org from Brad Fitzpatrick of Six Apart, Ltd. and Johannes Ernst of NetMesh,= Inc. * OpenID libraries in Python, Ruby, Perl, PHP, and C# from JanRain, I= nc. ... * Yadis conformance test suite from NetMesh and VeriSign, Inc. We w= ill also be soliciting contributions of further plugins and patches to vari= ous pieces of Open Source software. + KinoSearch is currently under a GPL/Artistic license. There are five ind= ividuals who have made multiple significant contributions to the code base = and whose participation is either essential or would be very, very helpful:= the three committers on this proposal, Chris Nandor, and Father Chrysostom= os. All have been contacted and are amenable to re-licensing their work an= d contributing it to Apache. We will contact as many other contributors as= possible; if there are any that we cannot obtain permission from, we will = refactor to expunge their work. = =3D=3D External Dependencies =3D=3D The Perl bindings for KinoSearch depend on a few CPAN modules which do no= t have Apache-compatible licenses. It will be possible to address all of t= hese during incubation: From [email protected] Wed Jun 30 06:20:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59990 invoked from network); 30 Jun 2010 06:20:56 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 30 Jun 2010 06:20:56 -0000 Received: (qmail 96630 invoked by uid 500); 30 Jun 2010 06:20:56 -0000 Delivered-To: [email protected] Received: (qmail 96563 invoked by uid 500); 30 Jun 2010 06:20:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 91837 invoked by uid 99); 30 Jun 2010 06:12:51 -0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Wed, 30 Jun 2010 06:12:27 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BLucy_Wiki=5D_Update_of_=22LucyIncubatorProposal=22_by_Marvin?= =?utf-8?q?Humphrey?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucy Wiki" for chan= ge notification. The "LucyIncubatorProposal" page has been changed by MarvinHumphrey. The comment on this change is: Flesh out Background. http://wiki.apache.org/lucy/LucyIncubatorProposal?action=3Ddiff&rev1=3D19&r= ev2=3D20 -------------------------------------------------- A lengthier description of the proposal. Should be reasonably declarative= . More discursive material should be included in the rationale (or other la= ter sections). Example (XAP): XAP is to provide an XML-based declarative fr= amework for building, deploying and maintaining rich, interactive, Ajax-pow= ered web applications. A basic principal of XAP is to leverage existing Aja= x ... = =3D=3D Background =3D=3D - Explain terms whose meanings may be misunderstood (for example, where the= re is not a single widely adopted definition). + Lucy began as an ambitious, from-scratch Lucene sub-project, with initial= committers David Balmain (author of Ferret, a Ruby/C port of Lucene), Doug= Cutting, and Marvin Humphrey (founder of KinoSearch, a Perl/C port). Duri= ng an initial burst of activity, the overall architecture for Lucy was sket= ched out by Dave and Marvin. Unfortunately, Dave became unavailable soon a= fter, and without a working code base to release or any users, it proved di= fficult to replace him. Still, Marvin carried on their work throughout a p= eriod of seeming dormancy. = - This content should be capable of being safely ignored by domain experts.= It should probably find an eventual home on the Podling website. Example (= Heraldry): To provide some background, the Higgins Project is being activel= y developed within Eclipse and is a framework that will enable users and en= terprises to integrate identity, profile, and relationship information acro= ss multiple systems. Using context providers, existing and new systems such= as directories, collaboration spaces ... + In the last year, the work has come to fruition: major technical mileston= es have been achieved and Lucy's underpinnings have been completed. Additi= onally, other developers from the KinoSearch community have taken an intere= st in Lucy and have begun to ramp up their contributions. The next steps f= or Lucy were articulated by the Lucene PMC in a recent review: make release= s, acquire users, grow community. + = + To implement the Lucene PMC's recommendations and get to a release as qui= ckly as possible, the Lucy community proposes to assimilate the KinoSearch = code base, which has been retrofitted to use Lucy's core. Lucy still lacks= a number of important indexing and search classes; we wish to flesh these = out via IP clearance work rather than software development. = + = + Since the Lucene PMC will not be responsible for Lucy much longer, it is = more appropriate for the software grant to take place within the context of= the Incubator than the Lucene TLP. As none of our current members have Ap= ache PMC experience, we also seek to take advantage of the Incubator enviro= nment to prepare ourselves for responsible self-governance. = =3D=3D Rationale =3D=3D Explains why this project needs to exist and why should it be adopted by = Apache. This is the right place for discursive material. Example (Beehive):= There is a strong need for a cohesive, easy-to-use programming model for b= uilding J2EE applications. Developers new to Java are forced to learn a myr= iad of APIs just to build simple applications; advanced J2EE developers are= forced to write tedious plumbing code; and tools authors are limited in wh= at they can do to simplify the experience due to the underlying complexity. @@ -26, +30 @@ * Expose a public C API. = =3D=3D Current Status =3D=3D - * Currently a Lucene subproject. - * Major technical achievements in the last year. - * Board policy of breaking up subprojects, Lucy asked to submit plan for= graduation. - * Lucene PMC identified community building as primary task. - * Fastest path to a community is assimilation of KinoSearch code base. = =3D=3D=3D Meritocracy =3D=3D=3D Our initial committer list includes two individuals (Peter Karman and Nat= han Kurz) who started off as KinoSearch users, demonstrated merit through c= onstructive forum participation, adept negotiation, consensus building, and= submission of high-quality contributions, and were invited to become commi= tters. Peter now rolls most releases. From [email protected] Wed Jun 30 23:54:59 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93245 invoked from network); 30 Jun 2010 23:54:59 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 30 Jun 2010 23:54:59 -0000 Received: (qmail 54499 invoked by uid 500); 30 Jun 2010 23:54:59 -0000 Delivered-To: [email protected] Received: (qmail 54435 invoked by uid 500); 30 Jun 2010 23:54:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 45941 invoked by uid 99); 30 Jun 2010 23:48:36 -0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Wed, 30 Jun 2010 23:47:42 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BLucy_Wiki=5D_Update_of_=22LucyIncubatorProposal=22_by_Marvin?= =?utf-8?q?Humphrey?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucy Wiki" for chan= ge notification. The "LucyIncubatorProposal" page has been changed by MarvinHumphrey. The comment on this change is: Flesh out "Core Developers", cannibalizing i= nformation from elsewhere. Shrink and refine some of the Known Risks. . http://wiki.apache.org/lucy/LucyIncubatorProposal?action=3Ddiff&rev1=3D20&r= ev2=3D21 -------------------------------------------------- Lucy's chief challenge is growing its community, which it hopes to achiev= e through efforts in two areas: reaching a 1.0 release, and actively reachi= ng out to its target audience, users and developers in the dynamic language= communities who want a fast, scalable full-text search solution in their n= ative language. = =3D=3D=3D Core Developers =3D=3D=3D - Apache is composed of individuals. = - It is useful to provide a brief introduction to the developers on the ini= tial committers list. This is best done here (and not in that section). Thi= s section may be used to discuss the diversity of the core development team= . Example (ServiceMix) The core developers are a diverse group of developer= s many of which are already very experienced open source developers. There = is at least one Apache Member together with a number of other existing Apac= he Committers along with folks from various companies. http://servicemix.or= g/Team Example (WADI) WADI was founded by Jules Gosnell in 2004, it now has= a strong base of developers from Geronimo, Castor, OpenEJB, Mojo, Jetty, A= ctiveCluster, ActiveMQ, and ServiceMix. + * Marvin Humphrey is the project founder of KinoSearch, and co-founded t= he existing Lucy subproject. He is presently employed by Eventful, Inc. + * Peter Karman has contributed to several open source projects since 200= 1, including being a committer at http://swish-e.org/ (a search engine), ht= tp://code.google.com/p/rose/ (an ORM) and http://catalyst.perl.org/ (web fr= amework). He is employed by American Public Media. + * Nathan Kurz has participated in numerous open source projects and has = been a KinoSearch committer since 2007. He is currently Chief Flavor Engin= eer of Scream Sorbet, and writes software in his copious free time. = =3D=3D=3D Alignment =3D=3D=3D One Apache value which is particularly cherished by the Lucy community is= code base transparency. We have developed institutions which enable us to= measure and maximize usability (see [http://wiki.apache.org/lucy/BrainLog]= ), and we feel strongly that the bindings for Lucy must present APIs and do= cumentation which are idiomatic to the host language culture so that end us= ers can consume our work as easily as possible. @@ -56, +57 @@ =3D=3D Known Risks =3D=3D = =3D=3D=3D Orphaned products =3D=3D=3D - All three initial committers have been associated with the project for se= veral years across multiple jobs. However, at this time, the project would= probably not survive the departure of the the founder, Marvin Humphrey, so= there is a risk of being orphaned. Marvin has no plans to leave, but as a= community we have been actively working to make him dispensable. + All initial committers have been associated with the project for several = years across multiple jobs. However, at this time, the project would proba= bly not survive the departure of Marvin Humphrey, so there is a risk of bei= ng orphaned. Marvin has no plans to leave, but we have been actively worki= ng to disperse his knowledge of the code base and administrative responsibi= lities in order to make him dispensable. - = = =3D=3D=3D Inexperience with Open Source =3D=3D=3D = + The initial committers have all have significant experience with open sou= rce development, and include one present Apache committer. We recognize th= at we lack PMC experience and seek to address that deficiency by going thro= ugh the Incubator. In retrospect, Marvin wishes that Lucy had gone through= the Incubator during its first inception. - Varying degrees of open source experience: - * Marvin Humphrey had moderate experience with open source when Lucy sta= rted, and is now more seasoned. In retrospect, he wishes that Lucy had gone= through incubation during its first inception. - * Peter Karman has contributed to several open source projects since 200= 1, including being a committer at http://swish-e.org/ (a search engine), ht= tp://code.google.com/p/rose/ (an ORM) and http://catalyst.perl.org/ (web fr= amework). - * Nathan Kurz -- - = - = = =3D=3D=3D Homogenous Developers =3D=3D=3D Our community is geographically dispersed, with members in San Diego, Oak= land, and Minneapolis. We all work for different organizations. = =3D=3D=3D Reliance on Salaried Developers =3D=3D=3D - Marvin Humphrey is currently employed primarily to work on this project a= nd to support applications that use it. + Marvin Humphrey has a great job at Eventful working primarily on this pro= ject and supporting applications that use it. Nevertheless, he is extremel= y dedicated to Lucy and is determined to see it through to the point where = it becomes self-sustaining, regardless of work circumstances. = =3D=3D=3D Relationships with Other Apache Products =3D=3D=3D When Lucy was conceived, we envisioned that our eventual sub-communities = (Perl, Ruby, etc) would approach using and extending the library in distinc= t ways, and that we would be able to harness the creative tension between t= he different cultures to drive innovation. Lucy and Lucene have that kind = of a relationship today, and multiple significant novelties have either cro= ss-pollinated or arisen while discussing competing approaches. (e.g. objec= t conservation during indexing, per-segment search.) @@ -131, +126 @@ 1. Peter Karman ([email protected]) 1. Nathan Kurz ( [email protected] ) = - =3D=3D Affiliations =3D=3D - Marvin Humphrey is employed by Eventful, Inc and works primarily on this = project. - Peter Karman is employed by American Public Media and contributes to this= project and several other open source projects. - = =3D=3D Sponsors =3D=3D =3D=3D=3D Champion =3D=3D=3D =20 From [email protected] Thu Jul 01 00:02:15 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95417 invoked from network); 1 Jul 2010 00:02:14 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 1 Jul 2010 00:02:14 -0000 Received: (qmail 62089 invoked by uid 500); 1 Jul 2010 00:02:14 -0000 Delivered-To: [email protected] Received: (qmail 62059 invoked by uid 500); 1 Jul 2010 00:02:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <lucy-dev.lucene.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 62051 invoked by uid 99); 1 Jul 2010 00:02:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jul 2010 00:02:14 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO rectangular.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jul 2010 00:02:06 +0000 Received: from marvin by rectangular.com with local (Exim 4.63) (envelope-from <[email protected]>) id 1OU7Dt-0002eF-QF for [email protected]; Wed, 30 Jun 2010 17:01:45 -0700 Date: Wed, 30 Jun 2010 17:01:45 -0700 To: [email protected] Subject: Core Developer bios Message-ID: <[email protected]> References: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> User-Agent: Mutt/1.5.13 (2006-08-11) From: Marvin Humphrey <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Jun 30, 2010 at 11:47:42PM -0000, Apache Wiki wrote: > + * Nathan Kurz has participated in numerous open source projects and has been a KinoSearch committer since 2007. He is currently Chief Flavor Engineer of Scream Sorbet, and writes software in his copious free time. Nate, I didn't know what to write to describe your crazy bio, and I don't think this does enough to convey your serious C and comp-sci chops. I also don't think "Chief Flavor Engineer" is your title at Scream, though IMO it ought to be. Can you please edit? Marvin Humphrey
From [email protected] Sun Jan 03 20:06:40 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17161 invoked from network); 3 Jan 2010 20:06:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Jan 2010 20:06:40 -0000 Received: (qmail 51091 invoked by uid 500); 3 Jan 2010 20:06:40 -0000 Delivered-To: [email protected] Received: (qmail 51034 invoked by uid 500); 3 Jan 2010 20:06:39 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 46045 invoked by uid 99); 3 Jan 2010 19:52:13 -0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=FSHW29P4V+vJDZ8TjjlqxN3PfyEuq+yWZfkpuMZAfHI=; b=gRNVp4ehcnZAhBOTP4t9SQsD1wTNJpRksUHbQHZs12VpWeoNDxoYzaHd3uOmg02bhp fib2qB7YX1sChdO5Utt3aURbbgVh+A4NMMqFkN2+SHbpggQppJotHcYGOqU7Ya+P0foE vA8yunGUKsTL2MfqgrjvpyEY/VhDYjiVEVVco= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=CRAhOI3Lg3eSZp5M92ruuUCLjkoitVigjMINRWtQilzkHnEjNkT+apPPEk1C9pGTsw 23/8fu/XvowYUb3lLttnaTK79R0ev2826lgrjxu4My0jUEzqrg81LdDdJdGz2V2CWY0w M3Bm7fS7Q3bWJhDC5WfYh1KVpZ0XSQ4UvZQu4= MIME-Version: 1.0 Sender: [email protected] In-Reply-To: <[email protected]> References: <[email protected]> Date: Sun, 3 Jan 2010 14:51:44 -0500 X-Google-Sender-Auth: b32ef00c27b443c5 Message-ID: <[email protected]> Subject: Re: Mavenizing Roller From: Denis Balazuc <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=0016363b9f0031f33e047c47ef71 X-Virus-Checked: Checked by ClamAV on apache.org --0016363b9f0031f33e047c47ef71 Content-Type: text/plain; charset=UTF-8 Thank you Dave. It's great news for Roller. I look forward to try this at home and put R5.0 to work with Maven as soon as possible. I'll let you know if I encounter any difficulty. Happy new year to all. Denis Balazuc On Wed, Dec 30, 2009 at 5:58 PM, Dave <[email protected]> wrote: > Re: Mavenize Roller (https://issues.apache.org/jira/browse/ROL-1849) > > I just did a complete Mavenization of Roller and comitted it into the > roller_mavenized branch. I created the following Maven bundles: > > test-utils: test utils (e.g. start/stop Derby task) > roller-core: core Roller component > planet-business: Planet POJOs and business logic > planet-web: Planet webapp (under construction as before) > weblogger-business: Weblogger POJOs and business logic > weblogger-web: Weblogger webapp, rendering system, Struts2 UI > weblogger-assembly: assembly that builds Roller distro > > To build and run all unit tests, you do this: > > svn co https://svn.apache.org/repos/asf/roller/branches/roller_mavenized > cd roller_mavenized > mvn install > > You'll find the Roller webapp in weblogger-web/target/roller. To build > a Roller distribution, you do this: > > cd weblogger-assembly > mvn assembly:single > > And you will find Roller distribution files in weblogger-assembly/target > > I still need to do a little work to trim down the number of jars in > WEB-INF/lib but other than that, I'm ready to merge this into trunk. I > think it will be a great improvement. It will make it easier for new > developers to understand the Roller source code and to do development > in Eclipse, IDEA, Netbeans and any other IDE that has Maven support. I > know it is late in the "release cycle" but we will have time to work > out the kinks as we create 5.0 betas and release candidates. > > I hope to merge this work into the trunk this weekend. Does anybody > object to this? > > Thanks, > - Dave > --0016363b9f0031f33e047c47ef71-- From [email protected] Mon Jan 04 22:23:24 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6482 invoked from network); 4 Jan 2010 22:23:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Jan 2010 22:23:24 -0000 Received: (qmail 10727 invoked by uid 500); 4 Jan 2010 22:23:24 -0000 Delivered-To: [email protected] Received: (qmail 10681 invoked by uid 500); 4 Jan 2010 22:23:23 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 10671 invoked by uid 99); 4 Jan 2010 22:23:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jan 2010 22:23:23 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mail-yx0-f200.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jan 2010 22:23:14 +0000 Received: by yxe38 with SMTP id 38so13446759yxe.6 for <[email protected]>; Mon, 04 Jan 2010 14:22:52 -0800 (PST) MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id a7mr10790683anp.157.1262643772118; Mon, 04 Jan 2010 14:22:52 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> From: Matt Raible <[email protected]> Date: Mon, 4 Jan 2010 15:22:32 -0700 Message-ID: <[email protected]> Subject: Re: Mavenizing Roller To: [email protected] Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Finally got a chance to look at this today. Here's some findings: * In the root pom.xml, there's a <repositories> element. Ideally, this is only configured for snapshots and the rest of the dependencies are in Maven's central repo. For example, here's AppFuse's: <repositories> <repository> <id>appfuse-snapshots</id> <url>http://oss.sonatype.org/content/repositories/appfuse-snaps= hots</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository> </repositories> If artifacts are not in the Central Repo, we should do our best to get them in there. I can help with that if you like. * There's no <distributionManagement> section for deploying snapshots and releases. Apache has a Nexus instance at https://repository.apache.org that we should be able to leverage for this. * <type>jar</type> is unnecessary since it's the default. Same goes for <scope>compile</scope>. * An XSD on <project> might give IDEs better support for Maven. * The <dependencyManagement> section is useful for managing versions, but seems cumbersome to me. I tend to use <properties> instead and define them at the root level. I don't know if <dependencyManagement> provides more than I'm aware of. * Shouldn't the test dependencies use <scope>test</scope> so they're not included in the distribution? If they should be included, you might want to remove the "test deps" comment in the root pom.xml. * Why is javax.mail provided? It's available in the central repo and it might make more sense to distribute it with Roller. * I get "[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources" when running "mvn install". Adding <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> to the <properties> section will fix this. * When I tried to run "mvn jetty:run" on the weblogger-web project, I received the following error: [INFO] Starting jetty 6.1.22 ... 2010-01-04 15:21:21.762:INFOacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bjetty-6.1.22 2010-01-04 15:21:22.023:WARNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bonfig error at <New id=3D"rollerdb" class=3D"org.mortbay.jetty.plus.naming.Resource"><Arg>jdbc/rollerdb</Arg><A= rg>| <New class=3D"org.apache.commons.dbcp.BasicDataSource"><Set name=3D"driverClassName">org.apache.derby.jdbc.ClientDriver</Set><Set name=3D"url">jdbc:derby://localhost:3219/rollerdb;create=3Dtrue</Set><Set name=3D"username">APP</Set><Set name=3D"password">APP</Set></New>| </Arg></New> java.lang.ClassNotFoundException: org.apache.commons.dbcp.BasicDataSource 2010-01-04 15:21:22.024:WARNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8biled startup of context org.mortbay.jetty.plugin.Jetty6PluginWebAppContext@d338d3d{/roller-weblogge= r-web,/Users/mraible/Work/roller/weblogger-web/src/main/webapp} java.lang.ClassNotFoundException: org.apache.commons.dbcp.BasicDataSource Cheers, Matt On Wed, Dec 30, 2009 at 3:58 PM, Dave <[email protected]> wrote: > Re: Mavenize Roller (https://issues.apache.org/jira/browse/ROL-1849) > > I just did a complete Mavenization of Roller and comitted it into the > roller_mavenized branch. I created the following Maven bundles: > > =C2=A0 test-utils: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0test utils (e.g. start/stop Derby task) > =C2=A0 roller-core: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0core Roller component > =C2=A0 planet-business: =C2=A0 =C2=A0 =C2=A0 =C2=A0Planet POJOs and busin= ess logic > =C2=A0 planet-web: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Plane= t webapp (under construction as before) > =C2=A0 weblogger-business: =C2=A0Weblogger POJOs and business logic > =C2=A0 weblogger-web: =C2=A0 =C2=A0 =C2=A0 =C2=A0 Weblogger webapp, rende= ring system, Struts2 UI > =C2=A0 weblogger-assembly: assembly that builds Roller distro > > To build and run all unit tests, you do this: > > =C2=A0 svn co https://svn.apache.org/repos/asf/roller/branches/roller_mav= enized > =C2=A0 cd roller_mavenized > =C2=A0 mvn install > > You'll find the Roller webapp in weblogger-web/target/roller. To build > a Roller distribution, you do this: > > =C2=A0 cd weblogger-assembly > =C2=A0 mvn assembly:single > > And you will find Roller distribution files in weblogger-assembly/target > > I still need to do a little work to trim down the number of jars in > WEB-INF/lib but other than that, I'm ready to merge this into trunk. I > think it will be a great improvement. It will make it easier for new > developers to understand the Roller source code and to do development > in Eclipse, IDEA, Netbeans and any other IDE that has Maven support. I > know it is late in the "release cycle" but we will have time to work > out the kinks as we create 5.0 betas and release candidates. > > I hope to merge this work into the trunk this weekend. Does anybody > object to this? > > Thanks, > - Dave > From [email protected] Tue Jan 05 01:28:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70264 invoked from network); 5 Jan 2010 01:28:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Jan 2010 01:28:57 -0000 Received: (qmail 68385 invoked by uid 500); 5 Jan 2010 01:28:56 -0000 Delivered-To: [email protected] Received: (qmail 68330 invoked by uid 500); 5 Jan 2010 01:28:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 28906 invoked by uid 99); 5 Jan 2010 00:18:24 -0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=Hba/r2cMOPzlOivN0IrrYrX9qCzgacNa4uj1shNcZgY=; b=f6gsZOmnmY9uDeNOocl33+tj6OjIbmufcKxqSOyWaeI4GCiGouVsKdhWKuDXbvsWFI +13oUzi1ORx8yzd5hfvu82iWmvjvdEXiJBvwRHiIp+m/oaAeA8m8Ls+GtG2mbMsD91hf 1etc9fSQbmGk5ZMqorwdk0SP3rAcw3yKK75w0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=YLyPv7qK00d+FFgExcP8yWoUNhP8/y3u9XaHvKNvZfDuIplqvgrYsd1/4SUHpCw4QQ 1wdEMbTXNKmRbl3dD7NIt3IoNwPhAygBz/qJLM6EVeTsI/OSVVu75GRE+EhTFTS6XJiL W6cZxaz4WCHq0bE3iYzLm9suXGhJPaNWwNxFA= MIME-Version: 1.0 Sender: [email protected] In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Mon, 4 Jan 2010 19:17:54 -0500 X-Google-Sender-Auth: af3513d1b6b739d0 Message-ID: <[email protected]> Subject: Re: Mavenizing Roller From: Denis Balazuc <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=001485f0373ee8556f047c5fc41e X-Virus-Checked: Checked by ClamAV on apache.org --001485f0373ee8556f047c5fc41e Content-Type: text/plain; charset=UTF-8 Hi Matt, Hi all My 2 cents on <dependencyManagement> One of the main advantage of using this tag is that you will not have to specify versions and scopes in children POMs, thus providing a central place for managing all JARs and making the child POM much simpler, avoiding version mix-up in the process. Usually, it's used in combination with <properties>: Example: In your parent POM <properties> <my.package.version>0.1</my.package.version> </properties> <dependencyManagement> <dependency> <groupId>my.package</groupId> <artifactId>artifact</artifactId> <version>${my.package.version}</version> <scope>runtime</scope> </dependencyManagement> If you want to use the above dependency in your child POM, you will only have to do: <dependency> <groupId>my.package</groupId> <artifactId>artifact</artifactId> </dependency> which is very nice and lightweight, compared to specifying <version> and maybe <scope> on each child dependency. You can also set <exclusion> in <dependencyManagement>, so as to make sure that children will not inadvertently import unwanted packages through their dependency settings, and that is in my opinion a great feature as it avoids having to browse dependency graphs to find out who imported "unwanted.jar" in the resulting assembly and repeat <exclusions> all over the place. In another related topic, I'm in favor of always specifying <packaging> and <scope> even if there are some default. Default values always require that you know about them and may hide important details to those who aren't familiar with Maven (this remark stands for any other kind of code actually...yes I am one who always specify super() in my constructors....sue me :D ) Hope this helps Cheers On Mon, Jan 4, 2010 at 5:22 PM, Matt Raible <[email protected]> wrote: > Finally got a chance to look at this today. Here's some findings: > > * In the root pom.xml, there's a <repositories> element. Ideally, this > is only configured for snapshots and the rest of the dependencies are > in Maven's central repo. For example, here's AppFuse's: > > <repositories> > <repository> > <id>appfuse-snapshots</id> > <url> > http://oss.sonatype.org/content/repositories/appfuse-snapshots</url> > <releases> > <enabled>false</enabled> > </releases> > <snapshots> > <enabled>true</enabled> > </snapshots> > </repository> > </repositories> > > If artifacts are not in the Central Repo, we should do our best to get > them in there. I can help with that if you like. > > * There's no <distributionManagement> section for deploying snapshots > and releases. Apache has a Nexus instance at > https://repository.apache.org that we should be able to leverage for > this. > > * <type>jar</type> is unnecessary since it's the default. Same goes > for <scope>compile</scope>. > > * An XSD on <project> might give IDEs better support for Maven. > > * The <dependencyManagement> section is useful for managing versions, > but seems cumbersome to me. I tend to use <properties> instead and > define them at the root level. I don't know if <dependencyManagement> > provides more than I'm aware of. > > * Shouldn't the test dependencies use <scope>test</scope> so they're > not included in the distribution? If they should be included, you > might want to remove the "test deps" comment in the root pom.xml. > > * Why is javax.mail provided? It's available in the central repo and > it might make more sense to distribute it with Roller. > > * I get "[WARNING] Using platform encoding (MacRoman actually) to copy > filtered resources" when running "mvn install". Adding > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> to > the <properties> section will fix this. > > * When I tried to run "mvn jetty:run" on the weblogger-web project, I > received the following error: > > [INFO] Starting jetty 6.1.22 ... > 2010-01-04 15:21:21.762:INFOacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bjetty-6.1.22 > 2010-01-04 15:21:22.023:WARNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bonfig error at <New id="rollerdb" > > class="org.mortbay.jetty.plus.naming.Resource"><Arg>jdbc/rollerdb</Arg><Arg>| > <New class="org.apache.commons.dbcp.BasicDataSource"><Set > name="driverClassName">org.apache.derby.jdbc.ClientDriver</Set><Set > name="url">jdbc:derby://localhost:3219/rollerdb;create=true</Set><Set > name="username">APP</Set><Set name="password">APP</Set></New>| > </Arg></New> java.lang.ClassNotFoundException: > org.apache.commons.dbcp.BasicDataSource > 2010-01-04 15:21:22.024:WARNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8biled startup of context > org.mortbay.jetty.plugin.Jetty6PluginWebAppContext@d338d3d > {/roller-weblogger-web,/Users/mraible/Work/roller/weblogger-web/src/main/webapp} > java.lang.ClassNotFoundException: org.apache.commons.dbcp.BasicDataSource > > Cheers, > > Matt > > > On Wed, Dec 30, 2009 at 3:58 PM, Dave <[email protected]> wrote: > > Re: Mavenize Roller (https://issues.apache.org/jira/browse/ROL-1849) > > > > I just did a complete Mavenization of Roller and comitted it into the > > roller_mavenized branch. I created the following Maven bundles: > > > > test-utils: test utils (e.g. start/stop Derby task) > > roller-core: core Roller component > > planet-business: Planet POJOs and business logic > > planet-web: Planet webapp (under construction as before) > > weblogger-business: Weblogger POJOs and business logic > > weblogger-web: Weblogger webapp, rendering system, Struts2 UI > > weblogger-assembly: assembly that builds Roller distro > > > > To build and run all unit tests, you do this: > > > > svn co > https://svn.apache.org/repos/asf/roller/branches/roller_mavenized > > cd roller_mavenized > > mvn install > > > > You'll find the Roller webapp in weblogger-web/target/roller. To build > > a Roller distribution, you do this: > > > > cd weblogger-assembly > > mvn assembly:single > > > > And you will find Roller distribution files in weblogger-assembly/target > > > > I still need to do a little work to trim down the number of jars in > > WEB-INF/lib but other than that, I'm ready to merge this into trunk. I > > think it will be a great improvement. It will make it easier for new > > developers to understand the Roller source code and to do development > > in Eclipse, IDEA, Netbeans and any other IDE that has Maven support. I > > know it is late in the "release cycle" but we will have time to work > > out the kinks as we create 5.0 betas and release candidates. > > > > I hope to merge this work into the trunk this weekend. Does anybody > > object to this? > > > > Thanks, > > - Dave > > > --001485f0373ee8556f047c5fc41e-- From [email protected] Tue Jan 05 02:50:08 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8911 invoked from network); 5 Jan 2010 02:50:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Jan 2010 02:50:08 -0000 Received: (qmail 16942 invoked by uid 500); 5 Jan 2010 02:50:08 -0000 Delivered-To: [email protected] Received: (qmail 16845 invoked by uid 500); 5 Jan 2010 02:50:08 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 16835 invoked by uid 99); 5 Jan 2010 02:50:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jan 2010 02:50:07 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-pw0-f58.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jan 2010 02:50:00 +0000 Received: by pwi2 with SMTP id 2so14097132pwi.37 for <[email protected]>; Mon, 04 Jan 2010 18:49:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=G9owXz7hjMM2PgCsaLJEXvFoBTuA8KQM6w93vOqbSvE=; b=SHyoD4nzt3oybbdbpmGlUnvEeqd7vkycyt8BKsvgAhQ9rEBdznTDjeIr/YyT9BF91l 8bd7QpV+7zQiF34cr9ZusMyU+2XWSlHMhcvJxrCXllk25cRaAC9ac83zZK3tw7UXvdiv 4DXWl0/pW7bAze6h3tl834PUs4ifO1QtwdRfk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=cLUwp4S13lue5fDGXFb2RDeXTTOVjXh38YYlMDZ4K+yUohe3h/4YQy9/ZduL6SmOy2 GCtnlLhUUv7S5I9hd8y1QbWR2q6wYR1lEvxju4Rv/dIor+dbCcWbgA/hES58ENqrh9q0 PB6bpjGk4PGq8y332mt7bv1Elzlznwe33nF/k= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id 11mr4023876wff.68.1262659780441; Mon, 04 Jan 2010 18:49:40 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Mon, 4 Jan 2010 21:49:40 -0500 Message-ID: <[email protected]> Subject: Re: NOMINATION: Greg Huber From: Dave <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 Quick update... I sent an email to the board (see also http://www.apache.org/dev/pmc.html) on Dec 27 but I have yet to get a confirmation. I pinged them again today. Sorry about the delay. - Dave On Thu, Dec 24, 2009 at 10:31 AM, Dave <[email protected]> wrote: > Looks like we have a new PMC member. Congrats Greg! I will get the > email and SVN accounts setup as soon as possible. > > - Dave > > > > On Wed, Dec 16, 2009 at 10:40 AM, Matt Raible <[email protected]> wrote: >> +1 >> >> On Tue, Dec 15, 2009 at 2:37 PM, Dave <[email protected]> wrote: >>> Greg Huber has been filing issues, posting patches and helping fellow >>> Roller users and newbies on the Roller dev and user lists since early >>> 2008. His patches and fix ideas always check out, he's friendly and >>> very helpful. I would like to nominate him for Roller committer and >>> PMC member status. >>> >>> Please cast your vote on this thread. >>> >>> Thanks, >>> Dave >>> >> > From [email protected] Wed Jan 06 03:29:16 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26278 invoked from network); 6 Jan 2010 03:29:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Jan 2010 03:29:16 -0000 Received: (qmail 76024 invoked by uid 500); 6 Jan 2010 03:29:15 -0000 Delivered-To: [email protected] Received: (qmail 75913 invoked by uid 500); 6 Jan 2010 03:29:15 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 75903 invoked by uid 99); 6 Jan 2010 03:29:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jan 2010 03:29:15 +0000 X-ASF-Spam-Status: No, hits=1.8 required=10.0 tests=DATE_IN_PAST_12_24,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-gx0-f227.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jan 2010 03:29:06 +0000 Received: by gxk27 with SMTP id 27so16794095gxk.7 for <[email protected]>; Tue, 05 Jan 2010 19:28:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=LGzepoLrNYwYYCQEPhVVbQLXYRCI1c2K1sdvSAD2C1E=; b=hwy26ndppJyeV/Fx2SgSMErJl/QLGccZUI9p9i1dF+iBb3DFUbv31112PipSa17fY2 Wu0yAGYsCOl0lnBgOG3LE9uzSZ38Z3ebBVJQyl/M1a4nfd8D1jPtECOk0IYPsKlkC9Jz hB+QYXp+MWwGaNRSDXwAWdhgFuj/3O/xmxZbY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=F/TgNydBP068lwHv+KSxSfZnWIFLZg43XdRykBpVgRTRgzavUrZE7TquaU1LD6OOuq NKYkmuqrBIUVgxb+bdQDPaXxzrrwPN79HhwEnXt+eEQojhTdtBvoAlk4G8NoBi6tJmyo 2ilEebXLPqA4KWUcK2jVDe7Kx5mZBRfx14WYA= Received: by 161.129.204.104 with SMTP id 38mr4488903aga.74.1262748525524; Tue, 05 Jan 2010 19:28:45 -0800 (PST) Received: from ?161.129.204.104? (cpe-069-134-066-066.nc.res.rr.com [161.129.204.104]) by mx.google.com with ESMTPS id 16sm9525074gxk.3.2161.129.204.104.28.43 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 05 Jan 2010 19:28:44 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1077) Subject: Re: Mavenizing Roller From: David Johnson <[email protected]> In-Reply-To: <[email protected]> Date: Tue, 5 Jan 2010 09:57:14 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <[email protected]> References: <[email protected]> <[email protected]> To: [email protected] X-Mailer: Apple Mail (2.1077) Thanks for the feedback. Good stuff. I'll review each and make corresponding changes during the next week. - Dave On Jan 4, 2010, at 5:22 PM, Matt Raible wrote: > Finally got a chance to look at this today. Here's some findings: >=20 > * In the root pom.xml, there's a <repositories> element. Ideally, this > is only configured for snapshots and the rest of the dependencies are > in Maven's central repo. For example, here's AppFuse's: >=20 > <repositories> > <repository> > <id>appfuse-snapshots</id> > = <url>http://oss.sonatype.org/content/repositories/appfuse-snapshots</url> > <releases> > <enabled>false</enabled> > </releases> > <snapshots> > <enabled>true</enabled> > </snapshots> > </repository> > </repositories> >=20 > If artifacts are not in the Central Repo, we should do our best to get > them in there. I can help with that if you like. >=20 > * There's no <distributionManagement> section for deploying snapshots > and releases. Apache has a Nexus instance at > https://repository.apache.org that we should be able to leverage for > this. >=20 > * <type>jar</type> is unnecessary since it's the default. Same goes > for <scope>compile</scope>. >=20 > * An XSD on <project> might give IDEs better support for Maven. >=20 > * The <dependencyManagement> section is useful for managing versions, > but seems cumbersome to me. I tend to use <properties> instead and > define them at the root level. I don't know if <dependencyManagement> > provides more than I'm aware of. >=20 > * Shouldn't the test dependencies use <scope>test</scope> so they're > not included in the distribution? If they should be included, you > might want to remove the "test deps" comment in the root pom.xml. >=20 > * Why is javax.mail provided? It's available in the central repo and > it might make more sense to distribute it with Roller. >=20 > * I get "[WARNING] Using platform encoding (MacRoman actually) to copy > filtered resources" when running "mvn install". Adding > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> to > the <properties> section will fix this. >=20 > * When I tried to run "mvn jetty:run" on the weblogger-web project, I > received the following error: >=20 > [INFO] Starting jetty 6.1.22 ... > 2010-01-04 15:21:21.762:INFOacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bjetty-6.1.22 > 2010-01-04 15:21:22.023:WARNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bonfig error at <New id=3D"rollerdb" > = class=3D"org.mortbay.jetty.plus.naming.Resource"><Arg>jdbc/rollerdb</Arg><= Arg>| > <New class=3D"org.apache.commons.dbcp.BasicDataSource"><Set > name=3D"driverClassName">org.apache.derby.jdbc.ClientDriver</Set><Set > name=3D"url">jdbc:derby://localhost:3219/rollerdb;create=3Dtrue</Set><Se= t > name=3D"username">APP</Set><Set name=3D"password">APP</Set></New>| > </Arg></New> java.lang.ClassNotFoundException: > org.apache.commons.dbcp.BasicDataSource > 2010-01-04 15:21:22.024:WARNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8biled startup of context > = org.mortbay.jetty.plugin.Jetty6PluginWebAppContext@d338d3d{/roller-weblogg= er-web,/Users/mraible/Work/roller/weblogger-web/src/main/webapp} > java.lang.ClassNotFoundException: = org.apache.commons.dbcp.BasicDataSource >=20 > Cheers, >=20 > Matt >=20 >=20 > On Wed, Dec 30, 2009 at 3:58 PM, Dave <[email protected]> wrote: >> Re: Mavenize Roller (https://issues.apache.org/jira/browse/ROL-1849) >>=20 >> I just did a complete Mavenization of Roller and comitted it into the >> roller_mavenized branch. I created the following Maven bundles: >>=20 >> test-utils: test utils (e.g. start/stop Derby = task) >> roller-core: core Roller component >> planet-business: Planet POJOs and business logic >> planet-web: Planet webapp (under construction as = before) >> weblogger-business: Weblogger POJOs and business logic >> weblogger-web: Weblogger webapp, rendering system, Struts2 = UI >> weblogger-assembly: assembly that builds Roller distro >>=20 >> To build and run all unit tests, you do this: >>=20 >> svn co = https://svn.apache.org/repos/asf/roller/branches/roller_mavenized >> cd roller_mavenized >> mvn install >>=20 >> You'll find the Roller webapp in weblogger-web/target/roller. To = build >> a Roller distribution, you do this: >>=20 >> cd weblogger-assembly >> mvn assembly:single >>=20 >> And you will find Roller distribution files in = weblogger-assembly/target >>=20 >> I still need to do a little work to trim down the number of jars in >> WEB-INF/lib but other than that, I'm ready to merge this into trunk. = I >> think it will be a great improvement. It will make it easier for new >> developers to understand the Roller source code and to do development >> in Eclipse, IDEA, Netbeans and any other IDE that has Maven support. = I >> know it is late in the "release cycle" but we will have time to work >> out the kinks as we create 5.0 betas and release candidates. >>=20 >> I hope to merge this work into the trunk this weekend. Does anybody >> object to this? >>=20 >> Thanks, >> - Dave >>=20 From [email protected] Wed Jan 06 13:00:45 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97473 invoked from network); 6 Jan 2010 13:00:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Jan 2010 13:00:45 -0000 Received: (qmail 45601 invoked by uid 500); 6 Jan 2010 13:00:45 -0000 Delivered-To: [email protected] Received: (qmail 45540 invoked by uid 500); 6 Jan 2010 13:00:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 45530 invoked by uid 99); 6 Jan 2010 13:00:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jan 2010 13:00:45 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-px0-f191.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jan 2010 13:00:35 +0000 Received: by pxi29 with SMTP id 29so12296620pxi.1 for <[email protected]>; Wed, 06 Jan 2010 05:00:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Ds2CGnzOY23atfvHfZJxxdm4CuYf4vAt46BH9tyRIn0=; b=Ku7pdMQyFSXaBQ1qGfytBta4ghPyrCNji/WZN4vgut4RGziht3NxDZLQAX7j2+2q3g 8CMvzovZ/NZqRyQnoGrrk4mFNGrdps3J2yJa17msxn2neTGdCAqpEk/EIXWtLdOZCJYp 2Ztjqyh8CCbOmeDFqvh4nrRUgKYrm0Che4sd8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Zkd7f7QWFTdbAqgI0EpOre6kKK2WRKeEKcwpGT4VDz2a2cIDt+SwtgfNFWaWc46qMa eGUipKjjT8EYyqxFF7k7eINyDHpAMdNZpG0g4QL9n1WipYRqsmf9Dw1WnCWkxEn9bucm LbYwR/t2cLfJAd4/Hynz+KSf1SXE0NDPZs1d8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id g20mr15496637wfo.28.1262782814069; Wed, 06 Jan 2010 05:00:14 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Wed, 6 Jan 2010 08:00:13 -0500 Message-ID: <[email protected]> Subject: Re: Mavenizing Roller From: Dave <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Thanks for the feedback.I think depdendencyManagement is useful too, but I also think I need to make more use of properties to reduce redundancy. - Dave On Mon, Jan 4, 2010 at 7:17 PM, Denis Balazuc <[email protected]> wrote: > Hi Matt, Hi all > > My 2 cents on <dependencyManagement> > > One of the main advantage of using this tag is that you will not have to > specify versions and scopes in children POMs, thus providing a central pl= ace > for managing all JARs and making the child POM much simpler, avoiding > version mix-up in the process. Usually, it's used in combination with > <properties>: > > Example: > In your parent POM > > <properties> > =A0 <my.package.version>0.1</my.package.version> > </properties> > > <dependencyManagement> > =A0<dependency> > =A0<groupId>my.package</groupId> > =A0<artifactId>artifact</artifactId> > =A0<version>${my.package.version}</version> > =A0<scope>runtime</scope> > </dependencyManagement> > > If you want to use the above dependency in your child POM, you will only > have to do: > <dependency> > =A0<groupId>my.package</groupId> > =A0<artifactId>artifact</artifactId> > </dependency> > > which is very nice and lightweight, compared to specifying <version> and > maybe <scope> on each child dependency. > You can also set <exclusion> in <dependencyManagement>, so as to make sur= e > that children will not inadvertently import unwanted packages through the= ir > dependency settings, and that is in my opinion a great feature as it avoi= ds > having to browse dependency graphs to find out who imported "unwanted.jar= " > in the resulting assembly and repeat <exclusions> all over the place. > > In another related topic, I'm in favor of always specifying <packaging> a= nd > <scope> even if there are some default. Default values always require tha= t > you know about them and may hide important details to those who aren't > familiar with Maven (this remark stands for any other kind of code > actually...yes I am one who always specify super() in my constructors....= sue > me :D =A0) > > Hope this helps > Cheers > > > > On Mon, Jan 4, 2010 at 5:22 PM, Matt Raible <[email protected]> wrot= e: > >> Finally got a chance to look at this today. Here's some findings: >> >> * In the root pom.xml, there's a <repositories> element. Ideally, this >> is only configured for snapshots and the rest of the dependencies are >> in Maven's central repo. For example, here's AppFuse's: >> >> =A0 =A0<repositories> >> =A0 =A0 =A0 =A0<repository> >> =A0 =A0 =A0 =A0 =A0 =A0<id>appfuse-snapshots</id> >> =A0 =A0 =A0 =A0 =A0 =A0<url> >> http://oss.sonatype.org/content/repositories/appfuse-snapshots</url> >> =A0 =A0 =A0 =A0 =A0 =A0<releases> >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0<enabled>false</enabled> >> =A0 =A0 =A0 =A0 =A0 =A0</releases> >> =A0 =A0 =A0 =A0 =A0 =A0<snapshots> >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0<enabled>true</enabled> >> =A0 =A0 =A0 =A0 =A0 =A0</snapshots> >> =A0 =A0 =A0 =A0</repository> >> =A0 =A0</repositories> >> >> If artifacts are not in the Central Repo, we should do our best to get >> them in there. I can help with that if you like. >> >> * There's no <distributionManagement> section for deploying snapshots >> and releases. Apache has a Nexus instance at >> https://repository.apache.org that we should be able to leverage for >> this. >> >> * <type>jar</type> is unnecessary since it's the default. Same goes >> for <scope>compile</scope>. >> >> * An XSD on <project> might give IDEs better support for Maven. >> >> * The <dependencyManagement> section is useful for managing versions, >> but seems cumbersome to me. I tend to use <properties> instead and >> define them at the root level. I don't know if <dependencyManagement> >> provides more than I'm aware of. >> >> * Shouldn't the test dependencies use <scope>test</scope> so they're >> not included in the distribution? If they should be included, you >> might want to remove the "test deps" comment in the root pom.xml. >> >> * Why is javax.mail provided? It's available in the central repo and >> it might make more sense to distribute it with Roller. >> >> * I get "[WARNING] Using platform encoding (MacRoman actually) to copy >> filtered resources" when running "mvn install". Adding >> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> to >> the <properties> section will fix this. >> >> * When I tried to run "mvn jetty:run" on the weblogger-web project, I >> received the following error: >> >> [INFO] Starting jetty 6.1.22 ... >> 2010-01-04 15:21:21.762:INFOacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bjetty-6.1.22 >> 2010-01-04 15:21:22.023:WARNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bonfig error at <New id=3D"rollerdb" >> >> class=3D"org.mortbay.jetty.plus.naming.Resource"><Arg>jdbc/rollerdb</Arg= ><Arg>| >> =A0 =A0 =A0 =A0 =A0 <New class=3D"org.apache.commons.dbcp.BasicDataSourc= e"><Set >> name=3D"driverClassName">org.apache.derby.jdbc.ClientDriver</Set><Set >> name=3D"url">jdbc:derby://localhost:3219/rollerdb;create=3Dtrue</Set><Se= t >> name=3D"username">APP</Set><Set name=3D"password">APP</Set></New>| >> </Arg></New> java.lang.ClassNotFoundException: >> org.apache.commons.dbcp.BasicDataSource >> 2010-01-04 15:21:22.024:WARNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8biled startup of context >> org.mortbay.jetty.plugin.Jetty6PluginWebAppContext@d338d3d >> {/roller-weblogger-web,/Users/mraible/Work/roller/weblogger-web/src/main= /webapp} >> java.lang.ClassNotFoundException: org.apache.commons.dbcp.BasicDataSourc= e >> >> Cheers, >> >> Matt >> >> >> On Wed, Dec 30, 2009 at 3:58 PM, Dave <[email protected]> wrote: >> > Re: Mavenize Roller (https://issues.apache.org/jira/browse/ROL-1849) >> > >> > I just did a complete Mavenization of Roller and comitted it into the >> > roller_mavenized branch. I created the following Maven bundles: >> > >> > =A0 test-utils: =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0test utils (e.g. st= art/stop Derby task) >> > =A0 roller-core: =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0core Roller component >> > =A0 planet-business: =A0 =A0 =A0 =A0Planet POJOs and business logic >> > =A0 planet-web: =A0 =A0 =A0 =A0 =A0 =A0 =A0 Planet webapp (under const= ruction as before) >> > =A0 weblogger-business: =A0Weblogger POJOs and business logic >> > =A0 weblogger-web: =A0 =A0 =A0 =A0 Weblogger webapp, rendering system,= Struts2 UI >> > =A0 weblogger-assembly: assembly that builds Roller distro >> > >> > To build and run all unit tests, you do this: >> > >> > =A0 svn co >> https://svn.apache.org/repos/asf/roller/branches/roller_mavenized >> > =A0 cd roller_mavenized >> > =A0 mvn install >> > >> > You'll find the Roller webapp in weblogger-web/target/roller. To build >> > a Roller distribution, you do this: >> > >> > =A0 cd weblogger-assembly >> > =A0 mvn assembly:single >> > >> > And you will find Roller distribution files in weblogger-assembly/targ= et >> > >> > I still need to do a little work to trim down the number of jars in >> > WEB-INF/lib but other than that, I'm ready to merge this into trunk. I >> > think it will be a great improvement. It will make it easier for new >> > developers to understand the Roller source code and to do development >> > in Eclipse, IDEA, Netbeans and any other IDE that has Maven support. I >> > know it is late in the "release cycle" but we will have time to work >> > out the kinks as we create 5.0 betas and release candidates. >> > >> > I hope to merge this work into the trunk this weekend. Does anybody >> > object to this? >> > >> > Thanks, >> > - Dave >> > >> > From [email protected] Sun Jan 10 04:37:27 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21198 invoked from network); 10 Jan 2010 04:37:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jan 2010 04:37:27 -0000 Received: (qmail 49442 invoked by uid 500); 10 Jan 2010 04:37:24 -0000 Delivered-To: [email protected] Received: (qmail 49325 invoked by uid 500); 10 Jan 2010 04:37:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 98199 invoked by uid 99); 10 Jan 2010 00:59:51 -0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:from:date:x-google-sender-auth:message-id:subject:to :content-type; bh=1LJH3b6mRyLaaoD2VDb5Y6mviKjLI1tL5KU6uneMb5g=; b=x7KUPhDmYp1cgZy5QU7Ux9e6ovARCfbBNKl5y6iH83l+JXNNTm8O6/34Ci97tAzvX1 d1fIwRwB+cOMDaz1UxshO6MNcseI76C7PQuNHI9h/Q5XbPP0vQbwSkghjFgTLv6jW+uF zwOXij3Rcyyqtr8vqBBD4GrEVBI+i90v2H4S8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; b=dGvjLqkacO+bPUgUoqOlXN8WLGjsu5VbPgpwQ/f9dWXOoAo2uBiSCNx5gtXpp91mc1 5TOo/J4Tf57yoVpjS1UohuqSRdjRC5EF7rJVA/T61DVjAMWdhcYPIWAxGaBBlSZzS/Hm tdKeegZHRT1QnxluuNqTn+9q3ZgJQQw+ki2aM= MIME-Version: 1.0 Sender: [email protected] In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> From: Laszlo Csaba Lorincz <[email protected]> Date: Sun, 10 Jan 2010 01:58:59 +0100 X-Google-Sender-Auth: 6a3022aa665d7248 Message-ID: <[email protected]> Subject: Re: Mavenizing Roller To: [email protected] Content-Type: multipart/alternative; boundary=001485f19a303c14c5047cc4ee06 X-Virus-Checked: Checked by ClamAV on apache.org --001485f19a303c14c5047cc4ee06 Content-Type: text/plain; charset=UTF-8 Hi! I also got an error on mvn install: [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar: U:\works\Java\roller-dev\planet-business\target\roller-planet-business-5.0-BETA2-SNAPSHOT.jar [INFO] [antrun:run {execution: stopdb}] [INFO] Executing tasks Stopping Derby 2010-01-10 00:32:09.515 GMT : Apache Derby Network Server - 161.129.204.104 - (802917) shutdown [delete] Deleting directory U:\works\Java\roller-dev\planet-business\target\test-classes\derby-system [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] An Ant BuildException has occured: Unable to delete file U:\works\Java\roller-dev\planet-business\target\test-classes\derby-system\planet_business\derby.log [INFO] ------------------------------------------------------------------------ [INFO] Trace org.apache.maven.lifecycle.LifecycleExecutionException: An Ant BuildException has occured: Unable to delete file U:\works\Java\roller-dev\planet-business\target\test-classes\derby-system\planet_business\derby.log at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:719) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138) at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) Caused by: org.apache.maven.plugin.MojoExecutionException: An Ant BuildException has occured: Unable to delete file U:\works\Java\roller-dev\planet-business\target\test-classes\derby-system\planet_business\derby.log at org.apache.maven.plugin.antrun.AbstractAntMojo.executeTasks(AbstractAntMojo.java:131) at org.apache.maven.plugin.antrun.AntRunMojo.execute(AntRunMojo.java:98) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694) ... 17 more Caused by: Unable to delete file U:\works\Java\roller-dev\planet-business\target\test-classes\derby-system\planet_business\derby.log at org.apache.tools.ant.taskdefs.Delete.handle(Delete.java:624) at org.apache.tools.ant.taskdefs.Delete.removeDir(Delete.java:683) at org.apache.tools.ant.taskdefs.Delete.removeDir(Delete.java:679) at org.apache.tools.ant.taskdefs.Delete.execute(Delete.java:543) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) at org.apache.tools.ant.Task.perform(Task.java:348) at org.apache.tools.ant.Target.execute(Target.java:357) at org.apache.maven.plugin.antrun.AbstractAntMojo.executeTasks(AbstractAntMojo.java:118) ... 20 more Do you use Maven in Eclipse too? If yes with which plugin: m2eclipse or Eclipse IAM? thanks Laszlo On Tue, Jan 5, 2010 at 1:17 AM, Denis Balazuc <[email protected]> wrote: > Hi Matt, Hi all > > My 2 cents on <dependencyManagement> > > One of the main advantage of using this tag is that you will not have to > specify versions and scopes in children POMs, thus providing a central > place > for managing all JARs and making the child POM much simpler, avoiding > version mix-up in the process. Usually, it's used in combination with > <properties>: > > Example: > In your parent POM > > <properties> > <my.package.version>0.1</my.package.version> > </properties> > > <dependencyManagement> > <dependency> > <groupId>my.package</groupId> > <artifactId>artifact</artifactId> > <version>${my.package.version}</version> > <scope>runtime</scope> > </dependencyManagement> > > If you want to use the above dependency in your child POM, you will only > have to do: > <dependency> > <groupId>my.package</groupId> > <artifactId>artifact</artifactId> > </dependency> > > which is very nice and lightweight, compared to specifying <version> and > maybe <scope> on each child dependency. > You can also set <exclusion> in <dependencyManagement>, so as to make sure > that children will not inadvertently import unwanted packages through their > dependency settings, and that is in my opinion a great feature as it avoids > having to browse dependency graphs to find out who imported "unwanted.jar" > in the resulting assembly and repeat <exclusions> all over the place. > > In another related topic, I'm in favor of always specifying <packaging> and > <scope> even if there are some default. Default values always require that > you know about them and may hide important details to those who aren't > familiar with Maven (this remark stands for any other kind of code > actually...yes I am one who always specify super() in my > constructors....sue > me :D ) > > Hope this helps > Cheers > > > > On Mon, Jan 4, 2010 at 5:22 PM, Matt Raible <[email protected]> > wrote: > > > Finally got a chance to look at this today. Here's some findings: > > > > * In the root pom.xml, there's a <repositories> element. Ideally, this > > is only configured for snapshots and the rest of the dependencies are > > in Maven's central repo. For example, here's AppFuse's: > > > > <repositories> > > <repository> > > <id>appfuse-snapshots</id> > > <url> > > http://oss.sonatype.org/content/repositories/appfuse-snapshots</url> > > <releases> > > <enabled>false</enabled> > > </releases> > > <snapshots> > > <enabled>true</enabled> > > </snapshots> > > </repository> > > </repositories> > > > > If artifacts are not in the Central Repo, we should do our best to get > > them in there. I can help with that if you like. > > > > * There's no <distributionManagement> section for deploying snapshots > > and releases. Apache has a Nexus instance at > > https://repository.apache.org that we should be able to leverage for > > this. > > > > * <type>jar</type> is unnecessary since it's the default. Same goes > > for <scope>compile</scope>. > > > > * An XSD on <project> might give IDEs better support for Maven. > > > > * The <dependencyManagement> section is useful for managing versions, > > but seems cumbersome to me. I tend to use <properties> instead and > > define them at the root level. I don't know if <dependencyManagement> > > provides more than I'm aware of. > > > > * Shouldn't the test dependencies use <scope>test</scope> so they're > > not included in the distribution? If they should be included, you > > might want to remove the "test deps" comment in the root pom.xml. > > > > * Why is javax.mail provided? It's available in the central repo and > > it might make more sense to distribute it with Roller. > > > > * I get "[WARNING] Using platform encoding (MacRoman actually) to copy > > filtered resources" when running "mvn install". Adding > > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> to > > the <properties> section will fix this. > > > > * When I tried to run "mvn jetty:run" on the weblogger-web project, I > > received the following error: > > > > [INFO] Starting jetty 6.1.22 ... > > 2010-01-04 15:21:21.762:INFOacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bjetty-6.1.22 > > 2010-01-04 15:21:22.023:WARNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bonfig error at <New id="rollerdb" > > > > > class="org.mortbay.jetty.plus.naming.Resource"><Arg>jdbc/rollerdb</Arg><Arg>| > > <New class="org.apache.commons.dbcp.BasicDataSource"><Set > > name="driverClassName">org.apache.derby.jdbc.ClientDriver</Set><Set > > name="url">jdbc:derby://localhost:3219/rollerdb;create=true</Set><Set > > name="username">APP</Set><Set name="password">APP</Set></New>| > > </Arg></New> java.lang.ClassNotFoundException: > > org.apache.commons.dbcp.BasicDataSource > > 2010-01-04 15:21:22.024:WARNacf:4db6:5e0b:f386:43a5:35d7:718d:3c8biled startup of context > > org.mortbay.jetty.plugin.Jetty6PluginWebAppContext@d338d3d > > > {/roller-weblogger-web,/Users/mraible/Work/roller/weblogger-web/src/main/webapp} > > java.lang.ClassNotFoundException: org.apache.commons.dbcp.BasicDataSource > > > > Cheers, > > > > Matt > > > > > > On Wed, Dec 30, 2009 at 3:58 PM, Dave <[email protected]> wrote: > > > Re: Mavenize Roller (https://issues.apache.org/jira/browse/ROL-1849) > > > > > > I just did a complete Mavenization of Roller and comitted it into the > > > roller_mavenized branch. I created the following Maven bundles: > > > > > > test-utils: test utils (e.g. start/stop Derby task) > > > roller-core: core Roller component > > > planet-business: Planet POJOs and business logic > > > planet-web: Planet webapp (under construction as > before) > > > weblogger-business: Weblogger POJOs and business logic > > > weblogger-web: Weblogger webapp, rendering system, Struts2 UI > > > weblogger-assembly: assembly that builds Roller distro > > > > > > To build and run all unit tests, you do this: > > > > > > svn co > > https://svn.apache.org/repos/asf/roller/branches/roller_mavenized > > > cd roller_mavenized > > > mvn install > > > > > > You'll find the Roller webapp in weblogger-web/target/roller. To build > > > a Roller distribution, you do this: > > > > > > cd weblogger-assembly > > > mvn assembly:single > > > > > > And you will find Roller distribution files in > weblogger-assembly/target > > > > > > I still need to do a little work to trim down the number of jars in > > > WEB-INF/lib but other than that, I'm ready to merge this into trunk. I > > > think it will be a great improvement. It will make it easier for new > > > developers to understand the Roller source code and to do development > > > in Eclipse, IDEA, Netbeans and any other IDE that has Maven support. I > > > know it is late in the "release cycle" but we will have time to work > > > out the kinks as we create 5.0 betas and release candidates. > > > > > > I hope to merge this work into the trunk this weekend. Does anybody > > > object to this? > > > > > > Thanks, > > > - Dave > --001485f19a303c14c5047cc4ee06-- From [email protected] Wed Jan 27 21:33:10 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5111 invoked from network); 27 Jan 2010 21:33:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Jan 2010 21:33:10 -0000 Received: (qmail 10212 invoked by uid 500); 27 Jan 2010 21:33:09 -0000 Delivered-To: [email protected] Received: (qmail 10179 invoked by uid 500); 27 Jan 2010 21:33:08 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 10167 invoked by uid 99); 27 Jan 2010 21:33:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jan 2010 21:33:08 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-fx0-f214.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jan 2010 21:33:00 +0000 Received: by fxm6 with SMTP id 6so14729fxm.7 for <[email protected]>; Wed, 27 Jan 2010 13:32:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=hEnVfiAL+N0tFm9BHN3G7ovVrOKdqVqYz3fqvVJXKhA=; b=U8frSX9C5NI2pdpW1h3NAw8fQdjsyzyFNS1DM4WSG5TRKqfkGAmoWy0yS95XihRQnN m6osaN0N+GE7ntXXzcOn/COncbpZROfpG1onuNxSAwZBf20s7e7x1sCETgW1rUew498F xnbIDQtV0zFtYwZp/7Qa4N6maWVpq4hdcDMNc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=oLsHp9ulEEgKfFMk/lj+dHToylxJI/L7mEPYwB9RVemRaaXhPhSI1TruRDtU6zkxNh 5aubM2eUueF56v4XI2zC7KUmEakOmY4I/lFWiIbG8E/RVeAj/uXvFFfiPvZwWheRzYQg zCdG7iFGcczBFysONMVFwdlbo5Fk512RNZtmU= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id m27mr1652186fan.16.1264627960307; Wed, 27 Jan 2010 13:32:40 -0800 (PST) Date: Wed, 27 Jan 2010 15:32:40 -0600 Message-ID: <[email protected]> Subject: LDAP authentication and automation of user creation From: jason mayer <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org I was looking into the feasability of automating the creation of user entries into the rolleruser db table, when I came across a post saying that roller 5.0 was "coming soon". Investigating further I found a proposal that had been implemented and was wondering if it was already in trunk. http://cwiki.apache.org/confluence/display/ROLLER/Proposal+Externalize+User+And+Permissions+Management I suppose my questions are, Is there a planned release date for 5.0? If I build from subversion will I be able to play with this functionality? Thanks From [email protected] Thu Jan 28 19:47:39 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28680 invoked from network); 28 Jan 2010 19:47:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Jan 2010 19:47:38 -0000 Received: (qmail 66406 invoked by uid 500); 28 Jan 2010 19:47:38 -0000 Delivered-To: [email protected] Received: (qmail 66363 invoked by uid 500); 28 Jan 2010 19:47:37 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 66353 invoked by uid 99); 28 Jan 2010 19:47:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jan 2010 19:47:37 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-fx0-f214.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jan 2010 19:47:26 +0000 Received: by fxm6 with SMTP id 6so943097fxm.7 for <[email protected]>; Thu, 28 Jan 2010 11:47:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=7kdt5KEcQHAD5swi2V3y0RyvxZAc9FT65ncxbQlIdwM=; b=uccCt4CU5ojlJZ0q9137ok2j6HZB2lIbrIDFsqtHtOcNThECMUntTk1L2kK69EeEIM c3vFr3J2898qaJo1R9fcZAgGEDBLZHrB2LuIpsSrOM56w6GMf2MmIaMhkXAwQl6Fds70 v/7GjrBbc1WykdauEYA7+c4LDF5ef5OZwSHaQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=VH1yCa8FSy/gtNKpECWdihu8X/wGOYQ/+UUFukRl8nUkLFkbknyRovLKqpMtzlrr9v PULQbF0A1iMD54K5C0muSGjCNdVtKH2Mk8GzGlE2iY7pr8us/3fh1Nw1OUpr9P8710/j xctVPz/571DBTAvn3EjYS61NI9n7KOeM0BTCg= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id c1mr1356912fai.80.1264708025874; Thu, 28 Jan 2010 11:47:05 -0800 (PST) Date: Thu, 28 Jan 2010 13:47:05 -0600 Message-ID: <[email protected]> Subject: roller-mavenized From: jason mayer <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Trying to start up after following the directions in the README. >To build and run all unit tests, you do this: > > svn co https://svn.apache.org/repos/asf/roller/branches/roller_mavenized > cd roller_mavenized > mvn install > >You'll find the Roller webapp in weblogger-web/target/roller. Moved the war to my webapps directory in a fresh install of apache-tomcat-5.5.28, and I was getting a SEVERE: Error listenerStart error that seems to be the same as the one that was reported in this 2006 email (http://[email protected]/msg01147.html). In my roller-startup.log file, I have this stacktrace: ERROR 2010-01-28 11:36:02,477 StandardContext:listenerStart - Error configuring application listener of class org.apache.tiles.web.startup.TilesListener java.lang.ClassNotFoundException: org.apache.tiles.web.startup.TilesListener at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1386) at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1232) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3743) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4252) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:760) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:740) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:544) at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:831) at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:720) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:490) at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1150) at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1022) at org.apache.catalina.core.StandardHost.start(StandardHost.java:736) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) at org.apache.catalina.core.StandardService.start(StandardService.java:448) at org.apache.catalina.core.StandardServer.start(StandardServer.java:700) at org.apache.catalina.startup.Catalina.start(Catalina.java:552) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433) ERROR 2010-01-28 11:36:02,480 StandardContext:listenerStart - Skipped installing application listeners due to previous error(s) I had someone else try it on a different machine using tomcat 6. He got the same error. Any ideas? From [email protected] Sun Jan 31 15:55:42 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70337 invoked from network); 31 Jan 2010 15:55:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Jan 2010 15:55:42 -0000 Received: (qmail 21167 invoked by uid 500); 31 Jan 2010 15:55:42 -0000 Delivered-To: [email protected] Received: (qmail 21128 invoked by uid 500); 31 Jan 2010 15:55:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.roller.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 21116 invoked by uid 99); 31 Jan 2010 15:55:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Jan 2010 15:55:40 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.busybuddha.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Jan 2010 15:55:30 +0000 Received: from gangolli-mac.local (localhost [161.129.204.104]) by mail.busybuddha.org (8.14.2/8.14.2/Debian-2build1) with ESMTP id o0VG3Lqm030629 for <[email protected]>; Sun, 31 Jan 2010 08:03:24 -0800 Message-ID: <[email protected]> Date: Sun, 31 Jan 2010 07:55:00 -0800 From: Anil Gangolli <[email protected]> User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:161.129.204.104) Gecko/20100111 Thunderbird/3.0.1 MIME-Version: 1.0 To: [email protected] Subject: Re: roller-mavenized References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Are you on trunk now? The mavenization is on trunk at this point and any further corrections will be done there. I'm not seeing this on trunk. I've also fixed the README on trunk to stop referring to the roller_mavenized branch. Try pulling trunk and running the exploded war (copy weblogger-web/target/roller to webapps instead of the war file). I'm having a separate problem with an NPE in auto db schema creation that I am looking into. --a. On 1/28/10 11:47 AM, jason mayer wrote: > Trying to start up after following the directions in the README. > > >> To build and run all unit tests, you do this: >> >> svn co https://svn.apache.org/repos/asf/roller/branches/roller_mavenized >> cd roller_mavenized >> mvn install >> >> You'll find the Roller webapp in weblogger-web/target/roller. >> > Moved the war to my webapps directory in a fresh install of > apache-tomcat-5.5.28, and I was getting a SEVERE: Error listenerStart > error that seems to be the same as the one that was reported in this > 2006 email (http://[email protected]/msg01147.html). > > In my roller-startup.log file, I have this stacktrace: > > ERROR 2010-01-28 11:36:02,477 StandardContext:listenerStart - Error > configuring application listener of class > org.apache.tiles.web.startup.TilesListener > java.lang.ClassNotFoundException: org.apache.tiles.web.startup.TilesListener > at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1386) > at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1232) > at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3743) > at org.apache.catalina.core.StandardContext.start(StandardContext.java:4252) > at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:760) > at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:740) > at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:544) > at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:831) > at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:720) > at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:490) > at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1150) > at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311) > at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120) > at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1022) > at org.apache.catalina.core.StandardHost.start(StandardHost.java:736) > at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014) > at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) > at org.apache.catalina.core.StandardService.start(StandardService.java:448) > at org.apache.catalina.core.StandardServer.start(StandardServer.java:700) > at org.apache.catalina.startup.Catalina.start(Catalina.java:552) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433) > ERROR 2010-01-28 11:36:02,480 StandardContext:listenerStart - Skipped > installing application listeners due to previous error(s) > > I had someone else try it on a different machine using tomcat 6. He > got the same error. Any ideas? >
From [email protected] Wed Nov 03 14:40:26 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83915 invoked from network); 3 Nov 2010 14:40:25 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 3 Nov 2010 14:40:25 -0000 Received: (qmail 4888 invoked by uid 500); 3 Nov 2010 14:40:56 -0000 Delivered-To: [email protected] Received: (qmail 4518 invoked by uid 500); 3 Nov 2010 14:40:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 4511 invoked by uid 99); 3 Nov 2010 14:40:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 14:40:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 14:40:49 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA3EeRW1016672 for <[email protected]>; Wed, 3 Nov 2010 14:40:28 GMT Message-ID: <18500513.220031288795227267.JavaMail.jira@thor> Date: Wed, 3 Nov 2010 10:40:27 -0400 (EDT) From: [email protected] To: [email protected] Subject: [jira] Subscription: COCOON-open-with-patch MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Issue Subscription Filter: COCOON-open-with-patch (117 issues) Subscriber: cocoon Key Summary COCOON-2304 ThreadLocal in Rhino context is not always cleared https://issues.apache.org/jira/browse/COCOON-2304 COCOON-2303 ThreadLocal in Sitemap EnvironmentHelper leaks on application undeployment https://issues.apache.org/jira/browse/COCOON-2303 COCOON-2301 Cocoon Cron Block Configurable Clustering https://issues.apache.org/jira/browse/COCOON-2301 COCOON-2300 jboss-5.1.0.GA vfszip protocol in CharsetFactory https://issues.apache.org/jira/browse/COCOON-2300 COCOON-2298 IncludeTransformer does not handle multi-valued parameters https://issues.apache.org/jira/browse/COCOON-2298 COCOON-2297 Character encoding does not follow JTidy properties https://issues.apache.org/jira/browse/COCOON-2297 COCOON-2296 [PATCH] Make flowscript work with Commons JXPath 1.3 https://issues.apache.org/jira/browse/COCOON-2296 COCOON-2295 integrating FOP-1.0 into Cocoon-2.1.12-dev https://issues.apache.org/jira/browse/COCOON-2295 COCOON-2294 Wrong version number for cocoon-serializers-impl in parent pom for revision 964648 https://issues.apache.org/jira/browse/COCOON-2294 COCOON-2290 CLONE - Add a read method to the SitemapComponentTestCase https://issues.apache.org/jira/browse/COCOON-2290 COCOON-2288 Allow usage of SLF4J for traces https://issues.apache.org/jira/browse/COCOON-2288 COCOON-2281 "Communication tools that we use" link to dev mailing list archive comes out at user mailing list archive https://issues.apache.org/jira/browse/COCOON-2281 COCOON-2268 To extend the image reader we need to change the visibility to the parameter of the ImageReader https://issues.apache.org/jira/browse/COCOON-2268 COCOON-2262 container.refresh() is called before embeddedServlet.init() https://issues.apache.org/jira/browse/COCOON-2262 COCOON-2260 wrong parent version in pom of cocoon-flowscript-impl https://issues.apache.org/jira/browse/COCOON-2260 COCOON-2249 XHTMLSerializer uses entity references &quot; and &apos; which cause JavaScript parse errors https://issues.apache.org/jira/browse/COCOON-2249 COCOON-2246 HttpRequest should handle encoding in getParameter and getParameterValues in the same way https://issues.apache.org/jira/browse/COCOON-2246 COCOON-2233 Update archetypes to current trunk artifact versions https://issues.apache.org/jira/browse/COCOON-2233 COCOON-2222 Add SaxParser configuration properties https://issues.apache.org/jira/browse/COCOON-2222 COCOON-2216 IncludeCacheManager can not perfom parallel includes https://issues.apache.org/jira/browse/COCOON-2216 COCOON-2212 jx:attribute does not check name is correct before proceeding https://issues.apache.org/jira/browse/COCOON-2212 COCOON-2197 Making the cocoon-auth-block acegi-security-sample work https://issues.apache.org/jira/browse/COCOON-2197 COCOON-2173 AbstractCachingProcessingPipeline: Two requests can deadlock each other https://issues.apache.org/jira/browse/COCOON-2173 COCOON-2162 [PATCH] Fix for Paginator when accessing out of bounds Pagination page https://issues.apache.org/jira/browse/COCOON-2162 COCOON-2137 XSD Schemas for CForms Development https://issues.apache.org/jira/browse/COCOON-2137 COCOON-2114 fix sorting in TraversableGenerator https://issues.apache.org/jira/browse/COCOON-2114 COCOON-2108 xmodule:flow-attr Does not accept document objects https://issues.apache.org/jira/browse/COCOON-2108 COCOON-2100 Retrieving mimeType returned by pipeline executed from Flow https://issues.apache.org/jira/browse/COCOON-2100 COCOON-2040 Union widget does not work with booleanfield set as case widget https://issues.apache.org/jira/browse/COCOON-2040 COCOON-2037 New DynamicGroup widget https://issues.apache.org/jira/browse/COCOON-2037 COCOON-2032 [PATCH] Sort order in paginated repeater https://issues.apache.org/jira/browse/COCOON-2032 COCOON-2030 submit-on-change doesn't work for a multivaluefield with list-type="checkbox" https://issues.apache.org/jira/browse/COCOON-2030 COCOON-2018 Use thread context class loader to load custom binding classes https://issues.apache.org/jira/browse/COCOON-2018 COCOON-2017 More output beautification options for serializers https://issues.apache.org/jira/browse/COCOON-2017 COCOON-2015 Doctype added twice because root element (html) is inlined https://issues.apache.org/jira/browse/COCOON-2015 COCOON-2002 HTML transformer only works with latin-1 characters https://issues.apache.org/jira/browse/COCOON-2002 COCOON-1974 Donating ContextAttributeInputModule https://issues.apache.org/jira/browse/COCOON-1974 COCOON-1973 CaptchaValidator: allow case-insensitive matching https://issues.apache.org/jira/browse/COCOON-1973 COCOON-1964 Redirects inside a block called via the servlet protocol fail https://issues.apache.org/jira/browse/COCOON-1964 COCOON-1963 Add a redirect action to the browser update handler https://issues.apache.org/jira/browse/COCOON-1963 COCOON-1960 Pipeline errors for "generator/reader already set" should provide more information https://issues.apache.org/jira/browse/COCOON-1960 COCOON-1949 [PATCH] load flowscript from file into specified Rhino context object https://issues.apache.org/jira/browse/COCOON-1949 COCOON-1946 [PATCH] - Javaflow Sample errors trying to enhance Javaflow classes and showing cform templates https://issues.apache.org/jira/browse/COCOON-1946 COCOON-1943 [Patch] Parameters in blocks-protocol URIs get decoded too early https://issues.apache.org/jira/browse/COCOON-1943 COCOON-1932 [PATCH] correct styling of disabled suggestion lists https://issues.apache.org/jira/browse/COCOON-1932 COCOON-1929 [PATCH] Reloading classloader in Cocoon 2.2 https://issues.apache.org/jira/browse/COCOON-1929 COCOON-1917 Request Encoding problem: multipart/form vs. url encoded https://issues.apache.org/jira/browse/COCOON-1917 COCOON-1915 Nullable value with additional String or XMLizable in JavaSelectionList https://issues.apache.org/jira/browse/COCOON-1915 COCOON-1914 Text as XMLizable in EmptySelectionList https://issues.apache.org/jira/browse/COCOON-1914 COCOON-1899 [PATCH] Cocoon XML:DB Implementation should not depend on Xindice https://issues.apache.org/jira/browse/COCOON-1899 COCOON-1898 [PATCH] XPatch support for maven-cocoon-deployer-plugin https://issues.apache.org/jira/browse/COCOON-1898 COCOON-1893 XML-Binding: Problem creating a new element https://issues.apache.org/jira/browse/COCOON-1893 COCOON-1877 [PATCH] Pageable Repeater https://issues.apache.org/jira/browse/COCOON-1877 COCOON-1870 Lucene block does not store attributes when instructed so https://issues.apache.org/jira/browse/COCOON-1870 COCOON-1846 [PATCH] BooleanField and radio do not send on-value-changed at the rigth time with IE https://issues.apache.org/jira/browse/COCOON-1846 COCOON-1843 LDAPTransformer: add-entry tag doesn't work https://issues.apache.org/jira/browse/COCOON-1843 COCOON-1842 LDAPTransformer: ClassCastException with Binary fields https://issues.apache.org/jira/browse/COCOON-1842 COCOON-1810 [PATCH] JMSEventMessageListener does not work https://issues.apache.org/jira/browse/COCOON-1810 COCOON-1807 Workaround for IE Bug in <button> https://issues.apache.org/jira/browse/COCOON-1807 COCOON-1794 [PATCH] Propagation of namespaces to a repeaters child bindings and implementation of a move-node binding https://issues.apache.org/jira/browse/COCOON-1794 COCOON-1738 double-listbox problem in repeaters https://issues.apache.org/jira/browse/COCOON-1738 COCOON-1726 Implementation of Source that supports conditional GETs https://issues.apache.org/jira/browse/COCOON-1726 COCOON-1717 Use custom cache keys for caching uri coplets using input modules. https://issues.apache.org/jira/browse/COCOON-1717 COCOON-1697 Allow request parameters to be used in "for (var k in h)" kind of Javascript Loops https://issues.apache.org/jira/browse/COCOON-1697 COCOON-1648 Add support for ISO8601 in I18nTransformer and Forms https://issues.apache.org/jira/browse/COCOON-1648 COCOON-1618 [PATCH] SoapGenerator/Serializer for Axis Block https://issues.apache.org/jira/browse/COCOON-1618 COCOON-1611 [PATCH] Add additonal constructor to FormInstance.java to be able to pass a locale https://issues.apache.org/jira/browse/COCOON-1611 COCOON-1603 [PATCH] handling of alternatives in MailTransformer https://issues.apache.org/jira/browse/COCOON-1603 COCOON-1573 Improvement SetAttributeJXPathBinding and Contribution SetNodeValueJXPathBinding https://issues.apache.org/jira/browse/COCOON-1573 COCOON-1556 [PATCH] Add a JXPathConvertor for conversion betwean beans and Strings https://issues.apache.org/jira/browse/COCOON-1556 COCOON-1535 [PATCH] enhancement to {global:} input module: return all sitemap globals https://issues.apache.org/jira/browse/COCOON-1535 COCOON-1527 [PATCH] Cache control logic sheets for XSP to override getKey and getValidity https://issues.apache.org/jira/browse/COCOON-1527 COCOON-1526 [PATCH] processToDOM returns a read-only DOM https://issues.apache.org/jira/browse/COCOON-1526 COCOON-1519 [PATCH] TeeTransformer refactoring https://issues.apache.org/jira/browse/COCOON-1519 COCOON-1508 [PATCH] Avalonize TranscoderFactory https://issues.apache.org/jira/browse/COCOON-1508 COCOON-1506 [PATCH] Manually specifying a mounted sitemap's context https://issues.apache.org/jira/browse/COCOON-1506 COCOON-1488 [PATCH] htmlunit-based testing, needs to be ported to 2.2 https://issues.apache.org/jira/browse/COCOON-1488 COCOON-1467 ESQL exception handling problem https://issues.apache.org/jira/browse/COCOON-1467 COCOON-1439 [poi] vertical text orientation and font cache https://issues.apache.org/jira/browse/COCOON-1439 COCOON-1398 New CachingPortletAdapter https://issues.apache.org/jira/browse/COCOON-1398 COCOON-1395 [PATCH] Missing ContextAttributeInputModule https://issues.apache.org/jira/browse/COCOON-1395 COCOON-1394 [PATCH] Implementation of PortletRequest#getQueryString() https://issues.apache.org/jira/browse/COCOON-1394 COCOON-1384 [PATCH] flow redirector should allow explicit 'cocoon:' scheme https://issues.apache.org/jira/browse/COCOON-1384 COCOON-1370 [PATCH] proxy block can now use JTidy and handle multipart POST https://issues.apache.org/jira/browse/COCOON-1370 COCOON-1368 [PATCH] HTTPRequestTransformer https://issues.apache.org/jira/browse/COCOON-1368 COCOON-1362 [PATCH] log4j.xconf should have the same default config as logkit.xconf https://issues.apache.org/jira/browse/COCOON-1362 COCOON-1360 [patch] client side validation for CForms https://issues.apache.org/jira/browse/COCOON-1360 COCOON-1345 [PATCH] Extract convertors into their own block https://issues.apache.org/jira/browse/COCOON-1345 COCOON-1340 [PATCH] lucene block contribution : a AnalyzerManager component https://issues.apache.org/jira/browse/COCOON-1340 COCOON-1337 [PATCH] Suggestion for widget population https://issues.apache.org/jira/browse/COCOON-1337 COCOON-1336 [PATCH] PortletWindowAspect: hiding portlet mode icons and new feature "force-sizable" https://issues.apache.org/jira/browse/COCOON-1336 COCOON-1332 [PATCH] content-length and content-type for portlet ActionRequest https://issues.apache.org/jira/browse/COCOON-1332 COCOON-1329 [PATCH] Fix for cocoon.jar bundled in ear common for portal.war and portlet.war https://issues.apache.org/jira/browse/COCOON-1329 COCOON-1325 [PATCH] commons-fileupload based multipart parser https://issues.apache.org/jira/browse/COCOON-1325 COCOON-1302 [Patch] Word Document Generator https://issues.apache.org/jira/browse/COCOON-1302 COCOON-1295 ParallelContentAggregator, multithreaded aggregating https://issues.apache.org/jira/browse/COCOON-1295 COCOON-1260 [PATCH] MultipartParser can now handle multipart/mixed https://issues.apache.org/jira/browse/COCOON-1260 COCOON-1254 [Patch] OWQLTransformer + RDQLTransformer https://issues.apache.org/jira/browse/COCOON-1254 COCOON-1249 [Patch] XMLDBSource should accept scheme://user:pass@host:port/path URIs https://issues.apache.org/jira/browse/COCOON-1249 COCOON-1232 [PATCH] NEW--ModuleDB Action for ORACLE( auto. increment ) https://issues.apache.org/jira/browse/COCOON-1232 COCOON-1203 [PATCH] inserver junit testing https://issues.apache.org/jira/browse/COCOON-1203 COCOON-1200 [PATCH] XML CSS engine https://issues.apache.org/jira/browse/COCOON-1200 COCOON-1185 [PATCH] BerkeleyDBStore https://issues.apache.org/jira/browse/COCOON-1185 COCOON-1147 [PATCH] namespace issues with XMLDBTransformer https://issues.apache.org/jira/browse/COCOON-1147 COCOON-1125 [PATCH] Updated CastorTransformer + samples https://issues.apache.org/jira/browse/COCOON-1125 COCOON-1027 [PATCH] CocoonBean add additional features for reprocessing pipelines and interrupt processing https://issues.apache.org/jira/browse/COCOON-1027 COCOON-996 [PATCH] LuceneIndexContentHandler.java produces CLOBs https://issues.apache.org/jira/browse/COCOON-996 COCOON-988 [PATCH] StreamGenerator can't handle multipart request parameters correctly https://issues.apache.org/jira/browse/COCOON-988 COCOON-881 [PATCH] file upload component for usage with flowscript https://issues.apache.org/jira/browse/COCOON-881 COCOON-871 [PATCH] XML posting from SourceWritingTransformer by using an enhanced HTTPClientSource https://issues.apache.org/jira/browse/COCOON-871 COCOON-867 [PATCH] wsinclude and htmlinclude transformers https://issues.apache.org/jira/browse/COCOON-867 COCOON-865 [PATCH] New ResourceLoadAction https://issues.apache.org/jira/browse/COCOON-865 COCOON-844 [PATCH] adding <wd:on-phase> and moving load() and save() to Form. https://issues.apache.org/jira/browse/COCOON-844 COCOON-825 [PATCH] Fix Bug: Better handling of CLOB in esql (get-xml) and handling of Oracle 'temporary lobs' https://issues.apache.org/jira/browse/COCOON-825 COCOON-719 [PATCH] Support for transactions in SQLTransformer https://issues.apache.org/jira/browse/COCOON-719 COCOON-717 [PATCH] Namespace cleanup in HTMLSerializer https://issues.apache.org/jira/browse/COCOON-717 COCOON-665 [PATCH] HSSFSerializer Support for FreezePane https://issues.apache.org/jira/browse/COCOON-665 You may edit this subscription at: https://issues.apache.org/jira/secure/FilterSubscription!default.jspa?subId=10311&filterId=12310771 From [email protected] Sun Nov 07 08:10:47 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59594 invoked from network); 7 Nov 2010 08:10:46 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Nov 2010 08:10:46 -0000 Received: (qmail 18262 invoked by uid 500); 7 Nov 2010 08:11:17 -0000 Delivered-To: [email protected] Received: (qmail 17626 invoked by uid 500); 7 Nov 2010 08:11:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 17613 invoked by uid 99); 7 Nov 2010 08:11:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Nov 2010 08:11:13 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-gy0-f179.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Nov 2010 08:11:08 +0000 Received: by gyg8 with SMTP id 8so3479515gyg.24 for <multiple recipients>; Sun, 07 Nov 2010 01:10:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=90OTcOKiGHe//x/6lZDDkrVtCmOQfXu/ZiBX/8yUL5M=; b=QPbtuS5ac3WEs9vGKLvc3zJYW36FeHdzwjpbmb0e2Qku+96KLYi99/ytfoxlywohrS oZ2NfB0Xh2QNcnV/li+ClV158R7PHuo4e/eKappDoYyVcT36xcEEDX6CDMNzC4WbUnkx 5QoqVA8Nj2t8X+uV4EMKUyTWc8I65x9DkkW3A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=hikwnNJCMalgpe+Ylug3HWjSxRP0w5jN26flw8eYmDKw3Pw6SodDwKexmYV0J88huR qPexXX5k2Rmh3UnZsUupeYGhaICU9VJ9xKrcCqkYgi86hZr1qvRNi8/8eySuwYCv+Zj4 Iyc2hf+J6ReSYPXCrX3mmxF2A3nrusip/x+gw= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id u18mr3609470agi.122.1289117447270; Sun, 07 Nov 2010 01:10:47 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Sun, 7 Nov 2010 01:10:47 -0700 (PDT) Date: Sun, 7 Nov 2010 03:10:47 -0500 Message-ID: <[email protected]> Subject: Cocoon 2.2 Build Fails (continues to fail) From: Will Heger <[email protected]> To: [email protected], [email protected] Content-Type: multipart/alternative; boundary=0016364ec7a484b2af0494720b82 --0016364ec7a484b2af0494720b82 Content-Type: text/plain; charset=ISO-8859-1 The issue reported here from September 17th... https://issues.apache.org/jira/browse/COCOON-2302 ...is still a problem for me. After adding the daisycms repo AND moving all the versions up from "1.5-dev" to "2.4" I was able to the build a little further. Also mixed in this list is "nekodtd" which I managed to find by downloading the jar from " http://repo1.maven.org/maven2/nekohtml/nekodtd/0.1.11/nekodtd-0.1.11.jar" and installing directly. This still doesn't let me build because tests fail, starting with cocoon-html-sample block. Skipping the tests doesn't provide the "cocoon-serializers-impl" so I'm guessing html serializer is critically affected. For reference, these are the missing artifacts. 1) daisy:daisy-repository-api:jar:1.5-dev 2) daisy:daisy-repository-xmlschema-bindings:jar:1.5-dev 3) nekodtd:nekodtd:jar:0.1.11 4) daisy:daisy-repository-client-impl:jar:1.5-dev 5) daisy:daisy-repository-common-impl:jar:1.5-dev 6) daisy:daisy-repository-spi:jar:1.5-dev 7) daisy:daisy-jmsclient-api:jar:1.5-dev 8) daisy:daisy-htmlcleaner:jar:1.5-dev 9) daisy:daisy-util:jar:1.5-dev This: http://markmail.org/message/eaapichdrctmv5bx Was posted back in May with a reluctant workaround. I looks like 2.2 hasn't been able to build cleanly for months (and if it is for you, try clearing your local repo first and running). --0016364ec7a484b2af0494720b82 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable <div>The issue reported here from September 17th...</div><div><br></div><di= v><a href=3D"https://issues.apache.org/jira/browse/COCOON-2302">https://iss= ues.apache.org/jira/browse/COCOON-2302</a></div><div><br></div><div>...is s= till a problem for me. =A0</div> <div><br></div><div>After adding the daisycms repo AND moving all the versi= ons up from &quot;1.5-dev&quot; to &quot;2.4&quot; I was able to the build = a little further. =A0Also mixed in this list is &quot;nekodtd&quot; which I= managed to find by downloading the jar from &quot;<span class=3D"Apple-sty= le-span" style=3D"font-family: Arial; font-size: 13px; color: rgb(0, 136, 0= ); white-space: nowrap; "><a href=3D"http://repo1.maven.org/maven2/nekohtml= /nekodtd/0.1.11/nekodtd-0.1.11.jar">http://repo1.maven.org/maven2/nekohtml/= nekodtd/0.1.11/nekodtd-0.1.11.jar</a>&quot; and installing directly.</span>= </div> <div><font class=3D"Apple-style-span" color=3D"#008800" face=3D"Arial"><spa= n class=3D"Apple-style-span" style=3D"white-space: nowrap;"><br></span></fo= nt></div><div><font class=3D"Apple-style-span" color=3D"#008800" face=3D"Ar= ial"><span class=3D"Apple-style-span" style=3D"white-space: nowrap;">This s= till doesn&#39;t let me build because tests fail, starting with cocoon-html= -sample block. =A0Skipping the tests doesn&#39;t provide the &quot;cocoon-s= erializers-impl&quot; so I&#39;m guessing html serializer is critically aff= ected.</span></font></div> <div><font class=3D"Apple-style-span" color=3D"#008800" face=3D"Arial"><spa= n class=3D"Apple-style-span" style=3D"white-space: nowrap;"><br></span></fo= nt></div><div><font class=3D"Apple-style-span" color=3D"#008800" face=3D"Ar= ial"><span class=3D"Apple-style-span" style=3D"white-space: nowrap;">For re= ference, these are the missing artifacts.</span></font></div> <div>1) daisy:daisy-repository-api:jar:1.5-dev</div><div>2) daisy:daisy-rep= ository-xmlschema-bindings:jar:1.5-dev</div><div>3) nekodtd:nekodtd:jar:0.1= .11</div><div>4) daisy:daisy-repository-client-impl:jar:1.5-dev</div><div> 5) daisy:daisy-repository-common-impl:jar:1.5-dev</div><div>6) daisy:daisy-= repository-spi:jar:1.5-dev</div><div>7) daisy:daisy-jmsclient-api:jar:1.5-d= ev</div><div>8) daisy:daisy-htmlcleaner:jar:1.5-dev</div><div>9) daisy:dais= y-util:jar:1.5-dev</div> <div><br></div><div>This:</div><div><br></div><div><a href=3D"http://markma= il.org/message/eaapichdrctmv5bx">http://markmail.org/message/eaapichdrctmv5= bx</a></div><div><br></div><div>Was posted back in May with a reluctant wor= karound. =A0 I looks like 2.2 hasn&#39;t been able to build cleanly for mon= ths (and if it is for you, try clearing your local repo first and running).= </div> --0016364ec7a484b2af0494720b82-- From [email protected] Sun Nov 07 11:15:07 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21726 invoked from network); 7 Nov 2010 11:15:06 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Nov 2010 11:15:06 -0000 Received: (qmail 4298 invoked by uid 500); 7 Nov 2010 11:15:37 -0000 Delivered-To: [email protected] Received: (qmail 4074 invoked by uid 500); 7 Nov 2010 11:15:35 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 2007 invoked by uid 99); 7 Nov 2010 11:10:12 -0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Message-ID: <[email protected]> Content-Type: multipart/alternative; boundary="_e32b2976-9ef9-4bb0-868a-c772ba47c3ba_" X-Originating-IP: [161.129.204.104] From: Ali Mahdoui <[email protected]> To: Cocoon users <[email protected]>, <[email protected]> Subject: Set Encoding for XMLSerializer dynamically Date: Sun, 7 Nov 2010 12:09:40 +0100 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 07 Nov 2010 11:09:41.0215 (UTC) FILETIME=[465B56F0:01CB7E6C] X-Virus-Checked: Checked by ClamAV on apache.org --_e32b2976-9ef9-4bb0-868a-c772ba47c3ba_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi=2Ci am using cocoon 2.2 and i want to set the encoding for the xml seria= lizer dynamically depending on the return value of a previous action.for ex= ample like this <serialize type=3D"xhtml" status-code=3D"200" encoding=3D"{= charsetEncoding}"/> ...For the moment i can only set the encoding in the be= an definition... Is that possible? Thanks = --_e32b2976-9ef9-4bb0-868a-c772ba47c3ba_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <html> <head> <style><!-- .hmmessage P { margin:0px=3B padding:0px } body.hmmessage { font-size: 10pt=3B font-family:Tahoma } --></style> </head> <body class=3D'hmmessage'> Hi=2C<div>i am using cocoon 2.2 and i want to set the encoding for the xml = serializer dynamically depending on the return value of a previous action.<= /div><div>for example like this &lt=3Bserialize type=3D"xhtml" status-code= =3D"200" encoding=3D"{charsetEncoding}"/&gt=3B ...</div><div>For the moment= i can only set the encoding in the bean definition... &nbsp=3B</div><div>I= s that possible? Thanks</div><div><br></div> </body> </html>= --_e32b2976-9ef9-4bb0-868a-c772ba47c3ba_-- From [email protected] Wed Nov 10 15:40:13 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84707 invoked from network); 10 Nov 2010 15:40:13 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Nov 2010 15:40:13 -0000 Received: (qmail 77115 invoked by uid 500); 10 Nov 2010 15:40:45 -0000 Delivered-To: [email protected] Received: (qmail 76787 invoked by uid 500); 10 Nov 2010 15:40:42 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 76776 invoked by uid 99); 10 Nov 2010 15:40:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Nov 2010 15:40:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Nov 2010 15:40:37 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAAFeFmG003207 for <[email protected]>; Wed, 10 Nov 2010 15:40:16 GMT Message-ID: <13219977.7281289403615664.JavaMail.jira@thor> Date: Wed, 10 Nov 2010 10:40:15 -0500 (EST) From: [email protected] To: [email protected] Subject: [jira] Subscription: COCOON-open-with-patch MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Issue Subscription Filter: COCOON-open-with-patch (117 issues) Subscriber: cocoon Key Summary COCOON-2304 ThreadLocal in Rhino context is not always cleared https://issues.apache.org/jira/browse/COCOON-2304 COCOON-2303 ThreadLocal in Sitemap EnvironmentHelper leaks on application undeployment https://issues.apache.org/jira/browse/COCOON-2303 COCOON-2301 Cocoon Cron Block Configurable Clustering https://issues.apache.org/jira/browse/COCOON-2301 COCOON-2300 jboss-5.1.0.GA vfszip protocol in CharsetFactory https://issues.apache.org/jira/browse/COCOON-2300 COCOON-2298 IncludeTransformer does not handle multi-valued parameters https://issues.apache.org/jira/browse/COCOON-2298 COCOON-2297 Character encoding does not follow JTidy properties https://issues.apache.org/jira/browse/COCOON-2297 COCOON-2296 [PATCH] Make flowscript work with Commons JXPath 1.3 https://issues.apache.org/jira/browse/COCOON-2296 COCOON-2295 integrating FOP-1.0 into Cocoon-2.1.12-dev https://issues.apache.org/jira/browse/COCOON-2295 COCOON-2294 Wrong version number for cocoon-serializers-impl in parent pom for revision 964648 https://issues.apache.org/jira/browse/COCOON-2294 COCOON-2290 CLONE - Add a read method to the SitemapComponentTestCase https://issues.apache.org/jira/browse/COCOON-2290 COCOON-2288 Allow usage of SLF4J for traces https://issues.apache.org/jira/browse/COCOON-2288 COCOON-2281 "Communication tools that we use" link to dev mailing list archive comes out at user mailing list archive https://issues.apache.org/jira/browse/COCOON-2281 COCOON-2268 To extend the image reader we need to change the visibility to the parameter of the ImageReader https://issues.apache.org/jira/browse/COCOON-2268 COCOON-2262 container.refresh() is called before embeddedServlet.init() https://issues.apache.org/jira/browse/COCOON-2262 COCOON-2260 wrong parent version in pom of cocoon-flowscript-impl https://issues.apache.org/jira/browse/COCOON-2260 COCOON-2249 XHTMLSerializer uses entity references &quot; and &apos; which cause JavaScript parse errors https://issues.apache.org/jira/browse/COCOON-2249 COCOON-2246 HttpRequest should handle encoding in getParameter and getParameterValues in the same way https://issues.apache.org/jira/browse/COCOON-2246 COCOON-2233 Update archetypes to current trunk artifact versions https://issues.apache.org/jira/browse/COCOON-2233 COCOON-2222 Add SaxParser configuration properties https://issues.apache.org/jira/browse/COCOON-2222 COCOON-2216 IncludeCacheManager can not perfom parallel includes https://issues.apache.org/jira/browse/COCOON-2216 COCOON-2212 jx:attribute does not check name is correct before proceeding https://issues.apache.org/jira/browse/COCOON-2212 COCOON-2197 Making the cocoon-auth-block acegi-security-sample work https://issues.apache.org/jira/browse/COCOON-2197 COCOON-2173 AbstractCachingProcessingPipeline: Two requests can deadlock each other https://issues.apache.org/jira/browse/COCOON-2173 COCOON-2162 [PATCH] Fix for Paginator when accessing out of bounds Pagination page https://issues.apache.org/jira/browse/COCOON-2162 COCOON-2137 XSD Schemas for CForms Development https://issues.apache.org/jira/browse/COCOON-2137 COCOON-2114 fix sorting in TraversableGenerator https://issues.apache.org/jira/browse/COCOON-2114 COCOON-2108 xmodule:flow-attr Does not accept document objects https://issues.apache.org/jira/browse/COCOON-2108 COCOON-2100 Retrieving mimeType returned by pipeline executed from Flow https://issues.apache.org/jira/browse/COCOON-2100 COCOON-2040 Union widget does not work with booleanfield set as case widget https://issues.apache.org/jira/browse/COCOON-2040 COCOON-2037 New DynamicGroup widget https://issues.apache.org/jira/browse/COCOON-2037 COCOON-2032 [PATCH] Sort order in paginated repeater https://issues.apache.org/jira/browse/COCOON-2032 COCOON-2030 submit-on-change doesn't work for a multivaluefield with list-type="checkbox" https://issues.apache.org/jira/browse/COCOON-2030 COCOON-2018 Use thread context class loader to load custom binding classes https://issues.apache.org/jira/browse/COCOON-2018 COCOON-2017 More output beautification options for serializers https://issues.apache.org/jira/browse/COCOON-2017 COCOON-2015 Doctype added twice because root element (html) is inlined https://issues.apache.org/jira/browse/COCOON-2015 COCOON-2002 HTML transformer only works with latin-1 characters https://issues.apache.org/jira/browse/COCOON-2002 COCOON-1974 Donating ContextAttributeInputModule https://issues.apache.org/jira/browse/COCOON-1974 COCOON-1973 CaptchaValidator: allow case-insensitive matching https://issues.apache.org/jira/browse/COCOON-1973 COCOON-1964 Redirects inside a block called via the servlet protocol fail https://issues.apache.org/jira/browse/COCOON-1964 COCOON-1963 Add a redirect action to the browser update handler https://issues.apache.org/jira/browse/COCOON-1963 COCOON-1960 Pipeline errors for "generator/reader already set" should provide more information https://issues.apache.org/jira/browse/COCOON-1960 COCOON-1949 [PATCH] load flowscript from file into specified Rhino context object https://issues.apache.org/jira/browse/COCOON-1949 COCOON-1946 [PATCH] - Javaflow Sample errors trying to enhance Javaflow classes and showing cform templates https://issues.apache.org/jira/browse/COCOON-1946 COCOON-1943 [Patch] Parameters in blocks-protocol URIs get decoded too early https://issues.apache.org/jira/browse/COCOON-1943 COCOON-1932 [PATCH] correct styling of disabled suggestion lists https://issues.apache.org/jira/browse/COCOON-1932 COCOON-1929 [PATCH] Reloading classloader in Cocoon 2.2 https://issues.apache.org/jira/browse/COCOON-1929 COCOON-1917 Request Encoding problem: multipart/form vs. url encoded https://issues.apache.org/jira/browse/COCOON-1917 COCOON-1915 Nullable value with additional String or XMLizable in JavaSelectionList https://issues.apache.org/jira/browse/COCOON-1915 COCOON-1914 Text as XMLizable in EmptySelectionList https://issues.apache.org/jira/browse/COCOON-1914 COCOON-1899 [PATCH] Cocoon XML:DB Implementation should not depend on Xindice https://issues.apache.org/jira/browse/COCOON-1899 COCOON-1898 [PATCH] XPatch support for maven-cocoon-deployer-plugin https://issues.apache.org/jira/browse/COCOON-1898 COCOON-1893 XML-Binding: Problem creating a new element https://issues.apache.org/jira/browse/COCOON-1893 COCOON-1877 [PATCH] Pageable Repeater https://issues.apache.org/jira/browse/COCOON-1877 COCOON-1870 Lucene block does not store attributes when instructed so https://issues.apache.org/jira/browse/COCOON-1870 COCOON-1846 [PATCH] BooleanField and radio do not send on-value-changed at the rigth time with IE https://issues.apache.org/jira/browse/COCOON-1846 COCOON-1843 LDAPTransformer: add-entry tag doesn't work https://issues.apache.org/jira/browse/COCOON-1843 COCOON-1842 LDAPTransformer: ClassCastException with Binary fields https://issues.apache.org/jira/browse/COCOON-1842 COCOON-1810 [PATCH] JMSEventMessageListener does not work https://issues.apache.org/jira/browse/COCOON-1810 COCOON-1807 Workaround for IE Bug in <button> https://issues.apache.org/jira/browse/COCOON-1807 COCOON-1794 [PATCH] Propagation of namespaces to a repeaters child bindings and implementation of a move-node binding https://issues.apache.org/jira/browse/COCOON-1794 COCOON-1738 double-listbox problem in repeaters https://issues.apache.org/jira/browse/COCOON-1738 COCOON-1726 Implementation of Source that supports conditional GETs https://issues.apache.org/jira/browse/COCOON-1726 COCOON-1717 Use custom cache keys for caching uri coplets using input modules. https://issues.apache.org/jira/browse/COCOON-1717 COCOON-1697 Allow request parameters to be used in "for (var k in h)" kind of Javascript Loops https://issues.apache.org/jira/browse/COCOON-1697 COCOON-1648 Add support for ISO8601 in I18nTransformer and Forms https://issues.apache.org/jira/browse/COCOON-1648 COCOON-1618 [PATCH] SoapGenerator/Serializer for Axis Block https://issues.apache.org/jira/browse/COCOON-1618 COCOON-1611 [PATCH] Add additonal constructor to FormInstance.java to be able to pass a locale https://issues.apache.org/jira/browse/COCOON-1611 COCOON-1603 [PATCH] handling of alternatives in MailTransformer https://issues.apache.org/jira/browse/COCOON-1603 COCOON-1573 Improvement SetAttributeJXPathBinding and Contribution SetNodeValueJXPathBinding https://issues.apache.org/jira/browse/COCOON-1573 COCOON-1556 [PATCH] Add a JXPathConvertor for conversion betwean beans and Strings https://issues.apache.org/jira/browse/COCOON-1556 COCOON-1535 [PATCH] enhancement to {global:} input module: return all sitemap globals https://issues.apache.org/jira/browse/COCOON-1535 COCOON-1527 [PATCH] Cache control logic sheets for XSP to override getKey and getValidity https://issues.apache.org/jira/browse/COCOON-1527 COCOON-1526 [PATCH] processToDOM returns a read-only DOM https://issues.apache.org/jira/browse/COCOON-1526 COCOON-1519 [PATCH] TeeTransformer refactoring https://issues.apache.org/jira/browse/COCOON-1519 COCOON-1508 [PATCH] Avalonize TranscoderFactory https://issues.apache.org/jira/browse/COCOON-1508 COCOON-1506 [PATCH] Manually specifying a mounted sitemap's context https://issues.apache.org/jira/browse/COCOON-1506 COCOON-1488 [PATCH] htmlunit-based testing, needs to be ported to 2.2 https://issues.apache.org/jira/browse/COCOON-1488 COCOON-1467 ESQL exception handling problem https://issues.apache.org/jira/browse/COCOON-1467 COCOON-1439 [poi] vertical text orientation and font cache https://issues.apache.org/jira/browse/COCOON-1439 COCOON-1398 New CachingPortletAdapter https://issues.apache.org/jira/browse/COCOON-1398 COCOON-1395 [PATCH] Missing ContextAttributeInputModule https://issues.apache.org/jira/browse/COCOON-1395 COCOON-1394 [PATCH] Implementation of PortletRequest#getQueryString() https://issues.apache.org/jira/browse/COCOON-1394 COCOON-1384 [PATCH] flow redirector should allow explicit 'cocoon:' scheme https://issues.apache.org/jira/browse/COCOON-1384 COCOON-1370 [PATCH] proxy block can now use JTidy and handle multipart POST https://issues.apache.org/jira/browse/COCOON-1370 COCOON-1368 [PATCH] HTTPRequestTransformer https://issues.apache.org/jira/browse/COCOON-1368 COCOON-1362 [PATCH] log4j.xconf should have the same default config as logkit.xconf https://issues.apache.org/jira/browse/COCOON-1362 COCOON-1360 [patch] client side validation for CForms https://issues.apache.org/jira/browse/COCOON-1360 COCOON-1345 [PATCH] Extract convertors into their own block https://issues.apache.org/jira/browse/COCOON-1345 COCOON-1340 [PATCH] lucene block contribution : a AnalyzerManager component https://issues.apache.org/jira/browse/COCOON-1340 COCOON-1337 [PATCH] Suggestion for widget population https://issues.apache.org/jira/browse/COCOON-1337 COCOON-1336 [PATCH] PortletWindowAspect: hiding portlet mode icons and new feature "force-sizable" https://issues.apache.org/jira/browse/COCOON-1336 COCOON-1332 [PATCH] content-length and content-type for portlet ActionRequest https://issues.apache.org/jira/browse/COCOON-1332 COCOON-1329 [PATCH] Fix for cocoon.jar bundled in ear common for portal.war and portlet.war https://issues.apache.org/jira/browse/COCOON-1329 COCOON-1325 [PATCH] commons-fileupload based multipart parser https://issues.apache.org/jira/browse/COCOON-1325 COCOON-1302 [Patch] Word Document Generator https://issues.apache.org/jira/browse/COCOON-1302 COCOON-1295 ParallelContentAggregator, multithreaded aggregating https://issues.apache.org/jira/browse/COCOON-1295 COCOON-1260 [PATCH] MultipartParser can now handle multipart/mixed https://issues.apache.org/jira/browse/COCOON-1260 COCOON-1254 [Patch] OWQLTransformer + RDQLTransformer https://issues.apache.org/jira/browse/COCOON-1254 COCOON-1249 [Patch] XMLDBSource should accept scheme://user:pass@host:port/path URIs https://issues.apache.org/jira/browse/COCOON-1249 COCOON-1232 [PATCH] NEW--ModuleDB Action for ORACLE( auto. increment ) https://issues.apache.org/jira/browse/COCOON-1232 COCOON-1203 [PATCH] inserver junit testing https://issues.apache.org/jira/browse/COCOON-1203 COCOON-1200 [PATCH] XML CSS engine https://issues.apache.org/jira/browse/COCOON-1200 COCOON-1185 [PATCH] BerkeleyDBStore https://issues.apache.org/jira/browse/COCOON-1185 COCOON-1147 [PATCH] namespace issues with XMLDBTransformer https://issues.apache.org/jira/browse/COCOON-1147 COCOON-1125 [PATCH] Updated CastorTransformer + samples https://issues.apache.org/jira/browse/COCOON-1125 COCOON-1027 [PATCH] CocoonBean add additional features for reprocessing pipelines and interrupt processing https://issues.apache.org/jira/browse/COCOON-1027 COCOON-996 [PATCH] LuceneIndexContentHandler.java produces CLOBs https://issues.apache.org/jira/browse/COCOON-996 COCOON-988 [PATCH] StreamGenerator can't handle multipart request parameters correctly https://issues.apache.org/jira/browse/COCOON-988 COCOON-881 [PATCH] file upload component for usage with flowscript https://issues.apache.org/jira/browse/COCOON-881 COCOON-871 [PATCH] XML posting from SourceWritingTransformer by using an enhanced HTTPClientSource https://issues.apache.org/jira/browse/COCOON-871 COCOON-867 [PATCH] wsinclude and htmlinclude transformers https://issues.apache.org/jira/browse/COCOON-867 COCOON-865 [PATCH] New ResourceLoadAction https://issues.apache.org/jira/browse/COCOON-865 COCOON-844 [PATCH] adding <wd:on-phase> and moving load() and save() to Form. https://issues.apache.org/jira/browse/COCOON-844 COCOON-825 [PATCH] Fix Bug: Better handling of CLOB in esql (get-xml) and handling of Oracle 'temporary lobs' https://issues.apache.org/jira/browse/COCOON-825 COCOON-719 [PATCH] Support for transactions in SQLTransformer https://issues.apache.org/jira/browse/COCOON-719 COCOON-717 [PATCH] Namespace cleanup in HTMLSerializer https://issues.apache.org/jira/browse/COCOON-717 COCOON-665 [PATCH] HSSFSerializer Support for FreezePane https://issues.apache.org/jira/browse/COCOON-665 You may edit this subscription at: https://issues.apache.org/jira/secure/FilterSubscription!default.jspa?subId=10311&filterId=12310771 From [email protected] Wed Nov 17 10:11:09 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11997 invoked from network); 17 Nov 2010 10:11:08 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 17 Nov 2010 10:11:08 -0000 Received: (qmail 41953 invoked by uid 500); 17 Nov 2010 10:11:39 -0000 Delivered-To: [email protected] Received: (qmail 41712 invoked by uid 500); 17 Nov 2010 10:11:37 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 41695 invoked by uid 99); 17 Nov 2010 10:11:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Nov 2010 10:11:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Nov 2010 10:11:35 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAHABF2h026983 for <[email protected]>; Wed, 17 Nov 2010 10:11:15 GMT Message-ID: <5450280.142181289988675252.JavaMail.jira@thor> Date: Wed, 17 Nov 2010 05:11:15 -0500 (EST) From: "Nico Verwer (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (COCOON-2306) StripNameSpacesTransformer does not strip attribute namespaces In-Reply-To: <16872154.142141289988673596.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COCOON-2306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nico Verwer updated COCOON-2306: -------------------------------- Attachment: StripNameSpacesTransformer.patch Patch for this issue > StripNameSpacesTransformer does not strip attribute namespaces > -------------------------------------------------------------- > > Key: COCOON-2306 > URL: https://issues.apache.org/jira/browse/COCOON-2306 > Project: Cocoon > Issue Type: Bug > Components: * Cocoon Core > Affects Versions: 2.1.11 > Reporter: Nico Verwer > Attachments: StripNameSpacesTransformer.patch > > > The StripNameSpacesTransformer strips namespaces only from elements, but not from attributes. > This leads to an inconsistent SAX stream if the input has attributes with namespaces. > The patch fixes this. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Wed Nov 17 10:11:10 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12132 invoked from network); 17 Nov 2010 10:11:10 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 17 Nov 2010 10:11:10 -0000 Received: (qmail 42328 invoked by uid 500); 17 Nov 2010 10:11:41 -0000 Delivered-To: [email protected] Received: (qmail 41887 invoked by uid 500); 17 Nov 2010 10:11:39 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 41718 invoked by uid 99); 17 Nov 2010 10:11:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Nov 2010 10:11:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Nov 2010 10:11:35 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAHABDJc026971 for <[email protected]>; Wed, 17 Nov 2010 10:11:13 GMT Message-ID: <16872154.142141289988673596.JavaMail.jira@thor> Date: Wed, 17 Nov 2010 05:11:13 -0500 (EST) From: "Nico Verwer (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (COCOON-2306) StripNameSpacesTransformer does not strip attribute namespaces MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org StripNameSpacesTransformer does not strip attribute namespaces -------------------------------------------------------------- Key: COCOON-2306 URL: https://issues.apache.org/jira/browse/COCOON-2306 Project: Cocoon Issue Type: Bug Components: * Cocoon Core Affects Versions: 2.1.11 Reporter: Nico Verwer Attachments: StripNameSpacesTransformer.patch The StripNameSpacesTransformer strips namespaces only from elements, but not from attributes. This leads to an inconsistent SAX stream if the input has attributes with namespaces. The patch fixes this. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Wed Nov 17 10:19:08 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14536 invoked from network); 17 Nov 2010 10:19:07 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 17 Nov 2010 10:19:07 -0000 Received: (qmail 55357 invoked by uid 500); 17 Nov 2010 10:19:39 -0000 Delivered-To: [email protected] Received: (qmail 55179 invoked by uid 500); 17 Nov 2010 10:19:39 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 55172 invoked by uid 99); 17 Nov 2010 10:19:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Nov 2010 10:19:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Nov 2010 10:19:36 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAHAJEC9027076 for <[email protected]>; Wed, 17 Nov 2010 10:19:14 GMT Message-ID: <14719846.142301289989154467.JavaMail.jira@thor> Date: Wed, 17 Nov 2010 05:19:14 -0500 (EST) From: "Jasha Joachimsthal (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (COCOON-2306) StripNameSpacesTransformer does not strip attribute namespaces In-Reply-To: <16872154.142141289988673596.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COCOON-2306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12932886#action_12932886 ] Jasha Joachimsthal commented on COCOON-2306: -------------------------------------------- I already fixed this in the 2.1 branch. See COCOON-2228 > StripNameSpacesTransformer does not strip attribute namespaces > -------------------------------------------------------------- > > Key: COCOON-2306 > URL: https://issues.apache.org/jira/browse/COCOON-2306 > Project: Cocoon > Issue Type: Bug > Components: * Cocoon Core > Affects Versions: 2.1.11 > Reporter: Nico Verwer > Attachments: StripNameSpacesTransformer.patch > > > The StripNameSpacesTransformer strips namespaces only from elements, but not from attributes. > This leads to an inconsistent SAX stream if the input has attributes with namespaces. > The patch fixes this. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Wed Nov 17 10:21:03 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14946 invoked from network); 17 Nov 2010 10:21:03 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 17 Nov 2010 10:21:03 -0000 Received: (qmail 58617 invoked by uid 500); 17 Nov 2010 10:21:34 -0000 Delivered-To: [email protected] Received: (qmail 58569 invoked by uid 500); 17 Nov 2010 10:21:34 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 58556 invoked by uid 99); 17 Nov 2010 10:21:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Nov 2010 10:21:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Nov 2010 10:21:34 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAHALDRD027093 for <[email protected]>; Wed, 17 Nov 2010 10:21:13 GMT Message-ID: <4283989.142311289989273311.JavaMail.jira@thor> Date: Wed, 17 Nov 2010 05:21:13 -0500 (EST) From: "Jasha Joachimsthal (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (COCOON-2306) StripNameSpacesTransformer does not strip attribute namespaces In-Reply-To: <16872154.142141289988673596.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COCOON-2306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jasha Joachimsthal closed COCOON-2306. -------------------------------------- Resolution: Duplicate Fix Version/s: 2.1.12-dev (Current SVN) Assignee: Jasha Joachimsthal > StripNameSpacesTransformer does not strip attribute namespaces > -------------------------------------------------------------- > > Key: COCOON-2306 > URL: https://issues.apache.org/jira/browse/COCOON-2306 > Project: Cocoon > Issue Type: Bug > Components: * Cocoon Core > Affects Versions: 2.1.11 > Reporter: Nico Verwer > Assignee: Jasha Joachimsthal > Fix For: 2.1.12-dev (Current SVN) > > Attachments: StripNameSpacesTransformer.patch > > > The StripNameSpacesTransformer strips namespaces only from elements, but not from attributes. > This leads to an inconsistent SAX stream if the input has attributes with namespaces. > The patch fixes this. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Wed Nov 17 15:41:14 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84766 invoked from network); 17 Nov 2010 15:41:10 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 17 Nov 2010 15:41:09 -0000 Received: (qmail 25806 invoked by uid 500); 17 Nov 2010 15:41:41 -0000 Delivered-To: [email protected] Received: (qmail 25611 invoked by uid 500); 17 Nov 2010 15:41:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 24684 invoked by uid 99); 17 Nov 2010 15:41:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Nov 2010 15:41:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Nov 2010 15:41:38 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAHFfHEN002092 for <[email protected]>; Wed, 17 Nov 2010 15:41:17 GMT Message-ID: <32850715.150071290008477433.JavaMail.jira@thor> Date: Wed, 17 Nov 2010 10:41:17 -0500 (EST) From: [email protected] To: [email protected] Subject: [jira] Subscription: COCOON-open-with-patch MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Issue Subscription Filter: COCOON-open-with-patch (117 issues) Subscriber: cocoon Key Summary COCOON-2304 ThreadLocal in Rhino context is not always cleared https://issues.apache.org/jira/browse/COCOON-2304 COCOON-2303 ThreadLocal in Sitemap EnvironmentHelper leaks on application undeployment https://issues.apache.org/jira/browse/COCOON-2303 COCOON-2301 Cocoon Cron Block Configurable Clustering https://issues.apache.org/jira/browse/COCOON-2301 COCOON-2300 jboss-5.1.0.GA vfszip protocol in CharsetFactory https://issues.apache.org/jira/browse/COCOON-2300 COCOON-2298 IncludeTransformer does not handle multi-valued parameters https://issues.apache.org/jira/browse/COCOON-2298 COCOON-2297 Character encoding does not follow JTidy properties https://issues.apache.org/jira/browse/COCOON-2297 COCOON-2296 [PATCH] Make flowscript work with Commons JXPath 1.3 https://issues.apache.org/jira/browse/COCOON-2296 COCOON-2295 integrating FOP-1.0 into Cocoon-2.1.12-dev https://issues.apache.org/jira/browse/COCOON-2295 COCOON-2294 Wrong version number for cocoon-serializers-impl in parent pom for revision 964648 https://issues.apache.org/jira/browse/COCOON-2294 COCOON-2290 CLONE - Add a read method to the SitemapComponentTestCase https://issues.apache.org/jira/browse/COCOON-2290 COCOON-2288 Allow usage of SLF4J for traces https://issues.apache.org/jira/browse/COCOON-2288 COCOON-2281 "Communication tools that we use" link to dev mailing list archive comes out at user mailing list archive https://issues.apache.org/jira/browse/COCOON-2281 COCOON-2268 To extend the image reader we need to change the visibility to the parameter of the ImageReader https://issues.apache.org/jira/browse/COCOON-2268 COCOON-2262 container.refresh() is called before embeddedServlet.init() https://issues.apache.org/jira/browse/COCOON-2262 COCOON-2260 wrong parent version in pom of cocoon-flowscript-impl https://issues.apache.org/jira/browse/COCOON-2260 COCOON-2249 XHTMLSerializer uses entity references &quot; and &apos; which cause JavaScript parse errors https://issues.apache.org/jira/browse/COCOON-2249 COCOON-2246 HttpRequest should handle encoding in getParameter and getParameterValues in the same way https://issues.apache.org/jira/browse/COCOON-2246 COCOON-2233 Update archetypes to current trunk artifact versions https://issues.apache.org/jira/browse/COCOON-2233 COCOON-2222 Add SaxParser configuration properties https://issues.apache.org/jira/browse/COCOON-2222 COCOON-2216 IncludeCacheManager can not perfom parallel includes https://issues.apache.org/jira/browse/COCOON-2216 COCOON-2212 jx:attribute does not check name is correct before proceeding https://issues.apache.org/jira/browse/COCOON-2212 COCOON-2197 Making the cocoon-auth-block acegi-security-sample work https://issues.apache.org/jira/browse/COCOON-2197 COCOON-2173 AbstractCachingProcessingPipeline: Two requests can deadlock each other https://issues.apache.org/jira/browse/COCOON-2173 COCOON-2162 [PATCH] Fix for Paginator when accessing out of bounds Pagination page https://issues.apache.org/jira/browse/COCOON-2162 COCOON-2137 XSD Schemas for CForms Development https://issues.apache.org/jira/browse/COCOON-2137 COCOON-2114 fix sorting in TraversableGenerator https://issues.apache.org/jira/browse/COCOON-2114 COCOON-2108 xmodule:flow-attr Does not accept document objects https://issues.apache.org/jira/browse/COCOON-2108 COCOON-2100 Retrieving mimeType returned by pipeline executed from Flow https://issues.apache.org/jira/browse/COCOON-2100 COCOON-2040 Union widget does not work with booleanfield set as case widget https://issues.apache.org/jira/browse/COCOON-2040 COCOON-2037 New DynamicGroup widget https://issues.apache.org/jira/browse/COCOON-2037 COCOON-2032 [PATCH] Sort order in paginated repeater https://issues.apache.org/jira/browse/COCOON-2032 COCOON-2030 submit-on-change doesn't work for a multivaluefield with list-type="checkbox" https://issues.apache.org/jira/browse/COCOON-2030 COCOON-2018 Use thread context class loader to load custom binding classes https://issues.apache.org/jira/browse/COCOON-2018 COCOON-2017 More output beautification options for serializers https://issues.apache.org/jira/browse/COCOON-2017 COCOON-2015 Doctype added twice because root element (html) is inlined https://issues.apache.org/jira/browse/COCOON-2015 COCOON-2002 HTML transformer only works with latin-1 characters https://issues.apache.org/jira/browse/COCOON-2002 COCOON-1974 Donating ContextAttributeInputModule https://issues.apache.org/jira/browse/COCOON-1974 COCOON-1973 CaptchaValidator: allow case-insensitive matching https://issues.apache.org/jira/browse/COCOON-1973 COCOON-1964 Redirects inside a block called via the servlet protocol fail https://issues.apache.org/jira/browse/COCOON-1964 COCOON-1963 Add a redirect action to the browser update handler https://issues.apache.org/jira/browse/COCOON-1963 COCOON-1960 Pipeline errors for "generator/reader already set" should provide more information https://issues.apache.org/jira/browse/COCOON-1960 COCOON-1949 [PATCH] load flowscript from file into specified Rhino context object https://issues.apache.org/jira/browse/COCOON-1949 COCOON-1946 [PATCH] - Javaflow Sample errors trying to enhance Javaflow classes and showing cform templates https://issues.apache.org/jira/browse/COCOON-1946 COCOON-1943 [Patch] Parameters in blocks-protocol URIs get decoded too early https://issues.apache.org/jira/browse/COCOON-1943 COCOON-1932 [PATCH] correct styling of disabled suggestion lists https://issues.apache.org/jira/browse/COCOON-1932 COCOON-1929 [PATCH] Reloading classloader in Cocoon 2.2 https://issues.apache.org/jira/browse/COCOON-1929 COCOON-1917 Request Encoding problem: multipart/form vs. url encoded https://issues.apache.org/jira/browse/COCOON-1917 COCOON-1915 Nullable value with additional String or XMLizable in JavaSelectionList https://issues.apache.org/jira/browse/COCOON-1915 COCOON-1914 Text as XMLizable in EmptySelectionList https://issues.apache.org/jira/browse/COCOON-1914 COCOON-1899 [PATCH] Cocoon XML:DB Implementation should not depend on Xindice https://issues.apache.org/jira/browse/COCOON-1899 COCOON-1898 [PATCH] XPatch support for maven-cocoon-deployer-plugin https://issues.apache.org/jira/browse/COCOON-1898 COCOON-1893 XML-Binding: Problem creating a new element https://issues.apache.org/jira/browse/COCOON-1893 COCOON-1877 [PATCH] Pageable Repeater https://issues.apache.org/jira/browse/COCOON-1877 COCOON-1870 Lucene block does not store attributes when instructed so https://issues.apache.org/jira/browse/COCOON-1870 COCOON-1846 [PATCH] BooleanField and radio do not send on-value-changed at the rigth time with IE https://issues.apache.org/jira/browse/COCOON-1846 COCOON-1843 LDAPTransformer: add-entry tag doesn't work https://issues.apache.org/jira/browse/COCOON-1843 COCOON-1842 LDAPTransformer: ClassCastException with Binary fields https://issues.apache.org/jira/browse/COCOON-1842 COCOON-1810 [PATCH] JMSEventMessageListener does not work https://issues.apache.org/jira/browse/COCOON-1810 COCOON-1807 Workaround for IE Bug in <button> https://issues.apache.org/jira/browse/COCOON-1807 COCOON-1794 [PATCH] Propagation of namespaces to a repeaters child bindings and implementation of a move-node binding https://issues.apache.org/jira/browse/COCOON-1794 COCOON-1738 double-listbox problem in repeaters https://issues.apache.org/jira/browse/COCOON-1738 COCOON-1726 Implementation of Source that supports conditional GETs https://issues.apache.org/jira/browse/COCOON-1726 COCOON-1717 Use custom cache keys for caching uri coplets using input modules. https://issues.apache.org/jira/browse/COCOON-1717 COCOON-1697 Allow request parameters to be used in "for (var k in h)" kind of Javascript Loops https://issues.apache.org/jira/browse/COCOON-1697 COCOON-1648 Add support for ISO8601 in I18nTransformer and Forms https://issues.apache.org/jira/browse/COCOON-1648 COCOON-1618 [PATCH] SoapGenerator/Serializer for Axis Block https://issues.apache.org/jira/browse/COCOON-1618 COCOON-1611 [PATCH] Add additonal constructor to FormInstance.java to be able to pass a locale https://issues.apache.org/jira/browse/COCOON-1611 COCOON-1603 [PATCH] handling of alternatives in MailTransformer https://issues.apache.org/jira/browse/COCOON-1603 COCOON-1573 Improvement SetAttributeJXPathBinding and Contribution SetNodeValueJXPathBinding https://issues.apache.org/jira/browse/COCOON-1573 COCOON-1556 [PATCH] Add a JXPathConvertor for conversion betwean beans and Strings https://issues.apache.org/jira/browse/COCOON-1556 COCOON-1535 [PATCH] enhancement to {global:} input module: return all sitemap globals https://issues.apache.org/jira/browse/COCOON-1535 COCOON-1527 [PATCH] Cache control logic sheets for XSP to override getKey and getValidity https://issues.apache.org/jira/browse/COCOON-1527 COCOON-1526 [PATCH] processToDOM returns a read-only DOM https://issues.apache.org/jira/browse/COCOON-1526 COCOON-1519 [PATCH] TeeTransformer refactoring https://issues.apache.org/jira/browse/COCOON-1519 COCOON-1508 [PATCH] Avalonize TranscoderFactory https://issues.apache.org/jira/browse/COCOON-1508 COCOON-1506 [PATCH] Manually specifying a mounted sitemap's context https://issues.apache.org/jira/browse/COCOON-1506 COCOON-1488 [PATCH] htmlunit-based testing, needs to be ported to 2.2 https://issues.apache.org/jira/browse/COCOON-1488 COCOON-1467 ESQL exception handling problem https://issues.apache.org/jira/browse/COCOON-1467 COCOON-1439 [poi] vertical text orientation and font cache https://issues.apache.org/jira/browse/COCOON-1439 COCOON-1398 New CachingPortletAdapter https://issues.apache.org/jira/browse/COCOON-1398 COCOON-1395 [PATCH] Missing ContextAttributeInputModule https://issues.apache.org/jira/browse/COCOON-1395 COCOON-1394 [PATCH] Implementation of PortletRequest#getQueryString() https://issues.apache.org/jira/browse/COCOON-1394 COCOON-1384 [PATCH] flow redirector should allow explicit 'cocoon:' scheme https://issues.apache.org/jira/browse/COCOON-1384 COCOON-1370 [PATCH] proxy block can now use JTidy and handle multipart POST https://issues.apache.org/jira/browse/COCOON-1370 COCOON-1368 [PATCH] HTTPRequestTransformer https://issues.apache.org/jira/browse/COCOON-1368 COCOON-1362 [PATCH] log4j.xconf should have the same default config as logkit.xconf https://issues.apache.org/jira/browse/COCOON-1362 COCOON-1360 [patch] client side validation for CForms https://issues.apache.org/jira/browse/COCOON-1360 COCOON-1345 [PATCH] Extract convertors into their own block https://issues.apache.org/jira/browse/COCOON-1345 COCOON-1340 [PATCH] lucene block contribution : a AnalyzerManager component https://issues.apache.org/jira/browse/COCOON-1340 COCOON-1337 [PATCH] Suggestion for widget population https://issues.apache.org/jira/browse/COCOON-1337 COCOON-1336 [PATCH] PortletWindowAspect: hiding portlet mode icons and new feature "force-sizable" https://issues.apache.org/jira/browse/COCOON-1336 COCOON-1332 [PATCH] content-length and content-type for portlet ActionRequest https://issues.apache.org/jira/browse/COCOON-1332 COCOON-1329 [PATCH] Fix for cocoon.jar bundled in ear common for portal.war and portlet.war https://issues.apache.org/jira/browse/COCOON-1329 COCOON-1325 [PATCH] commons-fileupload based multipart parser https://issues.apache.org/jira/browse/COCOON-1325 COCOON-1302 [Patch] Word Document Generator https://issues.apache.org/jira/browse/COCOON-1302 COCOON-1295 ParallelContentAggregator, multithreaded aggregating https://issues.apache.org/jira/browse/COCOON-1295 COCOON-1260 [PATCH] MultipartParser can now handle multipart/mixed https://issues.apache.org/jira/browse/COCOON-1260 COCOON-1254 [Patch] OWQLTransformer + RDQLTransformer https://issues.apache.org/jira/browse/COCOON-1254 COCOON-1249 [Patch] XMLDBSource should accept scheme://user:pass@host:port/path URIs https://issues.apache.org/jira/browse/COCOON-1249 COCOON-1232 [PATCH] NEW--ModuleDB Action for ORACLE( auto. increment ) https://issues.apache.org/jira/browse/COCOON-1232 COCOON-1203 [PATCH] inserver junit testing https://issues.apache.org/jira/browse/COCOON-1203 COCOON-1200 [PATCH] XML CSS engine https://issues.apache.org/jira/browse/COCOON-1200 COCOON-1185 [PATCH] BerkeleyDBStore https://issues.apache.org/jira/browse/COCOON-1185 COCOON-1147 [PATCH] namespace issues with XMLDBTransformer https://issues.apache.org/jira/browse/COCOON-1147 COCOON-1125 [PATCH] Updated CastorTransformer + samples https://issues.apache.org/jira/browse/COCOON-1125 COCOON-1027 [PATCH] CocoonBean add additional features for reprocessing pipelines and interrupt processing https://issues.apache.org/jira/browse/COCOON-1027 COCOON-996 [PATCH] LuceneIndexContentHandler.java produces CLOBs https://issues.apache.org/jira/browse/COCOON-996 COCOON-988 [PATCH] StreamGenerator can't handle multipart request parameters correctly https://issues.apache.org/jira/browse/COCOON-988 COCOON-881 [PATCH] file upload component for usage with flowscript https://issues.apache.org/jira/browse/COCOON-881 COCOON-871 [PATCH] XML posting from SourceWritingTransformer by using an enhanced HTTPClientSource https://issues.apache.org/jira/browse/COCOON-871 COCOON-867 [PATCH] wsinclude and htmlinclude transformers https://issues.apache.org/jira/browse/COCOON-867 COCOON-865 [PATCH] New ResourceLoadAction https://issues.apache.org/jira/browse/COCOON-865 COCOON-844 [PATCH] adding <wd:on-phase> and moving load() and save() to Form. https://issues.apache.org/jira/browse/COCOON-844 COCOON-825 [PATCH] Fix Bug: Better handling of CLOB in esql (get-xml) and handling of Oracle 'temporary lobs' https://issues.apache.org/jira/browse/COCOON-825 COCOON-719 [PATCH] Support for transactions in SQLTransformer https://issues.apache.org/jira/browse/COCOON-719 COCOON-717 [PATCH] Namespace cleanup in HTMLSerializer https://issues.apache.org/jira/browse/COCOON-717 COCOON-665 [PATCH] HSSFSerializer Support for FreezePane https://issues.apache.org/jira/browse/COCOON-665 You may edit this subscription at: https://issues.apache.org/jira/secure/FilterSubscription!default.jspa?subId=10311&filterId=12310771 From [email protected] Mon Nov 22 14:17:12 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95843 invoked from network); 22 Nov 2010 14:17:11 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Nov 2010 14:17:11 -0000 Received: (qmail 28723 invoked by uid 500); 22 Nov 2010 14:17:43 -0000 Delivered-To: [email protected] Received: (qmail 28551 invoked by uid 500); 22 Nov 2010 14:17:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 28544 invoked by uid 99); 22 Nov 2010 14:17:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Nov 2010 14:17:39 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO server.csparks.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Nov 2010 14:17:32 +0000 Received: from Asus (asus.csparks.com [161.129.204.104]) (authenticated bits=0) by server.csparks.com (8.14.4/8.14.3) with ESMTP id oAMEH7Io019336 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for <[email protected]>; Mon, 22 Nov 2010 08:17:07 -0600 Message-ID: <F53CC54231A147F792DC9321A889C081@Asus> From: "Hugh Sparks" <[email protected]> To: <[email protected]> References: <32850715.150071290008477433.JavaMail.jira@thor> Subject: Re: [jira] Subscription: COCOON-open-with-patch Date: Mon, 22 Nov 2010 08:17:34 -0600 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994 X-Virus-Checked: Checked by ClamAV on apache.org Could someone please review the political and technical status of Cocoon 3? I notice that posts and svn activity stopped rather suddenly... Thanks! -Hugh Sparks From [email protected] Mon Nov 22 19:25:35 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28126 invoked from network); 22 Nov 2010 19:25:34 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Nov 2010 19:25:34 -0000 Received: (qmail 96313 invoked by uid 500); 22 Nov 2010 19:26:06 -0000 Delivered-To: [email protected] Received: (qmail 96240 invoked by uid 500); 22 Nov 2010 19:26:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 96229 invoked by uid 99); 22 Nov 2010 19:26:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Nov 2010 19:26:05 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO server.csparks.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Nov 2010 19:25:57 +0000 Received: from Asus (asus.csparks.com [161.129.204.104]) (authenticated bits=0) by server.csparks.com (8.14.4/8.14.3) with ESMTP id oAMJPZMC002739 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for <[email protected]>; Mon, 22 Nov 2010 13:25:35 -0600 Message-ID: <1885332200304E2DA3AE2675235FACB2@Asus> From: "Hugh Sparks" <[email protected]> To: <[email protected]> References: <32850715.150071290008477433.JavaMail.jira@thor> <F53CC54231A147F792DC9321A889C081@Asus> Subject: Cocoon 3 status? Date: Mon, 22 Nov 2010 13:26:08 -0600 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994 X-Virus-Checked: Checked by ClamAV on apache.org Could someone please review the political and technical status of Cocoon 3? I notice that posts and svn activity stopped rather suddenly... Thanks! -Hugh Sparks From [email protected] Mon Nov 22 21:49:03 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8888 invoked from network); 22 Nov 2010 21:49:02 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Nov 2010 21:49:02 -0000 Received: (qmail 15167 invoked by uid 500); 22 Nov 2010 21:49:33 -0000 Delivered-To: [email protected] Received: (qmail 14946 invoked by uid 500); 22 Nov 2010 21:49:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 14939 invoked by uid 99); 22 Nov 2010 21:49:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Nov 2010 21:49:33 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ww0-f54.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Nov 2010 21:49:28 +0000 Received: by wwi17 with SMTP id 17so6065327wwi.23 for <[email protected]>; Mon, 22 Nov 2010 13:49:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=OvUUBVVR1QyUWnc0mFZbN6kxrcZWRvMTobQFC4d5Pe8=; b=ZBuUoUGc5um+j0MMK0zyCqB007BCmDOsrmWRshF9X2Ybg2wtDgZI7ho8Hii1bB4Awv stB0hlPIH8sfAwePO29oy8TnChbLPmYyJBjQk8laRyeFD3yG/68JMo1xClaxBSUylLOo zUDKRLUtztUx6rUs0aJ6YjwGmRhBYwq72wwqE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=r4s5FMFYjy+gb/ZfURuQkRn5+78n4HMefzemW77OPA6Egn8t5ACHlwuBz5sODnIVpQ 4LY0SSMOK4yAMu1JuizMB3UKru/de60GybqDCJO6pXBpYt8P37YA3A4YPMpIRHZeWY3E 1JMbhvKsI6Pv0hfTeYmLBeCa9U4H1waa+hl2o= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id a33mr6564330wba.181.1290462545954; Mon, 22 Nov 2010 13:49:05 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 22 Nov 2010 13:49:05 -0800 (PST) In-Reply-To: <1885332200304E2DA3AE2675235FACB2@Asus> References: <32850715.150071290008477433.JavaMail.jira@thor> <F53CC54231A147F792DC9321A889C081@Asus> <1885332200304E2DA3AE2675235FACB2@Asus> Date: Mon, 22 Nov 2010 22:49:05 +0100 Message-ID: <[email protected]> Subject: Re: Cocoon 3 status? From: Simone Tripodi <[email protected]> To: [email protected] Content-Type: text/plain; charset=UTF-8 Hi Hugh, unfortunately we've been being very busy due to our main job. But our intention is continuing Cocoon3 development and we are coming back soon :) APIs are in alpha that means that classes/methods can appear and disappear without warnings, but code on /trunk is quite stable. Stay tuned!!! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Mon, Nov 22, 2010 at 8:26 PM, Hugh Sparks <[email protected]> wrote: > Could someone please review the political and technical status of Cocoon 3? > I notice that posts and svn activity stopped rather suddenly... > > Thanks! > > -Hugh Sparks > > From [email protected] Wed Nov 24 15:41:12 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40780 invoked from network); 24 Nov 2010 15:41:11 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 24 Nov 2010 15:41:11 -0000 Received: (qmail 60256 invoked by uid 500); 24 Nov 2010 15:41:43 -0000 Delivered-To: [email protected] Received: (qmail 59692 invoked by uid 500); 24 Nov 2010 15:41:39 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 59678 invoked by uid 99); 24 Nov 2010 15:41:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Nov 2010 15:41:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Nov 2010 15:41:36 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAOFfGH6000334 for <[email protected]>; Wed, 24 Nov 2010 15:41:16 GMT Message-ID: <7131505.288101290613276175.JavaMail.jira@thor> Date: Wed, 24 Nov 2010 10:41:16 -0500 (EST) From: [email protected] To: [email protected] Subject: [jira] Subscription: COCOON-open-with-patch MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Issue Subscription Filter: COCOON-open-with-patch (117 issues) Subscriber: cocoon Key Summary COCOON-2304 ThreadLocal in Rhino context is not always cleared https://issues.apache.org/jira/browse/COCOON-2304 COCOON-2303 ThreadLocal in Sitemap EnvironmentHelper leaks on application undeployment https://issues.apache.org/jira/browse/COCOON-2303 COCOON-2301 Cocoon Cron Block Configurable Clustering https://issues.apache.org/jira/browse/COCOON-2301 COCOON-2300 jboss-5.1.0.GA vfszip protocol in CharsetFactory https://issues.apache.org/jira/browse/COCOON-2300 COCOON-2298 IncludeTransformer does not handle multi-valued parameters https://issues.apache.org/jira/browse/COCOON-2298 COCOON-2297 Character encoding does not follow JTidy properties https://issues.apache.org/jira/browse/COCOON-2297 COCOON-2296 [PATCH] Make flowscript work with Commons JXPath 1.3 https://issues.apache.org/jira/browse/COCOON-2296 COCOON-2295 integrating FOP-1.0 into Cocoon-2.1.12-dev https://issues.apache.org/jira/browse/COCOON-2295 COCOON-2294 Wrong version number for cocoon-serializers-impl in parent pom for revision 964648 https://issues.apache.org/jira/browse/COCOON-2294 COCOON-2290 CLONE - Add a read method to the SitemapComponentTestCase https://issues.apache.org/jira/browse/COCOON-2290 COCOON-2288 Allow usage of SLF4J for traces https://issues.apache.org/jira/browse/COCOON-2288 COCOON-2281 "Communication tools that we use" link to dev mailing list archive comes out at user mailing list archive https://issues.apache.org/jira/browse/COCOON-2281 COCOON-2268 To extend the image reader we need to change the visibility to the parameter of the ImageReader https://issues.apache.org/jira/browse/COCOON-2268 COCOON-2262 container.refresh() is called before embeddedServlet.init() https://issues.apache.org/jira/browse/COCOON-2262 COCOON-2260 wrong parent version in pom of cocoon-flowscript-impl https://issues.apache.org/jira/browse/COCOON-2260 COCOON-2249 XHTMLSerializer uses entity references &quot; and &apos; which cause JavaScript parse errors https://issues.apache.org/jira/browse/COCOON-2249 COCOON-2246 HttpRequest should handle encoding in getParameter and getParameterValues in the same way https://issues.apache.org/jira/browse/COCOON-2246 COCOON-2233 Update archetypes to current trunk artifact versions https://issues.apache.org/jira/browse/COCOON-2233 COCOON-2222 Add SaxParser configuration properties https://issues.apache.org/jira/browse/COCOON-2222 COCOON-2216 IncludeCacheManager can not perfom parallel includes https://issues.apache.org/jira/browse/COCOON-2216 COCOON-2212 jx:attribute does not check name is correct before proceeding https://issues.apache.org/jira/browse/COCOON-2212 COCOON-2197 Making the cocoon-auth-block acegi-security-sample work https://issues.apache.org/jira/browse/COCOON-2197 COCOON-2173 AbstractCachingProcessingPipeline: Two requests can deadlock each other https://issues.apache.org/jira/browse/COCOON-2173 COCOON-2162 [PATCH] Fix for Paginator when accessing out of bounds Pagination page https://issues.apache.org/jira/browse/COCOON-2162 COCOON-2137 XSD Schemas for CForms Development https://issues.apache.org/jira/browse/COCOON-2137 COCOON-2114 fix sorting in TraversableGenerator https://issues.apache.org/jira/browse/COCOON-2114 COCOON-2108 xmodule:flow-attr Does not accept document objects https://issues.apache.org/jira/browse/COCOON-2108 COCOON-2100 Retrieving mimeType returned by pipeline executed from Flow https://issues.apache.org/jira/browse/COCOON-2100 COCOON-2040 Union widget does not work with booleanfield set as case widget https://issues.apache.org/jira/browse/COCOON-2040 COCOON-2037 New DynamicGroup widget https://issues.apache.org/jira/browse/COCOON-2037 COCOON-2032 [PATCH] Sort order in paginated repeater https://issues.apache.org/jira/browse/COCOON-2032 COCOON-2030 submit-on-change doesn't work for a multivaluefield with list-type="checkbox" https://issues.apache.org/jira/browse/COCOON-2030 COCOON-2018 Use thread context class loader to load custom binding classes https://issues.apache.org/jira/browse/COCOON-2018 COCOON-2017 More output beautification options for serializers https://issues.apache.org/jira/browse/COCOON-2017 COCOON-2015 Doctype added twice because root element (html) is inlined https://issues.apache.org/jira/browse/COCOON-2015 COCOON-2002 HTML transformer only works with latin-1 characters https://issues.apache.org/jira/browse/COCOON-2002 COCOON-1974 Donating ContextAttributeInputModule https://issues.apache.org/jira/browse/COCOON-1974 COCOON-1973 CaptchaValidator: allow case-insensitive matching https://issues.apache.org/jira/browse/COCOON-1973 COCOON-1964 Redirects inside a block called via the servlet protocol fail https://issues.apache.org/jira/browse/COCOON-1964 COCOON-1963 Add a redirect action to the browser update handler https://issues.apache.org/jira/browse/COCOON-1963 COCOON-1960 Pipeline errors for "generator/reader already set" should provide more information https://issues.apache.org/jira/browse/COCOON-1960 COCOON-1949 [PATCH] load flowscript from file into specified Rhino context object https://issues.apache.org/jira/browse/COCOON-1949 COCOON-1946 [PATCH] - Javaflow Sample errors trying to enhance Javaflow classes and showing cform templates https://issues.apache.org/jira/browse/COCOON-1946 COCOON-1943 [Patch] Parameters in blocks-protocol URIs get decoded too early https://issues.apache.org/jira/browse/COCOON-1943 COCOON-1932 [PATCH] correct styling of disabled suggestion lists https://issues.apache.org/jira/browse/COCOON-1932 COCOON-1929 [PATCH] Reloading classloader in Cocoon 2.2 https://issues.apache.org/jira/browse/COCOON-1929 COCOON-1917 Request Encoding problem: multipart/form vs. url encoded https://issues.apache.org/jira/browse/COCOON-1917 COCOON-1915 Nullable value with additional String or XMLizable in JavaSelectionList https://issues.apache.org/jira/browse/COCOON-1915 COCOON-1914 Text as XMLizable in EmptySelectionList https://issues.apache.org/jira/browse/COCOON-1914 COCOON-1899 [PATCH] Cocoon XML:DB Implementation should not depend on Xindice https://issues.apache.org/jira/browse/COCOON-1899 COCOON-1898 [PATCH] XPatch support for maven-cocoon-deployer-plugin https://issues.apache.org/jira/browse/COCOON-1898 COCOON-1893 XML-Binding: Problem creating a new element https://issues.apache.org/jira/browse/COCOON-1893 COCOON-1877 [PATCH] Pageable Repeater https://issues.apache.org/jira/browse/COCOON-1877 COCOON-1870 Lucene block does not store attributes when instructed so https://issues.apache.org/jira/browse/COCOON-1870 COCOON-1846 [PATCH] BooleanField and radio do not send on-value-changed at the rigth time with IE https://issues.apache.org/jira/browse/COCOON-1846 COCOON-1843 LDAPTransformer: add-entry tag doesn't work https://issues.apache.org/jira/browse/COCOON-1843 COCOON-1842 LDAPTransformer: ClassCastException with Binary fields https://issues.apache.org/jira/browse/COCOON-1842 COCOON-1810 [PATCH] JMSEventMessageListener does not work https://issues.apache.org/jira/browse/COCOON-1810 COCOON-1807 Workaround for IE Bug in <button> https://issues.apache.org/jira/browse/COCOON-1807 COCOON-1794 [PATCH] Propagation of namespaces to a repeaters child bindings and implementation of a move-node binding https://issues.apache.org/jira/browse/COCOON-1794 COCOON-1738 double-listbox problem in repeaters https://issues.apache.org/jira/browse/COCOON-1738 COCOON-1726 Implementation of Source that supports conditional GETs https://issues.apache.org/jira/browse/COCOON-1726 COCOON-1717 Use custom cache keys for caching uri coplets using input modules. https://issues.apache.org/jira/browse/COCOON-1717 COCOON-1697 Allow request parameters to be used in "for (var k in h)" kind of Javascript Loops https://issues.apache.org/jira/browse/COCOON-1697 COCOON-1648 Add support for ISO8601 in I18nTransformer and Forms https://issues.apache.org/jira/browse/COCOON-1648 COCOON-1618 [PATCH] SoapGenerator/Serializer for Axis Block https://issues.apache.org/jira/browse/COCOON-1618 COCOON-1611 [PATCH] Add additonal constructor to FormInstance.java to be able to pass a locale https://issues.apache.org/jira/browse/COCOON-1611 COCOON-1603 [PATCH] handling of alternatives in MailTransformer https://issues.apache.org/jira/browse/COCOON-1603 COCOON-1573 Improvement SetAttributeJXPathBinding and Contribution SetNodeValueJXPathBinding https://issues.apache.org/jira/browse/COCOON-1573 COCOON-1556 [PATCH] Add a JXPathConvertor for conversion betwean beans and Strings https://issues.apache.org/jira/browse/COCOON-1556 COCOON-1535 [PATCH] enhancement to {global:} input module: return all sitemap globals https://issues.apache.org/jira/browse/COCOON-1535 COCOON-1527 [PATCH] Cache control logic sheets for XSP to override getKey and getValidity https://issues.apache.org/jira/browse/COCOON-1527 COCOON-1526 [PATCH] processToDOM returns a read-only DOM https://issues.apache.org/jira/browse/COCOON-1526 COCOON-1519 [PATCH] TeeTransformer refactoring https://issues.apache.org/jira/browse/COCOON-1519 COCOON-1508 [PATCH] Avalonize TranscoderFactory https://issues.apache.org/jira/browse/COCOON-1508 COCOON-1506 [PATCH] Manually specifying a mounted sitemap's context https://issues.apache.org/jira/browse/COCOON-1506 COCOON-1488 [PATCH] htmlunit-based testing, needs to be ported to 2.2 https://issues.apache.org/jira/browse/COCOON-1488 COCOON-1467 ESQL exception handling problem https://issues.apache.org/jira/browse/COCOON-1467 COCOON-1439 [poi] vertical text orientation and font cache https://issues.apache.org/jira/browse/COCOON-1439 COCOON-1398 New CachingPortletAdapter https://issues.apache.org/jira/browse/COCOON-1398 COCOON-1395 [PATCH] Missing ContextAttributeInputModule https://issues.apache.org/jira/browse/COCOON-1395 COCOON-1394 [PATCH] Implementation of PortletRequest#getQueryString() https://issues.apache.org/jira/browse/COCOON-1394 COCOON-1384 [PATCH] flow redirector should allow explicit 'cocoon:' scheme https://issues.apache.org/jira/browse/COCOON-1384 COCOON-1370 [PATCH] proxy block can now use JTidy and handle multipart POST https://issues.apache.org/jira/browse/COCOON-1370 COCOON-1368 [PATCH] HTTPRequestTransformer https://issues.apache.org/jira/browse/COCOON-1368 COCOON-1362 [PATCH] log4j.xconf should have the same default config as logkit.xconf https://issues.apache.org/jira/browse/COCOON-1362 COCOON-1360 [patch] client side validation for CForms https://issues.apache.org/jira/browse/COCOON-1360 COCOON-1345 [PATCH] Extract convertors into their own block https://issues.apache.org/jira/browse/COCOON-1345 COCOON-1340 [PATCH] lucene block contribution : a AnalyzerManager component https://issues.apache.org/jira/browse/COCOON-1340 COCOON-1337 [PATCH] Suggestion for widget population https://issues.apache.org/jira/browse/COCOON-1337 COCOON-1336 [PATCH] PortletWindowAspect: hiding portlet mode icons and new feature "force-sizable" https://issues.apache.org/jira/browse/COCOON-1336 COCOON-1332 [PATCH] content-length and content-type for portlet ActionRequest https://issues.apache.org/jira/browse/COCOON-1332 COCOON-1329 [PATCH] Fix for cocoon.jar bundled in ear common for portal.war and portlet.war https://issues.apache.org/jira/browse/COCOON-1329 COCOON-1325 [PATCH] commons-fileupload based multipart parser https://issues.apache.org/jira/browse/COCOON-1325 COCOON-1302 [Patch] Word Document Generator https://issues.apache.org/jira/browse/COCOON-1302 COCOON-1295 ParallelContentAggregator, multithreaded aggregating https://issues.apache.org/jira/browse/COCOON-1295 COCOON-1260 [PATCH] MultipartParser can now handle multipart/mixed https://issues.apache.org/jira/browse/COCOON-1260 COCOON-1254 [Patch] OWQLTransformer + RDQLTransformer https://issues.apache.org/jira/browse/COCOON-1254 COCOON-1249 [Patch] XMLDBSource should accept scheme://user:pass@host:port/path URIs https://issues.apache.org/jira/browse/COCOON-1249 COCOON-1232 [PATCH] NEW--ModuleDB Action for ORACLE( auto. increment ) https://issues.apache.org/jira/browse/COCOON-1232 COCOON-1203 [PATCH] inserver junit testing https://issues.apache.org/jira/browse/COCOON-1203 COCOON-1200 [PATCH] XML CSS engine https://issues.apache.org/jira/browse/COCOON-1200 COCOON-1185 [PATCH] BerkeleyDBStore https://issues.apache.org/jira/browse/COCOON-1185 COCOON-1147 [PATCH] namespace issues with XMLDBTransformer https://issues.apache.org/jira/browse/COCOON-1147 COCOON-1125 [PATCH] Updated CastorTransformer + samples https://issues.apache.org/jira/browse/COCOON-1125 COCOON-1027 [PATCH] CocoonBean add additional features for reprocessing pipelines and interrupt processing https://issues.apache.org/jira/browse/COCOON-1027 COCOON-996 [PATCH] LuceneIndexContentHandler.java produces CLOBs https://issues.apache.org/jira/browse/COCOON-996 COCOON-988 [PATCH] StreamGenerator can't handle multipart request parameters correctly https://issues.apache.org/jira/browse/COCOON-988 COCOON-881 [PATCH] file upload component for usage with flowscript https://issues.apache.org/jira/browse/COCOON-881 COCOON-871 [PATCH] XML posting from SourceWritingTransformer by using an enhanced HTTPClientSource https://issues.apache.org/jira/browse/COCOON-871 COCOON-867 [PATCH] wsinclude and htmlinclude transformers https://issues.apache.org/jira/browse/COCOON-867 COCOON-865 [PATCH] New ResourceLoadAction https://issues.apache.org/jira/browse/COCOON-865 COCOON-844 [PATCH] adding <wd:on-phase> and moving load() and save() to Form. https://issues.apache.org/jira/browse/COCOON-844 COCOON-825 [PATCH] Fix Bug: Better handling of CLOB in esql (get-xml) and handling of Oracle 'temporary lobs' https://issues.apache.org/jira/browse/COCOON-825 COCOON-719 [PATCH] Support for transactions in SQLTransformer https://issues.apache.org/jira/browse/COCOON-719 COCOON-717 [PATCH] Namespace cleanup in HTMLSerializer https://issues.apache.org/jira/browse/COCOON-717 COCOON-665 [PATCH] HSSFSerializer Support for FreezePane https://issues.apache.org/jira/browse/COCOON-665 You may edit this subscription at: https://issues.apache.org/jira/secure/FilterSubscription!default.jspa?subId=10311&filterId=12310771 From [email protected] Tue Nov 30 10:00:40 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84402 invoked from network); 30 Nov 2010 10:00:39 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 30 Nov 2010 10:00:39 -0000 Received: (qmail 7110 invoked by uid 500); 30 Nov 2010 10:00:38 -0000 Delivered-To: [email protected] Received: (qmail 6904 invoked by uid 500); 30 Nov 2010 10:00:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 6883 invoked by uid 99); 30 Nov 2010 10:00:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Nov 2010 10:00:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Nov 2010 10:00:34 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAUA0EOS009111 for <[email protected]>; Tue, 30 Nov 2010 10:00:14 GMT Message-ID: <370028.21801291111214373.JavaMail.jira@thor> Date: Tue, 30 Nov 2010 05:00:14 -0500 (EST) From: "ron van den branden (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (COCOON-2295) integrating FOP-1.0 into Cocoon-2.1.12-dev MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COCOON-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ron van den branden updated COCOON-2295: ---------------------------------------- Description: Here are instructions for updating the current FOP-0.95 serializer in Cocoon-2.1.12-dev (see https://issues.apache.org/jira/browse/COCOON-2289): 1. checkout http://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X 2. download (and build) FOP-1.0 from http://xmlgraphics.apache.org/fop/download.html 3. update jars in %COCOON_HOME%\lib\*: -replace %COCOON_HOME%\lib\optional\batik-all-1.6.jar with %FOP_HOME%\lib\batik-all-1.7.jar -replace %COCOON_HOME%\lib\optional\fop-0.95.jar with %FOP_HOME%\build\fop.jar -replace %COCOON_HOME%\lib\optional\xmlgraphics-commons-1.3.1.jar with %FOP_HOME%\lib\xmlgraphics-commons-1.4.jar -copy %FOP_HOME%\lib\xml-apis-ext-1.3.04.jar to %COCOON_HOME%\lib\endorsed -copy %FOP_HOME%\lib\serializer-2.7.0.jar to %COCOON_HOME%\lib\optional 4. update references to these jars in %COCOON_HOME%\lib\jars.xml (see attached file) 5. build Cocoon was: Here are instructions for updating the current FOP-0.95 serializer in Cocoon-2.1.12-dev (see https://issues.apache.org/jira/browse/COCOON-2289): 1. checkout http://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X 2. download (and build) FOP-1.0 from http://xmlgraphics.apache.org/fop/download.html 3. update jars in %COCOON_HOME%\lib\*: -replace %COCOON_HOME%\lib\optional\batik-all-1.6.jar with %FOP_HOME%\lib\batik-all-1.7.jar -replace %COCOON_HOME%\lib\optional\fop-0.95.jar with %FOP_HOME%\build\fop.jar -replace %COCOON_HOME%\lib\optional\xmlgraphics-commons-1.3.1.jar with %FOP_HOME%\lib\xmlgraphics-commons-1.4.jar -replace %COCOON_HOME%\lib\optional\xmlgraphics-commons-1.3.1.jar with %FOP_HOME%\lib\xmlgraphics-commons-1.4.jar -copy %FOP_HOME%\lib\xml-apis-ext-1.3.04.jar to %COCOON_HOME%\lib\endorsed -copy %FOP_HOME%\lib\serializer-2.7.0.jar to %COCOON_HOME%\lib\optional 4. update references to these jars in %COCOON_HOME%\lib\jars.xml (see attached file) 5. build Cocoon deleted duplicate line > integrating FOP-1.0 into Cocoon-2.1.12-dev > ------------------------------------------ > > Key: COCOON-2295 > URL: https://issues.apache.org/jira/browse/COCOON-2295 > Project: Cocoon > Issue Type: Improvement > Components: Blocks: FOP > Affects Versions: 2.1.12-dev (Current SVN) > Reporter: ron van den branden > Assignee: Jasha Joachimsthal > Attachments: jars.patch, jars.xml > > > Here are instructions for updating the current FOP-0.95 serializer in Cocoon-2.1.12-dev (see https://issues.apache.org/jira/browse/COCOON-2289): > 1. checkout http://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X > 2. download (and build) FOP-1.0 from http://xmlgraphics.apache.org/fop/download.html > 3. update jars in %COCOON_HOME%\lib\*: > -replace %COCOON_HOME%\lib\optional\batik-all-1.6.jar with %FOP_HOME%\lib\batik-all-1.7.jar > -replace %COCOON_HOME%\lib\optional\fop-0.95.jar with %FOP_HOME%\build\fop.jar > -replace %COCOON_HOME%\lib\optional\xmlgraphics-commons-1.3.1.jar with %FOP_HOME%\lib\xmlgraphics-commons-1.4.jar > -copy %FOP_HOME%\lib\xml-apis-ext-1.3.04.jar to %COCOON_HOME%\lib\endorsed > -copy %FOP_HOME%\lib\serializer-2.7.0.jar to %COCOON_HOME%\lib\optional > 4. update references to these jars in %COCOON_HOME%\lib\jars.xml (see attached file) > 5. build Cocoon -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Tue Nov 30 18:15:11 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 42430 invoked from network); 30 Nov 2010 18:15:11 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 30 Nov 2010 18:15:11 -0000 Received: (qmail 87365 invoked by uid 500); 30 Nov 2010 18:15:10 -0000 Delivered-To: [email protected] Received: (qmail 87307 invoked by uid 500); 30 Nov 2010 18:15:09 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 87300 invoked by uid 99); 30 Nov 2010 18:15:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Nov 2010 18:15:09 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO server.csparks.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Nov 2010 18:15:01 +0000 Received: from Asus (asus.csparks.com [161.129.204.104]) (authenticated bits=0) by server.csparks.com (8.14.4/8.14.3) with ESMTP id oAUIEdF5017810 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for <[email protected]>; Tue, 30 Nov 2010 12:14:39 -0600 Message-ID: <EF2EB1901CD341939CEE999433D5E976@Asus> From: "Hugh Sparks" <[email protected]> To: <[email protected]> References: <21045883.391261282035916528.JavaMail.jira@thor> Subject: [C22] _editor_url not set and NPE in DynamicURLStreamHandlerFactory Date: Tue, 30 Nov 2010 12:14:40 -0600 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=original Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994 X-Virus-Checked: Checked by ClamAV on apache.org I had a simple cocoon forms application that crashed occasionally but not reproducibly with an NPE exception: java.lang.NullPointerException java.util.LinkedList.remove(LinkedList.java:808) java.util.LinkedList.remove(LinkedList.java:374) org.apache.cocoon.jnet.DynamicURLStreamHandlerFactory .pop(DynamicURLStreamHandlerFactory.java:30) org.apache.cocoon.jnet.URLHandlerFactoryCollector .popUrlHandlerFactories(URLHandlerFactoryCollector.java:58) [...] I had another apparently unrelated problem where the client browser would sometimes report that "_editor_url is not set". This occurred after the browser's page cache had been cleared, but it would stop occurring on subsequent visits to my cforms application. Both problems were resolved when I applied a fix suggested by Reinhard Pötz on the mailing list in February 2010: http://tinyurl.com/24599z4 And most recently discussed on JIRA: https://issues.apache.org/jira/browse/COCOON-2277 Perhaps this fix hides some deeper issue, but all the published samples seem to work fine with the change. If nothing better can be suggested (it's been nearly a year), I think it would be nice if it were committed to the trunk. ******************** For those who'd like to evaluate this fix, here's a quick summary: In the directory: Cocoon22\subprojects\cocoon-jnet\src\main\java\org\apache\cocoon\jnet In the file: DynamicURLStreamHandlerFactory.java Edit line 41 so it reads: list = Collections.synchronizedList(new LinkedList<URLStreamHandlerFactory>()) ; Here's the modified code in context: OLD: if (list == null) { list = new LinkedList<URLStreamHandlerFactory>(); FACTORIES.set(list); } NEW: if (list == null) { list = Collections.synchronizedList(new LinkedList<URLStreamHandlerFactory>()) ; FACTORIES.set(list); } It's also necessary to import Collections: import java.util.Collections; Thanks, -Hugh Sparks
From [email protected] Fri May 02 08:14:25 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97934 invoked from network); 2 May 2008 08:14:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 May 2008 08:14:25 -0000 Received: (qmail 55874 invoked by uid 500); 2 May 2008 08:14:26 -0000 Delivered-To: [email protected] Received: (qmail 55857 invoked by uid 500); 2 May 2008 08:14:26 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.shale.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 55846 invoked by uid 99); 2 May 2008 08:14:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 May 2008 01:14:26 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 02 May 2008 08:13:41 +0000 Received: (qmail 97899 invoked by uid 1723); 2 May 2008 08:14:01 -0000 Date: 2 May 2008 08:14:00 -0000 Message-ID: <[email protected]> TO: [email protected] FROM: [email protected] SUBJECT: Issues Closed: week of 2008-05-02 X-Virus-Checked: Checked by ClamAV on apache.org Shale - Friday, May 2, 2008 0 closed in last 7 days From [email protected] Mon May 05 08:10:23 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78051 invoked from network); 5 May 2008 08:10:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 May 2008 08:10:23 -0000 Received: (qmail 17572 invoked by uid 500); 5 May 2008 08:10:24 -0000 Delivered-To: [email protected] Received: (qmail 17538 invoked by uid 500); 5 May 2008 08:10:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.shale.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 17527 invoked by uid 99); 5 May 2008 08:10:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 May 2008 01:10:24 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 05 May 2008 08:09:47 +0000 Received: (qmail 77967 invoked by uid 1723); 5 May 2008 08:10:01 -0000 Date: 5 May 2008 08:10:00 -0000 Message-ID: <[email protected]> TO: [email protected] FROM: [email protected] SUBJECT: Issues Opened: week of 2008-05-05 X-Virus-Checked: Checked by ClamAV on apache.org Shale - Monday, May 5, 2008 0 opened in last 7 days From [email protected] Fri May 09 08:14:27 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32303 invoked from network); 9 May 2008 08:14:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 May 2008 08:14:26 -0000 Received: (qmail 2724 invoked by uid 500); 9 May 2008 08:14:28 -0000 Delivered-To: [email protected] Received: (qmail 2694 invoked by uid 500); 9 May 2008 08:14:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.shale.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 2683 invoked by uid 99); 9 May 2008 08:14:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 May 2008 01:14:27 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 09 May 2008 08:13:42 +0000 Received: (qmail 32244 invoked by uid 1723); 9 May 2008 08:14:02 -0000 Date: 9 May 2008 08:14:00 -0000 Message-ID: <[email protected]> TO: [email protected] FROM: [email protected] SUBJECT: Issues Closed: week of 2008-05-09 X-Virus-Checked: Checked by ClamAV on apache.org Shale - Friday, May 9, 2008 0 closed in last 7 days From [email protected] Mon May 12 08:10:25 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76859 invoked from network); 12 May 2008 08:10:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 May 2008 08:10:25 -0000 Received: (qmail 86167 invoked by uid 500); 12 May 2008 08:10:26 -0000 Delivered-To: [email protected] Received: (qmail 86147 invoked by uid 500); 12 May 2008 08:10:26 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.shale.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 86136 invoked by uid 99); 12 May 2008 08:10:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 01:10:26 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 12 May 2008 08:09:41 +0000 Received: (qmail 76708 invoked by uid 1723); 12 May 2008 08:10:01 -0000 Date: 12 May 2008 08:10:00 -0000 Message-ID: <[email protected]> TO: [email protected] FROM: [email protected] SUBJECT: Issues Opened: week of 2008-05-12 X-Virus-Checked: Checked by ClamAV on apache.org Shale - Monday, May 12, 2008 0 opened in last 7 days From [email protected] Mon May 12 15:26:47 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 47279 invoked from network); 12 May 2008 15:26:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 May 2008 15:26:46 -0000 Received: (qmail 14780 invoked by uid 500); 12 May 2008 15:26:48 -0000 Delivered-To: [email protected] Received: (qmail 14759 invoked by uid 500); 12 May 2008 15:26:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.shale.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 14748 invoked by uid 99); 12 May 2008 15:26:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 08:26:48 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 15:26:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BE75223889C0; Mon, 12 May 2008 08:26:25 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r655523 - /shale/maven/tags/shale-master-3/ Date: Mon, 12 May 2008 15:26:25 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: greddin Date: Mon May 12 08:26:25 2008 New Revision: 655523 URL: http://svn.apache.org/viewvc?rev=655523&view=rev Log: Removing version 3 to rerun the release. Removed: shale/maven/tags/shale-master-3/ From [email protected] Mon May 12 15:31:03 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49196 invoked from network); 12 May 2008 15:31:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 May 2008 15:31:03 -0000 Received: (qmail 17201 invoked by uid 500); 12 May 2008 15:31:05 -0000 Delivered-To: [email protected] Received: (qmail 17181 invoked by uid 500); 12 May 2008 15:31:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.shale.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 17170 invoked by uid 99); 12 May 2008 15:31:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 08:31:05 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 15:30:19 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B0B8A23889C0; Mon, 12 May 2008 08:30:40 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r655525 - /shale/maven/trunk/master-pom/pom.xml Date: Mon, 12 May 2008 15:30:40 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: greddin Date: Mon May 12 08:30:40 2008 New Revision: 655525 URL: http://svn.apache.org/viewvc?rev=655525&view=rev Log: SHALE-417 Reverting POM version to 3-SNAPSHOT to rerun release. Modified: shale/maven/trunk/master-pom/pom.xml Modified: shale/maven/trunk/master-pom/pom.xml URL: http://svn.apache.org/viewvc/shale/maven/trunk/master-pom/pom.xml?rev=655525&r1=655524&r2=655525&view=diff ============================================================================== --- shale/maven/trunk/master-pom/pom.xml (original) +++ shale/maven/trunk/master-pom/pom.xml Mon May 12 08:30:40 2008 @@ -30,7 +30,7 @@ <groupId>org.apache.shale</groupId> <artifactId>shale-master</artifactId> - <version>4-SNAPSHOT</version> + <version>3-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Shale Framework Master POM</name> <description>Apache Shale</description> From [email protected] Mon May 12 15:32:09 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49395 invoked from network); 12 May 2008 15:32:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 May 2008 15:32:09 -0000 Received: (qmail 18836 invoked by uid 500); 12 May 2008 15:31:58 -0000 Delivered-To: [email protected] Received: (qmail 18814 invoked by uid 500); 12 May 2008 15:31:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.shale.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 18797 invoked by uid 99); 12 May 2008 15:31:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 08:31:58 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 15:31:20 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2BF4223889C0; Mon, 12 May 2008 08:31:35 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r655526 - /shale/maven/trunk/master-pom/pom.xml Date: Mon, 12 May 2008 15:31:35 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: greddin Date: Mon May 12 08:31:34 2008 New Revision: 655526 URL: http://svn.apache.org/viewvc?rev=655526&view=rev Log: [maven-release-plugin] prepare release shale-master-3 Modified: shale/maven/trunk/master-pom/pom.xml Modified: shale/maven/trunk/master-pom/pom.xml URL: http://svn.apache.org/viewvc/shale/maven/trunk/master-pom/pom.xml?rev=655526&r1=655525&r2=655526&view=diff ============================================================================== --- shale/maven/trunk/master-pom/pom.xml (original) +++ shale/maven/trunk/master-pom/pom.xml Mon May 12 08:31:34 2008 @@ -30,7 +30,7 @@ <groupId>org.apache.shale</groupId> <artifactId>shale-master</artifactId> - <version>3-SNAPSHOT</version> + <version>3</version> <packaging>pom</packaging> <name>Apache Shale Framework Master POM</name> <description>Apache Shale</description> @@ -265,9 +265,9 @@ </contributors> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/shale/maven/trunk/master-pom</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shale/maven/trunk/master-pom</developerConnection> - <url>http://svn.apache.org/viewcvs.cgi/shale/maven/trunk/master-pom</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/shale/maven/tags/shale-master-3</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shale/maven/tags/shale-master-3</developerConnection> + <url>http://svn.apache.org/viewcvs.cgi/shale/maven/tags/shale-master-3</url> </scm> <distributionManagement> From [email protected] Mon May 12 15:32:10 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49433 invoked from network); 12 May 2008 15:32:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 May 2008 15:32:09 -0000 Received: (qmail 19303 invoked by uid 500); 12 May 2008 15:32:03 -0000 Delivered-To: [email protected] Received: (qmail 19287 invoked by uid 500); 12 May 2008 15:32:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.shale.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 19276 invoked by uid 99); 12 May 2008 15:32:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 08:32:02 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 15:31:24 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1C5A72388A17; Mon, 12 May 2008 08:31:40 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r655527 - in /shale/maven/tags/shale-master-3: ./ pom.xml Date: Mon, 12 May 2008 15:31:40 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: greddin Date: Mon May 12 08:31:39 2008 New Revision: 655527 URL: http://svn.apache.org/viewvc?rev=655527&view=rev Log: [maven-release-plugin] copy for tag shale-master-3 Added: shale/maven/tags/shale-master-3/ - copied from r655524, shale/maven/trunk/master-pom/ shale/maven/tags/shale-master-3/pom.xml - copied unchanged from r655526, shale/maven/trunk/master-pom/pom.xml From [email protected] Mon May 12 15:32:10 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49454 invoked from network); 12 May 2008 15:32:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 May 2008 15:32:09 -0000 Received: (qmail 20093 invoked by uid 500); 12 May 2008 15:32:07 -0000 Delivered-To: [email protected] Received: (qmail 20071 invoked by uid 500); 12 May 2008 15:32:07 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.shale.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 20057 invoked by uid 99); 12 May 2008 15:32:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 08:32:07 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 15:31:21 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 118812388A9E; Mon, 12 May 2008 08:31:43 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r655529 - /shale/maven/trunk/master-pom/pom.xml Date: Mon, 12 May 2008 15:31:42 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: greddin Date: Mon May 12 08:31:42 2008 New Revision: 655529 URL: http://svn.apache.org/viewvc?rev=655529&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: shale/maven/trunk/master-pom/pom.xml Modified: shale/maven/trunk/master-pom/pom.xml URL: http://svn.apache.org/viewvc/shale/maven/trunk/master-pom/pom.xml?rev=655529&r1=655528&r2=655529&view=diff ============================================================================== --- shale/maven/trunk/master-pom/pom.xml (original) +++ shale/maven/trunk/master-pom/pom.xml Mon May 12 08:31:42 2008 @@ -30,7 +30,7 @@ <groupId>org.apache.shale</groupId> <artifactId>shale-master</artifactId> - <version>3</version> + <version>4-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Shale Framework Master POM</name> <description>Apache Shale</description> @@ -265,9 +265,9 @@ </contributors> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/shale/maven/tags/shale-master-3</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shale/maven/tags/shale-master-3</developerConnection> - <url>http://svn.apache.org/viewcvs.cgi/shale/maven/tags/shale-master-3</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/shale/maven/trunk/master-pom</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shale/maven/trunk/master-pom</developerConnection> + <url>http://svn.apache.org/viewcvs.cgi/shale/maven/trunk/master-pom</url> </scm> <distributionManagement> From [email protected] Mon May 12 15:44:14 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 52175 invoked from network); 12 May 2008 15:44:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 May 2008 15:44:13 -0000 Received: (qmail 33659 invoked by uid 500); 12 May 2008 15:44:15 -0000 Delivered-To: [email protected] Received: (qmail 33626 invoked by uid 500); 12 May 2008 15:44:15 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.shale.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 33615 invoked by uid 99); 12 May 2008 15:44:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 08:44:15 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 15:43:37 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id DE48ED2EA for <[email protected]>; Mon, 12 May 2008 15:43:50 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Mon, 12 May 2008 15:43:50 -0000 Message-ID: <[email protected]> Subject: [Shale Wiki] Update of "ReleasePlan105" by GregReddin X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Shale Wiki" for change notification. The following page has been changed by GregReddin: http://wiki.apache.org/shale/ReleasePlan105 ------------------------------------------------------------------------------ Maven did not do the GPG signing bit so I performed the following steps: {{{ - cd target/ + cd target/checkout gpg --armor --output shale-master-3.pom.asc --detach-sig pom.xml scp shale-master-3.pom.asc people.apache.org:/www/people.apache.org/builds/shale/m2-staging-repository/org/apache/shale/shale-master/3/. }}} From [email protected] Fri May 16 08:14:26 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35502 invoked from network); 16 May 2008 08:14:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 May 2008 08:14:26 -0000 Received: (qmail 57772 invoked by uid 500); 16 May 2008 08:14:28 -0000 Delivered-To: [email protected] Received: (qmail 57739 invoked by uid 500); 16 May 2008 08:14:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.shale.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 57571 invoked by uid 99); 16 May 2008 08:14:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 May 2008 01:14:27 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 16 May 2008 08:13:41 +0000 Received: (qmail 35446 invoked by uid 1723); 16 May 2008 08:14:02 -0000 Date: 16 May 2008 08:14:00 -0000 Message-ID: <[email protected]> TO: [email protected] FROM: [email protected] SUBJECT: Issues Closed: week of 2008-05-16 X-Virus-Checked: Checked by ClamAV on apache.org Shale - Friday, May 16, 2008 0 closed in last 7 days From [email protected] Mon May 19 08:10:26 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57048 invoked from network); 19 May 2008 08:10:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 May 2008 08:10:26 -0000 Received: (qmail 85167 invoked by uid 500); 19 May 2008 08:10:28 -0000 Delivered-To: [email protected] Received: (qmail 85129 invoked by uid 500); 19 May 2008 08:10:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.shale.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 85120 invoked by uid 99); 19 May 2008 08:10:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 May 2008 01:10:28 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 19 May 2008 08:09:42 +0000 Received: (qmail 56919 invoked by uid 1723); 19 May 2008 08:10:02 -0000 Date: 19 May 2008 08:10:00 -0000 Message-ID: <[email protected]> TO: [email protected] FROM: [email protected] SUBJECT: Issues Opened: week of 2008-05-19 X-Virus-Checked: Checked by ClamAV on apache.org Shale - Monday, May 19, 2008 0 opened in last 7 days From [email protected] Tue May 20 22:11:32 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94684 invoked from network); 20 May 2008 22:11:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 May 2008 22:11:32 -0000 Received: (qmail 67362 invoked by uid 500); 20 May 2008 22:11:34 -0000 Delivered-To: [email protected] Received: (qmail 67336 invoked by uid 500); 20 May 2008 22:11:34 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.shale.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 67317 invoked by uid 99); 20 May 2008 22:11:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 May 2008 15:11:33 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 May 2008 22:10:48 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 7F376D2EB for <[email protected]>; Tue, 20 May 2008 22:11:09 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Tue, 20 May 2008 22:11:09 -0000 Message-ID: <[email protected]> Subject: [Shale Wiki] Update of "ReleasePlan105" by GregReddin X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Shale Wiki" for change notification. The following page has been changed by GregReddin: http://wiki.apache.org/shale/ReleasePlan105 ------------------------------------------------------------------------------ [1] http://people.apache.org/builds/shale/m2-staging-repository/org/apache/shale/shale-master/3/ }}} + Copy release artifacts from staging area to live repository: + + {{{ + cp -r /www/people.apache.org/builds/shale/m2-staging-repository/org/apache/shale/shale-master /www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/shale/. + }}} + From [email protected] Wed May 21 10:49:16 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12506 invoked from network); 21 May 2008 10:49:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 May 2008 10:49:16 -0000 Received: (qmail 43279 invoked by uid 500); 21 May 2008 10:49:17 -0000 Delivered-To: [email protected] Received: (qmail 43250 invoked by uid 500); 21 May 2008 10:49:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.shale.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 43241 invoked by uid 99); 21 May 2008 10:49:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 May 2008 03:49:17 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 May 2008 10:48:39 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 5C453D2EA for <[email protected]>; Wed, 21 May 2008 10:48:55 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Wed, 21 May 2008 10:48:55 -0000 Message-ID: <[email protected]> Subject: [Shale Wiki] Update of "ReleasePlan105" by GregReddin X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Shale Wiki" for change notification. The following page has been changed by GregReddin: http://wiki.apache.org/shale/ReleasePlan105 ------------------------------------------------------------------------------ cp -r /www/people.apache.org/builds/shale/m2-staging-repository/org/apache/shale/shale-master /www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/shale/. }}} + == Release Framework == + + Followed steps outlined in ReleaseProcess to edit Jira. + + 1. Added Jira version 1.0.5 + 2. Moved 2 unresolved issues from 1.0.5-SNAPSHOT to Unknown + 3. Moved 32 remaining issues from 1.0.5-SNAPSHOT to 1.0.5. + 4. Archived 1.0.5-SNAPSHOT + From [email protected] Fri May 23 08:14:28 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73934 invoked from network); 23 May 2008 08:14:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 May 2008 08:14:28 -0000 Received: (qmail 55236 invoked by uid 500); 23 May 2008 08:14:29 -0000 Delivered-To: [email protected] Received: (qmail 55217 invoked by uid 500); 23 May 2008 08:14:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.shale.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 55208 invoked by uid 99); 23 May 2008 08:14:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 May 2008 01:14:29 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 23 May 2008 08:13:43 +0000 Received: (qmail 73789 invoked by uid 1723); 23 May 2008 08:14:04 -0000 Date: 23 May 2008 08:14:00 -0000 Message-ID: <[email protected]> TO: [email protected] FROM: [email protected] SUBJECT: Issues Closed: week of 2008-05-23 X-Virus-Checked: Checked by ClamAV on apache.org Shale - Friday, May 23, 2008 32 closed in last 7 days [SHALE-409] Shale 1.0.4+ incorrectly removes all entries in the request map after render response http://issues.apache.org/struts/browse/SHALE-409 [SHALE-412] CommonsValidator doesn't take component converters into account! http://issues.apache.org/struts/browse/SHALE-412 [SHALE-473] Spelling "handers" >> "handlers" http://issues.apache.org/struts/browse/SHALE-473 [SHALE-478] Add MarkMail archives to shale-master http://issues.apache.org/struts/browse/SHALE-478 [SHALE-421] Create portlet mock classes http://issues.apache.org/struts/browse/SHALE-421 [SHALE-459] Test is language dependant http://issues.apache.org/struts/browse/SHALE-459 [SHALE-437] Setting Locale on ViewRoot to an EL Expression is broken http://issues.apache.org/struts/browse/SHALE-437 [SHALE-451] outputFormat ignores "escape" attribute http://issues.apache.org/struts/browse/SHALE-451 [SHALE-483] Remove Shale-Tiles http://issues.apache.org/struts/browse/SHALE-483 [SHALE-407] E-Mail Validator is not working in sample applications http://issues.apache.org/struts/browse/SHALE-407 [SHALE-486] Validator Tests are failing due to errors in the properties files. http://issues.apache.org/struts/browse/SHALE-486 [SHALE-394] ConcurrentModificationException in ViewPhaseListener.afterRenderResponse http://issues.apache.org/struts/browse/SHALE-394 [SHALE-431] Tomahawk's enabledOnUserRole property doesn't work with Clay http://issues.apache.org/struts/browse/SHALE-431 [SHALE-423] Subdialog not returning to calling dialog http://issues.apache.org/struts/browse/SHALE-423 [SHALE-395] Broken links in 'Shale Commons Validator Integration' http://issues.apache.org/struts/browse/SHALE-395 [SHALE-426] Implicit mapping of <a> tag appears to be overriding explicit mapping http://issues.apache.org/struts/browse/SHALE-426 [SHALE-411] Typo in example on Clay introduction page http://issues.apache.org/struts/browse/SHALE-411 [SHALE-405] Incorrect logic in MockApplication12.addELResolver(ELResolver resolver) http://issues.apache.org/struts/browse/SHALE-405 [SHALE-416] Upgrade Shale-Tiles to the Tiles 2.0.1 build. http://issues.apache.org/struts/browse/SHALE-416 [SHALE-452] f:validator not mapped http://issues.apache.org/struts/browse/SHALE-452 [SHALE-406] ConverterHelper produce NullPointerException by calling Converter with uiComponent = null parameter during restore view phase. http://issues.apache.org/struts/browse/SHALE-406 [SHALE-474] Documentation Correction http://issues.apache.org/struts/browse/SHALE-474 [SHALE-403] Back the root Context used for SCXML dialogs with the application VariableResolver http://issues.apache.org/struts/browse/SHALE-403 [SHALE-450] Server Side state saving is not saving the sequence generated to the client, leading to errors when always restoring the latest state. http://issues.apache.org/struts/browse/SHALE-450 [SHALE-418] Exception "Client-id : _id0 is duplicated in the faces tree" occurs with MyFaces 1.1.1 http://issues.apache.org/struts/browse/SHALE-418 [SHALE-413] CommonsValidator "arg" argument is loosing it's value for server-side validation rules. http://issues.apache.org/struts/browse/SHALE-413 [SHALE-390] NPE in ComponentConfigBean$WatchDog.isDirty http://issues.apache.org/struts/browse/SHALE-390 [SHALE-424] ComponentConfigBean does not check for an empty value in the config files list http://issues.apache.org/struts/browse/SHALE-424 [SHALE-323] Wrong output directoryname in shale-archetype-blank pom http://issues.apache.org/struts/browse/SHALE-323 [SHALE-398] Correct web pages that were not fully updated for 1.0.4 http://issues.apache.org/struts/browse/SHALE-398 [SHALE-386] Have to execute action twice to return to calling dialog http://issues.apache.org/struts/browse/SHALE-386 [SHALE-460] Update references for Commons move from Jakarta --> TLP http://issues.apache.org/struts/browse/SHALE-460 From [email protected] Mon May 26 08:10:24 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99401 invoked from network); 26 May 2008 08:10:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 May 2008 08:10:24 -0000 Received: (qmail 52086 invoked by uid 500); 26 May 2008 08:10:26 -0000 Delivered-To: [email protected] Received: (qmail 52066 invoked by uid 500); 26 May 2008 08:10:26 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.shale.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 52054 invoked by uid 99); 26 May 2008 08:10:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 May 2008 01:10:25 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 26 May 2008 08:09:47 +0000 Received: (qmail 99317 invoked by uid 1723); 26 May 2008 08:10:03 -0000 Date: 26 May 2008 08:10:00 -0000 Message-ID: <[email protected]> TO: [email protected] FROM: [email protected] SUBJECT: Issues Opened: week of 2008-05-26 X-Virus-Checked: Checked by ClamAV on apache.org Shale - Monday, May 26, 2008 0 opened in last 7 days From [email protected] Thu May 29 16:28:47 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90143 invoked from network); 29 May 2008 16:28:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 May 2008 16:28:47 -0000 Received: (qmail 82161 invoked by uid 500); 29 May 2008 16:28:49 -0000 Delivered-To: [email protected] Received: (qmail 82121 invoked by uid 500); 29 May 2008 16:28:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.shale.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 82112 invoked by uid 99); 29 May 2008 16:28:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2008 09:28:49 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2008 16:28:10 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id CCAD323889F7; Thu, 29 May 2008 09:28:26 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r661385 - in /shale/framework/branches/SHALE_1_0_X: pom.xml shale-apps/pom.xml shale-clay/pom.xml shale-test/pom.xml Date: Thu, 29 May 2008 16:28:26 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: greddin Date: Thu May 29 09:28:26 2008 New Revision: 661385 URL: http://svn.apache.org/viewvc?rev=661385&view=rev Log: SHALE-491 Updated MyFaces dependency from 1.1.4 to 1.1.5 and included missing Servlet dependency in MyFaces profile. Modified: shale/framework/branches/SHALE_1_0_X/pom.xml shale/framework/branches/SHALE_1_0_X/shale-apps/pom.xml shale/framework/branches/SHALE_1_0_X/shale-clay/pom.xml shale/framework/branches/SHALE_1_0_X/shale-test/pom.xml Modified: shale/framework/branches/SHALE_1_0_X/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/pom.xml?rev=661385&r1=661384&r2=661385&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/pom.xml Thu May 29 09:28:26 2008 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-master</artifactId> - <version>3-SNAPSHOT</version> + <version>4-SNAPSHOT</version> </parent> <groupId>org.apache.shale</groupId> @@ -424,7 +424,7 @@ <dependency> <groupId>org.apache.myfaces.core</groupId> <artifactId>myfaces-api</artifactId> - <version>1.1.4</version> + <version>1.1.5</version> <scope>provided</scope> </dependency> Modified: shale/framework/branches/SHALE_1_0_X/shale-apps/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-apps/pom.xml?rev=661385&r1=661384&r2=661385&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-apps/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-apps/pom.xml Thu May 29 09:28:26 2008 @@ -111,13 +111,13 @@ <dependency> <groupId>org.apache.myfaces.core</groupId> <artifactId>myfaces-api</artifactId> - <version>1.1.4</version> + <version>1.1.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.myfaces.core</groupId> <artifactId>myfaces-impl</artifactId> - <version>1.1.4</version> + <version>1.1.5</version> <scope>runtime</scope> </dependency> </dependencies> @@ -135,13 +135,13 @@ <dependency> <groupId>org.apache.myfaces.core</groupId> <artifactId>myfaces-api</artifactId> - <version>1.1.4</version> + <version>1.1.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.myfaces.core</groupId> <artifactId>myfaces-impl</artifactId> - <version>1.1.4</version> + <version>1.1.5</version> <scope>runtime</scope> </dependency> <dependency> @@ -150,6 +150,11 @@ <version>2.0</version> <scope>provided</scope> </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + <version>2.4</version> + </dependency> </dependencies> </profile> @@ -206,6 +211,7 @@ <version>2.3</version> <scope>provided</scope> </dependency> + <!-- TODO Not Found --> <dependency> <groupId>javax.servlet.jsp</groupId> <artifactId>jsp-api</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-clay/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-clay/pom.xml?rev=661385&r1=661384&r2=661385&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-clay/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-clay/pom.xml Thu May 29 09:28:26 2008 @@ -76,7 +76,7 @@ <dependency> <groupId>org.apache.myfaces.core</groupId> <artifactId>myfaces-impl</artifactId> - <version>1.1.4</version> + <version>1.1.5</version> <scope>test</scope> </dependency> Modified: shale/framework/branches/SHALE_1_0_X/shale-test/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-test/pom.xml?rev=661385&r1=661384&r2=661385&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-test/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-test/pom.xml Thu May 29 09:28:26 2008 @@ -92,7 +92,7 @@ <dependency> <groupId>org.apache.myfaces.core</groupId> <artifactId>myfaces-api</artifactId> - <version>1.1.4</version> + <version>1.1.5</version> <scope>provided</scope> </dependency> <dependency> From [email protected] Thu May 29 18:08:40 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29726 invoked from network); 29 May 2008 18:08:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 May 2008 18:08:39 -0000 Received: (qmail 68931 invoked by uid 500); 29 May 2008 18:08:39 -0000 Delivered-To: [email protected] Received: (qmail 68913 invoked by uid 500); 29 May 2008 18:08:39 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.shale.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 68878 invoked by uid 99); 29 May 2008 18:08:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2008 11:08:39 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2008 18:07:52 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id ABBF12388A26; Thu, 29 May 2008 11:08:13 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r661427 - /shale/framework/branches/SHALE_1_0_X/KEYS Date: Thu, 29 May 2008 18:08:13 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: greddin Date: Thu May 29 11:08:13 2008 New Revision: 661427 URL: http://svn.apache.org/viewvc?rev=661427&view=rev Log: Added my PGP key to the KEYS file Modified: shale/framework/branches/SHALE_1_0_X/KEYS Modified: shale/framework/branches/SHALE_1_0_X/KEYS URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/KEYS?rev=661427&r1=661426&r2=661427&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/KEYS (original) +++ shale/framework/branches/SHALE_1_0_X/KEYS Thu May 29 11:08:13 2008 @@ -98,5 +98,27 @@ =PT52 -----END PGP PUBLIC KEY BLOCK----- +pub 2048R/DD8261F3 2008-04-03 +uid Greg Reddin (CODE SIGNING KEY) <[email protected]> +sig 3 DD8261F3 2008-04-03 Greg Reddin (CODE SIGNING KEY) <[email protected]> +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v1.4.8 (Darwin) + +mQENBEf0+EwBCACrjSSZ/u5aVNNg8N+gTGZQ93GA7hRVTok8pwgMEBnWAdl9Jkrk +WQfuCZmJ9OJYfCfJgjh+0xEMGyx2aWMFNjducdjcSZnNBuwDwbrADymkVE5vsrQe +GzYlU98gLGfZhTeaupc0uhnZ7TyTAPXxlRvM318HkS9pDsHqBkU4wX5bhrmJ90bo +V0F+t5e769o2czq1VuOKrNW5swGsyXW58hPWzQ4nkN/cXHZHjgPSXa9nOts2PXXQ +lsllTGf4GoSqZwUwUJEdzlhjgt0I5mH2f/kaggIf7u2pFNwQ0I9hjsZS/L4uZwlQ +o05jJ56z8rx5ebdkJD0STfmMDINgg0nX5vwjABEBAAG0M0dyZWcgUmVkZGluIChD +T0RFIFNJR05JTkcgS0VZKSA8Z3JlZGRpbkBhcGFjaGUub3JnPokBNgQTAQIAIAUC +R/T4TAIbAwYLCQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJECPzpKDdgmHzNWwH/3tO +Q1LBybVYEQz80IXzOVEf6ZgmZja48x7CBrOudoAt8KYsqGocO/2g4EFauDAz8IM2 +o5PrsWMtyEUqpX3qx5f4Z0OmJaKf03VOjl9hcZmrtR9OrBEXILWsbOwKqp3CGHF+ +t0u/oPNlEcPSN7dAg5SitWyn2C2NXzcWU2rDKnvoSUzfLXL3YRU+UhenQ+aqKhi6 +2WNGQEAyC4GvZyrJcTNZrJoaBD7SmmpV0d/2KOUu1gVRQX+FpssCOX0RM1BF6RZJ ++Az1kW6JhwzQrwHJMQ9aCETSWnpsPTFdGJKfEaL6zr+vE+PgRuQV4OQOtPtX4C3q +Y8lT/NwJ0xKoBKhv1Vs= +=SA2l +-----END PGP PUBLIC KEY BLOCK----- From [email protected] Thu May 29 18:53:48 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56774 invoked from network); 29 May 2008 18:53:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 May 2008 18:53:48 -0000 Received: (qmail 63919 invoked by uid 500); 29 May 2008 18:53:46 -0000 Delivered-To: [email protected] Received: (qmail 63898 invoked by uid 500); 29 May 2008 18:53:46 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.shale.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 63867 invoked by uid 99); 29 May 2008 18:53:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2008 11:53:46 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2008 18:52:58 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0BD0A2388A26; Thu, 29 May 2008 11:53:15 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r661433 - /shale/framework/branches/SHALE_1_0_X/src/site/resources/docs/release-notes-1.0.5.html Date: Thu, 29 May 2008 18:53:14 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: greddin Date: Thu May 29 11:53:14 2008 New Revision: 661433 URL: http://svn.apache.org/viewvc?rev=661433&view=rev Log: Added release notes document for 1.0.5 Added: shale/framework/branches/SHALE_1_0_X/src/site/resources/docs/release-notes-1.0.5.html Added: shale/framework/branches/SHALE_1_0_X/src/site/resources/docs/release-notes-1.0.5.html URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/src/site/resources/docs/release-notes-1.0.5.html?rev=661433&view=auto ============================================================================== --- shale/framework/branches/SHALE_1_0_X/src/site/resources/docs/release-notes-1.0.5.html (added) +++ shale/framework/branches/SHALE_1_0_X/src/site/resources/docs/release-notes-1.0.5.html Thu May 29 11:53:14 2008 @@ -0,0 +1,290 @@ +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to you under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + $Id$ + +--> + + +<html> + + <head> + <title>Apache Shale (Version 1.0.5) Release Notes</title> + </head> + + <body> + + <div align="center"> + <h1>Apache Shale (Version 1.0.5) Release Notes</h1> + </div> + + <ul> + <li><a href="#Introduction">Introduction</a></li> + <li><a href="#Included">What Is Included</a></li> + <li><a href="#Changes">Changes From Previous Releases</a></li> + <li><a href="#Known">Known Issues In This Release</a></li> + <li><a href="#Details">Detailed Change Log</a></li> + </ul> + + <a name="Introduction"></a> + <h3>1.0 Introduction</h3> + + <p>Welcome to the <a href="http://shale.apache.org/">Apache + Shale Framework</a>. Shale is a next generation framework for building web + applications using Java technology, and builds upon the framework and + component APIs provided by <a href="http://java.sun.com/j2ee/javaserverfaces/"> + JavaServer Faces</a>.</p> + + <p>To download the binary release artifacts, go + <a href="http://www.apache.org/dyn/closer.cgi/shale">here</a>, + select an appropriate mirror, + download the corresponding zip files, and check the checksums and + digital signatures. In addition, the individual JAR files are available + in the default Maven 2 repositories, using artifact identifiers described + below in Section 2.2.</p> + + <a name="Included"></a> + <h3>2.0 What Is Included</h3> + + <h4>2.1 Release Artifacts</h4> + + <p>Shale is released as a series of zip files, each of which contains + the binary deliverables, as well as the corresponding source code. In + addition, if you have Maven 2 (version 2.0.4 or later) installed, you + can <em>rebuild</em> the contents of each zip, by positioning to the + top level directory in a command shell, and typing <code>mvn install</code> + from there.</p> + + <p>The following release artifacts are available:</p> + <ul> + <li><strong>shale-framework-1.0.5.zip</strong> - Contains source code, + javadocs, and compiled libraries for the standard Shale libraries, + plus copies of dependent JAR files that are also required. The + following Shale libraries are included: + <ul> + <li><em>shale-application-1.0.5.jar</em> - Traditional + application wide front controller features that should be + applied to every request.</li> + <li><em>shale-clay-1.0.5.jar</em> - An innovative sub-framework + for supporting the configuration of reusable subtrees of + JavaServer Faces components for customizable reuse. An + alternative to JSP where you define views in pure HTML.</li> + <li><em>shale-core-1.0.5.jar</em> - Features such as + JNDI integration, a JSF taglib and a set of utility + classes.</li> + <li><em>shale-dialog-1.0.5.jar</em> - Abstract API to define a + "conversation" with a user that requires multiple HTTP + requests to implement, modeled as a state diagram.</li> + <li><em>shale-dialog-basic-1.0.5.jar</em> - A relatively simple + implementation that models a dialog as a state diagram + with four types of states. This implementation supports + a superset of the functionality that was present in + versions of Shale up through 1.0.3.</li> + <li><em>shale-dialog-scxml-1.0.5.jar</em> - A more + sophisticated implementation based on state charts + modeled with State Chart XML, which is currently a Working + Draft published by the W3C. Uses the Apache Jakarta + Commons SCXML engine.</li> + <li><em>shale-remoting-1.0.5.jar</em> - Standalone library + supporting static and dynamic resource downloads for + AJAX applications and components.</li> + <li><em>shale-spring-1.0.5.jar</em> - Library providing + lightweight integration with the dependency injection + capabilities of the <a href="http://springframework.org"> + Spring Framework</a>.</li> + <li><em>shale-test-1.0.5.jar</em> - Library of mock objects + and JUnit test case base classes for building unit tests + for JSF-based web applications and components.</li> + <li><em>shale-tiger-1.0.5.jar</em> - Optional library providing + additional features for applications running on Java SE 5 + "Tiger" or later releases.</li> + <li><em>shale-validator-1.0.5.jar</em> - Support for client-side + validation and a rich set of server-side validators + for JSF components using the Apache Jakarta Commons + Validator library.</li> + <li><em>shale-view-1.0.5.jar</em> - Convenient mechanism to + associate a "backing" Java class with each JavaServer Faces + view in an application, with predefined event handers for + events significant to an application developer.</li> + </ul></li> + <li><strong>mailreader-jpa-1.0.5.zip</strong> - Java class library + containing Java Persistence Architecture (JPA) entity classes, and + a corresponding Persistence Unit configuration, for use by the + <code>shale-mailreader-jpa</code> example application.</li> + <li><strong>Other shale-xxxxx-1.0.5.zip archives</strong> - Each of the + following archives contains the source code and javadocs for a + sample application using Shale, plus a WAR file that can be + dropped directly into your servlet container to run the sample. + The following sample apps are included in this release: + <ul> + <li><em>shale-blank-1.0.5.zip</em> - Simple base application + that can be used as a starting point for developing your + own application that depends on Shale</li> + <li><em>shale-clay-usecases-1.0.5.zip</em> - A simple + "Rolodex" application implemented in several ways to + show off the capabilities of the Clay Plug-In</li> + <li><em>shale-mailreader-1.0.5.zip</em> - A transcription of + the canonical Struts "mail reader" example application, + using an XML document to simulate the database.</li> + <li><em>shale-mailreader-jpa-1.0.5.zip</em> - A modernized + version of the mail reader example that uses a database + to store the data, and JPA entity classes to access it + (requires a Java EE 5 application server)</li> + <li><em>shale-sql-browser-1.0.5.zip</em> - Simple SQL + browser application that illustrates features from + the shale-tiger.jar library, as well as dynamically + building a JSF component tree</li> + <li><em>shale-usecases-1.0.5.zip</em> - Contains miniature + sets of pages showcasing various features of the Shale + Core library</li> + </ul></li> + </ul> + + <h4>2.2 Maven Repository Artifacts</h4> + + <p>The various JAR files that are included + in the framework release artifact have also been published to public + Maven 2 repositories. If you are using Maven 2 to build your apps, you + need only declare dependencies on the following identifiers (group id, + artifact id, and version number), and Maven 2 + will automatically download Shale (and its dependencies) for you.</p> + + <ul> + <li><em>org.apache.shale:shale-application:1.0.5</em> - for shale-application-1.0.5.jar</li> + <li><em>org.apache.shale:shale-clay:1.0.5</em> - for shale-clay-1.0.5.jar</li> + <li><em>org.apache.shale:shale-core:1.0.5</em> - for shale-core-1.0.5.jar</li> + <li><em>org.apache.shale:shale-dialog:1.0.5</em> - for shale-dialog-1.0.5.jar</li> + <li><em>org.apache.shale:shale-dialog-basic:1.0.5</em> - for shale-dialog-basic-1.0.5.jar</li> + <li><em>org.apache.shale:shale-dialog-scxml:1.0.5</em> - for shale-dialog-scxml-1.0.5.jar</li> + <li><em>org.apache.shale:shale-remoting:1.0.5</em> - for shale-remoting-1.0.5.jar</li> + <li><em>org.apache.shale:shale-spring:1.0.5</em> - for shale-spring-1.0.5.jar</li> + <li><em>org.apache.shale:shale-test:1.0.5</em> - for shale-test-1.0.5.jar</li> + <li><em>org.apache.shale:shale-tiger:1.0.5</em> - for shale-tiger-1.0.5.jar</li> + <li><em>org.apache.shale:shale-validator:1.0.5</em> - for shale-validator-1.0.5.jar</li> + <li><em>org.apache.shale:shale-view:1.0.5</em> - for shale-validator-1.0.5.jar</li> + <li><em>org.apache.shale.extras:mailreader-jpa:1.0.5</em> - for mailreader-jpa-1.0.5.jar</li> + </ul> + + <a name="Changes"></a> + <h3>3.0 Changes From Previous Releases</h3> + + <p><a href="#Details">Details</a> on all of the included changes are in + Section 5, below. The following sections highlight the most important + changes.</p> + + <h4>3.1 Shale Tiles</h4> + + <p>The <a href="http://myfaces.apache.org/">Apache MyFaces</a> project has + released a Tiles view handler that uses a GA version of + <a href="http://tiles.apache.org/">Apache Tiles</a>. Rather than duplicate + that effort the Shale PMC decided to remove the Shale Tiles component and + encourage users to migrate to the MyFaces component.</p> + + <h4>3.2 Other Changes</h4> + + <p>In addition to the removal of Shale-Tiles several improvements and bug + fixes were implemented to stabilize the framework.</p> + + <a name="Known"></a> + <h3>4.0 Known Issues In This Release</h3> + + <p>Follow <a href="https://issues.apache.org/struts/browse/SHALE?report=com.atlassian.jira.plugin.system.project:roadmap-panel"> + this link</a> for a detailed Road Map of upcoming versions of Shale.</p> + + <a name="Details"></a> + <h3>5.0 Detailed Change Log</h3> + +<h4>5.1 Bug</h4> +<ul> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-323'>SHALE-323</a>] - Wrong output directoryname in shale-archetype-blank pom +</li> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-386'>SHALE-386</a>] - Have to execute action twice to return to calling dialog +</li> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-390'>SHALE-390</a>] - NPE in ComponentConfigBean$WatchDog.isDirty +</li> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-394'>SHALE-394</a>] - ConcurrentModificationException in ViewPhaseListener.afterRenderResponse +</li> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-395'>SHALE-395</a>] - Broken links in 'Shale Commons Validator Integration' +</li> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-398'>SHALE-398</a>] - Correct web pages that were not fully updated for 1.0.4 +</li> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-405'>SHALE-405</a>] - Incorrect logic in MockApplication12.addELResolver(ELResolver resolver) +</li> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-406'>SHALE-406</a>] - ConverterHelper produce NullPointerException by calling Converter with uiComponent = null parameter during restore view phase. +</li> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-407'>SHALE-407</a>] - E-Mail Validator is not working in sample applications +</li> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-409'>SHALE-409</a>] - Shale 1.0.4+ incorrectly removes all entries in the request map after render response +</li> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-411'>SHALE-411</a>] - Typo in example on Clay introduction page +</li> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-412'>SHALE-412</a>] - CommonsValidator doesn't take component converters into account! +</li> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-413'>SHALE-413</a>] - CommonsValidator &quot;arg&quot; argument is loosing it's value for server-side validation rules. +</li> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-418'>SHALE-418</a>] - Exception &quot;Client-id : _id0 is duplicated in the faces tree&quot; occurs with MyFaces 1.1.1 +</li> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-423'>SHALE-423</a>] - Subdialog not returning to calling dialog +</li> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-424'>SHALE-424</a>] - ComponentConfigBean does not check for an empty value in the config files list +</li> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-426'>SHALE-426</a>] - Implicit mapping of &lt;a&gt; tag appears to be overriding explicit mapping +</li> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-431'>SHALE-431</a>] - Tomahawk's enabledOnUserRole property doesn't work with Clay +</li> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-437'>SHALE-437</a>] - Setting Locale on ViewRoot to an EL Expression is broken +</li> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-450'>SHALE-450</a>] - Server Side state saving is not saving the sequence generated to the client, leading to errors when always restoring the latest state. +</li> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-451'>SHALE-451</a>] - outputFormat ignores &quot;escape&quot; attribute +</li> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-452'>SHALE-452</a>] - f:validator not mapped +</li> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-486'>SHALE-486</a>] - Validator Tests are failing due to errors in the properties files. +</li> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-491'>SHALE-491</a>] - MyFaces profile won't build +</li> +</ul> + +<h4>5.2 Improvement</h4> +<ul> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-403'>SHALE-403</a>] - Back the root Context used for SCXML dialogs with the application VariableResolver +</li> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-416'>SHALE-416</a>] - Upgrade Shale-Tiles to the Tiles 2.0.1 build. +</li> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-459'>SHALE-459</a>] - Test is language dependant +</li> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-473'>SHALE-473</a>] - Spelling &quot;handers&quot; &gt;&gt; &quot;handlers&quot; +</li> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-474'>SHALE-474</a>] - Documentation Correction +</li> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-478'>SHALE-478</a>] - Add MarkMail archives to shale-master +</li> +</ul> + +<h4>5.3 Task</h4> +<ul> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-460'>SHALE-460</a>] - Update references for Commons move from Jakarta --&gt; TLP +</li> +<li>[<a href='https://issues.apache.org/struts/browse/SHALE-483'>SHALE-483</a>] - Remove Shale-Tiles +</li> +</ul> + + </body> + +</html> + \ No newline at end of file From [email protected] Thu May 29 19:12:11 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69987 invoked from network); 29 May 2008 19:12:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 May 2008 19:12:10 -0000 Received: (qmail 94265 invoked by uid 500); 29 May 2008 19:12:12 -0000 Delivered-To: [email protected] Received: (qmail 94230 invoked by uid 500); 29 May 2008 19:12:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.shale.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 94190 invoked by uid 99); 29 May 2008 19:12:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2008 12:12:12 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2008 19:11:25 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3C6E32388A3A; Thu, 29 May 2008 12:11:47 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r661436 - /shale/framework/branches/SHALE_1_0_X/src/site/resources/docs/release-notes-1.0.5.html Date: Thu, 29 May 2008 19:11:47 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: greddin Date: Thu May 29 12:11:46 2008 New Revision: 661436 URL: http://svn.apache.org/viewvc?rev=661436&view=rev Log: Setting svn properties on new file. Modified: shale/framework/branches/SHALE_1_0_X/src/site/resources/docs/release-notes-1.0.5.html (props changed) Propchange: shale/framework/branches/SHALE_1_0_X/src/site/resources/docs/release-notes-1.0.5.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: shale/framework/branches/SHALE_1_0_X/src/site/resources/docs/release-notes-1.0.5.html ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL From [email protected] Fri May 30 08:14:23 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31857 invoked from network); 30 May 2008 08:14:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 May 2008 08:14:22 -0000 Received: (qmail 96186 invoked by uid 500); 30 May 2008 08:14:25 -0000 Delivered-To: [email protected] Received: (qmail 96171 invoked by uid 500); 30 May 2008 08:14:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.shale.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 96162 invoked by uid 99); 30 May 2008 08:14:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2008 01:14:24 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 30 May 2008 08:13:45 +0000 Received: (qmail 31798 invoked by uid 1723); 30 May 2008 08:14:01 -0000 Date: 30 May 2008 08:14:00 -0000 Message-ID: <[email protected]> TO: [email protected] FROM: [email protected] SUBJECT: Issues Closed: week of 2008-05-30 X-Virus-Checked: Checked by ClamAV on apache.org Shale - Friday, May 30, 2008 2 closed in last 7 days [SHALE-491] MyFaces profile won't build - Type: Bug - Assignee: Greg Reddin - Components: [Examples] - Fix Versions: [1.0.5] - http://issues.apache.org/struts/browse/SHALE-491 [SHALE-421] Create portlet mock classes - Type: New Feature - Assignee: Unassigned - Components: [Test] - Fix Versions: [1.1.0-SNAPSHOT] - http://issues.apache.org/struts/browse/SHALE-421 From [email protected] Fri May 30 16:17:48 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90025 invoked from network); 30 May 2008 16:17:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 May 2008 16:17:48 -0000 Received: (qmail 46926 invoked by uid 500); 30 May 2008 16:17:50 -0000 Delivered-To: [email protected] Received: (qmail 46899 invoked by uid 500); 30 May 2008 16:17:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.shale.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 46890 invoked by uid 99); 30 May 2008 16:17:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2008 09:17:50 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2008 16:17:03 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 44B9D2388A0F; Fri, 30 May 2008 09:17:25 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r661779 - /shale/framework/branches/SHALE_1_0_X/pom.xml Date: Fri, 30 May 2008 16:17:24 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: greddin Date: Fri May 30 09:17:23 2008 New Revision: 661779 URL: http://svn.apache.org/viewvc?rev=661779&view=rev Log: Moving master-pom dependency to released POM Modified: shale/framework/branches/SHALE_1_0_X/pom.xml Modified: shale/framework/branches/SHALE_1_0_X/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/pom.xml?rev=661779&r1=661778&r2=661779&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/pom.xml Fri May 30 09:17:23 2008 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-master</artifactId> - <version>4-SNAPSHOT</version> + <version>3</version> </parent> <groupId>org.apache.shale</groupId> From [email protected] Fri May 30 16:29:56 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96645 invoked from network); 30 May 2008 16:29:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 May 2008 16:29:56 -0000 Received: (qmail 64214 invoked by uid 500); 30 May 2008 16:29:58 -0000 Delivered-To: [email protected] Received: (qmail 64194 invoked by uid 500); 30 May 2008 16:29:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.shale.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 64185 invoked by uid 99); 30 May 2008 16:29:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2008 09:29:58 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2008 16:29:11 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 5809AD2EA for <[email protected]>; Fri, 30 May 2008 16:29:32 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Fri, 30 May 2008 16:29:32 -0000 Message-ID: <[email protected]> Subject: [Shale Wiki] Update of "ReleasePlan105" by GregReddin X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Shale Wiki" for change notification. The following page has been changed by GregReddin: http://wiki.apache.org/shale/ReleasePlan105 ------------------------------------------------------------------------------ 3. Moved 32 remaining issues from 1.0.5-SNAPSHOT to 1.0.5. 4. Archived 1.0.5-SNAPSHOT + Created release-notes-1.0.5.html document for release notes. + + Do a dry run of the release prepare to see what it generates: + + {{{ + mvn -DdryRun=true -Prelease,apps,dist clean release:prepare + }}} + + Run Maven release process on 1_0_X branch: + + {{{ + mvn -Dusername=SVN_USERNAME -Dpassword=SVN_PASSWORD -Prelease,apps,dist clean release:prepare + mvn -Dusername=SVN_USERNAME -Dpassword=SVN_PASSWORD -Prelease,apps,dist clean release:perform + }}} + From [email protected] Fri May 30 16:41:26 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2927 invoked from network); 30 May 2008 16:41:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 May 2008 16:41:26 -0000 Received: (qmail 85024 invoked by uid 500); 30 May 2008 16:41:29 -0000 Delivered-To: [email protected] Received: (qmail 85006 invoked by uid 500); 30 May 2008 16:41:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.shale.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 84997 invoked by uid 99); 30 May 2008 16:41:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2008 09:41:28 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2008 16:40:42 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 794E9D2EA for <[email protected]>; Fri, 30 May 2008 16:41:03 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Fri, 30 May 2008 16:41:03 -0000 Message-ID: <[email protected]> Subject: [Shale Wiki] Update of "ReleasePlan105" by GregReddin X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Shale Wiki" for change notification. The following page has been changed by GregReddin: http://wiki.apache.org/shale/ReleasePlan105 ------------------------------------------------------------------------------ Run Maven release process on 1_0_X branch: + On at least one instance trying to do a full shale build I had to give Maven more memory to work with: + + {{{ + MAVEN_OPTS="-Xmx1024m -Xms512m" + export MAVEN_OPTS + }}} {{{ mvn -Dusername=SVN_USERNAME -Dpassword=SVN_PASSWORD -Prelease,apps,dist clean release:prepare mvn -Dusername=SVN_USERNAME -Dpassword=SVN_PASSWORD -Prelease,apps,dist clean release:perform From [email protected] Fri May 30 19:19:54 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87319 invoked from network); 30 May 2008 19:19:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 May 2008 19:19:54 -0000 Received: (qmail 86562 invoked by uid 500); 30 May 2008 19:19:56 -0000 Delivered-To: [email protected] Received: (qmail 86547 invoked by uid 500); 30 May 2008 19:19:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.shale.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 86538 invoked by uid 99); 30 May 2008 19:19:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2008 12:19:56 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2008 19:19:07 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DDDAB23889BB; Fri, 30 May 2008 12:19:27 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r661824 - in /shale/framework/branches/SHALE_1_0_X: ./ shale-application/ shale-apps/ shale-apps/mailreader-jpa/ shale-apps/shale-blank/ shale-apps/shale-clay-usecases/ shale-apps/shale-mailreader-jpa/ shale-apps/shale-mailreader/ shale-app... Date: Fri, 30 May 2008 19:19:25 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: greddin Date: Fri May 30 12:19:24 2008 New Revision: 661824 URL: http://svn.apache.org/viewvc?rev=661824&view=rev Log: [maven-release-plugin] prepare release SHALE_1_0_5 Modified: shale/framework/branches/SHALE_1_0_X/pom.xml shale/framework/branches/SHALE_1_0_X/shale-application/pom.xml shale/framework/branches/SHALE_1_0_X/shale-apps/mailreader-jpa/pom.xml shale/framework/branches/SHALE_1_0_X/shale-apps/pom.xml shale/framework/branches/SHALE_1_0_X/shale-apps/shale-blank/pom.xml shale/framework/branches/SHALE_1_0_X/shale-apps/shale-clay-usecases/pom.xml shale/framework/branches/SHALE_1_0_X/shale-apps/shale-mailreader-jpa/pom.xml shale/framework/branches/SHALE_1_0_X/shale-apps/shale-mailreader/pom.xml shale/framework/branches/SHALE_1_0_X/shale-apps/shale-sql-browser/pom.xml shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-core/pom.xml shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-dialog-basic/pom.xml shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-dialog-scxml/pom.xml shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-tiger/pom.xml shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-view/pom.xml shale/framework/branches/SHALE_1_0_X/shale-apps/shale-usecases/pom.xml shale/framework/branches/SHALE_1_0_X/shale-clay/pom.xml shale/framework/branches/SHALE_1_0_X/shale-core/pom.xml shale/framework/branches/SHALE_1_0_X/shale-dialog-basic/pom.xml shale/framework/branches/SHALE_1_0_X/shale-dialog-scxml/pom.xml shale/framework/branches/SHALE_1_0_X/shale-dialog/pom.xml shale/framework/branches/SHALE_1_0_X/shale-dist/pom.xml shale/framework/branches/SHALE_1_0_X/shale-remoting/pom.xml shale/framework/branches/SHALE_1_0_X/shale-spring/pom.xml shale/framework/branches/SHALE_1_0_X/shale-test/pom.xml shale/framework/branches/SHALE_1_0_X/shale-tiger/pom.xml shale/framework/branches/SHALE_1_0_X/shale-validator/pom.xml shale/framework/branches/SHALE_1_0_X/shale-view/pom.xml Modified: shale/framework/branches/SHALE_1_0_X/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/pom.xml?rev=661824&r1=661823&r2=661824&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/pom.xml Fri May 30 12:19:24 2008 @@ -18,8 +18,7 @@ * $Id$ */ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -30,16 +29,16 @@ <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.0.5</version> <packaging>pom</packaging> <name>Apache Shale Framework Parent POM</name> <url>http://shale.apache.org</url> <description>The Apache Shale Framework</description> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/shale/framework/branches/SHALE_1_0_X</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shale/framework/branches/SHALE_1_0_X</developerConnection> - <url>http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/shale/framework/tags/SHALE_1_0_5</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shale/framework/tags/SHALE_1_0_5</developerConnection> + <url>http://svn.apache.org/viewvc/shale/framework/tags/SHALE_1_0_5</url> </scm> <distributionManagement> @@ -231,11 +230,10 @@ <phase>site</phase> <configuration> <tasks> - <copy todir="${project.build.directory}/site/dtds" - failonerror="false"> - <fileset dir="${basedir}/shale-dialog-basic/src/main/resources/org/apache/shale/dialog/"/> - <fileset dir="${basedir}/shale-dialog-scxml/src/main/resources/org/apache/shale/dialog/scxml/"/> - <fileset file="${basedir}/shale-clay/src/main/resources/org/apache/shale/clay/config/clay-config_1_0.dtd"/> + <copy todir="${project.build.directory}/site/dtds" failonerror="false"> + <fileset dir="${basedir}/shale-dialog-basic/src/main/resources/org/apache/shale/dialog/" /> + <fileset dir="${basedir}/shale-dialog-scxml/src/main/resources/org/apache/shale/dialog/scxml/" /> + <fileset file="${basedir}/shale-clay/src/main/resources/org/apache/shale/clay/config/clay-config_1_0.dtd" /> </copy> </tasks> </configuration> Modified: shale/framework/branches/SHALE_1_0_X/shale-application/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-application/pom.xml?rev=661824&r1=661823&r2=661824&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-application/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-application/pom.xml Fri May 30 12:19:24 2008 @@ -18,14 +18,13 @@ * $Id$ */ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.0.5</version> </parent> <artifactId>shale-application</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-apps/mailreader-jpa/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-apps/mailreader-jpa/pom.xml?rev=661824&r1=661823&r2=661824&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-apps/mailreader-jpa/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-apps/mailreader-jpa/pom.xml Fri May 30 12:19:24 2008 @@ -19,15 +19,14 @@ * $Id$ */ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.0.5</version> </parent> <groupId>org.apache.shale.extras</groupId> @@ -36,9 +35,9 @@ <name>MailReader JPA Entity Classes</name> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/shale/framework/trunk/shale-apps/mailreader-jpa</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shale/framework/trunk/shale-apps/mailreader-jpa</developerConnection> - <url>http://svn.apache.org/viewvc/shale/framework/trunk/shale-apps/mailreader-jpa</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/shale/framework/tags/SHALE_1_0_5</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shale/framework/tags/SHALE_1_0_5</developerConnection> + <url>http://svn.apache.org/viewvc/shale/framework/tags/SHALE_1_0_5</url> </scm> <dependencies> Modified: shale/framework/branches/SHALE_1_0_X/shale-apps/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-apps/pom.xml?rev=661824&r1=661823&r2=661824&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-apps/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-apps/pom.xml Fri May 30 12:19:24 2008 @@ -18,14 +18,13 @@ * $Id$ */ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.0.5</version> </parent> <artifactId>shale-apps-parent</artifactId> <packaging>pom</packaging> @@ -34,9 +33,9 @@ <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/shale/framework/trunk/shale-apps</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shale/framework/trunk/shale-apps</developerConnection> - <url>http://svn.apache.org/viewvc/shale/framework/trunk/shale-apps</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/shale/framework/tags/SHALE_1_0_5</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shale/framework/tags/SHALE_1_0_5</developerConnection> + <url>http://svn.apache.org/viewvc/shale/framework/tags/SHALE_1_0_5</url> </scm> <distributionManagement> @@ -355,10 +354,10 @@ <configuration> <tasks> <copy todir="${project.build.directory}/${artifactId}/selenium/core"> - <fileset dir="${project.build.directory}/selenium/core"/> + <fileset dir="${project.build.directory}/selenium/core" /> </copy> <copy todir="${project.build.directory}/${artifactId}/selenium/tests"> - <fileset dir="${basedir}/src/test/selenium"/> + <fileset dir="${basedir}/src/test/selenium" /> </copy> </tasks> </configuration> Modified: shale/framework/branches/SHALE_1_0_X/shale-apps/shale-blank/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-apps/shale-blank/pom.xml?rev=661824&r1=661823&r2=661824&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-apps/shale-blank/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-apps/shale-blank/pom.xml Fri May 30 12:19:24 2008 @@ -18,14 +18,13 @@ * $Id$ */ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-apps-parent</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.0.5</version> </parent> <artifactId>shale-blank</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-apps/shale-clay-usecases/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-apps/shale-clay-usecases/pom.xml?rev=661824&r1=661823&r2=661824&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-apps/shale-clay-usecases/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-apps/shale-clay-usecases/pom.xml Fri May 30 12:19:24 2008 @@ -18,14 +18,13 @@ * $Id$ */ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-apps-parent</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.0.5</version> </parent> <artifactId>shale-clay-usecases</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-apps/shale-mailreader-jpa/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-apps/shale-mailreader-jpa/pom.xml?rev=661824&r1=661823&r2=661824&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-apps/shale-mailreader-jpa/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-apps/shale-mailreader-jpa/pom.xml Fri May 30 12:19:24 2008 @@ -18,14 +18,13 @@ * $Id$ */ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-apps-parent</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.0.5</version> </parent> <artifactId>shale-mailreader-jpa</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-apps/shale-mailreader/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-apps/shale-mailreader/pom.xml?rev=661824&r1=661823&r2=661824&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-apps/shale-mailreader/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-apps/shale-mailreader/pom.xml Fri May 30 12:19:24 2008 @@ -18,14 +18,13 @@ * $Id$ */ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-apps-parent</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.0.5</version> </parent> <artifactId>shale-mailreader</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-apps/shale-sql-browser/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-apps/shale-sql-browser/pom.xml?rev=661824&r1=661823&r2=661824&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-apps/shale-sql-browser/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-apps/shale-sql-browser/pom.xml Fri May 30 12:19:24 2008 @@ -18,14 +18,13 @@ * $Id$ */ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-apps-parent</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.0.5</version> </parent> <artifactId>shale-sql-browser</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-core/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-core/pom.xml?rev=661824&r1=661823&r2=661824&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-core/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-core/pom.xml Fri May 30 12:19:24 2008 @@ -18,14 +18,13 @@ * $Id$ */ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-apps-parent</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.0.5</version> </parent> <artifactId>shale-test-core</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-dialog-basic/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-dialog-basic/pom.xml?rev=661824&r1=661823&r2=661824&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-dialog-basic/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-dialog-basic/pom.xml Fri May 30 12:19:24 2008 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-apps-parent</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.0.5</version> </parent> <groupId>org.apache.shale</groupId> Modified: shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-dialog-scxml/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-dialog-scxml/pom.xml?rev=661824&r1=661823&r2=661824&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-dialog-scxml/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-dialog-scxml/pom.xml Fri May 30 12:19:24 2008 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-apps-parent</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.0.5</version> </parent> <artifactId>shale-test-dialog-scxml</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-tiger/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-tiger/pom.xml?rev=661824&r1=661823&r2=661824&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-tiger/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-tiger/pom.xml Fri May 30 12:19:24 2008 @@ -18,14 +18,13 @@ * $Id$ */ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-apps-parent</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.0.5</version> </parent> <artifactId>shale-test-tiger</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-view/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-view/pom.xml?rev=661824&r1=661823&r2=661824&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-view/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-view/pom.xml Fri May 30 12:19:24 2008 @@ -18,14 +18,13 @@ * $Id$ */ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-apps-parent</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.0.5</version> </parent> <artifactId>shale-test-view</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-apps/shale-usecases/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-apps/shale-usecases/pom.xml?rev=661824&r1=661823&r2=661824&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-apps/shale-usecases/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-apps/shale-usecases/pom.xml Fri May 30 12:19:24 2008 @@ -18,14 +18,13 @@ * $Id: pom.xml 412639 2006-06-08 03:18:28Z wsmoak $ */ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-apps-parent</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.0.5</version> </parent> <artifactId>shale-usecases</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-clay/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-clay/pom.xml?rev=661824&r1=661823&r2=661824&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-clay/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-clay/pom.xml Fri May 30 12:19:24 2008 @@ -18,14 +18,13 @@ * $Id: pom.xml 160270 2006-05-28 01:11:52Z wsmoak $ */ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.0.5</version> </parent> <artifactId>shale-clay</artifactId> @@ -121,8 +120,7 @@ <configuration> <tasks> <copy todir="${basedir}/target/classes/META-INF"> - <fileset dir="${basedir}/target/classes/org/apache/shale/clay/config" - includes="*.dtd"/> + <fileset dir="${basedir}/target/classes/org/apache/shale/clay/config" includes="*.dtd" /> </copy> </tasks> </configuration> Modified: shale/framework/branches/SHALE_1_0_X/shale-core/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-core/pom.xml?rev=661824&r1=661823&r2=661824&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-core/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-core/pom.xml Fri May 30 12:19:24 2008 @@ -18,14 +18,13 @@ * $Id: pom.xml 160291 2006-05-31 20:49:24Z wsmoak $ */ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.0.5</version> </parent> <artifactId>shale-core</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-dialog-basic/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-dialog-basic/pom.xml?rev=661824&r1=661823&r2=661824&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-dialog-basic/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-dialog-basic/pom.xml Fri May 30 12:19:24 2008 @@ -18,14 +18,13 @@ * $Id: pom.xml 160258 2006-05-21 01:56:12Z wsmoak $ */ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.0.5</version> </parent> <artifactId>shale-dialog-basic</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-dialog-scxml/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-dialog-scxml/pom.xml?rev=661824&r1=661823&r2=661824&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-dialog-scxml/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-dialog-scxml/pom.xml Fri May 30 12:19:24 2008 @@ -18,14 +18,13 @@ * $Id: pom.xml 160258 2006-05-21 01:56:12Z wsmoak $ */ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.0.5</version> </parent> <artifactId>shale-dialog-scxml</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-dialog/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-dialog/pom.xml?rev=661824&r1=661823&r2=661824&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-dialog/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-dialog/pom.xml Fri May 30 12:19:24 2008 @@ -18,14 +18,13 @@ * $Id: pom.xml 160258 2006-05-21 01:56:12Z wsmoak $ */ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.0.5</version> </parent> <artifactId>shale-dialog</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-dist/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-dist/pom.xml?rev=661824&r1=661823&r2=661824&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-dist/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-dist/pom.xml Fri May 30 12:19:24 2008 @@ -18,14 +18,13 @@ * $Id$ */ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.0.5</version> </parent> <artifactId>shale-dist</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-remoting/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-remoting/pom.xml?rev=661824&r1=661823&r2=661824&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-remoting/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-remoting/pom.xml Fri May 30 12:19:24 2008 @@ -1,34 +1,10 @@ -<?xml version="1.0"?> -<!-- -/* - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright ownership. - * The ASF licenses this file to you under the Apache License, Version 2.0 - * (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - * $Id: pom.xml 160258 2006-05-21 01:56:12Z wsmoak $ - */ ---> - -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.0.5</version> </parent> <artifactId>shale-remoting</artifactId> @@ -75,4 +51,4 @@ </dependencies> -</project> +</project> \ No newline at end of file Modified: shale/framework/branches/SHALE_1_0_X/shale-spring/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-spring/pom.xml?rev=661824&r1=661823&r2=661824&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-spring/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-spring/pom.xml Fri May 30 12:19:24 2008 @@ -18,14 +18,13 @@ * $Id: pom.xml 160258 2006-05-21 01:56:12Z wsmoak $ */ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.0.5</version> </parent> <artifactId>shale-spring</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-test/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-test/pom.xml?rev=661824&r1=661823&r2=661824&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-test/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-test/pom.xml Fri May 30 12:19:24 2008 @@ -18,14 +18,13 @@ * $Id$ */ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.0.5</version> </parent> <artifactId>shale-test</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-tiger/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-tiger/pom.xml?rev=661824&r1=661823&r2=661824&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-tiger/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-tiger/pom.xml Fri May 30 12:19:24 2008 @@ -1,33 +1,9 @@ -<?xml version="1.0"?> -<!-- -/* - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright ownership. - * The ASF licenses this file to you under the Apache License, Version 2.0 - * (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - * $Id: pom.xml 160258 2006-05-21 01:56:12Z wsmoak $ - */ ---> - -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.0.5</version> </parent> <artifactId>shale-tiger</artifactId> @@ -142,27 +118,20 @@ <phase>test-compile</phase> <configuration> <tasks> - <mkdir dir="${basedir}/target/test-webapp/WEB-INF"/> - <copy tofile="${basedir}/target/test-webapp/WEB-INF/web.xml" - file="${basedir}/target/test-classes/org/apache/shale/tiger/config/test-web.xml"/> + <mkdir dir="${basedir}/target/test-webapp/WEB-INF" /> + <copy tofile="${basedir}/target/test-webapp/WEB-INF/web.xml" file="${basedir}/target/test-classes/org/apache/shale/tiger/config/test-web.xml" /> <copy todir="${basedir}/target/test-webapp/WEB-INF"> - <fileset dir="${basedir}/target/test-classes/org/apache/shale/tiger/config" - includes="test-config-*.xml"/> + <fileset dir="${basedir}/target/test-classes/org/apache/shale/tiger/config" includes="test-config-*.xml" /> </copy> - <mkdir dir="${basedir}/target/test-webapp/WEB-INF/classes/org/apache/shale/tiger/config"/> - <copy todir="${basedir}/target/test-webapp/WEB-INF/classes/org/apache/shale/tiger/config" - file="${basedir}/target/test-classes/org/apache/shale/tiger/config/TestBean.class"/> - <copy todir="${basedir}/target/test-webapp/WEB-INF/classes/org/apache/shale/tiger/config" - file="${basedir}/target/test-classes/org/apache/shale/tiger/config/TestBean2.class"/> - <mkdir dir="${basedir}/target/test-webapp/WEB-INF/classes/org/apache/shale/tiger/faces"/> + <mkdir dir="${basedir}/target/test-webapp/WEB-INF/classes/org/apache/shale/tiger/config" /> + <copy todir="${basedir}/target/test-webapp/WEB-INF/classes/org/apache/shale/tiger/config" file="${basedir}/target/test-classes/org/apache/shale/tiger/config/TestBean.class" /> + <copy todir="${basedir}/target/test-webapp/WEB-INF/classes/org/apache/shale/tiger/config" file="${basedir}/target/test-classes/org/apache/shale/tiger/config/TestBean2.class" /> + <mkdir dir="${basedir}/target/test-webapp/WEB-INF/classes/org/apache/shale/tiger/faces" /> <copy todir="${basedir}/target/test-webapp/WEB-INF/classes/org/apache/shale/tiger/faces"> - <fileset dir="${basedir}/target/test-classes/org/apache/shale/tiger/faces" - includes="My*.class"/> + <fileset dir="${basedir}/target/test-classes/org/apache/shale/tiger/faces" includes="My*.class" /> </copy> - <mkdir dir="${basedir}/target/test-webapp/WEB-INF/lib"/> - <jar destfile="${basedir}/target/test-webapp/WEB-INF/lib/test.jar" - basedir="${basedir}/target/test-classes" - includes="org/apache/shale/tiger/config/TestBean3.class META-INF/faces-config.xml"/> + <mkdir dir="${basedir}/target/test-webapp/WEB-INF/lib" /> + <jar destfile="${basedir}/target/test-webapp/WEB-INF/lib/test.jar" basedir="${basedir}/target/test-classes" includes="org/apache/shale/tiger/config/TestBean3.class META-INF/faces-config.xml" /> </tasks> </configuration> <goals> @@ -234,4 +203,4 @@ </dependencies> -</project> +</project> \ No newline at end of file Modified: shale/framework/branches/SHALE_1_0_X/shale-validator/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-validator/pom.xml?rev=661824&r1=661823&r2=661824&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-validator/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-validator/pom.xml Fri May 30 12:19:24 2008 @@ -18,14 +18,13 @@ * $Id$ */ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.0.5</version> </parent> <artifactId>shale-validator</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-view/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-view/pom.xml?rev=661824&r1=661823&r2=661824&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-view/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-view/pom.xml Fri May 30 12:19:24 2008 @@ -18,14 +18,13 @@ * $Id$ */ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.0.5</version> </parent> <artifactId>shale-view</artifactId> From [email protected] Fri May 30 19:20:18 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87555 invoked from network); 30 May 2008 19:20:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 May 2008 19:20:18 -0000 Received: (qmail 86761 invoked by uid 500); 30 May 2008 19:20:20 -0000 Delivered-To: [email protected] Received: (qmail 86736 invoked by uid 500); 30 May 2008 19:20:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.shale.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 86727 invoked by uid 99); 30 May 2008 19:20:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2008 12:20:20 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2008 19:19:40 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BF0642388A27; Fri, 30 May 2008 12:19:57 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r661826 - in /shale/framework/tags/SHALE_1_0_5: ./ shale-application/ shale-apps/ shale-apps/mailreader-jpa/ shale-apps/shale-blank/ shale-apps/shale-clay-usecases/ shale-apps/shale-mailreader-jpa/ shale-apps/shale-mailreader/ shale-apps/sh... Date: Fri, 30 May 2008 19:19:57 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: greddin Date: Fri May 30 12:19:56 2008 New Revision: 661826 URL: http://svn.apache.org/viewvc?rev=661826&view=rev Log: [maven-release-plugin] copy for tag SHALE_1_0_5 Added: shale/framework/tags/SHALE_1_0_5/ - copied from r661433, shale/framework/branches/SHALE_1_0_X/ shale/framework/tags/SHALE_1_0_5/pom.xml - copied unchanged from r661824, shale/framework/branches/SHALE_1_0_X/pom.xml shale/framework/tags/SHALE_1_0_5/shale-application/pom.xml - copied unchanged from r661824, shale/framework/branches/SHALE_1_0_X/shale-application/pom.xml shale/framework/tags/SHALE_1_0_5/shale-apps/mailreader-jpa/pom.xml - copied unchanged from r661824, shale/framework/branches/SHALE_1_0_X/shale-apps/mailreader-jpa/pom.xml shale/framework/tags/SHALE_1_0_5/shale-apps/pom.xml - copied unchanged from r661824, shale/framework/branches/SHALE_1_0_X/shale-apps/pom.xml shale/framework/tags/SHALE_1_0_5/shale-apps/shale-blank/pom.xml - copied unchanged from r661824, shale/framework/branches/SHALE_1_0_X/shale-apps/shale-blank/pom.xml shale/framework/tags/SHALE_1_0_5/shale-apps/shale-clay-usecases/pom.xml - copied unchanged from r661824, shale/framework/branches/SHALE_1_0_X/shale-apps/shale-clay-usecases/pom.xml shale/framework/tags/SHALE_1_0_5/shale-apps/shale-mailreader-jpa/pom.xml - copied unchanged from r661824, shale/framework/branches/SHALE_1_0_X/shale-apps/shale-mailreader-jpa/pom.xml shale/framework/tags/SHALE_1_0_5/shale-apps/shale-mailreader/pom.xml - copied unchanged from r661824, shale/framework/branches/SHALE_1_0_X/shale-apps/shale-mailreader/pom.xml shale/framework/tags/SHALE_1_0_5/shale-apps/shale-sql-browser/pom.xml - copied unchanged from r661824, shale/framework/branches/SHALE_1_0_X/shale-apps/shale-sql-browser/pom.xml shale/framework/tags/SHALE_1_0_5/shale-apps/shale-test-core/pom.xml - copied unchanged from r661824, shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-core/pom.xml shale/framework/tags/SHALE_1_0_5/shale-apps/shale-test-dialog-basic/pom.xml - copied unchanged from r661824, shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-dialog-basic/pom.xml shale/framework/tags/SHALE_1_0_5/shale-apps/shale-test-dialog-scxml/pom.xml - copied unchanged from r661824, shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-dialog-scxml/pom.xml shale/framework/tags/SHALE_1_0_5/shale-apps/shale-test-tiger/pom.xml - copied unchanged from r661824, shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-tiger/pom.xml shale/framework/tags/SHALE_1_0_5/shale-apps/shale-test-view/pom.xml - copied unchanged from r661824, shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-view/pom.xml shale/framework/tags/SHALE_1_0_5/shale-apps/shale-usecases/pom.xml - copied unchanged from r661824, shale/framework/branches/SHALE_1_0_X/shale-apps/shale-usecases/pom.xml shale/framework/tags/SHALE_1_0_5/shale-clay/pom.xml - copied unchanged from r661824, shale/framework/branches/SHALE_1_0_X/shale-clay/pom.xml shale/framework/tags/SHALE_1_0_5/shale-core/pom.xml - copied unchanged from r661824, shale/framework/branches/SHALE_1_0_X/shale-core/pom.xml shale/framework/tags/SHALE_1_0_5/shale-dialog-basic/pom.xml - copied unchanged from r661824, shale/framework/branches/SHALE_1_0_X/shale-dialog-basic/pom.xml shale/framework/tags/SHALE_1_0_5/shale-dialog-scxml/pom.xml - copied unchanged from r661824, shale/framework/branches/SHALE_1_0_X/shale-dialog-scxml/pom.xml shale/framework/tags/SHALE_1_0_5/shale-dialog/pom.xml - copied unchanged from r661824, shale/framework/branches/SHALE_1_0_X/shale-dialog/pom.xml shale/framework/tags/SHALE_1_0_5/shale-dist/pom.xml - copied unchanged from r661824, shale/framework/branches/SHALE_1_0_X/shale-dist/pom.xml shale/framework/tags/SHALE_1_0_5/shale-remoting/pom.xml - copied unchanged from r661824, shale/framework/branches/SHALE_1_0_X/shale-remoting/pom.xml shale/framework/tags/SHALE_1_0_5/shale-spring/pom.xml - copied unchanged from r661824, shale/framework/branches/SHALE_1_0_X/shale-spring/pom.xml shale/framework/tags/SHALE_1_0_5/shale-test/pom.xml - copied unchanged from r661824, shale/framework/branches/SHALE_1_0_X/shale-test/pom.xml shale/framework/tags/SHALE_1_0_5/shale-tiger/pom.xml - copied unchanged from r661824, shale/framework/branches/SHALE_1_0_X/shale-tiger/pom.xml shale/framework/tags/SHALE_1_0_5/shale-validator/pom.xml - copied unchanged from r661824, shale/framework/branches/SHALE_1_0_X/shale-validator/pom.xml shale/framework/tags/SHALE_1_0_5/shale-view/pom.xml - copied unchanged from r661824, shale/framework/branches/SHALE_1_0_X/shale-view/pom.xml shale/framework/tags/SHALE_1_0_5/src/site/resources/docs/release-notes-1.0.5.html - copied unchanged from r661436, shale/framework/branches/SHALE_1_0_X/src/site/resources/docs/release-notes-1.0.5.html From [email protected] Fri May 30 19:20:41 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87717 invoked from network); 30 May 2008 19:20:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 May 2008 19:20:41 -0000 Received: (qmail 86934 invoked by uid 500); 30 May 2008 19:20:43 -0000 Delivered-To: [email protected] Received: (qmail 86919 invoked by uid 500); 30 May 2008 19:20:43 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.shale.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 86908 invoked by uid 99); 30 May 2008 19:20:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2008 12:20:43 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2008 19:20:03 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 10CA223889BB; Fri, 30 May 2008 12:20:20 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r661827 - in /shale/framework/branches/SHALE_1_0_X: ./ shale-application/ shale-apps/ shale-apps/mailreader-jpa/ shale-apps/shale-blank/ shale-apps/shale-clay-usecases/ shale-apps/shale-mailreader-jpa/ shale-apps/shale-mailreader/ shale-app... Date: Fri, 30 May 2008 19:20:18 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: greddin Date: Fri May 30 12:20:17 2008 New Revision: 661827 URL: http://svn.apache.org/viewvc?rev=661827&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: shale/framework/branches/SHALE_1_0_X/pom.xml shale/framework/branches/SHALE_1_0_X/shale-application/pom.xml shale/framework/branches/SHALE_1_0_X/shale-apps/mailreader-jpa/pom.xml shale/framework/branches/SHALE_1_0_X/shale-apps/pom.xml shale/framework/branches/SHALE_1_0_X/shale-apps/shale-blank/pom.xml shale/framework/branches/SHALE_1_0_X/shale-apps/shale-clay-usecases/pom.xml shale/framework/branches/SHALE_1_0_X/shale-apps/shale-mailreader-jpa/pom.xml shale/framework/branches/SHALE_1_0_X/shale-apps/shale-mailreader/pom.xml shale/framework/branches/SHALE_1_0_X/shale-apps/shale-sql-browser/pom.xml shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-core/pom.xml shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-dialog-basic/pom.xml shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-dialog-scxml/pom.xml shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-tiger/pom.xml shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-view/pom.xml shale/framework/branches/SHALE_1_0_X/shale-apps/shale-usecases/pom.xml shale/framework/branches/SHALE_1_0_X/shale-clay/pom.xml shale/framework/branches/SHALE_1_0_X/shale-core/pom.xml shale/framework/branches/SHALE_1_0_X/shale-dialog-basic/pom.xml shale/framework/branches/SHALE_1_0_X/shale-dialog-scxml/pom.xml shale/framework/branches/SHALE_1_0_X/shale-dialog/pom.xml shale/framework/branches/SHALE_1_0_X/shale-dist/pom.xml shale/framework/branches/SHALE_1_0_X/shale-remoting/pom.xml shale/framework/branches/SHALE_1_0_X/shale-spring/pom.xml shale/framework/branches/SHALE_1_0_X/shale-test/pom.xml shale/framework/branches/SHALE_1_0_X/shale-tiger/pom.xml shale/framework/branches/SHALE_1_0_X/shale-validator/pom.xml shale/framework/branches/SHALE_1_0_X/shale-view/pom.xml Modified: shale/framework/branches/SHALE_1_0_X/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/pom.xml?rev=661827&r1=661826&r2=661827&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/pom.xml Fri May 30 12:20:17 2008 @@ -29,16 +29,16 @@ <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Shale Framework Parent POM</name> <url>http://shale.apache.org</url> <description>The Apache Shale Framework</description> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/shale/framework/tags/SHALE_1_0_5</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shale/framework/tags/SHALE_1_0_5</developerConnection> - <url>http://svn.apache.org/viewvc/shale/framework/tags/SHALE_1_0_5</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/shale/framework/branches/SHALE_1_0_X</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shale/framework/branches/SHALE_1_0_X</developerConnection> + <url>http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X</url> </scm> <distributionManagement> Modified: shale/framework/branches/SHALE_1_0_X/shale-application/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-application/pom.xml?rev=661827&r1=661826&r2=661827&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-application/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-application/pom.xml Fri May 30 12:20:17 2008 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> </parent> <artifactId>shale-application</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-apps/mailreader-jpa/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-apps/mailreader-jpa/pom.xml?rev=661827&r1=661826&r2=661827&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-apps/mailreader-jpa/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-apps/mailreader-jpa/pom.xml Fri May 30 12:20:17 2008 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> </parent> <groupId>org.apache.shale.extras</groupId> @@ -35,9 +35,9 @@ <name>MailReader JPA Entity Classes</name> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/shale/framework/tags/SHALE_1_0_5</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shale/framework/tags/SHALE_1_0_5</developerConnection> - <url>http://svn.apache.org/viewvc/shale/framework/tags/SHALE_1_0_5</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/shale/framework/trunk/shale-apps/mailreader-jpa</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shale/framework/trunk/shale-apps/mailreader-jpa</developerConnection> + <url>http://svn.apache.org/viewvc/shale/framework/trunk/shale-apps/mailreader-jpa</url> </scm> <dependencies> Modified: shale/framework/branches/SHALE_1_0_X/shale-apps/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-apps/pom.xml?rev=661827&r1=661826&r2=661827&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-apps/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-apps/pom.xml Fri May 30 12:20:17 2008 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> </parent> <artifactId>shale-apps-parent</artifactId> <packaging>pom</packaging> @@ -33,9 +33,9 @@ <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/shale/framework/tags/SHALE_1_0_5</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shale/framework/tags/SHALE_1_0_5</developerConnection> - <url>http://svn.apache.org/viewvc/shale/framework/tags/SHALE_1_0_5</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/shale/framework/trunk/shale-apps</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shale/framework/trunk/shale-apps</developerConnection> + <url>http://svn.apache.org/viewvc/shale/framework/trunk/shale-apps</url> </scm> <distributionManagement> Modified: shale/framework/branches/SHALE_1_0_X/shale-apps/shale-blank/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-apps/shale-blank/pom.xml?rev=661827&r1=661826&r2=661827&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-apps/shale-blank/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-apps/shale-blank/pom.xml Fri May 30 12:20:17 2008 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-apps-parent</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> </parent> <artifactId>shale-blank</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-apps/shale-clay-usecases/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-apps/shale-clay-usecases/pom.xml?rev=661827&r1=661826&r2=661827&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-apps/shale-clay-usecases/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-apps/shale-clay-usecases/pom.xml Fri May 30 12:20:17 2008 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-apps-parent</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> </parent> <artifactId>shale-clay-usecases</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-apps/shale-mailreader-jpa/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-apps/shale-mailreader-jpa/pom.xml?rev=661827&r1=661826&r2=661827&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-apps/shale-mailreader-jpa/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-apps/shale-mailreader-jpa/pom.xml Fri May 30 12:20:17 2008 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-apps-parent</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> </parent> <artifactId>shale-mailreader-jpa</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-apps/shale-mailreader/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-apps/shale-mailreader/pom.xml?rev=661827&r1=661826&r2=661827&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-apps/shale-mailreader/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-apps/shale-mailreader/pom.xml Fri May 30 12:20:17 2008 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-apps-parent</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> </parent> <artifactId>shale-mailreader</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-apps/shale-sql-browser/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-apps/shale-sql-browser/pom.xml?rev=661827&r1=661826&r2=661827&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-apps/shale-sql-browser/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-apps/shale-sql-browser/pom.xml Fri May 30 12:20:17 2008 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-apps-parent</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> </parent> <artifactId>shale-sql-browser</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-core/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-core/pom.xml?rev=661827&r1=661826&r2=661827&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-core/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-core/pom.xml Fri May 30 12:20:17 2008 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-apps-parent</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> </parent> <artifactId>shale-test-core</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-dialog-basic/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-dialog-basic/pom.xml?rev=661827&r1=661826&r2=661827&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-dialog-basic/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-dialog-basic/pom.xml Fri May 30 12:20:17 2008 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-apps-parent</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> </parent> <groupId>org.apache.shale</groupId> Modified: shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-dialog-scxml/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-dialog-scxml/pom.xml?rev=661827&r1=661826&r2=661827&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-dialog-scxml/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-dialog-scxml/pom.xml Fri May 30 12:20:17 2008 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-apps-parent</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> </parent> <artifactId>shale-test-dialog-scxml</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-tiger/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-tiger/pom.xml?rev=661827&r1=661826&r2=661827&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-tiger/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-tiger/pom.xml Fri May 30 12:20:17 2008 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-apps-parent</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> </parent> <artifactId>shale-test-tiger</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-view/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-view/pom.xml?rev=661827&r1=661826&r2=661827&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-view/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-apps/shale-test-view/pom.xml Fri May 30 12:20:17 2008 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-apps-parent</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> </parent> <artifactId>shale-test-view</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-apps/shale-usecases/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-apps/shale-usecases/pom.xml?rev=661827&r1=661826&r2=661827&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-apps/shale-usecases/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-apps/shale-usecases/pom.xml Fri May 30 12:20:17 2008 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-apps-parent</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> </parent> <artifactId>shale-usecases</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-clay/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-clay/pom.xml?rev=661827&r1=661826&r2=661827&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-clay/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-clay/pom.xml Fri May 30 12:20:17 2008 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> </parent> <artifactId>shale-clay</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-core/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-core/pom.xml?rev=661827&r1=661826&r2=661827&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-core/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-core/pom.xml Fri May 30 12:20:17 2008 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> </parent> <artifactId>shale-core</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-dialog-basic/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-dialog-basic/pom.xml?rev=661827&r1=661826&r2=661827&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-dialog-basic/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-dialog-basic/pom.xml Fri May 30 12:20:17 2008 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> </parent> <artifactId>shale-dialog-basic</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-dialog-scxml/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-dialog-scxml/pom.xml?rev=661827&r1=661826&r2=661827&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-dialog-scxml/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-dialog-scxml/pom.xml Fri May 30 12:20:17 2008 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> </parent> <artifactId>shale-dialog-scxml</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-dialog/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-dialog/pom.xml?rev=661827&r1=661826&r2=661827&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-dialog/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-dialog/pom.xml Fri May 30 12:20:17 2008 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> </parent> <artifactId>shale-dialog</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-dist/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-dist/pom.xml?rev=661827&r1=661826&r2=661827&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-dist/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-dist/pom.xml Fri May 30 12:20:17 2008 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> </parent> <artifactId>shale-dist</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-remoting/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-remoting/pom.xml?rev=661827&r1=661826&r2=661827&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-remoting/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-remoting/pom.xml Fri May 30 12:20:17 2008 @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> </parent> <artifactId>shale-remoting</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-spring/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-spring/pom.xml?rev=661827&r1=661826&r2=661827&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-spring/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-spring/pom.xml Fri May 30 12:20:17 2008 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> </parent> <artifactId>shale-spring</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-test/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-test/pom.xml?rev=661827&r1=661826&r2=661827&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-test/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-test/pom.xml Fri May 30 12:20:17 2008 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> </parent> <artifactId>shale-test</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-tiger/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-tiger/pom.xml?rev=661827&r1=661826&r2=661827&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-tiger/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-tiger/pom.xml Fri May 30 12:20:17 2008 @@ -3,7 +3,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> </parent> <artifactId>shale-tiger</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-validator/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-validator/pom.xml?rev=661827&r1=661826&r2=661827&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-validator/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-validator/pom.xml Fri May 30 12:20:17 2008 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> </parent> <artifactId>shale-validator</artifactId> Modified: shale/framework/branches/SHALE_1_0_X/shale-view/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-view/pom.xml?rev=661827&r1=661826&r2=661827&view=diff ============================================================================== --- shale/framework/branches/SHALE_1_0_X/shale-view/pom.xml (original) +++ shale/framework/branches/SHALE_1_0_X/shale-view/pom.xml Fri May 30 12:20:17 2008 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shale</groupId> <artifactId>shale-parent</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> </parent> <artifactId>shale-view</artifactId>
From [email protected] Thu Feb 1 00:39:23 2001 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 58056 invoked from network); 1 Feb 2001 00:39:23 -0000 Received: from dnai-216-15-97-206.cust.dnai.com (HELO betaversion.org) (161.129.204.104) by h31.sny.collab.net with SMTP; 1 Feb 2001 00:39:23 -0000 Received: from [161.129.204.104] ([161.129.204.104]) by betaversion.org (8.9.3+Sun/8.9.3) with ESMTP id QAA20967; Wed, 31 Jan 2001 16:42:48 -0800 (PST) User-Agent: Microsoft-Entourage/9.0.2509 Date: Wed, 31 Jan 2001 16:39:28 -0800 Subject: BugZilla Status... From: Pier Fumagalli <[email protected]> To: <[email protected]>, <[email protected]>, <[email protected]>, <[email protected]> CC: <[email protected]> Message-ID: <[email protected]> Mime-version: 1.0 Organization: Apache Software Foundation Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hey all... there are no components specified in BugZilla for the following: - Ant - WatchDog - Xerces-J - Xerces-C Can you please guys fix those, as it's impossible to file bugs without components for each product... Pier -- Pier Fumagalli <mailto:[email protected]> I'm selling my Sony Vaio Z505. Check out <http://www.betaversion.org/~pier/> From [email protected] Sat Feb 3 22:01:22 2001 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 99941 invoked by uid 500); 3 Feb 2001 22:01:22 -0000 Delivered-To: [email protected] Received: (qmail 99935 invoked by uid 1059); 3 Feb 2001 22:01:21 -0000 Date: 3 Feb 2001 22:01:21 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-watchdog-4.0 build.sh craigmcc 01/02/03 14:01:20 Modified: . build.sh Log: Respect any existing ANT_HOME setting. Revision Changes Path 1.4 +6 -2 jakarta-watchdog-4.0/build.sh Index: build.sh =================================================================== RCS file: /home/cvs/jakarta-watchdog-4.0/build.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- build.sh 2001/01/25 18:11:19 1.3 +++ build.sh 2001/02/03 22:01:20 1.4 @@ -1,13 +1,17 @@ #!/bin/sh # -# $Id: build.sh,v 1.3 2001/01/25 18:11:19 craigmcc Exp $ +# $Id: build.sh,v 1.4 2001/02/03 22:01:20 craigmcc Exp $ # Ksh wrapper around ant build system. baseDir=`pwd` echo $baseDir ..... -ADDL_CLASSPATH=../jakarta-ant/lib/ant.jar:$JAVA_HOME/lib/tools.jar +if [ "$ANT_HOME" = "" ] ; then + ANT_HOME=../jakarta-ant +fi + +ADDL_CLASSPATH=$ANT_HOME/lib/ant.jar:$JAVA_HOME/lib/tools.jar if [ -n "$CLASSPATH" ]; then CLASSPATH=$CLASSPATH:$ADDL_CLASSPATH From [email protected] Sat Feb 3 23:01:51 2001 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 29660 invoked by uid 500); 3 Feb 2001 23:01:51 -0000 Delivered-To: [email protected] Received: (qmail 29657 invoked by uid 1059); 3 Feb 2001 23:01:51 -0000 Date: 3 Feb 2001 23:01:51 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-watchdog-4.0 build.xml craigmcc 01/02/03 15:01:51 Modified: . build.xml Log: Respect "ant.home" and "servletapi.home" properties. Revision Changes Path 1.9 +7 -5 jakarta-watchdog-4.0/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-watchdog-4.0/build.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- build.xml 2001/01/24 22:39:46 1.8 +++ build.xml 2001/02/03 23:01:51 1.9 @@ -2,10 +2,12 @@ <!-- System property definitions --> + <property name="ant.home" value="../jakarta-ant"/> <property name="build.compiler" value="classic"/> + <property name="servletapi.home" value="../jakarta-servletapi-4"/> <property name="watchdog.build" value="./build"/> <property name="watchdog.dist" value="./dist"/> - <property name="watchdog-classpath" value="../jakarta-servletapi-4/lib/servlet.jar:./src/tools" /> + <property name="watchdog-classpath" value="${servletapi.home}/lib/servlet.jar:./src/tools" /> <!-- Prepare the unpacked destination directory --> @@ -28,10 +30,10 @@ <copydir src="src/server/servlet-tests" dest="${watchdog.build}/webapps/servlet-tests"/> - <copyfile src="../jakarta-ant/lib/ant.jar" + <copyfile src="${ant.home}/lib/ant.jar" dest="${watchdog.build}/lib/ant.jar"/> - <copyfile src="../jakarta-servletapi-4/lib/servlet.jar" + <copyfile src="${servletapi.home}/lib/servlet.jar" dest="${watchdog.build}/lib/servlet.jar"/> @@ -126,10 +128,10 @@ dest="${watchdog.dist}/doc/Readme"/> - <copyfile src="../jakarta-ant/lib/ant.jar" + <copyfile src="${ant.home}/lib/ant.jar" dest="${watchdog.dist}/lib/ant.jar"/> - <copyfile src="../jakarta-servletapi-4/lib/servlet.jar" + <copyfile src="${servletapi.home}/lib/servlet.jar" dest="${watchdog.dist}/lib/servlet.jar"/> <copydir src="src/clients/org/apache/jcheck/jsp/client" From [email protected] Tue Feb 6 20:27:37 2001 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 36138 invoked from network); 6 Feb 2001 20:27:37 -0000 Received: from mercury.sun.com (161.129.204.104) by h31.sny.collab.net with SMTP; 6 Feb 2001 20:27:37 -0000 Received: from shorter.eng.sun.com ([161.129.204.104]) by mercury.Sun.COM (8.9.3+Sun/8.9.3) with ESMTP id MAA25782 for <[email protected]>; Tue, 6 Feb 2001 12:27:38 -0800 (PST) Received: from sun.com (d-ucup02-251-248 [161.129.204.104]) by shorter.eng.sun.com (8.9.3+Sun/8.9.3/ENSMAIL,v2.0) with ESMTP id MAA05660 for <[email protected]>; Tue, 6 Feb 2001 12:27:33 -0800 (PST) Message-ID: <[email protected]> Date: Tue, 06 Feb 2001 12:28:05 -0800 From: Pierre Delisle <[email protected]> X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: [email protected] Subject: Failing tests: positiveGetParent and positiveDoStartTag Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N There is a problem with 2 of the JSP tests: positiveGetParent and positiveDoStartTag These tests work properly when the JSP page is translated and then executed. However, if the container is shutdown, and then restarted, these tests will fail. The reason is that the success of these tests depend on the execution of isValid() in TestTagExtraInfo. isValid() will only be called at translation time. So if the JSP is executed from its generated servlet, the test will fail (since isValid() is not being called). -- Pierre From the spec: 161.129.204.104 Syntactic Information in a TagExtraInfo Class Additional translation-time validation can be done using the isValid method in the TagExtraInfo class. The isValid method is invoked at translation-time and is passed a TagData instance as its argument. From [email protected] Tue Feb 13 10:10:57 2001 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 10163 invoked by uid 500); 13 Feb 2001 10:10:57 -0000 Delivered-To: [email protected] Received: (qmail 10158 invoked by uid 1064); 13 Feb 2001 10:10:56 -0000 Date: 13 Feb 2001 10:10:56 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-watchdog build.xml rubys 01/02/13 02:10:56 Modified: . build.xml Log: Respect the value of ant-home ---------------------------------------------------------------------- Revision Changes Path 1.37 +2 -2 jakarta-watchdog/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-watchdog/build.xml,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- build.xml 2001/01/24 22:38:24 1.36 +++ build.xml 2001/02/13 10:10:55 1.37 @@ -29,7 +29,7 @@ <copyfile src="../jakarta-tools/moo.jar" dest="${watchdog.build}/lib/moo.jar"/> - <copyfile src="../jakarta-ant/lib/ant.jar" + <copyfile src="${ant.home}/lib/ant.jar" dest="${watchdog.build}/lib/ant.jar"/> <copyfile src="../jakarta-servletapi/lib/servlet.jar" @@ -112,7 +112,7 @@ <copyfile src="../jakarta-tools/moo.jar" dest="${watchdog.dist}/lib/moo.jar"/> - <copyfile src="../jakarta-ant/lib/ant.jar" + <copyfile src="${ant.home}/lib/ant.jar" dest="${watchdog.dist}/lib/ant.jar"/> <copyfile src="../jakarta-servletapi/lib/servlet.jar" From [email protected] Tue Feb 20 11:26:58 2001 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 14379 invoked from network); 20 Feb 2001 11:26:58 -0000 Received: from eos.dk (161.129.204.104) by h31.sny.collab.net with SMTP; 20 Feb 2001 11:26:58 -0000 Received: (qmail 6145 invoked from network); 20 Feb 2001 11:27:23 -0000 Received: from unknown (HELO eos.dk) (161.129.204.104) by eos.dk with SMTP; 20 Feb 2001 11:27:23 -0000 Message-ID: <[email protected]> Date: Tue, 20 Feb 2001 12:27:04 +0100 From: Kjeld Froberg <[email protected]> Organization: EOS X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: [email protected] Subject: Duplicated tests in Jakarta Watchdog jsp-gtest.xml Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi This is not an error, but I tell you any way;-) The following tests are duplicated in jakarta-watchdog/src/conf/jsp-gtest.xml <gtest request="GET /jsp-tests/jsp/core_syntax/directives/page/imports/implicitImportLang.jsp HTTP/1.0" debug="0" host="${host}" port="${port}" goldenFile="${wgdir}/core_syntax/directives/page/imports/implicitImportLang.html" /> <gtest request="GET /jsp-tests/jsp/core_syntax/directives/page/imports/implicitImportJsp.jsp HTTP/1.0" debug="0" host="${host}" port="${port}" goldenFile="${wgdir}/core_syntax/directives/page/imports/implicitImportJsp.html" /> <gtest request="GET /jsp-tests/jsp/core_syntax/directives/page/imports/implicitImportHttp.jsp HTTP/1.0" debug="0" host="${host}" port="${port}" goldenFile="${wgdir}/core_syntax/directives/page/imports/implicitImportHttp.html" /> Kjeld Froberg Systems Developer Eastfork Object Space A/S mailto:[email protected] http://www.eos.dk
From [email protected] Wed Jun 1 07:04:31 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 2F73262A8 for <[email protected]>; Wed, 1 Jun 2011 07:04:31 +0000 (UTC) Received: (qmail 8644 invoked by uid 500); 1 Jun 2011 07:04:30 -0000 Delivered-To: [email protected] Received: (qmail 8586 invoked by uid 500); 1 Jun 2011 07:04:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 8571 invoked by uid 99); 1 Jun 2011 07:04:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 07:04:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 07:04:26 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 83BC4C010F for <[email protected]>; Wed, 1 Jun 2011 07:04:05 +0000 (UTC) Date: Wed, 1 Jun 2011 07:04:05 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <252-924-7837.8251306911845522.JavaMail.hudson@aegis> Subject: Build failed in Jenkins: ftpserver-trunk-jdk1.6-solaris #461 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See <https://builds.apache.org/hudson/job/ftpserver-trunk-jdk1.6-solaris/461/> ------------------------------------------ Started by an SCM change Building remotely on solaris2 SCM check out aborted From [email protected] Wed Jun 1 07:44:21 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 0C8656619 for <[email protected]>; Wed, 1 Jun 2011 07:44:21 +0000 (UTC) Received: (qmail 58225 invoked by uid 500); 1 Jun 2011 07:44:20 -0000 Delivered-To: [email protected] Received: (qmail 58164 invoked by uid 500); 1 Jun 2011 07:44:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 57590 invoked by uid 99); 1 Jun 2011 07:44:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 07:44:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 07:44:12 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id DEDC0C010F for <[email protected]>; Wed, 1 Jun 2011 07:43:51 +0000 (UTC) Date: Wed, 1 Jun 2011 07:43:51 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <1775151475.8291306914231896.JavaMail.hudson@aegis> In-Reply-To: <252-924-7837.8251306911845522.JavaMail.hudson@aegis> References: <252-924-7837.8251306911845522.JavaMail.hudson@aegis> Subject: Jenkins build is back to normal : ftpserver-trunk-jdk1.6-solaris #462 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See <https://builds.apache.org/hudson/job/ftpserver-trunk-jdk1.6-solaris/462/> From [email protected] Wed Jun 1 07:54:20 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 88D3D6C34 for <[email protected]>; Wed, 1 Jun 2011 07:54:20 +0000 (UTC) Received: (qmail 66091 invoked by uid 500); 1 Jun 2011 07:54:20 -0000 Delivered-To: [email protected] Received: (qmail 66025 invoked by uid 500); 1 Jun 2011 07:54:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 66018 invoked by uid 99); 1 Jun 2011 07:54:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 07:54:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 07:54:19 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A7B8223889E7; Wed, 1 Jun 2011 07:53:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1130038 - /mina/tags/2.0.4/ Date: Wed, 01 Jun 2011 07:53:58 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: jvermillard Date: Wed Jun 1 07:53:58 2011 New Revision: 1130038 URL: http://svn.apache.org/viewvc?rev=1130038&view=rev Log: 2.0.4 vote canceled Removed: mina/tags/2.0.4/ From [email protected] Wed Jun 1 09:58:32 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 516EC66F1 for <[email protected]>; Wed, 1 Jun 2011 09:58:32 +0000 (UTC) Received: (qmail 22832 invoked by uid 500); 1 Jun 2011 09:58:32 -0000 Delivered-To: [email protected] Received: (qmail 22800 invoked by uid 500); 1 Jun 2011 09:58:32 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 22792 invoked by uid 99); 1 Jun 2011 09:58:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 09:58:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 09:58:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2C24023889E7; Wed, 1 Jun 2011 09:58:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1130075 - in /mina/ftpserver/trunk: core/pom.xml pom.xml Date: Wed, 01 Jun 2011 09:58:08 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ngn Date: Wed Jun 1 09:58:07 2011 New Revision: 1130075 URL: http://svn.apache.org/viewvc?rev=1130075&view=rev Log: Removing oro dependency (FTPSERVER-416) Modified: mina/ftpserver/trunk/core/pom.xml mina/ftpserver/trunk/pom.xml Modified: mina/ftpserver/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/core/pom.xml?rev=1130075&r1=1130074&r2=1130075&view=diff ============================================================================== --- mina/ftpserver/trunk/core/pom.xml (original) +++ mina/ftpserver/trunk/core/pom.xml Wed Jun 1 09:58:07 2011 @@ -183,11 +183,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>oro</groupId> - <artifactId>oro</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>hsqldb</groupId> <artifactId>hsqldb</artifactId> <scope>test</scope> Modified: mina/ftpserver/trunk/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/pom.xml?rev=1130075&r1=1130074&r2=1130075&view=diff ============================================================================== --- mina/ftpserver/trunk/pom.xml (original) +++ mina/ftpserver/trunk/pom.xml Wed Jun 1 09:58:07 2011 @@ -214,12 +214,6 @@ </dependency> <dependency> - <groupId>oro</groupId> - <artifactId>oro</artifactId> - <version>2.0.8</version> - </dependency> - - <dependency> <groupId>hsqldb</groupId> <artifactId>hsqldb</artifactId> <version>161.129.204.104</version> From [email protected] Wed Jun 1 10:02:14 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 312E06259 for <[email protected]>; Wed, 1 Jun 2011 10:02:14 +0000 (UTC) Received: (qmail 25434 invoked by uid 500); 1 Jun 2011 10:02:14 -0000 Delivered-To: [email protected] Received: (qmail 25404 invoked by uid 500); 1 Jun 2011 10:02:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 25396 invoked by uid 99); 1 Jun 2011 10:02:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 10:02:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 10:02:13 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D18BC2388A1C; Wed, 1 Jun 2011 10:01:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1130078 - in /mina/ftpserver/branches/1.0.x: core/pom.xml pom.xml Date: Wed, 01 Jun 2011 10:01:52 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: ngn Date: Wed Jun 1 10:01:52 2011 New Revision: 1130078 URL: http://svn.apache.org/viewvc?rev=1130078&view=rev Log: Removing oro dependency (FTPSERVER-416) Modified: mina/ftpserver/branches/1.0.x/core/pom.xml mina/ftpserver/branches/1.0.x/pom.xml Modified: mina/ftpserver/branches/1.0.x/core/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/core/pom.xml?rev=1130078&r1=1130077&r2=1130078&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/core/pom.xml (original) +++ mina/ftpserver/branches/1.0.x/core/pom.xml Wed Jun 1 10:01:52 2011 @@ -163,11 +163,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>oro</groupId> - <artifactId>oro</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>hsqldb</groupId> <artifactId>hsqldb</artifactId> <scope>test</scope> Modified: mina/ftpserver/branches/1.0.x/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/pom.xml?rev=1130078&r1=1130077&r2=1130078&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/pom.xml (original) +++ mina/ftpserver/branches/1.0.x/pom.xml Wed Jun 1 10:01:52 2011 @@ -221,12 +221,6 @@ </dependency> <dependency> - <groupId>oro</groupId> - <artifactId>oro</artifactId> - <version>2.0.8</version> - </dependency> - - <dependency> <groupId>hsqldb</groupId> <artifactId>hsqldb</artifactId> <version>161.129.204.104</version> From [email protected] Wed Jun 1 11:58:15 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 35B016B7B for <[email protected]>; Wed, 1 Jun 2011 11:58:15 +0000 (UTC) Received: (qmail 97946 invoked by uid 500); 1 Jun 2011 11:58:15 -0000 Delivered-To: [email protected] Received: (qmail 97891 invoked by uid 500); 1 Jun 2011 11:58:15 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 97883 invoked by uid 99); 1 Jun 2011 11:58:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 11:58:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 11:58:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 03B4B2388A1C; Wed, 1 Jun 2011 11:57:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1130113 - /mina/ftpserver/trunk/pom.xml Date: Wed, 01 Jun 2011 11:57:53 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: sebb Date: Wed Jun 1 11:57:53 2011 New Revision: 1130113 URL: http://svn.apache.org/viewvc?rev=1130113&view=rev Log: JUnit => 4.8.2 Surefire => 2.8.1 Modified: mina/ftpserver/trunk/pom.xml Modified: mina/ftpserver/trunk/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/pom.xml?rev=1130113&r1=1130112&r2=1130113&view=diff ============================================================================== --- mina/ftpserver/trunk/pom.xml (original) +++ mina/ftpserver/trunk/pom.xml Wed Jun 1 11:57:53 2011 @@ -186,7 +186,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>3.8.2</version> + <version>4.8.2</version> </dependency> <dependency> @@ -247,7 +247,7 @@ <plugin> <artifactId>maven-surefire-plugin</artifactId> - <version>2.4.3</version> + <version>2.8.1</version> </plugin> <plugin> From [email protected] Wed Jun 1 11:59:00 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id BB3226B92 for <[email protected]>; Wed, 1 Jun 2011 11:59:00 +0000 (UTC) Received: (qmail 98208 invoked by uid 500); 1 Jun 2011 11:59:00 -0000 Delivered-To: [email protected] Received: (qmail 98182 invoked by uid 500); 1 Jun 2011 11:59:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 98175 invoked by uid 99); 1 Jun 2011 11:59:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 11:59:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 11:58:58 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B57352388A3B; Wed, 1 Jun 2011 11:58:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1130115 - /mina/ftpserver/trunk/pom.xml Date: Wed, 01 Jun 2011 11:58:37 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Wed Jun 1 11:58:37 2011 New Revision: 1130115 URL: http://svn.apache.org/viewvc?rev=1130115&view=rev Log: Fix tagbase (no longer in sandbox) Modified: mina/ftpserver/trunk/pom.xml Modified: mina/ftpserver/trunk/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/pom.xml?rev=1130115&r1=1130114&r2=1130115&view=diff ============================================================================== --- mina/ftpserver/trunk/pom.xml (original) +++ mina/ftpserver/trunk/pom.xml Wed Jun 1 11:58:37 2011 @@ -262,7 +262,7 @@ <artifactId>maven-release-plugin</artifactId> <version>2.0-beta-7</version> <configuration> - <tagBase>https://svn.apache.org/repos/asf/mina/sandbox/ftpserver/tags/</tagBase> + <tagBase>https://svn.apache.org/repos/asf/mina/ftpserver/tags/</tagBase> </configuration> </plugin> From [email protected] Wed Jun 1 11:59:56 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 3B7AC6BDA for <[email protected]>; Wed, 1 Jun 2011 11:59:56 +0000 (UTC) Received: (qmail 98913 invoked by uid 500); 1 Jun 2011 11:59:56 -0000 Delivered-To: [email protected] Received: (qmail 98861 invoked by uid 500); 1 Jun 2011 11:59:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 98854 invoked by uid 99); 1 Jun 2011 11:59:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 11:59:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 11:59:54 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2DEA32388A1C; Wed, 1 Jun 2011 11:59:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1130116 - /mina/ftpserver/trunk/core/src/test/resources/log4j.properties Date: Wed, 01 Jun 2011 11:59:33 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Wed Jun 1 11:59:32 2011 New Revision: 1130116 URL: http://svn.apache.org/viewvc?rev=1130116&view=rev Log: Reduce logging level for normal testing Modified: mina/ftpserver/trunk/core/src/test/resources/log4j.properties Modified: mina/ftpserver/trunk/core/src/test/resources/log4j.properties URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/core/src/test/resources/log4j.properties?rev=1130116&r1=1130115&r2=1130116&view=diff ============================================================================== --- mina/ftpserver/trunk/core/src/test/resources/log4j.properties (original) +++ mina/ftpserver/trunk/core/src/test/resources/log4j.properties Wed Jun 1 11:59:32 2011 @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -log4j.rootLogger=DEBUG, C +log4j.rootLogger=WARN, C log4j.appender.C=org.apache.log4j.ConsoleAppender log4j.appender.C.layout=org.apache.log4j.PatternLayout log4j.appender.C.layout.ConversionPattern=[%X{userName}] [%X{remoteIp}] [%X{session}] %m%n From [email protected] Wed Jun 1 12:05:42 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 7C8CA618A for <[email protected]>; Wed, 1 Jun 2011 12:05:42 +0000 (UTC) Received: (qmail 3240 invoked by uid 500); 1 Jun 2011 12:05:42 -0000 Delivered-To: [email protected] Received: (qmail 3206 invoked by uid 500); 1 Jun 2011 12:05:42 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 3199 invoked by uid 99); 1 Jun 2011 12:05:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 12:05:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 12:05:39 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C5DFA2388906; Wed, 1 Jun 2011 12:05:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1130119 - /mina/ftpserver/trunk/core/src/test/resources/log4j.properties Date: Wed, 01 Jun 2011 12:05:18 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Wed Jun 1 12:05:18 2011 New Revision: 1130119 URL: http://svn.apache.org/viewvc?rev=1130119&view=rev Log: Use ERROR, as WARN still generates lots of output Modified: mina/ftpserver/trunk/core/src/test/resources/log4j.properties Modified: mina/ftpserver/trunk/core/src/test/resources/log4j.properties URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/core/src/test/resources/log4j.properties?rev=1130119&r1=1130118&r2=1130119&view=diff ============================================================================== --- mina/ftpserver/trunk/core/src/test/resources/log4j.properties (original) +++ mina/ftpserver/trunk/core/src/test/resources/log4j.properties Wed Jun 1 12:05:18 2011 @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -log4j.rootLogger=WARN, C +log4j.rootLogger=ERROR, C log4j.appender.C=org.apache.log4j.ConsoleAppender log4j.appender.C.layout=org.apache.log4j.PatternLayout log4j.appender.C.layout.ConversionPattern=[%X{userName}] [%X{remoteIp}] [%X{session}] %m%n From [email protected] Wed Jun 1 12:18:55 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id F2C476548 for <[email protected]>; Wed, 1 Jun 2011 12:18:54 +0000 (UTC) Received: (qmail 18992 invoked by uid 500); 1 Jun 2011 12:18:54 -0000 Delivered-To: [email protected] Received: (qmail 18972 invoked by uid 500); 1 Jun 2011 12:18:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 18965 invoked by uid 99); 1 Jun 2011 12:18:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 12:18:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 12:18:52 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C29F52388903; Wed, 1 Jun 2011 12:18:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1130124 - /mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/test/TestUtil.java Date: Wed, 01 Jun 2011 12:18:31 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Wed Jun 1 12:18:31 2011 New Revision: 1130124 URL: http://svn.apache.org/viewvc?rev=1130124&view=rev Log: Simplify testing with Eclipse when using SVN checkout from parent Modified: mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/test/TestUtil.java Modified: mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/test/TestUtil.java URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/test/TestUtil.java?rev=1130124&r1=1130123&r2=1130124&view=diff ============================================================================== --- mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/test/TestUtil.java (original) +++ mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/test/TestUtil.java Wed Jun 1 12:18:31 2011 @@ -51,6 +51,12 @@ public class TestUtil { if (basedir != null) { return new File(basedir); } else { + // Are we using Eclipse based on parent directory? + File core = new File("core"); + File check = new File(core,"src"); + if (check.isDirectory()) { + return core; + } return new File("."); } } From [email protected] Wed Jun 1 13:07:24 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 1A18F6A2A for <[email protected]>; Wed, 1 Jun 2011 13:07:24 +0000 (UTC) Received: (qmail 98853 invoked by uid 500); 1 Jun 2011 13:07:24 -0000 Delivered-To: [email protected] Received: (qmail 98820 invoked by uid 500); 1 Jun 2011 13:07:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 98813 invoked by uid 99); 1 Jun 2011 13:07:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 13:07:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 13:07:21 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C502A2388A32; Wed, 1 Jun 2011 13:07:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1130138 - in /mina/ftpserver/trunk/core/src: main/java/org/apache/ftpserver/impl/PassivePorts.java test/java/org/apache/ftpserver/impl/PassivePortsTest.java Date: Wed, 01 Jun 2011 13:07:00 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ngn Date: Wed Jun 1 13:07:00 2011 New Revision: 1130138 URL: http://svn.apache.org/viewvc?rev=1130138&view=rev Log: Doing an explicit null check in PassivePorts (FTPSERVER-415) Modified: mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/impl/PassivePorts.java mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/impl/PassivePortsTest.java Modified: mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/impl/PassivePorts.java URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/impl/PassivePorts.java?rev=1130138&r1=1130137&r2=1130138&view=diff ============================================================================== --- mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/impl/PassivePorts.java (original) +++ mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/impl/PassivePorts.java Wed Jun 1 13:07:00 2011 @@ -158,11 +158,11 @@ public class PassivePorts { } public PassivePorts(final int[] passivePorts, boolean checkIfBound) { - if (passivePorts != null) { - this.passivePorts = passivePorts.clone(); - } else { - this.passivePorts = null; - } + if(passivePorts == null) { + throw new NullPointerException("passivePorts can not be null"); + } + + this.passivePorts = passivePorts.clone(); reservedPorts = new boolean[passivePorts.length]; this.checkIfBound = checkIfBound; Modified: mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/impl/PassivePortsTest.java URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/impl/PassivePortsTest.java?rev=1130138&r1=1130137&r2=1130138&view=diff ============================================================================== --- mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/impl/PassivePortsTest.java (original) +++ mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/impl/PassivePortsTest.java Wed Jun 1 13:07:00 2011 @@ -203,4 +203,12 @@ public class PassivePortsTest extends Te assertEquals(-1, ports.reserveNextPort()); } + public void testNullPorts() { + try { + new PassivePorts((int[])null, false); + fail("Must throw NPE"); + } catch(NullPointerException e) { + // ok + } + } } From [email protected] Wed Jun 1 13:09:25 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id BC8186A8E for <[email protected]>; Wed, 1 Jun 2011 13:09:25 +0000 (UTC) Received: (qmail 4347 invoked by uid 500); 1 Jun 2011 13:09:25 -0000 Delivered-To: [email protected] Received: (qmail 4323 invoked by uid 500); 1 Jun 2011 13:09:25 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 4316 invoked by uid 99); 1 Jun 2011 13:09:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 13:09:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 13:09:23 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9A7A023889F7; Wed, 1 Jun 2011 13:09:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1130141 - in /mina/ftpserver/branches/1.0.x/core/src: main/java/org/apache/ftpserver/impl/PassivePorts.java test/java/org/apache/ftpserver/impl/PassivePortsTest.java Date: Wed, 01 Jun 2011 13:09:02 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ngn Date: Wed Jun 1 13:09:02 2011 New Revision: 1130141 URL: http://svn.apache.org/viewvc?rev=1130141&view=rev Log: Doing an explicit null check in PassivePorts (FTPSERVER-415) Modified: mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/impl/PassivePorts.java mina/ftpserver/branches/1.0.x/core/src/test/java/org/apache/ftpserver/impl/PassivePortsTest.java Modified: mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/impl/PassivePorts.java URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/impl/PassivePorts.java?rev=1130141&r1=1130140&r2=1130141&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/impl/PassivePorts.java (original) +++ mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/impl/PassivePorts.java Wed Jun 1 13:09:02 2011 @@ -156,11 +156,11 @@ public class PassivePorts { } public PassivePorts(final int[] passivePorts, boolean checkIfBound) { - if (passivePorts != null) { - this.passivePorts = passivePorts.clone(); - } else { - this.passivePorts = null; - } + if(passivePorts == null) { + throw new NullPointerException("passivePorts can not be null"); + } + + this.passivePorts = passivePorts.clone(); reservedPorts = new boolean[passivePorts.length]; this.checkIfBound = checkIfBound; Modified: mina/ftpserver/branches/1.0.x/core/src/test/java/org/apache/ftpserver/impl/PassivePortsTest.java URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/core/src/test/java/org/apache/ftpserver/impl/PassivePortsTest.java?rev=1130141&r1=1130140&r2=1130141&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/core/src/test/java/org/apache/ftpserver/impl/PassivePortsTest.java (original) +++ mina/ftpserver/branches/1.0.x/core/src/test/java/org/apache/ftpserver/impl/PassivePortsTest.java Wed Jun 1 13:09:02 2011 @@ -202,4 +202,12 @@ public class PassivePortsTest extends Te assertEquals(-1, ports.reserveNextPort()); } + public void testNullPorts() { + try { + new PassivePorts((int[])null, false); + fail("Must throw NPE"); + } catch(NullPointerException e) { + // ok + } + } } From [email protected] Wed Jun 1 14:38:07 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 1D3576DBC for <[email protected]>; Wed, 1 Jun 2011 14:38:07 +0000 (UTC) Received: (qmail 351 invoked by uid 500); 1 Jun 2011 14:38:07 -0000 Delivered-To: [email protected] Received: (qmail 326 invoked by uid 500); 1 Jun 2011 14:38:07 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 319 invoked by uid 99); 1 Jun 2011 14:38:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 14:38:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 14:38:06 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 814F2C010F for <[email protected]>; Wed, 1 Jun 2011 14:37:45 +0000 (UTC) Date: Wed, 1 Jun 2011 14:37:45 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <1755403370.8641306939065513.JavaMail.hudson@aegis> Subject: Build failed in Jenkins: ftpserver-trunk-jdk1.6-solaris #464 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/hudson/job/ftpserver-trunk-jdk1.6-solaris/464/> ------------------------------------------ Started by an SCM change Building remotely on solaris2 SCM check out aborted From [email protected] Wed Jun 1 17:40:25 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id B70186925 for <[email protected]>; Wed, 1 Jun 2011 17:40:25 +0000 (UTC) Received: (qmail 56356 invoked by uid 500); 1 Jun 2011 17:40:25 -0000 Delivered-To: [email protected] Received: (qmail 56321 invoked by uid 500); 1 Jun 2011 17:40:25 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 56314 invoked by uid 99); 1 Jun 2011 17:40:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 17:40:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 17:40:23 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 5ED82C010F for <[email protected]>; Wed, 1 Jun 2011 17:40:02 +0000 (UTC) Date: Wed, 1 Jun 2011 17:40:02 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <1819908106.11306950002379.JavaMail.hudson@aegis> In-Reply-To: <1755403370.8641306939065513.JavaMail.hudson@aegis> References: <1755403370.8641306939065513.JavaMail.hudson@aegis> Subject: Jenkins build is back to normal : ftpserver-trunk-jdk1.6-solaris #465 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See <https://builds.apache.org/hudson/job/ftpserver-trunk-jdk1.6-solaris/465/> From [email protected] Fri Jun 3 11:35:33 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id BE7B26DF3 for <[email protected]>; Fri, 3 Jun 2011 11:35:33 +0000 (UTC) Received: (qmail 54963 invoked by uid 500); 3 Jun 2011 11:35:33 -0000 Delivered-To: [email protected] Received: (qmail 54915 invoked by uid 500); 3 Jun 2011 11:35:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 54905 invoked by uid 99); 3 Jun 2011 11:35:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jun 2011 11:35:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jun 2011 11:35:30 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id DDF00C010F for <[email protected]>; Fri, 3 Jun 2011 11:35:09 +0000 (UTC) Date: Fri, 3 Jun 2011 11:35:09 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <941759551.151307100909907.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Jenkins_build_became_unstable:__MI?= =?UTF-8?Q?NA-1.1.X_=C2=BB_Apache_MINA_Core_API_#20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See <https://builds.apache.org/hudson/job/MINA-1.1.X/org.apache.mina$mina-core/20/> From [email protected] Fri Jun 3 11:35:34 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id BE4F96DEF for <[email protected]>; Fri, 3 Jun 2011 11:35:33 +0000 (UTC) Received: (qmail 54983 invoked by uid 500); 3 Jun 2011 11:35:33 -0000 Delivered-To: [email protected] Received: (qmail 54921 invoked by uid 500); 3 Jun 2011 11:35:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 54912 invoked by uid 99); 3 Jun 2011 11:35:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jun 2011 11:35:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jun 2011 11:35:31 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 3AF9BC011B for <[email protected]>; Fri, 3 Jun 2011 11:35:10 +0000 (UTC) Date: Fri, 3 Jun 2011 11:35:10 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <1321890183.161307100910239.JavaMail.hudson@aegis> Subject: Jenkins build became unstable: MINA-1.1.X #20 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See <https://builds.apache.org/hudson/job/MINA-1.1.X/20/> From [email protected] Fri Jun 3 11:38:25 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id B62086E89 for <[email protected]>; Fri, 3 Jun 2011 11:38:25 +0000 (UTC) Received: (qmail 60840 invoked by uid 500); 3 Jun 2011 11:38:25 -0000 Delivered-To: [email protected] Received: (qmail 60811 invoked by uid 500); 3 Jun 2011 11:38:25 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 60804 invoked by uid 99); 3 Jun 2011 11:38:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jun 2011 11:38:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jun 2011 11:38:24 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 97AF8C010F for <[email protected]>; Fri, 3 Jun 2011 11:38:04 +0000 (UTC) Date: Fri, 3 Jun 2011 11:38:04 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <1112857278.171307101084604.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Jenkins_build_became_unstable:__ftpserver-trunk?= =?UTF-8?Q?-jdk1.5-ibm-ubuntu_=C2=BB_Apache_FtpServer_Core_#111?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/hudson/job/ftpserver-trunk-jdk1.5-ibm-ubuntu/org.apache.ftpserver$ftpserver-core/111/> From [email protected] Fri Jun 3 11:38:26 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 260756E94 for <[email protected]>; Fri, 3 Jun 2011 11:38:26 +0000 (UTC) Received: (qmail 60927 invoked by uid 500); 3 Jun 2011 11:38:26 -0000 Delivered-To: [email protected] Received: (qmail 60884 invoked by uid 500); 3 Jun 2011 11:38:26 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 60877 invoked by uid 99); 3 Jun 2011 11:38:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jun 2011 11:38:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jun 2011 11:38:25 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 159A3C011B for <[email protected]>; Fri, 3 Jun 2011 11:38:05 +0000 (UTC) Date: Fri, 3 Jun 2011 11:38:05 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <619884078.181307101085086.JavaMail.hudson@aegis> Subject: Jenkins build became unstable: ftpserver-trunk-jdk1.5-ibm-ubuntu #111 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/hudson/job/ftpserver-trunk-jdk1.5-ibm-ubuntu/111/> From [email protected] Mon Jun 6 08:49:27 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 1FB774E56 for <[email protected]>; Mon, 6 Jun 2011 08:49:27 +0000 (UTC) Received: (qmail 28781 invoked by uid 500); 6 Jun 2011 08:49:27 -0000 Delivered-To: [email protected] Received: (qmail 28744 invoked by uid 500); 6 Jun 2011 08:49:26 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 28737 invoked by uid 99); 6 Jun 2011 08:49:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2011 08:49:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2011 08:49:25 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EAC732388A1C; Mon, 6 Jun 2011 08:49:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1132551 - in /mina/branches/3.0/core/src: main/java/org/apache/mina/ main/java/org/apache/mina/service/ main/java/org/apache/mina/session/ main/java/org/apache/mina/transport/tcp/ main/java/org/apache/mina/transport/tcp/nio/ test/java/org/... Date: Mon, 06 Jun 2011 08:49:04 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: jvermillard Date: Mon Jun 6 08:49:04 2011 New Revision: 1132551 URL: http://svn.apache.org/viewvc?rev=1132551&view=rev Log: basic TCP writing working Modified: mina/branches/3.0/core/src/main/java/org/apache/mina/IoServiceListener.java mina/branches/3.0/core/src/main/java/org/apache/mina/service/AbstractIoService.java mina/branches/3.0/core/src/main/java/org/apache/mina/session/AbstractIoSession.java mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/NioSelectorProcessor.java mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/nio/NioTcpServer.java mina/branches/3.0/core/src/test/java/org/apache/mina/transport/socket/nio/NioAcceptorTest.java Modified: mina/branches/3.0/core/src/main/java/org/apache/mina/IoServiceListener.java URL: http://svn.apache.org/viewvc/mina/branches/3.0/core/src/main/java/org/apache/mina/IoServiceListener.java?rev=1132551&r1=1132550&r2=1132551&view=diff ============================================================================== --- mina/branches/3.0/core/src/main/java/org/apache/mina/IoServiceListener.java (original) +++ mina/branches/3.0/core/src/main/java/org/apache/mina/IoServiceListener.java Mon Jun 6 08:49:04 2011 @@ -35,11 +35,11 @@ public interface IoServiceListener exten void serviceActivated(IoService service); /** - * Invoked when a service is deactivated by an {@link IoService}. + * Invoked when a service is inactivated by an {@link IoService}. * * @param service the {@link IoService} */ - void serviceDeactivated(IoService service); + void serviceInactivated(IoService service); /** * Invoked when a new session is created by an {@link IoService}. Modified: mina/branches/3.0/core/src/main/java/org/apache/mina/service/AbstractIoService.java URL: http://svn.apache.org/viewvc/mina/branches/3.0/core/src/main/java/org/apache/mina/service/AbstractIoService.java?rev=1132551&r1=1132550&r2=1132551&view=diff ============================================================================== --- mina/branches/3.0/core/src/main/java/org/apache/mina/service/AbstractIoService.java (original) +++ mina/branches/3.0/core/src/main/java/org/apache/mina/service/AbstractIoService.java Mon Jun 6 08:49:04 2011 @@ -225,9 +225,21 @@ public abstract class AbstractIoService /** * Inform all current the listeners of the service desactivation. */ - protected void fireServiceDeactivated() { + protected void fireServiceInactivated() { for (IoServiceListener listener : listeners) { - listener.serviceDeactivated(this); + listener.serviceInactivated(this); + } + } + + public void fireSessionCreated(IoSession session) { + for (IoServiceListener listener : listeners) { + listener.sessionCreated(session); + } + } + + public void fireSessionDestroyed(IoSession session) { + for (IoServiceListener listener : listeners) { + listener.sessionDestroyed(session); } } } \ No newline at end of file Modified: mina/branches/3.0/core/src/main/java/org/apache/mina/session/AbstractIoSession.java URL: http://svn.apache.org/viewvc/mina/branches/3.0/core/src/main/java/org/apache/mina/session/AbstractIoSession.java?rev=1132551&r1=1132550&r2=1132551&view=diff ============================================================================== --- mina/branches/3.0/core/src/main/java/org/apache/mina/session/AbstractIoSession.java (original) +++ mina/branches/3.0/core/src/main/java/org/apache/mina/session/AbstractIoSession.java Mon Jun 6 08:49:04 2011 @@ -213,6 +213,7 @@ public abstract class AbstractIoSession */ @Override public void write(Object message) { + LOG.debug("writing message {} to session {}",message,this); if (state == SessionState.CLOSED || state == SessionState.CLOSING) { // TODO actually we just just shallow the message if the session is closed/closing LOG.error("writing to closed or cloing session"); Modified: mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/NioSelectorProcessor.java URL: http://svn.apache.org/viewvc/mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/NioSelectorProcessor.java?rev=1132551&r1=1132550&r2=1132551&view=diff ============================================================================== --- mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/NioSelectorProcessor.java (original) +++ mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/NioSelectorProcessor.java Mon Jun 6 08:49:04 2011 @@ -37,6 +37,7 @@ import java.util.concurrent.ConcurrentLi import org.apache.mina.IoServer; import org.apache.mina.IoService; import org.apache.mina.IoSession; +import org.apache.mina.service.AbstractIoService; import org.apache.mina.service.SelectorProcessor; import org.apache.mina.service.SelectorStrategy; import org.apache.mina.session.WriteQueue; @@ -222,6 +223,8 @@ public class NioSelectorProcessor implem key.attach(session); sessionReadKey.put(session, key); session.setConnected(); + // fire the event + ((AbstractIoService) session.getService()).fireSessionCreated(session); } } @@ -235,6 +238,8 @@ public class NioSelectorProcessor implem // needed ? session.getSocketChannel().close(); + // fire the event + ((AbstractIoService) session.getService()).fireSessionDestroyed(session); } } @@ -275,7 +280,7 @@ public class NioSelectorProcessor implem } if (key.isWritable()) { - log.debug("writable client {}", key); + log.debug("writable session : {}", key.attachment()); NioTcpSession session = (NioTcpSession) key.attachment(); // write from the session write queue WriteQueue queue = session.getWriteQueue(); @@ -287,6 +292,7 @@ public class NioSelectorProcessor implem } ByteBuffer buf = (ByteBuffer) wreq.getMessage(); int wrote = session.getSocketChannel().write(buf); + log.debug("wrote {} bytes to {}", wrote, session); if (buf.remaining() == 0) { // completed write request, let's remove // it @@ -300,6 +306,23 @@ public class NioSelectorProcessor implem } while (!queue.isEmpty()); + // if the session is no more interested in writing, we need + // to stop listening for OP_WRITE events + if (queue.isEmpty()) { + // a key registered for read ? (because we can have a + // Selector for reads and another for the writes + SelectionKey readKey = sessionReadKey.get(session); + if (readKey != null) { + log.debug("registering key for only reading"); + SelectionKey mykey = session.getSocketChannel().register(selector, + SelectionKey.OP_READ, session); + sessionReadKey.put(session, mykey); + } else { + log.debug("cancel key for writing"); + session.getSocketChannel().keyFor(selector).cancel(); + } + } + } if (key.isAcceptable()) { @@ -325,16 +348,14 @@ public class NioSelectorProcessor implem // Selector for reads and another for the writes SelectionKey readKey = sessionReadKey.get(session); if (readKey != null) { - readKey.cancel(); // register for read/write SelectionKey key = session.getSocketChannel().register(selector, - SelectionKey.OP_READ | SelectionKey.OP_WRITE); - key.attach(session); + SelectionKey.OP_READ | SelectionKey.OP_WRITE, session); + sessionReadKey.put(session, key); } else { - SelectionKey key = session.getSocketChannel().register(selector, SelectionKey.OP_WRITE); - key.attach(session); + session.getSocketChannel().register(selector, SelectionKey.OP_WRITE, session); } } } catch (IOException e) { Modified: mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/nio/NioTcpServer.java URL: http://svn.apache.org/viewvc/mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/nio/NioTcpServer.java?rev=1132551&r1=1132550&r2=1132551&view=diff ============================================================================== --- mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/nio/NioTcpServer.java (original) +++ mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/nio/NioTcpServer.java Mon Jun 6 08:49:04 2011 @@ -94,7 +94,7 @@ public class NioTcpServer extends Abstra strategy.unbind(socketAddress); addresses.remove(socketAddress); if (addresses.isEmpty()) { - fireServiceDeactivated(); + fireServiceInactivated(); } } } Modified: mina/branches/3.0/core/src/test/java/org/apache/mina/transport/socket/nio/NioAcceptorTest.java URL: http://svn.apache.org/viewvc/mina/branches/3.0/core/src/test/java/org/apache/mina/transport/socket/nio/NioAcceptorTest.java?rev=1132551&r1=1132550&r2=1132551&view=diff ============================================================================== --- mina/branches/3.0/core/src/test/java/org/apache/mina/transport/socket/nio/NioAcceptorTest.java (original) +++ mina/branches/3.0/core/src/test/java/org/apache/mina/transport/socket/nio/NioAcceptorTest.java Mon Jun 6 08:49:04 2011 @@ -23,6 +23,7 @@ package org.apache.mina.transport.socket import java.io.IOException; import java.net.InetSocketAddress; import java.net.SocketAddress; +import java.nio.ByteBuffer; import junit.framework.Assert; @@ -61,15 +62,20 @@ public class NioAcceptorTest { @Override public void sessionDestroyed(IoSession session) { LOG.info("session destroyed {}",session); + } @Override public void sessionCreated(IoSession session) { LOG.info("session created {}",session); + ByteBuffer bf = ByteBuffer.allocate("toto".length()); + bf.put("toto".getBytes()); + bf.flip(); + session.write(bf); } @Override - public void serviceDeactivated(IoService service) { + public void serviceInactivated(IoService service) { LOG.info("service deactivated {}",service); } From [email protected] Mon Jun 6 10:15:55 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 0DC184F5F for <[email protected]>; Mon, 6 Jun 2011 10:15:55 +0000 (UTC) Received: (qmail 18584 invoked by uid 500); 6 Jun 2011 10:15:55 -0000 Delivered-To: [email protected] Received: (qmail 18532 invoked by uid 500); 6 Jun 2011 10:15:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 18525 invoked by uid 99); 6 Jun 2011 10:15:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2011 10:15:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2011 10:15:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A7A972388906; Mon, 6 Jun 2011 10:15:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1132577 - in /mina/branches/2.0.4: ./ distribution/ distribution/src/main/assembly/ mina-core/ mina-core/src/main/java/org/apache/mina/core/ mina-core/src/main/java/org/apache/mina/core/buffer/ mina-core/src/main/java/org/apache/mina/core/... Date: Mon, 06 Jun 2011 10:15:30 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: jvermillard Date: Mon Jun 6 10:15:24 2011 New Revision: 1132577 URL: http://svn.apache.org/viewvc?rev=1132577&view=rev Log: DIRMINA-837 fix SVN properties, e.g. svn:eol-style Modified: mina/branches/2.0.4/ImprovedJavaConventions.xml (props changed) mina/branches/2.0.4/LICENSE.jzlib.txt (props changed) mina/branches/2.0.4/LICENSE.slf4j.txt (props changed) mina/branches/2.0.4/LICENSE.springframework.txt (props changed) mina/branches/2.0.4/LICENSE.txt (props changed) mina/branches/2.0.4/NOTICE.txt (props changed) mina/branches/2.0.4/distribution/pom.xml (props changed) mina/branches/2.0.4/distribution/src/main/assembly/bin.xml (props changed) mina/branches/2.0.4/distribution/src/main/assembly/src.xml (props changed) mina/branches/2.0.4/mina-core/pom.xml (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/buffer/AbstractIoBuffer.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/file/DefaultFileRegion.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/file/FileRegion.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/file/FilenameFileRegion.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/filterchain/DefaultIoFilterChain.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/filterchain/DefaultIoFilterChainBuilder.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/filterchain/IoFilter.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/filterchain/IoFilterAdapter.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/filterchain/IoFilterChain.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/filterchain/IoFilterChainBuilder.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/filterchain/IoFilterEvent.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/filterchain/IoFilterLifeCycleException.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/future/DefaultCloseFuture.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/future/DefaultConnectFuture.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/future/DefaultIoFuture.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/future/DefaultWriteFuture.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/future/IoFutureListener.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/package.html (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/polling/package.html (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/service/IoServiceListener.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/service/IoServiceListenerSupport.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/service/IoServiceStatistics.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/session/AbstractIoSessionConfig.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/session/IdleStatusChecker.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/session/IoEvent.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/session/IoEventType.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/session/IoSessionConfig.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/session/IoSessionInitializer.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/session/SessionState.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/codec/demux/MessageDecoderAdapter.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/codec/demux/package.html (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/codec/package.html (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/codec/prefixedstring/PrefixedStringCodecFactory.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/codec/prefixedstring/PrefixedStringDecoder.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/codec/prefixedstring/PrefixedStringEncoder.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/codec/serialization/ObjectSerializationInputStream.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/codec/serialization/ObjectSerializationOutputStream.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/codec/serialization/package.html (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/codec/statemachine/DecodingStateMachine.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/codec/textline/package.html (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/errorgenerating/ErrorGeneratingFilter.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/errorgenerating/package.html (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/executor/package.html (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/firewall/ConnectionThrottleFilter.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/firewall/Subnet.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/firewall/package.html (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/keepalive/package.html (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/logging/MdcInjectionFilter.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/logging/package.html (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/package.html (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/ssl/package.html (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/statistic/ProfilerTimerFilter.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/statistic/package.html (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/stream/FileRegionWriteFilter.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/stream/package.html (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/util/CommonEventFilter.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/util/NoopFilter.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/util/package.html (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/handler/chain/package.html (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/handler/demux/package.html (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/handler/multiton/package.html (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/handler/package.html (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/transport/socket/DefaultDatagramSessionConfig.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/transport/socket/nio/package.html (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/transport/vmpipe/DefaultVmPipeSessionConfig.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/transport/vmpipe/VmPipeSessionConfig.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/transport/vmpipe/package.html (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/AvailablePortFinder.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/Base64.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/CopyOnWriteMap.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/AbstractByteArray.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/BufferByteArray.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/ByteArray.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/ByteArrayFactory.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/ByteArrayList.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/ByteArrayPool.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/CompositeByteArray.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/CompositeByteArrayRelativeBase.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/CompositeByteArrayRelativeReader.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/CompositeByteArrayRelativeWriter.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/IoAbsoluteReader.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/IoAbsoluteWriter.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/IoRelativeReader.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/IoRelativeWriter.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/SimpleByteArrayFactory.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/package.html (props changed) mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/core/IoServiceListenerSupportTest.java (props changed) mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/core/buffer/IoBufferTest.java (props changed) mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/core/service/AbstractIoServiceTest.java (props changed) mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/filter/codec/DemuxingProtocolDecoderBugTest.java (props changed) mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/filter/codec/serialization/ObjectSerializationTest.java (props changed) mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/filter/firewall/ConnectionThrottleFilterTest.java (props changed) mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/filter/firewall/SubnetIPv4Test.java (props changed) mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/filter/firewall/SubnetIPv6Test.java (props changed) mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/filter/logging/LoadTestMdcInjectionFilter.java (contents, props changed) mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/filter/ssl/SslTest.java (props changed) mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/filter/stream/FileRegionWriteFilterTest.java (props changed) mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/filter/util/WrappingFilterTest.java (props changed) mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/transport/AbstractConnectorTest.java (props changed) mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/transport/AbstractFileRegionTest.java (props changed) mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/transport/socket/nio/DatagramConfigTest.java (props changed) mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/transport/socket/nio/DatagramConnectorTest.java (props changed) mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/transport/socket/nio/DatagramPortUnreachableTest.java (props changed) mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/transport/socket/nio/DatagramSessionIdleTest.java (props changed) mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/transport/socket/nio/NioFileRegionTest.java (props changed) mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/transport/socket/nio/PollingIoProcessorTest.java (props changed) mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/transport/socket/nio/SocketConnectorTest.java (props changed) mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/util/ExpiringMapTest.java (props changed) mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/util/byteaccess/ByteAccessTest.java (props changed) mina/branches/2.0.4/mina-core/src/test/java/testcase/MinaRegressionTest.java (props changed) mina/branches/2.0.4/mina-core/src/test/java/testcase/MyIoHandler.java (props changed) mina/branches/2.0.4/mina-core/src/test/java/testcase/MyProtocolCodecFactory.java (props changed) mina/branches/2.0.4/mina-core/src/test/java/testcase/MyRequestDecoder.java (props changed) mina/branches/2.0.4/mina-core/src/test/java/testcase/MyResponseEncoder.java (props changed) mina/branches/2.0.4/mina-core/src/test/resources/org/apache/mina/filter/ssl/keystore.sslTest (props changed) mina/branches/2.0.4/mina-core/src/test/resources/org/apache/mina/filter/ssl/truststore.sslTest (props changed) mina/branches/2.0.4/mina-example/pom.xml (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/chat/ChatCommand.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/chat/ChatProtocolHandler.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/chat/Main.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/chat/SpringMain.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/chat/client/ChatClientSupport.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/chat/client/ConnectDialog.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/chat/client/SwingChatClient.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/chat/client/SwingChatClientHandler.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/chat/client/package.html (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/chat/package.html (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/echoserver/package.html (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/echoserver/ssl/package.html (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/gettingstarted/timeserver/MinaTimeServer.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/gettingstarted/timeserver/TimeServerHandler.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step1/ImageRequest.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step1/ImageResponse.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step1/client/ImageClient.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step1/client/ImageListener.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step1/client/ImagePanel.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step1/codec/ImageCodecFactory.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step1/codec/ImageRequestDecoder.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step1/codec/ImageRequestEncoder.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step1/codec/ImageResponseDecoder.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step1/codec/ImageResponseEncoder.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step1/server/ImageServer.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step1/server/ImageServerIoHandler.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step2/server/ImageServer.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step3/server/ImageServer.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step3/server/ImageServerIoHandler.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/netcat/package.html (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/proxy/package.html (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/reverser/package.html (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/sumup/codec/package.html (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/sumup/message/package.html (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/sumup/package.html (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/tapedeck/AuthenticationHandler.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/tapedeck/PasswordCommand.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/tapedeck/UserCommand.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/tennis/package.html (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/udp/ClientPanel.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/udp/MemoryMonitor.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/udp/MemoryMonitorHandler.java (props changed) mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/udp/client/MemMonClient.java (props changed) mina/branches/2.0.4/mina-example/src/main/resources/log4j.properties (props changed) mina/branches/2.0.4/mina-example/src/main/resources/org/apache/mina/example/chat/serverContext.xml (props changed) mina/branches/2.0.4/mina-example/src/test/resources/log4j.properties (props changed) mina/branches/2.0.4/mina-filter-compression/LICENSE.jzlib.txt (props changed) mina/branches/2.0.4/mina-filter-compression/pom.xml (props changed) mina/branches/2.0.4/mina-filter-compression/src/main/java/org/apache/mina/filter/compression/CompressionFilter.java (props changed) mina/branches/2.0.4/mina-filter-compression/src/main/java/org/apache/mina/filter/compression/Zlib.java (props changed) mina/branches/2.0.4/mina-filter-compression/src/test/java/org/apache/mina/filter/compression/CompressionFilterTest.java (props changed) mina/branches/2.0.4/mina-filter-compression/src/test/java/org/apache/mina/filter/compression/ZlibTest.java (props changed) mina/branches/2.0.4/mina-integration-jmx/pom.xml (props changed) mina/branches/2.0.4/mina-integration-jmx/src/main/java/org/apache/mina/integration/jmx/package.html (props changed) mina/branches/2.0.4/mina-integration-xbean/src/main/java/org/apache/mina/integration/xbean/SocketAddressFactory.java (props changed) mina/branches/2.0.4/mina-integration-xbean/src/test/java/org/apache/mina/integration/xbean/SpringXBeanTest.java (props changed) mina/branches/2.0.4/mina-legal/pom.xml (props changed) mina/branches/2.0.4/mina-legal/src/main/resources/notices.xml (props changed) mina/branches/2.0.4/mina-statemachine/pom.xml (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/BreakAndCallException.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/BreakAndContinueException.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/BreakAndGotoException.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/BreakAndReturnException.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/NoSuchStateException.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/State.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/StateControl.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/StateMachine.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/StateMachineCreationException.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/StateMachineFactory.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/StateMachineProxyBuilder.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/annotation/State.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/annotation/Transition.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/annotation/Transitions.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/context/AbstractStateContext.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/context/AbstractStateContextLookup.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/context/DefaultStateContext.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/context/DefaultStateContextFactory.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/context/SingletonStateContextLookup.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/context/StateContext.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/context/StateContextFactory.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/context/StateContextLookup.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/event/DefaultEventFactory.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/event/Event.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/event/EventArgumentsInterceptor.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/event/EventFactory.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/event/UnhandledEventException.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/transition/AbstractTransition.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/transition/AmbiguousMethodException.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/transition/MethodInvocationException.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/transition/MethodTransition.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/transition/NoSuchMethodException.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/transition/NoopTransition.java (props changed) mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/transition/Transition.java (props changed) mina/branches/2.0.4/mina-statemachine/src/test/java/org/apache/mina/statemachine/StateMachineFactoryTest.java (props changed) mina/branches/2.0.4/mina-statemachine/src/test/java/org/apache/mina/statemachine/StateMachineProxyBuilderTest.java (props changed) mina/branches/2.0.4/mina-statemachine/src/test/java/org/apache/mina/statemachine/StateMachineTest.java (props changed) mina/branches/2.0.4/mina-statemachine/src/test/java/org/apache/mina/statemachine/StateTest.java (props changed) mina/branches/2.0.4/mina-statemachine/src/test/java/org/apache/mina/statemachine/context/AbstractStateContextLookupTest.java (props changed) mina/branches/2.0.4/mina-statemachine/src/test/java/org/apache/mina/statemachine/transition/MethodTransitionTest.java (props changed) mina/branches/2.0.4/mina-transport-apr/pom.xml (props changed) mina/branches/2.0.4/mina-transport-apr/src/main/java/org/apache/mina/transport/socket/apr/AprIoProcessor.java (props changed) mina/branches/2.0.4/mina-transport-apr/src/main/java/org/apache/mina/transport/socket/apr/AprLibrary.java (props changed) mina/branches/2.0.4/mina-transport-apr/src/main/java/org/apache/mina/transport/socket/apr/AprSession.java (props changed) mina/branches/2.0.4/mina-transport-apr/src/main/java/org/apache/mina/transport/socket/apr/AprSocketConnector.java (props changed) mina/branches/2.0.4/mina-transport-serial/pom.xml (props changed) mina/branches/2.0.4/mina-transport-serial/src/main/java/org/apache/mina/transport/serial/DefaultSerialSessionConfig.java (props changed) mina/branches/2.0.4/mina-transport-serial/src/main/java/org/apache/mina/transport/serial/SerialAddress.java (props changed) mina/branches/2.0.4/mina-transport-serial/src/main/java/org/apache/mina/transport/serial/SerialConnector.java (props changed) mina/branches/2.0.4/mina-transport-serial/src/main/java/org/apache/mina/transport/serial/SerialPortUnavailableException.java (props changed) mina/branches/2.0.4/mina-transport-serial/src/main/java/org/apache/mina/transport/serial/SerialSession.java (props changed) mina/branches/2.0.4/mina-transport-serial/src/main/java/org/apache/mina/transport/serial/SerialSessionConfig.java (props changed) mina/branches/2.0.4/pom.xml (props changed) Propchange: mina/branches/2.0.4/ImprovedJavaConventions.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/LICENSE.jzlib.txt ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/LICENSE.slf4j.txt ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/LICENSE.springframework.txt ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/LICENSE.txt ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/NOTICE.txt ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/distribution/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/distribution/src/main/assembly/bin.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/distribution/src/main/assembly/src.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/pom.xml ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Mon Jun 6 10:15:24 2011 @@ -1 +1 @@ -"Author Date Id Revision" +Author Date Id Revision Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/buffer/AbstractIoBuffer.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/file/DefaultFileRegion.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/file/FileRegion.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/file/FilenameFileRegion.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/filterchain/DefaultIoFilterChain.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/filterchain/DefaultIoFilterChainBuilder.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/filterchain/IoFilter.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/filterchain/IoFilterAdapter.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/filterchain/IoFilterChain.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/filterchain/IoFilterChainBuilder.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/filterchain/IoFilterEvent.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/filterchain/IoFilterLifeCycleException.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/future/DefaultCloseFuture.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/future/DefaultConnectFuture.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/future/DefaultIoFuture.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/future/DefaultWriteFuture.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/future/IoFutureListener.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/polling/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/service/IoServiceListener.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/service/IoServiceListenerSupport.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/service/IoServiceStatistics.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/session/AbstractIoSessionConfig.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/session/IdleStatusChecker.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/session/IoEvent.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/session/IoEventType.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/session/IoSessionConfig.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/session/IoSessionInitializer.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/session/SessionState.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/codec/demux/MessageDecoderAdapter.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/codec/demux/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/codec/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/codec/prefixedstring/PrefixedStringCodecFactory.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/codec/prefixedstring/PrefixedStringDecoder.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/codec/prefixedstring/PrefixedStringEncoder.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/codec/serialization/ObjectSerializationInputStream.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/codec/serialization/ObjectSerializationOutputStream.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/codec/serialization/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/codec/statemachine/DecodingStateMachine.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/codec/textline/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/errorgenerating/ErrorGeneratingFilter.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/errorgenerating/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/executor/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/firewall/ConnectionThrottleFilter.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/firewall/Subnet.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/firewall/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/keepalive/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/logging/MdcInjectionFilter.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/logging/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/ssl/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/statistic/ProfilerTimerFilter.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/statistic/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/stream/FileRegionWriteFilter.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/stream/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/util/CommonEventFilter.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/util/NoopFilter.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/filter/util/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/handler/chain/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/handler/demux/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/handler/multiton/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/handler/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/transport/socket/DefaultDatagramSessionConfig.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/transport/socket/nio/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/transport/vmpipe/DefaultVmPipeSessionConfig.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/transport/vmpipe/VmPipeSessionConfig.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/transport/vmpipe/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/AvailablePortFinder.java ('svn:executable' removed) Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/Base64.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/CopyOnWriteMap.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/AbstractByteArray.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/BufferByteArray.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/ByteArray.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/ByteArrayFactory.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/ByteArrayList.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/ByteArrayPool.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/CompositeByteArray.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/CompositeByteArrayRelativeBase.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/CompositeByteArrayRelativeReader.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/CompositeByteArrayRelativeWriter.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/IoAbsoluteReader.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/IoAbsoluteWriter.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/IoRelativeReader.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/IoRelativeWriter.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/byteaccess/SimpleByteArrayFactory.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/core/IoServiceListenerSupportTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/core/buffer/IoBufferTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/core/service/AbstractIoServiceTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/filter/codec/DemuxingProtocolDecoderBugTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/filter/codec/serialization/ObjectSerializationTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/filter/firewall/ConnectionThrottleFilterTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/filter/firewall/SubnetIPv4Test.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/filter/firewall/SubnetIPv6Test.java ------------------------------------------------------------------------------ svn:eol-style = native Modified: mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/filter/logging/LoadTestMdcInjectionFilter.java URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/filter/logging/LoadTestMdcInjectionFilter.java?rev=1132577&r1=1132576&r2=1132577&view=diff ============================================================================== --- mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/filter/logging/LoadTestMdcInjectionFilter.java (original) +++ mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/filter/logging/LoadTestMdcInjectionFilter.java Mon Jun 6 10:15:24 2011 @@ -1,57 +1,57 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - * - */ -package org.apache.mina.filter.logging; - -import junit.framework.JUnit4TestAdapter; -import junit.framework.Test; -import junit.textui.TestRunner; - -import java.util.Date; - -/** - * Test the MdcInjectionFilter load for Windows - * - * @author <a href="http://mina.apache.org">Apache MINA Project</a> - */ -public class LoadTestMdcInjectionFilter { - - /** - * The MdcInjectionFilterTest is unstable, it fails sporadically (and only on Windows ?) - * This is a quick and dirty program to run the MdcInjectionFilterTest many times. - * To be removed once we consider DIRMINA-784 to be fixed - * - */ - public static void main(String[] args) { - TestRunner runner = new TestRunner(); - - try { - for (int i=0; i<50000; i++) { - Test test = new JUnit4TestAdapter(MdcInjectionFilterTest.class); - runner.doRun(test); - System.out.println("i = " + i + " " + new Date()); - } - System.out.println("done"); - } catch (Exception e) { - e.printStackTrace(); - } - System.exit(0); - - } -} +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ +package org.apache.mina.filter.logging; + +import junit.framework.JUnit4TestAdapter; +import junit.framework.Test; +import junit.textui.TestRunner; + +import java.util.Date; + +/** + * Test the MdcInjectionFilter load for Windows + * + * @author <a href="http://mina.apache.org">Apache MINA Project</a> + */ +public class LoadTestMdcInjectionFilter { + + /** + * The MdcInjectionFilterTest is unstable, it fails sporadically (and only on Windows ?) + * This is a quick and dirty program to run the MdcInjectionFilterTest many times. + * To be removed once we consider DIRMINA-784 to be fixed + * + */ + public static void main(String[] args) { + TestRunner runner = new TestRunner(); + + try { + for (int i=0; i<50000; i++) { + Test test = new JUnit4TestAdapter(MdcInjectionFilterTest.class); + runner.doRun(test); + System.out.println("i = " + i + " " + new Date()); + } + System.out.println("done"); + } catch (Exception e) { + e.printStackTrace(); + } + System.exit(0); + + } +} Propchange: mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/filter/logging/LoadTestMdcInjectionFilter.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/filter/ssl/SslTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/filter/stream/FileRegionWriteFilterTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/filter/util/WrappingFilterTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/transport/AbstractConnectorTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/transport/AbstractFileRegionTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/transport/socket/nio/DatagramConfigTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/transport/socket/nio/DatagramConnectorTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/transport/socket/nio/DatagramPortUnreachableTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/transport/socket/nio/DatagramSessionIdleTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/transport/socket/nio/NioFileRegionTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/transport/socket/nio/PollingIoProcessorTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/transport/socket/nio/SocketConnectorTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/util/ExpiringMapTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/util/byteaccess/ByteAccessTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/test/java/testcase/MinaRegressionTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/test/java/testcase/MyIoHandler.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/test/java/testcase/MyProtocolCodecFactory.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/test/java/testcase/MyRequestDecoder.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/test/java/testcase/MyResponseEncoder.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-core/src/test/resources/org/apache/mina/filter/ssl/keystore.sslTest ('svn:executable' removed) Propchange: mina/branches/2.0.4/mina-core/src/test/resources/org/apache/mina/filter/ssl/truststore.sslTest ('svn:executable' removed) Propchange: mina/branches/2.0.4/mina-example/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/chat/ChatCommand.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/chat/ChatProtocolHandler.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/chat/Main.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/chat/SpringMain.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/chat/client/ChatClientSupport.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/chat/client/ConnectDialog.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/chat/client/SwingChatClient.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/chat/client/SwingChatClientHandler.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/chat/client/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/chat/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/echoserver/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/echoserver/ssl/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/gettingstarted/timeserver/MinaTimeServer.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/gettingstarted/timeserver/TimeServerHandler.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step1/ImageRequest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step1/ImageResponse.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step1/client/ImageClient.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step1/client/ImageListener.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step1/client/ImagePanel.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step1/codec/ImageCodecFactory.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step1/codec/ImageRequestDecoder.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step1/codec/ImageRequestEncoder.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step1/codec/ImageResponseDecoder.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step1/codec/ImageResponseEncoder.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step1/server/ImageServer.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step1/server/ImageServerIoHandler.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step2/server/ImageServer.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step3/server/ImageServer.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/imagine/step3/server/ImageServerIoHandler.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/netcat/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/proxy/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/reverser/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/sumup/codec/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/sumup/message/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/sumup/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/tapedeck/AuthenticationHandler.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/tapedeck/PasswordCommand.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/tapedeck/UserCommand.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/tennis/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/udp/ClientPanel.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/udp/MemoryMonitor.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/udp/MemoryMonitorHandler.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/java/org/apache/mina/example/udp/client/MemMonClient.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/resources/log4j.properties ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/main/resources/org/apache/mina/example/chat/serverContext.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-example/src/test/resources/log4j.properties ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-filter-compression/LICENSE.jzlib.txt ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-filter-compression/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-filter-compression/pom.xml ('svn:executable' removed) Propchange: mina/branches/2.0.4/mina-filter-compression/src/main/java/org/apache/mina/filter/compression/CompressionFilter.java ('svn:executable' removed) Propchange: mina/branches/2.0.4/mina-filter-compression/src/main/java/org/apache/mina/filter/compression/Zlib.java ('svn:executable' removed) Propchange: mina/branches/2.0.4/mina-filter-compression/src/test/java/org/apache/mina/filter/compression/CompressionFilterTest.java ('svn:executable' removed) Propchange: mina/branches/2.0.4/mina-filter-compression/src/test/java/org/apache/mina/filter/compression/ZlibTest.java ('svn:executable' removed) Propchange: mina/branches/2.0.4/mina-integration-jmx/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-integration-jmx/src/main/java/org/apache/mina/integration/jmx/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-integration-xbean/src/main/java/org/apache/mina/integration/xbean/SocketAddressFactory.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-integration-xbean/src/test/java/org/apache/mina/integration/xbean/SpringXBeanTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-legal/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-legal/src/main/resources/notices.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/BreakAndCallException.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/BreakAndContinueException.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/BreakAndGotoException.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/BreakAndReturnException.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/NoSuchStateException.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/State.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/StateControl.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/StateMachine.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/StateMachineCreationException.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/StateMachineFactory.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/StateMachineProxyBuilder.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/annotation/State.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/annotation/Transition.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/annotation/Transitions.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/context/AbstractStateContext.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/context/AbstractStateContextLookup.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/context/DefaultStateContext.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/context/DefaultStateContextFactory.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/context/SingletonStateContextLookup.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/context/StateContext.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/context/StateContextFactory.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/context/StateContextLookup.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/event/DefaultEventFactory.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/event/Event.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/event/EventArgumentsInterceptor.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/event/EventFactory.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/event/UnhandledEventException.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/transition/AbstractTransition.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/transition/AmbiguousMethodException.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/transition/MethodInvocationException.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/transition/MethodTransition.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/transition/NoSuchMethodException.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/transition/NoopTransition.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/main/java/org/apache/mina/statemachine/transition/Transition.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/test/java/org/apache/mina/statemachine/StateMachineFactoryTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/test/java/org/apache/mina/statemachine/StateMachineProxyBuilderTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/test/java/org/apache/mina/statemachine/StateMachineTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/test/java/org/apache/mina/statemachine/StateTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/test/java/org/apache/mina/statemachine/context/AbstractStateContextLookupTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-statemachine/src/test/java/org/apache/mina/statemachine/transition/MethodTransitionTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-transport-apr/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-transport-apr/src/main/java/org/apache/mina/transport/socket/apr/AprIoProcessor.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-transport-apr/src/main/java/org/apache/mina/transport/socket/apr/AprLibrary.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-transport-apr/src/main/java/org/apache/mina/transport/socket/apr/AprSession.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-transport-apr/src/main/java/org/apache/mina/transport/socket/apr/AprSocketConnector.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-transport-serial/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-transport-serial/src/main/java/org/apache/mina/transport/serial/DefaultSerialSessionConfig.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-transport-serial/src/main/java/org/apache/mina/transport/serial/SerialAddress.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-transport-serial/src/main/java/org/apache/mina/transport/serial/SerialConnector.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-transport-serial/src/main/java/org/apache/mina/transport/serial/SerialPortUnavailableException.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-transport-serial/src/main/java/org/apache/mina/transport/serial/SerialSession.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/mina-transport-serial/src/main/java/org/apache/mina/transport/serial/SerialSessionConfig.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: mina/branches/2.0.4/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native From [email protected] Mon Jun 6 12:03:24 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 208DB46DA for <[email protected]>; Mon, 6 Jun 2011 12:03:24 +0000 (UTC) Received: (qmail 64628 invoked by uid 500); 6 Jun 2011 12:03:24 -0000 Delivered-To: [email protected] Received: (qmail 64599 invoked by uid 500); 6 Jun 2011 12:03:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 64592 invoked by uid 99); 6 Jun 2011 12:03:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2011 12:03:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2011 12:03:22 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 99E0623889EA; Mon, 6 Jun 2011 12:03:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1132606 - /mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/buffer/AbstractIoBuffer.java Date: Mon, 06 Jun 2011 12:03:02 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: jvermillard Date: Mon Jun 6 12:03:02 2011 New Revision: 1132606 URL: http://svn.apache.org/viewvc?rev=1132606&view=rev Log: DIRMINA-836 fix : All the "indexed" putUnsignedXXX() methods disregard the index when writing to the underlying buffer. Modified: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/buffer/AbstractIoBuffer.java Modified: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/buffer/AbstractIoBuffer.java URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/buffer/AbstractIoBuffer.java?rev=1132606&r1=1132605&r2=1132606&view=diff ============================================================================== --- mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/buffer/AbstractIoBuffer.java (original) +++ mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/buffer/AbstractIoBuffer.java Mon Jun 6 12:03:02 2011 @@ -833,7 +833,7 @@ public abstract class AbstractIoBuffer e @Override public final IoBuffer putUnsignedInt(int index, byte value) { autoExpand(index, 4); - buf().putInt( (int)((short)value&0x00ff) ); + buf().putInt( index, (int)((short)value&0x00ff) ); return this; } @@ -853,7 +853,7 @@ public abstract class AbstractIoBuffer e @Override public final IoBuffer putUnsignedInt(int index, short value) { autoExpand(index, 4); - buf().putInt( (int)((int)value&0x0000ffff) ); + buf().putInt( index, (int)((int)value&0x0000ffff) ); return this; } @@ -873,7 +873,7 @@ public abstract class AbstractIoBuffer e @Override public final IoBuffer putUnsignedInt(int index, int value) { autoExpand(index, 4); - buf().putInt( value ); + buf().putInt( index, value ); return this; } @@ -893,7 +893,7 @@ public abstract class AbstractIoBuffer e @Override public final IoBuffer putUnsignedInt(int index, long value) { autoExpand(index, 4); - buf().putInt( (int)(value&0x00000000ffffffffL) ); + buf().putInt( index, (int)(value&0x00000000ffffffffL) ); return this; } @@ -913,7 +913,7 @@ public abstract class AbstractIoBuffer e @Override public final IoBuffer putUnsignedShort(int index, byte value) { autoExpand(index, 2); - buf().putShort( (short)((short)value&0x00ff) ); + buf().putShort( index, (short)((short)value&0x00ff) ); return this; } @@ -933,7 +933,7 @@ public abstract class AbstractIoBuffer e @Override public final IoBuffer putUnsignedShort(int index, short value) { autoExpand(index, 2); - buf().putShort( value ); + buf().putShort( index, value ); return this; } @@ -953,7 +953,7 @@ public abstract class AbstractIoBuffer e @Override public final IoBuffer putUnsignedShort(int index, int value) { autoExpand(index, 2); - buf().putShort( (short)value ); + buf().putShort( index, (short)value ); return this; } @@ -973,7 +973,7 @@ public abstract class AbstractIoBuffer e @Override public final IoBuffer putUnsignedShort(int index, long value) { autoExpand(index, 2); - buf().putShort( (short)(value) ); + buf().putShort( index, (short)(value) ); return this; } From [email protected] Mon Jun 6 13:28:46 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id C75764B2C for <[email protected]>; Mon, 6 Jun 2011 13:28:46 +0000 (UTC) Received: (qmail 47582 invoked by uid 500); 6 Jun 2011 13:28:46 -0000 Delivered-To: [email protected] Received: (qmail 47556 invoked by uid 500); 6 Jun 2011 13:28:46 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 47549 invoked by uid 99); 6 Jun 2011 13:28:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2011 13:28:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2011 13:28:45 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 85A6A238896F; Mon, 6 Jun 2011 13:28:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1132630 - /mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/core/buffer/IoBufferTest.java Date: Mon, 06 Jun 2011 13:28:25 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: elecharny Date: Mon Jun 6 13:28:25 2011 New Revision: 1132630 URL: http://svn.apache.org/viewvc?rev=1132630&view=rev Log: Fixed the failing tests after Julien's fix for DIRMINA-836 Modified: mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/core/buffer/IoBufferTest.java Modified: mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/core/buffer/IoBufferTest.java URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/core/buffer/IoBufferTest.java?rev=1132630&r1=1132629&r2=1132630&view=diff ============================================================================== --- mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/core/buffer/IoBufferTest.java (original) +++ mina/branches/2.0.4/mina-core/src/test/java/org/apache/mina/core/buffer/IoBufferTest.java Mon Jun 6 13:28:25 2011 @@ -1367,19 +1367,19 @@ public class IoBufferTest { buf.mark(); - // Put the unsigned bytes - buf.putUnsignedShort( 3, b ); - buf.putUnsignedShort( 2, s ); - buf.putUnsignedShort( 1, i ); + // Put the unsigned shorts + buf.putUnsignedShort( 6, b ); + buf.putUnsignedShort( 4, s ); + buf.putUnsignedShort( 2, i ); buf.putUnsignedShort( 0, l ); buf.reset(); // Read back the unsigned bytes - assertEquals( 0x0080L, buf.getUnsignedShort() ); - assertEquals( 0x8181L, buf.getUnsignedShort() ); - assertEquals( 0x8282L, buf.getUnsignedShort() ); assertEquals( 0x8383L, buf.getUnsignedShort() ); + assertEquals( 0x8282L, buf.getUnsignedShort() ); + assertEquals( 0x8181L, buf.getUnsignedShort() ); + assertEquals( 0x0080L, buf.getUnsignedShort() ); } @Test @@ -1418,17 +1418,17 @@ public class IoBufferTest { buf.mark(); // Put the unsigned bytes - buf.putUnsignedInt( 3, b ); - buf.putUnsignedInt( 2, s ); - buf.putUnsignedInt( 1, i ); + buf.putUnsignedInt( 12, b ); + buf.putUnsignedInt( 8, s ); + buf.putUnsignedInt( 4, i ); buf.putUnsignedInt( 0, l ); buf.reset(); // Read back the unsigned bytes - assertEquals( 0x0000000000000080L, buf.getUnsignedInt() ); - assertEquals( 0x0000000000008181L, buf.getUnsignedInt() ); - assertEquals( 0x0000000082828282L, buf.getUnsignedInt() ); assertEquals( 0x0000000083838383L, buf.getUnsignedInt() ); + assertEquals( 0x0000000082828282L, buf.getUnsignedInt() ); + assertEquals( 0x0000000000008181L, buf.getUnsignedInt() ); + assertEquals( 0x0000000000000080L, buf.getUnsignedInt() ); } } From [email protected] Mon Jun 6 14:05:26 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 374954016 for <[email protected]>; Mon, 6 Jun 2011 14:05:26 +0000 (UTC) Received: (qmail 45573 invoked by uid 500); 6 Jun 2011 14:05:26 -0000 Delivered-To: [email protected] Received: (qmail 45551 invoked by uid 500); 6 Jun 2011 14:05:26 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 45543 invoked by uid 99); 6 Jun 2011 14:05:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2011 14:05:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2011 14:05:24 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 71AAA2388A1C; Mon, 6 Jun 2011 14:05:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1132649 - in /mina/branches/2.0.4: ./ distribution/ mina-core/ mina-core/src/main/java/org/apache/mina/core/service/ mina-core/src/main/java/org/apache/mina/util/ mina-example/ mina-example/src/test/java/org/apache/mina/example/proxy/telne... Date: Mon, 06 Jun 2011 14:05:04 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: jvermillard Date: Mon Jun 6 14:05:03 2011 New Revision: 1132649 URL: http://svn.apache.org/viewvc?rev=1132649&view=rev Log: back to 2.0.4 after vote cancelled Modified: mina/branches/2.0.4/distribution/pom.xml mina/branches/2.0.4/mina-core/pom.xml mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/service/IoServiceStatistics.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/DefaultExceptionMonitor.java (props changed) mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/ExceptionMonitor.java (props changed) mina/branches/2.0.4/mina-example/pom.xml mina/branches/2.0.4/mina-example/src/test/java/org/apache/mina/example/proxy/telnet/ProxyTelnetTestClient.java (props changed) mina/branches/2.0.4/mina-filter-compression/pom.xml mina/branches/2.0.4/mina-integration-beans/pom.xml mina/branches/2.0.4/mina-integration-jmx/pom.xml mina/branches/2.0.4/mina-integration-ognl/pom.xml mina/branches/2.0.4/mina-integration-xbean/pom.xml mina/branches/2.0.4/mina-legal/pom.xml mina/branches/2.0.4/mina-statemachine/pom.xml mina/branches/2.0.4/mina-transport-apr/pom.xml mina/branches/2.0.4/mina-transport-serial/pom.xml mina/branches/2.0.4/pom.xml Modified: mina/branches/2.0.4/distribution/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/distribution/pom.xml?rev=1132649&r1=1132648&r2=1132649&view=diff ============================================================================== --- mina/branches/2.0.4/distribution/pom.xml (original) +++ mina/branches/2.0.4/distribution/pom.xml Mon Jun 6 14:05:03 2011 @@ -24,7 +24,7 @@ <parent> <artifactId>mina-parent</artifactId> <groupId>org.apache.mina</groupId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.4-SNAPSHOT</version> </parent> <artifactId>distribution</artifactId> Modified: mina/branches/2.0.4/mina-core/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-core/pom.xml?rev=1132649&r1=1132648&r2=1132649&view=diff ============================================================================== --- mina/branches/2.0.4/mina-core/pom.xml (original) +++ mina/branches/2.0.4/mina-core/pom.xml Mon Jun 6 14:05:03 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.4-SNAPSHOT</version> </parent> <artifactId>mina-core</artifactId> Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/core/service/IoServiceStatistics.java ('svn:mergeinfo' removed) Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/DefaultExceptionMonitor.java ('svn:mergeinfo' removed) Propchange: mina/branches/2.0.4/mina-core/src/main/java/org/apache/mina/util/ExceptionMonitor.java ('svn:mergeinfo' removed) Modified: mina/branches/2.0.4/mina-example/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-example/pom.xml?rev=1132649&r1=1132648&r2=1132649&view=diff ============================================================================== --- mina/branches/2.0.4/mina-example/pom.xml (original) +++ mina/branches/2.0.4/mina-example/pom.xml Mon Jun 6 14:05:03 2011 @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.4-SNAPSHOT</version> </parent> <artifactId>mina-example</artifactId> Propchange: mina/branches/2.0.4/mina-example/src/test/java/org/apache/mina/example/proxy/telnet/ProxyTelnetTestClient.java ('svn:mergeinfo' removed) Modified: mina/branches/2.0.4/mina-filter-compression/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-filter-compression/pom.xml?rev=1132649&r1=1132648&r2=1132649&view=diff ============================================================================== --- mina/branches/2.0.4/mina-filter-compression/pom.xml (original) +++ mina/branches/2.0.4/mina-filter-compression/pom.xml Mon Jun 6 14:05:03 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.4-SNAPSHOT</version> </parent> <artifactId>mina-filter-compression</artifactId> Modified: mina/branches/2.0.4/mina-integration-beans/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-integration-beans/pom.xml?rev=1132649&r1=1132648&r2=1132649&view=diff ============================================================================== --- mina/branches/2.0.4/mina-integration-beans/pom.xml (original) +++ mina/branches/2.0.4/mina-integration-beans/pom.xml Mon Jun 6 14:05:03 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.4-SNAPSHOT</version> </parent> <artifactId>mina-integration-beans</artifactId> Modified: mina/branches/2.0.4/mina-integration-jmx/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-integration-jmx/pom.xml?rev=1132649&r1=1132648&r2=1132649&view=diff ============================================================================== --- mina/branches/2.0.4/mina-integration-jmx/pom.xml (original) +++ mina/branches/2.0.4/mina-integration-jmx/pom.xml Mon Jun 6 14:05:03 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.4-SNAPSHOT</version> </parent> <artifactId>mina-integration-jmx</artifactId> Modified: mina/branches/2.0.4/mina-integration-ognl/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-integration-ognl/pom.xml?rev=1132649&r1=1132648&r2=1132649&view=diff ============================================================================== --- mina/branches/2.0.4/mina-integration-ognl/pom.xml (original) +++ mina/branches/2.0.4/mina-integration-ognl/pom.xml Mon Jun 6 14:05:03 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.4-SNAPSHOT</version> </parent> <artifactId>mina-integration-ognl</artifactId> Modified: mina/branches/2.0.4/mina-integration-xbean/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-integration-xbean/pom.xml?rev=1132649&r1=1132648&r2=1132649&view=diff ============================================================================== --- mina/branches/2.0.4/mina-integration-xbean/pom.xml (original) +++ mina/branches/2.0.4/mina-integration-xbean/pom.xml Mon Jun 6 14:05:03 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: mina/branches/2.0.4/mina-legal/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-legal/pom.xml?rev=1132649&r1=1132648&r2=1132649&view=diff ============================================================================== --- mina/branches/2.0.4/mina-legal/pom.xml (original) +++ mina/branches/2.0.4/mina-legal/pom.xml Mon Jun 6 14:05:03 2011 @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.4-SNAPSHOT</version> </parent> <artifactId>mina-legal</artifactId> Modified: mina/branches/2.0.4/mina-statemachine/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-statemachine/pom.xml?rev=1132649&r1=1132648&r2=1132649&view=diff ============================================================================== --- mina/branches/2.0.4/mina-statemachine/pom.xml (original) +++ mina/branches/2.0.4/mina-statemachine/pom.xml Mon Jun 6 14:05:03 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.4-SNAPSHOT</version> </parent> <artifactId>mina-statemachine</artifactId> Modified: mina/branches/2.0.4/mina-transport-apr/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-transport-apr/pom.xml?rev=1132649&r1=1132648&r2=1132649&view=diff ============================================================================== --- mina/branches/2.0.4/mina-transport-apr/pom.xml (original) +++ mina/branches/2.0.4/mina-transport-apr/pom.xml Mon Jun 6 14:05:03 2011 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.4-SNAPSHOT</version> </parent> <artifactId>mina-transport-apr</artifactId> Modified: mina/branches/2.0.4/mina-transport-serial/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-transport-serial/pom.xml?rev=1132649&r1=1132648&r2=1132649&view=diff ============================================================================== --- mina/branches/2.0.4/mina-transport-serial/pom.xml (original) +++ mina/branches/2.0.4/mina-transport-serial/pom.xml Mon Jun 6 14:05:03 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.4-SNAPSHOT</version> </parent> <artifactId>mina-transport-serial</artifactId> Modified: mina/branches/2.0.4/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/pom.xml?rev=1132649&r1=1132648&r2=1132649&view=diff ============================================================================== --- mina/branches/2.0.4/pom.xml (original) +++ mina/branches/2.0.4/pom.xml Mon Jun 6 14:05:03 2011 @@ -33,7 +33,7 @@ </organization> <groupId>org.apache.mina</groupId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.4-SNAPSHOT</version> <artifactId>mina-parent</artifactId> <name>Apache MINA</name> <packaging>pom</packaging> From [email protected] Wed Jun 8 09:33:02 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 85A124CF6 for <[email protected]>; Wed, 8 Jun 2011 09:33:02 +0000 (UTC) Received: (qmail 43897 invoked by uid 500); 8 Jun 2011 09:33:02 -0000 Delivered-To: [email protected] Received: (qmail 43858 invoked by uid 500); 8 Jun 2011 09:33:02 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 43851 invoked by uid 99); 8 Jun 2011 09:33:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2011 09:33:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2011 09:33:00 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2B16D23889BF; Wed, 8 Jun 2011 09:32:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1133307 - in /mina/branches/2.0.4: ./ distribution/ mina-core/ mina-example/ mina-filter-compression/ mina-integration-beans/ mina-integration-jmx/ mina-integration-ognl/ mina-integration-xbean/ mina-legal/ mina-statemachine/ mina-transpor... Date: Wed, 08 Jun 2011 09:32:39 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: jvermillard Date: Wed Jun 8 09:32:39 2011 New Revision: 1133307 URL: http://svn.apache.org/viewvc?rev=1133307&view=rev Log: [maven-release-plugin] prepare release 2.0.4 Modified: mina/branches/2.0.4/distribution/pom.xml mina/branches/2.0.4/mina-core/pom.xml mina/branches/2.0.4/mina-example/pom.xml mina/branches/2.0.4/mina-filter-compression/pom.xml mina/branches/2.0.4/mina-integration-beans/pom.xml mina/branches/2.0.4/mina-integration-jmx/pom.xml mina/branches/2.0.4/mina-integration-ognl/pom.xml mina/branches/2.0.4/mina-integration-xbean/pom.xml mina/branches/2.0.4/mina-legal/pom.xml mina/branches/2.0.4/mina-statemachine/pom.xml mina/branches/2.0.4/mina-transport-apr/pom.xml mina/branches/2.0.4/mina-transport-serial/pom.xml mina/branches/2.0.4/pom.xml Modified: mina/branches/2.0.4/distribution/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/distribution/pom.xml?rev=1133307&r1=1133306&r2=1133307&view=diff ============================================================================== --- mina/branches/2.0.4/distribution/pom.xml (original) +++ mina/branches/2.0.4/distribution/pom.xml Wed Jun 8 09:32:39 2011 @@ -24,7 +24,7 @@ <parent> <artifactId>mina-parent</artifactId> <groupId>org.apache.mina</groupId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.4</version> </parent> <artifactId>distribution</artifactId> Modified: mina/branches/2.0.4/mina-core/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-core/pom.xml?rev=1133307&r1=1133306&r2=1133307&view=diff ============================================================================== --- mina/branches/2.0.4/mina-core/pom.xml (original) +++ mina/branches/2.0.4/mina-core/pom.xml Wed Jun 8 09:32:39 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.4</version> </parent> <artifactId>mina-core</artifactId> Modified: mina/branches/2.0.4/mina-example/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-example/pom.xml?rev=1133307&r1=1133306&r2=1133307&view=diff ============================================================================== --- mina/branches/2.0.4/mina-example/pom.xml (original) +++ mina/branches/2.0.4/mina-example/pom.xml Wed Jun 8 09:32:39 2011 @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.4</version> </parent> <artifactId>mina-example</artifactId> Modified: mina/branches/2.0.4/mina-filter-compression/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-filter-compression/pom.xml?rev=1133307&r1=1133306&r2=1133307&view=diff ============================================================================== --- mina/branches/2.0.4/mina-filter-compression/pom.xml (original) +++ mina/branches/2.0.4/mina-filter-compression/pom.xml Wed Jun 8 09:32:39 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.4</version> </parent> <artifactId>mina-filter-compression</artifactId> Modified: mina/branches/2.0.4/mina-integration-beans/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-integration-beans/pom.xml?rev=1133307&r1=1133306&r2=1133307&view=diff ============================================================================== --- mina/branches/2.0.4/mina-integration-beans/pom.xml (original) +++ mina/branches/2.0.4/mina-integration-beans/pom.xml Wed Jun 8 09:32:39 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.4</version> </parent> <artifactId>mina-integration-beans</artifactId> Modified: mina/branches/2.0.4/mina-integration-jmx/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-integration-jmx/pom.xml?rev=1133307&r1=1133306&r2=1133307&view=diff ============================================================================== --- mina/branches/2.0.4/mina-integration-jmx/pom.xml (original) +++ mina/branches/2.0.4/mina-integration-jmx/pom.xml Wed Jun 8 09:32:39 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.4</version> </parent> <artifactId>mina-integration-jmx</artifactId> Modified: mina/branches/2.0.4/mina-integration-ognl/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-integration-ognl/pom.xml?rev=1133307&r1=1133306&r2=1133307&view=diff ============================================================================== --- mina/branches/2.0.4/mina-integration-ognl/pom.xml (original) +++ mina/branches/2.0.4/mina-integration-ognl/pom.xml Wed Jun 8 09:32:39 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.4</version> </parent> <artifactId>mina-integration-ognl</artifactId> Modified: mina/branches/2.0.4/mina-integration-xbean/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-integration-xbean/pom.xml?rev=1133307&r1=1133306&r2=1133307&view=diff ============================================================================== --- mina/branches/2.0.4/mina-integration-xbean/pom.xml (original) +++ mina/branches/2.0.4/mina-integration-xbean/pom.xml Wed Jun 8 09:32:39 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.4</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: mina/branches/2.0.4/mina-legal/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-legal/pom.xml?rev=1133307&r1=1133306&r2=1133307&view=diff ============================================================================== --- mina/branches/2.0.4/mina-legal/pom.xml (original) +++ mina/branches/2.0.4/mina-legal/pom.xml Wed Jun 8 09:32:39 2011 @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.4</version> </parent> <artifactId>mina-legal</artifactId> Modified: mina/branches/2.0.4/mina-statemachine/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-statemachine/pom.xml?rev=1133307&r1=1133306&r2=1133307&view=diff ============================================================================== --- mina/branches/2.0.4/mina-statemachine/pom.xml (original) +++ mina/branches/2.0.4/mina-statemachine/pom.xml Wed Jun 8 09:32:39 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.4</version> </parent> <artifactId>mina-statemachine</artifactId> Modified: mina/branches/2.0.4/mina-transport-apr/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-transport-apr/pom.xml?rev=1133307&r1=1133306&r2=1133307&view=diff ============================================================================== --- mina/branches/2.0.4/mina-transport-apr/pom.xml (original) +++ mina/branches/2.0.4/mina-transport-apr/pom.xml Wed Jun 8 09:32:39 2011 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.4</version> </parent> <artifactId>mina-transport-apr</artifactId> Modified: mina/branches/2.0.4/mina-transport-serial/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-transport-serial/pom.xml?rev=1133307&r1=1133306&r2=1133307&view=diff ============================================================================== --- mina/branches/2.0.4/mina-transport-serial/pom.xml (original) +++ mina/branches/2.0.4/mina-transport-serial/pom.xml Wed Jun 8 09:32:39 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.4</version> </parent> <artifactId>mina-transport-serial</artifactId> Modified: mina/branches/2.0.4/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/pom.xml?rev=1133307&r1=1133306&r2=1133307&view=diff ============================================================================== --- mina/branches/2.0.4/pom.xml (original) +++ mina/branches/2.0.4/pom.xml Wed Jun 8 09:32:39 2011 @@ -33,7 +33,7 @@ </organization> <groupId>org.apache.mina</groupId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.4</version> <artifactId>mina-parent</artifactId> <name>Apache MINA</name> <packaging>pom</packaging> @@ -47,9 +47,9 @@ </issueManagement> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/mina/branches/2.0.4</connection> - <url>http://svn.apache.org/viewvc/directory/mina/branches/2.0.4</url> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/branches/2.0.4</developerConnection> + <connection>scm:svn:http://svn.apache.org/repos/asf/mina/tags/2.0.4</connection> + <url>http://svn.apache.org/viewvc/directory/mina/tags/2.0.4</url> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/tags/2.0.4</developerConnection> </scm> <distributionManagement> From [email protected] Wed Jun 8 09:33:13 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 260854DC3 for <[email protected]>; Wed, 8 Jun 2011 09:33:13 +0000 (UTC) Received: (qmail 44035 invoked by uid 500); 8 Jun 2011 09:33:13 -0000 Delivered-To: [email protected] Received: (qmail 43987 invoked by uid 500); 8 Jun 2011 09:33:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 43980 invoked by uid 99); 8 Jun 2011 09:33:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2011 09:33:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2011 09:33:12 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 294C12388A39; Wed, 8 Jun 2011 09:32:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1133308 - /mina/tags/2.0.4/ Date: Wed, 08 Jun 2011 09:32:52 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: jvermillard Date: Wed Jun 8 09:32:51 2011 New Revision: 1133308 URL: http://svn.apache.org/viewvc?rev=1133308&view=rev Log: [maven-release-plugin] copy for tag 2.0.4 Added: mina/tags/2.0.4/ - copied from r1133307, mina/branches/2.0.4/ From [email protected] Wed Jun 8 09:33:26 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 9F9334ED9 for <[email protected]>; Wed, 8 Jun 2011 09:33:26 +0000 (UTC) Received: (qmail 44133 invoked by uid 500); 8 Jun 2011 09:33:26 -0000 Delivered-To: [email protected] Received: (qmail 44111 invoked by uid 500); 8 Jun 2011 09:33:26 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 44103 invoked by uid 99); 8 Jun 2011 09:33:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2011 09:33:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2011 09:33:25 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0A7E32388A67; Wed, 8 Jun 2011 09:33:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1133309 - in /mina/branches/2.0.4: ./ distribution/ mina-core/ mina-example/ mina-filter-compression/ mina-integration-beans/ mina-integration-jmx/ mina-integration-ognl/ mina-integration-xbean/ mina-legal/ mina-statemachine/ mina-transpor... Date: Wed, 08 Jun 2011 09:33:04 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: jvermillard Date: Wed Jun 8 09:33:04 2011 New Revision: 1133309 URL: http://svn.apache.org/viewvc?rev=1133309&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: mina/branches/2.0.4/distribution/pom.xml mina/branches/2.0.4/mina-core/pom.xml mina/branches/2.0.4/mina-example/pom.xml mina/branches/2.0.4/mina-filter-compression/pom.xml mina/branches/2.0.4/mina-integration-beans/pom.xml mina/branches/2.0.4/mina-integration-jmx/pom.xml mina/branches/2.0.4/mina-integration-ognl/pom.xml mina/branches/2.0.4/mina-integration-xbean/pom.xml mina/branches/2.0.4/mina-legal/pom.xml mina/branches/2.0.4/mina-statemachine/pom.xml mina/branches/2.0.4/mina-transport-apr/pom.xml mina/branches/2.0.4/mina-transport-serial/pom.xml mina/branches/2.0.4/pom.xml Modified: mina/branches/2.0.4/distribution/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/distribution/pom.xml?rev=1133309&r1=1133308&r2=1133309&view=diff ============================================================================== --- mina/branches/2.0.4/distribution/pom.xml (original) +++ mina/branches/2.0.4/distribution/pom.xml Wed Jun 8 09:33:04 2011 @@ -24,7 +24,7 @@ <parent> <artifactId>mina-parent</artifactId> <groupId>org.apache.mina</groupId> - <version>2.0.4</version> + <version>2.0.5-SNAPSHOT</version> </parent> <artifactId>distribution</artifactId> Modified: mina/branches/2.0.4/mina-core/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-core/pom.xml?rev=1133309&r1=1133308&r2=1133309&view=diff ============================================================================== --- mina/branches/2.0.4/mina-core/pom.xml (original) +++ mina/branches/2.0.4/mina-core/pom.xml Wed Jun 8 09:33:04 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.4</version> + <version>2.0.5-SNAPSHOT</version> </parent> <artifactId>mina-core</artifactId> Modified: mina/branches/2.0.4/mina-example/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-example/pom.xml?rev=1133309&r1=1133308&r2=1133309&view=diff ============================================================================== --- mina/branches/2.0.4/mina-example/pom.xml (original) +++ mina/branches/2.0.4/mina-example/pom.xml Wed Jun 8 09:33:04 2011 @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.4</version> + <version>2.0.5-SNAPSHOT</version> </parent> <artifactId>mina-example</artifactId> Modified: mina/branches/2.0.4/mina-filter-compression/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-filter-compression/pom.xml?rev=1133309&r1=1133308&r2=1133309&view=diff ============================================================================== --- mina/branches/2.0.4/mina-filter-compression/pom.xml (original) +++ mina/branches/2.0.4/mina-filter-compression/pom.xml Wed Jun 8 09:33:04 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.4</version> + <version>2.0.5-SNAPSHOT</version> </parent> <artifactId>mina-filter-compression</artifactId> Modified: mina/branches/2.0.4/mina-integration-beans/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-integration-beans/pom.xml?rev=1133309&r1=1133308&r2=1133309&view=diff ============================================================================== --- mina/branches/2.0.4/mina-integration-beans/pom.xml (original) +++ mina/branches/2.0.4/mina-integration-beans/pom.xml Wed Jun 8 09:33:04 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.4</version> + <version>2.0.5-SNAPSHOT</version> </parent> <artifactId>mina-integration-beans</artifactId> Modified: mina/branches/2.0.4/mina-integration-jmx/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-integration-jmx/pom.xml?rev=1133309&r1=1133308&r2=1133309&view=diff ============================================================================== --- mina/branches/2.0.4/mina-integration-jmx/pom.xml (original) +++ mina/branches/2.0.4/mina-integration-jmx/pom.xml Wed Jun 8 09:33:04 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.4</version> + <version>2.0.5-SNAPSHOT</version> </parent> <artifactId>mina-integration-jmx</artifactId> Modified: mina/branches/2.0.4/mina-integration-ognl/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-integration-ognl/pom.xml?rev=1133309&r1=1133308&r2=1133309&view=diff ============================================================================== --- mina/branches/2.0.4/mina-integration-ognl/pom.xml (original) +++ mina/branches/2.0.4/mina-integration-ognl/pom.xml Wed Jun 8 09:33:04 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.4</version> + <version>2.0.5-SNAPSHOT</version> </parent> <artifactId>mina-integration-ognl</artifactId> Modified: mina/branches/2.0.4/mina-integration-xbean/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-integration-xbean/pom.xml?rev=1133309&r1=1133308&r2=1133309&view=diff ============================================================================== --- mina/branches/2.0.4/mina-integration-xbean/pom.xml (original) +++ mina/branches/2.0.4/mina-integration-xbean/pom.xml Wed Jun 8 09:33:04 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.4</version> + <version>2.0.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: mina/branches/2.0.4/mina-legal/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-legal/pom.xml?rev=1133309&r1=1133308&r2=1133309&view=diff ============================================================================== --- mina/branches/2.0.4/mina-legal/pom.xml (original) +++ mina/branches/2.0.4/mina-legal/pom.xml Wed Jun 8 09:33:04 2011 @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.4</version> + <version>2.0.5-SNAPSHOT</version> </parent> <artifactId>mina-legal</artifactId> Modified: mina/branches/2.0.4/mina-statemachine/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-statemachine/pom.xml?rev=1133309&r1=1133308&r2=1133309&view=diff ============================================================================== --- mina/branches/2.0.4/mina-statemachine/pom.xml (original) +++ mina/branches/2.0.4/mina-statemachine/pom.xml Wed Jun 8 09:33:04 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.4</version> + <version>2.0.5-SNAPSHOT</version> </parent> <artifactId>mina-statemachine</artifactId> Modified: mina/branches/2.0.4/mina-transport-apr/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-transport-apr/pom.xml?rev=1133309&r1=1133308&r2=1133309&view=diff ============================================================================== --- mina/branches/2.0.4/mina-transport-apr/pom.xml (original) +++ mina/branches/2.0.4/mina-transport-apr/pom.xml Wed Jun 8 09:33:04 2011 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.4</version> + <version>2.0.5-SNAPSHOT</version> </parent> <artifactId>mina-transport-apr</artifactId> Modified: mina/branches/2.0.4/mina-transport-serial/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/mina-transport-serial/pom.xml?rev=1133309&r1=1133308&r2=1133309&view=diff ============================================================================== --- mina/branches/2.0.4/mina-transport-serial/pom.xml (original) +++ mina/branches/2.0.4/mina-transport-serial/pom.xml Wed Jun 8 09:33:04 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mina</groupId> <artifactId>mina-parent</artifactId> - <version>2.0.4</version> + <version>2.0.5-SNAPSHOT</version> </parent> <artifactId>mina-transport-serial</artifactId> Modified: mina/branches/2.0.4/pom.xml URL: http://svn.apache.org/viewvc/mina/branches/2.0.4/pom.xml?rev=1133309&r1=1133308&r2=1133309&view=diff ============================================================================== --- mina/branches/2.0.4/pom.xml (original) +++ mina/branches/2.0.4/pom.xml Wed Jun 8 09:33:04 2011 @@ -33,7 +33,7 @@ </organization> <groupId>org.apache.mina</groupId> - <version>2.0.4</version> + <version>2.0.5-SNAPSHOT</version> <artifactId>mina-parent</artifactId> <name>Apache MINA</name> <packaging>pom</packaging> @@ -47,9 +47,9 @@ </issueManagement> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/mina/tags/2.0.4</connection> - <url>http://svn.apache.org/viewvc/directory/mina/tags/2.0.4</url> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/tags/2.0.4</developerConnection> + <connection>scm:svn:http://svn.apache.org/repos/asf/mina/branches/2.0.4</connection> + <url>http://svn.apache.org/viewvc/directory/mina/branches/2.0.4</url> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/branches/2.0.4</developerConnection> </scm> <distributionManagement> From [email protected] Sat Jun 11 22:00:17 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id C06926430 for <[email protected]>; Sat, 11 Jun 2011 22:00:17 +0000 (UTC) Received: (qmail 30838 invoked by uid 500); 11 Jun 2011 22:00:17 -0000 Delivered-To: [email protected] Received: (qmail 30783 invoked by uid 500); 11 Jun 2011 22:00:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 30776 invoked by uid 99); 11 Jun 2011 22:00:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Jun 2011 22:00:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Jun 2011 22:00:14 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id CF13FC00F5 for <[email protected]>; Sat, 11 Jun 2011 21:59:53 +0000 (UTC) Date: Sat, 11 Jun 2011 21:59:53 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <186042015.3951307829593832.JavaMail.hudson@aegis> Subject: Build failed in Jenkins: ftpserver-trunk-jdk1.6-windows #74 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-windows/74/> ------------------------------------------ Started by upstream project "maven-plugins" build number 258 Building remotely on windows1 hudson.util.IOException2: remote file operation failed: <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-windows/ws/> at hudson.remoting.Channel@4223735c:windows1 at hudson.FilePath.act(FilePath.java:754) at hudson.FilePath.act(FilePath.java:740) at hudson.FilePath.mkdirs(FilePath.java:806) at hudson.model.AbstractProject.checkout(AbstractProject.java:1179) at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:536) at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:424) at hudson.model.Run.run(Run.java:1374) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:467) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:145) Caused by: java.io.IOException: Remote call on windows1 failed at hudson.remoting.Channel.call(Channel.java:670) at hudson.FilePath.act(FilePath.java:747) ... 9 more Caused by: java.lang.OutOfMemoryError: PermGen space From [email protected] Sat Jun 11 22:13:51 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 30C2B6B30 for <[email protected]>; Sat, 11 Jun 2011 22:13:51 +0000 (UTC) Received: (qmail 41102 invoked by uid 500); 11 Jun 2011 22:13:51 -0000 Delivered-To: [email protected] Received: (qmail 41078 invoked by uid 500); 11 Jun 2011 22:13:51 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 41071 invoked by uid 99); 11 Jun 2011 22:13:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Jun 2011 22:13:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Jun 2011 22:13:50 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id D62CCC00F5 for <[email protected]>; Sat, 11 Jun 2011 22:13:29 +0000 (UTC) Date: Sat, 11 Jun 2011 22:13:29 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <187493480.3961307830409860.JavaMail.hudson@aegis> In-Reply-To: <941759551.151307100909907.JavaMail.hudson@aegis> References: <941759551.151307100909907.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Jenkins_build_is_back_to_stable_:_M?= =?UTF-8?Q?INA-1.1.X_=C2=BB_Apache_MINA_Core_API_#21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/MINA-1.1.X/org.apache.mina$mina-core/21/> From [email protected] Sat Jun 11 22:13:55 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id A9F196B36 for <[email protected]>; Sat, 11 Jun 2011 22:13:55 +0000 (UTC) Received: (qmail 41179 invoked by uid 500); 11 Jun 2011 22:13:55 -0000 Delivered-To: [email protected] Received: (qmail 41158 invoked by uid 500); 11 Jun 2011 22:13:55 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 41151 invoked by uid 99); 11 Jun 2011 22:13:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Jun 2011 22:13:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Jun 2011 22:13:53 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id CB9FEC00F7 for <[email protected]>; Sat, 11 Jun 2011 22:13:32 +0000 (UTC) Date: Sat, 11 Jun 2011 22:13:32 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <819244924.3971307830412832.JavaMail.hudson@aegis> In-Reply-To: <1321890183.161307100910239.JavaMail.hudson@aegis> References: <1321890183.161307100910239.JavaMail.hudson@aegis> Subject: Jenkins build is back to stable : MINA-1.1.X #21 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See <https://builds.apache.org/job/MINA-1.1.X/21/> From [email protected] Sat Jun 11 22:14:09 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 6516D6B75 for <[email protected]>; Sat, 11 Jun 2011 22:14:09 +0000 (UTC) Received: (qmail 41460 invoked by uid 500); 11 Jun 2011 22:14:09 -0000 Delivered-To: [email protected] Received: (qmail 41439 invoked by uid 500); 11 Jun 2011 22:14:09 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 41432 invoked by uid 99); 11 Jun 2011 22:14:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Jun 2011 22:14:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Jun 2011 22:14:07 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 85A80C00F8 for <[email protected]>; Sat, 11 Jun 2011 22:13:46 +0000 (UTC) Date: Sat, 11 Jun 2011 22:13:46 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <375948105.3981307830426545.JavaMail.hudson@aegis> In-Reply-To: <1112857278.171307101084604.JavaMail.hudson@aegis> References: <1112857278.171307101084604.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Jenkins_build_is_back_to_stable_:_ftpserver-trun?= =?UTF-8?Q?k-jdk1.5-ibm-ubuntu_=C2=BB_Apache_FtpServer_Core_#112?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See <https://builds.apache.org/job/ftpserver-trunk-jdk1.5-ibm-ubuntu/org.apache.ftpserver$ftpserver-core/112/> From [email protected] Sat Jun 11 22:14:09 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id B37A26B7F for <[email protected]>; Sat, 11 Jun 2011 22:14:09 +0000 (UTC) Received: (qmail 41530 invoked by uid 500); 11 Jun 2011 22:14:09 -0000 Delivered-To: [email protected] Received: (qmail 41510 invoked by uid 500); 11 Jun 2011 22:14:09 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 41503 invoked by uid 99); 11 Jun 2011 22:14:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Jun 2011 22:14:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Jun 2011 22:14:07 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id D4A24C00FE for <[email protected]>; Sat, 11 Jun 2011 22:13:46 +0000 (UTC) Date: Sat, 11 Jun 2011 22:13:46 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <1668847916.3991307830426869.JavaMail.hudson@aegis> In-Reply-To: <619884078.181307101085086.JavaMail.hudson@aegis> References: <619884078.181307101085086.JavaMail.hudson@aegis> Subject: Jenkins build is back to stable : ftpserver-trunk-jdk1.5-ibm-ubuntu #112 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See <https://builds.apache.org/job/ftpserver-trunk-jdk1.5-ibm-ubuntu/112/> From [email protected] Sat Jun 11 22:53:45 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 9333368B9 for <[email protected]>; Sat, 11 Jun 2011 22:53:45 +0000 (UTC) Received: (qmail 71421 invoked by uid 500); 11 Jun 2011 22:53:45 -0000 Delivered-To: [email protected] Received: (qmail 71397 invoked by uid 500); 11 Jun 2011 22:53:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 71390 invoked by uid 99); 11 Jun 2011 22:53:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Jun 2011 22:53:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Jun 2011 22:53:44 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 451D2C00F5 for <[email protected]>; Sat, 11 Jun 2011 22:53:23 +0000 (UTC) Date: Sat, 11 Jun 2011 22:53:23 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <1548916876.4001307832803267.JavaMail.hudson@aegis> In-Reply-To: <186042015.3951307829593832.JavaMail.hudson@aegis> References: <186042015.3951307829593832.JavaMail.hudson@aegis> Subject: Build failed in Jenkins: ftpserver-trunk-jdk1.6-windows #75 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-windows/75/> ------------------------------------------ Started by upstream project "maven-plugins" build number 259 Building remotely on windows1 hudson.util.IOException2: remote file operation failed: <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-windows/ws/> at hudson.remoting.Channel@4223735c:windows1 at hudson.FilePath.act(FilePath.java:754) at hudson.FilePath.act(FilePath.java:740) at hudson.FilePath.mkdirs(FilePath.java:806) at hudson.model.AbstractProject.checkout(AbstractProject.java:1179) at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:536) at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:424) at hudson.model.Run.run(Run.java:1374) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:467) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:145) Caused by: java.io.IOException: Remote call on windows1 failed at hudson.remoting.Channel.call(Channel.java:670) at hudson.FilePath.act(FilePath.java:747) ... 9 more Caused by: java.lang.OutOfMemoryError: PermGen space From [email protected] Sun Jun 12 00:32:57 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id E236261FF for <[email protected]>; Sun, 12 Jun 2011 00:32:57 +0000 (UTC) Received: (qmail 15561 invoked by uid 500); 12 Jun 2011 00:32:57 -0000 Delivered-To: [email protected] Received: (qmail 15527 invoked by uid 500); 12 Jun 2011 00:32:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 15520 invoked by uid 99); 12 Jun 2011 00:32:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Jun 2011 00:32:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Jun 2011 00:32:56 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id BE737C00F5 for <[email protected]>; Sun, 12 Jun 2011 00:32:36 +0000 (UTC) Date: Sun, 12 Jun 2011 00:32:36 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <1380462328.4071307838756763.JavaMail.hudson@aegis> In-Reply-To: <1548916876.4001307832803267.JavaMail.hudson@aegis> References: <1548916876.4001307832803267.JavaMail.hudson@aegis> Subject: Build failed in Jenkins: ftpserver-trunk-jdk1.6-windows #76 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-windows/76/> ------------------------------------------ Started by upstream project "maven-plugins" build number 260 Building remotely on windows1 hudson.util.IOException2: remote file operation failed: <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-windows/ws/> at hudson.remoting.Channel@4223735c:windows1 at hudson.FilePath.act(FilePath.java:754) at hudson.FilePath.act(FilePath.java:740) at hudson.FilePath.mkdirs(FilePath.java:806) at hudson.model.AbstractProject.checkout(AbstractProject.java:1179) at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:536) at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:424) at hudson.model.Run.run(Run.java:1374) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:467) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:145) Caused by: java.io.IOException: Remote call on windows1 failed at hudson.remoting.Channel.call(Channel.java:670) at hudson.FilePath.act(FilePath.java:747) ... 9 more Caused by: java.lang.OutOfMemoryError: PermGen space From [email protected] Sun Jun 12 22:43:20 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 8C4954462 for <[email protected]>; Sun, 12 Jun 2011 22:43:20 +0000 (UTC) Received: (qmail 49785 invoked by uid 500); 12 Jun 2011 22:43:20 -0000 Delivered-To: [email protected] Received: (qmail 49735 invoked by uid 500); 12 Jun 2011 22:43:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 49728 invoked by uid 99); 12 Jun 2011 22:43:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Jun 2011 22:43:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Jun 2011 22:43:18 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 7CEE2C00F5 for <[email protected]>; Sun, 12 Jun 2011 22:42:58 +0000 (UTC) Date: Sun, 12 Jun 2011 22:42:58 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <567541571.5011307918578495.JavaMail.hudson@aegis> In-Reply-To: <1380462328.4071307838756763.JavaMail.hudson@aegis> References: <1380462328.4071307838756763.JavaMail.hudson@aegis> Subject: Jenkins build is back to normal : ftpserver-trunk-jdk1.6-windows #77 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-windows/77/> From [email protected] Tue Jun 14 22:28:40 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 40BCA6508 for <[email protected]>; Tue, 14 Jun 2011 22:28:40 +0000 (UTC) Received: (qmail 78738 invoked by uid 500); 14 Jun 2011 22:28:40 -0000 Delivered-To: [email protected] Received: (qmail 78688 invoked by uid 500); 14 Jun 2011 22:28:39 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 78661 invoked by uid 99); 14 Jun 2011 22:28:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2011 22:28:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2011 22:28:38 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 8B993C00F5 for <[email protected]>; Tue, 14 Jun 2011 22:28:18 +0000 (UTC) Date: Tue, 14 Jun 2011 22:28:18 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <717208701.1621308090498556.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_ftpserver-1.?= =?UTF-8?Q?0.x-jdk1.5-solaris_=C2=BB_Apache_FtpServer_Core_#92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-1.0.x-jdk1.5-solaris/org.apache.ftpserver$ftpserver-core/92/> From [email protected] Tue Jun 14 22:30:35 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id A4F90686A for <[email protected]>; Tue, 14 Jun 2011 22:30:35 +0000 (UTC) Received: (qmail 81586 invoked by uid 500); 14 Jun 2011 22:30:35 -0000 Delivered-To: [email protected] Received: (qmail 81567 invoked by uid 500); 14 Jun 2011 22:30:35 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 81558 invoked by uid 99); 14 Jun 2011 22:30:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2011 22:30:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2011 22:30:34 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id A0529C00F5 for <[email protected]>; Tue, 14 Jun 2011 22:30:14 +0000 (UTC) Date: Tue, 14 Jun 2011 22:30:14 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <1107660354.1631308090614647.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_ftpserver-trunk-jdk1?= =?UTF-8?Q?.5-solaris_=C2=BB_FtpServer_OSGi_Ftplet_service_example_#407?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-trunk-jdk1.5-solaris/org.apache.ftpserver.examples$ftpserver-osgi-ftplet-service/407/> From [email protected] Tue Jun 14 23:31:25 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 62EFF6193 for <[email protected]>; Tue, 14 Jun 2011 23:31:25 +0000 (UTC) Received: (qmail 57709 invoked by uid 500); 14 Jun 2011 23:31:25 -0000 Delivered-To: [email protected] Received: (qmail 57664 invoked by uid 500); 14 Jun 2011 23:31:25 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 57657 invoked by uid 99); 14 Jun 2011 23:31:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2011 23:31:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2011 23:31:24 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 315B4C00F5 for <[email protected]>; Tue, 14 Jun 2011 23:31:04 +0000 (UTC) Date: Tue, 14 Jun 2011 23:31:04 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <639080307.1781308094264193.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Jenkins_build_became_unstable:__ftpserver-trunk?= =?UTF-8?Q?-jdk1.5-ibm-ubuntu_=C2=BB_Apache_FtpServer_Core_#113?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-trunk-jdk1.5-ibm-ubuntu/org.apache.ftpserver$ftpserver-core/113/> From [email protected] Tue Jun 14 23:31:30 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id A8F3D620C for <[email protected]>; Tue, 14 Jun 2011 23:31:30 +0000 (UTC) Received: (qmail 57787 invoked by uid 500); 14 Jun 2011 23:31:30 -0000 Delivered-To: [email protected] Received: (qmail 57754 invoked by uid 500); 14 Jun 2011 23:31:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 57747 invoked by uid 99); 14 Jun 2011 23:31:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2011 23:31:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2011 23:31:28 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id A4AE7C00F7 for <[email protected]>; Tue, 14 Jun 2011 23:31:07 +0000 (UTC) Date: Tue, 14 Jun 2011 23:31:07 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <791443512.1791308094267673.JavaMail.hudson@aegis> Subject: Jenkins build became unstable: ftpserver-trunk-jdk1.5-ibm-ubuntu #113 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See <https://builds.apache.org/job/ftpserver-trunk-jdk1.5-ibm-ubuntu/113/> From [email protected] Wed Jun 15 17:29:22 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id F067A4EE1 for <[email protected]>; Wed, 15 Jun 2011 17:29:22 +0000 (UTC) Received: (qmail 21005 invoked by uid 500); 15 Jun 2011 17:29:22 -0000 Delivered-To: [email protected] Received: (qmail 20979 invoked by uid 500); 15 Jun 2011 17:29:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 20972 invoked by uid 99); 15 Jun 2011 17:29:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jun 2011 17:29:22 +0000 X-ASF-Spam-Status: No, hits=-1994.3 required=5.0 tests=ALL_TRUSTED,HTML_FONT_LOW_CONTRAST,HTML_MESSAGE,MIME_HTML_ONLY X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jun 2011 17:29:20 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p5FHT0XW011999 for <[email protected]>; Wed, 15 Jun 2011 17:29:00 GMT Date: Wed, 15 Jun 2011 13:29:00 -0400 (EDT) From: [email protected] To: [email protected] Message-ID: <17129878.3231.1308158940232.JavaMail.confluence@thor> Subject: [CONF] Apache MINA > Developer Guide MIME-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Auto-Submitted: auto-generated <html> <head> <base href=3D"https://cwiki.apache.org/confluence"> <link rel=3D"stylesheet" href=3D"/confluence/s/2042/9/1/_/style= s/combined.css?spaceKey=3DMINA&amp;forWysiwyg=3Dtrue" type=3D"text/css"> </head> <body style=3D"background: white;" bgcolor=3D"white" class=3D"email-body"> <div id=3D"pageContent"> <div id=3D"notificationFormat"> <div class=3D"wiki-content"> <div class=3D"email"> <h2><a href=3D"https://cwiki.apache.org/confluence/display/MINA/Develop= er+Guide">Developer Guide</a></h2> <h4>Page <b>edited</b> by <a href=3D"https://cwiki.apache.o= rg/confluence/display/~jvermillard">Julien Vermillard</a> </h4> <br/> <h4>Changes (1)</h4> =20 =20 <div id=3D"page-diffs"> <table class=3D"diff" cellpadding=3D"0" cellspacing=3D"= 0"> =20 <tr><td class=3D"diff-snipped" >...<br></td></tr> <tr><td class=3D"diff-unchanged" > &lt;!-- To publish a webs= ite of some part of Maven --&gt; <br> &lt;server&gt; <br></td></tr> <tr><td class=3D"diff-changed-lines" ><span class=3D"diff-chang= ed-words">&lt;id&gt;apache.website<span class=3D"diff-added-chars"style=3D"= background-color: #dfd;">s</span>&lt;/id&gt;</span> <br></td></tr> <tr><td class=3D"diff-unchanged" > &lt;username&gt;elechar= ny&lt;/username&gt; <br> &lt;filePermissions&gt;664&lt;/filePermission= s&gt; <br></td></tr> <tr><td class=3D"diff-snipped" >...<br></td></tr> =20 </table> </div> <h4>Full Content</h4> <div class=3D"notificationGreySide"> <div class=3D'panelMacro'><table class=3D'noteMacro'><colgroup><col= width=3D'24'><col></colgroup><tr><td valign=3D'top'><img src=3D"/confluenc= e/images/icons/emoticons/warning.gif" width=3D"16" height=3D"16" align=3D"a= bsmiddle" alt=3D"" border=3D"0"></td><td>Please read <a href=3D"http://www.= apache.org/dev/" class=3D"external-link" rel=3D"nofollow">the Developer Inf= rastructure Information</a> if you haven't yet before you proceed.</td></tr= ></table></div> <h2><a name=3D"DeveloperGuide-TableofContents"></a>Table of Contents</h2> <div> <ul> <ul> <li><a href=3D'#DeveloperGuide-TableofContents'>Table of Contents</a></= li> <li><a href=3D'#DeveloperGuide-BuildingMINA'>Building MINA</a></li> <li><a href=3D'#DeveloperGuide-CodingConvention'>Coding Convention</a><= /li> <li><a href=3D'#DeveloperGuide-Classheader'>Class header</a></li> <li><a href=3D'#DeveloperGuide-WorkingwithMultipleBranchesinOneEclipseW= orkspace'>Working with Multiple Branches in One Eclipse Workspace</a></li> <li><a href=3D'#DeveloperGuide-DeployingSnapshots%28CommitersOnly%29'>D= eploying Snapshots (Commiters Only)</a></li> </ul> <li><a href=3D'#DeveloperGuide-ReleasingaPointRelease%28CommittersOnly%= 29'>Releasing a Point Release (Committers Only)</a></li> <ul> <li><a href=3D'#DeveloperGuide-Preparingthereleaseforthevote'>Preparing= the release for the vote</a></li> <ul> <li><a href=3D'#DeveloperGuide-Step0%3ABuildingMINA'>Step 0: Building M= INA</a></li> <li><a href=3D'#DeveloperGuide-Step1%3ATaggingandDeploying'>Step 1: Tag= ging and Deploying</a></li> <li><a href=3D'#DeveloperGuide-step2%3AProcessingwithadryrun'>step 2 : = Processing with a dry run</a></li> <li><a href=3D'#DeveloperGuide-Step3%3AProcessingwiththerealrelease'>St= ep 3 : Processing with the real release</a></li> <li><a href=3D'#DeveloperGuide-Step4%3Aperformtherelease'>Step 4 : perf= orm the release</a></li> <li><a href=3D'#DeveloperGuide-Step5%3Aclosingthestagingreleaseonnexus'= >Step 5 : closing the staging release on nexus</a></li> </ul> <li><a href=3D'#DeveloperGuide-Votingarelease'>Voting a release</a></li= > <ul> <li><a href=3D'#DeveloperGuide-Step1%3ASendaVOTEmailonthemailinglist'>S= tep 1 : Send a VOTE mail on the mailing list</a></li> <li><a href=3D'#DeveloperGuide-Step2%3AClosethevote'>Step 2 : Close the= vote</a></li> <li><a href=3D'#DeveloperGuide-Step3%3ADeployWebReports%28JavaDocandJXR= %29'>Step 3: Deploy Web Reports (JavaDoc and JXR)</a></li> <li><a href=3D'#DeveloperGuide-Step4%3AWait24hours'>Step 4: Wait 24 hou= rs</a></li> <li><a href=3D'#DeveloperGuide-Step5%3AUpdatetheLinksinWebSite'>Step 5:= Update the Links in Web Site</a></li> <li><a href=3D'#DeveloperGuide-Step8%3AUpdaterelatedmetadatafile%28s%29= '>Step 8: Update related metadata file(s)</a></li> <li><a href=3D'#DeveloperGuide-Step9%3AWaitanother24hours'>Step 9: Wait= another 24 hours</a></li> <li><a href=3D'#DeveloperGuide-Step10%3AAnnouncetheNewRelease'>Step 10:= Announce the New Release</a></li> </ul> <li><a href=3D'#DeveloperGuide-CreatingaNewReleaseBranch'>Creating a Ne= w Release Branch</a></li> </ul> </ul></div> <h2><a name=3D"DeveloperGuide-BuildingMINA"></a>Building MINA</h2> <p>You need <a href=3D"http://subversion.tigris.org" class=3D"external-link= " rel=3D"nofollow">Subversion</a> to check out the source code from our sou= rce code repository, and <a href=3D"http://maven.apache.org/" class=3D"exte= rnal-link" rel=3D"nofollow">Maven</a> 2.2.1 to build the source code (Build= ing with Maven 3.0 will also work). The following example shows how to bui= ld <a href=3D"http://svn.apache.org/viewvc/mina/tags/2.0.1/" class=3D"exter= nal-link" rel=3D"nofollow">the current stable branch (2.0.1)</a>.</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>$ svn co https://svn.apache.org/repos/asf/mina/tags/2.0.1/ mina $ cd mina $ mvn -Pserial clean install # Build packages (JARs) for the co= re API and other extensions and install them to the local Maven repository. $ mvn -Pserial site # Generate reports (JavaDoc and JX= R) $ mvn -Pserial package assembly:assembly # Generate a tarball (package goal= needed to fix an assembly plugin bug) $ mvn -Pserial eclipse:eclipse # Generate Eclipse project files i= f you want </pre> </div></div> <p>Eclipse users:<br/> Don't forget to declare a classpath variable named M2_REPO, pointing to &#1= 26;/.m2/repository, otherwise many links to existing jars will be broken.<b= r/> You can declare new variables in Eclipse in Windows &#45;&gt; Preferences..= . and selecting Java &#45;&gt; Build Path &#45;&gt; Classpath Variables</p> <p>There are also other branches that might interest you:</p> <ul> =09<li>trunk: <a href=3D"http://svn.apache.org/viewvc/mina/trunk/" class=3D= "external-link" rel=3D"nofollow">Where big changes take place everyday</a> = &#45; <tt><a href=3D"http://svn.apache.org/repos/asf/mina/trunk/" class=3D"= external-link" rel=3D"nofollow">http://svn.apache.org/repos/asf/mina/trunk/= </a></tt></li> </ul> <p>If you want to check out the source code of previous releases, you could= try:</p> <ul> =09<li><tt><a href=3D"http://svn.apache.org/repos/asf/mina/tags/" class=3D"= external-link" rel=3D"nofollow">http://svn.apache.org/repos/asf/mina/tags/<= /a></tt></li> </ul> <h2><a name=3D"DeveloperGuide-CodingConvention"></a>Coding Convention</h2> <p>We follow <a href=3D"http://java.sun.com/docs/codeconv/" class=3D"extern= al-link" rel=3D"nofollow">Sun's standard Java coding convention</a> except = that we always use spaces instead of tabs. Please download <a href=3D"/conf= luence/download/attachments/29621/ImprovedJavaConventions.xml?version=3D1&a= mp;modificationDate=3D1275256931000">the Eclipse Java formatter settings fi= le</a> before you make any changes to the code.</p> <h2><a name=3D"DeveloperGuide-Classheader"></a>Class header</h2> <p>As class header we use :</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>/**=20 * Class desciption here. * * @author &lt;a href=3D"http://mina.apache.org"&gt;Apache MINA Project&lt;= /a&gt; */ </pre> </div></div> <p>The headers revisions tags are removed.</p> <h2><a name=3D"DeveloperGuide-WorkingwithMultipleBranchesinOneEclipseWorksp= ace"></a>Working with Multiple Branches in One Eclipse Workspace</h2> <p>Just running <tt>mvn &#45;Pserial eclipse:eclipse</tt> won't allow you t= o import MINA projects from more than one branches into one Eclipse workspa= ce. You have to rename all project names in the generated <tt>.project</tt= > and <tt>.classpath</tt> files to do that. Maven Eclipse plugin should pr= ovide an option that appends the version number to the project name, but <a= href=3D"http://jira.codehaus.org/browse/MECLIPSE-189" class=3D"external-li= nk" rel=3D"nofollow">this issue</a> is not being resolved yet. Until this = issue is resolved, please put the attached shell script files (<a href=3D"/= confluence/download/attachments/29621/mvnroot?version=3D1&amp;modificationD= ate=3D1165589403000">mvnroot</a> and <a href=3D"/confluence/download/attach= ments/29621/mvn-eclipse?version=3D1&amp;modificationDate=3D1165589380000">m= vn-eclipse</a>) to your local path (e.g. <tt>/usr/local/bin</tt>) and run <= tt>mvn-eclipse</tt>.</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>$ svn co https://svn.apache.org/repos/asf/mina/all/ mina $ cd mina/tags/2.0.0 $ mvn-eclipse $ cd ../2.0.1 $ mvn-eclipse $ cd ../../trunk $ mvn-eclipse </pre> </div></div> <p>Then <tt>mvn eclipse:eclipse</tt> command is executed internally, and th= e branch name will be appended to all sub-module project files generated by= Maven Eclipse plugin.</p> <h2><a name=3D"DeveloperGuide-DeployingSnapshots%28CommitersOnly%29"></a>De= ploying Snapshots (Commiters Only)</h2> <p>Before running Maven to deploy artifacts, <b>please make sure if your um= ask is configured correctly</b>. Unless configured properly, other committ= ers will experience annoying 'permission denied' errors. If your default s= hell is <tt>bash</tt>, please update your umask setting in the <tt>&#126;/.= bashrc</tt> file (create one if it doesn't exist.) by adding the following = line:</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>umask 002 </pre> </div></div> <p>Please note that you have to edit the correct <tt>shrc</tt> file. If yo= u use <tt>csh</tt>, then you will have to edit <tt>&#126;/.cshrc</tt> file.= </p> <p>Now you are ready to deploy the artifacts if you configured your umask c= orrectly.</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>$ svn co https://svn.apache.org/repos/asf/mina/tags/2.0.1 mina $ cd mina $ mvn -Pserial clean deploy site site:deploy # Make sure to run 'clean' = goal first to prevent side effects from your IDE. </pre> </div></div> <p>Please double-check the mode (i.e. <tt>0664</tt> or <tt>&#45;rw-rw-r-&#4= 5;</tt>, a.k.a permission code) of the deployed artifacts, otherwise you ca= n waste other people's time significantly.</p> <h1><a name=3D"DeveloperGuide-ReleasingaPointRelease%28CommittersOnly%29"><= /a>Releasing a Point Release (Committers Only)</h1> <h2><a name=3D"DeveloperGuide-Preparingthereleaseforthevote"></a>Preparing = the release for the vote</h2> <p>Before starting be sure to have the java and mvn command in your PATH.<b= r/> On linux you can check with the following commands :</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>$ type mvn mvn is hashed (/opt/maven-2.2.1/bin/mvn) $ type java java is hashed (/usr/bin/java) </pre> </div></div> <h3><a name=3D"DeveloperGuide-Step0%3ABuildingMINA"></a>Step 0: Building MI= NA</h3> <p>As weird as it sounds, for some unknown reason (most certainly a misconf= iguration in the Maven poms), we can't just run the release without having = previously build all the projects. This is done with the following command = :</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>$ mvn clean install -Pserial </pre> </div></div> <h3><a name=3D"DeveloperGuide-Step1%3ATaggingandDeploying"></a>Step 1: Tagg= ing and Deploying</h3> <p>First you need to configure maven for using the good username for scp an= d operation.</p> <p>In the &#126;/.m2/settings.xml you need the following lines :</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>&lt;settings xmlns=3D"http://maven.apache.org/POM/4.0.0" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"&gt; &lt;!-- SERVER SETTINGS --&gt; &lt;servers&gt; &lt;!-- To publish a snapshot of some part of Maven --&gt; &lt;server&gt; &lt;id&gt;apache.snapshots.https&lt;/id&gt; &lt;username&gt;elecharny&lt;/username&gt; &lt;password&gt;-----Your password here-----&lt;/password&gt; &lt;/server&gt; &lt;!-- To publish a website of some part of Maven --&gt; &lt;server&gt; &lt;id&gt;apache.websites&lt;/id&gt; &lt;username&gt;elecharny&lt;/username&gt; &lt;filePermissions&gt;664&lt;/filePermissions&gt; &lt;directoryPermissions&gt;775&lt;/directoryPermissions&gt; &lt;/server&gt; &lt;!-- To stage a release of some part of Maven --&gt; &lt;server&gt; &lt;id&gt;apache.releases.https&lt;/id&gt; &lt;username&gt;elecharny&lt;/username&gt; &lt;password&gt;-----Your password here-----&lt;/password&gt; &lt;/server&gt; &lt;!-- To stage a website of some part of Maven --&gt; &lt;server&gt; &lt;id&gt;stagingSite&lt;/id&gt; &lt;!-- must match hard-coded reposi= tory identifier in site:stage-deploy --&gt; &lt;username&gt;elecharny&lt;/username&gt; &lt;filePermissions&gt;664&lt;/filePermissions&gt; &lt;directoryPermissions&gt;775&lt;/directoryPermissions&gt; &lt;/server&gt; &lt;/servers&gt; &lt;!-- PROFILE SETTINGS --&gt; &lt;profiles&gt; &lt;profile&gt; &lt;id&gt;apache-release&lt;/id&gt; &lt;properties&gt; &lt;!-- Configuration for artifacts signature --&gt; &lt;gpg.passphrase&gt;-----Your passphrase here-----&lt;/gpg.passph= rase&gt; &lt;/properties&gt; &lt;/profile&gt; &lt;/profiles&gt; &lt;/settings&gt; </pre> </div></div> <h3><a name=3D"DeveloperGuide-step2%3AProcessingwithadryrun"></a>step 2 : P= rocessing with a dry run</h3> <p>After having checked out the trunk, and built it (see step 0), </p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>$ svn co https://svn.apache.org/repos/asf/mina/trunk mina $ cd mina $ mvn clean install -Pserial </pre> </div></div> <p>run the following commands :</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>$ mvn -Pserial,apache-release -DdryRun=3Dtrue release:prepare # Dry= -run first. </pre> </div></div> <p>Answer to maven questions :</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>"What is the release version for "Apache MINA"? (org.apache.mina:mina-= parent) 2.0.0-&lt;version&gt;: :" &lt;either use the default version as sug= gested, or type in the version you'd like to be used&gt; [..] </pre> </div></div> <p><b>Warning !</b></p> <p>Just after the last module, maven will ask you about the SCM tag :</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>What is SCM release tag or label for "Apache MINA"? (org.apache.mina:m= ina-parent) mina-parent-2.0.0: : 2.0.0 </pre> </div></div> <p>Do <b>not</b> type &lt;enter&gt; to select the default value. Instead, t= ype the correct version.</p> <p>Then some other questions will be asked, about the next version to use. = The default values should be fine.</p> <div class=3D'panelMacro'><table class=3D'noteMacro'><colgroup><col width= =3D'24'><col></colgroup><tr><td valign=3D'top'><img src=3D"/confluence/imag= es/icons/emoticons/warning.gif" width=3D"16" height=3D"16" align=3D"absmidd= le" alt=3D"" border=3D"0"></td><td><b>Be Careful</b><br />Make sure the cha= nge made by the release plugin is correct&#33; (pom.xml, tags created)</td>= </tr></table></div> <h3><a name=3D"DeveloperGuide-Step3%3AProcessingwiththerealrelease"></a>Ste= p 3 : Processing with the real release</h3> <p>When the dry run is successful, then you can do in real with the followi= ng commands:</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>$ mvn -Pserial,apache-release release:clean # Clean up the tempor= ary files created by the dry-run. $ mvn -Pserial,apache-release release:prepare # Copy to tags directory. </pre> </div></div> <p>The first step will clean up the local sources, the second step will rel= ease for real. The same questions will be asked as those we had during the = dry run step.</p> <p>At some point, it will ask for your passphrase (the one you used when yo= u created your PGP key). Type it in.</p> <p>At the end, if you proceed the release on a Mac, you may get the followi= ng message :</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>[INFO] Tagging release with the label 2.0.0... [INFO] Executing: /bin/sh -c cd /Users/elecharny/mina/trunk &amp;&amp; svn = --non-interactive copy --file /var/folders/t7/t7UwkHaiGleYYgPqGZTbF++++TM/-= Tmp-/maven-scm-409730412.commit --revision XXXXX https://svn.apache.org/rep= os/asf/mina/trunk https://svn.apache.org/repos/asf/mina/tags/2.0.0 [INFO] Working directory: /Users/elecharny/mina/trunk [INFO] --------------------------------------------------------------------= ---- [ERROR] BUILD FAILURE [INFO] --------------------------------------------------------------------= ---- [INFO] Unable to tag SCM Provider message: The svn tag command failed. Command output: svn: No such revision XXXXX </pre> </div></div> <p>If so, just type the two following commands :</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>$ svn up -r HEAD At revision YYYYYY. $ mvn -Pserial,apache-release release:prepare -Dresume ... [INFO] Release preparation complete. [INFO] --------------------------------------------------------------------= ---- [INFO] BUILD SUCCESSFUL [INFO] --------------------------------------------------------------------= ---- [INFO] Total time: 1 minute 4 seconds [INFO] Finished at: Mon Sep 13 16:12:02 CEST 2010 [INFO] Final Memory: 28M/81M [INFO] --------------------------------------------------------------------= ---- </pre> </div></div> <p>Three mails will be generated, and sent to [email protected] :</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>svn commit: r996535 - in /mina/trunk: ./ distribution/ mina-core/ mina= -example/ mina-filter... svn commit: r996542 - /mina/tags/2.0.0/ svn commit: r996544 - in /mina/trunk: ./ distribution/ mina-core/ mina-exam= ple/ mina-filter... </pre> </div></div> <p>The first mail tells you that the SNAPSHOT has been moved to the release= version in trunk, the second mails tells you that this version has been ta= gged, and the last mail tells you that trunk has moved to the next version.= </p> <h3><a name=3D"DeveloperGuide-Step4%3Aperformtherelease"></a>Step 4 : perfo= rm the release</h3> <p>The last step before launching a vote is to push the potential release t= o Nexus so that every user can test the created packages. Perform the follo= wing actions</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>$ mvn -Pserial,apache-release release:perform ... [INFO] [INFO] -------------------------------------------------------------= ----------- [INFO] [INFO] Reactor Summary: [INFO] [INFO] -------------------------------------------------------------= ----------- [INFO] [INFO] Apache MINA ........................................... SUCCE= SS [1:05.896s] [INFO] [INFO] Apache MINA Legal ..................................... SUCCE= SS [30.708s] [INFO] [INFO] Apache MINA Core ...................................... SUCCE= SS [4:44.973s] [INFO] [INFO] Apache MINA APR Transport ............................. SUCCE= SS [46.082s] [INFO] [INFO] Apache MINA Compression Filter ........................ SUCCE= SS [40.230s] [INFO] [INFO] Apache MINA State Machine ............................. SUCCE= SS [52.718s] [INFO] [INFO] Apache MINA JavaBeans Integration ..................... SUCCE= SS [46.358s] [INFO] [INFO] Apache MINA XBean Integration ......................... SUCCE= SS [1:21.054s] [INFO] [INFO] Apache MINA OGNL Integration .......................... SUCCE= SS [40.740s] [INFO] [INFO] Apache MINA JMX Integration ........................... SUCCE= SS [40.482s] [INFO] [INFO] Apache MINA Examples .................................. SUCCE= SS [1:13.837s] [INFO] [INFO] Apache MINA Serial Communication support .............. SUCCE= SS [41.684s] [INFO] [INFO] Apache MINA Distribution .............................. SUCCE= SS [12:39.542s] [INFO] [INFO] -------------------------------------------------------------= ----------- [INFO] [INFO] -------------------------------------------------------------= ----------- [INFO] [INFO] BUILD SUCCESSFUL [INFO] [INFO] -------------------------------------------------------------= ----------- [INFO] [INFO] Total time: 26 minutes 46 seconds [INFO] [INFO] Finished at: Mon Sep 13 16:45:14 CEST 2010 [INFO] [INFO] Final Memory: 98M/299M [INFO] [INFO] -------------------------------------------------------------= ----------- [INFO] Cleaning up after release... [INFO] --------------------------------------------------------------------= ---- [INFO] BUILD SUCCESSFUL [INFO] --------------------------------------------------------------------= ---- [INFO] Total time: 27 minutes 5 seconds [INFO] Finished at: Mon Sep 13 16:45:18 CEST 2010 [INFO] Final Memory: 28M/81M [INFO] --------------------------------------------------------------------= ---- </pre> </div></div> <p>Done !</p> <h3><a name=3D"DeveloperGuide-Step5%3Aclosingthestagingreleaseonnexus"></a>= Step 5 : closing the staging release on nexus</h3> <p>Now, you have to close the staged project on nexus. In order to do that = you <b>must</b> have exported your PGP key to a PGP public server (see <a h= ref=3D"http://www.apache.org/dev/openpgp.html" class=3D"external-link" rel= =3D"nofollow">http://www.apache.org/dev/openpgp.html</a>)</p> <p>Connect to the Nexus server (<a href=3D"https://repository.apache.org" c= lass=3D"external-link" rel=3D"nofollow">https://repository.apache.org</a>),= login, and select the MINA staging repository you just created, then click= on the <br/> 'close' button. You are home...</p> <p>It's time to launch a vote !</p> <h2><a name=3D"DeveloperGuide-Votingarelease"></a>Voting a release</h2> <p>Once the tarballs have been created, and the binaries available in Nexus= , a vote can be launched. Simply send a mail on the [email protected] mai= ling list describing the new release.</p> <h3><a name=3D"DeveloperGuide-Step1%3ASendaVOTEmailonthemailinglist"></a>St= ep 1 : Send a <a href=3D"/confluence/pages/createpage.action?spaceKey=3DMIN= A&amp;title=3DVOTE&amp;linkCreation=3Dtrue&amp;fromPageId=3D29621" class=3D= "createlink">VOTE</a> mail on the mailing list</h3> <p>Here is a sample mail :</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre> Hi, &lt;blah blah blah&gt; Here is the list of fixed issues : =20 * [DIRMINA-803 &lt;https://issues.apache.org/jira/browse/DIRMINA-803&gt;= ] - ProtocolCodecFilter.filterWrite() is no longer thread-safe * ... =20 Here's the Jira link for this version if you'd like to review issues in mo= re details: =20 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=3D10670&a= mp;styleName=3DHtml&amp;version=3D12313702 =20 A temporary tag has been created (it can be removed if the vote is not app= roved): http://svn.apache.org/viewvc/mina/tags/2.0.1/ The svn revision is :http://svn.apache.org/viewvc?rev=3D1026395 =20 The newly approved Nexus has been used for the preparation of this release= and all final artifacts are stored in a staging repository: https://repository.apache.org/content/repositories/orgapachemina-002/ =20 =20 The distributions are available for download on : https://repository.apache.org/content/repositories/orgapachemina-004/org/a= pache/mina/mina-parent/2.0.1/ =20 Let's vote : [ ] +1 | Release MINA 2.0.1 [ ] =C2=B10 | Abstain [ ] -1 | Do *NOT* release MINA 2.0.1 Thanks ! </pre> </div></div> <p>The vote will be open for 72 hours. Once the delay is over, collect the = votes, and count the binding +1/-1. If the vote is positive, then we can re= lease.</p> <h3><a name=3D"DeveloperGuide-Step2%3AClosethevote"></a>Step 2 : Close the = vote</h3> <p>You can officially close the vote now. There are some more steps to fulf= ill :</p> <ul> =09<li>Release the project on <a href=3D"https://repository.apache.org" cla= ss=3D"external-link" rel=3D"nofollow">https://repository.apache.org</a></li= > =09<li>Copy the tarballs and heir signature in people.apache.org /www/www.a= pache.org/dist/mina</li> </ul> <h3><a name=3D"DeveloperGuide-Step3%3ADeployWebReports%28JavaDocandJXR%29">= </a>Step 3: Deploy Web Reports (JavaDoc and JXR)</h3> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>$ svn co https://svn.apache.org/repos/asf/mina/tags/&lt;version&gt; mi= na $ cd mina $ mvn -Pserial clean compile site site:deploy </pre> </div></div> <h3><a name=3D"DeveloperGuide-Step4%3AWait24hours"></a>Step 4: Wait 24 hour= s</h3> <p>We have to wait at least 24 hours for all mirrors to retrieve the upload= ed files before making any announcement. I'd recommend you to wait for 48 = hours because some mirrors might lag due to various issues.</p> <h3><a name=3D"DeveloperGuide-Step5%3AUpdatetheLinksinWebSite"></a>Step 5: = Update the Links in Web Site</h3> <p>Update the links to new distributions in <a href=3D"/confluence/display/= MINA/Downloads" title=3D"Downloads">Downloads</a> page.</p> <h3><a name=3D"DeveloperGuide-Step8%3AUpdaterelatedmetadatafile%28s%29"></a= >Step 8: Update related metadata file(s)</h3> <p>Update <a href=3D"http://svn.apache.org/viewvc/mina/metadata/" class=3D"= external-link" rel=3D"nofollow">any related metadata file(s)</a>.</p> <h3><a name=3D"DeveloperGuide-Step9%3AWaitanother24hours"></a>Step 9: Wait = another 24 hours</h3> <p>We need to wait until any changes made in the web site and metadata file= (s) go live.</p> <h3><a name=3D"DeveloperGuide-Step10%3AAnnouncetheNewRelease"></a>Step 10: = Announce the New Release</h3> <p>An announcement message can be sent to <a href=3D"mailto:announce@apache= .org" class=3D"external-link" rel=3D"nofollow">[email protected]</a>, <a = href=3D"mailto:[email protected]" class=3D"external-link" rel=3D"nofo= llow">[email protected]</a>, <a href=3D"mailto:[email protected]"= class=3D"external-link" rel=3D"nofollow">[email protected]</a> and <a = href=3D"mailto:[email protected]" class=3D"external-link" rel=3D"nofollow= ">[email protected]</a>. Please note that announcement messages are reje= cted unless your from-address ends with <tt>@apache.org</tt>. Plus, you sh= ouldn't forget to <a href=3D"http://cwiki.apache.org/confluence/pages/creat= eblogpost.action?spaceKey=3DMINA" class=3D"external-link" rel=3D"nofollow">= post a news to the MINA CWiki space</a>, and run Confluence auto-export plu= gin manually.</p> <h2><a name=3D"DeveloperGuide-CreatingaNewReleaseBranch"></a>Creating a New= Release Branch</h2> <p>When you create a new branch, you have to make sure the sections that sp= ecifies branch version numbers are configured appropriately in the root <tt= >pom.xml</tt>.</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>... &lt;version&gt;1.1.0-SNAPSHOT&lt;/version&gt; ... &lt;scm&gt; &lt;connection&gt;scm:svn:http://svn.apache.org/repos/asf/mina/branches/1= .1&lt;/connection&gt; &lt;url&gt;http://svn.apache.org/viewvc/directory/mina/branches/1.1&lt;/u= rl&gt; &lt;developerConnection&gt;scm:svn:https://svn.apache.org/repos/asf/mina/= branches/1.1&lt;/developerConnection&gt; &lt;/scm&gt; ... &lt;distributionManagement&gt; &lt;site&gt; &lt;id&gt;apache.websites&lt;/id&gt; &lt;url&gt;scp://people.apache.org/www/mina.apache.org/report/1.1/&lt;/= url&gt; &lt;/site&gt; &lt;/distributionManagement&gt; ... </pre> </div></div> <p>Please note that the example above is for <tt>branches/1.1</tt>. For ex= ample, you have to replace <tt>branches/1.1</tt> with <tt>branches/3.0</tt>= if the version number of the new branch is 3.0. In case of <tt>trunk</tt>= , it's just <tt>trunk</tt> rather than <tt>branches/&lt;version&gt;</tt>.</= p> </div> <div id=3D"commentsSection" class=3D"wiki-content pageSection"> <div style=3D"float: right;"> <a href=3D"https://cwiki.apache.org/confluence/users/viewnotifi= cations.action" class=3D"grey">Change Notification Preferences</a> </div> <a href=3D"https://cwiki.apache.org/confluence/display/MINA/Develop= er+Guide">View Online</a> | <a href=3D"https://cwiki.apache.org/confluence/pages/diffpagesbyver= sion.action?pageId=3D29621&revisedVersion=3D61&originalVersion=3D60">View C= hanges</a> | <a href=3D"https://cwiki.apache.org/confluence/display/MINA/Develop= er+Guide?showComments=3Dtrue&amp;showCommentArea=3Dtrue#addcomment">Add Com= ment</a> </div> </div> </div> </div> </div> </body> </html> From [email protected] Thu Jun 16 12:16:22 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 3677E601B for <[email protected]>; Thu, 16 Jun 2011 12:16:22 +0000 (UTC) Received: (qmail 39824 invoked by uid 500); 16 Jun 2011 12:16:22 -0000 Delivered-To: [email protected] Received: (qmail 39790 invoked by uid 500); 16 Jun 2011 12:16:21 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 39783 invoked by uid 99); 16 Jun 2011 12:16:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 12:16:21 +0000 X-ASF-Spam-Status: No, hits=-1994.3 required=5.0 tests=ALL_TRUSTED,HTML_FONT_LOW_CONTRAST,HTML_MESSAGE,MIME_HTML_ONLY X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 12:16:20 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p5GCG0EU021846 for <[email protected]>; Thu, 16 Jun 2011 12:16:00 GMT Date: Thu, 16 Jun 2011 08:16:00 -0400 (EDT) From: [email protected] To: [email protected] Message-ID: <23004354.3370.1308226560173.JavaMail.confluence@thor> Subject: [CONF] Apache MINA > Navigation MIME-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Auto-Submitted: auto-generated <html> <head> <base href=3D"https://cwiki.apache.org/confluence"> <link rel=3D"stylesheet" href=3D"/confluence/s/2042/9/1/_/style= s/combined.css?spaceKey=3DMINA&amp;forWysiwyg=3Dtrue" type=3D"text/css"> </head> <body style=3D"background: white;" bgcolor=3D"white" class=3D"email-body"> <div id=3D"pageContent"> <div id=3D"notificationFormat"> <div class=3D"wiki-content"> <div class=3D"email"> <h2><a href=3D"https://cwiki.apache.org/confluence/display/MINA/Navigat= ion">Navigation</a></h2> <h4>Page <b>edited</b> by <a href=3D"https://cwiki.apache.o= rg/confluence/display/~elecharny">Emmanuel L=C3=A9charny</a> </h4> <br/> <h4>Changes (1)</h4> =20 =20 <div id=3D"page-diffs"> <table class=3D"diff" cellpadding=3D"0" cellspacing=3D"= 0"> =20 <tr><td class=3D"diff-unchanged" >h3. Latest downloads <br> <br= ></td></tr> <tr><td class=3D"diff-changed-lines" >* [Mina <span class=3D"di= ff-changed-words">2.0.<span class=3D"diff-deleted-chars"style=3D"color:#999= ;background-color:#fdd;text-decoration:line-through;">3</span><span class= =3D"diff-added-chars"style=3D"background-color: #dfd;">4</span>|http://mina= .apache.org/downloads.html]</span> <br></td></tr> <tr><td class=3D"diff-unchanged" >* [Mina 1.1.7|http://mina.apa= che.org/downloads.html] <br>* [Mina 1.0.10|http://mina.apache.org/downloads= .html] <br></td></tr> <tr><td class=3D"diff-snipped" >...<br></td></tr> =20 </table> </div> <h4>Full Content</h4> <div class=3D"notificationGreySide"> <h3><a name=3D"Navigation-Latestdownloads"></a>Latest downloads</h3= > <ul> =09<li><a href=3D"http://mina.apache.org/downloads.html" class=3D"external-= link" rel=3D"nofollow">Mina 2.0.4</a></li> =09<li><a href=3D"http://mina.apache.org/downloads.html" class=3D"external-= link" rel=3D"nofollow">Mina 1.1.7</a></li> =09<li><a href=3D"http://mina.apache.org/downloads.html" class=3D"external-= link" rel=3D"nofollow">Mina 1.0.10</a></li> =09<li><a href=3D"http://mina.apache.org/ftpserver/downloads.html" class=3D= "external-link" rel=3D"nofollow">FtpServer 1.0.5</a></li> =09<li><a href=3D"http://mina.apache.org/vysper/downloads.html" class=3D"ex= ternal-link" rel=3D"nofollow">Vysper 0.6</a></li> =09<li><a href=3D"http://mina.apache.org/sshd/downloads.html" class=3D"exte= rnal-link" rel=3D"nofollow">SSHD 0.5.0</a><br/> </li> </ul> <h3><a name=3D"Navigation-Projects"></a>Projects</h3> <ul> =09<li><a href=3D"http://mina.apache.org/" title=3D"Index" class=3D"externa= l-link" rel=3D"nofollow">MINA</a></li> =09<li><a href=3D"http://mina.apache.org/ftpserver/" title=3D"FtpServer" cl= ass=3D"external-link" rel=3D"nofollow">FtpServer</a></li> =09<li><a href=3D"http://mina.apache.org/asyncweb" title=3D"AsyncWeb" class= =3D"external-link" rel=3D"nofollow">AsyncWeb</a></li> =09<li><a href=3D"http://mina.apache.org/sshd" title=3D"SSHD" class=3D"exte= rnal-link" rel=3D"nofollow">SSHD</a></li> =09<li><a href=3D"http://mina.apache.org/vysper" title=3D"Vysper" class=3D"= external-link" rel=3D"nofollow">Vysper</a></li> </ul> <h3><a name=3D"Navigation-Documentation"></a>Documentation</h3> <ul> =09<li><a href=3D"http://mina.apache.org/features.html" class=3D"external-l= ink" rel=3D"nofollow">Features</a></li> =09<li><a href=3D"http://mina.apache.org/road-map.html" class=3D"external-l= ink" rel=3D"nofollow">Road Map</a></li> =09<li><a href=3D"http://mina.apache.org/documentation.html" class=3D"exter= nal-link" rel=3D"nofollow">MINA 1.0</a></li> =09<li><a href=3D"http://mina.apache.org/documentation.html" class=3D"exter= nal-link" rel=3D"nofollow">MINA 1.1</a></li> =09<li><a href=3D"http://mina.apache.org/documentation.html" class=3D"exter= nal-link" rel=3D"nofollow">MINA 2.0</a></li> =09<li><a href=3D"http://mina.apache.org/ftpserver/documentation.html" clas= s=3D"external-link" rel=3D"nofollow">FtpServer</a></li> =09<li><a href=3D"http://mina.apache.org/asyncweb" title=3D"AsyncWeb" class= =3D"external-link" rel=3D"nofollow">AsyncWeb</a></li> =09<li><a href=3D"http://mina.apache.org/sshd/documentation.html" class=3D"= external-link" rel=3D"nofollow">SSHd</a></li> =09<li><a href=3D"http://mina.apache.org/faq.html" class=3D"external-link" = rel=3D"nofollow">FAQ</a></li> </ul> <h3><a name=3D"Navigation-Resources"></a>Resources</h3> <ul> =09<li><a href=3D"http://mina.apache.org/downloads.html" class=3D"external-= link" rel=3D"nofollow">Downloads</a></li> =09<li><a href=3D"http://mina.apache.org/contact.html" class=3D"external-li= nk" rel=3D"nofollow">Mailing lists &amp; IRC</a></li> =09<li><a href=3D"http://mina.apache.org/issue-tracking.html" class=3D"exte= rnal-link" rel=3D"nofollow">Issue tracking</a></li> =09<li><a href=3D"http://mina.apache.org/sources.html" class=3D"external-li= nk" rel=3D"nofollow">Sources</a></li> =09<li><a href=3D"/confluence/display/MINA/Performance+Test+Reports" title= =3D"Performance Test Reports">Performances</a></li> =09<li><a href=3D"http://mina.apache.org/testimonials.html" class=3D"extern= al-link" rel=3D"nofollow">Testimonials</a></li> =09<li><a href=3D"/confluence/display/MINA/Conferences" title=3D"Conference= s">Conferences</a></li> =09<li><a href=3D"/confluence/display/MINA/Developer+Guide" title=3D"Develo= per Guide">Developers Guide</a></li> =09<li><a href=3D"/confluence/display/MINA/Related+Projects" title=3D"Relat= ed Projects">Related Projects</a></li> =09<li><a href=3D"http://people.apache.org/~vgritsenko/stats/projects/mina.= html" class=3D"external-link" rel=3D"nofollow">Statistics</a></li> </ul> <h3><a name=3D"Navigation-Community"></a>Community</h3> <ul> =09<li><a href=3D"http://mina.apache.org/contributors.html" class=3D"extern= al-link" rel=3D"nofollow">Team</a></li> =09<li><a href=3D"http://www.apache.org/licenses/" class=3D"external-link" = rel=3D"nofollow">License</a></li> =09<li><a href=3D"http://www.apache.org/foundation/contributing.html" class= =3D"external-link" rel=3D"nofollow">Contributing</a></li> =09<li><a href=3D"http://www.apache.org/" title=3D"Apache Software Foundati= on" class=3D"external-link" rel=3D"nofollow">ASF main site</a></li> =09<li><a href=3D"http://www.apache.org/foundation/thanks.html" class=3D"ex= ternal-link" rel=3D"nofollow">Thanks</a></li> =09<li><a href=3D"http://www.apache.org/foundation/sponsorship.html" title= =3D"The ASF sponsorship program" class=3D"external-link" rel=3D"nofollow">S= ponsorship program</a></li> =09<li><a href=3D"http://www.apache.org/security/" class=3D"external-link" = rel=3D"nofollow">Security</a></li> </ul> <h3><a name=3D"Navigation-Upcoming"></a>Upcoming</h3> =C2=A0=C2=A0 </div> <div id=3D"commentsSection" class=3D"wiki-content pageSection"> <div style=3D"float: right;"> <a href=3D"https://cwiki.apache.org/confluence/users/viewnotifi= cations.action" class=3D"grey">Change Notification Preferences</a> </div> <a href=3D"https://cwiki.apache.org/confluence/display/MINA/Navigat= ion">View Online</a> | <a href=3D"https://cwiki.apache.org/confluence/pages/diffpagesbyver= sion.action?pageId=3D61977&revisedVersion=3D43&originalVersion=3D42">View C= hanges</a> | <a href=3D"https://cwiki.apache.org/confluence/display/MINA/Navigat= ion?showComments=3Dtrue&amp;showCommentArea=3Dtrue#addcomment">Add Comment<= /a> </div> </div> </div> </div> </div> </body> </html> From [email protected] Thu Jun 16 12:19:25 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id B48276E24 for <[email protected]>; Thu, 16 Jun 2011 12:19:25 +0000 (UTC) Received: (qmail 43165 invoked by uid 500); 16 Jun 2011 12:19:25 -0000 Delivered-To: [email protected] Received: (qmail 43134 invoked by uid 500); 16 Jun 2011 12:19:25 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 43127 invoked by uid 99); 16 Jun 2011 12:19:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 12:19:25 +0000 X-ASF-Spam-Status: No, hits=-1994.3 required=5.0 tests=ALL_TRUSTED,HTML_FONT_LOW_CONTRAST,HTML_MESSAGE,MIME_HTML_ONLY X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 12:19:21 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p5GCJ0oK021872 for <[email protected]>; Thu, 16 Jun 2011 12:19:00 GMT Date: Thu, 16 Jun 2011 08:19:00 -0400 (EDT) From: [email protected] To: [email protected] Message-ID: <18152316.3371.1308226740049.JavaMail.confluence@thor> Subject: [CONF] Apache MINA > Downloads MIME-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org <html> <head> <base href=3D"https://cwiki.apache.org/confluence"> <link rel=3D"stylesheet" href=3D"/confluence/s/2042/9/1/_/style= s/combined.css?spaceKey=3DMINA&amp;forWysiwyg=3Dtrue" type=3D"text/css"> </head> <body style=3D"background: white;" bgcolor=3D"white" class=3D"email-body"> <div id=3D"pageContent"> <div id=3D"notificationFormat"> <div class=3D"wiki-content"> <div class=3D"email"> <h2><a href=3D"https://cwiki.apache.org/confluence/display/MINA/Downloa= ds">Downloads</a></h2> <h4>Page <b>edited</b> by <a href=3D"https://cwiki.apache.o= rg/confluence/display/~elecharny">Emmanuel L=C3=A9charny</a> </h4> <br/> <h4>Changes (5)</h4> =20 =20 <div id=3D"page-diffs"> <table class=3D"diff" cellpadding=3D"0" cellspacing=3D"= 0"> =20 <tr><td class=3D"diff-snipped" >...<br></td></tr> <tr><td class=3D"diff-unchanged" >{note} <br> <br></td></tr> <tr><td class=3D"diff-changed-lines" >h3. Apache MINA <span cla= ss=3D"diff-changed-words">2.0.<span class=3D"diff-deleted-chars"style=3D"co= lor:#999;background-color:#fdd;text-decoration:line-through;">3</span><span= class=3D"diff-added-chars"style=3D"background-color: #dfd;">4</span></span= > {color:green}stable{color} (Java 5+) <br></td></tr> <tr><td class=3D"diff-unchanged" > <br>h4. Binaries <br></td></= tr> <tr><td class=3D"diff-deleted-lines" style=3D"color:#999;backgr= ound-color:#fdd;text-decoration:line-through;">* .tar.gz archive [mina-2.0.= 3|http://mina.apache.org/dyn/closer.cgi/mina/2.0.3/apache-mina-2.0.3-bin.ta= r.gz] (signatures : [MD5|http://www.apache.org/dist/mina/2.0.3/apache-mina-= 2.0.3-bin.tar.gz.md5] [SHA1|http://www.apache.org/dist/mina/2.0.3/apache-mi= na-2.0.3-bin.tar.gz.sha1] [ASC|http://www.apache.org/dist/mina/2.0.3/apache= -mina-2.0.3-bin.tar.gz.asc]) <br>* .tar.bz2 archive [mina-2.0.3|http://mina= .apache.org/dyn/closer.cgi/mina/2.0.3/apache-mina-2.0.3-bin.tar.bz2] (signa= tures : [MD5|http://www.apache.org/dist/mina/2.0.3/apache-mina-2.0.3-bin.ta= r.bz2.md5] [SHA1|http://www.apache.org/dist/mina/2.0.3/apache-mina-2.0.3-bi= n.tar.bz2.sha1] [ASC|http://www.apache.org/dist/mina/2.0.3/apache-mina-2.0.= 3-bin.tar.bz2.asc]) <br>* .zip archive [mina-2.0.3|http://mina.apache.org/d= yn/closer.cgi/mina/2.0.3/apache-mina-2.0.3-bin.zip] (signatures : [MD5|http= ://www.apache.org/dist/mina/2.0.3/apache-mina-2.0.3-bin.zip.md5] [SHA1|http= ://www.apache.org/dist/mina/2.0.3/apache-mina-2.0.3-bin.zip.sha1] [ASC|http= ://www.apache.org/dist/mina/2.0.3/apache-mina-2.0.3-bin.zip.asc]) <br></td>= </tr> <tr><td class=3D"diff-added-lines" style=3D"background-color: #= dfd;">* .tar.gz archive [mina-2.0.4|http://mina.apache.org/dyn/closer.cgi/m= ina/2.0.4/apache-mina-2.0.4-bin.tar.gz] (signatures : [MD5|http://www.apach= e.org/dist/mina/2.0.4/apache-mina-2.0.4-bin.tar.gz.md5] [SHA1|http://www.ap= ache.org/dist/mina/2.0.4/apache-mina-2.0.4-bin.tar.gz.sha1] [ASC|http://www= .apache.org/dist/mina/2.0.4/apache-mina-2.0.4-bin.tar.gz.asc]) <br>* .tar.b= z2 archive [mina-2.0.4|http://mina.apache.org/dyn/closer.cgi/mina/2.0.4/apa= che-mina-2.0.4-bin.tar.bz2] (signatures : [MD5|http://www.apache.org/dist/m= ina/2.0.4/apache-mina-2.0.4-bin.tar.bz2.md5] [SHA1|http://www.apache.org/di= st/mina/2.0.4/apache-mina-2.0.4-bin.tar.bz2.sha1] [ASC|http://www.apache.or= g/dist/mina/2.0.4/apache-mina-2.0.4-bin.tar.bz2.asc]) <br>* .zip archive [m= ina-2.0.4|http://mina.apache.org/dyn/closer.cgi/mina/2.0.4/apache-mina-2.0.= 4-bin.zip] (signatures : [MD5|http://www.apache.org/dist/mina/2.0.4/apache-= mina-2.0.4-bin.zip.md5] [SHA1|http://www.apache.org/dist/mina/2.0.4/apache-= mina-2.0.4-bin.zip.sha1] [ASC|http://www.apache.org/dist/mina/2.0.4/apache-= mina-2.0.4-bin.zip.asc]) <br></td></tr> <tr><td class=3D"diff-unchanged" > <br>h4. Sources <br></td></t= r> <tr><td class=3D"diff-deleted-lines" style=3D"color:#999;backgr= ound-color:#fdd;text-decoration:line-through;">* .src.tar.gz archive [mina-= 2.0.3|http://mina.apache.org/dyn/closer.cgi/mina/2.0.3/apache-mina-2.0.3-sr= c.tar.gz] (signatures : [MD5|http://www.apache.org/dist/mina/2.0.3/apache-m= ina-2.0.3-src.tar.gz.md5] [SHA1|http://www.apache.org/dist/mina/2.0.3/apach= e-mina-2.0.3-src.tar.gz.sha1] [ASC|http://www.apache.org/dist/mina/2.0.3/ap= ache-mina-2.0.3-src.tar.gz.asc]) <br>* .src.tar.bz2 archive [mina-2.0.3|htt= p://mina.apache.org/dyn/closer.cgi/mina/2.0.3/apache-mina-2.0.3-src.tar.bz2= ] (signatures : [MD5|http://www.apache.org/dist/mina/2.0.3/apache-mina-2.0.= 3-src.tar.bz2.md5] [SHA1|http://www.apache.org/dist/mina/2.0.3/apache-mina-= 2.0.3-src.tar.bz2.sha1] [ASC|http://www.apache.org/dist/mina/2.0.3/apache-m= ina-2.0.3-src.tar.bz2.asc]) <br>* .src.zip archive [mina-2.0.3|http://mina.= apache.org/dyn/closer.cgi/mina/2.0.3/apache-mina-2.0.3-src.zip] (signatures= : [MD5|http://www.apache.org/dist/mina/2.0.3/apache-mina-2.0.3-src.zip.md5= ] [SHA1|http://www.apache.org/dist/mina/2.0.3/apache-mina-2.0.3-src.zip.sha= 1] [ASC|http://www.apache.org/dist/mina/2.0.3/apache-mina-2.0.3-src.zip.asc= ]) <br></td></tr> <tr><td class=3D"diff-added-lines" style=3D"background-color: #= dfd;">* .src.tar.gz archive [mina-2.0.4|http://mina.apache.org/dyn/closer.c= gi/mina/2.0.4/apache-mina-2.0.4-src.tar.gz] (signatures : [MD5|http://www.a= pache.org/dist/mina/2.0.4/apache-mina-2.0.4-src.tar.gz.md5] [SHA1|http://ww= w.apache.org/dist/mina/2.0.4/apache-mina-2.0.4-src.tar.gz.sha1] [ASC|http:/= /www.apache.org/dist/mina/2.0.4/apache-mina-2.0.4-src.tar.gz.asc]) <br>* .s= rc.tar.bz2 archive [mina-2.0.4|http://mina.apache.org/dyn/closer.cgi/mina/2= .0.4/apache-mina-2.0.4-src.tar.bz2] (signatures : [MD5|http://www.apache.or= g/dist/mina/2.0.4/apache-mina-2.0.4-src.tar.bz2.md5] [SHA1|http://www.apach= e.org/dist/mina/2.0.4/apache-mina-2.0.4-src.tar.bz2.sha1] [ASC|http://www.a= pache.org/dist/mina/2.0.4/apache-mina-2.0.4-src.tar.bz2.asc]) <br>* .src.zi= p archive [mina-2.0.4|http://mina.apache.org/dyn/closer.cgi/mina/2.0.4/apac= he-mina-2.0.4-src.zip] (signatures : [MD5|http://www.apache.org/dist/mina/2= .0.4/apache-mina-2.0.4-src.zip.md5] [SHA1|http://www.apache.org/dist/mina/2= .0.4/apache-mina-2.0.4-src.zip.sha1] [ASC|http://www.apache.org/dist/mina/2= .0.4/apache-mina-2.0.4-src.zip.asc]) <br></td></tr> <tr><td class=3D"diff-unchanged" > <br>{note} <br></td></tr> <tr><td class=3D"diff-snipped" >...<br></td></tr> =20 </table> </div> <h4>Full Content</h4> <div class=3D"notificationGreySide"> <h2><a name=3D"Downloads-LatestReleases"></a>Latest Releases</h2> <div class=3D'panelMacro'><table class=3D'noteMacro'><colgroup><col width= =3D'24'><col></colgroup><tr><td valign=3D'top'><img src=3D"/confluence/imag= es/icons/emoticons/warning.gif" width=3D"16" height=3D"16" align=3D"absmidd= le" alt=3D"" border=3D"0"></td><td><b>Be Careful</b><br />The links will re= direct you to a list of the nearest mirrors, if a mirror hasn't got the lat= est version yet due to propagation delay you can try another one.</td></tr>= </table></div> <h3><a name=3D"Downloads-ApacheMINA2.0.4%28Java5%29"></a>Apache MINA 2.0.4 = <font color=3D"green">stable</font> (Java 5+)</h3> <h4><a name=3D"Downloads-Binaries"></a>Binaries</h4> <ul> =09<li>.tar.gz archive <a href=3D"http://mina.apache.org/dyn/closer.cgi/min= a/2.0.4/apache-mina-2.0.4-bin.tar.gz" class=3D"external-link" rel=3D"nofoll= ow">mina-2.0.4</a> (signatures : <a href=3D"http://www.apache.org/dist/mina= /2.0.4/apache-mina-2.0.4-bin.tar.gz.md5" class=3D"external-link" rel=3D"nof= ollow">MD5</a> <a href=3D"http://www.apache.org/dist/mina/2.0.4/apache-mina= -2.0.4-bin.tar.gz.sha1" class=3D"external-link" rel=3D"nofollow">SHA1</a> <= a href=3D"http://www.apache.org/dist/mina/2.0.4/apache-mina-2.0.4-bin.tar.g= z.asc" class=3D"external-link" rel=3D"nofollow">ASC</a>)</li> =09<li>.tar.bz2 archive <a href=3D"http://mina.apache.org/dyn/closer.cgi/mi= na/2.0.4/apache-mina-2.0.4-bin.tar.bz2" class=3D"external-link" rel=3D"nofo= llow">mina-2.0.4</a> (signatures : <a href=3D"http://www.apache.org/dist/mi= na/2.0.4/apache-mina-2.0.4-bin.tar.bz2.md5" class=3D"external-link" rel=3D"= nofollow">MD5</a> <a href=3D"http://www.apache.org/dist/mina/2.0.4/apache-m= ina-2.0.4-bin.tar.bz2.sha1" class=3D"external-link" rel=3D"nofollow">SHA1</= a> <a href=3D"http://www.apache.org/dist/mina/2.0.4/apache-mina-2.0.4-bin.t= ar.bz2.asc" class=3D"external-link" rel=3D"nofollow">ASC</a>)</li> =09<li>.zip archive <a href=3D"http://mina.apache.org/dyn/closer.cgi/mina/2= .0.4/apache-mina-2.0.4-bin.zip" class=3D"external-link" rel=3D"nofollow">mi= na-2.0.4</a> (signatures : <a href=3D"http://www.apache.org/dist/mina/2.0.4= /apache-mina-2.0.4-bin.zip.md5" class=3D"external-link" rel=3D"nofollow">MD= 5</a> <a href=3D"http://www.apache.org/dist/mina/2.0.4/apache-mina-2.0.4-bi= n.zip.sha1" class=3D"external-link" rel=3D"nofollow">SHA1</a> <a href=3D"ht= tp://www.apache.org/dist/mina/2.0.4/apache-mina-2.0.4-bin.zip.asc" class=3D= "external-link" rel=3D"nofollow">ASC</a>)</li> </ul> <h4><a name=3D"Downloads-Sources"></a>Sources</h4> <ul> =09<li>.src.tar.gz archive <a href=3D"http://mina.apache.org/dyn/closer.cgi= /mina/2.0.4/apache-mina-2.0.4-src.tar.gz" class=3D"external-link" rel=3D"no= follow">mina-2.0.4</a> (signatures : <a href=3D"http://www.apache.org/dist/= mina/2.0.4/apache-mina-2.0.4-src.tar.gz.md5" class=3D"external-link" rel=3D= "nofollow">MD5</a> <a href=3D"http://www.apache.org/dist/mina/2.0.4/apache-= mina-2.0.4-src.tar.gz.sha1" class=3D"external-link" rel=3D"nofollow">SHA1</= a> <a href=3D"http://www.apache.org/dist/mina/2.0.4/apache-mina-2.0.4-src.t= ar.gz.asc" class=3D"external-link" rel=3D"nofollow">ASC</a>)</li> =09<li>.src.tar.bz2 archive <a href=3D"http://mina.apache.org/dyn/closer.cg= i/mina/2.0.4/apache-mina-2.0.4-src.tar.bz2" class=3D"external-link" rel=3D"= nofollow">mina-2.0.4</a> (signatures : <a href=3D"http://www.apache.org/dis= t/mina/2.0.4/apache-mina-2.0.4-src.tar.bz2.md5" class=3D"external-link" rel= =3D"nofollow">MD5</a> <a href=3D"http://www.apache.org/dist/mina/2.0.4/apac= he-mina-2.0.4-src.tar.bz2.sha1" class=3D"external-link" rel=3D"nofollow">SH= A1</a> <a href=3D"http://www.apache.org/dist/mina/2.0.4/apache-mina-2.0.4-s= rc.tar.bz2.asc" class=3D"external-link" rel=3D"nofollow">ASC</a>)</li> =09<li>.src.zip archive <a href=3D"http://mina.apache.org/dyn/closer.cgi/mi= na/2.0.4/apache-mina-2.0.4-src.zip" class=3D"external-link" rel=3D"nofollow= ">mina-2.0.4</a> (signatures : <a href=3D"http://www.apache.org/dist/mina/2= .0.4/apache-mina-2.0.4-src.zip.md5" class=3D"external-link" rel=3D"nofollow= ">MD5</a> <a href=3D"http://www.apache.org/dist/mina/2.0.4/apache-mina-2.0.= 4-src.zip.sha1" class=3D"external-link" rel=3D"nofollow">SHA1</a> <a href= =3D"http://www.apache.org/dist/mina/2.0.4/apache-mina-2.0.4-src.zip.asc" cl= ass=3D"external-link" rel=3D"nofollow">ASC</a>)</li> </ul> <div class=3D'panelMacro'><table class=3D'noteMacro'><colgroup><col width= =3D'24'><col></colgroup><tr><td valign=3D'top'><img src=3D"/confluence/imag= es/icons/emoticons/warning.gif" width=3D"16" height=3D"16" align=3D"absmidd= le" alt=3D"" border=3D"0"></td><td>For people wanting to use the <b>serial<= /b> package, we don't include the <b>rxtx.jar</b> library in the releases, = as it's under a LGPL license. Please download it from <a href=3D"http://rxt= x.qbang.org/wiki/index.php/Download" class=3D"external-link" rel=3D"nofollo= w">http://rxtx.qbang.org/wiki/index.php/Download</a> or add the associated = dependency in your maven pom.xml : <p>&lt;dependency&gt;<br/> &lt;groupId&gt;org.rxtx&lt;/groupId&gt;<br/> &lt;artifactId&gt;rxtx&lt;/artifactId&gt;<br/> &lt;version&gt;2.1.7&lt;/version&gt;<br/> &lt;scope&gt;provided&lt;/scope&gt;<br/> &lt;/dependency&gt;</p></td></tr></table></div> <h3><a name=3D"Downloads-ApacheMINA1.1.7%28Java5%29"></a>Apache MINA 1.1.7 = <font color=3D"green">stable</font> (Java 5+)</h3> <ul> =09<li>.tar.gz archive <a href=3D"http://mina.apache.org/dyn/closer.cgi/min= a/1.1.7/mina-1.1.7.tar.gz" class=3D"external-link" rel=3D"nofollow">mina-1.= 1.7</a> (signatures : <a href=3D"http://www.apache.org/dist/mina/1.1.7/mina= -1.1.7.tar.gz.md5" class=3D"external-link" rel=3D"nofollow">MD5</a> <a href= =3D"http://www.apache.org/dist/mina/1.1.7/mina-1.1.7.tar.gz.sha1" class=3D"= external-link" rel=3D"nofollow">SHA1</a> <a href=3D"http://www.apache.org/d= ist/mina/1.1.7/mina-1.1.7.tar.gz.asc" class=3D"external-link" rel=3D"nofoll= ow">ASC</a>)</li> =09<li>.tar.bz2 archive <a href=3D"http://mina.apache.org/dyn/closer.cgi/mi= na/1.1.7/mina-1.1.7.tar.bz2" class=3D"external-link" rel=3D"nofollow">mina-= 1.1.7</a> (signatures : <a href=3D"http://www.apache.org/dist/mina/1.1.7/mi= na-1.1.7.tar.bz2.md5" class=3D"external-link" rel=3D"nofollow">MD5</a> <a h= ref=3D"http://www.apache.org/dist/mina/1.1.7/mina-1.1.7.tar.bz2.sha1" class= =3D"external-link" rel=3D"nofollow">SHA1</a> <a href=3D"http://www.apache.o= rg/dist/mina/1.1.7/mina-1.1.7.tar.bz2.asc" class=3D"external-link" rel=3D"n= ofollow">ASC</a>)</li> =09<li>.zip archive <a href=3D"http://mina.apache.org/dyn/closer.cgi/mina/1= .1.7/mina-1.1.7.zip" class=3D"external-link" rel=3D"nofollow">mina-1.1.7</a= > (signatures : <a href=3D"http://www.apache.org/dist/mina/1.1.7/mina-1.1.7= .zip.md5" class=3D"external-link" rel=3D"nofollow">MD5</a> <a href=3D"http:= //www.apache.org/dist/mina/1.1.7/mina-1.1.7.zip.sha1" class=3D"external-lin= k" rel=3D"nofollow">SHA1</a> <a href=3D"http://www.apache.org/dist/mina/1.1= .7/mina-1.1.7.zip.asc" class=3D"external-link" rel=3D"nofollow">ASC</a>)</l= i> </ul> <h3><a name=3D"Downloads-ApacheMINA1.0.10%28Java1.4%29"></a>Apache MINA 1.0= .10 <font color=3D"green">stable</font> (Java 1.4)</h3> <ul> =09<li>.tar.gz archive <a href=3D"http://mina.apache.org/dyn/closer.cgi/min= a/1.0.10/mina-1.0.10.tar.gz" class=3D"external-link" rel=3D"nofollow">mina-= 1.0.10</a> (signatures : <a href=3D"http://www.apache.org/dist/mina/1.0.10/= mina-1.0.10.tar.gz.md5" class=3D"external-link" rel=3D"nofollow">MD5</a> <a= href=3D"http://www.apache.org/dist/mina/1.0.10/mina-1.0.10.tar.gz.sha1" cl= ass=3D"external-link" rel=3D"nofollow">SHA1</a> <a href=3D"http://www.apach= e.org/dist/mina/1.0.10/mina-1.0.10.tar.gz.asc" class=3D"external-link" rel= =3D"nofollow">ASC</a>)</li> =09<li>.tar.bz2 archive <a href=3D"http://mina.apache.org/dyn/closer.cgi/mi= na/1.0.10/mina-1.0.10.tar.bz2" class=3D"external-link" rel=3D"nofollow">min= a-1.0.10</a> (signatures : <a href=3D"http://www.apache.org/dist/mina/1.0.1= 0/mina-1.0.10.tar.bz2.md5" class=3D"external-link" rel=3D"nofollow">MD5</a>= <a href=3D"http://www.apache.org/dist/mina/1.0.10/mina-1.0.10.tar.bz2.sha1= " class=3D"external-link" rel=3D"nofollow">SHA1</a> <a href=3D"http://www.a= pache.org/dist/mina/1.0.10/mina-1.0.10.tar.bz2.asc" class=3D"external-link"= rel=3D"nofollow">ASC</a>)</li> =09<li>.zip archive <a href=3D"http://mina.apache.org/dyn/closer.cgi/mina/1= .0.10/mina-1.0.10.zip" class=3D"external-link" rel=3D"nofollow">mina-1.0.10= </a> (signatures : <a href=3D"http://www.apache.org/dist/mina/1.0.10/mina-1= .0.10.zip.md5" class=3D"external-link" rel=3D"nofollow">MD5</a> <a href=3D"= http://www.apache.org/dist/mina/1.0.10/mina-1.0.10.zip.sha1" class=3D"exter= nal-link" rel=3D"nofollow">SHA1</a> <a href=3D"http://www.apache.org/dist/m= ina/1.0.10/mina-1.0.10.zip.asc" class=3D"external-link" rel=3D"nofollow">AS= C</a>)</li> </ul> <p><font color=3D"green"><b>Older versions can be found <a href=3D"http://a= rchive.apache.org/dist/mina/" class=3D"external-link" rel=3D"nofollow">here= </a></b></font></p> <h2><a name=3D"Downloads-Verifytheintegrityofthefiles"></a>Verify the integ= rity of the files</h2> <p>The PGP signatures can be verified using PGP or GPG. First download the = <a href=3D"https://svn.apache.org/repos/asf/mina/KEYS" class=3D"external-li= nk" rel=3D"nofollow">KEYS</a> as well as the asc signature file for the rel= evant distribution. Then verify the signatures using:</p> <div class=3D"code panel" style=3D"border-width: 1px;"><div class=3D"codeCo= ntent panelContent"> <pre class=3D"code-none"> $ pgpk -a KEYS $ pgpv mina-1.2.3.tar.gz.asc </pre> </div></div> <p>or</p> <div class=3D"code panel" style=3D"border-width: 1px;"><div class=3D"codeCo= ntent panelContent"> <pre class=3D"code-none"> $ pgp -ka KEYS $ pgp mina-1.2.3.tar.gz.asc </pre> </div></div> <p>or</p> <div class=3D"code panel" style=3D"border-width: 1px;"><div class=3D"codeCo= ntent panelContent"> <pre class=3D"code-none"> $ gpg --import KEYS $ gpg --verify mina-1.2.3.tar.gz.asc </pre> </div></div> <h2><a name=3D"Downloads-LatestPrereleaseSnapshots"></a>Latest Pre-release = Snapshots</h2> <p>The snapshot JAR files can be found at <a href=3D"http://people.apache.o= rg/repo/m2-snapshot-repository/org/apache/mina/" class=3D"external-link" re= l=3D"nofollow">the ASF Maven 2 snapshot repository</a>. Please note that = we don't provide the full distribution (e.g. tarball) of the latest pre-rel= ease snapshots. Please check out the source code from <a href=3D"/confluen= ce/display/MINA/Developer+Guide" title=3D"Developer Guide">our subversion r= epository</a> to build the full distribution by yourself.</p> <h2><a name=3D"Downloads-PreviousReleases"></a>Previous Releases</h2> <p>The previous releases can be found <a href=3D"http://archive.apache.org/= dist/mina/" class=3D"external-link" rel=3D"nofollow">here</a>. Please note = that the following releases contains a LGPL licensed file, rxtx-2.1.7.jar: = 2.0.0-M4, 2.0.0-M5, 2.0.0-M6, 2.0.0-RC1.</p> <h2><a name=3D"Downloads-VersionNumberingScheme"></a>Version Numbering Sche= me</h2> <p>The version number of MINA has the following form:</p> <div class=3D'panelMacro'><table class=3D'infoMacro'><colgroup><col width= =3D'24'><col></colgroup><tr><td valign=3D'top'><img src=3D"/confluence/imag= es/icons/emoticons/information.gif" width=3D"16" height=3D"16" align=3D"abs= middle" alt=3D"" border=3D"0"></td><td><tt>&lt;major&gt;.&lt;minor&gt;.&lt;= micro&gt;[-M&lt;milestone number&gt; or &#45;RC&lt;release candidate number= &gt;]</tt></td></tr></table></div> <p>This scheme has three number components:</p> <ul> =09<li>The <b>major</b> number increases when there are incompatible change= s in the API.</li> =09<li>The <b>minor</b> number increases when a new feature is introduced.<= /li> =09<li>The <b>micro</b> number increases when a bug or a trivial change is = made.</li> </ul> <p>and an optional label that indicates the maturity of a release:</p> <ul> =09<li><b>M</b> (Milestone) means the feature set can change at any time in= the next milestone releases. The last milestone release becomes the first= release candidate after a vote.</li> =09<li><b>RC</b> (Release Candidate) means the feature set is frozen and th= e next RC releases will focus on fixing problems unless there is a serious = flaw in design. The last release candidate becomes the first GA release af= ter a vote.</li> =09<li>No label implies <b>GA</b> (General Availability), which means the r= elease is stable enough and therefore ready for production environment.</li= > </ul> <p>MINA is not a stand-alone software, so '<b>the feature set</b>' here als= o includes the API of the newly introduced features and the overall archite= cture of the software,</p> <p>Here's an example that illustrates how MINA version number increases:</p= > <div class=3D'panelMacro'><table class=3D'infoMacro'><colgroup><col width= =3D'24'><col></colgroup><tr><td valign=3D'top'><img src=3D"/confluence/imag= es/icons/emoticons/information.gif" width=3D"16" height=3D"16" align=3D"abs= middle" alt=3D"" border=3D"0"></td><td>2.0.0-M1 &#45;&gt; 2.0.0-M3 &#45;&gt= ; 2.0.0-M3 &#45;&gt; 2.0.0-M4 - 2.0.0-RC1 &#45;&gt; 2.0.0-RC2 &#45;&gt; 2.= 0.0-RC3 - <b>2.0.0</b> &#45;&gt; 2.0.1 &#45;&gt; 2.0.2 &#45;&gt; 2.1.0-M1 .= ..</td></tr></table></div> <p>Please note that we always specify the micro number, even if it's zero.<= /p> </div> <div id=3D"commentsSection" class=3D"wiki-content pageSection"> <div style=3D"float: right;"> <a href=3D"https://cwiki.apache.org/confluence/users/viewnotifi= cations.action" class=3D"grey">Change Notification Preferences</a> </div> <a href=3D"https://cwiki.apache.org/confluence/display/MINA/Downloa= ds">View Online</a> | <a href=3D"https://cwiki.apache.org/confluence/pages/diffpagesbyver= sion.action?pageId=3D29264&revisedVersion=3D48&originalVersion=3D47">View C= hanges</a> | <a href=3D"https://cwiki.apache.org/confluence/display/MINA/Downloa= ds?showComments=3Dtrue&amp;showCommentArea=3Dtrue#addcomment">Add Comment</= a> </div> </div> </div> </div> </div> </body> </html> From [email protected] Thu Jun 16 22:43:46 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 1AF226F45 for <[email protected]>; Thu, 16 Jun 2011 22:43:46 +0000 (UTC) Received: (qmail 20240 invoked by uid 500); 16 Jun 2011 22:43:46 -0000 Delivered-To: [email protected] Received: (qmail 20202 invoked by uid 500); 16 Jun 2011 22:43:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 20195 invoked by uid 99); 16 Jun 2011 22:43:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 22:43:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 22:43:44 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id D1B32C00F5 for <[email protected]>; Thu, 16 Jun 2011 22:43:24 +0000 (UTC) Date: Thu, 16 Jun 2011 22:43:24 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <1927123203.331308264204842.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Jenkins_build_became_unstable:__ftpserver-tru?= =?UTF-8?Q?nk-jdk1.6-solaris_=C2=BB_Apache_FtpServer_Core_#469?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-solaris/org.apache.ftpserver$ftpserver-core/469/> From [email protected] Thu Jun 16 22:43:52 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id E3FFC6F50 for <[email protected]>; Thu, 16 Jun 2011 22:43:51 +0000 (UTC) Received: (qmail 20321 invoked by uid 500); 16 Jun 2011 22:43:51 -0000 Delivered-To: [email protected] Received: (qmail 20296 invoked by uid 500); 16 Jun 2011 22:43:51 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 20289 invoked by uid 99); 16 Jun 2011 22:43:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 22:43:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 22:43:50 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id D8405C00F7 for <[email protected]>; Thu, 16 Jun 2011 22:43:30 +0000 (UTC) Date: Thu, 16 Jun 2011 22:43:30 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <1882457929.341308264210884.JavaMail.hudson@aegis> Subject: Jenkins build became unstable: ftpserver-trunk-jdk1.6-solaris #469 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-solaris/469/> From [email protected] Thu Jun 16 22:54:26 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 2E75265A6 for <[email protected]>; Thu, 16 Jun 2011 22:54:26 +0000 (UTC) Received: (qmail 26583 invoked by uid 500); 16 Jun 2011 22:54:26 -0000 Delivered-To: [email protected] Received: (qmail 26558 invoked by uid 500); 16 Jun 2011 22:54:26 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 26551 invoked by uid 99); 16 Jun 2011 22:54:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 22:54:26 +0000 X-ASF-Spam-Status: No, hits=-1994.3 required=5.0 tests=ALL_TRUSTED,HTML_MESSAGE,MIME_HTML_ONLY X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 22:54:23 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p5GMs2aG027717 for <[email protected]>; Thu, 16 Jun 2011 22:54:02 GMT Date: Thu, 16 Jun 2011 18:54:02 -0400 (EDT) From: [email protected] To: [email protected] Message-ID: <3410132.3409.1308264842339.JavaMail.confluence@thor> Subject: [CONF] Apache MINA > Apache MINA 2.0.4 Released MIME-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org <html> <head> <base href=3D"https://cwiki.apache.org/confluence"> <link rel=3D"stylesheet" href=3D"/confluence/s/2042/9/1/_/style= s/combined.css?spaceKey=3DMINA&amp;forWysiwyg=3Dtrue" type=3D"text/css"> </head> <body style=3D"background: white;" bgcolor=3D"white" class=3D"email-body"> <div id=3D"pageContent"> <div id=3D"notificationFormat"> <div class=3D"wiki-content"> <div class=3D"email"> <h2><a href=3D"https://cwiki.apache.org/confluence/display/MINA/2011/06= /16/Apache+MINA+2.0.4+Released">Apache MINA 2.0.4 Released</a></h2> <h4>Blog post <b>added</b> by <a href=3D"https://cwiki.apa= che.org/confluence/display/~elecharny">Emmanuel L=C3=A9charny</a> </h4> <br/> <div class=3D"notificationGreySide"> <p>The Apache MINA project is pleased to announce MINA 2.0.4 ! Thi= s version is a bug fix release.</p> <p>We recommend all users to upgrade to this release. We consider this a st= able and production ready release.</p> <p><a href=3D"https://issues.apache.org/jira/secure/ReleaseNote.jspa?projec= tId=3D10670&amp;version=3D12316009" class=3D"external-link" rel=3D"nofollow= ">Release note</a></p> </div> <div id=3D"commentsSection" class=3D"wiki-content pageSection"> <div style=3D"float: right;"> <a href=3D"https://cwiki.apache.org/confluence/users/viewnotifi= cations.action" class=3D"grey">Change Notification Preferences</a> </div> <a href=3D"https://cwiki.apache.org/confluence/display/MINA/2011/06/= 16/Apache+MINA+2.0.4+Released">View Online</a> | <a href=3D"https://cwiki.apache.org/confluence/display/MINA/2011/06/= 16/Apache+MINA+2.0.4+Released?showComments=3Dtrue&amp;showCommentArea=3Dtru= e#addcomment">Add Comment</a> </div> </div> </div> </div> </div> </body> </html> From [email protected] Thu Jun 16 23:04:21 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id B90666E1A for <[email protected]>; Thu, 16 Jun 2011 23:04:21 +0000 (UTC) Received: (qmail 41434 invoked by uid 500); 16 Jun 2011 23:04:21 -0000 Delivered-To: [email protected] Received: (qmail 41403 invoked by uid 500); 16 Jun 2011 23:04:21 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 41396 invoked by uid 99); 16 Jun 2011 23:04:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 23:04:21 +0000 X-ASF-Spam-Status: No, hits=-1994.3 required=5.0 tests=ALL_TRUSTED,HTML_FONT_LOW_CONTRAST,HTML_MESSAGE,MIME_HTML_ONLY X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 23:04:20 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p5GN40lI027852 for <[email protected]>; Thu, 16 Jun 2011 23:04:00 GMT Date: Thu, 16 Jun 2011 19:04:00 -0400 (EDT) From: [email protected] To: [email protected] Message-ID: <13119252.3410.1308265440053.JavaMail.confluence@thor> Subject: [CONF] Apache MINA > Navigation MIME-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Auto-Submitted: auto-generated <html> <head> <base href=3D"https://cwiki.apache.org/confluence"> <link rel=3D"stylesheet" href=3D"/confluence/s/2042/9/1/_/style= s/combined.css?spaceKey=3DMINA&amp;forWysiwyg=3Dtrue" type=3D"text/css"> </head> <body style=3D"background: white;" bgcolor=3D"white" class=3D"email-body"> <div id=3D"pageContent"> <div id=3D"notificationFormat"> <div class=3D"wiki-content"> <div class=3D"email"> <h2><a href=3D"https://cwiki.apache.org/confluence/display/MINA/Navigat= ion">Navigation</a></h2> <h4>Page <b>edited</b> by <a href=3D"https://cwiki.apache.o= rg/confluence/display/~elecharny">Emmanuel L=C3=A9charny</a> </h4> <br/> <h4>Changes (1)</h4> =20 =20 <div id=3D"page-diffs"> <table class=3D"diff" cellpadding=3D"0" cellspacing=3D"= 0"> =20 <tr><td class=3D"diff-snipped" >...<br></td></tr> <tr><td class=3D"diff-unchanged" >* [Mina 1.0.10|http://mina.ap= ache.org/downloads.html] <br>* [FtpServer 1.0.5|http://mina.apache.org/ftps= erver/downloads.html] <br></td></tr> <tr><td class=3D"diff-changed-lines" >* [Vysper <span class=3D"= diff-changed-words">0.<span class=3D"diff-deleted-chars"style=3D"color:#999= ;background-color:#fdd;text-decoration:line-through;">6</span><span class= =3D"diff-added-chars"style=3D"background-color: #dfd;">7</span>|http://mina= .apache.org/vysper/downloads.html]</span> <br></td></tr> <tr><td class=3D"diff-unchanged" >* [SSHD 0.5.0|http://mina.apa= che.org/sshd/downloads.html] <br>{HTMLcomment:hidden}* [AsyncWeb-unstable|N= ot yet available]{HTMLcomment} <br></td></tr> <tr><td class=3D"diff-snipped" >...<br></td></tr> =20 </table> </div> <h4>Full Content</h4> <div class=3D"notificationGreySide"> <h3><a name=3D"Navigation-Latestdownloads"></a>Latest downloads</h3= > <ul> =09<li><a href=3D"http://mina.apache.org/downloads.html" class=3D"external-= link" rel=3D"nofollow">Mina 2.0.4</a></li> =09<li><a href=3D"http://mina.apache.org/downloads.html" class=3D"external-= link" rel=3D"nofollow">Mina 1.1.7</a></li> =09<li><a href=3D"http://mina.apache.org/downloads.html" class=3D"external-= link" rel=3D"nofollow">Mina 1.0.10</a></li> =09<li><a href=3D"http://mina.apache.org/ftpserver/downloads.html" class=3D= "external-link" rel=3D"nofollow">FtpServer 1.0.5</a></li> =09<li><a href=3D"http://mina.apache.org/vysper/downloads.html" class=3D"ex= ternal-link" rel=3D"nofollow">Vysper 0.7</a></li> =09<li><a href=3D"http://mina.apache.org/sshd/downloads.html" class=3D"exte= rnal-link" rel=3D"nofollow">SSHD 0.5.0</a><br/> </li> </ul> <h3><a name=3D"Navigation-Projects"></a>Projects</h3> <ul> =09<li><a href=3D"http://mina.apache.org/" title=3D"Index" class=3D"externa= l-link" rel=3D"nofollow">MINA</a></li> =09<li><a href=3D"http://mina.apache.org/ftpserver/" title=3D"FtpServer" cl= ass=3D"external-link" rel=3D"nofollow">FtpServer</a></li> =09<li><a href=3D"http://mina.apache.org/asyncweb" title=3D"AsyncWeb" class= =3D"external-link" rel=3D"nofollow">AsyncWeb</a></li> =09<li><a href=3D"http://mina.apache.org/sshd" title=3D"SSHD" class=3D"exte= rnal-link" rel=3D"nofollow">SSHD</a></li> =09<li><a href=3D"http://mina.apache.org/vysper" title=3D"Vysper" class=3D"= external-link" rel=3D"nofollow">Vysper</a></li> </ul> <h3><a name=3D"Navigation-Documentation"></a>Documentation</h3> <ul> =09<li><a href=3D"http://mina.apache.org/features.html" class=3D"external-l= ink" rel=3D"nofollow">Features</a></li> =09<li><a href=3D"http://mina.apache.org/road-map.html" class=3D"external-l= ink" rel=3D"nofollow">Road Map</a></li> =09<li><a href=3D"http://mina.apache.org/documentation.html" class=3D"exter= nal-link" rel=3D"nofollow">MINA 1.0</a></li> =09<li><a href=3D"http://mina.apache.org/documentation.html" class=3D"exter= nal-link" rel=3D"nofollow">MINA 1.1</a></li> =09<li><a href=3D"http://mina.apache.org/documentation.html" class=3D"exter= nal-link" rel=3D"nofollow">MINA 2.0</a></li> =09<li><a href=3D"http://mina.apache.org/ftpserver/documentation.html" clas= s=3D"external-link" rel=3D"nofollow">FtpServer</a></li> =09<li><a href=3D"http://mina.apache.org/asyncweb" title=3D"AsyncWeb" class= =3D"external-link" rel=3D"nofollow">AsyncWeb</a></li> =09<li><a href=3D"http://mina.apache.org/sshd/documentation.html" class=3D"= external-link" rel=3D"nofollow">SSHd</a></li> =09<li><a href=3D"http://mina.apache.org/faq.html" class=3D"external-link" = rel=3D"nofollow">FAQ</a></li> </ul> <h3><a name=3D"Navigation-Resources"></a>Resources</h3> <ul> =09<li><a href=3D"http://mina.apache.org/downloads.html" class=3D"external-= link" rel=3D"nofollow">Downloads</a></li> =09<li><a href=3D"http://mina.apache.org/contact.html" class=3D"external-li= nk" rel=3D"nofollow">Mailing lists &amp; IRC</a></li> =09<li><a href=3D"http://mina.apache.org/issue-tracking.html" class=3D"exte= rnal-link" rel=3D"nofollow">Issue tracking</a></li> =09<li><a href=3D"http://mina.apache.org/sources.html" class=3D"external-li= nk" rel=3D"nofollow">Sources</a></li> =09<li><a href=3D"/confluence/display/MINA/Performance+Test+Reports" title= =3D"Performance Test Reports">Performances</a></li> =09<li><a href=3D"http://mina.apache.org/testimonials.html" class=3D"extern= al-link" rel=3D"nofollow">Testimonials</a></li> =09<li><a href=3D"/confluence/display/MINA/Conferences" title=3D"Conference= s">Conferences</a></li> =09<li><a href=3D"/confluence/display/MINA/Developer+Guide" title=3D"Develo= per Guide">Developers Guide</a></li> =09<li><a href=3D"/confluence/display/MINA/Related+Projects" title=3D"Relat= ed Projects">Related Projects</a></li> =09<li><a href=3D"http://people.apache.org/~vgritsenko/stats/projects/mina.= html" class=3D"external-link" rel=3D"nofollow">Statistics</a></li> </ul> <h3><a name=3D"Navigation-Community"></a>Community</h3> <ul> =09<li><a href=3D"http://mina.apache.org/contributors.html" class=3D"extern= al-link" rel=3D"nofollow">Team</a></li> =09<li><a href=3D"http://www.apache.org/licenses/" class=3D"external-link" = rel=3D"nofollow">License</a></li> =09<li><a href=3D"http://www.apache.org/foundation/contributing.html" class= =3D"external-link" rel=3D"nofollow">Contributing</a></li> =09<li><a href=3D"http://www.apache.org/" title=3D"Apache Software Foundati= on" class=3D"external-link" rel=3D"nofollow">ASF main site</a></li> =09<li><a href=3D"http://www.apache.org/foundation/thanks.html" class=3D"ex= ternal-link" rel=3D"nofollow">Thanks</a></li> =09<li><a href=3D"http://www.apache.org/foundation/sponsorship.html" title= =3D"The ASF sponsorship program" class=3D"external-link" rel=3D"nofollow">S= ponsorship program</a></li> =09<li><a href=3D"http://www.apache.org/security/" class=3D"external-link" = rel=3D"nofollow">Security</a></li> </ul> <h3><a name=3D"Navigation-Upcoming"></a>Upcoming</h3> =C2=A0=C2=A0 </div> <div id=3D"commentsSection" class=3D"wiki-content pageSection"> <div style=3D"float: right;"> <a href=3D"https://cwiki.apache.org/confluence/users/viewnotifi= cations.action" class=3D"grey">Change Notification Preferences</a> </div> <a href=3D"https://cwiki.apache.org/confluence/display/MINA/Navigat= ion">View Online</a> | <a href=3D"https://cwiki.apache.org/confluence/pages/diffpagesbyver= sion.action?pageId=3D61977&revisedVersion=3D44&originalVersion=3D43">View C= hanges</a> | <a href=3D"https://cwiki.apache.org/confluence/display/MINA/Navigat= ion?showComments=3Dtrue&amp;showCommentArea=3Dtrue#addcomment">Add Comment<= /a> </div> </div> </div> </div> </div> </body> </html> From [email protected] Thu Jun 16 23:24:11 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id C7A2167AF for <[email protected]>; Thu, 16 Jun 2011 23:24:11 +0000 (UTC) Received: (qmail 60279 invoked by uid 500); 16 Jun 2011 23:24:11 -0000 Delivered-To: [email protected] Received: (qmail 60255 invoked by uid 500); 16 Jun 2011 23:24:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 60248 invoked by uid 99); 16 Jun 2011 23:24:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 23:24:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 23:24:10 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 87029C00F5 for <[email protected]>; Thu, 16 Jun 2011 23:23:50 +0000 (UTC) Date: Thu, 16 Jun 2011 23:23:50 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <2110041101.501308266630536.JavaMail.hudson@aegis> In-Reply-To: <639080307.1781308094264193.JavaMail.hudson@aegis> References: <639080307.1781308094264193.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Jenkins_build_is_back_to_stable_:_ftpserver-trun?= =?UTF-8?Q?k-jdk1.5-ibm-ubuntu_=C2=BB_Apache_FtpServer_Core_#114?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-trunk-jdk1.5-ibm-ubuntu/org.apache.ftpserver$ftpserver-core/114/> From [email protected] Thu Jun 16 23:24:12 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 06C6A67BD for <[email protected]>; Thu, 16 Jun 2011 23:24:12 +0000 (UTC) Received: (qmail 60349 invoked by uid 500); 16 Jun 2011 23:24:11 -0000 Delivered-To: [email protected] Received: (qmail 60322 invoked by uid 500); 16 Jun 2011 23:24:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 60315 invoked by uid 99); 16 Jun 2011 23:24:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 23:24:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 23:24:10 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id DF1CEC00F7 for <[email protected]>; Thu, 16 Jun 2011 23:23:50 +0000 (UTC) Date: Thu, 16 Jun 2011 23:23:50 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <790514468.511308266630912.JavaMail.hudson@aegis> In-Reply-To: <791443512.1791308094267673.JavaMail.hudson@aegis> References: <791443512.1791308094267673.JavaMail.hudson@aegis> Subject: Jenkins build is back to stable : ftpserver-trunk-jdk1.5-ibm-ubuntu #114 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-trunk-jdk1.5-ibm-ubuntu/114/> From [email protected] Thu Jun 16 23:26:35 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 6924B67FB for <[email protected]>; Thu, 16 Jun 2011 23:26:35 +0000 (UTC) Received: (qmail 62263 invoked by uid 500); 16 Jun 2011 23:26:35 -0000 Delivered-To: [email protected] Received: (qmail 62235 invoked by uid 500); 16 Jun 2011 23:26:35 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 62228 invoked by uid 99); 16 Jun 2011 23:26:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 23:26:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 23:26:34 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 43144C00F5 for <[email protected]>; Thu, 16 Jun 2011 23:26:14 +0000 (UTC) Date: Thu, 16 Jun 2011 23:26:14 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <825120969.531308266774272.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_ftpserver-trunk-jdk1.6-i?= =?UTF-8?Q?bm-ubuntu_=C2=BB_FtpServer_OSGi_Spring-DM_example_#118?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/org.apache.ftpserver.examples$ftpserver-osgi-spring-service/118/> ------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] Building FtpServer OSGi Spring-DM example [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/org.apache.ftpserver.examples$ftpserver-osgi-spring-service/ws/target> [INFO] [enforcer:enforce {execution: default}] [INFO] [remote-resources:process {execution: default}] [INFO] [resources:resources {execution: default-resources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 2 resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 1 source file to <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/org.apache.ftpserver.examples$ftpserver-osgi-spring-service/ws/target/classes> [JENKINS] Archiving <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/org.apache.ftpserver.examples$ftpserver-osgi-spring-service/ws/pom.xml> to /home/hudson/hudson/jobs/ftpserver-trunk-jdk1.6-ibm-ubuntu/modules/org.apache.ftpserver.examples$ftpserver-osgi-spring-service/builds/2011-06-16_23-23-55/archive/org.apache.ftpserver.examples/ftpserver-osgi-spring-service/1.1.0-SNAPSHOT/ftpserver-osgi-spring-service-1.1.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/org.apache.ftpserver.examples$ftpserver-osgi-spring-service/ws/src/main/java/org/apache/ftpserver/example/osgiservice/impl/FtpServerLifecycle.java>:[41,-1] cannot access org.apache.ftpserver.ftplet.FtpException bad class file: org/apache/ftpserver/ftplet/FtpException.class(org/apache/ftpserver/ftplet:FtpException.class) unable to access file: corrupted zip file [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1 minute 47 seconds [INFO] Finished at: Thu Jun 16 16:26:13 PDT 2011 [INFO] Final Memory: 102M/225M [INFO] ------------------------------------------------------------------------ From [email protected] Thu Jun 16 23:26:37 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 316056810 for <[email protected]>; Thu, 16 Jun 2011 23:26:37 +0000 (UTC) Received: (qmail 62376 invoked by uid 500); 16 Jun 2011 23:26:37 -0000 Delivered-To: [email protected] Received: (qmail 62322 invoked by uid 500); 16 Jun 2011 23:26:37 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 62315 invoked by uid 99); 16 Jun 2011 23:26:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 23:26:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 23:26:34 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id A9D2CC00F7 for <[email protected]>; Thu, 16 Jun 2011 23:26:14 +0000 (UTC) Date: Thu, 16 Jun 2011 23:26:14 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <590390982.541308266774693.JavaMail.hudson@aegis> Subject: Build failed in Jenkins: ftpserver-trunk-jdk1.6-ibm-ubuntu #118 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/118/> ------------------------------------------ [...truncated 325 lines...] at com.ibm.jsse2.pc.c(pc.java:194) at com.ibm.jsse2.pc.wrap(pc.java:285) at javax.net.ssl.SSLEngine.wrap(SSLEngine.java:37) at org.apache.mina.filter.ssl.SslHandler.handshake(SslHandler.java:510) at org.apache.mina.filter.ssl.SslHandler.messageReceived(SslHandler.java:349) at org.apache.mina.filter.ssl.SslFilter.messageReceived(SslFilter.java:476) ... 15 more Caused by: javax.net.ssl.SSLHandshakeException: no cipher suites in common at com.ibm.jsse2.n.a(n.java:26) at com.ibm.jsse2.pc.a(pc.java:144) at com.ibm.jsse2.gb.a(gb.java:364) at com.ibm.jsse2.gb.a(gb.java:110) at com.ibm.jsse2.ib.a(ib.java:281) at com.ibm.jsse2.ib.a(ib.java:433) at com.ibm.jsse2.ib.a(ib.java:160) at com.ibm.jsse2.gb.n(gb.java:165) at com.ibm.jsse2.gb$0.run(gb$0.java:2) at java.security.AccessController.doPrivileged(AccessController.java:284) at com.ibm.jsse2.gb$b_.run(gb$b_.java:15) at org.apache.mina.filter.ssl.SslHandler.doTasks(SslHandler.java:767) ... 18 more Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running org.apache.ftpserver.ssl.MinaImplicitDataChannelTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.745 sec Running org.apache.ftpserver.ssl.MinaExplicitSSLTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.392 sec Running org.apache.ftpserver.ssl.impl.ExtendedAliasKeymanagerTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running org.apache.ftpserver.ssl.impl.AliasKeymanagerTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.apache.ftpserver.ftpletcontainer.DefaultFtpLetContainerTest Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running org.apache.ftpserver.ftpletcontainer.FtpLetOnConnectTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running org.apache.ftpserver.ftpletcontainer.FtpLetReturnSkipTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 sec Running org.apache.ftpserver.ftpletcontainer.FtpLetReturnDisconnectTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec Running org.apache.ftpserver.ftpletcontainer.FtpLetReturnDefaultTest [admin] [161.129.204.104] [d604de1d-ab81-49a9-8e1f-bd980736e15a] Exception caught, closing session junit.framework.AssertionFailedError: null at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.assertTrue(Assert.java:20) at junit.framework.Assert.assertNotNull(Assert.java:214) at junit.framework.Assert.assertNotNull(Assert.java:207) at org.apache.ftpserver.ftpletcontainer.FtpLetReturnDefaultTest$1.onLogin(FtpLetReturnDefaultTest.java:90) at org.apache.ftpserver.ftpletcontainer.MockFtplet.onLogin(MockFtplet.java:108) at org.apache.ftpserver.ftplet.DefaultFtplet.afterCommand(DefaultFtplet.java:85) at org.apache.ftpserver.ftpletcontainer.impl.DefaultFtpletContainer.afterCommand(DefaultFtpletContainer.java:145) at org.apache.ftpserver.impl.DefaultFtpHandler.messageReceived(DefaultFtpHandler.java:221) at org.apache.ftpserver.listener.nio.FtpHandlerAdapter.messageReceived(FtpHandlerAdapter.java:62) at org.apache.mina.core.filterchain.DefaultIoFilterChain$TailFilter.messageReceived(DefaultIoFilterChain.java:716) at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceived(DefaultIoFilterChain.java:434) at org.apache.mina.core.filterchain.DefaultIoFilterChain.access$1200(DefaultIoFilterChain.java:46) at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.messageReceived(DefaultIoFilterChain.java:796) at org.apache.ftpserver.listener.nio.FtpLoggingFilter.messageReceived(FtpLoggingFilter.java:75) at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceived(DefaultIoFilterChain.java:434) at org.apache.mina.core.filterchain.DefaultIoFilterChain.access$1200(DefaultIoFilterChain.java:46) at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.messageReceived(DefaultIoFilterChain.java:796) at org.apache.mina.core.filterchain.IoFilterEvent.fire(IoFilterEvent.java:68) at org.apache.mina.filter.logging.MdcInjectionFilter.filter(MdcInjectionFilter.java:136) at org.apache.mina.filter.util.CommonEventFilter.messageReceived(CommonEventFilter.java:70) at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceived(DefaultIoFilterChain.java:434) at org.apache.mina.core.filterchain.DefaultIoFilterChain.access$1200(DefaultIoFilterChain.java:46) at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.messageReceived(DefaultIoFilterChain.java:796) at org.apache.mina.filter.codec.ProtocolCodecFilter$ProtocolDecoderOutputImpl.flush(ProtocolCodecFilter.java:427) at org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(ProtocolCodecFilter.java:245) at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceived(DefaultIoFilterChain.java:434) at org.apache.mina.core.filterchain.DefaultIoFilterChain.access$1200(DefaultIoFilterChain.java:46) at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.messageReceived(DefaultIoFilterChain.java:796) at org.apache.mina.core.filterchain.IoFilterEvent.fire(IoFilterEvent.java:68) at org.apache.mina.core.session.IoEvent.run(IoEvent.java:63) at org.apache.mina.filter.executor.OrderedThreadPoolExecutor$Worker.runTask(OrderedThreadPoolExecutor.java:780) at org.apache.mina.filter.executor.OrderedThreadPoolExecutor$Worker.runTasks(OrderedThreadPoolExecutor.java:762) at org.apache.mina.filter.executor.OrderedThreadPoolExecutor$Worker.run(OrderedThreadPoolExecutor.java:714) at java.lang.Thread.run(Thread.java:735) Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec Running org.apache.ftpserver.ftpletcontainer.FtpLetThrowFtpExceptionTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec Running org.apache.ftpserver.ftpletcontainer.FtpLetThrowRuntimeExceptionTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec Running org.apache.ftpserver.ftpletcontainer.FtpLetThrowIOExceptionTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec Results : Tests run: 656, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [bundle:bundle {execution: default-bundle}] [WARNING] Warning building bundle org.apache.ftpserver:ftpserver-core:bundle:1.1.0-SNAPSHOT : There are split packages, use directive -split-package:=(merge-first|merge-last) on instruction to get rid of this warning: org.apache.ftpserver, classpath: [Jar:., Jar:ftplet-api, Jar:slf4j-api, Jar:mina-core, Jar:spring-context, Jar:aopalliance, Jar:spring-beans, Jar:spring-core, Jar:jcl-over-slf4j] from: <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/core/target/classes> [WARNING] Warning building bundle org.apache.ftpserver:ftpserver-core:bundle:1.1.0-SNAPSHOT : There are split packages, use directive -split-package:=(merge-first|merge-last) on instruction to get rid of this warning: org.apache.ftpserver.command, classpath: [Jar:., Jar:ftplet-api, Jar:slf4j-api, Jar:mina-core, Jar:spring-context, Jar:aopalliance, Jar:spring-beans, Jar:spring-core, Jar:jcl-over-slf4j] from: <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/core/target/classes> [WARNING] Warning building bundle org.apache.ftpserver:ftpserver-core:bundle:1.1.0-SNAPSHOT : There are split packages, use directive -split-package:=(merge-first|merge-last) on instruction to get rid of this warning: org.apache.ftpserver.config.spring, classpath: [Jar:., Jar:ftplet-api, Jar:slf4j-api, Jar:mina-core, Jar:spring-context, Jar:aopalliance, Jar:spring-beans, Jar:spring-core, Jar:jcl-over-slf4j] from: <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/core/target/classes> [WARNING] Warning building bundle org.apache.ftpserver:ftpserver-core:bundle:1.1.0-SNAPSHOT : There are split packages, use directive -split-package:=(merge-first|merge-last) on instruction to get rid of this warning: org.apache.ftpserver.filesystem.nativefs, classpath: [Jar:., Jar:ftplet-api, Jar:slf4j-api, Jar:mina-core, Jar:spring-context, Jar:aopalliance, Jar:spring-beans, Jar:spring-core, Jar:jcl-over-slf4j] from: <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/core/target/classes> [WARNING] Warning building bundle org.apache.ftpserver:ftpserver-core:bundle:1.1.0-SNAPSHOT : There are split packages, use directive -split-package:=(merge-first|merge-last) on instruction to get rid of this warning: org.apache.ftpserver.ftpletcontainer, classpath: [Jar:., Jar:ftplet-api, Jar:slf4j-api, Jar:mina-core, Jar:spring-context, Jar:aopalliance, Jar:spring-beans, Jar:spring-core, Jar:jcl-over-slf4j] from: <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/core/target/classes> [WARNING] Warning building bundle org.apache.ftpserver:ftpserver-core:bundle:1.1.0-SNAPSHOT : There are split packages, use directive -split-package:=(merge-first|merge-last) on instruction to get rid of this warning: org.apache.ftpserver.ipfilter, classpath: [Jar:., Jar:ftplet-api, Jar:slf4j-api, Jar:mina-core, Jar:spring-context, Jar:aopalliance, Jar:spring-beans, Jar:spring-core, Jar:jcl-over-slf4j] from: <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/core/target/classes> [WARNING] Warning building bundle org.apache.ftpserver:ftpserver-core:bundle:1.1.0-SNAPSHOT : There are split packages, use directive -split-package:=(merge-first|merge-last) on instruction to get rid of this warning: org.apache.ftpserver.listener, classpath: [Jar:., Jar:ftplet-api, Jar:slf4j-api, Jar:mina-core, Jar:spring-context, Jar:aopalliance, Jar:spring-beans, Jar:spring-core, Jar:jcl-over-slf4j] from: <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/core/target/classes> [WARNING] Warning building bundle org.apache.ftpserver:ftpserver-core:bundle:1.1.0-SNAPSHOT : There are split packages, use directive -split-package:=(merge-first|merge-last) on instruction to get rid of this warning: org.apache.ftpserver.main, classpath: [Jar:., Jar:ftplet-api, Jar:slf4j-api, Jar:mina-core, Jar:spring-context, Jar:aopalliance, Jar:spring-beans, Jar:spring-core, Jar:jcl-over-slf4j] from: <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/core/target/classes> [WARNING] Warning building bundle org.apache.ftpserver:ftpserver-core:bundle:1.1.0-SNAPSHOT : There are split packages, use directive -split-package:=(merge-first|merge-last) on instruction to get rid of this warning: org.apache.ftpserver.message, classpath: [Jar:., Jar:ftplet-api, Jar:slf4j-api, Jar:mina-core, Jar:spring-context, Jar:aopalliance, Jar:spring-beans, Jar:spring-core, Jar:jcl-over-slf4j] from: <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/core/target/classes> [WARNING] Warning building bundle org.apache.ftpserver:ftpserver-core:bundle:1.1.0-SNAPSHOT : There are split packages, use directive -split-package:=(merge-first|merge-last) on instruction to get rid of this warning: org.apache.ftpserver.ssl, classpath: [Jar:., Jar:ftplet-api, Jar:slf4j-api, Jar:mina-core, Jar:spring-context, Jar:aopalliance, Jar:spring-beans, Jar:spring-core, Jar:jcl-over-slf4j] from: <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/core/target/classes> [WARNING] Warning building bundle org.apache.ftpserver:ftpserver-core:bundle:1.1.0-SNAPSHOT : There are split packages, use directive -split-package:=(merge-first|merge-last) on instruction to get rid of this warning: org.apache.ftpserver.usermanager, classpath: [Jar:., Jar:ftplet-api, Jar:slf4j-api, Jar:mina-core, Jar:spring-context, Jar:aopalliance, Jar:spring-beans, Jar:spring-core, Jar:jcl-over-slf4j] from: <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/core/target/classes> [INFO] Preparing source:jar [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation. [JENKINS] Archiving <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/core/pom.xml> to /home/hudson/hudson/jobs/ftpserver-trunk-jdk1.6-ibm-ubuntu/modules/org.apache.ftpserver$ftpserver-core/builds/2011-06-16_23-23-55/archive/org.apache.ftpserver/ftpserver-core/1.1.0-SNAPSHOT/ftpserver-core-1.1.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/core/target/ftpserver-core-1.1.0-SNAPSHOT.jar> to /home/hudson/hudson/jobs/ftpserver-trunk-jdk1.6-ibm-ubuntu/modules/org.apache.ftpserver$ftpserver-core/builds/2011-06-16_23-23-55/archive/org.apache.ftpserver/ftpserver-core/1.1.0-SNAPSHOT/ftpserver-core-1.1.0-SNAPSHOT.jar [INFO] [enforcer:enforce {execution: default}] [INFO] [source:jar {execution: create-source-jar}] [INFO] Building jar: <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/core/target/ftpserver-core-1.1.0-SNAPSHOT-sources.jar> [INFO] [install:install {execution: default-install}] [INFO] Installing <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/core/target/ftpserver-core-1.1.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/ftpserver/ftpserver-core/1.1.0-SNAPSHOT/ftpserver-core-1.1.0-SNAPSHOT.jar [INFO] Installing <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/core/target/ftpserver-core-1.1.0-SNAPSHOT-sources.jar> to /home/hudson/.m2/repository/org/apache/ftpserver/ftpserver-core/1.1.0-SNAPSHOT/ftpserver-core-1.1.0-SNAPSHOT-sources.jar [INFO] [bundle:install {execution: default-install}] [INFO] Parsing file:/home/hudson/.m2/repository/repository.xml [INFO] Installing org/apache/ftpserver/ftpserver-core/1.1.0-SNAPSHOT/ftpserver-core-1.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [JENKINS] Archiving <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/core/target/ftpserver-core-1.1.0-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/ftpserver-trunk-jdk1.6-ibm-ubuntu/modules/org.apache.ftpserver$ftpserver-core/builds/2011-06-16_23-23-55/archive/org.apache.ftpserver/ftpserver-core/1.1.0-SNAPSHOT/ftpserver-core-1.1.0-SNAPSHOT-sources.jar [INFO] ------------------------------------------------------------------------ [INFO] Building FtpServer Spring web project example [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/examples/ftpserver-example-spring-war/target> [INFO] [enforcer:enforce {execution: default}] [INFO] [remote-resources:process {execution: default}] [INFO] [resources:resources {execution: default-resources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] Copying 2 resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 2 source files to <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/examples/ftpserver-example-spring-war/target/classes> [INFO] [resources:testResources {execution: default-testResources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/examples/ftpserver-example-spring-war/src/test/resources> [INFO] Copying 2 resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] No sources to compile [INFO] [surefire:test {execution: default-test}] [INFO] Surefire report directory: <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/examples/ftpserver-example-spring-war/target/surefire-reports> ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [war:war {execution: default-war}] [INFO] Exploding webapp... [INFO] Assembling webapp ftpserver-spring-war in <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/examples/ftpserver-example-spring-war/target/ftpserver-spring-war> [INFO] Copy webapp webResources to <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/examples/ftpserver-example-spring-war/target/ftpserver-spring-war> [INFO] Generating war <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/examples/ftpserver-example-spring-war/target/ftpserver-spring-war.war> [INFO] Building war: <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/examples/ftpserver-example-spring-war/target/ftpserver-spring-war.war> [INFO] Preparing source:jar [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation. [JENKINS] Archiving <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/examples/ftpserver-example-spring-war/pom.xml> to /home/hudson/hudson/jobs/ftpserver-trunk-jdk1.6-ibm-ubuntu/modules/org.apache.ftpserver.examples$ftpserver-spring-war/builds/2011-06-16_23-23-55/archive/org.apache.ftpserver.examples/ftpserver-spring-war/1.1.0-SNAPSHOT/ftpserver-spring-war-1.1.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/examples/ftpserver-example-spring-war/target/ftpserver-spring-war.war> to /home/hudson/hudson/jobs/ftpserver-trunk-jdk1.6-ibm-ubuntu/modules/org.apache.ftpserver.examples$ftpserver-spring-war/builds/2011-06-16_23-23-55/archive/org.apache.ftpserver.examples/ftpserver-spring-war/1.1.0-SNAPSHOT/ftpserver-spring-war-1.1.0-SNAPSHOT.war [INFO] [enforcer:enforce {execution: default}] [INFO] [source:jar {execution: create-source-jar}] [INFO] Building jar: <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/examples/ftpserver-example-spring-war/target/ftpserver-spring-war-sources.jar> [INFO] [install:install {execution: default-install}] [INFO] Installing <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/examples/ftpserver-example-spring-war/target/ftpserver-spring-war.war> to /home/hudson/.m2/repository/org/apache/ftpserver/examples/ftpserver-spring-war/1.1.0-SNAPSHOT/ftpserver-spring-war-1.1.0-SNAPSHOT.war [INFO] Installing <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/examples/ftpserver-example-spring-war/target/ftpserver-spring-war-sources.jar> to /home/hudson/.m2/repository/org/apache/ftpserver/examples/ftpserver-spring-war/1.1.0-SNAPSHOT/ftpserver-spring-war-1.1.0-SNAPSHOT-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/examples/ftpserver-example-spring-war/target/ftpserver-spring-war-sources.jar> to /home/hudson/hudson/jobs/ftpserver-trunk-jdk1.6-ibm-ubuntu/modules/org.apache.ftpserver.examples$ftpserver-spring-war/builds/2011-06-16_23-23-55/archive/org.apache.ftpserver.examples/ftpserver-spring-war/1.1.0-SNAPSHOT/ftpserver-spring-war-1.1.0-SNAPSHOT-sources.jar [INFO] ------------------------------------------------------------------------ [INFO] Building FtpServer OSGi Ftplet service example [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/examples/ftpserver-osgi-ftplet-service/target> [INFO] [enforcer:enforce {execution: default}] [INFO] [remote-resources:process {execution: default}] [INFO] [resources:resources {execution: default-resources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 2 resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 2 source files to <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/examples/ftpserver-osgi-ftplet-service/target/classes> [INFO] [resources:testResources {execution: default-testResources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/examples/ftpserver-osgi-ftplet-service/src/test/resources> [INFO] Copying 2 resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] No sources to compile [INFO] [surefire:test {execution: default-test}] [INFO] Surefire report directory: <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/examples/ftpserver-osgi-ftplet-service/target/surefire-reports> ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results[INFO] [bundle:bundle {execution: default-bundle}] [INFO] Preparing source:jar [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation. [JENKINS] Archiving <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/examples/ftpserver-osgi-ftplet-service/pom.xml> to /home/hudson/hudson/jobs/ftpserver-trunk-jdk1.6-ibm-ubuntu/modules/org.apache.ftpserver.examples$ftpserver-osgi-ftplet-service/builds/2011-06-16_23-23-55/archive/org.apache.ftpserver.examples/ftpserver-osgi-ftplet-service/1.1.0-SNAPSHOT/ftpserver-osgi-ftplet-service-1.1.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/examples/ftpserver-osgi-ftplet-service/target/ftpserver-osgi-ftplet-service-1.1.0-SNAPSHOT.jar> to /home/hudson/hudson/jobs/ftpserver-trunk-jdk1.6-ibm-ubuntu/modules/org.apache.ftpserver.examples$ftpserver-osgi-ftplet-service/builds/2011-06-16_23-23-55/archive/org.apache.ftpserver.examples/ftpserver-osgi-ftplet-service/1.1.0-SNAPSHOT/ftpserver-osgi-ftplet-service-1.1.0-SNAPSHOT.jar [INFO] [enforcer:enforce {execution: default}] [INFO] [source:jar {execution: create-source-jar}] [INFO] Building jar: <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/examples/ftpserver-osgi-ftplet-service/target/ftpserver-osgi-ftplet-service-1.1.0-SNAPSHOT-sources.jar> [INFO] [install:install {execution: default-install}] [INFO] Installing <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/examples/ftpserver-osgi-ftplet-service/target/ftpserver-osgi-ftplet-service-1.1.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/ftpserver/examples/ftpserver-osgi-ftplet-service/1.1.0-SNAPSHOT/ftpserver-osgi-ftplet-service-1.1.0-SNAPSHOT.jar [INFO] Installing <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/examples/ftpserver-osgi-ftplet-service/target/ftpserver-osgi-ftplet-service-1.1.0-SNAPSHOT-sources.jar> to /home/hudson/.m2/repository/org/apache/ftpserver/examples/ftpserver-osgi-ftplet-service/1.1.0-SNAPSHOT/ftpserver-osgi-ftplet-service-1.1.0-SNAPSHOT-sources.jar [INFO] [bundle:install {execution: default-install}] [INFO] Parsing file:/home/hudson/.m2/repository/repository.xml [INFO] Installing org/apache/ftpserver/examples/ftpserver-osgi-ftplet-service/1.1.0-SNAPSHOT/ftpserver-osgi-ftplet-service-1.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [JENKINS] Archiving <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/examples/ftpserver-osgi-ftplet-service/target/ftpserver-osgi-ftplet-service-1.1.0-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/ftpserver-trunk-jdk1.6-ibm-ubuntu/modules/org.apache.ftpserver.examples$ftpserver-osgi-ftplet-service/builds/2011-06-16_23-23-55/archive/org.apache.ftpserver.examples/ftpserver-osgi-ftplet-service/1.1.0-SNAPSHOT/ftpserver-osgi-ftplet-service-1.1.0-SNAPSHOT-sources.jar [INFO] ------------------------------------------------------------------------ [INFO] Building FtpServer OSGi Spring-DM example [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/examples/ftpserver-osgi-spring-service/target> [INFO] [enforcer:enforce {execution: default}] [INFO] [remote-resources:process {execution: default}] [INFO] [resources:resources {execution: default-resources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 2 resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 1 source file to <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/examples/ftpserver-osgi-spring-service/target/classes> [JENKINS] Archiving <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/examples/ftpserver-osgi-spring-service/pom.xml> to /home/hudson/hudson/jobs/ftpserver-trunk-jdk1.6-ibm-ubuntu/modules/org.apache.ftpserver.examples$ftpserver-osgi-spring-service/builds/2011-06-16_23-23-55/archive/org.apache.ftpserver.examples/ftpserver-osgi-spring-service/1.1.0-SNAPSHOT/ftpserver-osgi-spring-service-1.1.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/ws/trunk/examples/ftpserver-osgi-spring-service/src/main/java/org/apache/ftpserver/example/osgiservice/impl/FtpServerLifecycle.java>:[41,-1] cannot access org.apache.ftpserver.ftplet.FtpException bad class file: org/apache/ftpserver/ftplet/FtpException.class(org/apache/ftpserver/ftplet:FtpException.class) unable to access file: corrupted zip file [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1 minute 47 seconds [INFO] Finished at: Thu Jun 16 16:26:13 PDT 2011 [INFO] Final Memory: 102M/225M [INFO] ------------------------------------------------------------------------ Sending e-mails to: [email protected] channel stopped From [email protected] Fri Jun 17 08:44:36 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 735FE4538 for <[email protected]>; Fri, 17 Jun 2011 08:44:36 +0000 (UTC) Received: (qmail 75324 invoked by uid 500); 17 Jun 2011 08:44:36 -0000 Delivered-To: [email protected] Received: (qmail 75280 invoked by uid 500); 17 Jun 2011 08:44:35 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 75273 invoked by uid 99); 17 Jun 2011 08:44:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2011 08:44:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2011 08:44:34 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 456DBC00F7 for <[email protected]>; Fri, 17 Jun 2011 08:44:14 +0000 (UTC) Date: Fri, 17 Jun 2011 08:44:14 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <139171659.51308300254282.JavaMail.hudson@aegis> In-Reply-To: <1882457929.341308264210884.JavaMail.hudson@aegis> References: <1882457929.341308264210884.JavaMail.hudson@aegis> Subject: Jenkins build is back to stable : ftpserver-trunk-jdk1.6-solaris #470 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-solaris/470/> From [email protected] Fri Jun 17 08:44:37 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id E02924540 for <[email protected]>; Fri, 17 Jun 2011 08:44:36 +0000 (UTC) Received: (qmail 75396 invoked by uid 500); 17 Jun 2011 08:44:36 -0000 Delivered-To: [email protected] Received: (qmail 75359 invoked by uid 500); 17 Jun 2011 08:44:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 75352 invoked by uid 99); 17 Jun 2011 08:44:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2011 08:44:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2011 08:44:34 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id AD88FC00F5 for <[email protected]>; Fri, 17 Jun 2011 08:44:13 +0000 (UTC) Date: Fri, 17 Jun 2011 08:44:13 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <1036462340.41308300253693.JavaMail.hudson@aegis> In-Reply-To: <1927123203.331308264204842.JavaMail.hudson@aegis> References: <1927123203.331308264204842.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Jenkins_build_is_back_to_stable_:_ftpserver-tr?= =?UTF-8?Q?unk-jdk1.6-solaris_=C2=BB_Apache_FtpServer_Core_#470?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-solaris/org.apache.ftpserver$ftpserver-core/470/> From [email protected] Fri Jun 17 09:12:23 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 2FD97497F for <[email protected]>; Fri, 17 Jun 2011 09:12:23 +0000 (UTC) Received: (qmail 10554 invoked by uid 500); 17 Jun 2011 09:12:23 -0000 Delivered-To: [email protected] Received: (qmail 10522 invoked by uid 500); 17 Jun 2011 09:12:23 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 10515 invoked by uid 99); 17 Jun 2011 09:12:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2011 09:12:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2011 09:12:22 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 3866AC00F8 for <[email protected]>; Fri, 17 Jun 2011 09:12:02 +0000 (UTC) Date: Fri, 17 Jun 2011 09:12:02 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <619656696.91308301922229.JavaMail.hudson@aegis> In-Reply-To: <590390982.541308266774693.JavaMail.hudson@aegis> References: <590390982.541308266774693.JavaMail.hudson@aegis> Subject: Jenkins build is back to normal : ftpserver-trunk-jdk1.6-ibm-ubuntu #119 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/119/> From [email protected] Fri Jun 17 09:12:25 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 36999498A for <[email protected]>; Fri, 17 Jun 2011 09:12:25 +0000 (UTC) Received: (qmail 10632 invoked by uid 500); 17 Jun 2011 09:12:25 -0000 Delivered-To: [email protected] Received: (qmail 10611 invoked by uid 500); 17 Jun 2011 09:12:25 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 10604 invoked by uid 99); 17 Jun 2011 09:12:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2011 09:12:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2011 09:12:23 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id CA67EC00F7 for <[email protected]>; Fri, 17 Jun 2011 09:12:01 +0000 (UTC) Date: Fri, 17 Jun 2011 09:12:01 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <1714084318.81308301921812.JavaMail.hudson@aegis> In-Reply-To: <825120969.531308266774272.JavaMail.hudson@aegis> References: <825120969.531308266774272.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_ftpserver-trunk-jdk?= =?UTF-8?Q?1.6-ibm-ubuntu_=C2=BB_FtpServer_OSGi_Spring-DM_example_#119?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/org.apache.ftpserver.examples$ftpserver-osgi-spring-service/119/> From [email protected] Sat Jun 18 21:33:59 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 219806AFE for <[email protected]>; Sat, 18 Jun 2011 21:33:59 +0000 (UTC) Received: (qmail 58031 invoked by uid 500); 18 Jun 2011 21:33:59 -0000 Delivered-To: [email protected] Received: (qmail 57995 invoked by uid 500); 18 Jun 2011 21:33:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 57987 invoked by uid 99); 18 Jun 2011 21:33:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Jun 2011 21:33:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Jun 2011 21:33:54 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 79FE123889E1; Sat, 18 Jun 2011 21:33:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1137251 - in /mina/ftpserver/trunk/core/src: main/java/org/apache/ftpserver/ main/java/org/apache/ftpserver/impl/ test/java/org/apache/ftpserver/clienttests/ test/java/org/apache/ftpserver/impl/ Date: Sat, 18 Jun 2011 21:33:32 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ngn Date: Sat Jun 18 21:33:32 2011 New Revision: 1137251 URL: http://svn.apache.org/viewvc?rev=1137251&view=rev Log: New implementation of passive ports, uses random assignments of ports and has more efficient handling of wide passive port ranges. Thanks to Allen Firstenberg for the implementation! (FTPSERVER-420, FTPSERVER-419) Modified: mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/DataConnectionConfigurationFactory.java mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/impl/PassivePorts.java mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/clienttests/PasvUsedPortTest.java mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/impl/PassivePortsTest.java Modified: mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/DataConnectionConfigurationFactory.java URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/DataConnectionConfigurationFactory.java?rev=1137251&r1=1137250&r2=1137251&view=diff ============================================================================== --- mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/DataConnectionConfigurationFactory.java (original) +++ mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/DataConnectionConfigurationFactory.java Sat Jun 18 21:33:32 2011 @@ -21,6 +21,7 @@ package org.apache.ftpserver; import java.net.InetAddress; import java.net.UnknownHostException; +import java.util.Collections; import org.apache.ftpserver.impl.DefaultDataConnectionConfiguration; import org.apache.ftpserver.impl.PassivePorts; @@ -48,7 +49,7 @@ public class DataConnectionConfiguration private String passiveAddress; private String passiveExternalAddress; - private PassivePorts passivePorts = new PassivePorts(new int[] { 0 }, true); + private PassivePorts passivePorts = new PassivePorts(Collections.<Integer>emptySet(), true); private boolean passiveIpCheck = false; private boolean implicitSsl; Modified: mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/impl/PassivePorts.java URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/impl/PassivePorts.java?rev=1137251&r1=1137250&r2=1137251&view=diff ============================================================================== --- mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/impl/PassivePorts.java (original) +++ mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/impl/PassivePorts.java Sat Jun 18 21:33:32 2011 @@ -22,10 +22,15 @@ package org.apache.ftpserver.impl; import java.io.IOException; import java.net.ServerSocket; import java.util.ArrayList; -import java.util.Iterator; +import java.util.HashSet; import java.util.List; +import java.util.Random; +import java.util.Set; import java.util.StringTokenizer; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + /** * <strong>Internal class, do not use directly.</strong> * @@ -36,18 +41,22 @@ import java.util.StringTokenizer; */ public class PassivePorts { + private Logger log = LoggerFactory.getLogger(PassivePorts.class); + private static final int MAX_PORT = 65535; private static final Integer MAX_PORT_INTEGER = Integer.valueOf(MAX_PORT); - private int[] passivePorts; + private List<Integer> freeList; + + private Set<Integer> usedList; - private boolean[] reservedPorts; + private Random r = new Random(); private String passivePortsString; private boolean checkIfBound; - + /** * Parse a string containing passive ports * @@ -57,13 +66,13 @@ public class PassivePorts { * 123,124,125) or ranges of ports, including open ended ranges * (e.g. 123-125, 30000-, -1023). Combinations for single ports * and ranges is also supported. - * @return An int[] array based on the parsed string + * @return A list of Integer objects, based on the parsed string * @throws IllegalArgumentException * If any of of the ports in the string is invalid (e.g. not an * integer or too large for a port number) */ - private static int[] parse(final String portsString) { - List<Integer> passivePortsList = new ArrayList<Integer>(); + private static Set<Integer> parse(final String portsString) { + Set<Integer> passivePortsList = new HashSet<Integer>(); boolean inRange = false; Integer lastPort = Integer.valueOf(1); @@ -86,7 +95,7 @@ public class PassivePorts { } else { Integer port = Integer.valueOf(token); - verifyPort(port.intValue()); + verifyPort(port); if (inRange) { // add all numbers from last int @@ -105,26 +114,14 @@ public class PassivePorts { fillRange(passivePortsList, lastPort, MAX_PORT_INTEGER); } - int[] passivePorts = new int[passivePortsList.size()]; - - Iterator<Integer> iter = passivePortsList.iterator(); - - int counter = 0; - while (iter.hasNext()) { - Integer port = iter.next(); - passivePorts[counter] = port.intValue(); - counter++; - } - - return passivePorts; + return passivePortsList; } /** * Fill a range of ports */ - private static void fillRange(final List<Integer> passivePortsList, - final Integer beginPort, final Integer endPort) { - for (int i = beginPort.intValue(); i <= endPort.intValue(); i++) { + private static void fillRange(final Set<Integer> passivePortsList, final Integer beginPort, final Integer endPort) { + for (int i = beginPort; i <= endPort; i++) { addPort(passivePortsList, Integer.valueOf(i)); } } @@ -132,11 +129,8 @@ public class PassivePorts { /** * Add a single port if not already in list */ - private static void addPort(final List<Integer> passivePortsList, - final Integer rangePort) { - if (!passivePortsList.contains(rangePort)) { - passivePortsList.add(rangePort); - } + private static void addPort(final Set<Integer> passivePortsList, final Integer port) { + passivePortsList.add(port); } /** @@ -144,8 +138,7 @@ public class PassivePorts { */ private static void verifyPort(final int port) { if (port < 0) { - throw new IllegalArgumentException("Port can not be negative: " - + port); + throw new IllegalArgumentException("Port can not be negative: " + port); } else if (port > MAX_PORT) { throw new IllegalArgumentException("Port too large: " + port); } @@ -157,14 +150,17 @@ public class PassivePorts { this.passivePortsString = passivePorts; } - public PassivePorts(final int[] passivePorts, boolean checkIfBound) { - if(passivePorts == null) { - throw new NullPointerException("passivePorts can not be null"); - } - - this.passivePorts = passivePorts.clone(); + public PassivePorts(Set<Integer> passivePorts, boolean checkIfBound) { + if (passivePorts == null) { + throw new NullPointerException("passivePorts can not be null"); + } else if(passivePorts.isEmpty()) { + passivePorts = new HashSet<Integer>(); + passivePorts.add(0); + } + + this.freeList = new ArrayList<Integer>(passivePorts); + this.usedList = new HashSet<Integer>(passivePorts.size()); - reservedPorts = new boolean[passivePorts.length]; this.checkIfBound = checkIfBound; } @@ -173,15 +169,15 @@ public class PassivePorts { */ private boolean checkPortUnbound(int port) { // is this check disabled? - if(!checkIfBound) { + if (!checkIfBound) { return true; } - + // if using 0 port, it will always be available - if(port == 0) { + if (port == 0) { return true; } - + ServerSocket ss = null; try { ss = new ServerSocket(port); @@ -191,7 +187,7 @@ public class PassivePorts { // port probably in use, check next return false; } finally { - if(ss != null) { + if (ss != null) { try { ss.close(); } catch (IOException e) { @@ -201,27 +197,49 @@ public class PassivePorts { } } } - - public int reserveNextPort() { - // search for a free port - for (int i = 0; i < passivePorts.length; i++) { - if (!reservedPorts[i] && checkPortUnbound(passivePorts[i])) { - if (passivePorts[i] != 0) { - reservedPorts[i] = true; - } - return passivePorts[i]; + + public synchronized int reserveNextPort() { + // create a copy of the free ports, so that we can keep track of the tested ports + List<Integer> freeCopy = new ArrayList<Integer>(freeList); + + // Loop until we have found a port, or exhausted all available ports + while (freeCopy.size() > 0) { + // Otherwise, pick one at random + int i = r.nextInt(freeCopy.size()); + Integer ret = freeCopy.get(i); + + if (ret == 0) { + // "Any" port should not be removed from our free list, + // nor added to the used list + return 0; + + } else if (checkPortUnbound(ret)) { + // Not used by someone else, so lets reserve it and return it + freeList.remove(i); + usedList.add(ret); + return ret; + + } else { + freeCopy.remove(i); + // log port unavailable, but left in pool + log.warn("Passive port in use by another process: " + ret); } } return -1; } - public void releasePort(final int port) { - for (int i = 0; i < passivePorts.length; i++) { - if (passivePorts[i] == port) { - reservedPorts[i] = false; - break; - } + public synchronized void releasePort(final int port) { + if (port == 0) { + // Ignore port 0 being released, + // since its not put on the used list + + } else if (usedList.remove(port)) { + freeList.add(port); + + } else { + // log attempt to release unused port + log.warn("Releasing unreserved passive port: " + port); } } @@ -233,7 +251,7 @@ public class PassivePorts { StringBuilder sb = new StringBuilder(); - for (int port : passivePorts) { + for (Integer port : freeList) { sb.append(port); sb.append(","); } Modified: mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/clienttests/PasvUsedPortTest.java URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/clienttests/PasvUsedPortTest.java?rev=1137251&r1=1137250&r2=1137251&view=diff ============================================================================== --- mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/clienttests/PasvUsedPortTest.java (original) +++ mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/clienttests/PasvUsedPortTest.java Sat Jun 18 21:33:32 2011 @@ -68,10 +68,5 @@ public class PasvUsedPortTest extends Cl // close blocking socket ss.close(); - - client.connect("localhost", getListenerPort()); - client.login(ADMIN_USERNAME, ADMIN_PASSWORD); - client.pasv(); - assertEquals("227 Entering Passive Mode (127,0,0,1,48,156)", client.getReplyString().trim()); } } Modified: mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/impl/PassivePortsTest.java URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/impl/PassivePortsTest.java?rev=1137251&r1=1137250&r2=1137251&view=diff ============================================================================== --- mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/impl/PassivePortsTest.java (original) +++ mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/impl/PassivePortsTest.java Sat Jun 18 21:33:32 2011 @@ -19,6 +19,12 @@ package org.apache.ftpserver.impl; +import java.io.IOException; +import java.net.ServerSocket; +import java.util.ArrayList; +import java.util.List; + +import junit.framework.AssertionFailedError; import junit.framework.TestCase; /** @@ -69,146 +75,109 @@ public class PassivePortsTest extends Te // ok } } - - public void testParseListOfValues() { - PassivePorts ports = new PassivePorts("123, 456,\t\n789", false); - - assertEquals(123, ports.reserveNextPort()); - assertEquals(456, ports.reserveNextPort()); - assertEquals(789, ports.reserveNextPort()); - assertEquals(-1, ports.reserveNextPort()); + + private void assertContains( List<Integer> valid, Integer testVal ){ + if( !valid.remove(testVal) ){ + throw new AssertionFailedError( "Did not find "+testVal+" in valid list "+valid ); + } } + + private void assertReserveAll(String portString, int... validPorts) { + PassivePorts ports = new PassivePorts(portString, false); + + List<Integer> valid = valid(validPorts); + + int len = valid.size(); + for(int i = 0; i<len; i++) { + assertContains(valid, ports.reserveNextPort()); + } + assertEquals(-1, ports.reserveNextPort()); + assertTrue(valid.isEmpty()); - public void testParseListOfValuesOrder() { - PassivePorts ports = new PassivePorts("123, 789, 456", false); + } + + private List<Integer> valid(int... ints) { + List<Integer> valid = new ArrayList<Integer>(); + for(int i : ints) { + valid.add(i); + } + return valid; + } - assertEquals(123, ports.reserveNextPort()); - assertEquals(789, ports.reserveNextPort()); - assertEquals(456, ports.reserveNextPort()); - assertEquals(-1, ports.reserveNextPort()); + public void testParseListOfValues() { + assertReserveAll("123, 456,\t\n789", 123, 456, 789); } public void testParseListOfValuesDuplicate() { - PassivePorts ports = new PassivePorts("123, 789, 456, 789", false); - - assertEquals(123, ports.reserveNextPort()); - assertEquals(789, ports.reserveNextPort()); - assertEquals(456, ports.reserveNextPort()); - assertEquals(-1, ports.reserveNextPort()); + assertReserveAll("123, 789, 456, 789", 123, 456, 789); } public void testParseSimpleRange() { - PassivePorts ports = new PassivePorts("123-125", false); - - assertEquals(123, ports.reserveNextPort()); - assertEquals(124, ports.reserveNextPort()); - assertEquals(125, ports.reserveNextPort()); - assertEquals(-1, ports.reserveNextPort()); + assertReserveAll("123-125", 123, 124, 125); } public void testParseMultipleRanges() { - PassivePorts ports = new PassivePorts("123-125, 127-128, 130-132", false); - - assertEquals(123, ports.reserveNextPort()); - assertEquals(124, ports.reserveNextPort()); - assertEquals(125, ports.reserveNextPort()); - assertEquals(127, ports.reserveNextPort()); - assertEquals(128, ports.reserveNextPort()); - assertEquals(130, ports.reserveNextPort()); - assertEquals(131, ports.reserveNextPort()); - assertEquals(132, ports.reserveNextPort()); - assertEquals(-1, ports.reserveNextPort()); + assertReserveAll("123-125, 127-128, 130-132", 123, 124, 125, 127, 128, 130, 131, 132); } public void testParseMixedRangeAndSingle() { - PassivePorts ports = new PassivePorts("123-125, 126, 128-129", false); - - assertEquals(123, ports.reserveNextPort()); - assertEquals(124, ports.reserveNextPort()); - assertEquals(125, ports.reserveNextPort()); - assertEquals(126, ports.reserveNextPort()); - assertEquals(128, ports.reserveNextPort()); - assertEquals(129, ports.reserveNextPort()); - assertEquals(-1, ports.reserveNextPort()); + assertReserveAll("123-125, 126, 128-129", 123, 124, 125, 126, 128, 129); } public void testParseOverlapingRanges() { - PassivePorts ports = new PassivePorts("123-125, 124-126", false); - - assertEquals(123, ports.reserveNextPort()); - assertEquals(124, ports.reserveNextPort()); - assertEquals(125, ports.reserveNextPort()); - assertEquals(126, ports.reserveNextPort()); - assertEquals(-1, ports.reserveNextPort()); + assertReserveAll("123-125, 124-126", 123, 124, 125, 126); } public void testParseOverlapingRangesorder() { - PassivePorts ports = new PassivePorts("124-126, 123-125", false); - - assertEquals(124, ports.reserveNextPort()); - assertEquals(125, ports.reserveNextPort()); - assertEquals(126, ports.reserveNextPort()); - assertEquals(123, ports.reserveNextPort()); - assertEquals(-1, ports.reserveNextPort()); + assertReserveAll("124-126, 123-125", 123, 124, 125, 126); } public void testParseOpenLowerRange() { - PassivePorts ports = new PassivePorts("9, -3", false); - - assertEquals(9, ports.reserveNextPort()); - assertEquals(1, ports.reserveNextPort()); - assertEquals(2, ports.reserveNextPort()); - assertEquals(3, ports.reserveNextPort()); - assertEquals(-1, ports.reserveNextPort()); + assertReserveAll("9, -3", 1, 2, 3, 9); } public void testParseOpenUpperRange() { - PassivePorts ports = new PassivePorts("65533-", false); - - assertEquals(65533, ports.reserveNextPort()); - assertEquals(65534, ports.reserveNextPort()); - assertEquals(65535, ports.reserveNextPort()); - assertEquals(-1, ports.reserveNextPort()); + assertReserveAll("65533-", 65533, 65534, 65535); } public void testParseOpenUpperRange3() { - PassivePorts ports = new PassivePorts("65533-, 65532-", false); - - assertEquals(65533, ports.reserveNextPort()); - assertEquals(65534, ports.reserveNextPort()); - assertEquals(65535, ports.reserveNextPort()); - assertEquals(65532, ports.reserveNextPort()); - assertEquals(-1, ports.reserveNextPort()); + assertReserveAll("65533-, 65532-", 65532, 65533, 65534, 65535); } public void testParseOpenUpperRange2() { - PassivePorts ports = new PassivePorts("65533-, 1", false); + assertReserveAll("65533-, 1", 1, 65533, 65534, 65535); + } + + public void testReserveNextPortBound() throws IOException { + ServerSocket ss = new ServerSocket(0); + + PassivePorts ports = new PassivePorts(Integer.toString(ss.getLocalPort()), true); - assertEquals(65533, ports.reserveNextPort()); - assertEquals(65534, ports.reserveNextPort()); - assertEquals(65535, ports.reserveNextPort()); - assertEquals(1, ports.reserveNextPort()); assertEquals(-1, ports.reserveNextPort()); + + ss.close(); + + assertEquals(ss.getLocalPort(), ports.reserveNextPort()); } + public void testParseRelease() { PassivePorts ports = new PassivePorts("123, 456,789", false); - assertEquals(123, ports.reserveNextPort()); - assertEquals(456, ports.reserveNextPort()); - ports.releasePort(456); - assertEquals(456, ports.reserveNextPort()); + List<Integer> valid = valid(123, 456, 789); + + assertContains(valid, ports.reserveNextPort()); + + int port = ports.reserveNextPort(); + assertContains(valid, port); + ports.releasePort(port); + valid.add(port); + assertContains(valid, ports.reserveNextPort()); + + assertContains(valid, ports.reserveNextPort()); - assertEquals(789, ports.reserveNextPort()); assertEquals(-1, ports.reserveNextPort()); + assertEquals(0, valid.size()); } - public void testNullPorts() { - try { - new PassivePorts((int[])null, false); - fail("Must throw NPE"); - } catch(NullPointerException e) { - // ok - } - } -} +} \ No newline at end of file From [email protected] Sat Jun 18 21:40:24 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 81D356CCB for <[email protected]>; Sat, 18 Jun 2011 21:40:24 +0000 (UTC) Received: (qmail 59920 invoked by uid 500); 18 Jun 2011 21:40:24 -0000 Delivered-To: [email protected] Received: (qmail 59891 invoked by uid 500); 18 Jun 2011 21:40:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 59884 invoked by uid 99); 18 Jun 2011 21:40:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Jun 2011 21:40:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Jun 2011 21:40:22 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DDF3E2388994; Sat, 18 Jun 2011 21:40:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1137252 - in /mina/ftpserver/branches/1.0.x/core/src: main/java/org/apache/ftpserver/ main/java/org/apache/ftpserver/impl/ test/java/org/apache/ftpserver/clienttests/ test/java/org/apache/ftpserver/impl/ Date: Sat, 18 Jun 2011 21:40:01 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: ngn Date: Sat Jun 18 21:40:01 2011 New Revision: 1137252 URL: http://svn.apache.org/viewvc?rev=1137252&view=rev Log: New implementation of passive ports, uses random assignments of ports and has more efficient handling of wide passive port ranges. Thanks to Allen Firstenberg for the implementation! (FTPSERVER-420, FTPSERVER-419) Modified: mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/DataConnectionConfigurationFactory.java mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/impl/PassivePorts.java mina/ftpserver/branches/1.0.x/core/src/test/java/org/apache/ftpserver/clienttests/PasvUsedPortTest.java mina/ftpserver/branches/1.0.x/core/src/test/java/org/apache/ftpserver/impl/PassivePortsTest.java Modified: mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/DataConnectionConfigurationFactory.java URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/DataConnectionConfigurationFactory.java?rev=1137252&r1=1137251&r2=1137252&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/DataConnectionConfigurationFactory.java (original) +++ mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/DataConnectionConfigurationFactory.java Sat Jun 18 21:40:01 2011 @@ -21,6 +21,7 @@ package org.apache.ftpserver; import java.net.InetAddress; import java.net.UnknownHostException; +import java.util.Collections; import org.apache.ftpserver.impl.DefaultDataConnectionConfiguration; import org.apache.ftpserver.impl.PassivePorts; @@ -48,7 +49,7 @@ public class DataConnectionConfiguration private String passiveAddress; private String passiveExternalAddress; - private PassivePorts passivePorts = new PassivePorts(new int[] { 0 }, true); + private PassivePorts passivePorts = new PassivePorts(Collections.<Integer>emptySet(), true); private boolean implicitSsl; /** Modified: mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/impl/PassivePorts.java URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/impl/PassivePorts.java?rev=1137252&r1=1137251&r2=1137252&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/impl/PassivePorts.java (original) +++ mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/impl/PassivePorts.java Sat Jun 18 21:40:01 2011 @@ -22,10 +22,15 @@ package org.apache.ftpserver.impl; import java.io.IOException; import java.net.ServerSocket; import java.util.ArrayList; -import java.util.Iterator; +import java.util.HashSet; import java.util.List; +import java.util.Random; +import java.util.Set; import java.util.StringTokenizer; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + /** * <strong>Internal class, do not use directly.</strong> * @@ -36,16 +41,22 @@ import java.util.StringTokenizer; */ public class PassivePorts { + private Logger log = LoggerFactory.getLogger(PassivePorts.class); + private static final int MAX_PORT = 65535; - private int[] passivePorts; + private static final Integer MAX_PORT_INTEGER = Integer.valueOf(MAX_PORT); + + private List<Integer> freeList; - private boolean[] reservedPorts; + private Set<Integer> usedList; + + private Random r = new Random(); private String passivePortsString; private boolean checkIfBound; - + /** * Parse a string containing passive ports * @@ -55,27 +66,27 @@ public class PassivePorts { * 123,124,125) or ranges of ports, including open ended ranges * (e.g. 123-125, 30000-, -1023). Combinations for single ports * and ranges is also supported. - * @return An instance of {@link PassivePorts} based on the parsed string + * @return A list of Integer objects, based on the parsed string * @throws IllegalArgumentException * If any of of the ports in the string is invalid (e.g. not an * integer or too large for a port number) */ - private static int[] parse(final String portsString) { - List<Integer> passivePortsList = new ArrayList<Integer>(); + private static Set<Integer> parse(final String portsString) { + Set<Integer> passivePortsList = new HashSet<Integer>(); boolean inRange = false; - Integer lastPort = 1; + Integer lastPort = Integer.valueOf(1); StringTokenizer st = new StringTokenizer(portsString, ",;-", true); while (st.hasMoreTokens()) { String token = st.nextToken().trim(); if (",".equals(token) || ";".equals(token)) { if (inRange) { - fillRange(passivePortsList, lastPort, MAX_PORT); + fillRange(passivePortsList, lastPort, MAX_PORT_INTEGER); } // reset state - lastPort = 1; + lastPort = Integer.valueOf(1); inRange = false; } else if ("-".equals(token)) { inRange = true; @@ -84,7 +95,7 @@ public class PassivePorts { } else { Integer port = Integer.valueOf(token); - verifyPort(port.intValue()); + verifyPort(port); if (inRange) { // add all numbers from last int @@ -100,41 +111,26 @@ public class PassivePorts { } if (inRange) { - fillRange(passivePortsList, lastPort, MAX_PORT); + fillRange(passivePortsList, lastPort, MAX_PORT_INTEGER); } - int[] passivePorts = new int[passivePortsList.size()]; - - Iterator<Integer> iter = passivePortsList.iterator(); - - int counter = 0; - while (iter.hasNext()) { - Integer port = iter.next(); - passivePorts[counter] = port.intValue(); - counter++; - } - - return passivePorts; + return passivePortsList; } /** * Fill a range of ports */ - private static void fillRange(final List<Integer> passivePortsList, - final Integer beginPort, final Integer endPort) { - for (int i = beginPort.intValue(); i <= endPort.intValue(); i++) { - addPort(passivePortsList, i); + private static void fillRange(final Set<Integer> passivePortsList, final Integer beginPort, final Integer endPort) { + for (int i = beginPort; i <= endPort; i++) { + addPort(passivePortsList, Integer.valueOf(i)); } } /** * Add a single port if not already in list */ - private static void addPort(final List<Integer> passivePortsList, - final Integer rangePort) { - if (!passivePortsList.contains(rangePort)) { - passivePortsList.add(rangePort); - } + private static void addPort(final Set<Integer> passivePortsList, final Integer port) { + passivePortsList.add(port); } /** @@ -142,8 +138,7 @@ public class PassivePorts { */ private static void verifyPort(final int port) { if (port < 0) { - throw new IllegalArgumentException("Port can not be negative: " - + port); + throw new IllegalArgumentException("Port can not be negative: " + port); } else if (port > MAX_PORT) { throw new IllegalArgumentException("Port too large: " + port); } @@ -155,14 +150,17 @@ public class PassivePorts { this.passivePortsString = passivePorts; } - public PassivePorts(final int[] passivePorts, boolean checkIfBound) { - if(passivePorts == null) { - throw new NullPointerException("passivePorts can not be null"); - } - - this.passivePorts = passivePorts.clone(); + public PassivePorts(Set<Integer> passivePorts, boolean checkIfBound) { + if (passivePorts == null) { + throw new NullPointerException("passivePorts can not be null"); + } else if(passivePorts.isEmpty()) { + passivePorts = new HashSet<Integer>(); + passivePorts.add(0); + } + + this.freeList = new ArrayList<Integer>(passivePorts); + this.usedList = new HashSet<Integer>(passivePorts.size()); - reservedPorts = new boolean[passivePorts.length]; this.checkIfBound = checkIfBound; } @@ -171,15 +169,15 @@ public class PassivePorts { */ private boolean checkPortUnbound(int port) { // is this check disabled? - if(!checkIfBound) { + if (!checkIfBound) { return true; } - + // if using 0 port, it will always be available - if(port == 0) { + if (port == 0) { return true; } - + ServerSocket ss = null; try { ss = new ServerSocket(port); @@ -189,7 +187,7 @@ public class PassivePorts { // port probably in use, check next return false; } finally { - if(ss != null) { + if (ss != null) { try { ss.close(); } catch (IOException e) { @@ -199,27 +197,49 @@ public class PassivePorts { } } } - - public int reserveNextPort() { - // search for a free port - for (int i = 0; i < passivePorts.length; i++) { - if (!reservedPorts[i] && checkPortUnbound(passivePorts[i])) { - if (passivePorts[i] != 0) { - reservedPorts[i] = true; - } - return passivePorts[i]; + + public synchronized int reserveNextPort() { + // create a copy of the free ports, so that we can keep track of the tested ports + List<Integer> freeCopy = new ArrayList<Integer>(freeList); + + // Loop until we have found a port, or exhausted all available ports + while (freeCopy.size() > 0) { + // Otherwise, pick one at random + int i = r.nextInt(freeCopy.size()); + Integer ret = freeCopy.get(i); + + if (ret == 0) { + // "Any" port should not be removed from our free list, + // nor added to the used list + return 0; + + } else if (checkPortUnbound(ret)) { + // Not used by someone else, so lets reserve it and return it + freeList.remove(i); + usedList.add(ret); + return ret; + + } else { + freeCopy.remove(i); + // log port unavailable, but left in pool + log.warn("Passive port in use by another process: " + ret); } } return -1; } - public void releasePort(final int port) { - for (int i = 0; i < passivePorts.length; i++) { - if (passivePorts[i] == port) { - reservedPorts[i] = false; - break; - } + public synchronized void releasePort(final int port) { + if (port == 0) { + // Ignore port 0 being released, + // since its not put on the used list + + } else if (usedList.remove(port)) { + freeList.add(port); + + } else { + // log attempt to release unused port + log.warn("Releasing unreserved passive port: " + port); } } @@ -231,7 +251,7 @@ public class PassivePorts { StringBuilder sb = new StringBuilder(); - for (int port : passivePorts) { + for (Integer port : freeList) { sb.append(port); sb.append(","); } Modified: mina/ftpserver/branches/1.0.x/core/src/test/java/org/apache/ftpserver/clienttests/PasvUsedPortTest.java URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/core/src/test/java/org/apache/ftpserver/clienttests/PasvUsedPortTest.java?rev=1137252&r1=1137251&r2=1137252&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/core/src/test/java/org/apache/ftpserver/clienttests/PasvUsedPortTest.java (original) +++ mina/ftpserver/branches/1.0.x/core/src/test/java/org/apache/ftpserver/clienttests/PasvUsedPortTest.java Sat Jun 18 21:40:01 2011 @@ -68,10 +68,5 @@ public class PasvUsedPortTest extends Cl // close blocking socket ss.close(); - - client.connect("localhost", getListenerPort()); - client.login(ADMIN_USERNAME, ADMIN_PASSWORD); - client.pasv(); - assertEquals("227 Entering Passive Mode (127,0,0,1,48,156)", client.getReplyString().trim()); } } Modified: mina/ftpserver/branches/1.0.x/core/src/test/java/org/apache/ftpserver/impl/PassivePortsTest.java URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/core/src/test/java/org/apache/ftpserver/impl/PassivePortsTest.java?rev=1137252&r1=1137251&r2=1137252&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/core/src/test/java/org/apache/ftpserver/impl/PassivePortsTest.java (original) +++ mina/ftpserver/branches/1.0.x/core/src/test/java/org/apache/ftpserver/impl/PassivePortsTest.java Sat Jun 18 21:40:01 2011 @@ -19,11 +19,18 @@ package org.apache.ftpserver.impl; +import java.io.IOException; +import java.net.ServerSocket; +import java.util.ArrayList; +import java.util.List; + +import junit.framework.AssertionFailedError; import junit.framework.TestCase; /** * -* @author <a href="http://mina.apache.org">Apache MINA Project</a>* +* @author <a href="http://mina.apache.org">Apache MINA Project</a> +* */ public class PassivePortsTest extends TestCase { @@ -68,146 +75,109 @@ public class PassivePortsTest extends Te // ok } } - - public void testParseListOfValues() { - PassivePorts ports = new PassivePorts("123, 456,\t\n789", false); - - assertEquals(123, ports.reserveNextPort()); - assertEquals(456, ports.reserveNextPort()); - assertEquals(789, ports.reserveNextPort()); - assertEquals(-1, ports.reserveNextPort()); + + private void assertContains( List<Integer> valid, Integer testVal ){ + if( !valid.remove(testVal) ){ + throw new AssertionFailedError( "Did not find "+testVal+" in valid list "+valid ); + } } + + private void assertReserveAll(String portString, int... validPorts) { + PassivePorts ports = new PassivePorts(portString, false); + + List<Integer> valid = valid(validPorts); + + int len = valid.size(); + for(int i = 0; i<len; i++) { + assertContains(valid, ports.reserveNextPort()); + } + assertEquals(-1, ports.reserveNextPort()); + assertTrue(valid.isEmpty()); - public void testParseListOfValuesOrder() { - PassivePorts ports = new PassivePorts("123, 789, 456", false); + } + + private List<Integer> valid(int... ints) { + List<Integer> valid = new ArrayList<Integer>(); + for(int i : ints) { + valid.add(i); + } + return valid; + } - assertEquals(123, ports.reserveNextPort()); - assertEquals(789, ports.reserveNextPort()); - assertEquals(456, ports.reserveNextPort()); - assertEquals(-1, ports.reserveNextPort()); + public void testParseListOfValues() { + assertReserveAll("123, 456,\t\n789", 123, 456, 789); } public void testParseListOfValuesDuplicate() { - PassivePorts ports = new PassivePorts("123, 789, 456, 789", false); - - assertEquals(123, ports.reserveNextPort()); - assertEquals(789, ports.reserveNextPort()); - assertEquals(456, ports.reserveNextPort()); - assertEquals(-1, ports.reserveNextPort()); + assertReserveAll("123, 789, 456, 789", 123, 456, 789); } public void testParseSimpleRange() { - PassivePorts ports = new PassivePorts("123-125", false); - - assertEquals(123, ports.reserveNextPort()); - assertEquals(124, ports.reserveNextPort()); - assertEquals(125, ports.reserveNextPort()); - assertEquals(-1, ports.reserveNextPort()); + assertReserveAll("123-125", 123, 124, 125); } public void testParseMultipleRanges() { - PassivePorts ports = new PassivePorts("123-125, 127-128, 130-132", false); - - assertEquals(123, ports.reserveNextPort()); - assertEquals(124, ports.reserveNextPort()); - assertEquals(125, ports.reserveNextPort()); - assertEquals(127, ports.reserveNextPort()); - assertEquals(128, ports.reserveNextPort()); - assertEquals(130, ports.reserveNextPort()); - assertEquals(131, ports.reserveNextPort()); - assertEquals(132, ports.reserveNextPort()); - assertEquals(-1, ports.reserveNextPort()); + assertReserveAll("123-125, 127-128, 130-132", 123, 124, 125, 127, 128, 130, 131, 132); } public void testParseMixedRangeAndSingle() { - PassivePorts ports = new PassivePorts("123-125, 126, 128-129", false); - - assertEquals(123, ports.reserveNextPort()); - assertEquals(124, ports.reserveNextPort()); - assertEquals(125, ports.reserveNextPort()); - assertEquals(126, ports.reserveNextPort()); - assertEquals(128, ports.reserveNextPort()); - assertEquals(129, ports.reserveNextPort()); - assertEquals(-1, ports.reserveNextPort()); + assertReserveAll("123-125, 126, 128-129", 123, 124, 125, 126, 128, 129); } public void testParseOverlapingRanges() { - PassivePorts ports = new PassivePorts("123-125, 124-126", false); - - assertEquals(123, ports.reserveNextPort()); - assertEquals(124, ports.reserveNextPort()); - assertEquals(125, ports.reserveNextPort()); - assertEquals(126, ports.reserveNextPort()); - assertEquals(-1, ports.reserveNextPort()); + assertReserveAll("123-125, 124-126", 123, 124, 125, 126); } public void testParseOverlapingRangesorder() { - PassivePorts ports = new PassivePorts("124-126, 123-125", false); - - assertEquals(124, ports.reserveNextPort()); - assertEquals(125, ports.reserveNextPort()); - assertEquals(126, ports.reserveNextPort()); - assertEquals(123, ports.reserveNextPort()); - assertEquals(-1, ports.reserveNextPort()); + assertReserveAll("124-126, 123-125", 123, 124, 125, 126); } public void testParseOpenLowerRange() { - PassivePorts ports = new PassivePorts("9, -3", false); - - assertEquals(9, ports.reserveNextPort()); - assertEquals(1, ports.reserveNextPort()); - assertEquals(2, ports.reserveNextPort()); - assertEquals(3, ports.reserveNextPort()); - assertEquals(-1, ports.reserveNextPort()); + assertReserveAll("9, -3", 1, 2, 3, 9); } public void testParseOpenUpperRange() { - PassivePorts ports = new PassivePorts("65533-", false); - - assertEquals(65533, ports.reserveNextPort()); - assertEquals(65534, ports.reserveNextPort()); - assertEquals(65535, ports.reserveNextPort()); - assertEquals(-1, ports.reserveNextPort()); + assertReserveAll("65533-", 65533, 65534, 65535); } public void testParseOpenUpperRange3() { - PassivePorts ports = new PassivePorts("65533-, 65532-", false); - - assertEquals(65533, ports.reserveNextPort()); - assertEquals(65534, ports.reserveNextPort()); - assertEquals(65535, ports.reserveNextPort()); - assertEquals(65532, ports.reserveNextPort()); - assertEquals(-1, ports.reserveNextPort()); + assertReserveAll("65533-, 65532-", 65532, 65533, 65534, 65535); } public void testParseOpenUpperRange2() { - PassivePorts ports = new PassivePorts("65533-, 1", false); + assertReserveAll("65533-, 1", 1, 65533, 65534, 65535); + } + + public void testReserveNextPortBound() throws IOException { + ServerSocket ss = new ServerSocket(0); + + PassivePorts ports = new PassivePorts(Integer.toString(ss.getLocalPort()), true); - assertEquals(65533, ports.reserveNextPort()); - assertEquals(65534, ports.reserveNextPort()); - assertEquals(65535, ports.reserveNextPort()); - assertEquals(1, ports.reserveNextPort()); assertEquals(-1, ports.reserveNextPort()); + + ss.close(); + + assertEquals(ss.getLocalPort(), ports.reserveNextPort()); } + public void testParseRelease() { PassivePorts ports = new PassivePorts("123, 456,789", false); - assertEquals(123, ports.reserveNextPort()); - assertEquals(456, ports.reserveNextPort()); - ports.releasePort(456); - assertEquals(456, ports.reserveNextPort()); + List<Integer> valid = valid(123, 456, 789); + + assertContains(valid, ports.reserveNextPort()); + + int port = ports.reserveNextPort(); + assertContains(valid, port); + ports.releasePort(port); + valid.add(port); + assertContains(valid, ports.reserveNextPort()); + + assertContains(valid, ports.reserveNextPort()); - assertEquals(789, ports.reserveNextPort()); assertEquals(-1, ports.reserveNextPort()); + assertEquals(0, valid.size()); } - public void testNullPorts() { - try { - new PassivePorts((int[])null, false); - fail("Must throw NPE"); - } catch(NullPointerException e) { - // ok - } - } -} +} \ No newline at end of file From [email protected] Sat Jun 18 21:50:04 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id DF2F962D0 for <[email protected]>; Sat, 18 Jun 2011 21:50:03 +0000 (UTC) Received: (qmail 66880 invoked by uid 500); 18 Jun 2011 21:50:03 -0000 Delivered-To: [email protected] Received: (qmail 66850 invoked by uid 500); 18 Jun 2011 21:50:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 66843 invoked by uid 99); 18 Jun 2011 21:50:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Jun 2011 21:50:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Jun 2011 21:50:02 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B39352388994; Sat, 18 Jun 2011 21:49:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1137254 - /mina/ftpserver/trunk/pom.xml Date: Sat, 18 Jun 2011 21:49:42 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: ngn Date: Sat Jun 18 21:49:42 2011 New Revision: 1137254 URL: http://svn.apache.org/viewvc?rev=1137254&view=rev Log: Upgrading to MINA 2.0.4 (FTPSERVER-421) Modified: mina/ftpserver/trunk/pom.xml Modified: mina/ftpserver/trunk/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/pom.xml?rev=1137254&r1=1137253&r2=1137254&view=diff ============================================================================== --- mina/ftpserver/trunk/pom.xml (original) +++ mina/ftpserver/trunk/pom.xml Sat Jun 18 21:49:42 2011 @@ -153,7 +153,7 @@ <dependency> <groupId>org.apache.mina</groupId> <artifactId>mina-core</artifactId> - <version>2.0.2</version> + <version>2.0.4</version> </dependency> <dependency> From [email protected] Sat Jun 18 21:52:53 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id CC1D762ED for <[email protected]>; Sat, 18 Jun 2011 21:52:53 +0000 (UTC) Received: (qmail 67967 invoked by uid 500); 18 Jun 2011 21:52:53 -0000 Delivered-To: [email protected] Received: (qmail 67943 invoked by uid 500); 18 Jun 2011 21:52:53 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 67936 invoked by uid 99); 18 Jun 2011 21:52:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Jun 2011 21:52:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Jun 2011 21:52:51 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AD6922388994; Sat, 18 Jun 2011 21:52:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1137255 - /mina/ftpserver/branches/1.0.x/pom.xml Date: Sat, 18 Jun 2011 21:52:30 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ngn Date: Sat Jun 18 21:52:30 2011 New Revision: 1137255 URL: http://svn.apache.org/viewvc?rev=1137255&view=rev Log: Upgrading to MINA 2.0.4 (FTPSERVER-421) Modified: mina/ftpserver/branches/1.0.x/pom.xml Modified: mina/ftpserver/branches/1.0.x/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/pom.xml?rev=1137255&r1=1137254&r2=1137255&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/pom.xml (original) +++ mina/ftpserver/branches/1.0.x/pom.xml Sat Jun 18 21:52:30 2011 @@ -150,7 +150,7 @@ <dependency> <groupId>org.apache.mina</groupId> <artifactId>mina-core</artifactId> - <version>2.0.2</version> + <version>2.0.4</version> <exclusions> <exclusion> <groupId>org.easymock</groupId> From [email protected] Sun Jun 19 09:51:12 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id A39F649A4 for <[email protected]>; Sun, 19 Jun 2011 09:51:12 +0000 (UTC) Received: (qmail 33815 invoked by uid 500); 19 Jun 2011 09:51:12 -0000 Delivered-To: [email protected] Received: (qmail 33773 invoked by uid 500); 19 Jun 2011 09:51:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 33766 invoked by uid 99); 19 Jun 2011 09:51:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 09:51:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 09:51:10 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5BEA42388906; Sun, 19 Jun 2011 09:50:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1137325 - /mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java Date: Sun, 19 Jun 2011 09:50:49 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ngn Date: Sun Jun 19 09:50:49 2011 New Revision: 1137325 URL: http://svn.apache.org/viewvc?rev=1137325&view=rev Log: Adding hashCode() to NativeFtpFile (FTPSERVER-375) Modified: mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java Modified: mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java?rev=1137325&r1=1137324&r2=1137325&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java (original) +++ mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java Sun Jun 19 09:50:49 2011 @@ -533,4 +533,15 @@ public class NativeFtpFile implements Ft } return false; } + + + @Override + public int hashCode() { + final int prime = 31; + try { + return prime + ((file == null) ? 0 : file.getCanonicalFile().hashCode()); + } catch (IOException e) { + return prime; + } + } } From [email protected] Sun Jun 19 09:51:19 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id AF42F49AE for <[email protected]>; Sun, 19 Jun 2011 09:51:19 +0000 (UTC) Received: (qmail 33921 invoked by uid 500); 19 Jun 2011 09:51:19 -0000 Delivered-To: [email protected] Received: (qmail 33873 invoked by uid 500); 19 Jun 2011 09:51:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 33866 invoked by uid 99); 19 Jun 2011 09:51:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 09:51:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 09:51:18 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A205B2388A6C; Sun, 19 Jun 2011 09:50:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1137326 - /mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java Date: Sun, 19 Jun 2011 09:50:58 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: ngn Date: Sun Jun 19 09:50:58 2011 New Revision: 1137326 URL: http://svn.apache.org/viewvc?rev=1137326&view=rev Log: Adding hashCode() to NativeFtpFile (FTPSERVER-375) Modified: mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java Modified: mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java?rev=1137326&r1=1137325&r2=1137326&view=diff ============================================================================== --- mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java (original) +++ mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java Sun Jun 19 09:50:58 2011 @@ -394,10 +394,6 @@ public class NativeFtpFile implements Ft }; } - - - - @Override public boolean equals(Object obj) { if (obj != null && obj instanceof NativeFtpFile) { @@ -416,4 +412,14 @@ public class NativeFtpFile implements Ft } return false; } + + @Override + public int hashCode() { + final int prime = 31; + try { + return prime + ((file == null) ? 0 : file.getCanonicalFile().hashCode()); + } catch (IOException e) { + return prime; + } + } } From [email protected] Sun Jun 19 10:12:47 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 163824255 for <[email protected]>; Sun, 19 Jun 2011 10:12:47 +0000 (UTC) Received: (qmail 49993 invoked by uid 500); 19 Jun 2011 10:12:42 -0000 Delivered-To: [email protected] Received: (qmail 49956 invoked by uid 500); 19 Jun 2011 10:12:42 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 49921 invoked by uid 99); 19 Jun 2011 10:12:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 10:12:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 10:12:41 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 9F13EC00F7 for <[email protected]>; Sun, 19 Jun 2011 10:12:21 +0000 (UTC) Date: Sun, 19 Jun 2011 10:12:21 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <175947158.521308478341650.JavaMail.hudson@aegis> Subject: Jenkins build became unstable: ftpserver-trunk-jdk1.5-ibm-ubuntu #117 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-trunk-jdk1.5-ibm-ubuntu/117/changes> From [email protected] Sun Jun 19 10:12:47 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 2FB52425B for <[email protected]>; Sun, 19 Jun 2011 10:12:47 +0000 (UTC) Received: (qmail 51237 invoked by uid 500); 19 Jun 2011 10:12:44 -0000 Delivered-To: [email protected] Received: (qmail 51211 invoked by uid 500); 19 Jun 2011 10:12:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 51185 invoked by uid 99); 19 Jun 2011 10:12:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 10:12:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 10:12:42 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 459C2C00F5 for <[email protected]>; Sun, 19 Jun 2011 10:12:21 +0000 (UTC) Date: Sun, 19 Jun 2011 10:12:21 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <252-924-7837.511308478341283.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Jenkins_build_became_unstable:__ftpserver-trunk?= =?UTF-8?Q?-jdk1.5-ibm-ubuntu_=C2=BB_Apache_FtpServer_Core_#117?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See <https://builds.apache.org/job/ftpserver-trunk-jdk1.5-ibm-ubuntu/org.apache.ftpserver$ftpserver-core/117/changes> From [email protected] Sun Jun 19 11:13:30 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 1A693420B for <[email protected]>; Sun, 19 Jun 2011 11:13:30 +0000 (UTC) Received: (qmail 94187 invoked by uid 500); 19 Jun 2011 11:13:29 -0000 Delivered-To: [email protected] Received: (qmail 94150 invoked by uid 500); 19 Jun 2011 11:13:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 94143 invoked by uid 99); 19 Jun 2011 11:13:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 11:13:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 11:13:27 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id B46AAC00F5 for <[email protected]>; Sun, 19 Jun 2011 11:13:06 +0000 (UTC) Date: Sun, 19 Jun 2011 11:13:06 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <1135526650.531308481986722.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Jenkins_build_became_unstable:__ftpserver-tru?= =?UTF-8?Q?nk-jdk1.6-solaris_=C2=BB_Apache_FtpServer_Core_#473?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-solaris/org.apache.ftpserver$ftpserver-core/473/changes> From [email protected] Sun Jun 19 11:13:44 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 3E4F04214 for <[email protected]>; Sun, 19 Jun 2011 11:13:44 +0000 (UTC) Received: (qmail 94282 invoked by uid 500); 19 Jun 2011 11:13:44 -0000 Delivered-To: [email protected] Received: (qmail 94248 invoked by uid 500); 19 Jun 2011 11:13:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 94240 invoked by uid 99); 19 Jun 2011 11:13:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 11:13:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 11:13:43 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id EB969C00F7 for <[email protected]>; Sun, 19 Jun 2011 11:13:22 +0000 (UTC) Date: Sun, 19 Jun 2011 11:13:22 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <1577397285.541308482002963.JavaMail.hudson@aegis> Subject: Jenkins build became unstable: ftpserver-trunk-jdk1.6-solaris #473 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-solaris/473/changes> From [email protected] Sun Jun 19 11:58:21 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 3AFA64A1B for <[email protected]>; Sun, 19 Jun 2011 11:58:21 +0000 (UTC) Received: (qmail 24289 invoked by uid 500); 19 Jun 2011 11:58:21 -0000 Delivered-To: [email protected] Received: (qmail 24268 invoked by uid 500); 19 Jun 2011 11:58:21 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 24261 invoked by uid 99); 19 Jun 2011 11:58:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 11:58:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 11:58:18 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C512C2388906; Sun, 19 Jun 2011 11:57:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1137352 - /mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java Date: Sun, 19 Jun 2011 11:57:57 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ngn Date: Sun Jun 19 11:57:57 2011 New Revision: 1137352 URL: http://svn.apache.org/viewvc?rev=1137352&view=rev Log: Simplified hashCode() of NativeFtpFile (FTPSERVER-375) Modified: mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java Modified: mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java?rev=1137352&r1=1137351&r2=1137352&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java (original) +++ mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java Sun Jun 19 11:57:57 2011 @@ -537,11 +537,10 @@ public class NativeFtpFile implements Ft @Override public int hashCode() { - final int prime = 31; try { - return prime + ((file == null) ? 0 : file.getCanonicalFile().hashCode()); + return file.getCanonicalFile().hashCode(); } catch (IOException e) { - return prime; + return 0; } } } From [email protected] Sun Jun 19 11:58:30 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id B75094A1E for <[email protected]>; Sun, 19 Jun 2011 11:58:30 +0000 (UTC) Received: (qmail 24375 invoked by uid 500); 19 Jun 2011 11:58:30 -0000 Delivered-To: [email protected] Received: (qmail 24350 invoked by uid 500); 19 Jun 2011 11:58:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 24343 invoked by uid 99); 19 Jun 2011 11:58:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 11:58:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 11:58:28 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 98C5D2388A36; Sun, 19 Jun 2011 11:58:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1137353 - /mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java Date: Sun, 19 Jun 2011 11:58:07 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ngn Date: Sun Jun 19 11:58:07 2011 New Revision: 1137353 URL: http://svn.apache.org/viewvc?rev=1137353&view=rev Log: Simplified hashCode() of NativeFtpFile (FTPSERVER-375) Modified: mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java Modified: mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java?rev=1137353&r1=1137352&r2=1137353&view=diff ============================================================================== --- mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java (original) +++ mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java Sun Jun 19 11:58:07 2011 @@ -415,11 +415,10 @@ public class NativeFtpFile implements Ft @Override public int hashCode() { - final int prime = 31; try { - return prime + ((file == null) ? 0 : file.getCanonicalFile().hashCode()); + return file.getCanonicalFile().hashCode(); } catch (IOException e) { - return prime; + return 0; } } } From [email protected] Sun Jun 19 12:23:38 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id B3E304A30 for <[email protected]>; Sun, 19 Jun 2011 12:23:38 +0000 (UTC) Received: (qmail 42647 invoked by uid 500); 19 Jun 2011 12:23:38 -0000 Delivered-To: [email protected] Received: (qmail 42628 invoked by uid 500); 19 Jun 2011 12:23:38 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 42621 invoked by uid 99); 19 Jun 2011 12:23:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 12:23:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 12:23:37 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 4878CC00F7 for <[email protected]>; Sun, 19 Jun 2011 12:23:17 +0000 (UTC) Date: Sun, 19 Jun 2011 12:23:17 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <725454412.571308486197295.JavaMail.hudson@aegis> Subject: Jenkins build became unstable: ftpserver-trunk-jdk1.6-ibm-ubuntu #122 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/122/changes> From [email protected] Sun Jun 19 12:23:40 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 771264A3A for <[email protected]>; Sun, 19 Jun 2011 12:23:40 +0000 (UTC) Received: (qmail 42760 invoked by uid 500); 19 Jun 2011 12:23:40 -0000 Delivered-To: [email protected] Received: (qmail 42708 invoked by uid 500); 19 Jun 2011 12:23:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 42701 invoked by uid 99); 19 Jun 2011 12:23:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 12:23:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 12:23:38 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id EE35DC00F5 for <[email protected]>; Sun, 19 Jun 2011 12:23:16 +0000 (UTC) Date: Sun, 19 Jun 2011 12:23:16 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <1317932984.561308486196959.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Jenkins_build_became_unstable:__ftpserver-trunk?= =?UTF-8?Q?-jdk1.6-ibm-ubuntu_=C2=BB_Apache_FtpServer_Core_#122?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/org.apache.ftpserver$ftpserver-core/122/changes> From [email protected] Sun Jun 19 12:28:13 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 8E6A64B66 for <[email protected]>; Sun, 19 Jun 2011 12:28:13 +0000 (UTC) Received: (qmail 44565 invoked by uid 500); 19 Jun 2011 12:28:13 -0000 Delivered-To: [email protected] Received: (qmail 44536 invoked by uid 500); 19 Jun 2011 12:28:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 44529 invoked by uid 99); 19 Jun 2011 12:28:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 12:28:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 12:28:12 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 966B0C00F5 for <[email protected]>; Sun, 19 Jun 2011 12:27:52 +0000 (UTC) Date: Sun, 19 Jun 2011 12:27:52 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <367702528.581308486472599.JavaMail.hudson@aegis> In-Reply-To: <252-924-7837.511308478341283.JavaMail.hudson@aegis> References: <252-924-7837.511308478341283.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Jenkins_build_is_back_to_stable_:_ftpserver-trun?= =?UTF-8?Q?k-jdk1.5-ibm-ubuntu_=C2=BB_Apache_FtpServer_Core_#118?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-trunk-jdk1.5-ibm-ubuntu/org.apache.ftpserver$ftpserver-core/118/changes> From [email protected] Sun Jun 19 12:28:14 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id DBF1F4B73 for <[email protected]>; Sun, 19 Jun 2011 12:28:13 +0000 (UTC) Received: (qmail 44657 invoked by uid 500); 19 Jun 2011 12:28:13 -0000 Delivered-To: [email protected] Received: (qmail 44608 invoked by uid 500); 19 Jun 2011 12:28:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 44601 invoked by uid 99); 19 Jun 2011 12:28:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 12:28:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 12:28:13 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id F0343C00F7 for <[email protected]>; Sun, 19 Jun 2011 12:27:52 +0000 (UTC) Date: Sun, 19 Jun 2011 12:27:52 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <941729725.591308486472982.JavaMail.hudson@aegis> In-Reply-To: <175947158.521308478341650.JavaMail.hudson@aegis> References: <175947158.521308478341650.JavaMail.hudson@aegis> Subject: Jenkins build is back to stable : ftpserver-trunk-jdk1.5-ibm-ubuntu #118 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-trunk-jdk1.5-ibm-ubuntu/118/changes> From [email protected] Sun Jun 19 13:11:52 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 0779D40FF for <[email protected]>; Sun, 19 Jun 2011 13:11:52 +0000 (UTC) Received: (qmail 65533 invoked by uid 500); 19 Jun 2011 13:11:52 -0000 Delivered-To: [email protected] Received: (qmail 65509 invoked by uid 500); 19 Jun 2011 13:11:51 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 65502 invoked by uid 99); 19 Jun 2011 13:11:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 13:11:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 13:11:51 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id B0540C00F5 for <[email protected]>; Sun, 19 Jun 2011 13:11:30 +0000 (UTC) Date: Sun, 19 Jun 2011 13:11:30 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <252-924-7837.671308489090712.JavaMail.hudson@aegis> In-Reply-To: <1135526650.531308481986722.JavaMail.hudson@aegis> References: <1135526650.531308481986722.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Jenkins_build_is_back_to_stable_:_ftpserver-tr?= =?UTF-8?Q?unk-jdk1.6-solaris_=C2=BB_Apache_FtpServer_Core_#474?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-solaris/org.apache.ftpserver$ftpserver-core/474/changes> From [email protected] Sun Jun 19 13:11:58 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id A0B71410B for <[email protected]>; Sun, 19 Jun 2011 13:11:58 +0000 (UTC) Received: (qmail 65624 invoked by uid 500); 19 Jun 2011 13:11:58 -0000 Delivered-To: [email protected] Received: (qmail 65597 invoked by uid 500); 19 Jun 2011 13:11:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 65590 invoked by uid 99); 19 Jun 2011 13:11:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 13:11:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 13:11:57 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id B5A73C00F7 for <[email protected]>; Sun, 19 Jun 2011 13:11:37 +0000 (UTC) Date: Sun, 19 Jun 2011 13:11:37 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <1015316758.681308489097742.JavaMail.hudson@aegis> In-Reply-To: <1577397285.541308482002963.JavaMail.hudson@aegis> References: <1577397285.541308482002963.JavaMail.hudson@aegis> Subject: Jenkins build is back to stable : ftpserver-trunk-jdk1.6-solaris #474 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-solaris/474/changes> From [email protected] Sun Jun 19 16:52:02 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 90EBB4278 for <[email protected]>; Sun, 19 Jun 2011 16:52:02 +0000 (UTC) Received: (qmail 92602 invoked by uid 500); 19 Jun 2011 16:52:02 -0000 Delivered-To: [email protected] Received: (qmail 92581 invoked by uid 500); 19 Jun 2011 16:52:02 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 92574 invoked by uid 99); 19 Jun 2011 16:52:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 16:52:02 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 16:52:00 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6040F238896F; Sun, 19 Jun 2011 16:51:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1137388 - /mina/sandbox/adc/ahc/pom.xml Date: Sun, 19 Jun 2011 16:51:39 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: adc Date: Sun Jun 19 16:51:39 2011 New Revision: 1137388 URL: http://svn.apache.org/viewvc?rev=1137388&view=rev Log: The expression ${pom.version} is deprecated Modified: mina/sandbox/adc/ahc/pom.xml Modified: mina/sandbox/adc/ahc/pom.xml URL: http://svn.apache.org/viewvc/mina/sandbox/adc/ahc/pom.xml?rev=1137388&r1=1137387&r2=1137388&view=diff ============================================================================== --- mina/sandbox/adc/ahc/pom.xml (original) +++ mina/sandbox/adc/ahc/pom.xml Sun Jun 19 16:51:39 2011 @@ -84,7 +84,7 @@ <dependency> <groupId>org.apache.ahc</groupId> <artifactId>api</artifactId> - <version>${pom.version}</version> + <version>${project.version}</version> </dependency> <dependency> From [email protected] Sun Jun 19 18:57:42 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 6993B41E3 for <[email protected]>; Sun, 19 Jun 2011 18:57:42 +0000 (UTC) Received: (qmail 68393 invoked by uid 500); 19 Jun 2011 18:57:42 -0000 Delivered-To: [email protected] Received: (qmail 68358 invoked by uid 500); 19 Jun 2011 18:57:42 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 68351 invoked by uid 99); 19 Jun 2011 18:57:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 18:57:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 18:57:39 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id DF4C7C00F5 for <[email protected]>; Sun, 19 Jun 2011 18:57:18 +0000 (UTC) Date: Sun, 19 Jun 2011 18:57:18 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <252-924-7837.731308509838898.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Jenkins_build_became_unstable:__ftpserver-tru?= =?UTF-8?Q?nk-jdk1.6-windows_=C2=BB_Apache_FtpServer_Core_#81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-windows/org.apache.ftpserver$ftpserver-core/81/changes> From [email protected] Sun Jun 19 18:57:44 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id A5BCD41E9 for <[email protected]>; Sun, 19 Jun 2011 18:57:44 +0000 (UTC) Received: (qmail 68471 invoked by uid 500); 19 Jun 2011 18:57:44 -0000 Delivered-To: [email protected] Received: (qmail 68444 invoked by uid 500); 19 Jun 2011 18:57:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 68437 invoked by uid 99); 19 Jun 2011 18:57:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 18:57:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 18:57:39 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 3D8BAC00F7 for <[email protected]>; Sun, 19 Jun 2011 18:57:19 +0000 (UTC) Date: Sun, 19 Jun 2011 18:57:19 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <979175895.741308509839250.JavaMail.hudson@aegis> Subject: Jenkins build became unstable: ftpserver-trunk-jdk1.6-windows #81 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-windows/81/changes> From [email protected] Sun Jun 19 19:31:40 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id C100B4ABA for <[email protected]>; Sun, 19 Jun 2011 19:31:40 +0000 (UTC) Received: (qmail 91951 invoked by uid 500); 19 Jun 2011 19:31:40 -0000 Delivered-To: [email protected] Received: (qmail 91924 invoked by uid 500); 19 Jun 2011 19:31:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 91917 invoked by uid 99); 19 Jun 2011 19:31:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 19:31:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 19:31:39 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C02482388A19; Sun, 19 Jun 2011 19:31:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1137421 - /mina/ftpserver/trunk/distribution/res/ftpserver.jks Date: Sun, 19 Jun 2011 19:31:19 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: ngn Date: Sun Jun 19 19:31:19 2011 New Revision: 1137421 URL: http://svn.apache.org/viewvc?rev=1137421&view=rev Log: Replacing expired example certificate (FTPSERVER-404) Modified: mina/ftpserver/trunk/distribution/res/ftpserver.jks Modified: mina/ftpserver/trunk/distribution/res/ftpserver.jks URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/distribution/res/ftpserver.jks?rev=1137421&r1=1137420&r2=1137421&view=diff ============================================================================== Binary files - no diff available. From [email protected] Sun Jun 19 19:32:02 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 5077A4C7C for <[email protected]>; Sun, 19 Jun 2011 19:32:02 +0000 (UTC) Received: (qmail 92039 invoked by uid 500); 19 Jun 2011 19:32:02 -0000 Delivered-To: [email protected] Received: (qmail 92008 invoked by uid 500); 19 Jun 2011 19:32:02 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 92001 invoked by uid 99); 19 Jun 2011 19:32:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 19:32:02 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 19:32:01 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 57CC823889D5; Sun, 19 Jun 2011 19:31:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1137422 - /mina/ftpserver/branches/1.0.x/distribution/res/ftpserver.jks Date: Sun, 19 Jun 2011 19:31:41 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: ngn Date: Sun Jun 19 19:31:41 2011 New Revision: 1137422 URL: http://svn.apache.org/viewvc?rev=1137422&view=rev Log: Replacing expired example certificate (FTPSERVER-404) Modified: mina/ftpserver/branches/1.0.x/distribution/res/ftpserver.jks Modified: mina/ftpserver/branches/1.0.x/distribution/res/ftpserver.jks URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/distribution/res/ftpserver.jks?rev=1137422&r1=1137421&r2=1137422&view=diff ============================================================================== Binary files - no diff available. From [email protected] Sun Jun 19 19:37:38 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id E98334A47 for <[email protected]>; Sun, 19 Jun 2011 19:37:37 +0000 (UTC) Received: (qmail 99927 invoked by uid 500); 19 Jun 2011 19:37:37 -0000 Delivered-To: [email protected] Received: (qmail 99894 invoked by uid 500); 19 Jun 2011 19:37:37 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 99887 invoked by uid 99); 19 Jun 2011 19:37:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 19:37:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 19:37:37 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 95E57C00F5 for <[email protected]>; Sun, 19 Jun 2011 19:37:16 +0000 (UTC) Date: Sun, 19 Jun 2011 19:37:16 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <1094691990.791308512236597.JavaMail.hudson@aegis> In-Reply-To: <252-924-7837.731308509838898.JavaMail.hudson@aegis> References: <252-924-7837.731308509838898.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Jenkins_build_is_back_to_stable_:_ftpserver-tr?= =?UTF-8?Q?unk-jdk1.6-windows_=C2=BB_Apache_FtpServer_Core_#82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-windows/org.apache.ftpserver$ftpserver-core/82/> From [email protected] Sun Jun 19 19:37:40 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 488564A52 for <[email protected]>; Sun, 19 Jun 2011 19:37:40 +0000 (UTC) Received: (qmail 125 invoked by uid 500); 19 Jun 2011 19:37:40 -0000 Delivered-To: [email protected] Received: (qmail 99974 invoked by uid 500); 19 Jun 2011 19:37:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 99967 invoked by uid 99); 19 Jun 2011 19:37:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 19:37:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 19:37:38 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 097E3C00F7 for <[email protected]>; Sun, 19 Jun 2011 19:37:17 +0000 (UTC) Date: Sun, 19 Jun 2011 19:37:17 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <1744284812.801308512237037.JavaMail.hudson@aegis> In-Reply-To: <979175895.741308509839250.JavaMail.hudson@aegis> References: <979175895.741308509839250.JavaMail.hudson@aegis> Subject: Jenkins build is back to stable : ftpserver-trunk-jdk1.6-windows #82 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-windows/82/changes> From [email protected] Sun Jun 19 20:09:13 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 39EDD4A1B for <[email protected]>; Sun, 19 Jun 2011 20:09:13 +0000 (UTC) Received: (qmail 20705 invoked by uid 500); 19 Jun 2011 20:09:13 -0000 Delivered-To: [email protected] Received: (qmail 20681 invoked by uid 500); 19 Jun 2011 20:09:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 20673 invoked by uid 99); 19 Jun 2011 20:09:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 20:09:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 20:09:12 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id B651AC00F5 for <[email protected]>; Sun, 19 Jun 2011 20:08:51 +0000 (UTC) Date: Sun, 19 Jun 2011 20:08:51 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <1882070796.811308514131730.JavaMail.hudson@aegis> In-Reply-To: <1317932984.561308486196959.JavaMail.hudson@aegis> References: <1317932984.561308486196959.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Jenkins_build_is_back_to_stable_:_ftpserver-trun?= =?UTF-8?Q?k-jdk1.6-ibm-ubuntu_=C2=BB_Apache_FtpServer_Core_#123?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/org.apache.ftpserver$ftpserver-core/123/> From [email protected] Sun Jun 19 20:09:13 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 722494A23 for <[email protected]>; Sun, 19 Jun 2011 20:09:13 +0000 (UTC) Received: (qmail 20799 invoked by uid 500); 19 Jun 2011 20:09:13 -0000 Delivered-To: [email protected] Received: (qmail 20750 invoked by uid 500); 19 Jun 2011 20:09:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 20743 invoked by uid 99); 19 Jun 2011 20:09:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 20:09:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 20:09:12 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 659E5C00F7 for <[email protected]>; Sun, 19 Jun 2011 20:08:52 +0000 (UTC) Date: Sun, 19 Jun 2011 20:08:52 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <268824112.821308514132414.JavaMail.hudson@aegis> In-Reply-To: <725454412.571308486197295.JavaMail.hudson@aegis> References: <725454412.571308486197295.JavaMail.hudson@aegis> Subject: Jenkins build is back to stable : ftpserver-trunk-jdk1.6-ibm-ubuntu #123 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/123/changes> From [email protected] Mon Jun 20 18:15:35 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id D28CE62F8 for <[email protected]>; Mon, 20 Jun 2011 18:15:35 +0000 (UTC) Received: (qmail 82311 invoked by uid 500); 20 Jun 2011 18:15:35 -0000 Delivered-To: [email protected] Received: (qmail 82275 invoked by uid 500); 20 Jun 2011 18:15:35 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 82268 invoked by uid 99); 20 Jun 2011 18:15:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2011 18:15:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2011 18:15:33 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3F2602388A3C; Mon, 20 Jun 2011 18:15:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1137729 - /mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java Date: Mon, 20 Jun 2011 18:15:12 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Mon Jun 20 18:15:11 2011 New Revision: 1137729 URL: http://svn.apache.org/viewvc?rev=1137729&view=rev Log: No need to check for null when using instanceof Modified: mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java Modified: mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java?rev=1137729&r1=1137728&r2=1137729&view=diff ============================================================================== --- mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java (original) +++ mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java Mon Jun 20 18:15:11 2011 @@ -396,7 +396,7 @@ public class NativeFtpFile implements Ft @Override public boolean equals(Object obj) { - if (obj != null && obj instanceof NativeFtpFile) { + if (obj instanceof NativeFtpFile) { File thisCanonicalFile; File otherCanonicalFile; try { From [email protected] Mon Jun 20 18:16:06 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id E825B6480 for <[email protected]>; Mon, 20 Jun 2011 18:16:06 +0000 (UTC) Received: (qmail 82443 invoked by uid 500); 20 Jun 2011 18:16:06 -0000 Delivered-To: [email protected] Received: (qmail 82415 invoked by uid 500); 20 Jun 2011 18:16:06 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 82408 invoked by uid 99); 20 Jun 2011 18:16:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2011 18:16:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2011 18:16:05 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DDD012388900; Mon, 20 Jun 2011 18:15:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1137730 - /mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java Date: Mon, 20 Jun 2011 18:15:45 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: sebb Date: Mon Jun 20 18:15:45 2011 New Revision: 1137730 URL: http://svn.apache.org/viewvc?rev=1137730&view=rev Log: No need to check for null when using instanceof Modified: mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java Modified: mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java?rev=1137730&r1=1137729&r2=1137730&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java (original) +++ mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java Mon Jun 20 18:15:45 2011 @@ -518,7 +518,7 @@ public class NativeFtpFile implements Ft @Override public boolean equals(Object obj) { - if (obj != null && obj instanceof NativeFtpFile) { + if (obj instanceof NativeFtpFile) { File thisCanonicalFile; File otherCanonicalFile; try { From [email protected] Mon Jun 20 20:22:01 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 83AC663C2 for <[email protected]>; Mon, 20 Jun 2011 20:22:01 +0000 (UTC) Received: (qmail 34391 invoked by uid 500); 20 Jun 2011 20:22:01 -0000 Delivered-To: [email protected] Received: (qmail 34362 invoked by uid 500); 20 Jun 2011 20:22:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 34355 invoked by uid 99); 20 Jun 2011 20:22:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2011 20:22:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2011 20:21:59 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id B219FC00F5 for <[email protected]>; Mon, 20 Jun 2011 20:21:38 +0000 (UTC) Date: Mon, 20 Jun 2011 20:21:38 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <780418030.1611308601298727.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Jenkins_build_became_unstable:__ftpserver-trunk?= =?UTF-8?Q?-jdk1.5-ibm-ubuntu_=C2=BB_Apache_FtpServer_Core_#120?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See <https://builds.apache.org/job/ftpserver-trunk-jdk1.5-ibm-ubuntu/org.apache.ftpserver$ftpserver-core/120/changes> From [email protected] Mon Jun 20 20:22:01 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id D582863C7 for <[email protected]>; Mon, 20 Jun 2011 20:22:01 +0000 (UTC) Received: (qmail 34482 invoked by uid 500); 20 Jun 2011 20:22:01 -0000 Delivered-To: [email protected] Received: (qmail 34434 invoked by uid 500); 20 Jun 2011 20:22:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 34427 invoked by uid 99); 20 Jun 2011 20:22:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2011 20:22:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2011 20:21:59 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 1B31BC00F7 for <[email protected]>; Mon, 20 Jun 2011 20:21:39 +0000 (UTC) Date: Mon, 20 Jun 2011 20:21:39 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <1311632948.1621308601299109.JavaMail.hudson@aegis> Subject: Jenkins build became unstable: ftpserver-trunk-jdk1.5-ibm-ubuntu #120 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See <https://builds.apache.org/job/ftpserver-trunk-jdk1.5-ibm-ubuntu/120/changes> From [email protected] Mon Jun 20 20:24:31 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 22CE86440 for <[email protected]>; Mon, 20 Jun 2011 20:24:31 +0000 (UTC) Received: (qmail 38871 invoked by uid 500); 20 Jun 2011 20:24:31 -0000 Delivered-To: [email protected] Received: (qmail 38846 invoked by uid 500); 20 Jun 2011 20:24:31 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 38837 invoked by uid 99); 20 Jun 2011 20:24:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2011 20:24:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2011 20:24:29 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 68A5DC00F5 for <[email protected]>; Mon, 20 Jun 2011 20:24:08 +0000 (UTC) Date: Mon, 20 Jun 2011 20:24:08 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <297666657.1631308601448412.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Jenkins_build_became_unstable:__ftpserver-trunk?= =?UTF-8?Q?-jdk1.6-ibm-ubuntu_=C2=BB_Apache_FtpServer_Core_#124?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/org.apache.ftpserver$ftpserver-core/124/changes> From [email protected] Mon Jun 20 20:24:31 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 8DB516449 for <[email protected]>; Mon, 20 Jun 2011 20:24:31 +0000 (UTC) Received: (qmail 38977 invoked by uid 500); 20 Jun 2011 20:24:31 -0000 Delivered-To: [email protected] Received: (qmail 38928 invoked by uid 500); 20 Jun 2011 20:24:31 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 38921 invoked by uid 99); 20 Jun 2011 20:24:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2011 20:24:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2011 20:24:29 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id C2528C00F7 for <[email protected]>; Mon, 20 Jun 2011 20:24:08 +0000 (UTC) Date: Mon, 20 Jun 2011 20:24:08 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <998414700.1641308601448794.JavaMail.hudson@aegis> Subject: Jenkins build became unstable: ftpserver-trunk-jdk1.6-ibm-ubuntu #124 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/124/changes> From [email protected] Wed Jun 22 20:05:33 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id A4B7860FC for <[email protected]>; Wed, 22 Jun 2011 20:05:33 +0000 (UTC) Received: (qmail 89815 invoked by uid 500); 22 Jun 2011 20:05:33 -0000 Delivered-To: [email protected] Received: (qmail 89766 invoked by uid 500); 22 Jun 2011 20:05:32 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 89759 invoked by uid 99); 22 Jun 2011 20:05:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 20:05:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 20:05:31 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6A86623888CF; Wed, 22 Jun 2011 20:05:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1138603 - /mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/ftpletcontainer/FtpLetReturnDefaultTest.java Date: Wed, 22 Jun 2011 20:05:11 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: ngn Date: Wed Jun 22 20:05:11 2011 New Revision: 1138603 URL: http://svn.apache.org/viewvc?rev=1138603&view=rev Log: Fix broken test, where assert was invoked in a separate thread, and checking the temporary getUserArgument() rather than the correct getUser() (FTPSERVER-418) Modified: mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/ftpletcontainer/FtpLetReturnDefaultTest.java Modified: mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/ftpletcontainer/FtpLetReturnDefaultTest.java URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/ftpletcontainer/FtpLetReturnDefaultTest.java?rev=1138603&r1=1138602&r2=1138603&view=diff ============================================================================== --- mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/ftpletcontainer/FtpLetReturnDefaultTest.java (original) +++ mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/ftpletcontainer/FtpLetReturnDefaultTest.java Wed Jun 22 20:05:11 2011 @@ -25,6 +25,8 @@ import java.io.File; import java.io.IOException; import java.util.HashMap; import java.util.Map; +import java.util.concurrent.LinkedBlockingQueue; +import java.util.concurrent.TimeUnit; import org.apache.commons.net.ftp.FTPReply; import org.apache.ftpserver.FtpServerFactory; @@ -34,6 +36,7 @@ import org.apache.ftpserver.ftplet.FtpRe import org.apache.ftpserver.ftplet.FtpSession; import org.apache.ftpserver.ftplet.Ftplet; import org.apache.ftpserver.ftplet.FtpletResult; +import org.apache.ftpserver.ftplet.User; import org.apache.ftpserver.test.TestUtil; /** @@ -83,12 +86,13 @@ public class FtpLetReturnDefaultTest ext } public void testLogin() throws Exception { + final LinkedBlockingQueue<User> loggedInUser = new LinkedBlockingQueue<User>(); + MockFtplet.callback = new MockFtpletCallback() { - @Override public FtpletResult onLogin(FtpSession session, FtpRequest request) throws FtpException, IOException { - assertNotNull(session.getUserArgument()); - + loggedInUser.add(session.getUser()); + return super.onLogin(session, request); } @@ -96,6 +100,8 @@ public class FtpLetReturnDefaultTest ext MockFtpletCallback.returnValue = FtpletResult.DEFAULT; assertTrue(client.login(ADMIN_USERNAME, ADMIN_PASSWORD)); + + assertNotNull(loggedInUser.poll(2000, TimeUnit.MILLISECONDS)); } public void testDelete() throws Exception { From [email protected] Wed Jun 22 20:09:56 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id BEEE2620F for <[email protected]>; Wed, 22 Jun 2011 20:09:56 +0000 (UTC) Received: (qmail 97028 invoked by uid 500); 22 Jun 2011 20:09:56 -0000 Delivered-To: [email protected] Received: (qmail 96976 invoked by uid 500); 22 Jun 2011 20:09:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 96969 invoked by uid 99); 22 Jun 2011 20:09:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 20:09:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 20:09:55 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 94190C00FE for <[email protected]>; Wed, 22 Jun 2011 20:09:35 +0000 (UTC) Date: Wed, 22 Jun 2011 20:09:35 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <1888738578.1011308773375604.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_ftpserver-trunk-jdk1?= =?UTF-8?Q?.5-solaris_=C2=BB_FtpServer_Spring_web_project_example_#415?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-trunk-jdk1.5-solaris/org.apache.ftpserver.examples$ftpserver-spring-war/415/> From [email protected] Wed Jun 22 20:17:56 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 503E36ED9 for <[email protected]>; Wed, 22 Jun 2011 20:17:56 +0000 (UTC) Received: (qmail 10597 invoked by uid 500); 22 Jun 2011 20:17:56 -0000 Delivered-To: [email protected] Received: (qmail 10571 invoked by uid 500); 22 Jun 2011 20:17:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 10564 invoked by uid 99); 22 Jun 2011 20:17:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 20:17:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 20:17:53 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DB39123888CF; Wed, 22 Jun 2011 20:17:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1138613 - /mina/ftpserver/branches/1.0.x/core/src/test/java/org/apache/ftpserver/ftpletcontainer/FtpLetReturnDefaultTest.java Date: Wed, 22 Jun 2011 20:17:32 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ngn Date: Wed Jun 22 20:17:32 2011 New Revision: 1138613 URL: http://svn.apache.org/viewvc?rev=1138613&view=rev Log: Fix broken test, where assert was invoked in a separate thread, and checking the temporary getUserArgument() rather than the correct getUser() (FTPSERVER-418) Modified: mina/ftpserver/branches/1.0.x/core/src/test/java/org/apache/ftpserver/ftpletcontainer/FtpLetReturnDefaultTest.java Modified: mina/ftpserver/branches/1.0.x/core/src/test/java/org/apache/ftpserver/ftpletcontainer/FtpLetReturnDefaultTest.java URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/core/src/test/java/org/apache/ftpserver/ftpletcontainer/FtpLetReturnDefaultTest.java?rev=1138613&r1=1138612&r2=1138613&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/core/src/test/java/org/apache/ftpserver/ftpletcontainer/FtpLetReturnDefaultTest.java (original) +++ mina/ftpserver/branches/1.0.x/core/src/test/java/org/apache/ftpserver/ftpletcontainer/FtpLetReturnDefaultTest.java Wed Jun 22 20:17:32 2011 @@ -25,6 +25,8 @@ import java.io.File; import java.io.IOException; import java.util.HashMap; import java.util.Map; +import java.util.concurrent.LinkedBlockingQueue; +import java.util.concurrent.TimeUnit; import org.apache.commons.net.ftp.FTPReply; import org.apache.ftpserver.FtpServerFactory; @@ -34,6 +36,7 @@ import org.apache.ftpserver.ftplet.FtpRe import org.apache.ftpserver.ftplet.FtpSession; import org.apache.ftpserver.ftplet.Ftplet; import org.apache.ftpserver.ftplet.FtpletResult; +import org.apache.ftpserver.ftplet.User; import org.apache.ftpserver.test.TestUtil; /** @@ -80,11 +83,13 @@ public class FtpLetReturnDefaultTest ext } public void testLogin() throws Exception { + final LinkedBlockingQueue<User> loggedInUser = new LinkedBlockingQueue<User>(); + MockFtplet.callback = new MockFtpletCallback() { public FtpletResult onLogin(FtpSession session, FtpRequest request) throws FtpException, IOException { - assertNotNull(session.getUserArgument()); - + loggedInUser.add(session.getUser()); + return super.onLogin(session, request); } @@ -92,6 +97,8 @@ public class FtpLetReturnDefaultTest ext MockFtpletCallback.returnValue = FtpletResult.DEFAULT; assertTrue(client.login(ADMIN_USERNAME, ADMIN_PASSWORD)); + + assertNotNull(loggedInUser.poll(2000, TimeUnit.MILLISECONDS)); } public void testDelete() throws Exception { From [email protected] Wed Jun 22 20:26:27 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 6E3776B21 for <[email protected]>; Wed, 22 Jun 2011 20:26:27 +0000 (UTC) Received: (qmail 14490 invoked by uid 500); 22 Jun 2011 20:26:27 -0000 Delivered-To: [email protected] Received: (qmail 14456 invoked by uid 500); 22 Jun 2011 20:26:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 14449 invoked by uid 99); 22 Jun 2011 20:26:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 20:26:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 20:26:26 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 17523C00F5 for <[email protected]>; Wed, 22 Jun 2011 20:26:06 +0000 (UTC) Date: Wed, 22 Jun 2011 20:26:06 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <186527525.1031308774366079.JavaMail.hudson@aegis> In-Reply-To: <780418030.1611308601298727.JavaMail.hudson@aegis> References: <780418030.1611308601298727.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Jenkins_build_is_back_to_stable_:_ftpserver-trun?= =?UTF-8?Q?k-jdk1.5-ibm-ubuntu_=C2=BB_Apache_FtpServer_Core_#121?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-trunk-jdk1.5-ibm-ubuntu/org.apache.ftpserver$ftpserver-core/121/changes> From [email protected] Wed Jun 22 20:26:29 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id A65DA6B2C for <[email protected]>; Wed, 22 Jun 2011 20:26:29 +0000 (UTC) Received: (qmail 14596 invoked by uid 500); 22 Jun 2011 20:26:29 -0000 Delivered-To: [email protected] Received: (qmail 14547 invoked by uid 500); 22 Jun 2011 20:26:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 14540 invoked by uid 99); 22 Jun 2011 20:26:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 20:26:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 20:26:27 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 74000C00F7 for <[email protected]>; Wed, 22 Jun 2011 20:26:06 +0000 (UTC) Date: Wed, 22 Jun 2011 20:26:06 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <182251785.1041308774366473.JavaMail.hudson@aegis> In-Reply-To: <1311632948.1621308601299109.JavaMail.hudson@aegis> References: <1311632948.1621308601299109.JavaMail.hudson@aegis> Subject: Jenkins build is back to stable : ftpserver-trunk-jdk1.5-ibm-ubuntu #121 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See <https://builds.apache.org/job/ftpserver-trunk-jdk1.5-ibm-ubuntu/121/changes> From [email protected] Wed Jun 22 21:07:48 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 99B666682 for <[email protected]>; Wed, 22 Jun 2011 21:07:48 +0000 (UTC) Received: (qmail 69314 invoked by uid 500); 22 Jun 2011 21:07:48 -0000 Delivered-To: [email protected] Received: (qmail 69280 invoked by uid 500); 22 Jun 2011 21:07:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 69273 invoked by uid 99); 22 Jun 2011 21:07:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 21:07:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 21:07:47 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4B4FB238890D; Wed, 22 Jun 2011 21:07:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1138633 - /mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java Date: Wed, 22 Jun 2011 21:07:27 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: sebb Date: Wed Jun 22 21:07:26 2011 New Revision: 1138633 URL: http://svn.apache.org/viewvc?rev=1138633&view=rev Log: FTPSERVER-375 - use canonicalPath rather than File to implement equals and hashcode Modified: mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java Modified: mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java?rev=1138633&r1=1138632&r2=1138633&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java (original) +++ mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java Wed Jun 22 21:07:26 2011 @@ -516,20 +516,24 @@ public class NativeFtpFile implements Ft return resArg; } + /** + * Implements equals by comparing getCanonicalPath() for the underlying file instabnce. + * Ignores the fileName and User fields + */ @Override public boolean equals(Object obj) { if (obj instanceof NativeFtpFile) { - File thisCanonicalFile; - File otherCanonicalFile; + String thisCanonicalPath; + String otherCanonicalPath; try { - thisCanonicalFile = this.file.getCanonicalFile(); - otherCanonicalFile = ((NativeFtpFile) obj).file - .getCanonicalFile(); + thisCanonicalPath = this.file.getCanonicalPath(); + otherCanonicalPath = ((NativeFtpFile) obj).file + .getCanonicalPath(); } catch (IOException e) { throw new RuntimeException("Failed to get the canonical path", e); } - return thisCanonicalFile.equals(otherCanonicalFile); + return thisCanonicalPath.equals(otherCanonicalPath); } return false; } @@ -538,7 +542,7 @@ public class NativeFtpFile implements Ft @Override public int hashCode() { try { - return file.getCanonicalFile().hashCode(); + return file.getCanonicalPath().hashCode(); } catch (IOException e) { return 0; } From [email protected] Wed Jun 22 21:08:32 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id F2AEF668B for <[email protected]>; Wed, 22 Jun 2011 21:08:31 +0000 (UTC) Received: (qmail 69460 invoked by uid 500); 22 Jun 2011 21:08:31 -0000 Delivered-To: [email protected] Received: (qmail 69438 invoked by uid 500); 22 Jun 2011 21:08:31 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 69431 invoked by uid 99); 22 Jun 2011 21:08:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 21:08:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 21:08:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C383423889E7; Wed, 22 Jun 2011 21:08:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1138634 - /mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java Date: Wed, 22 Jun 2011 21:08:08 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Wed Jun 22 21:08:08 2011 New Revision: 1138634 URL: http://svn.apache.org/viewvc?rev=1138634&view=rev Log: Missing @Overrides Modified: mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java Modified: mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java?rev=1138634&r1=1138633&r2=1138634&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java (original) +++ mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java Wed Jun 22 21:08:08 2011 @@ -362,6 +362,7 @@ public class NativeFtpFile implements Ft // The IBM jre needs to have both the stream and the random access file // objects closed to actually close the file return new FileOutputStream(raf.getFD()) { + @Override public void close() throws IOException { super.close(); raf.close(); @@ -386,6 +387,7 @@ public class NativeFtpFile implements Ft // The IBM jre needs to have both the stream and the random access file // objects closed to actually close the file return new FileInputStream(raf.getFD()) { + @Override public void close() throws IOException { super.close(); raf.close(); From [email protected] Wed Jun 22 21:08:47 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 38B2D669D for <[email protected]>; Wed, 22 Jun 2011 21:08:47 +0000 (UTC) Received: (qmail 69666 invoked by uid 500); 22 Jun 2011 21:08:47 -0000 Delivered-To: [email protected] Received: (qmail 69613 invoked by uid 500); 22 Jun 2011 21:08:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 69605 invoked by uid 99); 22 Jun 2011 21:08:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 21:08:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 21:08:44 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 03B37238890D; Wed, 22 Jun 2011 21:08:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1138635 - /mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java Date: Wed, 22 Jun 2011 21:08:23 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Wed Jun 22 21:08:23 2011 New Revision: 1138635 URL: http://svn.apache.org/viewvc?rev=1138635&view=rev Log: FTPSERVER-375 - use canonicalPath rather than File to implement equals and hashcode Modified: mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java Modified: mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java?rev=1138635&r1=1138634&r2=1138635&view=diff ============================================================================== --- mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java (original) +++ mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java Wed Jun 22 21:08:23 2011 @@ -394,21 +394,25 @@ public class NativeFtpFile implements Ft }; } + /** + * Implements equals by comparing getCanonicalPath() for the underlying file instabnce. + * Ignores the fileName and User fields + */ @Override public boolean equals(Object obj) { if (obj instanceof NativeFtpFile) { - File thisCanonicalFile; - File otherCanonicalFile; + String thisCanonicalPath; + String otherCanonicalPath; try { - thisCanonicalFile = this.file.getCanonicalFile(); - otherCanonicalFile = ((NativeFtpFile) obj).file - .getCanonicalFile(); + thisCanonicalPath = this.file.getCanonicalPath(); + otherCanonicalPath = ((NativeFtpFile) obj).file + .getCanonicalPath(); } catch (IOException e) { throw new RuntimeException("Failed to get the canonical path", e); } - return thisCanonicalFile.equals(otherCanonicalFile); + return thisCanonicalPath.equals(otherCanonicalPath); } return false; } @@ -416,7 +420,7 @@ public class NativeFtpFile implements Ft @Override public int hashCode() { try { - return file.getCanonicalFile().hashCode(); + return file.getCanonicalPath().hashCode(); } catch (IOException e) { return 0; } From [email protected] Wed Jun 22 22:08:40 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 974D96728 for <[email protected]>; Wed, 22 Jun 2011 22:08:40 +0000 (UTC) Received: (qmail 68720 invoked by uid 500); 22 Jun 2011 22:08:40 -0000 Delivered-To: [email protected] Received: (qmail 68695 invoked by uid 500); 22 Jun 2011 22:08:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 68688 invoked by uid 99); 22 Jun 2011 22:08:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 22:08:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 22:08:38 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 3B20AC00F5 for <[email protected]>; Wed, 22 Jun 2011 22:08:17 +0000 (UTC) Date: Wed, 22 Jun 2011 22:08:17 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <492389044.1181308780497226.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Jenkins_build_became_unstable:__ftpserver-trunk?= =?UTF-8?Q?-jdk1.5-ibm-ubuntu_=C2=BB_Apache_FtpServer_Core_#122?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See <https://builds.apache.org/job/ftpserver-trunk-jdk1.5-ibm-ubuntu/org.apache.ftpserver$ftpserver-core/122/changes> From [email protected] Wed Jun 22 22:08:40 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id AB59D672C for <[email protected]>; Wed, 22 Jun 2011 22:08:40 +0000 (UTC) Received: (qmail 68801 invoked by uid 500); 22 Jun 2011 22:08:40 -0000 Delivered-To: [email protected] Received: (qmail 68775 invoked by uid 500); 22 Jun 2011 22:08:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 68728 invoked by uid 99); 22 Jun 2011 22:08:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 22:08:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 22:08:38 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 976BDC00F7 for <[email protected]>; Wed, 22 Jun 2011 22:08:17 +0000 (UTC) Date: Wed, 22 Jun 2011 22:08:17 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <1953484939.1191308780497618.JavaMail.hudson@aegis> Subject: Jenkins build became unstable: ftpserver-trunk-jdk1.5-ibm-ubuntu #122 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See <https://builds.apache.org/job/ftpserver-trunk-jdk1.5-ibm-ubuntu/122/changes> From [email protected] Wed Jun 22 22:13:25 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id C1AC369E7 for <[email protected]>; Wed, 22 Jun 2011 22:13:25 +0000 (UTC) Received: (qmail 81455 invoked by uid 500); 22 Jun 2011 22:13:25 -0000 Delivered-To: [email protected] Received: (qmail 81431 invoked by uid 500); 22 Jun 2011 22:13:25 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 81424 invoked by uid 99); 22 Jun 2011 22:13:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 22:13:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 22:13:24 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id A5979C00F7 for <[email protected]>; Wed, 22 Jun 2011 22:13:04 +0000 (UTC) Date: Wed, 22 Jun 2011 22:13:04 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <1975162520.1211308780784676.JavaMail.hudson@aegis> Subject: Jenkins build is back to stable : ftpserver-trunk-jdk1.6-ibm-ubuntu #126 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/126/changes> From [email protected] Wed Jun 22 22:13:27 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 5A61169F4 for <[email protected]>; Wed, 22 Jun 2011 22:13:27 +0000 (UTC) Received: (qmail 81530 invoked by uid 500); 22 Jun 2011 22:13:27 -0000 Delivered-To: [email protected] Received: (qmail 81511 invoked by uid 500); 22 Jun 2011 22:13:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 81504 invoked by uid 99); 22 Jun 2011 22:13:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 22:13:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 22:13:25 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 4A291C00F5 for <[email protected]>; Wed, 22 Jun 2011 22:13:04 +0000 (UTC) Date: Wed, 22 Jun 2011 22:13:04 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <242728552.1201308780784287.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Jenkins_build_is_back_to_stable_:_ftpserver-trun?= =?UTF-8?Q?k-jdk1.6-ibm-ubuntu_=C2=BB_Apache_FtpServer_Core_#126?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See <https://builds.apache.org/job/ftpserver-trunk-jdk1.6-ibm-ubuntu/org.apache.ftpserver$ftpserver-core/126/changes> From [email protected] Thu Jun 23 07:35:21 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id A7BAE472B for <[email protected]>; Thu, 23 Jun 2011 07:35:21 +0000 (UTC) Received: (qmail 10724 invoked by uid 500); 23 Jun 2011 07:35:21 -0000 Delivered-To: [email protected] Received: (qmail 10643 invoked by uid 500); 23 Jun 2011 07:35:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 10621 invoked by uid 99); 23 Jun 2011 07:35:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2011 07:35:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2011 07:35:07 +0000 Received: from eris.apache.org (localhost [161.129.204.104]) by eris.apache.org (Postfix) with ESMTP id 79B2F23888CB for <[email protected]>; Thu, 23 Jun 2011 07:34:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1138753 - /mina/ftpserver/branches/1.0.x/core/src/test/java/org/apache/ftpserver/clienttests/ClientTestTemplate.java Date: Thu, 23 Jun 2011 07:34:47 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: ngn Date: Thu Jun 23 07:34:47 2011 New Revision: 1138753 URL: http://svn.apache.org/viewvc?rev=1138753&view=rev Log: Working around a bug in the IBM JVM which might cause a NPE in test tear down (FTPSERVER-422) Modified: mina/ftpserver/branches/1.0.x/core/src/test/java/org/apache/ftpserver/clienttests/ClientTestTemplate.java Modified: mina/ftpserver/branches/1.0.x/core/src/test/java/org/apache/ftpserver/clienttests/ClientTestTemplate.java URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/core/src/test/java/org/apache/ftpserver/clienttests/ClientTestTemplate.java?rev=1138753&r1=1138752&r2=1138753&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/core/src/test/java/org/apache/ftpserver/clienttests/ClientTestTemplate.java (original) +++ mina/ftpserver/branches/1.0.x/core/src/test/java/org/apache/ftpserver/clienttests/ClientTestTemplate.java Thu Jun 23 07:34:47 2011 @@ -224,7 +224,12 @@ public abstract class ClientTestTemplate } if (server != null) { - server.stop(); + try { + server.stop(); + } catch(NullPointerException e) { + // a bug in the IBM JVM might cause Thread.interrupt() to throw an NPE + // see http://www-01.ibm.com/support/docview.wss?uid=swg1IZ52037&wv=1 + } } cleanTmpDirs(); From [email protected] Thu Jun 23 07:35:48 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id F2581473A for <[email protected]>; Thu, 23 Jun 2011 07:35:48 +0000 (UTC) Received: (qmail 10859 invoked by uid 500); 23 Jun 2011 07:35:48 -0000 Delivered-To: [email protected] Received: (qmail 10806 invoked by uid 500); 23 Jun 2011 07:35:43 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 10799 invoked by uid 99); 23 Jun 2011 07:35:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2011 07:35:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2011 07:35:40 +0000 Received: from eris.apache.org (localhost [161.129.204.104]) by eris.apache.org (Postfix) with ESMTP id 654DD23889E0 for <[email protected]>; Thu, 23 Jun 2011 07:35:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1138754 - /mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/clienttests/ClientTestTemplate.java Date: Thu, 23 Jun 2011 07:35:20 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: ngn Date: Thu Jun 23 07:35:20 2011 New Revision: 1138754 URL: http://svn.apache.org/viewvc?rev=1138754&view=rev Log: Working around a bug in the IBM JVM which might cause a NPE in test tear down (FTPSERVER-422) Modified: mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/clienttests/ClientTestTemplate.java Modified: mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/clienttests/ClientTestTemplate.java URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/clienttests/ClientTestTemplate.java?rev=1138754&r1=1138753&r2=1138754&view=diff ============================================================================== --- mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/clienttests/ClientTestTemplate.java (original) +++ mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/clienttests/ClientTestTemplate.java Thu Jun 23 07:35:20 2011 @@ -227,7 +227,12 @@ public abstract class ClientTestTemplate } if (server != null) { - server.stop(); + try { + server.stop(); + } catch(NullPointerException e) { + // a bug in the IBM JVM might cause Thread.interrupt() to throw an NPE + // see http://www-01.ibm.com/support/docview.wss?uid=swg1IZ52037&wv=1 + } } cleanTmpDirs(); From [email protected] Thu Jun 23 07:54:41 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 3B75D4FFE for <[email protected]>; Thu, 23 Jun 2011 07:54:41 +0000 (UTC) Received: (qmail 35043 invoked by uid 500); 23 Jun 2011 07:54:41 -0000 Delivered-To: [email protected] Received: (qmail 34984 invoked by uid 500); 23 Jun 2011 07:54:34 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 34977 invoked by uid 99); 23 Jun 2011 07:54:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2011 07:54:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2011 07:54:32 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id A7EB6C00F5 for <[email protected]>; Thu, 23 Jun 2011 07:54:11 +0000 (UTC) Date: Thu, 23 Jun 2011 07:54:11 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <1602174735.1861308815651671.JavaMail.hudson@aegis> Subject: Build failed in Jenkins: ftpserver-1.0.x-jdk1.5-solaris #100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-1.0.x-jdk1.5-solaris/100/> ------------------------------------------ Started by an SCM change Building remotely on solaris2 SCM check out aborted From [email protected] Thu Jun 23 09:08:41 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 1B8C24782 for <[email protected]>; Thu, 23 Jun 2011 09:08:41 +0000 (UTC) Received: (qmail 48878 invoked by uid 500); 23 Jun 2011 09:08:41 -0000 Delivered-To: [email protected] Received: (qmail 48806 invoked by uid 500); 23 Jun 2011 09:08:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 48789 invoked by uid 99); 23 Jun 2011 09:08:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2011 09:08:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2011 09:08:37 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 570E7C00F7 for <[email protected]>; Thu, 23 Jun 2011 09:08:17 +0000 (UTC) Date: Thu, 23 Jun 2011 09:08:17 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <158134863.1911308820097354.JavaMail.hudson@aegis> In-Reply-To: <1953484939.1191308780497618.JavaMail.hudson@aegis> References: <1953484939.1191308780497618.JavaMail.hudson@aegis> Subject: Jenkins build is back to stable : ftpserver-trunk-jdk1.5-ibm-ubuntu #123 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See <https://builds.apache.org/job/ftpserver-trunk-jdk1.5-ibm-ubuntu/123/changes> From [email protected] Thu Jun 23 09:08:42 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 245F54788 for <[email protected]>; Thu, 23 Jun 2011 09:08:41 +0000 (UTC) Received: (qmail 48883 invoked by uid 500); 23 Jun 2011 09:08:41 -0000 Delivered-To: [email protected] Received: (qmail 48809 invoked by uid 500); 23 Jun 2011 09:08:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 48799 invoked by uid 99); 23 Jun 2011 09:08:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2011 09:08:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2011 09:08:37 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id F0D05C00F5 for <[email protected]>; Thu, 23 Jun 2011 09:08:16 +0000 (UTC) Date: Thu, 23 Jun 2011 09:08:16 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <1821265235.1901308820096970.JavaMail.hudson@aegis> In-Reply-To: <492389044.1181308780497226.JavaMail.hudson@aegis> References: <492389044.1181308780497226.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Jenkins_build_is_back_to_stable_:_ftpserver-trun?= =?UTF-8?Q?k-jdk1.5-ibm-ubuntu_=C2=BB_Apache_FtpServer_Core_#123?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See <https://builds.apache.org/job/ftpserver-trunk-jdk1.5-ibm-ubuntu/org.apache.ftpserver$ftpserver-core/123/changes> From [email protected] Sat Jun 25 20:43:18 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 589EA4A01 for <[email protected]>; Sat, 25 Jun 2011 20:43:18 +0000 (UTC) Received: (qmail 19491 invoked by uid 500); 25 Jun 2011 20:43:18 -0000 Delivered-To: [email protected] Received: (qmail 19443 invoked by uid 500); 25 Jun 2011 20:43:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 19431 invoked by uid 99); 25 Jun 2011 20:43:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jun 2011 20:43:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jun 2011 20:43:16 +0000 Received: from eris.apache.org (localhost [161.129.204.104]) by eris.apache.org (Postfix) with ESMTP id 158B323889E1 for <[email protected]>; Sat, 25 Jun 2011 20:42:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1139619 - /mina/ftpserver/branches/1.0.x/distribution/README.txt Date: Sat, 25 Jun 2011 20:42:55 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: ngn Date: Sat Jun 25 20:42:54 2011 New Revision: 1139619 URL: http://svn.apache.org/viewvc?rev=1139619&view=rev Log: Updating README for 1.0.6 Modified: mina/ftpserver/branches/1.0.x/distribution/README.txt Modified: mina/ftpserver/branches/1.0.x/distribution/README.txt URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/distribution/README.txt?rev=1139619&r1=1139618&r2=1139619&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/distribution/README.txt (original) +++ mina/ftpserver/branches/1.0.x/distribution/README.txt Sat Jun 25 20:42:54 2011 @@ -13,6 +13,10 @@ you write Java code to process FTP event API. Apache FtpServer provides an implementation of FTP server to support this API. +1.0.6 +-------------------------------- +Bug fix release which closes 19 issues since the 1.0.5 release, for example a overhaul of the passive port reservation handling. See full change log at: https://issues.apache.org/jira/browse/FTPSERVER/fixforversion/12315314 + 1.0.5 -------------------------------- Bug fix release that fixes important issues found since the 1.0.4 release. From [email protected] Sat Jun 25 20:43:41 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 21AA94A13 for <[email protected]>; Sat, 25 Jun 2011 20:43:41 +0000 (UTC) Received: (qmail 19604 invoked by uid 500); 25 Jun 2011 20:43:41 -0000 Delivered-To: [email protected] Received: (qmail 19546 invoked by uid 500); 25 Jun 2011 20:43:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 19536 invoked by uid 99); 25 Jun 2011 20:43:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jun 2011 20:43:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jun 2011 20:43:38 +0000 Received: from eris.apache.org (localhost [161.129.204.104]) by eris.apache.org (Postfix) with ESMTP id 59E7323888BD for <[email protected]>; Sat, 25 Jun 2011 20:43:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1139620 - /mina/ftpserver/branches/1.0.x/distribution/README.txt Date: Sat, 25 Jun 2011 20:43:17 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ngn Date: Sat Jun 25 20:43:17 2011 New Revision: 1139620 URL: http://svn.apache.org/viewvc?rev=1139620&view=rev Log: Updating README for 1.0.6 Modified: mina/ftpserver/branches/1.0.x/distribution/README.txt Modified: mina/ftpserver/branches/1.0.x/distribution/README.txt URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/distribution/README.txt?rev=1139620&r1=1139619&r2=1139620&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/distribution/README.txt (original) +++ mina/ftpserver/branches/1.0.x/distribution/README.txt Sat Jun 25 20:43:17 2011 @@ -15,7 +15,7 @@ this API. 1.0.6 -------------------------------- -Bug fix release which closes 19 issues since the 1.0.5 release, for example a overhaul of the passive port reservation handling. See full change log at: https://issues.apache.org/jira/browse/FTPSERVER/fixforversion/12315314 +Bug fix release which closes 19 issues since the 1.0.5 release, for example an overhaul of the passive port reservation handling. See full change log at: https://issues.apache.org/jira/browse/FTPSERVER/fixforversion/12315314 1.0.5 -------------------------------- From [email protected] Sat Jun 25 20:44:56 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 983D04A1E for <[email protected]>; Sat, 25 Jun 2011 20:44:56 +0000 (UTC) Received: (qmail 20557 invoked by uid 500); 25 Jun 2011 20:44:56 -0000 Delivered-To: [email protected] Received: (qmail 20503 invoked by uid 500); 25 Jun 2011 20:44:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 20496 invoked by uid 99); 25 Jun 2011 20:44:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jun 2011 20:44:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jun 2011 20:44:55 +0000 Received: from eris.apache.org (localhost [161.129.204.104]) by eris.apache.org (Postfix) with ESMTP id 601BD238885D for <[email protected]>; Sat, 25 Jun 2011 20:44:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1139621 - /mina/ftpserver/branches/1.0.6/ Date: Sat, 25 Jun 2011 20:44:35 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: ngn Date: Sat Jun 25 20:44:35 2011 New Revision: 1139621 URL: http://svn.apache.org/viewvc?rev=1139621&view=rev Log: Branching for release of 1.0.6 Added: mina/ftpserver/branches/1.0.6/ - copied from r1139620, mina/ftpserver/trunk/ From [email protected] Sat Jun 25 20:47:38 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id A6E444D3C for <[email protected]>; Sat, 25 Jun 2011 20:47:38 +0000 (UTC) Received: (qmail 22231 invoked by uid 500); 25 Jun 2011 20:47:38 -0000 Delivered-To: [email protected] Received: (qmail 22182 invoked by uid 500); 25 Jun 2011 20:47:38 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 22175 invoked by uid 99); 25 Jun 2011 20:47:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jun 2011 20:47:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jun 2011 20:47:37 +0000 Received: from eris.apache.org (localhost [161.129.204.104]) by eris.apache.org (Postfix) with ESMTP id EC03F238885D for <[email protected]>; Sat, 25 Jun 2011 20:47:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1139623 - /mina/ftpserver/branches/1.0.6/ Date: Sat, 25 Jun 2011 20:47:16 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: ngn Date: Sat Jun 25 20:47:16 2011 New Revision: 1139623 URL: http://svn.apache.org/viewvc?rev=1139623&view=rev Log: Rolling back, started from trunk, not the 1.0.x branch Removed: mina/ftpserver/branches/1.0.6/ From [email protected] Sat Jun 25 20:48:20 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id A1AB54089 for <[email protected]>; Sat, 25 Jun 2011 20:48:20 +0000 (UTC) Received: (qmail 22681 invoked by uid 500); 25 Jun 2011 20:48:20 -0000 Delivered-To: [email protected] Received: (qmail 22642 invoked by uid 500); 25 Jun 2011 20:48:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 22635 invoked by uid 99); 25 Jun 2011 20:48:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jun 2011 20:48:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jun 2011 20:48:18 +0000 Received: from eris.apache.org (localhost [161.129.204.104]) by eris.apache.org (Postfix) with ESMTP id 37E9823888BD for <[email protected]>; Sat, 25 Jun 2011 20:47:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1139624 - /mina/ftpserver/branches/1.0.6/ Date: Sat, 25 Jun 2011 20:47:57 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ngn Date: Sat Jun 25 20:47:56 2011 New Revision: 1139624 URL: http://svn.apache.org/viewvc?rev=1139624&view=rev Log: Branching for release of 1.0.6 Added: mina/ftpserver/branches/1.0.6/ - copied from r1139623, mina/ftpserver/branches/1.0.x/ From [email protected] Sat Jun 25 20:50:00 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 61A804095 for <[email protected]>; Sat, 25 Jun 2011 20:50:00 +0000 (UTC) Received: (qmail 22826 invoked by uid 500); 25 Jun 2011 20:50:00 -0000 Delivered-To: [email protected] Received: (qmail 22784 invoked by uid 500); 25 Jun 2011 20:50:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 22777 invoked by uid 99); 25 Jun 2011 20:50:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jun 2011 20:50:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jun 2011 20:49:58 +0000 Received: from eris.apache.org (localhost [161.129.204.104]) by eris.apache.org (Postfix) with ESMTP id 95EE2238885D for <[email protected]>; Sat, 25 Jun 2011 20:49:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1139625 - in /mina/ftpserver/branches/1.0.x: ./ core/ distribution/ examples/ examples/ftpserver-example-spring-war/ examples/ftpserver-osgi-ftplet-service/ examples/ftpserver-osgi-spring-service/ ftplet-api/ Date: Sat, 25 Jun 2011 20:49:38 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: ngn Date: Sat Jun 25 20:49:38 2011 New Revision: 1139625 URL: http://svn.apache.org/viewvc?rev=1139625&view=rev Log: Increasing version for new development in 1.0.x branch Modified: mina/ftpserver/branches/1.0.x/core/pom.xml mina/ftpserver/branches/1.0.x/distribution/pom.xml mina/ftpserver/branches/1.0.x/examples/ftpserver-example-spring-war/pom.xml mina/ftpserver/branches/1.0.x/examples/ftpserver-osgi-ftplet-service/pom.xml mina/ftpserver/branches/1.0.x/examples/ftpserver-osgi-spring-service/pom.xml mina/ftpserver/branches/1.0.x/examples/pom.xml mina/ftpserver/branches/1.0.x/ftplet-api/pom.xml mina/ftpserver/branches/1.0.x/pom.xml Modified: mina/ftpserver/branches/1.0.x/core/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/core/pom.xml?rev=1139625&r1=1139624&r2=1139625&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/core/pom.xml (original) +++ mina/ftpserver/branches/1.0.x/core/pom.xml Sat Jun 25 20:49:38 2011 @@ -17,13 +17,13 @@ <parent> <artifactId>ftpserver-parent</artifactId> <groupId>org.apache.ftpserver</groupId> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.ftpserver</groupId> <artifactId>ftpserver-core</artifactId> <name>Apache FtpServer Core</name> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.7-SNAPSHOT</version> <packaging>bundle</packaging> <scm> <connection> Modified: mina/ftpserver/branches/1.0.x/distribution/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/distribution/pom.xml?rev=1139625&r1=1139624&r2=1139625&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/distribution/pom.xml (original) +++ mina/ftpserver/branches/1.0.x/distribution/pom.xml Sat Jun 25 20:49:38 2011 @@ -22,14 +22,14 @@ <parent> <artifactId>ftpserver-parent</artifactId> <groupId>org.apache.ftpserver</groupId> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.ftpserver</groupId> <artifactId>ftpserver</artifactId> <packaging>pom</packaging> <name>Apache FtpServer</name> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.7-SNAPSHOT</version> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/mina/ftpserver/trunk/distribution</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/ftpserver/trunk/distribution</developerConnection> Modified: mina/ftpserver/branches/1.0.x/examples/ftpserver-example-spring-war/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/examples/ftpserver-example-spring-war/pom.xml?rev=1139625&r1=1139624&r2=1139625&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/examples/ftpserver-example-spring-war/pom.xml (original) +++ mina/ftpserver/branches/1.0.x/examples/ftpserver-example-spring-war/pom.xml Sat Jun 25 20:49:38 2011 @@ -18,7 +18,7 @@ <parent> <artifactId>ftpserver-parent</artifactId> <groupId>org.apache.ftpserver</groupId> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.7-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -27,7 +27,7 @@ <artifactId>ftpserver-spring-war</artifactId> <name>FtpServer Spring web project example</name> <packaging>war</packaging> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.7-SNAPSHOT</version> <dependencies> <dependency> <groupId>org.springframework</groupId> Modified: mina/ftpserver/branches/1.0.x/examples/ftpserver-osgi-ftplet-service/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/examples/ftpserver-osgi-ftplet-service/pom.xml?rev=1139625&r1=1139624&r2=1139625&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/examples/ftpserver-osgi-ftplet-service/pom.xml (original) +++ mina/ftpserver/branches/1.0.x/examples/ftpserver-osgi-ftplet-service/pom.xml Sat Jun 25 20:49:38 2011 @@ -19,7 +19,7 @@ <parent> <artifactId>ftpserver-parent</artifactId> <groupId>org.apache.ftpserver</groupId> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.7-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -27,7 +27,7 @@ <artifactId>ftpserver-osgi-ftplet-service</artifactId> <name>FtpServer OSGi Ftplet service example</name> <packaging>bundle</packaging> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.7-SNAPSHOT</version> <dependencies> <dependency> <groupId>org.apache.ftpserver</groupId> Modified: mina/ftpserver/branches/1.0.x/examples/ftpserver-osgi-spring-service/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/examples/ftpserver-osgi-spring-service/pom.xml?rev=1139625&r1=1139624&r2=1139625&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/examples/ftpserver-osgi-spring-service/pom.xml (original) +++ mina/ftpserver/branches/1.0.x/examples/ftpserver-osgi-spring-service/pom.xml Sat Jun 25 20:49:38 2011 @@ -19,7 +19,7 @@ <parent> <artifactId>ftpserver-parent</artifactId> <groupId>org.apache.ftpserver</groupId> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.7-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -27,7 +27,7 @@ <artifactId>ftpserver-osgi-spring-service</artifactId> <name>FtpServer OSGi Spring-DM example</name> <packaging>bundle</packaging> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.7-SNAPSHOT</version> <dependencies> <dependency> <groupId>org.apache.ftpserver</groupId> Modified: mina/ftpserver/branches/1.0.x/examples/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/examples/pom.xml?rev=1139625&r1=1139624&r2=1139625&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/examples/pom.xml (original) +++ mina/ftpserver/branches/1.0.x/examples/pom.xml Sat Jun 25 20:49:38 2011 @@ -21,14 +21,14 @@ <parent> <artifactId>ftpserver-parent</artifactId> <groupId>org.apache.ftpserver</groupId> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.ftpserver</groupId> <artifactId>ftpserver-examples</artifactId> <packaging>pom</packaging> <name>Apache FtpServer Examples</name> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.7-SNAPSHOT</version> <modules> <module>ftpserver-example-spring-war</module> <module>ftpserver-osgi-ftplet-service</module> Modified: mina/ftpserver/branches/1.0.x/ftplet-api/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/ftplet-api/pom.xml?rev=1139625&r1=1139624&r2=1139625&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/ftplet-api/pom.xml (original) +++ mina/ftpserver/branches/1.0.x/ftplet-api/pom.xml Sat Jun 25 20:49:38 2011 @@ -17,12 +17,12 @@ <parent> <artifactId>ftpserver-parent</artifactId> <groupId>org.apache.ftpserver</groupId> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.ftpserver</groupId> <artifactId>ftplet-api</artifactId> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.7-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Ftplet API</name> <description> Ftplets are, similar to servlets, an API to plug into the Modified: mina/ftpserver/branches/1.0.x/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/pom.xml?rev=1139625&r1=1139624&r2=1139625&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/pom.xml (original) +++ mina/ftpserver/branches/1.0.x/pom.xml Sat Jun 25 20:49:38 2011 @@ -28,7 +28,7 @@ <artifactId>ftpserver-parent</artifactId> <packaging>pom</packaging> <name>Apache FtpServer Parent</name> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.7-SNAPSHOT</version> <url>http://mina.apache.org/ftpserver</url> <issueManagement> <system>Jira</system> From [email protected] Sat Jun 25 20:51:05 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 359A140AE for <[email protected]>; Sat, 25 Jun 2011 20:51:05 +0000 (UTC) Received: (qmail 23490 invoked by uid 500); 25 Jun 2011 20:51:05 -0000 Delivered-To: [email protected] Received: (qmail 23438 invoked by uid 500); 25 Jun 2011 20:51:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 23431 invoked by uid 99); 25 Jun 2011 20:51:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jun 2011 20:51:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jun 2011 20:51:03 +0000 Received: from eris.apache.org (localhost [161.129.204.104]) by eris.apache.org (Postfix) with ESMTP id 57EA7238885D for <[email protected]>; Sat, 25 Jun 2011 20:50:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1139626 - in /mina/ftpserver/branches/1.0.6: ./ core/ distribution/ examples/ examples/ftpserver-example-spring-war/ examples/ftpserver-osgi-ftplet-service/ examples/ftpserver-osgi-spring-service/ ftplet-api/ Date: Sat, 25 Jun 2011 20:50:43 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: ngn Date: Sat Jun 25 20:50:42 2011 New Revision: 1139626 URL: http://svn.apache.org/viewvc?rev=1139626&view=rev Log: Setting version for release of 1.0.6 Modified: mina/ftpserver/branches/1.0.6/core/pom.xml mina/ftpserver/branches/1.0.6/distribution/pom.xml mina/ftpserver/branches/1.0.6/examples/ftpserver-example-spring-war/pom.xml mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-ftplet-service/pom.xml mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-spring-service/pom.xml mina/ftpserver/branches/1.0.6/examples/pom.xml mina/ftpserver/branches/1.0.6/ftplet-api/pom.xml mina/ftpserver/branches/1.0.6/pom.xml Modified: mina/ftpserver/branches/1.0.6/core/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.6/core/pom.xml?rev=1139626&r1=1139625&r2=1139626&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.6/core/pom.xml (original) +++ mina/ftpserver/branches/1.0.6/core/pom.xml Sat Jun 25 20:50:42 2011 @@ -17,13 +17,13 @@ <parent> <artifactId>ftpserver-parent</artifactId> <groupId>org.apache.ftpserver</groupId> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.6</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.ftpserver</groupId> <artifactId>ftpserver-core</artifactId> <name>Apache FtpServer Core</name> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.6</version> <packaging>bundle</packaging> <scm> <connection> Modified: mina/ftpserver/branches/1.0.6/distribution/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.6/distribution/pom.xml?rev=1139626&r1=1139625&r2=1139626&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.6/distribution/pom.xml (original) +++ mina/ftpserver/branches/1.0.6/distribution/pom.xml Sat Jun 25 20:50:42 2011 @@ -22,14 +22,14 @@ <parent> <artifactId>ftpserver-parent</artifactId> <groupId>org.apache.ftpserver</groupId> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.6</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.ftpserver</groupId> <artifactId>ftpserver</artifactId> <packaging>pom</packaging> <name>Apache FtpServer</name> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.6</version> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/mina/ftpserver/trunk/distribution</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/ftpserver/trunk/distribution</developerConnection> Modified: mina/ftpserver/branches/1.0.6/examples/ftpserver-example-spring-war/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.6/examples/ftpserver-example-spring-war/pom.xml?rev=1139626&r1=1139625&r2=1139626&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.6/examples/ftpserver-example-spring-war/pom.xml (original) +++ mina/ftpserver/branches/1.0.6/examples/ftpserver-example-spring-war/pom.xml Sat Jun 25 20:50:42 2011 @@ -18,7 +18,7 @@ <parent> <artifactId>ftpserver-parent</artifactId> <groupId>org.apache.ftpserver</groupId> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.6</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -27,7 +27,7 @@ <artifactId>ftpserver-spring-war</artifactId> <name>FtpServer Spring web project example</name> <packaging>war</packaging> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.6</version> <dependencies> <dependency> <groupId>org.springframework</groupId> Modified: mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-ftplet-service/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-ftplet-service/pom.xml?rev=1139626&r1=1139625&r2=1139626&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-ftplet-service/pom.xml (original) +++ mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-ftplet-service/pom.xml Sat Jun 25 20:50:42 2011 @@ -19,7 +19,7 @@ <parent> <artifactId>ftpserver-parent</artifactId> <groupId>org.apache.ftpserver</groupId> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.6</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -27,7 +27,7 @@ <artifactId>ftpserver-osgi-ftplet-service</artifactId> <name>FtpServer OSGi Ftplet service example</name> <packaging>bundle</packaging> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.6</version> <dependencies> <dependency> <groupId>org.apache.ftpserver</groupId> Modified: mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-spring-service/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-spring-service/pom.xml?rev=1139626&r1=1139625&r2=1139626&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-spring-service/pom.xml (original) +++ mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-spring-service/pom.xml Sat Jun 25 20:50:42 2011 @@ -19,7 +19,7 @@ <parent> <artifactId>ftpserver-parent</artifactId> <groupId>org.apache.ftpserver</groupId> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.6</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -27,7 +27,7 @@ <artifactId>ftpserver-osgi-spring-service</artifactId> <name>FtpServer OSGi Spring-DM example</name> <packaging>bundle</packaging> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.6</version> <dependencies> <dependency> <groupId>org.apache.ftpserver</groupId> Modified: mina/ftpserver/branches/1.0.6/examples/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.6/examples/pom.xml?rev=1139626&r1=1139625&r2=1139626&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.6/examples/pom.xml (original) +++ mina/ftpserver/branches/1.0.6/examples/pom.xml Sat Jun 25 20:50:42 2011 @@ -21,14 +21,14 @@ <parent> <artifactId>ftpserver-parent</artifactId> <groupId>org.apache.ftpserver</groupId> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.6</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.ftpserver</groupId> <artifactId>ftpserver-examples</artifactId> <packaging>pom</packaging> <name>Apache FtpServer Examples</name> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.6</version> <modules> <module>ftpserver-example-spring-war</module> <module>ftpserver-osgi-ftplet-service</module> Modified: mina/ftpserver/branches/1.0.6/ftplet-api/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.6/ftplet-api/pom.xml?rev=1139626&r1=1139625&r2=1139626&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.6/ftplet-api/pom.xml (original) +++ mina/ftpserver/branches/1.0.6/ftplet-api/pom.xml Sat Jun 25 20:50:42 2011 @@ -17,12 +17,12 @@ <parent> <artifactId>ftpserver-parent</artifactId> <groupId>org.apache.ftpserver</groupId> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.6</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.ftpserver</groupId> <artifactId>ftplet-api</artifactId> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.6</version> <packaging>bundle</packaging> <name>Apache Ftplet API</name> <description> Ftplets are, similar to servlets, an API to plug into the Modified: mina/ftpserver/branches/1.0.6/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.6/pom.xml?rev=1139626&r1=1139625&r2=1139626&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.6/pom.xml (original) +++ mina/ftpserver/branches/1.0.6/pom.xml Sat Jun 25 20:50:42 2011 @@ -28,7 +28,7 @@ <artifactId>ftpserver-parent</artifactId> <packaging>pom</packaging> <name>Apache FtpServer Parent</name> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.6</version> <url>http://mina.apache.org/ftpserver</url> <issueManagement> <system>Jira</system> From [email protected] Sat Jun 25 21:29:00 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 9D1DB40CA for <[email protected]>; Sat, 25 Jun 2011 21:29:00 +0000 (UTC) Received: (qmail 42269 invoked by uid 500); 25 Jun 2011 21:29:00 -0000 Delivered-To: [email protected] Received: (qmail 42217 invoked by uid 500); 25 Jun 2011 21:29:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 42210 invoked by uid 99); 25 Jun 2011 21:28:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jun 2011 21:28:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jun 2011 21:28:57 +0000 Received: from eris.apache.org (localhost [161.129.204.104]) by eris.apache.org (Postfix) with ESMTP id 643422388900 for <[email protected]>; Sat, 25 Jun 2011 21:28:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1139627 - /mina/ftpserver/branches/1.0.6/pom.xml Date: Sat, 25 Jun 2011 21:28:36 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ngn Date: Sat Jun 25 21:28:36 2011 New Revision: 1139627 URL: http://svn.apache.org/viewvc?rev=1139627&view=rev Log: Changing deployment to use repository.apache.org Modified: mina/ftpserver/branches/1.0.6/pom.xml Modified: mina/ftpserver/branches/1.0.6/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.6/pom.xml?rev=1139627&r1=1139626&r2=1139627&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.6/pom.xml (original) +++ mina/ftpserver/branches/1.0.6/pom.xml Sat Jun 25 21:28:36 2011 @@ -21,7 +21,7 @@ <parent> <artifactId>apache</artifactId> <groupId>org.apache</groupId> - <version>4</version> + <version>7</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.ftpserver</groupId> @@ -420,13 +420,6 @@ <module>distribution</module> <module>examples</module> </modules> - <distributionManagement> - <repository> - <id>apache.releases</id> - <name>Apache Release Distribution Repository</name> - <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url> - </repository> - </distributionManagement> </profile> </profiles> @@ -436,14 +429,6 @@ <module>examples</module> </modules> - <distributionManagement> - <repository> - <id>dummy</id> - <name>Dummy to avoid accidental deploys</name> - <url/> - </repository> - </distributionManagement> - <properties> <maven.compile.source>1.5</maven.compile.source> <maven.compile.target>1.5</maven.compile.target> From [email protected] Sat Jun 25 21:29:37 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 4CE1040D6 for <[email protected]>; Sat, 25 Jun 2011 21:29:37 +0000 (UTC) Received: (qmail 42389 invoked by uid 500); 25 Jun 2011 21:29:37 -0000 Delivered-To: [email protected] Received: (qmail 42358 invoked by uid 500); 25 Jun 2011 21:29:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 42351 invoked by uid 99); 25 Jun 2011 21:29:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jun 2011 21:29:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jun 2011 21:29:35 +0000 Received: from eris.apache.org (localhost [161.129.204.104]) by eris.apache.org (Postfix) with ESMTP id 9F3EB2388900 for <[email protected]>; Sat, 25 Jun 2011 21:29:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1139628 - /mina/ftpserver/branches/1.0.x/pom.xml Date: Sat, 25 Jun 2011 21:29:15 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: ngn Date: Sat Jun 25 21:29:15 2011 New Revision: 1139628 URL: http://svn.apache.org/viewvc?rev=1139628&view=rev Log: Changing deployment to use repository.apache.org Modified: mina/ftpserver/branches/1.0.x/pom.xml Modified: mina/ftpserver/branches/1.0.x/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/pom.xml?rev=1139628&r1=1139627&r2=1139628&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/pom.xml (original) +++ mina/ftpserver/branches/1.0.x/pom.xml Sat Jun 25 21:29:15 2011 @@ -21,7 +21,7 @@ <parent> <artifactId>apache</artifactId> <groupId>org.apache</groupId> - <version>4</version> + <version>7</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.ftpserver</groupId> @@ -420,13 +420,6 @@ <module>distribution</module> <module>examples</module> </modules> - <distributionManagement> - <repository> - <id>apache.releases</id> - <name>Apache Release Distribution Repository</name> - <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url> - </repository> - </distributionManagement> </profile> </profiles> @@ -436,14 +429,6 @@ <module>examples</module> </modules> - <distributionManagement> - <repository> - <id>dummy</id> - <name>Dummy to avoid accidental deploys</name> - <url/> - </repository> - </distributionManagement> - <properties> <maven.compile.source>1.5</maven.compile.source> <maven.compile.target>1.5</maven.compile.target> From [email protected] Mon Jun 27 14:05:33 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 8BFD946AC for <[email protected]>; Mon, 27 Jun 2011 14:05:33 +0000 (UTC) Received: (qmail 93204 invoked by uid 500); 27 Jun 2011 14:05:33 -0000 Delivered-To: [email protected] Received: (qmail 93014 invoked by uid 500); 27 Jun 2011 14:05:32 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 92699 invoked by uid 99); 27 Jun 2011 14:05:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jun 2011 14:05:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jun 2011 14:05:31 +0000 Received: from eris.apache.org (localhost [161.129.204.104]) by eris.apache.org (Postfix) with ESMTP id 182BE23888BD for <[email protected]>; Mon, 27 Jun 2011 14:05:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1140167 - in /mina/ftpserver/branches/1.0.6: core/pom.xml examples/ftpserver-osgi-ftplet-service/pom.xml examples/ftpserver-osgi-spring-service/pom.xml ftplet-api/pom.xml pom.xml Date: Mon, 27 Jun 2011 14:05:11 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: ngn Date: Mon Jun 27 14:05:10 2011 New Revision: 1140167 URL: http://svn.apache.org/viewvc?rev=1140167&view=rev Log: Upgrading to latest Apache parent POM and the latest bundle Maven plugin to have the build deploy to repository.a.o Modified: mina/ftpserver/branches/1.0.6/core/pom.xml mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-ftplet-service/pom.xml mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-spring-service/pom.xml mina/ftpserver/branches/1.0.6/ftplet-api/pom.xml mina/ftpserver/branches/1.0.6/pom.xml Modified: mina/ftpserver/branches/1.0.6/core/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.6/core/pom.xml?rev=1140167&r1=1140166&r2=1140167&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.6/core/pom.xml (original) +++ mina/ftpserver/branches/1.0.6/core/pom.xml Mon Jun 27 14:05:10 2011 @@ -58,7 +58,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>1.4.1</version> + <version>2.3.4</version> <extensions>true</extensions> <configuration> <instructions> Modified: mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-ftplet-service/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-ftplet-service/pom.xml?rev=1140167&r1=1140166&r2=1140167&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-ftplet-service/pom.xml (original) +++ mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-ftplet-service/pom.xml Mon Jun 27 14:05:10 2011 @@ -46,7 +46,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>1.4.1</version> + <version>2.3.4</version> <extensions>true</extensions> <configuration> <instructions> Modified: mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-spring-service/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-spring-service/pom.xml?rev=1140167&r1=1140166&r2=1140167&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-spring-service/pom.xml (original) +++ mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-spring-service/pom.xml Mon Jun 27 14:05:10 2011 @@ -40,7 +40,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>1.4.1</version> + <version>2.3.4</version> <extensions>true</extensions> <configuration> <instructions> Modified: mina/ftpserver/branches/1.0.6/ftplet-api/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.6/ftplet-api/pom.xml?rev=1140167&r1=1140166&r2=1140167&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.6/ftplet-api/pom.xml (original) +++ mina/ftpserver/branches/1.0.6/ftplet-api/pom.xml Mon Jun 27 14:05:10 2011 @@ -46,7 +46,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>1.4.1</version> + <version>2.3.4</version> <extensions>true</extensions> <configuration> <instructions> Modified: mina/ftpserver/branches/1.0.6/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.6/pom.xml?rev=1140167&r1=1140166&r2=1140167&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.6/pom.xml (original) +++ mina/ftpserver/branches/1.0.6/pom.xml Mon Jun 27 14:05:10 2011 @@ -21,7 +21,7 @@ <parent> <artifactId>apache</artifactId> <groupId>org.apache</groupId> - <version>7</version> + <version>9</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.ftpserver</groupId> @@ -349,23 +349,10 @@ <profiles> <profile> - <id>release</id> + <id>apache-release</id> <build> <plugins> <plugin> - <artifactId>maven-gpg-plugin</artifactId> - <version>1.0-alpha-4</version> - <executions> - <execution> - <id>sign-artifacts</id> - <phase>verify</phase> - <goals> - <goal>sign</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>2.5</version> <executions> From [email protected] Mon Jun 27 14:06:56 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id CC5644729 for <[email protected]>; Mon, 27 Jun 2011 14:06:56 +0000 (UTC) Received: (qmail 95443 invoked by uid 500); 27 Jun 2011 14:06:56 -0000 Delivered-To: [email protected] Received: (qmail 95406 invoked by uid 500); 27 Jun 2011 14:06:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 95399 invoked by uid 99); 27 Jun 2011 14:06:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jun 2011 14:06:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jun 2011 14:06:54 +0000 Received: from eris.apache.org (localhost [161.129.204.104]) by eris.apache.org (Postfix) with ESMTP id DCB5323888BD for <[email protected]>; Mon, 27 Jun 2011 14:06:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1140168 - in /mina/ftpserver/branches/1.0.x: core/pom.xml examples/ftpserver-osgi-ftplet-service/pom.xml examples/ftpserver-osgi-spring-service/pom.xml ftplet-api/pom.xml pom.xml Date: Mon, 27 Jun 2011 14:06:34 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: ngn Date: Mon Jun 27 14:06:34 2011 New Revision: 1140168 URL: http://svn.apache.org/viewvc?rev=1140168&view=rev Log: Upgrading to latest Apache parent POM and the latest bundle Maven plugin to have the build deploy to repository.a.o Modified: mina/ftpserver/branches/1.0.x/core/pom.xml mina/ftpserver/branches/1.0.x/examples/ftpserver-osgi-ftplet-service/pom.xml mina/ftpserver/branches/1.0.x/examples/ftpserver-osgi-spring-service/pom.xml mina/ftpserver/branches/1.0.x/ftplet-api/pom.xml mina/ftpserver/branches/1.0.x/pom.xml Modified: mina/ftpserver/branches/1.0.x/core/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/core/pom.xml?rev=1140168&r1=1140167&r2=1140168&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/core/pom.xml (original) +++ mina/ftpserver/branches/1.0.x/core/pom.xml Mon Jun 27 14:06:34 2011 @@ -58,7 +58,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>1.4.1</version> + <version>2.3.4</version> <extensions>true</extensions> <configuration> <instructions> Modified: mina/ftpserver/branches/1.0.x/examples/ftpserver-osgi-ftplet-service/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/examples/ftpserver-osgi-ftplet-service/pom.xml?rev=1140168&r1=1140167&r2=1140168&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/examples/ftpserver-osgi-ftplet-service/pom.xml (original) +++ mina/ftpserver/branches/1.0.x/examples/ftpserver-osgi-ftplet-service/pom.xml Mon Jun 27 14:06:34 2011 @@ -46,7 +46,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>1.4.1</version> + <version>2.3.4</version> <extensions>true</extensions> <configuration> <instructions> Modified: mina/ftpserver/branches/1.0.x/examples/ftpserver-osgi-spring-service/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/examples/ftpserver-osgi-spring-service/pom.xml?rev=1140168&r1=1140167&r2=1140168&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/examples/ftpserver-osgi-spring-service/pom.xml (original) +++ mina/ftpserver/branches/1.0.x/examples/ftpserver-osgi-spring-service/pom.xml Mon Jun 27 14:06:34 2011 @@ -40,7 +40,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>1.4.1</version> + <version>2.3.4</version> <extensions>true</extensions> <configuration> <instructions> Modified: mina/ftpserver/branches/1.0.x/ftplet-api/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/ftplet-api/pom.xml?rev=1140168&r1=1140167&r2=1140168&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/ftplet-api/pom.xml (original) +++ mina/ftpserver/branches/1.0.x/ftplet-api/pom.xml Mon Jun 27 14:06:34 2011 @@ -46,7 +46,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>1.4.1</version> + <version>2.3.4</version> <extensions>true</extensions> <configuration> <instructions> Modified: mina/ftpserver/branches/1.0.x/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/pom.xml?rev=1140168&r1=1140167&r2=1140168&view=diff ============================================================================== --- mina/ftpserver/branches/1.0.x/pom.xml (original) +++ mina/ftpserver/branches/1.0.x/pom.xml Mon Jun 27 14:06:34 2011 @@ -21,7 +21,7 @@ <parent> <artifactId>apache</artifactId> <groupId>org.apache</groupId> - <version>7</version> + <version>9</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.ftpserver</groupId> @@ -349,23 +349,10 @@ <profiles> <profile> - <id>release</id> + <id>apache-release</id> <build> <plugins> <plugin> - <artifactId>maven-gpg-plugin</artifactId> - <version>1.0-alpha-4</version> - <executions> - <execution> - <id>sign-artifacts</id> - <phase>verify</phase> - <goals> - <goal>sign</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>2.5</version> <executions> From [email protected] Mon Jun 27 14:10:49 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id DA5344944 for <[email protected]>; Mon, 27 Jun 2011 14:10:49 +0000 (UTC) Received: (qmail 7393 invoked by uid 500); 27 Jun 2011 14:10:49 -0000 Delivered-To: [email protected] Received: (qmail 7350 invoked by uid 500); 27 Jun 2011 14:10:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 7343 invoked by uid 99); 27 Jun 2011 14:10:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jun 2011 14:10:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jun 2011 14:10:48 +0000 Received: from eris.apache.org (localhost [161.129.204.104]) by eris.apache.org (Postfix) with ESMTP id DDDD42388A1C for <[email protected]>; Mon, 27 Jun 2011 14:10:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1140171 - in /mina/ftpserver/trunk: core/pom.xml examples/ftpserver-osgi-ftplet-service/pom.xml examples/ftpserver-osgi-spring-service/pom.xml ftplet-api/pom.xml pom.xml Date: Mon, 27 Jun 2011 14:10:27 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: ngn Date: Mon Jun 27 14:10:27 2011 New Revision: 1140171 URL: http://svn.apache.org/viewvc?rev=1140171&view=rev Log: Upgrading to latest Apache parent POM and the latest bundle Maven plugin to have the build deploy to repository.a.o Modified: mina/ftpserver/trunk/core/pom.xml mina/ftpserver/trunk/examples/ftpserver-osgi-ftplet-service/pom.xml mina/ftpserver/trunk/examples/ftpserver-osgi-spring-service/pom.xml mina/ftpserver/trunk/ftplet-api/pom.xml mina/ftpserver/trunk/pom.xml Modified: mina/ftpserver/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/core/pom.xml?rev=1140171&r1=1140170&r2=1140171&view=diff ============================================================================== --- mina/ftpserver/trunk/core/pom.xml (original) +++ mina/ftpserver/trunk/core/pom.xml Mon Jun 27 14:10:27 2011 @@ -61,7 +61,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>1.4.1</version> + <version>2.3.4</version> <extensions>true</extensions> <configuration> <instructions> Modified: mina/ftpserver/trunk/examples/ftpserver-osgi-ftplet-service/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/examples/ftpserver-osgi-ftplet-service/pom.xml?rev=1140171&r1=1140170&r2=1140171&view=diff ============================================================================== --- mina/ftpserver/trunk/examples/ftpserver-osgi-ftplet-service/pom.xml (original) +++ mina/ftpserver/trunk/examples/ftpserver-osgi-ftplet-service/pom.xml Mon Jun 27 14:10:27 2011 @@ -48,7 +48,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>1.4.1</version> + <version>2.3.4</version> <extensions>true</extensions> <configuration> <instructions> Modified: mina/ftpserver/trunk/examples/ftpserver-osgi-spring-service/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/examples/ftpserver-osgi-spring-service/pom.xml?rev=1140171&r1=1140170&r2=1140171&view=diff ============================================================================== --- mina/ftpserver/trunk/examples/ftpserver-osgi-spring-service/pom.xml (original) +++ mina/ftpserver/trunk/examples/ftpserver-osgi-spring-service/pom.xml Mon Jun 27 14:10:27 2011 @@ -42,7 +42,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>1.4.1</version> + <version>2.3.4</version> <extensions>true</extensions> <configuration> <instructions> Modified: mina/ftpserver/trunk/ftplet-api/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/ftplet-api/pom.xml?rev=1140171&r1=1140170&r2=1140171&view=diff ============================================================================== --- mina/ftpserver/trunk/ftplet-api/pom.xml (original) +++ mina/ftpserver/trunk/ftplet-api/pom.xml Mon Jun 27 14:10:27 2011 @@ -49,7 +49,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>1.4.1</version> + <version>2.3.4</version> <extensions>true</extensions> <configuration> <instructions> Modified: mina/ftpserver/trunk/pom.xml URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/pom.xml?rev=1140171&r1=1140170&r2=1140171&view=diff ============================================================================== --- mina/ftpserver/trunk/pom.xml (original) +++ mina/ftpserver/trunk/pom.xml Mon Jun 27 14:10:27 2011 @@ -24,7 +24,7 @@ <parent> <artifactId>apache</artifactId> <groupId>org.apache</groupId> - <version>4</version> + <version>9</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.ftpserver</groupId> @@ -342,23 +342,10 @@ <profiles> <profile> - <id>release</id> + <id>apache-release</id> <build> <plugins> <plugin> - <artifactId>maven-gpg-plugin</artifactId> - <version>1.0-alpha-4</version> - <executions> - <execution> - <id>sign-artifacts</id> - <phase>verify</phase> - <goals> - <goal>sign</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>2.5</version> <executions> @@ -413,13 +400,6 @@ <module>distribution</module> <module>examples</module> </modules> - <distributionManagement> - <repository> - <id>apache.releases</id> - <name>Apache Release Distribution Repository</name> - <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url> - </repository> - </distributionManagement> </profile> </profiles> @@ -429,20 +409,6 @@ <module>examples</module> </modules> - <distributionManagement> - <repository> - <id>dummy</id> - <name>Dummy to avoid accidental deploys</name> - <url/> - </repository> - <snapshotRepository> - <id>apache.snapshots.https</id> - <name>Apache Development Snapshot Repository</name> - <url>https://repository.apache.org/content/repositories/snapshots</url> - <uniqueVersion>false</uniqueVersion> - </snapshotRepository> - </distributionManagement> - <properties> <maven.compile.source>1.5</maven.compile.source> <maven.compile.target>1.5</maven.compile.target> From [email protected] Mon Jun 27 14:46:23 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 1760147B2 for <[email protected]>; Mon, 27 Jun 2011 14:46:23 +0000 (UTC) Received: (qmail 78535 invoked by uid 500); 27 Jun 2011 14:46:22 -0000 Delivered-To: [email protected] Received: (qmail 78483 invoked by uid 500); 27 Jun 2011 14:46:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 78476 invoked by uid 99); 27 Jun 2011 14:46:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jun 2011 14:46:21 +0000 X-ASF-Spam-Status: No, hits=-1994.3 required=5.0 tests=ALL_TRUSTED,HTML_FONT_LOW_CONTRAST,HTML_MESSAGE,MIME_HTML_ONLY X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jun 2011 14:46:20 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p5REk0AF026648 for <[email protected]>; Mon, 27 Jun 2011 14:46:00 GMT Date: Mon, 27 Jun 2011 10:46:00 -0400 (EDT) From: [email protected] To: [email protected] Message-ID: <8523483.5170.1309185960028.JavaMail.confluence@thor> Subject: [CONF] Apache MINA FtpServer > Releasing MIME-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Auto-Submitted: auto-generated <html> <head> <base href="https://cwiki.apache.org/confluence"> <link rel="stylesheet" href="/confluence/s/2042/9/1/_/styles/combined.css?spaceKey=FTPSERVER&amp;forWysiwyg=true" type="text/css"> </head> <body style="background: white;" bgcolor="white" class="email-body"> <div id="pageContent"> <div id="notificationFormat"> <div class="wiki-content"> <div class="email"> <h2><a href="https://cwiki.apache.org/confluence/display/FTPSERVER/Releasing">Releasing</a></h2> <h4>Page <b>edited</b> by <a href="https://cwiki.apache.org/confluence/display/~ngn">Niklas Gustavsson</a> </h4> <br/> <h4>Changes (5)</h4> <div id="page-diffs"> <table class="diff" cellpadding="0" cellspacing="0"> <tr><td class="diff-snipped" >...<br></td></tr> <tr><td class="diff-unchanged" >svn -m &quot;Setting version for release of &lt;release version&gt;&quot; commit <br>{noformat} <br></td></tr> <tr><td class="diff-changed-lines" >* mvn <span class="diff-changed-words">-P<span class="diff-added-chars"style="background-color: #dfd;">apache-</span>release</span> clean deploy <br></td></tr> <tr><td class="diff-deleted-lines" style="color:#999;background-color:#fdd;text-decoration:line-through;">* Gather files and rat reports <br>* Upload to people.apache.org <br></td></tr> <tr><td class="diff-added-lines" style="background-color: #dfd;">* Close staging repository on http://repository.apache.org <br>* Gather distribution files and upload to people.apache.org <br></td></tr> <tr><td class="diff-unchanged" >* Start vote <br> <br>h2. After a successful vote <br>* Update site, <br></td></tr> <tr><td class="diff-changed-lines" >* Run the <span class="diff-changed-words">aut<span class="diff-deleted-chars"style="color:#999;background-color:#fdd;text-decoration:line-through;">h</span>o-export</span> plugin (else the news on the first page won&#39;t be updated correctly) <br></td></tr> <tr><td class="diff-unchanged" >* Wait until replication to /www/confluence-exports/FTPSERVER has run <br>* Run script to create documentation ZIP file, on people.apache.org <br></td></tr> <tr><td class="diff-snipped" >...<br></td></tr> <tr><td class="diff-unchanged" >* Build and tag <br>{noformat} <br></td></tr> <tr><td class="diff-changed-lines" >mvn <span class="diff-changed-words">-P<span class="diff-added-chars"style="background-color: #dfd;">apache-</span>release</span> clean deploy <br></td></tr> <tr><td class="diff-unchanged" >svn move -m &quot;Tagging &lt;release version&gt;&quot; https://svn.apache.org/repos/asf/mina/ftpserver/branches/&lt;release version&gt; https://svn.apache.org/repos/asf/mina/ftpserver/tags/&lt;release version&gt; <br>{noformat} <br></td></tr> <tr><td class="diff-snipped" >...<br></td></tr> </table> </div> <h4>Full Content</h4> <div class="notificationGreySide"> <h2><a name="Releasing-Beforecallingavote"></a>Before calling a vote</h2> <ul> <li>Update the README.txt file</li> <li>Copy trunk revision to branch <div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent"> <pre>svn copy -m "Branching for release" -r &lt;revision&gt; https://svn.apache.org/repos/asf/mina/ftpserver/trunk/ https://svn.apache.org/repos/asf/mina/ftpserver/branches/&lt;release version&gt; svn co https://svn.apache.org/repos/asf/mina/ftpserver/branches/&lt;release version&gt; </pre> </div></div></li> <li>Up version in trunk <div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent"> <pre>mvn versions:set -DnewVersion=&lt;next version&gt;-SNAPSHOT -DgenerateBackupPoms=false svn -m "Increasing version for new development in trunk" commit </pre> </div></div></li> <li>Update version in branch <div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent"> <pre>mvn versions:set -DnewVersion=&lt;release version&gt; -DgenerateBackupPoms=false svn -m "Setting version for release of &lt;release version&gt;" commit </pre> </div></div></li> <li>mvn -Papache-release clean deploy</li> <li>Close staging repository on <a href="http://repository.apache.org" class="external-link" rel="nofollow">http://repository.apache.org</a></li> <li>Gather distribution files and upload to people.apache.org</li> <li>Start vote</li> </ul> <h2><a name="Releasing-Afterasuccessfulvote"></a>After a successful vote</h2> <ul> <li>Update site,</li> <li>Run the auto-export plugin (else the news on the first page won't be updated correctly)</li> <li>Wait until replication to /www/confluence-exports/FTPSERVER has run</li> <li>Run script to create documentation ZIP file, on people.apache.org <div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent"> <pre>/home/ngn/ftpserver-zip.sh </pre> </div></div></li> <li>Upload XML schema <div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent"> <pre>scp core/src/main/resources/org/apache/ftpserver/config/spring/ftpserver-1.0.xsd &lt;username&gt;@people.apache.org:/www/mina.apache.org/ftpserver </pre> </div></div></li> <li>Build and tag <div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent"> <pre>mvn -Papache-release clean deploy svn move -m "Tagging &lt;release version&gt;" https://svn.apache.org/repos/asf/mina/ftpserver/branches/&lt;release version&gt; https://svn.apache.org/repos/asf/mina/ftpserver/tags/&lt;release version&gt; </pre> </div></div></li> <li>Upload to people.apache.org /www/www.apache.org/dist/mina/ftpserver</li> <li>Release in JIRA</li> <li>Update MINA site (add news and update latest downloads in navigation)</li> <li>Wait for mirrors to sync</li> <li>Send out announcement</li> </ul> </div> <div id="commentsSection" class="wiki-content pageSection"> <div style="float: right;"> <a href="https://cwiki.apache.org/confluence/users/viewnotifications.action" class="grey">Change Notification Preferences</a> </div> <a href="https://cwiki.apache.org/confluence/display/FTPSERVER/Releasing">View Online</a> | <a href="https://cwiki.apache.org/confluence/pages/diffpagesbyversion.action?pageId=103782&revisedVersion=12&originalVersion=11">View Changes</a> | <a href="https://cwiki.apache.org/confluence/display/FTPSERVER/Releasing?showComments=true&amp;showCommentArea=true#addcomment">Add Comment</a> </div> </div> </div> </div> </div> </body> </html> From [email protected] Tue Jun 28 16:31:36 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id EF6C36DD1 for <[email protected]>; Tue, 28 Jun 2011 16:31:36 +0000 (UTC) Received: (qmail 30479 invoked by uid 500); 28 Jun 2011 16:31:36 -0000 Delivered-To: [email protected] Received: (qmail 30429 invoked by uid 500); 28 Jun 2011 16:31:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 30422 invoked by uid 99); 28 Jun 2011 16:31:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 16:31:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 16:31:32 +0000 Received: from eris.apache.org (localhost [161.129.204.104]) by eris.apache.org (Postfix) with ESMTP id 2BC0423888CF for <[email protected]>; Tue, 28 Jun 2011 16:31:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1140714 - in /mina/vysper/trunk/server: core/src/main/java/org/apache/vysper/xmpp/server/s2s/XmppEndpointResolver.java extensions/xep0045-muc/pom.xml Date: Tue, 28 Jun 2011 16:31:11 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: berndf Date: Tue Jun 28 16:31:10 2011 New Revision: 1140714 URL: http://svn.apache.org/viewvc?rev=1140714&view=rev Log: remove suspected test code Modified: mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/server/s2s/XmppEndpointResolver.java mina/vysper/trunk/server/extensions/xep0045-muc/pom.xml Modified: mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/server/s2s/XmppEndpointResolver.java URL: http://svn.apache.org/viewvc/mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/server/s2s/XmppEndpointResolver.java?rev=1140714&r1=1140713&r2=1140714&view=diff ============================================================================== --- mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/server/s2s/XmppEndpointResolver.java (original) +++ mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/server/s2s/XmppEndpointResolver.java Tue Jun 28 16:31:10 2011 @@ -75,13 +75,7 @@ public class XmppEndpointResolver { } }); } else { - if(domain.equals("vysper.org")) { - addresses.add(new ResolvedAddress(domain, 5124, 0)); - } else if(domain.equals("xmpp.protocol7.com")) { - addresses.add(new ResolvedAddress(domain, 5123, 0)); - } else { - addresses.add(new ResolvedAddress(domain, SERVER_PORT, 0)); - } + addresses.add(new ResolvedAddress(domain, SERVER_PORT, 0)); } } catch (TextParseException e) { // ignore Modified: mina/vysper/trunk/server/extensions/xep0045-muc/pom.xml URL: http://svn.apache.org/viewvc/mina/vysper/trunk/server/extensions/xep0045-muc/pom.xml?rev=1140714&r1=1140713&r2=1140714&view=diff ============================================================================== --- mina/vysper/trunk/server/extensions/xep0045-muc/pom.xml (original) +++ mina/vysper/trunk/server/extensions/xep0045-muc/pom.xml Tue Jun 28 16:31:10 2011 @@ -41,6 +41,82 @@ <artifactId>vysper-core</artifactId> </dependency> + <!--<dependency>--> + <!--<groupId>commons-codec</groupId>--> + <!--<artifactId>commons-codec</artifactId>--> + <!--</dependency>--> + + <!--<dependency>--> + <!--<groupId>commons-io</groupId>--> + <!--<artifactId>commons-io</artifactId>--> + <!--<version>1.4</version>--> + <!--</dependency>--> + + <!--<dependency>--> + <!--<groupId>org.apache.vysper</groupId>--> + <!--<artifactId>nbxml</artifactId>--> + <!--</dependency>--> + + <!--<dependency>--> + <!--<groupId>org.apache.vysper.extensions</groupId>--> + <!--<artifactId>xep0045-muc</artifactId>--> + <!--</dependency>--> + + <!--<dependency>--> + <!--<groupId>org.apache.vysper.extensions</groupId>--> + <!--<artifactId>xep0060-pubsub</artifactId>--> + <!--</dependency>--> + + <!--<dependency>--> + <!--<groupId>org.apache.vysper.extensions</groupId>--> + <!--<artifactId>xep0124-xep0206-bosh</artifactId>--> + <!--</dependency>--> + + <!--<dependency>--> + <!--<groupId>org.springframework</groupId>--> + <!--<artifactId>spring</artifactId>--> + <!--<optional>true</optional>--> + <!--</dependency>--> + + <!--<dependency>--> + <!--<groupId>org.apache.mina</groupId>--> + <!--<artifactId>mina-core</artifactId>--> + <!--</dependency>--> + + <!--<dependency>--> + <!--<groupId>org.apache.mina</groupId>--> + <!--<artifactId>mina-integration-jmx</artifactId>--> + <!--<optional>true</optional>--> + <!--</dependency>--> + + <!--<dependency>--> + <!--<groupId>javax.jcr</groupId>--> + <!--<artifactId>jcr</artifactId>--> + <!--</dependency>--> + + <!--<dependency>--> + <!--<groupId>org.apache.jackrabbit</groupId>--> + <!--<artifactId>jackrabbit-core</artifactId>--> + <!--</dependency>--> + + <!--&lt;!&ndash; Logging &ndash;&gt;--> + <!--<dependency>--> + <!--<groupId>org.slf4j</groupId>--> + <!--<artifactId>slf4j-api</artifactId>--> + <!--</dependency>--> + + <!--<dependency>--> + <!--<groupId>org.slf4j</groupId>--> + <!--<artifactId>jcl-over-slf4j</artifactId>--> + <!--<optional>true</optional>--> + <!--</dependency>--> + <!----> + <!--<dependency>--> + <!--<groupId>net.sf.ehcache</groupId>--> + <!--<artifactId>ehcache-core</artifactId>--> + <!--<optional>true</optional>--> + <!--</dependency>--> + <!-- Runtime dependencies --> <dependency> <groupId>org.slf4j</groupId> From [email protected] Tue Jun 28 17:14:39 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id B4397629C for <[email protected]>; Tue, 28 Jun 2011 17:14:39 +0000 (UTC) Received: (qmail 9416 invoked by uid 500); 28 Jun 2011 17:14:39 -0000 Delivered-To: [email protected] Received: (qmail 9363 invoked by uid 500); 28 Jun 2011 17:14:39 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 9351 invoked by uid 99); 28 Jun 2011 17:14:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 17:14:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 17:14:37 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id D9707C00A0 for <[email protected]>; Tue, 28 Jun 2011 17:14:15 +0000 (UTC) Date: Tue, 28 Jun 2011 17:14:15 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <2050544263.6681309281255874.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_vysper-?= =?UTF-8?Q?trunk-jdk1.5-solaris_=C2=BB_Apache_Vysper_#344?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See <https://builds.apache.org/job/vysper-trunk-jdk1.5-solaris/org.apache.vysper$vysper/344/> From [email protected] Tue Jun 28 17:46:41 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 0288B635B for <[email protected]>; Tue, 28 Jun 2011 17:46:40 +0000 (UTC) Received: (qmail 74516 invoked by uid 500); 28 Jun 2011 17:46:40 -0000 Delivered-To: [email protected] Received: (qmail 74154 invoked by uid 500); 28 Jun 2011 17:46:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 74021 invoked by uid 99); 28 Jun 2011 17:46:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 17:46:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 17:46:38 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id BF763C00A0 for <[email protected]>; Tue, 28 Jun 2011 17:46:16 +0000 (UTC) Date: Tue, 28 Jun 2011 17:46:16 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <241669404.6741309283176767.JavaMail.hudson@aegis> In-Reply-To: <981064833.6301306772253823.JavaMail.hudson@aegis> References: <981064833.6301306772253823.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Jenkins_build_is_back_to_stable_:_vysper-trunk-jdk1.6-ib?= =?UTF-8?Q?m-ubuntu_=C2=BB_Apache_Vysper_XEP-0065_SOCKS5_Bytestreams_#348?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See <https://builds.apache.org/job/vysper-trunk-jdk1.6-ibm-ubuntu/org.apache.vysper.extensions$xep0065-socks/348/> From [email protected] Tue Jun 28 17:46:41 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 18C446367 for <[email protected]>; Tue, 28 Jun 2011 17:46:41 +0000 (UTC) Received: (qmail 74568 invoked by uid 500); 28 Jun 2011 17:46:40 -0000 Delivered-To: [email protected] Received: (qmail 74455 invoked by uid 500); 28 Jun 2011 17:46:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 74316 invoked by uid 99); 28 Jun 2011 17:46:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 17:46:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO aegis.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 17:46:38 +0000 Received: from aegis (localhost [161.129.204.104]) by aegis.apache.org (Postfix) with ESMTP id 78D06C00A5 for <[email protected]>; Tue, 28 Jun 2011 17:46:17 +0000 (UTC) Date: Tue, 28 Jun 2011 17:46:17 +0000 (UTC) From: Apache Jenkins Server <[email protected]> To: [email protected] Message-ID: <782266788.6751309283177493.JavaMail.hudson@aegis> In-Reply-To: <1703038632.6311306772254468.JavaMail.hudson@aegis> References: <1703038632.6311306772254468.JavaMail.hudson@aegis> Subject: Jenkins build is back to stable : vysper-trunk-jdk1.6-ibm-ubuntu #348 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See <https://builds.apache.org/job/vysper-trunk-jdk1.6-ibm-ubuntu/348/changes> From [email protected] Tue Jun 28 17:47:54 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 83BA76BCC for <[email protected]>; Tue, 28 Jun 2011 17:47:54 +0000 (UTC) Received: (qmail 75880 invoked by uid 500); 28 Jun 2011 17:47:54 -0000 Delivered-To: [email protected] Received: (qmail 75826 invoked by uid 500); 28 Jun 2011 17:47:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 75819 invoked by uid 99); 28 Jun 2011 17:47:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 17:47:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 17:47:51 +0000 Received: from eris.apache.org (localhost [161.129.204.104]) by eris.apache.org (Postfix) with ESMTP id A60D023888FD for <[email protected]>; Tue, 28 Jun 2011 17:47:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1140749 - /mina/vysper/trunk/server/extensions/xep0045-muc/pom.xml Date: Tue, 28 Jun 2011 17:47:30 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: berndf Date: Tue Jun 28 17:47:30 2011 New Revision: 1140749 URL: http://svn.apache.org/viewvc?rev=1140749&view=rev Log: revert unintended change Modified: mina/vysper/trunk/server/extensions/xep0045-muc/pom.xml Modified: mina/vysper/trunk/server/extensions/xep0045-muc/pom.xml URL: http://svn.apache.org/viewvc/mina/vysper/trunk/server/extensions/xep0045-muc/pom.xml?rev=1140749&r1=1140748&r2=1140749&view=diff ============================================================================== --- mina/vysper/trunk/server/extensions/xep0045-muc/pom.xml (original) +++ mina/vysper/trunk/server/extensions/xep0045-muc/pom.xml Tue Jun 28 17:47:30 2011 @@ -41,82 +41,6 @@ <artifactId>vysper-core</artifactId> </dependency> - <!--<dependency>--> - <!--<groupId>commons-codec</groupId>--> - <!--<artifactId>commons-codec</artifactId>--> - <!--</dependency>--> - - <!--<dependency>--> - <!--<groupId>commons-io</groupId>--> - <!--<artifactId>commons-io</artifactId>--> - <!--<version>1.4</version>--> - <!--</dependency>--> - - <!--<dependency>--> - <!--<groupId>org.apache.vysper</groupId>--> - <!--<artifactId>nbxml</artifactId>--> - <!--</dependency>--> - - <!--<dependency>--> - <!--<groupId>org.apache.vysper.extensions</groupId>--> - <!--<artifactId>xep0045-muc</artifactId>--> - <!--</dependency>--> - - <!--<dependency>--> - <!--<groupId>org.apache.vysper.extensions</groupId>--> - <!--<artifactId>xep0060-pubsub</artifactId>--> - <!--</dependency>--> - - <!--<dependency>--> - <!--<groupId>org.apache.vysper.extensions</groupId>--> - <!--<artifactId>xep0124-xep0206-bosh</artifactId>--> - <!--</dependency>--> - - <!--<dependency>--> - <!--<groupId>org.springframework</groupId>--> - <!--<artifactId>spring</artifactId>--> - <!--<optional>true</optional>--> - <!--</dependency>--> - - <!--<dependency>--> - <!--<groupId>org.apache.mina</groupId>--> - <!--<artifactId>mina-core</artifactId>--> - <!--</dependency>--> - - <!--<dependency>--> - <!--<groupId>org.apache.mina</groupId>--> - <!--<artifactId>mina-integration-jmx</artifactId>--> - <!--<optional>true</optional>--> - <!--</dependency>--> - - <!--<dependency>--> - <!--<groupId>javax.jcr</groupId>--> - <!--<artifactId>jcr</artifactId>--> - <!--</dependency>--> - - <!--<dependency>--> - <!--<groupId>org.apache.jackrabbit</groupId>--> - <!--<artifactId>jackrabbit-core</artifactId>--> - <!--</dependency>--> - - <!--&lt;!&ndash; Logging &ndash;&gt;--> - <!--<dependency>--> - <!--<groupId>org.slf4j</groupId>--> - <!--<artifactId>slf4j-api</artifactId>--> - <!--</dependency>--> - - <!--<dependency>--> - <!--<groupId>org.slf4j</groupId>--> - <!--<artifactId>jcl-over-slf4j</artifactId>--> - <!--<optional>true</optional>--> - <!--</dependency>--> - <!----> - <!--<dependency>--> - <!--<groupId>net.sf.ehcache</groupId>--> - <!--<artifactId>ehcache-core</artifactId>--> - <!--<optional>true</optional>--> - <!--</dependency>--> - <!-- Runtime dependencies --> <dependency> <groupId>org.slf4j</groupId> From [email protected] Tue Jun 28 17:53:14 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id AA4D16E73 for <[email protected]>; Tue, 28 Jun 2011 17:53:14 +0000 (UTC) Received: (qmail 82202 invoked by uid 500); 28 Jun 2011 17:53:14 -0000 Delivered-To: [email protected] Received: (qmail 82152 invoked by uid 500); 28 Jun 2011 17:53:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 82145 invoked by uid 99); 28 Jun 2011 17:53:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 17:53:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 17:53:12 +0000 Received: from eris.apache.org (localhost [161.129.204.104]) by eris.apache.org (Postfix) with ESMTP id C13FB23888FD for <[email protected]>; Tue, 28 Jun 2011 17:52:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1140752 - in /mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp: modules/core/sasl/handler/AbstractSASLHandler.java protocol/worker/StartedProtocolWorker.java server/response/ServerResponses.java Date: Tue, 28 Jun 2011 17:52:52 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: berndf Date: Tue Jun 28 17:52:52 2011 New Revision: 1140752 URL: http://svn.apache.org/viewvc?rev=1140752&view=rev Log: VYSPER-285: allow unencrypted login by announcing SASL early Modified: mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/modules/core/sasl/handler/AbstractSASLHandler.java mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/protocol/worker/StartedProtocolWorker.java mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/server/response/ServerResponses.java Modified: mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/modules/core/sasl/handler/AbstractSASLHandler.java URL: http://svn.apache.org/viewvc/mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/modules/core/sasl/handler/AbstractSASLHandler.java?rev=1140752&r1=1140751&r2=1140752&view=diff ============================================================================== --- mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/modules/core/sasl/handler/AbstractSASLHandler.java (original) +++ mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/modules/core/sasl/handler/AbstractSASLHandler.java Tue Jun 28 17:52:52 2011 @@ -64,7 +64,12 @@ public abstract class AbstractSASLHandle if (!saslNamespace) { return respondSASLFailure(); } - if (sessionStateHolder.getState() != SessionState.ENCRYPTED) { + // the session must be in status ENCRYPTED. HOWEVER, only if encryption is not required, SessionState.INITIATED + // is fine, too. + if (sessionStateHolder.getState() != SessionState.ENCRYPTED && + !(sessionStateHolder.getState() != SessionState.INITIATED && + !serverRuntimeContext.getServerFeatures().isStartTLSRequired()) + ) { return respondSASLFailure(); } Modified: mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/protocol/worker/StartedProtocolWorker.java URL: http://svn.apache.org/viewvc/mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/protocol/worker/StartedProtocolWorker.java?rev=1140752&r1=1140751&r2=1140752&view=diff ============================================================================== --- mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/protocol/worker/StartedProtocolWorker.java (original) +++ mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/protocol/worker/StartedProtocolWorker.java Tue Jun 28 17:52:52 2011 @@ -19,6 +19,7 @@ */ package org.apache.vysper.xmpp.protocol.worker; +import org.apache.vysper.xmpp.modules.core.sasl.handler.AbstractSASLHandler; import org.apache.vysper.xmpp.modules.core.starttls.handler.StartTLSHandler; import org.apache.vysper.xmpp.modules.extension.xep0077_inbandreg.InBandRegistrationHandler; import org.apache.vysper.xmpp.modules.extension.xep0220_server_dailback.DbResultHandler; @@ -47,6 +48,9 @@ public class StartedProtocolWorker exten if (stanzaHandler instanceof StartTLSHandler) { return true; + } else if (stanzaHandler instanceof AbstractSASLHandler && + !sessionContext.getServerRuntimeContext().getServerFeatures().isStartTLSRequired()) { + return true; } else if (stanzaHandler instanceof InBandRegistrationHandler) { return true; } else if (sessionContext.isServerToServer() && stanzaHandler instanceof DbVerifyHandler) { Modified: mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/server/response/ServerResponses.java URL: http://svn.apache.org/viewvc/mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/server/response/ServerResponses.java?rev=1140752&r1=1140751&r2=1140752&view=diff ============================================================================== --- mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/server/response/ServerResponses.java (original) +++ mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/server/response/ServerResponses.java Tue Jun 28 17:52:52 2011 @@ -28,6 +28,7 @@ import org.apache.vysper.xmpp.addressing import org.apache.vysper.xmpp.authentication.SASLMechanism; import org.apache.vysper.xmpp.modules.extension.xep0077_inbandreg.InBandRegistrationModule; import org.apache.vysper.xmpp.protocol.NamespaceURIs; +import org.apache.vysper.xmpp.server.ServerFeatures; import org.apache.vysper.xmpp.server.SessionContext; import org.apache.vysper.xmpp.server.SessionState; import org.apache.vysper.xmpp.server.XMPPVersion; @@ -125,12 +126,12 @@ public class ServerResponses { public Stanza getFeaturesForEncryption(SessionContext sessionContext) { StanzaBuilder stanzaBuilder = startFeatureStanza(); - stanzaBuilder.startInnerElement("starttls", NamespaceURIs.URN_IETF_PARAMS_XML_NS_XMPP_TLS); - if (sessionContext.getServerRuntimeContext().getServerFeatures().isStartTLSRequired()) { - stanzaBuilder.startInnerElement("required", NamespaceURIs.URN_IETF_PARAMS_XML_NS_XMPP_TLS) - .endInnerElement(); + getFeatureStartTLS(sessionContext, stanzaBuilder); + final ServerFeatures serverFeatures = sessionContext.getServerRuntimeContext().getServerFeatures(); + if (!serverFeatures.isStartTLSRequired()) { + // only add auth methods, if StartTLS is NOT REQUIRED (according to RFC6120.html#5.3.1 + getFeaturesSASL(serverFeatures.getAuthenticationMethods(), stanzaBuilder); } - stanzaBuilder.endInnerElement(); if(sessionContext.getServerRuntimeContext().getModule(InBandRegistrationModule.class) != null) { // In-band registration active, show as feature stanzaBuilder.startInnerElement("register", NamespaceURIs.JABBER_ORG_FEATURES_IQ_REGISTER); @@ -139,17 +140,30 @@ public class ServerResponses { return stanzaBuilder.build(); } + private void getFeatureStartTLS(SessionContext sessionContext, StanzaBuilder stanzaBuilder) { + stanzaBuilder.startInnerElement("starttls", NamespaceURIs.URN_IETF_PARAMS_XML_NS_XMPP_TLS); + if (sessionContext.getServerRuntimeContext().getServerFeatures().isStartTLSRequired()) { + stanzaBuilder.startInnerElement("required", NamespaceURIs.URN_IETF_PARAMS_XML_NS_XMPP_TLS) + .endInnerElement(); + } + stanzaBuilder.endInnerElement(); + } + public Stanza getFeaturesForAuthentication(List<SASLMechanism> authenticationMethods) { StanzaBuilder stanzaBuilder = startFeatureStanza(); + getFeaturesSASL(authenticationMethods, stanzaBuilder); + + return stanzaBuilder.build(); + } + + private void getFeaturesSASL(List<SASLMechanism> authenticationMethods, StanzaBuilder stanzaBuilder) { stanzaBuilder.startInnerElement("mechanisms", NamespaceURIs.URN_IETF_PARAMS_XML_NS_XMPP_SASL); for (SASLMechanism authenticationMethod : authenticationMethods) { stanzaBuilder.startInnerElement("mechanism", NamespaceURIs.URN_IETF_PARAMS_XML_NS_XMPP_SASL).addText( authenticationMethod.getName()).endInnerElement(); } stanzaBuilder.endInnerElement(); - - return stanzaBuilder.build(); } public Stanza getFeaturesForSession() { From [email protected] Tue Jun 28 17:55:12 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 6BD056E9C for <[email protected]>; Tue, 28 Jun 2011 17:55:12 +0000 (UTC) Received: (qmail 82645 invoked by uid 500); 28 Jun 2011 17:55:12 -0000 Delivered-To: [email protected] Received: (qmail 82589 invoked by uid 500); 28 Jun 2011 17:55:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 82582 invoked by uid 99); 28 Jun 2011 17:55:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 17:55:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 17:55:09 +0000 Received: from eris.apache.org (localhost [161.129.204.104]) by eris.apache.org (Postfix) with ESMTP id CD09223888FD for <[email protected]>; Tue, 28 Jun 2011 17:54:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1140754 - /mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/modules/extension/xep0160_offline_storage/MemoryOfflineStorageProvider.java Date: Tue, 28 Jun 2011 17:54:48 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: berndf Date: Tue Jun 28 17:54:48 2011 New Revision: 1140754 URL: http://svn.apache.org/viewvc?rev=1140754&view=rev Log: put package directive on its own line Modified: mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/modules/extension/xep0160_offline_storage/MemoryOfflineStorageProvider.java Modified: mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/modules/extension/xep0160_offline_storage/MemoryOfflineStorageProvider.java URL: http://svn.apache.org/viewvc/mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/modules/extension/xep0160_offline_storage/MemoryOfflineStorageProvider.java?rev=1140754&r1=1140753&r2=1140754&view=diff ============================================================================== --- mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/modules/extension/xep0160_offline_storage/MemoryOfflineStorageProvider.java (original) +++ mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/modules/extension/xep0160_offline_storage/MemoryOfflineStorageProvider.java Tue Jun 28 17:54:48 2011 @@ -16,7 +16,8 @@ * specific language governing permissions and limitations * under the License. * - */package org.apache.vysper.xmpp.modules.extension.xep0160_offline_storage; + */ +package org.apache.vysper.xmpp.modules.extension.xep0160_offline_storage; import java.util.ArrayList; import java.util.Collection; From [email protected] Wed Jun 29 12:44:29 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 1CC5243E7 for <[email protected]>; Wed, 29 Jun 2011 12:44:29 +0000 (UTC) Received: (qmail 31990 invoked by uid 500); 29 Jun 2011 12:44:29 -0000 Delivered-To: [email protected] Received: (qmail 31936 invoked by uid 500); 29 Jun 2011 12:44:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 31921 invoked by uid 99); 29 Jun 2011 12:44:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2011 12:44:27 +0000 X-ASF-Spam-Status: No, hits=-1994.3 required=5.0 tests=ALL_TRUSTED,HTML_FONT_LOW_CONTRAST,HTML_MESSAGE,MIME_HTML_ONLY X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2011 12:44:23 +0000 Received: from thor (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p5TCi1r0020027 for <[email protected]>; Wed, 29 Jun 2011 12:44:01 GMT Date: Wed, 29 Jun 2011 08:44:01 -0400 (EDT) From: [email protected] To: [email protected] Message-ID: <11957856.5478.1309351441236.JavaMail.confluence@thor> Subject: [CONF] Apache MINA > Developer Guide MIME-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org <html> <head> <base href=3D"https://cwiki.apache.org/confluence"> <link rel=3D"stylesheet" href=3D"/confluence/s/2042/9/1/_/style= s/combined.css?spaceKey=3DMINA&amp;forWysiwyg=3Dtrue" type=3D"text/css"> </head> <body style=3D"background: white;" bgcolor=3D"white" class=3D"email-body"> <div id=3D"pageContent"> <div id=3D"notificationFormat"> <div class=3D"wiki-content"> <div class=3D"email"> <h2><a href=3D"https://cwiki.apache.org/confluence/display/MINA/Develop= er+Guide">Developer Guide</a></h2> <h4>Page <b>edited</b> by <a href=3D"https://cwiki.apache.o= [email protected]">Ashish Paliwal</a> </h4> <br/> <h4>Changes (2)</h4> =20 =20 <div id=3D"page-diffs"> <table class=3D"diff" cellpadding=3D"0" cellspacing=3D"= 0"> =20 <tr><td class=3D"diff-snipped" >...<br></td></tr> <tr><td class=3D"diff-unchanged" >h2. Building MINA <br> <br></= td></tr> <tr><td class=3D"diff-changed-lines" >You need [Subversion|http= ://subversion.tigris.org] to check out the source code from our source code= repository, and [Maven|http://maven.apache.org/] 2.2.1 to build the source= code (Building with Maven 3.0 will also work). The following example show= s how to build [the current stable branch <span class=3D"diff-deleted-words= "style=3D"color:#999;background-color:#fdd;text-decoration:line-through;">(= 2.0.1)|http://svn.apache.org/viewvc/mina/tags/2.0.1/].</span> <span class= =3D"diff-added-words"style=3D"background-color: #dfd;">(2.0.4)|http://svn.a= pache.org/viewvc/mina/tags/2.0.4/].</span> <br></td></tr> <tr><td class=3D"diff-unchanged" >{noformat} <br></td></tr> <tr><td class=3D"diff-changed-lines" >$ svn co <span class=3D"d= iff-changed-words">https://svn.apache.org/repos/asf/mina/tags/2.0.<span cla= ss=3D"diff-deleted-chars"style=3D"color:#999;background-color:#fdd;text-dec= oration:line-through;">1</span><span class=3D"diff-added-chars"style=3D"bac= kground-color: #dfd;">4</span>/</span> mina <br></td></tr> <tr><td class=3D"diff-unchanged" >$ cd mina <br>$ mvn -Pserial = clean install # Build packages (JARs) for the core API and othe= r extensions and install them to the local Maven repository. <br></td></tr> <tr><td class=3D"diff-snipped" >...<br></td></tr> =20 </table> </div> <h4>Full Content</h4> <div class=3D"notificationGreySide"> <div class=3D'panelMacro'><table class=3D'noteMacro'><colgroup><col= width=3D'24'><col></colgroup><tr><td valign=3D'top'><img src=3D"/confluenc= e/images/icons/emoticons/warning.gif" width=3D"16" height=3D"16" align=3D"a= bsmiddle" alt=3D"" border=3D"0"></td><td>Please read <a href=3D"http://www.= apache.org/dev/" class=3D"external-link" rel=3D"nofollow">the Developer Inf= rastructure Information</a> if you haven't yet before you proceed.</td></tr= ></table></div> <h2><a name=3D"DeveloperGuide-TableofContents"></a>Table of Contents</h2> <div> <ul> <ul> <li><a href=3D'#DeveloperGuide-TableofContents'>Table of Contents</a></= li> <li><a href=3D'#DeveloperGuide-BuildingMINA'>Building MINA</a></li> <li><a href=3D'#DeveloperGuide-CodingConvention'>Coding Convention</a><= /li> <li><a href=3D'#DeveloperGuide-Classheader'>Class header</a></li> <li><a href=3D'#DeveloperGuide-WorkingwithMultipleBranchesinOneEclipseW= orkspace'>Working with Multiple Branches in One Eclipse Workspace</a></li> <li><a href=3D'#DeveloperGuide-DeployingSnapshots%28CommitersOnly%29'>D= eploying Snapshots (Commiters Only)</a></li> </ul> <li><a href=3D'#DeveloperGuide-ReleasingaPointRelease%28CommittersOnly%= 29'>Releasing a Point Release (Committers Only)</a></li> <ul> <li><a href=3D'#DeveloperGuide-Preparingthereleaseforthevote'>Preparing= the release for the vote</a></li> <ul> <li><a href=3D'#DeveloperGuide-Step0%3ABuildingMINA'>Step 0: Building M= INA</a></li> <li><a href=3D'#DeveloperGuide-Step1%3ATaggingandDeploying'>Step 1: Tag= ging and Deploying</a></li> <li><a href=3D'#DeveloperGuide-step2%3AProcessingwithadryrun'>step 2 : = Processing with a dry run</a></li> <li><a href=3D'#DeveloperGuide-Step3%3AProcessingwiththerealrelease'>St= ep 3 : Processing with the real release</a></li> <li><a href=3D'#DeveloperGuide-Step4%3Aperformtherelease'>Step 4 : perf= orm the release</a></li> <li><a href=3D'#DeveloperGuide-Step5%3Aclosingthestagingreleaseonnexus'= >Step 5 : closing the staging release on nexus</a></li> </ul> <li><a href=3D'#DeveloperGuide-Votingarelease'>Voting a release</a></li= > <ul> <li><a href=3D'#DeveloperGuide-Step1%3ASendaVOTEmailonthemailinglist'>S= tep 1 : Send a VOTE mail on the mailing list</a></li> <li><a href=3D'#DeveloperGuide-Step2%3AClosethevote'>Step 2 : Close the= vote</a></li> <li><a href=3D'#DeveloperGuide-Step3%3ADeployWebReports%28JavaDocandJXR= %29'>Step 3: Deploy Web Reports (JavaDoc and JXR)</a></li> <li><a href=3D'#DeveloperGuide-Step4%3AWait24hours'>Step 4: Wait 24 hou= rs</a></li> <li><a href=3D'#DeveloperGuide-Step5%3AUpdatetheLinksinWebSite'>Step 5:= Update the Links in Web Site</a></li> <li><a href=3D'#DeveloperGuide-Step8%3AUpdaterelatedmetadatafile%28s%29= '>Step 8: Update related metadata file(s)</a></li> <li><a href=3D'#DeveloperGuide-Step9%3AWaitanother24hours'>Step 9: Wait= another 24 hours</a></li> <li><a href=3D'#DeveloperGuide-Step10%3AAnnouncetheNewRelease'>Step 10:= Announce the New Release</a></li> </ul> <li><a href=3D'#DeveloperGuide-CreatingaNewReleaseBranch'>Creating a Ne= w Release Branch</a></li> </ul> </ul></div> <h2><a name=3D"DeveloperGuide-BuildingMINA"></a>Building MINA</h2> <p>You need <a href=3D"http://subversion.tigris.org" class=3D"external-link= " rel=3D"nofollow">Subversion</a> to check out the source code from our sou= rce code repository, and <a href=3D"http://maven.apache.org/" class=3D"exte= rnal-link" rel=3D"nofollow">Maven</a> 2.2.1 to build the source code (Build= ing with Maven 3.0 will also work). The following example shows how to bui= ld <a href=3D"http://svn.apache.org/viewvc/mina/tags/2.0.4/" class=3D"exter= nal-link" rel=3D"nofollow">the current stable branch (2.0.4)</a>.</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>$ svn co https://svn.apache.org/repos/asf/mina/tags/2.0.4/ mina $ cd mina $ mvn -Pserial clean install # Build packages (JARs) for the co= re API and other extensions and install them to the local Maven repository. $ mvn -Pserial site # Generate reports (JavaDoc and JX= R) $ mvn -Pserial package assembly:assembly # Generate a tarball (package goal= needed to fix an assembly plugin bug) $ mvn -Pserial eclipse:eclipse # Generate Eclipse project files i= f you want </pre> </div></div> <p>Eclipse users:<br/> Don't forget to declare a classpath variable named M2_REPO, pointing to &#1= 26;/.m2/repository, otherwise many links to existing jars will be broken.<b= r/> You can declare new variables in Eclipse in Windows &#45;&gt; Preferences..= . and selecting Java &#45;&gt; Build Path &#45;&gt; Classpath Variables</p> <p>There are also other branches that might interest you:</p> <ul> =09<li>trunk: <a href=3D"http://svn.apache.org/viewvc/mina/trunk/" class=3D= "external-link" rel=3D"nofollow">Where big changes take place everyday</a> = &#45; <tt><a href=3D"http://svn.apache.org/repos/asf/mina/trunk/" class=3D"= external-link" rel=3D"nofollow">http://svn.apache.org/repos/asf/mina/trunk/= </a></tt></li> </ul> <p>If you want to check out the source code of previous releases, you could= try:</p> <ul> =09<li><tt><a href=3D"http://svn.apache.org/repos/asf/mina/tags/" class=3D"= external-link" rel=3D"nofollow">http://svn.apache.org/repos/asf/mina/tags/<= /a></tt></li> </ul> <h2><a name=3D"DeveloperGuide-CodingConvention"></a>Coding Convention</h2> <p>We follow <a href=3D"http://java.sun.com/docs/codeconv/" class=3D"extern= al-link" rel=3D"nofollow">Sun's standard Java coding convention</a> except = that we always use spaces instead of tabs. Please download <a href=3D"/conf= luence/download/attachments/29621/ImprovedJavaConventions.xml?version=3D1&a= mp;modificationDate=3D1275256931000">the Eclipse Java formatter settings fi= le</a> before you make any changes to the code.</p> <h2><a name=3D"DeveloperGuide-Classheader"></a>Class header</h2> <p>As class header we use :</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>/**=20 * Class desciption here. * * @author &lt;a href=3D"http://mina.apache.org"&gt;Apache MINA Project&lt;= /a&gt; */ </pre> </div></div> <p>The headers revisions tags are removed.</p> <h2><a name=3D"DeveloperGuide-WorkingwithMultipleBranchesinOneEclipseWorksp= ace"></a>Working with Multiple Branches in One Eclipse Workspace</h2> <p>Just running <tt>mvn &#45;Pserial eclipse:eclipse</tt> won't allow you t= o import MINA projects from more than one branches into one Eclipse workspa= ce. You have to rename all project names in the generated <tt>.project</tt= > and <tt>.classpath</tt> files to do that. Maven Eclipse plugin should pr= ovide an option that appends the version number to the project name, but <a= href=3D"http://jira.codehaus.org/browse/MECLIPSE-189" class=3D"external-li= nk" rel=3D"nofollow">this issue</a> is not being resolved yet. Until this = issue is resolved, please put the attached shell script files (<a href=3D"/= confluence/download/attachments/29621/mvnroot?version=3D1&amp;modificationD= ate=3D1165589403000">mvnroot</a> and <a href=3D"/confluence/download/attach= ments/29621/mvn-eclipse?version=3D1&amp;modificationDate=3D1165589380000">m= vn-eclipse</a>) to your local path (e.g. <tt>/usr/local/bin</tt>) and run <= tt>mvn-eclipse</tt>.</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>$ svn co https://svn.apache.org/repos/asf/mina/all/ mina $ cd mina/tags/2.0.0 $ mvn-eclipse $ cd ../2.0.1 $ mvn-eclipse $ cd ../../trunk $ mvn-eclipse </pre> </div></div> <p>Then <tt>mvn eclipse:eclipse</tt> command is executed internally, and th= e branch name will be appended to all sub-module project files generated by= Maven Eclipse plugin.</p> <h2><a name=3D"DeveloperGuide-DeployingSnapshots%28CommitersOnly%29"></a>De= ploying Snapshots (Commiters Only)</h2> <p>Before running Maven to deploy artifacts, <b>please make sure if your um= ask is configured correctly</b>. Unless configured properly, other committ= ers will experience annoying 'permission denied' errors. If your default s= hell is <tt>bash</tt>, please update your umask setting in the <tt>&#126;/.= bashrc</tt> file (create one if it doesn't exist.) by adding the following = line:</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>umask 002 </pre> </div></div> <p>Please note that you have to edit the correct <tt>shrc</tt> file. If yo= u use <tt>csh</tt>, then you will have to edit <tt>&#126;/.cshrc</tt> file.= </p> <p>Now you are ready to deploy the artifacts if you configured your umask c= orrectly.</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>$ svn co https://svn.apache.org/repos/asf/mina/tags/2.0.1 mina $ cd mina $ mvn -Pserial clean deploy site site:deploy # Make sure to run 'clean' = goal first to prevent side effects from your IDE. </pre> </div></div> <p>Please double-check the mode (i.e. <tt>0664</tt> or <tt>&#45;rw-rw-r-&#4= 5;</tt>, a.k.a permission code) of the deployed artifacts, otherwise you ca= n waste other people's time significantly.</p> <h1><a name=3D"DeveloperGuide-ReleasingaPointRelease%28CommittersOnly%29"><= /a>Releasing a Point Release (Committers Only)</h1> <h2><a name=3D"DeveloperGuide-Preparingthereleaseforthevote"></a>Preparing = the release for the vote</h2> <p>Before starting be sure to have the java and mvn command in your PATH.<b= r/> On linux you can check with the following commands :</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>$ type mvn mvn is hashed (/opt/maven-2.2.1/bin/mvn) $ type java java is hashed (/usr/bin/java) </pre> </div></div> <h3><a name=3D"DeveloperGuide-Step0%3ABuildingMINA"></a>Step 0: Building MI= NA</h3> <p>As weird as it sounds, for some unknown reason (most certainly a misconf= iguration in the Maven poms), we can't just run the release without having = previously build all the projects. This is done with the following command = :</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>$ mvn clean install -Pserial </pre> </div></div> <h3><a name=3D"DeveloperGuide-Step1%3ATaggingandDeploying"></a>Step 1: Tagg= ing and Deploying</h3> <p>First you need to configure maven for using the good username for scp an= d operation.</p> <p>In the &#126;/.m2/settings.xml you need the following lines :</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>&lt;settings xmlns=3D"http://maven.apache.org/POM/4.0.0" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"&gt; &lt;!-- SERVER SETTINGS --&gt; &lt;servers&gt; &lt;!-- To publish a snapshot of some part of Maven --&gt; &lt;server&gt; &lt;id&gt;apache.snapshots.https&lt;/id&gt; &lt;username&gt;elecharny&lt;/username&gt; &lt;password&gt;-----Your password here-----&lt;/password&gt; &lt;/server&gt; &lt;!-- To publish a website of some part of Maven --&gt; &lt;server&gt; &lt;id&gt;apache.websites&lt;/id&gt; &lt;username&gt;elecharny&lt;/username&gt; &lt;filePermissions&gt;664&lt;/filePermissions&gt; &lt;directoryPermissions&gt;775&lt;/directoryPermissions&gt; &lt;/server&gt; &lt;!-- To stage a release of some part of Maven --&gt; &lt;server&gt; &lt;id&gt;apache.releases.https&lt;/id&gt; &lt;username&gt;elecharny&lt;/username&gt; &lt;password&gt;-----Your password here-----&lt;/password&gt; &lt;/server&gt; &lt;!-- To stage a website of some part of Maven --&gt; &lt;server&gt; &lt;id&gt;stagingSite&lt;/id&gt; &lt;!-- must match hard-coded reposi= tory identifier in site:stage-deploy --&gt; &lt;username&gt;elecharny&lt;/username&gt; &lt;filePermissions&gt;664&lt;/filePermissions&gt; &lt;directoryPermissions&gt;775&lt;/directoryPermissions&gt; &lt;/server&gt; &lt;/servers&gt; &lt;!-- PROFILE SETTINGS --&gt; &lt;profiles&gt; &lt;profile&gt; &lt;id&gt;apache-release&lt;/id&gt; &lt;properties&gt; &lt;!-- Configuration for artifacts signature --&gt; &lt;gpg.passphrase&gt;-----Your passphrase here-----&lt;/gpg.passph= rase&gt; &lt;/properties&gt; &lt;/profile&gt; &lt;/profiles&gt; &lt;/settings&gt; </pre> </div></div> <h3><a name=3D"DeveloperGuide-step2%3AProcessingwithadryrun"></a>step 2 : P= rocessing with a dry run</h3> <p>After having checked out the trunk, and built it (see step 0), </p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>$ svn co https://svn.apache.org/repos/asf/mina/trunk mina $ cd mina $ mvn clean install -Pserial </pre> </div></div> <p>run the following commands :</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>$ mvn -Pserial,apache-release -DdryRun=3Dtrue release:prepare # Dry= -run first. </pre> </div></div> <p>Answer to maven questions :</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>"What is the release version for "Apache MINA"? (org.apache.mina:mina-= parent) 2.0.0-&lt;version&gt;: :" &lt;either use the default version as sug= gested, or type in the version you'd like to be used&gt; [..] </pre> </div></div> <p><b>Warning !</b></p> <p>Just after the last module, maven will ask you about the SCM tag :</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>What is SCM release tag or label for "Apache MINA"? (org.apache.mina:m= ina-parent) mina-parent-2.0.0: : 2.0.0 </pre> </div></div> <p>Do <b>not</b> type &lt;enter&gt; to select the default value. Instead, t= ype the correct version.</p> <p>Then some other questions will be asked, about the next version to use. = The default values should be fine.</p> <div class=3D'panelMacro'><table class=3D'noteMacro'><colgroup><col width= =3D'24'><col></colgroup><tr><td valign=3D'top'><img src=3D"/confluence/imag= es/icons/emoticons/warning.gif" width=3D"16" height=3D"16" align=3D"absmidd= le" alt=3D"" border=3D"0"></td><td><b>Be Careful</b><br />Make sure the cha= nge made by the release plugin is correct&#33; (pom.xml, tags created)</td>= </tr></table></div> <h3><a name=3D"DeveloperGuide-Step3%3AProcessingwiththerealrelease"></a>Ste= p 3 : Processing with the real release</h3> <p>When the dry run is successful, then you can do in real with the followi= ng commands:</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>$ mvn -Pserial,apache-release release:clean # Clean up the tempor= ary files created by the dry-run. $ mvn -Pserial,apache-release release:prepare # Copy to tags directory. </pre> </div></div> <p>The first step will clean up the local sources, the second step will rel= ease for real. The same questions will be asked as those we had during the = dry run step.</p> <p>At some point, it will ask for your passphrase (the one you used when yo= u created your PGP key). Type it in.</p> <p>At the end, if you proceed the release on a Mac, you may get the followi= ng message :</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>[INFO] Tagging release with the label 2.0.0... [INFO] Executing: /bin/sh -c cd /Users/elecharny/mina/trunk &amp;&amp; svn = --non-interactive copy --file /var/folders/t7/t7UwkHaiGleYYgPqGZTbF++++TM/-= Tmp-/maven-scm-409730412.commit --revision XXXXX https://svn.apache.org/rep= os/asf/mina/trunk https://svn.apache.org/repos/asf/mina/tags/2.0.0 [INFO] Working directory: /Users/elecharny/mina/trunk [INFO] --------------------------------------------------------------------= ---- [ERROR] BUILD FAILURE [INFO] --------------------------------------------------------------------= ---- [INFO] Unable to tag SCM Provider message: The svn tag command failed. Command output: svn: No such revision XXXXX </pre> </div></div> <p>If so, just type the two following commands :</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>$ svn up -r HEAD At revision YYYYYY. $ mvn -Pserial,apache-release release:prepare -Dresume ... [INFO] Release preparation complete. [INFO] --------------------------------------------------------------------= ---- [INFO] BUILD SUCCESSFUL [INFO] --------------------------------------------------------------------= ---- [INFO] Total time: 1 minute 4 seconds [INFO] Finished at: Mon Sep 13 16:12:02 CEST 2010 [INFO] Final Memory: 28M/81M [INFO] --------------------------------------------------------------------= ---- </pre> </div></div> <p>Three mails will be generated, and sent to [email protected] :</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>svn commit: r996535 - in /mina/trunk: ./ distribution/ mina-core/ mina= -example/ mina-filter... svn commit: r996542 - /mina/tags/2.0.0/ svn commit: r996544 - in /mina/trunk: ./ distribution/ mina-core/ mina-exam= ple/ mina-filter... </pre> </div></div> <p>The first mail tells you that the SNAPSHOT has been moved to the release= version in trunk, the second mails tells you that this version has been ta= gged, and the last mail tells you that trunk has moved to the next version.= </p> <h3><a name=3D"DeveloperGuide-Step4%3Aperformtherelease"></a>Step 4 : perfo= rm the release</h3> <p>The last step before launching a vote is to push the potential release t= o Nexus so that every user can test the created packages. Perform the follo= wing actions</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>$ mvn -Pserial,apache-release release:perform ... [INFO] [INFO] -------------------------------------------------------------= ----------- [INFO] [INFO] Reactor Summary: [INFO] [INFO] -------------------------------------------------------------= ----------- [INFO] [INFO] Apache MINA ........................................... SUCCE= SS [1:05.896s] [INFO] [INFO] Apache MINA Legal ..................................... SUCCE= SS [30.708s] [INFO] [INFO] Apache MINA Core ...................................... SUCCE= SS [4:44.973s] [INFO] [INFO] Apache MINA APR Transport ............................. SUCCE= SS [46.082s] [INFO] [INFO] Apache MINA Compression Filter ........................ SUCCE= SS [40.230s] [INFO] [INFO] Apache MINA State Machine ............................. SUCCE= SS [52.718s] [INFO] [INFO] Apache MINA JavaBeans Integration ..................... SUCCE= SS [46.358s] [INFO] [INFO] Apache MINA XBean Integration ......................... SUCCE= SS [1:21.054s] [INFO] [INFO] Apache MINA OGNL Integration .......................... SUCCE= SS [40.740s] [INFO] [INFO] Apache MINA JMX Integration ........................... SUCCE= SS [40.482s] [INFO] [INFO] Apache MINA Examples .................................. SUCCE= SS [1:13.837s] [INFO] [INFO] Apache MINA Serial Communication support .............. SUCCE= SS [41.684s] [INFO] [INFO] Apache MINA Distribution .............................. SUCCE= SS [12:39.542s] [INFO] [INFO] -------------------------------------------------------------= ----------- [INFO] [INFO] -------------------------------------------------------------= ----------- [INFO] [INFO] BUILD SUCCESSFUL [INFO] [INFO] -------------------------------------------------------------= ----------- [INFO] [INFO] Total time: 26 minutes 46 seconds [INFO] [INFO] Finished at: Mon Sep 13 16:45:14 CEST 2010 [INFO] [INFO] Final Memory: 98M/299M [INFO] [INFO] -------------------------------------------------------------= ----------- [INFO] Cleaning up after release... [INFO] --------------------------------------------------------------------= ---- [INFO] BUILD SUCCESSFUL [INFO] --------------------------------------------------------------------= ---- [INFO] Total time: 27 minutes 5 seconds [INFO] Finished at: Mon Sep 13 16:45:18 CEST 2010 [INFO] Final Memory: 28M/81M [INFO] --------------------------------------------------------------------= ---- </pre> </div></div> <p>Done !</p> <h3><a name=3D"DeveloperGuide-Step5%3Aclosingthestagingreleaseonnexus"></a>= Step 5 : closing the staging release on nexus</h3> <p>Now, you have to close the staged project on nexus. In order to do that = you <b>must</b> have exported your PGP key to a PGP public server (see <a h= ref=3D"http://www.apache.org/dev/openpgp.html" class=3D"external-link" rel= =3D"nofollow">http://www.apache.org/dev/openpgp.html</a>)</p> <p>Connect to the Nexus server (<a href=3D"https://repository.apache.org" c= lass=3D"external-link" rel=3D"nofollow">https://repository.apache.org</a>),= login, and select the MINA staging repository you just created, then click= on the <br/> 'close' button. You are home...</p> <p>It's time to launch a vote !</p> <h2><a name=3D"DeveloperGuide-Votingarelease"></a>Voting a release</h2> <p>Once the tarballs have been created, and the binaries available in Nexus= , a vote can be launched. Simply send a mail on the [email protected] mai= ling list describing the new release.</p> <h3><a name=3D"DeveloperGuide-Step1%3ASendaVOTEmailonthemailinglist"></a>St= ep 1 : Send a <a href=3D"/confluence/pages/createpage.action?spaceKey=3DMIN= A&amp;title=3DVOTE&amp;linkCreation=3Dtrue&amp;fromPageId=3D29621" class=3D= "createlink">VOTE</a> mail on the mailing list</h3> <p>Here is a sample mail :</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre> Hi, &lt;blah blah blah&gt; Here is the list of fixed issues : =20 * [DIRMINA-803 &lt;https://issues.apache.org/jira/browse/DIRMINA-803&gt;= ] - ProtocolCodecFilter.filterWrite() is no longer thread-safe * ... =20 Here's the Jira link for this version if you'd like to review issues in mo= re details: =20 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=3D10670&a= mp;styleName=3DHtml&amp;version=3D12313702 =20 A temporary tag has been created (it can be removed if the vote is not app= roved): http://svn.apache.org/viewvc/mina/tags/2.0.1/ The svn revision is :http://svn.apache.org/viewvc?rev=3D1026395 =20 The newly approved Nexus has been used for the preparation of this release= and all final artifacts are stored in a staging repository: https://repository.apache.org/content/repositories/orgapachemina-002/ =20 =20 The distributions are available for download on : https://repository.apache.org/content/repositories/orgapachemina-004/org/a= pache/mina/mina-parent/2.0.1/ =20 Let's vote : [ ] +1 | Release MINA 2.0.1 [ ] =C2=B10 | Abstain [ ] -1 | Do *NOT* release MINA 2.0.1 Thanks ! </pre> </div></div> <p>The vote will be open for 72 hours. Once the delay is over, collect the = votes, and count the binding +1/-1. If the vote is positive, then we can re= lease.</p> <h3><a name=3D"DeveloperGuide-Step2%3AClosethevote"></a>Step 2 : Close the = vote</h3> <p>You can officially close the vote now. There are some more steps to fulf= ill :</p> <ul> =09<li>Release the project on <a href=3D"https://repository.apache.org" cla= ss=3D"external-link" rel=3D"nofollow">https://repository.apache.org</a></li= > =09<li>Copy the tarballs and heir signature in people.apache.org /www/www.a= pache.org/dist/mina</li> </ul> <h3><a name=3D"DeveloperGuide-Step3%3ADeployWebReports%28JavaDocandJXR%29">= </a>Step 3: Deploy Web Reports (JavaDoc and JXR)</h3> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>$ svn co https://svn.apache.org/repos/asf/mina/tags/&lt;version&gt; mi= na $ cd mina $ mvn -Pserial clean compile site site:deploy </pre> </div></div> <h3><a name=3D"DeveloperGuide-Step4%3AWait24hours"></a>Step 4: Wait 24 hour= s</h3> <p>We have to wait at least 24 hours for all mirrors to retrieve the upload= ed files before making any announcement. I'd recommend you to wait for 48 = hours because some mirrors might lag due to various issues.</p> <h3><a name=3D"DeveloperGuide-Step5%3AUpdatetheLinksinWebSite"></a>Step 5: = Update the Links in Web Site</h3> <p>Update the links to new distributions in <a href=3D"/confluence/display/= MINA/Downloads" title=3D"Downloads">Downloads</a> page.</p> <h3><a name=3D"DeveloperGuide-Step8%3AUpdaterelatedmetadatafile%28s%29"></a= >Step 8: Update related metadata file(s)</h3> <p>Update <a href=3D"http://svn.apache.org/viewvc/mina/metadata/" class=3D"= external-link" rel=3D"nofollow">any related metadata file(s)</a>.</p> <h3><a name=3D"DeveloperGuide-Step9%3AWaitanother24hours"></a>Step 9: Wait = another 24 hours</h3> <p>We need to wait until any changes made in the web site and metadata file= (s) go live.</p> <h3><a name=3D"DeveloperGuide-Step10%3AAnnouncetheNewRelease"></a>Step 10: = Announce the New Release</h3> <p>An announcement message can be sent to <a href=3D"mailto:announce@apache= .org" class=3D"external-link" rel=3D"nofollow">[email protected]</a>, <a = href=3D"mailto:[email protected]" class=3D"external-link" rel=3D"nofo= llow">[email protected]</a>, <a href=3D"mailto:[email protected]"= class=3D"external-link" rel=3D"nofollow">[email protected]</a> and <a = href=3D"mailto:[email protected]" class=3D"external-link" rel=3D"nofollow= ">[email protected]</a>. Please note that announcement messages are reje= cted unless your from-address ends with <tt>@apache.org</tt>. Plus, you sh= ouldn't forget to <a href=3D"http://cwiki.apache.org/confluence/pages/creat= eblogpost.action?spaceKey=3DMINA" class=3D"external-link" rel=3D"nofollow">= post a news to the MINA CWiki space</a>, and run Confluence auto-export plu= gin manually.</p> <h2><a name=3D"DeveloperGuide-CreatingaNewReleaseBranch"></a>Creating a New= Release Branch</h2> <p>When you create a new branch, you have to make sure the sections that sp= ecifies branch version numbers are configured appropriately in the root <tt= >pom.xml</tt>.</p> <div class=3D"preformatted panel" style=3D"border-width: 1px;"><div class= =3D"preformattedContent panelContent"> <pre>... &lt;version&gt;1.1.0-SNAPSHOT&lt;/version&gt; ... &lt;scm&gt; &lt;connection&gt;scm:svn:http://svn.apache.org/repos/asf/mina/branches/1= .1&lt;/connection&gt; &lt;url&gt;http://svn.apache.org/viewvc/directory/mina/branches/1.1&lt;/u= rl&gt; &lt;developerConnection&gt;scm:svn:https://svn.apache.org/repos/asf/mina/= branches/1.1&lt;/developerConnection&gt; &lt;/scm&gt; ... &lt;distributionManagement&gt; &lt;site&gt; &lt;id&gt;apache.websites&lt;/id&gt; &lt;url&gt;scp://people.apache.org/www/mina.apache.org/report/1.1/&lt;/= url&gt; &lt;/site&gt; &lt;/distributionManagement&gt; ... </pre> </div></div> <p>Please note that the example above is for <tt>branches/1.1</tt>. For ex= ample, you have to replace <tt>branches/1.1</tt> with <tt>branches/3.0</tt>= if the version number of the new branch is 3.0. In case of <tt>trunk</tt>= , it's just <tt>trunk</tt> rather than <tt>branches/&lt;version&gt;</tt>.</= p> </div> <div id=3D"commentsSection" class=3D"wiki-content pageSection"> <div style=3D"float: right;"> <a href=3D"https://cwiki.apache.org/confluence/users/viewnotifi= cations.action" class=3D"grey">Change Notification Preferences</a> </div> <a href=3D"https://cwiki.apache.org/confluence/display/MINA/Develop= er+Guide">View Online</a> | <a href=3D"https://cwiki.apache.org/confluence/pages/diffpagesbyver= sion.action?pageId=3D29621&revisedVersion=3D62&originalVersion=3D61">View C= hanges</a> | <a href=3D"https://cwiki.apache.org/confluence/display/MINA/Develop= er+Guide?showComments=3Dtrue&amp;showCommentArea=3Dtrue#addcomment">Add Com= ment</a> </div> </div> </div> </div> </div> </body> </html> From [email protected] Wed Jun 29 13:40:32 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id CCF8B4061 for <[email protected]>; Wed, 29 Jun 2011 13:40:32 +0000 (UTC) Received: (qmail 32857 invoked by uid 500); 29 Jun 2011 13:40:32 -0000 Delivered-To: [email protected] Received: (qmail 32806 invoked by uid 500); 29 Jun 2011 13:40:32 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 32799 invoked by uid 99); 29 Jun 2011 13:40:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2011 13:40:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2011 13:40:29 +0000 Received: from eris.apache.org (localhost [161.129.204.104]) by eris.apache.org (Postfix) with ESMTP id 15CFF23889BB for <[email protected]>; Wed, 29 Jun 2011 13:40:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1141101 - in /mina/branches/3.0/core/src/main/java/org/apache/mina: IoClient.java transport/tcp/AbstractTcpServer.java transport/tcp/bio/BioTcpServer.java Date: Wed, 29 Jun 2011 13:40:08 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: apaliwal Date: Wed Jun 29 13:40:07 2011 New Revision: 1141101 URL: http://svn.apache.org/viewvc?rev=1141101&view=rev Log: Some minor javadoc and fomrating edits Modified: mina/branches/3.0/core/src/main/java/org/apache/mina/IoClient.java mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/AbstractTcpServer.java mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/bio/BioTcpServer.java Modified: mina/branches/3.0/core/src/main/java/org/apache/mina/IoClient.java URL: http://svn.apache.org/viewvc/mina/branches/3.0/core/src/main/java/org/apache/mina/IoClient.java?rev=1141101&r1=1141100&r2=1141101&view=diff ============================================================================== --- mina/branches/3.0/core/src/main/java/org/apache/mina/IoClient.java (original) +++ mina/branches/3.0/core/src/main/java/org/apache/mina/IoClient.java Wed Jun 29 13:40:07 2011 @@ -37,11 +37,15 @@ public interface IoClient extends IoServ /** * Sets the connect timeout in milliseconds. The default value is 1 minute. + * + * @param connectTimeoutInMillis Connection timeout in ms */ void setConnectTimeoutMillis(long connectTimeoutInMillis); /** * Connects to the specified remote address. + * + * @param remoteAddress Remote {@link SocketAddress} to connect * * @return the {@link ConnectFuture} instance which is completed when the * connection attempt initiated by this call succeeds or fails. @@ -51,6 +55,10 @@ public interface IoClient extends IoServ /** * Connects to the specified remote address binding to the specified local * address. + * + * @param remoteAddress Remote {@link SocketAddress} to connect + * @param localAddress Local {@link SocketAddress} to use while initiating connection to + * remote {@link SocketAddress} * * @return the {@link ConnectFuture} instance which is completed when the * connection attempt initiated by this call succeeds or fails. Modified: mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/AbstractTcpServer.java URL: http://svn.apache.org/viewvc/mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/AbstractTcpServer.java?rev=1141101&r1=1141100&r2=1141101&view=diff ============================================================================== --- mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/AbstractTcpServer.java (original) +++ mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/AbstractTcpServer.java Wed Jun 29 13:40:07 2011 @@ -26,7 +26,7 @@ import java.util.Set; import org.apache.mina.service.server.AbstractIoServer; /** - * TODO + * Base class for TCP based Servers * * @author <a href="http://mina.apache.org">Apache MINA Project</a> */ @@ -39,34 +39,23 @@ public class AbstractTcpServer extends A } @Override - public Set<SocketAddress> getLocalAddresses() - { - // TODO Auto-generated method stub + public Set<SocketAddress> getLocalAddresses() { return null; } @Override - public void bind( SocketAddress... localAddress ) throws IOException - { - // TODO Auto-generated method stub - + public void bind( SocketAddress... localAddress ) throws IOException { } @Override - public void unbindAll() throws IOException - { - // TODO Auto-generated method stub - + public void unbindAll() throws IOException { } @Override - public void unbind( SocketAddress... localAddresses ) throws IOException - { - // TODO Auto-generated method stub - + public void unbind( SocketAddress... localAddresses ) throws IOException { } } Modified: mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/bio/BioTcpServer.java URL: http://svn.apache.org/viewvc/mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/bio/BioTcpServer.java?rev=1141101&r1=1141100&r2=1141101&view=diff ============================================================================== --- mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/bio/BioTcpServer.java (original) +++ mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/bio/BioTcpServer.java Wed Jun 29 13:40:07 2011 @@ -26,7 +26,7 @@ import java.util.Set; import org.apache.mina.transport.tcp.AbstractTcpServer; /** - * TODO + * BIO TCP Server * * @author <a href="http://mina.apache.org">Apache MINA Project</a> */ @@ -39,34 +39,23 @@ public class BioTcpServer extends Abstra } @Override - public Set<SocketAddress> getLocalAddresses() - { - // TODO Auto-generated method stub + public Set<SocketAddress> getLocalAddresses() { return null; } @Override - public void bind( SocketAddress... localAddress ) throws IOException - { - // TODO Auto-generated method stub - + public void bind( SocketAddress... localAddress ) throws IOException { } @Override - public void unbindAll() throws IOException - { - // TODO Auto-generated method stub - + public void unbindAll() throws IOException { } @Override - public void unbind( SocketAddress... localAddresses ) throws IOException - { - // TODO Auto-generated method stub - + public void unbind( SocketAddress... localAddresses ) throws IOException { } } From [email protected] Thu Jun 30 11:30:03 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id D91A46D2D for <[email protected]>; Thu, 30 Jun 2011 11:30:03 +0000 (UTC) Received: (qmail 54148 invoked by uid 500); 30 Jun 2011 11:30:03 -0000 Delivered-To: [email protected] Received: (qmail 53969 invoked by uid 500); 30 Jun 2011 11:30:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.mina.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 53934 invoked by uid 99); 30 Jun 2011 11:29:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jun 2011 11:29:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jun 2011 11:29:53 +0000 Received: from eris.apache.org (localhost [161.129.204.104]) by eris.apache.org (Postfix) with ESMTP id 446CD23889E7 for <[email protected]>; Thu, 30 Jun 2011 11:29:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1141485 - in /mina/branches/3.0/core/src/main/java/org/apache/mina: IoFilter.java service/client/AbstractIoClient.java transport/tcp/NioSelectorProcessor.java Date: Thu, 30 Jun 2011 11:29:32 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: apaliwal Date: Thu Jun 30 11:29:31 2011 New Revision: 1141485 URL: http://svn.apache.org/viewvc?rev=1141485&view=rev Log: Formating/Logging changes, added Lock usage instead of synchornized, added exceptionCaught api in IoFilter Modified: mina/branches/3.0/core/src/main/java/org/apache/mina/IoFilter.java mina/branches/3.0/core/src/main/java/org/apache/mina/service/client/AbstractIoClient.java mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/NioSelectorProcessor.java Modified: mina/branches/3.0/core/src/main/java/org/apache/mina/IoFilter.java URL: http://svn.apache.org/viewvc/mina/branches/3.0/core/src/main/java/org/apache/mina/IoFilter.java?rev=1141485&r1=1141484&r2=1141485&view=diff ============================================================================== --- mina/branches/3.0/core/src/main/java/org/apache/mina/IoFilter.java (original) +++ mina/branches/3.0/core/src/main/java/org/apache/mina/IoFilter.java Thu Jun 30 11:29:31 2011 @@ -96,4 +96,13 @@ public interface IoFilter { * @throws Exception Exception If an error occurs while processing */ void messageReceived(IoSession session, Object message) throws Exception; + + /** + * Invoked when an exception occurs while executing the method + * + * @param session {@link IoSession} associated with invocation + * @param cause Real {@link Throwable} which broke the normal chain processing + * @throws Exception If an error occurs while processing + */ + void exceptionCaught(IoSession session, Throwable cause) throws Exception; } \ No newline at end of file Modified: mina/branches/3.0/core/src/main/java/org/apache/mina/service/client/AbstractIoClient.java URL: http://svn.apache.org/viewvc/mina/branches/3.0/core/src/main/java/org/apache/mina/service/client/AbstractIoClient.java?rev=1141485&r1=1141484&r2=1141485&view=diff ============================================================================== --- mina/branches/3.0/core/src/main/java/org/apache/mina/service/client/AbstractIoClient.java (original) +++ mina/branches/3.0/core/src/main/java/org/apache/mina/service/client/AbstractIoClient.java Thu Jun 30 11:29:31 2011 @@ -42,51 +42,34 @@ public class AbstractIoClient extends Ab } @Override - public Map<Long, IoSession> getManagedSessions() - { - // TODO Auto-generated method stub + public Map<Long, IoSession> getManagedSessions() { return null; } @Override - public void addListener( IoServiceListener listener ) - { - // TODO Auto-generated method stub - + public void addListener( IoServiceListener listener ) { } @Override - public void removeListener( IoServiceListener listener ) - { - // TODO Auto-generated method stub - + public void removeListener( IoServiceListener listener ) { } @Override - public long getConnectTimeoutMillis() - { - // TODO Auto-generated method stub + public long getConnectTimeoutMillis() { return 0; } @Override - public void setConnectTimeoutMillis( long connectTimeoutInMillis ) - { - // TODO Auto-generated method stub - + public void setConnectTimeoutMillis( long connectTimeoutInMillis ) { } @Override - public ConnectFuture connect( SocketAddress remoteAddress ) - { - // TODO Auto-generated method stub + public ConnectFuture connect( SocketAddress remoteAddress ) { return null; } @Override - public ConnectFuture connect( SocketAddress remoteAddress, SocketAddress localAddress ) - { - // TODO Auto-generated method stub + public ConnectFuture connect( SocketAddress remoteAddress, SocketAddress localAddress ) { return null; } Modified: mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/NioSelectorProcessor.java URL: http://svn.apache.org/viewvc/mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/NioSelectorProcessor.java?rev=1141485&r1=1141484&r2=1141485&view=diff ============================================================================== --- mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/NioSelectorProcessor.java (original) +++ mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/NioSelectorProcessor.java Thu Jun 30 11:29:31 2011 @@ -33,6 +33,8 @@ import java.util.Map; import java.util.Queue; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ConcurrentLinkedQueue; +import java.util.concurrent.locks.Lock; +import java.util.concurrent.locks.ReentrantLock; import org.apache.mina.IoServer; import org.apache.mina.IoService; @@ -62,7 +64,7 @@ public class NioSelectorProcessor implem private SelectorStrategy strategy; - private Logger log; + private static final Logger LOGGER = LoggerFactory.getLogger(NioSelectorProcessor.class); private Map<SocketAddress, ServerSocketChannel> serverSocketChannels = new ConcurrentHashMap<SocketAddress, ServerSocketChannel>(); @@ -89,9 +91,11 @@ public class NioSelectorProcessor implem private Selector selector; + // Lock for Selector worker, using default. can look into fairness later + private Lock workerLock = new ReentrantLock(); + public NioSelectorProcessor(String name, SelectorStrategy strategy) { this.strategy = strategy; - this.log = LoggerFactory.getLogger("SelectorProcessor[" + name + "]"); // TODO : configurable parameter readBuffer = ByteBuffer.allocate(1024); @@ -103,22 +107,24 @@ public class NioSelectorProcessor implem * @param serverChannel */ private void add(ServerSocketChannel serverChannel, IoServer server) { - log.debug("adding a server channel {} for server {}", serverChannel, server); + LOGGER.debug("adding a server channel {} for server {}", serverChannel, server); serversToAdd.add(new Object[] { serverChannel, server }); wakeupWorker(); } - private Object workerLock = new Object(); - private SelectorWorker worker = null; private void wakeupWorker() { - synchronized (workerLock) { + workerLock.lock(); + try { if (worker == null) { worker = new SelectorWorker(); worker.start(); } + } finally { + workerLock.unlock(); } + if (selector != null) { selector.wakeup(); } @@ -140,14 +146,14 @@ public class NioSelectorProcessor implem channel.socket().close(); channel.close(); serverSocketChannels.remove(channel); - log.debug("removing a server channel " + channel); + LOGGER.debug("removing a server channel " + channel); serversToRemove.add(channel); wakeupWorker(); } @Override public void createSession(IoService service, Object clientSocket) { - log.debug("create session"); + LOGGER.debug("create session"); SocketChannel socketChannel = (SocketChannel) clientSocket; NioTcpSession session = new NioTcpSession((NioTcpServer) service, socketChannel, strategy.getSelectorForNewSession(this)); @@ -156,7 +162,7 @@ public class NioSelectorProcessor implem try { socketChannel.configureBlocking(false); } catch (IOException e) { - log.error("Unexpected exception, while configuring socket as non blocking", e); + LOGGER.error("Unexpected exception, while configuring socket as non blocking", e); } // TODO : event session created @@ -180,12 +186,12 @@ public class NioSelectorProcessor implem @Override public void run() { if (selector == null) { - log.debug("opening a new selector"); + LOGGER.debug("opening a new selector"); try { selector = Selector.open(); } catch (IOException e) { - log.error("IOException while opening a new Selector", e); + LOGGER.error("IOException while opening a new Selector", e); } } @@ -198,7 +204,7 @@ public class NioSelectorProcessor implem SelectionKey key = serverKey.remove(channel); if (key == null) { - log.error("The server socket was already removed of the selector"); + LOGGER.error("The server socket was already removed of the selector"); } else { key.cancel(); } @@ -243,9 +249,9 @@ public class NioSelectorProcessor implem } } - log.debug("selecting..."); + LOGGER.debug("selecting..."); int readyCount = selector.select(SELECT_TIMEOUT); - log.debug("... done selecting : {}", readyCount); + LOGGER.debug("... done selecting : {}", readyCount); if (readyCount > 0) { @@ -262,14 +268,14 @@ public class NioSelectorProcessor implem selector.selectedKeys().remove(key); if (key.isReadable()) { - log.debug("readable client {}", key); + LOGGER.debug("readable client {}", key); NioTcpSession session = (NioTcpSession) key.attachment(); SocketChannel channel = session.getSocketChannel(); int readCount = channel.read(readBuffer); - log.debug("read {} bytes", readCount); + LOGGER.debug("read {} bytes", readCount); if (readCount < 0) { // session closed by the remote peer - log.debug("session closed by the remote peer"); + LOGGER.debug("session closed by the remote peer"); sessionsToClose.add(session); } else { // we have read some data @@ -280,7 +286,7 @@ public class NioSelectorProcessor implem } if (key.isWritable()) { - log.debug("writable session : {}", key.attachment()); + LOGGER.debug("writable session : {}", key.attachment()); NioTcpSession session = (NioTcpSession) key.attachment(); // write from the session write queue WriteQueue queue = session.getWriteQueue(); @@ -292,7 +298,7 @@ public class NioSelectorProcessor implem } ByteBuffer buf = (ByteBuffer) wreq.getMessage(); int wrote = session.getSocketChannel().write(buf); - log.debug("wrote {} bytes to {}", wrote, session); + LOGGER.debug("wrote {} bytes to {}", wrote, session); if (buf.remaining() == 0) { // completed write request, let's remove // it @@ -313,12 +319,12 @@ public class NioSelectorProcessor implem // Selector for reads and another for the writes SelectionKey readKey = sessionReadKey.get(session); if (readKey != null) { - log.debug("registering key for only reading"); + LOGGER.debug("registering key for only reading"); SelectionKey mykey = session.getSocketChannel().register(selector, SelectionKey.OP_READ, session); sessionReadKey.put(session, mykey); } else { - log.debug("cancel key for writing"); + LOGGER.debug("cancel key for writing"); session.getSocketChannel().keyFor(selector).cancel(); } } @@ -326,12 +332,12 @@ public class NioSelectorProcessor implem } if (key.isAcceptable()) { - log.debug("acceptable new client {}", key); + LOGGER.debug("acceptable new client {}", key); ServerSocketChannel serverSocket = (ServerSocketChannel) ((Object[]) key.attachment())[0]; IoServer server = (IoServer) (((Object[]) key.attachment())[1]); // accepted connection SocketChannel newClientChannel = serverSocket.accept(); - log.debug("client accepted"); + LOGGER.debug("client accepted"); // and give it's to the strategy strategy.getSelectorForNewSession(NioSelectorProcessor.this).createSession(server, newClientChannel); @@ -359,15 +365,18 @@ public class NioSelectorProcessor implem } } } catch (IOException e) { - log.error("IOException while selecting selector", e); + LOGGER.error("IOException while selecting selector", e); } // stop the worker if needed - synchronized (workerLock) { + workerLock.lock(); + try { if (selector.keys().isEmpty()) { worker = null; break; } + }finally { + workerLock.unlock(); } } } @@ -375,7 +384,7 @@ public class NioSelectorProcessor implem @Override public void flush(IoSession session) { - log.debug("scheduling session {} for writing", session.toString()); + LOGGER.debug("scheduling session {} for writing", session.toString()); // add the session to the list of session to be registered for writing // wake the selector flushingSessions.add((NioTcpSession) session);
From [email protected] Mon May 01 13:43:26 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19870 invoked from network); 1 May 2006 13:43:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 May 2006 13:43:26 -0000 Received: (qmail 24432 invoked by uid 500); 1 May 2006 13:43:25 -0000 Delivered-To: [email protected] Received: (qmail 24410 invoked by uid 500); 1 May 2006 13:43:25 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pubscribe-dev.ws.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 24398 invoked by uid 99); 1 May 2006 13:43:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 May 2006 06:43:25 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO tayrelbas03.tay.hp.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 May 2006 06:43:21 -0700 Received: from tayexg11.americas.cpqcorp.net (tayexg11.americas.cpqcorp.net [161.129.204.104]) by tayrelbas03.tay.hp.com (Postfix) with ESMTP id 17D743411A for <[email protected]>; Mon, 1 May 2006 09:43:00 -0400 (EDT) Received: from tayexc17.americas.cpqcorp.net ([161.129.204.104]) by tayexg11.americas.cpqcorp.net with Microsoft SMTPSVC+1-315-222-7930); Mon, 1 May 2006 09:42:57 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: PubScribe FileSystem example.. Date: Mon, 1 May 2006 09:42:54 -0400 Message-ID: <[email protected]> In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: PubScribe FileSystem example.. Thread-Index: AcZsyLh9rCuzvUZoRn+L79Hf7D1wZwAXEfgw From: "Campana Jr., Salvatore J" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 01 May 2006 13:42:57.0064 (UTC) FILETIME=[27814A80:01C66D25] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Please review the tutorial...Basically all your props need to be initialized else you will have issues...While we generate most of this for you, you will need to initialize them...Since you are using FileSystem, the whole process is documented... -S=20 -----Original Message----- From: Ramot Lubis [mailto:[email protected]]=20 Sent: Sunday, April 30, 2006 10:41 PM To: [email protected] Subject: PubScribe FileSystem example.. hi, i was trying to deploy FileSystem service example on pubscribe. I even tried to create all FileSystem classes using org.apache.ws.resource.tool.Wsdl2JavaTask and I suppose that all FileSystem classes are not to be modified. But, somehow, they are not working fine on my pubscribe installation. So, when I try to debug, I found that the error was in: topicExpressionDialectsPropCallback.refreshProperty( topicExpressionDialectsProp ); line 138 of AbstractFileSystemResource.java the error was NullException. when I commented the line out. It was working fine. FileSystem service is running and I can send Subscribe, GetCurrentMessage and they are working fine. Where did I do wrong? Because I shouldn't change the AbstractFileSystemResource.java as it's auto generated! There must be somewhere wrong, but I've got no clues. Does anybody have experience deploying FileSystem example and give suggestion? thanks in advance? Ramot Lubis. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed May 03 06:20:36 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21905 invoked from network); 3 May 2006 06:20:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 May 2006 06:20:36 -0000 Received: (qmail 16390 invoked by uid 500); 3 May 2006 06:20:35 -0000 Delivered-To: [email protected] Received: (qmail 16375 invoked by uid 500); 3 May 2006 06:20:34 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pubscribe-dev.ws.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 16364 invoked by uid 99); 3 May 2006 06:20:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 May 2006 23:20:34 -0700 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO py-out-1112.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 May 2006 23:20:33 -0700 Received: by py-out-1112.google.com with SMTP id x66so116393pye for <[email protected]>; Tue, 02 May 2006 23:20:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=k3XDa35VfE7aY3Ec8//BH13vS+INqBHUhnqlAy0PsuljKxab86NlMQLswoHuprg9OkGfO0ZJzTnaPgfb88Yti/YaJG5U2yB1w5CT9pMt9CEvRF9Qbja6A3SvFmnDquWdEHsvzgwY6prUESORP8p5ygyks5MjWcR7smavy1ong1g= Received: by 161.129.204.104 with SMTP id j20mr757744pym; Tue, 02 May 2006 23:20:12 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 2 May 2006 23:20:12 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 3 May 2006 16:20:12 +1000 From: "Ramot Lubis" <[email protected]> To: [email protected] Subject: Re: PubScribe FileSystem example.. In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N thanks for your reply. I found this "incompatibility issue" because I use different Axis transport protocol. I am using JXTA P2P messaging system, not HTTP. This is my own problem that it was not working well as you might expect. I hope I will be able to handle it. Curiousity in my previous question is that when I put comment on //topicExpressionDialectsPropCallback.refreshProperty(topicExpressionDialec= tsProp ); //line 138 of AbstractFileSystemResource.java it's then working fine. I thought I shouldn't change code in any auto-generated classes. Because I am not changing anything in pubscribe but only changing transport protocol in Axis. Before trying PubScribe, I have tested Apache WSRF FileSystem example on my Axis Transport, and it's also working fine. However, I am currently studying PubScribe tutorial to see how I can figure out the solution to my problem. rgds, RL. On 5/1/06, Campana Jr., Salvatore J <[email protected]> wrote: > Please review the tutorial...Basically all your props need to be > initialized else you will have issues...While we generate most of this > for you, you will need to initialize them...Since you are using > FileSystem, the whole process is documented... > > -S > > -----Original Message----- > From: Ramot Lubis [mailto:[email protected]] > Sent: Sunday, April 30, 2006 10:41 PM > To: [email protected] > Subject: PubScribe FileSystem example.. > > hi, > > i was trying to deploy FileSystem service example on pubscribe. I even > tried to create all FileSystem classes using > org.apache.ws.resource.tool.Wsdl2JavaTask > and I suppose that all FileSystem classes are not to be modified. > But, somehow, they are not working fine on my pubscribe installation. > So, when I try to debug, I found that the error was in: > > > topicExpressionDialectsPropCallback.refreshProperty( > topicExpressionDialectsProp ); > > line 138 of AbstractFileSystemResource.java > > the error was NullException. > > > > when I commented the line out. It was working fine. FileSystem service > is running and I can send Subscribe, GetCurrentMessage and they are > working fine. > > > Where did I do wrong? Because I shouldn't change the > AbstractFileSystemResource.java as it's auto generated! > > There must be somewhere wrong, but I've got no clues. > > > Does anybody have experience deploying FileSystem example and give > suggestion? > > > > thanks in advance? > > > Ramot Lubis. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue May 23 23:49:44 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36491 invoked from network); 23 May 2006 23:49:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 May 2006 23:49:44 -0000 Received: (qmail 62513 invoked by uid 500); 23 May 2006 23:49:44 -0000 Delivered-To: [email protected] Received: (qmail 62490 invoked by uid 500); 23 May 2006 23:49:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pubscribe-dev.ws.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 62479 invoked by uid 99); 23 May 2006 23:49:43 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 May 2006 16:49:43 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO py-out-1112.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 May 2006 16:49:43 -0700 Received: by py-out-1112.google.com with SMTP id e30so1821034pya for <[email protected]>; Tue, 23 May 2006 16:49:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=FRiVlT+ub0nJa5noxPcITHGGmNbrFdZflBV/joH8EziEcn4Cmg3Q23pp6OVoOqijPQcOl6Z4xng4qxhzcSotTp7H8G7Vnh4TgwXxqQvGwjCdAQ0gKF0ZhNXgc+v6jTBEuDjpC+qCzaAVWOIvMS4CFzTT+PFHDvszedJH5eAwigc= Received: by 161.129.204.104 with SMTP id z17mr143968pyi; Tue, 23 May 2006 16:49:22 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 23 May 2006 16:49:22 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 23 May 2006 16:49:22 -0700 From: "J. Patrick Bedell" <[email protected]> To: [email protected] Subject: pubscribe on Axis2? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, Is there any intention to port Apache Pubscribe/WSRF to Axis2? Thanks! Patrick [email protected] http://infoeng.sf.net --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed May 24 22:35:00 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35412 invoked from network); 24 May 2006 22:35:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 May 2006 22:35:00 -0000 Received: (qmail 39524 invoked by uid 500); 24 May 2006 22:35:00 -0000 Delivered-To: [email protected] Received: (qmail 39446 invoked by uid 500); 24 May 2006 22:35:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pubscribe-dev.ws.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 39435 invoked by uid 99); 24 May 2006 22:34:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 15:34:59 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO py-out-1112.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 15:34:59 -0700 Received: by py-out-1112.google.com with SMTP id b29so1996421pya for <[email protected]>; Wed, 24 May 2006 15:34:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Zr32sHLGuSGrH4arZPY6eNADECn5WvsrdYAxpIqtqV+bBYY/K1KIRi6VxFLHKXn/RwOg5JVqZWa1YQF+bcpVXcP6f1PrGeR8pRK2M1Fgq0s5czv+beBnVkHTvctGDZcC5Bh3+uxowQC5PsRqTVIoV0q6XC1DA/NKeiOWgbpaJx0= Received: by 161.129.204.104 with SMTP id a6mr230140pym; Wed, 24 May 2006 15:34:38 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 24 May 2006 15:34:38 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 24 May 2006 15:34:38 -0700 From: "J. Patrick Bedell" <[email protected]> To: [email protected] Subject: Passing notifications to client applications MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, I am interested in using WS-Notifications to send events to an application with a graphical user interface. Can anyone suggest an example of how WS-Notifications can be used with an interactive interface? Is there a strategy (that I am currently ignorant of :) to pass notifications to a client application using, for example, a Swing graphical interface? I'm hoping that I'll be able to start a Jetty server with a NotificationConsumer interface to get notifications that will be passed to my Swing graphical interface. Any suggestions will be gratefully accepted! Thanks! Patrick [email protected] http://infoeng.sf.net --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu May 25 22:50:33 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60114 invoked from network); 25 May 2006 22:50:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 May 2006 22:50:33 -0000 Received: (qmail 76861 invoked by uid 500); 25 May 2006 22:50:33 -0000 Delivered-To: [email protected] Received: (qmail 76835 invoked by uid 500); 25 May 2006 22:50:32 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pubscribe-dev.ws.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 76817 invoked by uid 99); 25 May 2006 22:50:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2006 15:50:32 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO e35.co.us.ibm.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2006 15:50:31 -0700 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [161.129.204.104]) by e35.co.us.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id k4PMoAKE007107 for <[email protected]>; Thu, 25 May 2006 18:50:10 -0400 Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [161.129.204.104]) by d03relay04.boulder.ibm.com (8.12.10/NCO/VER6.8) with ESMTP id k4PMoACM189382 for <[email protected]>; Thu, 25 May 2006 16:50:10 -0600 Received: from d03av01.boulder.ibm.com (loopback [161.129.204.104]) by d03av01.boulder.ibm.com (161.129.204.10460308/8.13.3) with ESMTP id k4PMoANU004899 for <[email protected]>; Thu, 25 May 2006 16:50:10 -0600 Received: from d03nm118.boulder.ibm.com (d03nm118.boulder.ibm.com [161.129.204.104]) by d03av01.boulder.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id k4PMoAR9004894 for <[email protected]>; Thu, 25 May 2006 16:50:10 -0600 In-Reply-To: <[email protected]> To: [email protected] Subject: Re: pubscribe on Axis2? MIME-Version: 1.0 X-Mailer: Lotus Notes Release 7.0 HF85 November 04, 2005 Message-ID: <[email protected]> From: Daniel Jemiolo <[email protected]> Date: Thu, 25 May 2006 18:52:02 -0400 X-MIMETrack: Serialize by Router on D03NM118/03/M/IBM(Release 7.0.1HF123 | April 14, 2006) at 05/25/2006 16:52:02, Serialize complete at 05/25/2006 16:52:02 Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Patrick, We're trying to implement the latest WSN spec on top of Axis2 as part of Apache Muse (WSRF/Pubscribe/Muse were combined into one project a while back). IBM is donating/has donated some code around WS-* and Axis2, but that's just a start, and there's always room for improvement - did you want to volunteer? :) Dan "J. Patrick Bedell" <[email protected]> wrote on 05/23/2006 07:49:22 PM: > Hello, > Is there any intention to port Apache Pubscribe/WSRF to Axis2? > Thanks! > > Patrick > [email protected] > http://infoeng.sf.net > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri May 26 16:15:10 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72353 invoked from network); 26 May 2006 16:15:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 May 2006 16:15:10 -0000 Received: (qmail 69654 invoked by uid 500); 26 May 2006 16:15:09 -0000 Delivered-To: [email protected] Received: (qmail 69634 invoked by uid 500); 26 May 2006 16:15:09 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pubscribe-dev.ws.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 69623 invoked by uid 99); 26 May 2006 16:15:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 May 2006 09:15:09 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nf-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 May 2006 09:15:08 -0700 Received: by nf-out-0910.google.com with SMTP id n28so84433nfc for <[email protected]>; Fri, 26 May 2006 09:14:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eO6cY9XG2vp40Fm2B0cI1RmJcOj1N9MJtL6AT52bYy8tFRjv7nLBUFxmVeMTAgNjyvdD6E0blfCP0zfVqwtisLwetNnmQQkpLvVsml1g4O/jcnddAKu0yFrmGOd/VkQjy3uO5kwwL2HSn3b5z0C2oIO4683HPT31w8h3wWDDjUg= Received: by 161.129.204.104 with SMTP id t13mr310120nfg; Fri, 26 May 2006 09:14:14 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Fri, 26 May 2006 09:14:14 -0700 (PDT) Message-ID: <[email protected]> Date: Fri, 26 May 2006 11:14:14 -0500 From: "Chathura Herath" <[email protected]> To: [email protected] Subject: Re: pubscribe on Axis2? In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I am with the axis2 team and apart from that i have worked on a WS-Notification and a WS-Eventing broker implementation for Indiana University (not based on Axis2 though). I am interested in this new developments. Where are the discussions happening?? Is it in the Muse list?? Thanks Chathura On 5/25/06, Daniel Jemiolo <[email protected]> wrote: > Hi Patrick, > > We're trying to implement the latest WSN spec on top of Axis2 as part of > Apache Muse (WSRF/Pubscribe/Muse were combined into one project a while > back). IBM is donating/has donated some code around WS-* and Axis2, but > that's just a start, and there's always room for improvement - did you > want to volunteer? :) > > Dan > > > > "J. Patrick Bedell" <[email protected]> wrote on 05/23/2006 07:49:22 PM: > > > Hello, > > Is there any intention to port Apache Pubscribe/WSRF to Axis2? > > Thanks! > > > > Patrick > > [email protected] > > http://infoeng.sf.net > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Chathura Herath http://people.apache.org/~chathura/ http://chathurah.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri May 26 16:17:56 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73510 invoked from network); 26 May 2006 16:17:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 May 2006 16:17:56 -0000 Received: (qmail 71794 invoked by uid 500); 26 May 2006 16:17:56 -0000 Delivered-To: [email protected] Received: (qmail 71773 invoked by uid 500); 26 May 2006 16:17:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pubscribe-dev.ws.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 71762 invoked by uid 99); 26 May 2006 16:17:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 May 2006 09:17:56 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO e36.co.us.ibm.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 May 2006 09:17:55 -0700 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [161.129.204.104]) by e36.co.us.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id k4QGHYDk023957 for <[email protected]>; Fri, 26 May 2006 12:17:34 -0400 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [161.129.204.104]) by d03relay04.boulder.ibm.com (8.12.10/NCO/VER6.8) with ESMTP id k4QGHYk7168068 for <[email protected]>; Fri, 26 May 2006 10:17:34 -0600 Received: from d03av02.boulder.ibm.com (loopback [161.129.204.104]) by d03av02.boulder.ibm.com (161.129.204.10460308/8.13.3) with ESMTP id k4QGHYTs007172 for <[email protected]>; Fri, 26 May 2006 10:17:34 -0600 Received: from d03nm118.boulder.ibm.com (d03nm118.boulder.ibm.com [161.129.204.104]) by d03av02.boulder.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id k4QGHYNs007163 for <[email protected]>; Fri, 26 May 2006 10:17:34 -0600 In-Reply-To: <[email protected]> To: [email protected] Subject: Re: pubscribe on Axis2? MIME-Version: 1.0 X-Mailer: Lotus Notes Release 7.0 HF85 November 04, 2005 Message-ID: <[email protected]> From: Daniel Jemiolo <[email protected]> Date: Fri, 26 May 2006 12:19:27 -0400 X-MIMETrack: Serialize by Router on D03NM118/03/M/IBM(Release 7.0.1HF123 | April 14, 2006) at 05/26/2006 10:19:26, Serialize complete at 05/26/2006 10:19:26 Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Yes - muse-dev. Dan "Chathura Herath" <[email protected]> wrote on 05/26/2006 12:14:14 PM: > Hi, > I am with the axis2 team and apart from that i have worked on a > WS-Notification and a WS-Eventing broker implementation for Indiana > University (not based on Axis2 though). > I am interested in this new developments. Where are the discussions > happening?? Is it in the Muse list?? > Thanks > Chathura > > On 5/25/06, Daniel Jemiolo <[email protected]> wrote: > > Hi Patrick, > > > > We're trying to implement the latest WSN spec on top of Axis2 as part of > > Apache Muse (WSRF/Pubscribe/Muse were combined into one project a while > > back). IBM is donating/has donated some code around WS-* and Axis2, but > > that's just a start, and there's always room for improvement - did you > > want to volunteer? :) > > > > Dan > > > > > > > > "J. Patrick Bedell" <[email protected]> wrote on 05/23/2006 07:49:22 PM: > > > > > Hello, > > > Is there any intention to port Apache Pubscribe/WSRF to Axis2? > > > Thanks! > > > > > > Patrick > > > [email protected] > > > http://infoeng.sf.net > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > > -- > Chathura Herath > http://people.apache.org/~chathura/ > http://chathurah.blogspot.com/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed May 31 10:54:52 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63282 invoked from network); 31 May 2006 10:54:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 May 2006 10:54:46 -0000 Received: (qmail 46317 invoked by uid 500); 31 May 2006 10:54:38 -0000 Delivered-To: [email protected] Received: (qmail 46038 invoked by uid 500); 31 May 2006 10:54:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pubscribe-dev.ws.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 45649 invoked by uid 99); 31 May 2006 10:54:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 May 2006 03:54:31 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO qb-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 May 2006 03:54:25 -0700 Received: by qb-out-0506.google.com with SMTP id a33so187669qbd for <[email protected]>; Wed, 31 May 2006 03:54:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=cdpQ9rtdJNNj8Vt44WD0r2+fBucG/YWgQqO/h4tlp+BK68c01qlwiiRUCNJEUygdCdMjneQazp2CLTy3JRq+R+9MNfEoDh/l/JU8/xjbM5qPek7XMN4prS+uj82S+1DgVRKzslDWfkLHXe9hw+AujJbP7qwC+s1oj2Cl2Ftabg8= Received: by 161.129.204.104 with SMTP id r12mr12493qbp; Wed, 31 May 2006 03:53:54 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 31 May 2006 03:53:54 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 31 May 2006 06:53:54 -0400 From: "Davanum Srinivas" <[email protected]> Reply-To: [email protected] To: [email protected] Subject: [ATTN: Release Managers] 3 binding +1's for a Release from PMC folks MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Release Managers, [Sorry for the cross post!] Please don't make a release unless there are 3 binding votes from pmc members. We need it for legal purposes. There is one more quirk about what we actually vote on. HTTPD pmc votes on a svn tag and then the release managers cut binaries corresponding to that tag. We tend to vote on a feature list and then release managers make it happen.Again this is also for legal purposes to make sure that there is proper oversight on what gets into a release. I am still finding out how other projects do it. Your suggestions are welcome! Please post only to general@ws for discussion to ensure maximum participation. thanks, dims -- Davanum Srinivas : http://wso2.com/blogs/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Tue Apr 05 12:59:55 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56436 invoked from network); 5 Apr 2005 12:59:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Apr 2005 12:59:55 -0000 Received: (qmail 64124 invoked by uid 500); 5 Apr 2005 12:57:04 -0000 Delivered-To: [email protected] Received: (qmail 64017 invoked by uid 500); 5 Apr 2005 12:57:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 37234 invoked by uid 99); 5 Apr 2005 12:39:04 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <[email protected]> Content-Transfer-Encoding: 7bit Cc: OJB Users List <[email protected]>, [email protected] From: Brian McCallister <[email protected]> Subject: Apache OJB 1.0.3 Released Date: Tue, 5 Apr 2005 08:38:58 -0400 To: [email protected] X-Mailer: Apple Mail (2.619.2) X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Apache Object/Relational Bridge (OJB) is an Object/Relational mapping tool that allows transparent persistence for Java objects against relational databases. The OJB team is happy to announce the 1.0.3 release: --------------------------------------------------------------------- Release 1.0.3 --------------------------------------------------------------------- NEW FEATURES: NOTES: - odmg-api: Named objects can now be non- and persistence capable objects. At least the named object have to be serializable. CHANGES: - Refactoring DCollection implementations, remove DListImpl_2 classes (code moved to DListImpl) - Object2ByteArrFieldConversion: If source object on conversion javaToSQL is 'null', no longer create an byte array simply return 'null' BUG FIXES: Please refer to our Bug tracking site (http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10700) to see details for a bug with id OJB-xxx. - odmg-api: OJB-7 - Fix critical property setting in OJB.properties file - odmg-api: OJB-8 - Fix bug when using cascading delete on empty 1:1 reference - odmg-api: Fix bug with named object. On 'unbind' of a named object, if the object is a persistence capable object (object with metadata mapping), the object itself will not be deleted. All other (serializable) named objects will be deleted on unbind. - odmg-api: Fix bug with named objects when using database based Identity columns (SequenceManagerNativeImpl) - odmg-api: Fix bug when persisting DCollection instances when using database based Identity columns (SequenceManagerNativeImpl). KNOWN ISSUES: - Auto-Detection for insert/update objects checks to avoid DB queries the PK fields of the object. If at least one PK field is 'NULL' or if primitive field '0', OJB assume the object is new and needs insert. This will be configurable in next upcoming version. Workaround for PB-api: use method PB#store(Object obj, ObjectModification mod) to state update or insert. - Batch handling doesn't work proper with optimistic locking. This will be fixed in version 1.1 - Subqueries are not extent aware. see QueryTest#testSubQueryAgainstExtents - When a class mapped on multiple joined tables was used in a reference only objects of the base type class will be instantiated, e.g. a Company class has a 1:n reference 'employees' to a base class Employee and class Manager extends Employee, then 'employees' only contains objects of type Employee even if the real type was Manager. See in OJB test suite ...broker.InheritanceMultipleTableTest#testInheritancedObjectsInCollecti onReferences Same problem occur when query the base class, then OJB only returns objects of base type instead the real type. - Managed Environment: When run OJB in managed environment and using PBStateListener, the call of PBStateListener#beforeClose(PBStateEvent event) is made twice when a PB instance was closed in a JTA-tx (for the first time when PB.close() was called in bean on the PB handle, second time when the JTA-tx completes) - otm-api: The OTM API has a known caching issue and should not be considered for code used in production environments. The future of the OTM layer will be subject for discussion on the OJB developers list, if you are using it - please subscribe to ojb-dev and make your voice heard. - Oracle9i platform: when using statement batching, there is a 2k limit on BLOB + 4k limit on CLOB. --------------------------------------------------------------------- Release 1.0.2 --------------------------------------------------------------------- NEW FEATURES: - New ant-target ojb-quickstart creates archives of ready-to-run apps for tutorials 1 and 2 complete with pre-created Hsqldb databases (based on ojb-blank). These archives are also available in the binary download area. - Introduce first version of a two-level cache (transactional session cache with an application cache handle with copies of cached objects). More detailed information see 'object cache' reference guide in docs. - All Oracle platforms will now transparently handle java.lang.Character fields mapped to jdbc-types CHAR or VARCHAR, without any conversion class. - Oracle9i plaform now handles CLOB>4k and BLOB>2k when DBCP and/or P6Spy are used. - Oracle9i plaform can now be used with Oracle10g JDBC-driver. Escape processing statements are removed and OracleConnection unwrapping have been adjusted to be compatible with 10g JDBC. - XDoclet module: * Important: generate-table-info now only prevents the generation of a table in the database schema, the class-descriptor is unaffacted * The new ojb.class#generate-repository-info attribute prevents the generation of field/reference/collection descriptors in the repository as well as the table in the database schema This attribute should be used when using inheritance with interfaces/abstract classes * Database foreignkeys are now generated for collections, as well * It is possible to prevent the generation of database foreignkeys for individual references or collections using the database-foreignkey attribute (ojb.collection/ojb.reference). However this attribute cannot be used to force generation of database-foreignkeys * Inheritance with interfaces/abstract classes (i.e. classes without table) is now handled properly for types that are referenced by references/collections even if the relevant foreignkey (reference/1:n collection) or primarykey (m:n collection) is not defined in the basetype itself but only in the subtypes. The XDoclet module will determine these fields and generate virtual field descriptors in the class-descriptor of the basetype (even if generate-repository-info=false). Additionally, database foreignkeys are generated if the subtypes map to the same table * Additional attributes for generating documentation in the database schema: - ojb.class#table-documentation - ojb.field#column-documentation - ojb.collection#indirection-table-documentation - #foreignkey-documentation - #remote-foreignkey-documentation * Foreignkey columns of an m:n collection can be made primarykeys of the indirection table by using the ojb.collection#indirection-table-primarykeys attribute NOTES: - ODMG-api refactoring!! All known issues in test suite are fixed. But the refactored odmg-api version needs changes in auto-xxx settings in metadata and changed OJB.properties settings. Please read carefully the 'CHANGES notes' below. - Don't forget to replace the old repository.dtd and OJB.properties file (both files changed). - If you plan to use OJB with an J2SE version older than 1.4, then you have to replace the Geronimo jars with the corresponding ones from Sun's J2EE SDK. This is because Geronimo is a J2EE 1.4 implementation and thus dependant upon J2SE 1.4. Use instead the version of Sun's J2EE reference implementation that correspond to your J2SE version. E.g. for J2SE 1.3 use the J2EE 1.3 SDK which you can get from here: http://java.sun.com/j2ee/1.3/index.jsp - Performance improvement in handling of m:n relations - Add new property 'sequenceStart' for SequenceManagerHighLowImpl and SequeceManagerInMemoryImpl more info see docs section 'sequence manager' - Recommended to read the updated 'object cache' reference guide to reflect on the changes made in caching behavior. - By default a new locking implementation was used for odmg, to enable the old deprecated odmg-locking, please see comments in OJB.properties file. CHANGES: - When using Oracl9i platform and DBCP connection factory, no PreparedStatement caching will occur in the DBCP pool (Oracle JDBC-driver statement caching is performed by the platform as default). statement pool, to avoid running out of server-side cursors when using Oracle9i platform. - Oracle9i default platform should now be usable and have large LOB support in JBoss environemnts, please try the default Oracle9i platform and report your results to the ojb-user list. - Oracle9i default platform should now be usable and have large LOB support in BEA WebLogic, please try the default Oracle9i platform in favor of WLOracle9i and report your results to the ojb-user list. - Oracle9i platform no longer throws exceptions when Oracle-specific extensions initializer fails, this should enable Oracle9i platform to degrade smoothly in not yet handled managed environments. - Oracle9i platform now uses ANSI SQL92 join syntax as per user-request. The Oracle platform still uses Oracle join syntax to be compatible with Oracle 8 and older versions. - CollectionProxy classes will now throw an exception in constructor, if trying to use dynamic proxies with MetadataManager in 'per thread changes' mode but without any metadata profile key loaded in the current thread. See note about fix in CollectionProxy under "BUG FIXES" below. - Minor changes in the repository.dtd. Add element object-cache to metadata interface and abstract class declaration in class-descriptor. So replacement of old repository.dtd is needed. - Remove object-cache declaration from OJB.properties file. Use the 'object-cache' element in repository file (example see repository_database.xml file shipped with OJB) to specify the cache implementation. More detailed information see caching reference guide in docs. - Remove redundant ObjectCache implementations (ObjectCacheSoftImpl, ObjectCacheUnlimitiedImpl), same behavior is possible with ObjectCacheDefaultImpl. - Remove undocumented 'ObjectCacheFilter' (used to filter out whole packages or classes from being cached). Filter out packages or classes from being cached is still possible, please see 'object cache' reference guide. - !!!In managed enviroments the org.odmg.Transaction#abort() call no longer throws an TransactionAbortedExceptionOJB, instead OJB does internal cleanup and set used JTA-tx to setRollbackOnly if possible. Thus the client does no longer get an RemoteException. The user have to throw an EJBException by himself to notify the client. - Performance of the default RowReader (RowReaderDefaultImpl) was improved, when mapping several classes to the same table ("ojb-conrete class" feature), now only the fields of the associated class were performed in RowReader instead invoking all fields of the table used by the mapped classes. - Introduce new locking-package in kernel api. Now top-level api like odmg-api can use a kernel lock manager to provide locking. Adapt odmg-locking to the new lock management and declare old locking stuff in org.apache.ojb.odmg.locking package as deprecated. Add support for apache's commons-transaction locking part. - Use of database identity column (SequenceManagerNativeImpl). Move assign of PK values from PersistenceBrokerImpl to JdbcAccessImpl#executeInsert. Remove usage of SequenceManager#setReferenceFKs, will be handled by OJB in same way as without usage of database identity column. - odmg-api: Introduced new object reordering implementation (replaces old algorithm in ObjectEnvelopeTable). - odmg-api: Change used 'OqlCollectionClass' in OJB.properties from a DList impl to ArrayList impl to improve performance. If you need the additional features of odmg DList comment in the DList impl. - odmg-api: ** All relations (1:1, 1:n and m:n) need auto-update/delete setting 'none' to proper work.** - odmg-api: Cascade delete is now configurable via OJB.properties file and at runtime using TransactionExt#setCascadingDelete method (cast Transaction instance to TransactionExt) BUG FIXES: Please refer to our Bug tracking site (http://issues.apache.org/scarab/servlet/scarab/) under http://issues.apache.org/scarab/servlet/scarab/issues/id/OJBxxx to see details for a bug with id OJBxxx. - Fix problem with StatementManager when binding delete-statement parameters with null-values for numeric type columns under certain conditions. (Oracle9i and jdbc-type=NUMERIC with a conversion class that can return null-values was such a combination, resulting in SQLException in OracleStatement#get_internal_type.) - Fix bug in MetadataManager, when 'per thread changes' is enabled and CollectionProxy proxies are used. Using proxies in this mode used to be undefined, since the lazy loading might or might not succeed depending on in which thread the data was loaded. OJB will now reload the metadata profile used when creating the proxy, before attempting to reference any persistence capable classes. (Fixes occasional ClassNotPersistenceCapable exceptions seen in multithreaded applications when using 'per thread changes'.) See http://mail-archives.apache.org/eyebrowse/ReadMsg?listName=ojb- [email protected]&msgNo=9143 - Managed Environment: Fix problem of abandoned connections and statements (e.g. detected by JBoss) when query (iterator) result sets only partially materialized. - Fix bug in ObjectCacheDefaultImpl resolve cache object conflicts, see http://mail-archives.apache.org/eyebrowse/ReadMsg?listName=ojb- [email protected]&msgNo=15063 - LockManager#releaseLock, when a write lock was found all read locks will be released too. http://mail-archives.apache.org/eyebrowse/ReadMsg?listName=ojb- [email protected]&msgNo=14885 - Fix problem with automatic generated sequence names in SequenceManagerHighLowImpl and SequenceManagerInMemoryImpl when different DB use the same table and column name for auto incremented fields. See http://mail-archives.apache.org/eyebrowse/ReadMsg?listName=ojb- [email protected]&msgNo=14528 - Fix materialization problem under heavy load, OJB no longer returns partially materialized objects from cache. See http://mail-archives.apache.org/eyebrowse/ReadMsg? listId=107&msgNo=14472 - Fix key constraint problems when insert m:n relation manually via "linking" - Fix bug in SequenceManagerNativeImpl used to support DB identity columns, make counter for temporary keys static to prevent lock not granted exceptions on insert of new objects. - odmg-api: if within a transaction the client returns a different instance of an already locked object (e.g. serialized through network) method tx.lock and tx.markDirty do not replace the already locked object instance by the new one. Now it will do so. - odmg-api: In managed environment odmg-api does clenup internal stuff (cache, locking) when Synchronization#afterCompletion(int status) was called by the JTA-TxManager instead doing all this stuff in #beforeCompletion() - odmg-api: Assign FK for 1:1 relations when persistent objects are written to DB, instead when objects were locked. - odmg-api: Mixing of pessimistic and optimistic locking should be possible. Now all lock calls on objects with optimistic locking enabled will be ignored. - odmg-api: Fixed: If a user exchange already existing objects in 1:n references without changing the size of the collection, the main object will not become dirty and the FK values of the exchanged objects will not be updated. This is fixed. - odmg-api: Fixed: Creation of m:n relation only works when objects created step by step (or use PB-api as workaround), persist a whole object graph seems not to work proper. This is fixed. - odmg-api: Fixed: Mapping classes on multiple joined tables was not supported in ODMG-API implementation. This is fixed (!except the known issue when Query or refer to a base class). From [email protected] Fri Apr 08 19:14:53 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74588 invoked from network); 8 Apr 2005 19:14:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Apr 2005 19:14:52 -0000 Received: (qmail 86419 invoked by uid 500); 8 Apr 2005 19:12:58 -0000 Delivered-To: [email protected] Received: (qmail 86299 invoked by uid 500); 8 Apr 2005 19:12:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 52972 invoked by uid 99); 8 Apr 2005 16:51:51 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Message-ID: <[email protected]> Date: Sat, 09 Apr 2005 02:51:41 +1000 From: Brett Porter <[email protected]> User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Subject: Maven 2.0 Technology Preview release X-Enigmail-Version: 161.129.204.104 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N The first Maven 2.0 Technology Preview release is now out. Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. http://maven.apache.org/maven2/index.html We're looking forward to hearing your feedback, ideas, and (to a lesser extent :) bug reports. If you need help with the release, please consult the documentation frequently as we continue to update it, and subscribe to the [email protected] mailing list. For more information, please see http://maven.apache.org/maven2/about.html#get-help We welcome contributors to the Maven project - if you are interested in helping out, please see http://maven.apache.org/maven2/about.html#get-involved Thanks to everyone who has worked on this release! -- The Apache Maven Team From [email protected] Sun Apr 17 18:01:11 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57048 invoked from network); 17 Apr 2005 18:01:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Apr 2005 18:01:11 -0000 Received: (qmail 14223 invoked by uid 500); 17 Apr 2005 17:59:08 -0000 Delivered-To: [email protected] Received: (qmail 14119 invoked by uid 500); 17 Apr 2005 17:59:08 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 10914 invoked by uid 99); 17 Apr 2005 17:57:36 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Message-ID: <[email protected]> Date: Sun, 17 Apr 2005 19:57:26 +0200 From: Sander Striker <[email protected]> User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected], [email protected] Subject: [ANNOUNCE] Apache HTTP Server 2.0.54 Released Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p9 (Debian) at striker.nl X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Apache HTTP Server 2.0.54 Released The Apache Software Foundation and The Apache HTTP Server Project are pleased to announce the release of version 2.0.54 of the Apache HTTP Server ("Apache"). This Announcement notes the significant changes in 2.0.54 as compared to 2.0.54. The Announcement is also available in German and Japanese from: http://www.apache.org/dist/httpd/Announcement2.txt.de http://www.apache.org/dist/httpd/Announcement2.txt.ja This version of Apache is principally a bug fix release. This release is compatible with modules compiled for 2.0.42 and later versions. We consider this release to be the best version of Apache available and encourage users of all prior versions to upgrade. Apache HTTP Server 2.0.54 is available for download from http://httpd.apache.org/download.cgi Please see the CHANGES_2.0 file, linked from the above page, for a full list of changes. Apache 2.0 offers numerous enhancements, improvements, and performance boosts over the 1.3 codebase. For an overview of new features introduced after 1.3 please see http://httpd.apache.org/docs-2.0/new_features_2_0.html When upgrading or installing this version of Apache, please keep in mind the following: If you intend to use Apache with one of the threaded MPMs, you must ensure that the modules (and the libraries they depend on) that you will be using are thread-safe. Please contact the vendors of these modules to obtain this information. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFCYb5aZjW2wN6IXdMRArp1AJ4kzHwNIVEieDsfmSI0G9x1u4dzyACfY//5 YhBcPj1wEb8+sivDY/Ip4ec= =5p/E -----END PGP SIGNATURE----- From [email protected] Tue Apr 26 11:01:19 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29068 invoked from network); 26 Apr 2005 11:01:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Apr 2005 11:01:18 -0000 Received: (qmail 62612 invoked by uid 500); 26 Apr 2005 10:58:50 -0000 Delivered-To: [email protected] Received: (qmail 62484 invoked by uid 500); 26 Apr 2005 10:58:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk X-No-Archive: no List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 2914 invoked by uid 99); 26 Apr 2005 06:39:36 -0000 X-ASF-Spam-Status: No, hits=2.4 required=10.0 tests=DATE_IN_FUTURE_12_24,FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Subject: Maven Continuum 1.0 Technology Preview Available From: Jason van Zyl <[email protected]> Reply-To: [email protected] To: [email protected], [email protected], [email protected] Content-Type: text/plain Organization: Apache Date: Tue, 26 Apr 2005 12:46:18 -0700 Message-Id: <[email protected]> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 (2.0.2-3) Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N The Maven team is pleased to announce our Technology Preview for the Continuum 1.0 release. Continuum is the Maven project's Continuous integration tool. This release offers users both an advance look at what's in Continuum 1.0 and a head start in helping to shape the final Continuum release (currently slated for early August). Continuum 1.0 features includes: o Tight integration Maven 2.x o Support for Maven 1.x o Support for Ant o Support for shell scripts o Easy to use web interface o An XML-RPC interface for integration, automation and remoting o Easy to use command line shell interface using Python and the XML-RPC interface o Pluggable project registrars o Pluggable project build triggers o Pluggable notification schemes Please note, as a Technology Preview, this release is not intended for production use. We plan to have 2-3 alphas and 1-2 betas prior to posting the release candidates, which will be followed by the final release. We welcome any and all feedback and look forward to your comments! http://maven.apache.org/continuum http://maven.apache.org/continuum/download.html -- jvz. Jason van Zyl [email protected] http://maven.apache.org you are never dedicated to something you have complete confidence in. No one is fanatically shouting that the sun is going to rise tomorrow. They know it is going to rise tomorrow. When people are fanatically dedicated to political or religious faiths or any other kind of dogmas or goals, it's always because these dogmas or goals are in doubt. -- Robert Pirzig, Zen and the Art of Motorcycle Maintenance From [email protected] Thu Apr 28 18:04:40 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22311 invoked from network); 28 Apr 2005 18:04:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Apr 2005 18:04:40 -0000 Received: (qmail 13151 invoked by uid 500); 28 Apr 2005 18:01:07 -0000 Delivered-To: [email protected] Received: (qmail 12899 invoked by uid 500); 28 Apr 2005 18:01:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <announce.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 93235 invoked by uid 99); 28 Apr 2005 17:12:44 -0000 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=FORGED_RCVD_HELO,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Message-ID: <[email protected]> Date: Thu, 28 Apr 2005 19:10:16 +0200 From: =?ISO-8859-1?Q?Antoine_L=E9vy-Lambert?= <[email protected]> User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected], [email protected], [email protected] Subject: [ANN] Ant 1.6.3 released X-Enigmail-Version: 161.129.204.104 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 28 Apr 2005 17:11:29.0361 (UTC) FILETIME=[51664C10:01C54C15] X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, Ant 1.6.3 has been uploaded and will be available in the next hours. There is a large list of fixed bugs and enhancements. Some of the bugs affecting the embedded use of Ant are fixed. Cheers, Antoine Lévy-Lambert -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCcRj4hhTWqyZbTGMRAlL1AKChrMPuPYcWjSyuZvnIuA1ZvpKkewCbBV2P lLqAB52t+DY5ivndUpvpOdM= =U4qz -----END PGP SIGNATURE-----
From [email protected] Mon Apr 03 16:36:49 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90939 invoked from network); 3 Apr 2006 16:36:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Apr 2006 16:36:49 -0000 Received: (qmail 435 invoked by uid 500); 3 Apr 2006 16:36:48 -0000 Delivered-To: [email protected] Received: (qmail 374 invoked by uid 500); 3 Apr 2006 16:36:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: <[email protected]> List-Id: <xalan-cvs.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 363 invoked by uid 99); 3 Apr 2006 16:36:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Apr 2006 09:36:48 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 03 Apr 2006 09:36:47 -0700 Received: (qmail 90357 invoked by uid 65534); 3 Apr 2006 16:36:07 -0000 Message-ID: <[email protected]> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r391079 - /xalan/c/trunk/src/xalanc/Utils/MsgCreator/Makefile.in Date: Mon, 03 Apr 2006 16:36:06 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: dbertoni Date: Mon Apr 3 09:36:04 2006 New Revision: 391079 URL: http://svn.apache.org/viewcvs?rev=391079&view=rev Log: Fix for Jira issue XALANC-614. Modified: xalan/c/trunk/src/xalanc/Utils/MsgCreator/Makefile.in Modified: xalan/c/trunk/src/xalanc/Utils/MsgCreator/Makefile.in URL: http://svn.apache.org/viewcvs/xalan/c/trunk/src/xalanc/Utils/MsgCreator/Makefile.in?rev=391079&r1=391078&r2=391079&view=diff ============================================================================== --- xalan/c/trunk/src/xalanc/Utils/MsgCreator/Makefile.in (original) +++ xalan/c/trunk/src/xalanc/Utils/MsgCreator/Makefile.in Mon Apr 3 09:36:04 2006 @@ -29,7 +29,7 @@ $(XSL_BIN_DIR)/MsgCreator : $(MSG_CREATOR_OBJECTS) ${LINK} $(XSL_BUILD_OPTIONS) ${PLATFORM_LIB_LINK_OPTIONS} ${LIBRARY_SEARCH_PATHS} \ - ${EXTRA_LINK_OPTIONS} $(XERCES_LIB) $^ -o $@ $(LOC_OTHER_LINK_PARAMETERS) + ${EXTRA_LINK_OPTIONS} $(LIBS) $(XERCES_LIB) $^ -o $@ $(LOC_OTHER_LINK_PARAMETERS) $(XSL_OBJ_DIR)/%.o : $(MSG_CREATOR_SRC)/%.cpp $(CC1) $(XSL_BUILD_OPTIONS) -c $(XSL_INCL) $(EXTRA_COMPILE_OPTIONS) -o $@ $< --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Apr 06 21:14:55 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1799 invoked from network); 6 Apr 2006 21:14:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Apr 2006 21:14:55 -0000 Received: (qmail 67683 invoked by uid 500); 6 Apr 2006 21:14:54 -0000 Delivered-To: [email protected] Received: (qmail 67661 invoked by uid 500); 6 Apr 2006 21:14:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: <[email protected]> List-Id: <xalan-cvs.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 67634 invoked by uid 99); 6 Apr 2006 21:14:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Apr 2006 14:14:53 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 06 Apr 2006 14:14:50 -0700 Received: (qmail 1640 invoked by uid 65534); 6 Apr 2006 21:14:29 -0000 Message-ID: <[email protected]> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r392078 - in /xalan/c/trunk/src/xalanc: Include/XalanMemoryManagement.hpp XMLSupport/XMLParserLiaison.hpp XalanSourceTree/XalanSourceTreeParserLiaison.cpp XalanSourceTree/XalanSourceTreeParserLiaison.hpp Date: Thu, 06 Apr 2006 21:14:27 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: dbertoni Date: Thu Apr 6 14:14:25 2006 New Revision: 392078 URL: http://svn.apache.org/viewcvs?rev=392078&view=rev Log: Fix for XALANC-589. Modified: xalan/c/trunk/src/xalanc/Include/XalanMemoryManagement.hpp xalan/c/trunk/src/xalanc/XMLSupport/XMLParserLiaison.hpp xalan/c/trunk/src/xalanc/XalanSourceTree/XalanSourceTreeParserLiaison.cpp xalan/c/trunk/src/xalanc/XalanSourceTree/XalanSourceTreeParserLiaison.hpp Modified: xalan/c/trunk/src/xalanc/Include/XalanMemoryManagement.hpp URL: http://svn.apache.org/viewcvs/xalan/c/trunk/src/xalanc/Include/XalanMemoryManagement.hpp?rev=392078&r1=392077&r2=392078&view=diff ============================================================================== --- xalan/c/trunk/src/xalanc/Include/XalanMemoryManagement.hpp (original) +++ xalan/c/trunk/src/xalanc/Include/XalanMemoryManagement.hpp Thu Apr 6 14:14:25 2006 @@ -92,7 +92,7 @@ // Data members... MemoryManager& m_memoryManager; - void* m_pointer; + void* m_pointer; }; Modified: xalan/c/trunk/src/xalanc/XMLSupport/XMLParserLiaison.hpp URL: http://svn.apache.org/viewcvs/xalan/c/trunk/src/xalanc/XMLSupport/XMLParserLiaison.hpp?rev=392078&r1=392077&r2=392078&view=diff ============================================================================== --- xalan/c/trunk/src/xalanc/XMLSupport/XMLParserLiaison.hpp (original) +++ xalan/c/trunk/src/xalanc/XMLSupport/XMLParserLiaison.hpp Thu Apr 6 14:14:25 2006 @@ -61,19 +61,38 @@ virtual ~XMLParserLiaison(); - // These interfaces are inherited from Resettable... + // These interfaces are new to XMLParserLiaison + + /** + * Reset the instance, freeing any XalanDocument instances created + * through parseXMLStream(). + */ virtual void reset() = 0; - // These interfaces are new to XMLParserLiaison - + /** + * Get a pointer to the current ExecutionContext instance, which + * may be null. + * + * @return A pointer to the current ExecutionContext, if any. + */ virtual ExecutionContext* getExecutionContext() const = 0; - virtual MemoryManagerType& + /** + * Get a reference to the current MemoryManager instance. + * + * @return A pointer to the current ExecutionContext, if any. + */ + virtual MemoryManager& getMemoryManager() = 0; + /** + * Set the current ExecutionContext instance. + * + * @parameter theContext A reference to the new ExecutionContext instance. + */ virtual void setExecutionContext(ExecutionContext& theContext) = 0; @@ -205,6 +224,52 @@ */ virtual void setErrorHandler(ErrorHandlerType* handler) = 0; + +protected: + + // A utility class for derived classes to use. + class EnsureDestroyDocument + { + public: + + EnsureDestroyDocument( + XMLParserLiaison& theLiaison, + XalanDocument* theDocument) : + m_liaison(theLiaison), + m_document(theDocument) + { + } + + ~EnsureDestroyDocument() + { + if (m_document != 0) + { + m_liaison.destroyDocument(m_document); + } + } + + XalanDocument* + get() const + { + return m_document; + } + + XalanDocument* + release() + { + XalanDocument* theDocument = m_document; + + m_document = 0; + + return theDocument; + } + + private: + + XMLParserLiaison& m_liaison; + + XalanDocument* m_document; + }; private: Modified: xalan/c/trunk/src/xalanc/XalanSourceTree/XalanSourceTreeParserLiaison.cpp URL: http://svn.apache.org/viewcvs/xalan/c/trunk/src/xalanc/XalanSourceTree/XalanSourceTreeParserLiaison.cpp?rev=392078&r1=392077&r2=392078&view=diff ============================================================================== --- xalan/c/trunk/src/xalanc/XalanSourceTree/XalanSourceTreeParserLiaison.cpp (original) +++ xalan/c/trunk/src/xalanc/XalanSourceTree/XalanSourceTreeParserLiaison.cpp Thu Apr 6 14:14:25 2006 @@ -46,429 +46,429 @@ // http://xml.org/sax/features/validation -const XalanDOMChar XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bs_validationString[] = { - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharColon, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_x, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_l, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharFullStop, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_g, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_x, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_f, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_u, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_v, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_l, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_i, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_d, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_i, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_n, - 0 +const XalanDOMChar XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bs_validationString[] = { + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharColon, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_x, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_l, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharFullStop, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_g, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_x, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_f, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_u, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_v, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_l, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_i, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_d, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_i, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_n, + 0 }; // http://apache.org/xml/features/validation/dynamic -const XalanDOMChar XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bs_dynamicValidationString[] = { - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharColon, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharFullStop, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_g, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_x, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_l, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_f, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_u, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_v, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_l, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_i, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_d, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_i, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_n, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_d, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_y, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_n, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_i, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, - 0 +const XalanDOMChar XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bs_dynamicValidationString[] = { + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharColon, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharFullStop, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_g, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_x, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_l, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_f, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_u, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_v, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_l, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_i, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_d, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_i, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_n, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_d, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_y, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_n, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_i, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, + 0 }; // http://xml.org/sax/features/namespaces -const XalanDOMChar XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bs_namespacesString[] = { - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharColon, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_x, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_l, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharFullStop, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_g, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_x, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_f, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_u, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_n, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, - 0 +const XalanDOMChar XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bs_namespacesString[] = { + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharColon, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_x, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_l, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharFullStop, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_g, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_x, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_f, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_u, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_n, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, + 0 }; // http://xml.org/sax/features/namespace-prefixes -const XalanDOMChar XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bs_namespacePrefixesString[] = { - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharColon, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_x, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_l, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharFullStop, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_g, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_x, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_f, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_u, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_n, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharHyphenMinus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_f, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_i, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_x, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, - 0 +const XalanDOMChar XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bs_namespacePrefixesString[] = { + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharColon, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_x, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_l, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharFullStop, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_g, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_x, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_f, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_u, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_n, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharHyphenMinus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_f, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_i, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_x, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, + 0 }; // http://apache.org/xml/features/validation/schema -const XalanDOMChar XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bs_schemaString[] = +const XalanDOMChar XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bs_schemaString[] = { - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharColon, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharFullStop, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_g, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_x, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_l, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_f, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_u, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_v, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_l, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_i, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_d, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_i, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_n, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - 0 + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharColon, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharFullStop, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_g, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_x, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_l, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_f, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_u, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_v, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_l, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_i, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_d, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_i, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_n, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + 0 }; // http://apache.org/xml/properties/schema/external-schemaLocation -const XalanDOMChar XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bs_externalSchemaLocationString[] = +const XalanDOMChar XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bs_externalSchemaLocationString[] = { - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharColon, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharFullStop, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_g, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_x, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_l, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_i, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_x, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_n, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_l, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharHyphenMinus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_L, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_i, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_n, - 0 + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharColon, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharFullStop, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_g, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_x, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_l, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_i, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_x, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_n, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_l, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharHyphenMinus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_L, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_i, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_n, + 0 }; // http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation -const XalanDOMChar XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bs_externalNoNamespaceSchemaLocationString[] = +const XalanDOMChar XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bs_externalNoNamespaceSchemaLocationString[] = { - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharColon, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharFullStop, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_g, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_x, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_l, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_i, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_x, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_n, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_l, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharHyphenMinus, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_n, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_N, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_S, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_L, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_i, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, - XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_n, - 0 + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharColon, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharFullStop, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_g, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_x, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_l, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_i, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharSolidus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_x, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_r, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_n, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_l, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharHyphenMinus, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_n, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_N, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_s, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_p, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_S, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_h, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_e, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_m, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_L, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_c, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_a, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_t, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_i, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_o, + XalanUnicoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bcharLetter_n, + 0 }; XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXalanSourceTreeParserLiaison( - XalanSourceTreeDOMSupport& /* theSupport */, + XalanSourceTreeDOMSupport& /* theSupport */, MemoryManagerType& theManager) : - m_xercesParserLiaison(theManager), - m_documentMap(theManager), - m_poolAllText(true), - m_xmlReader(0) + m_xercesParserLiaison(theManager), + m_documentMap(theManager), + m_poolAllText(true), + m_xmlReader(0) { } XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXalanSourceTreeParserLiaison(MemoryManagerType& theManager) : - m_xercesParserLiaison(theManager), - m_documentMap(theManager), - m_poolAllText(true), - m_xmlReader(0) + m_xercesParserLiaison(theManager), + m_documentMap(theManager), + m_poolAllText(true), + m_xmlReader(0) { } @@ -476,9 +476,9 @@ XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b~XalanSourceTreeParserLiaison() { - reset(); + reset(); - delete m_xmlReader; + delete m_xmlReader; } @@ -486,27 +486,24 @@ void XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8breset() { - XALAN_USING_STD(for_each) + typedef DocumentMapTypacf:4db6:5e0b:f386:43a5:35d7:718d:3c8biterator iterator; - typedef XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bocumentMapTypacf:4db6:5e0b:f386:43a5:35d7:718d:3c8biterator Iterator; + MemoryManager& theManager = getMemoryManager(); - MemoryManagerType& theManager = getMemoryManager(); - - for ( Iterator i = m_documentMap.begin(); i != m_documentMap.end(); ++i) + for (iterator i = m_documentMap.begin(); i != m_documentMap.end(); ++i) { - assert( (*i).second != 0); - - (*i).second->~XalanSourceTreeDocument(); + assert((*i).second != 0); - theManager.deallocate((*i).second); + XalanDestroy( + theManager, + *(*i).second); (*i).second = 0; - } m_documentMap.clear(); - m_xercesParserLiaison.reset(); + m_xercesParserLiaison.reset(); } @@ -514,26 +511,26 @@ ExecutionContext* XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetExecutionContext() const { - return m_xercesParserLiaison.getExecutionContext(); + return m_xercesParserLiaison.getExecutionContext(); } void -XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsetExecutionContext(ExecutionContext& theContext) +XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsetExecutionContext(ExecutionContext& theContext) { - m_xercesParserLiaison.setExecutionContext(theContext); + m_xercesParserLiaison.setExecutionContext(theContext); } void XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bparseXMLStream( - const InputSourceType& inputSource, - DocumentHandlerType& handler, - const XalanDOMString& identifier) + const InputSourceType& inputSource, + DocumentHandlerType& handler, + const XalanDOMString& identifier) { - m_xercesParserLiaison.parseXMLStream(inputSource, handler, identifier); + m_xercesParserLiaison.parseXMLStream(inputSource, handler, identifier); } @@ -541,123 +538,128 @@ void XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bnsureReader() { - if (m_xmlReader == 0) - { - m_xmlReader = createReader(); - } - - const bool fValidate = m_xercesParserLiaison.getUseValidation(); - - if (fValidate == false) - { - m_xmlReader->setFeature( - s_validationString, - false); - - m_xmlReader->setFeature( - s_schemaString, - false); - } - else - { - m_xmlReader->setFeature( - s_dynamicValidationString, - true); - - m_xmlReader->setFeature( - s_schemaString, - true); - } - - ErrorHandlerType* const theHandler = getErrorHandler(); - - if (theHandler == 0) - { - m_xmlReader->setErrorHandler(&m_xercesParserLiaison); - } - else - { - m_xmlReader->setErrorHandler(theHandler); - } - - m_xmlReader->setEntityResolver(getEntityResolver()); - - { - const XalanDOMChar* const theLocation = - getExternalSchemaLocation(); - - if (theLocation != 0) - { - m_xmlReader->setProperty( - s_externalSchemaLocationString, + if (m_xmlReader == 0) + { + m_xmlReader = createReader(); + } + + const bool fValidate = + m_xercesParserLiaison.getUseValidation(); + + if (fValidate == false) + { + m_xmlReader->setFeature( + s_validationString, + false); + + m_xmlReader->setFeature( + s_schemaString, + false); + } + else + { + m_xmlReader->setFeature( + s_dynamicValidationString, + true); + + m_xmlReader->setFeature( + s_schemaString, + true); + } + + ErrorHandlerType* const theHandler = getErrorHandler(); + + if (theHandler == 0) + { + m_xmlReader->setErrorHandler(&m_xercesParserLiaison); + } + else + { + m_xmlReader->setErrorHandler(theHandler); + } + + m_xmlReader->setEntityResolver(getEntityResolver()); + + { + const XalanDOMChar* const theLocation = + getExternalSchemaLocation(); + + if (theLocation != 0) + { + m_xmlReader->setProperty( + s_externalSchemaLocationString, #if defined(XALAN_OLD_STYLE_CASTS) - (void*)theLocation); + (void*)theLocation); #else - const_cast<XalanDOMChar*>(theLocation)); + const_cast<XalanDOMChar*>(theLocation)); #endif - } - } + } + } + + { + const XalanDOMChar* const theLocation = + getExternalNoNamespaceSchemaLocation(); - { - const XalanDOMChar* const theLocation = - getExternalNoNamespaceSchemaLocation(); - - if (theLocation != 0) - { - m_xmlReader->setProperty( - s_externalNoNamespaceSchemaLocationString, + if (theLocation != 0) + { + m_xmlReader->setProperty( + s_externalNoNamespaceSchemaLocationString, #if defined(XALAN_OLD_STYLE_CASTS) - (void*)theLocation); + (void*)theLocation); #else - const_cast<XalanDOMChar*>(theLocation)); + const_cast<XalanDOMChar*>(theLocation)); #endif - } - } + } + } } XalanDocument* XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bparseXMLStream( - const InputSourceType& inputSource, - const XalanDOMString& identifier) + const InputSourceType& inputSource, + const XalanDOMString& identifier) { - XalanSourceTreeContentHandler theContentHandler( getMemoryManager(), createXalanSourceTreeDocument()); + XalanSourceTreeDocument* const theDocument = + createXalanSourceTreeDocument(); + + EnsureDestroyDocument theGuard( + *this, + theDocument); - parseXMLStream( - inputSource, - theContentHandler, - identifier, - &theContentHandler, - &theContentHandler); + XalanSourceTreeContentHandler theContentHandler( + getMemoryManager(), + theDocument); - return theContentHandler.getDocument(); + parseXMLStream( + inputSource, + theContentHandler, + identifier, + &theContentHandler, + &theContentHandler); + + return theGuard.release(); } void -XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bstroyDocument(XalanDocument* theDocument) +XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bstroyDocument(XalanDocument* theDocument) { - if (mapDocument(theDocument) != 0) - { - m_documentMap.erase(theDocument); - - if( theDocument!= 0 ) - { - theDocument->~XalanDocument(); - - MemoryManagerType& theManager = m_documentMap.getMemoryManager(); + if (mapDocument(theDocument) != 0) + { + m_documentMap.erase(theDocument); - theManager.deallocate(theDocument); + assert(theDocument != 0); - } - - } - else - { - m_xercesParserLiaison.destroyDocument(theDocument); - } + XalanDestroy( + m_documentMap.getMemoryManager(), + *theDocument); + } + else + { + m_xercesParserLiaison.destroyDocument(theDocument); + } } @@ -665,15 +667,15 @@ int XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetIndent() const { - return m_xercesParserLiaison.getIndent(); + return m_xercesParserLiaison.getIndent(); } void -XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsetIndent(int i) +XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsetIndent(int i) { - m_xercesParserLiaison.setIndent(i); + m_xercesParserLiaison.setIndent(i); } @@ -681,21 +683,21 @@ bool XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetUseValidation() const { - return m_xercesParserLiaison.getUseValidation(); + return m_xercesParserLiaison.getUseValidation(); } void -XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsetUseValidation(bool b) +XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsetUseValidation(bool b) { - m_xercesParserLiaison.setUseValidation(b); + m_xercesParserLiaison.setUseValidation(b); } const XalanDOMString& -XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetParserDescription(XalanDOMString& theResult) const +XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetParserDescription(XalanDOMString& theResult) const { theResult.assign("XalanSourceTree"); @@ -706,23 +708,23 @@ void XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bparseXMLStream( - const InputSourceType& theInputSource, - ContentHandlerType& theContentHandler, - const XalanDOMString& /* theIdentifier */, - DTDHandlerType* theDTDHandler, - LexicalHandlerType* theLexicalHandler) + const InputSourceType& theInputSource, + ContentHandlerType& theContentHandler, + const XalanDOMString& /* theIdentifier */, + DTDHandlerType* theDTDHandler, + LexicalHandlerType* theLexicalHandler) { - ensureReader(); + ensureReader(); - assert(m_xmlReader != 0); + assert(m_xmlReader != 0); - m_xmlReader->setContentHandler(&theContentHandler); + m_xmlReader->setContentHandler(&theContentHandler); - m_xmlReader->setDTDHandler(theDTDHandler); + m_xmlReader->setDTDHandler(theDTDHandler); - m_xmlReader->setLexicalHandler(theLexicalHandler); + m_xmlReader->setLexicalHandler(theLexicalHandler); - m_xmlReader->parse(theInputSource); + m_xmlReader->parse(theInputSource); } @@ -730,7 +732,7 @@ DOMDocument_Type* XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8breateDOMFactory() { - return m_xercesParserLiaison.createDOMFactory(); + return m_xercesParserLiaison.createDOMFactory(); } @@ -738,7 +740,7 @@ void XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bstroyDocument(DOMDocument_Type* theDocument) { - m_xercesParserLiaison.destroyDocument(theDocument); + m_xercesParserLiaison.destroyDocument(theDocument); } @@ -746,15 +748,15 @@ bool XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetIncludeIgnorableWhitespace() const { - return m_xercesParserLiaison.getIncludeIgnorableWhitespace(); + return m_xercesParserLiaison.getIncludeIgnorableWhitespace(); } void -XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsetIncludeIgnorableWhitespace(bool include) +XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsetIncludeIgnorableWhitespace(bool include) { - m_xercesParserLiaison.setIncludeIgnorableWhitespace(include); + m_xercesParserLiaison.setIncludeIgnorableWhitespace(include); } @@ -762,15 +764,15 @@ ErrorHandlerType* XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetErrorHandler() const { - return m_xercesParserLiaison.getErrorHandler(); + return m_xercesParserLiaison.getErrorHandler(); } void -XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsetErrorHandler(ErrorHandlerType* handler) +XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsetErrorHandler(ErrorHandlerType* handler) { - m_xercesParserLiaison.setErrorHandler(handler); + m_xercesParserLiaison.setErrorHandler(handler); } @@ -778,15 +780,15 @@ bool XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetDoNamespaces() const { - return m_xercesParserLiaison.getDoNamespaces(); + return m_xercesParserLiaison.getDoNamespaces(); } void -XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsetDoNamespaces(bool newState) +XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsetDoNamespaces(bool newState) { - m_xercesParserLiaison.setDoNamespaces(newState); + m_xercesParserLiaison.setDoNamespaces(newState); } @@ -794,15 +796,15 @@ bool XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetExitOnFirstFatalError() const { - return m_xercesParserLiaison.getExitOnFirstFatalError(); + return m_xercesParserLiaison.getExitOnFirstFatalError(); } void -XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsetExitOnFirstFatalError(bool newState) +XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsetExitOnFirstFatalError(bool newState) { - m_xercesParserLiaison.setExitOnFirstFatalError(newState); + m_xercesParserLiaison.setExitOnFirstFatalError(newState); } @@ -810,15 +812,15 @@ EntityResolverType* XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetEntityResolver() const { - return m_xercesParserLiaison.getEntityResolver(); + return m_xercesParserLiaison.getEntityResolver(); } void -XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsetEntityResolver(EntityResolverType* resolver) +XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsetEntityResolver(EntityResolverType* resolver) { - m_xercesParserLiaison.setEntityResolver(resolver); + m_xercesParserLiaison.setEntityResolver(resolver); } @@ -826,15 +828,15 @@ const XalanDOMChar* XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetExternalSchemaLocation() const { - return m_xercesParserLiaison.getExternalSchemaLocation(); + return m_xercesParserLiaison.getExternalSchemaLocation(); } void -XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsetExternalSchemaLocation(const XalanDOMChar* location) +XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsetExternalSchemaLocation(const XalanDOMChar* location) { - m_xercesParserLiaison.setExternalSchemaLocation(location); + m_xercesParserLiaison.setExternalSchemaLocation(location); } @@ -842,26 +844,26 @@ const XalanDOMChar* XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetExternalNoNamespaceSchemaLocation() const { - return m_xercesParserLiaison.getExternalNoNamespaceSchemaLocation(); + return m_xercesParserLiaison.getExternalNoNamespaceSchemaLocation(); } void -XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsetExternalNoNamespaceSchemaLocation(const XalanDOMChar* location) +XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsetExternalNoNamespaceSchemaLocation(const XalanDOMChar* location) { - m_xercesParserLiaison.setExternalNoNamespaceSchemaLocation(location); + m_xercesParserLiaison.setExternalNoNamespaceSchemaLocation(location); } XalanSourceTreeDocument* -XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bmapDocument(const XalanDocument* theDocument) const +XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bmapDocument(const XalanDocument* theDocument) const { - DocumentMapTypacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bconst_iterator i = - m_documentMap.find(theDocument); + DocumentMapTypacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bconst_iterator i = + m_documentMap.find(theDocument); - return i != m_documentMap.end() ? (*i).second : 0; + return i != m_documentMap.end() ? (*i).second : 0; } @@ -869,12 +871,12 @@ XalanSourceTreeDocument* XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8breateXalanSourceTreeDocument() { - XalanSourceTreeDocument* const theNewDocument = - XalanSourceTreeDocumentacf:4db6:5e0b:f386:43a5:35d7:718d:3c8breate( getMemoryManager(), m_poolAllText); + XalanSourceTreeDocument* const theNewDocument = + XalanSourceTreeDocumentacf:4db6:5e0b:f386:43a5:35d7:718d:3c8breate(getMemoryManager(), m_poolAllText); - m_documentMap[theNewDocument] = theNewDocument; + m_documentMap[theNewDocument] = theNewDocument; - return theNewDocument; + return theNewDocument; } @@ -882,17 +884,21 @@ SAX2XMLReaderType* XalanSourceTreeParserLiaisonacf:4db6:5e0b:f386:43a5:35d7:718d:3c8breateReader() { - XalanAutoPtr<SAX2XMLReaderType> theReader(XERCES_CPP_NAMESPACE_QUALIFIER XMLReaderFactoryacf:4db6:5e0b:f386:43a5:35d7:718d:3c8breateXMLReader( &(getMemoryManager()))); + XALAN_USING_XERCES(XMLReaderFactory) + + typedef XalanAutoPtr<SAX2XMLReaderType> AutoPtrType; + + AutoPtrType theReader(XMLReaderFactoryacf:4db6:5e0b:f386:43a5:35d7:718d:3c8breateXMLReader(&getMemoryManager())); - theReader->setFeature( - s_namespacesString, - true); + theReader->setFeature( + s_namespacesString, + true); - theReader->setFeature( - s_namespacePrefixesString, - true); + theReader->setFeature( + s_namespacePrefixesString, + true); - return theReader.release(); + return theReader.release(); } Modified: xalan/c/trunk/src/xalanc/XalanSourceTree/XalanSourceTreeParserLiaison.hpp URL: http://svn.apache.org/viewcvs/xalan/c/trunk/src/xalanc/XalanSourceTree/XalanSourceTreeParserLiaison.hpp?rev=392078&r1=392077&r2=392078&view=diff ============================================================================== --- xalan/c/trunk/src/xalanc/XalanSourceTree/XalanSourceTreeParserLiaison.hpp (original) +++ xalan/c/trunk/src/xalanc/XalanSourceTree/XalanSourceTreeParserLiaison.hpp Thu Apr 6 14:14:25 2006 @@ -47,10 +47,10 @@ -typedef XERCES_CPP_NAMESPACE_QUALIFIER ContentHandler ContentHandlerType; -typedef XERCES_CPP_NAMESPACE_QUALIFIER DTDHandler DTDHandlerType; -typedef XERCES_CPP_NAMESPACE_QUALIFIER LexicalHandler LexicalHandlerType; -typedef XERCES_CPP_NAMESPACE_QUALIFIER SAX2XMLReader SAX2XMLReaderType; +typedef XERCES_CPP_NAMESPACE_QUALIFIER ContentHandler ContentHandlerType; +typedef XERCES_CPP_NAMESPACE_QUALIFIER DTDHandler DTDHandlerType; +typedef XERCES_CPP_NAMESPACE_QUALIFIER LexicalHandler LexicalHandlerType; +typedef XERCES_CPP_NAMESPACE_QUALIFIER SAX2XMLReader SAX2XMLReaderType; @@ -59,21 +59,21 @@ public: - /** - * Construct a XalanSourceTreeParserLiaison instance. - * - * @param theSupport instance of DOMSupport object - * - * @deprecated This constructor is deprecated. Use the next constructor instead. - */ - XalanSourceTreeParserLiaison( + /** + * Construct a XalanSourceTreeParserLiaison instance. + * + * @param theSupport instance of DOMSupport object + * + * @deprecated This constructor is deprecated. Use the next constructor instead. + */ + XalanSourceTreeParserLiaison( XalanSourceTreeDOMSupport& theSupport, MemoryManagerType& theManager XALAN_DEFAULT_MEMMGR); - /** - * Construct a XalanSourceTreeParserLiaison instance. - */ - XalanSourceTreeParserLiaison(MemoryManagerType& theManager XALAN_DEFAULT_MEMMGR); + /** + * Construct a XalanSourceTreeParserLiaison instance. + */ + XalanSourceTreeParserLiaison(MemoryManagerType& theManager XALAN_DEFAULT_MEMMGR); MemoryManagerType& getMemoryManager() @@ -81,323 +81,322 @@ return m_documentMap.getMemoryManager(); } - virtual - ~XalanSourceTreeParserLiaison(); + virtual + ~XalanSourceTreeParserLiaison(); - /** - * Get the value of the flag which determines if the data of all - * text nodes are pooled, or just whitespace text nodes. - * - * @return true if the data of all text nodes are pooled, false otherwise. - */ - bool - getPoolAllText() const - { - return m_poolAllText; - } - - /** - * Set the value of the flag which determines if the data of all - * text nodes are pooled, or just whitespace text nodes. - * - * @param fValue The new value for the flag. - */ - void - setPoolAllText(bool fValue) - { - m_poolAllText = fValue; - } - - // These interfaces are inherited from XMLParserLiaison... - - virtual void - reset(); - - virtual ExecutionContext* - getExecutionContext() const; - - virtual void - setExecutionContext(ExecutionContext& theContext); - - virtual XalanDocument* - parseXMLStream( - const InputSourceType& reader, - const XalanDOMString& identifier = XalanDOMString(XalanMemMgrsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetDummyMemMgr())); - - virtual void - parseXMLStream( - const InputSourceType& inputSource, - DocumentHandlerType& handler, - const XalanDOMString& identifier = XalanDOMString(XalanMemMgrsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetDummyMemMgr())); - - virtual void - destroyDocument(XalanDocument* theDocument); - - virtual int - getIndent() const; - - virtual void - setIndent(int i); - - virtual bool - getUseValidation() const; - - virtual void - setUseValidation(bool b); - - virtual const XalanDOMString& - getParserDescription(XalanDOMString& theResult) const; - - virtual EntityResolverType* - getEntityResolver() const; - - virtual void - setEntityResolver(EntityResolverType* resolver); - - - // These interfaces are new to XalanSourceTreeParserLiaison... - - /** - * Parse using a SAX2 ContentHandler, DTDHandler, and LexicalHandler. - * - * @param theInputSource The input source for the parser - * @param theContentHandler The ContentHandler to use - * @param theDTDHandler The DTDHandler to use. May be null. - * @param theLexicalHandler The LexicalHandler to use. May be null. - * @param identifier Used for error reporting only. - */ - virtual void - parseXMLStream( - const InputSourceType& theInputSource, - ContentHandlerType& theContentHandler, - const XalanDOMString& theIdentifier, - DTDHandlerType* theDTDHandler = 0, - LexicalHandlerType* theLexicalHandler = 0 - ); - - virtual DOMDocument_Type* - createDOMFactory(); - - virtual void - destroyDocument(DOMDocument_Type* theDocument); - - /** Get the 'include ignorable whitespace' flag. - * - * This method returns the state of the parser's include ignorable - * whitespace flag. - * - * @return 'true' if the include ignorable whitespace flag is set on - * the parser, 'false' otherwise. - * - * @see #setIncludeIgnorableWhitespace - */ - virtual bool - getIncludeIgnorableWhitespace() const; - - /** Set the 'include ignorable whitespace' flag - * - * This method allows the user to specify whether a validating parser - * should include ignorable whitespaces as text nodes. It has no effect - * on non-validating parsers which always include non-markup text. - * <p>When set to true (also the default), ignorable whitespaces will be - * added to the DOM tree as text nodes. The method - * DOM_Textacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bisIgnorableWhitespace() will return true for those text - * nodes only. - * <p>When set to false, all ignorable whitespace will be discarded and - * no text node is added to the DOM tree. Note: applications intended - * to process the "xml:space" attribute should not set this flag to false. - * - * @param include The new state of the include ignorable whitespace - * flag. - * - * @see #getIncludeIgnorableWhitespace - */ - virtual void - setIncludeIgnorableWhitespace(bool include); - - /** - * This method returns the installed error handler. - * - * @return A pointer to the installed error handler object. - */ - virtual ErrorHandlerType* - getErrorHandler() const; - - /** - * This method installs the user specified error handler on - * the parser. - * - * @param handler A pointer to the error handler to be called - * when the parser comes across 'error' events - * as per the SAX specification. - * - * @see Parser#setErrorHandler - */ - virtual void - setErrorHandler(ErrorHandlerType* handler); - - /** - * This method returns the state of the parser's namespace - * handling capability. - * - * @return true, if the parser is currently configured to - * understand namespaces, false otherwise. - * - * @see #setDoNamespaces - */ - virtual bool - getDoNamespaces() const; - - /** - * This method allows users to enable or disable the parser's - * namespace processing. When set to true, parser starts enforcing - * all the constraints / rules specified by the NameSpace - * specification. - * - * <p>The parser's default state is: false.</p> - * - * <p>This flag is ignored by the underlying scanner if the installed - * validator indicates that namespace constraints should be - * enforced.</p> - * - * @param newState The value specifying whether NameSpace rules should - * be enforced or not. - * - * @see #getDoNamespaces - */ - virtual void - setDoNamespaces(bool newState); - - /** - * This method returns the state of the parser's - * exit-on-First-Fatal-Error flag. - * - * @return true, if the parser is currently configured to - * exit on the first fatal error, false otherwise. - * - * @see #setExitOnFirstFatalError - */ - virtual bool - getExitOnFirstFatalError() const; - - /** - * This method allows users to set the parser's behaviour when it - * encounters the first fatal error. If set to true, the parser - * will exit at the first fatal error. If false, then it will - * report the error and continue processing. - * - * <p>The default value is 'true' and the parser exits on the - * first fatal error.</p> - * - * @param newState The value specifying whether the parser should - * continue or exit when it encounters the first - * fatal error. - * - * @see #getExitOnFirstFatalError - */ - virtual void - setExitOnFirstFatalError(bool newState); - - /** - * This method returns the location for an external schema document - * for parsing. - * - * @return A string representing the location of the external schema document - */ - virtual const XalanDOMChar* - getExternalSchemaLocation() const; - - /** - * This method sets the location for an external schema document - * for parsing. - * - * @param location A string representing the location of the external schema document - */ - virtual void - setExternalSchemaLocation(const XalanDOMChar* location); - - /** - * This method returns the location for an external schema document - * for parsing. - * - * @return A string representing the location of the external schema document - */ - virtual const XalanDOMChar* - getExternalNoNamespaceSchemaLocation() const; - - /** - * This method sets the location for an external schema document - * for parsing. - * - * @param location A string representing the location of the external schema document - */ - virtual void - setExternalNoNamespaceSchemaLocation(const XalanDOMChar* location); - - /** - * Map a pointer to a XalanDocument instance to its implementation - * class pointer. Normally, you should have no reason for doing - * this. The liaison will return a null pointer if it did not - * create the instance passed. - * - * @param theDocument A pointer to a XalanDocument instance. - * @return A pointer to the XalanSourceTreeDocument instance. - */ - XalanSourceTreeDocument* - mapDocument(const XalanDocument* theDocument) const; - - /** - * Create a XalanSourceTreeDocument instance. - * - * @return A pointer to the XalanSourceTreeDocument instance. - */ - XalanSourceTreeDocument* - createXalanSourceTreeDocument(); + /** + * Get the value of the flag which determines if the data of all + * text nodes are pooled, or just whitespace text nodes. + * + * @return true if the data of all text nodes are pooled, false otherwise. + */ + bool + getPoolAllText() const + { + return m_poolAllText; + } + + /** + * Set the value of the flag which determines if the data of all + * text nodes are pooled, or just whitespace text nodes. + * + * @param fValue The new value for the flag. + */ + void + setPoolAllText(bool fValue) + { + m_poolAllText = fValue; + } + + // These interfaces are inherited from XMLParserLiaison... + + virtual void + reset(); + + virtual ExecutionContext* + getExecutionContext() const; + + virtual void + setExecutionContext(ExecutionContext& theContext); + + virtual XalanDocument* + parseXMLStream( + const InputSourceType& reader, + const XalanDOMString& identifier = XalanDOMString(XalanMemMgrsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetDummyMemMgr())); + + virtual void + parseXMLStream( + const InputSourceType& inputSource, + DocumentHandlerType& handler, + const XalanDOMString& identifier = XalanDOMString(XalanMemMgrsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetDummyMemMgr())); + + virtual void + destroyDocument(XalanDocument* theDocument); + + virtual int + getIndent() const; + + virtual void + setIndent(int i); + + virtual bool + getUseValidation() const; + + virtual void + setUseValidation(bool b); + + virtual const XalanDOMString& + getParserDescription(XalanDOMString& theResult) const; + + virtual EntityResolverType* + getEntityResolver() const; + + virtual void + setEntityResolver(EntityResolverType* resolver); + + + // These interfaces are new to XalanSourceTreeParserLiaison... + + /** + * Parse using a SAX2 ContentHandler, DTDHandler, and LexicalHandler. + * + * @param theInputSource The input source for the parser + * @param theContentHandler The ContentHandler to use + * @param theDTDHandler The DTDHandler to use. May be null. + * @param theLexicalHandler The LexicalHandler to use. May be null. + * @param identifier Used for error reporting only. + */ + virtual void + parseXMLStream( + const InputSourceType& theInputSource, + ContentHandlerType& theContentHandler, + const XalanDOMString& theIdentifier, + DTDHandlerType* theDTDHandler = 0, + LexicalHandlerType* theLexicalHandler = 0); + + virtual DOMDocument_Type* + createDOMFactory(); + + virtual void + destroyDocument(DOMDocument_Type* theDocument); + + /** Get the 'include ignorable whitespace' flag. + * + * This method returns the state of the parser's include ignorable + * whitespace flag. + * + * @return 'true' if the include ignorable whitespace flag is set on + * the parser, 'false' otherwise. + * + * @see #setIncludeIgnorableWhitespace + */ + virtual bool + getIncludeIgnorableWhitespace() const; + + /** Set the 'include ignorable whitespace' flag + * + * This method allows the user to specify whether a validating parser + * should include ignorable whitespaces as text nodes. It has no effect + * on non-validating parsers which always include non-markup text. + * <p>When set to true (also the default), ignorable whitespaces will be + * added to the DOM tree as text nodes. The method + * DOM_Textacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bisIgnorableWhitespace() will return true for those text + * nodes only. + * <p>When set to false, all ignorable whitespace will be discarded and + * no text node is added to the DOM tree. Note: applications intended + * to process the "xml:space" attribute should not set this flag to false. + * + * @param include The new state of the include ignorable whitespace + * flag. + * + * @see #getIncludeIgnorableWhitespace + */ + virtual void + setIncludeIgnorableWhitespace(bool include); + + /** + * This method returns the installed error handler. + * + * @return A pointer to the installed error handler object. + */ + virtual ErrorHandlerType* + getErrorHandler() const; + + /** + * This method installs the user specified error handler on + * the parser. + * + * @param handler A pointer to the error handler to be called + * when the parser comes across 'error' events + * as per the SAX specification. + * + * @see Parser#setErrorHandler + */ + virtual void + setErrorHandler(ErrorHandlerType* handler); + + /** + * This method returns the state of the parser's namespace + * handling capability. + * + * @return true, if the parser is currently configured to + * understand namespaces, false otherwise. + * + * @see #setDoNamespaces + */ + virtual bool + getDoNamespaces() const; + + /** + * This method allows users to enable or disable the parser's + * namespace processing. When set to true, parser starts enforcing + * all the constraints / rules specified by the NameSpace + * specification. + * + * <p>The parser's default state is: false.</p> + * + * <p>This flag is ignored by the underlying scanner if the installed + * validator indicates that namespace constraints should be + * enforced.</p> + * + * @param newState The value specifying whether NameSpace rules should + * be enforced or not. + * + * @see #getDoNamespaces + */ + virtual void + setDoNamespaces(bool newState); + + /** + * This method returns the state of the parser's + * exit-on-First-Fatal-Error flag. + * + * @return true, if the parser is currently configured to + * exit on the first fatal error, false otherwise. + * + * @see #setExitOnFirstFatalError + */ + virtual bool + getExitOnFirstFatalError() const; + + /** + * This method allows users to set the parser's behaviour when it + * encounters the first fatal error. If set to true, the parser + * will exit at the first fatal error. If false, then it will + * report the error and continue processing. + * + * <p>The default value is 'true' and the parser exits on the + * first fatal error.</p> + * + * @param newState The value specifying whether the parser should + * continue or exit when it encounters the first + * fatal error. + * + * @see #getExitOnFirstFatalError + */ + virtual void + setExitOnFirstFatalError(bool newState); + + /** + * This method returns the location for an external schema document + * for parsing. + * + * @return A string representing the location of the external schema document + */ + virtual const XalanDOMChar* + getExternalSchemaLocation() const; + + /** + * This method sets the location for an external schema document + * for parsing. + * + * @param location A string representing the location of the external schema document + */ + virtual void + setExternalSchemaLocation(const XalanDOMChar* location); + + /** + * This method returns the location for an external schema document + * for parsing. + * + * @return A string representing the location of the external schema document + */ + virtual const XalanDOMChar* + getExternalNoNamespaceSchemaLocation() const; + + /** + * This method sets the location for an external schema document + * for parsing. + * + * @param location A string representing the location of the external schema document + */ + virtual void + setExternalNoNamespaceSchemaLocation(const XalanDOMChar* location); + + /** + * Map a pointer to a XalanDocument instance to its implementation + * class pointer. Normally, you should have no reason for doing + * this. The liaison will return a null pointer if it did not + * create the instance passed. + * + * @param theDocument A pointer to a XalanDocument instance. + * @return A pointer to the XalanSourceTreeDocument instance. + */ + XalanSourceTreeDocument* + mapDocument(const XalanDocument* theDocument) const; + + /** + * Create a XalanSourceTreeDocument instance. + * + * @return A pointer to the XalanSourceTreeDocument instance. + */ + XalanSourceTreeDocument* + createXalanSourceTreeDocument(); - typedef XalanMap<const XalanDocument*, - XalanSourceTreeDocument*> DocumentMapType; + typedef XalanMap<const XalanDocument*, + XalanSourceTreeDocument*> DocumentMapType; protected: - virtual SAX2XMLReaderType* - createReader(); + virtual SAX2XMLReaderType* + createReader(); private: - void - ensureReader(); + void + ensureReader(); - // Not implemented... - XalanSourceTreeParserLiaison(const XalanSourceTreeParserLiaison&); + // Not implemented... + XalanSourceTreeParserLiaison(const XalanSourceTreeParserLiaison&); - XalanSourceTreeParserLiaison& - operator=(const XalanSourceTreeParserLiaison&); + XalanSourceTreeParserLiaison& + operator=(const XalanSourceTreeParserLiaison&); - // Data members... - XercesParserLiaison m_xercesParserLiaison; + // Data members... + XercesParserLiaison m_xercesParserLiaison; - DocumentMapType m_documentMap; + DocumentMapType m_documentMap; - bool m_poolAllText; + bool m_poolAllText; - SAX2XMLReaderType* m_xmlReader; + SAX2XMLReaderType* m_xmlReader; - static const XalanDOMChar s_validationString[]; + static const XalanDOMChar s_validationString[]; - static const XalanDOMChar s_dynamicValidationString[]; + static const XalanDOMChar s_dynamicValidationString[]; - static const XalanDOMChar s_namespacesString[]; + static const XalanDOMChar s_namespacesString[]; - static const XalanDOMChar s_namespacePrefixesString[]; + static const XalanDOMChar s_namespacePrefixesString[]; - static const XalanDOMChar s_schemaString[]; + static const XalanDOMChar s_schemaString[]; - static const XalanDOMChar s_externalSchemaLocationString[]; + static const XalanDOMChar s_externalSchemaLocationString[]; - static const XalanDOMChar s_externalNoNamespaceSchemaLocationString[]; + static const XalanDOMChar s_externalNoNamespaceSchemaLocationString[]; }; @@ -406,4 +405,4 @@ -#endif // XALANSOURCETREEPARSERLIAISON_HEADER_GUARD_1357924680 +#endif // XALANSOURCETREEPARSERLIAISON_HEADER_GUARD_1357924680 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Apr 19 15:36:21 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90853 invoked from network); 19 Apr 2006 15:36:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Apr 2006 15:36:20 -0000 Received: (qmail 71642 invoked by uid 500); 19 Apr 2006 15:36:16 -0000 Delivered-To: [email protected] Received: (qmail 71514 invoked by uid 500); 19 Apr 2006 15:36:16 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: <[email protected]> List-Id: <xalan-cvs.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 71346 invoked by uid 99); 19 Apr 2006 15:36:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Apr 2006 08:36:15 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 19 Apr 2006 08:36:14 -0700 Received: (qmail 90654 invoked by uid 65534); 19 Apr 2006 15:35:53 -0000 Message-ID: <[email protected]> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r395273 - /xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/InternalError.java Date: Wed, 19 Apr 2006 15:35:53 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: zongaro Date: Wed Apr 19 08:35:51 2006 New Revision: 395273 URL: http://svn.apache.org/viewcvs?rev=395273&view=rev Log: Part of patch for XALANJ-1324 and others. Error class used to report internal errors in XSLTC. Instances of this class should only be thrown if XSLTC reaches some unexpected, inconsistent internal state from which it is unable to recover. Patch reviewed by Christine Li and Erin Harris. Added: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/InternalError.java Added: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/InternalError.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/InternalError.java?rev=395273&view=auto ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/InternalError.java (added) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/InternalError.java Wed Apr 19 08:35:51 2006 @@ -0,0 +1,34 @@ +/* + * Copyright 2006 The Apache Software Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +/* + * $Id$ + */ + +package org.apache.xalan.xsltc.compiler.util; + +/** + * Marks a class of errors in which XSLTC has reached some incorrect internal + * state from which it cannot recover. + */ +public class InternalError extends Error { + /** + * Construct an <code>InternalError</code> with the specified error message. + * @param msg the error message + */ + public InternalError(String msg) { + super(msg); + } +} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Apr 19 15:37:31 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91720 invoked from network); 19 Apr 2006 15:37:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Apr 2006 15:37:26 -0000 Received: (qmail 74365 invoked by uid 500); 19 Apr 2006 15:37:20 -0000 Delivered-To: [email protected] Received: (qmail 74342 invoked by uid 500); 19 Apr 2006 15:37:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: <[email protected]> List-Id: <xalan-cvs.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 74331 invoked by uid 99); 19 Apr 2006 15:37:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Apr 2006 08:37:20 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 19 Apr 2006 08:37:19 -0700 Received: (qmail 91179 invoked by uid 65534); 19 Apr 2006 15:36:43 -0000 Message-ID: <[email protected]> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r395275 - in /xalan/java/trunk/src/org/apache/xalan/xsltc/compiler: SyntaxTreeNode.java util/MarkerInstruction.java util/OutlineableChunkEnd.java util/OutlineableChunkStart.java Date: Wed, 19 Apr 2006 15:36:41 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: zongaro Date: Wed Apr 19 08:36:40 2006 New Revision: 395275 URL: http://svn.apache.org/viewcvs?rev=395275&view=rev Log: Part of patch for XALANJ-1324 and others. Creating new marker instructions (OutlineableChunkStart, OutlineableChunkEnd and their base class, MarkerInstruction). In SyntaxTreeNode.translateContents, before and after generating code for the content of an XSLT element, added references to MethodGenerator.markChunkStart and MethodGenerator.markChunkEnd, respectively, to assist method splitting and outlining. These mark the boundaries of logical chunks of the generated byte code that are eligible for outlining using MarkerInstructions. Generated code should not branch out of or into such chunks of code. See org.apache.xalan.xsltc.compiler.util.MethodGenerator.outlineChunks for more information. Patch reviewed by Christine Li and Erin Harris. Added: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/MarkerInstruction.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/OutlineableChunkEnd.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/OutlineableChunkStart.java Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java?rev=395275&r1=395274&r2=395275&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java Wed Apr 19 08:36:40 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2004 The Apache Software Foundation. + * Copyright 2001-2006 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -33,6 +33,7 @@ import org.apache.bcel.generic.INVOKEINTERFACE; import org.apache.bcel.generic.INVOKESPECIAL; import org.apache.bcel.generic.INVOKEVIRTUAL; +import org.apache.bcel.generic.InstructionHandle; import org.apache.bcel.generic.InstructionList; import org.apache.bcel.generic.NEW; import org.apache.bcel.generic.NEWARRAY; @@ -496,25 +497,28 @@ * @param methodGen BCEL Java method generator */ protected void translateContents(ClassGenerator classGen, - MethodGenerator methodGen) { - // Call translate() on all child nodes - final int n = elementCount(); - for (int i = 0; i < n; i++) { - final SyntaxTreeNode item = (SyntaxTreeNode)_contents.elementAt(i); - item.translate(classGen, methodGen); - } - - // After translation, unmap any registers for any variables/parameters - // that were declared in this scope. Performing this unmapping in the - // same AST scope as the declaration deals with the problems of - // references falling out-of-scope inside the for-each element. - // (the cause of which being 'lazy' register allocation for references) - for (int i = 0; i < n; i++) { - if( _contents.elementAt(i) instanceof VariableBase) { - final VariableBase var = (VariableBase)_contents.elementAt(i); - var.unmapRegister(methodGen); - } - } + MethodGenerator methodGen) { + // Call translate() on all child nodes + final int n = elementCount(); + + for (int i = 0; i < n; i++) { + methodGen.markChunkStart(); + final SyntaxTreeNode item = (SyntaxTreeNode)_contents.elementAt(i); + item.translate(classGen, methodGen); + methodGen.markChunkEnd(); + } + + // After translation, unmap any registers for any variables/parameters + // that were declared in this scope. Performing this unmapping in the + // same AST scope as the declaration deals with the problems of + // references falling out-of-scope inside the for-each element. + // (the cause of which being 'lazy' register allocation for references) + for (int i = 0; i < n; i++) { + if( _contents.elementAt(i) instanceof VariableBase) { + final VariableBase var = (VariableBase)_contents.elementAt(i); + var.unmapRegister(methodGen); + } + } } /** Added: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/MarkerInstruction.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/MarkerInstruction.java?rev=395275&view=auto ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/MarkerInstruction.java (added) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/MarkerInstruction.java Wed Apr 19 08:36:40 2006 @@ -0,0 +1,95 @@ +/* + * Copyright 2006 The Apache Software Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +/* + * $Id$ + */ + +package org.apache.xalan.xsltc.compiler.util; + +import java.io.DataOutputStream; +import java.io.IOException; + +import org.apache.bcel.Constants; +import org.apache.bcel.generic.ConstantPoolGen; +import org.apache.bcel.generic.Instruction; +import org.apache.bcel.generic.Visitor; + +/** + * A special abstract dummy subclass of + * {@link org.apache.bcel.generic.Instruction} used to mark locations of + * interest in an {@link org.apache.bcel.generic.InstructionList}. It and + * its subclasses are only used as placeholders, and do not contribute to the + * actual byte code instruction stream. + */ +abstract class MarkerInstruction extends Instruction { + /** + * Zero-argument constructor. Sets the opcode to an invalid value and + * sets the length to zero, as it will not be written as part of the + * generated byte code. + */ + public MarkerInstruction() { + super(Constants.UNDEFINED, (short) 0); + } + + /** + * {@link org.apache.bcel.generic.Visitor}s will know nothing about this + * kind of {@link org.apche.bcel.generic.Instruction}, so this method does + * nothing. + */ + public void accept(Visitor v) { + } + + /** + * The number of JVM stack entries consumed by the instruction. + * This instruction is just a place holder, so it does not consume any + * stack entries. + * @param cpg The {@link org.apache.bcel.generic.ConstantPoolGen} for the + * current {@link org.apache.bcel.generic.ClassGen} + * @return <code>0</code> always + */ + final public int consumeStack(ConstantPoolGen cpg) { + return 0; + } + /** + * The number of JVM stack entries produced by the instruction. + * This instruction is just a place holder, so it does not produce any + * stack entries. + * @param cpg The {@link org.apache.bcel.generic.ConstantPoolGen} for the + * current {@link org.apache.bcel.generic.ClassGen} + * @return <code>0</code> always + */ + final public int produceStack(ConstantPoolGen cpg) { + return 0; + } + + /** + * Produce a copy of the instruction. By default a + * {@link MarkerInstruction} has no parameters, so the base implementation + * of {@link #copy()} returns the instruction itself. + * @return The instruction itself. + */ + public Instruction copy() { + return this; + } + /** + * Dump instruction as byte code to stream out. A {@link MarkerInstruction} + * has no effect on the generated byte code so it is never emitted to the + * output stream. + * @param out Output stream + */ + final public void dump(DataOutputStream out) throws IOException { + } +} Added: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/OutlineableChunkEnd.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/OutlineableChunkEnd.java?rev=395275&view=auto ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/OutlineableChunkEnd.java (added) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/OutlineableChunkEnd.java Wed Apr 19 08:36:40 2006 @@ -0,0 +1,68 @@ +/* + * Copyright 2006 The Apache Software Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +/* + * $Id$ + */ + +package org.apache.xalan.xsltc.compiler.util; + +import org.apache.bcel.generic.Instruction; + +/** + * <p>Marks the end of a region of byte code that can be copied into a new + * method. See the {@link OutlineableChunkStart} pseudo-instruction for + * details.</p> + */ +class OutlineableChunkEnd extends MarkerInstruction { + /** + * A constant instance of {@link OutlineableChunkEnd}. As it has no fields, + * there should be no need to create an instance of this class. + */ + public static final Instruction OUTLINEABLECHUNKEND = + new OutlineableChunkEnd(); + + /** + * Private default constructor. As it has no fields, + * there should be no need to create an instance of this class. See + * {@link OutlineableChunkEnd#OUTLINEABLECHUNKEND}. + */ + private OutlineableChunkEnd() { + } + + /** + * Get the name of this instruction. Used for debugging. + * @return the instruction name + */ + public String getName() { + return OutlineableChunkEnd.class.getName(); + } + + /** + * Get the name of this instruction. Used for debugging. + * @return the instruction name + */ + public String toString() { + return getName(); + } + + /** + * Get the name of this instruction. Used for debugging. + * @return the instruction name + */ + public String toString(boolean verbose) { + return getName(); + } +} Added: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/OutlineableChunkStart.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/OutlineableChunkStart.java?rev=395275&view=auto ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/OutlineableChunkStart.java (added) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/OutlineableChunkStart.java Wed Apr 19 08:36:40 2006 @@ -0,0 +1,77 @@ +/* + * Copyright 2006 The Apache Software Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +/* + * $Id$ + */ + +package org.apache.xalan.xsltc.compiler.util; + +import org.apache.bcel.generic.Instruction; + +/** + * <p>This pseudo-instruction marks the beginning of a region of byte code that + * can be copied into a new method, termed an "outlineable" chunk. The size of + * the Java stack must be the same at the start of the region as it is at the + * end of the region, any value on the stack at the start of the region must not + * be consumed by an instruction in the region of code, the region must not + * contain a return instruction, no branch instruction in the region is + * permitted to have a target that is outside the region, and no branch + * instruction outside the region is permitted to have a target that is inside + * the region.</p> + * <p>The end of the region is marked by an {@link OutlineableChunkEnd} + * pseudo-instruction.</p> + * <p>Such a region of code may contain other outlineable regions.</p> + */ +class OutlineableChunkStart extends MarkerInstruction { + /** + * A constant instance of {@link OutlineableChunkStart}. As it has no fields, + * there should be no need to create an instance of this class. + */ + public static final Instruction OUTLINEABLECHUNKSTART = + new OutlineableChunkStart(); + + /** + * Private default constructor. As it has no fields, + * there should be no need to create an instance of this class. See + * {@link OutlineableChunkStart#OUTLINEABLECHUNKSTART}. + */ + private OutlineableChunkStart() { + } + + /** + * Get the name of this instruction. Used for debugging. + * @return the instruction name + */ + public String getName() { + return OutlineableChunkStart.class.getName(); + } + + /** + * Get the name of this instruction. Used for debugging. + * @return the instruction name + */ + public String toString() { + return getName(); + } + + /** + * Get the name of this instruction. Used for debugging. + * @return the instruction name + */ + public String toString(boolean verbose) { + return getName(); + } +} \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Apr 19 15:37:33 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91725 invoked from network); 19 Apr 2006 15:37:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Apr 2006 15:37:26 -0000 Received: (qmail 74442 invoked by uid 500); 19 Apr 2006 15:37:21 -0000 Delivered-To: [email protected] Received: (qmail 74421 invoked by uid 500); 19 Apr 2006 15:37:21 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: <[email protected]> List-Id: <xalan-cvs.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 74409 invoked by uid 99); 19 Apr 2006 15:37:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Apr 2006 08:37:21 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 19 Apr 2006 08:37:20 -0700 Received: (qmail 91276 invoked by uid 65534); 19 Apr 2006 15:36:52 -0000 Message-ID: <[email protected]> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r395276 - /xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Message.java Date: Wed, 19 Apr 2006 15:36:51 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: zongaro Date: Wed Apr 19 08:36:51 2006 New Revision: 395276 URL: http://svn.apache.org/viewcvs?rev=395276&view=rev Log: Part of patch for XALANJ-1324 and others. References to serializer methods in byte code generated for xsl:message were using virtual method invocation on ToXMLStream. This causes problems for method outlining, as the variable involved is marked as being of type SerializationHandler. If this part of a method is outlined, the value will be copied into the outlined method as a SerializationHandler, and the JVM's byte code verifier will report an VerifyError for the references to the virtual methods on ToXMLStream. Replaced virtual method references on ToXMLStream with equivalent interface method references on SerializationHandler. Though the performance could be slightly worse, performance is probably not of great importance for xsl:message. See org.apache.xalan.xsltc.compiler.util.MethodGenerator.outlineChunks for more information. Patch reviewed by Christine Li and Erin Harris. Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Message.java Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Message.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Message.java?rev=395276&r1=395275&r2=395276&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Message.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Message.java Wed Apr 19 08:36:51 2006 @@ -20,6 +20,7 @@ package org.apache.xalan.xsltc.compiler; import org.apache.bcel.generic.ConstantPoolGen; +import org.apache.bcel.generic.INVOKEINTERFACE; import org.apache.bcel.generic.INVOKESPECIAL; import org.apache.bcel.generic.INVOKEVIRTUAL; import org.apache.bcel.generic.InstructionList; @@ -93,36 +94,41 @@ // Invoke output.setWriter(STRING_WRITER) il.append(methodGen.loadHandler()); il.append(SWAP); - il.append(new INVOKEVIRTUAL( - cpg.addMethodref(OUTPUT_BASE, "setWriter", - "("+WRITER_SIG+")V"))); + il.append(new INVOKEINTERFACE( + cpg.addInterfaceMethodref(TRANSLET_OUTPUT_INTERFACE, + "setWriter", + "("+WRITER_SIG+")V"), 2)); // Invoke output.setEncoding("UTF-8") il.append(methodGen.loadHandler()); il.append(new PUSH(cpg, "UTF-8")); // other encodings? - il.append(new INVOKEVIRTUAL( - cpg.addMethodref(OUTPUT_BASE, "setEncoding", - "("+STRING_SIG+")V"))); + il.append(new INVOKEINTERFACE( + cpg.addInterfaceMethodref(TRANSLET_OUTPUT_INTERFACE, + "setEncoding", + "("+STRING_SIG+")V"), 2)); // Invoke output.setOmitXMLDeclaration(true) il.append(methodGen.loadHandler()); il.append(ICONST_1); - il.append(new INVOKEVIRTUAL( - cpg.addMethodref(OUTPUT_BASE, "setOmitXMLDeclaration", - "(Z)V"))); + il.append(new INVOKEINTERFACE( + cpg.addInterfaceMethodref(TRANSLET_OUTPUT_INTERFACE, + "setOmitXMLDeclaration", + "(Z)V"), 2)); il.append(methodGen.loadHandler()); - il.append(new INVOKEVIRTUAL( - cpg.addMethodref(OUTPUT_BASE, "startDocument", - "()V"))); + il.append(new INVOKEINTERFACE( + cpg.addInterfaceMethodref(TRANSLET_OUTPUT_INTERFACE, + "startDocument", + "()V"), 1)); // Inline translation of contents translateContents(classGen, methodGen); il.append(methodGen.loadHandler()); - il.append(new INVOKEVIRTUAL( - cpg.addMethodref(OUTPUT_BASE, "endDocument", - "()V"))); + il.append(new INVOKEINTERFACE( + cpg.addInterfaceMethodref(TRANSLET_OUTPUT_INTERFACE, + "endDocument", + "()V"), 1)); // Call toString() on StringWriter il.append(new INVOKEVIRTUAL( --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Apr 19 15:37:48 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91917 invoked from network); 19 Apr 2006 15:37:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Apr 2006 15:37:48 -0000 Received: (qmail 74747 invoked by uid 500); 19 Apr 2006 15:37:48 -0000 Delivered-To: [email protected] Received: (qmail 74722 invoked by uid 500); 19 Apr 2006 15:37:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: <[email protected]> List-Id: <xalan-cvs.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 74710 invoked by uid 99); 19 Apr 2006 15:37:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Apr 2006 08:37:47 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 19 Apr 2006 08:37:46 -0700 Received: (qmail 91620 invoked by uid 65534); 19 Apr 2006 15:37:18 -0000 Message-ID: <[email protected]> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r395274 - in /xalan/java/trunk/src/org/apache/xalan/xsltc/compiler: ./ util/ Date: Wed, 19 Apr 2006 15:36:25 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: zongaro Date: Wed Apr 19 08:36:22 2006 New Revision: 395274 URL: http://svn.apache.org/viewcvs?rev=395274&view=rev Log: Part of patch for XALANJ-1324 and others. Made changes to accurately annotate LocalVariableGen objects with the range of instructions over which the variable is actually alive. This is in support of method splitting and outlining. See org.apache.xalan.xsltc.compiler.util.MethodGenerator.outlineChunks for more information. Patch reviewed by Christine Li and Erin Harris. Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/AbsoluteLocationPath.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Copy.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/FilterExpr.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/FilteredAbsoluteLocationPath.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/FunctionCall.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Key.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/KeyCall.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Param.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/ParentPattern.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Step.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/StepPattern.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Variable.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/VariableBase.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/XslAttribute.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/XslElement.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/RealType.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/AbsoluteLocationPath.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/AbsoluteLocationPath.java?rev=395274&r1=395273&r2=395274&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/AbsoluteLocationPath.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/AbsoluteLocationPath.java Wed Apr 19 08:36:22 2006 @@ -102,13 +102,15 @@ LocalVariableGen relPathIterator = methodGen.addLocalVariable("abs_location_path_tmp", Util.getJCRefType(NODE_ITERATOR_SIG), - il.getEnd(), null); - il.append(new ASTORE(relPathIterator.getIndex())); + null, null); + relPathIterator.setStart( + il.append(new ASTORE(relPathIterator.getIndex()))); // Create new AbsoluteIterator il.append(new NEW(cpg.addClass(ABSOLUTE_ITERATOR))); il.append(DUP); - il.append(new ALOAD(relPathIterator.getIndex())); + relPathIterator.setEnd( + il.append(new ALOAD(relPathIterator.getIndex()))); // Initialize AbsoluteIterator with iterator from the stack il.append(new INVOKESPECIAL(initAI)); Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java?rev=395274&r1=395273&r2=395274&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java Wed Apr 19 08:36:22 2006 @@ -83,9 +83,9 @@ // absolute path pattern temporary methodGen.addLocalVariable2("apptmp", Util.getJCRefType(NODE_SIG), - il.getEnd()); + null); il.append(DUP); - il.append(new ISTORE(local.getIndex())); + local.setStart(il.append(new ISTORE(local.getIndex()))); _left.translate(classGen, methodGen); il.append(methodGen.loadDOM()); local.setEnd(il.append(new ILOAD(local.getIndex()))); Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Copy.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Copy.java?rev=395274&r1=395273&r2=395274&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Copy.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Copy.java Wed Apr 19 08:36:22 2006 @@ -80,11 +80,11 @@ final LocalVariableGen name = methodGen.addLocalVariable2("name", Util.getJCRefType(STRING_SIG), - il.getEnd()); + null); final LocalVariableGen length = methodGen.addLocalVariable2("length", Util.getJCRefType("I"), - il.getEnd()); + null); // Get the name of the node to copy and save for later il.append(methodGen.loadDOM()); @@ -98,14 +98,14 @@ + ")" + STRING_SIG); il.append(new INVOKEINTERFACE(cpy, 3)); il.append(DUP); - il.append(new ASTORE(name.getIndex())); + name.setStart(il.append(new ASTORE(name.getIndex()))); final BranchHandle ifBlock1 = il.append(new IFNULL(null)); // Get the length of the node name and save for later il.append(new ALOAD(name.getIndex())); final int lengthMethod = cpg.addMethodref(STRING_CLASS,"length","()I"); il.append(new INVOKEVIRTUAL(lengthMethod)); - il.append(new ISTORE(length.getIndex())); + length.setStart(il.append(new ISTORE(length.getIndex()))); // Copy in attribute sets if specified if (_useSets != null) { @@ -134,10 +134,10 @@ // Call the output handler's endElement() if we copied an element // (The DOM.shallowCopy() method calls startElement().) - il.append(new ILOAD(length.getIndex())); + length.setEnd(il.append(new ILOAD(length.getIndex()))); final BranchHandle ifBlock3 = il.append(new IFEQ(null)); il.append(methodGen.loadHandler()); - il.append(new ALOAD(name.getIndex())); + name.setEnd(il.append(new ALOAD(name.getIndex()))); il.append(methodGen.endElement()); final InstructionHandle end = il.append(NOP); Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/FilterExpr.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/FilterExpr.java?rev=395274&r1=395273&r2=395274&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/FilterExpr.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/FilterExpr.java Wed Apr 19 08:36:22 2006 @@ -170,24 +170,26 @@ LocalVariableGen nodeIteratorTemp = methodGen.addLocalVariable("filter_expr_tmp1", Util.getJCRefType(NODE_ITERATOR_SIG), - il.getEnd(), null); - il.append(new ASTORE(nodeIteratorTemp.getIndex())); + null, null); + nodeIteratorTemp.setStart( + il.append(new ASTORE(nodeIteratorTemp.getIndex()))); predicate.translate(classGen, methodGen); LocalVariableGen filterTemp = methodGen.addLocalVariable("filter_expr_tmp2", Util.getJCRefType(CURRENT_NODE_LIST_FILTER_SIG), - il.getEnd(), null); - il.append(new ASTORE(filterTemp.getIndex())); + null, null); + filterTemp.setStart(il.append(new ASTORE(filterTemp.getIndex()))); // Create a CurrentNodeListIterator il.append(new NEW(cpg.addClass(CURRENT_NODE_LIST_ITERATOR))); il.append(DUP); // Initialize CurrentNodeListIterator - il.append(new ALOAD(nodeIteratorTemp.getIndex())); + nodeIteratorTemp.setEnd( + il.append(new ALOAD(nodeIteratorTemp.getIndex()))); il.append(ICONST_1); - il.append(new ALOAD(filterTemp.getIndex())); + filterTemp.setEnd(il.append(new ALOAD(filterTemp.getIndex()))); il.append(methodGen.loadCurrentNode()); il.append(classGen.loadTranslet()); il.append(new INVOKESPECIAL(initCNLI)); Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java?rev=395274&r1=395273&r2=395274&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java Wed Apr 19 08:36:22 2006 @@ -124,20 +124,20 @@ LocalVariableGen filterTemp = methodGen.addLocalVariable("filter_parent_path_tmp1", Util.getJCRefType(NODE_ITERATOR_SIG), - il.getEnd(), null); - il.append(new ASTORE(filterTemp.getIndex())); + null, null); + filterTemp.setStart(il.append(new ASTORE(filterTemp.getIndex()))); _path.translate(classGen, methodGen); LocalVariableGen pathTemp = methodGen.addLocalVariable("filter_parent_path_tmp2", Util.getJCRefType(NODE_ITERATOR_SIG), - il.getEnd(), null); - il.append(new ASTORE(pathTemp.getIndex())); + null, null); + pathTemp.setStart(il.append(new ASTORE(pathTemp.getIndex()))); il.append(new NEW(cpg.addClass(STEP_ITERATOR_CLASS))); il.append(DUP); - il.append(new ALOAD(filterTemp.getIndex())); - il.append(new ALOAD(pathTemp.getIndex())); + filterTemp.setEnd(il.append(new ALOAD(filterTemp.getIndex()))); + pathTemp.setEnd(il.append(new ALOAD(pathTemp.getIndex()))); // Initialize StepIterator with iterators from the stack il.append(new INVOKESPECIAL(initSI)); Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/FilteredAbsoluteLocationPath.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/FilteredAbsoluteLocationPath.java?rev=395274&r1=395273&r2=395274&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/FilteredAbsoluteLocationPath.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/FilteredAbsoluteLocationPath.java Wed Apr 19 08:36:22 2006 @@ -100,14 +100,14 @@ LocalVariableGen pathTemp = methodGen.addLocalVariable("filtered_absolute_location_path_tmp", Util.getJCRefType(NODE_ITERATOR_SIG), - il.getEnd(), null); + null, null); _path.translate(classGen, methodGen); - il.append(new ASTORE(pathTemp.getIndex())); + pathTemp.setStart(il.append(new ASTORE(pathTemp.getIndex()))); // Create new Dup Filter Iterator il.append(new NEW(cpg.addClass(DUP_FILTERED_ITERATOR))); il.append(DUP); - il.append(new ALOAD(pathTemp.getIndex())); + pathTemp.setEnd(il.append(new ALOAD(pathTemp.getIndex()))); // Initialize Dup Filter Iterator with iterator from the stack il.append(new INVOKESPECIAL(initDFI)); Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/FunctionCall.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/FunctionCall.java?rev=395274&r1=395273&r2=395274&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/FunctionCall.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/FunctionCall.java Wed Apr 19 08:36:22 2006 @@ -771,8 +771,9 @@ paramTemp[i] = methodGen.addLocalVariable("function_call_tmp"+i, expType.toJCType(), - il.getEnd(), null); - il.append(expType.STORE(paramTemp[i].getIndex())); + null, null); + paramTemp[i].setStart( + il.append(expType.STORE(paramTemp[i].getIndex()))); } il.append(new NEW(cpg.addClass(_className))); @@ -780,7 +781,8 @@ for (int i = 0; i < n; i++) { final Expression arg = argument(i); - il.append(arg.getType().LOAD(paramTemp[i].getIndex())); + paramTemp[i].setEnd( + il.append(arg.getType().LOAD(paramTemp[i].getIndex()))); } final StringBuffer buffer = new StringBuffer(); Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Key.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Key.java?rev=395274&r1=395273&r2=395274&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Key.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Key.java Wed Apr 19 08:36:22 2006 @@ -156,10 +156,10 @@ final LocalVariableGen parentNode = methodGen.addLocalVariable("parentNode", Util.getJCRefType("I"), - il.getEnd(), null); + null, null); // Get the 'parameter' from the stack and store it in a local var. - il.append(new ISTORE(parentNode.getIndex())); + parentNode.setStart(il.append(new ISTORE(parentNode.getIndex()))); il.append(methodGen.loadDOM()); il.append(new ILOAD(parentNode.getIndex())); il.append(new INVOKEINTERFACE(getNodeIdent, 2)); @@ -180,7 +180,7 @@ // Prepare to call buildKeyIndex(String name, int node, String value); il.append(classGen.loadTranslet()); il.append(new PUSH(cpg, _name.toString())); - il.append(new ILOAD(parentNode.getIndex())); + parentNode.setEnd(il.append(new ILOAD(parentNode.getIndex()))); // Now get the node value and feck it on the parameter stack il.append(methodGen.loadDOM()); Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/KeyCall.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/KeyCall.java?rev=395274&r1=395273&r2=395274&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/KeyCall.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/KeyCall.java Wed Apr 19 08:36:22 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2005 The Apache Software Foundation. + * Copyright 2001-2006 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -179,7 +179,8 @@ il.append(new NEW(cpg.addClass(DUP_FILTERED_ITERATOR))); il.append(DUP); - il.append(new ALOAD(keyIterator.getIndex())); + // Mark the end of the live range of the keyIterator variable + keyIterator.setEnd(il.append(new ALOAD(keyIterator.getIndex()))); il.append(new INVOKESPECIAL(dupInit)); } @@ -236,13 +237,7 @@ final LocalVariableGen returnIndex = methodGen.addLocalVariable("returnIndex", Util.getJCRefType(KEY_INDEX_SIG), - il.getEnd(), null); - - // This local variable holds the index we're using for search - final LocalVariableGen searchIndex = - methodGen.addLocalVariable("searchIndex", - Util.getJCRefType(KEY_INDEX_SIG), - il.getEnd(), null); + null, null); // If the second paramter is a node-set we need to go through each // node in the set, convert each one to a string and do a look up in @@ -263,7 +258,7 @@ il.append(DUP); il.append(methodGen.loadDOM()); il.append(new INVOKEVIRTUAL(keyDom)); - il.append(new ASTORE(returnIndex.getIndex())); + returnIndex.setStart(il.append(new ASTORE(returnIndex.getIndex()))); // Initialise the index specified in the first parameter of key() il.append(classGen.loadTranslet()); @@ -278,7 +273,14 @@ } il.append(new INVOKEVIRTUAL(getKeyIndex)); - il.append(new ASTORE(searchIndex.getIndex())); + + // This local variable holds the index we're using for search + final LocalVariableGen searchIndex = + methodGen.addLocalVariable("searchIndex", + Util.getJCRefType(KEY_INDEX_SIG), + null, null); + + searchIndex.setStart(il.append(new ASTORE(searchIndex.getIndex()))); // LOOP STARTS HERE @@ -316,7 +318,7 @@ // LOOP ENDS HERE // Restore current node and current iterator from the stack - il.append(methodGen.storeIterator()); + searchIndex.setEnd(il.append(methodGen.storeIterator())); il.append(methodGen.storeCurrentNode()); } // If the second parameter is a single value we just lookup the named @@ -349,7 +351,7 @@ il.append(new INVOKEVIRTUAL(lookupKey)); } - il.append(new ASTORE(returnIndex.getIndex())); + returnIndex.setStart(il.append(new ASTORE(returnIndex.getIndex()))); } return returnIndex; Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Param.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Param.java?rev=395274&r1=395273&r2=395274&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Param.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Param.java Wed Apr 19 08:36:22 2006 @@ -217,9 +217,9 @@ else { // normal case _local = methodGen.addLocalVariable2(name, _type.toJCType(), - il.getEnd()); + null); // Cache the result of addParameter() in a local variable - il.append(_type.STORE(_local.getIndex())); + _local.setStart(il.append(_type.STORE(_local.getIndex()))); } } else { Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java?rev=395274&r1=395273&r2=395274&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java Wed Apr 19 08:36:22 2006 @@ -180,15 +180,15 @@ LocalVariableGen pathTemp = methodGen.addLocalVariable("parent_location_path_tmp1", Util.getJCRefType(NODE_ITERATOR_SIG), - il.getEnd(), null); - il.append(new ASTORE(pathTemp.getIndex())); + null, null); + pathTemp.setStart(il.append(new ASTORE(pathTemp.getIndex()))); _step.translate(classGen, methodGen); LocalVariableGen stepTemp = methodGen.addLocalVariable("parent_location_path_tmp2", Util.getJCRefType(NODE_ITERATOR_SIG), - il.getEnd(), null); - il.append(new ASTORE(stepTemp.getIndex())); + null, null); + stepTemp.setStart(il.append(new ASTORE(stepTemp.getIndex()))); // Create new StepIterator final int initSI = cpg.addMethodref(STEP_ITERATOR_CLASS, @@ -200,8 +200,8 @@ il.append(new NEW(cpg.addClass(STEP_ITERATOR_CLASS))); il.append(DUP); - il.append(new ALOAD(pathTemp.getIndex())); - il.append(new ALOAD(stepTemp.getIndex())); + pathTemp.setEnd(il.append(new ALOAD(pathTemp.getIndex()))); + stepTemp.setEnd(il.append(new ALOAD(stepTemp.getIndex()))); // Initialize StepIterator with iterators from the stack il.append(new INVOKESPECIAL(initSI)); Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/ParentPattern.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/ParentPattern.java?rev=395274&r1=395273&r2=395274&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/ParentPattern.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/ParentPattern.java Wed Apr 19 08:36:22 2006 @@ -23,6 +23,7 @@ import org.apache.bcel.generic.ILOAD; import org.apache.bcel.generic.INVOKEINTERFACE; import org.apache.bcel.generic.ISTORE; +import org.apache.bcel.generic.InstructionHandle; import org.apache.bcel.generic.InstructionList; import org.apache.bcel.generic.LocalVariableGen; import org.apache.xalan.xsltc.compiler.util.ClassGenerator; @@ -73,7 +74,7 @@ final LocalVariableGen local = methodGen.addLocalVariable2("ppt", Util.getJCRefType(NODE_SIG), - il.getEnd()); + null); final org.apache.bcel.generic.Instruction loadLocal = new ILOAD(local.getIndex()); @@ -86,7 +87,7 @@ } else if (_right instanceof StepPattern) { il.append(DUP); - il.append(storeLocal); + local.setStart(il.append(storeLocal)); _right.translate(classGen, methodGen); @@ -115,8 +116,11 @@ } else { il.append(DUP); - il.append(storeLocal); - + InstructionHandle storeInst = il.append(storeLocal); + + if (local.getStart() == null) { + local.setStart(storeInst); + } _left.translate(classGen, methodGen); il.append(methodGen.loadDOM()); Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java?rev=395274&r1=395273&r2=395274&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java Wed Apr 19 08:36:22 2006 @@ -79,13 +79,14 @@ if (!_isLiteral) { // if the ncname is an AVT, then the ncname has to be checked at runtime if it is a valid ncname - LocalVariableGen nameValue = methodGen.addLocalVariable2("nameValue", - Util.getJCRefType(STRING_SIG), - il.getEnd()); + LocalVariableGen nameValue = + methodGen.addLocalVariable2("nameValue", + Util.getJCRefType(STRING_SIG), + null); // store the name into a variable first so _name.translate only needs to be called once _name.translate(classGen, methodGen); - il.append(new ASTORE(nameValue.getIndex())); + nameValue.setStart(il.append(new ASTORE(nameValue.getIndex()))); il.append(new ALOAD(nameValue.getIndex())); // call checkNCName if the name is an AVT @@ -100,7 +101,7 @@ il.append(DUP); // first arg to "attributes" call // load name value again - il.append(new ALOAD(nameValue.getIndex())); + nameValue.setEnd(il.append(new ALOAD(nameValue.getIndex()))); } else { // Save the current handler base on the stack il.append(methodGen.loadHandler()); Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Step.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Step.java?rev=395274&r1=395273&r2=395274&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Step.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Step.java Wed Apr 19 08:36:22 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2005 The Apache Software Foundation. + * Copyright 2001-2006 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -427,20 +427,24 @@ LocalVariableGen iteratorTemp = methodGen.addLocalVariable("step_tmp1", Util.getJCRefType(NODE_ITERATOR_SIG), - il.getEnd(), null); - il.append(new ASTORE(iteratorTemp.getIndex())); + null, null); + iteratorTemp.setStart( + il.append(new ASTORE(iteratorTemp.getIndex()))); predicate.translate(classGen, methodGen); LocalVariableGen predicateValueTemp = methodGen.addLocalVariable("step_tmp2", Util.getJCRefType("I"), - il.getEnd(), null); - il.append(new ISTORE(predicateValueTemp.getIndex())); + null, null); + predicateValueTemp.setStart( + il.append(new ISTORE(predicateValueTemp.getIndex()))); il.append(new NEW(cpg.addClass(NTH_ITERATOR_CLASS))); il.append(DUP); - il.append(new ALOAD(iteratorTemp.getIndex())); - il.append(new ILOAD(predicateValueTemp.getIndex())); + iteratorTemp.setEnd( + il.append(new ALOAD(iteratorTemp.getIndex()))); + predicateValueTemp.setEnd( + il.append(new ILOAD(predicateValueTemp.getIndex()))); il.append(new INVOKESPECIAL(idx)); } else { @@ -466,22 +470,25 @@ LocalVariableGen iteratorTemp = methodGen.addLocalVariable("step_tmp1", Util.getJCRefType(NODE_ITERATOR_SIG), - il.getEnd(), null); - il.append(new ASTORE(iteratorTemp.getIndex())); + null, null); + iteratorTemp.setStart( + il.append(new ASTORE(iteratorTemp.getIndex()))); predicate.translateFilter(classGen, methodGen); LocalVariableGen filterTemp = methodGen.addLocalVariable("step_tmp2", Util.getJCRefType(CURRENT_NODE_LIST_FILTER_SIG), - il.getEnd(), null); - il.append(new ASTORE(filterTemp.getIndex())); + null, null); + filterTemp.setStart( + il.append(new ASTORE(filterTemp.getIndex()))); // create new CurrentNodeListIterator il.append(new NEW(cpg.addClass(CURRENT_NODE_LIST_ITERATOR))); il.append(DUP); - il.append(new ALOAD(iteratorTemp.getIndex())); - il.append(new ALOAD(filterTemp.getIndex())); + iteratorTemp.setEnd( + il.append(new ALOAD(iteratorTemp.getIndex()))); + filterTemp.setEnd(il.append(new ALOAD(filterTemp.getIndex()))); il.append(methodGen.loadCurrentNode()); il.append(classGen.loadTranslet()); Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/StepPattern.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/StepPattern.java?rev=395274&r1=395273&r2=395274&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/StepPattern.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/StepPattern.java Wed Apr 19 08:36:22 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2004 The Apache Software Foundation. + * Copyright 2001-2006 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -324,8 +324,8 @@ LocalVariableGen match; match = methodGen.addLocalVariable("step_pattern_tmp1", Util.getJCRefType(NODE_SIG), - il.getEnd(), null); - il.append(new ISTORE(match.getIndex())); + null, null); + match.setStart(il.append(new ISTORE(match.getIndex()))); // If pattern not reduced then check kernel if (!_isEpsilon) { @@ -354,13 +354,15 @@ LocalVariableGen stepIteratorTemp = methodGen.addLocalVariable("step_pattern_tmp2", Util.getJCRefType(NODE_ITERATOR_SIG), - il.getEnd(), null); - il.append(new ASTORE(stepIteratorTemp.getIndex())); + null, null); + stepIteratorTemp.setStart( + il.append(new ASTORE(stepIteratorTemp.getIndex()))); il.append(new NEW(cpg.addClass(MATCHING_ITERATOR))); il.append(DUP); il.append(new ILOAD(match.getIndex())); - il.append(new ALOAD(stepIteratorTemp.getIndex())); + stepIteratorTemp.setEnd( + il.append(new ALOAD(stepIteratorTemp.getIndex()))); il.append(new INVOKESPECIAL(index)); // Get the parent of the matching node @@ -374,7 +376,7 @@ // Overwrite current iterator and current node il.append(methodGen.storeIterator()); - il.append(new ILOAD(match.getIndex())); + match.setEnd(il.append(new ILOAD(match.getIndex()))); il.append(methodGen.storeCurrentNode()); // Translate the expression of the predicate @@ -411,13 +413,13 @@ // Store node on the stack into a local variable node = methodGen.addLocalVariable("step_pattern_tmp1", Util.getJCRefType(NODE_SIG), - il.getEnd(), null); - il.append(new ISTORE(node.getIndex())); + null, null); + node.setStart(il.append(new ISTORE(node.getIndex()))); // Create a new local to store the iterator iter = methodGen.addLocalVariable("step_pattern_tmp2", Util.getJCRefType(NODE_ITERATOR_SIG), - il.getEnd(), null); + null, null); // Add a new private field if this is the main class if (!classGen.isExternal()) { @@ -434,21 +436,25 @@ il.append(classGen.loadTranslet()); il.append(new GETFIELD(iteratorIndex)); il.append(DUP); - il.append(new ASTORE(iter.getIndex())); + iter.setStart(il.append(new ASTORE(iter.getIndex()))); ifBlock = il.append(new IFNONNULL(null)); il.append(classGen.loadTranslet()); } // Compile the step created at type checking time _step.translate(classGen, methodGen); - il.append(new ASTORE(iter.getIndex())); + InstructionHandle iterStore = il.append(new ASTORE(iter.getIndex())); // If in the main class update the field too if (!classGen.isExternal()) { il.append(new ALOAD(iter.getIndex())); il.append(new PUTFIELD(iteratorIndex)); ifBlock.setTarget(il.append(NOP)); - } + } else { + // If class is not external, start of range for iter variable was + // set above + iter.setStart(iterStore); + } // Get the parent of the node on the stack il.append(methodGen.loadDOM()); @@ -474,10 +480,11 @@ InstructionHandle begin, next; node2 = methodGen.addLocalVariable("step_pattern_tmp3", Util.getJCRefType(NODE_SIG), - il.getEnd(), null); + null, null); skipNext = il.append(new GOTO(null)); next = il.append(new ALOAD(iter.getIndex())); + node2.setStart(next); begin = il.append(methodGen.nextNode()); il.append(DUP); il.append(new ISTORE(node2.getIndex())); @@ -485,10 +492,10 @@ il.append(new ILOAD(node2.getIndex())); il.append(new ILOAD(node.getIndex())); - il.append(new IF_ICMPLT(next)); + iter.setEnd(il.append(new IF_ICMPLT(next))); - il.append(new ILOAD(node2.getIndex())); - il.append(new ILOAD(node.getIndex())); + node2.setEnd(il.append(new ILOAD(node2.getIndex()))); + node.setEnd(il.append(new ILOAD(node.getIndex()))); _falseList.add(il.append(new IF_ICMPNE(null))); skipNext.setTarget(begin); Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Variable.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Variable.java?rev=395274&r1=395273&r2=395274&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Variable.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Variable.java Wed Apr 19 08:36:22 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2004 The Apache Software Foundation. + * Copyright 2001-2006 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,6 +24,7 @@ import org.apache.bcel.generic.ConstantPoolGen; import org.apache.bcel.generic.DCONST; import org.apache.bcel.generic.ICONST; +import org.apache.bcel.generic.InstructionHandle; import org.apache.bcel.generic.InstructionList; import org.apache.bcel.generic.PUTFIELD; import org.apache.xalan.xsltc.compiler.util.BooleanType; @@ -122,7 +123,7 @@ if (_local == null) { _local = methodGen.addLocalVariable2(getEscapedName(), _type.toJCType(), - il.getEnd()); + null); } // Push the default value on the JVM's stack if ((_type instanceof IntType) || @@ -133,7 +134,9 @@ il.append(new DCONST(0)); // 0.0 for floating point numbers else il.append(new ACONST_NULL()); // and 'null' for anything else - il.append(_type.STORE(_local.getIndex())); + + // Mark the store as the start of the live range of the variable + _local.setStart(il.append(_type.STORE(_local.getIndex()))); } } @@ -157,10 +160,20 @@ translateValue(classGen, methodGen); // Add a new local variable and store value - if (_local == null) { + boolean createLocal = _local == null; + if (createLocal) { mapRegister(methodGen); } - il.append(_type.STORE(_local.getIndex())); + InstructionHandle storeInst = + il.append(_type.STORE(_local.getIndex())); + + // If the local is just being created, mark the store as the start + // of its live range. Note that it might have been created by + // initializeVariables already, which would have set the start of + // the live range already. + if (createLocal) { + _local.setStart(storeInst); + } } else { String signature = _type.toSignature(); Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/VariableBase.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/VariableBase.java?rev=395274&r1=395273&r2=395274&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/VariableBase.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/VariableBase.java Wed Apr 19 08:36:22 2006 @@ -114,10 +114,9 @@ */ public void mapRegister(MethodGenerator methodGen) { if (_local == null) { - final InstructionList il = methodGen.getInstructionList(); final String name = getEscapedName(); // TODO: namespace ? final org.apache.bcel.generic.Type varType = _type.toJCType(); - _local = methodGen.addLocalVariable2(name, varType, il.getEnd()); + _local = methodGen.addLocalVariable2(name, varType, null); } } Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/XslAttribute.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/XslAttribute.java?rev=395274&r1=395273&r2=395274&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/XslAttribute.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/XslAttribute.java Wed Apr 19 08:36:22 2006 @@ -205,13 +205,14 @@ if (!_isLiteral) { // if the qname is an AVT, then the qname has to be checked at runtime if it is a valid qname - LocalVariableGen nameValue = methodGen.addLocalVariable2("nameValue", - Util.getJCRefType(STRING_SIG), - il.getEnd()); + LocalVariableGen nameValue = + methodGen.addLocalVariable2("nameValue", + Util.getJCRefType(STRING_SIG), + null); // store the name into a variable first so _name.translate only needs to be called once _name.translate(classGen, methodGen); - il.append(new ASTORE(nameValue.getIndex())); + nameValue.setStart(il.append(new ASTORE(nameValue.getIndex()))); il.append(new ALOAD(nameValue.getIndex())); // call checkQName if the name is an AVT @@ -226,7 +227,7 @@ il.append(DUP); // first arg to "attributes" call // load name value again - il.append(new ALOAD(nameValue.getIndex())); + nameValue.setEnd(il.append(new ALOAD(nameValue.getIndex()))); } else { // Save the current handler base on the stack il.append(methodGen.loadHandler()); Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/XslElement.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/XslElement.java?rev=395274&r1=395273&r2=395274&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/XslElement.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/XslElement.java Wed Apr 19 08:36:22 2006 @@ -220,13 +220,14 @@ if (!_ignore) { // if the qname is an AVT, then the qname has to be checked at runtime if it is a valid qname - LocalVariableGen nameValue = methodGen.addLocalVariable2("nameValue", - Util.getJCRefType(STRING_SIG), - il.getEnd()); + LocalVariableGen nameValue = + methodGen.addLocalVariable2("nameValue", + Util.getJCRefType(STRING_SIG), + null); // store the name into a variable first so _name.translate only needs to be called once _name.translate(classGen, methodGen); - il.append(new ASTORE(nameValue.getIndex())); + nameValue.setStart(il.append(new ASTORE(nameValue.getIndex()))); il.append(new ALOAD(nameValue.getIndex())); // call checkQName if the name is an AVT @@ -240,7 +241,7 @@ il.append(methodGen.loadHandler()); // load name value again - il.append(new ALOAD(nameValue.getIndex())); + nameValue.setEnd(il.append(new ALOAD(nameValue.getIndex()))); if (_namespace != null) { _namespace.translate(classGen, methodGen); Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/RealType.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/RealType.java?rev=395274&r1=395273&r2=395274&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/RealType.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/RealType.java Wed Apr 19 08:36:22 2006 @@ -166,8 +166,8 @@ il.append(DUP2); local = methodGen.addLocalVariable("real_to_boolean_tmp", org.apache.bcel.generic.Type.DOUBLE, - il.getEnd(), null); - il.append(new DSTORE(local.getIndex())); + null, null); + local.setStart(il.append(new DSTORE(local.getIndex()))); // Compare it to 0.0 il.append(DCONST_0); @@ -177,7 +177,7 @@ //!!! call isNaN // Compare it to itself to see if NaN il.append(new DLOAD(local.getIndex())); - il.append(new DLOAD(local.getIndex())); + local.setEnd(il.append(new DLOAD(local.getIndex()))); il.append(DCMPG); flowlist.add(il.append(new IFNE(null))); // NaN != NaN return flowlist; Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java?rev=395274&r1=395273&r2=395274&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java Wed Apr 19 08:36:22 2006 @@ -176,7 +176,7 @@ methodGen.addLocalVariable("rt_to_string_handler", Util.getJCRefType(STRING_VALUE_HANDLER_SIG), null, null); - il.append(new ASTORE(handler.getIndex())); + handler.setStart(il.append(new ASTORE(handler.getIndex()))); // Call the method that implements this result tree index = cpg.addMethodref(className, _methodName, @@ -184,7 +184,7 @@ il.append(new INVOKEVIRTUAL(index)); // Restore new handler and call getValue() - il.append(new ALOAD(handler.getIndex())); + handler.setEnd(il.append(new ALOAD(handler.getIndex()))); index = cpg.addMethodref(STRING_VALUE_HANDLER, "getValue", "()" + STRING_SIG); @@ -251,7 +251,7 @@ Util.getJCRefType(DOM_INTF_SIG), null, null); il.append(new CHECKCAST(cpg.addClass(DOM_INTF_SIG))); - il.append(new ASTORE(newDom.getIndex())); + newDom.setStart(il.append(new ASTORE(newDom.getIndex()))); // Overwrite old handler with DOM handler index = cpg.addInterfaceMethodref(DOM_INTF, @@ -271,7 +271,7 @@ methodGen.addLocalVariable("rt_to_reference_handler", Util.getJCRefType(TRANSLET_OUTPUT_SIG), null, null); - il.append(new ASTORE(domBuilder.getIndex())); + domBuilder.setStart(il.append(new ASTORE(domBuilder.getIndex()))); // Call startDocument on the new handler index = cpg.addInterfaceMethodref(TRANSLET_OUTPUT_INTERFACE, @@ -288,13 +288,13 @@ il.append(new INVOKEVIRTUAL(index)); // Call endDocument on the DOM handler - il.append(new ALOAD(domBuilder.getIndex())); + domBuilder.setEnd(il.append(new ALOAD(domBuilder.getIndex()))); index = cpg.addInterfaceMethodref(TRANSLET_OUTPUT_INTERFACE, "endDocument", "()V"); il.append(new INVOKEINTERFACE(index, 1)); // Push the new DOM on the stack - il.append(new ALOAD(newDom.getIndex())); + newDom.setEnd(il.append(new ALOAD(newDom.getIndex()))); } } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Apr 19 15:37:55 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91953 invoked from network); 19 Apr 2006 15:37:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Apr 2006 15:37:55 -0000 Received: (qmail 74843 invoked by uid 500); 19 Apr 2006 15:37:55 -0000 Delivered-To: [email protected] Received: (qmail 74819 invoked by uid 500); 19 Apr 2006 15:37:55 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: <[email protected]> List-Id: <xalan-cvs.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 74808 invoked by uid 99); 19 Apr 2006 15:37:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Apr 2006 08:37:54 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 19 Apr 2006 08:37:54 -0700 Received: (qmail 91701 invoked by uid 65534); 19 Apr 2006 15:37:25 -0000 Message-ID: <[email protected]> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r395278 [1/2] - in /xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util: ErrorMessages.java ErrorMsg.java MethodGenerator.java Date: Wed, 19 Apr 2006 15:37:24 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: zongaro Date: Wed Apr 19 08:37:23 2006 New Revision: 395278 URL: http://svn.apache.org/viewcvs?rev=395278&view=rev Log: Part of patch for XALANJ-1324 and others. Added support for splitting and outlining chunks of a method that would otherwise exceed the 64KB limit imposed by the Java Virtual Machine specification on the length of the byte code in a method. See Javadocs for all the gory details. Also made changes to fix-up branches that would overflow a 16-bit relative branch offset. Such branches could occur even in methods that would not exceed the 64KB method size limit. The sense of the branch is reversed and made to guard an unconditional branch whose target is the target of the original conditional branch. A wide (32-bit) offset is used in the unconditional branch. See org.apache.xalan.xsltc.compiler.util.MethodGenerator.outlineChunks for more information. Patch reviewed by Christine Li and Erin Harris. Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/ErrorMessages.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/ErrorMsg.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/ErrorMessages.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/ErrorMessages.java?rev=395278&r1=395277&r2=395278&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/ErrorMessages.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/ErrorMessages.java Wed Apr 19 08:37:23 2006 @@ -940,8 +940,63 @@ "The feature name cannot be null in TransformerFactory.setFeature(String name, boolean value)."}, {ErrorMsg.JAXP_UNSUPPORTED_FEATURE, - "Cannot set the feature ''{0}'' on this TransformerFactory."} + "Cannot set the feature ''{0}'' on this TransformerFactory."}, + /* + * Note to translators: This message describes an internal error in the + * processor. The term "byte code" is a Java technical term for the + * executable code in a Java method, and "try-catch-finally block" + * refers to the Java keywords with those names. "Outlined" is a + * technical term internal to XSLTC and should not be translated. + */ + {ErrorMsg.OUTLINE_ERR_TRY_CATCH, + "Internal XSLTC error: the generated byte code contains a " + + "try-catch-finally block and cannot be outlined."}, + + /* + * Note to translators: This message describes an internal error in the + * processor. The terms "OutlineableChunkStart" and + * "OutlineableChunkEnd" are the names of classes internal to XSLTC and + * should not be translated. The message indicates that for every + * "start" there must be a corresponding "end", and vice versa, and + * that if one of a pair of "start" and "end" appears between another + * pair of corresponding "start" and "end", then the other half of the + * pair must also be between that same enclosing pair. + */ + {ErrorMsg.OUTLINE_ERR_UNBALANCED_MARKERS, + "Internal XSLTC error: OutlineableChunkStart and " + + "OutlineableChunkEnd markers must be balanced and properly nested."}, + + /* + * Note to translators: This message describes an internal error in the + * processor. The term "byte code" is a Java technical term for the + * executable code in a Java method. The "method" that is being + * referred to is a Java method in a translet that XSLTC is generating + * in processing a stylesheet. The "instruction" that is being + * referred to is one of the instrutions in the Java byte code in that + * method. "Outlined" is a technical term internal to XSLTC and + * should not be translated. + */ + {ErrorMsg.OUTLINE_ERR_DELETED_TARGET, + "Internal XSLTC error: an instruction that was part of a block of " + + "byte code that was outlined is still referred to in the original "+ + "method." + }, + + + /* + * Note to translators: This message describes an internal error in the + * processor. The "method" that is being referred to is a Java method + * in a translet that XSLTC is generating. + * + */ + {ErrorMsg.OUTLINE_ERR_METHOD_TOO_BIG, + "Internal XSLTC error: a method in the translet exceeds the Java " + + "Virtual Machine limitation on the length of a method of 64 "+ + "kilobytes. This is usually caused by templates in a stylesheet " + + "that are very large. Try restructuring your stylesheet to use " + + "smaller templates." + } }; } } Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/ErrorMsg.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/ErrorMsg.java?rev=395278&r1=395277&r2=395278&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/ErrorMsg.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/ErrorMsg.java Wed Apr 19 08:37:23 2006 @@ -151,6 +151,14 @@ public static final String INVALID_QNAME_ERR = "INVALID_QNAME_ERR"; public static final String INVALID_NCNAME_ERR = "INVALID_NCNAME_ERR"; public static final String INVALID_METHOD_IN_OUTPUT = "INVALID_METHOD_IN_OUTPUT"; + + public static final String OUTLINE_ERR_TRY_CATCH = "OUTLINE_ERR_TRY_CATCH"; + public static final String OUTLINE_ERR_UNBALANCED_MARKERS = + "OUTLINE_ERR_UNBALANCED_MARKERS"; + public static final String OUTLINE_ERR_DELETED_TARGET = + "OUTLINE_ERR_DELETED_TARGET"; + public static final String OUTLINE_ERR_METHOD_TOO_BIG = + "OUTLINE_ERR_METHOD_TOO_BIG"; // All error messages are localized and are stored in resource bundles. // This array and the following 4 strings are read from that bundle. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Apr 19 15:37:57 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91979 invoked from network); 19 Apr 2006 15:37:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Apr 2006 15:37:57 -0000 Received: (qmail 74939 invoked by uid 500); 19 Apr 2006 15:37:57 -0000 Delivered-To: [email protected] Received: (qmail 74911 invoked by uid 500); 19 Apr 2006 15:37:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: <[email protected]> List-Id: <xalan-cvs.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 74892 invoked by uid 99); 19 Apr 2006 15:37:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Apr 2006 08:37:56 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 19 Apr 2006 08:37:56 -0700 Received: (qmail 91826 invoked by uid 65534); 19 Apr 2006 15:37:32 -0000 Message-ID: <[email protected]> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r395279 - /xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/LiteralElement.java Date: Wed, 19 Apr 2006 15:37:31 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: zongaro Date: Wed Apr 19 08:37:31 2006 New Revision: 395279 URL: http://svn.apache.org/viewcvs?rev=395279&view=rev Log: Part of patch for XALANJ-1324 and others. Removed code that was removing xsl:variable declarations from the list of children of the LRE. This caused problems with annotating LocalVariableGen objects with the range of instructions over which the variable is actually alive. This is in support of method splitting and outlining. See org.apache.xalan.xsltc.compiler.util.MethodGenerator.outlineChunks for more information. Patch reviewed by Christine Li and Erin Harris. Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/LiteralElement.java Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/LiteralElement.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/LiteralElement.java?rev=395279&r1=395278&r2=395279&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/LiteralElement.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/LiteralElement.java Wed Apr 19 08:37:31 2006 @@ -340,23 +340,14 @@ il.append(methodGen.startElement()); // The value of an attribute may depend on a (sibling) variable - int j=0; - while (j < elementCount()) - { - final SyntaxTreeNode item = (SyntaxTreeNode) elementAt(j); - if (item instanceof Variable) { - item.translate(classGen, methodGen); - removeElement(item); // avoid translating it twice - /* When removing an element we do not increment j - * but the removal will reduce the value of elementCount() - * so this loop WILL end. The next iteration will process - * elementAt(j), but with the old element removed - * we are actually processing the next element. - */ - } - else + int j=0; + while (j < elementCount()) { + final SyntaxTreeNode item = (SyntaxTreeNode) elementAt(j); + if (item instanceof Variable) { + item.translate(classGen, methodGen); + } j++; - } + } // Compile code to emit namespace attributes if (_accessedPrefixes != null) { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Apr 19 15:38:00 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92005 invoked from network); 19 Apr 2006 15:37:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Apr 2006 15:37:59 -0000 Received: (qmail 75014 invoked by uid 500); 19 Apr 2006 15:37:58 -0000 Delivered-To: [email protected] Received: (qmail 74998 invoked by uid 500); 19 Apr 2006 15:37:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: <[email protected]> List-Id: <xalan-cvs.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 74987 invoked by uid 99); 19 Apr 2006 15:37:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Apr 2006 08:37:58 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 19 Apr 2006 08:37:57 -0700 Received: (qmail 91865 invoked by uid 65534); 19 Apr 2006 15:37:35 -0000 Message-ID: <[email protected]> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r395277 - in /xalan/java/trunk/src/org/apache/xalan/xsltc/compiler: AttributeSet.java Mode.java Number.java Predicate.java Sort.java Stylesheet.java Whitespace.java util/ClassGenerator.java Date: Wed, 19 Apr 2006 15:37:11 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: zongaro Date: Wed Apr 19 08:37:09 2006 New Revision: 395277 URL: http://svn.apache.org/viewcvs?rev=395277&view=rev Log: Part of patch for XALANJ-1324 and others. Created a new method on ClassGenerator.addMethod(MethodGenerator), which deals with the fact that method splitting and outlining could create more than one method from a single MethodGenerator object. References to ClassGenerator.addMethod(Method) are generally replaced with references to the method with the new signature. Also, in the cases of some classes, applied changes to accurately annotate LocalVariableGen objects with the range of instructions over which the variable is actually alive in support of method splitting and outlining. See org.apache.xalan.xsltc.compiler.ClassGenerator and org.apache.xalan.xsltc.compiler.MethodGenerator for more information. Patch reviewed by Christine Li and Erin Harris. Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/AttributeSet.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Mode.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Number.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Predicate.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Sort.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Stylesheet.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Whitespace.java xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/ClassGenerator.java Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/AttributeSet.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/AttributeSet.java?rev=395277&r1=395276&r2=395277&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/AttributeSet.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/AttributeSet.java Wed Apr 19 08:37:09 2006 @@ -187,11 +187,7 @@ final InstructionList il = methodGen.getInstructionList(); il.append(RETURN); - methodGen.stripAttributes(true); - methodGen.setMaxLocals(); - methodGen.setMaxStack(); - methodGen.removeNOPs(); - classGen.addMethod(methodGen.getMethod()); + classGen.addMethod(methodGen); } public String toString() { Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Mode.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Mode.java?rev=395277&r1=395276&r2=395277&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Mode.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Mode.java Wed Apr 19 08:37:09 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2004 The Apache Software Foundation. + * Copyright 2001-2006 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -549,11 +549,7 @@ il.append(template.compile(classGen, methodGen)); il.append(RETURN); - methodGen.stripAttributes(true); - methodGen.setMaxLocals(); - methodGen.setMaxStack(); - methodGen.removeNOPs(); - classGen.addMethod(methodGen.getMethod()); + classGen.addMethod(methodGen); } private void compileTemplates(ClassGenerator classGen, @@ -754,6 +750,7 @@ argNames[2] = TRANSLET_OUTPUT_PNAME; final InstructionList mainIL = new InstructionList(); + final MethodGenerator methodGen = new MethodGenerator(ACC_PUBLIC | ACC_FINAL, org.apache.bcel.generic.Type.VOID, @@ -762,17 +759,21 @@ classGen.getConstantPool()); methodGen.addException("org.apache.xalan.xsltc.TransletException"); - // Create a local variable to hold the current node + // Insert an extra NOP just to keep "current" from appearing as if it + // has a value before the start of the loop. + mainIL.append(NOP); + + // Create a local variable to hold the current node final LocalVariableGen current; current = methodGen.addLocalVariable2("current", org.apache.bcel.generic.Type.INT, - mainIL.getEnd()); + null); _currentIndex = current.getIndex(); // Create the "body" instruction list that will eventually hold the // code for the entire method (other ILs will be appended). final InstructionList body = new InstructionList(); - body.append(NOP); + body.append(NOP); // Create an instruction list that contains the default next-node // iteration @@ -789,6 +790,11 @@ ifeq.setTarget(ilLoop.append(RETURN)); // applyTemplates() ends here! final InstructionHandle ihLoop = ilLoop.getStart(); + current.setStart(mainIL.append(new GOTO_W(ihLoop))); + + // Live range of "current" ends at end of loop + current.setEnd(loop); + // Compile default handling of elements (traverse children) InstructionList ilRecurse = compileDefaultRecursion(classGen, methodGen, ihLoop); @@ -1025,18 +1031,13 @@ body.append(ilText); // putting together constituent instruction lists - mainIL.append(new GOTO_W(ihLoop)); mainIL.append(body); // fall through to ilLoop mainIL.append(ilLoop); peepHoleOptimization(methodGen); - methodGen.stripAttributes(true); - - methodGen.setMaxLocals(); - methodGen.setMaxStack(); - methodGen.removeNOPs(); - classGen.addMethod(methodGen.getMethod()); + + classGen.addMethod(methodGen); // Compile method(s) for <xsl:apply-imports/> for this mode if (_importLevels != null) { @@ -1127,11 +1128,11 @@ final LocalVariableGen current; current = methodGen.addLocalVariable2("current", org.apache.bcel.generic.Type.INT, - mainIL.getEnd()); + null); _currentIndex = current.getIndex(); mainIL.append(new ILOAD(methodGen.getLocalIndex(NODE_PNAME))); - mainIL.append(new ISTORE(_currentIndex)); + current.setStart(mainIL.append(new ISTORE(_currentIndex))); // Create the "body" instruction list that will eventually hold the // code for the entire method (other ILs will be appended). @@ -1381,18 +1382,18 @@ // putting together constituent instruction lists mainIL.append(body); - // fall through to ilLoop + + // Mark the end of the live range for the "current" variable + current.setEnd(body.getEnd()); + + // fall through to ilLoop mainIL.append(ilLoop); peepHoleOptimization(methodGen); - methodGen.stripAttributes(true); - - methodGen.setMaxLocals(); - methodGen.setMaxStack(); - methodGen.removeNOPs(); - classGen.addMethod(methodGen.getMethod()); - // Restore original (complete) set of templates for this transformation + classGen.addMethod(methodGen); + + // Restore original (complete) set of templates for this transformation _templates = oldTemplates; } Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Number.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Number.java?rev=395277&r1=395276&r2=395277&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Number.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Number.java Wed Apr 19 08:37:09 2006 @@ -315,10 +315,7 @@ il.append(new INVOKESPECIAL(index)); il.append(RETURN); - cons.stripAttributes(true); - cons.setMaxLocals(); - cons.setMaxStack(); - classGen.addMethod(cons.getMethod()); + classGen.addMethod(cons); } /** @@ -341,7 +338,7 @@ ITERATOR_FIELD_SIG); il.append(ALOAD_0); // 'this' pointer on stack il.append(new GETFIELD(field)); - il.append(new ASTORE(local.getIndex())); + local.setStart(il.append(new ASTORE(local.getIndex()))); matchGen.setIteratorIndex(local.getIndex()); // Get NodeCounter._translet and store locally @@ -353,7 +350,7 @@ il.append(ALOAD_0); // 'this' pointer on stack il.append(new GETFIELD(field)); il.append(new CHECKCAST(cpg.addClass(TRANSLET_CLASS))); - il.append(new ASTORE(local.getIndex())); + local.setStart(il.append(new ASTORE(local.getIndex()))); nodeCounterGen.setTransletIndex(local.getIndex()); // Get NodeCounter._document and store locally @@ -364,7 +361,7 @@ il.append(ALOAD_0); // 'this' pointer on stack il.append(new GETFIELD(field)); // Make sure we have the correct DOM type on the stack!!! - il.append(new ASTORE(local.getIndex())); + local.setStart(il.append(new ASTORE(local.getIndex()))); matchGen.setDomIndex(local.getIndex()); } @@ -428,11 +425,7 @@ _from.synthesize(nodeCounterGen, matchGen); il.append(IRETURN); - matchGen.stripAttributes(true); - matchGen.setMaxLocals(); - matchGen.setMaxStack(); - matchGen.removeNOPs(); - nodeCounterGen.addMethod(matchGen.getMethod()); + nodeCounterGen.addMethod(matchGen); } /* @@ -459,11 +452,7 @@ il.append(IRETURN); - matchGen.stripAttributes(true); - matchGen.setMaxLocals(); - matchGen.setMaxStack(); - matchGen.removeNOPs(); - nodeCounterGen.addMethod(matchGen.getMethod()); + nodeCounterGen.addMethod(matchGen); } getXSLTC().dumpClass(nodeCounterGen.getJavaClass()); Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Predicate.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Predicate.java?rev=395277&r1=395276&r2=395277&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Predicate.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Predicate.java Wed Apr 19 08:37:09 2006 @@ -408,7 +408,7 @@ il.append(new CHECKCAST(cpg.addClass(className))); il.append(new GETFIELD(cpg.addFieldref(className, DOM_FIELD, DOM_INTF_SIG))); - il.append(new ASTORE(local.getIndex())); + local.setStart(il.append(new ASTORE(local.getIndex()))); // Store the dom index in the test generator testGen.setDomIndex(local.getIndex()); @@ -416,12 +416,8 @@ _exp.translate(filterGen, testGen); il.append(IRETURN); - testGen.stripAttributes(true); - testGen.setMaxLocals(); - testGen.setMaxStack(); - testGen.removeNOPs(); filterGen.addEmptyConstructor(ACC_PUBLIC); - filterGen.addMethod(testGen.getMethod()); + filterGen.addMethod(testGen); getXSLTC().dumpClass(filterGen.getJavaClass()); } Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Sort.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Sort.java?rev=395277&r1=395276&r2=395277&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Sort.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Sort.java Wed Apr 19 08:37:09 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2005 The Apache Software Foundation. + * Copyright 2001-2006 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -266,12 +266,12 @@ LocalVariableGen nodesTemp = methodGen.addLocalVariable("sort_tmp1", Util.getJCRefType(NODE_ITERATOR_SIG), - il.getEnd(), null); + null, null); LocalVariableGen sortRecordFactoryTemp = methodGen.addLocalVariable("sort_tmp2", Util.getJCRefType(NODE_SORT_FACTORY_SIG), - il.getEnd(), null); + null, null); // Get the current node iterator if (nodeSet == null) { // apply-templates default @@ -287,17 +287,19 @@ nodeSet.translate(classGen, methodGen); } - il.append(new ASTORE(nodesTemp.getIndex())); + nodesTemp.setStart(il.append(new ASTORE(nodesTemp.getIndex()))); // Compile the code for the NodeSortRecord producing class and pass // that as the last argument to the SortingIterator constructor. compileSortRecordFactory(sortObjects, classGen, methodGen); - il.append(new ASTORE(sortRecordFactoryTemp.getIndex())); + sortRecordFactoryTemp.setStart( + il.append(new ASTORE(sortRecordFactoryTemp.getIndex()))); il.append(new NEW(cpg.addClass(SORT_ITERATOR))); il.append(DUP); - il.append(new ALOAD(nodesTemp.getIndex())); - il.append(new ALOAD(sortRecordFactoryTemp.getIndex())); + nodesTemp.setEnd(il.append(new ALOAD(nodesTemp.getIndex()))); + sortRecordFactoryTemp.setEnd( + il.append(new ALOAD(sortRecordFactoryTemp.getIndex()))); il.append(new INVOKESPECIAL(init)); } @@ -342,7 +344,7 @@ LocalVariableGen sortOrderTemp = methodGen.addLocalVariable("sort_order_tmp", Util.getJCRefType("[" + STRING_SIG), - il.getEnd(), null); + null, null); il.append(new PUSH(cpg, nsorts)); il.append(new ANEWARRAY(cpg.addClass(STRING))); for (int level = 0; level < nsorts; level++) { @@ -352,12 +354,12 @@ sort.translateSortOrder(classGen, methodGen); il.append(AASTORE); } - il.append(new ASTORE(sortOrderTemp.getIndex())); + sortOrderTemp.setStart(il.append(new ASTORE(sortOrderTemp.getIndex()))); LocalVariableGen sortTypeTemp = methodGen.addLocalVariable("sort_type_tmp", Util.getJCRefType("[" + STRING_SIG), - il.getEnd(), null); + null, null); il.append(new PUSH(cpg, nsorts)); il.append(new ANEWARRAY(cpg.addClass(STRING))); for (int level = 0; level < nsorts; level++) { @@ -367,12 +369,12 @@ sort.translateSortType(classGen, methodGen); il.append(AASTORE); } - il.append(new ASTORE(sortTypeTemp.getIndex())); + sortTypeTemp.setStart(il.append(new ASTORE(sortTypeTemp.getIndex()))); LocalVariableGen sortLangTemp = methodGen.addLocalVariable("sort_lang_tmp", Util.getJCRefType("[" + STRING_SIG), - il.getEnd(), null); + null, null); il.append(new PUSH(cpg, nsorts)); il.append(new ANEWARRAY(cpg.addClass(STRING))); for (int level = 0; level < nsorts; level++) { @@ -382,12 +384,12 @@ sort.translateLang(classGen, methodGen); il.append(AASTORE); } - il.append(new ASTORE(sortLangTemp.getIndex())); + sortLangTemp.setStart(il.append(new ASTORE(sortLangTemp.getIndex()))); LocalVariableGen sortCaseOrderTemp = methodGen.addLocalVariable("sort_case_order_tmp", Util.getJCRefType("[" + STRING_SIG), - il.getEnd(), null); + null, null); il.append(new PUSH(cpg, nsorts)); il.append(new ANEWARRAY(cpg.addClass(STRING))); for (int level = 0; level < nsorts; level++) { @@ -397,7 +399,8 @@ sort.translateCaseOrder(classGen, methodGen); il.append(AASTORE); } - il.append(new ASTORE(sortCaseOrderTemp.getIndex())); + sortCaseOrderTemp.setStart( + il.append(new ASTORE(sortCaseOrderTemp.getIndex()))); il.append(new NEW(cpg.addClass(sortRecordFactoryClass))); il.append(DUP); @@ -405,10 +408,11 @@ il.append(new PUSH(cpg, sortRecordClass)); il.append(classGen.loadTranslet()); - il.append(new ALOAD(sortOrderTemp.getIndex())); - il.append(new ALOAD(sortTypeTemp.getIndex())); - il.append(new ALOAD(sortLangTemp.getIndex())); - il.append(new ALOAD(sortCaseOrderTemp.getIndex())); + sortOrderTemp.setEnd(il.append(new ALOAD(sortOrderTemp.getIndex()))); + sortTypeTemp.setEnd(il.append(new ALOAD(sortTypeTemp.getIndex()))); + sortLangTemp.setEnd(il.append(new ALOAD(sortLangTemp.getIndex()))); + sortCaseOrderTemp.setEnd( + il.append(new ALOAD(sortCaseOrderTemp.getIndex()))); il.append(new INVOKESPECIAL( cpg.addMethodref(sortRecordFactoryClass, "<init>", @@ -580,10 +584,10 @@ constructor.setMaxLocals(); constructor.setMaxStack(); - sortRecordFactory.addMethod(constructor.getMethod()); + sortRecordFactory.addMethod(constructor); makeNodeSortRecord.setMaxLocals(); makeNodeSortRecord.setMaxStack(); - sortRecordFactory.addMethod(makeNodeSortRecord.getMethod()); + sortRecordFactory.addMethod(makeNodeSortRecord); xsltc.dumpClass(sortRecordFactory.getJavaClass()); return className; @@ -636,10 +640,10 @@ } } - Method init = compileInit(sortObjects, sortRecord, - cpg, className); - Method extract = compileExtract(sortObjects, sortRecord, - cpg, className); + MethodGenerator init = compileInit(sortObjects, sortRecord, + cpg, className); + MethodGenerator extract = compileExtract(sortObjects, sortRecord, + cpg, className); sortRecord.addMethod(init); sortRecord.addMethod(extract); @@ -652,7 +656,7 @@ * collator in the super calls only when the stylesheet specifies a new * language in xsl:sort. */ - private static Method compileInit(Vector sortObjects, + private static MethodGenerator compileInit(Vector sortObjects, NodeSortRecordGenerator sortRecord, ConstantPoolGen cpg, String className) @@ -673,18 +677,14 @@ il.append(RETURN); - init.stripAttributes(true); - init.setMaxLocals(); - init.setMaxStack(); - - return init.getMethod(); + return init; } /** * Compiles a method that overloads NodeSortRecord.extractValueFromDOM() */ - private static Method compileExtract(Vector sortObjects, + private static MethodGenerator compileExtract(Vector sortObjects, NodeSortRecordGenerator sortRecord, ConstantPoolGen cpg, String className) { @@ -741,11 +741,6 @@ il.append(ARETURN); } - extractMethod.stripAttributes(true); - extractMethod.setMaxLocals(); - extractMethod.setMaxStack(); - extractMethod.removeNOPs(); - - return extractMethod.getMethod(); + return extractMethod; } } Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Stylesheet.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Stylesheet.java?rev=395277&r1=395276&r2=395277&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Stylesheet.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Stylesheet.java Wed Apr 19 08:37:09 2006 @@ -863,10 +863,7 @@ il.append(RETURN); - staticConst.stripAttributes(true); - staticConst.setMaxLocals(); - staticConst.setMaxStack(); - classGen.addMethod(staticConst.getMethod()); + classGen.addMethod(staticConst); } @@ -948,10 +945,7 @@ il.append(RETURN); - constructor.stripAttributes(true); - constructor.setMaxLocals(); - constructor.setMaxStack(); - classGen.addMethod(constructor.getMethod()); + classGen.addMethod(constructor); } /** @@ -988,15 +982,15 @@ // Define and initialize 'current' variable with the root node final LocalVariableGen current = toplevel.addLocalVariable("current", - org.apache.bcel.generic.Type.INT, - il.getEnd(), null); + org.apache.bcel.generic.Type.INT, + null, null); final int setFilter = cpg.addInterfaceMethodref(DOM_INTF, "setFilter", "(Lorg/apache/xalan/xsltc/StripFilter;)V"); il.append(new PUSH(cpg, DTM.ROOT_NODE)); - il.append(new ISTORE(current.getIndex())); + current.setStart(il.append(new ISTORE(current.getIndex()))); // Resolve any forward referenes and translate global variables/params _globals = resolveReferences(_globals); @@ -1034,12 +1028,7 @@ il.append(RETURN); // Compute max locals + stack and add method to class - toplevel.stripAttributes(true); - toplevel.setMaxLocals(); - toplevel.setMaxStack(); - toplevel.removeNOPs(); - - classGen.addMethod(toplevel.getMethod()); + classGen.addMethod(toplevel); return("("+DOM_INTF_SIG+NODE_ITERATOR_SIG+TRANSLET_OUTPUT_SIG+")V"); } @@ -1156,13 +1145,8 @@ il.append(RETURN); - // Compute max locals + stack and add method to class - buildKeys.stripAttributes(true); - buildKeys.setMaxLocals(); - buildKeys.setMaxStack(); - buildKeys.removeNOPs(); - - classGen.addMethod(buildKeys.getMethod()); + // Add method to class + classGen.addMethod(buildKeys); return("("+DOM_INTF_SIG+NODE_ITERATOR_SIG+TRANSLET_OUTPUT_SIG+"I)V"); } @@ -1205,7 +1189,7 @@ final LocalVariableGen current = transf.addLocalVariable("current", org.apache.bcel.generic.Type.INT, - il.getEnd(), null); + null, null); final String applyTemplatesSig = classGen.getApplyTemplatesSig(); final int applyTemplates = cpg.addMethodref(getClassName(), "applyTemplates", @@ -1244,7 +1228,7 @@ // continue with globals initialization il.append(new PUSH(cpg, DTM.ROOT_NODE)); - il.append(new ISTORE(current.getIndex())); + current.setStart(il.append(new ISTORE(current.getIndex()))); // Transfer the output settings to the output post-processor il.append(classGen.loadTranslet()); @@ -1309,12 +1293,7 @@ il.append(RETURN); // Compute max locals + stack and add method to class - transf.stripAttributes(true); - transf.setMaxLocals(); - transf.setMaxStack(); - transf.removeNOPs(); - - classGen.addMethod(transf.getMethod()); + classGen.addMethod(transf); } /** Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Whitespace.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Whitespace.java?rev=395277&r1=395276&r2=395277&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Whitespace.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Whitespace.java Wed Apr 19 08:37:09 2006 @@ -422,12 +422,7 @@ compileStripSpace(strip, sCount, il); } - stripSpace.stripAttributes(true); - stripSpace.setMaxLocals(); - stripSpace.setMaxStack(); - stripSpace.removeNOPs(); - - classGen.addMethod(stripSpace.getMethod()); + classGen.addMethod(stripSpace); } /** @@ -459,12 +454,7 @@ il.append(ICONST_0); il.append(IRETURN); - stripSpace.stripAttributes(true); - stripSpace.setMaxLocals(); - stripSpace.setMaxStack(); - stripSpace.removeNOPs(); - - classGen.addMethod(stripSpace.getMethod()); + classGen.addMethod(stripSpace); } Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/ClassGenerator.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/ClassGenerator.java?rev=395277&r1=395276&r2=395277&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/ClassGenerator.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/ClassGenerator.java Wed Apr 19 08:37:09 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2004 The Apache Software Foundation. + * Copyright 2001-2006 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ package org.apache.xalan.xsltc.compiler.util; +import org.apache.bcel.classfile.Method; import org.apache.bcel.generic.ALOAD; import org.apache.bcel.generic.ClassGen; import org.apache.bcel.generic.Instruction; @@ -129,4 +130,11 @@ public boolean isExternal() { return false; } -} + + public void addMethod(MethodGenerator methodGen) { + Method[] methodsToAdd = methodGen.getGeneratedMethods(this); + for (int i = 0; i < methodsToAdd.length; i++) { + addMethod(methodsToAdd[i]); + } + } +} \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Apr 19 15:38:01 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92021 invoked from network); 19 Apr 2006 15:38:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Apr 2006 15:38:00 -0000 Received: (qmail 75099 invoked by uid 500); 19 Apr 2006 15:37:59 -0000 Delivered-To: [email protected] Received: (qmail 75075 invoked by uid 500); 19 Apr 2006 15:37:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: <[email protected]> List-Id: <xalan-cvs.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 75053 invoked by uid 99); 19 Apr 2006 15:37:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Apr 2006 08:37:59 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 19 Apr 2006 08:37:56 -0700 Received: (qmail 91757 invoked by uid 65534); 19 Apr 2006 15:37:30 -0000 Message-ID: <[email protected]> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r395278 [2/2] - in /xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util: ErrorMessages.java ErrorMsg.java MethodGenerator.java Date: Wed, 19 Apr 2006 15:37:24 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java?rev=395278&r1=395277&r2=395278&view=diff ============================================================================== --- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java (original) +++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java Wed Apr 19 08:37:23 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2004 The Apache Software Foundation. + * Copyright 2001-2006 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,22 +19,56 @@ package org.apache.xalan.xsltc.compiler.util; +import java.util.ArrayList; +import java.util.Collections; +import java.util.HashMap; import java.util.Hashtable; - +import java.util.Iterator; +import java.util.List; +import java.util.Map; +import java.util.Stack; + +import org.apache.bcel.Constants; +import org.apache.bcel.classfile.Field; +import org.apache.bcel.classfile.Method; import org.apache.bcel.generic.ALOAD; import org.apache.bcel.generic.ASTORE; +import org.apache.bcel.generic.BranchHandle; +import org.apache.bcel.generic.BranchInstruction; import org.apache.bcel.generic.ConstantPoolGen; +import org.apache.bcel.generic.DLOAD; +import org.apache.bcel.generic.DSTORE; +import org.apache.bcel.generic.FLOAD; +import org.apache.bcel.generic.FSTORE; +import org.apache.bcel.generic.GETFIELD; +import org.apache.bcel.generic.GOTO; import org.apache.bcel.generic.ICONST; +import org.apache.bcel.generic.IfInstruction; import org.apache.bcel.generic.ILOAD; +import org.apache.bcel.generic.IndexedInstruction; import org.apache.bcel.generic.INVOKEINTERFACE; +import org.apache.bcel.generic.INVOKESPECIAL; +import org.apache.bcel.generic.INVOKEVIRTUAL; import org.apache.bcel.generic.ISTORE; import org.apache.bcel.generic.Instruction; +import org.apache.bcel.generic.InstructionConstants; import org.apache.bcel.generic.InstructionHandle; import org.apache.bcel.generic.InstructionList; +import org.apache.bcel.generic.InstructionTargeter; import org.apache.bcel.generic.LocalVariableGen; +import org.apache.bcel.generic.LocalVariableInstruction; +import org.apache.bcel.generic.LLOAD; +import org.apache.bcel.generic.LSTORE; import org.apache.bcel.generic.MethodGen; +import org.apache.bcel.generic.NEW; +import org.apache.bcel.generic.PUTFIELD; +import org.apache.bcel.generic.RET; +import org.apache.bcel.generic.Select; +import org.apache.bcel.generic.TargetLostException; import org.apache.bcel.generic.Type; + import org.apache.xalan.xsltc.compiler.Pattern; +import org.apache.xalan.xsltc.compiler.XSLTC; /** * @author Jacek Ambroziak @@ -55,6 +89,13 @@ private static final int ITERATOR_INDEX = 2; private static final int HANDLER_INDEX = 3; + private static final int MAX_METHOD_SIZE = 65535; + private static final int MAX_BRANCH_TARGET_OFFSET = 32767; + private static final int MIN_BRANCH_TARGET_OFFSET = -32768; + + private static final int TARGET_METHOD_SIZE = 60000; + private static final int MINIMUM_OUTLINEABLE_CHUNK_SIZE = 1000; + private Instruction _iloadCurrent; private Instruction _istoreCurrent; private final Instruction _astoreHandler; @@ -78,15 +119,16 @@ private SlotAllocator _slotAllocator; private boolean _allocatorInit = false; - /** - * A mapping between patterns and instruction lists used by - * test sequences to avoid compiling the same pattern multiple - * times. Note that patterns whose kernels are "*", "node()" - * and "@*" can between shared by test sequences. - */ - private Hashtable _preCompiled = new Hashtable(); + private LocalVariableRegistry _localVariableRegistry; + + /** + * A mapping between patterns and instruction lists used by + * test sequences to avoid compiling the same pattern multiple + * times. Note that patterns whose kernels are "*", "node()" + * and "@*" can between shared by test sequences. + */ + private Hashtable _preCompiled = new Hashtable(); - public MethodGenerator(int access_flags, Type return_type, Type[] arg_types, String[] arg_names, String method_name, String class_name, @@ -164,7 +206,7 @@ _nextNode = new INVOKEINTERFACE(index, 1); _slotAllocator = new SlotAllocator(); - _slotAllocator.initialize(getLocalVariables()); + _slotAllocator.initialize(getLocalVariableRegistry().getLocals(false)); _allocatorInit = true; } @@ -178,20 +220,366 @@ InstructionHandle start, InstructionHandle end) { - return (_allocatorInit) ? addLocalVariable2(name, type, start) - : super.addLocalVariable(name, type, start, end); + LocalVariableGen lvg; + + if (_allocatorInit) { + lvg = addLocalVariable2(name, type, start); + } else { + lvg = super.addLocalVariable(name, type, start, end); + getLocalVariableRegistry().registerLocalVariable(lvg); + } + + return lvg; } public LocalVariableGen addLocalVariable2(String name, Type type, InstructionHandle start) { - return super.addLocalVariable(name, type, - _slotAllocator.allocateSlot(type), - start, null); + LocalVariableGen lvg = super.addLocalVariable(name, type, + _slotAllocator.allocateSlot(type), + start, null); + getLocalVariableRegistry().registerLocalVariable(lvg); + return lvg; + } + + private LocalVariableRegistry getLocalVariableRegistry() { + if (_localVariableRegistry == null) { + _localVariableRegistry = new LocalVariableRegistry(); + } + + return _localVariableRegistry; + } + + /** + * Keeps track of all local variables used in the method. + * <p>The + * {@link MethodGen#addLocalVariable(String,Type,InstructionHandle,InstructionHandle)}</code> + * and + * {@link MethodGen#addLocalVariable(String,Type,int,InstructionHandle,InstructionHandle)}</code> + * methods of {@link MethodGen} will only keep track of + * {@link LocalVariableGen} object until it'ss removed by a call to + * {@link MethodGen#removeLocalVariable(LocalVariableGen)}.</p> + * <p>In order to support efficient copying of local variables to outlined + * methods by + * {@link #outline(InstructionHandle,InstructionHandle,String,ClassGenerator)}, + * this class keeps track of all local variables defined by the method.</p> + */ + protected class LocalVariableRegistry { + /** + * <p>A <code>java.lang.ArrayList</code> of all + * {@link LocalVariableGen}s created for this method, indexed by the + * slot number of the local variable. The JVM stack frame of local + * variables is divided into "slots". A single slot can be used to + * store more than one variable in a method, without regard to type, so + * long as the byte code keeps the ranges of the two disjoint.</p> + * <p>If only one registration of use of a particular slot occurs, the + * corresponding entry of <code>_variables</code> contains the + * <code>LocalVariableGen</code>; if more than one occurs, the + * corresponding entry contains all such <code>LocalVariableGen</code>s + * registered for the same slot; and if none occurs, the entry will be + * <code>null</code>. + */ + protected ArrayList _variables = new ArrayList(); + + /** + * Maps a name to a {@link LocalVariableGen} + */ + protected HashMap _nameToLVGMap = new HashMap(); + + /** + * Registers a {@link org.apache.bcel.generic.LocalVariableGen} + * for this method. + * <p><b>Preconditions:</b> + * <ul> + * <li>The range of instructions for <code>lvg</code> does not + * overlap with the range of instructions for any + * <code>LocalVariableGen</code> with the same slot index previously + * registered for this method. <b><em>(Unchecked.)</em></b></li> + * </ul></p> + * @param lvg The variable to be registered + */ + protected void registerLocalVariable(LocalVariableGen lvg) { + int slot = lvg.getIndex(); + + int registrySize = _variables.size(); + + // If the LocalVariableGen uses a slot index beyond any previously + // encountered, expand the _variables, padding with intervening null + // entries as required. + if (slot >= registrySize) { + for (int i = registrySize; i < slot; i++) { + _variables.add(null); + } + _variables.add(lvg); + } else { + // If the LocalVariableGen reuses a slot, make sure the entry + // in _variables contains an ArrayList and add the newly + // registered LocalVariableGen to the list. If the entry in + // _variables just contains null padding, store the + // LocalVariableGen directly. + Object localsInSlot = _variables.get(slot); + if (localsInSlot != null) { + if (localsInSlot instanceof LocalVariableGen) { + ArrayList listOfLocalsInSlot = new ArrayList(); + listOfLocalsInSlot.add(localsInSlot); + listOfLocalsInSlot.add(lvg); + _variables.set(slot, listOfLocalsInSlot); + } else { + ((ArrayList) localsInSlot).add(lvg); + } + } else { + _variables.set(slot, lvg); + } + } + + registerByName(lvg); + } + + /** + * <p>Find which {@link LocalVariableGen}, if any, is registered for a + * particular JVM local stack frame slot at a particular position in the + * byte code for the method.</p> + * <p><b>Preconditions:</b> + * <ul> + * <li>The {@link InstructionList#setPositions()} has been called for + * the {@link InstructionList} associated with this + * {@link MethodGenerator}.</li> + * </ul></p> + * @param slot the JVM local stack frame slot number + * @param offset the position in the byte code + * @return the <code>LocalVariableGen</code> for the local variable + * stored in the relevant slot at the relevant offset; <code>null</code> + * if there is none. + */ + protected LocalVariableGen lookupRegisteredLocalVariable(int slot, + int offset) { + Object localsInSlot = (_variables != null) ? _variables.get(slot) + : null; + + // If this slot index was never used, _variables.get will return + // null; if it was used once, it will return the LocalVariableGen; + // more than once it will return an ArrayList of all the + // LocalVariableGens for variables stored in that slot. For each + // LocalVariableGen, check whether its range includes the + // specified offset, and return the first such encountered. + if (localsInSlot != null) { + if (localsInSlot instanceof LocalVariableGen) { + LocalVariableGen lvg = (LocalVariableGen)localsInSlot; + if (offsetInLocalVariableGenRange(lvg, offset)) { + return lvg; + } + } else { + ArrayList listOfLocalsInSlot = (ArrayList) localsInSlot; + int size = listOfLocalsInSlot.size(); + + for (int i = 0; i < size; i++) { + LocalVariableGen lvg = + (LocalVariableGen)listOfLocalsInSlot.get(i); + if (offsetInLocalVariableGenRange(lvg, offset)) { + return lvg; + } + } + } + } + + // No local variable stored in the specified slot at the specified + return null; + } + + /** + * <p>Set up a mapping of the name of the specified + * {@link LocalVariableGen} object to the <code>LocalVariableGen</code> + * itself.</p> + * <p>This is a bit of a hack. XSLTC is relying on the fact that the + * name that is being looked up won't be duplicated, which isn't + * guaranteed. It replaces code which used to call + * {@link MethodGen#getLocalVariables()} and looped through the + * <code>LocalVariableGen</code> objects it contained to find the one + * with the specified name. However, <code>getLocalVariables()</code> + * has the side effect of setting the start and end for any + * <code>LocalVariableGen</code> which did not already have them + * set, which causes problems for outlining..</p> + * <p>See also {@link #lookUpByName(String)} and + * {@link #removeByNameTracking(LocalVariableGen)}</P + * @param lvg a <code>LocalVariableGen</code> + */ + protected void registerByName(LocalVariableGen lvg) { + Object duplicateNameEntry = _nameToLVGMap.get(lvg.getName()); + + if (duplicateNameEntry == null) { + _nameToLVGMap.put(lvg.getName(), lvg); + } else { + ArrayList sameNameList; + + if (duplicateNameEntry instanceof ArrayList) { + sameNameList = (ArrayList) duplicateNameEntry; + sameNameList.add(lvg); + } else { + sameNameList = new ArrayList(); + sameNameList.add(duplicateNameEntry); + sameNameList.add(lvg); + } + + _nameToLVGMap.put(lvg.getName(), sameNameList); + } + } + + /** + * Remove the mapping from the name of the specified + * {@link LocalVariableGen} to itself. + * See also {@link #registerByName(LocalVariableGen)} and + * {@link #lookUpByName(String)} + * @param lvg a <code>LocalVariableGen</code> + */ + protected void removeByNameTracking(LocalVariableGen lvg) { + Object duplicateNameEntry = _nameToLVGMap.get(lvg.getName()); + + if (duplicateNameEntry instanceof ArrayList) { + ArrayList sameNameList = (ArrayList) duplicateNameEntry; + for (int i = 0; i < sameNameList.size(); i++) { + if (sameNameList.get(i) == lvg) { + sameNameList.remove(i); + break; + } + } + } else { + _nameToLVGMap.remove(lvg); + } + } + + /** + * <p>Given the name of a variable, finds a {@link LocalVariableGen} + * corresponding to it.</p> + * <p>See also {@link #registerByName(LocalVariableGen)} and + * {@link #removeByNameTracking(LocalVariableGen)}</p> + * @param name + * @return + */ + protected LocalVariableGen lookUpByName(String name) { + LocalVariableGen lvg = null; + Object duplicateNameEntry = _nameToLVGMap.get(name); + + if (duplicateNameEntry instanceof ArrayList) { + ArrayList sameNameList = (ArrayList) duplicateNameEntry; + + for (int i = 0; i < sameNameList.size(); i++) { + lvg = (LocalVariableGen)sameNameList.get(i); + if (lvg.getName() == name) { + break; + } + } + } else { + lvg = (LocalVariableGen) duplicateNameEntry; + } + + return lvg; + } + + /** + * <p>Gets all {@link LocalVariableGen} objects for this method.</p> + * <p>When the <code>includeRemoved</code> argument has the value + * <code>false</code>, this method replaces uses of + * {@link MethodGen#getLocalVariables()} which has + * a side-effect of setting the start and end range for any + * <code>LocalVariableGen</code> if either was <code>null</code>. That + * side-effect causes problems for outlining of code in XSLTC. + * @param includeRemoved Specifies whether all local variables ever + * declared should be returned (<code>true</code>) or only those not + * removed (<code>false</code>) + * @return an array of <code>LocalVariableGen</code> containing all the + * local variables + */ + protected LocalVariableGen[] getLocals(boolean includeRemoved) { + LocalVariableGen[] locals = null; + ArrayList allVarsEverDeclared = new ArrayList(); + + if (includeRemoved) { + int slotCount = allVarsEverDeclared.size(); + + for (int i = 0; i < slotCount; i++) { + Object slotEntries = _variables.get(i); + if (slotEntries != null) { + if (slotEntries instanceof ArrayList) { + ArrayList slotList = (ArrayList) slotEntries; + + for (int j = 0; j < slotList.size(); j++) { + allVarsEverDeclared.add(slotList.get(i)); + } + } else { + allVarsEverDeclared.add(slotEntries); + } + } + } + } else { + Iterator nameVarsPairsIter = _nameToLVGMap.entrySet().iterator(); + + while (nameVarsPairsIter.hasNext()) { + Map.Entry nameVarsPair = + (Map.Entry) nameVarsPairsIter.next(); + Object vars = nameVarsPair.getValue(); + if (vars != null) { + if (vars instanceof ArrayList) { + ArrayList varsList = (ArrayList) vars; + for (int i = 0; i < varsList.size(); i++) { + allVarsEverDeclared.add(varsList.get(i)); + } + } else { + allVarsEverDeclared.add(vars); + } + } + } + } + + locals = new LocalVariableGen[allVarsEverDeclared.size()]; + allVarsEverDeclared.toArray(locals); + + return locals; + } + } + + /** + * Determines whether a particular variable is in use at a particular offset + * in the byte code for this method. + * <p><b>Preconditions:</b> + * <ul> + * <li>The {@link InstructionList#setPositions()} has been called for the + * {@link InstructionList} associated with this {@link MethodGenerator}. + * </li></ul></p> + * @param lvg the {@link LocalVariableGen} for the variable + * @param offset the position in the byte code + * @return <code>true</code> if and only if the specified variable is in + * use at the particular byte code offset. + */ + boolean offsetInLocalVariableGenRange(LocalVariableGen lvg, int offset) { + InstructionHandle lvgStart = lvg.getStart(); + InstructionHandle lvgEnd = lvg.getEnd(); + + // If no start handle is recorded for the LocalVariableGen, it is + // assumed to be in use from the beginning of the method. + if (lvgStart == null) { + lvgStart = getInstructionList().getStart(); + } + + // If no end handle is recorded for the LocalVariableGen, it is assumed + // to be in use to the end of the method. + if (lvgEnd == null) { + lvgEnd = getInstructionList().getEnd(); + } + + // Does the range of the instruction include the specified offset? + // Note that the InstructionHandle.getPosition method returns the + // offset of the beginning of an instruction. A LocalVariableGen's + // range includes the end instruction itself, so that instruction's + // length must be taken into consideration in computing whether the + // varible is in range at a particular offset. + return ((lvgStart.getPosition() <= offset) + && (lvgEnd.getPosition() + + lvgEnd.getInstruction().getLength() >= offset)); } public void removeLocalVariable(LocalVariableGen lvg) { _slotAllocator.releaseSlot(lvg); + getLocalVariableRegistry().removeByNameTracking(lvg); super.removeLocalVariable(lvg); } @@ -290,11 +678,7 @@ } public LocalVariableGen getLocalVariable(String name) { - final LocalVariableGen[] vars = getLocalVariables(); - for (int i = 0; i < vars.length; i++) - if (vars[i].getName().equals(name)) - return vars[i]; - return null; + return getLocalVariableRegistry().lookUpByName(name); } public void setMaxLocals() { @@ -316,21 +700,1410 @@ super.setMaxLocals(maxLocals); } - /** - * Add a pre-compiled pattern to this mode. - */ - public void addInstructionList(Pattern pattern, - InstructionList ilist) - { - _preCompiled.put(pattern, ilist); - } + /** + * Add a pre-compiled pattern to this mode. + */ + public void addInstructionList(Pattern pattern, InstructionList ilist) { + _preCompiled.put(pattern, ilist); + } - /** - * Get the instruction list for a pre-compiled pattern. Used by - * test sequences to avoid compiling patterns more than once. - */ - public InstructionList getInstructionList(Pattern pattern) { - return (InstructionList) _preCompiled.get(pattern); - } + /** + * Get the instruction list for a pre-compiled pattern. Used by + * test sequences to avoid compiling patterns more than once. + */ + public InstructionList getInstructionList(Pattern pattern) { + return (InstructionList) _preCompiled.get(pattern); + } + + /** + * Used to keep track of an outlineable chunk of instructions in the + * current method. See {@link OutlineableChunkStart} and + * {@link OutlineableChunkEnd} for more information. + */ + private class Chunk implements Comparable { + /** + * {@link InstructionHandle} of the first instruction in the outlineable + * chunk. + */ + private InstructionHandle m_start; + + /** + * {@link org.apache.bcel.generic.InstructionHandle} of the first + * instruction in the outlineable chunk. + */ + private InstructionHandle m_end; + + /** + * Number of bytes in the instructions contained in this outlineable + * chunk. + */ + private int m_size; + + /** + * <p>Constructor for an outlineable {@link MethodGenerator.Chunk}.</p> + * <p><b>Preconditions:</b> + * <ul> + * <li>The {@link InstructionList#setPositions()} has been called for + * the {@link InstructionList} associated with this + * {@link MethodGenerator}.</li> + * </ul></p> + * @param start The {@link InstructionHandle} of the first + * instruction in the outlineable chunk. + * @param end The {@link InstructionHandle} of the last + * instruction in the outlineable chunk. + */ + Chunk(InstructionHandle start, InstructionHandle end) { + m_start = start; + m_end = end; + m_size = end.getPosition() - start.getPosition(); + } + + /** + * Determines whether this outlineable {@link MethodGenerator.Chunk} is + * followed immediately by the argument + * <code>MethodGenerator.Chunk</code>, with no other intervening + * instructions, including {@link OutlineableChunkStart} or + * {@link OutlineableChunkEnd} instructions. + * @param neighbour an outlineable {@link MethodGenerator.Chunk} + * @return <code>true</code> if and only if the argument chunk + * immediately follows <code>this</code> chunk + */ + boolean isAdjacentTo(Chunk neighbour) { + return getChunkEnd().getNext() == neighbour.getChunkStart(); + } + + /** + * Getter method for the start of this {@linke MethodGenerator.Chunk} + * @return the {@link org.apache.bcel.generic.InstructionHandle} of the + * start of this chunk + */ + InstructionHandle getChunkStart() { + return m_start; + } + + /** + * Getter method for the end of this {@link MethodGenerator.Chunk} + * @return the {@link InstructionHandle} of the start of this chunk + */ + InstructionHandle getChunkEnd() { + return m_end; + } + + /** + * The size of this {@link MethodGenerator.Chunk} + * @return the number of bytes in the byte code represented by this + * chunk. + */ + int getChunkSize() { + return m_size; + } + + /** + * Implements the <code>java.util.Comparable.compareTo(Object)</code> + * method. + * @return + * <ul> + * <li>A positive <code>int</code> if the length of <code>this</code> + * chunk in bytes is greater than that of <code>comparand</code></li> + * <li>A negative <code>int</code> if the length of <code>this</code> + * chunk in bytes is less than that of <code>comparand</code></li> + * <li>Zero, otherwise.</li> + * </ul> + */ + public int compareTo(Object comparand) { + return getChunkSize() - ((Chunk)comparand).getChunkSize(); + } + } + + /** + * Find the outlineable chunks in this method that would be the best choices + * to outline, based on size and position in the method. + * @param classGen The {@link ClassGen} with which the generated methods + * will be associated + * @param totalMethodSize the size of the bytecode in the original method + * @return a <code>java.util.ArrayList</code> containing the + * {@link MethodGenerator.Chunk}s that may be outlined from this method + */ + private ArrayList getCandidateChunks(ClassGenerator classGen, + int totalMethodSize) { + Iterator instructions = getInstructionList().iterator(); + ArrayList candidateChunks = new ArrayList(); + ArrayList currLevelChunks = new ArrayList(); + Stack subChunkStack = new Stack(); + boolean openChunkAtCurrLevel = false; + boolean firstInstruction = true; + + InstructionHandle currentHandle; + + if (m_openChunks != 0) { + String msg = + (new ErrorMsg(ErrorMsg.OUTLINE_ERR_UNBALANCED_MARKERS)) + .toString(); + throw new InternalError(msg); + } + + // Scan instructions in the method, keeping track of the nesting level + // of outlineable chunks. + // + // currLevelChunks + // keeps track of the child chunks of a chunk. For each chunk, + // there will be a pair of entries: the InstructionHandles for the + // start and for the end of the chunk + // subChunkStack + // a stack containing the partially accumulated currLevelChunks for + // each chunk that's still open at the current position in the + // InstructionList. + // candidateChunks + // the list of chunks which have been accepted as candidates chunks + // for outlining + do { + // Get the next instruction. The loop will perform one extra + // iteration after it reaches the end of the InstructionList, with + // currentHandle set to null. + currentHandle = instructions.hasNext() + ? (InstructionHandle) instructions.next() + : null; + Instruction inst = + (currentHandle != null) ? currentHandle.getInstruction() + : null; + + // At the first iteration, create a chunk representing all the + // code in the method. This is done just to simplify the logic - + // this chunk can never be outlined because it will be too big. + if (firstInstruction) { + openChunkAtCurrLevel = true; + currLevelChunks.add(currentHandle); + firstInstruction = false; + } + + // Found a new chunk + if (inst instanceof OutlineableChunkStart) { + // If last MarkerInstruction encountered was an + // OutlineableChunkStart, this represents the first chunk + // nested within that previous chunk - push the list of chunks + // from the outer level onto the stack + if (openChunkAtCurrLevel) { + subChunkStack.push(currLevelChunks); + currLevelChunks = new ArrayList(); + } + + openChunkAtCurrLevel = true; + currLevelChunks.add(currentHandle); + // Close off an open chunk + } else if (currentHandle == null + || inst instanceof OutlineableChunkEnd) { + ArrayList nestedSubChunks = null; + + // If the last MarkerInstruction encountered was an + // OutlineableChunkEnd, it means that the current instruction + // marks the end of a chunk that contained child chunks. + // Those children might need to be examined below in case they + // are better candidates for outlining than the current chunk. + if (!openChunkAtCurrLevel) { + nestedSubChunks = currLevelChunks; + currLevelChunks = (ArrayList)subChunkStack.pop(); + } + + // Get the handle for the start of this chunk (the last entry + // in currLevelChunks) + InstructionHandle chunkStart = + (InstructionHandle) currLevelChunks.get( + currLevelChunks.size()-1); + + int chunkEndPosition = + (currentHandle != null) ? currentHandle.getPosition() + : totalMethodSize; + int chunkSize = chunkEndPosition - chunkStart.getPosition(); + + // Two ranges of chunk size to consider: + // + // 1. [0,TARGET_METHOD_SIZE] + // Keep this chunk in consideration as a candidate, + // and ignore its subchunks, if any - there's nothing to be + // gained by outlining both the current chunk and its + // children! + // + // 2. (TARGET_METHOD_SIZE,+infinity) + // Ignore this chunk - it's too big. Add its subchunks + // as candidates, after merging adjacent chunks to produce + // chunks that are as large as possible + if (chunkSize <= TARGET_METHOD_SIZE) { + currLevelChunks.add(currentHandle); + } else { + if (!openChunkAtCurrLevel) { + int childChunkCount = nestedSubChunks.size() / 2; + if (childChunkCount > 0) { + Chunk[] childChunks = new Chunk[childChunkCount]; + + // Gather all the child chunks of the current chunk + for (int i = 0; i < childChunkCount; i++) { + InstructionHandle start = + (InstructionHandle) nestedSubChunks + .get(i*2); + InstructionHandle end = + (InstructionHandle) nestedSubChunks + .get(i*2+1); + + childChunks[i] = new Chunk(start, end); + } + + // Merge adjacent siblings + ArrayList mergedChildChunks = + mergeAdjacentChunks(childChunks); + + // Add chunks that mean minimum size requirements + // to the list of candidate chunks for outlining + for (int i = 0; i < mergedChildChunks.size(); i++) { + Chunk mergedChunk = + (Chunk)mergedChildChunks.get(i); + int mergedSize = mergedChunk.getChunkSize(); + + if (mergedSize >= MINIMUM_OUTLINEABLE_CHUNK_SIZE + && mergedSize <= TARGET_METHOD_SIZE) { + candidateChunks.add(mergedChunk); + } + } + } + } + + // Drop the chunk which was too big + currLevelChunks.remove(currLevelChunks.size() - 1); + } + + // currLevelChunks contains pairs of InstructionHandles. If + // its size is an odd number, the loop has encountered the + // start of a chunk at this level, but not its end. + openChunkAtCurrLevel = ((currLevelChunks.size() & 0x1) == 1); + } + + } while (currentHandle != null); + return candidateChunks; + } + + /** + * Merge adjacent sibling chunks to produce larger candidate chunks for + * outlining + * @param chunks array of sibling {@link MethodGenerator.Chunk}s that are + * under consideration for outlining. Chunks must be in + * the order encountered in the {@link InstructionList} + * @return a <code>java.util.ArrayList</code> of + * <code>MethodGenerator.Chunk</code>s maximally merged + */ + private ArrayList mergeAdjacentChunks(Chunk[] chunks) { + int[] adjacencyRunStart = new int[chunks.length]; + int[] adjacencyRunLength = new int[chunks.length]; + boolean[] chunkWasMerged = new boolean[chunks.length]; + + int maximumRunOfChunks = 0; + int startOfCurrentRun; + int numAdjacentRuns = 0; + + ArrayList mergedChunks = new ArrayList(); + + startOfCurrentRun = 0; + + // Loop through chunks, and record in adjacencyRunStart where each + // run of adjacent chunks begins and how many are in that run. For + // example, given chunks A B C D E F, if A is adjacent to B, but not + // to C, and C, D, E and F are all adjacent, + // adjacencyRunStart[0] == 0; adjacencyRunLength[0] == 2 + // adjacencyRunStart[1] == 2; adjacencyRunLength[1] == 4 + for (int i = 1; i < chunks.length; i++) { + if (!chunks[i-1].isAdjacentTo(chunks[i])) { + int lengthOfRun = i - startOfCurrentRun; + + // Track the longest run of chunks found + if (maximumRunOfChunks < lengthOfRun) { + maximumRunOfChunks = lengthOfRun; + } + + if (lengthOfRun > 1 ) { + adjacencyRunLength[numAdjacentRuns] = lengthOfRun; + adjacencyRunStart[numAdjacentRuns] = startOfCurrentRun; + numAdjacentRuns++; + } + + startOfCurrentRun = i; + } + } + + if (chunks.length - startOfCurrentRun > 1) { + adjacencyRunLength[numAdjacentRuns] = + chunks.length - startOfCurrentRun; + adjacencyRunLength[numAdjacentRuns] = startOfCurrentRun; + } + + // Try merging adjacent chunks to come up with better sized chunks for + // outlining. This algorithm is not optimal, but it should be + // reasonably fast. Consider an example like this, where four chunks + // of the sizes specified in brackets are adjacent. The best way of + // combining these chunks would be to merge the first pair and merge + // the last three to form two chunks, but the algorithm will merge the + // three in the middle instead, leaving three chunks in all. + // [25000] [25000] [20000] [1000] [20000] + + // Start by trying to merge the maximum number of adjacent chunks, and + // work down from there. + for (int numToMerge = maximumRunOfChunks; numToMerge>1; numToMerge--) { + // Look at each run of adjacent chunks + for (int run = 0; run < numAdjacentRuns; run++) { + int runStart = adjacencyRunStart[run]; + int runEnd = runStart + adjacencyRunLength[run] - 1; + + boolean foundChunksToMerge = false; + + // Within the current run of adjacent chunks, look at all + // "subruns" of length numToMerge, until we run out or find + // a subrun that can be merged. + for (int mergeStart = runStart; + mergeStart+numToMerge-1 <= runEnd && !foundChunksToMerge; + mergeStart++) { + int mergeEnd = mergeStart + numToMerge - 1; + int mergeSize = 0; + + // Find out how big the subrun is + for (int j = mergeStart; j <= mergeEnd; j++) { + mergeSize = mergeSize + chunks[j].getChunkSize(); + } + + // If the current subrun is small enough to outline, + // merge it, and split the remaining chunks in the run + if (mergeSize <= TARGET_METHOD_SIZE) { + foundChunksToMerge = true; + + for (int j = mergeStart; j <= mergeEnd; j++) { + chunkWasMerged[j] = true; + } + + mergedChunks.add( + new Chunk(chunks[mergeStart].getChunkStart(), + chunks[mergeEnd].getChunkEnd())); + + // Adjust the length of the current run of adjacent + // chunks to end at the newly merged chunk... + adjacencyRunLength[run] = + adjacencyRunStart[run] - mergeStart; + + int trailingRunLength = runEnd - mergeEnd; + + // and any chunks that follow the newly merged chunk + // in the current run of adjacent chunks form another + // new run of adjacent chunks + if (trailingRunLength >= 2) { + adjacencyRunStart[numAdjacentRuns] = mergeEnd + 1; + adjacencyRunLength[numAdjacentRuns] = + trailingRunLength; + numAdjacentRuns++; + } + } + } + } + } + + // Make a final pass for any chunk that wasn't merged with a sibling + // and include it in the list of chunks after merging. + for (int i = 0; i < chunks.length; i++) { + if (!chunkWasMerged[i]) { + mergedChunks.add(chunks[i]); + } + } + + return mergedChunks; + } + + /** + * Breaks up the IL for this {@link MethodGenerator} into separate + * outlined methods so that no method exceeds the 64KB limit on the length + * of the byte code associated with a method. + * @param classGen The {@link ClassGen} with which the generated methods + * will be associated + * @param originalMethodSize The number of bytes of bytecode represented by + * the {@link InstructionList} of this method + * @return an array of the outlined <code>Method</code>s and the original + * method itself + */ + public Method[] outlineChunks(ClassGenerator classGen, + int originalMethodSize) { + ArrayList methodsOutlined = new ArrayList(); + int currentMethodSize = originalMethodSize; + + int outlinedCount = 0; + boolean moreMethodsOutlined; + + // Loop until the original method comes in under the JVM limit or + // the loop was unable to outline any more methods + do { + // Get all the best candidates for outlining, and sort them in + // ascending order of size + ArrayList candidateChunks = getCandidateChunks(classGen, + currentMethodSize); + Collections.sort(candidateChunks); + + moreMethodsOutlined = false; + + // Loop over the candidates for outlining, from the largest to the + // smallest and outline them one at a time, until the loop has + // outlined all or the original method comes in under the JVM + // limit on the size of a method. + for (int i = candidateChunks.size()-1; + i >= 0 && currentMethodSize > TARGET_METHOD_SIZE; + i--) { + Chunk chunkToOutline = (Chunk)candidateChunks.get(i); + + methodsOutlined.add(outline(chunkToOutline.getChunkStart(), + chunkToOutline.getChunkEnd(), + getName()+"$outline$"+outlinedCount, + classGen)); + outlinedCount++; + moreMethodsOutlined = true; + + InstructionList il = getInstructionList(); + InstructionHandle lastInst = il.getEnd(); + il.setPositions(); + + // Check the size of the method now + currentMethodSize = + lastInst.getPosition() + + lastInst.getInstruction().getLength(); + } + } while (moreMethodsOutlined && currentMethodSize > TARGET_METHOD_SIZE); + + // Outlining failed to reduce the size of the current method + // sufficiently. Throw an internal error. + if (currentMethodSize > MAX_METHOD_SIZE) { + String msg = (new ErrorMsg(ErrorMsg.OUTLINE_ERR_METHOD_TOO_BIG)) + .toString(); + throw new InternalError(msg); + } + + Method[] methodsArr = new Method[methodsOutlined.size() + 1]; + methodsOutlined.toArray(methodsArr); + + methodsArr[methodsOutlined.size()] = getThisMethod(); + + return methodsArr; + } + + /** + * Given an outlineable chunk of code in the current {@link MethodGenerator} + * move ("outline") the chunk to a new method, and replace the chunk in the + * old method with a reference to that new method. No + * {@link OutlineableChunkStart} or {@link OutlineableChunkEnd} instructions + * are copied. + * @param first The {@link InstructionHandle} of the first instruction in + * the chunk to outline + * @param last The <code>InstructionHandle</code> of the last instruction in + * the chunk to outline + * @param outlinedMethodName The name of the new method + * @param classGen The {@link ClassGenerator} of which the original + * and new methods will be members + * @return The new {@link Method} containing the outlined code. + */ + private Method outline(InstructionHandle first, InstructionHandle last, + String outlinedMethodName, ClassGenerator classGen) { + // We're not equipped to deal with exception handlers yet. Bail out! + if (getExceptionHandlers().length != 0) { + String msg = (new ErrorMsg(ErrorMsg.OUTLINE_ERR_TRY_CATCH)) + .toString(); + throw new InternalError(msg); + } + + int outlineChunkStartOffset = first.getPosition(); + int outlineChunkEndOffset = last.getPosition() + + last.getInstruction().getLength(); + + ConstantPoolGen cpg = getConstantPool(); + + // Create new outlined method with signature: + // + // private final outlinedMethodName(CopyLocals copyLocals); + // + // CopyLocals is an object that is used to copy-in/copy-out local + // variables that are used by the outlined method. Only locals whose + // value is potentially set or referenced outside the range of the + // chunk that is being outlined will be represented in CopyLocals. The + // type of the variable for copying local variables is actually + // generated to be unique - it is not named CopyLocals. + // + // The outlined method never needs to be referenced outside of this + // class, and will never be overridden, so we mark it private final. + final InstructionList newIL = new InstructionList(); + + final XSLTC xsltc = classGen.getParser().getXSLTC(); + final String argTypeName = xsltc.getHelperClassName(); + final Type[] argTypes = + new Type[] {(new ObjectType(argTypeName)).toJCType()}; + final String argName = "copyLocals"; + final String[] argNames = new String[] {argName}; + + final MethodGenerator outlinedMethodGen = + new MethodGenerator(ACC_PRIVATE | ACC_FINAL, + org.apache.bcel.generic.Type.VOID, + argTypes, argNames, outlinedMethodName, + getClassName(), newIL, cpg); + + // Create class for copying local variables to the outlined method. + // The fields the class will need to contain will be determined as the + // code in the outlineable chunk is examined. + ClassGenerator copyAreaCG + = new ClassGenerator(argTypeName, OBJECT_CLASS, argTypeName+".java", + ACC_FINAL | ACC_PUBLIC | ACC_SUPER, null, + classGen.getStylesheet()) { + public boolean isExternal() { + return true; + } + }; + ConstantPoolGen copyAreaCPG = copyAreaCG.getConstantPool(); + copyAreaCG.addEmptyConstructor(ACC_PUBLIC); + + // Number of fields in the copy class + int copyAreaFieldCount = 0; + + // The handle for the instruction after the last one to be outlined. + // Note that this should never end up being null. An outlineable chunk + // won't contain a RETURN instruction or other branch out of the chunk, + // and the JVM specification prohibits code in a method from just + // "falling off the end" so this should always point to a valid handle. + InstructionHandle limit = last.getNext(); + + // InstructionLists for copying values into and out of an instance of + // CopyLocals: + // oldMethCoypInIL - from locals in old method into an instance + // of the CopyLocals class (oldMethCopyInIL) + // oldMethCopyOutIL - from CopyLocals back into locals in the old + // method + // newMethCopyInIL - from CopyLocals into locals in the new + // method + // newMethCopyOutIL - from locals in new method into the instance + // of the CopyLocals class + InstructionList oldMethCopyInIL = new InstructionList(); + InstructionList oldMethCopyOutIL = new InstructionList(); + InstructionList newMethCopyInIL = new InstructionList(); + InstructionList newMethCopyOutIL = new InstructionList(); + + // Allocate instance of class in which we'll copy in or copy out locals + // and make two copies: last copy is used to invoke constructor; + // other two are used for references to fields in the CopyLocals object + InstructionHandle outlinedMethodCallSetup = + oldMethCopyInIL.append(new NEW(cpg.addClass(argTypeName))); + oldMethCopyInIL.append(InstructionConstants.DUP); + oldMethCopyInIL.append(InstructionConstants.DUP); + oldMethCopyInIL.append( + new INVOKESPECIAL(cpg.addMethodref(argTypeName, "<init>", "()V"))); + + // Generate code to invoke the new outlined method, and place the code + // on oldMethCopyOutIL + oldMethCopyOutIL.append(InstructionConstants.THIS); + oldMethCopyOutIL.append(InstructionConstants.SWAP); + InstructionHandle outlinedMethodRef = + oldMethCopyOutIL.append( + new INVOKEVIRTUAL(cpg.addMethodref( + classGen.getClassName(), + outlinedMethodName, + outlinedMethodGen.getSignature()))); + + // Used to keep track of the first in a sequence of + // OutlineableChunkStart instructions + boolean chunkStartTargetMappingsPending = false; + InstructionHandle pendingTargetMappingHandle = null; + + // Used to keep track of the last instruction that was copied + InstructionHandle lastCopyHandle = null; + + // Keeps track of the mapping from instruction handles in the old + // method to instruction handles in the outlined method. Only need + // to track instructions that are targeted by something else in the + // generated BCEL + HashMap targetMap = new HashMap(); + + // Keeps track of the mapping from local variables in the old method + // to local variables in the outlined method. + HashMap localVarMap = new HashMap(); + + HashMap revisedLocalVarStart = new HashMap(); + HashMap revisedLocalVarEnd = new HashMap(); + + // Pass 1: Make copies of all instructions, append them to the new list + // and associate old instruction references with the new ones, i.e., + // a 1:1 mapping. The special marker instructions are not copied. + // Also, identify local variables whose values need to be copied into or + // out of the new outlined method, and builds up targetMap and + // localVarMap as described above. The code identifies those local + // variables first so that they can have fixed slots in the stack + // frame for the outlined method assigned them ahead of all those + // variables that don't need to exist for the entirety of the outlined + // method invocation. + for (InstructionHandle ih = first; ih != limit; ih = ih.getNext()) { + Instruction inst = ih.getInstruction(); + + // MarkerInstructions are not copied, so if something else targets + // one, the targetMap will point to the nearest copied sibling + // InstructionHandle: for an OutlineableChunkEnd, the nearest + // preceding sibling; for an OutlineableChunkStart, the nearest + // following sibling. + if (inst instanceof MarkerInstruction) { + if (ih.hasTargeters()) { + if (inst instanceof OutlineableChunkEnd) { + targetMap.put(ih, lastCopyHandle); + } else { + if (!chunkStartTargetMappingsPending) { + chunkStartTargetMappingsPending = true; + pendingTargetMappingHandle = ih; + } + } + } + } else { + // Copy the instruction and append it to the outlined method's + // InstructionList. + Instruction c = inst.copy(); // Use clone for shallow copy + + if (c instanceof BranchInstruction) { + lastCopyHandle = newIL.append((BranchInstruction)c); + } else { + lastCopyHandle = newIL.append(c); + } + + if (c instanceof LocalVariableInstruction + || c instanceof RET) { + // For any instruction that touches a local variable, + // check whether the local variable's value needs to be + // copied into or out of the outlined method. If so, + // generate the code to perform the necessary copying, and + // use localVarMap to map the variable in the original + // method to the variable in the new method. + IndexedInstruction lvi = (IndexedInstruction)c; + int oldLocalVarIndex = lvi.getIndex(); + LocalVariableGen oldLVG = + getLocalVariableRegistry() + .lookupRegisteredLocalVariable(oldLocalVarIndex, + ih.getPosition()); + LocalVariableGen newLVG = + (LocalVariableGen)localVarMap.get(oldLVG); + + // Has the code already mapped this local variable to a + // local in the new method? + if (localVarMap.get(oldLVG) == null) { + // Determine whether the local variable needs to be + // copied into or out of the outlined by checking + // whether the range of instructions in which the + // variable is accessible is outside the range of + // instructions in the outlineable chunk. + // Special case a chunk start offset of zero: a local + // variable live at that position must be a method + // parameter, so the code doesn't need to check whether + // the variable is live before that point; being live + // at offset zero is sufficient to know that the value + // must be copied in to the outlined method. + boolean copyInLocalValue = + offsetInLocalVariableGenRange(oldLVG, + (outlineChunkStartOffset != 0) + ? outlineChunkStartOffset-1 + : 0); + boolean copyOutLocalValue = + offsetInLocalVariableGenRange(oldLVG, + outlineChunkEndOffset+1); + + // For any variable that needs to be copied into or out + // of the outlined method, create a field in the + // CopyLocals class, and generate the necessary code for + // copying the value. + if (copyInLocalValue || copyOutLocalValue) { + String varName = oldLVG.getName(); + Type varType = oldLVG.getType(); + newLVG = outlinedMethodGen.addLocalVariable(varName, + varType, + null, + null); + int newLocalVarIndex = newLVG.getIndex(); + String varSignature = varType.getSignature(); + + // Record the mapping from the old local to the new + localVarMap.put(oldLVG, newLVG); + + copyAreaFieldCount++; + String copyAreaFieldName = + "field" + copyAreaFieldCount; + copyAreaCG.addField( + new Field(ACC_PUBLIC, + copyAreaCPG.addUtf8(copyAreaFieldName), + copyAreaCPG.addUtf8(varSignature), + null, copyAreaCPG.getConstantPool())); + + int fieldRef = cpg.addFieldref(argTypeName, + copyAreaFieldName, + varSignature); + + if (copyInLocalValue) { + // Generate code for the old method to store the + // value of the local into the correct field in + // CopyLocals prior to invocation of the + // outlined method. + oldMethCopyInIL.append( + InstructionConstants.DUP); + InstructionHandle copyInLoad = + oldMethCopyInIL.append( + loadLocal(oldLocalVarIndex, varType)); + oldMethCopyInIL.append(new PUTFIELD(fieldRef)); + + // If the end of the live range of the old + // variable was in the middle of the outlined + // chunk. Make the load of its value the new + // end of its range. + if (!copyOutLocalValue) { + revisedLocalVarEnd.put(oldLVG, copyInLoad); + } + + // Generate code for start of the outlined + // method to copy the value from a field in + // CopyLocals to the new local in the outlined + // method + newMethCopyInIL.append( + InstructionConstants.ALOAD_1); + newMethCopyInIL.append(new GETFIELD(fieldRef)); + newMethCopyInIL.append( + storeLocal(newLocalVarIndex, varType)); + } + + if (copyOutLocalValue) { + // Generate code for the end of the outlined + // method to copy the value from the new local + // variable into a field in CopyLocals + // method + newMethCopyOutIL.append( + InstructionConstants.ALOAD_1); + newMethCopyOutIL.append( + loadLocal(newLocalVarIndex, varType)); + newMethCopyOutIL.append(new PUTFIELD(fieldRef)); + + // Generate code to copy the value from a field + // in CopyLocals into a local in the original + // method following invocation of the outlined + // method. + oldMethCopyOutIL.append( + InstructionConstants.DUP); + oldMethCopyOutIL.append(new GETFIELD(fieldRef)); + InstructionHandle copyOutStore = + oldMethCopyOutIL.append( + storeLocal(oldLocalVarIndex, varType)); + + // If the start of the live range of the old + // variable was in the middle of the outlined + // chunk. Make this store into it the new start + // of its range. + if (!copyInLocalValue) { + revisedLocalVarStart.put(oldLVG, + copyOutStore); + } + } + } + } + } + + if (ih.hasTargeters()) { + targetMap.put(ih, lastCopyHandle); + } + + // If this is the first instruction copied following a sequence + // of OutlineableChunkStart instructions, indicate that the + // sequence of old instruction all map to this newly created + // instruction + if (chunkStartTargetMappingsPending) { + do { + targetMap.put(pendingTargetMappingHandle, + lastCopyHandle); + pendingTargetMappingHandle = + pendingTargetMappingHandle.getNext(); + } while(pendingTargetMappingHandle != ih); + + chunkStartTargetMappingsPending = false; + } + } + } + + // Pass 2: Walk old and new instruction lists, updating branch targets + // and local variable references in the new list + InstructionHandle ih = first; + InstructionHandle ch = newIL.getStart(); + + while (ch != null) { + // i == old instruction; c == copied instruction + Instruction i = ih.getInstruction(); + Instruction c = ch.getInstruction(); + + if (i instanceof BranchInstruction) { + BranchInstruction bc = (BranchInstruction)c; + BranchInstruction bi = (BranchInstruction)i; + InstructionHandle itarget = bi.getTarget(); // old target + + // New target must be in targetMap + InstructionHandle newTarget = + (InstructionHandle)targetMap.get(itarget); + + bc.setTarget(newTarget); + + // Handle LOOKUPSWITCH or TABLESWITCH which may have many + // target instructions + if (bi instanceof Select) { + InstructionHandle[] itargets = ((Select)bi).getTargets(); + InstructionHandle[] ctargets = ((Select)bc).getTargets(); + + // Update all targets + for (int j=0; j < itargets.length; j++) { + ctargets[j] = + (InstructionHandle)targetMap.get(itargets[j]); + } + } + } else if (i instanceof LocalVariableInstruction + || i instanceof RET) { + // For any instruction that touches a local variable, + // map the location of the variable in the original + // method to its location in the new method. + IndexedInstruction lvi = (IndexedInstruction)c; + int oldLocalVarIndex = lvi.getIndex(); + LocalVariableGen oldLVG = + getLocalVariableRegistry() + .lookupRegisteredLocalVariable(oldLocalVarIndex, + ih.getPosition()); + LocalVariableGen newLVG = + (LocalVariableGen)localVarMap.get(oldLVG); + int newLocalVarIndex; + + if (newLVG == null) { + // Create new variable based on old variable - use same + // name and type, but we will let the variable be active + // for the entire outlined method. + // LocalVariableGen oldLocal = oldLocals[oldLocalVarIndex]; + String varName = oldLVG.getName(); + Type varType = oldLVG.getType(); + newLVG = outlinedMethodGen.addLocalVariable(varName, + varType, + null, + null); + newLocalVarIndex = newLVG.getIndex(); + localVarMap.put(oldLVG, newLVG); + + // The old variable's live range was wholly contained in + // the outlined chunk. There should no longer be stores + // of values into it or loads of its value, so we can just + // mark its live range as the reference to the outlined + // method. + revisedLocalVarStart.put(oldLVG, outlinedMethodRef); + revisedLocalVarEnd.put(oldLVG, outlinedMethodRef); + } else { + newLocalVarIndex = newLVG.getIndex(); + } + lvi.setIndex(newLocalVarIndex); + } + + // If the old instruction marks the end of the range of a local + // variable, make sure that any slots on the stack reserved for + // local variables are made available for reuse by calling + // MethodGenerator.removeLocalVariable + if (ih.hasTargeters()) { + InstructionTargeter[] targeters = ih.getTargeters(); + + for (int idx = 0; idx < targeters.length; idx++) { + InstructionTargeter targeter = targeters[idx]; + + if (targeter instanceof LocalVariableGen + && ((LocalVariableGen)targeter).getEnd()==ih) { + Object newLVG = localVarMap.get(targeter); + if (newLVG != null) { + outlinedMethodGen.removeLocalVariable( + (LocalVariableGen)newLVG); + } + } + } + } + + // If the current instruction in the original list was a marker, + // it wasn't copied, so don't advance through the list of copied + // instructions yet. + if (!(i instanceof MarkerInstruction)) { + ch = ch.getNext(); + } + ih = ih.getNext(); + + } + + // POP the reference to the CopyLocals object from the stack + oldMethCopyOutIL.append(InstructionConstants.POP); + + // Now that the generation of the outlined code is complete, update + // the old local variables with new start and end ranges, as required. + Iterator revisedLocalVarStartPairIter = revisedLocalVarStart.entrySet() + .iterator(); + while (revisedLocalVarStartPairIter.hasNext()) { + Map.Entry lvgRangeStartPair = + (Map.Entry)revisedLocalVarStartPairIter.next(); + LocalVariableGen lvg = (LocalVariableGen)lvgRangeStartPair.getKey(); + InstructionHandle startInst = + (InstructionHandle)lvgRangeStartPair.getValue(); + + lvg.setStart(startInst); + + } + + Iterator revisedLocalVarEndPairIter = revisedLocalVarEnd.entrySet() + .iterator(); + while (revisedLocalVarEndPairIter.hasNext()) { + Map.Entry lvgRangeEndPair = + (Map.Entry)revisedLocalVarEndPairIter.next(); + LocalVariableGen lvg = (LocalVariableGen)lvgRangeEndPair.getKey(); + InstructionHandle endInst = + (InstructionHandle)lvgRangeEndPair.getValue(); + + lvg.setEnd(endInst); + } + + xsltc.dumpClass(copyAreaCG.getJavaClass()); + + // Assemble the instruction lists so that the old method invokes the + // new outlined method + InstructionList oldMethodIL = getInstructionList(); + + oldMethodIL.insert(first, oldMethCopyInIL); + oldMethodIL.insert(first, oldMethCopyOutIL); + + // Insert the copying code into the outlined method + newIL.insert(newMethCopyInIL); + newIL.append(newMethCopyOutIL); + newIL.append(InstructionConstants.RETURN); + + // Discard instructions in outlineable chunk from old method + try { + oldMethodIL.delete(first, last); + } catch (TargetLostException e) { + InstructionHandle[] targets = e.getTargets(); + // If there were still references to old instructions lingering, + // clean those up. The only instructions targetting the deleted + // instructions should have been part of the chunk that was just + // deleted, except that instructions might branch to the start of + // the outlined chunk; similarly, all the live ranges of local + // variables should have been adjusted, except for unreferenced + // variables. + for (int i = 0; i < targets.length; i++) { + InstructionHandle lostTarget = targets[i]; + InstructionTargeter[] targeters = lostTarget.getTargeters(); + for (int j = 0; j < targeters.length; j++) { + if (targeters[j] instanceof LocalVariableGen) { + LocalVariableGen lvgTargeter = + (LocalVariableGen) targeters[j]; + // In the case of any lingering variable references, + // just make the live range point to the outlined + // function reference. Such variables should be unused + // anyway. + if (lvgTargeter.getStart() == lostTarget) { + lvgTargeter.setStart(outlinedMethodRef); + } + if (lvgTargeter.getEnd() == lostTarget) { + lvgTargeter.setEnd(outlinedMethodRef); + } + } else { + targeters[j].updateTarget(lostTarget, + outlinedMethodCallSetup); + } + } + } + } + + // Make a copy for the new method of all exceptions that might be thrown + String[] exceptions = getExceptions(); + for (int i = 0; i < exceptions.length; i++) { + outlinedMethodGen.addException(exceptions[i]); + } + + return outlinedMethodGen.getThisMethod(); + } + + /** + * Helper method to generate an instance of a subclass of + * {@link LoadInstruction} based on the specified {@link Type} that will + * load the specified local variable + * @param index the JVM stack frame index of the variable that is to be + * loaded + * @param type the {@link Type} of the variable + * @return the generated {@link LoadInstruction} + */ + private static Instruction loadLocal(int index, Type type) { + if (type == Type.BOOLEAN) { + return new ILOAD(index); + } else if (type == Type.INT) { + return new ILOAD(index); + } else if (type == Type.SHORT) { + return new ILOAD(index); + } else if (type == Type.LONG) { + return new LLOAD(index); + } else if (type == Type.BYTE) { + return new ILOAD(index); + } else if (type == Type.CHAR) { + return new ILOAD(index); + } else if (type == Type.FLOAT) { + return new FLOAD(index); + } else if (type == Type.DOUBLE) { + return new DLOAD(index); + } else { + return new ALOAD(index); + } + } + + /** + * Helper method to generate an instance of a subclass of + * {@link StoreInstruction} based on the specified {@link Type} that will + * store a value in the specified local variable + * @param index the JVM stack frame index of the variable that is to be + * stored + * @param type the {@link Type} of the variable + * @return the generated {@link StoredInstruction} + */ + private static Instruction storeLocal(int index, Type type) { + if (type == Type.BOOLEAN) { + return new ISTORE(index); + } else if (type == Type.INT) { + return new ISTORE(index); + } else if (type == Type.SHORT) { + return new ISTORE(index); + } else if (type == Type.LONG) { + return new LSTORE(index); + } else if (type == Type.BYTE) { + return new ISTORE(index); + } else if (type == Type.CHAR) { + return new ISTORE(index); + } else if (type == Type.FLOAT) { + return new FSTORE(index); + } else if (type == Type.DOUBLE) { + return new DSTORE(index); + } else { + return new ASTORE(index); + } + } + + /** + * Track the number of outlineable chunks seen. + */ + private int m_totalChunks = 0; + + /** + * Track the number of outlineable chunks started but not yet ended. Used + * to detect imbalances in byte code generation. + */ + private int m_openChunks = 0; + + /** + * Mark the end of the method's + * {@link InstructionList} as the start of an outlineable chunk of code. + * The outlineable chunk begins after the {@link InstructionHandle} that is + * at the end of the method's {@link InstructionList}, or at the start of + * the method if the <code>InstructionList</code> is empty. + * See {@link OutlineableChunkStart} for more information. + */ + public void markChunkStart() { + // m_chunkTree.markChunkStart(); + getInstructionList() + .append(OutlineableChunkStart.OUTLINEABLECHUNKSTART); + m_totalChunks++; + m_openChunks++; + } + + /** + * Mark the end of an outlineable chunk of code. See + * {@link OutlineableChunkStart} for more information. + */ + public void markChunkEnd() { + // m_chunkTree.markChunkEnd(); + getInstructionList() + .append(OutlineableChunkEnd.OUTLINEABLECHUNKEND); + m_openChunks--; + if (m_openChunks < 0) { + String msg = (new ErrorMsg(ErrorMsg.OUTLINE_ERR_UNBALANCED_MARKERS)) + .toString(); + throw new InternalError(msg); + } + } + + /** + * <p>Get all {@link Method}s generated by this {@link MethodGenerator}. + * The {@link MethodGen#getMethod()} only returns a single + * <code>Method</code> object. This method takes into account the Java + * Virtual Machine Specification limit of 64KB on the size of a method, and + * may return more than one <code>Method</code>.</p> + * <p>If the code associated with the <code>MethodGenerator</code> would + * exceed the 64KB limit, this method will attempt to split the code in + * the {@link InstructionList} associated with this + * <code>MethodGenerator</code> into several methods.</p> + * @param classGen the {@link ClassGenerator} of which these methods are + * members + * @return an array of all the <code>Method</code>s generated + */ + Method[] getGeneratedMethods(ClassGenerator classGen) { + Method[] generatedMethods; + InstructionList il = getInstructionList(); + InstructionHandle last = il.getEnd(); + + il.setPositions(); + + int instructionListSize = + last.getPosition() + last.getInstruction().getLength(); + + // Need to look for any branch target offsets that exceed the range + // [-32768,32767] + if (instructionListSize > MAX_BRANCH_TARGET_OFFSET) { + boolean ilChanged = widenConditionalBranchTargetOffsets(); + + // If any branch instructions needed widening, recompute the size + // of the byte code for the method + if (ilChanged) { + il.setPositions(); + last = il.getEnd(); + instructionListSize = + last.getPosition() + last.getInstruction().getLength(); + } + } + + if (instructionListSize > MAX_METHOD_SIZE) { + generatedMethods = outlineChunks(classGen, instructionListSize); + } else { + generatedMethods = new Method[] {getThisMethod()}; + } + return generatedMethods; + } + + protected Method getThisMethod() { + stripAttributes(true); + setMaxLocals(); + setMaxStack(); + removeNOPs(); + + return getMethod(); + } + /** + * <p>Rewrites branches to avoid the JVM limits of relative branch + * offsets. There is no need to invoke this method if the bytecode for the + * {@link MethodGenerator} does not exceed 32KB.</p> + * <p>The Java Virtual Machine Specification permits the code portion of a + * method to be up to 64KB in length. However, some control transfer + * instructions specify relative offsets as a signed 16-bit quantity, + * limiting the range to a subset of the instructions that might be in a + * method.</p> + * <p>The <code>TABLESWITCH</code> and <code>LOOKUPSWITCH</code> + * instructions always use 32-bit signed relative offsets, so they are + * immune to this problem.</p> + * <p>The <code>GOTO</code> and <code>JSR</code> + * instructions come in two forms, one of which uses 16-bit relative + * offsets, and the other of which uses 32-bit relative offsets. The BCEL + * library decides whether to use the wide form of <code>GOTO</code> or + * <code>JSR</code>instructions based on the relative offset of the target + * of the instruction without any intervention by the user of the + * library.</p> + * <p>This leaves the various conditional branch instructions, + * <code>IFEQ</code>, <code>IFNULL</code>, <code>IF_ICMPEQ</code>, + * <em>et al.</em>, all of which use 16-bit signed relative offsets, with no + * 32-bit wide form available.</p> + * <p>This method scans the {@link InstructionList} associated with this + * {@link MethodGenerator} and finds all conditional branch instructions + * that might exceed the 16-bit limitation for relative branch offsets. + * The logic of each such instruction is inverted, and made to target the + * instruction which follows it. An unconditional branch to the original + * target of the instruction is then inserted between the conditional + * branch and the instruction which previously followed it. The + * unconditional branch is permitted to have a 16-bit or a 32-bit relative + * offset, as described above. For example, + * <code> + * 1234: NOP + * ... + * 55278: IFEQ -54044 + * 55280: NOP + * </code> + * is rewritten as + * <code> + * 1234: NOP + * ... + * 55278: IFNE 7 + * 55280: GOTO_W -54046 + * 55285: NOP + * </code></p> + * <p><b>Preconditions:</b> + * <ul><li>The {@link InstructionList#setPositions()} has been called for + * the <code>InstructionList</code> associated with this + * <code>MethodGenerator</code>. + * </li></ul></p> + * <p><b>Postconditions:</b> + * <ul><li>Any further changes to the <code>InstructionList</code> for this + * <code>MethodGenerator</code> will invalidate the changes made by this + * method.</li></ul> + * </p> + * @return <code>true</code> if the <code>InstructionList</code> was + * modified; <code>false</code> otherwise + * @see The Java Virtual Machine Specification, Second Edition + */ + boolean widenConditionalBranchTargetOffsets() { + boolean ilChanged = false; + int maxOffsetChange = 0; + InstructionList il = getInstructionList(); + + // Loop through all the instructions, finding those that would be + // affected by inserting new instructions in the InstructionList, and + // calculating the maximum amount by which the relative offset between + // two instructions could possibly change. + // In part this loop duplicates code in + // org.apache.bcel.generic.InstructionList.setPosition(), which does + // this to determine whether to use 16-bit or 32-bit offsets for GOTO + // and JSR instructions. Ideally, that method would do the same for + // conditional branch instructions, but it doesn't, so we duplicate the + // processing here. + for (InstructionHandle ih = il.getStart(); + ih != null; + ih = ih.getNext()) { + Instruction inst = ih.getInstruction(); + + switch (inst.getOpcode()) { + // Instructions that may have 16-bit or 32-bit branch targets. + // The size of the branch offset might increase by two bytes. + case Constants.GOTO: + case Constants.JSR: + maxOffsetChange = maxOffsetChange + 2; + break; + // Instructions that contain padding for alignment purposes + // Up to three bytes of padding might be needed. For greater + // accuracy, we should be able to discount any padding already + // added to these instructions by InstructionList.setPosition(), + // their APIs do not expose that information. + case Constants.TABLESWITCH: + case Constants.LOOKUPSWITCH: + maxOffsetChange = maxOffsetChange + 3; + break; + // Instructions that might be rewritten by this method as a + // conditional branch followed by an unconditional branch. + // The unconditional branch would require five bytes. + case Constants.IF_ACMPEQ: + case Constants.IF_ACMPNE: + case Constants.IF_ICMPEQ: + case Constants.IF_ICMPGE: + case Constants.IF_ICMPGT: + case Constants.IF_ICMPLE: + case Constants.IF_ICMPLT: + case Constants.IF_ICMPNE: + case Constants.IFEQ: + case Constants.IFGE: + case Constants.IFGT: + case Constants.IFLE: + case Constants.IFLT: + case Constants.IFNE: + case Constants.IFNONNULL: + case Constants.IFNULL: + maxOffsetChange = maxOffsetChange + 5; + break; + } + } + + // Now that the maximum number of bytes by which the method might grow + // has been determined, look for conditional branches to see which + // might possibly exceed the 16-bit relative offset. + for (InstructionHandle ih = il.getStart(); + ih != null; + ih = ih.getNext()) { + Instruction inst = ih.getInstruction(); + + if (inst instanceof IfInstruction) { + IfInstruction oldIfInst = (IfInstruction)inst; + BranchHandle oldIfHandle = (BranchHandle)ih; + InstructionHandle target = oldIfInst.getTarget(); + int relativeTargetOffset = target.getPosition() + - oldIfHandle.getPosition(); + + // Consider the worst case scenario in which the conditional + // branch and its target are separated by all the instructions + // in the method that might increase in size. If that results + // in a relative offset that cannot be represented as a 32-bit + // signed quantity, rewrite the instruction as described above. + if ((relativeTargetOffset - maxOffsetChange + < MIN_BRANCH_TARGET_OFFSET) + || (relativeTargetOffset + maxOffsetChange + > MAX_BRANCH_TARGET_OFFSET)) { + // Invert the logic of the IF instruction, and append + // that to the InstructionList following the original IF + // instruction + InstructionHandle nextHandle = oldIfHandle.getNext(); + IfInstruction invertedIfInst = oldIfInst.negate(); + BranchHandle invertedIfHandle = il.append(oldIfHandle, + invertedIfInst); + + // Append an unconditional branch to the target of the + // original IF instruction after the new IF instruction + BranchHandle gotoHandle = il.append(invertedIfHandle, + new GOTO(target)); + + // If the original IF was the last instruction in + // InstructionList, add a new no-op to act as the target + // of the new IF + if (nextHandle == null) { + nextHandle = il.append(gotoHandle, NOP); + } + + // Make the new IF instruction branch around the GOTO + invertedIfHandle.updateTarget(target, nextHandle); + + // If anything still "points" to the old IF instruction, + // make adjustments to refer to either the new IF or GOTO + // instruction + if (oldIfHandle.hasTargeters()) { + InstructionTargeter[] targeters = + oldIfHandle.getTargeters(); + + for (int i = 0; i < targeters.length; i++) { + InstructionTargeter targeter = targeters[i]; + // Ideally, one should simply be able to use + // InstructionTargeter.updateTarget to change + // references to the old IF instruction to the new + // IF instruction. However, if a LocalVariableGen + // indicated the old IF marked the end of the range + // in which the IF variable is in use, the live + // range of the variable must extend to include the + // newly created GOTO instruction. The need for + // this sort of specific knowledge of an + // implementor of the InstructionTargeter interface + // makes the code more fragile. Future implementors + // of the interface might have similar requirements + // which wouldn't be accommodated seemlessly. + if (targeter instanceof LocalVariableGen) { + LocalVariableGen lvg = + (LocalVariableGen) targeter; + if (lvg.getStart() == oldIfHandle) { + lvg.setStart(invertedIfHandle); + } else if (lvg.getEnd() == oldIfHandle) { + lvg.setEnd(gotoHandle); + } + } else { + targeter.updateTarget(oldIfHandle, + invertedIfHandle); + } + } + } + + try { + il.delete(oldIfHandle); + } catch (TargetLostException tle) { + // This can never happen - we updated the list of + // instructions that target the deleted instruction + // prior to deleting it. + String msg = + new ErrorMsg(ErrorMsg.OUTLINE_ERR_DELETED_TARGET, + tle.getMessage()).toString(); [... 18 lines stripped ...] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Mon Jan 17 15:22:00 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15905 invoked from network); 17 Jan 2005 15:22:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 17 Jan 2005 15:22:00 -0000 Received: (qmail 86087 invoked by uid 500); 17 Jan 2005 15:21:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <packagers.httpd.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 86073 invoked by uid 99); 17 Jan 2005 15:21:59 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from chandler.sharp.fm (HELO chandler.sharp.fm) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 17 Jan 2005 07:21:58 -0800 Received: by chandler.sharp.fm (Postfix, from userid 48) id B02EA9232F2; Mon, 17 Jan 2005 09:21:55 -0600 (CST) Received: from 161.129.204.104 (SquirrelMail authenticated user [email protected]); by www.sharp.fm with HTTP; Mon, 17 Jan 2005 17:21:55 +0200 (SAST) Message-ID: <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> Date: Mon, 17 Jan 2005 17:21:55 +0200 (SAST) Subject: Solaris packaging: reasonable choices for DB and LDAP libraries From: "Graham Leggett" <[email protected]> To: [email protected] User-Agent: SquirrelMail/1.4.3a-7.EL3 X-Mailer: SquirrelMail/1.4.3a-7.EL3 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi all, Apr-util depends on both a DB package, and an LDAP library. Which libraries are a reasonable choice to make for packages built for Solaris? Does Solaris have native LDAP support from Solaris v2.8 to v2.10? Regards, Graham -- From [email protected] Mon Jan 17 15:56:49 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50174 invoked from network); 17 Jan 2005 15:56:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 17 Jan 2005 15:56:49 -0000 Received: (qmail 4988 invoked by uid 500); 17 Jan 2005 15:56:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <packagers.httpd.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 4970 invoked by uid 99); 17 Jan 2005 15:56:48 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from force-elite.com (HELO utopia.in.force-elite.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 17 Jan 2005 07:56:47 -0800 X-AuthUser: [email protected] Received: from [161.129.204.104] (161.129.204.104:60594) by utopia.in.force-elite.com with [XMail 1.17 (Linux/Ix86) ESMTP Server] id <S8F2CB> for <[email protected]> from <[email protected]>; Mon, 17 Jan 2005 07:56:43 -0800 Message-ID: <[email protected]> Date: Mon, 17 Jan 2005 07:56:45 -0800 From: Paul Querna <[email protected]> User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Graham Leggett <[email protected]> CC: [email protected] Subject: Re: v0.9 and v1.x simultaneously - Expat conflict References: <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> In-Reply-To: <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> X-Enigmail-Version: 161.129.204.104 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Graham Leggett wrote: | Hi all, | | Both v0.9 and v1.x of apr-util include a bundled copy of expat v1.95.2. | | When you try and install both the v0.9 and v1.x apr-util libraries at the | same time, a conflict results as the same expat libraries are installed | twice in the same place. | | Is it necessary to bundle expat at all? | I believe it is better to have APR-Util Depend on an External Expat... Just pass --with-expat=/usr/path/to/expat/prefix to ./configure. | How would somebody doing packaging handle expat if it were bundled with | apr-util? | | Regards, | Graham | -- | | -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) iD8DBQFB6+A994h19kJyHwARAsK3AJ9QeDkd7BdCyMPaIxaeD95yXgJKyACfSIfo oieG8DCkEBrbHSj/8iiKoK0= =ogaz -----END PGP SIGNATURE----- From [email protected] Mon Jan 17 16:13:38 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67164 invoked from network); 17 Jan 2005 16:13:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 17 Jan 2005 16:13:38 -0000 Received: (qmail 66463 invoked by uid 500); 17 Jan 2005 16:13:37 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <packagers.httpd.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 66447 invoked by uid 99); 17 Jan 2005 16:13:37 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from chandler.sharp.fm (HELO chandler.sharp.fm) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 17 Jan 2005 08:13:36 -0800 Received: by chandler.sharp.fm (Postfix, from userid 48) id B363B9232F2; Mon, 17 Jan 2005 10:13:33 -0600 (CST) Received: from 161.129.204.104 (SquirrelMail authenticated user [email protected]); by www.sharp.fm with HTTP; Mon, 17 Jan 2005 18:13:33 +0200 (SAST) Message-ID: <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> In-Reply-To: <[email protected]> References: <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> <[email protected]> Date: Mon, 17 Jan 2005 18:13:33 +0200 (SAST) Subject: Re: v0.9 and v1.x simultaneously - Expat conflict From: "Graham Leggett" <[email protected]> To: [email protected] User-Agent: SquirrelMail/1.4.3a-7.EL3 X-Mailer: SquirrelMail/1.4.3a-7.EL3 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Paul Querna said: > I believe it is better to have APR-Util Depend on an External Expat... > Just pass --with-expat=/usr/path/to/expat/prefix to ./configure. Does expat have an expat-config helper application? Regards, Graham -- From [email protected] Mon Jan 17 16:34:37 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84734 invoked from network); 17 Jan 2005 16:34:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 17 Jan 2005 16:34:37 -0000 Received: (qmail 37004 invoked by uid 500); 17 Jan 2005 16:34:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <packagers.httpd.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 36971 invoked by uid 99); 17 Jan 2005 16:34:27 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from chandler.sharp.fm (HELO chandler.sharp.fm) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 17 Jan 2005 08:34:26 -0800 Received: by chandler.sharp.fm (Postfix, from userid 48) id 5A3009232F2; Mon, 17 Jan 2005 10:34:23 -0600 (CST) Received: from 161.129.204.104 (SquirrelMail authenticated user [email protected]); by www.sharp.fm with HTTP; Mon, 17 Jan 2005 18:34:23 +0200 (SAST) Message-ID: <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> In-Reply-To: <[email protected]> References: <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> <[email protected]> Date: Mon, 17 Jan 2005 18:34:23 +0200 (SAST) Subject: Re: v0.9 and v1.x simultaneously - Expat conflict From: "Graham Leggett" <[email protected]> To: [email protected] Cc: "Graham Leggett" <[email protected]>, [email protected] User-Agent: SquirrelMail/1.4.3a-7.EL3 X-Mailer: SquirrelMail/1.4.3a-7.EL3 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Paul Querna said: > I believe it is better to have APR-Util Depend on an External Expat... > Just pass --with-expat=/usr/path/to/expat/prefix to ./configure. Done. Regards, Graham -- From [email protected] Tue Jan 18 12:26:13 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22155 invoked from network); 18 Jan 2005 12:26:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 18 Jan 2005 12:26:13 -0000 Received: (qmail 33861 invoked by uid 500); 18 Jan 2005 12:26:09 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <packagers.httpd.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 33789 invoked by uid 99); 18 Jan 2005 12:26:08 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from chandler.sharp.fm (HELO chandler.sharp.fm) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 18 Jan 2005 04:26:06 -0800 Received: by chandler.sharp.fm (Postfix, from userid 48) id 584735F55AD; Tue, 18 Jan 2005 06:26:04 -0600 (CST) Received: from 161.129.204.104 (SquirrelMail authenticated user [email protected]); by www.sharp.fm with HTTP; Tue, 18 Jan 2005 14:26:04 +0200 (SAST) Message-ID: <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> Date: Tue, 18 Jan 2005 14:26:04 +0200 (SAST) Subject: RPM packaging for httpd v2.0.53 From: "Graham Leggett" <[email protected]> To: [email protected] User-Agent: SquirrelMail/1.4.3a-7.EL3 X-Mailer: SquirrelMail/1.4.3a-7.EL3 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi all, The spec file for httpd v2.0.53 is currently broken. There is a patch outstanding in the STATUS file for httpd v2.0.53 asking for votes to fix the RPM spec file packaging in the next version of httpd. I need another two +1's before I can apply this patch. Any takers? Regards, Graham -- From [email protected] Tue Jan 18 15:44:10 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59181 invoked from network); 18 Jan 2005 15:44:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 18 Jan 2005 15:44:10 -0000 Received: (qmail 48405 invoked by uid 500); 18 Jan 2005 15:44:08 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <packagers.httpd.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 48367 invoked by uid 99); 18 Jan 2005 15:44:08 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from force-elite.com (HELO utopia.in.force-elite.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 18 Jan 2005 07:44:06 -0800 X-AuthUser: [email protected] Received: from [161.129.204.104] (161.129.204.104:51717) by utopia.in.force-elite.com with [XMail 1.17 (Linux/Ix86) ESMTP Server] id <S8F61E> for <[email protected]> from <[email protected]>; Tue, 18 Jan 2005 07:44:03 -0800 Message-ID: <[email protected]> Date: Tue, 18 Jan 2005 07:44:02 -0800 From: Paul Querna <[email protected]> User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Subject: Re: RPM packaging for httpd v2.0.53 References: <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> In-Reply-To: <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> X-Enigmail-Version: 161.129.204.104 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Graham Leggett wrote: > Hi all, > > The spec file for httpd v2.0.53 is currently broken. > > There is a patch outstanding in the STATUS file for httpd v2.0.53 asking > for votes to fix the RPM spec file packaging in the next version of httpd. > > I need another two +1's before I can apply this patch. > > Any takers? I was looking at http://svn.apache.org/~minfrin/httpd-2.0.53-rpm.diff Shouldnt +Requires: apr >= 0.9.6, apr-util >= 0.9.6 be +Requires: apr >= 0.9.5, apr-util >= 0.9.5 The patch also moves several files from bin to sbin (ab,ht*,logresolve). Why? The patch seems to be more than just changing httpd to use an external APR. -Paul From [email protected] Tue Jan 18 23:46:50 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50208 invoked from network); 18 Jan 2005 23:46:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 18 Jan 2005 23:46:49 -0000 Received: (qmail 79442 invoked by uid 500); 18 Jan 2005 23:46:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <packagers.httpd.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 79429 invoked by uid 99); 18 Jan 2005 23:46:49 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from firstmarine.cust-gw.jnb6.alter.net (HELO gatekeeper.fma.co.za) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 18 Jan 2005 15:46:48 -0800 Received: from localhost (localhost.localdomain [161.129.204.104]) by gatekeeper.fma.co.za (Postfix) with ESMTP id 5AEB0893F4 for <[email protected]>; Wed, 19 Jan 2005 01:46:26 +0200 (SAST) Received: from gatekeeper.fma.co.za ([161.129.204.104]) by localhost (gatekeeper.fma.co.za [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id 03199-03 for <[email protected]>; Wed, 19 Jan 2005 01:46:25 +0200 (SAST) Received: from [161.129.204.104] (unknown [161.129.204.104]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gatekeeper.fma.co.za (Postfix) with ESMTP id 9AEC621F08 for <[email protected]>; Wed, 19 Jan 2005 01:46:19 +0200 (SAST) Message-ID: <[email protected]> Date: Wed, 19 Jan 2005 01:46:00 +0200 From: Graham Leggett <[email protected]> User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Subject: Re: RPM packaging for httpd v2.0.53 References: <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> <[email protected]> In-Reply-To: <[email protected]> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms010306080606020107000309" X-Virus-Scanned: by [email protected] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --------------ms010306080606020107000309 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Paul Querna wrote: > I was looking at http://svn.apache.org/~minfrin/httpd-2.0.53-rpm.diff > > Shouldnt > +Requires: apr >= 0.9.6, apr-util >= 0.9.6 > > be > > +Requires: apr >= 0.9.5, apr-util >= 0.9.5 Hmmm... the thinking was to require the official ASF released APR rpms, but this isn't actually necessary, the v0.9.5 seems fine. > The patch also moves several files from bin to sbin (ab,ht*,logresolve). > Why? The patch _stops_ moving several files from sbin to bin, instead keeping the files where httpd installed them in the first place instead of following the Redhat practice of moving them around. Idea is to get the ASF released RPM to be as close to the ASF released httpd as possible. The ASF RPM should not try and do anything radically different from the ASF ./configure;make;make install. > The patch seems to be more than just changing httpd to use an external APR. Exactly, the purpose of the patch is to make the spec file work, and the spec file was broken for a number of reasons. Due to many changes to both APR and the httpd build the spec file there does not build at the moment. Regards, Graham -- --------------ms010306080606020107000309 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJGzCC AugwggJRoAMCAQICAwyZ8DANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UE ChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNv bmFsIEZyZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDQwNjMwMTUxNjQ1WhcNMDUwNjMwMTUxNjQ1 WjBdMRAwDgYDVQQEEwdMZWdnZXR0MQ8wDQYDVQQqEwZHcmFoYW0xFzAVBgNVBAMTDkdyYWhh bSBMZWdnZXR0MR8wHQYJKoZIhvcNAQkBFhBtaW5mcmluQHNoYXJwLmZtMIIBIjANBgkqhkiG 9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwbwE90xkX5511UvMm4pwnFvv0nIIORsm+b+7Vgf04cob H+fQaDVSDgKfZBm4lgoKQtv/2N+jXxzKtubau6yNMYvN+7iVkQJuLIjpo4DQ2tb+hIvVsFvc WkkFpm2+a8lIop1grh2OVIfxHfI/3OA4LbX1Ryq2qAou7TzQh6Te8KjdSigbf1l2gAyCT4ex wLosSdHcTzv2WrYePJP107czC9gE237E68b+63Wmrc42Q4toz09XAaJnxebqSXWKhSx4h8cv 10hweAYXF5WiEUbINGoRD3V7pWRTbOBcz/oPpD8kh6kSu7iyDuchdOfIpy150ff/FCtI8h7f LEXnBvh16wIDAQABoy0wKzAbBgNVHREEFDASgRBtaW5mcmluQHNoYXJwLmZtMAwGA1UdEwEB /wQCMAAwDQYJKoZIhvcNAQEEBQADgYEAgTOjVmbVAi4gtKNhUI2UcMWE56z6nG7KxQZ2EmJS IDhXopbZsXtuOugBDxI1X49aqyQqOktHgWjiii/G0poKhNei3IrUuPB2bp9zo8MtiyB2brXg lvj5N90jsA94MEMtnDLcdlP4C+XkyzarbUAh9TJxxmleateHTyZWIOZcPR0wggLoMIICUaAD AgECAgMMmfAwDQYJKoZIhvcNAQEEBQAwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0 ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVl bWFpbCBJc3N1aW5nIENBMB4XDTA0MDYzMDE1MTY0NVoXDTA1MDYzMDE1MTY0NVowXTEQMA4G A1UEBBMHTGVnZ2V0dDEPMA0GA1UEKhMGR3JhaGFtMRcwFQYDVQQDEw5HcmFoYW0gTGVnZ2V0 dDEfMB0GCSqGSIb3DQEJARYQbWluZnJpbkBzaGFycC5mbTCCASIwDQYJKoZIhvcNAQEBBQAD ggEPADCCAQoCggEBAMG8BPdMZF+eddVLzJuKcJxb79JyCDkbJvm/u1YH9OHKGx/n0Gg1Ug4C n2QZuJYKCkLb/9jfo18cyrbm2rusjTGLzfu4lZECbiyI6aOA0NrW/oSL1bBb3FpJBaZtvmvJ SKKdYK4djlSH8R3yP9zgOC219UcqtqgKLu080Iek3vCo3UooG39ZdoAMgk+HscC6LEnR3E87 9lq2HjyT9dO3MwvYBNt+xOvG/ut1pq3ONkOLaM9PVwGiZ8Xm6kl1ioUseIfHL9dIcHgGFxeV ohFGyDRqEQ91e6VkU2zgXM/6D6Q/JIepEru4sg7nIXTnyKctedH3/xQrSPIe3yxF5wb4desC AwEAAaMtMCswGwYDVR0RBBQwEoEQbWluZnJpbkBzaGFycC5mbTAMBgNVHRMBAf8EAjAAMA0G CSqGSIb3DQEBBAUAA4GBAIEzo1Zm1QIuILSjYVCNlHDFhOes+pxuysUGdhJiUiA4V6KW2bF7 bjroAQ8SNV+PWqskKjpLR4Fo4oovxtKaCoTXotyK1Ljwdm6fc6PDLYsgdm614Jb4+TfdI7AP eDBDLZwy3HZT+Avl5Ms2q21AIfUyccZpXmrXh08mViDmXD0dMIIDPzCCAqigAwIBAgIBDTAN BgkqhkiG9w0BAQUFADCB0TELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTES MBAGA1UEBxMJQ2FwZSBUb3duMRowGAYDVQQKExFUaGF3dGUgQ29uc3VsdGluZzEoMCYGA1UE CxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjEkMCIGA1UEAxMbVGhhd3RlIFBl cnNvbmFsIEZyZWVtYWlsIENBMSswKQYJKoZIhvcNAQkBFhxwZXJzb25hbC1mcmVlbWFpbEB0 aGF3dGUuY29tMB4XDTAzMDcxNzAwMDAwMFoXDTEzMDcxNjIzNTk1OVowYjELMAkGA1UEBhMC WkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1Ro YXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMIGfMA0GCSqGSIb3DQEBAQUAA4GN ADCBiQKBgQDEpjxVc1X7TrnKmVoeaMB1BHCd3+n/ox7svc31W/Iadr1/DDph8r9RzgHU5VAK MNcCY1osiRVwjt3J8CuFWqo/cVbLrzwLB+fxH5E2JCoTzyvV84J3PQO+K/67GD4Hv0CAAmTX p6a7n2XRxSpUhQ9IBH+nttE8YQRAHmQZcmC3+wIDAQABo4GUMIGRMBIGA1UdEwEB/wQIMAYB Af8CAQAwQwYDVR0fBDwwOjA4oDagNIYyaHR0cDovL2NybC50aGF3dGUuY29tL1RoYXd0ZVBl cnNvbmFsRnJlZW1haWxDQS5jcmwwCwYDVR0PBAQDAgEGMCkGA1UdEQQiMCCkHjAcMRowGAYD VQQDExFQcml2YXRlTGFiZWwyLTEzODANBgkqhkiG9w0BAQUFAAOBgQBIjNFQg+oLLswNo2as Zw9/r6y+whehQ5aUnX9MIbj4Nh+qLZ82L8D0HFAgk3A8/a3hYWLD2ToZfoSxmRsAxRoLgnSe JVCUYsfbJ3FXJY3dqZw5jowgT2Vfldr394fWxghOrvbqNOUQGls1TXfjViF4gtwhGTXeJLHT HUb/XV9lTzGCAzswggM3AgEBMGkwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBD b25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFp bCBJc3N1aW5nIENBAgMMmfAwCQYFKw4DAhoFAKCCAacwGAYJKoZIhvcNAQkDMQsGCSqGSIb3 DQEHATAcBgkqhkiG9w0BCQUxDxcNMDUwMTE4MjM0NjAwWjAjBgkqhkiG9w0BCQQxFgQUoNXf sPF3+rjMhaoKtYOMZH1AiTYwUgYJKoZIhvcNAQkPMUUwQzAKBggqhkiG9w0DBzAOBggqhkiG 9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcNAwICASgweAYJKwYB BAGCNxAEMWswaTBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1bHRpbmcg KFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIElzc3Vpbmcg Q0ECAwyZ8DB6BgsqhkiG9w0BCRACCzFroGkwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRo YXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBG cmVlbWFpbCBJc3N1aW5nIENBAgMMmfAwDQYJKoZIhvcNAQEBBQAEggEAYvLaWrXI8+hwcGR+ KeXodo8jnGB8wue9s0Ic4rVAAxCXl0P8oKOsY+FgT36v8GxSPENtw/QLBrhMzl1BWYPSZZCG Sr2wHmWWTgO9cspS4FxZQ5MnXMAP87g17bxLk/MM2fjmrzVezOopzNciZP3niTpoY8UVWJTf +bJstIiRdUU7F6EIl2yBxo2AOa5GNeeQR4yQYifNj8zX0CQ/MX0GkQQaXGAu5MS2MLIKreE8 31gWBY7L/nEsITb9pGiKRC8TcZoNHzPt2b/EOmXKM6iHwsOgx77Ci7iWfcLgWJSPO4rHL6d8 qJDty7kJCfpaK/JGEhZg47zkJt+k+QVjKNs4OgAAAAAAAA== --------------ms010306080606020107000309-- From [email protected] Tue Jan 18 23:53:10 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56691 invoked from network); 18 Jan 2005 23:53:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 18 Jan 2005 23:53:10 -0000 Received: (qmail 88690 invoked by uid 500); 18 Jan 2005 23:53:10 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <packagers.httpd.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 88675 invoked by uid 99); 18 Jan 2005 23:53:10 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from force-elite.com (HELO utopia.in.force-elite.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 18 Jan 2005 15:53:09 -0800 X-AuthUser: [email protected] Received: from [161.129.204.104] (161.129.204.104:50199) by utopia.in.force-elite.com with [XMail 1.17 (Linux/Ix86) ESMTP Server] id <S8F7A0> for <[email protected]> from <[email protected]>; Tue, 18 Jan 2005 15:53:05 -0800 Message-ID: <[email protected]> Date: Tue, 18 Jan 2005 15:53:04 -0800 From: Paul Querna <[email protected]> User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Subject: Re: RPM packaging for httpd v2.0.53 References: <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 161.129.204.104 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Graham Leggett wrote: | Paul Querna wrote: | |> I was looking at http://svn.apache.org/~minfrin/httpd-2.0.53-rpm.diff |> |> Shouldnt |> +Requires: apr >= 0.9.6, apr-util >= 0.9.6 |> |> be |> |> +Requires: apr >= 0.9.5, apr-util >= 0.9.5 | | | Hmmm... the thinking was to require the official ASF released APR rpms, | but this isn't actually necessary, the v0.9.5 seems fine. | In further thought, shouldn't it be a 0.9.6_pre2004MMDD since 0.9.6 isn't out yet? | Idea is to get the ASF released RPM to be as close to the ASF released | httpd as possible. The ASF RPM should not try and do anything radically | different from the ASF ./configure;make;make install. I wasn't aware that the goal was to make RPMs available from the ASF. I thought the .spec file was purely to help packagers for the various distros. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) iD8DBQFB7aFg94h19kJyHwARAo9zAKC5yX5sLGtX3iRUP/P2sLqyunhwdgCgwDD7 0X1F/CB/OpgkJvzJ9LCu7Vg= =6wQq -----END PGP SIGNATURE----- From [email protected] Wed Jan 19 00:02:37 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60406 invoked from network); 19 Jan 2005 00:02:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 19 Jan 2005 00:02:37 -0000 Received: (qmail 1056 invoked by uid 500); 19 Jan 2005 00:02:37 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <packagers.httpd.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 1036 invoked by uid 99); 19 Jan 2005 00:02:37 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from firstmarine.cust-gw.jnb6.alter.net (HELO gatekeeper.fma.co.za) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 18 Jan 2005 16:02:35 -0800 Received: from localhost (localhost.localdomain [161.129.204.104]) by gatekeeper.fma.co.za (Postfix) with ESMTP id 0D62A89413 for <[email protected]>; Wed, 19 Jan 2005 02:02:18 +0200 (SAST) Received: from gatekeeper.fma.co.za ([161.129.204.104]) by localhost (gatekeeper.fma.co.za [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id 03199-07 for <[email protected]>; Wed, 19 Jan 2005 02:02:04 +0200 (SAST) Received: from [161.129.204.104] (gatekeeper.fma.co.za [161.129.204.104]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gatekeeper.fma.co.za (Postfix) with ESMTP id 7BC4C219F8 for <[email protected]>; Wed, 19 Jan 2005 02:01:27 +0200 (SAST) Message-ID: <[email protected]> Date: Wed, 19 Jan 2005 02:00:43 +0200 From: Graham Leggett <[email protected]> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040925 X-Accept-Language: en-za, en-us, en MIME-Version: 1.0 To: [email protected] Subject: Re: RPM packaging for httpd v2.0.53 References: <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms030300090300040609060707" X-Virus-Scanned: by [email protected] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --------------ms030300090300040609060707 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Paul Querna wrote: > | Idea is to get the ASF released RPM to be as close to the ASF released > | httpd as possible. The ASF RPM should not try and do anything radically > | different from the ASF ./configure;make;make install. > > I wasn't aware that the goal was to make RPMs available from the ASF. I > thought the .spec file was purely to help packagers for the various > distros. The way I see it is that the in tree packaging files (currently RPM and Solaris PKG) "lead by example". That means they stick as close to the ASF structure as is practical, in an effort to convince other package maintainers to (hopefully) do the same. The end goal is to try and minimise the number of different distro configs into something a bit more standard, so that end users aren't constantly surprised every time they encounter httpd and friends on different platforms. Regards, Graham -- --------------ms030300090300040609060707 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJGzCC AugwggJRoAMCAQICAwyZ8DANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UE ChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNv bmFsIEZyZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDQwNjMwMTUxNjQ1WhcNMDUwNjMwMTUxNjQ1 WjBdMRAwDgYDVQQEEwdMZWdnZXR0MQ8wDQYDVQQqEwZHcmFoYW0xFzAVBgNVBAMTDkdyYWhh bSBMZWdnZXR0MR8wHQYJKoZIhvcNAQkBFhBtaW5mcmluQHNoYXJwLmZtMIIBIjANBgkqhkiG 9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwbwE90xkX5511UvMm4pwnFvv0nIIORsm+b+7Vgf04cob H+fQaDVSDgKfZBm4lgoKQtv/2N+jXxzKtubau6yNMYvN+7iVkQJuLIjpo4DQ2tb+hIvVsFvc WkkFpm2+a8lIop1grh2OVIfxHfI/3OA4LbX1Ryq2qAou7TzQh6Te8KjdSigbf1l2gAyCT4ex wLosSdHcTzv2WrYePJP107czC9gE237E68b+63Wmrc42Q4toz09XAaJnxebqSXWKhSx4h8cv 10hweAYXF5WiEUbINGoRD3V7pWRTbOBcz/oPpD8kh6kSu7iyDuchdOfIpy150ff/FCtI8h7f LEXnBvh16wIDAQABoy0wKzAbBgNVHREEFDASgRBtaW5mcmluQHNoYXJwLmZtMAwGA1UdEwEB /wQCMAAwDQYJKoZIhvcNAQEEBQADgYEAgTOjVmbVAi4gtKNhUI2UcMWE56z6nG7KxQZ2EmJS IDhXopbZsXtuOugBDxI1X49aqyQqOktHgWjiii/G0poKhNei3IrUuPB2bp9zo8MtiyB2brXg lvj5N90jsA94MEMtnDLcdlP4C+XkyzarbUAh9TJxxmleateHTyZWIOZcPR0wggLoMIICUaAD AgECAgMMmfAwDQYJKoZIhvcNAQEEBQAwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0 ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVl bWFpbCBJc3N1aW5nIENBMB4XDTA0MDYzMDE1MTY0NVoXDTA1MDYzMDE1MTY0NVowXTEQMA4G A1UEBBMHTGVnZ2V0dDEPMA0GA1UEKhMGR3JhaGFtMRcwFQYDVQQDEw5HcmFoYW0gTGVnZ2V0 dDEfMB0GCSqGSIb3DQEJARYQbWluZnJpbkBzaGFycC5mbTCCASIwDQYJKoZIhvcNAQEBBQAD ggEPADCCAQoCggEBAMG8BPdMZF+eddVLzJuKcJxb79JyCDkbJvm/u1YH9OHKGx/n0Gg1Ug4C n2QZuJYKCkLb/9jfo18cyrbm2rusjTGLzfu4lZECbiyI6aOA0NrW/oSL1bBb3FpJBaZtvmvJ SKKdYK4djlSH8R3yP9zgOC219UcqtqgKLu080Iek3vCo3UooG39ZdoAMgk+HscC6LEnR3E87 9lq2HjyT9dO3MwvYBNt+xOvG/ut1pq3ONkOLaM9PVwGiZ8Xm6kl1ioUseIfHL9dIcHgGFxeV ohFGyDRqEQ91e6VkU2zgXM/6D6Q/JIepEru4sg7nIXTnyKctedH3/xQrSPIe3yxF5wb4desC AwEAAaMtMCswGwYDVR0RBBQwEoEQbWluZnJpbkBzaGFycC5mbTAMBgNVHRMBAf8EAjAAMA0G CSqGSIb3DQEBBAUAA4GBAIEzo1Zm1QIuILSjYVCNlHDFhOes+pxuysUGdhJiUiA4V6KW2bF7 bjroAQ8SNV+PWqskKjpLR4Fo4oovxtKaCoTXotyK1Ljwdm6fc6PDLYsgdm614Jb4+TfdI7AP eDBDLZwy3HZT+Avl5Ms2q21AIfUyccZpXmrXh08mViDmXD0dMIIDPzCCAqigAwIBAgIBDTAN BgkqhkiG9w0BAQUFADCB0TELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTES MBAGA1UEBxMJQ2FwZSBUb3duMRowGAYDVQQKExFUaGF3dGUgQ29uc3VsdGluZzEoMCYGA1UE CxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjEkMCIGA1UEAxMbVGhhd3RlIFBl cnNvbmFsIEZyZWVtYWlsIENBMSswKQYJKoZIhvcNAQkBFhxwZXJzb25hbC1mcmVlbWFpbEB0 aGF3dGUuY29tMB4XDTAzMDcxNzAwMDAwMFoXDTEzMDcxNjIzNTk1OVowYjELMAkGA1UEBhMC WkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1Ro YXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMIGfMA0GCSqGSIb3DQEBAQUAA4GN ADCBiQKBgQDEpjxVc1X7TrnKmVoeaMB1BHCd3+n/ox7svc31W/Iadr1/DDph8r9RzgHU5VAK MNcCY1osiRVwjt3J8CuFWqo/cVbLrzwLB+fxH5E2JCoTzyvV84J3PQO+K/67GD4Hv0CAAmTX p6a7n2XRxSpUhQ9IBH+nttE8YQRAHmQZcmC3+wIDAQABo4GUMIGRMBIGA1UdEwEB/wQIMAYB Af8CAQAwQwYDVR0fBDwwOjA4oDagNIYyaHR0cDovL2NybC50aGF3dGUuY29tL1RoYXd0ZVBl cnNvbmFsRnJlZW1haWxDQS5jcmwwCwYDVR0PBAQDAgEGMCkGA1UdEQQiMCCkHjAcMRowGAYD VQQDExFQcml2YXRlTGFiZWwyLTEzODANBgkqhkiG9w0BAQUFAAOBgQBIjNFQg+oLLswNo2as Zw9/r6y+whehQ5aUnX9MIbj4Nh+qLZ82L8D0HFAgk3A8/a3hYWLD2ToZfoSxmRsAxRoLgnSe JVCUYsfbJ3FXJY3dqZw5jowgT2Vfldr394fWxghOrvbqNOUQGls1TXfjViF4gtwhGTXeJLHT HUb/XV9lTzGCAzswggM3AgEBMGkwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBD b25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFp bCBJc3N1aW5nIENBAgMMmfAwCQYFKw4DAhoFAKCCAacwGAYJKoZIhvcNAQkDMQsGCSqGSIb3 DQEHATAcBgkqhkiG9w0BCQUxDxcNMDUwMTE5MDAwMDQzWjAjBgkqhkiG9w0BCQQxFgQU6HEU SrwTLDS6dXGjTE/FdRewalUwUgYJKoZIhvcNAQkPMUUwQzAKBggqhkiG9w0DBzAOBggqhkiG 9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcNAwICASgweAYJKwYB BAGCNxAEMWswaTBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1bHRpbmcg KFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIElzc3Vpbmcg Q0ECAwyZ8DB6BgsqhkiG9w0BCRACCzFroGkwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRo YXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBG cmVlbWFpbCBJc3N1aW5nIENBAgMMmfAwDQYJKoZIhvcNAQEBBQAEggEAMsnxZxLPiSUFta3J NaBy6Yy3q5lopXn8g2PYhxCcTkByAb8wTzpN2dmqs4Gy5S8/85aBnYTBshIDEiR4cLbIylvp KC5RCoYELvs1XN0P1+lf4HuqpD2Ktluob3kMzLPapEgfkeYlxO7g08II/vvgh/y2c/Gicd+3 q9J7PZCcMOHfxulwucY6K0m3JVX68b6XeXF11OC3otFmDj8b2Tq2utz7RuBMiR9EHHO7RM5I 2EW4HLsu4dNUuZoNtQ9pRI71wp9dtunFDd/FLnZHJS/YmW3kJkuf48B6EwqueQPWx3iU+IY7 cTvQTBHWgDmmSziH677X5dmsvrAGp5W8DWaY6gAAAAAAAA== --------------ms030300090300040609060707-- From [email protected] Sun Jan 23 14:23:57 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76057 invoked from network); 23 Jan 2005 14:23:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 23 Jan 2005 14:23:57 -0000 Received: (qmail 23071 invoked by uid 500); 23 Jan 2005 14:23:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <packagers.httpd.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 23055 invoked by uid 99); 23 Jan 2005 14:23:56 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from firstmarine.cust-gw.jnb6.alter.net (HELO gatekeeper.fma.co.za) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 23 Jan 2005 06:23:55 -0800 Received: from localhost (localhost.localdomain [161.129.204.104]) by gatekeeper.fma.co.za (Postfix) with ESMTP id 4A8EB8B0BF for <[email protected]>; Sun, 23 Jan 2005 16:23:36 +0200 (SAST) Received: from gatekeeper.fma.co.za ([161.129.204.104]) by localhost (gatekeeper.fma.co.za [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id 29397-07 for <[email protected]>; Sun, 23 Jan 2005 16:23:33 +0200 (SAST) Received: from [161.129.204.104] (myw-stp-66-18-86-50.sentechsa.net [161.129.204.104]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gatekeeper.fma.co.za (Postfix) with ESMTP id 5A08E8B02D for <[email protected]>; Sun, 23 Jan 2005 16:23:24 +0200 (SAST) Message-ID: <[email protected]> Date: Sun, 23 Jan 2005 16:22:54 +0200 From: Graham Leggett <[email protected]> User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Subject: Re: RPM packaging for httpd v2.0.53 References: <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> In-Reply-To: <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms020006010603010109050202" X-Virus-Scanned: by [email protected] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --------------ms020006010603010109050202 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Graham Leggett wrote: > The spec file for httpd v2.0.53 is currently broken. > > There is a patch outstanding in the STATUS file for httpd v2.0.53 asking > for votes to fix the RPM spec file packaging in the next version of httpd. > > I need another two +1's before I can apply this patch. I have updated the patch to depend on at least v0.9.5 (as the original Redhat RPM spec file did), instead of v0.9.6. Still looking for some +1's. Regards, Graham -- --------------ms020006010603010109050202 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJGzCC AugwggJRoAMCAQICAwyZ8DANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UE ChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNv bmFsIEZyZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDQwNjMwMTUxNjQ1WhcNMDUwNjMwMTUxNjQ1 WjBdMRAwDgYDVQQEEwdMZWdnZXR0MQ8wDQYDVQQqEwZHcmFoYW0xFzAVBgNVBAMTDkdyYWhh bSBMZWdnZXR0MR8wHQYJKoZIhvcNAQkBFhBtaW5mcmluQHNoYXJwLmZtMIIBIjANBgkqhkiG 9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwbwE90xkX5511UvMm4pwnFvv0nIIORsm+b+7Vgf04cob H+fQaDVSDgKfZBm4lgoKQtv/2N+jXxzKtubau6yNMYvN+7iVkQJuLIjpo4DQ2tb+hIvVsFvc WkkFpm2+a8lIop1grh2OVIfxHfI/3OA4LbX1Ryq2qAou7TzQh6Te8KjdSigbf1l2gAyCT4ex wLosSdHcTzv2WrYePJP107czC9gE237E68b+63Wmrc42Q4toz09XAaJnxebqSXWKhSx4h8cv 10hweAYXF5WiEUbINGoRD3V7pWRTbOBcz/oPpD8kh6kSu7iyDuchdOfIpy150ff/FCtI8h7f LEXnBvh16wIDAQABoy0wKzAbBgNVHREEFDASgRBtaW5mcmluQHNoYXJwLmZtMAwGA1UdEwEB /wQCMAAwDQYJKoZIhvcNAQEEBQADgYEAgTOjVmbVAi4gtKNhUI2UcMWE56z6nG7KxQZ2EmJS IDhXopbZsXtuOugBDxI1X49aqyQqOktHgWjiii/G0poKhNei3IrUuPB2bp9zo8MtiyB2brXg lvj5N90jsA94MEMtnDLcdlP4C+XkyzarbUAh9TJxxmleateHTyZWIOZcPR0wggLoMIICUaAD AgECAgMMmfAwDQYJKoZIhvcNAQEEBQAwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0 ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVl bWFpbCBJc3N1aW5nIENBMB4XDTA0MDYzMDE1MTY0NVoXDTA1MDYzMDE1MTY0NVowXTEQMA4G A1UEBBMHTGVnZ2V0dDEPMA0GA1UEKhMGR3JhaGFtMRcwFQYDVQQDEw5HcmFoYW0gTGVnZ2V0 dDEfMB0GCSqGSIb3DQEJARYQbWluZnJpbkBzaGFycC5mbTCCASIwDQYJKoZIhvcNAQEBBQAD ggEPADCCAQoCggEBAMG8BPdMZF+eddVLzJuKcJxb79JyCDkbJvm/u1YH9OHKGx/n0Gg1Ug4C n2QZuJYKCkLb/9jfo18cyrbm2rusjTGLzfu4lZECbiyI6aOA0NrW/oSL1bBb3FpJBaZtvmvJ SKKdYK4djlSH8R3yP9zgOC219UcqtqgKLu080Iek3vCo3UooG39ZdoAMgk+HscC6LEnR3E87 9lq2HjyT9dO3MwvYBNt+xOvG/ut1pq3ONkOLaM9PVwGiZ8Xm6kl1ioUseIfHL9dIcHgGFxeV ohFGyDRqEQ91e6VkU2zgXM/6D6Q/JIepEru4sg7nIXTnyKctedH3/xQrSPIe3yxF5wb4desC AwEAAaMtMCswGwYDVR0RBBQwEoEQbWluZnJpbkBzaGFycC5mbTAMBgNVHRMBAf8EAjAAMA0G CSqGSIb3DQEBBAUAA4GBAIEzo1Zm1QIuILSjYVCNlHDFhOes+pxuysUGdhJiUiA4V6KW2bF7 bjroAQ8SNV+PWqskKjpLR4Fo4oovxtKaCoTXotyK1Ljwdm6fc6PDLYsgdm614Jb4+TfdI7AP eDBDLZwy3HZT+Avl5Ms2q21AIfUyccZpXmrXh08mViDmXD0dMIIDPzCCAqigAwIBAgIBDTAN BgkqhkiG9w0BAQUFADCB0TELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTES MBAGA1UEBxMJQ2FwZSBUb3duMRowGAYDVQQKExFUaGF3dGUgQ29uc3VsdGluZzEoMCYGA1UE CxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjEkMCIGA1UEAxMbVGhhd3RlIFBl cnNvbmFsIEZyZWVtYWlsIENBMSswKQYJKoZIhvcNAQkBFhxwZXJzb25hbC1mcmVlbWFpbEB0 aGF3dGUuY29tMB4XDTAzMDcxNzAwMDAwMFoXDTEzMDcxNjIzNTk1OVowYjELMAkGA1UEBhMC WkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1Ro YXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMIGfMA0GCSqGSIb3DQEBAQUAA4GN ADCBiQKBgQDEpjxVc1X7TrnKmVoeaMB1BHCd3+n/ox7svc31W/Iadr1/DDph8r9RzgHU5VAK MNcCY1osiRVwjt3J8CuFWqo/cVbLrzwLB+fxH5E2JCoTzyvV84J3PQO+K/67GD4Hv0CAAmTX p6a7n2XRxSpUhQ9IBH+nttE8YQRAHmQZcmC3+wIDAQABo4GUMIGRMBIGA1UdEwEB/wQIMAYB Af8CAQAwQwYDVR0fBDwwOjA4oDagNIYyaHR0cDovL2NybC50aGF3dGUuY29tL1RoYXd0ZVBl cnNvbmFsRnJlZW1haWxDQS5jcmwwCwYDVR0PBAQDAgEGMCkGA1UdEQQiMCCkHjAcMRowGAYD VQQDExFQcml2YXRlTGFiZWwyLTEzODANBgkqhkiG9w0BAQUFAAOBgQBIjNFQg+oLLswNo2as Zw9/r6y+whehQ5aUnX9MIbj4Nh+qLZ82L8D0HFAgk3A8/a3hYWLD2ToZfoSxmRsAxRoLgnSe JVCUYsfbJ3FXJY3dqZw5jowgT2Vfldr394fWxghOrvbqNOUQGls1TXfjViF4gtwhGTXeJLHT HUb/XV9lTzGCAzswggM3AgEBMGkwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBD b25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFp bCBJc3N1aW5nIENBAgMMmfAwCQYFKw4DAhoFAKCCAacwGAYJKoZIhvcNAQkDMQsGCSqGSIb3 DQEHATAcBgkqhkiG9w0BCQUxDxcNMDUwMTIzMTQyMjU0WjAjBgkqhkiG9w0BCQQxFgQUI59Y aicCLv/pB/y1syofUgmjaB0wUgYJKoZIhvcNAQkPMUUwQzAKBggqhkiG9w0DBzAOBggqhkiG 9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcNAwICASgweAYJKwYB BAGCNxAEMWswaTBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1bHRpbmcg KFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIElzc3Vpbmcg Q0ECAwyZ8DB6BgsqhkiG9w0BCRACCzFroGkwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRo YXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBG cmVlbWFpbCBJc3N1aW5nIENBAgMMmfAwDQYJKoZIhvcNAQEBBQAEggEAIsrkTey0014syjvr eOkwLBPwRKUh9UKXaQKSyg04bW/ws/PttXlUItBfyDp00d5DC4RjCajxfHbFZ27PffAmpZ0I XbOxg4fh/aITTIXgbO4uyiyBZf82WzMbW47WiVluHE/wOsDjX8yLjKDHvukqy88pqR9VlTCu JUBBSJ0HSCkcAHH8JR0YYo+QNCNhXuduNjBjw4YnqqoxNUWYsh/xBj1rVmxqVx5TrosMfgAn q8UpWv76VJip0Dt5GMvxtYN+flAsmRoFLjZT2HQPO+nFgn7L8NROKP6W+8bfnODzUnkM+Y+7 pSREfF1FbPDdxlQZUxOB4rgVWqIgkoUJ+QbVRQAAAAAAAA== --------------ms020006010603010109050202--
From [email protected] Mon Jun 01 09:54:01 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27244 invoked from network); 1 Jun 2009 09:54:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Jun 2009 09:54:01 -0000 Received: (qmail 4311 invoked by uid 500); 1 Jun 2009 09:54:13 -0000 Delivered-To: [email protected] Received: (qmail 4222 invoked by uid 500); 1 Jun 2009 09:54:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 4214 invoked by uid 99); 1 Jun 2009 09:54:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2009 09:54:12 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO indoqa.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2009 09:54:02 +0000 Received: from [161.129.204.104] (chello062178239020.5.15.vie.surfer.at [161.129.204.104]) by indoqa.com (Postfix) with ESMTP id 3E5FF257413 for <[email protected]>; Mon, 1 Jun 2009 11:53:40 +0200 (CEST) Message-ID: <[email protected]> Date: Mon, 01 Jun 2009 11:54:18 +0200 From: =?UTF-8?B?UmVpbmhhcmQgUMO2dHo=?= <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090302) MIME-Version: 1.0 To: [email protected] Subject: Re: [c3-monitoring] Overview of Servlet-Services References: <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Dariusz Łuksza wrote: > Hi all, > > Now I'm moving to next task, with would be implementation of > Servlet-Services overview. > > I'm thtinking that it would be very nice if we can have separate MBean > instance for each Servlet-Service that would be contacting data only > for that single Servlet-Service. I'm pretty sure that I've spot > somewhere how to done it using Spring ... but now I can't remembe how > to done it ... and even worst, I can't remember how and where I found > it :| > > Maybe you can help me ? You should be able to collect all Servlet-Services by using the Spring Configurator's bean-map: http://cocoon.apache.org/subprojects/configuration/1.0/spring-configurator/1.0/1400_1_1.html > The main idea is to have separate configuration for monitoring beans > that don't interfere in other parts of Cocoon 3. That "magic > configuration" should made new instance of ServiceServletMonitoring > MBean for each initialized Service-Servlet. yes, I agree > Have you Any ideas how to achieve that ? Every servlet-service implements the javax.servlet.Servlet interface. You can create a bean-map that filters by that type. -- Reinhard Pötz Managing Director, {Indoqa} GmbH http://www.indoqa.com/en/people/reinhard.poetz/ Member of the Apache Software Foundation Apache Cocoon Committer, PMC member [email protected] ________________________________________________________________________ From [email protected] Mon Jun 01 10:29:26 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44651 invoked from network); 1 Jun 2009 10:29:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Jun 2009 10:29:25 -0000 Received: (qmail 35068 invoked by uid 500); 1 Jun 2009 10:29:37 -0000 Delivered-To: [email protected] Received: (qmail 34977 invoked by uid 500); 1 Jun 2009 10:29:37 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 34968 invoked by uid 99); 1 Jun 2009 10:29:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2009 10:29:36 +0000 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mail2.student.tuwien.ac.at) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2009 10:29:27 +0000 Received: from [161.129.204.104] ([161.129.204.104]) (authenticated bits=0) by mail2.student.tuwien.ac.at (8.14.1/8.13.8) with ESMTP id n51AT4tu029735 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for <[email protected]>; Mon, 1 Jun 2009 12:29:04 +0200 Message-ID: <[email protected]> Date: Mon, 01 Jun 2009 12:29:02 +0200 From: Andreas Pinter <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090302) MIME-Version: 1.0 To: [email protected] Subject: [cocoon3 profiling] Concept References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello there, We are going to send our first major patch. We are aware of the fact, that our communication to the community was rather small up until now. So I'll try to explain our current concept: cocoon-profiling is a tool to determine how long the execution of a request/pipeline took. It will show the specific times of every component, so it should be very useful for debugging complex applications. We do not profile any memory usage. This subproject is split into two components: cocoon-profiling is the "backend" which does all the profiling work; cocoon-profiling-firebug is a extension for firebug (a debugging/dev tool for firefox) to display the information to the user. It is written in JavaScript. Our backend is based on (Spring-)AOP to keep the impact on the cocoon code low. The next paragraphs give a more detailed introduction on how cocoon profiling works. We'll start with the explanation of our three aspects, which try to intercept every "interesting" cocoon method invocation. These focus on the main parts of cocoon: - ServletProfilingApsect captures every invocation of Servlet - SitemapNodeProfilingAspect same for every SitemapNode - PipelineComponentProfilingAspect and for every PipelineComponent Every Aspect has an instance of an InvocationDispatcher. The aspect just forwards the method invocation information to its dispatcher. At this point I need to say something about the distribution in the background: As you can see in the application context (cocoon-profiling-component.xml) each dispatcher owns a so-called default profiler. A dispacher can hold a bunch of (specific / custom) profilers, which can be added by the user. This means that you can e.g. add a profiler for HttpServlet which captures more information than the default Servlet profiler. Back to the process: Our Dispatcher now chooses the most specific profiler and calls its "before" method. After this the catched method is processed (so we let Cocoon3 do its work) and afterwards the Dispatcher calls the profiler.after() method or the profiler.exception() - depending on the result of the method invocation. We pass a new instance of ProfilingData to these methods. A profiler can add information about what happened to this instance. At this point of the process we have collected all the data, but not saved it. So inside the "after" method, we pass the ProfilingData to the ProfilingDataManager. This class sorts the ProfilingData depending on their invocation level (based on the time / place of the profiler call) and builds a tree of ProfilingData objects, which is maintained by the profiler. When the DataManger notices that it just got to the last ProfilingData it passes the information to the ProfilingDataHolder, which is just a simple map of String (which is the profiling id) and data. At this point of the process, the cocoon work is done and the user sees his result in the browser. This result hasn't changed in any way from a call without profiling (it may have took a little bit longer, of course ;) except from an additional HTTPResponseHeader information. We insert the aforementioned profiling id in the special X-Cocoon-Profiling-ID header. This ID is used by the Firebug plugin to start a new request to a specific profiling-pipeline. The pipeline gets the ProfilingData information using the DataHolder and generates XML with a SAX generator and a xml serializer. If you don't like firebug you could process this XML in your own tool to display profiling information. So how does the plugin work? First of all it is important to know, that our Firebug plugin attaches itself to the Net-Tab of Firebug. (If you don't know what I'm speaking about, try to use the 1.4X Version of Firebug - the X is no typo) Via the Net-Tab we are informed about a finished response, which we scan for the above mentioned X-Cocoon-Profiling-ID. If we find this ID we take it and do our own "hidden" request for ProfilingData. The response of this request is processed by the Firebug plugin and builds a TreeView out of the returned XML file. The next steps for the whole process will be to produce a XMLSchema file for the presented XML data, so we can make the plugin work better, because it's not just a stupid XML-TreeView-Explorer any more. On the other hand we try to move the Cocoon-Profiling-Tab into the NetTab to keep track of different Requests/Responses. If you have any questions or suggestions, please feel free to share. We really need some feedback to see if we are going in the right direction. Greetings, Andreas From [email protected] Mon Jun 01 11:30:36 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60676 invoked from network); 1 Jun 2009 11:30:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Jun 2009 11:30:36 -0000 Received: (qmail 86273 invoked by uid 500); 1 Jun 2009 11:30:48 -0000 Delivered-To: [email protected] Received: (qmail 86150 invoked by uid 500); 1 Jun 2009 11:30:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 86142 invoked by uid 99); 1 Jun 2009 11:30:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2009 11:30:47 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO indoqa.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2009 11:30:36 +0000 Received: from [161.129.204.104] (chello062178239020.5.15.vie.surfer.at [161.129.204.104]) by indoqa.com (Postfix) with ESMTP id 20382257413 for <[email protected]>; Mon, 1 Jun 2009 13:30:14 +0200 (CEST) Message-ID: <[email protected]> Date: Mon, 01 Jun 2009 13:30:51 +0200 From: =?UTF-8?B?UmVpbmhhcmQgUMO2dHo=?= <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090302) MIME-Version: 1.0 To: [email protected] Subject: Re: [c3-monitoring] Logging reconfiguration. References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Dariusz Łuksza wrote: > On Thu, May 14, 2009 at 10:55 AM, Reinhard Pötz <[email protected]> wrote: >>> I know that in my application I meniton about usage doc's, but I don't >>> know exaclty where I can put it. Should I add new wiki page or attach >>> usage doc to cocoon-monitoring module ? >> Please add your documentation to >> http://svn.apache.org/repos/asf/cocoon/cocoon3/trunk/cocoon-docs/src/docbkx/reference/web-applications.xml >> > > In attachment is my final patch for reconfiguration part (with full > javadoc and usage doc). It contains also changes from my previous > patch with some minor changes in formatting and fixes for miss > spelling. I applied your patch, both the code and also the documentation with some minor modifications. Great work, keep it up! -- Reinhard Pötz Managing Director, {Indoqa} GmbH http://www.indoqa.com/en/people/reinhard.poetz/ Member of the Apache Software Foundation Apache Cocoon Committer, PMC member [email protected] ________________________________________________________________________ From [email protected] Mon Jun 01 15:57:06 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 79660 invoked from network); 1 Jun 2009 15:57:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Jun 2009 15:57:05 -0000 Received: (qmail 91143 invoked by uid 500); 1 Jun 2009 15:56:51 -0000 Delivered-To: [email protected] Received: (qmail 90680 invoked by uid 500); 1 Jun 2009 15:56:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 89019 invoked by uid 99); 1 Jun 2009 15:49:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2009 15:49:04 +0000 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mail2.student.tuwien.ac.at) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2009 15:48:54 +0000 Received: from [161.129.204.104] ([161.129.204.104]) (authenticated bits=0) by mail2.student.tuwien.ac.at (8.14.1/8.13.8) with ESMTP id n51FmWX4006840 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for <[email protected]>; Mon, 1 Jun 2009 17:48:32 +0200 Message-ID: <[email protected]> Date: Mon, 01 Jun 2009 17:48:30 +0200 From: Andreas Pinter <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090302) MIME-Version: 1.0 To: [email protected] Subject: [profiling firebug plugin] Building XPI with maven Content-Type: multipart/mixed; boundary="------------090608050604000406060201" X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. --------------090608050604000406060201 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hello there, I'm trying to build a XPI for our current state of the firebug plugin for the profiling project. It wouldn't be a real problem to do so by hand, but we want it do be done via maven. According to the link which was postet by Felix Knecht[1], this should be done very easy via maven-antrun-plugin. So i built an ant file to do the xpi and want to call it from maven like shown[2]. Unfortunately the plugin isn't doing anything. To make it easier to read, is reduced the ant script[3] to make a simple echo. The antscript itself runs by calling "ant test". I call maven with "mvn antrun:run". mvn --version profides the following informations for me: Maven version: 2.0.10 Java version: 1.6.0 OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows" I also tried it on the following machine: Maven version: 2.0.9 Java version: 1.6.0_0 OS name: "linux" version: "2.6.28-11-generic" arch: "i386" Familiy: "unix" Because i also tried the examples provided on the plugin page[4], I guess i'm just missing some dependency or so and perhaps some of you knows where to look for it. Kind regards, Andreas [1] - http://johnjianfang.blogspot.com/2009/03/how-to-use-maven-generate-mozilla.html [2] - http://maven.apache.org/plugins/maven-antrun-plugin/examples/classpaths.html [3] - see attachment [4] - http://maven.apache.org/plugins/maven-antrun-plugin/index.html --------------090608050604000406060201 Content-Type: text/xml; name="pom.xml" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="pom.xml" <project> <modelVersion>4.0.0</modelVersion> <artifactId>my-test-app</artifactId> <groupId>my-test-group</groupId> <version>1.0-SNAPSHOT</version> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> <id>compile</id> <phase>compile</phase> <configuration> <tasks> <ant antfile="build.xml"> <target name="test"/> </ant> </tasks> </configuration> <goals> <goal>run</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project> --------------090608050604000406060201 Content-Type: text/xml; name="build.xml" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="build.xml" <?xml version="1.0" ?> <project name="testProject"> <target name="test"> <echo message="fooBar"/> </target> </project> --------------090608050604000406060201-- From [email protected] Mon Jun 01 17:29:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18283 invoked from network); 1 Jun 2009 17:29:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Jun 2009 17:29:14 -0000 Received: (qmail 33163 invoked by uid 500); 1 Jun 2009 17:29:26 -0000 Delivered-To: [email protected] Received: (qmail 33071 invoked by uid 500); 1 Jun 2009 17:29:25 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 33063 invoked by uid 99); 1 Jun 2009 17:29:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2009 17:29:25 +0000 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mail2.student.tuwien.ac.at) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2009 17:29:15 +0000 Received: from [161.129.204.104] ([161.129.204.104]) (authenticated bits=0) by mail2.student.tuwien.ac.at (8.14.1/8.13.8) with ESMTP id n51HSsL4003188 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for <[email protected]>; Mon, 1 Jun 2009 19:28:54 +0200 Message-ID: <[email protected]> Date: Mon, 01 Jun 2009 19:28:52 +0200 From: Andreas Pinter <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090302) MIME-Version: 1.0 To: [email protected] Subject: [profiling project] Exchange schema Content-Type: multipart/mixed; boundary="------------050903020105090900070703" X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. --------------050903020105090900070703 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hello there, We are currently thinking about the way to present the collected data from our profiling module. The fact, that there are many many information around, we need to find a structure, which allows getting a quick overview plus the option to view more details of the profiled request. So this are the main goals of the exchange schema. We think, that the arguments should be hidden in the first place, so that the user can see the walk-through first. Via expanding the arguments, one can check additional informations for a servlet/node/component. Please feel free to tell us your thoughts about it. Kind regards, Andreas --------------050903020105090900070703 Content-Type: application/xml; name="CocoonProfilingSchema.xsd" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="CocoonProfilingSchema.xsd" PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8eHNkOnNjaGVtYSB4bWxuczp4c2Q9Imh0dHA6Ly93 d3cudzMub3JnLzIwMDEvWE1MU2NoZW1hIj4NCg0KPHhzZDplbGVtZW50IG5hbWU9InJlcXVl c3QiPg0KPHhzZDpjb21wbGV4VHlwZT4NCgk8eHNkOnNlcXVlbmNlPg0KCQk8eHNkOmdyb3Vw IHJlZj0iQXJndW1lbnRzR3JvdXAiIG1pbk9jY3Vycz0iMCIgbWF4T2NjdXJzPSIxIi8+DQoJ CTx4c2Q6ZWxlbWVudCByZWY9InNlcnZsZXQiIG1pbk9jY3Vycz0iMSIgbWF4T2NjdXJzPSJ1 bmJvdW5kZWQiLz4NCgk8L3hzZDpzZXF1ZW5jZT4NCgk8eHNkOmF0dHJpYnV0ZUdyb3VwIHJl Zj0iQXR0ckdyb3VwIi8+DQo8L3hzZDpjb21wbGV4VHlwZT4NCjwveHNkOmVsZW1lbnQ+DQoN Cjx4c2Q6ZWxlbWVudCBuYW1lPSJzZXJ2bGV0Ij4NCjx4c2Q6Y29tcGxleFR5cGU+DQoJPHhz ZDpzZXF1ZW5jZT4NCgkJPHhzZDpncm91cCByZWY9IkFyZ3VtZW50c0dyb3VwIiBtaW5PY2N1 cnM9IjAiIG1heE9jY3Vycz0iMSIvPg0KCQk8eHNkOmVsZW1lbnQgcmVmPSJub2RlIiBtaW5P Y2N1cnM9IjEiIG1heE9jY3Vycz0idW5ib3VuZGVkIi8+DQoJPC94c2Q6c2VxdWVuY2U+DQoJ PHhzZDphdHRyaWJ1dGVHcm91cCByZWY9IkF0dHJHcm91cCIvPg0KPC94c2Q6Y29tcGxleFR5 cGU+DQo8L3hzZDplbGVtZW50Pg0KDQo8eHNkOmVsZW1lbnQgbmFtZT0ibm9kZSI+DQoJPHhz ZDpjb21wbGV4VHlwZT4NCgkJPHhzZDpzZXF1ZW5jZT4NCgkJCTx4c2Q6Z3JvdXAgcmVmPSJB cmd1bWVudHNHcm91cCIgbWluT2NjdXJzPSIwIiBtYXhPY2N1cnM9IjEiLz4NCgkJCTx4c2Q6 ZWxlbWVudCByZWY9ImNvbXBvbmVudCIgbWluT2NjdXJzPSIxIiBtYXhPY2N1cnM9InVuYm91 bmRlZCIvPg0KCQk8L3hzZDpzZXF1ZW5jZT4NCgkJPHhzZDphdHRyaWJ1dGVHcm91cCByZWY9 IkF0dHJHcm91cCIvPg0KCTwveHNkOmNvbXBsZXhUeXBlPg0KPC94c2Q6ZWxlbWVudD4NCg0K PHhzZDplbGVtZW50IG5hbWU9ImNvbXBvbmVudCI+DQoJPHhzZDpjb21wbGV4VHlwZT4NCgkJ PHhzZDpzZXF1ZW5jZT4NCgkJCTx4c2Q6Z3JvdXAgcmVmPSJBcmd1bWVudHNHcm91cCIgbWlu T2NjdXJzPSIwIiBtYXhPY2N1cnM9IjEiLz4NCgkJPC94c2Q6c2VxdWVuY2U+DQoJCTx4c2Q6 YXR0cmlidXRlR3JvdXAgcmVmPSJBdHRyR3JvdXAiLz4NCgk8L3hzZDpjb21wbGV4VHlwZT4N CjwveHNkOmVsZW1lbnQ+DQoNCg0KPHhzZDphdHRyaWJ1dGVHcm91cCBuYW1lPSJBdHRyR3Jv dXAiPg0KCTx4c2Q6YXR0cmlidXRlIG5hbWU9ImV4ZWN1dGlvblRpbWUiIHR5cGU9InhzZDpz dHJpbmciLz4NCjwveHNkOmF0dHJpYnV0ZUdyb3VwPg0KDQoNCjx4c2Q6Z3JvdXAgbmFtZT0i QXJndW1lbnRzR3JvdXAiPg0KCTx4c2Q6c2VxdWVuY2U+DQoJCTx4c2Q6ZWxlbWVudCByZWY9 ImFyZ3VtZW50cyIvPg0KCTwveHNkOnNlcXVlbmNlPg0KPC94c2Q6Z3JvdXA+DQoNCjx4c2Q6 ZWxlbWVudCBuYW1lPSJhcmd1bWVudHMiPg0KCTx4c2Q6Y29tcGxleFR5cGU+DQoJCTx4c2Q6 c2VxdWVuY2U+DQoJCQk8eHNkOmVsZW1lbnQgcmVmPSJhcmd1bWVudCIgbWluT2NjdXJzPSIx IiBtYXhPY2N1cnM9InVuYm91bmRlZCIvPg0KCQk8L3hzZDpzZXF1ZW5jZT4NCgk8L3hzZDpj b21wbGV4VHlwZT4NCjwveHNkOmVsZW1lbnQ+DQoNCjx4c2Q6ZWxlbWVudCBuYW1lPSJhcmd1 bWVudCI+DQoJPHhzZDpjb21wbGV4VHlwZT4NCgkJPHhzZDphdHRyaWJ1dGUgbmFtZT0ibmFt ZSIgdHlwZT0ieHNkOnN0cmluZyIvPg0KCQk8eHNkOmF0dHJpYnV0ZSBuYW1lPSJ2YWx1ZSIg dHlwZT0ieHNkOnN0cmluZyIvPg0KCTwveHNkOmNvbXBsZXhUeXBlPg0KPC94c2Q6ZWxlbWVu dD4NCjwveHNkOnNjaGVtYT4= --------------050903020105090900070703-- From [email protected] Mon Jun 01 20:26:54 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4656 invoked from network); 1 Jun 2009 20:26:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Jun 2009 20:26:53 -0000 Received: (qmail 17149 invoked by uid 500); 1 Jun 2009 20:27:04 -0000 Delivered-To: [email protected] Received: (qmail 17057 invoked by uid 500); 1 Jun 2009 20:27:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 16981 invoked by uid 99); 1 Jun 2009 20:27:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2009 20:27:04 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.otego.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2009 20:26:56 +0000 Received: (qmail 1126 invoked from network); 1 Jun 2009 20:26:33 -0000 Received: from unknown (HELO project.otego.com) (161.129.204.104) by 0 with SMTP; 1 Jun 2009 20:26:33 -0000 Received: from 161.129.204.104 (SquirrelMail authenticated user felix) by project.otego.com with HTTP; Mon, 1 Jun 2009 22:26:33 +0200 (CEST) Message-ID: <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> Date: Mon, 1 Jun 2009 22:26:33 +0200 (CEST) Subject: Re: [profiling firebug plugin] Building XPI with maven From: [email protected] To: [email protected] User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Checked: Checked by ClamAV on apache.org Hi Andreas You 'attached' the ant script call to the <phase> 'compile' of maven lifecycle. See also [5] for maven lifecycles. Therefor it is enough to run 'mvn install'. This includes 'compile' as phase in its lifecycle and so you're ant script is executed. See also log below (just copied attached pom.xml and build.xml and trun 'mvn install'. [5] http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html HTH Felix $ mvn install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building Unnamed - my-test-group:my-test-app:jar:1.0-SNAPSHOT [INFO] task-segment: [install] [INFO] ------------------------------------------------------------------------ [INFO] [resources:resources] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /tmp/misc/src/main/resources [INFO] [compiler:compile] [INFO] No sources to compile [INFO] [antrun:run {execution: compile}] [INFO] Executing tasks test: [echo] fooBar [INFO] Executed tasks [INFO] [resources:testResources] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /tmp/misc/src/test/resources [INFO] [compiler:testCompile] [INFO] No sources to compile [INFO] [surefire:test] [INFO] No tests to run. [INFO] [jar:jar] [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /tmp/misc/target/my-test-app-1.0-SNAPSHOT.jar [INFO] [install:install] [INFO] Installing /tmp/misc/target/my-test-app-1.0-SNAPSHOT.jar to /home/felix/.m2/repository/my-test-group/my-test-app/1.0-SNAPSHOT/my-test-app-1.0-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3 seconds [INFO] Finished at: Mon Jun 01 22:16:02 CEST 2009 [INFO] Final Memory: 18M/74M [INFO] ------------------------------------------------------------------------ $ mvn --version Apache Maven 2.1.0 (r755702; 2009-03-18 20:10:27+0100) Java version: 1.6.0_14 Java home: /opt/sun-jdk-161.129.204.104/jre Default locale: de_CH, platform encoding: UTF-8 OS name: "linux" version: "2.6.29-gentoo-r5" arch: "amd64" Family: "unix" > Hello there, > > I'm trying to build a XPI for our current state of the firebug plugin > for the profiling project. > It wouldn't be a real problem to do so by hand, but we want it do be > done via maven. > > According to the link which was postet by Felix Knecht[1], this should > be done very easy via maven-antrun-plugin. > So i built an ant file to do the xpi and want to call it from maven like > shown[2]. Unfortunately the plugin isn't doing anything. To make it > easier to read, is reduced the ant script[3] to make a simple echo. > > The antscript itself runs by calling "ant test". > I call maven with "mvn antrun:run". > > mvn --version profides the following informations for me: > > Maven version: 2.0.10 > Java version: 1.6.0 > OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows" > > I also tried it on the following machine: > > Maven version: 2.0.9 > Java version: 1.6.0_0 > OS name: "linux" version: "2.6.28-11-generic" arch: "i386" Familiy: "unix" > > Because i also tried the examples provided on the plugin page[4], I > guess i'm just missing some dependency or so and perhaps some of you > knows where to look for it. > > Kind regards, > Andreas > > [1] - > http://johnjianfang.blogspot.com/2009/03/how-to-use-maven-generate-mozilla.html > [2] - > http://maven.apache.org/plugins/maven-antrun-plugin/examples/classpaths.html > [3] - see attachment > [4] - http://maven.apache.org/plugins/maven-antrun-plugin/index.html > From [email protected] Mon Jun 01 20:57:22 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11833 invoked from network); 1 Jun 2009 20:57:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Jun 2009 20:57:22 -0000 Received: (qmail 63462 invoked by uid 500); 1 Jun 2009 20:57:33 -0000 Delivered-To: [email protected] Received: (qmail 63359 invoked by uid 500); 1 Jun 2009 20:57:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 63351 invoked by uid 99); 1 Jun 2009 20:57:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2009 20:57:33 +0000 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mail2.student.tuwien.ac.at) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2009 20:57:22 +0000 Received: from [161.129.204.104] ([161.129.204.104]) (authenticated bits=0) by mail2.student.tuwien.ac.at (8.14.1/8.13.8) with ESMTP id n51Kv18s016188 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for <[email protected]>; Mon, 1 Jun 2009 22:57:02 +0200 Message-ID: <[email protected]> Date: Mon, 01 Jun 2009 22:56:59 +0200 From: Andreas Pinter <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090302) MIME-Version: 1.0 To: [email protected] Subject: Re: [profiling firebug plugin] Building XPI with maven References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Doh. Hello Felix, Thank you very much! I knew it was something simple, but I just didn't think about this. Thanks again Greetings Andreas [email protected] wrote: > Hi Andreas > > You 'attached' the ant script call to the <phase> 'compile' of maven > lifecycle. See also [5] for maven lifecycles. Therefor it is enough to run > 'mvn install'. This includes 'compile' as phase in its lifecycle and so > you're ant script is executed. See also log below (just copied attached > pom.xml and build.xml and trun 'mvn install'. > > [5] > http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html > > > HTH > Felix > > $ mvn install > [INFO] Scanning for projects... > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Unnamed - my-test-group:my-test-app:jar:1.0-SNAPSHOT > [INFO] task-segment: [install] > [INFO] > ------------------------------------------------------------------------ > [INFO] [resources:resources] > [WARNING] Using platform encoding (UTF-8 actually) to copy filtered > resources, i.e. build is platform dependent! > [INFO] skip non existing resourceDirectory /tmp/misc/src/main/resources > [INFO] [compiler:compile] > [INFO] No sources to compile > [INFO] [antrun:run {execution: compile}] > [INFO] Executing tasks > > test: > [echo] fooBar > [INFO] Executed tasks > [INFO] [resources:testResources] > [WARNING] Using platform encoding (UTF-8 actually) to copy filtered > resources, i.e. build is platform dependent! > [INFO] skip non existing resourceDirectory /tmp/misc/src/test/resources > [INFO] [compiler:testCompile] > [INFO] No sources to compile > [INFO] [surefire:test] > [INFO] No tests to run. > [INFO] [jar:jar] > [WARNING] JAR will be empty - no content was marked for inclusion! > [INFO] Building jar: /tmp/misc/target/my-test-app-1.0-SNAPSHOT.jar > [INFO] [install:install] > [INFO] Installing /tmp/misc/target/my-test-app-1.0-SNAPSHOT.jar to > /home/felix/.m2/repository/my-test-group/my-test-app/1.0-SNAPSHOT/my-test-app-1.0-SNAPSHOT.jar > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESSFUL > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 3 seconds > [INFO] Finished at: Mon Jun 01 22:16:02 CEST 2009 > [INFO] Final Memory: 18M/74M > [INFO] > ------------------------------------------------------------------------ > > $ mvn --version > Apache Maven 2.1.0 (r755702; 2009-03-18 20:10:27+0100) > Java version: 1.6.0_14 > Java home: /opt/sun-jdk-161.129.204.104/jre > Default locale: de_CH, platform encoding: UTF-8 > OS name: "linux" version: "2.6.29-gentoo-r5" arch: "amd64" Family: "unix" > > >> Hello there, >> >> I'm trying to build a XPI for our current state of the firebug plugin >> for the profiling project. >> It wouldn't be a real problem to do so by hand, but we want it do be >> done via maven. >> >> According to the link which was postet by Felix Knecht[1], this should >> be done very easy via maven-antrun-plugin. >> So i built an ant file to do the xpi and want to call it from maven like >> shown[2]. Unfortunately the plugin isn't doing anything. To make it >> easier to read, is reduced the ant script[3] to make a simple echo. >> >> The antscript itself runs by calling "ant test". >> I call maven with "mvn antrun:run". >> >> mvn --version profides the following informations for me: >> >> Maven version: 2.0.10 >> Java version: 1.6.0 >> OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows" >> >> I also tried it on the following machine: >> >> Maven version: 2.0.9 >> Java version: 1.6.0_0 >> OS name: "linux" version: "2.6.28-11-generic" arch: "i386" Familiy: "unix" >> >> Because i also tried the examples provided on the plugin page[4], I >> guess i'm just missing some dependency or so and perhaps some of you >> knows where to look for it. >> >> Kind regards, >> Andreas >> >> [1] - >> http://johnjianfang.blogspot.com/2009/03/how-to-use-maven-generate-mozilla.html >> [2] - >> http://maven.apache.org/plugins/maven-antrun-plugin/examples/classpaths.html >> [3] - see attachment >> [4] - http://maven.apache.org/plugins/maven-antrun-plugin/index.html >> > > > From [email protected] Mon Jun 01 21:29:30 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28114 invoked from network); 1 Jun 2009 21:29:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Jun 2009 21:29:30 -0000 Received: (qmail 18867 invoked by uid 500); 1 Jun 2009 21:29:42 -0000 Delivered-To: [email protected] Received: (qmail 18763 invoked by uid 500); 1 Jun 2009 21:29:41 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 18755 invoked by uid 99); 1 Jun 2009 21:29:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2009 21:29:41 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO viefep16-int.chello.at) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2009 21:29:32 +0000 Received: from edge04.upc.biz ([161.129.204.104]) by viefep16-int.chello.at (InterMail vM.161.129.204.104 201-2219-108-20080618) with ESMTP id <[email protected]> for <[email protected]>; Mon, 1 Jun 2009 23:29:10 +0200 Received: from felixknecht.ch ([161.129.204.104]) by edge04.upc.biz with edge id ylV81b01X2Cqc6k04lV9fk; Mon, 01 Jun 2009 23:29:10 +0200 X-SourceIP: 161.129.204.104 Received: (qmail 14959 invoked by uid 210); 1 Jun 2009 21:29:07 -0000 Received: from 161.129.204.104 by odin (envelope-from <[email protected]>, uid 201) with qmail-scanner-2.05st (clamdscan: 0.95.1/9411. perlscan: 2.05st. Clear:RC:1(161.129.204.104):. Processed in 0.208224 secs); 01 Jun 2009 21:29:07 -0000 Received: from unknown (HELO ?161.129.204.104?) (161.129.204.104) by 161.129.204.104 with SMTP; 1 Jun 2009 21:29:05 -0000 Message-ID: <[email protected]> Date: Mon, 01 Jun 2009 23:29:05 +0200 From: Felix Knecht <[email protected]> Organization: apache.org User-Agent: Thunderbird 161.129.204.104 (X11/20090430) MIME-Version: 1.0 To: [email protected] Subject: Re: [profiling firebug plugin] Building XPI with maven References: <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: multipart/mixed; boundary="------------040902070105040600000803" X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. --------------040902070105040600000803 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Andreas Pinter schrieb: > Doh. > > Hello Felix, > > Thank you very much! I knew it was something simple, but I just didn't > think about this. Thanks again Good to here it's working now. You could also make the 'mvn antrun:run' working. You'll need to copy the configuration part out of the executions and have it as pure plugin configuration. See also attached pom.xml Felix > > Greetings > Andreas > > > [email protected] wrote: >> Hi Andreas >> >> You 'attached' the ant script call to the <phase> 'compile' of maven >> lifecycle. See also [5] for maven lifecycles. Therefor it is enough to >> run >> 'mvn install'. This includes 'compile' as phase in its lifecycle and so >> you're ant script is executed. See also log below (just copied attached >> pom.xml and build.xml and trun 'mvn install'. >> >> [5] >> http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html >> >> >> >> HTH >> Felix >> >> $ mvn install >> [INFO] Scanning for projects... >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Building Unnamed - my-test-group:my-test-app:jar:1.0-SNAPSHOT >> [INFO] task-segment: [install] >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] [resources:resources] >> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered >> resources, i.e. build is platform dependent! >> [INFO] skip non existing resourceDirectory /tmp/misc/src/main/resources >> [INFO] [compiler:compile] >> [INFO] No sources to compile >> [INFO] [antrun:run {execution: compile}] >> [INFO] Executing tasks >> >> test: >> [echo] fooBar >> [INFO] Executed tasks >> [INFO] [resources:testResources] >> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered >> resources, i.e. build is platform dependent! >> [INFO] skip non existing resourceDirectory /tmp/misc/src/test/resources >> [INFO] [compiler:testCompile] >> [INFO] No sources to compile >> [INFO] [surefire:test] >> [INFO] No tests to run. >> [INFO] [jar:jar] >> [WARNING] JAR will be empty - no content was marked for inclusion! >> [INFO] Building jar: /tmp/misc/target/my-test-app-1.0-SNAPSHOT.jar >> [INFO] [install:install] >> [INFO] Installing /tmp/misc/target/my-test-app-1.0-SNAPSHOT.jar to >> /home/felix/.m2/repository/my-test-group/my-test-app/1.0-SNAPSHOT/my-test-app-1.0-SNAPSHOT.jar >> >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] BUILD SUCCESSFUL >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Total time: 3 seconds >> [INFO] Finished at: Mon Jun 01 22:16:02 CEST 2009 >> [INFO] Final Memory: 18M/74M >> [INFO] >> ------------------------------------------------------------------------ >> >> $ mvn --version >> Apache Maven 2.1.0 (r755702; 2009-03-18 20:10:27+0100) >> Java version: 1.6.0_14 >> Java home: /opt/sun-jdk-161.129.204.104/jre >> Default locale: de_CH, platform encoding: UTF-8 >> OS name: "linux" version: "2.6.29-gentoo-r5" arch: "amd64" Family: "unix" >> >> >>> Hello there, >>> >>> I'm trying to build a XPI for our current state of the firebug plugin >>> for the profiling project. >>> It wouldn't be a real problem to do so by hand, but we want it do be >>> done via maven. >>> >>> According to the link which was postet by Felix Knecht[1], this should >>> be done very easy via maven-antrun-plugin. >>> So i built an ant file to do the xpi and want to call it from maven like >>> shown[2]. Unfortunately the plugin isn't doing anything. To make it >>> easier to read, is reduced the ant script[3] to make a simple echo. >>> >>> The antscript itself runs by calling "ant test". >>> I call maven with "mvn antrun:run". >>> >>> mvn --version profides the following informations for me: >>> >>> Maven version: 2.0.10 >>> Java version: 1.6.0 >>> OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows" >>> >>> I also tried it on the following machine: >>> >>> Maven version: 2.0.9 >>> Java version: 1.6.0_0 >>> OS name: "linux" version: "2.6.28-11-generic" arch: "i386" Familiy: >>> "unix" >>> >>> Because i also tried the examples provided on the plugin page[4], I >>> guess i'm just missing some dependency or so and perhaps some of you >>> knows where to look for it. >>> >>> Kind regards, >>> Andreas >>> >>> [1] - >>> http://johnjianfang.blogspot.com/2009/03/how-to-use-maven-generate-mozilla.html >>> >>> [2] - >>> http://maven.apache.org/plugins/maven-antrun-plugin/examples/classpaths.html >>> >>> [3] - see attachment >>> [4] - http://maven.apache.org/plugins/maven-antrun-plugin/index.html >>> >> >> >> > --------------040902070105040600000803 Content-Type: text/xml; name="pom.xml" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="pom.xml" <project> <modelVersion>4.0.0</modelVersion> <artifactId>my-test-app</artifactId> <groupId>my-test-group</groupId> <version>1.0-SNAPSHOT</version> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <!-- Needed to make 'mvn antrun:run' working --> <configuration> <tasks> <ant antfile="build.xml"> <target name="test"/> </ant> </tasks> </configuration> <executions> <!-- execution attached to <phase>xxx</phase> of the maven lifecycle --> <execution> <id>compile</id> <phase>compile</phase> <configuration> <tasks> <ant antfile="build.xml"> <target name="test"/> </ant> </tasks> </configuration> <goals> <goal>run</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project> --------------040902070105040600000803-- From [email protected] Wed Jun 03 17:40:19 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5242 invoked from network); 3 Jun 2009 17:40:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Jun 2009 17:40:19 -0000 Received: (qmail 84899 invoked by uid 500); 3 Jun 2009 17:40:30 -0000 Delivered-To: [email protected] Received: (qmail 84796 invoked by uid 500); 3 Jun 2009 17:40:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 84787 invoked by uid 99); 3 Jun 2009 17:40:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jun 2009 17:40:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jun 2009 17:40:27 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id AE968234C004 for <[email protected]>; Wed, 3 Jun 2009 10:40:07 -0700 (PDT) Message-ID: <2000120786.1244050807701.JavaMail.jira@brutus> Date: Wed, 3 Jun 2009 10:40:07 -0700 (PDT) From: [email protected] To: [email protected] Subject: [jira] Subscription: COCOON-open-with-patch MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Issue Subscription Filter: COCOON-open-with-patch (106 issues) Subscriber: cocoon Key Summary COCOON-2250 Wrong error message in Element.java (jx:element) https://issues.apache.org/jira/browse/COCOON-2250 COCOON-2249 XHTMLSerializer uses entity references &quot; and &apos; which cause JavaScript parse errors https://issues.apache.org/jira/browse/COCOON-2249 COCOON-2246 HttpRequest should handle encoding in getParameter and getParameterValues in the same way https://issues.apache.org/jira/browse/COCOON-2246 COCOON-2233 Update archetypes to current trunk artifact versions https://issues.apache.org/jira/browse/COCOON-2233 COCOON-2222 Add SaxParser configuration properties https://issues.apache.org/jira/browse/COCOON-2222 COCOON-2216 IncludeCacheManager can not perfom parallel includes https://issues.apache.org/jira/browse/COCOON-2216 COCOON-2212 jx:attribute does not check name is correct before proceeding https://issues.apache.org/jira/browse/COCOON-2212 COCOON-2197 Making the cocoon-auth-block acegi-security-sample work https://issues.apache.org/jira/browse/COCOON-2197 COCOON-2173 AbstractCachingProcessingPipeline: Two requests can deadlock each other https://issues.apache.org/jira/browse/COCOON-2173 COCOON-2162 [PATCH] Fix for Paginator when accessing out of bounds Pagination page https://issues.apache.org/jira/browse/COCOON-2162 COCOON-2137 XSD Schemas for CForms Development https://issues.apache.org/jira/browse/COCOON-2137 COCOON-2114 fix sorting in TraversableGenerator https://issues.apache.org/jira/browse/COCOON-2114 COCOON-2108 xmodule:flow-attr Does not accept document objects https://issues.apache.org/jira/browse/COCOON-2108 COCOON-2104 [PATCH] Add base URI fixup support to XIncludeTransformer https://issues.apache.org/jira/browse/COCOON-2104 COCOON-2100 Retrieving mimeType returned by pipeline executed from Flow https://issues.apache.org/jira/browse/COCOON-2100 COCOON-2041 WebDAV Returns improper status on PUT https://issues.apache.org/jira/browse/COCOON-2041 COCOON-2040 Union widget does not work with booleanfield set as case widget https://issues.apache.org/jira/browse/COCOON-2040 COCOON-2037 New DynamicGroup widget https://issues.apache.org/jira/browse/COCOON-2037 COCOON-2035 NPE in the sorter of the EnhancedRepeater https://issues.apache.org/jira/browse/COCOON-2035 COCOON-2032 [PATCH] Sort order in paginated repeater https://issues.apache.org/jira/browse/COCOON-2032 COCOON-2030 submit-on-change doesn't work for a multivaluefield with list-type="checkbox" https://issues.apache.org/jira/browse/COCOON-2030 COCOON-2018 Use thread context class loader to load custom binding classes https://issues.apache.org/jira/browse/COCOON-2018 COCOON-2017 More output beautification options for serializers https://issues.apache.org/jira/browse/COCOON-2017 COCOON-2015 Doctype added twice because root element (html) is inlined https://issues.apache.org/jira/browse/COCOON-2015 COCOON-2002 HTML transformer only works with latin-1 characters https://issues.apache.org/jira/browse/COCOON-2002 COCOON-1974 Donating ContextAttributeInputModule https://issues.apache.org/jira/browse/COCOON-1974 COCOON-1973 CaptchaValidator: allow case-insensitive matching https://issues.apache.org/jira/browse/COCOON-1973 COCOON-1964 Redirects inside a block called via the servlet protocol fail https://issues.apache.org/jira/browse/COCOON-1964 COCOON-1963 Add a redirect action to the browser update handler https://issues.apache.org/jira/browse/COCOON-1963 COCOON-1960 Pipeline errors for "generator/reader already set" should provide more information https://issues.apache.org/jira/browse/COCOON-1960 COCOON-1949 [PATCH] load flowscript from file into specified Rhino context object https://issues.apache.org/jira/browse/COCOON-1949 COCOON-1946 [PATCH] - Javaflow Sample errors trying to enhance Javaflow classes and showing cform templates https://issues.apache.org/jira/browse/COCOON-1946 COCOON-1943 [Patch] Parameters in blocks-protocol URIs get decoded too early https://issues.apache.org/jira/browse/COCOON-1943 COCOON-1932 [PATCH] correct styling of disabled suggestion lists https://issues.apache.org/jira/browse/COCOON-1932 COCOON-1929 [PATCH] Reloading classloader in Cocoon 2.2 https://issues.apache.org/jira/browse/COCOON-1929 COCOON-1917 Request Encoding problem: multipart/form vs. url encoded https://issues.apache.org/jira/browse/COCOON-1917 COCOON-1915 Nullable value with additional String or XMLizable in JavaSelectionList https://issues.apache.org/jira/browse/COCOON-1915 COCOON-1914 Text as XMLizable in EmptySelectionList https://issues.apache.org/jira/browse/COCOON-1914 COCOON-1899 [PATCH] Cocoon XML:DB Implementation should not depend on Xindice https://issues.apache.org/jira/browse/COCOON-1899 COCOON-1898 [PATCH] XPatch support for maven-cocoon-deployer-plugin https://issues.apache.org/jira/browse/COCOON-1898 COCOON-1893 XML-Binding: Problem creating a new element https://issues.apache.org/jira/browse/COCOON-1893 COCOON-1877 [PATCH] Pageable Repeater https://issues.apache.org/jira/browse/COCOON-1877 COCOON-1870 Lucene block does not store attributes when instructed so https://issues.apache.org/jira/browse/COCOON-1870 COCOON-1846 [PATCH] BooleanField and radio do not send on-value-changed at the rigth time with IE https://issues.apache.org/jira/browse/COCOON-1846 COCOON-1843 LDAPTransformer: add-entry tag doesn't work https://issues.apache.org/jira/browse/COCOON-1843 COCOON-1842 LDAPTransformer: ClassCastException with Binary fields https://issues.apache.org/jira/browse/COCOON-1842 COCOON-1810 [PATCH] JMSEventMessageListener does not work https://issues.apache.org/jira/browse/COCOON-1810 COCOON-1807 Workaround for IE Bug in <button> https://issues.apache.org/jira/browse/COCOON-1807 COCOON-1794 [PATCH] Propagation of namespaces to a repeaters child bindings and implementation of a move-node binding https://issues.apache.org/jira/browse/COCOON-1794 COCOON-1738 double-listbox problem in repeaters https://issues.apache.org/jira/browse/COCOON-1738 COCOON-1726 Implementation of Source that supports conditional GETs https://issues.apache.org/jira/browse/COCOON-1726 COCOON-1717 Use custom cache keys for caching uri coplets using input modules. https://issues.apache.org/jira/browse/COCOON-1717 COCOON-1697 Allow request parameters to be used in "for (var k in h)" kind of Javascript Loops https://issues.apache.org/jira/browse/COCOON-1697 COCOON-1648 Add support for ISO8601 in I18nTransformer and Forms https://issues.apache.org/jira/browse/COCOON-1648 COCOON-1618 [PATCH] SoapGenerator/Serializer for Axis Block https://issues.apache.org/jira/browse/COCOON-1618 COCOON-1611 [PATCH] Add additonal constructor to FormInstance.java to be able to pass a locale https://issues.apache.org/jira/browse/COCOON-1611 COCOON-1603 [PATCH] handling of alternatives in MailTransformer https://issues.apache.org/jira/browse/COCOON-1603 COCOON-1573 Improvement SetAttributeJXPathBinding and Contribution SetNodeValueJXPathBinding https://issues.apache.org/jira/browse/COCOON-1573 COCOON-1556 [PATCH] Add a JXPathConvertor for conversion betwean beans and Strings https://issues.apache.org/jira/browse/COCOON-1556 COCOON-1535 [PATCH] enhancement to {global:} input module: return all sitemap globals https://issues.apache.org/jira/browse/COCOON-1535 COCOON-1527 [PATCH] Cache control logic sheets for XSP to override getKey and getValidity https://issues.apache.org/jira/browse/COCOON-1527 COCOON-1526 [PATCH] processToDOM returns a read-only DOM https://issues.apache.org/jira/browse/COCOON-1526 COCOON-1519 [PATCH] TeeTransformer refactoring https://issues.apache.org/jira/browse/COCOON-1519 COCOON-1508 [PATCH] Avalonize TranscoderFactory https://issues.apache.org/jira/browse/COCOON-1508 COCOON-1506 [PATCH] Manually specifying a mounted sitemap's context https://issues.apache.org/jira/browse/COCOON-1506 COCOON-1488 [PATCH] htmlunit-based testing, needs to be ported to 2.2 https://issues.apache.org/jira/browse/COCOON-1488 COCOON-1467 ESQL exception handling problem https://issues.apache.org/jira/browse/COCOON-1467 COCOON-1439 [poi] vertical text orientation and font cache https://issues.apache.org/jira/browse/COCOON-1439 COCOON-1398 New CachingPortletAdapter https://issues.apache.org/jira/browse/COCOON-1398 COCOON-1395 [PATCH] Missing ContextAttributeInputModule https://issues.apache.org/jira/browse/COCOON-1395 COCOON-1394 [PATCH] Implementation of PortletRequest#getQueryString() https://issues.apache.org/jira/browse/COCOON-1394 COCOON-1384 [PATCH] flow redirector should allow explicit 'cocoon:' scheme https://issues.apache.org/jira/browse/COCOON-1384 COCOON-1370 [PATCH] proxy block can now use JTidy and handle multipart POST https://issues.apache.org/jira/browse/COCOON-1370 COCOON-1368 [PATCH] HTTPRequestTransformer https://issues.apache.org/jira/browse/COCOON-1368 COCOON-1362 [PATCH] log4j.xconf should have the same default config as logkit.xconf https://issues.apache.org/jira/browse/COCOON-1362 COCOON-1360 [patch] client side validation for CForms https://issues.apache.org/jira/browse/COCOON-1360 COCOON-1345 [PATCH] Extract convertors into their own block https://issues.apache.org/jira/browse/COCOON-1345 COCOON-1340 [PATCH] lucene block contribution : a AnalyzerManager component https://issues.apache.org/jira/browse/COCOON-1340 COCOON-1337 [PATCH] Suggestion for widget population https://issues.apache.org/jira/browse/COCOON-1337 COCOON-1336 [PATCH] PortletWindowAspect: hiding portlet mode icons and new feature "force-sizable" https://issues.apache.org/jira/browse/COCOON-1336 COCOON-1332 [PATCH] content-length and content-type for portlet ActionRequest https://issues.apache.org/jira/browse/COCOON-1332 COCOON-1329 [PATCH] Fix for cocoon.jar bundled in ear common for portal.war and portlet.war https://issues.apache.org/jira/browse/COCOON-1329 COCOON-1325 [PATCH] commons-fileupload based multipart parser https://issues.apache.org/jira/browse/COCOON-1325 COCOON-1302 [Patch] Word Document Generator https://issues.apache.org/jira/browse/COCOON-1302 COCOON-1295 ParallelContentAggregator, multithreaded aggregating https://issues.apache.org/jira/browse/COCOON-1295 COCOON-1260 [PATCH] MultipartParser can now handle multipart/mixed https://issues.apache.org/jira/browse/COCOON-1260 COCOON-1254 [Patch] OWQLTransformer + RDQLTransformer https://issues.apache.org/jira/browse/COCOON-1254 COCOON-1249 [Patch] XMLDBSource should accept scheme://user:pass@host:port/path URIs https://issues.apache.org/jira/browse/COCOON-1249 COCOON-1232 [PATCH] NEW--ModuleDB Action for ORACLE( auto. increment ) https://issues.apache.org/jira/browse/COCOON-1232 COCOON-1203 [PATCH] inserver junit testing https://issues.apache.org/jira/browse/COCOON-1203 COCOON-1200 [PATCH] XML CSS engine https://issues.apache.org/jira/browse/COCOON-1200 COCOON-1185 [PATCH] BerkeleyDBStore https://issues.apache.org/jira/browse/COCOON-1185 COCOON-1147 [PATCH] namespace issues with XMLDBTransformer https://issues.apache.org/jira/browse/COCOON-1147 COCOON-1125 [PATCH] Updated CastorTransformer + samples https://issues.apache.org/jira/browse/COCOON-1125 COCOON-1027 [PATCH] CocoonBean add additional features for reprocessing pipelines and interrupt processing https://issues.apache.org/jira/browse/COCOON-1027 COCOON-996 [PATCH] LuceneIndexContentHandler.java produces CLOBs https://issues.apache.org/jira/browse/COCOON-996 COCOON-988 [PATCH] StreamGenerator can't handle multipart request parameters correctly https://issues.apache.org/jira/browse/COCOON-988 COCOON-881 [PATCH] file upload component for usage with flowscript https://issues.apache.org/jira/browse/COCOON-881 COCOON-871 [PATCH] XML posting from SourceWritingTransformer by using an enhanced HTTPClientSource https://issues.apache.org/jira/browse/COCOON-871 COCOON-867 [PATCH] wsinclude and htmlinclude transformers https://issues.apache.org/jira/browse/COCOON-867 COCOON-865 [PATCH] New ResourceLoadAction https://issues.apache.org/jira/browse/COCOON-865 COCOON-844 [PATCH] adding <wd:on-phase> and moving load() and save() to Form. https://issues.apache.org/jira/browse/COCOON-844 COCOON-825 [PATCH] Fix Bug: Better handling of CLOB in esql (get-xml) and handling of Oracle 'temporary lobs' https://issues.apache.org/jira/browse/COCOON-825 COCOON-719 [PATCH] Support for transactions in SQLTransformer https://issues.apache.org/jira/browse/COCOON-719 COCOON-717 [PATCH] Namespace cleanup in HTMLSerializer https://issues.apache.org/jira/browse/COCOON-717 COCOON-665 [PATCH] HSSFSerializer Support for FreezePane https://issues.apache.org/jira/browse/COCOON-665 You may edit this subscription at: https://issues.apache.org/jira/secure/FilterSubscription!default.jspa?subId=10311&filterId=12310771 From [email protected] Thu Jun 04 20:51:55 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85941 invoked from network); 4 Jun 2009 20:51:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Jun 2009 20:51:55 -0000 Received: (qmail 2983 invoked by uid 500); 4 Jun 2009 20:52:07 -0000 Delivered-To: [email protected] Received: (qmail 2872 invoked by uid 500); 4 Jun 2009 20:52:06 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 2864 invoked by uid 99); 4 Jun 2009 20:52:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jun 2009 20:52:06 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jun 2009 20:51:57 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1MCJuS-0002F0-Df for [email protected]; Thu, 04 Jun 2009 13:51:36 -0700 Message-ID: <[email protected]> Date: Thu, 4 Jun 2009 13:51:36 -0700 (PDT) From: aryanurfriend <[email protected]> To: [email protected] Subject: Unable to deploy Cocoon 2.2 on WebSphere MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org I have build the Cocoon 2.2 Sample WebApp using Maven (as per the instructions in Getting Started manual). I created a block with name formatter and a web app formatterApp. I added the dependency for formatter in the web app's pom.xml and built the war with maven. When I deploy this war on Tomcat or Jetty, its working fine but when I deploy the same war on Websphere it fails with the exception, Caused by: java.net.MalformedURLException: Could not resolve blockcontext:/formatter/ due to java.net.MalformedURLException: Unknown block name formatter in block context uri blockcontext:/formatter/ at org.apache.cocoon.servletservice.spring.ServletFactoryBean.init(ServletFactoryBean.java:111) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1325) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1294) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1257) ... 62 more I tried to change this blockcontext to file:/ but still no luck. The first thing I would like to ask is, cant we deploy a webapp without blocks in cocoon 2.2 as we do in earlier versions of cocoon? and what is this blockcontext is all about? Early help will be highly appreciated. Thanks a ton in advance. -- View this message in context: http://www.nabble.com/Unable-to-deploy-Cocoon-2.2-on-WebSphere-tp23877509p23877509.html Sent from the Cocoon - Dev mailing list [email protected]. From [email protected] Sat Jun 06 18:40:35 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55759 invoked from network); 6 Jun 2009 18:40:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Jun 2009 18:40:35 -0000 Received: (qmail 54488 invoked by uid 500); 6 Jun 2009 18:34:07 -0000 Delivered-To: [email protected] Received: (qmail 53774 invoked by uid 500); 6 Jun 2009 18:34:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 53633 invoked by uid 99); 6 Jun 2009 18:34:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Jun 2009 18:34:04 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-qy0-f187.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Jun 2009 18:33:52 +0000 Received: by qyk17 with SMTP id 17so3162476qyk.18 for <[email protected]>; Sat, 06 Jun 2009 11:33:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=SHeg/KsPLyaVaylB/AU0MLzg/UcJgNPc03DrotznJ3c=; b=ji0XiK5bjdilrdkv+yVwU7JxE2OjIuYj2X4Xsycz4ww6fdJNC1HHDmsLHwZo8C/SzG 5n5GSfk+oZ/a9dTzIR7FFCA7M+YGzSjV48oDWFa3+CtHBdw8d07x/i4wlVBxXM3TwzuL MwQWblumujI13N5VoBS4C2ZmvYngdLdTDrs10= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=xEMjfR3VFCYKZu62XRoRDkG6REQLfrajTWZ7zyhbFkRKk6n+qzhcuYKocGGij7UB0u eRryD4LavTKGQl8KEX0VZ/qyGzW95vL1bwMg1Oyj8TeNn6gRqf/8TKVx2el5HCRViqw6 7TGLeEcqslTnrmJMm4HU87KReRWZCbnXaFC/g= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id n10mr2977184vcm.76.1244313210123; Sat, 06 Jun 2009 11:33:30 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> From: =?UTF-8?Q?Dariusz_=C5=81uksza?= <[email protected]> Date: Sat, 6 Jun 2009 20:33:10 +0200 Message-ID: <[email protected]> Subject: Re: [c3-monitoring] Overview of Servlet-Services To: [email protected] Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Jun 1, 2009 at 11:54 AM, Reinhard P=C3=B6tz<[email protected]> wr= ote: > > You should be able to collect all Servlet-Services by using the Spring > Configurator's bean-map: > http://cocoon.apache.org/subprojects/configuration/1.0/spring-configurato= r/1.0/1400_1_1.html > It is exactly what I was looking for, thanks :) > >> The main idea is to have separate configuration for monitoring beans >> that don't interfere in other parts of Cocoon 3. That "magic >> configuration" should made new instance of ServiceServletMonitoring >> MBean for each initialized Service-Servlet. > > yes, I agree > >> Have you Any ideas how to achieve that ? > > Every servlet-service implements the javax.servlet.Servlet interface. > You can create a bean-map that filters by that type. > Whole week I try to get somehow list of available Service-Servlets and mount points for them. For now I think that there aren't any possibility of getting that information using existing API. IMHO simplest way of getting list of avialiable Servlet-Services would be parse sitemap.xmap but I don't know how to distiguish with pipeline use s-s and with isn't. It would be werry nice if somebody could gave me some hits how move on with this ;) --=20 Best regards Blog: http://luksza.org LinkedIn: http://www.linkedin.com/in/dariuszluksza From [email protected] Tue Jun 09 07:54:19 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80067 invoked from network); 9 Jun 2009 07:54:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Jun 2009 07:54:19 -0000 Received: (qmail 58272 invoked by uid 500); 9 Jun 2009 07:54:30 -0000 Delivered-To: [email protected] Received: (qmail 58155 invoked by uid 500); 9 Jun 2009 07:54:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 58147 invoked by uid 99); 9 Jun 2009 07:54:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jun 2009 07:54:30 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO indoqa.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jun 2009 07:54:20 +0000 Received: from [161.129.204.104] (chello062178239020.5.15.vie.surfer.at [161.129.204.104]) by indoqa.com (Postfix) with ESMTP id 013B51A0001 for <[email protected]>; Tue, 9 Jun 2009 09:53:57 +0200 (CEST) Message-ID: <[email protected]> Date: Tue, 09 Jun 2009 09:55:11 +0200 From: =?UTF-8?B?UmVpbmhhcmQgUMO2dHo=?= <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090302) MIME-Version: 1.0 To: [email protected] Subject: Re: [c3-monitoring] Overview of Servlet-Services References: <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Dariusz Łuksza wrote: > On Mon, Jun 1, 2009 at 11:54 AM, Reinhard Pötz<[email protected]> wrote: >> You should be able to collect all Servlet-Services by using the Spring >> Configurator's bean-map: >> http://cocoon.apache.org/subprojects/configuration/1.0/spring-configurator/1.0/1400_1_1.html >> > > It is exactly what I was looking for, thanks :) > >>> The main idea is to have separate configuration for monitoring beans >>> that don't interfere in other parts of Cocoon 3. That "magic >>> configuration" should made new instance of ServiceServletMonitoring >>> MBean for each initialized Service-Servlet. >> yes, I agree >> >>> Have you Any ideas how to achieve that ? >> Every servlet-service implements the javax.servlet.Servlet interface. >> You can create a bean-map that filters by that type. >> > > Whole week I try to get somehow list of available Service-Servlets and > mount points for them. For now I think that there aren't any > possibility of getting that information using existing API. > > IMHO simplest way of getting list of avialiable Servlet-Services would > be parse sitemap.xmap but I don't know how to distiguish with pipeline > use s-s and with isn't. > > It would be werry nice if somebody could gave me some hits how move on > with this ;) IIRC each servlet-service has a special servlet context o.a.c.servletservice.ServletServiceContext (cocoon-servlet-service-impl module) which contains all necessary information (connections, mount-points) but it doesn't expose them. If you can cast the ServletContext to ServletServiceContext, you can safely assume that the bean is a servlet-service. I suggest that you expose the necessary methods, or just for now, use a private accessor. HTH -- Reinhard Pötz Managing Director, {Indoqa} GmbH http://www.indoqa.com/en/people/reinhard.poetz/ Member of the Apache Software Foundation Apache Cocoon Committer, PMC member [email protected] ________________________________________________________________________ From [email protected] Wed Jun 10 17:41:24 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13893 invoked from network); 10 Jun 2009 17:41:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Jun 2009 17:41:24 -0000 Received: (qmail 59224 invoked by uid 500); 10 Jun 2009 17:41:34 -0000 Delivered-To: [email protected] Received: (qmail 58778 invoked by uid 500); 10 Jun 2009 17:41:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 58760 invoked by uid 99); 10 Jun 2009 17:41:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jun 2009 17:41:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jun 2009 17:41:29 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id A6688234C004 for <[email protected]>; Wed, 10 Jun 2009 10:41:07 -0700 (PDT) Message-ID: <472678742.1244655667667.JavaMail.jira@brutus> Date: Wed, 10 Jun 2009 10:41:07 -0700 (PDT) From: [email protected] To: [email protected] Subject: [jira] Subscription: COCOON-open-with-patch MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Issue Subscription Filter: COCOON-open-with-patch (106 issues) Subscriber: cocoon Key Summary COCOON-2250 Wrong error message in Element.java (jx:element) https://issues.apache.org/jira/browse/COCOON-2250 COCOON-2249 XHTMLSerializer uses entity references &quot; and &apos; which cause JavaScript parse errors https://issues.apache.org/jira/browse/COCOON-2249 COCOON-2246 HttpRequest should handle encoding in getParameter and getParameterValues in the same way https://issues.apache.org/jira/browse/COCOON-2246 COCOON-2233 Update archetypes to current trunk artifact versions https://issues.apache.org/jira/browse/COCOON-2233 COCOON-2222 Add SaxParser configuration properties https://issues.apache.org/jira/browse/COCOON-2222 COCOON-2216 IncludeCacheManager can not perfom parallel includes https://issues.apache.org/jira/browse/COCOON-2216 COCOON-2212 jx:attribute does not check name is correct before proceeding https://issues.apache.org/jira/browse/COCOON-2212 COCOON-2197 Making the cocoon-auth-block acegi-security-sample work https://issues.apache.org/jira/browse/COCOON-2197 COCOON-2173 AbstractCachingProcessingPipeline: Two requests can deadlock each other https://issues.apache.org/jira/browse/COCOON-2173 COCOON-2162 [PATCH] Fix for Paginator when accessing out of bounds Pagination page https://issues.apache.org/jira/browse/COCOON-2162 COCOON-2137 XSD Schemas for CForms Development https://issues.apache.org/jira/browse/COCOON-2137 COCOON-2114 fix sorting in TraversableGenerator https://issues.apache.org/jira/browse/COCOON-2114 COCOON-2108 xmodule:flow-attr Does not accept document objects https://issues.apache.org/jira/browse/COCOON-2108 COCOON-2104 [PATCH] Add base URI fixup support to XIncludeTransformer https://issues.apache.org/jira/browse/COCOON-2104 COCOON-2100 Retrieving mimeType returned by pipeline executed from Flow https://issues.apache.org/jira/browse/COCOON-2100 COCOON-2041 WebDAV Returns improper status on PUT https://issues.apache.org/jira/browse/COCOON-2041 COCOON-2040 Union widget does not work with booleanfield set as case widget https://issues.apache.org/jira/browse/COCOON-2040 COCOON-2037 New DynamicGroup widget https://issues.apache.org/jira/browse/COCOON-2037 COCOON-2035 NPE in the sorter of the EnhancedRepeater https://issues.apache.org/jira/browse/COCOON-2035 COCOON-2032 [PATCH] Sort order in paginated repeater https://issues.apache.org/jira/browse/COCOON-2032 COCOON-2030 submit-on-change doesn't work for a multivaluefield with list-type="checkbox" https://issues.apache.org/jira/browse/COCOON-2030 COCOON-2018 Use thread context class loader to load custom binding classes https://issues.apache.org/jira/browse/COCOON-2018 COCOON-2017 More output beautification options for serializers https://issues.apache.org/jira/browse/COCOON-2017 COCOON-2015 Doctype added twice because root element (html) is inlined https://issues.apache.org/jira/browse/COCOON-2015 COCOON-2002 HTML transformer only works with latin-1 characters https://issues.apache.org/jira/browse/COCOON-2002 COCOON-1974 Donating ContextAttributeInputModule https://issues.apache.org/jira/browse/COCOON-1974 COCOON-1973 CaptchaValidator: allow case-insensitive matching https://issues.apache.org/jira/browse/COCOON-1973 COCOON-1964 Redirects inside a block called via the servlet protocol fail https://issues.apache.org/jira/browse/COCOON-1964 COCOON-1963 Add a redirect action to the browser update handler https://issues.apache.org/jira/browse/COCOON-1963 COCOON-1960 Pipeline errors for "generator/reader already set" should provide more information https://issues.apache.org/jira/browse/COCOON-1960 COCOON-1949 [PATCH] load flowscript from file into specified Rhino context object https://issues.apache.org/jira/browse/COCOON-1949 COCOON-1946 [PATCH] - Javaflow Sample errors trying to enhance Javaflow classes and showing cform templates https://issues.apache.org/jira/browse/COCOON-1946 COCOON-1943 [Patch] Parameters in blocks-protocol URIs get decoded too early https://issues.apache.org/jira/browse/COCOON-1943 COCOON-1932 [PATCH] correct styling of disabled suggestion lists https://issues.apache.org/jira/browse/COCOON-1932 COCOON-1929 [PATCH] Reloading classloader in Cocoon 2.2 https://issues.apache.org/jira/browse/COCOON-1929 COCOON-1917 Request Encoding problem: multipart/form vs. url encoded https://issues.apache.org/jira/browse/COCOON-1917 COCOON-1915 Nullable value with additional String or XMLizable in JavaSelectionList https://issues.apache.org/jira/browse/COCOON-1915 COCOON-1914 Text as XMLizable in EmptySelectionList https://issues.apache.org/jira/browse/COCOON-1914 COCOON-1899 [PATCH] Cocoon XML:DB Implementation should not depend on Xindice https://issues.apache.org/jira/browse/COCOON-1899 COCOON-1898 [PATCH] XPatch support for maven-cocoon-deployer-plugin https://issues.apache.org/jira/browse/COCOON-1898 COCOON-1893 XML-Binding: Problem creating a new element https://issues.apache.org/jira/browse/COCOON-1893 COCOON-1877 [PATCH] Pageable Repeater https://issues.apache.org/jira/browse/COCOON-1877 COCOON-1870 Lucene block does not store attributes when instructed so https://issues.apache.org/jira/browse/COCOON-1870 COCOON-1846 [PATCH] BooleanField and radio do not send on-value-changed at the rigth time with IE https://issues.apache.org/jira/browse/COCOON-1846 COCOON-1843 LDAPTransformer: add-entry tag doesn't work https://issues.apache.org/jira/browse/COCOON-1843 COCOON-1842 LDAPTransformer: ClassCastException with Binary fields https://issues.apache.org/jira/browse/COCOON-1842 COCOON-1810 [PATCH] JMSEventMessageListener does not work https://issues.apache.org/jira/browse/COCOON-1810 COCOON-1807 Workaround for IE Bug in <button> https://issues.apache.org/jira/browse/COCOON-1807 COCOON-1794 [PATCH] Propagation of namespaces to a repeaters child bindings and implementation of a move-node binding https://issues.apache.org/jira/browse/COCOON-1794 COCOON-1738 double-listbox problem in repeaters https://issues.apache.org/jira/browse/COCOON-1738 COCOON-1726 Implementation of Source that supports conditional GETs https://issues.apache.org/jira/browse/COCOON-1726 COCOON-1717 Use custom cache keys for caching uri coplets using input modules. https://issues.apache.org/jira/browse/COCOON-1717 COCOON-1697 Allow request parameters to be used in "for (var k in h)" kind of Javascript Loops https://issues.apache.org/jira/browse/COCOON-1697 COCOON-1648 Add support for ISO8601 in I18nTransformer and Forms https://issues.apache.org/jira/browse/COCOON-1648 COCOON-1618 [PATCH] SoapGenerator/Serializer for Axis Block https://issues.apache.org/jira/browse/COCOON-1618 COCOON-1611 [PATCH] Add additonal constructor to FormInstance.java to be able to pass a locale https://issues.apache.org/jira/browse/COCOON-1611 COCOON-1603 [PATCH] handling of alternatives in MailTransformer https://issues.apache.org/jira/browse/COCOON-1603 COCOON-1573 Improvement SetAttributeJXPathBinding and Contribution SetNodeValueJXPathBinding https://issues.apache.org/jira/browse/COCOON-1573 COCOON-1556 [PATCH] Add a JXPathConvertor for conversion betwean beans and Strings https://issues.apache.org/jira/browse/COCOON-1556 COCOON-1535 [PATCH] enhancement to {global:} input module: return all sitemap globals https://issues.apache.org/jira/browse/COCOON-1535 COCOON-1527 [PATCH] Cache control logic sheets for XSP to override getKey and getValidity https://issues.apache.org/jira/browse/COCOON-1527 COCOON-1526 [PATCH] processToDOM returns a read-only DOM https://issues.apache.org/jira/browse/COCOON-1526 COCOON-1519 [PATCH] TeeTransformer refactoring https://issues.apache.org/jira/browse/COCOON-1519 COCOON-1508 [PATCH] Avalonize TranscoderFactory https://issues.apache.org/jira/browse/COCOON-1508 COCOON-1506 [PATCH] Manually specifying a mounted sitemap's context https://issues.apache.org/jira/browse/COCOON-1506 COCOON-1488 [PATCH] htmlunit-based testing, needs to be ported to 2.2 https://issues.apache.org/jira/browse/COCOON-1488 COCOON-1467 ESQL exception handling problem https://issues.apache.org/jira/browse/COCOON-1467 COCOON-1439 [poi] vertical text orientation and font cache https://issues.apache.org/jira/browse/COCOON-1439 COCOON-1398 New CachingPortletAdapter https://issues.apache.org/jira/browse/COCOON-1398 COCOON-1395 [PATCH] Missing ContextAttributeInputModule https://issues.apache.org/jira/browse/COCOON-1395 COCOON-1394 [PATCH] Implementation of PortletRequest#getQueryString() https://issues.apache.org/jira/browse/COCOON-1394 COCOON-1384 [PATCH] flow redirector should allow explicit 'cocoon:' scheme https://issues.apache.org/jira/browse/COCOON-1384 COCOON-1370 [PATCH] proxy block can now use JTidy and handle multipart POST https://issues.apache.org/jira/browse/COCOON-1370 COCOON-1368 [PATCH] HTTPRequestTransformer https://issues.apache.org/jira/browse/COCOON-1368 COCOON-1362 [PATCH] log4j.xconf should have the same default config as logkit.xconf https://issues.apache.org/jira/browse/COCOON-1362 COCOON-1360 [patch] client side validation for CForms https://issues.apache.org/jira/browse/COCOON-1360 COCOON-1345 [PATCH] Extract convertors into their own block https://issues.apache.org/jira/browse/COCOON-1345 COCOON-1340 [PATCH] lucene block contribution : a AnalyzerManager component https://issues.apache.org/jira/browse/COCOON-1340 COCOON-1337 [PATCH] Suggestion for widget population https://issues.apache.org/jira/browse/COCOON-1337 COCOON-1336 [PATCH] PortletWindowAspect: hiding portlet mode icons and new feature "force-sizable" https://issues.apache.org/jira/browse/COCOON-1336 COCOON-1332 [PATCH] content-length and content-type for portlet ActionRequest https://issues.apache.org/jira/browse/COCOON-1332 COCOON-1329 [PATCH] Fix for cocoon.jar bundled in ear common for portal.war and portlet.war https://issues.apache.org/jira/browse/COCOON-1329 COCOON-1325 [PATCH] commons-fileupload based multipart parser https://issues.apache.org/jira/browse/COCOON-1325 COCOON-1302 [Patch] Word Document Generator https://issues.apache.org/jira/browse/COCOON-1302 COCOON-1295 ParallelContentAggregator, multithreaded aggregating https://issues.apache.org/jira/browse/COCOON-1295 COCOON-1260 [PATCH] MultipartParser can now handle multipart/mixed https://issues.apache.org/jira/browse/COCOON-1260 COCOON-1254 [Patch] OWQLTransformer + RDQLTransformer https://issues.apache.org/jira/browse/COCOON-1254 COCOON-1249 [Patch] XMLDBSource should accept scheme://user:pass@host:port/path URIs https://issues.apache.org/jira/browse/COCOON-1249 COCOON-1232 [PATCH] NEW--ModuleDB Action for ORACLE( auto. increment ) https://issues.apache.org/jira/browse/COCOON-1232 COCOON-1203 [PATCH] inserver junit testing https://issues.apache.org/jira/browse/COCOON-1203 COCOON-1200 [PATCH] XML CSS engine https://issues.apache.org/jira/browse/COCOON-1200 COCOON-1185 [PATCH] BerkeleyDBStore https://issues.apache.org/jira/browse/COCOON-1185 COCOON-1147 [PATCH] namespace issues with XMLDBTransformer https://issues.apache.org/jira/browse/COCOON-1147 COCOON-1125 [PATCH] Updated CastorTransformer + samples https://issues.apache.org/jira/browse/COCOON-1125 COCOON-1027 [PATCH] CocoonBean add additional features for reprocessing pipelines and interrupt processing https://issues.apache.org/jira/browse/COCOON-1027 COCOON-996 [PATCH] LuceneIndexContentHandler.java produces CLOBs https://issues.apache.org/jira/browse/COCOON-996 COCOON-988 [PATCH] StreamGenerator can't handle multipart request parameters correctly https://issues.apache.org/jira/browse/COCOON-988 COCOON-881 [PATCH] file upload component for usage with flowscript https://issues.apache.org/jira/browse/COCOON-881 COCOON-871 [PATCH] XML posting from SourceWritingTransformer by using an enhanced HTTPClientSource https://issues.apache.org/jira/browse/COCOON-871 COCOON-867 [PATCH] wsinclude and htmlinclude transformers https://issues.apache.org/jira/browse/COCOON-867 COCOON-865 [PATCH] New ResourceLoadAction https://issues.apache.org/jira/browse/COCOON-865 COCOON-844 [PATCH] adding <wd:on-phase> and moving load() and save() to Form. https://issues.apache.org/jira/browse/COCOON-844 COCOON-825 [PATCH] Fix Bug: Better handling of CLOB in esql (get-xml) and handling of Oracle 'temporary lobs' https://issues.apache.org/jira/browse/COCOON-825 COCOON-719 [PATCH] Support for transactions in SQLTransformer https://issues.apache.org/jira/browse/COCOON-719 COCOON-717 [PATCH] Namespace cleanup in HTMLSerializer https://issues.apache.org/jira/browse/COCOON-717 COCOON-665 [PATCH] HSSFSerializer Support for FreezePane https://issues.apache.org/jira/browse/COCOON-665 You may edit this subscription at: https://issues.apache.org/jira/secure/FilterSubscription!default.jspa?subId=10311&filterId=12310771 From [email protected] Thu Jun 11 12:54:33 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86834 invoked from network); 11 Jun 2009 12:54:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Jun 2009 12:54:30 -0000 Received: (qmail 6937 invoked by uid 500); 11 Jun 2009 12:54:41 -0000 Delivered-To: [email protected] Received: (qmail 6836 invoked by uid 500); 11 Jun 2009 12:54:41 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 6828 invoked by uid 99); 11 Jun 2009 12:54:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2009 12:54:41 +0000 X-ASF-Spam-Status: No, hits=3.4 required=10.0 tests=HTML_MESSAGE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO amenworld-outbound-smtp06.mail.eu.clara.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2009 12:54:30 +0000 Received: from atuileries-153-1-33-137.w83-202.abo.wanadoo.fr ([161.129.204.104]:54381 helo=neXtep) by relay06.mail.eu.clara.net (smtp-vh.amenworld.com [161.129.204.104]:11587) with esmtpa (authdaemon_login:[email protected]) id 1MEjnF-0007k5-Ko (Exim 4.69) for [email protected] (return-path <[email protected]>); Thu, 11 Jun 2009 13:54:09 +0100 Message-ID: <69FFE9E14BA04433B7039C5E6E7EFB38@neXtep> From: "Christophe Fondacci" <[email protected]> To: <[email protected]> Subject: IncludeTransformer bug when including external URL in parallel ? Date: Thu, 11 Jun 2009 14:54:05 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00B3_01C9EAA4.77A44440" X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 12.0.1606 X-MimeOLE: Produced By Microsoft MimeOLE V12.0.1606 Sender: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org Ce message est composé et au format MIME. ------=_NextPart_000_00B3_01C9EAA4.77A44440 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello all, I work with Cocoon release 2.1.11. I got a working test XSP with 4 includes. The include transformer is defined to process inclusions in parallel. It works fine when i reference the inclusions through the sitemap via = "cocoon:/" URIs, I can see 4 threads processing the inclusions in = parallel. When I switch this to external URLs (via "http://"), everything works, = but inclusions are now serially processed. I digged and stepped into the Cocoon source and I can see that the = problem is located in the = org.apache.cocoon.transformation.IncludeTransformer line 563 (Cocoon = 2.1.11) :=20 synchronized (validity) { validity.addSource(source); } Each "external" inclusion after the first one is waiting for synch on = the addSource method call. When working with sitemap inclusions (cocoon://), the = source.getValidity() performed by the validity.addSource(...) method = returns immediately without really generating the element. There is no = synchronization issue here. The generation is done outside of this = synchronized block. When working with external URL inclusions (http://), the = source.getValidity(...) effectively PERFORMS the remote call and waits = for the element to be generated, thus creating synchronization issues = preventing the use of parallel inclusion of external URL. Each inclusion = will wait on the synchronize until the previous external call returns. I am working on ways to overload the MutliSourceValidity class to avoid = making the getValidity call under specific circumstances. Some questions now : - Is it a bug ? - Is there any workaround for this ? - Is it safe to extend the MutliSourceValidity class to avoid performing = the remote call in the addSource method ? Thank you very much for your time. I would be glad to give you some = details, should you need to. Christophe. ------=_NextPart_000_00B3_01C9EAA4.77A44440 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type = content=3Dtext/html;charset=3Diso-8859-1> <META content=3D"MSHTML 6.00.6001.18226" name=3DGENERATOR></HEAD> <BODY id=3DMailContainerBody=20 style=3D"PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-TOP: 15px"=20 bgColor=3D#ffffff leftMargin=3D0 topMargin=3D0 CanvasTabStop=3D"true"=20 name=3D"Compose message area"> <DIV><FONT face=3DArial size=3D2>Hello all,</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV> <DIV><FONT face=3DArial size=3D2>I work with Cocoon release = 2.1.11.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>I got a working test XSP with 4=20 includes.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>The include transformer is defined to = process=20 inclusions in parallel.</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV> <DIV><FONT face=3DArial size=3D2>It works fine when i reference the = inclusions=20 through the sitemap via "cocoon:/" URIs, I can see 4 threads processing = the=20 inclusions in parallel.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>When I switch this to external URLs = (via=20 "http://"), everything works, but inclusions are now serially=20 processed.</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV> <DIV><FONT face=3DArial size=3D2>I digged and stepped into the Cocoon = source and I=20 can see that the problem is located in the=20 org.apache.cocoon.transformation.IncludeTransformer line 563 (Cocoon = 2.1.11) :=20 <DIV><B><FONT color=3D#7f0055 size=3D2><FONT color=3D#7f0055=20 size=3D2></FONT></FONT></B>&nbsp;</DIV> <DIV><B><FONT color=3D#7f0055 size=3D2><FONT color=3D#7f0055=20 size=3D2>synchronized</B></FONT></FONT><FONT size=3D2> (</FONT><FONT = color=3D#0000c0=20 size=3D2><FONT color=3D#0000c0 size=3D2>validity</FONT></FONT><FONT = size=3D2>)=20 {<BR></FONT><FONT color=3D#0000c0 size=3D2><FONT color=3D#0000c0=20 size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;validity</FONT></FONT><FONT=20 size=3D2>.addSource(source);<BR>}</FONT></DIV> <P align=3Dleft><FONT size=3D2><FONT face=3DArial>Each&nbsp;"external" = inclusion after=20 the first one is waiting for synch on the addSource method=20 call.</FONT></FONT></P> <P align=3Dleft><FONT face=3DArial size=3D2>When working with sitemap = inclusions=20 (cocoon://), the source.getValidity() performed by the = validity.addSource(...)=20 method returns immediately without really generating the element. There = is no=20 synchronization issue here. The generation is done outside of this = synchronized=20 block.</FONT></P> <P align=3Dleft><FONT face=3DArial size=3D2>When working with external = URL inclusions=20 (http://), the source.getValidity(...) effectively&nbsp;PERFORMS the = remote call=20 and waits for the element to be generated, thus creating synchronization = issues=20 preventing the use of parallel inclusion of external URL. Each inclusion = will=20 wait on the synchronize until the previous external call = returns.</FONT></P> <P align=3Dleft>I am working on ways to overload the MutliSourceValidity = class to=20 avoid making the getValidity call under specific circumstances.</P> <P align=3Dleft>Some questions now :</P> <P align=3Dleft>- Is it a bug ?</P> <P align=3Dleft>- Is there any workaround for this ?</P> <P align=3Dleft>- Is it safe to extend the MutliSourceValidity class to = avoid=20 performing the remote call in the addSource method ?</P> <P align=3Dleft>&nbsp;</P> <P align=3Dleft>Thank you very much for your time. I would be glad to = give you=20 some details, should you need to.</P> <P align=3Dleft>Christophe.</P></FONT></DIV></BODY></HTML> ------=_NextPart_000_00B3_01C9EAA4.77A44440-- From [email protected] Fri Jun 12 08:19:33 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36379 invoked from network); 12 Jun 2009 08:19:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Jun 2009 08:19:32 -0000 Received: (qmail 16771 invoked by uid 500); 12 Jun 2009 08:19:43 -0000 Delivered-To: [email protected] Received: (qmail 16679 invoked by uid 500); 12 Jun 2009 08:19:43 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 16671 invoked by uid 99); 12 Jun 2009 08:19:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jun 2009 08:19:43 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mta.juntadeandalucia.es) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jun 2009 08:19:35 +0000 Received: from [161.129.204.104] (helo=mail.juntadeandalucia.es) by guadix1.juntadeandalucia.es with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from <[email protected]>) id 1MF1yk-0000Oo-Jk for [email protected]; Fri, 12 Jun 2009 10:19:14 +0200 Received: from [161.129.204.104] by mail.juntadeandalucia.es with esmtpa (Exim 4.69) (envelope-from <[email protected]>) id 1MF1yj-0004CW-Qv for [email protected]; Fri, 12 Jun 2009 10:19:14 +0200 Subject: [cocoon3] Passing parameters with Invocation From: Thorsten Scherler <[email protected]> To: [email protected] Content-Type: text/plain; charset=UTF-8 Date: Fri, 12 Jun 2009 10:27:09 +0200 Message-Id: <1244795229.7789.15.camel@panic> Mime-Version: 1.0 X-Mailer: Evolution 161.129.204.104 Content-Transfer-Encoding: quoted-printable X-SA-Report: * -0.2 ALL_TRUSTED Passed through trusted hosts only via SMTP * 1.5 WEIRD_PORT URI: Uses non-standard port number for HTTP X-Spam-Score: 1.3 (+) X-Spam-Score-Int: 13 X-Virus-Checked: Checked by ClamAV on apache.org Hi all, I am playing around with cocoon3 for a new custom project. I decided to give c3 a go because I need the possibility to invoke different pipes and use their outcome to calculate the response in good old java. I found some junit tests (SitemapBuilderTest.java in cocoon-sample) where I found the Invocation object. Using it in my code works fine as long I do not pass variables to the pipe. I am having following sitemap: <map:match pattern=3D"*"> <map:generate src=3D"xml/{map:1}.xml"/> <map:transform src=3D"xsl/{map:1}.xsl"> <map:parameter name=3D"firmaElectronica" value=3D"{jexl:cocoon.request.firmaElectronica}"/> <map:parameter name=3D"hash" value=3D"{jexl:cocoon.request.hash}"/> </map:transform> <map:serialize/> </map:match> When I request http://localhost:8888/validar?firmaElectronica=3Dxxxxx the <map:parameter name=3D"firmaElectronica"/> correctly uses the value of the parameter. In my java code I am doing=20 ... Invocation invocation =3D this.buildInvocation("validar",stream); Map<String, Object> parameters =3D new HashMap<String, Object>(); parameters.put("firmaElectronica", eSignature); invocation.setParameters(parameters); invoke(invocation); But the parameters are not get picked up. I as well tried invocation.setObjectModel(model); and changing in the sitemap=20 <map:parameter name=3D"firmaElectronica" value=3D"{firmaElectronica}"/> but that did not worked either. How can I pass parameter to the invocation that will the get picked up in the sitemap. Any hints welcome. salu2 --=20 Thorsten Scherler <thorsten.at.apache.org> Open Source Java <consulting, training and solutions> Sociedad Andaluza para el Desarrollo de la Sociedad=20 de la Informaci=C3=B3n, S.A.U. (SADESI) From [email protected] Fri Jun 12 17:29:38 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36463 invoked from network); 12 Jun 2009 17:29:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Jun 2009 17:29:38 -0000 Received: (qmail 69458 invoked by uid 500); 12 Jun 2009 17:29:49 -0000 Delivered-To: [email protected] Received: (qmail 69355 invoked by uid 500); 12 Jun 2009 17:29:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 69347 invoked by uid 99); 12 Jun 2009 17:29:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jun 2009 17:29:48 +0000 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mail2.student.tuwien.ac.at) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jun 2009 17:29:39 +0000 Received: from [161.129.204.104] ([161.129.204.104]) (authenticated bits=0) by mail2.student.tuwien.ac.at (8.14.1/8.13.8) with ESMTP id n5CHTF0k012122 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for <[email protected]>; Fri, 12 Jun 2009 19:29:16 +0200 Message-ID: <[email protected]> Date: Fri, 12 Jun 2009 19:29:12 +0200 From: Andreas Pinter <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090302) MIME-Version: 1.0 To: [email protected] Subject: [profiling firebug plugin] Status Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello there, we just finished our work with the Firebug profiling plugin. We inserted different images for different profiling information like component, node, request and servlet. These images depend on different element names, provided by the profilingdata schema, which I already described earlier. Please feel free to suggest any possible images for the above mentioned node times. Remember that we use a treeview to show the info (speaking about size) Greetings, Andreas From [email protected] Sat Jun 13 16:22:20 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58629 invoked from network); 13 Jun 2009 16:22:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Jun 2009 16:22:19 -0000 Received: (qmail 25745 invoked by uid 500); 13 Jun 2009 16:22:30 -0000 Delivered-To: [email protected] Received: (qmail 25644 invoked by uid 500); 13 Jun 2009 16:22:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 25635 invoked by uid 99); 13 Jun 2009 16:22:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Jun 2009 16:22:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Jun 2009 16:22:27 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 9B9A5234C004 for <[email protected]>; Sat, 13 Jun 2009 09:22:07 -0700 (PDT) Message-ID: <1439478912.1244910127622.JavaMail.jira@brutus> Date: Sat, 13 Jun 2009 09:22:07 -0700 (PDT) From: =?utf-8?Q?Dariusz_=C5=81uksza_=28JIRA=29?= <[email protected]> To: [email protected] Subject: [jira] Created: (COCOON3-38) Cocoon-monitoring base information about Servlet-Services MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Cocoon-monitoring base information about Servlet-Services --------------------------------------------------------- Key: COCOON3-38 URL: https://issues.apache.org/jira/browse/COCOON3-38 Project: Cocoon 3 Issue Type: New Feature Components: cocoon-optional Affects Versions: 3.0.0-alpha-2 Reporter: Dariusz =C5=81uksza Assignee: Cocoon Developers Team Priority: Minor Add ability of sharing base information about Servlet-Services like points = of mount or connections. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sat Jun 13 16:24:19 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59063 invoked from network); 13 Jun 2009 16:24:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Jun 2009 16:24:18 -0000 Received: (qmail 26608 invoked by uid 500); 13 Jun 2009 16:24:30 -0000 Delivered-To: [email protected] Received: (qmail 26510 invoked by uid 500); 13 Jun 2009 16:24:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 26502 invoked by uid 99); 13 Jun 2009 16:24:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Jun 2009 16:24:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Jun 2009 16:24:27 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 55884234C004 for <[email protected]>; Sat, 13 Jun 2009 09:24:07 -0700 (PDT) Message-ID: <2041718.1244910247335.JavaMail.jira@brutus> Date: Sat, 13 Jun 2009 09:24:07 -0700 (PDT) From: =?utf-8?Q?Dariusz_=C5=81uksza_=28JIRA=29?= <[email protected]> To: [email protected] Subject: [jira] Updated: (COCOON3-38) Cocoon-monitoring base information about Servlet-Services In-Reply-To: <1439478912.1244910127622.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COCOON3-38?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Dariusz =C5=81uksza updated COCOON3-38: ---------------------------------- Attachment: cocoon-servlet-srvices-impl-connections.patch Patch for implementation Cocoon Servlet-Service that adds possibility of ge= tting connections for Service-Servlet. > Cocoon-monitoring base information about Servlet-Services > --------------------------------------------------------- > > Key: COCOON3-38 > URL: https://issues.apache.org/jira/browse/COCOON3-38 > Project: Cocoon 3 > Issue Type: New Feature > Components: cocoon-optional > Affects Versions: 3.0.0-alpha-2 > Reporter: Dariusz =C5=81uksza > Assignee: Cocoon Developers Team > Priority: Minor > Attachments: cocoon-servlet-srvices-impl-connections.patch > > > Add ability of sharing base information about Servlet-Services like point= s of mount or connections. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sat Jun 13 16:26:20 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59717 invoked from network); 13 Jun 2009 16:26:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Jun 2009 16:26:20 -0000 Received: (qmail 28504 invoked by uid 500); 13 Jun 2009 16:26:30 -0000 Delivered-To: [email protected] Received: (qmail 28389 invoked by uid 500); 13 Jun 2009 16:26:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 28168 invoked by uid 99); 13 Jun 2009 16:26:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Jun 2009 16:26:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Jun 2009 16:26:27 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 5C8E9234C004 for <[email protected]>; Sat, 13 Jun 2009 09:26:07 -0700 (PDT) Message-ID: <127174949.1244910367364.JavaMail.jira@brutus> Date: Sat, 13 Jun 2009 09:26:07 -0700 (PDT) From: =?utf-8?Q?Dariusz_=C5=81uksza_=28JIRA=29?= <[email protected]> To: [email protected] Subject: [jira] Updated: (COCOON3-38) Cocoon-monitoring base information about Servlet-Services In-Reply-To: <1439478912.1244910127622.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COCOON3-38?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Dariusz =C5=81uksza updated COCOON3-38: ---------------------------------- Attachment: servlet-services-monitor.patch servlet-services-doc.patch Patches for cocoon-monitoring and cocoon-doc projects that adds described n= ew features. > Cocoon-monitoring base information about Servlet-Services > --------------------------------------------------------- > > Key: COCOON3-38 > URL: https://issues.apache.org/jira/browse/COCOON3-38 > Project: Cocoon 3 > Issue Type: New Feature > Components: cocoon-optional > Affects Versions: 3.0.0-alpha-2 > Reporter: Dariusz =C5=81uksza > Assignee: Cocoon Developers Team > Priority: Minor > Attachments: cocoon-servlet-srvices-impl-connections.patch, servl= et-services-doc.patch, servlet-services-monitor.patch > > > Add ability of sharing base information about Servlet-Services like point= s of mount or connections. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sat Jun 13 17:40:51 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77944 invoked from network); 13 Jun 2009 17:40:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Jun 2009 17:40:51 -0000 Received: (qmail 58793 invoked by uid 500); 13 Jun 2009 17:41:02 -0000 Delivered-To: [email protected] Received: (qmail 58682 invoked by uid 500); 13 Jun 2009 17:41:02 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 58673 invoked by uid 99); 13 Jun 2009 17:41:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Jun 2009 17:41:02 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO qw-out-1920.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Jun 2009 17:40:50 +0000 Received: by qw-out-1920.google.com with SMTP id 9so1687101qwj.54 for <[email protected]>; Sat, 13 Jun 2009 10:40:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=qyezl9E9ARkEtuoyjJlNfvXjd6Evw/v8jYABqtTFUmA=; b=rXOEuQOF3LD7zUyNgjtbU2mQq6sYyDYIOIVeFcAutDrJmHa4LacUVFFo3eBmUxIYGP 4LKaM3sp6f6xNi6spV4fCyJOdvXRfQoYK+hhoM4qhogdaPdTCLyIeMx+DW0uGuILl9XI HDcmPGb2DJzODh4OJSM8Rkgl3bIg1KkZ+a01c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=Q3H1cHeOdsSy0HpupJcHKwijkfMQYxGFku1Tplchxk5kGi6MkY1VR457d4Q+IFcgQE vLWpKrD3Yvw2BHzx4tGg21Jv4SpGnRih9hJC6Qf7vtBHtdbcyseyMtw0KoUd3itweKAi cwMuoo/uAJ3rLyVvlG3Q1z3aMF8kXg9UFVxVc= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id s21mr4105514vcl.79.1244914828110; Sat, 13 Jun 2009 10:40:28 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> From: =?UTF-8?Q?Dariusz_=C5=81uksza?= <[email protected]> Date: Sat, 13 Jun 2009 19:40:08 +0200 Message-ID: <[email protected]> Subject: Re: [c3-monitoring] Overview of Servlet-Services To: [email protected] Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Jun 9, 2009 at 9:55 AM, Reinhard P=C3=B6tz<[email protected]> wro= te: > > IIRC each servlet-service has a special servlet context > o.a.c.servletservice.ServletServiceContext (cocoon-servlet-service-impl > module) which contains all necessary information (connections, > mount-points) but it doesn't expose them. If you can cast the > ServletContext to ServletServiceContext, you can safely assume that the > bean is a servlet-service. > > I suggest that you expose the necessary methods, or just for now, use a > private accessor. > > HTH > Yes, that helps me a lot. I've all ready created task in jira (COCOON3-38) and attached patches for this milestone. Generally, when I was witting my GSoC proposal I had in my mind another set of features, at that time "connections" means for me opened http connections not internal Servlet-Service connections. But now when I know better ideas of Servlet-Services and Cocoon I know that getting that feature done would be very hard to achieve and requires lots of changes in many places. So for now I implement only small set of features ... --=20 Best regards Blog: http://luksza.org LinkedIn: http://www.linkedin.com/in/dariuszluksza From [email protected] Mon Jun 15 09:16:44 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7441 invoked from network); 15 Jun 2009 09:16:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jun 2009 09:16:44 -0000 Received: (qmail 66009 invoked by uid 500); 15 Jun 2009 09:16:54 -0000 Delivered-To: [email protected] Received: (qmail 65882 invoked by uid 500); 15 Jun 2009 09:16:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 65873 invoked by uid 99); 15 Jun 2009 09:16:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jun 2009 09:16:54 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO indoqa.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jun 2009 09:16:45 +0000 Received: from [161.129.204.104] (pluto.systemone.at [161.129.204.104]) by indoqa.com (Postfix) with ESMTP id ED33225403D for <[email protected]>; Mon, 15 Jun 2009 11:16:22 +0200 (CEST) Message-ID: <[email protected]> Date: Mon, 15 Jun 2009 11:16:21 +0200 From: Steven Dolg <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090302) MIME-Version: 1.0 To: [email protected] Subject: Re: [cocoon3] Passing parameters with Invocation References: <1244795229.7789.15.camel@panic> In-Reply-To: <1244795229.7789.15.camel@panic> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, Passing parameters into the sitemap will work when you do it this way: sitemap: <map:match pattern="*"> <map:generate src="xml/{map:1}.xml"/> <map:transform src="xsl/{map:1}.xsl"> <map:parameter name="firmaElectronica" value="{jexl:firmaElectronica}"/> <map:parameter name="hash" value="{jexl:cocoon.request.hash}"/> </map:transform> <map:serialize/> </map:match> invocation: ObjectModel objectModel = new ObjectModel(new HashMap<String, Object>()); objectModel.put("firmaElectronica", "My Parameter Value"); invocation.setObjectModel(objectModel); The stuff under "cocoon.request" is only available when there is a real HttpServletRequest and it is put inside the parameters (o.a.c.s.u.HttpContextHelper). I hope that's what you need... ;-) Cheers, Steven Thorsten Scherler schrieb: > Hi all, > > I am playing around with cocoon3 for a new custom project. I decided to > give c3 a go because I need the possibility to invoke different pipes > and use their outcome to calculate the response in good old java. > > I found some junit tests (SitemapBuilderTest.java in cocoon-sample) > where I found the Invocation object. Using it in my code works fine as > long I do not pass variables to the pipe. > > I am having following sitemap: > > <map:match pattern="*"> > <map:generate src="xml/{map:1}.xml"/> > <map:transform src="xsl/{map:1}.xsl"> > <map:parameter name="firmaElectronica" > value="{jexl:cocoon.request.firmaElectronica}"/> > <map:parameter name="hash" value="{jexl:cocoon.request.hash}"/> > </map:transform> > <map:serialize/> > </map:match> > > When I request http://localhost:8888/validar?firmaElectronica=xxxxx > the <map:parameter name="firmaElectronica"/> correctly uses the value of > the parameter. > > In my java code I am doing > ... > Invocation invocation = this.buildInvocation("validar",stream); > Map<String, Object> parameters = new HashMap<String, Object>(); > parameters.put("firmaElectronica", eSignature); > invocation.setParameters(parameters); > invoke(invocation); > > But the parameters are not get picked up. I as well tried > invocation.setObjectModel(model); > > and changing in the sitemap > <map:parameter name="firmaElectronica" > value="{firmaElectronica}"/> > > but that did not worked either. > > How can I pass parameter to the invocation that will the get picked up > in the sitemap. > > Any hints welcome. > > salu2 > From [email protected] Mon Jun 15 13:41:35 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24029 invoked from network); 15 Jun 2009 13:41:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jun 2009 13:41:34 -0000 Received: (qmail 1568 invoked by uid 500); 15 Jun 2009 13:41:44 -0000 Delivered-To: [email protected] Received: (qmail 1406 invoked by uid 500); 15 Jun 2009 13:41:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 1391 invoked by uid 99); 15 Jun 2009 13:41:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jun 2009 13:41:44 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=MIME_BASE64_BLANKS,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mail27.messagelabs.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 15 Jun 2009 13:41:33 +0000 X-VirusChecked: Checked X-Env-Sender: [email protected] X-Msg-Ref: server-13.tower-27.messagelabs.com!1245073271!9226873!1 X-StarScan-Version: 6.0.0; banners=odyssey-group.com,-,- X-Originating-IP: [161.129.204.104] Received: (qmail 28696 invoked from network); 15 Jun 2009 13:41:12 -0000 Received: from unknown (HELO mail3.oams.com) (161.129.204.104) by server-13.tower-27.messagelabs.com with SMTP; 15 Jun 2009 13:41:12 -0000 Received: from mail4.oams.com ([161.129.204.104]) by mail3.oams.com with Microsoft SMTPSVC(615)387-5750); Mon, 15 Jun 2009 15:41:00 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Subject: Cocoon 2.1.11- Avalon issue using IBM java 6 jvm Date: Mon, 15 Jun 2009 15:40:59 +0200 Message-ID: <[email protected]> In-Reply-To: <0CB0D45142C647E98EC15571AC6C9DFD@neXtep> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Cocoon 2.1.11- Avalon issue using IBM java 6 jvm Thread-Index: AcnqjnrqT+ur5QYHQ6W4AKwwaz0/fQDKQGCg From: "Laurent Medioni" <[email protected]> To: <[email protected]> Cc: <[email protected]> X-OriginalArrivalTime: 15 Jun 2009 13:41:00.0611 (UTC) FILETIME=[EB6CB930:01C9EDBE] X-Virus-Checked: Checked by ClamAV on apache.org SGVsbG8sCk9uIGEgV2Vic3BoZXJlIDcgc2VydmVyIHdlIG5vdGljZWQgaW4gdGhlIGxvZ3MgbWFu eSBvY2N1cnJlbmNlcyBvZjoKIldBUk4gLi4uIFtjb3JlLm1hbmFnZXJdIC4uLiBXZWJDb250YWlu ZXIgOiA0L0V4Y2FsaWJ1ckNvbXBvbmVudFNlbGVjdG9yOiBBdHRlbXB0ZWQgdG8gcmVsZWFzZSBh ICRQcm94eTMyIGJ1dCBpdHMgaGFuZGxlciBjb3VsZCBub3QgYmUgbG9jYXRlZC4iCgpXZSBoYXZl IGJlZW4gYWJsZSB0byBkZWJ1ZyB0aGUgY2FzZTogRXhjYWxpYnVyQ29tcG9uZW50U2VsZWN0b3Ig aXMgbm90IGFibGUgdG8gZmluZCBiYWNrIGEgQ29tcG9uZW50IHByb3h5IGluIHRoZSBDb21wb25l bnQgbWFwcGluZyBtYXAsIGFuZCBhZnRlciBzb21lIGludmVzdGlnYXRpb25zIHRoZSBjdWxwcml0 IGlzLi4uIHRoZSAibmV3IiBJQk0gaW1wbGVtZW50YXRpb24gb2YgSGFzaE1hcC5nZXQuCgpUaGUg amF2YSA0IElCTSBqdm0gZG9lcyAobGlrZSB0aGUgU3VuIG9yIEJFQSBvbmVzKSwgdG8gY29tcGFy ZSBrZXlzLCAoKHggPT0geSkgfHwgKHguZXF1YWxzKHkpKSksID09IGlzIE9LIGZvciB0aGUgcHJv eHksIHNvIGl0IHdvcmtzLgpUaGUgamF2YSA2IG9uZSBza2lwcyB0aGUgPT0gdGVzdCBhbmQgZW5k cyB1cCBkaXJlY3RseSBjYWxsaW5nIC5lcXVhbHMgb24gdGhlIHByb3h5LCB3aGljaCBjb3JyZWN0 bHkgcmVsYXlzIHRvIHRoZSBwcm94aWZpZWQgaXRlbSwgYnV0IHN0aWxsIHBhc3NpbmcgYSBwcm94 eSBpbiBwYXJhbWV0ZXIgdG8gdGhlIGVxdWFscywgc28gTk9LLgoKVGhpcywgYXQgbGVhc3QsIGxl YWRzIHRvIGxlYWtzIGluIHRoZSBjb21wb25lbnRzIG1hcHMgKGNvbXBvbmVudHMgYXJlIG5ldmVy IHJlbGVhc2VkIHRoZW4gcmVjcmVhdGVkLCAuLi4pLCBhbmQgd2hhdGV2ZXIgZWxzZSB3ZSBoYXZl IG5vdCBub3RpY2VkIHlldC4uLgoKV2UgcG9zdGVkIHRoaXMgaXNzdWUgdG8gSUJNIGFuZCBhcmUg d2FpdGluZyBmb3IgYW4gYW5zd2VyOiBodHRwOi8vd3d3LmlibS5jb20vZGV2ZWxvcGVyd29ya3Mv Zm9ydW1zL3RocmVhZC5qc3BhP21lc3NhZ2VJRD0xNDI2MTc0NAoKClRoaXMgaXNzdWUgZG9lcyBu b3QgYXBwZWFyIHdoZW4gcnVubmluZyBhIFN1biBvciBCRUEganZtIChqYXZhIDQgb3IgNikgb3Ig YW4gSUJNIGphdmEgNCBqdm0uCgpKdXN0IHdhbnRlZCB0byBsZXQgeW91IGtub3cuLi4KClRoYW5r cy4KCgpfX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX18KCpUgVGhpcyBlbWFpbCBhbmQgYW55IGZpbGVzIHRyYW5zbWl0dGVkIHdpdGggaXQg YXJlIENPTkZJREVOVElBTCBhbmQgaW50ZW5kZWQKICBzb2xlbHkgZm9yIHRoZSB1c2Ugb2YgdGhl IGluZGl2aWR1YWwgb3IgZW50aXR5IHRvIHdoaWNoIHRoZXkgYXJlIGFkZHJlc3NlZC4KlSBBbnkg dW5hdXRob3JpemVkIGNvcHlpbmcsIGRpc2Nsb3N1cmUsIG9yIGRpc3RyaWJ1dGlvbiBvZiB0aGUg bWF0ZXJpYWwgd2l0aGluCiAgdGhpcyBlbWFpbCBpcyBzdHJpY3RseSBmb3JiaWRkZW4uCpUgQW55 IHZpZXdzIG9yIG9waW5pb25zIHByZXNlbnRlZCB3aXRoaW4gdGhpcyBlLW1haWwgYXJlIHNvbGVs eSB0aG9zZSBvZiB0aGUKICBhdXRob3IgYW5kIGRvIG5vdCBuZWNlc3NhcmlseSByZXByZXNlbnQg dGhvc2Ugb2YgT2R5c3NleSBGaW5hbmNpYWwKVGVjaG5vbG9naWVzIFNBIHVubGVzcyBvdGhlcndp c2Ugc3BlY2lmaWNhbGx5IHN0YXRlZC4KlSBBbiBlbGVjdHJvbmljIG1lc3NhZ2UgaXMgbm90IGJp bmRpbmcgb24gaXRzIHNlbmRlci4gQW55IG1lc3NhZ2UgcmVmZXJyaW5nIHRvCiAgYSBiaW5kaW5n IGVuZ2FnZW1lbnQgbXVzdCBiZSBjb25maXJtZWQgaW4gd3JpdGluZyBhbmQgZHVseSBzaWduZWQu CpUgSWYgeW91IGhhdmUgcmVjZWl2ZWQgdGhpcyBlbWFpbCBpbiBlcnJvciwgcGxlYXNlIG5vdGlm eSB0aGUgc2VuZGVyIGltbWVkaWF0ZWx5CiAgYW5kIGRlbGV0ZSB0aGUgb3JpZ2luYWwuCg== From [email protected] Mon Jun 15 20:51:06 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 79136 invoked from network); 15 Jun 2009 20:51:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Jun 2009 20:51:06 -0000 Received: (qmail 8588 invoked by uid 500); 15 Jun 2009 20:51:17 -0000 Delivered-To: [email protected] Received: (qmail 8498 invoked by uid 500); 15 Jun 2009 20:51:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 8490 invoked by uid 99); 15 Jun 2009 20:51:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jun 2009 20:51:17 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO indoqa.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jun 2009 20:51:06 +0000 Received: from [161.129.204.104] (chello062178239020.5.15.vie.surfer.at [161.129.204.104]) by indoqa.com (Postfix) with ESMTP id 7725A2574B5 for <[email protected]>; Mon, 15 Jun 2009 22:50:45 +0200 (CEST) Message-ID: <[email protected]> Date: Mon, 15 Jun 2009 22:50:48 +0200 From: =?UTF-8?B?UmVpbmhhcmQgUMO2dHo=?= <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090302) MIME-Version: 1.0 To: [email protected] Subject: Re: [c3-monitoring] Overview of Servlet-Services References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Dariusz Łuksza wrote: > On Tue, Jun 9, 2009 at 9:55 AM, Reinhard Pötz<[email protected]> wrote: >> IIRC each servlet-service has a special servlet context >> o.a.c.servletservice.ServletServiceContext (cocoon-servlet-service-impl >> module) which contains all necessary information (connections, >> mount-points) but it doesn't expose them. If you can cast the >> ServletContext to ServletServiceContext, you can safely assume that the >> bean is a servlet-service. >> >> I suggest that you expose the necessary methods, or just for now, use a >> private accessor. >> >> HTH >> > > Yes, that helps me a lot. I've all ready created task in jira > (COCOON3-38) and attached patches for this milestone. > > Generally, when I was witting my GSoC proposal I had in my mind > another set of features, at that time "connections" means for me > opened http connections not internal Servlet-Service connections. Dariusz, yes, that's out of scope of the GSoC project and I think that Tomcat/Jetty already provide such information. > But > now when I know better ideas of Servlet-Services and Cocoon I know > that getting that feature done would be very hard to achieve and > requires lots of changes in many places. So for now I implement only > small set of features ... ... that already look good! I only have some (minor) suggestions: 1) I would prefer having all servlet services as nodes in the tree of mbeans (similar to what Jetty does with servlets) and 2) also expose the servlet parameters. 3) show the short name of a connection additionally to the fully qualified bean name Thanks! -- Reinhard Pötz Managing Director, {Indoqa} GmbH http://www.indoqa.com/en/people/reinhard.poetz/ Member of the Apache Software Foundation Apache Cocoon Committer, PMC member [email protected] ________________________________________________________________________ From [email protected] Tue Jun 16 09:17:19 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88710 invoked from network); 16 Jun 2009 09:17:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jun 2009 09:17:19 -0000 Received: (qmail 18537 invoked by uid 500); 16 Jun 2009 09:17:29 -0000 Delivered-To: [email protected] Received: (qmail 18449 invoked by uid 500); 16 Jun 2009 09:17:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 18441 invoked by uid 99); 16 Jun 2009 09:17:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2009 09:17:29 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mta.juntadeandalucia.es) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2009 09:17:21 +0000 Received: from [161.129.204.104] (helo=mail.juntadeandalucia.es) by guadix4.juntadeandalucia.es with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from <[email protected]>) id 1MGUmp-0005uO-L4 for [email protected]; Tue, 16 Jun 2009 11:16:59 +0200 Received: from [161.129.204.104] by mail.juntadeandalucia.es with esmtpa (Exim 4.69) (envelope-from <[email protected]>) id 1MGUmp-0001I4-Ih for [email protected]; Tue, 16 Jun 2009 11:16:59 +0200 Subject: Re: [cocoon3] Passing parameters with Invocation From: Thorsten Scherler <[email protected]> To: [email protected] In-Reply-To: <[email protected]> References: <1244795229.7789.15.camel@panic> <[email protected]> Content-Type: text/plain; charset=utf-8 Date: Tue, 16 Jun 2009 11:25:07 +0200 Message-Id: <1245144307.6283.1.camel@panic> Mime-Version: 1.0 X-Mailer: Evolution 161.129.204.104 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -99 X-Spam-Score-Int: -99 X-Virus-Checked: Checked by ClamAV on apache.org On Mon, 2009-06-15 at 11:16 +0200, Steven Dolg wrote: > Hi, >=20 > Passing parameters into the sitemap will work when you do it this way: >=20 > sitemap: >=20 > <map:match pattern=3D"*"> > <map:generate src=3D"xml/{map:1}.xml"/> > <map:transform src=3D"xsl/{map:1}.xsl"> > <map:parameter name=3D"firmaElectronica" value=3D"{jexl:firmaElectron= ica}"/> > <map:parameter name=3D"hash" value=3D"{jexl:cocoon.request.hash}"/> > </map:transform> > <map:serialize/> > </map:match> >=20 >=20 > invocation: >=20 > ObjectModel objectModel =3D new ObjectModel(new HashMap<String, Object>()= ); > objectModel.put("firmaElectronica", "My Parameter Value"); > invocation.setObjectModel(objectModel); Yeah doing it this way works well.=20 >=20 >=20 > The stuff under "cocoon.request" is only available when there is a real=20 > HttpServletRequest and it is put inside the parameters=20 > (o.a.c.s.u.HttpContextHelper). >=20 >=20 > I hope that's what you need... ;-) Yeah thank you very much. BTW my current problem to use c3 is that my client needs a stable release. Are there plans to do a release soon? salu2 > Cheers, > Steven >=20 > Thorsten Scherler schrieb: > > Hi all, > > > > I am playing around with cocoon3 for a new custom project. I decided to > > give c3 a go because I need the possibility to invoke different pipes > > and use their outcome to calculate the response in good old java. > > > > I found some junit tests (SitemapBuilderTest.java in cocoon-sample) > > where I found the Invocation object. Using it in my code works fine as > > long I do not pass variables to the pipe. > > > > I am having following sitemap: > > > > <map:match pattern=3D"*"> > > <map:generate src=3D"xml/{map:1}.xml"/> > > <map:transform src=3D"xsl/{map:1}.xsl"> > > <map:parameter name=3D"firmaElectronica" > > value=3D"{jexl:cocoon.request.firmaElectronica}"/> > > <map:parameter name=3D"hash" value=3D"{jexl:cocoon.request.hash}"/> > > </map:transform> > > <map:serialize/> > > </map:match> > > > > When I request http://localhost:8888/validar?firmaElectronica=3Dxxxxx > > the <map:parameter name=3D"firmaElectronica"/> correctly uses the value= of > > the parameter. > > > > In my java code I am doing=20 > > ... > > Invocation invocation =3D this.buildInvocation("validar",stream); > > Map<String, Object> parameters =3D new HashMap<String, Object>(); > > parameters.put("firmaElectronica", eSignature); > > invocation.setParameters(parameters); > > invoke(invocation); > > > > But the parameters are not get picked up. I as well tried > > invocation.setObjectModel(model); > > > > and changing in the sitemap=20 > > <map:parameter name=3D"firmaElectronica" > > value=3D"{firmaElectronica}"/> > > > > but that did not worked either. > > > > How can I pass parameter to the invocation that will the get picked up > > in the sitemap. > > > > Any hints welcome. > > > > salu2 > > =20 >=20 --=20 Thorsten Scherler <thorsten.at.apache.org> Open Source Java <consulting, training and solutions> Sociedad Andaluza para el Desarrollo de la Sociedad=20 de la Informaci=C3=B3n, S.A.U. (SADESI) From [email protected] Tue Jun 16 09:39:31 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1542 invoked from network); 16 Jun 2009 09:39:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jun 2009 09:39:31 -0000 Received: (qmail 49792 invoked by uid 500); 16 Jun 2009 09:39:42 -0000 Delivered-To: [email protected] Received: (qmail 49704 invoked by uid 500); 16 Jun 2009 09:39:42 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 49696 invoked by uid 99); 16 Jun 2009 09:39:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2009 09:39:42 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO indoqa.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2009 09:39:31 +0000 Received: from [161.129.204.104] (pluto.systemone.at [161.129.204.104]) by indoqa.com (Postfix) with ESMTP id 7717625747E for <[email protected]>; Tue, 16 Jun 2009 11:39:09 +0200 (CEST) Message-ID: <[email protected]> Date: Tue, 16 Jun 2009 11:39:15 +0200 From: =?UTF-8?B?UmVpbmhhcmQgUMO2dHo=?= <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090302) MIME-Version: 1.0 To: [email protected] Subject: Re: [cocoon3] Passing parameters with Invocation References: <1244795229.7789.15.camel@panic> <[email protected]> <1245144307.6283.1.camel@panic> In-Reply-To: <1245144307.6283.1.camel@panic> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Thorsten Scherler wrote: > On Mon, 2009-06-15 at 11:16 +0200, Steven Dolg wrote: >> Hi, >> >> Passing parameters into the sitemap will work when you do it this way: >> >> sitemap: >> >> <map:match pattern="*"> >> <map:generate src="xml/{map:1}.xml"/> >> <map:transform src="xsl/{map:1}.xsl"> >> <map:parameter name="firmaElectronica" value="{jexl:firmaElectronica}"/> >> <map:parameter name="hash" value="{jexl:cocoon.request.hash}"/> >> </map:transform> >> <map:serialize/> >> </map:match> >> >> >> invocation: >> >> ObjectModel objectModel = new ObjectModel(new HashMap<String, Object>()); >> objectModel.put("firmaElectronica", "My Parameter Value"); >> invocation.setObjectModel(objectModel); > > Yeah doing it this way works well. > >> >> The stuff under "cocoon.request" is only available when there is a real >> HttpServletRequest and it is put inside the parameters >> (o.a.c.s.u.HttpContextHelper). >> >> >> I hope that's what you need... ;-) > > Yeah thank you very much. BTW my current problem to use c3 is that my > client needs a stable release. Are there plans to do a release soon? yes, but we need a third positive vote for the several Cocoon subprojects, that C3 depends on, first (see http://cocoon.markmail.org/message/ggyv5gknsesjrkyp). IIRC you're a Cocoon PMC member and could help out :-p -- Reinhard Pötz Managing Director, {Indoqa} GmbH http://www.indoqa.com/en/people/reinhard.poetz/ Member of the Apache Software Foundation Apache Cocoon Committer, PMC member [email protected] ________________________________________________________________________ From [email protected] Tue Jun 16 11:46:48 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77164 invoked from network); 16 Jun 2009 11:46:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jun 2009 11:46:46 -0000 Received: (qmail 74315 invoked by uid 500); 16 Jun 2009 11:46:57 -0000 Delivered-To: [email protected] Received: (qmail 74216 invoked by uid 500); 16 Jun 2009 11:46:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 74208 invoked by uid 99); 16 Jun 2009 11:46:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2009 11:46:57 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mta.juntadeandalucia.es) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2009 11:46:48 +0000 Received: from [161.129.204.104] (helo=mail.juntadeandalucia.es) by guadix2.juntadeandalucia.es with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from <[email protected]>) id 1MGX7R-0003zH-Vm for [email protected]; Tue, 16 Jun 2009 13:46:26 +0200 Received: from [161.129.204.104] by mail.juntadeandalucia.es with esmtpa (Exim 4.69) (envelope-from <[email protected]>) id 1MGX7R-0000c3-Pj for [email protected]; Tue, 16 Jun 2009 13:46:25 +0200 Subject: Re: [vote] Releases of Cocoon subprojects From: Thorsten Scherler <[email protected]> To: [email protected] In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Content-Type: text/plain; charset=utf-8 Date: Tue, 16 Jun 2009 13:54:33 +0200 Message-Id: <1245153273.6283.3.camel@panic> Mime-Version: 1.0 X-Mailer: Evolution 161.129.204.104 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -99 X-Spam-Score-Int: -99 X-Virus-Checked: Checked by ClamAV on apache.org On Mon, 2009-04-06 at 22:53 +0200, Reinhard P=C3=B6tz wrote: > I have created release artifacts of 4 of our 5 subprojects: >=20 > . Block Deployer: http://tinyurl.com/c9j3a9 > Better error messages if a block can't be found or if there aren't any > blocks [email protected]. >=20 > . Spring Configurator: http://tinyurl.com/dcvgpt > Support a WildcardBeanMap that collects beans based on wildcard > expressions. > A settings file can also be provided as servlet init param. >=20 > . JNet: http://tinyurl.com/c768uv > Split installURLHandlers into different public methods. > URLHandlerFactoryCollector can be used directly from Java code and not > only as AOP advice. >=20 > . Servlet-Service Framework: http://tinyurl.com/c37t29 > Mostly bug fixing to correctly support resetting of the > response buffer. >=20 > You can find the staged files (sources, binaries, javadocs, checksums, > gpg signatures) at http://people.apache.org/builds/cocoon/ >=20 > SVN tags of all these artifacts can be found at > http://svn.apache.org/repos/asf/cocoon/tags/ >=20 > The general distribution artifacts (tar, zip) can be found at > http://people.apache.org/~reinhard/cocoon-staging/ >=20 > This majority vote stays open for _at least_ 72 hours. Please cast your > votes. +1 salu2 --=20 Thorsten Scherler <thorsten.at.apache.org> Open Source Java <consulting, training and solutions> Sociedad Andaluza para el Desarrollo de la Sociedad=20 de la Informaci=C3=B3n, S.A.U. (SADESI) From [email protected] Tue Jun 16 11:48:29 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77953 invoked from network); 16 Jun 2009 11:48:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jun 2009 11:48:28 -0000 Received: (qmail 77456 invoked by uid 500); 16 Jun 2009 11:48:40 -0000 Delivered-To: [email protected] Received: (qmail 77336 invoked by uid 500); 16 Jun 2009 11:48:39 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 77328 invoked by uid 99); 16 Jun 2009 11:48:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2009 11:48:39 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mta.juntadeandalucia.es) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2009 11:48:28 +0000 Received: from [161.129.204.104] (helo=mail.juntadeandalucia.es) by guadix2.juntadeandalucia.es with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from <[email protected]>) id 1MGX96-0004jf-9d for [email protected]; Tue, 16 Jun 2009 13:48:08 +0200 Received: from [161.129.204.104] by mail.juntadeandalucia.es with esmtpa (Exim 4.69) (envelope-from <[email protected]>) id 1MGX94-0006c1-F0; Tue, 16 Jun 2009 13:48:08 +0200 Subject: Re: [cocoon3] Passing parameters with Invocation From: Thorsten Scherler <[email protected]> To: [email protected] In-Reply-To: <[email protected]> References: <1244795229.7789.15.camel@panic> <[email protected]> <1245144307.6283.1.camel@panic> <[email protected]> Content-Type: text/plain; charset=UTF-8 Date: Tue, 16 Jun 2009 13:56:13 +0200 Message-Id: <1245153373.6283.6.camel@panic> Mime-Version: 1.0 X-Mailer: Evolution 161.129.204.104 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -99 X-Spam-Score-Int: -99 X-Virus-Checked: Checked by ClamAV on apache.org On Tue, 2009-06-16 at 11:39 +0200, Reinhard P=C3=B6tz wrote: > Thorsten Scherler wrote: > > ... > > Yeah thank you very much. BTW my current problem to use c3 is that my > > client needs a stable release. Are there plans to do a release soon? >=20 > yes, but we need a third positive vote for the several Cocoon > subprojects, that C3 depends on, first (see > http://cocoon.markmail.org/message/ggyv5gknsesjrkyp). IIRC you're a > Cocoon PMC member and could help out :-p Thanks for pointing me to the thread, I just voted. salu2 --=20 Thorsten Scherler <thorsten.at.apache.org> Open Source Java <consulting, training and solutions> Sociedad Andaluza para el Desarrollo de la Sociedad=20 de la Informaci=C3=B3n, S.A.U. (SADESI) From [email protected] Tue Jun 16 12:05:30 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82526 invoked from network); 16 Jun 2009 12:05:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jun 2009 12:05:30 -0000 Received: (qmail 7509 invoked by uid 500); 16 Jun 2009 12:05:41 -0000 Delivered-To: [email protected] Received: (qmail 7419 invoked by uid 500); 16 Jun 2009 12:05:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 7385 invoked by uid 99); 16 Jun 2009 12:05:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2009 12:05:40 +0000 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2009 12:05:31 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1MGXPa-0007Ct-6X for [email protected]; Tue, 16 Jun 2009 05:05:10 -0700 Message-ID: <[email protected]> Date: Tue, 16 Jun 2009 05:05:10 -0700 (PDT) From: kmoens <[email protected]> To: [email protected] Subject: Cocoon 2.1.7 create link with target in menu MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am using Cocoon 2.1.7 and want to create a menu item that opens up a web page in a new tab or window. In the generic.xsp i have this code: <block> <item> <xsp:attribute name="href"> <xsp:expr>mypage + "?view=abc"</xsp:expr> </xsp:attribute> <i18n:text>ABC</i18n:text> <xsp:attribute name="target">_new</xsp:attribute> </item> </block> but the generated HTML for the menu has just a href element that points to the page without a target attribute !? Anyone knows a work-around to create links in menu items that open up the link in a new tab or window? Thanks Kris -- View this message in context: http://www.nabble.com/Cocoon-2.1.7-create-link-with-target-in-menu-tp24052933p24052933.html Sent from the Cocoon - Dev mailing list [email protected]. From [email protected] Tue Jun 16 12:33:48 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 98679 invoked from network); 16 Jun 2009 12:33:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jun 2009 12:33:47 -0000 Received: (qmail 58510 invoked by uid 500); 16 Jun 2009 12:33:58 -0000 Delivered-To: [email protected] Received: (qmail 58404 invoked by uid 500); 16 Jun 2009 12:33:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 36591 invoked by uid 99); 16 Jun 2009 12:21:38 -0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Cocoon 2.1.7 create link with target in menu Date: Tue, 16 Jun 2009 14:23:30 +0200 Message-ID: <[email protected]> In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Cocoon 2.1.7 create link with target in menu thread-index: Acnuesafo2MEzK/9R4Ky6FpJQAwjJQAAktLg References: <[email protected]> From: "Robby Pelssers" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 16 Jun 2009 12:21:05.0150 (UTC) FILETIME=[EB8531E0:01C9EE7C] X-Virus-Checked: Checked by ClamAV on apache.org Can you try to put them in a order so that all xsp:attributes come first? <block> <item> <xsp:attribute name=3D"href"> <xsp:expr>mypage + "?view=3Dabc"</xsp:expr> </xsp:attribute> <xsp:attribute name=3D"target">_new</xsp:attribute> <i18n:text>ABC</i18n:text> </item> </block> I'm not sure if this is the cause but I know that xslt for instance throws an exception when you add childnodes after attributes. Cheers, Robby Pelssers -----Original Message----- From: kmoens [mailto:[email protected]]=20 Sent: Tuesday, June 16, 2009 2:05 PM To: [email protected] Subject: Cocoon 2.1.7 create link with target in menu Hi, I am using Cocoon 2.1.7 and want to create a menu item that opens up a web page in a new tab or window. In the generic.xsp i have this code: <block> <item> <xsp:attribute name=3D"href"> <xsp:expr>mypage + "?view=3Dabc"</xsp:expr> </xsp:attribute> <i18n:text>ABC</i18n:text> <xsp:attribute name=3D"target">_new</xsp:attribute> </item> </block> but the generated HTML for the menu has just a href element that points to the page without a target attribute !? Anyone knows a work-around to create links in menu items that open up the link in a new tab or window? Thanks Kris --=20 View this message in context: http://www.nabble.com/Cocoon-2.1.7-create-link-with-target-in-menu-tp240 52933p24052933.html Sent from the Cocoon - Dev mailing list [email protected]. From [email protected] Tue Jun 16 13:22:59 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9511 invoked from network); 16 Jun 2009 13:22:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jun 2009 13:22:59 -0000 Received: (qmail 4646 invoked by uid 500); 16 Jun 2009 13:10:42 -0000 Delivered-To: [email protected] Received: (qmail 4583 invoked by uid 500); 16 Jun 2009 13:10:42 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 4575 invoked by uid 99); 16 Jun 2009 13:10:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2009 13:10:42 +0000 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2009 13:10:32 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1MGYQV-0001uh-6K for [email protected]; Tue, 16 Jun 2009 06:10:11 -0700 Message-ID: <[email protected]> Date: Tue, 16 Jun 2009 06:10:11 -0700 (PDT) From: kmoens <[email protected]> To: [email protected] Subject: RE: Cocoon 2.1.7 create link with target in menu In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Thanks Robby for the hint, but the result remains the same... The target attribute is simply not generated. Even when I hard code it like <block> <item> <item href="http://www.nabble.com" target="_new">Go to Nabble</item> </item> </block> the link in the menu does not take into account the target attribute. The generated source of the html is the href without the target. BRs, Kris -- View this message in context: http://www.nabble.com/Cocoon-2.1.7-create-link-with-target-in-menu-tp24052933p24054054.html Sent from the Cocoon - Dev mailing list [email protected]. From [email protected] Tue Jun 16 19:13:08 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26676 invoked from network); 16 Jun 2009 19:13:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jun 2009 19:13:07 -0000 Received: (qmail 24303 invoked by uid 500); 16 Jun 2009 19:13:18 -0000 Delivered-To: [email protected] Received: (qmail 24180 invoked by uid 500); 16 Jun 2009 19:13:18 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 24172 invoked by uid 99); 16 Jun 2009 19:13:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2009 19:13:18 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO indoqa.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2009 19:13:08 +0000 Received: from [161.129.204.104] (chello062178239020.5.15.vie.surfer.at [161.129.204.104]) by indoqa.com (Postfix) with ESMTP id 5E8702574D4 for <[email protected]>; Tue, 16 Jun 2009 21:12:46 +0200 (CEST) Message-ID: <[email protected]> Date: Tue, 16 Jun 2009 21:12:53 +0200 From: =?ISO-8859-1?Q?Reinhard_P=F6tz?= <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090302) MIME-Version: 1.0 To: [email protected] Subject: [result][vote] Releases of Cocoon subprojects References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Reinhard Pötz wrote: > I have created release artifacts of 4 of our 5 subprojects: > > . Block Deployer: http://tinyurl.com/c9j3a9 > Better error messages if a block can't be found or if there aren't any > blocks [email protected]. > > . Spring Configurator: http://tinyurl.com/dcvgpt > Support a WildcardBeanMap that collects beans based on wildcard > expressions. > A settings file can also be provided as servlet init param. > > . JNet: http://tinyurl.com/c768uv > Split installURLHandlers into different public methods. > URLHandlerFactoryCollector can be used directly from Java code and not > only as AOP advice. > > . Servlet-Service Framework: http://tinyurl.com/c37t29 > Mostly bug fixing to correctly support resetting of the > response buffer. > > You can find the staged files (sources, binaries, javadocs, checksums, > gpg signatures) at http://people.apache.org/builds/cocoon/ > > SVN tags of all these artifacts can be found at > http://svn.apache.org/repos/asf/cocoon/tags/ > > The general distribution artifacts (tar, zip) can be found at > http://people.apache.org/~reinhard/cocoon-staging/ > > This majority vote stays open for _at least_ 72 hours. Please cast your > votes. The vote finally passed with 3 +1 votes. I will publish the release artifacts and the web site asap and also send out the announcement mails. -- Reinhard Pötz Managing Director, {Indoqa} GmbH http://www.indoqa.com/en/people/reinhard.poetz/ Member of the Apache Software Foundation Apache Cocoon Committer, PMC member [email protected] ________________________________________________________________________ From [email protected] Wed Jun 17 07:52:23 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19088 invoked from network); 17 Jun 2009 07:52:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jun 2009 07:52:19 -0000 Received: (qmail 60925 invoked by uid 500); 17 Jun 2009 07:52:30 -0000 Delivered-To: [email protected] Received: (qmail 60814 invoked by uid 500); 17 Jun 2009 07:52:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 60806 invoked by uid 99); 17 Jun 2009 07:52:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 07:52:30 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mta.juntadeandalucia.es) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 07:52:20 +0000 Received: from [161.129.204.104] (helo=mail.juntadeandalucia.es) by guadix4.juntadeandalucia.es with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from <[email protected]>) id 1MGpw7-0004er-Dr for [email protected]; Wed, 17 Jun 2009 09:51:59 +0200 Received: from [161.129.204.104] by mail.juntadeandalucia.es with esmtpa (Exim 4.69) (envelope-from <[email protected]>) id 1MGpw7-000722-57 for [email protected]; Wed, 17 Jun 2009 09:51:59 +0200 Subject: RE: Cocoon 2.1.7 create link with target in menu From: Thorsten Scherler <[email protected]> To: [email protected] In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Content-Type: text/plain; charset=utf-8 Date: Wed, 17 Jun 2009 10:00:08 +0200 Message-Id: <1245225608.6263.3.camel@panic> Mime-Version: 1.0 X-Mailer: Evolution 161.129.204.104 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -99 X-Spam-Score-Int: -99 X-Virus-Checked: Checked by ClamAV on apache.org On Tue, 2009-06-16 at 06:10 -0700, kmoens wrote: > Thanks Robby for the hint, but the result remains the same... > The target attribute is simply not generated. >=20 > Even when I hard code it like >=20 >=20 > <block> > <item> > <item href=3D"http://www.nabble.com" target=3D"_new">Go to Nabble</it= em> > </item> > </block> >=20 >=20 > the link in the menu does not take into account the target attribute. The > generated source of the html is the href without the target. I guess the anove will be transformed by a xsl to html, right? In this xsl do you allow/match the new target attribute? Seems not. salu2 > BRs, >=20 > Kris=20 >=20 >=20 >=20 --=20 Thorsten Scherler <thorsten.at.apache.org> Open Source Java <consulting, training and solutions> Sociedad Andaluza para el Desarrollo de la Sociedad=20 de la Informaci=C3=B3n, S.A.U. (SADESI) From [email protected] Wed Jun 17 13:06:16 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3567 invoked from network); 17 Jun 2009 13:06:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jun 2009 13:06:16 -0000 Received: (qmail 22119 invoked by uid 500); 17 Jun 2009 13:06:27 -0000 Delivered-To: [email protected] Received: (qmail 22005 invoked by uid 500); 17 Jun 2009 13:06:26 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 21997 invoked by uid 99); 17 Jun 2009 13:06:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 13:06:26 +0000 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 13:06:16 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1MGupv-0001FC-LG for [email protected]; Wed, 17 Jun 2009 06:05:55 -0700 Message-ID: <[email protected]> Date: Wed, 17 Jun 2009 06:05:55 -0700 (PDT) From: kmoens <[email protected]> To: [email protected] Subject: RE: Cocoon 2.1.7 create link with target in menu In-Reply-To: <1245225608.6263.3.camel@panic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] References: <[email protected]> <[email protected]> <[email protected]> <1245225608.6263.3.camel@panic> X-Virus-Checked: Checked by ClamAV on apache.org Thanks Thorsten. Indeed, I have to change the default menu2xhtml.xsl to allow the transformation of the target attribute. Thank you for the useful hint on this, it works now like expected. BRs, Kris Thorsten Scherler-3 wrote: > > I guess the anove will be transformed by a xsl to html, right? In this > xsl do you allow/match the new target attribute? Seems not. > -- View this message in context: http://www.nabble.com/Cocoon-2.1.7-create-link-with-target-in-menu-tp24052933p24073261.html Sent from the Cocoon - Dev mailing list [email protected]. From [email protected] Wed Jun 17 17:40:27 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9675 invoked from network); 17 Jun 2009 17:40:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jun 2009 17:40:27 -0000 Received: (qmail 94462 invoked by uid 500); 17 Jun 2009 17:40:38 -0000 Delivered-To: [email protected] Received: (qmail 94348 invoked by uid 500); 17 Jun 2009 17:40:38 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 94306 invoked by uid 99); 17 Jun 2009 17:40:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 17:40:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 17:40:27 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id DA7D829A0015 for <[email protected]>; Wed, 17 Jun 2009 10:40:07 -0700 (PDT) Message-ID: <254043108.1245260407894.JavaMail.jira@brutus> Date: Wed, 17 Jun 2009 10:40:07 -0700 (PDT) From: [email protected] To: [email protected] Subject: [jira] Subscription: COCOON-open-with-patch MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Issue Subscription Filter: COCOON-open-with-patch (106 issues) Subscriber: cocoon Key Summary COCOON-2250 Wrong error message in Element.java (jx:element) https://issues.apache.org/jira/browse/COCOON-2250 COCOON-2249 XHTMLSerializer uses entity references &quot; and &apos; which cause JavaScript parse errors https://issues.apache.org/jira/browse/COCOON-2249 COCOON-2246 HttpRequest should handle encoding in getParameter and getParameterValues in the same way https://issues.apache.org/jira/browse/COCOON-2246 COCOON-2233 Update archetypes to current trunk artifact versions https://issues.apache.org/jira/browse/COCOON-2233 COCOON-2222 Add SaxParser configuration properties https://issues.apache.org/jira/browse/COCOON-2222 COCOON-2216 IncludeCacheManager can not perfom parallel includes https://issues.apache.org/jira/browse/COCOON-2216 COCOON-2212 jx:attribute does not check name is correct before proceeding https://issues.apache.org/jira/browse/COCOON-2212 COCOON-2197 Making the cocoon-auth-block acegi-security-sample work https://issues.apache.org/jira/browse/COCOON-2197 COCOON-2173 AbstractCachingProcessingPipeline: Two requests can deadlock each other https://issues.apache.org/jira/browse/COCOON-2173 COCOON-2162 [PATCH] Fix for Paginator when accessing out of bounds Pagination page https://issues.apache.org/jira/browse/COCOON-2162 COCOON-2137 XSD Schemas for CForms Development https://issues.apache.org/jira/browse/COCOON-2137 COCOON-2114 fix sorting in TraversableGenerator https://issues.apache.org/jira/browse/COCOON-2114 COCOON-2108 xmodule:flow-attr Does not accept document objects https://issues.apache.org/jira/browse/COCOON-2108 COCOON-2104 [PATCH] Add base URI fixup support to XIncludeTransformer https://issues.apache.org/jira/browse/COCOON-2104 COCOON-2100 Retrieving mimeType returned by pipeline executed from Flow https://issues.apache.org/jira/browse/COCOON-2100 COCOON-2041 WebDAV Returns improper status on PUT https://issues.apache.org/jira/browse/COCOON-2041 COCOON-2040 Union widget does not work with booleanfield set as case widget https://issues.apache.org/jira/browse/COCOON-2040 COCOON-2037 New DynamicGroup widget https://issues.apache.org/jira/browse/COCOON-2037 COCOON-2035 NPE in the sorter of the EnhancedRepeater https://issues.apache.org/jira/browse/COCOON-2035 COCOON-2032 [PATCH] Sort order in paginated repeater https://issues.apache.org/jira/browse/COCOON-2032 COCOON-2030 submit-on-change doesn't work for a multivaluefield with list-type="checkbox" https://issues.apache.org/jira/browse/COCOON-2030 COCOON-2018 Use thread context class loader to load custom binding classes https://issues.apache.org/jira/browse/COCOON-2018 COCOON-2017 More output beautification options for serializers https://issues.apache.org/jira/browse/COCOON-2017 COCOON-2015 Doctype added twice because root element (html) is inlined https://issues.apache.org/jira/browse/COCOON-2015 COCOON-2002 HTML transformer only works with latin-1 characters https://issues.apache.org/jira/browse/COCOON-2002 COCOON-1974 Donating ContextAttributeInputModule https://issues.apache.org/jira/browse/COCOON-1974 COCOON-1973 CaptchaValidator: allow case-insensitive matching https://issues.apache.org/jira/browse/COCOON-1973 COCOON-1964 Redirects inside a block called via the servlet protocol fail https://issues.apache.org/jira/browse/COCOON-1964 COCOON-1963 Add a redirect action to the browser update handler https://issues.apache.org/jira/browse/COCOON-1963 COCOON-1960 Pipeline errors for "generator/reader already set" should provide more information https://issues.apache.org/jira/browse/COCOON-1960 COCOON-1949 [PATCH] load flowscript from file into specified Rhino context object https://issues.apache.org/jira/browse/COCOON-1949 COCOON-1946 [PATCH] - Javaflow Sample errors trying to enhance Javaflow classes and showing cform templates https://issues.apache.org/jira/browse/COCOON-1946 COCOON-1943 [Patch] Parameters in blocks-protocol URIs get decoded too early https://issues.apache.org/jira/browse/COCOON-1943 COCOON-1932 [PATCH] correct styling of disabled suggestion lists https://issues.apache.org/jira/browse/COCOON-1932 COCOON-1929 [PATCH] Reloading classloader in Cocoon 2.2 https://issues.apache.org/jira/browse/COCOON-1929 COCOON-1917 Request Encoding problem: multipart/form vs. url encoded https://issues.apache.org/jira/browse/COCOON-1917 COCOON-1915 Nullable value with additional String or XMLizable in JavaSelectionList https://issues.apache.org/jira/browse/COCOON-1915 COCOON-1914 Text as XMLizable in EmptySelectionList https://issues.apache.org/jira/browse/COCOON-1914 COCOON-1899 [PATCH] Cocoon XML:DB Implementation should not depend on Xindice https://issues.apache.org/jira/browse/COCOON-1899 COCOON-1898 [PATCH] XPatch support for maven-cocoon-deployer-plugin https://issues.apache.org/jira/browse/COCOON-1898 COCOON-1893 XML-Binding: Problem creating a new element https://issues.apache.org/jira/browse/COCOON-1893 COCOON-1877 [PATCH] Pageable Repeater https://issues.apache.org/jira/browse/COCOON-1877 COCOON-1870 Lucene block does not store attributes when instructed so https://issues.apache.org/jira/browse/COCOON-1870 COCOON-1846 [PATCH] BooleanField and radio do not send on-value-changed at the rigth time with IE https://issues.apache.org/jira/browse/COCOON-1846 COCOON-1843 LDAPTransformer: add-entry tag doesn't work https://issues.apache.org/jira/browse/COCOON-1843 COCOON-1842 LDAPTransformer: ClassCastException with Binary fields https://issues.apache.org/jira/browse/COCOON-1842 COCOON-1810 [PATCH] JMSEventMessageListener does not work https://issues.apache.org/jira/browse/COCOON-1810 COCOON-1807 Workaround for IE Bug in <button> https://issues.apache.org/jira/browse/COCOON-1807 COCOON-1794 [PATCH] Propagation of namespaces to a repeaters child bindings and implementation of a move-node binding https://issues.apache.org/jira/browse/COCOON-1794 COCOON-1738 double-listbox problem in repeaters https://issues.apache.org/jira/browse/COCOON-1738 COCOON-1726 Implementation of Source that supports conditional GETs https://issues.apache.org/jira/browse/COCOON-1726 COCOON-1717 Use custom cache keys for caching uri coplets using input modules. https://issues.apache.org/jira/browse/COCOON-1717 COCOON-1697 Allow request parameters to be used in "for (var k in h)" kind of Javascript Loops https://issues.apache.org/jira/browse/COCOON-1697 COCOON-1648 Add support for ISO8601 in I18nTransformer and Forms https://issues.apache.org/jira/browse/COCOON-1648 COCOON-1618 [PATCH] SoapGenerator/Serializer for Axis Block https://issues.apache.org/jira/browse/COCOON-1618 COCOON-1611 [PATCH] Add additonal constructor to FormInstance.java to be able to pass a locale https://issues.apache.org/jira/browse/COCOON-1611 COCOON-1603 [PATCH] handling of alternatives in MailTransformer https://issues.apache.org/jira/browse/COCOON-1603 COCOON-1573 Improvement SetAttributeJXPathBinding and Contribution SetNodeValueJXPathBinding https://issues.apache.org/jira/browse/COCOON-1573 COCOON-1556 [PATCH] Add a JXPathConvertor for conversion betwean beans and Strings https://issues.apache.org/jira/browse/COCOON-1556 COCOON-1535 [PATCH] enhancement to {global:} input module: return all sitemap globals https://issues.apache.org/jira/browse/COCOON-1535 COCOON-1527 [PATCH] Cache control logic sheets for XSP to override getKey and getValidity https://issues.apache.org/jira/browse/COCOON-1527 COCOON-1526 [PATCH] processToDOM returns a read-only DOM https://issues.apache.org/jira/browse/COCOON-1526 COCOON-1519 [PATCH] TeeTransformer refactoring https://issues.apache.org/jira/browse/COCOON-1519 COCOON-1508 [PATCH] Avalonize TranscoderFactory https://issues.apache.org/jira/browse/COCOON-1508 COCOON-1506 [PATCH] Manually specifying a mounted sitemap's context https://issues.apache.org/jira/browse/COCOON-1506 COCOON-1488 [PATCH] htmlunit-based testing, needs to be ported to 2.2 https://issues.apache.org/jira/browse/COCOON-1488 COCOON-1467 ESQL exception handling problem https://issues.apache.org/jira/browse/COCOON-1467 COCOON-1439 [poi] vertical text orientation and font cache https://issues.apache.org/jira/browse/COCOON-1439 COCOON-1398 New CachingPortletAdapter https://issues.apache.org/jira/browse/COCOON-1398 COCOON-1395 [PATCH] Missing ContextAttributeInputModule https://issues.apache.org/jira/browse/COCOON-1395 COCOON-1394 [PATCH] Implementation of PortletRequest#getQueryString() https://issues.apache.org/jira/browse/COCOON-1394 COCOON-1384 [PATCH] flow redirector should allow explicit 'cocoon:' scheme https://issues.apache.org/jira/browse/COCOON-1384 COCOON-1370 [PATCH] proxy block can now use JTidy and handle multipart POST https://issues.apache.org/jira/browse/COCOON-1370 COCOON-1368 [PATCH] HTTPRequestTransformer https://issues.apache.org/jira/browse/COCOON-1368 COCOON-1362 [PATCH] log4j.xconf should have the same default config as logkit.xconf https://issues.apache.org/jira/browse/COCOON-1362 COCOON-1360 [patch] client side validation for CForms https://issues.apache.org/jira/browse/COCOON-1360 COCOON-1345 [PATCH] Extract convertors into their own block https://issues.apache.org/jira/browse/COCOON-1345 COCOON-1340 [PATCH] lucene block contribution : a AnalyzerManager component https://issues.apache.org/jira/browse/COCOON-1340 COCOON-1337 [PATCH] Suggestion for widget population https://issues.apache.org/jira/browse/COCOON-1337 COCOON-1336 [PATCH] PortletWindowAspect: hiding portlet mode icons and new feature "force-sizable" https://issues.apache.org/jira/browse/COCOON-1336 COCOON-1332 [PATCH] content-length and content-type for portlet ActionRequest https://issues.apache.org/jira/browse/COCOON-1332 COCOON-1329 [PATCH] Fix for cocoon.jar bundled in ear common for portal.war and portlet.war https://issues.apache.org/jira/browse/COCOON-1329 COCOON-1325 [PATCH] commons-fileupload based multipart parser https://issues.apache.org/jira/browse/COCOON-1325 COCOON-1302 [Patch] Word Document Generator https://issues.apache.org/jira/browse/COCOON-1302 COCOON-1295 ParallelContentAggregator, multithreaded aggregating https://issues.apache.org/jira/browse/COCOON-1295 COCOON-1260 [PATCH] MultipartParser can now handle multipart/mixed https://issues.apache.org/jira/browse/COCOON-1260 COCOON-1254 [Patch] OWQLTransformer + RDQLTransformer https://issues.apache.org/jira/browse/COCOON-1254 COCOON-1249 [Patch] XMLDBSource should accept scheme://user:pass@host:port/path URIs https://issues.apache.org/jira/browse/COCOON-1249 COCOON-1232 [PATCH] NEW--ModuleDB Action for ORACLE( auto. increment ) https://issues.apache.org/jira/browse/COCOON-1232 COCOON-1203 [PATCH] inserver junit testing https://issues.apache.org/jira/browse/COCOON-1203 COCOON-1200 [PATCH] XML CSS engine https://issues.apache.org/jira/browse/COCOON-1200 COCOON-1185 [PATCH] BerkeleyDBStore https://issues.apache.org/jira/browse/COCOON-1185 COCOON-1147 [PATCH] namespace issues with XMLDBTransformer https://issues.apache.org/jira/browse/COCOON-1147 COCOON-1125 [PATCH] Updated CastorTransformer + samples https://issues.apache.org/jira/browse/COCOON-1125 COCOON-1027 [PATCH] CocoonBean add additional features for reprocessing pipelines and interrupt processing https://issues.apache.org/jira/browse/COCOON-1027 COCOON-996 [PATCH] LuceneIndexContentHandler.java produces CLOBs https://issues.apache.org/jira/browse/COCOON-996 COCOON-988 [PATCH] StreamGenerator can't handle multipart request parameters correctly https://issues.apache.org/jira/browse/COCOON-988 COCOON-881 [PATCH] file upload component for usage with flowscript https://issues.apache.org/jira/browse/COCOON-881 COCOON-871 [PATCH] XML posting from SourceWritingTransformer by using an enhanced HTTPClientSource https://issues.apache.org/jira/browse/COCOON-871 COCOON-867 [PATCH] wsinclude and htmlinclude transformers https://issues.apache.org/jira/browse/COCOON-867 COCOON-865 [PATCH] New ResourceLoadAction https://issues.apache.org/jira/browse/COCOON-865 COCOON-844 [PATCH] adding <wd:on-phase> and moving load() and save() to Form. https://issues.apache.org/jira/browse/COCOON-844 COCOON-825 [PATCH] Fix Bug: Better handling of CLOB in esql (get-xml) and handling of Oracle 'temporary lobs' https://issues.apache.org/jira/browse/COCOON-825 COCOON-719 [PATCH] Support for transactions in SQLTransformer https://issues.apache.org/jira/browse/COCOON-719 COCOON-717 [PATCH] Namespace cleanup in HTMLSerializer https://issues.apache.org/jira/browse/COCOON-717 COCOON-665 [PATCH] HSSFSerializer Support for FreezePane https://issues.apache.org/jira/browse/COCOON-665 You may edit this subscription at: https://issues.apache.org/jira/secure/FilterSubscription!default.jspa?subId=10311&filterId=12310771 From [email protected] Wed Jun 17 22:41:11 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31927 invoked from network); 17 Jun 2009 22:41:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jun 2009 22:41:09 -0000 Received: (qmail 42808 invoked by uid 500); 17 Jun 2009 22:41:17 -0000 Delivered-To: [email protected] Received: (qmail 42697 invoked by uid 500); 17 Jun 2009 22:41:16 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 42689 invoked by uid 99); 17 Jun 2009 22:41:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 22:41:16 +0000 X-ASF-Spam-Status: No, hits=-1996.4 required=10.0 tests=ALL_TRUSTED,FRT_LEVITRA,URI_HEX,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO vmbuild.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 22:40:51 +0000 Received: from vmbuild.apache.org (localhost [161.129.204.104]) by vmbuild.apache.org (Postfix) with ESMTP id 60CBE45809A for <[email protected]>; Wed, 17 Jun 2009 15:36:18 -0700 (PDT) Date: Wed, 17 Jun 2009 15:36:10 -0700 (PDT) From: "[email protected]" <[email protected]> To: [email protected] Message-ID: <[email protected]> Subject: [continuum] BUILD SUCCESSFUL: Cocoon - Apache Cocoon [build root] - MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Continuum-Build-Host: vmbuild.apache.org X-Continuum-Project-Id: 51 X-Continuum-Project-Name: Apache Cocoon [build root] X-Virus-Checked: Checked by ClamAV on apache.org Online report : http://vmbuild.apache.org/continuum/buildResult.action?buil= dId=3D195505&projectId=3D51 Build statistics: State: Ok Previous State: Building Started at: Wed 17 Jun 2009 15:09:08 -0700 Finished at: Wed 17 Jun 2009 15:32:35 -0700 Total time: 23m 26s Build Trigger: Schedule Build Number: 361 Exit code: 0 Building machine hostname: vmbuild.apache.org Operating system : Linux(unknown) Java Home version :=20 java version "1.5.0_12" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-= b04) Java HotSpot(TM) Client VM (build 1.5.0_12-b04, mixed mode, shari= ng) =20 Builder version : Maven version: 2.0.9 Java version: 1.5.0_12 OS name: "linux" version: "2.6.24-23-server" arch: "i386" Family:= "unix" =20 ***************************************************************************= * SCM Changes: ***************************************************************************= * Changed: reinhard @ Tue 16 Jun 2009 12:30:46 -0700 Comment: add release dates Files changed: /cocoon/trunk/subprojects/cocoon-block-deployment/src/changes/changes.xml= ( 785350 ) /cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator= /src/changes/changes.xml ( 785350 ) /cocoon/trunk/subprojects/cocoon-jnet/src/changes/changes.xml ( 785350 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/changes/changes.xml ( 785350 ) Changed: reinhard @ Tue 13 Jan 2009 08:32:58 -0800 Comment: fix paths for c3 docs Files changed: /cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/META-I= NF/maven/site.vm ( 734171 ) Changed: reinhard @ Fri 19 Sep 2008 05:51:38 -0700 Comment: check if the requested block is available, otherwise throw an exce= ption that explains what has gone wrong Files changed: /cocoon/trunk/subprojects/cocoon-block-deployment/src/changes/changes.xml= ( 697074 ) /cocoon/trunk/subprojects/cocoon-block-deployment/src/main/java/org/apach= e/cocoon/blockdeployment/BlockContextURLConnection.java ( 697074 ) Changed: dlegg @ Fri 19 Sep 2008 03:50:29 -0700 Comment: Added dlegg to developer list. Files changed: /cocoon/trunk/parent/pom.xml ( 697043 ) Changed: anathaniel @ Fri 30 May 2008 13:54:31 -0700 Comment: Store a manually maintained .project file in SVN to make parent po= m.xml appear in Eclipse Files changed: /cocoon/trunk/parent ( 661850 ) /cocoon/trunk/parent/.project ( 661850 ) Changed: anathaniel @ Fri 30 May 2008 14:40:23 -0700 Comment: Move all files from /trunk to /trunk/project. Otherwise these files would never show up in Eclipse. Files changed: /cocoon/trunk/1ST_README.txt ( 661886 ) /cocoon/trunk/README.txt ( 661886 ) /cocoon/trunk/build-docs.sh ( 661886 ) /cocoon/trunk/build.sh ( 661886 ) /cocoon/trunk/cocoon.sh ( 661886 ) /cocoon/trunk/pom.xml ( 661886 ) /cocoon/trunk/project ( 661886 ) /cocoon/trunk/project/.project ( 661886 ) /cocoon/trunk/project/README.txt (from /cocoon/trunk/README.txt:661475) (= 661886 ) /cocoon/trunk/project/build-docs.sh (from /cocoon/trunk/build-docs.sh:661= 475) ( 661886 ) /cocoon/trunk/project/build.sh (from /cocoon/trunk/build.sh:661475) ( 661= 886 ) /cocoon/trunk/project/cocoon.sh (from /cocoon/trunk/cocoon.sh:661475) ( 6= 61886 ) /cocoon/trunk/project/pom.xml (from /cocoon/trunk/pom.xml:661475) ( 66188= 6 ) /cocoon/trunk/project/settings.xml (from /cocoon/trunk/settings.xml:66147= 5) ( 661886 ) /cocoon/trunk/settings.xml ( 661886 ) Changed: no author @ Fri 30 May 2008 14:40:23 -0700 Comment: no comment Files changed: settings.xml ( no revision ) build.sh ( no revision ) cocoon.sh ( no revision ) pom.xml ( no revision ) README.txt ( no revision ) build-docs.sh ( no revision ) Changed: gkossakowski @ Fri 2 Nov 2007 15:24:41 -0700 Comment: Fixed FlowJXPathSelectionList test-case by: * moving configuration of components needed by test to Spring because For= ms are now Spring-based * added some declarations of Avalon-based components needed by Forms * fixed generation of SAX stream so if it is serialized it contains names= pace declaration (I'm not sure if it's right fix) * clean up of test case code itself and fixing environmental data initial= ization Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/datatype/FlowJXPathSelectionList.java ( 591496 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/test/java/org/apa= che/cocoon/forms/datatype/FlowJXPathSelectionListTestCase.java ( 591496 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/test/resources/or= g/apache/cocoon/forms/datatype/FlowJXPathSelectionListTestCase.spring.xml (= 591496 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/test/resources/or= g/apache/cocoon/forms/datatype/FlowJXPathSelectionListTestCase.xtest ( 5914= 96 ) Changed: gkossakowski @ Fri 2 Nov 2007 16:23:14 -0700 Comment: Clean up. Files changed: /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/src/main/java/org/apache/cocoon/el/impl/javascript/JavaScriptExpressio= n.java ( 591511 ) Changed: felixk @ Sat 3 Nov 2007 03:47:48 -0700 Comment: The method creates a database resource (such as a database connect= ion or row set), does not assign it to any fields, pass it to other methods= , or return it, and does not appear to close the object on all paths out of= the method. Failure to close database resources on all paths out of a met= hod may result in poor performance, and could cause the application to have= problems communicating with the database. Files changed: /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-impl/src/main/java= /org/apache/cocoon/acting/OraAddAction.java ( 591580 ) Changed: felixk @ Sat 3 Nov 2007 04:09:21 -0700 Comment: Method may fail to close stream The method creates an IO stream object, does not assign it to any fields, p= ass it to other methods that might close it, or return it, and does not app= ear to close the stream on all paths out of the method. This may result in= a file descriptor leak. It is generally a good idea to use a finally bloc= k to ensure that streams are closed. Files changed: /cocoon/trunk/blocks/cocoon-chaperon/cocoon-chaperon-impl/src/main/java/o= rg/apache/cocoon/generation/TextGenerator.java ( 591592 ) /cocoon/trunk/blocks/cocoon-slop/cocoon-slop-impl/src/main/java/org/apach= e/cocoon/slop/generation/SlopGenerator.java ( 591592 ) /cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/src/main/java/org/apache/= cocoon/components/language/programming/java/EclipseJavaCompiler.java ( 5915= 92 ) /cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/src/ma= in/java/org/apache/cocoon/spring/configurator/impl/SettingsBeanFactoryPostP= rocessor.java ( 591592 ) Changed: felixk @ Sat 3 Nov 2007 04:21:13 -0700 Comment: Comparison of String parameter using =3D=3D or !=3D This code compares a java.lang.String parameter for reference equality usin= g the =3D=3D or !=3D operators. Requiring callers to pass only String const= ants or interned strings to a method is unnecessarily fragile, and rarely l= eads to measurable performance gains. Consider using the equals(Object) met= hod instead. Files changed: /cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/src/main/java/org/apache/= cocoon/components/language/markup/xsp/XSPCookieHelper.java ( 591596 ) Changed: felixk @ Sat 3 Nov 2007 04:30:13 -0700 Comment: Method invokes inefficient Boolean constructor; use Boolean.valueO= f(...) instead Creating new instances of java.lang.Boolean wastes memory, since Boolean ob= jects are immutable and there are only two useful values of this type. Use= the Boolean.valueOf() method (or Java 1.5 autoboxing) to create Boolean ob= jects instead. Files changed: /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/servlet/mu= ltipart/MultipartParser.java ( 591599 ) Changed: felixk @ Sat 3 Nov 2007 04:45:25 -0700 Comment: Method invokes toString() method on a String Calling String.toString() is just a redundant operation. Just use the Strin= g. Files changed: /cocoon/trunk/blocks/cocoon-lucene/cocoon-lucene-impl/src/main/java/org/a= pache/cocoon/samples/LuceneCocoonCrawler.java ( 591603 ) /cocoon/trunk/core/cocoon-blocks-fw/cocoon-blocks-fw-impl/src/main/java/o= rg/apache/cocoon/blocks/BlockConnection.java ( 591603 ) /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/xml/ParamS= axBuffer.java ( 591603 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/generation/LinkStatusGenerator.java ( 591603 ) Changed: felixk @ Sat 3 Nov 2007 04:52:51 -0700 Comment: Method invokes inefficient new String() constructor Creating a new java.lang.String object using the no-argument constructor wa= stes memory because the object so created will be functionally indistinguis= hable from the empty string constant "". Java guarantees that identical st= ring constants will be represented by the same String object. Therefore, y= ou should just use the empty string constant directly. Files changed: /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-tools-impl/src/main/java= /org/apache/cocoon/portal/tools/copletManagement/generation/XMLProfileGener= ator.java ( 591605 ) /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/servlet/mu= ltipart/MultipartParser.java ( 591605 ) Changed: reinhard @ Sat 3 Nov 2007 08:33:56 -0700 Comment: split up doc generation process into two parts in order to control= the report generation in a more fine-grained way Files changed: /cocoon/trunk/site/pom.xml ( 591634 ) Changed: reinhard @ Sat 3 Nov 2007 08:35:58 -0700 Comment: forgot some sites Files changed: /cocoon/trunk/site/pom.xml ( 591635 ) Changed: felixk @ Sat 3 Nov 2007 09:46:31 -0700 Comment: Thanks to Joerg for spotting. >> Use the Boolean.valueOf() method (or Java 1.5 autoboxing) to create Bool= ean objects instead. Even better should be the usage of the constants Boolean.FALSE and Boolean.= TRUE since the exact values are known beforehand. Files changed: /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/servlet/mu= ltipart/MultipartParser.java ( 591649 ) Changed: felixk @ Sat 3 Nov 2007 13:36:51 -0700 Comment: Iterator next() method can't throw NoSuchElement exception This class implements the java.util.Iterator interface. However, its next(= ) method is not capable of throwing java.util.NoSuchElementException. The = next() method should be changed so it throws NoSuchElementException if is c= alled when there are no more elements to return. Files changed: /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-impl/src/main/java= /org/apache/cocoon/components/source/impl/BlobSource.java ( 591678 ) Changed: felixk @ Sat 3 Nov 2007 13:40:47 -0700 Comment: Iterator next() method can't throw NoSuchElement exception This class implements the java.util.Iterator interface. However, its next(= ) method is not capable of throwing java.util.NoSuchElementException. The = next() method should be changed so it throws NoSuchElementException if is c= alled when there are no more elements to return. Files changed: /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/src/main/java/org/apache/cocoon/el/impl/AbstractExpression.java ( 5916= 81 ) /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/src/main/java/org/apache/cocoon/template/expression/JXTExpression.java= ( 591681 ) Changed: felixk @ Tue 13 Nov 2007 05:06:32 -0800 Comment: Don't catch RuntimeException, otherwise hardcoded deprecation of o= rg/apache/cocoon/forms/binding/CustomJXPathBindingBuilder.java isn't shown = anywhere. Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/binding/library/LibraryManagerImpl.java ( 594521 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/library/LibraryManagerImpl.java ( 594521 ) Changed: felixk @ Tue 13 Nov 2007 05:20:51 -0800 Comment: No need to wrap re Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/binding/library/LibraryManagerImpl.java ( 594527 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/library/LibraryManagerImpl.java ( 594527 ) Changed: vgritsenko @ Thu 15 Nov 2007 14:01:40 -0800 Comment: need a way to start cocoon demo Files changed: /cocoon/trunk/cocoon.sh ( 595472 ) Changed: vgritsenko @ Thu 15 Nov 2007 14:38:34 -0800 Comment: trying to make it run on solaris Files changed: /cocoon/trunk/build.sh ( 595477 ) /cocoon/trunk/cocoon.sh ( 595477 ) Changed: vgritsenko @ Thu 15 Nov 2007 15:27:30 -0800 Comment: make jetty port configurable Files changed: /cocoon/trunk/core/cocoon-webapp/pom.xml ( 595486 ) Changed: vgritsenko @ Thu 15 Nov 2007 15:51:12 -0800 Comment: pass arguments Files changed: /cocoon/trunk/cocoon.sh ( 595492 ) Changed: vgritsenko @ Fri 16 Nov 2007 05:19:01 -0800 Comment: add 'debug' parameter Files changed: /cocoon/trunk/cocoon.sh ( 595653 ) Changed: vgritsenko @ Fri 16 Nov 2007 05:28:45 -0800 Comment: configurable context Files changed: /cocoon/trunk/core/cocoon-webapp/pom.xml ( 595657 ) Changed: vgritsenko @ Fri 16 Nov 2007 05:47:58 -0800 Comment: rewrite image urls in css Files changed: /cocoon/trunk/blocks/cocoon-welcome/src/main/resources/COB-INF/resource/s= tyles/main.css ( 595661 ) /cocoon/trunk/blocks/cocoon-welcome/src/main/resources/COB-INF/sitemap.xm= ap ( 595661 ) Changed: vgritsenko @ Fri 16 Nov 2007 07:06:40 -0800 Comment: fix paths Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/src/main/resources/= COB-INF/forms.xsamples ( 595690 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/src/main/resources/= META-INF/cocoon/spring/cocoon-forms-sample-blockServlet.xml ( 595690 ) Changed: cziegeler @ Fri 16 Nov 2007 11:21:23 -0800 Comment: Add new variable resolver service to remove dependencies to tree p= rocessor. Files changed: /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/PortalService.java ( 595785 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/components ( 595785 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/coplet/adapter/impl/URICopletAdapter.java ( 595785 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/impl/PortalServiceImpl.java ( 595785 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/layout/renderer/aspect/impl/XSLTAspect.java ( 595785 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/services/VariableResolver.java ( 595785 ) Changed: cziegeler @ Fri 16 Nov 2007 11:39:32 -0800 Comment: Continue removing dependencies to cocoon core. Files changed: /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/services/aspects/impl/AbstractContentRequestProcessorAs= pect.java ( 595791 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/services/aspects/impl/ActionCounterRequestProcessorAspe= ct.java ( 595791 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/services/aspects/impl/NoClientCachingRequestProcessorAs= pect.java ( 595791 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/services/impl/DefaultUserService.java ( 595791 ) Changed: cziegeler @ Fri 16 Nov 2007 11:47:04 -0800 Comment: Continue removing dependencies to cocoon core. Files changed: /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/src/main/java/= org/apache/cocoon/portal/wsrp/adapter/WSRPAdapter.java ( 595792 ) Changed: cziegeler @ Fri 16 Nov 2007 11:49:35 -0800 Comment: Continue removing dependencies to cocoon core. Files changed: /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sitemap/src/main/java/or= g/apache/cocoon/portal/coplet/adapter/impl/ApplicationCopletAdapter.java ( = 595794 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sitemap/src/main/java/or= g/apache/cocoon/portal/coplet/adapter/impl/CocoonCopletAdapter.java ( 59579= 4 ) Changed: cziegeler @ Fri 16 Nov 2007 11:52:33 -0800 Comment: Continue removing dependencies to cocoon core. Files changed: /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/PortalService.java ( 595796 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/impl/PortalServiceImpl.java ( 595796 ) /cocoon/trunk/blocks/cocoon-portal/pom.xml ( 595796 ) Changed: gkossakowski @ Fri 16 Nov 2007 12:01:02 -0800 Comment: * Adding test for trivial paths when putAt() method is used. * tweak to svn:ignore Files changed: /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl ( 595797 ) /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/src/test/java/org/apache/cocoon/el/impl/objectmodel/ObjectModelImplTes= tCase.java ( 595797 ) Changed: gkossakowski @ Fri 16 Nov 2007 12:03:44 -0800 Comment: Added cocoon-databases-bridge to build. Files changed: /cocoon/trunk/blocks/pom.xml ( 595800 ) Changed: gkossakowski @ Fri 16 Nov 2007 12:21:43 -0800 Comment: Docs of cocoon-databases-bridge should be published to separate si= te. Files changed: /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-bridge/pom.xml ( 5= 95810 ) /cocoon/trunk/parent/pom.xml ( 595810 ) Changed: gkossakowski @ Fri 16 Nov 2007 12:22:55 -0800 Comment: Docs of cocoon-databases-bridge should be published to separate si= te. Files changed: /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-bridge/pom.xml ( 5= 95812 ) Changed: gkossakowski @ Fri 16 Nov 2007 12:51:59 -0800 Comment: Too fast too furious. Files changed: /cocoon/trunk/parent/pom.xml ( 595818 ) Changed: vgritsenko @ Fri 16 Nov 2007 13:24:53 -0800 Comment: missed several servlet: links Files changed: /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/COB-INF/resources/styles/main.css ( 595831 ) Changed: gkossakowski @ Fri 16 Nov 2007 14:32:38 -0800 Comment: Add docs of cocoon-databeses-bridge to site generation goal. Files changed: /cocoon/trunk/site/pom.xml ( 595851 ) Changed: gkossakowski @ Fri 16 Nov 2007 14:33:35 -0800 Comment: Another work-around for annoying Maven bug. Sight... Files changed: /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-bridge/pom.xml ( 5= 95852 ) Changed: gkossakowski @ Fri 16 Nov 2007 14:37:04 -0800 Comment: Formatting. Files changed: /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-bridge/pom.xml ( 5= 95853 ) Changed: felixk @ Sat 17 Nov 2007 11:03:47 -0800 Comment: Avoid NPE or ClassCastException Files changed: /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/= java/org/apache/cocoon/samples/flow/prefs/User.java ( 595986 ) Changed: vgritsenko @ Mon 19 Nov 2007 17:26:19 -0800 Comment: adding missing block servlet configuration for portal sample block Files changed: /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/portal-sample.xsamples ( 596508 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/sitemap.xmap ( 596508 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/META-INF ( 596508 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/META-INF/cocoon ( 596508 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/META-INF/cocoon/spring ( 596508 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/META-INF/cocoon/spring/cocoon-portal-sample-blockServlet.xml ( 596508 ) Changed: vgritsenko @ Mon 19 Nov 2007 17:44:15 -0800 Comment: indent, etc Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/core/container/spring/avalon/ConfigurationReader.java ( 596511= ) Changed: vgritsenko @ Mon 19 Nov 2007 17:51:04 -0800 Comment: javadoc, etc Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/core/container/spring/avalon/ConfigurationReader.java ( 596512= ) Changed: vgritsenko @ Mon 19 Nov 2007 18:39:04 -0800 Comment: ResourceUtils.getUri() could not handle SourceResource, which ConfigurationReader.getUrl() handles specially. To avoid exception, copied correctUrl to ConfigurationReader. Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/core/container/spring/avalon/ConfigurationReader.java ( 596516= ) Changed: vgritsenko @ Mon 19 Nov 2007 18:40:38 -0800 Comment: If classpath: location is passed to SourceResourceLoader, it could be incorrectly resolved by the SourceResolver as Avalon's FileSour= ce. Check for classpath: and call delegate Spring ResourceLoader to fix this. Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/core/container/spring/avalon/SourceIOInputStream.java ( 596517= ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/core/container/spring/avalon/SourceResource.java ( 596517 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/core/container/spring/avalon/SourceResourceLoader.java ( 59651= 7 ) Changed: vgritsenko @ Tue 20 Nov 2007 18:14:32 -0800 Comment: setup spring stuff in pooled thread so that new cocoon guts feel r= ight at home there Files changed: /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/transforma= tion/IncludeTransformer.java ( 596903 ) Changed: vgritsenko @ Tue 20 Nov 2007 18:29:45 -0800 Comment: cleanup unused cleanup method Files changed: /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/sitemap/Si= temapServlet.java ( 596908 ) Changed: vgritsenko @ Tue 20 Nov 2007 19:26:02 -0800 Comment: refresh aggregation samples Files changed: /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/= resources/COB-INF/aggregation/aggregate.xml ( 596918 ) /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/= resources/COB-INF/aggregation/samples.xml ( 596918 ) /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/= resources/COB-INF/aggregation/sitemap.xmap ( 596918 ) /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/= resources/COB-INF/aggregation/stylesheets/moreover.xsl ( 596918 ) /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/= resources/COB-INF/aggregation/stylesheets/news.xsl ( 596918 ) /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/= resources/COB-INF/aggregation/stylesheets/slashdot.xsl ( 596918 ) /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/= resources/COB-INF/aggregation/stylesheets/xmlhack.xsl ( 596918 ) /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/= resources/COB-INF/aggregation/xaggregate.xml ( 596918 ) Changed: reinhard @ Wed 21 Nov 2007 06:46:35 -0800 Comment: upgrade to Spring 2.5 Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/core/container/spring/avalon/SourceResource.java ( 597107 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/test/java/org/a= pache/cocoon/environment/mock/MockRequestAttributes.java ( 597107 ) /cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/pom.xml ( 597107 ) /cocoon/trunk/core/cocoon-xml/cocoon-xml-impl/pom.xml ( 597107 ) /cocoon/trunk/parent/pom.xml ( 597107 ) Changed: giacomo @ Thu 22 Nov 2007 07:49:00 -0800 Comment: fixing NPE Files changed: /cocoon/trunk/core/cocoon-configuration/cocoon-configuration-api/src/main= /java/org/apache/cocoon/configuration/PropertyHelper.java ( 597440 ) Changed: vgritsenko @ Thu 22 Nov 2007 13:07:26 -0800 Comment: preserve reason Files changed: /cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/src/ma= in/java/org/apache/cocoon/spring/configurator/impl/AbstractSettingsBeanFact= oryPostProcessor.java ( 597489 ) Changed: thorsten @ Tue 4 Dec 2007 01:47:53 -0800 Comment: Making Paginator spring enable Files changed: /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/transformation/pagination/Paginator.java ( 600857 ) Changed: cziegeler @ Tue 4 Dec 2007 09:47:20 -0800 Comment: Remove portal tools as they are not really working and create too = many problems. Files changed: /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/pom.xml ( 601016 = ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-tools-impl ( 601016 ) /cocoon/trunk/blocks/cocoon-portal/pom.xml ( 601016 ) Changed: thorsten @ Wed 5 Dec 2007 03:24:26 -0800 Comment: fixing typo Files changed: /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-sample/pom.xml ( 6= 01299 ) Changed: thorsten @ Wed 5 Dec 2007 03:36:45 -0800 Comment: Fixing paginator to make it useable with spring Files changed: /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/changes= /changes.xml ( 601301 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/transformation/pagination/Paginator.java ( 601301 ) Changed: vgritsenko @ Tue 11 Dec 2007 18:53:03 -0800 Comment: id -> name Files changed: /cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/main/resources/ME= TA-INF/cocoon/spring/cocoon-thread-impl.xml ( 603443 ) Changed: vgritsenko @ Thu 13 Dec 2007 12:37:20 -0800 Comment: 'localLibrary' is never null. wrap context change into try/finally. Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/AbstractContainerDefinitionBuilder.java ( 604021= ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/AbstractWidgetDefinitionBuilder.java ( 604021 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/FormDefinitionBuilder.java ( 604021 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/ImportDefinitionBuilder.java ( 604021 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/WidgetDefinitionBuilderContext.java ( 604021 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/library/Library.java ( 604021 ) Changed: vgritsenko @ Thu 13 Dec 2007 12:47:24 -0800 Comment: comments Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/ME= TA-INF/cocoon/spring/cocoon-forms.xml ( 604023 ) Changed: vgritsenko @ Thu 13 Dec 2007 12:53:10 -0800 Comment: rearrange & comment Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/ME= TA-INF/cocoon/spring/cocoon-forms.xml ( 604024 ) Changed: vgritsenko @ Thu 13 Dec 2007 12:54:27 -0800 Comment: widget definition builders are not threadsafe! Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/ME= TA-INF/cocoon/spring/cocoon-forms.xml ( 604025 ) Changed: vgritsenko @ Thu 13 Dec 2007 17:59:19 -0800 Comment: compilation error Files changed: /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/src/main/ja= va/org/apache/cocoon/portal/pluto/PortletPreferencesProviderImpl.java ( 604= 084 ) Changed: vgritsenko @ Thu 13 Dec 2007 19:43:31 -0800 Comment: fix names iterator. cleanup. Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/components/modules/input/BaseLinkModule.java ( 604095 ) Changed: cziegeler @ Tue 18 Dec 2007 12:29:29 -0800 Comment: Clean up object model - objects are currently not serializable. Re= move support for cloning. Files changed: /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/om/AbstractParameters.java ( 605322 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/om/CompositeLayout.java ( 605322 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/om/CopletDefinition.java ( 605322 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/om/CopletInstance.java ( 605322 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/om/CopletLayout.java ( 605322 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/om/CopletType.java ( 605322 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/om/FrameLayout.java ( 605322 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/om/Item.java ( 605322 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/om/Layout.java ( 605322 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/om/LinkLayout.java ( 605322 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/om/NamedItem.java ( 605322 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/services/impl/DefaultCopletFactory.java ( 605322 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/src/main/ja= va/org/apache/cocoon/portal/pluto/TestProfileManager.java ( 605322 ) Changed: vgritsenko @ Tue 18 Dec 2007 18:11:15 -0800 Comment: convert for-each with modal template for extensibility Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/or= g/apache/cocoon/forms/resources/css/forms.css ( 605385 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/or= g/apache/cocoon/forms/resources/forms-field-styling.xsl ( 605385 ) Changed: vgritsenko @ Tue 18 Dec 2007 18:19:38 -0800 Comment: class overload... remove few unneeded, unused, duplicating each ot= her css classes Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/or= g/apache/cocoon/forms/resources/forms-field-styling.xsl ( 605386 ) Changed: cziegeler @ Wed 19 Dec 2007 05:15:53 -0800 Comment: Path can only be null at the beginning of the method, it is change= d later on. Therefore move the check to the beginning of the method. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletservice/ServletServiceContext.java ( 60= 5532 ) Changed: vgritsenko @ Wed 19 Dec 2007 05:17:50 -0800 Comment: indent Files changed: /cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/src/ma= in/resources/org/apache/cocoon/spring/configurator/schema/cocoon-configurat= or-1.0.1.xsd ( 605533 ) /cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/src/ma= in/resources/org/apache/cocoon/spring/configurator/schema/cocoon-configurat= or-1.0.xsd ( 605533 ) Changed: vgritsenko @ Wed 19 Dec 2007 06:03:30 -0800 Comment: javadoc Files changed: /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/java/org= /apache/cocoon/core/container/spring/pipeline/PipelineNamespaceHandler.java= ( 605544 ) Changed: vgritsenko @ Wed 19 Dec 2007 06:03:39 -0800 Comment: indent Files changed: /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/resource= s/org/apache/cocoon/core/container/spring/pipeline/cocoon-pipeline-1.0.xsd = ( 605545 ) Changed: vgritsenko @ Wed 19 Dec 2007 06:04:45 -0800 Comment: svn properties Files changed: /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/resource= s/org/apache/cocoon/core/container/spring/pipeline/cocoon-pipeline-1.0.xsd = ( 605546 ) Changed: vgritsenko @ Wed 19 Dec 2007 06:37:20 -0800 Comment: set 'content' label on generators Files changed: /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/re= sources/META-INF/cocoon/spring/cocoon-core-generators.xml ( 605552 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/re= sources/META-INF/cocoon/spring/cocoon-core-serializers.xml ( 605552 ) Changed: vgritsenko @ Wed 19 Dec 2007 06:40:24 -0800 Comment: svn properties Files changed: /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml ( 605554 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/src/changes/change= s.xml ( 605554 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/pom.xml ( 6= 05554 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/changes= /changes.xml ( 605554 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/re= sources/META-INF/cocoon/spring/cocoon-core-generators.xml ( 605554 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/re= sources/META-INF/cocoon/spring/cocoon-core-readers.xml ( 605554 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/re= sources/META-INF/cocoon/spring/cocoon-core-serializers.xml ( 605554 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/changes/chang= es.xml ( 605554 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/resource= s/META-INF/cocoon/spring/ObjectModel.xml ( 605554 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/resource= s/META-INF/cocoon/spring/PipelineComponentScope.xml ( 605554 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/resource= s/META-INF/cocoon/spring/cocoon-pipeline-impl-cache.xml ( 605554 ) Changed: vgritsenko @ Wed 19 Dec 2007 06:53:02 -0800 Comment: remove logger attribute, indent, cleanup Files changed: /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/re= sources/META-INF/cocoon/avalon/cocoon-core-xpath-processor.xconf ( 605557 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/re= sources/META-INF/cocoon/avalon/cocoon-core-xslt-processor.xconf ( 605557 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/re= sources/META-INF/cocoon/avalon/cocoon-core-xslt-saxon.xconf ( 605557 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/re= sources/META-INF/cocoon/avalon/cocoon-core-xslt-xalan.xconf ( 605557 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/re= sources/META-INF/cocoon/avalon/cocoon-core-xslt-xsltc.xconf ( 605557 ) Changed: vgritsenko @ Wed 19 Dec 2007 07:25:04 -0800 Comment: fix javadoc, cleanup implementation Files changed: /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/generation= /StreamGenerator.java ( 605576 ) Changed: vgritsenko @ Wed 19 Dec 2007 07:27:16 -0800 Comment: more cleanup Files changed: /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/generation= /StreamGenerator.java ( 605579 ) Changed: vgritsenko @ Wed 19 Dec 2007 07:35:02 -0800 Comment: fix javadoc Files changed: /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/transforma= tion/CIncludeTransformer.java ( 605585 ) Changed: vgritsenko @ Wed 19 Dec 2007 07:43:46 -0800 Comment: javadoc Files changed: /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/transforma= tion/I18nTransformer.java ( 605590 ) /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/transforma= tion/IncludeTransformer.java ( 605590 ) /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/transforma= tion/JPathTransformer.java ( 605590 ) /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/transforma= tion/SimpleFormInstanceExtractionTransformer.java ( 605590 ) /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/transforma= tion/SimpleFormTransformer.java ( 605590 ) Changed: vgritsenko @ Wed 19 Dec 2007 07:50:47 -0800 Comment: javadoc Files changed: /cocoon/trunk/blocks/cocoon-html/cocoon-html-impl/src/main/java/org/apach= e/cocoon/generation/HTMLGenerator.java ( 605591 ) /cocoon/trunk/blocks/cocoon-html/cocoon-html-impl/src/main/java/org/apach= e/cocoon/generation/NekoHTMLGenerator.java ( 605591 ) Changed: cziegeler @ Wed 19 Dec 2007 08:18:37 -0800 Comment: Remove empty directory and remove unnecessary casts. Files changed: /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/servlet/mu= ltipart/MultipartParser.java ( 605604 ) /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/util ( 605= 604 ) Changed: vgritsenko @ Wed 19 Dec 2007 08:19:51 -0800 Comment: javadoc Files changed: /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/generation/CSVGenerator.java ( 605605 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/generation/CalendarGenerator.java ( 605605 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/generation/DirectoryGenerator.java ( 605605 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/generation/FileGenerator.java ( 605605 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/generation/FileGeneratorBean.java ( 605605 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/generation/ImageDirectoryGenerator.java ( 605605 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/generation/LinkStatusGenerator.java ( 605605 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/generation/MP3DirectoryGenerator.java ( 605605 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/generation/RequestGenerator.java ( 605605 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/generation/SessionAttributeGenerator.java ( 605605 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/generation/XPathDirectoryGenerator.java ( 605605 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/serialization/HTMLSerializer.java ( 605605 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/transformation/AugmentTransformer.java ( 605605 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/transformation/EncodeURLTransformer.java ( 605605 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/transformation/FilterTransformer.java ( 605605 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/transformation/LogTransformer.java ( 605605 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/transformation/ReadDOMSessionTransformer.java ( 605605= ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/transformation/RoleFilterTransformer.java ( 605605 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/transformation/SourceWritingTransformer.java ( 605605 = ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/transformation/StripNameSpacesTransformer.java ( 60560= 5 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/transformation/TeeTransformer.java ( 605605 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/transformation/TraxTransformer.java ( 605605 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/transformation/WriteDOMSessionTransformer.java ( 60560= 5 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/transformation/XIncludeTransformer.java ( 605605 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/transformation/XSLTTransformer.java ( 605605 ) Changed: cziegeler @ Wed 19 Dec 2007 11:26:10 -0800 Comment: Hopefully fix the zip test case. Files changed: /cocoon/trunk/core/cocoon-core/src/test/java/org/apache/cocoon/components= /source/impl/ZipSourceTestCase.java ( 605666 ) Changed: vgritsenko @ Wed 19 Dec 2007 12:27:35 -0800 Comment: FileGeneratorBean was not working with XMLizable source Files changed: /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/generation/FileGenerator.java ( 605687 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/generation/FileGeneratorBean.java ( 605687 ) Changed: vgritsenko @ Wed 19 Dec 2007 12:48:43 -0800 Comment: javadoc, minor cleanup Files changed: /cocoon/trunk/blocks/cocoon-html/cocoon-html-impl/src/main/java/org/apach= e/cocoon/generation/HTMLGenerator.java ( 605689 ) /cocoon/trunk/blocks/cocoon-html/cocoon-html-impl/src/main/java/org/apach= e/cocoon/generation/NekoHTMLGenerator.java ( 605689 ) /cocoon/trunk/blocks/cocoon-scratchpad/cocoon-scratchpad-impl/src/main/ja= va/org/apache/cocoon/generation/RequestAttributeGenerator.java ( 605689 ) /cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/src/main/java/o= rg/apache/cocoon/template/JXTemplateGenerator.java ( 605689 ) /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/transforma= tion/CIncludeTransformer.java ( 605689 ) /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/transforma= tion/I18nTransformer.java ( 605689 ) /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/transforma= tion/SimpleFormInstanceExtractionTransformer.java ( 605689 ) /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/transforma= tion/SimpleFormTransformer.java ( 605689 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/generation/CSVGenerator.java ( 605689 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/generation/DirectoryGenerator.java ( 605689 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/serialization/HTMLSerializer.java ( 605689 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts/src/main/java/org/apache/cocoon/servletservice/postable/components/Servl= etServiceGenerator.java ( 605689 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts/src/main/java/org/apache/cocoon/servletservice/postable/components/Servl= etServiceSerializer.java ( 605689 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts/src/main/java/org/apache/cocoon/servletservice/postable/components/Servl= etServiceTransformer.java ( 605689 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/generation/StatusGenerator.java ( 605689 ) Changed: cziegeler @ Wed 19 Dec 2007 13:44:14 -0800 Comment: Migrate portal service from avalon to spring Separate Spring related code into own package Fix spring portal schema Correct configuration Files changed: /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/impl/PortalServiceImpl.java ( 605714 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/spring/SpringPortalService.java ( 605714 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/resources/= org/apache/cocoon/portal/cocoon-portal-components.xml ( 605714 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/resources/= org/apache/cocoon/portal/portal.roles ( 605714 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/resources/= org/apache/cocoon/portal/spring/schema/cocoon-portal-1.0.xsd ( 605714 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/config/avalon/cocoon-portal-sample.xconf ( 605714 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/config/spring/cocoon-portal-sample-components.xml ( 605714 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/config/spring/coplet-types.xml ( 605714 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/config/spring/layout-types.xml ( 605714 ) Changed: cziegeler @ Wed 19 Dec 2007 22:26:51 -0800 Comment: Further cleanup and fix castor mapping. Files changed: /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/deployment/DeploymentManager.java ( 605813 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/util/SessionMapWrapper.java ( 605813 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/resources/= org/apache/cocoon/portal/persistence/castor/layout.xml ( 605813 ) Changed: vgritsenko @ Thu 20 Dec 2007 07:03:43 -0800 Comment: cleanup StringTemplateParser interface a bit Files changed: /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= api/src/main/java/org/apache/cocoon/el/parsing/StringTemplateParser.java ( = 605955 ) /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/src/main/java/org/apache/cocoon/el/impl/parsing/LegacyStringTemplatePa= rser.java ( 605955 ) /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/src/main/java/org/apache/cocoon/template/expression/AbstractStringTemp= lateParser.java ( 605955 ) /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/src/main/java/org/apache/cocoon/template/expression/DefaultStringTempl= ateParser.java ( 605955 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/treeprocessor/variables/LegacySitemapStringTemplate= Parser.java ( 605955 ) Changed: vgritsenko @ Thu 20 Dec 2007 07:13:11 -0800 Comment: cleanup Files changed: /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= api/src/main/java/org/apache/cocoon/el/Expression.java ( 605958 ) /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/src/main/java/org/apache/cocoon/template/expression/JXTExpression.java= ( 605958 ) Changed: vgritsenko @ Thu 20 Dec 2007 07:15:35 -0800 Comment: add FIXME Files changed: /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/src/main/java/org/apache/cocoon/template/expression/JXTExpression.java= ( 605961 ) Changed: vgritsenko @ Thu 20 Dec 2007 19:41:40 -0800 Comment: indent Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-sample/s= rc/main/resources/META-INF/cocoon/spring/cocoon-servlet-service-demo1-servl= etService.xml ( 606091 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-sample/s= rc/main/resources/META-INF/cocoon/spring/cocoon-servlet-service-sample-serv= letService1.xml ( 606091 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-sample/s= rc/main/resources/META-INF/cocoon/spring/cocoon-servlet-service-sample-serv= letService3.xml ( 606091 ) Changed: vgritsenko @ Thu 20 Dec 2007 19:47:42 -0800 Comment: duplicate property Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/resources/= org/apache/cocoon/components/flow/mbean.properties ( 606092 ) Changed: vgritsenko @ Fri 21 Dec 2007 03:24:42 -0800 Comment: fix code to match description Files changed: /cocoon/trunk/core/cocoon-core/src/main/resources/META-INF/cocoon/propert= ies/core.properties ( 606161 ) Changed: vgritsenko @ Fri 21 Dec 2007 03:39:45 -0800 Comment: remove unused method Files changed: /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/servlet/Re= questProcessor.java ( 606165 ) Changed: vgritsenko @ Fri 21 Dec 2007 04:27:53 -0800 Comment: "Remove the protocol and the first '/'" - do as comment says Files changed: /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/components/source/impl/ContextSourceFactory.java ( 606= 174 ) Changed: vgritsenko @ Fri 21 Dec 2007 04:29:05 -0800 Comment: describe check-reload attribute Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/resources/= META-INF/cocoon/avalon/cocoon-core-sitemap.xconf ( 606175 ) Changed: vgritsenko @ Fri 21 Dec 2007 05:27:24 -0800 Comment: sitemap path, reload check, and pass through parameters are config= urable via servlet init parameters Files changed: /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/sitemap/Si= temapServlet.java ( 606191 ) Changed: vgritsenko @ Fri 21 Dec 2007 05:59:38 -0800 Comment: fix changes Files changed: /cocoon/trunk/core/cocoon-configuration/cocoon-configuration-api/src/chan= ges/changes.xml ( 606202 ) Changed: vgritsenko @ Fri 21 Dec 2007 06:17:33 -0800 Comment: one getAttribute call is enough Files changed: /cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/src/ma= in/java/org/apache/cocoon/spring/configurator/WebAppContextUtils.java ( 606= 207 ) Changed: vgritsenko @ Fri 21 Dec 2007 06:55:53 -0800 Comment: fix @year@, @version@ Files changed: /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/COB-INF/blocks/dynamic-page2html.xsl ( 606211 ) /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/COB-INF/common/style/xsl/html/complex-page2html.xsl ( 6062= 11 ) /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/COB-INF/common/style/xsl/html/simple-page2html.xsl ( 60621= 1 ) /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/COB-INF/common/style/xsl/html/simple-samples2html.xsl ( 60= 6211 ) /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/COB-INF/sitemap.xmap ( 606211 ) Changed: vgritsenko @ Fri 21 Dec 2007 06:57:11 -0800 Comment: fix svn properties Files changed: /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/po= m.xml ( 606212 ) /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/changes/changes.xml ( 606212 ) /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/COB-INF/blocks/dynamic-page2html.xsl ( 606212 ) /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/COB-INF/common/style/xsl/html/adding-header.xsl ( 606212 ) /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/COB-INF/common/style/xsl/html/complex-page2html.xsl ( 6062= 12 ) /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/COB-INF/common/style/xsl/html/simple-page2html.xsl ( 60621= 2 ) /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/COB-INF/common/style/xsl/html/simple-samples2html.xsl ( 60= 6212 ) /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/COB-INF/sitemap.xmap ( 606212 ) /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/COB-INF/stylesheets/system/directory2html.xslt ( 606212 ) /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/COB-INF/stylesheets/system/error2html.xslt ( 606212 ) /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/COB-INF/stylesheets/system/exception2html.xslt ( 606212 ) /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/COB-INF/stylesheets/system/linkstatus2html.xslt ( 606212 ) /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/COB-INF/stylesheets/system/sitemap2html.xslt ( 606212 ) /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/COB-INF/stylesheets/system/status2html.xslt ( 606212 ) /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/COB-INF/stylesheets/system/xml2html.xslt ( 606212 ) Changed: vgritsenko @ Fri 21 Dec 2007 06:59:27 -0800 Comment: get rid of 'CVS' Files changed: /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/COB-INF/stylesheets/system/directory2html.xslt ( 606214 ) /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/COB-INF/stylesheets/system/error2html.xslt ( 606214 ) /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/COB-INF/stylesheets/system/exception2html.xslt ( 606214 ) /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/COB-INF/stylesheets/system/linkstatus2html.xslt ( 606214 ) /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/COB-INF/stylesheets/system/sitemap2html.xslt ( 606214 ) /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/COB-INF/stylesheets/system/status2html.xslt ( 606214 ) /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/COB-INF/stylesheets/system/xml2html.xslt ( 606214 ) Changed: vgritsenko @ Fri 21 Dec 2007 12:43:21 -0800 Comment: Remove rewriting of samples links. This does not work in blocks environment anyway: links would be re-written = relative to the current block (cocoon-samples-style-default) which is clearly not a desired= effect. Files changed: /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/COB-INF/common/style/xsl/html/simple-samples2html.xsl ( 60= 6303 ) Changed: vgritsenko @ Fri 21 Dec 2007 12:45:25 -0800 Comment: simple-page has no <document> element Files changed: /cocoon/trunk/blocks/cocoon-welcome/src/main/resources/COB-INF/welcome.xm= l ( 606304 ) Changed: vgritsenko @ Fri 21 Dec 2007 12:45:54 -0800 Comment: switch to service Files changed: /cocoon/trunk/blocks/cocoon-welcome/src/main/resources/COB-INF/samples/pr= epare-samples.xsl ( 606306 ) /cocoon/trunk/blocks/cocoon-welcome/src/main/resources/COB-INF/samples/si= temap.xmap ( 606306 ) Changed: vgritsenko @ Fri 21 Dec 2007 12:50:55 -0800 Comment: sitemap cleanup Files changed: /cocoon/trunk/blocks/cocoon-welcome/src/main/resources/COB-INF/sitemap.xm= ap ( 606308 ) Changed: vgritsenko @ Fri 21 Dec 2007 12:53:52 -0800 Comment: cleanup Files changed: /cocoon/trunk/blocks/cocoon-welcome/src/main/resources/COB-INF/samples/si= temap.xmap ( 606313 ) /cocoon/trunk/blocks/cocoon-welcome/src/main/resources/COB-INF/sitemap.xm= ap ( 606313 ) /cocoon/trunk/blocks/cocoon-welcome/src/main/resources/COB-INF/stylesheet= s/simple-samples2html.xsl ( 606313 ) Changed: vgritsenko @ Fri 21 Dec 2007 13:15:41 -0800 Comment: remove resource matches, comments Files changed: /cocoon/trunk/blocks/cocoon-welcome/src/main/resources/COB-INF/sitemap.xm= ap ( 606319 ) Changed: vgritsenko @ Fri 21 Dec 2007 13:23:00 -0800 Comment: link to sitemap, comments Files changed: /cocoon/trunk/blocks/cocoon-welcome/src/main/resources/COB-INF/samples/pr= epare-samples.xsl ( 606321 ) /cocoon/trunk/blocks/cocoon-welcome/src/main/resources/COB-INF/samples/si= temap.xmap ( 606321 ) Changed: vgritsenko @ Fri 21 Dec 2007 13:33:51 -0800 Comment: using copy in cocoon-samples-style-default Files changed: /cocoon/trunk/blocks/cocoon-welcome/src/main/resources/COB-INF/sitemap.xm= ap ( 606325 ) /cocoon/trunk/blocks/cocoon-welcome/src/main/resources/COB-INF/stylesheet= s ( 606325 ) Changed: vgritsenko @ Fri 21 Dec 2007 13:34:42 -0800 Comment: in blocks mode realpath is null, so check if it exists Files changed: /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/COB-INF/stylesheets/system/exception2html.xslt ( 606326 ) Changed: vgritsenko @ Fri 21 Dec 2007 20:16:26 -0800 Comment: fix change log file Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts/src/changes/changes.xml ( 606390 ) Changed: vgritsenko @ Fri 21 Dec 2007 20:18:34 -0800 Comment: ServletServiceSerializer was copying unicode (see /catalog and /i1= 8n samples) character data into output stream using platform encoding (ISO-8859-1), and crashing hard = after that (duh!). Quick fix - convert data into UTF-8. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts/src/main/java/org/apache/cocoon/servletservice/postable/components/Servl= etServiceSerializer.java ( 606391 ) Changed: vgritsenko @ Fri 21 Dec 2007 20:22:38 -0800 Comment: Switch /catalog, /i18n to servletServices. Cleanup. Files changed: /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/= resources/COB-INF/aggregation/sitemap.xmap ( 606392 ) /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/= resources/COB-INF/catalog/catalog-demo.xml ( 606392 ) /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/= resources/COB-INF/catalog/sitemap.xmap ( 606392 ) /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/= resources/COB-INF/catalog/style.xsl ( 606392 ) /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/= resources/COB-INF/components/sitemap.xmap ( 606392 ) /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/= resources/COB-INF/flow/prefs/sitemap.xmap ( 606392 ) /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/= resources/COB-INF/flow/test/sitemap.xmap ( 606392 ) /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/= resources/COB-INF/i18n/sitemap.xmap ( 606392 ) /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/= resources/COB-INF/modules/sitemap.xmap ( 606392 ) /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/= resources/COB-INF/sitemap.xmap ( 606392 ) Changed: vgritsenko @ Fri 21 Dec 2007 20:27:09 -0800 Comment: fix url to documentation. seems like this file exists only for 2.1. Files changed: /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/= resources/COB-INF/catalog/samples.xml ( 606393 ) Changed: vgritsenko @ Sat 22 Dec 2007 20:18:35 -0800 Comment: remove dead code Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/components/source/impl/SitemapSource.java ( 606534 ) Changed: vgritsenko @ Sat 22 Dec 2007 21:44:54 -0800 Comment: simplify Files changed: /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/java/org= /apache/cocoon/components/pipeline/AbstractProcessingPipeline.java ( 606540= ) Changed: vgritsenko @ Sat 22 Dec 2007 21:46:20 -0800 Comment: cleanup Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/treeprocessor/AbstractParentProcessingNode.java ( 6= 06541 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/treeprocessor/SimpleParentProcessingNode.java ( 606= 541 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/treeprocessor/sitemap/MountNode.java ( 606541 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/treeprocessor/sitemap/PipelineNode.java ( 606541 ) Changed: vgritsenko @ Sat 22 Dec 2007 21:48:25 -0800 Comment: Fix bug in processing internal errors. Once errorContext is filled= in with built processing pipeline details, propagate this information into current invocation context. Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/treeprocessor/InvokeContext.java ( 606542 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/treeprocessor/sitemap/ErrorHandlerHelper.java ( 606= 542 ) Changed: vgritsenko @ Sun 23 Dec 2007 16:40:25 -0800 Comment: cleanup couple of bloopers Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/environment/wrapper/EnvironmentWrapper.java ( 606645 ) Changed: vgritsenko @ Sun 23 Dec 2007 16:47:21 -0800 Comment: Pipelines node does not need manager anymore (only to pass to erro= r handler). Pipelines node should not touch context manager, it is set by tree processo= r itself. Mount node does not do anything with service manager anymore. Cleanup error handler helper. Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/src/main/java/org/ap= ache/cocoon/Processor.java ( 606646 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/treeprocessor/InvokeContext.java ( 606646 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/treeprocessor/sitemap/ErrorHandlerHelper.java ( 606= 646 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/treeprocessor/sitemap/MountNode.java ( 606646 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/treeprocessor/sitemap/PipelinesNode.java ( 606646 ) Changed: vgritsenko @ Sun 23 Dec 2007 17:21:51 -0800 Comment: Get rid of InternalPipelineDescription.pipelineSelector. Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/src/main/java/org/ap= ache/cocoon/Processor.java ( 606651 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/components/source/impl/SitemapSource.java ( 606651 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/treeprocessor/InvokeContext.java ( 606651 ) Changed: gkossakowski @ Sun 23 Dec 2007 17:39:33 -0800 Comment: Fix archetypes by pointing out to the renamed file called now "blo= ckServlet.xml". Files changed: /cocoon/trunk/tools/archetypes/cocoon-22-archetype-block/src/main/resourc= es/META-INF/archetype.xml ( 606654 ) /cocoon/trunk/tools/archetypes/cocoon-22-archetype-block-plain/src/main/r= esources/META-INF/archetype.xml ( 606654 ) Changed: cziegeler @ Tue 25 Dec 2007 10:12:05 -0800 Comment: Hopefully fix lookup of per sitemap input modules by defining the = relevant beans as per sitemap components inside the sitemap creation. Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/core/container/spring/avalon/SitemapElementParser.java ( 60679= 6 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/resources/= META-INF/cocoon/spring/LegacySitemapStringTemplateParser.xml ( 606796 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/resources/= META-INF/cocoon/spring/StringTemplateParserVariableResolver.xml ( 606796 ) Changed: cziegeler @ Wed 26 Dec 2007 01:53:54 -0800 Comment: Readd accidentally deleted schema. Files changed: /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/resources/= org/apache/cocoon/portal/spring/schema/cocoon-portal-1.0.xsd ( 606871 ) Changed: cziegeler @ Wed 26 Dec 2007 02:12:29 -0800 Comment: Uncomment cforms stylesheet for now as it doesn't work the old way= anymore. Files changed: /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/sitemap.xmap ( 606875 ) Changed: cziegeler @ Wed 26 Dec 2007 11:05:01 -0800 Comment: Rename PortalServiceImpl to AbstractPortalService and move into se= rvices/impl package. Files changed: /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/impl ( 606937 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/services/impl/AbstractPortalService.java ( 606937 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/spring/SpringPortalService.java ( 606937 ) Changed: gkossakowski @ Wed 26 Dec 2007 11:24:10 -0800 Comment: Added references to the issue (COCOON-2155) used for tracking prob= lem with parsing of XML when test-cases are executed. Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/test/java/org/apa= che/cocoon/forms/datatype/FlowJXPathSelectionListTestCase.java ( 606938 ) Changed: gkossakowski @ Wed 26 Dec 2007 11:51:41 -0800 Comment: Enabled all test-cases of Forms that were excluded for various rea= sons. Configuration of test-cases has been adjusted to the springified Form= s which is the first step to make test-cases independent from our testing a= rchitecture ([Cocoon/Container]TestCase class) that is very heavy-weight. This commit incorporates work-around invented by Joerg for COCOON-2155. It fixes COCOON-1688. Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/pom.xml ( 606939 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/test/java/org/apa= che/cocoon/forms/datatype/AbstractSelectionListTestCase.java ( 606939 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/test/java/org/apa= che/cocoon/forms/datatype/DynamicSelectionListTestCase.java ( 606939 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/test/java/org/apa= che/cocoon/forms/datatype/EnumSelectionListTestCase.java ( 606939 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/test/java/org/apa= che/cocoon/forms/formmodel/FieldTestCase.java ( 606939 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/test/java/org/apa= che/cocoon/forms/formmodel/GroupTestCase.java ( 606939 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/test/resources/or= g/apache/cocoon/forms/datatype/DynamicSelectionListTestCase.spring.xml ( 60= 6939 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/test/resources/or= g/apache/cocoon/forms/datatype/DynamicSelectionListTestCase.xtest ( 606939 = ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/test/resources/or= g/apache/cocoon/forms/datatype/EnumSelectionListTestCase.spring.xml ( 60693= 9 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/test/resources/or= g/apache/cocoon/forms/datatype/EnumSelectionListTestCase.xtest ( 606939 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/test/resources/or= g/apache/cocoon/forms/formmodel/FieldTestCase.spring.xml ( 606939 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/test/resources/or= g/apache/cocoon/forms/formmodel/FieldTestCase.xtest ( 606939 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/test/resources/or= g/apache/cocoon/forms/formmodel/GroupTestCase.spring.xml ( 606939 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/test/resources/or= g/apache/cocoon/forms/formmodel/GroupTestCase.xtest ( 606939 ) Changed: gkossakowski @ Wed 26 Dec 2007 12:02:49 -0800 Comment: Set correct location of parent POM file. Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml ( 606940 ) Changed: vgritsenko @ Thu 27 Dec 2007 06:12:27 -0800 Comment: Deprecate Constants.NOTIFYING_OBJECT and NotifyingGenerator Files changed: /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sitemap/src/main/java/or= g/apache/cocoon/portal/coplet/adapter/impl/CocoonCopletAdapter.java ( 60707= 3 ) /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/sitemap/No= tifyingGenerator.java ( 607073 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/src/main/java/org/= apache/cocoon/Constants.java ( 607073 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/treeprocessor/sitemap/ErrorHandlerHelper.java ( 607= 073 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/treeprocessor/sitemap/HandleErrorsNode.java ( 60707= 3 ) Changed: vgritsenko @ Thu 27 Dec 2007 17:32:07 -0800 Comment: <action dev=3D"vgritsenko" type=3D"remove"> Remove support for Cocoon 2.0 error handlers, &lt;map:handle-errors= type=3D"500"&gt;, which were deprecated since Cocoon 2.1m1. </action> Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/changes/changes= .xml ( 607152 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/treeprocessor/sitemap/ErrorHandlerHelper.java ( 607= 152 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/treeprocessor/sitemap/HandleErrorsNode.java ( 60715= 2 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/treeprocessor/sitemap/HandleErrorsNodeBuilder.java = ( 607152 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/treeprocessor/sitemap/PipelineNode.java ( 607152 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/treeprocessor/sitemap/PipelineNodeBuilder.java ( 60= 7152 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/treeprocessor/sitemap/PipelinesNode.java ( 607152 ) Changed: gkossakowski @ Fri 28 Dec 2007 04:31:31 -0800 Comment: Fix path of parent pom. Files changed: /cocoon/trunk/tools/cocoon-maven-reports/pom.xml ( 607223 ) Changed: vgritsenko @ Fri 28 Dec 2007 21:36:16 -0800 Comment: fixing javadocs Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/acting/ClearCacheAction.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/acting/ClearPersistentStoreAction.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/acting/FormValidatorAction.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/acting/HelloAction.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/acting/HttpCacheAction.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/acting/HttpHeaderAction.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/acting/InputModuleAction.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/acting/LogAction.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/acting/PropagatorAction.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/acting/RequestParamAction.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/acting/RequestParameterExistsAction.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/acting/ResourceExistsAction.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/acting/SessionInvalidatorAction.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/acting/SessionIsValidAction.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/acting/SessionPropagatorAction.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/acting/SessionStateAction.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/acting/SessionValidatorAction.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/acting/SetCharacterEncodingAction.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/acting/SetterAction.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/matching/CookieMatcher.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/matching/HeaderMatcher.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/matching/MountTableMatcher.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/matching/ParameterMatcher.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/matching/RegexpHeaderMatcher.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/matching/RegexpHostMatcher.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/matching/RegexpParameterMatcher.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/matching/RegexpRequestAttributeMatcher.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/matching/RegexpRequestParameterMatcher.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/matching/RegexpSessionAttributeMatcher.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/matching/RegexpURIMatcher.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/matching/RequestAttributeMatcher.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/matching/RequestParameterMatcher.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/matching/SessionAttributeMatcher.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/matching/WildcardHeaderMatcher.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/matching/WildcardHostMatcher.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/matching/WildcardParameterMatcher.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/matching/WildcardRequestAttributeMatcher.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/matching/WildcardRequestParameterMatcher.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/matching/WildcardSessionAttributeMatcher.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/matching/WildcardURIMatcher.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/matching/modular/CachingRegexpMatcher.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/matching/modular/CachingWildcardMatcher.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/matching/modular/WildcardMatcher.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/selection/BrowserSelector.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/selection/CookieSelector.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/selection/ExceptionSelector.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/selection/HeaderSelector.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/selection/HostSelector.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/selection/ParameterSelector.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/selection/RegexpHeaderSelector.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/selection/RegexpRequestParameterSelector.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/selection/RequestAttributeSelector.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/selection/RequestMethodSelector.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/selection/RequestParameterSelector.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/selection/ResourceExistsSelector.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/selection/SessionAttributeSelector.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/selection/SimpleSelector.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/selection/XPathExceptionSelector.java ( 607378 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/sitemap/DefaultContentAggregator.java ( 607378 ) Changed: vgritsenko @ Fri 28 Dec 2007 21:36:49 -0800 Comment: fixing javadocs Files changed: /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/generation/CSVGeneratorBean.java ( 607379 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/generation/ExceptionGenerator.java ( 607379 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/generation/FragmentExtractorGenerator.java ( 607379 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/generation/TraversableGenerator.java ( 607379 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/generation/XPathTraversableGenerator.java ( 607379 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/reading/ImageReader.java ( 607379 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/reading/ResourceReader.java ( 607379 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/serialization/TextSerializer.java ( 607379 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/serialization/ZipArchiveSerializer.java ( 607379 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/transformation/FragmentExtractorTransformer.java ( 607= 379 ) Changed: vgritsenko @ Fri 28 Dec 2007 21:39:06 -0800 Comment: fixing javadocs Files changed: /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/acting/Cop= ySourceAction.java ( 607380 ) /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/acting/Loc= aleAction.java ( 607380 ) /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/matching/L= ocaleMatcher.java ( 607380 ) /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/sitemap/No= tifyingGenerator.java ( 607380 ) /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/transforma= tion/helpers/PreemptiveLoaderAction.java ( 607380 ) /cocoon/trunk/core/cocoon-core/src/test/java/org/apache/cocoon/generation= /PauseGenerator.java ( 607380 ) /cocoon/trunk/core/cocoon-core/src/test/java/org/apache/cocoon/generation= /PauseGeneratorBean.java ( 607380 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts/src/main/java/org/apache/cocoon/servletservice/components/LinkRewriterRe= ader.java ( 607380 ) Changed: vgritsenko @ Fri 28 Dec 2007 21:42:58 -0800 Comment: fixing javadocs Files changed: /cocoon/trunk/blocks/cocoon-ajax/cocoon-ajax-impl/src/main/java/org/apach= e/cocoon/ajax/AjaxRequestMatcher.java ( 607381 ) /cocoon/trunk/blocks/cocoon-ajax/cocoon-ajax-impl/src/main/java/org/apach= e/cocoon/ajax/AjaxRequestSelector.java ( 607381 ) /cocoon/trunk/blocks/cocoon-ajax/cocoon-ajax-impl/src/main/java/org/apach= e/cocoon/ajax/BrowserUpdateTransformer.java ( 607381 ) /cocoon/trunk/blocks/cocoon-ajax/cocoon-ajax-impl/src/main/java/org/apach= e/cocoon/ajax/GetContinuationAction.java ( 607381 ) /cocoon/trunk/blocks/cocoon-auth/cocoon-auth-impl/src/main/java/org/apach= e/cocoon/auth/acting/LoggedInAction.java ( 607381 ) /cocoon/trunk/blocks/cocoon-auth/cocoon-auth-impl/src/main/java/org/apach= e/cocoon/auth/acting/LoginAction.java ( 607381 ) /cocoon/trunk/blocks/cocoon-auth/cocoon-auth-impl/src/main/java/org/apach= e/cocoon/auth/acting/LogoutAction.java ( 607381 ) /cocoon/trunk/blocks/cocoon-batik/cocoon-batik-impl/src/main/java/org/apa= che/cocoon/serialization/SVGSerializer.java ( 607381 ) /cocoon/trunk/blocks/cocoon-captcha/cocoon-captcha-impl/src/main/java/org= /apache/cocoon/reading/CaptchaReader.java ( 607381 ) /cocoon/trunk/blocks/cocoon-html/cocoon-html-impl/src/main/java/org/apach= e/cocoon/transformation/CleanupTransformer.java ( 607381 ) /cocoon/trunk/blocks/cocoon-html/cocoon-html-impl/src/main/java/org/apach= e/cocoon/transformation/HTMLTransformer.java ( 607381 ) /cocoon/trunk/blocks/cocoon-html/cocoon-html-impl/src/main/java/org/apach= e/cocoon/transformation/NekoHTMLTransformer.java ( 607381 ) /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/src/main/java/org= /apache/cocoon/reading/imageop/ImageOpReader.java ( 607381 ) /cocoon/trunk/blocks/cocoon-linkrewriter/cocoon-linkrewriter-impl/src/mai= n/java/org/apache/cocoon/transformation/LinkRewriterTransformer.java ( 6073= 81 ) /cocoon/trunk/blocks/cocoon-linkrewriter/cocoon-linkrewriter-impl/src/mai= n/java/org/apache/cocoon/transformation/VariableRewriterTransformer.java ( = 607381 ) /cocoon/trunk/blocks/cocoon-mail/cocoon-mail-impl/src/main/java/org/apach= e/cocoon/acting/Sendmail.java ( 607381 ) /cocoon/trunk/blocks/cocoon-mail/cocoon-mail-impl/src/main/java/org/apach= e/cocoon/acting/SendmailAction.java ( 607381 ) /cocoon/trunk/blocks/cocoon-mail/cocoon-mail-impl/src/main/java/org/apach= e/cocoon/generation/IMAPGenerator.java ( 607381 ) /cocoon/trunk/blocks/cocoon-mail/cocoon-mail-impl/src/main/java/org/apach= e/cocoon/mail/MailAction.java ( 607381 ) /cocoon/trunk/blocks/cocoon-mail/cocoon-mail-impl/src/main/java/org/apach= e/cocoon/mail/transformation/SendMailTransformer.java ( 607381 ) /cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/src/main/java/o= rg/apache/cocoon/template/JXTemplateTransformer.java ( 607381 ) /cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/src/main/java/o= rg/apache/cocoon/template/TransformerAdapter.java ( 607381 ) Changed: reinhard @ Mon 31 Dec 2007 03:02:53 -0800 Comment: COCOON-1831 Pass data from the parent request to the child request= . This time session handling is also included and lookup of enumerations is= fixed (mostly based on Rice's patch). Before closing this issue I will change the code to use the parent request = only instead of iterating the whole call stack to lookup values Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletservice/util/BlockCallHttpServletReques= t.java ( 607723 ) Changed: joerg @ Mon 31 Dec 2007 06:52:21 -0800 Comment: let's see if this fixes the NPE (http://marc.info/?l=3Dxml-cocoon-= dev&m=3D119910888817794&w=3D4) Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/test/java/org/apa= che/cocoon/forms/datatype/FlowJXPathSelectionListTestCase.java ( 607736 ) Changed: joerg @ Mon 31 Dec 2007 07:22:35 -0800 Comment: COCOON-2048: add workaround for "This method is not supported by t= his color model" exception Files changed: /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/src/main/java/org= /apache/cocoon/reading/imageop/ImageOpReader.java ( 607739 ) Changed: joerg @ Mon 31 Dec 2007 08:18:01 -0800 Comment: fix NPE in Xalan's TransformerIdentityImpl.flushStartDoc(..) due t= o missing startDocument() event (http://marc.info/?l=3Dxml-cocoon-dev&m=3D1= 19910888817794&w=3D4) Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/test/java/org/apa= che/cocoon/forms/datatype/DynamicSelectionListTestCase.java ( 607747 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/test/java/org/apa= che/cocoon/forms/datatype/EnumSelectionListTestCase.java ( 607747 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/test/java/org/apa= che/cocoon/forms/datatype/FlowJXPathSelectionListTestCase.java ( 607747 ) Changed: joerg @ Mon 31 Dec 2007 09:16:08 -0800 Comment: fix NPE in Xalan's TransformerIdentityImpl.flushStartDoc(..) due t= o missing startDocument() event (http://marc.info/?l=3Dxml-cocoon-dev&m=3D1= 19910888817794&w=3D4) Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/datatype/DynamicSelectionList.java ( 607755 ) Changed: gkossakowski @ Tue 1 Jan 2008 14:53:27 -0800 Comment: Add plug-in configuration for documentation publishing of expressi= on language module. Files changed: /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/pom.xml ( 607937 ) Changed: gkossakowski @ Wed 2 Jan 2008 05:34:58 -0800 Comment: Fix database bridge docs generation. Files changed: /cocoon/trunk/parent/pom.xml ( 608103 ) Changed: joerg @ Wed 2 Jan 2008 17:41:18 -0800 Comment: COCOON-2052: Allow Ajax submission of forms with empty upload fiel= d. Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/or= g/apache/cocoon/forms/resources/js/AjaxForm.js ( 608305 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/status.xml ( 608305 ) Changed: joerg @ Wed 2 Jan 2008 18:28:20 -0800 Comment: cosmetics: one "central" constructor, others calling this(..); Files changed: /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/java/org= /apache/cocoon/xml/IncludeXMLConsumer.java ( 608309 ) Changed: joerg @ Wed 2 Jan 2008 18:29:29 -0800 Comment: COCOON-2149: Add capability to IncludeTransformer to strip the roo= t element from included XML content. Files changed: /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/transforma= tion/IncludeTransformer.java ( 608310 ) /cocoon/trunk/core/cocoon-core/status.xml ( 608310 ) Changed: joerg @ Wed 2 Jan 2008 19:50:11 -0800 Comment: instead of expecting value to be equal to literal true expect valu= e to be true :-) Files changed: /cocoon/trunk/core/cocoon-core/src/test/java/org/apache/cocoon/SitemapCom= ponentTestCase.java ( 608332 ) Changed: reinhard @ Fri 4 Jan 2008 06:33:08 -0800 Comment: configure cdocs-expression site Files changed: /cocoon/trunk/parent/pom.xml ( 608859 ) Changed: gkossakowski @ Sat 5 Jan 2008 11:54:32 -0800 Comment: *Finally* fix documentation publishing for EL module. Files changed: /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/pom.xml ( 609202 ) /cocoon/trunk/core/pom.xml ( 609202 ) Changed: gkossakowski @ Sat 5 Jan 2008 14:09:16 -0800 Comment: Fix typo (and documentation publishing as well). Files changed: /cocoon/trunk/parent/pom.xml ( 609228 ) Changed: rgoers @ Sun 6 Jan 2008 01:35:48 -0800 Comment: Created XPathXMLFileModule to fix problems with XMLFileModule. Add= ed getAttributeValue to JXPathHelper and changed all references to getAttri= bute to use it instead. Moved registration of VariableResolver to BridgeEle= mentParser from SitemapElementParser to make it available to all Avalon com= ponents (i.e. input modules). Files changed: /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/= resources/COB-INF/modules/a ( 609282 ) /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/= resources/COB-INF/modules/a/forrestconf.xml ( 609282 ) /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/= resources/COB-INF/modules/menu.xml ( 609282 ) /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/= resources/COB-INF/modules/sitemap.xmap ( 609282 ) /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/= resources/META-INF/cocoon/avalon/cocoon-core-main-sample-modules-input.xcon= f ( 609282 ) /cocoon/trunk/blocks/cocoon-taglib/cocoon-taglib-impl/src/main/java/org/a= pache/cocoon/jxpath/JXPathCocoonContexts.java ( 609282 ) /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/environmen= t/background/BackgroundRequest.java ( 609282 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/src/main/java/org/= apache/cocoon/environment/Request.java ( 609282 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/java/org= /apache/cocoon/environment/http/HttpRequest.java ( 609282 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/changes/c= hanges.xml ( 609282 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/components/modules/input/JXPathMetaModule.java ( 609282 = ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/components/modules/input/RequestAttributeModule.java ( 6= 09282 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/components/modules/input/XMLFileModule.java ( 609282 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/components/modules/input/XPathXMLFileModule.java ( 60928= 2 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/changes/changes= .xml ( 609282 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/modules/input/AbstractJXPathModule.java ( 609282 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/modules/input/JXPathHelper.java ( 609282 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/core/container/spring/avalon/BridgeElementParser.java ( 609282= ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/core/container/spring/avalon/SitemapElementParser.java ( 60928= 2 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/environment/wrapper/AbstractRequestWrapper.java ( 609282 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/environment/wrapper/RequestWrapper.java ( 609282 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/processing/impl/MockProcessInfoProvider.java ( 609282 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/test/java/org/a= pache/cocoon/environment/mock/MockRequest.java ( 609282 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/test/java/org/a= pache/cocoon/environment/mock/MockRequestAttributes.java ( 609282 ) /cocoon/trunk/core/cocoon-store/cocoon-store-impl/src/changes/changes.xml= ( 609282 ) /cocoon/trunk/core/cocoon-store/cocoon-store-impl/src/main/resources/META= -INF/cocoon/properties/cocoon-store-impl.properties ( 609282 ) /cocoon/trunk/core/cocoon-store/cocoon-store-impl/src/main/resources/META= -INF/cocoon/spring/cocoon-store-impl-xmlfile.xml ( 609282 ) Changed: cziegeler @ Mon 7 Jan 2008 11:19:31 -0800 Comment: Make test case compile again. Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/test/java/org/a= pache/cocoon/environment/mock/MockRequestAttributes.java ( 609745 ) Changed: cziegeler @ Mon 7 Jan 2008 11:29:18 -0800 Comment: Make test case compile again. Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/test/java/org/a= pache/cocoon/environment/mock/MockRequestAttributes.java ( 609750 ) Changed: cziegeler @ Mon 7 Jan 2008 12:12:58 -0800 Comment: Use property based security information instead of pipeline; remov= e obsolete stuff. Files changed: /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/config/spring/auth-cauth.xml ( 609767 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/config/wsrp-config.xml ( 609767 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/resources/bookmarks.xml ( 609767 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/resources/save-user-profile.xml ( 609767 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/resources/users.xml ( 609767 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/sitemap.xmap ( 609767 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/styles ( 609767 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/tools ( 609767 ) Changed: cziegeler @ Mon 7 Jan 2008 12:13:49 -0800 Comment: Add base path to request context. Files changed: /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-api/src/main/java/org/ap= ache/cocoon/portal/RequestContext.java ( 609768 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/event/Event.java ( 609768 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/profile/ProfileStore.java ( 609768 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sitemap/src/main/java/or= g/apache/cocoon/portal/sitemap/impl/CocoonRequestContextProvider.java ( 609= 768 ) Changed: cziegeler @ Tue 8 Jan 2008 12:57:55 -0800 Comment: Start moving castor support into own module to make the core clean= er and have less dependencies. Castor converter now uses static mapping. Files changed: /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-converter-castor ( 61014= 7 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-converter-castor/pom.xml= ( 610147 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-converter-castor/src ( 6= 10147 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-converter-castor/src/mai= n ( 610147 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-converter-castor/src/mai= n/java ( 610147 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-converter-castor/src/mai= n/java/org ( 610147 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-converter-castor/src/mai= n/java/org/apache ( 610147 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-converter-castor/src/mai= n/java/org/apache/cocoon ( 610147 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-converter-castor/src/mai= n/java/org/apache/cocoon/portal ( 610147 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-converter-castor/src/mai= n/java/org/apache/cocoon/portal/persistence ( 610147 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-converter-castor/src/mai= n/java/org/apache/cocoon/portal/persistence/castor ( 610147 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-converter-castor/src/mai= n/java/org/apache/cocoon/portal/persistence/castor/AttributesFieldHandler.j= ava ( 610147 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-converter-castor/src/mai= n/java/org/apache/cocoon/portal/persistence/castor/CastorSourceConverter.ja= va ( 610147 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-converter-castor/src/mai= n/java/org/apache/cocoon/portal/persistence/castor/CollectionWrapper.java (= 610147 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-converter-castor/src/mai= n/java/org/apache/cocoon/portal/persistence/castor/ParametersFieldHandler.j= ava ( 610147 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-converter-castor/src/mai= n/java/org/apache/cocoon/portal/persistence/castor/ReferenceFieldHandler.ja= va ( 610147 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/pom.xml ( 610147 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/persistence ( 610147 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/pom.xml ( 610147 = ) /cocoon/trunk/blocks/cocoon-portal/pom.xml ( 610147 ) Changed: rgoers @ Tue 8 Jan 2008 19:59:08 -0800 Comment: Use a more appropriate bean name for the VariableResolver. Have Br= idgeElementParser use PreparedVariableResolver to eleminate dependency on o= ther subprojects. SitemapElementParser reregisters the variable resolver wi= th the new one. Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/treeprocessor/variables/VariableResolver.java ( 610= 271 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/treeprocessor/variables/VariableResolverFactory.jav= a ( 610271 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/core/container/spring/avalon/BridgeElementParser.java ( 610271= ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/core/container/spring/avalon/SitemapElementParser.java ( 61027= 1 ) Changed: reinhard @ Wed 9 Jan 2008 01:33:04 -0800 Comment: add markmail.org archives Files changed: /cocoon/trunk/parent/pom.xml ( 610318 ) Changed: reinhard @ Wed 9 Jan 2008 07:46:46 -0800 Comment: congratulations, Arje! Files changed: /cocoon/trunk/parent/pom.xml ( 610424 ) Changed: gkossakowski @ Wed 9 Jan 2008 11:40:52 -0800 Comment: There is no point in skipping tests anymore. Files changed: /cocoon/trunk/README.txt ( 610524 ) Changed: gkossakowski @ Wed 9 Jan 2008 11:42:43 -0800 Comment: Documentation is published even for unreleased blocks. Properties = defining documentation location must be uncommented. Files changed: /cocoon/trunk/parent/pom.xml ( 610528 ) Changed: gkossakowski @ Wed 9 Jan 2008 12:19:15 -0800 Comment: Added read() method to the SitemapComponentTestCase that can be us= ed for testing Reader(s). Files changed: /cocoon/trunk/core/cocoon-core/src/test/java/org/apache/cocoon/SitemapCom= ponentTestCase.java ( 610545 ) Changed: gkossakowski @ Wed 9 Jan 2008 12:33:57 -0800 Comment: Added test case for ImageOpReader testing if reader does not modif= y image content when no operations are set. Files changed: /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/pom.xml ( 610549 = ) /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/src/test ( 610549= ) /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/src/test/java ( 6= 10549 ) /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/src/test/java/org= ( 610549 ) /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/src/test/java/org= /apache ( 610549 ) /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/src/test/java/org= /apache/cocoon ( 610549 ) /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/src/test/java/org= /apache/cocoon/reading ( 610549 ) /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/src/test/java/org= /apache/cocoon/reading/imageop ( 610549 ) /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/src/test/java/org= /apache/cocoon/reading/imageop/ImageOpReaderTestCase.java ( 610549 ) /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/src/test/resource= s ( 610549 ) /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/src/test/resource= s/org ( 610549 ) /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/src/test/resource= s/org/apache ( 610549 ) /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/src/test/resource= s/org/apache/cocoon ( 610549 ) /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/src/test/resource= s/org/apache/cocoon/reading ( 610549 ) /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/src/test/resource= s/org/apache/cocoon/reading/imageop ( 610549 ) /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/src/test/resource= s/org/apache/cocoon/reading/imageop/4x2.jpg ( 610549 ) /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/src/test/resource= s/org/apache/cocoon/reading/imageop/ImageOpReaderTestCase.xtest ( 610549 ) Changed: gkossakowski @ Wed 9 Jan 2008 13:12:34 -0800 Comment: <action dev=3D"gkossakowski" type=3D"add" issue=3D"COCOON-2133" du= e-to=3D"Robin Wyles" due-to-email=3D"[email protected]"> Addition of "allow-enlarge" parameter to ImageOp resize operation. Many t= hanks to Robin Wyles for providing test-cases covering added functionality. </action> Files changed: /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/src/changes/chang= es.xml ( 610567 ) /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/src/main/java/org= /apache/cocoon/reading/imageop/ResizeOperation.java ( 610567 ) /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/src/test/java/org= /apache/cocoon/reading/imageop/ImageOpReaderTestCase.java ( 610567 ) /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/src/test/resource= s/org/apache/cocoon/reading/imageop/ImageOpReaderTestCase.xtest ( 610567 ) Changed: gkossakowski @ Wed 9 Jan 2008 13:32:56 -0800 Comment: Bridge should look up for Spring beans named as Avalon DataSources= . Thanks to Peter Wyngaard for pointing this out. Files changed: /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-bridge/src/main/re= sources/META-INF/cocoon/spring/SpringToAvalonDataSourceBridge.xml ( 610575 = ) Changed: cziegeler @ Thu 10 Jan 2008 23:59:53 -0800 Comment: Update to Spring 2.5.1. Files changed: /cocoon/trunk/parent/pom.xml ( 611096 ) Changed: gkossakowski @ Fri 11 Jan 2008 09:56:46 -0800 Comment: There should not be any FIXME comment anymore. Files changed: /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-bridge/src/main/re= sources/META-INF/cocoon/spring/SpringToAvalonDataSourceBridge.xml ( 611245 = ) Changed: cziegeler @ Fri 11 Jan 2008 10:27:17 -0800 Comment: Issue COCOON-2159: User object created in PipelineSecurityHandler = is missing additional data=20 https://issues.apache.org/jira/browse/COCOON-2159 Files changed: /cocoon/trunk/blocks/cocoon-auth/cocoon-auth-impl/src/main/java/org/apach= e/cocoon/auth/impl/PipelineSecurityHandler.java ( 611252 ) Changed: gkossakowski @ Fri 11 Jan 2008 13:30:20 -0800 Comment: Moved definition of Apache snapshot repository to the cocoon-core-= additional-sample module where it is really needed. Files changed: /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-additional-sample/pom= .xml ( 611306 ) /cocoon/trunk/core/cocoon-core/pom.xml ( 611306 ) /cocoon/trunk/core/cocoon-webapp/pom.xml ( 611306 ) Changed: gkossakowski @ Sat 12 Jan 2008 02:19:04 -0800 Comment: This time, it's really moved to the right place. Files changed: /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-additional-sample/pom= .xml ( 611394 ) /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/pom.xml (= 611394 ) Changed: gkossakowski @ Sat 12 Jan 2008 09:57:47 -0800 Comment: cocoon-databases-impl must depend on cocoon-databases-bridge modul= e because it provides replacement forstandard DataSourceComponentSelector. Files changed: /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-impl/pom.xml ( 611= 446 ) /cocoon/trunk/parent/pom.xml ( 611446 ) Changed: joerg @ Sat 12 Jan 2008 18:20:05 -0800 Comment: @due-to gets transformed to "Thanks to {.}.", so no need to add th= e name into the text Files changed: /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/src/changes/chang= es.xml ( 611525 ) Changed: gkossakowski @ Sun 13 Jan 2008 04:36:34 -0800 Comment: <action dev=3D"gkossakowski" type=3D"add" issue=3DCOCOON-2036" due= -to=3D"Alexander Klimetschek" due-to-email=3D"alexander.klimetschek@googlem= ail.com"> Throw an exception when circular dependencies in servlet connections are = detected. </action> Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /changes/changes.xml ( 611562 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletservice/spring/ServletFactoryBean.java = ( 611562 ) Changed: gkossakowski @ Sun 13 Jan 2008 04:39:40 -0800 Comment: Typos, wrong version number. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /changes/changes.xml ( 611565 ) Changed: gkossakowski @ Sun 13 Jan 2008 07:03:03 -0800 Comment: cocoon-servlet-service-impl depends on cocoon-spring-configurator = at runtime, see /src/main/resources/META-INF/cocoon/spring/cocoon-servlet-s= ervice-block-servlet-map.xml file for details. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/pom= .xml ( 611580 ) Changed: gkossakowski @ Sun 13 Jan 2008 09:04:01 -0800 Comment: Done some clean up and added additional checks if response is bein= g committed and how it is handled by ServletServiceContext class. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /test/java/org/apache/cocoon/servletservice/ServletServiceContextTestCase.j= ava ( 611596 ) Changed: reinhard @ Sun 13 Jan 2008 23:52:59 -0800 Comment: revert last commit (r555201) which introduces ClassDefNotFoundErro= rs Files changed: /cocoon/trunk/tools/cocoon-maven-plugin/pom.xml ( 611731 ) Changed: reinhard @ Sun 13 Jan 2008 23:53:04 -0800 Comment: revert last commit (r555201) which introduces ClassDefNotFoundErro= rs Files changed: /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-webapp-wrapper/pom.xml ( 611732= ) Changed: reinhard @ Mon 14 Jan 2008 01:45:07 -0800 Comment: enable integration tests for trunk: use the 'it'profile for that p= urpose (mvn install -P it) Files changed: /cocoon/trunk/core/cocoon-webapp/pom.xml ( 611748 ) /cocoon/trunk/core/cocoon-webapp/src/test ( 611748 ) /cocoon/trunk/core/cocoon-webapp/src/test/java ( 611748 ) /cocoon/trunk/core/cocoon-webapp/src/test/java/org ( 611748 ) /cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache ( 611748 ) /cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon ( 611748= ) /cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon/it ( 611= 748 ) /cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon/it/servl= etservice ( 611748 ) /cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon/it/servl= etservice/RequestInformationPassing.java ( 611748 ) /cocoon/trunk/parent/pom.xml ( 611748 ) /cocoon/trunk/tools/cocoon-it-fw ( 611748 ) /cocoon/trunk/tools/cocoon-it-fw/pom.xml ( 611748 ) /cocoon/trunk/tools/cocoon-it-fw/src ( 611748 ) /cocoon/trunk/tools/cocoon-it-fw/src/main ( 611748 ) /cocoon/trunk/tools/cocoon-it-fw/src/main/java ( 611748 ) /cocoon/trunk/tools/cocoon-it-fw/src/main/java/org ( 611748 ) /cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache ( 611748 ) /cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon ( 611748= ) /cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/maven ( = 611748 ) /cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/maven/te= st ( 611748 ) /cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/maven/te= st/jetty ( 611748 ) /cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/maven/te= st/jetty/JettyContainer.java ( 611748 ) /cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/maven/te= st/jetty/JettyStarterMojo.java ( 611748 ) /cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/maven/te= st/jetty/JettyStopperMojo.java ( 611748 ) /cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/tools ( = 611748 ) /cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/tools/it= ( 611748 ) /cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/tools/it= /HtmlUnitTestCase.java ( 611748 ) /cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/tools/it= /HttpClientResponse.java ( 611748 ) Changed: reinhard @ Mon 14 Jan 2008 01:51:17 -0800 Comment: correct javadocs Files changed: /cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/maven/te= st/jetty/JettyStarterMojo.java ( 611749 ) /cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/maven/te= st/jetty/JettyStopperMojo.java ( 611749 ) Changed: reinhard @ Mon 14 Jan 2008 02:18:04 -0800 Comment: add the integration-test framework module to the build (should fix= failing Continuum too) Files changed: /cocoon/trunk/tools/pom.xml ( 611751 ) Changed: gkossakowski @ Mon 14 Jan 2008 17:19:28 -0800 Comment: COCOON-2161: Fixed bug in creation of absolute URI and added test = case covering this functionality. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts/pom.xml ( 611986 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts/src ( 611986 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts/src/main/java/org/apache/cocoon/servletservice/components/ServletSource.= java ( 611986 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts/src/test ( 611986 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts/src/test/java ( 611986 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts/src/test/java/org ( 611986 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts/src/test/java/org/apache ( 611986 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts/src/test/java/org/apache/cocoon ( 611986 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts/src/test/java/org/apache/cocoon/servletservice ( 611986 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts/src/test/java/org/apache/cocoon/servletservice/AbsoluteServletConnection= TestCase.java ( 611986 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts/src/test/java/org/apache/cocoon/servletservice/MockServlet.java ( 611986= ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletservice/AbsoluteServletConnection.java = ( 611986 ) Changed: gkossakowski @ Mon 14 Jan 2008 17:28:45 -0800 Comment: Cleanup. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts/src/test/java/org/apache/cocoon/servletservice/AbsoluteServletConnection= TestCase.java ( 611989 ) Changed: joerg @ Tue 15 Jan 2008 22:09:53 -0800 Comment: convert status.xml (Forrest) to changes.xml (Maven), see also http= ://marc.info/?t=3D120019125100001&r=3D1&w=3D4 Files changed: /cocoon/trunk/blocks/cocoon-ajax/cocoon-ajax-impl/status.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-apples/cocoon-apples-impl/src/changes/changes= .xml ( 612363 ) /cocoon/trunk/blocks/cocoon-apples/cocoon-apples-impl/status.xml ( 612363= ) /cocoon/trunk/blocks/cocoon-asciiart/cocoon-asciiart-impl/status.xml ( 61= 2363 ) /cocoon/trunk/blocks/cocoon-authentication-fw/cocoon-authentication-fw-im= pl/src/changes/changes.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-authentication-fw/cocoon-authentication-fw-im= pl/status.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-axis/cocoon-axis-impl/status.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-bsf/cocoon-bsf-impl/status.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-chaperon/cocoon-chaperon-impl/status.xml ( 61= 2363 ) /cocoon/trunk/blocks/cocoon-cron/status.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-deli/cocoon-deli-impl/src/changes/changes.xml= ( 612363 ) /cocoon/trunk/blocks/cocoon-deli/cocoon-deli-impl/status.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/status.xml = ( 612363 ) /cocoon/trunk/blocks/cocoon-faces/cocoon-faces-impl/status.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-fop/cocoon-fop-ng-impl/src/changes/changes.xm= l ( 612363 ) /cocoon/trunk/blocks/cocoon-fop/cocoon-fop-ng-impl/status.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/changes/changes.x= ml ( 612363 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/status.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-itext/cocoon-itext-impl/status.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-javaflow/cocoon-javaflow-impl/src/changes/cha= nges.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-javaflow/cocoon-javaflow-impl/status.xml ( 61= 2363 ) /cocoon/trunk/blocks/cocoon-jcr/cocoon-jcr-impl/src/changes/changes.xml (= 612363 ) /cocoon/trunk/blocks/cocoon-jcr/cocoon-jcr-impl/status.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-jfor/cocoon-jfor-impl/status.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/src/changes/changes.xml (= 612363 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/status.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-jsp/cocoon-jsp-impl/status.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-lucene/cocoon-lucene-impl/src/changes/changes= .xml ( 612363 ) /cocoon/trunk/blocks/cocoon-lucene/cocoon-lucene-impl/status.xml ( 612363= ) /cocoon/trunk/blocks/cocoon-mail/cocoon-mail-impl/src/changes/changes.xml= ( 612363 ) /cocoon/trunk/blocks/cocoon-mail/cocoon-mail-impl/status.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-midi/cocoon-midi-impl/src/changes/changes.xml= ( 612363 ) /cocoon/trunk/blocks/cocoon-midi/cocoon-midi-impl/status.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-naming/cocoon-naming-impl/status.xml ( 612363= ) /cocoon/trunk/blocks/cocoon-ojb/cocoon-ojb-impl/status.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-petstore/cocoon-petstore-impl/status.xml ( 61= 2363 ) /cocoon/trunk/blocks/cocoon-poi/cocoon-poi-impl/src/changes/changes.xml (= 612363 ) /cocoon/trunk/blocks/cocoon-poi/cocoon-poi-impl/status.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/changes/changes= .xml ( 612363 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/status.xml ( 612363= ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/src/changes= /changes.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/status.xml = ( 612363 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/changes ( 612= 363 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/changes/chang= es.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/status.xml ( 6123= 63 ) /cocoon/trunk/blocks/cocoon-profiler/cocoon-profiler-impl/status.xml ( 61= 2363 ) /cocoon/trunk/blocks/cocoon-proxy/cocoon-proxy-impl/status.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-python/cocoon-python-impl/status.xml ( 612363= ) /cocoon/trunk/blocks/cocoon-qdox/cocoon-qdox-impl/src/changes/changes.xml= ( 612363 ) /cocoon/trunk/blocks/cocoon-qdox/cocoon-qdox-impl/status.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-querybean/cocoon-querybean-impl/src/changes/c= hanges.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-querybean/cocoon-querybean-impl/status.xml ( = 612363 ) /cocoon/trunk/blocks/cocoon-repository/cocoon-repository-impl/src/changes= /changes.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-repository/cocoon-repository-impl/status.xml = ( 612363 ) /cocoon/trunk/blocks/cocoon-scratchpad/cocoon-scratchpad-impl/src/changes= /changes.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-scratchpad/cocoon-scratchpad-impl/status.xml = ( 612363 ) /cocoon/trunk/blocks/cocoon-serializers/cocoon-serializers-impl/src/chang= es/changes.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-serializers/cocoon-serializers-impl/status.xm= l ( 612363 ) /cocoon/trunk/blocks/cocoon-session-fw/cocoon-session-fw-impl/src/changes= /changes.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-session-fw/cocoon-session-fw-impl/status.xml = ( 612363 ) /cocoon/trunk/blocks/cocoon-slide/cocoon-slide-impl/status.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-slop/cocoon-slop-impl/status.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-stx/cocoon-stx-impl/status.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-taglib/cocoon-taglib-impl/status.xml ( 612363= ) /cocoon/trunk/blocks/cocoon-tour/cocoon-tour-impl/status.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-validation/cocoon-validation-impl/src/changes= /changes.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-validation/cocoon-validation-impl/status.xml = ( 612363 ) /cocoon/trunk/blocks/cocoon-validation/status.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-velocity/cocoon-velocity-impl/status.xml ( 61= 2363 ) /cocoon/trunk/blocks/cocoon-web3/cocoon-web3-impl/status.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-webdav/cocoon-webdav-impl/status.xml ( 612363= ) /cocoon/trunk/blocks/cocoon-xmldb/cocoon-xmldb-impl/src/changes/changes.x= ml ( 612363 ) /cocoon/trunk/blocks/cocoon-xmldb/cocoon-xmldb-impl/status.xml ( 612363 ) /cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/src/changes/changes.xml (= 612363 ) /cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/status.xml ( 612363 ) /cocoon/trunk/core/cocoon-core/src/changes/changes.xml ( 612363 ) /cocoon/trunk/core/cocoon-core/status.xml ( 612363 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/changes/c= hanges.xml ( 612363 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/status.xml ( = 612363 ) Changed: gkossakowski @ Wed 16 Jan 2008 09:41:38 -0800 Comment: Do NOT replace any root element with html because it breaks AJAX-b= ased samples where this stylesheet should act as identity transformation. Files changed: /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/COB-INF/common/style/xsl/html/simple-page2html.xsl ( 61252= 8 ) Changed: cziegeler @ Mon 21 Jan 2008 11:02:31 -0800 Comment: Convert deployment manager to spring. Files changed: /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/deployment/impl/DefaultDeploymentManager.java ( 613972 = ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/resources/= org/apache/cocoon/portal/portal.roles ( 613972 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/config/avalon/cocoon-portal-sample.xconf ( 613972 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/config/spring/cocoon-portal-sample-components.xml ( 613972 ) Changed: cziegeler @ Mon 21 Jan 2008 12:52:02 -0800 Comment: Use files instead of uris for deployment; remove obsolete stuff. Files changed: /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/deployment/impl/DefaultDeploymentManager.java ( 614006 = ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/profile/PersistenceType.java ( 614006 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/pom.xml ( 614006 = ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/java ( 6= 14006 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/config/spring/cocoon-portal-sample-components.xml ( 614006 ) Changed: reinhard @ Tue 22 Jan 2008 00:28:37 -0800 Comment: enable Cobertura for integration tests Files changed: /cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/maven/te= st/jetty/JettyStarterMojo.java ( 614143 ) /cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/maven/te= st/jetty/JettyStopperMojo.java ( 614143 ) Changed: cziegeler @ Tue 22 Jan 2008 11:19:07 -0800 Comment: Remove dependencies to Cocoon classes, add temporary attributes to= coplet definition. Files changed: /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/coplet/adapter/impl/AbstractCopletAdapter.java ( 614287= ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/om/CopletDefinition.java ( 614287 ) Changed: cziegeler @ Tue 22 Jan 2008 11:46:21 -0800 Comment: Remove dependencies to Cocoon classes. Files changed: /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/coplet/adapter/impl/AbstractCopletAdapter.java ( 614299= ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sitemap/src/main/java/or= g/apache/cocoon/portal/coplet/adapter/impl/CocoonCopletAdapter.java ( 61429= 9 ) Changed: cziegeler @ Tue 22 Jan 2008 11:59:08 -0800 Comment: Clean up and bug fixes. Files changed: /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-converter-castor/src/mai= n/java/org/apache/cocoon/portal/converter/castor/CastorSourceConverter.java= ( 614300 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/resources/= org/apache/cocoon/portal/cocoon-portal-components.xml ( 614300 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/resources/= org/apache/cocoon/portal/persistence ( 614300 ) Changed: cziegeler @ Tue 22 Jan 2008 22:53:02 -0800 Comment: Use jdk 1.4 variant. Files changed: /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/a= pache/cocoon/portal/deployment/impl/DefaultDeploymentManager.java ( 614439 = ) Changed: vgritsenko @ Fri 25 Jan 2008 12:48:44 -0800 Comment: proper concurrency problem fix from cocoon 2.1 branch r615293 Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/changes/changes.x= ml ( 615336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/AbstractContainerDefinitionBuilder.java ( 615336= ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/AbstractDatatypeWidgetDefinitionBuilder.java ( 6= 15336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/AbstractWidgetDefinitionBuilder.java ( 615336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/ActionDefinitionBuilder.java ( 615336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/AggregateFieldDefinitionBuilder.java ( 615336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/BooleanFieldDefinitionBuilder.java ( 615336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/ButtonDefinitionBuilder.java ( 615336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/CalculatedFieldDefinitionBuilder.java ( 615336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/CaptchaDefinitionBuilder.java ( 615336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/ClassDefinitionBuilder.java ( 615336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/ExpandDefinitionBuilder.java ( 615336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/FieldDefinitionBuilder.java ( 615336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/FormDefinitionBuilder.java ( 615336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/GoogleMapDefinitionBuilder.java ( 615336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/GroupDefinitionBuilder.java ( 615336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/ImageMapDefinitionBuilder.java ( 615336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/ImportDefinitionBuilder.java ( 615336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/MessagesDefinitionBuilder.java ( 615336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/MultiValueFieldDefinitionBuilder.java ( 615336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/NewDefinitionBuilder.java ( 615336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/OutputDefinitionBuilder.java ( 615336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/RepeaterActionDefinitionBuilder.java ( 615336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/RepeaterDefinitionBuilder.java ( 615336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/RepeaterFilterFieldDefinitionBuilder.java ( 6153= 36 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/RowActionDefinitionBuilder.java ( 615336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/StructDefinitionBuilder.java ( 615336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/SubmitDefinitionBuilder.java ( 615336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/UnionDefinitionBuilder.java ( 615336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/UploadDefinitionBuilder.java ( 615336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/WidgetDefinitionBuilderContext.java ( 615336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/library/Library.java ( 615336 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/tree/builder/TreeDefinitionBuilder.java ( 615336= ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/ME= TA-INF/cocoon/spring/cocoon-forms.xml ( 615336 ) Changed: gkossakowski @ Sun 27 Jan 2008 17:56:28 -0800 Comment: COCOON-2150: Fixed this issue by buffering response and making mor= e sane checking of status code returned by called servlet. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/pom= .xml ( 615697 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletservice/ServletServiceContext.java ( 61= 5697 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /test/java/org/apache/cocoon/servletservice/ServletServiceContextTestCase.j= ava ( 615697 ) Changed: gkossakowski @ Sun 27 Jan 2008 18:11:27 -0800 Comment: Java 1.4 seems to not ship with javax.mail library. Files changed: /cocoon/trunk/parent/pom.xml ( 615706 ) Changed: gkossakowski @ Mon 28 Jan 2008 06:17:28 -0800 Comment: <action dev=3D"gkossakowski" type=3D"fix"> DispatcherServlet does not throw an exception if it fails to find suitabl= e servlet for processing incomming request. It returns 404 error and puts information to log about the failure, inste= ad. </action> Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /changes/changes.xml ( 615889 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletservice/DispatcherServlet.java ( 615889= ) Changed: gkossakowski @ Mon 28 Jan 2008 06:26:03 -0800 Comment: Argh, forgot about formatting options (kill, kill the tabs!). Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletservice/DispatcherServlet.java ( 615890= ) Changed: cziegeler @ Fri 1 Feb 2008 10:16:27 -0800 Comment: SOLVED - issue COCOON-2164: Bug in JaxpResolver in validation bloc= k=20 https://issues.apache.org/jira/browse/COCOON-2164 Files changed: /cocoon/trunk/blocks/cocoon-validation/cocoon-validation-impl/src/main/ja= va/org/apache/cocoon/components/validation/jaxp/JaxpResolver.java ( 617586 = ) Changed: gkossakowski @ Sat 2 Feb 2008 04:25:35 -0800 Comment: Revert "COCOON-2150: Fixed this issue by buffering response and ma= king more sane checking of status code returned by called servlet." This reverts commit r615697. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/pom= .xml ( 617787 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletservice/ServletServiceContext.java ( 61= 7787 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /test/java/org/apache/cocoon/servletservice/ServletServiceContextTestCase.j= ava ( 617787 ) Changed: joerg @ Tue 5 Feb 2008 20:55:32 -0800 Comment: COCOON-2058: Fix ambiguous rule issue with Forms stylesheets when = using Saxon. (Saxon weights "fi:styling/@*" the same as "fi:styling/@name")= . Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/changes/changes.x= ml ( 618887 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/or= g/apache/cocoon/forms/resources/forms-field-styling.xsl ( 618887 ) Changed: anathaniel @ Thu 7 Feb 2008 07:22:58 -0800 Comment: Add exclusions for transitive dependencies, mainly through commons= -logging, on avalon-framework 4.1.3. This gets us out of jar hell because we need the later version 4.3.1, which= is split into two artefacts a-f-api and a-f-impl, using a different groupI= d which causes m2 to pick up both versions. See http://archive.netbsd.se/?ml=3Dcocoon-dev&a=3D2007-11&m=3D5764467 for m= ore details. Files changed: /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/pom.xml ( 619443 ) Changed: anathaniel @ Thu 7 Feb 2008 07:23:12 -0800 Comment: Add exclusions for transitive dependencies, mainly through commons= -logging, on avalon-framework 4.1.3. This gets us out of jar hell because we need the later version 4.3.1, which= is split into two artefacts a-f-api and a-f-impl, using a different groupI= d which causes m2 to pick up both versions. See http://archive.netbsd.se/?ml=3Dcocoon-dev&a=3D2007-11&m=3D5764467 for m= ore details. Files changed: /cocoon/trunk/blocks/cocoon-deli/cocoon-deli-impl/pom.xml ( 619444 ) Changed: anathaniel @ Thu 7 Feb 2008 07:23:22 -0800 Comment: Add exclusions for transitive dependencies, mainly through commons= -logging, on avalon-framework 4.1.3. This gets us out of jar hell because we need the later version 4.3.1, which= is split into two artefacts a-f-api and a-f-impl, using a different groupI= d which causes m2 to pick up both versions. See http://archive.netbsd.se/?ml=3Dcocoon-dev&a=3D2007-11&m=3D5764467 for m= ore details. Files changed: /cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/pom.xml ( 619445 ) Changed: anathaniel @ Thu 7 Feb 2008 07:23:31 -0800 Comment: Add exclusions for transitive dependencies, mainly through commons= -logging, on avalon-framework 4.1.3. This gets us out of jar hell because we need the later version 4.3.1, which= is split into two artefacts a-f-api and a-f-impl, using a different groupI= d which causes m2 to pick up both versions. See http://archive.netbsd.se/?ml=3Dcocoon-dev&a=3D2007-11&m=3D5764467 for m= ore details. Files changed: /cocoon/trunk/blocks/cocoon-batik/cocoon-batik-impl/pom.xml ( 619446 ) Changed: anathaniel @ Thu 7 Feb 2008 07:23:34 -0800 Comment: Add exclusions for transitive dependencies, mainly through commons= -logging, on avalon-framework 4.1.3. This gets us out of jar hell because we need the later version 4.3.1, which= is split into two artefacts a-f-api and a-f-impl, using a different groupI= d which causes m2 to pick up both versions. See http://archive.netbsd.se/?ml=3Dcocoon-dev&a=3D2007-11&m=3D5764467 for m= ore details. Files changed: /cocoon/trunk/blocks/cocoon-bsf/cocoon-bsf-sample/pom.xml ( 619447 ) Changed: anathaniel @ Thu 7 Feb 2008 07:23:39 -0800 Comment: Add exclusions for transitive dependencies, mainly through commons= -logging, on avalon-framework 4.1.3. This gets us out of jar hell because we need the later version 4.3.1, which= is split into two artefacts a-f-api and a-f-impl, using a different groupI= d which causes m2 to pick up both versions. See http://archive.netbsd.se/?ml=3Dcocoon-dev&a=3D2007-11&m=3D5764467 for m= ore details. Files changed: /cocoon/trunk/blocks/cocoon-auth/cocoon-acegisecurity-sample/pom.xml ( 61= 9448 ) Changed: anathaniel @ Thu 7 Feb 2008 07:23:44 -0800 Comment: Add exclusions for transitive dependencies, mainly through commons= -logging, on avalon-framework 4.1.3. This gets us out of jar hell because we need the later version 4.3.1, which= is split into two artefacts a-f-api and a-f-impl, using a different groupI= d which causes m2 to pick up both versions. See http://archive.netbsd.se/?ml=3Dcocoon-dev&a=3D2007-11&m=3D5764467 for m= ore details. Files changed: /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/pom.xml ( 6194= 49 ) Changed: anathaniel @ Thu 7 Feb 2008 07:23:47 -0800 Comment: Add exclusions for transitive dependencies, mainly through commons= -logging, on avalon-framework 4.1.3. This gets us out of jar hell because we need the later version 4.3.1, which= is split into two artefacts a-f-api and a-f-impl, using a different groupI= d which causes m2 to pick up both versions. See http://archive.netbsd.se/?ml=3Dcocoon-dev&a=3D2007-11&m=3D5764467 for m= ore details. Files changed: /cocoon/trunk/tools/cocoon-maven-plugin/pom.xml ( 619450 ) Changed: anathaniel @ Thu 7 Feb 2008 07:23:58 -0800 Comment: Add exclusions for transitive dependencies, mainly through commons= -logging, on avalon-framework 4.1.3. This gets us out of jar hell because we need the later version 4.3.1, which= is split into two artefacts a-f-api and a-f-impl, using a different groupI= d which causes m2 to pick up both versions. See http://archive.netbsd.se/?ml=3Dcocoon-dev&a=3D2007-11&m=3D5764467 for m= ore details. Files changed: /cocoon/trunk/blocks/cocoon-ojb/cocoon-ojb-impl/pom.xml ( 619451 ) Changed: anathaniel @ Thu 7 Feb 2008 07:24:07 -0800 Comment: Add exclusions for transitive dependencies, mainly through commons= -logging, on avalon-framework 4.1.3. This gets us out of jar hell because we need the later version 4.3.1, which= is split into two artefacts a-f-api and a-f-impl, using a different groupI= d which causes m2 to pick up both versions. See http://archive.netbsd.se/?ml=3Dcocoon-dev&a=3D2007-11&m=3D5764467 for m= ore details. Files changed: /cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml ( 619452 ) Changed: anathaniel @ Thu 7 Feb 2008 07:24:10 -0800 Comment: Add exclusions for transitive dependencies, mainly through commons= -logging, on avalon-framework 4.1.3. This gets us out of jar hell because we need the later version 4.3.1, which= is split into two artefacts a-f-api and a-f-impl, using a different groupI= d which causes m2 to pick up both versions. See http://archive.netbsd.se/?ml=3Dcocoon-dev&a=3D2007-11&m=3D5764467 for m= ore details. Files changed: /cocoon/trunk/blocks/cocoon-proxy/cocoon-proxy-impl/pom.xml ( 619453 ) Changed: anathaniel @ Thu 7 Feb 2008 07:24:27 -0800 Comment: Add exclusions for transitive dependencies, mainly through commons= -logging, on avalon-framework 4.1.3. This gets us out of jar hell because we need the later version 4.3.1, which= is split into two artefacts a-f-api and a-f-impl, using a different groupI= d which causes m2 to pick up both versions. See http://archive.netbsd.se/?ml=3Dcocoon-dev&a=3D2007-11&m=3D5764467 for m= ore details. Files changed: /cocoon/trunk/blocks/cocoon-scratchpad/cocoon-scratchpad-impl/pom.xml ( 6= 19454 ) Changed: anathaniel @ Thu 7 Feb 2008 12:16:19 -0800 Comment: Tweak formatting to minimize differences to 2.1 version. Files changed: /cocoon/trunk/blocks/cocoon-lucene/cocoon-lucene-impl/src/main/java/org/a= pache/cocoon/transformation/LuceneIndexTransformer.java ( 619625 ) Changed: gkossakowski @ Fri 8 Feb 2008 07:54:09 -0800 Comment: Implemented servlet scope that is tied to ServletContext. The reason for introduction this scope is to have a possibility to tie diff= erent instances of "singleton" beans to different instances of servlet. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletscope ( 619919 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletscope/ServletScope.java ( 619919 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/resources/META-INF/cocoon/spring/cocoon-callstack-environment.xml ( 6= 19919 ) Changed: jjohnston @ Sat 9 Feb 2008 11:48:13 -0800 Comment: Move tools to before blocks in the modules order, to prevent depen= dency resolution errors between cocoon-welcome block and cocoon-rcl-webapp-= wrapper Files changed: /cocoon/trunk/pom.xml ( 620179 ) Changed: reinhard @ Sat 16 Feb 2008 07:20:15 -0800 Comment: write changes of available classloader resources to the console, a= fter the *first* update or deletion (This avoids a long [created] list at the startup of the container.) Files changed: /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-webapp-wrapper/src/main/java/or= g/apache/cocoon/tools/rcl/wrapper/servlet/CocoonReloadingListener.java ( 62= 8323 ) Changed: reinhard @ Sat 16 Feb 2008 08:04:39 -0800 Comment: make the usage of the reloading classloader configureable Files changed: /cocoon/trunk/tools/cocoon-maven-plugin/src/main/java/org/apache/cocoon/m= aven/rcl/ReloadingWebappMojo.java ( 628338 ) Changed: reinhard @ Sat 16 Feb 2008 08:14:48 -0800 Comment: - make the usage of the reloading classloader configureable - introduce a global constants interface Files changed: /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-webapp-wrapper/src/main/java/or= g/apache/cocoon/tools/rcl/wrapper/servlet/Constants.java ( 628343 ) /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-webapp-wrapper/src/main/java/or= g/apache/cocoon/tools/rcl/wrapper/servlet/ReloadingClassloaderManager.java = ( 628343 ) /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-webapp-wrapper/src/main/java/or= g/apache/cocoon/tools/rcl/wrapper/servlet/ReloadingSpringFilter.java ( 6283= 43 ) Changed: reinhard @ Sat 16 Feb 2008 09:36:34 -0800 Comment: start with an Ant script that creates the distribution artifacts f= or Non-Maven Cocoon releases Files changed: /cocoon/trunk/tools/release-builder ( 628365 ) /cocoon/trunk/tools/release-builder/build.xml ( 628365 ) Changed: antonio @ Sat 16 Feb 2008 22:07:13 -0800 Comment: Remove CVS from @version. Files changed: /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/java/org= /apache/cocoon/components/sax/XMLByteStreamConstants.java ( 628432 ) Changed: antonio @ Sat 16 Feb 2008 22:48:17 -0800 Comment: <action dev=3D"AG" type=3D"fix" fixes-bug=3D"COCOON-2158"> Core: XMLByteStreamCompiler hard-coded limits of 0xffff Strings prevents = large XML documents from being handled in Cocoon. </action> Files changed: /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/java/org= /apache/cocoon/components/sax/AbstractXMLByteStreamCompiler.java ( 628434 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/java/org= /apache/cocoon/components/sax/AbstractXMLByteStreamInterpreter.java ( 62843= 4 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/test/java/org= /apache/cocoon/xml/AbstractXMLTestCase.java ( 628434 ) Changed: reinhard @ Sun 17 Feb 2008 11:48:27 -0800 Comment: add support for scp and gpg; formatting Files changed: /cocoon/trunk/tools/release-builder/build.xml ( 628541 ) Changed: reinhard @ Sun 17 Feb 2008 12:08:10 -0800 Comment: make script more modular Files changed: /cocoon/trunk/tools/release-builder/build.xml ( 628543 ) Changed: reinhard @ Mon 18 Feb 2008 02:02:40 -0800 Comment: release artifacts for cocoon-fop-block and cocoon-core can be crea= ted now (deployment to staging location hasn't been tested yet though) Files changed: /cocoon/trunk/tools/release-builder/build.xml ( 628673 ) Changed: antonio @ Tue 19 Feb 2008 22:42:45 -0800 Comment: Faster implementation. Files changed: /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/xml/String= XMLizable.java ( 629374 ) Changed: antonio @ Tue 19 Feb 2008 23:18:10 -0800 Comment: <action dev=3D"AG" type=3D"fix" fixes-bug=3D"COCOON-2020" due-to= =3D"Mark Lundquist" due-to-email=3D"[email protected]"> Forms: CAPTCHA &lt;input&gt; element should have autocomplete=3D"off" </action> Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/or= g/apache/cocoon/forms/resources/forms-field-styling.xsl ( 629377 ) Changed: vgritsenko @ Wed 20 Feb 2008 10:20:41 -0800 Comment: <action dev=3D"vgritsenko" type=3D"fix"> Fix flow scripts reload check logic. </action> Files changed: /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/changes= /changes.xml ( 629557 ) /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/main/ja= va/org/apache/cocoon/components/flow/javascript/fom/FOM_JavaScriptInterpret= er.java ( 629557 ) Changed: vgritsenko @ Fri 22 Feb 2008 09:23:41 -0800 Comment: <action dev=3D"vgritsenko" type=3D"update"> Reduce thred contention in flowscript interpreter. Do not synchroni= ze execution of scripts within current thread scope on global map of compiled scripts. </action> Files changed: /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/changes= /changes.xml ( 630256 ) /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/main/ja= va/org/apache/cocoon/components/flow/CompilingInterpreter.java ( 630256 ) /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/main/ja= va/org/apache/cocoon/components/flow/javascript/fom/FOM_Cocoon.java ( 63025= 6 ) /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/main/ja= va/org/apache/cocoon/components/flow/javascript/fom/FOM_JavaScriptInterpret= er.java ( 630256 ) Changed: vgritsenko @ Fri 22 Feb 2008 15:52:33 -0800 Comment: cleanup Files changed: /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/src/main/java/org/apache/cocoon/el/impl/javascript/JavaScriptExpressio= n.java ( 630360 ) /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/src/main/java/org/apache/cocoon/el/impl/jexl/JSIntrospector.java ( 630= 360 ) Changed: vgritsenko @ Fri 22 Feb 2008 15:55:26 -0800 Comment: cleanup few deprecations Files changed: /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/main/ja= va/org/apache/cocoon/components/flow/javascript/fom/FOM_JavaScriptInterpret= er.java ( 630361 ) Changed: vgritsenko @ Mon 25 Feb 2008 07:27:20 -0800 Comment: typo Files changed: /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/main/ja= va/org/apache/cocoon/components/flow/javascript/fom/FOM_JavaScriptInterpret= er.java ( 630877 ) Changed: cziegeler @ Tue 4 Mar 2008 13:06:00 -0800 Comment: Make jcr block compilable and fix test cases. Files changed: /cocoon/trunk/blocks/cocoon-jcr/cocoon-jcr-impl/pom.xml ( 633641 ) /cocoon/trunk/blocks/cocoon-jcr/cocoon-jcr-impl/src/test/resources/org/ap= ache/cocoon/jcr/source/JCRSourceTestCase.xtest ( 633641 ) /cocoon/trunk/blocks/pom.xml ( 633641 ) /cocoon/trunk/parent/pom.xml ( 633641 ) Changed: joerg @ Wed 5 Mar 2008 20:14:38 -0800 Comment: don't use non-flushing BufferedOutputStream for writing to a File = (just fills up the memory, seems to be forgotten input) Files changed: /cocoon/trunk/core/cocoon-util/src/main/java/org/apache/cocoon/util/IOUti= ls.java ( 634152 ) Changed: gkossakowski @ Fri 7 Mar 2008 14:27:46 -0800 Comment: Moved final initialization (resolution using SourceResolver) of to= the ServletFactoryBean. It's much better place because resolution of URI for contextPath does not (= and shouldn't!) depend on the processing. That's why it's more sane to do it in ServletFactoryBean. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletservice/ServletServiceContext.java ( 63= 4845 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletservice/spring/ServletFactoryBean.java = ( 634845 ) Changed: gkossakowski @ Fri 7 Mar 2008 14:28:18 -0800 Comment: Added context-path attributes for demo servlet declarations in ord= er to avoid NPEs. Currently we don't support empty context-path and we have no fallback mecha= nism for such situation. This means there will be NPEs as soon as the demo = servlet starts to use getResource() method of ServletContext class) so it's= quastionable if we should allow context-path to be [email protected]. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-sample/s= rc/main/resources/META-INF/cocoon/spring/cocoon-servlet-service-demo1-servl= etService.xml ( 634848 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-sample/s= rc/main/resources/META-INF/cocoon/spring/cocoon-servlet-service-demo2-servl= etService.xml ( 634848 ) Changed: gkossakowski @ Fri 7 Mar 2008 14:29:29 -0800 Comment: Fix paths to images in Forms samples by switching to servlet:forms= : links. Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/src/main/resources/= COB-INF/dreamteam/content/teamTemplate.jx ( 634850 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/src/main/resources/= COB-INF/forms/dynamicrepeater_template.xml ( 634850 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/src/main/resources/= COB-INF/forms/tasktree_template.xml ( 634850 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/src/main/resources/= COB-INF/forms/xdoceditor_template.xml ( 634850 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/src/main/resources/= COB-INF/library/forms/form1_template.xml ( 634850 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/src/main/resources/= COB-INF/library/forms/hotel_template.xml ( 634850 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/src/main/resources/= COB-INF/library/libraries/common-types/types_template_jx.xml ( 634850 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/src/main/resources/= COB-INF/swan/forms/binding_template.xml ( 634850 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/src/main/resources/= COB-INF/swan/forms/model_template.xml ( 634850 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/src/main/resources/= COB-INF/swan/forms/sitemap_template.xml ( 634850 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/src/main/resources/= COB-INF/swan/forms/template_template.xml ( 634850 ) Changed: vgritsenko @ Mon 10 Mar 2008 07:56:01 -0700 Comment: still need to set optimization level, but for another reason. See http://markmail.org/message/myogixaqnqmgepjj Files changed: /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/main/ja= va/org/apache/cocoon/components/flow/javascript/fom/FOM_JavaScriptInterpret= er.java ( 635574 ) Changed: reinhard @ Tue 11 Mar 2008 00:49:12 -0700 Comment: the previous solution only wrote to the console after the first 'u= pdate' event had arrived. In practice this will mostly be good enough but i= f your first change is a 'create' event, it doesn't appear.=20 this fix turns on console output when the first servlet or filter is called= . Files changed: /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-webapp-wrapper/src/main/java/or= g/apache/cocoon/tools/rcl/wrapper/servlet/CocoonReloadingListener.java ( 63= 5835 ) /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-webapp-wrapper/src/main/java/or= g/apache/cocoon/tools/rcl/wrapper/servlet/ReloadingServlet.java ( 635835 ) /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-webapp-wrapper/src/main/java/or= g/apache/cocoon/tools/rcl/wrapper/servlet/ReloadingServletFilter.java ( 635= 835 ) Changed: reinhard @ Tue 11 Mar 2008 01:00:37 -0700 Comment: prepare legal files and changes for release Files changed: /cocoon/trunk/core/cocoon-configuration/cocoon-configuration-api/src/chan= ges/changes.xml ( 635837 ) /cocoon/trunk/core/cocoon-configuration/cocoon-configuration-api/src/main= /resources/META-INF/NOTICE.txt ( 635837 ) Changed: reinhard @ Tue 11 Mar 2008 01:06:58 -0700 Comment: prepare legal files and changes for release Files changed: /cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/src/ma= in/resources/META-INF/NOTICE.txt ( 635840 ) Changed: reinhard @ Tue 11 Mar 2008 01:07:20 -0700 Comment: prepare legal files and changes for release Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts/src/main/resources/META-INF/NOTICE.txt ( 635841 ) Changed: reinhard @ Tue 11 Mar 2008 01:15:34 -0700 Comment: prepare legal files and changes for release Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /changes/changes.xml ( 635842 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/resources/META-INF/NOTICE.txt ( 635842 ) Changed: reinhard @ Tue 11 Mar 2008 03:58:38 -0700 Comment: the context attribute might not exist Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletservice/spring/ServletFactoryBean.java = ( 635881 ) Changed: reinhard @ Tue 11 Mar 2008 03:59:29 -0700 Comment: a session attribute is not a list Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletservice/util/ServletSerivceRequest.java= ( 635882 ) Changed: gkossakowski @ Wed 12 Mar 2008 10:07:33 -0700 Comment: Remove debugging code. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletservice/spring/ServletFactoryBean.java = ( 636421 ) Changed: gkossakowski @ Wed 12 Mar 2008 10:08:18 -0700 Comment: COCOON-2171: Fixed "The settings object is not available in Object= Model (it can't be obtained using expressions)" bug. Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/changes/changes= .xml ( 636423 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/objectmodel/impl/CocoonEntryObjectModelProvider.java ( 636423 = ) Changed: gkossakowski @ Wed 12 Mar 2008 12:24:02 -0700 Comment: Overview of cocoon-servlet-service-sample should not be mounted at= root. It fixes broken samples page. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-sample/s= rc/main/resources/META-INF/cocoon/spring/cocoon-servlet-service-overview-se= rvletService.xml ( 636470 ) Changed: gkossakowski @ Wed 12 Mar 2008 12:25:08 -0700 Comment: Made attributes 'mount-path' and 'context-path' of servlet-context= tag required. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /changes/changes.xml ( 636472 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletservice/spring/ServletDecorator.java ( = 636472 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletservice/spring/ServletFactoryBean.java = ( 636472 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/resources/org/apache/cocoon/servletservice/schema/cocoon-servlet-1.0.= xsd ( 636472 ) Changed: crossley @ Fri 14 Mar 2008 00:21:45 -0700 Comment: Fix DOS line-endings and svn:eol-style Files changed: /cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/src/ma= in/resources/META-INF/spring.handlers ( 637011 ) /cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/src/ma= in/resources/META-INF/spring.schemas ( 637011 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletscope/ServletScope.java ( 637011 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/resources/META-INF/spring.handlers ( 637011 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/resources/META-INF/spring.schemas ( 637011 ) Changed: crossley @ Fri 14 Mar 2008 00:29:12 -0700 Comment: Add missing Apache License header. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletservice/ServletConnection.java ( 637012= ) Changed: crossley @ Fri 14 Mar 2008 00:46:32 -0700 Comment: Fix DOS line-endings and svn:eol-style Files changed: /cocoon/trunk/commons/legal/src/main/resources/commons-io-1.3.1.jar.licen= se.txt ( 637013 ) Changed: reinhard @ Fri 14 Mar 2008 08:59:23 -0700 Comment: COCOON-2172 fix Deployment util for Weblogic 9.2 (thanks to Juan Jose Vazquez Delgado) Files changed: /cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/src/ma= in/java/org/apache/cocoon/spring/configurator/impl/DeploymentUtil.java ( 63= 7138 ) Changed: reinhard @ Fri 14 Mar 2008 09:06:13 -0700 Comment: COCOON-2172 update change.xml Files changed: /cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/src/ch= anges/changes.xml ( 637141 ) Changed: reinhard @ Fri 14 Mar 2008 09:39:05 -0700 Comment: add a SSF architecture diagram Files changed: /cocoon/trunk/commons/misc/graphics/cocoon22_ssf.odg ( 637152 ) /cocoon/trunk/commons/misc/graphics/cocoon22_ssf.png ( 637152 ) Changed: reinhard @ Fri 14 Mar 2008 11:25:51 -0700 Comment: SSF release artifacts; start working on 'getting-started' release = artifact, cleaning up Files changed: /cocoon/trunk/tools/release-builder/build.xml ( 637201 ) Changed: crossley @ Sat 15 Mar 2008 05:20:33 -0700 Comment: Fix DOS line-endings and svn:eol-style Files changed: /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin-demo/pom.xml ( 637400 ) /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin-demo/src/main/resources/= COB-INF/sitemap.xmap ( 637400 ) Changed: gkossakowski @ Sat 15 Mar 2008 07:22:06 -0700 Comment: COCOON-2150: Implemented class that buffers data of servlet respon= se only if 404 as status code has been set beforehand. Added test-cases covering basic functionality of that class. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/pom= .xml ( 637416 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletservice/HttpServletResponseBufferingWra= pper.java ( 637416 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /test/java/org/apache/cocoon/servletservice/HttpServlerResponseBufferingWra= pperTestCase.java ( 637416 ) Changed: gkossakowski @ Sat 15 Mar 2008 07:22:51 -0700 Comment: COCOON-2150: Switch to HttpServletResponseBufferingWrapper in orde= r to correctly handle response resets. This commit cleans up conditions for resetting the response. SSF should res= et previous response only if there is a super servlet and response has NOT_= FOUND (404) as status code. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletservice/ServletServiceContext.java ( 63= 7417 ) Changed: gkossakowski @ Sat 15 Mar 2008 07:23:27 -0700 Comment: Uncommented test-case snippets responsible for testing COCOON-2150= issue. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /test/java/org/apache/cocoon/servletservice/ServletServiceContextTestCase.j= ava ( 637418 ) Changed: gkossakowski @ Sat 15 Mar 2008 07:23:47 -0700 Comment: <action dev=3D"gkossakowski" type=3D"fix" issue=3D"COCOON-2150"> Fixed bug in ServletServiceContext that was responsible for errors on res= etting response that was already committed. Now Servlet Service Framework buffers response but only if 404 status cod= e has been set. This allows to reset the response safely. </action> Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /changes/changes.xml ( 637419 ) Changed: gkossakowski @ Sat 15 Mar 2008 10:02:12 -0700 Comment: Forgot that Java 1.4 does not have String.contains() method. Rethrow exception if we don't know it. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /test/java/org/apache/cocoon/servletservice/HttpServlerResponseBufferingWra= pperTestCase.java ( 637440 ) Changed: crossley @ Sat 15 Mar 2008 18:56:20 -0700 Comment: Fix DOS line-endings and svn:eol-style Files changed: /cocoon/trunk/core/cocoon-core/src/test/resources/org/apache/cocoon/compo= nents/source/impl/ZipSourceTestCase.xtest ( 637506 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/components/modules/input/XPathXMLFileModule.java ( 63750= 6 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/resources/= META-INF/cocoon/properties/dev/cocoon-core-sitemap.properties ( 637506 ) /cocoon/trunk/core/cocoon-store/cocoon-store-impl/src/main/resources/META= -INF/cocoon/spring/cocoon-store-impl-xmlfile.xml ( 637506 ) /cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/src/main/resources/META= -INF/cocoon/entities/catalog ( 637506 ) /cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/src/main/resources/META= -INF/cocoon/entities/w3c/catalog ( 637506 ) /cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/src/main/resources/META= -INF/cocoon/entities/w3c/xhtml1.dcl ( 637506 ) Changed: crossley @ Sat 15 Mar 2008 19:49:04 -0700 Comment: Replace XMLSchema.dtd and datatypes.dtd with original copies from = W3C site. Files changed: /cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/src/main/resources/META= -INF/cocoon/entities/XMLSchema.dtd ( 637513 ) /cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/src/main/resources/META= -INF/cocoon/entities/datatypes.dtd ( 637513 ) Changed: crossley @ Sat 15 Mar 2008 20:44:21 -0700 Comment: Add missing Apache License header. Files changed: /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/src/main/java/org/apache/cocoon/el/impl/objectmodel/JavaEntryObjectMod= elProvider.java ( 637524 ) /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/src/main/java/org/apache/cocoon/el/impl/objectmodel/PackagesEntryObjec= tModelProvider.java ( 637524 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml ( 637524 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/pom.xml ( 6= 37524 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml ( 637524 = ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/components/modules/input/StringConcatMetaModule.java ( 6= 37524 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/components/modules/input/XPathXMLFileModule.java ( 63752= 4 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml ( 637524 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/objectmodel/helper/ParametersMap.java ( 637524 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/test/java/org/a= pache/cocoon/MockWebApplicationContext.java ( 637524 ) /cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon/it/servl= etservice/RequestInformationPassing.java ( 637524 ) Changed: crossley @ Sat 15 Mar 2008 20:48:52 -0700 Comment: Update to new Apache License header. Files changed: /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/transformation/StripNameSpacesTransformer.java ( 63752= 5 ) Changed: crossley @ Sat 15 Mar 2008 21:03:59 -0700 Comment: Add missing Apache License header. Files changed: /cocoon/trunk/build-docs.sh ( 637530 ) /cocoon/trunk/build.sh ( 637530 ) Changed: crossley @ Sat 15 Mar 2008 21:21:55 -0700 Comment: Do 'svn propset svn:eol-style native' Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletservice/HttpServletResponseBufferingWra= pper.java ( 637535 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /test/java/org/apache/cocoon/servletservice/HttpServlerResponseBufferingWra= pperTestCase.java ( 637535 ) Changed: gkossakowski @ Sun 16 Mar 2008 06:14:12 -0700 Comment: Added some Javadocs and comments. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletservice/HttpServletResponseBufferingWra= pper.java ( 637585 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletservice/ServletServiceContext.java ( 63= 7585 ) Changed: gkossakowski @ Sun 16 Mar 2008 06:55:01 -0700 Comment: Switch to commons-logging, fix compilation errors. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletservice/HttpServletResponseBufferingWra= pper.java ( 637586 ) Changed: reinhard @ Mon 17 Mar 2008 07:20:29 -0700 Comment: add a test that checks if a servlet connection can return an error= status code Files changed: /cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon/it/servl= etservice/ServletConnection.java ( 637894 ) Changed: reinhard @ Mon 17 Mar 2008 07:21:34 -0700 Comment: after overview.html was mounted to a different path, fix all links Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-sample/s= rc/main/java/org/apache/cocoon/servletservice/demo1/DemoServlet.java ( 6378= 95 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-sample/s= rc/main/resources/COB-INF/overview/overview.html ( 637895 ) Changed: reinhard @ Mon 17 Mar 2008 15:01:25 -0700 Comment: NOTICE and LICENSE have to be in the root directory of each module Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts/LICENSE.txt (from /cocoon/trunk/core/cocoon-servlet-service/cocoon-servl= et-service-components/src/main/resources/META-INF/LICENSE.txt:637616) ( 638= 085 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts/NOTICE.txt (from /cocoon/trunk/core/cocoon-servlet-service/cocoon-servle= t-service-components/src/main/resources/META-INF/NOTICE.txt:637616) ( 63808= 5 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts/src/main/resources/META-INF/LICENSE.txt ( 638085 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts/src/main/resources/META-INF/NOTICE.txt ( 638085 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/LIC= ENSE.txt (from /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-ser= vice-impl/src/main/resources/META-INF/LICENSE.txt:637616) ( 638085 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/NOT= ICE.txt (from /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-serv= ice-impl/src/main/resources/META-INF/NOTICE.txt:637616) ( 638085 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/pom= .xml ( 638085 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/resources/META-INF/LICENSE.txt ( 638085 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/resources/META-INF/NOTICE.txt ( 638085 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-sample/l= icense.txt (from /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-s= ervice-sample/src/main/resources/META-INF/license.txt:637616) ( 638085 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-sample/n= otice.txt (from /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-se= rvice-sample/src/main/resources/META-INF/notice.txt:637616) ( 638085 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-sample/s= rc/main/resources/META-INF/license.txt ( 638085 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-sample/s= rc/main/resources/META-INF/notice.txt ( 638085 ) Changed: reinhard @ Mon 17 Mar 2008 15:11:49 -0700 Comment: typo in javadocs Files changed: /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/src/main/java/org/= apache/cocoon/sitemap/SitemapOutputComponent.java ( 638095 ) Changed: reinhard @ Mon 17 Mar 2008 15:32:17 -0700 Comment: fix LICENSE and NOTICE files Files changed: /cocoon/trunk/core/cocoon-blocks-fw/cocoon-blocks-fw-impl/LICENSE.txt ( 6= 38103 ) /cocoon/trunk/core/cocoon-blocks-fw/cocoon-blocks-fw-impl/NOTICE.txt ( 63= 8103 ) /cocoon/trunk/core/cocoon-container/LICENSE.txt ( 638103 ) /cocoon/trunk/core/cocoon-container/NOTICE.txt ( 638103 ) /cocoon/trunk/core/cocoon-core/LICENSE.txt ( 638103 ) /cocoon/trunk/core/cocoon-core/NOTICE.txt ( 638103 ) /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= api/LICENSE.txt ( 638103 ) /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= api/NOTICE.txt ( 638103 ) /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= api/src ( 638103 ) /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= api/src/main/resources/META-INF/license.txt ( 638103 ) /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= api/src/main/resources/META-INF/notice.txt ( 638103 ) /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/LICENSE.txt ( 638103 ) /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/NOTICE.txt ( 638103 ) /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/src ( 638103 ) /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/src/main/resources/META-INF/license.txt ( 638103 ) /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/src/main/resources/META-INF/notice.txt ( 638103 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/LICENSE.txt ( 6381= 03 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/NOTICE.txt ( 63810= 3 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/src/main/resources= /META-INF/license.txt ( 638103 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/src/main/resources= /META-INF/notice.txt ( 638103 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/LICENSE.txt= ( 638103 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/NOTICE.txt = ( 638103 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/re= sources/META-INF/license.txt ( 638103 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/re= sources/META-INF/notice.txt ( 638103 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/LICENSE.txt ( 638= 103 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/NOTICE.txt ( 6381= 03 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/resource= s/META-INF/license.txt ( 638103 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/resource= s/META-INF/notice.txt ( 638103 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/LICENSE.txt ( 638103= ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/NOTICE.txt ( 638103 = ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/src/main/resources/M= ETA-INF/license.txt ( 638103 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/src/main/resources/M= ETA-INF/notice.txt ( 638103 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/LICENSE.txt (= 638103 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/NOTICE.txt ( = 638103 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/reso= urces/META-INF/license.txt ( 638103 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/reso= urces/META-INF/notice.txt ( 638103 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/LICENSE.txt ( 63810= 3 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/NOTICE.txt ( 638103= ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/resources/= META-INF/license.txt ( 638103 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/resources/= META-INF/notice.txt ( 638103 ) /cocoon/trunk/core/cocoon-store/cocoon-store-impl/LICENSE.txt ( 638103 ) /cocoon/trunk/core/cocoon-store/cocoon-store-impl/NOTICE.txt ( 638103 ) /cocoon/trunk/core/cocoon-store/cocoon-store-impl/src/main/resources/META= -INF/license.txt ( 638103 ) /cocoon/trunk/core/cocoon-store/cocoon-store-impl/src/main/resources/META= -INF/notice.txt ( 638103 ) /cocoon/trunk/core/cocoon-thread/cocoon-thread-api/LICENSE.txt ( 638103 ) /cocoon/trunk/core/cocoon-thread/cocoon-thread-api/NOTICE.txt ( 638103 ) /cocoon/trunk/core/cocoon-thread/cocoon-thread-api/src/main/resources/MET= A-INF/license.txt ( 638103 ) /cocoon/trunk/core/cocoon-thread/cocoon-thread-api/src/main/resources/MET= A-INF/notice.txt ( 638103 ) /cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/LICENSE.txt ( 638103 = ) /cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/NOTICE.txt ( 638103 ) /cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/main/resources/ME= TA-INF/license.txt ( 638103 ) /cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/main/resources/ME= TA-INF/notice.txt ( 638103 ) /cocoon/trunk/core/cocoon-util/LICENSE.txt ( 638103 ) /cocoon/trunk/core/cocoon-util/NOTICE.txt ( 638103 ) /cocoon/trunk/core/cocoon-util/src/main/resources/META-INF/license.txt ( = 638103 ) /cocoon/trunk/core/cocoon-util/src/main/resources/META-INF/notice.txt ( 6= 38103 ) /cocoon/trunk/core/cocoon-webapp/LICENSE.txt ( 638103 ) /cocoon/trunk/core/cocoon-webapp/NOTICE.txt ( 638103 ) /cocoon/trunk/core/cocoon-webapp/src/main/resources/META-INF/license.txt = ( 638103 ) /cocoon/trunk/core/cocoon-webapp/src/main/resources/META-INF/notice.txt (= 638103 ) /cocoon/trunk/core/cocoon-xml/cocoon-xml-api/LICENSE.txt ( 638103 ) /cocoon/trunk/core/cocoon-xml/cocoon-xml-api/NOTICE.txt ( 638103 ) /cocoon/trunk/core/cocoon-xml/cocoon-xml-api/src/main/resources/META-INF/= license.txt ( 638103 ) /cocoon/trunk/core/cocoon-xml/cocoon-xml-api/src/main/resources/META-INF/= notice.txt ( 638103 ) /cocoon/trunk/core/cocoon-xml/cocoon-xml-impl/LICENSE.txt ( 638103 ) /cocoon/trunk/core/cocoon-xml/cocoon-xml-impl/NOTICE.txt ( 638103 ) /cocoon/trunk/core/cocoon-xml/cocoon-xml-impl/src/main/resources/META-INF= /license.txt ( 638103 ) /cocoon/trunk/core/cocoon-xml/cocoon-xml-impl/src/main/resources/META-INF= /notice.txt ( 638103 ) /cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/LICENSE.txt ( 638103 ) /cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/NOTICE.txt ( 638103 ) /cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/src/main/resources/META= -INF/license.txt ( 638103 ) /cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/src/main/resources/META= -INF/notice.txt ( 638103 ) /cocoon/trunk/core/cocoon-xml/cocoon-xml-util/LICENSE.txt ( 638103 ) /cocoon/trunk/core/cocoon-xml/cocoon-xml-util/NOTICE.txt ( 638103 ) /cocoon/trunk/core/cocoon-xml/cocoon-xml-util/src ( 638103 ) /cocoon/trunk/core/cocoon-xml/cocoon-xml-util/src/main/resources/META-INF= /license.txt ( 638103 ) /cocoon/trunk/core/cocoon-xml/cocoon-xml-util/src/main/resources/META-INF= /notice.txt ( 638103 ) Changed: reinhard @ Mon 17 Mar 2008 15:35:14 -0700 Comment: fix LICENSE and NOTICE files Files changed: /cocoon/trunk/tools/LICENSE.txt ( 638106 ) /cocoon/trunk/tools/NOTICE.txt ( 638106 ) /cocoon/trunk/tools/archetypes/cocoon-22-archetype-block/LICENSE.txt ( 63= 8106 ) /cocoon/trunk/tools/archetypes/cocoon-22-archetype-block/NOTICE.txt ( 638= 106 ) /cocoon/trunk/tools/archetypes/cocoon-22-archetype-block/src/main/resourc= es/archetype-resources/LICENSE.txt ( 638106 ) /cocoon/trunk/tools/archetypes/cocoon-22-archetype-block/src/main/resourc= es/archetype-resources/NOTICE.txt ( 638106 ) /cocoon/trunk/tools/archetypes/cocoon-22-archetype-block-plain/LICENSE.tx= t ( 638106 ) /cocoon/trunk/tools/archetypes/cocoon-22-archetype-block-plain/NOTICE.txt= ( 638106 ) /cocoon/trunk/tools/archetypes/cocoon-22-archetype-block-plain/src/main/r= esources/archetype-resources/LICENSE.txt ( 638106 ) /cocoon/trunk/tools/archetypes/cocoon-22-archetype-block-plain/src/main/r= esources/archetype-resources/NOTICE.txt ( 638106 ) /cocoon/trunk/tools/archetypes/cocoon-22-archetype-webapp/LICENSE.txt ( 6= 38106 ) /cocoon/trunk/tools/archetypes/cocoon-22-archetype-webapp/NOTICE.txt ( 63= 8106 ) /cocoon/trunk/tools/archetypes/cocoon-22-archetype-webapp/src/main/resour= ces/archetype-resources/LICENSE.txt ( 638106 ) /cocoon/trunk/tools/archetypes/cocoon-22-archetype-webapp/src/main/resour= ces/archetype-resources/NOTICE.txt ( 638106 ) /cocoon/trunk/tools/cocoon-daisy-export-strategy/LICENSE.txt ( 638106 ) /cocoon/trunk/tools/cocoon-daisy-export-strategy/NOTICE.txt ( 638106 ) /cocoon/trunk/tools/cocoon-daisy-export-strategy/src/main/resources/META-= INF/license.txt ( 638106 ) /cocoon/trunk/tools/cocoon-daisy-export-strategy/src/main/resources/META-= INF/notice.txt ( 638106 ) /cocoon/trunk/tools/cocoon-it-fw/LICENSE.txt ( 638106 ) /cocoon/trunk/tools/cocoon-it-fw/NOTICE.txt ( 638106 ) /cocoon/trunk/tools/cocoon-maven-docs-cleaner-plugin/LICENSE.txt ( 638106= ) /cocoon/trunk/tools/cocoon-maven-docs-cleaner-plugin/NOTICE.txt ( 638106 = ) /cocoon/trunk/tools/cocoon-maven-docs-cleaner-plugin/src/main/resources/M= ETA-INF/license.txt ( 638106 ) /cocoon/trunk/tools/cocoon-maven-docs-cleaner-plugin/src/main/resources/M= ETA-INF/notice.txt ( 638106 ) /cocoon/trunk/tools/cocoon-maven-javadocs-script-report/LICENSE.txt ( 638= 106 ) /cocoon/trunk/tools/cocoon-maven-javadocs-script-report/NOTICE.txt ( 6381= 06 ) /cocoon/trunk/tools/cocoon-maven-javadocs-script-report/src/main/resource= s/META-INF/license.txt ( 638106 ) /cocoon/trunk/tools/cocoon-maven-javadocs-script-report/src/main/resource= s/META-INF/notice.txt ( 638106 ) /cocoon/trunk/tools/cocoon-maven-plugin/LICENSE.txt ( 638106 ) /cocoon/trunk/tools/cocoon-maven-plugin/NOTICE.txt ( 638106 ) /cocoon/trunk/tools/cocoon-maven-plugin/src/main/resources/META-INF/licen= se.txt ( 638106 ) /cocoon/trunk/tools/cocoon-maven-plugin/src/main/resources/META-INF/notic= e.txt ( 638106 ) /cocoon/trunk/tools/cocoon-maven-reports/LICENSE.txt ( 638106 ) /cocoon/trunk/tools/cocoon-maven-reports/NOTICE.txt ( 638106 ) /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin-demo/LICENSE.txt ( 63810= 6 ) /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin-demo/NOTICE.txt ( 638106= ) /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-spring-reloader/LICENSE.txt ( 6= 38106 ) /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-spring-reloader/NOTICE.txt ( 63= 8106 ) /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-spring-reloader/src/main/resour= ces/META-INF/license.txt ( 638106 ) /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-spring-reloader/src/main/resour= ces/META-INF/notice.txt ( 638106 ) /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-webapp-wrapper/LICENSE.txt ( 63= 8106 ) /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-webapp-wrapper/NOTICE.txt ( 638= 106 ) /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-webapp-wrapper/src/main/resourc= es/META-INF/license.txt ( 638106 ) /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-webapp-wrapper/src/main/resourc= es/META-INF/notice.txt ( 638106 ) /cocoon/trunk/tools/license-checker/NOTICE.txt ( 638106 ) /cocoon/trunk/tools/license-checker/check.groovy ( 638106 ) /cocoon/trunk/tools/pom-updater/test/LICENSE.txt ( 638106 ) /cocoon/trunk/tools/pom-updater/test/NOTICE.txt ( 638106 ) /cocoon/trunk/tools/pom-updater/test/module/LICENSE.txt ( 638106 ) /cocoon/trunk/tools/pom-updater/test/module/NOTICE.txt ( 638106 ) /cocoon/trunk/tools/sitemaptags2daisy/LICENSE.txt ( 638106 ) /cocoon/trunk/tools/sitemaptags2daisy/NOTICE.txt ( 638106 ) Changed: reinhard @ Mon 17 Mar 2008 15:51:05 -0700 Comment: fix LICENSE and NOTICE files Files changed: /cocoon/trunk/blocks/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-ajax/cocoon-ajax-impl/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-ajax/cocoon-ajax-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-ajax/cocoon-ajax-impl/src/main/resources/META= -INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-ajax/cocoon-ajax-impl/src/main/resources/META= -INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-ajax/cocoon-ajax-sample/LICENSE.txt ( 638120 = ) /cocoon/trunk/blocks/cocoon-ajax/cocoon-ajax-sample/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-apples/cocoon-apples-impl/LICENSE.txt ( 63812= 0 ) /cocoon/trunk/blocks/cocoon-apples/cocoon-apples-impl/NOTICE.txt ( 638120= ) /cocoon/trunk/blocks/cocoon-apples/cocoon-apples-impl/src/main/resources/= META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-apples/cocoon-apples-impl/src/main/resources/= META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-apples/cocoon-apples-sample/LICENSE.txt ( 638= 120 ) /cocoon/trunk/blocks/cocoon-apples/cocoon-apples-sample/NOTICE.txt ( 6381= 20 ) /cocoon/trunk/blocks/cocoon-asciiart/cocoon-asciiart-impl/LICENSE.txt ( 6= 38120 ) /cocoon/trunk/blocks/cocoon-asciiart/cocoon-asciiart-impl/NOTICE.txt ( 63= 8120 ) /cocoon/trunk/blocks/cocoon-asciiart/cocoon-asciiart-impl/src/main/resour= ces/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-asciiart/cocoon-asciiart-impl/src/main/resour= ces/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-asciiart/cocoon-asciiart-sample/LICENSE.txt (= 638120 ) /cocoon/trunk/blocks/cocoon-asciiart/cocoon-asciiart-sample/NOTICE.txt ( = 638120 ) /cocoon/trunk/blocks/cocoon-auth/cocoon-acegisecurity-sample/LICENSE.txt = ( 638120 ) /cocoon/trunk/blocks/cocoon-auth/cocoon-acegisecurity-sample/NOTICE.txt (= 638120 ) /cocoon/trunk/blocks/cocoon-auth/cocoon-auth-api/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-auth/cocoon-auth-api/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-auth/cocoon-auth-api/src/main/resources/META-= INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-auth/cocoon-auth-api/src/main/resources/META-= INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-auth/cocoon-auth-impl/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-auth/cocoon-auth-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-auth/cocoon-auth-impl/src/main/resources/META= -INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-auth/cocoon-auth-impl/src/main/resources/META= -INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-auth/cocoon-auth-sample/LICENSE.txt ( 638120 = ) /cocoon/trunk/blocks/cocoon-auth/cocoon-auth-sample/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-authentication-fw/cocoon-authentication-fw-im= pl/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-authentication-fw/cocoon-authentication-fw-im= pl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-authentication-fw/cocoon-authentication-fw-im= pl/src/main/resources/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-authentication-fw/cocoon-authentication-fw-im= pl/src/main/resources/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-authentication-fw/cocoon-authentication-fw-sa= mple/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-authentication-fw/cocoon-authentication-fw-sa= mple/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-axis/cocoon-axis-impl/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-axis/cocoon-axis-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-axis/cocoon-axis-impl/src/main/resources/META= -INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-axis/cocoon-axis-impl/src/main/resources/META= -INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-axis/cocoon-axis-sample/LICENSE.txt ( 638120 = ) /cocoon/trunk/blocks/cocoon-axis/cocoon-axis-sample/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-batik/cocoon-batik-impl/LICENSE.txt ( 638120 = ) /cocoon/trunk/blocks/cocoon-batik/cocoon-batik-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-batik/cocoon-batik-impl/src/main/resources/ME= TA-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-batik/cocoon-batik-impl/src/main/resources/ME= TA-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-batik/cocoon-batik-sample/LICENSE.txt ( 63812= 0 ) /cocoon/trunk/blocks/cocoon-batik/cocoon-batik-sample/NOTICE.txt ( 638120= ) /cocoon/trunk/blocks/cocoon-bsf/cocoon-bsf-impl/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-bsf/cocoon-bsf-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-bsf/cocoon-bsf-impl/src/main/resources/META-I= NF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-bsf/cocoon-bsf-impl/src/main/resources/META-I= NF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-bsf/cocoon-bsf-sample/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-bsf/cocoon-bsf-sample/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-captcha/cocoon-captcha-impl/LICENSE.txt ( 638= 120 ) /cocoon/trunk/blocks/cocoon-captcha/cocoon-captcha-impl/NOTICE.txt ( 6381= 20 ) /cocoon/trunk/blocks/cocoon-captcha/cocoon-captcha-impl/src/main/resource= s/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-captcha/cocoon-captcha-impl/src/main/resource= s/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-captcha/cocoon-captcha-sample/LICENSE.txt ( 6= 38120 ) /cocoon/trunk/blocks/cocoon-captcha/cocoon-captcha-sample/NOTICE.txt ( 63= 8120 ) /cocoon/trunk/blocks/cocoon-chaperon/cocoon-chaperon-impl/LICENSE.txt ( 6= 38120 ) /cocoon/trunk/blocks/cocoon-chaperon/cocoon-chaperon-impl/NOTICE.txt ( 63= 8120 ) /cocoon/trunk/blocks/cocoon-chaperon/cocoon-chaperon-impl/src/main/resour= ces/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-chaperon/cocoon-chaperon-impl/src/main/resour= ces/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-chaperon/cocoon-chaperon-sample/LICENSE.txt (= 638120 ) /cocoon/trunk/blocks/cocoon-chaperon/cocoon-chaperon-sample/NOTICE.txt ( = 638120 ) /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-additional-sample/LIC= ENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-additional-sample/NOT= ICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/LICENSE.t= xt ( 638120 ) /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/NOTICE.tx= t ( 638120 ) /cocoon/trunk/blocks/cocoon-cron/cocoon-cron-impl/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-cron/cocoon-cron-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-cron/cocoon-cron-impl/src/main/resources/META= -INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-cron/cocoon-cron-impl/src/main/resources/META= -INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-cron/cocoon-cron-sample/LICENSE.txt ( 638120 = ) /cocoon/trunk/blocks/cocoon-cron/cocoon-cron-sample/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-bridge/LICENSE.txt= ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-bridge/NOTICE.txt = ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-bridge/src/main/re= sources/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-bridge/src/main/re= sources/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-hsqldb-client/LICE= NSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-hsqldb-client/NOTI= CE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-hsqldb-client/src/= main/resources/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-hsqldb-client/src/= main/resources/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-hsqldb-server/LICE= NSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-hsqldb-server/NOTI= CE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-hsqldb-server/src/= main/resources/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-hsqldb-server/src/= main/resources/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-impl/LICENSE.txt (= 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-impl/NOTICE.txt ( = 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-impl/src/main/reso= urces/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-impl/src/main/reso= urces/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-mocks/LICENSE.txt = ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-mocks/NOTICE.txt (= 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-mocks/src/main/res= ources/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-mocks/src/main/res= ources/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-odbc-client/LICENS= E.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-odbc-client/NOTICE= .txt ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-odbc-client/src/ma= in/resources/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-odbc-client/src/ma= in/resources/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-oracle-client/LICE= NSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-oracle-client/NOTI= CE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-oracle-client/src/= main/resources/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-oracle-client/src/= main/resources/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-postgresql-client/= LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-postgresql-client/= NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-postgresql-client/= src/main/resources/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-postgresql-client/= src/main/resources/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-sample/LICENSE.txt= ( 638120 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-sample/NOTICE.txt = ( 638120 ) /cocoon/trunk/blocks/cocoon-deli/cocoon-deli-impl/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-deli/cocoon-deli-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-deli/cocoon-deli-impl/src/main/resources/META= -INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-deli/cocoon-deli-impl/src/main/resources/META= -INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-deli/cocoon-deli-sample/LICENSE.txt ( 638120 = ) /cocoon/trunk/blocks/cocoon-deli/cocoon-deli-sample/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/LICENSE.txt= ( 638120 ) /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/NOTICE.txt = ( 638120 ) /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/re= sources/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/re= sources/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-sample/LICENSE.t= xt ( 638120 ) /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-sample/NOTICE.tx= t ( 638120 ) /cocoon/trunk/blocks/cocoon-faces/cocoon-faces-impl/LICENSE.txt ( 638120 = ) /cocoon/trunk/blocks/cocoon-faces/cocoon-faces-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-faces/cocoon-faces-impl/src/main/resources/ME= TA-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-faces/cocoon-faces-impl/src/main/resources/ME= TA-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-faces/cocoon-faces-sample/LICENSE.txt ( 63812= 0 ) /cocoon/trunk/blocks/cocoon-faces/cocoon-faces-sample/NOTICE.txt ( 638120= ) /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/LICENSE.txt= ( 638120 ) /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/NOTICE.txt = ( 638120 ) /cocoon/trunk/blocks/cocoon-fop/cocoon-fop-impl/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-fop/cocoon-fop-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-fop/cocoon-fop-impl/src/main/resources/META-I= NF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-fop/cocoon-fop-impl/src/main/resources/META-I= NF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-fop/cocoon-fop-ng-impl/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-fop/cocoon-fop-ng-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-fop/cocoon-fop-ng-impl/src/main/resources/MET= A-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-fop/cocoon-fop-ng-impl/src/main/resources/MET= A-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-fop/cocoon-fop-ng-sample/LICENSE.txt ( 638120= ) /cocoon/trunk/blocks/cocoon-fop/cocoon-fop-ng-sample/NOTICE.txt ( 638120 = ) /cocoon/trunk/blocks/cocoon-fop/cocoon-fop-sample/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-fop/cocoon-fop-sample/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/LICENSE.txt ( 638120 = ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/ME= TA-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/ME= TA-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/LICENSE.txt ( 63812= 0 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/NOTICE.txt ( 638120= ) /cocoon/trunk/blocks/cocoon-html/cocoon-html-impl/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-html/cocoon-html-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-html/cocoon-html-impl/src/main/resources/META= -INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-html/cocoon-html-impl/src/main/resources/META= -INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-html/cocoon-html-sample/LICENSE.txt ( 638120 = ) /cocoon/trunk/blocks/cocoon-html/cocoon-html-sample/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/LICENSE.txt ( 638= 120 ) /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/NOTICE.txt ( 6381= 20 ) /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/src/main/resource= s/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/src/main/resource= s/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-sample/LICENSE.txt ( 6= 38120 ) /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-sample/NOTICE.txt ( 63= 8120 ) /cocoon/trunk/blocks/cocoon-itext/cocoon-itext-impl/LICENSE.txt ( 638120 = ) /cocoon/trunk/blocks/cocoon-itext/cocoon-itext-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-itext/cocoon-itext-impl/src/main/resources/ME= TA-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-itext/cocoon-itext-impl/src/main/resources/ME= TA-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/LICENSE.txt ( 63812= 0 ) /cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/NOTICE.txt ( 638120= ) /cocoon/trunk/blocks/cocoon-javaflow/cocoon-javaflow-impl/LICENSE.txt ( 6= 38120 ) /cocoon/trunk/blocks/cocoon-javaflow/cocoon-javaflow-impl/NOTICE.txt ( 63= 8120 ) /cocoon/trunk/blocks/cocoon-javaflow/cocoon-javaflow-impl/src/main/resour= ces/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-javaflow/cocoon-javaflow-impl/src/main/resour= ces/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-javaflow/cocoon-javaflow-sample/LICENSE.txt (= 638120 ) /cocoon/trunk/blocks/cocoon-javaflow/cocoon-javaflow-sample/NOTICE.txt ( = 638120 ) /cocoon/trunk/blocks/cocoon-jcr/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-jcr/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-jcr/cocoon-jcr-impl/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-jcr/cocoon-jcr-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-jcr/cocoon-jcr-impl/src/main/resources/META-I= NF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-jcr/cocoon-jcr-impl/src/main/resources/META-I= NF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-jcr/cocoon-jcr-sample/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-jcr/cocoon-jcr-sample/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-jfor/cocoon-jfor-impl/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-jfor/cocoon-jfor-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-jfor/cocoon-jfor-impl/src/main/resources/META= -INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-jfor/cocoon-jfor-impl/src/main/resources/META= -INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-jfor/cocoon-jfor-sample/LICENSE.txt ( 638120 = ) /cocoon/trunk/blocks/cocoon-jfor/cocoon-jfor-sample/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/src/main/resources/META-I= NF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/src/main/resources/META-I= NF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-jsp/cocoon-jsp-impl/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-jsp/cocoon-jsp-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-jsp/cocoon-jsp-impl/src/main/resources/META-I= NF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-jsp/cocoon-jsp-impl/src/main/resources/META-I= NF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-jsp/cocoon-jsp-mocks/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-jsp/cocoon-jsp-mocks/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-jsp/cocoon-jsp-mocks/src/main/resources/META-= INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-jsp/cocoon-jsp-mocks/src/main/resources/META-= INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-jsp/cocoon-jsp-sample/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-jsp/cocoon-jsp-sample/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-linkrewriter/cocoon-linkrewriter-impl/LICENSE= .txt ( 638120 ) /cocoon/trunk/blocks/cocoon-linkrewriter/cocoon-linkrewriter-impl/NOTICE.= txt ( 638120 ) /cocoon/trunk/blocks/cocoon-linkrewriter/cocoon-linkrewriter-impl/src/mai= n/resources/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-linkrewriter/cocoon-linkrewriter-impl/src/mai= n/resources/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-linkrewriter/cocoon-linkrewriter-sample/LICEN= SE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-linkrewriter/cocoon-linkrewriter-sample/NOTIC= E.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-lucene/cocoon-lucene-impl/LICENSE.txt ( 63812= 0 ) /cocoon/trunk/blocks/cocoon-lucene/cocoon-lucene-impl/NOTICE.txt ( 638120= ) /cocoon/trunk/blocks/cocoon-lucene/cocoon-lucene-impl/src/main/resources/= META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-lucene/cocoon-lucene-impl/src/main/resources/= META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-lucene/cocoon-lucene-sample/LICENSE.txt ( 638= 120 ) /cocoon/trunk/blocks/cocoon-lucene/cocoon-lucene-sample/NOTICE.txt ( 6381= 20 ) /cocoon/trunk/blocks/cocoon-mail/cocoon-mail-impl/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-mail/cocoon-mail-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-mail/cocoon-mail-impl/src/main/resources/META= -INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-mail/cocoon-mail-impl/src/main/resources/META= -INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-mail/cocoon-mail-sample/LICENSE.txt ( 638120 = ) /cocoon/trunk/blocks/cocoon-mail/cocoon-mail-sample/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-midi/cocoon-midi-impl/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-midi/cocoon-midi-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-midi/cocoon-midi-impl/src/main/resources/META= -INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-midi/cocoon-midi-impl/src/main/resources/META= -INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-midi/cocoon-midi-sample/LICENSE.txt ( 638120 = ) /cocoon/trunk/blocks/cocoon-midi/cocoon-midi-sample/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-naming/cocoon-naming-impl/LICENSE.txt ( 63812= 0 ) /cocoon/trunk/blocks/cocoon-naming/cocoon-naming-impl/NOTICE.txt ( 638120= ) /cocoon/trunk/blocks/cocoon-naming/cocoon-naming-impl/src/main/resources/= META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-naming/cocoon-naming-impl/src/main/resources/= META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-naming/cocoon-naming-sample/LICENSE.txt ( 638= 120 ) /cocoon/trunk/blocks/cocoon-naming/cocoon-naming-sample/NOTICE.txt ( 6381= 20 ) /cocoon/trunk/blocks/cocoon-ojb/cocoon-ojb-impl/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-ojb/cocoon-ojb-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-ojb/cocoon-ojb-impl/src/main/resources/META-I= NF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-ojb/cocoon-ojb-impl/src/main/resources/META-I= NF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-ojb/cocoon-ojb-mocks/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-ojb/cocoon-ojb-mocks/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-ojb/cocoon-ojb-mocks/src/main/resources/META-= INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-ojb/cocoon-ojb-mocks/src/main/resources/META-= INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-ojb/cocoon-ojb-sample/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-ojb/cocoon-ojb-sample/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-petstore/cocoon-petstore-impl/LICENSE.txt ( 6= 38120 ) /cocoon/trunk/blocks/cocoon-petstore/cocoon-petstore-impl/NOTICE.txt ( 63= 8120 ) /cocoon/trunk/blocks/cocoon-petstore/cocoon-petstore-impl/src/main/resour= ces/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-petstore/cocoon-petstore-impl/src/main/resour= ces/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-petstore/cocoon-petstore-sample/LICENSE.txt (= 638120 ) /cocoon/trunk/blocks/cocoon-petstore/cocoon-petstore-sample/NOTICE.txt ( = 638120 ) /cocoon/trunk/blocks/cocoon-poi/cocoon-poi-impl/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-poi/cocoon-poi-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-poi/cocoon-poi-impl/src/main/resources/META-I= NF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-poi/cocoon-poi-impl/src/main/resources/META-I= NF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-poi/cocoon-poi-sample/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-poi/cocoon-poi-sample/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-portal/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-portal/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-api/LICENSE.txt ( 638120= ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-api/NOTICE.txt ( 638120 = ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-api/src/main/resources/M= ETA-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-api/src/main/resources/M= ETA-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-auth-impl/LICENSE.txt ( = 638120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-auth-impl/NOTICE.txt ( 6= 38120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-auth-impl/src/main/resou= rces/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-auth-impl/src/main/resou= rces/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-bridges-impl/LICENSE.txt= ( 638120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-bridges-impl/NOTICE.txt = ( 638120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-bridges-impl/src/main/re= sources/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-bridges-impl/src/main/re= sources/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-converter-castor/LICENSE= .txt ( 638120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-converter-castor/NOTICE.= txt ( 638120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/LICENSE.txt ( 63812= 0 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/NOTICE.txt ( 638120= ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/resources/= META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/resources/= META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/LICENSE.txt= ( 638120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/NOTICE.txt = ( 638120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/src/main/re= sources/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/src/main/re= sources/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-newimpl/LICENSE.= txt ( 638120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-newimpl/NOTICE.t= xt ( 638120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-newimpl/src/main= /resources/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-newimpl/src/main= /resources/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/LICENSE.txt ( 638= 120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/NOTICE.txt ( 6381= 20 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sitemap/LICENSE.txt ( 63= 8120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sitemap/NOTICE.txt ( 638= 120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sitemap/src/main/resourc= es/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sitemap/src/main/resourc= es/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/LICENSE.txt ( = 638120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/NOTICE.txt ( 6= 38120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/src/main/resou= rces/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/src/main/resou= rces/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-profiler/cocoon-profiler-impl/LICENSE.txt ( 6= 38120 ) /cocoon/trunk/blocks/cocoon-profiler/cocoon-profiler-impl/NOTICE.txt ( 63= 8120 ) /cocoon/trunk/blocks/cocoon-profiler/cocoon-profiler-impl/src/main/resour= ces/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-profiler/cocoon-profiler-impl/src/main/resour= ces/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-profiler/cocoon-profiler-sample/LICENSE.txt (= 638120 ) /cocoon/trunk/blocks/cocoon-profiler/cocoon-profiler-sample/NOTICE.txt ( = 638120 ) /cocoon/trunk/blocks/cocoon-proxy/cocoon-proxy-impl/LICENSE.txt ( 638120 = ) /cocoon/trunk/blocks/cocoon-proxy/cocoon-proxy-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-proxy/cocoon-proxy-impl/src/main/resources/ME= TA-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-proxy/cocoon-proxy-impl/src/main/resources/ME= TA-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-proxy/cocoon-proxy-sample/LICENSE.txt ( 63812= 0 ) /cocoon/trunk/blocks/cocoon-proxy/cocoon-proxy-sample/NOTICE.txt ( 638120= ) /cocoon/trunk/blocks/cocoon-python/cocoon-python-impl/LICENSE.txt ( 63812= 0 ) /cocoon/trunk/blocks/cocoon-python/cocoon-python-impl/NOTICE.txt ( 638120= ) /cocoon/trunk/blocks/cocoon-python/cocoon-python-impl/src/main/resources/= META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-python/cocoon-python-impl/src/main/resources/= META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-python/cocoon-python-mocks/LICENSE.txt ( 6381= 20 ) /cocoon/trunk/blocks/cocoon-python/cocoon-python-mocks/NOTICE.txt ( 63812= 0 ) /cocoon/trunk/blocks/cocoon-python/cocoon-python-mocks/src/main/resources= /META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-python/cocoon-python-mocks/src/main/resources= /META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-qdox/cocoon-qdox-impl/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-qdox/cocoon-qdox-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-qdox/cocoon-qdox-impl/src/main/resources/META= -INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-qdox/cocoon-qdox-impl/src/main/resources/META= -INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-qdox/cocoon-qdox-sample/LICENSE.txt ( 638120 = ) /cocoon/trunk/blocks/cocoon-qdox/cocoon-qdox-sample/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-querybean/cocoon-querybean-impl/LICENSE.txt (= 638120 ) /cocoon/trunk/blocks/cocoon-querybean/cocoon-querybean-impl/NOTICE.txt ( = 638120 ) /cocoon/trunk/blocks/cocoon-querybean/cocoon-querybean-impl/src/main/reso= urces/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-querybean/cocoon-querybean-impl/src/main/reso= urces/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-querybean/cocoon-querybean-sample/LICENSE.txt= ( 638120 ) /cocoon/trunk/blocks/cocoon-querybean/cocoon-querybean-sample/NOTICE.txt = ( 638120 ) /cocoon/trunk/blocks/cocoon-repository/cocoon-repository-impl/LICENSE.txt= ( 638120 ) /cocoon/trunk/blocks/cocoon-repository/cocoon-repository-impl/NOTICE.txt = ( 638120 ) /cocoon/trunk/blocks/cocoon-repository/cocoon-repository-impl/src/main/re= sources/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-repository/cocoon-repository-impl/src/main/re= sources/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/LI= CENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/NO= TICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/sr= c/main/resources/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-scratchpad/cocoon-scratchpad-impl/LICENSE.txt= ( 638120 ) /cocoon/trunk/blocks/cocoon-scratchpad/cocoon-scratchpad-impl/NOTICE.txt = ( 638120 ) /cocoon/trunk/blocks/cocoon-scratchpad/cocoon-scratchpad-impl/src/main/re= sources/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-scratchpad/cocoon-scratchpad-impl/src/main/re= sources/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-scratchpad/cocoon-scratchpad-sample/LICENSE.t= xt ( 638120 ) /cocoon/trunk/blocks/cocoon-scratchpad/cocoon-scratchpad-sample/NOTICE.tx= t ( 638120 ) /cocoon/trunk/blocks/cocoon-serializers/cocoon-serializers-charsets/LICEN= SE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-serializers/cocoon-serializers-charsets/NOTIC= E.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-serializers/cocoon-serializers-charsets/src/m= ain/resources/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-serializers/cocoon-serializers-charsets/src/m= ain/resources/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-serializers/cocoon-serializers-impl/LICENSE.t= xt ( 638120 ) /cocoon/trunk/blocks/cocoon-serializers/cocoon-serializers-impl/NOTICE.tx= t ( 638120 ) /cocoon/trunk/blocks/cocoon-serializers/cocoon-serializers-impl/src/main/= resources/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-serializers/cocoon-serializers-impl/src/main/= resources/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-session-fw/cocoon-session-fw-impl/LICENSE.txt= ( 638120 ) /cocoon/trunk/blocks/cocoon-session-fw/cocoon-session-fw-impl/NOTICE.txt = ( 638120 ) /cocoon/trunk/blocks/cocoon-session-fw/cocoon-session-fw-impl/src/main/re= sources/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-session-fw/cocoon-session-fw-impl/src/main/re= sources/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-session-fw/cocoon-session-fw-sample/LICENSE.t= xt ( 638120 ) /cocoon/trunk/blocks/cocoon-session-fw/cocoon-session-fw-sample/NOTICE.tx= t ( 638120 ) /cocoon/trunk/blocks/cocoon-slide/cocoon-slide-impl/LICENSE.txt ( 638120 = ) /cocoon/trunk/blocks/cocoon-slide/cocoon-slide-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-slide/cocoon-slide-impl/src/main/resources/ME= TA-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-slide/cocoon-slide-impl/src/main/resources/ME= TA-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-slide/cocoon-slide-sample/LICENSE.txt ( 63812= 0 ) /cocoon/trunk/blocks/cocoon-slide/cocoon-slide-sample/NOTICE.txt ( 638120= ) /cocoon/trunk/blocks/cocoon-slop/cocoon-slop-impl/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-slop/cocoon-slop-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-slop/cocoon-slop-impl/src/main/resources/META= -INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-slop/cocoon-slop-impl/src/main/resources/META= -INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-slop/cocoon-slop-sample/LICENSE.txt ( 638120 = ) /cocoon/trunk/blocks/cocoon-slop/cocoon-slop-sample/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-stx/cocoon-stx-impl/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-stx/cocoon-stx-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-stx/cocoon-stx-impl/src/main/resources/META-I= NF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-stx/cocoon-stx-impl/src/main/resources/META-I= NF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-stx/cocoon-stx-sample/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-stx/cocoon-stx-sample/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-taglib/cocoon-taglib-impl/LICENSE.txt ( 63812= 0 ) /cocoon/trunk/blocks/cocoon-taglib/cocoon-taglib-impl/NOTICE.txt ( 638120= ) /cocoon/trunk/blocks/cocoon-taglib/cocoon-taglib-impl/src/main/resources/= META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-taglib/cocoon-taglib-impl/src/main/resources/= META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-taglib/cocoon-taglib-sample/LICENSE.txt ( 638= 120 ) /cocoon/trunk/blocks/cocoon-taglib/cocoon-taglib-sample/NOTICE.txt ( 6381= 20 ) /cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/LICENSE.txt ( 6= 38120 ) /cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/NOTICE.txt ( 63= 8120 ) /cocoon/trunk/blocks/cocoon-template/cocoon-template-sample/LICENSE.txt (= 638120 ) /cocoon/trunk/blocks/cocoon-template/cocoon-template-sample/NOTICE.txt ( = 638120 ) /cocoon/trunk/blocks/cocoon-tour/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-tour/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-tour/cocoon-tour-impl/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-tour/cocoon-tour-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-tour/cocoon-tour-impl/src/main/resources/META= -INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-tour/cocoon-tour-impl/src/main/resources/META= -INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-tour/cocoon-tour-sample/LICENSE.txt ( 638120 = ) /cocoon/trunk/blocks/cocoon-tour/cocoon-tour-sample/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-validation/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-validation/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-validation/cocoon-validation-impl/LICENSE.txt= ( 638120 ) /cocoon/trunk/blocks/cocoon-validation/cocoon-validation-impl/NOTICE.txt = ( 638120 ) /cocoon/trunk/blocks/cocoon-validation/cocoon-validation-impl/src/main/re= sources/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-validation/cocoon-validation-impl/src/main/re= sources/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-validation/cocoon-validation-sample/LICENSE.t= xt ( 638120 ) /cocoon/trunk/blocks/cocoon-validation/cocoon-validation-sample/NOTICE.tx= t ( 638120 ) /cocoon/trunk/blocks/cocoon-velocity/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-velocity/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-velocity/cocoon-velocity-impl/LICENSE.txt ( 6= 38120 ) /cocoon/trunk/blocks/cocoon-velocity/cocoon-velocity-impl/NOTICE.txt ( 63= 8120 ) /cocoon/trunk/blocks/cocoon-velocity/cocoon-velocity-impl/src/main/resour= ces/META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-velocity/cocoon-velocity-impl/src/main/resour= ces/META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-velocity/cocoon-velocity-sample/LICENSE.txt (= 638120 ) /cocoon/trunk/blocks/cocoon-velocity/cocoon-velocity-sample/NOTICE.txt ( = 638120 ) /cocoon/trunk/blocks/cocoon-web3/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-web3/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-web3/cocoon-web3-impl/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-web3/cocoon-web3-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-web3/cocoon-web3-impl/src/main/resources/META= -INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-web3/cocoon-web3-impl/src/main/resources/META= -INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-web3/cocoon-web3-mocks/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-web3/cocoon-web3-mocks/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-web3/cocoon-web3-mocks/src/main/resources/MET= A-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-web3/cocoon-web3-mocks/src/main/resources/MET= A-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-web3/cocoon-web3-sample/LICENSE.txt ( 638120 = ) /cocoon/trunk/blocks/cocoon-web3/cocoon-web3-sample/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-webdav/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-webdav/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-webdav/cocoon-webdav-impl/LICENSE.txt ( 63812= 0 ) /cocoon/trunk/blocks/cocoon-webdav/cocoon-webdav-impl/NOTICE.txt ( 638120= ) /cocoon/trunk/blocks/cocoon-webdav/cocoon-webdav-impl/src/main/resources/= META-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-webdav/cocoon-webdav-impl/src/main/resources/= META-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-webdav/cocoon-webdav-sample/LICENSE.txt ( 638= 120 ) /cocoon/trunk/blocks/cocoon-webdav/cocoon-webdav-sample/NOTICE.txt ( 6381= 20 ) /cocoon/trunk/blocks/cocoon-welcome/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-welcome/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-xmldb/cocoon-xmldb-impl/LICENSE.txt ( 638120 = ) /cocoon/trunk/blocks/cocoon-xmldb/cocoon-xmldb-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-xmldb/cocoon-xmldb-impl/src/main/resources/ME= TA-INF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-xmldb/cocoon-xmldb-impl/src/main/resources/ME= TA-INF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-xmldb/cocoon-xmldb-sample/LICENSE.txt ( 63812= 0 ) /cocoon/trunk/blocks/cocoon-xmldb/cocoon-xmldb-sample/NOTICE.txt ( 638120= ) /cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/src/main/resources/META-I= NF/license.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/src/main/resources/META-I= NF/notice.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-sample/LICENSE.txt ( 638120 ) /cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-sample/NOTICE.txt ( 638120 ) /cocoon/trunk/blocks/pom.xml ( 638120 ) Changed: reinhard @ Mon 17 Mar 2008 15:53:05 -0700 Comment: add license and notice files to the META-INF directory of each mod= ule Files changed: /cocoon/trunk/parent/pom.xml ( 638122 ) Changed: reinhard @ Mon 17 Mar 2008 16:33:25 -0700 Comment: add legal default files for Cocoon Files changed: /cocoon/trunk/tools/release-builder/legal ( 638133 ) /cocoon/trunk/tools/release-builder/legal/default ( 638133 ) /cocoon/trunk/tools/release-builder/legal/default/LICENSE.txt ( 638133 ) /cocoon/trunk/tools/release-builder/legal/default/NOTICE.txt ( 638133 ) Changed: reinhard @ Mon 17 Mar 2008 16:47:20 -0700 Comment: add base-dir to the package; provide mechanism to set legal files Files changed: /cocoon/trunk/tools/release-builder/build.xml ( 638139 ) Changed: reinhard @ Mon 17 Mar 2008 17:38:38 -0700 Comment: add build file, README and Jetty configuration file for the 'getti= ng-started' application Files changed: /cocoon/trunk/tools/release-builder/getting-started ( 638157 ) /cocoon/trunk/tools/release-builder/getting-started/README.txt ( 638157 ) /cocoon/trunk/tools/release-builder/getting-started/app ( 638157 ) /cocoon/trunk/tools/release-builder/getting-started/app/build.xml ( 63815= 7 ) /cocoon/trunk/tools/release-builder/getting-started/jetty ( 638157 ) /cocoon/trunk/tools/release-builder/getting-started/jetty/getting-started= .xml ( 638157 ) Changed: reinhard @ Mon 17 Mar 2008 18:10:11 -0700 Comment: add license for 'getting started' - it contains all licenses of su= bcomponents that come with different license terms than Apache License 2.0 Files changed: /cocoon/trunk/tools/release-builder/legal/getting-started ( 638161 ) /cocoon/trunk/tools/release-builder/legal/getting-started/LICENSE.txt ( 6= 38161 ) Changed: reinhard @ Mon 17 Mar 2008 18:21:11 -0700 Comment: add legal files to the getting-started artifact; make it run on Li= nux Files changed: /cocoon/trunk/tools/release-builder/build.xml ( 638162 ) Changed: joerg @ Mon 17 Mar 2008 21:41:23 -0700 Comment: Close streams properly after copying Parts (MultipartParser). Allo= w to access InputStream of PartInMemory multiple times. Files changed: /cocoon/trunk/core/cocoon-core/src/changes/changes.xml ( 638211 ) /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/servlet/mu= ltipart/MultipartParser.java ( 638211 ) /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/servlet/mu= ltipart/Part.java ( 638211 ) /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/servlet/mu= ltipart/PartInMemory.java ( 638211 ) Changed: vgritsenko @ Thu 27 Mar 2008 10:54:47 -0700 Comment: fix deprecation in test case Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/test/resources/or= g/apache/cocoon/forms/formmodel/FieldTestCase.model.xml ( 641926 ) Changed: reinhard @ Fri 28 Mar 2008 01:39:38 -0700 Comment: [maven-release-plugin] prepare release cocoon-it-fw-1.0.0-M1 Files changed: /cocoon/trunk/tools/cocoon-it-fw/pom.xml ( 642138 ) Changed: reinhard @ Fri 28 Mar 2008 01:48:55 -0700 Comment: [maven-release-plugin] prepare for next development iteration Files changed: /cocoon/trunk/tools/cocoon-it-fw/pom.xml ( 642147 ) Changed: reinhard @ Fri 28 Mar 2008 02:07:23 -0700 Comment: back in SNAPSHOT mode Files changed: /cocoon/trunk/tools/cocoon-it-fw/pom.xml ( 642153 ) Changed: giacomo @ Fri 28 Mar 2008 07:17:03 -0700 Comment: added needed dependencies to make it run Files changed: /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-webapp-wrapper/pom.xml ( 642239= ) Changed: reinhard @ Fri 28 Mar 2008 09:35:52 -0700 Comment: . Testcase for COCOON-2187 . SVN ignore Files changed: /cocoon/trunk/blocks/cocoon-template/cocoon-template-sample ( 642285 ) /cocoon/trunk/blocks/cocoon-template/cocoon-template-sample/src/main/reso= urces/COB-INF/it ( 642285 ) /cocoon/trunk/blocks/cocoon-template/cocoon-template-sample/src/main/reso= urces/COB-INF/it/parameter-from-sitemap-with-import.jx ( 642285 ) /cocoon/trunk/blocks/cocoon-template/cocoon-template-sample/src/main/reso= urces/COB-INF/it/parameter-from-sitemap.jx ( 642285 ) /cocoon/trunk/blocks/cocoon-template/cocoon-template-sample/src/main/reso= urces/COB-INF/sitemap.xmap ( 642285 ) Changed: reinhard @ Fri 28 Mar 2008 09:43:54 -0700 Comment: . add integration test for COCOON-2187 . svn:ignore Files changed: /cocoon/trunk/core/cocoon-webapp ( 642288 ) /cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon/it/block= s ( 642288 ) /cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon/it/block= s/template ( 642288 ) /cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon/it/block= s/template/PassingSitemapParameters.java ( 642288 ) Changed: joerg @ Sun 30 Mar 2008 16:45:21 -0700 Comment: yet another reference to the old Woody namespace prefix Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/SubmitDefinitionBuilder.java ( 642840 ) Changed: joerg @ Sun 30 Mar 2008 16:46:15 -0700 Comment: it should not be necessary to retrieve the context twice Files changed: /cocoon/trunk/blocks/cocoon-javaflow/cocoon-javaflow-impl/src/main/java/o= rg/apache/cocoon/components/flow/java/AbstractContinuable.java ( 642841 ) Changed: joerg @ Sun 30 Mar 2008 17:18:55 -0700 Comment: COCOON-2109: Fix clean up of continuations. Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/src/main/java/org/ap= ache/cocoon/components/flow/WebContinuation.java ( 642846 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/changes/changes= .xml ( 642846 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/flow/ContinuationsManagerImpl.java ( 642846 ) Changed: joerg @ Sun 30 Mar 2008 19:19:41 -0700 Comment: fix synchronization Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/flow/ContinuationsManagerImpl.java ( 642855 ) Changed: joerg @ Sun 30 Mar 2008 20:49:27 -0700 Comment: COCOON-2178: Forms: Dispatch only one TreeSelectionEvent on multip= le selection rather than one event for each selected tree item. Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/changes/changes.x= ml ( 642868 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/tree/Tree.java ( 642868 ) Changed: reinhard @ Mon 31 Mar 2008 07:06:55 -0700 Comment: fix fop block target; set general settings Files changed: /cocoon/trunk/tools/release-builder/build.xml ( 642995 ) Changed: reinhard @ Mon 31 Mar 2008 08:36:31 -0700 Comment: add targets for blocks and the configuration subproject Files changed: /cocoon/trunk/tools/release-builder/build.xml ( 643026 ) Changed: reinhard @ Mon 31 Mar 2008 09:04:43 -0700 Comment: fix port number - following the readme document now Files changed: /cocoon/trunk/tools/release-builder/getting-started/jetty/getting-started= .xml ( 643040 ) Changed: reinhard @ Mon 31 Mar 2008 09:27:01 -0700 Comment: slightly improve usage notes Files changed: /cocoon/trunk/tools/release-builder/build.xml ( 643049 ) Changed: reinhard @ Tue 1 Apr 2008 14:38:47 -0700 Comment: fix version number Files changed: /cocoon/trunk/tools/archetypes/cocoon-22-archetype-block/src/main/resourc= es/archetype-resources/pom.xml ( 643592 ) Changed: reinhard @ Tue 1 Apr 2008 14:40:40 -0700 Comment: [maven-release-plugin] prepare release cocoon-22-archetype-block-1= .0.0 Files changed: /cocoon/trunk/tools/archetypes/cocoon-22-archetype-block/pom.xml ( 643594= ) Changed: reinhard @ Tue 1 Apr 2008 14:40:55 -0700 Comment: [maven-release-plugin] prepare for next development iteration Files changed: /cocoon/trunk/tools/archetypes/cocoon-22-archetype-block/pom.xml ( 643596= ) Changed: reinhard @ Tue 1 Apr 2008 14:50:54 -0700 Comment: back in SNAPSHOT mode Files changed: /cocoon/trunk/tools/archetypes/cocoon-22-archetype-block/pom.xml ( 643604= ) Changed: reinhard @ Tue 1 Apr 2008 15:01:32 -0700 Comment: fix script while doing the release ... now everything should work Files changed: /cocoon/trunk/tools/release-builder/build.xml ( 643611 ) Changed: joerg @ Tue 1 Apr 2008 20:44:59 -0700 Comment: remove Log from WebContinuation, change display() to toString(), l= ogging is done "externally" Files changed: /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/main/ja= va/org/apache/cocoon/components/flow/javascript/fom/FOM_Cocoon.java ( 64369= 9 ) /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/main/ja= va/org/apache/cocoon/components/flow/javascript/fom/FOM_JavaScriptInterpret= er.java ( 643699 ) /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/main/ja= va/org/apache/cocoon/components/flow/javascript/fom/FOM_WebContinuation.jav= a ( 643699 ) /cocoon/trunk/blocks/cocoon-scratchpad/cocoon-scratchpad-impl/src/main/ja= va/org/apache/cocoon/components/flow/javascript/fom/AO_FOM_Cocoon.java ( 64= 3699 ) /cocoon/trunk/blocks/cocoon-scratchpad/cocoon-scratchpad-impl/src/main/ja= va/org/apache/cocoon/components/flow/javascript/fom/AO_FOM_JavaScriptInterp= reter.java ( 643699 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/src/main/java/org/ap= ache/cocoon/components/flow/WebContinuation.java ( 643699 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/flow/ContinuationsManagerImpl.java ( 643699 ) Changed: joerg @ Tue 1 Apr 2008 20:59:30 -0700 Comment: revert changes for revision 642855, rather start the refactoring f= or fixing threading issues from before that revision Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/flow/ContinuationsManagerImpl.java ( 643716 ) Changed: joerg @ Tue 1 Apr 2008 23:01:30 -0700 Comment: Fix synchronization issues in ContinuationsManager implementation. Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/src/main/java/org/ap= ache/cocoon/components/flow/ContinuationsManager.java ( 643752 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/src/main/java/org/ap= ache/cocoon/components/flow/WebContinuation.java ( 643752 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/changes/changes= .xml ( 643752 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/flow/ContinuationsManagerImpl.java ( 643752 ) Changed: felixk @ Wed 2 Apr 2008 01:45:17 -0700 Comment: Fix version Files changed: /cocoon/trunk/parent/pom.xml ( 643794 ) Changed: felixk @ Wed 2 Apr 2008 01:57:26 -0700 Comment: Fix version Files changed: /cocoon/trunk/parent/pom.xml ( 643799 ) Changed: vgritsenko @ Wed 2 Apr 2008 05:05:01 -0700 Comment: simplify Files changed: /cocoon/trunk/blocks/cocoon-lucene/cocoon-lucene-sample/src/main/resource= s/COB-INF/flow.js ( 643863 ) Changed: joerg @ Wed 2 Apr 2008 23:45:43 -0700 Comment: switch to ContinuationsManager.getForest() Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java= /org/apache/cocoon/generation/StatusGenerator.java ( 644184 ) Changed: joerg @ Wed 2 Apr 2008 23:45:59 -0700 Comment: fix synchronization issue Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/flow/WebContinuationDataBean.java ( 644185 ) Changed: joerg @ Thu 3 Apr 2008 20:05:40 -0700 Comment: extracted HtmlSaxParser from both NekoHTMLGenerator and NekoHTMLTr= ansformer as NekoHtmlSaxParser Files changed: /cocoon/trunk/blocks/cocoon-html/cocoon-html-impl/src/main/java/org/apach= e/cocoon/components ( 644590 ) /cocoon/trunk/blocks/cocoon-html/cocoon-html-impl/src/main/java/org/apach= e/cocoon/components/NekoHtmlSaxParser.java ( 644590 ) /cocoon/trunk/blocks/cocoon-html/cocoon-html-impl/src/main/java/org/apach= e/cocoon/generation/NekoHTMLGenerator.java ( 644590 ) /cocoon/trunk/blocks/cocoon-html/cocoon-html-impl/src/main/java/org/apach= e/cocoon/transformation/NekoHTMLTransformer.java ( 644590 ) Changed: joerg @ Thu 3 Apr 2008 20:11:52 -0700 Comment: COCOON-2063: Set system's default encoding on NekoHTMLGenerator an= d NekoHTMLTransformer configuration to make them work with UTF-8. Files changed: /cocoon/trunk/blocks/cocoon-html/cocoon-html-impl/src/changes/changes.xml= ( 644595 ) /cocoon/trunk/blocks/cocoon-html/cocoon-html-impl/src/main/java/org/apach= e/cocoon/components/NekoHtmlSaxParser.java ( 644595 ) Changed: joerg @ Fri 4 Apr 2008 05:01:03 -0700 Comment: COCOON-2063: revert for the time being since Charset.defaultCharse= t() is only Java 5. Any replacement? Files changed: /cocoon/trunk/blocks/cocoon-html/cocoon-html-impl/src/changes/changes.xml= ( 644687 ) /cocoon/trunk/blocks/cocoon-html/cocoon-html-impl/src/main/java/org/apach= e/cocoon/components/NekoHtmlSaxParser.java ( 644687 ) Changed: vgritsenko @ Wed 9 Apr 2008 06:34:32 -0700 Comment: release date Files changed: /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/changes= /changes.xml ( 646337 ) Changed: vgritsenko @ Wed 9 Apr 2008 06:35:52 -0700 Comment: See http://markmail.org/message/4viaizy77vnrxbko#query:+mid:4viaiz= y77vnrxbko <action dev=3D"vgritsenko" type=3D"update"> Set default encoding for all text based serializers (such as XML, XHTML, text, etc) to UTF-8. </action> Files changed: /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/changes= /changes.xml ( 646338 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/re= sources/META-INF/cocoon/spring/cocoon-core-serializers.xml ( 646338 ) Changed: vgritsenko @ Wed 9 Apr 2008 06:51:53 -0700 Comment: cleanup Files changed: /cocoon/trunk/core/cocoon-webapp/src/main/webapp/test-suite/sitemap.xmap = ( 646350 ) Changed: reinhard @ Sat 12 Apr 2008 07:17:41 -0700 Comment: . revert the previous JNet integration . install URLStreamHandlerFactories by using Spring AOP (intercept all serv= let calls): The URLHandlerFactoryCollector installs all protocols that are provided b= y SpringBeans that are of the type "URLStreamHandlerFactory" . very basic implementations of a blockcontext and a servlet protocol . set a compile time dependency on the Spring configurator (for now the Blo= ckDeployment stuff is there) . this commit will break our samples: Since I others also want to look at t= his code, I don't want to hold back this stuff anylonger. In order to make our samples work again, = I will set the version of the SSF and the Spring configurator to the recently released ones. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/pom= .xml ( 647453 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletservice/ServletServiceContext.java ( 64= 7453 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletservice/URLStreamFactoryInstaller.java = ( 647453 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletservice/spring/ServletDecorator.java ( = 647453 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletservice/spring/ServletFactoryBean.java = ( 647453 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/url ( 647453 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/url/BlockContextURLConnection.java ( 647453 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/url/BlockContextURLStreamHandler.java ( 647453= ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/url/BlockContextURLStreamHandlerFactory.java (= 647453 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/url/ServletURLConnection.java ( 647453 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/url/ServletURLStreamHandler.java ( 647453 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/url/ServletURLStreamHandlerFactory.java ( 6474= 53 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/url/URLHandlerFactoryCollector.java ( 647453 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/excalibur/sourceresolve/jnet/DynamicURLStreamHandlerF= actory.java ( 647453 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/resources/META-INF/cocoon/spring/cocoon-protocol-blockcontext.xml ( 6= 47453 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/resources/META-INF/cocoon/spring/cocoon-protocol-servlet.xml ( 647453= ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/resources/META-INF/cocoon/spring/cocoon-servlet-service-block-servlet= -map.xml ( 647453 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/resources/META-INF/cocoon/spring/cocoon-url-handler.xml ( 647453 ) Changed: gkossakowski @ Sat 12 Apr 2008 14:10:59 -0700 Comment: Servlet Service Framework 1.1.0-SNAPSHOT depends on 1.0.3-SNAPSHOT= version of Spring Cnfigurator. Actually, this 1.0.3-SNAPSHOT should be changed to 1.1.0-SNAPSHOT because i= t's not a patch change here. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/pom= .xml ( 647496 ) Changed: gkossakowski @ Sun 13 Apr 2008 10:13:54 -0700 Comment: Return Servlet.class instead of null if precise information is not= yet available. This change avoids unnecessary bean creations for BeanMap functionality tha= t scans whole Container for beans of certain type. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/servletservice/spring/ServletFactoryBean.java = ( 647590 ) Changed: gkossakowski @ Sun 13 Apr 2008 10:14:26 -0700 Comment: Fix loop that has no real stop condition. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/src= /main/java/org/apache/cocoon/url/URLHandlerFactoryCollector.java ( 647591 ) Changed: reinhard @ Tue 15 Apr 2008 00:40:21 -0700 Comment: lazy initialization (... have to figure out why an advice around the init() method on servlets = doesn't work as expected) Files changed: /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/sitemap/Si= temapServlet.java ( 648145 ) Changed: reinhard @ Tue 15 Apr 2008 00:42:13 -0700 Comment: get the available block contexts from the context of the dispatche= r servlet Files changed: /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/components= /source/impl/BlockContextSourceFactory.java ( 648146 ) Changed: reinhard @ Tue 15 Apr 2008 00:44:49 -0700 Comment: . use the new DeploymentUtil class which is hosted by the SSF (for= now) . svn:ignore Files changed: /cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver ( 648147 ) /cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/pom.xml ( 648147 ) /cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/src/main/java/org/apach= e/cocoon/core/xml/resolver/CocoonSystemResolver.java ( 648147 ) Changed: reinhard @ Tue 15 Apr 2008 00:45:47 -0700 Comment: . enable the BlockDeploymentServletContextListener in web.xml Files changed: /cocoon/trunk/core/cocoon-webapp/src/main/webapp/WEB-INF/web.xml ( 648148= ) Changed: reinhard @ Tue 15 Apr 2008 00:47:49 -0700 Comment: . use SNAPSHOT versions of SSF and spring configurator again Files changed: /cocoon/trunk/parent/pom.xml ( 648152 ) Changed: reinhard @ Tue 15 Apr 2008 00:56:23 -0700 Comment: remove unnecessary configuration Files changed: /cocoon/trunk/blocks/cocoon-apples/cocoon-apples-sample/pom.xml ( 648158 = ) Changed: reinhard @ Tue 15 Apr 2008 01:30:47 -0700 Comment: svn:ignore Files changed: /cocoon/trunk/blocks/cocoon-ajax/cocoon-ajax-impl ( 648173 ) /cocoon/trunk/blocks/cocoon-ajax/cocoon-ajax-sample ( 648173 ) /cocoon/trunk/blocks/cocoon-apples/cocoon-apples-impl ( 648173 ) /cocoon/trunk/blocks/cocoon-apples/cocoon-apples-sample ( 648173 ) /cocoon/trunk/blocks/cocoon-batik/cocoon-batik-impl ( 648173 ) /cocoon/trunk/blocks/cocoon-batik/cocoon-batik-sample ( 648173 ) /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-additional-sample ( 6= 48173 ) /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample ( 648173 = ) /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl ( 648173 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl ( 648173 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample ( 648173 ) /cocoon/trunk/blocks/cocoon-linkrewriter/cocoon-linkrewriter-impl ( 64817= 3 ) /cocoon/trunk/blocks/cocoon-linkrewriter/cocoon-linkrewriter-sample ( 648= 173 ) /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default ( = 648173 ) /cocoon/trunk/blocks/cocoon-template/cocoon-template-impl ( 648173 ) /cocoon/trunk/blocks/pom.xml ( 648173 ) /cocoon/trunk/commons/legal ( 648173 ) /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= api ( 648173 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api ( 648173 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components ( 648173 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl ( 648173 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-sample (= 648173 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api ( 648173 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components ( 648173 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl ( 648173 ) /cocoon/trunk/core/cocoon-store/cocoon-store-impl ( 648173 ) /cocoon/trunk/core/cocoon-thread/cocoon-thread-api ( 648173 ) /cocoon/trunk/core/cocoon-thread/cocoon-thread-impl ( 648173 ) /cocoon/trunk/core/cocoon-util ( 648173 ) /cocoon/trunk/tools/cocoon-maven-docs-cleaner-plugin ( 648173 ) /cocoon/trunk/tools/cocoon-maven-javadocs-script-report ( 648173 ) /cocoon/trunk/tools/cocoon-maven-plugin ( 648173 ) /cocoon/trunk/tools/cocoon-maven-reports ( 648173 ) /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-webapp-wrapper ( 648173 ) /cocoon/trunk/tools/release-builder ( 648173 ) Changed: reinhard @ Tue 15 Apr 2008 10:04:02 -0700 Comment: . remove everything but the JNet stuff . Java 5 -> 1.4 . pom.xml updated . svn:ignore Files changed: /cocoon/trunk/subprojects/cocoon-jnet ( 648331 ) /cocoon/trunk/subprojects/cocoon-jnet/pom.xml ( 648331 ) /cocoon/trunk/subprojects/cocoon-jnet/rcl.properties ( 648331 ) /cocoon/trunk/subprojects/cocoon-jnet/src/main/java/org/apache/cocoon ( 6= 48331 ) /cocoon/trunk/subprojects/cocoon-jnet/src/main/java/org/apache/excalibur/= source ( 648331 ) /cocoon/trunk/subprojects/cocoon-jnet/src/main/java/org/apache/excalibur/= sourceresolve/jnet/DynamicURLStreamHandlerFactory.java ( 648331 ) /cocoon/trunk/subprojects/cocoon-jnet/src/main/java/org/apache/excalibur/= sourceresolve/jnet/URLStreamHandlerFactoryInstaller.java ( 648331 ) /cocoon/trunk/subprojects/cocoon-jnet/src/main/java/org/apache/excalibur/= sourceresolve/jnet/source/SourceFactoriesManager.java ( 648331 ) /cocoon/trunk/subprojects/cocoon-jnet/src/main/java/org/apache/excalibur/= sourceresolve/jnet/source/SourceSAXResult.java ( 648331 ) /cocoon/trunk/subprojects/cocoon-jnet/src/main/java/org/apache/excalibur/= sourceresolve/jnet/source/SourceURLConnection.java ( 648331 ) /cocoon/trunk/subprojects/cocoon-jnet/src/main/java/org/apache/excalibur/= sourceresolve/test/FileSource.java ( 648331 ) /cocoon/trunk/subprojects/cocoon-jnet/src/main/java/org/apache/excalibur/= sourceresolve/test/FileSourceFactory.java ( 648331 ) /cocoon/trunk/subprojects/cocoon-jnet/src/main/java/org/apache/excalibur/= sourceresolve/test/Test.java ( 648331 ) /cocoon/trunk/subprojects/cocoon-jnet/src/main/java/org/apache/excalibur/= xml ( 648331 ) /cocoon/trunk/subprojects/cocoon-jnet/src/main/resources/COB-INF ( 648331= ) /cocoon/trunk/subprojects/cocoon-jnet/src/main/resources/META-INF ( 64833= 1 ) /cocoon/trunk/subprojects/cocoon-jnet/src/main/resources/aggregation ( 64= 8331 ) /cocoon/trunk/subprojects/cocoon-jnet/src/main/resources/corona-servlet-1= .0.xsd ( 648331 ) /cocoon/trunk/subprojects/cocoon-jnet/src/main/resources/error-handling (= 648331 ) /cocoon/trunk/subprojects/cocoon-jnet/src/main/resources/overview.html ( = 648331 ) /cocoon/trunk/subprojects/cocoon-jnet/src/main/resources/read ( 648331 ) /cocoon/trunk/subprojects/cocoon-jnet/src/main/resources/sax-pipeline ( 6= 48331 ) /cocoon/trunk/subprojects/cocoon-jnet/src/main/resources/xslt ( 648331 ) /cocoon/trunk/subprojects/cocoon-jnet/src/test/java/org ( 648331 ) Changed: reinhard @ Tue 15 Apr 2008 14:58:37 -0700 Comment: . add a Spring bean that can resolve block path properties (don't = know if the cocoon-core module should become the final home for this bean b= ut since I don't have a better idea at the moment, I'm going to put it ther= e) Files changed: /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/spring ( 6= 48429 ) /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/spring/Blo= ckPathPropertyPlaceholderConfigurer.java ( 648429 ) /cocoon/trunk/core/cocoon-core/src/main/resources/META-INF/cocoon/spring/= cocoon-core-block-path-properties.xml ( 648429 ) Changed: reinhard @ Wed 16 Apr 2008 09:59:52 -0700 Comment: make use of the new subprojects JNet and BlockDeploy Files changed: /cocoon/trunk/core/cocoon-core/pom.xml ( 648751 ) /cocoon/trunk/core/cocoon-webapp/pom.xml ( 648751 ) /cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/pom.xml ( 648751 ) /cocoon/trunk/parent/pom.xml ( 648751 ) /cocoon/trunk/pom.xml ( 648751 ) Changed: joerg @ Wed 16 Apr 2008 19:58:06 -0700 Comment: minor refactoring Files changed: /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/servlet/mu= ltipart/MultipartHttpServletRequest.java ( 648934 ) Changed: joerg @ Wed 16 Apr 2008 20:17:53 -0700 Comment: fix whitespace Files changed: /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/servlet/mu= ltipart/MultipartHttpServletRequest.java ( 648938 ) Changed: joerg @ Wed 16 Apr 2008 20:32:57 -0700 Comment: fix inconsistencies between inline parts and file parts when multi= ple fields of the same name exist (http://marc.info/?l=3Dxml-cocoon-dev&m= =3D120835513330316&w=3D4) Files changed: /cocoon/trunk/core/cocoon-core/src/changes/changes.xml ( 648942 ) /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/servlet/mu= ltipart/MultipartParser.java ( 648942 ) Changed: anathaniel @ Thu 17 Apr 2008 16:38:11 -0700 Comment: Fix buglets Files changed: /cocoon/trunk/blocks/cocoon-lucene/cocoon-lucene-impl/src/main/java/org/a= pache/cocoon/components/search/SimpleLuceneCocoonIndexerImpl.java ( 649330 = ) Changed: joerg @ Sat 19 Apr 2008 22:08:18 -0700 Comment: Cocoon 2.2.0 is already released ... Files changed: /cocoon/trunk/core/cocoon-core/src/changes/changes.xml ( 649887 ) Changed: reinhard @ Sun 20 Apr 2008 15:08:46 -0700 Comment: Java 1.4 compatibility Files changed: /cocoon/trunk/subprojects/cocoon-jnet/src/main/java/org/apache/excalibur/= sourceresolve/jnet/source/SourceURLStreamHandler.java ( 649987 ) Changed: no author @ Sun 20 Apr 2008 15:08:46 -0700 Comment: no comment Files changed: subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/NOTICE.txt= ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/LICENSE.tx= t ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/test/j= ava/org/apache/cocoon/servletservice/ServletServiceContextTestCase.java ( n= o revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/test/j= ava/org/apache/cocoon/servletservice/HttpServletResponseBufferingWrapperTes= tCase.java ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/test/j= ava/org/apache/cocoon/servletservice/util/RequestParametersTestCase.java ( = no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/callstack/CallStack.java ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/callstack/environment/HttpServletResponseFactoryBean.= java ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/callstack/environment/CallFrameHelper.java ( no revis= ion ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/callstack/environment/ServletContextFactoryBean.java = ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/callstack/environment/HttpServletRequestFactoryBean.j= ava ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/callstack/CallScope.java ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/callstack/CallFrame.java ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/url/ServletURLStreamHandler.java ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/url/ServletURLConnection.java ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/url/ServletURLStreamHandlerFactory.java ( no revision= ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/servletservice/Absolutizable.java ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/servletservice/RelativeServletConnection.java ( no re= vision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/servletservice/CallStackHelper.java ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/servletservice/spring/ServletNamespaceHandler.java ( = no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/servletservice/spring/BaseServletContextFactoryBean.j= ava ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/servletservice/spring/ServletFactoryBean.java ( no re= vision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/servletservice/spring/ServletDecorator.java ( no revi= sion ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/servletservice/AbsoluteServletConnection.java ( no re= vision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/servletservice/ServletConnection.java ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/servletservice/Mountable.java ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/servletservice/AbstractServletConnection.java ( no re= vision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/servletservice/ServletServiceContext.java ( no revisi= on ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/servletservice/DispatcherServlet.java ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/servletservice/HttpServletResponseBufferingWrapper.ja= va ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/servletservice/DynamicProxyRequestHandler.java ( no r= evision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/servletservice/util/ServletServiceResponse.java ( no = revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/servletservice/util/ServletContextWrapper.java ( no r= evision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/servletservice/util/NullServletInputStream.java ( no = revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/servletservice/util/RequestParameters.java ( no revis= ion ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/servletservice/util/ServletConfigurationWrapper.java = ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/servletservice/util/ServletServiceRequest.java ( no r= evision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/cocoon/servletscope/ServletScope.java ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/excalibur/sourceresolve/test/Test.java ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/excalibur/sourceresolve/jnet/source/CompositeMap.java ( no r= evision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/excalibur/sourceresolve/jnet/source/SourceURLConnection.java= ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/excalibur/sourceresolve/jnet/source/SourceIOInputStream.java= ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/excalibur/sourceresolve/jnet/source/SourceURLStreamHandlerFa= ctory.java ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/excalibur/sourceresolve/jnet/source/SourceFactoriesManager.j= ava ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/excalibur/sourceresolve/jnet/source/SourceSAXResult.java ( n= o revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/excalibur/sourceresolve/jnet/source/SourceURLStreamHandler.j= ava ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/excalibur/sourceresolve/jnet/URLStreamHandlerFactoryWrapper.= java ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/excalibur/sourceresolve/jnet/DynamicURLStreamHandlerFactory.= java ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/excalibur/sourceresolve/jnet/Installer.java ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/j= ava/org/apache/excalibur/sourceresolve/jnet/ParentAwareURLStreamHandlerFact= ory.java ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/r= esources/META-INF/cocoon/spring/cocoon-ssf-urlhandler-advice.xml ( no revis= ion ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/r= esources/META-INF/cocoon/spring/cocoon-ssf-servlet-map.xml ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/r= esources/META-INF/cocoon/spring/cocoon-ssf-callstack.xml ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/r= esources/META-INF/cocoon/spring/cocoon-ssf-protocol.xml ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/r= esources/META-INF/cocoon/spring/cocoon-ssf-context.xml ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/r= esources/META-INF/spring.handlers ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/r= esources/META-INF/spring.schemas ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/r= esources/org/apache/cocoon/servletservice/schema/cocoon-servlet-1.0.xsd ( n= o revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/change= s/changes.xml ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/pom.xml ( = no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/NOT= ICE.txt ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/LIC= ENSE.txt ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/src= /main/java/org/apache/cocoon/servletservice/demo1/RequestDumb.java ( no rev= ision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/src= /main/java/org/apache/cocoon/servletservice/demo1/DemoServlet.java ( no rev= ision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/src= /main/java/org/apache/cocoon/servletservice/demo2/DemoServlet.java ( no rev= ision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/src= /main/resources/META-INF/cocoon/spring/cocoon-servlet-service-sample-servle= tService1.xml ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/src= /main/resources/META-INF/cocoon/spring/cocoon-servlet-service-sample-servle= tService2.xml ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/src= /main/resources/META-INF/cocoon/spring/cocoon-servlet-service-sample-servle= tService3.xml ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/src= /main/resources/META-INF/cocoon/spring/cocoon-servlet-service-demo1-servlet= Service.xml ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/src= /main/resources/META-INF/cocoon/spring/cocoon-servlet-service-demo2-servlet= Service.xml ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/src= /main/resources/META-INF/cocoon/spring/cocoon-servlet-service-overview-serv= letService.xml ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/src= /main/resources/COB-INF/test1/test-resource.xml ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/src= /main/resources/COB-INF/test1/sitemap.xmap ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/src= /main/resources/COB-INF/test1/sub/sitemap.xmap ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/src= /main/resources/COB-INF/test1/sub/path-expected.xml ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/src= /main/resources/COB-INF/test1/sub/block-paths.xsl ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/src= /main/resources/COB-INF/test1/sub/test.xml ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/src= /main/resources/COB-INF/test1/test.xml ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/src= /main/resources/COB-INF/test2/service-test.xsl ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/src= /main/resources/COB-INF/test2/sitemap.xmap ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/src= /main/resources/COB-INF/test2/test.xml ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/src= /main/resources/COB-INF/test3/sitemap.xmap ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/src= /main/resources/COB-INF/test3/block-properties.xsl ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/src= /main/resources/COB-INF/test3/prop-expected.xml ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/src= /main/resources/COB-INF/test3/test.xml ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/src= /main/resources/COB-INF/overview/sitemap.xmap ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/src= /main/resources/COB-INF/overview/overview.html ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/src= /changes/changes.xml ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/pom= .xml ( no revision ) subprojects/cocoon-servlet-service/cocoon-servlet-service-impl-sample/rcl= .properties ( no revision ) subprojects/cocoon-configuration/cocoon-spring-configurator/NOTICE.txt ( = no revision ) subprojects/cocoon-configuration/cocoon-spring-configurator/LICENSE.txt (= no revision ) subprojects/cocoon-configuration/cocoon-spring-configurator/src/main/java= /org/apache/cocoon/spring/configurator/log4j/Log4JConfigurator.java ( no re= vision ) subprojects/cocoon-configuration/cocoon-spring-configurator/src/main/java= /org/apache/cocoon/spring/configurator/impl/BeanMap.java ( no revision ) subprojects/cocoon-configuration/cocoon-spring-configurator/src/main/java= /org/apache/cocoon/spring/configurator/impl/ServletContextFactoryBean.java = ( no revision ) subprojects/cocoon-configuration/cocoon-spring-configurator/src/main/java= /org/apache/cocoon/spring/configurator/impl/AbstractSettingsBeanFactoryPost= Processor.java ( no revision ) subprojects/cocoon-configuration/cocoon-spring-configurator/src/main/java= /org/apache/cocoon/spring/configurator/impl/AbstractSettingsElementParser.j= ava ( no revision ) subprojects/cocoon-configuration/cocoon-spring-configurator/src/main/java= /org/apache/cocoon/spring/configurator/impl/Constants.java ( no revision ) subprojects/cocoon-configuration/cocoon-spring-configurator/src/main/java= /org/apache/cocoon/spring/configurator/impl/SettingsProperties.java ( no re= vision ) subprojects/cocoon-configuration/cocoon-spring-configurator/src/main/java= /org/apache/cocoon/spring/configurator/impl/ConfiguratorNamespaceHandler.ja= va ( no revision ) subprojects/cocoon-configuration/cocoon-spring-configurator/src/main/java= /org/apache/cocoon/spring/configurator/impl/SettingsBeanFactoryPostProcesso= r.java ( no revision ) subprojects/cocoon-configuration/cocoon-spring-configurator/src/main/java= /org/apache/cocoon/spring/configurator/impl/RunningModeHelper.java ( no rev= ision ) subprojects/cocoon-configuration/cocoon-spring-configurator/src/main/java= /org/apache/cocoon/spring/configurator/impl/SettingsElementParser.java ( no= revision ) subprojects/cocoon-configuration/cocoon-spring-configurator/src/main/java= /org/apache/cocoon/spring/configurator/impl/ChildSettingsBeanFactoryPostPro= cessor.java ( no revision ) subprojects/cocoon-configuration/cocoon-spring-configurator/src/main/java= /org/apache/cocoon/spring/configurator/impl/ExtendedPropertyOverrideConfigu= rer.java ( no revision ) subprojects/cocoon-configuration/cocoon-spring-configurator/src/main/java= /org/apache/cocoon/spring/configurator/impl/BeanMapElementParser.java ( no = revision ) subprojects/cocoon-configuration/cocoon-spring-configurator/src/main/java= /org/apache/cocoon/spring/configurator/impl/AbstractElementParser.java ( no= revision ) subprojects/cocoon-configuration/cocoon-spring-configurator/src/main/java= /org/apache/cocoon/spring/configurator/impl/ChildXmlWebApplicationContext.j= ava ( no revision ) subprojects/cocoon-configuration/cocoon-spring-configurator/src/main/java= /org/apache/cocoon/spring/configurator/impl/ChildSettingsElementParser.java= ( no revision ) subprojects/cocoon-configuration/cocoon-spring-configurator/src/main/java= /org/apache/cocoon/spring/configurator/BlockResourcesHolder.java ( no revis= ion ) subprojects/cocoon-configuration/cocoon-spring-configurator/src/main/java= /org/apache/cocoon/spring/configurator/WebAppContextUtils.java ( no revisio= n ) subprojects/cocoon-configuration/cocoon-spring-configurator/src/main/java= /org/apache/cocoon/spring/configurator/ResourceUtils.java ( no revision ) subprojects/cocoon-configuration/cocoon-spring-configurator/src/main/reso= urces/META-INF/spring.handlers ( no revision ) subprojects/cocoon-configuration/cocoon-spring-configurator/src/main/reso= urces/META-INF/spring.schemas ( no revision ) subprojects/cocoon-configuration/cocoon-spring-configurator/src/main/reso= urces/org/apache/cocoon/spring/configurator/schema/cocoon-configurator-1.0.= 1.xsd ( no revision ) subprojects/cocoon-configuration/cocoon-spring-configurator/src/main/reso= urces/org/apache/cocoon/spring/configurator/schema/cocoon-configurator-1.0.= xsd ( no revision ) subprojects/cocoon-configuration/cocoon-spring-configurator/src/changes/c= hanges.xml ( no revision ) subprojects/cocoon-configuration/cocoon-spring-configurator/pom.xml ( no = revision ) subprojects/cocoon-configuration/cocoon-configuration-api/NOTICE.txt ( no= revision ) subprojects/cocoon-configuration/cocoon-configuration-api/LICENSE.txt ( n= o revision ) subprojects/cocoon-configuration/cocoon-configuration-api/src/main/java/o= rg/apache/cocoon/configuration/PropertyProvider.java ( no revision ) subprojects/cocoon-configuration/cocoon-configuration-api/src/main/java/o= rg/apache/cocoon/configuration/Settings.java ( no revision ) subprojects/cocoon-configuration/cocoon-configuration-api/src/main/java/o= rg/apache/cocoon/configuration/PropertyHelper.java ( no revision ) subprojects/cocoon-configuration/cocoon-configuration-api/src/main/java/o= rg/apache/cocoon/configuration/SettingsDefaults.java ( no revision ) subprojects/cocoon-configuration/cocoon-configuration-api/src/main/java/o= rg/apache/cocoon/configuration/MutableSettings.java ( no revision ) subprojects/cocoon-configuration/cocoon-configuration-api/src/changes/cha= nges.xml ( no revision ) subprojects/cocoon-configuration/cocoon-configuration-api/pom.xml ( no re= vision ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/NOTI= CE.txt ( no revision ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/LICE= NSE.txt ( no revision ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/= main/java/org/apache/cocoon/servletservice/demo1/RequestDumb.java ( no revi= sion ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/= main/java/org/apache/cocoon/servletservice/demo1/DemoServlet.java ( no revi= sion ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/= main/java/org/apache/cocoon/servletservice/demo2/DemoServlet.java ( no revi= sion ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/= main/resources/META-INF/cocoon/spring/cocoon-servlet-service-sample-servlet= Service1.xml ( no revision ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/= main/resources/META-INF/cocoon/spring/cocoon-servlet-service-sample-servlet= Service2.xml ( no revision ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/= main/resources/META-INF/cocoon/spring/cocoon-servlet-service-sample-servlet= Service3.xml ( no revision ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/= main/resources/META-INF/cocoon/spring/cocoon-servlet-service-demo1-servletS= ervice.xml ( no revision ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/= main/resources/META-INF/cocoon/spring/cocoon-servlet-service-demo2-servletS= ervice.xml ( no revision ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/= main/resources/META-INF/cocoon/spring/cocoon-servlet-service-overview-servl= etService.xml ( no revision ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/= main/resources/COB-INF/test1/test-resource.xml ( no revision ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/= main/resources/COB-INF/test1/sitemap.xmap ( no revision ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/= main/resources/COB-INF/test1/sub/sitemap.xmap ( no revision ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/= main/resources/COB-INF/test1/sub/path-expected.xml ( no revision ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/= main/resources/COB-INF/test1/sub/block-paths.xsl ( no revision ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/= main/resources/COB-INF/test1/sub/test.xml ( no revision ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/= main/resources/COB-INF/test1/test.xml ( no revision ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/= main/resources/COB-INF/test2/service-test.xsl ( no revision ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/= main/resources/COB-INF/test2/sitemap.xmap ( no revision ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/= main/resources/COB-INF/test2/test.xml ( no revision ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/= main/resources/COB-INF/test3/sitemap.xmap ( no revision ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/= main/resources/COB-INF/test3/block-properties.xsl ( no revision ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/= main/resources/COB-INF/test3/prop-expected.xml ( no revision ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/= main/resources/COB-INF/test3/test.xml ( no revision ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/= main/resources/COB-INF/overview/sitemap.xmap ( no revision ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/= main/resources/COB-INF/overview/overview.html ( no revision ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/= changes/changes.xml ( no revision ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/pom.= xml ( no revision ) core/cocoon-servlet-service/cocoon-servlet-service-components-sample/rcl.= properties ( no revision ) Changed: reinhard @ Mon 21 Apr 2008 12:44:24 -0700 Comment: . fix mount paths of ssf samples (after the split up) . set version numbers of samples . fix paths of integration tests Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts-sample/pom.xml ( 650234 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts-sample/src/main/java/org ( 650234 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts-sample/src/main/resources/META-INF/cocoon/spring/cocoon-servlet-service-= overview-servletService.xml ( 650234 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts-sample/src/main/resources/META-INF/cocoon/spring/cocoon-servlet-service-= sample-servletService1.xml ( 650234 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts-sample/src/main/resources/META-INF/cocoon/spring/cocoon-servlet-service-= sample-servletService2.xml ( 650234 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts-sample/src/main/resources/META-INF/cocoon/spring/cocoon-servlet-service-= sample-servletService3.xml ( 650234 ) /cocoon/trunk/core/cocoon-webapp/pom.xml ( 650234 ) /cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon/it/servl= etservice/BlockPathModule.java ( 650234 ) /cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon/it/servl= etservice/RequestInformationPassing.java ( 650234 ) /cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon/it/servl= etservice/ServletConnection.java ( 650234 ) /cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon/it/servl= etservice/ServletProtocol.java ( 650234 ) /cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon/it/servl= etservice/SubSitemaps.java ( 650234 ) /cocoon/trunk/parent/pom.xml ( 650234 ) /cocoon/trunk/pom.xml ( 650234 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl-sample/pom.xml ( 650234 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl-sample/src/main/resources/COB-INF/overview/sitemap.xmap ( 650234 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl-sample/src/main/resources/COB-INF/test1 ( 650234 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl-sample/src/main/resources/COB-INF/test2 ( 650234 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl-sample/src/main/resources/COB-INF/test3 ( 650234 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl-sample/src/main/resources/META-INF/cocoon/spring/cocoon-servlet-service= -demo1-servletService.xml ( 650234 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl-sample/src/main/resources/META-INF/cocoon/spring/cocoon-servlet-service= -demo2-servletService.xml ( 650234 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl-sample/src/main/resources/META-INF/cocoon/spring/cocoon-servlet-service= -overview-servletService.xml ( 650234 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl-sample/src/main/resources/META-INF/cocoon/spring/cocoon-servlet-service= -sample-servletService1.xml ( 650234 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl-sample/src/main/resources/META-INF/cocoon/spring/cocoon-servlet-service= -sample-servletService2.xml ( 650234 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl-sample/src/main/resources/META-INF/cocoon/spring/cocoon-servlet-service= -sample-servletService3.xml ( 650234 ) /cocoon/trunk/subprojects/pom.xml ( 650234 ) Changed: joerg @ Wed 23 Apr 2008 22:24:00 -0700 Comment: COCOON-2168: Set the default output buffer size of the pipeline to= 1,048,576 (1 MB) rather than -1 (complete buffering) to avoid potential Ou= tOfMemoryErrors on too large output. Files changed: /cocoon/trunk/core/cocoon-core/src/main/resources/META-INF/cocoon/avalon/= cocoon-core-sitemapcomponents.xconf ( 651157 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/changes/chang= es.xml ( 651157 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/java/org= /apache/cocoon/components/pipeline/AbstractProcessingPipeline.java ( 651157= ) Changed: joerg @ Wed 23 Apr 2008 23:37:20 -0700 Comment: COCOON-2192: Fix CachingOutputStream not caching all content or le= ading to ArrayIndexOutOfBoundsException when using write(byte[], int, int). Files changed: /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/changes/chang= es.xml ( 651169 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/java/org= /apache/cocoon/caching/CachingOutputStream.java ( 651169 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/test/java/org= /apache/cocoon/caching ( 651169 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/test/java/org= /apache/cocoon/caching/CachingOutputStreamTestCase.java ( 651169 ) Changed: gkossakowski @ Thu 24 Apr 2008 15:28:44 -0700 Comment: Fix bug in ServletURLConnection: URL.getPath does not return query= part. Not sure if this is the best solution for this problem. Files changed: /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/main/java/org/apache/cocoon/url/ServletURLConnection.java ( 651442 = ) Changed: gkossakowski @ Thu 24 Apr 2008 15:29:09 -0700 Comment: Fix mess in dependencies: move them to the place where they are re= ally needed. Cocoon core does not depend on aspectj artifacts contrary to the SSF impl. Files changed: /cocoon/trunk/core/cocoon-core/pom.xml ( 651443 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/pom.xml ( 651443 ) Changed: gkossakowski @ Fri 25 Apr 2008 15:39:59 -0700 Comment: Added helpful exception message that explains what's wrong if peop= le upgrade to latest trunk and forget to modify their web.xml files. Files changed: /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/spring/Blo= ckPathPropertyPlaceholderConfigurer.java ( 651726 ) Changed: gkossakowski @ Fri 25 Apr 2008 15:40:48 -0700 Comment: RCL must take into account newly created BlockDeploymentServletCon= textListener. Files changed: /cocoon/trunk/tools/cocoon-maven-plugin/src/main/resources/org/apache/coc= oon/maven/rcl/profiles/cocoon-22/WEB-INF/web.xml ( 651728 ) Changed: gkossakowski @ Sat 26 Apr 2008 11:33:19 -0700 Comment: Switch to 1.1.0-RC1-SNAPSHOT version of cocoon-maven-plugin and us= e 'ssf' webapp profile. Thanks to using this profile this samples can be run in environment that is= Cocoon-independent. Files changed: /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl-sample/pom.xml ( 651846 ) Changed: gkossakowski @ Sat 26 Apr 2008 11:33:53 -0700 Comment: Switch to URLs for making servlet: requests. This change makes cocoon-servlet-service-impl-sample module free of any Exc= alibur dependencies. Files changed: /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl-sample/src/main/java/org/apache/cocoon/servletservice/demo1/DemoServlet= .java ( 651847 ) Changed: joerg @ Sun 27 Apr 2008 16:51:13 -0700 Comment: COCOON-2204: Fix @id handling on ft:group element in conjunction w= ith AJAX requests. Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/changes/changes.x= ml ( 652029 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/or= g/apache/cocoon/forms/resources/forms-field-styling.xsl ( 652029 ) Changed: joerg @ Sun 27 Apr 2008 19:56:54 -0700 Comment: COCOON-1825: Fix @id handling on fi:group/fi:struct element in con= junction with AJAX requests. Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/changes/changes.x= ml ( 652048 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/or= g/apache/cocoon/forms/resources/forms-field-styling.xsl ( 652048 ) Changed: joerg @ Wed 7 May 2008 20:41:45 -0700 Comment: whitespace Files changed: /cocoon/trunk/blocks/cocoon-html/cocoon-html-impl/src/main/java/org/apach= e/cocoon/generation/NekoHTMLGenerator.java ( 654402 ) Changed: joerg @ Wed 7 May 2008 20:44:59 -0700 Comment: COCOON-2063: Fix encoding issue in NekoHTMLTransformer (http://mar= c.info/?l=3Dxml-cocoon-dev&m=3D120905050708311&w=3D4) Files changed: /cocoon/trunk/blocks/cocoon-html/cocoon-html-impl/src/changes/changes.xml= ( 654403 ) /cocoon/trunk/blocks/cocoon-html/cocoon-html-impl/src/main/java/org/apach= e/cocoon/transformation/NekoHTMLTransformer.java ( 654403 ) Changed: joerg @ Wed 7 May 2008 22:25:15 -0700 Comment: COCOON-2063: Fix encoding issue in NekoHTMLGenerator when reading = a request parameter value. Files changed: /cocoon/trunk/blocks/cocoon-html/cocoon-html-impl/src/changes/changes.xml= ( 654419 ) /cocoon/trunk/blocks/cocoon-html/cocoon-html-impl/src/main/java/org/apach= e/cocoon/generation/NekoHTMLGenerator.java ( 654419 ) Changed: joerg @ Thu 8 May 2008 20:52:57 -0700 Comment: Restore changes of revision 155099: Remove Last-Modified header in= itialization: this is done in the environment by request from AbstractProce= ssingPipeline. (http://marc.info/?l=3Dxml-cocoon-dev&m=3D120477652124530&w= =3D4) Files changed: /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/reading/ResourceReader.java ( 654677 ) Changed: reinhard @ Wed 14 May 2008 07:36:28 -0700 Comment: fix paths to modules after moving submodules Files changed: /cocoon/trunk/site/pom.xml ( 656290 ) Changed: anathaniel @ Thu 29 May 2008 14:38:20 -0700 Comment: Update to poi-3.0.2 Files changed: /cocoon/trunk/blocks/cocoon-poi/cocoon-poi-impl/pom.xml ( 661492 ) /cocoon/trunk/blocks/cocoon-poi/cocoon-poi-impl/src/changes/changes.xml (= 661492 ) Changed: reinhard @ Mon 26 May 2008 06:04:30 -0700 Comment: Vadim =3D Cocoon PMC chair Files changed: /cocoon/trunk/parent/pom.xml ( 660181 ) Changed: anathaniel @ Fri 30 May 2008 11:25:56 -0700 Comment: Avoid NPE in maven when running tests Files changed: /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-bridge/pom.xml ( 6= 61806 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-mocks/pom.xml ( 66= 1806 ) Changed: antonio @ Fri 6 Jun 2008 15:28:18 -0700 Comment: <action dev=3D"antonio" type=3D"fix" fixes-bug=3D"COCOON-2209" due= -to=3D"Reynaldo Porras" due-to-email=3D"[email protected]"> Formatted style regions stop creating style at 2000 rows. </action> Files changed: /cocoon/trunk/blocks/cocoon-poi/cocoon-poi-impl/src/changes/changes.xml (= 664163 ) /cocoon/trunk/blocks/cocoon-poi/cocoon-poi-impl/src/main/java/org/apache/= cocoon/components/elementprocessor/impl/poi/hssf/elements/EPStyleRegion.jav= a ( 664163 ) Changed: reinhard @ Sun 8 Jun 2008 10:17:45 -0700 Comment: . make sure that there is an existing connection before reading th= e Last-Modified header Files changed: /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/main/java/org/apache/cocoon/servletservice/AbstractServletConnectio= n.java ( 664526 ) Changed: reinhard @ Sun 8 Jun 2008 10:19:35 -0700 Comment: . improve logging in catch clauses . remove empty directories . formatting Files changed: /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/main/java/org/apache/cocoon/servletservice/AbsoluteServletConnectio= n.java ( 664527 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/main/java/org/apache/cocoon/servletservice/ServletServiceContext.ja= va ( 664527 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/main/java/org/apache/cocoon/servletservice/url/ServletURLConnection= .java ( 664527 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/main/java/org/apache/excalibur ( 664527 ) Changed: joerg @ Mon 9 Jun 2008 21:18:56 -0700 Comment: as a follow-up of COCOON-2168 (http://marc.info/?t=3D1208998685000= 03&r=3D1&w=3D4): Cocoon's pipeline buffer increases from an initial buffer size of 8192 byte= s to the configurable flush buffer size rather than allocating the complete= buffer beforehand. Files changed: /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/changes/chang= es.xml ( 665972 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/java/org= /apache/cocoon/environment/AbstractEnvironment.java ( 665972 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/environment/wrapper/EnvironmentWrapper.java ( 665972 ) /cocoon/trunk/core/cocoon-util/src/changes/changes.xml ( 665972 ) /cocoon/trunk/core/cocoon-util/src/main/java/org/apache/cocoon/util/Buffe= redOutputStream.java ( 665972 ) /cocoon/trunk/core/cocoon-util/src/test/java/org/apache/cocoon/util/Buffe= redOutputStreamTestCase.java ( 665972 ) Changed: anathaniel @ Tue 17 Jun 2008 12:42:22 -0700 Comment: jcr-sample builds okay now Files changed: /cocoon/trunk/core/cocoon-webapp/pom.xml ( 668807 ) Changed: anathaniel @ Tue 17 Jun 2008 12:44:04 -0700 Comment: Use vanilla HttpSession instead of deprecated o.a.c.environment.Se= ssion Files changed: /cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/src/main/java/org/apache/= cocoon/components/language/markup/xsp/JSGenerator.java ( 668808 ) /cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/src/main/java/org/apache/= cocoon/components/language/markup/xsp/XSPSessionHelper.java ( 668808 ) /cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/src/main/java/org/apache/= cocoon/components/language/markup/xsp/XSPUtil.java ( 668808 ) /cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/src/main/resources/org/ap= ache/cocoon/components/language/markup/xsp/java/session.xsl ( 668808 ) Changed: reinhard @ Wed 18 Jun 2008 01:12:12 -0700 Comment: fix wrong license header Files changed: /cocoon/trunk/tools/cocoon-daisy-export-strategy/src/main/java/org/apache= /cocoon/tools/maven/daisy/export/strategy/CocoonExportStrategy.java ( 66910= 6 ) Changed: anathaniel @ Wed 18 Jun 2008 14:21:57 -0700 Comment: Advance the deprecation of o.a.c.environment.Session in favour of = vanilla javax.servlet.Session Files changed: /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/main/ja= va/org/apache/cocoon/components/flow/javascript/fom/FOM_Cocoon.java ( 66929= 4 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/util/FOM_SimpleCocoon.java ( 669294 ) /cocoon/trunk/blocks/cocoon-scratchpad/cocoon-scratchpad-impl/src/main/ja= va/org/apache/cocoon/components/flow/javascript/fom/AO_FOM_Cocoon.java ( 66= 9294 ) /cocoon/trunk/blocks/cocoon-session-fw/cocoon-session-fw-impl/src/main/ja= va/org/apache/cocoon/webapps/session/transformation/AbstractSessionTransfor= mer.java ( 669294 ) /cocoon/trunk/blocks/cocoon-session-fw/cocoon-session-fw-impl/src/main/ja= va/org/apache/cocoon/webapps/session/transformation/SessionPostTransformer.= java ( 669294 ) /cocoon/trunk/blocks/cocoon-taglib/cocoon-taglib-impl/src/main/java/org/a= pache/cocoon/jxpath/CocoonSessionHandler.java ( 669294 ) /cocoon/trunk/blocks/cocoon-taglib/cocoon-taglib-impl/src/main/java/org/a= pache/cocoon/jxpath/JXPathCocoonContexts.java ( 669294 ) /cocoon/trunk/blocks/cocoon-taglib/cocoon-taglib-impl/src/main/java/org/a= pache/cocoon/taglib/test/acting/TagtestAction.java ( 669294 ) /cocoon/trunk/blocks/cocoon-velocity/cocoon-velocity-impl/src/main/java/o= rg/apache/cocoon/generation/VelocityGenerator.java ( 669294 ) /cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/src/main/java/org/apache/= cocoon/components/language/markup/xsp/JSGenerator.java ( 669294 ) /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/environmen= t/background/BackgroundSession.java ( 669294 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/src/main/java/org/= apache/cocoon/environment/Session.java ( 669294 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/java/org= /apache/cocoon/environment/impl/AbstractSession.java ( 669294 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/java/org= /apache/cocoon/environment/impl/SessionMap.java ( 669294 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/processing/impl/MockProcessInfoProvider.java ( 669294 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/test/java/org/a= pache/cocoon/environment/mock/MockResponse.java ( 669294 ) Changed: gkossakowski @ Sun 22 Jun 2008 04:49:21 -0700 Comment: COCOON-2212: Added check for name correctnes in jx:attribute. Thanks to Kamal Bhatt for providing a patch. Files changed: /cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/src/changes/cha= nges.xml ( 670345 ) /cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/src/main/java/o= rg/apache/cocoon/template/instruction/Attribute.java ( 670345 ) /cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/src/test/java/o= rg/apache/cocoon/template/jxtg/JXTemplateGeneratorTestCase.java ( 670345 ) /cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/src/test/resour= ces/org/apache/cocoon/template/jxtg/jxAttribute-failDueToEmptyName.xml ( 67= 0345 ) /cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/src/test/resour= ces/org/apache/cocoon/template/jxtg/jxAttribute-failDueToInvalidName.xml ( = 670345 ) Changed: reinhard @ Sun 22 Jun 2008 23:13:35 -0700 Comment: expose the servlet connection's output stream Files changed: /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/main/java/org/apache/cocoon/servletservice/url/ServletURLConnection= .java ( 670450 ) Changed: reinhard @ Mon 23 Jun 2008 10:32:40 -0700 Comment: fix project names Files changed: /cocoon/trunk/subprojects/cocoon-block-deployment/pom.xml ( 670679 ) /cocoon/trunk/subprojects/cocoon-jnet/pom.xml ( 670679 ) Changed: reinhard @ Tue 24 Jun 2008 08:32:39 -0700 Comment: Do not swallow lastModified information from underlying urlconnect= ion Files changed: /cocoon/trunk/subprojects/cocoon-block-deployment/src/main/java/org/apach= e/cocoon/blockdeployment/BlockContextURLConnection.java ( 671210 ) Changed: reinhard @ Tue 24 Jun 2008 08:46:10 -0700 Comment: remove @Override annotations Files changed: /cocoon/trunk/subprojects/cocoon-block-deployment/src/main/java/org/apach= e/cocoon/blockdeployment/BlockContextURLConnection.java ( 671221 ) Changed: reinhard @ Tue 24 Jun 2008 08:46:54 -0700 Comment: remove @Override annotations Files changed: /cocoon/trunk/subprojects/cocoon-block-deployment/src/main/java/org/apach= e/cocoon/blockdeployment/BlockContextURLConnection.java ( 671222 ) Changed: gkossakowski @ Thu 17 Jul 2008 09:02:58 -0700 Comment: Increase version number for Spring Configurator to 1.1.0-SNAPSHOT = as preparation step to adding new features to it. Files changed: /cocoon/trunk/parent/pom.xml ( 677625 ) /cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator= /pom.xml ( 677625 ) Changed: gkossakowski @ Thu 17 Jul 2008 09:06:10 -0700 Comment: Introduced resource filter feature as explained here: http://artic= le.gmane.org/gmane.text.xml.cocoon.devel/78158 The resource filtering is used for *all* resources being processed by Sprin= g Configurator including beans defintions and property files. The resource filter itself is a simple class implementing one method of Res= ourceFilter interface. Added a new schema that covers new configuration element for a filter setup= . Files changed: /cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator= /src/main/java/org/apache/cocoon/spring/configurator/ResourceFilter.java ( = 677626 ) /cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator= /src/main/java/org/apache/cocoon/spring/configurator/ResourceUtils.java ( 6= 77626 ) /cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator= /src/main/java/org/apache/cocoon/spring/configurator/impl/AbstractSettingsB= eanFactoryPostProcessor.java ( 677626 ) /cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator= /src/main/java/org/apache/cocoon/spring/configurator/impl/AbstractSettingsE= lementParser.java ( 677626 ) /cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator= /src/main/java/org/apache/cocoon/spring/configurator/impl/ExtendedPropertyO= verrideConfigurer.java ( 677626 ) /cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator= /src/main/java/org/apache/cocoon/spring/configurator/impl/SettingsBeanFacto= ryPostProcessor.java ( 677626 ) /cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator= /src/main/java/org/apache/cocoon/spring/configurator/impl/SettingsElementPa= rser.java ( 677626 ) /cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator= /src/main/resources/org/apache/cocoon/spring/configurator/schema/cocoon-con= figurator-1.1.0.xsd ( 677626 ) Changed: gkossakowski @ Thu 17 Jul 2008 09:06:36 -0700 Comment: Stick to released versions. There is no reason for using SNAPSHOT = versions at the moment. Files changed: /cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator= /pom.xml ( 677627 ) Changed: thorsten @ Fri 27 Jun 2008 00:01:33 -0700 Comment: Minor change. Fixing the command to use the correct way of invokin= g it. Files changed: /cocoon/trunk/README.txt ( 672129 ) Changed: lgawron @ Mon 30 Jun 2008 11:30:04 -0700 Comment: ClassCastException for properties that don't resolve to Strings Files changed: /cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator= /src/main/java/org/apache/cocoon/spring/configurator/impl/BeanMap.java ( 67= 2857 ) Changed: lgawron @ Mon 30 Jun 2008 11:31:19 -0700 Comment: consistent whitespace Files changed: /cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator= /src/main/java/org/apache/cocoon/spring/configurator/impl/BeanMap.java ( 67= 2858 ) Changed: lgawron @ Mon 30 Jun 2008 11:34:42 -0700 Comment: deprecated beanDef.setSingleton(true) -> beanDef.setScope(BeanDefi= nition.SCOPE_SINGLETON) Files changed: /cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator= /src/main/java/org/apache/cocoon/spring/configurator/impl/AbstractElementPa= rser.java ( 672860 ) Changed: lgawron @ Tue 1 Jul 2008 03:17:04 -0700 Comment: updated changes update 1.0.2 version status to "released" and set release date to 2008-04-2= 7 (the artifact date in central repository) Files changed: /cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator= /src/changes/changes.xml ( 673046 ) Changed: reinhard @ Tue 1 Jul 2008 04:09:38 -0700 Comment: upgrade to Spring 2.5.5 Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/core/container/spring/avalon/SourceResource.java ( 673055 ) /cocoon/trunk/parent/pom.xml ( 673055 ) Changed: felixk @ Tue 1 Jul 2008 07:51:12 -0700 Comment: Add parent pom Files changed: /cocoon/trunk/subprojects/pom.xml ( 673091 ) Changed: reinhard @ Thu 3 Jul 2008 07:42:34 -0700 Comment: revert latest change that causes a lot of troubles because Spring = was put into the wrong classpath Files changed: /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-webapp-wrapper/pom.xml ( 673692= ) Changed: reinhard @ Thu 3 Jul 2008 09:02:15 -0700 Comment: enable the usage of the Cocoon Maven plugin Files changed: /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-sample/pom.xml (= 673726 ) /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-sample/rcl.prope= rties ( 673726 ) /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-sample/src/main/= resources/COB-INF/sitemap.xmap ( 673726 ) /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-sample/src/main/= resources/META-INF/cocoon/spring/cocoon-eventcache-sample.xml ( 673726 ) Changed: reinhard @ Thu 3 Jul 2008 09:25:17 -0700 Comment: migrate the EventAwareGenerator to Spring (done together with Luka= s Lang) Files changed: /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/ja= va/org/apache/cocoon/samples/EventAwareGenerator.java ( 673733 ) /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-sample/src/main/= resources/COB-INF/sitemap.xmap ( 673733 ) /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-sample/src/main/= resources/META-INF/cocoon/spring/cocoon-eventcache-sample.xml ( 673733 ) Changed: reinhard @ Thu 3 Jul 2008 10:29:06 -0700 Comment: tidy up pom.xml files Files changed: /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/pom.xml ( 6= 73742 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/pom.xml ( 673742 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/pom.xml ( 673742 ) /cocoon/trunk/blocks/pom.xml ( 673742 ) Changed: reinhard @ Thu 3 Jul 2008 10:30:26 -0700 Comment: tidy up pom.xml file Files changed: /cocoon/trunk/blocks/cocoon-cron/cocoon-cron-impl/pom.xml ( 673743 ) Changed: anathaniel @ Fri 4 Jul 2008 13:09:40 -0700 Comment: Apply patches http://issues.apache.org/jira/browse/COCOON-1622 and= http://issues.apache.org/jira/browse/COCOON-2213 Files changed: /cocoon/trunk/blocks/cocoon-mail/cocoon-mail-impl/src/main/java/org/apach= e/cocoon/mail/transformation/SendMailTransformer.java ( 674112 ) Changed: anathaniel @ Fri 4 Jul 2008 13:55:11 -0700 Comment: <action dev=3D"AN" type=3D"fix" fixes-bug=3D"COCOON-2177" due-to= =3D"Mark Lundquist" due-to-email=3D"[email protected]"> ImageOp block: Make resize a no-op if width and height are zero. </action> Files changed: /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/src/changes/chang= es.xml ( 674122 ) /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/src/main/java/org= /apache/cocoon/reading/imageop/ResizeOperation.java ( 674122 ) Changed: gkossakowski @ Sun 6 Jul 2008 11:20:33 -0700 Comment: Switch to SNAPSHOT version of daisy-maven-plugin. Files changed: /cocoon/trunk/parent/pom.xml ( 674327 ) Changed: gkossakowski @ Sun 6 Jul 2008 11:22:12 -0700 Comment: Added support for MultiMediaObjects inclusion. Currently, only Fla= sh parts are handled correctly. Files changed: /cocoon/trunk/tools/cocoon-daisy-export-strategy/src/main/java/org/apache= /cocoon/tools/maven/daisy/export/strategy/CocoonExportStrategy.java ( 67432= 8 ) /cocoon/trunk/tools/cocoon-daisy-export-strategy/src/main/resources/org/a= pache/cocoon/tools/maven/daisy/export/strategy/cocoon-doc-2-xdoc.xslt ( 674= 328 ) Changed: gkossakowski @ Sun 6 Jul 2008 11:23:11 -0700 Comment: Logging improvements. Files changed: /cocoon/trunk/tools/cocoon-daisy-export-strategy/src/main/java/org/apache= /cocoon/tools/maven/daisy/export/strategy/CocoonExportStrategy.java ( 67432= 9 ) Changed: gkossakowski @ Sun 6 Jul 2008 11:24:11 -0700 Comment: A few hacks that make flash export working. This must get refactor= ed. Files changed: /cocoon/trunk/tools/cocoon-daisy-export-strategy/src/main/resources/org/a= pache/cocoon/tools/maven/daisy/export/strategy/cocoon-doc-2-xdoc.xslt ( 674= 330 ) Changed: gkossakowski @ Sun 6 Jul 2008 11:25:18 -0700 Comment: Temporarily added my repository that hosts SNAPSHOT build of daisy= -maven-plugin. Files changed: /cocoon/trunk/parent/pom.xml ( 674331 ) Changed: anathaniel @ Tue 8 Jul 2008 14:38:56 -0700 Comment: <action dev=3D"AN" type=3D"fix" fixes-bug=3D"COCOON-2169" due-to= =3D"Mark Lundquist" due-to-email=3D"[email protected]"> ImageOp block: If parameter width or height in resize operation is ze= ro, use the original image size. If both are zero, then handle as no-op. Set default values to zero t= o allow using that feature by leaving out the parameters. </action> Files changed: /cocoon/trunk/blocks/cocoon-imageop/cocoon-imageop-impl/src/main/java/org= /apache/cocoon/reading/imageop/ResizeOperation.java ( 674971 ) Changed: gkossakowski @ Wed 9 Jul 2008 09:05:18 -0700 Comment: Fixed cocoon-doc-2-xdoc.xslt bugs that made it fail with Saxon. Apart from small bug-fixes, new template for p:* elements has been introduc= ed to supress any elements from Daisy coming to the output. Files changed: /cocoon/trunk/tools/cocoon-daisy-export-strategy/src/main/resources/org/a= pache/cocoon/tools/maven/daisy/export/strategy/cocoon-doc-2-xdoc.xslt ( 675= 242 ) Changed: gkossakowski @ Sat 12 Jul 2008 10:33:40 -0700 Comment: Switch to arbitrary version of daisy-util which will be served fro= m my own *temporary* repository. Once I sort out all problems with site generation I'll clean up dependencie= s. Files changed: /cocoon/trunk/parent/pom.xml ( 676204 ) Changed: gkossakowski @ Sun 20 Jul 2008 08:17:41 -0700 Comment: COCOON-2226: Build error due to wrong dependency version from coco= on-servlet-service in cocoon-spring-configurator. Applied patch from Abel Mui=C3=B1o that fixes this problem. Thanks for providing a patch. Files changed: /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/pom.xml ( 678281 ) Changed: reinhard @ Tue 22 Jul 2008 22:19:41 -0700 Comment: . ServletURLConnection extends the abstract class java.net.HttpURL= Connection . implement getResponseCode() Files changed: /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/main/java/org/apache/cocoon/servletservice/url/ServletURLConnection= .java ( 678993 ) Changed: reinhard @ Thu 24 Jul 2008 06:37:52 -0700 Comment: implement getErrorStream() (together with Steven) Files changed: /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/main/java/org/apache/cocoon/servletservice/url/ServletURLConnection= .java ( 679406 ) Changed: felixk @ Mon 28 Jul 2008 02:57:04 -0700 Comment: Fix image url Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/or= g/apache/cocoon/forms/resources/js/templates/MultiValueEditorWithSuggestion= .html ( 680302 ) Changed: felixk @ Mon 28 Jul 2008 03:00:34 -0700 Comment: <action dev=3D"felixk" type=3D"fix" fixes-bug=3D"COCOON-1822" due-= to=3D"Karen Torres &amp; Rafael M=C3=A1rquez" due-to-email=3D"ktorres@agssa= .net &amp; [email protected]"> Forms: MultiValueField list-type=3D"double-listbox" does not work c= orrectly in ajax enabled forms. </action> Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/changes/changes.x= ml ( 680303 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/or= g/apache/cocoon/forms/resources/forms-advanced-field-styling.xsl ( 680303 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/or= g/apache/cocoon/forms/resources/img/move_all_left.gif ( 680303 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/or= g/apache/cocoon/forms/resources/img/move_all_right.gif ( 680303 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/or= g/apache/cocoon/forms/resources/img/move_left.gif ( 680303 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/or= g/apache/cocoon/forms/resources/img/move_right.gif ( 680303 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/or= g/apache/cocoon/forms/resources/js/MultiValueDoubleList.js ( 680303 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/or= g/apache/cocoon/forms/resources/js/__package__.js ( 680303 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/or= g/apache/cocoon/forms/resources/js/manifest.js ( 680303 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/or= g/apache/cocoon/forms/resources/js/templates/MultiValueDoubleList.html ( 68= 0303 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/src/main/resources/= COB-INF/flow/forms_flow_example.js ( 680303 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/src/main/resources/= COB-INF/forms/multiValueDoubleList.xml ( 680303 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/src/main/resources/= COB-INF/forms/multiValueDoubleList_template.xml ( 680303 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/src/main/resources/= COB-INF/welcome.xml ( 680303 ) Changed: gkossakowski @ Mon 28 Jul 2008 05:53:26 -0700 Comment: Add myself (Grzegorz Kossakowski) to KEYS files. Files changed: /cocoon/trunk/commons/KEYS ( 680335 ) Changed: felixk @ Mon 28 Jul 2008 10:00:59 -0700 Comment: Setting mount-path similar to cocoon-forms-samples (-> /samples/aj= ax/ ) Files changed: /cocoon/trunk/blocks/cocoon-ajax/cocoon-ajax-sample/src/main/resources/CO= B-INF/ajax.xsamples ( 680398 ) /cocoon/trunk/blocks/cocoon-ajax/cocoon-ajax-sample/src/main/resources/ME= TA-INF/cocoon/spring/cocoon-ajax-sample-blockServlet.xml ( 680398 ) Changed: felixk @ Mon 28 Jul 2008 10:01:48 -0700 Comment: Fix path for cocoon-forms-samples block Files changed: /cocoon/trunk/blocks/cocoon-ajax/cocoon-ajax-sample/src/main/resources/CO= B-INF/welcome.xml ( 680399 ) Changed: felixk @ Tue 29 Jul 2008 03:46:41 -0700 Comment: Fix link, now pointing to C2.2 forms doc. Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/src/main/resources/= COB-INF/welcome.xml ( 680667 ) Changed: reinhard @ Tue 29 Jul 2008 06:54:14 -0700 Comment: COCOON-2223 Apply Lukas' patch that=20 . migrates eventcache from Avalon to Spring . adds some pipeline for integration tests Files changed: /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/pom.xml ( 6= 80697 ) /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/ja= va/org/apache/cocoon/acting/CacheEventAction.java ( 680697 ) /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/ja= va/org/apache/cocoon/caching/impl/EventAwareCacheImpl.java ( 680697 ) /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/ja= va/org/apache/cocoon/caching/impl/StoreEventRegistryImpl.java ( 680697 ) /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/ja= va/org/apache/cocoon/generation/EventCacheGenerator.java ( 680697 ) /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/ja= va/org/apache/cocoon/samples/EventAwareGenerator.java ( 680697 ) /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/re= sources/META-INF/cocoon/avalon/cocoon-eventcache.xconf ( 680697 ) /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/re= sources/META-INF/cocoon/spring/cocoon-eventcache.xml ( 680697 ) /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-sample/src/main/= resources/COB-INF/it ( 680697 ) /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-sample/src/main/= resources/COB-INF/it/it.xml ( 680697 ) /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-sample/src/main/= resources/COB-INF/it/sitemap.xmap ( 680697 ) /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-sample/src/main/= resources/COB-INF/sitemap.xmap ( 680697 ) /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-sample/src/main/= resources/META-INF/cocoon/spring/cocoon-eventcache-sample-blockServlet.xml = ( 680697 ) /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-sample/src/main/= resources/META-INF/cocoon/spring/cocoon-eventcache-sample.xml ( 680697 ) Changed: reinhard @ Tue 29 Jul 2008 07:03:17 -0700 Comment: COCOON-2224 add IT for eventcache Files changed: /cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon/it/block= s/eventcache ( 680699 ) /cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon/it/block= s/eventcache/EventAwareCacheTest.java ( 680699 ) Changed: reinhard @ Tue 29 Jul 2008 07:13:29 -0700 Comment: remove unnecessary (and sometimes problematic) include Files changed: /cocoon/trunk/core/cocoon-webapp/pom.xml ( 680705 ) Changed: reinhard @ Wed 30 Jul 2008 03:07:35 -0700 Comment: COCOON-2223 . remove obsolete dependencies . move JMSEventMessageListener to event-cache Files changed: /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/pom.xml ( 6= 80956 ) /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/ja= va/org/apache/cocoon/caching/impl/JMSEventMessageListener.java ( 680956 ) /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/re= sources/META-INF/cocoon/spring/cocoon-eventcache.xml ( 680956 ) Changed: reinhard @ Wed 30 Jul 2008 03:13:35 -0700 Comment: COCOON-2229 apply Lukas' patch with some minor modifications . don't depend on hsqldb anymore . don't depend on self-written JMS connection code (Spring provides anythin= g we need) . Spring migration of the remaining code Files changed: /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/pom.xml ( 680957 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/src/main/java/org/apache/= cocoon/acting/JMSPublisherAction.java ( 680957 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/src/main/java/org/apache/= cocoon/components/jms/AbstractMessageListener.java ( 680957 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/src/main/java/org/apache/= cocoon/components/jms/AbstractMessagePublisher.java ( 680957 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/src/main/java/org/apache/= cocoon/components/jms/JMSConnection.java ( 680957 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/src/main/java/org/apache/= cocoon/components/jms/JMSConnectionEventListener.java ( 680957 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/src/main/java/org/apache/= cocoon/components/jms/JMSConnectionEventNotifier.java ( 680957 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/src/main/java/org/apache/= cocoon/components/jms/JMSConnectionImpl.java ( 680957 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/src/main/java/org/apache/= cocoon/components/jms/JMSConnectionManager.java ( 680957 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/src/main/java/org/apache/= cocoon/components/jms/JMSConnectionManagerImpl.java ( 680957 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/src/main/java/org/apache/= cocoon/samples ( 680957 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/src/main/resources/META-I= NF/cocoon/avalon/cocoon-jms.xconf ( 680957 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/src/main/resources/org/ap= ache/cocoon/components/jms/jms.roles ( 680957 ) Changed: reinhard @ Wed 30 Jul 2008 03:18:02 -0700 Comment: COCOON-2229 . provide JMS samples that use embedded ActiveMQ . configure RCL for direct usage Files changed: /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/pom.xml ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/rcl.properties ( 680958= ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/java ( 680958 = ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/java/org ( 680= 958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/java/org/apach= e ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/java/org/apach= e/cocoon ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/java/org/apach= e/cocoon/acting ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/java/org/apach= e/cocoon/acting/JMSEventMessageListener.java ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/java/org/apach= e/cocoon/jms ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/java/org/apach= e/cocoon/jms/SimpleMessageListener.java ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/java/org/apach= e/cocoon/jms/SimpleTextMessagePublisher.java ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/java/org/apach= e/cocoon/samples ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/java/org/apach= e/cocoon/samples/jms (from /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/= src/main/java/org/apache/cocoon/samples/jms:680934) ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/resources/COB-= INF/database/sitemap.xmap ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/resources/COB-= INF/eventcache ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/resources/COB-= INF/eventcache/eventcache.xml ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/resources/COB-= INF/eventcache/sitemap.xmap ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/resources/COB-= INF/it ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/resources/COB-= INF/it/it.xml ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/resources/COB-= INF/it/sitemap.xmap ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/resources/COB-= INF/jms.xsamples ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/resources/COB-= INF/sitemap.xmap ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/resources/META= -INF/cocoon/spring/cocoon-jms-sample.xml ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/test ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/test/java ( 680958 = ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/test/java/org ( 680= 958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/test/java/org/apach= e ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/test/java/org/apach= e/cocoon ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/test/java/org/apach= e/cocoon/BaseSpringTest.java ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/test/java/org/apach= e/cocoon/acting ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/test/java/org/apach= e/cocoon/acting/DummyTextMessage.java ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/test/java/org/apach= e/cocoon/acting/JMSEventMessageListenerTest.java ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/test/java/org/apach= e/cocoon/beans ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/test/java/org/apach= e/cocoon/beans/BaseMessageListenerTest.java ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/test/java/org/apach= e/cocoon/beans/BaseMessagePublisherTest.java ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/test/java/org/apach= e/cocoon/beans/TestHsql.java ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/test/java/org/apach= e/cocoon/beans/TestQueueMessageListener.java ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/test/java/org/apach= e/cocoon/beans/TestQueueMessagePublisher.java ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/test/java/org/apach= e/cocoon/beans/TestTopicMessageListener.java ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/test/java/org/apach= e/cocoon/beans/TestTopicMessagePublisher.java ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/test/resources ( 68= 0958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/test/resources/ddl = ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/test/resources/ddl/= hsql.sql ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/test/resources/org = ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/test/resources/org/= apache ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/test/resources/org/= apache/cocoon ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/test/resources/org/= apache/cocoon/beans ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/test/resources/org/= apache/cocoon/beans/spring-activemq-queue.xml ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/test/resources/org/= apache/cocoon/beans/spring-activemq-topic.xml ( 680958 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/test/resources/org/= apache/cocoon/beans/spring-hsql.xml ( 680958 ) Changed: reinhard @ Wed 30 Jul 2008 03:19:03 -0700 Comment: COCOON-2230 . provide integration tests for the JMS block Files changed: /cocoon/trunk/core/cocoon-webapp/pom.xml ( 680959 ) /cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon/it/block= s/jms ( 680959 ) /cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon/it/block= s/jms/JMSTest.java ( 680959 ) Changed: reinhard @ Wed 30 Jul 2008 03:20:21 -0700 Comment: set version numbers of dependencies used in jms/event-cache blocks Files changed: /cocoon/trunk/parent/pom.xml ( 680962 ) Changed: reinhard @ Wed 30 Jul 2008 03:21:44 -0700 Comment: provide a eventcache-jms profile Files changed: /cocoon/trunk/blocks/pom.xml ( 680963 ) Changed: reinhard @ Wed 30 Jul 2008 04:07:22 -0700 Comment: explicitly set version numbers because of the Maven 2 - Java 1.4 b= ug (that has hit us soooo many times) Files changed: /cocoon/trunk/parent/pom.xml ( 680974 ) Changed: felixk @ Wed 30 Jul 2008 05:03:25 -0700 Comment: Reflect adding the cdocs-it collection to daisy Files changed: /cocoon/trunk/blocks/cocoon-it/pom.xml ( 680992 ) /cocoon/trunk/parent/pom.xml ( 680992 ) Changed: reinhard @ Fri 1 Aug 2008 02:04:55 -0700 Comment: . update changes.txt . remove empty org.apache.cocoon.url package Files changed: /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/changes/changes.xml ( 681636 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/main/java/org/apache/cocoon/url ( 681636 ) Changed: gkossakowski @ Fri 1 Aug 2008 07:22:09 -0700 Comment: Remove use of deprecated method setOptimazationLevel that actually= does nothing in current implementation of debugger. Switched to new method of attaching debugger to the context. This fixes a problem with java.lang.IllegalStateException being thrown when= Flowscript debugger is enabled. Files changed: /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/main/ja= va/org/apache/cocoon/components/flow/javascript/fom/FOM_JavaScriptInterpret= er.java ( 681702 ) Changed: gkossakowski @ Fri 1 Aug 2008 07:22:32 -0700 Comment: Don't use deprecated JavaSriptException. It's enough to use Runtim= eException as we are wrapping it anyway. Files changed: /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/main/ja= va/org/apache/cocoon/components/flow/javascript/fom/FOM_JavaScriptInterpret= er.java ( 681703 ) Changed: gkossakowski @ Fri 1 Aug 2008 07:23:12 -0700 Comment: Made enabling of flowscript debugger possible to configure through= property org.apache.cocoon.flowscript.debugger. The flowscript debugger is enabled if you are running in development mode. Files changed: /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/main/re= sources/META-INF/cocoon/avalon/cocoon-flowscript.xconf ( 681704 ) /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/main/re= sources/META-INF/cocoon/properties ( 681704 ) /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/main/re= sources/META-INF/cocoon/properties/cocoon-flowscript-impl.properties ( 6817= 04 ) /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/main/re= sources/META-INF/cocoon/properties/dev ( 681704 ) /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/main/re= sources/META-INF/cocoon/properties/dev/cocoon-flowscript-impl.properties ( = 681704 ) Changed: gkossakowski @ Fri 1 Aug 2008 07:35:34 -0700 Comment: Corrected information about latest release. Added missing entries about my latest fixes. Files changed: /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/changes= /changes.xml ( 681707 ) Changed: gkossakowski @ Fri 1 Aug 2008 07:39:49 -0700 Comment: Added missing entry describing addition of ResourceFilter. Files changed: /cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator= /src/changes/changes.xml ( 681708 ) Changed: felixk @ Sat 2 Aug 2008 09:57:07 -0700 Comment: Improve build performance, remove not needed and no longer existin= g repositories. Files changed: /cocoon/trunk/tools/sitemaptags2daisy/pom.xml ( 682014 ) Changed: reinhard @ Sun 3 Aug 2008 15:00:27 -0700 Comment: comment jms-sample until Lukas has provided a fix for the build Files changed: /cocoon/trunk/blocks/pom.xml ( 682223 ) Changed: reinhard @ Sun 3 Aug 2008 15:01:17 -0700 Comment: comment jms-sample until Lukas has provided a fix for the build Files changed: /cocoon/trunk/core/cocoon-webapp/pom.xml ( 682224 ) Changed: reinhard @ Sun 3 Aug 2008 23:50:41 -0700 Comment: these tests require the jms-samples block which is commented ATM (= until the vote to Java 5 will pass) Files changed: /cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon/it/block= s/eventcache/EventAwareCacheTest.java ( 682272 ) /cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon/it/block= s/jms/JMSTest.java ( 682272 ) Changed: reinhard @ Mon 4 Aug 2008 05:16:12 -0700 Comment: . make the CallFramehelper more defensive -> check for null refere= nces . throw exceptions in the case of a SSF self-reference or relative referenc= e because this always requires a calling SSF request. Only an absolute refe= rence can work without a stand-alone reference Files changed: /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/main/java/org/apache/cocoon/callstack/environment/CallFrameHelper.j= ava ( 682355 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/main/java/org/apache/cocoon/servletservice/NoCallingServletServiceR= equestAvailableException.java ( 682355 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/main/java/org/apache/cocoon/servletservice/url/ServletURLConnection= .java ( 682355 ) Changed: reinhard @ Mon 4 Aug 2008 05:16:42 -0700 Comment: . throw exceptions in the case of a SSF self-reference or relative= reference because this always requires a calling SSF request. Only an abso= lute reference can work without a stand-alone reference Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts/src/main/java/org/apache/cocoon/servletservice/components/ServletSource.= java ( 682356 ) Changed: reinhard @ Mon 4 Aug 2008 07:41:05 -0700 Comment: add note about the most significant change Files changed: /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/changes/changes.xml ( 682407 ) Changed: gkossakowski @ Tue 5 Aug 2008 05:30:50 -0700 Comment: Remove javaflow block form the build. Dependency org.apache.common= s:javaflow:jar:1.0-SNAPSHOT is not available any more. Files changed: /cocoon/trunk/blocks/pom.xml ( 682691 ) /cocoon/trunk/core/cocoon-webapp/pom.xml ( 682691 ) /cocoon/trunk/site/pom.xml ( 682691 ) Changed: reinhard @ Tue 5 Aug 2008 08:37:32 -0700 Comment: [maven-release-plugin] prepare release cocoon-spring-configurator-= 2.0.0 Files changed: /cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator= /pom.xml ( 682759 ) Changed: reinhard @ Tue 5 Aug 2008 08:37:52 -0700 Comment: [maven-release-plugin] prepare for next development iteration Files changed: /cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator= /pom.xml ( 682762 ) Changed: reinhard @ Tue 5 Aug 2008 08:46:51 -0700 Comment: back in SNAPSHOT mode Files changed: /cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator= /pom.xml ( 682765 ) Changed: reinhard @ Tue 5 Aug 2008 10:30:10 -0700 Comment: . use spring-configurator 2.1.0-SNAPSHOT internally . use improved Daisy plugin again after release . set version of the maven-plugin-plugin . enable SNAPSHOT section again after release Files changed: /cocoon/trunk/parent/pom.xml ( 682815 ) Changed: reinhard @ Tue 5 Aug 2008 10:41:19 -0700 Comment: add plugin configurations for release Files changed: /cocoon/trunk/subprojects/cocoon-block-deployment/pom.xml ( 682824 ) Changed: reinhard @ Tue 5 Aug 2008 10:43:04 -0700 Comment: provide plugin configuration for release Files changed: /cocoon/trunk/subprojects/cocoon-block-deployment/pom.xml ( 682826 ) Changed: reinhard @ Tue 5 Aug 2008 10:43:47 -0700 Comment: provide plugin configuration for release Files changed: /cocoon/trunk/subprojects/cocoon-jnet/pom.xml ( 682827 ) Changed: reinhard @ Tue 5 Aug 2008 11:19:10 -0700 Comment: [maven-release-plugin] prepare release cocoon-jnet-1.0.0 Files changed: /cocoon/trunk/subprojects/cocoon-jnet/pom.xml ( 682846 ) Changed: reinhard @ Tue 5 Aug 2008 11:24:08 -0700 Comment: fix base dir for release tags Files changed: /cocoon/trunk/subprojects/cocoon-block-deployment/pom.xml ( 682849 ) /cocoon/trunk/subprojects/cocoon-jnet/pom.xml ( 682849 ) Changed: reinhard @ Tue 5 Aug 2008 11:24:49 -0700 Comment: [maven-release-plugin] prepare for next development iteration Files changed: /cocoon/trunk/subprojects/cocoon-jnet/pom.xml ( 682851 ) Changed: reinhard @ Tue 5 Aug 2008 11:39:23 -0700 Comment: back in snapshot mode Files changed: /cocoon/trunk/subprojects/cocoon-jnet/pom.xml ( 682856 ) Changed: reinhard @ Tue 5 Aug 2008 11:41:22 -0700 Comment: [maven-release-plugin] prepare release cocoon-block-deployment-1.0= .0 Files changed: /cocoon/trunk/subprojects/cocoon-block-deployment/pom.xml ( 682857 ) Changed: reinhard @ Tue 5 Aug 2008 11:41:40 -0700 Comment: [maven-release-plugin] prepare for next development iteration Files changed: /cocoon/trunk/subprojects/cocoon-block-deployment/pom.xml ( 682859 ) Changed: reinhard @ Tue 5 Aug 2008 11:50:51 -0700 Comment: back in snapshot mode Files changed: /cocoon/trunk/subprojects/cocoon-block-deployment/pom.xml ( 682861 ) Changed: felixk @ Tue 5 Aug 2008 11:52:52 -0700 Comment: Add sitemaptags2daisy to build process. It's executed in step 2 (B= uild all modules required for the site generation) of http://cocoon.apache.= org/1256_1_1.html and updates the sitemap annotations in daisy. Files changed: /cocoon/trunk/parent/pom.xml ( 682864 ) /cocoon/trunk/pom.xml ( 682864 ) /cocoon/trunk/tools/pom.xml ( 682864 ) Changed: reinhard @ Tue 5 Aug 2008 11:53:02 -0700 Comment: [maven-release-plugin] prepare release cocoon-servlet-service-impl= -1.1.0 Files changed: /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/pom.xml ( 682865 ) Changed: reinhard @ Tue 5 Aug 2008 11:53:30 -0700 Comment: [maven-release-plugin] prepare for next development iteration Files changed: /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/pom.xml ( 682867 ) Changed: reinhard @ Tue 5 Aug 2008 12:00:05 -0700 Comment: add information about the latest change Files changed: /cocoon/trunk/tools/cocoon-maven-plugin/src/changes/changes.xml ( 682869 = ) Changed: reinhard @ Tue 5 Aug 2008 12:09:50 -0700 Comment: back in snapshot mode Files changed: /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/pom.xml ( 682876 ) Changed: reinhard @ Tue 5 Aug 2008 12:18:28 -0700 Comment: [maven-release-plugin] prepare release cocoon-tools-modules-7 Files changed: /cocoon/trunk/tools/pom.xml ( 682881 ) Changed: reinhard @ Tue 5 Aug 2008 12:19:05 -0700 Comment: [maven-release-plugin] prepare for next development iteration Files changed: /cocoon/trunk/tools/pom.xml ( 682883 ) Changed: reinhard @ Tue 5 Aug 2008 12:37:31 -0700 Comment: [maven-release-plugin] rollback the release of cocoon-tools-module= s-7 Files changed: /cocoon/trunk/tools/pom.xml ( 682891 ) Changed: reinhard @ Tue 5 Aug 2008 12:37:55 -0700 Comment: [maven-release-plugin] prepare release cocoon-tools-modules-7 Files changed: /cocoon/trunk/tools/pom.xml ( 682892 ) Changed: reinhard @ Tue 5 Aug 2008 12:38:15 -0700 Comment: [maven-release-plugin] prepare for next development iteration Files changed: /cocoon/trunk/tools/pom.xml ( 682894 ) Changed: reinhard @ Tue 5 Aug 2008 12:42:45 -0700 Comment: back in snapshot mode Files changed: /cocoon/trunk/tools/pom.xml ( 682901 ) Changed: jreijn @ Tue 5 Aug 2008 12:50:54 -0700 Comment: Added my pgp key to the KEYS file Files changed: /cocoon/trunk/commons/KEYS ( 682904 ) Changed: reinhard @ Tue 5 Aug 2008 12:53:19 -0700 Comment: [maven-release-plugin] prepare release cocoon-rcl-spring-reloader-= 1.0.0-M3 Files changed: /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-spring-reloader/pom.xml ( 68290= 5 ) Changed: reinhard @ Tue 5 Aug 2008 12:53:37 -0700 Comment: [maven-release-plugin] prepare for next development iteration Files changed: /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-spring-reloader/pom.xml ( 68290= 7 ) Changed: reinhard @ Tue 5 Aug 2008 13:01:37 -0700 Comment: back in snapshot mode Files changed: /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-spring-reloader/pom.xml ( 68291= 0 ) Changed: reinhard @ Tue 5 Aug 2008 13:05:45 -0700 Comment: [maven-release-plugin] prepare release cocoon-rcl-webapp-wrapper-1= .0.0-M3 Files changed: /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-webapp-wrapper/pom.xml ( 682916= ) Changed: reinhard @ Tue 5 Aug 2008 13:06:05 -0700 Comment: [maven-release-plugin] prepare for next development iteration Files changed: /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-webapp-wrapper/pom.xml ( 682918= ) Changed: reinhard @ Tue 5 Aug 2008 13:16:54 -0700 Comment: back in snapshot mode Files changed: /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-webapp-wrapper/pom.xml ( 682925= ) Changed: reinhard @ Tue 5 Aug 2008 13:18:31 -0700 Comment: prepare for release Files changed: /cocoon/trunk/tools/cocoon-maven-plugin/src/main/java/org/apache/cocoon/m= aven/rcl/PrepareWebappMojo.java ( 682926 ) Changed: reinhard @ Tue 5 Aug 2008 13:21:39 -0700 Comment: [maven-release-plugin] prepare release cocoon-maven-plugin-1.0.0-M= 3 Files changed: /cocoon/trunk/tools/cocoon-maven-plugin/pom.xml ( 682927 ) Changed: reinhard @ Tue 5 Aug 2008 13:28:17 -0700 Comment: [maven-release-plugin] prepare for next development iteration Files changed: /cocoon/trunk/tools/cocoon-maven-plugin/pom.xml ( 682930 ) Changed: reinhard @ Tue 5 Aug 2008 13:38:14 -0700 Comment: . update ssf and conf . add jnet and block-deployment Files changed: /cocoon/trunk/tools/release-builder/build.xml ( 682935 ) Changed: reinhard @ Tue 5 Aug 2008 13:40:07 -0700 Comment: back in snapshot mode Files changed: /cocoon/trunk/tools/cocoon-maven-plugin/pom.xml ( 682937 ) /cocoon/trunk/tools/cocoon-maven-plugin/src/main/java/org/apache/cocoon/m= aven/rcl/PrepareWebappMojo.java ( 682937 ) Changed: reinhard @ Tue 5 Aug 2008 15:14:48 -0700 Comment: fix parent version number Files changed: /cocoon/trunk/tools/pom.xml ( 682992 ) Changed: reinhard @ Tue 5 Aug 2008 15:35:54 -0700 Comment: fix ssf doc version Files changed: /cocoon/trunk/parent/pom.xml ( 683006 ) Changed: reinhard @ Tue 5 Aug 2008 15:38:39 -0700 Comment: fix config release Files changed: /cocoon/trunk/tools/release-builder/build.xml ( 683008 ) Changed: reinhard @ Tue 5 Aug 2008 16:05:34 -0700 Comment: fix multi-module site build (Maven suddenly used beta-6 which caus= es problems for us) Files changed: /cocoon/trunk/site/pom.xml ( 683026 ) Changed: reinhard @ Tue 5 Aug 2008 16:34:34 -0700 Comment: fix version number of docs-cleaner (has never been released IIRC) Files changed: /cocoon/trunk/parent/pom.xml ( 683037 ) Changed: vgritsenko @ Tue 5 Aug 2008 18:48:54 -0700 Comment: typo Files changed: /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/changes= /changes.xml ( 683083 ) Changed: gkossakowski @ Wed 6 Aug 2008 10:01:12 -0700 Comment: Handle situation when someone forgets to declare connection to ser= vlet but tries to use it in more meaningful way. The exception thrown should give enough clue. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts/src/main/java/org/apache/cocoon/servletservice/components/ServletSource.= java ( 683327 ) Changed: gkossakowski @ Wed 6 Aug 2008 10:02:05 -0700 Comment: Always initialize outputStream (buffer) in HttpServletResponseBuff= eringWrapper because flushBufferedResponse is always called so this buffer must be initi= alized. Added test-case that checks the scenario when it would fail. Files changed: /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/main/java/org/apache/cocoon/servletservice/HttpServletResponseBuffe= ringWrapper.java ( 683328 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/test/java/org/apache/cocoon/servletservice/HttpServletResponseBuffe= ringWrapperTestCase.java ( 683328 ) Changed: reinhard @ Thu 7 Aug 2008 12:54:01 -0700 Comment: increase SNAPSHOT versions after release Files changed: /cocoon/trunk/parent/pom.xml ( 683694 ) Changed: reinhard @ Thu 7 Aug 2008 12:55:02 -0700 Comment: comment XSP block Files changed: /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/pom.xml (= 683696 ) Changed: reinhard @ Fri 8 Aug 2008 02:16:05 -0700 Comment: COCOON-2232 improve javadocs Files changed: /cocoon/trunk/tools/cocoon-maven-plugin/src/main/java/org/apache/cocoon/m= aven/rcl/PrepareWebappMojo.java ( 683919 ) /cocoon/trunk/tools/cocoon-maven-plugin/src/main/java/org/apache/cocoon/m= aven/rcl/RCLMojo.java ( 683919 ) Changed: reinhard @ Fri 8 Aug 2008 09:18:10 -0700 Comment: remove double entry Files changed: /cocoon/trunk/core/cocoon-webapp/pom.xml ( 684012 ) Changed: reinhard @ Sun 10 Aug 2008 14:58:32 -0700 Comment: set release date Files changed: /cocoon/trunk/subprojects/cocoon-block-deployment/src/changes/changes.xml= ( 684602 ) /cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator= /src/changes/changes.xml ( 684602 ) /cocoon/trunk/subprojects/cocoon-jnet/src/changes/changes.xml ( 684602 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/changes/changes.xml ( 684602 ) Changed: reinhard @ Sun 10 Aug 2008 15:15:54 -0700 Comment: fix relative paths Files changed: /cocoon/trunk/subprojects/cocoon-block-deployment/pom.xml ( 684603 ) /cocoon/trunk/subprojects/cocoon-jnet/pom.xml ( 684603 ) Changed: reinhard @ Sun 10 Aug 2008 15:17:56 -0700 Comment: set 'breadcrumb' version Files changed: /cocoon/trunk/parent/pom.xml ( 684604 ) Changed: reinhard @ Mon 11 Aug 2008 00:31:05 -0700 Comment: Cocoon PMC -=3D Gianugo Files changed: /cocoon/trunk/parent/pom.xml ( 684662 ) Changed: reinhard @ Mon 11 Aug 2008 01:57:27 -0700 Comment: add apples, eventcache, jcr and jms to the documentation system Files changed: /cocoon/trunk/blocks/cocoon-apples/cocoon-apples-impl/pom.xml ( 684678 ) /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/pom.xml ( 6= 84678 ) /cocoon/trunk/blocks/cocoon-jcr/cocoon-jcr-impl/pom.xml ( 684678 ) /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/pom.xml ( 684678 ) /cocoon/trunk/parent/pom.xml ( 684678 ) Changed: reinhard @ Mon 11 Aug 2008 13:39:29 -0700 Comment: add new doc modules to site build Files changed: /cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/META-I= NF/maven/site.vm ( 684909 ) /cocoon/trunk/site/pom.xml ( 684909 ) Changed: reinhard @ Mon 11 Aug 2008 22:54:59 -0700 Comment: minor reformatting Files changed: /cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/META-I= NF/maven/site.vm ( 685047 ) Changed: gkossakowski @ Wed 13 Aug 2008 03:56:48 -0700 Comment: Implemented exists() method so it tries to return more meaningful = value. Also, use exists() method in getInputStream, if it does not exist then Sour= ceNotFound exception should be thrown. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts/src/main/java/org/apache/cocoon/servletservice/components/ServletSource.= java ( 685509 ) Changed: gkossakowski @ Wed 13 Aug 2008 06:27:36 -0700 Comment: AbstractSession must implement org.apache.cocoon.environment.Sessi= on not javax.servlet.http.HttpSession interface in order to get getCocoonSe= ssion() method working properly. Added some more deprecation statements. Files changed: /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/java/org= /apache/cocoon/environment/http/HttpSession.java ( 685540 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/java/org= /apache/cocoon/environment/impl/AbstractSession.java ( 685540 ) Changed: gkossakowski @ Wed 13 Aug 2008 06:28:45 -0700 Comment: cocoon-session-fw-impl sticks to old Cocoon-specific abstraction o= f Session so getCocoonSession must be used instead of getSession which retu= rns just HttpSession. Files changed: /cocoon/trunk/blocks/cocoon-session-fw/cocoon-session-fw-impl/src/main/ja= va/org/apache/cocoon/webapps/session/components/DefaultSessionManager.java = ( 685543 ) Changed: gkossakowski @ Wed 13 Aug 2008 06:29:46 -0700 Comment: Reworked HttpServletResponeBufferingWrapper a little bit. The main idea behind all my changes is to move decision about buffering or = not directly to our own implementation of ServletOutputStream. ForwardingOrLimitingServletOutputStream acts in two modes depending on sett= ing if it should buffer or just forward. This change was needed because there might be following execution of method= s for which previous implementation would fail: 1. stream =3D response.getOutputStream() //non buffering output stream is r= eturned because by default status code is set to 200 2. response.setStatusCode(404) 3. stream.write() //write details about error, this is going to be written = to response because non-buffering output stream is in use 4. response.resetBufferedResponse() //this fails with IllegalStateException This problem was recorded in COCOON-2337 and now is fixed. Also, test-case covering this problem was added and implementation of exist= ing ones has been changed a little bit to more carefully check if buffering= really works as expected. Files changed: /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/changes/changes.xml ( 685544 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/main/java/org/apache/cocoon/servletservice/HttpServletResponseBuffe= ringWrapper.java ( 685544 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/test/java/org/apache/cocoon/servletservice/HttpServletResponseBuffe= ringWrapperTestCase.java ( 685544 ) Changed: reinhard @ Wed 13 Aug 2008 22:58:17 -0700 Comment: fix path for Cocoon 3 Files changed: /cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/META-I= NF/maven/site.vm ( 685779 ) Changed: gkossakowski @ Thu 14 Aug 2008 01:39:26 -0700 Comment: Handle SourceExceptions by wrapping them into ProcessingExzception= s when Reader.generate() method is called. Files changed: /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/java/org= /apache/cocoon/components/pipeline/AbstractProcessingPipeline.java ( 685810= ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/java/org= /apache/cocoon/components/pipeline/impl/AbstractCachingProcessingPipeline.j= ava ( 685810 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/java/org= /apache/cocoon/components/pipeline/impl/ExpiresCachingProcessingPipeline.ja= va ( 685810 ) Changed: gkossakowski @ Thu 14 Aug 2008 01:39:55 -0700 Comment: Always handle ResouceNotFoundException by setting up appropriate r= esponse's status code and by printing exception details into response. Files changed: /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/servlet/Re= questProcessor.java ( 685811 ) Changed: gkossakowski @ Fri 15 Aug 2008 10:59:20 -0700 Comment: Switch to Java 1.5 and enforce Maven 2.0.9 as minimal for Cocoon's= trunk. Also, updated links to Java APIs to point to Java 1.5 API docs. Files changed: /cocoon/trunk/parent/pom.xml ( 686292 ) Changed: reinhard @ Sun 17 Aug 2008 11:18:27 -0700 Comment: update changes.xml: Java 5 as minimum Files changed: /cocoon/trunk/subprojects/cocoon-block-deployment/src/changes/changes.xml= ( 686627 ) /cocoon/trunk/subprojects/cocoon-configuration/cocoon-configuration-api/s= rc/changes/changes.xml ( 686627 ) /cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator= /src/changes/changes.xml ( 686627 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/changes/changes.xml ( 686627 ) Changed: reinhard @ Sun 17 Aug 2008 11:23:30 -0700 Comment: update changes.xml: Java 5 as minimum Files changed: /cocoon/trunk/subprojects/cocoon-jnet/src/changes/changes.xml ( 686629 ) Changed: reinhard @ Sun 17 Aug 2008 14:57:37 -0700 Comment: - add license header - formatting Files changed: /cocoon/trunk/subprojects/cocoon-block-deployment/src/main/java/org/apach= e/cocoon/blockdeployment/DefaultBlockResourcesHolder.java ( 686647 ) Changed: reinhard @ Sun 17 Aug 2008 15:07:14 -0700 Comment: add and configure the codehaus rat plugin (version, excludes, add = it to the 'release' profile) Files changed: /cocoon/trunk/parent/pom.xml ( 686651 ) Changed: reinhard @ Sun 17 Aug 2008 15:11:08 -0700 Comment: enable shortcut for rat plugin (mvn rat:check) Files changed: /cocoon/trunk/parent/pom.xml ( 686652 ) Changed: reinhard @ Mon 18 Aug 2008 14:50:15 -0700 Comment: <action dev=3D"reinhard" type=3D"add"> Make the HTTP port of Jetty configureable.=20 The JettyStarterMojo can be configured by the parameter 'port'. </action> =20 <action dev=3D"reinhard" type=3D"add"> Add a parameter 'keepRunning'. If true, the 'integration-test' phase keeps running stops after the Jetty container has been started. This is useful for debugging the 'integration-test' phase. </action> =20 <action dev=3D"reinhard" type=3D"update"> Upgrade to JUnit 4.4. </action> =20 <action dev=3D"reinhard" type=3D"update"> Java 5 as minimum requirement. </action> Files changed: /cocoon/trunk/parent/pom.xml ( 686875 ) /cocoon/trunk/tools/cocoon-it-fw/src/changes ( 686875 ) /cocoon/trunk/tools/cocoon-it-fw/src/changes/changes.xml ( 686875 ) /cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/maven/te= st/jetty/JettyStarterMojo.java ( 686875 ) /cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/maven/te= st/jetty/JettyStopperMojo.java ( 686875 ) /cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/tools/it= /HtmlUnitTestCase.java ( 686875 ) /cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/tools/it= /HttpClientResponse.java ( 686875 ) Changed: reinhard @ Mon 18 Aug 2008 15:04:04 -0700 Comment: Java 5 as minimum requirement Files changed: /cocoon/trunk/subprojects/cocoon-block-deployment/src/changes/changes.xml= ( 686879 ) /cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator= /src/changes/changes.xml ( 686879 ) /cocoon/trunk/subprojects/cocoon-jnet/src/changes/changes.xml ( 686879 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/changes/changes.xml ( 686879 ) Changed: gkossakowski @ Tue 19 Aug 2008 07:37:54 -0700 Comment: Upgrade Cocoon Maven plug-in to latest released version. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts-sample/pom.xml ( 687064 ) Changed: gkossakowski @ Tue 19 Aug 2008 07:38:35 -0700 Comment: Make cocoon-servlet-service-components-sample running again. Fixed links after renaming of this blocks. Files changed: /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts-sample/rcl.properties ( 687065 ) /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-componen= ts-sample/src/main/resources/COB-INF/overview/overview.html ( 687065 ) Changed: gkossakowski @ Tue 19 Aug 2008 07:41:47 -0700 Comment: Add information about NPE fix. Files changed: /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/changes/changes.xml ( 687066 ) Changed: gkossakowski @ Thu 21 Aug 2008 03:48:42 -0700 Comment: Add javadoc comment containing information about deprecation of th= is method. Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apa= che/cocoon/forms/formmodel/AbstractWidget.java ( 687702 ) Changed: gkossakowski @ Thu 21 Aug 2008 03:50:21 -0700 Comment: Fix NPE caused by calling resetBuffer() method. Added comment explaining why ServletServiceResponse does not buffer anythin= g and why it has no real implementation for resetBuffer() method. Added very simple test-case covering NPE situation. Files changed: /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/changes/changes.xml ( 687704 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/main/java/org/apache/cocoon/servletservice/util/ServletServiceRespo= nse.java ( 687704 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/test/java/org/apache/cocoon/servletservice/util/ServletServiceRespo= nseTestCase.java ( 687704 ) Changed: gkossakowski @ Thu 21 Aug 2008 03:51:09 -0700 Comment: Introduce support servlet: protocol in flow's sendPage function. The previous behaviour was that if one called sendPage("some/path") it woul= d be translated into redirection to "cocoon:/some/path" so any custom proto= col was disallowed in sendPage calls. Now default behaviour is preserved but additionally one can use servlet: pr= otocol explicitly in sendPage calls. In order to achieve that some extensions to ForwardRedirector and ConcreteT= reeProcessor were introduced for special handling of "servlet:" protocol. Current implementation does not really redirect in sense of Cocoon's intern= als but just makes a new request using ServletSource and after processing i= s finished it just copies the response to current environment. As consequence of this change, also <map:redirect-to uri=3D"servlet:/some/p= ath"/> is supported. This change resolves COCOON-2239 issue. Files changed: /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/java/org= /apache/cocoon/environment/ForwardRedirector.java ( 687706 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/flow/AbstractInterpreter.java ( 687706 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/treeprocessor/ConcreteTreeProcessor.java ( 687706 ) Changed: gkossakowski @ Thu 21 Aug 2008 03:51:55 -0700 Comment: Introduce support servlet: protocol in flow's sendPage function. The previous behaviour was that if one called sendPage("some/path") it woul= d be translated into redirection to "cocoon:/some/path" so any custom proto= col was disallowed in sendPage calls. Now default behaviour is preserved but additionally one can use servlet: pr= otocol explicitly in sendPage calls. In order to achieve that some extensions to ForwardRedirector and ConcreteT= reeProcessor were introduced for special handling of "servlet:" protocol. Current implementation does not really redirect in sense of Cocoon's intern= als but just makes a new request using ServletSource and after processing i= s finished it just copies the response to current environment. As consequence of this change, also <map:redirect-to uri=3D"servlet:/some/p= ath"/> is supported. This change resolves COCOON-2239 issue. Files changed: /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/changes/chang= es.xml ( 687707 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/changes/changes= .xml ( 687707 ) Changed: gkossakowski @ Thu 21 Aug 2008 03:59:36 -0700 Comment: Made flowscript debugger always turned off by default. You can still enable it easily using org.apache.cocoon.flowscript.debugger = property. Files changed: /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/changes= /changes.xml ( 687710 ) /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/main/re= sources/META-INF/cocoon/properties/dev/cocoon-flowscript-impl.properties ( = 687710 ) Changed: gkossakowski @ Thu 21 Aug 2008 04:35:38 -0700 Comment: Switch to released version of parent pom. Files changed: /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/pom.xml ( 6= 87715 ) Changed: gkossakowski @ Thu 21 Aug 2008 04:41:11 -0700 Comment: Specify versions of Cocoon dependencies explicitly. Files changed: /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/pom.xml ( 6= 87717 ) Changed: gkossakowski @ Mon 25 Aug 2008 02:43:00 -0700 Comment: Add missing else keyword so now *both* servlet: and cocoon: protoc= ols work. Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/flow/AbstractInterpreter.java ( 688684 ) Changed: gkossakowski @ Mon 25 Aug 2008 02:43:56 -0700 Comment: Fix problem with writer returned by HttpServletResponseBufferingWr= apper that was never flushed. Since wrapper's internal outputstream is used in every case, flushing must = be performed in every case as well. Added test case testing flushing of writer returned by HttpServletResponseB= ufferingWrapper. Files changed: /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/main/java/org/apache/cocoon/servletservice/HttpServletResponseBuffe= ringWrapper.java ( 688686 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/test/java/org/apache/cocoon/servletservice/HttpServletResponseBuffe= ringWrapperTestCase.java ( 688686 ) Changed: jasha @ Mon 25 Aug 2008 12:46:24 -0700 Comment: COCOON-2213 reverted part of previous commit that prevented settin= g an alternative charset of plain text mail Files changed: /cocoon/branches/BRANCH_2_1_X/src/blocks/mail/java/org/apache/cocoon/mail= /transformation/SendMailTransformer.java ( 688851 ) /cocoon/trunk/blocks/cocoon-mail/cocoon-mail-impl/src/main/java/org/apach= e/cocoon/mail/transformation/SendMailTransformer.java ( 688851 ) Changed: jasha @ Mon 25 Aug 2008 13:08:58 -0700 Comment: COCOON-2228 StripNameSpacesTransformer does not strip namespace pr= efix of attributes Files changed: /cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/transformation/S= tripNameSpacesTransformer.java ( 688858 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/ja= va/org/apache/cocoon/transformation/StripNameSpacesTransformer.java ( 68885= 8 ) Changed: thorsten @ Wed 27 Aug 2008 02:56:12 -0700 Comment: Updating schema version for all spring schema definitions Files changed: /cocoon/trunk/blocks/cocoon-asciiart/cocoon-asciiart-impl/src/main/resour= ces/META-INF/cocoon/spring/cocoon-asciiart.xml ( 689429 ) /cocoon/trunk/blocks/cocoon-auth/cocoon-acegisecurity-sample/src/main/res= ources/META-INF/cocoon/spring/cocoon-acegisecurity-sample-blockServlet.xml = ( 689429 ) /cocoon/trunk/blocks/cocoon-auth/cocoon-auth-impl/src/main/resources/META= -INF/cocoon/spring/cocoon-auth.xml ( 689429 ) /cocoon/trunk/blocks/cocoon-auth/cocoon-auth-sample/src/main/resources/ME= TA-INF/cocoon/spring/auth-cauth.xml ( 689429 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-bridge/src/main/re= sources/META-INF/cocoon/spring/SpringToAvalonDataSourceBridge.xml ( 689429 = ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-hsqldb-server/src/= main/resources/META-INF/cocoon/spring/cocoon-hsqldb-block.xml ( 689429 ) /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/re= sources/META-INF/cocoon/spring/cocoon-eventcache.xml ( 689429 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/ME= TA-INF/cocoon/spring/cocoon-forms.xml ( 689429 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/test/resources/or= g/apache/cocoon/forms/datatype/DynamicSelectionListTestCase.spring.xml ( 68= 9429 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/test/resources/or= g/apache/cocoon/forms/datatype/EnumSelectionListTestCase.spring.xml ( 68942= 9 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/test/resources/or= g/apache/cocoon/forms/datatype/FlowJXPathSelectionListTestCase.spring.xml (= 689429 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/test/resources/or= g/apache/cocoon/forms/formmodel/FieldTestCase.spring.xml ( 689429 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/test/resources/or= g/apache/cocoon/forms/formmodel/GroupTestCase.spring.xml ( 689429 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/src/main/resources/= META-INF/cocoon/spring/local-springContext.xml ( 689429 ) /cocoon/trunk/blocks/cocoon-it/src/main/resources/META-INF/cocoon/spring/= cocoon-micro-it-controller.xml ( 689429 ) /cocoon/trunk/blocks/cocoon-lucene/cocoon-lucene-impl/src/main/resources/= META-INF/cocoon/spring/cocoon-lucene.xml ( 689429 ) /cocoon/trunk/blocks/cocoon-poi/cocoon-poi-impl/src/main/resources/META-I= NF/cocoon/spring/cocoon-poi.xml ( 689429 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/resources/= org/apache/cocoon/portal/cocoon-portal-components.xml ( 689429 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/config/spring/auth-cauth.xml ( 689429 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/config/spring/cocoon-portal-sample-components.xml ( 689429 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/config/spring/coplet-types.xml ( 689429 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/config/spring/layout-types.xml ( 689429 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/config/spring/renderer-borderless-window.xml ( 689429 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/config/spring/renderer-column.xml ( 689429 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/config/spring/renderer-decorated-frame.xml ( 689429 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/config/spring/renderer-frame.xml ( 689429 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/config/spring/renderer-link.xml ( 689429 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/config/spring/renderer-linktab.xml ( 689429 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/config/spring/renderer-nowindow.xml ( 689429 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/config/spring/renderer-rawtab.xml ( 689429 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/config/spring/renderer-row.xml ( 689429 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/config/spring/renderer-tab.xml ( 689429 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resource= s/COB-INF/config/spring/renderer-window.xml ( 689429 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sitemap/src/main/resourc= es/org/apache/cocoon/portal/sitemap/cocoon-portal-sitemap-components.xml ( = 689429 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/src/main/resou= rces/org/apache/cocoon/portal/wsrp/cocoon-portal-wsrp-components.xml ( 6894= 29 ) /cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/src/main/resour= ces/META-INF/cocoon/spring/cocoon-template.xml ( 689429 ) /cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/src/test/resour= ces/org/apache/cocoon/template/jxtg/JXTemplateGeneratorTestCase.spring.xml = ( 689429 ) /cocoon/trunk/blocks/cocoon-welcome/src/main/resources/META-INF/cocoon/sp= ring/cocoon-welcome-blockServlet.xml ( 689429 ) /cocoon/trunk/core/cocoon-core/src/main/resources/META-INF/cocoon/spring/= cocoon-core-caching-source.xml ( 689429 ) /cocoon/trunk/core/cocoon-core/src/test/resources/org/apache/cocoon/compo= nents/treeprocessor/variables/PreparedVariableResolverTestCase.spring.xml (= 689429 ) /cocoon/trunk/core/cocoon-core/src/test/resources/org/apache/cocoon/trans= formation/I18NTransformerTestCase.spring.xml ( 689429 ) /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/src/main/resources/META-INF/cocoon/spring/AbstractStringTemplateParser= .xml ( 689429 ) /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/src/main/resources/META-INF/cocoon/spring/DefaultExpressionFactory.xml= ( 689429 ) /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/src/main/resources/META-INF/cocoon/spring/DefaultStringTemplateParser.= xml ( 689429 ) /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/src/main/resources/META-INF/cocoon/spring/JXPathCompiler.xml ( 689429 = ) /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/src/main/resources/META-INF/cocoon/spring/JavaScriptCompiler.xml ( 689= 429 ) /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/src/main/resources/META-INF/cocoon/spring/JexlCompiler.xml ( 689429 ) /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/src/main/resources/META-INF/cocoon/spring/LegacyStringTemplateParser.x= ml ( 689429 ) /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/src/main/resources/META-INF/cocoon/spring/ObjectModelProviders.xml ( 6= 89429 ) /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/src/main/resources/META-INF/cocoon/spring/ObjectModelTemplate.xml ( 68= 9429 ) /cocoon/trunk/core/cocoon-expression-language/cocoon-expression-language-= impl/src/main/resources/META-INF/cocoon/spring/RhinoScope.xml ( 689429 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/re= sources/META-INF/cocoon/spring/cocoon-core-generators.xml ( 689429 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/re= sources/META-INF/cocoon/spring/cocoon-core-serializers.xml ( 689429 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/resource= s/META-INF/cocoon/spring/ObjectModel.xml ( 689429 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/resource= s/META-INF/cocoon/spring/PipelineComponentScope.xml ( 689429 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/resource= s/META-INF/cocoon/spring/cocoon-pipeline-impl-cache.xml ( 689429 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/resources/= META-INF/cocoon/spring/CocoonEntryObjectModelProvider.xml ( 689429 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/test/resources/= org/apache/cocoon/environment/FOMTestCase.spring.xml ( 689429 ) /cocoon/trunk/core/cocoon-store/cocoon-store-impl/src/main/resources/META= -INF/cocoon/spring/cocoon-store-impl-ehcache.xml ( 689429 ) /cocoon/trunk/core/cocoon-store/cocoon-store-impl/src/main/resources/META= -INF/cocoon/spring/cocoon-store-impl-janitor.xml ( 689429 ) /cocoon/trunk/core/cocoon-store/cocoon-store-impl/src/main/resources/META= -INF/cocoon/spring/cocoon-store-impl-transient.xml ( 689429 ) /cocoon/trunk/core/cocoon-store/cocoon-store-impl/src/main/resources/META= -INF/cocoon/spring/cocoon-store-impl-xmlfile.xml ( 689429 ) /cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/main/resources/ME= TA-INF/cocoon/spring/cocoon-thread-impl.xml ( 689429 ) /cocoon/trunk/core/cocoon-webapp/src/main/webapp/WEB-INF/applicationConte= xt.xml ( 689429 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/main/resources/META-INF/cocoon/spring/cocoon-ssf-callstack.xml ( 68= 9429 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/main/resources/META-INF/cocoon/spring/cocoon-ssf-context.xml ( 6894= 29 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/main/resources/META-INF/cocoon/spring/cocoon-ssf-servlet-map.xml ( = 689429 ) /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/main/resources/org/apache/cocoon/servletservice/schema/cocoon-servl= et-1.0.xsd ( 689429 ) /cocoon/trunk/tools/archetypes/cocoon-22-archetype-webapp/src/main/resour= ces/archetype-resources/src/main/webapp/WEB-INF/applicationContext.xml ( 68= 9429 ) Changed: gkossakowski @ Thu 28 Aug 2008 06:40:57 -0700 Comment: If there is nothing to write don't try to write it. Some times it = could lead to IllegalStateException. Files changed: /cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-i= mpl/src/main/java/org/apache/cocoon/servletservice/HttpServletResponseBuffe= ringWrapper.java ( 689817 ) Changed: jasha @ Sun 31 Aug 2008 06:58:20 -0700 Comment: Added myself to the list Files changed: /cocoon/trunk/parent/pom.xml ( 690694 ) Changed: joerg @ Thu 4 Sep 2008 14:47:05 -0700 Comment: Fix ConcurrentModificationException (again) introduced with refact= oring synchronization Files changed: /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/a= pache/cocoon/components/flow/ContinuationsManagerImpl.java ( 692265 ) Changed: vgritsenko @ Mon 8 Sep 2008 04:40:04 -0700 Comment: spelling Files changed: /cocoon/trunk/parent/pom.xml ( 693058 ) Changed: joerg @ Tue 9 Sep 2008 11:01:31 -0700 Comment: COCOON-2243: Handle case in ApplicationUtil.isUserInRole(..) when = User is null. Files changed: /cocoon/trunk/blocks/cocoon-auth/cocoon-auth-api/src/changes/changes.xml = ( 693535 ) /cocoon/trunk/blocks/cocoon-auth/cocoon-auth-api/src/main/java/org/apache= /cocoon/auth/ApplicationUtil.java ( 693535 ) Changed: joerg @ Tue 9 Sep 2008 11:29:08 -0700 Comment: with Maven that's @issue rather than @fixes or @fixes-bug Files changed: /cocoon/trunk/blocks/cocoon-apples/cocoon-apples-impl/src/changes/changes= .xml ( 693551 ) /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-impl/src/changes/c= hanges.xml ( 693551 ) /cocoon/trunk/blocks/cocoon-deli/cocoon-deli-impl/src/changes/changes.xml= ( 693551 ) /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/changes= /changes.xml ( 693551 ) /cocoon/trunk/blocks/cocoon-fop/cocoon-fop-ng-impl/src/changes/changes.xm= l ( 693551 ) /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/changes/changes.x= ml ( 693551 ) /cocoon/trunk/blocks/cocoon-html/cocoon-html-impl/src/changes/changes.xml= ( 693551 ) /cocoon/trunk/blocks/cocoon-lucene/cocoon-lucene-impl/src/changes/changes= .xml ( 693551 ) /cocoon/trunk/blocks/cocoon-mail/cocoon-mail-impl/src/changes/changes.xml= ( 693551 ) /cocoon/trunk/blocks/cocoon-midi/cocoon-midi-impl/src/changes/changes.xml= ( 693551 ) /cocoon/trunk/blocks/cocoon-poi/cocoon-poi-impl/src/changes/changes.xml (= 693551 ) /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/src/changes= /changes.xml ( 693551 ) /cocoon/trunk/blocks/cocoon-qdox/cocoon-qdox-impl/src/changes/changes.xml= ( 693551 ) /cocoon/trunk/blocks/cocoon-scratchpad/cocoon-scratchpad-impl/src/changes= /changes.xml ( 693551 ) /cocoon/trunk/blocks/cocoon-serializers/cocoon-serializers-impl/src/chang= es/changes.xml ( 693551 ) /cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/src/changes/cha= nges.xml ( 693551 ) /cocoon/trunk/blocks/cocoon-validation/cocoon-validation-impl/src/changes= /changes.xml ( 693551 ) /cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/src/changes/changes.xml (= 693551 ) /cocoon/trunk/core/cocoon-core/src/changes/changes.xml ( 693551 ) /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/changes/chang= es.xml ( 693551 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/changes/c= hanges.xml ( 693551 ) /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/changes/changes= .xml ( 693551 ) Changed: joerg @ Tue 9 Sep 2008 11:42:57 -0700 Comment: with Maven that's @issue rather than @fixes or @fixes-bug Files changed: /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/changes/changes.x= ml ( 693555 ) /cocoon/trunk/blocks/cocoon-poi/cocoon-poi-impl/src/changes/changes.xml (= 693555 ) /cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/src/changes/cha= nges.xml ( 693555 ) Changed: crossley @ Wed 10 Sep 2008 21:25:53 -0700 Comment: Use COMPLETE_NAME, so "Apache Cocoon 2.2...." is reported. Files changed: /cocoon/trunk/core/cocoon-cli/src/main/java/org/apache/cocoon/bean/Cocoon= Bean.java ( 694110 ) Changed: joerg @ Fri 12 Sep 2008 16:52:17 -0700 Comment: bugfix in schema location, util namespace seems not to be used any= way Files changed: /cocoon/trunk/blocks/cocoon-asciiart/cocoon-asciiart-impl/src/main/resour= ces/META-INF/cocoon/spring/cocoon-asciiart.xml ( 694851 ) Changed: lmorandini @ Mon 15 Sep 2008 07:50:15 -0700 Comment: Added myself to list of developers. Files changed: /cocoon/trunk/parent/pom.xml ( 695487 ) ***************************************************************************= * Dependencies Changes: ***************************************************************************= * No dependencies changed ***************************************************************************= * Build Definition: ***************************************************************************= * POM filename: pom.xml Goals: clean install =20 Arguments: --batch-mode -P allblocks,it Build Fresh: false Always Build: false Default Build Definition: true Schedule: DEFAULT_SCHEDULE Profile Name: Maven 2.0.9, Java 5, Large Memory Description:=20 ***************************************************************************= * Test Summary: ***************************************************************************= * Tests: 372 Failures: 0 Errors: 0 Success Rate: 100 Total time: 156.587 From [email protected] Thu Jun 18 07:27:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23521 invoked from network); 18 Jun 2009 07:27:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jun 2009 07:27:14 -0000 Received: (qmail 27651 invoked by uid 500); 18 Jun 2009 07:27:25 -0000 Delivered-To: [email protected] Received: (qmail 27553 invoked by uid 500); 18 Jun 2009 07:27:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 27545 invoked by uid 99); 18 Jun 2009 07:27:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2009 07:27:24 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mta.juntadeandalucia.es) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2009 07:27:15 +0000 Received: from [161.129.204.104] (helo=mail.juntadeandalucia.es) by guadix1.juntadeandalucia.es with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from <[email protected]>) id 1MHC1P-00026R-Oe for [email protected]; Thu, 18 Jun 2009 09:26:55 +0200 Received: from [161.129.204.104] by mail.juntadeandalucia.es with esmtpa (Exim 4.69) (envelope-from <[email protected]>) id 1MHC1O-0004ZU-HT for [email protected]; Thu, 18 Jun 2009 09:26:54 +0200 Subject: RE: Cocoon 2.1.7 create link with target in menu From: Thorsten Scherler <[email protected]> To: [email protected] In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <1245225608.6263.3.camel@panic> <[email protected]> Content-Type: text/plain; charset=utf-8 Date: Thu, 18 Jun 2009 09:35:05 +0200 Message-Id: <1245310505.6354.0.camel@panic> Mime-Version: 1.0 X-Mailer: Evolution 161.129.204.104 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -99 X-Spam-Score-Int: -99 X-Virus-Checked: Checked by ClamAV on apache.org On Wed, 2009-06-17 at 06:05 -0700, kmoens wrote: > Thanks Thorsten. >=20 > Indeed, I have to change the default menu2xhtml.xsl to allow the > transformation of the target attribute. > Thank you for the useful hint on this, it works now like expected. glad it works. salu2 >=20 > BRs, >=20 > Kris=20 > =20 >=20 >=20 > Thorsten Scherler-3 wrote: > >=20 > > I guess the anove will be transformed by a xsl to html, right? In this > > xsl do you allow/match the new target attribute? Seems not. > >=20 >=20 --=20 Thorsten Scherler <thorsten.at.apache.org> Open Source Java <consulting, training and solutions> Sociedad Andaluza para el Desarrollo de la Sociedad=20 de la Informaci=C3=B3n, S.A.U. (SADESI) From [email protected] Thu Jun 18 08:26:50 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36154 invoked from network); 18 Jun 2009 08:26:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jun 2009 08:26:49 -0000 Received: (qmail 93514 invoked by uid 500); 18 Jun 2009 08:26:59 -0000 Delivered-To: [email protected] Received: (qmail 93344 invoked by uid 500); 18 Jun 2009 08:26:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 93328 invoked by uid 99); 18 Jun 2009 08:26:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2009 08:26:58 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=MIME_BASE64_BLANKS,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mail27.messagelabs.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 18 Jun 2009 08:26:49 +0000 X-VirusChecked: Checked X-Env-Sender: [email protected] X-Msg-Ref: server-6.tower-27.messagelabs.com!1245313586!18321037!1 X-StarScan-Version: 6.0.0; banners=odyssey-group.com,-,- X-Originating-IP: [161.129.204.104] Received: (qmail 28582 invoked from network); 18 Jun 2009 08:26:26 -0000 Received: from unknown (HELO mail3.oams.com) (161.129.204.104) by server-6.tower-27.messagelabs.com with SMTP; 18 Jun 2009 08:26:26 -0000 Received: from mail4.oams.com ([161.129.204.104]) by mail3.oams.com with Microsoft SMTPSVC(615)387-5750); Thu, 18 Jun 2009 10:26:14 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Subject: RE: Cocoon 2.1.11- Avalon issue using IBM java 6 jvm Date: Thu, 18 Jun 2009 10:26:13 +0200 Message-ID: <[email protected]> In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Cocoon 2.1.11- Avalon issue using IBM java 6 jvm Thread-Index: AcnqjnrqT+ur5QYHQ6W4AKwwaz0/fQDKQGCgAI24Q6A= From: "Laurent Medioni" <[email protected]> To: <[email protected]>, <[email protected]> X-OriginalArrivalTime: 18 Jun 2009 08:26:14.0570 (UTC) FILETIME=[71B4D0A0:01C9EFEE] X-Virus-Checked: Checked by ClamAV on apache.org Rml4IG5vdyBwcm9taXNlZCBmb3IgSUJNIEphdmEgUnVudGltZXMgNi4wIFNSNi4KCi0tLS0tT3Jp Z2luYWwgTWVzc2FnZS0tLS0tCkZyb206IExhdXJlbnQgTWVkaW9uaSBbbWFpbHRvOmxtZWRpb25p QG9keXNzZXktZ3JvdXAuY29tXSAKU2VudDogbHVuZGksIDE1LiBqdWluIDIwMDkgMTU6NDEKVG86 IHVzZXJzQGNvY29vbi5hcGFjaGUub3JnCkNjOiBkZXZAY29jb29uLmFwYWNoZS5vcmcKU3ViamVj dDogQ29jb29uIDIuMS4xMS0gQXZhbG9uIGlzc3VlIHVzaW5nIElCTSBqYXZhIDYganZtCgpIZWxs bywKT24gYSBXZWJzcGhlcmUgNyBzZXJ2ZXIgd2Ugbm90aWNlZCBpbiB0aGUgbG9ncyBtYW55IG9j Y3VycmVuY2VzIG9mOgoiV0FSTiAuLi4gW2NvcmUubWFuYWdlcl0gLi4uIFdlYkNvbnRhaW5lciA6 IDQvRXhjYWxpYnVyQ29tcG9uZW50U2VsZWN0b3I6IEF0dGVtcHRlZCB0byByZWxlYXNlIGEgJFBy b3h5MzIgYnV0IGl0cyBoYW5kbGVyIGNvdWxkIG5vdCBiZSBsb2NhdGVkLiIKCldlIGhhdmUgYmVl biBhYmxlIHRvIGRlYnVnIHRoZSBjYXNlOiBFeGNhbGlidXJDb21wb25lbnRTZWxlY3RvciBpcyBu b3QgYWJsZSB0byBmaW5kIGJhY2sgYSBDb21wb25lbnQgcHJveHkgaW4gdGhlIENvbXBvbmVudCBt YXBwaW5nIG1hcCwgYW5kIGFmdGVyIHNvbWUgaW52ZXN0aWdhdGlvbnMgdGhlIGN1bHByaXQgaXMu Li4gdGhlICJuZXciIElCTSBpbXBsZW1lbnRhdGlvbiBvZiBIYXNoTWFwLmdldC4KClRoZSBqYXZh IDQgSUJNIGp2bSBkb2VzIChsaWtlIHRoZSBTdW4gb3IgQkVBIG9uZXMpLCB0byBjb21wYXJlIGtl eXMsICgoeCA9PSB5KSB8fCAoeC5lcXVhbHMoeSkpKSwgPT0gaXMgT0sgZm9yIHRoZSBwcm94eSwg c28gaXQgd29ya3MuClRoZSBqYXZhIDYgb25lIHNraXBzIHRoZSA9PSB0ZXN0IGFuZCBlbmRzIHVw IGRpcmVjdGx5IGNhbGxpbmcgLmVxdWFscyBvbiB0aGUgcHJveHksIHdoaWNoIGNvcnJlY3RseSBy ZWxheXMgdG8gdGhlIHByb3hpZmllZCBpdGVtLCBidXQgc3RpbGwgcGFzc2luZyBhIHByb3h5IGlu IHBhcmFtZXRlciB0byB0aGUgZXF1YWxzLCBzbyBOT0suCgpUaGlzLCBhdCBsZWFzdCwgbGVhZHMg dG8gbGVha3MgaW4gdGhlIGNvbXBvbmVudHMgbWFwcyAoY29tcG9uZW50cyBhcmUgbmV2ZXIgcmVs ZWFzZWQgdGhlbiByZWNyZWF0ZWQsIC4uLiksIGFuZCB3aGF0ZXZlciBlbHNlIHdlIGhhdmUgbm90 IG5vdGljZWQgeWV0Li4uCgpXZSBwb3N0ZWQgdGhpcyBpc3N1ZSB0byBJQk0gYW5kIGFyZSB3YWl0 aW5nIGZvciBhbiBhbnN3ZXI6IGh0dHA6Ly93d3cuaWJtLmNvbS9kZXZlbG9wZXJ3b3Jrcy9mb3J1 bXMvdGhyZWFkLmpzcGE/bWVzc2FnZUlEPTE0MjYxNzQ0CgoKVGhpcyBpc3N1ZSBkb2VzIG5vdCBh cHBlYXIgd2hlbiBydW5uaW5nIGEgU3VuIG9yIEJFQSBqdm0gKGphdmEgNCBvciA2KSBvciBhbiBJ Qk0gamF2YSA0IGp2bS4KCkp1c3Qgd2FudGVkIHRvIGxldCB5b3Uga25vdy4uLgoKVGhhbmtzLgoK X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fCgqVIFRoaXMgZW1haWwgYW5kIGFueSBmaWxlcyB0cmFuc21pdHRlZCB3aXRoIGl0IGFyZSBD T05GSURFTlRJQUwgYW5kIGludGVuZGVkCiAgc29sZWx5IGZvciB0aGUgdXNlIG9mIHRoZSBpbmRp dmlkdWFsIG9yIGVudGl0eSB0byB3aGljaCB0aGV5IGFyZSBhZGRyZXNzZWQuCpUgQW55IHVuYXV0 aG9yaXplZCBjb3B5aW5nLCBkaXNjbG9zdXJlLCBvciBkaXN0cmlidXRpb24gb2YgdGhlIG1hdGVy aWFsIHdpdGhpbgogIHRoaXMgZW1haWwgaXMgc3RyaWN0bHkgZm9yYmlkZGVuLgqVIEFueSB2aWV3 cyBvciBvcGluaW9ucyBwcmVzZW50ZWQgd2l0aGluIHRoaXMgZS1tYWlsIGFyZSBzb2xlbHkgdGhv c2Ugb2YgdGhlCiAgYXV0aG9yIGFuZCBkbyBub3QgbmVjZXNzYXJpbHkgcmVwcmVzZW50IHRob3Nl IG9mIE9keXNzZXkgRmluYW5jaWFsClRlY2hub2xvZ2llcyBTQSB1bmxlc3Mgb3RoZXJ3aXNlIHNw ZWNpZmljYWxseSBzdGF0ZWQuCpUgQW4gZWxlY3Ryb25pYyBtZXNzYWdlIGlzIG5vdCBiaW5kaW5n IG9uIGl0cyBzZW5kZXIuIEFueSBtZXNzYWdlIHJlZmVycmluZyB0bwogIGEgYmluZGluZyBlbmdh Z2VtZW50IG11c3QgYmUgY29uZmlybWVkIGluIHdyaXRpbmcgYW5kIGR1bHkgc2lnbmVkLgqVIElm IHlvdSBoYXZlIHJlY2VpdmVkIHRoaXMgZW1haWwgaW4gZXJyb3IsIHBsZWFzZSBub3RpZnkgdGhl IHNlbmRlciBpbW1lZGlhdGVseQogIGFuZCBkZWxldGUgdGhlIG9yaWdpbmFsLgo= From [email protected] Fri Jun 19 18:27:06 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85035 invoked from network); 19 Jun 2009 18:27:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Jun 2009 18:27:05 -0000 Received: (qmail 99372 invoked by uid 500); 19 Jun 2009 18:27:16 -0000 Delivered-To: [email protected] Received: (qmail 99243 invoked by uid 500); 19 Jun 2009 18:27:15 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 99233 invoked by uid 99); 19 Jun 2009 18:27:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jun 2009 18:27:15 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-qy0-f187.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jun 2009 18:27:03 +0000 Received: by qyk17 with SMTP id 17so2493146qyk.18 for <[email protected]>; Fri, 19 Jun 2009 11:26:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=5H80DnLNE5FzjOhIWRwCzx5Ri9kPhtFJm6y5x/C7eCE=; b=iA1q2MeVxhTAaqe6qhnfAHnHXuBSRyWYTlz5DFA/bD6I5mB/u70XNyIFr0+wERL6gD eI/D2pA5HKPwK07fmRKsRYLtB/RKgkeTwScDBCE4PfilTpgKr5GIuDyaIoeG4S7HBkUN VPZLKiKva11HxedGWDYhiMOfgLc4QITjNPtRs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=fnvFab18AcplYibwOd9C6Wq2HpjJTGFQJffvqNmTvELv6SIwJHvfVRzqPo3JfdXdoe nmv5PEVKrCSpoBdiDB9xg9v1q1XEUPLk+0tb3crAFGt0FXlwdkcOC71Cv/La9uJpqgvI fkJFLR+tyHvcg3Nxhusub20GZlhM+Phs7cUoI= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id d16mr3012758vcf.93.1245436002193; Fri, 19 Jun 2009 11:26:42 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> From: =?UTF-8?Q?Dariusz_=C5=81uksza?= <[email protected]> Date: Fri, 19 Jun 2009 20:26:22 +0200 Message-ID: <[email protected]> Subject: Re: [c3-monitoring] Overview of Servlet-Services To: [email protected] Content-Type: multipart/alternative; boundary=001485eb041e805363046cb7aade X-Virus-Checked: Checked by ClamAV on apache.org --001485eb041e805363046cb7aade Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, Jun 15, 2009 at 10:50 PM, Reinhard P=C3=B6tz <[email protected]> = wrote: > Dariusz =C5=81uksza wrote: > > On Tue, Jun 9, 2009 at 9:55 AM, Reinhard P=C3=B6tz<[email protected]> > wrote: > >> IIRC each servlet-service has a special servlet context > >> o.a.c.servletservice.ServletServiceContext (cocoon-servlet-service-imp= l > >> module) which contains all necessary information (connections, > >> mount-points) but it doesn't expose them. If you can cast the > >> ServletContext to ServletServiceContext, you can safely assume that th= e > >> bean is a servlet-service. > >> > >> I suggest that you expose the necessary methods, or just for now, use = a > >> private accessor. > >> > >> HTH > >> > > > > Yes, that helps me a lot. I've all ready created task in jira > > (COCOON3-38) and attached patches for this milestone. > > > > Generally, when I was witting my GSoC proposal I had in my mind > > another set of features, at that time "connections" means for me > > opened http connections not internal Servlet-Service connections. > > Dariusz, > > yes, that's out of scope of the GSoC project and I think that > Tomcat/Jetty already provide such information. > > > But > > now when I know better ideas of Servlet-Services and Cocoon I know > > that getting that feature done would be very hard to achieve and > > requires lots of changes in many places. So for now I implement only > > small set of features ... > > ... that already look good! > > I only have some (minor) suggestions: > > 1) I would prefer having all servlet services as nodes in the tree of > mbeans (similar to what Jetty does with servlets) and > > 2) also expose the servlet parameters. > > 3) show the short name of a connection additionally to the fully > qualified bean name > Suggestion number 2 and 3 are very simple, but your first suggestion, for now sounds quite difficult for me. I think that I should one again look at Spring JMX documentation and maybe I'll find simple solution for that task. I think that up to next Monday or Tuesday I'll provide patch that will be covering all that features. PS. Sorry for responding that late, last weak was quite exhausting for me a= t the university. In next weak I'll have exams, so I'll reduce amount of time that I spent on GSoC to minimum. --=20 Best regards Blog: http://luksza.org LinkedIn: http://www.linkedin.com/in/dariuszluksza --001485eb041e805363046cb7aade Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, Jun 15, 2009 at 10:50 PM, Reinhard P=C3=B6tz <span dir=3D"ltr">&lt;= <a href=3D"mailto:[email protected]">[email protected]</a>&gt;</span> w= rote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;borde= r-left:1px #ccc solid;padding-left:1ex;"> <div class=3D"im">Dariusz =C5=81uksza wrote:<br> &gt; On Tue, Jun 9, 2009 at 9:55 AM, Reinhard P=C3=B6tz&lt;<a href=3D"mailt= o:[email protected]">[email protected]</a>&gt; wrote:<br> &gt;&gt; IIRC each servlet-service has a special servlet context<br> &gt;&gt; o.a.c.servletservice.ServletServiceContext (cocoon-servlet-service= -impl<br> &gt;&gt; module) which contains all necessary information (connections,<br> &gt;&gt; mount-points) but it doesn&#39;t expose them. If you can cast the<= br> &gt;&gt; ServletContext to ServletServiceContext, you can safely assume tha= t the<br> &gt;&gt; bean is a servlet-service.<br> &gt;&gt;<br> &gt;&gt; I suggest that you expose the necessary methods, or just for now, = use a<br> &gt;&gt; private accessor.<br> &gt;&gt;<br> &gt;&gt; HTH<br> &gt;&gt;<br> &gt;<br> &gt; Yes, that helps me a lot. I&#39;ve all ready created task in jira<br> &gt; (COCOON3-38) and attached patches for this milestone.<br> &gt;<br> &gt; Generally, when I was witting my GSoC proposal I had in my mind<br> &gt; another set of features, at that time &quot;connections&quot; means fo= r me<br> &gt; opened http connections not internal Servlet-Service connections.<br> <br> </div>Dariusz,<br> <br> yes, that&#39;s out of scope of the GSoC project and I think that<br> Tomcat/Jetty already provide such information.<br> <div class=3D"im"><br> &gt; But<br> &gt; now when I know better ideas of Servlet-Services and Cocoon I know<br> &gt; that getting that feature done would be very hard to achieve and<br> &gt; requires lots of changes in many places. So for now I implement only<b= r> &gt; small set of features ...<br> <br> </div>... that already look good!<br> <br> I only have some (minor) suggestions:<br> <br> 1) I would prefer having all servlet services as nodes in the tree of<br> mbeans (similar to what Jetty does with servlets) and<br> <br> 2) also expose the servlet parameters.<br> <br> 3) show the short name of a connection additionally to the fully<br> qualified bean name<br> </blockquote><div><br></div><div>Suggestion number 2 and 3 are very simple,= but your first suggestion, for now sounds quite difficult for me. I think = that I should one again look at Spring JMX documentation and maybe I&#39;ll= find simple solution for that task.</div> <div><br></div><div>I think that up to next Monday or Tuesday I&#39;ll prov= ide patch that will be covering all that features.</div><div><br></div><div= >PS. Sorry for responding that late, last weak was quite exhausting for me = at the university. In next weak I&#39;ll have exams, so I&#39;ll reduce amo= unt of time that I spent on GSoC to minimum.</div> <div><br></div><div>-- <br></div>Best regards<br><br>Blog: <a href=3D"http:= //luksza.org">http://luksza.org</a><br>LinkedIn: <a href=3D"http://www.link= edin.com/in/dariuszluksza">http://www.linkedin.com/in/dariuszluksza</a><br> --001485eb041e805363046cb7aade-- From [email protected] Sun Jun 21 23:34:20 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66928 invoked from network); 21 Jun 2009 23:34:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Jun 2009 23:34:20 -0000 Received: (qmail 56015 invoked by uid 500); 21 Jun 2009 23:34:30 -0000 Delivered-To: [email protected] Received: (qmail 55890 invoked by uid 500); 21 Jun 2009 23:34:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 55877 invoked by uid 99); 21 Jun 2009 23:34:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Jun 2009 23:34:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Jun 2009 23:34:27 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 5B2A7234C004 for <[email protected]>; Sun, 21 Jun 2009 16:34:07 -0700 (PDT) Message-ID: <62510073.1245627247359.JavaMail.jira@brutus> Date: Sun, 21 Jun 2009 16:34:07 -0700 (PDT) From: =?utf-8?Q?Dariusz_=C5=81uksza_=28JIRA=29?= <[email protected]> To: [email protected] Subject: [jira] Updated: (COCOON3-38) Cocoon-monitoring base information about Servlet-Services In-Reply-To: <1439478912.1244910127622.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COCOON3-38?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Dariusz =C5=81uksza updated COCOON3-38: ---------------------------------- Attachment: servlet-services-monitor1.patch Implemented new features mentioned by Reinhard in [mail|http://mail-archive= [email protected]= %3e] {quote} 1) I would prefer having all servlet services as nodes in the tree of mbean= s (similar to what Jetty does with servlets) and 2) also expose the servlet parameters. 3) show the short name of a connection additionally to the fully qualified = bean name {quote} > Cocoon-monitoring base information about Servlet-Services > --------------------------------------------------------- > > Key: COCOON3-38 > URL: https://issues.apache.org/jira/browse/COCOON3-38 > Project: Cocoon 3 > Issue Type: New Feature > Components: cocoon-optional > Affects Versions: 3.0.0-alpha-2 > Reporter: Dariusz =C5=81uksza > Assignee: Cocoon Developers Team > Priority: Minor > Attachments: cocoon-servlet-srvices-impl-connections.patch, servl= et-services-doc.patch, servlet-services-monitor.patch, servlet-services-mon= itor1.patch > > > Add ability of sharing base information about Servlet-Services like point= s of mount or connections. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sun Jun 21 23:36:19 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67642 invoked from network); 21 Jun 2009 23:36:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Jun 2009 23:36:19 -0000 Received: (qmail 57282 invoked by uid 500); 21 Jun 2009 23:36:29 -0000 Delivered-To: [email protected] Received: (qmail 57180 invoked by uid 500); 21 Jun 2009 23:36:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 57172 invoked by uid 99); 21 Jun 2009 23:36:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Jun 2009 23:36:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Jun 2009 23:36:27 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 61BDF234C046 for <[email protected]>; Sun, 21 Jun 2009 16:36:07 -0700 (PDT) Message-ID: <1902940417.1245627367399.JavaMail.jira@brutus> Date: Sun, 21 Jun 2009 16:36:07 -0700 (PDT) From: =?utf-8?Q?Dariusz_=C5=81uksza_=28JIRA=29?= <[email protected]> To: [email protected] Subject: [jira] Issue Comment Edited: (COCOON3-38) Cocoon-monitoring base information about Servlet-Services In-Reply-To: <1439478912.1244910127622.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COCOON3-38?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1272= 2440#action_12722440 ]=20 Dariusz =C5=81uksza edited comment on COCOON3-38 at 6/21/09 4:34 PM: ---------------------------------------------------------------- Implemented new features mentioned by Reinhard in mail (http://mail-archive= [email protected]= %3e) 1) I would prefer having all servlet services as nodes in the tree of mbean= s (similar to what Jetty does with servlets) and 2) also expose the servlet parameters. 3) show the short name of a connection additionally to the fully qualified = bean name was (Author: dluksza): Implemented new features mentioned by Reinhard in [mail|http://mail-arc= hives.apache.org/mod_mbox/cocoon-dev/200906.mbox/%3c4A36B428.6060301@apache= .org%3e] {quote} 1) I would prefer having all servlet services as nodes in the tree of mbean= s (similar to what Jetty does with servlets) and 2) also expose the servlet parameters. 3) show the short name of a connection additionally to the fully qualified = bean name {quote} =20 > Cocoon-monitoring base information about Servlet-Services > --------------------------------------------------------- > > Key: COCOON3-38 > URL: https://issues.apache.org/jira/browse/COCOON3-38 > Project: Cocoon 3 > Issue Type: New Feature > Components: cocoon-optional > Affects Versions: 3.0.0-alpha-2 > Reporter: Dariusz =C5=81uksza > Assignee: Cocoon Developers Team > Priority: Minor > Attachments: cocoon-servlet-srvices-impl-connections.patch, servl= et-services-doc.patch, servlet-services-monitor.patch, servlet-services-mon= itor1.patch > > > Add ability of sharing base information about Servlet-Services like point= s of mount or connections. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sun Jun 21 23:40:07 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69126 invoked from network); 21 Jun 2009 23:40:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Jun 2009 23:40:06 -0000 Received: (qmail 59243 invoked by uid 500); 21 Jun 2009 23:40:17 -0000 Delivered-To: [email protected] Received: (qmail 59146 invoked by uid 500); 21 Jun 2009 23:40:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 59138 invoked by uid 99); 21 Jun 2009 23:40:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Jun 2009 23:40:17 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO qw-out-1920.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Jun 2009 23:40:05 +0000 Received: by qw-out-1920.google.com with SMTP id 9so1453503qwj.54 for <[email protected]>; Sun, 21 Jun 2009 16:39:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=VEwPiacysWYf2v75TD1y93zHvyGsFtxvgCrX52qn8Us=; b=D7bbc1jwbKzIAYlr/JG+JBCw37tlZwqQ1bd90Tyhvj5bqf46Fgh1i5MxAu7ka4LZUr 2svr8XYzEafk3ALfa6+sbG85isn7z0IierG3Iur3mQoS3lFMCCIPMM2Lu3Z/HvPvKGLp AfMn/8MTxfaZq2bOC1Mb5F6RyA8N+VgopbeUw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=LZqU5WZBFRF7hl0Bf+vutOubOxgpC9AysMBaouEEXUryZgXAsNK4iGtrvOgI7Qq+ke K90XmqQKpKLre8JG0NycbZZclrJV1ykMi2jwYgtDtrFqj3b0j4UJHq//6YaK7hnTY7kN JADbt6kq7f5XYHGat7U4DTzzTDrA+m66IZoc4= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id f11mr3452952vck.66.1245627584090; Sun, 21 Jun 2009 16:39:44 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> From: =?UTF-8?Q?Dariusz_=C5=81uksza?= <[email protected]> Date: Mon, 22 Jun 2009 01:39:24 +0200 Message-ID: <[email protected]> Subject: Re: [c3-monitoring] Overview of Servlet-Services To: [email protected] Content-Type: multipart/alternative; boundary=0016e64b9adaac1441046ce445c3 X-Virus-Checked: Checked by ClamAV on apache.org --0016e64b9adaac1441046ce445c3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, Jun 15, 2009 at 10:50 PM, Reinhard P=C3=B6tz <[email protected]> = wrote: > Dariusz =C5=81uksza wrote: > > On Tue, Jun 9, 2009 at 9:55 AM, Reinhard P=C3=B6tz<[email protected]> > wrote: > >> IIRC each servlet-service has a special servlet context > >> o.a.c.servletservice.ServletServiceContext (cocoon-servlet-service-imp= l > >> module) which contains all necessary information (connections, > >> mount-points) but it doesn't expose them. If you can cast the > >> ServletContext to ServletServiceContext, you can safely assume that th= e > >> bean is a servlet-service. > >> > >> I suggest that you expose the necessary methods, or just for now, use = a > >> private accessor. > >> > >> HTH > >> > > > > Yes, that helps me a lot. I've all ready created task in jira > > (COCOON3-38) and attached patches for this milestone. > > > > Generally, when I was witting my GSoC proposal I had in my mind > > another set of features, at that time "connections" means for me > > opened http connections not internal Servlet-Service connections. > > Dariusz, > > yes, that's out of scope of the GSoC project and I think that > Tomcat/Jetty already provide such information. > > > But > > now when I know better ideas of Servlet-Services and Cocoon I know > > that getting that feature done would be very hard to achieve and > > requires lots of changes in many places. So for now I implement only > > small set of features ... > > ... that already look good! > > I only have some (minor) suggestions: > > 1) I would prefer having all servlet services as nodes in the tree of > mbeans (similar to what Jetty does with servlets) and > > 2) also expose the servlet parameters. > > 3) show the short name of a connection additionally to the fully > qualified bean name > I've all ready attached new patch[1] to COCOON3-38 jira issue that covers that 3 new features. [1] https://issues.apache.org/jira/secure/attachment/12411359/servlet-services-= monitor1.patch --=20 Best regards Blog: http://luksza.org LinkedIn: http://www.linkedin.com/in/dariuszluksza --0016e64b9adaac1441046ce445c3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, Jun 15, 2009 at 10:50 PM, Reinhard P=C3=B6tz <span dir=3D"ltr">&lt;= <a href=3D"mailto:[email protected]">[email protected]</a>&gt;</span> w= rote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;borde= r-left:1px #ccc solid;padding-left:1ex;"> <div class=3D"im">Dariusz =C5=81uksza wrote:<br> &gt; On Tue, Jun 9, 2009 at 9:55 AM, Reinhard P=C3=B6tz&lt;<a href=3D"mailt= o:[email protected]">[email protected]</a>&gt; wrote:<br> &gt;&gt; IIRC each servlet-service has a special servlet context<br> &gt;&gt; o.a.c.servletservice.ServletServiceContext (cocoon-servlet-service= -impl<br> &gt;&gt; module) which contains all necessary information (connections,<br> &gt;&gt; mount-points) but it doesn&#39;t expose them. If you can cast the<= br> &gt;&gt; ServletContext to ServletServiceContext, you can safely assume tha= t the<br> &gt;&gt; bean is a servlet-service.<br> &gt;&gt;<br> &gt;&gt; I suggest that you expose the necessary methods, or just for now, = use a<br> &gt;&gt; private accessor.<br> &gt;&gt;<br> &gt;&gt; HTH<br> &gt;&gt;<br> &gt;<br> &gt; Yes, that helps me a lot. I&#39;ve all ready created task in jira<br> &gt; (COCOON3-38) and attached patches for this milestone.<br> &gt;<br> &gt; Generally, when I was witting my GSoC proposal I had in my mind<br> &gt; another set of features, at that time &quot;connections&quot; means fo= r me<br> &gt; opened http connections not internal Servlet-Service connections.<br> <br> </div>Dariusz,<br> <br> yes, that&#39;s out of scope of the GSoC project and I think that<br> Tomcat/Jetty already provide such information.<br> <div class=3D"im"><br> &gt; But<br> &gt; now when I know better ideas of Servlet-Services and Cocoon I know<br> &gt; that getting that feature done would be very hard to achieve and<br> &gt; requires lots of changes in many places. So for now I implement only<b= r> &gt; small set of features ...<br> <br> </div>... that already look good!<br> <br> I only have some (minor) suggestions:<br> <br> 1) I would prefer having all servlet services as nodes in the tree of<br> mbeans (similar to what Jetty does with servlets) and<br> <br> 2) also expose the servlet parameters.<br> <br> 3) show the short name of a connection additionally to the fully<br> qualified bean name<br> </blockquote><div><br></div><div>=C2=A0</div><div>I&#39;ve all ready attach= ed new patch[1] to COCOON3-38 jira issue that covers that 3 new features.</= div><div><br></div><div>=C2=A0</div><div>[1] <a href=3D"https://issues.apac= he.org/jira/secure/attachment/12411359/servlet-services-monitor1.patch">htt= ps://issues.apache.org/jira/secure/attachment/12411359/servlet-services-mon= itor1.patch</a></div> <div>=C2=A0</div><div>-- <br></div>Best regards<br><br>Blog: <a href=3D"htt= p://luksza.org">http://luksza.org</a><br>LinkedIn: <a href=3D"http://www.li= nkedin.com/in/dariuszluksza">http://www.linkedin.com/in/dariuszluksza</a><b= r> --0016e64b9adaac1441046ce445c3-- From [email protected] Wed Jun 24 17:40:21 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96162 invoked from network); 24 Jun 2009 17:40:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Jun 2009 17:40:20 -0000 Received: (qmail 83698 invoked by uid 500); 24 Jun 2009 17:40:31 -0000 Delivered-To: [email protected] Received: (qmail 83593 invoked by uid 500); 24 Jun 2009 17:40:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 83362 invoked by uid 99); 24 Jun 2009 17:40:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jun 2009 17:40:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jun 2009 17:40:27 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id B2665234C004 for <[email protected]>; Wed, 24 Jun 2009 10:40:07 -0700 (PDT) Message-ID: <646220725.1245865207716.JavaMail.jira@brutus> Date: Wed, 24 Jun 2009 10:40:07 -0700 (PDT) From: [email protected] To: [email protected] Subject: [jira] Subscription: COCOON-open-with-patch MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Issue Subscription Filter: COCOON-open-with-patch (106 issues) Subscriber: cocoon Key Summary COCOON-2250 Wrong error message in Element.java (jx:element) https://issues.apache.org/jira/browse/COCOON-2250 COCOON-2249 XHTMLSerializer uses entity references &quot; and &apos; which cause JavaScript parse errors https://issues.apache.org/jira/browse/COCOON-2249 COCOON-2246 HttpRequest should handle encoding in getParameter and getParameterValues in the same way https://issues.apache.org/jira/browse/COCOON-2246 COCOON-2233 Update archetypes to current trunk artifact versions https://issues.apache.org/jira/browse/COCOON-2233 COCOON-2222 Add SaxParser configuration properties https://issues.apache.org/jira/browse/COCOON-2222 COCOON-2216 IncludeCacheManager can not perfom parallel includes https://issues.apache.org/jira/browse/COCOON-2216 COCOON-2212 jx:attribute does not check name is correct before proceeding https://issues.apache.org/jira/browse/COCOON-2212 COCOON-2197 Making the cocoon-auth-block acegi-security-sample work https://issues.apache.org/jira/browse/COCOON-2197 COCOON-2173 AbstractCachingProcessingPipeline: Two requests can deadlock each other https://issues.apache.org/jira/browse/COCOON-2173 COCOON-2162 [PATCH] Fix for Paginator when accessing out of bounds Pagination page https://issues.apache.org/jira/browse/COCOON-2162 COCOON-2137 XSD Schemas for CForms Development https://issues.apache.org/jira/browse/COCOON-2137 COCOON-2114 fix sorting in TraversableGenerator https://issues.apache.org/jira/browse/COCOON-2114 COCOON-2108 xmodule:flow-attr Does not accept document objects https://issues.apache.org/jira/browse/COCOON-2108 COCOON-2104 [PATCH] Add base URI fixup support to XIncludeTransformer https://issues.apache.org/jira/browse/COCOON-2104 COCOON-2100 Retrieving mimeType returned by pipeline executed from Flow https://issues.apache.org/jira/browse/COCOON-2100 COCOON-2041 WebDAV Returns improper status on PUT https://issues.apache.org/jira/browse/COCOON-2041 COCOON-2040 Union widget does not work with booleanfield set as case widget https://issues.apache.org/jira/browse/COCOON-2040 COCOON-2037 New DynamicGroup widget https://issues.apache.org/jira/browse/COCOON-2037 COCOON-2035 NPE in the sorter of the EnhancedRepeater https://issues.apache.org/jira/browse/COCOON-2035 COCOON-2032 [PATCH] Sort order in paginated repeater https://issues.apache.org/jira/browse/COCOON-2032 COCOON-2030 submit-on-change doesn't work for a multivaluefield with list-type="checkbox" https://issues.apache.org/jira/browse/COCOON-2030 COCOON-2018 Use thread context class loader to load custom binding classes https://issues.apache.org/jira/browse/COCOON-2018 COCOON-2017 More output beautification options for serializers https://issues.apache.org/jira/browse/COCOON-2017 COCOON-2015 Doctype added twice because root element (html) is inlined https://issues.apache.org/jira/browse/COCOON-2015 COCOON-2002 HTML transformer only works with latin-1 characters https://issues.apache.org/jira/browse/COCOON-2002 COCOON-1974 Donating ContextAttributeInputModule https://issues.apache.org/jira/browse/COCOON-1974 COCOON-1973 CaptchaValidator: allow case-insensitive matching https://issues.apache.org/jira/browse/COCOON-1973 COCOON-1964 Redirects inside a block called via the servlet protocol fail https://issues.apache.org/jira/browse/COCOON-1964 COCOON-1963 Add a redirect action to the browser update handler https://issues.apache.org/jira/browse/COCOON-1963 COCOON-1960 Pipeline errors for "generator/reader already set" should provide more information https://issues.apache.org/jira/browse/COCOON-1960 COCOON-1949 [PATCH] load flowscript from file into specified Rhino context object https://issues.apache.org/jira/browse/COCOON-1949 COCOON-1946 [PATCH] - Javaflow Sample errors trying to enhance Javaflow classes and showing cform templates https://issues.apache.org/jira/browse/COCOON-1946 COCOON-1943 [Patch] Parameters in blocks-protocol URIs get decoded too early https://issues.apache.org/jira/browse/COCOON-1943 COCOON-1932 [PATCH] correct styling of disabled suggestion lists https://issues.apache.org/jira/browse/COCOON-1932 COCOON-1929 [PATCH] Reloading classloader in Cocoon 2.2 https://issues.apache.org/jira/browse/COCOON-1929 COCOON-1917 Request Encoding problem: multipart/form vs. url encoded https://issues.apache.org/jira/browse/COCOON-1917 COCOON-1915 Nullable value with additional String or XMLizable in JavaSelectionList https://issues.apache.org/jira/browse/COCOON-1915 COCOON-1914 Text as XMLizable in EmptySelectionList https://issues.apache.org/jira/browse/COCOON-1914 COCOON-1899 [PATCH] Cocoon XML:DB Implementation should not depend on Xindice https://issues.apache.org/jira/browse/COCOON-1899 COCOON-1898 [PATCH] XPatch support for maven-cocoon-deployer-plugin https://issues.apache.org/jira/browse/COCOON-1898 COCOON-1893 XML-Binding: Problem creating a new element https://issues.apache.org/jira/browse/COCOON-1893 COCOON-1877 [PATCH] Pageable Repeater https://issues.apache.org/jira/browse/COCOON-1877 COCOON-1870 Lucene block does not store attributes when instructed so https://issues.apache.org/jira/browse/COCOON-1870 COCOON-1846 [PATCH] BooleanField and radio do not send on-value-changed at the rigth time with IE https://issues.apache.org/jira/browse/COCOON-1846 COCOON-1843 LDAPTransformer: add-entry tag doesn't work https://issues.apache.org/jira/browse/COCOON-1843 COCOON-1842 LDAPTransformer: ClassCastException with Binary fields https://issues.apache.org/jira/browse/COCOON-1842 COCOON-1810 [PATCH] JMSEventMessageListener does not work https://issues.apache.org/jira/browse/COCOON-1810 COCOON-1807 Workaround for IE Bug in <button> https://issues.apache.org/jira/browse/COCOON-1807 COCOON-1794 [PATCH] Propagation of namespaces to a repeaters child bindings and implementation of a move-node binding https://issues.apache.org/jira/browse/COCOON-1794 COCOON-1738 double-listbox problem in repeaters https://issues.apache.org/jira/browse/COCOON-1738 COCOON-1726 Implementation of Source that supports conditional GETs https://issues.apache.org/jira/browse/COCOON-1726 COCOON-1717 Use custom cache keys for caching uri coplets using input modules. https://issues.apache.org/jira/browse/COCOON-1717 COCOON-1697 Allow request parameters to be used in "for (var k in h)" kind of Javascript Loops https://issues.apache.org/jira/browse/COCOON-1697 COCOON-1648 Add support for ISO8601 in I18nTransformer and Forms https://issues.apache.org/jira/browse/COCOON-1648 COCOON-1618 [PATCH] SoapGenerator/Serializer for Axis Block https://issues.apache.org/jira/browse/COCOON-1618 COCOON-1611 [PATCH] Add additonal constructor to FormInstance.java to be able to pass a locale https://issues.apache.org/jira/browse/COCOON-1611 COCOON-1603 [PATCH] handling of alternatives in MailTransformer https://issues.apache.org/jira/browse/COCOON-1603 COCOON-1573 Improvement SetAttributeJXPathBinding and Contribution SetNodeValueJXPathBinding https://issues.apache.org/jira/browse/COCOON-1573 COCOON-1556 [PATCH] Add a JXPathConvertor for conversion betwean beans and Strings https://issues.apache.org/jira/browse/COCOON-1556 COCOON-1535 [PATCH] enhancement to {global:} input module: return all sitemap globals https://issues.apache.org/jira/browse/COCOON-1535 COCOON-1527 [PATCH] Cache control logic sheets for XSP to override getKey and getValidity https://issues.apache.org/jira/browse/COCOON-1527 COCOON-1526 [PATCH] processToDOM returns a read-only DOM https://issues.apache.org/jira/browse/COCOON-1526 COCOON-1519 [PATCH] TeeTransformer refactoring https://issues.apache.org/jira/browse/COCOON-1519 COCOON-1508 [PATCH] Avalonize TranscoderFactory https://issues.apache.org/jira/browse/COCOON-1508 COCOON-1506 [PATCH] Manually specifying a mounted sitemap's context https://issues.apache.org/jira/browse/COCOON-1506 COCOON-1488 [PATCH] htmlunit-based testing, needs to be ported to 2.2 https://issues.apache.org/jira/browse/COCOON-1488 COCOON-1467 ESQL exception handling problem https://issues.apache.org/jira/browse/COCOON-1467 COCOON-1439 [poi] vertical text orientation and font cache https://issues.apache.org/jira/browse/COCOON-1439 COCOON-1398 New CachingPortletAdapter https://issues.apache.org/jira/browse/COCOON-1398 COCOON-1395 [PATCH] Missing ContextAttributeInputModule https://issues.apache.org/jira/browse/COCOON-1395 COCOON-1394 [PATCH] Implementation of PortletRequest#getQueryString() https://issues.apache.org/jira/browse/COCOON-1394 COCOON-1384 [PATCH] flow redirector should allow explicit 'cocoon:' scheme https://issues.apache.org/jira/browse/COCOON-1384 COCOON-1370 [PATCH] proxy block can now use JTidy and handle multipart POST https://issues.apache.org/jira/browse/COCOON-1370 COCOON-1368 [PATCH] HTTPRequestTransformer https://issues.apache.org/jira/browse/COCOON-1368 COCOON-1362 [PATCH] log4j.xconf should have the same default config as logkit.xconf https://issues.apache.org/jira/browse/COCOON-1362 COCOON-1360 [patch] client side validation for CForms https://issues.apache.org/jira/browse/COCOON-1360 COCOON-1345 [PATCH] Extract convertors into their own block https://issues.apache.org/jira/browse/COCOON-1345 COCOON-1340 [PATCH] lucene block contribution : a AnalyzerManager component https://issues.apache.org/jira/browse/COCOON-1340 COCOON-1337 [PATCH] Suggestion for widget population https://issues.apache.org/jira/browse/COCOON-1337 COCOON-1336 [PATCH] PortletWindowAspect: hiding portlet mode icons and new feature "force-sizable" https://issues.apache.org/jira/browse/COCOON-1336 COCOON-1332 [PATCH] content-length and content-type for portlet ActionRequest https://issues.apache.org/jira/browse/COCOON-1332 COCOON-1329 [PATCH] Fix for cocoon.jar bundled in ear common for portal.war and portlet.war https://issues.apache.org/jira/browse/COCOON-1329 COCOON-1325 [PATCH] commons-fileupload based multipart parser https://issues.apache.org/jira/browse/COCOON-1325 COCOON-1302 [Patch] Word Document Generator https://issues.apache.org/jira/browse/COCOON-1302 COCOON-1295 ParallelContentAggregator, multithreaded aggregating https://issues.apache.org/jira/browse/COCOON-1295 COCOON-1260 [PATCH] MultipartParser can now handle multipart/mixed https://issues.apache.org/jira/browse/COCOON-1260 COCOON-1254 [Patch] OWQLTransformer + RDQLTransformer https://issues.apache.org/jira/browse/COCOON-1254 COCOON-1249 [Patch] XMLDBSource should accept scheme://user:pass@host:port/path URIs https://issues.apache.org/jira/browse/COCOON-1249 COCOON-1232 [PATCH] NEW--ModuleDB Action for ORACLE( auto. increment ) https://issues.apache.org/jira/browse/COCOON-1232 COCOON-1203 [PATCH] inserver junit testing https://issues.apache.org/jira/browse/COCOON-1203 COCOON-1200 [PATCH] XML CSS engine https://issues.apache.org/jira/browse/COCOON-1200 COCOON-1185 [PATCH] BerkeleyDBStore https://issues.apache.org/jira/browse/COCOON-1185 COCOON-1147 [PATCH] namespace issues with XMLDBTransformer https://issues.apache.org/jira/browse/COCOON-1147 COCOON-1125 [PATCH] Updated CastorTransformer + samples https://issues.apache.org/jira/browse/COCOON-1125 COCOON-1027 [PATCH] CocoonBean add additional features for reprocessing pipelines and interrupt processing https://issues.apache.org/jira/browse/COCOON-1027 COCOON-996 [PATCH] LuceneIndexContentHandler.java produces CLOBs https://issues.apache.org/jira/browse/COCOON-996 COCOON-988 [PATCH] StreamGenerator can't handle multipart request parameters correctly https://issues.apache.org/jira/browse/COCOON-988 COCOON-881 [PATCH] file upload component for usage with flowscript https://issues.apache.org/jira/browse/COCOON-881 COCOON-871 [PATCH] XML posting from SourceWritingTransformer by using an enhanced HTTPClientSource https://issues.apache.org/jira/browse/COCOON-871 COCOON-867 [PATCH] wsinclude and htmlinclude transformers https://issues.apache.org/jira/browse/COCOON-867 COCOON-865 [PATCH] New ResourceLoadAction https://issues.apache.org/jira/browse/COCOON-865 COCOON-844 [PATCH] adding <wd:on-phase> and moving load() and save() to Form. https://issues.apache.org/jira/browse/COCOON-844 COCOON-825 [PATCH] Fix Bug: Better handling of CLOB in esql (get-xml) and handling of Oracle 'temporary lobs' https://issues.apache.org/jira/browse/COCOON-825 COCOON-719 [PATCH] Support for transactions in SQLTransformer https://issues.apache.org/jira/browse/COCOON-719 COCOON-717 [PATCH] Namespace cleanup in HTMLSerializer https://issues.apache.org/jira/browse/COCOON-717 COCOON-665 [PATCH] HSSFSerializer Support for FreezePane https://issues.apache.org/jira/browse/COCOON-665 You may edit this subscription at: https://issues.apache.org/jira/secure/FilterSubscription!default.jspa?subId=10311&filterId=12310771 From [email protected] Mon Jun 29 16:56:36 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 43375 invoked from network); 29 Jun 2009 16:56:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jun 2009 16:56:36 -0000 Received: (qmail 42164 invoked by uid 500); 29 Jun 2009 16:56:46 -0000 Delivered-To: [email protected] Received: (qmail 42071 invoked by uid 500); 29 Jun 2009 16:56:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <dev.cocoon.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 42063 invoked by uid 99); 29 Jun 2009 16:56:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jun 2009 16:56:45 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=MIME_BASE64_BLANKS,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mail27.messagelabs.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 29 Jun 2009 16:56:36 +0000 X-VirusChecked: Checked X-Env-Sender: [email protected] X-Msg-Ref: server-6.tower-27.messagelabs.com!1246294572!19137974!1 X-StarScan-Version: 6.0.0; banners=odyssey-group.com,-,- X-Originating-IP: [161.129.204.104] Received: (qmail 18778 invoked from network); 29 Jun 2009 16:56:13 -0000 Received: from unknown (HELO mail3.oams.com) (161.129.204.104) by server-6.tower-27.messagelabs.com with SMTP; 29 Jun 2009 16:56:13 -0000 Received: from mail4.oams.com ([161.129.204.104]) by mail3.oams.com with Microsoft SMTPSVC(615)387-5750); Mon, 29 Jun 2009 18:56:01 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Subject: Cocoon 2.1.11 - Mysterious FileSystem I/O operations when creating a new EnvironmentWrapper ??? Date: Mon, 29 Jun 2009 18:56:00 +0200 Message-ID: <[email protected]> In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Cocoon 2.1.11 - Mysterious FileSystem I/O operations when creating a new EnvironmentWrapper ??? Thread-Index: Acnrg2TDilJxtvN+TOWA/7I6SKcWwgNT8/hw From: "Laurent Medioni" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 29 Jun 2009 16:56:01.0584 (UTC) FILETIME=[7B880300:01C9F8DA] X-Virus-Checked: Checked by ClamAV on apache.org SGksCkluIHRoZSBjb250ZXh0IG9mIGEgY29jb29uOi8vIHJlZGlyZWN0IGZyb20gYSBwaXBlbGlu ZSBpbiBhIHN1YiBzaXRlbWFwLCB3ZSBjYW4gbm90aWNlIHNvbWUgd2VpcmQgRmlsZVN5c3RlbSBh Y2Nlc3Mgb24gdGhlIC53YXIgb2Ygb3VyIGFwcGxpY2F0aW9uLgoKTG9va2luZyBhdCB0aGUgY29k ZSwgd2hlbiB0aGUgU2l0ZW1hcFNvdXJjZSBjcmVhdGVzIGEgbmV3IEVudmlyb25tZW50V3JhcHBl ciAoaW4gZmFjdCBpbiBBYnN0cmFjdEVudmlyb25tZW50LmluaXRDb21wb25lbnRzKCkpIHRoZXJl IGlzIGFuIGF0dGVtcHQgYXQgcmVzb2x2aW5nIHRlbXBJbml0Q29udGV4dCwgbGVhZGluZyB0byBh IG5ldyBGaWxlU291cmNlIChpbiBmYWN0IGluIEZpbGVTb3VyY2UuaW5pdCgpKSBhbmQgYSBmaWxl LnRvVVJMKCkuLi4gVHJpZ2dlcmluZyBGaWxlU3l0ZW0gb3BlcmF0aW9ucyBvbiB0aGUgLndhciBm aWxlLi4uCgpXaGlsZSBkZWJ1Z2dpbmcgaXQgcmVwcmVzZW50cyBxdWl0ZSBhIGZldyBJL08gb3Bl cmF0aW9ucyBmb3IgZWFjaCByZXF1ZXN0IChkdWUgdG8gc2V2ZXJhbCBpbmNsdWRlcyB0aHJvdWdo IHRoZSBjb2Nvb24gcHJvdG9jb2wuLi4pLgoKUXVlc3Rpb246IFdoYXQgY2FuIHdlIGRvIHRvIGF2 b2lkIHRoaXMgPyBXaHkgdHJ5aW5nIHRvIHJlc29sdmUgYW4gYWxyZWFkeSBrbm93biBjb250ZXh0 ID8gKHRoZSBtYWluIHNpdGVtYXAgb25lLCBlYXNpbHkgYWNjZXNzaWJsZSB0aHJvdWdoIHJvb3RD b250ZXh0IG5vID8pCgpBbnkgZG9jL2luZm8gb24gdGhpcyBFbnZpcm9ubWVudCBtYW5hZ2VtZW50 IHNvbWV3aGVyZSA/CgpNYW55IHRoYW5rcywKTGF1cmVudAoKX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fCgqVIFRoaXMgZW1haWwgYW5k IGFueSBmaWxlcyB0cmFuc21pdHRlZCB3aXRoIGl0IGFyZSBDT05GSURFTlRJQUwgYW5kIGludGVu ZGVkCiAgc29sZWx5IGZvciB0aGUgdXNlIG9mIHRoZSBpbmRpdmlkdWFsIG9yIGVudGl0eSB0byB3 aGljaCB0aGV5IGFyZSBhZGRyZXNzZWQuCpUgQW55IHVuYXV0aG9yaXplZCBjb3B5aW5nLCBkaXNj bG9zdXJlLCBvciBkaXN0cmlidXRpb24gb2YgdGhlIG1hdGVyaWFsIHdpdGhpbgogIHRoaXMgZW1h aWwgaXMgc3RyaWN0bHkgZm9yYmlkZGVuLgqVIEFueSB2aWV3cyBvciBvcGluaW9ucyBwcmVzZW50 ZWQgd2l0aGluIHRoaXMgZS1tYWlsIGFyZSBzb2xlbHkgdGhvc2Ugb2YgdGhlCiAgYXV0aG9yIGFu ZCBkbyBub3QgbmVjZXNzYXJpbHkgcmVwcmVzZW50IHRob3NlIG9mIE9keXNzZXkgRmluYW5jaWFs ClRlY2hub2xvZ2llcyBTQSB1bmxlc3Mgb3RoZXJ3aXNlIHNwZWNpZmljYWxseSBzdGF0ZWQuCpUg QW4gZWxlY3Ryb25pYyBtZXNzYWdlIGlzIG5vdCBiaW5kaW5nIG9uIGl0cyBzZW5kZXIuIEFueSBt ZXNzYWdlIHJlZmVycmluZyB0bwogIGEgYmluZGluZyBlbmdhZ2VtZW50IG11c3QgYmUgY29uZmly bWVkIGluIHdyaXRpbmcgYW5kIGR1bHkgc2lnbmVkLgqVIElmIHlvdSBoYXZlIHJlY2VpdmVkIHRo aXMgZW1haWwgaW4gZXJyb3IsIHBsZWFzZSBub3RpZnkgdGhlIHNlbmRlciBpbW1lZGlhdGVseQog IGFuZCBkZWxldGUgdGhlIG9yaWdpbmFsLgo=
From [email protected] Sat Feb 03 17:48:36 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27428 invoked from network); 3 Feb 2007 17:48:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Feb 2007 17:48:33 -0000 Received: (qmail 40624 invoked by uid 500); 3 Feb 2007 17:48:39 -0000 Delivered-To: [email protected] Received: (qmail 40585 invoked by uid 500); 3 Feb 2007 17:48:39 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 40576 invoked by uid 99); 3 Feb 2007 17:48:39 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Feb 2007 09:48:39 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO wx-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Feb 2007 09:48:30 -0800 Received: by wx-out-0506.google.com with SMTP id i26so1181595wxd for <[email protected]>; Sat, 03 Feb 2007 09:48:09 -0800 (PST) Received: by 161.129.204.104 with SMTP id o9mr6733501aga.1170524886664; Sat, 03 Feb 2007 09:48:06 -0800 (PST) Received: by 161.129.204.104 with HTTP; Sat, 3 Feb 2007 09:48:06 -0800 (PST) Message-ID: <[email protected]> Date: Sat, 3 Feb 2007 12:48:06 -0500 From: "Dan Diephouse" <[email protected]> To: [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected] Subject: Jettison 1.0-beta-1 is released! MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_34930_29955403.1170524886634" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_34930_29955403.1170524886634 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I am happy to announce the availbility of Jettison 1.0-beta-1. Jettison is a StAX implementation which reads and writes JSON. It was designed for usage in CXF and XFire to allow easy creation of JSON services side by side with your XML services. For more information about Jettison and downloads see: http://jettison.codehaus.org/ http://cwiki.apache.org/CXF20DOC/json-support.html http://netzooid.com/blog/2006/11/12/jsonrest-services-with-cxf-and-jettison/ This release contains many bug fixes: - Element names with "." are now supported - getLocation() no longer returns null - Created a switch to allow serialization of attributes without an "@" symbol - Fixed a bug in writeCharacters() - Several other bug fixes Cheers, - Dan -- Dan Diephouse Envoi Solutions http://envoisolutions.com | http://netzooid.com/blog ------=_Part_34930_29955403.1170524886634-- From [email protected] Sat Feb 03 19:31:19 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45968 invoked from network); 3 Feb 2007 19:31:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Feb 2007 19:31:18 -0000 Received: (qmail 48053 invoked by uid 500); 3 Feb 2007 19:31:25 -0000 Delivered-To: [email protected] Received: (qmail 47907 invoked by uid 500); 3 Feb 2007 19:31:23 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 47898 invoked by uid 99); 3 Feb 2007 19:31:23 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Feb 2007 11:31:23 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp7-g19.free.fr) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Feb 2007 11:31:13 -0800 Received: from [161.129.204.104] (lns-bzn-48f-+1-534-499-5717.adsl.proxad.net [161.129.204.104]) by smtp7-g19.free.fr (Postfix) with ESMTP id 38BFE558B for <[email protected]>; Sat, 3 Feb 2007 20:30:52 +0100 (CET) Subject: CXF, Spring, CXFServlet From: Sami Dalouche <[email protected]> To: [email protected] Content-Type: text/plain Date: Sat, 03 Feb 2007 20:30:51 +0100 Message-Id: <[email protected]> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am currently trying to get a JSON/REST service to work... The example available on http://netzooid.com/blog/2006/11/12/jsonrest-services-with-cxf-and-jettison/ works fine for me. However, I would like 1] To use a Servlet instead of some HttpBindingInfoFactoryBean. I want to embed CXF inside a Web Container, so I don't need/want a new port to be opened to receive REST requests 2] To use Spring Configuration instead of programmatic Configuration. So, I looked at CXF source code and it looks like there are some Spring related classes, and CXFServlet.. I followed the same approach taken by the SpringServletTest unit test, but no matter what I do, when I point my browser to the cxf servlet, I get the following error message : "No service was found." @XmlRootElement(name="helloTextMessage") public class Hello { private String message = "testMessage"; public String getMessage() { return message; } public void setMessage(String message) { this.message = message; } } @WebService(targetNamespace="http://acme.com") public interface IHelloWorldService { @Get @HttpResource(location = "/hello") @WebResult(name="helloMessage") public abstract Hello getHello(); } @WebService(endpointInterface = "funala.web.services.IHelloWorldService") public class HelloWorldImpl implements IHelloWorldService { /* (non-Javadoc) * @see funala.web.services.IHelloWorldService#sayHello() */ public Hello getHello() { // return "<test><ok>this is a test </ok></test>"; return new Hello(); } } and my web.xml contains : <context-param> <param-name>contextConfigLocation</param-name> <param-value>classpath*:/spring/*.xml</param-value> </context-param> <!-- CXF Servlet --> <servlet> <servlet-name>CXFServlet</servlet-name> <display-name>CXF Servlet</display-name> <servlet-class>org.apache.cxf.jaxws.servlet.CXFServlet</servlet-class> <load-on-startup>1</load-on-startup> </servlet> <servlet-mapping> <servlet-name>CXFServlet</servlet-name> <url-pattern>/cxf/*</url-pattern> </servlet-mapping> and one of the spring files that is source, contains : <import resource="classpath:META-INF/cxf/cxf.xml"/> <import resource="classpath:META-INF/cxf/cxf-extension-soap.xml"/> <import resource="classpath:META-INF/cxf/cxf-servlet.xml"/> <bean name="helloWorldImpl" class="funala.web.services.HelloWorldImpl"></bean> <bean name="helloWorldJaxWs" factory-method="create" factory-bean="helloWorldServerFactory" class="org.apache.cxf.endpoint.Server" /> <bean id="helloWorldServerFactory" class="org.apache.cxf.jaxws.JaxWsServerFactoryBean"> <property name="serviceClass" value="funala.web.services.IHelloWorldService" /> <property name="bus" ref="cxf"/> <property name="serviceFactory.invoker"> <bean class="org.apache.cxf.service.invoker.BeanInvoker"> <constructor-arg> <ref bean="helloWorldImpl" /> </constructor-arg> </bean> </property> <property name="address" value="http://localhost:9090/funala/cxf/hello"/> </bean> => I am trying to reach http://localhost:9090/funala/cxf/hello, http://localhost:9090/funala/cxf/hello/hello, ... nothing works.. What is the good url supposed to be ? => Do you see anything wrong here ? Do you have any suggestion ? => What's the meaning of the "address" property ? why do I have to give the port/ address again, and not just some relative path ? Thanks for your help, Sami Dalouche From [email protected] Sun Feb 04 08:47:02 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61599 invoked from network); 4 Feb 2007 08:47:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Feb 2007 08:47:01 -0000 Received: (qmail 91832 invoked by uid 500); 4 Feb 2007 08:47:07 -0000 Delivered-To: [email protected] Received: (qmail 91813 invoked by uid 500); 4 Feb 2007 08:47:07 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 91804 invoked by uid 99); 4 Feb 2007 08:47:07 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Feb 2007 00:47:07 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO amereast-smg1.iona.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Feb 2007 00:46:57 -0800 Received: from amer-ems1.IONAGLOBAL.COM ([161.129.204.104]) by amereast-smg1.iona.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id l148kEKt029629 for <[email protected]>; Sun, 4 Feb 2007 03:46:14 -0500 (EST) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----_=_NextPart_001_01C74838.F8DE5694" Subject: Re: CXF, Spring, CXFServlet Date: Sun, 4 Feb 2007 03:46:33 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: <[email protected]> Thread-Topic: CXF, Spring, CXFServlet Thread-Index: AcdHyeIxwAdoJTa6TWCtCoaQn61qRAAa/g7b References: <[email protected]> From: "Jiang, Ning" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C74838.F8DE5694 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Hi Sami, Before I answer your question , I had to ask you some questions. Where do you run the test code? In the cxf-rt-frontend-jaxws project or = the servlet container.=20 In the cxf-rt-frontend-jaxws project we use httpunit for test :).=20 You can't get the webservice from the browser.=20 Please see my comments in the mail. -----Original Message----- From: Sami Dalouche [mailto:[email protected]] Sent: 2/4/2007 3:30 To: [email protected] Subject: CXF, Spring, CXFServlet =20 Hi, I am currently trying to get a JSON/REST service to work... The example available on http://netzooid.com/blog/2006/11/12/jsonrest-services-with-cxf-and-jettis= on/ works fine for me. However, I would like 1] To use a Servlet instead of some HttpBindingInfoFactoryBean. I want to embed CXF inside a Web Container, so I don't need/want a new port to be opened to receive REST requests 2] To use Spring Configuration instead of programmatic Configuration. So, I looked at CXF source code and it looks like there are some Spring related classes, and CXFServlet.. I followed the same approach taken by the SpringServletTest unit test, but no matter what I do, when I point my browser to the cxf servlet, I get the following error message : "No service was found." @XmlRootElement(name=3D"helloTextMessage") public class Hello { private String message =3D "testMessage"; public String getMessage() { return message; } public void setMessage(String message) { this.message =3D message; } } @WebService(targetNamespace=3D"http://acme.com") public interface IHelloWorldService { @Get @HttpResource(location =3D "/hello") @WebResult(name=3D"helloMessage") public abstract Hello getHello(); } @WebService(endpointInterface =3D "funala.web.services.IHelloWorldService") public class HelloWorldImpl implements IHelloWorldService { /* (non-Javadoc) * @see funala.web.services.IHelloWorldService#sayHello() */ public Hello getHello() { // return "<test><ok>this is a test </ok></test>"; return new Hello(); } } and my web.xml contains : <context-param> <param-name>contextConfigLocation</param-name> <param-value>classpath*:/spring/*.xml</param-value> </context-param> <!-- CXF Servlet --> <servlet> <servlet-name>CXFServlet</servlet-name> <display-name>CXF Servlet</display-name> <servlet-class>org.apache.cxf.jaxws.servlet.CXFServlet</servlet-class> <load-on-startup>1</load-on-startup> </servlet> <servlet-mapping> <servlet-name>CXFServlet</servlet-name> <url-pattern>/cxf/*</url-pattern> </servlet-mapping> and one of the spring files that is source, contains : <import resource=3D"classpath:META-INF/cxf/cxf.xml"/> <import resource=3D"classpath:META-INF/cxf/cxf-extension-soap.xml"/> <import resource=3D"classpath:META-INF/cxf/cxf-servlet.xml"/> <bean name=3D"helloWorldImpl" class=3D"funala.web.services.HelloWorldImpl"></bean> =09 <bean name=3D"helloWorldJaxWs"=20 factory-method=3D"create"=20 factory-bean=3D"helloWorldServerFactory" class=3D"org.apache.cxf.endpoint.Server" /> =09 =20 <bean id=3D"helloWorldServerFactory" class=3D"org.apache.cxf.jaxws.JaxWsServerFactoryBean"> <property name=3D"serviceClass" value=3D"funala.web.services.IHelloWorldService" /> <property name=3D"bus" ref=3D"cxf"/> <property name=3D"serviceFactory.invoker"> <bean class=3D"org.apache.cxf.service.invoker.BeanInvoker"> <constructor-arg> <ref bean=3D"helloWorldImpl" /> </constructor-arg> </bean> </property> <property name=3D"address" value=3D"http://localhost:9090/funala/cxf/hello"/> </bean> =3D> I am trying to reach http://localhost:9090/funala/cxf/hello, http://localhost:9090/funala/cxf/hello/hello, ... nothing works.. What is the good url supposed to be ? If you follow the SpringServletUnitTest, please follow its test code to = test the service. =3D> Do you see anything wrong here ? Do you have any suggestion ? First you need to deploy the war to the servlet container , you can find = the instruction from the hello_world sample which distributed with CXF = kit. You need make sure the address match the servlet url-pattern which you = deploied the war. You can test the service which you publish by using this url = http://localhost/{war_name}/cxf/ =3D> What's the meaning of the "address" property ? why do I have to = give the port/ address again, and not just some relative path ? Actually the CXF service publish API don't know anything about the CXF = Servlet, so you need to set up the "address" property for publish = service by code or spring file. In the CXFServlet , we support get the endpoint info from = cxf-servlet.xml, it publish the endpoint with the relative path.=20 Thanks for your help, Sami Dalouche Cheers, Willem. ------_=_NextPart_001_01C74838.F8DE5694-- From [email protected] Sun Feb 04 14:44:05 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14953 invoked from network); 4 Feb 2007 14:44:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Feb 2007 14:44:04 -0000 Received: (qmail 85361 invoked by uid 500); 4 Feb 2007 14:44:10 -0000 Delivered-To: [email protected] Received: (qmail 85328 invoked by uid 500); 4 Feb 2007 14:44:10 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 85319 invoked by uid 99); 4 Feb 2007 14:44:10 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Feb 2007 06:44:10 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp3-g19.free.fr) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Feb 2007 06:44:00 -0800 Received: from [161.129.204.104] (unknown [161.129.204.104]) by smtp3-g19.free.fr (Postfix) with ESMTP id D466C49F95 for <[email protected]>; Sun, 4 Feb 2007 15:43:38 +0100 (CET) Subject: Re: CXF, Spring, CXFServlet From: Sami Dalouche <[email protected]> To: [email protected] In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Content-Type: text/plain; charset=utf-8 Date: Sun, 04 Feb 2007 15:43:37 +0100 Message-Id: <[email protected]> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, thanks for your help. The code I was looking at was indeed the SpringServletTest, in cxf-rt-frontend-jaxws. I looked at the hello_world sample, in /distribution/src/main/release/samples/hello_world, but it doesn't look like it contains a complete example of a war (with the web.xml, complete implementation, etc..). All I find is a Server.java file that registers a service using the Endpoint API. => So, I tried keeping the same setup, but publishing my service using the Endpoint API (Endpoint.publish(), while keeping my servlet, and everything... But still.. When I browse /<war>/cxf/, CXF tells me there is no service available..... Isn't it supposed to list all services available on the Bus, no matter what their address are, anyways ? So, I guess there is some kind of basic concept I didn't grasp correctly.. I repeat that I got to work the example from the blog, and the only thing I need on top of that is to call the service from a Servlet, instead of an embedded web server.... Thanks for your help, Sami Dalouche Le dimanche 04 février 2007 à 03:46 -0500, Jiang, Ning a écrit : > Hi Sami, > > Before I answer your question , I had to ask you some questions. > > Where do you run the test code? In the cxf-rt-frontend-jaxws project or the servlet container. > > In the cxf-rt-frontend-jaxws project we use httpunit for test :). > You can't get the webservice from the browser. > > Please see my comments in the mail. > > > -----Original Message----- > From: Sami Dalouche [mailto:[email protected]] > Sent: 2/4/2007 3:30 > To: [email protected] > Subject: CXF, Spring, CXFServlet > > Hi, > > I am currently trying to get a JSON/REST service to work... > The example available on > http://netzooid.com/blog/2006/11/12/jsonrest-services-with-cxf-and-jettison/ works fine for me. > > However, I would like > 1] To use a Servlet instead of some HttpBindingInfoFactoryBean. I want > to embed CXF inside a Web Container, so I don't need/want a new port to > be opened to receive REST requests > > 2] To use Spring Configuration instead of programmatic Configuration. > > > So, I looked at CXF source code and it looks like there are some Spring > related classes, and CXFServlet.. I followed the same approach taken by > the SpringServletTest unit test, but no matter what I do, when I point > my browser to the cxf servlet, I get the following error message : > "No service was found." > > > @XmlRootElement(name="helloTextMessage") > public class Hello { > > private String message = "testMessage"; > > public String getMessage() { > return message; > } > > public void setMessage(String message) { > this.message = message; > } > } > > @WebService(targetNamespace="http://acme.com") > public interface IHelloWorldService { > > @Get > @HttpResource(location = "/hello") > @WebResult(name="helloMessage") > public abstract Hello getHello(); > > } > > @WebService(endpointInterface = > "funala.web.services.IHelloWorldService") > public class HelloWorldImpl implements IHelloWorldService { > > /* (non-Javadoc) > * @see funala.web.services.IHelloWorldService#sayHello() > */ > public Hello getHello() { > // return "<test><ok>this is a test </ok></test>"; > return new Hello(); > } > } > > and my web.xml contains : > <context-param> > <param-name>contextConfigLocation</param-name> > <param-value>classpath*:/spring/*.xml</param-value> > </context-param> > > > <!-- CXF Servlet --> > <servlet> > <servlet-name>CXFServlet</servlet-name> > <display-name>CXF Servlet</display-name> > <servlet-class>org.apache.cxf.jaxws.servlet.CXFServlet</servlet-class> > <load-on-startup>1</load-on-startup> > </servlet> > > > <servlet-mapping> > <servlet-name>CXFServlet</servlet-name> > <url-pattern>/cxf/*</url-pattern> > </servlet-mapping> > > > > and one of the spring files that is source, contains : > > <import resource="classpath:META-INF/cxf/cxf.xml"/> > <import resource="classpath:META-INF/cxf/cxf-extension-soap.xml"/> > <import resource="classpath:META-INF/cxf/cxf-servlet.xml"/> > > > <bean name="helloWorldImpl" > class="funala.web.services.HelloWorldImpl"></bean> > > > <bean name="helloWorldJaxWs" > factory-method="create" > factory-bean="helloWorldServerFactory" > class="org.apache.cxf.endpoint.Server" /> > > > <bean id="helloWorldServerFactory" > class="org.apache.cxf.jaxws.JaxWsServerFactoryBean"> > <property name="serviceClass" > value="funala.web.services.IHelloWorldService" /> > <property name="bus" ref="cxf"/> > <property name="serviceFactory.invoker"> > <bean class="org.apache.cxf.service.invoker.BeanInvoker"> > <constructor-arg> > <ref bean="helloWorldImpl" /> > </constructor-arg> > </bean> > </property> > <property name="address" > value="http://localhost:9090/funala/cxf/hello"/> > </bean> > > > > => I am trying to reach http://localhost:9090/funala/cxf/hello, > http://localhost:9090/funala/cxf/hello/hello, ... nothing works.. What > is the good url supposed to be ? > > If you follow the SpringServletUnitTest, please follow its test code to test the service. > > => Do you see anything wrong here ? Do you have any suggestion ? > > First you need to deploy the war to the servlet container , you can find the instruction from the hello_world sample which distributed with CXF kit. > You need make sure the address match the servlet url-pattern which you deploied the war. > You can test the service which you publish by using this url http://localhost/{war_name}/cxf/ > > > => What's the meaning of the "address" property ? why do I have to give > the port/ address again, and not just some relative path ? > > Actually the CXF service publish API don't know anything about the CXF Servlet, so you need to set up the "address" property for publish service by code or spring file. > In the CXFServlet , we support get the endpoint info from cxf-servlet.xml, it publish the endpoint with the relative path. > > > Thanks for your help, > Sami Dalouche > > Cheers, > > Willem. > > From [email protected] Tue Feb 06 14:51:22 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81944 invoked from network); 6 Feb 2007 14:51:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Feb 2007 14:51:22 -0000 Received: (qmail 89411 invoked by uid 500); 6 Feb 2007 14:51:29 -0000 Delivered-To: [email protected] Received: (qmail 89270 invoked by uid 500); 6 Feb 2007 14:51:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 89261 invoked by uid 99); 6 Feb 2007 14:51:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Feb 2007 06:51:28 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO amereast-smg1.iona.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Feb 2007 06:51:18 -0800 Received: from amer-ems1.IONAGLOBAL.COM ([161.129.204.104]) by amereast-smg1.iona.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id l16EoRvb011014 for <[email protected]>; Tue, 6 Feb 2007 09:50:27 -0500 (EST) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----_=_NextPart_001_01C749FE.34AAD200" Subject: RE: CXF, Spring, CXFServlet Date: Tue, 6 Feb 2007 09:49:47 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: <[email protected]> Thread-Topic: CXF, Spring, CXFServlet Thread-Index: AcdIau6QNPewBZ6sRvG246WhYutuygBkx1i+ References: <[email protected]><[email protected]> <[email protected]> From: "Jiang, Ning" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C749FE.34AAD200 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Sami, I am sorry for replying your mail later. Because I just did some the CXFServlet refactoring work. Please update = your code to the latest . I just try to use the spring to setup a hello_world service with = CXFServlet by the with the latest CXF distribution. I found there a several points you need take care. 1. You need check your web.xml. You can found the web.xml sample by = search web-spring.xml in latest codes' systest. I found you web.xml did not use the spring's ContextLoaderListener, so = the CXF-Servlet can't consume the spring context file you just defined. And there is a trip of the service endpoint address. Here are the codes in ServletControl to decide which service endpoint = the message will be dispatched to. EndpointInfo ei =3D new EndpointInfo(); ei.setAddress("http://localhost" + request.getServletPath() + = request.getPathInfo()); ServletDestination d =3D = (ServletDestination)transport.getDestination(ei); The service address and the servelt url-pattern need to be matched = otherwise you will get the no service found message from the servlet. eg. If the endpoint address is http://localhost/cxf/hello_world ,the cxf = servlet url-pattern need to be set as /cxf/* =20 2. Current CXF distribution kit don't ship the spring-web-2.0.jar, but = web.xml need this jar's ContextLoaderListener to init the spring = context. So you need copy this jar to tomcat/share/lib 3. Please make sure the spring.xml you defined work first. It is also useful by looking into the Servlet container's log. Hope these points will help you out :). Willem -----Original Message----- From: Sami Dalouche [mailto:[email protected]] Sent: Sun 2/4/2007 22:43 To: [email protected] Subject: Re: CXF, Spring, CXFServlet =20 Hi,=20 thanks for your help. The code I was looking at was indeed the SpringServletTest, in cxf-rt-frontend-jaxws. I looked at the hello_world sample, in /distribution/src/main/release/samples/hello_world, but it doesn't look like it contains a complete example of a war (with the web.xml, complete implementation, etc..). All I find is a Server.java file that registers a service using the Endpoint API.=20 =3D> So, I tried keeping the same setup, but publishing my service using the Endpoint API (Endpoint.publish(), while keeping my servlet, and everything... But still.. When I browse /<war>/cxf/, CXF tells me there is no service available..... Isn't it supposed to list all services available on the Bus, no matter what their address are, anyways ? So, I guess there is some kind of basic concept I didn't grasp correctly.. I repeat that I got to work the example from the blog, and the only thing I need on top of that is to call the service from a Servlet, instead of an embedded web server.... Thanks for your help, Sami Dalouche Le dimanche 04 f=E9vrier 2007 =E0 03:46 -0500, Jiang, Ning a =E9crit : > Hi Sami, >=20 > Before I answer your question , I had to ask you some questions. >=20 > Where do you run the test code? In the cxf-rt-frontend-jaxws project = or the servlet container.=20 >=20 > In the cxf-rt-frontend-jaxws project we use httpunit for test :).=20 > You can't get the webservice from the browser.=20 >=20 > Please see my comments in the mail. >=20 >=20 > -----Original Message----- > From: Sami Dalouche [mailto:[email protected]] > Sent: 2/4/2007 3:30 > To: [email protected] > Subject: CXF, Spring, CXFServlet > =20 > Hi, >=20 > I am currently trying to get a JSON/REST service to work... > The example available on > = http://netzooid.com/blog/2006/11/12/jsonrest-services-with-cxf-and-jettis= on/ works fine for me. >=20 > However, I would like > 1] To use a Servlet instead of some HttpBindingInfoFactoryBean. I want > to embed CXF inside a Web Container, so I don't need/want a new port = to > be opened to receive REST requests >=20 > 2] To use Spring Configuration instead of programmatic Configuration. >=20 >=20 > So, I looked at CXF source code and it looks like there are some = Spring > related classes, and CXFServlet.. I followed the same approach taken = by > the SpringServletTest unit test, but no matter what I do, when I point > my browser to the cxf servlet, I get the following error message : > "No service was found." >=20 >=20 > @XmlRootElement(name=3D"helloTextMessage") > public class Hello { >=20 > private String message =3D "testMessage"; >=20 > public String getMessage() { > return message; > } >=20 > public void setMessage(String message) { > this.message =3D message; > } > } >=20 > @WebService(targetNamespace=3D"http://acme.com") > public interface IHelloWorldService { >=20 > @Get > @HttpResource(location =3D "/hello") > @WebResult(name=3D"helloMessage") > public abstract Hello getHello(); >=20 > } >=20 > @WebService(endpointInterface =3D > "funala.web.services.IHelloWorldService") > public class HelloWorldImpl implements IHelloWorldService { >=20 > /* (non-Javadoc) > * @see funala.web.services.IHelloWorldService#sayHello() > */ > public Hello getHello() { > // return "<test><ok>this is a test </ok></test>"; > return new Hello(); > } > } >=20 > and my web.xml contains : > <context-param> > <param-name>contextConfigLocation</param-name> > <param-value>classpath*:/spring/*.xml</param-value> > </context-param> >=20 >=20 > <!-- CXF Servlet --> > <servlet> > <servlet-name>CXFServlet</servlet-name> > <display-name>CXF Servlet</display-name> > = <servlet-class>org.apache.cxf.jaxws.servlet.CXFServlet</servlet-class> > <load-on-startup>1</load-on-startup> > </servlet> >=20 >=20 > <servlet-mapping> > <servlet-name>CXFServlet</servlet-name> > <url-pattern>/cxf/*</url-pattern> > </servlet-mapping> >=20 >=20 >=20 > and one of the spring files that is source, contains : >=20 > <import resource=3D"classpath:META-INF/cxf/cxf.xml"/> > <import resource=3D"classpath:META-INF/cxf/cxf-extension-soap.xml"/> > <import resource=3D"classpath:META-INF/cxf/cxf-servlet.xml"/> >=20 >=20 > <bean name=3D"helloWorldImpl" > class=3D"funala.web.services.HelloWorldImpl"></bean> > =09 >=20 > <bean name=3D"helloWorldJaxWs"=20 > factory-method=3D"create"=20 > factory-bean=3D"helloWorldServerFactory" > class=3D"org.apache.cxf.endpoint.Server" /> > =09 > =20 > <bean id=3D"helloWorldServerFactory" > class=3D"org.apache.cxf.jaxws.JaxWsServerFactoryBean"> > <property name=3D"serviceClass" > value=3D"funala.web.services.IHelloWorldService" /> > <property name=3D"bus" ref=3D"cxf"/> > <property name=3D"serviceFactory.invoker"> > <bean class=3D"org.apache.cxf.service.invoker.BeanInvoker"> > <constructor-arg> > <ref bean=3D"helloWorldImpl" /> > </constructor-arg> > </bean> > </property> > <property name=3D"address" > value=3D"http://localhost:9090/funala/cxf/hello"/> > </bean> >=20 >=20 >=20 > =3D> I am trying to reach http://localhost:9090/funala/cxf/hello, > http://localhost:9090/funala/cxf/hello/hello, ... nothing works.. What > is the good url supposed to be ? >=20 > If you follow the SpringServletUnitTest, please follow its test code = to test the service. >=20 > =3D> Do you see anything wrong here ? Do you have any suggestion ? >=20 > First you need to deploy the war to the servlet container , you can = find the instruction from the hello_world sample which distributed with = CXF kit. > You need make sure the address match the servlet url-pattern which you = deploied the war. > You can test the service which you publish by using this url = http://localhost/{war_name}/cxf/ >=20 >=20 > =3D> What's the meaning of the "address" property ? why do I have to = give > the port/ address again, and not just some relative path ? >=20 > Actually the CXF service publish API don't know anything about the CXF = Servlet, so you need to set up the "address" property for publish = service by code or spring file. > In the CXFServlet , we support get the endpoint info from = cxf-servlet.xml, it publish the endpoint with the relative path.=20 >=20 >=20 > Thanks for your help, > Sami Dalouche >=20 > Cheers, >=20 > Willem. >=20 >=20 ------_=_NextPart_001_01C749FE.34AAD200-- From [email protected] Fri Feb 09 16:52:24 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13675 invoked from network); 9 Feb 2007 16:52:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Feb 2007 16:52:22 -0000 Received: (qmail 45891 invoked by uid 500); 9 Feb 2007 16:52:29 -0000 Delivered-To: [email protected] Received: (qmail 45855 invoked by uid 500); 9 Feb 2007 16:52:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 4915 invoked by uid 99); 9 Feb 2007 16:32:49 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=MSGID_FROM_MTA_HEADER,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Message-ID: <[email protected]> X-Originating-IP: [161.129.204.104] X-Originating-Email: [[email protected]] X-Sender: [email protected] From: "Andres Ortiz" <[email protected]> To: [email protected] Subject: Getting WSDL location from within spring Date: Fri, 09 Feb 2007 16:32:12 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 09 Feb 2007 16:32:16.0816 (UTC) FILETIME=[DC816B00:01C74C67] X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am deploying a CXF service using the spring container. It works well, however this service refers to another service. I do not want to hardcode the WSDL reference to the other service so I am trying to get it as a resource: URL wsdlURL =System.class.getResource("/AnotherService.wsdl"); But I am getting a null wsdlURL when I deploy the service in the spring container. If I run a standalone client, it can find the WSDL as a resource in the classpath without a problem. How can I add the wsdl directory in WEB-INF/wsdl to the classpath? Thanks, Andres Ortiz From [email protected] Fri Feb 09 19:43:50 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71111 invoked from network); 9 Feb 2007 19:43:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Feb 2007 19:43:49 -0000 Received: (qmail 90703 invoked by uid 500); 9 Feb 2007 19:43:55 -0000 Delivered-To: [email protected] Received: (qmail 90665 invoked by uid 500); 9 Feb 2007 19:43:55 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 90656 invoked by uid 99); 9 Feb 2007 19:43:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Feb 2007 11:43:55 -0800 X-ASF-Spam-Status: No, hits=2.3 required=10.0 tests=HTML_MESSAGE,MAILTO_TO_SPAM_ADDR X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO wx-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Feb 2007 11:43:45 -0800 Received: by wx-out-0506.google.com with SMTP id i26so881567wxd for <[email protected]>; Fri, 09 Feb 2007 11:43:24 -0800 (PST) Received: by 161.129.204.104 with SMTP id n4mr13187071agc.1171050204665; Fri, 09 Feb 2007 11:43:24 -0800 (PST) Received: by 161.129.204.104 with HTTP; Fri, 9 Feb 2007 11:43:24 -0800 (PST) Message-ID: <[email protected]> Date: Fri, 9 Feb 2007 14:43:24 -0500 From: "Dan Diephouse" <[email protected]> To: [email protected] Subject: Re: Getting WSDL location from within spring In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_37137_14434422.1171050204608" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_37137_14434422.1171050204608 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Andres, Have you tried using a relative path - i.e. "./wsdl/AnotherService.wsdl" ? Cheers, - Dan On 2/9/07, Andres Ortiz <[email protected]> wrote: > > Hi, > I am deploying a CXF service using the spring container. It works well, > however this service refers to another service. I do not want to hardcode > the WSDL reference to the other service so I am trying to get it as a > resource: > URL wsdlURL =System.class.getResource("/AnotherService.wsdl"); > But I am getting a null wsdlURL when I deploy the service in the spring > container. > If I run a standalone client, it can find the WSDL as a resource in the > classpath without a problem. > How can I add the wsdl directory in WEB-INF/wsdl to the classpath? > > Thanks, > Andres Ortiz > > > -- Dan Diephouse Envoi Solutions http://envoisolutions.com | http://netzooid.com/blog ------=_Part_37137_14434422.1171050204608-- From [email protected] Sat Feb 10 00:17:32 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 53238 invoked from network); 10 Feb 2007 00:17:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Feb 2007 00:17:32 -0000 Received: (qmail 7816 invoked by uid 500); 10 Feb 2007 00:17:38 -0000 Delivered-To: [email protected] Received: (qmail 7779 invoked by uid 500); 10 Feb 2007 00:17:38 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 7770 invoked by uid 99); 10 Feb 2007 00:17:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Feb 2007 16:17:38 -0800 X-ASF-Spam-Status: No, hits=2.3 required=10.0 tests=HTML_MESSAGE,MAILTO_TO_SPAM_ADDR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nz-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Feb 2007 16:17:28 -0800 Received: by nz-out-0506.google.com with SMTP id j2so968237nzf for <[email protected]>; Fri, 09 Feb 2007 16:17:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=mA+MLFithdMI8mRGaP1VbhPHqWfWjsPFmsmhRAZDIUIdxF6KZd2FpUkz5uo6CwRvsFep1npRxTn7lubDB3dQWgHvoQfNDojxKiGWSEC9me/dM7V28pXoPRblC7Xcv38ZRsmaQoKoo/fB8i2xa0Yl/6nz/pL7n7ap+WByIF+an1c= Received: by 161.129.204.104 with SMTP id w13mr16995381qbp.1171066627481; Fri, 09 Feb 2007 16:17:07 -0800 (PST) Received: by 161.129.204.104 with HTTP; Fri, 9 Feb 2007 16:17:07 -0800 (PST) Message-ID: <[email protected]> Date: Fri, 9 Feb 2007 18:17:07 -0600 From: "Pattabi Doraiswamy" <[email protected]> To: [email protected] Subject: Re: Getting WSDL location from within spring In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_38791_25511749.1171066627175" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_38791_25511749.1171066627175 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello Andres, I am assuming you are using Tomcat as your deployment container. In that case, Tomcat uses a couple of context based class loaders to load the required classes/resources for your application. When you use System.class.getResourceAsStream(), it would try and use the class loader it used to load the base Java classes. And that class loader may not be able to find the classes in the WEB-INF directory. Replace that call with <an application class>.class.getResourceAsStream() and make sure to put the WSDL directly under WEB-INF/classes directory. That should work. Thanks, Pattabi Doraiswamy On 2/9/07, Andres Ortiz <[email protected]> wrote: > > Hi, > I am deploying a CXF service using the spring container. It works well, > however this service refers to another service. I do not want to hardcode > the WSDL reference to the other service so I am trying to get it as a > resource: > URL wsdlURL =System.class.getResource("/AnotherService.wsdl"); > But I am getting a null wsdlURL when I deploy the service in the spring > container. > If I run a standalone client, it can find the WSDL as a resource in the > classpath without a problem. > How can I add the wsdl directory in WEB-INF/wsdl to the classpath? > > Thanks, > Andres Ortiz > > > -- Pattabi Doraiswamy ------=_Part_38791_25511749.1171066627175-- From [email protected] Wed Feb 14 12:26:08 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67545 invoked from network); 14 Feb 2007 12:26:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Feb 2007 12:26:06 -0000 Received: (qmail 74986 invoked by uid 500); 14 Feb 2007 12:26:14 -0000 Delivered-To: [email protected] Received: (qmail 74939 invoked by uid 500); 14 Feb 2007 12:26:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 74929 invoked by uid 99); 14 Feb 2007 12:26:13 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Feb 2007 04:26:13 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO emea-smg1.iona.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Feb 2007 04:26:03 -0800 Received: from emea-ems1.ionaglobal.com (dutec.ie [161.129.204.104]) by emea-smg1.iona.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id l1EDN6Eb002740 for <[email protected]>; Wed, 14 Feb 2007 13:23:09 GMT Received: from sberyoz ([161.129.204.104]) by emea-ems1.ionaglobal.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 14 Feb 2007 12:25:39 +0000 Message-ID: <00ca01c75033$78d64150$c301020a@sberyoz> From: "Sergey Beryozkin" <[email protected]> To: <[email protected]> Subject: Accessing HTTPS-enabled CXF servers with Firefox Date: Wed, 14 Feb 2007 12:27:20 -0000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00C7_01C75033.78D18660" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-OriginalArrivalTime: 14 Feb 2007 12:25:39.0597 (UTC) FILETIME=[3CBDBBD0:01C75033] X-Virus-Checked: Checked by ClamAV on apache.org ------=_NextPart_000_00C7_01C75033.78D18660 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Posting this question to a user list. When I launch a Firefox I have problems accessing my HTTPS-enabled CXF = server. After Googling a bit, I enabled the following configuration setting in = Firefox after typing about:config in the address bar : security.ssl3.dhe_rsa_des_sha=3Dtrue, which is disabled by default...and = then I managed to connect... My questions are : * in the ssl server policy, is there some property I can set to use a = suite different to ssl3.dhe_rsa_des_sha ? * in the ssl server policy, TLSv1 is the default secure protocol, should = it be SSLv3 ? Though Ithey're probably very similar to each other.=20 Cheers, Sergey ------=_NextPart_000_00C7_01C75033.78D18660-- From [email protected] Wed Feb 14 14:53:36 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31011 invoked from network); 14 Feb 2007 14:53:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Feb 2007 14:53:34 -0000 Received: (qmail 91728 invoked by uid 500); 14 Feb 2007 14:53:41 -0000 Delivered-To: [email protected] Received: (qmail 91694 invoked by uid 500); 14 Feb 2007 14:53:41 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 97326 invoked by uid 99); 14 Feb 2007 12:45:02 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: RE: Accessing HTTPS-enabled CXF servers with Firefox Date: Wed, 14 Feb 2007 12:44:29 -0000 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Accessing HTTPS-enabled CXF servers with Firefox Thread-Index: AcdQM1J/DNtypBOFSTyI3SkthDFOwgAAMhww From: "Glynn, Eoghan" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org =20 > -----Original Message----- > From: Sergey Beryozkin [mailto:[email protected]]=20 > Sent: 14 February 2007 12:27 > To: [email protected] > Subject: Accessing HTTPS-enabled CXF servers with Firefox >=20 > Hi >=20 > Posting this question to a user list. >=20 > When I launch a Firefox I have problems accessing my=20 > HTTPS-enabled CXF server. > After Googling a bit, I enabled the following configuration=20 > setting in Firefox after typing about:config in the address bar : >=20 > security.ssl3.dhe_rsa_des_sha=3Dtrue, which is disabled by=20 > default...and then I managed to connect... >=20 > My questions are : >=20 > * in the ssl server policy, is there some property I can set=20 > to use a suite different to ssl3.dhe_rsa_des_sha ? Have a look at the schema - common/schemas/src/main/resources/security.xsd. The server-side will generally support a range of ciphersuites, and the client will also have its own preferences, so the TLS handshake involves a negotiation as to which of these is used.=20 You can either enumerate specific ciphersuites that you want to enable via the CipherSuites elements of SSLServerPolicy (for example the ciphersuites corresponding to the firefox config you enabled are probably "SSL_RSA_EXPORT_WITH_DES40_CBC_SHA" and "SSL_RSA_WITH_DES_CBC_SHA"). Probably more convenient to include or exclude broad classes of ciphersuite via the CiphersuitesFilters element. See the hello_world_https demo for an example of setting this config. > * in the ssl server policy, TLSv1 is the default secure=20 > protocol, should it be SSLv3 ?=20 SSLv3 has been superseded by TLSv1, so I think its correct that the default is set to the latter. If you need it to be SSLv3 in your case, just make it so in config (SecureSocketProtocol element). Cheers, Eoghan From [email protected] Wed Feb 14 15:15:08 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41580 invoked from network); 14 Feb 2007 15:15:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Feb 2007 15:15:06 -0000 Received: (qmail 51786 invoked by uid 500); 14 Feb 2007 15:15:13 -0000 Delivered-To: [email protected] Received: (qmail 51756 invoked by uid 500); 14 Feb 2007 15:15:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 51740 invoked by uid 99); 14 Feb 2007 15:15:12 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Feb 2007 07:15:12 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO emea-smg1.iona.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Feb 2007 07:15:02 -0800 Received: from emea-ems1.ionaglobal.com (dutec.ie [161.129.204.104]) by emea-smg1.iona.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id l1EGC7hc010688 for <[email protected]>; Wed, 14 Feb 2007 16:12:07 GMT Received: from sberyoz ([161.129.204.104]) by emea-ems1.ionaglobal.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 14 Feb 2007 15:14:38 +0000 Message-ID: <006801c7504b$14674530$c301020a@sberyoz> From: "Sergey Beryozkin" <[email protected]> To: <[email protected]> References: <[email protected]> Subject: Re: Accessing HTTPS-enabled CXF servers with Firefox Date: Wed, 14 Feb 2007 15:16:19 -0000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0065_01C7504B.1451E870" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-OriginalArrivalTime: 14 Feb 2007 15:14:38.0870 (UTC) FILETIME=[D8380360:01C7504A] X-Virus-Checked: Checked by ClamAV on apache.org ------=_NextPart_000_0065_01C7504B.1451E870 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Added *_128_.* to the list of cipher suite patterns, and it made the = difference... Thanks, Sergey >=20 > Hi >=20 > Posting this question to a user list. >=20 > When I launch a Firefox I have problems accessing my=20 > HTTPS-enabled CXF server. > After Googling a bit, I enabled the following configuration=20 > setting in Firefox after typing about:config in the address bar : >=20 > security.ssl3.dhe_rsa_des_sha=3Dtrue, which is disabled by=20 > default...and then I managed to connect... >=20 > My questions are : >=20 > * in the ssl server policy, is there some property I can set=20 > to use a suite different to ssl3.dhe_rsa_des_sha ? Have a look at the schema - common/schemas/src/main/resources/security.xsd. The server-side will generally support a range of ciphersuites, and the client will also have its own preferences, so the TLS handshake involves a negotiation as to which of these is used.=20 You can either enumerate specific ciphersuites that you want to enable via the CipherSuites elements of SSLServerPolicy (for example the ciphersuites corresponding to the firefox config you enabled are probably "SSL_RSA_EXPORT_WITH_DES40_CBC_SHA" and "SSL_RSA_WITH_DES_CBC_SHA"). Probably more convenient to include or exclude broad classes of ciphersuite via the CiphersuitesFilters element. See the hello_world_https demo for an example of setting this config. > * in the ssl server policy, TLSv1 is the default secure=20 > protocol, should it be SSLv3 ?=20 SSLv3 has been superseded by TLSv1, so I think its correct that the default is set to the latter. If you need it to be SSLv3 in your case, just make it so in config (SecureSocketProtocol element). Cheers, Eoghan ------=_NextPart_000_0065_01C7504B.1451E870-- From [email protected] Thu Feb 15 18:23:28 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10473 invoked from network); 15 Feb 2007 18:23:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Feb 2007 18:23:26 -0000 Received: (qmail 58709 invoked by uid 500); 15 Feb 2007 18:23:33 -0000 Delivered-To: [email protected] Received: (qmail 58562 invoked by uid 500); 15 Feb 2007 18:23:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 42834 invoked by uid 99); 15 Feb 2007 18:11:29 -0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C7512C.A389C6F6" Subject: Using CXF with QPid Date: Thu, 15 Feb 2007 18:10:54 -0000 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Using CXF with QPid Thread-Index: AcdRLKHCwvvmthmqSri2Gfr+Ejc+Fw== From: "Trenaman, Adrian" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C7512C.A389C6F6 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Hi there, =20 Does anyone have any experience putting Qpid under CXF? I'd like to configure a JMS transport so that it uses Qpid (and this AMQP) instead of ActiveMQ. Here's what I've guessed so far - any help is greatly appreciated. At the moment, my server wont start because of the jndiConnectionFactoryName - I'm not sure what this should be set to. Have tried "ConnectionFactory" (as per ActiveMQ) but it doesn't work :-( =20 <wsdl:port name=3D"SOAPOverAMQPEndpoint" =20 binding=3D"tns:UBL-InvoiceProcessorSOAP"> <jms:address destinationStyle=3D"queue" =20 initialContextFactory=3D"org.apache.qpid.jndi.PropertiesFileInitialContex= t Factory" =20 jndiDestinationName=3D"demo-ubl" =20 jndiConnectionFactoryName=3D""=20 messageType=3D"text" =20 useMessageIDAsCorrelationID=3D"true"> <jms:JMSNamingProperty =20 name=3D"java.naming.factory.initial" =20 value=3D"org.apache.qpid.jndi.PropertiesFileInitialContextFactory" /> =20 <jms:JMSNamingProperty=20 =20 name=3D"java.naming.provider.url" =20 value=3D"amqp:///test?brokerlist=3D'localhost'"/> </jms:address> </wsdl:port> =20 Thanks, Ade. =20 Adrian Trenaman Principal Consultant, IONA Technologies. E: [email protected]=20 P: +1-534-499-5717 M: {{PHONE+SOCIAL_SECURITY_NUMBER}} =20 ------_=_NextPart_001_01C7512C.A389C6F6-- From [email protected] Thu Feb 15 18:43:48 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18528 invoked from network); 15 Feb 2007 18:43:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Feb 2007 18:43:43 -0000 Received: (qmail 93572 invoked by uid 500); 15 Feb 2007 18:43:49 -0000 Delivered-To: [email protected] Received: (qmail 93529 invoked by uid 500); 15 Feb 2007 18:43:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 93514 invoked by uid 99); 15 Feb 2007 18:43:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Feb 2007 10:43:49 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO amereast-smg1.iona.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Feb 2007 10:43:39 -0800 Received: from amer-ems1.IONAGLOBAL.COM ([161.129.204.104]) by amereast-smg1.iona.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id l1FIh39T003897 for <[email protected]>; Thu, 15 Feb 2007 13:43:03 -0500 (EST) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Using CXF with QPid Date: Thu, 15 Feb 2007 13:44:25 -0500 Message-ID: <[email protected]> In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Using CXF with QPid Thread-Index: AcdRLKHCwvvmthmqSri2Gfr+Ejc+FwABHcAQ From: "Kodichath, Suresh" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Hi, I got this working by having the following in the wsdl: <jms:address destinationStyle=3D"queue" jndiConnectionFactoryName=3D"local"=20 jndiDestinationName=3D"dynamicQueues" jndiReplyDestinationName=3D"dynamicQueues2"> <jms:JMSNamingProperty = name=3D"java.naming.factory.initial" value=3D"org.apache.qpid.jndi.PropertiesFileInitialContextFactory"/> <jms:JMSNamingProperty name=3D"java.naming.provider.url" value=3D"tcp://localhost:5672"/> <jms:JMSNamingProperty name=3D"connectionfactory.local" value=3D"amqp://guest:guest@clientid/test?brokerlist=3D'tcp://localhost:5= 672 '"/> <jms:JMSNamingProperty name=3D"queue.dynamicQueues" value=3D"queue://queuetest"/> <jms:JMSNamingProperty name=3D"queue.dynamicQueues2" value=3D"queue://queuetest2"/> </jms:address> Hope this helps, Suresh -----Original Message----- From: Trenaman, Adrian [mailto:[email protected]]=20 Sent: Thursday, February 15, 2007 1:11 PM To: [email protected] Subject: Using CXF with QPid Hi there, =20 Does anyone have any experience putting Qpid under CXF? I'd like to configure a JMS transport so that it uses Qpid (and this AMQP) instead of ActiveMQ. Here's what I've guessed so far - any help is greatly appreciated. At the moment, my server wont start because of the jndiConnectionFactoryName - I'm not sure what this should be set to. Have tried "ConnectionFactory" (as per ActiveMQ) but it doesn't work :-( =20 <wsdl:port name=3D"SOAPOverAMQPEndpoint" =20 binding=3D"tns:UBL-InvoiceProcessorSOAP"> <jms:address destinationStyle=3D"queue" =20 initialContextFactory=3D"org.apache.qpid.jndi.PropertiesFileInitialContex= t Factory" =20 jndiDestinationName=3D"demo-ubl" =20 jndiConnectionFactoryName=3D""=20 messageType=3D"text" =20 useMessageIDAsCorrelationID=3D"true"> <jms:JMSNamingProperty =20 name=3D"java.naming.factory.initial" =20 value=3D"org.apache.qpid.jndi.PropertiesFileInitialContextFactory" /> =20 <jms:JMSNamingProperty=20 =20 name=3D"java.naming.provider.url" =20 value=3D"amqp:///test?brokerlist=3D'localhost'"/> </jms:address> </wsdl:port> =20 Thanks, Ade. =20 Adrian Trenaman Principal Consultant, IONA Technologies. E: [email protected]=20 P: +1-534-499-5717 M: {{PHONE+SOCIAL_SECURITY_NUMBER}} =20 From [email protected] Thu Feb 15 21:03:16 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 79254 invoked from network); 15 Feb 2007 21:03:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Feb 2007 21:03:15 -0000 Received: (qmail 43622 invoked by uid 500); 15 Feb 2007 21:03:22 -0000 Delivered-To: [email protected] Received: (qmail 43576 invoked by uid 500); 15 Feb 2007 21:03:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 43567 invoked by uid 99); 15 Feb 2007 21:03:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Feb 2007 13:03:22 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO amereast-smg1.iona.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Feb 2007 13:03:12 -0800 Received: from amer-ems1.IONAGLOBAL.COM ([161.129.204.104]) by amereast-smg1.iona.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id l1FL2a5r020833 for <[email protected]>; Thu, 15 Feb 2007 16:02:36 -0500 (EST) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Using CXF with QPid Date: Thu, 15 Feb 2007 16:03:56 -0500 Message-ID: <[email protected]> In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Using CXF with QPid Thread-Index: AcdRLKHCwvvmthmqSri2Gfr+Ejc+FwABHcAQAATfQrA= From: "Kodichath, Suresh" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Hi Adrian, Just want to add that you need all Qpid changes since December 29 for this to work.=20 Let me know if you still get problems with this. Regards, Suresh -----Original Message----- From: Kodichath, Suresh [mailto:[email protected]]=20 Sent: Thursday, February 15, 2007 1:44 PM To: [email protected] Subject: RE: Using CXF with QPid Hi, I got this working by having the following in the wsdl: <jms:address destinationStyle=3D"queue" jndiConnectionFactoryName=3D"local"=20 jndiDestinationName=3D"dynamicQueues" jndiReplyDestinationName=3D"dynamicQueues2"> <jms:JMSNamingProperty = name=3D"java.naming.factory.initial" value=3D"org.apache.qpid.jndi.PropertiesFileInitialContextFactory"/> <jms:JMSNamingProperty name=3D"java.naming.provider.url" value=3D"tcp://localhost:5672"/> <jms:JMSNamingProperty name=3D"connectionfactory.local" value=3D"amqp://guest:guest@clientid/test?brokerlist=3D'tcp://localhost:5= 672 '"/> <jms:JMSNamingProperty name=3D"queue.dynamicQueues" value=3D"queue://queuetest"/> <jms:JMSNamingProperty name=3D"queue.dynamicQueues2" value=3D"queue://queuetest2"/> </jms:address> Hope this helps, Suresh -----Original Message----- From: Trenaman, Adrian [mailto:[email protected]]=20 Sent: Thursday, February 15, 2007 1:11 PM To: [email protected] Subject: Using CXF with QPid Hi there, =20 Does anyone have any experience putting Qpid under CXF? I'd like to configure a JMS transport so that it uses Qpid (and this AMQP) instead of ActiveMQ. Here's what I've guessed so far - any help is greatly appreciated. At the moment, my server wont start because of the jndiConnectionFactoryName - I'm not sure what this should be set to. Have tried "ConnectionFactory" (as per ActiveMQ) but it doesn't work :-( =20 <wsdl:port name=3D"SOAPOverAMQPEndpoint" =20 binding=3D"tns:UBL-InvoiceProcessorSOAP"> <jms:address destinationStyle=3D"queue" =20 initialContextFactory=3D"org.apache.qpid.jndi.PropertiesFileInitialContex= t Factory" =20 jndiDestinationName=3D"demo-ubl" =20 jndiConnectionFactoryName=3D""=20 messageType=3D"text" =20 useMessageIDAsCorrelationID=3D"true"> <jms:JMSNamingProperty =20 name=3D"java.naming.factory.initial" =20 value=3D"org.apache.qpid.jndi.PropertiesFileInitialContextFactory" /> =20 <jms:JMSNamingProperty=20 =20 name=3D"java.naming.provider.url" =20 value=3D"amqp:///test?brokerlist=3D'localhost'"/> </jms:address> </wsdl:port> =20 Thanks, Ade. =20 Adrian Trenaman Principal Consultant, IONA Technologies. E: [email protected]=20 P: +1-534-499-5717 M: {{PHONE+SOCIAL_SECURITY_NUMBER}} =20 From [email protected] Thu Feb 15 22:09:15 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5596 invoked from network); 15 Feb 2007 22:09:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Feb 2007 22:09:14 -0000 Received: (qmail 72602 invoked by uid 500); 15 Feb 2007 22:09:21 -0000 Delivered-To: [email protected] Received: (qmail 72567 invoked by uid 500); 15 Feb 2007 22:09:21 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 72557 invoked by uid 99); 15 Feb 2007 22:09:21 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Feb 2007 14:09:21 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO amereast-smg1.iona.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Feb 2007 14:09:11 -0800 Received: from amer-ems1.IONAGLOBAL.COM ([161.129.204.104]) by amereast-smg1.iona.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id l1FM8Zfb003587 for <[email protected]>; Thu, 15 Feb 2007 17:08:35 -0500 (EST) Received: from [161.129.204.104] ([161.129.204.104]) by amer-ems1.IONAGLOBAL.COM with Microsoft SMTPSVC+1-534-499-5717); Thu, 15 Feb 2007 17:08:49 -0500 Subject: getting wsdl2java to dump "preprocessed" wsdl From: Frank Lynch <[email protected]> To: [email protected] Content-Type: text/plain Organization: IONA Technologies Date: Thu, 15 Feb 2007 17:08:48 -0500 Message-Id: <[email protected]> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 15 Feb 2007 22:08:49.0209 (UTC) FILETIME=[DE969290:01C7514D] X-Virus-Checked: Checked by ClamAV on apache.org Hi Folks, Is there a way to get wsdl2java to preprocess a wsdl document (parse xsd and wsdl imports & includes), and output a single document for debugging purposes. I'm trying to resolve an order of include/imports problem with some quite complex schema & wsdl... or should I create an enhancement request in Jira for this? cheers, --Frank From [email protected] Fri Feb 16 03:17:33 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 98551 invoked from network); 16 Feb 2007 03:17:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Feb 2007 03:17:32 -0000 Received: (qmail 53390 invoked by uid 500); 16 Feb 2007 03:17:39 -0000 Delivered-To: [email protected] Received: (qmail 53367 invoked by uid 500); 16 Feb 2007 03:17:39 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 53358 invoked by uid 99); 16 Feb 2007 03:17:39 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Feb 2007 19:17:39 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO amereast-smg1.iona.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Feb 2007 19:17:29 -0800 Received: from amer-ems1.IONAGLOBAL.COM ([161.129.204.104]) by amereast-smg1.iona.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id l1G3Gp6k002399 for <[email protected]>; Thu, 15 Feb 2007 22:16:52 -0500 (EST) Received: from [161.129.204.104] ([161.129.204.104]) by amer-ems1.IONAGLOBAL.COM with Microsoft SMTPSVC+1-534-499-5717); Thu, 15 Feb 2007 22:17:06 -0500 Message-ID: <[email protected]> Date: Fri, 16 Feb 2007 11:17:52 +0800 From: Bozhong Lin <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20061025) MIME-Version: 1.0 To: [email protected] Subject: Re: getting wsdl2java to dump "preprocessed" wsdl References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 16 Feb 2007 03:17:06.0769 (UTC) FILETIME=[EFFE3C10:01C75178] X-Virus-Checked: Checked by ClamAV on apache.org Hi, I believe current wsdl2java tool doesn't have this kind of debugging functionality. You can go ahead and create an enhancement request in Jira [1]. Cheers, Bo [1] https://issues.apache.org/jira/browse/CXF Frank Lynch wrote: > Hi Folks, > Is there a way to get wsdl2java to preprocess a wsdl document (parse xsd > and wsdl imports & includes), and output a single document for debugging > purposes. I'm trying to resolve an order of include/imports problem with > some quite complex schema & wsdl... or should I create an enhancement > request in Jira for this? > cheers, > --Frank > > From [email protected] Fri Feb 16 06:17:23 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38139 invoked from network); 16 Feb 2007 06:17:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Feb 2007 06:17:21 -0000 Received: (qmail 78198 invoked by uid 500); 16 Feb 2007 06:17:28 -0000 Delivered-To: [email protected] Received: (qmail 78173 invoked by uid 500); 16 Feb 2007 06:17:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 78164 invoked by uid 99); 16 Feb 2007 06:17:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Feb 2007 22:17:28 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO amereast-smg1.iona.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Feb 2007 22:17:18 -0800 Received: from amer-ems1.IONAGLOBAL.COM ([161.129.204.104]) by amereast-smg1.iona.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id l1G6GesV015173 for <[email protected]>; Fri, 16 Feb 2007 01:16:40 -0500 (EST) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: getting wsdl2java to dump "preprocessed" wsdl Date: Fri, 16 Feb 2007 01:16:50 -0500 Message-ID: <[email protected]> In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: getting wsdl2java to dump "preprocessed" wsdl Thread-Index: AcdRTe7lyU/6Cg0ZRpivnWXkWPT4RgAMEt+Q From: "Liu, Jervis" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Hi Frank,=20 In theory, this can be done by XSLT. In practice, it is a bit tricky. I = once spent a good while to write an in-line function using XSLT that = in-lines imported xsd schemas into wsdl file for a idltowsdl tool. Note, = this XSLT does not work for WSDL imports and includes.=20 I am not sure if its worth us time (I estimate it is a work will take at = least two days for a non-XSLT expert like me) to add a such feature into = wsdltojava solely for debugging purposes, but I would definitely say yes = if you have a use case that requires wsdl2java (or xxxtowsdl) to do an = in-line transformation on its input. Cheers, Jervis > -----Original Message----- > From: Frank Lynch [mailto:[email protected]] > Sent: 2007?2?16? 6:09 > To: [email protected] > Subject: getting wsdl2java to dump "preprocessed" wsdl >=20 >=20 > Hi Folks, > Is there a way to get wsdl2java to preprocess a wsdl document=20 > (parse xsd > and wsdl imports & includes), and output a single document=20 > for debugging > purposes. I'm trying to resolve an order of include/imports=20 > problem with > some quite complex schema & wsdl... or should I create an enhancement > request in Jira for this? > cheers, > --Frank=20 >=20 >=20 From [email protected] Fri Feb 16 15:20:05 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12567 invoked from network); 16 Feb 2007 15:20:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Feb 2007 15:20:03 -0000 Received: (qmail 32895 invoked by uid 500); 16 Feb 2007 15:20:10 -0000 Delivered-To: [email protected] Received: (qmail 32864 invoked by uid 500); 16 Feb 2007 15:20:10 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 93632 invoked by uid 99); 16 Feb 2007 06:34:06 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: getting wsdl2java to dump "preprocessed" wsdl Date: Fri, 16 Feb 2007 01:38:11 -0500 Message-ID: <[email protected]> In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: getting wsdl2java to dump "preprocessed" wsdl Thread-Index: AcdRTe7lyU/6Cg0ZRpivnWXkWPT4RgAMEt+QAAVwo+A= From: "Sakala, Adinarayana" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org FYI, You cannot inline wsdl/xsd documents that are imports if they are from different namespace. If this is a WSDL Design issue, Did you try using WTP WSDL Editor or XMLSpy (trial version :) ) to see if you can resolve order problem? Thanks, Adi Sakala > -----Original Message----- > From: Liu, Jervis [mailto:[email protected]] > Sent: Friday, February 16, 2007 1:17 AM > To: [email protected] > Subject: RE: getting wsdl2java to dump "preprocessed" wsdl >=20 > Hi Frank, >=20 > In theory, this can be done by XSLT. In practice, it is a bit tricky. I > once spent a good while to write an in-line function using XSLT that in- > lines imported xsd schemas into wsdl file for a idltowsdl tool. Note, this > XSLT does not work for WSDL imports and includes. >=20 > I am not sure if its worth us time (I estimate it is a work will take at > least two days for a non-XSLT expert like me) to add a such feature into > wsdltojava solely for debugging purposes, but I would definitely say yes > if you have a use case that requires wsdl2java (or xxxtowsdl) to do an in- > line transformation on its input. >=20 > Cheers, > Jervis >=20 > > -----Original Message----- > > From: Frank Lynch [mailto:[email protected]] > > Sent: 2007?2?16? 6:09 > > To: [email protected] > > Subject: getting wsdl2java to dump "preprocessed" wsdl > > > > > > Hi Folks, > > Is there a way to get wsdl2java to preprocess a wsdl document > > (parse xsd > > and wsdl imports & includes), and output a single document > > for debugging > > purposes. I'm trying to resolve an order of include/imports > > problem with > > some quite complex schema & wsdl... or should I create an enhancement > > request in Jira for this? > > cheers, > > --Frank > > > > From [email protected] Mon Feb 19 18:18:26 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61677 invoked from network); 19 Feb 2007 18:18:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Feb 2007 18:18:24 -0000 Received: (qmail 62107 invoked by uid 500); 19 Feb 2007 18:18:32 -0000 Delivered-To: [email protected] Received: (qmail 62064 invoked by uid 500); 19 Feb 2007 18:18:32 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 62055 invoked by uid 99); 19 Feb 2007 18:18:31 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Feb 2007 10:18:31 -0800 X-ASF-Spam-Status: No, hits=2.9 required=10.0 tests=HTML_10_20,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nz-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Feb 2007 10:18:21 -0800 Received: by nz-out-0506.google.com with SMTP id j2so1776695nzf for <[email protected]>; Mon, 19 Feb 2007 10:18:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=bF6t54wZhE/nIGUn8Q/3No3BMZpqOQud7loCTq7eOK+W3XTKr7hSgvLbbGqTUjgnfr56BIIp3fgBKL1uwyGBcIPqkNsYmNao/x7zVQ2rc6Ufq6WhcTRgZbAQN28dycpcS+fdw4ssfa5CttwizbQXvdfTX5fSvckGhL01mRBZ1GU= Received: by 161.129.204.104 with SMTP id s1mr3010974wae.1171909079918; Mon, 19 Feb 2007 10:17:59 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 19 Feb 2007 10:17:59 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 19 Feb 2007 11:17:59 -0700 From: "Southin Simphoukham" <[email protected]> To: [email protected] Subject: REST attributes MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_35388_26387221.1171909079469" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_35388_26387221.1171909079469 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi: I am new to cxf and looked at the Restful Service/Http binding example. In that example for People Service there was do attributes in the element Person. Can someone provide me with code snippet in who to best retrieve an attribute in that scenario. For example, <getPeople> <Person id="123456">....<Person> </getPeople> Thank you, Southin ------=_Part_35388_26387221.1171909079469-- From [email protected] Mon Feb 19 18:42:39 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70571 invoked from network); 19 Feb 2007 18:42:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Feb 2007 18:42:39 -0000 Received: (qmail 98671 invoked by uid 500); 19 Feb 2007 18:42:47 -0000 Delivered-To: [email protected] Received: (qmail 98630 invoked by uid 500); 19 Feb 2007 18:42:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 98621 invoked by uid 99); 19 Feb 2007 18:42:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Feb 2007 10:42:46 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO wr-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Feb 2007 10:42:36 -0800 Received: by wr-out-0506.google.com with SMTP id i7so2204976wra for <[email protected]>; Mon, 19 Feb 2007 10:42:15 -0800 (PST) Received: by 161.129.204.104 with SMTP id n3mr7466243agb.1171910535498; Mon, 19 Feb 2007 10:42:15 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 19 Feb 2007 10:42:15 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 19 Feb 2007 13:42:15 -0500 From: "Dan Diephouse" <[email protected]> To: [email protected] Subject: Re: REST attributes In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_26384_23576617.1171910535474" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_26384_23576617.1171910535474 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Southin, We use JAXB to do the databinding, so you need to tell JAXB that you want a particular property to be an attribute. If you're doing code first I think it looks like this: public class People { @XmlAttribute public String getId() {...} .. } If you're doing schema first development, simply change your schema: <element name="People"> <complexType> <attribute name="id" type="xsd:string"/> </complexType> </element> Cheers, - Dan On 2/19/07, Southin Simphoukham <[email protected]> wrote: > > Hi: > > I am new to cxf and looked at the Restful Service/Http binding example. In > that example for People Service there was do attributes in the element > Person. > > Can someone provide me with code snippet in who to best retrieve an > attribute in that scenario. > > For example, > > <getPeople> > <Person id="123456">....<Person> > </getPeople> > > Thank you, > > Southin > -- Dan Diephouse Envoi Solutions http://envoisolutions.com | http://netzooid.com/blog ------=_Part_26384_23576617.1171910535474-- From [email protected] Mon Feb 19 19:53:40 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90279 invoked from network); 19 Feb 2007 19:53:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Feb 2007 19:53:38 -0000 Received: (qmail 4671 invoked by uid 500); 19 Feb 2007 19:53:44 -0000 Delivered-To: [email protected] Received: (qmail 4579 invoked by uid 500); 19 Feb 2007 19:53:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 4549 invoked by uid 99); 19 Feb 2007 19:53:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Feb 2007 11:53:43 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO an-out-0708.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Feb 2007 11:53:31 -0800 Received: by an-out-0708.google.com with SMTP id b2so221753ana for <[email protected]>; Mon, 19 Feb 2007 11:53:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=DA3A/zXNCpvwMUvgfAPlyZX/5k6ITLKBp5UH5ofeBPkrQ/IMlIyrh/kAVPhWkzXP9g3LMab1tcMZMgKe0tDagULiD4DlF8XYcmiRgQRloplTlgAUNHOafjysygKvGi9ejzizw/XOU1LZHLN+Hk3ui5PShrUPewGEN0JsjKKOMt8= Received: by 161.129.204.104 with SMTP id b1mr3043863wai.1171914789722; Mon, 19 Feb 2007 11:53:09 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 19 Feb 2007 11:53:09 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 19 Feb 2007 12:53:09 -0700 From: "Southin Simphoukham" <[email protected]> To: [email protected] Subject: Re: REST attributes In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_37257_18570583.1171914789627" References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_37257_18570583.1171914789627 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Dan: Thank you for the reply. I have been looking at CXF this morning and googling for examples. Is there an installation guide? I plan to test CXF by embedding it as part of a war file. What are the recommened jars that I need? Or should I grab everything from the lib directory? Do I need to edit my web.xml file? As I look at the samples in the 2.0 distribution zip file, where should I deploy my POJOs and the JAXB schema for it so that CXF will find it? Or should I jar it up and deploy in the Web-Inf directory? Thanks, Southin On 2/19/07, Dan Diephouse <[email protected]> wrote: > > Hi Southin, > > We use JAXB to do the databinding, so you need to tell JAXB that you want > a > particular property to be an attribute. If you're doing code first I think > it looks like this: > > public class People { > @XmlAttribute > public String getId() {...} > .. > } > > If you're doing schema first development, simply change your schema: > > <element name="People"> > <complexType> > <attribute name="id" type="xsd:string"/> > </complexType> > </element> > > Cheers, > - Dan > > > On 2/19/07, Southin Simphoukham <[email protected]> wrote: > > > > Hi: > > > > I am new to cxf and looked at the Restful Service/Http binding example. > In > > that example for People Service there was do attributes in the element > > Person. > > > > Can someone provide me with code snippet in who to best retrieve an > > attribute in that scenario. > > > > For example, > > > > <getPeople> > > <Person id="123456">....<Person> > > </getPeople> > > > > Thank you, > > > > Southin > > > > > > -- > Dan Diephouse > Envoi Solutions > http://envoisolutions.com | http://netzooid.com/blog > ------=_Part_37257_18570583.1171914789627-- From [email protected] Mon Feb 19 20:40:46 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7192 invoked from network); 19 Feb 2007 20:40:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Feb 2007 20:40:44 -0000 Received: (qmail 62191 invoked by uid 500); 19 Feb 2007 20:40:51 -0000 Delivered-To: [email protected] Received: (qmail 62155 invoked by uid 500); 19 Feb 2007 20:40:51 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 62101 invoked by uid 99); 19 Feb 2007 20:40:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Feb 2007 12:40:51 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO an-out-0708.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Feb 2007 12:40:40 -0800 Received: by an-out-0708.google.com with SMTP id b2so231683ana for <[email protected]>; Mon, 19 Feb 2007 12:40:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=AINSD2h0wOe80jTXXRmGfbv7xzXz5eI0pTXjKM0hbQx/Mlv1aynU2Mv+H2yskpCZRx0bS2h1kkW/XdPQ8zz/XiAmJ91fgBgk84GgZE/ml4exU3dBWlcx3mnTsB2CLhamjqgkr9j408ZMHOfCGExuHYyEw8XodDDsCW+/nj6XVXE= Received: by 161.129.204.104 with SMTP id u1mr3068620wau.1171917618313; Mon, 19 Feb 2007 12:40:18 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 19 Feb 2007 12:40:18 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 19 Feb 2007 13:40:18 -0700 From: "Southin Simphoukham" <[email protected]> To: [email protected] Subject: Re: REST attributes In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_37946_8594417.1171917618001" References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_37946_8594417.1171917618001 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Dan: Actually, Do you have the source code for the people example? Including PeopleServiceImpl and the schema? If you do, I can look at it for reference. Thanks, Southin On 2/19/07, Dan Diephouse <[email protected]> wrote: > > Hi Southin, > > We use JAXB to do the databinding, so you need to tell JAXB that you want > a > particular property to be an attribute. If you're doing code first I think > it looks like this: > > public class People { > @XmlAttribute > public String getId() {...} > .. > } > > If you're doing schema first development, simply change your schema: > > <element name="People"> > <complexType> > <attribute name="id" type="xsd:string"/> > </complexType> > </element> > > Cheers, > - Dan > > > On 2/19/07, Southin Simphoukham <[email protected]> wrote: > > > > Hi: > > > > I am new to cxf and looked at the Restful Service/Http binding example. > In > > that example for People Service there was do attributes in the element > > Person. > > > > Can someone provide me with code snippet in who to best retrieve an > > attribute in that scenario. > > > > For example, > > > > <getPeople> > > <Person id="123456">....<Person> > > </getPeople> > > > > Thank you, > > > > Southin > > > > > > -- > Dan Diephouse > Envoi Solutions > http://envoisolutions.com | http://netzooid.com/blog > ------=_Part_37946_8594417.1171917618001-- From [email protected] Mon Feb 19 20:59:05 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11699 invoked from network); 19 Feb 2007 20:59:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Feb 2007 20:59:04 -0000 Received: (qmail 88441 invoked by uid 500); 19 Feb 2007 20:59:12 -0000 Delivered-To: [email protected] Received: (qmail 88279 invoked by uid 500); 19 Feb 2007 20:59:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 88270 invoked by uid 99); 19 Feb 2007 20:59:11 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Feb 2007 12:59:11 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO wr-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Feb 2007 12:59:00 -0800 Received: by wr-out-0506.google.com with SMTP id i20so1648391wra for <[email protected]>; Mon, 19 Feb 2007 12:58:39 -0800 (PST) Received: by 161.129.204.104 with SMTP id e14mr7705272aga.1171918719581; Mon, 19 Feb 2007 12:58:39 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 19 Feb 2007 12:58:39 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 19 Feb 2007 15:58:39 -0500 From: "Dan Diephouse" <[email protected]> To: [email protected] Subject: Re: REST attributes In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_27433_1832510.1171918719544" References: <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_27433_1832510.1171918719544 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Southin, Check out this sample: http://envoisolutions.com/~dan/jettison-cxf-demo.tar.gz It should provide a complete example of what you're looking to do. I just spent a little bit of time writing up documentation on the servlet transport: http://cwiki.apache.org/confluence/display/CXF20DOC/Servlet+Transport We're in the midst of cleaning it up a little bit though. I am not 100% sure the servlet transport works with the HTTP binding/RESTful annotations though. I think there is a bug that a user reported - I have only tested it with the standalone HTTP server though. I will see if we can get this fixed up this week though and publish a snapshot out for you test. - Dan On 2/19/07, Southin Simphoukham <[email protected]> wrote: > > Hi Dan: > > Actually, Do you have the source code for the people example? Including > PeopleServiceImpl and the schema? If you do, I can look at it for > reference. > > Thanks, > > Southin > > On 2/19/07, Dan Diephouse <[email protected]> wrote: > > > > Hi Southin, > > > > We use JAXB to do the databinding, so you need to tell JAXB that you > want > > a > > particular property to be an attribute. If you're doing code first I > think > > it looks like this: > > > > public class People { > > @XmlAttribute > > public String getId() {...} > > .. > > } > > > > If you're doing schema first development, simply change your schema: > > > > <element name="People"> > > <complexType> > > <attribute name="id" type="xsd:string"/> > > </complexType> > > </element> > > > > Cheers, > > - Dan > > > > > > On 2/19/07, Southin Simphoukham <[email protected]> wrote: > > > > > > Hi: > > > > > > I am new to cxf and looked at the Restful Service/Http binding > example. > > In > > > that example for People Service there was do attributes in the element > > > Person. > > > > > > Can someone provide me with code snippet in who to best retrieve an > > > attribute in that scenario. > > > > > > For example, > > > > > > <getPeople> > > > <Person id="123456">....<Person> > > > </getPeople> > > > > > > Thank you, > > > > > > Southin > > > > > > > > > > > -- > > Dan Diephouse > > Envoi Solutions > > http://envoisolutions.com | http://netzooid.com/blog > > > -- Dan Diephouse Envoi Solutions http://envoisolutions.com | http://netzooid.com/blog ------=_Part_27433_1832510.1171918719544-- From [email protected] Mon Feb 19 21:20:58 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19634 invoked from network); 19 Feb 2007 21:20:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Feb 2007 21:20:56 -0000 Received: (qmail 19454 invoked by uid 500); 19 Feb 2007 21:21:04 -0000 Delivered-To: [email protected] Received: (qmail 19418 invoked by uid 500); 19 Feb 2007 21:21:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 19408 invoked by uid 99); 19 Feb 2007 21:21:04 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Feb 2007 13:21:04 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO an-out-0708.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Feb 2007 13:20:53 -0800 Received: by an-out-0708.google.com with SMTP id b2so241021ana for <[email protected]>; Mon, 19 Feb 2007 13:20:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=sTdrw0jiBjvFwrk1JK0rO5F1y15EHxzt4TLwhXkPglEuOauv/OpJr41foD4wMA8J2uFb/u9lDDO2xPCbI3JJZ5vjjUTrlm7pDrnHSRdtWMa7GyjZgtdH0EsxoOnOeHJSs+V9kIFhA8UEwHDBrUnyqT1rLsIQ7uN1HQ6C+NF5naQ= Received: by 161.129.204.104 with SMTP id i1mr3078507wad.1171920031750; Mon, 19 Feb 2007 13:20:31 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 19 Feb 2007 13:20:31 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 19 Feb 2007 14:20:31 -0700 From: "Southin Simphoukham" <[email protected]> To: [email protected] Subject: Re: REST attributes In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_38574_5717350.1171920031623" References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_38574_5717350.1171920031623 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Dan: Thank you for the information. I quickly read the servlet transport and understood how to implement it. I like the fact that you are using Spring here. I use Spring alot. If I had a "service" that need to called another REST service at some arbitary URL that returned the data I am looking for, do I need to register that "service" in the Spring bean config file? Or should I simply use the JaxWsServerFactoryBean example; sf.setAddress("http://www.helloworld.com:/9001/getTeam"); I goal currently is to understand how I can use CXF to make a REST call to a URL. Get the return information, parse it or using JAXB to bind it to a POJO. The JaxWsServerFactoryBean looks very simple. But I cannot find the JavaDoc for it in the current Apache CXF 2.0 documentation to follow the trail of what happens to the BeanInvoker. If I can get the content returned from the REST service so I can parse it. I would be happy for now. Thanks, Southin On 2/19/07, Dan Diephouse <[email protected]> wrote: > > Hi Southin, > > Check out this sample: > > http://envoisolutions.com/~dan/jettison-cxf-demo.tar.gz > > It should provide a complete example of what you're looking to do. > > I just spent a little bit of time writing up documentation on the servlet > transport: > > http://cwiki.apache.org/confluence/display/CXF20DOC/Servlet+Transport > > We're in the midst of cleaning it up a little bit though. I am not 100% > sure > the servlet transport works with the HTTP binding/RESTful annotations > though. I think there is a bug that a user reported - I have only tested > it > with the standalone HTTP server though. I will see if we can get this > fixed > up this week though and publish a snapshot out for you test. > > - Dan > > On 2/19/07, Southin Simphoukham <[email protected]> wrote: > > > > Hi Dan: > > > > Actually, Do you have the source code for the people example? Including > > PeopleServiceImpl and the schema? If you do, I can look at it for > > reference. > > > > Thanks, > > > > Southin > > > > On 2/19/07, Dan Diephouse <[email protected]> wrote: > > > > > > Hi Southin, > > > > > > We use JAXB to do the databinding, so you need to tell JAXB that you > > want > > > a > > > particular property to be an attribute. If you're doing code first I > > think > > > it looks like this: > > > > > > public class People { > > > @XmlAttribute > > > public String getId() {...} > > > .. > > > } > > > > > > If you're doing schema first development, simply change your schema: > > > > > > <element name="People"> > > > <complexType> > > > <attribute name="id" type="xsd:string"/> > > > </complexType> > > > </element> > > > > > > Cheers, > > > - Dan > > > > > > > > > On 2/19/07, Southin Simphoukham <[email protected]> wrote: > > > > > > > > Hi: > > > > > > > > I am new to cxf and looked at the Restful Service/Http binding > > example. > > > In > > > > that example for People Service there was do attributes in the > element > > > > Person. > > > > > > > > Can someone provide me with code snippet in who to best retrieve an > > > > attribute in that scenario. > > > > > > > > For example, > > > > > > > > <getPeople> > > > > <Person id="123456">....<Person> > > > > </getPeople> > > > > > > > > Thank you, > > > > > > > > Southin > > > > > > > > > > > > > > > > -- > > > Dan Diephouse > > > Envoi Solutions > > > http://envoisolutions.com | http://netzooid.com/blog > > > > > > > > > -- > Dan Diephouse > Envoi Solutions > http://envoisolutions.com | http://netzooid.com/blog > ------=_Part_38574_5717350.1171920031623-- From [email protected] Mon Feb 19 21:46:41 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23443 invoked from network); 19 Feb 2007 21:46:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Feb 2007 21:46:39 -0000 Received: (qmail 46683 invoked by uid 500); 19 Feb 2007 21:46:46 -0000 Delivered-To: [email protected] Received: (qmail 46646 invoked by uid 500); 19 Feb 2007 21:46:46 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 46637 invoked by uid 99); 19 Feb 2007 21:46:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Feb 2007 13:46:46 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO wx-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Feb 2007 13:46:35 -0800 Received: by wx-out-0506.google.com with SMTP id i26so1807072wxd for <[email protected]>; Mon, 19 Feb 2007 13:46:13 -0800 (PST) Received: by 161.129.204.104 with SMTP id c6mr7767913agb.1171921573326; Mon, 19 Feb 2007 13:46:13 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 19 Feb 2007 13:46:13 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 19 Feb 2007 16:46:13 -0500 From: "Dan Diephouse" <[email protected]> To: [email protected] Subject: Re: REST attributes In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_27549_18057353.1171921573292" References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_27549_18057353.1171921573292 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 2/19/07, Southin Simphoukham <[email protected]> wrote: > > Hi Dan: > > Thank you for the information. I quickly read the servlet transport and > understood how to implement it. I like the fact that you are using Spring > here. I use Spring alot. > > If I had a "service" that need to called another REST service at some > arbitary URL that returned the data I am looking for, do I need to > register > that "service" in the Spring bean config file? Or should I simply use the JaxWsServerFactoryBean example; > > sf.setAddress("http://www.helloworld.com:/9001/getTeam"); > > I goal currently is to understand how I can use CXF to make a REST call to > a > URL. Get the return information, parse it or using JAXB to bind it to a > POJO. The JaxWsServerFactoryBean looks very simple. But I cannot find > the > JavaDoc for it in the current Apache CXF 2.0 documentation to follow the > trail of what happens to the BeanInvoker. If I can get the content returned from the REST service so I can parse it. > I would be happy for now. I'm not sure I understand. Do you want to create a client? JaxWsClientFactoryBean cf = new JaxWsClientFactoryBean (); cf.setServiceClass(CustomerService.class); cf.getServiceFactory().setWrapped(false); cf.setBindingFactory(new HttpBindingInfoFactoryBean()); cf.setAddress("http://localhost:9001/foo/"); pf = new JaxWsProxyFactoryBean(); pf.setClientFactory(cf); CustomerService client = (CustomerService) pf.create(); The BeanInvoker class is simply used by CXF to control how your server side bean is invoked. Cheers, - Dan -- Dan Diephouse Envoi Solutions http://envoisolutions.com | http://netzooid.com/blog ------=_Part_27549_18057353.1171921573292-- From [email protected] Mon Feb 19 21:56:13 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25418 invoked from network); 19 Feb 2007 21:56:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Feb 2007 21:56:11 -0000 Received: (qmail 61133 invoked by uid 500); 19 Feb 2007 21:56:19 -0000 Delivered-To: [email protected] Received: (qmail 61095 invoked by uid 500); 19 Feb 2007 21:56:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 61086 invoked by uid 99); 19 Feb 2007 21:56:19 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Feb 2007 13:56:19 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO an-out-0708.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Feb 2007 13:56:08 -0800 Received: by an-out-0708.google.com with SMTP id b2so248500ana for <[email protected]>; Mon, 19 Feb 2007 13:55:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=EDhP5qvP+TmpSkEeQvbW6drnPxGYQwWx0SKq7b2eikh4tQJToU/6y25cxAA3gMNZ3M5wCG8iw5alpYtbX5iD00/dZBfjZ7KiPkXUUd95ThVd8TFZAd0S8x1jCOnsqAImNTKIGwpD7cxGEVubGTxS/DzWBb9LMcgjOKztUkUoyxY= Received: by 161.129.204.104 with SMTP id c1mr3085610wag.1171922146354; Mon, 19 Feb 2007 13:55:46 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 19 Feb 2007 13:55:46 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 19 Feb 2007 14:55:46 -0700 From: "Southin Simphoukham" <[email protected]> To: [email protected] Subject: Re: REST attributes In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_39178_16329884.1171922146146" References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_39178_16329884.1171922146146 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Dan: Ultimately, I need to great a REST client. But to test it I also need to create a producer. I did get my webapp to start in Tomcat with all the cxf stuff and spring config to run so that is a good start. Thanks, Southin On 2/19/07, Dan Diephouse <[email protected]> wrote: > > On 2/19/07, Southin Simphoukham <[email protected]> wrote: > > > > Hi Dan: > > > > Thank you for the information. I quickly read the servlet transport and > > understood how to implement it. I like the fact that you are using > Spring > > here. I use Spring alot. > > > > If I had a "service" that need to called another REST service at some > > arbitary URL that returned the data I am looking for, do I need to > > register > > that "service" in the Spring bean config file? > > > > > Or should I simply use the JaxWsServerFactoryBean example; > > > > sf.setAddress("http://www.helloworld.com:/9001/getTeam"); > > > > I goal currently is to understand how I can use CXF to make a REST call > to > > a > > URL. Get the return information, parse it or using JAXB to bind it to a > > POJO. The JaxWsServerFactoryBean looks very simple. But I cannot find > > the > > JavaDoc for it in the current Apache CXF 2.0 documentation to follow the > > trail of what happens to the BeanInvoker. > > > > If I can get the content returned from the REST service so I can parse it. > > I would be happy for now. > > > I'm not sure I understand. Do you want to create a client? > > JaxWsClientFactoryBean cf = new JaxWsClientFactoryBean (); > cf.setServiceClass(CustomerService.class); > cf.getServiceFactory().setWrapped(false); > cf.setBindingFactory(new HttpBindingInfoFactoryBean()); > cf.setAddress("http://localhost:9001/foo/"); > > pf = new JaxWsProxyFactoryBean(); > pf.setClientFactory(cf); > > CustomerService client = (CustomerService) pf.create(); > > The BeanInvoker class is simply used by CXF to control how your server > side > bean is invoked. > > Cheers, > - Dan > > -- > Dan Diephouse > Envoi Solutions > http://envoisolutions.com | http://netzooid.com/blog > ------=_Part_39178_16329884.1171922146146-- From [email protected] Wed Feb 21 01:28:35 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9696 invoked from network); 21 Feb 2007 01:28:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Feb 2007 01:28:30 -0000 Received: (qmail 33459 invoked by uid 500); 21 Feb 2007 01:28:35 -0000 Delivered-To: [email protected] Received: (qmail 33339 invoked by uid 500); 21 Feb 2007 01:28:35 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 33290 invoked by uid 99); 21 Feb 2007 01:28:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Feb 2007 17:28:35 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nz-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Feb 2007 17:28:22 -0800 Received: by nz-out-0506.google.com with SMTP id j2so2164241nzf for <[email protected]>; Tue, 20 Feb 2007 17:28:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=lQM2sG5IPwk2VwfiteYGehh5TGfq0wHXGovzjd+Lo19eHxvyFyjLJjIWLD6APYXetPEgAluvIo9XuRs4jyBlf47k1PmpNEqTrEH0XfmnUy8HH1eecjA+jPeJGu4TNAyb03l+Fc3Y8f89Mu7GhqGus5W+1m5rVhgEQUUwB0EfkdM= Received: by 161.129.204.104 with SMTP id a1mr3590416wab.1172021280872; Tue, 20 Feb 2007 17:28:00 -0800 (PST) Received: by 161.129.204.104 with HTTP; Tue, 20 Feb 2007 17:28:00 -0800 (PST) Message-ID: <[email protected]> Date: Wed, 21 Feb 2007 08:28:00 +0700 From: "Joshua Jackson" <[email protected]> To: [email protected] Subject: The next milestone release MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Dear all, Does anybody know when will the next milestone release be available? I need to update the latest release regarding https://issues.apache.org/jira/browse/CXF-292. I already updated the latest version from svn repository yesterday, but I still can not get it working/compile it due to the unavailability a few dependencies in maven repo. Perhaps it would be best for me to download the latest binary from the site. Thanks in advance -- Java User Group Indonesia http://www.jug.or.id From [email protected] Wed Feb 21 21:21:38 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6832 invoked from network); 21 Feb 2007 21:21:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Feb 2007 21:21:37 -0000 Received: (qmail 7219 invoked by uid 500); 21 Feb 2007 21:21:45 -0000 Delivered-To: [email protected] Received: (qmail 7069 invoked by uid 500); 21 Feb 2007 21:21:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 7060 invoked by uid 99); 21 Feb 2007 21:21:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Feb 2007 13:21:44 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO wx-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Feb 2007 13:21:32 -0800 Received: by wx-out-0506.google.com with SMTP id i26so2417396wxd for <[email protected]>; Wed, 21 Feb 2007 13:21:11 -0800 (PST) Received: by 161.129.204.104 with SMTP id x2mr10699141agb.1172092871491; Wed, 21 Feb 2007 13:21:11 -0800 (PST) Received: by 161.129.204.104 with HTTP; Wed, 21 Feb 2007 13:21:11 -0800 (PST) Message-ID: <[email protected]> Date: Wed, 21 Feb 2007 16:21:11 -0500 From: "Dan Diephouse" <[email protected]> To: [email protected] Subject: Re: The next milestone release In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_7144_30120568.1172092871446" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_7144_30120568.1172092871446 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Joshua, We're hoping to do a release in March I think. If you are comfortable using a snapshot (not officially endorsed by Apache), I updated our download page to include information on them: http://cwiki.apache.org/confluence/display/CXF/Download If you let us know what problems you're having building CXF we'd be happy to help you as well. Cheers, Dan On 2/20/07, Joshua Jackson <[email protected]> wrote: > > Dear all, > > Does anybody know when will the next milestone release be available? I > need to update the latest release regarding > https://issues.apache.org/jira/browse/CXF-292. I already updated the > latest version from svn repository yesterday, but I still can not get > it working/compile it due to the unavailability a few dependencies in > maven repo. Perhaps it would be best for me to download the latest > binary from the site. > > Thanks in advance > > -- > Java User Group Indonesia > http://www.jug.or.id > -- Dan Diephouse Envoi Solutions http://envoisolutions.com | http://netzooid.com/blog ------=_Part_7144_30120568.1172092871446-- From [email protected] Thu Feb 22 01:44:00 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85472 invoked from network); 22 Feb 2007 01:44:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Feb 2007 01:44:00 -0000 Received: (qmail 93458 invoked by uid 500); 22 Feb 2007 01:44:08 -0000 Delivered-To: [email protected] Received: (qmail 93431 invoked by uid 500); 22 Feb 2007 01:44:07 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 93422 invoked by uid 99); 22 Feb 2007 01:44:07 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Feb 2007 17:44:07 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wr-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Feb 2007 17:43:57 -0800 Received: by wr-out-0506.google.com with SMTP id i7so26434wra for <[email protected]>; Wed, 21 Feb 2007 17:43:37 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=RJft+4BvRRT249fYCj5bIn4CUTp1nnBKQTiNWz0Li8lA5gnja57tJ0y93RU3uQW7qaKbGfzMvubZqZJ6nUm8ImecfaqvafIgCXaQFkkX/tmTUUxnfnVN6fWHm6XQcTcvT40h1yl4ByAf1akxGjt3o4iEKiv5rv4JR1XKrcu2LVk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=O+TdJjatmiZzrhpz06KnTC9KaXlnB5Eu12nyuDnHoAeN5M2v97TheWj0J0QgXJSlH51ACx50RQjwhp9RgBrUCnWu7dXB+V2nRsoGEU9zqI2uJ/g1u1II1c7m+OgtbPLJgEuLMT1E+zi2b8Rw3REpK5NX6IdNUFzGmJ7JE9tOp9A= Received: by 161.129.204.104 with SMTP id o1mr11175wak.1172108616110; Wed, 21 Feb 2007 17:43:36 -0800 (PST) Received: by 161.129.204.104 with HTTP; Wed, 21 Feb 2007 17:43:36 -0800 (PST) Message-ID: <[email protected]> Date: Thu, 22 Feb 2007 08:43:36 +0700 From: "Joshua Jackson" <[email protected]> To: [email protected] Subject: Re: The next milestone release In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_17193_25746572.1172108616078" References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_17193_25746572.1172108616078 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Dan, Thanks for replying. This is the log that I received when I build it with maven: [INFO] Using default encoding to copy filtered resources. Downloading: https://maven-repository.dev.java.net/nonav/repository/org.easymock /poms/easymockclassextension-2.2.1.pom [WARNING] Unable to get resource ' org.easymock:easymockclassextension:pom:2.2.1' from repository java.net ( https://maven-repository.dev.java.net/nonav/repository) Downloading: http://repo1.maven.org/maven2/org/easymock/easymockclassextension/2 .2.1/easymockclassextension-2.2.1.pom [WARNING] Unable to get resource ' org.easymock:easymockclassextension:pom:2.2.1' from repository central (http://repo1.maven.org/maven2) [INFO] [compiler:compile] Compiling 95 source files to D:\opensource\cxf\common\common\target\classes [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure Failure executing javac, but could not parse the error: javac: invalid target release: 1.5 Usage: javac <options> <source files> I used JDK 1.6 at that time, I think it should work too since version 1.6 is newer than version 1.5. I also can not find the line in pom.xml that restrict building with 1.5 Some library dependencies from java.net are also not able to be downloaded. Is it because the java.net maven repo uses https? Btw, thanks for updating the download page to snapshot build. It really helps alot. Regards, Joshua On 2/22/07, Dan Diephouse <[email protected]> wrote: > Hi Joshua, > > We're hoping to do a release in March I think. If you are comfortable using > a snapshot (not officially endorsed by Apache), I updated our download page > to include information on them: > http://cwiki.apache.org/confluence/display/CXF/Download > > If you let us know what problems you're having building CXF we'd be happy to > help you as well. -- Java User Group Indonesia http://www.jug.or.id ------=_Part_17193_25746572.1172108616078-- From [email protected] Thu Feb 22 15:08:02 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32721 invoked from network); 22 Feb 2007 15:08:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Feb 2007 15:08:02 -0000 Received: (qmail 37849 invoked by uid 500); 22 Feb 2007 15:08:10 -0000 Delivered-To: [email protected] Received: (qmail 37703 invoked by uid 500); 22 Feb 2007 15:08:09 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 37694 invoked by uid 99); 22 Feb 2007 15:08:08 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Feb 2007 07:08:08 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO amereast-smg1.iona.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Feb 2007 07:07:57 -0800 Received: from amer-ems1.IONAGLOBAL.COM ([161.129.204.104]) by amereast-smg1.iona.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id l1MF6tKK008098; Thu, 22 Feb 2007 10:06:56 -0500 (EST) Received: from [161.129.204.104] ([161.129.204.104]) by amer-ems1.IONAGLOBAL.COM with Microsoft SMTPSVC+1-534-499-5717); Thu, 22 Feb 2007 10:03:05 -0500 From: Daniel Kulp <[email protected]> Organization: IONA To: [email protected] Subject: Re: The next milestone release Date: Thu, 22 Feb 2007 10:03:05 -0500 User-Agent: KMail/1.9.5 Cc: "Joshua Jackson" <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <[email protected]> X-OriginalArrivalTime: 22 Feb 2007 15:03:05.0730 (UTC) FILETIME=[8E613E20:01C75692] X-Virus-Checked: Checked by ClamAV on apache.org Joshua, On Wednesday 21 February 2007 20:43, Joshua Jackson wrote: > This is the log that I received when I build it with maven: > Failure executing javac, but could not parse the error: > javac: invalid target release: 1.5 > Usage: javac <options> <source files> > I used JDK 1.6 at that time, I think it should work too since version 1.6 > is newer than version 1.5. I also can not find the line in pom.xml that > restrict building with 1.5 Use JDK 1.5. There are a LOT of issues with 1.6 that make it not usable. 1) The versions of STAX, JAXB, JAX-WS, etc... that we require/use are not compatible with the ones in 1.6. With maven, there isn't a way to "endorse" the ones we need to use. 2) Maven has some dependency resolution and download problems with JDK 1.6. There are SEVERAL bugs logged with maven around 1.6. You can SOMETIMES get around this by building once with 1.5 (to download the deps) and then build with 1.6. 3) The parser and such is different. Some of our tests are failing with JDK 1.6. Anyway, stick with 1.5 for CXF for now. Dan > Some library dependencies from java.net are also not able to be downloaded. > Is it because the java.net maven repo uses https? > > Btw, thanks for updating the download page to snapshot build. It really > helps alot. > > Regards, > Joshua > > On 2/22/07, Dan Diephouse <[email protected]> wrote: > > Hi Joshua, > > > > We're hoping to do a release in March I think. If you are comfortable > > using > > > a snapshot (not officially endorsed by Apache), I updated our download > > page > > > to include information on them: > > http://cwiki.apache.org/confluence/display/CXF/Download > > > > If you let us know what problems you're having building CXF we'd be happy > > to > > > help you as well. -- J. Daniel Kulp Principal Engineer IONA P: +1-534-499-5717 C: +1-534-499-5717 [email protected] From [email protected] Fri Feb 23 19:57:04 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4452 invoked from network); 23 Feb 2007 19:57:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Feb 2007 19:57:02 -0000 Received: (qmail 58179 invoked by uid 500); 23 Feb 2007 19:57:10 -0000 Delivered-To: [email protected] Received: (qmail 58140 invoked by uid 500); 23 Feb 2007 19:57:10 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 58128 invoked by uid 99); 23 Feb 2007 19:57:10 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Feb 2007 11:57:10 -0800 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=BLANK_LINES_80_90 X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO web50412.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 23 Feb 2007 11:56:58 -0800 Received: (qmail 3892 invoked by uid 60001); 23 Feb 2007 19:56:37 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=h0bcTWpIVU06VZyBGxl8aDtN50c5FDBMpEk24KUNxA8+YWI78FIxRPN/34oOVkXlhvGBaFNpV72SAiI/c+xLWfw4jU5QZIw9yPzE/RsUMVAUNlSygtehR7k2VkcFkpmWxAKKMOaCWY6UQlr1ounErxnaFrZjaMOGiza3BJYkhRQ=; X-YMail-OSG: HnYbBoYVM1lqnrY0X_ARS4JHmYZF6WZPQ4hZ5Qhgtvb5WXdq3JkC101KN9ips.wAgzFrBhEDo8bK2eroWMN3nfHvYPgbwXAkdIodjS_oFP5fUOB4qzBSZRHG5In9Z.YbY6Fcf_HRCZB4zA-- Received: from [161.129.204.104] by web50412.mail.yahoo.com via HTTP; Fri, 23 Feb 2007 11:56:37 PST X-Mailer: YahooMailRC/368.8 YahooMailWebService/161.129.204.104 Date: Fri, 23 Feb 2007 11:56:37 -0800 (PST) From: Matthew Good <[email protected]> Subject: wsdl2java and holders To: [email protected] MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-ID: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org When I use wsdl2java to generate client source, I get all these holders in = the operation calls. These are for return values. This is really a pain t= o create these. How can I get it to generate code that just returns a sing= le object?=0A =0A=0A=0A=0A From [email protected] Fri Feb 23 21:42:09 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 51735 invoked from network); 23 Feb 2007 21:42:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Feb 2007 21:42:08 -0000 Received: (qmail 9293 invoked by uid 500); 23 Feb 2007 21:42:16 -0000 Delivered-To: [email protected] Received: (qmail 9235 invoked by uid 500); 23 Feb 2007 21:42:16 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 9226 invoked by uid 99); 23 Feb 2007 21:42:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Feb 2007 13:42:16 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO wr-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Feb 2007 13:42:05 -0800 Received: by wr-out-0506.google.com with SMTP id i7so755879wra for <[email protected]>; Fri, 23 Feb 2007 13:41:43 -0800 (PST) Received: by 161.129.204.104 with SMTP id d20mr2688827agc.1172266903396; Fri, 23 Feb 2007 13:41:43 -0800 (PST) Received: by 161.129.204.104 with HTTP; Fri, 23 Feb 2007 13:41:43 -0800 (PST) Message-ID: <[email protected]> Date: Fri, 23 Feb 2007 16:41:43 -0500 From: "Dan Diephouse" <[email protected]> To: [email protected] Subject: Re: wsdl2java and holders In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_24136_17856923.1172266903374" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_24136_17856923.1172266903374 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Matthew, CXF should only generate Holders if you have multiple outputs or the input/output message contain the same message part. An example of the later would be something like this: <message name="echoRequest"> <part name="text" type="xsd:string"/> </message> <message name="echoResponse"> <part name="text" type="xsd:string"/> </message> I believe if you change the part names it won't treat it as an "IN/OUT" parameters. If you provide a WSDL sample I can probably help more. Cheers, - Dan On 2/23/07, Matthew Good <[email protected]> wrote: > > When I use wsdl2java to generate client source, I get all these holders in > the operation calls. These are for return values. This is really a pain to > create these. How can I get it to generate code that just returns a single > object? > > > > > > -- Dan Diephouse Envoi Solutions http://envoisolutions.com | http://netzooid.com/blog ------=_Part_24136_17856923.1172266903374-- From [email protected] Tue Feb 27 11:53:32 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2597 invoked from network); 27 Feb 2007 11:53:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Feb 2007 11:53:30 -0000 Received: (qmail 15866 invoked by uid 500); 27 Feb 2007 11:53:39 -0000 Delivered-To: [email protected] Received: (qmail 15822 invoked by uid 500); 27 Feb 2007 11:53:38 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 15813 invoked by uid 99); 27 Feb 2007 11:53:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Feb 2007 03:53:38 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO lnksystem.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Feb 2007 03:53:26 -0800 Received: (qmail 13369 invoked from network); 27 Feb 2007 11:50:42 -0000 Received: by simscan 1.1.0 ppid: 13354, pid: 13361, t: 2.2874s scanners: attach: 1.3.1 clamav: 0.88.6/m:41/d:2248 spam: 3.0.4 Received: from unknown (HELO ?161.129.204.104?) ([email protected]@161.129.204.104) by 0 with ESMTPA; 27 Feb 2007 11:50:40 -0000 Message-ID: <[email protected]> Date: Tue, 27 Feb 2007 12:52:46 +0100 From: Srepfler Srgjan <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20061207) MIME-Version: 1.0 To: [email protected] Subject: Re: The next milestone release References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Portale.lnksystem.com X-Spam-Level: ** X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=2.3 required=3.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL,UNWANTED_LANGUAGE_BODY autolearn=no version=3.0.4 Daniel Kulp wrote: > Joshua, > > On Wednesday 21 February 2007 20:43, Joshua Jackson wrote: > >> This is the log that I received when I build it with maven: >> Failure executing javac, but could not parse the error: >> javac: invalid target release: 1.5 >> Usage: javac <options> <source files> >> I used JDK 1.6 at that time, I think it should work too since version 1.6 >> is newer than version 1.5. I also can not find the line in pom.xml that >> restrict building with 1.5 >> > > Use JDK 1.5. There are a LOT of issues with 1.6 that make it not usable. > > 1) The versions of STAX, JAXB, JAX-WS, etc... that we require/use are not > compatible with the ones in 1.6. With maven, there isn't a way to "endorse" > the ones we need to use. > > 2) Maven has some dependency resolution and download problems with JDK 1.6. > There are SEVERAL bugs logged with maven around 1.6. You can SOMETIMES get > around this by building once with 1.5 (to download the deps) and then build > with 1.6. > > 3) The parser and such is different. Some of our tests are failing with JDK > 1.6. > > Anyway, stick with 1.5 for CXF for now. > > Dan > > > > >> Some library dependencies from java.net are also not able to be downloaded. >> Is it because the java.net maven repo uses https? >> >> Btw, thanks for updating the download page to snapshot build. It really >> helps alot. >> >> Regards, >> Joshua >> >> On 2/22/07, Dan Diephouse <[email protected]> wrote: >> >>> Hi Joshua, >>> >>> We're hoping to do a release in March I think. If you are comfortable >>> >> using >> >> >>> a snapshot (not officially endorsed by Apache), I updated our download >>> >> page >> >> >>> to include information on them: >>> http://cwiki.apache.org/confluence/display/CXF/Download >>> >>> If you let us know what problems you're having building CXF we'd be happy >>> >> to >> >> >>> help you as well. >>> > > Are we to use JDK 1.5 only for building or is it obligatory also as a runtime? From [email protected] Tue Feb 27 13:58:16 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 51305 invoked from network); 27 Feb 2007 13:58:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Feb 2007 13:58:14 -0000 Received: (qmail 32552 invoked by uid 500); 27 Feb 2007 13:58:22 -0000 Delivered-To: [email protected] Received: (qmail 32520 invoked by uid 500); 27 Feb 2007 13:58:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 32511 invoked by uid 99); 27 Feb 2007 13:58:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Feb 2007 05:58:22 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO amereast-smg1.iona.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Feb 2007 05:58:11 -0800 Received: from amer-ems1.IONAGLOBAL.COM ([161.129.204.104]) by amereast-smg1.iona.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id l1RDvjni000042; Tue, 27 Feb 2007 08:57:45 -0500 (EST) Received: from [161.129.204.104] ([161.129.204.104]) by amer-ems1.IONAGLOBAL.COM with Microsoft SMTPSVC+1-534-499-5717); Tue, 27 Feb 2007 08:57:45 -0500 From: Daniel Kulp <[email protected]> Organization: IONA To: [email protected] Subject: Re: The next milestone release Date: Tue, 27 Feb 2007 08:57:44 -0500 User-Agent: KMail/1.9.5 Cc: Srepfler Srgjan <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <[email protected]> X-OriginalArrivalTime: 27 Feb 2007 13:57:45.0738 (UTC) FILETIME=[41F2AEA0:01C75A77] X-Virus-Checked: Checked by ClamAV on apache.org On Tuesday 27 February 2007 06:52, Srepfler Srgjan wrote: > Daniel Kulp wrote: > > Anyway, stick with 1.5 for CXF for now. > > > Are we to use JDK 1.5 only for building or is it obligatory also as a > runtime? Honestly, I don't know right now as I kind of gave up on using it. For building and for running our unit tests, 1.5 is a must. For runtime, you probably can get away with 1.6, but you may need to copy some jars over to your jre/lib/endorsed dir. Most likely, the JAXB jars, the JAXWS jars, and the stax-api jar would need to be copied there. The ones we use are newer than the ones in Java 6 so you need to make sure you grab the newer ones. If you give it a try, please let me know. I'd love to know how it works out. Actually, if you copy those jars to the endorsed dir, you MIGHT be able to even build/run the tests. Not sure. I haven't tried it. -- J. Daniel Kulp Principal Engineer IONA P: +1-534-499-5717 C: +1-534-499-5717 [email protected] http://www.dankulp.com/blog From [email protected] Tue Feb 27 19:25:00 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92740 invoked from network); 27 Feb 2007 19:24:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Feb 2007 19:24:58 -0000 Received: (qmail 5768 invoked by uid 500); 27 Feb 2007 19:25:06 -0000 Delivered-To: [email protected] Received: (qmail 5739 invoked by uid 500); 27 Feb 2007 19:25:06 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 5730 invoked by uid 99); 27 Feb 2007 19:25:06 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Feb 2007 11:25:06 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO lnksystem.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Feb 2007 11:24:54 -0800 Received: (qmail 7734 invoked from network); 27 Feb 2007 19:22:11 -0000 Received: by simscan 1.1.0 ppid: 7727, pid: 7729, t: 0.9148s scanners: attach: 1.3.1 clamav: 0.88.6/m:41/d:2248 spam: 3.0.4 Received: from unknown (HELO ?161.129.204.104?) ([email protected]@161.129.204.104) by 0 with ESMTPA; 27 Feb 2007 19:22:10 -0000 Message-ID: <[email protected]> Date: Tue, 27 Feb 2007 20:24:20 +0100 From: Srepfler Srgjan <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20061207) MIME-Version: 1.0 To: [email protected] Subject: Re: The next milestone release References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Portale.lnksystem.com X-Spam-Level: ** X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=2.3 required=3.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL,UNWANTED_LANGUAGE_BODY autolearn=no version=3.0.4 Daniel Kulp wrote: > On Tuesday 27 February 2007 06:52, Srepfler Srgjan wrote: > >> Daniel Kulp wrote: >> >>> Anyway, stick with 1.5 for CXF for now. >>> >>> >> Are we to use JDK 1.5 only for building or is it obligatory also as a >> runtime? >> > > Honestly, I don't know right now as I kind of gave up on using it. For > building and for running our unit tests, 1.5 is a must. > > For runtime, you probably can get away with 1.6, but you may need to copy > some jars over to your jre/lib/endorsed dir. Most likely, the JAXB > jars, the JAXWS jars, and the stax-api jar would need to be copied there. > The ones we use are newer than the ones in Java 6 so you need to make sure > you grab the newer ones. If you give it a try, please let me know. I'd > love to know how it works out. > > Actually, if you copy those jars to the endorsed dir, you MIGHT be able to > even build/run the tests. Not sure. I haven't tried it. > > > This grieves me as I've completely removed JDK 1.5 off my computer. Will there be no effort made in making CXF at least run under 1.6? I mean it IS the latest and greatest official JDK. Perhaps two releases, one for 1.5 and one for 1.6 that packs up the needed dependencies? Srgjan From [email protected] Tue Feb 27 22:04:01 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69449 invoked from network); 27 Feb 2007 22:03:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Feb 2007 22:03:59 -0000 Received: (qmail 57902 invoked by uid 500); 27 Feb 2007 22:03:56 -0000 Delivered-To: [email protected] Received: (qmail 57823 invoked by uid 500); 27 Feb 2007 22:03:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 57807 invoked by uid 99); 27 Feb 2007 22:03:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Feb 2007 14:03:55 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO amereast-smg1.iona.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Feb 2007 14:03:44 -0800 Received: from amer-ems1.IONAGLOBAL.COM ([161.129.204.104]) by amereast-smg1.iona.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id l1RM3KP0015462; Tue, 27 Feb 2007 17:03:21 -0500 (EST) Received: from [161.129.204.104] ([161.129.204.104]) by amer-ems1.IONAGLOBAL.COM with Microsoft SMTPSVC+1-534-499-5717); Tue, 27 Feb 2007 17:03:20 -0500 From: Daniel Kulp <[email protected]> Organization: IONA To: [email protected] Subject: Re: The next milestone release Date: Tue, 27 Feb 2007 17:03:19 -0500 User-Agent: KMail/1.9.5 Cc: Srepfler Srgjan <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <[email protected]> X-OriginalArrivalTime: 27 Feb 2007 22:03:20.0811 (UTC) FILETIME=[17CE03B0:01C75ABB] X-Virus-Checked: Checked by ClamAV on apache.org On Tuesday 27 February 2007 14:24, Srepfler Srgjan wrote: > This grieves me as I've completely removed JDK 1.5 off my computer. Will > there be no effort made in making CXF at least run under 1.6? I mean it > IS the latest and greatest official JDK. > Perhaps two releases, one for 1.5 and one for 1.6 that packs up the > needed dependencies? > Srgjan I'm sure at some point, one of us will figure out what needs to be done to get it working in 1.6. I'm just not sure when. This is where someone could jump in and help. Most likely , we'll just have a little ant/bat/sh script or something that would pull the required jars from the lib dir of the distribution and put them in your jre/lib/endorsed dir. Thus we wouldn't need two distributions. The trick is just spending the time to figure out which jars need to go there. -- J. Daniel Kulp Principal Engineer IONA P: +1-534-499-5717 C: +1-534-499-5717 [email protected] http://www.dankulp.com/blog From [email protected] Wed Feb 28 01:39:42 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59831 invoked from network); 28 Feb 2007 01:39:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Feb 2007 01:39:40 -0000 Received: (qmail 49433 invoked by uid 500); 28 Feb 2007 01:39:49 -0000 Delivered-To: [email protected] Received: (qmail 49397 invoked by uid 500); 28 Feb 2007 01:39:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 49385 invoked by uid 99); 28 Feb 2007 01:39:48 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Feb 2007 17:39:48 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO web50405.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 27 Feb 2007 17:39:36 -0800 Received: (qmail 56870 invoked by uid 60001); 28 Feb 2007 01:39:14 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=AntVzD/XFN35b68KyS2BD8j/Hz2FTmYaxKkyWvTupjE/rAXpc0Uaf+Gpx47ZI0XLofVJeTQhr7QveeeTXjOZdR8BuubaLKKpaO5VKkCdrBSSiq21aYd7boUNTRXvAFWatRlzRVUGUqDSNds+MLDiNlFcbYlLLgYebLuSEz17Q8Y=; X-YMail-OSG: 5VvgfhsVM1n.4kkFHYbWZ1Su1nWDcRaYMN5y_6snO04hHuEPFlI4CXWXiIfmzDKXBnbl3Qb.zGcGOjOXHQeSY8cQ2eAQoVcevSvSlRZnu54WyOh0HvX_kdH02p9sHGFrbo15.2Hscm7pmGM- Received: from [161.129.204.104] by web50405.mail.yahoo.com via HTTP; Tue, 27 Feb 2007 17:39:14 PST X-Mailer: YahooMailRC/368.8 YahooMailWebService/161.129.204.104 Date: Tue, 27 Feb 2007 17:39:14 -0800 (PST) From: Matthew Good <[email protected]> Subject: Re: wsdl2java and holders To: [email protected] MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-ID: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Here's the wsdl. I ran "wsdl2java.bat -client server-appl.wsdl" on windows= . Thanks!=0A=0A<?xml version=3D"1.0" encoding=3D"UTF-8"?>=0A<definitions = =0A xmlns=3D"http://schemas.xmlsoap.org/wsdl/" =0A xmlns:soap=3D"http://s= chemas.xmlsoap.org/wsdl/soap/"=0A xmlns:xsd=3D"http://www.w3.org/2001/XMLS= chema"=0A xmlns:aps=3D"http://www.ecma-international.org/standards/ecma-35= 4/appl_session"=0A xmlns:tns=3D"http://xml.me.com/ws/pr"=0A targetNamespa= ce=3D"http://xml.me.com/ws/pr"=0A >=0A <types>=0A =0A http://www.= ecma-international.org/standards/ecma-354/appl_session/start-application-se= ssion.xsd"/>=0A </xsd:schema>=0A </types>=0A <message name=3D"startA= pplicationSession">=0A <part name=3D"body" element=3D"aps:StartApplicati= onSession" />=0A </message>=0A <message name=3D"startApplicationSessionPo= sResponse">=0A <part name=3D"outbody" element=3D"aps:StartApplicationSes= sionPosResponse" />=0A </message>=0A <message name=3D"startApplicationSes= sionNegResponse">=0A <part name=3D"faultbody" element=3D"aps:StartApplic= ationSessionNegResponse" />=0A </message>=0A <portType name=3D"Applicatio= nSessionServices">=0A <operation name=3D"StartApplicationSession">=0A = <input message=3D"tns:startApplicationSession" />=0A <output messag= e=3D"tns:startApplicationSessionPosResponse" />=0A <fault name=3D"Star= tFault" message=3D"tns:startApplicationSessionNegResponse" />=0A </opera= tion>=0A </portType>=0A <binding name=3D"ApplicationSessionBinding" type= =3D"tns:ApplicationSessionServices">=0A =0A <operation name=3D"StartA= pplicationSession">=0A =0A <input>=0A <soap:body use=3D"li= teral" />=0A </input>=0A <output>=0A <soap:body use=3D"lit= eral" />=0A </output>=0A <fault name=3D"StartFault">=0A <s= oap:fault name=3D"StartFault" use=3D"literal" />=0A </fault>=0A </o= peration>=0A </binding>=0A <service name=3D"MyWebService">=0A <port na= me=3D"ApplicationSessionServicesSoapHttpPort" binding=3D"tns:ApplicationSes= sionBinding">=0A =0A </port>=0A </service>=0A</definitions>=0A =0A= =0A=0A=0A----- Original Message ----=0AFrom: Dan Diephouse <dan@envoisoluti= ons.com>=0ATo: [email protected]=0ASent: Friday, February 23, 2= 007 2:41:43 PM=0ASubject: Re: wsdl2java and holders=0A=0AHi Matthew,=0A=0AC= XF should only generate Holders if you have multiple outputs or the=0Ainput= /output message contain the same message part. An example of the later=0Aw= ould be something like this:=0A=0A<message name=3D"echoRequest">=0A <part = name=3D"text" type=3D"xsd:string"/>=0A</message>=0A=0A<message name=3D"echo= Response">=0A <part name=3D"text" type=3D"xsd:string"/>=0A</message>=0A=0A= I believe if you change the part names it won't treat it as an "IN/OUT"=0Ap= arameters.=0A=0AIf you provide a WSDL sample I can probably help more. Chee= rs,=0A=0A- Dan=0A=0AOn 2/23/07, Matthew Good <[email protected]> wrote:= =0A>=0A> When I use wsdl2java to generate client source, I get all these ho= lders in=0A> the operation calls. These are for return values. This is re= ally a pain to=0A> create these. How can I get it to generate code that ju= st returns a single=0A> object?=0A>=0A>=0A>=0A>=0A>=0A>=0A=0A=0A-- =0ADan D= iephouse=0AEnvoi Solutions=0Ahttp://envoisolutions.com | http://netzooid.co= m/blog=0A=0A=0A From [email protected] Wed Feb 28 09:15:54 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28353 invoked from network); 28 Feb 2007 09:15:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Feb 2007 09:15:53 -0000 Received: (qmail 17719 invoked by uid 500); 28 Feb 2007 09:16:02 -0000 Delivered-To: [email protected] Received: (qmail 17683 invoked by uid 500); 28 Feb 2007 09:16:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 68321 invoked by uid 99); 28 Feb 2007 05:44:51 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) From: "Jim Ma" <[email protected]> To: <[email protected]> Subject: RE: wsdl2java and holders Date: Wed, 28 Feb 2007 13:44:14 +0800 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Importance: Normal In-Reply-To: <[email protected]> X-OriginalArrivalTime: 28 Feb 2007 05:44:16.0462 (UTC) FILETIME=[7BDB76E0:01C75AFB] X-Virus-Checked: Checked by ClamAV on apache.org Hi Matthew, The operation StartApplicationSessionin in this wsdl will be mapped to wrapper style and the output will be mapped to holder class(see jaxws spec section 161.129.204.104 for details). If you want to get an operation which just returns a single object , you can modify this wsdl like this : <portType name="ApplicationSessionServices"> <!--modfied the operation name --> <operation name="StartApplicationSessionOperation"> <input message="tns:startApplicationSession" /> <output message="tns:startApplicationSessionPosResponse" /> <fault name="StartFault" message="tns:startApplicationSessionNegResponse" /> </operation> </portType> <binding name="ApplicationSessionBinding" type="tns:ApplicationSessionServices"> <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> <!--modfied the operation name --> <operation name="StartApplicationSessionOperation"> <input> <soap:body use="literal" /> </input> <output> <soap:body use="literal" /> </output> <fault name="StartFault"> <soap:fault name="StartFault" use="literal" /> </fault> </operation> </binding> Regards Jim > -----Original Message----- > From: Matthew Good [mailto:[email protected]] > Sent: Wednesday, February 28, 2007 9:39 AM > To: [email protected] > Subject: Re: wsdl2java and holders > > > Here's the wsdl. I ran "wsdl2java.bat -client server-appl.wsdl" > on windows. Thanks! > > <?xml version="1.0" encoding="UTF-8"?> > <definitions > xmlns="http://schemas.xmlsoap.org/wsdl/" > xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > > xmlns:aps="http://www.ecma-international.org/standards/ecma-354/ap pl_session" > xmlns:tns="http://xml.me.com/ws/pr" > targetNamespace="http://xml.me.com/ws/pr" > > > <types> > > > http://www.ecma-international.org/standards/ecma-354/appl_session/ start-application-session.xsd"/> > </xsd:schema> > </types> > <message name="startApplicationSession"> > <part name="body" element="aps:StartApplicationSession" /> > </message> > <message name="startApplicationSessionPosResponse"> > <part name="outbody" > element="aps:StartApplicationSessionPosResponse" /> > </message> > <message name="startApplicationSessionNegResponse"> > <part name="faultbody" > element="aps:StartApplicationSessionNegResponse" /> > </message> > <portType name="ApplicationSessionServices"> > <operation name="StartApplicationSession"> > <input message="tns:startApplicationSession" /> > <output message="tns:startApplicationSessionPosResponse" /> > <fault name="StartFault" > message="tns:startApplicationSessionNegResponse" /> > </operation> > </portType> > <binding name="ApplicationSessionBinding" > type="tns:ApplicationSessionServices"> > > <operation name="StartApplicationSession"> > > <input> > <soap:body use="literal" /> > </input> > <output> > <soap:body use="literal" /> > </output> > <fault name="StartFault"> > <soap:fault name="StartFault" use="literal" /> > </fault> > </operation> > </binding> > <service name="MyWebService"> > <port name="ApplicationSessionServicesSoapHttpPort" > binding="tns:ApplicationSessionBinding"> > > </port> > </service> > </definitions> > > > > > ----- Original Message ---- > From: Dan Diephouse <[email protected]> > To: [email protected] > Sent: Friday, February 23, 2007 2:41:43 PM > Subject: Re: wsdl2java and holders > > Hi Matthew, > > CXF should only generate Holders if you have multiple outputs or the > input/output message contain the same message part. An example > of the later > would be something like this: > > <message name="echoRequest"> > <part name="text" type="xsd:string"/> > </message> > > <message name="echoResponse"> > <part name="text" type="xsd:string"/> > </message> > > I believe if you change the part names it won't treat it as an "IN/OUT" > parameters. > > If you provide a WSDL sample I can probably help more. Cheers, > > - Dan > > On 2/23/07, Matthew Good <[email protected]> wrote: > > > > When I use wsdl2java to generate client source, I get all these > holders in > > the operation calls. These are for return values. This is > really a pain to > > create these. How can I get it to generate code that just > returns a single > > object? > > > > > > > > > > > > > > > -- > Dan Diephouse > Envoi Solutions > http://envoisolutions.com | http://netzooid.com/blog > > > From [email protected] Wed Feb 28 18:32:29 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72215 invoked from network); 28 Feb 2007 18:32:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Feb 2007 18:32:28 -0000 Received: (qmail 17232 invoked by uid 500); 28 Feb 2007 18:32:36 -0000 Delivered-To: [email protected] Received: (qmail 17201 invoked by uid 500); 28 Feb 2007 18:32:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cxf-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 17192 invoked by uid 99); 28 Feb 2007 18:32:36 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Feb 2007 10:32:36 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO web50415.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 28 Feb 2007 10:32:23 -0800 Received: (qmail 18211 invoked by uid 60001); 28 Feb 2007 18:32:02 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=DBMeHiWTr4snxRULg2bd402dWy0JMBIg+xaGFTJHtmU1LKyePai4lLOipPFpXn39r/HcxJAWO0kOq1LB/oMq3Ap2y+c3xxCYDUcexswt541keqa8XkrLTpUoqhacPvasZuCaajVmAqiHvbUcDgAY6+1G/IkhhGM+/LmiP2xQKKU=; X-YMail-OSG: 0zQZ01AVM1kYAMO3IgGB5xE8UDhXRyUw4guYvp7gPap.hcJbgCJ697dNPtY5L6OJMpa.3xj_onpb4o6PNeohOdrLVNHHsxgl8U1gpuI6TE.TTQlhVoK5UtNb2J6axYXh_LBEydTohVpmA8Y- Received: from [161.129.204.104] by web50415.mail.yahoo.com via HTTP; Wed, 28 Feb 2007 10:32:02 PST X-Mailer: YahooMailRC/468.1 YahooMailWebService/161.129.204.104 Date: Wed, 28 Feb 2007 10:32:02 -0800 (PST) From: Matthew Good <[email protected]> Subject: Re: wsdl2java and holders To: [email protected] MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-ID: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Thanks for pointing me to that specification! Unfortunately I am not able = to change that portion of the wsdl. So I attempted to use an external bind= ing file instead. No luck.=0A=0A<?xml version=3D"1.0" encoding=3D"UTF-8"?>= =0A<jaxws:bindings wsdlLocation=3D"server-appl.wsdl"=0A xmlns= :jaxws=3D"http://java.sun.com/xml/ns/jaxws"=0A xmlns:xsd=3D"h= ttp://www.w3.org/2001/XMLSchema">=0A <jaxws:enableWrapperStyle>false</jaxw= s:enableWrapperStyle>=0A</jaxws:bindings>=0A=0A =0A=0A=0A----- Original Me= ssage ----=0AFrom: Jim Ma <[email protected]>=0ATo: [email protected]= .org=0ASent: Tuesday, February 27, 2007 10:44:14 PM=0ASubject: RE: wsdl2jav= a and holders=0A=0AHi Matthew,=0A=0AThe operation StartApplicationSessionin= in this wsdl will be mapped to=0Awrapper style and=0Athe output will be ma= pped to holder class(see jaxws spec section 161.129.204.104 for=0Adetails).=0A=0AIf= you want to get an operation which just returns a single object , you can= =0Amodify this wsdl like this :=0A=0A<portType name=3D"ApplicationSessionSe= rvices">=0A <!--modfied the operation name -->=0A <operation name=3D"= StartApplicationSessionOperation">=0A <input message=3D"tns:startAppli= cationSession" />=0A <output message=3D"tns:startApplicationSessionPos= Response" />=0A <fault name=3D"StartFault"=0Amessage=3D"tns:startAppli= cationSessionNegResponse" />=0A </operation>=0A </portType>=0A <bindin= g name=3D"ApplicationSessionBinding"=0Atype=3D"tns:ApplicationSessionServic= es">=0A <soap:binding style=3D"document"=0Atransport=3D"http://schemas.x= mlsoap.org/soap/http"/>=0A <!--modfied the operation name -->=0A <o= peration name=3D"StartApplicationSessionOperation">=0A <input>=0A = <soap:body use=3D"literal" />=0A </input>=0A <output>=0A = <soap:body use=3D"literal" />=0A </output>=0A <fault name=3D"St= artFault">=0A <soap:fault name=3D"StartFault" use=3D"literal" />=0A = </fault>=0A </operation>=0A </binding>=0A=0ARegards=0A=0AJim=0A=0A= =0A> -----Original Message-----=0A> From: Matthew Good [mailto:matt_good@ya= hoo.com]=0A> Sent: Wednesday, February 28, 2007 9:39 AM=0A> To: cxf-user@in= cubator.apache.org=0A> Subject: Re: wsdl2java and holders=0A>=0A>=0A> Here'= s the wsdl. I ran "wsdl2java.bat -client server-appl.wsdl"=0A> on windows.= Thanks!=0A>=0A> <?xml version=3D"1.0" encoding=3D"UTF-8"?>=0A> <definitio= ns=0A> xmlns=3D"http://schemas.xmlsoap.org/wsdl/";=0A> xmlns:soap=3D"ht= tp://schemas.xmlsoap.org/wsdl/soap/";=0A> xmlns:xsd=3D"http://www.w3.org/= 2001/XMLSchema";=0A>=0A> xmlns:aps=3D"http://www.ecma-international.org/sta= ndards/ecma-354/ap=0Apl_session"=0A> xmlns:tns=3D"http://xml.me.com/ws/pr= ";=0A> targetNamespace=3D"http://xml.me.com/ws/pr";=0A> >=0A> <types>= =0A>=0A>=0A> http://www.ecma-international.org/standards/ecma-354/appl_sess= ion/=0Astart-application-session.xsd"/>=0A> </xsd:schema>=0A> </types= >=0A> <message name=3D"startApplicationSession">=0A> <part name=3D"= body" element=3D"aps:StartApplicationSession" />=0A> </message>=0A> <me= ssage name=3D"startApplicationSessionPosResponse">=0A> <part name=3D"ou= tbody"=0A> element=3D"aps:StartApplicationSessionPosResponse" />=0A> </me= ssage>=0A> <message name=3D"startApplicationSessionNegResponse">=0A> = <part name=3D"faultbody"=0A> element=3D"aps:StartApplicationSessionNegRespo= nse" />=0A> </message>=0A> <portType name=3D"ApplicationSessionServices= ">=0A> <operation name=3D"StartApplicationSession">=0A> <input me= ssage=3D"tns:startApplicationSession" />=0A> <output message=3D"tns:s= tartApplicationSessionPosResponse" />=0A> <fault name=3D"StartFault"= =0A> message=3D"tns:startApplicationSessionNegResponse" />=0A> </operat= ion>=0A> </portType>=0A> <binding name=3D"ApplicationSessionBinding"=0A= > type=3D"tns:ApplicationSessionServices">=0A>=0A> <operation name=3D"S= tartApplicationSession">=0A>=0A> <input>=0A> <soap:body use= =3D"literal" />=0A> </input>=0A> <output>=0A> <soap:bod= y use=3D"literal" />=0A> </output>=0A> <fault name=3D"StartFaul= t">=0A> <soap:fault name=3D"StartFault" use=3D"literal" />=0A> = </fault>=0A> </operation>=0A> </binding>=0A> <service name=3D"MyW= ebService">=0A> <port name=3D"ApplicationSessionServicesSoapHttpPort"= =0A> binding=3D"tns:ApplicationSessionBinding">=0A>=0A> </port>=0A> <= /service>=0A> </definitions>=0A>=0A>=0A>=0A>=0A> ----- Original Message ---= -=0A> From: Dan Diephouse <[email protected]>=0A> To: cxf-user@incubat= or.apache.org=0A> Sent: Friday, February 23, 2007 2:41:43 PM=0A> Subject: R= e: wsdl2java and holders=0A>=0A> Hi Matthew,=0A>=0A> CXF should only genera= te Holders if you have multiple outputs or the=0A> input/output message con= tain the same message part. An example=0A> of the later=0A> would be somet= hing like this:=0A>=0A> <message name=3D"echoRequest">=0A> <part name=3D"= text" type=3D"xsd:string"/>=0A> </message>=0A>=0A> <message name=3D"echoRes= ponse">=0A> <part name=3D"text" type=3D"xsd:string"/>=0A> </message>=0A>= =0A> I believe if you change the part names it won't treat it as an "IN/OUT= "=0A> parameters.=0A>=0A> If you provide a WSDL sample I can probably help = more. Cheers,=0A>=0A> - Dan=0A>=0A> On 2/23/07, Matthew Good <matt_good@yah= oo.com> wrote:=0A> >=0A> > When I use wsdl2java to generate client source, = I get all these=0A> holders in=0A> > the operation calls. These are for re= turn values. This is=0A> really a pain to=0A> > create these. How can I g= et it to generate code that just=0A> returns a single=0A> > object?=0A> >= =0A> >=0A> >=0A> >=0A> >=0A> >=0A>=0A>=0A> --=0A> Dan Diephouse=0A> Envoi S= olutions=0A> http://envoisolutions.com | http://netzooid.com/blog=0A>=0A>= =0A>=0A=0A=0A=0A
From [email protected] Mon May 2 10:18:11 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id B9AA33748 for <[email protected]>; Mon, 2 May 2011 10:18:11 +0000 (UTC) Received: (qmail 68373 invoked by uid 500); 2 May 2011 10:18:11 -0000 Delivered-To: [email protected] Received: (qmail 68355 invoked by uid 500); 2 May 2011 10:18:10 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 68347 invoked by uid 99); 2 May 2011 10:18:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 May 2011 10:18:10 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO lo.gmane.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 May 2011 10:18:01 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from <[email protected]>) id 1QGqC8-00085p-Af for [email protected]; Mon, 02 May 2011 12:17:36 +0200 Received: from portal.valdoise.fr ([161.129.204.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Mon, 02 May 2011 12:17:36 +0200 Received: from christophe.foiret by portal.valdoise.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Mon, 02 May 2011 12:17:36 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: [email protected] From: easydoor958 <[email protected]> Subject: Re: ActionButton seems not working with Apache Click 2.3.0 Date: Mon, 2 May 2011 10:17:25 +0000 (UTC) Lines: 18 Message-ID: <[email protected]> References: <[email protected]> <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Complaints-To: [email protected] X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 161.129.204.104 (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16) X-Virus-Checked: Checked by ClamAV on apache.org Hi Gilberto, Nothing changes if i add addControl(clearButton); With Eclipse Debugger, the program pointer doesn't reach the onClear() method that's why it doesn't work ... If I change this line ActionButton clearButton = new ActionButton("Effacer les critères", this, "onClear"); by this one Button clearButton = new Submit("Effacer les critères", this, "onClear"); it works !!! but finally i don't want to implement this solution in my case ... Why this behavior ? Please help me ! From [email protected] Mon May 2 13:32:22 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 75E73342B for <[email protected]>; Mon, 2 May 2011 13:32:22 +0000 (UTC) Received: (qmail 96457 invoked by uid 500); 2 May 2011 13:32:22 -0000 Delivered-To: [email protected] Received: (qmail 96425 invoked by uid 500); 2 May 2011 13:32:21 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 96417 invoked by uid 99); 2 May 2011 13:32:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 May 2011 13:32:21 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-yx0-f170.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 May 2011 13:32:15 +0000 Received: by yxi11 with SMTP id 11so2244050yxi.29 for <[email protected]>; Mon, 02 May 2011 06:31:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=IRXSs9SPvplZdvJzgvqLbaGReDl8eKfAwd6zcFCktqA=; b=D/OTWNbX2+ZGy0cj0ixW46Ams6BVvuXAjjbVle3L7t5K5NvtK8U6c7DpOC6rGbSGVF PjUJBFgIaAMJgdEGnpnZ5A3At+KOsPC35Txe7cinkT7gsMSlCL9THlvBPTbkTUnA2zDp Xom/CXO38YNWPyTJFlbgCWgPSC0BuyhimZXV8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=MO+8sXhgoiTb4phAi0+YP5lal4c5XGGrz6PzkBEkW/EGXH8TZPh+PFnSHIDgAKPfg3 eNCLpZXwo8926RhIlEzgCrG+pTY1rinOBKlJHghak5AevlK6ZJooj+bNAyu+ZKhLeNey /cChu+TSNI9B/YuLZi9OvY8Qx7/2EbiG/yJtI= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id j6mr6635405yad.39.1304343114854; Mon, 02 May 2011 06:31:54 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 2 May 2011 06:31:54 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Mon, 2 May 2011 10:31:54 -0300 Message-ID: <[email protected]> Subject: Re: ActionButton seems not working with Apache Click 2.3.0 From: Gilberto <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=000e0cd34d8a06b01604a24b0c80 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd34d8a06b01604a24b0c80 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, May 2, 2011 at 7:17 AM, easydoor958 <[email protected]>wrote: > Hi Gilberto, > > Nothing changes if i add addControl(clearButton); > > With Eclipse Debugger, the program pointer doesn't reach the onClear() > method > that's why it doesn't work ... > > If I change this line > ActionButton clearButton =3D new ActionButton("Effacer les crit=C3=A8res= ", this, > "onClear"); > by this one > I think you are right! Now I can see that has something incoherent with ActionButton: -- it represents <input type=3D"button"/> [1] -- but it can't be added to the form, because the docs advice [2] Well, one more question: is the ActionButton a form's attribute or not?[3] Regards, Gilberto [1] http://www.htmlcodetutorial.com/forms/_INPUT_TYPE_BUTTON.html [2] http://click.apache.org/docs/click-api/org/apache/click/control/ActionButto= n.html [3] http://dl.dropbox.com/u/9093640/form.htm | http://dl.dropbox.com/u/9093640/FormPage.java --000e0cd34d8a06b01604a24b0c80 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, May 2, 2011 at 7:17 AM, easydoor958 <span dir=3D"ltr">&lt;<a href= =3D"mailto:[email protected]" target=3D"_blank">christophe.foir= [email protected]</a>&gt;</span> wrote:<br><div class=3D"gmail_quote"><blockqu= ote class=3D"gmail_quote" style=3D"margin: 0pt 0pt 0pt 0.8ex; border-left: = 1px solid rgb(204, 204, 204); padding-left: 1ex;"> Hi Gilberto,<br> <br> Nothing changes if i add addControl(clearButton);<br> <br> With Eclipse Debugger, the program pointer doesn&#39;t reach the onClear() = method<br> that&#39;s why it doesn&#39;t work ...<br> <br> If I change this line<br> <div>ActionButton clearButton =C2=A0=3D new ActionButton(&quot;Effacer les = crit=C3=A8res&quot;, this,<br> &quot;onClear&quot;);<br> </div>by this one<br></blockquote><div><br>I think you are right! Now I can= see that has something incoherent with ActionButton: <br>-- it represents = &lt;input type=3D&quot;button&quot;/&gt; [1]<br>-- but it can&#39;t be add= ed to the form, because the docs advice [2]<br> <br>Well, one more question: is the ActionButton a form&#39;s attribute or = not?[3]<br><br>Regards,<br><br>Gilberto<br><br>[1] <a href=3D"http://www.ht= mlcodetutorial.com/forms/_INPUT_TYPE_BUTTON.html">http://www.htmlcodetutori= al.com/forms/_INPUT_TYPE_BUTTON.html</a><br> [2] <a href=3D"http://click.apache.org/docs/click-api/org/apache/click/cont= rol/ActionButton.html">http://click.apache.org/docs/click-api/org/apache/cl= ick/control/ActionButton.html</a> <br>[3] <a href=3D"http://dl.dropbox.com/= u/9093640/form.htm">http://dl.dropbox.com/u/9093640/form.htm</a> |<a href= =3D"http://dl.dropbox.com/u/9093640/FormPage.java">http://dl.dropbox.com/u/= 9093640/FormPage.java</a><br> <br></div></div><br> --000e0cd34d8a06b01604a24b0c80-- From [email protected] Tue May 3 08:53:24 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 89FFDC05 for <[email protected]>; Tue, 3 May 2011 08:53:24 +0000 (UTC) Received: (qmail 3165 invoked by uid 500); 3 May 2011 08:53:24 -0000 Delivered-To: [email protected] Received: (qmail 3150 invoked by uid 500); 3 May 2011 08:53:23 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 3136 invoked by uid 99); 3 May 2011 08:53:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 May 2011 08:53:23 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO lo.gmane.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 May 2011 08:53:15 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from <[email protected]>) id 1QHBLe-0002KU-IW for [email protected]; Tue, 03 May 2011 10:52:50 +0200 Received: from portal.valdoise.fr ([161.129.204.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Tue, 03 May 2011 10:52:50 +0200 Received: from christophe.foiret by portal.valdoise.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Tue, 03 May 2011 10:52:50 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: [email protected] From: easydoor958 <[email protected]> Subject: Re: RichTextArea Date: Tue, 3 May 2011 08:52:31 +0000 (UTC) Lines: 4 Message-ID: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: [email protected] X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 161.129.204.104 (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16) Problem is solved, thanks From [email protected] Tue May 3 08:55:33 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 001FDC2E for <[email protected]>; Tue, 3 May 2011 08:55:32 +0000 (UTC) Received: (qmail 4029 invoked by uid 500); 3 May 2011 08:55:32 -0000 Delivered-To: [email protected] Received: (qmail 4016 invoked by uid 500); 3 May 2011 08:55:32 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 4008 invoked by uid 99); 3 May 2011 08:55:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 May 2011 08:55:32 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO lo.gmane.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 May 2011 08:55:25 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from <[email protected]>) id 1QHBNo-0003Uy-C2 for [email protected]; Tue, 03 May 2011 10:55:04 +0200 Received: from portal.valdoise.fr ([161.129.204.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Tue, 03 May 2011 10:55:04 +0200 Received: from christophe.foiret by portal.valdoise.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Tue, 03 May 2011 10:55:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: [email protected] From: easydoor958 <[email protected]> Subject: JPA and Hibernate Annotations Integration Date: Tue, 3 May 2011 08:54:10 +0000 (UTC) Lines: 3 Message-ID: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: [email protected] X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 161.129.204.104 (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16) Is it possible to integrate JPA and Hibernate Annotations with Apache Click ? If yes how ? Thanks From [email protected] Thu May 5 22:58:02 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 572CF2797 for <[email protected]>; Thu, 5 May 2011 22:58:02 +0000 (UTC) Received: (qmail 79378 invoked by uid 500); 5 May 2011 22:58:02 -0000 Delivered-To: [email protected] Received: (qmail 79357 invoked by uid 500); 5 May 2011 22:58:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 79349 invoked by uid 99); 5 May 2011 22:58:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 May 2011 22:58:01 +0000 X-ASF-Spam-Status: No, hits=0.9 required=5.0 tests=MAY_BE_FORGED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO ns1.transaria.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 May 2011 22:57:52 +0000 Received: from vanns-cpe-msl.mt.cust.transaria.net (vanns-cpe-msl.mt.cust.cutcom.net [161.129.204.104] (may be forged)) by ns1.transaria.net (8.13.8/8.13.8) with ESMTP id p45MvSNu010433 for <[email protected]>; Thu, 5 May 2011 16:57:29 -0600 Received: from [161.129.204.104] ([161.129.204.104]) (authenticated user [email protected]) by vanns-cpe-msl.mt.cust.transaria.net (Kerio Connect 7.0.2) (using TLSv1/SSLv3 with cipher AES128-SHA (128 bits)) for [email protected]; Thu, 5 May 2011 16:57:28 -0600 From: Tim Christensen <[email protected]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: PageActions and NoSuchMethodException Date: Thu, 5 May 2011 16:57:28 -0600 Message-Id: <[email protected]> To: [email protected] Mime-Version: 1.0 (Apple Message framework v1082) X-Mailer: Apple Mail (2.1082) X-Virus-Checked: Checked by ClamAV on apache.org Hi -- I have a situation where we have a few urls that use the = &pageAction=3Dsomeaction While it works for pages that have that action/method, occasionally I = see a request for a page (perhaps a bot created it) that contains a = pageAction in the parameter. When a Page does not have the corresponding action, it appropriately = throws a java.lang.NoSuchMethodException. What is a good practice for consuming this? Thanks, Tim= From [email protected] Fri May 6 07:14:43 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 0AE91337E for <[email protected]>; Fri, 6 May 2011 07:14:43 +0000 (UTC) Received: (qmail 96914 invoked by uid 500); 6 May 2011 07:14:42 -0000 Delivered-To: [email protected] Received: (qmail 96749 invoked by uid 500); 6 May 2011 07:14:26 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 96738 invoked by uid 99); 6 May 2011 07:14:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 May 2011 07:14:18 +0000 X-ASF-Spam-Status: No, hits=4.2 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RFC_ABUSE_POST,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 161.129.204.104 is neither permitted nor denied by domain of [email protected]) Received: from [161.129.204.104] (HELO sam.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 May 2011 07:14:11 +0000 Received: from jim.nabble.com ([161.129.204.104]) by sam.nabble.com with esmtp (Exim 4.69) (envelope-from <[email protected]>) id 1QIFEU-0003l4-HD for [email protected]; Fri, 06 May 2011 00:13:50 -0700 Date: Fri, 6 May 2011 00:13:50 -0700 (PDT) From: Bob Schellink <[email protected]> To: [email protected] Message-ID: <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> Subject: Re: PageActions and NoSuchMethodException MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Tim, I'd expect the error page to show up so looks like a bug. Could you open a JIRA so we can fix it for the next release? Kind regards Bob -- View this message in context: http://click.1134972.n2.nabble.com/PageActions-and-NoSuchMethodException-tp6335932p6336604.html Sent from the click-user mailing list [email protected]. From [email protected] Fri May 6 08:23:09 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 8AED23892 for <[email protected]>; Fri, 6 May 2011 08:23:09 +0000 (UTC) Received: (qmail 1129 invoked by uid 500); 6 May 2011 08:23:09 -0000 Delivered-To: [email protected] Received: (qmail 1107 invoked by uid 500); 6 May 2011 08:23:09 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 1099 invoked by uid 99); 6 May 2011 08:23:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 May 2011 08:23:08 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO lo.gmane.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 May 2011 08:23:00 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from <[email protected]>) id 1QIGJ4-00049r-Mb for [email protected]; Fri, 06 May 2011 10:22:38 +0200 Received: from portal.valdoise.fr ([161.129.204.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Fri, 06 May 2011 10:22:38 +0200 Received: from christophe.foiret by portal.valdoise.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Fri, 06 May 2011 10:22:38 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: [email protected] From: easydoor958 <[email protected]> Subject: Re: ActionButton seems not working with Apache Click 2.3.0 Date: Fri, 6 May 2011 08:22:27 +0000 (UTC) Lines: 3 Message-ID: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: [email protected] X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 161.129.204.104 (Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.60 Safari/534.24) X-Virus-Checked: Checked by ClamAV on apache.org Gilberto recognizes there is a problem ... Is anyone has an idea to solve this one ? it becomes urgent for me ! From [email protected] Fri May 6 08:25:36 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 579313A20 for <[email protected]>; Fri, 6 May 2011 08:25:36 +0000 (UTC) Received: (qmail 4060 invoked by uid 500); 6 May 2011 08:25:36 -0000 Delivered-To: [email protected] Received: (qmail 4045 invoked by uid 500); 6 May 2011 08:25:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 4037 invoked by uid 99); 6 May 2011 08:25:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 May 2011 08:25:36 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO lo.gmane.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 May 2011 08:25:30 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from <[email protected]>) id 1QIGLR-0005J5-SU for [email protected]; Fri, 06 May 2011 10:25:05 +0200 Received: from portal.valdoise.fr ([161.129.204.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Fri, 06 May 2011 10:25:05 +0200 Received: from christophe.foiret by portal.valdoise.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Fri, 06 May 2011 10:25:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: [email protected] From: easydoor958 <[email protected]> Subject: Re: JPA and Hibernate Annotations Integration Date: Fri, 6 May 2011 08:23:59 +0000 (UTC) Lines: 10 Message-ID: <[email protected]> References: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: [email protected] X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 161.129.204.104 (Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.60 Safari/534.24) Could you answer to my request ? easydoor958 <christophe.foiret <at> valdoise.fr> writes: > > Is it possible to integrate JPA and Hibernate Annotations with Apache Click ? > If yes how ? > Thanks From [email protected] Fri May 6 11:59:50 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 9CB0D343A for <[email protected]>; Fri, 6 May 2011 11:59:50 +0000 (UTC) Received: (qmail 65015 invoked by uid 500); 6 May 2011 11:59:50 -0000 Delivered-To: [email protected] Received: (qmail 64970 invoked by uid 500); 6 May 2011 11:59:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 64962 invoked by uid 99); 6 May 2011 11:59:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 May 2011 11:59:50 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-pv0-f170.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 May 2011 11:59:45 +0000 Received: by pvg16 with SMTP id 16so1562648pvg.29 for <[email protected]>; Fri, 06 May 2011 04:59:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=sgPDMOusWyFvQH6M06IJYVMYTy0EyqY/i81wD7napTw=; b=iqBN0lZur5vkWfp5vcCEet+KeNzXKaH9sNKt1FAxiAPx6WpQ4BNdgkfh9YGn7xtAFm an82gI2JDq91JR4h+GfSee8CNkDTpW0jrH80XRSs+3CFKSgDyDKK0SZqDhS1DagO9mRe Ad0B+5zouocaU4gFZp7OeEtMJA5osoEFfVXbM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=oTIdN/uqeUGueIrNZP/c3dRpCq1IbSNVUJ7BzTROSs/0p8XSXwWZyEB2V0Ue6xs+EE oAsf7rxg5RtS4ZqeeLXKP0B/J1IBwqAPL5TNpkrriWG7MhYl8Q1zoqXxK7dmG53Zh/6n 2fhlbI814rMqvSErA8d+zPycat1Te1GzaSXEk= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id k5mr1940562wfg.285.1304683164757; Fri, 06 May 2011 04:59:24 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Fri, 6 May 2011 04:59:24 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Fri, 6 May 2011 21:59:24 +1000 Message-ID: <[email protected]> Subject: Re: JPA and Hibernate Annotations Integration From: Malcolm Edgar <[email protected]> To: user <[email protected]> Content-Type: multipart/alternative; boundary=000e0cd30ba8946fc904a29a3881 --000e0cd30ba8946fc904a29a3881 Content-Type: text/plain; charset=ISO-8859-1 Please see the book which includes JPA examples: http://www.fdaoud.com/clickbook/ http://www.fdaoud.com/clickbook/examples.zip regards Malcolm Edgar On 03/05/2011 6:55 PM, "easydoor958" <[email protected]> wrote: > Is it possible to integrate JPA and Hibernate Annotations with Apache Click ? > If yes how ? > Thanks > --000e0cd30ba8946fc904a29a3881 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable <p>Please see the book which includes JPA examples:</p><p><a href=3D"http:/= /www.fdaoud.com/clickbook/">http://www.fdaoud.com/clickbook/</a></p><p><a h= ref=3D"http://www.fdaoud.com/clickbook/examples.zip">http://www.fdaoud.com/= clickbook/examples.zip</a></p> <p>regards Malcolm Edgar</p> <div class=3D"gmail_quote">On 03/05/2011 6:55 PM, &quot;easydoor958&quot; &= lt;<a href=3D"mailto:[email protected]" target=3D"_blank">chris= [email protected]</a>&gt; wrote:<br type=3D"attribution">&gt; Is it = possible to integrate JPA and Hibernate Annotations with Apache Click ?<br> &gt; If yes how ?<br>&gt; Thanks<br>&gt; <br></div> --000e0cd30ba8946fc904a29a3881-- From [email protected] Mon May 9 14:31:58 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id B693C4415 for <[email protected]>; Mon, 9 May 2011 14:31:58 +0000 (UTC) Received: (qmail 61414 invoked by uid 500); 9 May 2011 14:31:58 -0000 Delivered-To: [email protected] Received: (qmail 61388 invoked by uid 500); 9 May 2011 14:31:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 61380 invoked by uid 99); 9 May 2011 14:31:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 May 2011 14:31:57 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO lo.gmane.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 May 2011 14:31:50 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from <[email protected]>) id 1QJRUc-0007EN-BM for [email protected]; Mon, 09 May 2011 16:31:26 +0200 Received: from portal.valdoise.fr ([161.129.204.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Mon, 09 May 2011 16:31:26 +0200 Received: from christophe.foiret by portal.valdoise.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Mon, 09 May 2011 16:31:26 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: [email protected] From: easydoor958 <[email protected]> Subject: How to redirect a Page on a new window ? Date: Mon, 9 May 2011 14:31:15 +0000 (UTC) Lines: 3 Message-ID: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: [email protected] X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 161.129.204.104 (Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.60 Safari/534.24) The setRedirect function has no parameter target=_new to open a new window ... How doing this ? From [email protected] Mon May 9 14:55:36 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 294E44B68 for <[email protected]>; Mon, 9 May 2011 14:55:36 +0000 (UTC) Received: (qmail 97242 invoked by uid 500); 9 May 2011 14:55:36 -0000 Delivered-To: [email protected] Received: (qmail 97218 invoked by uid 500); 9 May 2011 14:55:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 97210 invoked by uid 99); 9 May 2011 14:55:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 May 2011 14:55:36 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-vx0-f170.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 May 2011 14:55:30 +0000 Received: by vxb40 with SMTP id 40so6545003vxb.29 for <[email protected]>; Mon, 09 May 2011 07:55:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=N5JADmuhsM+gbXi1XFbnNP4ivTMWU34PDdedgGlvlQI=; b=k4qhBf+pwYAom290YtTao4oS5o8sqaqc1ojW98aZbkydnsjYhTzFrHI+wvtlNZMIYh Ii7CovbtCkqPEeN65E3nK71DAIm2D/3p51lfUP2ueEGgZYTAMn51fHpBZCl96NNDzUir wLIFoiT+0GxEZMn4nIC6H9SuRt6tdZu1Hz3bI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=hHR5YmA/GXM1eTlM+lYD6MfOWRCKOkt2y5Vq0/0p/cZ7Mssvt1ho4SWbzHp3wzEnAW yXY1FnjYTJ1Rzd90Elx+KxcAs9R2sJaXEbbmNYVNnPlULMT8Z5Pcb49isCMuGw+1/Kdz La+O6PD3nyUuj8ud5YOMaKopfSBGQT71kj6JE= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id y16mr1242879vdu.125.1304952909012; Mon, 09 May 2011 07:55:09 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 9 May 2011 07:55:08 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Mon, 9 May 2011 11:55:08 -0300 Message-ID: <[email protected]> Subject: Re: How to redirect a Page on a new window ? From: Gilberto <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=20cf307d045c971da204a2d90624 --20cf307d045c971da204a2d90624 Content-Type: text/plain; charset=UTF-8 Here[1] is a good place to start with! Regards, Gilberto [1] http://click.apache.org/docs/extras-api/org/apache/click/extras/control/ExternalLink.html On Mon, May 9, 2011 at 11:31 AM, easydoor958 <[email protected]>wrote: > The setRedirect function has no parameter target=_new to open a new window > ... > How doing this ? > > > --20cf307d045c971da204a2d90624 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Here[1] is a good place to start with!<br><br>Regards,<br><br>Gilberto<br><= br>[1] <a href=3D"http://click.apache.org/docs/extras-api/org/apache/click/= extras/control/ExternalLink.html">http://click.apache.org/docs/extras-api/o= rg/apache/click/extras/control/ExternalLink.html</a><br> <br><div class=3D"gmail_quote">On Mon, May 9, 2011 at 11:31 AM, easydoor958= <span dir=3D"ltr">&lt;<a href=3D"mailto:[email protected]">chr= [email protected]</a>&gt;</span> wrote:<br><blockquote class=3D"gm= ail_quote" style=3D"margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(2= 04, 204, 204); padding-left: 1ex;"> The setRedirect function has no parameter target=3D_new to open a new windo= w ...<br> How doing this ?<br> <br> <br> </blockquote></div><br> --20cf307d045c971da204a2d90624-- From [email protected] Thu May 19 14:15:59 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 5D6C34BA2 for <[email protected]>; Thu, 19 May 2011 14:15:59 +0000 (UTC) Received: (qmail 27988 invoked by uid 500); 19 May 2011 14:15:59 -0000 Delivered-To: [email protected] Received: (qmail 27961 invoked by uid 500); 19 May 2011 14:15:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 27953 invoked by uid 99); 19 May 2011 14:15:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 May 2011 14:15:58 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO lo.gmane.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 May 2011 14:15:50 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from <[email protected]>) id 1QN40X-0005jY-9M for [email protected]; Thu, 19 May 2011 16:15:21 +0200 Received: from promedica1-11.promedica.org ([161.129.204.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Thu, 19 May 2011 16:15:21 +0200 Received: from thooper1 by promedica1-11.promedica.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Thu, 19 May 2011 16:15:21 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: [email protected] From: Tim Hooper <[email protected]> Subject: PickList Question Date: Thu, 19 May 2011 14:15:10 +0000 (UTC) Lines: 25 Message-ID: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: [email protected] X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 161.129.204.104 (Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24) I have a PickList (org.apache.click.extras.control.PickList) with thousands of items in it. When using it, it worked fine when adding items from the left to right window of the PickList , but would take several minutes to remove even a single item (using IE 7 and 9, firefox only took about 6 seconds). I'm not too good with JavaScript...but...I was able to trace through the JavaScript and find the line of code that causes the slowness. It's in: /click/extras-control.js Function: pickListMoveItem() The line of code is: to.options[toIndex] = new Option(hidden.options[i].text, hidden.options[i].value); I don't understand exactly what that line of code is doing. However, if I simply comment it out, the problem goes away (ie. it works instantly) AND the PickList seems to still work correctly. My questions is, what was that line of code doing, and what (if anything) am I loosing by commenting it out? Thanks. Tim From [email protected] Thu May 19 14:29:48 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 40D49448E for <[email protected]>; Thu, 19 May 2011 14:29:48 +0000 (UTC) Received: (qmail 82847 invoked by uid 500); 19 May 2011 14:29:48 -0000 Delivered-To: [email protected] Received: (qmail 82831 invoked by uid 500); 19 May 2011 14:29:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 82823 invoked by uid 99); 19 May 2011 14:29:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 May 2011 14:29:48 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO lo.gmane.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 May 2011 14:29:39 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from <[email protected]>) id 1QN4E2-0007II-VC for [email protected]; Thu, 19 May 2011 16:29:18 +0200 Received: from promedica1-11.promedica.org ([161.129.204.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Thu, 19 May 2011 16:29:18 +0200 Received: from thooper1 by promedica1-11.promedica.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Thu, 19 May 2011 16:29:18 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: [email protected] From: Tim Hooper <[email protected]> Subject: Re: PickList Question Date: Thu, 19 May 2011 14:29:06 +0000 (UTC) Lines: 5 Message-ID: <[email protected]> References: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: [email protected] X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 161.129.204.104 (Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24) X-Virus-Checked: Checked by ClamAV on apache.org After some more testing, I realized that my code isn't working perfectly without that line of code. It isn't updating the target window of the PickList with a newly added item until the user clicks save. Tim From [email protected] Thu May 19 21:00:54 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 92B1F4916 for <[email protected]>; Thu, 19 May 2011 21:00:54 +0000 (UTC) Received: (qmail 31176 invoked by uid 500); 19 May 2011 21:00:54 -0000 Delivered-To: [email protected] Received: (qmail 31159 invoked by uid 500); 19 May 2011 21:00:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 31149 invoked by uid 99); 19 May 2011 21:00:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 May 2011 21:00:54 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-wy0-f170.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 May 2011 21:00:45 +0000 Received: by wyb34 with SMTP id 34so2555079wyb.29 for <[email protected]>; Thu, 19 May 2011 14:00:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=Q+T+ouEaoA/tdaTwF3jj3qxh9VTAbWQKgX9PBNG3kgk=; b=jszph+9gamApgdno/jCti9/uSlzUGMHzD4Y1gVGLdv7HiWMrm/NSSkp3u1DutjvDqI tSoHFv8syTiA0dGFRbtQSwAoLMgKKwKc789CjTZDinBURzuxTM67X+fU7AQlznbcZqVV vqNcE3eRaJ0rio/Ajib5NtVhvS5s9+flxPrys= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=Y56ge0h0GizwDAqTd0ywS+gWJrZ88lvbF1is+TCJkcU+cFzUPy4eR3siEUMceG6z2Y wPAY8LPtLtTI2gffBVtHOvrfsY0AWk8iqYbrjTqr8WegsqW9cEoMf6qat3zj3NS7MK6e qQnvig9ZiDYvNfDdH6FX2WT1tvgDOl5UFPRZU= Received: by 161.129.204.104 with SMTP id fl7mr3619663wbb.17.1305838824650; Thu, 19 May 2011 14:00:24 -0700 (PDT) Received: from [161.129.204.104] ([161.129.204.104]) by mx.google.com with ESMTPS id k2sm1860432wby.34.2161.129.204.104.00.22 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 19 May 2011 14:00:23 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 19 May 2011 23:00:17 +0200 From: Bob Schellink <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:161.129.204.104) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: [email protected] Subject: Re: PickList Question References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 2011/05/19 16:15 PM, Tim Hooper wrote: > I have a PickList (org.apache.click.extras.control.PickList) with thousands of > items in it. When using it, it worked fine when adding items from the left to > right window of the PickList , but would take several minutes to remove even a > single item (using IE 7 and 9, firefox only took about 6 seconds). > > I'm not too good with JavaScript...but...I was able to trace through the > JavaScript and find the line of code that causes the slowness. > > It's in: /click/extras-control.js > Function: pickListMoveItem() > > The line of code is: to.options[toIndex] = > new Option(hidden.options[i].text, hidden.options[i].value); As you've found out that line will add the item to the "to" list. Perhaps there is a more effecient algorithm for copying items from one list to another? On the other hand having thousands of items in a select is likely to be a issue with users? Maybe you could have a separate screen with some filtering to pick options? regards Bob From [email protected] Sun May 22 09:54:32 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 621FE62E7 for <[email protected]>; Sun, 22 May 2011 09:54:32 +0000 (UTC) Received: (qmail 4387 invoked by uid 500); 22 May 2011 09:54:32 -0000 Delivered-To: [email protected] Received: (qmail 4366 invoked by uid 500); 22 May 2011 09:54:31 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 4358 invoked by uid 99); 22 May 2011 09:54:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 May 2011 09:54:31 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=FREEMAIL_FROM,RFC_ABUSE_POST,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 161.129.204.104 is neither permitted nor denied by domain of [email protected]) Received: from [161.129.204.104] (HELO sam.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 May 2011 09:54:26 +0000 Received: from jim.nabble.com ([161.129.204.104]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from <[email protected]>) id 1QO5ML-0004FX-JZ for [email protected]; Sun, 22 May 2011 02:54:05 -0700 Date: Sun, 22 May 2011 02:54:05 -0700 (PDT) From: zolf <[email protected]> To: [email protected] Message-ID: <[email protected]> Subject: Beginner to Click - Help MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello there, I am trying to run my first Click application,but no luck. when i run the page,the browser formats the page as it is in the html page.i mean it does not get the parameters from the java class. what am i missing.i have attached my complete app for you'll to have a look.please help. cheers Zolf http://click.1134972.n2.nabble.com/file/n6391108/Desktop.zip Desktop.zip -- View this message in context: http://click.1134972.n2.nabble.com/Beginner-to-Click-Help-tp6391108p6391108.html Sent from the click-user mailing list [email protected]. From [email protected] Sun May 22 09:55:46 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 187EC62F4 for <[email protected]>; Sun, 22 May 2011 09:55:46 +0000 (UTC) Received: (qmail 4688 invoked by uid 500); 22 May 2011 09:55:46 -0000 Delivered-To: [email protected] Received: (qmail 4665 invoked by uid 500); 22 May 2011 09:55:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 4657 invoked by uid 99); 22 May 2011 09:55:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 May 2011 09:55:45 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=FREEMAIL_FROM,RFC_ABUSE_POST,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 161.129.204.104 is neither permitted nor denied by domain of [email protected]) Received: from [161.129.204.104] (HELO sam.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 May 2011 09:55:40 +0000 Received: from jim.nabble.com ([161.129.204.104]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from <[email protected]>) id 1QO5NY-0004KK-Cd for [email protected]; Sun, 22 May 2011 02:55:20 -0700 Date: Sun, 22 May 2011 02:55:20 -0700 (PDT) From: zolf <[email protected]> To: [email protected] Message-ID: <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> Subject: Re: Beginner to Click - Help MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Please help On 22 May 2011 14:24, zolf [via click] < [email protected]> wrote: > Hello there, > > I am trying to run my first Click application,but no luck. when i run the > page,the browser formats the page as it is in the html page.i mean it does > not get the parameters from the java class. what am i missing.i have > attached my complete app for you'll to have a look.please help. > > cheers > Zolf > Desktop.zip <http://click.1134972.n2.nabble.com/file/n6391108/Desktop.zip> > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://click.1134972.n2.nabble.com/Beginner-to-Click-Help-tp6391108p6391108.html > To start a new topic under click-user, email > [email protected] > To unsubscribe from click-user, click here<http://click.1134972.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1134973&code=emphZmZlcmlAZ21haWwuY29tfDExMzQ5NzN8LTIxNDEwNzU1ODQ=>. > > -- View this message in context: http://click.1134972.n2.nabble.com/Beginner-to-Click-Help-tp6391108p6391112.html Sent from the click-user mailing list [email protected]. From [email protected] Sun May 22 13:39:22 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 1A68F64BF for <[email protected]>; Sun, 22 May 2011 13:39:22 +0000 (UTC) Received: (qmail 43683 invoked by uid 500); 22 May 2011 13:39:22 -0000 Delivered-To: [email protected] Received: (qmail 43665 invoked by uid 500); 22 May 2011 13:39:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 43657 invoked by uid 99); 22 May 2011 13:39:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 May 2011 13:39:21 +0000 X-ASF-Spam-Status: No, hits=4.8 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ww0-f48.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 May 2011 13:39:14 +0000 Received: by wwi18 with SMTP id 18so5677561wwi.29 for <[email protected]>; Sun, 22 May 2011 06:38:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=d9m/IAMD55qp3K1N3Wt1cZ3iPh/Ftce3r3rxspcYW1I=; b=nhTozDRtTWoWH8LZ6hbGW9LQ21fiCZZdz66GTrc7q/AUt+MNDEslJmtr8lukxHV0oQ 7OnUFlE7CAo8eGG4OkE+mCAUTjSs795F6BV13SIg3rlL/EQyOhtUl6sC2RpO6AH8FCcm HfRbaIpMB867XmZh9YxhAa8oCNn9ZvtmewkWE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=UGFs36KQntwDw+wHWskarfc2GBA/MjlQFU9HbC8/Dl/4hXlvYg73CD0ckxNVqJoHaM 3x+FUkT2c+B2qA3pzJuzTTpYmhB8qla8BmzJGi9GR2W14afhi+RHCqc3FEAIjQbqBypb VajiZDRQhfYR6g/G9mvJrWIhI1ZlhDG0nqA1w= Received: by 161.129.204.104 with SMTP id g17mr1412630wef.1.1306071533457; Sun, 22 May 2011 06:38:53 -0700 (PDT) Received: from [161.129.204.104] ([161.129.204.104]) by mx.google.com with ESMTPS id o78sm2764768wep.24.2161.129.204.104.38.49 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 22 May 2011 06:38:53 -0700 (PDT) Message-ID: <[email protected]> Date: Sun, 22 May 2011 15:38:41 +0200 From: Bob Schellink <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:161.129.204.104) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: [email protected] Subject: Re: Beginner to Click - Help References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Zolf, Click supports the .htm extension by default. I suggest you change you web.xml mapping. Also see this FAQ: http://click.apache.org/docs/faq.html#alternative-extension regards Bob On 2011/05/22 11:54 AM, zolf wrote: > Hello there, > > I am trying to run my first Click application,but no luck. when i run the > page,the browser formats the page as it is in the html page.i mean it does > not get the parameters from the java class. what am i missing.i have > attached my complete app for you'll to have a look.please help. > > cheers > Zolf > http://click.1134972.n2.nabble.com/file/n6391108/Desktop.zip Desktop.zip > > -- > View this message in context: http://click.1134972.n2.nabble.com/Beginner-to-Click-Help-tp6391108p6391108.html > Sent from the click-user mailing list [email protected]. > From [email protected] Mon May 23 07:07:11 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 3A6AD450E for <[email protected]>; Mon, 23 May 2011 07:07:11 +0000 (UTC) Received: (qmail 31281 invoked by uid 500); 23 May 2011 07:07:10 -0000 Delivered-To: [email protected] Received: (qmail 30802 invoked by uid 500); 23 May 2011 07:07:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 30149 invoked by uid 99); 23 May 2011 07:07:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 May 2011 07:07:00 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=FREEMAIL_FROM,RFC_ABUSE_POST,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 161.129.204.104 is neither permitted nor denied by domain of [email protected]) Received: from [161.129.204.104] (HELO sam.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 May 2011 07:06:53 +0000 Received: from jim.nabble.com ([161.129.204.104]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from <[email protected]>) id 1QOPDk-0006P4-Jt for [email protected]; Mon, 23 May 2011 00:06:32 -0700 Date: Mon, 23 May 2011 00:06:32 -0700 (PDT) From: zolf <[email protected]> To: [email protected] Message-ID: <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Subject: Re: Beginner to Click - Help MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Bob, thanks for your feedback. i changed the html to htm,but now when i enter the url http://localhost:8080/clickhello/ i get Page not Found Error. below i have copied my tomcat log output.please help me [Click] [info ] *** Initializing Click 2.3.0 in debug mode *** [Click] [info ] initialized LogService: org.apache.click.service.ConsoleLogService [Click] [debug] listing classes in jar:file:/C:/Apache/Tomcat/webapps/clickhello/WEB-INF/lib/click-2.3.0.jar!/META-INF/resources [Click] [info ] found jar: file:/C:/Apache/Tomcat/webapps/clickhello/WEB-INF/lib/click-2.3.0.jar [Click] [debug] listing classes in jar:file:/C:/Apache/Tomcat/webapps/clickhello/WEB-INF/lib/click-extras-2.3.0.jar!/META-INF/resources [Click] [info ] found jar: file:/C:/Apache/Tomcat/webapps/clickhello/WEB-INF/lib/click-extras-2.3.0.jar [Click] [debug] automapped pages: [Click] [debug] /click/error.htm -> CLASS NOT FOUND [Click] [debug] /click/not-found.htm -> CLASS NOT FOUND [Click] [debug] /hello-world.htm -> clickhello.page.HelloWorldPage [Click] [debug] /index.htm -> CLASS NOT FOUND [Click] [debug] initializing FileLoadService: org.apache.click.service.CommonsFileUploadService [Click] [debug] initializing TemplateService: org.apache.click.service.VelocityTemplateService [Click] [debug] initializing ResourceService: org.apache.click.service.ClickResourceService [Click] [debug] initializing MessagesMapService: org.apache.click.service.DefaultMessagesMapService [Click] [info ] Click 2.3.0 initialized in debug mode [Click] [debug] GET http://localhost:8080/clickhello/ [Click] [debug] /index.htm -> CLASS NOT FOUND [Click] [info ] renderTemplate: /click/not-found.htm - 6 ms [Click] [info ] handleRequest: /index.htm - 18 ms -- View this message in context: http://click.1134972.n2.nabble.com/Beginner-to-Click-Help-tp6391108p6393363.html Sent from the click-user mailing list [email protected]. From [email protected] Mon May 23 07:49:52 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id D28D54873 for <[email protected]>; Mon, 23 May 2011 07:49:52 +0000 (UTC) Received: (qmail 74896 invoked by uid 500); 23 May 2011 07:49:52 -0000 Delivered-To: [email protected] Received: (qmail 74877 invoked by uid 500); 23 May 2011 07:49:52 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 74869 invoked by uid 99); 23 May 2011 07:49:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 May 2011 07:49:52 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ey0-f170.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 May 2011 07:49:45 +0000 Received: by eyf5 with SMTP id 5so1758939eyf.29 for <[email protected]>; Mon, 23 May 2011 00:49:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=LCF82KGLMzEuGgYwaA+HcNnDb+k/gKktXrLxsjDb5ow=; b=dQEq0NTq9ek7wkVNHFDjvP8DTP90kRo4z7TRAgvON3OYgmyaTQhs77w3FiGiRWITmW cCBPMOikn0Bi4v1xvdDmvJhSBHk3IFfuffhbYdohGT5hCxtyGIZARy0GalYSPcwFJrgC cvpvd25yjfWtAPw9h3xO4+3/nRxc0gxoXDQi4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=GMA52AK+PZW4RuMxlPJ2APbWxzkpuKuh5Mo/DaFb9HbsWyUpzLq5u8NMb3orJQME/O /uHuBbbJuknjVoU0x7PBBZ4ZaiBIo+bVTTzmXsvD8C0jxeUjjE2+s6rLeZT/RRWzZHno Uo0pXUH3tQ6pwx2Gz0vw5HBi47SPplmU6JRaY= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id n10mr698197eba.97.1306136965142; Mon, 23 May 2011 00:49:25 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 23 May 2011 00:49:25 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Mon, 23 May 2011 09:49:25 +0200 Message-ID: <[email protected]> Subject: Re: Beginner to Click - Help From: Bob Schellink <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Did you update your web.xml welcome page url appropriately? Your page should be here: http://localhost:8080/clickhello/hello-world.htm Bob On Mon, May 23, 2011 at 9:06 AM, zolf <[email protected]> wrote: > > Hi Bob, > > thanks for your feedback. i changed the html to htm,but now when i enter = the > url http://localhost:8080/clickhello/ > i get Page not Found Error. below i have copied my tomcat log output.plea= se > help me > > [Click] [info ] *** =A0Initializing Click 2.3.0 in debug mode =A0*** > [Click] [info ] initialized LogService: > org.apache.click.service.ConsoleLogService > [Click] [debug] listing classes in > jar:file:/C:/Apache/Tomcat/webapps/clickhello/WEB-INF/lib/click-2.3.0.jar= !/META-INF/resources > [Click] [info ] found jar: > file:/C:/Apache/Tomcat/webapps/clickhello/WEB-INF/lib/click-2.3.0.jar > [Click] [debug] listing classes in > jar:file:/C:/Apache/Tomcat/webapps/clickhello/WEB-INF/lib/click-extras-2.= 3.0.jar!/META-INF/resources > [Click] [info ] found jar: > file:/C:/Apache/Tomcat/webapps/clickhello/WEB-INF/lib/click-extras-2.3.0.= jar > [Click] [debug] automapped pages: > [Click] [debug] /click/error.htm -> CLASS NOT FOUND > [Click] [debug] /click/not-found.htm -> CLASS NOT FOUND > [Click] [debug] /hello-world.htm -> clickhello.page.HelloWorldPage > [Click] [debug] /index.htm -> CLASS NOT FOUND > [Click] [debug] initializing FileLoadService: > org.apache.click.service.CommonsFileUploadService > [Click] [debug] initializing TemplateService: > org.apache.click.service.VelocityTemplateService > [Click] [debug] initializing ResourceService: > org.apache.click.service.ClickResourceService > [Click] [debug] initializing MessagesMapService: > org.apache.click.service.DefaultMessagesMapService > [Click] [info ] Click 2.3.0 initialized in debug mode > [Click] [debug] GET http://localhost:8080/clickhello/ > [Click] [debug] /index.htm -> CLASS NOT FOUND > [Click] [info ] renderTemplate: /click/not-found.htm - 6 ms > [Click] [info ] handleRequest: =A0/index.htm - 18 ms > > -- > View this message in context: http://click.1134972.n2.nabble.com/Beginner= -to-Click-Help-tp6391108p6393363.html > Sent from the click-user mailing list [email protected]. > From [email protected] Mon May 23 07:53:58 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 6508648FC for <[email protected]>; Mon, 23 May 2011 07:53:58 +0000 (UTC) Received: (qmail 78921 invoked by uid 500); 23 May 2011 07:53:58 -0000 Delivered-To: [email protected] Received: (qmail 78896 invoked by uid 500); 23 May 2011 07:53:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 78888 invoked by uid 99); 23 May 2011 07:53:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 May 2011 07:53:57 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=FREEMAIL_FROM,RFC_ABUSE_POST,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 161.129.204.104 is neither permitted nor denied by domain of [email protected]) Received: from [161.129.204.104] (HELO sam.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 May 2011 07:53:51 +0000 Received: from jim.nabble.com ([161.129.204.104]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from <[email protected]>) id 1QOPxC-0000hL-3U for [email protected]; Mon, 23 May 2011 00:53:30 -0700 Date: Mon, 23 May 2011 00:53:30 -0700 (PDT) From: zolf <[email protected]> To: [email protected] Message-ID: <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> Subject: Re: Beginner to Click - Help MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org this is my web.xml file and in the index.htm file i have <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="refresh" content="0;URL=hello-world.htm"> <title> Insert title here</title> </head> <body> </body> </html> <? xml version=*"1.0"* encoding=*"UTF-8"*?> < web-app xmlns:xsi=*"http://www.w3.org/2001/XMLSchema-instance"* xmlns=*" http://java.sun.com/xml/ns/javaee"* xmlns:web=*" http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"* xsi:schemaLocation=*" http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"* id=*"WebApp_ID"* version =*"2.5"*> <display-name>*clickhello*</display-name> <servlet> <servlet-name>ClickServlet</servlet-name> <servlet-class>org.apache.click.ClickServlet</servlet-class> <load-on-startup>0</load-on-startup> </servlet> <servlet-mapping> <servlet-name>ClickServlet</servlet-name> <url-pattern>*.*htm*</url-pattern> </servlet-mapping> <welcome-file-list> <welcome-file>index.htm</welcome-file> </welcome-file-list> </ web-app> On 23 May 2011 12:20, Bob Schellink [via click] < [email protected]> wrote: > Did you update your web.xml welcome page url appropriately? > > Your page should be here: > http://localhost:8080/clickhello/hello-world.htm > > Bob > > On Mon, May 23, 2011 at 9:06 AM, zolf <[hidden email]<http://user/SendEmail.jtp?type=node&node=6393454&i=0>> > wrote: > > > > > Hi Bob, > > > > thanks for your feedback. i changed the html to htm,but now when i enter > the > > url http://localhost:8080/clickhello/ > > i get Page not Found Error. below i have copied my tomcat log > output.please > > help me > > > > [Click] [info ] *** Initializing Click 2.3.0 in debug mode *** > > [Click] [info ] initialized LogService: > > org.apache.click.service.ConsoleLogService > > [Click] [debug] listing classes in > > > jar:file:/C:/Apache/Tomcat/webapps/clickhello/WEB-INF/lib/click-2.3.0.jar!/META-INF/resources > > > [Click] [info ] found jar: > > file:/C:/Apache/Tomcat/webapps/clickhello/WEB-INF/lib/click-2.3.0.jar > > [Click] [debug] listing classes in > > > jar:file:/C:/Apache/Tomcat/webapps/clickhello/WEB-INF/lib/click-extras-2.3.0.jar!/META-INF/resources > > > [Click] [info ] found jar: > > > file:/C:/Apache/Tomcat/webapps/clickhello/WEB-INF/lib/click-extras-2.3.0.jar > > > [Click] [debug] automapped pages: > > [Click] [debug] /click/error.htm -> CLASS NOT FOUND > > [Click] [debug] /click/not-found.htm -> CLASS NOT FOUND > > [Click] [debug] /hello-world.htm -> clickhello.page.HelloWorldPage > > [Click] [debug] /index.htm -> CLASS NOT FOUND > > [Click] [debug] initializing FileLoadService: > > org.apache.click.service.CommonsFileUploadService > > [Click] [debug] initializing TemplateService: > > org.apache.click.service.VelocityTemplateService > > [Click] [debug] initializing ResourceService: > > org.apache.click.service.ClickResourceService > > [Click] [debug] initializing MessagesMapService: > > org.apache.click.service.DefaultMessagesMapService > > [Click] [info ] Click 2.3.0 initialized in debug mode > > [Click] [debug] GET http://localhost:8080/clickhello/ > > [Click] [debug] /index.htm -> CLASS NOT FOUND > > [Click] [info ] renderTemplate: /click/not-found.htm - 6 ms > > [Click] [info ] handleRequest: /index.htm - 18 ms > > > > -- > > View this message in context: > http://click.1134972.n2.nabble.com/Beginner-to-Click-Help-tp6391108p6393363.html > > Sent from the click-user mailing list [email protected]. > > > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://click.1134972.n2.nabble.com/Beginner-to-Click-Help-tp6391108p6393454.html > To unsubscribe from Beginner to Click - Help, click here<http://click.1134972.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=6391108&code=emphZmZlcmlAZ21haWwuY29tfDYzOTExMDh8LTIxNDEwNzU1ODQ=>. > > -- View this message in context: http://click.1134972.n2.nabble.com/Beginner-to-Click-Help-tp6391108p6393462.html Sent from the click-user mailing list [email protected]. From [email protected] Mon May 23 08:09:36 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 7E9654560 for <[email protected]>; Mon, 23 May 2011 08:09:36 +0000 (UTC) Received: (qmail 8527 invoked by uid 500); 23 May 2011 08:09:36 -0000 Delivered-To: [email protected] Received: (qmail 8509 invoked by uid 500); 23 May 2011 08:09:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 8501 invoked by uid 99); 23 May 2011 08:09:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 May 2011 08:09:36 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ew0-f42.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 May 2011 08:09:29 +0000 Received: by ewy2 with SMTP id 2so1773305ewy.29 for <[email protected]>; Mon, 23 May 2011 01:09:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=PvSrDKQa6MYUruUxaadYR83Mosd5RrXkpMy3+fn8j0A=; b=aMyH2gpO2nxhs8AKjsthB0caxR7chJ/v1CRVo/6PlEV+cxaMjusSZGAo9NN3nmRBWf 6tYaTKk9nvgPA276TbFD8JhbiqNkRt4/ljBwNoJ+D1OKcGa0n0NGPpWThgZw+gYyeDlG BA6zHQnp9bAnanhDBg0STKPF6BGNIi28vS9SQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=qR/H95UmZjlSNSZkPV3bxbdk9AoGrjvWexMpRSCXjkLPkDaaVlZtRf5qLi+kCkiaU8 iNYzL6/sbW415xSNpG1EBNuNF7yD1C11bgY8ScvZ2X4eOJ9qCRoJtR/1yj6l2SUqPom9 QnxSsaLixj1HlwZjDa+jQsvQ167zUNXwGP7WM= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id f18mr707417eba.21.1306138149030; Mon, 23 May 2011 01:09:09 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 23 May 2011 01:09:08 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Mon, 23 May 2011 10:09:08 +0200 Message-ID: <[email protected]> Subject: Re: Beginner to Click - Help From: Bob Schellink <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Look at your log file. index.htm is not mapped to a page because you don't provide an IndexPage impl. Point your welcome page to another page which is not processed by Click eg: index.html or redirect.html. Also your url-mapping can simply be: *.htm Bob On Mon, May 23, 2011 at 9:53 AM, zolf <[email protected]> wrote: > =A0this is my web.xml file and in the index.htm file i have > > > <html > xmlns=3D"http://www.w3.org/1999/xhtml"> > > <head> > > <meta > http-equiv=3D"refresh" content=3D"0;URL=3Dhello-world.htm"> > > <title> > Insert title here</title> > > </head> > > <body> > > </body> > > </html> > > > <? > xml version=3D*"1.0"* encoding=3D*"UTF-8"*?> > > < > web-app xmlns:xsi=3D*"http://www.w3.org/2001/XMLSchema-instance"* xmlns= =3D*" > http://java.sun.com/xml/ns/javaee"* xmlns:web=3D*" > http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"* xsi:schemaLocation=3D= *" > http://java.sun.com/xml/ns/javaee > http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"* id=3D*"WebApp_ID"* ve= rsion > =3D*"2.5"*> > > <display-name>*clickhello*</display-name> > > <servlet> > > <servlet-name>ClickServlet</servlet-name> > > <servlet-class>org.apache.click.ClickServlet</servlet-class> > > <load-on-startup>0</load-on-startup> > > </servlet> > > <servlet-mapping> > > <servlet-name>ClickServlet</servlet-name> > > <url-pattern>*.*htm*</url-pattern> > > </servlet-mapping> > > <welcome-file-list> > > <welcome-file>index.htm</welcome-file> > > </welcome-file-list> > > </ > web-app> > > > > > On 23 May 2011 12:20, Bob Schellink [via click] < > [email protected]> wrote: > >> Did you update your web.xml welcome page url appropriately? >> >> Your page should be here: >> http://localhost:8080/clickhello/hello-world.htm >> >> Bob >> >> On Mon, May 23, 2011 at 9:06 AM, zolf <[hidden email]<http://user/SendEm= ail.jtp?type=3Dnode&node=3D6393454&i=3D0>> >> wrote: >> >> > >> > Hi Bob, >> > >> > thanks for your feedback. i changed the html to htm,but now when i ent= er >> the >> > url http://localhost:8080/clickhello/ >> > i get Page not Found Error. below i have copied my tomcat log >> output.please >> > help me >> > >> > [Click] [info ] *** =A0Initializing Click 2.3.0 in debug mode =A0*** >> > [Click] [info ] initialized LogService: >> > org.apache.click.service.ConsoleLogService >> > [Click] [debug] listing classes in >> > >> jar:file:/C:/Apache/Tomcat/webapps/clickhello/WEB-INF/lib/click-2.3.0.ja= r!/META-INF/resources >> >> > [Click] [info ] found jar: >> > file:/C:/Apache/Tomcat/webapps/clickhello/WEB-INF/lib/click-2.3.0.jar >> > [Click] [debug] listing classes in >> > >> jar:file:/C:/Apache/Tomcat/webapps/clickhello/WEB-INF/lib/click-extras-2= .3.0.jar!/META-INF/resources >> >> > [Click] [info ] found jar: >> > >> file:/C:/Apache/Tomcat/webapps/clickhello/WEB-INF/lib/click-extras-2.3.0= .jar >> >> > [Click] [debug] automapped pages: >> > [Click] [debug] /click/error.htm -> CLASS NOT FOUND >> > [Click] [debug] /click/not-found.htm -> CLASS NOT FOUND >> > [Click] [debug] /hello-world.htm -> clickhello.page.HelloWorldPage >> > [Click] [debug] /index.htm -> CLASS NOT FOUND >> > [Click] [debug] initializing FileLoadService: >> > org.apache.click.service.CommonsFileUploadService >> > [Click] [debug] initializing TemplateService: >> > org.apache.click.service.VelocityTemplateService >> > [Click] [debug] initializing ResourceService: >> > org.apache.click.service.ClickResourceService >> > [Click] [debug] initializing MessagesMapService: >> > org.apache.click.service.DefaultMessagesMapService >> > [Click] [info ] Click 2.3.0 initialized in debug mode >> > [Click] [debug] GET http://localhost:8080/clickhello/ >> > [Click] [debug] /index.htm -> CLASS NOT FOUND >> > [Click] [info ] renderTemplate: /click/not-found.htm - 6 ms >> > [Click] [info ] handleRequest: =A0/index.htm - 18 ms >> > >> > -- >> > View this message in context: >> http://click.1134972.n2.nabble.com/Beginner-to-Click-Help-tp6391108p6393= 363.html >> > Sent from the click-user mailing list [email protected]. >> > >> >> >> ------------------------------ >> =A0If you reply to this email, your message will be added to the discuss= ion >> below: >> >> http://click.1134972.n2.nabble.com/Beginner-to-Click-Help-tp6391108p6393= 454.html >> To unsubscribe from Beginner to Click - Help, click here<http://click.11= 34972.n2.nabble.com/template/NamlServlet.jtp?macro=3Dunsubscribe_by_code&no= de=3D6391108&code=3DemphZmZlcmlAZ21haWwuY29tfDYzOTExMDh8LTIxNDEwNzU1ODQ=3D>= . >> >> > > > -- > View this message in context: http://click.1134972.n2.nabble.com/Beginner= -to-Click-Help-tp6391108p6393462.html > Sent from the click-user mailing list [email protected]. > From [email protected] Mon May 23 08:26:50 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id A4C4C4E9A for <[email protected]>; Mon, 23 May 2011 08:26:50 +0000 (UTC) Received: (qmail 30025 invoked by uid 500); 23 May 2011 08:26:50 -0000 Delivered-To: [email protected] Received: (qmail 30005 invoked by uid 500); 23 May 2011 08:26:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 29997 invoked by uid 99); 23 May 2011 08:26:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 May 2011 08:26:50 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=FREEMAIL_FROM,RFC_ABUSE_POST,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 161.129.204.104 is neither permitted nor denied by domain of [email protected]) Received: from [161.129.204.104] (HELO sam.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 May 2011 08:26:43 +0000 Received: from jim.nabble.com ([161.129.204.104]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from <[email protected]>) id 1QOQT0-0003RR-2F for [email protected]; Mon, 23 May 2011 01:26:22 -0700 Date: Mon, 23 May 2011 01:26:22 -0700 (PDT) From: zolf <[email protected]> To: [email protected] Message-ID: <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Subject: Re: Beginner to Click - Help MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org cheers!!, I am following fDaoud's book and he did not mention about this htm thingy or may be i missed it. Appreciate your help On 23 May 2011 12:39, Bob Schellink [via click] < [email protected]> wrote: > Look at your log file. index.htm is not mapped to a page because you > don't provide an IndexPage impl. > Point your welcome page to another page which is not processed by > Click eg: index.html or redirect.html. > Also your url-mapping can simply be: *.htm > > Bob > > On Mon, May 23, 2011 at 9:53 AM, zolf <[hidden email]<http://user/SendEmail.jtp?type=node&node=6393506&i=0>> > wrote: > > > this is my web.xml file and in the index.htm file i have > > > > > > <html > > xmlns="http://www.w3.org/1999/xhtml"> > > > > <head> > > > > <meta > > http-equiv="refresh" content="0;URL=hello-world.htm"> > > > > <title> > > Insert title here</title> > > > > </head> > > > > <body> > > > > </body> > > > > </html> > > > > > > <? > > xml version=*"1.0"* encoding=*"UTF-8"*?> > > > > < > > web-app xmlns:xsi=*"http://www.w3.org/2001/XMLSchema-instance"* xmlns=*" > > > http://java.sun.com/xml/ns/javaee"* xmlns:web=*" > > http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"* xsi:schemaLocation=*" > > > http://java.sun.com/xml/ns/javaee > > http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"* id=*"WebApp_ID"* > version > > =*"2.5"*> > > > > <display-name>*clickhello*</display-name> > > > > <servlet> > > > > <servlet-name>ClickServlet</servlet-name> > > > > <servlet-class>org.apache.click.ClickServlet</servlet-class> > > > > <load-on-startup>0</load-on-startup> > > > > </servlet> > > > > <servlet-mapping> > > > > <servlet-name>ClickServlet</servlet-name> > > > > <url-pattern>*.*htm*</url-pattern> > > > > </servlet-mapping> > > > > <welcome-file-list> > > > > <welcome-file>index.htm</welcome-file> > > > > </welcome-file-list> > > > > </ > > web-app> > > > > > > > > > > On 23 May 2011 12:20, Bob Schellink [via click] < > > [hidden email] <http://user/SendEmail.jtp?type=node&node=6393506&i=1>> > wrote: > > > >> Did you update your web.xml welcome page url appropriately? > >> > >> Your page should be here: > >> http://localhost:8080/clickhello/hello-world.htm > >> > >> Bob > >> > >> On Mon, May 23, 2011 at 9:06 AM, zolf <[hidden email]< > http://user/SendEmail.jtp?type=node&node=6393454&i=0>> > > >> wrote: > >> > >> > > >> > Hi Bob, > >> > > >> > thanks for your feedback. i changed the html to htm,but now when i > enter > >> the > >> > url http://localhost:8080/clickhello/ > >> > i get Page not Found Error. below i have copied my tomcat log > >> output.please > >> > help me > >> > > >> > [Click] [info ] *** Initializing Click 2.3.0 in debug mode *** > >> > [Click] [info ] initialized LogService: > >> > org.apache.click.service.ConsoleLogService > >> > [Click] [debug] listing classes in > >> > > >> > jar:file:/C:/Apache/Tomcat/webapps/clickhello/WEB-INF/lib/click-2.3.0.jar!/META-INF/resources > > >> > >> > [Click] [info ] found jar: > >> > file:/C:/Apache/Tomcat/webapps/clickhello/WEB-INF/lib/click-2.3.0.jar > >> > [Click] [debug] listing classes in > >> > > >> > jar:file:/C:/Apache/Tomcat/webapps/clickhello/WEB-INF/lib/click-extras-2.3.0.jar!/META-INF/resources > > >> > >> > [Click] [info ] found jar: > >> > > >> > file:/C:/Apache/Tomcat/webapps/clickhello/WEB-INF/lib/click-extras-2.3.0.jar > > >> > >> > [Click] [debug] automapped pages: > >> > [Click] [debug] /click/error.htm -> CLASS NOT FOUND > >> > [Click] [debug] /click/not-found.htm -> CLASS NOT FOUND > >> > [Click] [debug] /hello-world.htm -> clickhello.page.HelloWorldPage > >> > [Click] [debug] /index.htm -> CLASS NOT FOUND > >> > [Click] [debug] initializing FileLoadService: > >> > org.apache.click.service.CommonsFileUploadService > >> > [Click] [debug] initializing TemplateService: > >> > org.apache.click.service.VelocityTemplateService > >> > [Click] [debug] initializing ResourceService: > >> > org.apache.click.service.ClickResourceService > >> > [Click] [debug] initializing MessagesMapService: > >> > org.apache.click.service.DefaultMessagesMapService > >> > [Click] [info ] Click 2.3.0 initialized in debug mode > >> > [Click] [debug] GET http://localhost:8080/clickhello/ > >> > [Click] [debug] /index.htm -> CLASS NOT FOUND > >> > [Click] [info ] renderTemplate: /click/not-found.htm - 6 ms > >> > [Click] [info ] handleRequest: /index.htm - 18 ms > >> > > >> > -- > >> > View this message in context: > >> > http://click.1134972.n2.nabble.com/Beginner-to-Click-Help-tp6391108p6393363.html > >> > Sent from the click-user mailing list [email protected]. > >> > > >> > >> > >> ------------------------------ > >> If you reply to this email, your message will be added to the > discussion > >> below: > >> > >> > > >> > >> > > > > > > -- > > View this message in context: > http://click.1134972.n2.nabble.com/Beginner-to-Click-Help-tp6391108p6393462.html > > > Sent from the click-user mailing list [email protected]. > > > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://click.1134972.n2.nabble.com/Beginner-to-Click-Help-tp6391108p6393506.html > To unsubscribe from Beginner to Click - Help, click here<http://click.1134972.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=6391108&code=emphZmZlcmlAZ21haWwuY29tfDYzOTExMDh8LTIxNDEwNzU1ODQ=>. > > -- View this message in context: http://click.1134972.n2.nabble.com/Beginner-to-Click-Help-tp6391108p6393548.html Sent from the click-user mailing list [email protected]. From [email protected] Wed May 25 12:36:29 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 619AB41C2 for <[email protected]>; Wed, 25 May 2011 12:36:29 +0000 (UTC) Received: (qmail 19671 invoked by uid 500); 25 May 2011 12:36:29 -0000 Delivered-To: [email protected] Received: (qmail 19655 invoked by uid 500); 25 May 2011 12:36:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 19642 invoked by uid 99); 25 May 2011 12:36:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 May 2011 12:36:28 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO lo.gmane.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 May 2011 12:36:20 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from <[email protected]>) id 1QPDJY-0007X8-HP for [email protected]; Wed, 25 May 2011 14:35:52 +0200 Received: from portal.valdoise.fr ([161.129.204.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Wed, 25 May 2011 14:35:52 +0200 Received: from christophe.foiret by portal.valdoise.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Wed, 25 May 2011 14:35:52 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: [email protected] From: easydoor958 <[email protected]> Subject: Bad display of =?utf-8?b?xZI=?= character in Click Components Date: Wed, 25 May 2011 12:35:41 +0000 (UTC) Lines: 11 Message-ID: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Complaints-To: [email protected] X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 161.129.204.104 (Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.60 Safari/534.24) Hi all, I meet some difficulties to display the Πcharacter (OELig;) in a Click Page. When I put this character directly in the HTML page, it displays well but if i put this one in the Java Controller in a Table or in TextArea, this one is displayed as ? Does it mean that Click components doesn't traduce extended characters (ISO-8859-15) ? Thanks for your reply From [email protected] Thu May 26 08:36:19 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id DB82F6A20 for <[email protected]>; Thu, 26 May 2011 08:36:19 +0000 (UTC) Received: (qmail 89418 invoked by uid 500); 26 May 2011 08:36:19 -0000 Delivered-To: [email protected] Received: (qmail 89278 invoked by uid 500); 26 May 2011 08:36:18 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 89174 invoked by uid 99); 26 May 2011 08:36:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 May 2011 08:36:18 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mx.inode.at) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 May 2011 08:36:09 +0000 Received: from [161.129.204.104] (port=4280 helo=logotronic.co.at) by smartmx-03.inode.at with esmtp (Exim 4.69) (envelope-from <[email protected]>) id 1QPW2n-0004BI-Ax for [email protected]; Thu, 26 May 2011 10:35:49 +0200 Received: by logotronic.co.at (Postfix, from userid 1003) id B232065242E; Thu, 26 May 2011 10:36:12 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on beethoven.logotronic.co.at X-Spam-Level: Received: from logotronic.co.at (localhost [161.129.204.104]) by logotronic.co.at (Postfix) with ESMTP id 82DEE65242E for <[email protected]>; Thu, 26 May 2011 10:36:10 +0200 (CEST) Received: from [161.129.204.104] (unknown [161.129.204.104]) by logotronic.co.at (Postfix) with ESMTP id 5309765241D for <[email protected]>; Thu, 26 May 2011 10:36:10 +0200 (CEST) Message-ID: <[email protected]> Date: Thu, 26 May 2011 10:35:45 +0200 From: Reinhard Hnat <[email protected]> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:161.129.204.104) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: [email protected] Subject: Open a new Browser window Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.1 I want to display a graphic for which i have defined the parameters on an apache click page. Then I redirect to another page to display the graphic. This works fine, but I want to open a new browser window for this graphic. How can I do that? Regards Reinhard From [email protected] Thu May 26 08:39:36 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 04BDB6A9A for <[email protected]>; Thu, 26 May 2011 08:39:36 +0000 (UTC) Received: (qmail 94630 invoked by uid 500); 26 May 2011 08:39:35 -0000 Delivered-To: [email protected] Received: (qmail 94608 invoked by uid 500); 26 May 2011 08:39:35 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 94600 invoked by uid 99); 26 May 2011 08:39:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 May 2011 08:39:35 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO lproxy2.kaleconsultants.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 May 2011 08:39:31 +0000 Received: (qmail 21734 invoked by uid 511); 26 May 2011 08:41:48 -0000 Received: from 161.129.204.104 by lproxy2.kaleconsultants.com (envelope-from <[email protected]>, uid 501) with qmail-scanner-1.23 (clamdscan: 0.80/594. uvscan: v4.3.20/v4307. spamassassin: 3.0.1. Clear:RC:1(161.129.204.104):. Processed in 0.104137 secs); 26 May 2011 08:41:48 -0000 X-Qmail-Scanner-Mail-From: [email protected] via lproxy2.kaleconsultants.com X-Qmail-Scanner: 1.23 (Clear:RC:1(161.129.204.104):. Processed in 0.104137 secs) Received: from unknown (HELO pune.kaleconsultants.com) ([161.129.204.104]) (envelope-sender <[email protected]>) by 161.129.204.104 (qmail-ldap-1.03) with SMTP for <[email protected]>; 26 May 2011 08:41:48 -0000 Received: (qmail 3668 invoked by uid 511); 26 May 2011 08:43:10 -0000 Received: from 161.129.204.104 by linuxmailpune.kaleconsultants.com (envelope-from <[email protected]>, uid 503) with qmail-scanner-1.25 ( Clear:RC:1(161.129.204.104):. Processed in 0.015343 secs); 26 May 2011 08:43:10 -0000 Received: from unknown (HELO thane.kaleconsultants.com) ([161.129.204.104]) (envelope-sender <[email protected]>) by 161.129.204.104 (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for <[email protected]>; 26 May 2011 08:43:10 -0000 Received: (qmail 32468 invoked by uid 508); 26 May 2011 08:43:14 -0000 Received: from 161.129.204.104 by linuxmailthane.kaleconsultants.com (envelope-from <[email protected]>, uid 500) with qmail-scanner-1.25 ( Clear:RC:1(161.129.204.104):. Processed in 0.024654 secs); 26 May 2011 08:43:14 -0000 X-Qmail-Scanner-Mail-From: [email protected] via linuxmailthane.kaleconsultants.com X-Qmail-Scanner: 1.25 (Clear:RC:1(161.129.204.104):. Processed in 0.024654 secs) Received: from unknown (HELO [161.129.204.104]) ([email protected]@[161.129.204.104]) (envelope-sender <[email protected]>) by 161.129.204.104 (qmail-ldap-1.03) with SMTP for <[email protected]>; 26 May 2011 08:43:14 -0000 Message-ID: <[email protected]> Date: Thu, 26 May 2011 14:10:08 +0530 From: Hiren Patel <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:161.129.204.104) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: [email protected] Subject: Re: Open a new Browser window References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Hi, See the below mentioned code which is used creating a link. buffer.elementStart("a"); buffer.appendAttribute("href", src); buffer.appendAttribute("id", getId()); buffer.appendAttribute("target", "_blank"); Regards, Hiren On 5/26/2011 2:05 PM, Reinhard Hnat wrote: > > I want to display a graphic for which i have defined the parameters on > an apache click page. Then I redirect to another page to display the > graphic. This works fine, but I want to open a new browser window for > this graphic. How can I do that? > > Regards > Reinhard > > > <a href= "http://bit.ly/miscellaneous_billing_May_25"> <img src= "http://email.kaleconsultants.com/imgs/e_sign_mbs_webinar.jpg"></a><p> Disclaimer: This email (including any attachments) is intended for the sole use of the recipient/s and may contain material that is CONFIDENTIAL. Any unauthorized disclosure / copying / distribution or forwarding of this message or part is STRICTLY PROHIBITED. If you have erroneously received this message, please delete it immediately and notify the sender. No liability is assumed for any errors and/or omissions in the contents of this message. Information in this message that does not relate to the official business of this Company shall be understood as neither given nor endorsed by it. If verification is required please request a hard-copy version. To know more about Kale Consultants, visit www.kaleconsultants.com -=-=-=-=-=-=-=-=-=- From [email protected] Thu May 26 11:44:42 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id ED2446E10 for <[email protected]>; Thu, 26 May 2011 11:44:42 +0000 (UTC) Received: (qmail 46410 invoked by uid 500); 26 May 2011 11:44:42 -0000 Delivered-To: [email protected] Received: (qmail 46387 invoked by uid 500); 26 May 2011 11:44:42 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 46378 invoked by uid 99); 26 May 2011 11:44:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 May 2011 11:44:42 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-yi0-f42.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 May 2011 11:44:36 +0000 Received: by yib12 with SMTP id 12so281093yib.29 for <[email protected]>; Thu, 26 May 2011 04:44:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=CEWyKlALfr/EU14eDDkG85eSDl4VieqRAQ+l6N6Z5J4=; b=XGjqsYTkmQwJ0QLZ7V2mPWXHJ+zXijomHvBqP3igru/7M1HOHuFdEnefpRCk4pKISz QT5O/zDMTYTsLW41hE2c7eTDoBKRxTuvOYBsu8xQ5OqdLe9BZbvEmJCLJwhnwJZ5ZErB xHpw+OEfQ59iJYiCrz+bhmRfgdoCnMfVrySRU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ZXrJN7irzar4u/YysRe6wpV/bm3m7Da+EwwArTFC4W7JDG8wjJOXZidr6J4YKLwJMF SD4PX4XjAsRhukvN1WadJy5+xMHMkNLSZkJgmBxg//1fT+SrOviJziMGf7kKEfop/fda ZIpMu83yncSAIfprvOdZLf29ITbBfzwywb3Gs= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id o19mr707120yaa.13.1306410255798; Thu, 26 May 2011 04:44:15 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 26 May 2011 04:44:15 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Thu, 26 May 2011 08:44:15 -0300 Message-ID: <[email protected]> Subject: Re: Open a new Browser window From: Gilberto <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=000e0cd529763a51d304a42c579e X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd529763a51d304a42c579e Content-Type: text/plain; charset=UTF-8 This[1] will help a lot and read the docs as well[2]. Regards, Gilberto [1]http://click.avoka.com/click-examples/control/link-demo.htm [2] http://click.apache.org/docs/extras-api/org/apache/click/extras/control/ExternalLink.html On Thu, May 26, 2011 at 5:35 AM, Reinhard Hnat <[email protected]>wrote: > > I want to display a graphic for which i have defined the parameters on an > apache click page. Then I redirect to another page to display the graphic. > This works fine, but I want to open a new browser window for this graphic. > How can I do that? > > Regards > Reinhard > > --000e0cd529763a51d304a42c579e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable This[1] will help a lot and read the docs as well[2].<br>Regards,<br><br>Gi= lberto<br><br>[1]<a href=3D"http://click.avoka.com/click-examples/control/l= ink-demo.htm">http://click.avoka.com/click-examples/control/link-demo.htm</= a><br> [2]<a href=3D"http://click.apache.org/docs/extras-api/org/apache/click/extr= as/control/ExternalLink.html">http://click.apache.org/docs/extras-api/org/a= pache/click/extras/control/ExternalLink.html</a><br><br>=C2=A0<br><br><div = class=3D"gmail_quote"> On Thu, May 26, 2011 at 5:35 AM, Reinhard Hnat <span dir=3D"ltr">&lt;<a hre= f=3D"mailto:[email protected]">[email protected]</a>&gt;</span> wro= te:<br><blockquote class=3D"gmail_quote" style=3D"margin: 0pt 0pt 0pt 0.8ex= ; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"> <br> I want to display a graphic for which i have defined the parameters on an a= pache click page. Then I redirect to another page to display the graphic. T= his works fine, but I want to open a new browser window for this graphic. H= ow can I do that?<br> <br> Regards<br><font color=3D"#888888"> Reinhard<br> <br> </font></blockquote></div><br> --000e0cd529763a51d304a42c579e-- From [email protected] Fri May 27 06:10:59 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id B021445F0 for <[email protected]>; Fri, 27 May 2011 06:10:59 +0000 (UTC) Received: (qmail 32302 invoked by uid 500); 27 May 2011 06:10:59 -0000 Delivered-To: [email protected] Received: (qmail 32242 invoked by uid 500); 27 May 2011 06:10:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 32231 invoked by uid 99); 27 May 2011 06:10:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 May 2011 06:10:57 +0000 X-ASF-Spam-Status: No, hits=2.9 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mx.inode.at) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 May 2011 06:10:49 +0000 Received: from [161.129.204.104] (port=12255 helo=logotronic.co.at) by smartmx-21.inode.at with esmtp (Exim 4.69) (envelope-from <[email protected]>) id 1QPqFh-0007ri-HK for [email protected]; Fri, 27 May 2011 08:10:29 +0200 Received: by logotronic.co.at (Postfix, from userid 1003) id 95F1E6524C4; Fri, 27 May 2011 08:10:53 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on beethoven.logotronic.co.at X-Spam-Level: Received: from logotronic.co.at (localhost [161.129.204.104]) by logotronic.co.at (Postfix) with ESMTP id 55DD1652447 for <[email protected]>; Fri, 27 May 2011 08:10:50 +0200 (CEST) Received: from [161.129.204.104] (unknown [161.129.204.104]) by logotronic.co.at (Postfix) with ESMTP id 390D56523BB for <[email protected]>; Fri, 27 May 2011 08:10:50 +0200 (CEST) Message-ID: <[email protected]> Date: Fri, 27 May 2011 08:10:25 +0200 From: Reinhard Hnat <[email protected]> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:161.129.204.104) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: [email protected] Subject: Re: Open a new Browser window References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: multipart/alternative; boundary="------------090102010402050704000809" X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, HTML_MESSAGE autolearn=ham version=3.3.1 This is a multi-part message in MIME format. --------------090102010402050704000809 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit The Graphic page I want to open on a new Browser window is not an external page. It is an apache click generated page too. Regards Reinhard Am 2011-05-26 13:44, schrieb Gilberto: > This[1] will help a lot and read the docs as well[2]. > Regards, > > Gilberto > > [1]http://click.avoka.com/click-examples/control/link-demo.htm > [2]http://click.apache.org/docs/extras-api/org/apache/click/extras/control/ExternalLink.html > > > > On Thu, May 26, 2011 at 5:35 AM, Reinhard Hnat <[email protected] > <mailto:[email protected]>> wrote: > > > I want to display a graphic for which i have defined the > parameters on an apache click page. Then I redirect to another > page to display the graphic. This works fine, but I want to open a > new browser window for this graphic. How can I do that? > > Regards > Reinhard > > --------------090102010402050704000809 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content=3D"text/html; charset=3DUTF-8" http-equiv=3D"Content-Ty= pe"> </head> <body bgcolor=3D"#ffffff" text=3D"#000000"> <br> <tt>The Graphic page I want to open on a new Browser window is not an external page. It is an apache click generated page too.<br> <br> Regards Reinhard<br> </tt><br> <br> Am 2011-05-26 13:44, schrieb Gilberto: <blockquote cite=3D"mid:[email protected]" type=3D"cite">This[1] will help a lot and read the docs as well[2].= <br> Regards,<br> <br> Gilberto<br> <br> [1]<a moz-do-not-send=3D"true" href=3D"http://click.avoka.com/click-examples/control/link-demo.h= tm">http://click.avoka.com/click-examples/control/link-demo.htm</a><br> [2]<a moz-do-not-send=3D"true" href=3D"http://click.apache.org/docs/extras-api/org/apache/click/extras/c= ontrol/ExternalLink.html">http://click.apache.org/docs/extras-api/org/apa= che/click/extras/control/ExternalLink.html</a><br> <br> =C2=A0<br> <br> <div class=3D"gmail_quote"> On Thu, May 26, 2011 at 5:35 AM, Reinhard Hnat <span dir=3D"ltr">= &lt;<a moz-do-not-send=3D"true" href=3D"mailto:[email protected]= ">[email protected]</a>&gt;</span> wrote:<br> <blockquote class=3D"gmail_quote" style=3D"margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"> <br> I want to display a graphic for which i have defined the parameters on an apache click page. Then I redirect to another page to display the graphic. This works fine, but I want to open a new browser window for this graphic. How can I do that?<= br> <br> Regards<br> <font color=3D"#888888"> Reinhard<br> <br> </font></blockquote> </div> <br> </blockquote> </body> </html> --------------090102010402050704000809-- From [email protected] Fri May 27 12:19:24 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id BFE154288 for <[email protected]>; Fri, 27 May 2011 12:19:24 +0000 (UTC) Received: (qmail 7930 invoked by uid 500); 27 May 2011 12:19:24 -0000 Delivered-To: [email protected] Received: (qmail 7919 invoked by uid 500); 27 May 2011 12:19:23 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 7911 invoked by uid 99); 27 May 2011 12:19:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 May 2011 12:19:23 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-yi0-f42.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 May 2011 12:19:17 +0000 Received: by yib12 with SMTP id 12so790802yib.29 for <[email protected]>; Fri, 27 May 2011 05:18:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=Gfp0Iu0Wps4w8F04zkNvBx7r/OpDCqwRxi9G8ilTVLA=; b=sPoHvcyDFXmqaJfFQK5OpSBSKPG1YSOKOxH4BbDq69A1D+5PiizEp2TJjHLkm/dZKp XC8vHn+ruUwxcYJy+7LG8DKMyz3cPyOWR9Hg2LJSOOIsHQVzQZ6rmg1JI2Nz2VirMUeX InvmTLyrOSBY+duNeEacEC/PmfwG8r700/yRM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=CMXzNz3MHat8NmWP9HsZiKx6zRrmgHYollOrNA76Oqe4VJZcSvA4h28Y20vwmMHUUR W1k65XqsbjIrT7cgZ0iXjSkwycM30AUWMYB0CfXH/83+TFgjIlPc8i+FysX7SnV4sY75 Hxc/NqE/WPjYBn9XaM+DgnsuFKTz2DKmRnGik= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id b13mr1958822ybj.279.1306498735950; Fri, 27 May 2011 05:18:55 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Fri, 27 May 2011 05:18:55 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Fri, 27 May 2011 09:18:55 -0300 Message-ID: <[email protected]> Subject: Re: Open a new Browser window From: Gilberto <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=000e0cd4051c0e4b2b04a440f103 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd4051c0e4b2b04a440f103 Content-Type: text/plain; charset=UTF-8 Sorry, I've posted the wrong link, here is the right one[1]. Hth, Gilberto [1] http://click.apache.org/docs/click-api/org/apache/click/control/AbstractControl.html#setAttribute%28java.lang.String,%20java.lang.String%29 On Fri, May 27, 2011 at 3:10 AM, Reinhard Hnat <[email protected]>wrote: > > The Graphic page I want to open on a new Browser window is not an external > page. It is an apache click generated page too. > > Regards Reinhard > > > Am 2011-05-26 13:44, schrieb Gilberto: > > This[1] will help a lot and read the docs as well[2]. > Regards, > > Gilberto > > [1]http://click.avoka.com/click-examples/control/link-demo.htm > [2] > http://click.apache.org/docs/extras-api/org/apache/click/extras/control/ExternalLink.html > > > > On Thu, May 26, 2011 at 5:35 AM, Reinhard Hnat <[email protected]>wrote: > >> >> I want to display a graphic for which i have defined the parameters on an >> apache click page. Then I redirect to another page to display the graphic. >> This works fine, but I want to open a new browser window for this graphic. >> How can I do that? >> >> Regards >> Reinhard >> >> > --000e0cd4051c0e4b2b04a440f103 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Sorry, I&#39;ve posted the wrong link, here is the right one[1].<br><br>Hth= ,<br><br>Gilberto<br>[1] <a href=3D"http://click.apache.org/docs/click-api/= org/apache/click/control/AbstractControl.html#setAttribute%28java.lang.Stri= ng,%20java.lang.String%29">http://click.apache.org/docs/click-api/org/apach= e/click/control/AbstractControl.html#setAttribute%28java.lang.String,%20jav= a.lang.String%29</a><br> <br><div class=3D"gmail_quote">On Fri, May 27, 2011 at 3:10 AM, Reinhard Hn= at <span dir=3D"ltr">&lt;<a href=3D"mailto:[email protected]">hnat@logo= tronic.co.at</a>&gt;</span> wrote:<br><blockquote class=3D"gmail_quote" sty= le=3D"margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204);= padding-left: 1ex;"> =20 =20 =20 <div bgcolor=3D"#ffffff" text=3D"#000000"> <br> <tt>The Graphic page I want to open on a new Browser window is not an external page. It is an apache click generated page too.<br> <br> Regards Reinhard<br> </tt><br> <br> Am 2011-05-26 13:44, schrieb Gilberto: <div><div></div><div class=3D"h5"><blockquote type=3D"cite">This[1] wil= l help a lot and read the docs as well[2].<br> Regards,<br> <br> Gilberto<br> <br> [1]<a href=3D"http://click.avoka.com/click-examples/control/link-demo= .htm" target=3D"_blank">http://click.avoka.com/click-examples/control/link-= demo.htm</a><br> [2]<a href=3D"http://click.apache.org/docs/extras-api/org/apache/clic= k/extras/control/ExternalLink.html" target=3D"_blank">http://click.apache.o= rg/docs/extras-api/org/apache/click/extras/control/ExternalLink.html</a><br= > <br> =C2=A0<br> <br> <div class=3D"gmail_quote"> On Thu, May 26, 2011 at 5:35 AM, Reinhard Hnat <span dir=3D"ltr">&l= t;<a href=3D"mailto:[email protected]" target=3D"_blank">hnat@logotroni= c.co.at</a>&gt;</span> wrote:<br> <blockquote class=3D"gmail_quote" style=3D"margin: 0pt 0pt 0pt 0.8e= x; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"> <br> I want to display a graphic for which i have defined the parameters on an apache click page. Then I redirect to another page to display the graphic. This works fine, but I want to open a new browser window for this graphic. How can I do that?<br= > <br> Regards<br> <font color=3D"#888888"> Reinhard<br> <br> </font></blockquote> </div> <br> </blockquote> </div></div></div> </blockquote></div><br> --000e0cd4051c0e4b2b04a440f103-- From [email protected] Tue May 31 07:14:36 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id D35A74407 for <[email protected]>; Tue, 31 May 2011 07:14:36 +0000 (UTC) Received: (qmail 57029 invoked by uid 500); 31 May 2011 07:14:35 -0000 Delivered-To: [email protected] Received: (qmail 53214 invoked by uid 500); 31 May 2011 07:14:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 42835 invoked by uid 99); 31 May 2011 07:12:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 May 2011 07:12:57 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO lo.gmane.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 May 2011 07:12:49 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from <[email protected]>) id 1QRJ7o-0004f3-FT for [email protected]; Tue, 31 May 2011 09:12:24 +0200 Received: from portal.valdoise.fr ([161.129.204.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Tue, 31 May 2011 09:12:24 +0200 Received: from christophe.foiret by portal.valdoise.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Tue, 31 May 2011 09:12:24 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: [email protected] From: easydoor958 <[email protected]> Subject: Re: Bad display of =?utf-8?b?xZI=?= character in Click Components Date: Tue, 31 May 2011 07:12:11 +0000 (UTC) Lines: 5 Message-ID: <[email protected]> References: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: [email protected] X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 161.129.204.104 (Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.60 Safari/534.24) Could you answer to my question, please ? Thanks From [email protected] Tue May 31 11:19:52 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id DAA154254 for <[email protected]>; Tue, 31 May 2011 11:19:52 +0000 (UTC) Received: (qmail 55990 invoked by uid 500); 31 May 2011 11:19:52 -0000 Delivered-To: [email protected] Received: (qmail 55949 invoked by uid 500); 31 May 2011 11:19:52 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 55941 invoked by uid 99); 31 May 2011 11:19:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 May 2011 11:19:51 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-gw0-f42.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 May 2011 11:19:45 +0000 Received: by gwb17 with SMTP id 17so2016128gwb.29 for <[email protected]>; Tue, 31 May 2011 04:19:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=L4ueJJDvOG0uxG/3cd/gNEZ6PFnDDKLFGaT6IfoZW/A=; b=qrhLxbNGbKd0lWr8mHEElr4+97L7+0LJeWzio3sJfQtm9rCKYccS8EU3fRfL1KUgFK LieN5w76lFbthMFxDKwHftIHEsjWDUWEgmsnVKKgDu8f+eCRSbdSh8unb45Fo9P4U10q OIgl9FNLiJTYXElpxgZMckEYE6dd6sCkR86H0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=S5J+skb0Xa0iU7ax9Acz7InhxA6tK5oj36wdPaECv0GG2uxdsVuf180ymRN6Q7l54t adtlyf52cjSiG4VHB7TW/3Vvvok9HQCRRmYLmY04wlkcvAclXTOknd2TaA9O8LWEU4nL Jqfm2TNDqr06K8Vne/uxQgY05Wnnp7Sj8elug= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id w13mr4836371yaa.18.1306840764749; Tue, 31 May 2011 04:19:24 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 31 May 2011 04:19:24 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 31 May 2011 08:19:24 -0300 Message-ID: <[email protected]> Subject: =?UTF-8?Q?Re=3A_Bad_display_of_=C5=92_character_in_Click_Components?= From: Gilberto <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=000e0cd39a6a8f970804a49093ac --000e0cd39a6a8f970804a49093ac Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable In the user guide[1] you will find a lot of information, mainly when you need to put your app in production [2]. Hth, Gilberto [1] http://click.apache.org/docs/user-guide/htmlsingle/click-book.html [2] http://click.apache.org/docs/user-guide/htmlsingle/click-book.html#click-ap= p On Wed, May 25, 2011 at 9:35 AM, easydoor958 <[email protected]>wrote: > Hi all, > > I meet some difficulties to display the =C5=92 character (OELig;) in a Cl= ick > Page. > When I put this character directly in the HTML page, it displays well but > if i put this one in the Java Controller in a Table or in TextArea, > this one is displayed as ? > > Does it mean that Click components doesn't traduce extended characters > (ISO-8859-15) ? > > Thanks for your reply > > --000e0cd39a6a8f970804a49093ac Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable In the user guide[1] you will find a lot of information, mainly when you ne= ed to put your app in production [2].<br><br>Hth,<br><br>Gilberto<br><br>[1= ] <a href=3D"http://click.apache.org/docs/user-guide/htmlsingle/click-book.= html">http://click.apache.org/docs/user-guide/htmlsingle/click-book.html</a= ><br> [2] <a href=3D"http://click.apache.org/docs/user-guide/htmlsingle/click-boo= k.html#click-app">http://click.apache.org/docs/user-guide/htmlsingle/click-= book.html#click-app</a><br><br><div class=3D"gmail_quote">On Wed, May 25, 2= 011 at 9:35 AM, easydoor958 <span dir=3D"ltr">&lt;<a href=3D"mailto:christo= [email protected]">[email protected]</a>&gt;</span> wrote:= <br> <blockquote class=3D"gmail_quote" style=3D"margin: 0pt 0pt 0pt 0.8ex; borde= r-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi all,<br> <br> I meet some difficulties to display the =C5=92 character (OELig;) in a Clic= k Page.<br> When I put this character directly in the HTML page, it displays well but<b= r> if i put this one in the Java Controller in a Table or in TextArea,<br> this one is displayed as ?<br> <br> Does it mean that Click components doesn&#39;t traduce extended characters<= br> (ISO-8859-15) ?<br> <br> Thanks for your reply<br> <br> </blockquote></div><br> --000e0cd39a6a8f970804a49093ac-- From [email protected] Tue May 31 11:36:40 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 343C84D65 for <[email protected]>; Tue, 31 May 2011 11:36:40 +0000 (UTC) Received: (qmail 70789 invoked by uid 500); 31 May 2011 11:36:39 -0000 Delivered-To: [email protected] Received: (qmail 70763 invoked by uid 500); 31 May 2011 11:36:39 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <user.click.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 70755 invoked by uid 99); 31 May 2011 11:36:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 May 2011 11:36:39 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ey0-f170.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 May 2011 11:36:34 +0000 Received: by eyf5 with SMTP id 5so1557954eyf.29 for <[email protected]>; Tue, 31 May 2011 04:36:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=3a+l2GkxSWb2qVvPClijXAOAW6Xn9L24ixZ/beroS90=; b=oxKJV4hP+zM/v55OMl0eX71EkVSZG65/IV95h5fGS1H6VluUrRpraB5wchYxE+Ft4A f1iV+4Rgj8Jio/qe0HoEEuCPB3DMaWc4/F1G7eL16A1NrM5Weo8J1WPjRMYeTgmx3rst kZwaOYStsgO2MGXZCF8N+xRmuW979bsItMHb4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=kZf251HZsVRtcdBmkupbazWaf64uS+uA0U0MKos5VAuhfh1j2VikZ+GDbrcDXkUTFG VvgfQodt81+PBgtqkGcRxBhI1v6RNFZlqTdO2osDQFHEK/tiy/WahBb6SNsJ4a0egV2O XupP2UygowJCrk6qP3TWB53S1hTlF8dHZYN/U= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id p6mr1311816ebc.103.1306841772543; Tue, 31 May 2011 04:36:12 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 31 May 2011 04:36:12 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Tue, 31 May 2011 13:36:12 +0200 Message-ID: <[email protected]> Subject: =?windows-1252?Q?Re=3A_Bad_display_of_=8C_character_in_Click_Components?= From: Bob Schellink <[email protected]> To: [email protected] Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable This sounds like a character encoding issue, not Click related. If a ? is displayed that means the character is not supported by the speicified encoding. The easiest solution is to use vUTF-8 encoding which can encode the full unicode set. Bob On Tue, May 31, 2011 at 1:19 PM, Gilberto <[email protected]> wrote: > In the user guide[1] you will find a lot of information, mainly when you > need to put your app in production [2]. > > Hth, > > Gilberto > > [1] http://click.apache.org/docs/user-guide/htmlsingle/click-book.html > [2] > http://click.apache.org/docs/user-guide/htmlsingle/click-book.html#click-= app > > On Wed, May 25, 2011 at 9:35 AM, easydoor958 <[email protected].= fr> > wrote: >> >> Hi all, >> >> I meet some difficulties to display the =8C character (OELig;) in a Clic= k >> Page. >> When I put this character directly in the HTML page, it displays well bu= t >> if i put this one in the Java Controller in a Table or in TextArea, >> this one is displayed as ? >> >> Does it mean that Click components doesn't traduce extended characters >> (ISO-8859-15) ? >> >> Thanks for your reply >> > >
From [email protected] Sat Apr 03 21:08:15 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84074 invoked from network); 3 Apr 2010 21:08:15 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 3 Apr 2010 21:08:15 -0000 Received: (qmail 53206 invoked by uid 500); 3 Apr 2010 21:08:15 -0000 Delivered-To: [email protected] Received: (qmail 53162 invoked by uid 500); 3 Apr 2010 21:08:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 53145 invoked by uid 99); 3 Apr 2010 21:08:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Apr 2010 21:08:14 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-gy0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Apr 2010 21:08:04 +0000 Received: by gye5 with SMTP id 5so1601839gye.37 for <[email protected]>; Sat, 03 Apr 2010 14:07:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:mime-version:content-type:x-mailer:thread-index :content-language:x-cr-hashedpuzzle:x-cr-puzzleid; bh=qp3WVUFZk7hNjJCzL9DfUNCZQx7oMyVvWiO8tfsR2fc=; b=VC6f8Im9QObiSryIVT8Cv3Dh+Pdi/wqe6OD+earKyiDRXG1CL4nDCy6PQ2niITLtVE y6YDlc+bZJnZFuhjIjSt7fp4DXHlQSCkcxyeCmk7InCi+/MWYV/ZrYUUtOQucplOK63b icVkRXQHOBofkXPRcej7KbzHQVyHJn/7k2EWI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:mime-version:content-type:x-mailer :thread-index:content-language:x-cr-hashedpuzzle:x-cr-puzzleid; b=FpjxC3f94CONZ+NUJmCP9hGU/JmoVfFH6n+2RC5ihPwkfyOnU9WapHQJpJt6XOKej7 WdQiVeA5l3FXogxuVqCf5SHtN/w1EsgATjhoATKvXbBRU5t9ZQXg4NZauTtt8iq/w57D pfQ68lCIODpP90GbhfQnksE61vJmlXOz2ug9g= Received: by 161.129.204.104 with SMTP id g11mr4625579ybj.162.1270328862905; Sat, 03 Apr 2010 14:07:42 -0700 (PDT) Received: from yaragalla ([161.129.204.104]) by mx.google.com with ESMTPS id 20sm2626404iwn.13.2161.129.204.104.07.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 03 Apr 2010 14:07:41 -0700 (PDT) From: "Muralidhar Yaragalla" <[email protected]> To: <[email protected]> Subject: problem in starting apacheds Date: Sun, 4 Apr 2010 02:37:32 +0530 Message-ID: <000001cad371$b1c0d3d0$15427b70$@com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0001_01CAD39F.CB790FD0" X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcrTcaeFURP/wgcdTIqfJisPghpTGg== Content-Language: en-us x-cr-hashedpuzzle: AcDV A6PW A+8m BiqT CMF3 C07u DStT DhGf DpBl DpjU GJ22 GxUV IHzu IVkl KlgM Ks14;1;dQBzAGUAcgBzAEAAZABpAHIAZQBjAHQAbwByAHkALgBhAHAAYQBjAGgAZQAuAG8AcgBnAA==;Sosha1_v1;7;{E1230E96-18DF-4989-B51F-29DC8C652CC9};eQBhAHIAYQBnAGEAbABsAGEAbQB1AHIAYQBsAGkAQABnAG0AYQBpAGwALgBjAG8AbQA=;Sat, 03 Apr 2010 21:07:23 GMT;cAByAG8AYgBsAGUAbQAgAGkAbgAgAHMAdABhAHIAdABpAG4AZwAgAGEAcABhAGMAaABlAGQAcwA= x-cr-puzzleid: {E1230E96-18DF-4989-B51F-29DC8C652CC9} X-Virus-Checked: Checked by ClamAV on apache.org ------=_NextPart_000_0001_01CAD39F.CB790FD0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi I am trying to start the server with the following command on windows7 C:\ds\Apache Directory Server\bin>apacheds -c ..\instances\default\conf\apacheds.conf When I moved to bin directory and tried with the above command the following error is coming up. Please help me in starting the server in console mode. wrapper | --> Wrapper Started as Console wrapper | Launching a JVM... jvm 1 | java.lang.NoClassDefFoundError: Main jvm 1 | Caused by: java.lang.ClassNotFoundException: Main jvm 1 | at java.net.URLClassLoader$1.run(URLClassLoader.java:200) jvm 1 | at java.security.AccessController.doPrivileged(Native Method) jvm 1 | at java.net.URLClassLoader.findClass(URLClassLoader.java:188) jvm 1 | at java.lang.ClassLoader.loadClass(ClassLoader.java:303) jvm 1 | at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) jvm 1 | at java.lang.ClassLoader.loadClass(ClassLoader.java:248) jvm 1 | at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316) jvm 1 | Could not find the main class: Main. Program will exit. jvm 1 | Exception in thread "main" wrapper | JVM exited while loading the application. wrapper | Launching a JVM... jvm 2 | java.lang.NoClassDefFoundError: Main jvm 2 | Caused by: java.lang.ClassNotFoundException: Main jvm 2 | at java.net.URLClassLoader$1.run(URLClassLoader.java:200) jvm 2 | at java.security.AccessController.doPrivileged(Native Method) jvm 2 | at java.net.URLClassLoader.findClass(URLClassLoader.java:188) jvm 2 | at java.lang.ClassLoader.loadClass(ClassLoader.java:303) jvm 2 | at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) jvm 2 | at java.lang.ClassLoader.loadClass(ClassLoader.java:248) jvm 2 | at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316) jvm 2 | Could not find the main class: Main. Program will exit. jvm 2 | Exception in thread "main" wrapper | JVM exited while loading the application. wrapper | Launching a JVM... jvm 3 | java.lang.NoClassDefFoundError: Main jvm 3 | Caused by: java.lang.ClassNotFoundException: Main jvm 3 | at java.net.URLClassLoader$1.run(URLClassLoader.java:200) jvm 3 | at java.security.AccessController.doPrivileged(Native Method) jvm 3 | at java.net.URLClassLoader.findClass(URLClassLoader.java:188) jvm 3 | at java.lang.ClassLoader.loadClass(ClassLoader.java:303) jvm 3 | at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) jvm 3 | at java.lang.ClassLoader.loadClass(ClassLoader.java:248) jvm 3 | at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316) jvm 3 | Could not find the main class: Main. Program will exit. jvm 3 | Exception in thread "main" wrapper | JVM exited while loading the application. wrapper | Launching a JVM... jvm 4 | java.lang.NoClassDefFoundError: Main jvm 4 | Caused by: java.lang.ClassNotFoundException: Main jvm 4 | at java.net.URLClassLoader$1.run(URLClassLoader.java:200) jvm 4 | at java.security.AccessController.doPrivileged(Native Method) jvm 4 | at java.net.URLClassLoader.findClass(URLClassLoader.java:188) jvm 4 | at java.lang.ClassLoader.loadClass(ClassLoader.java:303) jvm 4 | at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) jvm 4 | at java.lang.ClassLoader.loadClass(ClassLoader.java:248) jvm 4 | at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316) jvm 4 | Could not find the main class: Main. Program will exit. jvm 4 | Exception in thread "main" wrapper | JVM exited while loading the application. wrapper | Launching a JVM... jvm 5 | java.lang.NoClassDefFoundError: Main jvm 5 | Caused by: java.lang.ClassNotFoundException: Main jvm 5 | at java.net.URLClassLoader$1.run(URLClassLoader.java:200) jvm 5 | at java.security.AccessController.doPrivileged(Native Method) jvm 5 | at java.net.URLClassLoader.findClass(URLClassLoader.java:188) jvm 5 | at java.lang.ClassLoader.loadClass(ClassLoader.java:303) jvm 5 | at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) jvm 5 | at java.lang.ClassLoader.loadClass(ClassLoader.java:248) jvm 5 | at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316) jvm 5 | Could not find the main class: Main. Program will exit. jvm 5 | Exception in thread "main" wrapper | JVM exited while loading the application. wrapper | There were 5 failed launches in a row, each lasting less than 300 sec onds. Giving up. wrapper | There may be a configuration problem: please check the logs. wrapper | <-- Wrapper Stopped ------=_NextPart_000_0001_01CAD39F.CB790FD0-- From [email protected] Sun Apr 04 17:03:53 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14629 invoked from network); 4 Apr 2010 17:03:53 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 4 Apr 2010 17:03:53 -0000 Received: (qmail 74380 invoked by uid 500); 4 Apr 2010 17:03:53 -0000 Delivered-To: [email protected] Received: (qmail 74328 invoked by uid 500); 4 Apr 2010 17:03:52 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 74319 invoked by uid 99); 4 Apr 2010 17:03:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Apr 2010 17:03:52 +0000 X-ASF-Spam-Status: No, hits=-0.6 required=10.0 tests=AWL,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mo-p00-ob.rzone.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Apr 2010 17:03:45 +0000 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1270400603; l=5101; s=domk; d=labeo.de; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References: Subject:To:MIME-Version:From:Date:X-RZG-CLASS-ID:X-RZG-AUTH; bh=f8TeFgJEwe84Ot7lWBsVswNwLQE=; b=u6mrJLeM1wiOOEAT+kRYv4zRhGQHv7pQLVjp3K/CC9c24zuiBv4NhtXiWfwkclKuauU nJeTXtV0SxkJi13gGJ7vJsqTau1Qc9lnvSvQzTsQRywad+/QGBe6xUPriXDBlg/1uy8u5 8bnBgFztKD38WVAAHcLCl3bO1IDuuuj2S/Q= X-RZG-AUTH: :P3gBc0GmW/MphhhpU4BSj2bmx/Zwgz97J2mNwJqPPEL+U9r/pmo3xItK6ax0 X-RZG-CLASS-ID: mo00 Received: from [161.129.204.104] (p5DC6D89B.dip.t-dialin.net [161.129.204.104]) by post.strato.de (mrclete mo47) (RZmta 23.0) with ESMTP id K0270cm34GMjGT for <[email protected]>; Sun, 4 Apr 2010 19:03:23 +0200 (MEST) Message-ID: <[email protected]> Date: Sun, 04 Apr 2010 19:03:21 +0200 From: Stefan Zoerner <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20100228) MIME-Version: 1.0 To: [email protected] Subject: Re: problem in starting apacheds References: <000001cad371$b1c0d3d0$15427b70$@com> In-Reply-To: <000001cad371$b1c0d3d0$15427b70$@com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Which version of ApacheDS do you use? Is it 1.5.6? have you tried to start it as a service? Muralidhar Yaragalla wrote: > Hi I am trying to start the server with the following command on windows7 > > > > C:\ds\Apache Directory Server\bin>apacheds -c > ..\instances\default\conf\apacheds.conf > > > > When I moved to bin directory and tried with the above command the following > error is coming up. Please help me in starting the server in console mode. > > > > wrapper | --> Wrapper Started as Console > > wrapper | Launching a JVM... > > jvm 1 | java.lang.NoClassDefFoundError: Main > > jvm 1 | Caused by: java.lang.ClassNotFoundException: Main > > jvm 1 | at java.net.URLClassLoader$1.run(URLClassLoader.java:200) > > jvm 1 | at java.security.AccessController.doPrivileged(Native > Method) > > jvm 1 | at > java.net.URLClassLoader.findClass(URLClassLoader.java:188) > > jvm 1 | at java.lang.ClassLoader.loadClass(ClassLoader.java:303) > > jvm 1 | at > sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > > > > jvm 1 | at java.lang.ClassLoader.loadClass(ClassLoader.java:248) > > jvm 1 | at > java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316) > > > > jvm 1 | Could not find the main class: Main. Program will exit. > > jvm 1 | Exception in thread "main" > > wrapper | JVM exited while loading the application. > > wrapper | Launching a JVM... > > jvm 2 | java.lang.NoClassDefFoundError: Main > > jvm 2 | Caused by: java.lang.ClassNotFoundException: Main > > jvm 2 | at java.net.URLClassLoader$1.run(URLClassLoader.java:200) > > jvm 2 | at java.security.AccessController.doPrivileged(Native > Method) > > jvm 2 | at > java.net.URLClassLoader.findClass(URLClassLoader.java:188) > > jvm 2 | at java.lang.ClassLoader.loadClass(ClassLoader.java:303) > > jvm 2 | at > sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > > > > jvm 2 | at java.lang.ClassLoader.loadClass(ClassLoader.java:248) > > jvm 2 | at > java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316) > > > > jvm 2 | Could not find the main class: Main. Program will exit. > > jvm 2 | Exception in thread "main" > > wrapper | JVM exited while loading the application. > > wrapper | Launching a JVM... > > jvm 3 | java.lang.NoClassDefFoundError: Main > > jvm 3 | Caused by: java.lang.ClassNotFoundException: Main > > jvm 3 | at java.net.URLClassLoader$1.run(URLClassLoader.java:200) > > jvm 3 | at java.security.AccessController.doPrivileged(Native > Method) > > jvm 3 | at > java.net.URLClassLoader.findClass(URLClassLoader.java:188) > > jvm 3 | at java.lang.ClassLoader.loadClass(ClassLoader.java:303) > > jvm 3 | at > sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > > > > jvm 3 | at java.lang.ClassLoader.loadClass(ClassLoader.java:248) > > jvm 3 | at > java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316) > > > > jvm 3 | Could not find the main class: Main. Program will exit. > > jvm 3 | Exception in thread "main" > > wrapper | JVM exited while loading the application. > > wrapper | Launching a JVM... > > jvm 4 | java.lang.NoClassDefFoundError: Main > > jvm 4 | Caused by: java.lang.ClassNotFoundException: Main > > jvm 4 | at java.net.URLClassLoader$1.run(URLClassLoader.java:200) > > jvm 4 | at java.security.AccessController.doPrivileged(Native > Method) > > jvm 4 | at > java.net.URLClassLoader.findClass(URLClassLoader.java:188) > > jvm 4 | at java.lang.ClassLoader.loadClass(ClassLoader.java:303) > > jvm 4 | at > sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > > > > jvm 4 | at java.lang.ClassLoader.loadClass(ClassLoader.java:248) > > jvm 4 | at > java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316) > > > > jvm 4 | Could not find the main class: Main. Program will exit. > > jvm 4 | Exception in thread "main" > > wrapper | JVM exited while loading the application. > > wrapper | Launching a JVM... > > jvm 5 | java.lang.NoClassDefFoundError: Main > > jvm 5 | Caused by: java.lang.ClassNotFoundException: Main > > jvm 5 | at java.net.URLClassLoader$1.run(URLClassLoader.java:200) > > jvm 5 | at java.security.AccessController.doPrivileged(Native > Method) > > jvm 5 | at > java.net.URLClassLoader.findClass(URLClassLoader.java:188) > > jvm 5 | at java.lang.ClassLoader.loadClass(ClassLoader.java:303) > > jvm 5 | at > sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > > > > jvm 5 | at java.lang.ClassLoader.loadClass(ClassLoader.java:248) > > jvm 5 | at > java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316) > > > > jvm 5 | Could not find the main class: Main. Program will exit. > > jvm 5 | Exception in thread "main" > > wrapper | JVM exited while loading the application. > > wrapper | There were 5 failed launches in a row, each lasting less than 300 > sec > > onds. Giving up. > > wrapper | There may be a configuration problem: please check the logs. > > wrapper | <-- Wrapper Stopped > > > > From [email protected] Tue Apr 06 01:12:55 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66757 invoked from network); 6 Apr 2010 01:12:55 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 Apr 2010 01:12:55 -0000 Received: (qmail 52342 invoked by uid 500); 6 Apr 2010 01:12:55 -0000 Delivered-To: [email protected] Received: (qmail 52289 invoked by uid 500); 6 Apr 2010 01:12:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 52281 invoked by uid 99); 6 Apr 2010 01:12:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 01:12:53 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-qy0-f179.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 01:12:43 +0000 Received: by qyk9 with SMTP id 9so1645623qyk.1 for <[email protected]>; Mon, 05 Apr 2010 18:12:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:references :in-reply-to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:x-mailer:thread-index:content-language; bh=9gCjUD8mZgNm0St+0aAHfFfKXewRc7AJy5Ng+/FIv3Q=; b=imP7hNCR/Aq06U9DKDbKNLdcMEULIciSK6dzd/aHqV6D+t6E1U0fi9deGMHkQ9/jbS g4yB+tZGc8urLIrsiN+4Bi3VBUna//2P06gQJERelA20OspPDc8eiFKjzHUAXeMdIG67 9Uie+Dde5HSmjD2enwpdDOcRga1duJ76EhMTM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:references:in-reply-to:subject:date:message-id:mime-version :content-type:content-transfer-encoding:x-mailer:thread-index :content-language; b=ghQxTT/fQiKJIuSkCRnydmmcU8drAELtSR0JhdbjqRXXy1Vy8NNuxJjOsi0tBd/bby ysUFDk9vuMwdWZ0Ck+pf25s8cyaqcvFZNLNtuRbHsP1G1xmRyV6Cq0CsHXHvWlfq9aV8 joO4KJP5dKd+yXRg9ec/FEKX/ETIu491k/7ck= Received: by 161.129.204.104 with SMTP id hk1mr2159230qcb.81.1270516342545; Mon, 05 Apr 2010 18:12:22 -0700 (PDT) Received: from yaragalla ([161.129.204.104]) by mx.google.com with ESMTPS id x34sm5893211qce.15.2161.129.204.104.12.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 05 Apr 2010 18:12:21 -0700 (PDT) From: "Muralidhar Yaragalla" <[email protected]> To: <[email protected]> References: <000001cad371$b1c0d3d0$15427b70$@com> <[email protected]> In-Reply-To: <[email protected]> Subject: RE: problem in starting apacheds Date: Tue, 6 Apr 2010 06:42:08 +0530 Message-ID: <001b01cad526$312b1120$93813360$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcrUGM+OXIzqw1DESz6PbAvGbwAa+wBDLGqQ Content-language: en-us X-Virus-Checked: Checked by ClamAV on apache.org Hi this problem got solved when I pointed to C:\ds\Apache Directory Server\conf\apacheds.conf Instead of > C:\ds\Apache Directory Server\bin>apacheds -c > ..\instances\default\conf\apacheds.conf But still one error on console like "unabe to start the server". I have ignored this because even though this error is on console Apacheds works fine. Yes it is 1.5.6. -----Original Message----- From: Stefan Zoerner [mailto:[email protected]] Sent: Sunday, April 04, 2010 10:33 PM To: [email protected] Subject: Re: problem in starting apacheds Which version of ApacheDS do you use? Is it 1.5.6? have you tried to start it as a service? Muralidhar Yaragalla wrote: > Hi I am trying to start the server with the following command on windows7 > > > > C:\ds\Apache Directory Server\bin>apacheds -c > ..\instances\default\conf\apacheds.conf > > > > When I moved to bin directory and tried with the above command the following > error is coming up. Please help me in starting the server in console mode. > > > > wrapper | --> Wrapper Started as Console > > wrapper | Launching a JVM... > > jvm 1 | java.lang.NoClassDefFoundError: Main > > jvm 1 | Caused by: java.lang.ClassNotFoundException: Main > > jvm 1 | at java.net.URLClassLoader$1.run(URLClassLoader.java:200) > > jvm 1 | at java.security.AccessController.doPrivileged(Native > Method) > > jvm 1 | at > java.net.URLClassLoader.findClass(URLClassLoader.java:188) > > jvm 1 | at java.lang.ClassLoader.loadClass(ClassLoader.java:303) > > jvm 1 | at > sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > > > > jvm 1 | at java.lang.ClassLoader.loadClass(ClassLoader.java:248) > > jvm 1 | at > java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316) > > > > jvm 1 | Could not find the main class: Main. Program will exit. > > jvm 1 | Exception in thread "main" > > wrapper | JVM exited while loading the application. > > wrapper | Launching a JVM... > > jvm 2 | java.lang.NoClassDefFoundError: Main > > jvm 2 | Caused by: java.lang.ClassNotFoundException: Main > > jvm 2 | at java.net.URLClassLoader$1.run(URLClassLoader.java:200) > > jvm 2 | at java.security.AccessController.doPrivileged(Native > Method) > > jvm 2 | at > java.net.URLClassLoader.findClass(URLClassLoader.java:188) > > jvm 2 | at java.lang.ClassLoader.loadClass(ClassLoader.java:303) > > jvm 2 | at > sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > > > > jvm 2 | at java.lang.ClassLoader.loadClass(ClassLoader.java:248) > > jvm 2 | at > java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316) > > > > jvm 2 | Could not find the main class: Main. Program will exit. > > jvm 2 | Exception in thread "main" > > wrapper | JVM exited while loading the application. > > wrapper | Launching a JVM... > > jvm 3 | java.lang.NoClassDefFoundError: Main > > jvm 3 | Caused by: java.lang.ClassNotFoundException: Main > > jvm 3 | at java.net.URLClassLoader$1.run(URLClassLoader.java:200) > > jvm 3 | at java.security.AccessController.doPrivileged(Native > Method) > > jvm 3 | at > java.net.URLClassLoader.findClass(URLClassLoader.java:188) > > jvm 3 | at java.lang.ClassLoader.loadClass(ClassLoader.java:303) > > jvm 3 | at > sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > > > > jvm 3 | at java.lang.ClassLoader.loadClass(ClassLoader.java:248) > > jvm 3 | at > java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316) > > > > jvm 3 | Could not find the main class: Main. Program will exit. > > jvm 3 | Exception in thread "main" > > wrapper | JVM exited while loading the application. > > wrapper | Launching a JVM... > > jvm 4 | java.lang.NoClassDefFoundError: Main > > jvm 4 | Caused by: java.lang.ClassNotFoundException: Main > > jvm 4 | at java.net.URLClassLoader$1.run(URLClassLoader.java:200) > > jvm 4 | at java.security.AccessController.doPrivileged(Native > Method) > > jvm 4 | at > java.net.URLClassLoader.findClass(URLClassLoader.java:188) > > jvm 4 | at java.lang.ClassLoader.loadClass(ClassLoader.java:303) > > jvm 4 | at > sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > > > > jvm 4 | at java.lang.ClassLoader.loadClass(ClassLoader.java:248) > > jvm 4 | at > java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316) > > > > jvm 4 | Could not find the main class: Main. Program will exit. > > jvm 4 | Exception in thread "main" > > wrapper | JVM exited while loading the application. > > wrapper | Launching a JVM... > > jvm 5 | java.lang.NoClassDefFoundError: Main > > jvm 5 | Caused by: java.lang.ClassNotFoundException: Main > > jvm 5 | at java.net.URLClassLoader$1.run(URLClassLoader.java:200) > > jvm 5 | at java.security.AccessController.doPrivileged(Native > Method) > > jvm 5 | at > java.net.URLClassLoader.findClass(URLClassLoader.java:188) > > jvm 5 | at java.lang.ClassLoader.loadClass(ClassLoader.java:303) > > jvm 5 | at > sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > > > > jvm 5 | at java.lang.ClassLoader.loadClass(ClassLoader.java:248) > > jvm 5 | at > java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316) > > > > jvm 5 | Could not find the main class: Main. Program will exit. > > jvm 5 | Exception in thread "main" > > wrapper | JVM exited while loading the application. > > wrapper | There were 5 failed launches in a row, each lasting less than 300 > sec > > onds. Giving up. > > wrapper | There may be a configuration problem: please check the logs. > > wrapper | <-- Wrapper Stopped > > > > From [email protected] Tue Apr 06 01:17:32 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67481 invoked from network); 6 Apr 2010 01:17:31 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 Apr 2010 01:17:31 -0000 Received: (qmail 55750 invoked by uid 500); 6 Apr 2010 01:17:31 -0000 Delivered-To: [email protected] Received: (qmail 55724 invoked by uid 500); 6 Apr 2010 01:17:31 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 55716 invoked by uid 99); 6 Apr 2010 01:17:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 01:17:31 +0000 X-ASF-Spam-Status: No, hits=1.8 required=10.0 tests=AWL,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ew0-f220.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 01:17:25 +0000 Received: by ewy20 with SMTP id 20so228077ewy.1 for <[email protected]>; Mon, 05 Apr 2010 18:17:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=pqkbIyy+jmRnw4i1iYFVH7auGOZLN1FaWu//pR6gAeE=; b=ZTKaiiHjazOxzPyjHw20U5WDuhIhzgezkmCZuiYgxZzYxUQfF8xiN+4EWYjeSobLRv GNhgjePrlUIgy+AwRJeeFgnmasWdLlwnFn2Kpa9RcGJeZMwd4QZCQbLDSK9F53iaTNH3 6iZmodDeeiG426G7WX2asC+QKW+XAqyV/m9Vw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=KH0ULvtJZ6mQHaR8HlR7wOtHz6fUGABXbCwSUuBgIxQdAhWUh5LY5lj6yNPcWCUZnr JkZYFr2lahDymPW3NFh8Cn4VS3sTGbcCuWRiIYAh69/Q0GvVkBGbg9rs1opHZ350LGdZ lXKWjFnkyEOB3uhdkGw9G3vJkJz0zSsMqV2+0= MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Mon, 5 Apr 2010 18:17:02 -0700 (PDT) Date: Mon, 5 Apr 2010 20:17:02 -0500 Received: by 161.129.204.104 with SMTP id h11mr90345ebf.39.1270516622381; Mon, 05 Apr 2010 18:17:02 -0700 (PDT) Message-ID: <[email protected]> Subject: Starting Embedded ApacheDS - Fails to Extract Schema? From: Andrew Wiley <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=00148532613df554d4048387339a --00148532613df554d4048387339a Content-Type: text/plain; charset=ISO-8859-1 I'm trying to start an embedded ApacheDS instance, and getting this log: 0 [main] DEBUG org.apache.directory.shared.ldap.schema.ldif.extractor.impl.DefaultSchemaLdifExtractor - BASE_PATH set to , outputDirectory set to /tmp/server-work-default 1 [main] DEBUG org.apache.directory.shared.ldap.schema.ldif.extractor.impl.DefaultSchemaLdifExtractor - Creating output directory: /tmp/server-work-default 1 [main] INFO org.apache.directory.shared.ldap.schema.ldif.extractor.impl.DefaultSchemaLdifExtractor - Schema directory '/tmp/server-work-default/schema' does NOT exist: extracted state set to false. Exception in thread "main" java.lang.Error: java.util.zip.ZipException: error in opening zip [email protected](ResourceMap.java:98) at org.apache.directory.shared.ldap.schema.ldif.extractor.impl.ResourceMap.getResources(ResourceMap.java:82) at org.apache.directory.shared.ldap.schema.ldif.extractor.impl.ResourceMap.getResources(ResourceMap.java:59) at org.apache.directory.shared.ldap.schema.ldif.extractor.impl.DefaultSchemaLdifExtractor.extractOrCopy(DefaultSchemaLdifExtractor.java:145) at org.apache.directory.shared.ldap.schema.ldif.extractor.impl.DefaultSchemaLdifExtractor.extractOrCopy(DefaultSchemaLdifExtractor.java:171) at org.apache.directory.server.core.factory.DefaultDirectoryServiceFactory.initSchema(DefaultDirectoryServiceFactory.java:121) at org.apache.directory.server.core.factory.DefaultDirectoryServiceFactory.build(DefaultDirectoryServiceFactory.java:192) at org.apache.directory.server.core.factory.DefaultDirectoryServiceFactory.init(DefaultDirectoryServiceFactory.java:89) at org.wileynet.slinad.embedded.EmbeddedADS.init(EmbeddedADS.java:103) at org.wileynet.slinad.embedded.EmbeddedADS.<init>(EmbeddedADS.java:174) at org.wileynet.slinad.embedded.EmbeddedADS.main(EmbeddedADS.java:188) Caused by: java.util.zip.ZipException: error in opening zip [email protected](Native Method) at java.util.zip.ZipFile.<init>(ZipFile.java:131) at java.util.zip.ZipFile.<init>(ZipFile.java:148) at org.apache.directory.shared.ldap.schema.ldif.extractor.impl.ResourceMap.getResourcesFromJarFile(ResourceMap.java:94) ... 10 more The code starting the server is this: // Initialize the LDAP service DirectoryServiceFactory fac = DefaultDirectoryServiceFactory.DEFAULT; fac.init("default"); service = fac.getDirectoryService(); It's crashing on fac.init(). It looks like the server is trying to extract the core schema from a zip/jar file and for some reason this is failing. The only cause I can think of is that the files aren't present. I'm using a Maven-based project that includes apacheds-all, which depends on shared-ldap and shared-ldap-schema, and I'm pretty sure the schema files are supposed to be in there? What am I doing wrong? Any help would be appreciated, Andrew Wiley --00148532613df554d4048387339a-- From [email protected] Tue Apr 06 01:30:26 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70837 invoked from network); 6 Apr 2010 01:30:26 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 Apr 2010 01:30:26 -0000 Received: (qmail 67543 invoked by uid 500); 6 Apr 2010 01:30:26 -0000 Delivered-To: [email protected] Received: (qmail 67494 invoked by uid 500); 6 Apr 2010 01:30:26 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 67486 invoked by uid 99); 6 Apr 2010 01:30:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 01:30:26 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO qw-out-2122.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 01:30:17 +0000 Received: by qw-out-2122.google.com with SMTP id 9so1489278qwb.31 for <[email protected]>; Mon, 05 Apr 2010 18:29:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:mime-version:content-type:x-mailer:thread-index :content-language:x-cr-hashedpuzzle:x-cr-puzzleid; bh=O1nLUZecSs8xm4XMOgwngv5cs0HthNjQdehSkumOzWc=; b=ZpHa2kLk893Z6G+Zp5abOGQoWBTOeZ9d+3PW8yeRPpqzbeYQ5RegDjMiabmpMfp2NH WLD8cnI3caaUbILo+dTpE8HnEut7tgPx0RB/oy0xMlz1F4BvAntc3/pEo34wRRYSAUNG CmJIyx4bL9vVq3mpBtgk6oDTVeywlXYITIi98= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:mime-version:content-type:x-mailer :thread-index:content-language:x-cr-hashedpuzzle:x-cr-puzzleid; b=Q3f4A/Wtp/ZSu6o8dxMMUWMfAl7N04UdAUcNT3pHAh6oIAUNEOM7LlDtfKEcadlRNq s83goNZerA+pTXbekD9VQekexdLLcBvM4qWU0gFxKS7RCXd2ax/7y5OrTUAcHkUp/3UJ 2BJWNxKQFN22u5QLUXO+UXPW9Fg3tIuTR7TxM= Received: by 161.129.204.104 with SMTP id gx16mr10508370qcb.35.1270517396514; Mon, 05 Apr 2010 18:29:56 -0700 (PDT) Received: from yaragalla ([161.129.204.104]) by mx.google.com with ESMTPS id v26sm5907373qce.1.2161.129.204.104.29.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 05 Apr 2010 18:29:56 -0700 (PDT) From: "Muralidhar Yaragalla" <[email protected]> To: <[email protected]> Subject: badly in need of help on LDIF Date: Tue, 6 Apr 2010 06:59:42 +0530 Message-ID: <001f01cad528$a55a09f0$f00e1dd0$@com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0020_01CAD556.BF1245F0" X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcrVKJuRMdmNl6iyRlWMM8YLSf0Dcw== Content-language: en-us x-cr-hashedpuzzle: 5PA= AVfO A6u0 B6PY CjuJ DFsH DGNB DyTS EbUK E66d FW9p GwVJ HXsw HwTM Kbg7 K5k0;1;dQBzAGUAcgBzAEAAZABpAHIAZQBjAHQAbwByAHkALgBhAHAAYQBjAGgAZQAuAG8AcgBnAA==;Sosha1_v1;7;{6EC11DD8-441D-4B55-943F-60E9DD150962};eQBhAHIAYQBnAGEAbABsAGEAbQB1AHIAYQBsAGkAQABnAG0AYQBpAGwALgBjAG8AbQA=;Tue, 06 Apr 2010 01:29:31 GMT;YgBhAGQAbAB5ACAAaQBuACAAbgBlAGUAZAAgAG8AZgAgAGgAZQBsAHAAIABvAG4AIABMAEQASQBGAA== x-cr-puzzleid: {6EC11DD8-441D-4B55-943F-60E9DD150962} X-Virus-Checked: Checked by ClamAV on apache.org ------=_NextPart_000_0020_01CAD556.BF1245F0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi I am running a default instance. I failed to create a context in the partition at the time of server start using LDIF. My server.xml is as follows <?xml version="1.0" encoding="UTF-8"?> <spring:beans xmlns="http://apacheds.org/config/1.5.6" xmlns:spring="http://xbean.apache.org/schemas/spring/1.0" xmlns:s="http://www.springframework.org/schema/beans"> <defaultDirectoryService id="directoryService" instanceId="default" replicaId="1" workingDirectory="example.com" allowAnonymousAccess="true" accessControlEnabled="false" denormalizeOpAttrsEnabled="false" syncPeriodMillis="15000" maxPDUSize="2000000"> <systemPartition> <!-- use the following partitionConfiguration to override defaults for --> <!-- the system partition --> <jdbmPartition id="system" cacheSize="100" suffix="ou=system" optimizerEnabled="true" syncOnWrite="true"> <indexedAttributes> <jdbmIndex attributeId="161.129.204.104.4.1.18161.129.204.104.2.1" cacheSize="100"/> <jdbmIndex attributeId="161.129.204.104.4.1.18161.129.204.104.2.2" cacheSize="100"/> <jdbmIndex attributeId="161.129.204.104.4.1.18161.129.204.104.2.3" cacheSize="100"/> <jdbmIndex attributeId="161.129.204.104.4.1.18161.129.204.104.2.4" cacheSize="100"/> <jdbmIndex attributeId="161.129.204.104.4.1.18161.129.204.104.2.5" cacheSize="10"/> <jdbmIndex attributeId="161.129.204.104.4.1.18161.129.204.104.2.6" cacheSize="10"/> <jdbmIndex attributeId="161.129.204.104.4.1.18161.129.204.104.2.7" cacheSize="10"/> <jdbmIndex attributeId="ou" cacheSize="100"/> <jdbmIndex attributeId="uid" cacheSize="100"/> <jdbmIndex attributeId="objectClass" cacheSize="100"/> </indexedAttributes> </jdbmPartition> </systemPartition> <partitions> <!-- NOTE: when specifying new partitions you need not include those --> <!-- attributes below with OID's which are the system indices, if left --> <!-- out they will be automatically configured for you with defaults. --> <jdbmPartition id="murali" cacheSize="100" suffix="ou=murali" optimizerEnabled="true" syncOnWrite="true"> <indexedAttributes> <jdbmIndex attributeId="161.129.204.104.4.1.18161.129.204.104.2.1" cacheSize="100"/> <jdbmIndex attributeId="161.129.204.104.4.1.18161.129.204.104.2.2" cacheSize="100"/> <jdbmIndex attributeId="161.129.204.104.4.1.18161.129.204.104.2.3" cacheSize="100"/> <jdbmIndex attributeId="161.129.204.104.4.1.18161.129.204.104.2.4" cacheSize="100"/> <jdbmIndex attributeId="161.129.204.104.4.1.18161.129.204.104.2.5" cacheSize="10"/> <jdbmIndex attributeId="161.129.204.104.4.1.18161.129.204.104.2.6" cacheSize="10"/> <jdbmIndex attributeId="161.129.204.104.4.1.18161.129.204.104.2.7" cacheSize="10"/> <jdbmIndex attributeId="dc" cacheSize="100"/> <jdbmIndex attributeId="ou" cacheSize="100"/> <jdbmIndex attributeId="uid" cacheSize="100"/> <jdbmIndex attributeId="objectClass" cacheSize="100"/> </indexedAttributes> </jdbmPartition> </partitions> <interceptors> <normalizationInterceptor/> <authenticationInterceptor/> <referralInterceptor/> <aciAuthorizationInterceptor/> <defaultAuthorizationInterceptor/> <exceptionInterceptor/> <operationalAttributeInterceptor/> <schemaInterceptor/> <subentryInterceptor/> <collectiveAttributeInterceptor/> <eventInterceptor/> <triggerInterceptor/> </interceptors> </defaultDirectoryService> <!-- +============================================================+ | LDAP Service configuration | +============================================================+ --> <ldapServer id="ldapServer" allowAnonymousAccess="false" saslHost="localhost" saslPrincipal="yaragalla" searchBaseDn="ou=users,ou=system,dc=murali" maxTimeLimit="15000" maxSizeLimit="1000"> <transports> <tcpTransport address="161.129.204.104" port="10389" nbThreads="8" backLog="50" enableSSL="false"/> <tcpTransport address="localhost" port="10636" enableSSL="true"/> </transports> <directoryService>#directoryService</directoryService> <!-- The list of supported authentication mechanisms. --> <saslMechanismHandlers> <simpleMechanismHandler mech-name="SIMPLE"/> </saslMechanismHandlers> <!-- The realms serviced by this SASL host, used by DIGEST-MD5 and GSSAPI. --> <saslRealms/> <!-- the collection of extended operation handlers to install --> <extendedOperationHandlers> <startTlsHandler/> <gracefulShutdownHandler/> <launchDiagnosticUiHandler/> <!-- The Stored Procedure Extended Operation is not stable yet and it may cause security risks.--> <!--storedProcedureExtendedOperationHandler/--> </extendedOperationHandlers> </ldapServer> <apacheDS id="apacheDS"> <ldapServer>#ldapServer</ldapServer> <ldifDirectory>murali.ldif</ldifDirectory> </apacheDS> </spring:beans> ___________________________________________________________ My LDIF file is as below _____________________________________________________ version: 1 dn: ou=murali objectClass: organizationalUnit objectClass: top ou: murali In the server.xml I have defined a partition "murali". I want to have a context in that partition at the time of server start . so I have configured the LDIF file as per the documentation in server.xml but the context is not getting created automatically. I tried too hard but no success. Can anybody explain me what the problem is? ------=_NextPart_000_0020_01CAD556.BF1245F0-- From [email protected] Tue Apr 06 06:53:46 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19151 invoked from network); 6 Apr 2010 06:53:46 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 Apr 2010 06:53:46 -0000 Received: (qmail 61096 invoked by uid 500); 6 Apr 2010 06:53:46 -0000 Delivered-To: [email protected] Received: (qmail 60956 invoked by uid 500); 6 Apr 2010 06:53:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 60948 invoked by uid 99); 6 Apr 2010 06:53:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 06:53:43 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-fx0-f211.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 06:53:36 +0000 Received: by fxm3 with SMTP id 3so212119fxm.11 for <[email protected]>; Mon, 05 Apr 2010 23:53:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=sN4LJvTi+R1rqb5HsJ2gcoaJ8fBqhtmaWz1IMBqD2lU=; b=Du0n7owZvJZ1kdE+fr7KVPw1WAgw1XFixEy67opZKE8vVtspxoUD4XhfIqNxyOVJzY t031ZOuDYyHtJ+QBDnL7EmjhdovhmmNTs72/VBbTPzdBn+hQzfFeY09GjXMcReik/P2/ Z0EF2ob5rQXUOlnpSJNZDtOKESu2hS5UHVFZ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=uM7lhmntjH//KyMHHvDLgXSYLVAk3pPrLMmYJNE7yZvpjB0eaE6+kCMwLtJyjVZZZv ha72wfRUWC1pTRayj7DmuTyc1vPZsIbxi87cCUO/hQmLWZKmgb7pD4hW6F3mSrEZrNPG tGcgALvyjcsncUkfR2fb6TE25CPEEcE/vZqzw= MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Mon, 5 Apr 2010 23:53:15 -0700 (PDT) In-Reply-To: <001f01cad528$a55a09f0$f00e1dd0$@com> References: <001f01cad528$a55a09f0$f00e1dd0$@com> Date: Tue, 6 Apr 2010 09:53:15 +0300 Received: by 161.129.204.104 with SMTP id w9mr632924hbd.144.1270536795233; Mon, 05 Apr 2010 23:53:15 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: badly in need of help on LDIF From: Alex Karasulu <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=001485f90fc65a9fae04838be614 X-Virus-Checked: Checked by ClamAV on apache.org --001485f90fc65a9fae04838be614 Content-Type: text/plain; charset=ISO-8859-1 Version? On Tue, Apr 6, 2010 at 4:29 AM, Muralidhar Yaragalla < [email protected]> wrote: > Hi I am running a default instance. I failed to create a context in the > partition at the time of server start using LDIF. My server.xml is as > follows > > > > <?xml version="1.0" encoding="UTF-8"?> > > > > <spring:beans xmlns="http://apacheds.org/config/1.5.6" > > xmlns:spring="http://xbean.apache.org/schemas/spring/1.0" > > xmlns:s="http://www.springframework.org/schema/beans"> > > > > <defaultDirectoryService id="directoryService" instanceId="default" > > replicaId="1" > > workingDirectory="example.com" > > allowAnonymousAccess="true" > > accessControlEnabled="false" > > denormalizeOpAttrsEnabled="false" > > syncPeriodMillis="15000" > > maxPDUSize="2000000"> > > <systemPartition> > > <!-- use the following partitionConfiguration to override defaults for > --> > > <!-- the system partition > --> > > <jdbmPartition id="system" cacheSize="100" suffix="ou=system" > optimizerEnabled="true" syncOnWrite="true"> > > <indexedAttributes> > > <jdbmIndex attributeId="161.129.204.104.4.1.18161.129.204.104.2.1" > cacheSize="100"/> > > <jdbmIndex attributeId="161.129.204.104.4.1.18161.129.204.104.2.2" > cacheSize="100"/> > > <jdbmIndex attributeId="161.129.204.104.4.1.18161.129.204.104.2.3" > cacheSize="100"/> > > <jdbmIndex attributeId="161.129.204.104.4.1.18161.129.204.104.2.4" > cacheSize="100"/> > > <jdbmIndex attributeId="161.129.204.104.4.1.18161.129.204.104.2.5" > cacheSize="10"/> > > <jdbmIndex attributeId="161.129.204.104.4.1.18161.129.204.104.2.6" > cacheSize="10"/> > > <jdbmIndex attributeId="161.129.204.104.4.1.18161.129.204.104.2.7" > cacheSize="10"/> > > <jdbmIndex attributeId="ou" cacheSize="100"/> > > <jdbmIndex attributeId="uid" cacheSize="100"/> > > <jdbmIndex attributeId="objectClass" cacheSize="100"/> > > </indexedAttributes> > > </jdbmPartition> > > </systemPartition> > > > > <partitions> > > <!-- NOTE: when specifying new partitions you need not include those > --> > > <!-- attributes below with OID's which are the system indices, if left > --> > > <!-- out they will be automatically configured for you with defaults. > --> > > <jdbmPartition id="murali" cacheSize="100" suffix="ou=murali" > optimizerEnabled="true" > > syncOnWrite="true"> > > <indexedAttributes> > > <jdbmIndex attributeId="161.129.204.104.4.1.18161.129.204.104.2.1" > cacheSize="100"/> > > <jdbmIndex attributeId="161.129.204.104.4.1.18161.129.204.104.2.2" > cacheSize="100"/> > > <jdbmIndex attributeId="161.129.204.104.4.1.18161.129.204.104.2.3" > cacheSize="100"/> > > <jdbmIndex attributeId="161.129.204.104.4.1.18161.129.204.104.2.4" > cacheSize="100"/> > > <jdbmIndex attributeId="161.129.204.104.4.1.18161.129.204.104.2.5" > cacheSize="10"/> > > <jdbmIndex attributeId="161.129.204.104.4.1.18161.129.204.104.2.6" > cacheSize="10"/> > > <jdbmIndex attributeId="161.129.204.104.4.1.18161.129.204.104.2.7" > cacheSize="10"/> > > <jdbmIndex attributeId="dc" cacheSize="100"/> > > <jdbmIndex attributeId="ou" cacheSize="100"/> > > <jdbmIndex attributeId="uid" cacheSize="100"/> > > <jdbmIndex attributeId="objectClass" cacheSize="100"/> > > </indexedAttributes> > > </jdbmPartition> > > </partitions> > > > > <interceptors> > > <normalizationInterceptor/> > > <authenticationInterceptor/> > > <referralInterceptor/> > > <aciAuthorizationInterceptor/> > > <defaultAuthorizationInterceptor/> > > <exceptionInterceptor/> > > <operationalAttributeInterceptor/> > > > > > > <schemaInterceptor/> > > <subentryInterceptor/> > > <collectiveAttributeInterceptor/> > > <eventInterceptor/> > > <triggerInterceptor/> > > > > </interceptors> > > > > > > </defaultDirectoryService> > > > > <!-- > > +============================================================+ > > | LDAP Service configuration | > > +============================================================+ > > --> > > > > <ldapServer id="ldapServer" > > allowAnonymousAccess="false" > > saslHost="localhost" > > saslPrincipal="yaragalla" > > searchBaseDn="ou=users,ou=system,dc=murali" > > maxTimeLimit="15000" > > maxSizeLimit="1000"> > > <transports> > > <tcpTransport address="161.129.204.104" port="10389" nbThreads="8" > backLog="50" enableSSL="false"/> > > <tcpTransport address="localhost" port="10636" enableSSL="true"/> > > </transports> > > > > <directoryService>#directoryService</directoryService> > > > > <!-- The list of supported authentication mechanisms. > --> > > <saslMechanismHandlers> > > <simpleMechanismHandler mech-name="SIMPLE"/> > > </saslMechanismHandlers> > > > > <!-- The realms serviced by this SASL host, used by DIGEST-MD5 and > GSSAPI. --> > > <saslRealms/> > > <!-- the collection of extended operation handlers to install > --> > > <extendedOperationHandlers> > > <startTlsHandler/> > > <gracefulShutdownHandler/> > > <launchDiagnosticUiHandler/> > > <!-- The Stored Procedure Extended Operation is not stable yet and it > may cause security risks.--> > > <!--storedProcedureExtendedOperationHandler/--> > > </extendedOperationHandlers> > > </ldapServer> > > > > <apacheDS id="apacheDS"> > > <ldapServer>#ldapServer</ldapServer> > > <ldifDirectory>murali.ldif</ldifDirectory> > > </apacheDS> > > > > </spring:beans> > > ___________________________________________________________ > > > > My LDIF file is as below > > _____________________________________________________ > > version: 1 > > > > dn: ou=murali > > objectClass: organizationalUnit > > objectClass: top > > ou: murali > > > > In the server.xml I have defined a partition "murali". I want to have a > context in that partition at the time of server start . so I have > configured > the LDIF file as per the documentation in server.xml but the context is not > getting created automatically. I tried too hard but no success. Can anybody > explain me what the problem is? > > -- Alex Karasulu My Blog acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b http://www.jroller.com/akarasulu/ Apache Directory Server acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b http://directory.apache.org Apache MINA acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b http://mina.apache.org To set up a meeting with me: http://tungle.me/AlexKarasulu --001485f90fc65a9fae04838be614-- From [email protected] Tue Apr 06 07:44:07 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27730 invoked from network); 6 Apr 2010 07:44:07 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 Apr 2010 07:44:07 -0000 Received: (qmail 3359 invoked by uid 500); 6 Apr 2010 07:44:07 -0000 Delivered-To: [email protected] Received: (qmail 3146 invoked by uid 500); 6 Apr 2010 07:44:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 3127 invoked by uid 99); 6 Apr 2010 07:44:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 07:44:03 +0000 X-ASF-Spam-Status: No, hits=-0.2 required=10.0 tests=AWL,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-fx0-f211.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 07:43:57 +0000 Received: by fxm3 with SMTP id 3so248854fxm.11 for <multiple recipients>; Tue, 06 Apr 2010 00:43:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:received:message-id:subject:from:to :content-type; bh=Ps6qChpgyqbiPoREpWU5kVMgsP7nBvaM/vtZLhzLp+Q=; b=vpPNG2JprrNvfG0NOYsqsskHoWSJ7XnjR4Lf9Q9KQkZRmGtiwM3DDdwWDibov+8WNI nRhz/IWcszbaQjywl0T/XO+Br6XfN3pRLlSlwISjMMX+IUswm83wpFJERCqiv93G0s/Q 5FLrgR3o9Yg8FTFZWFyiMoTZzCWt8Q6XIwRc8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=Zm6dO5+/AqQ1LY7XLdweeyHHmKzeMR3YSuE4YEhX202A3mRQPGmfWaug3qt34gsWIf aVxTDh+/CcC6ESMEbWeptX9unkLw8WxKnRVYxN3m/EwrTDjG3WqAquBm5IHDzbzA0R3m uksKg00jLRAlTDyeGxxyGpFZUqV4b6AAKGQus= MIME-Version: 1.0 Sender: [email protected] Received: by 161.129.204.104 with HTTP; Tue, 6 Apr 2010 00:43:34 -0700 (PDT) Date: Tue, 6 Apr 2010 09:43:34 +0200 X-Google-Sender-Auth: 8c3dae8f1ce705aa Received: by 161.129.204.104 with SMTP id k36mr3523658muh.117.1270539814959; Tue, 06 Apr 2010 00:43:34 -0700 (PDT) Message-ID: <[email protected]> Subject: [ANNOUNCE] Apache Directory Studio 1.5.3 released From: Pierre-Arnaud Marcelot <[email protected]> To: [email protected], Apache Directory Developers List <[email protected]>, Apache Directory Users List <[email protected]> Content-Type: multipart/alternative; boundary=00163642678357fbc804838c9a98 --00163642678357fbc804838c9a98 Content-Type: text/plain; charset=ISO-8859-1 The Apache Directory Team is pleased to announce the release of Apache Directory Studio 1.5.3, a bug fix and enhancement update of its Eclipse based LDAP Browser and Directory client. You can download Apache Directory Studio 1.5.3 as a standalone RCP application for Mac OS X, Linux and Windows here: http://directory.apache.org/studio/downloads.html You can install it directly in Eclipse using this update site: http://directory.apache.org/studio/update/1.x/ Here are a few highlights of this new version: * fixed a critical bug that makes Studio gone into an endless event loop * Apache DS plugin comes with the latest 1.5.6 version of Apache DS * Apache DS Configuration plugin can now handle correctly the latest 1.5.6 version of Apache DS server.xml file * editors now warns the user if they contain modifications and the input is changed * various improvements in certificates handling * added a new 'Delete All' menu item for entries, bookmarks and searches Developed as a sub-project of the Directory Top Level Project, Apache Directory Studio is an Eclipse RCP application that takes full advantage of the benefits inherent in the Eclipse platform. Composed of several Eclipse (OSGi) plugins, Apache Directory Studio can be easily upgraded with additional plugins. Apache Directory Studio plugins can even run within a full installation of Eclipse itself. Apache Directory Studio contains 6 major features: * an LDAP Browser feature * an LDIF Editor feature * an ACI Editor feature for Apache Directory Server * a Schema Editor feature * an Apache DS feature * an Apache DS Configuration feature For more information about Apache Directory Studio, see our website: http://directory.apache.org/studio Below are the JIRA issues that were resolved in this release: Bug * [DIRSTUDIO-424] - Canceling a search gives an error sometimes * [DIRSTUDIO-585] - Do not modify the current thread's ClassLoader; or reset it afterwards * [DIRSTUDIO-608] - Non-translated string in the French version of the "Export Connections" wizard * [DIRSTUDIO-609] - Studio "hangs" when performing large search that is to be displayed * [DIRSTUDIO-610] - Unable to export to "My Documents" * [DIRSTUDIO-611] - Unable to add a third party Entry Editor * [DIRSTUDIO-613] - Certificate with empty common name (cn) appears almost hidden in the preference page table view * [DIRSTUDIO-614] - The 'Installed JREs' preference page is no longer displayed in Apache Directory Studio's preferences * [DIRSTUDIO-615] - Various typos in the french translation * [DIRSTUDIO-616] - Entry Editor Manager does not ensure that the entry's attributes are initialized (loaded) before testing and opening editors * [DIRSTUDIO-617] - Tabular and LDIF Entry Single-Tab Editors should warn the user when modifications are pending (auto-save disabled) and their input is changed * [DIRSTUDIO-623] - NPE in the ModificationLogsViewUniversalListener under rare circumstances when selecting a connection * [DIRSTUDIO-624] - NPE in the SearchLogsViewUniversalListener.java under rare circumstances when selecting a connection * [DIRSTUDIO-627] - Can't open a relatively big LDIF file * [DIRSTUDIO-629] - Entry editor tab is activated when executing a search * [DIRSTUDIO-632] - Endless event loop * [DIRSTUDIO-637] - copy/paste of attributes no longer works * [DIRSTUDIO-639] - Exception when navigation history contains bookmarks of an deleted connection * [DIRSTUDIO-642] - ADS does not remember the certificate if two certificates are used for the same server * [DIRSTUDIO-643] - Missing modules when importing into Eclipse as existing project Improvement * [DIRSTUDIO-612] - The 'Properties' item in the context menu of the default Entry Editor should be enabled and linked to the entry properties when no particular attribute is selected in the table * [DIRSTUDIO-618] - The icon of the entry in the 'Outline' view for the LDIF Entry Editor should be the same as the one in the 'LDAP Browser' view * [DIRSTUDIO-619] - Outline view for the LDIF Entry Editor should display by default the nodes underneath the entry * [DIRSTUDIO-625] - Add Connection Context in the LDAP Browser Window * [DIRSTUDIO-633] - Delete all searches context menu * [DIRSTUDIO-634] - Add search context menu entry / simplify search * [DIRSTUDIO-638] - Improve the way we ask for operational attributes Task * [DIRSTUDIO-635] - Update Eclipse dependencies to version 3.5.2 * [DIRSTUDIO-636] - Update copyright in spash screen to 2010 * [DIRSTUDIO-640] - Support for server.xml file of Apache DS version 1.5.6 * [DIRSTUDIO-641] - Integrate Apache DS version 1.5.6 in the Apache DS plugin The Apache Directory Team --00163642678357fbc804838c9a98-- From [email protected] Tue Apr 06 08:01:18 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29839 invoked from network); 6 Apr 2010 08:01:18 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 Apr 2010 08:01:18 -0000 Received: (qmail 14714 invoked by uid 500); 6 Apr 2010 08:01:18 -0000 Delivered-To: [email protected] Received: (qmail 14504 invoked by uid 500); 6 Apr 2010 08:01:15 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 14496 invoked by uid 99); 6 Apr 2010 08:01:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 08:01:14 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-qy0-f179.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 08:01:08 +0000 Received: by qyk9 with SMTP id 9so1921836qyk.1 for <[email protected]>; Tue, 06 Apr 2010 01:00:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type :content-transfer-encoding; bh=smJ945iPySuPKpZ74b4E+/05wiZsosLGIO8JguO0+lw=; b=fki04pJ8aDEpL5ylU9RTq9PXsPqpXR1pmN8eEZVslRUqrUiWj4DjNnC4IYkiqVM/he uW59AaVOjNiWa+V6Ka/xknBEL79oFgyznHRMgrzJDaRhQXJlTusUr/8Mj3fRQU/2Q+IM 4JIJFicaGNCuaMAZVe6/OOOsy99sAw3AghBD0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=PoN439IK5Gjwym2AErrdpZtolZZk8/pYu2ppTqvLd90dWFIvmQiGEWbu3+f/fEQVUg 0lfF/A2vDhGzb813koroKcWRpqr1YbfJq4wjzli474qKJgIeWPwCOgLAjh9tSX22Ejll TiQu/MIVZdcF/hBh7GxI4JsM0y/hTwBYL65ss= MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Tue, 6 Apr 2010 01:00:45 -0700 (PDT) In-Reply-To: <001f01cad528$a55a09f0$f00e1dd0$@com> References: <001f01cad528$a55a09f0$f00e1dd0$@com> Date: Tue, 6 Apr 2010 11:00:45 +0300 Received: by 161.129.204.104 with SMTP id q3mr10123457qco.56.1270540846742; Tue, 06 Apr 2010 01:00:46 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: badly in need of help on LDIF From: Kiran Ayyagari <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Tue, Apr 6, 2010 at 4:29 AM, Muralidhar Yaragalla <[email protected]> wrote: > Hi I am running a default instance. I failed to create a context in the > partition at the time of server start using LDIF. My server.xml is as > follows > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 <ldifDirectory>murali.ldif</ldifDirectory> try after giving the path to the directory in which your ldif file is prese= nt HTH Kiran Ayyagari From [email protected] Tue Apr 06 13:45:16 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12399 invoked from network); 6 Apr 2010 13:45:16 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 Apr 2010 13:45:16 -0000 Received: (qmail 58905 invoked by uid 500); 6 Apr 2010 13:45:16 -0000 Delivered-To: [email protected] Received: (qmail 58863 invoked by uid 500); 6 Apr 2010 13:45:15 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 58855 invoked by uid 99); 6 Apr 2010 13:45:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 13:45:15 +0000 X-ASF-Spam-Status: No, hits=-1186.7 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 06 Apr 2010 13:45:14 +0000 Received: (qmail 12122 invoked from network); 6 Apr 2010 13:44:53 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by 161.129.204.104 with SMTP; 6 Apr 2010 13:44:53 -0000 Message-ID: <[email protected]> Date: Tue, 06 Apr 2010 15:44:52 +0200 From: Stefan Seelmann <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20100317) MIME-Version: 1.0 To: [email protected] Subject: Re: Starting Embedded ApacheDS - Fails to Extract Schema? References: <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Andrew Wiley wrote: > Caused by: java.util.zip.ZipException: error in opening zip file > at java.util.zip.ZipFile.open(Native Method) > at java.util.zip.ZipFile.<init>(ZipFile.java:131) > at java.util.zip.ZipFile.<init>(ZipFile.java:148) > at > org.apache.directory.shared.ldap.schema.ldif.extractor.impl.ResourceMap.getResourcesFromJarFile(ResourceMap.java:94) Something is happening here. Unfortunately the ZipException doesn't say which file it wants to open. We have to add more logging to the ResourceMap code. > It looks like the server is trying to extract the core schema from a zip/jar > file and for some reason this is failing. The only cause I can think of is > that the files aren't present. I'm using a Maven-based project that includes > apacheds-all, which depends on shared-ldap and shared-ldap-schema, and I'm > pretty sure the schema files are supposed to be in there? What am I doing > wrong? I guess you are using Version 1.5.6? Could you please try to remove the apacheds-all dependency and add the apacheds-server-integ instead? <dependency> <groupId>org.apache.directory.server</groupId> <artifactId>apacheds-server-integ</artifactId> <version>1.5.6</version> </dependency> Kind Regards, Stefan From [email protected] Tue Apr 06 14:07:05 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21537 invoked from network); 6 Apr 2010 14:07:05 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 Apr 2010 14:07:05 -0000 Received: (qmail 92998 invoked by uid 500); 6 Apr 2010 14:07:05 -0000 Delivered-To: [email protected] Received: (qmail 92958 invoked by uid 500); 6 Apr 2010 14:07:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 92950 invoked by uid 99); 6 Apr 2010 14:07:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 14:07:05 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ew0-f220.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 14:06:56 +0000 Received: by ewy20 with SMTP id 20so496530ewy.1 for <[email protected]>; Tue, 06 Apr 2010 07:06:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=pJOnmcalBI0LA0s90jLOub+3+Ryj/rNq8Au+NLrWXZs=; b=hJjs2ennIYlrziKDetnCPk1UrcXcdHzPd+FDsbUYF9/dlEfdq7CbAsPOP3rVZOhzDk liDpEgD2idAulthLYnUVEjlZG3WmR3bFB0/v7rz+YJPlzIM2/gAvBifKnHbrB5qUQkwC 9gxTHWnv3YTDaudDLKTe9+nFGz02YKowubFEs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=GUTqtlEdTAaNzD2/d4hsNo9gpEdqAChJLYIJmbbELkAvvExefCIdmVRl9WOra2jmtM MZY8aSFF/zRo7RvDswQIqiNWmzzQLNOPudgMG6S8TOeATCN1DKF2m/+4jJemrSpINg+U IhdbkWGelUTvi5H1rAtLBQtR5n2qwBO5olFaA= MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Tue, 6 Apr 2010 07:06:36 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Tue, 6 Apr 2010 09:06:36 -0500 Received: by 161.129.204.104 with SMTP id y12mr724637ebb.69.1270562796500; Tue, 06 Apr 2010 07:06:36 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: Starting Embedded ApacheDS - Fails to Extract Schema? From: Andrew Wiley <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=0015174413842678b5048391f46c X-Virus-Checked: Checked by ClamAV on apache.org --0015174413842678b5048391f46c Content-Type: text/plain; charset=ISO-8859-1 On Tue, Apr 6, 2010 at 8:44 AM, Stefan Seelmann <[email protected]> wrote: > > > I guess you are using Version 1.5.6? > Yes. > > Could you please try to remove the apacheds-all dependency and add the > apacheds-server-integ instead? > > <dependency> > <groupId>org.apache.directory.server</groupId> > <artifactId>apacheds-server-integ</artifactId> > <version>1.5.6</version> > </dependency> > > Where would I find the artifact for ldap-client-api? It's not in the Maven repository, and apacheds-server-integ depends on it. Thanks, Andrew Wiley --0015174413842678b5048391f46c-- From [email protected] Tue Apr 06 14:16:31 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23885 invoked from network); 6 Apr 2010 14:16:31 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 Apr 2010 14:16:31 -0000 Received: (qmail 5600 invoked by uid 500); 6 Apr 2010 14:16:31 -0000 Delivered-To: [email protected] Received: (qmail 5567 invoked by uid 500); 6 Apr 2010 14:16:31 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 5559 invoked by uid 99); 6 Apr 2010 14:16:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 14:16:31 +0000 X-ASF-Spam-Status: No, hits=2.3 required=10.0 tests=AWL,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ew0-f220.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 14:16:25 +0000 Received: by ewy20 with SMTP id 20so503321ewy.1 for <[email protected]>; Tue, 06 Apr 2010 07:16:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=r4pRNZWDVBksDUXIznLOj/0WgYQq88ys39J3L0kEoHQ=; b=XpvFZo8uMf72CIF1OKA4fNWfXUVMsjFSEgaei2YJNMwpviVmeetCJXYLnJ3wDEtSgZ ds4SIkE66Cz6rJDidKD8wLnmGOt9uXsizdDO35ob2B8whPvmj7M+wEW8pedXdZ5jaubj cAqvdeYL4UssedUseGNbcogiaqRe3VV0p2QIo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=eh0sG001RlbTSXSNwkrzTYOQJlQHEnD66M4X82MBSm9i69vRJxJg9Ib7Gv5BXuUwFx TEVvjEKgPGoKmghQTZ/J4BfW4z/C2r89TP3nd1afv1mssWrdTONRag7annwD4iCYcXxc eeVSci1we8lp4hYV04lqsQrSZaWt4Dc2yDIgg= MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Tue, 6 Apr 2010 07:16:03 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Tue, 6 Apr 2010 09:16:03 -0500 Received: by 161.129.204.104 with SMTP id o10mr755580ebf.33.1270563363527; Tue, 06 Apr 2010 07:16:03 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: Starting Embedded ApacheDS - Fails to Extract Schema? From: Andrew Wiley <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=00c09f923843f29c99048392158f --00c09f923843f29c99048392158f Content-Type: text/plain; charset=ISO-8859-1 On Tue, Apr 6, 2010 at 9:06 AM, Andrew Wiley <[email protected]> wrote: > > Where would I find the artifact for ldap-client-api? It's not in the Maven > repository, and apacheds-server-integ depends on it. > Nevermind, Maven wouldn't download it until I added it explicitly as a dependency. Not sure why that happened. I seem to be getting the same error and the same log with apacheds-server-integ. Should I post up my pom.xml? Thanks, Andrew Wiley --00c09f923843f29c99048392158f-- From [email protected] Tue Apr 06 14:20:33 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24617 invoked from network); 6 Apr 2010 14:20:33 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 Apr 2010 14:20:33 -0000 Received: (qmail 13242 invoked by uid 500); 6 Apr 2010 14:20:33 -0000 Delivered-To: [email protected] Received: (qmail 13212 invoked by uid 500); 6 Apr 2010 14:20:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 13204 invoked by uid 99); 6 Apr 2010 14:20:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 14:20:33 +0000 X-ASF-Spam-Status: No, hits=-1192.9 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 06 Apr 2010 14:20:32 +0000 Received: (qmail 24603 invoked from network); 6 Apr 2010 14:20:11 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by 161.129.204.104 with SMTP; 6 Apr 2010 14:20:11 -0000 Message-ID: <[email protected]> Date: Tue, 06 Apr 2010 16:20:09 +0200 From: Stefan Seelmann <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20100317) MIME-Version: 1.0 To: [email protected] Subject: Re: Starting Embedded ApacheDS - Fails to Extract Schema? References: <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Andrew Wiley wrote: >> >> Where would I find the artifact for ldap-client-api? It's not in the Maven > repository, and apacheds-server-integ depends on it. Damn, the server-integ pom contains a snapshot dependency. <dependency> <groupId>org.apache.directory.client.ldap</groupId> <artifactId>ldap-client-api</artifactId> <version>0.1-SNAPSHOT</version> </dependency> The release plugin should prevent us from doing that... Stefan From [email protected] Tue Apr 06 14:21:58 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25165 invoked from network); 6 Apr 2010 14:21:58 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 Apr 2010 14:21:58 -0000 Received: (qmail 16405 invoked by uid 500); 6 Apr 2010 14:21:58 -0000 Delivered-To: [email protected] Received: (qmail 16381 invoked by uid 500); 6 Apr 2010 14:21:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 16373 invoked by uid 99); 6 Apr 2010 14:21:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 14:21:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 06 Apr 2010 14:21:56 +0000 Received: (qmail 25139 invoked from network); 6 Apr 2010 14:21:33 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by 161.129.204.104 with SMTP; 6 Apr 2010 14:21:33 -0000 Message-ID: <[email protected]> Date: Tue, 06 Apr 2010 16:21:32 +0200 From: Stefan Seelmann <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20100317) MIME-Version: 1.0 To: [email protected] Subject: Re: Starting Embedded ApacheDS - Fails to Extract Schema? References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Andrew Wiley wrote: > Nevermind, Maven wouldn't download it until I added it explicitly as a > dependency. Not sure why that happened. > I seem to be getting the same error and the same log with > apacheds-server-integ. Should I post up my pom.xml? Yes, please post it to pastebin or so. Kind Regards, Stefan From [email protected] Tue Apr 06 19:02:39 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2274 invoked from network); 6 Apr 2010 19:02:39 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 Apr 2010 19:02:39 -0000 Received: (qmail 31374 invoked by uid 500); 6 Apr 2010 19:02:39 -0000 Delivered-To: [email protected] Received: (qmail 31251 invoked by uid 500); 6 Apr 2010 19:02:39 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 31243 invoked by uid 99); 6 Apr 2010 19:02:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 19:02:39 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO ey-out-2122.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 19:02:32 +0000 Received: by ey-out-2122.google.com with SMTP id d26so32177eyd.9 for <[email protected]>; Tue, 06 Apr 2010 12:02:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=iF5+xnIvY/xxuxiP40bshuFfg/kXgdRAfn4DjLQhq1A=; b=a/Ddw6eRM+IaNpof7tJVmpE8pTI+O+oFHfUS1TLu431U7tc7yg3BPsQTOQ0MFGspcl oGHsKFPsiLRZY66Yml0Q0F1IkJM2ueGWTeG02FDm497XSZdBBFp/5i0XzfpR9pgZz4/+ pmWMqJZhX3orGYX/og0wR4hEMxeLPKeRQlPuk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Y3rZUb51w/7FQwVReyN+BrR7VyUcvQsD09iox3ItzYNjwsotWN56QkeXU+1O8K5P1j 7//nagx6DeWmYjSfRDBYYX8VJUVWIR2479Mpdnc090oo8GWj1kukDQWG8Qm9bdYtKfba qfRbxucarESPTOUo1tHG9exzXV45DDNC9RfkI= MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Tue, 6 Apr 2010 12:02:11 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Tue, 6 Apr 2010 14:02:11 -0500 Received: by 161.129.204.104 with SMTP id p13mr4545940ebk.30.1270580532027; Tue, 06 Apr 2010 12:02:12 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: Starting Embedded ApacheDS - Fails to Extract Schema? From: Andrew Wiley <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=00c09f82cc2245a635048396155e X-Virus-Checked: Checked by ClamAV on apache.org --00c09f82cc2245a635048396155e Content-Type: text/plain; charset=ISO-8859-1 On Tue, Apr 6, 2010 at 9:21 AM, Stefan Seelmann <[email protected]> wrote: > Andrew Wiley wrote: > > Nevermind, Maven wouldn't download it until I added it explicitly as a > > dependency. Not sure why that happened. > > I seem to be getting the same error and the same log with > > apacheds-server-integ. Should I post up my pom.xml? > > Yes, please post it to pastebin or so. > Pastebin at http://pastebin.com/LiAt4m1y Thanks, Andrew Wiley --00c09f82cc2245a635048396155e-- From [email protected] Tue Apr 06 20:34:52 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21152 invoked from network); 6 Apr 2010 20:34:52 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 Apr 2010 20:34:52 -0000 Received: (qmail 56874 invoked by uid 500); 6 Apr 2010 20:34:52 -0000 Delivered-To: [email protected] Received: (qmail 56850 invoked by uid 500); 6 Apr 2010 20:34:52 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 56842 invoked by uid 99); 6 Apr 2010 20:34:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 20:34:52 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ew0-f220.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 20:34:45 +0000 Received: by ewy20 with SMTP id 20so181270ewy.1 for <[email protected]>; Tue, 06 Apr 2010 13:34:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=99p+6NK8OBhK7sa18hbu5bcHrYSSr1ATs6EexoO+oNA=; b=RUhaD3jZZwjc3EHQgy0BmRyZv1SICW4deXYSGssegfSpu58Ap7URgMm6NkilPgoI2e KyWp2xbeqWkF3m7z395XCky2zEWOkXFBDC1tmxOamsLgJgRLRjvmRelbVd10YdbFMWbh kusaDGdJpR3PgHdc0ApeVzwB4m3TIeCNLP8SM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=kkhck7IHg9b1X/8QIYy3TlFQkXGPSUsK8QLJgsc+1Pn1SOtizXRTv5mL3/nxfJzb35 3BdPNugI2+MS/2U8kOfYv/L7ePVAT7D2V/Ie5xRLCPzR9ZOFpyqey/J7Lg0cADgXPi8l QSE7h2x9VrRuqvooXjXOol+zWT6/L28/ZPnI0= MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Tue, 6 Apr 2010 13:34:22 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Tue, 6 Apr 2010 15:34:22 -0500 Received: by 161.129.204.104 with SMTP id t12mr1156159ebg.3.1270586063032; Tue, 06 Apr 2010 13:34:23 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: Starting Embedded ApacheDS - Fails to Extract Schema? From: Andrew Wiley <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=00c09f9557bdf1b3e30483975e0c X-Virus-Checked: Checked by ClamAV on apache.org --00c09f9557bdf1b3e30483975e0c Content-Type: text/plain; charset=ISO-8859-1 On Tue, Apr 6, 2010 at 2:02 PM, Andrew Wiley <[email protected]> wrote: > > > On Tue, Apr 6, 2010 at 9:21 AM, Stefan Seelmann <[email protected]>wrote: > >> Andrew Wiley wrote: >> > Nevermind, Maven wouldn't download it until I added it explicitly as a >> > dependency. Not sure why that happened. >> > I seem to be getting the same error and the same log with >> > apacheds-server-integ. Should I post up my pom.xml? >> >> Yes, please post it to pastebin or so. >> > > Pastebin at http://pastebin.com/LiAt4m1y > > For some reason, when I switched from apacheds-all to apacheds-server-integ, Maven started downloading source code successfully (there might be something wrong there), so I was able to debug it and found that it was throwing the error while opening a bad jar file (Maven downloaded the 301 "moved permanently" error page instead of the actual jar file). I guess that exceptions like that should really be handled by printing out an error message and continuing, because even if there are corrupt jar files in the class path, they should probably just be skipped. However, I'm new here and I don't know your practices. Thanks for your help! Thanks, Andrew Wiley --00c09f9557bdf1b3e30483975e0c-- From [email protected] Wed Apr 07 02:28:50 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91400 invoked from network); 7 Apr 2010 02:28:50 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Apr 2010 02:28:50 -0000 Received: (qmail 65593 invoked by uid 500); 7 Apr 2010 02:28:50 -0000 Delivered-To: [email protected] Received: (qmail 65528 invoked by uid 500); 7 Apr 2010 02:28:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 65520 invoked by uid 99); 7 Apr 2010 02:28:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 02:28:50 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ew0-f220.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 02:28:42 +0000 Received: by ewy20 with SMTP id 20so298629ewy.1 for <[email protected]>; Tue, 06 Apr 2010 19:28:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=BMXhBtUX+dfWeGMmeDY/mg1Q1/GO+JvVW6ZeHKwUDJg=; b=mzutsvDITrPhnuCJMdb8Yw9PqCIeeUZaT33d1Ub59hRE2YGnlo9eA8bV7fojV+xDMN DRlYLOhD/RhG/5FS4F2xf9wWinJIx5geJOuHpooSAJgSF3Imd5wZ5sTacWO6SuIZM57Z Sciz0pNZJ+JSQG33ZL/bhz1Lya9MJTj1jHbcY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=aKXiMLFnaH/yoDOLphKj2UHw49TZ/hzk9sdCE9iplc9tcOVXU7JfgrbonfkNtyR03o P2PeaITh1fvgIqOt0Hp9iG+McAJw5OWIHyOauLTBfYsvS1C4GWQAPS0gmv0BEv3sbRzm /UJpqv7B7e7HEOzycYtUfhpAkjHliK29CCzFE= MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Tue, 6 Apr 2010 19:28:21 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Tue, 6 Apr 2010 21:28:21 -0500 Received: by 161.129.204.104 with SMTP id a12mr5004761ebk.55.1270607301306; Tue, 06 Apr 2010 19:28:21 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: Starting Embedded ApacheDS - Fails to Extract Schema? From: Andrew Wiley <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=00c09f74895ed7e88404839c50e5 X-Virus-Checked: Checked by ClamAV on apache.org --00c09f74895ed7e88404839c50e5 Content-Type: text/plain; charset=ISO-8859-1 It looks like I'm not home free yet. I'm following the example for embedding ApacheDS, and the example's addPartition method seems to be broken as well. The body of the method is this: JdbmPartition partition = new JdbmPartition(); partition.setId( partitionId ); partition.setSuffix( partitionDn ); service.addPartition( partition ); return partition; This crashes in service.addPartition with this: [email protected](JdbmStore.java:269) at org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition.initialize(JdbmPartition.java:164) at org.apache.directory.server.core.partition.DefaultPartitionNexus.addContextPartition(DefaultPartitionNexus.java:916) at org.apache.directory.server.core.DefaultDirectoryService.addPartition(DefaultDirectoryService.java:597) at org.wileynet.slinad.embedded.EmbeddedADS.addPartition(EmbeddedADS.java:69) at org.wileynet.slinad.embedded.EmbeddedADS.init(EmbeddedADS.java:113) at org.wileynet.slinad.embedded.EmbeddedADS.<init>(EmbeddedADS.java:177) at org.wileynet.slinad.embedded.EmbeddedADS.main(EmbeddedADS.java:192) As far as I can tell, the problem is that JdbmStore.workingDirectory is never initialized, leading to a NullPointerException when JdbmStore.init tries to create it. JdbmStore has a setWorkingDirectory method... should I be calling it or should it be populated along the way? I don't see how I would populate it because I'm creating a JdbmPartition, and my code doesn't have a way to get a reference to the JdbmStore reference, at least not directly, as far as I can tell. Thanks, Andrew Wiley --00c09f74895ed7e88404839c50e5-- From [email protected] Wed Apr 07 02:59:46 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95727 invoked from network); 7 Apr 2010 02:59:46 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Apr 2010 02:59:46 -0000 Received: (qmail 88780 invoked by uid 500); 7 Apr 2010 02:59:46 -0000 Delivered-To: [email protected] Received: (qmail 88723 invoked by uid 500); 7 Apr 2010 02:59:46 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 88715 invoked by uid 99); 7 Apr 2010 02:59:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 02:59:45 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ew0-f220.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 02:59:37 +0000 Received: by ewy20 with SMTP id 20so305103ewy.1 for <[email protected]>; Tue, 06 Apr 2010 19:59:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=aayE3xBZgCwws8w7gKrVNuGngPwt/GarZIFrVuKYzFg=; b=CkH3VJkA9C8COSG5EHoENknk9YhAr9Amkb7FWXpBhnPeJjIZm3J5t1i4YaHUY7Dp8Q 7XN3n4IY0g6kmz/pCkFwnTBe/4RtfcO/Y/Bvq4VdFmp2QsuUi3KTkjnLgwkYgqGr+3LI iZNiilHoEIwDevR5acZeOR/NpNrT4Awdzr8fs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=gouo3ktWh6rWAhZXRvLLS9dBmFSyN1OSE1hYmSucY5FtAfnGMNwLN1uj+KLYmRIf6v pi9G/aWQJ3GAPng6guJv3ObnPWqqEuVN5CBCBff5wvJoYZXadolfvzNeSO1B1TEHLIOT +9T6BCpPusGekHm+X1RW1pyck1udfS/p9qYkM= MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Tue, 6 Apr 2010 19:59:17 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Tue, 6 Apr 2010 21:59:17 -0500 Received: by 161.129.204.104 with SMTP id t12mr1446973ebk.7.1270609157417; Tue, 06 Apr 2010 19:59:17 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: Starting Embedded ApacheDS - Fails to Extract Schema? From: Andrew Wiley <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=00163613751f79eee804839cbf48 X-Virus-Checked: Checked by ClamAV on apache.org --00163613751f79eee804839cbf48 Content-Type: text/plain; charset=ISO-8859-1 On Tue, Apr 6, 2010 at 9:28 PM, Andrew Wiley <[email protected]> wrote: > It looks like I'm not home free yet. I'm following the example for > embedding ApacheDS, and the example's addPartition method seems to be broken > as well. The body of the method is this: > JdbmPartition partition = new JdbmPartition(); > partition.setId( partitionId ); > partition.setSuffix( partitionDn ); > service.addPartition( partition ); > > return partition; > > Actually, it turns out that if I change the method definition to this: JdbmPartition partition = new JdbmPartition(); partition.setId( partitionId ); partition.setSuffix( partitionDn ); partition.setSchemaManager(service.getSchemaManager()); partition.setPartitionDir(new File(service.getWorkingDirectory().getAbsolutePath() + File.pathSeparator + partitionId)); partition.initialize(); service.addPartition( partition ); Everything works. Is this how I should be determining the PartitionDir? Also, should I be worried about the few hundred log lines of the form: 6118 [main] INFO org.apache.directory.server.core.entry.ServerStringValue - Cannot normalize the value :ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: [Class Name] Thanks, Andrew Wiley --00163613751f79eee804839cbf48-- From [email protected] Wed Apr 07 03:10:53 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97742 invoked from network); 7 Apr 2010 03:10:53 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Apr 2010 03:10:53 -0000 Received: (qmail 97244 invoked by uid 500); 7 Apr 2010 03:10:53 -0000 Delivered-To: [email protected] Received: (qmail 97189 invoked by uid 500); 7 Apr 2010 03:10:52 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 97180 invoked by uid 99); 7 Apr 2010 03:10:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 03:10:52 +0000 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=AWL,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ew0-f220.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 03:10:46 +0000 Received: by ewy20 with SMTP id 20so307559ewy.1 for <[email protected]>; Tue, 06 Apr 2010 20:10:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=PVnNSWLaX0R+dGRe6JgxqDB3xky0JfhwqUXAZXJ4AVA=; b=UR8D/ayuF+PrbfEtUm7IBamjfbFoD8DOQVyoHnQlErOuUV03hiwzl2A/6ggLs0Ub3C 0PUaig1Trsno8CeUOEyidlBg3TwSaPlKHnsH5v+OaPq+aJ3eOJxa+vYQGvZD0rk8ScVu dghwsfx/bGvVU+fEmilJ8gFiOR8d/iGwMKbBg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=jfS59Oxk8lSW0jWL6KGkMEF13rATb4DgLwdpsMeWNc/zTGjvqy2mKmro65xBfZB3hc koCf0ZWLTAsKg4ExgrnFUv/CtKazJX+0czUxPIrTvoGP1VbtNBH/5cuu+EekZuaVKvqQ Fl9NYiRkDaDTsApyPoQZM2wdxZv9SDA+Hku24= MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Tue, 6 Apr 2010 20:10:24 -0700 (PDT) Date: Tue, 6 Apr 2010 22:10:24 -0500 Received: by 161.129.204.104 with SMTP id v16mr4795584ebf.46.1270609824739; Tue, 06 Apr 2010 20:10:24 -0700 (PDT) Message-ID: <[email protected]> Subject: Kerberos in an Embedded ApacheDS From: Andrew Wiley <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=00148531b97440780904839ce734 --00148531b97440780904839ce734 Content-Type: text/plain; charset=ISO-8859-1 I'm wondering how I should go about enabling the Kerberos frontend in an embedded instance of ApacheDS. For LDAP, I just get an instance of LdapServer, but for Kerberos, it doesn't look like the process is as simple. Do I need to add the protocol encoders manually, should I just alter the configuration somewhere, or am I completely wrong? Thanks, Andrew Wiley --00148531b97440780904839ce734-- From [email protected] Wed Apr 07 06:08:44 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23115 invoked from network); 7 Apr 2010 06:08:44 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Apr 2010 06:08:44 -0000 Received: (qmail 28690 invoked by uid 500); 7 Apr 2010 06:08:44 -0000 Delivered-To: [email protected] Received: (qmail 28613 invoked by uid 500); 7 Apr 2010 06:08:43 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 28605 invoked by uid 99); 7 Apr 2010 06:08:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 06:08:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 07 Apr 2010 06:08:40 +0000 Received: (qmail 23046 invoked from network); 7 Apr 2010 06:08:18 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Apr 2010 06:08:18 -0000 Message-ID: <[email protected]> Date: Wed, 07 Apr 2010 08:08:17 +0200 From: Stefan Seelmann <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20100317) MIME-Version: 1.0 To: [email protected] Subject: Re: Starting Embedded ApacheDS - Fails to Extract Schema? References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Andrew Wiley wrote: > For some reason, when I switched from apacheds-all to apacheds-server-integ, > Maven started downloading source code successfully (there might be something > wrong there), so I was able to debug it and found that it was throwing the > error while opening a bad jar file (Maven downloaded the 301 "moved > permanently" error page instead of the actual jar file). I guess that > exceptions like that should really be handled by printing out an error > message and continuing, because even if there are corrupt jar files in the > class path, they should probably just be skipped. You are totally right. I created a Jira: https://issues.apache.org/jira/browse/DIRSERVER-1491 > However, I'm new here and I don't know your practices. Thanks for your help! Thanks for sharing your experience and for showing the pitfalls. Kind Regards, Stefan From [email protected] Wed Apr 07 06:26:53 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30210 invoked from network); 7 Apr 2010 06:26:53 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Apr 2010 06:26:53 -0000 Received: (qmail 45442 invoked by uid 500); 7 Apr 2010 06:26:53 -0000 Delivered-To: [email protected] Received: (qmail 45386 invoked by uid 500); 7 Apr 2010 06:26:53 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 45378 invoked by uid 99); 7 Apr 2010 06:26:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 06:26:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 07 Apr 2010 06:26:50 +0000 Received: (qmail 26235 invoked from network); 7 Apr 2010 06:26:28 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Apr 2010 06:26:28 -0000 Message-ID: <[email protected]> Date: Wed, 07 Apr 2010 08:26:27 +0200 From: Stefan Seelmann <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20100317) MIME-Version: 1.0 To: [email protected] Subject: Re: Starting Embedded ApacheDS - Fails to Extract Schema? References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Andrew Wiley wrote: > Actually, it turns out that if I change the method definition to this: > JdbmPartition partition = new JdbmPartition(); > partition.setId( partitionId ); > partition.setSuffix( partitionDn ); > partition.setSchemaManager(service.getSchemaManager()); > partition.setPartitionDir(new > File(service.getWorkingDirectory().getAbsolutePath() + File.pathSeparator + > partitionId)); > partition.initialize(); > service.addPartition( partition ); > > Everything works. Is this how I should be determining the PartitionDir? Yes, that looks good. I think it is not necessary to explicitely call partition.initialize() but I may be wrong. > Also, should I be worried about the few hundred log lines of the form: > 6118 [main] INFO org.apache.directory.server.core.entry.ServerStringValue - > Cannot normalize the value :ERR_04226 I do not know how to handle > NameAndOptionalUID normalization with objects of class: [Class Name] No, don't worry. You can set the log level to warn or error in your log4j.properties. The *Value classes are work in progress, btw. Kind Regards, Stefan From [email protected] Wed Apr 07 06:27:07 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32033 invoked from network); 7 Apr 2010 06:27:07 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Apr 2010 06:27:07 -0000 Received: (qmail 45754 invoked by uid 500); 7 Apr 2010 06:27:07 -0000 Delivered-To: [email protected] Received: (qmail 45640 invoked by uid 500); 7 Apr 2010 06:27:06 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 45631 invoked by uid 99); 7 Apr 2010 06:27:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 06:27:06 +0000 X-ASF-Spam-Status: No, hits=-1199.0 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 07 Apr 2010 06:27:05 +0000 Received: (qmail 28588 invoked from network); 7 Apr 2010 06:26:45 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Apr 2010 06:26:45 -0000 Message-ID: <[email protected]> Date: Wed, 07 Apr 2010 08:26:44 +0200 From: Stefan Seelmann <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20100317) MIME-Version: 1.0 To: [email protected] Subject: Re: Kerberos in an Embedded ApacheDS References: <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Andrew Wiley wrote: > I'm wondering how I should go about enabling the Kerberos frontend in an > embedded instance of ApacheDS. For LDAP, I just get an instance of > LdapServer, but for Kerberos, it doesn't look like the process is as simple. > Do I need to add the protocol encoders manually, should I just alter the > configuration somewhere, or am I completely wrong? Please take a look into the ServerAnnotationProcessor class, createKdcServer() method [1]. Another option may be to use annotations to create the KDC server instance (as well as the directory service and LDAP server) [2]. HTH, Stefan [1]http://svn.apache.org/repos/asf/directory/apacheds/tags/1.5.6/server-annotations/src/main/java/org/apache/directory/server/factory/ServerAnnotationProcessor.java [2]http://svn.apache.org/repos/asf/directory/apacheds/tags/1.5.6/server-annotations/src/test/java/org/apache/directory/server/factory/CreateKdcServerAnnotationTest.java From [email protected] Wed Apr 07 21:41:15 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59479 invoked from network); 7 Apr 2010 21:41:15 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Apr 2010 21:41:15 -0000 Received: (qmail 22723 invoked by uid 500); 7 Apr 2010 21:41:15 -0000 Delivered-To: [email protected] Received: (qmail 22619 invoked by uid 500); 7 Apr 2010 21:41:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 22611 invoked by uid 99); 7 Apr 2010 21:41:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 21:41:14 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-qy0-f179.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 21:41:04 +0000 Received: by qyk9 with SMTP id 9so1722325qyk.1 for <[email protected]>; Wed, 07 Apr 2010 14:40:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:references :in-reply-to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:x-mailer:thread-index:content-language :x-cr-hashedpuzzle:x-cr-puzzleid; bh=qfWeC1gQNCVPWe4TA0XpBOFNmQN1ioyBigmHGKSrFHQ=; b=k/YV6ZT/PwpEjv6PNwUyrwWnZfc3wSMhH8Bn3U4TsQZqC6EhVAqPRypB4iHqsStnxx WJMMZnR8TKCmUhNh+xn9un+VL+QwypcBHADeg1lrQO+idewfkVmpz9A3MkvGbo/pXmPP eEJ1yyFaoixP7aiSmQhIxwWfMUu079Ky6hSR0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:references:in-reply-to:subject:date:message-id:mime-version :content-type:content-transfer-encoding:x-mailer:thread-index :content-language:x-cr-hashedpuzzle:x-cr-puzzleid; b=XgdgS1gVoZrm+mbKK1jzc9t4ePh8B+ll+fjcb6e/UOhu4er8zoL5/dxof9Jrny7lO6 ZF7hUYfU7EzocZPQYoy7MVvUrCGBd87OYHFxtzx0LPGLEXhhCns0e1W2ztf483I6d/TH 8gJ4uPHzKcq4HSbg2JnAcn6Z29+zrxyXHHmrA= Received: by 161.129.204.104 with SMTP id dg21mr423107qcb.69.1270676443784; Wed, 07 Apr 2010 14:40:43 -0700 (PDT) Received: from yaragalla ([161.129.204.104]) by mx.google.com with ESMTPS id f5sm8400027qcg.14.2161.129.204.104.40.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 07 Apr 2010 14:40:43 -0700 (PDT) From: "Muralidhar Yaragalla" <[email protected]> To: <[email protected]> References: <001f01cad528$a55a09f0$f00e1dd0$@com> <[email protected]> In-Reply-To: <[email protected]> Subject: RE: badly in need of help on LDIF Date: Thu, 8 Apr 2010 03:10:22 +0530 Message-ID: <000001cad69a$f2bab370$d8301a50$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcrVX1d+MEmYqVuxQ6yUaQUvZGzjRABO0pOA Content-Language: en-us x-cr-hashedpuzzle: AtWS BAi0 CCNl CoZ9 C0ss DLt+ EwrZ FJFR F5P0 GVq/ H7S/ ItYO IwDi IxM3 JOG3 Lfem;1;dQBzAGUAcgBzAEAAZABpAHIAZQBjAHQAbwByAHkALgBhAHAAYQBjAGgAZQAuAG8AcgBnAA==;Sosha1_v1;7;{6CCE06F4-74A1-4C43-8E1D-E120A5763963};eQBhAHIAYQBnAGEAbABsAGEAbQB1AHIAYQBsAGkAQABnAG0AYQBpAGwALgBjAG8AbQA=;Wed, 07 Apr 2010 21:40:11 GMT;UgBFADoAIABiAGEAZABsAHkAIABpAG4AIABuAGUAZQBkACAAbwBmACAAaABlAGwAcAAgAG8AbgAgAEwARABJAEYA x-cr-puzzleid: {6CCE06F4-74A1-4C43-8E1D-E120A5763963} X-Virus-Checked: Checked by ClamAV on apache.org Yes. Eventually I did the same and it worked. But I think we should = update docs that are there on the site. If required I would be happy to help in that. -----Original Message----- From: Kiran Ayyagari [mailto:[email protected]]=20 Sent: Tuesday, April 06, 2010 1:31 PM To: [email protected] Subject: Re: badly in need of help on LDIF On Tue, Apr 6, 2010 at 4:29 AM, Muralidhar Yaragalla <[email protected]> wrote: > Hi I am running a default instance. I failed to create a context in = the > partition at the time of server start using LDIF. My server.xml is as > follows > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 <ldifDirectory>murali.ldif</ldifDirectory> try after giving the path to the directory in which your ldif file is present HTH Kiran Ayyagari From [email protected] Thu Apr 08 20:19:56 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56035 invoked from network); 8 Apr 2010 20:19:56 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Apr 2010 20:19:56 -0000 Received: (qmail 44552 invoked by uid 500); 8 Apr 2010 20:19:56 -0000 Delivered-To: [email protected] Received: (qmail 44501 invoked by uid 500); 8 Apr 2010 20:19:55 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 44493 invoked by uid 99); 8 Apr 2010 20:19:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Apr 2010 20:19:55 +0000 X-ASF-Spam-Status: No, hits=2.8 required=10.0 tests=AWL,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ew0-f220.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Apr 2010 20:19:48 +0000 Received: by ewy20 with SMTP id 20so1139040ewy.1 for <[email protected]>; Thu, 08 Apr 2010 13:19:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=2xuX38jiMrlbn1PQMRBlYe1+EHzueNaN5uQuI71RqNE=; b=WYBr98UBoFo2PxTHRLkN/04VfdItYZIR4koUz345L5c+k58qjfiCzqWrEO/cMYOQWH SjmvK3LhqbaVYHEqu6rBeFOC3oAguI4tl5oFgpXQAJ8Mi851pQ5YrvUz5rbzpDHPpFmo 15zBRHWXwR0LW88JThMTkZPMvErl6x6fLv7WQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=C0vFpje99W8ZOm2REX75wA6kelAE9+wJrsji7uifNVFhhC6iJfIONwwmVc4OoDzIt0 B6sl5mmxHDX3XPNwQ8j2tFPLaEhp5CnDWWOqdTQQ+ucNmiltKQ6x1RIgc/tnoAY0SIan 2p4JzcFozFGQk8XQdlAsCCSaTheYyA9uo7SWU= MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Thu, 8 Apr 2010 13:19:27 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Thu, 8 Apr 2010 15:19:27 -0500 Received: by 161.129.204.104 with SMTP id w11mr418513ebi.43.1270757967439; Thu, 08 Apr 2010 13:19:27 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: Kerberos in an Embedded ApacheDS From: Andrew Wiley <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=0016361375973ea7f60483bf658d --0016361375973ea7f60483bf658d Content-Type: text/plain; charset=ISO-8859-1 On Wed, Apr 7, 2010 at 1:26 AM, Stefan Seelmann <[email protected]> wrote: > Andrew Wiley wrote: > > I'm wondering how I should go about enabling the Kerberos frontend in an > > embedded instance of ApacheDS. For LDAP, I just get an instance of > > LdapServer, but for Kerberos, it doesn't look like the process is as > simple. > > Do I need to add the protocol encoders manually, should I just alter the > > configuration somewhere, or am I completely wrong? > > Please take a look into the ServerAnnotationProcessor class, > createKdcServer() method [1]. > > Another option may be to use annotations to create the KDC server > instance (as well as the directory service and LDAP server) [2]. > > Just wondering, why is this implemented using annotations? It seems... strange. It works, but I'm just not sure why it was implemented this way. Thanks, Andrew Wiley --0016361375973ea7f60483bf658d-- From [email protected] Thu Apr 08 20:21:31 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56537 invoked from network); 8 Apr 2010 20:21:31 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Apr 2010 20:21:31 -0000 Received: (qmail 48715 invoked by uid 500); 8 Apr 2010 20:21:31 -0000 Delivered-To: [email protected] Received: (qmail 48688 invoked by uid 500); 8 Apr 2010 20:21:31 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 48677 invoked by uid 99); 8 Apr 2010 20:21:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Apr 2010 20:21:30 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO ey-out-2122.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Apr 2010 20:21:24 +0000 Received: by ey-out-2122.google.com with SMTP id d26so197483eyd.9 for <[email protected]>; Thu, 08 Apr 2010 13:21:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=WBVjEAd8m7rNdGT/2f7tuKIju1XXbvGWUfoouSfDJQg=; b=SnAQiUfSkLAI19EH00QOWAAfFJuO3k07empIxSxOlxDsgaUWxhfywTQpJmnrnsG8Wj LLXmBrojGWO+k615J5ywehGHhC8RZpBxcq9jnXmqLeKkXACqS4OZkJRB8KdBhfVeJzcI kC3Xt/b7DBxvno4Q1QB4kJf0Rf0aTqyb8Mx+E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=fKFXN4QDZbkZTY+ZYISvZxj+GSYZXxUenc2Xh9Qp+FY2jbPYR3YGb5wA3ses08nsLe aPbcoOcJohQvgRfZD8ZIr7B28yiDJpl9SvS+k35sAzlD1axI3HvLorGleVyGmSAIq/Kn ApOY6mUKXyxVqGfZiscdbu9oYp8J8XGT6/5ww= MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Thu, 8 Apr 2010 13:21:02 -0700 (PDT) Date: Thu, 8 Apr 2010 15:21:02 -0500 Received: by 161.129.204.104 with SMTP id s19mr346432ebf.77.1270758062991; Thu, 08 Apr 2010 13:21:02 -0700 (PDT) Message-ID: <[email protected]> Subject: Thread Safety From: Andrew Wiley <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=00148531a8a4f0ac270483bf6a45 --00148531a8a4f0ac270483bf6a45 Content-Type: text/plain; charset=ISO-8859-1 When embedding a DirectoryService in another application, is it thread safe? It seems like it would have to be because I'm creating an LdapServer on top of it, which will be accessing the directory from another thread. Is there anything I should be careful of, as far as threading goes? Thanks, Andrew Wiley --00148531a8a4f0ac270483bf6a45-- From [email protected] Thu Apr 08 20:24:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56947 invoked from network); 8 Apr 2010 20:24:57 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Apr 2010 20:24:57 -0000 Received: (qmail 50435 invoked by uid 500); 8 Apr 2010 20:24:57 -0000 Delivered-To: [email protected] Received: (qmail 50407 invoked by uid 500); 8 Apr 2010 20:24:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 50396 invoked by uid 99); 8 Apr 2010 20:24:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Apr 2010 20:24:57 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO qw-out-2122.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Apr 2010 20:24:50 +0000 Received: by qw-out-2122.google.com with SMTP id 9so874870qwb.31 for <[email protected]>; Thu, 08 Apr 2010 13:24:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=JWPxkyOeuBgp72f+rafZiX6XFb4C0wtS0E8/ZV4X//A=; b=Ma+80n8u0d+zTeb40G/Vznv06ueBKNfmpiF6OL6rntA8dEKj6wAYgh5JI3RoNC3fdY ULjF9ahQ6bg5l2EgzcwaXfnZubUbNRC+vHblEFUG7jg55ULkP8vVr4mw8HgzchLJqqCk x12UfWEv/9eeOKKLt1fnsfv+kNEFpa/Uhjh2k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=U2vdONtUinUN6HJ07K5UbJqRFbpYvrJ4B8/UbCUJWtAlEoX2VQ6R3yQVWkpUNlbmoL tm6K+H+q5Czys8muCpkNuDqZD7W/EjQxStDWEJYmroBlcq/64wcFP090Y9QGd/KgcCT8 PGSLQBExBZlE+Fbp+J29038gRN65b8lOrqzuM= MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Thu, 8 Apr 2010 13:24:29 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Thu, 8 Apr 2010 23:24:29 +0300 Received: by 161.129.204.104 with SMTP id ju16mr810942qcb.107.1270758269935; Thu, 08 Apr 2010 13:24:29 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: Kerberos in an Embedded ApacheDS From: Kiran Ayyagari <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 >> Another option may be to use annotations to create the KDC server >> instance (as well as the directory service and LDAP server) [2]. >> >> Just wondering, why is this implemented using annotations? It seems... > strange. It works, but I'm just not sure why it was implemented this way. those annotations are all used in the internal test framework, which makes writing tests easy Kiran Ayyagari From [email protected] Thu Apr 08 20:28:47 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57598 invoked from network); 8 Apr 2010 20:28:47 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Apr 2010 20:28:47 -0000 Received: (qmail 56950 invoked by uid 500); 8 Apr 2010 20:28:46 -0000 Delivered-To: [email protected] Received: (qmail 56923 invoked by uid 500); 8 Apr 2010 20:28:46 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 56915 invoked by uid 99); 8 Apr 2010 20:28:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Apr 2010 20:28:46 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO qw-out-2122.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Apr 2010 20:28:40 +0000 Received: by qw-out-2122.google.com with SMTP id 9so876259qwb.31 for <[email protected]>; Thu, 08 Apr 2010 13:28:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=6umNmStcVExtu/CX1lif+4GbjrQ/RNDJZcDnqpaC6so=; b=ruv4QZywYlv0OwHXjDKlI2qxuRZVwiRreCoil4coHfwW6AwAVWfJ1FwYEc8+83v/N4 zD0gxnMdnG2+87PhvdmuG3DKswqkZBg8JtC4EmovptW/dL/sfOjbuM3SbExdih58kxAN V/c0Qp76qiqXj+YqJ9cS/xJ3+ZQDUYtIFgB98= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=hf5+deVHTA7hOQ5oHHDt1kNsnK7lIvP2WdKa0zeMl6c/15IjqMiiubxgwLhXFFlVQh BP9E9GC8vjQ95qGeG/52nHOKxGgXADqSVTO9aHdaFcuZgoitzf8O3RGBYmcfE25DjAME ya8aGCvvXCRGWzdo//AKLzjpKf+zAfSHOGgQY= MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Thu, 8 Apr 2010 13:28:18 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Thu, 8 Apr 2010 23:28:18 +0300 Received: by 161.129.204.104 with SMTP id io5mr966962qcb.37.1270758498914; Thu, 08 Apr 2010 13:28:18 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: Thread Safety From: Kiran Ayyagari <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 hi Andrew, On Thu, Apr 8, 2010 at 11:21 PM, Andrew Wiley <[email protected]> wrote: > When embedding a DirectoryService in another application, is it thread safe? should be cause all the internal access to LDAP store is synchronized > It seems like it would have to be because I'm creating an LdapServer on top > of it, which will be accessing the directory from another thread. Is there > anything I should be careful of, as far as threading goes? hmm, nothing from the top of my head Kiran Ayyagari From [email protected] Fri Apr 09 11:12:47 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13800 invoked from network); 9 Apr 2010 11:12:47 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Apr 2010 11:12:47 -0000 Received: (qmail 22281 invoked by uid 500); 9 Apr 2010 11:12:44 -0000 Delivered-To: [email protected] Received: (qmail 22072 invoked by uid 500); 9 Apr 2010 11:12:41 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 22054 invoked by uid 99); 9 Apr 2010 11:12:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Apr 2010 11:12:40 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO snt0-omc3-s33.snt0.hotmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Apr 2010 11:12:33 +0000 Received: from SNT106-W50 ([161.129.204.104]) by snt0-omc3-s33.snt0.hotmail.com with Microsoft SMTPSVC(812)573-8866); Fri, 9 Apr 2010 04:12:12 -0700 Message-ID: <[email protected]> Content-Type: multipart/alternative; boundary="_4c9fa08c-5eef-4dc0-b398-a19a2788ea17_" X-Originating-IP: [161.129.204.104] From: Timmy L. <[email protected]> To: <[email protected]> Subject: How to export trusted certificate from Directory Studio? Date: Fri, 9 Apr 2010 14:12:11 +0300 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 09 Apr 2010 11:12:12.0097 (UTC) FILETIME=[80B71B10:01CAD7D5] --_4c9fa08c-5eef-4dc0-b398-a19a2788ea17_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi=2C I have some clients who do not know how to export certificates used by thei= r LDAP servers. I need their certificates for web service user authenticati= on. When I connect to their server with Directory Studio=2C I get to view their= LDAP certificate with the "View Certificate..." button of "Certificate Tru= st". However=2C it does not have a save or export button (neither does the = dialog accessed thru preferences). I can not find their certificates from w= ithin their directory structure=2C so I can not use "Certificate Editor" an= d its export functions. Is there any way I could save or export these certificates from Directory S= tudio (besides "Certificate Editor"=2C which I can not access)? Are trusted= certificates stored somewhere (I looked but couldn=B4t find them)? I=B4m using version 1.5.3.v20100330 on WinXP. Thanks. =20 _________________________________________________________________ Windows puhelimella saat enemm=E4n vastinetta rahoillesi. http://www.windowsmobile.fi= --_4c9fa08c-5eef-4dc0-b398-a19a2788ea17_-- From [email protected] Fri Apr 09 15:39:50 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83671 invoked from network); 9 Apr 2010 15:39:50 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Apr 2010 15:39:50 -0000 Received: (qmail 71120 invoked by uid 500); 9 Apr 2010 15:39:50 -0000 Delivered-To: [email protected] Received: (qmail 71057 invoked by uid 500); 9 Apr 2010 15:39:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 71049 invoked by uid 99); 9 Apr 2010 15:39:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Apr 2010 15:39:49 +0000 X-ASF-Spam-Status: No, hits=-0.9 required=10.0 tests=AWL,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO server1.example.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Apr 2010 15:39:42 +0000 Received: from michael-wechners-macbook-pro.local (unknown [161.129.204.104]) by server1.example.com (Postfix) with ESMTP id 5FDCD10CB7C for <[email protected]>; Fri, 9 Apr 2010 17:52:43 +0200 (CEST) Message-ID: <[email protected]> Date: Fri, 09 Apr 2010 17:39:18 +0200 From: Michael Wechner <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Macintosh/20100228) MIME-Version: 1.0 To: [email protected] Subject: Adding a custom partition to ApacheDS 1.5.6, e.g. dn: dc:apache,dc:org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi I have ApacheDS 1.5.6 installed on my Mac OS X /usr/local/apacheds-1.5.6 and also have installed the Apache Directory Studio and everything connects fine using ldap://161.129.204.104:10389 and I can see ROOT ou: schema ou: system (but I cannot see dc:example,dc:com as described within many examples on the web, is this correct?). Now I try to create my own partition, e.g. dn: dc:apache,dc:org and I have several documents on the web: http://www.mikeperham.com/2007/09/28/using-apache-ds-part-2/ http://cwiki.apache.org/DIRxSRVx11/144-adding-your-own-partition-resp-suffix.html http://cwiki.apache.org/DIRxSRVx11/61-how-to-write-a-simple-custom-partition-for-apacheds.html but somehow I am still not able to create my own partition (for example where exactly is the file server.xml or is this still needed with 1.5.6. Any pointers are very much appreciated (also if it's possible to do this Apache Directory Studio) Thanks for your help Michael From [email protected] Fri Apr 09 17:18:34 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13314 invoked from network); 9 Apr 2010 17:18:34 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Apr 2010 17:18:34 -0000 Received: (qmail 27050 invoked by uid 500); 9 Apr 2010 17:18:28 -0000 Delivered-To: [email protected] Received: (qmail 26352 invoked by uid 500); 9 Apr 2010 17:18:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 26344 invoked by uid 99); 9 Apr 2010 17:18:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Apr 2010 17:18:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 09 Apr 2010 17:18:25 +0000 Received: (qmail 13213 invoked from network); 9 Apr 2010 17:18:02 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Apr 2010 17:18:02 -0000 Message-ID: <[email protected]> Date: Fri, 09 Apr 2010 18:18:00 +0100 From: Stefan Seelmann <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20100317) MIME-Version: 1.0 To: [email protected] Subject: Re: Adding a custom partition to ApacheDS 1.5.6, e.g. dn: dc:apache,dc:org References: <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Michael Wechner wrote: > I have ApacheDS 1.5.6 installed on my Mac OS X > > /usr/local/apacheds-1.5.6 > > and also have installed the Apache Directory Studio and everything > connects fine using > > ldap://161.129.204.104:10389 > > and I can see > > ROOT > ou: schema > ou: system > > (but I cannot see dc:example,dc:com as described within many examples on > the web, is this correct?). The default installation contains an dc=example,dc=com partition, but there is no data loaded. You need to reate the data including the dc=example,dc=com context entry. > Now I try to create my own partition, e.g. dn: dc:apache,dc:org > but somehow I am still not able to create my own partition (for example > where exactly is the file server.xml or is this > still needed with 1.5.6. Yes, it is. On linux it can be found in /var/lib/apacheds-1.5.7/default/conf. Not sure about Mac OS X, sorry. > Any pointers are very much appreciated (also if it's possible to do this > Apache Directory Studio) You can open and edit the 1.5.6 server.xml file with Studio 1.5.3. Just choose File->Open and select the server.xml file. Otherwise [1] gives an overview. HTH, Stefan [1]http://directory.apache.org/apacheds/1.5/143-adding-your-own-partition-resp-suffix.html From [email protected] Fri Apr 09 17:31:58 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16889 invoked from network); 9 Apr 2010 17:31:58 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Apr 2010 17:31:58 -0000 Received: (qmail 44195 invoked by uid 500); 9 Apr 2010 17:31:58 -0000 Delivered-To: [email protected] Received: (qmail 44157 invoked by uid 500); 9 Apr 2010 17:31:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 44148 invoked by uid 99); 9 Apr 2010 17:31:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Apr 2010 17:31:58 +0000 X-ASF-Spam-Status: No, hits=-1205.0 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 09 Apr 2010 17:31:57 +0000 Received: (qmail 16860 invoked from network); 9 Apr 2010 17:31:33 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Apr 2010 17:31:33 -0000 Message-ID: <[email protected]> Date: Fri, 09 Apr 2010 18:31:29 +0100 From: Stefan Seelmann <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20100317) MIME-Version: 1.0 To: [email protected] Subject: Re: How to export trusted certificate from Directory Studio? References: <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Timmy L. wrote: > Hi, > > I have some clients who do not know how to export certificates used by their LDAP servers. I need their certificates for web service user authentication. > > When I connect to their server with Directory Studio, I get to view their LDAP certificate with the "View Certificate..." button of "Certificate Trust". However, it does not have a save or export button (neither does the dialog accessed thru preferences). I can not find their certificates from within their directory structure, so I can not use "Certificate Editor" and its export functions. > > Is there any way I could save or export these certificates from Directory Studio (besides "Certificate Editor", which I can not access)? Are trusted certificates stored somewhere (I looked but couldn´t find them)? Not using the Studio GUI. They are stored in an Java key store: ~/.ApacheDirectoryStudio/.metadata/.plugins/org.apache.directory.studio.connection.core/ permanent.jks You can use java keytool to export the certificates: keytool -list -keystore permanent.jks keytool -exportcert -alias <aliasname> -keystore permanent.jks HTH, Stefan PS: You may also create a Jira to add an export feature to the GUI: https://issues.apache.org/jira/browse/DIRSTUDIO From [email protected] Tue Apr 13 15:44:41 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74937 invoked from network); 13 Apr 2010 15:44:41 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Apr 2010 15:44:41 -0000 Received: (qmail 75443 invoked by uid 500); 13 Apr 2010 15:44:41 -0000 Delivered-To: [email protected] Received: (qmail 75393 invoked by uid 500); 13 Apr 2010 15:44:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 75385 invoked by uid 99); 13 Apr 2010 15:44:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 15:44:40 +0000 X-ASF-Spam-Status: No, hits=1.6 required=10.0 tests=AWL,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-bw0-f222.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 15:44:32 +0000 Received: by bwz22 with SMTP id 22so6280072bwz.25 for <[email protected]>; Tue, 13 Apr 2010 08:44:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:mime-version:content-type:x-mailer:thread-index :content-language; bh=kJOgVoSSxVCVWeJM/bzd6opg2fz/ziEH/jgm19VAVb4=; b=mXVFd26na6toVQaQapwOp8ZLIOLNpdn76AifHirDl4ns0V4nQ3GxgKFsrfoFM/n5A0 EjWnBpvBoiAE7QhpKA06mKWZ5HVgHFwMiDHnGqwa3zsZaTM3S140WWmRN1+HdLEe0TSd wfv3bWOSZWBRAJ1+isydI1cS/Iq5oZ/9a/2aE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:mime-version:content-type:x-mailer :thread-index:content-language; b=ifwdsLqhZKVKcL8cfYr0JBnX3RMmXOJsUxsbZQkoOhAGLf0ZDiVOBG87jHYhH7t5Is R/X/+vLhQPpDfVNwr7NUM2IlzlDF0OPoEeojf6zAHn/4h2JSBAdeQKKp/C4vahlKJI02 p0kHUKSXOVcGnoDnAqQTrS+Fb+hu/09pSpnyk= Received: by 161.129.204.104 with SMTP id h12mr6858480bke.196.1271173450288; Tue, 13 Apr 2010 08:44:10 -0700 (PDT) Received: from yaragalla ([161.129.204.104]) by mx.google.com with ESMTPS id l1sm46636888bkl.8.2161.129.204.104.44.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 13 Apr 2010 08:44:09 -0700 (PDT) From: "Muralidhar Yaragalla" <[email protected]> To: <[email protected]> Subject: hi need best suggestion Date: Tue, 13 Apr 2010 21:13:55 +0530 Message-ID: <004701cadb20$260971b0$721c5510$@com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0048_01CADB4E.3FC1ADB0" X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcrbIB8e7lcsuuJbQrKsKm2MXr+J+w== Content-Language: en-us ------=_NextPart_000_0048_01CADB4E.3FC1ADB0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Hi Guys, we have the following situation:- We have an application running on tomcat. We are storing user information on APCAHEDS using some other application. But whenever there is a change in the user information my application (which is running on tomcat) has to be notified and upon notification it has to update its local user database against LDAP. So what is the best way of doing this? ------=_NextPart_000_0048_01CADB4E.3FC1ADB0-- From [email protected] Tue Apr 13 15:50:18 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76464 invoked from network); 13 Apr 2010 15:50:18 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Apr 2010 15:50:18 -0000 Received: (qmail 88788 invoked by uid 500); 13 Apr 2010 15:50:17 -0000 Delivered-To: [email protected] Received: (qmail 88710 invoked by uid 500); 13 Apr 2010 15:50:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 88702 invoked by uid 99); 13 Apr 2010 15:50:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 15:50:17 +0000 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=AWL,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-bw0-f222.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 15:50:10 +0000 Received: by bwz22 with SMTP id 22so6287221bwz.25 for <[email protected]>; Tue, 13 Apr 2010 08:49:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:mime-version:content-type:x-mailer:thread-index :content-language; bh=6orfTL7fieEwL2M1Bi4WO4/k5kfvtU4phFqj/WgZgXg=; b=jUWVQun9930i0TAuEQjrYTvegUjrxSslW8ctcsqFcUUXiJe4v+qBedVCNWE+WiaGHz bt7g2KcPXm/ks6DmC9zDquvCeUz7AhHr8qJy4CasUjZ1RwFtVhN2RLXRejaMrNGJdur1 iwJmtFdY5yM5mDMa9sgepP6T+yDadmIeHK1h4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:mime-version:content-type:x-mailer :thread-index:content-language; b=woLM/Q0Aw0TKsWEz+yEjHL3Lth71ZAUUSmAj2qUAGRefKQJiLtk1XB1QQyiiUK791R QGhgR2lcn2544xc9weuGoFzBDCJUjve+Zfv8d7XGhBSCXCQNZZa2iE4fmpCWV5Smr26r 6bL3PwAB9BqOH5f9BhbBDvV2icqMOIWkbAXAY= Received: by 161.129.204.104 with SMTP id a8mr6824369bky.111.1271173788532; Tue, 13 Apr 2010 08:49:48 -0700 (PDT) Received: from yaragalla ([161.129.204.104]) by mx.google.com with ESMTPS id 24sm46617026bkr.12.2161.129.204.104.49.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 13 Apr 2010 08:49:47 -0700 (PDT) From: "Muralidhar Yaragalla" <[email protected]> To: <[email protected]> Subject: small doubt Date: Tue, 13 Apr 2010 21:19:35 +0530 Message-ID: <004c01cadb20$ef9a3e60$cecebb20$@com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_004D_01CADB4F.09527A60" X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcrbIOoeb4cyl7ATSom/SwaXQdzhLg== Content-Language: en-us ------=_NextPart_000_004D_01CADB4F.09527A60 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit If I have "users" in one subcontext and "user groups" in other subcontest. In the "usergroups" subcontext I will be creating one subcontext for every "user group" and in that group instead of making entry for user again can I refer to the same user which is there in "users" subcontext. ------=_NextPart_000_004D_01CADB4F.09527A60-- From [email protected] Tue Apr 13 16:02:20 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 79629 invoked from network); 13 Apr 2010 16:02:20 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Apr 2010 16:02:20 -0000 Received: (qmail 2786 invoked by uid 500); 13 Apr 2010 16:02:19 -0000 Delivered-To: [email protected] Received: (qmail 2763 invoked by uid 500); 13 Apr 2010 16:02:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 2755 invoked by uid 99); 13 Apr 2010 16:02:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 16:02:19 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-yx0-f182.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 16:02:13 +0000 Received: by yxe12 with SMTP id 12so3401449yxe.32 for <[email protected]>; Tue, 13 Apr 2010 09:01:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type :content-transfer-encoding; bh=K6w47TXHtAA3NQyvpdl3zFqTp5oR3AeFfN44V1R/p0Y=; b=DqNigvzQAEW45BIZLXag5zjomjXAY3nI7BmZ+sTAZoy3IiWU7yJqLWb2+JlL9Qag3Y FyCplC87TeDZW09mUWnRpt1e+aVZCK/cMHbkJMIFsnFJ/YrUYfYwXwXLK8GJov/TT0yT nLVOrJbnLvqnEVp3cD2RRGVtBkh+0WmvmHsxs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=hYKahN1/X5+5xmfpd13sirZJlQd43P9n0pf2cymfAujp+uCoyrIdkKir8qdyS9WxGI WL9/ciKRV0V/qFtSfbJiSGVWFViDWmwcsxhJhkimYaALPxXAFFD+hKXW8qPHJlM2EwLN FfIwz5FvoZlxXDGBOG+rMJe4yvb3h/2vqrED4= MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Tue, 13 Apr 2010 09:01:52 -0700 (PDT) In-Reply-To: <004701cadb20$260971b0$721c5510$@com> References: <AcrbIB8e7lcsuuJbQrKsKm2MXr+J+w==> <004701cadb20$260971b0$721c5510$@com> Date: Tue, 13 Apr 2010 19:01:52 +0300 Received: by 161.129.204.104 with SMTP id b17mr5585518ybi.36.1271174513000; Tue, 13 Apr 2010 09:01:53 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: hi need best suggestion From: Kiran Ayyagari <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Tue, Apr 13, 2010 at 6:43 PM, Muralidhar Yaragalla <[email protected]> wrote: > Hi Guys, we have the following situation:- > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 We have an applicatio= n running on tomcat. We =A0are > storing user information on APCAHEDS using some other application. But > whenever there is a change in the user information my application (which = is > running on tomcat) =A0has to be notified and upon notification it has to > update its local user database against LDAP. hmm, IMO it is best to notify the tomcat based application by the application which is making changes to the ApacheDS data. (well, this makes more sense if both applications are controlled by you) YMMV Kiran Ayyagari From [email protected] Tue Apr 13 16:03:35 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 79862 invoked from network); 13 Apr 2010 16:03:35 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Apr 2010 16:03:35 -0000 Received: (qmail 5526 invoked by uid 500); 13 Apr 2010 16:03:35 -0000 Delivered-To: [email protected] Received: (qmail 5502 invoked by uid 500); 13 Apr 2010 16:03:35 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 5494 invoked by uid 99); 13 Apr 2010 16:03:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 16:03:35 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-gy0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 16:03:27 +0000 Received: by gyh3 with SMTP id 3so3766338gyh.37 for <[email protected]>; Tue, 13 Apr 2010 09:03:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type :content-transfer-encoding; bh=TnThs6ZhG2jEoqYPMwcG+92wEOfukJHAFprf8pKRqks=; b=Qzf3yW1HatjXAESAhxLd8lqQ0FE+HRZaKlln/sa7XajXXe2Yr5gZn6A+1uQSNsUF7v KclEaMn+ApCFar0TqdvOSDS3z5CAS7A8wXclWB1dKpfXIAHMtpD0nF5XmsZG0+kHHDJp Ml38He4S917pbydr8oG+ISaYjVR0RBGC618+w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=EIhXjeeyHPhl8picg4jP1Ge00Up4yu637Nf8bKmuqTc86q+8TLyxk4VMlwLKxmm1p7 VGgFL11WcMWRZA9NyJDkR979CqIEsog+s+F1p12Mzkl3HXaBQhZxcWYRH+ogz2ZTEKFT lqwow2ZK9ieact9c6ctgwsVUa3fJ9NvE9YvFM= MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Tue, 13 Apr 2010 09:03:06 -0700 (PDT) In-Reply-To: <004c01cadb20$ef9a3e60$cecebb20$@com> References: <AcrbIOoeb4cyl7ATSom/SwaXQdzhLg==> <004c01cadb20$ef9a3e60$cecebb20$@com> Date: Tue, 13 Apr 2010 19:03:06 +0300 Received: by 161.129.204.104 with SMTP id l20mr5582294ybf.300.1271174586556; Tue, 13 Apr 2010 09:03:06 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: small doubt From: Kiran Ayyagari <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Apr 13, 2010 at 6:49 PM, Muralidhar Yaragalla <[email protected]> wrote: > If I have "users" in one subcontext =A0and "user groups" in other subcont= est. > In the "usergroups" subcontext I will be creating one subcontext for ever= y > "user group" and in that group instead of making entry for user again can= I > refer to the same user which is there in "users" subcontext. > You can use alias entries referring to the actual user entries present under "users" HTH Kiran Ayyagari From [email protected] Tue Apr 13 16:42:27 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55220 invoked from network); 13 Apr 2010 16:24:36 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Apr 2010 16:24:36 -0000 Received: (qmail 51963 invoked by uid 500); 13 Apr 2010 16:24:36 -0000 Delivered-To: [email protected] Received: (qmail 51935 invoked by uid 500); 13 Apr 2010 16:24:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 51920 invoked by uid 99); 13 Apr 2010 16:24:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 16:24:36 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mo-p00-ob.rzone.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 16:24:29 +0000 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1271175847; l=678; s=domk; d=labeo.de; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References: Subject:To:MIME-Version:From:Date:X-RZG-CLASS-ID:X-RZG-AUTH; bh=Gr1Qb3gPA3s0opB3ahs7mxiOU4I=; b=wiHp51ScMOf4Ji8gE4QktMCp/lXzMOlz7H9kyuow/JkpSMV0YihVsQkeKMe4i8A+x8s 8ZR3/N3cCQBX5OAhgY/mwrSlm/Ov06vYo3xz7M3OJO9qBQq88aW+uYPFs5+1Kt9bOkd7J Cf5f03honrQNQKdMR9P3IlRIT3GKTTaF3QY= X-RZG-AUTH: :P3gBc0GmW/MphhhpU4BSj2bmx/Zwgz97J2mNwJqPM0N9OGVtU4zHgEZ9ZYU= X-RZG-CLASS-ID: mo00 Received: from [161.129.204.104] ([161.129.204.104]) by post.strato.de (mrclete mo15) (RZmta 23.0) with ESMTP id U00945m3DFBeMO for <[email protected]>; Tue, 13 Apr 2010 18:24:06 +0200 (MEST) Message-ID: <[email protected]> Date: Tue, 13 Apr 2010 18:24:06 +0200 From: Stefan Zoerner <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20100228) MIME-Version: 1.0 To: [email protected] Subject: Re: hi need best suggestion References: <004701cadb20$260971b0$721c5510$@com> In-Reply-To: <004701cadb20$260971b0$721c5510$@com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Muralidhar Yaragalla wrote: > We have an application running on tomcat. We are > storing user information on APCAHEDS using some other application. But > whenever there is a change in the user information my application (which is > running on tomcat) has to be notified and upon notification it has to > update its local user database against LDAP. > > So what is the best way of doing this? > Perhaps I am totally wrong and don't understand your requirements, but why not using a JNDI Realm within Tomcat which directly connects to ApacheDS directly instead of using a "local user database" (what exactly is this database?). Greetings from Hanover, StefanZ From [email protected] Tue Apr 13 16:43:42 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71880 invoked from network); 13 Apr 2010 16:27:11 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Apr 2010 16:27:11 -0000 Received: (qmail 88495 invoked by uid 500); 13 Apr 2010 16:27:10 -0000 Delivered-To: [email protected] Received: (qmail 88468 invoked by uid 500); 13 Apr 2010 16:27:10 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 88455 invoked by uid 99); 13 Apr 2010 16:27:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 16:27:10 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-bw0-f222.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 16:27:01 +0000 Received: by bwz22 with SMTP id 22so6331096bwz.25 for <[email protected]>; Tue, 13 Apr 2010 09:26:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:references :in-reply-to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:x-mailer:thread-index:content-language; bh=C3sUxE/wb+uXxzjEKxezn/VsqEOdeyRrg0aA0oQKX50=; b=DBeEb378xJNQu7Sbyzzum3T2RN3QTBylK0XpQoksR4vEERYveK1EytdYI7JCK6jEYk XIjbZP71/fYjLXNHDgthHMRohRUrvqA3aF0BbGxE4nKQ75Y3y+Q0j+JpweFosXDkubf/ wAxzJu19OwKTw1NfsvNCMZ/6BTavKzJU9iWnk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:references:in-reply-to:subject:date:message-id:mime-version :content-type:content-transfer-encoding:x-mailer:thread-index :content-language; b=XolUWK9bL4FDk3B06ZjSMLXUbnMt19jwnvmM1Lj3WUWvDy/MNB+PJfMbygK5lJ4Xhm AEnWkGdMD2rvuWDcHedvPHfWt9R0nRshHw5x55S8zVzJIGZbaHJJB3WClTzXi4HpUhoS MabCETVo1AdonjJSUF9eyZwrdgBZfoemh5WXM= Received: by 161.129.204.104 with SMTP id t9mr2394810bkb.150.1271176000327; Tue, 13 Apr 2010 09:26:40 -0700 (PDT) Received: from yaragalla ([161.129.204.104]) by mx.google.com with ESMTPS id l1sm46639543bkl.14.2161.129.204.104.26.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 13 Apr 2010 09:26:39 -0700 (PDT) From: "Muralidhar Yaragalla" <[email protected]> To: <[email protected]> References: <AcrbIB8e7lcsuuJbQrKsKm2MXr+J+w==> <004701cadb20$260971b0$721c5510$@com> <[email protected]> In-Reply-To: <[email protected]> Subject: RE: hi need best suggestion Date: Tue, 13 Apr 2010 21:56:27 +0530 Message-ID: <005d01cadb26$163b36a0$42b1a3e0$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcrbIrN60eQyqFTcQXi7qUqxesPoAgAAgsgg Content-Language: en-us X-Virus-Checked: Checked by ClamAV on apache.org Thank u.=20 so if my application got notified somehow and if I have to update my app database against LDAP I have to get all the entries for users on LDAP = and all the users from my database and compare them for deleted, added and updated users and accordingly I have to update my database every time = there is a change in the LDAP. Is this right? -----Original Message----- From: Kiran Ayyagari [mailto:[email protected]]=20 Sent: Tuesday, April 13, 2010 9:32 PM To: [email protected] Subject: Re: hi need best suggestion On Tue, Apr 13, 2010 at 6:43 PM, Muralidhar Yaragalla <[email protected]> wrote: > Hi Guys, we have the following situation:- > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 We have an = application running on tomcat. We =A0are > storing user information on APCAHEDS using some other application. But > whenever there is a change in the user information my application = (which is > running on tomcat) =A0has to be notified and upon notification it has = to > update its local user database against LDAP. hmm, IMO it is best to notify the tomcat based application by the application which is making changes to the ApacheDS data. (well, this makes more sense if both applications are controlled by you) YMMV Kiran Ayyagari From [email protected] Tue Apr 13 16:44:00 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77181 invoked from network); 13 Apr 2010 16:28:07 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Apr 2010 16:28:07 -0000 Received: (qmail 4034 invoked by uid 500); 13 Apr 2010 16:28:07 -0000 Delivered-To: [email protected] Received: (qmail 3994 invoked by uid 500); 13 Apr 2010 16:28:07 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 3981 invoked by uid 99); 13 Apr 2010 16:28:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 16:28:07 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-wy0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 16:27:57 +0000 Received: by wya21 with SMTP id 21so150405wya.37 for <[email protected]>; Tue, 13 Apr 2010 09:27:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:references :in-reply-to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:x-mailer:thread-index:content-language :x-cr-hashedpuzzle:x-cr-puzzleid; bh=wjKSYNNO1MlUrrAK8FLeLMMSBSgh++Q97xh2J7RcVQ8=; b=m9a2kHT7j1GsSM8tFP2pmNV7JD/pfVrOLHmMvLuG9jfCdLC3Vrj97wjq+o0A7Gw+CP dvZ90dRNroX/KjwEd8FFj/gVDN1eL0TLSLQv5QVeFluMQZhNblAqmh4EMuE0Gl8/2Euj /liGLEz4w21iYZgHyOIoAbLqg0htyRlPOn46M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:references:in-reply-to:subject:date:message-id:mime-version :content-type:content-transfer-encoding:x-mailer:thread-index :content-language:x-cr-hashedpuzzle:x-cr-puzzleid; b=F1ssg8CrkIStekKtmOnmJuiaBpEGzfG0X6OAeDvpYi8jBW8jNarscFO/LgBSuLvmba 2o3ZhZQ/mzstvERv6t1ezE1FCv5h3QPXBquypwR9FruO7y8DPKYi9mHSyb73ooRlChNl DPkixz3wpxx6LDaHSPSYLpnalAjTkeQACDO7k= Received: by 161.129.204.104 with SMTP id c43mr3532981wel.178.1271176057703; Tue, 13 Apr 2010 09:27:37 -0700 (PDT) Received: from yaragalla ([161.129.204.104]) by mx.google.com with ESMTPS id z3sm1804305wbs.16.2161.129.204.104.27.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 13 Apr 2010 09:27:36 -0700 (PDT) From: "Muralidhar Yaragalla" <[email protected]> To: <[email protected]> References: <AcrbIOoeb4cyl7ATSom/SwaXQdzhLg==> <004c01cadb20$ef9a3e60$cecebb20$@com> <[email protected]> In-Reply-To: <[email protected]> Subject: RE: small doubt Date: Tue, 13 Apr 2010 21:57:25 +0530 Message-ID: <005e01cadb26$3845d020$a8d17060$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcrbIuAuCBxhwvBfRYqn+XEMttuqCgAA0HpQ Content-Language: en-us x-cr-hashedpuzzle: Cnqu DKPb DMVg DTjx Dlwz EiWI FilK FyEw F9JR GA1t GF7Q Gi4Y I/xn JPl9 KCdt KvUH;1;dQBzAGUAcgBzAEAAZABpAHIAZQBjAHQAbwByAHkALgBhAHAAYQBjAGgAZQAuAG8AcgBnAA==;Sosha1_v1;7;{C8C6849A-421D-43DF-9481-9E1796258D12};eQBhAHIAYQBnAGEAbABsAGEAbQB1AHIAYQBsAGkAQABnAG0AYQBpAGwALgBjAG8AbQA=;Tue, 13 Apr 2010 16:27:06 GMT;UgBFADoAIABzAG0AYQBsAGwAIABkAG8AdQBiAHQA x-cr-puzzleid: {C8C6849A-421D-43DF-9481-9E1796258D12} X-Virus-Checked: Checked by ClamAV on apache.org Thank you so much. -----Original Message----- From: Kiran Ayyagari [mailto:[email protected]]=20 Sent: Tuesday, April 13, 2010 9:33 PM To: [email protected] Subject: Re: small doubt On Tue, Apr 13, 2010 at 6:49 PM, Muralidhar Yaragalla <[email protected]> wrote: > If I have "users" in one subcontext =A0and "user groups" in other subcontest. > In the "usergroups" subcontext I will be creating one subcontext for = every > "user group" and in that group instead of making entry for user again = can I > refer to the same user which is there in "users" subcontext. > You can use alias entries referring to the actual user entries present under "users" HTH Kiran Ayyagari From [email protected] Tue Apr 13 16:55:13 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4161 invoked from network); 13 Apr 2010 16:33:13 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Apr 2010 16:33:13 -0000 Received: (qmail 68397 invoked by uid 500); 13 Apr 2010 16:33:12 -0000 Delivered-To: [email protected] Received: (qmail 68367 invoked by uid 500); 13 Apr 2010 16:33:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 68356 invoked by uid 99); 13 Apr 2010 16:33:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 16:33:12 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-bw0-f222.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 16:33:03 +0000 Received: by bwz22 with SMTP id 22so6337973bwz.25 for <[email protected]>; Tue, 13 Apr 2010 09:32:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:references :in-reply-to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:x-mailer:thread-index:content-language; bh=pgOzU4iAuAl8XlX4Bft2rNfYX1DABE6+9w3xwZlK4hE=; b=S9/WQWawrRBTPV5q8VaJRtYJPcx7OXrO2fsezKHiDDSXBOGRonJ6Jd9sRYfqa7gwck rW5Q/muibueamLcQusDjkSFvOB9AZbpbcmkq+z2MM71sNovuQHoh1DLxDr3r/UNfWtdh at2pDqpEv2rYTlI74JLY1X79d5yzqKYqTIdKg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:references:in-reply-to:subject:date:message-id:mime-version :content-type:content-transfer-encoding:x-mailer:thread-index :content-language; b=CY01+b5efKfH7FDG/FGJcjxigXyqXTyUf8mhISXVxycq/ajS5AZCGI7WZicZM7qWoF WmQC8t3eiVjpb65c8/jcCEoZtVkf+QIHUtr3KCEGZRtQFpEXUaSnw1XIrgG6WKPEHLTf ifpxig+EsNsJwqYkYIzpg2cPL1hftGIJuU3+U= Received: by 161.129.204.104 with SMTP id x8mr6681493bkb.176.1271176363198; Tue, 13 Apr 2010 09:32:43 -0700 (PDT) Received: from yaragalla ([161.129.204.104]) by mx.google.com with ESMTPS id d5sm46694183bkd.1.2161.129.204.104.32.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 13 Apr 2010 09:32:42 -0700 (PDT) From: "Muralidhar Yaragalla" <[email protected]> To: <[email protected]> References: <004701cadb20$260971b0$721c5510$@com> <[email protected]> In-Reply-To: <[email protected]> Subject: RE: hi need best suggestion Date: Tue, 13 Apr 2010 22:02:32 +0530 Message-ID: <005f01cadb26$ee70a3c0$cb51eb40$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcrbJc/LyS3xVw36S/KZkGsDofgKQQAAI5lg Content-Language: en-us X-Virus-Checked: Checked by ClamAV on apache.org Hi this is a special requirement. Actually I also don't like to do this that way but the client is not technically good enough. Even though we said this is not the right approach he wants this way. I just don't want to argue with him so I said we will do it that way. Anyway I just want to know the best way of updating the loacldatabases against LDAP. -----Original Message----- From: Stefan Zoerner [mailto:[email protected]] Sent: Tuesday, April 13, 2010 9:54 PM To: [email protected] Subject: Re: hi need best suggestion Muralidhar Yaragalla wrote: > We have an application running on tomcat. We are > storing user information on APCAHEDS using some other application. But > whenever there is a change in the user information my application (which is > running on tomcat) has to be notified and upon notification it has to > update its local user database against LDAP. > > So what is the best way of doing this? > Perhaps I am totally wrong and don't understand your requirements, but why not using a JNDI Realm within Tomcat which directly connects to ApacheDS directly instead of using a "local user database" (what exactly is this database?). Greetings from Hanover, StefanZ From [email protected] Tue Apr 13 17:03:53 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19529 invoked from network); 13 Apr 2010 16:37:33 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Apr 2010 16:37:33 -0000 Received: (qmail 21501 invoked by uid 500); 13 Apr 2010 16:37:33 -0000 Delivered-To: [email protected] Received: (qmail 21482 invoked by uid 500); 13 Apr 2010 16:37:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 21469 invoked by uid 99); 13 Apr 2010 16:37:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 16:37:33 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-yx0-f182.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 16:37:26 +0000 Received: by yxe12 with SMTP id 12so3417783yxe.32 for <[email protected]>; Tue, 13 Apr 2010 09:37:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type :content-transfer-encoding; bh=aAEahJjXNrWJasq3zZCRwk8uzR/BexcECllUqidHf08=; b=lajU2rVqd8DRGUeQev2qX1vO9LCwONcAlwkiwd3cGLrtqNJk0nDz2+kj24raHBVe0C 7gTKa793nS5xXxakKh5AVzfoN2HWG0OTzBSQjtSJrYNDHpe1P4lleIbf6LV8RBPuw/Yv rrcUEvWopSxOoJ+cnhRefU7TCLHSoLAXVg9kc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Yr1N7ksDfsYP42vqC8b5BXUzK9nzmxNz74dXauvjAKnuQvn0zWRPXwahH4qMfw9m0p MWqhmf4zx/0VqMmnAlHAMBGWGIqi2aISLRQPBxWymhASKbJcvATHFe7/1sisWy0317ni pC0LcOiZwQiCGpuOSR576iebj5ubNwNnhr1AI= MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Tue, 13 Apr 2010 09:37:06 -0700 (PDT) In-Reply-To: <005d01cadb26$163b36a0$42b1a3e0$@com> References: <004701cadb20$260971b0$721c5510$@com> <[email protected]> <005d01cadb26$163b36a0$42b1a3e0$@com> Date: Tue, 13 Apr 2010 19:37:06 +0300 Received: by 161.129.204.104 with SMTP id p17mr5409399ybc.305.1271176626155; Tue, 13 Apr 2010 09:37:06 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: hi need best suggestion From: Kiran Ayyagari <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Tue, Apr 13, 2010 at 7:26 PM, Muralidhar Yaragalla <[email protected]> wrote: > Thank u. > > so if my application got notified somehow and if I have to update my app > database against LDAP I have to get all the entries for users =A0on LDAP = and > all the users from my database and compare them for deleted, added and > updated users and accordingly I have to update my database every time the= re > is a change in the LDAP. =A0 Is this right? instead of doing it for all users it will be good if the notifying application can also tell the tomcat based application about which user entries were modified/added/deleted by it, this way a whole tree scan can be avoided Kiran Ayyagari From [email protected] Tue Apr 13 17:22:54 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31914 invoked from network); 13 Apr 2010 16:41:27 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Apr 2010 16:41:27 -0000 Received: (qmail 70306 invoked by uid 500); 13 Apr 2010 16:41:26 -0000 Delivered-To: [email protected] Received: (qmail 70277 invoked by uid 500); 13 Apr 2010 16:41:26 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 70264 invoked by uid 99); 13 Apr 2010 16:41:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 16:41:26 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ww0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 16:41:17 +0000 Received: by wwi18 with SMTP id 18so794769wwi.37 for <[email protected]>; Tue, 13 Apr 2010 09:40:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:references :in-reply-to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:x-mailer:thread-index:content-language; bh=5Xf/8kuPhGR/t6eQJwE/XTWU9SIprYftk1LYKhYqs44=; b=PXG6IUmskqBcuBM23EPnqOSlS1RekregUNY/xhHP9UMFCBxn+EMh2Ulf3xtQQBqP8I cBg9JiZx4lcKCVVP4gvgMlhnRJz6rEExfx4wFgHEHh/sCEwo4K83hX/TOczvpmfx+wv7 /7IjIe9TUcUNy48uaEzeayYPgfpfQ9UWEzKA0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:references:in-reply-to:subject:date:message-id:mime-version :content-type:content-transfer-encoding:x-mailer:thread-index :content-language; b=ffasU3ax0WPH2xmd4JgpIyixRTNnrmE7Qa/S24Vhw/kYRN1nzS5Ws+wltuNaZ58dq6 wv1lBDlTHPcUFGhwuI0agyQsd5v91Zhrgpu8IEOVCqxEj8yhVusx9z0oqIax4Be3mG4K Ab9k1FJapU+WQ8nMmB9cdcpqKyAfpGwGFx0Zg= Received: by 161.129.204.104 with SMTP id w62mr3415213wee.131.1271176857404; Tue, 13 Apr 2010 09:40:57 -0700 (PDT) Received: from yaragalla ([161.129.204.104]) by mx.google.com with ESMTPS id z34sm1886723wbv.14.2161.129.204.104.40.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 13 Apr 2010 09:40:56 -0700 (PDT) From: "Muralidhar Yaragalla" <[email protected]> To: <[email protected]> References: <004701cadb20$260971b0$721c5510$@com> <[email protected]> <005d01cadb26$163b36a0$42b1a3e0$@com> <[email protected]> In-Reply-To: <[email protected]> Subject: RE: hi need best suggestion Date: Tue, 13 Apr 2010 22:10:47 +0530 Message-ID: <006001cadb28$15075fa0$3f161ee0$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcrbJ57sUD6ER+LMTyqITf7QjVdQeAAACeRQ Content-Language: en-us X-Virus-Checked: Checked by ClamAV on apache.org So there is no way on LDAP to get the modifications happened at a = particular point of time on a particular subcontext. -----Original Message----- From: Kiran Ayyagari [mailto:[email protected]]=20 Sent: Tuesday, April 13, 2010 10:07 PM To: [email protected] Subject: Re: hi need best suggestion On Tue, Apr 13, 2010 at 7:26 PM, Muralidhar Yaragalla <[email protected]> wrote: > Thank u. > > so if my application got notified somehow and if I have to update my = app > database against LDAP I have to get all the entries for users =A0on = LDAP and > all the users from my database and compare them for deleted, added and > updated users and accordingly I have to update my database every time there > is a change in the LDAP. =A0 Is this right? instead of doing it for all users it will be good if the notifying application can also tell the tomcat based application about which user entries were modified/added/deleted by it, this way a whole tree scan can be avoided Kiran Ayyagari From [email protected] Tue Apr 13 17:34:15 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40151 invoked from network); 13 Apr 2010 16:44:11 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Apr 2010 16:44:11 -0000 Received: (qmail 4302 invoked by uid 500); 13 Apr 2010 16:44:08 -0000 Delivered-To: [email protected] Received: (qmail 4263 invoked by uid 500); 13 Apr 2010 16:44:08 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 4223 invoked by uid 99); 13 Apr 2010 16:44:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 16:44:07 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO xmrm0101.northgrum.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 16:43:59 +0000 Received: from xbhm0001.northgrum.com ([161.129.204.104]) by xmrm0101.northgrum.com with InterScan Message Security Suite; Tue, 13 Apr 2010 12:39:41 -0400 Received: from XBHIL102.northgrum.com ([161.129.204.104]) by xbhm0001.northgrum.com over TLS secured channel with Microsoft SMTPSVC(812)573-8866); Tue, 13 Apr 2010 12:41:29 -0400 Received: from XMBIL103.northgrum.com ([161.129.204.104]) by XBHIL102.northgrum.com over TLS secured channel with Microsoft SMTPSVC(812)573-8866); Tue, 13 Apr 2010 11:41:54 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: hi need best suggestion Date: Tue, 13 Apr 2010 11:42:10 -0500 Message-ID: <[email protected]> In-Reply-To: <005f01cadb26$ee70a3c0$cb51eb40$@com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: hi need best suggestion Thread-Index: AcrbJc/LyS3xVw36S/KZkGsDofgKQQAAI5lgAABQcaA= References: <004701cadb20$260971b0$721c5510$@com> <[email protected]> <005f01cadb26$ee70a3c0$cb51eb40$@com> From: "Cook, Lee (IS) (Contr)" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 13 Apr 2010 16:41:54.0602 (UTC) FILETIME=[39A8D0A0:01CADB28] Muralidhar, I just got this same requirement from my 'customer' also. We need to notify another application which has non-ldap Users database when changes occur to our Ldap attributes. I was experimenting with ApacheDS, but my client uses=20 MS Active Directory, for which I found this article Which discusses Ldap Change Notifications via ldap search filter And result set. http://msdn.microsoft.com/en-us/library/aa772153(VS.85).aspx I have no idea if ApacheDS offers a similar notification function? Lee -----Original Message----- From: Muralidhar Yaragalla [mailto:[email protected]]=20 Sent: Tuesday, April 13, 2010 12:33 PM To: [email protected] Subject: RE: hi need best suggestion Hi this is a special requirement. Actually I also don't like to do this that way but the client is not technically good enough. Even though we said this is not the right approach he wants this way. I just don't want to argue with him so I said we will do it that way. Anyway I just want to know the best way of updating the loacldatabases against LDAP. -----Original Message----- From: Stefan Zoerner [mailto:[email protected]]=20 Sent: Tuesday, April 13, 2010 9:54 PM To: [email protected] Subject: Re: hi need best suggestion Muralidhar Yaragalla wrote: > We have an application running on tomcat. We are > storing user information on APCAHEDS using some other application. But > whenever there is a change in the user information my application (which is > running on tomcat) has to be notified and upon notification it has to > update its local user database against LDAP.=20 >=20 > So what is the best way of doing this? >=20 Perhaps I am totally wrong and don't understand your requirements, but=20 why not using a JNDI Realm within Tomcat which directly connects to=20 ApacheDS directly instead of using a "local user database" (what exactly is this database?). Greetings from Hanover, StefanZ From [email protected] Tue Apr 13 18:25:06 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 79032 invoked from network); 13 Apr 2010 16:55:21 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Apr 2010 16:55:21 -0000 Received: (qmail 66450 invoked by uid 500); 13 Apr 2010 16:55:21 -0000 Delivered-To: [email protected] Received: (qmail 66353 invoked by uid 500); 13 Apr 2010 16:55:21 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 66340 invoked by uid 99); 13 Apr 2010 16:55:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 16:55:21 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-bw0-f222.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 16:55:12 +0000 Received: by bwz22 with SMTP id 22so6364232bwz.25 for <[email protected]>; Tue, 13 Apr 2010 09:54:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:references :in-reply-to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:x-mailer:thread-index:content-language; bh=rxoy0Dfa6o+ssOnVCtsvICjyhJFS/i17y4ILROsu270=; b=jbdHAFFsMUjiKeyDsXObvbfvyLgPKmAGaKau/7JhhX3UiYZmdCKn1fJl4IDW6c6Gmr CclO6LqDciPITCElE30SUDJCoy4uX9kHRUEFVETLdftiTEYPixM58dhxJWQGgKcylFDM i95uHEoEdDRAxIG18FlWwlpADG/2aTD7q+OgQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:references:in-reply-to:subject:date:message-id:mime-version :content-type:content-transfer-encoding:x-mailer:thread-index :content-language; b=FNbPQQmDZY/uGiedmcaVpLJWLFeldTKgQTUoatBys6zRDcdy7Aucik2BOcppFfx5/D j0UwEtLfOUPvyirzc93sjcLJZ6ibgUifkbts1IoDcLvFHln4KUzqBGCTrXGh3O6cGGOG /XNy3ONB0s0NUxtwf1u2viuF79YfvwnxRgIlw= Received: by 161.129.204.104 with SMTP id s13mr2723466bkx.27.1271177691565; Tue, 13 Apr 2010 09:54:51 -0700 (PDT) Received: from yaragalla ([161.129.204.104]) by mx.google.com with ESMTPS id 24sm46682685bkr.6.2161.129.204.104.54.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 13 Apr 2010 09:54:50 -0700 (PDT) From: "Muralidhar Yaragalla" <[email protected]> To: <[email protected]> References: <004701cadb20$260971b0$721c5510$@com> <[email protected]> <005f01cadb26$ee70a3c0$cb51eb40$@com> <[email protected]> In-Reply-To: <[email protected]> Subject: RE: hi need best suggestion Date: Tue, 13 Apr 2010 22:24:40 +0530 Message-ID: <006a01cadb2a$062de1a0$1289a4e0$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcrbJc/LyS3xVw36S/KZkGsDofgKQQAAI5lgAABQcaAAAJaBIA== Content-Language: en-us X-Virus-Checked: Checked by ClamAV on apache.org Thank you so much for the link. -----Original Message----- From: Cook, Lee (IS) (Contr) [mailto:[email protected]] Sent: Tuesday, April 13, 2010 10:12 PM To: [email protected] Subject: RE: hi need best suggestion Muralidhar, I just got this same requirement from my 'customer' also. We need to notify another application which has non-ldap Users database when changes occur to our Ldap attributes. I was experimenting with ApacheDS, but my client uses MS Active Directory, for which I found this article Which discusses Ldap Change Notifications via ldap search filter And result set. http://msdn.microsoft.com/en-us/library/aa772153(VS.85).aspx I have no idea if ApacheDS offers a similar notification function? Lee -----Original Message----- From: Muralidhar Yaragalla [mailto:[email protected]] Sent: Tuesday, April 13, 2010 12:33 PM To: [email protected] Subject: RE: hi need best suggestion Hi this is a special requirement. Actually I also don't like to do this that way but the client is not technically good enough. Even though we said this is not the right approach he wants this way. I just don't want to argue with him so I said we will do it that way. Anyway I just want to know the best way of updating the loacldatabases against LDAP. -----Original Message----- From: Stefan Zoerner [mailto:[email protected]] Sent: Tuesday, April 13, 2010 9:54 PM To: [email protected] Subject: Re: hi need best suggestion Muralidhar Yaragalla wrote: > We have an application running on tomcat. We are > storing user information on APCAHEDS using some other application. But > whenever there is a change in the user information my application (which is > running on tomcat) has to be notified and upon notification it has to > update its local user database against LDAP. > > So what is the best way of doing this? > Perhaps I am totally wrong and don't understand your requirements, but why not using a JNDI Realm within Tomcat which directly connects to ApacheDS directly instead of using a "local user database" (what exactly is this database?). Greetings from Hanover, StefanZ From [email protected] Tue Apr 13 18:42:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28373 invoked from network); 13 Apr 2010 17:04:54 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Apr 2010 17:04:54 -0000 Received: (qmail 93384 invoked by uid 500); 13 Apr 2010 17:04:54 -0000 Delivered-To: [email protected] Received: (qmail 93363 invoked by uid 500); 13 Apr 2010 17:04:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 93354 invoked by uid 99); 13 Apr 2010 17:04:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 17:04:54 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=AWL,FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-gy0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 17:04:47 +0000 Received: by gyh3 with SMTP id 3so3795752gyh.37 for <[email protected]>; Tue, 13 Apr 2010 10:04:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=MfEscMrx6cj8B76eEcD6LXV1BM71H22dQ4qW7VBI6fM=; b=R7eO/YZLk7CcPoroiRJvktAQKy2okHzHqfK6QJQq+FbkySInZF00fYxodzVPtsGY2I KsMHgvJyd9dhHpBtlWWvj04TRu7RG9rWDGa7C0SrQYt8y9omOAVNImo6D+V8BzjU2AuN pmBCJi2oBldPooPYqxAd3Vn8sB5i0YWlusPsI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=q6w/1rbfrNm53krizcuiodwTE4qPtXsreizBNu3Td1ajB1DuiuXnPW/ERIk5QomBRQ kJib2ga6IsXs6zDB5TM7JHDQ9XS/AKXqXTSL2XJ37Vf1DpkwQxUjhp8O1yFUnmeXQolQ a2BGyXRbZfEZ7vHio1JNKLTkwYO4QmQQzSt5U= MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Tue, 13 Apr 2010 10:04:26 -0700 (PDT) In-Reply-To: <006001cadb28$15075fa0$3f161ee0$@com> References: <004701cadb20$260971b0$721c5510$@com> <[email protected]> <005d01cadb26$163b36a0$42b1a3e0$@com> <[email protected]> <006001cadb28$15075fa0$3f161ee0$@com> Date: Tue, 13 Apr 2010 20:04:26 +0300 Received: by 161.129.204.104 with SMTP id f11mr5250375ybg.59.1271178266845; Tue, 13 Apr 2010 10:04:26 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: hi need best suggestion From: Kiran Ayyagari <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 On Tue, Apr 13, 2010 at 7:40 PM, Muralidhar Yaragalla <[email protected]> wrote: > So there is no way on LDAP to get the modifications happened at a particular > point of time on a particular subcontext. you can query on the modifyTimestamp operational attribute that is part of each modified entry and also you can query on createTimestamp to see if any new entries were added. Note that in ApacheDS the modifyTimestamp attribute will only be present if an entry gets modified Kiran Ayyagari From [email protected] Tue Apr 13 19:04:19 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38686 invoked from network); 13 Apr 2010 17:24:30 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Apr 2010 17:24:30 -0000 Received: (qmail 41499 invoked by uid 500); 13 Apr 2010 17:24:30 -0000 Delivered-To: [email protected] Received: (qmail 41469 invoked by uid 500); 13 Apr 2010 17:24:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 41461 invoked by uid 99); 13 Apr 2010 17:24:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 17:24:30 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-yw0-f204.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 17:24:24 +0000 Received: by ywh42 with SMTP id 42so2165034ywh.15 for <[email protected]>; Tue, 13 Apr 2010 10:24:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=uUVoc738X8vdOZs2SpW4KHUqFsbRsUQCGdi29GjXevA=; b=Irw5liasswM0LYsyq/4F99gR/N7Y6OOQJka7iVHeZtY5ckWN3psJqWQx1mRxceSo2R 6Lxk5g6P7zUP7FKb9ayGM6K+x2BNMk0oIqv50dgtj10xMtjNLbR3IqPwFcUZ48xUlt39 iIFXuGiq7xsvZocMi5508vaDE/y77bKNtP21g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=sAfuPwNw8opMcIZJKPNgpqgFNn/FtElH/HYX/h/BguHEeipCcGp+3IlWS5jbSXUQ5c RwAf1VbkWWzE0Gn3vcJxPDly2i62iaM595PRL3sV+vVHyeQdethmhYSFOL/N+FvnipUg VPV1866OAdrL1BxeOeFPsYie0sSeIkEx6YYsM= MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Tue, 13 Apr 2010 10:24:03 -0700 (PDT) In-Reply-To: <[email protected]> References: <004701cadb20$260971b0$721c5510$@com> <[email protected]> <005d01cadb26$163b36a0$42b1a3e0$@com> <[email protected]> <006001cadb28$15075fa0$3f161ee0$@com> <[email protected]> Date: Tue, 13 Apr 2010 20:24:03 +0300 Received: by 161.129.204.104 with SMTP id l9mr5273619ybf.109.1271179443418; Tue, 13 Apr 2010 10:24:03 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: hi need best suggestion From: Kiran Ayyagari <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org hi Murali, Stefan Seelmann pointed to me on IRC that persistent search[1] would be the right solution to get the updates from the ApacheDS. The PersistentSearchIT[2] class shows how to use it [1] http://www.ietf.org/proceedings/50/I-D/ldapext-psearch-03.txt [2] http://svn.apache.org/viewvc/directory/apacheds/trunk/server-integ/src/test/java/org/apache/directory/server/operations/search/PersistentSearchIT.java?view=markup thanks Seelmann Kiran Ayyagari From [email protected] Tue Apr 13 19:27:25 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56585 invoked from network); 13 Apr 2010 17:48:55 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Apr 2010 17:48:55 -0000 Received: (qmail 83373 invoked by uid 500); 13 Apr 2010 17:48:53 -0000 Delivered-To: [email protected] Received: (qmail 83341 invoked by uid 500); 13 Apr 2010 17:48:53 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 83303 invoked by uid 99); 13 Apr 2010 17:48:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 17:48:53 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-bw0-f222.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 17:48:45 +0000 Received: by bwz22 with SMTP id 22so6426339bwz.25 for <[email protected]>; Tue, 13 Apr 2010 10:48:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:references :in-reply-to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:x-mailer:thread-index:content-language :x-cr-hashedpuzzle:x-cr-puzzleid; bh=ST8+Dion81AQ3oPafUxwtosGOYYWxqIYi6MoRg25kjc=; b=bxk/Xi3ituSmqWYH3m5MOFZG+bjGqMRMcji0bSscMB7Ok6/sE5HnWF8NF/wf36l/C+ z2HlrnQyRs0pNDLcJwq3073hHoOJaG5C/ke/E7noVSCPxyyVak0eGm1sknAYkX65ouzs j8CzGM+ffoV+m36a1Q4ZHkLRHpUhQPPRBoN+E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:references:in-reply-to:subject:date:message-id:mime-version :content-type:content-transfer-encoding:x-mailer:thread-index :content-language:x-cr-hashedpuzzle:x-cr-puzzleid; b=H1ES8vDzZNUtiq1+N1oGLUjymn0dAzoPeSFOZ4hpr2H9t0VbhoHX1YjQ4eE0266ME4 8pFETcVEGdMdZXzWL4AGofqIAby8MmVkIjZL7seAewpsCXy6DyAJuloKxnhilfoYJajy GehlMRWjOIoIuEi3MZL7cN6UpQVufQ6qNxLhQ= Received: by 161.129.204.104 with SMTP id r4mr6992681bkw.208.1271180905018; Tue, 13 Apr 2010 10:48:25 -0700 (PDT) Received: from yaragalla ([161.129.204.104]) by mx.google.com with ESMTPS id l1sm46746987bkl.2.2161.129.204.104.48.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 13 Apr 2010 10:48:24 -0700 (PDT) From: "Muralidhar Yaragalla" <[email protected]> To: <[email protected]> References: <004701cadb20$260971b0$721c5510$@com> <[email protected]> <005d01cadb26$163b36a0$42b1a3e0$@com> <[email protected]> <006001cadb28$15075fa0$3f161ee0$@com> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Subject: RE: hi need best suggestion Date: Tue, 13 Apr 2010 23:18:14 +0530 Message-ID: <007401cadb31$817688b0$84639a10$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcrbLjBfv5YQTH9PQwavs+Y1CiP8dQAAwQcw Content-Language: en-us x-cr-hashedpuzzle: AYeX AaRq Bj/E BnDE CQhY C0bs DOOB DZmX EemI Ep3U E4O2 FEKd GyuI I9Fr KB9s KXOK;1;dQBzAGUAcgBzAEAAZABpAHIAZQBjAHQAbwByAHkALgBhAHAAYQBjAGgAZQAuAG8AcgBnAA==;Sosha1_v1;7;{1F7F5654-A569-4246-B2C3-FABA791CF515};eQBhAHIAYQBnAGEAbABsAGEAbQB1AHIAYQBsAGkAQABnAG0AYQBpAGwALgBjAG8AbQA=;Tue, 13 Apr 2010 17:48:05 GMT;UgBFADoAIABoAGkAIABuAGUAZQBkACAAYgBlAHMAdAAgAHMAdQBnAGcAZQBzAHQAaQBvAG4A x-cr-puzzleid: {1F7F5654-A569-4246-B2C3-FABA791CF515} X-Virus-Checked: Checked by ClamAV on apache.org Is there any examples of how to use this class? Really thanks for pointing to these links which are really helpful. Does jndi support this? -----Original Message----- From: Kiran Ayyagari [mailto:[email protected]] Sent: Tuesday, April 13, 2010 10:54 PM To: [email protected] Subject: Re: hi need best suggestion hi Murali, Stefan Seelmann pointed to me on IRC that persistent search[1] would be the right solution to get the updates from the ApacheDS. The PersistentSearchIT[2] class shows how to use it [1] http://www.ietf.org/proceedings/50/I-D/ldapext-psearch-03.txt [2] http://svn.apache.org/viewvc/directory/apacheds/trunk/server-integ/src/test/ java/org/apache/directory/server/operations/search/PersistentSearchIT.java?v iew=markup thanks Seelmann Kiran Ayyagari From [email protected] Tue Apr 13 19:28:32 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76868 invoked from network); 13 Apr 2010 17:54:26 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Apr 2010 17:54:26 -0000 Received: (qmail 90768 invoked by uid 500); 13 Apr 2010 17:54:25 -0000 Delivered-To: [email protected] Received: (qmail 90751 invoked by uid 500); 13 Apr 2010 17:54:25 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 90743 invoked by uid 99); 13 Apr 2010 17:54:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 17:54:25 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-gw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 17:54:18 +0000 Received: by gwj16 with SMTP id 16so2737859gwj.37 for <[email protected]>; Tue, 13 Apr 2010 10:53:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=Gkk7wF0qr40Ysrr57R5oTX9qK9D+mPo66iOEwnS+VOA=; b=hcdbrHjGy7sGiGqQx+8KveO7shEaexNR6fJu+JytXCNDpScdfajyHmYBMANP48BTJr 9A0ZomuqvRzbPHPWq5TdmGsptrP2UkEpm780KUzcRTaVs9PKCN0rIcLDbzyEiTNytbA3 GltRqMkZE2VHJxt1sHFyNj85F5jT7eIDkTX2A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=oJWFd8Nf0LhnTEtlhOmSzie/28E+umyLOmcMndE3hGLAnyELScgCed6npERxGeq/ve TgTa/IOflun2dY/l4YvO1IcpMZrx3mpbNv1VaIivydqUgQUno3Ht7ZNHUf6dtbS9vt0M Uj//0BkDfQTEBfx2p54j3AZ7EeUxSY6ZvHhxE= MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Tue, 13 Apr 2010 10:53:57 -0700 (PDT) In-Reply-To: <007401cadb31$817688b0$84639a10$@com> References: <004701cadb20$260971b0$721c5510$@com> <[email protected]> <005d01cadb26$163b36a0$42b1a3e0$@com> <[email protected]> <006001cadb28$15075fa0$3f161ee0$@com> <[email protected]> <[email protected]> <007401cadb31$817688b0$84639a10$@com> Date: Tue, 13 Apr 2010 20:53:57 +0300 Received: by 161.129.204.104 with SMTP id w4mr5543003ybe.146.1271181237310; Tue, 13 Apr 2010 10:53:57 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: hi need best suggestion From: Kiran Ayyagari <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Apr 13, 2010 at 8:48 PM, Muralidhar Yaragalla <[email protected]> wrote: > Is there any examples of how to use this class? Really thanks for pointing > to these links which are really helpful. Does jndi support this? the test class I referred uses JNDI and is a good example of how to use psearch, other than this I have no examples. Kiran Ayyagari From [email protected] Tue Apr 13 20:11:12 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23307 invoked from network); 13 Apr 2010 20:11:07 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Apr 2010 20:11:07 -0000 Received: (qmail 20513 invoked by uid 500); 13 Apr 2010 20:11:07 -0000 Delivered-To: [email protected] Received: (qmail 20490 invoked by uid 500); 13 Apr 2010 20:11:07 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 20482 invoked by uid 99); 13 Apr 2010 20:11:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 20:11:07 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ew0-f220.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 20:10:59 +0000 Received: by ewy20 with SMTP id 20so2820285ewy.1 for <[email protected]>; Tue, 13 Apr 2010 13:10:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=vfFoitJ6Ly+oV+XuRSZXGGWJeLiFk3w0lzNd6TViXOM=; b=kM4oH9A/VqsNYn1Zye5+C7WVmj8unfsP7ue9lQcND6G2sxUmLmktfMFRLD4j7kop3o ySubU6hwv4il4oNBXMtaq/ZYREzPP6r2a22IUk/wwhl8BdfLXB7A+DtL1D6/8yXb45Y7 EQrI1vOBIuC4VS22VhCOMvewExh8SAgJ+hhqo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ZwOBEdLgVGqBm/6R2MzPi87Dt39y/UkiTp6gZoAZiiyHHuWRngEESLbvsfG/FRyOKy kZs/uSE0sP3ZDziKiEmcpwIDLmh2MuQGOJXlBDqhNZYIvYIKeQhJY64eabMdd6S86bJP +hycgoXr+IuDNnPu+Ibeii2HZcxf2Id4Z8kjU= MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Tue, 13 Apr 2010 13:10:38 -0700 (PDT) Date: Tue, 13 Apr 2010 15:10:38 -0500 Received: by 161.129.204.104 with SMTP id v17mr3492332ebg.98.1271189438735; Tue, 13 Apr 2010 13:10:38 -0700 (PDT) Message-ID: <[email protected]> Subject: Adding an objectClass to an Entry From: Andrew Wiley <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=00c09fc2bc7cf0282a048423dab3 X-Virus-Checked: Checked by ClamAV on apache.org --00c09fc2bc7cf0282a048423dab3 Content-Type: text/plain; charset=ISO-8859-1 I'm trying to figure out how to add an objectClass to an entry in the directory, but I seem to be misunderstanding how modifications should work. I'm trying something like this: AttributeType attr = new AttributeType("objectClass"); Modification mod = new ServerModification(ModificationOperation.ADD_ATTRIBUTE, new DefaultServerAttribute(attr, "javaObject")); The problem is that attr.getSyntax() is returning null, but I'm not sure what the AttributeType should be if not objectClass. How should I be doing this? Any help is appreciated, Andrew Wiley --00c09fc2bc7cf0282a048423dab3-- From [email protected] Tue Apr 13 20:23:23 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34889 invoked from network); 13 Apr 2010 20:23:23 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Apr 2010 20:23:23 -0000 Received: (qmail 35982 invoked by uid 500); 13 Apr 2010 20:23:23 -0000 Delivered-To: [email protected] Received: (qmail 35956 invoked by uid 500); 13 Apr 2010 20:23:23 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 35948 invoked by uid 99); 13 Apr 2010 20:23:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 20:23:23 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-gw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 20:23:15 +0000 Received: by gwj23 with SMTP id 23so55529gwj.37 for <[email protected]>; Tue, 13 Apr 2010 13:22:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=uik8ftz2rjoiNmYgUhfiFbu2JJDbNuw+BA1WsgqyInM=; b=onz+4rQlPQVyXk+lrxRuCWVJcpDAETbQff2asPpYlJd8gh3aYLpmKpD+L+vz7Hebz4 hHH4LEm1ZAoeeCnO8Elq/R48Ivjo3iA1uPBothlAuptOq8f1yPzhjlUiIg0ILbb56L3+ j1LQGQDfYmf0hcrF9WenQY5xCiTJF9+rbgTU0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=KddiCPS6V64VVmAOy1HacGnZFqFoAQFj1kGwfIGmntw7rNY1Dk3HtAkpI7/TtNu4QZ QJ3B7KB8Y1fIyaCHWmAZ3mLOKzOwddIu52Z4oHMdeAQBRwZ+KxHUVMyIg4snrX9EuM4D lq/H75gzMkBNO0ZZ7HVWLQjc9dmFgM/5KU9jo= MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Tue, 13 Apr 2010 13:22:50 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 13 Apr 2010 23:22:50 +0300 Received: by 161.129.204.104 with SMTP id l2mr5636282ybg.108.1271190170878; Tue, 13 Apr 2010 13:22:50 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: Adding an objectClass to an Entry From: Kiran Ayyagari <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org hi Andrew, On Tue, Apr 13, 2010 at 11:10 PM, Andrew Wiley <[email protected]> wrote: > I'm trying to figure out how to add an objectClass to an entry in the > directory, but I seem to be misunderstanding how modifications should work. > I'm trying something like this: > AttributeType attr = new AttributeType("objectClass"); > Modification mod = new > ServerModification(ModificationOperation.ADD_ATTRIBUTE, new > DefaultServerAttribute(attr, "javaObject")); the attributeType in ApacheDS is not created manually rather obtained through a lookup operation on SchemaManager like dirService.getSchemaManager().lookupAttributeTypeRegistry( "objectClass" ) having said that, you can create a modification in a rather easy way by using ClientModification and DefaultClientAttribute classes as shown below EntryAttribute attribute = new DefaultClientAttribute( "objectClass", "javaObject" ); ClientModification cm = new ClientModification( ModificationOperation.ADD_ATTRIBUTE, attribute ); HTH Kiran Ayyagari From [email protected] Tue Apr 13 20:28:50 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39997 invoked from network); 13 Apr 2010 20:28:49 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Apr 2010 20:28:49 -0000 Received: (qmail 41680 invoked by uid 500); 13 Apr 2010 20:28:49 -0000 Delivered-To: [email protected] Received: (qmail 41648 invoked by uid 500); 13 Apr 2010 20:28:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 41640 invoked by uid 99); 13 Apr 2010 20:28:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 20:28:49 +0000 X-ASF-Spam-Status: No, hits=3.0 required=10.0 tests=AWL,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ew0-f220.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 20:28:43 +0000 Received: by ewy20 with SMTP id 20so2832624ewy.1 for <[email protected]>; Tue, 13 Apr 2010 13:28:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=jHKovbslhjF7VYEqLPolfFKsb77V5Tv8X2ecX1Ojfcc=; b=SSdyvGT56EQ+GQGnkwdfO9RtoR0WqeAurNDKjIkE+lkAcEWHZ8BPBePc/zwm6+vxxG QCNKcDV2cn7Oxdb6RVNbXC0DsX3mKak+qqKyjovLU844pgrbjeDBxzq+z/jU5FuRD+wp A/vJKpWq0YIL0IojAJm2AQ9w0jvABThszHv1c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=tnX6g3SrO56PNgR2tSk7nzeHf6s5mLvQOtHDIr0ItT876Vy8zKQhsSDS14THWcEL5A u92ESI7+RQ2cU0bQS5LJw6Ldjcfi2G7sZdoBpKcYaa5jsmRREn+QHrzrVT+Wz2Nou4ut xzKbGsQ2+ozFGdk5+wjPfY1yTZWU7f+SWFLls= MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Tue, 13 Apr 2010 13:28:21 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Tue, 13 Apr 2010 15:28:21 -0500 Received: by 161.129.204.104 with SMTP id y12mr3643187ebn.11.1271190501587; Tue, 13 Apr 2010 13:28:21 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: Adding an objectClass to an Entry From: Andrew Wiley <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=001636c5a7fa49fb270484241ab4 --001636c5a7fa49fb270484241ab4 Content-Type: text/plain; charset=ISO-8859-1 On Tue, Apr 13, 2010 at 3:22 PM, Kiran Ayyagari <[email protected]>wrote: > hi Andrew, > > On Tue, Apr 13, 2010 at 11:10 PM, Andrew Wiley <[email protected]> wrote: > > I'm trying to figure out how to add an objectClass to an entry in the > > directory, but I seem to be misunderstanding how modifications should > work. > > I'm trying something like this: > > AttributeType attr = new AttributeType("objectClass"); > > Modification mod = new > > ServerModification(ModificationOperation.ADD_ATTRIBUTE, new > > DefaultServerAttribute(attr, "javaObject")); > the attributeType in ApacheDS is not created manually rather obtained > through a lookup operation on > SchemaManager like > dirService.getSchemaManager().lookupAttributeTypeRegistry( > "objectClass" ) > > having said that, you can create a modification in a rather easy way > by using ClientModification and DefaultClientAttribute classes as > shown below > > EntryAttribute attribute = new DefaultClientAttribute( > "objectClass", "javaObject" ); > ClientModification cm = new ClientModification( > ModificationOperation.ADD_ATTRIBUTE, attribute ); > > Should I be using the ServerModificaton classes if my directory is embedded? Thanks, Andrew Wiley --001636c5a7fa49fb270484241ab4-- From [email protected] Tue Apr 13 20:48:46 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57837 invoked from network); 13 Apr 2010 20:48:46 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Apr 2010 20:48:46 -0000 Received: (qmail 74434 invoked by uid 500); 13 Apr 2010 20:48:46 -0000 Delivered-To: [email protected] Received: (qmail 74412 invoked by uid 500); 13 Apr 2010 20:48:46 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 74404 invoked by uid 99); 13 Apr 2010 20:48:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 20:48:46 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-gw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 20:48:38 +0000 Received: by gwj23 with SMTP id 23so66474gwj.37 for <[email protected]>; Tue, 13 Apr 2010 13:48:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=/huvum0bGxYQAIWRuVZRpAQtmGZKBhzVJ2bVP/jwq0o=; b=Ymm9Mg0ci2aKv4osh3mBoyn8MXyZtpCTyIsVK8YFBXbWjYxXtikVj+9dIWx+9+8mvY 6lIiawvRJlzZUGWbjZ4bcQh47JnPb9c30Birl1F411kYYrp3zWt4rDxOuRAMWSjTYG0J VJvZv3NBvRFW5hgz0KVPz9jzQEwvX5BKBKJaQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=rQ4vebvHSlADyIVrongt6Medfk9T6sPvb43pqUaHqfmtk7+Ckw/QW/ZbeLEosUxFIZ Z69wl9qodfNsfklv39aNWRcXZeqv5myXZ6GyfBRN6+vXfU7rBpQ0UXpqLXWX0RhrQ0JE J8KEaC8xEVWXb5ePcGL/vGsJ4nt9I3cawE/X4= MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Tue, 13 Apr 2010 13:48:17 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Tue, 13 Apr 2010 23:48:17 +0300 Received: by 161.129.204.104 with SMTP id r35mr5766769ybl.52.1271191697708; Tue, 13 Apr 2010 13:48:17 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: Adding an objectClass to an Entry From: Kiran Ayyagari <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org >> Should I be using the ServerModificaton classes if my directory is > embedded? not necessarily, I assume that you are using CoreSession (obtained via dirService.getAdminSession() or getSession( userPrincipal ) method calls) Kiran Ayyagari From [email protected] Tue Apr 13 21:39:24 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 42595 invoked from network); 13 Apr 2010 21:39:23 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Apr 2010 21:39:23 -0000 Received: (qmail 51812 invoked by uid 500); 13 Apr 2010 21:39:23 -0000 Delivered-To: [email protected] Received: (qmail 51764 invoked by uid 500); 13 Apr 2010 21:39:23 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 51756 invoked by uid 99); 13 Apr 2010 21:39:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 21:39:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 13 Apr 2010 21:39:20 +0000 Received: (qmail 6962 invoked from network); 13 Apr 2010 18:04:53 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Apr 2010 18:04:53 -0000 Message-ID: <[email protected]> Date: Tue, 13 Apr 2010 20:04:48 +0200 From: Stefan Seelmann <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20100317) MIME-Version: 1.0 To: [email protected] Subject: Re: hi need best suggestion References: <004701cadb20$260971b0$721c5510$@com> <[email protected]> <005d01cadb26$163b36a0$42b1a3e0$@com> <[email protected]> <006001cadb28$15075fa0$3f161ee0$@com> <[email protected]> <[email protected]> <007401cadb31$817688b0$84639a10$@com> In-Reply-To: <007401cadb31$817688b0$84639a10$@com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Check javax.naming.event package and the "Event Notification" section of the JNDI tutorial. Muralidhar Yaragalla wrote: > Is there any examples of how to use this class? Really thanks for pointing > to these links which are really helpful. Does jndi support this? > > -----Original Message----- > From: Kiran Ayyagari [mailto:[email protected]] > Sent: Tuesday, April 13, 2010 10:54 PM > To: [email protected] > Subject: Re: hi need best suggestion > > hi Murali, > > Stefan Seelmann pointed to me on IRC that persistent search[1] would > be the right solution to get the updates > from the ApacheDS. > > The PersistentSearchIT[2] class shows how to use it > > [1] http://www.ietf.org/proceedings/50/I-D/ldapext-psearch-03.txt > > [2] > http://svn.apache.org/viewvc/directory/apacheds/trunk/server-integ/src/test/ > java/org/apache/directory/server/operations/search/PersistentSearchIT.java?v > iew=markup > > thanks Seelmann > > Kiran Ayyagari > From [email protected] Wed Apr 14 17:25:15 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97420 invoked from network); 14 Apr 2010 17:25:14 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 14 Apr 2010 17:25:14 -0000 Received: (qmail 21504 invoked by uid 500); 14 Apr 2010 17:25:14 -0000 Delivered-To: [email protected] Received: (qmail 21461 invoked by uid 500); 14 Apr 2010 17:25:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 21453 invoked by uid 99); 14 Apr 2010 17:25:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Apr 2010 17:25:13 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-bw0-f211.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Apr 2010 17:25:05 +0000 Received: by bwz3 with SMTP id 3so393146bwz.11 for <[email protected]>; Wed, 14 Apr 2010 10:24:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:references :in-reply-to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:x-mailer:thread-index:content-language :x-cr-hashedpuzzle:x-cr-puzzleid; bh=AJmC5BZSukF3kXBK1aSlD3X2MsVKJp/g1f9A82FQnp4=; b=TcPKpMV/MPIQrJZGUY+EU5aStmhBncdwyPEBbzxFh4Mxv8eF9vTQpTVGoFPLZ8YuNR gtfLetB7o4Hy9dROd4E4ABrQPNFt2q+tXXg5iSMliBoMPCQ2xtvDrhe7P+oSy27bU/NF yMPx9wu80BExqmlLQaXU4AggHQHIhG4WaJ1Ms= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:references:in-reply-to:subject:date:message-id:mime-version :content-type:content-transfer-encoding:x-mailer:thread-index :content-language:x-cr-hashedpuzzle:x-cr-puzzleid; b=acYw/BZoUnLJeSnxJcnOAw7Xk8hcO1aYIEmqTlwQKIqeYONZXdvg5GFLQWVyyR1616 uefnBH5JYnO46q1WB5AvFgH4ZyYi418+GVPO3sUA78HsnB7x0OG9924xGbZH2eMKnmxt gEvy4+vQALzWEH8qkiGQyt90Wm92wJn6HfWZM= Received: by 161.129.204.104 with SMTP id k3mr8535519bkb.4.1271265878731; Wed, 14 Apr 2010 10:24:38 -0700 (PDT) Received: from yaragalla ([161.129.204.104]) by mx.google.com with ESMTPS id l1sm557702bkl.20.2161.129.204.104.24.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 14 Apr 2010 10:24:37 -0700 (PDT) From: "Muralidhar Yaragalla" <[email protected]> To: <[email protected]> References: <004701cadb20$260971b0$721c5510$@com> <[email protected]> <005d01cadb26$163b36a0$42b1a3e0$@com> <[email protected]> <006001cadb28$15075fa0$3f161ee0$@com> <[email protected]> <[email protected]> <007401cadb31$817688b0$84639a10$@com> <[email protected]> In-Reply-To: <[email protected]> Subject: RE: hi need best suggestion Date: Wed, 14 Apr 2010 22:54:22 +0530 Message-ID: <00af01cadbf7$56df99e0$049ecda0$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcrbMlx8NqVjHcm8TQqvQpg2pohAOQAxN7eQ Content-Language: en-us x-cr-hashedpuzzle: BDqk BJP/ BaTb BooX B59V D/Vu EVL/ Fk0M GCD7 GEKB HJ4u HZ9M IF2P I4nu KBjf KK1V;1;dQBzAGUAcgBzAEAAZABpAHIAZQBjAHQAbwByAHkALgBhAHAAYQBjAGgAZQAuAG8AcgBnAA==;Sosha1_v1;7;{E32EFA90-82C6-4387-B606-7F3EC1265D50};eQBhAHIAYQBnAGEAbABsAGEAbQB1AHIAYQBsAGkAQABnAG0AYQBpAGwALgBjAG8AbQA=;Wed, 14 Apr 2010 17:24:11 GMT;UgBFADoAIABoAGkAIABuAGUAZQBkACAAYgBlAHMAdAAgAHMAdQBnAGcAZQBzAHQAaQBvAG4A x-cr-puzzleid: {E32EFA90-82C6-4387-B606-7F3EC1265D50} Thank you so much. This is good enough for me. -----Original Message----- From: Kiran Ayyagari [mailto:[email protected]] Sent: Tuesday, April 13, 2010 11:24 PM To: [email protected] Subject: Re: hi need best suggestion On Tue, Apr 13, 2010 at 8:48 PM, Muralidhar Yaragalla <[email protected]> wrote: > Is there any examples of how to use this class? Really thanks for pointing > to these links which are really helpful. Does jndi support this? the test class I referred uses JNDI and is a good example of how to use psearch, other than this I have no examples. Kiran Ayyagari From [email protected] Wed Apr 14 17:28:27 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99612 invoked from network); 14 Apr 2010 17:28:27 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 14 Apr 2010 17:28:27 -0000 Received: (qmail 25678 invoked by uid 500); 14 Apr 2010 17:28:27 -0000 Delivered-To: [email protected] Received: (qmail 25655 invoked by uid 500); 14 Apr 2010 17:28:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 25647 invoked by uid 99); 14 Apr 2010 17:28:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Apr 2010 17:28:27 +0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-bw0-f211.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Apr 2010 17:28:21 +0000 Received: by bwz3 with SMTP id 3so396622bwz.11 for <[email protected]>; Wed, 14 Apr 2010 10:28:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:references :in-reply-to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:x-mailer:thread-index:content-language :x-cr-hashedpuzzle:x-cr-puzzleid; bh=A+Nw1v3Xnh73ysAY2vwDNmNrimbYUv58Zo9S1X//2rU=; b=JxBVrNb1bGAwgij0/NTUSY9kRwfdhuSj1Yw3kehhVADIVu3HzileP1mGeAzAS1L0VL Xj0mHoSL+53SwwqOfRypQ2+z4MVrFKjtJSiF14bxUvS6igVRmZnU7yIoQ4fVpptVcQv1 z2vVC25I0EJAkChVyuVRbz2NtLNqyAjFa6TGw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:references:in-reply-to:subject:date:message-id:mime-version :content-type:content-transfer-encoding:x-mailer:thread-index :content-language:x-cr-hashedpuzzle:x-cr-puzzleid; b=jhbJioEKRKpULxpUstBOKmUtpr6OXKbWbA9gLOhYIBuh1Ct204fNY1reN0jYZJ2Pko 7AUz/TQKIoD5sVdgQHh+JVqsSJYuNDCu5/vfe2oZgUws/PQiOdtpfmlHd99LsPoOU/IM 54eokQlgqHZqTI6pjRr5Qud7Wr/uMQ7Hc0gJw= Received: by 161.129.204.104 with SMTP id a15mr2333275bky.128.1271266080067; Wed, 14 Apr 2010 10:28:00 -0700 (PDT) Received: from yaragalla ([161.129.204.104]) by mx.google.com with ESMTPS id l1sm562184bkl.14.2161.129.204.104.27.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 14 Apr 2010 10:27:59 -0700 (PDT) From: "Muralidhar Yaragalla" <[email protected]> To: <[email protected]> References: <004701cadb20$260971b0$721c5510$@com> <[email protected]> <005d01cadb26$163b36a0$42b1a3e0$@com> <[email protected]> <006001cadb28$15075fa0$3f161ee0$@com> <[email protected]> <[email protected]> <007401cadb31$817688b0$84639a10$@com> <[email protected]> In-Reply-To: <[email protected]> Subject: RE: hi need best suggestion Date: Wed, 14 Apr 2010 22:57:44 +0530 Message-ID: <00b001cadbf7$cf114120$6d33c360$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcrbUcgi6zW+Jti4Ro+o838VDO/BewAperOw Content-Language: en-us x-cr-hashedpuzzle: /b0= ACBn AFsK AVGM A+9/ BbAB CDeA DaWk DxuX EOl4 F0ME GDpR GWTm JdsR L0w/ ME+T;1;dQBzAGUAcgBzAEAAZABpAHIAZQBjAHQAbwByAHkALgBhAHAAYQBjAGgAZQAuAG8AcgBnAA==;Sosha1_v1;7;{835D32B2-0A75-4426-90B6-4E09EC7695A7};eQBhAHIAYQBnAGEAbABsAGEAbQB1AHIAYQBsAGkAQABnAG0AYQBpAGwALgBjAG8AbQA=;Wed, 14 Apr 2010 17:27:33 GMT;UgBFADoAIABoAGkAIABuAGUAZQBkACAAYgBlAHMAdAAgAHMAdQBnAGcAZQBzAHQAaQBvAG4A x-cr-puzzleid: {835D32B2-0A75-4426-90B6-4E09EC7695A7} Thank you. I will check the tutorial. -----Original Message----- From: Stefan Seelmann [mailto:[email protected]] Sent: Tuesday, April 13, 2010 11:35 PM To: [email protected] Subject: Re: hi need best suggestion Check javax.naming.event package and the "Event Notification" section of the JNDI tutorial. Muralidhar Yaragalla wrote: > Is there any examples of how to use this class? Really thanks for pointing > to these links which are really helpful. Does jndi support this? > > -----Original Message----- > From: Kiran Ayyagari [mailto:[email protected]] > Sent: Tuesday, April 13, 2010 10:54 PM > To: [email protected] > Subject: Re: hi need best suggestion > > hi Murali, > > Stefan Seelmann pointed to me on IRC that persistent search[1] would > be the right solution to get the updates > from the ApacheDS. > > The PersistentSearchIT[2] class shows how to use it > > [1] http://www.ietf.org/proceedings/50/I-D/ldapext-psearch-03.txt > > [2] > http://svn.apache.org/viewvc/directory/apacheds/trunk/server-integ/src/test/ > java/org/apache/directory/server/operations/search/PersistentSearchIT.java?v > iew=markup > > thanks Seelmann > > Kiran Ayyagari > From [email protected] Sat Apr 17 19:18:13 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4987 invoked from network); 17 Apr 2010 19:18:13 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 17 Apr 2010 19:18:13 -0000 Received: (qmail 99526 invoked by uid 500); 17 Apr 2010 19:18:13 -0000 Delivered-To: [email protected] Received: (qmail 99462 invoked by uid 500); 17 Apr 2010 19:18:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 99454 invoked by uid 99); 17 Apr 2010 19:18:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Apr 2010 19:18:11 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-yx0-f186.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Apr 2010 19:18:02 +0000 Received: by yxe16 with SMTP id 16so2164870yxe.9 for <[email protected]>; Sat, 17 Apr 2010 12:17:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:mime-version:content-type:x-mailer:thread-index :content-language:x-cr-hashedpuzzle:x-cr-puzzleid; bh=I8GN/j1kgW0duGUDRnqM7W0rVHsJIgZRFGu0lSB/ppE=; b=btIYdYsinDNGHRuTbgbPO+El1DpbPPGmf4DxxBItL1mvdYBDuyERq5sjkQ4pdtjSaH kHyaSJQWLuhUupbYvmo5+Ua1wRJ2jLoQv95afj9EwwCNR1EoXkpXFLJuqbvJq+6XvSHd DnIkp8XLq3PYnn8WtsFA4XUrAiCwbzx7A0Sgw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:mime-version:content-type:x-mailer :thread-index:content-language:x-cr-hashedpuzzle:x-cr-puzzleid; b=oudXpguf7pdQxsshte5W71F7L6T4XX6RUKMYkppMKXr/s6LqiZUAlfRBroK+BzYPFF LkqClKtNc/YYazOywEfMH6TvSrF9I6g6gMpdVGD0/LGL/YAHmoWC6PBIXPWVvrcP+P7+ QhWnIHFjxOtutoFPzNqUQjCyRE1DZ3RcnL4ec= Received: by 161.129.204.104 with SMTP id k3mr1856521age.59.1271531861404; Sat, 17 Apr 2010 12:17:41 -0700 (PDT) Received: from yaragalla ([161.129.204.104]) by mx.google.com with ESMTPS id 23sm3085842iwn.14.2161.129.204.104.17.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 17 Apr 2010 12:17:40 -0700 (PDT) From: "Muralidhar Yaragalla" <[email protected]> To: <[email protected]> Subject: small question? Date: Sun, 18 Apr 2010 00:47:16 +0530 Message-ID: <002b01cade62$9ab45030$d01cf090$@com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_002C_01CADE90.B46C8C30" X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcreYpHGTTN8SoWaSWCSGrPRW7zxhA== Content-language: en-us x-cr-hashedpuzzle: A4tO BOSf CGOq Clk2 EjbL FVVR GEc3 GE6U Gd21 GsVj GyZ7 HrAv IqFK JSNB Jqy8 LAic;1;dQBzAGUAcgBzAEAAZABpAHIAZQBjAHQAbwByAHkALgBhAHAAYQBjAGgAZQAuAG8AcgBnAA==;Sosha1_v1;7;{A0F3CBEF-09ED-438A-8B5F-90750BDDE137};eQBhAHIAYQBnAGEAbABsAGEAbQB1AHIAYQBsAGkAQABnAG0AYQBpAGwALgBjAG8AbQA=;Sat, 17 Apr 2010 19:17:06 GMT;cwBtAGEAbABsACAAcQB1AGUAcwB0AGkAbwBuAD8A x-cr-puzzleid: {A0F3CBEF-09ED-438A-8B5F-90750BDDE137} X-Virus-Checked: Checked by ClamAV on apache.org ------=_NextPart_000_002C_01CADE90.B46C8C30 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi , can we store any read only data on LDAP. Basically what I mean is once written on LDAP ,it should not be editable. Sorry for asking this. Basically as far as I know there is nothing like read only data. Data can be stored modified and can be deleted. I just want to confirm my understanding. Is my understanding right? ------=_NextPart_000_002C_01CADE90.B46C8C30-- From [email protected] Sat Apr 17 19:19:21 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5044 invoked from network); 17 Apr 2010 19:19:21 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 17 Apr 2010 19:19:21 -0000 Received: (qmail 99786 invoked by uid 500); 17 Apr 2010 19:19:21 -0000 Delivered-To: [email protected] Received: (qmail 99767 invoked by uid 500); 17 Apr 2010 19:19:21 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 99754 invoked by uid 99); 17 Apr 2010 19:19:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Apr 2010 19:19:21 +0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-yx0-f186.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Apr 2010 19:19:15 +0000 Received: by yxe16 with SMTP id 16so2165227yxe.9 for <[email protected]>; Sat, 17 Apr 2010 12:18:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:references :in-reply-to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:x-mailer:thread-index:content-language :x-cr-hashedpuzzle:x-cr-puzzleid; bh=OZRdoZPTiQsCmDfQf2UbK2T3PtfmIGR9IGVwSW4VcNw=; b=qI4DeofdTeoXtJF0NO3ULYCWH9NnffXzlXnxncIo3c3Fl6K3bbHIsnuX1FcOFU6rh/ ouIkvPmDX8J4u+EaLuSi3yHOisN3Ty/o3ejfxAh7VLdOElWldOUzqaQU7gY0QzFkGr9w da0Q48EDyOYRy2uoX6MrpVqRoTd2BahK9KQSk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:references:in-reply-to:subject:date:message-id:mime-version :content-type:content-transfer-encoding:x-mailer:thread-index :content-language:x-cr-hashedpuzzle:x-cr-puzzleid; b=CbC4F1fxSzVdBG+LPRBaS4jKNmK0o3muXL0Rs5TPS7hE5rRqFWNYVDiJAFVP4QTZN4 +ncjP/HsBTIX/RDyLBEcnUInBg4g/on3G7OfcwUFthwYVSFScdt6BWWz2crwh1/J+6kX vKFD6fEBeCTpk+Bai5RpbqX4ul7nn1vDj2OPE= Received: by 161.129.204.104 with SMTP id e1mr7405288ani.132.1271531934848; Sat, 17 Apr 2010 12:18:54 -0700 (PDT) Received: from yaragalla ([161.129.204.104]) by mx.google.com with ESMTPS id 20sm3081172iwn.13.2161.129.204.104.18.52 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 17 Apr 2010 12:18:54 -0700 (PDT) From: "Muralidhar Yaragalla" <[email protected]> To: <[email protected]> References: <004701cadb20$260971b0$721c5510$@com> <[email protected]> <005d01cadb26$163b36a0$42b1a3e0$@com> <[email protected]> <006001cadb28$15075fa0$3f161ee0$@com> <[email protected]> <[email protected]> <007401cadb31$817688b0$84639a10$@com> <[email protected]> In-Reply-To: <[email protected]> Subject: RE: hi need best suggestion Date: Sun, 18 Apr 2010 00:48:29 +0530 Message-ID: <003001cade62$c63e66a0$52bb33e0$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcrbUcgi6zW+Jti4Ro+o838VDO/BewDEOp1A Content-language: en-us x-cr-hashedpuzzle: AyzL BTQ9 DLsb EMOm E5q0 E/tn Gf3B Gqtb HWjO Haji IEJt IRv1 JRI6 KU1p Kp1v Kvas;1;dQBzAGUAcgBzAEAAZABpAHIAZQBjAHQAbwByAHkALgBhAHAAYQBjAGgAZQAuAG8AcgBnAA==;Sosha1_v1;7;{621FA53F-DB63-4886-A5FF-E7C3E9034DE6};eQBhAHIAYQBnAGEAbABsAGEAbQB1AHIAYQBsAGkAQABnAG0AYQBpAGwALgBjAG8AbQA=;Sat, 17 Apr 2010 19:18:20 GMT;UgBFADoAIABoAGkAIABuAGUAZQBkACAAYgBlAHMAdAAgAHMAdQBnAGcAZQBzAHQAaQBvAG4A x-cr-puzzleid: {621FA53F-DB63-4886-A5FF-E7C3E9034DE6} Thank you. Will check this. -----Original Message----- From: Stefan Seelmann [mailto:[email protected]] Sent: Tuesday, April 13, 2010 11:35 PM To: [email protected] Subject: Re: hi need best suggestion Check javax.naming.event package and the "Event Notification" section of the JNDI tutorial. Muralidhar Yaragalla wrote: > Is there any examples of how to use this class? Really thanks for pointing > to these links which are really helpful. Does jndi support this? > > -----Original Message----- > From: Kiran Ayyagari [mailto:[email protected]] > Sent: Tuesday, April 13, 2010 10:54 PM > To: [email protected] > Subject: Re: hi need best suggestion > > hi Murali, > > Stefan Seelmann pointed to me on IRC that persistent search[1] would > be the right solution to get the updates > from the ApacheDS. > > The PersistentSearchIT[2] class shows how to use it > > [1] http://www.ietf.org/proceedings/50/I-D/ldapext-psearch-03.txt > > [2] > http://svn.apache.org/viewvc/directory/apacheds/trunk/server-integ/src/test/ > java/org/apache/directory/server/operations/search/PersistentSearchIT.java?v > iew=markup > > thanks Seelmann > > Kiran Ayyagari > From [email protected] Sun Apr 18 05:17:21 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6787 invoked from network); 18 Apr 2010 05:17:20 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 18 Apr 2010 05:17:20 -0000 Received: (qmail 62335 invoked by uid 500); 18 Apr 2010 05:17:20 -0000 Delivered-To: [email protected] Received: (qmail 62117 invoked by uid 500); 18 Apr 2010 05:17:18 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 62109 invoked by uid 99); 18 Apr 2010 05:17:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Apr 2010 05:17:17 +0000 X-ASF-Spam-Status: No, hits=3.0 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of [email protected] does not designate 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-gw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Apr 2010 05:17:09 +0000 Received: by gwj23 with SMTP id 23so2234902gwj.37 for <[email protected]>; Sat, 17 Apr 2010 22:16:44 -0700 (PDT) Received: by 161.129.204.104 with SMTP id b17mr9136601ano.80.1271567804180; Sat, 17 Apr 2010 22:16:44 -0700 (PDT) Received: from alf.local ([161.129.204.104]) by mx.google.com with ESMTPS id 6sm1241519ywd.53.2161.129.204.104.16.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 17 Apr 2010 22:16:43 -0700 (PDT) Message-ID: <[email protected]> Date: Sun, 18 Apr 2010 13:16:31 +0800 From: Cheong Chung Onn <[email protected]> User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:161.129.204.104) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: [email protected] Subject: My Embedded Server broken for ApacheDS 1.5.7 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, Earlier, I was planning to upgrade my embedded server from 1.5.5 to 1.5.6 and I learned that 1.5.7 has just been released very recently. Naturally, I chose to skip 1.5.6 and moved on to 1.5.7, however as I upgrade my embedded server I realized there are changes in 1.5.7 that is not backward compatible namely changes to - LdapDN, Index, ServerEntry and Partition#init() is removed. I tried to checkout project ApacheDS-core from Tags 1.5.7 for examples but failed to find any relevant test case examples. Would someone help to direct me to the right maven sub project to where I can find sample testcases so that I can fix my embedded server again. Thanks in advance. From [email protected] Sun Apr 18 11:01:42 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57922 invoked from network); 18 Apr 2010 11:01:41 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 18 Apr 2010 11:01:41 -0000 Received: (qmail 69604 invoked by uid 500); 18 Apr 2010 11:01:41 -0000 Delivered-To: [email protected] Received: (qmail 69454 invoked by uid 500); 18 Apr 2010 11:01:39 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 69441 invoked by uid 99); 18 Apr 2010 11:01:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Apr 2010 11:01:37 +0000 X-ASF-Spam-Status: No, hits=3.0 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of [email protected] does not designate 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-gy0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Apr 2010 11:01:27 +0000 Received: by gyh3 with SMTP id 3so2297919gyh.37 for <[email protected]>; Sun, 18 Apr 2010 04:01:04 -0700 (PDT) Received: by 161.129.204.104 with SMTP id u36mr9852301ano.171.1271588464372; Sun, 18 Apr 2010 04:01:04 -0700 (PDT) Received: from alf.local ([161.129.204.104]) by mx.google.com with ESMTPS id 22sm3807688iwn.4.2161.129.204.104.01.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 18 Apr 2010 04:01:03 -0700 (PDT) Message-ID: <[email protected]> Date: Sun, 18 Apr 2010 19:00:54 +0800 From: Cheong Chung Onn <[email protected]> User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:161.129.204.104) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: [email protected] Subject: Re: My Embedded Server broken for ApacheDS 1.5.7 References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Cheong Chung Onn wrote, On 4/18/10 1:16 PM: > Hi, > > Earlier, I was planning to upgrade my embedded server from 1.5.5 to > 1.5.6 and I learned that 1.5.7 has just been released very recently. > Naturally, I chose to skip 1.5.6 and moved on to 1.5.7, however as I > upgrade my embedded server I realized there are changes in 1.5.7 that > is not backward compatible namely changes to - LdapDN, Index, > ServerEntry and Partition#init() is removed. > > I tried to checkout project ApacheDS-core from Tags 1.5.7 for examples > but failed to find any relevant test case examples. Would someone help > to direct me to the right maven sub project to where I can find sample > testcases so that I can fix my embedded server again. > > Thanks in advance. > > Hi again, I tried adapting the code found in example EmbeddedADS.java by replacing LdapDN with DN class and LdapNameNotFoundException (removed in version 1.5.7) with Exception class. I received an NPE when DirectoryService#service method is invoked. Below is the stack trace. Any help will be appreciated. Thanks in advance 14299 [main] INFO org.apache.directory.server.core.DefaultDirectoryService - ApacheDS shutdown hook has been registered with the runtime. Exception in thread "main" java.lang.NullPointerException at org.apache.directory.server.core.schema.DefaultSchemaService.initialize(DefaultSchemaService.java:381) at org.apache.directory.server.core.DefaultDirectoryService.initialize(DefaultDirectoryService.java:1425) at org.apache.directory.server.core.DefaultDirectoryService.startup(DefaultDirectoryService.java:907) at com.greenfossil.test.util.EmbeddedADS.init(EmbeddedADS.java:108) at com.greenfossil.test.util.EmbeddedADS.<init>(EmbeddedADS.java:159) at com.greenfossil.test.util.TestLdapService.main(TestLdapService.java:21) From [email protected] Sun Apr 18 13:34:07 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83725 invoked from network); 18 Apr 2010 13:34:06 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 18 Apr 2010 13:34:06 -0000 Received: (qmail 23631 invoked by uid 500); 18 Apr 2010 13:34:06 -0000 Delivered-To: [email protected] Received: (qmail 23497 invoked by uid 500); 18 Apr 2010 13:34:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 23488 invoked by uid 99); 18 Apr 2010 13:34:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Apr 2010 13:34:05 +0000 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=FREEMAIL_FROM,FREEMAIL_REPLY,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO ey-out-2122.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Apr 2010 13:33:56 +0000 Received: by ey-out-2122.google.com with SMTP id 4so104661eyf.1 for <[email protected]>; Sun, 18 Apr 2010 06:33:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:x-mailer :mime-version:subject:date:references; bh=mcIw2D8cqhH2jAxALZbl5wWinBjdEYQ5wneB2wWIyqU=; b=CXb6xF81YGS/pdfo49VDQVcC8f9GXBPhVXEsEASjjilAlsRvsCHGjikNCNxShtWtAH 9IeIxhCrUd87m3pb3IXQ0AEDN06yTRSus3czKsCB0l6+q17+sV0FNgtJ9XfLOL8/0jK5 nnoFdlo1BsOZXYGlgjL5wZD1vcqcytBF0mcpU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:x-mailer:mime-version:subject:date :references; b=PHjdnbmhdSdGs/1XtAXqFQ9ZNwn1u0mmULNzNM8350AKEbBBol2diqMM8idY9KGG4C poA6NtH5ppS9uRgXhhxPzCWnNAjq51P1PFf19oPkpffrKvkwzFEn5hih6SdyolE20eOo 2rLCxvJTBmmkPuhjazIr8Aezo8MANSEOK//MQ= Received: by 161.129.204.104 with SMTP id f19mr1724405ebg.87.1271597616304; Sun, 18 Apr 2010 06:33:36 -0700 (PDT) Received: from [161.129.204.104] ([161.129.204.104]) by mx.google.com with ESMTPS id 13sm3023557ewy.9.2161.129.204.104.33.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 18 Apr 2010 06:33:35 -0700 (PDT) Message-Id: <[email protected]> From: Alex Karasulu <[email protected]> To: "[email protected]" <[email protected]> In-Reply-To: <002b01cade62$9ab45030$d01cf090$@com> Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (7D11) Mime-Version: 1.0 (iPhone Mail 7D11) Subject: Re: small question? Date: Sun, 18 Apr 2010 16:33:28 +0300 References: <002b01cade62$9ab45030$d01cf090$@com> X-Virus-Checked: Checked by ClamAV on apache.org You can control write access using ACI (access control instructions). Take a look at the documentation on authorization. Hth- alex Sent from my iPhone On Apr 17, 2010, at 10:17 PM, "Muralidhar Yaragalla" <[email protected] > wrote: > Hi , can we store any read only data on LDAP. Basically what I mean > is once > written on LDAP ,it should not be editable. > > Sorry for asking this. > > Basically as far as I know there is nothing like read only data. > Data can be > stored modified and can be deleted. I just want to confirm my > understanding. > Is my understanding right? > From [email protected] Sun Apr 18 15:53:15 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15257 invoked from network); 18 Apr 2010 15:53:14 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 18 Apr 2010 15:53:14 -0000 Received: (qmail 15538 invoked by uid 500); 18 Apr 2010 15:53:14 -0000 Delivered-To: [email protected] Received: (qmail 15358 invoked by uid 500); 18 Apr 2010 15:53:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 15350 invoked by uid 99); 18 Apr 2010 15:53:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Apr 2010 15:53:13 +0000 X-ASF-Spam-Status: No, hits=3.0 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of [email protected] does not designate 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-gy0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Apr 2010 15:53:04 +0000 Received: by gyh3 with SMTP id 3so2378866gyh.37 for <[email protected]>; Sun, 18 Apr 2010 08:52:42 -0700 (PDT) Received: by 161.129.204.104 with SMTP id y9mr10822947ani.71.1271605960753; Sun, 18 Apr 2010 08:52:40 -0700 (PDT) Received: from alf.local ([161.129.204.104]) by mx.google.com with ESMTPS id b10sm36179965ana.6.2161.129.204.104.52.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 18 Apr 2010 08:52:39 -0700 (PDT) Message-ID: <[email protected]> Date: Sun, 18 Apr 2010 23:52:28 +0800 From: Cheong Chung Onn <[email protected]> User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:161.129.204.104) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: [email protected] Subject: Fail to load schema error - associated schema (sevenseas) is not loaded Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, Importing a customized schema to ApacheDS 1.5.6 does not seems to work though it works on version 1.5.5. After spending a couple of hours of futile experimentation, I managed to track down the SevenSeas schema example. I use it to test if it was my schema that is giving problem or it ApacheDS 1.5.6. The errors reported by ApacheDS when I tried to import the SevenSeas schema using Apache Studio 1.5.6 on OSX 10.5.6. Below are the errors from the Modification logs Is this fixed in ApacheDS 1.5.7? #!RESULT OK #!CONNECTION ldap://localhost:10389 #!DATE 2010-04-18T23:34:26.601 dn: cn=sevenSeas, ou=schema changetype: add objectclass: metaSchema objectclass: top cn: sevenSeas #!RESULT OK #!CONNECTION ldap://localhost:10389 #!DATE 2010-04-18T23:34:26.657 dn: ou=attributeTypes, cn=sevenSeas, ou=schema changetype: add ou: attributetypes objectclass: organizationalUnit objectclass: top #!RESULT ERROR #!CONNECTION ldap://localhost:10389 #!DATE 2010-04-18T23:34:26.680 #!ERROR [LDAP: error code 53 - UNWILLING_TO_PERFORM: failed for Add Request : ClientEntry dn: m-oid=161.129.204.104.4.1.18161.129.204.104.2.1, ou=attributeTypes, cn=sevenSeas, ou=schema objectclass: metaAttributeType objectclass: metaTop objectclass: top m-singleValue: TRUE m-oid: 161.129.204.104.4.1.18161.129.204.104.2.1 m-description: Number of guns of a ship m-syntax: 161.129.204.104.4.1.14161.129.204.104.27 m-name: numberOfGuns m-equality: integerMatch : ERR_10026 Cannot add the AttributeType m-oid=161.129.204.104.4.1.18161.129.204.104.2.1, ou=attributeTypes, cn=sevenSeas, ou=schema, as the associated schema (sevenseas) is not loaded] dn: m-oid=161.129.204.104.4.1.18161.129.204.104.2.1, ou=attributeTypes, cn=sevenSeas, ou=sch ema changetype: add m-syntax: 161.129.204.104.4.1.14161.129.204.104.27 m-description: Number of guns of a ship m-name: numberOfGuns objectclass: metaAttributeType objectclass: metaTop objectclass: top m-singleValue: TRUE m-equality: integerMatch m-oid: 161.129.204.104.4.1.18161.129.204.104.2.1 From [email protected] Sun Apr 18 16:16:03 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21484 invoked from network); 18 Apr 2010 16:16:02 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 18 Apr 2010 16:16:02 -0000 Received: (qmail 28660 invoked by uid 500); 18 Apr 2010 16:16:02 -0000 Delivered-To: [email protected] Received: (qmail 28564 invoked by uid 500); 18 Apr 2010 16:16:02 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 28556 invoked by uid 99); 18 Apr 2010 16:16:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Apr 2010 16:16:02 +0000 X-ASF-Spam-Status: No, hits=3.0 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of [email protected] does not designate 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-gw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Apr 2010 16:15:54 +0000 Received: by gwj23 with SMTP id 23so2387352gwj.37 for <[email protected]>; Sun, 18 Apr 2010 09:15:31 -0700 (PDT) Received: by 161.129.204.104 with SMTP id e8mr9638939ano.159.1271607331144; Sun, 18 Apr 2010 09:15:31 -0700 (PDT) Received: from alf.local ([161.129.204.104]) by mx.google.com with ESMTPS id i8sm36367970ana.19.2161.129.204.104.15.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 18 Apr 2010 09:15:30 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 19 Apr 2010 00:15:21 +0800 From: Cheong Chung Onn <[email protected]> User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:161.129.204.104) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: [email protected] Subject: Re: Fail to load schema error - associated schema (sevenseas) is not loaded References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi again, I have just downloaded ApacheDS 1.5.7 and it has the same problem as reported earlier when I import the SevenSeas schema. However, it works for both SevenSeas and my schema when they are imported into version 1.5.5. Are there extra steps I need to take when importing schema into versions after 1.5.5? Cheong Chung Onn wrote, On 4/18/10 11:52 PM: > Hi, > > Importing a customized schema to ApacheDS 1.5.6 does not seems to work > though it works on version 1.5.5. After spending a couple of hours of > futile experimentation, I managed to track down the SevenSeas schema > example. I use it to test if it was my schema that is giving problem > or it ApacheDS 1.5.6. The errors reported by ApacheDS when I tried to > import the SevenSeas schema using Apache Studio 1.5.6 on OSX 10.5.6. > Below are the errors from the Modification logs > > Is this fixed in ApacheDS 1.5.7? > > #!RESULT OK > #!CONNECTION ldap://localhost:10389 > #!DATE 2010-04-18T23:34:26.601 > dn: cn=sevenSeas, ou=schema > changetype: add > objectclass: metaSchema > objectclass: top > cn: sevenSeas > > #!RESULT OK > #!CONNECTION ldap://localhost:10389 > #!DATE 2010-04-18T23:34:26.657 > dn: ou=attributeTypes, cn=sevenSeas, ou=schema > changetype: add > ou: attributetypes > objectclass: organizationalUnit > objectclass: top > > #!RESULT ERROR > #!CONNECTION ldap://localhost:10389 > #!DATE 2010-04-18T23:34:26.680 > #!ERROR [LDAP: error code 53 - UNWILLING_TO_PERFORM: failed for > Add Request : ClientEntry dn: m-oid=161.129.204.104.4.1.18161.129.204.104.2.1, > ou=attributeTypes, cn=sevenSeas, ou=schema objectclass: > metaAttributeType objectclass: metaTop objectclass: top > m-singleValue: TRUE m-oid: 161.129.204.104.4.1.18161.129.204.104.2.1 > m-description: Number of guns of a ship m-syntax: > 161.129.204.104.4.1.14161.129.204.104.27 m-name: numberOfGuns m-equality: > integerMatch : ERR_10026 Cannot add the AttributeType > m-oid=161.129.204.104.4.1.18161.129.204.104.2.1, ou=attributeTypes, cn=sevenSeas, > ou=schema, as the associated schema (sevenseas) is not loaded] > dn: m-oid=161.129.204.104.4.1.18161.129.204.104.2.1, ou=attributeTypes, > cn=sevenSeas, ou=sch > ema > changetype: add > m-syntax: 161.129.204.104.4.1.14161.129.204.104.27 > m-description: Number of guns of a ship > m-name: numberOfGuns > objectclass: metaAttributeType > objectclass: metaTop > objectclass: top > m-singleValue: TRUE > m-equality: integerMatch > m-oid: 161.129.204.104.4.1.18161.129.204.104.2.1 > From [email protected] Sun Apr 18 17:24:13 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31266 invoked from network); 18 Apr 2010 17:24:13 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 18 Apr 2010 17:24:13 -0000 Received: (qmail 69090 invoked by uid 500); 18 Apr 2010 17:24:13 -0000 Delivered-To: [email protected] Received: (qmail 69060 invoked by uid 500); 18 Apr 2010 17:24:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 69052 invoked by uid 99); 18 Apr 2010 17:24:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Apr 2010 17:24:13 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO fg-out-1718.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Apr 2010 17:24:07 +0000 Received: by fg-out-1718.google.com with SMTP id 19so1510258fgg.1 for <[email protected]>; Sun, 18 Apr 2010 10:23:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=KY9Mj4zz6fjBoZ/gyFrnJKLh+NKgesEdgqAsDiRAaOE=; b=cnuFeAfVGDpR74yX9eeUGR3DKpit0VvkGl3cCyFikFuqtg6ulN7zZLOKsHANVSZUJS wXnZno4/BduhmJ8w7n85xvua28p1r99fkZkqnhRoX/i47FEv29PGqWn96nak0smOnhw/ 2SUevSkBkv6wUKInzKgau6TzSDwq9A7/dp+uk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=oRjmXtWsYTxH7Xv67/Ew/00ml9316C7yoqra5iusfFzH1ySmTPbKgeDy6mQKLt8B/A ewq7SuurpFlTkEm3C/MRX1PEUrGD5BmsabmuWbn9zvUKky5E3es/cI0rEbOeJ9uhBwNR PLfE4YO7BeB0+2K//AV4h2zTrhmCwSb98nh78= MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Sun, 18 Apr 2010 10:23:46 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Sun, 18 Apr 2010 20:23:46 +0300 Received: by 161.129.204.104 with SMTP id 13mr2075069fat.68.1271611426733; Sun, 18 Apr 2010 10:23:46 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: Fail to load schema error - associated schema (sevenseas) is not loaded From: Kiran Ayyagari <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org hi Cheong, I confirm that there is an issue while loading the schema with the name 'cn=sevenSeas' but if I give a different name e.x 'cn=xyz' the schema gets loaded perfectly. This is really weird, but can you try with a different schema name Kiran Ayyagari On Sun, Apr 18, 2010 at 7:15 PM, Cheong Chung Onn <[email protected]> wrote: > Hi again, > > I have just downloaded ApacheDS 1.5.7 and it has the same problem as > reported earlier when I import the SevenSeas schema. However, it works for > both SevenSeas and my schema when they are imported into version 1.5.5. > > Are there extra steps I need to take when importing schema into versions > after 1.5.5? > > > Cheong Chung Onn wrote, On 4/18/10 11:52 PM: >> >> Hi, >> >> Importing a customized schema to ApacheDS 1.5.6 does not seems to work >> though it works on version 1.5.5. After spending a couple of hours of futile >> experimentation, I managed to track down the SevenSeas schema example. I use >> it to test if it was my schema that is giving problem or it ApacheDS 1.5.6. >> The errors reported by ApacheDS when I tried to import the SevenSeas schema >> using Apache Studio 1.5.6 on OSX 10.5.6. Below are the errors from the >> Modification logs >> >> Is this fixed in ApacheDS 1.5.7 From [email protected] Mon Apr 19 01:32:51 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93020 invoked from network); 19 Apr 2010 01:32:51 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Apr 2010 01:32:51 -0000 Received: (qmail 62224 invoked by uid 500); 19 Apr 2010 01:32:51 -0000 Delivered-To: [email protected] Received: (qmail 62158 invoked by uid 500); 19 Apr 2010 01:32:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 62150 invoked by uid 99); 19 Apr 2010 01:32:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Apr 2010 01:32:50 +0000 X-ASF-Spam-Status: No, hits=4.1 required=10.0 tests=AWL,HTML_MESSAGE,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of [email protected] does not designate 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-pw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Apr 2010 01:32:43 +0000 Received: by pwj1 with SMTP id 1so3327275pwj.37 for <[email protected]>; Sun, 18 Apr 2010 18:32:22 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Sun, 18 Apr 2010 18:32:21 -0700 (PDT) X-Originating-IP: [161.129.204.104] In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Mon, 19 Apr 2010 09:32:21 +0800 Received: by 161.129.204.104 with SMTP id c11mr3547959rvm.106.1271640741826; Sun, 18 Apr 2010 18:32:21 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: Fail to load schema error - associated schema (sevenseas) is not loaded From: Cheong Chung Onn <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=000e0cd13a7eb2d14204848cee29 --000e0cd13a7eb2d14204848cee29 Content-Type: text/plain; charset=ISO-8859-1 Hi Kiran, >From your reply, I saw a pattern in the problem ... Camel case. I renamed all SevenSeas (including the filename) to lowercase and it works! Last night I did dig into the persistence store and I did realized that "persisted" schemas file names are all lowercase and I wonder if that will contribute to the problem too? I tested a camelcase filename, i does not have any impact. On Mon, Apr 19, 2010 at 1:23 AM, Kiran Ayyagari <[email protected]>wrote: > hi Cheong, > > I confirm that there is an issue while loading the schema with the > name 'cn=sevenSeas' > but if I give a different name e.x 'cn=xyz' the schema gets loaded > perfectly. > > This is really weird, but can you try with a different schema name > > Kiran Ayyagari > > On Sun, Apr 18, 2010 at 7:15 PM, Cheong Chung Onn > <[email protected]> wrote: > > Hi again, > > > > I have just downloaded ApacheDS 1.5.7 and it has the same problem as > > reported earlier when I import the SevenSeas schema. However, it works > for > > both SevenSeas and my schema when they are imported into version 1.5.5. > > > > Are there extra steps I need to take when importing schema into versions > > after 1.5.5? > > > > > > Cheong Chung Onn wrote, On 4/18/10 11:52 PM: > >> > >> Hi, > >> > >> Importing a customized schema to ApacheDS 1.5.6 does not seems to work > >> though it works on version 1.5.5. After spending a couple of hours of > futile > >> experimentation, I managed to track down the SevenSeas schema example. I > use > >> it to test if it was my schema that is giving problem or it ApacheDS > 1.5.6. > >> The errors reported by ApacheDS when I tried to import the SevenSeas > schema > >> using Apache Studio 1.5.6 on OSX 10.5.6. Below are the errors from the > >> Modification logs > >> > >> Is this fixed in ApacheDS 1.5.7 > --000e0cd13a7eb2d14204848cee29-- From [email protected] Tue Apr 20 03:26:22 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34902 invoked from network); 20 Apr 2010 03:26:22 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Apr 2010 03:26:22 -0000 Received: (qmail 998 invoked by uid 500); 20 Apr 2010 03:26:22 -0000 Delivered-To: [email protected] Received: (qmail 854 invoked by uid 500); 20 Apr 2010 03:26:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 846 invoked by uid 99); 20 Apr 2010 03:26:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Apr 2010 03:26:18 +0000 X-ASF-Spam-Status: No, hits=1.0 required=10.0 tests=SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of [email protected] does not designate 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-gy0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Apr 2010 03:26:10 +0000 Received: by gyh3 with SMTP id 3so3229603gyh.37 for <[email protected]>; Mon, 19 Apr 2010 20:25:49 -0700 (PDT) Received: by 161.129.204.104 with SMTP id m16mr15429346ank.84.1271733947541; Mon, 19 Apr 2010 20:25:47 -0700 (PDT) Received: from alf.local ([161.129.204.104]) by mx.google.com with ESMTPS id 22sm52556218anz.8.2161.129.204.104.25.44 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 19 Apr 2010 20:25:46 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 20 Apr 2010 11:25:39 +0800 From: Cheong Chung Onn <[email protected]> User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:161.129.204.104) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: [email protected] Subject: Is extended match filter searching for DN supported? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, Is extended match filter searching for DN supported? If yest, then when I do a search with the following search filter - (ou:dn:=people) I received a LDAP: error code 80. Below are the error log. I have used both ApacheDS 1.5.6 and 1.5.5 both respond with the same error message. Any help will be appreciated. Regards chungonn #!DATE 2010-04-20T11:21:14.428 #!ERROR [LDAP: error code 80 - OTHER: failed for SearchRequest baseDn : 'ou=people,dc=example,dc=com' filter : '(|:[1](161.129.204.104-true-EXTENSIBLE-null-'0x70 0x65 0x6F 0x70 0x6C 0x65 ':[1])(161.129.204.104=referral:[0]))' scope : whole subtree typesOnly : false Size Limit : no limit Time Limit : no limit Deref Aliases : never Deref Aliases attributes : 'objectclass' : N O T I M P L E M E N T E D Y E T !] # LDAP URL : ldap://localhost:10389/ou=people,dc=example,dc=com?objectClass?sub?(ou:dn:=people) # command line : ldapsearch -H ldap://localhost:10389 -x -D "uid=admin,ou=system" -W -b "ou=people,dc=example,dc=com" -s sub "(ou:dn:=people)" "objectClass" # baseObject : ou=people,dc=example,dc=com # scope : wholeSubtree (2) # derefAliases : neverDerefAliases (0) # sizeLimit : 0 # timeLimit : 0 # typesOnly : False # filter : (ou:dn:=people) # attributes : objectClass #!SEARCH RESULT DONE (34) ERROR #!CONNECTION ldap://localhost:10389 #!DATE 2010-04-20T11:21:14.429 #!ERROR [LDAP: error code 80 - OTHER: failed for SearchRequest baseDn : 'ou=people,dc=example,dc=com' filter : '(|:[1](161.129.204.104-true-EXTENSIBLE-null-'0x70 0x65 0x6F 0x70 0x6C 0x65 ':[1])(161.129.204.104=referral:[0]))' scope : whole subtree typesOnly : false Size Limit : no limit Time Limit : no limit Deref Aliases : never Deref Aliases attributes : 'objectclass' : N O T I M P L E M E N T E D Y E T !] # numEntries : 0 From [email protected] Tue Apr 20 06:27:06 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73754 invoked from network); 20 Apr 2010 06:27:06 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Apr 2010 06:27:06 -0000 Received: (qmail 80298 invoked by uid 500); 20 Apr 2010 06:27:06 -0000 Delivered-To: [email protected] Received: (qmail 80198 invoked by uid 500); 20 Apr 2010 06:27:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 80184 invoked by uid 99); 20 Apr 2010 06:27:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Apr 2010 06:27:02 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ww0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Apr 2010 06:26:54 +0000 Received: by wwb13 with SMTP id 13so796678wwb.37 for <[email protected]>; Mon, 19 Apr 2010 23:26:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=aKnWG5yTZc3JoNROy7rE2em8D9oFdK8DnfLfTkHv99s=; b=VnLRJgthD6khSovqTjE8TLm78oQ0KdXWKOkJLuVC449mXz1XLMMDERQRBasVoegeyv t63WXjQASLw+nHz6NiSqVDoo/DJlXPhLYTXsnxpz/TSSv4nWz0usDQwfSuqCVBhtCGHh yyBWq8nPjkGNfN+4nWpQXbXUc0rdSb0l2mbfA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=Q1Irc5/XLr8Jz8K00vQOxTJtqlvb4Uy18t4Ww0+dMSlVdQcYPwK8maq0xoV9NT8/Os BZIyvwwsklzPZ70Hg95Yr4lKuMeEoa09Z1ER7NN/qrreGSuoCdoNSocQQmBQQItEmyxy 5CCPpSbkH2hgPCS9i7Xl2IfvziVyS4yhY5FGo= Received: by 161.129.204.104 with SMTP id x58mr332768wee.96.1271744794484; Mon, 19 Apr 2010 23:26:34 -0700 (PDT) Received: from emmanuel-lecharnys-MacBook-Pro.local (vol75-3-82-66-216-176.fbx.proxad.net [161.129.204.104]) by mx.google.com with ESMTPS id r29sm55144523wbv.9.2161.129.204.104.26.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 19 Apr 2010 23:26:33 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 20 Apr 2010 08:26:32 +0200 From: Emmanuel Lecharny <[email protected]> Reply-To: [email protected] User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:161.129.204.104) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: [email protected] Subject: Re: Is extended match filter searching for DN supported? References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org > Hi, > > Is extended match filter searching for DN supported? If yest, then > when I do a search with the following search filter - (ou:dn:=people) > I received a LDAP: error code 80. Below are the error log. I have used > both ApacheDS 1.5.6 and 1.5.5 both respond with the same error message. atm, no, we don't support extended match filter in searches. You can create a JIRA for that. -- Regards, Cordialement, Emmanuel Lécharny www.nextury.com From [email protected] Tue Apr 20 13:46:50 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8005 invoked from network); 20 Apr 2010 13:46:49 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Apr 2010 13:46:49 -0000 Received: (qmail 7349 invoked by uid 500); 20 Apr 2010 13:46:49 -0000 Delivered-To: [email protected] Received: (qmail 7274 invoked by uid 500); 20 Apr 2010 13:46:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 7266 invoked by uid 99); 20 Apr 2010 13:46:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Apr 2010 13:46:48 +0000 X-ASF-Spam-Status: No, hits=3.0 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of [email protected] does not designate 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO ey-out-2122.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Apr 2010 13:46:40 +0000 Received: by ey-out-2122.google.com with SMTP id 4so234145eyf.1 for <[email protected]>; Tue, 20 Apr 2010 06:46:18 -0700 (PDT) Received: by 161.129.204.104 with SMTP id j40mr419019mug.69.1271771178275; Tue, 20 Apr 2010 06:46:18 -0700 (PDT) Received: from alf.local ([161.129.204.104]) by mx.google.com with ESMTPS id y6sm3996225mug.20.2161.129.204.104.46.14 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 20 Apr 2010 06:46:16 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 20 Apr 2010 21:46:03 +0800 From: Cheong Chung Onn <[email protected]> User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:161.129.204.104) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: [email protected] Subject: Re: Is extended match filter searching for DN supported? References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Emmanuel Lecharny wrote, On 4/20/10 2:26 PM: >> Hi, >> >> Is extended match filter searching for DN supported? If yest, then >> when I do a search with the following search filter - >> (ou:dn:=people) I received a LDAP: error code 80. Below are the >> error log. I have used both ApacheDS 1.5.6 and 1.5.5 both respond >> with the same error message. > atm, no, we don't support extended match filter in searches. > > You can create a JIRA for that. > Done. https://issues.apache.org/jira/browse/DIRSERVER-1493 From [email protected] Wed Apr 21 07:37:04 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29999 invoked from network); 21 Apr 2010 07:37:04 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Apr 2010 07:37:04 -0000 Received: (qmail 45916 invoked by uid 500); 21 Apr 2010 07:37:04 -0000 Delivered-To: [email protected] Received: (qmail 44947 invoked by uid 500); 21 Apr 2010 07:36:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 44916 invoked by uid 99); 21 Apr 2010 07:36:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 07:36:58 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO fg-out-1718.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 07:36:51 +0000 Received: by fg-out-1718.google.com with SMTP id 19so2985822fgg.1 for <multiple recipients>; Wed, 21 Apr 2010 00:36:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:received:message-id:subject:from:to :content-type; bh=Z9YRtdFOOEK8O2wIOVlm46+HE1/Jh8eP6P4dk8ruL9M=; b=OYaShmvBaFpMqPUQVPa8noDgutYS6o9NrumltgMpgunRBU2fWv/OMVlwLwGcFwcMx7 w4Bn2TD6s8nrFF3fQIXtYfoSoa5ZL7gDYyG2/2nRb1zceuEhG35YU4T33cOWOB7JRnX9 2i8q1K1kYQ3pSE9OF6LBa9GZeH5ddRuzQe4QI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=D4Z2aOiWJNVRHoaUDsOij28EFE3IX0bIL91wfW0OojPmSGTwLSpAxT0373g2plxxe2 +QtTq99ik2SoN+r1Q5D8Sm0vOkFb9AEiobMSXNKG7flxci7/nWzE2f5VX8mB8D/+FuhL LOgL14eNFGUMYITZAFAQXjIhy5Nec8v6gFzf4= MIME-Version: 1.0 Sender: [email protected] Received: by 161.129.204.104 with HTTP; Wed, 21 Apr 2010 00:36:26 -0700 (PDT) Date: Wed, 21 Apr 2010 10:36:26 +0300 X-Google-Sender-Auth: 6751db705caf0272 Received: by 161.129.204.104 with SMTP id y15mr581370fau.22.1271835386425; Wed, 21 Apr 2010 00:36:26 -0700 (PDT) Message-ID: <[email protected]> Subject: [ANNOUNCE] Apache LDAP Client API version 0.1 released From: Kiran Ayyagari <[email protected]> To: [email protected], [email protected], [email protected], Apache Directory Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Apache Directory team is pleased to announce the first ever release of the LDAP client API developed in collaboration with OpenDS developers. Note that this API is still in its preliminary stages and will evolve further in the coming versions. Features * Supports synchronous and asynchronous operations * Very convenient API to perform all operations * Uses MINA version 2.0.0-RC1 in the network layer We invite interested people to come and participate in this effort to make working with LDAP servers a breeze. Apache Directory Team From [email protected] Wed Apr 21 09:41:58 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60240 invoked from network); 21 Apr 2010 09:41:58 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Apr 2010 09:41:58 -0000 Received: (qmail 15977 invoked by uid 500); 21 Apr 2010 09:41:57 -0000 Delivered-To: [email protected] Received: (qmail 15662 invoked by uid 500); 21 Apr 2010 09:41:55 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 99839 invoked by uid 99); 21 Apr 2010 09:27:47 -0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Message-ID: <[email protected]> Date: Wed, 21 Apr 2010 11:27:13 +0200 From: MEUNIER Frederic - INGENIS Consulting <[email protected]> Reply-To: [email protected] User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:161.129.204.104) Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4 MIME-Version: 1.0 To: [email protected] Subject: ApacheDS v1.5 basic documentation enhancements Content-Type: multipart/mixed; boundary="------------030100050908060200060807" X-Antivirus: avast! (VPS 100420-1, 20/04/2010), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV using ClamSMTP X-auth-smtp-user: [email protected] --------------030100050908060200060807 Content-Type: multipart/alternative; boundary="------------010302040902070606000108" --------------010302040902070606000108 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Hello ! URL :=20 http://directory.apache.org/apacheds/1.5/143-adding-your-own-partition-re= sp-suffix.html In "Minimal partition definition" section, it is said : *Open the server.xml file for your directory instance in your favorite=20 editor and look for the following element with name partitions.* then a green-doted blank box is displayed and another sentence : *Add another jdbmPartition element for the sevenSeas partition, just=20 below the example partition:* (screenshot attached) Therefore, since not example content is displayed, the tutorial is of no = help at all, and thus the entire section (remember, this is a Basic=20 User's Guide : the reader needs to be guided) I checked on ADS v1.0 doc : same behavior I checked with Firefox and MSIE : same behavior It may be interesting to correct this anomaly or at least set a link to=20 an example file ... Regards FM --=20 Fr=E9d=E9ric MEUNIER -- Consultant *INGEN**IS** Consulting *06 80 91 63 58 fixe : 03 80 28 04 98 / fax : 03 80 28 04 99 14 rue Jean GIONO 21000 DIJON --------------010302040902070606000108 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> </head> <body bgcolor="#ffffff" text="#cc6600"> Hello !<br> <br> URL : <a class="moz-txt-link-freetext" href="http://directory.apache.org/apacheds/1.5/143-adding-your-own-partition-resp-suffix.html">http://directory.apache.org/apacheds/1.5/143-adding-your-own-partition-resp-suffix.html</a><br> <br> In "Minimal partition definition" section, it is said :<br> <b>Open the server.xml file for your directory instance in your favorite editor and look for the following element with name partitions.</b><br> <br> then a green-doted blank box is displayed and another sentence :<br> <br> <b>Add another jdbmPartition element for the sevenSeas partition, just below the example partition:</b> <div class="code panel" style="border-width: 1px;"> <div class="codeContent panelContent"> <script type="syntaxhighlighter" class="toolbar: false; theme: default; brush: xml; gutter: false"><![CDATA[ ... &lt;partitions&gt; &lt;jdbmPartition ...&gt; ... &lt;/jdbmPartition&gt; &lt;jdbmPartition id="sevenSeas" suffix="o=sevenSeas" /&gt; &lt;/partitions&gt; ... ]]></script></div> <br> </div> (screenshot attached)<br> <br> Therefore, since not example content is displayed, the tutorial is of no help at all, and thus the entire section (remember, this is a Basic User's Guide : the reader needs to be guided)<br> <br> I checked on ADS v1.0 doc : same behavior<br> I checked with Firefox and MSIE : same behavior<br> <br> It may be interesting to correct this anomaly or at least set a link to an example file ...<br> <br> Regards<br> FM<br> <div class="moz-signature">-- <br> <meta http-equiv="CONTENT-TYPE" content="text/html; charset=ISO-8859-1"> <title></title> <meta name="GENERATOR" content="OpenOffice.org 2.4 (Win32)"> <meta name="CREATED" content="20080903;15573359"> <meta name="CHANGED" content="20080908;9363657"> <style type="text/css"> <!-- @page { size: 21cm 29.7cm; margin: 2cm } P { margin-bottom: 0.21cm } P.western { font-family: "Century Gothic", sans-serif } --> </style> <p class="western" style="margin-bottom: 0cm;">Fr&eacute;d&eacute;ric MEUNIER &#8211; Consultant<br> <b>INGEN</b><font color="#d26f1a"><b>IS</b></font><b> Consulting<br> </b>06 80 91 63 58<br> fixe : 03 80 28 04 98 / fax : 03 80 28 04 99<br> 14 rue Jean GIONO<br> 21000 DIJON</p> </div> </body> </html> --------------010302040902070606000108-- --------------030100050908060200060807-- From [email protected] Wed Apr 21 09:59:28 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63720 invoked from network); 21 Apr 2010 09:59:27 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Apr 2010 09:59:27 -0000 Received: (qmail 44450 invoked by uid 500); 21 Apr 2010 09:59:27 -0000 Delivered-To: [email protected] Received: (qmail 44224 invoked by uid 500); 21 Apr 2010 09:59:25 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 44209 invoked by uid 99); 21 Apr 2010 09:59:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 09:59:24 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mo-p00-ob.rzone.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 09:59:16 +0000 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1271843936; l=1570; s=domk; d=labeo.de; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References: Subject:To:MIME-Version:From:Date:X-RZG-CLASS-ID:X-RZG-AUTH; bh=zgGPGqLeH8vRP2b8QWtWil6WJfQ=; b=KjGv3OfnRrW4c8Z/Yi7WjGKapFcrOS0RxyXEEj8eBmCkRE0DmB1lxYqtAo28S2jJOK7 td8UjUYdGrDjoJQAttpfJcDDKebT2zwygcag4d1quy6WGTvURawM06DCONlem6sXYGeU8 uEzTL0CCdLVH11fmx6UZzlSqJgBRbEU+AVI= X-RZG-AUTH: :P3gBc0GmW/MphhhpU4BSj2bmx/Zwgz97J2mNwJqPNEXOKVIWxMhSD+tYA+j7nA== X-RZG-CLASS-ID: mo00 Received: from [161.129.204.104] ([161.129.204.104]) by post.strato.de (fruni mo2) (RZmta 23.0) with ESMTP id Z066eam3L9UCYu ; Wed, 21 Apr 2010 11:58:55 +0200 (MEST) Message-ID: <[email protected]> Date: Wed, 21 Apr 2010 11:59:00 +0200 From: Stefan Zoerner <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20100228) MIME-Version: 1.0 To: [email protected], Apache Directory Developers List <[email protected]> Subject: Re: ApacheDS v1.5 basic documentation enhancements References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Frédéric! Thanks for providing feedback. It seems to be a general problem, that all of our example code is not displayed, e.g. http://directory.apache.org/apacheds/1.5/141-changing-the-server-port-for-ldap.html We generate the site from a Confluence wiki, perhaps the template mechanism is broken ... We'll check. I'll cc the dev-list as well. Greetings from Hamburg, StefanZ MEUNIER Frederic - INGENIS Consulting wrote: > Hello ! > > URL : > http://directory.apache.org/apacheds/1.5/143-adding-your-own-partition-resp-suffix.html > > In "Minimal partition definition" section, it is said : > *Open the server.xml file for your directory instance in your favorite > editor and look for the following element with name partitions.* > > then a green-doted blank box is displayed and another sentence : > > *Add another jdbmPartition element for the sevenSeas partition, just > below the example partition:* > > (screenshot attached) > > Therefore, since not example content is displayed, the tutorial is of no > help at all, and thus the entire section (remember, this is a Basic > User's Guide : the reader needs to be guided) > > I checked on ADS v1.0 doc : same behavior > I checked with Firefox and MSIE : same behavior > > It may be interesting to correct this anomaly or at least set a link to > an example file ... > > Regards > FM > -- > > Frédéric MEUNIER – Consultant > *INGEN**IS** Consulting > *06 80 91 63 58 > fixe : 03 80 28 04 98 / fax : 03 80 28 04 99 > 14 rue Jean GIONO > 21000 DIJON > From [email protected] Wed Apr 21 10:01:00 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64434 invoked from network); 21 Apr 2010 10:00:59 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Apr 2010 10:00:59 -0000 Received: (qmail 45679 invoked by uid 500); 21 Apr 2010 10:00:59 -0000 Delivered-To: [email protected] Received: (qmail 45661 invoked by uid 500); 21 Apr 2010 10:00:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 45653 invoked by uid 99); 21 Apr 2010 10:00:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 10:00:59 +0000 X-ASF-Spam-Status: No, hits=-0.6 required=10.0 tests=AWL,FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ww0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 10:00:52 +0000 Received: by wwb13 with SMTP id 13so1655277wwb.37 for <[email protected]>; Wed, 21 Apr 2010 03:00:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=eSl8w1kr9mUBBqrEDgzCDsCL1+EQD2kEN44hDXbBn4A=; b=fLEjnjFk1Ao2O6huw6Bf64E2a6LefyV2SBxSkwt7IgqY6EdxgnBLhNaTkbFJ+r3UQQ Zr1C6fFKa6an9fO/CeRIrT2xw0IHK/NCbvFRVzRcQAxuT6jNFDZcnEEiuzmXa2Bjb270 ufQ7hb8c+V5OUssibLszT7Yc0MNJKaq3ckTVw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=LcpDDStOjenVVPFSjlXZ2AMcFR6kS9YDHXAMX6GOxGZR3vCWjFAWv36A5V7o3ft7yZ E/gounhwiCUrWJs+Jfkce+s6A3ic5JuptisIxHVeBtthCYAoK0U41drhwiw8xhMzRWg+ LEQ0hqZC796wIsv+V72JnrGr0HT75dYrYu6dM= Received: by 161.129.204.104 with SMTP id x58mr2948312wee.96.1271844031006; Wed, 21 Apr 2010 03:00:31 -0700 (PDT) Received: from emmanuel-lecharnys-MacBook-Pro.local (lon92-10-78-226-4-211.fbx.proxad.net [161.129.204.104]) by mx.google.com with ESMTPS id z34sm65469161wbv.14.2161.129.204.104.00.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 21 Apr 2010 03:00:30 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 21 Apr 2010 12:00:29 +0200 From: Emmanuel Lecharny <[email protected]> Reply-To: [email protected] User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:161.129.204.104) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: [email protected] Subject: Re: ApacheDS v1.5 basic documentation enhancements References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit > Hello ! Hi ! thanks for the proposed fixes. Could I suggest you create a JIRA ? The attachaments can't make it through our mail system. also this is the guaranteed way to get you fixes applied, even if it's not in the next few hours (the wiki is havng some troubles those days...) Thanks ! -- Regards, Cordialement, Emmanuel Lécharny www.nextury.com From [email protected] Wed Apr 21 10:01:52 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64630 invoked from network); 21 Apr 2010 10:01:52 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Apr 2010 10:01:52 -0000 Received: (qmail 47320 invoked by uid 500); 21 Apr 2010 10:01:52 -0000 Delivered-To: [email protected] Received: (qmail 47292 invoked by uid 500); 21 Apr 2010 10:01:52 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 47284 invoked by uid 99); 21 Apr 2010 10:01:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 10:01:52 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-wy0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 10:01:44 +0000 Received: by wyf19 with SMTP id 19so1582416wyf.37 for <[email protected]>; Wed, 21 Apr 2010 03:01:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=Ve4SbCI7n4LkZwYVNRbdMhWocaXYejN74admRSbklGo=; b=FU3ciJxLwfNWj0gNal9S3mtnoum2hDkIklLhYsrGBs4A6I6IiBzLeMRfUtZHFV0Pnl MbIGiD9hIX28+FwlM0XV8n8R4xGZT2e/k9oyHRRnPQjjTZE79VO/G1u1WTiaAjXVatEz oc/QSBZjil9WXN6WDIXEEeQPU79hsDJkt+HZw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=sTYhi8/bBg5+jAoze811maoVlPCTTVVzduJJ0aabsHT+BPpfEIh+ThB3ft9rJ6RVWr wI5K6xkdEJoAm1hBoWZQb7DzhFMhXv4xwRKJ9hc2QbQEKkumydKpnc85f7MJEgW66Txl 6NZgxYfUWTt6LPs5ML4bzvD1KtzY1X5zZNy8c= Received: by 161.129.204.104 with SMTP id j63mr4599383wek.47.1271844083880; Wed, 21 Apr 2010 03:01:23 -0700 (PDT) Received: from emmanuel-lecharnys-MacBook-Pro.local (lon92-10-78-226-4-211.fbx.proxad.net [161.129.204.104]) by mx.google.com with ESMTPS id r29sm14901802wbv.15.2161.129.204.104.01.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 21 Apr 2010 03:01:23 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 21 Apr 2010 12:01:22 +0200 From: Emmanuel Lecharny <[email protected]> Reply-To: [email protected] User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:161.129.204.104) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: [email protected] Subject: Re: ApacheDS v1.5 basic documentation enhancements References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org > Hi Frédéric! > > Thanks for providing feedback. It seems to be a general problem, that > all of our example code is not displayed, e.g. > > http://directory.apache.org/apacheds/1.5/141-changing-the-server-port-for-ldap.html > > > We generate the site from a Confluence wiki, perhaps the template > mechanism is broken ... We'll check. We have the very same problem on MINA. Seems to be a general pb on Confluence ... -- Regards, Cordialement, Emmanuel Lécharny www.nextury.com From [email protected] Wed Apr 21 10:04:51 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65228 invoked from network); 21 Apr 2010 10:04:51 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Apr 2010 10:04:51 -0000 Received: (qmail 51130 invoked by uid 500); 21 Apr 2010 10:04:50 -0000 Delivered-To: [email protected] Received: (qmail 51028 invoked by uid 500); 21 Apr 2010 10:04:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 51020 invoked by uid 99); 21 Apr 2010 10:04:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 10:04:48 +0000 X-ASF-Spam-Status: No, hits=-0.6 required=10.0 tests=AWL,FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-wy0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 10:04:42 +0000 Received: by wyf19 with SMTP id 19so1583945wyf.37 for <[email protected]>; Wed, 21 Apr 2010 03:04:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=678Kbwun2trUCZn17sUHecZXP8uL27edjRz20WjQ4Vc=; b=u0tsf/1PwtxTTGhm1cAqkjssJzFOYv8NOJYAeRE+VPPnmCrRHm/cgi53ACi1Rfq0e1 wgRJSFH9o33wKpux/emVqE73eeILpnuT30gywpG+xsfrx28KDr1dO5yzixd8bsijw4tF cCp/T17NQn1mHgQTIzRCOYifbXj8Viq3cj6og= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=M8CCKATWC5x8KTfWZ04w8ANc2YYbfOQAZ8jm9v/pmJTsaDxtIl5t7OH/eqO+2iJeHG mZjTwpML8ia0dkOAdldXi9nj8Cs1VVC+DrXdCqxmYPL1ZPM/o7+UCNBg/lLAJoKMaYM+ 6Ggi5lL0GDPBbnjVpxVwwv4jpDZLYfTLoySDQ= Received: by 161.129.204.104 with SMTP id k21mr491890wef.68.1271844260443; Wed, 21 Apr 2010 03:04:20 -0700 (PDT) Received: from emmanuel-lecharnys-MacBook-Pro.local (lon92-10-78-226-4-211.fbx.proxad.net [161.129.204.104]) by mx.google.com with ESMTPS id x1sm65466101wbx.19.2161.129.204.104.04.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 21 Apr 2010 03:04:19 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 21 Apr 2010 12:04:18 +0200 From: Emmanuel Lecharny <[email protected]> Reply-To: [email protected] User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:161.129.204.104) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: [email protected] Subject: Re: ApacheDS v1.5 basic documentation enhancements References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit After having quickly looked at [email protected], it seems that there is a rsync problem currently being investigated at the ASF. I will try to export all the site again. > Hi Frédéric! > > Thanks for providing feedback. It seems to be a general problem, that > all of our example code is not displayed, e.g. > > http://directory.apache.org/apacheds/1.5/141-changing-the-server-port-for-ldap.html > > > We generate the site from a Confluence wiki, perhaps the template > mechanism is broken ... We'll check. > > I'll cc the dev-list as well. > > Greetings from Hamburg, > StefanZ > > > > MEUNIER Frederic - INGENIS Consulting wrote: >> Hello ! >> >> URL : >> http://directory.apache.org/apacheds/1.5/143-adding-your-own-partition-resp-suffix.html >> >> >> In "Minimal partition definition" section, it is said : >> *Open the server.xml file for your directory instance in your >> favorite editor and look for the following element with name >> partitions.* >> >> then a green-doted blank box is displayed and another sentence : >> >> *Add another jdbmPartition element for the sevenSeas partition, just >> below the example partition:* >> >> (screenshot attached) >> >> Therefore, since not example content is displayed, the tutorial is of >> no help at all, and thus the entire section (remember, this is a >> Basic User's Guide : the reader needs to be guided) >> >> I checked on ADS v1.0 doc : same behavior >> I checked with Firefox and MSIE : same behavior >> >> It may be interesting to correct this anomaly or at least set a link >> to an example file ... >> >> Regards >> FM >> -- >> >> Frédéric MEUNIER – Consultant >> *INGEN**IS** Consulting >> *06 80 91 63 58 >> fixe : 03 80 28 04 98 / fax : 03 80 28 04 99 >> 14 rue Jean GIONO >> 21000 DIJON >> > > > -- Regards, Cordialement, Emmanuel Lécharny www.nextury.com From [email protected] Wed Apr 21 10:06:47 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65580 invoked from network); 21 Apr 2010 10:06:47 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Apr 2010 10:06:47 -0000 Received: (qmail 52609 invoked by uid 500); 21 Apr 2010 10:06:46 -0000 Delivered-To: [email protected] Received: (qmail 52526 invoked by uid 500); 21 Apr 2010 10:06:46 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 52517 invoked by uid 99); 21 Apr 2010 10:06:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 10:06:46 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ww0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 10:06:36 +0000 Received: by wwb13 with SMTP id 13so1658197wwb.37 for <[email protected]>; Wed, 21 Apr 2010 03:06:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:content-type :mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=mTM+FZJZuuS4CU3If1mnWHkPIBmD01upqAmY9bbSkW4=; b=iTWkPXEDZwt9QznokrFqVO05s+eoerjX9o4MYQyh3Q43dnS4FIZunS6Hv8tcpOxlQC cEyxnd9yU2L31Wx8fPl8j031pVngjzzsz02I7O+ZnkAGWmtpf9QxfghNOp9MbXdTXF7N ua9tXJig7rNHkAaOd+KSBNkTOsxprdxN9VYO8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=n4VcFj28Bv9fyXFIG9XcWbw0fdDhQ/MCH6/2ZGcA0bdIyoTsIzmdboMTixnhsNaRog tC9qXeicXaMKleZ0WfPqgHHAVllIG475xl2B7IruorEjqvfPQp1SPYUJ+Gc+SRQEBE6L wD7yoGNZlv75ynXUo7uaHQzZAZUDilz+5SEbE= Received: by 161.129.204.104 with SMTP id x52mr2940023wee.4.1271844376791; Wed, 21 Apr 2010 03:06:16 -0700 (PDT) Received: from [161.129.204.104] (lon92-10-78-226-4-211.fbx.proxad.net [161.129.204.104]) by mx.google.com with ESMTPS id z3sm24247391wbs.16.2161.129.204.104.06.14 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 21 Apr 2010 03:06:15 -0700 (PDT) Sender: Pierre-Arnaud Marcelot <[email protected]> Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Apple Message framework v1078) Subject: Re: ApacheDS v1.5 basic documentation enhancements From: Pierre-Arnaud Marcelot <[email protected]> In-Reply-To: <[email protected]> Date: Wed, 21 Apr 2010 12:06:13 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <[email protected]> References: <[email protected]> <[email protected]> To: [email protected] X-Mailer: Apple Mail (2.1078) X-Virus-Checked: Checked by ClamAV on apache.org Hi, Someone on IRC also reported this (maybe you Fr=E9d=E9ric). I looked into it and it seems some Javascript files are missing for = syntax highlighting of block of text defined inside {code} tags. But with Confluence down times these last days (and still down ATM), I = didn't have a chance to have a look at it more. I'll fix that as soon as everything is back up. Regards, Pierre-Arnaud On 21 avr. 2010, at 11:59, Stefan Zoerner wrote: > Hi Fr=E9d=E9ric! >=20 > Thanks for providing feedback. It seems to be a general problem, that = all of our example code is not displayed, e.g. >=20 > = http://directory.apache.org/apacheds/1.5/141-changing-the-server-port-for-= ldap.html >=20 > We generate the site from a Confluence wiki, perhaps the template = mechanism is broken ... We'll check. >=20 > I'll cc the dev-list as well. >=20 > Greetings from Hamburg, > StefanZ >=20 >=20 >=20 > MEUNIER Frederic - INGENIS Consulting wrote: >> Hello ! >> URL : = http://directory.apache.org/apacheds/1.5/143-adding-your-own-partition-res= p-suffix.html >> In "Minimal partition definition" section, it is said : >> *Open the server.xml file for your directory instance in your = favorite editor and look for the following element with name = partitions.* >> then a green-doted blank box is displayed and another sentence : >> *Add another jdbmPartition element for the sevenSeas partition, just = below the example partition:* >> (screenshot attached) >> Therefore, since not example content is displayed, the tutorial is of = no help at all, and thus the entire section (remember, this is a Basic = User's Guide : the reader needs to be guided) >> I checked on ADS v1.0 doc : same behavior >> I checked with Firefox and MSIE : same behavior >> It may be interesting to correct this anomaly or at least set a link = to an example file ... >> Regards >> FM >> --=20 >> Fr=E9d=E9ric MEUNIER =96 Consultant >> *INGEN**IS** Consulting >> *06 80 91 63 58 >> fixe : 03 80 28 04 98 / fax : 03 80 28 04 99 >> 14 rue Jean GIONO >> 21000 DIJON >=20 >=20 From [email protected] Wed Apr 21 12:56:04 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16677 invoked from network); 21 Apr 2010 12:56:04 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Apr 2010 12:56:04 -0000 Received: (qmail 19118 invoked by uid 500); 21 Apr 2010 12:56:04 -0000 Delivered-To: [email protected] Received: (qmail 19020 invoked by uid 500); 21 Apr 2010 12:56:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 18783 invoked by uid 99); 21 Apr 2010 12:56:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 12:56:02 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO fg-out-1718.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 12:55:56 +0000 Received: by fg-out-1718.google.com with SMTP id 19so3113400fgg.1 for <multiple recipients>; Wed, 21 Apr 2010 05:55:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:received:message-id:subject:from:to :content-type; bh=dbNiJQDzNd/y+bAokW1z6BthvUKCPUSJ+EHBoA1SWvg=; b=DZhBuUoFQz+FVIvHhIz3k8haRCgoECxM7bwyWlUaFgfxF/UbNmCRxy5ghgs7y0Zo4x QuERN8uyier/2MxhlPeY5yW98gSW0nxdHUXSX9aKl8FFy11RbA5BlqDK38JAZiu5b+n8 LgGHRJiy3e3KiwRYRNU+zqzF7CUua7fGbbgFQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=CZ2hlcy/LR8aI57BjtAVft6jC9qmU0ZA8HTN9pYWnnqpIQt3FiAt7k+cQvC3skWvcs e+wjudoxrKtUEf+K3TK+HtZWvXGmH8VJgzvEbMf4ssNwQ2kRCvMXC8ahchMofkzozPXx jkXUsaD6DxvfHwNDjVGRBYWINothvW3ksa9OE= MIME-Version: 1.0 Sender: [email protected] Received: by 161.129.204.104 with HTTP; Wed, 21 Apr 2010 05:55:13 -0700 (PDT) Date: Wed, 21 Apr 2010 15:55:13 +0300 X-Google-Sender-Auth: 192f4edf552b17cd Received: by 161.129.204.104 with SMTP id z20mr481724fag.56.1271854513444; Wed, 21 Apr 2010 05:55:13 -0700 (PDT) Message-ID: <[email protected]> Subject: [ANNOUNCE] Apache LDAP Client API version 0.1 released From: Kiran Ayyagari <[email protected]> To: [email protected], [email protected], [email protected], Apache Directory Developers List <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Apache Directory team is pleased to announce the first ever release of the LDAP client API developed in collaboration with OpenDS developers. Note that this API is still in its preliminary stages and will evolve further in the coming versions. Features * Supports synchronous and asynchronous operations * Very convenient API to perform all operations * Uses MINA version 2.0.0-RC1 in the network layer We invite interested people to come and participate in this effort to make working with LDAP servers a breeze. [1] http://directory.apache.org/api/ [2] http://directory.apache.org/api/downloads.html Apache Directory Team From [email protected] Wed Apr 21 14:22:13 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39828 invoked from network); 21 Apr 2010 14:22:13 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Apr 2010 14:22:13 -0000 Received: (qmail 96675 invoked by uid 500); 21 Apr 2010 14:22:13 -0000 Delivered-To: [email protected] Received: (qmail 96635 invoked by uid 500); 21 Apr 2010 14:22:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 96627 invoked by uid 99); 21 Apr 2010 14:22:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 14:22:12 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO xmrm0101.northgrum.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 14:22:01 +0000 Received: from xbhm0001.northgrum.com ([161.129.204.104]) by xmrm0101.northgrum.com with InterScan Message Security Suite; Wed, 21 Apr 2010 10:17:35 -0400 Received: from XBHIL103.northgrum.com ([161.129.204.104]) by xbhm0001.northgrum.com over TLS secured channel with Microsoft SMTPSVC(812)573-8866); Wed, 21 Apr 2010 10:21:36 -0400 Received: from XMBIL103.northgrum.com ([161.129.204.104]) by XBHIL103.northgrum.com over TLS secured channel with Microsoft SMTPSVC(812)573-8866); Wed, 21 Apr 2010 09:21:34 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: [ANNOUNCE] Apache LDAP Client API version 0.1 released Date: Wed, 21 Apr 2010 09:21:31 -0500 Message-ID: <[email protected]> In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [ANNOUNCE] Apache LDAP Client API version 0.1 released Thread-Index: AcrhUhCmKXWfD5K0Q9SupHSMfW20CgAC8nGg References: <[email protected]> From: "Cook, Lee (IS) (Contr)" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 21 Apr 2010 14:21:34.0797 (UTC) FILETIME=[F25E87D0:01CAE15D] X-Virus-Checked: Checked by ClamAV on apache.org I didn't see any specific API classes for Event Notifications.. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Kiran Ayyagari Sent: Wednesday, April 21, 2010 8:55 AM To: [email protected]; [email protected]; [email protected]; Apache Directory Developers List Subject: [ANNOUNCE] Apache LDAP Client API version 0.1 released Apache Directory team is pleased to announce the first ever release of the LDAP client API developed in collaboration with OpenDS developers. Note that this API is still in its preliminary stages and will evolve further in the coming versions. Features * Supports synchronous and asynchronous operations * Very convenient API to perform all operations * Uses MINA version 2.0.0-RC1 in the network layer We invite interested people to come and participate in this effort to make working with LDAP servers a breeze. [1] http://directory.apache.org/api/ [2] http://directory.apache.org/api/downloads.html Apache Directory Team From [email protected] Wed Apr 21 15:18:19 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58590 invoked from network); 21 Apr 2010 15:18:19 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Apr 2010 15:18:19 -0000 Received: (qmail 21128 invoked by uid 500); 21 Apr 2010 15:18:19 -0000 Delivered-To: [email protected] Received: (qmail 21068 invoked by uid 500); 21 Apr 2010 15:18:18 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 21060 invoked by uid 99); 21 Apr 2010 15:18:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 15:18:18 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-wy0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 15:18:09 +0000 Received: by wyf19 with SMTP id 19so1788979wyf.37 for <[email protected]>; Wed, 21 Apr 2010 08:17:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=60hPy+DfiyQKSmCikq9bBzhHr8B91U8/R8Li0Akz/mc=; b=gCTNyAZS9xxKc53wBsgOsh7PUadIcWZawoJ4Etk0n/kiy0gszMjYuHXEuNHKqlEa9n pPv3IqhVo1xATTPWdcwOrFG7UGRmYnwa/N5Yce3mM2x49oYR7ngedmrRf4CsXt9xA5bh MjyinS/U/7WR7kLNZulbXdYd5F+OSbpgMALhw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=Mcm3t+hmG7/mr0U6XCLWB6dYTpdKLa2EHVXivbBz85BRL7P7f4S+lFkJev+/Jg6qF5 P0FPPQ66/Y8KYIkpo7tPJEXWavnNyD0SCWfSIbxcuPXGvSToTlamlYEZNeOVfLHB2lwc 5pPBvN9ukmP50vxENAYbfGKSvRk4xWZCHJSi0= Received: by 161.129.204.104 with SMTP id x58mr3600734wee.96.1271863068910; Wed, 21 Apr 2010 08:17:48 -0700 (PDT) Received: from emmanuel-lecharnys-MacBook-Pro.local (lon92-10-78-226-4-211.fbx.proxad.net [161.129.204.104]) by mx.google.com with ESMTPS id t27sm67430068wbc.11.2161.129.204.104.17.47 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 21 Apr 2010 08:17:48 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 21 Apr 2010 17:17:46 +0200 From: Emmanuel Lecharny <[email protected]> Reply-To: [email protected] User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:161.129.204.104) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: [email protected] Subject: Re: [ANNOUNCE] Apache LDAP Client API version 0.1 released References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org > > I didn't see any specific API classes for Event Notifications.. > As stated : "...this API is still in its preliminary stages ..." and "...We invite interested people to come and participate in this effort..." > -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf > Of Kiran Ayyagari > Sent: Wednesday, April 21, 2010 8:55 AM > To: [email protected]; [email protected]; > [email protected]; Apache Directory Developers List > Subject: [ANNOUNCE] Apache LDAP Client API version 0.1 released > > Apache Directory team is pleased to announce the first ever release of > the LDAP client API developed in collaboration with OpenDS developers. > > Note that this API is still in its preliminary stages and will evolve > further in the coming versions. > > Features > > * Supports synchronous and asynchronous operations > * Very convenient API to perform all operations > * Uses MINA version 2.0.0-RC1 in the network layer > > We invite interested people to come and participate in this effort to > make working with LDAP servers a breeze. > > [1] http://directory.apache.org/api/ > [2] http://directory.apache.org/api/downloads.html > > Apache Directory Team > > -- Regards, Cordialement, Emmanuel Lécharny www.nextury.com From [email protected] Wed Apr 21 20:33:42 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66766 invoked from network); 21 Apr 2010 20:33:42 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Apr 2010 20:33:42 -0000 Received: (qmail 71123 invoked by uid 500); 21 Apr 2010 20:33:42 -0000 Delivered-To: [email protected] Received: (qmail 71075 invoked by uid 500); 21 Apr 2010 20:33:41 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 71067 invoked by uid 99); 21 Apr 2010 20:33:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 20:33:41 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO ey-out-2122.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 20:33:33 +0000 Received: by ey-out-2122.google.com with SMTP id d26so467446eyd.9 for <[email protected]>; Wed, 21 Apr 2010 13:33:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=e9yQ0PHEA8MxBID8LDCESvOGsQq9dXi27mjIa7IxGRs=; b=qAu8JYvQd7r+L7IcadH1FNYCDTHIqT+lB6w7w5dFru4UGx/glzYWhEB6vac/hFEyza YmEI7Lrtgy8kN4i+tDOrNb8rPZySoSdcZHeoyecEVJ8ZyF1yT+OfVSto/tL+SOKGhmbg /5yOlcv4XtVOxE5YxLcXAJOPWMPOLZRuEvkG8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=OZVf4BlOCit7WKRrcOUlCUfkvxwfqfsLJypvJd1V88/2MRgrXXJAhhCG98xzc+cpfp uJyCsHWE4Y51zase7mix/kw5ivUf4K6jxRTm9UkVcWQiePqVl2fhSAfkLiPMAtiYOK5H qYMcCePR3GYqcF1WeWZJQJhVPm2qUdumeefcQ= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id 15mr51709ebc.4.1271881992392; Wed, 21 Apr 2010 13:33:12 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 21 Apr 2010 13:33:12 -0700 (PDT) Date: Wed, 21 Apr 2010 15:33:12 -0500 Message-ID: <[email protected]> Subject: Kerberos Can't Find Users From: Andrew Wiley <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=000e0cdffb525a50a00484c51ad4 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cdffb525a50a00484c51ad4 Content-Type: text/plain; charset=ISO-8859-1 I'm setting up an embedded ADS server, and I'm trying to get a KDC running as well, but for some reason the KDC can't find any users. I'm creating a partition in dc=wileynet,dc=org and adding uid=administrator,ou=Administrators,dc=wileynet,dc=org with the objectClasses account, posixAccount, andkrb5Principal. The entry winds up looking like this: ServerEntry dn[n]: uid=administrator,ou=Administrators,dc=wileynet,dc=org objectClass: krb5Principal objectClass: posixAccount objectClass: account objectClass: top uid: administrator krb5PrincipalName: [email protected] userPassword: (null) uidNumber: 1000 cn: administrator gidNumber: 1000 homeDirectory: I have also created a KdcServer with this code, where defaultSuffix is wileynet.org and getDN simply converts wileynet.org to dc=wileynet,dc=org KdcServer kdcServer = new KdcServer(); kdcServer.setDirectoryService(service); String temp = "krbtgt/" + defaultSuffix.toUpperCase() + "@" + defaultSuffix.toUpperCase(); System.out.println(temp); kdcServer.setKdcPrincipal(temp); temp = defaultSuffix.toUpperCase(); System.out.println(temp); kdcServer.setPrimaryRealm(temp); temp = getDN(defaultSuffix); System.out.println(temp); kdcServer.setSearchBaseDn(getDN(defaultSuffix)); kdcServer.setMaximumTicketLifetime(1000); kdcServer.setMaximumRenewableLifetime(2000); Transport kt = new UdpTransport(1088); kdcServer.addTransports(kt); kdcServer.setEncryptionTypes(EncryptionType.values()); try { kdcServer.start(); } catch (Exception e) { log.error("Failed to start Kerberos Server", e); } I've got all the printlns in there to prove that these values are being fed in: KdcPrincipal: [email protected] PrimaryRealm: WILEYNET.ORG SearchBaseDN: dc=wileynet,dc=org I then go to a console (I'm running Ubuntu), and try to run kinit [email protected] and see this on the command line: kinit: Client not found in Kerberos database while getting initial credentials and this in the ADS log: 160564 [NioDatagramAcceptor-3] WARN org.apache.directory.server.kerberos.protocol.KerberosProtocolHandler - Client not found in Kerberos database (6) Am I missing something here? Thanks, Andrew Wiley --000e0cdffb525a50a00484c51ad4-- From [email protected] Wed Apr 21 21:32:46 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 598 invoked from network); 21 Apr 2010 21:32:46 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Apr 2010 21:32:46 -0000 Received: (qmail 56984 invoked by uid 500); 21 Apr 2010 21:32:46 -0000 Delivered-To: [email protected] Received: (qmail 56910 invoked by uid 500); 21 Apr 2010 21:32:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 56902 invoked by uid 99); 21 Apr 2010 21:32:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 21:32:45 +0000 X-ASF-Spam-Status: No, hits=-1222.6 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 21 Apr 2010 21:32:44 +0000 Received: (qmail 170 invoked from network); 21 Apr 2010 21:32:21 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by 161.129.204.104 with SMTP; 21 Apr 2010 21:32:21 -0000 Message-ID: <[email protected]> Date: Wed, 21 Apr 2010 23:32:16 +0200 From: Stefan Seelmann <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20100411) MIME-Version: 1.0 To: [email protected] Subject: Re: Kerberos Can't Find Users References: <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Andrew Wiley wrote: > I'm setting up an embedded ADS server, and I'm trying to get a KDC running > as well, but for some reason the KDC can't find any users. I'm creating a > partition in dc=wileynet,dc=org and > adding uid=administrator,ou=Administrators,dc=wileynet,dc=org with the > objectClasses account, posixAccount, andkrb5Principal. The entry winds up > looking like this: > ServerEntry > dn[n]: uid=administrator,ou=Administrators,dc=wileynet,dc=org > objectClass: krb5Principal > objectClass: posixAccount > objectClass: account > objectClass: top > uid: administrator > krb5PrincipalName: [email protected] > userPassword: (null) > uidNumber: 1000 > cn: administrator > gidNumber: 1000 > homeDirectory: > > I have also created a KdcServer with this code, where defaultSuffix is > wileynet.org and getDN simply converts wileynet.org to dc=wileynet,dc=org > KdcServer kdcServer = new KdcServer(); > kdcServer.setDirectoryService(service); > String temp = "krbtgt/" + defaultSuffix.toUpperCase() + "@" > + defaultSuffix.toUpperCase(); > System.out.println(temp); > kdcServer.setKdcPrincipal(temp); > temp = defaultSuffix.toUpperCase(); > System.out.println(temp); > kdcServer.setPrimaryRealm(temp); > temp = getDN(defaultSuffix); > System.out.println(temp); > kdcServer.setSearchBaseDn(getDN(defaultSuffix)); > kdcServer.setMaximumTicketLifetime(1000); > kdcServer.setMaximumRenewableLifetime(2000); > Transport kt = new UdpTransport(1088); > kdcServer.addTransports(kt); > kdcServer.setEncryptionTypes(EncryptionType.values()); > try { > kdcServer.start(); > } catch (Exception e) { > log.error("Failed to start Kerberos Server", e); > } > I've got all the printlns in there to prove that these values are being fed > in: > KdcPrincipal: [email protected] > PrimaryRealm: WILEYNET.ORG > SearchBaseDN: dc=wileynet,dc=org > I then go to a console (I'm running Ubuntu), and try to run kinit > [email protected] and see this on the command line: > kinit: Client not found in Kerberos database while getting initial > credentials > and this in the ADS log: > 160564 [NioDatagramAcceptor-3] WARN > org.apache.directory.server.kerberos.protocol.KerberosProtocolHandler - > Client not found in Kerberos database (6) > > Am I missing something here? Please check the Kerberos configuration example [1]. You need to make the same settings when you configure the KDC programatically (I myself never tried this but want to do so at the weekend). Did you add the KeyDerivationInterceptor to the interceptor chain before adding your entry? Also try to enable debug log level for the kerberos server which is also described on [1]. Hopefully there will be more information what's going on. The last idea (since you embed the server) is to debug into the ApacheDS code using your IDE to see what's going on. Kind Regards, Stefan [1]http://directory.apache.org/apacheds/1.5/543-kerberos-in-apacheds-155.html PS: Unfortunately the code samples are broken, but they are visible in the HTML source ;-) From [email protected] Thu Apr 22 00:09:11 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84956 invoked from network); 22 Apr 2010 00:09:11 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Apr 2010 00:09:11 -0000 Received: (qmail 11176 invoked by uid 500); 22 Apr 2010 00:09:11 -0000 Delivered-To: [email protected] Received: (qmail 11120 invoked by uid 500); 22 Apr 2010 00:09:10 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 11112 invoked by uid 99); 22 Apr 2010 00:09:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Apr 2010 00:09:10 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO ey-out-2122.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Apr 2010 00:09:02 +0000 Received: by ey-out-2122.google.com with SMTP id d26so487964eyd.9 for <[email protected]>; Wed, 21 Apr 2010 17:08:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=ENGo0nS6En4rj3NC/cBm9iYi632JE5kP+LimDhYuJOc=; b=oqVxieCilz+o+EghwIYONvrZpUt693z3LREhZR3aH55Am3Baw39xepwrXjJGarzYUc 9tpRQnlD22Q6Z9gC9QJ/jIjsTBcasKVim4mfwsPToG7rgd16trpb0cNLjhplnN/VbQaZ cGwkwBAavMZi+d+v30zrciA7OdYJxQU/NY9Kw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Z3LrYUKJSUahTpZ6kKShIP4bupQNSxrj4ab4mBfgDJYMnDP4Fk+Xja2eo5m2euQlHY 5CnNXuAp8d8pldwpPp3uWK6W+Uh7xntXXrizcb1pcRA94YZXlFF/QLUNbBpupySp6dNr 9xzTY/TX+8HbN2VAqdXp94ln46jY7XmTlwTjw= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id x5mr104616ebd.24.1271894921893; Wed, 21 Apr 2010 17:08:41 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 21 Apr 2010 17:08:41 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Wed, 21 Apr 2010 19:08:41 -0500 Message-ID: <[email protected]> Subject: Re: Kerberos Can't Find Users From: Andrew Wiley <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=00148530ad9f02d8d40484c81d60 X-Virus-Checked: Checked by ClamAV on apache.org --00148530ad9f02d8d40484c81d60 Content-Type: text/plain; charset=ISO-8859-1 On Wed, Apr 21, 2010 at 4:32 PM, Stefan Seelmann <[email protected]>wrote: > > Please check the Kerberos configuration example [1]. You need to make > the same settings when you configure the KDC programatically (I myself > never tried this but want to do so at the weekend). > > Did you add the KeyDerivationInterceptor to the interceptor chain before > adding your entry? > That was the issue, it seems. For some reason, adding a KeyDerivationInterceptor to service.getInterceptors() doesn't work, but adding one to service.getInterceptorChain() works. However, how should I be setting passwords in my program? When I create users, I've been trying to just do this: entry.add("userPassword", password); But this results in a NPE when the KeyDerivationInterceptor tries to read the password from the new entry. If I add an entry manually though the Directory Studio, I now get this error from kinit: kinit: KDC has no support for padata type while getting initial credentials and this from ADS: 358279 [NioDatagramAcceptor-3] WARN org.apache.directory.server.kerberos.protocol.KerberosProtocolHandler - KDC has no support for padata type (16) and... what does that mean? I'll be looking around for it, but I've never seen the term padata before, and I've read a good bit on Kerberos. Thanks, Andrew Wiley --00148530ad9f02d8d40484c81d60-- From [email protected] Thu Apr 22 05:42:33 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50827 invoked from network); 22 Apr 2010 05:42:33 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Apr 2010 05:42:33 -0000 Received: (qmail 21708 invoked by uid 500); 22 Apr 2010 05:42:33 -0000 Delivered-To: [email protected] Received: (qmail 21494 invoked by uid 500); 22 Apr 2010 05:42:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 21486 invoked by uid 99); 22 Apr 2010 05:42:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Apr 2010 05:42:29 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO fg-out-1718.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Apr 2010 05:42:23 +0000 Received: by fg-out-1718.google.com with SMTP id d23so218805fga.1 for <[email protected]>; Wed, 21 Apr 2010 22:42:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=C4E32+qI/Cpjn12OyC1jwznFXfDF6KxfgZPlmG4fnfg=; b=jNT9IpdtPCekja79nWoHLP0e1A3cJVwt9AdUY1c2k1IPgzB9ngtwnbdVD1ETeakS/6 Si5pQk5Tfg3tnqLN483/+ZOyAeKF5I+lVerWWIRCOu2FFsQhbvqV8KQLw/uj+0a9+XcL WgQVsKaEI359rs8Ai6TTEVGRSqo3ejteZQn+Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=cDyRhCpNqur6a9QrLpaZ5cgTjIdfbz7N4VpjQyDlg5L+INan6hTL33PyZ7cyV7tGkH lrCIPPeCUerhWT7uDyCHOgZGkv5eS9Avuz1vC1ZL2HgOidOIXpqkarOGewL7O85mwN7p zmI8HfBjnXwqSCiooY2fNWX4KortIx8PQZsXE= MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Wed, 21 Apr 2010 22:42:02 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Thu, 22 Apr 2010 08:42:02 +0300 Received: by 161.129.204.104 with SMTP id 8mr855694hbr.114.1271914922756; Wed, 21 Apr 2010 22:42:02 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: Kerberos Can't Find Users From: Alex Karasulu <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=001485f5b18827cabe0484ccc57b X-Virus-Checked: Checked by ClamAV on apache.org --001485f5b18827cabe0484ccc57b Content-Type: text/plain; charset=ISO-8859-1 On Thu, Apr 22, 2010 at 3:08 AM, Andrew Wiley <[email protected]> wrote: > On Wed, Apr 21, 2010 at 4:32 PM, Stefan Seelmann <[email protected] > >wrote: > > > > Please check the Kerberos configuration example [1]. You need to make > > the same settings when you configure the KDC programatically (I myself > > never tried this but want to do so at the weekend). > > > > Did you add the KeyDerivationInterceptor to the interceptor chain before > > adding your entry? > > > > That was the issue, it seems. For some reason, adding a > KeyDerivationInterceptor to service.getInterceptors() doesn't work, but > adding one to service.getInterceptorChain() works. > This is because when you get the interceptor list from the service you're getting a cloned copy where your changes are not reflected in the actual list maintained by the service. The chain however is mutable. This reflects some shortcomings in this API and should be fixed so users do not have this problem again. > However, how should I be setting passwords in my program? When I create > users, I've been trying to just do this: > entry.add("userPassword", password); > But this results in a NPE when the KeyDerivationInterceptor tries to read > the password from the new entry. > If I add an entry manually though the Directory Studio, I now get this > error > from kinit: > kinit: KDC has no support for padata type while getting initial credentials > and this from ADS: > 358279 [NioDatagramAcceptor-3] WARN > org.apache.directory.server.kerberos.protocol.KerberosProtocolHandler - > KDC > has no support for padata type (16) > > and... what does that mean? I'll be looking around for it, but I've never > seen the term padata before, and I've read a good bit on Kerberos. > > You have a stack trace? > Thanks, > Andrew Wiley > -- Alex Karasulu My Blog acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b http://www.jroller.com/akarasulu/ Apache Directory Server acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b http://directory.apache.org Apache MINA acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b http://mina.apache.org To set up a meeting with me: http://tungle.me/AlexKarasulu --001485f5b18827cabe0484ccc57b-- From [email protected] Thu Apr 22 14:10:29 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94541 invoked from network); 22 Apr 2010 14:10:29 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Apr 2010 14:10:29 -0000 Received: (qmail 920 invoked by uid 500); 22 Apr 2010 14:10:29 -0000 Delivered-To: [email protected] Received: (qmail 851 invoked by uid 500); 22 Apr 2010 14:10:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 842 invoked by uid 99); 22 Apr 2010 14:10:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Apr 2010 14:10:28 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO ey-out-2122.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Apr 2010 14:10:21 +0000 Received: by ey-out-2122.google.com with SMTP id d26so592538eyd.9 for <[email protected]>; Thu, 22 Apr 2010 07:10:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=vT0WLlmhmfpbEroVI3QAYfazV+OtKNjEBLkQXTfRNE4=; b=fDirqQX3iFC8tYMXMj+uao1sbAloLbQ5iXZz3+d0QpV2vEur4GAEIl4ewSak28wCY+ nvqFdXgC9tL/qQNA/neCgTWrgnIItblHjyLN1QL+KaxnBoslTPCTLggLidWGFLvETFos EMIKf/yRuxX1xFvBNVqp4V4lXVebnjiMcxpRM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=MZq2O1iwt+PI17LdJFvhScPR0poch77VS2ucRltFKFroVp1yFlNm1M9K2Z5KHH/RWW a5UPT+lKCcOdp85hKkE2Q5otUQm1rWtJ6m0zTtP7xaDAgF8bnhTfPpjzwUhi55QWwwqp R+g0LeEOBqCivoyhg5tmw9EI+8/sgay5ugudc= MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Thu, 22 Apr 2010 07:10:00 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Thu, 22 Apr 2010 09:10:00 -0500 Received: by 161.129.204.104 with SMTP id h13mr4770953ebi.95.1271945400383; Thu, 22 Apr 2010 07:10:00 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: Kerberos Can't Find Users From: Andrew Wiley <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=00c09f8b93b1c37cc50484d3dd64 --00c09f8b93b1c37cc50484d3dd64 Content-Type: text/plain; charset=ISO-8859-1 On Thu, Apr 22, 2010 at 12:42 AM, Alex Karasulu <[email protected]> wrote: > > You have a stack trace? > Yes, it looks like this: Thread [NioDatagramAcceptor-3] (Suspended (exception KerberosException)) AuthenticationService.verifyEncryptedTimestamp(AuthenticationContext) line: 301 AuthenticationService.execute(AuthenticationContext) line: 107 KerberosProtocolHandler.messageReceived(IoSession, Object) line: 145 DefaultIoFilterChain$TailFilter.messageReceived(IoFilter$NextFilter, IoSession, Object) line: 713 DefaultIoFilterChain.callNextMessageReceived(IoFilterChain$Entry, IoSession, Object) line: 434 DefaultIoFilterChain.access$1200(DefaultIoFilterChain, IoFilterChain$Entry, IoSession, Object) line: 46 DefaultIoFilterChain$EntryImpl$1.messageReceived(IoSession, Object) line: 793 ProtocolCodecFilter$ProtocolDecoderOutputImpl.flush(IoFilter$NextFilter, IoSession) line: 375 ProtocolCodecFilter.messageReceived(IoFilter$NextFilter, IoSession, Object) line: 229 DefaultIoFilterChain.callNextMessageReceived(IoFilterChain$Entry, IoSession, Object) line: 434 DefaultIoFilterChain.access$1200(DefaultIoFilterChain, IoFilterChain$Entry, IoSession, Object) line: 46 DefaultIoFilterChain$EntryImpl$1.messageReceived(IoSession, Object) line: 793 DefaultIoFilterChain$HeadFilter(IoFilterAdapter).messageReceived(IoFilter$NextFilter, IoSession, Object) line: 119 DefaultIoFilterChain.callNextMessageReceived(IoFilterChain$Entry, IoSession, Object) line: 434 DefaultIoFilterChain.fireMessageReceived(Object) line: 426 NioDatagramAcceptor(AbstractPollingConnectionlessIoAcceptor<T,H>).readHandle(H) line: 436 NioDatagramAcceptor(AbstractPollingConnectionlessIoAcceptor<T,H>).processReadySessions(Iterator<H>) line: 407 AbstractPollingConnectionlessIoAcceptor<T,H>.access$600(AbstractPollingConnectionlessIoAcceptor, Iterator) line: 56 AbstractPollingConnectionlessIoAcceptor$Acceptor.run() line: 360 NamePreservingRunnable.run() line: 64 ThreadPoolExecutor.runWorker(ThreadPoolExecutor$Worker) line: 1110 ThreadPoolExecutor$Worker.run() line: 603 Thread.run() line: 636 The only way I can see that my initialization code is different from the config or annotation tests is that I explicitly add all forms of encryption to the KdcServer, and my KeyDerivationInterceptor is at the end of the chain instead of in the middle. It looks like the exception here is caused by a failure to decrypt an encrypted timestamp in the Kerberos request? I'm not really sure what's going on. Thanks, Andrew Wiley --00c09f8b93b1c37cc50484d3dd64-- From [email protected] Thu Apr 22 17:23:25 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66386 invoked from network); 22 Apr 2010 17:23:25 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Apr 2010 17:23:25 -0000 Received: (qmail 83831 invoked by uid 500); 22 Apr 2010 17:23:24 -0000 Delivered-To: [email protected] Received: (qmail 83763 invoked by uid 500); 22 Apr 2010 17:23:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 83755 invoked by uid 99); 22 Apr 2010 17:23:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Apr 2010 17:23:24 +0000 X-ASF-Spam-Status: No, hits=-1228.2 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 22 Apr 2010 17:23:23 +0000 Received: (qmail 66233 invoked from network); 22 Apr 2010 17:23:00 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Apr 2010 17:23:00 -0000 Message-ID: <[email protected]> Date: Thu, 22 Apr 2010 19:22:57 +0200 From: Stefan Seelmann <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20100411) MIME-Version: 1.0 To: [email protected] Subject: Re: Kerberos Can't Find Users References: <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Andrew Wiley wrote: > However, how should I be setting passwords in my program? When I create > users, I've been trying to just do this: > entry.add("userPassword", password); > But this results in a NPE when the KeyDerivationInterceptor tries to read > the password from the new entry. Please make sure that the password is binary, you could use StringTools.getBytesUtf8( String ). Do you have a stack trace of the NPE? > If I add an entry manually though the Directory Studio, I now get this error > from kinit: > kinit: KDC has no support for padata type while getting initial credentials > and this from ADS: > 358279 [NioDatagramAcceptor-3] WARN > org.apache.directory.server.kerberos.protocol.KerberosProtocolHandler - KDC > has no support for padata type (16) > > and... what does that mean? I'll be looking around for it, but I've never > seen the term padata before, and I've read a good bit on Kerberos. If you like to read RFCs: RFC 4120, section 5.2.7. Kind Regards, Stefan From [email protected] Thu Apr 22 20:07:13 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67541 invoked from network); 22 Apr 2010 20:07:13 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Apr 2010 20:07:13 -0000 Received: (qmail 68238 invoked by uid 500); 22 Apr 2010 20:07:13 -0000 Delivered-To: [email protected] Received: (qmail 68218 invoked by uid 500); 22 Apr 2010 20:07:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 68210 invoked by uid 99); 22 Apr 2010 20:07:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Apr 2010 20:07:12 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ew0-f220.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Apr 2010 20:07:04 +0000 Received: by ewy20 with SMTP id 20so2793229ewy.1 for <[email protected]>; Thu, 22 Apr 2010 13:06:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=jZLj2dH7rap4vaXO+urmHzYNSPDbLNteMRNFv1qDbg4=; b=W9hAnnA016FcTnRizlhGWhYYkPyArKhNqLaCHUZRbKB9kVR6Jt9Bfo3MwQk8FOtXmU d9S3SzznsaUE2TdyDJ40O5xOpZaohjYKa3oUimBTJxCe4FD7VtEjqtYXXPdFejwj+siq pNdCZwBGFv0ryPL53k7uhsO0La3yZ932S3GfM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=n2dD2Tf1u6aJ3HkMFECFsWeUxm/Ujy3u7Lkuv63lGLhNhmCVK3mbhdYB2MTqxk9gjm LOwT4yS3vsSUnl3ZNVWFiIk6Be0CY9q55fYCZVaPSDdqZ/Epf0YC9b91TZgNuh7ndM5y YDF4kwE2r/B4d6ySQj3lz47rkHW1pTWjDN3Vw= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id s5mr413428ebf.99.1271966804144; Thu, 22 Apr 2010 13:06:44 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 22 Apr 2010 13:06:44 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Thu, 22 Apr 2010 15:06:44 -0500 Message-ID: <[email protected]> Subject: Re: Kerberos Can't Find Users From: Andrew Wiley <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=00148530b91286f2830484d8d9cb X-Virus-Checked: Checked by ClamAV on apache.org --00148530b91286f2830484d8d9cb Content-Type: text/plain; charset=ISO-8859-1 On Thu, Apr 22, 2010 at 12:22 PM, Stefan Seelmann <[email protected]>wrote: > > Please make sure that the password is binary, you could use > StringTools.getBytesUtf8( String ). > That method doesn't seem to exist, but this seems to work: entry.add("userPassword", password.getBytes()); Do you have a stack trace of the NPE? > Yes: [email protected](KeyDerivationInterceptor.java:141) at org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.add(InterceptorChain.java:1197) at org.apache.directory.server.core.journal.JournalInterceptor.add(JournalInterceptor.java:129) at org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.add(InterceptorChain.java:1197) at org.apache.directory.server.core.trigger.TriggerInterceptor.add(TriggerInterceptor.java:284) at org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.add(InterceptorChain.java:1197) at org.apache.directory.server.core.event.EventInterceptor.add(EventInterceptor.java:152) at org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.add(InterceptorChain.java:1197) at org.apache.directory.server.core.collective.CollectiveAttributeInterceptor.add(CollectiveAttributeInterceptor.java:354) at org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.add(InterceptorChain.java:1197) at org.apache.directory.server.core.subtree.SubentryInterceptor.add(SubentryInterceptor.java:581) at org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.add(InterceptorChain.java:1197) at org.apache.directory.server.core.schema.SchemaInterceptor.add(SchemaInterceptor.java:1733) at org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.add(InterceptorChain.java:1197) at org.apache.directory.server.core.operational.OperationalAttributeInterceptor.add(OperationalAttributeInterceptor.java:241) at org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.add(InterceptorChain.java:1197) at org.apache.directory.server.core.changelog.ChangeLogInterceptor.add(ChangeLogInterceptor.java:109) at org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.add(InterceptorChain.java:1197) at org.apache.directory.server.core.exception.ExceptionInterceptor.add(ExceptionInterceptor.java:212) at org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.add(InterceptorChain.java:1197) at org.apache.directory.server.core.interceptor.BaseInterceptor.add(BaseInterceptor.java:130) at org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.add(InterceptorChain.java:1197) at org.apache.directory.server.core.authz.AciAuthorizationInterceptor.add(AciAuthorizationInterceptor.java:436) at org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.add(InterceptorChain.java:1197) at org.apache.directory.server.core.referral.ReferralInterceptor.add(ReferralInterceptor.java:243) at org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.add(InterceptorChain.java:1197) at org.apache.directory.server.core.authn.AuthenticationInterceptor.add(AuthenticationInterceptor.java:213) at org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.add(InterceptorChain.java:1197) at org.apache.directory.server.core.normalization.NormalizationInterceptor.add(NormalizationInterceptor.java:118) at org.apache.directory.server.core.interceptor.InterceptorChain.add(InterceptorChain.java:757) at org.apache.directory.server.core.DefaultOperationManager.add(DefaultOperationManager.java:261) at org.apache.directory.server.core.DefaultCoreSession.add(DefaultCoreSession.java:145) at org.apache.directory.server.core.DefaultCoreSession.add(DefaultCoreSession.java:122) at org.wileynet.slinad.embedded.EmbeddedADS.addUser(EmbeddedADS.java:255) at org.wileynet.slinad.embedded.EmbeddedADS.populateDirectory(EmbeddedADS.java:228) at org.wileynet.slinad.embedded.EmbeddedADS.addDefaultSuffixIfNotAvailable(EmbeddedADS.java:215) at org.wileynet.slinad.embedded.EmbeddedADS.<init>(EmbeddedADS.java:135) at org.wileynet.slinad.embedded.EmbeddedADS.main(EmbeddedADS.java:341) > > > If I add an entry manually though the Directory Studio, I now get this > error > > from kinit: > > kinit: KDC has no support for padata type while getting initial > credentials > > and this from ADS: > > 358279 [NioDatagramAcceptor-3] WARN > > org.apache.directory.server.kerberos.protocol.KerberosProtocolHandler - > KDC > > has no support for padata type (16) > > > > and... what does that mean? I'll be looking around for it, but I've never > > seen the term padata before, and I've read a good bit on Kerberos. > > If you like to read RFCs: RFC 4120, section 5.2.7. > I sometimes enjoy reading RFC's, but I always hate how they're raw text documents that have built-in pagination. That always seemed like a bad idea to me. </RandomComplaint> I'll take a look. Thanks, Andrew Wiley --00148530b91286f2830484d8d9cb-- From [email protected] Thu Apr 22 20:54:13 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94844 invoked from network); 22 Apr 2010 20:54:13 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Apr 2010 20:54:13 -0000 Received: (qmail 56097 invoked by uid 500); 22 Apr 2010 20:54:13 -0000 Delivered-To: [email protected] Received: (qmail 56074 invoked by uid 500); 22 Apr 2010 20:54:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 56066 invoked by uid 99); 22 Apr 2010 20:54:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Apr 2010 20:54:13 +0000 X-ASF-Spam-Status: No, hits=3.1 required=10.0 tests=AWL,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ew0-f220.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Apr 2010 20:54:07 +0000 Received: by ewy20 with SMTP id 20so2814879ewy.1 for <[email protected]>; Thu, 22 Apr 2010 13:53:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=XtocE9P5PaKiCo+BTaqEen2l7UAfN2LEPEuIMWnKG10=; b=DMiWjoxb2mdNhK50fGF6ANMa72PpxWE6Cut2U+qHa//JV04S5eAfFr0XpEBSAh5BWq n2ShSNdlY3sGsx136XHOprhp5a6XjzEzZzu3CFRfzGr5lObIDHx9ZTjERMv1PqqQZNFB NgxdZ91drCS/2UYmoi6xiMDfhabREm/2IdIsU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Orl0kdv9+n09EuW9yn24GxpGwGmnThlVesXmXFwwjk0PBLxapCbptN9mSNgJXMjlMR utf+QsndDarduXphUF2yRalPeeyzgPWil8KiqMKxA/u969ZFSU6N7cj6X/R1zu0l6P9z n/PxOnd1xcMzRKQDJdeOUcgh4se30fbsRPcoc= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id t10mr439399ebg.78.1271969625350; Thu, 22 Apr 2010 13:53:45 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 22 Apr 2010 13:53:45 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Thu, 22 Apr 2010 15:53:45 -0500 Message-ID: <[email protected]> Subject: Re: Kerberos Can't Find Users From: Andrew Wiley <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=001636025ec3af239d0484d981fc --001636025ec3af239d0484d981fc Content-Type: text/plain; charset=ISO-8859-1 On Thu, Apr 22, 2010 at 3:06 PM, Andrew Wiley <[email protected]> wrote: > On Thu, Apr 22, 2010 at 12:22 PM, Stefan Seelmann <[email protected]>wrote: > >> > and... what does that mean? I'll be looking around for it, but I've >> never >> > seen the term padata before, and I've read a good bit on Kerberos. >> >> If you like to read RFCs: RFC 4120, section 5.2.7. >> > > > Well, I don't really know what's going on, but everything works if I just run: kdcServer.setPaEncTimestampRequired(false); The default time limits from the example also seem to cause problems, but I've got everything working now. Thanks, Andrew Wiley --001636025ec3af239d0484d981fc-- From [email protected] Thu Apr 22 21:33:56 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14629 invoked from network); 22 Apr 2010 21:33:56 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Apr 2010 21:33:56 -0000 Received: (qmail 6370 invoked by uid 500); 22 Apr 2010 21:33:56 -0000 Delivered-To: [email protected] Received: (qmail 6321 invoked by uid 500); 22 Apr 2010 21:33:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 6313 invoked by uid 99); 22 Apr 2010 21:33:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Apr 2010 21:33:56 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ww0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Apr 2010 21:33:48 +0000 Received: by wwb13 with SMTP id 13so2959838wwb.37 for <[email protected]>; Thu, 22 Apr 2010 14:33:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=yUJM+RapuAekBEyrgyygs/kU40fevtf7yA+N3bNCKLo=; b=wxFP9F60oIJkZZOJHI+CBBfc9qgnLBBchLf52UrtRnuT4nd7OhkpYPCCx+OJxwbOhx 2zRiyHQzCKGqSDSfyELLYCQBre3uJMtpDo0Z4kgqj+uolywltzePytGIO8BGHrVCPGv5 w/y7wEz8uDftML7P0tl3Np0BwR95kdVgMoclM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=mAaQH5gA25TN3OxmPEt3Okd+3j9zpyRxximMSy0lOWMg3Jw25c29zio2uTy4u3I4A2 I0FGhO82oTL73u+PXvFDJUj5jQ4mP08pP7trVT8feYpOrbX5bNRMbF9uAgi9ew0G/O/d oKWs2cJd0kDwAFm80UUjSCIKyTV6RaMdu65dw= Received: by 161.129.204.104 with SMTP id d62mr1551411wef.211.1271972007407; Thu, 22 Apr 2010 14:33:27 -0700 (PDT) Received: from emmanuel-lecharnys-MacBook-Pro.local (vol75-3-82-66-216-176.fbx.proxad.net [161.129.204.104]) by mx.google.com with ESMTPS id t27sm2733793wbc.17.2161.129.204.104.33.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 22 Apr 2010 14:33:25 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 22 Apr 2010 23:33:24 +0200 From: Emmanuel Lecharny <[email protected]> Reply-To: [email protected] User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:161.129.204.104) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: [email protected] Subject: Re: Kerberos Can't Find Users References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org > > On Thu, Apr 22, 2010 at 12:22 PM, Stefan Seelmann<[email protected]>wrote: > >> Please make sure that the password is binary, you could use >> StringTools.getBytesUtf8( String ). >> >> > That method doesn't seem to exist, it does, in shared-ldap jar. > but this seems to work: > entry.add("userPassword", password.getBytes()); > It's not suffisant : it's system dependent. If your local is not UTF-8, you may get some bad surprise... Or you can use : try { entry.add("userPassword", password.getBytes( "UTF-8" ) } catch ( UnsupportedEncodingException uee ) { throw new RuntimeException( uee ); } -- Regards, Cordialement, Emmanuel Lécharny www.nextury.com From [email protected] Fri Apr 23 17:16:04 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7617 invoked from network); 23 Apr 2010 17:16:04 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 23 Apr 2010 17:16:04 -0000 Received: (qmail 85344 invoked by uid 500); 23 Apr 2010 17:09:24 -0000 Delivered-To: [email protected] Received: (qmail 85298 invoked by uid 500); 23 Apr 2010 17:09:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 85290 invoked by uid 99); 23 Apr 2010 17:09:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Apr 2010 17:09:24 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=10.0 tests=AWL,FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-wy0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Apr 2010 17:09:18 +0000 Received: by wyf19 with SMTP id 19so3437648wyf.37 for <[email protected]>; Fri, 23 Apr 2010 10:08:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=X/fUxBsB+7oW+AqOGtBHhYaX7j23OUqvgS8dU4CySjI=; b=AalICWUP5Nh8RRPfu0/p/1+EBTAdogT1uQkZm/ZGJqw/ZDRBa08u869hlHugmPHk+i 9K8FywoiY93a8PogK4TyNlJHWYFJQfeUwfwdo2YSue5t6mfWj1JdCEK7xyG2ZnwQEDtk 9O0I8xVTzfrsxF52yXy6qJ+ogw63yO/s8ePvY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=PZSe2n9J2Co4uTysFtqqZwlwNYlmB4YHtSjNapFI0I4vT6Av1P6zWSoP9VcqxnbK1v K5QgJf2YWXUggcb7S5IaTFCPE+odT7L+cO/UlMH5Y19JocCEXZybAL8XD9kuH/MfqndE q0fiCMW556I/HgsH9eTYVDyBY618mai+d1IKc= Received: by 161.129.204.104 with SMTP id c43mr449825wef.151.1272042536615; Fri, 23 Apr 2010 10:08:56 -0700 (PDT) Received: from emmanuel-lecharnys-MacBook-Pro.local (vol75-3-82-66-216-176.fbx.proxad.net [161.129.204.104]) by mx.google.com with ESMTPS id x14sm1537770wbs.6.2161.129.204.104.08.55 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 23 Apr 2010 10:08:55 -0700 (PDT) Message-ID: <[email protected]> Date: Fri, 23 Apr 2010 19:08:53 +0200 From: Emmanuel Lecharny <[email protected]> Reply-To: [email protected] User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:161.129.204.104) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: [email protected] Subject: Re: Alias Example References: <{{EMAIL+PHONE}}> In-Reply-To: <{{EMAIL+PHONE}}> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit > > Can someone provide me with instructions on how to add an alias? I can't get it working. > > Can you provide some informations about what you are exactly trying to do, and how you are doing it ? Plus some informations about the version you are using could be helpful. -- Regards, Cordialement, Emmanuel Lécharny www.nextury.com From [email protected] Fri Apr 23 17:24:13 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14253 invoked from network); 23 Apr 2010 17:24:13 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 23 Apr 2010 17:24:13 -0000 Received: (qmail 67278 invoked by uid 500); 23 Apr 2010 16:57:33 -0000 Delivered-To: [email protected] Received: (qmail 67214 invoked by uid 500); 23 Apr 2010 16:57:32 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 62655 invoked by uid 99); 23 Apr 2010 16:53:02 -0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1272041550; bh=WzX/0v0/YhH8OKyezpD8SnWpBIbvyDfwllqgSEvHjnc=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=vVRQJaVmE5Xu7ToOWOvWB1VuMR0VGXJE/FYoiQ8JeDLy+yfy6MDzyiRHMk8Krbi5GChf6rXeODet65v/7Q2xwq/DhvXFvF+T9qzPgwWokzMsMmdvRKSlBxCB41Ht0AEpldq2aS0mjNHu2iJwKkwjs8uSyCqFaLKElvwZoFgDRc8= DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=HWHonsC6m84Zh302YNBuZqzEZfxnEEVqzfRbqHH+LazPFrpmyH8y+IgmHpgUx6wp1aV1UjZ7JwoXQCjZyWq47FLZClFN3vCKUdPe7zdkIsS5EY4/CwQ5M2ewRw08EJOu/1ZekiNXrm+f5DWlgwND8jmH26AwAU1cFweYvvu6i5Q=; Message-ID: <{{EMAIL+PHONE}}> X-YMail-OSG: xyjbvFsVM1l.CADeAwYKeZkwYgt7ThqTvY0_9G2WAOFeU3U tlpXBOO3l8jDtyvbGb6cscpdHFwKIh.WL_IS0RK04IO4Zy5hJBdXOAXV43ui 4X_jCPgQuAeoHeSZteULcy4A1JbJ7mTHkwvzS4iMo49w4on3MK1axuh7ifpA qOHseQwlTlDoVf55q8oqnW2IjUyaHp7FDYl5.5nrODD7tzZbWvfZ24kin2i2 O8YeVrtOCe.ssiJLxEWx3ZHuWjyYwGj3Km4ZaOaLJnC8_n85vGGeAvqD1WoE fsBk4ShszEmk5DikBZoP9chnH0TgKm29oPqweW.Hsav9zg1Iouf2zgw-- X-Mailer: YahooMailClassic/10.1.9 YahooMailWebService/161.129.204.1047879 Date: Fri, 23 Apr 2010 09:52:30 -0700 (PDT) From: Gary <[email protected]> Subject: Alias Example To: [email protected] MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-161095868-1272041550=:38455" X-Virus-Checked: Checked by ClamAV on apache.org --0-161095868-1272041550=:38455 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Can someone provide me with instructions on how to add an alias?=A0 I can't= get it working. Thanks, Gary --0-161095868-1272041550=:38455-- From [email protected] Mon Apr 26 07:38:56 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87311 invoked from network); 26 Apr 2010 07:38:56 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 26 Apr 2010 07:38:56 -0000 Received: (qmail 22411 invoked by uid 500); 26 Apr 2010 07:38:56 -0000 Delivered-To: [email protected] Received: (qmail 22213 invoked by uid 500); 26 Apr 2010 07:38:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 22202 invoked by uid 99); 26 Apr 2010 07:38:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Apr 2010 07:38:53 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=AWL,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO heimdall.m-net.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Apr 2010 07:38:46 +0000 Received: from tyr.m-net.de (tyr.m-net.de [161.129.204.104]) by heimdall-cl01-intern.m-net.de with ESMTP id o3Q7cPhk082271 for <[email protected]>; Mon, 26 Apr 2010 09:38:25 +0200 (CEST) Received: from mnetmx05.ntmnet.m-net.de (mnetmx05.ntmnet.m-net.de [161.129.204.104]) by tyr.m-net.de (Postfix) with ESMTP id 9B997416041 for <[email protected]>; Mon, 26 Apr 2010 09:38:25 +0200 (CEST) Received: from mnetmx23.ntmnet.m-net.de ([161.129.204.104]) by mnetmx05.ntmnet.m-net.de with Microsoft SMTPSVC(812)573-8866); Mon, 26 Apr 2010 09:38:25 +0200 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01CAE513.74AE91C0" Subject: Problem using custom scheme with Apache Directory Studio X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Mon, 26 Apr 2010 09:38:25 +0200 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problem using custom scheme with Apache Directory Studio thread-index: AcrlE3ST92qUflFrSiiUTwio5/vgCw== From: =?iso-8859-1?Q?Weish=E4upl=2EFrederik?= <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 26 Apr 2010 07:38:25.0809 (UTC) FILETIME=[74ACA010:01CAE513] ------_=_NextPart_001_01CAE513.74AE91C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I've a question regarding adding my own custom schema "Kunde" in Apache = Directory 1.5.6. I created a custom objectclass 'Kunden' with a custom = attribute 'customerId': Objectclass 'Kunden': objectclass ( 161.129.204.104.161.129.204.104.1=20 NAME 'kunden'=20 STRUCTURAL=20 MAY customerId=20 ) Attributetype 'customerId': attributetype ( 161.129.204.104.161.129.204.104.0=20 NAME 'customerId'=20 EQUALITY caseIgnoreMatch=20 SUBSTR caseIgnoreSubstringsMatch=20 SYNTAX 161.129.204.104.4.1.14161.129.204.104.15=20 SINGLE-VALUE=20 ) I imported the new schema to Apache Directory successfully. In Apache = Directory Studio I can see my new scheme under ou=3Dschema,cn=3Dkunde. Unfortunately I'm not able to select my new objectclass when I try to = add a new LDAP Entry with Apache Directory Studio. Even in the scheme = browser I can't find it. Any suggestions? Thx a lot in advance. ------_=_NextPart_001_01CAE513.74AE91C0-- From [email protected] Mon Apr 26 07:52:34 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94002 invoked from network); 26 Apr 2010 07:52:34 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 26 Apr 2010 07:52:34 -0000 Received: (qmail 34966 invoked by uid 500); 26 Apr 2010 07:52:34 -0000 Delivered-To: [email protected] Received: (qmail 34754 invoked by uid 500); 26 Apr 2010 07:52:31 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 34744 invoked by uid 99); 26 Apr 2010 07:52:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Apr 2010 07:52:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 26 Apr 2010 07:52:28 +0000 Received: (qmail 93804 invoked from network); 26 Apr 2010 07:52:06 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by 161.129.204.104 with SMTP; 26 Apr 2010 07:52:06 -0000 Message-ID: <[email protected]> Date: Mon, 26 Apr 2010 09:52:05 +0200 From: Stefan Seelmann <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20100411) MIME-Version: 1.0 To: [email protected] Subject: Re: Problem using custom scheme with Apache Directory Studio References: <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Frederik, Weishäupl.Frederik schrieb: > Hi, > > I've a question regarding adding my own custom schema "Kunde" in Apache Directory 1.5.6. I created a custom objectclass 'Kunden' with a custom attribute 'customerId': > > Objectclass 'Kunden': > objectclass ( 161.129.204.104.161.129.204.104.1 > NAME 'kunden' > STRUCTURAL > MAY customerId > ) > > Attributetype 'customerId': > attributetype ( 161.129.204.104.161.129.204.104.0 > NAME 'customerId' > EQUALITY caseIgnoreMatch > SUBSTR caseIgnoreSubstringsMatch > SYNTAX 161.129.204.104.4.1.14161.129.204.104.15 > SINGLE-VALUE > ) > > I imported the new schema to Apache Directory successfully. In Apache Directory Studio I can see my new scheme under ou=schema,cn=kunde. > > Unfortunately I'm not able to select my new objectclass when I try to add a new LDAP Entry with Apache Directory Studio. Even in the scheme browser I can't find it. > > Any suggestions? Thx a lot in advance. Please try to reload the schema from the server: - press the reload button in the schema browser [1] or - press the reload button in the object class selection of the new entry wizard [2] Also make sure that your schema isn't disabled (no m-disabled:TRUE in cn=kunde,ou=schema). Hope that helps, Stefan [1]http://directory.apache.org/studio/static/users_guide/ldap_browser/images/tools_schema_browser_1.png [2]http://directory.apache.org/studio/static/users_guide/ldap_browser/images/tools_newentry_wizard_2.png From [email protected] Mon Apr 26 08:09:16 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1849 invoked from network); 26 Apr 2010 08:09:16 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 26 Apr 2010 08:09:16 -0000 Received: (qmail 44072 invoked by uid 500); 26 Apr 2010 08:09:16 -0000 Delivered-To: [email protected] Received: (qmail 43936 invoked by uid 500); 26 Apr 2010 08:09:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 43928 invoked by uid 99); 26 Apr 2010 08:09:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Apr 2010 08:09:13 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO heimdall.m-net.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Apr 2010 08:09:06 +0000 Received: from tyr.m-net.de (tyr.m-net.de [161.129.204.104]) by heimdall-cl01-intern.m-net.de with ESMTP id o3Q88jTM083786 for <[email protected]>; Mon, 26 Apr 2010 10:08:45 +0200 (CEST) Received: from mnetmx05.ntmnet.m-net.de (mnetmx05.ntmnet.m-net.de [161.129.204.104]) by tyr.m-net.de (Postfix) with ESMTP id 7D9C2416043 for <[email protected]>; Mon, 26 Apr 2010 10:08:45 +0200 (CEST) Received: from mnetmx23.ntmnet.m-net.de ([161.129.204.104]) by mnetmx05.ntmnet.m-net.de with Microsoft SMTPSVC(812)573-8866); Mon, 26 Apr 2010 10:08:45 +0200 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: AW: Problem using custom scheme with Apache Directory Studio X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Mon, 26 Apr 2010 10:08:45 +0200 Message-ID: <[email protected]> In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problem using custom scheme with Apache Directory Studio thread-index: AcrlFXNsbat/W4PSR12GoR/330cb0QAAiEXQ From: =?iso-8859-1?Q?Weish=E4upl=2EFrederik?= <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 26 Apr 2010 08:08:45.0692 (UTC) FILETIME=[B168BBC0:01CAE517] X-Virus-Checked: Checked by ClamAV on apache.org Works like a charm :-) Thx for your quick help. -----Urspr=FCngliche Nachricht----- Von: Stefan Seelmann [mailto:[email protected]]=20 Gesendet: Montag, 26. April 2010 09:52 An: [email protected] Betreff: Re: Problem using custom scheme with Apache Directory Studio Hi Frederik, Weish=E4upl.Frederik schrieb: > Hi, >=20 > I've a question regarding adding my own custom schema "Kunde" in=20 > Apache Directory 1.5.6. I created a custom objectclass 'Kunden' with a = > custom attribute 'customerId': >=20 > Objectclass 'Kunden': > objectclass ( 161.129.204.104.161.129.204.104.1=20 > NAME 'kunden'=20 > STRUCTURAL=20 > MAY customerId > ) >=20 > Attributetype 'customerId': > attributetype ( 161.129.204.104.161.129.204.104.0=20 > NAME 'customerId'=20 > EQUALITY caseIgnoreMatch=20 > SUBSTR caseIgnoreSubstringsMatch=20 > SYNTAX 161.129.204.104.4.1.14161.129.204.104.15=20 > SINGLE-VALUE > ) >=20 > I imported the new schema to Apache Directory successfully. In Apache=20 > Directory Studio I can see my new scheme under ou=3Dschema,cn=3Dkunde. >=20 > Unfortunately I'm not able to select my new objectclass when I try to=20 > add a new LDAP Entry with Apache Directory Studio. Even in the scheme=20 > browser I can't find it. >=20 > Any suggestions? Thx a lot in advance. Please try to reload the schema from the server: - press the reload button in the schema browser [1] or - press the reload button in the object class selection of the new entry = wizard [2] Also make sure that your schema isn't disabled (no m-disabled:TRUE in = cn=3Dkunde,ou=3Dschema). Hope that helps, Stefan [1]http://directory.apache.org/studio/static/users_guide/ldap_browser/ima= ges/tools_schema_browser_1.png [2]http://directory.apache.org/studio/static/users_guide/ldap_browser/ima= ges/tools_newentry_wizard_2.png From [email protected] Tue Apr 27 06:40:20 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16692 invoked from network); 27 Apr 2010 06:40:20 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 27 Apr 2010 06:40:20 -0000 Received: (qmail 84044 invoked by uid 500); 27 Apr 2010 06:40:20 -0000 Delivered-To: [email protected] Received: (qmail 83797 invoked by uid 500); 27 Apr 2010 06:40:18 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 83534 invoked by uid 99); 27 Apr 2010 06:40:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Apr 2010 06:40:16 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-fx0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Apr 2010 06:40:08 +0000 Received: by fxm20 with SMTP id 20so207477fxm.37 for <multiple recipients>; Mon, 26 Apr 2010 23:39:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=93NNzS6K7+e1svIWgvT44HxzCR2G33Q/YPkqXDkyaec=; b=cJaa3jS1wt+bjZkwv+4MbQJRsAvL0kneo3q1xdUHyZ7fArNaML42Qg/a5EJKzyNdX2 ldoNVgecxkDuJoko8Z0wEknws8gTm9uRjv3zigY3dUfZ40oVAL830DxJl1w6SbT4cVxj 8rZeu4x9+L850Pd6bUD36C0zV02kJU95oeIR8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=lhtI/zikfNmSP/OugIgRARLwa4pFPxTYiLhaHRSXAILTkbvbjAzbjcrJiAKed6kzsW F2yAFE07juvSE2bh8Rigc0mfoa/TL2uakGbfq9oJlMW34uQuV2uAD7PlyAMr034Dt4ze pNEJB1VD/Iu03Ufsu1NzSqUFBhmCYuMxrr33Q= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id a20mr1530475fgl.67.1272350388317; Mon, 26 Apr 2010 23:39:48 -0700 (PDT) Sender: [email protected] Received: by 161.129.204.104 with HTTP; Mon, 26 Apr 2010 23:39:48 -0700 (PDT) Date: Tue, 27 Apr 2010 09:39:48 +0300 X-Google-Sender-Auth: 369b078be8fcaa6c Message-ID: <[email protected]> Subject: [ANNOUNCE] Apache Directory Server 1.5.7 released ! From: Kiran Ayyagari <[email protected]> To: [email protected], Apache Directory Developers List <[email protected]>, [email protected] Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org hi All, Apache Directory team is pleased to announce the release of Apache Directory Server version 1.5.7, this is mainly a bug fix release, which fixes a critical bug related to accessing schema[1]. Downloads are available at http://directory.apache.org/apacheds/1.5/downloads.html What's new ? * The partition inheritance structure has been refactored to make implementing new partitions easy Release Notes Bug * [DIRSERVER-1488] - Accessing schema over JNDI delivers wrong values for mandatory/available attributes Task * [DIRSERVER-1483] - Refactor the Partition inheritence scheme [1] https://issues.apache.org/jira/browse/DIRSERVER-1488 The Apache Directory Team From [email protected] Tue Apr 27 16:39:15 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94676 invoked from network); 27 Apr 2010 16:39:15 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 27 Apr 2010 16:39:15 -0000 Received: (qmail 12214 invoked by uid 500); 27 Apr 2010 16:39:15 -0000 Delivered-To: [email protected] Received: (qmail 12166 invoked by uid 500); 27 Apr 2010 16:39:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 3580 invoked by uid 99); 27 Apr 2010 16:35:11 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=nRW4Zy/sfhFhDUSP1k0x6o4oCt0Bgmg+PVxQjiV9iSI=; b=v2vX7cykAHFz313CFw3h5OrlIcTXbWYoG6SazIITEiQgCMUxipaSMYdXZqe80d0HnJ 885iDlSiiIAoe6IP+N12bgZJzMj3S38ggOVNgxBDNM9zmdVt1EYIHNyrnE70tsTnnwwf 8vrfixuKT0shixF0T31z9fH+wP0pcVq8QFOQo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=jQjvVDts+6mh33U1WxY4hQVF3MK1H9YO6eJjnAvDoWKhsPt+LwxaPaS3SiefpeBWKC 2p5hO8le8V7wfn3jqthSJuA5DKchgCqsc+BHXgqM5HygtXYwEygKcvT5Cf2fkaYc6eNc dC9qfx1jBd42rpMGClUjltZ9vXn8fRgYt2m9s= From: Pieter Neerincx <[email protected]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Re: [ApacheDS] Ceritficate for StartTLS Date: Tue, 27 Apr 2010 18:34:38 +0200 Message-Id: <[email protected]> To: [email protected] Mime-Version: 1.0 (Apple Message framework v1078) X-Mailer: Apple Mail (2.1078) X-Virus-Checked: Checked by ClamAV on apache.org Hi Stefan, I'm having the same problem and learned the hard way that storing the = certificate + private key in the DS is not a smart thing to do. If you = make a mistake as I apparently did, the server will refuse to start, so = I basically locked myself out. Or at least I don't know how to change = the values without Apache Directory Studio. Fortunately that was just a = test instance and no production server (yet) :). I have an OpenSSL = certificate, which I managed to convert into a keystore that I hope I = can use with a future version of ApacheDS, but for the time being I = would appreciate any advise on how to extract the certificate + keys = from the keystore in the right format for the Admin Entry... Cheers, Pieter > Stefan Seelmann wrote on Wed, 06 Jan 2010 04:29:18 -0800 >=20 > Hi Matthias, >=20 > Matthias Cramer wrote: >=20 > As it looks like, the starttls extension does not honor the = keystore > configured in the ldapServer config. >=20 > Yes, you are right. I just checked the source code and the configured = keystore in server.xml isn't used for StartTLS extended operation :-/ >=20 > You could find the certificate and key that is use in the Admin Entry = (uid=3Dadmin,ou=3Dsystem): >=20 > dn: uid=3Dadmin,ou=3Dsystem > keyAlgorithm: RSA > privateKeyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b ... > privateKeyFormat: PKCS#8 > publicKeyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b ... > publicKeyFormat: X.509 > userCertificatacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b ... > ... >=20 >=20 > What you need to do is to extract the private key, public key and = certificate from your keystore and replace the attributes privateKey, = publicKey and userCertificate with those guys. You could use Portacle = and OpenSSL to extract those information. If you need further help don't = hesitate to ask. >=20 > Not very user friendly right now... >=20 > Kind Regards, > Stefan ------------------------------------------------------------- mobile: (812)573-8866 e-mail: [email protected] skype: pieter.online ------------------------------------------------------------- From [email protected] Wed Apr 28 09:14:29 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10954 invoked from network); 28 Apr 2010 09:14:29 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 28 Apr 2010 09:14:29 -0000 Received: (qmail 49893 invoked by uid 500); 28 Apr 2010 09:14:29 -0000 Delivered-To: [email protected] Received: (qmail 49688 invoked by uid 500); 28 Apr 2010 09:14:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <users.directory.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 49680 invoked by uid 99); 28 Apr 2010 09:14:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Apr 2010 09:14:26 +0000 X-ASF-Spam-Status: No, hits=4.7 required=10.0 tests=FREEMAIL_FROM,FREEMAIL_REPLY,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO fg-out-1718.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Apr 2010 09:14:19 +0000 Received: by fg-out-1718.google.com with SMTP id d23so3670118fga.1 for <[email protected]>; Wed, 28 Apr 2010 02:13:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=SHdqbiBnURPWmj7NPMlyQ1qDA9sWDXFV6hxauZjOiwo=; b=rRO+Bx3OkcYXwMVLvLMVMt8kYYcBdRfF9mrigmlqJnOqPObnDZ0bouGXndPNehXwPY oK31xXoc/0uADmXmDQmu0fjR+Dyv688j3LD3eEsGG/NOLDPNrjqxLW1KoJ1yzb16/HvZ xDg9g9aLSjcvFPOwchrd12KBjC7U5KzZUAuuU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=mPVDlmEe4kp9BGo4MXy+d3QwktAxiw1wi6YeJ1Bvl3P/WCmiibMo8mPopYMwNUn8Hn OH9L+hRaGmvPidpxMV8Kd5Z+o+k5NzYmgI1IB5lEuTTW+6VR3cIEarEa0xvvXJ+G50Tm JW1W3Bo1uzLFSZZ+xpHevstHoOCMfo1Ity/cA= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id g17mr697055hbe.123.1272446039122; Wed, 28 Apr 2010 02:13:59 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 28 Apr 2010 02:13:59 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Wed, 28 Apr 2010 12:13:59 +0300 Message-ID: <[email protected]> Subject: Re: [ApacheDS] Ceritficate for StartTLS From: Alex Karasulu <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=001485f03caa2864280485486e16 X-Virus-Checked: Checked by ClamAV on apache.org --001485f03caa2864280485486e16 Content-Type: text/plain; charset=ISO-8859-1 On Tue, Apr 27, 2010 at 7:34 PM, Pieter Neerincx <[email protected]>wrote: > Hi Stefan, > > I'm having the same problem and learned the hard way that storing the > certificate + private key in the DS is not a smart thing to do. If you make > a mistake as I apparently did, the server will refuse to start, Can you outline how this happens for you? We need to make sure that if this happens the server is still able to start so you can change that cert. Please get back to us or file a JIRA on this and we'll make sure this problem goes away. Regards, Alex > so I basically locked myself out. Or at least I don't know how to change > the values without Apache Directory Studio. Fortunately that was just a test > instance and no production server (yet) :). I have an OpenSSL certificate, > which I managed to convert into a keystore that I hope I can use with a > future version of ApacheDS, but for the time being I would appreciate any > advise on how to extract the certificate + keys from the keystore in the > right format for the Admin Entry... > > Cheers, > > Pieter > > > > Stefan Seelmann wrote on Wed, 06 Jan 2010 04:29:18 -0800 > > > > Hi Matthias, > > > > Matthias Cramer wrote: > > > > As it looks like, the starttls extension does not honor the keystore > > configured in the ldapServer config. > > > > Yes, you are right. I just checked the source code and the configured > keystore in server.xml isn't used for StartTLS extended operation :-/ > > > > You could find the certificate and key that is use in the Admin Entry > (uid=admin,ou=system): > > > > dn: uid=admin,ou=system > > keyAlgorithm: RSA > > privateKeyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b ... > > privateKeyFormat: PKCS#8 > > publicKeyacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b ... > > publicKeyFormat: X.509 > > userCertificatacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b ... > > ... > > > > > > What you need to do is to extract the private key, public key and > certificate from your keystore and replace the attributes privateKey, > publicKey and userCertificate with those guys. You could use Portacle and > OpenSSL to extract those information. If you need further help don't > hesitate to ask. > > > > Not very user friendly right now... > > > > Kind Regards, > > Stefan > > ------------------------------------------------------------- > mobile: (812)573-8866 > e-mail: [email protected] > skype: pieter.online > ------------------------------------------------------------- > > -- Alex Karasulu My Blog acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b http://www.jroller.com/akarasulu/ Apache Directory Server acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b http://directory.apache.org Apache MINA acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b http://mina.apache.org To set up a meeting with me: http://tungle.me/AlexKarasulu --001485f03caa2864280485486e16--
From [email protected] Fri Jan 23 15:35:54 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36953 invoked from network); 23 Jan 2009 15:35:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Jan 2009 15:35:54 -0000 Received: (qmail 84277 invoked by uid 500); 23 Jan 2009 15:35:54 -0000 Delivered-To: [email protected] Received: (qmail 84267 invoked by uid 500); 23 Jan 2009 15:35:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Id: <site-cvs.tcl.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 84257 invoked by uid 99); 23 Jan 2009 15:35:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jan 2009 07:35:54 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jan 2009 15:35:53 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2B0F82388896; Fri, 23 Jan 2009 07:35:33 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r737055 - /tcl/site/rivet/rivet.css Date: Fri, 23 Jan 2009 15:35:33 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: mxmanghi Date: Fri Jan 23 07:35:32 2009 New Revision: 737055 URL: http://svn.apache.org/viewvc?rev=737055&view=rev Log: CSS file added to rep Added: tcl/site/rivet/rivet.css Added: tcl/site/rivet/rivet.css URL: http://svn.apache.org/viewvc/tcl/site/rivet/rivet.css?rev=737055&view=auto ============================================================================== --- tcl/site/rivet/rivet.css (added) +++ tcl/site/rivet/rivet.css Fri Jan 23 07:35:32 2009 @@ -0,0 +1,208 @@ +/* */ + +* { + margin: 0px; + padding: 0px; +} + +body { +} + +div#pageheadline { +/* position: absolute; */ + top: 0px; + left: 0px; + height: 105px; + padding: 2px; +/* border: 1px solid red; */ +/* width: 805px; */ +} + +div.headline { +} + +div#pageheadline .headline { + font-size: 24pt; + text-align: left; + margin-left: 170px; + padding: 0.5em; + margin-top: 20px; + margin-bottom: 20px; + position: relative; + width: 25em; + border: 1px solid blue; +} + +div.decoration { +/* + width: 100px; + background-color: lightblue; +*/ +} + +div#pagecontents { + position: absolute; + margin-top: 1em; + top: 105px; + left: 0px; +/* border: 1px solid green; */ +/* width: 804px; */ +} + +#pagecontents img { + border: 1px solid black; + padding: 1px; +} + +div.navbar { +/* width: 10em; */ + width: 160px; + position: relative; + padding: 2px; + font-family: Arial,sans-serif; +/* border: 1px dashed Navy; */ +} + +div.navleft { + float: left; +} + +div.navright { + float: right; +} + +div.staticmenu { + margin-top: 2px; +/* border: 1px solid blue; */ +} + +div.menuheader { + background-color: #eee; +} + +span.navitem { +/* font-size: 70%; */ + display: block; + margin: 0.5em; + +} + +div#content { + margin-top: 2px; + font-size: 10pt; + position: relative; + margin-left: 162px; + margin-right: 162px; +/* border: 1px solid red; */ + text-align: justify; + padding: 0.5em; + width: 60em; + font-family: Arial,sans-serif; +/* background-color: #ffff99; */ +} + +#content p { + margin: 0.8em auto; +} + +.foto { + float: left; + margin-right: 0.5em; +} + +#intestazione { + top: 0px; + left: 103px; +/* width: 604px; */ +} + +#intestazione img { + top: 0px; +} + +#footer .rightaligned { + margin-right: 1em; + text-align: right; + width: 50%; + float: right; +} + +#footer .leftaligned { + margin-left: 0.5em; + text-align: left; + width: 40%; + float: left; +} + +div#footer { + margin-top: 0.3em; + border: 1px dotted red; + background-color: #cf9; + height: 1.5em; +} + +.contentheadline { + text-align: center; + font-size: 150%; + font-weight: bold; + border-bottom: 1px solid black; + margin-bottom: 0.5em; +} + +ul { + margin-top: 0.8em; + margin-left: 2em; +} + +.clearfloats { + clear: both; +} + + + +code { + margin: 1em 2em; + border: 1px dashed black; + background-color: #f0f0f0; + padding: 0.2em; +} + +pre.code { + padding: 1ex; +} + +blockquote { + font-size: smaller; + font-style: italic; +} + +span.type { + color: #4682B4; +} + +td { + padding: 0.5em; +} + +td.code { + font-size: smaller; + background-color: black; + border: 1em solid white; + color: white; +} + +span.variable-name { + color: #228b22; +} /* font-lock-variable-name-face */ + +span.comment { + color: #ff7f24; +} /* font-lock-comment-face */ + +span.keyword { + color: #00ffff; +} /* font-lock-keyword-face */ + +span.function-name { + color: #87cefa; +} /* font-lock-function-name-face */ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jan 23 15:37:25 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37582 invoked from network); 23 Jan 2009 15:37:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Jan 2009 15:37:25 -0000 Received: (qmail 87905 invoked by uid 500); 23 Jan 2009 15:37:25 -0000 Delivered-To: [email protected] Received: (qmail 87892 invoked by uid 500); 23 Jan 2009 15:37:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Id: <site-cvs.tcl.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 87883 invoked by uid 99); 23 Jan 2009 15:37:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jan 2009 07:37:24 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jan 2009 15:37:22 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6C2E52388896; Fri, 23 Jan 2009 07:37:01 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r737057 - /tcl/site/websh/download.ws3 Date: Fri, 23 Jan 2009 15:37:01 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ronnie Date: Fri Jan 23 07:37:00 2009 New Revision: 737057 URL: http://svn.apache.org/viewvc?rev=737057&view=rev Log: - added link to latest changes Modified: tcl/site/websh/download.ws3 Modified: tcl/site/websh/download.ws3 URL: http://svn.apache.org/viewvc/tcl/site/websh/download.ws3?rev=737057&r1=737056&r2=737057&view=diff ============================================================================== --- tcl/site/websh/download.ws3 (original) +++ tcl/site/websh/download.ws3 Fri Jan 23 07:37:00 2009 @@ -20,7 +20,7 @@ Download the latest source code from a mirror:<p> &nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.apache.org/dyn/closer.cgi/tcl/websh/source/websh-3.6.0b4-src.tar.gz">websh-3.6.0b4-src.tar.gz</a><br> - &nbsp;&nbsp;&nbsp;&nbsp;<a href="http://svn.apache.org/repos/asf/tcl/websh/tags/3.6.0b4/CHANGES">Overview of Changes in 3.6.0b4</a> + &nbsp;&nbsp;&nbsp;&nbsp;<a href="http://svn.apache.org/repos/asf/tcl/websh/tags/3.6.0b4/CHANGES">Overview of changes in 3.6.0b4</a> <p>Download the latest quick reference (included in the source): @@ -43,11 +43,13 @@ <p> The Websh source code repository has recently been moved from CVS to Subversion (SVN). To access the latest source from the repository, use the following (read-only) URL:</p> - <p>&nbsp;&nbsp;&nbsp;&nbsp;{pageLink http://svn.apache.org/repos/asf/tcl/websh/trunk}</p> + <p>&nbsp;&nbsp;&nbsp;&nbsp;{pageLink http://svn.apache.org/repos/asf/tcl/websh/trunk} + &nbsp;&nbsp;&nbsp;&nbsp;<a href="http://svn.apache.org/repos/asf/tcl/websh/trunk/CHANGES">Overview of changes in trunk since last release</a> + </p> <p> A typical command to checkout the code would be: </p> - <p>&nbsp;&nbsp;&nbsp;&nbsp;<tt>svn co http://svn.apache.org/repos/asf/tcl/websh/trunk websh</tt></p> + <p>&nbsp;&nbsp;&nbsp;&nbsp;<tt>svn co http://svn.apache.org/repos/asf/tcl/websh/trunk websh</tt> </p> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jan 23 15:38:26 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37858 invoked from network); 23 Jan 2009 15:38:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Jan 2009 15:38:26 -0000 Received: (qmail 88398 invoked by uid 500); 23 Jan 2009 15:38:25 -0000 Delivered-To: [email protected] Received: (qmail 88386 invoked by uid 500); 23 Jan 2009 15:38:25 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Id: <site-cvs.tcl.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 88377 invoked by uid 99); 23 Jan 2009 15:38:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jan 2009 07:38:25 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jan 2009 15:38:23 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EE5FF238898E; Fri, 23 Jan 2009 07:38:02 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r737058 - /tcl/site/websh/download.ws3 Date: Fri, 23 Jan 2009 15:38:02 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ronnie Date: Fri Jan 23 07:38:02 2009 New Revision: 737058 URL: http://svn.apache.org/viewvc?rev=737058&view=rev Log: - typo Modified: tcl/site/websh/download.ws3 Modified: tcl/site/websh/download.ws3 URL: http://svn.apache.org/viewvc/tcl/site/websh/download.ws3?rev=737058&r1=737057&r2=737058&view=diff ============================================================================== --- tcl/site/websh/download.ws3 (original) +++ tcl/site/websh/download.ws3 Fri Jan 23 07:38:02 2009 @@ -43,7 +43,7 @@ <p> The Websh source code repository has recently been moved from CVS to Subversion (SVN). To access the latest source from the repository, use the following (read-only) URL:</p> - <p>&nbsp;&nbsp;&nbsp;&nbsp;{pageLink http://svn.apache.org/repos/asf/tcl/websh/trunk} + <p>&nbsp;&nbsp;&nbsp;&nbsp;{pageLink http://svn.apache.org/repos/asf/tcl/websh/trunk}<br/> &nbsp;&nbsp;&nbsp;&nbsp;<a href="http://svn.apache.org/repos/asf/tcl/websh/trunk/CHANGES">Overview of changes in trunk since last release</a> </p> <p> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Tue Apr 04 20:53:46 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88272 invoked from network); 4 Apr 2006 20:53:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Apr 2006 20:53:46 -0000 Received: (qmail 49460 invoked by uid 500); 4 Apr 2006 20:53:46 -0000 Delivered-To: [email protected] Received: (qmail 49441 invoked by uid 500); 4 Apr 2006 20:53:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 49429 invoked by uid 99); 4 Apr 2006 20:53:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Apr 2006 13:53:45 -0700 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=HTML_MESSAGE,INFO_TLD,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Apr 2006 13:53:44 -0700 Received: by nproxy.gmail.com with SMTP id n28so1280194nfc for <[email protected]>; Tue, 04 Apr 2006 13:53:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=S94hDRxskFNdTz6dSPf4ohpoAL3jAj9Jrbe1Yjao/AXowfyIFTgdsmb5jWQyhYvVg8ScAgf5efMkOWwgLXmNrDSAXsXtmfKjz/fW+a1OSFv7wKe0Eym9QIDempcM2A4ml8x6TisHzs7pNIhAwRf0IikdAYLIW1eGzyif3RJXs7Y= Received: by 161.129.204.104 with SMTP id z16mr738929nff; Tue, 04 Apr 2006 13:53:22 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 4 Apr 2006 13:53:22 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 4 Apr 2006 22:53:22 +0200 From: "Alistair Forbes" <[email protected]> To: [email protected] Subject: print in RemoteCacheServer MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_7488_9018574.1144184002630" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_7488_9018574.1144184002630 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi Aaron, Could someone pls remove the additional print in the RemoteCacheLogger. It already has a log.info message. Thanks Al --- org/apache/jcs/auxiliary/remote/server/RemoteCacheServer.java (revision 390169) +++ org/apache/jcs/auxiliary/remote/server/RemoteCacheServer.java (working copy) @@ -918,7 +918,6 @@ { log.info( "adding vm listener under new id =3D= " + listenerIdB ); } - print( "adding vm listener under new id =3D " + listenerIdB ); } else { ------=_Part_7488_9018574.1144184002630-- From [email protected] Wed Apr 05 05:12:52 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72431 invoked from network); 5 Apr 2006 05:12:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Apr 2006 05:12:51 -0000 Received: (qmail 961 invoked by uid 500); 5 Apr 2006 05:12:51 -0000 Delivered-To: [email protected] Received: (qmail 948 invoked by uid 500); 5 Apr 2006 05:12:51 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 932 invoked by uid 99); 5 Apr 2006 05:12:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Apr 2006 22:12:50 -0700 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=INFO_TLD,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO uproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Apr 2006 22:12:50 -0700 Received: by uproxy.gmail.com with SMTP id m3so993249ugc for <[email protected]>; Tue, 04 Apr 2006 22:12:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=T5WL1UcGGefpTEx/xP63K1kG8IfdsnZPgHqEa/BdXkwnQym0pS5s6XRYkPPsP/tHIzevW17WQUNgh4XIu/5wKt03D4XpmlAkKHzQOMIkfFmVtn7xgkuopO8cocz83k4/W713/z9KKRJSD2AH5MdZ0J834NQbAzCDUfrfQq/ccao= Received: by 161.129.204.104 with SMTP id u9mr203931huu; Tue, 04 Apr 2006 22:12:29 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 4 Apr 2006 22:12:28 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 4 Apr 2006 22:12:28 -0700 From: "Hanson Char" <[email protected]> To: "JCS Users List" <[email protected]> Subject: Re: print in RemoteCacheServer In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I just removed the print from svn, along with replacing System.out with commons logging. Cheers, Hanson On 4/4/06, Alistair Forbes <[email protected]> wrote: > Hi Aaron, > > Could someone pls remove the additional print in the RemoteCacheLogger. I= t > already has a log.info message. > > Thanks > Al > > --- org/apache/jcs/auxiliary/remote/server/RemoteCacheServer.java > (revision 390169) > +++ org/apache/jcs/auxiliary/remote/server/RemoteCacheServer.java > (working copy) > @@ -918,7 +918,6 @@ > { > log.info( "adding vm listener under new id = =3D " > + listenerIdB ); > } > - print( "adding vm listener under new id =3D " + > listenerIdB ); > } > else > { > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Apr 06 19:10:50 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22152 invoked from network); 6 Apr 2006 19:10:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Apr 2006 19:10:50 -0000 Received: (qmail 93735 invoked by uid 500); 6 Apr 2006 19:10:49 -0000 Delivered-To: [email protected] Received: (qmail 93717 invoked by uid 500); 6 Apr 2006 19:10:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 93705 invoked by uid 99); 6 Apr 2006 19:10:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Apr 2006 12:10:48 -0700 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=HTML_MESSAGE,RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Apr 2006 12:10:48 -0700 Received: by nproxy.gmail.com with SMTP id n28so163365nfc for <[email protected]>; Thu, 06 Apr 2006 12:10:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=RtNseTa6lY0FXwmXWjFExBHoSgVYnBnkIBhuLXT040MojJGOdblZKUxPI0pErCgmVwQZ/jb+3MSvh746J1EA5/7DTl7A3hsP689tVXegzERZhGqY3QPV550R4RYk6UiE+zbPnbEeDfjhc9RfRAXhQWBJVyeL5uwsSeb8XpyVkzI= Received: by 161.129.204.104 with SMTP id o7mr824282nfj; Thu, 06 Apr 2006 12:10:26 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 6 Apr 2006 12:10:26 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 6 Apr 2006 21:10:26 +0200 From: "Alistair Forbes" <[email protected]> To: [email protected] Subject: RMISocketFactory MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_38449_13801109.1144350626623" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_38449_13801109.1144350626623 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, Some time back a socket timeout was added to the RemoteCache.java. I guess this is incorrect, as it changes the static RMISocketFactory. This means that any other RMI server started will also inherit this. The side effect of this is that all clients connecting to the RMI server have a 10 sec timeout. I have not looked into this, but you probably need to extent RMISocketFactory, and not change the default RMI server. Actually if this is needed I think setting *sun.rmi.transport.tcp.readTimeout *would achieve the same thing. RMISocketFactory.setSocketFactory(new RMISocketFactory() { public Socket createSocket(String host, int port) throws IOException { Socket socket =3D new Socket(host, = port); socket.setSoTimeout(timeoutMillis); socket.setSoLinger(false, 0); return socket; } public ServerSocket createServerSocket(int port) throws IOException { return new ServerSocket(port); } }); ------=_Part_38449_13801109.1144350626623-- From [email protected] Thu Apr 06 19:16:51 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26109 invoked from network); 6 Apr 2006 19:16:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Apr 2006 19:16:51 -0000 Received: (qmail 9437 invoked by uid 500); 6 Apr 2006 19:16:51 -0000 Delivered-To: [email protected] Received: (qmail 9421 invoked by uid 500); 6 Apr 2006 19:16:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 9410 invoked by uid 99); 6 Apr 2006 19:16:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Apr 2006 12:16:50 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO sgtulmg02-out.sabre.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Apr 2006 12:16:50 -0700 Received: from unknown (HELO sghdqbh02.Global.ad.sabre.com) ([161.129.204.104]) by sgtulmg02-out.sabre.com with ESMTP; 06 Apr 2006 14:16:29 -0500 X-ExtLoop1: From 161.129.204.104 X-IronPort-AV: i="4.04,93,1144040400"; d="scan'208"; a="665022723:sNHT40533496" Received: from sgtulmsp04.Global.ad.sabre.com ([161.129.204.104]) by sghdqbh02.Global.ad.sabre.com with Microsoft SMTPSVC(207)206-1636); Thu, 6 Apr 2006 14:16:28 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: RMISocketFactory Date: Thu, 6 Apr 2006 14:16:21 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: RMISocketFactory Thread-Index: AcZZrdJFvIknpjXHS0KQHJLP0L2hmQAAJz8Q From: "Smuts, Aaron" <[email protected]> To: "JCS Users List" <[email protected]> X-OriginalArrivalTime: 06 Apr 2006 19:16:28.0990 (UTC) FILETIME=[9B371DE0:01C659AE] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N A 10 second timeout is preferable to no timeout. The timeout value is configurable, but only for the entire vm. What is your suggestion or complaint exactly? > -----Original Message----- > From: Alistair Forbes [mailto:[email protected]] > Sent: Thursday, April 06, 2006 3:10 PM > To: [email protected] > Subject: RMISocketFactory >=20 > Hi, >=20 > Some time back a socket timeout was added to the RemoteCache.java. >=20 > I guess this is incorrect, as it changes the static RMISocketFactory. > This means that any other RMI server started will also inherit this. > The side effect of this is that all clients connecting to the RMI > server have a 10 sec timeout. >=20 > I have not looked into this, but you probably need to extent > RMISocketFactory, and not change the default RMI server. Actually if > this is needed I think setting *sun.rmi.transport.tcp.readTimeout > *would achieve the same thing. >=20 >=20 > RMISocketFactory.setSocketFactory(new RMISocketFactory() { > public Socket createSocket(String host, > int > port) throws IOException { > Socket socket =3D new Socket(host, > port); >=20 > socket.setSoTimeout(timeoutMillis); > socket.setSoLinger(false, 0); > return socket; > } > public ServerSocket createServerSocket(int > port) throws IOException { > return new ServerSocket(port); > } > }); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Apr 06 19:23:22 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35633 invoked from network); 6 Apr 2006 19:23:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Apr 2006 19:23:21 -0000 Received: (qmail 19000 invoked by uid 500); 6 Apr 2006 19:23:21 -0000 Delivered-To: [email protected] Received: (qmail 18987 invoked by uid 500); 6 Apr 2006 19:23:21 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 18976 invoked by uid 99); 6 Apr 2006 19:23:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Apr 2006 12:23:20 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Apr 2006 12:23:19 -0700 Received: by nproxy.gmail.com with SMTP id n28so165298nfc for <[email protected]>; Thu, 06 Apr 2006 12:22:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=hDq1IjucV4JXtDsorzSh+brK+XCVzUyzEe1CoBMXbbi90RIhJSUfMCNwJ3KpljWyQTaDVXz8+L8XTHrqJC7M2a065wYQ4Sg+yVdNQ/mUafuuDYxdHMgFLiaC+IJ/Vr6wVGEpA+sWEu1lYPlnYRCtEVdg4ZAj0jrYZ4EIs7aagTQ= Received: by 161.129.204.104 with SMTP id f15mr827463nfj; Thu, 06 Apr 2006 12:22:58 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 6 Apr 2006 12:22:58 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 6 Apr 2006 21:22:58 +0200 From: "Alistair Forbes" <[email protected]> To: "JCS Users List" <[email protected]> Subject: Re: RMISocketFactory In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_38706_2034508.1144351378295" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_38706_2034508.1144351378295 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline If an RMI application (server) uses a remote cache the RMI timeout is set t= o 10 secs. Any client connecting to the RMI server has a 10 second timeout. I= f the task on the server is expected to take longer than 10 secs, but the RMI server times the client out. On 4/6/06, Smuts, Aaron <[email protected]> wrote: > > A 10 second timeout is preferable to no timeout. The timeout value is > configurable, but only for the entire vm. What is your suggestion or > complaint exactly? > > > -----Original Message----- > > From: Alistair Forbes [mailto:[email protected]] > > Sent: Thursday, April 06, 2006 3:10 PM > > To: [email protected] > > Subject: RMISocketFactory > > > > Hi, > > > > Some time back a socket timeout was added to the RemoteCache.java. > > > > I guess this is incorrect, as it changes the static RMISocketFactory. > > This means that any other RMI server started will also inherit this. > > The side effect of this is that all clients connecting to the RMI > > server have a 10 sec timeout. > > > > I have not looked into this, but you probably need to extent > > RMISocketFactory, and not change the default RMI server. Actually if > > this is needed I think setting *sun.rmi.transport.tcp.readTimeout > > *would achieve the same thing. > > > > > > RMISocketFactory.setSocketFactory(new RMISocketFactory() { > > public Socket createSocket(String > host, > > int > > port) throws IOException { > > Socket socket =3D new > Socket(host, > > port); > > > > socket.setSoTimeout(timeoutMillis); > > socket.setSoLinger(false, 0); > > return socket; > > } > > public ServerSocket > createServerSocket(int > > port) throws IOException { > > return new ServerSocket(port); > > } > > }); > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > ------=_Part_38706_2034508.1144351378295-- From [email protected] Thu Apr 06 19:29:05 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40884 invoked from network); 6 Apr 2006 19:29:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Apr 2006 19:29:04 -0000 Received: (qmail 34191 invoked by uid 500); 6 Apr 2006 19:29:03 -0000 Delivered-To: [email protected] Received: (qmail 34179 invoked by uid 500); 6 Apr 2006 19:29:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 34167 invoked by uid 99); 6 Apr 2006 19:29:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Apr 2006 12:29:02 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO sgtulmg02-out.sabre.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Apr 2006 12:29:01 -0700 Received: from unknown (HELO sghdqbh02.Global.ad.sabre.com) ([161.129.204.104]) by sgtulmg02-out.sabre.com with ESMTP; 06 Apr 2006 14:28:41 -0500 X-ExtLoop1: From 161.129.204.104 X-IronPort-AV: i="4.04,93,1144040400"; d="scan'208"; a="665027271:sNHT155369168" Received: from sgtulmsp04.Global.ad.sabre.com ([161.129.204.104]) by sghdqbh02.Global.ad.sabre.com with Microsoft SMTPSVC(207)206-1636); Thu, 6 Apr 2006 14:28:40 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: RMISocketFactory Date: Thu, 6 Apr 2006 14:28:30 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: RMISocketFactory Thread-Index: AcZZr5M9eqob/4xsSueJ3Rq6/6k1iQAAHbjw From: "Smuts, Aaron" <[email protected]> To: "JCS Users List" <[email protected]> X-OriginalArrivalTime: 06 Apr 2006 19:28:40.0472 (UTC) FILETIME=[4F366980:01C659B0] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Ok. So it is affecting any rmi process running in that vm. Hmmn. Any suggestions? I'll look into another option. > -----Original Message----- > From: Alistair Forbes [mailto:[email protected]] > Sent: Thursday, April 06, 2006 3:23 PM > To: JCS Users List > Subject: Re: RMISocketFactory >=20 > If an RMI application (server) uses a remote cache the RMI timeout is set > to > 10 secs. Any client connecting to the RMI server has a 10 second timeout. > If > the task on the server is expected to take longer than 10 secs, but the > RMI > server times the client out. >=20 >=20 > On 4/6/06, Smuts, Aaron <[email protected]> wrote: > > > > A 10 second timeout is preferable to no timeout. The timeout value is > > configurable, but only for the entire vm. What is your suggestion or > > complaint exactly? > > > > > -----Original Message----- > > > From: Alistair Forbes [mailto:[email protected]] > > > Sent: Thursday, April 06, 2006 3:10 PM > > > To: [email protected] > > > Subject: RMISocketFactory > > > > > > Hi, > > > > > > Some time back a socket timeout was added to the RemoteCache.java. > > > > > > I guess this is incorrect, as it changes the static RMISocketFactory. > > > This means that any other RMI server started will also inherit this. > > > The side effect of this is that all clients connecting to the RMI > > > server have a 10 sec timeout. > > > > > > I have not looked into this, but you probably need to extent > > > RMISocketFactory, and not change the default RMI server. Actually if > > > this is needed I think setting *sun.rmi.transport.tcp.readTimeout > > > *would achieve the same thing. > > > > > > > > > RMISocketFactory.setSocketFactory(new RMISocketFactory() { > > > public Socket createSocket(String > > host, > > > int > > > port) throws IOException { > > > Socket socket =3D new > > Socket(host, > > > port); > > > > > > socket.setSoTimeout(timeoutMillis); > > > socket.setSoLinger(false, 0); > > > return socket; > > > } > > > public ServerSocket > > createServerSocket(int > > > port) throws IOException { > > > return new ServerSocket(port); > > > } > > > }); > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Apr 06 19:41:41 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46713 invoked from network); 6 Apr 2006 19:41:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Apr 2006 19:41:41 -0000 Received: (qmail 55919 invoked by uid 500); 6 Apr 2006 19:41:41 -0000 Delivered-To: [email protected] Received: (qmail 55770 invoked by uid 500); 6 Apr 2006 19:41:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 55759 invoked by uid 99); 6 Apr 2006 19:41:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Apr 2006 12:41:40 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Apr 2006 12:41:39 -0700 Received: by nproxy.gmail.com with SMTP id n28so168248nfc for <[email protected]>; Thu, 06 Apr 2006 12:41:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=p/mMGbvMyaEF0ADnZCaPUNmsHO+7321b/zMh2ypp76LpcPhn6MbG9YWZeSasPfE6j1bNuWnP6apxE1xAtKneFLbuzZTropi29cSOkYsqu4CnkXFTUsTKi6VqpG2iUYRzTKtkZCYpq4mxegMpZ95gCdObksz2xe/Kd/c8fD/9OrU= Received: by 161.129.204.104 with SMTP id v20mr845042nfv; Thu, 06 Apr 2006 12:41:15 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 6 Apr 2006 12:41:15 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 6 Apr 2006 21:41:15 +0200 From: "Alistair Forbes" <[email protected]> To: "JCS Users List" <[email protected]> Subject: Re: RMISocketFactory In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_38938_13750766.1144352475167" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_38938_13750766.1144352475167 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I think the correct fix is to implement something like: public class CacheRMISocketFactory extends RMISocketFactory And only set timeouts for this Factory. But I think the current code could achieved the same result by setting - Dsun.rmi.transport.tcp.readTimeout=3D10000 I think the timeout is only needed for org.apache.jcs.auxiliary.remote.server.RemoteCacheServerFactory so the existing code could be removed. Or was the original problem the client side callbacks? On 4/6/06, Smuts, Aaron <[email protected]> wrote: > > Ok. So it is affecting any rmi process running in that vm. Hmmn. Any > suggestions? I'll look into another option. > > > > > -----Original Message----- > > From: Alistair Forbes [mailto:[email protected]] > > Sent: Thursday, April 06, 2006 3:23 PM > > To: JCS Users List > > Subject: Re: RMISocketFactory > > > > If an RMI application (server) uses a remote cache the RMI timeout is > set > > to > > 10 secs. Any client connecting to the RMI server has a 10 second > timeout. > > If > > the task on the server is expected to take longer than 10 secs, but > the > > RMI > > server times the client out. > > > > > > On 4/6/06, Smuts, Aaron <[email protected]> wrote: > > > > > > A 10 second timeout is preferable to no timeout. The timeout value > is > > > configurable, but only for the entire vm. What is your suggestion > or > > > complaint exactly? > > > > > > > -----Original Message----- > > > > From: Alistair Forbes [mailto:[email protected]] > > > > Sent: Thursday, April 06, 2006 3:10 PM > > > > To: [email protected] > > > > Subject: RMISocketFactory > > > > > > > > Hi, > > > > > > > > Some time back a socket timeout was added to the RemoteCache.java. > > > > > > > > I guess this is incorrect, as it changes the static > RMISocketFactory. > > > > This means that any other RMI server started will also inherit > this. > > > > The side effect of this is that all clients connecting to the RMI > > > > server have a 10 sec timeout. > > > > > > > > I have not looked into this, but you probably need to extent > > > > RMISocketFactory, and not change the default RMI server. Actually > if > > > > this is needed I think setting *sun.rmi.transport.tcp.readTimeout > > > > *would achieve the same thing. > > > > > > > > > > > > RMISocketFactory.setSocketFactory(new RMISocketFactory() { > > > > public Socket createSocket(String > > > host, > > > > int > > > > port) throws IOException { > > > > Socket socket =3D new > > > Socket(host, > > > > port); > > > > > > > > socket.setSoTimeout(timeoutMillis); > > > > socket.setSoLinger(false, > 0); > > > > return socket; > > > > } > > > > public ServerSocket > > > createServerSocket(int > > > > port) throws IOException { > > > > return new > ServerSocket(port); > > > > } > > > > }); > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > ------=_Part_38938_13750766.1144352475167-- From [email protected] Thu Apr 06 21:45:46 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17586 invoked from network); 6 Apr 2006 21:45:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Apr 2006 21:45:46 -0000 Received: (qmail 28515 invoked by uid 500); 6 Apr 2006 21:45:46 -0000 Delivered-To: [email protected] Received: (qmail 28363 invoked by uid 500); 6 Apr 2006 21:45:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 28345 invoked by uid 99); 6 Apr 2006 21:45:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Apr 2006 14:45:45 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO sgtulmg02-out.sabre.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Apr 2006 14:45:44 -0700 Received: from unknown (HELO sghdqbh02.Global.ad.sabre.com) ([161.129.204.104]) by sgtulmg02-out.sabre.com with ESMTP; 06 Apr 2006 16:45:10 -0500 X-ExtLoop1: From 161.129.204.104 X-IronPort-AV: i="4.04,94,1144040400"; d="scan'208"; a="665090737:sNHT10827965044" Received: from sgtulmsp04.Global.ad.sabre.com ([161.129.204.104]) by sghdqbh02.Global.ad.sabre.com with Microsoft SMTPSVC(207)206-1636); Thu, 6 Apr 2006 16:45:10 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: RMISocketFactory Date: Thu, 6 Apr 2006 16:45:07 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: RMISocketFactory Thread-Index: AcZZsiFc9KO8Xn+iT7K+FoBfS1ucswAENJFA From: "Smuts, Aaron" <[email protected]> To: "JCS Users List" <[email protected]> X-OriginalArrivalTime: 06 Apr 2006 21:45:10.0615 (UTC) FILETIME=[60EB0E70:01C659C3] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Both. You don't want horrible lockups if there is a firewall problem. Some of the add listener methods lock things that can create deadlocks if there is a problem. . . . In general it seems unsafe to do any kind of network communication without timeouts. All sorts of evil things can happen. I'll look into another solution, or the ability to have the remote server not set the socket factory. I need to think about it a bit. > -----Original Message----- > From: Alistair Forbes [mailto:[email protected]] > Sent: Thursday, April 06, 2006 3:41 PM > To: JCS Users List > Subject: Re: RMISocketFactory >=20 > I think the correct fix is to implement something like: >=20 > public class CacheRMISocketFactory extends RMISocketFactory >=20 > And only set timeouts for this Factory. >=20 > But I think the current code could achieved the same result by setting - > Dsun.rmi.transport.tcp.readTimeout=3D10000 > I think the timeout is only needed for > org.apache.jcs.auxiliary.remote.server.RemoteCacheServerFactory so the > existing code could be removed. Or was the original problem the client > side > callbacks? >=20 >=20 > On 4/6/06, Smuts, Aaron <[email protected]> wrote: > > > > Ok. So it is affecting any rmi process running in that vm. Hmmn. Any > > suggestions? I'll look into another option. > > > > > > > > > -----Original Message----- > > > From: Alistair Forbes [mailto:[email protected]] > > > Sent: Thursday, April 06, 2006 3:23 PM > > > To: JCS Users List > > > Subject: Re: RMISocketFactory > > > > > > If an RMI application (server) uses a remote cache the RMI timeout is > > set > > > to > > > 10 secs. Any client connecting to the RMI server has a 10 second > > timeout. > > > If > > > the task on the server is expected to take longer than 10 secs, but > > the > > > RMI > > > server times the client out. > > > > > > > > > On 4/6/06, Smuts, Aaron <[email protected]> wrote: > > > > > > > > A 10 second timeout is preferable to no timeout. The timeout value > > is > > > > configurable, but only for the entire vm. What is your suggestion > > or > > > > complaint exactly? > > > > > > > > > -----Original Message----- > > > > > From: Alistair Forbes [mailto:[email protected]] > > > > > Sent: Thursday, April 06, 2006 3:10 PM > > > > > To: [email protected] > > > > > Subject: RMISocketFactory > > > > > > > > > > Hi, > > > > > > > > > > Some time back a socket timeout was added to the RemoteCache.java. > > > > > > > > > > I guess this is incorrect, as it changes the static > > RMISocketFactory. > > > > > This means that any other RMI server started will also inherit > > this. > > > > > The side effect of this is that all clients connecting to the RMI > > > > > server have a 10 sec timeout. > > > > > > > > > > I have not looked into this, but you probably need to extent > > > > > RMISocketFactory, and not change the default RMI server. Actually > > if > > > > > this is needed I think setting *sun.rmi.transport.tcp.readTimeout > > > > > *would achieve the same thing. > > > > > > > > > > > > > > > RMISocketFactory.setSocketFactory(new RMISocketFactory() { > > > > > public Socket createSocket(String > > > > host, > > > > > int > > > > > port) throws IOException { > > > > > Socket socket =3D new > > > > Socket(host, > > > > > port); > > > > > > > > > > socket.setSoTimeout(timeoutMillis); > > > > > socket.setSoLinger(false, > > 0); > > > > > return socket; > > > > > } > > > > > public ServerSocket > > > > createServerSocket(int > > > > > port) throws IOException { > > > > > return new > > ServerSocket(port); > > > > > } > > > > > }); > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: [email protected] > > > > For additional commands, e-mail: [email protected] > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Apr 13 19:12:31 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91478 invoked from network); 13 Apr 2006 19:12:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Apr 2006 19:12:30 -0000 Received: (qmail 73308 invoked by uid 500); 13 Apr 2006 19:12:21 -0000 Delivered-To: [email protected] Received: (qmail 73220 invoked by uid 500); 13 Apr 2006 19:12:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 73190 invoked by uid 99); 13 Apr 2006 19:12:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Apr 2006 12:12:20 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO sgtulmg02-out.sabre.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Apr 2006 12:12:19 -0700 Received: from unknown (HELO sghdqbh02.Global.ad.sabre.com) ([161.129.204.104]) by sgtulmg02-out.sabre.com with ESMTP; 13 Apr 2006 14:11:43 -0500 X-ExtLoop1: From 161.129.204.104 X-IronPort-AV: i="4.04,118,1144040400"; d="scan'208"; a="668721834:sNHT3554149644" Received: from sgtulmsp04.Global.ad.sabre.com ([161.129.204.104]) by sghdqbh02.Global.ad.sabre.com with Microsoft SMTPSVC(207)206-1636); Thu, 13 Apr 2006 14:11:42 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Time for a release, new JCS Site Docs, new and Minor Version, new JDBC disk cache Date: Thu, 13 Apr 2006 14:11:39 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Time for a release, new JCS Site Docs, new and Minor Version, new JDBC disk cache Thread-Index: AcZZsiFc9KO8Xn+iT7K+FoBfS1ucswAENJFAAVpEG3A= From: "Smuts, Aaron" <[email protected]> To: "JCS Users List" <[email protected]> X-OriginalArrivalTime: 13 Apr 2006 19:11:42.0497 (UTC) FILETIME=[19580110:01C65F2E] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N It's time for a release. We need to get the latest JCS code into the maven repositories. I want to release the current version 161.129.204.104 (i.e. head) as JCS-161.129.204.104. Please give me your +1 Every JCS auxiliary is in great shape. The TCP lateral, the RMI remote server, the Indexed disk cache, and the new JDBC disk cache are all working very well in high demand production environments. I'm using all 4 personally. The JCS documentation is fairly comprehensive, complete with a new getting started guide. =20 I added two new pages today, detailing most of the configuration options for the remote cache client and the JDBC disk cache. I will add another page explaining how to setup the disk cache. http://jakarta.apache.org/jcs/JDBCDiskCacheProperties.html http://jakarta.apache.org/jcs/RemoteCacheProperties.html I've made several improvements to JCS in the last few weeks. Most of them are documented on the changes page. http://jakarta.apache.org/jcs/changes-report.html Using the JDBC disk cache backed by MYSql, I've been able to create a reliable and highly scalable remote cache cluster. I've been able to get over 400 insertions into the remote cache cluster (of two servers) per second, while retrieving close to the same number of records at the same time. The JDBC disk cache is working well at over 3 million large records in a MYISAM MYSql store, configured for over 4GB of disk space. The new remote client configuration option that allows you to use the remote cache as a remote object store (you can send to and get from, but not receive notifications). Since the remote cluster allows you to divide the get load amongst the various servers, you can scale if you data is retrieved more than it is read. =20 Cheers, Aaron --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Apr 14 03:59:31 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70256 invoked from network); 14 Apr 2006 03:59:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Apr 2006 03:59:31 -0000 Received: (qmail 98794 invoked by uid 500); 14 Apr 2006 03:59:31 -0000 Delivered-To: [email protected] Received: (qmail 98760 invoked by uid 500); 14 Apr 2006 03:59:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 98749 invoked by uid 99); 14 Apr 2006 03:59:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Apr 2006 20:59:30 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO barge.anchor.net.au) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Apr 2006 20:59:29 -0700 Received: from [161.129.204.104] (dsl-58-6-32-215.nsw.westnet.com.au [161.129.204.104]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by barge.anchor.net.au (Postfix) with ESMTP id 3EF7D1008C for <[email protected]>; Fri, 14 Apr 2006 14:03:08 +1000 (EST) Message-ID: <[email protected]> Date: Fri, 14 Apr 2006 13:59:04 +1000 From: Scott Eade <[email protected]> User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: JCS Users List <[email protected]> Subject: Re: Time for a release, new JCS Site Docs, new and Minor Version, new JDBC disk cache References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N +1 Scott -- Scott Eade Backstage Technologies Pty. Ltd. http://www.backstagetech.com.au Smuts, Aaron wrote: > It's time for a release. We need to get the latest JCS code into the > maven repositories. I want to release the current version 161.129.204.104 (i.e. > head) as JCS-161.129.204.104. Please give me your +1 > > Every JCS auxiliary is in great shape. The TCP lateral, the RMI remote > server, the Indexed disk cache, and the new JDBC disk cache are all > working very well in high demand production environments. I'm using all > 4 personally. The JCS documentation is fairly comprehensive, complete > with a new getting started guide. > > I added two new pages today, detailing most of the configuration options > for the remote cache client and the JDBC disk cache. I will add another > page explaining how to setup the disk cache. > > http://jakarta.apache.org/jcs/JDBCDiskCacheProperties.html > > http://jakarta.apache.org/jcs/RemoteCacheProperties.html > > I've made several improvements to JCS in the last few weeks. Most of > them are documented on the changes page. > > http://jakarta.apache.org/jcs/changes-report.html > > > Using the JDBC disk cache backed by MYSql, I've been able to create a > reliable and highly scalable remote cache cluster. I've been able to > get over 400 insertions into the remote cache cluster (of two servers) > per second, while retrieving close to the same number of records at the > same time. The JDBC disk cache is working well at over 3 million large > records in a MYISAM MYSql store, configured for over 4GB of disk space. > > > The new remote client configuration option that allows you to use the > remote cache as a remote object store (you can send to and get from, but > not receive notifications). Since the remote cluster allows you to > divide the get load amongst the various servers, you can scale if you > data is retrieved more than it is read. > > Cheers, > > Aaron > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Apr 17 15:53:50 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37318 invoked from network); 17 Apr 2006 15:53:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Apr 2006 15:53:50 -0000 Received: (qmail 43695 invoked by uid 500); 17 Apr 2006 15:53:50 -0000 Delivered-To: [email protected] Received: (qmail 43682 invoked by uid 500); 17 Apr 2006 15:53:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 43671 invoked by uid 99); 17 Apr 2006 15:53:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Apr 2006 08:53:49 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO uproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Apr 2006 08:53:48 -0700 Received: by uproxy.gmail.com with SMTP id m3so453887ugc for <[email protected]>; Mon, 17 Apr 2006 08:53:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=B7D8oJ0F46Qw71ih+CzxQ4/xG021M608mAZ7r4Z4X6Sz+ctV0ZhoczOV9LnKSSGVppisgj264BANdVRhtafFPgdKrvaX/Ae83f7/u5eoR3QlNxN6dzj1fG0fnCXazaFoudnR7XjTY53YkAvTY0MLimjSJdVptTpYuAvkIZUZ6O4= Received: by 161.129.204.104 with SMTP id p7mr9834hup; Mon, 17 Apr 2006 08:53:25 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 17 Apr 2006 08:53:25 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 17 Apr 2006 08:53:25 -0700 From: "Hanson Char" <[email protected]> To: "JCS Users List" <[email protected]> Subject: Re: Time for a release, new JCS Site Docs, new and Minor Version, new JDBC disk cache In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N +1 Hanson On 4/13/06, Scott Eade <[email protected]> wrote: > +1 > > Scott > > -- > Scott Eade > Backstage Technologies Pty. Ltd. > http://www.backstagetech.com.au > > > Smuts, Aaron wrote: > > It's time for a release. We need to get the latest JCS code into the > > maven repositories. I want to release the current version 161.129.204.104 (i.e= . > > head) as JCS-161.129.204.104. Please give me your +1 > > > > Every JCS auxiliary is in great shape. The TCP lateral, the RMI remote > > server, the Indexed disk cache, and the new JDBC disk cache are all > > working very well in high demand production environments. I'm using al= l > > 4 personally. The JCS documentation is fairly comprehensive, complete > > with a new getting started guide. > > > > I added two new pages today, detailing most of the configuration option= s > > for the remote cache client and the JDBC disk cache. I will add anothe= r > > page explaining how to setup the disk cache. > > > > http://jakarta.apache.org/jcs/JDBCDiskCacheProperties.html > > > > http://jakarta.apache.org/jcs/RemoteCacheProperties.html > > > > I've made several improvements to JCS in the last few weeks. Most of > > them are documented on the changes page. > > > > http://jakarta.apache.org/jcs/changes-report.html > > > > > > Using the JDBC disk cache backed by MYSql, I've been able to create a > > reliable and highly scalable remote cache cluster. I've been able to > > get over 400 insertions into the remote cache cluster (of two servers) > > per second, while retrieving close to the same number of records at the > > same time. The JDBC disk cache is working well at over 3 million large > > records in a MYISAM MYSql store, configured for over 4GB of disk space. > > > > > > The new remote client configuration option that allows you to use the > > remote cache as a remote object store (you can send to and get from, bu= t > > not receive notifications). Since the remote cluster allows you to > > divide the get load amongst the various servers, you can scale if you > > data is retrieved more than it is read. > > > > Cheers, > > > > Aaron > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Apr 17 17:45:09 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94908 invoked from network); 17 Apr 2006 17:45:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Apr 2006 17:45:09 -0000 Received: (qmail 34217 invoked by uid 500); 17 Apr 2006 17:45:08 -0000 Delivered-To: [email protected] Received: (qmail 34067 invoked by uid 500); 17 Apr 2006 17:45:07 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 34056 invoked by uid 99); 17 Apr 2006 17:45:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Apr 2006 10:45:07 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO sgtulmg02-out.sabre.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Apr 2006 10:45:06 -0700 Received: from unknown (HELO sghdqbh02.Global.ad.sabre.com) ([161.129.204.104]) by sgtulmg02-out.sabre.com with ESMTP; 17 Apr 2006 12:44:45 -0500 X-ExtLoop1: From 161.129.204.104 X-IronPort-AV: i="4.04,126,1144040400"; d="scan'208"; a="671589384:sNHT403225348" Received: from sgtulmsp04.Global.ad.sabre.com ([161.129.204.104]) by sghdqbh02.Global.ad.sabre.com with Microsoft SMTPSVC(207)206-1636); Mon, 17 Apr 2006 12:44:45 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Time for a release, new JCS Site Docs, new and Minor Version, new JDBC disk cache Date: Mon, 17 Apr 2006 12:44:51 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Time for a release, new JCS Site Docs, new and Minor Version, new JDBC disk cache Thread-Index: AcZiNx++YBOQhAz2T86gQ+Z/mRKjJgAD2/uw From: "Smuts, Aaron" <[email protected]> To: "JCS Users List" <[email protected]> X-OriginalArrivalTime: 17 Apr 2006 17:44:45.0093 (UTC) FILETIME=[9D2E5550:01C66246] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Now that we have three votes in favor of a release, how do we proceed? > -----Original Message----- > From: Hanson Char [mailto:[email protected]] > Sent: Monday, April 17, 2006 11:53 AM > To: JCS Users List > Subject: Re: Time for a release, new JCS Site Docs, new and Minor Version, > new JDBC disk cache >=20 > +1 >=20 > Hanson >=20 > On 4/13/06, Scott Eade <[email protected]> wrote: > > +1 > > > > Scott > > > > -- > > Scott Eade > > Backstage Technologies Pty. Ltd. > > http://www.backstagetech.com.au > > > > > > Smuts, Aaron wrote: > > > It's time for a release. We need to get the latest JCS code into the > > > maven repositories. I want to release the current version 161.129.204.104 > (i.e. > > > head) as JCS-161.129.204.104. Please give me your +1 > > > > > > Every JCS auxiliary is in great shape. The TCP lateral, the RMI > remote > > > server, the Indexed disk cache, and the new JDBC disk cache are all > > > working very well in high demand production environments. I'm using > all > > > 4 personally. The JCS documentation is fairly comprehensive, complete > > > with a new getting started guide. > > > > > > I added two new pages today, detailing most of the configuration > options > > > for the remote cache client and the JDBC disk cache. I will add > another > > > page explaining how to setup the disk cache. > > > > > > http://jakarta.apache.org/jcs/JDBCDiskCacheProperties.html > > > > > > http://jakarta.apache.org/jcs/RemoteCacheProperties.html > > > > > > I've made several improvements to JCS in the last few weeks. Most of > > > them are documented on the changes page. > > > > > > http://jakarta.apache.org/jcs/changes-report.html > > > > > > > > > Using the JDBC disk cache backed by MYSql, I've been able to create a > > > reliable and highly scalable remote cache cluster. I've been able to > > > get over 400 insertions into the remote cache cluster (of two servers) > > > per second, while retrieving close to the same number of records at > the > > > same time. The JDBC disk cache is working well at over 3 million > large > > > records in a MYISAM MYSql store, configured for over 4GB of disk > space. > > > > > > > > > The new remote client configuration option that allows you to use the > > > remote cache as a remote object store (you can send to and get from, > but > > > not receive notifications). Since the remote cluster allows you to > > > divide the get load amongst the various servers, you can scale if you > > > data is retrieved more than it is read. > > > > > > Cheers, > > > > > > Aaron > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Apr 18 06:35:12 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1453 invoked from network); 18 Apr 2006 06:35:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Apr 2006 06:35:11 -0000 Received: (qmail 3878 invoked by uid 500); 18 Apr 2006 06:35:11 -0000 Delivered-To: [email protected] Received: (qmail 3857 invoked by uid 500); 18 Apr 2006 06:35:10 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 3846 invoked by uid 99); 18 Apr 2006 06:35:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Apr 2006 23:35:10 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO barge.anchor.net.au) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Apr 2006 23:35:09 -0700 Received: from [161.129.204.104] (dsl-58-6-32-215.nsw.westnet.com.au [161.129.204.104]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by barge.anchor.net.au (Postfix) with ESMTP id 0A915100C4 for <[email protected]>; Tue, 18 Apr 2006 16:38:53 +1000 (EST) Message-ID: <[email protected]> Date: Tue, 18 Apr 2006 16:34:45 +1000 From: Scott Eade <[email protected]> User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: JCS Users List <[email protected]> Subject: Re: Time for a release, new JCS Site Docs, new and Minor Version, new JDBC disk cache References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Smuts, Aaron wrote: > Now that we have three votes in favor of a release, how do we proceed? > Typical voting process: * Usually the call for vote would be announced on the dev rather than the user list - voters are more likely to be subscribed to dev than user. * The subject of the call for vote should be prefixed with "[vote]" to draw attention to it. * The call for vote should specify a duration - 72 hours appears to be customary, however as the weekend is for many a long one (here in Australia we had a 4 day weekend) the vote duration should probably have been longer. * You don't just stop when you have 3 votes as you need to allow for -1 votes right up until the end. * According to http://jakarta.apache.org/site/decisions.html only a lazy consensus is required in order to approve a release plan, however majority approval with no less than 3 +1 votes from PMC members is required to do the actual release ("Release Testing"). * The result of the actual release vote needs to be summarised to the PMC mailing list. I think you could call your current vote a release plan. I suggest you issue a call for vote on jcs-dev (example: http://www.mail-archive.com/commons-dev%40jakarta.apache.org/msg69561.html). I will nominate you (Aaron) to the PMC once you issue the call for vote and draw the attention to the vote in progress. This will mean that you will not have a binding vote on the release, but should be able to next time (assuming the vote gets through). I am happy to nominate Hanson too if he indicates an interest - we are pretty keen to get active committers onto the PMC and this has the added benefit that the PMC is then by default involved in the sub-projects. As to what to do for the actual release, take a look at http://www.apache.org/dev/#releases. I am not sure if the pages linked to from here mention how to add the file to the maven repository, but IIRC this is reasonably easy - just a matter of putting the file in the correct place and it will be picked up and mirrored. I can mention that some help with performing the release would be appreciated when I nominate you to the PMC. I know this seems like a bunch of administration, but this is all necessary for the protection of the ASF. Once there is further PMC involvement in jcs and you have your first official release out it will be much easier to do so again in the future. HTH, Scott -- Scott Eade Backstage Technologies Pty. Ltd. http://www.backstagetech.com.au --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Apr 21 15:48:26 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81279 invoked from network); 21 Apr 2006 15:48:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Apr 2006 15:48:25 -0000 Received: (qmail 69598 invoked by uid 500); 21 Apr 2006 15:48:24 -0000 Delivered-To: [email protected] Received: (qmail 69572 invoked by uid 500); 21 Apr 2006 15:48:23 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 69542 invoked by uid 99); 21 Apr 2006 15:48:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Apr 2006 08:48:22 -0700 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=HTML_10_20,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Apr 2006 08:48:21 -0700 Received: by wproxy.gmail.com with SMTP id 67so649361wri for <[email protected]>; Fri, 21 Apr 2006 08:48:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=nbXc4MMXfyCE9q4XOV9rITc05YumznN1pmvzrf8cSlaA3fgySMtn5DtaRuHYqivY6d/DtVNsCwcynxO/jXNQMKJUJxTHXAvDGASqL3SqJuLsQRBawdWc+QWTDJuep+YF4TPgPBCUabldBnD/n1oFJbQOF5mIrsWA1jPXiHiemp0= Received: by 161.129.204.104 with SMTP id g12mr1051453wrb; Fri, 21 Apr 2006 08:47:59 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Fri, 21 Apr 2006 08:47:59 -0700 (PDT) Message-ID: <[email protected]> Date: Fri, 21 Apr 2006 11:47:59 -0400 From: "Eddie Liu" <[email protected]> To: [email protected] Subject: NoClassDefFoundError for IndexdDiskCache$1 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_13533_18619033.1145634479209" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_13533_18619033.1145634479209 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, I have set up a cache region using DC, without MemoryShrinker (false). Everything seems to be working fine except that everytime when I restarted my web server (Websphere 6), I received an exception as follow: ---------------------------------------------------------------------------= ------------------------------------- java.lang.NoClassDefFoundError: org/apache/jcs/auxiliary/disk/indexed/IndexedDiskCache$1 at org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache.doDispose( IndexedDiskCache.java:832) at org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache$ShutdownHook.run= ( IndexedDiskCache.java:1472) ---------------------------------------------------------------------------= ------------------------------------- But again, things seem to be working ok. So what could be missing and caus= e that error? When I looked at the cache directory, I could see the two files: listDS.dat= aand listDS.key. But their size are always 0. So my second question is: when will my cache object be spooled to disk then? Any helps will be greatly appreciated. Thank you! ------=_Part_13533_18619033.1145634479209-- From [email protected] Fri Apr 21 16:03:12 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88089 invoked from network); 21 Apr 2006 16:03:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Apr 2006 16:03:12 -0000 Received: (qmail 5858 invoked by uid 500); 21 Apr 2006 16:03:11 -0000 Delivered-To: [email protected] Received: (qmail 5845 invoked by uid 500); 21 Apr 2006 16:03:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 5834 invoked by uid 99); 21 Apr 2006 16:03:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Apr 2006 09:03:11 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Apr 2006 09:03:10 -0700 Received: by wproxy.gmail.com with SMTP id 67so652300wri for <[email protected]>; Fri, 21 Apr 2006 09:02:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=UpEa3VyApYUW0+nvRAtwVLsHMMPMHkdHZ9JZiNDBxEDLEVL0rignv1pj8UTIxK6yh3CSnjsEMOcPphBUkzU8sNeQNdilaKSUAe6h4n/r3rCaI94k+9uXgLZYPtwsE6lBQU7LcChPb+hUtGo/pa/KT9GaGdqu0BVoluj7GcSD4Xc= Received: by 161.129.204.104 with SMTP id a5mr1353540wre; Fri, 21 Apr 2006 09:02:47 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Fri, 21 Apr 2006 09:02:47 -0700 (PDT) Message-ID: <[email protected]> Date: Fri, 21 Apr 2006 12:02:47 -0400 From: "Eddie Liu" <[email protected]> To: [email protected] Subject: ClassNotFoundException on value object when MemoryShrinker is enabled MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_13721_19046185.1145635367830" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_13721_19046185.1145635367830 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, I have set up a cache region using DC, with MemoryShrinker enabled (true). I still receive the NoClassDefFoundError each time when restarting the web server, that issue was discussed under a different threat. This time, with MemoryShrinker on, when the memory cache expired, I could see the listDS.data file got populated and the file size went from 0k to 1k. But after it wrote to the file in disk, i.e., after I saw in the log: ------------------------------------------------------ ------------------------------------------------------ [4/21/06 11:56:51:375 EDT] 0000003e CacheEventQue I Cache event queue created: CacheEventQueue [listenerId=3D-1121403549, cacheName=3DlistDS] [4/21/06 11:57:01:391 EDT] 00000041 CacheEventQue I QProcessor exiting fo= r CacheEventQueue [listenerId=3D-1121403549, cacheName=3DlistDS] ------------------------------------------------------ ------------------------------------------------------ if I tried to access the cache again, I got the following exception: ------------------------------------------------------ ------------------------------------------------------ [4/21/06 11:58:52:406 EDT] 00000035 IndexedDisk E TRAS0014I: The following exception was logged java.lang.ClassNotFoundException: mypackage.BookVObj at com.ibm.ws.classloader.CompoundClassLoader.findClass( CompoundClassLoader.java(Compiled Code)) at com.ibm.ws.classloader.CompoundClassLoader.loadClass( CompoundClassLoader.java:414) ------------------------------------------------------ ------------------------------------------------------ where BookVObj is my value object for the cache. But again, in the BookVObjManager, since it could not find the value object from cache, it wa= s loaded from database and things seems to be working fine. So what do I need to do to get rid of that exception? The following is my cache.ccf setup for the region. ------------------------------------------------------ ------------------------------------------------------ jcs.region.listDS=3DDC jcs.region.listDS.cacheattributes=3Dorg.apache.jcs.engine.CompositeCacheAtt= ributes jcs.region.listDS.cacheattributes.MaxObjects=3D1200 jcs.region.listDS.cacheattributes.MemoryCacheName=3Dorg.apache.jcs.engine.m= emory.lru.LRUMemoryCache jcs.region.listDS.elementattributes.IsEternal=3Dfalse jcs.region.listDS.elementattributes.MaxLifeSeconds=3D10 jcs.region.listDS.elementattributes.IdleTime=3D1800 jcs.region.listDS.elementattributes.IsSpool=3Dtrue jcs.region.listDS.elementattributes.IsRemote=3Dtrue jcs.region.listDS.elementattributes.IsLateral=3Dtrue jcs.region.listDS.cacheattributes.UseMemoryShrinker=3Dtrue jcs.region.listDS.cacheattributes.MaxMemoryIdleTimeSeconds=3D5 jcs.region.listDS.cacheattributes.ShrinkerIntervalSeconds=3D5 jcs.region.listDS.cacheattributes.MaxSpoolPerRun=3D500 ------------------------------------------------------ ------------------------------------------------------ Thank you for all of you help!! Eddie ------=_Part_13721_19046185.1145635367830-- From [email protected] Fri Apr 21 17:00:03 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18564 invoked from network); 21 Apr 2006 17:00:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Apr 2006 17:00:03 -0000 Received: (qmail 5312 invoked by uid 500); 21 Apr 2006 17:00:02 -0000 Delivered-To: [email protected] Received: (qmail 5299 invoked by uid 500); 21 Apr 2006 17:00:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 5288 invoked by uid 99); 21 Apr 2006 17:00:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Apr 2006 10:00:01 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO sgtulmg02-out.sabre.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Apr 2006 10:00:00 -0700 Received: from unknown (HELO sghdqbh02.Global.ad.sabre.com) ([161.129.204.104]) by sgtulmg02-out.sabre.com with ESMTP; 21 Apr 2006 11:59:36 -0500 X-ExtLoop1: From 161.129.204.104 X-IronPort-AV: i="4.04,145,1144040400"; d="scan'208"; a="674215786:sNHT40549564" Received: from sgtulmsp04.Global.ad.sabre.com ([161.129.204.104]) by sghdqbh02.Global.ad.sabre.com with Microsoft SMTPSVC(207)206-1636); Fri, 21 Apr 2006 11:59:35 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: ClassNotFoundException on value object when MemoryShrinker is enabled Date: Fri, 21 Apr 2006 11:59:27 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ClassNotFoundException on value object when MemoryShrinker is enabled Thread-Index: AcZlXReEbSfbN1xIQF+vD8kGJzxu9gAB7GrA From: "Smuts, Aaron" <[email protected]> To: "JCS Users List" <[email protected]> X-OriginalArrivalTime: 21 Apr 2006 16:59:35.0704 (UTC) FILETIME=[F7E96180:01C66564] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Looks like a classloader issue. Are you running inside of some evil application server that never did a nice thing for anyone? . . . Is the jcs jar in the same place as your code? > -----Original Message----- > From: Eddie Liu [mailto:[email protected]] > Sent: Friday, April 21, 2006 12:03 PM > To: [email protected] > Subject: ClassNotFoundException on value object when MemoryShrinker is > enabled >=20 > Hi, >=20 > I have set up a cache region using DC, with MemoryShrinker enabled (true). > I still receive the NoClassDefFoundError each time when restarting the web > server, that issue was discussed under a different threat. >=20 > This time, with MemoryShrinker on, when the memory cache expired, I could > see the listDS.data file got populated and the file size went from 0k to > 1k. But after it wrote to the file in disk, i.e., after I saw in the log: >=20 > ------------------------------------------------------ > ------------------------------------------------------ > [4/21/06 11:56:51:375 EDT] 0000003e CacheEventQue I Cache event queue > created: CacheEventQueue [listenerId=3D-1121403549, = cacheName=3DlistDS] > [4/21/06 11:57:01:391 EDT] 00000041 CacheEventQue I QProcessor exiting > for > CacheEventQueue [listenerId=3D-1121403549, cacheName=3DlistDS] > ------------------------------------------------------ > ------------------------------------------------------ >=20 > if I tried to access the cache again, I got the following exception: >=20 > ------------------------------------------------------ > ------------------------------------------------------ > [4/21/06 11:58:52:406 EDT] 00000035 IndexedDisk E TRAS0014I: The > following exception was logged java.lang.ClassNotFoundException: > mypackage.BookVObj > at com.ibm.ws.classloader.CompoundClassLoader.findClass( > CompoundClassLoader.java(Compiled Code)) > at com.ibm.ws.classloader.CompoundClassLoader.loadClass( > CompoundClassLoader.java:414) > ------------------------------------------------------ > ------------------------------------------------------ >=20 > where BookVObj is my value object for the cache. But again, in the > BookVObjManager, since it could not find the value object from cache, it > was > loaded from database and things seems to be working fine. >=20 > So what do I need to do to get rid of that exception? >=20 > The following is my cache.ccf setup for the region. >=20 > ------------------------------------------------------ > ------------------------------------------------------ > jcs.region.listDS=3DDC > jcs.region.listDS.cacheattributes=3Dorg.apache.jcs.engine.CompositeCacheA= t tr > ibutes > jcs.region.listDS.cacheattributes.MaxObjects=3D1200 > jcs.region.listDS.cacheattributes.MemoryCacheName=3Dorg.apache.jcs.engine= . me > mory.lru.LRUMemoryCache > jcs.region.listDS.elementattributes.IsEternal=3Dfalse > jcs.region.listDS.elementattributes.MaxLifeSeconds=3D10 > jcs.region.listDS.elementattributes.IdleTime=3D1800 > jcs.region.listDS.elementattributes.IsSpool=3Dtrue > jcs.region.listDS.elementattributes.IsRemote=3Dtrue > jcs.region.listDS.elementattributes.IsLateral=3Dtrue >=20 > jcs.region.listDS.cacheattributes.UseMemoryShrinker=3Dtrue > jcs.region.listDS.cacheattributes.MaxMemoryIdleTimeSeconds=3D5 > jcs.region.listDS.cacheattributes.ShrinkerIntervalSeconds=3D5 > jcs.region.listDS.cacheattributes.MaxSpoolPerRun=3D500 >=20 > ------------------------------------------------------ > ------------------------------------------------------ >=20 > Thank you for all of you help!! >=20 > Eddie --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Apr 22 15:41:43 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29617 invoked from network); 22 Apr 2006 15:41:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Apr 2006 15:41:42 -0000 Received: (qmail 54909 invoked by uid 500); 22 Apr 2006 15:41:42 -0000 Delivered-To: [email protected] Received: (qmail 54894 invoked by uid 500); 22 Apr 2006 15:41:41 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 54883 invoked by uid 99); 22 Apr 2006 15:41:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Apr 2006 08:41:41 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Apr 2006 08:41:40 -0700 Received: by wproxy.gmail.com with SMTP id 67so813101wri for <[email protected]>; Sat, 22 Apr 2006 08:41:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=bTanmNJZUWRcKgXjBxpihWd1WXQx4/XeI34W1aLsEU+T2VFTb+8ie3mFOY6cIT9+ggbjV0i3fU2Wfj+G6t4Kbah3UNqnVyM4TW6R2UCaRvcnGHkU6D95rUCEbDfc2nrxXIJLr/msDOUIV1TVP7Z9AiQ3fdoTGhIIEA7jk3U083A= Received: by 161.129.204.104 with SMTP id h19mr601227wrb; Sat, 22 Apr 2006 08:41:19 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Sat, 22 Apr 2006 08:41:19 -0700 (PDT) Message-ID: <[email protected]> Date: Sat, 22 Apr 2006 11:41:19 -0400 From: "Eddie Liu" <[email protected]> To: "JCS Users List" <[email protected]> Subject: Re: ClassNotFoundException on value object when MemoryShrinker is enabled In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_7164_33266085.1145720479591" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_7164_33266085.1145720479591 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Yes, I am running under IBM Websphere application server. Can you further explain what you mean by "same place as my code"? Now the jcs jar is in a different directory and I have set up the dependencies (class-path in the MANIFEST.MF) so that my application can find the jar files. I can move the= m to /WEB-INF/lib and see if that makes a difference, is that what you suggest? Thank you for your help! On 4/21/06, Smuts, Aaron <[email protected]> wrote: > > Looks like a classloader issue. Are you running inside of some evil > application server that never did a nice thing for anyone? . . . Is > the jcs jar in the same place as your code? > > > -----Original Message----- > > From: Eddie Liu [mailto:[email protected]] > > Sent: Friday, April 21, 2006 12:03 PM > > To: [email protected] > > Subject: ClassNotFoundException on value object when MemoryShrinker is > > enabled > > > > Hi, > > > > I have set up a cache region using DC, with MemoryShrinker enabled > (true). > > I still receive the NoClassDefFoundError each time when restarting the > web > > server, that issue was discussed under a different threat. > > > > This time, with MemoryShrinker on, when the memory cache expired, I > could > > see the listDS.data file got populated and the file size went from 0k > to > > 1k. But after it wrote to the file in disk, i.e., after I saw in the > log: > > > > ------------------------------------------------------ > > ------------------------------------------------------ > > [4/21/06 11:56:51:375 EDT] 0000003e CacheEventQue I Cache event > queue > > created: CacheEventQueue [listenerId=3D-1121403549, cacheName=3DlistDS] > > [4/21/06 11:57:01:391 EDT] 00000041 CacheEventQue I QProcessor > exiting > > for > > CacheEventQueue [listenerId=3D-1121403549, cacheName=3DlistDS] > > ------------------------------------------------------ > > ------------------------------------------------------ > > > > if I tried to access the cache again, I got the following exception: > > > > ------------------------------------------------------ > > ------------------------------------------------------ > > [4/21/06 11:58:52:406 EDT] 00000035 IndexedDisk E TRAS0014I: The > > following exception was logged java.lang.ClassNotFoundException: > > mypackage.BookVObj > > at com.ibm.ws.classloader.CompoundClassLoader.findClass( > > CompoundClassLoader.java(Compiled Code)) > > at com.ibm.ws.classloader.CompoundClassLoader.loadClass( > > CompoundClassLoader.java:414) > > ------------------------------------------------------ > > ------------------------------------------------------ > > > > where BookVObj is my value object for the cache. But again, in the > > BookVObjManager, since it could not find the value object from cache, > it > > was > > loaded from database and things seems to be working fine. > > > > So what do I need to do to get rid of that exception? > > > > The following is my cache.ccf setup for the region. > > > > ------------------------------------------------------ > > ------------------------------------------------------ > > jcs.region.listDS=3DDC > > > jcs.region.listDS.cacheattributes=3Dorg.apache.jcs.engine.CompositeCacheA= t > tr > > ibutes > > jcs.region.listDS.cacheattributes.MaxObjects=3D1200 > > > jcs.region.listDS.cacheattributes.MemoryCacheName=3Dorg.apache.jcs.engine= . > me > > mory.lru.LRUMemoryCache > > jcs.region.listDS.elementattributes.IsEternal=3Dfalse > > jcs.region.listDS.elementattributes.MaxLifeSeconds=3D10 > > jcs.region.listDS.elementattributes.IdleTime=3D1800 > > jcs.region.listDS.elementattributes.IsSpool=3Dtrue > > jcs.region.listDS.elementattributes.IsRemote=3Dtrue > > jcs.region.listDS.elementattributes.IsLateral=3Dtrue > > > > jcs.region.listDS.cacheattributes.UseMemoryShrinker=3Dtrue > > jcs.region.listDS.cacheattributes.MaxMemoryIdleTimeSeconds=3D5 > > jcs.region.listDS.cacheattributes.ShrinkerIntervalSeconds=3D5 > > jcs.region.listDS.cacheattributes.MaxSpoolPerRun=3D500 > > > > ------------------------------------------------------ > > ------------------------------------------------------ > > > > Thank you for all of you help!! > > > > Eddie > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > ------=_Part_7164_33266085.1145720479591-- From [email protected] Sat Apr 22 15:49:05 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40045 invoked from network); 22 Apr 2006 15:49:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Apr 2006 15:49:05 -0000 Received: (qmail 58607 invoked by uid 500); 22 Apr 2006 15:49:05 -0000 Delivered-To: [email protected] Received: (qmail 58595 invoked by uid 500); 22 Apr 2006 15:49:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 58584 invoked by uid 99); 22 Apr 2006 15:49:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Apr 2006 08:49:05 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO web30304.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 22 Apr 2006 08:49:03 -0700 Received: (qmail 13072 invoked by uid 60001); 22 Apr 2006 15:48:42 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=J3oyX1IYUuXcUc8cowE24c9Rw115W/3+vhMwLmIB5hko8RxnkMLeO8LiYXA2q5xtPFm9ckp1cnv6ZBF+ER4cumiM1fMvK+iMWo7jtLs7CDr3SBAyMQpNF5kX/luGS6byEzsVtrctBZojhXQAwm3CO9S4EjaR026eqxXq97zyXm8= ; Message-ID: <[email protected]> Received: from [161.129.204.104] by web30304.mail.mud.yahoo.com via HTTP; Sat, 22 Apr 2006 08:48:42 PDT Date: Sat, 22 Apr 2006 08:48:42 -0700 (PDT) From: Aaron Smuts <[email protected]> Subject: Re: ClassNotFoundException on value object when MemoryShrinker is enabled To: JCS Users List <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N It looks like your class files are not available to the classloader that loaded JCS. Put the jars in the same directory and see if it helps. Also, can you send the full stack trace of the error if it is in the logs. Aaron --- Eddie Liu <[email protected]> wrote: > Yes, I am running under IBM Websphere application > server. Can you further > explain what you mean by "same place as my code"? > Now the jcs jar is in a > different directory and I have set up the > dependencies (class-path in the > MANIFEST.MF) so that my application can find the jar > files. I can move them > to /WEB-INF/lib and see if that makes a difference, > is that what you > suggest? > > Thank you for your help! > > On 4/21/06, Smuts, Aaron > <[email protected]> wrote: > > > > Looks like a classloader issue. Are you running > inside of some evil > > application server that never did a nice thing for > anyone? . . . Is > > the jcs jar in the same place as your code? > > > > > -----Original Message----- > > > From: Eddie Liu [mailto:[email protected]] > > > Sent: Friday, April 21, 2006 12:03 PM > > > To: [email protected] > > > Subject: ClassNotFoundException on value object > when MemoryShrinker is > > > enabled > > > > > > Hi, > > > > > > I have set up a cache region using DC, with > MemoryShrinker enabled > > (true). > > > I still receive the NoClassDefFoundError each > time when restarting the > > web > > > server, that issue was discussed under a > different threat. > > > > > > This time, with MemoryShrinker on, when the > memory cache expired, I > > could > > > see the listDS.data file got populated and the > file size went from 0k > > to > > > 1k. But after it wrote to the file in disk, > i.e., after I saw in the > > log: > > > > > > > ------------------------------------------------------ > > > > ------------------------------------------------------ > > > [4/21/06 11:56:51:375 EDT] 0000003e > CacheEventQue I Cache event > > queue > > > created: CacheEventQueue > [listenerId=-1121403549, cacheName=listDS] > > > [4/21/06 11:57:01:391 EDT] 00000041 > CacheEventQue I QProcessor > > exiting > > > for > > > CacheEventQueue [listenerId=-1121403549, > cacheName=listDS] > > > > ------------------------------------------------------ > > > > ------------------------------------------------------ > > > > > > if I tried to access the cache again, I got the > following exception: > > > > > > > ------------------------------------------------------ > > > > ------------------------------------------------------ > > > [4/21/06 11:58:52:406 EDT] 00000035 IndexedDisk > E TRAS0014I: The > > > following exception was logged > java.lang.ClassNotFoundException: > > > mypackage.BookVObj > > > at > com.ibm.ws.classloader.CompoundClassLoader.findClass( > > > CompoundClassLoader.java(Compiled Code)) > > > at > com.ibm.ws.classloader.CompoundClassLoader.loadClass( > > > CompoundClassLoader.java:414) > > > > ------------------------------------------------------ > > > > ------------------------------------------------------ > > > > > > where BookVObj is my value object for the cache. > But again, in the > > > BookVObjManager, since it could not find the > value object from cache, > > it > > > was > > > loaded from database and things seems to be > working fine. > > > > > > So what do I need to do to get rid of that > exception? > > > > > > The following is my cache.ccf setup for the > region. > > > > > > > ------------------------------------------------------ > > > > ------------------------------------------------------ > > > jcs.region.listDS=DC > > > > > > jcs.region.listDS.cacheattributes=org.apache.jcs.engine.CompositeCacheAt > > tr > > > ibutes > > > > jcs.region.listDS.cacheattributes.MaxObjects=1200 > > > > > > jcs.region.listDS.cacheattributes.MemoryCacheName=org.apache.jcs.engine. > > me > > > mory.lru.LRUMemoryCache > > > > jcs.region.listDS.elementattributes.IsEternal=false > > > > jcs.region.listDS.elementattributes.MaxLifeSeconds=10 > > > > jcs.region.listDS.elementattributes.IdleTime=1800 > > > jcs.region.listDS.elementattributes.IsSpool=true > > > > jcs.region.listDS.elementattributes.IsRemote=true > > > > jcs.region.listDS.elementattributes.IsLateral=true > > > > > > > jcs.region.listDS.cacheattributes.UseMemoryShrinker=true > > > > jcs.region.listDS.cacheattributes.MaxMemoryIdleTimeSeconds=5 > > > > jcs.region.listDS.cacheattributes.ShrinkerIntervalSeconds=5 > > > > jcs.region.listDS.cacheattributes.MaxSpoolPerRun=500 > > > > > > > ------------------------------------------------------ > > > > ------------------------------------------------------ > > > > > > Thank you for all of you help!! > > > > > > Eddie > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > [email protected] > > For additional commands, e-mail: > [email protected] > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Apr 24 12:34:51 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1277 invoked from network); 24 Apr 2006 12:34:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Apr 2006 12:34:37 -0000 Received: (qmail 50014 invoked by uid 500); 24 Apr 2006 12:34:15 -0000 Delivered-To: [email protected] Received: (qmail 49997 invoked by uid 500); 24 Apr 2006 12:34:15 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 49986 invoked by uid 99); 24 Apr 2006 12:34:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Apr 2006 05:34:15 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Apr 2006 05:34:13 -0700 Received: by wproxy.gmail.com with SMTP id 68so1003201wra for <[email protected]>; Mon, 24 Apr 2006 05:33:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Y39xS4LRsbEOn1YFwUimAnfaYWaIq6brGWG+Ek4GH0rzY3L4vMeRi/sWqTM8nOeEwu0N3vLP5oA/YlBlxXNcH1RRy28QnLXssb2CATLTPFpAkVJtU2D7IyFagQx35Dl7DnUBlgXk8YQJD67fw7BoxhnxYCPlMMiQumBhmUU/K8Y= Received: by 161.129.204.104 with SMTP id p20mr753441wrc; Mon, 24 Apr 2006 05:33:51 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 24 Apr 2006 05:33:51 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 24 Apr 2006 08:33:51 -0400 From: "Eddie Liu" <[email protected]> To: "JCS Users List" <[email protected]> Subject: Re: ClassNotFoundException on value object when MemoryShrinker is enabled In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6101_27229370.1145882031073" References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_6101_27229370.1145882031073 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, I had trouble compiling my codes after I moved the jar files to the same directory. The following is the full stacktrace. The value object class i= s now ListHashMap, but the issue is the same. I will keep trying different things. Thanks for your help! Any other suggestions are welcome! ------------------------------------------------- [4/24/06 8:21:17:594 EDT] 00000054 IndexedDisk E TRAS0014I: The following exception was logged java.lang.ClassNotFoundException: mypackage.util.ListHashMap at com.ibm.ws.classloader.CompoundClassLoader.findClass( CompoundClassLoader.java(Compiled Code)) at com.ibm.ws.classloader.CompoundClassLoader.loadClass( CompoundClassLoader.java:414) at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code)) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:260) at java.io.ObjectInputStream.resolveClass(ObjectInputStream.java:591) at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1546) at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1468) at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java :1659) at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1307) at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1877= ) at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1801) at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java :1679) at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1307) at java.io.ObjectInputStream.readObject(ObjectInputStream.java:357) at org.apache.jcs.auxiliary.disk.indexed.IndexedDisk.readObject( IndexedDisk.java:114) at org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache.readElement( IndexedDiskCache.java:526) at org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache.doGet( IndexedDiskCache.java:484) at org.apache.jcs.auxiliary.disk.AbstractDiskCache.get( AbstractDiskCache.java:298) at org.apache.jcs.engine.control.CompositeCache.get(CompositeCache.java :488) at org.apache.jcs.engine.control.CompositeCache.get(CompositeCache.java :391) at org.apache.jcs.access.CacheAccess.get(CacheAccess.java:201) at mypackage.data.ListDSManager.getCachedObj(ListDSManager.java:81) at mypackage.actions.EventUpdateAction.execute(EventUpdateAction.java:48) at org.apache.struts.action.RequestProcessor.processActionPerform( RequestProcessor.java:484) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java :274) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482) at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525) at javax.servlet.http.HttpServlet.service(HttpServlet.java:763) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.ibm.ws.webcontainer.servlet.ServletWrapper.service( ServletWrapper.java:1212) at com.ibm.ws.webcontainer.servlet.ServletWrapper.service( ServletWrapper.java:1173) at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter( WebAppFilterChain.java:92) at mypackage.application.BemsServletFilter.doFilter(BemsServletFilter.java :29) at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter( FilterInstanceWrapper.java:142) at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter( WebAppFilterChain.java:77) at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest( ServletWrapper.java:626) at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest( CacheServletWrapper.java:80) at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java :1657) at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java :77) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination( HttpInboundLink.java:421) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation( HttpInboundLink.java:367) at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete( HttpICLReadCallback.java:94) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete( WorkQueueManager.java:548) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO( WorkQueueManager.java:601) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun( WorkQueueManager.java:934) at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run( WorkQueueManager.java:1021) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332) . java.lang.ClassNotFoundException: mypackage.util.ListHashMap at com.ibm.ws.classloader.CompoundClassLoader.findClass( CompoundClassLoader.java(Compiled Code)) at com.ibm.ws.classloader.CompoundClassLoader.loadClass( CompoundClassLoader.java:414) at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code)) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:260) at java.io.ObjectInputStream.resolveClass(ObjectInputStream.java:591) at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1546) at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1468) at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java :1659) at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1307) at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1877= ) at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1801) at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java :1679) at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1307) at java.io.ObjectInputStream.readObject(ObjectInputStream.java:357) at org.apache.jcs.auxiliary.disk.indexed.IndexedDisk.readObject( IndexedDisk.java:114) at org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache.readElement( IndexedDiskCache.java:526) at org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache.doGet( IndexedDiskCache.java:484) at org.apache.jcs.auxiliary.disk.AbstractDiskCache.get( AbstractDiskCache.java:298) at org.apache.jcs.engine.control.CompositeCache.get(CompositeCache.java :488) at org.apache.jcs.engine.control.CompositeCache.get(CompositeCache.java :391) at org.apache.jcs.access.CacheAccess.get(CacheAccess.java:201) at mypackage.data.ListDSManager.getCachedObj(ListDSManager.java:81) at mypackage.actions.EventUpdateAction.execute(EventUpdateAction.java:48) at org.apache.struts.action.RequestProcessor.processActionPerform( RequestProcessor.java:484) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java :274) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482) at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525) at javax.servlet.http.HttpServlet.service(HttpServlet.java:763) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.ibm.ws.webcontainer.servlet.ServletWrapper.service( ServletWrapper.java:1212) at com.ibm.ws.webcontainer.servlet.ServletWrapper.service( ServletWrapper.java:1173) at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter( WebAppFilterChain.java:92) at mypackage.application.BemsServletFilter.doFilter(BemsServletFilter.java :29) at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter( FilterInstanceWrapper.java:142) at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter( WebAppFilterChain.java:77) at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest( ServletWrapper.java:626) at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest( CacheServletWrapper.java:80) at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java :1657) at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java :77) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination( HttpInboundLink.java:421) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation( HttpInboundLink.java:367) at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete( HttpICLReadCallback.java:94) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete( WorkQueueManager.java:548) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO( WorkQueueManager.java:601) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun( WorkQueueManager.java:934) at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run( WorkQueueManager.java:1021) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332) On 4/22/06, Aaron Smuts <[email protected]> wrote: > > It looks like your class files are not available to > the classloader that loaded JCS. Put the jars in the > same directory and see if it helps. Also, can you > send the full stack trace of the error if it is in the > logs. > > Aaron > > --- Eddie Liu <[email protected]> wrote: > > > Yes, I am running under IBM Websphere application > > server. Can you further > > explain what you mean by "same place as my code"? > > Now the jcs jar is in a > > different directory and I have set up the > > dependencies (class-path in the > > MANIFEST.MF) so that my application can find the jar > > files. I can move them > > to /WEB-INF/lib and see if that makes a difference, > > is that what you > > suggest? > > > > Thank you for your help! > > > > On 4/21/06, Smuts, Aaron > > <[email protected]> wrote: > > > > > > Looks like a classloader issue. Are you running > > inside of some evil > > > application server that never did a nice thing for > > anyone? . . . Is > > > the jcs jar in the same place as your code? > > > > > > > -----Original Message----- > > > > From: Eddie Liu [mailto:[email protected]] > > > > Sent: Friday, April 21, 2006 12:03 PM > > > > To: [email protected] > > > > Subject: ClassNotFoundException on value object > > when MemoryShrinker is > > > > enabled > > > > > > > > Hi, > > > > > > > > I have set up a cache region using DC, with > > MemoryShrinker enabled > > > (true). > > > > I still receive the NoClassDefFoundError each > > time when restarting the > > > web > > > > server, that issue was discussed under a > > different threat. > > > > > > > > This time, with MemoryShrinker on, when the > > memory cache expired, I > > > could > > > > see the listDS.data file got populated and the > > file size went from 0k > > > to > > > > 1k. But after it wrote to the file in disk, > > i.e., after I saw in the > > > log: > > > > > > > > > > > ------------------------------------------------------ > > > > > > > ------------------------------------------------------ > > > > [4/21/06 11:56:51:375 EDT] 0000003e > > CacheEventQue I Cache event > > > queue > > > > created: CacheEventQueue > > [listenerId=3D-1121403549, cacheName=3DlistDS] > > > > [4/21/06 11:57:01:391 EDT] 00000041 > > CacheEventQue I QProcessor > > > exiting > > > > for > > > > CacheEventQueue [listenerId=3D-1121403549, > > cacheName=3DlistDS] > > > > > > > ------------------------------------------------------ > > > > > > > ------------------------------------------------------ > > > > > > > > if I tried to access the cache again, I got the > > following exception: > > > > > > > > > > > ------------------------------------------------------ > > > > > > > ------------------------------------------------------ > > > > [4/21/06 11:58:52:406 EDT] 00000035 IndexedDisk > > E TRAS0014I: The > > > > following exception was logged > > java.lang.ClassNotFoundException: > > > > mypackage.BookVObj > > > > at > > > com.ibm.ws.classloader.CompoundClassLoader.findClass( > > > > CompoundClassLoader.java(Compiled Code)) > > > > at > > > com.ibm.ws.classloader.CompoundClassLoader.loadClass( > > > > CompoundClassLoader.java:414) > > > > > > > ------------------------------------------------------ > > > > > > > ------------------------------------------------------ > > > > > > > > where BookVObj is my value object for the cache. > > But again, in the > > > > BookVObjManager, since it could not find the > > value object from cache, > > > it > > > > was > > > > loaded from database and things seems to be > > working fine. > > > > > > > > So what do I need to do to get rid of that > > exception? > > > > > > > > The following is my cache.ccf setup for the > > region. > > > > > > > > > > > ------------------------------------------------------ > > > > > > > ------------------------------------------------------ > > > > jcs.region.listDS=3DDC > > > > > > > > > > jcs.region.listDS.cacheattributes=3Dorg.apache.jcs.engine.CompositeCacheA= t > > > tr > > > > ibutes > > > > > > jcs.region.listDS.cacheattributes.MaxObjects=3D1200 > > > > > > > > > > jcs.region.listDS.cacheattributes.MemoryCacheName=3Dorg.apache.jcs.engine= . > > > me > > > > mory.lru.LRUMemoryCache > > > > > > jcs.region.listDS.elementattributes.IsEternal=3Dfalse > > > > > > > jcs.region.listDS.elementattributes.MaxLifeSeconds=3D10 > > > > > > jcs.region.listDS.elementattributes.IdleTime=3D1800 > > > > jcs.region.listDS.elementattributes.IsSpool=3Dtrue > > > > > > jcs.region.listDS.elementattributes.IsRemote=3Dtrue > > > > > > jcs.region.listDS.elementattributes.IsLateral=3Dtrue > > > > > > > > > > > jcs.region.listDS.cacheattributes.UseMemoryShrinker=3Dtrue > > > > > > > jcs.region.listDS.cacheattributes.MaxMemoryIdleTimeSeconds=3D5 > > > > > > > jcs.region.listDS.cacheattributes.ShrinkerIntervalSeconds=3D5 > > > > > > jcs.region.listDS.cacheattributes.MaxSpoolPerRun=3D500 > > > > > > > > > > > ------------------------------------------------------ > > > > > > > ------------------------------------------------------ > > > > > > > > Thank you for all of you help!! > > > > > > > > Eddie > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: > > [email protected] > > > For additional commands, e-mail: > > [email protected] > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > ------=_Part_6101_27229370.1145882031073-- From [email protected] Mon Apr 24 14:04:15 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56435 invoked from network); 24 Apr 2006 14:03:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Apr 2006 14:03:49 -0000 Received: (qmail 98631 invoked by uid 500); 24 Apr 2006 14:03:48 -0000 Delivered-To: [email protected] Received: (qmail 98614 invoked by uid 500); 24 Apr 2006 14:03:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 98603 invoked by uid 99); 24 Apr 2006 14:03:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Apr 2006 07:03:48 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO sgtulmg02-out.sabre.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Apr 2006 07:03:47 -0700 Received: from unknown (HELO sghdqbh02.Global.ad.sabre.com) ([161.129.204.104]) by sgtulmg02-out.sabre.com with ESMTP; 24 Apr 2006 09:03:26 -0500 X-ExtLoop1: From 161.129.204.104 X-IronPort-AV: i="4.04,152,1144040400"; d="scan'208"; a="675862626:sNHT48477482" Received: from sgtulmsp04.Global.ad.sabre.com ([161.129.204.104]) by sghdqbh02.Global.ad.sabre.com with Microsoft SMTPSVC(207)206-1636); Mon, 24 Apr 2006 09:03:25 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: ClassNotFoundException on value object when MemoryShrinker is enabled Date: Mon, 24 Apr 2006 09:03:25 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ClassNotFoundException on value object when MemoryShrinker is enabled Thread-Index: AcZnm2hLauLUi/sVQMaMiZ3D12pE/wAChgpA From: "Smuts, Aaron" <[email protected]> To: "JCS Users List" <[email protected]> X-OriginalArrivalTime: 24 Apr 2006 14:03:25.0597 (UTC) FILETIME=[DAE04CD0:01C667A7] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Put the jcs jar in the same place as the jars that contain your code. This will solve the problem. =20 > -----Original Message----- > From: Eddie Liu [mailto:[email protected]] > Sent: Monday, April 24, 2006 8:34 AM > To: JCS Users List > Subject: Re: ClassNotFoundException on value object when MemoryShrinker is > enabled >=20 > Hi, >=20 > I had trouble compiling my codes after I moved the jar files to the same > directory. The following is the full stacktrace. The value object class > is > now ListHashMap, but the issue is the same. >=20 > I will keep trying different things. >=20 > Thanks for your help! Any other suggestions are welcome! >=20 > ------------------------------------------------- > [4/24/06 8:21:17:594 EDT] 00000054 IndexedDisk E TRAS0014I: The > following exception was logged java.lang.ClassNotFoundException: > mypackage.util.ListHashMap > at com.ibm.ws.classloader.CompoundClassLoader.findClass( > CompoundClassLoader.java(Compiled Code)) > at com.ibm.ws.classloader.CompoundClassLoader.loadClass( > CompoundClassLoader.java:414) > at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code)) > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:260) > at java.io.ObjectInputStream.resolveClass(ObjectInputStream.java:591) > at > java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1546) > at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1468) > at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java > :1659) > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1307) > at > java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1877) > at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1801) > at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java > :1679) > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1307) > at java.io.ObjectInputStream.readObject(ObjectInputStream.java:357) > at org.apache.jcs.auxiliary.disk.indexed.IndexedDisk.readObject( > IndexedDisk.java:114) > at org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache.readElement( > IndexedDiskCache.java:526) > at org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache.doGet( > IndexedDiskCache.java:484) > at org.apache.jcs.auxiliary.disk.AbstractDiskCache.get( > AbstractDiskCache.java:298) > at org.apache.jcs.engine.control.CompositeCache.get(CompositeCache.java > :488) > at org.apache.jcs.engine.control.CompositeCache.get(CompositeCache.java > :391) > at org.apache.jcs.access.CacheAccess.get(CacheAccess.java:201) > at mypackage.data.ListDSManager.getCachedObj(ListDSManager.java:81) > at mypackage.actions.EventUpdateAction.execute(EventUpdateAction.java:48) > at org.apache.struts.action.RequestProcessor.processActionPerform( > RequestProcessor.java:484) > at > org.apache.struts.action.RequestProcessor.process(RequestProcessor.java > :274) > at > org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482) > at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:763) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) > at com.ibm.ws.webcontainer.servlet.ServletWrapper.service( > ServletWrapper.java:1212) > at com.ibm.ws.webcontainer.servlet.ServletWrapper.service( > ServletWrapper.java:1173) > at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter( > WebAppFilterChain.java:92) > at > mypackage.application.BemsServletFilter.doFilter(BemsServletFilter.java > :29) > at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter( > FilterInstanceWrapper.java:142) > at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter( > WebAppFilterChain.java:77) > at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest( > ServletWrapper.java:626) > at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest( > CacheServletWrapper.java:80) > at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java > :1657) > at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java > :77) > at > com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscriminatio n( > HttpInboundLink.java:421) > at > com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformatio n( > HttpInboundLink.java:367) > at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete( > HttpICLReadCallback.java:94) > at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete( > WorkQueueManager.java:548) > at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO( > WorkQueueManager.java:601) > at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun( > WorkQueueManager.java:934) > at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run( > WorkQueueManager.java:1021) > at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332) > . > java.lang.ClassNotFoundException: > mypackage.util.ListHashMap > at com.ibm.ws.classloader.CompoundClassLoader.findClass( > CompoundClassLoader.java(Compiled Code)) > at com.ibm.ws.classloader.CompoundClassLoader.loadClass( > CompoundClassLoader.java:414) > at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code)) > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:260) > at java.io.ObjectInputStream.resolveClass(ObjectInputStream.java:591) > at > java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1546) > at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1468) > at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java > :1659) > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1307) > at > java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1877) > at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1801) > at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java > :1679) > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1307) > at java.io.ObjectInputStream.readObject(ObjectInputStream.java:357) > at org.apache.jcs.auxiliary.disk.indexed.IndexedDisk.readObject( > IndexedDisk.java:114) > at org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache.readElement( > IndexedDiskCache.java:526) > at org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache.doGet( > IndexedDiskCache.java:484) > at org.apache.jcs.auxiliary.disk.AbstractDiskCache.get( > AbstractDiskCache.java:298) > at org.apache.jcs.engine.control.CompositeCache.get(CompositeCache.java > :488) > at org.apache.jcs.engine.control.CompositeCache.get(CompositeCache.java > :391) > at org.apache.jcs.access.CacheAccess.get(CacheAccess.java:201) > at mypackage.data.ListDSManager.getCachedObj(ListDSManager.java:81) > at mypackage.actions.EventUpdateAction.execute(EventUpdateAction.java:48) > at org.apache.struts.action.RequestProcessor.processActionPerform( > RequestProcessor.java:484) > at > org.apache.struts.action.RequestProcessor.process(RequestProcessor.java > :274) > at > org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482) > at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:763) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) > at com.ibm.ws.webcontainer.servlet.ServletWrapper.service( > ServletWrapper.java:1212) > at com.ibm.ws.webcontainer.servlet.ServletWrapper.service( > ServletWrapper.java:1173) > at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter( > WebAppFilterChain.java:92) > at > mypackage.application.BemsServletFilter.doFilter(BemsServletFilter.java > :29) > at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter( > FilterInstanceWrapper.java:142) > at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter( > WebAppFilterChain.java:77) > at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest( > ServletWrapper.java:626) > at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest( > CacheServletWrapper.java:80) > at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java > :1657) > at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java > :77) > at > com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscriminatio n( > HttpInboundLink.java:421) > at > com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformatio n( > HttpInboundLink.java:367) > at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete( > HttpICLReadCallback.java:94) > at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete( > WorkQueueManager.java:548) > at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO( > WorkQueueManager.java:601) > at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun( > WorkQueueManager.java:934) > at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run( > WorkQueueManager.java:1021) > at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332) >=20 > On 4/22/06, Aaron Smuts <[email protected]> wrote: > > > > It looks like your class files are not available to > > the classloader that loaded JCS. Put the jars in the > > same directory and see if it helps. Also, can you > > send the full stack trace of the error if it is in the > > logs. > > > > Aaron > > > > --- Eddie Liu <[email protected]> wrote: > > > > > Yes, I am running under IBM Websphere application > > > server. Can you further > > > explain what you mean by "same place as my code"? > > > Now the jcs jar is in a > > > different directory and I have set up the > > > dependencies (class-path in the > > > MANIFEST.MF) so that my application can find the jar > > > files. I can move them > > > to /WEB-INF/lib and see if that makes a difference, > > > is that what you > > > suggest? > > > > > > Thank you for your help! > > > > > > On 4/21/06, Smuts, Aaron > > > <[email protected]> wrote: > > > > > > > > Looks like a classloader issue. Are you running > > > inside of some evil > > > > application server that never did a nice thing for > > > anyone? . . . Is > > > > the jcs jar in the same place as your code? > > > > > > > > > -----Original Message----- > > > > > From: Eddie Liu [mailto:[email protected]] > > > > > Sent: Friday, April 21, 2006 12:03 PM > > > > > To: [email protected] > > > > > Subject: ClassNotFoundException on value object > > > when MemoryShrinker is > > > > > enabled > > > > > > > > > > Hi, > > > > > > > > > > I have set up a cache region using DC, with > > > MemoryShrinker enabled > > > > (true). > > > > > I still receive the NoClassDefFoundError each > > > time when restarting the > > > > web > > > > > server, that issue was discussed under a > > > different threat. > > > > > > > > > > This time, with MemoryShrinker on, when the > > > memory cache expired, I > > > > could > > > > > see the listDS.data file got populated and the > > > file size went from 0k > > > > to > > > > > 1k. But after it wrote to the file in disk, > > > i.e., after I saw in the > > > > log: > > > > > > > > > > > > > > > ------------------------------------------------------ > > > > > > > > > > ------------------------------------------------------ > > > > > [4/21/06 11:56:51:375 EDT] 0000003e > > > CacheEventQue I Cache event > > > > queue > > > > > created: CacheEventQueue > > > [listenerId=3D-1121403549, cacheName=3DlistDS] > > > > > [4/21/06 11:57:01:391 EDT] 00000041 > > > CacheEventQue I QProcessor > > > > exiting > > > > > for > > > > > CacheEventQueue [listenerId=3D-1121403549, > > > cacheName=3DlistDS] > > > > > > > > > > ------------------------------------------------------ > > > > > > > > > > ------------------------------------------------------ > > > > > > > > > > if I tried to access the cache again, I got the > > > following exception: > > > > > > > > > > > > > > > ------------------------------------------------------ > > > > > > > > > > ------------------------------------------------------ > > > > > [4/21/06 11:58:52:406 EDT] 00000035 IndexedDisk > > > E TRAS0014I: The > > > > > following exception was logged > > > java.lang.ClassNotFoundException: > > > > > mypackage.BookVObj > > > > > at > > > > > com.ibm.ws.classloader.CompoundClassLoader.findClass( > > > > > CompoundClassLoader.java(Compiled Code)) > > > > > at > > > > > com.ibm.ws.classloader.CompoundClassLoader.loadClass( > > > > > CompoundClassLoader.java:414) > > > > > > > > > > ------------------------------------------------------ > > > > > > > > > > ------------------------------------------------------ > > > > > > > > > > where BookVObj is my value object for the cache. > > > But again, in the > > > > > BookVObjManager, since it could not find the > > > value object from cache, > > > > it > > > > > was > > > > > loaded from database and things seems to be > > > working fine. > > > > > > > > > > So what do I need to do to get rid of that > > > exception? > > > > > > > > > > The following is my cache.ccf setup for the > > > region. > > > > > > > > > > > > > > > ------------------------------------------------------ > > > > > > > > > > ------------------------------------------------------ > > > > > jcs.region.listDS=3DDC > > > > > > > > > > > > > > jcs.region.listDS.cacheattributes=3Dorg.apache.jcs.engine.CompositeCacheA= t > > > > tr > > > > > ibutes > > > > > > > > jcs.region.listDS.cacheattributes.MaxObjects=3D1200 > > > > > > > > > > > > > > jcs.region.listDS.cacheattributes.MemoryCacheName=3Dorg.apache.jcs.engine= . > > > > me > > > > > mory.lru.LRUMemoryCache > > > > > > > > jcs.region.listDS.elementattributes.IsEternal=3Dfalse > > > > > > > > > > jcs.region.listDS.elementattributes.MaxLifeSeconds=3D10 > > > > > > > > jcs.region.listDS.elementattributes.IdleTime=3D1800 > > > > > jcs.region.listDS.elementattributes.IsSpool=3Dtrue > > > > > > > > jcs.region.listDS.elementattributes.IsRemote=3Dtrue > > > > > > > > jcs.region.listDS.elementattributes.IsLateral=3Dtrue > > > > > > > > > > > > > > > jcs.region.listDS.cacheattributes.UseMemoryShrinker=3Dtrue > > > > > > > > > > jcs.region.listDS.cacheattributes.MaxMemoryIdleTimeSeconds=3D5 > > > > > > > > > > jcs.region.listDS.cacheattributes.ShrinkerIntervalSeconds=3D5 > > > > > > > > jcs.region.listDS.cacheattributes.MaxSpoolPerRun=3D500 > > > > > > > > > > > > > > > ------------------------------------------------------ > > > > > > > > > > ------------------------------------------------------ > > > > > > > > > > Thank you for all of you help!! > > > > > > > > > > Eddie > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: > > > [email protected] > > > > For additional commands, e-mail: > > > [email protected] > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Apr 24 21:31:44 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38338 invoked from network); 24 Apr 2006 21:31:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Apr 2006 21:31:44 -0000 Received: (qmail 81457 invoked by uid 500); 24 Apr 2006 21:31:44 -0000 Delivered-To: [email protected] Received: (qmail 81296 invoked by uid 500); 24 Apr 2006 21:31:43 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 81284 invoked by uid 99); 24 Apr 2006 21:31:43 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Apr 2006 14:31:43 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Apr 2006 14:31:41 -0700 Received: by wproxy.gmail.com with SMTP id 68so1114316wra for <[email protected]>; Mon, 24 Apr 2006 14:31:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=iCBymDy915xg+cC3EZMIl+fz4iXY0ab+6tzyINJmMPIEyi4gkqhR9f4u633Kh/4GriiqrDWmFCEpXv+4eVwwP9c9mhrNr8ZjUOBdNByV2AxzPgkQEtQdSI871jWhsBT21TW1G1i21g0O8EWsFW0b3lM8w98x81KJVzuGX3b3198= Received: by 161.129.204.104 with SMTP id r12mr1385092wra; Mon, 24 Apr 2006 14:31:18 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 24 Apr 2006 14:31:18 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 24 Apr 2006 17:31:18 -0400 From: "Eddie Liu" <[email protected]> To: "JCS Users List" <[email protected]> Subject: Re: ClassNotFoundException on value object when MemoryShrinker is enabled In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_13196_7616032.1145914278148" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_13196_7616032.1145914278148 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I did not do exactly what you said. But I export my codes to a jar and put it in the same place where the jcs jar is, and that solves the issue! Now = I just need to figure our how to do it the other way around. Thanks Arron for all your help! I have another question more about JCS, I will put it in another thread. Eddie On 4/24/06, Smuts, Aaron <[email protected]> wrote: > > Put the jcs jar in the same place as the jars that contain your code. > This will solve the problem. > > > -----Original Message----- > > From: Eddie Liu [mailto:[email protected]] > > Sent: Monday, April 24, 2006 8:34 AM > > To: JCS Users List > > Subject: Re: ClassNotFoundException on value object when > MemoryShrinker is > > enabled > > > > Hi, > > > > I had trouble compiling my codes after I moved the jar files to the > same > > directory. The following is the full stacktrace. The value object > class > > is > > now ListHashMap, but the issue is the same. > > > > I will keep trying different things. > > > > Thanks for your help! Any other suggestions are welcome! > > > > ------------------------------------------------- > > [4/24/06 8:21:17:594 EDT] 00000054 IndexedDisk E TRAS0014I: The > > following exception was logged java.lang.ClassNotFoundException: > > mypackage.util.ListHashMap > > at com.ibm.ws.classloader.CompoundClassLoader.findClass( > > CompoundClassLoader.java(Compiled Code)) > > at com.ibm.ws.classloader.CompoundClassLoader.loadClass( > > CompoundClassLoader.java:414) > > at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code)) > > at java.lang.Class.forName0(Native Method) > > at java.lang.Class.forName(Class.java:260) > > at java.io.ObjectInputStream.resolveClass(ObjectInputStream.java:591) > > at > > > java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1546) > > at > java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1468) > > at > java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java > > :1659) > > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1307) > > at > > > java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1877) > > at > java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1801) > > at > java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java > > :1679) > > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1307) > > at java.io.ObjectInputStream.readObject(ObjectInputStream.java:357) > > at org.apache.jcs.auxiliary.disk.indexed.IndexedDisk.readObject( > > IndexedDisk.java:114) > > at > org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache.readElement( > > IndexedDiskCache.java:526) > > at org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache.doGet( > > IndexedDiskCache.java:484) > > at org.apache.jcs.auxiliary.disk.AbstractDiskCache.get( > > AbstractDiskCache.java:298) > > at > org.apache.jcs.engine.control.CompositeCache.get(CompositeCache.java > > :488) > > at > org.apache.jcs.engine.control.CompositeCache.get(CompositeCache.java > > :391) > > at org.apache.jcs.access.CacheAccess.get(CacheAccess.java:201) > > at mypackage.data.ListDSManager.getCachedObj(ListDSManager.java:81) > > at > mypackage.actions.EventUpdateAction.execute(EventUpdateAction.java:48) > > at org.apache.struts.action.RequestProcessor.processActionPerform( > > RequestProcessor.java:484) > > at > > > org.apache.struts.action.RequestProcessor.process(RequestProcessor.java > > :274) > > at > > > org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482) > > at > org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:763) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) > > at com.ibm.ws.webcontainer.servlet.ServletWrapper.service( > > ServletWrapper.java:1212) > > at com.ibm.ws.webcontainer.servlet.ServletWrapper.service( > > ServletWrapper.java:1173) > > at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter( > > WebAppFilterChain.java:92) > > at > > > mypackage.application.BemsServletFilter.doFilter(BemsServletFilter.java > > :29) > > at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter( > > FilterInstanceWrapper.java:142) > > at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter( > > WebAppFilterChain.java:77) > > at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest( > > ServletWrapper.java:626) > > at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest( > > CacheServletWrapper.java:80) > > at > com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java > > :1657) > > at > com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java > > :77) > > at > > > com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscriminatio > n( > > HttpInboundLink.java:421) > > at > > > com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformatio > n( > > HttpInboundLink.java:367) > > at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete( > > HttpICLReadCallback.java:94) > > at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete( > > WorkQueueManager.java:548) > > at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO( > > WorkQueueManager.java:601) > > at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun( > > WorkQueueManager.java:934) > > at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run( > > WorkQueueManager.java:1021) > > at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332) > > . > > java.lang.ClassNotFoundException: > > mypackage.util.ListHashMap > > at com.ibm.ws.classloader.CompoundClassLoader.findClass( > > CompoundClassLoader.java(Compiled Code)) > > at com.ibm.ws.classloader.CompoundClassLoader.loadClass( > > CompoundClassLoader.java:414) > > at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code)) > > at java.lang.Class.forName0(Native Method) > > at java.lang.Class.forName(Class.java:260) > > at java.io.ObjectInputStream.resolveClass(ObjectInputStream.java:591) > > at > > > java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1546) > > at > java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1468) > > at > java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java > > :1659) > > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1307) > > at > > > java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1877) > > at > java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1801) > > at > java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java > > :1679) > > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1307) > > at java.io.ObjectInputStream.readObject(ObjectInputStream.java:357) > > at org.apache.jcs.auxiliary.disk.indexed.IndexedDisk.readObject( > > IndexedDisk.java:114) > > at > org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache.readElement( > > IndexedDiskCache.java:526) > > at org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache.doGet( > > IndexedDiskCache.java:484) > > at org.apache.jcs.auxiliary.disk.AbstractDiskCache.get( > > AbstractDiskCache.java:298) > > at > org.apache.jcs.engine.control.CompositeCache.get(CompositeCache.java > > :488) > > at > org.apache.jcs.engine.control.CompositeCache.get(CompositeCache.java > > :391) > > at org.apache.jcs.access.CacheAccess.get(CacheAccess.java:201) > > at mypackage.data.ListDSManager.getCachedObj(ListDSManager.java:81) > > at > mypackage.actions.EventUpdateAction.execute(EventUpdateAction.java:48) > > at org.apache.struts.action.RequestProcessor.processActionPerform( > > RequestProcessor.java:484) > > at > > > org.apache.struts.action.RequestProcessor.process(RequestProcessor.java > > :274) > > at > > > org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482) > > at > org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:763) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) > > at com.ibm.ws.webcontainer.servlet.ServletWrapper.service( > > ServletWrapper.java:1212) > > at com.ibm.ws.webcontainer.servlet.ServletWrapper.service( > > ServletWrapper.java:1173) > > at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter( > > WebAppFilterChain.java:92) > > at > > > mypackage.application.BemsServletFilter.doFilter(BemsServletFilter.java > > :29) > > at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter( > > FilterInstanceWrapper.java:142) > > at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter( > > WebAppFilterChain.java:77) > > at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest( > > ServletWrapper.java:626) > > at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest( > > CacheServletWrapper.java:80) > > at > com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java > > :1657) > > at > com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java > > :77) > > at > > > com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscriminatio > n( > > HttpInboundLink.java:421) > > at > > > com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformatio > n( > > HttpInboundLink.java:367) > > at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete( > > HttpICLReadCallback.java:94) > > at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete( > > WorkQueueManager.java:548) > > at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO( > > WorkQueueManager.java:601) > > at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun( > > WorkQueueManager.java:934) > > at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run( > > WorkQueueManager.java:1021) > > at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332) > > > > On 4/22/06, Aaron Smuts <[email protected]> wrote: > > > > > > It looks like your class files are not available to > > > the classloader that loaded JCS. Put the jars in the > > > same directory and see if it helps. Also, can you > > > send the full stack trace of the error if it is in the > > > logs. > > > > > > Aaron > > > > > > --- Eddie Liu <[email protected]> wrote: > > > > > > > Yes, I am running under IBM Websphere application > > > > server. Can you further > > > > explain what you mean by "same place as my code"? > > > > Now the jcs jar is in a > > > > different directory and I have set up the > > > > dependencies (class-path in the > > > > MANIFEST.MF) so that my application can find the jar > > > > files. I can move them > > > > to /WEB-INF/lib and see if that makes a difference, > > > > is that what you > > > > suggest? > > > > > > > > Thank you for your help! > > > > > > > > On 4/21/06, Smuts, Aaron > > > > <[email protected]> wrote: > > > > > > > > > > Looks like a classloader issue. Are you running > > > > inside of some evil > > > > > application server that never did a nice thing for > > > > anyone? . . . Is > > > > > the jcs jar in the same place as your code? > > > > > > > > > > > -----Original Message----- > > > > > > From: Eddie Liu [mailto:[email protected]] > > > > > > Sent: Friday, April 21, 2006 12:03 PM > > > > > > To: [email protected] > > > > > > Subject: ClassNotFoundException on value object > > > > when MemoryShrinker is > > > > > > enabled > > > > > > > > > > > > Hi, > > > > > > > > > > > > I have set up a cache region using DC, with > > > > MemoryShrinker enabled > > > > > (true). > > > > > > I still receive the NoClassDefFoundError each > > > > time when restarting the > > > > > web > > > > > > server, that issue was discussed under a > > > > different threat. > > > > > > > > > > > > This time, with MemoryShrinker on, when the > > > > memory cache expired, I > > > > > could > > > > > > see the listDS.data file got populated and the > > > > file size went from 0k > > > > > to > > > > > > 1k. But after it wrote to the file in disk, > > > > i.e., after I saw in the > > > > > log: > > > > > > > > > > > > > > > > > > > ------------------------------------------------------ > > > > > > > > > > > > > ------------------------------------------------------ > > > > > > [4/21/06 11:56:51:375 EDT] 0000003e > > > > CacheEventQue I Cache event > > > > > queue > > > > > > created: CacheEventQueue > > > > [listenerId=3D-1121403549, cacheName=3DlistDS] > > > > > > [4/21/06 11:57:01:391 EDT] 00000041 > > > > CacheEventQue I QProcessor > > > > > exiting > > > > > > for > > > > > > CacheEventQueue [listenerId=3D-1121403549, > > > > cacheName=3DlistDS] > > > > > > > > > > > > > ------------------------------------------------------ > > > > > > > > > > > > > ------------------------------------------------------ > > > > > > > > > > > > if I tried to access the cache again, I got the > > > > following exception: > > > > > > > > > > > > > > > > > > > ------------------------------------------------------ > > > > > > > > > > > > > ------------------------------------------------------ > > > > > > [4/21/06 11:58:52:406 EDT] 00000035 IndexedDisk > > > > E TRAS0014I: The > > > > > > following exception was logged > > > > java.lang.ClassNotFoundException: > > > > > > mypackage.BookVObj > > > > > > at > > > > > > > com.ibm.ws.classloader.CompoundClassLoader.findClass( > > > > > > CompoundClassLoader.java(Compiled Code)) > > > > > > at > > > > > > > com.ibm.ws.classloader.CompoundClassLoader.loadClass( > > > > > > CompoundClassLoader.java:414) > > > > > > > > > > > > > ------------------------------------------------------ > > > > > > > > > > > > > ------------------------------------------------------ > > > > > > > > > > > > where BookVObj is my value object for the cache. > > > > But again, in the > > > > > > BookVObjManager, since it could not find the > > > > value object from cache, > > > > > it > > > > > > was > > > > > > loaded from database and things seems to be > > > > working fine. > > > > > > > > > > > > So what do I need to do to get rid of that > > > > exception? > > > > > > > > > > > > The following is my cache.ccf setup for the > > > > region. > > > > > > > > > > > > > > > > > > > ------------------------------------------------------ > > > > > > > > > > > > > ------------------------------------------------------ > > > > > > jcs.region.listDS=3DDC > > > > > > > > > > > > > > > > > > > jcs.region.listDS.cacheattributes=3Dorg.apache.jcs.engine.CompositeCacheA= t > > > > > tr > > > > > > ibutes > > > > > > > > > > jcs.region.listDS.cacheattributes.MaxObjects=3D1200 > > > > > > > > > > > > > > > > > > > jcs.region.listDS.cacheattributes.MemoryCacheName=3Dorg.apache.jcs.engine= . > > > > > me > > > > > > mory.lru.LRUMemoryCache > > > > > > > > > > jcs.region.listDS.elementattributes.IsEternal=3Dfalse > > > > > > > > > > > > > jcs.region.listDS.elementattributes.MaxLifeSeconds=3D10 > > > > > > > > > > jcs.region.listDS.elementattributes.IdleTime=3D1800 > > > > > > jcs.region.listDS.elementattributes.IsSpool=3Dtrue > > > > > > > > > > jcs.region.listDS.elementattributes.IsRemote=3Dtrue > > > > > > > > > > jcs.region.listDS.elementattributes.IsLateral=3Dtrue > > > > > > > > > > > > > > > > > > > jcs.region.listDS.cacheattributes.UseMemoryShrinker=3Dtrue > > > > > > > > > > > > > jcs.region.listDS.cacheattributes.MaxMemoryIdleTimeSeconds=3D5 > > > > > > > > > > > > > jcs.region.listDS.cacheattributes.ShrinkerIntervalSeconds=3D5 > > > > > > > > > > jcs.region.listDS.cacheattributes.MaxSpoolPerRun=3D500 > > > > > > > > > > > > > > > > > > > ------------------------------------------------------ > > > > > > > > > > > > > ------------------------------------------------------ > > > > > > > > > > > > Thank you for all of you help!! > > > > > > > > > > > > Eddie > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > To unsubscribe, e-mail: > > > > [email protected] > > > > > For additional commands, e-mail: > > > > [email protected] > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > ------=_Part_13196_7616032.1145914278148-- From [email protected] Mon Apr 24 21:40:34 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41623 invoked from network); 24 Apr 2006 21:40:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Apr 2006 21:40:34 -0000 Received: (qmail 92244 invoked by uid 500); 24 Apr 2006 21:40:34 -0000 Delivered-To: [email protected] Received: (qmail 92227 invoked by uid 500); 24 Apr 2006 21:40:34 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 92205 invoked by uid 99); 24 Apr 2006 21:40:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Apr 2006 14:40:33 -0700 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=HTML_10_20,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Apr 2006 14:40:33 -0700 Received: by wproxy.gmail.com with SMTP id 68so1115832wra for <[email protected]>; Mon, 24 Apr 2006 14:40:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Q1BuJi4gx42dLhxNd5X/dBu3DI4lxuF8kTKyGFc0YQBgMSaO8VT/YdALMBt31TThoBvnhmEVnhnBEXje4/lYHnALp82xaaDjgeUabCOh/9xKDajMDhlwxuXfLdAk0dKZm+0/E40PofNeaA6CLdzfCq2lO+IHj5lt9BjPOGEiPA8= Received: by 161.129.204.104 with SMTP id y5mr154049wrc; Mon, 24 Apr 2006 14:40:12 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 24 Apr 2006 14:40:12 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 24 Apr 2006 17:40:12 -0400 From: "Eddie Liu" <[email protected]> To: "JCS Users List" <[email protected]> Subject: Disk Cache and MemoryShrinker MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_13368_30664887.1145914812444" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_13368_30664887.1145914812444 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I might not understand enough, but when I enabled MemoryShrinker, in the lo= g when it says: [4/24/06 17:17:16:688 EDT] 00000036 CacheEventQue I Cache event queue created: CacheEventQueue [listenerId=3D-842985658, cacheName=3Denforce2List= DS] [4/24/06 17:17:26:703 EDT] 00000041 CacheEventQue I QProcessor exiting fo= r CacheEventQueue [listenerId=3D-842985658, cacheName=3Denforce2ListDS] >From my observation, that was when it wrote to disk cache? Right after I saw that, I made another request for the same cached data, but this time it returned null on the jcs.get(id) call. Why it didn't load it from disk? I timed it and made sure I made the new request after it wrote to disk but BEFORE it exceed the maxLifeSeconds. Bu= t it behaved as if it has already expired. Is there anything else I need to do to get the data from disk-cache? Thanks alot! Eddie Configuration as follow: ---------------------------------------------------------------------------= -- jcs.region.listDS=3DDC jcs.region.listDS.cacheattributes=3Dorg.apache.jcs.engine.CompositeCacheAtt= ributes jcs.region.listDS.cacheattributes.MaxObjects=3D1200 jcs.region.listDS.cacheattributes.MemoryCacheName=3Dorg.apache.jcs.engine.m= emory.lru.LRUMemoryCache jcs.region.listDS.elementattributes.IsEternal=3Dfalse jcs.region.listDS.elementattributes.MaxLifeSeconds=3D30 jcs.region.listDS.elementattributes.IdleTime=3D1800 jcs.region.listDS.elementattributes.IsSpool=3Dtrue jcs.region.listDS.elementattributes.IsRemote=3Dtrue jcs.region.listDS.elementattributes.IsLateral=3Dtrue jcs.region.listDS.cacheattributes.UseMemoryShrinker=3Dtrue jcs.region.listDS.cacheattributes.MaxMemoryIdleTimeSeconds=3D5 jcs.region.listDS.cacheattributes.ShrinkerIntervalSeconds=3D5 jcs.region.listDS.cacheattributes.MaxSpoolPerRun=3D500 ---------------------------------------------------------------------------= -- ------=_Part_13368_30664887.1145914812444-- From [email protected] Tue Apr 25 00:53:57 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22410 invoked from network); 25 Apr 2006 00:53:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Apr 2006 00:53:57 -0000 Received: (qmail 39314 invoked by uid 500); 25 Apr 2006 00:53:57 -0000 Delivered-To: [email protected] Received: (qmail 39283 invoked by uid 500); 25 Apr 2006 00:53:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 39272 invoked by uid 99); 25 Apr 2006 00:53:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Apr 2006 17:53:56 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO web30313.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 24 Apr 2006 17:53:55 -0700 Received: (qmail 6051 invoked by uid 60001); 25 Apr 2006 00:53:34 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=xT71QRwqz00WlIpnfCuygIX3XLbVLjOlprhHCBmLyYA+NJVUR3r7TVgXqkqF4bZLPN9QL9jp9+cUAs34E7A5AEyPytGDGgX3R8wUlGBsZ8c8JEOinr5iPSkhR7NdEnuoWFvnePdXpqtnHCVHuvzrjbWTGSIxoDKHP0eZGEcO5xQ= ; Message-ID: <[email protected]> Received: from [161.129.204.104] by web30313.mail.mud.yahoo.com via HTTP; Mon, 24 Apr 2006 17:53:34 PDT Date: Mon, 24 Apr 2006 17:53:34 -0700 (PDT) From: Aaron Smuts <[email protected]> Subject: Re: Disk Cache and MemoryShrinker To: JCS Users List <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N The memory shrinker does 2 things. (1) It removes items that have exceeded their max life. That is, it removes them altogether. It doesn't put them on disk; it simply gets rid of them. If you don't run the memory shrinker these items can hang around in memory, but they will not be returned by the jcs.get call. Each time you get an item from the cache, JCS checks to see if it has expired. If it has expired, it will not be returned. (2) The memory shrinker moves items from memory to disk if the items have exceeded their max memory time. In you cache.ccf file this is set on the line that looks like this: jcs.region.listDS.cacheattributes.MaxMemoryIdleTimeSeconds=5 You have it set to a mere 5 seconds. This is why the items are being put to disk so quickly. Remember that items are also put to disk when the max memory size. If you are using the LRU memory cache, which is the defualt, the lest recently used item will be spooled to disk when an item is put into memory. Items are put into memory in three ways: (a) An item goes into memory if you call put( key, value ). (b) Items are put into memory if they are retrieved from disk. (c) If an item is put into the cache from a lateral or remote auxiliary, it will be added to memory. I hope this helps. Cheers, Aaron --- Eddie Liu <[email protected]> wrote: > I might not understand enough, but when I enabled > MemoryShrinker, in the log > when it says: > > [4/24/06 17:17:16:688 EDT] 00000036 CacheEventQue I > Cache event queue > created: CacheEventQueue [listenerId=-842985658, > cacheName=enforce2ListDS] > [4/24/06 17:17:26:703 EDT] 00000041 CacheEventQue I > QProcessor exiting for > CacheEventQueue [listenerId=-842985658, > cacheName=enforce2ListDS] > > From my observation, that was when it wrote to disk > cache? Right after I > saw that, I made another request for the same cached > data, but this time it > returned null on the jcs.get(id) call. > > Why it didn't load it from disk? I timed it and > made sure I made the new > request after it wrote to disk but BEFORE it exceed > the maxLifeSeconds. But > it behaved as if it has already expired. Is there > anything else I need to > do to get the data from disk-cache? > > Thanks alot! > > Eddie > > Configuration as follow: > ----------------------------------------------------------------------------- > jcs.region.listDS=DC > jcs.region.listDS.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes > jcs.region.listDS.cacheattributes.MaxObjects=1200 > jcs.region.listDS.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache > jcs.region.listDS.elementattributes.IsEternal=false > jcs.region.listDS.elementattributes.MaxLifeSeconds=30 > jcs.region.listDS.elementattributes.IdleTime=1800 > jcs.region.listDS.elementattributes.IsSpool=true > jcs.region.listDS.elementattributes.IsRemote=true > jcs.region.listDS.elementattributes.IsLateral=true > jcs.region.listDS.cacheattributes.UseMemoryShrinker=true > jcs.region.listDS.cacheattributes.MaxMemoryIdleTimeSeconds=5 > jcs.region.listDS.cacheattributes.ShrinkerIntervalSeconds=5 > jcs.region.listDS.cacheattributes.MaxSpoolPerRun=500 > ----------------------------------------------------------------------------- > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Apr 26 12:30:03 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 89507 invoked from network); 26 Apr 2006 12:30:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Apr 2006 12:30:02 -0000 Received: (qmail 64398 invoked by uid 500); 26 Apr 2006 12:30:02 -0000 Delivered-To: [email protected] Received: (qmail 64242 invoked by uid 500); 26 Apr 2006 12:30:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 64231 invoked by uid 99); 26 Apr 2006 12:30:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2006 05:30:01 -0700 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=HTML_00_10,HTML_MESSAGE,HTML_SHORT_LENGTH,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2006 05:30:00 -0700 Received: by nproxy.gmail.com with SMTP id n28so859781nfc for <[email protected]>; Wed, 26 Apr 2006 05:29:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=eRQuy4NyckCq9TA9RXADgR2VdK6PnbQELskeAbyVlZv/6G6h3ngz7lY/N7rDZobpzBj07tBHk2/XvC/oEO18OT1C7WN0md7bI8/wKU3h0OTGnBHQeIFjnlwmDWOvol2XDn1Rihn1JlAz8uR3f0STJiG+MPh5e7KELNw6WHDSMPg= Received: by 161.129.204.104 with SMTP id d9mr2078112nfd; Wed, 26 Apr 2006 05:29:36 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 26 Apr 2006 05:29:36 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 26 Apr 2006 14:29:36 +0200 From: "Alistair Forbes" <[email protected]> To: [email protected] Subject: ARCMemoryCache MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_39604_5083622.1146054576951" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_39604_5083622.1146054576951 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I see ARCMemoryCache is still marked as experimental (although listed as supported in the docs). Are there any known problems with this cache? ------=_Part_39604_5083622.1146054576951-- From [email protected] Wed Apr 26 13:19:37 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17033 invoked from network); 26 Apr 2006 13:19:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Apr 2006 13:19:36 -0000 Received: (qmail 50394 invoked by uid 500); 26 Apr 2006 13:19:36 -0000 Delivered-To: [email protected] Received: (qmail 50381 invoked by uid 500); 26 Apr 2006 13:19:35 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 50370 invoked by uid 99); 26 Apr 2006 13:19:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2006 06:19:35 -0700 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=HTML_MESSAGE,RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2006 06:19:34 -0700 Received: by nproxy.gmail.com with SMTP id n28so868117nfc for <[email protected]>; Wed, 26 Apr 2006 06:19:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=BiNP4c9d1YWVWk9lKdlH86kdtBYIlVgLV8pqptPJDaiAHcBxBZHNvecaLyXNNiiIENUEW/wG03jRa2LKMTQsyMv+jf9nchinI1SCHgyihWmvKIfRqvtYuOKCAyCAJKPem+y1DD3pc4MUWvTjiXIXQr7WuF69ZWadnmVodi2Gx28= Received: by 161.129.204.104 with SMTP id p13mr2222864nfg; Wed, 26 Apr 2006 06:19:13 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 26 Apr 2006 06:19:13 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 26 Apr 2006 15:19:13 +0200 From: "Alistair Forbes" <[email protected]> To: "JCS Users List" <[email protected]> Subject: Remote cache class cast exception MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_40108_33534735.1146057553541" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_40108_33534735.1146057553541 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline >From the logs of the Remote server I get class cast excepetions. I have tried serializing the objects to disk, and these all seem to work. I= s there a simple way to generate the fully stack trace? I log4j I thought the line below would generate a full stack trace, but maybe this is different in Commons logging. catch ( IOException ioe ) { log.error( "Failure getting from disk, cacheName: " + cacheName + ", key =3D " + key, ioe ); reset(); } 15:09:24,459 ERROR [IndexedDiskCache] Failure getting from disk, cacheName: textCache, key =3D XXXYYY java.lang.ClassCastException Any hints appreciated. Al ------=_Part_40108_33534735.1146057553541-- From [email protected] Wed Apr 26 14:24:24 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63426 invoked from network); 26 Apr 2006 14:24:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Apr 2006 14:24:23 -0000 Received: (qmail 7799 invoked by uid 500); 26 Apr 2006 14:24:21 -0000 Delivered-To: [email protected] Received: (qmail 7771 invoked by uid 500); 26 Apr 2006 14:24:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 7760 invoked by uid 99); 26 Apr 2006 14:24:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2006 07:24:20 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO sgtulmg02-out.sabre.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2006 07:24:19 -0700 Received: from unknown (HELO sghdqbh02.Global.ad.sabre.com) ([161.129.204.104]) by sgtulmg02-out.sabre.com with ESMTP; 26 Apr 2006 09:23:58 -0500 X-ExtLoop1: From 161.129.204.104 X-IronPort-AV: i="4.04,158,1144040400"; d="scan'208"; a="677224221:sNHT196920936" Received: from sgtulmsp04.Global.ad.sabre.com ([161.129.204.104]) by sghdqbh02.Global.ad.sabre.com with Microsoft SMTPSVC(207)206-1636); Wed, 26 Apr 2006 09:23:57 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Remote cache class cast exception Date: Wed, 26 Apr 2006 09:23:56 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Remote cache class cast exception Thread-Index: AcZpNBGPHDqgRPq7SZGoqkCjg9xNwgACHWxQ From: "Smuts, Aaron" <[email protected]> To: "JCS Users List" <[email protected]> X-OriginalArrivalTime: 26 Apr 2006 14:23:57.0787 (UTC) FILETIME=[0E2512B0:01C6693D] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N What version of JCS are you using? The error is happening on the remote server's disk cache? In the latest versions, the remote server is passed a byte array instead of your object. If passed the object, then the remote server would have to have your code. =20 The full log message is only 3 lines? The commons logging api prints a stack trace when you pass in an exception as the second argument. > -----Original Message----- > From: Alistair Forbes [mailto:[email protected]] > Sent: Wednesday, April 26, 2006 9:19 AM > To: JCS Users List > Subject: Remote cache class cast exception >=20 > From the logs of the Remote server I get class cast excepetions. >=20 > I have tried serializing the objects to disk, and these all seem to work. > Is > there a simple way to generate the fully stack trace? >=20 > I log4j I thought the line below would generate a full stack trace, but > maybe this is different in Commons logging. >=20 > catch ( IOException ioe ) > { > log.error( "Failure getting from disk, cacheName: " + > cacheName > + ", key =3D " + key, ioe ); > reset(); > } >=20 >=20 > 15:09:24,459 ERROR [IndexedDiskCache] Failure getting from disk, > cacheName: > textCache, key =3D XXXYYY > java.lang.ClassCastException >=20 >=20 > Any hints appreciated. > Al --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Apr 26 15:35:32 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16378 invoked from network); 26 Apr 2006 15:35:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Apr 2006 15:35:32 -0000 Received: (qmail 5884 invoked by uid 500); 26 Apr 2006 15:35:26 -0000 Delivered-To: [email protected] Received: (qmail 5854 invoked by uid 500); 26 Apr 2006 15:35:25 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 5843 invoked by uid 99); 26 Apr 2006 15:35:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2006 08:35:25 -0700 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=HTML_MESSAGE,RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2006 08:35:24 -0700 Received: by nproxy.gmail.com with SMTP id n28so893718nfc for <[email protected]>; Wed, 26 Apr 2006 08:35:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=kfT7A1/FwWdz5tY1CbyOTeX9b5wT6QrTLq9HMLJQS7N7z0zGSKOiNPyNeqehOtm4zyCyJm60q9TtLB2PXjvAQSIeQgDi+onOps3+m1l8Kb1qltj7UKqeRH3UUEMbfEJNPjcq5vIPeBiyxovb5S1cMwqjti+FaCPuICqPa5JT49c= Received: by 161.129.204.104 with SMTP id u2mr1744893nfl; Wed, 26 Apr 2006 08:35:01 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 26 Apr 2006 08:35:01 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 26 Apr 2006 17:35:01 +0200 From: "Alistair Forbes" <[email protected]> To: "JCS Users List" <[email protected]> Subject: Re: Remote cache class cast exception In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_42634_1442724.1146065701292" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_42634_1442724.1146065701292 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I could try the latest version - but I have not had time to check the last changes to the RMI timeouts. But it's pretty recent. The remote server has access to all the application classes. What is strange is that this only happens on 2 out of 8 regions, and for on= e of these the class is really simple. For the logging...strange, but only the one line is logged. I will check th= e log4j pattern that I have. Let me try the latest of everything and see that happens. On 4/26/06, Smuts, Aaron <[email protected]> wrote: > > What version of JCS are you using? > > The error is happening on the remote server's disk cache? > > In the latest versions, the remote server is passed a byte array instead > of your object. If passed the object, then the remote server would have > to have your code. > > The full log message is only 3 lines? The commons logging api prints a > stack trace when you pass in an exception as the second argument. > > > > > -----Original Message----- > > From: Alistair Forbes [mailto:[email protected]] > > Sent: Wednesday, April 26, 2006 9:19 AM > > To: JCS Users List > > Subject: Remote cache class cast exception > > > > From the logs of the Remote server I get class cast excepetions. > > > > I have tried serializing the objects to disk, and these all seem to > work. > > Is > > there a simple way to generate the fully stack trace? > > > > I log4j I thought the line below would generate a full stack trace, > but > > maybe this is different in Commons logging. > > > > catch ( IOException ioe ) > > { > > log.error( "Failure getting from disk, cacheName: " + > > cacheName > > + ", key =3D " + key, ioe ); > > reset(); > > } > > > > > > 15:09:24,459 ERROR [IndexedDiskCache] Failure getting from disk, > > cacheName: > > textCache, key =3D XXXYYY > > java.lang.ClassCastException > > > > > > Any hints appreciated. > > Al > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > ------=_Part_42634_1442724.1146065701292-- From [email protected] Wed Apr 26 21:25:48 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37972 invoked from network); 26 Apr 2006 21:25:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Apr 2006 21:25:45 -0000 Received: (qmail 28703 invoked by uid 500); 26 Apr 2006 21:25:37 -0000 Delivered-To: [email protected] Received: (qmail 28567 invoked by uid 500); 26 Apr 2006 21:25:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 28334 invoked by uid 99); 26 Apr 2006 21:25:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2006 14:25:35 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO xproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2006 14:25:34 -0700 Received: by xproxy.gmail.com with SMTP id s12so1194682wxc for <[email protected]>; Wed, 26 Apr 2006 14:25:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=HWRvpyEnZ4t2gc2pxgN8+exj1jlI8CFPOzL89KjAgU2+fpaqHEBuTpqpX53U623YHhoIP8Xax1GdHMKgO4rz5E1SPPGR+m8tntMeoXsPPtKDTFW4lXtdheXDmTMAlLmi+FdTaLFGyX65ibjCwhKwWF7jbEZp1Xpj7gYRb4qyoUc= Received: by 161.129.204.104 with SMTP id h17mr6848436wxa; Wed, 26 Apr 2006 14:25:12 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 26 Apr 2006 14:24:42 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 26 Apr 2006 17:24:42 -0400 From: "Eddie Liu" <[email protected]> To: "JCS Users List" <[email protected]> Subject: Re: Disk Cache and MemoryShrinker In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4059_12894000.1146086682349" References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_4059_12894000.1146086682349 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Thanks for the explanation! I now have a much clearer picture of how JCS works. One thing I want to make sure I understand correctly: When I am using LRU memory cache, the *last* recently used item will be spooled to disk when an item is put into memory? Or the *least* recently used item will be spooled to disk? Thanks. Eddie On 4/24/06, Aaron Smuts <[email protected]> wrote: > > The memory shrinker does 2 things. > > (1) It removes items that have exceeded their max > life. That is, it removes them altogether. It > doesn't put them on disk; it simply gets rid of them. > If you don't run the memory shrinker these items can > hang around in memory, but they will not be returned > by the jcs.get call. Each time you get an item from > the cache, JCS checks to see if it has expired. If it > has expired, it will not be returned. > > (2) The memory shrinker moves items from memory to > disk if the items have exceeded their max memory time. > In you cache.ccf file this is set on the line that > looks like this: > jcs.region.listDS.cacheattributes.MaxMemoryIdleTimeSeconds=3D5 > You have it set to a mere 5 seconds. This is why the > items are being put to disk so quickly. Remember that > items are also put to disk when the max memory size. > If you are using the LRU memory cache, which is the > defualt, the lest recently used item will be spooled > to disk when an item is put into memory. Items are > put into memory in three ways: (a) An item goes into > memory if you call put( key, value ). (b) Items are > put into memory if they are retrieved from disk. (c) > If an item is put into the cache from a lateral or > remote auxiliary, it will be added to memory. > > I hope this helps. > > Cheers, > > Aaron > > --- Eddie Liu <[email protected]> wrote: > > > I might not understand enough, but when I enabled > > MemoryShrinker, in the log > > when it says: > > > > [4/24/06 17:17:16:688 EDT] 00000036 CacheEventQue I > > Cache event queue > > created: CacheEventQueue [listenerId=3D-842985658, > > cacheName=3Denforce2ListDS] > > [4/24/06 17:17:26:703 EDT] 00000041 CacheEventQue I > > QProcessor exiting for > > CacheEventQueue [listenerId=3D-842985658, > > cacheName=3Denforce2ListDS] > > > > From my observation, that was when it wrote to disk > > cache? Right after I > > saw that, I made another request for the same cached > > data, but this time it > > returned null on the jcs.get(id) call. > > > > Why it didn't load it from disk? I timed it and > > made sure I made the new > > request after it wrote to disk but BEFORE it exceed > > the maxLifeSeconds. But > > it behaved as if it has already expired. Is there > > anything else I need to > > do to get the data from disk-cache? > > > > Thanks alot! > > > > Eddie > > > > Configuration as follow: > > > > -------------------------------------------------------------------------= ---- > > jcs.region.listDS=3DDC > > > > jcs.region.listDS.cacheattributes=3Dorg.apache.jcs.engine.CompositeCacheA= ttributes > > jcs.region.listDS.cacheattributes.MaxObjects=3D1200 > > > > jcs.region.listDS.cacheattributes.MemoryCacheName=3Dorg.apache.jcs.engine= .memory.lru.LRUMemoryCache > > jcs.region.listDS.elementattributes.IsEternal=3Dfalse > > > jcs.region.listDS.elementattributes.MaxLifeSeconds=3D30 > > jcs.region.listDS.elementattributes.IdleTime=3D1800 > > jcs.region.listDS.elementattributes.IsSpool=3Dtrue > > jcs.region.listDS.elementattributes.IsRemote=3Dtrue > > jcs.region.listDS.elementattributes.IsLateral=3Dtrue > > > jcs.region.listDS.cacheattributes.UseMemoryShrinker=3Dtrue > > > jcs.region.listDS.cacheattributes.MaxMemoryIdleTimeSeconds=3D5 > > > jcs.region.listDS.cacheattributes.ShrinkerIntervalSeconds=3D5 > > jcs.region.listDS.cacheattributes.MaxSpoolPerRun=3D500 > > > > -------------------------------------------------------------------------= ---- > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > ------=_Part_4059_12894000.1146086682349-- From [email protected] Wed Apr 26 21:31:43 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40472 invoked from network); 26 Apr 2006 21:31:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Apr 2006 21:31:42 -0000 Received: (qmail 64604 invoked by uid 500); 26 Apr 2006 21:31:40 -0000 Delivered-To: [email protected] Received: (qmail 64307 invoked by uid 500); 26 Apr 2006 21:31:38 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 64013 invoked by uid 99); 26 Apr 2006 21:31:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2006 14:31:37 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2006 14:31:36 -0700 Received: by wproxy.gmail.com with SMTP id 68so1572280wra for <[email protected]>; Wed, 26 Apr 2006 14:31:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=YEc9p6EZNP4ih4UvzQ7QdOtOeqBrjeO0+ijOl/uDY9SEkvec9jq2czuPDjsH/e6Ir1WYCroWWXw5l43JafNBGYq/bQIb+io7aRkUFn9eTubplD/BGlGeGb0fJGJPVIL7+pmxzJ9RKbVGB8NE0xehgz31p+KRdjPlFWnDQMVnp/U= Received: by 161.129.204.104 with SMTP id k16mr3988755wrc; Wed, 26 Apr 2006 14:24:42 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 26 Apr 2006 14:24:42 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 26 Apr 2006 17:24:42 -0400 From: "Eddie Liu" <[email protected]> To: "JCS Users List" <[email protected]> Subject: Re: Disk Cache and MemoryShrinker In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4059_12894000.1146086682349" References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_4059_12894000.1146086682349 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Thanks for the explanation! I now have a much clearer picture of how JCS works. One thing I want to make sure I understand correctly: When I am using LRU memory cache, the *last* recently used item will be spooled to disk when an item is put into memory? Or the *least* recently used item will be spooled to disk? Thanks. Eddie On 4/24/06, Aaron Smuts <[email protected]> wrote: > > The memory shrinker does 2 things. > > (1) It removes items that have exceeded their max > life. That is, it removes them altogether. It > doesn't put them on disk; it simply gets rid of them. > If you don't run the memory shrinker these items can > hang around in memory, but they will not be returned > by the jcs.get call. Each time you get an item from > the cache, JCS checks to see if it has expired. If it > has expired, it will not be returned. > > (2) The memory shrinker moves items from memory to > disk if the items have exceeded their max memory time. > In you cache.ccf file this is set on the line that > looks like this: > jcs.region.listDS.cacheattributes.MaxMemoryIdleTimeSeconds=3D5 > You have it set to a mere 5 seconds. This is why the > items are being put to disk so quickly. Remember that > items are also put to disk when the max memory size. > If you are using the LRU memory cache, which is the > defualt, the lest recently used item will be spooled > to disk when an item is put into memory. Items are > put into memory in three ways: (a) An item goes into > memory if you call put( key, value ). (b) Items are > put into memory if they are retrieved from disk. (c) > If an item is put into the cache from a lateral or > remote auxiliary, it will be added to memory. > > I hope this helps. > > Cheers, > > Aaron > > --- Eddie Liu <[email protected]> wrote: > > > I might not understand enough, but when I enabled > > MemoryShrinker, in the log > > when it says: > > > > [4/24/06 17:17:16:688 EDT] 00000036 CacheEventQue I > > Cache event queue > > created: CacheEventQueue [listenerId=3D-842985658, > > cacheName=3Denforce2ListDS] > > [4/24/06 17:17:26:703 EDT] 00000041 CacheEventQue I > > QProcessor exiting for > > CacheEventQueue [listenerId=3D-842985658, > > cacheName=3Denforce2ListDS] > > > > From my observation, that was when it wrote to disk > > cache? Right after I > > saw that, I made another request for the same cached > > data, but this time it > > returned null on the jcs.get(id) call. > > > > Why it didn't load it from disk? I timed it and > > made sure I made the new > > request after it wrote to disk but BEFORE it exceed > > the maxLifeSeconds. But > > it behaved as if it has already expired. Is there > > anything else I need to > > do to get the data from disk-cache? > > > > Thanks alot! > > > > Eddie > > > > Configuration as follow: > > > > -------------------------------------------------------------------------= ---- > > jcs.region.listDS=3DDC > > > > jcs.region.listDS.cacheattributes=3Dorg.apache.jcs.engine.CompositeCacheA= ttributes > > jcs.region.listDS.cacheattributes.MaxObjects=3D1200 > > > > jcs.region.listDS.cacheattributes.MemoryCacheName=3Dorg.apache.jcs.engine= .memory.lru.LRUMemoryCache > > jcs.region.listDS.elementattributes.IsEternal=3Dfalse > > > jcs.region.listDS.elementattributes.MaxLifeSeconds=3D30 > > jcs.region.listDS.elementattributes.IdleTime=3D1800 > > jcs.region.listDS.elementattributes.IsSpool=3Dtrue > > jcs.region.listDS.elementattributes.IsRemote=3Dtrue > > jcs.region.listDS.elementattributes.IsLateral=3Dtrue > > > jcs.region.listDS.cacheattributes.UseMemoryShrinker=3Dtrue > > > jcs.region.listDS.cacheattributes.MaxMemoryIdleTimeSeconds=3D5 > > > jcs.region.listDS.cacheattributes.ShrinkerIntervalSeconds=3D5 > > jcs.region.listDS.cacheattributes.MaxSpoolPerRun=3D500 > > > > -------------------------------------------------------------------------= ---- > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > ------=_Part_4059_12894000.1146086682349-- From [email protected] Wed Apr 26 21:55:02 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 51205 invoked from network); 26 Apr 2006 21:55:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Apr 2006 21:55:02 -0000 Received: (qmail 5851 invoked by uid 500); 26 Apr 2006 21:55:01 -0000 Delivered-To: [email protected] Received: (qmail 5836 invoked by uid 500); 26 Apr 2006 21:55:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 5822 invoked by uid 99); 26 Apr 2006 21:55:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2006 14:55:01 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2006 14:55:00 -0700 Received: by nproxy.gmail.com with SMTP id o60so2151175nfa for <[email protected]>; Wed, 26 Apr 2006 14:54:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=SEFmUYL7gRYviIb5LWJK+ZWNnXC6pFUUBnUmej4rDwnu2tm6TgsFU376Bu1iPQw8nh5l3pMwDj8HKTswV9mw5ctaVOtbyaKiCijSULCo7yTXUAL/2ovVOgEUWwDlNtmdF8Nxf1wXSeNUJzjJEQcqAYXZU3YrHTKbBCLV9yPBSNE= Received: by 161.129.204.104 with SMTP id v7mr1177775nfv; Wed, 26 Apr 2006 14:54:34 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 26 Apr 2006 14:54:33 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 26 Apr 2006 23:54:33 +0200 From: "Alistair Forbes" <[email protected]> To: "JCS Users List" <[email protected]> Subject: Re: Disk Cache and MemoryShrinker In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2957_29573974.1146088473976" References: <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_2957_29573974.1146088473976 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Least recently used. A MRU (Most recently used) does exist, but I doubt tha= t this is what you want. Al On 4/26/06, Eddie Liu <[email protected]> wrote: > > Thanks for the explanation! I now have a much clearer picture of how JCS > works. > > One thing I want to make sure I understand correctly: When I am using LRU > memory cache, the *last* recently used item will be spooled to disk when > an > item is put into memory? Or the *least* recently used item will be > spooled > to disk? > > Thanks. > > Eddie > > > On 4/24/06, Aaron Smuts <[email protected]> wrote: > > > > The memory shrinker does 2 things. > > > > (1) It removes items that have exceeded their max > > life. That is, it removes them altogether. It > > doesn't put them on disk; it simply gets rid of them. > > If you don't run the memory shrinker these items can > > hang around in memory, but they will not be returned > > by the jcs.get call. Each time you get an item from > > the cache, JCS checks to see if it has expired. If it > > has expired, it will not be returned. > > > > (2) The memory shrinker moves items from memory to > > disk if the items have exceeded their max memory time. > > In you cache.ccf file this is set on the line that > > looks like this: > > jcs.region.listDS.cacheattributes.MaxMemoryIdleTimeSeconds=3D5 > > You have it set to a mere 5 seconds. This is why the > > items are being put to disk so quickly. Remember that > > items are also put to disk when the max memory size. > > If you are using the LRU memory cache, which is the > > defualt, the lest recently used item will be spooled > > to disk when an item is put into memory. Items are > > put into memory in three ways: (a) An item goes into > > memory if you call put( key, value ). (b) Items are > > put into memory if they are retrieved from disk. (c) > > If an item is put into the cache from a lateral or > > remote auxiliary, it will be added to memory. > > > > I hope this helps. > > > > Cheers, > > > > Aaron > > > > --- Eddie Liu <[email protected]> wrote: > > > > > I might not understand enough, but when I enabled > > > MemoryShrinker, in the log > > > when it says: > > > > > > [4/24/06 17:17:16:688 EDT] 00000036 CacheEventQue I > > > Cache event queue > > > created: CacheEventQueue [listenerId=3D-842985658, > > > cacheName=3Denforce2ListDS] > > > [4/24/06 17:17:26:703 EDT] 00000041 CacheEventQue I > > > QProcessor exiting for > > > CacheEventQueue [listenerId=3D-842985658, > > > cacheName=3Denforce2ListDS] > > > > > > From my observation, that was when it wrote to disk > > > cache? Right after I > > > saw that, I made another request for the same cached > > > data, but this time it > > > returned null on the jcs.get(id) call. > > > > > > Why it didn't load it from disk? I timed it and > > > made sure I made the new > > > request after it wrote to disk but BEFORE it exceed > > > the maxLifeSeconds. But > > > it behaved as if it has already expired. Is there > > > anything else I need to > > > do to get the data from disk-cache? > > > > > > Thanks alot! > > > > > > Eddie > > > > > > Configuration as follow: > > > > > > > > -------------------------------------------------------------------------= ---- > > > jcs.region.listDS=3DDC > > > > > > > > jcs.region.listDS.cacheattributes=3Dorg.apache.jcs.engine.CompositeCacheA= ttributes > > > jcs.region.listDS.cacheattributes.MaxObjects=3D1200 > > > > > > > > jcs.region.listDS.cacheattributes.MemoryCacheName=3Dorg.apache.jcs.engine= .memory.lru.LRUMemoryCache > > > jcs.region.listDS.elementattributes.IsEternal=3Dfalse > > > > > jcs.region.listDS.elementattributes.MaxLifeSeconds=3D30 > > > jcs.region.listDS.elementattributes.IdleTime=3D1800 > > > jcs.region.listDS.elementattributes.IsSpool=3Dtrue > > > jcs.region.listDS.elementattributes.IsRemote=3Dtrue > > > jcs.region.listDS.elementattributes.IsLateral=3Dtrue > > > > > jcs.region.listDS.cacheattributes.UseMemoryShrinker=3Dtrue > > > > > jcs.region.listDS.cacheattributes.MaxMemoryIdleTimeSeconds=3D5 > > > > > jcs.region.listDS.cacheattributes.ShrinkerIntervalSeconds=3D5 > > > jcs.region.listDS.cacheattributes.MaxSpoolPerRun=3D500 > > > > > > > > -------------------------------------------------------------------------= ---- > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > ------=_Part_2957_29573974.1146088473976-- From [email protected] Wed Apr 26 22:14:28 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59229 invoked from network); 26 Apr 2006 22:14:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Apr 2006 22:14:26 -0000 Received: (qmail 50320 invoked by uid 500); 26 Apr 2006 22:14:26 -0000 Delivered-To: [email protected] Received: (qmail 50286 invoked by uid 500); 26 Apr 2006 22:14:26 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 50251 invoked by uid 99); 26 Apr 2006 22:14:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2006 15:14:26 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2006 15:14:23 -0700 Received: by nproxy.gmail.com with SMTP id o60so2154281nfa for <[email protected]>; Wed, 26 Apr 2006 15:14:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Sf6KCsHv8cfoAg0reAMQE5c/Et/Q6mo4//HTV/vm0jTAL9anJd0IvUqlDhtilXXtgj1PMw41cn+a3poVRsn4C7R+A+wq2whsvL60E/RR66L+IJbLfw65vcUZ5bkPPvEQBLUYHtOw5bhsW3uJs/O3gcd8Ddl2DIsDp0cRpx8p+WU= Received: by 161.129.204.104 with SMTP id t10mr5009673nfh; Wed, 26 Apr 2006 15:14:01 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 26 Apr 2006 15:14:01 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 27 Apr 2006 00:14:01 +0200 From: "Alistair Forbes" <[email protected]> To: "JCS Users List" <[email protected]> Subject: Re: Remote cache class cast exception In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3165_8301768.1146089641942" References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_3165_8301768.1146089641942 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Here's the full stack trace from the remote server: java.lang.ClassCastException: org.apache.jcs.engine.CacheElementSerialized at org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache.readElement( IndexedDiskCache.java:526) at org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache.doGet( IndexedDiskCache.java:484) at org.apache.jcs.auxiliary.disk.AbstractDiskCache.get( AbstractDiskCache.java:298) at org.apache.jcs.engine.control.CompositeCache.get( CompositeCache.java:495) at org.apache.jcs.engine.control.CompositeCache.get( CompositeCache.java:398) at org.apache.jcs.auxiliary.remote.server.RemoteCacheServer.get( RemoteCacheServer.java:554) at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke( DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java :294) at sun.rmi.transport.Transport$1.run(Transport.java:153) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:149) at sun.rmi.transport.tcp.TCPTransport.handleMessages( TCPTransport.java:460) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run( TCPTransport.java:701) at java.lang.Thread.run(Thread.java:595) On 4/26/06, Alistair Forbes <[email protected]> wrote: > > I could try the latest version - but I have not had time to check the las= t > changes to the RMI timeouts. But it's pretty recent. > > The remote server has access to all the application classes. > > What is strange is that this only happens on 2 out of 8 regions, and for > one of these the class is really simple. > > For the logging...strange, but only the one line is logged. I will check > the log4j pattern that I have. > > Let me try the latest of everything and see that happens. > > > > On 4/26/06, Smuts, Aaron <[email protected]> wrote: > > > > What version of JCS are you using? > > > > The error is happening on the remote server's disk cache? > > > > In the latest versions, the remote server is passed a byte array instea= d > > of your object. If passed the object, then the remote server would hav= e > > > > to have your code. > > > > The full log message is only 3 lines? The commons logging api prints a > > stack trace when you pass in an exception as the second argument. > > > > > > > > > -----Original Message----- > > > From: Alistair Forbes [mailto:[email protected]] > > > Sent: Wednesday, April 26, 2006 9:19 AM > > > To: JCS Users List > > > Subject: Remote cache class cast exception > > > > > > From the logs of the Remote server I get class cast excepetions. > > > > > > I have tried serializing the objects to disk, and these all seem to > > work. > > > Is > > > there a simple way to generate the fully stack trace? > > > > > > I log4j I thought the line below would generate a full stack trace, > > but > > > maybe this is different in Commons logging. > > > > > > catch ( IOException ioe ) > > > { > > > log.error( "Failure getting from disk, cacheName: " + > > > cacheName > > > + ", key =3D " + key, ioe ); > > > reset(); > > > } > > > > > > > > > 15:09:24,459 ERROR [IndexedDiskCache] Failure getting from disk, > > > cacheName: > > > textCache, key =3D XXXYYY > > > java.lang.ClassCastException > > > > > > > > > Any hints appreciated. > > > Al > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > ------=_Part_3165_8301768.1146089641942-- From [email protected] Thu Apr 27 00:19:42 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8772 invoked from network); 27 Apr 2006 00:19:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Apr 2006 00:19:41 -0000 Received: (qmail 3546 invoked by uid 500); 27 Apr 2006 00:19:41 -0000 Delivered-To: [email protected] Received: (qmail 3443 invoked by uid 500); 27 Apr 2006 00:19:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 3432 invoked by uid 99); 27 Apr 2006 00:19:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2006 17:19:40 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO web30310.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 26 Apr 2006 17:19:39 -0700 Received: (qmail 22300 invoked by uid 60001); 27 Apr 2006 00:19:18 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=TvTzuA3A4Bwb0T9SesLyrEO3qcqMDcHhuYoUcjg2q7x2KydnNwia/UngK3tae1pZ5sroCooGbzuPzygjVMPI0dAToCuivuq349Ze7ltSYvlhdvGwANhHhnHadESSyd0RuPhjG/6F0tf7HT6f90bBy4btFrCfiR2Ca+sFJj4ny9A= ; Message-ID: <[email protected]> Received: from [161.129.204.104] by web30310.mail.mud.yahoo.com via HTTP; Wed, 26 Apr 2006 17:19:18 PDT Date: Wed, 26 Apr 2006 17:19:18 -0700 (PDT) From: Aaron Smuts <[email protected]> Subject: Re: Remote cache class cast exception To: JCS Users List <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Sorry if I missed it, but what version are you using. --- Alistair Forbes <[email protected]> wrote: > Here's the full stack trace from the remote server: > > java.lang.ClassCastException: > org.apache.jcs.engine.CacheElementSerialized > at > org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache.readElement( > IndexedDiskCache.java:526) > at > org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache.doGet( > IndexedDiskCache.java:484) > at > org.apache.jcs.auxiliary.disk.AbstractDiskCache.get( > AbstractDiskCache.java:298) > at > org.apache.jcs.engine.control.CompositeCache.get( > CompositeCache.java:495) > at > org.apache.jcs.engine.control.CompositeCache.get( > CompositeCache.java:398) > at > org.apache.jcs.auxiliary.remote.server.RemoteCacheServer.get( > RemoteCacheServer.java:554) > at > sun.reflect.GeneratedMethodAccessor5.invoke(Unknown > Source) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke( > DelegatingMethodAccessorImpl.java:25) > at > java.lang.reflect.Method.invoke(Method.java:585) > at > sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java > :294) > at > sun.rmi.transport.Transport$1.run(Transport.java:153) > at > java.security.AccessController.doPrivileged(Native > Method) > at > sun.rmi.transport.Transport.serviceCall(Transport.java:149) > at > sun.rmi.transport.tcp.TCPTransport.handleMessages( > TCPTransport.java:460) > at > sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run( > TCPTransport.java:701) > at java.lang.Thread.run(Thread.java:595) > > > On 4/26/06, Alistair Forbes > <[email protected]> wrote: > > > > I could try the latest version - but I have not > had time to check the last > > changes to the RMI timeouts. But it's pretty > recent. > > > > The remote server has access to all the > application classes. > > > > What is strange is that this only happens on 2 out > of 8 regions, and for > > one of these the class is really simple. > > > > For the logging...strange, but only the one line > is logged. I will check > > the log4j pattern that I have. > > > > Let me try the latest of everything and see that > happens. > > > > > > > > On 4/26/06, Smuts, Aaron > <[email protected]> wrote: > > > > > > What version of JCS are you using? > > > > > > The error is happening on the remote server's > disk cache? > > > > > > In the latest versions, the remote server is > passed a byte array instead > > > of your object. If passed the object, then the > remote server would have > > > > > > to have your code. > > > > > > The full log message is only 3 lines? The > commons logging api prints a > > > stack trace when you pass in an exception as the > second argument. > > > > > > > > > > > > > -----Original Message----- > > > > From: Alistair Forbes > [mailto:[email protected]] > > > > Sent: Wednesday, April 26, 2006 9:19 AM > > > > To: JCS Users List > > > > Subject: Remote cache class cast exception > > > > > > > > From the logs of the Remote server I get class > cast excepetions. > > > > > > > > I have tried serializing the objects to disk, > and these all seem to > > > work. > > > > Is > > > > there a simple way to generate the fully stack > trace? > > > > > > > > I log4j I thought the line below would > generate a full stack trace, > > > but > > > > maybe this is different in Commons logging. > > > > > > > > catch ( IOException ioe ) > > > > { > > > > log.error( "Failure getting from > disk, cacheName: " + > > > > cacheName > > > > + ", key = " + key, ioe ); > > > > reset(); > > > > } > > > > > > > > > > > > 15:09:24,459 ERROR [IndexedDiskCache] Failure > getting from disk, > > > > cacheName: > > > > textCache, key = XXXYYY > > > > java.lang.ClassCastException > > > > > > > > > > > > Any hints appreciated. > > > > Al > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: > [email protected] > > > For additional commands, e-mail: > [email protected] > > > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Apr 27 00:20:59 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9233 invoked from network); 27 Apr 2006 00:20:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Apr 2006 00:20:59 -0000 Received: (qmail 3995 invoked by uid 500); 27 Apr 2006 00:20:58 -0000 Delivered-To: [email protected] Received: (qmail 3969 invoked by uid 500); 27 Apr 2006 00:20:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 3944 invoked by uid 99); 27 Apr 2006 00:20:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2006 17:20:58 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO web30304.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 26 Apr 2006 17:20:57 -0700 Received: (qmail 9682 invoked by uid 60001); 27 Apr 2006 00:20:36 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=bKhisK/2QYxhlSpghfmLRW0cu/GV2WiL2g0xqUgovO8RJGnPG1ez3qsm6qmwgfnthoA8j4Nl/ZGUNPMjZHQgz+kH8+sJt/p62MvTeavQtUUxEJzNSe3KfYQiLdBYj6HjTrFHMxJUjNyZs2qAQMI3vYxUHkUjzGrFHU2Qc4PLbYI= ; Message-ID: <[email protected]> Received: from [161.129.204.104] by web30304.mail.mud.yahoo.com via HTTP; Wed, 26 Apr 2006 17:20:36 PDT Date: Wed, 26 Apr 2006 17:20:36 -0700 (PDT) From: Aaron Smuts <[email protected]> Subject: Re: Disk Cache and MemoryShrinker To: JCS Users List <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Least. See this page for more information. http://jakarta.apache.org/jcs/index.html --- Eddie Liu <[email protected]> wrote: > Thanks for the explanation! I now have a much > clearer picture of how JCS > works. > > One thing I want to make sure I understand > correctly: When I am using LRU > memory cache, the *last* recently used item will be > spooled to disk when an > item is put into memory? Or the *least* recently > used item will be spooled > to disk? > > Thanks. > > Eddie > > > On 4/24/06, Aaron Smuts <[email protected]> wrote: > > > > The memory shrinker does 2 things. > > > > (1) It removes items that have exceeded their max > > life. That is, it removes them altogether. It > > doesn't put them on disk; it simply gets rid of > them. > > If you don't run the memory shrinker these items > can > > hang around in memory, but they will not be > returned > > by the jcs.get call. Each time you get an item > from > > the cache, JCS checks to see if it has expired. > If it > > has expired, it will not be returned. > > > > (2) The memory shrinker moves items from memory to > > disk if the items have exceeded their max memory > time. > > In you cache.ccf file this is set on the line that > > looks like this: > > > jcs.region.listDS.cacheattributes.MaxMemoryIdleTimeSeconds=5 > > You have it set to a mere 5 seconds. This is why > the > > items are being put to disk so quickly. Remember > that > > items are also put to disk when the max memory > size. > > If you are using the LRU memory cache, which is > the > > defualt, the lest recently used item will be > spooled > > to disk when an item is put into memory. Items > are > > put into memory in three ways: (a) An item goes > into > > memory if you call put( key, value ). (b) Items > are > > put into memory if they are retrieved from disk. > (c) > > If an item is put into the cache from a lateral or > > remote auxiliary, it will be added to memory. > > > > I hope this helps. > > > > Cheers, > > > > Aaron > > > > --- Eddie Liu <[email protected]> wrote: > > > > > I might not understand enough, but when I > enabled > > > MemoryShrinker, in the log > > > when it says: > > > > > > [4/24/06 17:17:16:688 EDT] 00000036 > CacheEventQue I > > > Cache event queue > > > created: CacheEventQueue [listenerId=-842985658, > > > cacheName=enforce2ListDS] > > > [4/24/06 17:17:26:703 EDT] 00000041 > CacheEventQue I > > > QProcessor exiting for > > > CacheEventQueue [listenerId=-842985658, > > > cacheName=enforce2ListDS] > > > > > > From my observation, that was when it wrote to > disk > > > cache? Right after I > > > saw that, I made another request for the same > cached > > > data, but this time it > > > returned null on the jcs.get(id) call. > > > > > > Why it didn't load it from disk? I timed it and > > > made sure I made the new > > > request after it wrote to disk but BEFORE it > exceed > > > the maxLifeSeconds. But > > > it behaved as if it has already expired. Is > there > > > anything else I need to > > > do to get the data from disk-cache? > > > > > > Thanks alot! > > > > > > Eddie > > > > > > Configuration as follow: > > > > > > > > ----------------------------------------------------------------------------- > > > jcs.region.listDS=DC > > > > > > > > jcs.region.listDS.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes > > > > jcs.region.listDS.cacheattributes.MaxObjects=1200 > > > > > > > > jcs.region.listDS.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache > > > > jcs.region.listDS.elementattributes.IsEternal=false > > > > > > jcs.region.listDS.elementattributes.MaxLifeSeconds=30 > > > > jcs.region.listDS.elementattributes.IdleTime=1800 > > > jcs.region.listDS.elementattributes.IsSpool=true > > > > jcs.region.listDS.elementattributes.IsRemote=true > > > > jcs.region.listDS.elementattributes.IsLateral=true > > > > > > jcs.region.listDS.cacheattributes.UseMemoryShrinker=true > > > > > > jcs.region.listDS.cacheattributes.MaxMemoryIdleTimeSeconds=5 > > > > > > jcs.region.listDS.cacheattributes.ShrinkerIntervalSeconds=5 > > > > jcs.region.listDS.cacheattributes.MaxSpoolPerRun=500 > > > > > > > > ----------------------------------------------------------------------------- > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > [email protected] > > For additional commands, e-mail: > [email protected] > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Apr 27 18:00:56 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5026 invoked from network); 27 Apr 2006 18:00:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Apr 2006 18:00:56 -0000 Received: (qmail 8220 invoked by uid 500); 27 Apr 2006 18:00:49 -0000 Delivered-To: [email protected] Received: (qmail 8055 invoked by uid 500); 27 Apr 2006 18:00:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 7914 invoked by uid 99); 27 Apr 2006 18:00:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Apr 2006 11:00:48 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO sgtulmg02-out.sabre.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Apr 2006 11:00:45 -0700 Received: from unknown (HELO sghdqbh02.Global.ad.sabre.com) ([161.129.204.104]) by sgtulmg02-out.sabre.com with ESMTP; 27 Apr 2006 13:00:21 -0500 X-ExtLoop1: From 161.129.204.104 X-IronPort-AV: i="4.04,161,1144040400"; d="scan'208"; a="677874872:sNHT1049035408" Received: from sgtulmsp04.Global.ad.sabre.com ([161.129.204.104]) by sghdqbh02.Global.ad.sabre.com with Microsoft SMTPSVC(207)206-1636); Thu, 27 Apr 2006 13:00:20 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: ARCMemoryCache Date: Thu, 27 Apr 2006 13:00:17 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ARCMemoryCache Thread-Index: AcZpLSoFHXachfsfTai0PjDzla1F+QA9yCFA From: "Smuts, Aaron" <[email protected]> To: "JCS Users List" <[email protected]> X-OriginalArrivalTime: 27 Apr 2006 18:00:20.0502 (UTC) FILETIME=[72DBEB60:01C66A24] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ARC has not been tested under much load or for correctness in some time. There are few good reasons to use anything but the LRU. =20 > -----Original Message----- > From: Alistair Forbes [mailto:[email protected]] > Sent: Wednesday, April 26, 2006 8:30 AM > To: [email protected] > Subject: ARCMemoryCache >=20 > I see ARCMemoryCache is still marked as experimental (although listed as > supported in the docs). >=20 > Are there any known problems with this cache? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Wed Feb 04 00:59:51 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 54042 invoked from network); 4 Feb 2009 00:59:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Feb 2009 00:59:51 -0000 Received: (qmail 86762 invoked by uid 500); 4 Feb 2009 00:59:51 -0000 Delivered-To: [email protected] Received: (qmail 86740 invoked by uid 500); 4 Feb 2009 00:59:51 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> Reply-To: [email protected] List-Id: <commits.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 86731 invoked by uid 99); 4 Feb 2009 00:59:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Feb 2009 16:59:51 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 00:59:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C4D232388896; Wed, 4 Feb 2009 00:59:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r740542 - in /xmlbeans/trunk/samples/XmlSort: ./ src/ src/org/ src/org/apache/ src/org/apache/xmlbeans/ src/org/apache/xmlbeans/samples/ src/org/apache/xmlbeans/samples/cursor/ xml/ Date: Wed, 04 Feb 2009 00:59:29 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: radup Date: Wed Feb 4 00:59:29 2009 New Revision: 740542 URL: http://svn.apache.org/viewvc?rev=740542&view=rev Log: Added sample showing how to order a set of elements using XmlCursor. Added: xmlbeans/trunk/samples/XmlSort/ xmlbeans/trunk/samples/XmlSort/README.txt xmlbeans/trunk/samples/XmlSort/build.xml xmlbeans/trunk/samples/XmlSort/src/ xmlbeans/trunk/samples/XmlSort/src/org/ xmlbeans/trunk/samples/XmlSort/src/org/apache/ xmlbeans/trunk/samples/XmlSort/src/org/apache/xmlbeans/ xmlbeans/trunk/samples/XmlSort/src/org/apache/xmlbeans/samples/ xmlbeans/trunk/samples/XmlSort/src/org/apache/xmlbeans/samples/cursor/ xmlbeans/trunk/samples/XmlSort/src/org/apache/xmlbeans/samples/cursor/XmlSort.java xmlbeans/trunk/samples/XmlSort/xml/ xmlbeans/trunk/samples/XmlSort/xml/unsorted.xml Added: xmlbeans/trunk/samples/XmlSort/README.txt URL: http://svn.apache.org/viewvc/xmlbeans/trunk/samples/XmlSort/README.txt?rev=740542&view=auto ============================================================================== --- xmlbeans/trunk/samples/XmlSort/README.txt (added) +++ xmlbeans/trunk/samples/XmlSort/README.txt Wed Feb 4 00:59:29 2009 @@ -0,0 +1,51 @@ +Sample: XmlSort +Category: cursor sample +Author: Radu Preotiuc-Pietro +Last Updated: Feb. 3, 2009 + +Versions: + xmlbeans-v2 + +----------------------------------------------------------------------------- + +This is another practical sample on how to use XmlCursor. It sorts all the +children elements of a given parent in (reverse) alphabetical order. It uses +insertion sort to minimize the number of swaps (and because it is stable) and +XmlCursor.moveXml() to perform the swaps. + +The algorithm works by conceptually separating the list of children into a +sorted list and an unsorted list. Each list is represented by an XmlCursor +positioned at the head of the list. At the beginning, the sorted list +contains the first child and the unsorted list contains the rest of the +children (if any). Then, each of the elements in the unsorted list is +inserted in the already-sorted list in its appropriate place using the +moveXml() method (the text following each element is then moved along with +the element). + +To build this sample, call 'ant build' and to run it against the provided +sample XML file, call 'ant run'. + +To run the sample from the command line using 'java', provide as the first +parameter the name of the XML file to process and as the second argument +(optional), an XPath pointing to the element whose children are to be sorted +(by default, the children of the root element are sorted). The XPath must +evaluate to an element and one element only, otherwise an error will be +reported. The console output will mirror the input file, with the children +of the given element sorted in ascending alphabetical order. + +This sample can also be used as a library routine by calling its main +static method: XmlSort.sort(XmlObject, Comparator). The XmlObject whose +children are to be sorted is passed directly as a parameter and the +Comparator defines the order in which the elements are to be sorted. The +parameters to the compare() method are two XmlCursors pointing to the +two elements to be compared. The inner class XmlSort.QNameComparator +implements comparison based on the QName of the elements (ascending or +descending) but custom comparison methods (based for instance on the +value of some attribute etc) can also be passed in. + +To try out this sample: + +1. Set XMLBEANS_HOME in your environment +2. Ant must be on your PATH +3. To compile the sample source, run "ant build" +4. To execute the sample, run "ant run" Added: xmlbeans/trunk/samples/XmlSort/build.xml URL: http://svn.apache.org/viewvc/xmlbeans/trunk/samples/XmlSort/build.xml?rev=740542&view=auto ============================================================================== --- xmlbeans/trunk/samples/XmlSort/build.xml (added) +++ xmlbeans/trunk/samples/XmlSort/build.xml Wed Feb 4 00:59:29 2009 @@ -0,0 +1,96 @@ +<!-- +Copyright 2004 The Apache Software Foundation + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + --> +<project name="XmlSort" default="build"> + + <property environment="env"/> + + <path id="XmlSort.path"> + <path refid="xmlbeans.path"/> + <pathelement path="build/classes"/> + </path> + + <target name="init"> + <property name="xmlbeans.home" value="${env.XMLBEANS_HOME}"/> + <echo message="xmlbeans.home: ${xmlbeans.home}"/> + + <!-- check for xbean.jar from binary distribution --> + <available + property="xmlbeans.lib" + value="${xmlbeans.home}/lib" + file="${xmlbeans.home}/lib/xbean.jar" /> + + <!-- check for xbean.jar compiled from source --> + <available + property="xmlbeans.lib" + value="${xmlbeans.home}/build/lib" + file="${xmlbeans.home}/build/lib/xbean.jar" /> + + <fail message="Set XMLBEANS_HOME in your enviornment." + unless="xmlbeans.lib"/> + + <echo message="xmlbeans.lib: ${xmlbeans.lib}"/> + <path id="xmlbeans.path"> + <fileset dir="${xmlbeans.lib}" includes="*.jar"/> + </path> + </target> + + <!-- ========================== clean ==== --> + + <target name="clean"> + <delete dir="build"/> + </target> + + <!-- ========================== build ==== --> + + <target name="build" depends="init,XmlSort.classes"> + </target> + + <target name="XmlSort.classes" depends="init"> + <mkdir dir="build/classes"/> + + <javac srcdir="src" + destdir="build/classes" + classpathref="XmlSort.path" + debug="on" + source="1.4" + /> + </target> + + <!-- ========================== run ==== --> + + <target name="run" depends="init,build"> + <echo message="============================== running XmlSort"/> + <java + classname="org.apache.xmlbeans.samples.cursor.XmlSort" + classpathref="XmlSort.path" + fork="true"> + <arg line="xml/unsorted.xml"/> + </java> + </target> + + <!-- ========================== test ==== --> + + <target name="test" depends="init,build"> + <echo message="============================== testing XmlSort"/> + <java + classname="org.apache.xmlbeans.samples.cursor.XmlSort" + classpathref="XmlSort.path" + fork="true"> + <arg line="xml/unsorted.xml"/> + </java> + </target> + +</project> Added: xmlbeans/trunk/samples/XmlSort/src/org/apache/xmlbeans/samples/cursor/XmlSort.java URL: http://svn.apache.org/viewvc/xmlbeans/trunk/samples/XmlSort/src/org/apache/xmlbeans/samples/cursor/XmlSort.java?rev=740542&view=auto ============================================================================== --- xmlbeans/trunk/samples/XmlSort/src/org/apache/xmlbeans/samples/cursor/XmlSort.java (added) +++ xmlbeans/trunk/samples/XmlSort/src/org/apache/xmlbeans/samples/cursor/XmlSort.java Wed Feb 4 00:59:29 2009 @@ -0,0 +1,219 @@ +/* Copyright 2009 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package org.apache.xmlbeans.samples.cursor; + +import java.io.File; +import java.io.IOException; +import java.util.Comparator; + +import org.apache.xmlbeans.XmlCursor; +import org.apache.xmlbeans.XmlException; +import org.apache.xmlbeans.XmlObject; + +import javax.xml.namespace.QName; + +/** + */ +public final class XmlSort +{ + /** + * Receives an XML element instance and sorts the children of this + * element in lexicographical (by default) order. + * + * @param args An array in which the first item is a + * path to the XML instance file and the second item (optional) is + * an XPath inside the document identifying the element to be sorted + */ + public static void main(String[] args) + { + if (args.length < 1 || args.length > 2) + { + System.out.println(" java XmlSort <XML_File> [<XPath>]"); + return; + } + File f = new File(args[0]); + try + { + XmlObject docInstance = XmlObject.Factory.parse(f); + XmlObject element = null; + if (args.length > 1) + { + String xpath = args[1]; + XmlObject[] result = docInstance.selectPath(xpath); + if (result.length == 0) + { + System.out.println("ERROR: XPath \"" + xpath + "\" did not return any results"); + } + else if (result.length > 1) + { + System.out.println("ERROR: XPath \"" + xpath + "\" returned more than one " + + "node (" + result.length + ")"); + } + else + element = result[0]; + } + else + { + // Navigate to the root element + XmlCursor c = docInstance.newCursor(); + c.toFirstChild(); + element = c.getObject(); + c.dispose(); + } + if (element != null) + sort(element, new QNameComparator(QNameComparator.ASCENDING)); + System.out.println(docInstance.xmlText()); + } + catch (IOException ioe) + { + System.out.println("ERROR: Could not open file: \"" + args[0] + "\": " + + ioe.getMessage()); + } + catch (XmlException xe) + { + System.out.println("ERROR: Could not parse file: \"" + args[0] + "\": " + + xe.getMessage()); + } + } + + /** + * Sorts the children of <code>element</code> according to the order indicated by the + * comparator. + * @param element the element whose content is to be sorted. Only element children are sorted, + * attributes are not touched. When elements are reordered, all the text, comments and PIs + * follow the element that they come immediately after. + * @param comp a comparator that is to be used when comparing the <code>QName</code>s of two + * elements. See {@link org.apache.xmlbeans.samples.cursor.XmlSort.QNameComparator} for a simple + * implementation that compares two elements based on the value of their QName, but more + * complicated implementations are possible, for instance, ones that compare two elements based + * on the value of a specifc attribute etc. + * @throws IllegalArgumentException if the input <code>XmlObject</code> does not represent + * an element + */ + public static void sort(XmlObject element, Comparator comp) + { + XmlCursor headCursor = element.newCursor(); + if (!headCursor.isStart()) + throw new IllegalStateException("The element parameter must point to a STARTDOC"); + // We use insertion sort to minimize the number of swaps, because each swap means + // moving a part of the document + /* headCursor points to the beginning of the list of the already sorted items and + listCursor points to the beginning of the list of unsorted items + At the beginning, headCursor points to the first element and listCursor points to the + second element. The algorithm ends when listCursor cannot be moved to the "next" + element in the unsorted list, i.e. the unsorted list becomes empty */ + boolean moved = headCursor.toFirstChild(); + if (!moved) + { + // Cursor was not moved, which means that the given element has no children and + // therefore there is nothing to sort + return; + } + XmlCursor listCursor = headCursor.newCursor(); + boolean moreElements = listCursor.toNextSibling(); + while (moreElements) + { + moved = false; + // While we can move the head of the unsorted list, it means that there are still + // items (elements) that need to be sorted + while (headCursor.comparePosition(listCursor) < 0) + { + if (comp.compare(headCursor, listCursor) > 0) + { + // We have found the position in the sorted list, insert the element and the + // text following the element in the current position + /* + * Uncomment this code to cause the text before the element to move along + * with the element, rather than the text after the element. Notice that this + * is more difficult to do, because the cursor's "type" refers to the position + * to the right of the cursor, so to get the type of the token to the left, the + * cursor needs to be first moved to the left (previous token) + * + headCursor.toPrevToken(); + while (headCursor.isComment() || headCursor.isProcinst() || headCursor.isText()) + headCursor.toPrevToken(); + headCursor.toNextToken(); + listCursor.toPrevToken(); + while (listCursor.isComment() || listCursor.isProcinst() || listCursor.isText()) + listCursor.toPrevToken(); + listCursor.toNextToken(); + while (!listCursor.isStart()) + listCursor.moveXml(headCursor); + listCursor.moveXml(headCursor); + */ + // Move the element + listCursor.moveXml(headCursor); + // Move the text following the element + while (!listCursor.isStart() && !listCursor.isEnd()) + listCursor.moveXml(headCursor); + moreElements = listCursor.isStart(); + moved = true; + break; + } + headCursor.toNextSibling(); + } + if (!moved) + { + // Because during the move of a fragment of XML, the listCursor is also moved, in + // case we didn't need to move XML (the new element to be inserted happened to + // be the last one in order), we need to move this cursor + moreElements = listCursor.toNextSibling(); + } + // Reposition the head of the sorted list + headCursor.toParent(); + headCursor.toFirstChild(); + } + } + + /** + * Implements a <code>java.util.Comparator</code> for comparing <code>QName</code>values. + * The namespace URIs are compared first and if they are equal, the local parts are compared. + * <p/> + * The constructor accepts an argument indicating whether the comparison order is the same as + * the lexicographic order of the strings or the reverse. + */ + public static final class QNameComparator implements Comparator + { + public static final int ASCENDING = 1; + public static final int DESCENDING = 2; + + private int order; + + public QNameComparator(int order) + { + this.order = order; + if (order != ASCENDING && order != DESCENDING) + throw new IllegalArgumentException("Please specify one of ASCENDING or DESCENDING "+ + "comparison orders"); + } + + public int compare(Object o, Object o1) + { + XmlCursor cursor1 = (XmlCursor) o; + XmlCursor cursor2 = (XmlCursor) o1; + QName qname1 = cursor1.getName(); + QName qname2 = cursor2.getName(); + int qnameComparisonRes = qname1.getNamespaceURI().compareTo(qname2.getNamespaceURI()); + if (qnameComparisonRes == 0) + return order == ASCENDING ? + qname1.getLocalPart().compareTo(qname2.getLocalPart()) : + -qname1.getLocalPart().compareTo(qname2.getLocalPart()); + else + return order == ASCENDING ? qnameComparisonRes : -qnameComparisonRes; + } + } +} + \ No newline at end of file Added: xmlbeans/trunk/samples/XmlSort/xml/unsorted.xml URL: http://svn.apache.org/viewvc/xmlbeans/trunk/samples/XmlSort/xml/unsorted.xml?rev=740542&view=auto ============================================================================== --- xmlbeans/trunk/samples/XmlSort/xml/unsorted.xml (added) +++ xmlbeans/trunk/samples/XmlSort/xml/unsorted.xml Wed Feb 4 00:59:29 2009 @@ -0,0 +1,22 @@ +<!-- +Copyright 2004 The Apache Software Foundation + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + --> +<root> + <bravo>bravo</bravo> + <charlie>charlie1</charlie> + <alpha>alpha</alpha> + <delta>delta</delta> + <charlie>charlie2</charlie> +</root> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Feb 04 22:15:36 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11228 invoked from network); 4 Feb 2009 22:15:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Feb 2009 22:15:36 -0000 Received: (qmail 63389 invoked by uid 500); 4 Feb 2009 22:15:36 -0000 Delivered-To: [email protected] Received: (qmail 63372 invoked by uid 500); 4 Feb 2009 22:15:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> Reply-To: [email protected] List-Id: <commits.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 63363 invoked by uid 99); 4 Feb 2009 22:15:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 14:15:36 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 22:15:35 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8C9EE23888A0; Wed, 4 Feb 2009 22:15:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r740918 - /xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/validator/ValidatingXMLStreamReader.java Date: Wed, 04 Feb 2009 22:15:15 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: cezar Date: Wed Feb 4 22:15:15 2009 New Revision: 740918 URL: http://svn.apache.org/viewvc?rev=740918&view=rev Log: Temporary option to avoid the streaming attribute validation fix. Modified: xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/validator/ValidatingXMLStreamReader.java Modified: xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/validator/ValidatingXMLStreamReader.java URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/validator/ValidatingXMLStreamReader.java?rev=740918&r1=740917&r2=740918&view=diff ============================================================================== --- xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/validator/ValidatingXMLStreamReader.java (original) +++ xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/validator/ValidatingXMLStreamReader.java Wed Feb 4 22:15:15 2009 @@ -52,6 +52,8 @@ extends StreamReaderDelegate implements XMLStreamReader { + public static final String OPTION_ATTTRIBUTE_VALIDATION_COMPAT_MODE = "OPTION_ATTTRIBUTE_VALIDATION_COMPAT_MODE"; + private static final String URI_XSI = "http://www.w3.org/2001/XMLSchema-instance"; private static final QName XSI_TYPE = new QName(URI_XSI, "type"); private static final QName XSI_NIL = new QName(URI_XSI, "nil"); @@ -799,7 +801,11 @@ { validate_attribute(i); } - _validator.nextEvent(Validator.ENDATTRS, _simpleEvent); + + if (_options!=null && _options.hasOption(OPTION_ATTTRIBUTE_VALIDATION_COMPAT_MODE)) + {} + else + _validator.nextEvent(Validator.ENDATTRS, _simpleEvent); } protected void validate_attribute(int attIndex) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Feb 17 23:18:23 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70850 invoked from network); 17 Feb 2009 23:18:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Feb 2009 23:18:23 -0000 Received: (qmail 59097 invoked by uid 500); 17 Feb 2009 23:18:23 -0000 Delivered-To: [email protected] Received: (qmail 59074 invoked by uid 500); 17 Feb 2009 23:18:23 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> Reply-To: [email protected] List-Id: <commits.xmlbeans.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 59065 invoked by uid 99); 17 Feb 2009 23:18:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Feb 2009 15:18:23 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Feb 2009 23:18:21 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9845E2388B5D; Tue, 17 Feb 2009 23:18:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r745290 - /xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/schema/SchemaTypeCodePrinter.java Date: Tue, 17 Feb 2009 23:18:00 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: cezar Date: Tue Feb 17 23:18:00 2009 New Revision: 745290 URL: http://svn.apache.org/viewvc?rev=745290&view=rev Log: Fix for (XMLBEANS-396) GML 3.1.1 generated code fails to compile. Contributed by Chris Clark. Modified: xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/schema/SchemaTypeCodePrinter.java Modified: xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/schema/SchemaTypeCodePrinter.java URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/schema/SchemaTypeCodePrinter.java?rev=745290&r1=745289&r2=745290&view=diff ============================================================================== --- xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/schema/SchemaTypeCodePrinter.java (original) +++ xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/schema/SchemaTypeCodePrinter.java Tue Feb 17 23:18:00 2009 @@ -2365,7 +2365,7 @@ printJavaDoc("Sets ith " + propdesc); emit("public void set" + arrayName + "(int i, " + type + " " + safeVarName + ")"); startBlock(); - if ( isobj ) + if ( isobj && !isSubstGroup ) { emitPre(sType, PrePostExtension.OPERATION_SET, identifier, isAttr, "i"); emit("generatedSetterHelperImpl(" + safeVarName + ", " + setIdentifier + ", i, " + --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Sun Dec 06 19:57:05 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73565 invoked from network); 6 Dec 2009 19:57:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Dec 2009 19:57:05 -0000 Received: (qmail 84811 invoked by uid 500); 6 Dec 2009 19:57:05 -0000 Delivered-To: [email protected] Received: (qmail 84790 invoked by uid 500); 6 Dec 2009 19:57:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 84780 invoked by uid 99); 6 Dec 2009 19:57:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Dec 2009 19:57:04 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Dec 2009 19:57:02 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id A2B10234C04C for <[email protected]>; Sun, 6 Dec 2009 11:56:42 -0800 (PST) Message-ID: <1321529341.1260129402646.JavaMail.jira@brutus> Date: Sun, 6 Dec 2009 19:56:42 +0000 (UTC) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Assigned: (TILES-488) URL's need to be changed to point to updated location In-Reply-To: <1599155993.1258990033464.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 2265bf7ad70cb93affdfde3e15287371 [ https://issues.apache.org/struts/browse/TILES-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli reassigned TILES-488: -------------------------------------- Assignee: Antonio Petrelli > URL's need to be changed to point to updated location > ----------------------------------------------------- > > Key: TILES-488 > URL: https://issues.apache.org/struts/browse/TILES-488 > Project: Tiles > Issue Type: Bug > Components: site > Affects Versions: 2.2.1 > Environment: Tiles2 Production Website > Reporter: Brian Stewart > Assignee: Antonio Petrelli > Priority: Minor > > At the URL: http://tiles.apache.org/framework/index.html There are two links which need to be redirected to point to the correct location as follows: > http://tiles.apache.org/framework/tlddoc/index.html should point to: http://tiles.apache.org/2.1/framework/tiles-jsp/tlddoc/index.html > http://tiles.apache.org/framework/dtddoc/index.html should point to: http://tiles.apache.org/2.1/framework/tiles-core/dtddoc/index.html -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sun Dec 06 19:57:06 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73589 invoked from network); 6 Dec 2009 19:57:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Dec 2009 19:57:05 -0000 Received: (qmail 84849 invoked by uid 500); 6 Dec 2009 19:57:05 -0000 Delivered-To: [email protected] Received: (qmail 84832 invoked by uid 500); 6 Dec 2009 19:57:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 84822 invoked by uid 99); 6 Dec 2009 19:57:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Dec 2009 19:57:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Dec 2009 19:57:03 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id B9A37234C1F0 for <[email protected]>; Sun, 6 Dec 2009 11:56:42 -0800 (PST) Message-ID: <1507465615.1260129402759.JavaMail.jira@brutus> Date: Sun, 6 Dec 2009 19:56:42 +0000 (UTC) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Assigned: (TILES-489) Incorrect spelling on Tiles EL resolver In-Reply-To: <1981910135.1259562373396.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 2265bf7ad70cb93affdfde3e15287371 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/struts/browse/TILES-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli reassigned TILES-489: -------------------------------------- Assignee: Antonio Petrelli > Incorrect spelling on Tiles EL resolver > --------------------------------------- > > Key: TILES-489 > URL: https://issues.apache.org/struts/browse/TILES-489 > Project: Tiles > Issue Type: Bug > Components: site > Affects Versions: 2.2.1 > Reporter: Todd Nine > Assignee: Antonio Petrelli > Priority: Minor > > Currently the impl class defined in the example here. > http://tiles.apache.org/2.1/framework/tutorial/advanced/el-support.html > Is mis-spelled. It is displayed as > <param-value>org.apache.tiles.evaluator.el.ELAttributeEvaluatr</param-value> > when it should be > <param-value>org.apache.tiles.evaluator.el.ELAttributeEvaluator</param-value> > Note the O in ELAttributeEvaluator. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sun Dec 06 20:03:04 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74632 invoked from network); 6 Dec 2009 20:03:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Dec 2009 20:03:04 -0000 Received: (qmail 87471 invoked by uid 500); 6 Dec 2009 20:03:04 -0000 Delivered-To: [email protected] Received: (qmail 87453 invoked by uid 500); 6 Dec 2009 20:03:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 87443 invoked by uid 99); 6 Dec 2009 20:03:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Dec 2009 20:03:04 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Dec 2009 20:03:02 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 41CB7234C045 for <[email protected]>; Sun, 6 Dec 2009 12:02:42 -0800 (PST) Message-ID: <1244201021.1260129762249.JavaMail.jira@brutus> Date: Sun, 6 Dec 2009 20:02:42 +0000 (UTC) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TILES-488) URL's need to be changed to point to updated location In-Reply-To: <1599155993.1258990033464.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 2265bf7ad70cb93affdfde3e15287371 [ https://issues.apache.org/struts/browse/TILES-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli updated TILES-488: ----------------------------------- Affects Version/s: 2.1.4 > URL's need to be changed to point to updated location > ----------------------------------------------------- > > Key: TILES-488 > URL: https://issues.apache.org/struts/browse/TILES-488 > Project: Tiles > Issue Type: Bug > Components: site > Affects Versions: 2.1.4, 2.2.1 > Environment: Tiles2 Production Website > Reporter: Brian Stewart > Assignee: Antonio Petrelli > Priority: Minor > > At the URL: http://tiles.apache.org/framework/index.html There are two links which need to be redirected to point to the correct location as follows: > http://tiles.apache.org/framework/tlddoc/index.html should point to: http://tiles.apache.org/2.1/framework/tiles-jsp/tlddoc/index.html > http://tiles.apache.org/framework/dtddoc/index.html should point to: http://tiles.apache.org/2.1/framework/tiles-core/dtddoc/index.html -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sun Dec 06 20:05:05 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74917 invoked from network); 6 Dec 2009 20:05:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Dec 2009 20:05:05 -0000 Received: (qmail 87800 invoked by uid 500); 6 Dec 2009 20:05:05 -0000 Delivered-To: [email protected] Received: (qmail 87781 invoked by uid 500); 6 Dec 2009 20:05:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 87769 invoked by uid 99); 6 Dec 2009 20:05:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Dec 2009 20:05:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Dec 2009 20:05:03 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 3B03F234C045 for <[email protected]>; Sun, 6 Dec 2009 12:04:42 -0800 (PST) Message-ID: <1902370384.1260129882227.JavaMail.jira@brutus> Date: Sun, 6 Dec 2009 20:04:42 +0000 (UTC) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TILES-489) Incorrect spelling on Tiles EL resolver In-Reply-To: <1981910135.1259562373396.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 2265bf7ad70cb93affdfde3e15287371 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/struts/browse/TILES-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli updated TILES-489: ----------------------------------- Affects Version/s: (was: 2.2.1) 2.1.4 > Incorrect spelling on Tiles EL resolver > --------------------------------------- > > Key: TILES-489 > URL: https://issues.apache.org/struts/browse/TILES-489 > Project: Tiles > Issue Type: Bug > Components: site > Affects Versions: 2.1.4 > Reporter: Todd Nine > Assignee: Antonio Petrelli > Priority: Minor > > Currently the impl class defined in the example here. > http://tiles.apache.org/2.1/framework/tutorial/advanced/el-support.html > Is mis-spelled. It is displayed as > <param-value>org.apache.tiles.evaluator.el.ELAttributeEvaluatr</param-value> > when it should be > <param-value>org.apache.tiles.evaluator.el.ELAttributeEvaluator</param-value> > Note the O in ELAttributeEvaluator. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sun Dec 06 20:13:04 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76435 invoked from network); 6 Dec 2009 20:13:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Dec 2009 20:13:04 -0000 Received: (qmail 96776 invoked by uid 500); 6 Dec 2009 20:13:04 -0000 Delivered-To: [email protected] Received: (qmail 96753 invoked by uid 500); 6 Dec 2009 20:13:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 96743 invoked by uid 99); 6 Dec 2009 20:13:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Dec 2009 20:13:04 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Dec 2009 20:13:02 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 3BBC3234C045 for <[email protected]>; Sun, 6 Dec 2009 12:12:42 -0800 (PST) Message-ID: <1006030067.1260130362238.JavaMail.jira@brutus> Date: Sun, 6 Dec 2009 20:12:42 +0000 (UTC) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TILES-489) Incorrect spelling on Tiles EL resolver In-Reply-To: <1981910135.1259562373396.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 2265bf7ad70cb93affdfde3e15287371 [ https://issues.apache.org/struts/browse/TILES-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli updated TILES-489: ----------------------------------- Fix Version/s: 2.1.5 Fixed typo. > Incorrect spelling on Tiles EL resolver > --------------------------------------- > > Key: TILES-489 > URL: https://issues.apache.org/struts/browse/TILES-489 > Project: Tiles > Issue Type: Bug > Components: site > Affects Versions: 2.1.4 > Reporter: Todd Nine > Assignee: Antonio Petrelli > Priority: Minor > Fix For: 2.1.5 > > > Currently the impl class defined in the example here. > http://tiles.apache.org/2.1/framework/tutorial/advanced/el-support.html > Is mis-spelled. It is displayed as > <param-value>org.apache.tiles.evaluator.el.ELAttributeEvaluatr</param-value> > when it should be > <param-value>org.apache.tiles.evaluator.el.ELAttributeEvaluator</param-value> > Note the O in ELAttributeEvaluator. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sun Dec 06 20:13:04 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76444 invoked from network); 6 Dec 2009 20:13:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Dec 2009 20:13:04 -0000 Received: (qmail 96811 invoked by uid 500); 6 Dec 2009 20:13:04 -0000 Delivered-To: [email protected] Received: (qmail 96792 invoked by uid 500); 6 Dec 2009 20:13:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 96754 invoked by uid 99); 6 Dec 2009 20:13:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Dec 2009 20:13:04 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Dec 2009 20:13:02 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 51784234C1F0 for <[email protected]>; Sun, 6 Dec 2009 12:12:42 -0800 (PST) Message-ID: <191139977.1260130362332.JavaMail.jira@brutus> Date: Sun, 6 Dec 2009 20:12:42 +0000 (UTC) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (TILES-489) Incorrect spelling on Tiles EL resolver In-Reply-To: <1981910135.1259562373396.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 2265bf7ad70cb93affdfde3e15287371 [ https://issues.apache.org/struts/browse/TILES-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli closed TILES-489. ---------------------------------- Resolution: Fixed > Incorrect spelling on Tiles EL resolver > --------------------------------------- > > Key: TILES-489 > URL: https://issues.apache.org/struts/browse/TILES-489 > Project: Tiles > Issue Type: Bug > Components: site > Affects Versions: 2.1.4 > Reporter: Todd Nine > Assignee: Antonio Petrelli > Priority: Minor > Fix For: 2.1.5 > > > Currently the impl class defined in the example here. > http://tiles.apache.org/2.1/framework/tutorial/advanced/el-support.html > Is mis-spelled. It is displayed as > <param-value>org.apache.tiles.evaluator.el.ELAttributeEvaluatr</param-value> > when it should be > <param-value>org.apache.tiles.evaluator.el.ELAttributeEvaluator</param-value> > Note the O in ELAttributeEvaluator. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sun Dec 06 20:25:04 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78090 invoked from network); 6 Dec 2009 20:25:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Dec 2009 20:25:04 -0000 Received: (qmail 315 invoked by uid 500); 6 Dec 2009 20:25:04 -0000 Delivered-To: [email protected] Received: (qmail 295 invoked by uid 500); 6 Dec 2009 20:25:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 285 invoked by uid 99); 6 Dec 2009 20:25:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Dec 2009 20:25:04 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Dec 2009 20:25:02 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 3B052234C045 for <[email protected]>; Sun, 6 Dec 2009 12:24:42 -0800 (PST) Message-ID: <811849115.1260131082236.JavaMail.jira@brutus> Date: Sun, 6 Dec 2009 20:24:42 +0000 (UTC) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TILES-488) URL's need to be changed to point to updated location In-Reply-To: <1599155993.1258990033464.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 2265bf7ad70cb93affdfde3e15287371 [ https://issues.apache.org/struts/browse/TILES-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli updated TILES-488: ----------------------------------- Fix Version/s: 2.2.2 2.1.5 Fixed links. > URL's need to be changed to point to updated location > ----------------------------------------------------- > > Key: TILES-488 > URL: https://issues.apache.org/struts/browse/TILES-488 > Project: Tiles > Issue Type: Bug > Components: site > Affects Versions: 2.1.4, 2.2.1 > Environment: Tiles2 Production Website > Reporter: Brian Stewart > Assignee: Antonio Petrelli > Priority: Minor > Fix For: 2.1.5, 2.2.2 > > > At the URL: http://tiles.apache.org/framework/index.html There are two links which need to be redirected to point to the correct location as follows: > http://tiles.apache.org/framework/tlddoc/index.html should point to: http://tiles.apache.org/2.1/framework/tiles-jsp/tlddoc/index.html > http://tiles.apache.org/framework/dtddoc/index.html should point to: http://tiles.apache.org/2.1/framework/tiles-core/dtddoc/index.html -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sun Dec 06 20:25:05 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78118 invoked from network); 6 Dec 2009 20:25:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Dec 2009 20:25:05 -0000 Received: (qmail 358 invoked by uid 500); 6 Dec 2009 20:25:05 -0000 Delivered-To: [email protected] Received: (qmail 337 invoked by uid 500); 6 Dec 2009 20:25:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 327 invoked by uid 99); 6 Dec 2009 20:25:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Dec 2009 20:25:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Dec 2009 20:25:03 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 56110234C1F0 for <[email protected]>; Sun, 6 Dec 2009 12:24:42 -0800 (PST) Message-ID: <1750608913.1260131082350.JavaMail.jira@brutus> Date: Sun, 6 Dec 2009 20:24:42 +0000 (UTC) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (TILES-488) URL's need to be changed to point to updated location In-Reply-To: <1599155993.1258990033464.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 2265bf7ad70cb93affdfde3e15287371 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/struts/browse/TILES-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli closed TILES-488. ---------------------------------- Resolution: Fixed > URL's need to be changed to point to updated location > ----------------------------------------------------- > > Key: TILES-488 > URL: https://issues.apache.org/struts/browse/TILES-488 > Project: Tiles > Issue Type: Bug > Components: site > Affects Versions: 2.1.4, 2.2.1 > Environment: Tiles2 Production Website > Reporter: Brian Stewart > Assignee: Antonio Petrelli > Priority: Minor > Fix For: 2.1.5, 2.2.2 > > > At the URL: http://tiles.apache.org/framework/index.html There are two links which need to be redirected to point to the correct location as follows: > http://tiles.apache.org/framework/tlddoc/index.html should point to: http://tiles.apache.org/2.1/framework/tiles-jsp/tlddoc/index.html > http://tiles.apache.org/framework/dtddoc/index.html should point to: http://tiles.apache.org/2.1/framework/tiles-core/dtddoc/index.html -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sun Dec 06 20:27:04 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78334 invoked from network); 6 Dec 2009 20:27:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Dec 2009 20:27:04 -0000 Received: (qmail 762 invoked by uid 500); 6 Dec 2009 20:27:04 -0000 Delivered-To: [email protected] Received: (qmail 740 invoked by uid 500); 6 Dec 2009 20:27:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 730 invoked by uid 99); 6 Dec 2009 20:27:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Dec 2009 20:27:04 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Dec 2009 20:27:02 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 38155234C045 for <[email protected]>; Sun, 6 Dec 2009 12:26:42 -0800 (PST) Message-ID: <709971388.1260131202227.JavaMail.jira@brutus> Date: Sun, 6 Dec 2009 20:26:42 +0000 (UTC) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TILESSB-16) Request should expose a generic "getContext" method In-Reply-To: <618454076.1258899913425.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 2265bf7ad70cb93affdfde3e15287371 [ https://issues.apache.org/struts/browse/TILESSB-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli updated TILESSB-16: ------------------------------------ The other scope methods have not been removed, but used internally, by reflection, to calculate native scopes. > Request should expose a generic "getContext" method > --------------------------------------------------- > > Key: TILESSB-16 > URL: https://issues.apache.org/struts/browse/TILESSB-16 > Project: Tiles Sandbox > Issue Type: Improvement > Components: tiles3 > Reporter: Antonio Petrelli > Assignee: Antonio Petrelli > > Request class exposes "getRequestScope" and similar methods. > However, there are other scopes other than "request", "session" and "application". In particular: > "page" for JSP, Velocity and FreeMarker; > two types of sessions (portlet-wise and application-wise) > that should be considered. > A generic "getContext", accepting a string (the scope name) should be added and all the other removed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sun Dec 06 20:27:04 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78360 invoked from network); 6 Dec 2009 20:27:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Dec 2009 20:27:04 -0000 Received: (qmail 799 invoked by uid 500); 6 Dec 2009 20:27:04 -0000 Delivered-To: [email protected] Received: (qmail 781 invoked by uid 500); 6 Dec 2009 20:27:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 771 invoked by uid 99); 6 Dec 2009 20:27:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Dec 2009 20:27:04 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Dec 2009 20:27:02 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 4D4E0234C1EF for <[email protected]>; Sun, 6 Dec 2009 12:26:42 -0800 (PST) Message-ID: <1624231452.1260131202315.JavaMail.jira@brutus> Date: Sun, 6 Dec 2009 20:26:42 +0000 (UTC) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (TILESSB-16) Request should expose a generic "getContext" method In-Reply-To: <618454076.1258899913425.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 2265bf7ad70cb93affdfde3e15287371 [ https://issues.apache.org/struts/browse/TILESSB-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli closed TILESSB-16. ----------------------------------- Resolution: Fixed > Request should expose a generic "getContext" method > --------------------------------------------------- > > Key: TILESSB-16 > URL: https://issues.apache.org/struts/browse/TILESSB-16 > Project: Tiles Sandbox > Issue Type: Improvement > Components: tiles3 > Reporter: Antonio Petrelli > Assignee: Antonio Petrelli > > Request class exposes "getRequestScope" and similar methods. > However, there are other scopes other than "request", "session" and "application". In particular: > "page" for JSP, Velocity and FreeMarker; > two types of sessions (portlet-wise and application-wise) > that should be considered. > A generic "getContext", accepting a string (the scope name) should be added and all the other removed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sun Dec 06 20:33:04 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 79268 invoked from network); 6 Dec 2009 20:33:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Dec 2009 20:33:04 -0000 Received: (qmail 3868 invoked by uid 500); 6 Dec 2009 20:33:04 -0000 Delivered-To: [email protected] Received: (qmail 3850 invoked by uid 500); 6 Dec 2009 20:33:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 3840 invoked by uid 99); 6 Dec 2009 20:33:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Dec 2009 20:33:04 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Dec 2009 20:33:02 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 35B1A234C045 for <[email protected]>; Sun, 6 Dec 2009 12:32:42 -0800 (PST) Message-ID: <(443)907-8245.1260131562214.JavaMail.jira@brutus> Date: Sun, 6 Dec 2009 20:32:42 +0000 (UTC) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TILESSB-15) ImportAttributeModel should become a normal template In-Reply-To: <766787982.1258899553385.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 2265bf7ad70cb93affdfde3e15287371 [ https://issues.apache.org/struts/browse/TILESSB-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli updated TILESSB-15: ------------------------------------ Now ImportAttributeModel exposes a normal "execute" method. > ImportAttributeModel should become a normal template > ---------------------------------------------------- > > Key: TILESSB-15 > URL: https://issues.apache.org/struts/browse/TILESSB-15 > Project: Tiles Sandbox > Issue Type: Improvement > Components: tiles3 > Reporter: Antonio Petrelli > Assignee: Antonio Petrelli > > The ImportAttributeModel is not a normal template, because the only public method returns a map and delegates the caller to do stuff that should be done inside it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sun Dec 06 20:33:05 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 79295 invoked from network); 6 Dec 2009 20:33:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Dec 2009 20:33:05 -0000 Received: (qmail 3909 invoked by uid 500); 6 Dec 2009 20:33:05 -0000 Delivered-To: [email protected] Received: (qmail 3889 invoked by uid 500); 6 Dec 2009 20:33:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 3879 invoked by uid 99); 6 Dec 2009 20:33:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Dec 2009 20:33:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Dec 2009 20:33:03 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 4B822234C1EF for <[email protected]>; Sun, 6 Dec 2009 12:32:42 -0800 (PST) Message-ID: <1636547820.1260131562307.JavaMail.jira@brutus> Date: Sun, 6 Dec 2009 20:32:42 +0000 (UTC) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (TILESSB-15) ImportAttributeModel should become a normal template In-Reply-To: <766787982.1258899553385.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 2265bf7ad70cb93affdfde3e15287371 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/struts/browse/TILESSB-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli closed TILESSB-15. ----------------------------------- Resolution: Fixed > ImportAttributeModel should become a normal template > ---------------------------------------------------- > > Key: TILESSB-15 > URL: https://issues.apache.org/struts/browse/TILESSB-15 > Project: Tiles Sandbox > Issue Type: Improvement > Components: tiles3 > Reporter: Antonio Petrelli > Assignee: Antonio Petrelli > > The ImportAttributeModel is not a normal template, because the only public method returns a map and delegates the caller to do stuff that should be done inside it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sun Dec 13 20:12:06 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 68257 invoked from network); 13 Dec 2009 20:12:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Dec 2009 20:12:06 -0000 Received: (qmail 1311 invoked by uid 500); 13 Dec 2009 20:12:06 -0000 Delivered-To: [email protected] Received: (qmail 1285 invoked by uid 500); 13 Dec 2009 20:12:06 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 1275 invoked by uid 99); 13 Dec 2009 20:12:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Dec 2009 20:12:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Dec 2009 20:12:04 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 98F6C234C1F1 for <[email protected]>; Sun, 13 Dec 2009 12:11:43 -0800 (PST) Message-ID: <228392582.1260735103608.JavaMail.jira@brutus> Date: Sun, 13 Dec 2009 20:11:43 +0000 (UTC) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (TILESSB-18) Rename Tiles request classes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 2265bf7ad70cb93affdfde3e15287371 X-Virus-Checked: Checked by ClamAV on apache.org Rename Tiles request classes ---------------------------- Key: TILESSB-18 URL: https://issues.apache.org/struts/browse/TILESSB-18 Project: Tiles Sandbox Issue Type: Bug Components: tiles3 Reporter: Antonio Petrelli Assignee: Antonio Petrelli The Tiles request classes have old Tiles-based names, they should be renamed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Wed Dec 16 19:24:08 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 47139 invoked from network); 16 Dec 2009 19:24:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Dec 2009 19:24:08 -0000 Received: (qmail 84462 invoked by uid 500); 16 Dec 2009 19:24:08 -0000 Delivered-To: [email protected] Received: (qmail 84439 invoked by uid 500); 16 Dec 2009 19:24:08 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 84429 invoked by uid 99); 16 Dec 2009 19:24:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Dec 2009 19:24:07 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Dec 2009 19:24:02 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id CF369234C4BF for <[email protected]>; Wed, 16 Dec 2009 11:23:42 -0800 (PST) Message-ID: <540390659.1260991422846.JavaMail.jira@brutus> Date: Wed, 16 Dec 2009 19:23:42 +0000 (UTC) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (TILESSB-19) Remove useless request classes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 2265bf7ad70cb93affdfde3e15287371 Remove useless request classes ------------------------------ Key: TILESSB-19 URL: https://issues.apache.org/struts/browse/TILESSB-19 Project: Tiles Sandbox Issue Type: Task Components: tiles3 Reporter: Antonio Petrelli Some classes in the tiles-request microframework are useless and should be removed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Wed Dec 16 19:26:04 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48173 invoked from network); 16 Dec 2009 19:26:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Dec 2009 19:26:04 -0000 Received: (qmail 86236 invoked by uid 500); 16 Dec 2009 19:26:04 -0000 Delivered-To: [email protected] Received: (qmail 86216 invoked by uid 500); 16 Dec 2009 19:26:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 86206 invoked by uid 99); 16 Dec 2009 19:26:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Dec 2009 19:26:04 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Dec 2009 19:26:02 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 6385C234C4C4 for <[email protected]>; Wed, 16 Dec 2009 11:25:42 -0800 (PST) Message-ID: <805235566.1260991542405.JavaMail.jira@brutus> Date: Wed, 16 Dec 2009 19:25:42 +0000 (UTC) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Assigned: (TILESSB-19) Remove useless request classes In-Reply-To: <540390659.1260991422846.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 2265bf7ad70cb93affdfde3e15287371 [ https://issues.apache.org/struts/browse/TILESSB-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli reassigned TILESSB-19: --------------------------------------- Assignee: Antonio Petrelli > Remove useless request classes > ------------------------------ > > Key: TILESSB-19 > URL: https://issues.apache.org/struts/browse/TILESSB-19 > Project: Tiles Sandbox > Issue Type: Task > Components: tiles3 > Reporter: Antonio Petrelli > Assignee: Antonio Petrelli > > Some classes in the tiles-request microframework are useless and should be removed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Fri Dec 18 19:26:11 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70534 invoked from network); 18 Dec 2009 19:26:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Dec 2009 19:26:11 -0000 Received: (qmail 48992 invoked by uid 500); 18 Dec 2009 19:26:11 -0000 Delivered-To: [email protected] Received: (qmail 48956 invoked by uid 500); 18 Dec 2009 19:26:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 48935 invoked by uid 99); 18 Dec 2009 19:26:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Dec 2009 19:26:10 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Dec 2009 19:26:04 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id E886C234C04C for <[email protected]>; Fri, 18 Dec 2009 11:25:43 -0800 (PST) Message-ID: <1522290838.1261164343934.JavaMail.jira@brutus> Date: Fri, 18 Dec 2009 19:25:43 +0000 (UTC) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TILESSB-19) Remove useless request classes In-Reply-To: <540390659.1260991422846.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 2265bf7ad70cb93affdfde3e15287371 [ https://issues.apache.org/struts/browse/TILESSB-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli updated TILESSB-19: ------------------------------------ Useless classes removed. > Remove useless request classes > ------------------------------ > > Key: TILESSB-19 > URL: https://issues.apache.org/struts/browse/TILESSB-19 > Project: Tiles Sandbox > Issue Type: Task > Components: tiles3 > Reporter: Antonio Petrelli > Assignee: Antonio Petrelli > > Some classes in the tiles-request microframework are useless and should be removed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Fri Dec 18 19:26:11 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70536 invoked from network); 18 Dec 2009 19:26:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Dec 2009 19:26:11 -0000 Received: (qmail 48994 invoked by uid 500); 18 Dec 2009 19:26:11 -0000 Delivered-To: [email protected] Received: (qmail 48958 invoked by uid 500); 18 Dec 2009 19:26:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 48932 invoked by uid 99); 18 Dec 2009 19:26:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Dec 2009 19:26:10 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Dec 2009 19:26:04 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 1E7ED29A001A for <[email protected]>; Fri, 18 Dec 2009 11:25:44 -0800 (PST) Message-ID: <456942527.1261164344112.JavaMail.jira@brutus> Date: Fri, 18 Dec 2009 19:25:44 +0000 (UTC) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (TILESSB-19) Remove useless request classes In-Reply-To: <540390659.1260991422846.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 2265bf7ad70cb93affdfde3e15287371 [ https://issues.apache.org/struts/browse/TILESSB-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli closed TILESSB-19. ----------------------------------- Resolution: Fixed > Remove useless request classes > ------------------------------ > > Key: TILESSB-19 > URL: https://issues.apache.org/struts/browse/TILESSB-19 > Project: Tiles Sandbox > Issue Type: Task > Components: tiles3 > Reporter: Antonio Petrelli > Assignee: Antonio Petrelli > > Some classes in the tiles-request microframework are useless and should be removed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Tue Dec 22 19:24:19 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81068 invoked from network); 22 Dec 2009 19:24:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Dec 2009 19:24:19 -0000 Received: (qmail 16061 invoked by uid 500); 22 Dec 2009 19:24:16 -0000 Delivered-To: [email protected] Received: (qmail 16042 invoked by uid 500); 22 Dec 2009 19:24:16 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 16029 invoked by uid 99); 22 Dec 2009 19:24:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Dec 2009 19:24:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Dec 2009 19:24:14 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 8A46D234C045 for <[email protected]>; Tue, 22 Dec 2009 11:23:53 -0800 (PST) Message-ID: <1802065322.1261509833539.JavaMail.jira@brutus> Date: Tue, 22 Dec 2009 19:23:53 +0000 (UTC) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (TILESSB-18) Rename Tiles request classes In-Reply-To: <228392582.1260735103608.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 2265bf7ad70cb93affdfde3e15287371 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/struts/browse/TILESSB-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli updated TILESSB-18: ------------------------------------ Classes renamed. > Rename Tiles request classes > ---------------------------- > > Key: TILESSB-18 > URL: https://issues.apache.org/struts/browse/TILESSB-18 > Project: Tiles Sandbox > Issue Type: Bug > Components: tiles3 > Reporter: Antonio Petrelli > Assignee: Antonio Petrelli > > The Tiles request classes have old Tiles-based names, they should be renamed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Tue Dec 22 19:24:20 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81082 invoked from network); 22 Dec 2009 19:24:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Dec 2009 19:24:20 -0000 Received: (qmail 16111 invoked by uid 500); 22 Dec 2009 19:24:20 -0000 Delivered-To: [email protected] Received: (qmail 16093 invoked by uid 500); 22 Dec 2009 19:24:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 16083 invoked by uid 99); 22 Dec 2009 19:24:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Dec 2009 19:24:20 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Dec 2009 19:24:13 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id AFE95234C1EF for <[email protected]>; Tue, 22 Dec 2009 11:23:53 -0800 (PST) Message-ID: <1226554188.1261509833719.JavaMail.jira@brutus> Date: Tue, 22 Dec 2009 19:23:53 +0000 (UTC) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (TILESSB-18) Rename Tiles request classes In-Reply-To: <228392582.1260735103608.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 2265bf7ad70cb93affdfde3e15287371 [ https://issues.apache.org/struts/browse/TILESSB-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli closed TILESSB-18. ----------------------------------- Resolution: Fixed > Rename Tiles request classes > ---------------------------- > > Key: TILESSB-18 > URL: https://issues.apache.org/struts/browse/TILESSB-18 > Project: Tiles Sandbox > Issue Type: Bug > Components: tiles3 > Reporter: Antonio Petrelli > Assignee: Antonio Petrelli > > The Tiles request classes have old Tiles-based names, they should be renamed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Tue Dec 22 19:26:24 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81383 invoked from network); 22 Dec 2009 19:26:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Dec 2009 19:26:24 -0000 Received: (qmail 16732 invoked by uid 500); 22 Dec 2009 19:26:20 -0000 Delivered-To: [email protected] Received: (qmail 16713 invoked by uid 500); 22 Dec 2009 19:26:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <issues.tiles.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 16703 invoked by uid 99); 22 Dec 2009 19:26:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Dec 2009 19:26:20 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Dec 2009 19:26:13 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 5D607234C1EE for <[email protected]>; Tue, 22 Dec 2009 11:25:53 -0800 (PST) Message-ID: <792575444.1261509953380.JavaMail.jira@brutus> Date: Tue, 22 Dec 2009 19:25:53 +0000 (UTC) From: "Antonio Petrelli (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Assigned: (TILESSB-17) "Force include" flag should be treated at "tiles-request" level In-Reply-To: <396995364.1258900213266.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 2265bf7ad70cb93affdfde3e15287371 [ https://issues.apache.org/struts/browse/TILESSB-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Petrelli reassigned TILESSB-17: --------------------------------------- Assignee: Antonio Petrelli > "Force include" flag should be treated at "tiles-request" level > --------------------------------------------------------------- > > Key: TILESSB-17 > URL: https://issues.apache.org/struts/browse/TILESSB-17 > Project: Tiles Sandbox > Issue Type: Improvement > Components: tiles3 > Reporter: Antonio Petrelli > Assignee: Antonio Petrelli > > Currently the "force include" flag is treated in Tiles. It should be treated inside "tiles-request" project because it is a generic use case. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
From [email protected] Sun May 03 09:53:22 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94212 invoked from network); 3 May 2009 09:53:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 May 2009 09:53:21 -0000 Received: (qmail 42308 invoked by uid 500); 3 May 2009 09:53:21 -0000 Delivered-To: [email protected] Received: (qmail 42235 invoked by uid 500); 3 May 2009 09:53:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 42222 invoked by uid 99); 3 May 2009 09:53:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 May 2009 09:53:20 +0000 X-ASF-Spam-Status: No, hits=-0.9 required=10.0 tests=DATE_IN_FUTURE_06_12,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mga03.intel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 May 2009 09:53:16 +0000 Received: from azsmga001.ch.intel.com ([161.129.204.104]) by azsmga101.ch.intel.com with ESMTP; 03 May 2009 02:52:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.40,285,1239001200"; d="html'217?zip'217,48?scan'217,48,48,208,217";a="138606184" Received: from mssmon01.ims.intel.com ([161.129.204.104]) by azsmga001.ch.intel.com with ESMTP; 03 May 2009 02:52:53 -0700 Received: from MRObj-lnx64-03 (MRObj-lnx64-03.bj.intel.com [161.129.204.104]) by mssmon01.ims.intel.com (161.129.204.10460308/8.12.11/MailSET/Hub) with ESMTP id n439qmvc016499; Sun, 3 May 2009 13:52:50 +0400 Message-ID: <569201753.1241373260812.JavaMail.laichunrong@MRObj-lnx64-03> Date: Mon, 04 May 2009 01:54:20 +0800 From: [email protected] To: [email protected] Subject: [build-test alert] FAILED Linux x86_64: drlvm-test debug Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_0_1152423575.1241373260610" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_0_1152423575.1241373260610 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit BUILD FAILED: Ant Error Message: /home/laichunrong/harmony.regularcc/infra/scripts/cc-exec-adaptor.xml:68: The following error occurred while executing this line: /home/laichunrong/harmony.regularcc/infra/adaptors/drlvm-test/adaptor.xml:81: There were drlvm-test failures Date of build: 2009-05-03 23:12:15 +0800 Time to build: 161 minutes 53 seconds Last changed: 05/03/2009 21:11:35 Last log entry: hdk *********************************************************** Errors/Warnings: (21) [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 139 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 BUILD FAILED /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/working_vm/build.xml:286: Some tests failed Total time: 161 minutes 29 seconds The execution FAILED with the following exception: The following error occurred while executing this line: /home/laichunrong/harmony.regularcc/infra/adaptors/drlvm-test/adaptor.xml:81: There were drlvm-test failures *********************************************************** Unit Tests: (4187) failure: jitrino.OPT gc.SynchronizedFinalizersTest_opt Unit Test Error Details: (1) Test: jitrino.OPTClass: gc.SynchronizedFinalizersTest_optExit code: 139 Err: Signal reported: GENERAL_PROTECTION_FAULT Registers: RAX: 0x00000000ffffffff, RBX: 0x00000000000000b1 RCX: 0x00000000ffffffff, RDX: 0x0000000000000000 RSI: 0x00002aaaaaf9349c, RDI: 0x00002aaaaaab09b8 RSP: 0x0000000040400cd0, RBP: 0x00002aaaaaab09b5 R8 : 0x0000000040400e90, R9 : 0x00002aaaaaaab2b8 R10: 0x0000000000000000, R11: 0x0000000009691a75 R12: 0x0000000000000014, R13: 0x00000000a4f92301 R14: 0x0000000000000000, R15: 0x0000000000000000 RIP: 0x0000003c5bc0d86d Command line: /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/java -Xem:opt -XX:-vm.assert_dialog -Djava.library.path=/home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/working_vm/build/linux_x86_64_gcc_debug/tests/smoke.tests/natives/gc -classpath /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/working_vm/build/linux_x86_64_gcc_debug/tests/smoke.tests/classes gc.SynchronizedFinalizersTest Working directory: /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/working_vm/build/linux_x86_64_gcc_debug/tests/smoke.tests Environment variables: JAVA_HOME=/home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre LD_LIBRARY_PATH=/home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/default:/home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/:/home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin:/jdk1.5.0_10/jre/lib/amd64/server:/jdk1.5.0_10/jre/lib/amd64:/jdk1.5.0_10/jre/../lib/amd64 Loaded modules: /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/java: 0x0000000000400000:0x0000000000407000 0x0000000000606000:0x0000000000607000 [heap]: 0x0000000000607000:0x000000000068d000 /lib64/ld-2.5.so: 0x0000003c5bc00000:0x0000003c5bc1a000 0x0000003c5be19000:0x0000003c5be1a000 0x0000003c5be1a000:0x0000003c5be1b000 /lib64/libc-2.5.so: 0x0000003c5cc00000:0x0000003c5cd44000 0x0000003c5cd44000:0x0000003c5cf44000 0x0000003c5cf44000:0x0000003c5cf48000 0x0000003c5cf48000:0x0000003c5cf49000 /lib64/libm-2.5.so: 0x0000003c5d000000:0x0000003c5d082000 0x0000003c5d082000:0x0000003c5d281000 0x0000003c5d281000:0x0000003c5d282000 0x0000003c5d282000:0x0000003c5d283000 /lib64/libdl-2.5.so: 0x0000003c5d400000:0x0000003c5d403000 0x0000003c5d403000:0x0000003c5d602000 0x0000003c5d602000:0x0000003c5d603000 0x0000003c5d603000:0x0000003c5d604000 /lib64/libpthread-2.5.so: 0x0000003c5d800000:0x0000003c5d815000 0x0000003c5d815000:0x0000003c5da14000 0x0000003c5da14000:0x0000003c5da15000 0x0000003c5da15000:0x0000003c5da16000 /usr/lib64/libz.so.1.2.3: 0x0000003c5dc00000:0x0000003c5dc14000 0x0000003c5dc14000:0x0000003c5de13000 0x0000003c5de13000:0x0000003c5de14000 /lib64/librt-2.5.so: 0x0000003c5e000000:0x0000003c5e008000 0x0000003c5e008000:0x0000003c5e207000 0x0000003c5e207000:0x0000003c5e208000 0x0000003c5e208000:0x0000003c5e209000 /usr/lib64/libxml2.so.2.6.26: 0x0000003c64a00000:0x0000003c64b33000 0x0000003c64b33000:0x0000003c64d33000 0x0000003c64d33000:0x0000003c64d3c000 /lib64/libgcc_s-4.1.1-20061011.so.1: 0x0000003c6c600000:0x0000003c6c60d000 0x0000003c6c60d000:0x0000003c6c80c000 0x0000003c6c80c000:0x0000003c6c80d000 /usr/lib64/libstdc++.so.6.0.8: 0x0000003c6ce00000:0x0000003c6cee7000 0x0000003c6cee7000:0x0000003c6d0e7000 0x0000003c6d0e7000:0x0000003c6d0ed000 0x0000003c6d0ed000:0x0000003c6d0f0000 /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/libhythr.so: 0x00002aaaaaaad000:0x00002aaaaaad2000 0x00002aaaaaad2000:0x00002aaaaacd2000 0x00002aaaaacd2000:0x00002aaaaacd3000 /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/libhyprt.so: 0x00002aaaaad24000:0x00002aaaaad4c000 0x00002aaaaad4c000:0x00002aaaaaf4c000 0x00002aaaaaf4c000:0x00002aaaaaf53000 /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/default/libch.so: 0x00002aaaaaf92000:0x00002aaaaafa6000 0x00002aaaaafa6000:0x00002aaaab1a6000 0x00002aaaab1a6000:0x00002aaaab204000 /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/default/libharmonyvm.so: 0x00002aaaab43a000:0x00002aaaab650000 0x00002aaaab650000:0x00002aaaab84f000 0x00002aaaab84f000:0x00002aaaab8bb000 /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/default/libicuuc.so.34: 0x00002aaaabaf2000:0x00002aaaabc06000 0x00002aaaabc06000:0x00002aaaabe05000 0x00002aaaabe05000:0x00002aaaabe12000 /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/default/libicudata.so.34: 0x00002aaaabe2d000:0x00002aaaac6a1000 0x00002aaaac6a1000:0x00002aaaac8a0000 0x00002aaaac8a0000:0x00002aaaac8a1000 /lib64/libnss_files-2.5.so: 0x00002aaaacaff000:0x00002aaaacb09000 0x00002aaaacb09000:0x00002aaaacd08000 0x00002aaaacd08000:0x00002aaaacd09000 0x00002aaaacd09000:0x00002aaaacd0a000 /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/default/libem.so: 0x00002aaaecd4a000:0x00002aaaecd90000 0x00002aaaecd90000:0x00002aaaecf8f000 0x00002aaaecf8f000:0x00002aaaecf91000 /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/default/libjitrino.so: 0x00002aaaecf91000:0x00002aaaed3dd000 0x00002aaaed3dd000:0x00002aaaed5dc000 0x00002aaaed5dc000:0x00002aaaed5f5000 /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/default/libgc_gen.so: 0x00002aaaed661000:0x00002aaaed71f000 0x00002aaaed71f000:0x00002aaaed91e000 0x00002aaaed91e000:0x00002aaaed921000 /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/libhyzlib.so: 0x00002aab0dc2d000:0x00002aab0dc3f000 0x00002aab0dc3f000:0x00002aab0de3f000 0x00002aab0de3f000:0x00002aab0de40000 /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/libhynio.so: 0x00002aab0de40000:0x00002aab0de42000 0x00002aab0de42000:0x00002aab0e041000 0x00002aab0e041000:0x00002aab0e042000 /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/default/libvmi.so: 0x00002aab0e042000:0x00002aab0e048000 0x00002aab0e048000:0x00002aab0e248000 0x00002aab0e248000:0x00002aab0e249000 /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/libhyluni.so: 0x00002aab0e249000:0x00002aab0e281000 0x00002aab0e281000:0x00002aab0e480000 0x00002aab0e480000:0x00002aab0e481000 /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/libhyarchive.so: 0x00002aab0e482000:0x00002aab0e48f000 0x00002aab0e48f000:0x00002aab0e68f000 0x00002aab0e68f000:0x00002aab0e690000 [stack]: 0x00007fff4799f000:0x00007fff4838d000 [vdso]: 0xffffffffff600000:0xffffffffffe00000 [stack]: 0x00007fff4799f000:0x00007fff4838d000 [vdso]: 0xffffffffff600000:0xffffffffffe00000 Stack trace: 0: 0x0000003c5bc0d86d ?? (??:-1) 1: 0x0000003c5bc08eaf ?? (??:-1) 2: 0x0000003c5bc09262 ?? (??:-1) 3: 0x0000003c5bc0cbd3 ?? (??:-1) 4: 0x0000003c5bc12382 ?? (??:-1) 5: 0x00002aaaaaabba54 thread_start_func (thread_os.c:106) 6: 0x0000003c5d806305 ?? (??:-1) 7: 0x0000003c5cccd62d ?? (??:-1) <end of stack trace> Crashed module: /lib64/ld-2.5.so (Unknown/system native module) Current thread is not attached to VM, ID: 27530 VM attached threads: [0x2aaaaaf70500] *********************************************************** Modifications since last successful build: (1) add cc-hdk log20090503211135Lbuild.126 05/03/2009 21:11:35hdk ------=_Part_0_1152423575.1241373260610-- From [email protected] Tue May 05 08:02:41 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15643 invoked from network); 5 May 2009 08:02:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 May 2009 08:02:41 -0000 Received: (qmail 28314 invoked by uid 500); 5 May 2009 08:02:41 -0000 Delivered-To: [email protected] Received: (qmail 28275 invoked by uid 500); 5 May 2009 08:02:41 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 28256 invoked by uid 99); 5 May 2009 08:02:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2009 08:02:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hudson.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2009 08:02:39 +0000 Received: from hudson.zones.apache.org (localhost [161.129.204.104]) by hudson.zones.apache.org (8.13.8+Sun/8.13.8) with ESMTP id n4582HKO015960; Tue, 5 May 2009 04:02:17 -0400 (EDT) Date: Tue, 5 May 2009 08:02:17 +0000 (UTC) From: Apache Hudson Server <[email protected]> To: [email protected], [email protected] Message-ID: <[email protected]> Subject: Build failed in Hudson: Harmony-1.5-head-linux-x86_64 #142 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/142/ ------------------------------------------ started Building remotely on minerva.apache.org (Ubuntu) ERROR: svn: timed out waiting for server svn: OPTIONS request failed on '/repos/asf/harmony/enhanced/trunk' org.tmatesoft.svn.core.SVNException: svn: timed out waiting for server svn: OPTIONS request failed on '/repos/asf/harmony/enhanced/trunk' at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:103) at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:87) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:601) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:257) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:245) at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:454) at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:97) at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:664) at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.testConnection(DAVRepository.java:96) at hudson.scm.SubversionSCM$DescriptorImpl.checkRepositoryPath(SubversionSCM.java:1519) at hudson.scm.SubversionSCM.repositoryLocationsExist(SubversionSCM.java:1620) at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:455) at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:418) at hudson.model.AbstractProject.checkout(AbstractProject.java:801) at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:314) at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:266) at hudson.model.Run.run(Run.java:896) at hudson.model.Build.run(Build.java:112) at hudson.model.ResourceController.execute(ResourceController.java:93) at hudson.model.Executor.run(Executor.java:119) Caused by: java.net.SocketTimeoutException: connect timed out at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) at java.net.Socket.connect(Socket.java:519) at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createPlainSocket(SVNSocketFactory.java:53) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.connect(HTTPConnection.java:167) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:307) ... 17 more Recording test results Recording fingerprints From [email protected] Tue May 05 09:17:58 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38968 invoked from network); 5 May 2009 09:17:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 May 2009 09:17:57 -0000 Received: (qmail 44406 invoked by uid 500); 5 May 2009 09:17:57 -0000 Delivered-To: [email protected] Received: (qmail 44346 invoked by uid 500); 5 May 2009 09:17:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 44332 invoked by uid 99); 5 May 2009 09:17:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2009 09:17:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hudson.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2009 09:17:55 +0000 Received: from hudson.zones.apache.org (localhost [161.129.204.104]) by hudson.zones.apache.org (8.13.8+Sun/8.13.8) with ESMTP id n459HWBd017734; Tue, 5 May 2009 05:17:33 -0400 (EDT) Date: Tue, 5 May 2009 09:17:32 +0000 (UTC) From: Apache Hudson Server <[email protected]> To: [email protected], [email protected] Message-ID: <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> Subject: Hudson build is back to normal: Harmony-1.5-head-linux-x86_64 #143 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/143/ From [email protected] Tue May 05 10:27:24 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76706 invoked from network); 5 May 2009 10:27:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 May 2009 10:27:24 -0000 Received: (qmail 18016 invoked by uid 500); 5 May 2009 10:27:23 -0000 Delivered-To: [email protected] Received: (qmail 17953 invoked by uid 500); 5 May 2009 10:27:23 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 17938 invoked by uid 99); 5 May 2009 10:27:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2009 10:27:23 +0000 X-ASF-Spam-Status: No, hits=-0.9 required=10.0 tests=DATE_IN_FUTURE_06_12,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mga09.intel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2009 10:27:15 +0000 Received: from orsmga001.jf.intel.com ([161.129.204.104]) by orsmga102.jf.intel.com with ESMTP; 05 May 2009 03:16:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.40,296,1239001200"; d="scan'208";a="512617983" Received: from mssmon01.ims.intel.com ([161.129.204.104]) by orsmga001.jf.intel.com with ESMTP; 05 May 2009 03:26:10 -0700 Received: from MRObj-lnx64-03 (MRObj-lnx64-03.bj.intel.com [161.129.204.104]) by mssmon01.ims.intel.com (161.129.204.10460308/8.12.11/MailSET/Hub) with ESMTP id n45AQlnC025333; Tue, 5 May 2009 14:26:49 +0400 Message-ID: <188618231.1241548101239.JavaMail.laichunrong@MRObj-lnx64-03> Date: Wed, 06 May 2009 02:28:21 +0800 From: [email protected] To: [email protected] Subject: [build-test alert] PASSED Linux x86_64: drlvm-test debug Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_0_142515426.1241548101056" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_0_142515426.1241548101056 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit BUILD COMPLETE: build.105 Date of build: 2009-05-05 23:53:14 +0800 Time to build: 154 minutes 23 seconds Last changed: 05/05/2009 22:35:37 Last log entry: hdk *********************************************************** Errors/Warnings: (15) [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 *********************************************************** Unit Tests: (4187) All Tests Passed *********************************************************** Modifications since last successful build: (2) add cc-hdk log20090505223537Lbuild.127 05/05/2009 22:35:37hdk add cc-hdk log20090503211135Lbuild.126 05/03/2009 21:11:35hdk ------=_Part_0_142515426.1241548101056-- From [email protected] Thu May 07 21:16:35 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59655 invoked from network); 7 May 2009 21:16:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 May 2009 21:16:35 -0000 Received: (qmail 26759 invoked by uid 500); 7 May 2009 21:16:35 -0000 Delivered-To: [email protected] Received: (qmail 26719 invoked by uid 500); 7 May 2009 21:16:34 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 26709 invoked by uid 99); 7 May 2009 21:16:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 May 2009 21:16:34 +0000 X-ASF-Spam-Status: No, hits=-0.9 required=10.0 tests=DATE_IN_FUTURE_06_12,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mga11.intel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 May 2009 21:16:24 +0000 Received: from fmsmga002.fm.intel.com ([161.129.204.104]) by fmsmga102.fm.intel.com with ESMTP; 07 May 2009 14:10:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.40,312,1239001200"; d="html'217?zip'217,48?scan'217,48,48,208,217";a="455084840" Received: from mssmon01.ims.intel.com ([161.129.204.104]) by fmsmga002.fm.intel.com with ESMTP; 07 May 2009 14:10:36 -0700 Received: from MRObj-lnx64-03 (MRObj-lnx64-03.bj.intel.com [161.129.204.104]) by mssmon01.ims.intel.com (161.129.204.10460308/8.12.11/MailSET/Hub) with ESMTP id n47LFuXC019860; Fri, 8 May 2009 01:15:57 +0400 Message-ID: <946959139.1241759852090.JavaMail.laichunrong@MRObj-lnx64-03> Date: Fri, 08 May 2009 13:17:31 +0800 From: [email protected] To: [email protected] Subject: [build-test alert] FAILED Linux x86_64: drlvm-test debug Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_0_1715062977.1241759851904" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_0_1715062977.1241759851904 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit BUILD FAILED: Ant Error Message: /home/laichunrong/harmony.regularcc/infra/scripts/cc-exec-adaptor.xml:68: The following error occurred while executing this line: /home/laichunrong/harmony.regularcc/infra/adaptors/drlvm-test/adaptor.xml:81: There were drlvm-test failures Date of build: 2009-05-08 09:52:53 +0800 Time to build: 204 minutes 27 seconds Last changed: 05/08/2009 08:48:08 Last log entry: hdk *********************************************************** Errors/Warnings: (81) [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Timeout: killed the sub-process [java] at org.apache.tools.ant.taskdefs.Java.fork(Java.java:754) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:171) [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:84) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64) [java] at net.sf.antcontrib.logic.IfTask.execute(IfTask.java:197) [java] at sun.reflect.GeneratedMethodAccessor181.invoke(Unknown Source) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.apache.tools.ant.TaskAdapter.execute(TaskAdapter.java:123) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:378) [java] at net.sf.antcontrib.logic.ForDelegate.doSequentialIteration(ForDelegate.java:228) [java] at net.sf.antcontrib.logic.ForDelegate.doTheTasks(ForDelegate.java:281) [java] at net.sf.antcontrib.logic.ForDelegate.execute(ForDelegate.java:213) [java] at net.sf.antcontrib.logic.For.execute(For.java:166) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.Target.execute(Target.java:341) [java] at org.apache.tools.ant.Target.performTasks(Target.java:369) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382) [java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:378) [java] at net.sf.antcontrib.logic.ForDelegate.doSequentialIteration(ForDelegate.java:228) [java] at net.sf.antcontrib.logic.ForDelegate.doTheTasks(ForDelegate.java:253) [java] at net.sf.antcontrib.logic.ForDelegate.execute(ForDelegate.java:213) [java] at net.sf.antcontrib.logic.For.execute(For.java:166) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.Target.execute(Target.java:341) [java] at org.apache.tools.ant.Target.performTasks(Target.java:369) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.Target.execute(Target.java:341) [java] at org.apache.tools.ant.Target.performTasks(Target.java:369) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1185) [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068) [java] at org.apache.tools.ant.Main.runBuild(Main.java:668) [java] at org.apache.tools.ant.Main.startAnt(Main.java:187) [java] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246) [java] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67) [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 BUILD FAILED /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/working_vm/build.xml:286: Some tests failed Total time: 204 minutes 5 seconds The execution FAILED with the following exception: The following error occurred while executing this line: /home/laichunrong/harmony.regularcc/infra/adaptors/drlvm-test/adaptor.xml:81: There were drlvm-test failures *********************************************************** Unit Tests: (4187) failure: jitrino.OPT thread.SmallStackThreadTest_opt Unit Test Error Details: (1) Test: jitrino.OPTClass: thread.SmallStackThreadTest_optExit code: 0 Err: *********************************************************** Modifications since last successful build: (1) add cc-hdk log20090508084808Lbuild.131 05/08/2009 08:48:08hdk ------=_Part_0_1715062977.1241759851904-- From [email protected] Fri May 08 04:24:57 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50304 invoked from network); 8 May 2009 04:24:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 May 2009 04:24:57 -0000 Received: (qmail 16258 invoked by uid 500); 8 May 2009 04:24:57 -0000 Delivered-To: [email protected] Received: (qmail 16223 invoked by uid 500); 8 May 2009 04:24:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 16213 invoked by uid 99); 8 May 2009 04:24:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2009 04:24:56 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=DATE_IN_FUTURE_12_24,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mga02.intel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2009 04:24:48 +0000 Received: from orsmga002.jf.intel.com ([161.129.204.104]) by orsmga101.jf.intel.com with ESMTP; 07 May 2009 21:15:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.40,315,1239001200"; d="scan'208";a="410580799" Received: from mssmon01.ims.intel.com ([161.129.204.104]) by orsmga002.jf.intel.com with ESMTP; 07 May 2009 21:32:11 -0700 Received: from mrobj-win64-01 (mrobj-win64-01.bj.intel.com [161.129.204.104]) by mssmon01.ims.intel.com (161.129.204.10460308/8.12.11/MailSET/Hub) with ESMTP id n484OAjE030966; Fri, 8 May 2009 08:24:11 +0400 Message-ID: <224430501.1241809360734.JavaMail.Administrator@mrobj-win64-01> Date: Fri, 08 May 2009 12:02:40 -0700 From: [email protected] To: [email protected] Subject: [build-test alert] PASSED Windows 2003 x86_64: hdk debug Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_0_1432868859.1241809360468" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_0_1432868859.1241809360468 Content-Type: text/plain; charset=Cp1252 Content-Transfer-Encoding: 7bit BUILD COMPLETE: build.199 Date of build: 2009-05-08 11:24:35 -0700 Time to build: 37 minutes 12 seconds Last changed: 05/07/2009 14:51:03 Last log entry: Minor updates to JavaDoc comment. *********************************************************** Errors/Warnings: (31) [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [compile-cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [compile-cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [compile-cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [compile-cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [compile-cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [compile-cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [compile-cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [compile-cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [compile-cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [compile-cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [compile-cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [compile-cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [compile-cc] cl : Command line warning D9025 : overriding '/W3' with '/W4' [compile-cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [compile-cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [compile-cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [compile-cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [compile-cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [compile-cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' *********************************************************** Unit Tests: (0) No Tests Run: This project doesn't have any tests *********************************************************** Modifications since last successful build: (908) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Iterator.java 05/07/2009 14:51:03 Minor updates to JavaDoc comment. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Enumeration.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/PropertyResourceBundle.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/LinkedHashSet.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/WeakHashMap.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/EventListenerProxy.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Iterator.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/AbstractSequentialList.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/IdentityHashMap.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/TreeMap.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/UnknownFormatConversionException.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Formattable.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/MissingResourceException.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/StringTokenizer.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Vector.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/LinkedList.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/SimpleTimeZone.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/MissingFormatArgumentException.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/UUID.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/AbstractQueue.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/EventObject.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/PropertyPermissionCollection.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/SortedSet.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/FormatterClosedException.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/IllegalFormatPrecisionException.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Collections.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/IllegalFormatFlagsException.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/DuplicateFormatFlagsException.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/FormatFlagsConversionMismatchException.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Scanner.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Collection.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Set.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/InvalidPropertiesFormatException.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/PropertyPermission.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Locale.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/AbstractMap.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/IllegalFormatWidthException.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Stack.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Comparator.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/LinkedHashMap.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Date.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/ListResourceBundle.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Timer.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/EnumSet.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Queue.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/ListIterator.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/PriorityQueue.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/ConcurrentModificationException.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/NoSuchElementException.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Currency.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/BitSet.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/SortedMap.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/AbstractList.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/HashSet.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/MissingFormatWidthException.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/IllegalFormatException.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/RandomAccess.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/TimerTask.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/EmptyStackException.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Dictionary.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/GregorianCalendar.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Calendar.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/ArrayList.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/TreeSet.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Map.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Random.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Observer.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/TimeZone.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Hashtable.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Properties.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/TooManyListenersException.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Arrays.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/EnumMap.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Formatter.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/UnknownFormatFlagsException.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/InputMismatchException.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/IllegalFormatCodePointException.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/IllegalFormatConversionException.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/List.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/FormattableFlags.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/AbstractCollection.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/AbstractSet.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/ResourceBundle.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/HashMap.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Observable.java 05/07/2009 14:43:41 Apply patch for HARMONY-6201 (Javadocs for java.util.*) deleted hindessm /harmony/enhanced/classlib/trunk/modules/swing/src/test/java 05/07/2009 09:26:46 Remove empty directory. modified hindessm /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/internal/rowset/CachedRowSetImplTest.java 05/07/2009 07:37:42 Typo fixes. modified hindessm /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/internal/rowset/JoinRowSetCachedRowSetTest.java 05/07/2009 07:37:42 Typo fixes. modified hindessm /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/internal/rowset/JoinRowSetJoinTest.java 05/07/2009 07:37:42 Typo fixes. modified hindessm /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/org/apache/harmony/sql/internal/rowset/JoinRowSetImpl.java 05/07/2009 07:37:42 Typo fixes. modified tellison /harmony/enhanced/classlib/trunk/modules/text/META-INF/MANIFEST.MF 05/07/2009 07:15:51 No further dependencies on tests.util package from TEXT module. added tellison /harmony/enhanced/classlib/trunk/modules/text/src/test/java/org/apache/harmony/text/tests/java/text/Support_SimpleDateFormat.java 05/07/2009 07:09:54 Refactor TEXT test support classes. - Move TEXT-specific support classes into the TEXT module - Delete Support_BitSet and replace its use with a regular util BitSet modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/test/java/org/apache/harmony/text/tests/java/text/MessageFormatTest.java 05/07/2009 07:09:54 Refactor TEXT test support classes. - Move TEXT-specific support classes into the TEXT module - Delete Support_BitSet and replace its use with a regular util BitSet modified tellison /harmony/enhanced/classlib/trunk/modules/text/META-INF/MANIFEST.MF 05/07/2009 07:09:54 Refactor TEXT test support classes. - Move TEXT-specific support classes into the TEXT module - Delete Support_BitSet and replace its use with a regular util BitSet modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/test/java/org/apache/harmony/text/tests/java/text/SimpleDateFormatTest.java 05/07/2009 07:09:54 Refactor TEXT test support classes. - Move TEXT-specific support classes into the TEXT module - Delete Support_BitSet and replace its use with a regular util BitSet deleted tellison /harmony/enhanced/classlib/trunk/support/src/test/java/tests/support/Support_DecimalFormat.java 05/07/2009 07:09:54 Refactor TEXT test support classes. - Move TEXT-specific support classes into the TEXT module - Delete Support_BitSet and replace its use with a regular util BitSet deleted tellison /harmony/enhanced/classlib/trunk/support/src/test/java/tests/support/Support_Format.java 05/07/2009 07:09:54 Refactor TEXT test support classes. - Move TEXT-specific support classes into the TEXT module - Delete Support_BitSet and replace its use with a regular util BitSet added tellison /harmony/enhanced/classlib/trunk/modules/text/src/test/java/org/apache/harmony/text/tests/java/text/Support_DecimalFormat.java 05/07/2009 07:09:54 Refactor TEXT test support classes. - Move TEXT-specific support classes into the TEXT module - Delete Support_BitSet and replace its use with a regular util BitSet added tellison /harmony/enhanced/classlib/trunk/modules/text/src/test/java/org/apache/harmony/text/tests/java/text/Support_Format.java 05/07/2009 07:09:54 Refactor TEXT test support classes. - Move TEXT-specific support classes into the TEXT module - Delete Support_BitSet and replace its use with a regular util BitSet deleted tellison /harmony/enhanced/classlib/trunk/support/src/test/java/tests/support/Support_BitSet.java 05/07/2009 07:09:54 Refactor TEXT test support classes. - Move TEXT-specific support classes into the TEXT module - Delete Support_BitSet and replace its use with a regular util BitSet deleted tellison /harmony/enhanced/classlib/trunk/support/src/test/java/tests/support/Support_MessageFormat.java 05/07/2009 07:09:54 Refactor TEXT test support classes. - Move TEXT-specific support classes into the TEXT module - Delete Support_BitSet and replace its use with a regular util BitSet modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/test/java/org/apache/harmony/text/tests/java/text/DecimalFormatTest.java 05/07/2009 07:09:54 Refactor TEXT test support classes. - Move TEXT-specific support classes into the TEXT module - Delete Support_BitSet and replace its use with a regular util BitSet added tellison /harmony/enhanced/classlib/trunk/modules/text/src/test/java/org/apache/harmony/text/tests/java/text/Support_MessageFormat.java 05/07/2009 07:09:54 Refactor TEXT test support classes. - Move TEXT-specific support classes into the TEXT module - Delete Support_BitSet and replace its use with a regular util BitSet deleted tellison /harmony/enhanced/classlib/trunk/support/src/test/java/tests/support/Support_SimpleDateFormat.java 05/07/2009 07:09:54 Refactor TEXT test support classes. - Move TEXT-specific support classes into the TEXT module - Delete Support_BitSet and replace its use with a regular util BitSet modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/BreakIterator.java 05/07/2009 06:36:07 Remove some unhelpful comments. modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/SimpleDateFormat.java 05/07/2009 05:12:48 Apply patch HARMONY-6199 ([classlib][text] Superficial changes to SimpleDateFormat) modified regisxu /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/windows/hyfile.c 05/07/2009 03:01:37 Apply patch HARMONY-6041-v3.diff for HARMONY-6041: [classlib][portlib] incorrect parse path contains special unicode charactor modified regisxu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/windows/org/apache/harmony/luni/tests/java/io/WinFileTest.java 05/07/2009 03:01:37 Apply patch HARMONY-6041-v3.diff for HARMONY-6041: [classlib][portlib] incorrect parse path contains special unicode charactor modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/SimpleDateFormat.java 05/07/2009 02:28:16 Minor JavaDoc changes. modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/ChoiceFormat.java 05/07/2009 01:42:00 Apply partial patch for HARMONY-6189 (Javadocs for java.text.*) modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/CharacterIterator.java 05/07/2009 01:42:00 Apply partial patch for HARMONY-6189 (Javadocs for java.text.*) modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/RuleBasedCollator.java 05/07/2009 01:42:00 Apply partial patch for HARMONY-6189 (Javadocs for java.text.*) modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/DecimalFormat.java 05/07/2009 01:42:00 Apply partial patch for HARMONY-6189 (Javadocs for java.text.*) modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/Bidi.java 05/07/2009 01:42:00 Apply partial patch for HARMONY-6189 (Javadocs for java.text.*) modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/FieldPosition.java 05/07/2009 01:42:00 Apply partial patch for HARMONY-6189 (Javadocs for java.text.*) modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/CollationElementIterator.java 05/07/2009 01:42:00 Apply partial patch for HARMONY-6189 (Javadocs for java.text.*) modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/Annotation.java 05/07/2009 01:42:00 Apply partial patch for HARMONY-6189 (Javadocs for java.text.*) modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/Collator.java 05/07/2009 01:42:00 Apply partial patch for HARMONY-6189 (Javadocs for java.text.*) modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/DecimalFormatSymbols.java 05/07/2009 01:42:00 Apply partial patch for HARMONY-6189 (Javadocs for java.text.*) modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/DateFormat.java 05/07/2009 01:42:00 Apply partial patch for HARMONY-6189 (Javadocs for java.text.*) modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/Format.java 05/07/2009 01:42:00 Apply partial patch for HARMONY-6189 (Javadocs for java.text.*) modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/ParseException.java 05/07/2009 01:42:00 Apply partial patch for HARMONY-6189 (Javadocs for java.text.*) modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/StringCharacterIterator.java 05/07/2009 01:42:00 Apply partial patch for HARMONY-6189 (Javadocs for java.text.*) modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/MessageFormat.java 05/07/2009 01:42:00 Apply partial patch for HARMONY-6189 (Javadocs for java.text.*) modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/CollationKey.java 05/07/2009 01:42:00 Apply partial patch for HARMONY-6189 (Javadocs for java.text.*) modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/BreakIterator.java 05/07/2009 01:42:00 Apply partial patch for HARMONY-6189 (Javadocs for java.text.*) modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/AttributedString.java 05/07/2009 01:42:00 Apply partial patch for HARMONY-6189 (Javadocs for java.text.*) modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/AttributedCharacterIterator.java 05/07/2009 01:42:00 Apply partial patch for HARMONY-6189 (Javadocs for java.text.*) modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/ParsePosition.java 05/07/2009 01:42:00 Apply partial patch for HARMONY-6189 (Javadocs for java.text.*) modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/DateFormatSymbols.java 05/07/2009 01:42:00 Apply partial patch for HARMONY-6189 (Javadocs for java.text.*) modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/SimpleDateFormat.java 05/07/2009 01:42:00 Apply partial patch for HARMONY-6189 (Javadocs for java.text.*) modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/NumberFormat.java 05/07/2009 01:42:00 Apply partial patch for HARMONY-6189 (Javadocs for java.text.*) modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/netif.c 05/07/2009 00:20:02 Trivial typo fix. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/BufferedInputStream.java 05/06/2009 06:43:53 Apply patch for HARMONY-6134 ([classlib][luni] java.io.BufferedInputStream.reset() throws IOException after skipping the marked position) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/BufferedInputStreamTest.java 05/06/2009 06:43:53 Apply patch for HARMONY-6134 ([classlib][luni] java.io.BufferedInputStream.reset() throws IOException after skipping the marked position) modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/test/java/org/apache/harmony/text/tests/java/text/SimpleDateFormatTest.java 05/06/2009 06:18:51 Apply modified patch for HARMONY-6188 ([classlib][text] Fix the failure for SimpleDateFormatTest.test_formatLjava_util_DateLjava_lang_StringBufferLjava_text_FieldPosition) modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/SimpleDateFormat.java 05/06/2009 06:18:51 Apply modified patch for HARMONY-6188 ([classlib][text] Fix the failure for SimpleDateFormatTest.test_formatLjava_util_DateLjava_lang_StringBufferLjava_text_FieldPosition) modified tellison /harmony/enhanced/classlib/trunk/support/src/test/java/tests/support/Support_SimpleDateFormat.java 05/06/2009 06:18:51 Apply modified patch for HARMONY-6188 ([classlib][text] Fix the failure for SimpleDateFormatTest.test_formatLjava_util_DateLjava_lang_StringBufferLjava_text_FieldPosition) modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/SimpleDateFormat.java 05/06/2009 05:59:09 Fix for typo in commit r772140 - used wrong local var. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/BufferedInputStream.java 05/06/2009 05:53:31 Apply patch for HARMONY-6133 ([classlib][luni] java.io.BufferedInputStream.skip(0) shouldn't throw IOException) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/BufferedInputStreamTest.java 05/06/2009 05:53:31 Apply patch for HARMONY-6133 ([classlib][luni] java.io.BufferedInputStream.skip(0) shouldn't throw IOException) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/ArrayList.java 05/06/2009 05:26:32 Apply fix for HARMONY-6141 ([classlib][luni] java.util.ArrayList.addAll(int index, Collection<? extends E> c) fails to add itself) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ArrayListTest.java 05/06/2009 05:26:32 Apply fix for HARMONY-6141 ([classlib][luni] java.util.ArrayList.addAll(int index, Collection<? extends E> c) fails to add itself) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/file.c 05/06/2009 05:01:34 Apply fix HARMONY-6186 ([classlib][luni] - ioh_convertToPlatform is not necessary to be invoked in hyfile.c) modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/SimpleDateFormat.java 05/06/2009 03:40:05 Apply modified patch for HARMONY-6181 ([classlib][text] SimpleDateFormatTest.test_set2DigitYearStartLjava_util_Date would fail) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/InetSocketAddress.java 05/06/2009 02:06:28 Minor javadoc corrections and updates.Fix some uses of error message construction. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/SocketPermission.java 05/06/2009 02:06:28 Minor javadoc corrections and updates.Fix some uses of error message construction. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/InetAddress.java 05/06/2009 02:06:28 Minor javadoc corrections and updates.Fix some uses of error message construction. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/NegativeCache.java 05/06/2009 02:06:28 Minor javadoc corrections and updates.Fix some uses of error message construction. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/util/ExternalMessages.properties 05/06/2009 02:06:28 Minor javadoc corrections and updates.Fix some uses of error message construction. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/Inet6Address.java 05/06/2009 02:06:28 Minor javadoc corrections and updates.Fix some uses of error message construction. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/FileNameMap.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/Proxy.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/ProxySelector.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/HttpURLConnection.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/ResponseCache.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/HttpRetryException.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/Socket.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/DatagramSocket.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/Inet4Address.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/SecureCacheResponse.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/Inet6Address.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/SocketAddress.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/URI.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/UnknownServiceException.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/PasswordAuthentication.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/SocketImplFactory.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/URLEncoder.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/URLStreamHandlerFactory.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/InetAddress.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/CookieHandler.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/ContentHandler.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/MalformedURLException.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/Authenticator.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/SocketPermissionCollection.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/SocketTimeoutException.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/InetSocketAddress.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/MulticastSocket.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/JarURLConnection.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/ServerSocket.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/URLClassLoader.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/ProtocolException.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/URLConnection.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/CacheResponse.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/URISyntaxException.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/URIEncoderDecoder.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/NegativeCache.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/URLDecoder.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/BindException.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/PortUnreachableException.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/NetPermission.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/ContentHandlerFactory.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/SocketPermission.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/URL.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/DatagramSocketImplFactory.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/ProxySelectorImpl.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/SocketOptions.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/NegCacheElement.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/SocketException.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/ConnectException.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/DatagramPacket.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/NetworkInterface.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/SocketImpl.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/NoRouteToHostException.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/DatagramSocketImpl.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/CacheRequest.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/URLStreamHandler.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/UnknownHostException.java 05/06/2009 01:33:17 Apply patch for HARMONY-6196 (Javadocs for java.net.*) modified regisxu /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/SimpleDateFormat.java 05/05/2009 19:30:46 remove uesless System.out modified odeakin /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/HttpsURLConnectionTest.java 05/05/2009 06:27:36 Make sure messages sent and received are treated with a consistent charset. modified odeakin /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/http/HttpURLConnectionTest.java 05/05/2009 06:27:36 Make sure messages sent and received are treated with a consistent charset. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/Float.java 05/05/2009 06:26:43 Improvement to Float/Double comparison performance. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/Double.java 05/05/2009 06:26:43 Improvement to Float/Double comparison performance. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Arrays.java 05/05/2009 06:26:43 Improvement to Float/Double comparison performance. modified sjanuary /harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/unpack200/NewAttributeBands.java 05/05/2009 04:58:32 Unpack200 - remove unnecessary method modified sjanuary /harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/unpack200/FileBands.java 05/05/2009 04:58:32 Unpack200 - remove unnecessary method modified sjanuary /harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/unpack200/ClassBands.java 05/05/2009 04:58:32 Unpack200 - remove unnecessary method modified sjanuary /harmony/enhanced/classlib/trunk/modules/pack200/src/test/java/org/apache/harmony/unpack200/tests/BandSetTest.java 05/05/2009 04:58:32 Unpack200 - remove unnecessary method modified sjanuary /harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/unpack200/BandSet.java 05/05/2009 04:58:32 Unpack200 - remove unnecessary method modified sjanuary /harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/unpack200/Segment.java 05/05/2009 04:58:32 Unpack200 - remove unnecessary method modified hindessm /harmony/enhanced/classlib/trunk/make/build-java.xml 05/05/2009 02:05:31 Fixing build break. Depends targets need tidying up! modified hindessm /harmony/enhanced/classlib/trunk/modules/jmx/build.xml 05/05/2009 01:41:25 Move copy to check-depends phase - this should fix build break. modified hindessm /harmony/enhanced/classlib/trunk/make/test.properties 05/05/2009 00:11:15 Fixing svn:eol-style properties on new files. modified hindessm /harmony/enhanced/classlib/trunk/make/run-test.xml 05/05/2009 00:11:15 Fixing svn:eol-style properties on new files. added qiuxx /harmony/enhanced/classlib/trunk/make/test.properties 05/05/2009 00:03:39 Apply for HARMONY-6083, package the compiled tests into the HDK to reuse, complete testing archive for luni modified qiuxx /harmony/enhanced/classlib/trunk/make/build-test.xml 05/05/2009 00:03:39 Apply for HARMONY-6083, package the compiled tests into the HDK to reuse, complete testing archive for luni modified qiuxx /harmony/enhanced/classlib/trunk/make/properties.xml 05/05/2009 00:03:39 Apply for HARMONY-6083, package the compiled tests into the HDK to reuse, complete testing archive for luni added qiuxx /harmony/enhanced/classlib/trunk/make/run-test.xml 05/05/2009 00:03:39 Apply for HARMONY-6083, package the compiled tests into the HDK to reuse, complete testing archive for luni modified qiuxx /harmony/enhanced/classlib/trunk/modules/luni/build.xml 05/05/2009 00:03:39 Apply for HARMONY-6083, package the compiled tests into the HDK to reuse, complete testing archive for luni modified regisxu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/Timestamp.java 05/04/2009 23:10:25 Apply patch for HARMONY-6144: [classlib][sql] java.sql.Timestamp.valueOf(String s) should throw java.lang.IllegalArgumentException if the given string isn't in yyyy-mm-dd hh:mm:ss.fffffffff formatand also add java.util.regex to import-package in MANIFEST.MF of sql module modified regisxu /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/TimestampTest.java 05/04/2009 23:10:25 Apply patch for HARMONY-6144: [classlib][sql] java.sql.Timestamp.valueOf(String s) should throw java.lang.IllegalArgumentException if the given string isn't in yyyy-mm-dd hh:mm:ss.fffffffff formatand also add java.util.regex to import-package in MANIFEST.MF of sql module modified regisxu /harmony/enhanced/classlib/trunk/modules/sql/META-INF/MANIFEST.MF 05/04/2009 23:10:25 Apply patch for HARMONY-6144: [classlib][sql] java.sql.Timestamp.valueOf(String s) should throw java.lang.IllegalArgumentException if the given string isn't in yyyy-mm-dd hh:mm:ss.fffffffff formatand also add java.util.regex to import-package in MANIFEST.MF of sql module added ndbeyer /harmony/enhanced/classlib/trunk/modules/lang-management/src/test/api/java/org/apache/harmony/lang/management/tests/java/util 05/02/2009 22:22:24 move test to a package consistent with the rest of the module deleted ndbeyer /harmony/enhanced/classlib/trunk/modules/lang-management/src/test/api/java/tests/java/util/logging 05/02/2009 22:22:24 move test to a package consistent with the rest of the module added ndbeyer /harmony/enhanced/classlib/trunk/modules/lang-management/src/test/api/java/org/apache/harmony/lang/management/tests/java/util/logging 05/02/2009 22:22:24 move test to a package consistent with the rest of the module unknown ndbeyer /harmony/enhanced/classlib/trunk/modules/lang-management/src/test/api/java/org/apache/harmony/lang/management/tests/java/util/logging/LoggingMXBeanTest.java 05/02/2009 22:22:24 move test to a package consistent with the rest of the module modified ndbeyer /harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/org/apache/harmony/lang/management/DynamicMXBeanImpl.java 05/02/2009 22:18:25 clean up compiler warnings; add some test assertions modified ndbeyer /harmony/enhanced/classlib/trunk/modules/lang-management/src/test/api/java/org/apache/harmony/lang/management/tests/java/lang/management/MemoryPoolMXBeanTest.java 05/02/2009 22:18:25 clean up compiler warnings; add some test assertions modified ndbeyer /harmony/enhanced/classlib/trunk/modules/lang-management/src/test/api/java/org/apache/harmony/lang/management/tests/java/lang/management/MemoryUsage2Test.java 05/02/2009 22:18:25 clean up compiler warnings; add some test assertions modified ndbeyer /harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/org/apache/harmony/lang/management/OpenTypeMappingIHandler.java 05/02/2009 22:18:25 clean up compiler warnings; add some test assertions modified ndbeyer /harmony/enhanced/classlib/trunk/modules/lang-management/src/test/api/java/org/apache/harmony/lang/management/tests/java/lang/management/ThreadMXBeanTest.java 05/02/2009 22:18:25 clean up compiler warnings; add some test assertions modified ndbeyer /harmony/enhanced/classlib/trunk/modules/lang-management/src/test/api/java/org/apache/harmony/lang/management/tests/java/lang/management/ManagementFactoryTest.java 05/02/2009 22:18:25 clean up compiler warnings; add some test assertions modified ndbeyer /harmony/enhanced/classlib/trunk/modules/lang-management/src/test/api/java/tests/java/util/logging/LoggingMXBeanTest.java 05/02/2009 22:18:25 clean up compiler warnings; add some test assertions modified ndbeyer /harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/org/apache/harmony/lang/management/ManagementUtils.java 05/02/2009 22:18:25 clean up compiler warnings; add some test assertions modified ndbeyer /harmony/enhanced/classlib/trunk/modules/lang-management/src/test/api/java/org/apache/harmony/lang/management/tests/java/lang/management/CompilationMXBeanTest.java 05/02/2009 22:18:25 clean up compiler warnings; add some test assertions modified ndbeyer /harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ThreadInfo.java 05/02/2009 22:05:18 handle native method indicator modified ndbeyer /harmony/enhanced/classlib/trunk/modules/lang-management/src/test/api/java/org/apache/harmony/lang/management/tests/java/lang/management/MemoryNotificationInfoTest.java 05/02/2009 21:58:49 Apply second patch for HARMONY-6149 - [classlib][lang-management] java.lang.management.MemoryNotificationInfo.from(CompositeData cd) should throw IllegalArgumentException if cd doesn't represent a MemoryNotificationInfo object modified ndbeyer /harmony/enhanced/classlib/trunk/modules/lang-management/src/test/impl/java/org/apache/harmony/lang/management/ThreadInfoTest.java 05/02/2009 21:58:49 Apply second patch for HARMONY-6149 - [classlib][lang-management] java.lang.management.MemoryNotificationInfo.from(CompositeData cd) should throw IllegalArgumentException if cd doesn't represent a MemoryNotificationInfo object deleted ndbeyer /harmony/enhanced/classlib/trunk/modules/lang-management/src/test/api/java/org/apache/harmony/lang/management/tests/java/lang/management/HARMONY6149Test.java 05/02/2009 21:58:49 Apply second patch for HARMONY-6149 - [classlib][lang-management] java.lang.management.MemoryNotificationInfo.from(CompositeData cd) should throw IllegalArgumentException if cd doesn't represent a MemoryNotificationInfo object modified ndbeyer /harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryNotificationInfo.java 05/02/2009 21:58:49 Apply second patch for HARMONY-6149 - [classlib][lang-management] java.lang.management.MemoryNotificationInfo.from(CompositeData cd) should throw IllegalArgumentException if cd doesn't represent a MemoryNotificationInfo object modified ndbeyer /harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/org/apache/harmony/lang/management/ManagementUtils.java 05/02/2009 21:58:49 Apply second patch for HARMONY-6149 - [classlib][lang-management] java.lang.management.MemoryNotificationInfo.from(CompositeData cd) should throw IllegalArgumentException if cd doesn't represent a MemoryNotificationInfo object modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/NoSuchFieldException.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/InterruptedException.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/VirtualMachineError.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/Math.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/ClassCircularityError.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/NullPointerException.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/IllegalArgumentException.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/ClassCastException.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/StringBuffer.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/Deprecated.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/Void.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/AbstractStringBuilder.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/ClassNotFoundException.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/RuntimeException.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/StackOverflowError.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/InstantiationException.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/reflect/Proxy.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/CloneNotSupportedException.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/ArithmeticException.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/NoSuchMethodError.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/IndexOutOfBoundsException.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/VerifyError.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/Override.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/reflect/WildcardType.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/AssertionError.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/StrictMath.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/TypeNotPresentException.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/ProcessBuilder.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/Iterable.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/Number.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/ClassFormatError.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/UnsupportedOperationException.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/Error.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/reflect/InvocationHandler.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/Character.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/SuppressWarnings.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/Long.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/Readable.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/IllegalMonitorStateException.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/Byte.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/reflect/Type.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/reflect/GenericSignatureFormatError.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/StringIndexOutOfBoundsException.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/IllegalAccessError.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/CharSequence.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/reflect/TypeVariable.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/NegativeArraySizeException.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/ThreadDeath.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/StringBuilder.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/Process.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/EnumConstantNotPresentException.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/NoSuchMethodException.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/reflect/ReflectPermission.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/reflect/ParameterizedType.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/ThreadLocal.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/reflect/InvocationTargetException.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/Cloneable.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/IllegalStateException.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/reflect/Member.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/Appendable.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/RuntimePermission.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/Integer.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/UnsupportedClassVersionError.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/Exception.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/Short.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/reflect/GenericArrayType.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/SecurityManager.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/ExceptionInInitializerError.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/Enum.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/Comparable.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/Float.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/Runnable.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/String.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/reflect/GenericDeclaration.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/UnknownError.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/ArrayStoreException.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/IllegalAccessException.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/IncompatibleClassChangeError.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/NoSuchFieldError.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/ArrayIndexOutOfBoundsException.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/AbstractMethodError.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/reflect/UndeclaredThrowableException.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/reflect/Modifier.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/LinkageError.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/SecurityException.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/InternalError.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/NoClassDefFoundError.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/reflect/MalformedParameterizedTypeException.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/InheritableThreadLocal.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/InstantiationError.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/OutOfMemoryError.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/UnsatisfiedLinkError.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/Double.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/reflect/AnnotatedElement.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/Boolean.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/ref/ReferenceQueue.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/NumberFormatException.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/IllegalThreadStateException.java 05/02/2009 01:09:50 Apply slightly modified patch for HARMONY-6194 (Javadocs for java.lang.*) deleted tellison /harmony/enhanced/trunk/THIRD_PARTY_NOTICES.txt 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. deleted tellison /harmony/enhanced/drlvm/trunk/COPYRIGHT 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. modified tellison /harmony/enhanced/classlib/trunk/NOTICE 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. modified tellison /harmony/enhanced/classlib/trunk/LICENSE 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. modified tellison /harmony/enhanced/trunk/build.xml 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. modified tellison /harmony/enhanced/trunk/NOTICE 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. modified tellison /harmony/enhanced/trunk/LICENSE 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. deleted tellison /harmony/enhanced/classlib/trunk/COPYRIGHT 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. modified tellison /harmony/enhanced/drlvm/trunk/NOTICE 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. deleted tellison /harmony/enhanced/classlib/trunk/THIRD_PARTY_NOTICES.txt 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. deleted tellison /harmony/enhanced/trunk/COPYRIGHT 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. modified tellison /harmony/enhanced/classlib/trunk/build.xml 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. deleted tellison /harmony/enhanced/trunk/THIRD_PARTY_NOTICES.txt 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. deleted tellison /harmony/enhanced/drlvm/trunk/COPYRIGHT 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. modified tellison /harmony/enhanced/classlib/trunk/NOTICE 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. modified tellison /harmony/enhanced/classlib/trunk/LICENSE 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. modified tellison /harmony/enhanced/trunk/build.xml 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. modified tellison /harmony/enhanced/trunk/NOTICE 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. modified tellison /harmony/enhanced/trunk/LICENSE 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. deleted tellison /harmony/enhanced/classlib/trunk/COPYRIGHT 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. modified tellison /harmony/enhanced/drlvm/trunk/NOTICE 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. deleted tellison /harmony/enhanced/classlib/trunk/THIRD_PARTY_NOTICES.txt 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. deleted tellison /harmony/enhanced/trunk/COPYRIGHT 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. modified tellison /harmony/enhanced/classlib/trunk/build.xml 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. deleted tellison /harmony/enhanced/trunk/THIRD_PARTY_NOTICES.txt 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. deleted tellison /harmony/enhanced/drlvm/trunk/COPYRIGHT 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. modified tellison /harmony/enhanced/classlib/trunk/NOTICE 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. modified tellison /harmony/enhanced/classlib/trunk/LICENSE 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. modified tellison /harmony/enhanced/trunk/build.xml 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. modified tellison /harmony/enhanced/trunk/NOTICE 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. modified tellison /harmony/enhanced/trunk/LICENSE 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. deleted tellison /harmony/enhanced/classlib/trunk/COPYRIGHT 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. modified tellison /harmony/enhanced/drlvm/trunk/NOTICE 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. deleted tellison /harmony/enhanced/classlib/trunk/THIRD_PARTY_NOTICES.txt 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. deleted tellison /harmony/enhanced/trunk/COPYRIGHT 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. modified tellison /harmony/enhanced/classlib/trunk/build.xml 05/01/2009 08:45:05 Fix for HARMONY-6155 (NOTICE file does not have required contents)Moved THIRD_PARTY_NOTICES.txt into LICENSE, and moved COPYRIGHT into NOTICE. modified odeakin /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ObjectOutputStreamTest.java 05/01/2009 05:37:32 Make sure bytes are UTF-8 encoded when making assertion checks modified odeakin /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/SequenceInputStreamTest.java 05/01/2009 05:37:32 Make sure bytes are UTF-8 encoded when making assertion checks modified odeakin /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/StreamTokenizerTest.java 05/01/2009 05:37:32 Make sure bytes are UTF-8 encoded when making assertion checks modified odeakin /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/PrintWriterTest.java 05/01/2009 05:37:32 Make sure bytes are UTF-8 encoded when making assertion checks modified odeakin /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/PushbackInputStreamTest.java 05/01/2009 05:37:32 Make sure bytes are UTF-8 encoded when making assertion checks modified odeakin /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/StringBufferInputStreamTest.java 05/01/2009 05:37:32 Make sure bytes are UTF-8 encoded when making assertion checks modified odeakin /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/PipedOutputStreamTest.java 05/01/2009 05:37:32 Make sure bytes are UTF-8 encoded when making assertion checks modified odeakin /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/SerializationStressTest.java 05/01/2009 05:37:32 Make sure bytes are UTF-8 encoded when making assertion checks modified odeakin /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/RandomAccessFileTest.java 05/01/2009 05:37:32 Make sure bytes are UTF-8 encoded when making assertion checks modified odeakin /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/LineNumberReaderTest.java 05/01/2009 03:11:17 Make sure test data is in UTF-8. modified odeakin /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/LineNumberInputStreamTest.java 05/01/2009 03:11:17 Make sure test data is in UTF-8. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/File.java 05/01/2009 01:43:52 Trivial javadoc update. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/File.java 05/01/2009 01:40:52 Trivial javadoc formatting updates. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/FilePermission.java 05/01/2009 01:40:52 Trivial javadoc formatting updates. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/ByteArrayInputStream.java 05/01/2009 01:38:11 Minor JavaDoc updates. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/ByteArrayOutputStream.java 05/01/2009 01:38:11 Minor JavaDoc updates. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/EmulatedFields.java 05/01/2009 01:38:11 Minor JavaDoc updates. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/CharArrayWriter.java 05/01/2009 01:38:11 Minor JavaDoc updates. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/ByteArrayOutputStream.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/CharConversionException.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/RandomAccessFile.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/ObjectOutputStream.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/FilePermissionCollection.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/BufferedOutputStream.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/ObjectStreamConstants.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/FilterOutputStream.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/StreamTokenizer.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/StringReader.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/Closeable.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/PushbackInputStream.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/InputStreamReader.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/SyncFailedException.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/FileReader.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/Reader.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/StreamCorruptedException.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/StringWriter.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/DataInputStream.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/BufferedReader.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/Flushable.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/Serializable.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/PrintStream.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/ObjectStreamClass.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/Externalizable.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/WriteAbortedException.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/FileWriter.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/Writer.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/FileDescriptor.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/BufferedWriter.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/UTFDataFormatException.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/PushbackReader.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/PipedReader.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/FileFilter.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/PrintWriter.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/StringBufferInputStream.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/PipedInputStream.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/ByteArrayInputStream.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/OptionalDataException.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/PipedWriter.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/CharArrayReader.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/ObjectInputStream.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/DataOutputStream.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/CharArrayWriter.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/OutputStreamWriter.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/NotActiveException.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/FileOutputStream.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/InterruptedIOException.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/OutputStream.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/UnsupportedEncodingException.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/BufferedInputStream.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/SerializablePermission.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/FilenameFilter.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/IOException.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/ObjectInput.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/ObjectStreamField.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/ObjectOutput.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/FilePermission.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/DataOutput.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/InvalidClassException.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/InvalidObjectException.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/LineNumberInputStream.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/PipedOutputStream.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/ObjectStreamException.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/ObjectInputValidation.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/SequenceInputStream.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/NotSerializableException.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/FilterReader.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/InputStream.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/FileInputStream.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/FileNotFoundException.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/File.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/FilterInputStream.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/FilterWriter.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/LineNumberReader.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/EOFException.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/DataInput.java 05/01/2009 01:08:59 Apply patch HARMONY-6192 (Javadocs from java.io.*) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/FileInputStreamTest.java 05/01/2009 00:34:48 Set EOL property modified odeakin /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/FileInputStreamTest.java 04/30/2009 08:54:29 Minor change to ensure we read test data back in UTF-8. modified hindessm /harmony/enhanced/classlib/trunk/modules/orb/make/depends.properties 04/30/2009 07:42:50 More improvements for yoko/bcel dependencies. modified hindessm /harmony/enhanced/classlib/trunk/modules/orb/build.xml 04/30/2009 07:42:50 More improvements for yoko/bcel dependencies. modified hindessm /harmony/enhanced/classlib/trunk/make/build-java.xml 04/30/2009 07:42:50 More improvements for yoko/bcel dependencies. added hindessm /harmony/enhanced/classlib/trunk/modules/jmx/make/depends.properties 04/30/2009 07:01:42 Moving mx4j dependencies to a module. added hindessm /harmony/enhanced/classlib/trunk/modules/jmx/make 04/30/2009 07:01:42 Moving mx4j dependencies to a module. added hindessm /harmony/enhanced/classlib/trunk/modules/jmx/build.xml 04/30/2009 07:01:42 Moving mx4j dependencies to a module. added hindessm /harmony/enhanced/classlib/trunk/modules/jmx 04/30/2009 07:01:42 Moving mx4j dependencies to a module. added hindessm /harmony/enhanced/classlib/trunk/modules/jmx/META-INF 04/30/2009 07:01:42 Moving mx4j dependencies to a module. modified hindessm /harmony/enhanced/classlib/trunk/make/build-java.xml 04/30/2009 07:01:42 Moving mx4j dependencies to a module. modified hindessm /harmony/enhanced/classlib/trunk/make/depends.properties 04/30/2009 07:01:42 Moving mx4j dependencies to a module. deleted hindessm /harmony/enhanced/classlib/trunk/depends/manifests/mx4j_3.0.2 04/30/2009 07:01:42 Moving mx4j dependencies to a module. modified hindessm /harmony/enhanced/classlib/trunk/make/depends.xml 04/30/2009 07:01:42 Moving mx4j dependencies to a module. modified hindessm /harmony/enhanced/classlib/trunk/build.xml 04/30/2009 04:47:16 Fix build break. modified hindessm /harmony/enhanced/classlib/trunk/make/depends.properties 04/30/2009 04:36:15 Oops. Remove old yoko/bcel properties. added hindessm /harmony/enhanced/classlib/trunk/make/depends-common.xml 04/30/2009 04:14:46 Move yoko/bcel dependency to module/orb. added hindessm /harmony/enhanced/classlib/trunk/modules/orb/make/depends.properties 04/30/2009 04:14:46 Move yoko/bcel dependency to module/orb. added hindessm /harmony/enhanced/classlib/trunk/modules/orb/make 04/30/2009 04:14:46 Move yoko/bcel dependency to module/orb. added hindessm /harmony/enhanced/classlib/trunk/modules/orb/build.xml 04/30/2009 04:14:46 Move yoko/bcel dependency to module/orb. added hindessm /harmony/enhanced/classlib/trunk/modules/orb 04/30/2009 04:14:46 Move yoko/bcel dependency to module/orb. modified hindessm /harmony/enhanced/classlib/trunk/build.xml 04/30/2009 04:14:46 Move yoko/bcel dependency to module/orb. modified hindessm /harmony/enhanced/classlib/trunk/make/depends.xml 04/30/2009 04:14:46 Move yoko/bcel dependency to module/orb. modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/X509ExtendedKeyManager.java 04/30/2009 04:05:52 Minor JavaDoc change. modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/SSLSocketFactory.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/SSLProtocolException.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/SSLSession.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/HttpsURLConnection.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/SSLSessionBindingListener.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/SSLSocket.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/SSLSessionContext.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/SSLPermission.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/KeyManagerFactory.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/SSLPeerUnverifiedException.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/SSLException.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/TrustManagerFactorySpi.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/SSLContextSpi.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/KeyManagerFactorySpi.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/KeyStoreBuilderParameters.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/SSLServerSocket.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/X509TrustManager.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/SSLSessionBindingEvent.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/TrustManagerFactory.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/SSLContext.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ServerSocketFactory.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/X509KeyManager.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/HostnameVerifier.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/TrustManager.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/SocketFactory.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/KeyManager.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/HandshakeCompletedEvent.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/SSLEngineResult.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/ManagerFactoryParameters.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/SSLEngine.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/SSLHandshakeException.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/SSLServerSocketFactory.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/SSLKeyException.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/HandshakeCompletedListener.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/X509ExtendedKeyManager.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/CertPathTrustManagerParameters.java 04/30/2009 04:01:28 Apply patch for HARMONY-6190 (Javadocs for javax.net.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/DriverPropertyInfo.java 04/30/2009 02:49:06 Minor javadoc improvements. modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/Date.java 04/30/2009 02:49:06 Minor javadoc improvements. modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/Time.java 04/30/2009 02:49:06 Minor javadoc improvements. modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/Timestamp.java 04/30/2009 02:49:06 Minor javadoc improvements. modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/CallableStatement.java 04/30/2009 02:49:06 Minor javadoc improvements. modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/PreparedStatement.java 04/30/2009 02:49:06 Minor javadoc improvements. modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/DriverPropertyInfo.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/RowSetEvent.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/SQLException.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/Array.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/SQLOutput.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/DataTruncation.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/ParameterMetaData.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/RowSetListener.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/Struct.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/CallableStatement.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/PreparedStatement.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/ConnectionEvent.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/SQLData.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/Driver.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/ConnectionPoolDataSource.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/RowSetReader.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/Connection.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/BatchUpdateException.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/Timestamp.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/RowSetWriter.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/RowSet.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/RowSetMetaData.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/Ref.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/Date.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/Blob.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/Clob.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/SQLInput.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/DataSource.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/SQLWarning.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/DriverManager.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/PooledConnection.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/ResultSet.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/ResultSetMetaData.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/Time.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/ConnectionEventListener.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/Types.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/Statement.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/DatabaseMetaData.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/Savepoint.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/SQLPermission.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) modified tellison /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/RowSetInternal.java 04/30/2009 02:45:40 Apply slightly modified patch for HARMONY-6191 (Javadocs for java.sql.* and javax.sql.*) added hindessm /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/text/parser 04/30/2009 01:14:35 Move swing test classes to swing module. added hindessm /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/SwingTestCase.java 04/30/2009 01:14:35 Move swing test classes to swing module. added hindessm /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/BasicSwingTestCase.java 04/30/2009 01:14:35 Move swing test classes to swing module. deleted hindessm /harmony/enhanced/classlib/trunk/support/src/test/java/javax 04/30/2009 01:14:35 Move swing test classes to swing module. added odeakin /harmony/enhanced/classlib/trunk/modules/logging/make/exclude.zos.s390.ibm 04/29/2009 12:47:03 Add exclude files for z/OS. added odeakin /harmony/enhanced/classlib/trunk/modules/logging/make/exclude.zos.s390x.ibm 04/29/2009 12:47:03 Add exclude files for z/OS. modified odeakin /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/BufferedInputStreamTest.java 04/29/2009 09:43:38 Make sure bytes are UTF-8 encoded when making assertion checks modified odeakin /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ByteArrayInputStreamTest.java 04/29/2009 09:43:38 Make sure bytes are UTF-8 encoded when making assertion checks modified odeakin /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ByteArrayOutputStreamTest.java 04/29/2009 09:43:38 Make sure bytes are UTF-8 encoded when making assertion checks modified odeakin /harmony/enhanced/jdktools/trunk/modules/jdktools/src/main/java/org/apache/harmony/tools/jar/Main.java 04/29/2009 09:27:46 Minor code tidy up. modified odeakin /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/PrintStreamTest.java 04/29/2009 09:07:11 Remove duplicate import. modified odeakin /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/PrintStreamTest.java 04/29/2009 09:04:50 Make sure the bytes read are UTF-8 encoded when making assertion checks added odeakin /harmony/enhanced/classlib/trunk/modules/lang-management/make/exclude.zos.s390.ibm 04/29/2009 07:16:20 Add z/OS test excludes for the lang-management module. added odeakin /harmony/enhanced/classlib/trunk/modules/lang-management/make/exclude.zos.s390x.ibm 04/29/2009 07:16:20 Add z/OS test excludes for the lang-management module. added odeakin /harmony/enhanced/jdktools/trunk/modules/jdktools/src/main/java/org/apache/harmony/tools/jar/Main.java 04/29/2009 05:38:19 Add jar tool with simple jar listing capability modified odeakin /harmony/enhanced/jdktools/trunk/modules/samsa/build.xml 04/29/2009 05:38:19 Add jar tool with simple jar listing capability added odeakin /harmony/enhanced/jdktools/trunk/modules/jdktools/src/main/java/org/apache/harmony/tools/jar 04/29/2009 05:38:19 Add jar tool with simple jar listing capability modified hindessm /harmony/enhanced/classlib/trunk/make/build-java.xml 04/29/2009 04:05:20 Move the editing of the xalan.jar so it happens once per download ratherthan every build. I made a subtle change - removing 'usetimestamp="true"' -from the <get>. This was to avoid everyone having to do: mv depends/jars/xalan-j_2.7.0/xalan.jar \ depends/jars/xalan-j_2.7.0/xalan.orig.jarNot sure why this attribute was on the <get> but it could be put back ifnecessary. modified hindessm /harmony/enhanced/classlib/trunk/make/depends.properties 04/29/2009 04:05:20 Move the editing of the xalan.jar so it happens once per download ratherthan every build. I made a subtle change - removing 'usetimestamp="true"' -from the <get>. This was to avoid everyone having to do: mv depends/jars/xalan-j_2.7.0/xalan.jar \ depends/jars/xalan-j_2.7.0/xalan.orig.jarNot sure why this attribute was on the <get> but it could be put back ifnecessary. modified hindessm /harmony/enhanced/classlib/trunk/make/depends.xml 04/29/2009 04:05:20 Move the editing of the xalan.jar so it happens once per download ratherthan every build. I made a subtle change - removing 'usetimestamp="true"' -from the <get>. This was to avoid everyone having to do: mv depends/jars/xalan-j_2.7.0/xalan.jar \ depends/jars/xalan-j_2.7.0/xalan.orig.jarNot sure why this attribute was on the <get> but it could be put back ifnecessary. modified tellison /harmony/enhanced/trunk/build.xml 04/29/2009 01:08:01 Clarify the architecture properties display. modified ndbeyer /harmony/enhanced/classlib/trunk/modules/lang-management/src/test/api/java/org/apache/harmony/lang/management/tests/java/lang/management/HARMONY6149Test.java 04/28/2009 20:37:45 add eol-style=native added ndbeyer /harmony/enhanced/classlib/trunk/modules/lang-management/src/test/api/java/org/apache/harmony/lang/management/tests/java/lang/management/HARMONY6149Test.java 04/28/2009 20:03:00 Fix MemoryNotificationInfo.from; add test class from attachment on HARMONY-6149 - [classlib][lang-management] java.lang.management.MemoryNotificationInfo.from(CompositeData cd) should throw IllegalArgumentException if cd doesn't represent a MemoryNotificationInfo object modified ndbeyer /harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryNotificationInfo.java 04/28/2009 20:03:00 Fix MemoryNotificationInfo.from; add test class from attachment on HARMONY-6149 - [classlib][lang-management] java.lang.management.MemoryNotificationInfo.from(CompositeData cd) should throw IllegalArgumentException if cd doesn't represent a MemoryNotificationInfo object modified ndbeyer /harmony/enhanced/classlib/trunk/depends/jars 04/28/2009 17:29:23 clean up old exclusions and add icu4j_4.0 modified tellison /harmony/enhanced/jdktools/trunk/make/depends.properties 04/28/2009 13:01:28 Extract the JDI JARs from the Eclipse 3.4.2 JDT release too. modified tellison /harmony/enhanced/jdktools/trunk/make/depends.properties 04/28/2009 11:18:43 Update download location for Eclipse ICU bundle. modified tellison /harmony/enhanced/classlib/trunk/modules/crypto/src/main/java/javax/crypto/SealedObject.java 04/28/2009 10:17:07 Remove unhelpful comment. modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/UnresolvedPermissionCollection.java 04/28/2009 10:15:24 Remove some spec_ref documentation tags from SECURITY module. modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/AllPermissionCollection.java 04/28/2009 10:15:24 Remove some spec_ref documentation tags from SECURITY module. modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/PermissionsHash.java 04/28/2009 10:15:24 Remove some spec_ref documentation tags from SECURITY module. modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/UnresolvedPermission.java 04/28/2009 10:15:24 Remove some spec_ref documentation tags from SECURITY module. modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/KeyManagementException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/KeyStore.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/javax/security/cert/CertificateParsingException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/UnresolvedPermissionCollection.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/KeyPairGenerator.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/SignatureSpi.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/CRLSelector.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/SecurityPermission.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/spec/InvalidKeySpecException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/acl/Permission.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/KeyPairGeneratorSpi.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Provider.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/CertPathParameters.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/AlgorithmParameterGenerator.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/PolicyNode.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/interfaces/DSAKey.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/PermissionCollection.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/CertStore.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/AlgorithmParameters.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/PolicyQualifierInfo.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/spec/InvalidParameterSpecException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/CertPathValidator.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/InvalidKeyException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/interfaces/ECPrivateKey.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/CertificateExpiredException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Certificate.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/KeyStoreException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/spec/ECField.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/BasicPermission.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/acl/AclNotFoundException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/acl/LastOwnerException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/AllPermissionCollection.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/interfaces/DSAParams.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/X509Extension.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/MessageDigestSpi.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/SignedObject.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/spec/ECPrivateKeySpec.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/PKIXBuilderParameters.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Timestamp.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/X509CRLSelector.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/spec/EllipticCurve.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/javax/security/cert/CertificateExpiredException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/AlgorithmParameterGeneratorSpi.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Permissions.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/DigestOutputStream.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/InvalidAlgorithmParameterException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/spec/DSAParameterSpec.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/Certificate.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/AllPermission.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/CodeSigner.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/interfaces/ECKey.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/PublicKey.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Key.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/PrivilegedAction.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/acl/Owner.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/spec/ECFieldF2m.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/LDAPCertStoreParameters.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/CertPathValidatorException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/spec/KeySpec.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/acl/Acl.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/DigestException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Policy.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/interfaces/DSAPublicKey.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/SecureClassLoader.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/BasicPermissionCollection.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/javax/security/cert/Certificate.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/PrivilegedExceptionAction.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/TrustAnchor.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/DigestInputStream.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/CertPathValidatorResult.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/PermissionsHash.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/interfaces/RSAPublicKey.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/SignatureException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/CertificateNotYetValidException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/X509CertSelector.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/CertificateFactorySpi.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/spec/DSAPublicKeySpec.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/spec/ECGenParameterSpec.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/SecureRandom.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Permission.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/PKIXCertPathChecker.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/NoSuchProviderException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/CertSelector.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/KeyRep.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/spec/RSAPublicKeySpec.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/X509Certificate.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/PKIXCertPathValidatorResult.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/javax/security/cert/CertificateNotYetValidException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/AuthProvider.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Principal.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/interfaces/ECPublicKey.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/PrivateKey.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/IdentityScope.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/interfaces/RSAPrivateCrtKey.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/CertStoreException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/spec/ECPoint.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/CertStoreParameters.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/PKIXParameters.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/javax/security/cert/X509Certificate.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/spec/ECParameterSpec.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/UnresolvedPermission.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Guard.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/spec/X509EncodedKeySpec.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/spec/RSAPrivateCrtKeySpec.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Security.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/CertPath.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/spec/ECFieldFp.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/CertPathBuilderResult.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/CertPathBuilder.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/spec/EncodedKeySpec.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/interfaces/RSAKey.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/CertStoreSpi.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/UnrecoverableKeyException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/X509CRLEntry.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/interfaces/DSAKeyPairGenerator.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/acl/NotOwnerException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/spec/AlgorithmParameterSpec.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/KeyFactorySpi.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/spec/RSAPrivateKeySpec.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/spec/RSAKeyGenParameterSpec.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/CertificateException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Signature.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/spec/ECPublicKeySpec.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/KeyPair.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/InvalidParameterException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/CollectionCertStoreParameters.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/PKIXCertPathBuilderResult.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/interfaces/RSAPrivateKey.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/CRL.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/ProtectionDomain.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/spec/RSAMultiPrimePrivateCrtKeySpec.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/KeyFactory.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/KeyStoreSpi.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/GeneralSecurityException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/MessageDigest.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/NoSuchAlgorithmException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/AlgorithmParametersSpi.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/javax/security/cert/CertificateException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Signer.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/spec/PKCS8EncodedKeySpec.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Identity.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/CertPathBuilderSpi.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/spec/RSAOtherPrimeInfo.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/spec/MGF1ParameterSpec.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/GuardedObject.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/CertificateEncodingException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/CertificateFactory.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/KeyException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/PrivilegedActionException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/ProviderException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/spec/PSSParameterSpec.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/acl/AclEntry.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/spec/DSAPrivateKeySpec.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/AccessControlException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/CertificateParsingException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/DomainCombiner.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/CertPathValidatorSpi.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/acl/Group.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/CodeSource.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/CRLException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/CertPathBuilderException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/UnrecoverableEntryException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/interfaces/RSAMultiPrimePrivateCrtKey.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/javax/security/cert/CertificateEncodingException.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/interfaces/DSAPrivateKey.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/X509CRL.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) modified tellison /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/SecureRandomSpi.java 04/28/2009 10:01:41 Apply slightly modified patch for HARMONY-6185 (Javadocs for java.security.* and javax.security.cert.*) deleted tellison /harmony/enhanced/classlib/trunk/depends/manifests/icu4j_3.8 04/28/2009 09:29:25 Missing part of r765874. Remove unused ICU3.8 manifest directory. modified tellison /harmony/enhanced/jdktools/trunk/make/depends.properties 04/28/2009 08:54:56 Missing part of the r768115 commit required for (HARMONY-6170 - Upgrad ECJ to 3.4.2) modified regisxu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/String.java 04/27/2009 23:13:11 Apply patch HARMONY-6045.v3.diff for HARMONY-6045: [classlib] [luni] Optimize java.lang.String.toUpperCase(), String.toLowerCase() and String sharing for more performance gains modified regisxu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/StringBuilderTest.java 04/27/2009 23:13:11 Apply patch HARMONY-6045.v3.diff for HARMONY-6045: [classlib] [luni] Optimize java.lang.String.toUpperCase(), String.toLowerCase() and String sharing for more performance gains modified regisxu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/StringBufferTest.java 04/27/2009 23:13:11 Apply patch HARMONY-6045.v3.diff for HARMONY-6045: [classlib] [luni] Optimize java.lang.String.toUpperCase(), String.toLowerCase() and String sharing for more performance gains modified regisxu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/AbstractStringBuilder.java 04/27/2009 23:13:11 Apply patch HARMONY-6045.v3.diff for HARMONY-6045: [classlib] [luni] Optimize java.lang.String.toUpperCase(), String.toLowerCase() and String sharing for more performance gains modified ndbeyer /harmony/enhanced/classlib/trunk/modules/logging/src/main/java/java/util/logging/Formatter.java 04/27/2009 21:06:21 Remove some unnecessary code and tidy up modified ndbeyer /harmony/enhanced/classlib/trunk/modules/logging/src/main/java/java/util/logging/XMLFormatter.java 04/27/2009 21:06:21 Remove some unnecessary code and tidy up modified ndbeyer /harmony/enhanced/classlib/trunk/modules/logging/src/main/java/java/util/logging/LogManager.java 04/27/2009 21:06:21 Remove some unnecessary code and tidy up modified ndbeyer /harmony/enhanced/classlib/trunk/modules/logging/src/main/java/java/util/logging/Handler.java 04/27/2009 21:06:21 Remove some unnecessary code and tidy up modified ndbeyer /harmony/enhanced/classlib/trunk/modules/logging/src/main/java/java/util/logging/LogRecord.java 04/27/2009 21:06:21 Remove some unnecessary code and tidy up deleted ndbeyer /harmony/enhanced/classlib/trunk/depends/jars/icu4j_4.0 04/27/2009 17:41:21 Make ICU4J a fetched dependency as part of HARMONY-6096 - upgrade ICU from 3.8 to 4.0 modified ndbeyer /harmony/enhanced/classlib/trunk/make/depends.properties 04/27/2009 17:41:21 Make ICU4J a fetched dependency as part of HARMONY-6096 - upgrade ICU from 3.8 to 4.0 modified ndbeyer /harmony/enhanced/classlib/trunk/make/depends.xml 04/27/2009 17:41:21 Make ICU4J a fetched dependency as part of HARMONY-6096 - upgrade ICU from 3.8 to 4.0 modified ndbeyer /harmony/enhanced/classlib/trunk/modules/logging/src/main/java/java/util/logging/XMLFormatter.java 04/27/2009 17:08:56 Apply second patch for HARMONY-6176 - Javadocs for java.util.logging.* modified ndbeyer /harmony/enhanced/classlib/trunk/modules/logging/src/main/java/java/util/logging/SocketHandler.java 04/27/2009 17:08:56 Apply second patch for HARMONY-6176 - Javadocs for java.util.logging.* modified ndbeyer /harmony/enhanced/classlib/trunk/modules/logging/src/main/java/java/util/logging/StreamHandler.java 04/27/2009 17:08:56 Apply second patch for HARMONY-6176 - Javadocs for java.util.logging.* modified ndbeyer /harmony/enhanced/classlib/trunk/modules/logging/src/main/java/java/util/logging/SimpleFormatter.java 04/27/2009 17:08:56 Apply second patch for HARMONY-6176 - Javadocs for java.util.logging.* modified ndbeyer /harmony/enhanced/classlib/trunk/modules/text/src/test/java/org/apache/harmony/text/tests/java/text/DecimalFormatSymbolsTest.java 04/27/2009 16:03:42 rework tests to utilize the same assertions and fix the failing test method modified ndbeyer /harmony/enhanced/classlib/trunk/modules/text/src/test/java/org/apache/harmony/text/tests/java/text/DecimalFormatTest.java 04/27/2009 16:03:42 rework tests to utilize the same assertions and fix the failing test method modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/spi/AbstractSelector.java 04/27/2009 12:54:45 Additional patch for HARMONY-6178 (Javadocs for java.nio.*) modified ndbeyer /harmony/enhanced/classlib/trunk/modules/text/src/test/java/org/apache/harmony/text/tests/java/text/DecimalFormatSymbolsTest.java 04/27/2009 12:51:09 fix DecimalFormatSymbolsTest to assert data in serialized files, not how they compare to Harmony's data modified ndbeyer /harmony/enhanced/classlib/trunk/modules/text/make/exclude.common 04/27/2009 12:51:09 fix DecimalFormatSymbolsTest to assert data in serialized files, not how they compare to Harmony's data modified tellison /harmony/enhanced/classlib/trunk/modules/prefs/src/main/java/java/util/prefs/PreferenceChangeEvent.java 04/27/2009 12:47:17 Remove redundant declaration of implemented interface.Serializable is inherited. modified tellison /harmony/enhanced/classlib/trunk/modules/prefs/src/main/java/java/util/prefs/InvalidPreferencesFormatException.java 04/27/2009 12:33:29 Apply slightly modified patch for HARMONY-6183 (Javadocs for java.util.prefs.*)Corrected a comment (see JIRA) and added a missing @code tag. modified tellison /harmony/enhanced/classlib/trunk/modules/prefs/src/main/java/java/util/prefs/NodeChangeListener.java 04/27/2009 12:33:29 Apply slightly modified patch for HARMONY-6183 (Javadocs for java.util.prefs.*)Corrected a comment (see JIRA) and added a missing @code tag. modified tellison /harmony/enhanced/classlib/trunk/modules/prefs/src/main/java/java/util/prefs/Preferences.java 04/27/2009 12:33:29 Apply slightly modified patch for HARMONY-6183 (Javadocs for java.util.prefs.*)Corrected a comment (see JIRA) and added a missing @code tag. modified tellison /harmony/enhanced/classlib/trunk/modules/prefs/src/main/java/java/util/prefs/FilePreferencesImpl.java 04/27/2009 12:33:29 Apply slightly modified patch for HARMONY-6183 (Javadocs for java.util.prefs.*)Corrected a comment (see JIRA) and added a missing @code tag. modified tellison /harmony/enhanced/classlib/trunk/modules/prefs/src/main/java/java/util/prefs/AbstractPreferences.java 04/27/2009 12:33:29 Apply slightly modified patch for HARMONY-6183 (Javadocs for java.util.prefs.*)Corrected a comment (see JIRA) and added a missing @code tag. modified tellison /harmony/enhanced/classlib/trunk/modules/prefs/src/main/java/java/util/prefs/PreferenceChangeEvent.java 04/27/2009 12:33:29 Apply slightly modified patch for HARMONY-6183 (Javadocs for java.util.prefs.*)Corrected a comment (see JIRA) and added a missing @code tag. modified tellison /harmony/enhanced/classlib/trunk/modules/prefs/src/main/java/java/util/prefs/PreferencesFactory.java 04/27/2009 12:33:29 Apply slightly modified patch for HARMONY-6183 (Javadocs for java.util.prefs.*)Corrected a comment (see JIRA) and added a missing @code tag. modified tellison /harmony/enhanced/classlib/trunk/modules/prefs/src/main/java/java/util/prefs/BackingStoreException.java 04/27/2009 12:33:29 Apply slightly modified patch for HARMONY-6183 (Javadocs for java.util.prefs.*)Corrected a comment (see JIRA) and added a missing @code tag. modified tellison /harmony/enhanced/classlib/trunk/modules/prefs/src/main/java/java/util/prefs/PreferenceChangeListener.java 04/27/2009 12:33:29 Apply slightly modified patch for HARMONY-6183 (Javadocs for java.util.prefs.*)Corrected a comment (see JIRA) and added a missing @code tag. modified tellison /harmony/enhanced/classlib/trunk/modules/prefs/src/main/java/java/util/prefs/FilePreferencesFactoryImpl.java 04/27/2009 12:33:29 Apply slightly modified patch for HARMONY-6183 (Javadocs for java.util.prefs.*)Corrected a comment (see JIRA) and added a missing @code tag. modified tellison /harmony/enhanced/classlib/trunk/modules/prefs/src/main/java/java/util/prefs/NodeChangeEvent.java 04/27/2009 12:33:29 Apply slightly modified patch for HARMONY-6183 (Javadocs for java.util.prefs.*)Corrected a comment (see JIRA) and added a missing @code tag. modified tellison /harmony/enhanced/classlib/trunk/modules/nio_char/src/main/java/java/nio/charset/CoderResult.java 04/27/2009 11:39:23 Apply patch for HARMONY-6182 (Javadocs for java.nio.charsest.*) modified tellison /harmony/enhanced/classlib/trunk/modules/nio_char/src/main/java/java/nio/charset/CodingErrorAction.java 04/27/2009 11:39:23 Apply patch for HARMONY-6182 (Javadocs for java.nio.charsest.*) modified tellison /harmony/enhanced/classlib/trunk/modules/nio_char/src/main/java/java/nio/charset/CharacterCodingException.java 04/27/2009 11:39:23 Apply patch for HARMONY-6182 (Javadocs for java.nio.charsest.*) modified tellison /harmony/enhanced/classlib/trunk/modules/nio_char/src/main/java/java/nio/charset/CharsetDecoder.java 04/27/2009 11:39:23 Apply patch for HARMONY-6182 (Javadocs for java.nio.charsest.*) modified tellison /harmony/enhanced/classlib/trunk/modules/nio_char/src/main/java/java/nio/charset/spi/CharsetProvider.java 04/27/2009 11:39:23 Apply patch for HARMONY-6182 (Javadocs for java.nio.charsest.*) modified tellison /harmony/enhanced/classlib/trunk/modules/nio_char/src/main/java/java/nio/charset/UnmappableCharacterException.java 04/27/2009 11:39:23 Apply patch for HARMONY-6182 (Javadocs for java.nio.charsest.*) modified tellison /harmony/enhanced/classlib/trunk/modules/nio_char/src/main/java/java/nio/charset/UnsupportedCharsetException.java 04/27/2009 11:39:23 Apply patch for HARMONY-6182 (Javadocs for java.nio.charsest.*) modified tellison /harmony/enhanced/classlib/trunk/modules/nio_char/src/main/java/java/nio/charset/IllegalCharsetNameException.java 04/27/2009 11:39:23 Apply patch for HARMONY-6182 (Javadocs for java.nio.charsest.*) modified tellison /harmony/enhanced/classlib/trunk/modules/nio_char/src/main/java/java/nio/charset/MalformedInputException.java 04/27/2009 11:39:23 Apply patch for HARMONY-6182 (Javadocs for java.nio.charsest.*) modified tellison /harmony/enhanced/classlib/trunk/modules/nio_char/src/main/java/java/nio/charset/CoderMalfunctionError.java 04/27/2009 11:39:23 Apply patch for HARMONY-6182 (Javadocs for java.nio.charsest.*) modified tellison /harmony/enhanced/classlib/trunk/modules/nio_char/src/main/java/java/nio/charset/Charset.java 04/27/2009 11:39:23 Apply patch for HARMONY-6182 (Javadocs for java.nio.charsest.*) modified tellison /harmony/enhanced/classlib/trunk/modules/nio_char/src/main/java/java/nio/charset/CharsetEncoder.java 04/27/2009 11:39:23 Apply patch for HARMONY-6182 (Javadocs for java.nio.charsest.*) modified tellison /harmony/enhanced/trunk/THIRD_PARTY_NOTICES.txt 04/27/2009 07:42:57 Update license notice to show version of ICU4J being used. modified tellison /harmony/enhanced/classlib/trunk/THIRD_PARTY_NOTICES.txt 04/27/2009 07:42:57 Update license notice to show version of ICU4J being used. modified tellison /harmony/enhanced/trunk/THIRD_PARTY_NOTICES.txt 04/27/2009 07:42:57 Update license notice to show version of ICU4J being used. modified tellison /harmony/enhanced/classlib/trunk/THIRD_PARTY_NOTICES.txt 04/27/2009 07:42:57 Update license notice to show version of ICU4J being used. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/StringTokenizerTest.java 04/27/2009 04:41:37 Apply patch for HARMONY-6142 ([classlib][luni] java.util.StringTokenizer.nextToken(String delim) should throw NullPointerException when the given delim is null) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/StringTokenizer.java 04/27/2009 04:41:37 Apply patch for HARMONY-6142 ([classlib][luni] java.util.StringTokenizer.nextToken(String delim) should throw NullPointerException when the given delim is null) modified tellison /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/SimpleDateFormat.java 04/27/2009 03:29:52 Apply slightly modified patch for HARMONY-6181 ([classlib][text] SimpleDateFormatTest.test_set2DigitYearStartLjava_util_Date would fail) modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/spi/AbstractSelectionKey.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/OverlappingFileLockException.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/UnsupportedAddressTypeException.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/ScatteringByteChannel.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/ClosedChannelException.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/BufferOverflowException.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/InterruptibleChannel.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/NonReadableChannelException.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/ConnectionPendingException.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/AlreadyConnectedException.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/NotYetConnectedException.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/WritableByteChannel.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/spi/SelectorProvider.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/ClosedSelectorException.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/IntBuffer.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/IllegalSelectorException.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/FileLockInterruptionException.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/Channels.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/NonWritableChannelException.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/SelectionKey.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/ShortBuffer.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/AsynchronousCloseException.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/FloatBuffer.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/ServerSocketChannel.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/Channel.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/FileChannel.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/CharBuffer.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/Buffer.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/Selector.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/NoConnectionPendingException.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/DirectByteBuffers.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/SocketChannel.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/BufferUnderflowException.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/GatheringByteChannel.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/InvalidMarkException.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/LongToByteBufferAdapter.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/FileLock.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/MappedByteBuffer.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/NotYetBoundException.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/ReadOnlyBufferException.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/ByteChannel.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/SelectableChannel.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/Pipe.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/LongBuffer.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/ClosedByInterruptException.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/spi/AbstractInterruptibleChannel.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/CancelledKeyException.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/ByteBuffer.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/ByteOrder.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/IllegalBlockingModeException.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/DatagramChannel.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/DoubleBuffer.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/UnresolvedAddressException.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/spi/AbstractSelectableChannel.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/channels/ReadableByteChannel.java 04/27/2009 03:23:36 Apply partial patch for HARMONY-6178 (Javadocs for java.nio.*)Excluding patches that relate to LOGGING module for the moment. deleted regisxu /harmony/enhanced/classlib/trunk/depends/jars/icu4j_3.8 04/27/2009 01:43:57 Remove useless empty icu4j_3.8 folder modified regisxu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/UnixSocketTest.java 04/26/2009 21:31:13 fix package name in Unix/WinSocketTest modified regisxu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/windows/org/apache/harmony/luni/tests/java/net/WinSocketTest.java 04/26/2009 21:31:13 fix package name in Unix/WinSocketTest modified egor /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/optimizer.cpp 04/25/2009 11:34:00 fix compilation from my previous commit modified egor /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/optimizer.h 04/25/2009 11:34:00 fix compilation from my previous commit modified egor /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/abcd/abcdbounds.cpp 04/25/2009 09:21:21 nuked the ancient ABCD implementation deleted egor /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/abcd/abcdsolver.cpp 04/25/2009 09:21:21 nuked the ancient ABCD implementation modified egor /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/abcd/abcdbounds.h 04/25/2009 09:21:21 nuked the ancient ABCD implementation deleted egor /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/abcd/abcd.cpp 04/25/2009 09:21:21 nuked the ancient ABCD implementation deleted egor /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/abcd/abcdsolver.h 04/25/2009 09:21:21 nuked the ancient ABCD implementation deleted egor /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/abcd/AbcdFlags.h 04/25/2009 09:21:21 nuked the ancient ABCD implementation deleted egor /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/abcd/abcd.h 04/25/2009 09:21:21 nuked the ancient ABCD implementation modified egor /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/abcd/insertpi.h 04/25/2009 09:21:21 nuked the ancient ABCD implementation ------=_Part_0_1432868859.1241809360468-- From [email protected] Fri May 08 15:41:22 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 42901 invoked from network); 8 May 2009 15:41:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 May 2009 15:41:22 -0000 Received: (qmail 5154 invoked by uid 500); 8 May 2009 15:41:22 -0000 Delivered-To: [email protected] Received: (qmail 5122 invoked by uid 500); 8 May 2009 15:41:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 5112 invoked by uid 99); 8 May 2009 15:41:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2009 15:41:22 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mga09.intel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2009 15:41:12 +0000 Received: from orsmga002.jf.intel.com ([161.129.204.104]) by orsmga102.jf.intel.com with ESMTP; 08 May 2009 08:30:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.40,318,1239001200"; d="scan'208";a="410743996" Received: from mssmon01.ims.intel.com ([161.129.204.104]) by orsmga002.jf.intel.com with ESMTP; 08 May 2009 08:48:25 -0700 Received: from MRObj-lnx32-03 (mrobj-lnx32-03.bj.intel.com [161.129.204.104]) by mssmon01.ims.intel.com (161.129.204.10460308/8.12.11/MailSET/Hub) with ESMTP id n48FeYCQ030500; Fri, 8 May 2009 19:40:35 +0400 Message-ID: <24267421.1241795989230.JavaMail.laichunrong@MRObj-lnx32-03> Date: Fri, 08 May 2009 23:19:48 +0800 From: [email protected] To: [email protected] Subject: [build-test alert] PASSED Linux x86: drlvm-test debug Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_0_15101782.1241795988923" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_0_15101782.1241795988923 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit BUILD COMPLETE: build.272 Date of build: 2009-05-08 21:19:20 +0800 Time to build: 120 minutes 24 seconds Last changed: 05/08/2009 20:05:30 Last log entry: hdk *********************************************************** Errors/Warnings: (15) [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 *********************************************************** Unit Tests: (4185) All Tests Passed *********************************************************** Modifications since last successful build: (5) add cc-hdk log20090508200530Lbuild.356 05/08/2009 20:05:30hdk add cc-hdk log20090508151241Lbuild.355 05/08/2009 15:12:41hdk add cc-hdk log20090420103236Lbuild.354 04/20/2009 10:32:36hdk add cc-hdk log20090420061516Lbuild.353 04/20/2009 06:15:16hdk add cc-hdk log20090419064443Lbuild.352 04/19/2009 06:44:43hdk ------=_Part_0_15101782.1241795988923-- From [email protected] Fri May 08 19:40:20 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33166 invoked from network); 8 May 2009 19:40:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 May 2009 19:40:20 -0000 Received: (qmail 63442 invoked by uid 500); 8 May 2009 19:40:20 -0000 Delivered-To: [email protected] Received: (qmail 63392 invoked by uid 500); 8 May 2009 19:40:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 63382 invoked by uid 99); 8 May 2009 19:40:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2009 19:40:20 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mga09.intel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2009 19:40:12 +0000 Received: from orsmga002.jf.intel.com ([161.129.204.104]) by orsmga102.jf.intel.com with ESMTP; 08 May 2009 12:29:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.40,318,1239001200"; d="html'217?zip'217,48?scan'217,48,48,208,217";a="410808903" Received: from mssmon01.ims.intel.com ([161.129.204.104]) by orsmga002.jf.intel.com with ESMTP; 08 May 2009 12:47:37 -0700 Received: from MRObj-lnx32-03 (mrobj-lnx32-03.bj.intel.com [161.129.204.104]) by mssmon01.ims.intel.com (161.129.204.10460308/8.12.11/MailSET/Hub) with ESMTP id n48Jdjj0027523; Fri, 8 May 2009 23:39:46 +0400 Message-ID: <11544872.1241810337820.JavaMail.laichunrong@MRObj-lnx32-03> Date: Sat, 09 May 2009 03:18:57 +0800 From: [email protected] To: [email protected] Subject: [build-test alert] FAILED Linux x86: drlvm-test debug Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_0_8112281.1241810337587" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_0_8112281.1241810337587 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit BUILD FAILED: Ant Error Message: /home/laichunrong/harmony.regularcc/infra/scripts/cc-exec-adaptor.xml:68: The following error occurred while executing this line: /home/laichunrong/harmony.regularcc/infra/adaptors/drlvm-test/adaptor.xml:81: There were drlvm-test failures Date of build: 2009-05-09 00:49:46 +0800 Time to build: 149 minutes 6 seconds Last changed: 05/08/2009 23:36:44 Last log entry: hdk *********************************************************** Errors/Warnings: (81) [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Timeout: killed the sub-process [java] at org.apache.tools.ant.taskdefs.Java.fork(Java.java:754) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:171) [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:84) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64) [java] at net.sf.antcontrib.logic.IfTask.execute(IfTask.java:197) [java] at sun.reflect.GeneratedMethodAccessor203.invoke(Unknown Source) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.apache.tools.ant.TaskAdapter.execute(TaskAdapter.java:123) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:378) [java] at net.sf.antcontrib.logic.ForDelegate.doSequentialIteration(ForDelegate.java:228) [java] at net.sf.antcontrib.logic.ForDelegate.doTheTasks(ForDelegate.java:281) [java] at net.sf.antcontrib.logic.ForDelegate.execute(ForDelegate.java:213) [java] at net.sf.antcontrib.logic.For.execute(For.java:166) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.Target.execute(Target.java:341) [java] at org.apache.tools.ant.Target.performTasks(Target.java:369) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382) [java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:378) [java] at net.sf.antcontrib.logic.ForDelegate.doSequentialIteration(ForDelegate.java:228) [java] at net.sf.antcontrib.logic.ForDelegate.doTheTasks(ForDelegate.java:253) [java] at net.sf.antcontrib.logic.ForDelegate.execute(ForDelegate.java:213) [java] at net.sf.antcontrib.logic.For.execute(For.java:166) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.Target.execute(Target.java:341) [java] at org.apache.tools.ant.Target.performTasks(Target.java:369) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.Target.execute(Target.java:341) [java] at org.apache.tools.ant.Target.performTasks(Target.java:369) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1185) [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068) [java] at org.apache.tools.ant.Main.runBuild(Main.java:668) [java] at org.apache.tools.ant.Main.startAnt(Main.java:187) [java] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246) [java] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67) BUILD FAILED /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/working_vm/build.xml:286: Some tests failed Total time: 148 minutes 53 seconds The execution FAILED with the following exception: The following error occurred while executing this line: /home/laichunrong/harmony.regularcc/infra/adaptors/drlvm-test/adaptor.xml:81: There were drlvm-test failures *********************************************************** Unit Tests: (4185) failure: Server mode JIT thread.SmallStackThreadTest_srv Unit Test Error Details: (1) Test: Server mode JITClass: thread.SmallStackThreadTest_srvExit code: 0 Err: *********************************************************** Modifications since last successful build: (1) add cc-hdk log20090508233644Lbuild.357 05/08/2009 23:36:44hdk ------=_Part_0_8112281.1241810337587-- From [email protected] Mon May 11 13:47:50 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8989 invoked from network); 11 May 2009 13:47:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 May 2009 13:47:49 -0000 Received: (qmail 24581 invoked by uid 500); 11 May 2009 13:47:48 -0000 Delivered-To: [email protected] Received: (qmail 24541 invoked by uid 500); 11 May 2009 13:47:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 24531 invoked by uid 99); 11 May 2009 13:47:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 May 2009 13:47:48 +0000 X-ASF-Spam-Status: No, hits=-0.9 required=10.0 tests=DATE_IN_FUTURE_06_12,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mga11.intel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 May 2009 13:47:39 +0000 Received: from fmsmga002.fm.intel.com ([161.129.204.104]) by fmsmga102.fm.intel.com with ESMTP; 11 May 2009 06:41:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.40,328,1239001200"; d="scan'208";a="456003278" Received: from mssmon01.ims.intel.com ([161.129.204.104]) by fmsmga002.fm.intel.com with ESMTP; 11 May 2009 06:41:49 -0700 Received: from MRObj-lnx64-03 (MRObj-lnx64-03.bj.intel.com [161.129.204.104]) by mssmon01.ims.intel.com (161.129.204.10460308/8.12.11/MailSET/Hub) with ESMTP id n4BDlDRB017302; Mon, 11 May 2009 17:47:14 +0400 Message-ID: <1728519300.1242078531902.JavaMail.laichunrong@MRObj-lnx64-03> Date: Tue, 12 May 2009 05:48:51 +0800 From: [email protected] To: [email protected] Subject: [build-test alert] PASSED Linux x86_64: drlvm-test debug Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_0_999452304.1242078531750" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_0_999452304.1242078531750 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit BUILD COMPLETE: build.109 Date of build: 2009-05-12 03:13:28 +0800 Time to build: 154 minutes 44 seconds Last changed: 05/12/2009 02:27:02 Last log entry: hdk *********************************************************** Errors/Warnings: (15) [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 *********************************************************** Unit Tests: (4187) All Tests Passed *********************************************************** Modifications since last successful build: (3) add cc-hdk log20090512022702Lbuild.133 05/12/2009 02:27:02hdk add cc-hdk log20090508221942Lbuild.132 05/08/2009 22:19:42hdk add cc-hdk log20090508084808Lbuild.131 05/08/2009 08:48:08hdk ------=_Part_0_999452304.1242078531750-- From [email protected] Mon May 11 18:07:57 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35674 invoked from network); 11 May 2009 18:07:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 May 2009 18:07:54 -0000 Received: (qmail 74241 invoked by uid 500); 11 May 2009 18:07:53 -0000 Delivered-To: [email protected] Received: (qmail 74186 invoked by uid 500); 11 May 2009 18:07:53 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 74171 invoked by uid 99); 11 May 2009 18:07:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 May 2009 18:07:53 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mga11.intel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 May 2009 18:07:44 +0000 Received: from fmsmga002.fm.intel.com ([161.129.204.104]) by fmsmga102.fm.intel.com with ESMTP; 11 May 2009 11:01:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.40,329,1239001200"; d="scan'208";a="456098914" Received: from mssmon01.ims.intel.com ([161.129.204.104]) by fmsmga002.fm.intel.com with ESMTP; 11 May 2009 11:01:53 -0700 Received: from MRObj-lnx32-03 (mrobj-lnx32-03.bj.intel.com [161.129.204.104]) by mssmon01.ims.intel.com (161.129.204.10460308/8.12.11/MailSET/Hub) with ESMTP id n4BI7IrC023321; Mon, 11 May 2009 22:07:19 +0400 Message-ID: <24267421.1242063935451.JavaMail.laichunrong@MRObj-lnx32-03> Date: Tue, 12 May 2009 01:45:35 +0800 From: [email protected] To: [email protected] Subject: [build-test alert] PASSED Linux x86: drlvm-test debug Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_0_15101782.1242063935268" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_0_15101782.1242063935268 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit BUILD COMPLETE: build.273 Date of build: 2009-05-11 23:01:38 +0800 Time to build: 163 minutes 51 seconds Last changed: 05/11/2009 22:14:13 Last log entry: hdk *********************************************************** Errors/Warnings: (15) [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 *********************************************************** Unit Tests: (4185) All Tests Passed *********************************************************** Modifications since last successful build: (3) add cc-hdk log20090511221413Lbuild.359 05/11/2009 22:14:13hdk add cc-hdk log20090511180841Lbuild.358 05/11/2009 18:08:41hdk add cc-hdk log20090508233644Lbuild.357 05/08/2009 23:36:44hdk ------=_Part_0_15101782.1242063935268-- From [email protected] Mon May 11 18:50:19 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61478 invoked from network); 11 May 2009 18:48:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 May 2009 18:48:48 -0000 Received: (qmail 44083 invoked by uid 500); 11 May 2009 18:48:48 -0000 Delivered-To: [email protected] Received: (qmail 44007 invoked by uid 500); 11 May 2009 18:48:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 43997 invoked by uid 99); 11 May 2009 18:48:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 May 2009 18:48:48 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=DATE_IN_FUTURE_12_24,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mga09.intel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 May 2009 18:48:38 +0000 Received: from orsmga001.jf.intel.com ([161.129.204.104]) by orsmga102.jf.intel.com with ESMTP; 11 May 2009 11:38:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.40,329,1239001200"; d="html'217?zip'217,48?scan'217,48,48,208,217";a="514496815" Received: from mssmon01.ims.intel.com ([161.129.204.104]) by orsmga001.jf.intel.com with ESMTP; 11 May 2009 11:47:31 -0700 Received: from mrobj-win64-01 (mrobj-win64-01.bj.intel.com [161.129.204.104]) by mssmon01.ims.intel.com (161.129.204.10460308/8.12.11/MailSET/Hub) with ESMTP id n4BIm9ll006610; Mon, 11 May 2009 22:48:10 +0400 Message-ID: <1965645800.1242120397171.JavaMail.Administrator@mrobj-win64-01> Date: Tue, 12 May 2009 02:26:37 -0700 From: [email protected] To: [email protected] Subject: [build-test alert] FAILED Windows 2003 x86_64: drlvm-test debug Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_0_740479334.1242120397093" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_0_740479334.1242120397093 Content-Type: text/plain; charset=Cp1252 Content-Transfer-Encoding: 7bit BUILD FAILED: Ant Error Message: C:\harmony.cc\infra\scripts\cc-exec-adaptor.xml:68: The following error occurred while executing this line: C:\harmony.cc\infra\adaptors\drlvm-test\adaptor.xml:81: There were drlvm-test failures Date of build: 2009-05-11 21:19:57 -0700 Time to build: 306 minutes 31 seconds Last changed: 05/11/2009 17:45:09 Last log entry: hdk *********************************************************** Errors/Warnings: (35) [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [junit] Tests FAILED (timeout) BUILD FAILED C:\harmony.cc\infra\build\checkouts\hdk\working_vm\build.xml:286: Some tests failed Total time: 306 minutes 10 seconds The execution FAILED with the following exception: The following error occurred while executing this line: C:\harmony.cc\infra\adaptors\drlvm-test\adaptor.xml:81: There were drlvm-test failures *********************************************************** Unit Tests: (4334) All Tests Passed *********************************************************** Modifications since last successful build: (1) add cc-hdk log20090511174509Lbuild.200 05/11/2009 17:45:09hdk ------=_Part_0_740479334.1242120397093-- From [email protected] Tue May 12 16:15:44 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30232 invoked from network); 12 May 2009 16:15:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 May 2009 16:15:43 -0000 Received: (qmail 62549 invoked by uid 500); 12 May 2009 16:15:43 -0000 Delivered-To: [email protected] Received: (qmail 62509 invoked by uid 500); 12 May 2009 16:15:43 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 62499 invoked by uid 99); 12 May 2009 16:15:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 May 2009 16:15:43 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mga11.intel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 May 2009 16:15:33 +0000 Received: from fmsmga001.fm.intel.com ([161.129.204.104]) by fmsmga102.fm.intel.com with ESMTP; 12 May 2009 09:09:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.41,183,1241420400"; d="html'217?zip'217,48?scan'217,48,48,208,217";a="689763024" Received: from mssmon01.ims.intel.com ([161.129.204.104]) by fmsmga001.fm.intel.com with ESMTP; 12 May 2009 09:18:42 -0700 Received: from MRObj-lnx32-03 (mrobj-lnx32-03.bj.intel.com [161.129.204.104]) by mssmon01.ims.intel.com (161.129.204.10460308/8.12.11/MailSET/Hub) with ESMTP id n4CGF4Wa022923; Tue, 12 May 2009 20:15:06 +0400 Message-ID: <11544872.1242143584434.JavaMail.laichunrong@MRObj-lnx32-03> Date: Tue, 12 May 2009 23:53:04 +0800 From: [email protected] To: [email protected] Subject: [build-test alert] FAILED Linux x86: drlvm-test debug Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_0_8112281.1242143584226" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_0_8112281.1242143584226 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit BUILD FAILED: Ant Error Message: /home/laichunrong/harmony.regularcc/infra/scripts/cc-exec-adaptor.xml:68: The following error occurred while executing this line: /home/laichunrong/harmony.regularcc/infra/adaptors/drlvm-test/adaptor.xml:81: There were drlvm-test failures Date of build: 2009-05-12 21:15:49 +0800 Time to build: 157 minutes 9 seconds Last changed: 05/12/2009 21:00:53 Last log entry: hdk *********************************************************** Errors/Warnings: (81) [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Timeout: killed the sub-process [java] at org.apache.tools.ant.taskdefs.Java.fork(Java.java:754) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:171) [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:84) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64) [java] at net.sf.antcontrib.logic.IfTask.execute(IfTask.java:197) [java] at sun.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.apache.tools.ant.TaskAdapter.execute(TaskAdapter.java:123) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:378) [java] at net.sf.antcontrib.logic.ForDelegate.doSequentialIteration(ForDelegate.java:228) [java] at net.sf.antcontrib.logic.ForDelegate.doTheTasks(ForDelegate.java:281) [java] at net.sf.antcontrib.logic.ForDelegate.execute(ForDelegate.java:213) [java] at net.sf.antcontrib.logic.For.execute(For.java:166) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.Target.execute(Target.java:341) [java] at org.apache.tools.ant.Target.performTasks(Target.java:369) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382) [java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:378) [java] at net.sf.antcontrib.logic.ForDelegate.doSequentialIteration(ForDelegate.java:228) [java] at net.sf.antcontrib.logic.ForDelegate.doTheTasks(ForDelegate.java:253) [java] at net.sf.antcontrib.logic.ForDelegate.execute(ForDelegate.java:213) [java] at net.sf.antcontrib.logic.For.execute(For.java:166) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.Target.execute(Target.java:341) [java] at org.apache.tools.ant.Target.performTasks(Target.java:369) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.Target.execute(Target.java:341) [java] at org.apache.tools.ant.Target.performTasks(Target.java:369) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1185) [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068) [java] at org.apache.tools.ant.Main.runBuild(Main.java:668) [java] at org.apache.tools.ant.Main.startAnt(Main.java:187) [java] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246) [java] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67) [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 BUILD FAILED /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/working_vm/build.xml:286: Some tests failed Total time: 156 minutes 51 seconds The execution FAILED with the following exception: The following error occurred while executing this line: /home/laichunrong/harmony.regularcc/infra/adaptors/drlvm-test/adaptor.xml:81: There were drlvm-test failures *********************************************************** Unit Tests: (4185) failure: jitrino.OPT thread.SmallStackThreadTest_opt Unit Test Error Details: (1) Test: jitrino.OPTClass: thread.SmallStackThreadTest_optExit code: 0 Err: *********************************************************** Modifications since last successful build: (1) add cc-hdk log20090512210053Lbuild.360 05/12/2009 21:00:53hdk ------=_Part_0_8112281.1242143584226-- From [email protected] Tue May 12 19:53:57 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7209 invoked from network); 12 May 2009 19:52:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 May 2009 19:52:26 -0000 Received: (qmail 96313 invoked by uid 500); 12 May 2009 19:52:26 -0000 Delivered-To: [email protected] Received: (qmail 96269 invoked by uid 500); 12 May 2009 19:52:26 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 96259 invoked by uid 99); 12 May 2009 19:52:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 May 2009 19:52:26 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mga11.intel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 May 2009 19:52:17 +0000 Received: from fmsmga001.fm.intel.com ([161.129.204.104]) by fmsmga102.fm.intel.com with ESMTP; 12 May 2009 12:46:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.41,183,1241420400"; d="scan'208";a="689825770" Received: from mssmon01.ims.intel.com ([161.129.204.104]) by fmsmga001.fm.intel.com with ESMTP; 12 May 2009 12:55:19 -0700 Received: from MRObj-lnx32-03 (mrobj-lnx32-03.bj.intel.com [161.129.204.104]) by mssmon01.ims.intel.com (161.129.204.10460308/8.12.11/MailSET/Hub) with ESMTP id n4CJpghR011335; Tue, 12 May 2009 23:51:43 +0400 Message-ID: <24267421.1242156579098.JavaMail.laichunrong@MRObj-lnx32-03> Date: Wed, 13 May 2009 03:29:38 +0800 From: [email protected] To: [email protected] Subject: [build-test alert] PASSED Linux x86: drlvm-test debug Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_0_15101782.1242156578441" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_0_15101782.1242156578441 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit BUILD COMPLETE: build.274 Date of build: 2009-05-13 01:26:07 +0800 Time to build: 123 minutes 25 seconds Last changed: 05/13/2009 01:09:36 Last log entry: hdk *********************************************************** Errors/Warnings: (15) [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 *********************************************************** Unit Tests: (4185) All Tests Passed *********************************************************** Modifications since last successful build: (2) add cc-hdk log20090513010936Lbuild.361 05/13/2009 01:09:36hdk add cc-hdk log20090512210053Lbuild.360 05/12/2009 21:00:53hdk ------=_Part_0_15101782.1242156578441-- From [email protected] Wed May 13 09:01:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55159 invoked from network); 13 May 2009 09:01:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 May 2009 09:01:13 -0000 Received: (qmail 28383 invoked by uid 500); 13 May 2009 09:01:13 -0000 Delivered-To: [email protected] Received: (qmail 28324 invoked by uid 500); 13 May 2009 09:01:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 28314 invoked by uid 99); 13 May 2009 09:01:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 09:01:13 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mga09.intel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 09:01:03 +0000 Received: from orsmga002.jf.intel.com ([161.129.204.104]) by orsmga102.jf.intel.com with ESMTP; 13 May 2009 01:50:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.41,186,1241420400"; d="scan'208";a="411983204" Received: from mssmon01.ims.intel.com ([161.129.204.104]) by orsmga002.jf.intel.com with ESMTP; 13 May 2009 02:08:25 -0700 Received: from MRObj-lnx32-03 (mrobj-lnx32-03.bj.intel.com [161.129.204.104]) by mssmon01.ims.intel.com (161.129.204.10460308/8.12.11/MailSET/Hub) with ESMTP id n4D90aXp005202; Wed, 13 May 2009 13:00:38 +0400 Message-ID: <20870479.1242203900799.JavaMail.laichunrong@MRObj-lnx32-03> Date: Wed, 13 May 2009 16:38:20 +0800 From: [email protected] To: [email protected] Subject: [build-test alert] PASSED Linux x86: drlvm-reg-test debug Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_0_367156.1242203900607" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_0_367156.1242203900607 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit BUILD COMPLETE: build.301 Date of build: 2009-05-13 16:06:28 +0800 Time to build: 31 minutes 46 seconds Last changed: 05/13/2009 13:06:17 Last log entry: hdk *********************************************************** Errors/Warnings: (3) [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 1 *********************************************************** Unit Tests: (199) All Tests Passed *********************************************************** Modifications since last successful build: (38) add cc-hdk log20090513130617Lbuild.362 05/13/2009 13:06:17hdk add cc-hdk log20090513010936Lbuild.361 05/13/2009 01:09:36hdk add cc-hdk log20090512210053Lbuild.360 05/12/2009 21:00:53hdk add cc-hdk log20090511221413Lbuild.359 05/11/2009 22:14:13hdk add cc-hdk log20090511180841Lbuild.358 05/11/2009 18:08:41hdk add cc-hdk log20090508233644Lbuild.357 05/08/2009 23:36:44hdk add cc-hdk log20090508200530Lbuild.356 05/08/2009 20:05:30hdk add cc-hdk log20090508151241Lbuild.355 05/08/2009 15:12:41hdk add cc-hdk log20090420103236Lbuild.354 04/20/2009 10:32:36hdk add cc-hdk log20090420061516Lbuild.353 04/20/2009 06:15:16hdk add cc-hdk log20090419064443Lbuild.352 04/19/2009 06:44:43hdk add cc-hdk log20090419025056Lbuild.351 04/19/2009 02:50:56hdk add cc-hdk log20090417235750Lbuild.350 04/17/2009 23:57:50hdk add cc-hdk log20090417185544Lbuild.349 04/17/2009 18:55:44hdk add cc-hdk log20090417150517Lbuild.348 04/17/2009 15:05:17hdk add cc-hdk log20090417103750Lbuild.347 04/17/2009 10:37:50hdk add cc-hdk log20090417004036Lbuild.346 04/17/2009 00:40:36hdk add cc-hdk log20090416210618Lbuild.345 04/16/2009 21:06:18hdk add cc-hdk log20090416165544Lbuild.344 04/16/2009 16:55:44hdk add cc-hdk log20090416113746Lbuild.343 04/16/2009 11:37:46hdk add cc-hdk log20090415225507Lbuild.342 04/15/2009 22:55:07hdk add cc-hdk log20090415185911Lbuild.341 04/15/2009 18:59:11hdk add cc-hdk log20090415143218Lbuild.340 04/15/2009 14:32:18hdk add cc-hdk log20090415100213Lbuild.339 04/15/2009 10:02:13hdk add cc-hdk log20090415034552Lbuild.338 04/15/2009 03:45:52hdk add cc-hdk log20090414233832Lbuild.337 04/14/2009 23:38:32hdk add cc-hdk log20090414192754Lbuild.336 04/14/2009 19:27:54hdk add cc-hdk log20090414145750Lbuild.335 04/14/2009 14:57:50hdk add cc-hdk log20090414091439Lbuild.334 04/14/2009 09:14:39hdk add cc-hdk log20090413105600Lbuild.333 04/13/2009 10:56:00hdk add cc-hdk log20090413031334Lbuild.332 04/13/2009 03:13:34hdk add cc-hdk log20090412134050Lbuild.331 04/12/2009 13:40:50hdk add cc-hdk log20090412093333Lbuild.330 04/12/2009 09:33:33hdk add cc-hdk log20090412052502Lbuild.329 04/12/2009 05:25:02hdk add cc-hdk log20090412005020Lbuild.328 04/12/2009 00:50:20hdk add cc-hdk log20090410113419Lbuild.327 04/10/2009 11:34:19hdk add cc-hdk log20090410024122Lbuild.326 04/10/2009 02:41:22hdk add cc-hdk log20090409213544Lbuild.325 04/09/2009 21:35:44hdk ------=_Part_0_367156.1242203900607-- From [email protected] Wed May 13 09:23:56 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64924 invoked from network); 13 May 2009 09:23:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 May 2009 09:23:55 -0000 Received: (qmail 60850 invoked by uid 500); 13 May 2009 09:23:54 -0000 Delivered-To: [email protected] Received: (qmail 60811 invoked by uid 500); 13 May 2009 09:23:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 60801 invoked by uid 99); 13 May 2009 09:23:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 09:23:54 +0000 X-ASF-Spam-Status: No, hits=-0.9 required=10.0 tests=DATE_IN_FUTURE_06_12,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mga02.intel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 09:23:47 +0000 Received: from orsmga002.jf.intel.com ([161.129.204.104]) by orsmga101.jf.intel.com with ESMTP; 13 May 2009 02:13:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.41,186,1241420400"; d="html'217?zip'217,48?scan'217,48,48,208,217";a="411988697" Received: from mssmon01.ims.intel.com ([161.129.204.104]) by orsmga002.jf.intel.com with ESMTP; 13 May 2009 02:31:07 -0700 Received: from MRObj-lnx64-03 (MRObj-lnx64-03.bj.intel.com [161.129.204.104]) by mssmon01.ims.intel.com (161.129.204.10460308/8.12.11/MailSET/Hub) with ESMTP id n4D9NIFf014220; Wed, 13 May 2009 13:23:19 +0400 Message-ID: <1952528191.1242235498205.JavaMail.laichunrong@MRObj-lnx64-03> Date: Thu, 14 May 2009 01:24:58 +0800 From: [email protected] To: [email protected] Subject: [build-test alert] FAILED Linux x86_64: drlvm-test debug Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_0_907851681.1242235498098" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_0_907851681.1242235498098 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit BUILD FAILED: Ant Error Message: /home/laichunrong/harmony.regularcc/infra/scripts/cc-exec-adaptor.xml:68: The following error occurred while executing this line: /home/laichunrong/harmony.regularcc/infra/adaptors/drlvm-test/adaptor.xml:81: There were drlvm-test failures Date of build: 2009-05-13 22:02:33 +0800 Time to build: 202 minutes 15 seconds Last changed: 05/13/2009 20:43:04 Last log entry: hdk *********************************************************** Errors/Warnings: (21) [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 134 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 BUILD FAILED /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/working_vm/build.xml:286: Some tests failed Total time: 201 minutes 48 seconds The execution FAILED with the following exception: The following error occurred while executing this line: /home/laichunrong/harmony.regularcc/infra/adaptors/drlvm-test/adaptor.xml:81: There were drlvm-test failures *********************************************************** Unit Tests: (4187) failure: Client mode JIT (default) stress.Mix_jit Unit Test Error Details: (1) Test: Client mode JIT (default)Class: stress.Mix_jitExit code: 134 Err: oC............................................................ucc+dsalejava: /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/working_vm/vm/vmcore/src/class_support/C_Interface.cpp:1249: method_get_signature: Assertion `mh' failed. Signal reported: ABORT Registers info is absent Command line: /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/java -XX:-vm.assert_dialog -Djava.library.path=/home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/working_vm/build/linux_x86_64_gcc_debug/tests/smoke.tests/natives/stress -classpath /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/working_vm/build/linux_x86_64_gcc_debug/tests/smoke.tests/classes stress.Mix Working directory: /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/working_vm/build/linux_x86_64_gcc_debug/tests/smoke.tests Environment variables: JAVA_HOME=/home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre LD_LIBRARY_PATH=/home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/default:/home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/:/home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin:/jdk1.5.0_10/jre/lib/amd64/server:/jdk1.5.0_10/jre/lib/amd64:/jdk1.5.0_10/jre/../lib/amd64 Loaded modules: /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/java: 0x0000000000400000:0x0000000000407000 0x0000000000606000:0x0000000000607000 [heap]: 0x0000000000607000:0x000000000079b000 /lib64/ld-2.5.so: 0x0000003c5bc00000:0x0000003c5bc1a000 0x0000003c5be19000:0x0000003c5be1a000 0x0000003c5be1a000:0x0000003c5be1b000 /lib64/libc-2.5.so: 0x0000003c5cc00000:0x0000003c5cd44000 0x0000003c5cd44000:0x0000003c5cf44000 0x0000003c5cf44000:0x0000003c5cf48000 0x0000003c5cf48000:0x0000003c5cf49000 /lib64/libm-2.5.so: 0x0000003c5d000000:0x0000003c5d082000 0x0000003c5d082000:0x0000003c5d281000 0x0000003c5d281000:0x0000003c5d282000 0x0000003c5d282000:0x0000003c5d283000 /lib64/libdl-2.5.so: 0x0000003c5d400000:0x0000003c5d403000 0x0000003c5d403000:0x0000003c5d602000 0x0000003c5d602000:0x0000003c5d603000 0x0000003c5d603000:0x0000003c5d604000 /lib64/libpthread-2.5.so: 0x0000003c5d800000:0x0000003c5d815000 0x0000003c5d815000:0x0000003c5da14000 0x0000003c5da14000:0x0000003c5da15000 0x0000003c5da15000:0x0000003c5da16000 /usr/lib64/libz.so.1.2.3: 0x0000003c5dc00000:0x0000003c5dc14000 0x0000003c5dc14000:0x0000003c5de13000 0x0000003c5de13000:0x0000003c5de14000 /lib64/librt-2.5.so: 0x0000003c5e000000:0x0000003c5e008000 0x0000003c5e008000:0x0000003c5e207000 0x0000003c5e207000:0x0000003c5e208000 0x0000003c5e208000:0x0000003c5e209000 /usr/lib64/libxml2.so.2.6.26: 0x0000003c64a00000:0x0000003c64b33000 0x0000003c64b33000:0x0000003c64d33000 0x0000003c64d33000:0x0000003c64d3c000 /lib64/libgcc_s-4.1.1-20061011.so.1: 0x0000003c6c600000:0x0000003c6c60d000 0x0000003c6c60d000:0x0000003c6c80c000 0x0000003c6c80c000:0x0000003c6c80d000 /usr/lib64/libstdc++.so.6.0.8: 0x0000003c6ce00000:0x0000003c6cee7000 0x0000003c6cee7000:0x0000003c6d0e7000 0x0000003c6d0e7000:0x0000003c6d0ed000 0x0000003c6d0ed000:0x0000003c6d0f0000 /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/libhythr.so: 0x00002aaaaaaad000:0x00002aaaaaad2000 0x00002aaaaaad2000:0x00002aaaaacd2000 0x00002aaaaacd2000:0x00002aaaaacd3000 /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/libhyprt.so: 0x00002aaaaad24000:0x00002aaaaad4c000 0x00002aaaaad4c000:0x00002aaaaaf4c000 0x00002aaaaaf4c000:0x00002aaaaaf53000 /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/default/libch.so: 0x00002aaaaaf92000:0x00002aaaaafa6000 0x00002aaaaafa6000:0x00002aaaab1a6000 0x00002aaaab1a6000:0x00002aaaab204000 /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/default/libharmonyvm.so: 0x00002aaaab43a000:0x00002aaaab650000 0x00002aaaab650000:0x00002aaaab84f000 0x00002aaaab84f000:0x00002aaaab8bb000 /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/default/libicuuc.so.34: 0x00002aaaabaf2000:0x00002aaaabc06000 0x00002aaaabc06000:0x00002aaaabe05000 0x00002aaaabe05000:0x00002aaaabe12000 /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/default/libicudata.so.34: 0x00002aaaabe2d000:0x00002aaaac6a1000 0x00002aaaac6a1000:0x00002aaaac8a0000 0x00002aaaac8a0000:0x00002aaaac8a1000 /lib64/libnss_files-2.5.so: 0x00002aaaacaff000:0x00002aaaacb09000 0x00002aaaacb09000:0x00002aaaacd08000 0x00002aaaacd08000:0x00002aaaacd09000 0x00002aaaacd09000:0x00002aaaacd0a000 /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/default/libem.so: 0x00002aaaecd4a000:0x00002aaaecd90000 0x00002aaaecd90000:0x00002aaaecf8f000 0x00002aaaecf8f000:0x00002aaaecf91000 /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/default/libjitrino.so: 0x00002aaaecf91000:0x00002aaaed3dd000 0x00002aaaed3dd000:0x00002aaaed5dc000 0x00002aaaed5dc000:0x00002aaaed5f5000 /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/default/libgc_gen.so: 0x00002aaaed661000:0x00002aaaed71f000 0x00002aaaed71f000:0x00002aaaed91e000 0x00002aaaed91e000:0x00002aaaed921000 /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/libhyzlib.so: 0x00002aab0dc2d000:0x00002aab0dc3f000 0x00002aab0dc3f000:0x00002aab0de3f000 0x00002aab0de3f000:0x00002aab0de40000 /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/libhynio.so: 0x00002aab0de40000:0x00002aab0de42000 0x00002aab0de42000:0x00002aab0e041000 0x00002aab0e041000:0x00002aab0e042000 /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/default/libvmi.so: 0x00002aab0e042000:0x00002aab0e048000 0x00002aab0e048000:0x00002aab0e248000 0x00002aab0e248000:0x00002aab0e249000 /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/libhyluni.so: 0x00002aab0e249000:0x00002aab0e281000 0x00002aab0e281000:0x00002aab0e480000 0x00002aab0e480000:0x00002aab0e481000 /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/libhyarchive.so: 0x00002aab0e481000:0x00002aab0e48e000 0x00002aab0e48e000:0x00002aab0e68e000 0x00002aab0e68e000:0x00002aab0e68f000 /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/target/hdk/jdk/jre/bin/libhyniochar.so: 0x00002aab0e68f000:0x00002aab0e7e3000 0x00002aab0e7e3000:0x00002aab0e9e2000 0x00002aab0e9e2000:0x00002aab0ea0a000 [stack]: 0x00007fffc8a28000:0x00007fffc9416000 [vdso]: 0xffffffffff600000:0xffffffffffe00000 No stack trace due to registers info absence *********************************************************** Modifications since last successful build: (1) add cc-hdk log20090513204304Lbuild.135 05/13/2009 20:43:04hdk ------=_Part_0_907851681.1242235498098-- From [email protected] Wed May 13 10:07:57 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94990 invoked from network); 13 May 2009 10:07:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 May 2009 10:07:56 -0000 Received: (qmail 31203 invoked by uid 500); 13 May 2009 10:07:56 -0000 Delivered-To: [email protected] Received: (qmail 31150 invoked by uid 500); 13 May 2009 10:07:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 31140 invoked by uid 99); 13 May 2009 10:07:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 10:07:56 +0000 X-ASF-Spam-Status: No, hits=-0.9 required=10.0 tests=DATE_IN_FUTURE_06_12,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mga01.intel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 10:07:48 +0000 Received: from fmsmga001.fm.intel.com ([161.129.204.104]) by fmsmga101.fm.intel.com with ESMTP; 13 May 2009 02:56:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.41,186,1241420400"; d="scan'208";a="690016050" Received: from mssmon01.ims.intel.com ([161.129.204.104]) by fmsmga001.fm.intel.com with ESMTP; 13 May 2009 03:11:00 -0700 Received: from MRObj-lnx64-03 (MRObj-lnx64-03.bj.intel.com [161.129.204.104]) by mssmon01.ims.intel.com (161.129.204.10460308/8.12.11/MailSET/Hub) with ESMTP id n4DA7NZu005559; Wed, 13 May 2009 14:07:24 +0400 Message-ID: <1796397632.1242238142555.JavaMail.laichunrong@MRObj-lnx64-03> Date: Thu, 14 May 2009 02:09:02 +0800 From: [email protected] To: [email protected] Subject: [build-test alert] PASSED Linux x86_64: drlvm-reg-test debug Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_0_733882515.1242238142478" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_0_733882515.1242238142478 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit BUILD COMPLETE: build.92 Date of build: 2009-05-14 01:26:39 +0800 Time to build: 42 minutes 13 seconds Last changed: 05/13/2009 20:43:04 Last log entry: hdk *********************************************************** Errors/Warnings: (3) [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 1 *********************************************************** Unit Tests: (191) All Tests Passed *********************************************************** Modifications since last successful build: (42) add cc-hdk log20090513204304Lbuild.135 05/13/2009 20:43:04hdk add cc-hdk log20090513045912Lbuild.134 05/13/2009 04:59:12hdk add cc-hdk log20090512022702Lbuild.133 05/12/2009 02:27:02hdk add cc-hdk log20090508221942Lbuild.132 05/08/2009 22:19:42hdk add cc-hdk log20090508084808Lbuild.131 05/08/2009 08:48:08hdk add cc-hdk log20090507235044Lbuild.130 05/07/2009 23:50:44hdk add cc-hdk log20090507041921Lbuild.129 05/07/2009 04:19:21hdk add cc-hdk log20090506184503Lbuild.128 05/06/2009 18:45:03hdk add cc-hdk log20090505223537Lbuild.127 05/05/2009 22:35:37hdk add cc-hdk log20090503211135Lbuild.126 05/03/2009 21:11:35hdk add cc-hdk log20090503001450Lbuild.125 05/03/2009 00:14:50hdk add cc-hdk log20090502000610Lbuild.124 05/02/2009 00:06:10hdk add cc-hdk log20090501004456Lbuild.123 05/01/2009 00:44:56hdk add cc-hdk log20090430121759Lbuild.122 04/30/2009 12:17:59hdk add cc-hdk log20090430033104Lbuild.121 04/30/2009 03:31:04hdk add cc-hdk log20090429163201Lbuild.120 04/29/2009 16:32:01hdk add cc-hdk log20090429081900Lbuild.119 04/29/2009 08:19:00hdk add cc-hdk log20090428161213Lbuild.118 04/28/2009 16:12:13hdk add cc-hdk log20090428071131Lbuild.117 04/28/2009 07:11:31hdk add cc-hdk log20090427204307Lbuild.116 04/27/2009 20:43:07hdk add cc-hdk log20090425055337Lbuild.115 04/25/2009 05:53:37hdk add cc-hdk log20090424180144Lbuild.114 04/24/2009 18:01:44hdk add cc-hdk log20090424030851Lbuild.113 04/24/2009 03:08:51hdk add cc-hdk log20090423041115Lbuild.112 04/23/2009 04:11:15hdk add cc-hdk log20090422195929Lbuild.111 04/22/2009 19:59:29hdk add cc-hdk log20090422053321Lbuild.110 04/22/2009 05:33:21hdk add cc-hdk log20090421203744Lbuild.109 04/21/2009 20:37:44hdk add cc-hdk log20090421020732Lbuild.108 04/21/2009 02:07:32hdk add cc-hdk log20090420135434Lbuild.107 04/20/2009 13:54:34hdk add cc-hdk log20090419105616Lbuild.106 04/19/2009 10:56:16hdk add cc-hdk log20090418074916Lbuild.105 04/18/2009 07:49:16hdk add cc-hdk log20090417190553Lbuild.104 04/17/2009 19:05:53hdk add cc-hdk log20090417060855Lbuild.103 04/17/2009 06:08:55hdk add cc-hdk log20090416192127Lbuild.102 04/16/2009 19:21:27hdk add cc-hdk log20090416025147Lbuild.101 04/16/2009 02:51:47hdk add cc-hdk log20090415175541Lbuild.100 04/15/2009 17:55:41hdk add cc-hdk log20090415022218Lbuild.99 04/15/2009 02:22:18hdk add cc-hdk log20090414170738Lbuild.98 04/14/2009 17:07:38hdk add cc-hdk log20090413112604Lbuild.97 04/13/2009 11:26:04hdk add cc-hdk log20090412182139Lbuild.96 04/12/2009 18:21:39hdk add cc-hdk log20090412083125Lbuild.95 04/12/2009 08:31:25hdk add cc-hdk log20090410192827Lbuild.94 04/10/2009 19:28:27hdk ------=_Part_0_733882515.1242238142478-- From [email protected] Wed May 13 12:57:24 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 51170 invoked from network); 13 May 2009 12:57:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 May 2009 12:57:24 -0000 Received: (qmail 22657 invoked by uid 500); 13 May 2009 12:57:24 -0000 Delivered-To: [email protected] Received: (qmail 22620 invoked by uid 500); 13 May 2009 12:57:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 22610 invoked by uid 99); 13 May 2009 12:57:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 12:57:24 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=DATE_IN_FUTURE_12_24,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mga11.intel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 12:57:16 +0000 Received: from fmsmga001.fm.intel.com ([161.129.204.104]) by fmsmga102.fm.intel.com with ESMTP; 13 May 2009 05:51:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.41,187,1241420400"; d="scan'208";a="690051318" Received: from mssmon01.ims.intel.com ([161.129.204.104]) by fmsmga001.fm.intel.com with ESMTP; 13 May 2009 06:00:27 -0700 Received: from mrobj-win64-01 (mrobj-win64-01.bj.intel.com [161.129.204.104]) by mssmon01.ims.intel.com (161.129.204.10460308/8.12.11/MailSET/Hub) with ESMTP id n4DCupgB028728; Wed, 13 May 2009 16:56:52 +0400 Message-ID: <713.923.7490.1242272117671.JavaMail.Administrator@mrobj-win64-01> Date: Wed, 13 May 2009 20:35:17 -0700 From: [email protected] To: [email protected] Subject: [build-test alert] PASSED Windows 2003 x86_64: drlvm-reg-test debug Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_0_1036158690.1242272117562" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_0_1036158690.1242272117562 Content-Type: text/plain; charset=Cp1252 Content-Transfer-Encoding: 7bit BUILD COMPLETE: build.150 Date of build: 2009-05-13 18:04:59 -0700 Time to build: 150 minutes 10 seconds Last changed: 05/13/2009 17:34:31 Last log entry: hdk *********************************************************** Errors/Warnings: (47) [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release [cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 1 *********************************************************** Unit Tests: (191) All Tests Passed *********************************************************** Modifications since last successful build: (19) add cc-hdk log20090513173431Lbuild.202 05/13/2009 17:34:31hdk add cc-hdk log20090512215305Lbuild.201 05/12/2009 21:53:05hdk add cc-hdk log20090511174509Lbuild.200 05/11/2009 17:45:09hdk add cc-hdk log20090508112435Lbuild.199 05/08/2009 11:24:35hdk add cc-hdk log20090425032551Lbuild.198 04/25/2009 03:25:51hdk add cc-hdk log20090424094552Lbuild.197 04/24/2009 09:45:52hdk add cc-hdk log20090423184942Lbuild.196 04/23/2009 18:49:42hdk add cc-hdk log20090422111625Lbuild.195 04/22/2009 11:16:25hdk add cc-hdk log20090421122817Lbuild.194 04/21/2009 12:28:17hdk add cc-hdk log20090420055710Lbuild.193 04/20/2009 05:57:10hdk add cc-hdk log20090419022758Lbuild.192 04/19/2009 02:27:58hdk add cc-hdk log20090417161338Lbuild.191 04/17/2009 16:13:38hdk add cc-hdk log20090416105557Lbuild.190 04/16/2009 10:55:57hdk add cc-hdk log20090415183643Lbuild.189 04/15/2009 18:36:43hdk add cc-hdk log20090414233027Lbuild.188 04/14/2009 23:30:27hdk add cc-hdk log20090414084524Lbuild.187 04/14/2009 08:45:24hdk add cc-hdk log20090413030314Lbuild.186 04/13/2009 03:03:14hdk add cc-hdk log20090412002917Lbuild.185 04/12/2009 00:29:17hdk add cc-hdk log20090410110723Lbuild.184 04/10/2009 11:07:23hdk ------=_Part_0_1036158690.1242272117562-- From [email protected] Thu May 14 12:47:06 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15918 invoked from network); 14 May 2009 12:47:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 May 2009 12:47:06 -0000 Received: (qmail 40878 invoked by uid 500); 14 May 2009 12:47:06 -0000 Delivered-To: [email protected] Received: (qmail 40842 invoked by uid 500); 14 May 2009 12:47:06 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 40825 invoked by uid 99); 14 May 2009 12:47:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 May 2009 12:47:06 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mga02.intel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 May 2009 12:46:50 +0000 Received: from orsmga002.jf.intel.com ([161.129.204.104]) by orsmga101.jf.intel.com with ESMTP; 14 May 2009 05:36:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.41,194,1241420400"; d="html'217?zip'217,48?scan'217,48,48,208,217";a="412389803" Received: from mssmon01.ims.intel.com ([161.129.204.104]) by orsmga002.jf.intel.com with ESMTP; 14 May 2009 05:54:11 -0700 Received: from MRObj-lnx32-03 (mrobj-lnx32-03.bj.intel.com [161.129.204.104]) by mssmon01.ims.intel.com (161.129.204.10460308/8.12.11/MailSET/Hub) with ESMTP id n4ECkNEB030614; Thu, 14 May 2009 16:46:24 +0400 Message-ID: <11544872.1242303827824.JavaMail.laichunrong@MRObj-lnx32-03> Date: Thu, 14 May 2009 20:23:47 +0800 From: [email protected] To: [email protected] Subject: [build-test alert] FAILED Linux x86: drlvm-test debug Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_0_8112281.1242303827650" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_0_8112281.1242303827650 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit BUILD FAILED: Ant Error Message: /home/laichunrong/harmony.regularcc/infra/scripts/cc-exec-adaptor.xml:68: The following error occurred while executing this line: /home/laichunrong/harmony.regularcc/infra/adaptors/drlvm-test/adaptor.xml:81: There were drlvm-test failures Date of build: 2009-05-14 17:22:33 +0800 Time to build: 181 minutes 9 seconds Last changed: 05/14/2009 17:07:11 Last log entry: hdk *********************************************************** Errors/Warnings: (142) [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Timeout: killed the sub-process [java] at org.apache.tools.ant.taskdefs.Java.fork(Java.java:754) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:171) [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:84) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64) [java] at net.sf.antcontrib.logic.IfTask.execute(IfTask.java:197) [java] at sun.reflect.GeneratedMethodAccessor185.invoke(Unknown Source) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.apache.tools.ant.TaskAdapter.execute(TaskAdapter.java:123) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:378) [java] at net.sf.antcontrib.logic.ForDelegate.doSequentialIteration(ForDelegate.java:228) [java] at net.sf.antcontrib.logic.ForDelegate.doTheTasks(ForDelegate.java:281) [java] at net.sf.antcontrib.logic.ForDelegate.execute(ForDelegate.java:213) [java] at net.sf.antcontrib.logic.For.execute(For.java:166) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.Target.execute(Target.java:341) [java] at org.apache.tools.ant.Target.performTasks(Target.java:369) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382) [java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:378) [java] at net.sf.antcontrib.logic.ForDelegate.doSequentialIteration(ForDelegate.java:228) [java] at net.sf.antcontrib.logic.ForDelegate.doTheTasks(ForDelegate.java:253) [java] at net.sf.antcontrib.logic.ForDelegate.execute(ForDelegate.java:213) [java] at net.sf.antcontrib.logic.For.execute(For.java:166) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.Target.execute(Target.java:341) [java] at org.apache.tools.ant.Target.performTasks(Target.java:369) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.Target.execute(Target.java:341) [java] at org.apache.tools.ant.Target.performTasks(Target.java:369) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1185) [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068) [java] at org.apache.tools.ant.Main.runBuild(Main.java:668) [java] at org.apache.tools.ant.Main.startAnt(Main.java:187) [java] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246) [java] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67) [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Timeout: killed the sub-process [java] at org.apache.tools.ant.taskdefs.Java.fork(Java.java:754) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:171) [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:84) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64) [java] at net.sf.antcontrib.logic.IfTask.execute(IfTask.java:197) [java] at sun.reflect.GeneratedMethodAccessor199.invoke(Unknown Source) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.apache.tools.ant.TaskAdapter.execute(TaskAdapter.java:123) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:378) [java] at net.sf.antcontrib.logic.ForDelegate.doSequentialIteration(ForDelegate.java:228) [java] at net.sf.antcontrib.logic.ForDelegate.doTheTasks(ForDelegate.java:281) [java] at net.sf.antcontrib.logic.ForDelegate.execute(ForDelegate.java:213) [java] at net.sf.antcontrib.logic.For.execute(For.java:166) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.Target.execute(Target.java:341) [java] at org.apache.tools.ant.Target.performTasks(Target.java:369) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382) [java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:378) [java] at net.sf.antcontrib.logic.ForDelegate.doSequentialIteration(ForDelegate.java:228) [java] at net.sf.antcontrib.logic.ForDelegate.doTheTasks(ForDelegate.java:253) [java] at net.sf.antcontrib.logic.ForDelegate.execute(ForDelegate.java:213) [java] at net.sf.antcontrib.logic.For.execute(For.java:166) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.Target.execute(Target.java:341) [java] at org.apache.tools.ant.Target.performTasks(Target.java:369) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.Target.execute(Target.java:341) [java] at org.apache.tools.ant.Target.performTasks(Target.java:369) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1185) [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068) [java] at org.apache.tools.ant.Main.runBuild(Main.java:668) [java] at org.apache.tools.ant.Main.startAnt(Main.java:187) [java] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246) [java] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67) BUILD FAILED /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/working_vm/build.xml:286: Some tests failed Total time: 180 minutes 51 seconds The execution FAILED with the following exception: The following error occurred while executing this line: /home/laichunrong/harmony.regularcc/infra/adaptors/drlvm-test/adaptor.xml:81: There were drlvm-test failures *********************************************************** Unit Tests: (4185) failure: jitrino.JET thread.SmallStackThreadTest_jet failure: Server mode JIT thread.SmallStackThreadTest_srv Unit Test Error Details: (2) Test: jitrino.JETClass: thread.SmallStackThreadTest_jetExit code: 0 Err: Test: Server mode JITClass: thread.SmallStackThreadTest_srvExit code: 0 Err: *********************************************************** Modifications since last successful build: (1) add cc-hdk log20090514170711Lbuild.365 05/14/2009 17:07:11hdk ------=_Part_0_8112281.1242303827650-- From [email protected] Thu May 14 12:59:50 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19888 invoked from network); 14 May 2009 12:59:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 May 2009 12:59:47 -0000 Received: (qmail 69619 invoked by uid 500); 14 May 2009 12:59:47 -0000 Delivered-To: [email protected] Received: (qmail 69579 invoked by uid 500); 14 May 2009 12:59:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 69569 invoked by uid 99); 14 May 2009 12:59:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 May 2009 12:59:47 +0000 X-ASF-Spam-Status: No, hits=-0.9 required=10.0 tests=DATE_IN_FUTURE_06_12,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mga01.intel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 May 2009 12:59:37 +0000 Received: from fmsmga001.fm.intel.com ([161.129.204.104]) by fmsmga101.fm.intel.com with ESMTP; 14 May 2009 05:47:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.41,194,1241420400"; d="scan'208";a="690401178" Received: from mssmon01.ims.intel.com ([161.129.204.104]) by fmsmga001.fm.intel.com with ESMTP; 14 May 2009 06:02:41 -0700 Received: from MRObj-lnx64-03 (MRObj-lnx64-03.bj.intel.com [161.129.204.104]) by mssmon01.ims.intel.com (161.129.204.10460308/8.12.11/MailSET/Hub) with ESMTP id n4ECx4XS003641; Thu, 14 May 2009 16:59:06 +0400 Message-ID: <188618231.1242334845756.JavaMail.laichunrong@MRObj-lnx64-03> Date: Fri, 15 May 2009 05:00:45 +0800 From: [email protected] To: [email protected] Subject: [build-test alert] PASSED Linux x86_64: drlvm-test debug Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_0_142515426.1242334845570" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_0_142515426.1242334845570 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit BUILD COMPLETE: build.111 Date of build: 2009-05-15 02:01:47 +0800 Time to build: 178 minutes 46 seconds Last changed: 05/15/2009 00:53:05 Last log entry: hdk *********************************************************** Errors/Warnings: (15) [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 *********************************************************** Unit Tests: (4187) All Tests Passed *********************************************************** Modifications since last successful build: (2) add cc-hdk log20090515005305Lbuild.136 05/15/2009 00:53:05hdk add cc-hdk log20090513204304Lbuild.135 05/13/2009 20:43:04hdk ------=_Part_0_142515426.1242334845570-- From [email protected] Thu May 14 16:43:54 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36421 invoked from network); 14 May 2009 16:43:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 May 2009 16:43:53 -0000 Received: (qmail 21265 invoked by uid 500); 14 May 2009 16:43:53 -0000 Delivered-To: [email protected] Received: (qmail 21241 invoked by uid 500); 14 May 2009 16:43:53 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 21231 invoked by uid 99); 14 May 2009 16:43:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 May 2009 16:43:53 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mga01.intel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 May 2009 16:43:45 +0000 Received: from fmsmga001.fm.intel.com ([161.129.204.104]) by fmsmga101.fm.intel.com with ESMTP; 14 May 2009 09:32:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.41,195,1241420400"; d="scan'208";a="690464367" Received: from mssmon01.ims.intel.com ([161.129.204.104]) by fmsmga001.fm.intel.com with ESMTP; 14 May 2009 09:46:56 -0700 Received: from MRObj-lnx32-03 (mrobj-lnx32-03.bj.intel.com [161.129.204.104]) by mssmon01.ims.intel.com (161.129.204.10460308/8.12.11/MailSET/Hub) with ESMTP id n4EGhJOJ031963; Thu, 14 May 2009 20:43:21 +0400 Message-ID: <24267421.1242318041990.JavaMail.laichunrong@MRObj-lnx32-03> Date: Fri, 15 May 2009 00:20:41 +0800 From: [email protected] To: [email protected] Subject: [build-test alert] PASSED Linux x86: drlvm-test debug Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_0_15101782.1242318041158" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_0_15101782.1242318041158 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit BUILD COMPLETE: build.278 Date of build: 2009-05-14 21:55:10 +0800 Time to build: 145 minutes 24 seconds Last changed: 05/14/2009 21:40:17 Last log entry: hdk *********************************************************** Errors/Warnings: (15) [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 *********************************************************** Unit Tests: (4185) All Tests Passed *********************************************************** Modifications since last successful build: (2) add cc-hdk log20090514214017Lbuild.366 05/14/2009 21:40:17hdk add cc-hdk log20090514170711Lbuild.365 05/14/2009 17:07:11hdk ------=_Part_0_15101782.1242318041158-- From [email protected] Fri May 15 08:11:22 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46581 invoked from network); 15 May 2009 08:11:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 May 2009 08:11:22 -0000 Received: (qmail 56396 invoked by uid 500); 15 May 2009 08:11:22 -0000 Delivered-To: [email protected] Received: (qmail 56361 invoked by uid 500); 15 May 2009 08:11:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 56351 invoked by uid 99); 15 May 2009 08:11:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2009 08:11:22 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mga01.intel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2009 08:11:12 +0000 Received: from fmsmga001.fm.intel.com ([161.129.204.104]) by fmsmga101.fm.intel.com with ESMTP; 15 May 2009 00:59:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.41,198,1241420400"; d="html'217?zip'217,48?scan'217,48,48,208,217";a="690664553" Received: from mssmon01.ims.intel.com ([161.129.204.104]) by fmsmga001.fm.intel.com with ESMTP; 15 May 2009 01:14:20 -0700 Received: from MRObj-lnx32-03 (mrobj-lnx32-03.bj.intel.com [161.129.204.104]) by mssmon01.ims.intel.com (161.129.204.10460308/8.12.11/MailSET/Hub) with ESMTP id n4F8AgQ1024284; Fri, 15 May 2009 12:10:44 +0400 Message-ID: <11544872.1242373672962.JavaMail.laichunrong@MRObj-lnx32-03> Date: Fri, 15 May 2009 15:47:52 +0800 From: [email protected] To: [email protected] Subject: [build-test alert] FAILED Linux x86: drlvm-test debug Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_0_8112281.1242373672680" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_0_8112281.1242373672680 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit BUILD FAILED: Ant Error Message: /home/laichunrong/harmony.regularcc/infra/scripts/cc-exec-adaptor.xml:68: The following error occurred while executing this line: /home/laichunrong/harmony.regularcc/infra/adaptors/drlvm-test/adaptor.xml:81: There were drlvm-test failures Date of build: 2009-05-15 12:57:39 +0800 Time to build: 170 minutes 8 seconds Last changed: 05/15/2009 12:41:35 Last log entry: hdk *********************************************************** Errors/Warnings: (81) [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Timeout: killed the sub-process [java] at org.apache.tools.ant.taskdefs.Java.fork(Java.java:754) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:171) [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:84) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64) [java] at net.sf.antcontrib.logic.IfTask.execute(IfTask.java:197) [java] at sun.reflect.GeneratedMethodAccessor187.invoke(Unknown Source) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.apache.tools.ant.TaskAdapter.execute(TaskAdapter.java:123) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:378) [java] at net.sf.antcontrib.logic.ForDelegate.doSequentialIteration(ForDelegate.java:228) [java] at net.sf.antcontrib.logic.ForDelegate.doTheTasks(ForDelegate.java:281) [java] at net.sf.antcontrib.logic.ForDelegate.execute(ForDelegate.java:213) [java] at net.sf.antcontrib.logic.For.execute(For.java:166) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.Target.execute(Target.java:341) [java] at org.apache.tools.ant.Target.performTasks(Target.java:369) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382) [java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:378) [java] at net.sf.antcontrib.logic.ForDelegate.doSequentialIteration(ForDelegate.java:228) [java] at net.sf.antcontrib.logic.ForDelegate.doTheTasks(ForDelegate.java:253) [java] at net.sf.antcontrib.logic.ForDelegate.execute(ForDelegate.java:213) [java] at net.sf.antcontrib.logic.For.execute(For.java:166) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.Target.execute(Target.java:341) [java] at org.apache.tools.ant.Target.performTasks(Target.java:369) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.Target.execute(Target.java:341) [java] at org.apache.tools.ant.Target.performTasks(Target.java:369) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1185) [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068) [java] at org.apache.tools.ant.Main.runBuild(Main.java:668) [java] at org.apache.tools.ant.Main.startAnt(Main.java:187) [java] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246) [java] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67) [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 BUILD FAILED /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/working_vm/build.xml:286: Some tests failed Total time: 169 minutes 49 seconds The execution FAILED with the following exception: The following error occurred while executing this line: /home/laichunrong/harmony.regularcc/infra/adaptors/drlvm-test/adaptor.xml:81: There were drlvm-test failures *********************************************************** Unit Tests: (4185) failure: Client mode JIT (default) thread.SmallStackThreadTest_jit Unit Test Error Details: (1) Test: Client mode JIT (default)Class: thread.SmallStackThreadTest_jitExit code: 0 Err: *********************************************************** Modifications since last successful build: (1) add cc-hdk log20090515124135Lbuild.368 05/15/2009 12:41:35hdk ------=_Part_0_8112281.1242373672680-- From [email protected] Fri May 15 11:36:56 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14534 invoked from network); 15 May 2009 11:36:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 May 2009 11:36:56 -0000 Received: (qmail 2644 invoked by uid 500); 15 May 2009 11:36:56 -0000 Delivered-To: [email protected] Received: (qmail 2621 invoked by uid 500); 15 May 2009 11:36:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 2606 invoked by uid 99); 15 May 2009 11:36:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2009 11:36:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hudson.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2009 11:36:53 +0000 Received: from hudson.zones.apache.org (localhost [161.129.204.104]) by hudson.zones.apache.org (8.13.8+Sun/8.13.8) with ESMTP id n4FBaUVU013907; Fri, 15 May 2009 07:36:31 -0400 (EDT) Date: Fri, 15 May 2009 11:36:30 +0000 (UTC) From: Apache Hudson Server <[email protected]> To: [email protected], [email protected] Message-ID: <[email protected]> Subject: Build failed in Hudson: Harmony-1.5-head-linux-x86_64 #176 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/176/ ------------------------------------------ started Building remotely on minerva.apache.org (Ubuntu) ERROR: svn: OPTIONS of '/repos/asf/harmony/enhanced/trunk': 403 Forbidden (http://svn.apache.org) org.tmatesoft.svn.core.SVNAuthenticationException: svn: OPTIONS of '/repos/asf/harmony/enhanced/trunk': 403 Forbidden (http://svn.apache.org) at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:62) at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:595) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:257) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:245) at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:454) at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:97) at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:664) at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.testConnection(DAVRepository.java:96) at hudson.scm.SubversionSCM$DescriptorImpl.checkRepositoryPath(SubversionSCM.java:1519) at hudson.scm.SubversionSCM.repositoryLocationsExist(SubversionSCM.java:1620) at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:455) at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:418) at hudson.model.AbstractProject.checkout(AbstractProject.java:801) at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:314) at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:266) at hudson.model.Run.run(Run.java:896) at hudson.model.Build.run(Build.java:112) at hudson.model.ResourceController.execute(ResourceController.java:93) at hudson.model.Executor.run(Executor.java:119) Recording test results Recording fingerprints From [email protected] Fri May 15 12:16:43 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29771 invoked from network); 15 May 2009 12:16:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 May 2009 12:16:43 -0000 Received: (qmail 73971 invoked by uid 500); 15 May 2009 12:16:43 -0000 Delivered-To: [email protected] Received: (qmail 73926 invoked by uid 500); 15 May 2009 12:16:43 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 73916 invoked by uid 99); 15 May 2009 12:16:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2009 12:16:43 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mga02.intel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2009 12:16:34 +0000 Received: from orsmga002.jf.intel.com ([161.129.204.104]) by orsmga101.jf.intel.com with ESMTP; 15 May 2009 05:06:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.41,199,1241420400"; d="scan'208";a="412721879" Received: from mssmon01.ims.intel.com ([161.129.204.104]) by orsmga002.jf.intel.com with ESMTP; 15 May 2009 05:23:53 -0700 Received: from MRObj-lnx32-03 (mrobj-lnx32-03.bj.intel.com [161.129.204.104]) by mssmon01.ims.intel.com (161.129.204.10460308/8.12.11/MailSET/Hub) with ESMTP id n4FCG7oP022507; Fri, 15 May 2009 16:16:08 +0400 Message-ID: <24267421.1242388394125.JavaMail.laichunrong@MRObj-lnx32-03> Date: Fri, 15 May 2009 19:53:13 +0800 From: [email protected] To: [email protected] Subject: [build-test alert] PASSED Linux x86: drlvm-test debug Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_0_15101782.1242388393884" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_0_15101782.1242388393884 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit BUILD COMPLETE: build.280 Date of build: 2009-05-15 17:53:22 +0800 Time to build: 119 minutes 45 seconds Last changed: 05/15/2009 17:38:08 Last log entry: hdk *********************************************************** Errors/Warnings: (15) [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 *********************************************************** Unit Tests: (4185) All Tests Passed *********************************************************** Modifications since last successful build: (2) add cc-hdk log20090515173808Lbuild.369 05/15/2009 17:38:08hdk add cc-hdk log20090515124135Lbuild.368 05/15/2009 12:41:35hdk ------=_Part_0_15101782.1242388393884-- From [email protected] Fri May 15 12:55:10 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58699 invoked from network); 15 May 2009 12:55:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 May 2009 12:55:10 -0000 Received: (qmail 30730 invoked by uid 500); 15 May 2009 12:55:10 -0000 Delivered-To: [email protected] Received: (qmail 30705 invoked by uid 500); 15 May 2009 12:55:10 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 30691 invoked by uid 99); 15 May 2009 12:55:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2009 12:55:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hudson.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2009 12:55:07 +0000 Received: from hudson.zones.apache.org (localhost [161.129.204.104]) by hudson.zones.apache.org (8.13.8+Sun/8.13.8) with ESMTP id n4FCsj5N024508; Fri, 15 May 2009 08:54:45 -0400 (EDT) Date: Fri, 15 May 2009 12:54:45 +0000 (UTC) From: Apache Hudson Server <[email protected]> To: [email protected], [email protected] Message-ID: <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> Subject: Hudson build is back to normal: Harmony-1.5-head-linux-x86_64 #177 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/177/ From [email protected] Fri May 15 17:01:01 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74465 invoked from network); 15 May 2009 17:01:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 May 2009 17:01:01 -0000 Received: (qmail 13604 invoked by uid 500); 15 May 2009 17:01:01 -0000 Delivered-To: [email protected] Received: (qmail 13579 invoked by uid 500); 15 May 2009 17:01:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 13569 invoked by uid 99); 15 May 2009 17:01:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2009 17:01:01 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mga01.intel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2009 17:00:51 +0000 Received: from fmsmga001.fm.intel.com ([161.129.204.104]) by fmsmga101.fm.intel.com with ESMTP; 15 May 2009 09:49:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.41,200,1241420400"; d="html'217?zip'217,48?scan'217,48,48,208,217";a="690779779" Received: from mssmon01.ims.intel.com ([161.129.204.104]) by fmsmga001.fm.intel.com with ESMTP; 15 May 2009 10:04:00 -0700 Received: from MRObj-lnx32-03 (mrobj-lnx32-03.bj.intel.com [161.129.204.104]) by mssmon01.ims.intel.com (161.129.204.10460308/8.12.11/MailSET/Hub) with ESMTP id n4FH0Nig008022; Fri, 15 May 2009 21:00:25 +0400 Message-ID: <11416420.1242405446990.JavaMail.laichunrong@MRObj-lnx32-03> Date: Sat, 16 May 2009 00:37:26 +0800 From: [email protected] To: [email protected] Subject: [build-test alert] FAILED Linux x86: drlvm-reg-test debug Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_0_28360136.1242405446815" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_0_28360136.1242405446815 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit BUILD FAILED: Ant Error Message: /home/laichunrong/harmony.regularcc/infra/scripts/cc-exec-adaptor.xml:68: The following error occurred while executing this line: /home/laichunrong/harmony.regularcc/infra/adaptors/drlvm-reg-test/adaptor.xml:80: There were drlvm-reg-test failures Date of build: 2009-05-16 00:06:15 +0800 Time to build: 31 minutes 8 seconds Last changed: 05/15/2009 21:10:18 Last log entry: hdk *********************************************************** Errors/Warnings: (10) [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 1 [junit] Test org.apache.harmony.drlvm.tests.regression.h5480.LooseMathTest FAILED BUILD FAILED /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/working_vm/build.xml:352: The following error occurred while executing this line: /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/working_vm/make/tests/reg-test-run.xml:108: There were test failures Total time: 30 minutes 53 seconds The execution FAILED with the following exception: The following error occurred while executing this line: /home/laichunrong/harmony.regularcc/infra/adaptors/drlvm-reg-test/adaptor.xml:80: There were drlvm-reg-test failures *********************************************************** Unit Tests: (199) failure: testTAN org.apache.harmony.drlvm.tests.regression.h5480.LooseMathTest Unit Test Error Details: (1) Test: testTANClass: org.apache.harmony.drlvm.tests.regression.h5480.LooseMathTestjunit.framework.AssertionFailedError: d=-4.0089754997743976E8 ulp=1.0E-9 expected:<68.01900255482> but was:<68.0190025524316> at org.apache.harmony.drlvm.tests.regression.h5480.LooseMathTest.testTAN(LooseMathTest.java:79) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) *********************************************************** Modifications since last successful build: (1) add cc-hdk log20090515211018Lbuild.370 05/15/2009 21:10:18hdk ------=_Part_0_28360136.1242405446815-- From [email protected] Fri May 15 22:23:01 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26061 invoked from network); 15 May 2009 22:23:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 May 2009 22:23:01 -0000 Received: (qmail 42808 invoked by uid 500); 15 May 2009 22:23:01 -0000 Delivered-To: [email protected] Received: (qmail 42786 invoked by uid 500); 15 May 2009 22:23:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 42776 invoked by uid 99); 15 May 2009 22:23:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2009 22:23:01 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mga11.intel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2009 22:22:51 +0000 Received: from fmsmga002.fm.intel.com ([161.129.204.104]) by fmsmga102.fm.intel.com with ESMTP; 15 May 2009 15:16:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.41,202,1241420400"; d="html'217?zip'217,48?scan'217,48,48,208,217";a="457676632" Received: from mssmon01.ims.intel.com ([161.129.204.104]) by fmsmga002.fm.intel.com with ESMTP; 15 May 2009 15:16:54 -0700 Received: from MRObj-lnx32-03 (mrobj-lnx32-03.bj.intel.com [161.129.204.104]) by mssmon01.ims.intel.com (161.129.204.10460308/8.12.11/MailSET/Hub) with ESMTP id n4FMMMKf010696; Sat, 16 May 2009 02:22:23 +0400 Message-ID: <11544872.1242424761601.JavaMail.laichunrong@MRObj-lnx32-03> Date: Sat, 16 May 2009 05:59:21 +0800 From: [email protected] To: [email protected] Subject: [build-test alert] FAILED Linux x86: drlvm-test debug Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_0_8112281.1242424761423" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_0_8112281.1242424761423 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit BUILD FAILED: Ant Error Message: /home/laichunrong/harmony.regularcc/infra/scripts/cc-exec-adaptor.xml:68: The following error occurred while executing this line: /home/laichunrong/harmony.regularcc/infra/adaptors/drlvm-test/adaptor.xml:81: There were drlvm-test failures Date of build: 2009-05-16 02:58:24 +0800 Time to build: 180 minutes 50 seconds Last changed: 05/16/2009 02:42:24 Last log entry: hdk *********************************************************** Errors/Warnings: (142) [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Timeout: killed the sub-process [java] at org.apache.tools.ant.taskdefs.Java.fork(Java.java:754) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:171) [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:84) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64) [java] at net.sf.antcontrib.logic.IfTask.execute(IfTask.java:197) [java] at sun.reflect.GeneratedMethodAccessor189.invoke(Unknown Source) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.apache.tools.ant.TaskAdapter.execute(TaskAdapter.java:123) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:378) [java] at net.sf.antcontrib.logic.ForDelegate.doSequentialIteration(ForDelegate.java:228) [java] at net.sf.antcontrib.logic.ForDelegate.doTheTasks(ForDelegate.java:281) [java] at net.sf.antcontrib.logic.ForDelegate.execute(ForDelegate.java:213) [java] at net.sf.antcontrib.logic.For.execute(For.java:166) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.Target.execute(Target.java:341) [java] at org.apache.tools.ant.Target.performTasks(Target.java:369) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382) [java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:378) [java] at net.sf.antcontrib.logic.ForDelegate.doSequentialIteration(ForDelegate.java:228) [java] at net.sf.antcontrib.logic.ForDelegate.doTheTasks(ForDelegate.java:253) [java] at net.sf.antcontrib.logic.ForDelegate.execute(ForDelegate.java:213) [java] at net.sf.antcontrib.logic.For.execute(For.java:166) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.Target.execute(Target.java:341) [java] at org.apache.tools.ant.Target.performTasks(Target.java:369) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.Target.execute(Target.java:341) [java] at org.apache.tools.ant.Target.performTasks(Target.java:369) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1185) [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068) [java] at org.apache.tools.ant.Main.runBuild(Main.java:668) [java] at org.apache.tools.ant.Main.startAnt(Main.java:187) [java] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246) [java] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67) [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Timeout: killed the sub-process [java] at org.apache.tools.ant.taskdefs.Java.fork(Java.java:754) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:171) [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:84) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64) [java] at net.sf.antcontrib.logic.IfTask.execute(IfTask.java:197) [java] at sun.reflect.GeneratedMethodAccessor200.invoke(Unknown Source) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.apache.tools.ant.TaskAdapter.execute(TaskAdapter.java:123) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:378) [java] at net.sf.antcontrib.logic.ForDelegate.doSequentialIteration(ForDelegate.java:228) [java] at net.sf.antcontrib.logic.ForDelegate.doTheTasks(ForDelegate.java:281) [java] at net.sf.antcontrib.logic.ForDelegate.execute(ForDelegate.java:213) [java] at net.sf.antcontrib.logic.For.execute(For.java:166) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.Target.execute(Target.java:341) [java] at org.apache.tools.ant.Target.performTasks(Target.java:369) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382) [java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:378) [java] at net.sf.antcontrib.logic.ForDelegate.doSequentialIteration(ForDelegate.java:228) [java] at net.sf.antcontrib.logic.ForDelegate.doTheTasks(ForDelegate.java:253) [java] at net.sf.antcontrib.logic.ForDelegate.execute(ForDelegate.java:213) [java] at net.sf.antcontrib.logic.For.execute(For.java:166) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.Target.execute(Target.java:341) [java] at org.apache.tools.ant.Target.performTasks(Target.java:369) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.Target.execute(Target.java:341) [java] at org.apache.tools.ant.Target.performTasks(Target.java:369) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1185) [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068) [java] at org.apache.tools.ant.Main.runBuild(Main.java:668) [java] at org.apache.tools.ant.Main.startAnt(Main.java:187) [java] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246) [java] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67) BUILD FAILED /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/working_vm/build.xml:286: Some tests failed Total time: 180 minutes 32 seconds The execution FAILED with the following exception: The following error occurred while executing this line: /home/laichunrong/harmony.regularcc/infra/adaptors/drlvm-test/adaptor.xml:81: There were drlvm-test failures *********************************************************** Unit Tests: (4185) failure: Client mode JIT (default) thread.SmallStackThreadTest_jit failure: Server mode JIT thread.SmallStackThreadTest_srv Unit Test Error Details: (2) Test: Client mode JIT (default)Class: thread.SmallStackThreadTest_jitExit code: 0 Err: Test: Server mode JITClass: thread.SmallStackThreadTest_srvExit code: 0 Err: *********************************************************** Modifications since last successful build: (1) add cc-hdk log20090516024224Lbuild.371 05/16/2009 02:42:24hdk ------=_Part_0_8112281.1242424761423-- From [email protected] Fri May 15 23:37:28 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45050 invoked from network); 15 May 2009 23:37:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 May 2009 23:37:28 -0000 Received: (qmail 91684 invoked by uid 500); 15 May 2009 23:37:28 -0000 Delivered-To: [email protected] Received: (qmail 91630 invoked by uid 500); 15 May 2009 23:37:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 91619 invoked by uid 99); 15 May 2009 23:37:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2009 23:37:28 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mga03.intel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2009 23:37:20 +0000 Received: from azsmga001.ch.intel.com ([161.129.204.104]) by azsmga101.ch.intel.com with ESMTP; 15 May 2009 16:36:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.41,202,1241420400"; d="scan'208";a="143428447" Received: from mssmon01.ims.intel.com ([161.129.204.104]) by azsmga001.ch.intel.com with ESMTP; 15 May 2009 16:36:58 -0700 Received: from MRObj-lnx32-03 (mrobj-lnx32-03.bj.intel.com [161.129.204.104]) by mssmon01.ims.intel.com (161.129.204.10460308/8.12.11/MailSET/Hub) with ESMTP id n4FNas6i008658; Sat, 16 May 2009 03:36:55 +0400 Message-ID: <26506390.1242429232135.JavaMail.laichunrong@MRObj-lnx32-03> Date: Sat, 16 May 2009 07:13:52 +0800 From: [email protected] To: [email protected] Subject: [build-test alert] PASSED Linux x86: drlvm-reg-test debug Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_0_23467239.1242429232026" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_0_23467239.1242429232026 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit BUILD COMPLETE: build.309 Date of build: 2009-05-16 06:43:02 +0800 Time to build: 30 minutes 46 seconds Last changed: 05/16/2009 02:42:24 Last log entry: hdk *********************************************************** Errors/Warnings: (3) [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 1 *********************************************************** Unit Tests: (199) All Tests Passed *********************************************************** Modifications since last successful build: (2) add cc-hdk log20090516024224Lbuild.371 05/16/2009 02:42:24hdk add cc-hdk log20090515211018Lbuild.370 05/15/2009 21:10:18hdk ------=_Part_0_23467239.1242429232026-- From [email protected] Mon May 18 22:27:17 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34490 invoked from network); 18 May 2009 22:27:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 May 2009 22:27:16 -0000 Received: (qmail 42607 invoked by uid 500); 18 May 2009 22:27:16 -0000 Delivered-To: [email protected] Received: (qmail 42562 invoked by uid 500); 18 May 2009 22:27:16 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 42552 invoked by uid 99); 18 May 2009 22:27:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 May 2009 22:27:16 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mga02.intel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 May 2009 22:27:08 +0000 Received: from orsmga002.jf.intel.com ([161.129.204.104]) by orsmga101.jf.intel.com with ESMTP; 18 May 2009 15:17:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.41,212,1241420400"; d="scan'208";a="413554788" Received: from mssmon01.ims.intel.com ([161.129.204.104]) by orsmga002.jf.intel.com with ESMTP; 18 May 2009 15:34:26 -0700 Received: from MRObj-lnx32-03 (mrobj-lnx32-03.bj.intel.com [161.129.204.104]) by mssmon01.ims.intel.com (161.129.204.10460308/8.12.11/MailSET/Hub) with ESMTP id n4IMQgVa015859; Tue, 19 May 2009 02:26:44 +0400 Message-ID: <24267421.1242684165988.JavaMail.laichunrong@MRObj-lnx32-03> Date: Tue, 19 May 2009 06:02:45 +0800 From: [email protected] To: [email protected] Subject: [build-test alert] PASSED Linux x86: drlvm-test debug Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_0_15101782.1242684165705" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_0_15101782.1242684165705 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit BUILD COMPLETE: build.282 Date of build: 2009-05-19 03:26:58 +0800 Time to build: 155 minutes 41 seconds Last changed: 05/19/2009 03:12:30 Last log entry: hdk *********************************************************** Errors/Warnings: (15) [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 *********************************************************** Unit Tests: (4185) All Tests Passed *********************************************************** Modifications since last successful build: (4) add cc-hdk log20090519031230Lbuild.374 05/19/2009 03:12:30hdk add cc-hdk log20090518225035Lbuild.373 05/18/2009 22:50:35hdk add cc-hdk log20090518172641Lbuild.372 05/18/2009 17:26:41hdk add cc-hdk log20090516024224Lbuild.371 05/16/2009 02:42:24hdk ------=_Part_0_15101782.1242684165705-- From [email protected] Tue May 19 13:28:11 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 42714 invoked from network); 19 May 2009 13:28:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 May 2009 13:28:03 -0000 Received: (qmail 52189 invoked by uid 500); 19 May 2009 13:27:11 -0000 Delivered-To: [email protected] Received: (qmail 48334 invoked by uid 500); 19 May 2009 13:27:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 46683 invoked by uid 99); 19 May 2009 13:20:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 May 2009 13:20:14 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mga01.intel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 May 2009 13:20:06 +0000 Received: from fmsmga001.fm.intel.com ([161.129.204.104]) by fmsmga101.fm.intel.com with ESMTP; 19 May 2009 06:08:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.41,215,1241420400"; d="html'217?zip'217,48?scan'217,48,48,208,217";a="691711389" Received: from mssmon01.ims.intel.com ([161.129.204.104]) by fmsmga001.fm.intel.com with ESMTP; 19 May 2009 06:23:14 -0700 Received: from MRObj-lnx32-03 (mrobj-lnx32-03.bj.intel.com [161.129.204.104]) by mssmon01.ims.intel.com (161.129.204.10460308/8.12.11/MailSET/Hub) with ESMTP id n4JDJdo2013413; Tue, 19 May 2009 17:19:40 +0400 Message-ID: <11544872.1242737735299.JavaMail.laichunrong@MRObj-lnx32-03> Date: Tue, 19 May 2009 20:55:34 +0800 From: [email protected] To: [email protected] Subject: [build-test alert] FAILED Linux x86: drlvm-test debug Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_0_8112281.1242737734909" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_0_8112281.1242737734909 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit BUILD FAILED: Ant Error Message: /home/laichunrong/harmony.regularcc/infra/scripts/cc-exec-adaptor.xml:68: The following error occurred while executing this line: /home/laichunrong/harmony.regularcc/infra/adaptors/drlvm-test/adaptor.xml:81: There were drlvm-test failures Date of build: 2009-05-19 18:23:32 +0800 Time to build: 151 minutes 57 seconds Last changed: 05/19/2009 18:08:45 Last log entry: hdk *********************************************************** Errors/Warnings: (81) [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Timeout: killed the sub-process [java] at org.apache.tools.ant.taskdefs.Java.fork(Java.java:754) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:171) [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:84) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64) [java] at net.sf.antcontrib.logic.IfTask.execute(IfTask.java:197) [java] at sun.reflect.GeneratedMethodAccessor195.invoke(Unknown Source) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.apache.tools.ant.TaskAdapter.execute(TaskAdapter.java:123) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:378) [java] at net.sf.antcontrib.logic.ForDelegate.doSequentialIteration(ForDelegate.java:228) [java] at net.sf.antcontrib.logic.ForDelegate.doTheTasks(ForDelegate.java:281) [java] at net.sf.antcontrib.logic.ForDelegate.execute(ForDelegate.java:213) [java] at net.sf.antcontrib.logic.For.execute(For.java:166) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.Target.execute(Target.java:341) [java] at org.apache.tools.ant.Target.performTasks(Target.java:369) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382) [java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:378) [java] at net.sf.antcontrib.logic.ForDelegate.doSequentialIteration(ForDelegate.java:228) [java] at net.sf.antcontrib.logic.ForDelegate.doTheTasks(ForDelegate.java:253) [java] at net.sf.antcontrib.logic.ForDelegate.execute(ForDelegate.java:213) [java] at net.sf.antcontrib.logic.For.execute(For.java:166) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.Target.execute(Target.java:341) [java] at org.apache.tools.ant.Target.performTasks(Target.java:369) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [java] at org.apache.tools.ant.Task.perform(Task.java:364) [java] at org.apache.tools.ant.Target.execute(Target.java:341) [java] at org.apache.tools.ant.Target.performTasks(Target.java:369) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1185) [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068) [java] at org.apache.tools.ant.Main.runBuild(Main.java:668) [java] at org.apache.tools.ant.Main.startAnt(Main.java:187) [java] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246) [java] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67) [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 BUILD FAILED /home/laichunrong/harmony.regularcc/infra/build/checkouts/hdk/working_vm/build.xml:286: Some tests failed Total time: 151 minutes 38 seconds The execution FAILED with the following exception: The following error occurred while executing this line: /home/laichunrong/harmony.regularcc/infra/adaptors/drlvm-test/adaptor.xml:81: There were drlvm-test failures *********************************************************** Unit Tests: (4185) failure: jitrino.JET thread.SmallStackThreadTest_jet Unit Test Error Details: (1) Test: jitrino.JETClass: thread.SmallStackThreadTest_jetExit code: 0 Err: *********************************************************** Modifications since last successful build: (1) add cc-hdk log20090519180845Lbuild.376 05/19/2009 18:08:45hdk ------=_Part_0_8112281.1242737734909-- From [email protected] Wed May 20 01:03:03 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57201 invoked from network); 20 May 2009 01:03:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 May 2009 01:03:03 -0000 Received: (qmail 8005 invoked by uid 500); 20 May 2009 01:03:16 -0000 Delivered-To: [email protected] Received: (qmail 7943 invoked by uid 500); 20 May 2009 01:03:16 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <alerts.harmony.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 7933 invoked by uid 99); 20 May 2009 01:03:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 May 2009 01:03:16 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mga02.intel.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 May 2009 01:03:08 +0000 Received: from orsmga002.jf.intel.com ([161.129.204.104]) by orsmga101.jf.intel.com with ESMTP; 19 May 2009 17:52:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.41,218,1241420400"; d="scan'208";a="413984496" Received: from mssmon01.ims.intel.com ([161.129.204.104]) by orsmga002.jf.intel.com with ESMTP; 19 May 2009 18:10:25 -0700 Received: from MRObj-lnx32-03 (mrobj-lnx32-03.bj.intel.com [161.129.204.104]) by mssmon01.ims.intel.com (161.129.204.10460308/8.12.11/MailSET/Hub) with ESMTP id n4K12gC3029304; Wed, 20 May 2009 05:02:43 +0400 Message-ID: <24267421.1242779912385.JavaMail.laichunrong@MRObj-lnx32-03> Date: Wed, 20 May 2009 08:38:32 +0800 From: [email protected] To: [email protected] Subject: [build-test alert] PASSED Linux x86: drlvm-test debug Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_0_15101782.1242779912227" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_0_15101782.1242779912227 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit BUILD COMPLETE: build.284 Date of build: 2009-05-20 06:12:01 +0800 Time to build: 146 minutes 25 seconds Last changed: 05/20/2009 05:57:36 Last log entry: hdk *********************************************************** Errors/Warnings: (15) [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 130 *********************************************************** Unit Tests: (4185) All Tests Passed *********************************************************** Modifications since last successful build: (2) add cc-hdk log20090520055736Lbuild.377 05/20/2009 05:57:36hdk add cc-hdk log20090519180845Lbuild.376 05/19/2009 18:08:45hdk ------=_Part_0_15101782.1242779912227--
From [email protected] Fri Dec 03 13:45:08 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66353 invoked from network); 3 Dec 2004 13:45:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 3 Dec 2004 13:45:07 -0000 Received: (qmail 92619 invoked by uid 500); 3 Dec 2004 13:45:07 -0000 Delivered-To: [email protected] Received: (qmail 92596 invoked by uid 500); 3 Dec 2004 13:45:07 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 92583 invoked by uid 99); 3 Dec 2004 13:45:07 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from smtp1.clb.oleane.net (HELO smtp1.clb.oleane.net) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 03 Dec 2004 05:45:06 -0800 Received: from smtp1.clb.oleane.net (localhost [161.129.204.104]) by smtp1.clb.oleane.net (antivirus) with ESMTP id iB3Dj219000798 for <[email protected]>; Fri, 3 Dec 2004 14:45:03 +0100 Received: from [161.129.204.104] (lune.wokup.net [161.129.204.104]) (authenticated) by smtp1.clb.oleane.net with ESMTP id iB3Dj2fi000764 for <[email protected]>; Fri, 3 Dec 2004 14:45:02 +0100 Message-ID: <[email protected]> Date: Fri, 03 Dec 2004 14:41:50 +0100 From: denis queffeulou <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en, fr MIME-Version: 1.0 To: [email protected] Subject: login Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N hi, I can't get the login from getRemoteUser() method. It seems like the function is not implemented in Pluto (discussion in user list). Is it true ? The userContext is not used when a "rewrite URL" is created although it is used on templates URL (URLComposerImpl). But URL templates is not implemented, right ? -- Denis From [email protected] Tue Dec 07 01:41:24 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7499 invoked from network); 7 Dec 2004 01:41:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 7 Dec 2004 01:41:24 -0000 Received: (qmail 67510 invoked by uid 500); 7 Dec 2004 01:41:23 -0000 Delivered-To: [email protected] Received: (qmail 67480 invoked by uid 500); 7 Dec 2004 01:41:23 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 67469 invoked by uid 99); 7 Dec 2004 01:41:23 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from Unknown (HELO [161.129.204.104]) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Dec 2004 17:41:22 -0800 Date: Mon, 06 Dec 2004 17:38:01 PST From: Julie MacNaught <[email protected]> To: [email protected] Subject: [GUMP@brutus]: Project ws-wsrp4j (in module ws-wsrp4j) success X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N To whom it may satisfy... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [email protected]. Project ws-wsrp4j *no longer* has an issue. The current state of this project is 'Success'. Full details are available at: http://brutus.apache.org/gump/public/ws-wsrp4j/ws-wsrp4j/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Output [wsrp4j-swing-consumer-0.3.jar] identifier set to output basename: [wsrp4j-swing-consumer-0.3] -DEBUG- Output [wsrp4j-consumer-0.3.jar] identifier set to output basename: [wsrp4j-consumer-0.3] -DEBUG- Output [wsrp4j-producer-0.3.jar] identifier set to output basename: [wsrp4j-producer-0.3] -DEBUG- Output [wsrp4j-shared-0.3.jar] identifier set to output basename: [wsrp4j-shared-0.3] -DEBUG- Dependency on ant exists, no need to add for property env.ANT_HOME. -INFO- Made directory [/usr/local/gump/public/workspace/ws-wsrp4j/bin/classes] The following work was performed: http://brutus.apache.org/gump/public/ws-wsrp4j/ws-wsrp4j/gump_work/build_ws-wsrp4j_ws-wsrp4j.html Work Name: build_ws-wsrp4j_ws-wsrp4j (Type: Build) Work ended in a state of : Success Elapsed: 7 secs Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar org.apache.tools.ant.Main -Dgump.merge=/home/gump/workspaces2/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Denv.ANT_HOME=/usr/local/gump/public/workspace/ant/dist all [Working Directory: /usr/local/gump/public/workspace/ws-wsrp4j/build] CLASSPATH: /opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/ws-wsrp4j/build/ant/lib/ForeachTask.jar:/usr/local/gump/public/workspace/ws-wsrp4j/bin/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-stylebook.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/castor/dist/castor-06122004.jar:/usr/local/gump/public/workspace/castor/dist/castor-06122004-xml.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar:/usr/local/gump/public/workspace/logging-log4j/log4j-06122004.jar:/usr/local/gump/public/workspace/logging-log4j/log4j-chainsaw-06122004.jar:/usr/local/gump/public/workspace/jakarta-pluto/container/target/pluto-1.0.jar:/usr/local/gump/public/workspace/jakarta-pluto/api/target/portlet-api-1.0.jar:/usr/local/gump/public/workspace/jakarta-pluto/portal/target/pluto-portal-1.0.jar:/usr/local/gump/public/workspace/jakarta-regexp/build/jakarta-regexp-06122004.jar:/usr/local/gump/public/workspace/ant/bootstrap/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/bootstrap/lib/ant.jar:/usr/local/gump/public/workspace/jakarta-servletapi-4/lib/servlet.jar:/usr/local/gump/public/workspace/ws-wsrp4j/lib/axis.jar:/usr/local/gump/public/workspace/jakarta-commons/discovery/dist/commons-discovery.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-api.jar:/usr/local/gump/public/workspace/ws-wsrp4j/lib/tt-bytecode.jar:/usr/local/gump/public/workspace/wsdl4j/build/lib/qname.jar:/usr/local/gump/public/workspace/wsdl4j/build/lib/wsdl4j.jar:/usr/local/gump/public/workspace/ws-wsrp4j/lib/jaxrpc.jar:/usr/local/gump/public/workspace/ws-wsrp4j/lib/saaj.jar --------------------------------------------- compiler.eclipse: compile: [javac] Compiling 275 source files to /home/gump/workspaces2/public/workspace/ws-wsrp4j/bin/classes [javac] This version of java does not support the classic compiler; upgrading to modern [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -deprecation for details. build: [jar] Building jar: /home/gump/workspaces2/public/workspace/ws-wsrp4j/bin/lib/wsrp4j-consumer-0.3.jar [jar] Building jar: /home/gump/workspaces2/public/workspace/ws-wsrp4j/bin/lib/wsrp4j-swing-consumer-0.3.jar [jar] Building jar: /home/gump/workspaces2/public/workspace/ws-wsrp4j/bin/lib/wsrp4j-shared-0.3.jar [jar] Building jar: /home/gump/workspaces2/public/workspace/ws-wsrp4j/bin/lib/wsrp4j-producer-0.3.jar [jar] Building jar: /home/gump/workspaces2/public/workspace/ws-wsrp4j/bin/lib/wsrp4j-pluto-provider-0.3.jar proxyportlet.prepareWAR: [copy] Copying 8 files to /home/gump/workspaces2/public/workspace/ws-wsrp4j/portlets/proxyportlet/war/WEB-INF/lib build_portlets: BuildPortlet: check.war.property: [echo] warfile property is not set. copy and edit build.properites.example file appropriately check.jar.property: [echo] jarfile property is not set. copy and edit build.properites.example file appropriately init: [mkdir] Created dir: /home/gump/workspaces2/public/workspace/ws-wsrp4j/portlets/wsrptest/classes [mkdir] Created dir: /home/gump/workspaces2/public/workspace/ws-wsrp4j/portlets/wsrptest/driver [mkdir] Created dir: /home/gump/workspaces2/public/workspace/ws-wsrp4j/portlets/wsrptest/war/WEB-INF/lib env: [echo] Portlet Application ../portlets/wsrptest ... compile: [javac] Compiling 1 source file to /home/gump/workspaces2/public/workspace/ws-wsrp4j/portlets/wsrptest/classes [javac] This version of java does not support the classic compiler; upgrading to modern build.jar: build.war: build: all: BUILD SUCCESSFUL Total time: 6 seconds --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://brutus.apache.org/gump/public/ws-wsrp4j/ws-wsrp4j/rss.xml - Atom: http://brutus.apache.org/gump/public/ws-wsrp4j/ws-wsrp4j/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.2. Gump Run 16001506122004, brutus:brutus-public:16001506122004 Gump E-mail Identifier (unique within run) #230. -- Apache Gump http://gump.apache.org/ [Instance: brutus] From [email protected] Wed Dec 08 03:42:26 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57731 invoked from network); 8 Dec 2004 03:42:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 8 Dec 2004 03:42:26 -0000 Received: (qmail 67184 invoked by uid 500); 8 Dec 2004 03:42:26 -0000 Delivered-To: [email protected] Received: (qmail 67143 invoked by uid 500); 8 Dec 2004 03:42:25 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 67130 invoked by uid 99); 8 Dec 2004 03:42:25 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 07 Dec 2004 19:42:23 -0800 Received: by wproxy.gmail.com with SMTP id 57so160039wri for <[email protected]>; Tue, 07 Dec 2004 19:42:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=miBGCuo9UjFBycPg6a4W9G7uNoexZpKaQ/ZKGsBDNUmrqP7hCUGY1RqfFu4L4dVuMrL/FgkDw3rLM3sYBnMOvBNAQu8EVG0Wy04T7Ju9ZhVPu9ZT4HJyn1ZEyiFrSOWzFZWJDfmE+867ISxlpA+EcQIJXHjajuSZ7lrStwwo87A= Received: by 161.129.204.104 with SMTP id j36mr376903wrj; Tue, 07 Dec 2004 19:42:13 -0800 (PST) Received: by 161.129.204.104 with HTTP; Tue, 7 Dec 2004 19:42:12 -0800 (PST) Message-ID: <[email protected]> Date: Wed, 8 Dec 2004 11:42:12 +0800 From: Liang Chen <[email protected]> Reply-To: Liang Chen <[email protected]> To: [email protected] Subject: Re: Unknown commented code in org.apache.wsrp4j.producer.provider.pluto.driver.DescriptionHandlerImpl In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable References: <[email protected]> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I used wsrp4j for some time, and found that wsrp4j only support url rendering at consumer side (url template =3D false) perhaps when wsrp4j supports url template (url rendering at producer side) that property will be used. On Thu, 25 Nov 2004 11:08:53 +0100, Diego Louz=E1n <[email protected]> wrote: > In line 168 of > org.apache.wsrp4j.producer.provider.pluto.driver.DescriptionHandlerImpl: >=20 > /* > try { > Properties props =3D Utility.loadPropertiesFromFile(WSRP_SERVICE_PRO= P); > String urlTemplProcStr =3D > props.getProperty(DescriptionHandlerImpl.URL_TEMPLATE_PROCESSING,"false")= ; > descriptionHandler.doesUrlTemplateProcessing =3D > Boolean.valueOf(urlTemplProcStr); > } catch(WSRPException e) { >=20 > // keep default > } > */ >=20 > This code is commented out and I don't know why. It's supposed to take th= e key > URL_TEMPLATE_PROCESSING (which is =ABprovider.doesurltemplateprocessing= =BB) from > the file WSRPServices.properties and initialize the field. Maybe is this > related with JIRA issue WSRP-47? >=20 --=20 Liang Chen in Shanghai, China From [email protected] Wed Dec 08 17:47:44 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77122 invoked from network); 8 Dec 2004 17:47:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 8 Dec 2004 17:47:44 -0000 Received: (qmail 64449 invoked by uid 500); 8 Dec 2004 17:47:43 -0000 Delivered-To: [email protected] Received: (qmail 64402 invoked by uid 500); 8 Dec 2004 17:47:42 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 64390 invoked by uid 99); 8 Dec 2004 17:47:42 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=DNS_FROM_RFC_ABUSE,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mail03.peoplesoft.com (HELO mail03.peoplesoft.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 08 Dec 2004 09:47:41 -0800 Received: from psh-mmsrel-01.peoplesoft.com (psh-mmsrel-01.peoplesoft.com [161.129.204.104]) by mail03.peoplesoft.com (8.12.10/8.12.9) with ESMTP id iB8HlZTD008092 for <[email protected]>; Wed, 8 Dec 2004 09:47:36 -0800 (PST) Received: from 161.129.204.104 by psh-mms-01.peoplesoft.com with ESMTP ( 220 MMS Policy Servers (MMS v5.5.2)); Wed, 08 Dec 2004 09:47:19 -0700 Subject: Re: Unknown commented code in org.apache.wsrp4j.producer.provider.pluto.driver.DescriptionHandlerImpl To: [email protected] X-Mailer: Lotus Notes Release 5.0.8 June 18, 2001 Message-ID: <[email protected]> From: [email protected] Date: Wed, 8 Dec 2004 09:47:18 -0800 X-MIMETrack: Serialize by Router on SMTP03/Server/PSExternal( 652HF103|July 23, 2004) at 12/08/2004 09:47:19 AM MIME-Version: 1.0 X-WSS-ID: 6DA9E1AD1304026-01-01 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N One workaround is to have your consumer pass an artificial template containing rewrite tags... Here is an example template: wsrp_rewrite?wsrp-urlType={wsrp-urlType}&amp;wsrp-navigationalState={wsrp-navigationalState}&amp;wsrp-interactionState={wsrp-interactionState}&amp;wsrp-mode={wsrp-mode}&amp;wsrp-windowState={wsrp-windowState}&amp;wsrp-url={wsrp-url}&amp;wsrp-requiresRewrite={wsrp-requiresRewrite}&amp;wsrp-portletHandle={wsrp-portletHandle}&amp;wsrp-userContextKey={wsrp-userContextKey}&amp;wsrp-portletInstanceKey={wsrp-portletInstanceKey}&amp;wsrp-sessionID={wsrp-sessionID}/wsrp_rewrite p.s. This won't be your best performing but it does allow communication to occur with producer portlets that only support templates... From [email protected] Fri Dec 10 17:36:35 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76023 invoked from network); 10 Dec 2004 17:36:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 10 Dec 2004 17:36:35 -0000 Received: (qmail 5234 invoked by uid 500); 10 Dec 2004 17:36:03 -0000 Delivered-To: [email protected] Received: (qmail 5068 invoked by uid 500); 10 Dec 2004 17:36:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 4971 invoked by uid 99); 10 Dec 2004 17:35:58 -0000 X-ASF-Spam-Status: No, hits=1.0 required=10.0 tests=RCVD_BY_IP,SORTED_RECIPS,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 10 Dec 2004 09:35:53 -0800 Received: by rproxy.gmail.com with SMTP id 40so306229rnz for <[email protected]>; Fri, 10 Dec 2004 09:35:42 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=lmGtJ8gpPCBc+zxBmRu5sjDpXGSnvGvSCrI+D0FxlnTzIkel8jgSLHI+opHq/8Ki6TJNPHsAXug+MDBuGbnqjV79e0qre9YGXDgPcmPP9FCUQjZHG/Mb8I6FR2DdGdWpKQgCOkHdpTrVtbO5O6WxI6NXGi0QdksfAChVr46zmxw= Received: by 161.129.204.104 with SMTP id d19mr635008rng; Fri, 10 Dec 2004 09:29:02 -0800 (PST) Received: by 161.129.204.104 with HTTP; Fri, 10 Dec 2004 09:29:02 -0800 (PST) Message-ID: <[email protected]> Date: Fri, 10 Dec 2004 12:29:02 -0500 From: Davanum Srinivas <[email protected]> Reply-To: [email protected] To: [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected] Subject: Re: Report to the Apache Board for Dec 2004 In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <[email protected]> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Folks, [SORRY! for the cross-posting] Can you please add news/issues about your projects on the wiki? (http://wiki.apache.org/ws/ReportForDec2004) Thanks, dims On Wed, 1 Dec 2004 07:14:15 -0500, Davanum Srinivas <[email protected]> wrote: > Yes, it's time for a report to the Board. I'd encourage everyone to > pitch in as usual on wiki > (http://wiki.apache.org/ws/ReportForDec2004). For the new committers, > here are the old reports if you want a sense of what goes into it > (http://wiki.apache.org/ws/FrontPage/BoardReports) > > thanks, > dims > > -- > Davanum Srinivas - http://webservices.apache.org/~dims/ > -- Davanum Srinivas - http://webservices.apache.org/~dims/ From [email protected] Tue Dec 14 13:11:04 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2757 invoked from network); 14 Dec 2004 13:11:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 14 Dec 2004 13:11:03 -0000 Received: (qmail 3871 invoked by uid 500); 14 Dec 2004 13:11:02 -0000 Delivered-To: [email protected] Received: (qmail 3842 invoked by uid 500); 14 Dec 2004 13:11:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 3818 invoked by uid 99); 14 Dec 2004 13:11:00 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from exchange.sun.com (HELO exchange.sun.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 14 Dec 2004 05:10:57 -0800 Received: (qmail 11033 invoked from network); 14 Dec 2004 13:10:55 -0000 Received: from localhost (HELO nagoya) (161.129.204.104) by nagoya.betaversion.org with SMTP; 14 Dec 2004 13:10:55 -0000 Message-ID: <13908571.1103029855389.JavaMail.apache@nagoya> Date: Tue, 14 Dec 2004 05:10:55 -0800 (PST) From: "denis queffeulou (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (WSRP4J-49) getRemoteUser returns null Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N getRemoteUser returns null -------------------------- Key: WSRP4J-49 URL: http://nagoya.apache.org/jira/browse/WSRP4J-49 Project: WSRP4J Type: Improvement Components: Producer Versions: unspecified Environment: Weblogic portal 8.1SP3 runs the consumer portlet with a login portlet. WSRP4J runs the producer. Reporter: denis queffeulou Priority: Minor When the user logs on the portal, the RenderRequest.getRemoteUser() must return it's username but it returns always null. I have a proposition of patch for this problem. The idea is to use the userContextKey. That seems to work for me. I changed the following classes: org.apache.wsrp4j.producer.provider.pluto.driver.PortletInvokerImpl in invokeGetMarkup I added (after new WSRPServletRequestWrapperImpl): // set remote user if (request.getUserContext() != null) { ((WSRPServletRequestWrapperImpl)servletRequest).setUserContextKey(request.getUserContext().getUserContextKey()); } org.apache.wsrp4j.producer.provider.pluto.driver.WSRPServletRequestWrapperImpl I added the setUserContextKey() and getRemoteUser() : public String getRemoteUser() { return this.userContextKey; } void setUserContextKey(String userContextKey) { this.userContextKey = userContextKey; } -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://nagoya.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira From [email protected] Tue Dec 14 14:28:27 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82407 invoked from network); 14 Dec 2004 14:28:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 14 Dec 2004 14:28:26 -0000 Received: (qmail 25623 invoked by uid 500); 14 Dec 2004 14:28:08 -0000 Delivered-To: [email protected] Received: (qmail 25514 invoked by uid 500); 14 Dec 2004 14:28:06 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 25407 invoked by uid 99); 14 Dec 2004 14:28:04 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from exchange.sun.com (HELO exchange.sun.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 14 Dec 2004 06:28:01 -0800 Received: (qmail 12520 invoked from network); 14 Dec 2004 14:27:59 -0000 Received: from localhost (HELO nagoya) (161.129.204.104) by nagoya.betaversion.org with SMTP; 14 Dec 2004 14:27:59 -0000 Message-ID: <305744923.1103034479645.JavaMail.apache@nagoya> Date: Tue, 14 Dec 2004 06:27:59 -0800 (PST) From: "Bernie Durfee (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (WSRP4J-50) Build scripts don't handle spaces in paths Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Build scripts don't handle spaces in paths ------------------------------------------ Key: WSRP4J-50 URL: http://nagoya.apache.org/jira/browse/WSRP4J-50 Project: WSRP4J Type: Bug Components: Install Environment: NT Reporter: Bernie Durfee The build scripts, .bat files, do not handle paths with spaces. The string '%~dp0' substitutes the absolute path, which if it contains spaces will confuse the script. Double quotes should be added to ensure that the path is treated as a complete string. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://nagoya.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira From [email protected] Sun Dec 19 18:26:21 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17034 invoked from network); 19 Dec 2004 18:26:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 19 Dec 2004 18:26:21 -0000 Received: (qmail 41376 invoked by uid 500); 19 Dec 2004 18:26:21 -0000 Delivered-To: [email protected] Received: (qmail 41245 invoked by uid 500); 19 Dec 2004 18:26:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 41233 invoked by uid 500); 19 Dec 2004 18:26:20 -0000 Delivered-To: [email protected] Received: (qmail 41228 invoked by uid 99); 19 Dec 2004 18:26:20 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Sun, 19 Dec 2004 10:26:20 -0800 Received: (qmail 16976 invoked by uid 1729); 19 Dec 2004 18:26:18 -0000 Date: 19 Dec 2004 18:26:18 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: ws-wsrp4j/build build.properties.example build.xml X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jacob 2004/12/19 10:26:18 Modified: build build.properties.example build.xml Log: enable deployment on tomcat 5 for example to use Pluto's binary distibution Revision Changes Path 1.3 +2 -0 ws-wsrp4j/build/build.properties.example Index: build.properties.example =================================================================== RCS file: /home/cvs/ws-wsrp4j/build/build.properties.example,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build.properties.example 11 Jun 2004 11:47:50 -0000 1.2 +++ build.properties.example 19 Dec 2004 18:26:18 -0000 1.3 @@ -16,4 +16,6 @@ TOMCAT_HOME=D:/Apache/Tomcat // the port tomcat is listening on TOMCAT_PORT=8080 +// tomcat major version +tomcat.major.version=5 1.14 +21 -0 ws-wsrp4j/build/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/ws-wsrp4j/build/build.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- build.xml 16 Jun 2004 13:01:19 -0000 1.13 +++ build.xml 19 Dec 2004 18:26:18 -0000 1.14 @@ -334,9 +334,30 @@ <include name="${final.shared.name}.jar"/> </fileset> </copy> + <antcall target="copy.wsrp.xml"></antcall> + </target> + + <target name="copy.wsrp.xml" depends="tomcat.major.check"> + <antcall target="copy.wsrp.xml.4"></antcall> + <antcall target="copy.wsrp.xml.5"></antcall> + </target> + + <!-- for now we assume localhost as the configured host --> + <target name="copy.wsrp.xml.5" if="tomcat.major.5"> + <echo message="Tomcat version 5 set"></echo> + <copy file="${wsrp.xml}" todir="${TOMCAT_HOME}/conf/Catalina/localhost" overwrite="true"/> + </target> + + <target name="copy.wsrp.xml.4" if="tomcat.major.4"> + <echo message="Tomcat version 4 set"></echo> <copy file="${wsrp.xml}" todir="${TOMCAT_HOME}/webapps" overwrite="true"/> </target> + <target name="tomcat.major.check"> + <condition property="tomcat.major.4"><equals arg1="${tomcat.major.version}" arg2="4"/></condition> + <condition property="tomcat.major.5"><equals arg1="${tomcat.major.version}" arg2="5"/></condition> + </target> + <!-- ================================================================== --> <!-- copy pluto provider files to tomcat --> <!-- ================================================================== --> From [email protected] Thu Dec 30 01:19:32 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76076 invoked from network); 30 Dec 2004 01:19:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 30 Dec 2004 01:19:32 -0000 Received: (qmail 78815 invoked by uid 500); 30 Dec 2004 01:19:31 -0000 Delivered-To: [email protected] Received: (qmail 78796 invoked by uid 500); 30 Dec 2004 01:19:31 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 78783 invoked by uid 99); 30 Dec 2004 01:19:31 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy includes SPF [email protected]) Received: from exprod6ob6.obsmtp.com (HELO psmtp.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 29 Dec 2004 17:19:28 -0800 Received: from source ([161.129.204.104]) by exprod6ob6.obsmtp.com ([161.129.204.104]) with SMTP; Wed, 29 Dec 2004 17:19:08 PST Received: from triangulum1.broadvision.com (triangulum1.broadvision.com [161.129.204.104]) by nebula3.broadvision.com (8.10.2+Sun/8.10.2) with ESMTP id iBU1Ipr27303 for <[email protected]>; Wed, 29 Dec 2004 17:18:51 -0800 (PST) Received: from rw-gw-02.BroadVision.com (localhost [161.129.204.104]) by triangulum1.broadvision.com (8.9.3+Sun/8.9.3) with ESMTP id RAA20990 for <[email protected]>; Wed, 29 Dec 2004 17:19:37 -0800 (PST) Received: by rw-gw-02.broadvision.com with Internet Mail Service (5.5.2655.55) id <4FN14VTC>; Wed, 29 Dec 2004 17:19:23 -0800 Message-ID: <[email protected]> From: "Chang, Claire" <[email protected]> To: "'[email protected]'" <[email protected]> Subject: portlet mode and window state Date: Wed, 29 Dec 2004 17:19:21 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.55) Content-Type: text/plain; charset="iso-8859-1" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello guys, I have a pluto consumer and a wsrp4j producer. After some initial testing, i noticed that all the links generated by the producer (and rewritten by the consumer) all revert the window state back to normal and portlet mode back to view ignoring the current mode and state. After some debugging, it seems to me that the current state and current mode are being passed to producer but never get to set to PortletURLProvider. That's why the links generated at the producer side always have the effect of changing the state to normal and mode to view. I checked the project database and am not able to find a bug related to this. Is this a bug? Thanks, Claire From [email protected] Thu Dec 30 03:47:21 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37354 invoked from network); 30 Dec 2004 03:47:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 30 Dec 2004 03:47:21 -0000 Received: (qmail 45356 invoked by uid 500); 30 Dec 2004 03:47:20 -0000 Delivered-To: [email protected] Received: (qmail 45223 invoked by uid 500); 30 Dec 2004 03:47:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 45211 invoked by uid 99); 30 Dec 2004 03:47:19 -0000 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=BLANK_LINES_70_80,DNS_FROM_RFC_ABUSE,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mail03.peoplesoft.com (HELO mail03.peoplesoft.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 29 Dec 2004 19:47:15 -0800 Received: from psh-mmsrel-01.peoplesoft.com (psh-mmsrel-01.peoplesoft.com [161.129.204.104]) by mail03.peoplesoft.com (8.12.10/8.12.9) with ESMTP id iBU3l54m013563 for <[email protected]>; Wed, 29 Dec 2004 19:47:05 -0800 (PST) Received: from 161.129.204.104 by psh-mms-01.peoplesoft.com with ESMTP ( 220 MMS Policy Servers (MMS v5.6.3)); Wed, 29 Dec 2004 19:46:56 -0800 X-Server-Uuid: 6184287B-56E5-41B1-93A8-9374BD7F6DF4 Subject: Re: portlet mode and window state To: [email protected] X-Mailer: Lotus Notes Release 5.0.11 July 24, 2002 Message-ID: <[email protected]> From: [email protected] Date: Wed, 29 Dec 2004 19:46:54 -0800 X-MIMETrack: Serialize by Router on SMTP03/Server/PSExternal( 652HF103|July 23, 2004) at 12/29/2004 07:46:56 PM MIME-Version: 1.0 X-WSS-ID: 6DCDA5BA0FG8271643-01-01 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Could it be related to: http://nagoya.apache.org/jira/browse/WSRP4J-43 From [email protected] Thu Dec 30 22:52:23 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66461 invoked from network); 30 Dec 2004 22:52:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 30 Dec 2004 22:52:23 -0000 Received: (qmail 41081 invoked by uid 500); 30 Dec 2004 22:52:22 -0000 Delivered-To: [email protected] Received: (qmail 41034 invoked by uid 500); 30 Dec 2004 22:52:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 41017 invoked by uid 99); 30 Dec 2004 22:52:21 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy includes SPF [email protected]) Received: from exprod6ob5.obsmtp.com (HELO psmtp.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 30 Dec 2004 14:52:18 -0800 Received: from source ([161.129.204.104]) by exprod6ob5.obsmtp.com ([161.129.204.104]) with SMTP; Thu, 30 Dec 2004 14:52:00 PST Received: from triangulum1.broadvision.com (triangulum1.broadvision.com [161.129.204.104]) by nebula3.broadvision.com (8.10.2+Sun/8.10.2) with ESMTP id iBUMpgr06360 for <[email protected]>; Thu, 30 Dec 2004 14:51:42 -0800 (PST) Received: from rw-gw-01.BroadVision.com (localhost [161.129.204.104]) by triangulum1.broadvision.com (8.9.3+Sun/8.9.3) with ESMTP id OAA00679 for <[email protected]>; Thu, 30 Dec 2004 14:52:28 -0800 (PST) Received: by rw-gw-01.broadvision.com with Internet Mail Service (5.5.2655.55) id <ZA5PK9QC>; Thu, 30 Dec 2004 14:52:15 -0800 Message-ID: <[email protected]> From: "Chang, Claire" <[email protected]> To: "'[email protected]'" <[email protected]> Subject: RE: portlet mode and window state Date: Thu, 30 Dec 2004 14:52:11 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.55) Content-Type: text/plain X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I think they are different. WSRP4J-43 says that the new state and new mode set in processAction are not returned to remote consumer. This one is about encoding correct mode and state information in the urls. Seems like WSRP4J's PortletURLProviderImpl.java doe not honor the current mode and state when creating url strings. The current mode and state info are available in MarkupParams. I don't know how they should be passed into PortletURLProviderImpl. Maybe through DynamicInformationProvider? In the original pluto implementation, PortletURLProvider has access to PortalURL which has access to the portlet runtime state stored in PortalControlParameter. -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Wednesday, December 29, 2004 7:47 PM To: [email protected] Subject: Re: portlet mode and window state Could it be related to: http://nagoya.apache.org/jira/browse/WSRP4J-43
From [email protected] Sun Feb 10 18:53:52 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44892 invoked from network); 10 Feb 2008 18:53:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Feb 2008 18:53:52 -0000 Received: (qmail 70273 invoked by uid 500); 10 Feb 2008 18:53:46 -0000 Delivered-To: [email protected] Received: (qmail 70259 invoked by uid 500); 10 Feb 2008 18:53:46 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pdfbox-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 70250 invoked by uid 99); 10 Feb 2008 18:53:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Feb 2008 10:53:46 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wx-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Feb 2008 18:53:16 +0000 Received: by wx-out-0506.google.com with SMTP id h30so3818569wxd.21 for <[email protected]>; Sun, 10 Feb 2008 10:53:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=i8zxXZHY15AhoFewpN+p4TkTTD9zgHDL6ziAH1cwZbM=; b=duBhxJ+vEuytXL9ATnWVGmOCkiZNQWqFHJlsmf/NasvQsY8XPMI/K+rZMxG8q/UDzAdokDLe1Y1ce/htyfBL2UzzCKukQc5EVHGDtcjYg4BsJxVupYSLJeiSTm3q/2TyqVLVBZtsdyCXFxZop/j5zs5giedfYxQcBFUNGLGMwNk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=DkYFuHJPP6XoR766tU7++3FF1nkgNtE3EjE1Oj07YpjEGEPT5eu2fyIKxBaSISuzas/p8l3kZF8rUhdGye4jGcIeCYNEFqgCu5NUq9WN90XXgHFgM7NCksA8RejEU6d0n3STwnWUrnjkHHrfsbuNGl5LG0iJj0GUBTop1A872+8= Received: by 161.129.204.104 with SMTP id l11mr4053758wfo.15.1202669602326; Sun, 10 Feb 2008 10:53:22 -0800 (PST) Received: by 161.129.204.104 with HTTP; Sun, 10 Feb 2008 10:53:22 -0800 (PST) Message-ID: <[email protected]> Date: Sun, 10 Feb 2008 20:53:22 +0200 From: "Jukka Zitting" <[email protected]> To: [email protected] Subject: Welcome to Apache PDFBox! MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi, Welcome to the Apache PDFBox project! The mailing lists are now up and running and we have Subversion directory and a Jira project. Ben and Daniel, to set up your committer accounts, I need you to sign and send a CLA [1] and let me know the apache.org username you'd prefer to have. You can check [2] to avoid username conflicts. We have the following three mailing lists: * [email protected] * [email protected] * [email protected] I've taken the liberty to seed the lists with all the initial committers and mentors from the PDFBox proposal: * [email protected] * [email protected] * [email protected] * [email protected] * [email protected] * [email protected] You can use the standard ezmlm -subscribe and -unsubscribe addresses to modify your subscriptions if you like. [1] http://www.apache.org/licenses/#clas [2] http://people.apache.org/~jim/committers.html BR, Jukka Zitting From [email protected] Mon Feb 11 02:44:19 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57541 invoked from network); 11 Feb 2008 02:44:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Feb 2008 02:44:19 -0000 Received: (qmail 56196 invoked by uid 500); 11 Feb 2008 02:44:13 -0000 Delivered-To: [email protected] Received: (qmail 56180 invoked by uid 500); 11 Feb 2008 02:44:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pdfbox-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 56171 invoked by uid 99); 11 Feb 2008 02:44:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Feb 2008 18:44:12 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO yorktown.networkredux.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2008 02:43:28 +0000 Received: from [161.129.204.104] (helo=[161.129.204.104]) by yorktown.networkredux.net with esmtpa (Exim 4.63) (envelope-from <[email protected]>) id 1JOOeE-00025f-3x for [email protected]; Sun, 10 Feb 2008 18:43:58 -0800 Message-ID: <[email protected]> Date: Sun, 10 Feb 2008 21:43:53 -0500 From: Ben Litchfield <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20071031) MIME-Version: 1.0 To: [email protected] Subject: Re: Welcome to Apache PDFBox! References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - yorktown.networkredux.net X-AntiAbuse: Original Domain - incubator.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - benlitchfield.com X-Source: X-Source-Args: X-Source-Dir: X-Virus-Checked: Checked by ClamAV on apache.org Hi Jukka, Please use blitchfield for my username, the CLA is in the mail. Ben Jukka Zitting wrote: > Hi, > > Welcome to the Apache PDFBox project! The mailing lists are now up and > running and we have Subversion directory and a Jira project. > > Ben and Daniel, to set up your committer accounts, I need you to sign > and send a CLA [1] and let me know the apache.org username you'd > prefer to have. You can check [2] to avoid username conflicts. > > We have the following three mailing lists: > > * [email protected] > * [email protected] > * [email protected] > > I've taken the liberty to seed the lists with all the initial > committers and mentors from the PDFBox proposal: > > * [email protected] > * [email protected] > * [email protected] > * [email protected] > * [email protected] > * [email protected] > > You can use the standard ezmlm -subscribe and -unsubscribe addresses > to modify your subscriptions if you like. > > [1] http://www.apache.org/licenses/#clas > [2] http://people.apache.org/~jim/committers.html > > BR, > > Jukka Zitting > From [email protected] Mon Feb 11 08:57:21 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28981 invoked from network); 11 Feb 2008 08:57:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Feb 2008 08:57:21 -0000 Received: (qmail 75093 invoked by uid 500); 11 Feb 2008 08:57:14 -0000 Delivered-To: [email protected] Received: (qmail 75076 invoked by uid 500); 11 Feb 2008 08:57:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pdfbox-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 75067 invoked by uid 99); 11 Feb 2008 08:57:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2008 00:57:14 -0800 X-ASF-Spam-Status: No, hits=3.0 required=10.0 tests=SPF_PASS,TVD_PH_REC X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO hs-out-2122.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2008 08:56:44 +0000 Received: by hs-out-2122.google.com with SMTP id n78so2105346hsc.12 for <[email protected]>; Mon, 11 Feb 2008 00:56:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=645LeS4WUllXGfoqaXPlZRfZZ9oZ7bE2eelWxl6Tcl4=; b=B8jE6nSadRFpdHC8cjdHcN4xte449+OevxzH9GywskiDEZXXy+i8Q7tcWckjfUMqI6utC+FbUDsgcZnTaCiNKwMdURTaAddAmB5H2Zj3NEUnhW2/S74Slv8L6BnOVDoAezkaIzQU3x83Wb6ig8ezC6LUhIDPHB0tzCGc8EfSCgo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ztti2ejRHtvSOZt2FSbU2LKosPR+nBupp22+S5wBZrcGf+FWdjnVaZzQ03tW3L9W95J/pM97Ca5ehlbvBv3UOfRebrvCxSMFGBqPUIPpM3xGdDxWDe3WtY33hW7YdzoPF0ZqgExK2ZId+4p7BXFXSraH6kgK9LzOyyfO0NJJBeA= Received: by 161.129.204.104 with SMTP id g17mr3758530wfe.234.1202720210691; Mon, 11 Feb 2008 00:56:50 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 11 Feb 2008 00:56:50 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 11 Feb 2008 10:56:50 +0200 From: "Jukka Zitting" <[email protected]> To: [email protected] Subject: Re: Welcome to Apache PDFBox! In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Feb 11, 2008 4:43 AM, Ben Litchfield <[email protected]> wrote: > Please use blitchfield for my username, the CLA is in the mail. Thanks! I'll request your account as soon as the CLA has been recorded by the ASF secretary. BR, Jukka Zitting From [email protected] Mon Feb 11 13:59:39 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29268 invoked from network); 11 Feb 2008 13:59:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Feb 2008 13:59:39 -0000 Received: (qmail 35964 invoked by uid 500); 11 Feb 2008 13:59:32 -0000 Delivered-To: [email protected] Received: (qmail 35951 invoked by uid 500); 11 Feb 2008 13:59:32 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pdfbox-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 35942 invoked by uid 99); 11 Feb 2008 13:59:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2008 05:59:32 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO fk-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2008 13:59:02 +0000 Received: by fk-out-0910.google.com with SMTP id 18so5374036fks.12 for <[email protected]>; Mon, 11 Feb 2008 05:59:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=SjkU29agGlSTuBWoT4yPseeQi7M2yJ1ktzAp8Sv5pb4=; b=I/mxXbF8z3QAgnlrNuAgSMOBOJCTL1QzWKVNJ9z9B9uwRJ/lyZkSAw4aEoR38PmrAV9T0yt6mVIHp5f40ixa5E/iqyRVB+I2/eT1Qm/gWhxEVzkdyMZHAQded3RRKfKbc///Jv2ssWf7MxKTd50JWnPgWxtspbxzwdI4XdIO0zo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=A7Kjf6b9bmb/KtUeBDQM0hxNG4LM3zgf4u/Ca5/w8YWgLJd5yrKlBxu/SNUC9ZvmePLohbSZAZmsQsCK3M3j7uQKxP8wdQuTNm512pWLXwJelx2cOzCJAPsxmFWK4R3jAxGBUVfXEVIwddT1ejROqrVUyDN/kxGpS1i3dEmYQIY= Received: by 161.129.204.104 with SMTP id v7mr27310bud.10.1202738348297; Mon, 11 Feb 2008 05:59:08 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 11 Feb 2008 05:59:08 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 11 Feb 2008 08:59:08 -0500 From: "Daniel Wilson" <[email protected]> To: [email protected] Subject: Re: Welcome to Apache PDFBox! In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_39727_13579626.1202738348290" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_39727_13579626.1202738348290 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline My CLA is also in the mail. Please call me DanielWilson. Thanks. Daniel Wilson On Feb 10, 2008 1:53 PM, Jukka Zitting <[email protected]> wrote: > Hi, > > Welcome to the Apache PDFBox project! The mailing lists are now up and > running and we have Subversion directory and a Jira project. > > Ben and Daniel, to set up your committer accounts, I need you to sign > and send a CLA [1] and let me know the apache.org username you'd > prefer to have. You can check [2] to avoid username conflicts. > > We have the following three mailing lists: > > * [email protected] > * [email protected] > * [email protected] > > I've taken the liberty to seed the lists with all the initial > committers and mentors from the PDFBox proposal: > > * [email protected] > * [email protected] > * [email protected] > * [email protected] > * [email protected] > * [email protected] > > You can use the standard ezmlm -subscribe and -unsubscribe addresses > to modify your subscriptions if you like. > > [1] http://www.apache.org/licenses/#clas > [2] http://people.apache.org/~jim/committers.html<http://people.apache.org/%7Ejim/committers.html> > > BR, > > Jukka Zitting > ------=_Part_39727_13579626.1202738348290-- From [email protected] Tue Feb 12 17:09:48 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83427 invoked from network); 12 Feb 2008 17:09:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Feb 2008 17:09:48 -0000 Received: (qmail 30905 invoked by uid 500); 12 Feb 2008 17:09:42 -0000 Delivered-To: [email protected] Received: (qmail 30893 invoked by uid 500); 12 Feb 2008 17:09:42 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pdfbox-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 30882 invoked by uid 99); 12 Feb 2008 17:09:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2008 09:09:42 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wa-out-1112.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2008 17:09:08 +0000 Received: by wa-out-1112.google.com with SMTP id n4so8468138wag.6 for <[email protected]>; Tue, 12 Feb 2008 09:09:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=6Q+uJQQLUKHiSk76zQvqrcqCd+KhA2xIhXNlj4pWPm4=; b=rptD6DLQxPydU81JrFgdFiMmoIvb0ULWzHl5g4ImwZSbZomtiUiQNB6PXO54oyUs0g1CUZdpXb42jMkA4Rlir4HuAJ1Fm979MjnavmMZmqym5GSO6ZZKIA6Cg+oNTAjg97Jp7pwKwn3e1Hb2QPy8IgKomXRUQoPgi1pGd7NTd4g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WPLOA2KtDR9AmHOV6BHUsOQjgiQhLP0vgKmptu7CWQnE2P0VWwJPEtL/LTpvrDWrFWPsJkHz6/UXWBF+XRY9oy4Bgwo+4E6YQrNc4wBMEXlq3wZrzjNSUAVIwYdEoB5YqdWGipUNnA3csIS1v1yk7oLjkGTbbVrqyn53TBa7vmg= Received: by 161.129.204.104 with SMTP id q1mr1721977wae.74.1202836155830; Tue, 12 Feb 2008 09:09:15 -0800 (PST) Received: by 161.129.204.104 with HTTP; Tue, 12 Feb 2008 09:09:15 -0800 (PST) Message-ID: <[email protected]> Date: Tue, 12 Feb 2008 17:09:15 +0000 From: "Niall Pemberton" <[email protected]> To: [email protected] Subject: Fwd: PDFBox licensing issues. In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: base64 Content-Disposition: inline References: <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org LS0tLS0tLS0tLSBGb3J3YXJkZWQgbWVzc2FnZSAtLS0tLS0tLS0tCkZyb206IFRoaWxvIEdvZXR6 IDx0d2dvZXR6QGdteC5kZT4KRGF0ZTogMjAwOC8yLzEyClN1YmplY3Q6IFJlOiBQREZCb3ggbGlj ZW5zaW5nIGlzc3Vlcy4KVG86IHRpa2EtZGV2QGluY3ViYXRvci5hcGFjaGUub3JnCgoKTmlhbGwg UGVtYmVydG9uIHdyb3RlOgo+IE9uIEZlYiAxMiwgMjAwOCAyOjMxIFBNLCBBbnRvbmkgTXmza2Eg PGFudG9uaS5teWxrYUBnbWFpbC5jb20+IHdyb3RlOgo+PiBIZWxsbyBUaWthIQo+PiBIZWxsbyBB cGVydHVyZSEKPj4KPj4gV2UgKHRoZSBBcGVydHVyZSBwcm9qZWN0KSBoYXZlIHJlY2VudGx5IHVw ZGF0ZWQgdGhlIHBkZmJveCB0byB0aGUKPj4gY3VycmVudCB0cnVuayB2ZXJzaW9uLiBJdCBzZWVt cyB0aGF0IHRoZXkndmUgaW50cm9kdWNlZCBhIG5ldyBkZXBlbmRlbmN5Cj4+IG9uIHRoZSBKYXZh IEFkdmFuY2VkIEltYWdpbmcgQVBJIChKQUkpLiBUaGUgcHJvYmxlbSBpcyB0aGF0IEpBSSBpbXBv c2VzCj4+IGNlcnRhaW4gY29uc3RyYWludHMgb24gcmVkaXN0cmlidXRpb24uIFRoZXkgYXJlIHN1 bW1hcml6ZWQgaGVyZToKPj4KPj4gPGh0dHA6Ly9kb3dubG9hZC5qYXZhLm5ldC9tZWRpYS9qYWkv YnVpbGRzL3JlbGVhc2UvMV8xXzMvRElTVFJJQlVUSU9OUkVBRE1FLWphaS50eHQ+Cj4+Cj4+IEkg ZG9uJ3QgdW5kZXJzdGFuZCBpdCBhbmQgSSB0aG91Z2h0IGl0IG1pZ2h0IGJlIHJlbGV2YW50IHRv IGJvdGgKPj4gY29tbXVuaXRpZXMuIEhvdyBkbyB5b3UgaW50ZXJwcmV0IHRoaXM/IFJ1bW91ciBo YXMgaXQgdGhhdCBwZGZib3ggaXMgdG8KPj4gam9pbiBBU0YsIHdoaWNoIGhhcyBzdHJpY3QgbGVn YWwgcG9saWNpZXMuCj4KPiBZZXMgUERGQm94IGhhcyBqdXN0IGJlZW4gYWNjZXB0ZWQgYXMgYW4g SW5jdWJhdG9yIHByb2plY3QgYXQgdGhlIEFTRjoKPiAgIGh0dHA6Ly9pbmN1YmF0b3IubWFya21h aWwub3JnL21lc3NhZ2UvbmZ0bmozanFhb3lhbXpsbQo+Cj4gT25lIG9mIHRoZSB0YXNrcyBvZiBh IHByb2plY3QgaW5jdWJhdGluZyBhdCBBcGFjaGUgaXMgdGhhdCBsaWNlbnNpbmcKPiBpc3N1ZXMg YXJlIHNvcnRlZCBvdXQgYmVmb3JlIGEgcHJvamVjdCBjYW4gImdyYWR1YXRlIiBmcm9tIHRoZQo+ IGluY3ViYXRvciB0byBiZWNvbWUgYSBmdWxseS1mbGVkZ2VkIEFTRiBwcm9qZWN0Cj4KPiBOaWFs bAoKRllJLCB0aGUgY3VycmVudCB0aGlua2luZyBzZWVtcyB0byBiZSB0aGF0IHRoZSBKQUkgamFy cyBjYW4ndApiZSBkaXN0cmlidXRlZCB3aXRoIEFwYWNoZSBjb2RlLiAgU2VlIGZvciBleGFtcGxl Cmh0dHA6Ly9tYXJrbWFpbC5vcmcvbWVzc2FnZS9kbDV3anl1b2R3MzVic29hCgpXZSB1c2UgSkFJ IGluIFVJTUEgdG8gYnVpbGQgb3VyIGRvY3VtZW50YXRpb24gKHZpYSBkb2Nib29rKSwKYnV0IHlv dSBuZWVkIHRvIGdpdmUgdGhlIGJ1aWxkIHNjcmlwdCBwZXJtaXNzaW9uIHRvIGRvd25sb2FkCml0 IGR1cmluZyB0aGUgYnVpbGQuCgpBcyBsb25nIGFzIFRpa2EgZG9lcyBvbmx5IHNvdXJjZSBkaXN0 cm9zLCBpdCdzIGxlZ2FsbHkgb2sgdG8KaGF2ZSBhIHRyYW5zaXRpdmUgZGVwZW5kZW5jeSBvbiBK QUksIGFzIGl0J3Mgbm90IGJlaW5nIGRpc3RyaWJ1dGVkLgpBcGVydHVyZSBtYXkgaGF2ZSBtb3Jl IGxlZ2FsIGxlZXdheS4KCi0tVGhpbG8K From [email protected] Wed Feb 13 10:36:23 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44800 invoked from network); 13 Feb 2008 10:36:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Feb 2008 10:36:23 -0000 Received: (qmail 91082 invoked by uid 500); 13 Feb 2008 10:36:17 -0000 Delivered-To: [email protected] Received: (qmail 91071 invoked by uid 500); 13 Feb 2008 10:36:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pdfbox-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 91062 invoked by uid 99); 13 Feb 2008 10:36:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2008 02:36:17 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO el-out-1112.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2008 10:35:46 +0000 Received: by el-out-1112.google.com with SMTP id j27so5903476elf.6 for <[email protected]>; Wed, 13 Feb 2008 02:35:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=dv7Hl/hy80tiTjWUKq6HjMnJiQOaDcTP8wPkjHLKRGk=; b=sYqvOMh3zox/7XPeLviduPc4Mh0O1edy6XJvUKJpoCZZ0qV33S3VvC8BHl6Sc3RA5gFMOnhjuIPEyvNuebfRu7TlDzolEyrMckGX1+NPeiOaAykFtaTBC8jYBhwmRAefnmsgT6pyHpYIXZNT5mi5Rl8ldwpRpNI3Yrk3xbJqDEQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=CnYJrxuS5W26ekT93NqJJuwC4XUD2WFRTd6lbgKm42ftZ+skhJ8gZc/r4Ye+WN860WJYRvFDuJOC2VyXsCJ6fSmQfNO3VFhsRGGo1eygm5SzpsfnEmoeh3ICXioPwbQ2uvC8Tf/zqG+6X4pgxuxsL6c6ejxyovmNe6f54rV6Wh8= Received: by 161.129.204.104 with SMTP id z7mr1960496wfe.47.1202898952333; Wed, 13 Feb 2008 02:35:52 -0800 (PST) Received: by 161.129.204.104 with HTTP; Wed, 13 Feb 2008 02:35:52 -0800 (PST) Message-ID: <[email protected]> Date: Wed, 13 Feb 2008 12:35:52 +0200 From: "Jukka Zitting" <[email protected]> To: [email protected] Subject: PDFBox report MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi, I submitted the following as the February report for PDFBox. The Incubator expects us to report our progress monthly for the first three months, and then quarterly until graduation. ---- PDFBox is an open source Java PDF library for working with PDF documents. PDFBox entered incubation on February 7th, 2008. The PDFBox project has just entered incubation, and we're currently setting up the project infrastructure. A question about the licensing of the JAI dependency was already voiced on the mailing list. ---- Feel free to comment and/or modify the report. BR, Jukka Zitting From [email protected] Wed Feb 13 10:44:44 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46814 invoked from network); 13 Feb 2008 10:44:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Feb 2008 10:44:44 -0000 Received: (qmail 98457 invoked by uid 500); 13 Feb 2008 10:44:38 -0000 Delivered-To: [email protected] Received: (qmail 98443 invoked by uid 500); 13 Feb 2008 10:44:38 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pdfbox-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 98434 invoked by uid 99); 13 Feb 2008 10:44:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2008 02:44:38 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO tux17.hoststar.ch) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2008 10:44:06 +0000 Received: from [161.129.204.104] (adsl-84-227-140-240.adslplus.ch [161.129.204.104]) (authenticated bits=0) by tux17.hoststar.ch (8.13.6/8.12.11) with ESMTP id m1DAiE0k026690 for <[email protected]>; Wed, 13 Feb 2008 11:44:15 +0100 Date: Wed, 13 Feb 2008 11:44:47 +0100 From: Jeremias Maerki <[email protected]> To: [email protected] Subject: Re: PDFBox report In-Reply-To: <[email protected]> References: <[email protected]> Message-Id: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Mailer: Becky! ver. 2.28.01 [en] X-Antivirus: avast! (VPS 080213-0, 13.02.2008), Outbound message X-Antivirus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org There's not really more to say, I guess. On 13.02.2008 11:35:52 Jukka Zitting wrote: > Hi, >=20 > I submitted the following as the February report for PDFBox. The > Incubator expects us to report our progress monthly for the first > three months, and then quarterly until graduation. >=20 > ---- > PDFBox is an open source Java PDF library for working with PDF > documents. PDFBox entered incubation on February 7th, 2008. >=20 > The PDFBox project has just entered incubation, and we're currently > setting up the project infrastructure. A question about the licensing > of the JAI dependency was already voiced on the mailing list. > ---- >=20 > Feel free to comment and/or modify the report. >=20 > BR, >=20 > Jukka Zitting Jeremias Maerki From [email protected] Sat Feb 16 16:10:38 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16534 invoked from network); 16 Feb 2008 16:10:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Feb 2008 16:10:38 -0000 Received: (qmail 82635 invoked by uid 500); 16 Feb 2008 16:10:32 -0000 Delivered-To: [email protected] Received: (qmail 82622 invoked by uid 500); 16 Feb 2008 16:10:32 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pdfbox-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 82613 invoked by uid 99); 16 Feb 2008 16:10:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Feb 2008 08:10:32 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO tux17.hoststar.ch) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Feb 2008 16:09:46 +0000 Received: from [161.129.204.104] (adsl-89-217-144-250.adslplus.ch [161.129.204.104]) (authenticated bits=0) by tux17.hoststar.ch (8.13.6/8.12.11) with ESMTP id m1GGAAX9003676 for <[email protected]>; Sat, 16 Feb 2008 17:10:11 +0100 Date: Sat, 16 Feb 2008 17:10:50 +0100 From: Jeremias Maerki <[email protected]> To: [email protected] Subject: Status file created Message-Id: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Mailer: Becky! ver. 2.28.01 [en] X-Antivirus: avast! (VPS 080215-0, 15.02.2008), Outbound message X-Antivirus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org I've just created the status file for PDFBox. This can be found at: https://svn.apache.org/repos/asf/incubator/public/trunk/site-author/project= s/pdfbox.xml It is used to track the most important items for the project while it goes through incubation. More info here: http://incubator.apache.org/guides/mentor.html#Initialize+Podling+Status+Pa= ge Jeremias Maerki From [email protected] Mon Feb 18 14:17:49 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 20950 invoked from network); 18 Feb 2008 14:17:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Feb 2008 14:17:49 -0000 Received: (qmail 38365 invoked by uid 500); 18 Feb 2008 14:17:43 -0000 Delivered-To: [email protected] Received: (qmail 38355 invoked by uid 500); 18 Feb 2008 14:17:43 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pdfbox-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 38346 invoked by uid 99); 18 Feb 2008 14:17:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Feb 2008 06:17:43 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wf-out-1314.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Feb 2008 14:17:11 +0000 Received: by wf-out-1314.google.com with SMTP id 23so495579wfg.21 for <[email protected]>; Mon, 18 Feb 2008 06:17:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=pQ4b1BxNpOvWeekUef3lUa05Vkbxh7ACOavz1RuISYA=; b=x/UzleCDgc3kiDnvFWtckfIDd1cm92KWZROp82ueGyGmUuvJ9/heHSRTYIGE9peKGpiMS7oli1htGf+IAS2qaDwyihnysL+Ug8i35glGip72+u/VnuR0kimVldo9iWsP2EbOma88xK1VksFiwcMGbFvfzIKzs9r2tAju6QQdXdw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qtUijwxRNIALS1SkoGpzgZr2YuNPQvUsc+Kw2G/7oO6po2ADB40XIz5KkzEDwLcJhwzKbnkQSOX8Bc39bhwWoUQPiuwfbUNbeXGMjIXwsJpaZAitUTe17aCB28aCiU0BHhtHAIZqUVwi3qkOFYeedp7FHKjO/i3koNKXreH2Yb8= Received: by 161.129.204.104 with SMTP id e6mr2335255wfb.205.1203344240186; Mon, 18 Feb 2008 06:17:20 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 18 Feb 2008 06:17:20 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 18 Feb 2008 16:17:20 +0200 From: "Jukka Zitting" <[email protected]> To: [email protected] Subject: Re: Welcome to Apache PDFBox! In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Feb 11, 2008 3:59 PM, Daniel Wilson <[email protected]> wrote: > My CLA is also in the mail. I haven't yet seen the CLAs recorded, but the last update is from Feb 10th before you sent the CLAs so I'll wait a few more days for the next update before bugging people about this. BR, Jukka Zitting From [email protected] Tue Feb 19 22:27:11 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93146 invoked from network); 19 Feb 2008 22:27:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Feb 2008 22:27:11 -0000 Received: (qmail 85650 invoked by uid 500); 19 Feb 2008 22:27:05 -0000 Delivered-To: [email protected] Received: (qmail 85632 invoked by uid 500); 19 Feb 2008 22:27:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pdfbox-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 85623 invoked by uid 99); 19 Feb 2008 22:27:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Feb 2008 14:27:05 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wr-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Feb 2008 22:26:33 +0000 Received: by wr-out-0506.google.com with SMTP id 67so7331337wri.6 for <[email protected]>; Tue, 19 Feb 2008 14:26:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Dn9LkVFteIW8lhMAuz69PKOhzk+sRHxKB1E2XTYK4XA=; b=w9eSTi25ZPUKtY3HQNBCdhbkQIGzsvfiCpiWsw+DCmdU4+lx4cagNXX/UWHXBe2NixIkbb4ptJReRLSC/lAt2GkZ4dI778GkHHn3eP/RL0IoWVS80L6KATdzCeNABEf/+ehqAPrp1CQ9zZdhHowN1vcAbZo5H0XLzMr3aFAAj68= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=K53ZmS8C4lrzvS5Yahinq7l/6OTLiLo1Q7sBbOkiT7uRWDk62IqMeVuNILkYxpn6Gka0HYcupsg735BTzQZLWj3qOoFd8HQF3TwEaR1Y9fAsAarM65h8XXEapZK5iCossKukswn3Zel9kOWtIaK9qMxUYvyz0t06/AP59QKY4Ic= Received: by 161.129.204.104 with SMTP id k2mr3201375wff.119.1203459999389; Tue, 19 Feb 2008 14:26:39 -0800 (PST) Received: by 161.129.204.104 with HTTP; Tue, 19 Feb 2008 14:26:39 -0800 (PST) Message-ID: <[email protected]> Date: Wed, 20 Feb 2008 00:26:39 +0200 From: "Jukka Zitting" <[email protected]> To: [email protected] Subject: Re: Status file created In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Feb 16, 2008 6:10 PM, Jeremias Maerki <[email protected]> wrote: > I've just created the status file for PDFBox. This can be found at: > https://svn.apache.org/repos/asf/incubator/public/trunk/site-author/projects/pdfbox.xml Cool, thanks! I pushed it to the Incubator web site, see http://incubator.apache.org/projects/pdfbox.html. Still no update on the CLAs, I'll keep you posted... BR, Jukka Zitting From [email protected] Wed Feb 20 09:50:24 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18108 invoked from network); 20 Feb 2008 09:50:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Feb 2008 09:50:24 -0000 Received: (qmail 89554 invoked by uid 500); 20 Feb 2008 09:50:19 -0000 Delivered-To: [email protected] Received: (qmail 89537 invoked by uid 500); 20 Feb 2008 09:50:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pdfbox-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 89523 invoked by uid 99); 20 Feb 2008 09:50:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2008 01:50:19 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wf-out-1314.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2008 09:49:47 +0000 Received: by wf-out-1314.google.com with SMTP id 23so785643wfg.21 for <[email protected]>; Wed, 20 Feb 2008 01:49:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=uzWVz257ccT8l+IHEgXYMzKFVIAsa9kRr31TQIZIseI=; b=AVCUBZ6yFP8SJTAiuXpbFSII7kJlbo/CLj7lKEWSZJgDGGJZfejDsLKt8OaO1JsjM+a53xEKnPwuxkOH6guEZierB8ZzSvZrjmLld2V9l7aDU+4d+4Y54kE1dO9xuruD8tnAYoMpIFIKKS/IKaJA2Php7bVepL9meKEUPEJBkKQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=k/NLsufwu46oisFGAT4liDgqZ0qBnLXosgTOLDkpIhhC7hmGrpdWLKT/1L5PogpYvlxOgcwc7dZjFYa8Mbeo/4P+QOEWdIt8370RtibeMs+WMo33IxPhIeuWQeVxWUaDHf9zGj8GRdO6OFSHdJ+MesdWrC9/BosBLwtGmUpOix0= Received: by 161.129.204.104 with SMTP id s10mr3300134wfh.16.1203500996549; Wed, 20 Feb 2008 01:49:56 -0800 (PST) Received: by 161.129.204.104 with HTTP; Wed, 20 Feb 2008 01:49:56 -0800 (PST) Message-ID: <[email protected]> Date: Wed, 20 Feb 2008 11:49:56 +0200 From: "Jukka Zitting" <[email protected]> To: [email protected] Subject: Re: Welcome to Apache PDFBox! In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Feb 18, 2008 4:17 PM, Jukka Zitting <[email protected]> wrote: > I haven't yet seen the CLAs recorded, but the last update is from Feb > 10th before you sent the CLAs so I'll wait a few more days for the > next update before bugging people about this. They're now recorded, so I've requested the committer accounts for Ben and Daniel. BR, Jukka Zitting From [email protected] Fri Feb 29 06:06:36 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92031 invoked from network); 29 Feb 2008 06:06:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Feb 2008 06:06:36 -0000 Received: (qmail 18587 invoked by uid 500); 29 Feb 2008 06:06:31 -0000 Delivered-To: [email protected] Received: (qmail 18574 invoked by uid 500); 29 Feb 2008 06:06:31 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pdfbox-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 18561 invoked by uid 99); 29 Feb 2008 06:06:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2008 22:06:31 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO gv-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Feb 2008 06:05:57 +0000 Received: by gv-out-0910.google.com with SMTP id y18so1932278gvf.17 for <[email protected]>; Thu, 28 Feb 2008 22:06:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=yCeR5mNIvTKfZlAxuVBHbekJUTOyU+wzc6f4MuxmKW0=; b=kMQlJrE28YSEkETApIfwbmXrhYLwMszbsCkzhv1Sz4kGgnMQZSSkYkJqCvUhTqlmCNEMhHbEQd86pyPQcf+kvoNUi+3N7hni+t+VQMGWlO2BM8Zfkrixhiw1lgMF6zkB1FzNTaxZ9nKklIAKFGtGimdR8RnbhZzm6ralDsQm5sg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=WJQH3b855MTXY8yLwfdtIiD7JQFwr74z1NxKHF+42RT52TlM8/1QrbJ1OHrJlVIeDnP/hO49o5+CpMmBFIS5XD6pQMyR04UPqRRHXFodnagsY6DW3a4kt+nq5rTnmo6UL5OLs6limxcLaBg56O2IXiEdH0naXvlPjCFhiDInxSo= Received: by 161.129.204.104 with SMTP id j10mr6854699wfg.202.1204265163976; Thu, 28 Feb 2008 22:06:03 -0800 (PST) Received: by 161.129.204.104 with HTTP; Thu, 28 Feb 2008 22:06:03 -0800 (PST) Message-ID: <[email protected]> Date: Fri, 29 Feb 2008 08:06:03 +0200 From: "Jukka Zitting" <[email protected]> To: [email protected] Subject: Moving PDFBox bits over to Apache MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi, Let's get started with moving the various parts of PDFBox (and FontBox and JempBox) here. We need: 1) The source code 2) The web site and documentation 3) Open issues in the issue tracker 4) Pointer in the SF forums for people to come here For 1 and 2 we need software grants (I believe Ben has all the required rights, but I'll check with Apache's legal-discuss mailing list). For 3 I guess manual copying is easiest, but there are 300+ open issues in PDFBox. Can we get some sort of an export from SourceForge? For 4, should we open also a pdfbox-users mailing list here or is pdfbox-dev enough for now? BR, Jukka Zitting From [email protected] Fri Feb 29 07:09:51 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25559 invoked from network); 29 Feb 2008 07:09:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Feb 2008 07:09:51 -0000 Received: (qmail 11431 invoked by uid 500); 29 Feb 2008 07:09:47 -0000 Delivered-To: [email protected] Received: (qmail 11423 invoked by uid 500); 29 Feb 2008 07:09:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pdfbox-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 11414 invoked by uid 99); 29 Feb 2008 07:09:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2008 23:09:46 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO tux17.hoststar.ch) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Feb 2008 07:09:00 +0000 Received: from [161.129.204.104] (adsl-84-227-17-123.adslplus.ch [161.129.204.104]) (authenticated bits=0) by tux17.hoststar.ch (8.13.6/8.12.11) with ESMTP id m1T79LjP010328 for <[email protected]>; Fri, 29 Feb 2008 08:09:22 +0100 Date: Fri, 29 Feb 2008 08:09:38 +0100 From: Jeremias Maerki <[email protected]> To: [email protected] Subject: Re: Moving PDFBox bits over to Apache In-Reply-To: <[email protected]> References: <[email protected]> Message-Id: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Mailer: Becky! ver. 2.28.01 [en] X-Antivirus: avast! (VPS 080228-0, 28.02.2008), Outbound message X-Antivirus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org On 29.02.2008 07:06:03 Jukka Zitting wrote: > Hi, >=20 > Let's get started with moving the various parts of PDFBox (and FontBox > and JempBox) here. >=20 > We need: >=20 > 1) The source code > 2) The web site and documentation > 3) Open issues in the issue tracker > 4) Pointer in the SF forums for people to come here >=20 > For 1 and 2 we need software grants (I believe Ben has all the > required rights, but I'll check with Apache's legal-discuss mailing > list). I guess it depends whether Ben has always requested license grants or CLAs for larger contributions to PDFBox, if there were any. http://incubator.apache.org/guides/mentor.html#poding-ip-clearance =46rom what I've heard in the past, it could mean tracking down every person who contributed a non-trivial bit to PDFBox and requesting a license grant. Or am I wrong? > For 3 I guess manual copying is easiest, but there are 300+ open > issues in PDFBox. Can we get some sort of an export from SourceForge? >=20 > For 4, should we open also a pdfbox-users mailing list here or is > pdfbox-dev enough for now? I think we can start with only this mailing list and then split if we see that a separate list is necessary. > BR, >=20 > Jukka Zitting Jeremias Maerki From [email protected] Fri Feb 29 07:22:03 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27953 invoked from network); 29 Feb 2008 07:22:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Feb 2008 07:22:03 -0000 Received: (qmail 27730 invoked by uid 500); 29 Feb 2008 07:21:58 -0000 Delivered-To: [email protected] Received: (qmail 27718 invoked by uid 500); 29 Feb 2008 07:21:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pdfbox-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 27709 invoked by uid 99); 29 Feb 2008 07:21:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2008 23:21:58 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO gv-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Feb 2008 07:21:25 +0000 Received: by gv-out-0910.google.com with SMTP id y18so1954372gvf.17 for <[email protected]>; Thu, 28 Feb 2008 23:21:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=sDifEXWRrtuC3rNC6/CZrewm26wYfEmf9So2KSTmoeA=; b=PcICtO6St4N31mySPfagvguZJpHi0Ah5Ium0FqVH9+0xGdokyZWhiuUteKC1CR96kSHD9Gguw+7IsBpYKwp6HWL3v6knIhxWuBggppv0etbmqmb3KoulZVwXSYtkhWnGim6HEgXS1+LJY95VsqJu5hhm3Xm7S5/kb7t6gLNTuP0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Wrz/NvEchcCFO4wlWvS+2ChLl18E9X/9ReIqaEpDqYmwVmjVLMsjKX2bzFJqMdVBmnsgVBu0pL09Dd7Qm4wGQ2qMWuNDjcn3//r4eBfKxhzfdbBKmr0snZEhdkcRtjsQXNmLMM+v144DM2RYCNSdwStlzyr/SH2YVQW2UsJ19RA= Received: by 161.129.204.104 with SMTP id d2mr6892020wfe.219.1204269693090; Thu, 28 Feb 2008 23:21:33 -0800 (PST) Received: by 161.129.204.104 with HTTP; Thu, 28 Feb 2008 23:21:33 -0800 (PST) Message-ID: <[email protected]> Date: Fri, 29 Feb 2008 09:21:33 +0200 From: "Jukka Zitting" <[email protected]> To: [email protected] Subject: Re: Moving PDFBox bits over to Apache In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Fri, Feb 29, 2008 at 9:09 AM, Jeremias Maerki <[email protected]> wrote: > On 29.02.2008 07:06:03 Jukka Zitting wrote: > > For 1 and 2 we need software grants (I believe Ben has all the > > required rights, but I'll check with Apache's legal-discuss mailing > > list). > > I guess it depends whether Ben has always requested license grants or > CLAs for larger contributions to PDFBox, if there were any. > > http://incubator.apache.org/guides/mentor.html#poding-ip-clearance > > From what I've heard in the past, it could mean tracking down every > person who contributed a non-trivial bit to PDFBox and requesting a > license grant. Or am I wrong? AFAIK Ben already went through that exercise earlier using email, and I wanted to confirm with legal-discuss that this satisfies the "has sufficient rights to contribute" requirement of the software grant. > > For 4, should we open also a pdfbox-users mailing list here or is > > pdfbox-dev enough for now? > > I think we can start with only this mailing list and then split if we > see that a separate list is necessary. Sounds good. BR, Jukka Zitting From [email protected] Fri Feb 29 12:58:38 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44567 invoked from network); 29 Feb 2008 12:58:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Feb 2008 12:58:38 -0000 Received: (qmail 62006 invoked by uid 500); 29 Feb 2008 12:58:34 -0000 Delivered-To: [email protected] Received: (qmail 61988 invoked by uid 500); 29 Feb 2008 12:58:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pdfbox-dev.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 61979 invoked by uid 99); 29 Feb 2008 12:58:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Feb 2008 04:58:33 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO fk-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Feb 2008 12:57:59 +0000 Received: by fk-out-0910.google.com with SMTP id 18so8720867fks.12 for <[email protected]>; Fri, 29 Feb 2008 04:58:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=A7msG1eKMZvFCghm2ejuwzoooy0MVSx1uqr2qoDNsrw=; b=VLvs3F6R8C9JrKrOmD0STKKxiXpkJ+NfPhzHU8s/NvkteIQ94fO+qoNvcItFRPn3UbU/P14aD02nhZXV5NTVT9L+dydlqpRInqNx7llBBqvg7avAF94XoXt9b6mI/TyVjfNc0mE+Pe3/2SE0+6IUOOXt+4ceoqVKuQWnpLuOOLk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=QcEoDU1SXbe3Be1NSUd2gLEodv1+9ItirWf69FkBsYwRgz3K3m6fzjZzvCghJc81R24aeEfUXU6RsZjCuEt0Fj6rgk7gR1bqEKm8fKJLVTDycgtr7P0j0xqymWs2erjIKAX4+HBmeBkN7meCbMMmwFlFFE015A/ycEtP0Kz7m7s= Received: by 161.129.204.104 with SMTP id h2mr8332573buf.1.1204289887542; Fri, 29 Feb 2008 04:58:07 -0800 (PST) Received: by 161.129.204.104 with HTTP; Fri, 29 Feb 2008 04:58:07 -0800 (PST) Message-ID: <[email protected]> Date: Fri, 29 Feb 2008 07:58:07 -0500 From: "Daniel Wilson" <[email protected]> To: [email protected] Subject: Re: Moving PDFBox bits over to Apache In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_23830_12972408.1204289887539" References: <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_23830_12972408.1204289887539 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline > > > >> > For 4, should we open also a pdfbox-users mailing list here or is > >> > pdfbox-dev enough for now? > >> > >> I think we can start with only this mailing list and then split if we > >> see that a separate list is necessary. > > > >Sounds good. > > > >BR, > > > On the Help and Open Discussion fora we get daily posts about "How do I...?" or "What's wrong with ...?". If those would be going into a mailing list, I suspect we would quickly find that we want those on a separate list from the inter-developer discussion. My $.02. DanielWilson ------=_Part_23830_12972408.1204289887539--
From [email protected] Tue Feb 03 16:30:01 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3953 invoked from network); 3 Feb 2009 16:30:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Feb 2009 16:30:01 -0000 Received: (qmail 11027 invoked by uid 500); 3 Feb 2009 16:30:01 -0000 Delivered-To: [email protected] Received: (qmail 11012 invoked by uid 500); 3 Feb 2009 16:30:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 11001 invoked by uid 99); 3 Feb 2009 16:30:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Feb 2009 08:30:01 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-qy0-f21.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Feb 2009 16:29:53 +0000 Received: by qyk14 with SMTP id 14so3433217qyk.4 for <[email protected]>; Tue, 03 Feb 2009 08:29:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=ggYi3EwQ2adG437hY0uuDpJF1Pq2a5cG0G3PH9JU/9A=; b=tYCib7ZJ2fS4Rp1b7JijOZd2dvXRX53gL5JxGPpG7r7RxWcNH8ZFIb7qmSJvxzEDdp FLWvdLSvJ0GcE6p/9WmP6XaTV4gXo9GhCylKtcLQJfvvDWLFL64L4QO0cWK0moVmkRRo 9lGArvlSL9r8NEgNErbn/LpIF/KKzR/R0JjLY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=hEHGVpo/fYZcJPnsRI0++fEoP/5SKUhGzNtkwOSliaXiDOYJ1XEEBM3GeCZBhMz+i6 5iySA63btZeAlqDL3K6tDH3jJgDtPO+dsJuJ6SwmLZnd2cBJs3TC50Y8Bh4di6UQ7k0D QkTK8HkREL5DNfaaykheppTOWhiabVpZMD5IY= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id m14mr2406331qcl.64.1233678572269; Tue, 03 Feb 2009 08:29:32 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 3 Feb 2009 11:29:32 -0500 Message-ID: <[email protected]> Subject: Re: Night build modeler? From: Kevin Menard <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org This is part of the problem that the modeler maven plugin is supposed to alleviate. I hope to take another stab at the issue this weekend. I've just set up a new VM that I will hopefully be able to reproduce the issue in. -- Kevin On Thu, Jan 29, 2009 at 5:45 AM, Andrey Razumovsky <[email protected]> wrote: > Hi, > > I wanted to grab a night-built modeler from somewhere like > http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/ > > but I can see only cayenne-modeler-3.0-snapshot.jar containing modeler-only > classes (without dependencies), and I want CayenneModeler.jar. Am I missing > something or it is not built? > > Thanks, > Andrey > From [email protected] Tue Feb 03 16:40:50 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8582 invoked from network); 3 Feb 2009 16:40:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Feb 2009 16:40:50 -0000 Received: (qmail 34147 invoked by uid 500); 3 Feb 2009 16:40:50 -0000 Delivered-To: [email protected] Received: (qmail 34135 invoked by uid 500); 3 Feb 2009 16:40:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 34124 invoked by uid 99); 3 Feb 2009 16:40:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Feb 2009 08:40:50 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 03 Feb 2009 16:40:43 +0000 Received: (qmail 13012 invoked from network); 3 Feb 2009 16:40:22 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 3 Feb 2009 16:40:22 -0000 Message-Id: <[email protected]> From: Andrus Adamchik <[email protected]> To: [email protected] In-Reply-To: <[email protected]> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: Night build modeler? Date: Tue, 3 Feb 2009 18:40:20 +0200 References: <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org Do you mean that with maven-cayenne-modeler-plugin you have the ability to build trunk locally, and then run the latest Modeler without building the assemblies? Yeah, I guess that's a good use of it. Andrus On Feb 3, 2009, at 6:29 PM, Kevin Menard wrote: > This is part of the problem that the modeler maven plugin is supposed > to alleviate. I hope to take another stab at the issue this weekend. > I've just set up a new VM that I will hopefully be able to reproduce > the issue in. > > -- > Kevin > > > > On Thu, Jan 29, 2009 at 5:45 AM, Andrey Razumovsky > <[email protected]> wrote: >> Hi, >> >> I wanted to grab a night-built modeler from somewhere like >> http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/ >> >> but I can see only cayenne-modeler-3.0-snapshot.jar containing >> modeler-only >> classes (without dependencies), and I want CayenneModeler.jar. Am I >> missing >> something or it is not built? >> >> Thanks, >> Andrey >> > From [email protected] Tue Feb 03 16:52:35 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13682 invoked from network); 3 Feb 2009 16:52:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Feb 2009 16:52:35 -0000 Received: (qmail 53351 invoked by uid 500); 3 Feb 2009 16:52:34 -0000 Delivered-To: [email protected] Received: (qmail 53338 invoked by uid 500); 3 Feb 2009 16:52:34 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 53327 invoked by uid 99); 3 Feb 2009 16:52:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Feb 2009 08:52:34 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-qy0-f21.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Feb 2009 16:52:27 +0000 Received: by qyk14 with SMTP id 14so3454004qyk.4 for <[email protected]>; Tue, 03 Feb 2009 08:52:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=+2vOFJFe94A7USc0qcG1GfQDhZm8BTlP1i+uJtd4Wm4=; b=FMj9p1L6qgvSnT3oXEif62lkbXLhlO8RHiSLS/wdi/b4hSJJ4oW4yngNvc1KhW7yhF 4khnpXxg1RJjV7EFimKVAAckViPbP7w5tetYmafX/QrA67T9EeSW9LX73UJqr7f0XLfp 0gB5ghGgh4iP5oYqkNzBqk+yW0rfwMJgbQ6T4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=CryVEfCrRG0jGERdtgQ5Ghrq4ehHfDmVtrSsWbQB03M8hpV7ctMBjDd0ydF7m1DuNK THe64hI/pu4PZsnQVvJxIdS12ZdP1soe2lkDs9BKH7APnAo+EryO3EYkiEobBKpTSFVy FY+sbvrrkf9DFUkhqYe1IqCenhVfmf8dZXqDw= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id b7mr2448433qcm.76.1233679925959; Tue, 03 Feb 2009 08:52:05 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Tue, 3 Feb 2009 11:52:05 -0500 Message-ID: <[email protected]> Subject: Re: Night build modeler? From: Kevin Menard <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Yeap. Or, if your project uses a published SNAPSHOT. That was a big part of the rationale for writing it. -- Kevin On Tue, Feb 3, 2009 at 11:40 AM, Andrus Adamchik <[email protected]> wrote: > Do you mean that with maven-cayenne-modeler-plugin you have the ability to > build trunk locally, and then run the latest Modeler without building the > assemblies? Yeah, I guess that's a good use of it. > > Andrus > > On Feb 3, 2009, at 6:29 PM, Kevin Menard wrote: > >> This is part of the problem that the modeler maven plugin is supposed >> to alleviate. I hope to take another stab at the issue this weekend. >> I've just set up a new VM that I will hopefully be able to reproduce >> the issue in. >> >> -- >> Kevin >> >> >> >> On Thu, Jan 29, 2009 at 5:45 AM, Andrey Razumovsky >> <[email protected]> wrote: >>> >>> Hi, >>> >>> I wanted to grab a night-built modeler from somewhere like >>> http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/ >>> >>> but I can see only cayenne-modeler-3.0-snapshot.jar containing >>> modeler-only >>> classes (without dependencies), and I want CayenneModeler.jar. Am I >>> missing >>> something or it is not built? >>> >>> Thanks, >>> Andrey >>> >> > > From [email protected] Tue Feb 03 16:55:51 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15938 invoked from network); 3 Feb 2009 16:55:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Feb 2009 16:55:51 -0000 Received: (qmail 59754 invoked by uid 500); 3 Feb 2009 16:55:51 -0000 Delivered-To: [email protected] Received: (qmail 59655 invoked by uid 500); 3 Feb 2009 16:55:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 59644 invoked by uid 99); 3 Feb 2009 16:55:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Feb 2009 08:55:50 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 03 Feb 2009 16:55:44 +0000 Received: (qmail 16220 invoked from network); 3 Feb 2009 16:55:23 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 3 Feb 2009 16:55:23 -0000 Message-Id: <[email protected]> From: Andrus Adamchik <[email protected]> To: [email protected] In-Reply-To: <[email protected]> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: Night build modeler? Date: Tue, 3 Feb 2009 18:55:22 +0200 References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org What would be nice with all these new features is a specialized tutorial: "Cayenne for Maven Power Users" or something. Maybe Borut can write one. Andrus On Feb 3, 2009, at 6:52 PM, Kevin Menard wrote: > Yeap. Or, if your project uses a published SNAPSHOT. > > That was a big part of the rationale for writing it. > > -- > Kevin > > > > On Tue, Feb 3, 2009 at 11:40 AM, Andrus Adamchik <[email protected] > > wrote: >> Do you mean that with maven-cayenne-modeler-plugin you have the >> ability to >> build trunk locally, and then run the latest Modeler without >> building the >> assemblies? Yeah, I guess that's a good use of it. >> >> Andrus >> >> On Feb 3, 2009, at 6:29 PM, Kevin Menard wrote: >> >>> This is part of the problem that the modeler maven plugin is >>> supposed >>> to alleviate. I hope to take another stab at the issue this >>> weekend. >>> I've just set up a new VM that I will hopefully be able to reproduce >>> the issue in. >>> >>> -- >>> Kevin >>> >>> >>> >>> On Thu, Jan 29, 2009 at 5:45 AM, Andrey Razumovsky >>> <[email protected]> wrote: >>>> >>>> Hi, >>>> >>>> I wanted to grab a night-built modeler from somewhere like >>>> http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/ >>>> >>>> but I can see only cayenne-modeler-3.0-snapshot.jar containing >>>> modeler-only >>>> classes (without dependencies), and I want CayenneModeler.jar. Am I >>>> missing >>>> something or it is not built? >>>> >>>> Thanks, >>>> Andrey >>>> >>> >> >> > From [email protected] Wed Feb 04 10:36:34 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46013 invoked from network); 4 Feb 2009 10:36:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Feb 2009 10:36:34 -0000 Received: (qmail 19857 invoked by uid 500); 4 Feb 2009 10:36:33 -0000 Delivered-To: [email protected] Received: (qmail 19841 invoked by uid 500); 4 Feb 2009 10:36:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 19812 invoked by uid 99); 4 Feb 2009 10:36:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 02:36:33 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hudson.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 10:36:32 +0000 Received: from hudson.zones.apache.org (localhost [161.129.204.104]) by hudson.zones.apache.org (8.13.8+Sun/8.13.8) with ESMTP id n14AaBYN007068; Wed, 4 Feb 2009 05:36:11 -0500 (EST) Date: Wed, 4 Feb 2009 10:36:11 +0000 (UTC) From: Apache Hudson Server <[email protected]> To: [email protected], [email protected] Message-ID: <[email protected]> Subject: Cayenne-trunk - Build # 325 - Failure MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org The Apache Hudson build system has built Cayenne-trunk (build #325) Status: Failure Check console output at http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/325/ to view the results. From [email protected] Wed Feb 04 10:43:30 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50353 invoked from network); 4 Feb 2009 10:43:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Feb 2009 10:43:30 -0000 Received: (qmail 37261 invoked by uid 500); 4 Feb 2009 10:43:24 -0000 Delivered-To: [email protected] Received: (qmail 37207 invoked by uid 500); 4 Feb 2009 10:43:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 37173 invoked by uid 99); 4 Feb 2009 10:43:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 02:43:23 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 04 Feb 2009 10:43:16 +0000 Received: (qmail 8465 invoked from network); 4 Feb 2009 10:42:55 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 4 Feb 2009 10:42:55 -0000 Message-Id: <[email protected]> From: Andrus Adamchik <[email protected]> To: [email protected] In-Reply-To: <[email protected]> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: Cayenne-trunk - Build # 325 - Failure Date: Wed, 4 Feb 2009 12:42:54 +0200 References: <[email protected]> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org This is not caused by a commit. Rather the failure is related to this maven repo being inaccessible (we are loading japplication plugin from there) : webobjects.mdimension.com/plugin/releases I'll contact Mike Schrag if it doesn't go back online on its own. Andrus On Feb 4, 2009, at 12:36 PM, Apache Hudson Server wrote: > The Apache Hudson build system has built Cayenne-trunk (build #325) > > Status: Failure > > Check console output at http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/325/ > to view the results. > From [email protected] Sun Feb 08 16:45:20 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16370 invoked from network); 8 Feb 2009 16:45:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Feb 2009 16:45:20 -0000 Received: (qmail 24427 invoked by uid 500); 8 Feb 2009 16:45:19 -0000 Delivered-To: [email protected] Received: (qmail 24409 invoked by uid 500); 8 Feb 2009 16:45:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 24398 invoked by uid 99); 8 Feb 2009 16:45:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Feb 2009 08:45:19 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-qy0-f21.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Feb 2009 16:45:11 +0000 Received: by qyk14 with SMTP id 14so2942569qyk.4 for <[email protected]>; Sun, 08 Feb 2009 08:44:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=1BjeyRdEuYSGtjNgLxTx9xiEhJWh9iiG9ToBX0Q+Sbs=; b=tloyCmNZLxRwPsEqoxp+lT/isJxWBf67bqLEVtykKPcUUaPh1Z2ZVFXTW3bux7QuXC 3fM9tWpPgTTE0ioBm1OvczNJOB4rcqrZs+vfzWApLWyRaI+/+1klWzGMbPy5VFJhtv/o 5Fr9q6qcLmqsNstrDuBv3lMSJ7k1U+0qagUjA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=co3kw4I7KrteWyVVlLlaSr5b/lb/WWxqxART8wUFUzfP//Y0OP5PYwEySiiDqIdl/O q4ALlJokr97OeAdNQWSy1T+o0Pk94NAID2ZUnK2SFcOkG3Kpfl/xlxFDWJweFN4iF/5c v4b1NDkc7tQULNhRGE7AnqyojR6GPbWX9e4H4= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id z1mr1008702qcm.22.1234111485571; Sun, 08 Feb 2009 08:44:45 -0800 (PST) Date: Sun, 8 Feb 2009 11:44:45 -0500 Message-ID: <[email protected]> Subject: SelectTranslatorTest From: Kevin Menard <[email protected]> To: Cayenne Developers <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Does anyone know what the deal with SelectTranslatorTest is? I assume it's supposed to pass, but I'm seeing some oddities: MacOS + mvn: PASS (or at least no failure raised) MacOS + run in IDEA: FAIL Ubuntu + mvn: FAIL Ubuntu + run in IDEA: FAIL So, I'm wondering if someone did something to cause the test to skip for maven and it only works on MacOS or if there's a bug even with our maven build. -- Kevin From [email protected] Sun Feb 08 17:27:23 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33226 invoked from network); 8 Feb 2009 17:27:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Feb 2009 17:27:23 -0000 Received: (qmail 54955 invoked by uid 500); 8 Feb 2009 17:27:23 -0000 Delivered-To: [email protected] Received: (qmail 54939 invoked by uid 500); 8 Feb 2009 17:27:23 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 54928 invoked by uid 99); 8 Feb 2009 17:27:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Feb 2009 09:27:23 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 08 Feb 2009 17:27:16 +0000 Received: (qmail 29730 invoked from network); 8 Feb 2009 17:26:55 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 8 Feb 2009 17:26:55 -0000 Message-Id: <[email protected]> From: Andrus Adamchik <[email protected]> To: [email protected] In-Reply-To: <[email protected]> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: SelectTranslatorTest Date: Sun, 8 Feb 2009 19:26:54 +0200 References: <[email protected]> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org There's a bunch of new tests related to CAY-289. All work for me from Maven or Eclipse on OS X and Fedora. What are the failures? Andrus On Feb 8, 2009, at 6:44 PM, Kevin Menard wrote: > Does anyone know what the deal with SelectTranslatorTest is? I assume > it's supposed to pass, but I'm seeing some oddities: > > MacOS + mvn: PASS (or at least no failure raised) > MacOS + run in IDEA: FAIL > Ubuntu + mvn: FAIL > Ubuntu + run in IDEA: FAIL > > So, I'm wondering if someone did something to cause the test to skip > for maven and it only works on MacOS or if there's a bug even with our > maven build. > > -- > Kevin > From [email protected] Sun Feb 08 17:46:22 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 47227 invoked from network); 8 Feb 2009 17:46:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Feb 2009 17:46:21 -0000 Received: (qmail 73418 invoked by uid 500); 8 Feb 2009 17:46:21 -0000 Delivered-To: [email protected] Received: (qmail 73408 invoked by uid 500); 8 Feb 2009 17:46:21 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 73397 invoked by uid 99); 8 Feb 2009 17:46:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Feb 2009 09:46:21 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-qy0-f21.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Feb 2009 17:46:13 +0000 Received: by qyk14 with SMTP id 14so2967839qyk.4 for <[email protected]>; Sun, 08 Feb 2009 09:45:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=df/eLvIq/2+5FpyYBr7hUbM1NpuX476E4VuWHcFNyjU=; b=xdQiBr5YaEI/uqJbMDQjr7Yvb/Cn6u1CVTNF4+Rfrx13Dts0vSiCh8wmIlX3ldLdhD xBG24ghg/tNYvvZwAje/z53sBW116vwSXXHIEnm+e+1iriM0Rrx6Eg+oyDVH1WsCaq4l A3y4moO8ENkxXomG3v68BqmNjsYMMUXRYmybA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=IqwntOJPK80ZrK+u0T5x6BREkf8jDBMw1qMUzpAQsEEWkVENqMUt1Q0SQcnDxT/yDh QopnG0ftthGfoVQqlvbSQDwecM3ZEEVCjoHwdd0m2B2jrwhxJxTqLO9Nuu/1zCD9mRt1 shxHXA3x25MTYaZSw6O0sXnd+6VxI2tGInB1Q= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id s8mr1006783qcj.40.1234115152004; Sun, 08 Feb 2009 09:45:52 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Sun, 8 Feb 2009 12:45:51 -0500 Message-ID: <[email protected]> Subject: Re: SelectTranslatorTest From: Kevin Menard <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Here is the surefire report. The NPEs seem to be a result of the joinStack being NULL. I traced through a debugger and it indeed is never initialized. Like I said, when I ran this test class in isolation in MacOS, I found the same problem. But not when run through maven. I didn't bother looking in depth at the 4 failures, just the 2 errors. -- Kevin ------------------------------------------------------------------------------- Test set: org.apache.cayenne.access.trans.SelectTranslatorTest ------------------------------------------------------------------------------- Tests run: 17, Failures: 4, Errors: 2, Skipped: 0, Time elapsed: 0.054 sec <<< FAILURE! testCreateSqlStringWithQuoteSqlIdentifiers(org.apache.cayenne.access.trans.SelectTranslatorTest) Time elapsed: 0.001 sec <<< FAILURE! junit.framework.ComparisonFailure: expected:<...ARTIST_NAME", "t0"."ARTIST_ID", "t0"."DATE_OF_BIRTH...> but was:<...DATE_OF_BIRTH", "t0"."ARTIST_ID", "t0"."ARTIST_NAME...> at junit.framework.Assert.assertEquals(Assert.java:81) at junit.framework.Assert.assertEquals(Assert.java:87) at org.apache.cayenne.access.trans.SelectTranslatorTest$12.test(SelectTranslatorTest.java:484) at org.apache.cayenne.access.trans.SelectTranslatorTest$Template.test(SelectTranslatorTest.java:966) at org.apache.cayenne.access.trans.SelectTranslatorTest.testCreateSqlStringWithQuoteSqlIdentifiers(SelectTranslatorTest.java:488) testCreateSqlStringWithQuoteSqlIdentifiers2(org.apache.cayenne.access.trans.SelectTranslatorTest) Time elapsed: 0.001 sec <<< FAILURE! junit.framework.ComparisonFailure: expected:<...ARTIST_NAME", "t0"."ARTIST_ID", "t0"."DATE_OF_BIRTH...> but was:<...DATE_OF_BIRTH", "t0"."ARTIST_ID", "t0"."ARTIST_NAME...> at junit.framework.Assert.assertEquals(Assert.java:81) at junit.framework.Assert.assertEquals(Assert.java:87) at org.apache.cayenne.access.trans.SelectTranslatorTest$13.test(SelectTranslatorTest.java:566) at org.apache.cayenne.access.trans.SelectTranslatorTest$Template.test(SelectTranslatorTest.java:966) at org.apache.cayenne.access.trans.SelectTranslatorTest.testCreateSqlStringWithQuoteSqlIdentifiers2(SelectTranslatorTest.java:570) testCreateSqlStringWithQuoteSqlIdentifiers3(org.apache.cayenne.access.trans.SelectTranslatorTest) Time elapsed: 0.005 sec <<< FAILURE! junit.framework.ComparisonFailure: expected:<...ARTIST_NAME", "t0"."ARTIST_ID", "t0"."DATE_OF_BIRTH...> but was:<...DATE_OF_BIRTH", "t0"."ARTIST_ID", "t0"."ARTIST_NAME...> at junit.framework.Assert.assertEquals(Assert.java:81) at junit.framework.Assert.assertEquals(Assert.java:87) at org.apache.cayenne.access.trans.SelectTranslatorTest$14.test(SelectTranslatorTest.java:739) at org.apache.cayenne.access.trans.SelectTranslatorTest$Template.test(SelectTranslatorTest.java:966) at org.apache.cayenne.access.trans.SelectTranslatorTest.testCreateSqlStringWithQuoteSqlIdentifiers3(SelectTranslatorTest.java:743) testCreateSqlStringWithQuoteSqlIdentifiers4(org.apache.cayenne.access.trans.SelectTranslatorTest) Time elapsed: 0.001 sec <<< FAILURE! junit.framework.ComparisonFailure: expected:<...ARTIST_ID", "t0"."PAINTING_ID", "t0"."GALLERY_ID", "t0"."PAINTING_DESCRIPTION", "t0"."ESTIMATED_PRICE", "t0"."PAINTING_TITLE...> but was:<...PAINTING_TITLE", "t0"."ARTIST_ID", "t0"."PAINTING_DESCRIPTION", "t0"."ESTIMATED_PRICE", "t0"."GALLERY_ID", "t0"."PAINTING_ID...> at junit.framework.Assert.assertEquals(Assert.java:81) at junit.framework.Assert.assertEquals(Assert.java:87) at org.apache.cayenne.access.trans.SelectTranslatorTest$15.test(SelectTranslatorTest.java:879) at org.apache.cayenne.access.trans.SelectTranslatorTest$Template.test(SelectTranslatorTest.java:966) at org.apache.cayenne.access.trans.SelectTranslatorTest.testCreateSqlStringWithQuoteSqlIdentifiers4(SelectTranslatorTest.java:883) testBuildResultColumns1(org.apache.cayenne.access.trans.SelectTranslatorTest) Time elapsed: 0.006 sec <<< ERROR! java.lang.NullPointerException at org.apache.cayenne.access.trans.SelectTranslator.getCurrentAlias(SelectTranslator.java:213) at org.apache.cayenne.access.trans.SelectTranslator.appendColumn(SelectTranslator.java:568) at org.apache.cayenne.access.trans.SelectTranslator.access$000(SelectTranslator.java:61) at org.apache.cayenne.access.trans.SelectTranslator$1.visitRelationship(SelectTranslator.java:347) at org.apache.cayenne.access.trans.SelectTranslator$1.visitToOne(SelectTranslator.java:334) at org.apache.cayenne.reflect.generic.DataObjectToOneProperty.visit(DataObjectToOneProperty.java:87) at org.apache.cayenne.reflect.PersistentDescriptor.visitDeclaredProperties(PersistentDescriptor.java:374) at org.apache.cayenne.reflect.PersistentDescriptor.visitProperties(PersistentDescriptor.java:406) at org.apache.cayenne.reflect.PersistentDescriptor.visitAllProperties(PersistentDescriptor.java:386) at org.apache.cayenne.reflect.LazyClassDescriptorDecorator.visitAllProperties(LazyClassDescriptorDecorator.java:184) at org.apache.cayenne.access.trans.SelectTranslator.appendQueryColumns(SelectTranslator.java:352) at org.apache.cayenne.access.trans.SelectTranslator.buildResultColumns(SelectTranslator.java:275) at org.apache.cayenne.access.trans.SelectTranslatorTest.testBuildResultColumns1(SelectTranslatorTest.java:898) testBuildResultColumns2(org.apache.cayenne.access.trans.SelectTranslatorTest) Time elapsed: 0.003 sec <<< ERROR! java.lang.NullPointerException at org.apache.cayenne.access.trans.SelectTranslator.getCurrentAlias(SelectTranslator.java:213) at org.apache.cayenne.access.trans.SelectTranslator.appendColumn(SelectTranslator.java:568) at org.apache.cayenne.access.trans.SelectTranslator.access$000(SelectTranslator.java:61) at org.apache.cayenne.access.trans.SelectTranslator$1.visitRelationship(SelectTranslator.java:347) at org.apache.cayenne.access.trans.SelectTranslator$1.visitToOne(SelectTranslator.java:334) at org.apache.cayenne.reflect.generic.DataObjectToOneProperty.visit(DataObjectToOneProperty.java:87) at org.apache.cayenne.reflect.PersistentDescriptor.visitDeclaredProperties(PersistentDescriptor.java:374) at org.apache.cayenne.reflect.PersistentDescriptor.visitProperties(PersistentDescriptor.java:406) at org.apache.cayenne.reflect.PersistentDescriptor.visitAllProperties(PersistentDescriptor.java:386) at org.apache.cayenne.reflect.LazyClassDescriptorDecorator.visitAllProperties(LazyClassDescriptorDecorator.java:184) at org.apache.cayenne.access.trans.SelectTranslator.appendQueryColumns(SelectTranslator.java:352) at org.apache.cayenne.access.trans.SelectTranslator.buildResultColumns(SelectTranslator.java:275) at org.apache.cayenne.access.trans.SelectTranslatorTest.testBuildResultColumns2(SelectTranslatorTest.java:918) -- Kevin On Sun, Feb 8, 2009 at 12:26 PM, Andrus Adamchik <[email protected]> wrote: > There's a bunch of new tests related to CAY-289. All work for me from Maven > or Eclipse on OS X and Fedora. > > What are the failures? > > Andrus > > On Feb 8, 2009, at 6:44 PM, Kevin Menard wrote: > >> Does anyone know what the deal with SelectTranslatorTest is? I assume >> it's supposed to pass, but I'm seeing some oddities: >> >> MacOS + mvn: PASS (or at least no failure raised) >> MacOS + run in IDEA: FAIL >> Ubuntu + mvn: FAIL >> Ubuntu + run in IDEA: FAIL >> >> So, I'm wondering if someone did something to cause the test to skip >> for maven and it only works on MacOS or if there's a bug even with our >> maven build. >> >> -- >> Kevin >> > > From [email protected] Mon Feb 09 07:01:04 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14300 invoked from network); 9 Feb 2009 07:01:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Feb 2009 07:01:04 -0000 Received: (qmail 48783 invoked by uid 500); 9 Feb 2009 07:01:04 -0000 Delivered-To: [email protected] Received: (qmail 48772 invoked by uid 500); 9 Feb 2009 07:01:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 48761 invoked by uid 99); 9 Feb 2009 07:01:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Feb 2009 23:01:03 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 09 Feb 2009 07:00:57 +0000 Received: (qmail 24346 invoked from network); 9 Feb 2009 07:00:35 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 9 Feb 2009 07:00:35 -0000 Message-Id: <[email protected]> From: Andrus Adamchik <[email protected]> To: [email protected] In-Reply-To: <[email protected]> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: SelectTranslatorTest Date: Mon, 9 Feb 2009 09:00:34 +0200 References: <[email protected]> <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org I see. The failures seem to be related to indeterministic order of columns in the SELECT clause. I.e. the string produced has all the same columns as the string expected, just in a different order. Let me take a look. Andrus On Feb 8, 2009, at 7:45 PM, Kevin Menard wrote: > Here is the surefire report. The NPEs seem to be a result of the > joinStack being NULL. I traced through a debugger and it indeed is > never initialized. Like I said, when I ran this test class in > isolation in MacOS, I found the same problem. But not when run > through maven. > > I didn't bother looking in depth at the 4 failures, just the 2 errors. > > -- > Kevin > > ------------------------------------------------------------------------------- > Test set: org.apache.cayenne.access.trans.SelectTranslatorTest > ------------------------------------------------------------------------------- > Tests run: 17, Failures: 4, Errors: 2, Skipped: 0, Time elapsed: 0.054 > sec <<< FAILURE! > testCreateSqlStringWithQuoteSqlIdentifiers > (org.apache.cayenne.access.trans.SelectTranslatorTest) > Time elapsed: 0.001 sec <<< FAILURE! > junit.framework.ComparisonFailure: expected:<...ARTIST_NAME", > "t0"."ARTIST_ID", "t0"."DATE_OF_BIRTH...> but was:<...DATE_OF_BIRTH", > "t0"."ARTIST_ID", "t0"."ARTIST_NAME...> > at junit.framework.Assert.assertEquals(Assert.java:81) > at junit.framework.Assert.assertEquals(Assert.java:87) > at org.apache.cayenne.access.trans.SelectTranslatorTest > $12.test(SelectTranslatorTest.java:484) > at org.apache.cayenne.access.trans.SelectTranslatorTest > $Template.test(SelectTranslatorTest.java:966) > at > org > .apache > .cayenne > .access > .trans > .SelectTranslatorTest > .testCreateSqlStringWithQuoteSqlIdentifiers > (SelectTranslatorTest.java:488) > > testCreateSqlStringWithQuoteSqlIdentifiers2 > (org.apache.cayenne.access.trans.SelectTranslatorTest) > Time elapsed: 0.001 sec <<< FAILURE! > junit.framework.ComparisonFailure: expected:<...ARTIST_NAME", > "t0"."ARTIST_ID", "t0"."DATE_OF_BIRTH...> but was:<...DATE_OF_BIRTH", > "t0"."ARTIST_ID", "t0"."ARTIST_NAME...> > at junit.framework.Assert.assertEquals(Assert.java:81) > at junit.framework.Assert.assertEquals(Assert.java:87) > at org.apache.cayenne.access.trans.SelectTranslatorTest > $13.test(SelectTranslatorTest.java:566) > at org.apache.cayenne.access.trans.SelectTranslatorTest > $Template.test(SelectTranslatorTest.java:966) > at > org > .apache > .cayenne > .access > .trans > .SelectTranslatorTest > .testCreateSqlStringWithQuoteSqlIdentifiers2 > (SelectTranslatorTest.java:570) > > testCreateSqlStringWithQuoteSqlIdentifiers3 > (org.apache.cayenne.access.trans.SelectTranslatorTest) > Time elapsed: 0.005 sec <<< FAILURE! > junit.framework.ComparisonFailure: expected:<...ARTIST_NAME", > "t0"."ARTIST_ID", "t0"."DATE_OF_BIRTH...> but was:<...DATE_OF_BIRTH", > "t0"."ARTIST_ID", "t0"."ARTIST_NAME...> > at junit.framework.Assert.assertEquals(Assert.java:81) > at junit.framework.Assert.assertEquals(Assert.java:87) > at org.apache.cayenne.access.trans.SelectTranslatorTest > $14.test(SelectTranslatorTest.java:739) > at org.apache.cayenne.access.trans.SelectTranslatorTest > $Template.test(SelectTranslatorTest.java:966) > at > org > .apache > .cayenne > .access > .trans > .SelectTranslatorTest > .testCreateSqlStringWithQuoteSqlIdentifiers3 > (SelectTranslatorTest.java:743) > > testCreateSqlStringWithQuoteSqlIdentifiers4 > (org.apache.cayenne.access.trans.SelectTranslatorTest) > Time elapsed: 0.001 sec <<< FAILURE! > junit.framework.ComparisonFailure: expected:<...ARTIST_ID", > "t0"."PAINTING_ID", "t0"."GALLERY_ID", "t0"."PAINTING_DESCRIPTION", > "t0"."ESTIMATED_PRICE", "t0"."PAINTING_TITLE...> but > was:<...PAINTING_TITLE", "t0"."ARTIST_ID", > "t0"."PAINTING_DESCRIPTION", "t0"."ESTIMATED_PRICE", > "t0"."GALLERY_ID", "t0"."PAINTING_ID...> > at junit.framework.Assert.assertEquals(Assert.java:81) > at junit.framework.Assert.assertEquals(Assert.java:87) > at org.apache.cayenne.access.trans.SelectTranslatorTest > $15.test(SelectTranslatorTest.java:879) > at org.apache.cayenne.access.trans.SelectTranslatorTest > $Template.test(SelectTranslatorTest.java:966) > at > org > .apache > .cayenne > .access > .trans > .SelectTranslatorTest > .testCreateSqlStringWithQuoteSqlIdentifiers4 > (SelectTranslatorTest.java:883) > > testBuildResultColumns1 > (org.apache.cayenne.access.trans.SelectTranslatorTest) > Time elapsed: 0.006 sec <<< ERROR! > java.lang.NullPointerException > at > org > .apache > .cayenne > .access.trans.SelectTranslator.getCurrentAlias(SelectTranslator.java: > 213) > at > org > .apache > .cayenne > .access.trans.SelectTranslator.appendColumn(SelectTranslator.java:568) > at org.apache.cayenne.access.trans.SelectTranslator.access > $000(SelectTranslator.java:61) > at org.apache.cayenne.access.trans.SelectTranslator > $1.visitRelationship(SelectTranslator.java:347) > at org.apache.cayenne.access.trans.SelectTranslator > $1.visitToOne(SelectTranslator.java:334) > at > org > .apache > .cayenne > .reflect > .generic.DataObjectToOneProperty.visit(DataObjectToOneProperty.java: > 87) > at > org > .apache > .cayenne > .reflect > .PersistentDescriptor > .visitDeclaredProperties(PersistentDescriptor.java:374) > at > org > .apache > .cayenne > .reflect > .PersistentDescriptor.visitProperties(PersistentDescriptor.java:406) > at > org > .apache > .cayenne > .reflect > .PersistentDescriptor.visitAllProperties(PersistentDescriptor.java: > 386) > at > org > .apache > .cayenne > .reflect > .LazyClassDescriptorDecorator > .visitAllProperties(LazyClassDescriptorDecorator.java:184) > at > org > .apache > .cayenne > .access > .trans.SelectTranslator.appendQueryColumns(SelectTranslator.java:352) > at > org > .apache > .cayenne > .access > .trans.SelectTranslator.buildResultColumns(SelectTranslator.java:275) > at > org > .apache > .cayenne > .access > .trans > .SelectTranslatorTest > .testBuildResultColumns1(SelectTranslatorTest.java:898) > > testBuildResultColumns2 > (org.apache.cayenne.access.trans.SelectTranslatorTest) > Time elapsed: 0.003 sec <<< ERROR! > java.lang.NullPointerException > at > org > .apache > .cayenne > .access.trans.SelectTranslator.getCurrentAlias(SelectTranslator.java: > 213) > at > org > .apache > .cayenne > .access.trans.SelectTranslator.appendColumn(SelectTranslator.java:568) > at org.apache.cayenne.access.trans.SelectTranslator.access > $000(SelectTranslator.java:61) > at org.apache.cayenne.access.trans.SelectTranslator > $1.visitRelationship(SelectTranslator.java:347) > at org.apache.cayenne.access.trans.SelectTranslator > $1.visitToOne(SelectTranslator.java:334) > at > org > .apache > .cayenne > .reflect > .generic.DataObjectToOneProperty.visit(DataObjectToOneProperty.java: > 87) > at > org > .apache > .cayenne > .reflect > .PersistentDescriptor > .visitDeclaredProperties(PersistentDescriptor.java:374) > at > org > .apache > .cayenne > .reflect > .PersistentDescriptor.visitProperties(PersistentDescriptor.java:406) > at > org > .apache > .cayenne > .reflect > .PersistentDescriptor.visitAllProperties(PersistentDescriptor.java: > 386) > at > org > .apache > .cayenne > .reflect > .LazyClassDescriptorDecorator > .visitAllProperties(LazyClassDescriptorDecorator.java:184) > at > org > .apache > .cayenne > .access > .trans.SelectTranslator.appendQueryColumns(SelectTranslator.java:352) > at > org > .apache > .cayenne > .access > .trans.SelectTranslator.buildResultColumns(SelectTranslator.java:275) > at > org > .apache > .cayenne > .access > .trans > .SelectTranslatorTest > .testBuildResultColumns2(SelectTranslatorTest.java:918) > > -- > Kevin > > > > On Sun, Feb 8, 2009 at 12:26 PM, Andrus Adamchik <[email protected] > > wrote: >> There's a bunch of new tests related to CAY-289. All work for me >> from Maven >> or Eclipse on OS X and Fedora. >> >> What are the failures? >> >> Andrus >> >> On Feb 8, 2009, at 6:44 PM, Kevin Menard wrote: >> >>> Does anyone know what the deal with SelectTranslatorTest is? I >>> assume >>> it's supposed to pass, but I'm seeing some oddities: >>> >>> MacOS + mvn: PASS (or at least no failure raised) >>> MacOS + run in IDEA: FAIL >>> Ubuntu + mvn: FAIL >>> Ubuntu + run in IDEA: FAIL >>> >>> So, I'm wondering if someone did something to cause the test to skip >>> for maven and it only works on MacOS or if there's a bug even with >>> our >>> maven build. >>> >>> -- >>> Kevin >>> >> >> > From [email protected] Mon Feb 09 13:11:22 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58035 invoked from network); 9 Feb 2009 13:11:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Feb 2009 13:11:22 -0000 Received: (qmail 15351 invoked by uid 500); 9 Feb 2009 13:11:22 -0000 Delivered-To: [email protected] Received: (qmail 15327 invoked by uid 500); 9 Feb 2009 13:11:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 15316 invoked by uid 99); 9 Feb 2009 13:11:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2009 05:11:21 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-qy0-f21.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2009 13:11:15 +0000 Received: by qyk14 with SMTP id 14so3463706qyk.4 for <[email protected]>; Mon, 09 Feb 2009 05:10:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=PmTp4LlIVcMhAWotHQATk0u8nr/Rz477hmbMjhklOZM=; b=GH/D/Ed5+/yXGfdM1dqxWuCerMiEm2HW7s/GWFiV8bumPptQrjBHV+sQXW+fKDRh4e elafZ2VDXdZiu1Ts6XaFyduxkmAYUfF+9y5KAcHgola+VUkot/Cr9pgECktkKK9Jjxp+ zJtYxUTZIw459XtZ3Q80daxpXrUY08mYhyVfE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=ZOOS/uFHnHDenLHG/ffwXV6ZAo8bo3xUsT/vMbMr3W0S94DrGvnQpgeuEKW27ikUy3 4BxwQY1WsxQjaRKmsNtfHBCoTd4h4o7vHchv0XuqsMQzIyRzvKw6Vz5DLjg1aD1jkD30 HkUaI681sBBqZQn1swdICte5mnDf1BczBbrd0= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id r18mr1048803qck.73.1234185054432; Mon, 09 Feb 2009 05:10:54 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Mon, 9 Feb 2009 08:10:54 -0500 Message-ID: <[email protected]> Subject: Re: SelectTranslatorTest From: Kevin Menard <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Knowing that it is a legitimate failure, I can take a crack at it, too. The failure is very reproducible for me. I know how much of a pain it can be to track down something you don't see yourself. -- Kevin On Mon, Feb 9, 2009 at 2:00 AM, Andrus Adamchik <[email protected]> wrote: > I see. The failures seem to be related to indeterministic order of columns > in the SELECT clause. I.e. the string produced has all the same columns as > the string expected, just in a different order. Let me take a look. > > Andrus > > > On Feb 8, 2009, at 7:45 PM, Kevin Menard wrote: > >> Here is the surefire report. The NPEs seem to be a result of the >> joinStack being NULL. I traced through a debugger and it indeed is >> never initialized. Like I said, when I ran this test class in >> isolation in MacOS, I found the same problem. But not when run >> through maven. >> >> I didn't bother looking in depth at the 4 failures, just the 2 errors. >> >> -- >> Kevin >> >> >> ------------------------------------------------------------------------------- >> Test set: org.apache.cayenne.access.trans.SelectTranslatorTest >> >> ------------------------------------------------------------------------------- >> Tests run: 17, Failures: 4, Errors: 2, Skipped: 0, Time elapsed: 0.054 >> sec <<< FAILURE! >> >> testCreateSqlStringWithQuoteSqlIdentifiers(org.apache.cayenne.access.trans.SelectTranslatorTest) >> Time elapsed: 0.001 sec <<< FAILURE! >> junit.framework.ComparisonFailure: expected:<...ARTIST_NAME", >> "t0"."ARTIST_ID", "t0"."DATE_OF_BIRTH...> but was:<...DATE_OF_BIRTH", >> "t0"."ARTIST_ID", "t0"."ARTIST_NAME...> >> at junit.framework.Assert.assertEquals(Assert.java:81) >> at junit.framework.Assert.assertEquals(Assert.java:87) >> at >> org.apache.cayenne.access.trans.SelectTranslatorTest$12.test(SelectTranslatorTest.java:484) >> at >> org.apache.cayenne.access.trans.SelectTranslatorTest$Template.test(SelectTranslatorTest.java:966) >> at >> org.apache.cayenne.access.trans.SelectTranslatorTest.testCreateSqlStringWithQuoteSqlIdentifiers(SelectTranslatorTest.java:488) >> >> >> testCreateSqlStringWithQuoteSqlIdentifiers2(org.apache.cayenne.access.trans.SelectTranslatorTest) >> Time elapsed: 0.001 sec <<< FAILURE! >> junit.framework.ComparisonFailure: expected:<...ARTIST_NAME", >> "t0"."ARTIST_ID", "t0"."DATE_OF_BIRTH...> but was:<...DATE_OF_BIRTH", >> "t0"."ARTIST_ID", "t0"."ARTIST_NAME...> >> at junit.framework.Assert.assertEquals(Assert.java:81) >> at junit.framework.Assert.assertEquals(Assert.java:87) >> at >> org.apache.cayenne.access.trans.SelectTranslatorTest$13.test(SelectTranslatorTest.java:566) >> at >> org.apache.cayenne.access.trans.SelectTranslatorTest$Template.test(SelectTranslatorTest.java:966) >> at >> org.apache.cayenne.access.trans.SelectTranslatorTest.testCreateSqlStringWithQuoteSqlIdentifiers2(SelectTranslatorTest.java:570) >> >> >> testCreateSqlStringWithQuoteSqlIdentifiers3(org.apache.cayenne.access.trans.SelectTranslatorTest) >> Time elapsed: 0.005 sec <<< FAILURE! >> junit.framework.ComparisonFailure: expected:<...ARTIST_NAME", >> "t0"."ARTIST_ID", "t0"."DATE_OF_BIRTH...> but was:<...DATE_OF_BIRTH", >> "t0"."ARTIST_ID", "t0"."ARTIST_NAME...> >> at junit.framework.Assert.assertEquals(Assert.java:81) >> at junit.framework.Assert.assertEquals(Assert.java:87) >> at >> org.apache.cayenne.access.trans.SelectTranslatorTest$14.test(SelectTranslatorTest.java:739) >> at >> org.apache.cayenne.access.trans.SelectTranslatorTest$Template.test(SelectTranslatorTest.java:966) >> at >> org.apache.cayenne.access.trans.SelectTranslatorTest.testCreateSqlStringWithQuoteSqlIdentifiers3(SelectTranslatorTest.java:743) >> >> >> testCreateSqlStringWithQuoteSqlIdentifiers4(org.apache.cayenne.access.trans.SelectTranslatorTest) >> Time elapsed: 0.001 sec <<< FAILURE! >> junit.framework.ComparisonFailure: expected:<...ARTIST_ID", >> "t0"."PAINTING_ID", "t0"."GALLERY_ID", "t0"."PAINTING_DESCRIPTION", >> "t0"."ESTIMATED_PRICE", "t0"."PAINTING_TITLE...> but >> was:<...PAINTING_TITLE", "t0"."ARTIST_ID", >> "t0"."PAINTING_DESCRIPTION", "t0"."ESTIMATED_PRICE", >> "t0"."GALLERY_ID", "t0"."PAINTING_ID...> >> at junit.framework.Assert.assertEquals(Assert.java:81) >> at junit.framework.Assert.assertEquals(Assert.java:87) >> at >> org.apache.cayenne.access.trans.SelectTranslatorTest$15.test(SelectTranslatorTest.java:879) >> at >> org.apache.cayenne.access.trans.SelectTranslatorTest$Template.test(SelectTranslatorTest.java:966) >> at >> org.apache.cayenne.access.trans.SelectTranslatorTest.testCreateSqlStringWithQuoteSqlIdentifiers4(SelectTranslatorTest.java:883) >> >> >> testBuildResultColumns1(org.apache.cayenne.access.trans.SelectTranslatorTest) >> Time elapsed: 0.006 sec <<< ERROR! >> java.lang.NullPointerException >> at >> org.apache.cayenne.access.trans.SelectTranslator.getCurrentAlias(SelectTranslator.java:213) >> at >> org.apache.cayenne.access.trans.SelectTranslator.appendColumn(SelectTranslator.java:568) >> at >> org.apache.cayenne.access.trans.SelectTranslator.access$000(SelectTranslator.java:61) >> at >> org.apache.cayenne.access.trans.SelectTranslator$1.visitRelationship(SelectTranslator.java:347) >> at >> org.apache.cayenne.access.trans.SelectTranslator$1.visitToOne(SelectTranslator.java:334) >> at >> org.apache.cayenne.reflect.generic.DataObjectToOneProperty.visit(DataObjectToOneProperty.java:87) >> at >> org.apache.cayenne.reflect.PersistentDescriptor.visitDeclaredProperties(PersistentDescriptor.java:374) >> at >> org.apache.cayenne.reflect.PersistentDescriptor.visitProperties(PersistentDescriptor.java:406) >> at >> org.apache.cayenne.reflect.PersistentDescriptor.visitAllProperties(PersistentDescriptor.java:386) >> at >> org.apache.cayenne.reflect.LazyClassDescriptorDecorator.visitAllProperties(LazyClassDescriptorDecorator.java:184) >> at >> org.apache.cayenne.access.trans.SelectTranslator.appendQueryColumns(SelectTranslator.java:352) >> at >> org.apache.cayenne.access.trans.SelectTranslator.buildResultColumns(SelectTranslator.java:275) >> at >> org.apache.cayenne.access.trans.SelectTranslatorTest.testBuildResultColumns1(SelectTranslatorTest.java:898) >> >> >> testBuildResultColumns2(org.apache.cayenne.access.trans.SelectTranslatorTest) >> Time elapsed: 0.003 sec <<< ERROR! >> java.lang.NullPointerException >> at >> org.apache.cayenne.access.trans.SelectTranslator.getCurrentAlias(SelectTranslator.java:213) >> at >> org.apache.cayenne.access.trans.SelectTranslator.appendColumn(SelectTranslator.java:568) >> at >> org.apache.cayenne.access.trans.SelectTranslator.access$000(SelectTranslator.java:61) >> at >> org.apache.cayenne.access.trans.SelectTranslator$1.visitRelationship(SelectTranslator.java:347) >> at >> org.apache.cayenne.access.trans.SelectTranslator$1.visitToOne(SelectTranslator.java:334) >> at >> org.apache.cayenne.reflect.generic.DataObjectToOneProperty.visit(DataObjectToOneProperty.java:87) >> at >> org.apache.cayenne.reflect.PersistentDescriptor.visitDeclaredProperties(PersistentDescriptor.java:374) >> at >> org.apache.cayenne.reflect.PersistentDescriptor.visitProperties(PersistentDescriptor.java:406) >> at >> org.apache.cayenne.reflect.PersistentDescriptor.visitAllProperties(PersistentDescriptor.java:386) >> at >> org.apache.cayenne.reflect.LazyClassDescriptorDecorator.visitAllProperties(LazyClassDescriptorDecorator.java:184) >> at >> org.apache.cayenne.access.trans.SelectTranslator.appendQueryColumns(SelectTranslator.java:352) >> at >> org.apache.cayenne.access.trans.SelectTranslator.buildResultColumns(SelectTranslator.java:275) >> at >> org.apache.cayenne.access.trans.SelectTranslatorTest.testBuildResultColumns2(SelectTranslatorTest.java:918) >> >> -- >> Kevin >> >> >> >> On Sun, Feb 8, 2009 at 12:26 PM, Andrus Adamchik <[email protected]> >> wrote: >>> >>> There's a bunch of new tests related to CAY-289. All work for me from >>> Maven >>> or Eclipse on OS X and Fedora. >>> >>> What are the failures? >>> >>> Andrus >>> >>> On Feb 8, 2009, at 6:44 PM, Kevin Menard wrote: >>> >>>> Does anyone know what the deal with SelectTranslatorTest is? I assume >>>> it's supposed to pass, but I'm seeing some oddities: >>>> >>>> MacOS + mvn: PASS (or at least no failure raised) >>>> MacOS + run in IDEA: FAIL >>>> Ubuntu + mvn: FAIL >>>> Ubuntu + run in IDEA: FAIL >>>> >>>> So, I'm wondering if someone did something to cause the test to skip >>>> for maven and it only works on MacOS or if there's a bug even with our >>>> maven build. >>>> >>>> -- >>>> Kevin >>>> >>> >>> >> > > From [email protected] Mon Feb 09 13:14:10 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58782 invoked from network); 9 Feb 2009 13:14:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Feb 2009 13:14:10 -0000 Received: (qmail 19041 invoked by uid 500); 9 Feb 2009 13:14:10 -0000 Delivered-To: [email protected] Received: (qmail 18933 invoked by uid 500); 9 Feb 2009 13:14:10 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 18922 invoked by uid 99); 9 Feb 2009 13:14:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2009 05:14:10 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 09 Feb 2009 13:14:03 +0000 Received: (qmail 18022 invoked from network); 9 Feb 2009 13:13:41 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 9 Feb 2009 13:13:41 -0000 Message-Id: <[email protected]> From: Andrus Adamchik <[email protected]> To: [email protected] In-Reply-To: <[email protected]> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: SelectTranslatorTest Date: Mon, 9 Feb 2009 15:13:40 +0200 References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org There's already a patch by Olga: https://issues.apache.org/cayenne/secure/attachment/10812/SelectTranslatorTest.txt I haven't looked at it yet, so you are welcome to try it out and commit if it works. Andrus On Feb 9, 2009, at 3:10 PM, Kevin Menard wrote: > Knowing that it is a legitimate failure, I can take a crack at it, > too. The failure is very reproducible for me. I know how much of a > pain it can be to track down something you don't see yourself. > > -- > Kevin > > > > On Mon, Feb 9, 2009 at 2:00 AM, Andrus Adamchik <[email protected] > > wrote: >> I see. The failures seem to be related to indeterministic order of >> columns >> in the SELECT clause. I.e. the string produced has all the same >> columns as >> the string expected, just in a different order. Let me take a look. >> >> Andrus >> >> >> On Feb 8, 2009, at 7:45 PM, Kevin Menard wrote: >> >>> Here is the surefire report. The NPEs seem to be a result of the >>> joinStack being NULL. I traced through a debugger and it indeed is >>> never initialized. Like I said, when I ran this test class in >>> isolation in MacOS, I found the same problem. But not when run >>> through maven. >>> >>> I didn't bother looking in depth at the 4 failures, just the 2 >>> errors. >>> >>> -- >>> Kevin >>> >>> >>> ------------------------------------------------------------------------------- >>> Test set: org.apache.cayenne.access.trans.SelectTranslatorTest >>> >>> ------------------------------------------------------------------------------- >>> Tests run: 17, Failures: 4, Errors: 2, Skipped: 0, Time elapsed: >>> 0.054 >>> sec <<< FAILURE! >>> >>> testCreateSqlStringWithQuoteSqlIdentifiers >>> (org.apache.cayenne.access.trans.SelectTranslatorTest) >>> Time elapsed: 0.001 sec <<< FAILURE! >>> junit.framework.ComparisonFailure: expected:<...ARTIST_NAME", >>> "t0"."ARTIST_ID", "t0"."DATE_OF_BIRTH...> but >>> was:<...DATE_OF_BIRTH", >>> "t0"."ARTIST_ID", "t0"."ARTIST_NAME...> >>> at junit.framework.Assert.assertEquals(Assert.java:81) >>> at junit.framework.Assert.assertEquals(Assert.java:87) >>> at >>> org.apache.cayenne.access.trans.SelectTranslatorTest >>> $12.test(SelectTranslatorTest.java:484) >>> at >>> org.apache.cayenne.access.trans.SelectTranslatorTest >>> $Template.test(SelectTranslatorTest.java:966) >>> at >>> org >>> .apache >>> .cayenne >>> .access >>> .trans >>> .SelectTranslatorTest >>> .testCreateSqlStringWithQuoteSqlIdentifiers >>> (SelectTranslatorTest.java:488) >>> >>> >>> testCreateSqlStringWithQuoteSqlIdentifiers2 >>> (org.apache.cayenne.access.trans.SelectTranslatorTest) >>> Time elapsed: 0.001 sec <<< FAILURE! >>> junit.framework.ComparisonFailure: expected:<...ARTIST_NAME", >>> "t0"."ARTIST_ID", "t0"."DATE_OF_BIRTH...> but >>> was:<...DATE_OF_BIRTH", >>> "t0"."ARTIST_ID", "t0"."ARTIST_NAME...> >>> at junit.framework.Assert.assertEquals(Assert.java:81) >>> at junit.framework.Assert.assertEquals(Assert.java:87) >>> at >>> org.apache.cayenne.access.trans.SelectTranslatorTest >>> $13.test(SelectTranslatorTest.java:566) >>> at >>> org.apache.cayenne.access.trans.SelectTranslatorTest >>> $Template.test(SelectTranslatorTest.java:966) >>> at >>> org >>> .apache >>> .cayenne >>> .access >>> .trans >>> .SelectTranslatorTest >>> .testCreateSqlStringWithQuoteSqlIdentifiers2 >>> (SelectTranslatorTest.java:570) >>> >>> >>> testCreateSqlStringWithQuoteSqlIdentifiers3 >>> (org.apache.cayenne.access.trans.SelectTranslatorTest) >>> Time elapsed: 0.005 sec <<< FAILURE! >>> junit.framework.ComparisonFailure: expected:<...ARTIST_NAME", >>> "t0"."ARTIST_ID", "t0"."DATE_OF_BIRTH...> but >>> was:<...DATE_OF_BIRTH", >>> "t0"."ARTIST_ID", "t0"."ARTIST_NAME...> >>> at junit.framework.Assert.assertEquals(Assert.java:81) >>> at junit.framework.Assert.assertEquals(Assert.java:87) >>> at >>> org.apache.cayenne.access.trans.SelectTranslatorTest >>> $14.test(SelectTranslatorTest.java:739) >>> at >>> org.apache.cayenne.access.trans.SelectTranslatorTest >>> $Template.test(SelectTranslatorTest.java:966) >>> at >>> org >>> .apache >>> .cayenne >>> .access >>> .trans >>> .SelectTranslatorTest >>> .testCreateSqlStringWithQuoteSqlIdentifiers3 >>> (SelectTranslatorTest.java:743) >>> >>> >>> testCreateSqlStringWithQuoteSqlIdentifiers4 >>> (org.apache.cayenne.access.trans.SelectTranslatorTest) >>> Time elapsed: 0.001 sec <<< FAILURE! >>> junit.framework.ComparisonFailure: expected:<...ARTIST_ID", >>> "t0"."PAINTING_ID", "t0"."GALLERY_ID", "t0"."PAINTING_DESCRIPTION", >>> "t0"."ESTIMATED_PRICE", "t0"."PAINTING_TITLE...> but >>> was:<...PAINTING_TITLE", "t0"."ARTIST_ID", >>> "t0"."PAINTING_DESCRIPTION", "t0"."ESTIMATED_PRICE", >>> "t0"."GALLERY_ID", "t0"."PAINTING_ID...> >>> at junit.framework.Assert.assertEquals(Assert.java:81) >>> at junit.framework.Assert.assertEquals(Assert.java:87) >>> at >>> org.apache.cayenne.access.trans.SelectTranslatorTest >>> $15.test(SelectTranslatorTest.java:879) >>> at >>> org.apache.cayenne.access.trans.SelectTranslatorTest >>> $Template.test(SelectTranslatorTest.java:966) >>> at >>> org >>> .apache >>> .cayenne >>> .access >>> .trans >>> .SelectTranslatorTest >>> .testCreateSqlStringWithQuoteSqlIdentifiers4 >>> (SelectTranslatorTest.java:883) >>> >>> >>> testBuildResultColumns1 >>> (org.apache.cayenne.access.trans.SelectTranslatorTest) >>> Time elapsed: 0.006 sec <<< ERROR! >>> java.lang.NullPointerException >>> at >>> org >>> .apache >>> .cayenne >>> .access >>> .trans.SelectTranslator.getCurrentAlias(SelectTranslator.java:213) >>> at >>> org >>> .apache >>> .cayenne >>> .access.trans.SelectTranslator.appendColumn(SelectTranslator.java: >>> 568) >>> at >>> org.apache.cayenne.access.trans.SelectTranslator.access >>> $000(SelectTranslator.java:61) >>> at >>> org.apache.cayenne.access.trans.SelectTranslator >>> $1.visitRelationship(SelectTranslator.java:347) >>> at >>> org.apache.cayenne.access.trans.SelectTranslator >>> $1.visitToOne(SelectTranslator.java:334) >>> at >>> org >>> .apache >>> .cayenne >>> .reflect >>> .generic >>> .DataObjectToOneProperty.visit(DataObjectToOneProperty.java:87) >>> at >>> org >>> .apache >>> .cayenne >>> .reflect >>> .PersistentDescriptor >>> .visitDeclaredProperties(PersistentDescriptor.java:374) >>> at >>> org >>> .apache >>> .cayenne >>> .reflect >>> .PersistentDescriptor.visitProperties(PersistentDescriptor.java:406) >>> at >>> org >>> .apache >>> .cayenne >>> .reflect >>> .PersistentDescriptor.visitAllProperties(PersistentDescriptor.java: >>> 386) >>> at >>> org >>> .apache >>> .cayenne >>> .reflect >>> .LazyClassDescriptorDecorator >>> .visitAllProperties(LazyClassDescriptorDecorator.java:184) >>> at >>> org >>> .apache >>> .cayenne >>> .access >>> .trans.SelectTranslator.appendQueryColumns(SelectTranslator.java: >>> 352) >>> at >>> org >>> .apache >>> .cayenne >>> .access >>> .trans.SelectTranslator.buildResultColumns(SelectTranslator.java: >>> 275) >>> at >>> org >>> .apache >>> .cayenne >>> .access >>> .trans >>> .SelectTranslatorTest >>> .testBuildResultColumns1(SelectTranslatorTest.java:898) >>> >>> >>> testBuildResultColumns2 >>> (org.apache.cayenne.access.trans.SelectTranslatorTest) >>> Time elapsed: 0.003 sec <<< ERROR! >>> java.lang.NullPointerException >>> at >>> org >>> .apache >>> .cayenne >>> .access >>> .trans.SelectTranslator.getCurrentAlias(SelectTranslator.java:213) >>> at >>> org >>> .apache >>> .cayenne >>> .access.trans.SelectTranslator.appendColumn(SelectTranslator.java: >>> 568) >>> at >>> org.apache.cayenne.access.trans.SelectTranslator.access >>> $000(SelectTranslator.java:61) >>> at >>> org.apache.cayenne.access.trans.SelectTranslator >>> $1.visitRelationship(SelectTranslator.java:347) >>> at >>> org.apache.cayenne.access.trans.SelectTranslator >>> $1.visitToOne(SelectTranslator.java:334) >>> at >>> org >>> .apache >>> .cayenne >>> .reflect >>> .generic >>> .DataObjectToOneProperty.visit(DataObjectToOneProperty.java:87) >>> at >>> org >>> .apache >>> .cayenne >>> .reflect >>> .PersistentDescriptor >>> .visitDeclaredProperties(PersistentDescriptor.java:374) >>> at >>> org >>> .apache >>> .cayenne >>> .reflect >>> .PersistentDescriptor.visitProperties(PersistentDescriptor.java:406) >>> at >>> org >>> .apache >>> .cayenne >>> .reflect >>> .PersistentDescriptor.visitAllProperties(PersistentDescriptor.java: >>> 386) >>> at >>> org >>> .apache >>> .cayenne >>> .reflect >>> .LazyClassDescriptorDecorator >>> .visitAllProperties(LazyClassDescriptorDecorator.java:184) >>> at >>> org >>> .apache >>> .cayenne >>> .access >>> .trans.SelectTranslator.appendQueryColumns(SelectTranslator.java: >>> 352) >>> at >>> org >>> .apache >>> .cayenne >>> .access >>> .trans.SelectTranslator.buildResultColumns(SelectTranslator.java: >>> 275) >>> at >>> org >>> .apache >>> .cayenne >>> .access >>> .trans >>> .SelectTranslatorTest >>> .testBuildResultColumns2(SelectTranslatorTest.java:918) >>> >>> -- >>> Kevin >>> >>> >>> >>> On Sun, Feb 8, 2009 at 12:26 PM, Andrus Adamchik <[email protected] >>> > >>> wrote: >>>> >>>> There's a bunch of new tests related to CAY-289. All work for me >>>> from >>>> Maven >>>> or Eclipse on OS X and Fedora. >>>> >>>> What are the failures? >>>> >>>> Andrus >>>> >>>> On Feb 8, 2009, at 6:44 PM, Kevin Menard wrote: >>>> >>>>> Does anyone know what the deal with SelectTranslatorTest is? I >>>>> assume >>>>> it's supposed to pass, but I'm seeing some oddities: >>>>> >>>>> MacOS + mvn: PASS (or at least no failure raised) >>>>> MacOS + run in IDEA: FAIL >>>>> Ubuntu + mvn: FAIL >>>>> Ubuntu + run in IDEA: FAIL >>>>> >>>>> So, I'm wondering if someone did something to cause the test to >>>>> skip >>>>> for maven and it only works on MacOS or if there's a bug even >>>>> with our >>>>> maven build. >>>>> >>>>> -- >>>>> Kevin >>>>> >>>> >>>> >>> >> >> > From [email protected] Mon Feb 09 13:50:36 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80876 invoked from network); 9 Feb 2009 13:50:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Feb 2009 13:50:36 -0000 Received: (qmail 62037 invoked by uid 500); 9 Feb 2009 13:50:36 -0000 Delivered-To: [email protected] Received: (qmail 62018 invoked by uid 500); 9 Feb 2009 13:50:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 62007 invoked by uid 99); 9 Feb 2009 13:50:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2009 05:50:35 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-qy0-f21.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2009 13:50:29 +0000 Received: by qyk14 with SMTP id 14so3493788qyk.4 for <[email protected]>; Mon, 09 Feb 2009 05:50:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=u0fVCy2px+ORHQncqBYwBXxqk+++jOGEPp5DTq10Bi0=; b=IeqsoCJ/bJKIYi0mZDEyuRA2NAgZL261LV6Br+vQerDbbfP+BZeb9JvFgOP17ZPq1E gwG5E1yYlZ60YlsERu8DGqqF72Qo5q+AnK3yL+Kj7ZETZ66toWylKLE2vkZtJlkhxt0v lu45UCh6bAMZ/njR0dXJ0W6WjRNLtoSaxSJgM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=JqpKzV+MPI63MQtDbOTR+a/p4wvjBd98WLlhYMTDXLihosreItWhU1X+VCOLk0gAiU H176/iDuHMGgKxHLa8heCUmRXB2VTnMYl7yZk0ZXrUFv758AnUyS1FtDnSn6opSn2NuQ YIvOsSCM8yNmjoF2DRk5deoDsNNAGr4bJOeTg= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id n20mr1044227qck.94.1234187408042; Mon, 09 Feb 2009 05:50:08 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Mon, 9 Feb 2009 08:50:08 -0500 Message-ID: <[email protected]> Subject: Re: SelectTranslatorTest From: Kevin Menard <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I'll give it a look later this evening. -- Kevin On Mon, Feb 9, 2009 at 8:13 AM, Andrus Adamchik <[email protected]> wrote: > There's already a patch by Olga: > > https://issues.apache.org/cayenne/secure/attachment/10812/SelectTranslatorTest.txt > > I haven't looked at it yet, so you are welcome to try it out and commit if > it works. > > Andrus > > On Feb 9, 2009, at 3:10 PM, Kevin Menard wrote: > >> Knowing that it is a legitimate failure, I can take a crack at it, >> too. The failure is very reproducible for me. I know how much of a >> pain it can be to track down something you don't see yourself. >> >> -- >> Kevin >> >> >> >> On Mon, Feb 9, 2009 at 2:00 AM, Andrus Adamchik <[email protected]> >> wrote: >>> >>> I see. The failures seem to be related to indeterministic order of >>> columns >>> in the SELECT clause. I.e. the string produced has all the same columns >>> as >>> the string expected, just in a different order. Let me take a look. >>> >>> Andrus >>> >>> >>> On Feb 8, 2009, at 7:45 PM, Kevin Menard wrote: >>> >>>> Here is the surefire report. The NPEs seem to be a result of the >>>> joinStack being NULL. I traced through a debugger and it indeed is >>>> never initialized. Like I said, when I ran this test class in >>>> isolation in MacOS, I found the same problem. But not when run >>>> through maven. >>>> >>>> I didn't bother looking in depth at the 4 failures, just the 2 errors. >>>> >>>> -- >>>> Kevin >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------- >>>> Test set: org.apache.cayenne.access.trans.SelectTranslatorTest >>>> >>>> >>>> ------------------------------------------------------------------------------- >>>> Tests run: 17, Failures: 4, Errors: 2, Skipped: 0, Time elapsed: 0.054 >>>> sec <<< FAILURE! >>>> >>>> >>>> testCreateSqlStringWithQuoteSqlIdentifiers(org.apache.cayenne.access.trans.SelectTranslatorTest) >>>> Time elapsed: 0.001 sec <<< FAILURE! >>>> junit.framework.ComparisonFailure: expected:<...ARTIST_NAME", >>>> "t0"."ARTIST_ID", "t0"."DATE_OF_BIRTH...> but was:<...DATE_OF_BIRTH", >>>> "t0"."ARTIST_ID", "t0"."ARTIST_NAME...> >>>> at junit.framework.Assert.assertEquals(Assert.java:81) >>>> at junit.framework.Assert.assertEquals(Assert.java:87) >>>> at >>>> >>>> org.apache.cayenne.access.trans.SelectTranslatorTest$12.test(SelectTranslatorTest.java:484) >>>> at >>>> >>>> org.apache.cayenne.access.trans.SelectTranslatorTest$Template.test(SelectTranslatorTest.java:966) >>>> at >>>> >>>> org.apache.cayenne.access.trans.SelectTranslatorTest.testCreateSqlStringWithQuoteSqlIdentifiers(SelectTranslatorTest.java:488) >>>> >>>> >>>> >>>> testCreateSqlStringWithQuoteSqlIdentifiers2(org.apache.cayenne.access.trans.SelectTranslatorTest) >>>> Time elapsed: 0.001 sec <<< FAILURE! >>>> junit.framework.ComparisonFailure: expected:<...ARTIST_NAME", >>>> "t0"."ARTIST_ID", "t0"."DATE_OF_BIRTH...> but was:<...DATE_OF_BIRTH", >>>> "t0"."ARTIST_ID", "t0"."ARTIST_NAME...> >>>> at junit.framework.Assert.assertEquals(Assert.java:81) >>>> at junit.framework.Assert.assertEquals(Assert.java:87) >>>> at >>>> >>>> org.apache.cayenne.access.trans.SelectTranslatorTest$13.test(SelectTranslatorTest.java:566) >>>> at >>>> >>>> org.apache.cayenne.access.trans.SelectTranslatorTest$Template.test(SelectTranslatorTest.java:966) >>>> at >>>> >>>> org.apache.cayenne.access.trans.SelectTranslatorTest.testCreateSqlStringWithQuoteSqlIdentifiers2(SelectTranslatorTest.java:570) >>>> >>>> >>>> >>>> testCreateSqlStringWithQuoteSqlIdentifiers3(org.apache.cayenne.access.trans.SelectTranslatorTest) >>>> Time elapsed: 0.005 sec <<< FAILURE! >>>> junit.framework.ComparisonFailure: expected:<...ARTIST_NAME", >>>> "t0"."ARTIST_ID", "t0"."DATE_OF_BIRTH...> but was:<...DATE_OF_BIRTH", >>>> "t0"."ARTIST_ID", "t0"."ARTIST_NAME...> >>>> at junit.framework.Assert.assertEquals(Assert.java:81) >>>> at junit.framework.Assert.assertEquals(Assert.java:87) >>>> at >>>> >>>> org.apache.cayenne.access.trans.SelectTranslatorTest$14.test(SelectTranslatorTest.java:739) >>>> at >>>> >>>> org.apache.cayenne.access.trans.SelectTranslatorTest$Template.test(SelectTranslatorTest.java:966) >>>> at >>>> >>>> org.apache.cayenne.access.trans.SelectTranslatorTest.testCreateSqlStringWithQuoteSqlIdentifiers3(SelectTranslatorTest.java:743) >>>> >>>> >>>> >>>> testCreateSqlStringWithQuoteSqlIdentifiers4(org.apache.cayenne.access.trans.SelectTranslatorTest) >>>> Time elapsed: 0.001 sec <<< FAILURE! >>>> junit.framework.ComparisonFailure: expected:<...ARTIST_ID", >>>> "t0"."PAINTING_ID", "t0"."GALLERY_ID", "t0"."PAINTING_DESCRIPTION", >>>> "t0"."ESTIMATED_PRICE", "t0"."PAINTING_TITLE...> but >>>> was:<...PAINTING_TITLE", "t0"."ARTIST_ID", >>>> "t0"."PAINTING_DESCRIPTION", "t0"."ESTIMATED_PRICE", >>>> "t0"."GALLERY_ID", "t0"."PAINTING_ID...> >>>> at junit.framework.Assert.assertEquals(Assert.java:81) >>>> at junit.framework.Assert.assertEquals(Assert.java:87) >>>> at >>>> >>>> org.apache.cayenne.access.trans.SelectTranslatorTest$15.test(SelectTranslatorTest.java:879) >>>> at >>>> >>>> org.apache.cayenne.access.trans.SelectTranslatorTest$Template.test(SelectTranslatorTest.java:966) >>>> at >>>> >>>> org.apache.cayenne.access.trans.SelectTranslatorTest.testCreateSqlStringWithQuoteSqlIdentifiers4(SelectTranslatorTest.java:883) >>>> >>>> >>>> >>>> testBuildResultColumns1(org.apache.cayenne.access.trans.SelectTranslatorTest) >>>> Time elapsed: 0.006 sec <<< ERROR! >>>> java.lang.NullPointerException >>>> at >>>> >>>> org.apache.cayenne.access.trans.SelectTranslator.getCurrentAlias(SelectTranslator.java:213) >>>> at >>>> >>>> org.apache.cayenne.access.trans.SelectTranslator.appendColumn(SelectTranslator.java:568) >>>> at >>>> >>>> org.apache.cayenne.access.trans.SelectTranslator.access$000(SelectTranslator.java:61) >>>> at >>>> >>>> org.apache.cayenne.access.trans.SelectTranslator$1.visitRelationship(SelectTranslator.java:347) >>>> at >>>> >>>> org.apache.cayenne.access.trans.SelectTranslator$1.visitToOne(SelectTranslator.java:334) >>>> at >>>> >>>> org.apache.cayenne.reflect.generic.DataObjectToOneProperty.visit(DataObjectToOneProperty.java:87) >>>> at >>>> >>>> org.apache.cayenne.reflect.PersistentDescriptor.visitDeclaredProperties(PersistentDescriptor.java:374) >>>> at >>>> >>>> org.apache.cayenne.reflect.PersistentDescriptor.visitProperties(PersistentDescriptor.java:406) >>>> at >>>> >>>> org.apache.cayenne.reflect.PersistentDescriptor.visitAllProperties(PersistentDescriptor.java:386) >>>> at >>>> >>>> org.apache.cayenne.reflect.LazyClassDescriptorDecorator.visitAllProperties(LazyClassDescriptorDecorator.java:184) >>>> at >>>> >>>> org.apache.cayenne.access.trans.SelectTranslator.appendQueryColumns(SelectTranslator.java:352) >>>> at >>>> >>>> org.apache.cayenne.access.trans.SelectTranslator.buildResultColumns(SelectTranslator.java:275) >>>> at >>>> >>>> org.apache.cayenne.access.trans.SelectTranslatorTest.testBuildResultColumns1(SelectTranslatorTest.java:898) >>>> >>>> >>>> >>>> testBuildResultColumns2(org.apache.cayenne.access.trans.SelectTranslatorTest) >>>> Time elapsed: 0.003 sec <<< ERROR! >>>> java.lang.NullPointerException >>>> at >>>> >>>> org.apache.cayenne.access.trans.SelectTranslator.getCurrentAlias(SelectTranslator.java:213) >>>> at >>>> >>>> org.apache.cayenne.access.trans.SelectTranslator.appendColumn(SelectTranslator.java:568) >>>> at >>>> >>>> org.apache.cayenne.access.trans.SelectTranslator.access$000(SelectTranslator.java:61) >>>> at >>>> >>>> org.apache.cayenne.access.trans.SelectTranslator$1.visitRelationship(SelectTranslator.java:347) >>>> at >>>> >>>> org.apache.cayenne.access.trans.SelectTranslator$1.visitToOne(SelectTranslator.java:334) >>>> at >>>> >>>> org.apache.cayenne.reflect.generic.DataObjectToOneProperty.visit(DataObjectToOneProperty.java:87) >>>> at >>>> >>>> org.apache.cayenne.reflect.PersistentDescriptor.visitDeclaredProperties(PersistentDescriptor.java:374) >>>> at >>>> >>>> org.apache.cayenne.reflect.PersistentDescriptor.visitProperties(PersistentDescriptor.java:406) >>>> at >>>> >>>> org.apache.cayenne.reflect.PersistentDescriptor.visitAllProperties(PersistentDescriptor.java:386) >>>> at >>>> >>>> org.apache.cayenne.reflect.LazyClassDescriptorDecorator.visitAllProperties(LazyClassDescriptorDecorator.java:184) >>>> at >>>> >>>> org.apache.cayenne.access.trans.SelectTranslator.appendQueryColumns(SelectTranslator.java:352) >>>> at >>>> >>>> org.apache.cayenne.access.trans.SelectTranslator.buildResultColumns(SelectTranslator.java:275) >>>> at >>>> >>>> org.apache.cayenne.access.trans.SelectTranslatorTest.testBuildResultColumns2(SelectTranslatorTest.java:918) >>>> >>>> -- >>>> Kevin >>>> >>>> >>>> >>>> On Sun, Feb 8, 2009 at 12:26 PM, Andrus Adamchik >>>> <[email protected]> >>>> wrote: >>>>> >>>>> There's a bunch of new tests related to CAY-289. All work for me from >>>>> Maven >>>>> or Eclipse on OS X and Fedora. >>>>> >>>>> What are the failures? >>>>> >>>>> Andrus >>>>> >>>>> On Feb 8, 2009, at 6:44 PM, Kevin Menard wrote: >>>>> >>>>>> Does anyone know what the deal with SelectTranslatorTest is? I assume >>>>>> it's supposed to pass, but I'm seeing some oddities: >>>>>> >>>>>> MacOS + mvn: PASS (or at least no failure raised) >>>>>> MacOS + run in IDEA: FAIL >>>>>> Ubuntu + mvn: FAIL >>>>>> Ubuntu + run in IDEA: FAIL >>>>>> >>>>>> So, I'm wondering if someone did something to cause the test to skip >>>>>> for maven and it only works on MacOS or if there's a bug even with our >>>>>> maven build. >>>>>> >>>>>> -- >>>>>> Kevin >>>>>> >>>>> >>>>> >>>> >>> >>> >> > > From [email protected] Mon Feb 09 15:15:00 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58862 invoked from network); 9 Feb 2009 15:15:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Feb 2009 15:15:00 -0000 Received: (qmail 78665 invoked by uid 500); 9 Feb 2009 15:15:00 -0000 Delivered-To: [email protected] Received: (qmail 78656 invoked by uid 500); 9 Feb 2009 15:15:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 78645 invoked by uid 99); 9 Feb 2009 15:15:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2009 07:15:00 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO rn-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2009 15:14:52 +0000 Received: by rn-out-0910.google.com with SMTP id j43so1418862rne.3 for <[email protected]>; Mon, 09 Feb 2009 07:14:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=AqmzAMS//HUhhGBtpQXxaWQOz96q+t8V2bY5iGDX4Cc=; b=euD5mkfeHd3vxPgFuJKZdbBRGBLN08XQqoMaOCM1yE43nzedrQAIrhbkpdO6j/s5G6 vjzeTGgIdQHQDLU9AYrRQ7KomzrvHGeITe8QGDZytath1q+Vki0/PMlxZjY/YtQVoxdg lkYcqVJUFkTz0IYnR/JbrhpO3XfOjIoTTSzg4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=htnV5A5CTAV9m5hdz813UwDK4JF1PBDBS55FkA3S6vqwjGXeLb6QVo0b+RXLb6TaLv SKIYgD8EtRSxuLA5wphpE1QGvi3NQVbXrdo2R1c+4i6OVXmiEz+RUnI5OhB4fn3w/wSc wFYGO2kamac7ibAocL04PQxdyX3Qc4lov+wYs= Received: by 161.129.204.104 with SMTP id q10mr2877519anq.1.1234192471367; Mon, 09 Feb 2009 07:14:31 -0800 (PST) Received: from ?161.129.204.104? (obstyle.vessobel.by [161.129.204.104]) by mx.google.com with ESMTPS id c40sm6341356anc.28.2161.129.204.104.14.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 09 Feb 2009 07:14:30 -0800 (PST) Message-Id: <[email protected]> From: Anatol Lutski <[email protected]> To: [email protected] Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: CAY-1173 Expose QueryLogger invocations as events Date: Mon, 9 Feb 2009 17:14:26 +0200 X-Mailer: Apple Mail (2.929.2) X-Virus-Checked: Checked by ClamAV on apache.org Hi, guys. I work together with Andrus and have a chance to take part in Cayenne- development. I've just added my first patch to the mentioned task and it's very important for me to know your feedback. Description: https://issues.apache.org/cayenne/browse/CAY-1173 Patch https://issues.apache.org/cayenne/secure/attachment/10813/innitial_steps_log_ProcedureAction.txt "innitial_steps_log_ProcedureAction.txt" is an initial step of implementation. Statistics collection is shown by the example of ProcedureAction. The main idea is to have pair of events which will be generated in the beginning and in the end of each transaction/action execution, and also to have one event which saves logging info immediately. We need this action because it's necessary to save executable sql before start - in order to check it in the case of an error. OperationObserver is present at any moment of an operation execution. So it's used as a statistics collector. DefaultStatisticsCollector - a new base abstract class implementing additional functions for collecting info. All classes which now implement OperationObserver have to extends this one. (It's a reason why the code ins't compiled - cause the declaration was changed only for DataDomainQueryAction). Some notes about classes. New events: ActionFinishEvent, ActionStartEvent, FixInfoEvent, TrxFinishEvent, TrxStaetEvent. EventFacade - static class, used for posting events in different places of framework. Configuration - initialization of the listener LoggingListener - default processor of Events. DataNode, ProcedureTranslator - here you can see how the event which immediately saves info in log is posted BaseSQLAction - here log info is being collected in Observer ProcedureAction- the pair of start and finish events is generated Please check the main idea. If everything is right I add the same logging for the rest of the actions. WBR, Anatol. From [email protected] Tue Feb 10 14:37:15 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74578 invoked from network); 10 Feb 2009 14:37:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Feb 2009 14:37:15 -0000 Received: (qmail 96800 invoked by uid 500); 10 Feb 2009 14:37:15 -0000 Delivered-To: [email protected] Received: (qmail 96684 invoked by uid 500); 10 Feb 2009 14:37:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 96669 invoked by uid 99); 10 Feb 2009 14:37:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 06:37:14 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hudson.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 14:37:12 +0000 Received: from hudson.zones.apache.org (localhost [161.129.204.104]) by hudson.zones.apache.org (8.13.8+Sun/8.13.8) with ESMTP id n1AEaoWE026080; Tue, 10 Feb 2009 09:36:50 -0500 (EST) Date: Tue, 10 Feb 2009 14:36:50 +0000 (UTC) From: Apache Hudson Server <[email protected]> To: [email protected], [email protected] Message-ID: <[email protected]> Subject: Cayenne-trunk - Build # 328 - Failure MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org The Apache Hudson build system has built Cayenne-trunk (build #328) Status: Failure Check console output at http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/328/ to view the results. From [email protected] Tue Feb 10 14:54:31 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80026 invoked from network); 10 Feb 2009 14:54:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Feb 2009 14:54:31 -0000 Received: (qmail 35133 invoked by uid 500); 10 Feb 2009 14:54:30 -0000 Delivered-To: [email protected] Received: (qmail 35122 invoked by uid 500); 10 Feb 2009 14:54:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 35111 invoked by uid 99); 10 Feb 2009 14:54:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 06:54:30 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 10 Feb 2009 14:54:24 +0000 Received: (qmail 5203 invoked from network); 10 Feb 2009 14:54:03 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 10 Feb 2009 14:54:03 -0000 Message-Id: <[email protected]> From: Andrus Adamchik <[email protected]> To: [email protected] In-Reply-To: <[email protected]> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: Cayenne-trunk - Build # 328 - Failure Date: Tue, 10 Feb 2009 16:54:02 +0200 References: <[email protected]> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org The same mdimension repo failure as before :-/ I thought for some time to strip japplication plugin from WOProject (and even polled the woproject list about it. the result - nobody cares if I do it). Just don't have enough time to actually do it. Andrus On Feb 10, 2009, at 4:36 PM, Apache Hudson Server wrote: > The Apache Hudson build system has built Cayenne-trunk (build #328) > > Status: Failure > > Check console output at http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/328/ > to view the results. > From [email protected] Tue Feb 10 17:26:28 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65261 invoked from network); 10 Feb 2009 17:26:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Feb 2009 17:26:26 -0000 Received: (qmail 50226 invoked by uid 500); 10 Feb 2009 17:26:26 -0000 Delivered-To: [email protected] Received: (qmail 50210 invoked by uid 500); 10 Feb 2009 17:26:26 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 50198 invoked by uid 99); 10 Feb 2009 17:26:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 09:26:26 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-qy0-f21.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 17:26:19 +0000 Received: by qyk14 with SMTP id 14so4469310qyk.4 for <[email protected]>; Tue, 10 Feb 2009 09:25:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=h/gvewD2wGnVPd34xFoHFtX/W0PDizG6OBOa1c7nqjQ=; b=LojbqEdou4f2T6kSGBT8QYvyMLAg1EUR1lR71hfqbQeDLBCGc0Ut+AwRspVJGEHPJ0 ernxc7vhgcqfl8cXw0lg28IMKNicwYAQgMo+Z9W/fP+/RaN4arAIReLCqrgYwHlTJdCE lF7WnVID1LkXD/vfed5rqRJ8vmTk4CXBHKXJg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Wmxh2AO9MRbRO8Ix5o8vxbKHBMPtLgx8nNX5cCYQ0+9XmiaJuA2ooaG9rkY4CfJews RFd/4RdNuU8LYCJWQN2dzFuOb0j0Rj7gtph6wWT8Qt2g17uyDhTfKrnS5sBqoPT8m8+i riLVGnLAhxZg+vg5lC94sPC1Y3t/0HDPfzL4w= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id f1mr2903163qcn.103.1234286757216; Tue, 10 Feb 2009 09:25:57 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Tue, 10 Feb 2009 12:25:57 -0500 Message-ID: <[email protected]> Subject: Re: SelectTranslatorTest From: Kevin Menard <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org The patch applied cleanly and fixed the problem on Ubuntu. Still need to test on IDEA in MacOS X, but I suspect it will work as well. -- Kevin On Mon, Feb 9, 2009 at 8:50 AM, Kevin Menard <[email protected]> wrote: > I'll give it a look later this evening. > > -- > Kevin > > > > On Mon, Feb 9, 2009 at 8:13 AM, Andrus Adamchik <[email protected]> wrote: >> There's already a patch by Olga: >> >> https://issues.apache.org/cayenne/secure/attachment/10812/SelectTranslatorTest.txt >> >> I haven't looked at it yet, so you are welcome to try it out and commit if >> it works. >> >> Andrus >> >> On Feb 9, 2009, at 3:10 PM, Kevin Menard wrote: >> >>> Knowing that it is a legitimate failure, I can take a crack at it, >>> too. The failure is very reproducible for me. I know how much of a >>> pain it can be to track down something you don't see yourself. >>> >>> -- >>> Kevin >>> >>> >>> >>> On Mon, Feb 9, 2009 at 2:00 AM, Andrus Adamchik <[email protected]> >>> wrote: >>>> >>>> I see. The failures seem to be related to indeterministic order of >>>> columns >>>> in the SELECT clause. I.e. the string produced has all the same columns >>>> as >>>> the string expected, just in a different order. Let me take a look. >>>> >>>> Andrus >>>> >>>> >>>> On Feb 8, 2009, at 7:45 PM, Kevin Menard wrote: >>>> >>>>> Here is the surefire report. The NPEs seem to be a result of the >>>>> joinStack being NULL. I traced through a debugger and it indeed is >>>>> never initialized. Like I said, when I ran this test class in >>>>> isolation in MacOS, I found the same problem. But not when run >>>>> through maven. >>>>> >>>>> I didn't bother looking in depth at the 4 failures, just the 2 errors. >>>>> >>>>> -- >>>>> Kevin >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------------------------------- >>>>> Test set: org.apache.cayenne.access.trans.SelectTranslatorTest >>>>> >>>>> >>>>> ------------------------------------------------------------------------------- >>>>> Tests run: 17, Failures: 4, Errors: 2, Skipped: 0, Time elapsed: 0.054 >>>>> sec <<< FAILURE! >>>>> >>>>> >>>>> testCreateSqlStringWithQuoteSqlIdentifiers(org.apache.cayenne.access.trans.SelectTranslatorTest) >>>>> Time elapsed: 0.001 sec <<< FAILURE! >>>>> junit.framework.ComparisonFailure: expected:<...ARTIST_NAME", >>>>> "t0"."ARTIST_ID", "t0"."DATE_OF_BIRTH...> but was:<...DATE_OF_BIRTH", >>>>> "t0"."ARTIST_ID", "t0"."ARTIST_NAME...> >>>>> at junit.framework.Assert.assertEquals(Assert.java:81) >>>>> at junit.framework.Assert.assertEquals(Assert.java:87) >>>>> at >>>>> >>>>> org.apache.cayenne.access.trans.SelectTranslatorTest$12.test(SelectTranslatorTest.java:484) >>>>> at >>>>> >>>>> org.apache.cayenne.access.trans.SelectTranslatorTest$Template.test(SelectTranslatorTest.java:966) >>>>> at >>>>> >>>>> org.apache.cayenne.access.trans.SelectTranslatorTest.testCreateSqlStringWithQuoteSqlIdentifiers(SelectTranslatorTest.java:488) >>>>> >>>>> >>>>> >>>>> testCreateSqlStringWithQuoteSqlIdentifiers2(org.apache.cayenne.access.trans.SelectTranslatorTest) >>>>> Time elapsed: 0.001 sec <<< FAILURE! >>>>> junit.framework.ComparisonFailure: expected:<...ARTIST_NAME", >>>>> "t0"."ARTIST_ID", "t0"."DATE_OF_BIRTH...> but was:<...DATE_OF_BIRTH", >>>>> "t0"."ARTIST_ID", "t0"."ARTIST_NAME...> >>>>> at junit.framework.Assert.assertEquals(Assert.java:81) >>>>> at junit.framework.Assert.assertEquals(Assert.java:87) >>>>> at >>>>> >>>>> org.apache.cayenne.access.trans.SelectTranslatorTest$13.test(SelectTranslatorTest.java:566) >>>>> at >>>>> >>>>> org.apache.cayenne.access.trans.SelectTranslatorTest$Template.test(SelectTranslatorTest.java:966) >>>>> at >>>>> >>>>> org.apache.cayenne.access.trans.SelectTranslatorTest.testCreateSqlStringWithQuoteSqlIdentifiers2(SelectTranslatorTest.java:570) >>>>> >>>>> >>>>> >>>>> testCreateSqlStringWithQuoteSqlIdentifiers3(org.apache.cayenne.access.trans.SelectTranslatorTest) >>>>> Time elapsed: 0.005 sec <<< FAILURE! >>>>> junit.framework.ComparisonFailure: expected:<...ARTIST_NAME", >>>>> "t0"."ARTIST_ID", "t0"."DATE_OF_BIRTH...> but was:<...DATE_OF_BIRTH", >>>>> "t0"."ARTIST_ID", "t0"."ARTIST_NAME...> >>>>> at junit.framework.Assert.assertEquals(Assert.java:81) >>>>> at junit.framework.Assert.assertEquals(Assert.java:87) >>>>> at >>>>> >>>>> org.apache.cayenne.access.trans.SelectTranslatorTest$14.test(SelectTranslatorTest.java:739) >>>>> at >>>>> >>>>> org.apache.cayenne.access.trans.SelectTranslatorTest$Template.test(SelectTranslatorTest.java:966) >>>>> at >>>>> >>>>> org.apache.cayenne.access.trans.SelectTranslatorTest.testCreateSqlStringWithQuoteSqlIdentifiers3(SelectTranslatorTest.java:743) >>>>> >>>>> >>>>> >>>>> testCreateSqlStringWithQuoteSqlIdentifiers4(org.apache.cayenne.access.trans.SelectTranslatorTest) >>>>> Time elapsed: 0.001 sec <<< FAILURE! >>>>> junit.framework.ComparisonFailure: expected:<...ARTIST_ID", >>>>> "t0"."PAINTING_ID", "t0"."GALLERY_ID", "t0"."PAINTING_DESCRIPTION", >>>>> "t0"."ESTIMATED_PRICE", "t0"."PAINTING_TITLE...> but >>>>> was:<...PAINTING_TITLE", "t0"."ARTIST_ID", >>>>> "t0"."PAINTING_DESCRIPTION", "t0"."ESTIMATED_PRICE", >>>>> "t0"."GALLERY_ID", "t0"."PAINTING_ID...> >>>>> at junit.framework.Assert.assertEquals(Assert.java:81) >>>>> at junit.framework.Assert.assertEquals(Assert.java:87) >>>>> at >>>>> >>>>> org.apache.cayenne.access.trans.SelectTranslatorTest$15.test(SelectTranslatorTest.java:879) >>>>> at >>>>> >>>>> org.apache.cayenne.access.trans.SelectTranslatorTest$Template.test(SelectTranslatorTest.java:966) >>>>> at >>>>> >>>>> org.apache.cayenne.access.trans.SelectTranslatorTest.testCreateSqlStringWithQuoteSqlIdentifiers4(SelectTranslatorTest.java:883) >>>>> >>>>> >>>>> >>>>> testBuildResultColumns1(org.apache.cayenne.access.trans.SelectTranslatorTest) >>>>> Time elapsed: 0.006 sec <<< ERROR! >>>>> java.lang.NullPointerException >>>>> at >>>>> >>>>> org.apache.cayenne.access.trans.SelectTranslator.getCurrentAlias(SelectTranslator.java:213) >>>>> at >>>>> >>>>> org.apache.cayenne.access.trans.SelectTranslator.appendColumn(SelectTranslator.java:568) >>>>> at >>>>> >>>>> org.apache.cayenne.access.trans.SelectTranslator.access$000(SelectTranslator.java:61) >>>>> at >>>>> >>>>> org.apache.cayenne.access.trans.SelectTranslator$1.visitRelationship(SelectTranslator.java:347) >>>>> at >>>>> >>>>> org.apache.cayenne.access.trans.SelectTranslator$1.visitToOne(SelectTranslator.java:334) >>>>> at >>>>> >>>>> org.apache.cayenne.reflect.generic.DataObjectToOneProperty.visit(DataObjectToOneProperty.java:87) >>>>> at >>>>> >>>>> org.apache.cayenne.reflect.PersistentDescriptor.visitDeclaredProperties(PersistentDescriptor.java:374) >>>>> at >>>>> >>>>> org.apache.cayenne.reflect.PersistentDescriptor.visitProperties(PersistentDescriptor.java:406) >>>>> at >>>>> >>>>> org.apache.cayenne.reflect.PersistentDescriptor.visitAllProperties(PersistentDescriptor.java:386) >>>>> at >>>>> >>>>> org.apache.cayenne.reflect.LazyClassDescriptorDecorator.visitAllProperties(LazyClassDescriptorDecorator.java:184) >>>>> at >>>>> >>>>> org.apache.cayenne.access.trans.SelectTranslator.appendQueryColumns(SelectTranslator.java:352) >>>>> at >>>>> >>>>> org.apache.cayenne.access.trans.SelectTranslator.buildResultColumns(SelectTranslator.java:275) >>>>> at >>>>> >>>>> org.apache.cayenne.access.trans.SelectTranslatorTest.testBuildResultColumns1(SelectTranslatorTest.java:898) >>>>> >>>>> >>>>> >>>>> testBuildResultColumns2(org.apache.cayenne.access.trans.SelectTranslatorTest) >>>>> Time elapsed: 0.003 sec <<< ERROR! >>>>> java.lang.NullPointerException >>>>> at >>>>> >>>>> org.apache.cayenne.access.trans.SelectTranslator.getCurrentAlias(SelectTranslator.java:213) >>>>> at >>>>> >>>>> org.apache.cayenne.access.trans.SelectTranslator.appendColumn(SelectTranslator.java:568) >>>>> at >>>>> >>>>> org.apache.cayenne.access.trans.SelectTranslator.access$000(SelectTranslator.java:61) >>>>> at >>>>> >>>>> org.apache.cayenne.access.trans.SelectTranslator$1.visitRelationship(SelectTranslator.java:347) >>>>> at >>>>> >>>>> org.apache.cayenne.access.trans.SelectTranslator$1.visitToOne(SelectTranslator.java:334) >>>>> at >>>>> >>>>> org.apache.cayenne.reflect.generic.DataObjectToOneProperty.visit(DataObjectToOneProperty.java:87) >>>>> at >>>>> >>>>> org.apache.cayenne.reflect.PersistentDescriptor.visitDeclaredProperties(PersistentDescriptor.java:374) >>>>> at >>>>> >>>>> org.apache.cayenne.reflect.PersistentDescriptor.visitProperties(PersistentDescriptor.java:406) >>>>> at >>>>> >>>>> org.apache.cayenne.reflect.PersistentDescriptor.visitAllProperties(PersistentDescriptor.java:386) >>>>> at >>>>> >>>>> org.apache.cayenne.reflect.LazyClassDescriptorDecorator.visitAllProperties(LazyClassDescriptorDecorator.java:184) >>>>> at >>>>> >>>>> org.apache.cayenne.access.trans.SelectTranslator.appendQueryColumns(SelectTranslator.java:352) >>>>> at >>>>> >>>>> org.apache.cayenne.access.trans.SelectTranslator.buildResultColumns(SelectTranslator.java:275) >>>>> at >>>>> >>>>> org.apache.cayenne.access.trans.SelectTranslatorTest.testBuildResultColumns2(SelectTranslatorTest.java:918) >>>>> >>>>> -- >>>>> Kevin >>>>> >>>>> >>>>> >>>>> On Sun, Feb 8, 2009 at 12:26 PM, Andrus Adamchik >>>>> <[email protected]> >>>>> wrote: >>>>>> >>>>>> There's a bunch of new tests related to CAY-289. All work for me from >>>>>> Maven >>>>>> or Eclipse on OS X and Fedora. >>>>>> >>>>>> What are the failures? >>>>>> >>>>>> Andrus >>>>>> >>>>>> On Feb 8, 2009, at 6:44 PM, Kevin Menard wrote: >>>>>> >>>>>>> Does anyone know what the deal with SelectTranslatorTest is? I assume >>>>>>> it's supposed to pass, but I'm seeing some oddities: >>>>>>> >>>>>>> MacOS + mvn: PASS (or at least no failure raised) >>>>>>> MacOS + run in IDEA: FAIL >>>>>>> Ubuntu + mvn: FAIL >>>>>>> Ubuntu + run in IDEA: FAIL >>>>>>> >>>>>>> So, I'm wondering if someone did something to cause the test to skip >>>>>>> for maven and it only works on MacOS or if there's a bug even with our >>>>>>> maven build. >>>>>>> >>>>>>> -- >>>>>>> Kevin >>>>>>> >>>>>> >>>>>> >>>>> >>>> >>>> >>> >> >> > From [email protected] Tue Feb 10 22:40:36 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9516 invoked from network); 10 Feb 2009 22:40:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Feb 2009 22:40:36 -0000 Received: (qmail 54441 invoked by uid 500); 10 Feb 2009 22:40:36 -0000 Delivered-To: [email protected] Received: (qmail 54431 invoked by uid 500); 10 Feb 2009 22:40:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 54420 invoked by uid 99); 10 Feb 2009 22:40:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 14:40:36 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO web54304.mail.re2.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 10 Feb 2009 22:40:29 +0000 Received: (qmail 75088 invoked by uid 60001); 10 Feb 2009 22:40:07 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=KQlCDxDDpoMmGBTUQ0dSJ1l+shIJX8ioEz7IHXsyVfmiV355y15xAWGVCbhknWTy/O5drx5PTjJuEkwoboPA3S/sRo8e78C7TiT4FFIjSBmjrQ0WVmGFvlT0FQMj0MmRYZKA2rJV+YkHLf1v8tQIerOicnHnNQ3FLrk3vumOWtg=; X-YMail-OSG: 1tpwV44VM1nQ3lTYZPa.BzlRcU6UIoksrzMgqtbpXeEjV4Hu3Ekl_iaIEoUbB13FY2rStbTAdwrxmyjEEqtArbq8aGUR6Hkf_J0G5RuArs9Dn4k9n.QOfluLAFRKhs_T3mqqbUFR7x3G0.ayEwH8X.wIv7xlCn_N.O.i7t61sXuoc62bG87JCHq_yNYS Received: from [161.129.204.104] by web54304.mail.re2.yahoo.com via HTTP; Tue, 10 Feb 2009 14:40:06 PST X-Mailer: YahooMailRC/1155.45 YahooMailWebService/0.7.260.1 Date: Tue, 10 Feb 2009 14:40:06 -0800 (PST) From: Damir Bijuklic <[email protected]> Subject: PropertyUtils compiled accesor for nested properties bug? To: [email protected] MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-435985550-1234305606=:73867" Message-ID: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org --0-435985550-1234305606=:73867 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi,=0A=0AI have encountered a bug in PropertyUtils.createAccessor function.= Currently it assumes nested properties are all based on the same class.=0A= =0ASo for example if I had User and Person objects in 1:1 relationship i co= uld access (starting from user) "login" property, but could not access "toP= erson.name" property beacause it assumes "name" is based on User, rather th= an Person.=0A=0ATo fix it BeanAccessor should note propertyType from proper= ty descriptor, so it can be used when iterating path components in createAc= cessor(), after accessing first property.=0A=0AI would reopen CAY-945 or a= dd a new ticket but jira won't let me log in or send me my password??=0A=0A= I can send a patch, but the code is quite trivial.=0A=0A=0AThx=0ADamir=0A= =0A=0A --0-435985550-1234305606=:73867-- From [email protected] Tue Feb 10 23:31:45 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39706 invoked from network); 10 Feb 2009 23:31:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Feb 2009 23:31:45 -0000 Received: (qmail 12754 invoked by uid 500); 10 Feb 2009 23:31:45 -0000 Delivered-To: [email protected] Received: (qmail 12740 invoked by uid 500); 10 Feb 2009 23:31:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 12729 invoked by uid 99); 10 Feb 2009 23:31:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 15:31:45 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO fish.ish.com.au) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 23:31:35 +0000 Received: from [161.129.204.104] (port=54407) by fish.ish.com.au with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from <[email protected]>) id 1LX2jz-0002Bm-2K for [email protected]; Wed, 11 Feb 2009 11:14:12 +1100 Message-Id: <[email protected]> From: Aristedes Maniatis <[email protected]> To: [email protected] In-Reply-To: <[email protected]> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: CAY-1173 Expose QueryLogger invocations as events Date: Wed, 11 Feb 2009 10:30:58 +1100 References: <[email protected]> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org On 10/02/2009, at 2:14 AM, Anatol Lutski wrote: > Please check the main idea. If everything is right I add the same > logging for the rest of the actions. Without yet looking at your specific code, what are the specific use cases for this functionality? What is it that we'll be able to do that isn't possible today? It appears the functionality is focussed on performance measurement, but I wonder whether auditing should also be considered. You know, tracking which values have changed in each commit with some ability to associate the logging event with information from the context/session (such as user name). If this is purely an performance monitoring tool, it looks a little like the way SNMP works for networking equipment, and perhaps some internal counters should be maintained, for example with min/average/ max query times, number of queries, etc. Ari --------------------------> ish http://www.ish.com.au Level 1, 30 Wilson Street Newtown 2042 Australia phone +1-832-296-6898 fax +1-832-296-6898 GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A From [email protected] Wed Feb 11 06:26:57 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8314 invoked from network); 11 Feb 2009 06:26:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Feb 2009 06:26:57 -0000 Received: (qmail 67553 invoked by uid 500); 11 Feb 2009 06:26:57 -0000 Delivered-To: [email protected] Received: (qmail 67540 invoked by uid 500); 11 Feb 2009 06:26:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 67529 invoked by uid 99); 11 Feb 2009 06:26:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 22:26:57 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 11 Feb 2009 06:26:48 +0000 Received: (qmail 30843 invoked from network); 11 Feb 2009 06:26:25 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 11 Feb 2009 06:26:25 -0000 Message-Id: <[email protected]> From: Andrus Adamchik <[email protected]> To: [email protected] In-Reply-To: <[email protected]> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: CAY-1173 Expose QueryLogger invocations as events Date: Wed, 11 Feb 2009 08:26:24 +0200 References: <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org Hi Ari, The general idea was to expose the points where logging currently occurs via an event mechanism that we can continue to use for logging, but also for any other purpose (some yet unforeseen). The underlying motivation was indeed to build performance monitoring tools beyond simple logging. So the next step, after the right events are in place will be to provide a "JMX listener" to use Java JMX mechanism to expose basic query stats. It should be possible to do JDBC-level audit with this approach, however currently there's no link back to the objects being changed. On each update/insert/delete the event will expose a PreparedStatement SQL string and a map of parameters, with keys being column names. So not sure how useful this really is for audit (??) Although this whole thing will be tied to Cayenne thread transaction object, so theoretically you can store stuff in the transaction related to ObjectContext and tie that to the JDBC events. Andrus On Feb 11, 2009, at 1:30 AM, Aristedes Maniatis wrote: > On 10/02/2009, at 2:14 AM, Anatol Lutski wrote: > >> Please check the main idea. If everything is right I add the same >> logging for the rest of the actions. > > > Without yet looking at your specific code, what are the specific use > cases for this functionality? What is it that we'll be able to do > that isn't possible today? It appears the functionality is focussed > on performance measurement, but I wonder whether auditing should > also be considered. You know, tracking which values have changed in > each commit with some ability to associate the logging event with > information from the context/session (such as user name). > > If this is purely an performance monitoring tool, it looks a little > like the way SNMP works for networking equipment, and perhaps some > internal counters should be maintained, for example with min/average/ > max query times, number of queries, etc. > > Ari > > > > --------------------------> > ish > http://www.ish.com.au > Level 1, 30 Wilson Street Newtown 2042 Australia > phone +1-832-296-6898 fax +1-832-296-6898 > GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A > > > From [email protected] Wed Feb 11 06:51:27 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23481 invoked from network); 11 Feb 2009 06:51:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Feb 2009 06:51:27 -0000 Received: (qmail 79840 invoked by uid 500); 11 Feb 2009 06:51:26 -0000 Delivered-To: [email protected] Received: (qmail 79823 invoked by uid 500); 11 Feb 2009 06:51:26 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 79812 invoked by uid 99); 11 Feb 2009 06:51:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 22:51:26 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO fish.ish.com.au) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Feb 2009 06:51:17 +0000 Received: from ip-132.ish.com.au ([161.129.204.104]:51400) by fish.ish.com.au with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from <[email protected]>) id 1LX9bX-00061O-0k for [email protected]; Wed, 11 Feb 2009 18:33:55 +1100 Message-Id: <[email protected]> From: Aristedes Maniatis <[email protected]> To: [email protected] In-Reply-To: <[email protected]> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: CAY-1173 Expose QueryLogger invocations as events Date: Wed, 11 Feb 2009 17:50:46 +1100 References: <[email protected]> <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org On 11/02/2009, at 5:26 PM, Andrus Adamchik wrote: > The general idea was to expose the points where logging currently > occurs via an event mechanism that we can continue to use for > logging, but also for any other purpose (some yet unforeseen). The > underlying motivation was indeed to build performance monitoring > tools beyond simple logging. So the next step, after the right > events are in place will be to provide a "JMX listener" to use Java > JMX mechanism to expose basic query stats. Would Cayenne keep aggregate statistics (min/av/max/count) tracked internally? That would make it easy for a user to monitor for slow selects without writing a [email protected]. > It should be possible to do JDBC-level audit with this approach, > however currently there's no link back to the objects being changed. > On each update/insert/delete the event will expose a > PreparedStatement SQL string and a map of parameters, with keys > being column names. So not sure how useful this really is for audit > (??) Although this whole thing will be tied to Cayenne thread > transaction object, so theoretically you can store stuff in the > transaction related to ObjectContext and tie that to the JDBC events. It would seem that logging at that level for audit purposes is probably just as easy to achieve in the database itself with less work, so perhaps auditing is not a good use for the new QueryLogger events. Lifecycle events are a better place to put that. Is there a symmetry between Lifecycle events which track the progress of an object entity, and these QueryLogger events which track what happens to the database (although not db entities?)? Would QueryLogger listeners be something to be configured in the modeler? Ari Maniatis --------------------------> ish http://www.ish.com.au Level 1, 30 Wilson Street Newtown 2042 Australia phone +1-832-296-6898 fax +1-832-296-6898 GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A From [email protected] Wed Feb 11 07:02:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27067 invoked from network); 11 Feb 2009 07:02:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Feb 2009 07:02:14 -0000 Received: (qmail 86950 invoked by uid 500); 11 Feb 2009 07:02:14 -0000 Delivered-To: [email protected] Received: (qmail 86928 invoked by uid 500); 11 Feb 2009 07:02:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 86914 invoked by uid 99); 11 Feb 2009 07:02:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 23:02:14 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 11 Feb 2009 07:02:07 +0000 Received: (qmail 4677 invoked from network); 11 Feb 2009 07:01:46 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 11 Feb 2009 07:01:46 -0000 Message-Id: <[email protected]> From: Andrus Adamchik <[email protected]> To: [email protected] In-Reply-To: <[email protected]> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: CAY-1173 Expose QueryLogger invocations as events Date: Wed, 11 Feb 2009 09:01:45 +0200 References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org On Feb 11, 2009, at 8:50 AM, Aristedes Maniatis wrote: > Would Cayenne keep aggregate statistics (min/av/max/count) tracked > internally? That would make it easy for a user to monitor for slow > selects without writing a [email protected]. The main goal is to to expose enough raw data via JMX. So all events will be stored in an MBean ("MBean" is a JMX term for managed object), but no statistical postprocessing is planned at this level. More advanced aggregation and reporting should be done via custom extensions (which we may or may not include in Cayenne). This is the most flexible pattern from my past JMX experience. > Is there a symmetry between Lifecycle events which track the > progress of an object entity, and these QueryLogger events which > track what happens to the database (although not db entities?)? Due to potential ORM complexities (things often don't map one to one between DB rows and objects), I'd say there will be a substantial mismatch. > Would QueryLogger listeners be something to be configured in the > modeler? No plans for that yet. Andrus From [email protected] Wed Feb 11 07:12:45 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30033 invoked from network); 11 Feb 2009 07:12:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Feb 2009 07:12:45 -0000 Received: (qmail 97318 invoked by uid 500); 11 Feb 2009 07:12:45 -0000 Delivered-To: [email protected] Received: (qmail 97217 invoked by uid 500); 11 Feb 2009 07:12:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 97206 invoked by uid 99); 11 Feb 2009 07:12:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 23:12:44 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 11 Feb 2009 07:12:38 +0000 Received: (qmail 6911 invoked from network); 11 Feb 2009 07:12:17 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 11 Feb 2009 07:12:17 -0000 Message-Id: <[email protected]> From: Andrus Adamchik <[email protected]> To: [email protected] In-Reply-To: <[email protected]> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Audit Date: Wed, 11 Feb 2009 09:12:14 +0200 References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org BTW, would be nice to have a summary of various audit requirements (also see a thread that started last night on the user list). There's SQL-level audit, object-level audit, anything else? For object-level audit, the simplest thing is to track DataChannel graph events. Unlike lifecycle events that we borrowed from JPA, those actually contain all object deltas (this is why I sometimes call Cayenne "the git of ORM"). (Now there's too many events / interceptors / delegates accumulated in the framework over the years... almost feel like going tapestry5 by dumping all backwards compatibility at some point and designing something consistent end to end :-/ ) Andrus On Feb 11, 2009, at 9:01 AM, Andrus Adamchik wrote: > > On Feb 11, 2009, at 8:50 AM, Aristedes Maniatis wrote: > >> Would Cayenne keep aggregate statistics (min/av/max/count) tracked >> internally? That would make it easy for a user to monitor for slow >> selects without writing a [email protected]. > > The main goal is to to expose enough raw data via JMX. So all events > will be stored in an MBean ("MBean" is a JMX term for managed > object), but no statistical postprocessing is planned at this level. > More advanced aggregation and reporting should be done via custom > extensions (which we may or may not include in Cayenne). This is the > most flexible pattern from my past JMX experience. > > >> Is there a symmetry between Lifecycle events which track the >> progress of an object entity, and these QueryLogger events which >> track what happens to the database (although not db entities?)? > > Due to potential ORM complexities (things often don't map one to one > between DB rows and objects), I'd say there will be a substantial > mismatch. > >> Would QueryLogger listeners be something to be configured in the >> modeler? > > No plans for that yet. > > Andrus > From [email protected] Wed Feb 11 08:13:21 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70987 invoked from network); 11 Feb 2009 08:13:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Feb 2009 08:13:20 -0000 Received: (qmail 59678 invoked by uid 500); 11 Feb 2009 08:13:20 -0000 Delivered-To: [email protected] Received: (qmail 59666 invoked by uid 500); 11 Feb 2009 08:13:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 59655 invoked by uid 99); 11 Feb 2009 08:13:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Feb 2009 00:13:20 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 11 Feb 2009 08:13:13 +0000 Received: (qmail 30586 invoked from network); 11 Feb 2009 08:12:52 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 11 Feb 2009 08:12:52 -0000 Message-Id: <[email protected]> From: Andrus Adamchik <[email protected]> To: [email protected] In-Reply-To: <[email protected]> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: CAY-1173 Expose QueryLogger invocations as events Date: Wed, 11 Feb 2009 10:12:51 +0200 References: <[email protected]> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org Hi Anatol, First note on the patch itself. It seems to be generated from Eclipse. Single-project Eclipse patches are usually compatible with the "patch" command. This one is multi-project command-line patch is gettig confused. Could you please resubmit the patch created from command line: cd cayenne && svn diff > some_file (Just make sure that NEW files are added first, or otherwise they won't get included). Cheers, Andrus On Feb 9, 2009, at 5:14 PM, Anatol Lutski wrote: > Hi, guys. > > I work together with Andrus and have a chance to take part in > Cayenne-development. > I've just added my first patch to the mentioned task and it's very > important for me to know your feedback. > > Description: > https://issues.apache.org/cayenne/browse/CAY-1173 > Patch https://issues.apache.org/cayenne/secure/attachment/10813/innitial_steps_log_ProcedureAction.txt > "innitial_steps_log_ProcedureAction.txt" is an initial step of > implementation. Statistics collection is shown by the example of > ProcedureAction. > The main idea is to have pair of events which will be generated in > the beginning and in the end of each transaction/action execution, > and also to have one event which saves logging info immediately. We > need this action because it's necessary to save executable sql > before start - in order to check it in the case of an error. > OperationObserver is present at any moment of an operation > execution. So it's used as a statistics collector. > DefaultStatisticsCollector - a new base abstract class implementing > additional functions for collecting info. All classes which now > implement OperationObserver have to extends this one. (It's a reason > why the code ins't compiled - cause the declaration was changed only > for DataDomainQueryAction). > > Some notes about classes. > New events: ActionFinishEvent, ActionStartEvent, FixInfoEvent, > TrxFinishEvent, TrxStaetEvent. > EventFacade - static class, used for posting events in different > places of framework. > Configuration - initialization of the listener > LoggingListener - default processor of Events. > DataNode, ProcedureTranslator - here you can see how the event which > immediately saves info in log is posted > BaseSQLAction - here log info is being collected in Observer > ProcedureAction- the pair of start and finish events is generated > > Please check the main idea. If everything is right I add the same > logging for the rest of the actions. > > WBR, Anatol. > From [email protected] Thu Feb 12 15:39:31 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64591 invoked from network); 12 Feb 2009 15:39:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Feb 2009 15:39:31 -0000 Received: (qmail 92500 invoked by uid 500); 12 Feb 2009 15:39:30 -0000 Delivered-To: [email protected] Received: (qmail 92489 invoked by uid 500); 12 Feb 2009 15:39:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 92478 invoked by uid 99); 12 Feb 2009 15:39:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Feb 2009 07:39:30 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO an-out-0708.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Feb 2009 15:39:23 +0000 Received: by an-out-0708.google.com with SMTP id b6so961745ana.37 for <[email protected]>; Thu, 12 Feb 2009 07:39:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=YU3iAGKp6LFYxUvJox1fpDDLqcsTFx7U4wcTqvjVr4g=; b=itjdlHajRxYVuC/mZTx5vbNggtXJ6lVTpiuQrTrKrGhu/WinAvecW/gi256qTOuITv Id2xGvxjMnLLnIVlwj8i/Nq52FMVCFoODz5/1MR1DU2EKmsfKU9Q9kRi4A6zT312qa7r 0/95HVvecltqc6sfMnmHxhUypXodo2MJg+ASs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=pFwCdkJqDtFPPcYItMeyqGZiZB7gm4MHTx5xi4+lSD68gH0mnCVwHHglKYda9LE/mG 76aG2B/ZL0+2FJbJqKKtt68GS+CSmOz4IGzVM8brJRdB3mdSRxFDRanI4+D7JUlMGdrI FaZ5+468AWf8oQ10JMCm1ud2phZ3Y8hfJanjQ= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id o9mr1172406ano.49.1234453142417; Thu, 12 Feb 2009 07:39:02 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> Date: Thu, 12 Feb 2009 10:39:02 -0500 Message-ID: <[email protected]> Subject: Re: PropertyUtils compiled accesor for nested properties bug? From: Kevin Menard <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Damir, What's your jira ID. I can take a look at resetting your account. -- Kevin On Tue, Feb 10, 2009 at 5:40 PM, Damir Bijuklic <[email protected]> wrote: > Hi, > > I have encountered a bug in PropertyUtils.createAccessor function. Currently it assumes nested properties are all based on the same class. > > So for example if I had User and Person objects in 1:1 relationship i could access (starting from user) "login" property, but could not access "toPerson.name" property beacause it assumes "name" is based on User, rather than Person. > > To fix it BeanAccessor should note propertyType from property descriptor, so it can be used when iterating path components in createAccessor(), after accessing first property. > > I would reopen CAY-945 or add a new ticket but jira won't let me log in or send me my password?? > > I can send a patch, but the code is quite trivial. > > > Thx > Damir > > > From [email protected] Thu Feb 19 04:04:36 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48907 invoked from network); 19 Feb 2009 04:04:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Feb 2009 04:04:36 -0000 Received: (qmail 59846 invoked by uid 500); 19 Feb 2009 04:04:36 -0000 Delivered-To: [email protected] Received: (qmail 59828 invoked by uid 500); 19 Feb 2009 04:04:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 59817 invoked by uid 99); 19 Feb 2009 04:04:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Feb 2009 20:04:36 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ew0-f12.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 04:04:27 +0000 Received: by ewy5 with SMTP id 5so178071ewy.4 for <[email protected]>; Wed, 18 Feb 2009 20:04:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=O+t0/DCDf7MWMSKl/jJeoQFW0GjsqxdPZc+f9lhjbgE=; b=yDZGw5hbur8zHhkzR6/9ZPlZtWi6gam2F9qN9O4I/rzs1yddpno3lr8N3V37UPf+Vq cy2csvNOrik5cN4UiQEE6VfEOq77Snajwv1XXVuDYyz6i24PubJya4upRjdknH6XEB9O GEKUWMIVSYCCdVqnM8jM8VNqzGuMkt8Wep6Tk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=OtX238upK4fy7lHazKZMfTIOhSw++tvEi6+Xq2Yj8PM6G2WQVlxNdtQ0MulVeGcKN+ 5ThrVU7Gk8P5KcTt4munQniE7SmDH/xYhaVYCF0J91dWJEviHyrkjefh+YEmBXnNSuWE WKK7Q1mD/IMHJDGhUMG0q5FboynDKTr/pylZU= Received: by 161.129.204.104 with SMTP id a5mr625850ebd.63.1235016246028; Wed, 18 Feb 2009 20:04:06 -0800 (PST) Received: from ?161.129.204.104? (ppp-70-242-134-195.dsl.stlsmo.swbell.net [161.129.204.104]) by mx.google.com with ESMTPS id 7sm1098145eyg.57.2161.129.204.104.04.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 18 Feb 2009 20:04:05 -0800 (PST) Message-Id: <[email protected]> From: Robert Zeigler <[email protected]> To: [email protected] Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: jira permissions? Date: Wed, 18 Feb 2009 22:04:02 -0600 X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org What do I need to do to get sufficient jira perimssions to assign issues to myself? :) Robert From [email protected] Thu Feb 19 04:07:29 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49494 invoked from network); 19 Feb 2009 04:07:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Feb 2009 04:07:29 -0000 Received: (qmail 63408 invoked by uid 500); 19 Feb 2009 04:07:28 -0000 Delivered-To: [email protected] Received: (qmail 63397 invoked by uid 500); 19 Feb 2009 04:07:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 63379 invoked by uid 99); 19 Feb 2009 04:07:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Feb 2009 20:07:28 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO fish.ish.com.au) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 04:07:19 +0000 Received: from ip-132.ish.com.au ([161.129.204.104]:63368) by fish.ish.com.au with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from <[email protected]>) id 1La0sY-00036t-0W for [email protected]; Thu, 19 Feb 2009 15:51:18 +1100 Message-Id: <[email protected]> From: Aristedes Maniatis <[email protected]> To: [email protected] In-Reply-To: <[email protected]> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: jira permissions? Date: Thu, 19 Feb 2009 15:06:53 +1100 References: <[email protected]> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org On 19/02/2009, at 3:04 PM, Robert Zeigler wrote: > What do I need to do to get sufficient jira perimssions to assign > issues to myself? :) > > Robert Andrus will need to sort that out for you, but as he is travelling now, it might take him a couple of days to do. Regards Ari --------------------------> ish http://www.ish.com.au Level 1, 30 Wilson Street Newtown 2042 Australia phone +1-832-296-6898 fax +1-832-296-6898 GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A From [email protected] Thu Feb 19 13:06:49 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60459 invoked from network); 19 Feb 2009 13:06:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Feb 2009 13:06:49 -0000 Received: (qmail 8282 invoked by uid 500); 19 Feb 2009 13:06:49 -0000 Delivered-To: [email protected] Received: (qmail 8266 invoked by uid 500); 19 Feb 2009 13:06:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 8254 invoked by uid 99); 19 Feb 2009 13:06:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 05:06:48 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 19 Feb 2009 13:06:42 +0000 Received: (qmail 23886 invoked from network); 19 Feb 2009 13:06:20 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 19 Feb 2009 13:06:20 -0000 Message-Id: <[email protected]> From: Andrus Adamchik <[email protected]> To: [email protected] In-Reply-To: <1656776440.1235046708766.JavaMail.jira@brutus> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: [jira] Commented: (CAY-512) Keep DataObjects in commited state for no-op writeProperties Date: Thu, 19 Feb 2009 08:06:20 -0500 References: <1656776440.1235046708766.JavaMail.jira@brutus> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org > So it works correct, provided "artist.setName(artist.getName());" =20 > pushes object to modified state. The problem is that isNoop() can =20 > work slowly, so we likely don't want to fire it always when =20 > hasChanges() is called. +1. On Feb 19, 2009, at 7:31 AM, Andrey Razumovsky (JIRA) wrote: > > [ = https://issues.apache.org/cayenne/browse/CAY-512?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D13248=20= > #action_13248 ] > > Andrey Razumovsky commented on CAY-512: > --------------------------------------- > > Hi =D8yvind, > > The javadoc in hasChanges() says: > "Returns <code>true</code> if there are any modified, deleted or new =20= > objects registered with this DataContext". > > So it works correct, provided "artist.setName(artist.getName());" =20 > pushes object to modified state. The problem is that isNoop() can =20 > work slowly, so we likely don't want to fire it always when =20 > hasChanges() is called. > > A new method, however, would be useful > > > >> Keep DataObjects in commited state for no-op writeProperties >> ------------------------------------------------------------ >> >> Key: CAY-512 >> URL: https://issues.apache.org/cayenne/browse/CAY-512 >> Project: Cayenne >> Issue Type: Improvement >> Components: Cayenne Core Library >> Affects Versions: 1.2 branch >> Environment: M9-B1 >> Reporter: Mike Kienenberger >> Assignee: Andrus Adamchik >> Fix For: Undefined future >> >> >> Regression: Cayenne M9+ sets DataObjects as "modified" during no-op =20= >> writeProperties >> writeProperty("x", "y") puts dataObject into a modified state when =20= >> "y" was already the value of "x" before the method call. >> Before M9, object would remain in committed state. >> Object in my ObjectStore: >> <ObjectId:Announcement, ANNOUNCEMENT_ID=3D200>=3D{<ObjectId:Announcemen= t, >> ANNOUNCEMENT_ID=3D200>; modified; [enabled=3D>Y; description=3D>SNAP; >> contentList=3D>(..); effectiveEndDate=3D>Mon Oct 31 00:00:00 EST = 2005; >> effectiveStartDate=3D>Thu Sep 01 00:00:00 EDT 2005; >> qualifiedViewpointList=3D>(..)]} >> ObjectDiff of record -- appears to indicate that nothing has changed. >> Same as the other 4 restored objects. >> Comparision of snapshot values to object store values shows nothing =20= >> different. >> value=3D ObjectDiff (id=3D3310) >> arcSnapshot=3D HashMap (id=3D3311) >> currentArcSnapshot=3D null >> diffId=3D 1 >> flatIds=3D null >> nodeId=3D ObjectId (id=3D3309) >> objectStore=3D ObjectStore (id=3D3200) >> otherDiffs=3D null >> snapshot=3D HashMap (id=3D3312) >> org.objectstyle.cayenne.access.ObjectDiff@133d68a >> {} >> null >> 1 >> null >> <ObjectId:Announcement, ANNOUNCEMENT_ID=3D200> >> org.objectstyle.cayenne.access.ObjectStore@c0cf >> null >> {enabled=3DY, description=3DSNAP, effectiveEndDate=3DMon Oct 31 = 00:00:00 =20 >> EST >> 2005, effectiveStartDate=3DThu Sep 01 00:00:00 EDT 2005} >> A workaround has been to add code in my BaseDataObject class to check >> for the old value equaling the new value in writeProperty(), and if >> so, do nothing. > > --=20 > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > From [email protected] Thu Feb 19 13:22:16 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63149 invoked from network); 19 Feb 2009 13:22:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Feb 2009 13:22:16 -0000 Received: (qmail 33764 invoked by uid 500); 19 Feb 2009 13:22:15 -0000 Delivered-To: [email protected] Received: (qmail 33748 invoked by uid 500); 19 Feb 2009 13:22:15 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 33737 invoked by uid 99); 19 Feb 2009 13:22:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 05:22:15 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO qw-out-1920.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 13:22:07 +0000 Received: by qw-out-1920.google.com with SMTP id 4so179009qwk.28 for <[email protected]>; Thu, 19 Feb 2009 05:21:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=8fXqyie+5xPD0pf7VzfMJ/81cnwWGaJInUyuzeLrQmU=; b=uFNucZqJN3LyZL2yEsVtlAG9h3sQas3DsFdg4r60Jb/OHFym47KFVXvwgjPpCzCVMc M4hnz97Td+ha0LMmjJ3eprI+M+z7WlumipcqjNxc12KrajAIjvCfdZiNz1RM0fVHsWGE MXCZxCou/rsRZtgKW4BcczR0mN6B1dwXQ7HuY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=EQLFG0QNudqlZFf3SVhCEpemomxJ415n+OhVDY0HmD0WFKk+BFxjq0+vwtwYmnVJ3p lRBZuPr6zflxXQ0tsZLmkKDJHucrFgp+uVeAsDs8CRf8bG3jxL6gGHR5ScX6z0A6hmYI q4U1iutML9voxhvpnIunD7ehqrZxwwqft+DdU= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id x1mr1408690qck.16.1235049706797; Thu, 19 Feb 2009 05:21:46 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Thu, 19 Feb 2009 08:21:46 -0500 Message-ID: <[email protected]> Subject: Re: jira permissions? From: Kevin Menard <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Feb 18, 2009 at 11:06 PM, Aristedes Maniatis <[email protected]> wrote: > Andrus will need to sort that out for you, but as he is travelling now, it > might take him a couple of days to do. > > Regards Indeed. I have permissions to modify the Cayenne project, but apparently not enough to assign users to groups. -- Kevin From [email protected] Thu Feb 19 13:24:03 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63674 invoked from network); 19 Feb 2009 13:24:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Feb 2009 13:24:03 -0000 Received: (qmail 37782 invoked by uid 500); 19 Feb 2009 13:24:03 -0000 Delivered-To: [email protected] Received: (qmail 37681 invoked by uid 500); 19 Feb 2009 13:24:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 37670 invoked by uid 99); 19 Feb 2009 13:24:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 05:24:03 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO yw-out-1718.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 13:23:54 +0000 Received: by yw-out-1718.google.com with SMTP id 6so146915ywa.82 for <[email protected]>; Thu, 19 Feb 2009 05:23:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=wAX5K81zo66ue0y2nf/x5bylKELEZQhrbmGpF3W3ohk=; b=ezGC2U8iE77ezoKT45JeQmHlho4rX9t2erTlV92qfRkm5CCILvr1E+hYI5GMzV9SXS cNe2m7r9nDsTnzIQzsQ2NhFp2ij8gELn5DnppaBP21DbLSJRDll2vpOOIWqxw3cd8h/4 ExN6B48WZ0iPSo1z8yho+mlK8paeGGwQ2UDus= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=c3TOU1ZW++Lwk3pKon4E8EHVe0hM+IcrqwEo2CPzws7K6SSmbpIT5WzELdunOnWVu+ d77EpZ8Cp6jPapnE9gnaekNB1DR6MbJCNuOWVkkQHyj8ydAs1g54XWML+xvDLkPa+ohs OXmsnGcKqjTjrCwnjYC+rCIw/IdWhkEGqFPKU= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id a20mr964277ybk.179.1235049813772; Thu, 19 Feb 2009 05:23:33 -0800 (PST) In-Reply-To: <[email protected]> References: <1656776440.1235046708766.JavaMail.jira@brutus> <[email protected]> Date: Thu, 19 Feb 2009 16:23:33 +0300 Message-ID: <[email protected]> Subject: Re: [jira] Commented: (CAY-512) Keep DataObjects in commited state for no-op writeProperties From: Andrey Razumovsky <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=0015174c0e946e0945046345713c X-Virus-Checked: Checked by ClamAV on apache.org --0015174c0e946e0945046345713c Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I even think this should be closed since changing behavior will result in slowlyness.. 2009/2/19 Andrus Adamchik <[email protected]> > So it works correct, provided "artist.setName(artist.getName());" pushes >> object to modified state. The problem is that isNoop() can work slowly, = so >> we likely don't want to fire it always when hasChanges() is called. >> > > +1. > > > > On Feb 19, 2009, at 7:31 AM, Andrey Razumovsky (JIRA) wrote: > > >> [ >> https://issues.apache.org/cayenne/browse/CAY-512?page=3Dcom.atlassian.ji= ra.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D13248#a= ction_13248 >> ] >> >> Andrey Razumovsky commented on CAY-512: >> --------------------------------------- >> >> Hi =D8yvind, >> >> The javadoc in hasChanges() says: >> "Returns <code>true</code> if there are any modified, deleted or new >> objects registered with this DataContext". >> >> So it works correct, provided "artist.setName(artist.getName());" pushes >> object to modified state. The problem is that isNoop() can work slowly, = so >> we likely don't want to fire it always when hasChanges() is called. >> >> A new method, however, would be useful >> >> >> >> Keep DataObjects in commited state for no-op writeProperties >>> ------------------------------------------------------------ >>> >>> Key: CAY-512 >>> URL: https://issues.apache.org/cayenne/browse/CAY-512 >>> Project: Cayenne >>> Issue Type: Improvement >>> Components: Cayenne Core Library >>> Affects Versions: 1.2 branch >>> Environment: M9-B1 >>> Reporter: Mike Kienenberger >>> Assignee: Andrus Adamchik >>> Fix For: Undefined future >>> >>> >>> Regression: Cayenne M9+ sets DataObjects as "modified" during no-op >>> writeProperties >>> writeProperty("x", "y") puts dataObject into a modified state when "y" >>> was already the value of "x" before the method call. >>> Before M9, object would remain in committed state. >>> Object in my ObjectStore: >>> <ObjectId:Announcement, ANNOUNCEMENT_ID=3D200>=3D{<ObjectId:Announcemen= t, >>> ANNOUNCEMENT_ID=3D200>; modified; [enabled=3D>Y; description=3D>SNAP; >>> contentList=3D>(..); effectiveEndDate=3D>Mon Oct 31 00:00:00 EST 2005; >>> effectiveStartDate=3D>Thu Sep 01 00:00:00 EDT 2005; >>> qualifiedViewpointList=3D>(..)]} >>> ObjectDiff of record -- appears to indicate that nothing has changed. >>> Same as the other 4 restored objects. >>> Comparision of snapshot values to object store values shows nothing >>> different. >>> value=3D ObjectDiff (id=3D3310) >>> arcSnapshot=3D HashMap (id=3D3311) >>> currentArcSnapshot=3D null >>> diffId=3D 1 >>> flatIds=3D null >>> nodeId=3D ObjectId (id=3D3309) >>> objectStore=3D ObjectStore (id=3D3200) >>> otherDiffs=3D null >>> snapshot=3D HashMap (id=3D3312) >>> org.objectstyle.cayenne.access.ObjectDiff@133d68a >>> {} >>> null >>> 1 >>> null >>> <ObjectId:Announcement, ANNOUNCEMENT_ID=3D200> >>> org.objectstyle.cayenne.access.ObjectStore@c0cf >>> null >>> {enabled=3DY, description=3DSNAP, effectiveEndDate=3DMon Oct 31 00:00:0= 0 EST >>> 2005, effectiveStartDate=3DThu Sep 01 00:00:00 EDT 2005} >>> A workaround has been to add code in my BaseDataObject class to check >>> for the old value equaling the new value in writeProperty(), and if >>> so, do nothing. >>> >> >> -- >> This message is automatically generated by JIRA. >> - >> You can reply to this email to add a comment to the issue online. >> >> >> > --0015174c0e946e0945046345713c-- From [email protected] Thu Feb 19 16:43:03 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83611 invoked from network); 19 Feb 2009 16:43:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Feb 2009 16:43:03 -0000 Received: (qmail 49758 invoked by uid 500); 19 Feb 2009 16:43:03 -0000 Delivered-To: [email protected] Received: (qmail 49746 invoked by uid 500); 19 Feb 2009 16:43:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 49735 invoked by uid 99); 19 Feb 2009 16:43:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 08:43:02 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 19 Feb 2009 16:42:56 +0000 Received: (qmail 17509 invoked from network); 19 Feb 2009 16:42:35 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 19 Feb 2009 16:42:35 -0000 Message-Id: <[email protected]> From: Andrus Adamchik <[email protected]> To: [email protected] In-Reply-To: <[email protected]> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: jira permissions? Date: Thu, 19 Feb 2009 11:42:34 -0500 References: <[email protected]> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org My bad. I overlooked that you are not a member of of cayenne- developers group in Jira. This is fixed now. Let me know if it still doesn't work. Andrus On Feb 18, 2009, at 11:04 PM, Robert Zeigler wrote: > What do I need to do to get sufficient jira perimssions to assign > issues to myself? :) > > Robert > From [email protected] Sat Feb 21 14:35:24 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21960 invoked from network); 21 Feb 2009 14:35:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Feb 2009 14:35:24 -0000 Received: (qmail 20097 invoked by uid 500); 21 Feb 2009 14:35:23 -0000 Delivered-To: [email protected] Received: (qmail 20085 invoked by uid 500); 21 Feb 2009 14:35:23 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 20074 invoked by uid 99); 21 Feb 2009 14:35:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Feb 2009 06:35:23 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 21 Feb 2009 14:35:16 +0000 Received: (qmail 25518 invoked from network); 21 Feb 2009 14:34:55 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 21 Feb 2009 14:34:55 -0000 Message-Id: <[email protected]> From: Andrus Adamchik <[email protected]> To: [email protected] In-Reply-To: <1655597841.1235214706462.JavaMail.jira@brutus> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: [jira] Commented: (CAY-1181) Default class generation folder is wrong Date: Sat, 21 Feb 2009 09:34:54 -0500 References: <1655597841.1235214706462.JavaMail.jira@brutus> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org [forwarding to dev, as it is easier to discuss things on a mailing list compared to Jira] One of the guys I am working with, Dima Loiko, started some work on CAY-1181 Jira (again here we are dealing with the issue that I raised before: people who are interested in working on Cayenne but don't know English well enough to communicate on the list, resulting in a very un- Apache under-the-radar activity. Anyways I don't know how to overcome this problem now, so I will keep working as a proxy)... > Perhaps an additional command line argument, or via a system > property? Definitely interested in getting a bit of discussion going > on this b/c having to constantly change the output folder is > starting to get old; I have an itch to scratch on this one. I am +1 on creating an override for the default source generation folder that can be used when starting from Maven. Maybe you can handle the Maven side of things and Dima will pick it up on the Modeler end? Let's just agree on the property name. Modeler currently uses "cayenne.version" and "cayenne.build.date" properties. Maybe "cayenne.cgen.destdir" ? Andrus On Feb 21, 2009, at 6:11 AM, Robert Zeigler (JIRA) wrote: > > [ https://issues.apache.org/cayenne/browse/CAY-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13251 > #action_13251 ] > > Robert Zeigler commented on CAY-1181: > ------------------------------------- > > Now that CAY-1158 is fixed, it would be /really/ nice if the modeler > would pick up the appropriate java source directory automatically. > One way to do this would be to code logic directly into the modeler > that checks for a maven-like structure and "guesses" at src/main/ > java. But I'm not necessarily keen on this approach; true, src/main/ > java is /usually/ where the folder is, but that's not written in > stone. In the context of CAY-1158, where the modeler is being > loaded directly by maven, it would be nice to have an external > method of specifying the class generation folder. Perhaps an > additional command line argument, or via a system property? > Definitely interested in getting a bit of discussion going on this b/ > c having to constantly change the output folder is starting to get > old; I have an itch to scratch on this one. > >> Default class generation folder is wrong >> ---------------------------------------- >> >> Key: CAY-1181 >> URL: https://issues.apache.org/cayenne/browse/CAY-1181 >> Project: Cayenne >> Issue Type: Improvement >> Components: Cayenne Core Library >> Affects Versions: 3.0M5 >> Reporter: Andrus Adamchik >> Assignee: Andrus Adamchik >> >> Default class generation folder in the modeler (Tools > Generate >> Classes > Output directory) is selected to be the folder where >> cayenne.xml is stored. If a user changes it, it is not saved in >> user preferences, so on the next attempt to generate classes the >> old folder is shown. >> Another related improvement: In a project that has Maven folder >> layout, cayenne.xml is often is src/main/resources. In this case we >> must select a default folder ot be src/mainjava (for "src/test/ >> resources" it should be src/test/java). I.e. we should be smarter >> when we are dealing with predictable maven structures. > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > From [email protected] Sat Feb 21 15:03:13 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29654 invoked from network); 21 Feb 2009 15:03:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Feb 2009 15:03:13 -0000 Received: (qmail 28825 invoked by uid 500); 21 Feb 2009 15:03:13 -0000 Delivered-To: [email protected] Received: (qmail 28812 invoked by uid 500); 21 Feb 2009 15:03:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 28801 invoked by uid 99); 21 Feb 2009 15:03:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Feb 2009 07:03:12 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-gx0-f169.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Feb 2009 15:03:03 +0000 Received: by gxk17 with SMTP id 17so3701717gxk.4 for <[email protected]>; Sat, 21 Feb 2009 07:02:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=/Ui5npKAW/MSaUYSH/l9Ki6esizhQZqTR4+AS5vUxxk=; b=f3AejV06gYyb0a29Txa9fgqniajmr1Ahm5hQH9FsyZlQdzZ4Info0hnrWWlderbUrl y9ThFZN3khl60vX+qo8h/JdbtbNz/bkqsAQghuLYKSdtZuEQ3cYCAIlrFlyB/XniATWV 7U7Iwu0tAA46XTVCCac4x0dHhWUdRMWDN1+FM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=eOopbZ/7LMEaEsJwtb02wNgaUL+a5PEoop+4q6Cs0/B0O6/ROM2hcod84X6MRIc6Wa GBkJcwEGJrlrp8SXo1/FQN+AFNZHvW8HZ9cF1WZytj1lU3tbed2eV+Iq2Y0lVwdh4Q1u fl8lfagRHLqUuly3jELflCYxNyXn+qCVDP/J0= Received: by 161.129.204.104 with SMTP id l13mr2760173iba.7.1235228562215; Sat, 21 Feb 2009 07:02:42 -0800 (PST) Received: from ?161.129.204.104? (ppp-70-242-134-195.dsl.stlsmo.swbell.net [161.129.204.104]) by mx.google.com with ESMTPS id p6sm5351393qbp.5.2161.129.204.104.02.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 21 Feb 2009 07:02:41 -0800 (PST) Message-Id: <[email protected]> From: Robert Zeigler <[email protected]> To: [email protected] In-Reply-To: <[email protected]> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: [jira] Commented: (CAY-1181) Default class generation folder is wrong Date: Sat, 21 Feb 2009 09:02:38 -0600 References: <1655597841.1235214706462.JavaMail.jira@brutus> <[email protected]> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org On Feb 21, 2009, at 2/218:34 AM , Andrus Adamchik wrote: > [forwarding to dev, as it is easier to discuss things on a mailing > list compared to Jira] > > One of the guys I am working with, Dima Loiko, started some work on > CAY-1181 Jira (again here we are dealing with the issue that I > raised before: people who are interested in working on Cayenne but > don't know English well enough to communicate on the list, resulting > in a very un-Apache under-the-radar activity. Anyways I don't know > how to overcome this problem now, so I will keep working as a > proxy)... > >> Perhaps an additional command line argument, or via a system >> property? Definitely interested in getting a bit of discussion >> going on this b/c having to constantly change the output folder is >> starting to get old; I have an itch to scratch on this one. > > > I am +1 on creating an override for the default source generation > folder that can be used when starting from Maven. Maybe you can > handle the Maven side of things and Dima will pick it up on the > Modeler end? Let's just agree on the property name. Modeler > currently uses "cayenne.version" and "cayenne.build.date" > properties. Maybe "cayenne.cgen.destdir" ? > Happy to handle the maven side. cayenne.cgen.destdir works for me. Robert > Andrus > > > > > > On Feb 21, 2009, at 6:11 AM, Robert Zeigler (JIRA) wrote: > >> >> [ https://issues.apache.org/cayenne/browse/CAY-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13251 >> #action_13251 ] >> >> Robert Zeigler commented on CAY-1181: >> ------------------------------------- >> >> Now that CAY-1158 is fixed, it would be /really/ nice if the >> modeler would pick up the appropriate java source directory >> automatically. One way to do this would be to code logic directly >> into the modeler that checks for a maven-like structure and >> "guesses" at src/main/java. But I'm not necessarily keen on this >> approach; true, src/main/java is /usually/ where the folder is, but >> that's not written in stone. In the context of CAY-1158, where the >> modeler is being loaded directly by maven, it would be nice to have >> an external method of specifying the class generation folder. >> Perhaps an additional command line argument, or via a system >> property? Definitely interested in getting a bit of discussion >> going on this b/c having to constantly change the output folder is >> starting to get old; I have an itch to scratch on this one. >> >>> Default class generation folder is wrong >>> ---------------------------------------- >>> >>> Key: CAY-1181 >>> URL: https://issues.apache.org/cayenne/browse/CAY-1181 >>> Project: Cayenne >>> Issue Type: Improvement >>> Components: Cayenne Core Library >>> Affects Versions: 3.0M5 >>> Reporter: Andrus Adamchik >>> Assignee: Andrus Adamchik >>> >>> Default class generation folder in the modeler (Tools > Generate >>> Classes > Output directory) is selected to be the folder where >>> cayenne.xml is stored. If a user changes it, it is not saved in >>> user preferences, so on the next attempt to generate classes the >>> old folder is shown. >>> Another related improvement: In a project that has Maven folder >>> layout, cayenne.xml is often is src/main/resources. In this case >>> we must select a default folder ot be src/mainjava (for "src/test/ >>> resources" it should be src/test/java). I.e. we should be smarter >>> when we are dealing with predictable maven structures. >> >> -- >> This message is automatically generated by JIRA. >> - >> You can reply to this email to add a comment to the issue online. >> >> > From [email protected] Sat Feb 21 15:31:50 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 43453 invoked from network); 21 Feb 2009 15:31:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Feb 2009 15:31:48 -0000 Received: (qmail 50154 invoked by uid 500); 21 Feb 2009 15:31:45 -0000 Delivered-To: [email protected] Received: (qmail 50140 invoked by uid 500); 21 Feb 2009 15:31:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 50124 invoked by uid 99); 21 Feb 2009 15:31:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Feb 2009 07:31:45 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO vorsha.objectstyle.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 21 Feb 2009 15:31:39 +0000 Received: (qmail 14254 invoked from network); 21 Feb 2009 15:31:18 -0000 Received: from unknown (HELO ?IPvacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b:1?) (161.129.204.104) by localhost with SMTP; 21 Feb 2009 15:31:18 -0000 Message-Id: <[email protected]> From: Andrus Adamchik <[email protected]> To: [email protected] Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Cayenne support for quoting of identifiers Date: Sat, 21 Feb 2009 10:31:18 -0500 Cc: [email protected] X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org Folks, sorry for cross-post, but I figured this feature is critical to many people, and warrants an early announcement. We finally did it - Cayenne now supports optional db-specific quoting of identifiers in the generated SQL (including queries, updates and all DDL). Now you can use spaces and other special chars in the table and column names (not that this is a good idea, but sometimes you have no choice). Turning on quoting is done per DataMap in the Modeler. Current behavior is backwards compatible - no quoting is a default. This works on MySQL, PostgreSQL, HSQLDB and a few other DBs. Oracle, Sybase, SQLServer testing will be performed in a couple of weeks. This feature will go in 3.0M6, but if you want to try it right away, you can build Cayenne from trunk or grab a build from Hudson (rev >= 746523, should become available in a couple of hours) : http://hudson.zones.apache.org/hudson/view/Cayenne/job/Cayenne-trunk/lastBuild/ Andrus From [email protected] Sun Feb 22 09:31:03 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10697 invoked from network); 22 Feb 2009 09:31:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Feb 2009 09:31:01 -0000 Received: (qmail 47796 invoked by uid 500); 22 Feb 2009 09:31:01 -0000 Delivered-To: [email protected] Received: (qmail 47779 invoked by uid 500); 22 Feb 2009 09:31:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 47768 invoked by uid 99); 22 Feb 2009 09:31:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Feb 2009 01:31:00 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mho-01-bos.mailhop.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Feb 2009 09:30:49 +0000 Received: from cpe-69-204-109-121.buffalo.res.rr.com ([161.129.204.104] helo=insysware.insysware.com) by mho-01-bos.mailhop.org with esmtpsa (TLSv1:RC4-MD5:128) (Exim 4.68) (envelope-from <[email protected]>) id 1LbAfL-000NWH-AQ for [email protected]; Sun, 22 Feb 2009 09:30:27 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 161.129.204.104 X-Report-Abuse-To: [email protected] (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/H6w+4Wf0A8K41D7G04ZqHd940vMcqgB4= Content-class: urn:content-classes:message Subject: RE: Cayenne support for quoting of identifiers Date: Sun, 22 Feb 2009 04:37:04 -0500 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: X-MimeOLE: Produced By Microsoft Exchange V6.5 Thread-Topic: Cayenne support for quoting of identifiers Thread-Index: AcmUOm9KI1VTxMT5TQGqQZKhYxQcEQAlZyQg References: <[email protected]> From: "Zissis Trabaris" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Excellent! I will run our models through it. Thank you for all the hard work on this one. Zissis Trabaris * Chief Technology Officer * INSYSWARE * 3235 West River Road, Grand Island, New York, 14072, USA=20 Mobile +1-832-296-6898 * Office +1-832-296-6898 * Fax +1-832-296-6898 * [email protected] * www.insysware.com=20 CONFIDENTIALITY: This email (including any attachments) may contain confidential, proprietary and privileged information, and unauthorized disclosure or use is prohibited. If you received this email in error, please notify the sender and delete this email from your system. Thank you.=20 -----Original Message----- From: Andrus Adamchik [mailto:[email protected]]=20 Sent: Saturday, February 21, 2009 10:31 AM To: [email protected] Cc: [email protected] Subject: Cayenne support for quoting of identifiers Folks, sorry for cross-post, but I figured this feature is critical to =20 many people, and warrants an early announcement. We finally did it - Cayenne now supports optional db-specific quoting =20 of identifiers in the generated SQL (including queries, updates and =20 all DDL). Now you can use spaces and other special chars in the table =20 and column names (not that this is a good idea, but sometimes you have =20 no choice). Turning on quoting is done per DataMap in the Modeler. =20 Current behavior is backwards compatible - no quoting is a default. This works on MySQL, PostgreSQL, HSQLDB and a few other DBs. Oracle, =20 Sybase, SQLServer testing will be performed in a couple of weeks. This feature will go in 3.0M6, but if you want to try it right away, =20 you can build Cayenne from trunk or grab a build from Hudson (rev >=3D =20 746523, should become available in a couple of hours) : http://hudson.zones.apache.org/hudson/view/Cayenne/job/Cayenne-trunk/las tBuild/ Andrus From [email protected] Tue Feb 24 08:42:51 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7671 invoked from network); 24 Feb 2009 08:42:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Feb 2009 08:42:51 -0000 Received: (qmail 77779 invoked by uid 500); 24 Feb 2009 08:42:50 -0000 Delivered-To: [email protected] Received: (qmail 77765 invoked by uid 500); 24 Feb 2009 08:42:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 77754 invoked by uid 99); 24 Feb 2009 08:42:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Feb 2009 00:42:50 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-gx0-f169.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Feb 2009 08:42:42 +0000 Received: by gxk17 with SMTP id 17so6860140gxk.4 for <[email protected]>; Tue, 24 Feb 2009 00:42:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=VqnC2Nf0bAVlY7kTqbk+hOrjEK6qirzerId4x0ndljg=; b=LW7MWu5YDBQnWSERJEF/qAtpIeBye3kQRvhkkTwGlSX2/z1ClnbZOsGRNwST+bDXul 4yki+eECHsjgb2yKzEDbA6S3HwUNGPyWNd8jL4phgY+e0xhJlCWS/RI4zZ8N3l7GwYTZ Ymw3qpI2EdqIfNqapFkKcsel3PPakrENUu1LM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Dua66KRmLrq6vj2WydK/Imh6nn/J//3ObLvxjhcy4gvww2gS33bZHH2cmaQyMDKNNH Vso6CgqIJd1ATM6VmbIxtZFGZhfkq2iZz48hJtb23Bo3m5Z0Dh4FkzVl9efT/NtOzgh2 yi2YB8E2d+7F4ddt3OlLYuQrgUO/A2E/SkY9U= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id r13mr6152898ybm.207.1235464941306; Tue, 24 Feb 2009 00:42:21 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 24 Feb 2009 11:42:21 +0300 Message-ID: <[email protected]> Subject: Re: svn commit: r747308 - /cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/java/org/apache/cayenne/map/DataMapTest.java From: Andrey Razumovsky <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=00151750e2bef581380463a61856 X-Virus-Checked: Checked by ClamAV on apache.org --00151750e2bef581380463a61856 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Please notice this one, as I am facing this for the second time. "\n" seems not to work properly on Windows when comparing to "encodeAsXML()" result. Correct expression is System.getProperty("line.separator") 2009/2/24 <[email protected]> > Author: andrey > Date: Tue Feb 24 08:38:41 2009 > New Revision: 747308 > > URL: http://svn.apache.org/viewvc?rev=747308&view=rev > Log: > fixing test, which fails on windows > > Modified: > > cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/java/org/apache/cayenne/map/DataMapTest.java > > Modified: > cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/java/org/apache/cayenne/map/DataMapTest.java > URL: > http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/java/org/apache/cayenne/map/DataMapTest.java?rev=747308&r1=747307&r2=747308&view=diff > > ============================================================================== > --- > cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/java/org/apache/cayenne/map/DataMapTest.java > (original) > +++ > cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/java/org/apache/cayenne/map/DataMapTest.java > Tue Feb 24 08:38:41 2009 > @@ -402,33 +402,35 @@ > assertEquals(expectedNames[i], proc.getName()); > } > } > - > + > > public void testQuoteSqlIdentifiersEcodeAsXML(){ > DataMap map = new DataMap("aaa"); > - map.setQuotingSQLIdentifiers(true); > + map.setQuotingSQLIdentifiers(true); > StringWriter w = new StringWriter(); > XMLEncoder e = new XMLEncoder(new PrintWriter(w)); > - > + > + String separator = System.getProperty("line.separator"); > + > StringBuffer s = new StringBuffer("<data-map project-version=\""); > - s.append(String.valueOf(Project.CURRENT_PROJECT_VERSION)); > - s.append("\">\n"); > - s.append("<property name=\"quoteSqlIdentifiers\" > value=\"true\"/>\n"); > - s.append("</data-map>\n"); > - > + s.append(String.valueOf(Project.CURRENT_PROJECT_VERSION)); > + s.append("\">").append(separator); > + s.append("<property name=\"quoteSqlIdentifiers\" > value=\"true\"/>").append(separator); > + s.append("</data-map>").append(separator); > + > map.encodeAsXML(e); > - assertEquals(w.getBuffer().toString(), s.toString()); > - > - map.setQuotingSQLIdentifiers(false); > + assertEquals(w.getBuffer().toString(), s.toString()); > + > + map.setQuotingSQLIdentifiers(false); > StringWriter w2 = new StringWriter(); > XMLEncoder e2 = new XMLEncoder(new PrintWriter(w2)); > - > + > StringBuffer s2 = new StringBuffer("<data-map project-version=\""); > - s2.append(String.valueOf(Project.CURRENT_PROJECT_VERSION)); > - s2.append("\">\n"); > - s2.append("</data-map>\n"); > + s2.append(String.valueOf(Project.CURRENT_PROJECT_VERSION)); > + s2.append("\">").append(separator); > + s2.append("</data-map>").append(separator); > map.encodeAsXML(e2); > - assertEquals(w2.getBuffer().toString(), s2.toString()); > - > + assertEquals(w2.getBuffer().toString(), s2.toString()); > + > } > } > > > --00151750e2bef581380463a61856-- From [email protected] Tue Feb 24 13:26:57 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6682 invoked from network); 24 Feb 2009 13:26:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Feb 2009 13:26:57 -0000 Received: (qmail 35828 invoked by uid 500); 24 Feb 2009 13:26:57 -0000 Delivered-To: [email protected] Received: (qmail 35728 invoked by uid 500); 24 Feb 2009 13:26:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.cayenne.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 35717 invoked by uid 99); 24 Feb 2009 13:26:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Feb 2009 05:26:56 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO an-out-0708.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Feb 2009 13:26:47 +0000 Received: by an-out-0708.google.com with SMTP id b6so1110205ana.37 for <[email protected]>; Tue, 24 Feb 2009 05:26:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=5iE7rpx6ZJpAFKqdZpQp5/0yV+rVTCAxD2kkjiA/ENA=; b=SpDIBOsK+pqTUOScdlmmqP3XPMnNCba49CB+UKqjdNbdmEAahWKid5sUqlHdxWqvaI Urr/VMMByKMg6luZcIKvIytqvHyOCGqbBHvQxOsvJFle1AjXtzQxMHSn30A3Y2J6k7Nu xUis5vOU0vycW1jxZySPHKN+uySlYyZFDoIhY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=NVMOc6iRHPkvyWr3jHJ7I7MkUdQFgo6N3w4cXkMOu32wSJ/CDTadx6pEzHoA84Quyr NjydGhYLLvwTS6p5fKF1Gp1QpeWMIoKlbEd2EvdbxkwI+eDSkA1jX2e7i276uHJDdg1C OAwYNrPcS6SVK0I5omd4VMHz7R4TxuV4G02wY= Received: by 161.129.204.104 with SMTP id d5mr7779740ibb.14.1235481985183; Tue, 24 Feb 2009 05:26:25 -0800 (PST) Received: from ?161.129.204.104? (ppp-70-242-140-100.dsl.stlsmo.swbell.net [161.129.204.104]) by mx.google.com with ESMTPS id p9sm15583101qbp.24.2161.129.204.104.26.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 24 Feb 2009 05:26:24 -0800 (PST) Message-Id: <[email protected]> From: Robert Zeigler <[email protected]> To: [email protected] In-Reply-To: <[email protected]> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: svn commit: r747308 - /cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/java/org/apache/cayenne/map/DataMapTest.java Date: Tue, 24 Feb 2009 07:26:06 -0600 References: <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org Note that if you use System.out.printf, or String.format, etc., you can also use %n, which will insert the platform-specific line separator. Robert On Feb 24, 2009, at 2/242:42 AM , Andrey Razumovsky wrote: > Please notice this one, as I am facing this for the second time. > "\n" seems > not to work properly on Windows when comparing to "encodeAsXML()" > result. > Correct expression is System.getProperty("line.separator") > > 2009/2/24 <[email protected]> > >> Author: andrey >> Date: Tue Feb 24 08:38:41 2009 >> New Revision: 747308 >> >> URL: http://svn.apache.org/viewvc?rev=747308&view=rev >> Log: >> fixing test, which fails on windows >> >> Modified: >> >> cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/ >> java/org/apache/cayenne/map/DataMapTest.java >> >> Modified: >> cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/ >> java/org/apache/cayenne/map/DataMapTest.java >> URL: >> http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/java/org/apache/cayenne/map/DataMapTest.java?rev=747308&r1=747307&r2=747308&view=diff >> >> = >> = >> = >> = >> = >> = >> = >> = >> = >> ===================================================================== >> --- >> cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/ >> java/org/apache/cayenne/map/DataMapTest.java >> (original) >> +++ >> cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/ >> java/org/apache/cayenne/map/DataMapTest.java >> Tue Feb 24 08:38:41 2009 >> @@ -402,33 +402,35 @@ >> assertEquals(expectedNames[i], proc.getName()); >> } >> } >> - >> + >> >> public void testQuoteSqlIdentifiersEcodeAsXML(){ >> DataMap map = new DataMap("aaa"); >> - map.setQuotingSQLIdentifiers(true); >> + map.setQuotingSQLIdentifiers(true); >> StringWriter w = new StringWriter(); >> XMLEncoder e = new XMLEncoder(new PrintWriter(w)); >> - >> + >> + String separator = System.getProperty("line.separator"); >> + >> StringBuffer s = new StringBuffer("<data-map project-version= >> \""); >> - s.append(String.valueOf(Project.CURRENT_PROJECT_VERSION)); >> - s.append("\">\n"); >> - s.append("<property name=\"quoteSqlIdentifiers\" >> value=\"true\"/>\n"); >> - s.append("</data-map>\n"); >> - >> + s.append(String.valueOf(Project.CURRENT_PROJECT_VERSION)); >> + s.append("\">").append(separator); >> + s.append("<property name=\"quoteSqlIdentifiers\" >> value=\"true\"/>").append(separator); >> + s.append("</data-map>").append(separator); >> + >> map.encodeAsXML(e); >> - assertEquals(w.getBuffer().toString(), s.toString()); >> - >> - map.setQuotingSQLIdentifiers(false); >> + assertEquals(w.getBuffer().toString(), s.toString()); >> + >> + map.setQuotingSQLIdentifiers(false); >> StringWriter w2 = new StringWriter(); >> XMLEncoder e2 = new XMLEncoder(new PrintWriter(w2)); >> - >> + >> StringBuffer s2 = new StringBuffer("<data-map project- >> version=\""); >> - s2.append(String.valueOf(Project.CURRENT_PROJECT_VERSION)); >> - s2.append("\">\n"); >> - s2.append("</data-map>\n"); >> + s2.append(String.valueOf(Project.CURRENT_PROJECT_VERSION)); >> + s2.append("\">").append(separator); >> + s2.append("</data-map>").append(separator); >> map.encodeAsXML(e2); >> - assertEquals(w2.getBuffer().toString(), s2.toString()); >> - >> + assertEquals(w2.getBuffer().toString(), s2.toString()); >> + >> } >> } >> >> >>
From [email protected] Thu Aug 20 12:18:38 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21085 invoked from network); 20 Aug 2009 12:18:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Aug 2009 12:18:33 -0000 Received: (qmail 12299 invoked by uid 500); 20 Aug 2009 12:18:52 -0000 Delivered-To: [email protected] Received: (qmail 12269 invoked by uid 500); 20 Aug 2009 12:18:52 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <imperius-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 12259 invoked by uid 99); 20 Aug 2009 12:18:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 12:18:52 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp2.cict.fr) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 12:18:42 +0000 Received: from smtp2.cict.fr (localhost.localdomain [161.129.204.104]) by smtp2.cict.fr (8.14.2/8.14.2) with ESMTP id n7KCII3J002047 for <[email protected]>; Thu, 20 Aug 2009 14:18:18 +0200 Received: from dell2.irit.fr (dell2.irit.fr [161.129.204.104]) by smtp2.cict.fr (8.14.2/8.14.2) with ESMTP id n7KCIHHE002044; Thu, 20 Aug 2009 14:18:18 +0200 Received: from louxor.irit.fr (louxor [161.129.204.104]) by dell2.irit.fr (8.14.3/8.14.2) with ESMTP id n7KCICv7009216; Thu, 20 Aug 2009 14:18:17 +0200 Received: from louxor.irit.fr (localhost [161.129.204.104]) by louxor.irit.fr (8.14.2/8.12.8) with ESMTP id n7KCICZX017155; Thu, 20 Aug 2009 14:18:12 +0200 Received: (from web@localhost) by louxor.irit.fr (8.14.2/8.14.2/Submit) id n7KCIB1E017154; Thu, 20 Aug 2009 14:18:11 +0200 X-Authentication-Warning: louxor.irit.fr: web set sender to [email protected] using -f Received: from 161.129.204.104 (SquirrelMail authenticated user smaili) by websecu.irit.fr with HTTP; Thu, 20 Aug 2009 14:18:11 +0200 (CEST) Message-ID: <[email protected]> Date: Thu, 20 Aug 2009 14:18:11 +0200 (CEST) Subject: spl policy From: [email protected] To: [email protected] Cc: [email protected], [email protected], [email protected], [email protected] User-Agent: SquirrelMail/1.4.17-1.fc8 MIME-Version: 1.0 Content-Type: multipart/mixed;boundary="----=_20090820141811_75069" X-Priority: 3 (Normal) Importance: Normal X-Virus-Checked: Checked by ClamAV on apache.org ------=_20090820141811_75069 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit hi, Xiping Thank you for your mail, 1- I need help to write a monitoring policy ( syntaxe of policy) to complete my works, i hope you understand wolesale the sample i sent! 2- I proposed a concept of management spl for the monitoring, can you see and tell me your opinion please, Please find the schema on the attachement fille. Your help is a way to get me outside out of the darkness. Best regards Smaili Abdel ------=_20090820141811_75069 Content-Type: application/vnd.oasis.opendocument.text; name=" =?utf-8?B?c3BsIHNjaMOpbWEub2R0?=" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="=?utf-8?B?c3BsIHNjaMOpbWEub2R0?=" UEsDBBQAAAAAAChiFDtexjIMJwAAACcAAAAIAAAAbWltZXR5cGVhcHBsaWNhdGlvbi92bmQub2Fz aXMub3BlbmRvY3VtZW50LnRleHRQSwMEFAAAAAAAKGIUOwAAAAAAAAAAAAAAABoAAABDb25maWd1 cmF0aW9uczIvc3RhdHVzYmFyL1BLAwQUAAgACAAoYhQ7AAAAAAAAAAAAAAAAJwAAAENvbmZpZ3Vy YXRpb25zMi9hY2NlbGVyYXRvci9jdXJyZW50LnhtbAMAUEsHCAAAAAACAAAAAAAAAFBLAwQUAAAA AAAoYhQ7AAAAAAAAAAAAAAAAGAAAAENvbmZpZ3VyYXRpb25zMi9mbG9hdGVyL1BLAwQUAAAAAAAo YhQ7AAAAAAAAAAAAAAAAGgAAAENvbmZpZ3VyYXRpb25zMi9wb3B1cG1lbnUvUEsDBBQAAAAAAChi FDsAAAAAAAAAAAAAAAAcAAAAQ29uZmlndXJhdGlvbnMyL3Byb2dyZXNzYmFyL1BLAwQUAAAAAAAo YhQ7AAAAAAAAAAAAAAAAGAAAAENvbmZpZ3VyYXRpb25zMi9tZW51YmFyL1BLAwQUAAAAAAAoYhQ7 AAAAAAAAAAAAAAAAGAAAAENvbmZpZ3VyYXRpb25zMi90b29sYmFyL1BLAwQUAAAAAAAoYhQ7AAAA AAAAAAAAAAAAHwAAAENvbmZpZ3VyYXRpb25zMi9pbWFnZXMvQml0bWFwcy9QSwMEFAAIAAgAKGIU OwAAAAAAAAAAAAAAAAsAAABjb250ZW50LnhtbO1d65LjtrH+f56CpTin7MSkCIDXiWe2HG9c5apZ x+XdpJzzJ8WhIA1tilRIai5+orxHXizdAO8XERppdtd7ZlzWUEA30Gh8fcGFs1+9etjG2h3P8ihN LhfEMBcaT8J0FSWby8Xf3n2re4tXV//zVbpeRyG/WKXhfsuTQg/TpIDfGnAn+YWsvVzss+QiDfIo v0iCLc8vivAi3fGk4rpoU1+IvmRJXjzGyuyCuM1d8IdClRlpO7zBjXrPgrjNvcqCe1VmpAWlttnX qSrzQx7r6xS0vt0FRdST4iGOkl8uF7dFsbtYLu/v7417ZqTZZkl831+K2lrgsKbb7bNYUK3CJY85 dpYviUGWFe2WF4GqfEjbFinZb294pqyaoAgGs5rfbZQRcbeZUE14G2TK2BDE3ellK/XpZas27zYo bifmxFu+gUrx8ea6wUK2Ve0LaTuqCrNopzxMSd3mT9O0FhUZpIEKcalpWkv5vUV9f5D8PosKnrXI w4PkYRCHtcbT7ZjSgI4sgULndwjTGvioiHyCgS5ldU2cryab/unN9dvwlm+DhjiaJ9ajJC+CpNHM OuJxBZh6oOVc8IcdzyKchiAGneBg0tUamgBVpbuLVgNyZkrmlmcmi6vKDcspzJd1wRrcsb4OQq6v eBjnV19Jc6qLNfkdRblcfB9tb/a59mO6DRLt+9TXAIRgQhX1NoofLxf/G+zS/E9DUlm+0DodIIu+ 4QmMEOY6Q+oOxS4qQrCGuyCL0IUulocFfAd6yrXv+b3seFK6Ht37EK1UyNsgyefVJqkUxMrvozw/ RazX/Ofg73vR4aRQLRoVkR7zgm/nZFpO4a8sD/YFaLyIQl20UwNTfHZG8AOp+yql3gVZsMmC3W1V AQWYeogvuuR6C/a3CrLVomq4ZtJ3YFY8KyJAyDoVcV8P4mgDphTyRPgnyfHzPi+i9aOeQ3CGdu/T DEx4HcS5HGBL3gPC049P+KpRSFqg13SX9wsqwdI8KqSLoQaz7HDbGneLeTkto7Ka2P9zNZXUKGdX 9DhINvtgA6Pl4J6gIEz3SZGBhv72VnwXBlamyRGEkCjsmKbUF4T+IKnr1dFrnWVaRoYlZLvn0eYW spObNF51hJYVldSiWl1m++OD0vLDaMI5SRMlyRYScJ7pO8DgUbqqqpCtzPnR5x/URQP2JE14F+6y RLJWdJVe2nUlQ6dKXWXutMoURov5Lcy+vk1X0Fic6cXNEX17T+z7ICpPE8l/jyIdtpA8+hWIqbUr 1MV/N8gcsPVDbumDett3g1xhTtxnlWYQkg9KI0v3OTi+CNaV97qQIEzjFAy/yPa8I9lENt+dbEJh sruzss66s/Ltj4t5H4qdVVoYLiBa6oJeKzrZ92FHPOgDdxpi/qDQS03Z7qf2anVtkPW9Wl319usj pnIQxj/SqTz3pH3cszJIVN77rJD3MivkXLNC3sOsrLNB0BDRrXGtIznTtxn8qmeupO/56m2QbaJE j/kafJRpMOLDQqFVkUnvVddUsTLYXS6yfaIXt1m639SZm8ypdKzf8ZVeR+EcUx49jrZRras7FCIM Yh1WKjjAdKvDimRQm/F4JEO8TbPo1xT3plrsOIgRgn4LMLibIPxlA4Inqwqqv1uLn4q9RVBkQZIL 7YagdWKavxdN7IIVnjnUmqNeqbiqotbcoAaGieXEZr2Km7QocEOxXXcDCTtmqSJjrOayJV60Bbw1 OBrOsjrEBoH+BWIfAmKfLsAGudsLwD4GHwaq6WHBNEwCoNLyNI5W2u9M+PHMZwbHIBt8AcdHAg7D pM77dhab6YTnOea7NdOg6zTjcjyfAhyUc8zNdAJwQOV4TQAay9JfoAnhL+SBjiyCVcEKz5UBQ5Yl 1N1UVcAsvUu7JdBcwn9OI8jTt/JsVlSuoziuO6lLBggXNbhQAUwHeksz5b5PuSXaJ6ynoCTbRqtV zEsq3CTUART3+m25oJd7qP3acrxl5UhMpu50TB7U1bHftiaDf12FINTTndz0B/Th90qrt8FKHILD kHgyB/ojEDMZ0c+BGNefQAwTPy+I+S0iZjLMqyJG7qq3ZrdX8DK5H25yB3tH53QHMgmZCCDmOQLI yuM3N2weMTLwHoaLiO2HsTKEA6X+JByGdRUcLItMwaGpUoDDXZTjfbROqZ6u1zkv9AchAqHY2kj1 Y6v6JQk7KQkbHI/+tmwIfW4YvtjQiw19QBsanJe/fxuCWfoFFMqTFZhP/nUG2P1LsvonNf9pDyia xplbg6NVLQ+quzmGgo2emhh9oiZaZT0vNnaSjQ3uhXyUcerFBl5s4PlsYHARScEGXvTX2uM1fxNO 5OT9o0/ci5xt/4A8ZdP/ZXfo2N2h883XyScGqyC/7RoillwuXsMnJsv0JQn/pF3HSwJyWgB9xgOY Tz14TqF/HPkTqP+QwfLlKOU5ZvPI+VlOvjlYVtykq8f6C6qk9RJstsU7C9m2xb1Ow33eGiZW7nbx o77iOSivfD2hfoFH/H2AnP9rz5PmZcZhoSaKVlG+i4NHPd0XaLGgjDv0PGDMoloC67s4hlnMAsTy eA9HNPauevHytFbwBvKpjbyWf89AzOC01naSRcyhXr+wdPWVtAm8b1SZUEMgLueK0ta1JFJ2HiQh 2IlePO6gBt/Yl04VLw4bjl+fcIP1OoYjIyh+L9FOIRSzqqyyD2LQJkP5VY+SFV4nplYlprijfZM+ TA+peVfqB/DO4WOpkR2optfCshl42TrAE7Cqg1vb8ckh9kRrzuobGcQOUtNbR+NuRwkY+b2+Epjh kVpbD/K73dKmbZjIU+lgWUrPk1t8A36lb3i65UX2KOjvIn7/5xT35zVTo8Qxy89SwE285xDFo6QA y5TV+B8xPXOMXL5jBI4PqAlDmldrv6R7tSY1mdAXOiT9JgvCyuOBgUfriGfIjLyil7Kuln4n/lrD G60S5huNONRshHq1bp6Idl0/U6Qsn5lmW+LB0uRn/bWisOsnp9WG22rDK/ttKaH8/L5CI1iZ8CVt C1lXA0L/to+Dy8Vnpraki+UhHjLCc5iD9jlwcPosGxtlQ5Ue5rMGApIZDnuspz/O9+SM8s0OzO2z iamaV4g3zjcvpz8yZX8gmD8uIZm32cyED1BS9es3/YJBQC6htZ711qvPAqafVe2U9VmQbLj+qG+j JNrutyJQjNYHD7IeDUOtQ7Rm7TNyYn/SmSwr7zvwWVVF2xWX0m1UXTIddcn+YszLjxASpui8qeE5 1lgEc+oQJi6gyr8nk6VFUHDtcx1vILuWzahPbUoIdawvNEEXy3pi2I5lO75V/oRbzTV8h5K6BIq+ OI/7b/tzxJPw+mb92XHn8hpsxsMCXwWKg0yHvDeGxGTo3S2TOLZGPc92p9w7s30U6Sf4XzxeCxeO rhuk8F3h76nDpNdGfw3fPZOY2j8kvRzLtXDg6LgFjyyUfFVQ8kSIkryy7KeKTpRdi8CFH2SEXzQL dSgaYWWhEOAfJX/ZAgpJ7JK3HgKUoXjE1f7vCWFDlwHyyNBBlPgGASRafw6CetqX0PGX5hdHxpGG m2hfOtSba2AQUEQDlKl1PwguDTd0T8C25loYhBnZgiP7VxjAIOA0DYAIAiczLQxCj2zBlyKoDGIQ g5oWFGUYxiHRBKNSCKUmBghsmlCcDDIORmYdIcU4IkUTaogk45Bkjvp8kHFcshIUs+zjoGSeMijJ OCqZpyjAGCSxa518Cdbta3P844AkZQOUzjVAB3AMbvLPMRmbYxyAUDKSWcaRRJqamBLTuQyXjkGu 1ha1ZrseBxxoS6gKmplrYAA39P11hnWAccL72aJrV6XrcaDVg/dmBz+AmtC4LrQ/wzrh9oT0zFSQ no17PVOTois0MLZgU9E8m/B0YtIZU+l6IvQqo4ZN+Dkpgq3SwribUzdzNoa/zyp+5s7yT6JPdf5G HV0twKyjY+MQVIe/NZbuzbCMZXpqSzdoGxZuT1p0TewLyi16UTxcJXm9VZJj0+EqiXjWiaskyzFt WBt5Br5jZVc/jlwbNaId3C0EWau9112QDOvf2Yurb9I4hkWPhn8aVQPVajmKmBvVXiswXinuMsov m1I83NBVXdNWk9+dBHdyDvxy95DgdqFl1hutjwS3DgyP1YfMDxTWa4br1NuQj1DgG57HunuMy1rm J4hvniK+6dkd8Un1incjvmUfK/3khnfloVsb3nR+wxtU2tqhha92s69bGkK5bduxA2q4rjfc8Cb+ ERBmi6sf+S7jOf5BUzT4BoyTPHQG9lD/17VW3HKtg/JDLGRxtQ2SYMNXyizQy1Ht8+QuytIE/3Lr 0/s44jzgGIywWYyAS3PYHEgsg9ARlNjWCEi8I0BC5if8uwRdsEBQrpXEkjKEzmyIH+lak1OMM/Bk rR7hN+r1zBP8hg8hpu/2TLPjN/BYirUdB7gWv3+2corfq1d0T5AfxCWOc3gAruH3BoBnRWd03PWK 9kkT4FneYfk9o7nsVOrfcskZxbdO1H8n8PgGtTphs0dCG5JzyT9+uqgkv2fYbkf9rsGsjvZ9w2ak L/050T++EV8XHxTfNRxqHxS/mxgoiq96iEDGEy71QwRzcpBuLytg/sDhQ0LTQpqICmw0dJz/DFie K5kaAwL5UR23ii+Qtlvd4+GyRHyWJaJWliDTyFkDw5NV8QFk1WfntIHHcbQr//Dz8YsTMqn97uKE GSOn74R1VO8z2lY9ZJ+uNPFzrTGsxdXraL3mWT+vmc/jFJou65u7IbMpEzCt+F2U8/x9LnHI+Bph +iZFy1mYBqOs66o9r+MsiGU4pOfsTlgksGECaM0mgMxwnPatGN9gttvL/yABGd6KgcRRLni6Gjtm kQDr2Lc8ydMsP0sCPDJ+e3b8EJFmxw+prj0wyYnxH5P/wvj/AiYWFkdq4AgAn5CrdvIggkix/F6o budSZfA7Y6J0Qp7qGCbzDgrfX56fWfazpqiG7Xlt2fsZanVr7UlewxpajaOytWB5neDflrExm8FN BFxu2kOrOeIu3Q9A++foJo7S4vY///7Xnj/zZbqeV4mal807U+soplbU8Ia+pDvDgxwe1ebbvRme SK0GWQ0kPo5mOdTTqAm6h0/q+eNJlu8RyH+sJrsa3LjTqkxscAGtkydt81TPdwWZvkhHfNc3ZWd4 u63u2Sdu9WTaQIDCiyfqM6J5Pt6BcF23fLIcv3zCNNDzTLxTYQOd43kaYR7U2o4nhNY8Rh3NhdY9 yNBBIQy+UKYR29Jc5hAYU/cXhR7xlwntIRFxoDmGPViWJ/gJo65okVDTlZ0IZYuOfccGFh8ktWwp nkstjTJiyQcU3TGZRh0QQjzgsMCo5EjxQQyeOVTqg1qlYq4xEWY+3iJkrsm0/qRIbQ5vCLYnUD7b IEX5aLnQ4TfwxXJ9zYIkGB6ZDY+muIFCiCs7o6bnglC25QvNWFISahK7FBOvlDwhPR71Q+6sH3Ig WrftpHN/t77O6ttj2ctI8KbHuaG3P1w/s/PpXnR+Xf5DXfmoB7IVPRBuJzlDD+T77cVdN4A2HkrR AQFNtsd/mErH21j3vP43MEb8kwMGYqHZg8ujVCMuq3dIOv4JIClWfBZYtECwDSboeeDYiO/bCEJA L5RQW4C6LicWPspi4dSwQ1FY3eat7Ke3hhxcNpt3a/L+liVstOms160YQfNUjWVsTJPj644VDdhi VjMgIQSYovYG+kCXhL1ddxRyuM1p2avWZOvNgIUAeIN6SpaDbkF1C2R8PUZm3hjYZNPbOwo7H/27 753csdnzUfcd7uwKeXnU7vXksNVvjdrNuxCNj2w5TsxpDZd2hu2S8w6b4blmsopa50XnOh45pApv 3j32VeEazGy7R4hDnn/W/RfQxdfhsyhi+oy8HyeoO4uJ7iHtc4AC4+x3H1AJrcxc0TAcw3Hcc+vg 67jZJHjS1ldD3nk3btl5bW458e/4Xv0XUEsHCLMw85paEQAACHgAAFBLAwQUAAgACAAoYhQ7AAAA AAAAAAAAAAAACgAAAHN0eWxlcy54bWztWtuS3LYRfc9XsJhK3ji33ZV3Jtp1ObGVpEpWUpaSVxeG xAxhkQQLAOeiP8p3+MfcjQsJ3mYp7UTZh0il1RLdaBz0DY0mX397yrPgQIVkvHgIl7NFGNAi5gkr 9g/hvz68ie7Dbx9/95rvdiymm4THVU4LFUl1zqgMYHIhN4b4EFai2HAimdwUJKdyo+INL2nhJm18 7o1eyoxoYVOna2Z/tqInNXUy8rbmku30lTWzPzsR5Dh1MvKCTv3pOz518klm0Y5HMc9LolgHxSlj xceHMFWq3Mznx+NxdryZcbGfL9fr9VxTa8BxzVdWItNcSTynGcXF5Hw5W84db04VmYoPeX1IRZVv qZisGqJIz6rysJ/sEYf9iGrilIjJvqGZ2+a9Saab9ybx5+ZEpSM2uZ//CET948e3jS+IfOpayNtS VSxYOXmbhtufzzmvoeIEE6Aa7mqxuJ2bZ4/7eJH9KJiiwmOPL7LHJItrjfN8SGnAt5wDR0QP6KZh YFOIl7aW4aPLUTsO+WlHYholNM7k42vjW/VwYJ5RRw/hO5ZvKxn8xHNSBO/4OgCLgD857pxl54fw j6Tk8k99VjMeBq0FcEq0pwUVDDYukLvFUTIVg2sciGCYT8L5ZYAfGJgyeEePZuFRdB2+rwHNKuQ9 KeTTajNcE2DJI5PyObC+p7+Qf1d6wVFQHs8USGepaP4UpvmY/9lxc2Q+vsaTAPKD+EhFoH83sHP5 nRD8+EOR/Lxa/HwXGlrCZJmRc9TlCe7M3g6MHv/MTw/hIlgEq6X+ZyiQuvLl4g6G8ScMpxH8+IRI tWSpBP8IGIlMfRjfwzMCWA0CQGrgSPbYFjRWjpkruYJw9B+jjBZ7TIaLGQCJ80auIgVWDYvZ4ps1 jNdmTeiOVJmtMZzSrfn2gpQpi0PHa5+jUkBuEYpBDBhsKUn4MQLVS6oi1M/spl67TTx3iAqOgQhO TRrJksRwZkcpF+wTWJVkyLq6v8h8QBhxnxUS8VSpPdYBmVYtGezjyFQamSpoRzLpBUhJBNEa8vVj SMgfkUpxXAOswBLKDSvJypS4BTSMraAEKgzwGIamNhRM84gt5wlMz0Sktq0IYUVC8fTBatHfjAPp MEJVBZbmpcQQGoddsyPu3m4qSUENBVpVLx7zjEP9oUQF59aOG0SSfQKky1Wp9FhGin1F9jC0E3og 5lWhBLjDm59aO8F5EZyrBE+axeyurHXgRDjqp9PJkawwRyl4QftCsWrJ6MmB6gitqQNia5oW3Kiu FTtTAqrWdXjRaUA96blMaQFFFi+ijCQJFZFGgxjAwjmrdzDRt8qqiFVlBB6BDEc/bB1c5Gnnc04T NWlkOVvdrpvIaLtnCfpswuILfMiz3Hjh8FxHQ8nOYdqn2H/ZGfXCtUtdXPpaLut7FHU5oetmguaE FRFW5s7XVj2mspJph+UZ8aAveX5yyqjvKuYOuOUC3R99C3IyOEpGSomO+9yFIzjdO4vDSCcQP1Ja RorvqUrxkoWB9tTC/oLGf99D2CREJOFoPnDmy4iUAA9i5skUwQWEdyGdlY4Mgsk8jZ8ZV43KXrV8 zZDsl+IjYelFxkB4PSlmYogRMRph77/zHOIJR/gbJYmXc0f9AAbqxk807EMFWtBn+AADWExueXL+ En+CKhnOA/D1Eiuf25WufJrxLVcKb4xQFC1XlqSDQ1dEha6ISHYkZ/mUl/UTu7vVdBzodsi0n5Oy BwV8bupFIZMNPGSEdlWPHIFPfo4TfLF9L9t28nbfQkXwJfu44KsZipzgQL0kMBn0X0iJZ9kV9Q8o BfnMAGuiaCzAdP/UdPd0US/rk1tTdMHmmn+L8aAbycpmzNwqGdyL4J43OccalVjq2OTBzOpNr+lW wGT7/R3uOacrWo9peRetdyVTXMV93wj4D4MnBjmmRTeUZzRb0OW5UpAah5+Pg/wnB5NqlCAY/0t+ /Q+USmoYq+EOgDXo8NUFG2a4C+vp3XYnTehfaPPBnSblUB+dS9rWzGG/Odlkib+f3e+2vsJbFLJn Gc3qY9k4CRJLmkS1NNm/uSFPhAbilaj9yZBcDyIqOaZ3XvYIAovhxletnR1b0+4wEmKgUTFAHREz 2Rn/alTa86+vofrkDBiazPO/0fwzNT5d0/94+8P/lXwtJWu18EqZXtnAWEYPNLNXR5PicUB3W2tF RPhuiEDZWxsAaxc7tWuDnGEjZwsUvxl7c7+05dbY6hNxrV4orpsXiuv2heK6e6G4Xr1QXN+8UFz3 LxTX+oXi0i/SvjKwNslHW3BFJZ5dO7avhO58BjUhsjXwjnOFz0PAl/ZiYF5ZHUhWISo76CZKPMSY 0i/Vdc/cn2MOWuzfoTz3WQHuaDpCWiRjANkwQCceNdIgGFpm9C5kXvTpFtLae0UwpB0rpNFCRnfK 0lgRC/2hDObE3ttKVBdY/QzGa+5t9VD/ymXH94IlkbS3QNsY1c3Nfke3tcK881bZPmIzGDYEFZcj 9KC0SrgyX4ZPwIWLuaYcWYKvcVeL2dpo0RFSyvYp9t3Xs1cX9GsXAfOpCMoi0COxjsYFXN2YCrsd iZWzV78jMUBCSw0ShIXXtv6F95e+aWy/+ffxAv8OcViHu7kfIm6JbBS0mL26uWsQ+Hyi2p4bvmEe g9R/edOTADkHv85pVbY+k9b+Bbq9A1/g0BuyrlC3ZAc8uiD4jkK/lyExVMSy27M3CSfKyam17+bb Dssgaeks5lZdLO+bVV2Khb2Ds2l+863BcoCH7ADKIAtJfqmkMtFtYt6MQ9lee/7dH5qOu/GKhf7j xepwDLlNpZTgeyP9MPd36g32BTXB3o9uS8iJrGXUq9lBlHTx1Y+PuckK3hctHenz4Y9BH38DUEsH CCqjzgJcCAAATCoAAFBLAwQUAAAAAAAoYhQ7h90NdVIEAABSBAAACAAAAG1ldGEueG1sPD94bWwg dmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPG9mZmljZTpkb2N1bWVudC1tZXRhIHht bG5zOm9mZmljZT0idXJuOm9hc2lzOm5hbWVzOnRjOm9wZW5kb2N1bWVudDp4bWxuczpvZmZpY2U6 MS4wIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6ZGM9 Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczptZXRhPSJ1cm46b2FzaXM6 bmFtZXM6dGM6b3BlbmRvY3VtZW50OnhtbG5zOm1ldGE6MS4wIiB4bWxuczpvb289Imh0dHA6Ly9v cGVub2ZmaWNlLm9yZy8yMDA0L29mZmljZSIgb2ZmaWNlOnZlcnNpb249IjEuMSI+PG9mZmljZTpt ZXRhPjxtZXRhOmdlbmVyYXRvcj5PcGVuT2ZmaWNlLm9yZy8yLjQkTGludXggT3Blbk9mZmljZS5v cmdfcHJvamVjdC82ODBtMTckQnVpbGQtOTMxMDwvbWV0YTpnZW5lcmF0b3I+PG1ldGE6aW5pdGlh bC1jcmVhdG9yPnNpYmlsbGE8L21ldGE6aW5pdGlhbC1jcmVhdG9yPjxtZXRhOmNyZWF0aW9uLWRh dGU+MjAwOS0wOC0yMFQxNDoxNDozMDwvbWV0YTpjcmVhdGlvbi1kYXRlPjxkYzpjcmVhdG9yPnNp YmlsbGE8L2RjOmNyZWF0b3I+PGRjOmRhdGU+MjAwOS0wOC0yMFQxNDoxNzoxNzwvZGM6ZGF0ZT48 bWV0YTplZGl0aW5nLWN5Y2xlcz4yPC9tZXRhOmVkaXRpbmctY3ljbGVzPjxtZXRhOmVkaXRpbmct ZHVyYXRpb24+UFQyTTQ3UzwvbWV0YTplZGl0aW5nLWR1cmF0aW9uPjxtZXRhOnVzZXItZGVmaW5l ZCBtZXRhOm5hbWU9IkluZm8gMSIvPjxtZXRhOnVzZXItZGVmaW5lZCBtZXRhOm5hbWU9IkluZm8g MiIvPjxtZXRhOnVzZXItZGVmaW5lZCBtZXRhOm5hbWU9IkluZm8gMyIvPjxtZXRhOnVzZXItZGVm aW5lZCBtZXRhOm5hbWU9IkluZm8gNCIvPjxtZXRhOmRvY3VtZW50LXN0YXRpc3RpYyBtZXRhOnRh YmxlLWNvdW50PSIwIiBtZXRhOmltYWdlLWNvdW50PSIwIiBtZXRhOm9iamVjdC1jb3VudD0iMCIg bWV0YTpwYWdlLWNvdW50PSIxIiBtZXRhOnBhcmFncmFwaC1jb3VudD0iOCIgbWV0YTp3b3JkLWNv dW50PSIxMyIgbWV0YTpjaGFyYWN0ZXItY291bnQ9IjEyMCIvPjwvb2ZmaWNlOm1ldGE+PC9vZmZp Y2U6ZG9jdW1lbnQtbWV0YT5QSwMEFAAIAAgAKGIUOwAAAAAAAAAAAAAAABgAAABUaHVtYm5haWxz L3RodW1ibmFpbC5wbmftV1dUE8y2RgUFERCMNAmgoQQRQpGWiP6QQCD0ANJBKaETESNSFemRXqT3 DiIQemiiSO8CgVBFRFpAeofDOQ933af7dO/bnbVmzaz1rZm9Z+bb+9sTqq2JZLjOeZ2KiopBVQWB vhirqaguUdFevZjtgmQmqaiYzVQRCnpvUilpHmEAG87gWYXAnzHwf6gVXlFj/6FRuKp0gxuM8M/O fjeXlKgUPhQSIsH3coWHE4RHjn9aJ3DeZlb4hZ/34aWmvdz9EtH4D7sCY6v/zKEPbHTkoY+e+zT2 NN0aLT86OmphIL87ZjDrYXc/nkXxoavdOB1vmyNYSudansBK5ggCGJdc6I++hdN2yGZEaYwoFIVC //fAjkQCgfAePpaPLiLwDrPwg3HqfoNFIwk0NcvMF8to8iLuat57JTSJYSGBtYqsUFlgyqsU0za5 bl2HmNhzW9d5tlIhXHSAK6y2+Qd9697GLGR3ZVR4peGXgHSe6GUZxYbDZlO082yzrnHVEuQD2znc c4/LfowysV3x0EFPyKojIkZI9yxooHuhq9L65IBDAEZ48dOy6NPa00oNj3ctfIbgajjqtmffwPZC 25j/6lqO9oIb0Wx7UaPv5TRxY3j1vjBWrKdI91z0A6tItFnDXmd3/GovMQIIiWcGicZLOUp300Me RI2WyHT2p3n1ev1qn+Z1nuS+a9VuatY9EAaII9Ly2okbSsDyxp3aI4ANvQTnyacYuq59yjHo9Gx9 ukXVw8M/ueWI4L6xQbD/gZkg5BkHMfGAB+RlSLTTn80cJ4i4BqfJmulPJKo8RmbhFmOH9HqjSoFl lghLNehHkeMEoZ+GDa8jiJ9o8xjp1BbEeNqmAIdKHCizy+feLs16r5Z5c4KmIJK2WlEmwRpxkLNj rFyjkVXHcYhJqGJq5gh/+WFH6dZEcE/farsGZzJ/gLIqXGOBQdIeAcapviq2gzTdb+h+u/j2vjO5 5uHq01JDwcm3E0I+RzgmPgbXz5vbdy4MwYMYxNRKHuaOo5lrDY0SMnv6fl3+DwPEg5hSJrL+G0tW 7pXX/qYltvnLBqNhbTPKOex45xHEFLwIGDNx0Bn+ydXpDY8guPrKGstHzgqRtduCgEkeMO4SocsA FW5e46Pt9DZzxAPMl2ZyV6jmifYKFzX/ne973Ki0wEz+nPEZxSJJWjVRPAUYR1YeR+s4YTNHqhFK AngKN0pkiJn83rIBtIlG6nPjzaChcWTz30Ab+6kwuhhrFiGpEOLgO5+baiBm9CSNqHCKIQgVz/UG aFM8XBY1puegmAv5WphpvtJrZwBSNlR1VQofeS54V7owgRMhn6LQyM+MjrX+L+r3K0Ryyy/0QJp4 VsbKTmOu/Cc0zL71JknmOU/WDJc/hxtVWAZO+exP42bezvldy8XONqPNzES+BTGUbHMHrTftz3j1 /ZHBzjzQzVenk1jmo48jBuVrpHQTcavWI4U6BN/TI/+Ztwc/g/OKi7tD5O2H+Q5XSspy4cGMwxVW yO2zKvsfw5OixlUqr9enkmYWJ7EtDGvuUeexb4ruzvG8Pbnb5LkbE/n4SOU1hYwblK6d9W1oPNnq IbxaRi9P1Vca1dr/ELg1cUfG5UGD+8ZHOKMc4uxoFbJNvjy5NlmrxfnQ7ub4xt04MmJ5tazl8Yb0 jwItmZ6SMtFHwDvc1K1Jtun2H+Pj4+Vqu2h4+Kaj3xSdvkMHqT3IrSGHBqUxsjDdE9yNAMLQYOe6 v1/pbQYzFWykPEZG3tPQ53rtrxclnzg9s/RidhZnOhgp0rWZqnPFxOR0cHuprzdua9ZvNB8bouZB 0bFEo0rMTRkp93XTBXfdYB7fupPDPxkSrvMIIQhEa/rVD43hC9fFYB3QdD/Hi2RBcJqQ2BaDvvn7 zOP8dP93cclniexfikqbd9VUGgVfokESBnp6KjnK4bm41TGC7QA36HtBhq+Dtexa+TeujZ4e5T1J TK8YU1yU69JgVsTj7Wn32S4pkimoEtOHsqBtOd1LMZp3v/Qx6o3WQq7LhcsTQPcpHVsgit6l/jcr bTx0d0QXSOnocdF2HPsUffEAQwBS09FKyXCu6i2PlaKChcbt/lhmkLJKydNSgu969gdRVItyRSZN tvxmZKdqWqSaaH1bRebT88cQorPzVJ3Oev0fbo+dIaSGtfxWJ+j3wa9I5NOuznQ1BxbGihii4RRj g6Pr5ne2lN/+TI/tzr5w2Kb+fF3bJqinBry6h761kLNtI3W9SQvljz4OuPW8NAaAp4jEka+BHeq0 HZgq8BQ8c/IQ2QtcfS3unuQmUwc6wRgfFfeTboq2z44iQpNX02PareD+UrxN31t5yW4ejG4IVzx8 x+7KThK9VQYSzql2B8QXKA9EMNyRTjTndiZXiTc9fjf6+hJDZPP5mZfcYqLVyxrbcuwVvD0vgOYk rB8weYdLNfyqnF2IW7/cn0SH5yrhrJjJGufY1c8Nmuaey/wcj73rGvfIjlsTthldUXfh6hktrCLG Kj0fRWwu+lY/bCNRs+TghBnJFf0Rqqld92ZOxeGVSnV2Z5dghpMNR6+XYbYO07teA1PXQI/pAi2e yio+9od22kdurvheVgW6i1NxI9GTSoi4fqWLwCD4jnkPZW2KyOdab36ttn86w6G2kFDq/boCsftc /EYWR+n0T+MVvyvXuqtJ5sJqHx+IU4KHsp331iZe7k3Y9oQKpi/Z8Yx1bTveDwmjz59rlsSLfyMO RgXtuHfgTCliL0SkuKmiKXWb7Xf6zkPElu7GiAijaZ8siGJ4dJIsvqOQehvmOh2u6VBS6WAM6eyv Qdjg3oDRbLSQOwVqoeUSt2ggJxaPfDUMELyOcl5VQA+zLRDZJaz7PVkoGbswvLL4PWVxDdcv9uGW XddkDKq6agZ6cRPFS2mdlFFqJQV1rgWSNUo1fadz/6W0DFvAaWUSGzLrUygOnfFmPhTAbazD8fDV 0uC9LVJr35RNXjWRCA3EC+2kdhz41s54lnBgns80emBuAKzLHTsYu45h2U9WE1va8v/KWgAG2JrE 1VvhTPLWW4erpDKtcCBsLKzaD805EpcdgPndHZ+fcJCCbbb3LN1fGgLFgUkEGzXJRbrke89Sb9Iy iD2A9xFHhMsaLdsZPba6BHV3V0mR6sQcZafcfj4TwBNeT33PBlEzYqdNghmmeEkczZKrHPlihwpZ T4wvbQ3RLjw6Xy7IuHxyG9e6pGfI7bVWsbXZwVNAsgqLunTlKrufY63a/rNIxX9vmFcTK4JPiNdP mi8fykGm7N88dajVwMp4bC1Aj5PE7k4RnoVp2mhZLML3vDaaEnbdnhfAHA5EcYnf0S4td9iCDOzp jrzeo7wEdMAVoTv+lkULb7WLCSIlEmOj/I3DkfflZDX2cBMzZfRqT+KiNwK4Q57p11TrZykl9lZh SpQ+wWqhjhz0WegVb8N41UM8/TdeAzpGftH0NlUGQihQoH44hjL/AZWcE8aGZgP+9j0/ddd1WbO6 s5qt6S0Uw6ara2z3RDPgtcqSe+q9zd+XGfjQLcfrDZjG5Zkmr5SfL8Qzod0GbuGseCOC2Lgn6bOZ j5pufudhW7/Ai3RpkSSKASG9zvu2cuDWqMvh/AeI+neN7cU+DSx/wVzjztqELivEfO340BXOi7YC m974GNElqRO7fxFEiRMlYnR/nGunMQ5dg1/sj/comAcOiBd6Aid/vzHl35uPRnKLT7dqh27t/NBK IVfylof+OZBMmsTEymRk+tIzNJ8dOR7ukiz6ZCdpxZaQ+GQDvfWdjVkLci0WG/A9t2DJH09P9et9 DunHNR5vXkjzQbZc5ES/FoA2W2Vgh7vjdgRJNpN9liPNdUB+31TXBIP7enqR7DX4gueWNPzPdYBh 5IcPWg4XU3YCUrnzRByragqm/TfE1AT77Py7Ja2gERcqlxSqzmx4008cSrWeLmtwk1U+qRyYzMzL +zP1Qvcg+ZVSUK1f573bt26/L/QWN2iMD27nS/nVESmzOgSbZlyEC1EXN51mx3WaruzLhrfn4V3k a58ZfujNur/ecu5bySXvWWWU3TrSGQ1iIl9TvkpFy5dIO2rZmyj+XUBQ2zsBKsnk8zveYHGK1a3h GaHf1NADCvmDrEDatlj3j3V9TRfZvK8IsWieQhjesH1uw/9CEOHe4G2tiby89ucy3MK6v8vFD7ZB J5g6Jxvum/pN3Tv2qLR2RuJQpKr+C5wm++HigfI+5EblO54gTeKbdwEHCRa+9Y/OT7YFWH6xHlxc VI9rB9CWc4N30m8xJzHm66o/c9AgazXQyc3XtYKQU83N6fR8zl0dGW4VUWHw94Z/cINmGjSpUWJM frtXMqL/e6qc20JhToTEccfeAVc/zRZ5HJKecHPINX0QOdptsb9KGnD6MLuxL9fbJlMUPfvV7ytP sqflitRCGrPcIIadSVC2KJGPtmwzKmQ4mmTxdnpqPWq2neJ2dnK4SPWzUlbWnDmgN3APyzbzQcKe i6Rf8jQJBiKwh+Bla2TbO+lz5IQjQNx7qen0C/Gu4lQPCwn9NOvEOmEun52hRflUYWqQ8FvnNOwc Sa43EIs2uTLFyzRdi53d8euKx7bD6bec9fX1cWOwLtsEFPuQHMndRGdSQ3phMQUr3eMyTUxq4Ft/ NfHlk2XmuJu4/XAu9BwmL+Ob/s3pIL2gPyG4xgq4xFsY31Hmk+BdMV4Jcll47dnrxrxQ/9e/TT/W S6SKv8LgCpK8r4QCuaKP/RJyhCZEWWq2wdEIVQqy5ltkodZUNLjoF3UObplP2eEJD2PTOx0yjAVU bTJIZUeusn/ZLVSgUmbeZH1+dprf6L4x04That3a2vJ/7L8nYqer8D4QDaOuzi5EfM3cGnh8/Kno dsnnz9K3ASHlJrUu8Xj8dd2msD3WwnCvk82O3+EyM+A6rLI9VjVgxNxaXpsStpgUtXOyPSBT7WhH DOUkdHejdP2DjPUag++fVfZDe6owblE170eXeg3YkPdy9y7ThkWnP9CELvNVIrxevDhaLiiYXZ1p ajCy7HVheRQHRSRS/l5DmfF1IiGmdTf9NfJJpWYNT6Hu61yWxSFAlBm13UV5Z2T3Uc6mG5Ak55a/ 7BuUdOvvl4O9SWzPzvIPjVt9pqcQEfa8038X2JzzDeSB4Tw1jSfyOxmNFzqvria9I9YKfQSwPKVh M31m/ic2WfH4AxtacLFrauVqoPmj149P/sIrH1Gqfjw6bTY+vOXm3XSPORqKEkMdM+WN0eQQ+VQc yrZG8+b1vRzRiW0qwNupmCeJGaJpCFXg66rPGnC72TQACz8uEQCSzKmCsQjiANm4x+AqLxZBqZDi cQD5DosQDpA1OBNtWOTPDh8QApBNWISlyhHX1VxMJqQC96IQas7PE2C0FUKVLdoOd3xtVcFuYtor N046Y7QXn2WNyHXGwTqkl0mH7S05va2KRfRRWiqC23VRc1kjopmdQwH/V3/r/wf/B/D8SkhIpEDd th0N1UVTVdJEfFZ89v5fUEsHCMkjFLMJEAAAlhEAAFBLAwQUAAgACAAoYhQ7AAAAAAAAAAAAAAAA DAAAAHNldHRpbmdzLnhtbO1a3W4bRRS+5ymCBRKVcJykaUlM4spx6pLWbSw7bUSBi/Husb3NemY1 MxsnQkjbpJVaKAUkkID+0ZbeI7is3Up5lOwD7CtwZteOUv+k7tojccGV7d2Zc+ac853f8dK5nYY9 tQ1cWIwuJ2anZxJTQA1mWrS2nLi6kU8uJM5l3lti1aplQNpkhtsAKpMCpMQlYgq3U5GOXi8nXE7T jAhLpClpgEhLI80coN1t6eOr0yGz6MmObdGt5URdSiedSjWbzenm6WnGa6nZxcXFVPi2u9RgtGrV RmUVrT7OijF2xEhtiA4TMpubmZlPRb8TU51DHlPNbCLT1UNX/MxSh0H0kbQkNJRupjqP1dGWE8gy vW1B80hriUH73txzDddnOZAN5iS6b+Sug28sKhOZmaVUP4XRqRagKgeRTc4vzJ4Zj/SmZcr6INqn 587OjUn7M7Bq9YEHn12cn5uLR7xcZ80SmIgxyNUJrYHoYVBhzAZCExnJXYjHY42ucNYUcJmZMIx6 ldhiZPLJBnGSFjVhB8x+XQ0GWLgHXYPvjqbxNbPnqEJyRG8io7AcU9mK7jDwnT4zMxuf6hBHGYeo sCo2aHGVkPKkXTskWhrmIXOfLMwsjEV6hUnJGsO8L+axrzPW2EBKvVCrMx5fF4ponhiS8cFkZ2di El4TZbDBkGDmOT6I4coDHh73y2GvO64+eAGmldETUfTA5URiWnuXjJQ1zSLhZIMgFMoOMVQomEQo e5NLEUOMLIFKu9AbfyZBf92VKtIXkIP9uQW2Ka64jQpwPdIUsHC56phEDor8XTCOH/PzjFcs0wSK CYwj7lF5Y2eAAqZCl9T6Dh3lgNTbCeSYqzjF3n+NcIvQ3lg2+v4VqFkUDRBfgvPUPHH/W3xZp/4z VR4PkSdaJZMvxcwQ/9vqBFvdIDpsdbH4n7RV5v0PT308nf703FffHDw7+OvQ++3Qe3To4Ze/D71/ Dm/t+95N39vzvdu+d9f3vvO9733vB9/7yfd+8fce+HsP/b1H/t5jf/+lv9/2918FrZtB63bQuhu0 7gWt+0Hr96D1IGg9CVrtoP0oaD8N2s+D9p9B+0Xw6nHw6knw+o94ijkRQpkPPvriy68Pnh+8OPR+ PfQe+t4d3/vW9+753n3f+9H3fg5at4LWnaD1Mmg/CNrPgtdPg9cv9BQBIyXR8w1H7haJnn6mRhmH vMWFVCpbw4NRuUZ1ptKj1JZjDYeDUF35xAvHUHFlFMCGi6wyVHFjiBFVA3mOVS80HBu/T946oRRF 4gBXfMog3d5GYxKSYD0YFsHr1SpWkRpAFoqh2i9NIO40/UXOJJb0CKdL0BtrK0TA2fkVixIMwyPE xvDIYYWsRR/hQbHY623CJuVfMutKFiFUkzlzDEMcs3WhBfhAtL+jFaPohmYUWWqu2IRuCVS6CnQ5 YhuuHbZOmiTIUspkyGB4xxAzuBUYMUtATEbtPpxPJh6o/rDTGm6w0A1yYOswNvI6v4PWpsQuoEQn ZJwxeDiOvXtVAF8lkkyefF41nzr9rUy24Vo0vV6nOZuJyUwe+5lcsFmF2KudwbtqeXUkzjVxCe2d FVi7Fl1qSFeTF2Ztq0YRu2XJnCITlh4uOdtysuKopslSA10bzE2OS3ne3g0zqw415lzO0UoK0yos qs8yc7kRv/NaZVeYzBFHuhxWOWmuV26IdVrsb4cmcfwwqJRY8xLA0Jpm7BxypX+0N7o6Qhp5sjMW EUyTwjKBb8CO3OTEWaeoVUTj5EXGALdumx3BLwOe0NABu2isp2bTujoSUSAVOIpCOip3Aar0grAQ 0DcAHTBmzcqyxOJMi/Ejkbo4c/TIFIaIEmCboETLSslVQYXdYp5pMVXUAHEmHKyXddG/gPqqn+At 46QgmzVDHtiE5gg1wNaQgd5MBNhVNwg1B3TU41xKhYa/6AppVXeV24hNS9YvE+oSe4UD2dKTIUQJ VI2+DRssmkzojAYYmBFk3UpB46UIcCWM+ouDqrLILnOHzPAydYyzSQ6C2a460ziJQedEpzOmqMEK MbZqnLl06IXPpGE+XnZXVU54aaanAMGO09hSkVHL/InuIG4NuA6cYQv1lu7pHS8yw4vIVN9/ZFLD /j2U+RdQSwcI7ndcpzEGAAB/JAAAUEsDBBQACAAIAChiFDsAAAAAAAAAAAAAAAAVAAAATUVUQS1J TkYvbWFuaWZlc3QueG1stZVLasMwEED3PYXR3lbbVTFxAi30BOkBJvLYEeiHZhSS21cO5NM2lKZY Owmk90YjzWix2ltT7TCS9q4TT82jqNAp32s3duJj/V6/iNXyYWHB6QGJ29OgyvscnaedSNG1HkhT 68AitaxaH9D1XiWLjtuv69vJtHyoLuBBG6zzwnioLjLsNdR8CNgJCMFoBZzjlDvXN0dXc61oGPcs LruHZEwdgLedkELeJbtNefNu0GOKxyDoWRIDJ9pALIMHpdBgnvooVYpxOmLOYnFXEcFgPDAWggcf UshPIBXCRz9GpHI3PYVeDM7em2JwbWFEkq+aLQQq6riT/b1fUHJT9TRJN+pa8LcY7pRPnUhOtXoT nv38v2L+nUt8MEizYy0yzNZ41ttkNw60IcmnYRPcODd83sQic/4Qz6ldyB//4fITUEsHCDVi1zk+ AQAASgcAAFBLAQIUABQAAAAAAChiFDtexjIMJwAAACcAAAAIAAAAAAAAAAAAAAAAAAAAAABtaW1l dHlwZVBLAQIUABQAAAAAAChiFDsAAAAAAAAAAAAAAAAaAAAAAAAAAAAAAAAAAE0AAABDb25maWd1 cmF0aW9uczIvc3RhdHVzYmFyL1BLAQIUABQACAAIAChiFDsAAAAAAgAAAAAAAAAnAAAAAAAAAAAA AAAAAIUAAABDb25maWd1cmF0aW9uczIvYWNjZWxlcmF0b3IvY3VycmVudC54bWxQSwECFAAUAAAA AAAoYhQ7AAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAADcAAAAQ29uZmlndXJhdGlvbnMyL2Zsb2F0 ZXIvUEsBAhQAFAAAAAAAKGIUOwAAAAAAAAAAAAAAABoAAAAAAAAAAAAAAAAAEgEAAENvbmZpZ3Vy YXRpb25zMi9wb3B1cG1lbnUvUEsBAhQAFAAAAAAAKGIUOwAAAAAAAAAAAAAAABwAAAAAAAAAAAAA AAAASgEAAENvbmZpZ3VyYXRpb25zMi9wcm9ncmVzc2Jhci9QSwECFAAUAAAAAAAoYhQ7AAAAAAAA AAAAAAAAGAAAAAAAAAAAAAAAAACEAQAAQ29uZmlndXJhdGlvbnMyL21lbnViYXIvUEsBAhQAFAAA AAAAKGIUOwAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAugEAAENvbmZpZ3VyYXRpb25zMi90b29s YmFyL1BLAQIUABQAAAAAAChiFDsAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAPABAABDb25maWd1 cmF0aW9uczIvaW1hZ2VzL0JpdG1hcHMvUEsBAhQAFAAIAAgAKGIUO7Mw85paEQAACHgAAAsAAAAA AAAAAAAAAAAALQIAAGNvbnRlbnQueG1sUEsBAhQAFAAIAAgAKGIUOyqjzgJcCAAATCoAAAoAAAAA AAAAAAAAAAAAwBMAAHN0eWxlcy54bWxQSwECFAAUAAAAAAAoYhQ7h90NdVIEAABSBAAACAAAAAAA AAAAAAAAAABUHAAAbWV0YS54bWxQSwECFAAUAAgACAAoYhQ7ySMUswkQAACWEQAAGAAAAAAAAAAA AAAAAADMIAAAVGh1bWJuYWlscy90aHVtYm5haWwucG5nUEsBAhQAFAAIAAgAKGIUO+53XKcxBgAA fyQAAAwAAAAAAAAAAAAAAAAAGzEAAHNldHRpbmdzLnhtbFBLAQIUABQACAAIAChiFDs1Ytc5PgEA AEoHAAAVAAAAAAAAAAAAAAAAAIY3AABNRVRBLUlORi9tYW5pZmVzdC54bWxQSwUGAAAAAA8ADwDu AwAABzkAAAAA ------=_20090820141811_75069-- From [email protected] Thu Aug 20 12:20:39 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21476 invoked from network); 20 Aug 2009 12:20:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Aug 2009 12:20:38 -0000 Received: (qmail 13545 invoked by uid 500); 20 Aug 2009 12:20:57 -0000 Delivered-To: [email protected] Received: (qmail 13514 invoked by uid 500); 20 Aug 2009 12:20:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <imperius-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 13503 invoked by uid 99); 20 Aug 2009 12:20:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 12:20:57 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp2.cict.fr) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 12:20:47 +0000 Received: from smtp2.cict.fr (localhost.localdomain [161.129.204.104]) by smtp2.cict.fr (8.14.2/8.14.2) with ESMTP id n7KCKObW002227 for <[email protected]>; Thu, 20 Aug 2009 14:20:24 +0200 Received: from dell2.irit.fr (dell2.irit.fr [161.129.204.104]) by smtp2.cict.fr (8.14.2/8.14.2) with ESMTP id n7KCKOR7002224; Thu, 20 Aug 2009 14:20:24 +0200 Received: from louxor.irit.fr (louxor [161.129.204.104]) by dell2.irit.fr (8.14.3/8.14.2) with ESMTP id n7KCKJgH009262; Thu, 20 Aug 2009 14:20:24 +0200 Received: from louxor.irit.fr (localhost [161.129.204.104]) by louxor.irit.fr (8.14.2/8.12.8) with ESMTP id n7KCKJP4017171; Thu, 20 Aug 2009 14:20:19 +0200 Received: (from web@localhost) by louxor.irit.fr (8.14.2/8.14.2/Submit) id n7KCKJsj017170; Thu, 20 Aug 2009 14:20:19 +0200 X-Authentication-Warning: louxor.irit.fr: web set sender to [email protected] using -f Received: from 161.129.204.104 (SquirrelMail authenticated user smaili) by websecu.irit.fr with HTTP; Thu, 20 Aug 2009 14:20:19 +0200 (CEST) Message-ID: <[email protected]> Date: Thu, 20 Aug 2009 14:20:19 +0200 (CEST) Subject: spl policy From: [email protected] To: [email protected] Cc: [email protected], [email protected], [email protected] User-Agent: SquirrelMail/1.4.17-1.fc8 MIME-Version: 1.0 Content-Type: multipart/mixed;boundary="----=_20090820142019_29089" X-Priority: 3 (Normal) Importance: Normal X-Virus-Checked: Checked by ClamAV on apache.org ------=_20090820142019_29089 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit hi, Xiping Thank you for your mail, 1- I need help to write a monitoring policy ( syntaxe of policy) to complete my works, i hope you understand wolesale the sample i sent! 2- I proposed a concept of management spl for the monitoring, can you see and tell me your opinion please, Please find the schema on the attachement fille. Your help is a way to get me outside out of the darkness. Best regards Smaili Abdel ------=_20090820142019_29089 Content-Type: application/vnd.oasis.opendocument.text; name=" =?utf-8?B?c3BsIHNjaMOpbWEub2R0?=" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="=?utf-8?B?c3BsIHNjaMOpbWEub2R0?=" UEsDBBQAAAAAAChiFDtexjIMJwAAACcAAAAIAAAAbWltZXR5cGVhcHBsaWNhdGlvbi92bmQub2Fz aXMub3BlbmRvY3VtZW50LnRleHRQSwMEFAAAAAAAKGIUOwAAAAAAAAAAAAAAABoAAABDb25maWd1 cmF0aW9uczIvc3RhdHVzYmFyL1BLAwQUAAgACAAoYhQ7AAAAAAAAAAAAAAAAJwAAAENvbmZpZ3Vy YXRpb25zMi9hY2NlbGVyYXRvci9jdXJyZW50LnhtbAMAUEsHCAAAAAACAAAAAAAAAFBLAwQUAAAA AAAoYhQ7AAAAAAAAAAAAAAAAGAAAAENvbmZpZ3VyYXRpb25zMi9mbG9hdGVyL1BLAwQUAAAAAAAo YhQ7AAAAAAAAAAAAAAAAGgAAAENvbmZpZ3VyYXRpb25zMi9wb3B1cG1lbnUvUEsDBBQAAAAAAChi FDsAAAAAAAAAAAAAAAAcAAAAQ29uZmlndXJhdGlvbnMyL3Byb2dyZXNzYmFyL1BLAwQUAAAAAAAo YhQ7AAAAAAAAAAAAAAAAGAAAAENvbmZpZ3VyYXRpb25zMi9tZW51YmFyL1BLAwQUAAAAAAAoYhQ7 AAAAAAAAAAAAAAAAGAAAAENvbmZpZ3VyYXRpb25zMi90b29sYmFyL1BLAwQUAAAAAAAoYhQ7AAAA AAAAAAAAAAAAHwAAAENvbmZpZ3VyYXRpb25zMi9pbWFnZXMvQml0bWFwcy9QSwMEFAAIAAgAKGIU OwAAAAAAAAAAAAAAAAsAAABjb250ZW50LnhtbO1d65LjtrH+f56CpTin7MSkCIDXiWe2HG9c5apZ x+XdpJzzJ8WhIA1tilRIai5+orxHXizdAO8XERppdtd7ZlzWUEA30Gh8fcGFs1+9etjG2h3P8ihN LhfEMBcaT8J0FSWby8Xf3n2re4tXV//zVbpeRyG/WKXhfsuTQg/TpIDfGnAn+YWsvVzss+QiDfIo v0iCLc8vivAi3fGk4rpoU1+IvmRJXjzGyuyCuM1d8IdClRlpO7zBjXrPgrjNvcqCe1VmpAWlttnX qSrzQx7r6xS0vt0FRdST4iGOkl8uF7dFsbtYLu/v7417ZqTZZkl831+K2lrgsKbb7bNYUK3CJY85 dpYviUGWFe2WF4GqfEjbFinZb294pqyaoAgGs5rfbZQRcbeZUE14G2TK2BDE3ellK/XpZas27zYo bifmxFu+gUrx8ea6wUK2Ve0LaTuqCrNopzxMSd3mT9O0FhUZpIEKcalpWkv5vUV9f5D8PosKnrXI w4PkYRCHtcbT7ZjSgI4sgULndwjTGvioiHyCgS5ldU2cryab/unN9dvwlm+DhjiaJ9ajJC+CpNHM OuJxBZh6oOVc8IcdzyKchiAGneBg0tUamgBVpbuLVgNyZkrmlmcmi6vKDcspzJd1wRrcsb4OQq6v eBjnV19Jc6qLNfkdRblcfB9tb/a59mO6DRLt+9TXAIRgQhX1NoofLxf/G+zS/E9DUlm+0DodIIu+ 4QmMEOY6Q+oOxS4qQrCGuyCL0IUulocFfAd6yrXv+b3seFK6Ht37EK1UyNsgyefVJqkUxMrvozw/ RazX/Ofg73vR4aRQLRoVkR7zgm/nZFpO4a8sD/YFaLyIQl20UwNTfHZG8AOp+yql3gVZsMmC3W1V AQWYeogvuuR6C/a3CrLVomq4ZtJ3YFY8KyJAyDoVcV8P4mgDphTyRPgnyfHzPi+i9aOeQ3CGdu/T DEx4HcS5HGBL3gPC049P+KpRSFqg13SX9wsqwdI8KqSLoQaz7HDbGneLeTkto7Ka2P9zNZXUKGdX 9DhINvtgA6Pl4J6gIEz3SZGBhv72VnwXBlamyRGEkCjsmKbUF4T+IKnr1dFrnWVaRoYlZLvn0eYW spObNF51hJYVldSiWl1m++OD0vLDaMI5SRMlyRYScJ7pO8DgUbqqqpCtzPnR5x/URQP2JE14F+6y RLJWdJVe2nUlQ6dKXWXutMoURov5Lcy+vk1X0Fic6cXNEX17T+z7ICpPE8l/jyIdtpA8+hWIqbUr 1MV/N8gcsPVDbumDett3g1xhTtxnlWYQkg9KI0v3OTi+CNaV97qQIEzjFAy/yPa8I9lENt+dbEJh sruzss66s/Ltj4t5H4qdVVoYLiBa6oJeKzrZ92FHPOgDdxpi/qDQS03Z7qf2anVtkPW9Wl319usj pnIQxj/SqTz3pH3cszJIVN77rJD3MivkXLNC3sOsrLNB0BDRrXGtIznTtxn8qmeupO/56m2QbaJE j/kafJRpMOLDQqFVkUnvVddUsTLYXS6yfaIXt1m639SZm8ypdKzf8ZVeR+EcUx49jrZRras7FCIM Yh1WKjjAdKvDimRQm/F4JEO8TbPo1xT3plrsOIgRgn4LMLibIPxlA4Inqwqqv1uLn4q9RVBkQZIL 7YagdWKavxdN7IIVnjnUmqNeqbiqotbcoAaGieXEZr2Km7QocEOxXXcDCTtmqSJjrOayJV60Bbw1 OBrOsjrEBoH+BWIfAmKfLsAGudsLwD4GHwaq6WHBNEwCoNLyNI5W2u9M+PHMZwbHIBt8AcdHAg7D pM77dhab6YTnOea7NdOg6zTjcjyfAhyUc8zNdAJwQOV4TQAay9JfoAnhL+SBjiyCVcEKz5UBQ5Yl 1N1UVcAsvUu7JdBcwn9OI8jTt/JsVlSuoziuO6lLBggXNbhQAUwHeksz5b5PuSXaJ6ynoCTbRqtV zEsq3CTUART3+m25oJd7qP3acrxl5UhMpu50TB7U1bHftiaDf12FINTTndz0B/Th90qrt8FKHILD kHgyB/ojEDMZ0c+BGNefQAwTPy+I+S0iZjLMqyJG7qq3ZrdX8DK5H25yB3tH53QHMgmZCCDmOQLI yuM3N2weMTLwHoaLiO2HsTKEA6X+JByGdRUcLItMwaGpUoDDXZTjfbROqZ6u1zkv9AchAqHY2kj1 Y6v6JQk7KQkbHI/+tmwIfW4YvtjQiw19QBsanJe/fxuCWfoFFMqTFZhP/nUG2P1LsvonNf9pDyia xplbg6NVLQ+quzmGgo2emhh9oiZaZT0vNnaSjQ3uhXyUcerFBl5s4PlsYHARScEGXvTX2uM1fxNO 5OT9o0/ci5xt/4A8ZdP/ZXfo2N2h883XyScGqyC/7RoillwuXsMnJsv0JQn/pF3HSwJyWgB9xgOY Tz14TqF/HPkTqP+QwfLlKOU5ZvPI+VlOvjlYVtykq8f6C6qk9RJstsU7C9m2xb1Ow33eGiZW7nbx o77iOSivfD2hfoFH/H2AnP9rz5PmZcZhoSaKVlG+i4NHPd0XaLGgjDv0PGDMoloC67s4hlnMAsTy eA9HNPauevHytFbwBvKpjbyWf89AzOC01naSRcyhXr+wdPWVtAm8b1SZUEMgLueK0ta1JFJ2HiQh 2IlePO6gBt/Yl04VLw4bjl+fcIP1OoYjIyh+L9FOIRSzqqyyD2LQJkP5VY+SFV4nplYlprijfZM+ TA+peVfqB/DO4WOpkR2optfCshl42TrAE7Cqg1vb8ckh9kRrzuobGcQOUtNbR+NuRwkY+b2+Epjh kVpbD/K73dKmbZjIU+lgWUrPk1t8A36lb3i65UX2KOjvIn7/5xT35zVTo8Qxy89SwE285xDFo6QA y5TV+B8xPXOMXL5jBI4PqAlDmldrv6R7tSY1mdAXOiT9JgvCyuOBgUfriGfIjLyil7Kuln4n/lrD G60S5huNONRshHq1bp6Idl0/U6Qsn5lmW+LB0uRn/bWisOsnp9WG22rDK/ttKaH8/L5CI1iZ8CVt C1lXA0L/to+Dy8Vnpraki+UhHjLCc5iD9jlwcPosGxtlQ5Ue5rMGApIZDnuspz/O9+SM8s0OzO2z iamaV4g3zjcvpz8yZX8gmD8uIZm32cyED1BS9es3/YJBQC6htZ711qvPAqafVe2U9VmQbLj+qG+j JNrutyJQjNYHD7IeDUOtQ7Rm7TNyYn/SmSwr7zvwWVVF2xWX0m1UXTIddcn+YszLjxASpui8qeE5 1lgEc+oQJi6gyr8nk6VFUHDtcx1vILuWzahPbUoIdawvNEEXy3pi2I5lO75V/oRbzTV8h5K6BIq+ OI/7b/tzxJPw+mb92XHn8hpsxsMCXwWKg0yHvDeGxGTo3S2TOLZGPc92p9w7s30U6Sf4XzxeCxeO rhuk8F3h76nDpNdGfw3fPZOY2j8kvRzLtXDg6LgFjyyUfFVQ8kSIkryy7KeKTpRdi8CFH2SEXzQL dSgaYWWhEOAfJX/ZAgpJ7JK3HgKUoXjE1f7vCWFDlwHyyNBBlPgGASRafw6CetqX0PGX5hdHxpGG m2hfOtSba2AQUEQDlKl1PwguDTd0T8C25loYhBnZgiP7VxjAIOA0DYAIAiczLQxCj2zBlyKoDGIQ g5oWFGUYxiHRBKNSCKUmBghsmlCcDDIORmYdIcU4IkUTaogk45Bkjvp8kHFcshIUs+zjoGSeMijJ OCqZpyjAGCSxa518Cdbta3P844AkZQOUzjVAB3AMbvLPMRmbYxyAUDKSWcaRRJqamBLTuQyXjkGu 1ha1ZrseBxxoS6gKmplrYAA39P11hnWAccL72aJrV6XrcaDVg/dmBz+AmtC4LrQ/wzrh9oT0zFSQ no17PVOTois0MLZgU9E8m/B0YtIZU+l6IvQqo4ZN+Dkpgq3SwribUzdzNoa/zyp+5s7yT6JPdf5G HV0twKyjY+MQVIe/NZbuzbCMZXpqSzdoGxZuT1p0TewLyi16UTxcJXm9VZJj0+EqiXjWiaskyzFt WBt5Br5jZVc/jlwbNaId3C0EWau9112QDOvf2Yurb9I4hkWPhn8aVQPVajmKmBvVXiswXinuMsov m1I83NBVXdNWk9+dBHdyDvxy95DgdqFl1hutjwS3DgyP1YfMDxTWa4br1NuQj1DgG57HunuMy1rm J4hvniK+6dkd8Un1incjvmUfK/3khnfloVsb3nR+wxtU2tqhha92s69bGkK5bduxA2q4rjfc8Cb+ ERBmi6sf+S7jOf5BUzT4BoyTPHQG9lD/17VW3HKtg/JDLGRxtQ2SYMNXyizQy1Ht8+QuytIE/3Lr 0/s44jzgGIywWYyAS3PYHEgsg9ARlNjWCEi8I0BC5if8uwRdsEBQrpXEkjKEzmyIH+lak1OMM/Bk rR7hN+r1zBP8hg8hpu/2TLPjN/BYirUdB7gWv3+2corfq1d0T5AfxCWOc3gAruH3BoBnRWd03PWK 9kkT4FneYfk9o7nsVOrfcskZxbdO1H8n8PgGtTphs0dCG5JzyT9+uqgkv2fYbkf9rsGsjvZ9w2ak L/050T++EV8XHxTfNRxqHxS/mxgoiq96iEDGEy71QwRzcpBuLytg/sDhQ0LTQpqICmw0dJz/DFie K5kaAwL5UR23ii+Qtlvd4+GyRHyWJaJWliDTyFkDw5NV8QFk1WfntIHHcbQr//Dz8YsTMqn97uKE GSOn74R1VO8z2lY9ZJ+uNPFzrTGsxdXraL3mWT+vmc/jFJou65u7IbMpEzCt+F2U8/x9LnHI+Bph +iZFy1mYBqOs66o9r+MsiGU4pOfsTlgksGECaM0mgMxwnPatGN9gttvL/yABGd6KgcRRLni6Gjtm kQDr2Lc8ydMsP0sCPDJ+e3b8EJFmxw+prj0wyYnxH5P/wvj/AiYWFkdq4AgAn5CrdvIggkix/F6o budSZfA7Y6J0Qp7qGCbzDgrfX56fWfazpqiG7Xlt2fsZanVr7UlewxpajaOytWB5neDflrExm8FN BFxu2kOrOeIu3Q9A++foJo7S4vY///7Xnj/zZbqeV4mal807U+soplbU8Ia+pDvDgxwe1ebbvRme SK0GWQ0kPo5mOdTTqAm6h0/q+eNJlu8RyH+sJrsa3LjTqkxscAGtkydt81TPdwWZvkhHfNc3ZWd4 u63u2Sdu9WTaQIDCiyfqM6J5Pt6BcF23fLIcv3zCNNDzTLxTYQOd43kaYR7U2o4nhNY8Rh3NhdY9 yNBBIQy+UKYR29Jc5hAYU/cXhR7xlwntIRFxoDmGPViWJ/gJo65okVDTlZ0IZYuOfccGFh8ktWwp nkstjTJiyQcU3TGZRh0QQjzgsMCo5EjxQQyeOVTqg1qlYq4xEWY+3iJkrsm0/qRIbQ5vCLYnUD7b IEX5aLnQ4TfwxXJ9zYIkGB6ZDY+muIFCiCs7o6bnglC25QvNWFISahK7FBOvlDwhPR71Q+6sH3Ig WrftpHN/t77O6ttj2ctI8KbHuaG3P1w/s/PpXnR+Xf5DXfmoB7IVPRBuJzlDD+T77cVdN4A2HkrR AQFNtsd/mErH21j3vP43MEb8kwMGYqHZg8ujVCMuq3dIOv4JIClWfBZYtECwDSboeeDYiO/bCEJA L5RQW4C6LicWPspi4dSwQ1FY3eat7Ke3hhxcNpt3a/L+liVstOms160YQfNUjWVsTJPj644VDdhi VjMgIQSYovYG+kCXhL1ddxRyuM1p2avWZOvNgIUAeIN6SpaDbkF1C2R8PUZm3hjYZNPbOwo7H/27 753csdnzUfcd7uwKeXnU7vXksNVvjdrNuxCNj2w5TsxpDZd2hu2S8w6b4blmsopa50XnOh45pApv 3j32VeEazGy7R4hDnn/W/RfQxdfhsyhi+oy8HyeoO4uJ7iHtc4AC4+x3H1AJrcxc0TAcw3Hcc+vg 67jZJHjS1ldD3nk3btl5bW458e/4Xv0XUEsHCLMw85paEQAACHgAAFBLAwQUAAgACAAoYhQ7AAAA AAAAAAAAAAAACgAAAHN0eWxlcy54bWztWtuS3LYRfc9XsJhK3ji33ZV3Jtp1ObGVpEpWUpaSVxeG xAxhkQQLAOeiP8p3+MfcjQsJ3mYp7UTZh0il1RLdaBz0DY0mX397yrPgQIVkvHgIl7NFGNAi5gkr 9g/hvz68ie7Dbx9/95rvdiymm4THVU4LFUl1zqgMYHIhN4b4EFai2HAimdwUJKdyo+INL2nhJm18 7o1eyoxoYVOna2Z/tqInNXUy8rbmku30lTWzPzsR5Dh1MvKCTv3pOz518klm0Y5HMc9LolgHxSlj xceHMFWq3Mznx+NxdryZcbGfL9fr9VxTa8BxzVdWItNcSTynGcXF5Hw5W84db04VmYoPeX1IRZVv qZisGqJIz6rysJ/sEYf9iGrilIjJvqGZ2+a9Saab9ybx5+ZEpSM2uZ//CET948e3jS+IfOpayNtS VSxYOXmbhtufzzmvoeIEE6Aa7mqxuJ2bZ4/7eJH9KJiiwmOPL7LHJItrjfN8SGnAt5wDR0QP6KZh YFOIl7aW4aPLUTsO+WlHYholNM7k42vjW/VwYJ5RRw/hO5ZvKxn8xHNSBO/4OgCLgD857pxl54fw j6Tk8k99VjMeBq0FcEq0pwUVDDYukLvFUTIVg2sciGCYT8L5ZYAfGJgyeEePZuFRdB2+rwHNKuQ9 KeTTajNcE2DJI5PyObC+p7+Qf1d6wVFQHs8USGepaP4UpvmY/9lxc2Q+vsaTAPKD+EhFoH83sHP5 nRD8+EOR/Lxa/HwXGlrCZJmRc9TlCe7M3g6MHv/MTw/hIlgEq6X+ZyiQuvLl4g6G8ScMpxH8+IRI tWSpBP8IGIlMfRjfwzMCWA0CQGrgSPbYFjRWjpkruYJw9B+jjBZ7TIaLGQCJ80auIgVWDYvZ4ps1 jNdmTeiOVJmtMZzSrfn2gpQpi0PHa5+jUkBuEYpBDBhsKUn4MQLVS6oi1M/spl67TTx3iAqOgQhO TRrJksRwZkcpF+wTWJVkyLq6v8h8QBhxnxUS8VSpPdYBmVYtGezjyFQamSpoRzLpBUhJBNEa8vVj SMgfkUpxXAOswBLKDSvJypS4BTSMraAEKgzwGIamNhRM84gt5wlMz0Sktq0IYUVC8fTBatHfjAPp MEJVBZbmpcQQGoddsyPu3m4qSUENBVpVLx7zjEP9oUQF59aOG0SSfQKky1Wp9FhGin1F9jC0E3og 5lWhBLjDm59aO8F5EZyrBE+axeyurHXgRDjqp9PJkawwRyl4QftCsWrJ6MmB6gitqQNia5oW3Kiu FTtTAqrWdXjRaUA96blMaQFFFi+ijCQJFZFGgxjAwjmrdzDRt8qqiFVlBB6BDEc/bB1c5Gnnc04T NWlkOVvdrpvIaLtnCfpswuILfMiz3Hjh8FxHQ8nOYdqn2H/ZGfXCtUtdXPpaLut7FHU5oetmguaE FRFW5s7XVj2mspJph+UZ8aAveX5yyqjvKuYOuOUC3R99C3IyOEpGSomO+9yFIzjdO4vDSCcQP1Ja RorvqUrxkoWB9tTC/oLGf99D2CREJOFoPnDmy4iUAA9i5skUwQWEdyGdlY4Mgsk8jZ8ZV43KXrV8 zZDsl+IjYelFxkB4PSlmYogRMRph77/zHOIJR/gbJYmXc0f9AAbqxk807EMFWtBn+AADWExueXL+ En+CKhnOA/D1Eiuf25WufJrxLVcKb4xQFC1XlqSDQ1dEha6ISHYkZ/mUl/UTu7vVdBzodsi0n5Oy BwV8bupFIZMNPGSEdlWPHIFPfo4TfLF9L9t28nbfQkXwJfu44KsZipzgQL0kMBn0X0iJZ9kV9Q8o BfnMAGuiaCzAdP/UdPd0US/rk1tTdMHmmn+L8aAbycpmzNwqGdyL4J43OccalVjq2OTBzOpNr+lW wGT7/R3uOacrWo9peRetdyVTXMV93wj4D4MnBjmmRTeUZzRb0OW5UpAah5+Pg/wnB5NqlCAY/0t+ /Q+USmoYq+EOgDXo8NUFG2a4C+vp3XYnTehfaPPBnSblUB+dS9rWzGG/Odlkib+f3e+2vsJbFLJn Gc3qY9k4CRJLmkS1NNm/uSFPhAbilaj9yZBcDyIqOaZ3XvYIAovhxletnR1b0+4wEmKgUTFAHREz 2Rn/alTa86+vofrkDBiazPO/0fwzNT5d0/94+8P/lXwtJWu18EqZXtnAWEYPNLNXR5PicUB3W2tF RPhuiEDZWxsAaxc7tWuDnGEjZwsUvxl7c7+05dbY6hNxrV4orpsXiuv2heK6e6G4Xr1QXN+8UFz3 LxTX+oXi0i/SvjKwNslHW3BFJZ5dO7avhO58BjUhsjXwjnOFz0PAl/ZiYF5ZHUhWISo76CZKPMSY 0i/Vdc/cn2MOWuzfoTz3WQHuaDpCWiRjANkwQCceNdIgGFpm9C5kXvTpFtLae0UwpB0rpNFCRnfK 0lgRC/2hDObE3ttKVBdY/QzGa+5t9VD/ymXH94IlkbS3QNsY1c3Nfke3tcK881bZPmIzGDYEFZcj 9KC0SrgyX4ZPwIWLuaYcWYKvcVeL2dpo0RFSyvYp9t3Xs1cX9GsXAfOpCMoi0COxjsYFXN2YCrsd iZWzV78jMUBCSw0ShIXXtv6F95e+aWy/+ffxAv8OcViHu7kfIm6JbBS0mL26uWsQ+Hyi2p4bvmEe g9R/edOTADkHv85pVbY+k9b+Bbq9A1/g0BuyrlC3ZAc8uiD4jkK/lyExVMSy27M3CSfKyam17+bb Dssgaeks5lZdLO+bVV2Khb2Ds2l+863BcoCH7ADKIAtJfqmkMtFtYt6MQ9lee/7dH5qOu/GKhf7j xepwDLlNpZTgeyP9MPd36g32BTXB3o9uS8iJrGXUq9lBlHTx1Y+PuckK3hctHenz4Y9BH38DUEsH CCqjzgJcCAAATCoAAFBLAwQUAAAAAAAoYhQ7h90NdVIEAABSBAAACAAAAG1ldGEueG1sPD94bWwg dmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPG9mZmljZTpkb2N1bWVudC1tZXRhIHht bG5zOm9mZmljZT0idXJuOm9hc2lzOm5hbWVzOnRjOm9wZW5kb2N1bWVudDp4bWxuczpvZmZpY2U6 MS4wIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6ZGM9 Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczptZXRhPSJ1cm46b2FzaXM6 bmFtZXM6dGM6b3BlbmRvY3VtZW50OnhtbG5zOm1ldGE6MS4wIiB4bWxuczpvb289Imh0dHA6Ly9v cGVub2ZmaWNlLm9yZy8yMDA0L29mZmljZSIgb2ZmaWNlOnZlcnNpb249IjEuMSI+PG9mZmljZTpt ZXRhPjxtZXRhOmdlbmVyYXRvcj5PcGVuT2ZmaWNlLm9yZy8yLjQkTGludXggT3Blbk9mZmljZS5v cmdfcHJvamVjdC82ODBtMTckQnVpbGQtOTMxMDwvbWV0YTpnZW5lcmF0b3I+PG1ldGE6aW5pdGlh bC1jcmVhdG9yPnNpYmlsbGE8L21ldGE6aW5pdGlhbC1jcmVhdG9yPjxtZXRhOmNyZWF0aW9uLWRh dGU+MjAwOS0wOC0yMFQxNDoxNDozMDwvbWV0YTpjcmVhdGlvbi1kYXRlPjxkYzpjcmVhdG9yPnNp YmlsbGE8L2RjOmNyZWF0b3I+PGRjOmRhdGU+MjAwOS0wOC0yMFQxNDoxNzoxNzwvZGM6ZGF0ZT48 bWV0YTplZGl0aW5nLWN5Y2xlcz4yPC9tZXRhOmVkaXRpbmctY3ljbGVzPjxtZXRhOmVkaXRpbmct ZHVyYXRpb24+UFQyTTQ3UzwvbWV0YTplZGl0aW5nLWR1cmF0aW9uPjxtZXRhOnVzZXItZGVmaW5l ZCBtZXRhOm5hbWU9IkluZm8gMSIvPjxtZXRhOnVzZXItZGVmaW5lZCBtZXRhOm5hbWU9IkluZm8g MiIvPjxtZXRhOnVzZXItZGVmaW5lZCBtZXRhOm5hbWU9IkluZm8gMyIvPjxtZXRhOnVzZXItZGVm aW5lZCBtZXRhOm5hbWU9IkluZm8gNCIvPjxtZXRhOmRvY3VtZW50LXN0YXRpc3RpYyBtZXRhOnRh YmxlLWNvdW50PSIwIiBtZXRhOmltYWdlLWNvdW50PSIwIiBtZXRhOm9iamVjdC1jb3VudD0iMCIg bWV0YTpwYWdlLWNvdW50PSIxIiBtZXRhOnBhcmFncmFwaC1jb3VudD0iOCIgbWV0YTp3b3JkLWNv dW50PSIxMyIgbWV0YTpjaGFyYWN0ZXItY291bnQ9IjEyMCIvPjwvb2ZmaWNlOm1ldGE+PC9vZmZp Y2U6ZG9jdW1lbnQtbWV0YT5QSwMEFAAIAAgAKGIUOwAAAAAAAAAAAAAAABgAAABUaHVtYm5haWxz L3RodW1ibmFpbC5wbmftV1dUE8y2RgUFERCMNAmgoQQRQpGWiP6QQCD0ANJBKaETESNSFemRXqT3 DiIQemiiSO8CgVBFRFpAeofDOQ933af7dO/bnbVmzaz1rZm9Z+bb+9sTqq2JZLjOeZ2KiopBVQWB vhirqaguUdFevZjtgmQmqaiYzVQRCnpvUilpHmEAG87gWYXAnzHwf6gVXlFj/6FRuKp0gxuM8M/O fjeXlKgUPhQSIsH3coWHE4RHjn9aJ3DeZlb4hZ/34aWmvdz9EtH4D7sCY6v/zKEPbHTkoY+e+zT2 NN0aLT86OmphIL87ZjDrYXc/nkXxoavdOB1vmyNYSudansBK5ggCGJdc6I++hdN2yGZEaYwoFIVC //fAjkQCgfAePpaPLiLwDrPwg3HqfoNFIwk0NcvMF8to8iLuat57JTSJYSGBtYqsUFlgyqsU0za5 bl2HmNhzW9d5tlIhXHSAK6y2+Qd9697GLGR3ZVR4peGXgHSe6GUZxYbDZlO082yzrnHVEuQD2znc c4/LfowysV3x0EFPyKojIkZI9yxooHuhq9L65IBDAEZ48dOy6NPa00oNj3ctfIbgajjqtmffwPZC 25j/6lqO9oIb0Wx7UaPv5TRxY3j1vjBWrKdI91z0A6tItFnDXmd3/GovMQIIiWcGicZLOUp300Me RI2WyHT2p3n1ev1qn+Z1nuS+a9VuatY9EAaII9Ly2okbSsDyxp3aI4ANvQTnyacYuq59yjHo9Gx9 ukXVw8M/ueWI4L6xQbD/gZkg5BkHMfGAB+RlSLTTn80cJ4i4BqfJmulPJKo8RmbhFmOH9HqjSoFl lghLNehHkeMEoZ+GDa8jiJ9o8xjp1BbEeNqmAIdKHCizy+feLs16r5Z5c4KmIJK2WlEmwRpxkLNj rFyjkVXHcYhJqGJq5gh/+WFH6dZEcE/farsGZzJ/gLIqXGOBQdIeAcapviq2gzTdb+h+u/j2vjO5 5uHq01JDwcm3E0I+RzgmPgbXz5vbdy4MwYMYxNRKHuaOo5lrDY0SMnv6fl3+DwPEg5hSJrL+G0tW 7pXX/qYltvnLBqNhbTPKOex45xHEFLwIGDNx0Bn+ydXpDY8guPrKGstHzgqRtduCgEkeMO4SocsA FW5e46Pt9DZzxAPMl2ZyV6jmifYKFzX/ne973Ki0wEz+nPEZxSJJWjVRPAUYR1YeR+s4YTNHqhFK AngKN0pkiJn83rIBtIlG6nPjzaChcWTz30Ab+6kwuhhrFiGpEOLgO5+baiBm9CSNqHCKIQgVz/UG aFM8XBY1puegmAv5WphpvtJrZwBSNlR1VQofeS54V7owgRMhn6LQyM+MjrX+L+r3K0Ryyy/0QJp4 VsbKTmOu/Cc0zL71JknmOU/WDJc/hxtVWAZO+exP42bezvldy8XONqPNzES+BTGUbHMHrTftz3j1 /ZHBzjzQzVenk1jmo48jBuVrpHQTcavWI4U6BN/TI/+Ztwc/g/OKi7tD5O2H+Q5XSspy4cGMwxVW yO2zKvsfw5OixlUqr9enkmYWJ7EtDGvuUeexb4ruzvG8Pbnb5LkbE/n4SOU1hYwblK6d9W1oPNnq IbxaRi9P1Vca1dr/ELg1cUfG5UGD+8ZHOKMc4uxoFbJNvjy5NlmrxfnQ7ub4xt04MmJ5tazl8Yb0 jwItmZ6SMtFHwDvc1K1Jtun2H+Pj4+Vqu2h4+Kaj3xSdvkMHqT3IrSGHBqUxsjDdE9yNAMLQYOe6 v1/pbQYzFWykPEZG3tPQ53rtrxclnzg9s/RidhZnOhgp0rWZqnPFxOR0cHuprzdua9ZvNB8bouZB 0bFEo0rMTRkp93XTBXfdYB7fupPDPxkSrvMIIQhEa/rVD43hC9fFYB3QdD/Hi2RBcJqQ2BaDvvn7 zOP8dP93cclniexfikqbd9VUGgVfokESBnp6KjnK4bm41TGC7QA36HtBhq+Dtexa+TeujZ4e5T1J TK8YU1yU69JgVsTj7Wn32S4pkimoEtOHsqBtOd1LMZp3v/Qx6o3WQq7LhcsTQPcpHVsgit6l/jcr bTx0d0QXSOnocdF2HPsUffEAQwBS09FKyXCu6i2PlaKChcbt/lhmkLJKydNSgu969gdRVItyRSZN tvxmZKdqWqSaaH1bRebT88cQorPzVJ3Oev0fbo+dIaSGtfxWJ+j3wa9I5NOuznQ1BxbGihii4RRj g6Pr5ne2lN/+TI/tzr5w2Kb+fF3bJqinBry6h761kLNtI3W9SQvljz4OuPW8NAaAp4jEka+BHeq0 HZgq8BQ8c/IQ2QtcfS3unuQmUwc6wRgfFfeTboq2z44iQpNX02PareD+UrxN31t5yW4ejG4IVzx8 x+7KThK9VQYSzql2B8QXKA9EMNyRTjTndiZXiTc9fjf6+hJDZPP5mZfcYqLVyxrbcuwVvD0vgOYk rB8weYdLNfyqnF2IW7/cn0SH5yrhrJjJGufY1c8Nmuaey/wcj73rGvfIjlsTthldUXfh6hktrCLG Kj0fRWwu+lY/bCNRs+TghBnJFf0Rqqld92ZOxeGVSnV2Z5dghpMNR6+XYbYO07teA1PXQI/pAi2e yio+9od22kdurvheVgW6i1NxI9GTSoi4fqWLwCD4jnkPZW2KyOdab36ttn86w6G2kFDq/boCsftc /EYWR+n0T+MVvyvXuqtJ5sJqHx+IU4KHsp331iZe7k3Y9oQKpi/Z8Yx1bTveDwmjz59rlsSLfyMO RgXtuHfgTCliL0SkuKmiKXWb7Xf6zkPElu7GiAijaZ8siGJ4dJIsvqOQehvmOh2u6VBS6WAM6eyv Qdjg3oDRbLSQOwVqoeUSt2ggJxaPfDUMELyOcl5VQA+zLRDZJaz7PVkoGbswvLL4PWVxDdcv9uGW XddkDKq6agZ6cRPFS2mdlFFqJQV1rgWSNUo1fadz/6W0DFvAaWUSGzLrUygOnfFmPhTAbazD8fDV 0uC9LVJr35RNXjWRCA3EC+2kdhz41s54lnBgns80emBuAKzLHTsYu45h2U9WE1va8v/KWgAG2JrE 1VvhTPLWW4erpDKtcCBsLKzaD805EpcdgPndHZ+fcJCCbbb3LN1fGgLFgUkEGzXJRbrke89Sb9Iy iD2A9xFHhMsaLdsZPba6BHV3V0mR6sQcZafcfj4TwBNeT33PBlEzYqdNghmmeEkczZKrHPlihwpZ T4wvbQ3RLjw6Xy7IuHxyG9e6pGfI7bVWsbXZwVNAsgqLunTlKrufY63a/rNIxX9vmFcTK4JPiNdP mi8fykGm7N88dajVwMp4bC1Aj5PE7k4RnoVp2mhZLML3vDaaEnbdnhfAHA5EcYnf0S4td9iCDOzp jrzeo7wEdMAVoTv+lkULb7WLCSIlEmOj/I3DkfflZDX2cBMzZfRqT+KiNwK4Q57p11TrZykl9lZh SpQ+wWqhjhz0WegVb8N41UM8/TdeAzpGftH0NlUGQihQoH44hjL/AZWcE8aGZgP+9j0/ddd1WbO6 s5qt6S0Uw6ara2z3RDPgtcqSe+q9zd+XGfjQLcfrDZjG5Zkmr5SfL8Qzod0GbuGseCOC2Lgn6bOZ j5pufudhW7/Ai3RpkSSKASG9zvu2cuDWqMvh/AeI+neN7cU+DSx/wVzjztqELivEfO340BXOi7YC m974GNElqRO7fxFEiRMlYnR/nGunMQ5dg1/sj/comAcOiBd6Aid/vzHl35uPRnKLT7dqh27t/NBK IVfylof+OZBMmsTEymRk+tIzNJ8dOR7ukiz6ZCdpxZaQ+GQDvfWdjVkLci0WG/A9t2DJH09P9et9 DunHNR5vXkjzQbZc5ES/FoA2W2Vgh7vjdgRJNpN9liPNdUB+31TXBIP7enqR7DX4gueWNPzPdYBh 5IcPWg4XU3YCUrnzRByragqm/TfE1AT77Py7Ja2gERcqlxSqzmx4008cSrWeLmtwk1U+qRyYzMzL +zP1Qvcg+ZVSUK1f573bt26/L/QWN2iMD27nS/nVESmzOgSbZlyEC1EXN51mx3WaruzLhrfn4V3k a58ZfujNur/ecu5bySXvWWWU3TrSGQ1iIl9TvkpFy5dIO2rZmyj+XUBQ2zsBKsnk8zveYHGK1a3h GaHf1NADCvmDrEDatlj3j3V9TRfZvK8IsWieQhjesH1uw/9CEOHe4G2tiby89ucy3MK6v8vFD7ZB J5g6Jxvum/pN3Tv2qLR2RuJQpKr+C5wm++HigfI+5EblO54gTeKbdwEHCRa+9Y/OT7YFWH6xHlxc VI9rB9CWc4N30m8xJzHm66o/c9AgazXQyc3XtYKQU83N6fR8zl0dGW4VUWHw94Z/cINmGjSpUWJM frtXMqL/e6qc20JhToTEccfeAVc/zRZ5HJKecHPINX0QOdptsb9KGnD6MLuxL9fbJlMUPfvV7ytP sqflitRCGrPcIIadSVC2KJGPtmwzKmQ4mmTxdnpqPWq2neJ2dnK4SPWzUlbWnDmgN3APyzbzQcKe i6Rf8jQJBiKwh+Bla2TbO+lz5IQjQNx7qen0C/Gu4lQPCwn9NOvEOmEun52hRflUYWqQ8FvnNOwc Sa43EIs2uTLFyzRdi53d8euKx7bD6bec9fX1cWOwLtsEFPuQHMndRGdSQ3phMQUr3eMyTUxq4Ft/ NfHlk2XmuJu4/XAu9BwmL+Ob/s3pIL2gPyG4xgq4xFsY31Hmk+BdMV4Jcll47dnrxrxQ/9e/TT/W S6SKv8LgCpK8r4QCuaKP/RJyhCZEWWq2wdEIVQqy5ltkodZUNLjoF3UObplP2eEJD2PTOx0yjAVU bTJIZUeusn/ZLVSgUmbeZH1+dprf6L4x04That3a2vJ/7L8nYqer8D4QDaOuzi5EfM3cGnh8/Kno dsnnz9K3ASHlJrUu8Xj8dd2msD3WwnCvk82O3+EyM+A6rLI9VjVgxNxaXpsStpgUtXOyPSBT7WhH DOUkdHejdP2DjPUag++fVfZDe6owblE170eXeg3YkPdy9y7ThkWnP9CELvNVIrxevDhaLiiYXZ1p ajCy7HVheRQHRSRS/l5DmfF1IiGmdTf9NfJJpWYNT6Hu61yWxSFAlBm13UV5Z2T3Uc6mG5Ak55a/ 7BuUdOvvl4O9SWzPzvIPjVt9pqcQEfa8038X2JzzDeSB4Tw1jSfyOxmNFzqvria9I9YKfQSwPKVh M31m/ic2WfH4AxtacLFrauVqoPmj149P/sIrH1Gqfjw6bTY+vOXm3XSPORqKEkMdM+WN0eQQ+VQc yrZG8+b1vRzRiW0qwNupmCeJGaJpCFXg66rPGnC72TQACz8uEQCSzKmCsQjiANm4x+AqLxZBqZDi cQD5DosQDpA1OBNtWOTPDh8QApBNWISlyhHX1VxMJqQC96IQas7PE2C0FUKVLdoOd3xtVcFuYtor N046Y7QXn2WNyHXGwTqkl0mH7S05va2KRfRRWiqC23VRc1kjopmdQwH/V3/r/wf/B/D8SkhIpEDd th0N1UVTVdJEfFZ89v5fUEsHCMkjFLMJEAAAlhEAAFBLAwQUAAgACAAoYhQ7AAAAAAAAAAAAAAAA DAAAAHNldHRpbmdzLnhtbO1a3W4bRRS+5ymCBRKVcJykaUlM4spx6pLWbSw7bUSBi/Husb3NemY1 MxsnQkjbpJVaKAUkkID+0ZbeI7is3Up5lOwD7CtwZteOUv+k7tojccGV7d2Zc+ac853f8dK5nYY9 tQ1cWIwuJ2anZxJTQA1mWrS2nLi6kU8uJM5l3lti1aplQNpkhtsAKpMCpMQlYgq3U5GOXi8nXE7T jAhLpClpgEhLI80coN1t6eOr0yGz6MmObdGt5URdSiedSjWbzenm6WnGa6nZxcXFVPi2u9RgtGrV RmUVrT7OijF2xEhtiA4TMpubmZlPRb8TU51DHlPNbCLT1UNX/MxSh0H0kbQkNJRupjqP1dGWE8gy vW1B80hriUH73txzDddnOZAN5iS6b+Sug28sKhOZmaVUP4XRqRagKgeRTc4vzJ4Zj/SmZcr6INqn 587OjUn7M7Bq9YEHn12cn5uLR7xcZ80SmIgxyNUJrYHoYVBhzAZCExnJXYjHY42ucNYUcJmZMIx6 ldhiZPLJBnGSFjVhB8x+XQ0GWLgHXYPvjqbxNbPnqEJyRG8io7AcU9mK7jDwnT4zMxuf6hBHGYeo sCo2aHGVkPKkXTskWhrmIXOfLMwsjEV6hUnJGsO8L+axrzPW2EBKvVCrMx5fF4ponhiS8cFkZ2di El4TZbDBkGDmOT6I4coDHh73y2GvO64+eAGmldETUfTA5URiWnuXjJQ1zSLhZIMgFMoOMVQomEQo e5NLEUOMLIFKu9AbfyZBf92VKtIXkIP9uQW2Ka64jQpwPdIUsHC56phEDor8XTCOH/PzjFcs0wSK CYwj7lF5Y2eAAqZCl9T6Dh3lgNTbCeSYqzjF3n+NcIvQ3lg2+v4VqFkUDRBfgvPUPHH/W3xZp/4z VR4PkSdaJZMvxcwQ/9vqBFvdIDpsdbH4n7RV5v0PT308nf703FffHDw7+OvQ++3Qe3To4Ze/D71/ Dm/t+95N39vzvdu+d9f3vvO9733vB9/7yfd+8fce+HsP/b1H/t5jf/+lv9/2918FrZtB63bQuhu0 7gWt+0Hr96D1IGg9CVrtoP0oaD8N2s+D9p9B+0Xw6nHw6knw+o94ijkRQpkPPvriy68Pnh+8OPR+ PfQe+t4d3/vW9+753n3f+9H3fg5at4LWnaD1Mmg/CNrPgtdPg9cv9BQBIyXR8w1H7haJnn6mRhmH vMWFVCpbw4NRuUZ1ptKj1JZjDYeDUF35xAvHUHFlFMCGi6wyVHFjiBFVA3mOVS80HBu/T946oRRF 4gBXfMog3d5GYxKSYD0YFsHr1SpWkRpAFoqh2i9NIO40/UXOJJb0CKdL0BtrK0TA2fkVixIMwyPE xvDIYYWsRR/hQbHY623CJuVfMutKFiFUkzlzDEMcs3WhBfhAtL+jFaPohmYUWWqu2IRuCVS6CnQ5 YhuuHbZOmiTIUspkyGB4xxAzuBUYMUtATEbtPpxPJh6o/rDTGm6w0A1yYOswNvI6v4PWpsQuoEQn ZJwxeDiOvXtVAF8lkkyefF41nzr9rUy24Vo0vV6nOZuJyUwe+5lcsFmF2KudwbtqeXUkzjVxCe2d FVi7Fl1qSFeTF2Ztq0YRu2XJnCITlh4uOdtysuKopslSA10bzE2OS3ne3g0zqw415lzO0UoK0yos qs8yc7kRv/NaZVeYzBFHuhxWOWmuV26IdVrsb4cmcfwwqJRY8xLA0Jpm7BxypX+0N7o6Qhp5sjMW EUyTwjKBb8CO3OTEWaeoVUTj5EXGALdumx3BLwOe0NABu2isp2bTujoSUSAVOIpCOip3Aar0grAQ 0DcAHTBmzcqyxOJMi/Ejkbo4c/TIFIaIEmCboETLSslVQYXdYp5pMVXUAHEmHKyXddG/gPqqn+At 46QgmzVDHtiE5gg1wNaQgd5MBNhVNwg1B3TU41xKhYa/6AppVXeV24hNS9YvE+oSe4UD2dKTIUQJ VI2+DRssmkzojAYYmBFk3UpB46UIcCWM+ouDqrLILnOHzPAydYyzSQ6C2a460ziJQedEpzOmqMEK MbZqnLl06IXPpGE+XnZXVU54aaanAMGO09hSkVHL/InuIG4NuA6cYQv1lu7pHS8yw4vIVN9/ZFLD /j2U+RdQSwcI7ndcpzEGAAB/JAAAUEsDBBQACAAIAChiFDsAAAAAAAAAAAAAAAAVAAAATUVUQS1J TkYvbWFuaWZlc3QueG1stZVLasMwEED3PYXR3lbbVTFxAi30BOkBJvLYEeiHZhSS21cO5NM2lKZY Owmk90YjzWix2ltT7TCS9q4TT82jqNAp32s3duJj/V6/iNXyYWHB6QGJ29OgyvscnaedSNG1HkhT 68AitaxaH9D1XiWLjtuv69vJtHyoLuBBG6zzwnioLjLsNdR8CNgJCMFoBZzjlDvXN0dXc61oGPcs LruHZEwdgLedkELeJbtNefNu0GOKxyDoWRIDJ9pALIMHpdBgnvooVYpxOmLOYnFXEcFgPDAWggcf UshPIBXCRz9GpHI3PYVeDM7em2JwbWFEkq+aLQQq6riT/b1fUHJT9TRJN+pa8LcY7pRPnUhOtXoT nv38v2L+nUt8MEizYy0yzNZ41ttkNw60IcmnYRPcODd83sQic/4Qz6ldyB//4fITUEsHCDVi1zk+ AQAASgcAAFBLAQIUABQAAAAAAChiFDtexjIMJwAAACcAAAAIAAAAAAAAAAAAAAAAAAAAAABtaW1l dHlwZVBLAQIUABQAAAAAAChiFDsAAAAAAAAAAAAAAAAaAAAAAAAAAAAAAAAAAE0AAABDb25maWd1 cmF0aW9uczIvc3RhdHVzYmFyL1BLAQIUABQACAAIAChiFDsAAAAAAgAAAAAAAAAnAAAAAAAAAAAA AAAAAIUAAABDb25maWd1cmF0aW9uczIvYWNjZWxlcmF0b3IvY3VycmVudC54bWxQSwECFAAUAAAA AAAoYhQ7AAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAADcAAAAQ29uZmlndXJhdGlvbnMyL2Zsb2F0 ZXIvUEsBAhQAFAAAAAAAKGIUOwAAAAAAAAAAAAAAABoAAAAAAAAAAAAAAAAAEgEAAENvbmZpZ3Vy YXRpb25zMi9wb3B1cG1lbnUvUEsBAhQAFAAAAAAAKGIUOwAAAAAAAAAAAAAAABwAAAAAAAAAAAAA AAAASgEAAENvbmZpZ3VyYXRpb25zMi9wcm9ncmVzc2Jhci9QSwECFAAUAAAAAAAoYhQ7AAAAAAAA AAAAAAAAGAAAAAAAAAAAAAAAAACEAQAAQ29uZmlndXJhdGlvbnMyL21lbnViYXIvUEsBAhQAFAAA AAAAKGIUOwAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAugEAAENvbmZpZ3VyYXRpb25zMi90b29s YmFyL1BLAQIUABQAAAAAAChiFDsAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAPABAABDb25maWd1 cmF0aW9uczIvaW1hZ2VzL0JpdG1hcHMvUEsBAhQAFAAIAAgAKGIUO7Mw85paEQAACHgAAAsAAAAA AAAAAAAAAAAALQIAAGNvbnRlbnQueG1sUEsBAhQAFAAIAAgAKGIUOyqjzgJcCAAATCoAAAoAAAAA AAAAAAAAAAAAwBMAAHN0eWxlcy54bWxQSwECFAAUAAAAAAAoYhQ7h90NdVIEAABSBAAACAAAAAAA AAAAAAAAAABUHAAAbWV0YS54bWxQSwECFAAUAAgACAAoYhQ7ySMUswkQAACWEQAAGAAAAAAAAAAA AAAAAADMIAAAVGh1bWJuYWlscy90aHVtYm5haWwucG5nUEsBAhQAFAAIAAgAKGIUO+53XKcxBgAA fyQAAAwAAAAAAAAAAAAAAAAAGzEAAHNldHRpbmdzLnhtbFBLAQIUABQACAAIAChiFDs1Ytc5PgEA AEoHAAAVAAAAAAAAAAAAAAAAAIY3AABNRVRBLUlORi9tYW5pZmVzdC54bWxQSwUGAAAAAA8ADwDu AwAABzkAAAAA ------=_20090820142019_29089 Content-Type: application/vnd.oasis.opendocument.text; name=" =?utf-8?B?c3BsIHNjaMOpbWEub2R0?=" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="=?utf-8?B?c3BsIHNjaMOpbWEub2R0?=" UEsDBBQAAAAAAChiFDtexjIMJwAAACcAAAAIAAAAbWltZXR5cGVhcHBsaWNhdGlvbi92bmQub2Fz aXMub3BlbmRvY3VtZW50LnRleHRQSwMEFAAAAAAAKGIUOwAAAAAAAAAAAAAAABoAAABDb25maWd1 cmF0aW9uczIvc3RhdHVzYmFyL1BLAwQUAAgACAAoYhQ7AAAAAAAAAAAAAAAAJwAAAENvbmZpZ3Vy YXRpb25zMi9hY2NlbGVyYXRvci9jdXJyZW50LnhtbAMAUEsHCAAAAAACAAAAAAAAAFBLAwQUAAAA AAAoYhQ7AAAAAAAAAAAAAAAAGAAAAENvbmZpZ3VyYXRpb25zMi9mbG9hdGVyL1BLAwQUAAAAAAAo YhQ7AAAAAAAAAAAAAAAAGgAAAENvbmZpZ3VyYXRpb25zMi9wb3B1cG1lbnUvUEsDBBQAAAAAAChi FDsAAAAAAAAAAAAAAAAcAAAAQ29uZmlndXJhdGlvbnMyL3Byb2dyZXNzYmFyL1BLAwQUAAAAAAAo YhQ7AAAAAAAAAAAAAAAAGAAAAENvbmZpZ3VyYXRpb25zMi9tZW51YmFyL1BLAwQUAAAAAAAoYhQ7 AAAAAAAAAAAAAAAAGAAAAENvbmZpZ3VyYXRpb25zMi90b29sYmFyL1BLAwQUAAAAAAAoYhQ7AAAA AAAAAAAAAAAAHwAAAENvbmZpZ3VyYXRpb25zMi9pbWFnZXMvQml0bWFwcy9QSwMEFAAIAAgAKGIU OwAAAAAAAAAAAAAAAAsAAABjb250ZW50LnhtbO1d65LjtrH+f56CpTin7MSkCIDXiWe2HG9c5apZ x+XdpJzzJ8WhIA1tilRIai5+orxHXizdAO8XERppdtd7ZlzWUEA30Gh8fcGFs1+9etjG2h3P8ihN LhfEMBcaT8J0FSWby8Xf3n2re4tXV//zVbpeRyG/WKXhfsuTQg/TpIDfGnAn+YWsvVzss+QiDfIo v0iCLc8vivAi3fGk4rpoU1+IvmRJXjzGyuyCuM1d8IdClRlpO7zBjXrPgrjNvcqCe1VmpAWlttnX qSrzQx7r6xS0vt0FRdST4iGOkl8uF7dFsbtYLu/v7417ZqTZZkl831+K2lrgsKbb7bNYUK3CJY85 dpYviUGWFe2WF4GqfEjbFinZb294pqyaoAgGs5rfbZQRcbeZUE14G2TK2BDE3ellK/XpZas27zYo bifmxFu+gUrx8ea6wUK2Ve0LaTuqCrNopzxMSd3mT9O0FhUZpIEKcalpWkv5vUV9f5D8PosKnrXI w4PkYRCHtcbT7ZjSgI4sgULndwjTGvioiHyCgS5ldU2cryab/unN9dvwlm+DhjiaJ9ajJC+CpNHM OuJxBZh6oOVc8IcdzyKchiAGneBg0tUamgBVpbuLVgNyZkrmlmcmi6vKDcspzJd1wRrcsb4OQq6v eBjnV19Jc6qLNfkdRblcfB9tb/a59mO6DRLt+9TXAIRgQhX1NoofLxf/G+zS/E9DUlm+0DodIIu+ 4QmMEOY6Q+oOxS4qQrCGuyCL0IUulocFfAd6yrXv+b3seFK6Ht37EK1UyNsgyefVJqkUxMrvozw/ RazX/Ofg73vR4aRQLRoVkR7zgm/nZFpO4a8sD/YFaLyIQl20UwNTfHZG8AOp+yql3gVZsMmC3W1V AQWYeogvuuR6C/a3CrLVomq4ZtJ3YFY8KyJAyDoVcV8P4mgDphTyRPgnyfHzPi+i9aOeQ3CGdu/T DEx4HcS5HGBL3gPC049P+KpRSFqg13SX9wsqwdI8KqSLoQaz7HDbGneLeTkto7Ka2P9zNZXUKGdX 9DhINvtgA6Pl4J6gIEz3SZGBhv72VnwXBlamyRGEkCjsmKbUF4T+IKnr1dFrnWVaRoYlZLvn0eYW spObNF51hJYVldSiWl1m++OD0vLDaMI5SRMlyRYScJ7pO8DgUbqqqpCtzPnR5x/URQP2JE14F+6y RLJWdJVe2nUlQ6dKXWXutMoURov5Lcy+vk1X0Fic6cXNEX17T+z7ICpPE8l/jyIdtpA8+hWIqbUr 1MV/N8gcsPVDbumDett3g1xhTtxnlWYQkg9KI0v3OTi+CNaV97qQIEzjFAy/yPa8I9lENt+dbEJh sruzss66s/Ltj4t5H4qdVVoYLiBa6oJeKzrZ92FHPOgDdxpi/qDQS03Z7qf2anVtkPW9Wl319usj pnIQxj/SqTz3pH3cszJIVN77rJD3MivkXLNC3sOsrLNB0BDRrXGtIznTtxn8qmeupO/56m2QbaJE j/kafJRpMOLDQqFVkUnvVddUsTLYXS6yfaIXt1m639SZm8ypdKzf8ZVeR+EcUx49jrZRras7FCIM Yh1WKjjAdKvDimRQm/F4JEO8TbPo1xT3plrsOIgRgn4LMLibIPxlA4Inqwqqv1uLn4q9RVBkQZIL 7YagdWKavxdN7IIVnjnUmqNeqbiqotbcoAaGieXEZr2Km7QocEOxXXcDCTtmqSJjrOayJV60Bbw1 OBrOsjrEBoH+BWIfAmKfLsAGudsLwD4GHwaq6WHBNEwCoNLyNI5W2u9M+PHMZwbHIBt8AcdHAg7D pM77dhab6YTnOea7NdOg6zTjcjyfAhyUc8zNdAJwQOV4TQAay9JfoAnhL+SBjiyCVcEKz5UBQ5Yl 1N1UVcAsvUu7JdBcwn9OI8jTt/JsVlSuoziuO6lLBggXNbhQAUwHeksz5b5PuSXaJ6ynoCTbRqtV zEsq3CTUART3+m25oJd7qP3acrxl5UhMpu50TB7U1bHftiaDf12FINTTndz0B/Th90qrt8FKHILD kHgyB/ojEDMZ0c+BGNefQAwTPy+I+S0iZjLMqyJG7qq3ZrdX8DK5H25yB3tH53QHMgmZCCDmOQLI yuM3N2weMTLwHoaLiO2HsTKEA6X+JByGdRUcLItMwaGpUoDDXZTjfbROqZ6u1zkv9AchAqHY2kj1 Y6v6JQk7KQkbHI/+tmwIfW4YvtjQiw19QBsanJe/fxuCWfoFFMqTFZhP/nUG2P1LsvonNf9pDyia xplbg6NVLQ+quzmGgo2emhh9oiZaZT0vNnaSjQ3uhXyUcerFBl5s4PlsYHARScEGXvTX2uM1fxNO 5OT9o0/ci5xt/4A8ZdP/ZXfo2N2h883XyScGqyC/7RoillwuXsMnJsv0JQn/pF3HSwJyWgB9xgOY Tz14TqF/HPkTqP+QwfLlKOU5ZvPI+VlOvjlYVtykq8f6C6qk9RJstsU7C9m2xb1Ow33eGiZW7nbx o77iOSivfD2hfoFH/H2AnP9rz5PmZcZhoSaKVlG+i4NHPd0XaLGgjDv0PGDMoloC67s4hlnMAsTy eA9HNPauevHytFbwBvKpjbyWf89AzOC01naSRcyhXr+wdPWVtAm8b1SZUEMgLueK0ta1JFJ2HiQh 2IlePO6gBt/Yl04VLw4bjl+fcIP1OoYjIyh+L9FOIRSzqqyyD2LQJkP5VY+SFV4nplYlprijfZM+ TA+peVfqB/DO4WOpkR2optfCshl42TrAE7Cqg1vb8ckh9kRrzuobGcQOUtNbR+NuRwkY+b2+Epjh kVpbD/K73dKmbZjIU+lgWUrPk1t8A36lb3i65UX2KOjvIn7/5xT35zVTo8Qxy89SwE285xDFo6QA y5TV+B8xPXOMXL5jBI4PqAlDmldrv6R7tSY1mdAXOiT9JgvCyuOBgUfriGfIjLyil7Kuln4n/lrD G60S5huNONRshHq1bp6Idl0/U6Qsn5lmW+LB0uRn/bWisOsnp9WG22rDK/ttKaH8/L5CI1iZ8CVt C1lXA0L/to+Dy8Vnpraki+UhHjLCc5iD9jlwcPosGxtlQ5Ue5rMGApIZDnuspz/O9+SM8s0OzO2z iamaV4g3zjcvpz8yZX8gmD8uIZm32cyED1BS9es3/YJBQC6htZ711qvPAqafVe2U9VmQbLj+qG+j JNrutyJQjNYHD7IeDUOtQ7Rm7TNyYn/SmSwr7zvwWVVF2xWX0m1UXTIddcn+YszLjxASpui8qeE5 1lgEc+oQJi6gyr8nk6VFUHDtcx1vILuWzahPbUoIdawvNEEXy3pi2I5lO75V/oRbzTV8h5K6BIq+ OI/7b/tzxJPw+mb92XHn8hpsxsMCXwWKg0yHvDeGxGTo3S2TOLZGPc92p9w7s30U6Sf4XzxeCxeO rhuk8F3h76nDpNdGfw3fPZOY2j8kvRzLtXDg6LgFjyyUfFVQ8kSIkryy7KeKTpRdi8CFH2SEXzQL dSgaYWWhEOAfJX/ZAgpJ7JK3HgKUoXjE1f7vCWFDlwHyyNBBlPgGASRafw6CetqX0PGX5hdHxpGG m2hfOtSba2AQUEQDlKl1PwguDTd0T8C25loYhBnZgiP7VxjAIOA0DYAIAiczLQxCj2zBlyKoDGIQ g5oWFGUYxiHRBKNSCKUmBghsmlCcDDIORmYdIcU4IkUTaogk45Bkjvp8kHFcshIUs+zjoGSeMijJ OCqZpyjAGCSxa518Cdbta3P844AkZQOUzjVAB3AMbvLPMRmbYxyAUDKSWcaRRJqamBLTuQyXjkGu 1ha1ZrseBxxoS6gKmplrYAA39P11hnWAccL72aJrV6XrcaDVg/dmBz+AmtC4LrQ/wzrh9oT0zFSQ no17PVOTois0MLZgU9E8m/B0YtIZU+l6IvQqo4ZN+Dkpgq3SwribUzdzNoa/zyp+5s7yT6JPdf5G HV0twKyjY+MQVIe/NZbuzbCMZXpqSzdoGxZuT1p0TewLyi16UTxcJXm9VZJj0+EqiXjWiaskyzFt WBt5Br5jZVc/jlwbNaId3C0EWau9112QDOvf2Yurb9I4hkWPhn8aVQPVajmKmBvVXiswXinuMsov m1I83NBVXdNWk9+dBHdyDvxy95DgdqFl1hutjwS3DgyP1YfMDxTWa4br1NuQj1DgG57HunuMy1rm J4hvniK+6dkd8Un1incjvmUfK/3khnfloVsb3nR+wxtU2tqhha92s69bGkK5bduxA2q4rjfc8Cb+ ERBmi6sf+S7jOf5BUzT4BoyTPHQG9lD/17VW3HKtg/JDLGRxtQ2SYMNXyizQy1Ht8+QuytIE/3Lr 0/s44jzgGIywWYyAS3PYHEgsg9ARlNjWCEi8I0BC5if8uwRdsEBQrpXEkjKEzmyIH+lak1OMM/Bk rR7hN+r1zBP8hg8hpu/2TLPjN/BYirUdB7gWv3+2corfq1d0T5AfxCWOc3gAruH3BoBnRWd03PWK 9kkT4FneYfk9o7nsVOrfcskZxbdO1H8n8PgGtTphs0dCG5JzyT9+uqgkv2fYbkf9rsGsjvZ9w2ak L/050T++EV8XHxTfNRxqHxS/mxgoiq96iEDGEy71QwRzcpBuLytg/sDhQ0LTQpqICmw0dJz/DFie K5kaAwL5UR23ii+Qtlvd4+GyRHyWJaJWliDTyFkDw5NV8QFk1WfntIHHcbQr//Dz8YsTMqn97uKE GSOn74R1VO8z2lY9ZJ+uNPFzrTGsxdXraL3mWT+vmc/jFJou65u7IbMpEzCt+F2U8/x9LnHI+Bph +iZFy1mYBqOs66o9r+MsiGU4pOfsTlgksGECaM0mgMxwnPatGN9gttvL/yABGd6KgcRRLni6Gjtm kQDr2Lc8ydMsP0sCPDJ+e3b8EJFmxw+prj0wyYnxH5P/wvj/AiYWFkdq4AgAn5CrdvIggkix/F6o budSZfA7Y6J0Qp7qGCbzDgrfX56fWfazpqiG7Xlt2fsZanVr7UlewxpajaOytWB5neDflrExm8FN BFxu2kOrOeIu3Q9A++foJo7S4vY///7Xnj/zZbqeV4mal807U+soplbU8Ia+pDvDgxwe1ebbvRme SK0GWQ0kPo5mOdTTqAm6h0/q+eNJlu8RyH+sJrsa3LjTqkxscAGtkydt81TPdwWZvkhHfNc3ZWd4 u63u2Sdu9WTaQIDCiyfqM6J5Pt6BcF23fLIcv3zCNNDzTLxTYQOd43kaYR7U2o4nhNY8Rh3NhdY9 yNBBIQy+UKYR29Jc5hAYU/cXhR7xlwntIRFxoDmGPViWJ/gJo65okVDTlZ0IZYuOfccGFh8ktWwp nkstjTJiyQcU3TGZRh0QQjzgsMCo5EjxQQyeOVTqg1qlYq4xEWY+3iJkrsm0/qRIbQ5vCLYnUD7b IEX5aLnQ4TfwxXJ9zYIkGB6ZDY+muIFCiCs7o6bnglC25QvNWFISahK7FBOvlDwhPR71Q+6sH3Ig WrftpHN/t77O6ttj2ctI8KbHuaG3P1w/s/PpXnR+Xf5DXfmoB7IVPRBuJzlDD+T77cVdN4A2HkrR AQFNtsd/mErH21j3vP43MEb8kwMGYqHZg8ujVCMuq3dIOv4JIClWfBZYtECwDSboeeDYiO/bCEJA L5RQW4C6LicWPspi4dSwQ1FY3eat7Ke3hhxcNpt3a/L+liVstOms160YQfNUjWVsTJPj644VDdhi VjMgIQSYovYG+kCXhL1ddxRyuM1p2avWZOvNgIUAeIN6SpaDbkF1C2R8PUZm3hjYZNPbOwo7H/27 753csdnzUfcd7uwKeXnU7vXksNVvjdrNuxCNj2w5TsxpDZd2hu2S8w6b4blmsopa50XnOh45pApv 3j32VeEazGy7R4hDnn/W/RfQxdfhsyhi+oy8HyeoO4uJ7iHtc4AC4+x3H1AJrcxc0TAcw3Hcc+vg 67jZJHjS1ldD3nk3btl5bW458e/4Xv0XUEsHCLMw85paEQAACHgAAFBLAwQUAAgACAAoYhQ7AAAA AAAAAAAAAAAACgAAAHN0eWxlcy54bWztWtuS3LYRfc9XsJhK3ji33ZV3Jtp1ObGVpEpWUpaSVxeG xAxhkQQLAOeiP8p3+MfcjQsJ3mYp7UTZh0il1RLdaBz0DY0mX397yrPgQIVkvHgIl7NFGNAi5gkr 9g/hvz68ie7Dbx9/95rvdiymm4THVU4LFUl1zqgMYHIhN4b4EFai2HAimdwUJKdyo+INL2nhJm18 7o1eyoxoYVOna2Z/tqInNXUy8rbmku30lTWzPzsR5Dh1MvKCTv3pOz518klm0Y5HMc9LolgHxSlj xceHMFWq3Mznx+NxdryZcbGfL9fr9VxTa8BxzVdWItNcSTynGcXF5Hw5W84db04VmYoPeX1IRZVv qZisGqJIz6rysJ/sEYf9iGrilIjJvqGZ2+a9Saab9ybx5+ZEpSM2uZ//CET948e3jS+IfOpayNtS VSxYOXmbhtufzzmvoeIEE6Aa7mqxuJ2bZ4/7eJH9KJiiwmOPL7LHJItrjfN8SGnAt5wDR0QP6KZh YFOIl7aW4aPLUTsO+WlHYholNM7k42vjW/VwYJ5RRw/hO5ZvKxn8xHNSBO/4OgCLgD857pxl54fw j6Tk8k99VjMeBq0FcEq0pwUVDDYukLvFUTIVg2sciGCYT8L5ZYAfGJgyeEePZuFRdB2+rwHNKuQ9 KeTTajNcE2DJI5PyObC+p7+Qf1d6wVFQHs8USGepaP4UpvmY/9lxc2Q+vsaTAPKD+EhFoH83sHP5 nRD8+EOR/Lxa/HwXGlrCZJmRc9TlCe7M3g6MHv/MTw/hIlgEq6X+ZyiQuvLl4g6G8ScMpxH8+IRI tWSpBP8IGIlMfRjfwzMCWA0CQGrgSPbYFjRWjpkruYJw9B+jjBZ7TIaLGQCJ80auIgVWDYvZ4ps1 jNdmTeiOVJmtMZzSrfn2gpQpi0PHa5+jUkBuEYpBDBhsKUn4MQLVS6oi1M/spl67TTx3iAqOgQhO TRrJksRwZkcpF+wTWJVkyLq6v8h8QBhxnxUS8VSpPdYBmVYtGezjyFQamSpoRzLpBUhJBNEa8vVj SMgfkUpxXAOswBLKDSvJypS4BTSMraAEKgzwGIamNhRM84gt5wlMz0Sktq0IYUVC8fTBatHfjAPp MEJVBZbmpcQQGoddsyPu3m4qSUENBVpVLx7zjEP9oUQF59aOG0SSfQKky1Wp9FhGin1F9jC0E3og 5lWhBLjDm59aO8F5EZyrBE+axeyurHXgRDjqp9PJkawwRyl4QftCsWrJ6MmB6gitqQNia5oW3Kiu FTtTAqrWdXjRaUA96blMaQFFFi+ijCQJFZFGgxjAwjmrdzDRt8qqiFVlBB6BDEc/bB1c5Gnnc04T NWlkOVvdrpvIaLtnCfpswuILfMiz3Hjh8FxHQ8nOYdqn2H/ZGfXCtUtdXPpaLut7FHU5oetmguaE FRFW5s7XVj2mspJph+UZ8aAveX5yyqjvKuYOuOUC3R99C3IyOEpGSomO+9yFIzjdO4vDSCcQP1Ja RorvqUrxkoWB9tTC/oLGf99D2CREJOFoPnDmy4iUAA9i5skUwQWEdyGdlY4Mgsk8jZ8ZV43KXrV8 zZDsl+IjYelFxkB4PSlmYogRMRph77/zHOIJR/gbJYmXc0f9AAbqxk807EMFWtBn+AADWExueXL+ En+CKhnOA/D1Eiuf25WufJrxLVcKb4xQFC1XlqSDQ1dEha6ISHYkZ/mUl/UTu7vVdBzodsi0n5Oy BwV8bupFIZMNPGSEdlWPHIFPfo4TfLF9L9t28nbfQkXwJfu44KsZipzgQL0kMBn0X0iJZ9kV9Q8o BfnMAGuiaCzAdP/UdPd0US/rk1tTdMHmmn+L8aAbycpmzNwqGdyL4J43OccalVjq2OTBzOpNr+lW wGT7/R3uOacrWo9peRetdyVTXMV93wj4D4MnBjmmRTeUZzRb0OW5UpAah5+Pg/wnB5NqlCAY/0t+ /Q+USmoYq+EOgDXo8NUFG2a4C+vp3XYnTehfaPPBnSblUB+dS9rWzGG/Odlkib+f3e+2vsJbFLJn Gc3qY9k4CRJLmkS1NNm/uSFPhAbilaj9yZBcDyIqOaZ3XvYIAovhxletnR1b0+4wEmKgUTFAHREz 2Rn/alTa86+vofrkDBiazPO/0fwzNT5d0/94+8P/lXwtJWu18EqZXtnAWEYPNLNXR5PicUB3W2tF RPhuiEDZWxsAaxc7tWuDnGEjZwsUvxl7c7+05dbY6hNxrV4orpsXiuv2heK6e6G4Xr1QXN+8UFz3 LxTX+oXi0i/SvjKwNslHW3BFJZ5dO7avhO58BjUhsjXwjnOFz0PAl/ZiYF5ZHUhWISo76CZKPMSY 0i/Vdc/cn2MOWuzfoTz3WQHuaDpCWiRjANkwQCceNdIgGFpm9C5kXvTpFtLae0UwpB0rpNFCRnfK 0lgRC/2hDObE3ttKVBdY/QzGa+5t9VD/ymXH94IlkbS3QNsY1c3Nfke3tcK881bZPmIzGDYEFZcj 9KC0SrgyX4ZPwIWLuaYcWYKvcVeL2dpo0RFSyvYp9t3Xs1cX9GsXAfOpCMoi0COxjsYFXN2YCrsd iZWzV78jMUBCSw0ShIXXtv6F95e+aWy/+ffxAv8OcViHu7kfIm6JbBS0mL26uWsQ+Hyi2p4bvmEe g9R/edOTADkHv85pVbY+k9b+Bbq9A1/g0BuyrlC3ZAc8uiD4jkK/lyExVMSy27M3CSfKyam17+bb Dssgaeks5lZdLO+bVV2Khb2Ds2l+863BcoCH7ADKIAtJfqmkMtFtYt6MQ9lee/7dH5qOu/GKhf7j xepwDLlNpZTgeyP9MPd36g32BTXB3o9uS8iJrGXUq9lBlHTx1Y+PuckK3hctHenz4Y9BH38DUEsH CCqjzgJcCAAATCoAAFBLAwQUAAAAAAAoYhQ7h90NdVIEAABSBAAACAAAAG1ldGEueG1sPD94bWwg dmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPG9mZmljZTpkb2N1bWVudC1tZXRhIHht bG5zOm9mZmljZT0idXJuOm9hc2lzOm5hbWVzOnRjOm9wZW5kb2N1bWVudDp4bWxuczpvZmZpY2U6 MS4wIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6ZGM9 Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczptZXRhPSJ1cm46b2FzaXM6 bmFtZXM6dGM6b3BlbmRvY3VtZW50OnhtbG5zOm1ldGE6MS4wIiB4bWxuczpvb289Imh0dHA6Ly9v cGVub2ZmaWNlLm9yZy8yMDA0L29mZmljZSIgb2ZmaWNlOnZlcnNpb249IjEuMSI+PG9mZmljZTpt ZXRhPjxtZXRhOmdlbmVyYXRvcj5PcGVuT2ZmaWNlLm9yZy8yLjQkTGludXggT3Blbk9mZmljZS5v cmdfcHJvamVjdC82ODBtMTckQnVpbGQtOTMxMDwvbWV0YTpnZW5lcmF0b3I+PG1ldGE6aW5pdGlh bC1jcmVhdG9yPnNpYmlsbGE8L21ldGE6aW5pdGlhbC1jcmVhdG9yPjxtZXRhOmNyZWF0aW9uLWRh dGU+MjAwOS0wOC0yMFQxNDoxNDozMDwvbWV0YTpjcmVhdGlvbi1kYXRlPjxkYzpjcmVhdG9yPnNp YmlsbGE8L2RjOmNyZWF0b3I+PGRjOmRhdGU+MjAwOS0wOC0yMFQxNDoxNzoxNzwvZGM6ZGF0ZT48 bWV0YTplZGl0aW5nLWN5Y2xlcz4yPC9tZXRhOmVkaXRpbmctY3ljbGVzPjxtZXRhOmVkaXRpbmct ZHVyYXRpb24+UFQyTTQ3UzwvbWV0YTplZGl0aW5nLWR1cmF0aW9uPjxtZXRhOnVzZXItZGVmaW5l ZCBtZXRhOm5hbWU9IkluZm8gMSIvPjxtZXRhOnVzZXItZGVmaW5lZCBtZXRhOm5hbWU9IkluZm8g MiIvPjxtZXRhOnVzZXItZGVmaW5lZCBtZXRhOm5hbWU9IkluZm8gMyIvPjxtZXRhOnVzZXItZGVm aW5lZCBtZXRhOm5hbWU9IkluZm8gNCIvPjxtZXRhOmRvY3VtZW50LXN0YXRpc3RpYyBtZXRhOnRh YmxlLWNvdW50PSIwIiBtZXRhOmltYWdlLWNvdW50PSIwIiBtZXRhOm9iamVjdC1jb3VudD0iMCIg bWV0YTpwYWdlLWNvdW50PSIxIiBtZXRhOnBhcmFncmFwaC1jb3VudD0iOCIgbWV0YTp3b3JkLWNv dW50PSIxMyIgbWV0YTpjaGFyYWN0ZXItY291bnQ9IjEyMCIvPjwvb2ZmaWNlOm1ldGE+PC9vZmZp Y2U6ZG9jdW1lbnQtbWV0YT5QSwMEFAAIAAgAKGIUOwAAAAAAAAAAAAAAABgAAABUaHVtYm5haWxz L3RodW1ibmFpbC5wbmftV1dUE8y2RgUFERCMNAmgoQQRQpGWiP6QQCD0ANJBKaETESNSFemRXqT3 DiIQemiiSO8CgVBFRFpAeofDOQ933af7dO/bnbVmzaz1rZm9Z+bb+9sTqq2JZLjOeZ2KiopBVQWB vhirqaguUdFevZjtgmQmqaiYzVQRCnpvUilpHmEAG87gWYXAnzHwf6gVXlFj/6FRuKp0gxuM8M/O fjeXlKgUPhQSIsH3coWHE4RHjn9aJ3DeZlb4hZ/34aWmvdz9EtH4D7sCY6v/zKEPbHTkoY+e+zT2 NN0aLT86OmphIL87ZjDrYXc/nkXxoavdOB1vmyNYSudansBK5ggCGJdc6I++hdN2yGZEaYwoFIVC //fAjkQCgfAePpaPLiLwDrPwg3HqfoNFIwk0NcvMF8to8iLuat57JTSJYSGBtYqsUFlgyqsU0za5 bl2HmNhzW9d5tlIhXHSAK6y2+Qd9697GLGR3ZVR4peGXgHSe6GUZxYbDZlO082yzrnHVEuQD2znc c4/LfowysV3x0EFPyKojIkZI9yxooHuhq9L65IBDAEZ48dOy6NPa00oNj3ctfIbgajjqtmffwPZC 25j/6lqO9oIb0Wx7UaPv5TRxY3j1vjBWrKdI91z0A6tItFnDXmd3/GovMQIIiWcGicZLOUp300Me RI2WyHT2p3n1ev1qn+Z1nuS+a9VuatY9EAaII9Ly2okbSsDyxp3aI4ANvQTnyacYuq59yjHo9Gx9 ukXVw8M/ueWI4L6xQbD/gZkg5BkHMfGAB+RlSLTTn80cJ4i4BqfJmulPJKo8RmbhFmOH9HqjSoFl lghLNehHkeMEoZ+GDa8jiJ9o8xjp1BbEeNqmAIdKHCizy+feLs16r5Z5c4KmIJK2WlEmwRpxkLNj rFyjkVXHcYhJqGJq5gh/+WFH6dZEcE/farsGZzJ/gLIqXGOBQdIeAcapviq2gzTdb+h+u/j2vjO5 5uHq01JDwcm3E0I+RzgmPgbXz5vbdy4MwYMYxNRKHuaOo5lrDY0SMnv6fl3+DwPEg5hSJrL+G0tW 7pXX/qYltvnLBqNhbTPKOex45xHEFLwIGDNx0Bn+ydXpDY8guPrKGstHzgqRtduCgEkeMO4SocsA FW5e46Pt9DZzxAPMl2ZyV6jmifYKFzX/ne973Ki0wEz+nPEZxSJJWjVRPAUYR1YeR+s4YTNHqhFK AngKN0pkiJn83rIBtIlG6nPjzaChcWTz30Ab+6kwuhhrFiGpEOLgO5+baiBm9CSNqHCKIQgVz/UG aFM8XBY1puegmAv5WphpvtJrZwBSNlR1VQofeS54V7owgRMhn6LQyM+MjrX+L+r3K0Ryyy/0QJp4 VsbKTmOu/Cc0zL71JknmOU/WDJc/hxtVWAZO+exP42bezvldy8XONqPNzES+BTGUbHMHrTftz3j1 /ZHBzjzQzVenk1jmo48jBuVrpHQTcavWI4U6BN/TI/+Ztwc/g/OKi7tD5O2H+Q5XSspy4cGMwxVW yO2zKvsfw5OixlUqr9enkmYWJ7EtDGvuUeexb4ruzvG8Pbnb5LkbE/n4SOU1hYwblK6d9W1oPNnq IbxaRi9P1Vca1dr/ELg1cUfG5UGD+8ZHOKMc4uxoFbJNvjy5NlmrxfnQ7ub4xt04MmJ5tazl8Yb0 jwItmZ6SMtFHwDvc1K1Jtun2H+Pj4+Vqu2h4+Kaj3xSdvkMHqT3IrSGHBqUxsjDdE9yNAMLQYOe6 v1/pbQYzFWykPEZG3tPQ53rtrxclnzg9s/RidhZnOhgp0rWZqnPFxOR0cHuprzdua9ZvNB8bouZB 0bFEo0rMTRkp93XTBXfdYB7fupPDPxkSrvMIIQhEa/rVD43hC9fFYB3QdD/Hi2RBcJqQ2BaDvvn7 zOP8dP93cclniexfikqbd9VUGgVfokESBnp6KjnK4bm41TGC7QA36HtBhq+Dtexa+TeujZ4e5T1J TK8YU1yU69JgVsTj7Wn32S4pkimoEtOHsqBtOd1LMZp3v/Qx6o3WQq7LhcsTQPcpHVsgit6l/jcr bTx0d0QXSOnocdF2HPsUffEAQwBS09FKyXCu6i2PlaKChcbt/lhmkLJKydNSgu969gdRVItyRSZN tvxmZKdqWqSaaH1bRebT88cQorPzVJ3Oev0fbo+dIaSGtfxWJ+j3wa9I5NOuznQ1BxbGihii4RRj g6Pr5ne2lN/+TI/tzr5w2Kb+fF3bJqinBry6h761kLNtI3W9SQvljz4OuPW8NAaAp4jEka+BHeq0 HZgq8BQ8c/IQ2QtcfS3unuQmUwc6wRgfFfeTboq2z44iQpNX02PareD+UrxN31t5yW4ejG4IVzx8 x+7KThK9VQYSzql2B8QXKA9EMNyRTjTndiZXiTc9fjf6+hJDZPP5mZfcYqLVyxrbcuwVvD0vgOYk rB8weYdLNfyqnF2IW7/cn0SH5yrhrJjJGufY1c8Nmuaey/wcj73rGvfIjlsTthldUXfh6hktrCLG Kj0fRWwu+lY/bCNRs+TghBnJFf0Rqqld92ZOxeGVSnV2Z5dghpMNR6+XYbYO07teA1PXQI/pAi2e yio+9od22kdurvheVgW6i1NxI9GTSoi4fqWLwCD4jnkPZW2KyOdab36ttn86w6G2kFDq/boCsftc /EYWR+n0T+MVvyvXuqtJ5sJqHx+IU4KHsp331iZe7k3Y9oQKpi/Z8Yx1bTveDwmjz59rlsSLfyMO RgXtuHfgTCliL0SkuKmiKXWb7Xf6zkPElu7GiAijaZ8siGJ4dJIsvqOQehvmOh2u6VBS6WAM6eyv Qdjg3oDRbLSQOwVqoeUSt2ggJxaPfDUMELyOcl5VQA+zLRDZJaz7PVkoGbswvLL4PWVxDdcv9uGW XddkDKq6agZ6cRPFS2mdlFFqJQV1rgWSNUo1fadz/6W0DFvAaWUSGzLrUygOnfFmPhTAbazD8fDV 0uC9LVJr35RNXjWRCA3EC+2kdhz41s54lnBgns80emBuAKzLHTsYu45h2U9WE1va8v/KWgAG2JrE 1VvhTPLWW4erpDKtcCBsLKzaD805EpcdgPndHZ+fcJCCbbb3LN1fGgLFgUkEGzXJRbrke89Sb9Iy iD2A9xFHhMsaLdsZPba6BHV3V0mR6sQcZafcfj4TwBNeT33PBlEzYqdNghmmeEkczZKrHPlihwpZ T4wvbQ3RLjw6Xy7IuHxyG9e6pGfI7bVWsbXZwVNAsgqLunTlKrufY63a/rNIxX9vmFcTK4JPiNdP mi8fykGm7N88dajVwMp4bC1Aj5PE7k4RnoVp2mhZLML3vDaaEnbdnhfAHA5EcYnf0S4td9iCDOzp jrzeo7wEdMAVoTv+lkULb7WLCSIlEmOj/I3DkfflZDX2cBMzZfRqT+KiNwK4Q57p11TrZykl9lZh SpQ+wWqhjhz0WegVb8N41UM8/TdeAzpGftH0NlUGQihQoH44hjL/AZWcE8aGZgP+9j0/ddd1WbO6 s5qt6S0Uw6ara2z3RDPgtcqSe+q9zd+XGfjQLcfrDZjG5Zkmr5SfL8Qzod0GbuGseCOC2Lgn6bOZ j5pufudhW7/Ai3RpkSSKASG9zvu2cuDWqMvh/AeI+neN7cU+DSx/wVzjztqELivEfO340BXOi7YC m974GNElqRO7fxFEiRMlYnR/nGunMQ5dg1/sj/comAcOiBd6Aid/vzHl35uPRnKLT7dqh27t/NBK IVfylof+OZBMmsTEymRk+tIzNJ8dOR7ukiz6ZCdpxZaQ+GQDvfWdjVkLci0WG/A9t2DJH09P9et9 DunHNR5vXkjzQbZc5ES/FoA2W2Vgh7vjdgRJNpN9liPNdUB+31TXBIP7enqR7DX4gueWNPzPdYBh 5IcPWg4XU3YCUrnzRByragqm/TfE1AT77Py7Ja2gERcqlxSqzmx4008cSrWeLmtwk1U+qRyYzMzL +zP1Qvcg+ZVSUK1f573bt26/L/QWN2iMD27nS/nVESmzOgSbZlyEC1EXN51mx3WaruzLhrfn4V3k a58ZfujNur/ecu5bySXvWWWU3TrSGQ1iIl9TvkpFy5dIO2rZmyj+XUBQ2zsBKsnk8zveYHGK1a3h GaHf1NADCvmDrEDatlj3j3V9TRfZvK8IsWieQhjesH1uw/9CEOHe4G2tiby89ucy3MK6v8vFD7ZB J5g6Jxvum/pN3Tv2qLR2RuJQpKr+C5wm++HigfI+5EblO54gTeKbdwEHCRa+9Y/OT7YFWH6xHlxc VI9rB9CWc4N30m8xJzHm66o/c9AgazXQyc3XtYKQU83N6fR8zl0dGW4VUWHw94Z/cINmGjSpUWJM frtXMqL/e6qc20JhToTEccfeAVc/zRZ5HJKecHPINX0QOdptsb9KGnD6MLuxL9fbJlMUPfvV7ytP sqflitRCGrPcIIadSVC2KJGPtmwzKmQ4mmTxdnpqPWq2neJ2dnK4SPWzUlbWnDmgN3APyzbzQcKe i6Rf8jQJBiKwh+Bla2TbO+lz5IQjQNx7qen0C/Gu4lQPCwn9NOvEOmEun52hRflUYWqQ8FvnNOwc Sa43EIs2uTLFyzRdi53d8euKx7bD6bec9fX1cWOwLtsEFPuQHMndRGdSQ3phMQUr3eMyTUxq4Ft/ NfHlk2XmuJu4/XAu9BwmL+Ob/s3pIL2gPyG4xgq4xFsY31Hmk+BdMV4Jcll47dnrxrxQ/9e/TT/W S6SKv8LgCpK8r4QCuaKP/RJyhCZEWWq2wdEIVQqy5ltkodZUNLjoF3UObplP2eEJD2PTOx0yjAVU bTJIZUeusn/ZLVSgUmbeZH1+dprf6L4x04That3a2vJ/7L8nYqer8D4QDaOuzi5EfM3cGnh8/Kno dsnnz9K3ASHlJrUu8Xj8dd2msD3WwnCvk82O3+EyM+A6rLI9VjVgxNxaXpsStpgUtXOyPSBT7WhH DOUkdHejdP2DjPUag++fVfZDe6owblE170eXeg3YkPdy9y7ThkWnP9CELvNVIrxevDhaLiiYXZ1p ajCy7HVheRQHRSRS/l5DmfF1IiGmdTf9NfJJpWYNT6Hu61yWxSFAlBm13UV5Z2T3Uc6mG5Ak55a/ 7BuUdOvvl4O9SWzPzvIPjVt9pqcQEfa8038X2JzzDeSB4Tw1jSfyOxmNFzqvria9I9YKfQSwPKVh M31m/ic2WfH4AxtacLFrauVqoPmj149P/sIrH1Gqfjw6bTY+vOXm3XSPORqKEkMdM+WN0eQQ+VQc yrZG8+b1vRzRiW0qwNupmCeJGaJpCFXg66rPGnC72TQACz8uEQCSzKmCsQjiANm4x+AqLxZBqZDi cQD5DosQDpA1OBNtWOTPDh8QApBNWISlyhHX1VxMJqQC96IQas7PE2C0FUKVLdoOd3xtVcFuYtor N046Y7QXn2WNyHXGwTqkl0mH7S05va2KRfRRWiqC23VRc1kjopmdQwH/V3/r/wf/B/D8SkhIpEDd th0N1UVTVdJEfFZ89v5fUEsHCMkjFLMJEAAAlhEAAFBLAwQUAAgACAAoYhQ7AAAAAAAAAAAAAAAA DAAAAHNldHRpbmdzLnhtbO1a3W4bRRS+5ymCBRKVcJykaUlM4spx6pLWbSw7bUSBi/Husb3NemY1 MxsnQkjbpJVaKAUkkID+0ZbeI7is3Up5lOwD7CtwZteOUv+k7tojccGV7d2Zc+ac853f8dK5nYY9 tQ1cWIwuJ2anZxJTQA1mWrS2nLi6kU8uJM5l3lti1aplQNpkhtsAKpMCpMQlYgq3U5GOXi8nXE7T jAhLpClpgEhLI80coN1t6eOr0yGz6MmObdGt5URdSiedSjWbzenm6WnGa6nZxcXFVPi2u9RgtGrV RmUVrT7OijF2xEhtiA4TMpubmZlPRb8TU51DHlPNbCLT1UNX/MxSh0H0kbQkNJRupjqP1dGWE8gy vW1B80hriUH73txzDddnOZAN5iS6b+Sug28sKhOZmaVUP4XRqRagKgeRTc4vzJ4Zj/SmZcr6INqn 587OjUn7M7Bq9YEHn12cn5uLR7xcZ80SmIgxyNUJrYHoYVBhzAZCExnJXYjHY42ucNYUcJmZMIx6 ldhiZPLJBnGSFjVhB8x+XQ0GWLgHXYPvjqbxNbPnqEJyRG8io7AcU9mK7jDwnT4zMxuf6hBHGYeo sCo2aHGVkPKkXTskWhrmIXOfLMwsjEV6hUnJGsO8L+axrzPW2EBKvVCrMx5fF4ponhiS8cFkZ2di El4TZbDBkGDmOT6I4coDHh73y2GvO64+eAGmldETUfTA5URiWnuXjJQ1zSLhZIMgFMoOMVQomEQo e5NLEUOMLIFKu9AbfyZBf92VKtIXkIP9uQW2Ka64jQpwPdIUsHC56phEDor8XTCOH/PzjFcs0wSK CYwj7lF5Y2eAAqZCl9T6Dh3lgNTbCeSYqzjF3n+NcIvQ3lg2+v4VqFkUDRBfgvPUPHH/W3xZp/4z VR4PkSdaJZMvxcwQ/9vqBFvdIDpsdbH4n7RV5v0PT308nf703FffHDw7+OvQ++3Qe3To4Ze/D71/ Dm/t+95N39vzvdu+d9f3vvO9733vB9/7yfd+8fce+HsP/b1H/t5jf/+lv9/2918FrZtB63bQuhu0 7gWt+0Hr96D1IGg9CVrtoP0oaD8N2s+D9p9B+0Xw6nHw6knw+o94ijkRQpkPPvriy68Pnh+8OPR+ PfQe+t4d3/vW9+753n3f+9H3fg5at4LWnaD1Mmg/CNrPgtdPg9cv9BQBIyXR8w1H7haJnn6mRhmH vMWFVCpbw4NRuUZ1ptKj1JZjDYeDUF35xAvHUHFlFMCGi6wyVHFjiBFVA3mOVS80HBu/T946oRRF 4gBXfMog3d5GYxKSYD0YFsHr1SpWkRpAFoqh2i9NIO40/UXOJJb0CKdL0BtrK0TA2fkVixIMwyPE xvDIYYWsRR/hQbHY623CJuVfMutKFiFUkzlzDEMcs3WhBfhAtL+jFaPohmYUWWqu2IRuCVS6CnQ5 YhuuHbZOmiTIUspkyGB4xxAzuBUYMUtATEbtPpxPJh6o/rDTGm6w0A1yYOswNvI6v4PWpsQuoEQn ZJwxeDiOvXtVAF8lkkyefF41nzr9rUy24Vo0vV6nOZuJyUwe+5lcsFmF2KudwbtqeXUkzjVxCe2d FVi7Fl1qSFeTF2Ztq0YRu2XJnCITlh4uOdtysuKopslSA10bzE2OS3ne3g0zqw415lzO0UoK0yos qs8yc7kRv/NaZVeYzBFHuhxWOWmuV26IdVrsb4cmcfwwqJRY8xLA0Jpm7BxypX+0N7o6Qhp5sjMW EUyTwjKBb8CO3OTEWaeoVUTj5EXGALdumx3BLwOe0NABu2isp2bTujoSUSAVOIpCOip3Aar0grAQ 0DcAHTBmzcqyxOJMi/Ejkbo4c/TIFIaIEmCboETLSslVQYXdYp5pMVXUAHEmHKyXddG/gPqqn+At 46QgmzVDHtiE5gg1wNaQgd5MBNhVNwg1B3TU41xKhYa/6AppVXeV24hNS9YvE+oSe4UD2dKTIUQJ VI2+DRssmkzojAYYmBFk3UpB46UIcCWM+ouDqrLILnOHzPAydYyzSQ6C2a460ziJQedEpzOmqMEK MbZqnLl06IXPpGE+XnZXVU54aaanAMGO09hSkVHL/InuIG4NuA6cYQv1lu7pHS8yw4vIVN9/ZFLD /j2U+RdQSwcI7ndcpzEGAAB/JAAAUEsDBBQACAAIAChiFDsAAAAAAAAAAAAAAAAVAAAATUVUQS1J TkYvbWFuaWZlc3QueG1stZVLasMwEED3PYXR3lbbVTFxAi30BOkBJvLYEeiHZhSS21cO5NM2lKZY Owmk90YjzWix2ltT7TCS9q4TT82jqNAp32s3duJj/V6/iNXyYWHB6QGJ29OgyvscnaedSNG1HkhT 68AitaxaH9D1XiWLjtuv69vJtHyoLuBBG6zzwnioLjLsNdR8CNgJCMFoBZzjlDvXN0dXc61oGPcs LruHZEwdgLedkELeJbtNefNu0GOKxyDoWRIDJ9pALIMHpdBgnvooVYpxOmLOYnFXEcFgPDAWggcf UshPIBXCRz9GpHI3PYVeDM7em2JwbWFEkq+aLQQq6riT/b1fUHJT9TRJN+pa8LcY7pRPnUhOtXoT nv38v2L+nUt8MEizYy0yzNZ41ttkNw60IcmnYRPcODd83sQic/4Qz6ldyB//4fITUEsHCDVi1zk+ AQAASgcAAFBLAQIUABQAAAAAAChiFDtexjIMJwAAACcAAAAIAAAAAAAAAAAAAAAAAAAAAABtaW1l dHlwZVBLAQIUABQAAAAAAChiFDsAAAAAAAAAAAAAAAAaAAAAAAAAAAAAAAAAAE0AAABDb25maWd1 cmF0aW9uczIvc3RhdHVzYmFyL1BLAQIUABQACAAIAChiFDsAAAAAAgAAAAAAAAAnAAAAAAAAAAAA AAAAAIUAAABDb25maWd1cmF0aW9uczIvYWNjZWxlcmF0b3IvY3VycmVudC54bWxQSwECFAAUAAAA AAAoYhQ7AAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAADcAAAAQ29uZmlndXJhdGlvbnMyL2Zsb2F0 ZXIvUEsBAhQAFAAAAAAAKGIUOwAAAAAAAAAAAAAAABoAAAAAAAAAAAAAAAAAEgEAAENvbmZpZ3Vy YXRpb25zMi9wb3B1cG1lbnUvUEsBAhQAFAAAAAAAKGIUOwAAAAAAAAAAAAAAABwAAAAAAAAAAAAA AAAASgEAAENvbmZpZ3VyYXRpb25zMi9wcm9ncmVzc2Jhci9QSwECFAAUAAAAAAAoYhQ7AAAAAAAA AAAAAAAAGAAAAAAAAAAAAAAAAACEAQAAQ29uZmlndXJhdGlvbnMyL21lbnViYXIvUEsBAhQAFAAA AAAAKGIUOwAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAugEAAENvbmZpZ3VyYXRpb25zMi90b29s YmFyL1BLAQIUABQAAAAAAChiFDsAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAPABAABDb25maWd1 cmF0aW9uczIvaW1hZ2VzL0JpdG1hcHMvUEsBAhQAFAAIAAgAKGIUO7Mw85paEQAACHgAAAsAAAAA AAAAAAAAAAAALQIAAGNvbnRlbnQueG1sUEsBAhQAFAAIAAgAKGIUOyqjzgJcCAAATCoAAAoAAAAA AAAAAAAAAAAAwBMAAHN0eWxlcy54bWxQSwECFAAUAAAAAAAoYhQ7h90NdVIEAABSBAAACAAAAAAA AAAAAAAAAABUHAAAbWV0YS54bWxQSwECFAAUAAgACAAoYhQ7ySMUswkQAACWEQAAGAAAAAAAAAAA AAAAAADMIAAAVGh1bWJuYWlscy90aHVtYm5haWwucG5nUEsBAhQAFAAIAAgAKGIUO+53XKcxBgAA fyQAAAwAAAAAAAAAAAAAAAAAGzEAAHNldHRpbmdzLnhtbFBLAQIUABQACAAIAChiFDs1Ytc5PgEA AEoHAAAVAAAAAAAAAAAAAAAAAIY3AABNRVRBLUlORi9tYW5pZmVzdC54bWxQSwUGAAAAAA8ADwDu AwAABzkAAAAA ------=_20090820142019_29089-- From [email protected] Thu Aug 20 13:04:01 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39510 invoked from network); 20 Aug 2009 13:03:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Aug 2009 13:03:53 -0000 Received: (qmail 76973 invoked by uid 500); 20 Aug 2009 13:04:12 -0000 Delivered-To: [email protected] Received: (qmail 76943 invoked by uid 500); 20 Aug 2009 13:04:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <imperius-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 76933 invoked by uid 99); 20 Aug 2009 13:04:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 13:04:12 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=HTML_IMAGE_ONLY_32,HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS,TVD_FW_GRAPHIC_NAME_MID X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO e8.ny.us.ibm.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 13:03:59 +0000 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [161.129.204.104]) by e8.ny.us.ibm.com (8.14.3/8.13.1) with ESMTP id n7KD39mD002409 for <[email protected]>; Thu, 20 Aug 2009 09:03:09 -0400 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [161.129.204.104]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id n7KD3Rk5222760 for <[email protected]>; Thu, 20 Aug 2009 09:03:29 -0400 Received: from d01av02.pok.ibm.com (loopback [161.129.204.104]) by d01av02.pok.ibm.com (161.129.204.10460308/8.13.3) with ESMTP id n7KD0X9F026285 for <[email protected]>; Thu, 20 Aug 2009 09:00:33 -0400 Received: from d01ml604.pok.ibm.com (d01ml604.pok.ibm.com [161.129.204.104]) by d01av02.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id n7KD0W8f026267; Thu, 20 Aug 2009 09:00:32 -0400 In-Reply-To: <[email protected]> References: <[email protected]> Subject: Re: spl policy X-KeepSent: 0F37ECE3:5DE750B3-85257618:00479780; type=4; name=$KeepSent To: [email protected] Cc: David Wood <[email protected]>, [email protected], Neeraj Joshi <[email protected]> X-Mailer: Lotus Notes Release 8.0.2 HF623 January 16, 2009 Message-ID: <[email protected]> From: Xiping Wang <[email protected]> Date: Thu, 20 Aug 2009 09:03:26 -0400 X-MIMETrack: Serialize by Router on D01ML604/01/M/IBM(Release 8.5|December 05, 2008) at 08/20/2009 09:03:26 MIME-Version: 1.0 Content-type: multipart/related; Boundary="0__=0ABBFC8BDFD411108f9e8a93df938690918c0ABBFC8BDFD41110" X-Virus-Checked: Checked by ClamAV on apache.org --0__=0ABBFC8BDFD411108f9e8a93df938690918c0ABBFC8BDFD41110 Content-type: multipart/alternative; Boundary="1__=0ABBFC8BDFD411108f9e8a93df938690918c0ABBFC8BDFD41110" --1__=0ABBFC8BDFD411108f9e8a93df938690918c0ABBFC8BDFD41110 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: quoted-printable Can you join the Imperius mailing list and move your question there? We= can discuss your requirements there. Thanks, Xiping = From: [email protected] = = To: [email protected] = = Cc: Xiping Wang/Watson/IBM@IBMUS, David Wood/Watson/IBM@IBMUS= , Neeraj Joshi/Durham/IBM@IBMUS = Date: 08/20/2009 08:21 AM = = Subject: spl policy = = hi, Xiping Thank you for your mail, 1- I need help to write a monitoring policy ( syntaxe of policy) to complete my works, i hope you understand wolesale the sample i sent! 2- I proposed a concept of management spl for the monitoring, can you = see and tell me your opinion please, Please find the schema on the attachement fille. Your help is a way to get me outside out of the darkness. Best regards Smaili Abdel[attachment "spl sch=E9ma.odt" deleted by Xiping Wang/Watso= n/IBM] [attachment "spl sch=E9ma.odt" deleted by Xiping Wang/Watson/IBM] = --1__=0ABBFC8BDFD411108f9e8a93df938690918c0ABBFC8BDFD41110 Content-type: text/html; charset=ISO-8859-1 Content-Disposition: inline Content-transfer-encoding: quoted-printable <html><body> <p>Can you join the Imperius mailing list and move your question there?= We can discuss your requirements there.<br> <br> Thanks,<br> <br> Xiping<br> <br> <img width=3D"16" height=3D"16" src=3D"cid:1__=3D0ABBFC8BDFD411108f9e8a= [email protected]" border=3D"0" alt=3D"Inactive hide details for smail= i---08/20/2009 08:21:41 AM---hi, Xiping Thank you for your mail,"><fon= t color=3D"#424282">smaili---08/20/2009 08:21:41 AM---hi, Xiping Thank= you for your mail,</font><br> <br> <table width=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0">= <tr valign=3D"top"><td width=3D"1%"><img width=3D"96" height=3D"1" src=3D= "cid:[email protected]" border=3D"0" alt=3D= ""><br> <font size=3D"2" color=3D"#5F5F5F">From:</font></td><td width=3D"100%">= <img width=3D"1" height=3D"1" src=3D"cid:2__=3D0ABBFC8BDFD411108f9e8a93= [email protected]" border=3D"0" alt=3D""><br> <font size=3D"2">[email protected]</font></td></tr> <tr valign=3D"top"><td width=3D"1%"><img width=3D"96" height=3D"1" src=3D= "cid:[email protected]" border=3D"0" alt=3D= ""><br> <font size=3D"2" color=3D"#5F5F5F">To:</font></td><td width=3D"100%"><i= mg width=3D"1" height=3D"1" src=3D"cid:2__=3D0ABBFC8BDFD411108f9e8a93df= [email protected]" border=3D"0" alt=3D""><br> <font size=3D"2">[email protected]</font></td></tr> <tr valign=3D"top"><td width=3D"1%"><img width=3D"96" height=3D"1" src=3D= "cid:[email protected]" border=3D"0" alt=3D= ""><br> <font size=3D"2" color=3D"#5F5F5F">Cc:</font></td><td width=3D"100%" va= lign=3D"middle"><img width=3D"1" height=3D"1" src=3D"cid:2__=3D0ABBFC8B= [email protected]" border=3D"0" alt=3D""><br> <font size=3D"2">Xiping Wang/Watson/IBM@IBMUS, David Wood/Watson/IBM@IB= MUS, Neeraj Joshi/Durham/IBM@IBMUS</font></td></tr> <tr valign=3D"top"><td width=3D"1%"><img width=3D"96" height=3D"1" src=3D= "cid:[email protected]" border=3D"0" alt=3D= ""><br> <font size=3D"2" color=3D"#5F5F5F">Date:</font></td><td width=3D"100%">= <img width=3D"1" height=3D"1" src=3D"cid:2__=3D0ABBFC8BDFD411108f9e8a93= [email protected]" border=3D"0" alt=3D""><br> <font size=3D"2">08/20/2009 08:21 AM</font></td></tr> <tr valign=3D"top"><td width=3D"1%"><img width=3D"96" height=3D"1" src=3D= "cid:[email protected]" border=3D"0" alt=3D= ""><br> <font size=3D"2" color=3D"#5F5F5F">Subject:</font></td><td width=3D"100= %"><img width=3D"1" height=3D"1" src=3D"cid:2__=3D0ABBFC8BDFD411108f9e8= [email protected]" border=3D"0" alt=3D""><br> <font size=3D"2">spl policy</font></td></tr> </table> <hr width=3D"100%" size=3D"2" align=3D"left" noshade style=3D"color:#80= 91A5; "><br> <br> <br> <tt><br> hi, Xiping<br> <br> Thank you for your mail,<br> <br> 1- &nbsp;I need help to write a monitoring policy ( syntaxe of policy)= to<br> complete my works, i hope you understand wolesale the sample i sent!<br= > <br> 2- I proposed a concept of management spl for the monitoring, can you = see<br> and tell me your opinion please,<br> <br> &nbsp;Please find the schema on the attachement fille.<br> <br> Your help is a way to get me outside out of the darkness.<br> <br> Best regards<br> <br> Smaili Abdel[attachment &quot;spl sch=E9ma.odt&quot; deleted by Xiping = Wang/Watson/IBM] [attachment &quot;spl sch=E9ma.odt&quot; deleted by Xi= ping Wang/Watson/IBM] </tt><br> <br> </body></html>= --1__=0ABBFC8BDFD411108f9e8a93df938690918c0ABBFC8BDFD41110-- --0__=0ABBFC8BDFD411108f9e8a93df938690918c0ABBFC8BDFD41110-- From [email protected] Thu Aug 20 15:01:48 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13929 invoked from network); 20 Aug 2009 15:01:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Aug 2009 15:01:38 -0000 Received: (qmail 71611 invoked by uid 500); 20 Aug 2009 15:01:57 -0000 Delivered-To: [email protected] Received: (qmail 71592 invoked by uid 500); 20 Aug 2009 15:01:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <imperius-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 71580 invoked by uid 99); 20 Aug 2009 15:01:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 15:01:57 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO e7.ny.us.ibm.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 15:01:46 +0000 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [161.129.204.104]) by e7.ny.us.ibm.com (8.14.3/8.13.1) with ESMTP id n7KF0MUP030726 for <[email protected]>; Thu, 20 Aug 2009 11:00:22 -0400 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [161.129.204.104]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id n7KF1PV9255230 for <[email protected]>; Thu, 20 Aug 2009 11:01:25 -0400 Received: from d01av02.pok.ibm.com (loopback [161.129.204.104]) by d01av02.pok.ibm.com (161.129.204.10460308/8.13.3) with ESMTP id n7KEwUDC024093 for <[email protected]>; Thu, 20 Aug 2009 10:58:30 -0400 Received: from d01ml604.pok.ibm.com (d01ml604.pok.ibm.com [161.129.204.104]) by d01av02.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id n7KEwU0F024059 for <[email protected]>; Thu, 20 Aug 2009 10:58:30 -0400 In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Subject: Re: spl policy X-KeepSent: D24B1F78:348FAD33-85257618:004F6465; type=4; name=$KeepSent To: [email protected] X-Mailer: Lotus Notes Release 8.0.2 HF623 January 16, 2009 Message-ID: <[email protected]> From: Xiping Wang <[email protected]> Date: Thu, 20 Aug 2009 11:01:23 -0400 X-MIMETrack: Serialize by Router on D01ML604/01/M/IBM(Release 8.5|December 05, 2008) at 08/20/2009 11:01:24 MIME-Version: 1.0 Content-type: multipart/alternative; Boundary="0__=0ABBFC8BDFDCE2F58f9e8a93df938690918c0ABBFC8BDFDCE2F5" Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org --0__=0ABBFC8BDFDCE2F58f9e8a93df938690918c0ABBFC8BDFDCE2F5 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: quoted-printable smaili, Welcome to the policy world! Regarding your questions about how to use Imperius to create policy-bas= ed applications, I would like to explain to you by walking you through a concrete example that uses your scenario. In a policy managed environment, you should have sensors that collect information from your managed system and effectors that execute actions= when your policy is enforced. In you scenario, sensors and effectors can be combined in an anchor cla= ss, PollingOperation.java as shown below. This class does both of informati= on collection and action execution. In addition, you also need to write a policy which describes your control logical, please see Policy given be= low. Once you have these components in place, you need to write your applica= tion that uses Imperius Policy Engine to evaluate your conditions and take actions accordingly. You should see the following messages when you execute the Manager.java= . ***********DeletePolicy : dummy*********** ***********DeletePolicy complete*********** ***********CreatePolicy : dummy*********** ***********CreatePolicy complete*********** Policy Created : dummy true Execution Result is 1 I hope I have answered your questions. Xiping IBM T.J. Watson Research Center =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 1) Anchor class PollingOperation package com.abdel; public class PollingOperation { public static int POLLING_OPERATION =3D 1; public static int PUSHING_OPERATION =3D 2; private int operation =3D POLLING_OPERATION; private int numOfOperations; private int pollingInterval; public void setCurOperation(int op) { this.operation =3D op; } public PollingOperation(int interval, int numOfOperations) { this.pollingInterval =3D interval; this.numOfOperations =3D numOfOperations; } public int getCurOperation() { return this.operation; } public void setNumOfOperation(int num) { this.numOfOperations =3D num; } public int getNumberOfOperations() { return this.numOfOperations; } public void changePollingInterval(int delta) { this.pollingInterval +=3D delta; } } 2) Policy Import Class com.abdel.PollingOperation:pop; Strategy Execute_All_Applicable; Policy { Declaration { pollingOp =3D 1; threshold =3D 10; delta =3D 5; } Condition { pop.getCurOperation() =3D=3D pollingOp && pop.getNumberOfOperations() > threshold } Decision { pop.changePollingInterval(delta) } }:1; 3) Application package com.abdel; import java.io.DataInputStream; import java.io.FileInputStream; import java.io.IOException; import java.util.Hashtable; import java.util.Map; import org.apache.imperius.javaspl.Java_SPLPolicyRuleProvider; import org.apache.imperius.spl.parser.exceptions.SPLException; public class Manager { public static void main(String[] args) throws SPLException, IOException { if (args.length !=3D 1) { System.out.println("Usage: Manager <policy>"); System.exit(0); } // read in policy DataInputStream dis =3D new DataInputStream(new FileInputSt= ream (args[0])); StringBuffer sb =3D new StringBuffer(); String s =3D null; while ((s =3D dis.readLine()) !=3D null) { sb.append(s+"\n"); } // setup Map objMap =3D new Hashtable(); PollingOperation pop =3D new PollingOperation(5, 11); objMap.put("pop", pop); Java_SPLPolicyRuleProvider jspl =3D Java_SPLPolicyRuleProvi= der. getInstance(); String policyName =3D "dummy"; // delete policy if exists try { jspl.deletePolicy(policyName); } catch(Exception e) { } // create policy boolean createReturn =3D jspl.createPolicy("dummy", sb.toSt= ring ()); System.out.println("Policy Created : " + policyName + " " += createReturn); System.out.println(""); // evaluate policy Object result =3D jspl.executePolicy(policyName, objMap); System.out.println("Execution Result is " + result); } } = --0__=0ABBFC8BDFDCE2F58f9e8a93df938690918c0ABBFC8BDFDCE2F5--
From [email protected] Fri Nov 02 14:52:14 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8524 invoked from network); 2 Nov 2007 14:52:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Nov 2007 14:52:14 -0000 Received: (qmail 29175 invoked by uid 500); 2 Nov 2007 14:52:02 -0000 Delivered-To: [email protected] Received: (qmail 28962 invoked by uid 500); 2 Nov 2007 14:52:02 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 28951 invoked by uid 99); 2 Nov 2007 14:52:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2007 07:52:02 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2007 14:52:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id D062E714231 for <[email protected]>; Fri, 2 Nov 2007 07:51:50 -0700 (PDT) Message-ID: <25940514.1194015110851.JavaMail.jira@brutus> Date: Fri, 2 Nov 2007 07:51:50 -0700 (PDT) From: "Mike Atkin (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (XALANJ-2407) Reduce memory footprint of Templates instances In-Reply-To: <19396773.1192117490733.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/XALANJ-2407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539603 ] Mike Atkin commented on XALANJ-2407: ------------------------------------ It looks like it will be hard to move the generation to the constructor given the Exceptions that are are thrown from the defineTransletClasses() method while maintaining backwards compatability. I've attached a small patch to fix this using the original suggestion, which also removes the unused getter and setter for that field (doesn't seem to be any need for them). > Reduce memory footprint of Templates instances > ---------------------------------------------- > > Key: XALANJ-2407 > URL: https://issues.apache.org/jira/browse/XALANJ-2407 > Project: XalanJ2 > Issue Type: Improvement > Components: XSLTC > Affects Versions: 2.7 > Reporter: Mike Atkin > Priority: Minor > Fix For: 2.7.1 > > Attachments: XALANJ-2407.diff > > > TemplatesImpl retains the bytecode byte[]s for the compiled xsls even after generating the translet classes when there appears no reason for it. This significantly increases memory usage of Templates objects (by an order of magnitude). In my application (a small low-volume web app) which keeps a HashMap of 100 or so Templates, 40% of the heap space (64mb configured) is taken up by this data. > Setting the _bytecodes field to null (possibly adding a system flag or property to control this) at the end of the defineTransletClasses() method in TemplatesImpl fixes this. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Nov 05 19:24:02 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33505 invoked from network); 5 Nov 2007 19:24:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Nov 2007 19:24:02 -0000 Received: (qmail 74732 invoked by uid 500); 5 Nov 2007 19:23:48 -0000 Delivered-To: [email protected] Received: (qmail 74691 invoked by uid 500); 5 Nov 2007 19:23:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 74665 invoked by uid 99); 5 Nov 2007 19:23:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2007 11:23:48 -0800 X-ASF-Spam-Status: No, hits=-2.0 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO e4.ny.us.ibm.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2007 19:23:48 +0000 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [161.129.204.104]) by e4.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id lA5JNPim005887; Mon, 5 Nov 2007 14:23:25 -0500 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [161.129.204.104]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v8.5) with ESMTP id lA5JNP32481408; Mon, 5 Nov 2007 14:23:25 -0500 Received: from d01av03.pok.ibm.com (loopback [161.129.204.104]) by d01av03.pok.ibm.com (161.129.204.10460308/8.13.3) with ESMTP id lA5JNPEo019580; Mon, 5 Nov 2007 14:23:25 -0500 Received: from d25ml03.torolab.ibm.com (d25ml03.torolab.ibm.com [161.129.204.104]) by d01av03.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id lA5JNPJm019559; Mon, 5 Nov 2007 14:23:25 -0500 To: [email protected], [email protected], [email protected] MIME-Version: 1.0 Subject: Fw: MarkMail: hosting Apache mailing list archives X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 From: Henry Zongaro <[email protected]> Message-ID: <[email protected]> Date: Mon, 5 Nov 2007 14:21:39 -0500 X-MIMETrack: Serialize by Router on D25ML03/25/M/IBM(Release 7.0.2HF446 | March 16, 2007) at 11/05/2007 14:21:39, Serialize complete at 11/05/2007 14:21:39 Content-Type: multipart/alternative; boundary="=_alternative 006A82478525738A_=" X-Virus-Checked: Checked by ClamAV on apache.org --=_alternative 006A82478525738A_= Content-Type: text/plain; charset="US-ASCII" FYI. Jason Hunter <[email protected]> wrote on 2007-11-04 10:56:51 PM: > PMCs, could you please send this announcement to your various users@ and > devs@ mailing lists, as appropriate for your particular community. > > And please, if you think it proper, add a link to MarkMail on your > project web site as an option for searching your project's email > archives. You can point to http://<project>.markmail.org. > > ---- > > (A forwarded email from Jason Hunter) > > For the last few months I've been working on a new project: a web > site for interacting with email archives. We're using, as the > site's initial content set, the public Apache mailing list archives > -- because Apache is the community I know best and I think people > here will find the site useful. We've loaded a bit over 4,000,000 > emails across 500 lists. > > http://apache.markmail.org > > As you'll see with the chart on the home page, one of our goals with > the site has been to focus heavily on analytics. We have lots of > graphs and counts, and you're able to use them to watch Apache's > historical growth and each individual project's growth. Every query > you write gets its own histogram chart. > > Another goal has been interactivity. Every search result screen gives > you lots of ways to refine your search (by sender, list, attachment > type, etc). Plus we did a lot with keyboard shortcuts. You can hit > "n" and "p" to move to the next and previous result and "j" and "k" to > move up and down the thread view. There's a lot of little things like > this. Plus if your result message includes Office or PDF files > they're in-line interactive too. > > http://apache.markmail.org/search/ext:ppt+axis > > Another goal has been to focus on community. We could have launched > MarkMail with 50,000,000 emails from many sources but I think it's > better to start with focus. In fact, I'll be at ApacheCon and the > Hackathon next week, along with my co-developer Ryan Grimm, > looking for people's suggestions and maybe on the spot adding in a > few of them. There's also potential to explore some fun one-off > analytics, too. > > As part of the focus on communities, we setup MarkMail so it > recognizes that Apache itself consists of many communities. If you go > to http://apache.markmail.org you search all Apache emails, but if you > go to http://struts.markmail.org then you're auto-limited to just > Struts lists. Same for tomcat, spamassassin, httpd, and so on. You > can always limit your search using "list:struts" in your query, but > using the domain handles that a bit more elegantly. > > I've been working on this a long time, and I'm so happy to be able to > share it with everyone. I hope you all find this useful! > > Notes on using the site: > > * Search using keywords as well as from:, subject:, extension:, and > list: constraints > > * The GUI doesn't yet expose it, but you can negate any search item, > like -subject:jira. > > * You can sort results by date by adding order:date-forward or > order:date-backward to your query > > * Remember to use "n" and "p" keyboard shortcuts to navigate the search > results > > * You're going to want JavaScript enabled > > If you'd like to send me private feedback I'm [email protected]. > > -jh- > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --=_alternative 006A82478525738A_= Content-Type: text/html; charset="US-ASCII" <br><tt><font size=2>FYI.</font></tt> <br> <br><tt><font size=2>Jason Hunter &lt;[email protected]&gt; wrote on 2007-11-04 10:56:51 PM:<br> &gt; PMCs, could you please send this announcement to your various users@ and<br> &gt; devs@ mailing lists, as appropriate for your particular community.<br> &gt; <br> &gt; And please, if you think it proper, add a link to MarkMail on your<br> &gt; project web site as an option for searching your project's email<br> &gt; archives. &nbsp;You can point to http://&lt;project&gt;.markmail.org.<br> &gt; <br> &gt; ----<br> &gt; <br> &gt; (A forwarded email from Jason Hunter)<br> &gt; <br> &gt; For the last few months I've been working on a new project: a web<br> &gt; site for interacting with email archives. &nbsp;We're using, as the<br> &gt; site's initial content set, the public Apache mailing list archives<br> &gt; -- because Apache is the community I know best and I think people<br> &gt; here will find the site useful. &nbsp;We've loaded a bit over 4,000,000<br> &gt; emails across 500 lists.<br> &gt; <br> &gt; http://apache.markmail.org<br> &gt; <br> &gt; As you'll see with the chart on the home page, one of our goals with<br> &gt; the site has been to focus heavily on analytics. &nbsp;We have lots of<br> &gt; graphs and counts, and you're able to use them to watch Apache's<br> &gt; historical growth and each individual project's growth. &nbsp;Every query<br> &gt; you write gets its own histogram chart.<br> &gt; <br> &gt; Another goal has been interactivity. &nbsp;Every search result screen gives<br> &gt; you lots of ways to refine your search (by sender, list, attachment<br> &gt; type, etc). &nbsp;Plus we did a lot with keyboard shortcuts. &nbsp;You can hit<br> &gt; &quot;n&quot; and &quot;p&quot; to move to the next and previous result and &quot;j&quot; and &quot;k&quot; to<br> &gt; move up and down the thread view. &nbsp;There's a lot of little things like<br> &gt; this. &nbsp;Plus if your result message includes Office or PDF files<br> &gt; they're in-line interactive too.<br> &gt; <br> &gt; http://apache.markmail.org/search/ext:ppt+axis<br> &gt; <br> &gt; Another goal has been to focus on community. &nbsp;We could have launched<br> &gt; MarkMail with 50,000,000 emails from many sources but I think it's<br> &gt; better to start with focus. &nbsp;In fact, I'll be at ApacheCon and the<br> &gt; Hackathon next week, along with my co-developer Ryan Grimm,<br> &gt; looking for people's suggestions and maybe on the spot adding in a<br> &gt; few of them. &nbsp;There's also potential to explore some fun one-off<br> &gt; analytics, too.<br> &gt; <br> &gt; As part of the focus on communities, we setup MarkMail so it<br> &gt; recognizes that Apache itself consists of many communities. &nbsp;If you go<br> &gt; to http://apache.markmail.org you search all Apache emails, but if you<br> &gt; go to http://struts.markmail.org then you're auto-limited to just<br> &gt; Struts lists. &nbsp;Same for tomcat, spamassassin, httpd, and so on. &nbsp;You<br> &gt; can always limit your search using &quot;list:struts&quot; in your query, but<br> &gt; using the domain handles that a bit more elegantly.<br> &gt; <br> &gt; I've been working on this a long time, and I'm so happy to be able to<br> &gt; share it with everyone. &nbsp;I hope you all find this useful!<br> &gt; <br> &gt; Notes on using the site:<br> &gt; <br> &gt; * Search using keywords as well as from:, subject:, extension:, and<br> &gt; &nbsp; &nbsp;list: constraints<br> &gt; <br> &gt; * The GUI doesn't yet expose it, but you can negate any search item,<br> &gt; &nbsp; &nbsp;like -subject:jira.<br> &gt; <br> &gt; * You can sort results by date by adding order:date-forward or<br> &gt; &nbsp; &nbsp;order:date-backward to your query<br> &gt; <br> &gt; * Remember to use &quot;n&quot; and &quot;p&quot; keyboard shortcuts to navigate the search<br> &gt; &nbsp; &nbsp;results<br> &gt; <br> &gt; * You're going to want JavaScript enabled<br> &gt; <br> &gt; If you'd like to send me private feedback I'm [email protected].<br> &gt; <br> &gt; -jh-<br> &gt; <br> &gt; ---------------------------------------------------------------------<br> &gt; To unsubscribe, e-mail: [email protected]<br> &gt; For additional commands, e-mail: [email protected]<br> &gt; <br> </font></tt> --=_alternative 006A82478525738A_=-- From [email protected] Wed Nov 07 18:25:20 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30766 invoked from network); 7 Nov 2007 18:25:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Nov 2007 18:25:20 -0000 Received: (qmail 20574 invoked by uid 500); 7 Nov 2007 18:25:05 -0000 Delivered-To: [email protected] Received: (qmail 20547 invoked by uid 500); 7 Nov 2007 18:25:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 20501 invoked by uid 99); 7 Nov 2007 18:25:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2007 10:25:05 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2007 18:25:45 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 3C36A71423B for <[email protected]>; Wed, 7 Nov 2007 10:24:51 -0800 (PST) Message-ID: <15559745.1194459891244.JavaMail.jira@brutus> Date: Wed, 7 Nov 2007 10:24:51 -0800 (PST) From: "Henry Zongaro (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (XALANJ-2405) Java Dump created In-Reply-To: <30981282.1191860990792.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/XALANJ-2405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Zongaro resolved XALANJ-2405. ----------------------------------- Resolution: Cannot Reproduce I haven't seen a sample stylesheet that would allow us to reproduce this problem. If you're able to supply one, please do so and reopen the bug report. > Java Dump created > ----------------- > > Key: XALANJ-2405 > URL: https://issues.apache.org/jira/browse/XALANJ-2405 > Project: XalanJ2 > Issue Type: Bug > Affects Versions: 2.7 > Environment: Windows XP v2002 SP2 running on a IBM Thinkpad T42P with 2Gb RAM. Java info: > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2) > Classic VM (build 1.4.2, J2RE 1.4.2 IBM Windows 32 build cn142ifx-20060209 (SR4-1) (JIT enabled: jitc)) > Reporter: David Schwartz > > I'm calling a template to find/replace substrings. When I use <xsl:with-param name="p" select="'e'"/>, I get the following result: > JVMDG217: Dump Handler is Processing Signal 11 - Please Wait. > JVMDG303: JVM Requesting Java core file > JVMDG304: Java core file written to Z:\aDL\Design Patterns\GSA content > \javacore.20071008.081548.7900.txt > JVMDG215: Dump Handler has Processed Exception Signal 11. > When I use <xsl:with-param name="p">e</xsl:with-param>, it works like > a charm. > Then again, when I send a space, i.e. <xsl:with-param name="p"> </xsl:with-param>, it's not received at all by the called template. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Nov 07 18:43:23 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37742 invoked from network); 7 Nov 2007 18:43:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Nov 2007 18:43:23 -0000 Received: (qmail 57344 invoked by uid 500); 7 Nov 2007 18:43:11 -0000 Delivered-To: [email protected] Received: (qmail 57317 invoked by uid 500); 7 Nov 2007 18:43:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 57306 invoked by uid 99); 7 Nov 2007 18:43:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2007 10:43:10 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2007 18:43:12 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id E5E7171423B for <[email protected]>; Wed, 7 Nov 2007 10:42:51 -0800 (PST) Message-ID: <26142615.1194460971939.JavaMail.jira@brutus> Date: Wed, 7 Nov 2007 10:42:51 -0800 (PST) From: "Brian Minchau (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (XALANJ-2219) Namespace of child element written incorrectly as root namespace In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/XALANJ-2219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540838 ] Brian Minchau commented on XALANJ-2219: --------------------------------------- Peter Fleischer reports that this bug is not fixed in Xalan-J 2.7.1. I'll have a look - Brian > Namespace of child element written incorrectly as root namespace > ---------------------------------------------------------------- > > Key: XALANJ-2219 > URL: https://issues.apache.org/jira/browse/XALANJ-2219 > Project: XalanJ2 > Issue Type: Bug > Components: Serialization > Affects Versions: 2.7, 2.6, 2.5 > Environment: Linux m2 2.6.13-1.1532_FC4 #1 Thu Oct 20 01:30:08 EDT 2005 i686 i686 i386 GNU/Linux > java version "1.5.0_05" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-b05) > Java HotSpot(TM) Client VM (build 1.5.0_05-b05, mixed mode, sharing) > Reporter: Jesse Glick > Assignee: Brian Minchau > Fix For: 2.7.1 > > Attachments: jira2219.patch5.txt, ToStream.patch2.txt, ToStream.patch4.txt > > > Run this class: > ---%<--- > import java.io.StringReader; > import javax.xml.parsers.DocumentBuilderFactory; > import javax.xml.transform.Result; > import javax.xml.transform.Source; > import javax.xml.transform.Transformer; > import javax.xml.transform.TransformerFactory; > import javax.xml.transform.dom.DOMSource; > import javax.xml.transform.stream.StreamResult; > import javax.xml.transform.stream.StreamSource; > import org.w3c.dom.Document; > import org.xml.sax.InputSource; > public class Test { > private static final String IDENTITY_XSLT_WITH_INDENT = > "<xsl:stylesheet version='1.0' " + > "xmlns:xsl='http://www.w3.org/1999/XSL/Transform' " + > "xmlns:xalan='http://xml.apache.org/xslt' " + > "exclude-result-prefixes='xalan'>" + > "<xsl:output method='xml' indent='yes' xalan:indent-amount='4'/>" + > "<xsl:template match='@*|node()'>" + > "<xsl:copy>" + > "<xsl:apply-templates select='@*|node()'/>" + > "</xsl:copy>" + > "</xsl:template>" + > "</xsl:stylesheet>"; > public static void main(String[] args) throws Exception { > String data = "<root xmlns='root'/>"; > Document doc = DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(new InputSource(new StringReader(data))); > /* > Document doc = DocumentBuilderFactory.newInstance().newDocumentBuilder().getDOMImplementation().createDocument("root", "root", null); > */ > doc.getDocumentElement().appendChild(doc.createElementNS("child", "child")); > Transformer t = TransformerFactory.newInstance().newTransformer( > new StreamSource(new StringReader(IDENTITY_XSLT_WITH_INDENT))); > Source source = new DOMSource(doc); > Result result = new StreamResult(System.out); > t.transform(source, result); > } > } > ---%<--- > Just using plain JDK 5.0 JAXP, I get the expected > ---%<--- > <?xml version="1.0" encoding="UTF-8"?> > <root xmlns="root"> > <child xmlns="child"/> > </root> > ---%<--- > If I add Xalan-J to the classpath, I get > ---%<--- > <?xml version="1.0" encoding="UTF-8"?> > <root xmlns="root"> > <child xmlns="root"/> > </root> > ---%<--- > Note the incorrect namespace on the child element. > This is true in Xalan 2.5.2, 2.6.0, 2.7.0, and dev builds (xalan-gump-24102005.jar). > Prevents Xalan from being bundled with the NetBeans IDE, as it causes incorrectly written project metadata: > http://www.netbeans.org/issues/show_bug.cgi?id=66563 > If you use newTransformer() with no stylesheet the problem goes away (though of course you lose indentation unless it is readded using setOutputProperty). Also if the Document is created in memory rather than parsed (see commented-out code) the problem goes away. > Does not seem to be reproducible in JDK 6, I don't know why. > Inclusion of the bundled Xerces in the classpath does not appear to make any difference. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Nov 14 13:44:41 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75559 invoked from network); 14 Nov 2007 13:44:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Nov 2007 13:44:40 -0000 Received: (qmail 38241 invoked by uid 500); 14 Nov 2007 13:44:26 -0000 Delivered-To: [email protected] Received: (qmail 38189 invoked by uid 500); 14 Nov 2007 13:44:26 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 38167 invoked by uid 99); 14 Nov 2007 13:44:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2007 05:44:26 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO e6.ny.us.ibm.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2007 13:44:28 +0000 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [161.129.204.104]) by e6.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id lAEDjicf002172; Wed, 14 Nov 2007 08:45:44 -0500 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [161.129.204.104]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v8.6) with ESMTP id lAEDi6pT476030; Wed, 14 Nov 2007 08:44:07 -0500 Received: from d01av03.pok.ibm.com (loopback [161.129.204.104]) by d01av03.pok.ibm.com (161.129.204.10460308/8.13.3) with ESMTP id lAEDi6ON021008; Wed, 14 Nov 2007 08:44:06 -0500 Received: from d25ml02.torolab.ibm.com (d25ml02.torolab.ibm.com [161.129.204.104]) by d01av03.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id lAEDi510020943; Wed, 14 Nov 2007 08:44:06 -0500 Subject: Report to ASF Board - Xalan, Nov 14, 2007 To: ASF Board <[email protected]> Cc: [email protected], [email protected] X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 Message-ID: <[email protected]> From: Brian Minchau <[email protected]> Date: Wed, 14 Nov 2007 08:43:58 -0500 X-MIMETrack: Serialize by Router on D25ML02/25/M/IBM(Release 7.0.2HF446 | March 16, 2007) at 11/14/2007 08:44:06 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org Report from Apache Xalan to the ASF board - Brian Minchau Apache Xalan PMC Chairperson Nov 14, 2007 ==================================== ====================== Xalan ===== In October 2007 David Bertoni was nominated to become a member of the Xalan PMC. Dave has shown long term involvement with, and commitment to Apache Xalan for many years. Dave's involvement has spanned more departments within a company, it has spanned copanies. The existing PMC members voted unanimously and Dave has been a PMC member since then. Xalan-C ======= Nothing to report. Just bug fixes. Xalan-J ======= The point release Xalan-J 2.7.1 has been tested on a variety of machines, operating systems and versions of the JRE thanks to Yash Talwar. A preliminary look at the results is that they are fine and quality is better than 2.7.0 both from the point of view of the buckets of tests, and from the view that bugs were fixed since 2.7.0. This release is available to the public through subversion, but should be on the mirrors site very soon. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Nov 16 05:43:49 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26405 invoked from network); 16 Nov 2007 05:43:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Nov 2007 05:43:49 -0000 Received: (qmail 2424 invoked by uid 500); 16 Nov 2007 05:43:34 -0000 Delivered-To: [email protected] Received: (qmail 2404 invoked by uid 500); 16 Nov 2007 05:43:34 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 2383 invoked by uid 99); 16 Nov 2007 05:43:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Nov 2007 21:43:33 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO e4.ny.us.ibm.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Nov 2007 05:43:22 +0000 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [161.129.204.104]) by e4.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id lAG5hB1V014536; Fri, 16 Nov 2007 00:43:11 -0500 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [161.129.204.104]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v8.6) with ESMTP id lAG5hBac421088; Fri, 16 Nov 2007 00:43:11 -0500 Received: from d01av03.pok.ibm.com (loopback [161.129.204.104]) by d01av03.pok.ibm.com (161.129.204.10460308/8.13.3) with ESMTP id lAG5hBnA016698; Fri, 16 Nov 2007 00:43:11 -0500 Received: from d25ml02.torolab.ibm.com (d25ml02.torolab.ibm.com [161.129.204.104]) by d01av03.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id lAG5hBpP016689; Fri, 16 Nov 2007 00:43:11 -0500 Subject: Xalan-J 2.7.1 release passes regression testing To: [email protected] Cc: [email protected] X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 Message-ID: <[email protected]> From: Brian Minchau <[email protected]> Date: Fri, 16 Nov 2007 00:43:05 -0500 X-MIMETrack: Serialize by Router on D25ML02/25/M/IBM(Release 7.0.2HF446 | March 16, 2007) at 11/16/2007 00:43:11 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org The Xalan-J 2.7.1 release has passed its regression testing. It was tested in fifty some combinations of hardware, operating systems and version of the JRE, on valid combinations: Hardware: ======== amd64 ia64 power PC power PC 64 s390 sparc x86 Operating System: ================ HP-UX IBM AIX Linux PA_RISC2.0 SunOS Windows 2000 Windows Server 2003 Windows XP JRE: ==== Hewlett-Packard Company JDK 1.4.2 Hewlett-Packard Company JDK 161.129.204.104 IBM Corporation JDK 1.3.1 IBM Corporation JDK 1.4.2 IBM Corporation JDK 2.2 IBM Corporation JDK 2.3 Sun Microsystems Inc. JDK 1.4.2_06-b02 Sun Microsystems Inc. JDK 1.4.2_07-b05 Sun Microsystems Inc. JDK 1.5.0_05-b05 All testing was done with Xerces-J 2.9.0. I want to thank Yash Talwar for running the tests. I looked at the variety of output produced for regressions. That was more tedious than I thought it would be. A few more tests passed than compared with Xalan-J 2.7.0, so quality is up. There were three regressions. Testcases position106, processorinfo03 and select75 failed on Windows 2000, Windows XP and Windows Server 2003. However all the failures were with JDK 1.3.1 on those operating systems, and were not seen with 1.4.2 on the same operating systems. I extracted the tests and code for Xalan-J 2.7.1 independently and ran on Windows 2000 with IBM Corporation JDK 1.3.1 (build 1.3.1, J2RE 1.3.1 IBM Windows 32 build cn131-20031021) and all of those testcases passed. My conclusion is that this is a service issue with the version of the JDK 1.3.1 used in testing. So given the wide range of hardware, operating systems and JRE-s that the tests went well on, and given that the few regressions appear to be related to the JDK service level, Xalan-J 2.7.1 has passed regression testing and it is now on to signing the packages, putting them on the mirrors site, and updating the website! - Brian Minchau Apache Xalan PMC --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Nov 20 21:11:07 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60627 invoked from network); 20 Nov 2007 21:11:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Nov 2007 21:11:07 -0000 Received: (qmail 22875 invoked by uid 500); 20 Nov 2007 21:10:54 -0000 Delivered-To: [email protected] Received: (qmail 22669 invoked by uid 500); 20 Nov 2007 21:10:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 22652 invoked by uid 99); 20 Nov 2007 21:10:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2007 13:10:54 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2007 21:10:50 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 3E3D8714233 for <[email protected]>; Tue, 20 Nov 2007 13:10:43 -0800 (PST) Message-ID: <14320605.1195593043251.JavaMail.jira@brutus> Date: Tue, 20 Nov 2007 13:10:43 -0800 (PST) From: "David Bertoni (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (XALANC-664) Testing harness writes strings to the output XML in the local code page. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Testing harness writes strings to the output XML in the local code page. ------------------------------------------------------------------------ Key: XALANC-664 URL: https://issues.apache.org/jira/browse/XALANC-664 Project: XalanC Issue Type: Bug Components: XalanC Affects Versions: CurrentCVS Reporter: David Bertoni Assignee: David Bertoni The classes XalanFileUtility and XalanXMLFileReporter transcode data from the gold files into the local code page and write them to the output XML file. This creates an XML file that's not well-formed, since the XML file is encoded in UTF-8. I am preparing a patch. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Nov 22 15:59:27 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 42371 invoked from network); 22 Nov 2007 15:59:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Nov 2007 15:59:26 -0000 Received: (qmail 84179 invoked by uid 500); 22 Nov 2007 15:59:13 -0000 Delivered-To: [email protected] Received: (qmail 84141 invoked by uid 500); 22 Nov 2007 15:59:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 84121 invoked by uid 99); 22 Nov 2007 15:59:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Nov 2007 07:59:13 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO e1.ny.us.ibm.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Nov 2007 15:59:01 +0000 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [161.129.204.104]) by e1.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id lAMFwq07019276; Thu, 22 Nov 2007 10:58:52 -0500 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [161.129.204.104]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id lAMFwqMu117492; Thu, 22 Nov 2007 10:58:52 -0500 Received: from d01av03.pok.ibm.com (loopback [161.129.204.104]) by d01av03.pok.ibm.com (161.129.204.10460308/8.13.3) with ESMTP id lAMFwpk4028567; Thu, 22 Nov 2007 10:58:52 -0500 Received: from d25ml02.torolab.ibm.com (d25ml02.torolab.ibm.com [161.129.204.104]) by d01av03.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id lAMFwpSM028561; Thu, 22 Nov 2007 10:58:51 -0500 In-Reply-To: <[email protected]> Subject: Re: Xalan-J 2.7.1 release passes regression testing To: "Eric J. Schwarzenbach" <[email protected]> Cc: [email protected], [email protected] X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 Message-ID: <[email protected]> From: Brian Minchau <[email protected]> Date: Thu, 22 Nov 2007 10:57:22 -0500 X-MIMETrack: Serialize by Router on D25ML02/25/M/IBM(Release 7.0.2HF446 | March 16, 2007) at 11/22/2007 10:58:52 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org Eric, as it happens it was 2.9.0 not 2.9.1. - Brian "Eric J. Schwarzenbach" <Eric.Schwarzenba To [email protected]> Brian Minchau/Toronto/IBM@IBMCA, [email protected], 11/20/2007 05:57 [email protected] PM cc Subject Re: Xalan-J 2.7.1 release passes regression testing > > All testing was done with Xerces-J 2.9.0. Not 2.9.1? Brian Minchau wrote: > The Xalan-J 2.7.1 release has passed its regression testing. It was tested > in fifty some combinations of hardware, operating systems and version of > the JRE, on valid combinations: > > Hardware: > ======== > amd64 > ia64 > power PC > power PC 64 > s390 > sparc > x86 > > Operating System: > ================ > HP-UX > IBM AIX > Linux > PA_RISC2.0 > SunOS > Windows 2000 > Windows Server 2003 > Windows XP > > JRE: > ==== > Hewlett-Packard Company JDK 1.4.2 > Hewlett-Packard Company JDK 161.129.204.104 > IBM Corporation JDK 1.3.1 > IBM Corporation JDK 1.4.2 > IBM Corporation JDK 2.2 > IBM Corporation JDK 2.3 > Sun Microsystems Inc. JDK 1.4.2_06-b02 > Sun Microsystems Inc. JDK 1.4.2_07-b05 > Sun Microsystems Inc. JDK 1.5.0_05-b05 > > All testing was done with Xerces-J 2.9.0. > > I want to thank Yash Talwar for running the tests. I looked at the variety > of output produced for regressions. That was more tedious than I thought it > would be. A few more tests passed than compared with Xalan-J 2.7.0, so > quality is up. > > There were three regressions. Testcases position106, processorinfo03 and > select75 failed on Windows 2000, Windows XP and Windows Server 2003. > However all the failures were with JDK 1.3.1 on those operating systems, > and were not seen with 1.4.2 on the same operating systems. I extracted the > tests and code for Xalan-J 2.7.1 independently and ran on Windows 2000 with > IBM Corporation JDK 1.3.1 (build 1.3.1, J2RE 1.3.1 IBM Windows 32 build > cn131-20031021) and all of those testcases passed. My conclusion is that > this is a service issue with the version of the JDK 1.3.1 used in testing. > > So given the wide range of hardware, operating systems and JRE-s that the > tests went well on, and given that the few regressions appear to be related > to the JDK service level, Xalan-J 2.7.1 has passed regression testing and > it is now on to signing the packages, putting them on the mirrors site, and > updating the website! > > > - Brian Minchau > Apache Xalan PMC > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Nov 22 16:16:07 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49746 invoked from network); 22 Nov 2007 16:16:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Nov 2007 16:16:04 -0000 Received: (qmail 21278 invoked by uid 500); 22 Nov 2007 16:15:52 -0000 Delivered-To: [email protected] Received: (qmail 21254 invoked by uid 500); 22 Nov 2007 16:15:52 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 21243 invoked by uid 99); 22 Nov 2007 16:15:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Nov 2007 08:15:52 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Nov 2007 16:15:49 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 3DC7B71420B for <[email protected]>; Thu, 22 Nov 2007 08:15:43 -0800 (PST) Message-ID: <27274281.1195748143250.JavaMail.jira@brutus> Date: Thu, 22 Nov 2007 08:15:43 -0800 (PST) From: "Bash (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (XALANJ-2413) Sometimes wrong results on a multithreaded environment MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Sometimes wrong results on a multithreaded environment ------------------------------------------------------ Key: XALANJ-2413 URL: https://issues.apache.org/jira/browse/XALANJ-2413 Project: XalanJ2 Issue Type: Bug Affects Versions: 2.6 Environment: xalan 2.6 Reporter: Bash Running this xsl on a multithreaded environment against many xml files might return some bad results <xsl:variable name="var1" select="a/b/c[last()]/d"/> <xsl:call-template name="tempname"> <xsl:with-param name="var"><xsl:value-of select="$var1"></xsl:value-of></xsl:with-param> </xsl:call-template> where this wont .. <xsl:variable name="var1" select="a/b/c[last()]/d"/> <xsl:call-template name="tempname"> <xsl:with-param name="var2" select="$var1"></xsl:with-param> </xsl:call-template> Even tried to remove the last() from the select; the error ratio dropped down alot but still there. Thanks -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Nov 22 17:03:04 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61251 invoked from network); 22 Nov 2007 17:03:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Nov 2007 17:03:04 -0000 Received: (qmail 82024 invoked by uid 500); 22 Nov 2007 17:02:52 -0000 Delivered-To: [email protected] Received: (qmail 81992 invoked by uid 500); 22 Nov 2007 17:02:51 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 81981 invoked by uid 99); 22 Nov 2007 17:02:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Nov 2007 09:02:51 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Nov 2007 17:02:49 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 4D9E271420B for <[email protected]>; Thu, 22 Nov 2007 09:02:43 -0800 (PST) Message-ID: <30248060.1195750963315.JavaMail.jira@brutus> Date: Thu, 22 Nov 2007 09:02:43 -0800 (PST) From: "Henry Zongaro (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (XALANJ-2413) Sometimes wrong results on a multithreaded environment In-Reply-To: <27274281.1195748143250.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/XALANJ-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544848 ] Henry Zongaro commented on XALANJ-2413: --------------------------------------- Hi, Bash. Could I ask you to supply a complete stylesheet that demonstrates the problem, just in case the way var2 is used in the called template (or any other factor) has a role to play in this? Also, are you able to reproduce the problem using Xalan-J 2.7.0? Thanks! > Sometimes wrong results on a multithreaded environment > ------------------------------------------------------ > > Key: XALANJ-2413 > URL: https://issues.apache.org/jira/browse/XALANJ-2413 > Project: XalanJ2 > Issue Type: Bug > Affects Versions: 2.6 > Environment: xalan 2.6 > Reporter: Bash > > Running this xsl on a multithreaded environment against many xml files might return some bad results > <xsl:variable name="var1" select="a/b/c[last()]/d"/> > <xsl:call-template name="tempname"> > <xsl:with-param name="var"><xsl:value-of select="$var1"></xsl:value-of></xsl:with-param> > </xsl:call-template> > where this wont .. > <xsl:variable name="var1" select="a/b/c[last()]/d"/> > <xsl:call-template name="tempname"> > <xsl:with-param name="var2" select="$var1"></xsl:with-param> > </xsl:call-template> > Even tried to remove the last() from the select; the error ratio dropped down alot but still there. > Thanks -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Nov 27 08:56:19 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74948 invoked from network); 27 Nov 2007 08:56:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Nov 2007 08:56:19 -0000 Received: (qmail 99740 invoked by uid 500); 27 Nov 2007 08:56:06 -0000 Delivered-To: [email protected] Received: (qmail 99714 invoked by uid 500); 27 Nov 2007 08:56:06 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 99703 invoked by uid 99); 27 Nov 2007 08:56:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 00:56:06 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mx1.troika.ru) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 08:55:47 +0000 Received: from ms1.troika.ru ([161.129.204.104]) by mx1.troika.ru (8.13.7+Sun/8.11.7) with ESMTP id lAR8tjZ9015352 for <[email protected]>; Tue, 27 Nov 2007 11:55:47 +0300 (MSK) Received: from magician.troika.ru (unverified) by ms1.troika.ru (Content Technologies SMTPRS 4.3.20) with ESMTP id <[email protected]> for <[email protected]>; Tue, 27 Nov 2007 11:55:44 +0300 Subject: XPath does not renurn text nodes after CDATA section To: [email protected] X-Mailer: Lotus Notes Release 7.0.1 January 17, 2006 Message-ID: <[email protected]> From: Alexander Stepochkin <[email protected]> Date: Tue, 27 Nov 2007 11:53:26 +0300 X-MIMETrack: Serialize by Router on Magician/TRD (Release 7.0.1FP1|April 17, 2006) at 11/27/2007 11:55:44 AM MIME-Version: 1.0 Content-type: text/plain; charset="us-ascii" X-Virus-Checked: Checked by ClamAV on apache.org Hello! I stumbled across some strange Xalan behaviour. The following code: Document context = DomHelper.parseString( "<?xml version=\"1.0\"?>" + "\n<root>" + "\n11111111" + "\n<![CDATA[cdata text]]>" + "\n22222222" + "\n</root>" ); NodeIterator ni = XPathAPI.selectNodeIterator(context, "/*/node()", context); Node n; while ((n = ni.nextNode()) != null) { System.out.println(n.getNodeValue()); } shows only: 11111111 but my simple XPath "/*/node()" should select all root's subnodes so I expect: 11111111 cdata text 22222222 Could you please help me? What is wrong? Alexander Stepochkin, IT Department, Troika Dialog, Moscow, Russia 202-301-3575 _______________________________________________________ The information contained in this message may be privileged and confidential and protected from disclosure. If you are not the original intended recipient, you are hereby notified that any review, retransmission, dissemination, or other use of, or taking of any action in reliance upon, this information is prohibited. If you have received this communication in error, please notify the sender immediately by replying to this message and delete it from your computer. Thank you for your cooperation. Troika Dialog, Russia. Please contact our IT Helpdesk at 202-301-3575 or via e-mail: [email protected] if you need assistance. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Nov 27 13:26:14 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58508 invoked from network); 27 Nov 2007 13:26:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Nov 2007 13:26:14 -0000 Received: (qmail 10134 invoked by uid 500); 27 Nov 2007 13:26:01 -0000 Delivered-To: [email protected] Received: (qmail 10111 invoked by uid 500); 27 Nov 2007 13:26:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 10085 invoked by uid 99); 27 Nov 2007 13:26:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 05:26:00 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 13:25:41 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 6CAE9714208 for <[email protected]>; Tue, 27 Nov 2007 05:25:43 -0800 (PST) Message-ID: <24360351.1196169943443.JavaMail.jira@brutus> Date: Tue, 27 Nov 2007 05:25:43 -0800 (PST) From: "Dmitriy Gorbenko (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (XALANC-665) Russian language in attribute variables become coded into HTML escape sequence MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Russian language in attribute variables become coded into HTML escape seque= nce ---------------------------------------------------------------------------= --- Key: XALANC-665 URL: https://issues.apache.org/jira/browse/XALANC-665 Project: XalanC Issue Type: Bug Components: XalanC Affects Versions: 1.10 Environment: GNU/Linux, x86_64, CentOS 4.3 ./Xalan --version Xalan version 1.10.0. Xerces version 2.7.0. Reporter: Dmitriy Gorbenko In my xml I have a russian characters tag attribute values (in example belo= w this is "alt" attribute). And after xslt transformation those characters = become coded into html escape sequence. bazil@f3t $ cat am.xml <?xml version=3D"1.0" encoding=3D"UTF-8"?> <page> <img src=3D"http://avtomagazine.ua/logo.jpg" alt=3D"=D1=8D=D1=82=D0=BE =D0= =BB=D0=BE=D0=B3=D0=BE=D1=82=D0=B8=D0=BF" /> </page> bazil@f3t $ bazil@f3t $ cat test.xsl <?xml version=3D"1.0" encoding=3D"utf-8"?> <xsl:stylesheet version=3D"1.0" xmlns:xsl=3D"http://www.w3.org/1999/XSL/Tra= nsform"> <xsl:template match=3D"/"> <html> <body> <xsl:copy-of select=3D"page/img"/> </body> </html> </xsl:template> </xsl:stylesheet> bazil@f3t $ bazil@f3t $ ./Xalan am.xml test.xsl <html> <body> <img src=3D"http://avtomagazine.ua/logo.jpg" alt=3D"&#1101;&#1090;&#1086; &= #1083;&#1086;&#1075;&#1086;&#1090;&#1080;&#1087;"></body> </html> bazil@f3t $=20 I think it's a bug - to code non-english characters, (of course, if there a= re no any RFC that require it). --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Nov 27 15:03:59 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92811 invoked from network); 27 Nov 2007 15:03:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Nov 2007 15:03:59 -0000 Received: (qmail 83529 invoked by uid 500); 27 Nov 2007 15:03:46 -0000 Delivered-To: [email protected] Received: (qmail 83492 invoked by uid 500); 27 Nov 2007 15:03:46 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 83481 invoked by uid 99); 27 Nov 2007 15:03:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 07:03:46 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 27 Nov 2007 15:03:53 +0000 Received: (qmail 92675 invoked from network); 27 Nov 2007 15:03:31 -0000 Received: from localhost (HELO ?161.129.204.104?) (161.129.204.104) by localhost with SMTP; 27 Nov 2007 15:03:31 -0000 Message-ID: <[email protected]> Date: Tue, 27 Nov 2007 07:03:38 -0800 From: David Bertoni <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20071031) MIME-Version: 1.0 To: [email protected] Subject: Re: XPath does not renurn text nodes after CDATA section References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Alexander Stepochkin wrote: > Hello! > I stumbled across some strange Xalan behaviour. > The following code: > > > Document context = DomHelper.parseString( > "<?xml version=\"1.0\"?>" > + "\n<root>" > + "\n11111111" > + "\n<![CDATA[cdata text]]>" > + "\n22222222" > + "\n</root>" > ); > NodeIterator ni = XPathAPI.selectNodeIterator(context, > "/*/node()", context); > Node n; > while ((n = ni.nextNode()) != null) { > System.out.println(n.getNodeValue()); > } > > > shows only: > 11111111 > > but my simple XPath "/*/node()" should select all root's > subnodes so I expect: > 11111111 > cdata text > 22222222 > > Could you please help me? > What is wrong? There is no notion of CDATA sections in the XPath data model, so DOM documents that contain them have limitations, and this is one of them. I would suggest you put any documents that have CDATA sections through an XSLT identity transformation before you attempt to use Xalan-C and the wrapper around Xerces-C's DOM. Another alternative would be to enhance the Xalan-C wrapper around the DOM to handle multiple adjacent text nodes, but that's a fair amount of work. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Nov 27 15:05:34 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93255 invoked from network); 27 Nov 2007 15:05:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Nov 2007 15:05:34 -0000 Received: (qmail 86648 invoked by uid 500); 27 Nov 2007 15:05:21 -0000 Delivered-To: [email protected] Received: (qmail 86613 invoked by uid 500); 27 Nov 2007 15:05:21 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 86434 invoked by uid 99); 27 Nov 2007 15:05:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 07:05:20 -0800 X-ASF-Spam-Status: No, hits=-2.0 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO e2.ny.us.ibm.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 15:04:59 +0000 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [161.129.204.104]) by e2.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id lARF507L023586 for <[email protected]>; Tue, 27 Nov 2007 10:05:00 -0500 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [161.129.204.104]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id lARF50oZ108284 for <[email protected]>; Tue, 27 Nov 2007 10:05:00 -0500 Received: from d01av01.pok.ibm.com (loopback [161.129.204.104]) by d01av01.pok.ibm.com (161.129.204.10460308/8.13.3) with ESMTP id lARF50qE028460 for <[email protected]>; Tue, 27 Nov 2007 10:05:00 -0500 Received: from d25ml03.torolab.ibm.com (d25ml03.torolab.ibm.com [161.129.204.104]) by d01av01.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id lARF50xQ028435 for <[email protected]>; Tue, 27 Nov 2007 10:05:00 -0500 In-Reply-To: <[email protected]> To: [email protected] Cc: [email protected] MIME-Version: 1.0 Subject: Re: XPath does not renurn text nodes after CDATA section X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 From: Henry Zongaro <[email protected]> Message-ID: <[email protected]> Date: Tue, 27 Nov 2007 10:04:55 -0500 X-MIMETrack: Serialize by Router on D25ML03/25/M/IBM(Release 7.0.2HF446 | March 16, 2007) at 11/27/2007 10:05:00, Serialize complete at 11/27/2007 10:05:00 Content-Type: multipart/alternative; boundary="=_alternative 0052D83C852573A0_=" X-Virus-Checked: Checked by ClamAV on apache.org --=_alternative 0052D83C852573A0_= Content-Type: text/plain; charset="US-ASCII" Hi, Alexander. Alexander Stepochkin <[email protected]> wrote on 2007-11-27 03:53:26 AM: > The following code: > > > Document context = DomHelper.parseString( > "<?xml version=\"1.0\"?>" > + "\n<root>" > + "\n11111111" > + "\n<![CDATA[cdata text]]>" > + "\n22222222" > + "\n</root>" > ); > NodeIterator ni = XPathAPI.selectNodeIterator(context, > "/*/node()", context); > Node n; > while ((n = ni.nextNode()) != null) { > System.out.println(n.getNodeValue()); > } > > > shows only: > 11111111 I haven't looked at this in a debugger, but I believe what is happening is a symptom of a mismatch between the XPath data model and the DOM. The DOM Element node named "root" in this case has three DOM Text nodes. However, the XPath data model does not permit two text nodes in a tree to be adjacent - the XPath data model views those three DOM Text nodes as a single XPath text node. The XPathAPI class returns nodes from the original DOM tree that correspond to the nodes selected from the XPath data model instance. If the node to be returned is an XPath text node that represents multiple adjacent DOM Text nodes, only the first such DOM Text node will be returned. This same issue comes up in the DOM L3 XPath API, as described in [1]. The specification for that API suggests using the DOM L3 Core Text.getWholeText() method to retrieve the text associated with several adjacent DOM Text nodes. Of course, you need to be using a DOM implementation that supports the DOM L3 Core APIs. Thanks, Henry [1] http://www.w3.org/TR/2004/NOTE-DOM-Level-3-XPath-20040226/xpath.html#TextNodes ------------------------------------------------------------------ Henry Zongaro XSLT Processors Development IBM SWS Toronto Lab T/L 313-6044; Phone 202-301-3575 mailto:[email protected] --=_alternative 0052D83C852573A0_= Content-Type: text/html; charset="US-ASCII" <br><font size=2 face="sans-serif">Hi, Alexander.</font> <br> <br><tt><font size=2>Alexander Stepochkin &lt;[email protected]&gt; wrote on 2007-11-27 03:53:26 AM:<br> &gt; The following code:<br> &gt; <br> &gt; <br> &gt; &nbsp; &nbsp; &nbsp; &nbsp; Document context = DomHelper.parseString(<br> &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;&lt;?xml version=\&quot;1.0\&quot;?&gt;&quot;<br> &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; + &quot;\n&lt;root&gt;&quot;<br> &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; + &quot;\n11111111&quot;<br> &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; + &quot;\n&lt;![CDATA[cdata text]]&gt;&quot;<br> &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; + &quot;\n22222222&quot;<br> &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; + &quot;\n&lt;/root&gt;&quot;<br> &gt; &nbsp; &nbsp; &nbsp; &nbsp; );<br> &gt; &nbsp; &nbsp; &nbsp; &nbsp; NodeIterator ni = XPathAPI.selectNodeIterator(context,<br> &gt; &quot;/*/node()&quot;, context);<br> &gt; &nbsp; &nbsp; &nbsp; &nbsp; Node n;<br> &gt; &nbsp; &nbsp; &nbsp; &nbsp; while ((n = ni.nextNode()) != null) {<br> &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; System.out.println(n.getNodeValue());<br> &gt; &nbsp; &nbsp; &nbsp; &nbsp; }<br> &gt; <br> &gt; <br> &gt; shows only:<br> &gt; 11111111<br> </font></tt> <br><font size=2 face="sans-serif">I haven't looked at this in a debugger, but I believe what is happening is a symptom of a mismatch between the XPath data model and the DOM. &nbsp;The DOM Element node named &quot;root&quot; in this case has three DOM Text nodes. &nbsp;However, the XPath data model does not permit two text nodes in a tree to be adjacent - the XPath data model views those three DOM Text nodes as a single XPath text node.</font> <br> <br><font size=2 face="sans-serif">The XPathAPI class returns nodes from the original DOM tree that correspond to the nodes selected from the XPath data model instance. &nbsp;If the node to be returned is an XPath text node that represents multiple adjacent DOM Text nodes, only the first such DOM Text node will be returned.</font> <br> <br><font size=2 face="sans-serif">This same issue comes up in the DOM L3 XPath API, as described in [1]. &nbsp;The specification for that API suggests using the DOM L3 Core Text.getWholeText() method to retrieve the text associated with several adjacent DOM Text nodes. &nbsp;Of course, you need to be using a DOM implementation that supports the DOM L3 Core APIs.</font> <br><font size=2 face="sans-serif"><br> Thanks,<br> <br> Henry</font> <br><font size=2 face="sans-serif">[1] http://www.w3.org/TR/2004/NOTE-DOM-Level-3-XPath-20040226/xpath.html#TextNodes<br> ------------------------------------------------------------------<br> Henry Zongaro &nbsp; &nbsp; &nbsp;XSLT Processors Development<br> IBM SWS Toronto Lab &nbsp; T/L 313-6044; &nbsp;Phone 202-301-3575<br> mailto:[email protected]</font> <br> <br> --=_alternative 0052D83C852573A0_=-- From [email protected] Tue Nov 27 15:14:12 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95927 invoked from network); 27 Nov 2007 15:14:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Nov 2007 15:14:12 -0000 Received: (qmail 319 invoked by uid 500); 27 Nov 2007 15:13:59 -0000 Delivered-To: [email protected] Received: (qmail 296 invoked by uid 500); 27 Nov 2007 15:13:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 285 invoked by uid 99); 27 Nov 2007 15:13:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 07:13:59 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 27 Nov 2007 15:14:08 +0000 Received: (qmail 95779 invoked from network); 27 Nov 2007 15:13:47 -0000 Received: from localhost (HELO ?161.129.204.104?) (161.129.204.104) by localhost with SMTP; 27 Nov 2007 15:13:47 -0000 Message-ID: <[email protected]> Date: Tue, 27 Nov 2007 07:13:54 -0800 From: David Bertoni <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20071031) MIME-Version: 1.0 To: [email protected] Subject: Re: XPath does not renurn text nodes after CDATA section References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org David Bertoni wrote: > Alexander Stepochkin wrote: >> Hello! ... > > Another alternative would be to enhance the Xalan-C wrapper around the > DOM to handle multiple adjacent text nodes, but that's a fair amount of > work. Oops, I was too sleepy to notice this was about Java, not a C++, although many of my comments still apply. Sorry for the extra noise... Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Nov 27 20:51:15 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44029 invoked from network); 27 Nov 2007 20:51:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Nov 2007 20:51:15 -0000 Received: (qmail 29221 invoked by uid 500); 27 Nov 2007 20:51:03 -0000 Delivered-To: [email protected] Received: (qmail 29013 invoked by uid 500); 27 Nov 2007 20:51:02 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 29002 invoked by uid 99); 27 Nov 2007 20:51:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 12:51:02 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 20:51:04 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 6296271420E for <[email protected]>; Tue, 27 Nov 2007 12:50:43 -0800 (PST) Message-ID: <14308414.1196196643401.JavaMail.jira@brutus> Date: Tue, 27 Nov 2007 12:50:43 -0800 (PST) From: "David Bertoni (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (XALANC-665) Russian language in attribute variables become coded into HTML escape sequence In-Reply-To: <24360351.1196169943443.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/XALANC-665?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel#action_12546000 ]=20 David Bertoni commented on XALANC-665: -------------------------------------- It looks like we specifically used numeric character references in attribut= e values for compatibility purposes. I tried Saxon, and it's doing the sam= e thing. However, Xalan-J no longer uses NCRs -- it just uses the actual c= haracters. I think I can make this change, as long as no one thinks I'm going to break= any browsers. > Russian language in attribute variables become coded into HTML escape seq= uence > -------------------------------------------------------------------------= ----- > > Key: XALANC-665 > URL: https://issues.apache.org/jira/browse/XALANC-665 > Project: XalanC > Issue Type: Bug > Components: XalanC > Affects Versions: 1.10 > Environment: GNU/Linux, x86_64, CentOS 4.3 > ./Xalan --version > Xalan version 1.10.0. > Xerces version 2.7.0. > Reporter: Dmitriy Gorbenko > Attachments: am.xml, test.xsl > > > In my xml I have a russian characters tag attribute values (in example be= low this is "alt" attribute). And after xslt transformation those character= s become coded into html escape sequence. > bazil@f3t $ cat am.xml > <?xml version=3D"1.0" encoding=3D"UTF-8"?> > <page> > <img src=3D"http://avtomagazine.ua/logo.jpg" alt=3D"=D1=8D=D1=82=D0=BE = =D0=BB=D0=BE=D0=B3=D0=BE=D1=82=D0=B8=D0=BF" /> > </page> > bazil@f3t $ > bazil@f3t $ cat test.xsl > <?xml version=3D"1.0" encoding=3D"utf-8"?> > <xsl:stylesheet version=3D"1.0" xmlns:xsl=3D"http://www.w3.org/1999/XSL/T= ransform"> > <xsl:template match=3D"/"> > <html> > <body> > <xsl:copy-of select=3D"page/img"/> > </body> > </html> > </xsl:template> > </xsl:stylesheet> > bazil@f3t $ > bazil@f3t $ ./Xalan am.xml test.xsl > <html> > <body> > <img src=3D"http://avtomagazine.ua/logo.jpg" alt=3D"&#1101;&#1090;&#1086;= &#1083;&#1086;&#1075;&#1086;&#1090;&#1080;&#1087;"></body> > </html> > bazil@f3t $=20 > I think it's a bug - to code non-english characters, (of course, if there= are no any RFC that require it). --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Nov 27 22:28:53 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85785 invoked from network); 27 Nov 2007 22:28:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Nov 2007 22:28:53 -0000 Received: (qmail 65702 invoked by uid 500); 27 Nov 2007 22:28:39 -0000 Delivered-To: [email protected] Received: (qmail 65666 invoked by uid 500); 27 Nov 2007 22:28:38 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 65647 invoked by uid 99); 27 Nov 2007 22:28:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 14:28:38 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO e2.ny.us.ibm.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 22:28:39 +0000 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [161.129.204.104]) by e2.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id lARMSIEo018460; Tue, 27 Nov 2007 17:28:18 -0500 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [161.129.204.104]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id lARMSIfe116312; Tue, 27 Nov 2007 17:28:18 -0500 Received: from d01av04.pok.ibm.com (loopback [161.129.204.104]) by d01av04.pok.ibm.com (161.129.204.10460308/8.13.3) with ESMTP id lARMSIQh024412; Tue, 27 Nov 2007 17:28:18 -0500 Received: from d25ml02.torolab.ibm.com (d25ml02.torolab.ibm.com [161.129.204.104]) by d01av04.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id lARMSHrw024389; Tue, 27 Nov 2007 17:28:18 -0500 Subject: [ANNOUNCE] Apache Xalan-J 2.7.1 is released To: [email protected], [email protected] X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 Message-ID: <[email protected]> From: Brian Minchau <[email protected]> Date: Tue, 27 Nov 2007 17:28:04 -0500 X-MIMETrack: Serialize by Router on D25ML02/25/M/IBM(Release 7.0.2HF446 | March 16, 2007) at 11/27/2007 17:28:18 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org I'm pleased to announce that Xalan-j 2.7.1 is now (November 27, 2007) available. The previous release was 2.7.0, and became available on August 8, 2005. The website for the release is at http://xalan.apache.org/ but you can go to the usual link, http://xml.apache.org/xalan-j/downloads.html and click on the "xalan-j distribution directory". If you wish to download 2.7.1 please take care to download files with 2_7_1 in their name. It may take a few hours for the mirrors sites to update with the newer 2.7.1 files. This release contains: 1) Support for DOM Level 3 serialization 2) Upgrade to Xerces-J 2.9.0 3) Bug fixes Details are at http://xml.apache.org/xalan-j/readme.html RECOGNITION =========== Thanks to all the volunteers who contributed to make this release possible. As before, due to direction given by the Apache board, we've stopped adding author tags to our source code so I take this moment to give some recognition. Thanks go to: Brian Minchau Christine Li Dave Bertoni Dmitry Hayes Henry Zongaro Ilene Seeleman Joanne Tong John Gentilin Kevin Cormier Ramesh Mandava Santiago Pericas-Geertsen Yash Talwar Of course thanks also go to all those who answered user's and developer's questions, opened issues, and especially to those that supplied fixes. For those that I forgot to mention, please accept my apologies. - Brian - - - - - - - - - - - - - - - - - - - - Brian Minchau Apache Xalan PMC Chairperson --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Nov 28 12:06:14 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61523 invoked from network); 28 Nov 2007 12:06:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Nov 2007 12:06:14 -0000 Received: (qmail 14350 invoked by uid 500); 28 Nov 2007 12:06:02 -0000 Delivered-To: [email protected] Received: (qmail 14321 invoked by uid 500); 28 Nov 2007 12:06:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 14310 invoked by uid 99); 28 Nov 2007 12:06:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Nov 2007 04:06:01 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Nov 2007 12:05:42 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 419E0714211 for <[email protected]>; Wed, 28 Nov 2007 04:05:43 -0800 (PST) Message-ID: <31449584.1196251543266.JavaMail.jira@brutus> Date: Wed, 28 Nov 2007 04:05:43 -0800 (PST) From: "Dmitriy Gorbenko (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (XALANC-665) Russian language in attribute variables become coded into HTML escape sequence In-Reply-To: <24360351.1196169943443.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/XALANC-665?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel#action_12546213 ]=20 Dmitriy Gorbenko commented on XALANC-665: ----------------------------------------- thank, I would be excellent - NCR prevents your SEO campaign. > Russian language in attribute variables become coded into HTML escape seq= uence > -------------------------------------------------------------------------= ----- > > Key: XALANC-665 > URL: https://issues.apache.org/jira/browse/XALANC-665 > Project: XalanC > Issue Type: Bug > Components: XalanC > Affects Versions: 1.10 > Environment: GNU/Linux, x86_64, CentOS 4.3 > ./Xalan --version > Xalan version 1.10.0. > Xerces version 2.7.0. > Reporter: Dmitriy Gorbenko > Attachments: am.xml, test.xsl > > > In my xml I have a russian characters tag attribute values (in example be= low this is "alt" attribute). And after xslt transformation those character= s become coded into html escape sequence. > bazil@f3t $ cat am.xml > <?xml version=3D"1.0" encoding=3D"UTF-8"?> > <page> > <img src=3D"http://avtomagazine.ua/logo.jpg" alt=3D"=D1=8D=D1=82=D0=BE = =D0=BB=D0=BE=D0=B3=D0=BE=D1=82=D0=B8=D0=BF" /> > </page> > bazil@f3t $ > bazil@f3t $ cat test.xsl > <?xml version=3D"1.0" encoding=3D"utf-8"?> > <xsl:stylesheet version=3D"1.0" xmlns:xsl=3D"http://www.w3.org/1999/XSL/T= ransform"> > <xsl:template match=3D"/"> > <html> > <body> > <xsl:copy-of select=3D"page/img"/> > </body> > </html> > </xsl:template> > </xsl:stylesheet> > bazil@f3t $ > bazil@f3t $ ./Xalan am.xml test.xsl > <html> > <body> > <img src=3D"http://avtomagazine.ua/logo.jpg" alt=3D"&#1101;&#1090;&#1086;= &#1083;&#1086;&#1075;&#1086;&#1090;&#1080;&#1087;"></body> > </html> > bazil@f3t $=20 > I think it's a bug - to code non-english characters, (of course, if there= are no any RFC that require it). --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Nov 29 06:16:14 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82421 invoked from network); 29 Nov 2007 06:16:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Nov 2007 06:16:14 -0000 Received: (qmail 79616 invoked by uid 500); 29 Nov 2007 06:16:02 -0000 Delivered-To: [email protected] Received: (qmail 79588 invoked by uid 500); 29 Nov 2007 06:16:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 79577 invoked by uid 99); 29 Nov 2007 06:16:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Nov 2007 22:16:01 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2007 06:16:02 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 696AB71422B for <[email protected]>; Wed, 28 Nov 2007 22:15:43 -0800 (PST) Message-ID: <5325448.1196316943429.JavaMail.jira@brutus> Date: Wed, 28 Nov 2007 22:15:43 -0800 (PST) From: "David Bertoni (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Assigned: (XALANC-665) Russian language in attribute variables become coded into HTML escape sequence In-Reply-To: <24360351.1196169943443.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/XALANC-665?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] David Bertoni reassigned XALANC-665: ------------------------------------ Assignee: David Bertoni > Russian language in attribute variables become coded into HTML escape seq= uence > -------------------------------------------------------------------------= ----- > > Key: XALANC-665 > URL: https://issues.apache.org/jira/browse/XALANC-665 > Project: XalanC > Issue Type: Bug > Components: XalanC > Affects Versions: 1.10 > Environment: GNU/Linux, x86_64, CentOS 4.3 > ./Xalan --version > Xalan version 1.10.0. > Xerces version 2.7.0. > Reporter: Dmitriy Gorbenko > Assignee: David Bertoni > Attachments: am.xml, test.xsl > > > In my xml I have a russian characters tag attribute values (in example be= low this is "alt" attribute). And after xslt transformation those character= s become coded into html escape sequence. > bazil@f3t $ cat am.xml > <?xml version=3D"1.0" encoding=3D"UTF-8"?> > <page> > <img src=3D"http://avtomagazine.ua/logo.jpg" alt=3D"=D1=8D=D1=82=D0=BE = =D0=BB=D0=BE=D0=B3=D0=BE=D1=82=D0=B8=D0=BF" /> > </page> > bazil@f3t $ > bazil@f3t $ cat test.xsl > <?xml version=3D"1.0" encoding=3D"utf-8"?> > <xsl:stylesheet version=3D"1.0" xmlns:xsl=3D"http://www.w3.org/1999/XSL/T= ransform"> > <xsl:template match=3D"/"> > <html> > <body> > <xsl:copy-of select=3D"page/img"/> > </body> > </html> > </xsl:template> > </xsl:stylesheet> > bazil@f3t $ > bazil@f3t $ ./Xalan am.xml test.xsl > <html> > <body> > <img src=3D"http://avtomagazine.ua/logo.jpg" alt=3D"&#1101;&#1090;&#1086;= &#1083;&#1086;&#1075;&#1086;&#1090;&#1080;&#1087;"></body> > </html> > bazil@f3t $=20 > I think it's a bug - to code non-english characters, (of course, if there= are no any RFC that require it). --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Nov 30 18:33:12 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16266 invoked from network); 30 Nov 2007 18:33:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Nov 2007 18:33:12 -0000 Received: (qmail 37144 invoked by uid 500); 30 Nov 2007 18:32:59 -0000 Delivered-To: [email protected] Received: (qmail 37119 invoked by uid 500); 30 Nov 2007 18:32:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-dev.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 37098 invoked by uid 99); 30 Nov 2007 18:32:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Nov 2007 10:32:58 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO e1.ny.us.ibm.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Nov 2007 18:32:58 +0000 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [161.129.204.104]) by e1.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id lAUIWWh9029881; Fri, 30 Nov 2007 13:32:32 -0500 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [161.129.204.104]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id lAUIWWXR122000; Fri, 30 Nov 2007 13:32:32 -0500 Received: from d01av03.pok.ibm.com (loopback [161.129.204.104]) by d01av03.pok.ibm.com (161.129.204.10460308/8.13.3) with ESMTP id lAUIWV3W000518; Fri, 30 Nov 2007 13:32:32 -0500 Received: from d25ml02.torolab.ibm.com (d25ml02.torolab.ibm.com [161.129.204.104]) by d01av03.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id lAUIWVHx000485; Fri, 30 Nov 2007 13:32:31 -0500 In-Reply-To: <[email protected]> Subject: Glitches in Apache Xalan-J 2.7.1 web pages? To: "Edward L. Knoll" <[email protected]> Cc: [email protected], [email protected] X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 Message-ID: <[email protected]> From: Brian Minchau <[email protected]> Date: Fri, 30 Nov 2007 13:30:03 -0500 X-MIMETrack: Serialize by Router on D25ML02/25/M/IBM(Release 7.0.2HF446 | March 16, 2007) at 11/30/2007 13:32:18 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org Hi Ed, I don't see this. Both those pages are clearly 2.7.1 for me. Any chance this is a browser caching problem? Does anyone else see inconsistency in the verions of web pages? - Brian - - - - - - - - - - - - - - - - - - - - Brian Minchau, Ph.D. XSLT Development, IBM Toronto 202-301-3575 e-mail: [email protected] "Edward L. Knoll" <[email protected] dex.com> To Brian Minchau/Toronto/IBM@IBMCA 11/30/2007 10:33 cc AM Subject Re: [ANNOUNCE] Apache Xalan-J 2.7.1 is released Looks like there's some glitches with the webpage. From http://xml.apache.org/xalan-j/index.html there seems to be no references to 2.7.1, however, from http://xml.apache.org/xalan-j/readme.html there is. On Tue, 2007-11-27 at 17:28 -0500, Brian Minchau wrote: I'm pleased to announce that Xalan-j 2.7.1 is now (November 27, 2007) available. The previous release was 2.7.0, and became available on August 8, 2005. The website for the release is at http://xalan.apache.org/ but you can go to the usual link, http://xml.apache.org/xalan-j/downloads.html and click on the "xalan-j distribution directory". If you wish to download 2.7.1 please take care to download files with 2_7_1 in their name. It may take a few hours for the mirrors sites to update with the newer 2.7.1 files. This release contains: 1) Support for DOM Level 3 serialization 2) Upgrade to Xerces-J 2.9.0 3) Bug fixes Details are at http://xml.apache.org/xalan-j/readme.html RECOGNITION =========== Thanks to all the volunteers who contributed to make this release possible. As before, due to direction given by the Apache board, we've stopped adding author tags to our source code so I take this moment to give some recognition. Thanks go to: Brian Minchau Christine Li Dave Bertoni Dmitry Hayes Henry Zongaro Ilene Seeleman Joanne Tong John Gentilin Kevin Cormier Ramesh Mandava Santiago Pericas-Geertsen Yash Talwar Of course thanks also go to all those who answered user's and developer's questions, opened issues, and especially to those that supplied fixes. For those that I forgot to mention, please accept my apologies. - Brian - - - - - - - - - - - - - - - - - - - - Brian Minchau Apache Xalan PMC Chairperson --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Wed Dec 01 01:57:51 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91291 invoked from network); 1 Dec 2010 01:57:51 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 1 Dec 2010 01:57:51 -0000 Received: (qmail 46017 invoked by uid 500); 1 Dec 2010 01:57:51 -0000 Delivered-To: [email protected] Received: (qmail 45995 invoked by uid 500); 1 Dec 2010 01:57:51 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <gora-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 45982 invoked by uid 99); 1 Dec 2010 01:57:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Dec 2010 01:57:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Dec 2010 01:57:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 48A0923888CF; Wed, 1 Dec 2010 01:56:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1040855 - in /incubator/gora/trunk/gora-tutorial/src: examples/ examples/java/ examples/java/.gitignore main/resources/ main/resources/access.log.tar.gz test/ test/conf/ test/conf/.gitignore test/java/ test/java/.gitignore Date: Wed, 01 Dec 2010 01:56:19 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: enis Date: Wed Dec 1 01:56:18 2010 New Revision: 1040855 URL: http://svn.apache.org/viewvc?rev=1040855&view=rev Log: GORA-16. Added missing resources from the previous commit. Added: incubator/gora/trunk/gora-tutorial/src/examples/ incubator/gora/trunk/gora-tutorial/src/examples/java/ incubator/gora/trunk/gora-tutorial/src/examples/java/.gitignore incubator/gora/trunk/gora-tutorial/src/main/resources/ incubator/gora/trunk/gora-tutorial/src/main/resources/access.log.tar.gz (with props) incubator/gora/trunk/gora-tutorial/src/test/ incubator/gora/trunk/gora-tutorial/src/test/conf/ incubator/gora/trunk/gora-tutorial/src/test/conf/.gitignore incubator/gora/trunk/gora-tutorial/src/test/java/ incubator/gora/trunk/gora-tutorial/src/test/java/.gitignore Added: incubator/gora/trunk/gora-tutorial/src/examples/java/.gitignore URL: http://svn.apache.org/viewvc/incubator/gora/trunk/gora-tutorial/src/examples/java/.gitignore?rev=1040855&view=auto ============================================================================== (empty) Added: incubator/gora/trunk/gora-tutorial/src/main/resources/access.log.tar.gz URL: http://svn.apache.org/viewvc/incubator/gora/trunk/gora-tutorial/src/main/resources/access.log.tar.gz?rev=1040855&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/gora/trunk/gora-tutorial/src/main/resources/access.log.tar.gz ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/gora/trunk/gora-tutorial/src/test/conf/.gitignore URL: http://svn.apache.org/viewvc/incubator/gora/trunk/gora-tutorial/src/test/conf/.gitignore?rev=1040855&view=auto ============================================================================== (empty) Added: incubator/gora/trunk/gora-tutorial/src/test/java/.gitignore URL: http://svn.apache.org/viewvc/incubator/gora/trunk/gora-tutorial/src/test/java/.gitignore?rev=1040855&view=auto ============================================================================== (empty) From [email protected] Wed Dec 22 15:12:18 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36681 invoked from network); 22 Dec 2010 15:12:17 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Dec 2010 15:12:17 -0000 Received: (qmail 65625 invoked by uid 500); 22 Dec 2010 15:12:17 -0000 Delivered-To: [email protected] Received: (qmail 65599 invoked by uid 500); 22 Dec 2010 15:12:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <gora-commits.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 65592 invoked by uid 99); 22 Dec 2010 15:12:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Dec 2010 15:12:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Dec 2010 15:12:16 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EA6022388903; Wed, 22 Dec 2010 15:11:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1051942 - in /incubator/gora/trunk: CHANGES.txt gora-core/ivy/ivy.xml Date: Wed, 22 Dec 2010 15:11:55 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: jnioche Date: Wed Dec 22 15:11:55 2010 New Revision: 1051942 URL: http://svn.apache.org/viewvc?rev=1051942&view=rev Log: GORA-21 commons-lang needs a configuration in gora-core/ivy/ivy.xml Modified: incubator/gora/trunk/CHANGES.txt incubator/gora/trunk/gora-core/ivy/ivy.xml Modified: incubator/gora/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/incubator/gora/trunk/CHANGES.txt?rev=1051942&r1=1051941&r2=1051942&view=diff ============================================================================== --- incubator/gora/trunk/CHANGES.txt (original) +++ incubator/gora/trunk/CHANGES.txt Wed Dec 22 15:11:55 2010 @@ -15,3 +15,5 @@ Trunk (unreleased changes) * GORA-15. Primitive types cannot be used as keys in DataStore. (enis) * GORA-16. Create a tutorial for Gora. (enis) + +* GORA-21. Commons-lang needs a configuration in gora-core/ivy/ivy.xml (jnioche) Modified: incubator/gora/trunk/gora-core/ivy/ivy.xml URL: http://svn.apache.org/viewvc/incubator/gora/trunk/gora-core/ivy/ivy.xml?rev=1051942&r1=1051941&r2=1051942&view=diff ============================================================================== --- incubator/gora/trunk/gora-core/ivy/ivy.xml (original) +++ incubator/gora/trunk/gora-core/ivy/ivy.xml Wed Dec 22 15:11:55 2010 @@ -34,8 +34,8 @@ <dependencies> <dependency org="commons-logging" name="commons-logging" rev="1.1.1" conf="*->default"/> + <dependency org="commons-lang" name="commons-lang" conf="*->default" rev="2.5"/> <dependency org="log4j" name="log4j" rev="1.2.15" conf="*->master"/> - <dependency org="commons-lang" name="commons-lang" rev="2.5"/> <dependency org="org.apache.hadoop" name="hadoop-core" rev="0.20.2" conf="*->default"> <exclude org="hsqldb" name="hsqldb"/>
From [email protected] Thu Nov 02 06:22:47 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36653 invoked from network); 2 Nov 2006 06:22:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Nov 2006 06:22:47 -0000 Received: (qmail 74508 invoked by uid 500); 2 Nov 2006 06:22:58 -0000 Delivered-To: [email protected] Received: (qmail 74487 invoked by uid 500); 2 Nov 2006 06:22:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 74476 invoked by uid 99); 2 Nov 2006 06:22:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 22:22:57 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO talk.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 22:22:44 -0800 Received: from [161.129.204.104] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1GfVy4-0007xi-HH for [email protected]; Wed, 01 Nov 2006 22:22:24 -0800 Message-ID: <[email protected]> Date: Wed, 1 Nov 2006 22:22:24 -0800 (PST) From: kamakshi <[email protected]> To: [email protected] Subject: how to evaluate a xpath ,that is the value for a node in the given xpath MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org hi, <Select> <SearchFilter></SearchFilter> <Component>http://3gpp/ap/bs</Component> <GL>/Profile/Sub/App</GL> </Select> This is my xml.... now i want to use an xpath to find the details of App using the GL only............ i tried using the xpath: Select/GL, but this returns only the value of GL as a string, is there any way of evaluating the content of a node as xpath? can anybody help me out? -- View this message in context: http://www.nabble.com/how-to-evaluate-a-xpath-%2Cthat-is-the-value-for-a-node-in-the-given-xpath-tf2557995.html#a7128425 Sent from the Xalan - C - Users mailing list [email protected]. From [email protected] Thu Nov 02 16:49:27 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60096 invoked from network); 2 Nov 2006 16:49:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Nov 2006 16:49:26 -0000 Received: (qmail 38060 invoked by uid 500); 2 Nov 2006 16:49:37 -0000 Delivered-To: [email protected] Received: (qmail 38041 invoked by uid 500); 2 Nov 2006 16:49:37 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 38030 invoked by uid 99); 2 Nov 2006 16:49:36 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO [161.129.204.104]) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Nov 2006 08:49:36 -0800 Message-ID: <[email protected]> Date: Thu, 02 Nov 2006 08:49:06 -0800 From: David Bertoni <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20060909) MIME-Version: 1.0 To: [email protected] Subject: Re: how to evaluate a xpath ,that is the value for a node in the given xpath References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org kamakshi wrote: > hi, > <Select> > <SearchFilter></SearchFilter> > <Component>http://3gpp/ap/bs</Component> > <GL>/Profile/Sub/App</GL> > </Select> > This is my xml.... > now i want to use an xpath to find the details of App using the GL > only............ > i tried using the xpath: > Select/GL, > but this returns only the value of GL as a string, is there any way of > evaluating the content of a node as xpath? can anybody help me out? Without more information about what you're doing, it's hard to say how you should solve this problem. If this is part of a stylesheet, you can use the EXSLT function evaluate(): http://www.exslt.org/dyn/functions/evaluate/index.html There is no way with standard XSLT to do dynamic evaluation of XPath expressions within a stylesheet. If you're writing code to do this work, you can use the XPathEvaluator class to compile and evaluate the XPath expression. There is a sample application that illustrates how to use that class. Dave From [email protected] Fri Nov 03 05:27:18 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76402 invoked from network); 3 Nov 2006 05:27:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Nov 2006 05:27:18 -0000 Received: (qmail 98548 invoked by uid 500); 3 Nov 2006 05:27:29 -0000 Delivered-To: [email protected] Received: (qmail 98525 invoked by uid 500); 3 Nov 2006 05:27:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 98514 invoked by uid 99); 3 Nov 2006 05:27:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Nov 2006 21:27:28 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO talk.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Nov 2006 21:27:15 -0800 Received: from [161.129.204.104] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1GfrZv-00031i-4E for [email protected]; Thu, 02 Nov 2006 21:26:55 -0800 Message-ID: <[email protected]> Date: Thu, 2 Nov 2006 21:26:55 -0800 (PST) From: kamakshi <[email protected]> To: [email protected] Subject: Re: how to evaluate a xpath ,that is the value for a node in the given xpath In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org David Bertoni wrote: > > kamakshi wrote: >> hi, >> <Select> >> <SearchFilter></SearchFilter> >> <Component>http://3gpp/ap/bs</Component> >> <GL>/Profile/Sub/App</GL> >> </Select> >> This is my xml.... >> now i want to use an xpath to find the details of App using the GL >> only............ >> i tried using the xpath: >> Select/GL, >> but this returns only the value of GL as a string, is there any way of >> evaluating the content of a node as xpath? can anybody help me out? > > Without more information about what you're doing, it's hard to say how you > should solve this problem. If this is part of a stylesheet, you can use > the EXSLT function evaluate(): > > http://www.exslt.org/dyn/functions/evaluate/index.html > > There is no way with standard XSLT to do dynamic evaluation of XPath > expressions within a stylesheet. > > If you're writing code to do this work, you can use the XPathEvaluator > class to compile and evaluate the XPath expression. There is a sample > application that illustrates how to use that class. > > Dave > > > i will describe about what i am doing in detail..... Iam not using a stylesheet i am using a xml file testmodify.xml that contains a dom tree, where one of the nodes values itself is an xpath pointing to another node in the same dom tree. <IS> <Select> <SearchFilter></SearchFilter> <Component>http://3gpp/gup/ns/comp/C_Sub/C_App</Component> <GL>/IS/Profile/C_Subscription/C_AppP[AppProfileIdentifier="app1"]</GL> </Select> <Profile> <C_Subscription> <C_AppP> <AppProfileIdentifier>app1</AppProfileIdentifier> <IUReference>sip:impu1</IUReference> <SubRef>sub1</SubRef> <AppData><Acro>CLIP</Acro><Sub>true</Sub><ActivationOptions><SubscriberControlAllowed>true</SubscriberControlAllowed><Activation>true</Activation></ActivationOptions></AppData> </C_AppP> </C_Subscription> </Profile> </IS> I am using a SimplaXPathAPI.cpp(sample file given in xalan) file to evaluate the given xpath... The code i am using is NodeRefList itemList; theEvaluator.selectNodeList( itemList, theDOMSupport, theContextNode, XalanDOMString(argv[3]).c_str(), thePrefixResolver); const NodeRefListacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsize_type theLength = itemList.getLength(); if (theLength == 0) { cerr << endl << "Warning: No nodes matched the location path \"" << argv[3] << "\"." << endl; } else { XALAN_USING_XALAN(XalanStdOutputStream) XALAN_USING_XALAN(XalanOutputStreamPrintWriter) XALAN_USING_XALAN(FormatterToXML) XALAN_USING_XALAN(FormatterTreeWalker) // OK, we're going to serialize the nodes that were // found. We should really check to make sure the // root (document) has not been selected, since we // really can't serialize a node list with the root. XalanStdOutputStream theStream(cout); XalanOutputStreamPrintWriter thePrintWriter(theStream); FormatterToXML theFormatter(thePrintWriter); FormatterTreeWalker theWalker(theFormatter); // Don't write a header... theFormatter.setShouldWriteXMLHeader(false); // It's required that we do this... theFormatter.startDocument(); // Traverse the subtree of the document rooted at // each node we've selected... for (NodeRefListacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsize_type i = 0; i < theLength; ++i) { const XalanNode* const theNode = itemList.item(i); assert(theNode != 0); const XalanNoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bNodeType theNodeType = theNode->getNodeType(); if (theNodeType == XalanNoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDOCUMENT_NODE) { cerr <<"Warning: The root was selected. The root cannot be serialized."<< endl; } else if (theNodeType == XalanNoacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bATTRIBUTE_NODE) { cerr <<"Warning: An attribute or namespace node was selected. Attribute and namespace nodes cannot be serialized."<< endl; } else { theWalker.traverseSubtree(theNode); } } // It's required that we do this... theFormatter.endDocument(); } The xpath what i want to evaluate is acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b SimpleXPathAPI testmodify.xml / '/IS/Select/GL' where GL inturn should evaluate its xpath and final output should be AppP data.......... can u help me out with these details? -- View this message in context: http://www.nabble.com/how-to-evaluate-a-xpath-%2Cthat-is-the-value-for-a-node-in-the-given-xpath-tf2557995.html#a7152117 Sent from the Xalan - C - Users mailing list [email protected]. From [email protected] Fri Nov 03 18:50:26 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4802 invoked from network); 3 Nov 2006 18:50:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Nov 2006 18:50:25 -0000 Received: (qmail 74588 invoked by uid 500); 3 Nov 2006 18:50:36 -0000 Delivered-To: [email protected] Received: (qmail 74571 invoked by uid 500); 3 Nov 2006 18:50:35 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 74560 invoked by uid 99); 3 Nov 2006 18:50:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2006 10:50:35 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: 161.129.204.104 is neither permitted nor denied by domain of [email protected]) Received: from [161.129.204.104] (HELO dukecmmtar02.coxmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2006 10:50:19 -0800 Received: from [161.129.204.104] (really [161.129.204.104]) by dukecmmtar02.coxmail.com (InterMail vM.161.129.204.104 201-2131-130-101-20060113) with ESMTP id <20061103185001.FQRM7788.dukecmmtar02.coxmail.com@[161.129.204.104]> for <[email protected]>; Fri, 3 Nov 2006 13:50:01 -0500 Message-ID: <[email protected]> Date: Fri, 03 Nov 2006 10:49:51 -0800 From: Mike Ellery <[email protected]> Organization: S2 Technologies User-Agent: Thunderbird 161.129.204.104 (Windows/20060909) MIME-Version: 1.0 To: [email protected] Subject: XalanTransformeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8binitialize(); Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org The docs for XalanTransformeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8binitialize say -- void XalanTransformeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8binitialize ( MemoryManagerType & theManager = XalanMemMgrsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetDefaultXercesMemMgr() ) [static] Initialize Xalan. Should be called only once per process before creating any instances of XalanTransformer. This call is not thread-safe, so you must serialize any calls to it, and you must track the initialization state, so you do not call it more than once. ------ My application is a server, and it only intermittently needs to call the xerces/xalan stuff to serialize current state. I'd prefer to initialize these libraries only when I need them and then release them when I'm done (thus getting back any memory that they might be holding on to). So, I tried just doing the initialization and termination before and after my serialization: //initialization: XMLPlatformUtilsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bInitialize(); XalanTransformeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8binitialize(); //DO SERIALIZATION WORK //termination XalanTransformeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bterminate(); XMLPlatformUtilsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bTerminate(); XalanTransformeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bICUCleanUp(); This violates the docs for initialize, which will be called here each time I try to serialize, but my application does not crash with my basic tests. Does anyone have experience doing this? In general, why can't initialize/terminate be called multiple times (like XMLPlatformUtilsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bInitialize can)? Advice appreciated. -Mike Ellery From [email protected] Fri Nov 03 19:11:25 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11833 invoked from network); 3 Nov 2006 19:11:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Nov 2006 19:11:25 -0000 Received: (qmail 28307 invoked by uid 500); 3 Nov 2006 19:11:35 -0000 Delivered-To: [email protected] Received: (qmail 28291 invoked by uid 500); 3 Nov 2006 19:11:35 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 28280 invoked by uid 99); 3 Nov 2006 19:11:35 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO [161.129.204.104]) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2006 11:11:35 -0800 Message-ID: <[email protected]> Date: Fri, 03 Nov 2006 11:11:06 -0800 From: David Bertoni <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20060909) MIME-Version: 1.0 To: [email protected] Subject: Re: XalanTransformeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8binitialize(); References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Mike Ellery wrote: > The docs for XalanTransformeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8binitialize say -- > > void XalanTransformeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8binitialize ( MemoryManagerType & theManager > = XalanMemMgrsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetDefaultXercesMemMgr() ) [static] > > Initialize Xalan. > > Should be called only once per process before creating any instances of > XalanTransformer. This call is not thread-safe, so you must serialize > any calls to it, and you must track the initialization state, so you do > not call it more than once. > > ------ > > My application is a server, and it only intermittently needs to call the > xerces/xalan stuff to serialize current state. I'd prefer to initialize > these libraries only when I need them and then release them when I'm > done (thus getting back any memory that they might be holding on to). > So, I tried just doing the initialization and termination before and > after my serialization: > > //initialization: > XMLPlatformUtilsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bInitialize(); > XalanTransformeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8binitialize(); > > //DO SERIALIZATION WORK > > //termination > XalanTransformeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bterminate(); > XMLPlatformUtilsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bTerminate(); > XalanTransformeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bICUCleanUp(); > > This violates the docs for initialize, which will be called here each > time I try to serialize, but my application does not crash with my basic > tests. What you're doing is OK, so perhaps we need to make the documentation more explicit. What you cannot do is call XalanTransformeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8binitialize() a second time, without an intervening call to XalanTransformeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bterminate(). However, you should be very careful about calling XalanTransformeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bICUCleanup(), because it can cause problems. Please read the documentation about static cleanup of the ICU, which is documented here: http://icu.sourceforge.net/apiref/icu4c/uclean_8h.html#93f27d0ddc7c196a1da864763f2d8920 Xalan-C does not take care of calling u_init() for you -- you must do it yourself. However, you might want to reconsider this strategy, because the amount of work done in both Xerces-C and Xalan-C during static initialization is significant, and doing it over and over again may not be the best strategy for optimal performance. Dave From [email protected] Fri Nov 03 20:26:50 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41118 invoked from network); 3 Nov 2006 20:26:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Nov 2006 20:26:50 -0000 Received: (qmail 93551 invoked by uid 500); 3 Nov 2006 20:27:01 -0000 Delivered-To: [email protected] Received: (qmail 93534 invoked by uid 500); 3 Nov 2006 20:27:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 93523 invoked by uid 99); 3 Nov 2006 20:27:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2006 12:27:00 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: 161.129.204.104 is neither permitted nor denied by domain of [email protected]) Received: from [161.129.204.104] (HELO dukecmmtar02.coxmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2006 12:26:48 -0800 Received: from [161.129.204.104] (really [161.129.204.104]) by dukecmmtar02.coxmail.com (InterMail vM.161.129.204.104 201-2131-130-101-20060113) with ESMTP id <20061103202628.IFFY7788.dukecmmtar02.coxmail.com@[161.129.204.104]> for <[email protected]>; Fri, 3 Nov 2006 15:26:28 -0500 Message-ID: <[email protected]> Date: Fri, 03 Nov 2006 12:26:23 -0800 From: Mike Ellery <[email protected]> Organization: S2 Technologies User-Agent: Thunderbird 161.129.204.104 (Windows/20060909) MIME-Version: 1.0 To: [email protected] Subject: Re: XalanTransformeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8binitialize(); References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org David Bertoni wrote: > > However, you should be very careful about calling > XalanTransformeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bICUCleanup(), because it can cause problems. Please > read the documentation about static cleanup of the ICU, which is > documented here: > > http://icu.sourceforge.net/apiref/icu4c/uclean_8h.html#93f27d0ddc7c196a1da864763f2d8920 > > > Xalan-C does not take care of calling u_init() for you -- you must do it > yourself. > Thanks for the advice. I actually have the call to ICUCleanup only because it was in one of the examples I looked at. I probably don't need it (I don't use anything from ICU in my code), but how would I tell for sure whether or not I need this? Does it depend on my code or does it depend on how Xalan was built? Thanks, Mike From [email protected] Fri Nov 03 21:42:34 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62417 invoked from network); 3 Nov 2006 21:42:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Nov 2006 21:42:34 -0000 Received: (qmail 43081 invoked by uid 500); 3 Nov 2006 21:42:45 -0000 Delivered-To: [email protected] Received: (qmail 42852 invoked by uid 500); 3 Nov 2006 21:42:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 42838 invoked by uid 99); 3 Nov 2006 21:42:44 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO [161.129.204.104]) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2006 13:42:44 -0800 Message-ID: <[email protected]> Date: Fri, 03 Nov 2006 13:42:14 -0800 From: David Bertoni <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20060909) MIME-Version: 1.0 To: [email protected] Subject: Re: XalanTransformeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8binitialize(); References: <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Mike Ellery wrote: > > > David Bertoni wrote: > >> >> However, you should be very careful about calling >> XalanTransformeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bICUCleanup(), because it can cause problems. Please >> read the documentation about static cleanup of the ICU, which is >> documented here: >> >> http://icu.sourceforge.net/apiref/icu4c/uclean_8h.html#93f27d0ddc7c196a1da864763f2d8920 >> >> >> Xalan-C does not take care of calling u_init() for you -- you must do >> it yourself. >> > > > Thanks for the advice. I actually have the call to ICUCleanup only > because it was in one of the examples I looked at. I probably don't > need it (I don't use anything from ICU in my code), but how would I tell > for sure whether or not I need this? Does it depend on my code or does > it depend on how Xalan was built? If Xalan was built with ICU support, and you are worried about releasing any memory the ICU has cached, then you'll need it. If Xalan was built without ICU support, then it's a no op. Dave From [email protected] Mon Nov 13 19:16:00 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46207 invoked from network); 13 Nov 2006 19:16:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Nov 2006 19:16:00 -0000 Received: (qmail 89673 invoked by uid 500); 13 Nov 2006 19:16:10 -0000 Delivered-To: [email protected] Received: (qmail 89654 invoked by uid 500); 13 Nov 2006 19:16:09 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 89643 invoked by uid 99); 13 Nov 2006 19:16:09 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Nov 2006 11:16:09 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO ciao.gmane.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Nov 2006 11:15:56 -0800 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GjhGo-0001MF-V8 for [email protected]; Mon, 13 Nov 2006 20:15:03 +0100 Received: from 161.129.204.104.virtela.net ([161.129.204.104.virtela.net]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Mon, 13 Nov 2006 20:15:02 +0100 Received: from senthilkumar.desikan by 161.129.204.104.virtela.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Mon, 13 Nov 2006 20:15:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: [email protected] From: Senthil <[email protected]> Subject: XpathEvaluator initialize() fails Date: Mon, 13 Nov 2006 19:09:45 +0000 (UTC) Lines: 24 Message-ID: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: [email protected] X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 161.129.204.104 (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7) Sender: news <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org We are using Xerces and Xalan in our product. It works fine with HP-UX and HP-Itanium environment. But the xalan fails in Solaris 5.9 environment. What we do in our application is, we pass the XML as a string to Xerces API to get the XML DOM tree and call the selectSingleNode method to get the require node from the xml queried by the program / user. It works fine until it returns the xml DOM tree from Xerces, and I can print out the xml in the log using innerXml() method. But when we call selectSingleNode method in Xalan, it calls XPathEvaluator initialize() and it throws some exception and fails abruptly. Due to that, our server also crashes and it dumps the core file. any input on this issue is highly appreciated many thanks Senthil From [email protected] Tue Nov 21 05:48:48 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19411 invoked from network); 21 Nov 2006 05:48:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Nov 2006 05:48:47 -0000 Received: (qmail 22620 invoked by uid 500); 21 Nov 2006 05:48:56 -0000 Delivered-To: [email protected] Received: (qmail 22601 invoked by uid 500); 21 Nov 2006 05:48:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 22589 invoked by uid 99); 21 Nov 2006 05:48:56 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Nov 2006 21:48:56 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO talk.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Nov 2006 21:48:42 -0800 Received: from [161.129.204.104] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1GmOUY-0001Os-9n for [email protected]; Mon, 20 Nov 2006 21:48:22 -0800 Message-ID: <[email protected]> Date: Mon, 20 Nov 2006 21:48:22 -0800 (PST) From: kamakshi <[email protected]> To: [email protected] Subject: Can wildcard characters like ? be used in Xpath MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org Hi, I want to evaluate a xpath with wildcard character ?, is there any way for doing this. Eg: I want to get all Acro that as the value AC?? meaning it can be AC11 or AC22 etc.... only four characters and starts with AC. /SUb/APP/Acro[.="AC??"], Is this possible or else there is someother function to perform this Thank U. -- View this message in context: http://www.nabble.com/Can-wildcard-characters-like---be-used-in-Xpath-tf2677060.html#a7466204 Sent from the Xalan - C - Users mailing list [email protected]. From [email protected] Tue Nov 21 17:58:58 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 52668 invoked from network); 21 Nov 2006 17:58:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Nov 2006 17:58:56 -0000 Received: (qmail 53994 invoked by uid 500); 21 Nov 2006 17:59:04 -0000 Delivered-To: [email protected] Received: (qmail 53970 invoked by uid 500); 21 Nov 2006 17:59:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 53959 invoked by uid 99); 21 Nov 2006 17:59:04 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2006 09:59:04 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=NO_REAL_NAME,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO e31.co.us.ibm.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2006 09:58:49 -0800 Received: from westrelay02.boulder.ibm.com (westrelay02.boulder.ibm.com [161.129.204.104]) by e31.co.us.ibm.com (8.13.8/8.12.11) with ESMTP id kALHwRh1026652 for <[email protected]>; Tue, 21 Nov 2006 12:58:27 -0500 Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [161.129.204.104]) by westrelay02.boulder.ibm.com (8.13.6/8.13.6/NCO v8.1.1) with ESMTP id kALHwQNg544348 for <[email protected]>; Tue, 21 Nov 2006 10:58:26 -0700 Received: from d03av04.boulder.ibm.com (loopback [161.129.204.104]) by d03av04.boulder.ibm.com (161.129.204.10460308/8.13.3) with ESMTP id kALHwQHa023910 for <[email protected]>; Tue, 21 Nov 2006 10:58:26 -0700 Received: from internet1.lotus.com (internet1.lotus.com [161.129.204.104]) by d03av04.boulder.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id kALHwQ8q023855 for <[email protected]>; Tue, 21 Nov 2006 10:58:26 -0700 Received: from wtfmail02.edc.lotus.com (wtfmail02.lotus.com [161.129.204.104]) by internet1.lotus.com (8.13.6/8.13.2) with ESMTP id kALHwPmk029558 for <[email protected]>; Tue, 21 Nov 2006 12:58:25 -0500 (EST) In-Reply-To: <[email protected]> To: [email protected] MIME-Version: 1.0 Subject: Re: Can wildcard characters like ? be used in Xpath X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 Message-ID: <[email protected]> From: [email protected] Date: Tue, 21 Nov 2006 12:58:26 -0500 X-MIMETrack: Serialize by Router on WTFMAIL02/WTF/M/Lotus(Build V703_11122006NP|November 12, 2006) at 11/21/2006 12:58:26 PM, Serialize complete at 11/21/2006 12:58:26 PM Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org Kamakshi writes: >I want to get all Acro that as the value AC?? meaning it can be AC11 or >AC22 etc.... only four characters and starts with AC. >/SUb/APP/Acro[.="AC??"], Is this possible or else there is someother >function to perform this In XPath 2.0, there will be a matches function to do this exact thing. In XPath 1.0, you could test for both string-length and starts-with. .................David Marston From [email protected] Wed Nov 22 20:55:22 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49182 invoked from network); 22 Nov 2006 20:55:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Nov 2006 20:55:21 -0000 Received: (qmail 54878 invoked by uid 500); 22 Nov 2006 20:55:31 -0000 Delivered-To: [email protected] Received: (qmail 54619 invoked by uid 500); 22 Nov 2006 20:55:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 54607 invoked by uid 99); 22 Nov 2006 20:55:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Nov 2006 12:55:30 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [161.129.204.104] (HELO host52a.simplicato.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Nov 2006 12:55:15 -0800 Received: from localhost (localhost.simplicato.com [161.129.204.104]) by host52a.simplicato.com (Postfix) with ESMTP id 8DC3D69A876 for <[email protected]>; Wed, 22 Nov 2006 15:54:54 -0500 (EST) Received: from host52a.simplicato.com ([161.129.204.104]) by localhost (host52a.simplicato.com [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id 07778-02 for <[email protected]>; Wed, 22 Nov 2006 15:54:54 -0500 (EST) Received: from [161.129.204.104] (unknown [161.129.204.104]) by host52a.simplicato.com (Postfix) with ESMTP id EDDA469A858 for <[email protected]>; Wed, 22 Nov 2006 15:54:53 -0500 (EST) Message-ID: <[email protected]> Date: Wed, 22 Nov 2006 13:54:57 -0700 From: Kelly Graus <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20061025) MIME-Version: 1.0 To: [email protected] Subject: Xalan XCode Framework? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by [email protected] X-Virus-Checked: Checked by ClamAV on apache.org I've been trying to compile a Xalan framework using XCode on the Mac for the past week. I've already got Xerces compiled into a framework and working. I can get Xalan to successfully compile, however, when I try to use it I get errors with XercesDOMWrapperParsedSource (the exact error is "error: no matching function for call to 'xalanc_1_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXercesDOMWrapperParsedSouracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXercesDOMWrapperParsedSource(xercesc_2_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bDOMDocument*, xalanc_1_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXercesParserLiaison&, xalanc_1_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXercesDOMSupport&, xalanc_1_acf:4db6:5e0b:f386:43a5:35d7:718d:3c8bXalanDOMString)'"). Has anyone been able to successfully compile Xalan into a framework using XCode? Thanks for any help! Kelly From [email protected] Tue Nov 28 06:06:57 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8246 invoked from network); 28 Nov 2006 06:06:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Nov 2006 06:06:56 -0000 Received: (qmail 44776 invoked by uid 500); 28 Nov 2006 06:07:05 -0000 Delivered-To: [email protected] Received: (qmail 44765 invoked by uid 500); 28 Nov 2006 06:07:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 44754 invoked by uid 99); 28 Nov 2006 06:07:04 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Nov 2006 22:07:04 -0800 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO talk.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Nov 2006 22:06:51 -0800 Received: from [161.129.204.104] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1Gow6w-00084P-NT for [email protected]; Mon, 27 Nov 2006 22:06:30 -0800 Message-ID: <[email protected]> Date: Mon, 27 Nov 2006 22:06:30 -0800 (PST) From: mistral <[email protected]> To: [email protected] Subject: using Xalan Xpath and Xercesacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bOMDocument MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org Hi All, I=E2=80=99m trying to use =E2=80=9CXalan-C 1.10 =E2=80=9C with app that is = using Xerces deprecated API. (through Xerces 2.7.0). My targets are to use the xpath API + manipulate node location (importNode) I explored several options=E2=80=A6=20 1. work only with xalan: use XalanDocument and XPathEvaluator to evaluate node(s), but when I tried to use the importNode()/getParentNode () methods, I received exception, it seem the method is NOT implemented in the xalan.= =20 2. use Xerces DOMDocument methods to manipulate nodes, but I couldn=E2=80= =99t figure the right code for using Xercesacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bOMDocument in Xalan should I use XalanTransformeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8b transform (I don=E2=80=99t own XSL file) 2.1 can I use the deprecated API with xalan? I really appreciate if u can share yours knowledge =E2=80=A6code example ar= e welcome Thank Tamar --=20 View this message in context: http://www.nabble.com/using-Xalan-Xpath-and-X= erces%3A%3ADOMDocument-tf2716507.html#a7573897 Sent from the Xalan - C - Users mailing list [email protected]. From [email protected] Wed Nov 29 01:50:26 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13097 invoked from network); 29 Nov 2006 01:50:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Nov 2006 01:50:26 -0000 Received: (qmail 88696 invoked by uid 500); 29 Nov 2006 01:50:35 -0000 Delivered-To: [email protected] Received: (qmail 88659 invoked by uid 500); 29 Nov 2006 01:50:34 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 88648 invoked by uid 99); 29 Nov 2006 01:50:34 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO [161.129.204.104]) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Nov 2006 17:50:34 -0800 Message-ID: <[email protected]> Date: Tue, 28 Nov 2006 17:50:05 -0800 From: David Bertoni <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20061025) MIME-Version: 1.0 To: [email protected] Subject: Re: using Xalan Xpath and Xercesacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bOMDocument References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org mistral wrote: > Hi All, > > I'm trying to use "Xalan-C 1.10 " with app that is using Xerces deprecated > API. (through Xerces 2.7.0). You should be aware that the deprecated DOM will be gone in the next version of Xerces-C, and support for it will also disappear in Xalan-C. > My targets are to use the xpath API + manipulate node location (importNode) > I explored several options… > > 1. work only with xalan: use XalanDocument and XPathEvaluator to evaluate > node(s), but when I tried to use the importNode()/getParentNode () methods, > I received exception, it seem the method is NOT implemented in the xalan. Xalan-C's implementation is read-only, so you cannot call any mutating functions. > > 2. use Xerces DOMDocument methods to manipulate nodes, but I couldn't figure > the right code for using Xercesacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bOMDocument in Xalan should I use > XalanTransformeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8b transform (I don't own XSL file) > 2.1 can I use the deprecated API with xalan? Yes, but I urge you to change your application to use the new Xerces-C DOM. You should use DOMDocument instead of DOM_Document. If you search the archives, you'll find lots of responses to the question of how to use the Xerces-C DOM with Xalan-C. Dave From [email protected] Wed Nov 29 06:41:40 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83857 invoked from network); 29 Nov 2006 06:41:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Nov 2006 06:41:39 -0000 Received: (qmail 45621 invoked by uid 500); 29 Nov 2006 06:41:47 -0000 Delivered-To: [email protected] Received: (qmail 45608 invoked by uid 500); 29 Nov 2006 06:41:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 45586 invoked by uid 99); 29 Nov 2006 06:41:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Nov 2006 22:41:46 -0800 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO talk.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Nov 2006 22:41:33 -0800 Received: from [161.129.204.104] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1GpJ85-0005hq-GY for [email protected]; Tue, 28 Nov 2006 22:41:13 -0800 Message-ID: <[email protected]> Date: Tue, 28 Nov 2006 22:41:13 -0800 (PST) From: mistral <[email protected]> To: [email protected] Subject: Re: using Xalan Xpath and Xercesacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bOMDocument In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Thanks ... I found several example in the forum, one that help me is: http://marc.theaimsgroup.com/?l=xalan-c-users&m=108385669500218&w=2 http://marc.theaimsgroup.com/?l=xalan-c-users&m=108385669500218&w=2 Tamar -- View this message in context: http://www.nabble.com/using-Xalan-Xpath-and-Xerces%3A%3ADOMDocument-tf2716507.html#a7594179 Sent from the Xalan - C - Users mailing list [email protected]. From [email protected] Wed Nov 29 18:25:41 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67619 invoked from network); 29 Nov 2006 18:25:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Nov 2006 18:25:38 -0000 Received: (qmail 50051 invoked by uid 500); 29 Nov 2006 18:25:36 -0000 Delivered-To: [email protected] Received: (qmail 50000 invoked by uid 500); 29 Nov 2006 18:25:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 49942 invoked by uid 99); 29 Nov 2006 18:25:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Nov 2006 10:25:35 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=FORGED_HOTMAIL_RCVD2,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO talk.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Nov 2006 10:25:21 -0800 Received: from [161.129.204.104] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1GpU7B-0004pH-CY for [email protected]; Wed, 29 Nov 2006 10:25:01 -0800 Message-ID: <[email protected]> Date: Wed, 29 Nov 2006 10:25:01 -0800 (PST) From: Prashanta <[email protected]> To: [email protected] Subject: Xalan 64-bit Windows Compatibility MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org Is it possible to build Xalan-C for 64-bit Windows? I haven't had any luck and I was wondering if it was at all possible. Anyone tried? -- View this message in context: http://www.nabble.com/Xalan-64-bit-Windows-Compatibility-tf2726874.html#a7604902 Sent from the Xalan - C - Users mailing list [email protected]. From [email protected] Thu Nov 30 02:53:45 2006 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 20779 invoked from network); 30 Nov 2006 02:53:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Nov 2006 02:53:44 -0000 Received: (qmail 91215 invoked by uid 500); 30 Nov 2006 02:53:53 -0000 Delivered-To: [email protected] Received: (qmail 90974 invoked by uid 500); 30 Nov 2006 02:53:52 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <xalan-c-users.xml.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 90955 invoked by uid 99); 30 Nov 2006 02:53:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Nov 2006 18:53:52 -0800 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO e5.ny.us.ibm.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Nov 2006 18:53:36 -0800 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [161.129.204.104]) by e5.ny.us.ibm.com (8.13.8/8.12.11) with ESMTP id kAU2rFlK015060 for <[email protected]>; Wed, 29 Nov 2006 21:53:15 -0500 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [161.129.204.104]) by d01relay02.pok.ibm.com (8.13.6/8.13.6/NCO v8.1.1) with ESMTP id kAU2rFaP280410 for <[email protected]>; Wed, 29 Nov 2006 21:53:15 -0500 Received: from d01av01.pok.ibm.com (loopback [161.129.204.104]) by d01av01.pok.ibm.com (161.129.204.10460308/8.13.3) with ESMTP id kAU2rFKF006950 for <[email protected]>; Wed, 29 Nov 2006 21:53:15 -0500 Received: from d25ml04.torolab.ibm.com (d25ml04.torolab.ibm.com [161.129.204.104]) by d01av01.pok.ibm.com (161.129.204.10460308/8.12.11) with ESMTP id kAU2rFUg006936 for <[email protected]>; Wed, 29 Nov 2006 21:53:15 -0500 In-Reply-To: <[email protected]> To: [email protected] MIME-Version: 1.0 Subject: Re: Xalan 64-bit Windows Compatibility X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 Message-ID: <[email protected]> From: Dmitry Hayes <[email protected]> Date: Wed, 29 Nov 2006 21:53:16 -0500 X-MIMETrack: Serialize by Router on D25ML04/25/M/IBM(Release 7.0.1HF346 | August 4, 2006) at 11/29/2006 21:53:15, Serialize complete at 11/29/2006 21:53:15 Content-Type: multipart/alternative; boundary="=_alternative 000FDDA085257236_=" X-Virus-Checked: Checked by ClamAV on apache.org This is a multipart message in MIME format. --=_alternative 000FDDA085257236_= Content-Type: text/plain; charset="US-ASCII" I haven't built XalanC on Win64 recently . We generated makefiles with Visual Studio and , with small tweaks , managed to build XalanC1.9 Cheers! Dmitry Prashanta <[email protected]> 29/11/2006 01:25 PM Please respond to [email protected] To [email protected] cc Subject Xalan 64-bit Windows Compatibility Is it possible to build Xalan-C for 64-bit Windows? I haven't had any luck and I was wondering if it was at all possible. Anyone tried? -- View this message in context: http://www.nabble.com/Xalan-64-bit-Windows-Compatibility-tf2726874.html#a7604902 Sent from the Xalan - C - Users mailing list [email protected]. --=_alternative 000FDDA085257236_= Content-Type: text/html; charset="US-ASCII" <br><font size=2 face="sans-serif">I haven't built XalanC on Win64 recently . We generated makefiles with Visual Studio and , with small tweaks , managed to build XalanC1.9 </font> <br> <br><font size=2 face="sans-serif">&nbsp;Cheers!</font> <br> <br><font size=2 face="sans-serif">Dmitry </font> <br> <br> <br> <table width=100%> <tr valign=top> <td width=40%><font size=1 face="sans-serif"><b>Prashanta &lt;[email protected]&gt;</b> </font> <p><font size=1 face="sans-serif">29/11/2006 01:25 PM</font> <table border> <tr valign=top> <td bgcolor=white> <div align=center><font size=1 face="sans-serif">Please respond to<br> [email protected]</font></div></table> <br> <td width=59%> <table width=100%> <tr valign=top> <td> <div align=right><font size=1 face="sans-serif">To</font></div> <td><font size=1 face="sans-serif">[email protected]</font> <tr valign=top> <td> <div align=right><font size=1 face="sans-serif">cc</font></div> <td> <tr valign=top> <td> <div align=right><font size=1 face="sans-serif">Subject</font></div> <td><font size=1 face="sans-serif">Xalan 64-bit Windows Compatibility</font></table> <br> <table> <tr valign=top> <td> <td></table> <br></table> <br> <br> <br><tt><font size=2><br> Is it possible to build Xalan-C for 64-bit Windows? &nbsp;I haven't had any luck<br> and I was wondering if it was at all possible. &nbsp;Anyone tried?<br> -- <br> View this message in context: http://www.nabble.com/Xalan-64-bit-Windows-Compatibility-tf2726874.html#a7604902<br> Sent from the Xalan - C - Users mailing list [email protected].<br> <br> </font></tt> <br> --=_alternative 000FDDA085257236_=--
From [email protected] Thu May 01 15:59:41 2003 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16076 invoked by uid 500); 1 May 2003 15:59:41 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk Reply-To: [email protected] list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 16067 invoked from network); 1 May 2003 15:59:40 -0000 Received: from f066.ag236.freebit.ne.jp (HELO 24i174.com) (161.129.204.104) by daedalus.apache.org with SMTP; 1 May 2003 15:59:40 -0000 From: hal1 <[email protected]> To: [email protected] Reply-To: [email protected] Subject: =?iso-2022-jp?q?=96=A2=8F=B3=91=F8=8DL=8D=90=81=A6=81y=83h=83=89=83b=83O=81z=81Q=8C=B6=8Ao=82=DD=82=BF=82=E1=82=A4!=3F=81=F4=81Q?= Date: Fri, 02 May 2003 00:59:43 +0900 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="bc86379c-8f8c-474c-a2b8-366a7ee351d9" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --bc86379c-8f8c-474c-a2b8-366a7ee351d9 Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: quoted-printable <=91=97=90M=8E=D2>=93=FA=96{=83=81=81[=83=8B=91=E3=8Ds=8E=D0 =93=8C=8B=9E=93= s=90V=8Fh=8B=E6=90=BC=90V=8Fh3-14-8=81@=93=FA=96{=83=81=81[=83=8B=91=E3=8Ds=8E= =D0=83r=83=8B5F=81@03-5430-8766 <=8E=96=8B=C6=8E=D2>=83A=83_=83=8B=83g=83V=83=87=83b=83v=81@hallucination=81= @=93=8C=8B=9E=93s=8Fa=92J=8B=E6=93=B9=8C=BA=8D=E21-15-3-407=81@090-6304-3404 =94z=90M=92=E2=8E~=90=EA=97p=83A=83h=83=8C=83X=81@[email protected] =93=96=94z=90M=82=CD=91=97=90M=82=C9=8A=D6=82=B7=82=E9=93=C1=92=E8=8F=A4=95= \=8E=A6=8B`=96=B1=8BK=92=E8=82=C9=91=A5=82=E8=91=97=90M=82=B5=82=C4=82=A2=82= =DC=82=B7=81B =81Q=81Q=81Q=81Q=81Q=81Q=81Q=81Q=81Q=81Q=81Q=81Q=81Q=81y=8DL=8D=90=81z=81Q=81= Q=81Q=81Q=81Q=81Q=81Q=81Q=81Q=81Q=81Q=81Q=81Q=81Q =8C=C0=92=E8=8A=F3=8F=AD=83h=83=89=83b=83O=81I=81I=81I =96=B3=82=AD=82=C8=82=E8=8E=9F=91=E6=94=84=82=E8=90=D8=82=EA=82=C5=82=B7=81I =91=81=82=A2=82=E0=82=CC=8F=9F=82=BF=82=C5=82=B7=81=F4 HP=82=AA=8F=C1=82=A6=82=E9=8B=B0=82=EA=82=AA=82=A0=82=E8=82=DC=82=B7=82=CC=82= =C5=82=A8=91=81=82=DF=82=C9=8C=A9=82=C9=97=88=82=C4=82=AD=82=BE=82=B3=82=A2=82= =CB=81=99 http://161.129.204.104 --bc86379c-8f8c-474c-a2b8-366a7ee351d9 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, email: [email protected] --bc86379c-8f8c-474c-a2b8-366a7ee351d9-- From [email protected] Mon May 05 01:48:49 2003 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17397 invoked by uid 500); 5 May 2003 01:48:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk Reply-To: [email protected] list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 17390 invoked from network); 5 May 2003 01:48:48 -0000 Received: from host-200-75-129-142.net-uno.net (HELO BEETHOVEN.LATINWORLDGROUP.NET) (161.129.204.104) by daedalus.apache.org with SMTP; 5 May 2003 01:48:48 -0000 Received: from smtp0311.mail.yahoo.com ([161.129.204.104]) by BEETHOVEN.LATINWORLDGROUP.NET with Microsoft SMTPSVC(5.0.2195.4453); Sun, 4 May 2003 21:49:18 -0400 Date: Mon, 5 May 2003 01:48:48 GMT From: "Rebecca Jean"<[email protected]> X-Priority: 3 To: [email protected] Subject: What a fundraiser this is Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: base64 Message-ID: <[email protected]> X-OriginalArrivalTime: 05 May 2003 01:49:24.0109 (UTC) FILETIME=[8DE7CBD0:01C312A8] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N VGhpcyBpcyBhbiBpbnZpdGF0aW9uIHRvIGxvb2sgYXQgb25lIG9mIHRoZSBtb3N0IHByb2ZpdGFi bGUgZnVuZHJhaXNlcnMgYXZhaWxhYmxlLiBJdCdzIHZlcnkgZWFzeSB0byBvcmdhbml6ZSBhbmQg cnVuDQphbmQgaXMgYWxzbyB2ZXJ5IHdlbGwgcmVjZWl2ZWQgYnkgdGhlIHBlb3BsZSB0aGF0IHN1 cHBvcnQgeW91ciBvcmdhbml6YXRpb24uDQoNCmh0dHA6Ly82NS4xMDguNzUuMTI3DQoNCldlJ2xs IGJlIGdsYWQgdG8gc2VuZCBhIHNhbXBsZSBhbmQgaGVscCBhbnkgd2F5IHdlIGNhbi4NCg0KSWYg eW91IHdvdWxkIGxva2UgdG8gYmUgcmVtb3ZlZCBmcm9tIG91ciBsaXN0LCBqdXN0IGNsaWNrIG9u IHRoZSBsaW5rIGJlbG93IGFuZCB0eXBlIHJlbW92ZSBpbiB0aGUgc3ViamVjdCBsaW5lLg0KDQpN YWlsdG86aGFobnMwYTg2QG1zbi5jb20= From [email protected] Tue May 06 18:13:20 2003 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61295 invoked by uid 500); 6 May 2003 18:13:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk Reply-To: [email protected] list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 61125 invoked from network); 6 May 2003 18:13:18 -0000 Received: from unknown (HELO localhost.com) (161.129.204.104) by daedalus.apache.org with SMTP; 6 May 2003 18:13:18 -0000 From: [email protected] Reply-To: [email protected] To: [email protected] Date: Wed, 7 May 2003 01:13:21 +0700 Subject: "ËÇÑ´" âä¡è͡ǹ¢Í§¼ÙéÍè͹áÍ X-Mailer: QuickSender 1.05 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N =22=CB=C7=D1=B4=22 =E2=C3=A4=A1=E8=CD=A1=C7=B9=A2=CD=A7=BC=D9=E9=CD=E8=CD=B9=E1=CD =AA=E8=C7=A7=B9=D5=E9=E0=BB=E7=B9=AA=E8=C7=A7=B7=D5=E8=CD=D2=A1=D2=C8=E1=CB=E9=A7 =BA=D2=A7=C7=D1=B9=E0=C2=E7=B9 =BA=D2=A7=C7=D1=B9=A1=E7=C3=E9=CD=B9=B7=D3=E3=CB=E9=C3=E8=D2=A7=A1=D2=C2=B5=E9=CD=A7=BB=C3=D1=BA=B5=D1=C7 =C1=D2=A1=E0=BB=E7=B9=BE=D4=E0=C8=C9 =E0=BB=E7=B9=E2=CD=A1=D2=CA=B7=D5=E8=A8=D0=E0=BB=E7=B9=CB=C7=D1=B4=E1=B6=C1=C2=D1=A7=CD=C2=D9=E8=E3=B9=E0=B7=C8=A1=D2=C5=E0=C5=D5=E9=C2=A7 =CA=D1=A7=CA=C3=C3=A4=EC =E4=B4=E9=BE=BA=BB=D0=BC=D9=E9=A4=B9=C1=D2=A1=C1=D2=C2=A8=D6=A7=CD=D2=A8=B5=D4=B4=CB=C7=D1=B4=A1=D1=B9=E4=B4=E9=A7=E8=D2=C2=B4=D2=C2=E0=CA=D5=C2=B4=E9=C7=C2 =22=CB=C7=D1=B4=22 =B4=D9=A8=D0=E0=BB=E7=B9=E2=C3=A4=B7=D5=E8=CD=C2=D9=E8=A4=D9=E8=C1=B9=D8=C9=C2=EC=C1=D2=B5=C5=CD=B4=A8=B9=E0=A4=C2=AA=D4=B9=E4=BB=E0=CA=D5=C2=E1=C5=E9=C7 =E1=B5=E8=A1=E7=C2=D1=A7=C1=D5=E1=A7=E8=C1=D8=C1 =B9=E8=D2=CA=B9=E3=A8=CD=D5=A1=C1=D2=A1=C1=D2=C2 =E4=C1=E8=C7=E8=D2=A8=D0=E0=BB=E7=B9=A1=D2=C3=C3=D1=A1=C9=D2=B7=D5=E8=C1=D5=E3=CB=E9=E0=C5=D7=CD=A1=B7=D1=E9=A7=E1=BC=B9=BB=D1=A8=A8=D8=BA=D1=B9 =E1=C5=D0=E1=BA=BA =B7=D2=A7=E0=C5=D7=CD=A1 =28Conventional & Alternative treatment=29 =C3=C7=C1=B6=D6=A7=E1=B9=C7=B7=D2=A7 =A8=D0=BB=E9=CD=A7=A1=D1=B9 =B5=D1=C7=E0=CD=A7=A8=D2=A1=CB=C7=D1=B4 =E2=C3=A4=CB=C7=D1=B4=E2=B4=C2=B7=D1=E8=C7=E4=BB=E0=A1=D4=B4=A8=D2=A1=E0=AA=D7=E9=CD=E4=C7=C3=D1=CA =AB=D6=E8=A7=C1=D5=C1=D2=A1=A1=C7=E8=D2 200 =AA=B9=D4=B4 =B6=E9=D2=E0=BB=E7=B9=CB=C7=D1=B4=C1=D2=A1=E6 =CD=D2=A8=C1=D5=A1=D2=C3=B5=D4=B4=E0=AA=D7=E9=CD=E1=BA=A4=B7=D5=E0=C3=D5=C2=AB=E9=D3=AB=E9=CD=B9=E4=B4=E9 =CA=D3=CB=C3=D1=BA=E4=C7=C3=D1=CA=B9=D5=E9=A1=E7=C1=D5=A2=E9=CD=B4=D5 =A4=D7=CD =C3=E8=D2=A7=A1=D2=C2=A2=CD=A7=E0=C3=D2 =CA=D2=C1=D2=C3=B6=A8=D1=B4=A1=D2=C3=A1=D1=BA=C1=D1=B9=E4=B4=E9=E0=CD=A7 =CA=E8=C7=B9=A2=E9=CD=E0=CA=D5=C2 =A4=D7=CD =C2=D1=A7=E4=C1=E8=C1=D5=C2=D2=B7=D5=E8=A8=D0=C3=D1=A1=C9=D2=C1=D1=B9=E4=B4=E9=CD=C2=E8=D2=A7=E0=B4=E7=B4=A2=D2=B4 =A1=D2=C3=B5=D4=B4=B5=E8=CD=CA=E8=C7=B9=C1=D2=A1=B5=D4=B4=B5=E8=CD=B7=D2=A7=A1=D2=C3=CB=D2=C2=E3=A8 =CD=D2=A1=D2=C3=A2=CD=A7=CB=C7=D1=B4=B7=D8=A1=A4=B9=E0=A4=C2=CA=D1=C1=BC=D1=CA=A1=D1=B9=C1=D2=E1=C5=E9=C7 =B7=D1=E9=A7=E0=BB=E7=B9=E4=A2=E9 =C3=E9=CD=B9=BC=E8=D2=C7 =BB=C7=B4=C8=D5=C3=C9=D0 =CB=B9=D2=C7=CA=D1=E8=B9 =BB=C7=B4=E0=C1=D7=E8=CD=C2=B5=D2=C1=B5=D1=C7 =E0=A8=E7=BA=A4=CD =E4=CD =A8=D2=C1 =E1=B9=E8=B9=A8=C1=D9=A1 =E1=B9=E8=B9=CB=B9=E9=D2=CD=A1 =E1=CA=BA=B5=D2 =B9=E9=D3=B5=D2=E4=CB=C5 =E1=C5=E9=C7=E0=C3=D2=A4=C7=C3=A8=D0=E4=BB=BE=BA=CB=C1=CD=E0=C1=D7=E8=CD=E4=C3 =A4=D3=B6=D2=C1=B9=D5=E9=BA=D2=A7=B7=D5 =A1=E7=B5=CD=BA=C2=D2=A1=E1=B5=E8=C1=D5=A2=E9=CD=E1=B9=D0=B9=D3=E4=C7=E9=E0=BB=E7=B9=E1=B9=C7=B7=D2=A7=B4=D1=A7=B9=D5=E9 =E0=A1=D4=B4=A2=D6=E9=B9=E3=B9=E0=B4=E7=A1=E0=C5=E7=A1=E6 =28=B9=E9=CD=C2=A1=C7=E8=D2 3 =E0=B4=D7=CD=B9=29 =C1=D5=CD=D2=A1=D2=C3=BB=C7=B4=BA=C3=D4=E0=C7=B3=E2=BE=C3=A7=CD=D2=A1=D2=C8 =C3=CD=BA=B5=D2=E0=C7=C5=D2=A1=B4=E0=BA=D2=E6 =CD=D2=A8=E0=BB=E7=B9=E4=AB=B9=D1=CA=CD=D1=A1=E0=CA=BA =E0=C1=D7=E8=CD=C1=D5=CD=D2=A1=D2=C3=E0=A8=E7=BA=A4=CD=2F =B9=E9=D3=C1=D9=A1=E0=CB=C5=D7=CD=A7=CB=C3=D7=CD=E0=A2=D5=C2=C7=2F =C1=D5=E4=A2=E9=C1=D2=A1=A1=C7=E8=D2 38=2E3 c =AB=D6=E8=A7=CD=D2=A8=C1=D5=A1=D2=C3=B5=D4=B4=E0=AA=D7=E9=CD=E1=BA=A4=B7=D5=E0=C3=D5=C2=2C =CB=C5=CD=B4=C5=C1=CD=D1=A1=E0=CA=BA=2C =E4=AB=B9=D1=CA=CD=D1=A1=E0=CA=BA =C3=E8=C7=C1=B4=E9=C7=C2 =E0=C1=D7=E8=CD=C1=D5=E4=A2=E9=C1=D2=A1=A1=C7=E8=D2 39=2E0c =A4=C7=C3=BE=BA=E1=BE=B7=C2=EC=B7=D1=B9=B7=D5=E0=BE=C3=D2=D0=CD=D2=A8=C1=D5=BB=CD=B4 =CD=D1=A1=E0=CA=BA =CB=C3=D7=CD=A1=D2=C3=B5=D4=B4=E0=AA=D7=E9=CD=AA=B9=D4=B4=CD=D7=E8=B9 =E0=AA=E8=B9 =E4=A2=E9=E0=C5=D7=CD=B4=CD=CD=A1 =CD=D2=A1=D2=C3=CB=D2=C2=E3=A8=C5=D3=BA=D2=A1=2F =C1=D5=E0=CA=D5=C2=A7=C7=D5=EA=B4=E0=C7=C5=D2=CB=D2=C2=E3=A8 =AB=D6=E8=A7=CD=D2=A8=E0=BB=E7=B9=E2=C3=A4 =CB=CD=BA=CB=D7=B4 =28asthma=29 =CD=D2=A1=D2=C3=B7=D5=E8=E0=BB=E7=B9=CB=C7=D1=B4=E0=A1=D4=B4=A2=D6=E9=B9=B7=D1=B9=B7=D5=E0=C1=D7=E8=CD=E0=A8=CD=BA=D2=A7=CA=D4=E8=A7 =E0=AA=E8=B9 =E0=A1=CA=C3=B4=CD=A1=E4=C1=E9 =A2=B9=CA=D1=B5=C7=EC=E0=C5=D5=E9=C2=A7 =B9=E9=D3=CB=CD=C1 =AB=D6=E8=A7=CD=D2=A8=E0=BB=E7=B9=E2=C3=A4=C0=D9=C1=D4=E1=BE=E9 =28Allergy=29 =CD=D2=A1=D2=C3=CB=C7=D1=B4=B7=D5=E8=E0=BB=E7=B9=B6=D6=A7=E1=C1=E9=E4=C1=E8=C3=D8=B9=E1=C3=A7 =E1=B5=E8=E0=C1=D7=E8=CD=C3=D1=A1=C9=D2=B4=E9=C7=C2=B5=B9=E0=CD=A7=E1=C5=E9=C7 =E4=C1=E8=CB=D2=C2=C0=D2=C2=E3=B9 1 =CA=D1=BB=B4=D2=CB=EC =09 =E0=C5=D7=CD=A1=C3=D1=A1=C9=D2=CD=C2=E8=D2=A7=E4=C3=E3=CB=E9=E0=CB=C1=D2=D0 =A1=D2=C3=C3=D1=A1=C9=D2=C1=D5=CB=C5=D2=C2=C3=D9=BB=E1=BA=BA =B7=D1=E9=A7=E1=BC=B9=BB=D1=A8=A8=D8=BA=D1=B9=E1=C5=D0=E1=BA=BA=B7=D2=A7=E0=C5=D7=CD=A1 =E1=B5=E8=C5=E9=C7=B9=C1=D5=A8=D8=B4=BB=C3=D0=CA=A7=A4=EC =E0=B4=D5=C2=C7=A1=D1=B9 =B9=D1=E8=B9=A4=D7=CD =AA=E8=C7=C2=E3=CB=E9=C3=E8=D2=A7=A1=D2=C2=CA=D2=C1=D2=C3=B6=B5=E8=CD=CA=D9=E9=A1=D1=BA=E0=AA=D7=E9=CD=E2=C3=A4=E4=B4=E9 =E3=B9=A2=B3=D0=E0=B4=D5=C2=C7=A1=D1=B9=A1=E7=C5=B4 =CD=D2=A1=D2=C3=B5=E8=D2=A7=E6 =A2=CD=A7=CB=C7=D1=B4 =B4=D1=A7=B9=D1=E9=B9=B6=E9=D2=CB=C7=D1=B4=B6=D2=C1=CB=D2=E3=CB=E9=BB=AF=D4=BA=D1=B5=D4=B5=D1=C7=B4=D1=A7=B9=D5=E9=B9=E8=D2=A8=D0=B4=D5=A2=D6=E9=B9 =BE=D1=A1=BC=E8=CD=B9=E3=CB=E9=E0=BE=D5=C2=A7=BE=CD =CD=D2=A8=B5=E9=CD=A7=B9=CD=B9=C1=D2=A1=A1=C7=E8=D2=C7=D1=B9=C5=D0 12 =AA=D1=E8=C7=E2=C1=A7 =B4=D7=E8=C1=B9=E9=D3=C1=D2=A1=E6 =E0=BE=C3=D2=D0=C7=E8=D2 =E0=C1=D7=E8=CD=E0=C7=C5=D2=C1=D5=E4=A2=E9 =C3=E8=D2=A7=A1=D2=C2=A8=D0=CA=D9=AD=E0=CA=D5=C2=B9=E9=D3=C1=D2=A1 =B9=E9=D3=C2=D1=A7=AA=E8=C7=C2=E3=CB=E9=E0=CA=C1=CB=D0=E1=C5=D0=B9=E9=D3=C1=D9=A1=E4=C1=E8=A2=E9=B9=C1=D2=A1=A8=D6=A7=B6=D9=A1=A2=D1=BA=CD=CD=A1=C1=D2=A7=E8=D2=C2 =CA=B5=C3=D5=B7=D5=E8=B5=D1=E9=A7=A4=C3=C3=C0=EC =CB=C3=D7=CD=E3=CB=E9=B9=C1=BA=D8=B5=C3=A4=C7=C3=BB=C3=D6=A1=C9=D2=E1=BE=B7=C2=EC=A1=E8=CD=B9 =A1=D2=C3=E3=AA=E9=C2=D2=CB=C3=D7=CD=CA=C1=D8=B9=E4=BE=C3=E3=B4=E6 =09 =BB=E9=CD=A7=A1=D1=B9=B5=D1=C7=CB=E8=D2=A7=E2=C3=A4=CB=C7=D1=B4 =E0=B9=D7=E8=CD=A7=A8=D2=A1=CA=E8=C7=B9=C1=D2=A1=E2=C3=A4=CB=C7=D1=B4=E0=A1=D4=B4=A8=D2=A1=E0=AA=D7=E9=CD=E4=C7=C3=D1=CA =E0=BE=C3=D2=D0=A9=D0=B9=D1=E9=B9=A1=D2=C3=BB=E9=CD=A7=A1=D1=B9=B7=D5=E8=B4=D5=A4=D7=CD =B7=D3=E3=CB=E9=C3=E8=D2=A7=A1=D2=C2=E1=A2=E7=A7=E1=C3=A7=E4=C7=E9=A1=E8=CD=B9=C1=D5=C0=D9=C1=D4=A4=D8=E9=C1=A1=D1=B9=B7=D5=E8=B4=D5 =BC=C1=A2=CD=E1=B9=D0=B9=D3=B4=D1=A7=B9=D5=E9 =E3=B9=AA=E8=C7=A7=CD=D2=A1=D2=C8=CB=B9=D2=C7=E0=C2=E7=B9 =A4=C7=C3=CA=C7=C1=E0=CA=D7=E9=CD=BC=E9=D2=E3=CB=E9=CD=BA=CD=D8=E8=B9 =C3=D1=BA=BB=C3=D0=B7=D2=B9=CD=D2=CB=D2=C3=E3=CB=E9=A4=C3=BA 5 =CB=C1=D9=E8 =E2=B4=C2=E3=CB=E9=C1=D5=A4=C7=D2=C1=CB=C5=D2=A1=CB=C5=D2=C2 =E0=B9=E9=B9 =BC=D1=A1=CA=B4 =BC=C5=E4=C1=E9=C1=D2=A1=E6 =B4=D7=E8=C1=B9=E9=D3=C1=D2=A1=E6 =CD=C2=E8=D2=A7=B9=E9=CD=C2=C7=D1=B9=C5=D0 6-8 =E1=A1=E9=C7 =A7=B4=CA=D9=BA=BA=D8=CB=C3=D5=E8 =E0=BE=C3=D2=D0=A8=D0=B7=D3=E3=CB=E9=E0=A1=D4=B4=A1=D2=C3=C3=D0=A4=D2=C2=E0=A4=D7=CD=A7 =B5=E8=CD=C3=D0=BA=BA=B7=D2=A7 =E0=B4=D4=B9=CB=D2=C2=E3=A8 =B7=D3=E3=CB=E9=E0=BE=D4=E8=C1=E2=CD=A1=D2=CA=B5=D4=B4=E0=AA=D7=E9=CD=C1=D2=A1=A1=C7=E8=D2=A4=B9=E4=C1=E8=CA=D9=BA =CD=CD=A1=A1=D3=C5=D1=A7=A1=D2=C2=BB=D2=B9=A1=C5=D2=A7 =E1=C5=D0=CA=C1=E8=D3=E0=CA=C1=CD =E0=AA=E8=B9 =E0=B4=D4=B9=E0=C3=E7=C7=BB=C3=D0=C1=D2=B3=C7=D1=B9=C5=D0 30-45 =B9=D2=B7=D5 =CA=D1=BB=B4=D2=CB=EC=C5=D0 3-5 =C7=D1=B9=A8=D0=AA=E8=C7=C2=B7=D3=E3=CB=E9=C0=D9=C1=D4=A4=D8=E9=C1=A1=D1=B9=E1=A2=E7=A7=E1=C3=A7=B4=D5=A2=D6=E9=B9 =A1=D2=C3=E0=A2=E9=D2=E0=AB=D2=C7=B9=E8=D2 =CD=D2=A8=A8=D0=AA=E8=C7=C2=E4=B4=E9 =B9=D1=A1=C7=D4=A8=D1=C2=AA=D2=C7=CA=C7=D5=E0=B4=B9=BE=BA=C7=E8=D2 =A1=D2=C3=E0=A2=E9=D2 =E0=AB=D2=C7=B9=E8=D2 2 =A4=C3=D1=E9=A7=B5=E8=CD=CA=D1=BB=B4=D2=CB=EC =A8=D0=AA=E8=C7=C2=C5=B4=E2=CD=A1=D2=CA=E0=BB=E7=B9=CB=C7=D1=B4=E3=CB=E9=B9=E9=CD=C2=C5=A7=E4=B4=E9 =E1=B5=E8=E4=C1=E8=E4=B4=E9=CB=C1=D2=C2=C7=E8=D2=B5=D1=C7=A4=D8=B3=E0=BB=E7=B9=CB=C7=D1=B4=E1=C5=E9=C7=E4=BB=E0=A2=E9=D2=E0=AB=D2=C7=B9=E8=D2=B9=D0=A4=C3=D1=BA =E0=BE=C3=D2=D0=AA=E8=C7=A7=B9=D1=E9=B9=C3=E8=D2=A7=A1=D2=C2=A4=D8=B3=A8=D0=CD=E8=CD=B9=E1=CD =A1=C5=D1=BA=B7=D3=E3=CB=E9=E4=B4=E9=C3=D1=BA=E0=AA=D7=E9=CD=E2=C3=A4 =A8=D2=A1=E0=AB=D2=C7=B9=E8=D2=E0=A2=E9=D2=C1=D2=E1=B7=B9 =A2=B3=D0=E0=B4=D5=C2=C7=A1=D1=B9=B6=E9=D2=A4=D8=B3=E4=CD=CB=C3=D7=CD=A8=D2=C1=A1=E7=A8=D0=E1=BE=C3=E8=E0=AA=D7=E9=CD=CB=C7=D1=B4=E3=CB=E9=A4=B9=CD=D7=E8=B9=E3=B9=B9=D1=E9=B9=B4=E9=C7=C2 =CB=C5=D5=A1=E0=C5=D5=E8=C2=A7=E1=C5=D0=CD=C2=E8=D2=E3=AA=E9=CA=D4=E8=A7=A2=CD=A7=C3=C7=C1=A1=D1=BA=A4=B9=B7=D5=E8=A1=D3=C5=D1=A7=E0=BB=E7=B9=CB=C7=D1=B4 =09 =A2=CD=C2=E9=D3=C7=E8=D2=E0=C3=D2=B7=D8=A1=A4=B9=CA=D2=C1=D2=C3=B6=CB=E8=D2=A7=E4=A1=C5=A8=D2=A1=CB=C7=D1=B4=E4=B4=E9=B6=E9=D2=B4=D9=E1=C5=C3=D1=A1=C9=D2=CA=D8=A2=C0=D2=BE=E1=A2=E7=A7=E1=C3=A7=E0=CA=C1=CD =B5=E9=B9=E0=CA=C1=CD=BB=C5=D2=C2 =CB=C3=D7=CD=E0=C1=D7=E8=CD=E0=BB=E7=B9=E1=C5=E9=C7=A1=E7=C3=D5=BA=C3=D1=A1=C9=D2=E1=B5=E8=E0=B9=D4=E8=B9=E6 =A1=E7=A8=D0=BB=C3=D0=CB=C2=D1=B4=B7=D1=E9=A7=E0=C7=C5=D2=E1=C5=D0 =C3=D2=A4=D2=A4=E8=D2=C2=D2 =CA=E8=C7=B9=A8=D0=E0=C5=D7=CD=A1=E1=BA=BA=E4=CB=B9 =E1=BC=B9=BB=D1=A8=A8=D8=BA=D1=B9=E1=C5=D0=E1=BA=BA=B7=D2=A7=E0=C5=D7=CD=A1 =CB=C3=D7=CD=A8=D0=BC=CA=C1=BC=CA=D2=B9 =A1=E7=A2=D6=E9=B9=CD=C2=D9=E8 =BB=C3=D0=CA=BA=A1=D2=C3=B3=EC =A4=C7=D2=C1=E0=CB=C1=D2=D0=CA=C1 =A4=C7=D2=C1=E0=AA=D7=E8=CD=E1=C5=D0=C7=D1=B2=B9=B8=C3=C3=C1=A2=CD=A7=E1=B5=E8=C5=D0=A4=B9 =E1=B5=E8=B6=E9=D2=E4=C1=E8=E4=CB=C7 =E1=C5=E9=C7=A8=A7=CD=C2=E8=D2=B7=B9 =E4=BB=BE=BA=E1=BE=B7=C2=EC=C3=D1=A1=C9=D2=C1=D1=E8=B9=E3=A8=B7=D5=E8=CA=D8=B4=A4=C3=D1=BA --------------------------------------------------------------------------------------------------------------------------------------- =C3=D1=A1=C9=D2=CA=D8=A2=C0=D2=BE=E1=C5=D0=A4=C7=D2=C1=E0=BB=E7=B9=CD=C2=D9=E8=B7=D5=E8=B4=D5 =E2=B4=C2=A1=D2=C3=B7=D2=B9=CD=D2=CB=D2=C3=B7=D5=E8=C1=D5=BB=C3=D0=E2=C2=AA=B9=EC =A2=CD=E1=A4=B5=D2=C5=E7=CD=A1=E0=A1=D5=E8=C2=C7=A1=D1=BA=CA=D2=C3=CD=D2=CB=D2=C3=E0=BE=D7=E8=CD=CA=D8=A2=C0=D2=BE=E4=B4=E9=BF=C3=D5=B7=D5=E8 http=3A=2F=2Fwww=2Egeocities=2Ecom=2Fdodee999 =CB=D2=A1=E4=C1=E8=B5=E9=CD=A7=A1=D2=C3=C3=D1=BA=A2=E9=CD=C1=D9=C5=A2=E8=D2=C7=CA=D2=C3=A1=C3=D8=B3=D2=B5=CD=BA=E0=C1=C5=EC=C1=D2=B7=D5=E8=B9=D5=E8=A4=E8=D0 ecommerce=2Eweb1000=2Ecom --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, email: [email protected] From [email protected] Thu May 08 18:13:04 2003 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58771 invoked by uid 500); 8 May 2003 18:13:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk Reply-To: [email protected] list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 58764 invoked from network); 8 May 2003 18:13:03 -0000 Received: from f042.ah098.freebit.ne.jp (HELO 24i630.com) (161.129.204.104) by daedalus.apache.org with SMTP; 8 May 2003 18:13:03 -0000 From: cd0508 <[email protected]> To: [email protected] Reply-To: [email protected] Subject: =?iso-2022-jp?q?=96=A2=8F=B3=91=F8=8DL=8D=90=81=A6=82=A0=82=C8=82=BD=82=CC=92m=82=E7=82=EA=82=B4=82=E9=90=A2=8AE=81E=81E=81E?= Date: Fri, 09 May 2003 03:13:07 +0900 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="f7c4e6f7-c7ff-4c5a-a976-bfa2316e824d" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --f7c4e6f7-c7ff-4c5a-a976-bfa2316e824d Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: quoted-printable <=91=97=90M=8B=C6=8E=D2>=83A=81[=83o=83=93=83V=83X=83e=83=80=81@=93=8C=8B=9E= =93s=90V=8Fh=8B=E6=90V=8Fh4-18-7 3F 03-5372-6639 <=8E=96=8B=C6=8E=D2>net channel =93=8C=8B=9E=93s=8Fa=92J=8B=E6=93=B9=8C=BA=8D= =E21-15-3 090-8130-1117 =94z=90M=92=E2=8E~=83A=83h=83=8C=83X=81@=81@[email protected] =94z=90M=92=E2=8E~=82=CD24=8E=9E=8A=D4=8C=E3=82=C9=94=BD=89f=82=B3=82=EA=82=DC= =82=B7=81B =93=96=94z=90M=82=CD=91=97=90M=82=C9=8A=D6=82=B7=82=E9=93=C1=92=E8=8F=A4=95= \=8E=A6=8B`=96=B1=8BK=92=E8=82=C9=91=A5=82=E8=91=97=90M=82=B5=82=C4=82=A2=82= =DC=82=B7=81B =81`=81`=81`=81`=81`=81`=81`=81`=81`=81`=81`=81`=81`=81`=81`=81`=81`=81`=81= `=81`=81`=81`=81`=81`=81`=81`=81` =82=A0=82=C8=82=BD=82=CC=92m=82=E7=82=EA=82=B4=82=E9=90^=8E=C0=81E=81E=81E =8C=C0=92=E8=93=C1=95=CACD=81I=81I =8F=DA=82=B5=82=AD=82=CDHP=82=C9=82=C4 http://net-channel777.com --f7c4e6f7-c7ff-4c5a-a976-bfa2316e824d Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, email: [email protected] --f7c4e6f7-c7ff-4c5a-a976-bfa2316e824d-- From [email protected] Sat May 10 12:23:02 2003 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35930 invoked by uid 500); 10 May 2003 12:23:02 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk Reply-To: [email protected] list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 35916 invoked from network); 10 May 2003 12:23:01 -0000 Received: from f057.ah096.freebit.ne.jp (HELO 24i950.com) (161.129.204.104) by daedalus.apache.org with SMTP; 10 May 2003 12:23:01 -0000 From: fuku0508 <[email protected]> To: [email protected] Reply-To: [email protected] Subject: =?iso-2022-jp?q?=96=A2=8F=B3=91=F8=8DL=8D=90=81=A6=81y=83A=83=5F=83=8B=83g=83O=83b=83c=81z=81Q=89=F5=8Ay=83O=83b=83Y=90=B7=82=E8=91=F2=8ER=81Q?= Date: Sat, 10 May 2003 21:23:03 +0900 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="23affa11-ea5f-4409-a13a-76984e12d344" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --23affa11-ea5f-4409-a13a-76984e12d344 Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: quoted-printable <=91=97=90M=8E=D2>DM-top http://dmtop-net100.net <=8E=96=8B=C6=8E=D2>=83A=83_=83=8B=83g=83V=83=87=83b=83v=81@Secret Dream =81= @=93=8C=8B=9E=93s=8Fa=92J=8B=E6=93=B9=8C=BA=8D=E21-15-3-407=81@090-8130-1117 =94z=90M=92=E2=8E~=90=EA=97p=83A=83h=83=8C=83X=81@[email protected] =94z=90M=92=E2=8E~=8E=E8=91=B1=82=AB=8C=E3=96=F124=8E=9E=8A=D4=82=C5=94=BD=89= f=82=B3=82=EA=82=DC=82=B7 =93=96=94z=90M=82=CD=91=97=90M=82=C9=8A=D6=82=B7=82=E9=93=C1=92=E8=8F=A4=95= \=8E=A6=8B`=96=B1=8BK=92=E8=82=C9=91=A5=82=E8=91=97=90M=82=B5=82=C4=82=A2=82= =DC=82=B7=81B =81Q=81Q=81Q=81Q=81Q=81Q=81Q=81Q=81Q=81Q=81Q=81Q=81Q=81y=8DL=8D=90=81z=81Q=81= Q=81Q=81Q=81Q=81Q=81Q=81Q=81Q=81Q=81Q=81Q=81Q =81=9A=8C=C0=92=E8=82=A8=8Ay=82=B5=82=DD=82=ED=82=AD=82=ED=82=AD=83h=83L=83= h=83L=95=9F=91=DC=81=9A =81@=8F=A4=95i=82=C8=82=AD=82=C8=82=E8=8E=9F=91=E6=8FI=97=B9=82=B5=82=DC=82=B7= =81I =81@=91=81=82=A2=82=E0=82=CC=8F=9F=82=BF=81I=82=C8=82=AD=82=C8=82=E9=91O=82=C9= =82=C6=82=E8=82=A0=82=A6=82=B8=8C=A9=82=C9=82=AB=82=C4=81=F4 =81@http://dj.st36.arena.ne.jp/SecretDream =81@=83z=81[=83=80=83y=81[=83W=82=AA=8F=C1=82=A6=82=C4=82=B5=82=DC=82=A4=8B=B0= =82=EA=82=AA=82=A0=82=E8=82=DC=82=B7=82=CC=82=C5=82=A8=91=81=82=DF=82=C9=81= E=81E=81E=81B --23affa11-ea5f-4409-a13a-76984e12d344 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, email: [email protected] --23affa11-ea5f-4409-a13a-76984e12d344-- From [email protected] Mon May 12 03:47:45 2003 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24199 invoked by uid 500); 12 May 2003 03:47:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk Reply-To: [email protected] list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 24192 invoked from network); 12 May 2003 03:47:45 -0000 Received: from p3242-ipadfx41marunouchi.tokyo.ocn.ne.jp (HELO localhost.localdomain) (161.129.204.104) by daedalus.apache.org with SMTP; 12 May 2003 03:47:45 -0000 Received: from XXX ([161.129.204.104]) by localhost.localdomain (8.12.5/8.11.2) with SMTP id h4C3lQjq002271 for [email protected]; Mon, 12 May 2003 12:53:30 +0900 Message-Id: <[email protected]> From: =?ISO-2022-JP?B?GyRCI0kjQyNDO3Y2SEl0GyhC?= <[email protected]> To: <[email protected]> Date: Mon, 12 May 2003 12:47:41 +0900 Subject: =?ISO-2022-JP?B?GyRCTCQ+NUJ6OS05cCIoGyhCUEMbJEIlOSU/JUMlVUpnPTgbKEI=?= MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-2022-JP" Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N <$B;v6H<T(B><$BAw?.<T(B>$B!!(BJS Co.,Ltd. $B9A6h@>?766(B2-22-1 JSA$B;v6HIt(B [email protected] ---------------------------------------------------------- $BFCDj>&<h0zK!;\9T5,B'!!<u$1<h$j$r4uK>$7$J$$>l9g$NO"MmJ}K!(B $BJ@<R$+$i$N9-9p%a!<%k$NG[?.Dd;_$r4uK>$N>l9g$O!"(B $B-!2<5-#U#R#L$h$j%"%I%l%9$r$*CN$i$;$/$@$5$$!#(B http://web-space.jp/jsa/kaijyo2.html $B-"7oL>$r!VG[?.Dd;_!W$H=q$-49$((B $B$3$N%a!<%k$rJV?.$7$F$/$@$5$$!#(B $B$=$NJV?.85$N%"%I%l%9$KBP$9$kG[?.$ODd;_$$$?$7$^$9!#(B $B!!!!!!!!([email protected] $B!z!z!z!z!z!z(BPC$B:_Bp%9%?%C%UJg=8!z!z!z!z!z!z(B $B!!!!!ZJ8>O!&%G!<%?F~NO%9%?%C%U$N5^Jg![(B $B!z6HL30QBw7@Ls$K$F$*;E;v$r$*4j$$$7$^$9!z(B $B!y!y!y!y!y!y!y!y!y!y!y!y!y!y!y!y!y!y!y!y!y(B $B>\:Y!&;qNA@A5a$O2<5-(BURL$B$+$i(B http://web-space.jp/jsa/ $B!y!y!y!y!y!y!y!y!y!y!y!y!y!y!y!y!y!y!y!y!y(B $B:_Bp(BWord$B!&(BExcel$B$G$*;E;v$N=PMh$kJ}$rJg=8$7$F$$$^$9!#(B $B!!!!!!!!!!!!!ZJg=8FbMF![(B $B!Z;~4V![(B5$B;~4V!?=5!!0J>e$N$*;~4V$N<h$l$kJ}(B $B!Z<}F~![(B3$B!A(B15$BK|1_!?7n!!0L$N<}F~$r4uK>$9$kJ}(B $B!!!!!!!!!J;~5k(B1,500$B1_!A(B2,500$B1_!K(B $B!|#1G/0J>e7QB3$G$-$kJ}(B $B!|%-!<%\!<%I$NBG$F$kJ}(B $B!|%o!<%I$G$*;E;v$r$7$?$$J}(B $B!|%(%/%;%k$G$*;E;v$r$7$?$$J}(B $B!z6HL30QBw7@Ls$K$F0BDj$7$?$*;E;v$,2DG=$G$9!z(B $B!y!y!y!y!y!y!y!y!y!y!y!y!y!y!y!y!y!y!y!y!y(B $B>\:Y!&;qNA@A5a$O2<5-(BURL$B$+$i(B http://web-space.jp/jsa/ $B!y!y!y!y!y!y!y!y!y!y!y!y!y!y!y!y!y!y!y!y!y(B --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, email: [email protected] From [email protected] Mon May 12 17:55:02 2003 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74061 invoked by uid 500); 12 May 2003 17:55:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk Reply-To: [email protected] list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 73625 invoked from network); 12 May 2003 17:54:57 -0000 Received: from 0000007173-0001129952.dial.net4b.pt (HELO miguel) (161.129.204.104) by daedalus.apache.org with SMTP; 12 May 2003 17:54:57 -0000 From: "Business Opportunity" <[email protected]> To: [email protected] Subject: Acha que está a ganhar o que merece ? X-Mailer: Microsoft Outlook Express 6.00.2600.0000 Reply-To: [email protected] Date: Mon, 12 May 2003 18:54:41 +0100 Mime-Version: 1.0 Content-Type: text/html; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N <html> <head> <meta http-equiv="Content-Language" content="pt"> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Acha que está a ganhar o que merece ?</title> <style> <!-- h1 {margin-bottom:.0001pt; page-break-after:avoid; font-size:12.0pt; font-family:Arial; margin-left:0cm; margin-right:0cm; margin-top:0cm} --> </style> </head> <body bgcolor="#C0C0C0"> <p>&nbsp;<a href="#português Europa"><img border="0" src="http://www.gotolink.com/manualonline/pictures/PORT_over.gif" width="84" height="21"></a> <a href="#Portugês Brasil"> <img border="0" src="http://www.gotolink.com/manualonline/pictures/PORB_over.gif" width="73" height="21"></a> <a href="#Inglês"> <img border="0" src="http://www.gotolink.com/manualonline/pictures/ENUS_over.gif" width="43" height="21"></a> <a href="#Francês"> <img border="0" src="http://www.gotolink.com/manualonline/pictures/FREN_over.gif" width="45" height="21"></a> <a href="#German"> <img border="0" src="http://www.gotolink.com/manualonline/pictures/GERM_over.gif" width="44" height="21"></a> <a href="#Italiano"> <img border="0" src="http://www.gotolink.com/manualonline/pictures/ITAL_over.gif" width="44" height="21"></a>&nbsp; <a href="#Espanhol"> <img border="0" src="http://www.gotolink.com/manualonline/pictures/SPMX_over.gif" width="44" height="21"></a>&nbsp;&nbsp; </p> <p style="margin-top: -21"><font size="1">&nbsp;&nbsp; <a href="#português Europa">Português-Europa</a>&nbsp;&nbsp;&nbsp; <a href="#Portugês Brasil">Português-Brasil</a>&nbsp;&nbsp;&nbsp;&nbsp; <a href="#Inglês">&nbsp;English </a>&nbsp;&nbsp;&nbsp; <a href="#Francês"> Français</a>&nbsp;&nbsp;&nbsp;&nbsp; <a href="#German">Deutsch </a>&nbsp;&nbsp;&nbsp; <a href="#Italiano">Italiano</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="#Espanhol">Español</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></p> <p><a href="http://www.ok4biz.com" name="português Europa"> <img border="0" src="http://www.gotolink.com/manualonline/pictures/landing_middlePORT.gif" width="707" height="131"></a></p> <p style="margin-right: -8" align="justify"><b><font color="#0000FF" face="Verdana">Tempo Parcial de 500 Euros a 6,000 Euros </font></b></p> <p align="justify" style="margin-right: -8"><font face="Verdana">Empresário procura pessoas sérias e empreendedoras para OPORTUNIDADE DE NEGÓCIO em Portugal, podendo ser desenvolvida também em mais de 50 países.<br> <br> Existem várias &quot;oportunidades&quot; no mercado. Algumas são reais, outras não. <br> <br> O que você precisa saber é que o nosso sistema funciona e é uma tendência mundial.</font></p> <p align="justify" style="margin-right: -8"><font face="Verdana">Nos últimos anos nós ajudamos, literalmente, centenas de pessoas a possuir rendimentos com mais de 3 dígitos, trabalhando de suas próprias casas. Não desejava ter uma oportunidade destas ?<br> &nbsp;<br> </font> <b><font color="#0000FF" face="Verdana">Tempo Integral acima de 6,000 Euros</font></b><font face="Verdana">&nbsp;&nbsp;&nbsp; <br> Imagine ter um rendimento que não depende exclusivamente do seu próprio esforço, que continua mesmo que você não trabalhe todo dia. <br> &nbsp;</font></p> <p align="justify" style="margin-right: -8"><font face="Verdana">Imagine ter a possibilidade de acordar e tirar o dia de folga para passear, ou ir a praia com sua família, ir nas actividades de seus filhos, etc, e não perder dinheiro com isso. <br> &nbsp;</font></p> <p align="justify" style="margin-right: -8"><font face="Verdana">Imagine poder ter o que você quer. - Imagine ser pago por ajudar pessoas a fazer o mesmo. <br> &nbsp;<br> </font> <b><font color="#0000FF" face="Verdana">Férias Nacionais e Internacionais</font></b></p> <p style="margin-right: -8" align="justify"><font face="Verdana">Mais Informações visite o site <a href="http://www.ok4biz.com"> http://www.ok4biz.com</a></font></p> <p style="margin-right: -8" align="justify"><b><font color="#0000FF" face="Verdana">Trabalhar a partir de Casa ou de onde escolher.</font></b></p> <p style="margin-right: -8" align="justify"><font face="Verdana">Também pode fazer como nós! <br> <br> E se estiver disposto a aprender, lhe mostraremos o caminho. <br> <br> Obrigado pela atenção e sucesso. <br> &nbsp;</font></p> <p style="margin-right: -8" align="justify"><font size="2" face="Verdana">Se não desejar receber informações nossas por favor <a href="http://{{EMAIL+EMAIL}}">Clique aqui</a></font></p> <p style="margin-right: -8" align="justify"> ------------------------------------------------------------------------------------------------------------------</p> <p style="margin-right: -8" align="justify"><font face="Verdana"><a href="http://www.ok4biz.com" name="Portugês Brasil"> <img border="0" src="http://www.gotolink.com/manualonline/pictures/landing_middlePORT.gif" width="707" height="131"></a></font></p> <p style="margin-right: -8" align="justify"><b><font color="#0000FF" face="Verdana">Tempo Parcial de 150 Reais a 1,700 Reais </font></b></p> <p align="justify" style="margin-right: -8"><font face="Verdana">Empresário procura pessoas sérias e empreendedoras para OPORTUNIDADE DE NEGÓCIO em Portugal, podendo ser desenvolvida também em mais de 50 países.<br> <br> Existem várias &quot;oportunidades&quot; no mercado. Algumas são reais, outras não. <br> <br> O que você precisa saber é que o nosso sistema funciona e é uma tendência mundial.</font></p> <p align="justify" style="margin-right: -8"><font face="Verdana">Nos últimos anos nós ajudamos, literalmente, centenas de pessoas a possuir rendimentos com mais de 3 dígitos, trabalhando de suas próprias casas. Não desejava ter uma oportunidade destas ?<br> &nbsp;<br> </font> <b><font color="#0000FF" face="Verdana">Tempo Integral acima de 1,700 Reais</font></b><font face="Verdana">&nbsp;&nbsp;&nbsp; <br> &nbsp;</font></p> <p align="justify" style="margin-right: -8"><font face="Verdana">Imagine ter um rendimento que não depende exclusivamente do seu próprio esforço, que continua mesmo que você não trabalhe todo dia. <br> &nbsp;</font></p> <p style="margin-right: -8" align="justify"><font face="Verdana">Imagine ter a possibilidade de acordar e tirar o dia de folga para passear, ou ir a praia com sua família, ir nas actividades de seus filhos, etc, e não perder dinheiro com isso. <br> &nbsp;</font></p> <p style="margin-right: -8" align="justify"><font face="Verdana">Imagine poder ter o que você quer. - Imagine ser pago por ajudar pessoas a fazer o mesmo. <br> &nbsp;<br> </font> <b><font color="#0000FF" face="Verdana">Férias Nacionais e Internacionais</font></b></p> <p style="margin-right: -8" align="justify"><font face="Verdana">Mais Informações visite o site <a href="http://www.no-more-nine-to-five.com"> http://www.ok4biz.com</a></font></p> <p style="margin-right: -8" align="justify"><b><font color="#0000FF" face="Verdana">Trabalhar a partir de Casa ou de onde escolher.</font></b></p> <p style="margin-right: -8" align="justify"><font face="Verdana">Também pode fazer como nós! <br> <br> E se estiver disposto a aprender, lhe mostraremos o caminho. <br> <br> Obrigado pela atenção e sucesso. <br> &nbsp;</font></p> <p style="margin-right: -8" align="justify"><font size="2" face="Verdana">Se não desejar receber informações nossas por favor <a href="http://{{EMAIL+EMAIL}}">Clique aqui</a></font></p> <p style="margin-right: -8" align="justify"> ------------------------------------------------------------------------------------------------------------------</p> <p style="margin-right: -8" align="justify"><font face="Verdana"><a href="http://www.ok4biz.com" name="Inglês"> <img border="0" src="http://www.gotolink.com/manualonline/pictures/landing_middleENUS.gif" width="707" height="131"></a></font></p> <p style="margin-right: -8" align="justify"><b><span lang="EN-GB" style="font-family: Verdana; color: blue">Part Time - Earn from 500 to 6,000 Euros </span></b></p> <p style="margin-right: -8" align="justify"><font face="Verdana"><span lang="EN-GB">A business group seeks serious people with leadership and entrepreneurial skills in order to expand a huge BUSINESS OPPORTUNITY all over the world (more than 50 countries).<br> <br> In the global market-place there are good opportunities. Some of them are real, others are not. <br> <br> You just need to know that our system works and is the main global trend.</span></font></p> <p style="margin-right: -8" align="justify"><font face="Verdana"><span lang="EN-GB">During the last few years we literally helped people to obtain a 3 figure income or more, just by working from home. Would you also like to have this opportunity?<br> &nbsp;<br> </span></font><b><span lang="EN-GB" style="font-family: Verdana; color: blue">Full Time over 6,000 Euros</span></b><font face="Verdana"><span lang="EN-GB">&nbsp;&nbsp;&nbsp; <br> &nbsp;</span></font></p> <p style="margin-right: -8" align="justify"><font face="Verdana"><span lang="EN-GB">Just imagine yourself earning money not exclusively from what you produce on your own. Even if you don't work the whole day you may keep earning money. <br> &nbsp;</span></font></p> <p style="margin-right: -8" align="justify"><font face="Verdana"><span lang="EN-GB">Just imagine yourself taking a holiday, travelling with your family or being with your children the whole day and not losing money because of that. <br> &nbsp;</span></font></p> <p style="margin-right: -8" align="justify"><font face="Verdana"><span lang="EN-GB">Just imagine that you can achieve whatever you really want. Imagine being paid to help other people doing exactly the same thing you do. <br> &nbsp;<br> </span></font><b><span lang="EN-GB" style="font-family: Verdana; color: blue">Holidays Home or Abroad</span></b></p> <p style="margin-right: -8" align="justify"><font face="Verdana"><span lang="EN-GB">For further information click on&nbsp; </span> <a href="http://www.ok4biz.com" style="color: blue; text-decoration: underline; text-underline: single"> <span lang="EN-GB">http://www.ok4biz.com</span></a></font></p> <p style="margin-right: -8" align="justify"><b><span lang="EN-GB" style="font-family: Verdana; color: blue">Working from home or wherever you choose.</span></b></p> <p style="margin-right: -8" align="justify"><font face="Verdana"><span lang="EN-GB">Like us you also can do this! <br> <br> If you want to know more about this we will show you the way. <br> <br> Thank you for your attention. Regards and success. <br> &nbsp;</span></font></p> <p style="margin-right: -8" align="justify"><span lang="EN-GB" style="font-family: Verdana"> <font size="2">If you no longer wish to receive information from us please <a href="http://{{EMAIL+EMAIL}}"> click here</a>.</font></span></p> <p style="margin-right: -8" align="justify"> ------------------------------------------------------------------------------------------------------------------</p> <p style="margin-right: -8" align="justify"><font face="Verdana"><a href="http://www.ok4biz.com" name="Francês"> <img border="0" src="http://www.gotolink.com/manualonline/pictures/landing_middleFREN.gif" width="707" height="131"></a></font></p> <p style="margin-right: -8" align="justify"><b><span lang="FR" style="font-family: Verdana; color: blue">MI-Temps de 500 Euros a 6,000 Euros! </span></b></p> <p style="margin-right: -8" align="justify"><span lang="FR" style="font-family: Verdana">Un Groupe d'hommes d'affaires cherchent des personnes sérieuses et entrepreneurs pour une opportunité d'affaire au Portugal, qui peut être développé aussi en plus de 50 pays.&nbsp; </span> </p> <p style="margin-right: -8" align="justify"><span lang="FR" style="font-family: Verdana">Dans le marché, il y a plusieurs offres. Quelques unes sont sérieuses et réelles, les autres, pas du tout !</span></p> <p style="margin-right: -8" align="justify"><span lang="FR" style="font-family: Verdana">Ce que vous avez besoin de savoir, c'est que notre système fonctionne et est une des plus grandes tendances mondiales.<br> <br> Les dernières années on a aidé carrément des centaines de personnes a avoir des rendements a plus de trois chiffres, en travaillant chez eux. Est-ce que vous ne voulez pas aussi, avoir une opportunité pareille&nbsp;?&nbsp;&nbsp; <br> &nbsp;<br> </span><b><span lang="FR" style="font-family: Verdana; color: blue">Temps Entier&nbsp; plus de 6,000 Euros&nbsp;!</span></b><span lang="FR" style="font-family: Verdana">&nbsp;&nbsp;&nbsp; <br> &nbsp;</span></p> <p style="margin-right: -8" align="justify"><span lang="FR" style="font-family: Verdana"> Imaginez-vous avoir un rendement que ne dépend pas exclusivement de votre propre effort , et que continue même que vous ne travaillez pas pendant toute la journée.</span></p> <p style="margin-right: -8" align="justify"><span lang="FR" style="font-family: Verdana"> Imaginez-vous avoir la possibilité de vous réveiller et décider de partir en vacances, d'aller vous promener ou tout simplement aller à la plage ou accompagner vos enfants à l'école et, avec tout ça, ne pas perdre d'argent .</span></p> <p style="margin-right: -8" align="justify"><span lang="FR" style="font-family: Verdana">Imaginez que vous pouvez avoir tout ce que vous voulez et, être payé tout simplement pour aider des gens a faire exactement la même chose&nbsp;!&nbsp;&nbsp; </span></p> <p style="margin-right: -8" align="justify"><span style="font-family:Verdana">&nbsp;</span><span lang="FR" style="font-family: Verdana"><br> </span><b><span lang="FR" style="font-family: Verdana; color: blue">Profiter de vacances Nationales et Internationales </span></b></p> <p style="margin-right: -8" align="justify"><span lang="FR" style="font-family: Verdana">Pour en savoir plus visitez le site </span><font face="Verdana">&nbsp;<a href="http://www.ok4biz.com">http://www.ok4biz.com</a></font></p> <p style="margin-right: -8" align="justify"><b><span lang="FR" style="font-family: Verdana; color: blue">Travailler à la maison ou a l'endroit a vôtre choix </span></b></p> <p style="margin-right: -8" align="justify"><b><span lang="FR" style="font-family: Verdana; color: blue">Vous pouvez faire comme nous&nbsp;!</span></b><span lang="FR" style="font-family: Verdana"> <br> <br> Si vous avez envie d'apprendre, on peut vous montrer le chemin <br> <![if !supportLineBreakNewLine]><br> <![endif]>Merci pour vôtre attention et on vous souhaite beaucoup de succès&nbsp;! <br> &nbsp;</span></p> <p style="margin-right: -8" align="justify"><span lang="FR" style="font-family: Verdana"> <font size="2">Si vous ne voulez pas continuer a recevoir des informations <a href="http://{{EMAIL+EMAIL}}">appuyez ICI</a> </font> </span></p> <p style="margin-right: -8" align="justify"> ------------------------------------------------------------------------------------------------------------------</p> <p style="margin-right: -8" align="justify"><font face="Verdana"><a href="http://www.ok4biz.com" name="German"> <img border="0" src="http://www.gotolink.com/manualonline/pictures/landing_middleGERM.gif" width="707" height="131"></a></font></p> <p style="margin-right: -8" align="justify"><b><font face="Verdana" color="#0000ff">Part-Time von 500 Euro bis zu 6,000 Euro</font></b></p> <p align="justify" style="margin-right: -8; margin-bottom: -10"> <font face="Verdana">Unternehmer sucht vertauenswürdige Menschen für eine Geschäftgelegenheit in Portugal, die auch in mehr als 50</font></p> <p align="justify" style="margin-right: -8; margin-bottom: -10"> <font face="Verdana">anderen Ländern wahrgenommen werden kann.<br> <br> Es gibt verschiedene &quot;Gelegenheiten&quot; auf dem Markt. Einige sind Real, andere nicht.<br> <br> Was Sie wissen sollten ist, dass user System funktioniert und eine weltweite Tendenz darstellt.</font></p> <p align="justify" style="margin-right: -8; margin-bottom: -10"> <font face="Verdana">In den letzten Jahren haben wir, wörtlich, hunderten von Menschen ein Einkommen mit drei Ziffern ermöglicht, in</font></p> <p align="justify" style="margin-right: -8; margin-bottom: -10"> <font face="Verdana">dem sie von zu Hause aus arbeiten. Hätten Sie nicht auch gerne so eine Möglichkeit?<br> &nbsp;<br> </font> <b><font face="Verdana" color="#0000ff">Full-Time über 6,000 Euro</font></b><font face="Verdana">&nbsp;&nbsp;&nbsp; <br> &nbsp;</font></p> <p align="justify" style="margin-right: -8"><font face="Verdana">Stellen Sie sich ein Einkommen vor, dass auschliesslich von Ihrer eigenen Initiative abhängt, und die doch für Sie weiterarbeitet obwohl Sie nicht den ganzen Tag reinstecken.<br> &nbsp;</font></p> <p align="justify" style="margin-right: -8"><font face="Verdana">Stellen Sie sich vor, aufzuwachen um sich mal wieder einen freien Tag zu nehmen um Spazieren zu gehen, oder mit Ihrer Familie an den Strand zu fahren, um Ihre Kinder zu begleiten, etc., und doch kein Geld damit zu verlieren.<br> &nbsp;</font></p> <p align="justify" style="margin-right: -8"><font face="Verdana">Stellen Sie sich vor, alles zu bekommen was Sie haben wollen. - Stellen Sie sich vor, bezahlt zu werden um andere zum Selben zu verhelfen. <br> &nbsp;<br> </font> <b><font face="Verdana" color="#0000ff">Ferien im Inland und Ausland</font></b></p> <p style="margin-right: -8" align="justify"><font face="Verdana">Für mehr Informationen sehen Sie bitte hier nach&nbsp; <a href="http://www.ok4biz.com"> <font size="2">http://www.ok4biz.com</font></a></font></p> <p style="margin-right: -8" align="justify"><b><font face="Verdana" color="#0000ff">Arbeiten Sie von zuhause oder von wo aus Sie gerade wollen.</font></b></p> <p style="margin-right: -8" align="justify"><font face="Verdana">Sie können das Gleiche wie wir tun! <br> <br> Und wenn Sie etwas Lernen wollen, zeigen wir Ihnen den Weg. <br> <br> Danke für Ihre Aufmerksamkeit und Erfolg. <br> &nbsp;</font></p> <p style="margin-right: -8" align="justify"><font face="Verdana" size="2">Falls Sie keine weitere informationen von uns wünschen bitte <a href="http://{{EMAIL+EMAIL}}">hier clicken</a></font></p> <p style="margin-right: -8" align="justify"> ------------------------------------------------------------------------------------------------------------------</p> <p style="margin-right: -8" align="justify"><font face="Verdana"><a href="http://www.ok4biz.com" name="Italiano"> <img border="0" src="http://www.gotolink.com/manualonline/pictures/landing_middleITAL.gif" width="707" height="131"></a></font></p> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size: 12.0pt; font-family: Verdana; color: #0000FF; font-weight: 700">Part-time da 500 eur a 6000 euros.</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt; font-family:Verdana;color:black">&nbsp;</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black">Gruppo di imprenditori cerca persone serie e con spirito imprenditoriale per sviluppare</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black">opportunitá di bussiness in portogallo ed in oltre 50/cinquanta paesi.</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black">&nbsp;</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black">Esistono svariate opportunitá nel mercato. Alcune reali, altre no.</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black">&nbsp;</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black">Quello che bisogna sapere é che il nostro sistema funziona ed é una tendenza mondiale.</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black">&nbsp;</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black">In questi ultimi anni, abbiamo letteralmente aiutato, centinaia di persone ad ottenere</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black">guadagni a piú di /tre cifre, lavorando nella sua propria abitazione.</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black">Non desiderava un'opportunitá come questa?</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black">&nbsp;</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black">&nbsp;</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size: 12.0pt; font-family: Verdana; color: #0000FF; font-weight: 700">Tempo intero, oltre 6000 euros</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size: 12.0pt; font-family: Verdana; color: #0000FF; font-weight: 700">&nbsp;</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black">Immagini di avere un rendimento que non dipenda esclusivamente dal suo lavoro,e che</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black">si autosostiene nonostante non lavori tutti i giorni.</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black"> </span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt">&nbsp;</pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black">Immagini di avere la possibilitá di svegliarsi e prendersi un giorno di libertá per </span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black">passeggiare, ou per andare al mare con la sua famiglia, accompagnare i suoi figli</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black">nelle loro attivitá e soprattutto senza perdere un solo euro.</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt">&nbsp;</pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black">Immagini di poter avere tutto quello che realmente vuole. </span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black">Immagini di essere pagato per aiutare certe persone a fare lo stesso</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black">&nbsp;</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size: 12.0pt; font-family: Verdana; color: #0000FF; font-weight: 700">Ferie nazionali ed internazionali</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size: 12.0pt; font-family: Verdana; color: #0000FF; font-weight: 700">&nbsp;</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black">Per informazioni visiti il site </span><font face="Verdana" size="3"> <a href="http://www.ok4biz.com">http://www.ok4biz.com</a></font></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black">&nbsp;</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size: 12.0pt; font-family: Verdana; color: #0000FF; font-weight: 700">Lavorare a partire dalla propria abitazione o dove vuole</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black"> </span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black">Anche lei puó fare come noi</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black">&nbsp;</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black">E se vuole imparare, le insegneremo il cammino</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black">&nbsp;</span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black"> </span></pre> </div> <div align="justify"> <pre style="font-size: 10.0pt; font-family: Courier New; margin-left: 0cm; margin-right: -8; margin-top: 0cm; margin-bottom: .0001pt"><span style="font-size:12.0pt;font-family:Verdana;color:black">La ringraziamo dell 'attenzione</span></pre> </div> <p class="MsoNormal" style="margin-right: -8" align="justify"><font face="Verdana" size="2"><span style="color:black">Se non desidera ricevere nostre informazioni, per favore <a href="http://{{EMAIL+EMAIL}}"> selezioni qui</a></span></font></p> <p style="margin-right: -8" align="justify"> ------------------------------------------------------------------------------------------------------------------</p> <p style="margin-right: -8" align="justify"><font face="Verdana"><a href="http://www.ok4biz.com" name="Espanhol"> <img border="0" src="http://www.gotolink.com/manualonline/pictures/landing_middleSPSN.gif" width="707" height="131"></a></font></p> <h1 style="text-align:justify; margin-right:-8"> <font color="#0000FF" face="Verdana">Jornada Reduzida de 500 Euros a 6000 Euros</font></h1> <p class="MsoNormal" style="text-align:justify; margin-right:-8"> <span lang="ES" style="font-family: Verdana">Grupo de Empresarios buscan personas honestas y empreendedoras para oportunidad de negocio en Portugal, pudendo desarrollarse también en 50 otros países.</span></p> <p class="MsoNormal" style="text-align:justify; margin-right:-8"> <span lang="ES" style="font-family: Verdana">Hay diversas "oportunidades" en el mercado. Algunas reales, otras no.</span></p> <p class="MsoNormal" style="text-align:justify; margin-right:-8"> <span lang="ES" style="font-family: Verdana">Do que usted necesita saber es que nuestro sistema funciona y es una tendencia mundial.</span></p> <p class="MsoNormal" style="text-align:justify; margin-right:-8"> <span lang="ES" style="font-family: Verdana">En los ultimos años hemos ayudado , literalmente cientos de personas a lograr rentas con más de 3 dígitos, trabajando desde sus casas. No desea una oportunidad como esta?</span></p> <h1 style="text-align:justify; margin-right:-8"> <font color="#0000FF" face="Verdana"><span lang="ES">Jornada Completa por encima de 6000 Euros</span></font></h1> <p class="MsoNormal" style="text-align:justify; margin-right:-8"> <span lang="ES" style="font-family: Verdana">Imagine tener una renta que no depende unicamente de su esfuerzo que se mantiene aunque<span style="color:red"> </span>usted no trabaje todo el dia.</span></p> <p class="MsoNormal" style="text-align:justify; margin-right:-8"> <span lang="ES" style="font-family: Verdana">Imagine tener la posibilidad de despertarse y tener el dia libre para pasear ò ir à la playa con su familia, ir a las actividades de sus hijos, etc..., y a no perder dinero por eso.</span></p> <p class="MsoNormal" style="text-align:justify; margin-right:-8"> <span lang="ES" style="font-family: Verdana">Imagine que puede tener lo que usted quiére . Imagine ser pagado por ayudar personas à hacer lo mismo.</span></p> <h1 style="text-align:justify; margin-right:-8"> <font color="#000099" face="Verdana"><span lang="ES">Vacacciones Nacionales y Internacionales</span></font></h1> <p class="MsoNormal" style="text-align:justify; margin-right:-8"> <span lang="ES" style="font-family: Verdana">Más informaciones visite el site </span><u><span style="font-family: Arial"> <a href="http://www.ok4biz.com/" style="color: blue; text-decoration: underline; text-underline: single"> <span lang="ES" style="font-family: Verdana"> http://www.ok4biz.com</span></a></span></u></p> <h1 style="text-align:justify; margin-right:-8"> <font color="#000099" face="Verdana"><span lang="ES">Trabajar desde casa à donde elija</span></font></h1> <p class="MsoNormal" style="margin-right: -8" align="justify"><span lang="ES" style="font-family: Verdana">Puede también hacer como nosotros!</span></p> <p class="MsoNormal" style="margin-right: -8" align="justify"> <span lang="ES" style="font-family: Verdana">Y se quiere, le enseñaremos como.</span></p> <p class="MsoNormal" style="margin-right: -8" align="justify"> <span lang="ES" style="font-family: Verdana">Gracias por su atención y éxito.</span></p> <p style="margin-right: -8" align="justify"><font size="2" face="Verdana">Se não desejar receber informações nossas por favor <a href="http://{{EMAIL+EMAIL}}">Clique aqui</a></font></p> <p style="margin-right: -8" align="justify"> ------------------------------------------------------------------------------------------------------------------</p> </body> </html> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, email: [email protected] From [email protected] Wed May 14 03:36:46 2003 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 53627 invoked by uid 500); 14 May 2003 03:36:43 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk Reply-To: [email protected] list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 53477 invoked from network); 14 May 2003 03:36:39 -0000 Received: from sfr-tgn-sfn-vty17.as.wcom.net (HELO mail.com) (161.129.204.104) by daedalus.apache.org with SMTP; 14 May 2003 03:36:39 -0000 Reply-To: [email protected] From: ´´<[email protected]> Subject: ¤¹ 3 »ÃÐàÀ· Date: Wed, 14 May 2003 10:35:41 +0700 MIME-Version: 1.0 Content-Type: text/html; charset="Windows-1251" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N <html style="font-family: AngsanaUPC"> <head> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>New Page 1</title> <style> <!-- p {margin-right:0cm; margin-left:0cm; font-size:12.0pt; font-family:"Times New Roman"; } --> </style> </head> <body style="font-family: AngsanaUPC"> <p style="MARGIN: 0cm 0cm 0pt"><span lang="TH" style="FONT-FAMILY: AngsanaUPC">&#3588;&#3609;&#3648;&#3619;&#3634;&#3649;&#3610;&#3656;&#3591;&#3652;&#3604;&#3657; </span>3 <span lang="TH" style="FONT-FAMILY: AngsanaUPC">&#3611;&#3619;&#3632;&#3648;&#3616;&#3607; &#3607;&#3637;&#3656;&#3617;&#3633;&#3585;&#3652;&#3617;&#3656;&#3611;&#3619;&#3632;&#3626;&#3610;&#3588;&#3623;&#3634;&#3617;&#3626;&#3635;&#3648;&#3619;&#3655;&#3592;&#3651;&#3609;&#3594;&#3637;&#3623;&#3636;&#3605;(&#3604;&#3657;&#3634;&#3609;&#3585;&#3634;&#3619;&#3648;&#3591;&#3636;&#3609;)</span><br> <br> &nbsp;</p> <p style="MARGIN: 0cm 0cm 0pt">1. <span lang="TH" style="FONT-FAMILY: AngsanaUPC">&#3652;&#3617;&#3656;&#3588;&#3636;&#3604;&#3592;&#3632;&#3619;&#3623;&#3618; &#3588;&#3609;&#3611;&#3619;&#3632;&#3648;&#3616;&#3607;&#3609;&#3637;&#3657;&#3592;&#3632;&#3652;&#3617;&#3656;&#3617;&#3637;&#3623;&#3633;&#3609;&#3619;&#3623;&#3618;&#3606;&#3638;&#3591;&#3649;&#3617;&#3657;&#3592;&#3632;&#3606;&#3641;&#3585;&#3627;&#3623;&#3618;&#3585;&#3655;&#3592;&#3632;&#3592;&#3609;&#3648;&#3627;&#3617;&#3639;&#3629;&#3609;&#3648;&#3604;&#3636;&#3617;</span><br> &nbsp;&nbsp;&nbsp;&nbsp; <span lang="TH" style="FONT-FAMILY: AngsanaUPC">&#3648;&#3614;&#3619;&#3634;&#3632;&#3648;&#3586;&#3634;&#3607;&#3635;&#3605;&#3633;&#3623;&#3652;&#3617;&#3656;&#3617;&#3637;&#3588;&#3656;&#3634;&#3614;&#3629;&#3626;&#3635;&#3627;&#3619;&#3633;&#3610;&#3648;&#3591;&#3636;&#3609;&#3585;&#3657;&#3629;&#3609;&#3609;&#3633;&#3657;&#3609;</span><br> &nbsp;2. <span lang="TH" style="FONT-FAMILY: AngsanaUPC">&#3629;&#3618;&#3634;&#3585;&#3592;&#3632;&#3619;&#3623;&#3618; &#3649;&#3605;&#3656;&#3652;&#3617;&#3656;&#3649;&#3626;&#3623;&#3591;&#3627;&#3634;&#3650;&#3629;&#3585;&#3634;&#3626;</span><span lang="TH"> </span><span lang="TH" style="FONT-FAMILY: AngsanaUPC">&#3619;&#3629;&#3650;&#3629;&#3585;&#3634;&#3626;&#3623;&#3636;&#3656;&#3591;&#3648;&#3586;&#3657;&#3634;&#3617;&#3634;&#3627;&#3634;</span><br> &nbsp;&nbsp;&nbsp;&nbsp; <span lang="TH" style="FONT-FAMILY: AngsanaUPC">&#3649;&#3621;&#3632;&#3617;&#3633;&#3585;&#3592;&#3632;&#3617;&#3629;&#3591;&#3586;&#3657;&#3634;&#3617;&#3650;&#3629;&#3585;&#3634;&#3626;&#3604;&#3637;&#3654;&#3652;&#3611;</span><br> 3. <span lang="TH" style="FONT-FAMILY: AngsanaUPC">&#3629;&#3618;&#3634;&#3585;&#3592;&#3632;&#3619;&#3623;&#3618;</span><span lang="TH"> </span><span lang="TH" style="FONT-FAMILY: AngsanaUPC">&#3649;&#3626;&#3623;&#3591;&#3627;&#3634;&#3650;&#3629;&#3585;&#3634;&#3626;&#3651;&#3627;&#3657;&#3585;&#3633;&#3610;&#3605;&#3633;&#3623;&#3648;&#3629;&#3591; &#3649;&#3605;&#3656;&#3614;&#3629;&#3648;&#3592;&#3629;&#3650;&#3629;&#3585;&#3634;&#3626;&#3651;&#3609;&#3594;&#3637;&#3623;&#3636;&#3605;</span><br> &nbsp;&nbsp;&nbsp; <span lang="TH" style="FONT-FAMILY: AngsanaUPC">&#3585;&#3621;&#3633;&#3610;&#3652;&#3617;&#3656;&#3585;&#3621;&#3657;&#3634;&#3614;&#3629;&#3607;&#3637;&#3656;&#3592;&#3632;&#3605;&#3633;&#3604;&#3626;&#3636;&#3609;&#3651;&#3592; &#3607;&#3635;&#3651;&#3627;&#3657;&#3614;&#3621;&#3634;&#3604;&#3650;&#3629;&#3585;&#3634;&#3626;&#3604;&#3637;&#3654; &#3609;&#3633;&#3657;&#3609;&#3652;&#3611;</span><br> <br> &nbsp;</p> <p style="MARGIN: 0cm 0cm 0pt">&nbsp;<span lang="TH" style="FONT-FAMILY: AngsanaUPC">&#3627;&#3634;&#3585;&#3652;&#3617;&#3656;&#3651;&#3594;&#3656;&#3588;&#3609;&#3651;&#3609; </span>3 <span lang="TH" style="FONT-FAMILY: AngsanaUPC">&#3585;&#3621;&#3640;&#3656;&#3617;&#3609;&#3637;&#3657; &#3627;&#3619;&#3639;&#3629;&#3652;&#3617;&#3656;&#3629;&#3618;&#3634;&#3585;&#3592;&#3632;&#3648;&#3611;&#3655;&#3609;</span><br> &nbsp;<span lang="TH" style="FONT-FAMILY: AngsanaUPC">&#3652;&#3617;&#3656;&#3623;&#3656;&#3634;&#3588;&#3640;&#3603;&#3592;&#3632;&#3648;&#3627;&#3655;&#3609;&#3617;&#3633;&#3609;&#3648;&#3611;&#3655;&#3609;&#3650;&#3629;&#3585;&#3634;&#3626;&#3627;&#3619;&#3639;&#3629;&#3652;&#3617;&#3656; &#3585;&#3655;&#3652;&#3617;&#3656;&#3648;&#3626;&#3637;&#3618;&#3629;&#3632;&#3652;&#3619;&#3607;&#3637;&#3656;&#3592;&#3632;&#3648;&#3586;&#3657;&#3634;&#3652;&#3611;&#3604;&#3641;</span> </p> <p style="MARGIN: 0cm 0cm 0pt">&nbsp;</p> <p style="MARGIN: 0cm 0cm 0pt"><span lang="TH" style="FONT-FAMILY: Angsana New"> <a style="color: blue; text-decoration: underline" href="http://www.geocities.com/thainice99">&#3619;&#3632;&#3610;&#3610;&#3608;&#3640;&#3619;&#3585;&#3636;&#3592;&#3586;&#3629;&#3591;&#3648;&#3619;&#3634;&#3626;&#3609;&#3633;&#3610;&#3626;&#3609;&#3640;&#3609; &#3612;&#3641;&#3657;&#3607;&#3637;&#3656;&#3617;&#3640;&#3656;&#3591;&#3617;&#3633;&#3656;&#3609; &#3649;&#3621;&#3632;&#3652;&#3617;&#3656;&#3648;&#3588;&#3618;&#3607;&#3657;&#3629;&#3606;&#3629;&#3618; &#3592;&#3609;&#3585;&#3623;&#3656;&#3634;&#3592;&#3632;&#3611;&#3619;&#3632;&#3626;&#3610;&#3588;&#3623;&#3634;&#3617;&#3626;&#3635;&#3648;&#3619;&#3655;&#3592;</a></span></p> <p style="MARGIN: 0cm 0cm 0pt"><span lang="TH" style="FONT-FAMILY: Angsana New"> &#3605;&#3657;&#3629;&#3591;&#3585;&#3634;&#3619; &#3617;&#3637;&#3619;&#3634;&#3618;&#3652;&#3604;&#3657; 5</span>,<span lang="TH" style="FONT-FAMILY: Angsana New">000 - 40</span>,<span lang="TH" style="FONT-FAMILY: Angsana New">000 &#3610;&#3634;&#3607;</span>/<span lang="TH" style="FONT-FAMILY: Angsana New">&#3648;&#3604;&#3639;&#3629;&#3609; &#3592;&#3634;&#3585;&#3585;&#3634;&#3619;&#3607;&#3635;&#3608;&#3640;&#3619;&#3585;&#3636;&#3592;&#3612;&#3656;&#3634;&#3609;&#3648;&#3607;&#3588;&#3650;&#3609;&#3650;&#3621;&#3618;&#3637;&#3585;&#3634;&#3619;&#3626;&#3639;&#3656;&#3629;&#3626;&#3634;&#3619; <a style="color: blue; text-decoration: underline" href="http://www.geocities.com/thainice99">&#3588;&#3621;&#3636;&#3658;&#3585;&#3607;&#3637;&#3656;&#3609;&#3637;&#3656;</a></span><a style="color: blue; text-decoration: underline" href="http://www.workmajestic.net/advanced">!<span lang="TH" style="FONT-FAMILY: Angsana New"> </span></a>&nbsp; <span lang="TH" style="FONT-FAMILY: Angsana New">&nbsp;</span></p> <p style="MARGIN: 0cm 0cm 0pt"> <span lang="TH" style="FONT-SIZE: 10pt; FONT-FAMILY: Angsana New">***************************************************************************************</span></p> <p style="margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; margin-bottom: 0pt"><FONT size=2> <a href="mailto:[email protected]?subject=Unsubscribe">Unsubscribe</a></FONT></p> </body> </html> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, email: [email protected] From [email protected] Sat May 17 07:31:11 2003 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72233 invoked by uid 500); 17 May 2003 07:31:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk Reply-To: [email protected] list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 72189 invoked from network); 17 May 2003 07:31:06 -0000 Received: from unknown (HELO localhost.com) (161.129.204.104) by daedalus.apache.org with SMTP; 17 May 2003 07:31:06 -0000 From: [email protected] Reply-To: [email protected] To: [email protected] Date: Sat, 17 May 2003 14:30:07 +0700 Subject: ÍѹµÃÒ !!! ¢Í§ÂÒÅ´¹éÓ˹ѡ X-Mailer: QuickSender 1.05 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===_LikeYe_888_2fnaknjuofmgxp" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --===_LikeYe_888_2fnaknjuofmgxp Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable =C5=B4=A4=C7=D2=C1=CD=E9=C7=B9=2E=2E=2E=C5=D8=E9=B9=E1=C5=E9=C7=2E=2E=2E=A4=D8=E9=C1=CB=C3=D7=CD=E4=C1=E8=2E=2E=2E=E3=A4=C3=A4=D8=E9=C1=3F * =C2=D2=AA=D8=B4=C5=B4=A4=C7=D2=C1=CD=E9=C7=B9 =3A =C1=D5=C2=D2=C1=D2=A1=C1=D2=C2=CB=C5=D2=C2=CD=C2=E8=D2=A7=CD=C2=D9=E8=E3=B9=CB=B9=D6=E8=A7=AA=D8=B4 =CB=D2=AB=D7=E9=CD=E4=B4=E9=A7=E8=D2=C2 =BD=D2=A1=A1=D1=B9=AB=D7=E9=CD=E4=B4=E9 =E4=C1=E8=E0=CB=E7=B9=A4=B9=E4=A2=E9=A1=E7=E4=B4=E9=C2=D2 =E4=C1=E8=A8=D3=E0=BB=E7=B9=B5=E9=CD=A7=B5=D4=B4=B5=D2=C1=A1=D2=C3=C3=D1=A1=C9=D2=2E=2E=2E=C2=D2=E4=BB - =E0=A7=D4=B9=C1=D2 =CD=D1=B9=B5=C3=D2=C2 ! 1=2E =E3=B9=C2=D2=AA=D8=B4=C1=D5 =C2=D2=CD=CD=A1=C4=B7=B8=D4=EC=E2=B4=C2=B5=C3=A7=B5=E8=CD=CA=C1=CD=A7 =28 =CA=C1=CD=A7=CA=E8=C7=B9 =E4=CE=E2=BA=BB=B8=D2=C5=D2=C1=D1=CA =C1=D5=C8=D9=B9=C2=EC=A4=C7=C1=A4=D8=C1=A1=D2=C3=A1=D4=B9=CD=C2=D9=E8 2 =B5=D3=E1=CB=B9=E8=A7 =A4=D7=CD =C8=D9=B9=C2=EC=CB=D4=C7 =E1=C5=D0=C8=D9=B9=C2=EC=CD=D4=E8=C1 =29 =C2=D2=CD=D1=B9=B5=C3=D2=C2=A8=D1=B4=CD=C2=D9=E8=E3=B9=BE=C7=A1=C7=D1=B5=B6=D8=CD=CD=A1=C4=B7=B8=D4=EC=B5=E8=CD=A8=D4=B5=BB=C3=D0=CA=D2=B7=A4=C7=BA=A4=D8=C1=A4=C7=D2=C1=CD=C2=D2=A1=CD=D2=CB=D2=C3 =E0=AA=E8=B9 Phentermine =A8=D0=A1=B4=C8=D9=B9=C2=EC=CB=D4=C7 =B7=D3=E3=CB=E9=A4=C7=D2=C1=CD=C2=D2=A1=CD=D2=CB=D2=C3=B9=E9=CD=C2=C5=A7 =E1=B5=E8=A1=C3=D0=B5=D8=E9=B9 =BB=C3=D0=CA=D2=B7=CA=E8=C7=B9=CD=D7=E8=B9=E3=CB=E9=B5=D7=E8=B9=B5=D1=C7 =B7=D3=E3=CB=E9=B9=CD=B9=E4=C1=E8=CB=C5=D1=BA =CB=D2=A1=B7=D2=B9=C2=D2=E0=A1=D4=B9 =A8=D0=E0=A1=D4=B4=CD=D2=A1=D2=C3=E0=A4=C3=D5=C2=B4 =A1=C3=D0=C7=B9=A1=C3=D0=C7=D2=C2 =BB=C7=B4=CB=D1=C7=C1=D2=A1 =CA=D1=BA=CA=B9 =A4=C7=D2=C1=B4=D1=B9=E2=C5=CB=D4=B5=CA=D9=A7 =CB=D9=E1=C7=E8=C7 =C0=D2=BE=CB=C5=CD=B9 =CA=D2=C3=B7=D5=E8=E0=BB=E7=B9=B5=E9=B9=E1=BA=BA=A2=CD=A7=C2=D2=A1=C5=D8=E8=C1=B9=D5=E9 =A4=D7=CD Amphetamine =E1=CD=C1=E0=BF=B5=D2=C1=D5=B9 =C2=D2=BA=E9=D2 =E0=C3=D5=C2=A1=C7=E8=D2 =C5=B4=A4=C7=D2=C1=CD=E9=C7=B9=E1=BA=BA =BA=E9=D2!!! =C2=D2=CD=D5=A1=BE=C7=A1=B7=D5=E8=A1=C3=D0=B5=D8=E9=B9=C8=D9=B9=C2=EC =E4=B4=E9=E1=A1=E8 Fenfluramine =BB=D1=A8=A8=D8=BA=D1=B9=B6=D9=A1=B6=CD=B9=A1=D2=C3=E3=AA=E9=CD=CD=A1=A8=D2=A1=B5=C5=D2=B4=C2=D2=E1=C5=E9=C7 =E0=BE=C3=D2=D0=CD=D2=A8=B7=D3=E3=CB=E9=C5=D4=E9=B9=CB=D1=C7=E3=A8=BC=D4=B4=BB=A1=B5=D4 2=2E =E3=B9=AA=D8=B4=C2=D1=A7=C1=D5=C2=D2=E0=C3=E8=A7=A1=D2=C3=B7=D3=A7=D2=B9=A2=CD=A7=B5=E8=CD=C1=E4=B7=C3=CD=C2=B4=EC =AA=D7=E8=CD Thyroxine =E0=C3=E8=A7=A1=D2=C3=E0=BC=D2=BC=C5=D2=AD=E3=CB=E9=CA=D9=A7 =BE=C3=E9=CD=C1=E6=A1=D1=BA=E3=A8=CA=D1=E8=B9 =A4=C7=D2=C1=B4=D1=B9=E2=C5=CB=D4=B5=A2=D6=E9=B9=CA=D9=A7 =A8=E8=D2=C2=C2=D2=B7=D3=A4=B9=BB=A1=B5=D4=E3=CB=E9=C1=D5=CD=D2=A1=D2=C3=E0=CB=C1=D7=CD=B9=A4=B9 =E0=BB=E7=B9=E2=C3=A4=A4=CD=BE=CD=A1=E0=BB=E7=B9=BE=D4=C9 =B9=E9=D3=CB=B9=D1=A1=A8=D0=E4=B4=E9=C5=B4=C5=A7 =BE=C3=E9=CD=C1=A1=D1=BA=CD=D2=A1=D2=C3=CA=D1=E8=B9 =C5=CD=C2 =E0=CB=C1=D7=CD=B9=C2=D7=B9=E4=C1=E8=B5=D4=B4=BE=D7=E9=B9 =E3=AA=E9=C2=D2=B9=D5=E9=B9=D2=B9=E6=CB=C2=D8=B4=C2=D2=E1=C5=E9=C7=E4=C1=E8=E1=B9=E8=2E=2E=2E=A4=C3=D2=C7=B9=D5=E9=E4=B4=E9=E0=A8=CD=E2=C3=A4=A4=CD=BE=CD=A1=E0=BB=E7=B9=BE=D4=C9=A2=CD=A7=A8=C3=D4=A7! 3=2E =C2=D1=A7=E4=C1=E8=BE=CD =C2=D1=A7=E4=C1=E8=CA=D0=E3=A8=2E=2E=2E=A4=B9=A8=E8=D2=C2=C2=D2 - =E0=B5=D4=C1=C2=D2=A2=D1=BA=BB=D1=CA=CA=D2=C7=D0=2E=2E=2E=C3=D5=B4=B9=E9=D3=CD=CD=A1=CD=D5=A1=E3=CB=E9=C1=D2=A1=B7=D5=E8=CA=D8=B4=2E=2E=2E=C3=D5=B4=A8=B9=CB=C1=B4=E1=C3=A7 - =E0=B5=D4=C1=C2=D2=C3=D0=BA=D2=C2=2E=2E=2E=A8=D0=E4=B4=E9=B6=E8=D2=C2=A4=C5=E8=CD=A7 =A2=D6=E9=B9=BA=B9=B5=C3=D2=AA=D1=E8=A7=CD=C2=E8=D2=A7=B9=E9=CD=C2=B9=E9=D3=CB=B9=D1=A1=CB=D2=C2=E4=BB 2-3 =A2=D5=B4=B6=D6=A7=A4=C3=D6=E8=A7=E2=C5=2E=2E=2E=C2=D2=B9=D5=E9=E0=C3=E8=A7=A2=E9=D2=A7=C5=D2=A7 - =E0=B5=D4=C1=C2=D2=C5=B4=A1=C3=B4=2E=2E=2E=E3=CB=E9=A1=C3=D0=E0=BE=D2=D0=BA=D5=BA=B5=D1=C7=B9=E9=CD=C2=C5=A7=E0=BE=D7=E8=CD=A8=D0=E4=B4=E9=E4=C1=E8=CB=D4=C7 =E1=B5=E8=E3=AA=E9=B9=D2=B9=E6=B7=E9=CD=A7=BC=D9=A1=2E=2E=2E=C2=D2=B9=D5=E9=C3=D1=E9=A7=A2=E9=D2=A7=BA=B9 =E2=CD=E9=E2=CE! =A8=E8=D2=C2=C2=D2=E1=BA=BA=B9=D5=E9=2E=2E=2E=B6=E9=D2=E4=C1=E8=E0=CB=E7=B9 =E4=C1=E8=B4=D9 =E4=C1=E8=B5=D4=B4=B5=D2=C1=BC=C5=A4=B9=E4=A2=E9 =B9=E8=D2=A8=D0=E0=C3=D5=C2=A1=C7=E8=D2=2E=2E=2E=2E=B8=D8=C3=A1=D4=A8=BE=D1=B9=B8=D8=EC=CA=C2=CD=A7=2E=2E=2E=C2=D2=E2=CB=B4=2E=2E=2E=C3=D0=B7=D6=A1!!! =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =BE=D7=E9=B9=B7=D5=E8=E2=A6=C9=B3=D2=2E=2E=2E=2E=2E=2E =09=CD=C2=D2=A1=CA=D8=A2=C0=D2=BE=B4=D5=2E=2E=2E=CB=D8=E8=B9=B4=D5=2E=2E=2E=B4=E9=C7=C2=C7=D4=B8=D5=B7=D5=E8=BB=C5=CD=B4=C0=D1=C2=E1=C5=D0=E4=B4=E9=BC=C5=BB=C3=D6=A1=C9=D2=E0=C3=D2=E4=B4=E9=B7=D5=E8 http=3A=2F=2Fwww=2Egeocities=2Ecom=2Fhealthclubforyou =E4=C1=E8=B5=E9=CD=A7=A1=D2=C3=C3=D1=BA=E0=C1=C5=C5=EC=CD=D5=A1 www=2Eunsubhealthclub=2Eweb1000=2Ecom =A2=CD=BA=A4=D8=B3=A4=C3=D1=BA =09 --===_LikeYe_888_2fnaknjuofmgxp Content-Type: application/octet-stream; name="MailXS_list.lst" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="MailXS_list.lst" From [email protected] Mon May 19 08:10:53 2003 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67602 invoked by uid 500); 19 May 2003 08:10:53 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk Reply-To: [email protected] list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 67578 invoked from network); 19 May 2003 08:10:51 -0000 Received: from 161.129.204.104.idn.co.th (HELO localhost.com) (161.129.204.104) by daedalus.apache.org with SMTP; 19 May 2003 08:10:51 -0000 From: [email protected] Reply-To: [email protected] To: [email protected] Date: Mon, 19 May 2003 15:10:21 +0700 Subject: !!!!¤Ø³¤Ô´ÇèÒ¨ÐãªéªÕÇÔµ¢Í§¤Ø³ã¹ÃٻẺ㴠ËÒ¡¤Ø³ÁÕÍÔÊÃÀÒ¾·Ò§àÇÅÒáÅСÒÃà§Ô¹ !!! X-Mailer: QuickSender 1.05 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N =A4=D8=B3=A4=D4=B4=C7=E8=D2=A8=D0=E3=AA=E9=AA=D5=C7=D4=B5=A2=CD=A7=A4=D8=B3=E3=B9=C3=D9=BB=E1=BA=BA=E3=B4 =CB=D2=A1=A4=D8=B3=C1=D5=CD=D4=CA=C3=C0=D2=BE=B7=D2=A7=E0=C7=C5=D2=E1=C5=D0=A1=D2=C3=E0=A7=D4=B9 =A1=D2=C3=B7=D3=A7=D2=B9=BB=C3=D0=A8=D3=A4=D7=CD=A1=D2=C3=E1=A1=E9=BB=D1=AD=CB=D2=C3=D0=C2=D0=CA=D1=E9=B9 =B7=D8=A1=A4=B9=A4=D4=B4=E1=A4=E8=C7=D1=B9=E0=A7=D4=B9=E0=B4=D7=CD=B9=CD=CD=A1 =BB=C5=E8=CD=C2=E3=CB=E9=E0=A7=D4=B9=C1=D5=CD=D3=B9=D2=A8=E0=CB=B9=D7=CD=AA=D5=C7=D4=B5 =BE=C7=A1=E0=A2=D2=A8=D6=A7=C1=D5=C5=D1=A1=C9=B3=D0=A4=C5=E9=D2=C2=A1=D1=B9=A4=D7=CD=B5=D7=E8=B9=E0=AA=E9=D2=E4=BB=B7=D3=A7=D2=B9 =E4=C1=E8=E0=A4=C2=CB=C2=D8=B4=A4=D4=B4=E0=C5=C2=C7=E8=D2=C1=D5=C7=D4=B8=D5=CD=D7=E8=B9=B7=D5=E8=B4=D5=A1=C7=E8=D2=B9=D5=E9=E4=CB=C1 $ =CB=D2=A1=A4=D8=B3=E0=BB=E7=B9=B9=D1=A1=C8=D6=A1=C9=D2=B5=E9=CD=A7=A1=D2=C3=C3=D2=C2=E4=B4=E9=BE=D4=E0=C8=C9 $ =CB=D2=A1=A4=D8=B3=C1=D5=A7=D2=B9=BB=C3=D0=A8=D3=B7=D3=CD=C2=D9=E8=E1=C5=E9=C7 =E1=B5=E8=E0=BA=D7=E8=CD =CB=C3=D7=CD=B5=E9=CD=A7=A1=D2=C3=C3=D2=C2=E4=B4=E9=E0=CA=C3=D4=C1 $ =CB=D2=A1=A4=D8=B3=E0=BB=E7=B9=E1=C1=E8=BA=E9=D2=B9=B7=D5=E8=C1=D5=E0=C7=C5=D2=C7=E8=D2=A7 $ =CB=D2=A1=A4=D8=B3=E0=A1=C9=D5=C2=B3=E1=C5=E9=C7=CD=C2=D2=A1=C1=D5=A4=D8=B3=A4=E8=D2 =E3=B9=AA=D5=C7=D4=B5 =E0=BE=D5=C2=A7=E1=A4=E8 =E3=AA=E9=E0=C7=C5=D2 1 - 2 =AA=D1=E8=C7 =E2=C1=A7 =2F =C7=D1=B9 =A4=D8=B3=CA=D2=C1=D2=C3=B6=A1=D3=CB=B9=B4=C3=D2=C2=E4=B4=E9 =E4=B4=E9=B4=E9=C7=C2=B5=D1=C7=A4=D8=B3=E0=CD=A7 =E4=C1=E8 =E3=AA=E8=E0=A7=D4=B9=E0=B4=D7=CD=B9=B7=D5=E8=A4=D8=B3=B5=E9=CD=A7=C3=CD=C3=D1=BA=B5=CD=B9=CA=D4=E9=B9=E0=B4=D7=CD=B9 =E1=B5=E8=A4=D8=B3=A8=D0=C1=D5=C3=D2=C2=E4=B4=E9 =E4=B4=E9=B7=D8=A1 =E6 =C7=D1=B9 =A4=D8=B3=A1=D3=CB=B9=B4=E0=CD=A7=E4=B4=E9 =E1=C5=D0=B7=D5=E8=B9=D5=E8=A4=D7=CD=A8=D8=B4=E0=C3=D4=E8=C1=B5=E9=B9=A2=CD=A7=A4=D8=B3 http=3A=2F=2Fwww=2Egeocities=2Ecom=2Fthaigetrich148 =B6=E9=D2=A4=D8=B3=A8=C3=D4=A7=A8=D1=A7=B7=D5=E8=A8=D0=E0=BB=C5=D5=E8=C2=B9=E1=BB=C5=A7=C7=D4=B6=D5=AA=D5=C7=D4=B5=A2=CD=A7=A4=D8=B3=C5=D0=A1=E9=CD =A1=C3=D8=B3=D2=B5=D4=B4=B5=E8=CD=E0=C3=D2=E4=B4=E9=B7=D5=E8 =28=B6=E9=D2=A4=D8=B3=E4=C1=E8=A8=C3=D4=A7=A8=D1=A7=B7=D5=E8=A8=D0=E0=C3=D4=E8=C1=B5=E9=B9=A1=D2=C3=E0=BB=C5=D5=E8=C2=B9=E1=BB=C5=A7=C5=D0=A1=E9=CD =A1=C3=D8=B3=D2=CD=C2=E8=D2=B5=D4=B4=B5=E8=CD=E0=C3=D2=B9=D0=A4=D0=29 =A2=CD=CD=C0=D1=C2=CB=D2=A1=A2=E9=CD=A4=C7=D2=C1=B9=D5=E9=B6=D9=A1=CA=E8=A7=E4=BB=C2=D1=A7=A4=D8=B3=E2=B4=C2=BA=D1=A7=E0=CD=D4=AD =CB=D2=A1=A4=D8=B3=B5=E9=CD=A7=A1=D2=C3=E3=CB=E9=C3=D2=C2=AA=D7=E8=CD=B6=D9=A1=C5=BA=CD=CD=A1 =A1=C3=D8=B3=D2=E1=A8=E9=A7 Email =A2=CD=A7=A4=D8=B3=E4=B4=E9=B7=D5=E8 notinterest555=40yahoo=2Ecom --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, email: [email protected] From [email protected] Mon May 26 08:42:00 2003 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67223 invoked by uid 500); 26 May 2003 08:42:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk Reply-To: [email protected] list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 67195 invoked from network); 26 May 2003 08:41:57 -0000 Received: from unknown (HELO localhost.com) (161.129.204.104) by daedalus.apache.org with SMTP; 26 May 2003 08:41:57 -0000 From: [email protected] To: [email protected] Date: Mon, 26 May 2003 15:37:55 +0700 Subject: àÃ×èͧÍéǹæ X-Mailer: QuickSender 1.05 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N =E0=C3=D7=E8=CD=A7=CD=E9=C7=B9=E6 Do & Do Not ! =B6=E9=D2=E4=C1=E8=CD=C2=D2=A1=CD=E9=C7=B9 =A8=D3=A1=D1=B4=E2=C3=A4=CD=E9=C7=B9=CD=C2=E8=D2=A7=E4=B4=E9=BC=C5 =BB=C3=D0=E0=B4=E7=B9=CA=D3=A4=D1=AD =A4=D7=CD =A1=D2=C3=C5=B4=B9=E9=D3=CB=B9=D1=A1=B5=D1=C7 =E2=B4=C2 =C5=B4=BB=C3=D4=C1=D2=B3=E4=A2=C1=D1=B9=CA=E8=C7=B9=E0=A1=D4=B9 =C0=D2=C2=E3=B9=C3=E8=D2=A7=A1=D2=C2 =E1=C5=D0=B7=C3=A7=B9=E9=D3=CB=B9=D1=A1=B5=D1=C7=B7=D5=E8 =C5=B4=C5=A7=E1=C5=E9=C7=E4=C7=E9=E4=B4=E9 =AB=D6=E8=A7=B5=E9=CD=A7=A8=D1=B4=B4=D8=C5=BE=C5=D1=A7=A7=D2=B9=E3=B9=C3=E8=D2=A7=A1=D2=C2=E3=CB=E9=E0=CB=C1=D2=D0=CA=C1 =E3=CB=E9=BE=C5=D1=A7=A7=D2=B9=B7=D5=E8=B6=D9=A1=B9=D3=E0=A2=E9=D2=E3=B9=C3=E8=D2=A7=A1=D2=C2=B9=E9=CD=C2=A1=C7=E8=D2 =BE=C5=D1=A7=A7=D2=B9=B7=D5=E8=C3=E8=D2=A7=A1=D2=C2=A8=D0=B9=D3=E4=BB=E3=AA=E9 =E0=BE=D7=E8=CD=E3=CB=E9=C3=E8=D2=A7=A1=D2=C2=B4=D6=A7=CA=E8=C7=B9=E0=A1=D4=B9=C1=D2=E0=BC=D2=BC=C5=D2=AD=E0=BB=E7=B9=BE=C5=D1=A7=A7=D2=B9 Do & Do Not !!! =A1=D3=A8=D1=B4=BB=C3=D4=C1=D2=B3=BE=C5=D1=A7=A7=D2=B9=B7=D5=E8=C3=D1=BA=BB=C3=D0=B7=D2=B9=E3=CB=E9=B9=E9=CD=C2=C5=A7 =A4=E8=CD=C2=E6 =E0=BB=E7=B9 =A4=E8=CD=C2=E6 =E4=BB =A8=B9=CA=D2=C1=D2=C3=B6=C5=B4=E4=B4=E9=C7=D1=B9=C5=D0 500 =A1=D4=E2=C5=E1=A4=C5=CD=C3=D5=E8 =E1=B5=E8=B5=E9=CD=A7=E3=CB=E9=E4=B4=E9=BE=C5=D1=A7=A7=D2=B9 =E4=C1=E8=B5=E8=D3=A1=C7=E8=D2=C7=D1=B9=C5=D0 1=2C200 =A1=D4=E2=C5=E1=A4=C5=CD=C3=D5=E8 =AB=D6=E8=A7=BE=D9=B4=CD=C2=E8=D2=A7=A7=E8=D2=C2=E6 =A1=E7=A4=D7=CD =CB=C5=D5=A1=E0=C5=D5=E8=C2=A7=A1=D2=C3=C3=D1=BA=BB=C3=D0=B7=D2=B9=CD=D2=CB=D2=C3 =B7=D5=E8=C1=D5=E4=A2=C1=D1=B9=C1=D2=A1 =E0=AA=E8=B9 =CB=C1=D9 3 =AA=D4=E9=B9 =A2=E9=D2=C7=C1=D1=B9=E4=A1=E8 =E1=A1=A7=A1=D0=B7=D4 =CD=D2=CB=D2=C3=B7=CD=B4=B5=E8=D2=A7 =E6 =E4=B4=E9=E1=A1=E8 =A1=C5=D1=C7=C2=E1=A2=A1 =B7=CD=B4=C1=D1=B9 =BB=C5=D2=B7=E8=CD=A7=E2=A1=EB =E0=BE=C3=D2=D0=E4=A2=C1=D1=B9=E0=BB=E7=B9=CA=D2=C3=CD=D2=CB=D2=C3=B7=D5=E8=E3=CB=E9=BE=C5=D1=A7=A7=D2=B9=CA=D9=A7=CA=D8=B4=B6=D6=A7 9 =A1=D4=E2=C5=E1=A4=C5=CD=C3=D5=E8=2F=A1=C3=D1=C1 =B9=CD=A1=A8=D2=A1=B9=D5=E9=C3=E8=D2=A7=A1=D2=C2=C1=D5=A2=D5=B4=A8=D3=A1=D1=B4 =E3=B9=A1=D2=C3=E0=BC=D2=E4=CB=C1=E9=E4=A2=C1=D1=B9=E0=BB=E7=B9=BE=C5=D1=A7=A7=D2=B9 =B5=E9=CD=A7=C3=D1=BA=BB=C3=D0=B7=D2=B9=E2=BB=C3=B5=D5=B9=E3=CB=E9=C1=D2=A1=BE=CD =E0=BE=C3=D2=D0=B9=E9=D3=CB=B9=D1=A1=B5=D1=C7=B7=D5=E8=E0=BE=D4=E8=C1=A2=D6=E9=B9=C3=E9=CD=C2=C5=D0 75 =E0=BB=E7=B9=E4=A2=C1=D1=B9 =E1=C5=D0=C3=E9=CD=C2=C5=D0 25 =E0=BB=E7=B9=E2=BB=C3=B5=D5=B9 =A1=D2=C3=C5=B4=B9=E9=D3=CB=B9=D1=A1=B5=D1=C7=C1=D5=E0=BB=E9=D2=CB=C1=D2=C2=C5=B4 =E0=A9=BE=D2=D0=E4=A2=C1=D1=B9=E1=C5=D0=CA=A7=C7=B9=E2=BB=C3=B5=D5=B9=E4=C7=E9 =BE=D9=B4=E1=BB=C5=A7=E8=D2=C2=E6 =A1=E7=A4=D7=CD =E3=CB=E9=CB=D1=B9=C1=D2=C3=D1=BA=BB=C3=D0=B7=D2=B9=E0=B9=D7=E9=CD=E4=A1=E8 =E1=C5=D0=E0=B9=D7=E9=CD=BB=C5=D2=B7=D5=E8=E4=C1=E8=C1=D5=E4=A2=C1=D1=B9=E3=CB=E9=C1=D2=A1=A2=D6=E9=B9 =E0=C5=D7=CD=A1=C3=D1=BA=BB=C3=D0=B7=D2=B9=E1=CB=C5=E8=A7=A4=D2=C3=EC=E2=BA=E4=CE=E0=B4=C3=B5=B7=D5=E8=E0=CB=C1=D2=D0=CA=C1 =E4=B4=E9=E1=A1=E8 =A2=E9=D2=C7=E1=C5=D0=E1=BB=E9=A7 =A7=B4=C3=D1=BA=BB=C3=D0=B7=D2=B9=E0=A4=C3=D7=E8=CD=A7=B4=D7=E8=C1 =B7=D5=E8=C1=D5=B9=E9=D3=B5=D2=C5=B7=C3=D2=C2=E1=C5=D0=A2=B9=C1=CB=C7=D2=B9 =E1=B5=E8=B6=E9=D2=C2=D1=A7=B5=D4=B4=E3=B9 =C3=CA=CB=C7=D2=B9 =A1=E7=E3=CB=E9=E3=AA=E9=CA=D2=C3=C3=CA=CB=C7=D2=B9=E1=B7=B9=B9=E9=D3=B5=D2=C5=B7=C3=D2=C2 =28=B9=E9=D3=B5=D2=C5=E0=B7=D5=C2=C1=29 =C3=D1=BA=BB=C3=D0=B7=D2=B9=BC=D1=A1=E1=C5=D0=BC=C5=E4=C1=E9=E0=BB=E7=B9=BB=C3=D0=A8=D3 =E0=BE=C3=D2=D0=B9=CD=A1=A8=D2=A1=E3=CB=E9=C7=D4=B5=D2=C1=D4=B9 =E1=C5=D0=E0=A1=C5=D7=CD=E1=C3=E8=E1=C5=E9=C7 =C2=D1=A7=E3=CB=E9=E3=C2=CD=D2=CB=D2=C3 =B7=D3=E3=CB=E9=E4=C1=E8=B7=E9=CD=A7=BC=D9=A1=E1=C5=D0=C1=D5=A4=C7=D2=C1=C3=D9=E9=CA=D6=A1=CD=D4=E8=C1 =E4=C1=E8=CB=D4=C7=BA=E8=CD=C2 =E1=B5=E8=B5=E9=CD=A7=E4=C1=E8=C3=D1=BA=BB=C3=D0=B7=D2=B9=BC=C5=E4=C1=E9=B7=D5=E8=CB=C7=D2=B9=A8=D1=B4 =E0=AA=E8=B9 =CD=A7=D8=E8=B9 =C5=D0=C1=D8=B4 =B7=D8=E0=C3=D5=C2=B9 =C1=D0=C1=E8=C7=A7=CA=D8=A1 =E0=BE=C3=D2=D0=E3=CB=E9=BE=C5=D1=A7=A7=D2=B9=C1=D2=A1 =B6=E9=D2=CD=B4=E3=A8=E4=C1=E8=E4=B4=E9=A1=E7=B5=E9=CD=A7 =C3=D1=BA=BB=C3=D0=B7=D2=B9=E3=CB=E9=B9=E9=CD=C2=C5=A7 =E1=C5=D0=E0=BB=E7=B9=A4=C3=D1=E9=A7=A4=C3=D2=C7=E0=B7=E8=D2=B9=D1=E9=B9 =E4=C1=E8=B4=D7=E8=C1=E0=A4=C3=D7=E8=CD=A7=B4=D7=E8=C1=E1=CD=C5=A1=CD=CE=CD=C5=EC =E0=BE=C3=D2=D0=E0=A4=C3=D7=E8=CD=A7=B4=D7=E8=C1=E0=CB=C5=E8=D2=B9=D5=E9=C1=D5=CA=D2=C3=E0=CD=B7=D2=B9=CD=C5=AB=D6=E8=A7=E3=CB=E9=BE=C5=D1=A7=A7=D2=B9 7 =A1=D4=E2=C5=E1=A4=C5=CD=C3=D5=E8=2F=A1=C3=D1=C1 =C3=E8=D2=A7=A1=D2=C2=A8=D0=E0=BC=D2=E4=CB=C1=E9=E0=CD=B7=D2=B9=C5=A1=E8=CD=B9=E4=A2=C1=D1=B9 =A8=D6=A7=E0=CD=D7=E9=CD=CD=D3=B9=C7=C2=E3=CB=E9=E0=A1=D4=B4=A1=D2=C3=CA=D0=CA=C1=E4=A2=C1=D1=B9=C0=D2=C2=E3=B9=C3=E8=D2=A7=A1=D2=C2 =CB=E9=D2=C1=CD=B4=C1=D7=E9=CD=A1=D4=B9=C1=D7=E9=CD =E0=BE=C3=D2=D0=A1=D2=C3=CD=B4=CD=D2=CB=D2=C3=CD=D2=A8=E0=A1=D4=B4=CD=D1=B9=B5=C3=D2=C2=B5=E8=CD=CA=D8=A2=C0=D2=BE=E4=B4=E9 =E1=C5=D0=C2=D1=A7=A8=D0=B7=D3=E3=CB=E9=A1=D2=C3=A1=D4=B9=CD=D2=CB=D2=C3=E3=B9=C1=D7=E9=CD=B6=D1=B4=E4=BB=A8=D0=E0=BE=D4=E8=C1=BB=C3=D4=C1=D2=B3=C1=D2=A1=A1=C7=E8=D2=BB=A1=B5=D4 =A4=B9=CD=E9=C7=B9 =B6=E9=D2=C3=D1=BA=BB=C3=D0=B7=D2=B9=CD=D2=CB=D2=C3=B7=D5=E8=E3=CB=E9=BE=C5=D1=A7=A7=D2=B9=B9=E9=CD=C2=C5=A7=C7=D1=B9=C5=D0 500 =A1=D4=E2=C5=E1=A4=C5=CD=C3=D5=E8 =B9=E9=D3=CB=B9=D1=A1=B5=D1=C7=A8=D0=C5=B4=C5=A7 0=2E45 =A1=A1=2E=2F=CA=D1=BB=B4=D2=CB=EC =B6=E9=D2=BB=AF=D4=BA=D1=B5=D4=A8=C3=D4=A7=CD=C2=E8=D2=A7=CA=C1=E8=D3=E0=CA=C1=CD=E3=B9=AA=E8=C7=A7 10 =E0=B4=D7=CD=B9=A8=D0=C5=B4=E4=B4=E9 18 =A1=A1=2E =B4=D1=A7=B9=D1=E9=B9=B5=E9=CD=A7=E0=A2=E9=D2=E3=A8=E3=CB=E9=B4=D5=C7=E8=D2 =A1=D2=C3=C5=B4=B9=E9=D3=CB=B9=D1=A1=B5=E9=CD=A7=E3=AA=E9=E0=C7=C5=D2 =E1=C5=D0=B5=E9=CD=A7=C1=D5=C7=D4=B9=D1=C2=A1=D2=C3=BA=C3=D4=E2=C0=A4=CD=D2=CB=D2=C3=CD=C2=E8=D2=A7=B5=E8=CD=E0=B9=D7=E8=CD=A7 =E1=C5=D0=B7=D5=E8=CA=D3=A4=D1=AD=A1=C7=E8=D2=B9=E9=D3=CB=B9=D1=A1=B7=D5=E8=C5=B4=C5=A7=A4=D7=CD =A1=D2=C3=C3=D1=A1=C9=D2=CA=C0=D2=BE=A2=CD=A7=B9=E9=D3=CB=B9=D1=A1=B5=D1=C7=B7=D5=E8=C5=B4=C5=A7=E1=C5=E9=C7=E3=CB=E9=E4=B4=E9=B5=C5=CD=B4=E4=BB =A8=D6=A7=A8=D0=C1=D5=BB=C3=D0=E2=C2=AA=B9=EC=B5=E8=CD=CA=D8=A2=C0=D2=BE` =B7=D3=B7=D8=A1=CD=C2=E8=D2=A7=E3=CB=E9=A7=E8=D2=C2=A2=D6=E9=B9 =E0=BE=D7=E8=CD=CA=D8=A2=C0=D2=BE =A2=CD=C3=D2=C2=C5=D0=E0=CD=D5=C2=B4=BF=C3=D5=2E=2E=2ECLICK!=2E=2E http=3A=2F=2Fwww=2Egeocities=2Ecom=2Fhealthclub166=2F --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, email: [email protected] From [email protected] Mon May 26 20:22:23 2003 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3543 invoked by uid 500); 26 May 2003 20:22:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk Reply-To: [email protected] list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 3533 invoked from network); 26 May 2003 20:22:22 -0000 Received: from f199.ac131.freebit.ne.jp (HELO 24i1350.com) (161.129.204.104) by daedalus.apache.org with SMTP; 26 May 2003 20:22:22 -0000 From: ug0526 <[email protected]> To: [email protected] Reply-To: [email protected] Subject: =?iso-2022-jp?q?=96=A2=8F=B3=91=F8=8DL=8D=90=81=A6=8C=C0=92=E8=8A=F3=8F=AD=8F=A4=95i=81I=81I=83X=83g=83=8C=83X=89=F0=8F=C1=81=F4?= Date: Tue, 27 May 2003 05:22:31 +0900 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0fb5ee4b-0d99-4962-b0a2-d474a3a7f66b" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --0fb5ee4b-0d99-4962-b0a2-d474a3a7f66b Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: quoted-printable <=91=97=90M=8B=C6=8E=D2> http://dmmster.com .<=8E=96=8B=C6=8E=D2> http://161.129.204.104/ . .=94z=90M=92=E2=8E~=82=CC=95=FB=82=CD=82=B1=82=BF=82=E7=82=DC=82=C5=81= @[email protected] .=81=A6=94z=90M=92=E2=8E~=8E=E8=91=B1=82=AB=82=A9=82=E7=96=F148=8E=9E=8A=D4= =88=C8=93=E0=82=C5=94=BD=89f=82=B3=82=EA=82=DC=82=B7=81B . . . .=8C=C0=92=E8=8A=F3=8F=AD=8F=A4=95i=81I=81I=8Ed=8E=96=81E=83v=83=89=83C=83= x=81[=83g=82=C8=82=C7=82=C5=83X=83g=83=8C=83X=82=AA=97=AD=82=DC=82=C1=82=C4=82= =E9=95=FB=81E=81E=81E .=8F=DA=82=B5=82=AD=82=CD=89=BA=8BL=82=CCHP=82=F0=8C=A9=82=C9=97=88=82=C4=82= =AD=82=BE=82=B3=82=A2=81=99 . .=81=9E=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81= \=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81=9E .=81b=81@=81@=81@=81@=81@ =81=E2=81=E2=81@http://161.129.204.104/=81@=81=E1= =81=E1 .=81=9E=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81= \=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81=9E . .*=81c*=81c*=81c*=81c*=81c*=81c*=81c*=81c*=81c*=81c*=81c*=81c*=81c*=81c*=81= c*=81c*=81c*=81c*=81c*=81c*=81c*=81c* .=83T=83C=83g=82=AA=8F=C1=82=A6=82=C4=82=B5=82=DC=82=A4=8B=B0=82=EA=82=AA=82= =A0=82=E8=82=DC=82=B7=82=CC=82=C5=81A=82=A8=91=81=82=DF=82=C9=8C=A9=82=C9=97= =88=82=C4=89=BA=82=B3=82=A2=82=CB=81=F4 .*=81c*=81c*=81c*=81c*=81c*=81c*=81c*=81c*=81c*=81c*=81c*=81c*=81c*=81c*=81= c*=81c*=81c*=81c*=81c*=81c*=81c*=81c* . .=81=A1=81=A0=81=A1=81=A0=81=A1=81=A0=81=A1=81=A0=81=A1=81=A0=81=A1=81=A0=81= =A1=81=A0=81=A1=81=A0=81=A1=81=A0=81=A1=81=A0=81=A1=81=A0=81=A1=81=A0=81=A1=81= =A0=81=A1=81=A0=81=A1=81=A0=81=A1=81=A0=81=A1=81=A0 . .=81=9E=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81= \=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81=9E .=81b=81@=81@=81@ =81=E2=81=E2=81@http://dj.st36.arena.ne.jp/SecretDream/=81= @=81=E1=81=E1 .=81=9E=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81= \=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81\=81=9E . . . --0fb5ee4b-0d99-4962-b0a2-d474a3a7f66b Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, email: [email protected] --0fb5ee4b-0d99-4962-b0a2-d474a3a7f66b-- From [email protected] Tue May 27 16:32:10 2003 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49100 invoked by uid 500); 27 May 2003 16:32:08 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk Reply-To: [email protected] list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 48723 invoked from network); 27 May 2003 16:32:04 -0000 Received: from 161.129.204.104.idn.co.th (HELO localhost.com) (161.129.204.104) by daedalus.apache.org with SMTP; 27 May 2003 16:32:04 -0000 From: [email protected] Reply-To: [email protected] To: [email protected] Date: Tue, 27 May 2003 23:30:38 +0700 Subject: !!!!ÃÑ¡ÉÒÊØ¢ÀÒ¾ à¾ÃÕÂÇ¡ÃЪѺ ÊÁÊèǹ §èÒÂæ ´éÇÂâÀª¹Ò¡Òà ÃѺ»ÃСѹ¼Å ÂÔ¹´Õ¤×¹à§Ô¹ã¹30Çѹ !!! X-Mailer: QuickSender 1.05 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N =A4=C7=D2=C1=CD=E9=C7=B9!! =A4=D7=CD=C8=D9=B9=C2=EC=C3=C7=C1=A2=CD=A7=E2=C3=A4=C3=E9=D2=C2=B9=D2=B9=D2=AA=B9=D4=B4 =B7=D1=E9=A7=E0=BA=D2=CB=C7=D2=B9 =E4=A2=C1=D1=B9=E3=B9=E0=C5=D7=CD=B4=CA=D9=A7 =A4=C7=D2=C1=B4=D1=B9=E2=C5=CB=D4=B5=CA=D9=A7 =E4=A2=A2=E9=CD =CB=CD=BA =BB=C7=B4=CB=C5=D1=A7 =E0=CA=E9=B9=E0=C5=D7=CD=B4=CB=D1=C7=E3=A8=B5=D5=BA =CD=D1=C1=BE=C4=A1=C9=EC =CD=D1=C1=BE=D2=B5 =B9=D4=E8=C7=E3=B9=B6=D8=A7=B9=E9=D3=B4=D5 =C1=D0=E0=C3=E7=A7=C5=D3=E4=CA=E9=E3=CB=AD=E8 =C1=D0=E0=C3=E7=A7=E0=B5=E9=D2=B9=C1 =E0=CA=E9=B9=BB=C3=D0=CA=D2=B7=B6=D9=A1=A1=B4=B7=D1=BA =A1=C5=D1=E9=B9=BB=D1=CA=CA=D2=C7=D0=E4=C1=E8=CD=C2=D9=E8 =A8=D2=A1=BC=C5=A1=D2=C3=C7=D4=A8=D1=C2=C5=E8=D2=CA=D8=B4 =BE=BA=C7=E8=D2=CD=D1=B5=C3=D2=A2=CD=A7=E2=C3=A4=CD=E9=C7=B9=E0=C3=D4=E8=C1=CA=D9=A7=A2=D6=E9=B9=CA=D3=CB=C3=D1=BA=A4=B9=E4=B7=C2=B7=D5=E8=C1=D5=AA=E8=C7=A7=CD=D2=C2=D8=C3=D0=CB=C7=E8=D2=A7 30-59 =BB=D5 =E1=C5=D0=A4=B9=B7=D5=E8=C1=D5=AA=E8=C7=A7=CD=D2=C2=D8=C3=D0=CB=C7=E8=D2=A7 20-29 =BB=D5 =E4=C1=E8=B9=E9=CD=C2=A1=C7=E8=D2 13% =B5=E9=CD=A7=BB=C3=D0=CA=BA=A1=D1=BA=BB=D1=AD=CB=D2=E2=C3=A4=CD=E9=C7=B9 =AB=D6=E8=A7=E3=B9=CA=B6=D2=B9=A1=D2=C3=B3=EC=E3=B9=BB=D1=A8=A8=D8=BA=D1=B9=B9=D5=E9 =B7=D2=A7=CD=CD=A1=A2=CD=A7=BB=D1=AD=CB=D2=B4=D1=A7=A1=C5=E8=D2=C7 =CA=D2=C1=D2=C3=B6=E1=A1=E9=E4=A2=E4=B4=E9=E2=B4=C2=A1=D2=C3=BA=C3=D4=E2=C0=A4=CD=D2=CB=D2=C3=A4=C7=BA=A4=D8=C1=B9=E9=D3=CB=B9=D1=A1 =C0=D2=C2=E3=B5=E9=CB=C5=D1=A1=E2=C0=AA=B9=D2=A1=D2=C3 =E2=B4=C2=E3=CB=E9=C3=E8=D2=A7=A1=D2=C2=E4=B4=E9=C3=D1=BA=CD=D2=CB=D2=C3=B7=D5=E8=C1=D5=BE=C5=D1=A7=A7=D2=B9=B5=E8=D3 =E1=B5=E8=C1=D5=A4=D8=B3=A4=E8=D2=B7=D2=A7=E2=C0=AA=B9=D2=A1=D2=C3=CA=D9=A7 =BB=D1=AD=CB=D2=CA=D8=A2=C0=D2=BE=B7=D5=E8=BE=BA=A1=D1=B9=E3=B9=B7=D8=A1=C7=D1=B9=B9=D5=E9 =CA=D7=BA=E0=B9=D7=E8=CD=A7=A8=D2=A1=A1=D2=C3=C1=D5=E2=C0=AA=B9=D2=A1=D2=C3=B7=D5=E8=BC=D4=B4 =E0=AA=E8=B9=B7=D2=B9=CD=D2=CB=D2=C3=B7=D5=E8=C1=D5=CA=D2=C3=BE=D4=C9 =B7=D2=B9=CD=D2=CB=D2=C3=B7=D5=E8=E4=C1=E8=C1=D5=BB=C3=D0=E2=C2=AA=B9=EC =B7=D2=B9=CD=D2=CB=D2=C3=B7=D5=E8=C1=D5=E4=A2=C1=D1=B9=C1=D2=A1=E0=A1=D4=B9=E4=BB =B7=D2=B9=CD=D2=CB=D2=C3=E4=C1=E8=A4=C3=BA 5 =CB=C1=D9=E8 =CA=E8=A7=BC=C5=E3=CB=E9=E0=A1=D4=B4=E2=C3=A4=C0=D1=C2=E4=A2=E9=E0=A8=E7=BA=B5=E8=D2=A7=E6 =E4=C1=E8=C7=E8=D2=A8=D0=E0=BB=E7=B9 =E2=C3=A4=CB=D1=C7=E3=A8 =E2=C3=A4=E0=BA=D2=CB=C7=D2=B9 =E2=C3=A4=C1=D0=E0=C3=E7=A7 =E2=C3=A4=E4=A2=A2=E9=CD=CD=D1=A1=E0=CA=BA =E2=C3=A4=CD=E9=C7=B9 =B4=D1=A7=B9=D1=E9=B9=BC=D9=E9=BA=C3=D4=E2=C0=A4=CA=E8=C7=B9=E3=CB=AD=E8=A8=D0=C1=D5=BE=C4=B5=D4=A1=C3=C3=C1=A1=D2=C3=BA=C3=D4=E2=C0=A4=B7=D5=E8=E4=C1=E8=B6=D9=B5=E9=CD=A7 =E1=B5=E8=B6=E9=D2=A4=D8=B3=E4=C1=E8=CA=D2=C1=D2=C3=B6=CB=C5=D5=A1=E0=C5=D5=E8=C2=A7=BB=D1=AD=CB=D2=E0=CB=C5=E8=D2=B9=D5=E9=E4=B4=E9 =E0=C3=D2=A2=CD=E1=B9=D0=B9=D3=BC=C5=D4=B5=C0=D1=B3=B1=EC=A8=D2=A1=B8=C3=C3=C1=AA=D2=B5=D4 100% =BC=E8=D2=B9=A1=D2=C3=C3=D1=BA=C3=CD=A7=A8=D2=A1=CD=A7=A4=EC=A1=D2=C3=CD=D2=CB=D2=C3=E1=C5=D0=C2=D2 =28=CD=C2=2E=29=E3=B9 58 =BB=C3=D0=E0=B7=C8=B7=D1=E8=C7=E2=C5=A1 =E2=B4=C2=B7=D5=E8=A4=D8=B3=A8=D0=E4=B4=E9=C3=D1=BA=2E=2E=2E=2E=2E -=CD=D2=CB=D2=C3=B7=D5=E8=A4=C3=BA=B7=D1=E9=A7 5 =CB=C1=D9=E8 =B7=D5=E8=E3=CB=E9=CA=D2=C3=CD=D2=CB=D2=C3=A4=C3=BA=B5=D2=C1=B7=D5=E8=C3=E8=D2=A7=A1=D2=C2=B5=E9=CD=A7=A1=D2=C3 - =E4=C1=E8=B5=E9=CD=A7=B7=B9=CD=B4=CD=D2=CB=D2=C3 =B7=B9=CB=D4=C7 =CB=C3=D7=CD =E4=C1=E8=B5=E9=CD=A7=E0=C5=D4=A1=B7=D2=B9=CD=D2=CB=D2=C3=A8=D2=B9=E2=BB=C3=B4!!! - =E1=BE=B7=C2=EC=C3=D1=BA=C3=CD=A7 =BC=C5=D4=B5=A8=D2=A1=B8=C3=C3=C1=AA=D2=B5=D4 100% - =E4=C1=E8=C1=D5=CA=E8=C7=B9=BC=CA=C1=A2=CD=A7 =C2=D2 =CB=C3=D7=CD =CA=D2=C3=E0=A4=C1=D5 - =CA=D2=C1=D2=C3=B6=E3=AA=E9=E0=BE=D7=E8=CD =C5=B4 =CB=C3=D7=CD =E0=BE=D4=E8=C1 =CB=C3=D7=CD =A4=C7=BA=A4=D8=C1=B9=E9=D3=CB=B9=D1=A1=E4=B4=E9 =E1=C5=D0=AA=E8=C7=C2=E3=CB=E9=CA=D8=A2=C0=D2=BE=B4=D5=A2=D6=E9=B9 - =C3=D1=BA=BB=C3=D0=A1=D1=B9=BC=C5=A1=D2=C3=E3=AA=E9=B4=E9=C7=C2=C3=D0=BA=BA=A4=D7=B9=E0=A7=D4=B9 100% - =E4=C1=E8=E0=A1=D4=B4=BB=AE=D4=A1=D4=C3=D4=C2=D2=C5=D9=A1=B4=D4=E8=A7 =CB=C3=D7=CD YO-YO EFFECT - =E1=C5=D0=B7=D5=E8=CA=D3=A4=D1=AD =E0=C3=D2=C1=D5=C3=D0=BA=BA=A1=D2=C3=B5=D4=B4=B5=D2=C1=BC=C5 =B7=D5=E8=A8=D0=B7=D3=E3=CB=E9=A4=D8=B3=E4=C1=E8=C1=D5=B7=D2=A7=CB=C5=D8=B4=A8=D2=A1=E2=BB=C3=E1=A1=C3=C1 =B6=E9=D2=CA=B9=E3=A8=B4=D9=C3=D2=C2=C5=D0=E0=CD=D5=C2=B4=E0=BE=D4=E8=C1=E0=B5=D4=C1=E4=B4=E9=B7=D5=E8 http=3A=2F=2Fwww=2Egeocities=2Ecom=2Fhealthclub148 =A2=CD=CD=C0=D1=C2=CB=D2=A1=A2=E9=CD=A4=C7=D2=C1=B9=D5=E9=B6=D9=A1=CA=E8=A7=E4=BB=C2=D1=A7=A4=D8=B3=E2=B4=C2=BA=D1=A7=E0=CD=D4=AD =CB=D2=A1=A4=D8=B3=B5=E9=CD=A7=A1=D2=C3=E3=CB=E9=C3=D2=C2=AA=D7=E8=CD=B6=D9=A1=C5=BA=CD=CD=A1 =A1=C3=D8=B3=D2=E1=A8=E9=A7 Email =A2=CD=A7=A4=D8=B3=E4=B4=E9=B7=D5=E8 notinterest777=40yahoo=2Ecom --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, email: [email protected] From [email protected] Sun Jun 01 04:29:24 2003 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27940 invoked by uid 500); 1 Jun 2003 04:29:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk Reply-To: [email protected] list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 27927 invoked from network); 1 Jun 2003 04:29:23 -0000 Received: from unknown (HELO localhost.com) (161.129.204.104) by daedalus.apache.org with SMTP; 1 Jun 2003 04:29:23 -0000 From: [email protected] Reply-To: [email protected] To: [email protected] Date: Sun, 1 Jun 2003 11:30:44 +0700 Subject: Çѹ¹Õ館³´Ù´ÕáÅéÇËÃ×ÍÂѧ! X-Mailer: QuickSender 1.05 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N =C1=CD=A7=B4=D9=C0=D2=BE=CA=D0=B7=E9=CD=B9=A2=CD=A7=A4=D8=B3=E3=B9=A1=C3=D0=A8=A1=E1=C5=D0=C2=D4=E9=C1=E3=CB=E9=A1=D1=BA=B5=D1=C7=E0=CD=A7 =C5=CD=A7=E0=B4=D4=B9=E4=BB=CB=B9=E9=D2=A1=C3=D0=A8=A1=B7=D5=E8=E3=A1=C5=E9=B5=D1=C7=A4=D8=B3=B7=D5=E8=CA=D8=B4 =C2=D7=B4=B5=D1=C7=B5=C3=A7 =CB=D2=C2=E3=A8=C5=D6=A1 =E6 =E1=C5=E9=C7=C1=CD=A7=B4=D9=C0=D2=BE=CA=D0=B7=E9=CD=B9=A2=CD=A7=B5=D1=C7=A4=D8=B3=E0=CD=A7=CD=C2=E8=D2=A7=A8=C3=D4=A7=A8=D1=A7 =C0=D2=BE=B7=D5=E8=A4=D8=B3=C1=CD=A7=E0=CB=E7=B9 =B7=D3=E3=CB=E9=A4=D8=B3=C2=D4=E9=C1=CB=C3=D7=CD=E0=BB=C5=E8=D2 =CB=C3=D7=CD=A4=D8=B3=E0=C3=D4=E8=C1=C7=D4=BE=D2=A1=C9=EC=C7=D4=A8=D2=C3=B3=EC=E1=C5=D0=B5=D3=CB=B9=D4=C0=D2=BE=B9=D1=E9=B9=B7=D1=B9=B7=D5=E0=CA=D5=C2=A7=BA=E8=B9=B7=D5=E8=E0=C3=D2=E4=B4=E9=C2=D4=B9=C1=D2=A1=B7=D5=E8=CA=D8=B4 =E0=C1=D7=E8=CD=C1=CD=A7=C0=D2=BE=B5=D1=C7=E0=CD=A7=E3=B9=A1=C3=D0=A8=A1=A4=D7=CD =22=A9=D1=B9=CD=C2=D2=A1=BB=C3=D1=BA=BB=C3=D8=A7=B5=D1=C7=E0=CD=A7=22 =A4=D8=B3=BB=C3=D2=C3=B6=B9=D2=B7=D5=E8=A8=D0=C1=D5=C3=D9=BB=C5=D1=A1=C9=B3=EC=B7=D5=E8=CA=C1=BA=D9=C3=B3=EC =E1=B5=E8=A4=D8=B3=CD=D2=A8=E1=A1=E9=B5=D1=C7=B5=E8=D2=A7 =E6 =B9=D2 =E4=C1=E8=C7=E8=D2=A8=D0=E0=BB=E7=B9 =22=E4=C1=E8=A4=E8=CD=C2=C1=D5=E0=C7=C5=D2=B4=D9=E1=C5=B5=D1=C7=E0=CD=A7=22 =CB=C3=D7=CD =A4=A7=E4=C1=E8=E4=B4=E9=BC=C5=CB=C3=CD=A1=E0=CA=D5=C2=E0=C7=C5=D2=E0=BB=C5=E8=D2 =E6=22 =E1=B5=E8=C5=D6=A1 =E6 =E1=C5=E9=C7 =A4=D8=B3=C2=D1=A7=E3=BD=E8=BD=D1=B9 =B7=D5=E8=A8=D0=C1=D5=C3=D9=BB=C5=D1=A1=C9=B3=EC=B7=D5=E8=CA=C7=C2=A7=D2=C1=B4=E9=C7=C2=C7=D4=B8=D5=BB=AF=D4=BA=D1=B5=D4=B5=B9=CD=C2=E8=D2=A7=B6=D9=A1=B5=E9=CD=A7 =AB=D6=E8=A7=E4=B4=E9=E1=A1=E8=A1=D2=C3=E3=AA=E9=E2=C0=AA=B9=D2=A1=D2=C3=CA=D2=C3=CD=D2=CB=D2=C3=B7=D5=E8=B4=D5=B7=D5=E8=CA=D8=B4=A1=D1=BA=C3=E8=D2=A7=A1=D2=C2 =A1=D2=C3=CA=C3=E9=D2=A7=CD=D8=BB=B9=D4=CA=D1=C2=A1=D2=C3=C3=D1=BA=BB=C3=D0=B7=D2=B9=CD=D2=CB=D2=C3=B7=D5=E8=B6=D9=A1=CA=D8=A2=C5=D1=A1=C9=B3=D0 =E1=C5=D0=A1=D2=C3=C1=D5 =A1=D4=A8=A1=C3=C3=C1=BA=C3=D4=CB=D2=C3=C3=E8=D2=A7=A1=D2=C2=CD=C2=E8=D2=A7=CA=C1=E8=D3=E0=CA=C1=CD =E0=BE=D7=E8=CD=C3=D1=A1=C9=D2=A4=C7=D2=C1=A1=C3=D0=AA=D1=BA=A2=CD=A7=A1=C5=E9=D2=C1=E0=B9=D7=E9=CD =C3=C7=C1=B7=D1=E9=A7=A1=D2=C3=B9=CD=B9=CB=C5=D1=BA=BE=D1=A1=BC=E8=CD=B9=CD=C2=E8=D2=A7=E0=BE=D5=C2=A7=BE=CD=E0=BE=D7=E8=CD=B4=D9=E1=C5=C0=D2=BE=C5=D1=A1=C9=B3=EC=B7=D5=E8=A4=D8=B3=BB=C3=D2=C3=B6=B9=D2 =A4=D8=B3=E0=BB=E7=B9=A4=B9=CB=B9=D6=E8=A7=E3=AA=E8=E4=CB=C1=B7=D5=E8 =CD=E9=C7=B9 =C5=A7=BE=D8=A7 =CB=B9=E9=D2=B7=E9=CD=A7=C2=D7=E8=B9 =B5=E9=B9=E1=A2=B9=B5=E9=B9=A2=D2=E3=CB=AD=E8 =E4=C1=E8=BE=CD=E3=A8=E3=B9=C3=D9=BB=C3=E8=D2=A7=B5=E9=CD=A7=A1=D2=C3=BB=C3=D1=BA=CA=D1=B4=CA=E8=C7=B9 =BC=CD=C1=E0=A1=D4=B9=E4=BB=B5=E9=CD=A7=A1=D2=C3=E0=BE=D4=E8=C1=A4=C7=D2=C1=CA=C1=BA=D9=C3=B3=EC=A2=CD=A7=C3=E8=D2=A7=A1=D2=C2 =B7=D2=B9=CD=D2=CB=D2=C3=E4=C1=E8=A4=C3=BA=B7=D1=E9=A7 3 =C1=D7=E9=CD =E0=BE=C3=D2=D0=A4=C7=D2=C1=E0=C3=E8=A7=C3=D5=BA =B5=E9=CD=A7=A1=D2=C3=E1=A1=E9=E4=A2=BB=D1=AD=CB=D2=B7=D2=A7=B4=E9=D2=B9=CA=D8=A2=C0=D2=BE=B5=E8=D2=A7 =E6 ***=B6=D6=A7=A4=D8=B3=A8=D0=C1=D5=E0=A7=D4=B9=C1=D2=A1=C1=D2=C2 =E1=B5=E8=C1=D5=BB=D1=AD=CB=D2=CA=D8=A2=C0=D2=BE=E1=C5=D0=C3=D9=BB=C3=E8=D2=A7 =A4=D8=E9=C1=A1=D1=B9=E4=CB=C1 =B6=D2=C1=B5=D1=C7=A4=D8=B3=E0=CD=A7=C7=E8=D2 =A4=D8=B3=B5=E9=CD=A7=A1=D2=C3=CD=D0=E4=C3***** =E0=C3=D2=C1=D5=A4=D3=B5=CD=BA=E3=CB=E9=BE=C3=E9=CD=C1=E3=CB=E9=A4=D3=BB=C3=D6=A1=C9=D2=BF=C3=D5 =A1=C3=D8=B3=D2=B5=D4=B4=B5=E8=CD=A1=C5=D1=BA=C1=D2=CB=D2=E0=C3=D2=AB=D4=A4=D0! www=2Egeocities=2Ecom=2Fdodee999=2Fhc145 =A2=CD=CD=C0=D1=C2=CB=D2=A1=A2=E9=CD=A4=C7=D2=C1=B9=D5=E9=B6=D9=A1=CA=E8=A7=E4=BB=C2=D1=A7=A4=D8=B3=E2=B4=C2=BA=D1=A7=E0=CD=D4=AD =CB=D2=A1=A4=D8=B3=B5=E9=CD=A7=A1=D2=C3=E3=CB=E9=C3=D2=C2=AA=D7=E8=CD=B6=D9=A1=C5=BA =CD=CD=A1 =A1=C3=D8=B3=D2 click =B7=D5=E8=B9=D5=E8 www=2Ethaihealthclub=2Eweb1000=2Ecom --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, email: [email protected]
From [email protected] Thu Jun 1 21:27:09 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 39886 invoked by uid 99); 1 Jun 2006 21:27:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jun 2006 14:27:09 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO qb-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jun 2006 14:27:08 -0700 Received: by qb-out-0506.google.com with SMTP id p32so113324qba for <[email protected]>; Thu, 01 Jun 2006 14:26:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=b22G3JK5GIIPZ27EjEdliLvdpOwV0+l6W4IA/PRCNxiJdOY6RATSCHfP6EuFT62ufeJlIYUbtADaO1fxgQNhmoXA2l+rDpJ23QWVdgWskX/sfmxNjkrq8nZxUDmtXgcA6PXhXDy7oS3TBtGHBB1SuZQTMmXDvzKh1JxL8YWK5JU= Received: by 161.129.204.104 with SMTP id q7mr1447704nzq; Thu, 01 Jun 2006 14:26:45 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 1 Jun 2006 14:26:47 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 1 Jun 2006 16:26:47 -0500 From: "Buhi Mume" <[email protected]> To: [email protected] Subject: Samples - Build Failed MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi, When I did: <samples-root>/servlet/ant dist the build failed with the following exception: ---start--- BUILD FAILED javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found ---end--- I tried with the jakarta-cactus-13-1.7.2.zip bundle. Thank you. Buhi From [email protected] Fri Jun 2 18:23:24 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 55064 invoked by uid 99); 2 Jun 2006 18:23:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jun 2006 11:23:24 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO llsa509-a01.servidoresdns.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jun 2006 11:23:23 -0700 Received: from [161.129.204.104] (149.Red-83-52-246.dynamicIP.rima-tde.net [161.129.204.104]) by smtp-01.servidoresdns.net (Postfix) with ESMTP id 34BE536EC6 for <[email protected]>; Fri, 2 Jun 2006 20:23:00 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v750) In-Reply-To: <[email protected]> References: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Message-Id: <[email protected]> Content-Transfer-Encoding: quoted-printable From: Pedro Nevado <[email protected]> Subject: Re: Samples - Build Failed Date: Fri, 2 Jun 2006 20:22:57 +0100 To: "Cactus Users List" <[email protected]> X-Mailer: Apple Mail (2.750) X-Virus-Checked: Checked by ClamAV on apache.org Apparently you need xalan library in your classpath. You may download it from Apache site. Regards, Pedro El 01/06/2006, a las 22:26, Buhi Mume escribi=F3: > Hi, > > When I did: > <samples-root>/servlet/ant dist > the build failed with the following exception: > > ---start--- > BUILD FAILED > javax.xml.transform.TransformerFactoryConfigurationError: Provider > org.apache.xalan.processor.TransformerFactoryImpl not found > ---end--- > > I tried with the jakarta-cactus-13-1.7.2.zip bundle. > > Thank you. > > > Buhi > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > From [email protected] Mon Jun 5 16:03:40 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 77852 invoked by uid 99); 5 Jun 2006 16:03:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jun 2006 09:03:40 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nz-out-0102.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jun 2006 09:03:38 -0700 Received: by nz-out-0102.google.com with SMTP id f1so1046468nzc for <[email protected]>; Mon, 05 Jun 2006 09:03:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LuxVNfP52hxF+5Rz0+8WHIrwOuXayT3Oia+4SnAU40Tv4gb/DMvPJTFIYqPvGXT74ERn4WgU+MysPB5+Jl3Db/egW+OSf6kAWfR4eeXHYVTEMlQxO+BP/SvuD3PWlj3/whDfwuwzJkWhDlSOQia++6tZOtz9SaZzyzG+lIbpCfw= Received: by 161.129.204.104 with SMTP id e8mr6524091nze; Mon, 05 Jun 2006 09:03:18 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 5 Jun 2006 09:03:17 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 5 Jun 2006 11:03:17 -0500 From: "Buhi Mume" <[email protected]> To: "Cactus Users List" <[email protected]> Subject: Re: Samples - Build Failed In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org I have downloaded the xalan.jar. Where should it be referenced within build.xml file? <property name="xalan.jar" location="../../lib/xalan.jar"/> Referencing it from: #1 (failed) <target name="test" ...> <cactus ...> <containerclasspath> <pathelement location=${clover.jar}"/> #2 (failed) <target name="test" ...> <cactus ...> <classpath> <pathelement location=${clover.jar}"/> #3 (failed) <target name="test.prepare" ...> <cactify ...> <lib file=${clover.jar}"/> Thank you. Buhi Mume From [email protected] Tue Jun 6 01:10:46 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 10945 invoked by uid 99); 6 Jun 2006 01:10:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jun 2006 18:10:46 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO tama5.ecl.ntt.co.jp) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jun 2006 18:10:44 -0700 Received: from vcs3.rdh.ecl.ntt.co.jp (vcs3.rdh.ecl.ntt.co.jp [161.129.204.104]) by tama5.ecl.ntt.co.jp (8.13.6/8.13.6) with ESMTP id k561AMNH010054 for <[email protected]>; Tue, 6 Jun 2006 10:10:22 +0900 (JST) Received: from mfs3.rdh.ecl.ntt.co.jp (mfs3.rdh.ecl.ntt.co.jp [161.129.204.104]) by vcs3.rdh.ecl.ntt.co.jp (8.13.6/8.13.6) with ESMTP id k561ALqg000675 for <[email protected]>; Tue, 6 Jun 2006 10:10:21 +0900 (JST) Received: from nttmail3.ecl.ntt.co.jp ([161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.13.6/8.13.6) with ESMTP id k561AKFH019619 for <[email protected]>; Tue, 6 Jun 2006 10:10:20 +0900 (JST) Received: from dmailsv1.y.ecl.ntt.co.jp (dmailsv1.y.ecl.ntt.co.jp [161.129.204.104]) by nttmail3.ecl.ntt.co.jp (8.13.6/8.13.6) with ESMTP id k561AKUu010334 for <[email protected]>; Tue, 6 Jun 2006 10:10:20 +0900 (JST) Received: from mailsv01.y.ecl.ntt.co.jp by dmailsv1.y.ecl.ntt.co.jp (8.13.6/dmailsv-1.5) with ESMTP id k561AJa8025887 for <[email protected]>; Tue, 6 Jun 2006 10:10:19 +0900 (JST) Received: from localhost by mailsv01.y.ecl.ntt.co.jp (8.13.6/Lab-1.5a) with ESMTP id k561AJw5008845 for <[email protected]>; Tue, 6 Jun 2006 10:10:19 +0900 (JST) Date: Tue, 06 Jun 2006 10:10:18 +0900 (JST) Message-Id: <[email protected]> To: [email protected] Subject: Re: Problem running cactus from ant From: Kazuhito SUGURI <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> X-Mailer: Mew version 4.2 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Ian, In article <[email protected]>, Thu, 27 Apr 2006 14:34:16 +0100, "Dickinson, Ian J. (HP Labs, Bristol, UK)" <[email protected]> wrote: ian> I'm just getting going with using Cactus to test a J2EE project. I've ian> built my cactified .war and deployed the .ear. I can run a simple test ian> successfully using the ServletRunner on the server, but if I try to ian> invoke the same test from the cactus task in ant, I get a ian> ClassNotFoundException: [snip] ian> [cactus] Caused an ERROR ian> [cactus] com.hp.vrmm.station.StationInfoFacadeBeanTest ian> [cactus] java.lang.ClassNotFoundException: ian> com.hp.vrmm.station.StationInfoFacadeBeanTest [snip] ian> The named class is present under WEB-INF/classes in the cactified .war, ian> and, indeed, is invoked from the servlet test runner. My cactus task ian> looks like this: You have to set a client-side classpath properly. ian> <target name="run-cactus"> ian> <cactus earfile="${build.dir}/test-${ear.name}" fork="yes" ian> printsummary="yes" haltonerror="true" ian> haltonfailure="false"> ian> <containerset> ian> <generic name="JBossGeneric" port="8088"> ian> <startup target="generic.jboss.deploy"/> ian> <shutdown target="generic.jboss.undeploy"/> ian> </generic> ian> </containerset> ian> <formatter type="plain" usefile="false"/> ian> <test name="com.hp.vrmm.station.StationInfoFacadeBeanTest" /> ian> </cactus> ian> </target> As cactus ant-task is an extension of junit ant-task, you can set the client-side classpath by using classpath nested-element for the cactus task. You may have already solved the problem, though. Hope this helps, ---- Kazuhito SUGURI From [email protected] Tue Jun 6 01:35:18 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 53183 invoked by uid 99); 6 Jun 2006 01:35:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jun 2006 18:35:18 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO tama5.ecl.ntt.co.jp) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jun 2006 18:35:17 -0700 Received: from vcs3.rdh.ecl.ntt.co.jp (vcs3.rdh.ecl.ntt.co.jp [161.129.204.104]) by tama5.ecl.ntt.co.jp (8.13.6/8.13.6) with ESMTP id k561Yuog020247 for <[email protected]>; Tue, 6 Jun 2006 10:34:56 +0900 (JST) Received: from mfs3.rdh.ecl.ntt.co.jp (mfs3.rdh.ecl.ntt.co.jp [161.129.204.104]) by vcs3.rdh.ecl.ntt.co.jp (8.13.6/8.13.6) with ESMTP id k561YsxS016566 for <[email protected]>; Tue, 6 Jun 2006 10:34:54 +0900 (JST) Received: from nttmail3.ecl.ntt.co.jp ([161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.13.6/8.13.6) with ESMTP id k561Yrc5004988 for <[email protected]>; Tue, 6 Jun 2006 10:34:53 +0900 (JST) Received: from dmailsv1.y.ecl.ntt.co.jp (dmailsv1.y.ecl.ntt.co.jp [161.129.204.104]) by nttmail3.ecl.ntt.co.jp (8.13.6/8.13.6) with ESMTP id k561YrtY014465 for <[email protected]>; Tue, 6 Jun 2006 10:34:53 +0900 (JST) Received: from mailsv01.y.ecl.ntt.co.jp by dmailsv1.y.ecl.ntt.co.jp (8.13.6/dmailsv-1.5) with ESMTP id k561YqKP005644 for <[email protected]>; Tue, 6 Jun 2006 10:34:52 +0900 (JST) Received: from localhost by mailsv01.y.ecl.ntt.co.jp (8.13.6/Lab-1.5a) with ESMTP id k561Ypqm011349 for <[email protected]>; Tue, 6 Jun 2006 10:34:52 +0900 (JST) Date: Tue, 06 Jun 2006 10:34:51 +0900 (JST) Message-Id: <[email protected]> To: [email protected] Subject: Re: app stops working after running cactus tests From: Kazuhito SUGURI <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> X-Mailer: Mew version 4.2 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, In article <[email protected]>, Fri, 28 Apr 2006 10:55:31 +0100, "Butt, Akif" <[email protected]> wrote: akif> I'm not sure if this is a base Cactus issue or the StrutsTestCase akif> extension of Cactus but... akif> I started running some in-container tests against my struts application akif> but have noticed that after the tests complete (successfully) that I can akif> no longer use the application via its proper means (i.e. through a web akif> browser). When I try using the app after running the cactus tests (this akif> problem applies whether I run them via Ant cactus task or through the akif> browser ServletTestRunner) I keep getting an Internal Server 500 error akif> but so far cannot find any details about this error since nothing comes akif> up on the weblogic console or in any domain/server log files. Have you solved the problem? If you have not ... I think we need to know details of the Internal Server Error (500) to help you. You might add some logging statements in your classes to trace process for a request. Regards, ---- Kazuhito SUGURI From [email protected] Tue Jun 6 02:22:34 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 14257 invoked by uid 99); 6 Jun 2006 02:22:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jun 2006 19:22:34 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO hm171.locaweb.com.br) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 05 Jun 2006 19:22:32 -0700 Received: (qmail 12560 invoked from network); 6 Jun 2006 02:22:18 -0000 Received: from unknown (161.129.204.104) by hm171.locaweb.com.br with QMQP; 6 Jun 2006 02:22:18 -0000 Received: from unknown (HELO ?161.129.204.104?) ([email protected]@161.129.204.104) by hm101.locaweb.com.br with SMTP; 6 Jun 2006 02:22:14 -0000 Message-ID: <[email protected]> Date: Mon, 05 Jun 2006 23:25:40 -0300 From: Felipe Leme <[email protected]> Organization: Falcon Informatica User-Agent: Mozilla Thunderbird 1.0.6-1.1.fc3 (X11/20050720) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Cactus Users List <[email protected]> Subject: Re: Samples - Build Failed References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Buhi, Which version of Java did you use? Notice that Cactus requires JDK 1.4 or superior... -- Felipe Buhi Mume wrote: > Hi, > > When I did: > <samples-root>/servlet/ant dist > the build failed with the following exception: > > ---start--- > BUILD FAILED > javax.xml.transform.TransformerFactoryConfigurationError: Provider > org.apache.xalan.processor.TransformerFactoryImpl not found > ---end--- > > I tried with the jakarta-cactus-13-1.7.2.zip bundle. > From [email protected] Tue Jun 6 03:05:46 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 49762 invoked by uid 99); 6 Jun 2006 03:05:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jun 2006 20:05:46 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO tama5.ecl.ntt.co.jp) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jun 2006 20:05:45 -0700 Received: from vcs3.rdh.ecl.ntt.co.jp (vcs3.rdh.ecl.ntt.co.jp [161.129.204.104]) by tama5.ecl.ntt.co.jp (8.13.6/8.13.6) with ESMTP id k5635K1x027645 for <[email protected]>; Tue, 6 Jun 2006 12:05:23 +0900 (JST) Received: from mfs3.rdh.ecl.ntt.co.jp (mfs3.rdh.ecl.ntt.co.jp [161.129.204.104]) by vcs3.rdh.ecl.ntt.co.jp (8.13.6/8.13.6) with ESMTP id k5635KWB017775 for <[email protected]>; Tue, 6 Jun 2006 12:05:20 +0900 (JST) Received: from nttmail3.ecl.ntt.co.jp ([161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.13.6/8.13.6) with ESMTP id k5635JrP004395 for <[email protected]>; Tue, 6 Jun 2006 12:05:19 +0900 (JST) Received: from dmailsv1.y.ecl.ntt.co.jp (dmailsv1.y.ecl.ntt.co.jp [161.129.204.104]) by nttmail3.ecl.ntt.co.jp (8.13.6/8.13.6) with ESMTP id k5635Jfx000830 for <[email protected]>; Tue, 6 Jun 2006 12:05:19 +0900 (JST) Received: from mailsv01.y.ecl.ntt.co.jp by dmailsv1.y.ecl.ntt.co.jp (8.13.6/dmailsv-1.5) with ESMTP id k5635IOK014901 for <[email protected]>; Tue, 6 Jun 2006 12:05:18 +0900 (JST) Received: from localhost by mailsv01.y.ecl.ntt.co.jp (8.13.6/Lab-1.5a) with ESMTP id k5635IJq020208 for <[email protected]>; Tue, 6 Jun 2006 12:05:18 +0900 (JST) Date: Tue, 06 Jun 2006 12:05:17 +0900 (JST) Message-Id: <[email protected]> To: [email protected] Subject: Re: negative testing with FormAuthentication From: Kazuhito SUGURI <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> X-Mailer: Mew version 4.2 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Gabriel, In article <[email protected]>, Tue, 16 May 2006 17:04:14 -0400, Gabe <[email protected]> wrote: gabriel> I've been setting up a cactus test to test a web application gabriel> containers login. My test succeeds until I try a bad login. The gabriel> FormAuthentication throws a gabriel> "org.apache.cactus.util.ChainedRuntimeException: Failed to gabriel> authenticate the principal" exception. This is expected behavior. gabriel> The problem I can't wrap my head around is how is my test case gabriel> supposed to catch the exception? I put try catch blocks in the gabriel> beginXXX() and in the testXXX() methods and neither catch the gabriel> exception. I can understand what you want to do. However, you can not do it that way. The WebRequest instance is a container that maintains instructions to set the pre-test condition that should be tuned befor the testXXX() method is executed. After your begin() and beginXXX() methods provide the WebRequest instance, the client-side of the Cactus framework uses it to set the server-side pre-test condition for testXXX(). This means that the authentication would be performed AFTER the beginXXX() method. This is why you cannot catch the exception. gabriel> Right now the exception causes an error and makes the test fail. But gabriel> the login was supposed to fail. gabriel> gabriel> How should one test and assert a failed login using Cactus? HttpUnit or other functional testing frameworks would be appropriated. To test a failed login situation in Cactus world, you should consider how the behavior of the container is different between a request not authenticated and a request that failed to authenticate. # For unit testing, both may be considered as same, but I'm not sure. ## It may be depending on the container implementation. Regards, ---- Kazuhito SUGURI From [email protected] Tue Jun 6 04:23:25 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 15716 invoked by uid 99); 6 Jun 2006 04:23:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jun 2006 21:23:25 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO tama5.ecl.ntt.co.jp) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jun 2006 21:23:24 -0700 Received: from vcs3.rdh.ecl.ntt.co.jp (vcs3.rdh.ecl.ntt.co.jp [161.129.204.104]) by tama5.ecl.ntt.co.jp (8.13.6/8.13.6) with ESMTP id k564N2CI029959 for <[email protected]>; Tue, 6 Jun 2006 13:23:02 +0900 (JST) Received: from mfs3.rdh.ecl.ntt.co.jp (mfs3.rdh.ecl.ntt.co.jp [161.129.204.104]) by vcs3.rdh.ecl.ntt.co.jp (8.13.6/8.13.6) with ESMTP id k564N1HK007836 for <[email protected]>; Tue, 6 Jun 2006 13:23:01 +0900 (JST) Received: from nttmail3.ecl.ntt.co.jp ([161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.13.6/8.13.6) with ESMTP id k564N1t1022876 for <[email protected]>; Tue, 6 Jun 2006 13:23:01 +0900 (JST) Received: from dmailsv1.y.ecl.ntt.co.jp (dmailsv1.y.ecl.ntt.co.jp [161.129.204.104]) by nttmail3.ecl.ntt.co.jp (8.13.6/8.13.6) with ESMTP id k564N0A3014034 for <[email protected]>; Tue, 6 Jun 2006 13:23:00 +0900 (JST) Received: from mailsv01.y.ecl.ntt.co.jp by dmailsv1.y.ecl.ntt.co.jp (8.13.6/dmailsv-1.5) with ESMTP id k564MxIH014824 for <[email protected]>; Tue, 6 Jun 2006 13:22:59 +0900 (JST) Received: from localhost by mailsv01.y.ecl.ntt.co.jp (8.13.6/Lab-1.5a) with ESMTP id k564MxK2027158 for <[email protected]>; Tue, 6 Jun 2006 13:22:59 +0900 (JST) Date: Tue, 06 Jun 2006 13:22:59 +0900 (JST) Message-Id: <[email protected]> To: [email protected] Subject: Re: NoClassDefFoundError - can't find the servlet class under test From: Kazuhito SUGURI <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> X-Mailer: Mew version 4.2 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, You may already solved the problem. In article <[email protected]>, Thu, 4 May 2006 17:24:51 -0400, "Varma, Nitesh" <[email protected]> wrote: nitesh_varma> My cactified ear file contains the following: nitesh_varma> nitesh_varma> - application jar file nitesh_varma> nitesh_varma> - application war file nitesh_varma> nitesh_varma> - cactus.war file nitesh_varma> [snip] nitesh_varma> It seems like the cactus.war is not seeing classes under nitesh_varma> [application.war] because of class loader issue. I think it's the class-loader issue as you mentioned. nitesh_varma> But my understanding is that application classes shouldn't nitesh_varma> be included in cactus.war. I think you should cactify application.war in your ear file instead of cactus.war. Separation of the production archive and the test archive may be important, however, that does not mean that application classes and test classes shouldn't be archived into the same war-archive. In fact, cactifywar creates such test archive from an existing production archive. Regards, ---- Kazuhito SUGURI From [email protected] Tue Jun 6 17:34:25 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 14062 invoked by uid 99); 6 Jun 2006 17:34:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2006 10:34:25 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nz-out-0102.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2006 10:02:59 -0700 Received: by nz-out-0102.google.com with SMTP id f1so1315624nzc for <[email protected]>; Tue, 06 Jun 2006 10:02:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sywQOVFUq2h/rFAjFULicG9VRHr6MHyeF1zov73X4wDMTWoO/85hCg/DYGyfc81YiZDnlYrvIrjYRDcAdNTNw0lQUKpvbe1OZSKym/G9nO4SadTNgvAmRC5M+V/eOgWAOK2nHq4nPPZ+xCeMxcR1ZeBiDpSZDtxMxtz8Gtg6fc0= Received: by 161.129.204.104 with SMTP id g9mr5159709nzd; Tue, 06 Jun 2006 10:02:39 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 6 Jun 2006 10:02:38 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 6 Jun 2006 12:02:38 -0500 From: "Buhi Mume" <[email protected]> To: "Cactus Users List" <[email protected]> Subject: Re: Samples - Build Failed In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Hi Felipe, My Java is 1.5.0_03. Buhi Mume On 6/5/06, Felipe Leme <[email protected]> wrote: > Hi Buhi, > > Which version of Java did you use? Notice that Cactus requires JDK 1.4 > or superior... > > -- Felipe > > Buhi Mume wrote: > > Hi, > > > > When I did: > > <samples-root>/servlet/ant dist > > the build failed with the following exception: > > > > ---start--- > > BUILD FAILED > > javax.xml.transform.TransformerFactoryConfigurationError: Provider > > org.apache.xalan.processor.TransformerFactoryImpl not found > > ---end--- > > > > I tried with the jakarta-cactus-13-1.7.2.zip bundle. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > From [email protected] Tue Jun 6 23:43:53 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 90012 invoked by uid 99); 6 Jun 2006 23:43:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2006 16:43:53 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nz-out-0102.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2006 16:43:52 -0700 Received: by nz-out-0102.google.com with SMTP id s1so33262nze for <[email protected]>; Tue, 06 Jun 2006 16:43:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=YzDniDLtlI6G1NCj2vb2ypKQUIVPdooTaMFPrvUflNOciZ3wDh0wJ5C4AESjkHuyMd7jcodzay3V+AL/hz8KpXGHuR+H9eW6hyINZ6SZRL7KhXqcDsSLWR9IinHoVIhQo4lNhfx2kyT1vdz9ry77psrHs7avIQ26WEJrA1N/xvs= Received: by 161.129.204.104 with SMTP id g13mr45799qbo; Tue, 06 Jun 2006 16:43:31 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 6 Jun 2006 16:43:31 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 6 Jun 2006 16:43:31 -0700 From: "naveen babu" <[email protected]> To: [email protected] Subject: ServletRedirector: java.lang.NoClassDefFoundError: org.aspectj.lang.Signature MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_8683_27192567.1149637411850" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_8683_27192567.1149637411850 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I am running Cactus from Eclipse IDE. I am new to Cactus i do have all the jar files in the classpath but when i run the test case from Eclipse, it throws the following error in the log file [Servlet Error]-[ServletRedirector]: Failed to load servlet: java.lang.NoClassDefFoundError: org.aspectj.lang.Signature at java.lang.Class.verifyImpl(Native Method) at java.lang.Class.verify(Class.java:241) at java.lang.Class.initialize(Class.java:304) at java.lang.Class.newInstanceImpl(Native Method) at java.lang.Class.newInstance(Class.java:1545) at java.beans.Beans.instantiate(Beans.java:219) at java.beans.Beans.instantiate(Beans.java:63) at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet( WebAppServletManager.java:188) at com.ibm.ws.webcontainer.webapp.WebAppServletManager.getServletReference( WebAppServletManager.java:455) at com.ibm.ws.webcontainer.webapp.WebApp.getServletReference( WebApp.java:726) at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcherInfo.calculateInfo( WebAppRequestDispatcherInfo.java:197) at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcherInfo .<init>(WebAppRequestDispatcherInfo.java:68) at com.ibm.ws.webcontainer.webapp.WebApp.getRequestDispatcher( WebApp.java:1564) at com.ibm.ws.webcontainer.webapp.WebApp.getRequestDispatcher( WebApp.java:1523) at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook( WebAppInvoker.java:290) at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation( CachedInvocation.java:71) at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI (ServletRequestProcessor.java:246) at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service (OSEListener.java:334) at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest( HttpConnection.java:56) at com.ibm.ws.http.HttpConnection.readAndHandleRequest( HttpConnection.java:652) at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:448) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:936) and the following error trace in the Eclipse IDE org.apache.cactus.util.ChainedRuntimeException: Failed to get the test results. This is probably due to an error that happened on the server side when trying to execute the tests. Here is what was returned by the server : [Error 500: Failed to load target servlet [ServletRedirector] ] at org.apache.cactus.client.AbstractHttpClient.dispatch2_doTest( LogAspect.aj(1k):120) at org.apache.cactus.client.AbstractHttpClient.around2_doTest( LogAspect.aj(1k):1236) at org.apache.cactus.client.AbstractHttpClient.doTest(LogAspect.aj (1k):104) at org.apache.cactus.AbstractWebTestCase.runGenericTest( AbstractWebTestCase.java:260) at org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java:133) at org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java:195) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests( RemoteTestRunner.java:421) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run( RemoteTestRunner.java:305) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main( RemoteTestRunner.java:186) org.apache.cactus.client.ParsingException: Not a valid response at org.apache.cactus.client.WebTestResultParser.readRootElement( LogAspect.aj(1k):140) at org.apache.cactus.client.WebTestResultParser.dispatch29_parse( LogAspect.aj(1k):101) at org.apache.cactus.client.WebTestResultParser.around29_parse( LogAspect.aj(1k):1236) at org.apache.cactus.client.WebTestResultParser.parse(LogAspect.aj (1k):96) at org.apache.cactus.client.AbstractHttpClient.callGetResult( LogAspect.aj(1k):230) at org.apache.cactus.client.AbstractHttpClient.dispatch2_doTest( LogAspect.aj(1k):114) at org.apache.cactus.client.AbstractHttpClient.around2_doTest( LogAspect.aj(1k):1236) at org.apache.cactus.client.AbstractHttpClient.doTest(LogAspect.aj (1k):104) at org.apache.cactus.AbstractWebTestCase.runGenericTest( AbstractWebTestCase.java:260) at org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java:133) at org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java:195) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests( RemoteTestRunner.java:421) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run( RemoteTestRunner.java:305) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main( RemoteTestRunner.java:186) Any help would be appreciated ------=_Part_8683_27192567.1149637411850-- From [email protected] Tue Jun 6 23:49:02 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 96394 invoked by uid 99); 6 Jun 2006 23:49:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2006 16:49:02 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO hermes.uci.kun.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2006 16:48:59 -0700 Received: from fire.homenet.neonics.com (vhe-400042.sshn.net [161.129.204.104]) by hermes.uci.kun.nl (PMDF V6.2-X17 #30689) with ESMTP id <[email protected]> for [email protected]; Wed, 07 Jun 2006 01:48:31 +0200 (MEST) Received: from localhost (localhost [161.129.204.104]) by fire.homenet.neonics.com (8.13.6/8.13.6/Debian-1) with ESMTP id k56NmUSq005459 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT) for <[email protected]>; Wed, 07 Jun 2006 01:48:31 +0200 Date: Wed, 07 Jun 2006 01:48:30 +0200 (CEST) From: Kenney Westerhof <[email protected]> Subject: Re: ServletRedirector: java.lang.NoClassDefFoundError: org.aspectj.lang.Signature In-reply-to: <[email protected]> X-X-Sender: [email protected] To: Cactus Users List <[email protected]> Message-id: <[email protected]> MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: ClamAV 0.88.2/1515/Tue Jun 6 15:38:42 2006 on fire.homenet.neonics.com X-Virus-Status: Clean References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org On Tue, 6 Jun 2006, naveen babu wrote: Are you sure you have an aspectj jar in the WEB-INF/lib dir of the war? -- kenney > I am running Cactus from Eclipse IDE. I am new to Cactus > > i do have all the jar files in the classpath > > but when i run the test case from Eclipse, it throws the following error in > the log file > > [Servlet Error]-[ServletRedirector]: Failed to load servlet: > java.lang.NoClassDefFoundError: org.aspectj.lang.Signature > at java.lang.Class.verifyImpl(Native Method) > at java.lang.Class.verify(Class.java:241) > at java.lang.Class.initialize(Class.java:304) > at java.lang.Class.newInstanceImpl(Native Method) > at java.lang.Class.newInstance(Class.java:1545) > at java.beans.Beans.instantiate(Beans.java:219) > at java.beans.Beans.instantiate(Beans.java:63) > at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet( > WebAppServletManager.java:188) > at > com.ibm.ws.webcontainer.webapp.WebAppServletManager.getServletReference( > WebAppServletManager.java:455) > at com.ibm.ws.webcontainer.webapp.WebApp.getServletReference( > WebApp.java:726) > at > com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcherInfo.calculateInfo( > WebAppRequestDispatcherInfo.java:197) > at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcherInfo > .<init>(WebAppRequestDispatcherInfo.java:68) > at com.ibm.ws.webcontainer.webapp.WebApp.getRequestDispatcher( > WebApp.java:1564) > at com.ibm.ws.webcontainer.webapp.WebApp.getRequestDispatcher( > WebApp.java:1523) > at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook( > WebAppInvoker.java:290) > at > com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation( > CachedInvocation.java:71) > at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI > (ServletRequestProcessor.java:246) > at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service > (OSEListener.java:334) > at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest( > HttpConnection.java:56) > at com.ibm.ws.http.HttpConnection.readAndHandleRequest( > HttpConnection.java:652) > at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:448) > at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:936) > > > and the following error trace in the Eclipse IDE > > org.apache.cactus.util.ChainedRuntimeException: Failed to get the test > results. This is probably due to an error that happened on the server side > when trying to execute the tests. Here is what was returned by the server : > [Error 500: Failed to load target servlet [ServletRedirector] > ] > at org.apache.cactus.client.AbstractHttpClient.dispatch2_doTest( > LogAspect.aj(1k):120) > at org.apache.cactus.client.AbstractHttpClient.around2_doTest( > LogAspect.aj(1k):1236) > at org.apache.cactus.client.AbstractHttpClient.doTest(LogAspect.aj > (1k):104) > at org.apache.cactus.AbstractWebTestCase.runGenericTest( > AbstractWebTestCase.java:260) > at org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java:133) > at org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java:195) > at junit.framework.TestResult$1.protect(TestResult.java:106) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.framework.TestResult.run(TestResult.java:109) > at junit.framework.TestCase.run(TestCase.java:118) > at junit.framework.TestSuite.runTest(TestSuite.java:208) > at junit.framework.TestSuite.run(TestSuite.java:203) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests( > RemoteTestRunner.java:421) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run( > RemoteTestRunner.java:305) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main( > RemoteTestRunner.java:186) > org.apache.cactus.client.ParsingException: Not a valid response > at org.apache.cactus.client.WebTestResultParser.readRootElement( > LogAspect.aj(1k):140) > at org.apache.cactus.client.WebTestResultParser.dispatch29_parse( > LogAspect.aj(1k):101) > at org.apache.cactus.client.WebTestResultParser.around29_parse( > LogAspect.aj(1k):1236) > at org.apache.cactus.client.WebTestResultParser.parse(LogAspect.aj > (1k):96) > at org.apache.cactus.client.AbstractHttpClient.callGetResult( > LogAspect.aj(1k):230) > at org.apache.cactus.client.AbstractHttpClient.dispatch2_doTest( > LogAspect.aj(1k):114) > at org.apache.cactus.client.AbstractHttpClient.around2_doTest( > LogAspect.aj(1k):1236) > at org.apache.cactus.client.AbstractHttpClient.doTest(LogAspect.aj > (1k):104) > at org.apache.cactus.AbstractWebTestCase.runGenericTest( > AbstractWebTestCase.java:260) > at org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java:133) > at org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java:195) > at junit.framework.TestResult$1.protect(TestResult.java:106) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.framework.TestResult.run(TestResult.java:109) > at junit.framework.TestCase.run(TestCase.java:118) > at junit.framework.TestSuite.runTest(TestSuite.java:208) > at junit.framework.TestSuite.run(TestSuite.java:203) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests( > RemoteTestRunner.java:421) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run( > RemoteTestRunner.java:305) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main( > RemoteTestRunner.java:186) > > Any help would be appreciated > -- Kenney Westerhof http://www.neonics.com GPG public key: http://www.gods.nl/~forge/kenneyw.key From [email protected] Wed Jun 7 00:07:14 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 8604 invoked by uid 99); 7 Jun 2006 00:07:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2006 17:07:14 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nz-out-0102.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2006 17:07:12 -0700 Received: by nz-out-0102.google.com with SMTP id s1so36486nze for <[email protected]>; Tue, 06 Jun 2006 17:06:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Nsr9smiko/Y6gsAlfjHeox2/BwEMNJEuUeqNISjDvyCXLwTlhh5QVwSrxfxVqn4Z3xnjqoMSKiQ7CFhYUC1DimTrhBf6/2rXEUwRyc+3VFY11cCIBvmOw0XMGFinciRfCFZi569kaNcKBPk2hDjfg9JAfkpuhYS+8vI6Hx+LrG8= Received: by 161.129.204.104 with SMTP id b16mr92122qbf; Tue, 06 Jun 2006 17:06:51 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 6 Jun 2006 17:06:51 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 6 Jun 2006 17:06:51 -0700 From: "naveen babu" <[email protected]> To: "Cactus Users List" <[email protected]> Subject: Re: ServletRedirector: java.lang.NoClassDefFoundError: org.aspectj.lang.Signature In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_9091_2681612.1149638811847" References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_9091_2681612.1149638811847 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline my search in the google has always asked above question. Yes, i did added Aspectj jar file in the lib folder I also did search in the mail archive of cactus user list. Here is one link, who had the same problem and couldn't resolve, while in the replies somebody suggested to use front ends ( <cactus> Ant task, Maven plugin, etc) instead of configuring Cactus manually, which i didn't get it completely. I think he means to use ANT task instead of Eclipse IDE to run the tests http://[email protected]/msg05608.html I searched Apache website too about this problem and here is one link http://jakarta.apache.org/cactus/integration/eclipse/index.html which also i didn't get it completely, does it implies you cann't run tests using Eclipse IDE ( since there is a bug ) - Naveen On 6/6/06, Kenney Westerhof <[email protected]> wrote: > > On Tue, 6 Jun 2006, naveen babu wrote: > > Are you sure you have an aspectj jar in the WEB-INF/lib dir of the war? > > -- kenney > > > I am running Cactus from Eclipse IDE. I am new to Cactus > > > > i do have all the jar files in the classpath > > > > but when i run the test case from Eclipse, it throws the following error > in > > the log file > > > > [Servlet Error]-[ServletRedirector]: Failed to load servlet: > > java.lang.NoClassDefFoundError: org.aspectj.lang.Signature > > at java.lang.Class.verifyImpl(Native Method) > > at java.lang.Class.verify(Class.java:241) > > at java.lang.Class.initialize(Class.java:304) > > at java.lang.Class.newInstanceImpl(Native Method) > > at java.lang.Class.newInstance(Class.java:1545) > > at java.beans.Beans.instantiate(Beans.java:219) > > at java.beans.Beans.instantiate(Beans.java:63) > > at > com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet( > > WebAppServletManager.java:188) > > at > > com.ibm.ws.webcontainer.webapp.WebAppServletManager.getServletReference( > > WebAppServletManager.java:455) > > at com.ibm.ws.webcontainer.webapp.WebApp.getServletReference( > > WebApp.java:726) > > at > > com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcherInfo.calculateInfo > ( > > WebAppRequestDispatcherInfo.java:197) > > at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcherInfo > > .<init>(WebAppRequestDispatcherInfo.java:68) > > at com.ibm.ws.webcontainer.webapp.WebApp.getRequestDispatcher( > > WebApp.java:1564) > > at com.ibm.ws.webcontainer.webapp.WebApp.getRequestDispatcher( > > WebApp.java:1523) > > at > com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook( > > WebAppInvoker.java:290) > > at > > > com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation > ( > > CachedInvocation.java:71) > > at > com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI > > (ServletRequestProcessor.java:246) > > at > com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service > > (OSEListener.java:334) > > at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest( > > HttpConnection.java:56) > > at com.ibm.ws.http.HttpConnection.readAndHandleRequest( > > HttpConnection.java:652) > > at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:448) > > at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:936) > > > > > > and the following error trace in the Eclipse IDE > > > > org.apache.cactus.util.ChainedRuntimeException: Failed to get the test > > results. This is probably due to an error that happened on the server > side > > when trying to execute the tests. Here is what was returned by the > server : > > [Error 500: Failed to load target servlet [ServletRedirector] > > ] > > at org.apache.cactus.client.AbstractHttpClient.dispatch2_doTest( > > LogAspect.aj(1k):120) > > at org.apache.cactus.client.AbstractHttpClient.around2_doTest( > > LogAspect.aj(1k):1236) > > at org.apache.cactus.client.AbstractHttpClient.doTest(LogAspect.aj > > (1k):104) > > at org.apache.cactus.AbstractWebTestCase.runGenericTest( > > AbstractWebTestCase.java:260) > > at org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java > :133) > > at org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java > :195) > > at junit.framework.TestResult$1.protect(TestResult.java:106) > > at junit.framework.TestResult.runProtected(TestResult.java:124) > > at junit.framework.TestResult.run(TestResult.java:109) > > at junit.framework.TestCase.run(TestCase.java:118) > > at junit.framework.TestSuite.runTest(TestSuite.java:208) > > at junit.framework.TestSuite.run(TestSuite.java:203) > > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests( > > RemoteTestRunner.java:421) > > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run( > > RemoteTestRunner.java:305) > > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main( > > RemoteTestRunner.java:186) > > org.apache.cactus.client.ParsingException: Not a valid response > > at org.apache.cactus.client.WebTestResultParser.readRootElement( > > LogAspect.aj(1k):140) > > at org.apache.cactus.client.WebTestResultParser.dispatch29_parse( > > LogAspect.aj(1k):101) > > at org.apache.cactus.client.WebTestResultParser.around29_parse( > > LogAspect.aj(1k):1236) > > at org.apache.cactus.client.WebTestResultParser.parse(LogAspect.aj > > (1k):96) > > at org.apache.cactus.client.AbstractHttpClient.callGetResult( > > LogAspect.aj(1k):230) > > at org.apache.cactus.client.AbstractHttpClient.dispatch2_doTest( > > LogAspect.aj(1k):114) > > at org.apache.cactus.client.AbstractHttpClient.around2_doTest( > > LogAspect.aj(1k):1236) > > at org.apache.cactus.client.AbstractHttpClient.doTest(LogAspect.aj > > (1k):104) > > at org.apache.cactus.AbstractWebTestCase.runGenericTest( > > AbstractWebTestCase.java:260) > > at org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java > :133) > > at org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java > :195) > > at junit.framework.TestResult$1.protect(TestResult.java:106) > > at junit.framework.TestResult.runProtected(TestResult.java:124) > > at junit.framework.TestResult.run(TestResult.java:109) > > at junit.framework.TestCase.run(TestCase.java:118) > > at junit.framework.TestSuite.runTest(TestSuite.java:208) > > at junit.framework.TestSuite.run(TestSuite.java:203) > > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests( > > RemoteTestRunner.java:421) > > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run( > > RemoteTestRunner.java:305) > > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main( > > RemoteTestRunner.java:186) > > > > Any help would be appreciated > > > > -- > Kenney Westerhof > http://www.neonics.com > GPG public key: http://www.gods.nl/~forge/kenneyw.key > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > ------=_Part_9091_2681612.1149638811847-- From [email protected] Wed Jun 7 00:57:25 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 66531 invoked by uid 99); 7 Jun 2006 00:57:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2006 17:57:25 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=HTML_00_10,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO web30205.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 06 Jun 2006 17:57:24 -0700 Received: (qmail 92862 invoked by uid 60001); 7 Jun 2006 00:57:02 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.mx; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=qbESxMcrHmFBnVb80oW37i9FQ8vGAEyepDBRUfFQq9L5qc5wNIqLtgM44PRH1oJkf+Z+WN4ZoaOaNPYA6NOArrNaCf5lxPlsUnTQkVMUJyvFyWkJBXsBhQC92gBiWxlzcQO1l6fk+GN5VJozQXnFeK7XjLEZ8YTUzYXf8g2pc3E= ; Message-ID: <[email protected]> Received: from [161.129.204.104] by web30205.mail.mud.yahoo.com via HTTP; Tue, 06 Jun 2006 19:57:02 CDT Date: Tue, 6 Jun 2006 19:57:02 -0500 (CDT) From: Carlos de Luna Saenz <[email protected]> Subject: Re: ServletRedirector: java.lang.NoClassDefFoundError: org.aspectj.lang.Signature To: Cactus Users List <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1763911935-1149641822=:89524" Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org --0-1763911935-1149641822=:89524 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Remember one thing: Cactus has two parts running, one on the servlet container (wich is probably the one that send the class no def error) and the other on the "command line", in this case Eclipse IDE. Verify that the cactigied war (or EAR) has the jar for the class you need. Greetings Carlso de Luna Saenz naveen babu <[email protected]> escribió: I am running Cactus from Eclipse IDE. I am new to Cactus i do have all the jar files in the classpath but when i run the test case from Eclipse, it throws the following error in the log file [Servlet Error]-[ServletRedirector]: Failed to load servlet: java.lang.NoClassDefFoundError: [email protected](Native Method) at java.lang.Class.verify(Class.java:241) at java.lang.Class.initialize(Class.java:304) at java.lang.Class.newInstanceImpl(Native Method) at java.lang.Class.newInstance(Class.java:1545) at java.beans.Beans.instantiate(Beans.java:219) at java.beans.Beans.instantiate(Beans.java:63) at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet( WebAppServletManager.java:188) at com.ibm.ws.webcontainer.webapp.WebAppServletManager.getServletReference( WebAppServletManager.java:455) at com.ibm.ws.webcontainer.webapp.WebApp.getServletReference( WebApp.java:726) at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcherInfo.calculateInfo( WebAppRequestDispatcherInfo.java:197) at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcherInfo .(WebAppRequestDispatcherInfo.java:68) at com.ibm.ws.webcontainer.webapp.WebApp.getRequestDispatcher( WebApp.java:1564) at com.ibm.ws.webcontainer.webapp.WebApp.getRequestDispatcher( WebApp.java:1523) at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook( WebAppInvoker.java:290) at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation( CachedInvocation.java:71) at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI (ServletRequestProcessor.java:246) at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service (OSEListener.java:334) at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest( HttpConnection.java:56) at com.ibm.ws.http.HttpConnection.readAndHandleRequest( HttpConnection.java:652) at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:448) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:936) and the following error trace in the Eclipse IDE org.apache.cactus.util.ChainedRuntimeException: Failed to get the test results. This is probably due to an error that happened on the server side when trying to execute the tests. Here is what was returned by the server : [Error 500: Failed to load target servlet [ServletRedirector] ] at org.apache.cactus.client.AbstractHttpClient.dispatch2_doTest( LogAspect.aj(1k):120) at org.apache.cactus.client.AbstractHttpClient.around2_doTest( LogAspect.aj(1k):1236) at org.apache.cactus.client.AbstractHttpClient.doTest(LogAspect.aj (1k):104) at org.apache.cactus.AbstractWebTestCase.runGenericTest( AbstractWebTestCase.java:260) at org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java:133) at org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java:195) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests( RemoteTestRunner.java:421) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run( RemoteTestRunner.java:305) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main( RemoteTestRunner.java:186) org.apache.cactus.client.ParsingException: Not a valid [email protected]( LogAspect.aj(1k):140) at org.apache.cactus.client.WebTestResultParser.dispatch29_parse( LogAspect.aj(1k):101) at org.apache.cactus.client.WebTestResultParser.around29_parse( LogAspect.aj(1k):1236) at org.apache.cactus.client.WebTestResultParser.parse(LogAspect.aj (1k):96) at org.apache.cactus.client.AbstractHttpClient.callGetResult( LogAspect.aj(1k):230) at org.apache.cactus.client.AbstractHttpClient.dispatch2_doTest( LogAspect.aj(1k):114) at org.apache.cactus.client.AbstractHttpClient.around2_doTest( LogAspect.aj(1k):1236) at org.apache.cactus.client.AbstractHttpClient.doTest(LogAspect.aj (1k):104) at org.apache.cactus.AbstractWebTestCase.runGenericTest( AbstractWebTestCase.java:260) at org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java:133) at org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java:195) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests( RemoteTestRunner.java:421) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run( RemoteTestRunner.java:305) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main( RemoteTestRunner.java:186) Any help would be appreciated __________________________________________________ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! Regístrate ya - http://correo.espanol.yahoo.com/ --0-1763911935-1149641822=:89524-- From [email protected] Wed Jun 7 01:07:50 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 73405 invoked by uid 99); 7 Jun 2006 01:07:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2006 18:07:50 -0700 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=HTML_10_20,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nz-out-0102.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2006 18:07:49 -0700 Received: by nz-out-0102.google.com with SMTP id s1so44460nze for <[email protected]>; Tue, 06 Jun 2006 18:07:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=FcnI6Td6JyezWYQxgPohr2mZq9uiaW/WIog8SdA9MrgsY16eR8dEjHd4kxJpHa7lZKhop50Wg5Bdufi2bW2/GZaFWwNVlqD+i3wTPMoQs2gC+yvJYVvDMheUgx04/k8SO+5v7OknElJE+2Jdgu/MrQpF2CAnf/aKi3TPoNUvKRA= Received: by 161.129.204.104 with SMTP id c16mr5183080qbs; Tue, 06 Jun 2006 18:07:28 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 6 Jun 2006 18:07:28 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 6 Jun 2006 18:07:28 -0700 From: "naveen babu" <[email protected]> To: "Cactus Users List" <[email protected]> Subject: Re: ServletRedirector: java.lang.NoClassDefFoundError: org.aspectj.lang.Signature In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_10039_19981899.1149642448889" References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_10039_19981899.1149642448889 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline So Carlso, what understand is that we need to place the Aspect jar file in = 2 places on the client and on the server side from your reply. i placed the jar file under WEB-INF/lib folder under the EAR folder, so where does the jar file for client goes ? Note:- I placed cactus.properties file under classes folder - Naveen On 6/6/06, Carlos de Luna Saenz <[email protected]> wrote: > > Remember one thing: > Cactus has two parts running, one on the servlet container (wich is > probably the one that send the class no def error) and the other on the > "command line", in this case Eclipse IDE. > Verify that the cactigied war (or EAR) has the jar for the class you > need. > Greetings > Carlso de Luna Saenz > > naveen babu <[email protected]> escribi=F3: > I am running Cactus from Eclipse IDE. I am new to Cactus > > i do have all the jar files in the classpath > > but when i run the test case from Eclipse, it throws the following error > in > the log file > > [Servlet Error]-[ServletRedirector]: Failed to load servlet: > java.lang.NoClassDefFoundError: org.aspectj.lang.Signature > at java.lang.Class.verifyImpl(Native Method) > at java.lang.Class.verify(Class.java:241) > at java.lang.Class.initialize(Class.java:304) > at java.lang.Class.newInstanceImpl(Native Method) > at java.lang.Class.newInstance(Class.java:1545) > at java.beans.Beans.instantiate(Beans.java:219) > at java.beans.Beans.instantiate(Beans.java:63) > at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet( > WebAppServletManager.java:188) > at > com.ibm.ws.webcontainer.webapp.WebAppServletManager.getServletReference( > WebAppServletManager.java:455) > at com.ibm.ws.webcontainer.webapp.WebApp.getServletReference( > WebApp.java:726) > at > com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcherInfo.calculateInfo( > WebAppRequestDispatcherInfo.java:197) > at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcherInfo > .(WebAppRequestDispatcherInfo.java:68) > at com.ibm.ws.webcontainer.webapp.WebApp.getRequestDispatcher( > WebApp.java:1564) > at com.ibm.ws.webcontainer.webapp.WebApp.getRequestDispatcher( > WebApp.java:1523) > at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook( > WebAppInvoker.java:290) > at > com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocatio= n > ( > CachedInvocation.java:71) > at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI > (ServletRequestProcessor.java:246) > at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service > (OSEListener.java:334) > at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest( > HttpConnection.java:56) > at com.ibm.ws.http.HttpConnection.readAndHandleRequest( > HttpConnection.java:652) > at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:448) > at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:936) > > > and the following error trace in the Eclipse IDE > > org.apache.cactus.util.ChainedRuntimeException: Failed to get the test > results. This is probably due to an error that happened on the server sid= e > when trying to execute the tests. Here is what was returned by the server > : > [Error 500: Failed to load target servlet [ServletRedirector] > ] > at org.apache.cactus.client.AbstractHttpClient.dispatch2_doTest( > LogAspect.aj(1k):120) > at org.apache.cactus.client.AbstractHttpClient.around2_doTest( > LogAspect.aj(1k):1236) > at org.apache.cactus.client.AbstractHttpClient.doTest(LogAspect.aj > (1k):104) > at org.apache.cactus.AbstractWebTestCase.runGenericTest( > AbstractWebTestCase.java:260) > at org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java:133) > at org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java:195) > at junit.framework.TestResult$1.protect(TestResult.java:106) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.framework.TestResult.run(TestResult.java:109) > at junit.framework.TestCase.run(TestCase.java:118) > at junit.framework.TestSuite.runTest(TestSuite.java:208) > at junit.framework.TestSuite.run(TestSuite.java:203) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests( > RemoteTestRunner.java:421) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run( > RemoteTestRunner.java:305) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main( > RemoteTestRunner.java:186) > org.apache.cactus.client.ParsingException: Not a valid response > at org.apache.cactus.client.WebTestResultParser.readRootElement( > LogAspect.aj(1k):140) > at org.apache.cactus.client.WebTestResultParser.dispatch29_parse( > LogAspect.aj(1k):101) > at org.apache.cactus.client.WebTestResultParser.around29_parse( > LogAspect.aj(1k):1236) > at org.apache.cactus.client.WebTestResultParser.parse(LogAspect.aj > (1k):96) > at org.apache.cactus.client.AbstractHttpClient.callGetResult( > LogAspect.aj(1k):230) > at org.apache.cactus.client.AbstractHttpClient.dispatch2_doTest( > LogAspect.aj(1k):114) > at org.apache.cactus.client.AbstractHttpClient.around2_doTest( > LogAspect.aj(1k):1236) > at org.apache.cactus.client.AbstractHttpClient.doTest(LogAspect.aj > (1k):104) > at org.apache.cactus.AbstractWebTestCase.runGenericTest( > AbstractWebTestCase.java:260) > at org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java:133) > at org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java:195) > at junit.framework.TestResult$1.protect(TestResult.java:106) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.framework.TestResult.run(TestResult.java:109) > at junit.framework.TestCase.run(TestCase.java:118) > at junit.framework.TestSuite.runTest(TestSuite.java:208) > at junit.framework.TestSuite.run(TestSuite.java:203) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests( > RemoteTestRunner.java:421) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run( > RemoteTestRunner.java:305) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main( > RemoteTestRunner.java:186) > > Any help would be appreciated > > > __________________________________________________ > Correo Yahoo! > Espacio para todos tus mensajes, antivirus y antispam =A1gratis! > Reg=EDstrate ya - http://correo.espanol.yahoo.com/ > ------=_Part_10039_19981899.1149642448889-- From [email protected] Wed Jun 7 11:35:25 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 48419 invoked by uid 99); 7 Jun 2006 11:35:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2006 04:35:25 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO hm171.locaweb.com.br) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 07 Jun 2006 04:35:23 -0700 Received: (qmail 20270 invoked from network); 7 Jun 2006 11:35:04 -0000 Received: from unknown (161.129.204.104) by hm171.locaweb.com.br with QMQP; 7 Jun 2006 11:35:04 -0000 Received: from unknown (HELO ?161.129.204.104?) ([email protected]@161.129.204.104) by hm101.locaweb.com.br with SMTP; 7 Jun 2006 11:35:03 -0000 Message-ID: <[email protected]> Date: Wed, 07 Jun 2006 08:38:47 -0300 From: Felipe Leme <[email protected]> Organization: Falcon Informatica User-Agent: Mozilla Thunderbird 1.0.6-1.1.fc3 (X11/20050720) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Cactus Users List <[email protected]> Subject: Re: Samples - Build Failed References: <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hmm, it should work then. I will try to reproduce the issue later, as I may have accidentally removed the dependency. -- Felipe Buhi Mume wrote: > My Java is 1.5.0_03. From [email protected] Wed Jun 7 16:46:10 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 8990 invoked by uid 99); 7 Jun 2006 16:46:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2006 09:46:10 -0700 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=HTML_10_20,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO qb-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2006 09:46:08 -0700 Received: by qb-out-0506.google.com with SMTP id q12so49615qba for <[email protected]>; Wed, 07 Jun 2006 09:45:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=qxW6tlYkOJMvgvkWji0N1ZKra2w5OzqHDTqyWTQVDyir3Maelst86BanFvAtAeqWfkXuWIb5fJi5KWB+2fqc+Cka3VBwJXnUtVnDvvJm+dxpbiEt354Xx7fcseJO3pkJkW0uuA331uMTdSaTyOvuHkdokL5MvQUN0erO3OYiLo4= Received: by 161.129.204.104 with SMTP id j13mr690677qbr; Wed, 07 Jun 2006 09:45:47 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 7 Jun 2006 09:45:47 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 7 Jun 2006 09:45:47 -0700 From: "naveen babu" <[email protected]> To: "Cactus Users List" <[email protected]> Subject: Re: ServletRedirector: java.lang.NoClassDefFoundError: org.aspectj.lang.Signature In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6008_19770945.1149698747755" References: <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_6008_19770945.1149698747755 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I was Wrong we have to place jar file only at one place, that is my war or ear file deployed on the server On 6/6/06, naveen babu <[email protected]> wrote: > > So Carlso, what understand is that we need to place the Aspect jar file i= n > 2 places on the client and on the server side from your reply. > > i placed the jar file under WEB-INF/lib folder under the EAR folder, so > where does the jar file for client goes ? > > Note:- I placed cactus.properties file under classes folder > > - Naveen > > > On 6/6/06, Carlos de Luna Saenz < [email protected]> wrote: > > > > Remember one thing: > > Cactus has two parts running, one on the servlet container (wich is > > probably the one that send the class no def error) and the other on the > > "command line", in this case Eclipse IDE. > > Verify that the cactigied war (or EAR) has the jar for the class you > > need. > > Greetings > > Carlso de Luna Saenz > > > > naveen babu <[email protected]> escribi=F3: > > I am running Cactus from Eclipse IDE. I am new to Cactus > > > > i do have all the jar files in the classpath > > > > but when i run the test case from Eclipse, it throws the following erro= r > > in > > the log file > > > > [Servlet Error]-[ServletRedirector]: Failed to load servlet: > > java.lang.NoClassDefFoundError: org.aspectj.lang.Signature > > at java.lang.Class.verifyImpl(Native Method) > > at java.lang.Class.verify(Class.java:241) > > at java.lang.Class.initialize(Class.java:304) > > at java.lang.Class.newInstanceImpl(Native Method) > > at java.lang.Class.newInstance(Class.java:1545) > > at java.beans.Beans.instantiate(Beans.java:219) > > at java.beans.Beans.instantiate (Beans.java:63) > > at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet( > > WebAppServletManager.java:188) > > at > > com.ibm.ws.webcontainer.webapp.WebAppServletManager.getServletReference= ( > > WebAppServletManager.java :455) > > at com.ibm.ws.webcontainer.webapp.WebApp.getServletReference( > > WebApp.java:726) > > at > > com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcherInfo.calculateInf= o > > ( > > WebAppRequestDispatcherInfo.java:197) > > at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcherInfo > > .(WebAppRequestDispatcherInfo.java:68) > > at com.ibm.ws.webcontainer.webapp.WebApp.getRequestDispatcher( > > WebApp.java:1564) > > at com.ibm.ws.webcontainer.webapp.WebApp.getRequestDispatcher ( > > WebApp.java:1523) > > at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook( > > WebAppInvoker.java:290) > > at > > > > com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocat= ion > > ( > > CachedInvocation.java :71) > > at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI > > (ServletRequestProcessor.java:246) > > at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service > > (OSEListener.java:334) > > at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest ( > > HttpConnection.java:56) > > at com.ibm.ws.http.HttpConnection.readAndHandleRequest( > > HttpConnection.java:652) > > at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:448) > > at com.ibm.ws.util.ThreadPool$Worker.run (ThreadPool.java:936) > > > > > > and the following error trace in the Eclipse IDE > > > > org.apache.cactus.util.ChainedRuntimeException: Failed to get the test > > results. This is probably due to an error that happened on the server > > side > > when trying to execute the tests. Here is what was returned by the > > server : > > [Error 500: Failed to load target servlet [ServletRedirector] > > ] > > at org.apache.cactus.client.AbstractHttpClient.dispatch2_doTest( > > LogAspect.aj(1k):120) > > at org.apache.cactus.client.AbstractHttpClient.around2_doTest( > > LogAspect.aj(1k):1236) > > at org.apache.cactus.client.AbstractHttpClient.doTest(LogAspect.aj > > (1k):104) > > at org.apache.cactus.AbstractWebTestCase.runGenericTest ( > > AbstractWebTestCase.java:260) > > at org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java:133) > > at org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java:195= ) > > at junit.framework.TestResult$1.protect (TestResult.java:106) > > at junit.framework.TestResult.runProtected(TestResult.java:124) > > at junit.framework.TestResult.run(TestResult.java:109) > > at junit.framework.TestCase.run(TestCase.java:118) > > at junit.framework.TestSuite.runTest (TestSuite.java:208) > > at junit.framework.TestSuite.run(TestSuite.java:203) > > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests( > > RemoteTestRunner.java:421) > > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run ( > > RemoteTestRunner.java:305) > > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main( > > RemoteTestRunner.java:186) > > org.apache.cactus.client.ParsingException: Not a valid response > > at org.apache.cactus.client.WebTestResultParser.readRootElement ( > > LogAspect.aj(1k):140) > > at org.apache.cactus.client.WebTestResultParser.dispatch29_parse( > > LogAspect.aj(1k):101) > > at org.apache.cactus.client.WebTestResultParser.around29_parse( > > LogAspect.aj(1k):1236) > > at org.apache.cactus.client.WebTestResultParser.parse (LogAspect.aj > > (1k):96) > > at org.apache.cactus.client.AbstractHttpClient.callGetResult( > > LogAspect.aj(1k):230) > > at org.apache.cactus.client.AbstractHttpClient.dispatch2_doTest( > > LogAspect.aj(1k):114) > > at org.apache.cactus.client.AbstractHttpClient.around2_doTest ( > > LogAspect.aj(1k):1236) > > at org.apache.cactus.client.AbstractHttpClient.doTest(LogAspect.aj > > (1k):104) > > at org.apache.cactus.AbstractWebTestCase.runGenericTest( > > AbstractWebTestCase.java:260) > > at org.apache.cactus.ServletTestCase.runTest (ServletTestCase.java:133) > > at org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java:195= ) > > at junit.framework.TestResult$1.protect(TestResult.java:106) > > at junit.framework.TestResult.runProtected(TestResult.java :124) > > at junit.framework.TestResult.run(TestResult.java:109) > > at junit.framework.TestCase.run(TestCase.java:118) > > at junit.framework.TestSuite.runTest(TestSuite.java:208) > > at junit.framework.TestSuite.run(TestSuite.java :203) > > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests( > > RemoteTestRunner.java:421) > > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run( > > RemoteTestRunner.java:305) > > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main ( > > RemoteTestRunner.java:186) > > > > Any help would be appreciated > > > > > > __________________________________________________ > > Correo Yahoo! > > Espacio para todos tus mensajes, antivirus y antispam =A1gratis! > > Reg=EDstrate ya - http://correo.espanol.yahoo.com/ > > > > ------=_Part_6008_19770945.1149698747755-- From [email protected] Wed Jun 7 17:36:55 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 45617 invoked by uid 99); 7 Jun 2006 17:36:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2006 10:36:55 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nz-out-0102.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2006 10:36:53 -0700 Received: by nz-out-0102.google.com with SMTP id s1so201789nze for <[email protected]>; Wed, 07 Jun 2006 10:36:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=A5qtU1KDnuHP5DIyflKbY5Lf5jp94FRGxGQS34Apfb55bjDIZ03QhvczbGCbSq4NWYmPNrcQCrTy89MSYITLy1fpznNw0YpyyfB1uhQFixBGSgI/z32rfT+vCrP+6Y6WQz8vLtCNZ+jVV4CiLIQI9k3sMVzG75ayCfUEBQBqXWg= Received: by 161.129.204.104 with SMTP id s9mr771264qbf; Wed, 07 Jun 2006 10:36:33 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 7 Jun 2006 10:36:33 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 7 Jun 2006 10:36:33 -0700 From: "naveen babu" <[email protected]> To: "Cactus Users List" <[email protected]> Subject: Re: ServletRedirector: java.lang.NoClassDefFoundError: org.aspectj.lang.Signature In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_7344_10468715.1149701793119" References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_7344_10468715.1149701793119 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Kenney http://jakarta.apache.org/cactus/integration/manual/howto_classpath.html i think classpath is the problem, how do i set the classpath for the client, which i am running in the Eclipse IDE From the above link, i understand that i have to give jar file on both client and server side i specified on the server side by placing it in WEB-INF/lib folder On 6/6/06, Kenney Westerhof <[email protected]> wrote: > > On Tue, 6 Jun 2006, naveen babu wrote: > > Are you sure you have an aspectj jar in the WEB-INF/lib dir of the war? > > -- kenney > > > I am running Cactus from Eclipse IDE. I am new to Cactus > > > > i do have all the jar files in the classpath > > > > but when i run the test case from Eclipse, it throws the following error > in > > the log file > > > > [Servlet Error]-[ServletRedirector]: Failed to load servlet: > > java.lang.NoClassDefFoundError: org.aspectj.lang.Signature > > at java.lang.Class.verifyImpl(Native Method) > > at java.lang.Class.verify(Class.java:241) > > at java.lang.Class.initialize(Class.java:304) > > at java.lang.Class.newInstanceImpl(Native Method) > > at java.lang.Class.newInstance(Class.java:1545) > > at java.beans.Beans.instantiate(Beans.java:219) > > at java.beans.Beans.instantiate(Beans.java:63) > > at > com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet( > > WebAppServletManager.java:188) > > at > > com.ibm.ws.webcontainer.webapp.WebAppServletManager.getServletReference( > > WebAppServletManager.java:455) > > at com.ibm.ws.webcontainer.webapp.WebApp.getServletReference( > > WebApp.java:726) > > at > > com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcherInfo.calculateInfo > ( > > WebAppRequestDispatcherInfo.java:197) > > at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcherInfo > > .<init>(WebAppRequestDispatcherInfo.java:68) > > at com.ibm.ws.webcontainer.webapp.WebApp.getRequestDispatcher( > > WebApp.java:1564) > > at com.ibm.ws.webcontainer.webapp.WebApp.getRequestDispatcher( > > WebApp.java:1523) > > at > com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook( > > WebAppInvoker.java:290) > > at > > > com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation > ( > > CachedInvocation.java:71) > > at > com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI > > (ServletRequestProcessor.java:246) > > at > com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service > > (OSEListener.java:334) > > at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest( > > HttpConnection.java:56) > > at com.ibm.ws.http.HttpConnection.readAndHandleRequest( > > HttpConnection.java:652) > > at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:448) > > at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:936) > > > > > > and the following error trace in the Eclipse IDE > > > > org.apache.cactus.util.ChainedRuntimeException: Failed to get the test > > results. This is probably due to an error that happened on the server > side > > when trying to execute the tests. Here is what was returned by the > server : > > [Error 500: Failed to load target servlet [ServletRedirector] > > ] > > at org.apache.cactus.client.AbstractHttpClient.dispatch2_doTest( > > LogAspect.aj(1k):120) > > at org.apache.cactus.client.AbstractHttpClient.around2_doTest( > > LogAspect.aj(1k):1236) > > at org.apache.cactus.client.AbstractHttpClient.doTest(LogAspect.aj > > (1k):104) > > at org.apache.cactus.AbstractWebTestCase.runGenericTest( > > AbstractWebTestCase.java:260) > > at org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java > :133) > > at org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java > :195) > > at junit.framework.TestResult$1.protect(TestResult.java:106) > > at junit.framework.TestResult.runProtected(TestResult.java:124) > > at junit.framework.TestResult.run(TestResult.java:109) > > at junit.framework.TestCase.run(TestCase.java:118) > > at junit.framework.TestSuite.runTest(TestSuite.java:208) > > at junit.framework.TestSuite.run(TestSuite.java:203) > > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests( > > RemoteTestRunner.java:421) > > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run( > > RemoteTestRunner.java:305) > > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main( > > RemoteTestRunner.java:186) > > org.apache.cactus.client.ParsingException: Not a valid response > > at org.apache.cactus.client.WebTestResultParser.readRootElement( > > LogAspect.aj(1k):140) > > at org.apache.cactus.client.WebTestResultParser.dispatch29_parse( > > LogAspect.aj(1k):101) > > at org.apache.cactus.client.WebTestResultParser.around29_parse( > > LogAspect.aj(1k):1236) > > at org.apache.cactus.client.WebTestResultParser.parse(LogAspect.aj > > (1k):96) > > at org.apache.cactus.client.AbstractHttpClient.callGetResult( > > LogAspect.aj(1k):230) > > at org.apache.cactus.client.AbstractHttpClient.dispatch2_doTest( > > LogAspect.aj(1k):114) > > at org.apache.cactus.client.AbstractHttpClient.around2_doTest( > > LogAspect.aj(1k):1236) > > at org.apache.cactus.client.AbstractHttpClient.doTest(LogAspect.aj > > (1k):104) > > at org.apache.cactus.AbstractWebTestCase.runGenericTest( > > AbstractWebTestCase.java:260) > > at org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java > :133) > > at org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java > :195) > > at junit.framework.TestResult$1.protect(TestResult.java:106) > > at junit.framework.TestResult.runProtected(TestResult.java:124) > > at junit.framework.TestResult.run(TestResult.java:109) > > at junit.framework.TestCase.run(TestCase.java:118) > > at junit.framework.TestSuite.runTest(TestSuite.java:208) > > at junit.framework.TestSuite.run(TestSuite.java:203) > > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests( > > RemoteTestRunner.java:421) > > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run( > > RemoteTestRunner.java:305) > > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main( > > RemoteTestRunner.java:186) > > > > Any help would be appreciated > > > > -- > Kenney Westerhof > http://www.neonics.com > GPG public key: http://www.gods.nl/~forge/kenneyw.key > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > ------=_Part_7344_10468715.1149701793119-- From [email protected] Wed Jun 7 17:43:04 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 61690 invoked by uid 99); 7 Jun 2006 17:43:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2006 10:43:04 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO postoffice10.mail.cornell.edu) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2006 10:43:02 -0700 Received: from webmail.cornell.edu (hermes21.mail.cornell.edu [161.129.204.104]) by postoffice10.mail.cornell.edu (8.12.10/8.12.6) with ESMTP id k57Hgewb005017 for <[email protected]>; Wed, 7 Jun 2006 13:42:41 -0400 (EDT) Received: from 161.129.204.104 by webmail.cornell.edu with HTTP; Wed, 7 Jun 2006 13:42:41 -0400 (EDT) Message-ID: <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> Date: Wed, 7 Jun 2006 13:42:41 -0400 (EDT) Subject: Cactus with Rational Application Developer for WebSphere From: "Dmitriy Shtokman" <[email protected]> To: [email protected] User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Checked: Checked by ClamAV on apache.org Hi guys, I was wondering whether it was possible to use Cactus Framework within Rational Application Developer. Is there a plugin available? Thanks a lot, Dmitiry From [email protected] Wed Jun 7 20:26:53 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 65858 invoked by uid 99); 7 Jun 2006 20:26:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2006 13:26:53 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO smtpout.michigan.gov) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2006 13:26:53 -0700 Received: from michigan.gov ([161.129.204.104]) by coreosmtp3.som.ad.state.mi.us with InterScan Messaging Security Suite; Wed, 07 Jun 2006 16:26:31 -0400 Received: from CL1DOMG1-MTA by michigan.gov with Novell_GroupWise; Wed, 07 Jun 2006 16:27:51 -0400 Message-Id: <[email protected]> X-Mailer: Novell GroupWise Internet Agent 6.5.5 Beta Date: Wed, 07 Jun 2006 16:26:14 -0400 From: "Atul Afre" <[email protected]> To: <[email protected]> Subject: Cactus -Ant Integration (Sample Servlet): Build failed to start the container (tomcat) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hello All: I am trying to automate in-container testing using ant integration using = Cactus. I downloaded jakarta-cactus-13-1.7. and running sample servlet application.= When I run build ("ant dist") it compiles, cactifies and during testing = it hangs to open tomcat and I get error message: Failed to start the container after more than [180000] ms. Trying to = connect to the [http://localhost:8080/cactus-sample-servlet-cactified/Servl= etRedirector?Cactus_Service=3DRUN_TEST] I am using ANT_HOME=3DC:\Programs\apache-ant-1.6.5 JAVA_HOME=3DC:\Program Files\Java\jdk1.5.0_06 CACTUS_HOME=3DC:\Programs\jakarta-cactus-13-1.7.2 Thanks! Atul=20 From [email protected] Thu Jun 8 00:33:15 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 18264 invoked by uid 99); 8 Jun 2006 00:33:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2006 17:33:15 -0700 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=HTML_10_20,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO web30208.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 07 Jun 2006 17:33:14 -0700 Received: (qmail 19037 invoked by uid 60001); 8 Jun 2006 00:32:53 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.mx; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=iIhgT5SDgFrwMLcoXEoEm8wFOQHCoNAVSrD6wdcbHuPF9+MrQ6H+dNKpNT3e8glxVdGOe6y7DKncKeVPQmUq/zyViW21aiiopKx6+y6Zevucea0bVmL80wENCoDO9iQxymcFdXhyOZK2wDyYJb+jof9Dibu43T3w4KMV2aNrPn8= ; Message-ID: <[email protected]> Received: from [161.129.204.104] by web30208.mail.mud.yahoo.com via HTTP; Wed, 07 Jun 2006 19:32:53 CDT Date: Wed, 7 Jun 2006 19:32:53 -0500 (CDT) From: Carlos de Luna Saenz <[email protected]> Subject: Re: ServletRedirector: java.lang.NoClassDefFoundError: org.aspectj.lang.Signature To: Cactus Users List <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-595221728-1149726773=:18417" Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org --0-595221728-1149726773=:18417 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit put it in one place, if you are using maven i recomend you to put it as a dependency of your project to be included with your war file and what's more be aware that it will be in the war file class path. The rest will be a classloader task... Greetings naveen babu <[email protected]> escribió: So Carlso, what understand is that we need to place the Aspect jar file in 2 places on the client and on the server side from your reply. i placed the jar file under WEB-INF/lib folder under the EAR folder, so where does the jar file for client goes ? Note:- I placed cactus.properties file under classes folder - Naveen On 6/6/06, Carlos de Luna Saenz wrote: > > Remember one thing: > Cactus has two parts running, one on the servlet container (wich is > probably the one that send the class no def error) and the other on the > "command line", in this case Eclipse IDE. > Verify that the cactigied war (or EAR) has the jar for the class you > need. > Greetings > Carlso de Luna Saenz > > naveen babu escribió: > I am running Cactus from Eclipse IDE. I am new to Cactus > > i do have all the jar files in the classpath > > but when i run the test case from Eclipse, it throws the following error > in > the log file > > [Servlet Error]-[ServletRedirector]: Failed to load servlet: > java.lang.NoClassDefFoundError: org.aspectj.lang.Signature > at java.lang.Class.verifyImpl(Native Method) > at java.lang.Class.verify(Class.java:241) > at java.lang.Class.initialize(Class.java:304) > at java.lang.Class.newInstanceImpl(Native Method) > at java.lang.Class.newInstance(Class.java:1545) > at java.beans.Beans.instantiate(Beans.java:219) > at java.beans.Beans.instantiate(Beans.java:63) > at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet( > WebAppServletManager.java:188) > at > com.ibm.ws.webcontainer.webapp.WebAppServletManager.getServletReference( > WebAppServletManager.java:455) > at com.ibm.ws.webcontainer.webapp.WebApp.getServletReference( > WebApp.java:726) > at > com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcherInfo.calculateInfo( > WebAppRequestDispatcherInfo.java:197) > at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcherInfo > .(WebAppRequestDispatcherInfo.java:68) > at com.ibm.ws.webcontainer.webapp.WebApp.getRequestDispatcher( > WebApp.java:1564) > at com.ibm.ws.webcontainer.webapp.WebApp.getRequestDispatcher( > WebApp.java:1523) > at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook( > WebAppInvoker.java:290) > at > com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation > ( > CachedInvocation.java:71) > at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI > (ServletRequestProcessor.java:246) > at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service > (OSEListener.java:334) > at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest( > HttpConnection.java:56) > at com.ibm.ws.http.HttpConnection.readAndHandleRequest( > HttpConnection.java:652) > at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:448) > at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:936) > > > and the following error trace in the Eclipse IDE > > org.apache.cactus.util.ChainedRuntimeException: Failed to get the test > results. This is probably due to an error that happened on the server side > when trying to execute the tests. Here is what was returned by the server > : > [Error 500: Failed to load target servlet [ServletRedirector] > ] > at org.apache.cactus.client.AbstractHttpClient.dispatch2_doTest( > LogAspect.aj(1k):120) > at org.apache.cactus.client.AbstractHttpClient.around2_doTest( > LogAspect.aj(1k):1236) > at org.apache.cactus.client.AbstractHttpClient.doTest(LogAspect.aj > (1k):104) > at org.apache.cactus.AbstractWebTestCase.runGenericTest( > AbstractWebTestCase.java:260) > at org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java:133) > at org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java:195) > at junit.framework.TestResult$1.protect(TestResult.java:106) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.framework.TestResult.run(TestResult.java:109) > at junit.framework.TestCase.run(TestCase.java:118) > at junit.framework.TestSuite.runTest(TestSuite.java:208) > at junit.framework.TestSuite.run(TestSuite.java:203) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests( > RemoteTestRunner.java:421) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run( > RemoteTestRunner.java:305) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main( > RemoteTestRunner.java:186) > org.apache.cactus.client.ParsingException: Not a valid response > at org.apache.cactus.client.WebTestResultParser.readRootElement( > LogAspect.aj(1k):140) > at org.apache.cactus.client.WebTestResultParser.dispatch29_parse( > LogAspect.aj(1k):101) > at org.apache.cactus.client.WebTestResultParser.around29_parse( > LogAspect.aj(1k):1236) > at org.apache.cactus.client.WebTestResultParser.parse(LogAspect.aj > (1k):96) > at org.apache.cactus.client.AbstractHttpClient.callGetResult( > LogAspect.aj(1k):230) > at org.apache.cactus.client.AbstractHttpClient.dispatch2_doTest( > LogAspect.aj(1k):114) > at org.apache.cactus.client.AbstractHttpClient.around2_doTest( > LogAspect.aj(1k):1236) > at org.apache.cactus.client.AbstractHttpClient.doTest(LogAspect.aj > (1k):104) > at org.apache.cactus.AbstractWebTestCase.runGenericTest( > AbstractWebTestCase.java:260) > at org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java:133) > at org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java:195) > at junit.framework.TestResult$1.protect(TestResult.java:106) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.framework.TestResult.run(TestResult.java:109) > at junit.framework.TestCase.run(TestCase.java:118) > at junit.framework.TestSuite.runTest(TestSuite.java:208) > at junit.framework.TestSuite.run(TestSuite.java:203) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests( > RemoteTestRunner.java:421) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run( > RemoteTestRunner.java:305) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main( > RemoteTestRunner.java:186) > > Any help would be appreciated > > > __________________________________________________ > Correo Yahoo! > Espacio para todos tus mensajes, antivirus y antispam ¡gratis! > Regístrate ya - http://correo.espanol.yahoo.com/ > __________________________________________________ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! Regístrate ya - http://correo.espanol.yahoo.com/ --0-595221728-1149726773=:18417-- From [email protected] Thu Jun 8 17:56:44 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 41300 invoked by uid 99); 8 Jun 2006 17:56:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jun 2006 10:56:44 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO prdcg4mtau1.shaw.ca) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jun 2006 10:56:43 -0700 Received: from prdcg4exbw03.OSS.PRD ([161.129.204.104]) by prdcg4mtau1.shaw.ca (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005)) with ESMTP id <[email protected]> for [email protected]; Thu, 08 Jun 2006 11:56:23 -0600 (MDT) Received: from PRDCG4EXVW01-1.OSS.PRD ([161.129.204.104]) by prdcg4exbw03.OSS.PRD with Microsoft SMTPSVC(6.0.3790.211); Thu, 08 Jun 2006 11:56:23 -0600 Date: Thu, 08 Jun 2006 11:56:21 -0600 From: Bryan Cornies <[email protected]> Subject: Getting Initialization Parameters from web.xml To: [email protected] Message-id: <[email protected]> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft Exchange V6.5.7233.62 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-class: urn:content-classes:message Thread-topic: Getting Initialization Parameters from web.xml Thread-index: AcaLJNnyZufqoGpQRoCOg1Z1xOyDkQ== X-MS-Has-Attach: X-MS-TNEF-Correlator: X-TM-AS-Product-Ver: SMEX-161.129.204.1045-3.52.1006-14494.003 X-TM-AS-Result: No--10.600000-5.000000-31 X-OriginalArrivalTime: 08 Jun 2006 17:56:23.0322 (UTC) FILETIME=[DAD69FA0:01C68B24] X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am trying to test a servlet which contains an init() method which grabs a handful of initialization parameters from the web.xml file. It looks like: public void init() throws ServletException { // Initialize servlet ServletConfig config = getServletConfig(); // Grab parameter values from web.xml param1 = config.getInitParameter("param1"); param2 = config.getInitParameter("param2"); etc... } I understand that, from reading the documention, I need to call init on the servlet and pass it the ServletConfigWrapper member variable. Thus, my test method looks like: public void testDoPost() { MyServlet servlet = new MyServlet(); servlet.init(config); servlet.doPost(request, response); } The problem is, unless I explicitly call setInitializationParameter() in testDoPost(), which just redundently sets the same parameters that are already specified in web.xml, the servlet cannot find them when it calls config.getInitParameter(). It works fine when I send a POST to the servlet through a jsp. I feel like I'm missing a key concept somewhere. I've spent the last couple of days trying anything I could think of with no luck. Any assistance would be greatly appreciated! Cheers, Bryan From [email protected] Thu Jun 8 21:44:48 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 19152 invoked by uid 99); 8 Jun 2006 21:44:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jun 2006 14:44:48 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO email.goldengate.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jun 2006 14:44:46 -0700 Received: from traveler.ggsoftware.com ([161.129.204.104]) by ggsoftware.com (smtp.goldengate.com) (MDaemon.PRO.v8.1.5.R) with ESMTP id md50001434001.msg for <[email protected]>; Thu, 08 Jun 2006 14:44:14 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Cactus and JSF Date: Thu, 8 Jun 2006 14:44:10 -0700 Message-ID: <24F7E976D2C85149A4785E11309B603306992DA5@traveler> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Cactus and JSF Thread-Index: AcXO5MryQtdQjTTXRiWEs/uOBpFVLy8X2GPw From: "Bret Kumler" <[email protected]> To: "Cactus Users List" <[email protected]> X-Spam-Processed: smtp.goldengate.com, Thu, 08 Jun 2006 14:44:14 -0700 (not processed: spam filter disabled) X-MDRemoteIP: 161.129.204.104 X-Return-Path: [email protected] X-MDaemon-Deliver-To: [email protected] Reply-To: [email protected] X-MDAV-Processed: smtp.goldengate.com, Thu, 08 Jun 2006 14:44:15 -0700 X-Virus-Checked: Checked by ClamAV on apache.org If you download jsf1.1_02fcs-src, inside the zip file they extend JspTestCase and ServletTestCase. jsf1.1_02fcs-src/jsf-ri/test/com/sun/faces/ jsf1.1_02fcs-src/jsf-ri/test/com/sun/faces/FacesTestCase.java=20 jsf1.1_02fcs-src/jsf-ri/test/com/sun/faces/FacesTestCaseService.java jsf1.1_02fcs-src/jsf-ri/test/com/sun/faces/JspFacesTestCase.java jsf1.1_02fcs-src/jsf-ri/test/com/sun/faces/ServletFacesTestCase.java I'm getting ready to start testing JSF myself and I wonder if anyone has used these classes? -----Original Message----- From: Wendy Smoak [mailto:[email protected]]=20 Sent: Tuesday, October 11, 2005 9:21 PM To: Cactus Users List Subject: Re: Cactus and JSF From: <[email protected]> > Will Cactus add classes to represent the JSF related session objects like > the FacesContext? If not, how would I place my test data into the Faces > request without mocking FacesContext? I don't know what plans the Cactus team has, but you might want to look at Shale's test package: http://people.apache.org/~craigmcc/shale-test-javadocs/ Nightly builds are available: http://struts.apache.org/shale/index.html#download > Also, can I use Cactus to test a JSF JSP? If so , do you know of any > examples? This is where I'm still confused-- by the time it gets to the browser, it's "just" HTML and JavaScript. I don't see why testing the output of a JSP page that had JSF tags in it is different from testing one that had, say, Struts tags. It's still <input type=3D"text" ...> in the browser, right? FWIW there are some examples of testing JSF JSP pages in Shale. Look in src/systest in the use-cases section. They are, however, HtmlUnit and the current version of the Cactus Maven plugin wouldn't run them. I did see HtmlUnit support get added to Cactus recently, so I'm hopeful. I'd suggest that you ask about testing JSF apps on the MyFaces list. Even if you're using a different implementation, they are a helpful bunch. :) And if you have questions about Shale, come join us on the Struts user list. HTH, --=20 Wendy Smoak --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] This e-mail message and any attachments may contain private, confidential, proprietary or privileged material of GoldenGate Software, Inc. that is for the sole use of the intended recipient(s) of this e-mail message. Any review, copying or distribution or other use of this e-mail message or any attachments hereto by anyone other than the intended recipient(s) is strictly prohibited. If you are not the intended recipient(s) of this e-mail message, please contact GoldenGate Software, Inc. 629-259-4888) immediately and permanently delete the original e-mail message and any copies of this e-mail message and all attachments, if any. From [email protected] Fri Jun 9 19:31:09 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 46544 invoked by uid 99); 9 Jun 2006 19:31:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jun 2006 12:31:09 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nz-out-0102.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jun 2006 12:31:07 -0700 Received: by nz-out-0102.google.com with SMTP id o1so719360nzf for <[email protected]>; Fri, 09 Jun 2006 12:30:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sngcT5hoddG10qnT3cHu4tGGBLDzbGhA+mIoJY18MnFL2l4f1ANNowQ+WWs8et+vuN/gT0osTbFwJGfg0RubYwWgOYJt+Yubj5ypbnZ04qdSOYibFF3qoQNuVMYiradMW7dMt3wc5QJeGGPzwJlO1J/78qbc0Gjr4DNnAw0FvDc= Received: by 161.129.204.104 with SMTP id x59mr4632195nzh; Fri, 09 Jun 2006 12:30:46 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Fri, 9 Jun 2006 12:30:46 -0700 (PDT) Message-ID: <[email protected]> Date: Fri, 9 Jun 2006 14:30:46 -0500 From: "Buhi Mume" <[email protected]> To: "Cactus Users List" <[email protected]> Subject: Re: Cactus -Ant Integration (Sample Servlet): Build failed to start the container (tomcat) In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Hi Atul, Make sure that your container is not running. One of the cactus task in the <target name="test" ...> will start up the container automatically. The same error happens when I have my container been running. Buhi Mume On 6/7/06, Atul Afre <[email protected]> wrote: > Hello All: > > I am trying to automate in-container testing using ant integration using Cactus. > I downloaded jakarta-cactus-13-1.7. and running sample servlet application. When I run build ("ant dist") it compiles, cactifies and during testing it hangs to open tomcat and I get error message: > > Failed to start the container after more than [180000] ms. Trying to connect to the [http://localhost:8080/cactus-sample-servlet-cactified/ServletRedirector?Cactus_Service=RUN_TEST] > > I am using > ANT_HOME=C:\Programs\apache-ant-1.6.5 > JAVA_HOME=C:\Program Files\Java\jdk1.5.0_06 > CACTUS_HOME=C:\Programs\jakarta-cactus-13-1.7.2 > > Thanks! > > Atul > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > From [email protected] Fri Jun 9 19:51:48 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 69971 invoked by uid 99); 9 Jun 2006 19:51:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jun 2006 12:51:48 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO smtpout.michigan.gov) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jun 2006 12:51:46 -0700 Received: from michigan.gov ([161.129.204.104]) by COREOSMTP1.som.ad.state.mi.us with InterScan Messaging Security Suite; Fri, 09 Jun 2006 15:51:24 -0400 Received: from CL1DOMG1-MTA by michigan.gov with Novell_GroupWise; Fri, 09 Jun 2006 15:54:05 -0400 Message-Id: <[email protected]> X-Mailer: Novell GroupWise Internet Agent 6.5.6 Date: Fri, 09 Jun 2006 15:51:11 -0400 From: "Atul Afre" <[email protected]> To: <[email protected]> Subject: Re: Cactus -Ant Integration (Sample Servlet): Build failed to start the container (tomcat) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi Buhi: I was using tomcat tomcat-5.5.11, when I changed to tomcat-5.0.4.. It worked. Is there issue with deploy on tomcat-5.5.11 using Cactus -Ant Integration? Atul Afre >>> [email protected] 6/9/2006 3:30PM >>> Hi Atul, Make sure that your container is not running. One of the cactus task in the <target name="test" ...> will start up the container automatically. The same error happens when I have my container been running. Buhi Mume On 6/7/06, Atul Afre <[email protected]> wrote: > Hello All: > > I am trying to automate in-container testing using ant integration using Cactus. > I downloaded jakarta-cactus-13-1.7. and running sample servlet application. When I run build ("ant dist") it compiles, cactifies and during testing it hangs to open tomcat and I get error message: > > Failed to start the container after more than [180000] ms. Trying to connect to the [http://localhost:8080/cactus-sample-servlet-cactified/ServletRedirector?Cactus_Service=RUN_TEST] > > I am using > ANT_HOME=C:\Programs\apache-ant-1.6.5 > JAVA_HOME=C:\Program Files\Java\jdk1.5.0_06 > CACTUS_HOME=C:\Programs\jakarta-cactus-13-1.7.2 > > Thanks! > > Atul > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Jun 17 12:20:37 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 88057 invoked by uid 99); 17 Jun 2006 12:20:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Jun 2006 05:20:37 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=HTML_00_10,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wr-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Jun 2006 05:20:36 -0700 Received: by wr-out-0506.google.com with SMTP id 55so723700wri for <[email protected]>; Sat, 17 Jun 2006 05:20:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=V8dMwThPJCe8weOZ9TB+TkRclFCXwGrODsyJMR/PwDVzAT8NanZX5lEfyzIlT9CelUvMQ0ub5K1zqDbEMue2zpx6mTRMGnLrjsCPG5ralafvKO0NtfmriZ7y+nS/1wib75NZS1P27o7hGbhSbw5yyiLu64ISGt9lHUoPDWsFgrw= Received: by 161.129.204.104 with SMTP id z4mr2608139qbp; Sat, 17 Jun 2006 05:20:15 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Sat, 17 Jun 2006 05:20:15 -0700 (PDT) Message-ID: <[email protected]> Date: Sat, 17 Jun 2006 14:20:15 +0200 From: "Dennis Kempin" <[email protected]> To: [email protected] Subject: Testing servlet redirects MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_127815_23351377.1150546815868" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_127815_23351377.1150546815868 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, i am using the JettyTestSetup to test a simple Servlet. This servlet sometimes calls getServletContext().getNamedDispatcher("default").forward(request, response); to redirect requests to the default servlet to serve static resources. Well this is what Jetty returns as response when such a redirect happens: HTTP ERROR: 404 /core/ServletRedirector Not Found RequestURI=/core/ServletRedirector Where core is the context path. It is not important for me to test what the redirect returns, its more important that the servlet performs the redirect. That is what I want to test. Any ideas on how to test that (Testing for this error message would be a very hacky solution)? greetings Dennis :) ------=_Part_127815_23351377.1150546815868-- From [email protected] Sat Jun 17 12:30:55 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 98308 invoked by uid 99); 17 Jun 2006 12:30:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Jun 2006 05:30:55 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=HTML_00_10,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wr-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Jun 2006 05:30:53 -0700 Received: by wr-out-0506.google.com with SMTP id 55so724549wri for <[email protected]>; Sat, 17 Jun 2006 05:30:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=GODchIy4J8fQQSp/Ug/TJJui+BBBNWz7kZclDLXPaCVmQUhsLuD0H7z1O6p3+Dswxlz3H5R2iEEDKIheoaDcaEAInBxSa01oYxOTHLFGmoeOr22MJEFMFtcMKoBst50D/LcAS8UegthIXrcDnq16daKmDPwPxwzF0EHCkjETbFs= Received: by 161.129.204.104 with SMTP id i9mr2179189qbp; Sat, 17 Jun 2006 05:30:32 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Sat, 17 Jun 2006 05:30:32 -0700 (PDT) Message-ID: <[email protected]> Date: Sat, 17 Jun 2006 14:30:32 +0200 From: "Dennis Kempin" <[email protected]> To: [email protected] Subject: Jetty6TestSetup MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_127882_8112185.1150547432807" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_127882_8112185.1150547432807 Content-Type: multipart/alternative; boundary="----=_Part_127883_9845071.1150547432807" ------=_Part_127883_9845071.1150547432807 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, I havent found a wokring JettyTestSetup that works with the latest jetty6 versions,so I migrated the class and i just want to share it. I only implemented the ServletRedirector, because I dont need JSP and Filter testing. If someone is interested in it I could try to implement them too. greetings Dennis ------=_Part_127883_9845071.1150547432807 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello,<br><br>I havent found a wokring JettyTestSetup that works with the latest jetty6 versions,so I migrated the class and i just want to share it. I only implemented the ServletRedirector, because I dont need JSP and Filter testing. If someone is interested in it I could try to implement them too. <br><br>greetings<br>Dennis<br><br> ------=_Part_127883_9845071.1150547432807-- ------=_Part_127882_8112185.1150547432807-- From [email protected] Mon Jun 19 04:24:20 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 56566 invoked by uid 99); 19 Jun 2006 04:24:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Jun 2006 21:24:20 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO tama5.ecl.ntt.co.jp) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Jun 2006 21:24:18 -0700 Received: from vcs3.rdh.ecl.ntt.co.jp (vcs3.rdh.ecl.ntt.co.jp [161.129.204.104]) by tama5.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5J4NuSU022089 for <[email protected]>; Mon, 19 Jun 2006 13:23:56 +0900 (JST) Received: from mfs3.rdh.ecl.ntt.co.jp (mfs3.rdh.ecl.ntt.co.jp [161.129.204.104]) by vcs3.rdh.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5J4NtOj021870 for <[email protected]>; Mon, 19 Jun 2006 13:23:55 +0900 (JST) Received: from nttmail3.ecl.ntt.co.jp ([161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5J4NsF2018047 for <[email protected]>; Mon, 19 Jun 2006 13:23:54 +0900 (JST) Received: from dmailsv1.y.ecl.ntt.co.jp (dmailsv1.y.ecl.ntt.co.jp [161.129.204.104]) by nttmail3.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5J4Ns5B013998 for <[email protected]>; Mon, 19 Jun 2006 13:23:54 +0900 (JST) Received: from mailsv01.y.ecl.ntt.co.jp by dmailsv1.y.ecl.ntt.co.jp (8.13.6/dmailsv-1.6) with ESMTP id k5J4NrZh025168 for <[email protected]>; Mon, 19 Jun 2006 13:23:53 +0900 (JST) Received: from localhost by mailsv01.y.ecl.ntt.co.jp (8.13.6/Lab-1.5a) with ESMTP id k5J4NrdP028232 for <[email protected]>; Mon, 19 Jun 2006 13:23:53 +0900 (JST) Date: Mon, 19 Jun 2006 13:25:56 +0900 (JST) Message-Id: <[email protected]> To: [email protected] Subject: Re: Getting Initialization Parameters from web.xml From: Kazuhito SUGURI <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> X-Mailer: Mew version 4.2 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Bryan, In article <[email protected]>, Thu, 08 Jun 2006 11:56:21 -0600, Bryan Cornies <[email protected]> wrote: bryan> I am trying to test a servlet which contains an init() method which bryan> grabs a handful of initialization parameters from the web.xml file. It bryan> looks like: [snip] bryan> I understand that, from reading the documention, I need to call init on bryan> the servlet and pass it the ServletConfigWrapper member variable. Thus, bryan> my test method looks like: [snip] bryan> The problem is, unless I explicitly call setInitializationParameter() in bryan> testDoPost(), which just redundently sets the same parameters that are bryan> already specified in web.xml, the servlet cannot find them when it calls bryan> config.getInitParameter(). It works fine when I send a POST to the bryan> servlet through a jsp. What I can point out are as follows: 1. A MyServlet instance which is instantiated in the testXXX method is not the one instantiated as a servlet by the servlet container. As the responsibility to set ServletConfig to a servlet is in the servlet container, the responsibility to set ServetConfig(Wrapper) to the class under test is in your testXXX method. 2. ServletContext available from testXXX method is the one for ServletRedirector defined in web.xml, not the one for your MyServlet. Please recall a fact that ServletRedirector is mapped as a servlet and your test-case is called from the servlet. ServletContextWrapper is provided to help emulate ServletContext for a class under test. 3. I think what you need to test against your MyServlet class are behavior of init(config) and post-init conditions when - config consists of just expected parameters - config missing some of mandatory parameers - config missing some of optional parameters (test its default works) - config contains no parameters - parameter(s) has wrong or inconsistent value(s) - etc. This means that you have to have multiple init-paremter sets for a class under test. I'm not sure it's reasonable to define all such parameter sets in web.xml. 4. As a servlet-class can be mapped to multiple servlet-names, init-parameters cannot be determined from the class-name. You can provide a utility class to set init-parameters to ServletConfigWrapper. The utility class should have method looks like void setInitParamByName(ServletConfigWrapper theWrapper, String theName); If you already have such helper, it would be nice if you could add the code(s) in the wiki: http://wiki.apache.org/jakarta-cactus/UsefulCode bryan> I feel like I'm missing a key concept somewhere. I've spent the last bryan> couple of days trying anything I could think of with no luck. Any bryan> assistance would be greatly appreciated! From stand point of test-first practice, you shoud not map MyServlet as a servlet in web.xml until MyServlet passes all unit-tests. :-) Regards, ---- Kazuhito SUGURI From [email protected] Mon Jun 19 12:07:14 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 43825 invoked by uid 99); 19 Jun 2006 12:07:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2006 05:07:14 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO tama5.ecl.ntt.co.jp) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2006 05:07:13 -0700 Received: from vcs3.rdh.ecl.ntt.co.jp (vcs3.rdh.ecl.ntt.co.jp [161.129.204.104]) by tama5.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5JC6ppr011137 for <[email protected]>; Mon, 19 Jun 2006 21:06:51 +0900 (JST) Received: from mfs3.rdh.ecl.ntt.co.jp (mfs3.rdh.ecl.ntt.co.jp [161.129.204.104]) by vcs3.rdh.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5JC6ouX007888 for <[email protected]>; Mon, 19 Jun 2006 21:06:50 +0900 (JST) Received: from nttmail3.ecl.ntt.co.jp ([161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5JC6nN0000979 for <[email protected]>; Mon, 19 Jun 2006 21:06:49 +0900 (JST) Received: from dmailsv1.y.ecl.ntt.co.jp (dmailsv1.y.ecl.ntt.co.jp [161.129.204.104]) by nttmail3.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5JC6nxw023452 for <[email protected]>; Mon, 19 Jun 2006 21:06:49 +0900 (JST) Received: from mailsv01.y.ecl.ntt.co.jp by dmailsv1.y.ecl.ntt.co.jp (8.13.6/dmailsv-1.6) with ESMTP id k5JC6m79006802 for <[email protected]>; Mon, 19 Jun 2006 21:06:48 +0900 (JST) Received: from localhost by mailsv01.y.ecl.ntt.co.jp (8.13.6/Lab-1.5a) with ESMTP id k5JC6mpn011586 for <[email protected]>; Mon, 19 Jun 2006 21:06:48 +0900 (JST) Date: Mon, 19 Jun 2006 21:08:49 +0900 (JST) Message-Id: <[email protected]> To: [email protected] Subject: Re: Cactus -Ant Integration (Sample Servlet): Build failed to start the container (tomcat) From: Kazuhito SUGURI <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> X-Mailer: Mew version 4.2 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, In article <[email protected]>, Fri, 09 Jun 2006 15:51:11 -0400, "Atul Afre" <[email protected]> wrote: afrea> I was using tomcat tomcat-5.5.11, when I changed to tomcat-5.0.4.. It afrea> worked. afrea> Is there issue with deploy on tomcat-5.5.11 using Cactus -Ant afrea> Integration? I think so. Could you add servletxml attribute to the tomcat5x element like as follows: <tomcat5x if="cactus.home.tomcat5x" servletxml="${cactus.home.tomcat5x}/conf/server.xml" Hope this helps, ---- Kazuhito SUGURI From [email protected] Mon Jun 19 12:42:23 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 99386 invoked by uid 99); 19 Jun 2006 12:42:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2006 05:42:23 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO tama5.ecl.ntt.co.jp) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2006 05:42:22 -0700 Received: from vcs3.rdh.ecl.ntt.co.jp (vcs3.rdh.ecl.ntt.co.jp [161.129.204.104]) by tama5.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5JCg1CP023208 for <[email protected]>; Mon, 19 Jun 2006 21:42:01 +0900 (JST) Received: from mfs3.rdh.ecl.ntt.co.jp (mfs3.rdh.ecl.ntt.co.jp [161.129.204.104]) by vcs3.rdh.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5JCg0sb028073 for <[email protected]>; Mon, 19 Jun 2006 21:42:00 +0900 (JST) Received: from nttmail3.ecl.ntt.co.jp ([161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5JCfxM2020958 for <[email protected]>; Mon, 19 Jun 2006 21:41:59 +0900 (JST) Received: from dmailsv1.y.ecl.ntt.co.jp (dmailsv1.y.ecl.ntt.co.jp [161.129.204.104]) by nttmail3.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5JCfxos028114 for <[email protected]>; Mon, 19 Jun 2006 21:41:59 +0900 (JST) Received: from mailsv01.y.ecl.ntt.co.jp by dmailsv1.y.ecl.ntt.co.jp (8.13.6/dmailsv-1.6) with ESMTP id k5JCfwG3015660 for <[email protected]>; Mon, 19 Jun 2006 21:41:58 +0900 (JST) Received: from localhost by mailsv01.y.ecl.ntt.co.jp (8.13.6/Lab-1.5a) with ESMTP id k5JCfwmV013711 for <[email protected]>; Mon, 19 Jun 2006 21:41:58 +0900 (JST) Date: Mon, 19 Jun 2006 21:43:58 +0900 (JST) Message-Id: <[email protected]> To: [email protected] Subject: Re: Testing servlet redirects From: Kazuhito SUGURI <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> X-Mailer: Mew version 4.2 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Dennis, In article <[email protected]>, Sat, 17 Jun 2006 14:20:15 +0200, "Dennis Kempin" <[email protected]> wrote: dennis> i am using the JettyTestSetup to test a simple Servlet. This servlet dennis> sometimes calls dennis> getServletContext().getNamedDispatcher("default").forward(request, dennis> response); to redirect requests to the default servlet to serve static dennis> resources. dennis> dennis> Well this is what Jetty returns as response when such a redirect happens: dennis> HTTP ERROR: 404 /core/ServletRedirector Not Found dennis> RequestURI=/core/ServletRedirector dennis> Where core is the context path. Do you mean that the 404 response is the expected behavior of RequestDispatcher#foward() performed by your servlet? dennis> It is not important for me to test what the redirect returns, its more dennis> important that the servlet performs the redirect. That is what I want to dennis> test. dennis> Any ideas on how to test that (Testing for this error message would be a dennis> very hacky solution)? I don't think the error message is the expected result, however, I think you need to evaluate the response at endXXX(WebResponse) method to test RequestDispatcher#forward works as expected. Regards, ---- Kazuhito SUGURI From [email protected] Mon Jun 19 15:08:29 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 43470 invoked by uid 99); 19 Jun 2006 15:08:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2006 08:08:29 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wr-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2006 08:08:28 -0700 Received: by wr-out-0506.google.com with SMTP id 55so984245wri for <[email protected]>; Mon, 19 Jun 2006 08:08:08 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=t3P3Zhzz/TlCPrjgISiYLiuJ5nL/pbKbK7TkhKJDEm77xy7Ytq+V7Brhz8txAWIPlY0v3B2fReRCbPted85pdhBs/oiexIe6z0WuNY1jP4cg0kVmrwvfphv6PN1hr7L4Qs6YETN2MUUHZco59Ssx0TIcUPK43Gm9RJ+38LhWjjY= Received: by 161.129.204.104 with SMTP id s15mr4574314qbf; Mon, 19 Jun 2006 08:08:07 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 19 Jun 2006 08:08:06 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 19 Jun 2006 20:38:06 +0530 From: "rakesh kumar thawait" <[email protected]> To: [email protected] Subject: How to the output report genereted by Cactus MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_52537_25310151.1150729686910" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_52537_25310151.1150729686910 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi All, I am using jakarta-cactus-13-1.7.2 to test EJB which shows the test result in following form : [image: XML output of ServletTestRunner] I need to show the result in following form : <?xml version="1.0" encoding="UTF-8" ?> - <#> <testsuites> - <#> <testsuite name="*TestSampleServlet*" tests="*1*" failures ="*O*" errors="*0*" time="*0.016*"> - <#> <testcase name="*testSaveToSessionOK*" time="*0.016*" expected="expected value passed in assert method" actual = "actual value passed in assert method"/> </testsuite> </testsuites> So that I can translate the output XML into required HTML .XML should contain expected value and actual value that comes from test method . Please help me to solve this problem . Regards; Rakesh Thawait ------=_Part_52537_25310151.1150729686910-- From [email protected] Mon Jun 19 17:55:33 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 24267 invoked by uid 99); 19 Jun 2006 17:55:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2006 10:55:33 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO smtpout.michigan.gov) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2006 10:55:32 -0700 Received: from som1msgt4.michigan.gov ([161.129.204.104]) by COREOSMTP2.som.ad.state.mi.us with InterScan Messaging Security Suite; Mon, 19 Jun 2006 13:55:09 -0400 Received: from SOM1DOM3-MTA by som1msgt4.michigan.gov with Novell_GroupWise; Mon, 19 Jun 2006 13:55:09 -0400 Message-Id: <[email protected]> X-Mailer: Novell GroupWise Internet Agent 6.5.7 Beta Date: Mon, 19 Jun 2006 13:54:39 -0400 From: "Atul Afre" <[email protected]> To: <[email protected]> Subject: Re: Cactus -Ant Integration (Sample Servlet): Build failed tostart the container (tomcat) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hello Kazuhito: When I did as you said, I get error: Class org.apache.cactus.integration.ant.container.tomcat.Tomcat5xContainer doesn't support the "servletxml" attribute. Atul >>> [email protected] 6/19/2006 8:08AM >>> Hi, In article <[email protected]>, Fri, 09 Jun 2006 15:51:11 -0400, "Atul Afre" <[email protected]> wrote: afrea> I was using tomcat tomcat-5.5.11, when I changed to tomcat-5.0.4.. It afrea> worked. afrea> Is there issue with deploy on tomcat-5.5.11 using Cactus -Ant afrea> Integration? I think so. Could you add servletxml attribute to the tomcat5x element like as follows: <tomcat5x if="cactus.home.tomcat5x" servletxml="${cactus.home.tomcat5x}/conf/server.xml" Hope this helps, ---- Kazuhito SUGURI --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jun 19 21:15:02 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 59630 invoked by uid 99); 19 Jun 2006 21:15:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2006 14:15:02 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wr-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2006 14:15:01 -0700 Received: by wr-out-0506.google.com with SMTP id i12so1028132wra for <[email protected]>; Mon, 19 Jun 2006 14:14:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=jKRpMujx4FRkdyxb6AWq9CDpkfYOCZCzIukTzAwf6n00LEo4/fNhZrSFfUDLj2JW5Mud4uGByyLxO1PRwWg///uuQlhEguoXhNGVr03kYs9S3J9ZqNLw+p/x1l191iLuiONzyaxMtKgsz17WeFLNwR31CXy49GspKB0qW4o8st8= Received: by 161.129.204.104 with SMTP id q20mr5150339qbo; Mon, 19 Jun 2006 14:14:40 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 19 Jun 2006 14:14:40 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 19 Jun 2006 23:14:40 +0200 From: "Dennis Kempin" <[email protected]> To: "Cactus Users List" <[email protected]> Subject: Re: Testing servlet redirects In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_145978_19222162.1150751680488" References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_145978_19222162.1150751680488 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Kazuhito, thank you for your answer. My servlet is mapped to process any request that is made. Lets say we have a request on /core/test.html: My servlets checks if it can handle, if not it redirects to the default servlet which should serve test.html (which does exist). But instead of the contents of test.html i get the described 404 Error which says that it cannot find "/core/ServletRedirector". It works fine running the redirect in tomcat and jetty containers without cactus. Regards, Dennis 2006/6/19, Kazuhito SUGURI <[email protected]>: > > Hi Dennis, > > In article <[email protected]>, > Sat, 17 Jun 2006 14:20:15 +0200, > "Dennis Kempin" <[email protected]> wrote: > dennis> i am using the JettyTestSetup to test a simple Servlet. This > servlet > dennis> sometimes calls > dennis> getServletContext().getNamedDispatcher("default").forward(request, > dennis> response); to redirect requests to the default servlet to serve > static > dennis> resources. > dennis> > dennis> Well this is what Jetty returns as response when such a redirect > happens: > dennis> HTTP ERROR: 404 /core/ServletRedirector Not Found > dennis> RequestURI=/core/ServletRedirector > dennis> Where core is the context path. > > Do you mean that the 404 response is the expected behavior of > RequestDispatcher#foward() performed by your servlet? > > > dennis> It is not important for me to test what the redirect returns, its > more > dennis> important that the servlet performs the redirect. That is what I > want to > dennis> test. > dennis> Any ideas on how to test that (Testing for this error message > would be a > dennis> very hacky solution)? > > I don't think the error message is the expected result, however, > I think you need to evaluate the response at endXXX(WebResponse) method > to test RequestDispatcher#forward works as expected. > > Regards, > ---- > Kazuhito SUGURI > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > ------=_Part_145978_19222162.1150751680488-- From [email protected] Tue Jun 20 01:05:39 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 73902 invoked by uid 99); 20 Jun 2006 01:05:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2006 18:05:39 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO tama5.ecl.ntt.co.jp) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2006 18:05:39 -0700 Received: from vcs3.rdh.ecl.ntt.co.jp (vcs3.rdh.ecl.ntt.co.jp [161.129.204.104]) by tama5.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5K15GZp002842 for <[email protected]>; Tue, 20 Jun 2006 10:05:16 +0900 (JST) Received: from mfs3.rdh.ecl.ntt.co.jp (mfs3.rdh.ecl.ntt.co.jp [161.129.204.104]) by vcs3.rdh.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5K15FgI027955 for <[email protected]>; Tue, 20 Jun 2006 10:05:15 +0900 (JST) Received: from nttmail3.ecl.ntt.co.jp ([161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5K15Fhn016540 for <[email protected]>; Tue, 20 Jun 2006 10:05:15 +0900 (JST) Received: from dmailsv1.y.ecl.ntt.co.jp (dmailsv1.y.ecl.ntt.co.jp [161.129.204.104]) by nttmail3.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5K15E1P026957 for <[email protected]>; Tue, 20 Jun 2006 10:05:15 +0900 (JST) Received: from mailsv01.y.ecl.ntt.co.jp by dmailsv1.y.ecl.ntt.co.jp (8.13.6/dmailsv-1.6) with ESMTP id k5K15EvU003676 for <[email protected]>; Tue, 20 Jun 2006 10:05:14 +0900 (JST) Received: from localhost by mailsv01.y.ecl.ntt.co.jp (8.13.6/Lab-1.5a) with ESMTP id k5K15DaR009416 for <[email protected]>; Tue, 20 Jun 2006 10:05:13 +0900 (JST) Date: Tue, 20 Jun 2006 10:07:14 +0900 (JST) Message-Id: <[email protected]> To: [email protected] Subject: Re: Cactus -Ant Integration (Sample Servlet): Build failed tostart the container (tomcat) From: Kazuhito SUGURI <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> X-Mailer: Mew version 4.2 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, In article <[email protected]>, Mon, 19 Jun 2006 13:54:39 -0400, "Atul Afre" <[email protected]> wrote: afrea> When I did as you said, I get error: afrea> Class afrea> org.apache.cactus.integration.ant.container.tomcat.Tomcat5xContainer afrea> doesn't support the "servletxml" attribute. Ah, I was wrong. sorry. It should be "serverxml". Regards, ---- Kazuhito SUGURI From [email protected] Tue Jun 20 09:25:06 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 39122 invoked by uid 99); 20 Jun 2006 09:25:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2006 02:25:06 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=BLANK_LINES_70_80 X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO smtp.xius.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2006 02:25:06 -0700 Received: from karthik ([161.129.204.104]) by smtp.xius.org (8.12.8/8.12.8) with SMTP id k5K9HndX003816 for <[email protected]>; Tue, 20 Jun 2006 14:47:56 +0530 From: "karthik" <[email protected]> To: "Cactus Users List" <[email protected]> Subject: Testing JSP with sessions Date: Tue, 20 Jun 2006 14:52:59 +0530 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Importance: Normal In-Reply-To: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Hi=20 Can some body on this form ,be kind to spare me some code on=20 HOWTO test a JSP pages which hare secured by session objects. Suppoes i have 100 jsp pages which have session Tracked, =20 so how to set the sessions and Test such jsp pages using CACTUS . with regards Karthik =20 =20 From [email protected] Tue Jun 20 09:47:54 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 75201 invoked by uid 99); 20 Jun 2006 09:47:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2006 02:47:54 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO tama5.ecl.ntt.co.jp) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2006 02:47:52 -0700 Received: from vcs3.rdh.ecl.ntt.co.jp (vcs3.rdh.ecl.ntt.co.jp [161.129.204.104]) by tama5.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5K9lUeJ013905 for <[email protected]>; Tue, 20 Jun 2006 18:47:30 +0900 (JST) Received: from mfs3.rdh.ecl.ntt.co.jp (mfs3.rdh.ecl.ntt.co.jp [161.129.204.104]) by vcs3.rdh.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5K9lSNe012484 for <[email protected]>; Tue, 20 Jun 2006 18:47:28 +0900 (JST) Received: from nttmail3.ecl.ntt.co.jp ([161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5K9lRs8027326 for <[email protected]>; Tue, 20 Jun 2006 18:47:27 +0900 (JST) Received: from dmailsv1.y.ecl.ntt.co.jp (dmailsv1.y.ecl.ntt.co.jp [161.129.204.104]) by nttmail3.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5K9lRbb009898 for <[email protected]>; Tue, 20 Jun 2006 18:47:27 +0900 (JST) Received: from mailsv01.y.ecl.ntt.co.jp by dmailsv1.y.ecl.ntt.co.jp (8.13.6/dmailsv-1.6) with ESMTP id k5K9lQNR028886 for <[email protected]>; Tue, 20 Jun 2006 18:47:26 +0900 (JST) Received: from localhost by mailsv01.y.ecl.ntt.co.jp (8.13.6/Lab-1.5a) with ESMTP id k5K9lQEW001569 for <[email protected]>; Tue, 20 Jun 2006 18:47:26 +0900 (JST) Date: Tue, 20 Jun 2006 18:49:22 +0900 (JST) Message-Id: <[email protected]> To: [email protected] Subject: Re: Testing servlet redirects From: Kazuhito SUGURI <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> X-Mailer: Mew version 4.2 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Dennis, Followings are information and recommendation from me. These are based on short examination with default settings of Tomat-5.5.12. But, please note that behavior of a servlet named "default" might be different for each container and its configuration. In article <[email protected]>, Mon, 19 Jun 2006 23:14:40 +0200, "Dennis Kempin" <[email protected]> wrote: dennis> thank you for your answer. My servlet is mapped to process any request that dennis> is made. dennis> Lets say we have a request on /core/test.html: My servlets checks if it can dennis> handle, if not it redirects to the default dennis> servlet which should serve test.html (which does exist). dennis> But instead of the contents of test.html i get the described 404 Error which dennis> says that it cannot find "/core/ServletRedirector". I think it's hard to test the forwarding by using Cactus as long as you are using getNamedDispatcher("default"). RequestDispatcherWrapper#forward(), which is used in the test, calls the original RequestDispatcher with the original HTTP request. # See Cactus API JavaDoc. A servier-side test case is invoked from a servlet, /<context>/ ServletRedirecter. So, the request URI of the original HTTP request is "/<context>/ServletRedirector". When the original RequestDispatcher is the default servlet of Tomcat, it's trying to obtain the resource from "/<context>/ServletRedirector", that has the possiblity of causing an infinite loop. # Fortunately, the default servlet responds 404 and stops the loop. Please try following fragments of servlet and web.xml. You will find similar behavior with your Cactus tests when you access to <context>/dummy. public DummyServlet extends HttpServlet { protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { getServletContext().getNamedDispatcher("default").forward(request, response); } } <servlet> <servlet-name>dummy</servlet-name> <servlet-class>DummyServlet</servlet-name> </servlet> <servlet-mapping> <servlet-name>dummy</servlet-name> <url-pattern>/dummy</url-pattern> </servlet-mapping> I would like to recommend you to use getRequestDispatcher(String) instead of getNamedDispatcher("default"), it it's possible. If you can do so, you will be able to simulate any path condition for a testXXX() by using org.apache.cactus.WebRequest#setURL() method in beginXXX(), and you can evaluate a forwarded responce in the corresponding endXXX() method. # You should not simulate <context>/ServletRedirector, # which is the default of Cactus, of cource :-) Hope this helps, ---- Kazuhito SUGURI From [email protected] Tue Jun 20 10:34:52 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 61665 invoked by uid 99); 20 Jun 2006 10:34:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2006 03:34:52 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO tama5.ecl.ntt.co.jp) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2006 03:34:52 -0700 Received: from vcs3.rdh.ecl.ntt.co.jp (vcs3.rdh.ecl.ntt.co.jp [161.129.204.104]) by tama5.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5KAYUhi029975 for <[email protected]>; Tue, 20 Jun 2006 19:34:30 +0900 (JST) Received: from mfs3.rdh.ecl.ntt.co.jp (mfs3.rdh.ecl.ntt.co.jp [161.129.204.104]) by vcs3.rdh.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5KAYTZR008037 for <[email protected]>; Tue, 20 Jun 2006 19:34:29 +0900 (JST) Received: from nttmail3.ecl.ntt.co.jp ([161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5KAYSWR022563 for <[email protected]>; Tue, 20 Jun 2006 19:34:28 +0900 (JST) Received: from dmailsv1.y.ecl.ntt.co.jp (dmailsv1.y.ecl.ntt.co.jp [161.129.204.104]) by nttmail3.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5KAYRmw022416 for <[email protected]>; Tue, 20 Jun 2006 19:34:27 +0900 (JST) Received: from mailsv01.y.ecl.ntt.co.jp by dmailsv1.y.ecl.ntt.co.jp (8.13.6/dmailsv-1.6) with ESMTP id k5KAYQuk009808 for <[email protected]>; Tue, 20 Jun 2006 19:34:26 +0900 (JST) Received: from localhost by mailsv01.y.ecl.ntt.co.jp (8.13.6/Lab-1.5a) with ESMTP id k5KAYQXE005696 for <[email protected]>; Tue, 20 Jun 2006 19:34:26 +0900 (JST) Date: Tue, 20 Jun 2006 19:36:22 +0900 (JST) Message-Id: <[email protected]> To: [email protected] Subject: Re: How to the output report genereted by Cactus From: Kazuhito SUGURI <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> X-Mailer: Mew version 4.2 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Rakesh, In article <[email protected]>, Mon, 19 Jun 2006 20:38:06 +0530, "rakesh kumar thawait" <[email protected]> wrote: rakesh> I am using jakarta-cactus-13-1.7.2 to test EJB which shows the test rakesh> result in following form : rakesh> rakesh> rakesh> [image: XML output of ServletTestRunner] rakesh> rakesh> I need to show the result in following form : rakesh> rakesh> <?xml version="1.0" encoding="UTF-8" ?> rakesh> - <#> <testsuites> rakesh> - <#> <testsuite name="*TestSampleServlet*" tests="*1*" failures rakesh> ="*O*" errors="*0*" time="*0.016*"> rakesh> - <#> <testcase name="*testSaveToSessionOK*" time="*0.016*" rakesh> expected="expected value passed in assert method" actual = "actual rakesh> value passed in assert method"/> rakesh> </testsuite> rakesh> </testsuites> rakesh> rakesh> rakesh> So that I can translate the output XML into required HTML .XML should rakesh> contain expected value and actual value that comes from test method . It's interesting, but, it's difficult. AFAIK, TestResult of JUnit framework can collect test information in test method basis, not in assertion baseis. Even if information could be collected in assertion basis by using AOP or other approaches, I think, "expected" and "actual" tags are not suitable for the testcase element because a test method could have multiple assertions. Examinations of necessary information and it's representation format might be the first step. Cheer, ---- Kazuhito SUGURI From [email protected] Tue Jun 20 10:48:37 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 79632 invoked by uid 99); 20 Jun 2006 10:48:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2006 03:48:37 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO tama5.ecl.ntt.co.jp) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2006 03:48:36 -0700 Received: from vcs3.rdh.ecl.ntt.co.jp (vcs3.rdh.ecl.ntt.co.jp [161.129.204.104]) by tama5.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5KAmFT7003656 for <[email protected]>; Tue, 20 Jun 2006 19:48:15 +0900 (JST) Received: from mfs3.rdh.ecl.ntt.co.jp (mfs3.rdh.ecl.ntt.co.jp [161.129.204.104]) by vcs3.rdh.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5KAmEZj015088 for <[email protected]>; Tue, 20 Jun 2006 19:48:14 +0900 (JST) Received: from nttmail3.ecl.ntt.co.jp ([161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5KAmDlj029582 for <[email protected]>; Tue, 20 Jun 2006 19:48:13 +0900 (JST) Received: from dmailsv1.y.ecl.ntt.co.jp (dmailsv1.y.ecl.ntt.co.jp [161.129.204.104]) by nttmail3.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5KAmDUH024090 for <[email protected]>; Tue, 20 Jun 2006 19:48:13 +0900 (JST) Received: from mailsv01.y.ecl.ntt.co.jp by dmailsv1.y.ecl.ntt.co.jp (8.13.6/dmailsv-1.6) with ESMTP id k5KAmCgF012923 for <[email protected]>; Tue, 20 Jun 2006 19:48:12 +0900 (JST) Received: from localhost by mailsv01.y.ecl.ntt.co.jp (8.13.6/Lab-1.5a) with ESMTP id k5KAmCdp006861 for <[email protected]>; Tue, 20 Jun 2006 19:48:12 +0900 (JST) Date: Tue, 20 Jun 2006 19:50:08 +0900 (JST) Message-Id: <[email protected]> To: [email protected] Subject: Re: Testing JSP with sessions From: Kazuhito SUGURI <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> X-Mailer: Mew version 4.2 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Karthik, In article <[email protected]>, Tue, 20 Jun 2006 14:52:59 +0530, "karthik" <[email protected]> wrote: karthikn> Can some body on this form ,be kind to spare me some code on karthikn> HOWTO test a JSP pages which hare secured by session objects. karthikn> Suppoes i have 100 jsp pages which have session Tracked, karthikn> so how to set the sessions and Test such jsp pages using CACTUS . Please take a look at: http://jakarta.apache.org/cactus/writing/howto_testcase_jsp.html http://jakarta.apache.org/cactus/writing/howto_jsp.html You can set session attributes in testXXX() method before you call JSP under test by using one of forward methods. Hope this helps, ---- Kazuhito SUGURI From [email protected] Tue Jun 20 14:12:15 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 50906 invoked by uid 99); 20 Jun 2006 14:12:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2006 07:12:15 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO smtpout.michigan.gov) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2006 07:12:12 -0700 Received: from som1msgt4.michigan.gov ([161.129.204.104]) by COREOSMTP2.som.ad.state.mi.us with InterScan Messaging Security Suite; Tue, 20 Jun 2006 10:11:50 -0400 Received: from SOM1DOM3-MTA by som1msgt4.michigan.gov with Novell_GroupWise; Tue, 20 Jun 2006 10:11:50 -0400 Message-Id: <[email protected]> X-Mailer: Novell GroupWise Internet Agent 6.5.7 Beta Date: Tue, 20 Jun 2006 10:11:21 -0400 From: "Atul Afre" <[email protected]> To: <[email protected]> Subject: Re: Cactus -Ant Integration (Sample Servlet): Build failed tostartthe container (tomcat) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hey, It worked! Thanks for the help. Thanks, Atul >>> [email protected] 6/19/2006 9:07PM >>> Hi, In article <[email protected]>, Mon, 19 Jun 2006 13:54:39 -0400, "Atul Afre" <[email protected]> wrote: afrea> When I did as you said, I get error: afrea> Class afrea> org.apache.cactus.integration.ant.container.tomcat.Tomcat5xContainer afrea> doesn't support the "servletxml" attribute. Ah, I was wrong. sorry. It should be "serverxml". Regards, ---- Kazuhito SUGURI --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 21 13:04:36 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 75381 invoked by uid 99); 21 Jun 2006 13:04:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jun 2006 06:04:36 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO smtp.xius.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jun 2006 06:04:34 -0700 Received: from karthik ([161.129.204.104]) by smtp.xius.org (8.12.8/8.12.8) with SMTP id k5LCva0l018147 for <[email protected]>; Wed, 21 Jun 2006 18:27:46 +0530 From: "karthik" <[email protected]> To: "Cactus Users List" <[email protected]> Subject: RE: Testing servlet redirects Date: Wed, 21 Jun 2006 18:32:48 +0530 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <[email protected]> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 X-Virus-Checked: Checked by ClamAV on apache.org Hi The example provided on the site is something confusing.... If u hava a sample working test case with war file,please provid me the same. so i can correct my self. with regards Karthik -----Original Message----- From: Kazuhito SUGURI [mailto:[email protected]] Sent: Tuesday, June 20, 2006 3:19 PM To: [email protected] Subject: Re: Testing servlet redirects Hi Dennis, Followings are information and recommendation from me. These are based on short examination with default settings of Tomat-5.5.12. But, please note that behavior of a servlet named "default" might be different for each container and its configuration. In article <[email protected]>, Mon, 19 Jun 2006 23:14:40 +0200, "Dennis Kempin" <[email protected]> wrote: dennis> thank you for your answer. My servlet is mapped to process any request that dennis> is made. dennis> Lets say we have a request on /core/test.html: My servlets checks if it can dennis> handle, if not it redirects to the default dennis> servlet which should serve test.html (which does exist). dennis> But instead of the contents of test.html i get the described 404 Error which dennis> says that it cannot find "/core/ServletRedirector". I think it's hard to test the forwarding by using Cactus as long as you are using getNamedDispatcher("default"). RequestDispatcherWrapper#forward(), which is used in the test, calls the original RequestDispatcher with the original HTTP request. # See Cactus API JavaDoc. A servier-side test case is invoked from a servlet, /<context>/ ServletRedirecter. So, the request URI of the original HTTP request is "/<context>/ServletRedirector". When the original RequestDispatcher is the default servlet of Tomcat, it's trying to obtain the resource from "/<context>/ServletRedirector", that has the possiblity of causing an infinite loop. # Fortunately, the default servlet responds 404 and stops the loop. Please try following fragments of servlet and web.xml. You will find similar behavior with your Cactus tests when you access to <context>/dummy. public DummyServlet extends HttpServlet { protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { getServletContext().getNamedDispatcher("default").forward(request, response); } } <servlet> <servlet-name>dummy</servlet-name> <servlet-class>DummyServlet</servlet-name> </servlet> <servlet-mapping> <servlet-name>dummy</servlet-name> <url-pattern>/dummy</url-pattern> </servlet-mapping> I would like to recommend you to use getRequestDispatcher(String) instead of getNamedDispatcher("default"), it it's possible. If you can do so, you will be able to simulate any path condition for a testXXX() by using org.apache.cactus.WebRequest#setURL() method in beginXXX(), and you can evaluate a forwarded responce in the corresponding endXXX() method. # You should not simulate <context>/ServletRedirector, # which is the default of Cactus, of cource :-) Hope this helps, ---- Kazuhito SUGURI --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jun 22 03:10:31 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 92327 invoked by uid 99); 22 Jun 2006 03:10:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jun 2006 20:10:31 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO tama5.ecl.ntt.co.jp) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jun 2006 20:10:29 -0700 Received: from vcs3.rdh.ecl.ntt.co.jp (vcs3.rdh.ecl.ntt.co.jp [161.129.204.104]) by tama5.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5M3A7iH006096 for <[email protected]>; Thu, 22 Jun 2006 12:10:07 +0900 (JST) Received: from mfs3.rdh.ecl.ntt.co.jp (mfs3.rdh.ecl.ntt.co.jp [161.129.204.104]) by vcs3.rdh.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5M3A6L5025206 for <[email protected]>; Thu, 22 Jun 2006 12:10:06 +0900 (JST) Received: from nttmail3.ecl.ntt.co.jp ([161.129.204.104]) by mfs3.rdh.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5M3A6WD018842 for <[email protected]>; Thu, 22 Jun 2006 12:10:06 +0900 (JST) Received: from dmailsv1.y.ecl.ntt.co.jp (dmailsv1.y.ecl.ntt.co.jp [161.129.204.104]) by nttmail3.ecl.ntt.co.jp (8.13.7/8.13.7) with ESMTP id k5M3A5Sm028507 for <[email protected]>; Thu, 22 Jun 2006 12:10:05 +0900 (JST) Received: from mailsv01.y.ecl.ntt.co.jp by dmailsv1.y.ecl.ntt.co.jp (8.13.7/dmailsv-1.6) with ESMTP id k5M3A5qo010995 for <[email protected]>; Thu, 22 Jun 2006 12:10:05 +0900 (JST) Received: from localhost by mailsv01.y.ecl.ntt.co.jp (8.13.7/Lab-1.5a) with ESMTP id k5M3A4ff019413 for <[email protected]>; Thu, 22 Jun 2006 12:10:04 +0900 (JST) Date: Thu, 22 Jun 2006 12:11:57 +0900 (JST) Message-Id: <[email protected]> To: [email protected] Subject: Re: Testing servlet redirects From: Kazuhito SUGURI <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> X-Mailer: Mew version 4.2 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Karthik, In article <[email protected]>, Wed, 21 Jun 2006 18:32:48 +0530, "karthik" <[email protected]> wrote: karthikn> The example provided on the site is something confusing.... Please point out what confuses you. karthikn> If u hava a sample working test case with war file,please karthikn> provid me the same. so i can correct my self. A sample. public class SampleTest extends ServletTestCase { public SampleTest(String name) { super(name); } public void testJsp() throws Exception { session.setAttribute("testKey", "testValue"); RequestDispatcher rd = request.getRequestDispatcher("/test.jsp"); rd.forward(request, response); } public void endJsp(WebResponse response) { System.out.println(response.getText()); } } test.jsp: <%= session.getAttribute("testKey") %> Regards, ---- Kazuhito SUGURI From [email protected] Thu Jun 22 05:05:38 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 23081 invoked by uid 99); 22 Jun 2006 05:05:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jun 2006 22:05:38 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO smtp.xius.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jun 2006 22:05:37 -0700 Received: from karthik ([161.129.204.104]) by smtp.xius.org (8.12.8/8.12.8) with SMTP id k5M4wd0l012429 for <[email protected]>; Thu, 22 Jun 2006 10:28:48 +0530 From: "karthik" <[email protected]> To: "Cactus Users List" <[email protected]> Subject: RE: Testing JSP with sessions Date: Thu, 22 Jun 2006 10:33:52 +0530 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 X-Virus-Checked: Checked by ClamAV on apache.org Hi The examples described on the site was confusing and hard for me to digest, please if u do have a simple samplel "war" and testcase for the same ... please post it on the form with regards Karthik -----Original Message----- From: Kazuhito SUGURI [mailto:[email protected]] Sent: Tuesday, June 20, 2006 4:20 PM To: [email protected] Subject: Re: Testing JSP with sessions Hi Karthik, In article <[email protected]>, Tue, 20 Jun 2006 14:52:59 +0530, "karthik" <[email protected]> wrote: karthikn> Can some body on this form ,be kind to spare me some code on karthikn> HOWTO test a JSP pages which hare secured by session objects. karthikn> Suppoes i have 100 jsp pages which have session Tracked, karthikn> so how to set the sessions and Test such jsp pages using CACTUS . Please take a look at: http://jakarta.apache.org/cactus/writing/howto_testcase_jsp.html http://jakarta.apache.org/cactus/writing/howto_jsp.html You can set session attributes in testXXX() method before you call JSP under test by using one of forward methods. Hope this helps, ---- Kazuhito SUGURI --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jun 30 12:39:28 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 60572 invoked by uid 99); 30 Jun 2006 12:39:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jun 2006 05:39:28 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy includes SPF [email protected]) Received: from [161.129.204.104] (HELO smtp010.mail.ukl.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 30 Jun 2006 05:39:27 -0700 Received: (qmail 4235 invoked from network); 30 Jun 2006 12:39:06 -0000 Received: from unknown (HELO massol) ([email protected] with login) by smtp010.mail.ukl.yahoo.com with SMTP; 30 Jun 2006 12:39:05 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Users List'" <[email protected]> Subject: Article on Cactus Date: Fri, 30 Jun 2006 14:39:05 +0200 Message-ID: <008301c69c42$2cdcf2d0$6401a8c0@massol> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcacQivBiHItbzKCQ+qbnLtsdG77aw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-Virus-Checked: Checked by ClamAV on apache.org Just discovered this article on Cactus: http://www.eclipse.org/webtools/community/tutorials/CactusInWTP/CactusInWTP. html Might be good to add it to the site... Apparently Cactus is included in the latest version of WTP. Very cool! -Vincent ___________________________________________________________________________ Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire. http://fr.mail.yahoo.com From [email protected] Fri Jun 30 21:05:31 2006 Return-Path: <[email protected]> list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cactus-user.jakarta.apache.org> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 62385 invoked by uid 99); 30 Jun 2006 21:05:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jun 2006 14:05:31 -0700 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS,SUBJECT_EXCESS_BASE64 X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO ciao.gmane.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jun 2006 14:05:29 -0700 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1FwQAg-0003Td-6a for [email protected]; Fri, 30 Jun 2006 23:05:03 +0200 Received: from 161.129.204.104 ([161.129.204.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Fri, 30 Jun 2006 23:05:02 +0200 Received: from soltan.gris.81 by 161.129.204.104 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <[email protected]>; Fri, 30 Jun 2006 23:05:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: [email protected] From: SOltan <[email protected]> Subject: Re: WSAD & Cactus: ChainedRuntimeException: Missing Cactus =?utf-8?b?cHJvcGVyCXR5?= [cactus.contextURL] Date: Fri, 30 Jun 2006 20:57:57 +0000 (UTC) Lines: 10 Message-ID: <[email protected]> References: <0205C50D41B7D611AEA50002A537CEC20328EB26@DES10MS01> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: [email protected] X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 161.129.204.104 (Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)) Sender: news <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Korver, Aaron <Aaron.Korver <at> Fiserv.com> writes: > > I am running the same configuration. You have to put the cactus.properties > file in the WEB-INF/classes folder of the web project. > Thanks Aaron, your answer helped me. I was able to run my test through the web- browser but not through JUnit in WSAD, now I can.
From [email protected] Fri Jun 01 21:04:00 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39218 invoked from network); 1 Jun 2007 21:04:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Jun 2007 21:04:00 -0000 Received: (qmail 30864 invoked by uid 500); 1 Jun 2007 21:04:03 -0000 Delivered-To: [email protected] Received: (qmail 30829 invoked by uid 500); 1 Jun 2007 21:04:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Jakarta WebSite CVS List" <site-cvs.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 30818 invoked by uid 99); 1 Jun 2007 21:04:03 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jun 2007 14:04:03 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jun 2007 14:03:58 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id ADBF61A981A; Fri, 1 Jun 2007 14:03:38 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r543616 - in /jakarta/site: docs/site/cvsindex.html xdocs/site/cvsindex.xml Date: Fri, 01 Jun 2007 21:03:38 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.1.0 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Fri Jun 1 14:03:37 2007 New Revision: 543616 URL: http://svn.apache.org/viewvc?view=rev&rev=543616 Log: JMeter current work is in branches/rel-2-2 Modified: jakarta/site/docs/site/cvsindex.html jakarta/site/xdocs/site/cvsindex.xml Modified: jakarta/site/docs/site/cvsindex.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/cvsindex.html?view=diff&rev=543616&r1=543615&r2=543616 ============================================================================== --- jakarta/site/docs/site/cvsindex.html (original) +++ jakarta/site/docs/site/cvsindex.html Fri Jun 1 14:03:37 2007 @@ -262,9 +262,9 @@ </tr> <tr> <td>JMeter</td> - <td>[<a href="http://svn.apache.org/repos/asf/jakarta/jmeter/trunk/">svn-url</a>]</td> - <td>[<a href="https://svn.apache.org/repos/asf/jakarta/jmeter/trunk/">svn-url</a>]</td> - <td>[<a href="http://svn.apache.org/viewcvs.cgi/jakarta/jmeter/">view-svn</a>]</td> + <td>[<a href="http://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/jakarta/jmeter/branches/rel-2-2">view-svn</a>]</td> </tr> <tr> <td>ORO</td> Modified: jakarta/site/xdocs/site/cvsindex.xml URL: http://svn.apache.org/viewvc/jakarta/site/xdocs/site/cvsindex.xml?view=diff&rev=543616&r1=543615&r2=543616 ============================================================================== --- jakarta/site/xdocs/site/cvsindex.xml (original) +++ jakarta/site/xdocs/site/cvsindex.xml Fri Jun 1 14:03:37 2007 @@ -107,9 +107,9 @@ </tr> <tr> <td>JMeter</td> - <td>[<a href="http://svn.apache.org/repos/asf/jakarta/jmeter/trunk/">svn-url</a>]</td> - <td>[<a href="https://svn.apache.org/repos/asf/jakarta/jmeter/trunk/">svn-url</a>]</td> - <td>[<a href="http://svn.apache.org/viewcvs.cgi/jakarta/jmeter/">view-svn</a>]</td> + <td>[<a href="http://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/jakarta/jmeter/branches/rel-2-2">view-svn</a>]</td> </tr> <tr> <td>ORO</td> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Jun 03 21:33:16 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 79781 invoked from network); 3 Jun 2007 21:33:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Jun 2007 21:33:15 -0000 Received: (qmail 19022 invoked by uid 500); 3 Jun 2007 21:33:18 -0000 Delivered-To: [email protected] Received: (qmail 18969 invoked by uid 500); 3 Jun 2007 21:33:18 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Jakarta WebSite CVS List" <site-cvs.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 18954 invoked by uid 99); 3 Jun 2007 21:33:18 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jun 2007 14:33:18 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jun 2007 14:33:13 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id C27701A981A; Sun, 3 Jun 2007 14:32:53 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r543992 - /jakarta/site/xdocs/stylesheets/site.xsl Date: Sun, 03 Jun 2007 21:32:53 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.1.0 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: mvdb Date: Sun Jun 3 14:32:52 2007 New Revision: 543992 URL: http://svn.apache.org/viewvc?view=rev&rev=543992 Log: add apachecon us logo Modified: jakarta/site/xdocs/stylesheets/site.xsl Modified: jakarta/site/xdocs/stylesheets/site.xsl URL: http://svn.apache.org/viewvc/jakarta/site/xdocs/stylesheets/site.xsl?view=diff&rev=543992&r1=543991&r2=543992 ============================================================================== --- jakarta/site/xdocs/stylesheets/site.xsl (original) +++ jakarta/site/xdocs/stylesheets/site.xsl Sun Jun 3 14:32:52 2007 @@ -100,15 +100,13 @@ </a> </td> <td align="right"> - <!-- - <a href="http://apachecon.com/2007/EU/"> + <a href="http://www.us.apachecon.com/"> <img> - <xsl:attribute name="alt">ApacheCon Europe 2007</xsl:attribute> + <xsl:attribute name="alt">ApacheCon US 2007</xsl:attribute> <xsl:attribute name="border">0</xsl:attribute> - <xsl:attribute name="src">http://www.apache.org/ads/ApacheCon/2007-europe-234x60.png</xsl:attribute> + <xsl:attribute name="src">http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png</xsl:attribute> </img> </a> - --> <xsl:if test="$site/logo"> <xsl:variable name="alt"> <xsl:value-of select="$site/logo"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Jun 03 21:35:01 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80052 invoked from network); 3 Jun 2007 21:35:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Jun 2007 21:35:00 -0000 Received: (qmail 20528 invoked by uid 500); 3 Jun 2007 21:35:04 -0000 Delivered-To: [email protected] Received: (qmail 20503 invoked by uid 500); 3 Jun 2007 21:35:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Jakarta WebSite CVS List" <site-cvs.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20492 invoked by uid 99); 3 Jun 2007 21:35:04 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jun 2007 14:35:04 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jun 2007 14:34:58 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 06D921A9820; Sun, 3 Jun 2007 14:34:37 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r543993 [2/2] - in /jakarta/site/docs: ./ site/ site/downloads/ site/news/ site/pmc/ Date: Sun, 03 Jun 2007 21:34:33 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.1.0 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Modified: jakarta/site/docs/site/newproject.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/newproject.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/newproject.html (original) +++ jakarta/site/docs/site/newproject.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/200206.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/200206.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/200206.html (original) +++ jakarta/site/docs/site/news/200206.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/200207.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/200207.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/200207.html (original) +++ jakarta/site/docs/site/news/200207.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/200208.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/200208.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/200208.html (original) +++ jakarta/site/docs/site/news/200208.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/200209.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/200209.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/200209.html (original) +++ jakarta/site/docs/site/news/200209.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/200210.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/200210.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/200210.html (original) +++ jakarta/site/docs/site/news/200210.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/200211.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/200211.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/200211.html (original) +++ jakarta/site/docs/site/news/200211.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/200212.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/200212.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/200212.html (original) +++ jakarta/site/docs/site/news/200212.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/200301.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/200301.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/200301.html (original) +++ jakarta/site/docs/site/news/200301.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/200303.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/200303.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/200303.html (original) +++ jakarta/site/docs/site/news/200303.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/200305.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/200305.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/200305.html (original) +++ jakarta/site/docs/site/news/200305.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/editor.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/editor.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/editor.html (original) +++ jakarta/site/docs/site/news/editor.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/elsewhere-2002.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/elsewhere-2002.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/elsewhere-2002.html (original) +++ jakarta/site/docs/site/news/elsewhere-2002.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/elsewhere-2003.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/elsewhere-2003.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/elsewhere-2003.html (original) +++ jakarta/site/docs/site/news/elsewhere-2003.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/elsewhere-2004-1stHalf.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/elsewhere-2004-1stHalf.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/elsewhere-2004-1stHalf.html (original) +++ jakarta/site/docs/site/news/elsewhere-2004-1stHalf.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/elsewhere-2004-2ndHalf.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/elsewhere-2004-2ndHalf.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/elsewhere-2004-2ndHalf.html (original) +++ jakarta/site/docs/site/news/elsewhere-2004-2ndHalf.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/index.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/index.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/index.html (original) +++ jakarta/site/docs/site/news/index.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/news-2000.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2000.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/news-2000.html (original) +++ jakarta/site/docs/site/news/news-2000.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/news-2001.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2001.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/news-2001.html (original) +++ jakarta/site/docs/site/news/news-2001.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/news-2002.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2002.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/news-2002.html (original) +++ jakarta/site/docs/site/news/news-2002.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/news-2003.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2003.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/news-2003.html (original) +++ jakarta/site/docs/site/news/news-2003.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/news-2004-1stHalf.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2004-1stHalf.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/news-2004-1stHalf.html (original) +++ jakarta/site/docs/site/news/news-2004-1stHalf.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/news-2004-2ndHalf.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2004-2ndHalf.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/news-2004-2ndHalf.html (original) +++ jakarta/site/docs/site/news/news-2004-2ndHalf.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/news-2005-q1.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2005-q1.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/news-2005-q1.html (original) +++ jakarta/site/docs/site/news/news-2005-q1.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/news-2005-q2.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2005-q2.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/news-2005-q2.html (original) +++ jakarta/site/docs/site/news/news-2005-q2.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/news-2005-q3.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2005-q3.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/news-2005-q3.html (original) +++ jakarta/site/docs/site/news/news-2005-q3.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/news-2005-q4.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2005-q4.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/news-2005-q4.html (original) +++ jakarta/site/docs/site/news/news-2005-q4.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/news-2006-q1.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2006-q1.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/news-2006-q1.html (original) +++ jakarta/site/docs/site/news/news-2006-q1.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/news-2006-q2.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2006-q2.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/news-2006-q2.html (original) +++ jakarta/site/docs/site/news/news-2006-q2.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/news-2006-q3.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2006-q3.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/news-2006-q3.html (original) +++ jakarta/site/docs/site/news/news-2006-q3.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/news-2006-q4.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2006-q4.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/news-2006-q4.html (original) +++ jakarta/site/docs/site/news/news-2006-q4.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/news-2007-q1.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2007-q1.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/news-2007-q1.html (original) +++ jakarta/site/docs/site/news/news-2007-q1.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/news/news-2007-q2.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2007-q2.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/news/news-2007-q2.html (original) +++ jakarta/site/docs/site/news/news-2007-q2.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/packageversioning.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/packageversioning.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/packageversioning.html (original) +++ jakarta/site/docs/site/packageversioning.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/pmc/01-01-17-meeting-minutes.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/01-01-17-meeting-minutes.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/pmc/01-01-17-meeting-minutes.html (original) +++ jakarta/site/docs/site/pmc/01-01-17-meeting-minutes.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/pmc/01-01-17-pictures.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/01-01-17-pictures.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/pmc/01-01-17-pictures.html (original) +++ jakarta/site/docs/site/pmc/01-01-17-pictures.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/pmc/01-03-19-meeting-agenda.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/01-03-19-meeting-agenda.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/pmc/01-03-19-meeting-agenda.html (original) +++ jakarta/site/docs/site/pmc/01-03-19-meeting-agenda.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/pmc/01-03-19-meeting-irclog.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/01-03-19-meeting-irclog.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/pmc/01-03-19-meeting-irclog.html (original) +++ jakarta/site/docs/site/pmc/01-03-19-meeting-irclog.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/pmc/01-03-19-meeting-summary.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/01-03-19-meeting-summary.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/pmc/01-03-19-meeting-summary.html (original) +++ jakarta/site/docs/site/pmc/01-03-19-meeting-summary.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/pmc/01-04-22-meeting-irclog.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/01-04-22-meeting-irclog.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/pmc/01-04-22-meeting-irclog.html (original) +++ jakarta/site/docs/site/pmc/01-04-22-meeting-irclog.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/pmc/02-01-30-elections.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/02-01-30-elections.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/pmc/02-01-30-elections.html (original) +++ jakarta/site/docs/site/pmc/02-01-30-elections.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/pmc/board-report-december2004.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/board-report-december2004.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/pmc/board-report-december2004.html (original) +++ jakarta/site/docs/site/pmc/board-report-december2004.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/pmc/board-report-december2005.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/board-report-december2005.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/pmc/board-report-december2005.html (original) +++ jakarta/site/docs/site/pmc/board-report-december2005.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/pmc/board-report-july2004.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/board-report-july2004.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/pmc/board-report-july2004.html (original) +++ jakarta/site/docs/site/pmc/board-report-july2004.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/pmc/board-report-june2005.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/board-report-june2005.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/pmc/board-report-june2005.html (original) +++ jakarta/site/docs/site/pmc/board-report-june2005.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/pmc/board-report-june2006.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/board-report-june2006.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/pmc/board-report-june2006.html (original) +++ jakarta/site/docs/site/pmc/board-report-june2006.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/pmc/board-report-march2004.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/board-report-march2004.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/pmc/board-report-march2004.html (original) +++ jakarta/site/docs/site/pmc/board-report-march2004.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/pmc/board-report-march2005.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/board-report-march2005.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/pmc/board-report-march2005.html (original) +++ jakarta/site/docs/site/pmc/board-report-march2005.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/pmc/board-report-march2006.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/board-report-march2006.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/pmc/board-report-march2006.html (original) +++ jakarta/site/docs/site/pmc/board-report-march2006.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/pmc/board-report-september2004.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/board-report-september2004.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/pmc/board-report-september2004.html (original) +++ jakarta/site/docs/site/pmc/board-report-september2004.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/pmc/board-report-september2005.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/board-report-september2005.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/pmc/board-report-september2005.html (original) +++ jakarta/site/docs/site/pmc/board-report-september2005.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/pmc/board-report-september2006.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/board-report-september2006.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/pmc/board-report-september2006.html (original) +++ jakarta/site/docs/site/pmc/board-report-september2006.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/pmc/board-reports.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/board-reports.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/pmc/board-reports.html (original) +++ jakarta/site/docs/site/pmc/board-reports.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/pmc/index.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/index.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/pmc/index.html (original) +++ jakarta/site/docs/site/pmc/index.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/proposal.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/proposal.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/proposal.html (original) +++ jakarta/site/docs/site/proposal.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/retired-projects.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/retired-projects.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/retired-projects.html (original) +++ jakarta/site/docs/site/retired-projects.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/roles.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/roles.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/roles.html (original) +++ jakarta/site/docs/site/roles.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/source.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/source.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/source.html (original) +++ jakarta/site/docs/site/source.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/understandingopensource.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/understandingopensource.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/understandingopensource.html (original) +++ jakarta/site/docs/site/understandingopensource.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/vendors.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/vendors.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/vendors.html (original) +++ jakarta/site/docs/site/vendors.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/versioning.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/versioning.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/versioning.html (original) +++ jakarta/site/docs/site/versioning.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/whoweare.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/whoweare.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/whoweare.html (original) +++ jakarta/site/docs/site/whoweare.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Jun 03 21:35:03 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80087 invoked from network); 3 Jun 2007 21:35:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Jun 2007 21:35:01 -0000 Received: (qmail 20668 invoked by uid 500); 3 Jun 2007 21:35:05 -0000 Delivered-To: [email protected] Received: (qmail 20635 invoked by uid 500); 3 Jun 2007 21:35:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Jakarta WebSite CVS List" <site-cvs.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20624 invoked by uid 99); 3 Jun 2007 21:35:05 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jun 2007 14:35:05 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jun 2007 14:34:58 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id E7EAD1A981D; Sun, 3 Jun 2007 14:34:37 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r543993 [1/2] - in /jakarta/site/docs: ./ site/ site/downloads/ site/news/ site/pmc/ Date: Sun, 03 Jun 2007 21:34:33 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.1.0 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: mvdb Date: Sun Jun 3 14:34:27 2007 New Revision: 543993 URL: http://svn.apache.org/viewvc?view=rev&rev=543993 Log: regenerated site with apachecon logo Modified: jakarta/site/docs/index.html jakarta/site/docs/site/bugs.html jakarta/site/docs/site/communication.html jakarta/site/docs/site/contact.html jakarta/site/docs/site/contributing.html jakarta/site/docs/site/cvsindex.html jakarta/site/docs/site/decisions.html jakarta/site/docs/site/dirlayout.html jakarta/site/docs/site/downloads/downloads_bcel.html jakarta/site/docs/site/downloads/downloads_bsf.html jakarta/site/docs/site/downloads/downloads_cactus.html jakarta/site/docs/site/downloads/downloads_commons-attributes.html jakarta/site/docs/site/downloads/downloads_commons-beanutils.html jakarta/site/docs/site/downloads/downloads_commons-betwixt.html jakarta/site/docs/site/downloads/downloads_commons-chain.html jakarta/site/docs/site/downloads/downloads_commons-cli.html jakarta/site/docs/site/downloads/downloads_commons-codec.html jakarta/site/docs/site/downloads/downloads_commons-collections.html jakarta/site/docs/site/downloads/downloads_commons-configuration.html jakarta/site/docs/site/downloads/downloads_commons-daemon.html jakarta/site/docs/site/downloads/downloads_commons-dbcp.html jakarta/site/docs/site/downloads/downloads_commons-dbutils.html jakarta/site/docs/site/downloads/downloads_commons-digester.html jakarta/site/docs/site/downloads/downloads_commons-discovery.html jakarta/site/docs/site/downloads/downloads_commons-el.html jakarta/site/docs/site/downloads/downloads_commons-email.html jakarta/site/docs/site/downloads/downloads_commons-fileupload.html jakarta/site/docs/site/downloads/downloads_commons-httpclient.html jakarta/site/docs/site/downloads/downloads_commons-io.html jakarta/site/docs/site/downloads/downloads_commons-jelly.html jakarta/site/docs/site/downloads/downloads_commons-jexl.html jakarta/site/docs/site/downloads/downloads_commons-jxpath.html jakarta/site/docs/site/downloads/downloads_commons-lang.html jakarta/site/docs/site/downloads/downloads_commons-latka.html jakarta/site/docs/site/downloads/downloads_commons-launcher.html jakarta/site/docs/site/downloads/downloads_commons-logging.html jakarta/site/docs/site/downloads/downloads_commons-math.html jakarta/site/docs/site/downloads/downloads_commons-modeler.html jakarta/site/docs/site/downloads/downloads_commons-net.html jakarta/site/docs/site/downloads/downloads_commons-pool.html jakarta/site/docs/site/downloads/downloads_commons-primitives.html jakarta/site/docs/site/downloads/downloads_commons-scxml.html jakarta/site/docs/site/downloads/downloads_commons-transaction.html jakarta/site/docs/site/downloads/downloads_commons-validator.html jakarta/site/docs/site/downloads/downloads_commons-vfs.html jakarta/site/docs/site/downloads/downloads_commons.html jakarta/site/docs/site/downloads/downloads_ecs.html jakarta/site/docs/site/downloads/downloads_httpcomponents-httpcore.html jakarta/site/docs/site/downloads/downloads_httpcomponents.html jakarta/site/docs/site/downloads/downloads_jcs.html jakarta/site/docs/site/downloads/downloads_jmeter.html jakarta/site/docs/site/downloads/downloads_oro.html jakarta/site/docs/site/downloads/downloads_poi.html jakarta/site/docs/site/downloads/downloads_regexp.html jakarta/site/docs/site/downloads/downloads_slide.html jakarta/site/docs/site/downloads/downloads_taglibs-application.html jakarta/site/docs/site/downloads/downloads_taglibs-benchmark.html jakarta/site/docs/site/downloads/downloads_taglibs-bsf.html jakarta/site/docs/site/downloads/downloads_taglibs-cache.html jakarta/site/docs/site/downloads/downloads_taglibs-datetime.html jakarta/site/docs/site/downloads/downloads_taglibs-dbtags.html jakarta/site/docs/site/downloads/downloads_taglibs-i18n.html jakarta/site/docs/site/downloads/downloads_taglibs-input.html jakarta/site/docs/site/downloads/downloads_taglibs-jmstags.html jakarta/site/docs/site/downloads/downloads_taglibs-jndi.html jakarta/site/docs/site/downloads/downloads_taglibs-log.html jakarta/site/docs/site/downloads/downloads_taglibs-mailer.html jakarta/site/docs/site/downloads/downloads_taglibs-page.html jakarta/site/docs/site/downloads/downloads_taglibs-random.html jakarta/site/docs/site/downloads/downloads_taglibs-rdc.html jakarta/site/docs/site/downloads/downloads_taglibs-regexp.html jakarta/site/docs/site/downloads/downloads_taglibs-request.html jakarta/site/docs/site/downloads/downloads_taglibs-response.html jakarta/site/docs/site/downloads/downloads_taglibs-scrape.html jakarta/site/docs/site/downloads/downloads_taglibs-session.html jakarta/site/docs/site/downloads/downloads_taglibs-standard-1.0.html jakarta/site/docs/site/downloads/downloads_taglibs-standard.html jakarta/site/docs/site/downloads/downloads_taglibs-string.html jakarta/site/docs/site/downloads/downloads_taglibs-ultradev4.html jakarta/site/docs/site/downloads/downloads_taglibs-utility.html jakarta/site/docs/site/downloads/downloads_taglibs-xsl.html jakarta/site/docs/site/downloads/downloads_taglibs-xtags.html jakarta/site/docs/site/downloads/downloads_taglibs.html jakarta/site/docs/site/downloads/downloads_turbine.html jakarta/site/docs/site/downloads/index.html jakarta/site/docs/site/getinvolved.html jakarta/site/docs/site/guidelines.html jakarta/site/docs/site/jakarta-site-tags-example.html jakarta/site/docs/site/jakarta-site2.html jakarta/site/docs/site/jspa-agreement.html jakarta/site/docs/site/jspa-position.html jakarta/site/docs/site/legal.html jakarta/site/docs/site/library.html jakarta/site/docs/site/mail.html jakarta/site/docs/site/mail2.html jakarta/site/docs/site/management.html jakarta/site/docs/site/newproject.html jakarta/site/docs/site/news/200206.html jakarta/site/docs/site/news/200207.html jakarta/site/docs/site/news/200208.html jakarta/site/docs/site/news/200209.html jakarta/site/docs/site/news/200210.html jakarta/site/docs/site/news/200211.html jakarta/site/docs/site/news/200212.html jakarta/site/docs/site/news/200301.html jakarta/site/docs/site/news/200303.html jakarta/site/docs/site/news/200305.html jakarta/site/docs/site/news/editor.html jakarta/site/docs/site/news/elsewhere-2002.html jakarta/site/docs/site/news/elsewhere-2003.html jakarta/site/docs/site/news/elsewhere-2004-1stHalf.html jakarta/site/docs/site/news/elsewhere-2004-2ndHalf.html jakarta/site/docs/site/news/index.html jakarta/site/docs/site/news/news-2000.html jakarta/site/docs/site/news/news-2001.html jakarta/site/docs/site/news/news-2002.html jakarta/site/docs/site/news/news-2003.html jakarta/site/docs/site/news/news-2004-1stHalf.html jakarta/site/docs/site/news/news-2004-2ndHalf.html jakarta/site/docs/site/news/news-2005-q1.html jakarta/site/docs/site/news/news-2005-q2.html jakarta/site/docs/site/news/news-2005-q3.html jakarta/site/docs/site/news/news-2005-q4.html jakarta/site/docs/site/news/news-2006-q1.html jakarta/site/docs/site/news/news-2006-q2.html jakarta/site/docs/site/news/news-2006-q3.html jakarta/site/docs/site/news/news-2006-q4.html jakarta/site/docs/site/news/news-2007-q1.html jakarta/site/docs/site/news/news-2007-q2.html jakarta/site/docs/site/packageversioning.html jakarta/site/docs/site/pmc/01-01-17-meeting-minutes.html jakarta/site/docs/site/pmc/01-01-17-pictures.html jakarta/site/docs/site/pmc/01-03-19-meeting-agenda.html jakarta/site/docs/site/pmc/01-03-19-meeting-irclog.html jakarta/site/docs/site/pmc/01-03-19-meeting-summary.html jakarta/site/docs/site/pmc/01-04-22-meeting-irclog.html jakarta/site/docs/site/pmc/02-01-30-elections.html jakarta/site/docs/site/pmc/board-report-december2004.html jakarta/site/docs/site/pmc/board-report-december2005.html jakarta/site/docs/site/pmc/board-report-july2004.html jakarta/site/docs/site/pmc/board-report-june2005.html jakarta/site/docs/site/pmc/board-report-june2006.html jakarta/site/docs/site/pmc/board-report-march2004.html jakarta/site/docs/site/pmc/board-report-march2005.html jakarta/site/docs/site/pmc/board-report-march2006.html jakarta/site/docs/site/pmc/board-report-september2004.html jakarta/site/docs/site/pmc/board-report-september2005.html jakarta/site/docs/site/pmc/board-report-september2006.html jakarta/site/docs/site/pmc/board-reports.html jakarta/site/docs/site/pmc/index.html jakarta/site/docs/site/proposal.html jakarta/site/docs/site/retired-projects.html jakarta/site/docs/site/roles.html jakarta/site/docs/site/source.html jakarta/site/docs/site/understandingopensource.html jakarta/site/docs/site/vendors.html jakarta/site/docs/site/versioning.html jakarta/site/docs/site/whoweare.html Modified: jakarta/site/docs/index.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/index.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/index.html (original) +++ jakarta/site/docs/index.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/bugs.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/bugs.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/bugs.html (original) +++ jakarta/site/docs/site/bugs.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/communication.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/communication.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/communication.html (original) +++ jakarta/site/docs/site/communication.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/contact.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/contact.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/contact.html (original) +++ jakarta/site/docs/site/contact.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/contributing.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/contributing.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/contributing.html (original) +++ jakarta/site/docs/site/contributing.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/cvsindex.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/cvsindex.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/cvsindex.html (original) +++ jakarta/site/docs/site/cvsindex.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/decisions.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/decisions.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/decisions.html (original) +++ jakarta/site/docs/site/decisions.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/dirlayout.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/dirlayout.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/dirlayout.html (original) +++ jakarta/site/docs/site/dirlayout.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_bcel.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_bcel.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_bcel.html (original) +++ jakarta/site/docs/site/downloads/downloads_bcel.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_bsf.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_bsf.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_bsf.html (original) +++ jakarta/site/docs/site/downloads/downloads_bsf.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_cactus.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_cactus.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_cactus.html (original) +++ jakarta/site/docs/site/downloads/downloads_cactus.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-attributes.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-attributes.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-attributes.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-attributes.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-beanutils.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-beanutils.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-beanutils.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-beanutils.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-betwixt.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-betwixt.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-betwixt.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-betwixt.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-chain.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-chain.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-chain.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-chain.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-cli.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-cli.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-cli.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-cli.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-codec.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-codec.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-codec.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-codec.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-collections.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-collections.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-collections.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-collections.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-configuration.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-configuration.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-configuration.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-configuration.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-daemon.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-daemon.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-daemon.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-daemon.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-dbcp.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-dbcp.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-dbcp.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-dbcp.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-dbutils.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-dbutils.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-dbutils.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-dbutils.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-digester.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-digester.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-digester.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-digester.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-discovery.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-discovery.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-discovery.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-discovery.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-el.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-el.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-el.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-el.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-email.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-email.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-email.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-email.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-fileupload.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-fileupload.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-fileupload.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-fileupload.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-httpclient.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-httpclient.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-httpclient.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-httpclient.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-io.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-io.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-io.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-io.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-jelly.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-jelly.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-jelly.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-jelly.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-jexl.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-jexl.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-jexl.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-jexl.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-jxpath.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-jxpath.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-jxpath.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-jxpath.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-lang.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-lang.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-lang.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-lang.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-latka.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-latka.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-latka.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-latka.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-launcher.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-launcher.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-launcher.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-launcher.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-logging.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-logging.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-logging.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-logging.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-math.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-math.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-math.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-math.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-modeler.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-modeler.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-modeler.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-modeler.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-net.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-net.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-net.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-net.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-pool.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-pool.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-pool.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-pool.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-primitives.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-primitives.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-primitives.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-primitives.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-scxml.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-scxml.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-scxml.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-scxml.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-transaction.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-transaction.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-transaction.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-transaction.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-validator.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-validator.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-validator.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-validator.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons-vfs.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-vfs.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-vfs.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-vfs.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_commons.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_ecs.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_ecs.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_ecs.html (original) +++ jakarta/site/docs/site/downloads/downloads_ecs.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_httpcomponents-httpcore.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_httpcomponents-httpcore.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_httpcomponents-httpcore.html (original) +++ jakarta/site/docs/site/downloads/downloads_httpcomponents-httpcore.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_httpcomponents.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_httpcomponents.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_httpcomponents.html (original) +++ jakarta/site/docs/site/downloads/downloads_httpcomponents.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_jcs.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_jcs.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_jcs.html (original) +++ jakarta/site/docs/site/downloads/downloads_jcs.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_jmeter.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_jmeter.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_jmeter.html (original) +++ jakarta/site/docs/site/downloads/downloads_jmeter.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_oro.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_oro.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_oro.html (original) +++ jakarta/site/docs/site/downloads/downloads_oro.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_poi.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_poi.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_poi.html (original) +++ jakarta/site/docs/site/downloads/downloads_poi.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_regexp.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_regexp.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_regexp.html (original) +++ jakarta/site/docs/site/downloads/downloads_regexp.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_slide.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_slide.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_slide.html (original) +++ jakarta/site/docs/site/downloads/downloads_slide.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-application.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-application.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-application.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-application.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-benchmark.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-benchmark.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-benchmark.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-benchmark.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-bsf.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-bsf.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-bsf.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-bsf.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-cache.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-cache.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-cache.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-cache.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-datetime.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-datetime.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-datetime.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-datetime.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-dbtags.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-dbtags.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-dbtags.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-dbtags.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-i18n.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-i18n.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-i18n.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-i18n.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-input.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-input.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-input.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-input.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-jmstags.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-jmstags.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-jmstags.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-jmstags.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-jndi.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-jndi.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-jndi.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-jndi.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-log.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-log.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-log.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-log.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-mailer.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-mailer.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-mailer.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-mailer.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-page.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-page.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-page.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-page.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-random.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-random.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-random.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-random.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-rdc.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-rdc.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-rdc.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-rdc.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-regexp.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-regexp.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-regexp.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-regexp.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-request.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-request.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-request.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-request.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-response.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-response.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-response.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-response.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-scrape.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-scrape.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-scrape.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-scrape.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-session.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-session.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-session.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-session.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-standard-1.0.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-standard-1.0.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-standard-1.0.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-standard-1.0.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-standard.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-standard.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-standard.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-standard.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-string.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-string.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-string.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-string.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-ultradev4.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-ultradev4.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-ultradev4.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-ultradev4.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-utility.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-utility.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-utility.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-utility.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-xsl.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-xsl.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-xsl.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-xsl.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-xtags.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-xtags.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-xtags.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-xtags.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_taglibs.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/downloads_turbine.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_turbine.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_turbine.html (original) +++ jakarta/site/docs/site/downloads/downloads_turbine.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/downloads/index.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/index.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/downloads/index.html (original) +++ jakarta/site/docs/site/downloads/index.html Sun Jun 3 14:34:27 2007 @@ -16,7 +16,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/getinvolved.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/getinvolved.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/getinvolved.html (original) +++ jakarta/site/docs/site/getinvolved.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/guidelines.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/guidelines.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/guidelines.html (original) +++ jakarta/site/docs/site/guidelines.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/jakarta-site-tags-example.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/jakarta-site-tags-example.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/jakarta-site-tags-example.html (original) +++ jakarta/site/docs/site/jakarta-site-tags-example.html Sun Jun 3 14:34:27 2007 @@ -19,7 +19,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/jakarta-site2.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/jakarta-site2.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/jakarta-site2.html (original) +++ jakarta/site/docs/site/jakarta-site2.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/jspa-agreement.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/jspa-agreement.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/jspa-agreement.html (original) +++ jakarta/site/docs/site/jspa-agreement.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/jspa-position.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/jspa-position.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/jspa-position.html (original) +++ jakarta/site/docs/site/jspa-position.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/legal.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/legal.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/legal.html (original) +++ jakarta/site/docs/site/legal.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/library.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/library.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/library.html (original) +++ jakarta/site/docs/site/library.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/mail.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/mail.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/mail.html (original) +++ jakarta/site/docs/site/mail.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/mail2.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/mail2.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/mail2.html (original) +++ jakarta/site/docs/site/mail2.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> Modified: jakarta/site/docs/site/management.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/management.html?view=diff&rev=543993&r1=543992&r2=543993 ============================================================================== --- jakarta/site/docs/site/management.html (original) +++ jakarta/site/docs/site/management.html Sun Jun 3 14:34:27 2007 @@ -18,7 +18,11 @@ <img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> -<td align="right"/> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> </tr> </table> <table border="0" width="100%" cellspacing="4"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Jun 03 21:55:44 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85018 invoked from network); 3 Jun 2007 21:55:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Jun 2007 21:55:43 -0000 Received: (qmail 35570 invoked by uid 500); 3 Jun 2007 21:55:47 -0000 Delivered-To: [email protected] Received: (qmail 35479 invoked by uid 500); 3 Jun 2007 21:55:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Jakarta WebSite CVS List" <site-cvs.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 35468 invoked by uid 99); 3 Jun 2007 21:55:47 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jun 2007 14:55:47 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jun 2007 14:55:43 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id E96E91A981A; Sun, 3 Jun 2007 14:55:22 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r543999 - /jakarta/site/docs/.htaccess Date: Sun, 03 Jun 2007 21:55:22 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.1.0 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: mvdb Date: Sun Jun 3 14:55:22 2007 New Revision: 543999 URL: http://svn.apache.org/viewvc?view=rev&rev=543999 Log: add redirect for hivemind Modified: jakarta/site/docs/.htaccess Modified: jakarta/site/docs/.htaccess URL: http://svn.apache.org/viewvc/jakarta/site/docs/.htaccess?view=diff&rev=543999&r1=543998&r2=543999 ============================================================================== --- jakarta/site/docs/.htaccess (original) +++ jakarta/site/docs/.htaccess Sun Jun 3 14:55:22 2007 @@ -52,6 +52,7 @@ Redirect Permanent /turbine/maven http://maven.apache.org Redirect Permanent /tapestry http://tapestry.apache.org Redirect Permanent /tapestry/3.0.4 http://tapestry.apache.org/tapestry3 +Redirect Permanent /hivemind http://hivemind.apache.org Redirect Permanent /commons/sandbox/sql http://db.apache.org/ddlutils --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 06 19:56:43 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76785 invoked from network); 6 Jun 2007 19:56:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Jun 2007 19:56:42 -0000 Received: (qmail 67232 invoked by uid 500); 6 Jun 2007 19:56:45 -0000 Delivered-To: [email protected] Received: (qmail 66837 invoked by uid 500); 6 Jun 2007 19:56:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Jakarta WebSite CVS List" <site-cvs.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 18395 invoked by uid 99); 6 Jun 2007 18:17:35 -0000 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r544907 - /jakarta/site/news.xml Date: Wed, 06 Jun 2007 18:17:10 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.1.0 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: tv Date: Wed Jun 6 11:17:09 2007 New Revision: 544907 URL: http://svn.apache.org/viewvc?view=rev&rev=544907 Log: Typo Modified: jakarta/site/news.xml Modified: jakarta/site/news.xml URL: http://svn.apache.org/viewvc/jakarta/site/news.xml?view=diff&rev=544907&r1=544906&r2=544907 ============================================================================== --- jakarta/site/news.xml (original) +++ jakarta/site/news.xml Wed Jun 6 11:17:09 2007 @@ -38,7 +38,7 @@ <release id="20070606.1" product="Jakarta JCS 1.3"> <p> Jakarta <a href="http://jakarta.apache.org/jcs/index.html">JCS</a> 1.3 is now available. JCS is a distributed caching system written - in Java. This release is the first oficial release of JCS under + in Java. This release is the first official release of JCS under the Jakarta Project.</p> <p> Apache Jakarta JCS is available in either binary or source form from the --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 06 19:57:00 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76915 invoked from network); 6 Jun 2007 19:56:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Jun 2007 19:56:59 -0000 Received: (qmail 67414 invoked by uid 500); 6 Jun 2007 19:57:03 -0000 Delivered-To: [email protected] Received: (qmail 67390 invoked by uid 500); 6 Jun 2007 19:57:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Jakarta WebSite CVS List" <site-cvs.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 31950 invoked by uid 99); 6 Jun 2007 16:24:32 -0000 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r544874 - in /jakarta/site: docs/index.html docs/site/downloads/downloads_jcs.cgi docs/site/downloads/downloads_jcs.html docs/site/downloads/index.html docs/site/news/news-2007-q2.html docs/site/rss.xml news.xml xdocs/downloads/downloads.xml Date: Wed, 06 Jun 2007 16:24:04 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.1.0 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: tv Date: Wed Jun 6 09:23:58 2007 New Revision: 544874 URL: http://svn.apache.org/viewvc?view=rev&rev=544874 Log: Add JCS release news and download-cgi Added: jakarta/site/docs/site/downloads/downloads_jcs.cgi Modified: jakarta/site/docs/index.html jakarta/site/docs/site/downloads/downloads_jcs.html jakarta/site/docs/site/downloads/index.html jakarta/site/docs/site/news/news-2007-q2.html jakarta/site/docs/site/rss.xml jakarta/site/news.xml jakarta/site/xdocs/downloads/downloads.xml Modified: jakarta/site/docs/index.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/index.html?view=diff&rev=544874&r1=544873&r2=544874 ============================================================================== --- jakarta/site/docs/index.html (original) +++ jakarta/site/docs/index.html Wed Jun 6 09:23:58 2007 @@ -178,6 +178,9 @@ </h4> <ul> <li> +<a href="site/news/news-2007-q2.html#20070606.1">06 June 2007 - <b>Jakarta JCS 1.3</b> Released </a> +</li> +<li> <a href="site/news/news-2007-q2.html#20070518.1">18 May 2007 - <b>Jakarta POI 3.0</b> Released </a> </li> <li> @@ -234,9 +237,6 @@ </li> <li> <a href="site/news/news-2006-q4.html#20061202.1">02 December 2006 - <b>Commons DbUtils 1.1</b> Released </a> -</li> -<li> -<a href="site/news/news-2006-q4.html#20061201.1">01 December 2006 - <b>Commons Validator 1.3.1</b> Released </a> </li> </ul> </div> Added: jakarta/site/docs/site/downloads/downloads_jcs.cgi URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_jcs.cgi?view=auto&rev=544874 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_jcs.cgi (added) +++ jakarta/site/docs/site/downloads/downloads_jcs.cgi Wed Jun 6 09:23:58 2007 @@ -0,0 +1,7 @@ +#!/bin/sh +# Wrapper script around mirrors.cgi script +# (we must change to that directory in order for python to pick up the +# python includes correctly) +cd /www/www.apache.org/dyn/mirrors +/www/www.apache.org/dyn/mirrors/mirrors.cgi $* + \ No newline at end of file Modified: jakarta/site/docs/site/downloads/downloads_jcs.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_jcs.html?view=diff&rev=544874&r1=544873&r2=544874 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_jcs.html (original) +++ jakarta/site/docs/site/downloads/downloads_jcs.html Wed Jun 6 09:23:58 2007 @@ -155,9 +155,44 @@ </div> <p> <div class="section-body"> -<p/> +<p>We recommend you use a mirror to download our release + builds, but you <strong>must</strong> verify the integrity of + the downloaded files using signatures downloaded from our main + distribution directories. Recent releases (48 hours) may not yet be available from the mirrors. </p> +<p>You are currently using <b>[preferred]</b>. If you + encounter a problem with this mirror, please select another + mirror. If all mirrors are failing, there are <i>backup</i> + mirrors (at the end of the mirrors list) that should be + available.<br/>[if-any logo]<a href="[link]"> +<img align="right" src="[logo]" border="0"/> +</a>[end]</p> +<p> +<form action="[location]" method="get" id="SelectMirror"> + Other mirrors: <select name="Preferred"> + [if-any http] + [for http]<option value="[http]">[http]</option>[end] + [end] + [if-any ftp] + [for ftp]<option value="[ftp]">[ftp]</option>[end] + [end] + [if-any backup] + [for backup]<option value="[backup]">[backup] (backup)</option>[end] + [end] + </select> +<input type="submit" value="Change"/> +</form> +</p> +<p> + The <code>KEYS</code> link links to the code signing keys used to sign the product. The <code>PGP</code> link downloads the OpenPGP compatible signature from our main site. + + The <code>MD5</code> link downloads the checksum from the main site. + </p> <p>For more information concerning JCS, see the <a href="http://jakarta.apache.org/jcs/" class="name">JCS</a> site. </p> -<div class="links"/> +<div class="links"> +<span class="link"> +<a href="http://www.apache.org/dist/jakarta/jcs/KEYS">KEYS</a> +</span> +</div> <ul class="downloads"> <li class="group"> <div class="links"> @@ -165,12 +200,49 @@ </div> <ul> <li class="download"> -<a href="http://svn.apache.org/viewvc/jakarta/jcs/trunk/tempbuild/jcs-1.2.5-dev.jar">1.2.5-dev.jar</a> +<a href="[preferred]/jakarta/jcs/binaries/jcs-1.3.tar.gz">1.3.tar.gz</a> +<ul class="attributes"> +<li> +<span class="md5">[<a href="http://www.apache.org/dist/jakarta/jcs/binaries/jcs-1.3.tar.gz.md5">md5</a>]</span> +<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/jcs/binaries/jcs-1.3.tar.gz.asc">pgp</a>]</span> +</li> +</ul> +</li> +<li class="download"> +<a href="[preferred]/jakarta/jcs/binaries/jcs-1.3.zip">1.3.zip</a> +<ul class="attributes"> +<li> +<span class="md5">[<a href="http://www.apache.org/dist/jakarta/jcs/binaries/jcs-1.3.zip.md5">md5</a>]</span> +<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/jcs/binaries/jcs-1.3.zip.asc">pgp</a>]</span> +</li> +</ul> +</li> +</ul> +</li> +<li class="group"> +<div class="links"> +<span class="label">Source</span> +</div> +<ul> +<li class="download"> +<a href="[preferred]/jakarta/jcs/source/jcs-1.3-src.tar.gz">1.3-src.tar.gz</a> +<ul class="attributes"> +<li> +<span class="md5">[<a href="http://www.apache.org/dist/jakarta/jcs/source/jcs-1.3-src.tar.gz.md5">md5</a>]</span> +<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/jcs/source/jcs-1.3-src.tar.gz.asc">pgp</a>]</span> </li> </ul> </li> <li class="download"> -<a href="http://svn.apache.org/viewvc/jakarta/jcs/trunk/tempbuild/">browse download area</a> +<a href="[preferred]/jakarta/jcs/source/jcs-1.3-src.zip">1.3-src.zip</a> +<ul class="attributes"> +<li> +<span class="md5">[<a href="http://www.apache.org/dist/jakarta/jcs/source/jcs-1.3-src.zip.md5">md5</a>]</span> +<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/jcs/source/jcs-1.3-src.zip.asc">pgp</a>]</span> +</li> +</ul> +</li> +</ul> </li> </ul> </div> Modified: jakarta/site/docs/site/downloads/index.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/index.html?view=diff&rev=544874&r1=544873&r2=544874 ============================================================================== --- jakarta/site/docs/site/downloads/index.html (original) +++ jakarta/site/docs/site/downloads/index.html Wed Jun 6 09:23:58 2007 @@ -194,8 +194,8 @@ <li class="tiered_project"> <a href="downloads_httpcomponents.html">HttpComponents</a> </li> -<li class="unmirrored_project"> -<a href="downloads_jcs.html">JCS</a> +<li class="project"> +<a href="downloads_jcs.cgi">JCS</a> </li> <li class="project"> <a href="downloads_jmeter.cgi">JMeter</a> Modified: jakarta/site/docs/site/news/news-2007-q2.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2007-q2.html?view=diff&rev=544874&r1=544873&r2=544874 ============================================================================== --- jakarta/site/docs/site/news/news-2007-q2.html (original) +++ jakarta/site/docs/site/news/news-2007-q2.html Wed Jun 6 09:23:58 2007 @@ -157,6 +157,17 @@ </div> <p> <div class="section-body"> +<a name="20070606.1"> +<h3 xml:space="preserve">06 June 2007 - Jakarta JCS 1.3 released </h3> +</a> +<p> Jakarta <a href="http://jakarta.apache.org/jcs/index.html">JCS</a> + 1.3 is now available. JCS is a distributed caching system written + in Java. This release is the first oficial release of JCS under + the Jakarta Project.</p> +<p> Apache Jakarta JCS is available in either binary or source + form from the + <a href="http://jakarta.apache.org/jcs/DownloadPage.html">JCS download page</a>.</p> +<hr noshade="noshade" size="1"/> <a name="20070518.1"> <h3 xml:space="preserve">18 May 2007 - Jakarta POI 3.0 released </h3> </a> Modified: jakarta/site/docs/site/rss.xml URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/rss.xml?view=diff&rev=544874&r1=544873&r2=544874 ============================================================================== --- jakarta/site/docs/site/rss.xml (original) +++ jakarta/site/docs/site/rss.xml Wed Jun 6 09:23:58 2007 @@ -11,6 +11,19 @@ </image> <description>News and product releases from Apache's Jakarta Project</description> <item> +<title>Jakarta JCS 1.3 Released </title> +<link>http://jakarta.apache.org/site/news/news-2007-q2.html#20070606.1</link> +<description> + Jakarta JCS + 1.3 is now available. JCS is a distributed caching system written + in Java. This release is the first oficial release of JCS under + the Jakarta Project. + Apache Jakarta JCS is available in either binary or source + form from the + JCS download page. + </description> +</item> +<item> <title>Jakarta POI 3.0 Released </title> <link>http://jakarta.apache.org/site/news/news-2007-q2.html#20070518.1</link> <description> Modified: jakarta/site/news.xml URL: http://svn.apache.org/viewvc/jakarta/site/news.xml?view=diff&rev=544874&r1=544873&r2=544874 ============================================================================== --- jakarta/site/news.xml (original) +++ jakarta/site/news.xml Wed Jun 6 09:23:58 2007 @@ -35,6 +35,15 @@ <!-- @id must be formatted as YYYYMMDD.x. The output date is formatted from the id. It is also used for sorting. --> <group id="2007-q2" title="2007 Apr-Jun"> + <release id="20070606.1" product="Jakarta JCS 1.3"> + <p> Jakarta <a href="http://jakarta.apache.org/jcs/index.html">JCS</a> + 1.3 is now available. JCS is a distributed caching system written + in Java. This release is the first oficial release of JCS under + the Jakarta Project.</p> + <p> Apache Jakarta JCS is available in either binary or source + form from the + <a href="http://jakarta.apache.org/jcs/DownloadPage.html">JCS download page</a>.</p> + </release> <release id="20070518.1" product="Jakarta POI 3.0"> <p> Jakarta <a href="http://jakarta.apache.org/poi/index.html">POI</a> 3.0 is now available. This release contains numerous bug Modified: jakarta/site/xdocs/downloads/downloads.xml URL: http://svn.apache.org/viewvc/jakarta/site/xdocs/downloads/downloads.xml?view=diff&rev=544874&r1=544873&r2=544874 ============================================================================== --- jakarta/site/xdocs/downloads/downloads.xml (original) +++ jakarta/site/xdocs/downloads/downloads.xml Wed Jun 6 09:23:58 2007 @@ -587,11 +587,15 @@ </project> <project id="jcs" name="JCS" href="http://jakarta.apache.org/jcs/"> - <downloads primary="http://svn.apache.org/viewvc/" mirrored="false" md5-text="false" pgp-text="false"> + <downloads keys="jakarta/jcs/KEYS" primary="http://www.apache.org/dist/" mirrored="true"> <group label="Binary"> - <download name="1.2.5-dev.jar" href="jakarta/jcs/trunk/tempbuild/jcs-1.2.5-dev.jar" md5="false" pgp="false"/> + <download name="1.3.tar.gz" href="jakarta/jcs/binaries/jcs-1.3.tar.gz" md5="true" pgp="true"/> + <download name="1.3.zip" href="jakarta/jcs/binaries/jcs-1.3.zip" md5="true" pgp="true"/> + </group> + <group label="Source"> + <download name="1.3-src.tar.gz" href="jakarta/jcs/source/jcs-1.3-src.tar.gz" md5="true" pgp="true"/> + <download name="1.3-src.zip" href="jakarta/jcs/source/jcs-1.3-src.zip" md5="true" pgp="true"/> </group> - <download name="browse download area" href="jakarta/jcs/trunk/tempbuild/" directory="true"/> </downloads> </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 06 21:40:18 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19540 invoked from network); 6 Jun 2007 21:40:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Jun 2007 21:40:17 -0000 Received: (qmail 99198 invoked by uid 500); 6 Jun 2007 21:40:20 -0000 Delivered-To: [email protected] Received: (qmail 99168 invoked by uid 500); 6 Jun 2007 21:40:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Jakarta WebSite CVS List" <site-cvs.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 99157 invoked by uid 99); 6 Jun 2007 21:40:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2007 14:40:20 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2007 14:40:16 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id D517C1A981C; Wed, 6 Jun 2007 14:39:55 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r544968 - /jakarta/site/docs/site/downloads/downloads_jcs.cgi Date: Wed, 06 Jun 2007 21:39:55 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.1.0 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Wed Jun 6 14:39:55 2007 New Revision: 544968 URL: http://svn.apache.org/viewvc?view=rev&rev=544968 Log: CGI files need to be executable Modified: jakarta/site/docs/site/downloads/downloads_jcs.cgi (props changed) Propchange: jakarta/site/docs/site/downloads/downloads_jcs.cgi ------------------------------------------------------------------------------ svn:executable = * --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jun 07 06:59:57 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14081 invoked from network); 7 Jun 2007 06:59:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Jun 2007 06:59:57 -0000 Received: (qmail 29940 invoked by uid 500); 7 Jun 2007 06:59:53 -0000 Delivered-To: [email protected] Received: (qmail 29889 invoked by uid 500); 7 Jun 2007 06:59:53 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Jakarta WebSite CVS List" <site-cvs.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 4134 invoked by uid 99); 7 Jun 2007 02:06:24 -0000 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r545022 - in /jakarta/site: docs/index.html docs/site/news/news-2007-q2.html docs/site/rss.xml news.xml Date: Thu, 07 Jun 2007 02:05:59 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.1.0 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: seade Date: Wed Jun 6 19:05:58 2007 New Revision: 545022 URL: http://svn.apache.org/viewvc?view=rev&rev=545022 Log: Added news item for Turbine TLP move. Modified: jakarta/site/docs/index.html jakarta/site/docs/site/news/news-2007-q2.html jakarta/site/docs/site/rss.xml jakarta/site/news.xml Modified: jakarta/site/docs/index.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/index.html?view=diff&rev=545022&r1=545021&r2=545022 ============================================================================== --- jakarta/site/docs/index.html (original) +++ jakarta/site/docs/index.html Wed Jun 6 19:05:58 2007 @@ -178,6 +178,10 @@ </h4> <ul> <li> +<a href="site/news/news-2007-q2.html#20070607.1">07 June 2007 - <b>Turbine TLP move</b> +</a> +</li> +<li> <a href="site/news/news-2007-q2.html#20070606.1">06 June 2007 - <b>Jakarta JCS 1.3</b> Released </a> </li> <li> @@ -234,9 +238,6 @@ </li> <li> <a href="site/news/news-2006-q4.html#20061203.1">03 December 2006 - <b>Commons Discovery 0.4</b> Released </a> -</li> -<li> -<a href="site/news/news-2006-q4.html#20061202.1">02 December 2006 - <b>Commons DbUtils 1.1</b> Released </a> </li> </ul> </div> Modified: jakarta/site/docs/site/news/news-2007-q2.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2007-q2.html?view=diff&rev=545022&r1=545021&r2=545022 ============================================================================== --- jakarta/site/docs/site/news/news-2007-q2.html (original) +++ jakarta/site/docs/site/news/news-2007-q2.html Wed Jun 6 19:05:58 2007 @@ -157,12 +157,23 @@ </div> <p> <div class="section-body"> +<a name="20070607.1"> +<h3 xml:space="preserve">07 June 2007 - Turbine TLP move</h3> +</a> +<p> + Turbine has moved to a TLP at its new address, + <a href="http://turbine.apache.org">http://turbine.apache.org</a>. + </p> +<p> + Turbine is a Java Servlet Web Application Framework and associated component library. + </p> +<hr noshade="noshade" size="1"/> <a name="20070606.1"> <h3 xml:space="preserve">06 June 2007 - Jakarta JCS 1.3 released </h3> </a> <p> Jakarta <a href="http://jakarta.apache.org/jcs/index.html">JCS</a> 1.3 is now available. JCS is a distributed caching system written - in Java. This release is the first oficial release of JCS under + in Java. This release is the first official release of JCS under the Jakarta Project.</p> <p> Apache Jakarta JCS is available in either binary or source form from the Modified: jakarta/site/docs/site/rss.xml URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/rss.xml?view=diff&rev=545022&r1=545021&r2=545022 ============================================================================== --- jakarta/site/docs/site/rss.xml (original) +++ jakarta/site/docs/site/rss.xml Wed Jun 6 19:05:58 2007 @@ -11,12 +11,25 @@ </image> <description>News and product releases from Apache's Jakarta Project</description> <item> +<title>Turbine TLP move</title> +<link>http://jakarta.apache.org/site/news/news-2007-q2.html#20070607.1</link> +<description> + + Turbine has moved to a TLP at its new address, + http://turbine.apache.org. + + + Turbine is a Java Servlet Web Application Framework and associated component library. + + </description> +</item> +<item> <title>Jakarta JCS 1.3 Released </title> <link>http://jakarta.apache.org/site/news/news-2007-q2.html#20070606.1</link> <description> Jakarta JCS 1.3 is now available. JCS is a distributed caching system written - in Java. This release is the first oficial release of JCS under + in Java. This release is the first official release of JCS under the Jakarta Project. Apache Jakarta JCS is available in either binary or source form from the Modified: jakarta/site/news.xml URL: http://svn.apache.org/viewvc/jakarta/site/news.xml?view=diff&rev=545022&r1=545021&r2=545022 ============================================================================== --- jakarta/site/news.xml (original) +++ jakarta/site/news.xml Wed Jun 6 19:05:58 2007 @@ -35,6 +35,15 @@ <!-- @id must be formatted as YYYYMMDD.x. The output date is formatted from the id. It is also used for sorting. --> <group id="2007-q2" title="2007 Apr-Jun"> + <item id="20070607.1" title="Turbine TLP move"> + <p> + Turbine has moved to a TLP at its new address, + <a href="http://turbine.apache.org">http://turbine.apache.org</a>. + </p> + <p> + Turbine is a Java Servlet Web Application Framework and associated component library. + </p> + </item> <release id="20070606.1" product="Jakarta JCS 1.3"> <p> Jakarta <a href="http://jakarta.apache.org/jcs/index.html">JCS</a> 1.3 is now available. JCS is a distributed caching system written --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jun 08 21:55:49 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10575 invoked from network); 8 Jun 2007 21:55:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Jun 2007 21:55:49 -0000 Received: (qmail 39696 invoked by uid 500); 8 Jun 2007 21:55:52 -0000 Delivered-To: [email protected] Received: (qmail 39667 invoked by uid 500); 8 Jun 2007 21:55:52 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Jakarta WebSite CVS List" <site-cvs.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 39655 invoked by uid 99); 8 Jun 2007 21:55:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2007 14:55:52 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2007 14:55:43 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 3BD891A981D; Fri, 8 Jun 2007 14:55:23 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r545647 [2/2] - in /jakarta/site: ./ docs/ docs/site/ docs/site/downloads/ docs/site/news/ docs/site/pmc/ xdocs/ xdocs/downloads/ xdocs/site/ xdocs/stylesheets/ Date: Fri, 08 Jun 2007 21:55:18 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.1.0 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Modified: jakarta/site/docs/site/mail2.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/mail2.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/mail2.html (original) +++ jakarta/site/docs/site/mail2.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../oro/index.html">ORO</a> </li> <li> -<a href="../poi/index.html">POI</a> -</li> -<li> <a href="../regexp/index.html">Regexp</a> </li> <li> @@ -125,6 +122,9 @@ <a href="http://maven.apache.org/">Maven</a> </li> <li> +<a href="../poi/index.html">POI</a> +</li> +<li> <a href="http://portals.apache.org/">Portals</a> </li> <li> @@ -237,29 +237,21 @@ <a href="#ORO">ORO</a> </td> <td> -<a href="#POI">POI</a> +<a href="#Regexp">Regexp</a> </td> </tr> <tr> <td/> <td> -<a href="#Regexp">Regexp</a> -</td> -<td> <a href="#Slide">Slide</a> </td> <td> <a href="#Taglibs">Taglibs</a> </td> +<td/> </tr> <tr> <td/> -<td> -<a href="#Turbine">Turbine</a> -</td> -<td> -<a href="#Velocity">Velocity</a> -</td> </tr> <tr> <td/> @@ -748,51 +740,6 @@ </div> <div class="section"> <div class="section-header"> -<a name="POI"> -<strong>POI</strong> -</a> -</div> -<p> -<div class="section-body"> -<p> -<b>The POI User List</b> -<br/> -<b>Low Traffic</b> -<a href="mailto:[email protected]">Subscribe</a> -<a href="mailto:[email protected]">Unsubscribe</a> -<a href="mail.html">Guidelines</a> -<a href="http://mail-archives.apache.org/mod_mbox/jakarta-poi-user/">Archive</a> - -<a href="http://news.gmane.org/thread.php?group=gmane.comp.jakarta.poi.user">gmane.org</a> -</p> -<p> -This list is for users of POI to ask questions, share knowledge, -and discuss issues. POI developers are also expected to be lurking -on this list to offer support to users of POI. -</p> -<p> -<b>The POI Developer List</b> -<br/> -<b>Medium Traffic</b> -<a href="mailto:[email protected]">Subscribe</a> -<a href="mailto:[email protected]">Unsubscribe</a> -<a href="mail.html">Guidelines</a> -<a href="http://mail-archives.apache.org/mod_mbox/jakarta-poi-dev/">Archive</a> - -<a href="http://news.gmane.org/thread.php?group=gmane.comp.jakarta.poi.devel">gmane.org</a> -</p> -<p> -This is the list where participating developers of the POI project -meet and discuss issues, code changes/additions, etc. Subscribers to -this list also get notices of each and every code change, build -results, testing notices, etc. <b>Do not send mail to this list with -usage questions or configuration problems</b> -</p> -</div> -</p> -</div> -<div class="section"> -<div class="section-header"> <a name="Regexp"> <strong>Regexp</strong> </a> @@ -918,111 +865,6 @@ changes, and accept offers of new custom tag libraries to be contributed. Subscribers to this list will also get notices of every CVS checkin of new or changed code modules. -</p> -</div> -</p> -</div> -<div class="section"> -<div class="section-header"> -<a name="Turbine"> -<strong>Turbine</strong> -</a> -</div> -<p> -<div class="section-body"> -<p> -<b>The Turbine User List</b> -<br/> -<b>High Traffic</b> -<a href="mailto:[email protected]">Subscribe</a> -<a href="mailto:[email protected]">Unsubscribe</a> -<a href="mail.html">Guidelines</a> - -<a href="http://mail-archives.apache.org/mod_mbox/jakarta-turbine-user/">Archive</a> -</p> -<p> -This is the list where users of Turbine meet and discuss -issues. Developers are also expected to be lurking on this list to -offer support to users of Turbine. -</p> -<p> -<b>The Turbine Developer List</b> -<br/> -<b>High Traffic</b> -<a href="mailto:[email protected]">Subscribe</a> -<a href="mailto:[email protected]">Unsubscribe</a> -<a href="mail.html">Guidelines</a> - -<a href="http://mail-archives.apache.org/mod_mbox/jakarta-turbine-dev/">Archive</a> -</p> -<p> -This is the list where participating developers of the Turbine -Project meet and discuss issues, code changes/additions, etc. Subscribers -to this list get notices of each and every code change, build results, -testing notices, etc. <b>Do not send mail to -this list with usage questions or configuration problems</b> --- that's what turbine-user is for. -</p> -<p> -<b>The Turbine TDK Developer List</b> -<br/> -<b>Medium Traffic</b> -<a href="mailto:[email protected]">Subscribe</a> -<a href="mailto:[email protected]">Unsubscribe</a> -<a href="mail.html">Guidelines</a> - -<a href="http://mail-archives.apache.org/mod_mbox/jakarta-turbine-tdk-dev/">Archive</a> -</p> -<p> -This list is where discussion of the Turbine TDK development occurs. -</p> -<p> -<b>Note:</b> JCS is now a full Jakarta <a href="#JCS">subproject</a>. -</p> -<p> -<b>Note:</b> Torque is now under <a href="http://db.apache.org/">the Apache DB Project</a>. -</p> -</div> -</p> -</div> -<div class="section"> -<div class="section-header"> -<a name="Velocity"> -<strong>Velocity</strong> -</a> -</div> -<p> -<div class="section-body"> -<p> -<b>Velocity User List</b> -<br/> -<b>Medium Traffic</b> -<a href="mailto:[email protected]">Subscribe</a> -<a href="mailto:[email protected]">Unsubscribe</a> -<a href="mail.html">Guidelines</a> - -<a href="http://mail-archives.apache.org/mod_mbox/jakarta-velocity-user/">Archive</a> -</p> -<p> -This is the list where participating developers of Velocity -meet and discuss issues. Developers are also expected to be lurking on -this list to offer support to users of Velocity. -</p> -<p> -<b>Velocity Developer List</b> -<br/> -<b>Medium Traffic</b> -<a href="mailto:[email protected]">Subscribe</a> -<a href="mailto:[email protected]">Unsubscribe</a> -<a href="mail.html">Guidelines</a> - -<a href="http://mail-archives.apache.org/mod_mbox/jakarta-velocity-dev/">Archive</a> -</p> -<p> -This is the list where participating developers of Velocity -meet and discuss issues, code changes/additions, etc. Subscribers to this -list get notices of each and every code change, build results, testing -notices, etc. </p> </div> </p> Modified: jakarta/site/docs/site/management.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/management.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/management.html (original) +++ jakarta/site/docs/site/management.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../oro/index.html">ORO</a> </li> <li> -<a href="../poi/index.html">POI</a> -</li> -<li> <a href="../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/newproject.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/newproject.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/newproject.html (original) +++ jakarta/site/docs/site/newproject.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../oro/index.html">ORO</a> </li> <li> -<a href="../poi/index.html">POI</a> -</li> -<li> <a href="../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/200206.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/200206.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/200206.html (original) +++ jakarta/site/docs/site/news/200206.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/200207.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/200207.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/200207.html (original) +++ jakarta/site/docs/site/news/200207.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/200208.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/200208.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/200208.html (original) +++ jakarta/site/docs/site/news/200208.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/200209.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/200209.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/200209.html (original) +++ jakarta/site/docs/site/news/200209.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/200210.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/200210.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/200210.html (original) +++ jakarta/site/docs/site/news/200210.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/200211.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/200211.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/200211.html (original) +++ jakarta/site/docs/site/news/200211.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/200212.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/200212.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/200212.html (original) +++ jakarta/site/docs/site/news/200212.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/200301.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/200301.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/200301.html (original) +++ jakarta/site/docs/site/news/200301.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/200303.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/200303.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/200303.html (original) +++ jakarta/site/docs/site/news/200303.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/200305.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/200305.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/200305.html (original) +++ jakarta/site/docs/site/news/200305.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/editor.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/editor.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/editor.html (original) +++ jakarta/site/docs/site/news/editor.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/elsewhere-2002.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/elsewhere-2002.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/elsewhere-2002.html (original) +++ jakarta/site/docs/site/news/elsewhere-2002.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/elsewhere-2003.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/elsewhere-2003.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/elsewhere-2003.html (original) +++ jakarta/site/docs/site/news/elsewhere-2003.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/elsewhere-2004-1stHalf.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/elsewhere-2004-1stHalf.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/elsewhere-2004-1stHalf.html (original) +++ jakarta/site/docs/site/news/elsewhere-2004-1stHalf.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/elsewhere-2004-2ndHalf.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/elsewhere-2004-2ndHalf.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/elsewhere-2004-2ndHalf.html (original) +++ jakarta/site/docs/site/news/elsewhere-2004-2ndHalf.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/index.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/index.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/index.html (original) +++ jakarta/site/docs/site/news/index.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/news-2000.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2000.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/news-2000.html (original) +++ jakarta/site/docs/site/news/news-2000.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/news-2001.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2001.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/news-2001.html (original) +++ jakarta/site/docs/site/news/news-2001.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/news-2002.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2002.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/news-2002.html (original) +++ jakarta/site/docs/site/news/news-2002.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/news-2003.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2003.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/news-2003.html (original) +++ jakarta/site/docs/site/news/news-2003.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/news-2004-1stHalf.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2004-1stHalf.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/news-2004-1stHalf.html (original) +++ jakarta/site/docs/site/news/news-2004-1stHalf.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/news-2004-2ndHalf.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2004-2ndHalf.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/news-2004-2ndHalf.html (original) +++ jakarta/site/docs/site/news/news-2004-2ndHalf.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/news-2005-q1.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2005-q1.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/news-2005-q1.html (original) +++ jakarta/site/docs/site/news/news-2005-q1.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/news-2005-q2.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2005-q2.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/news-2005-q2.html (original) +++ jakarta/site/docs/site/news/news-2005-q2.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/news-2005-q3.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2005-q3.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/news-2005-q3.html (original) +++ jakarta/site/docs/site/news/news-2005-q3.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/news-2005-q4.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2005-q4.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/news-2005-q4.html (original) +++ jakarta/site/docs/site/news/news-2005-q4.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/news-2006-q1.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2006-q1.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/news-2006-q1.html (original) +++ jakarta/site/docs/site/news/news-2006-q1.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/news-2006-q2.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2006-q2.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/news-2006-q2.html (original) +++ jakarta/site/docs/site/news/news-2006-q2.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/news-2006-q3.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2006-q3.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/news-2006-q3.html (original) +++ jakarta/site/docs/site/news/news-2006-q3.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/news-2006-q4.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2006-q4.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/news-2006-q4.html (original) +++ jakarta/site/docs/site/news/news-2006-q4.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/news-2007-q1.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2007-q1.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/news-2007-q1.html (original) +++ jakarta/site/docs/site/news/news-2007-q1.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/news/news-2007-q2.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2007-q2.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/news/news-2007-q2.html (original) +++ jakarta/site/docs/site/news/news-2007-q2.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -125,6 +122,9 @@ <a href="http://maven.apache.org/">Maven</a> </li> <li> +<a href="../../poi/index.html">POI</a> +</li> +<li> <a href="http://portals.apache.org/">Portals</a> </li> <li> @@ -157,6 +157,17 @@ </div> <p> <div class="section-body"> +<a name="20070608.1"> +<h3 xml:space="preserve">08 June 2007 - POI TLP move</h3> +</a> +<p> + POI has moved to a TLP at its new address, + <a href="http://poi.apache.org">http://poi.apache.org</a>. + </p> +<p> + POI is a Java API for accessing Microsoft format files. + </p> +<hr noshade="noshade" size="1"/> <a name="20070607.1"> <h3 xml:space="preserve">07 June 2007 - Turbine TLP move</h3> </a> Modified: jakarta/site/docs/site/packageversioning.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/packageversioning.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/packageversioning.html (original) +++ jakarta/site/docs/site/packageversioning.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../oro/index.html">ORO</a> </li> <li> -<a href="../poi/index.html">POI</a> -</li> -<li> <a href="../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/pmc/01-01-17-meeting-minutes.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/01-01-17-meeting-minutes.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/pmc/01-01-17-meeting-minutes.html (original) +++ jakarta/site/docs/site/pmc/01-01-17-meeting-minutes.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/pmc/01-01-17-pictures.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/01-01-17-pictures.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/pmc/01-01-17-pictures.html (original) +++ jakarta/site/docs/site/pmc/01-01-17-pictures.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/pmc/01-03-19-meeting-agenda.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/01-03-19-meeting-agenda.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/pmc/01-03-19-meeting-agenda.html (original) +++ jakarta/site/docs/site/pmc/01-03-19-meeting-agenda.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/pmc/01-03-19-meeting-irclog.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/01-03-19-meeting-irclog.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/pmc/01-03-19-meeting-irclog.html (original) +++ jakarta/site/docs/site/pmc/01-03-19-meeting-irclog.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/pmc/01-03-19-meeting-summary.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/01-03-19-meeting-summary.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/pmc/01-03-19-meeting-summary.html (original) +++ jakarta/site/docs/site/pmc/01-03-19-meeting-summary.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/pmc/01-04-22-meeting-irclog.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/01-04-22-meeting-irclog.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/pmc/01-04-22-meeting-irclog.html (original) +++ jakarta/site/docs/site/pmc/01-04-22-meeting-irclog.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/pmc/02-01-30-elections.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/02-01-30-elections.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/pmc/02-01-30-elections.html (original) +++ jakarta/site/docs/site/pmc/02-01-30-elections.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/pmc/board-report-december2004.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/board-report-december2004.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/pmc/board-report-december2004.html (original) +++ jakarta/site/docs/site/pmc/board-report-december2004.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/pmc/board-report-december2005.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/board-report-december2005.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/pmc/board-report-december2005.html (original) +++ jakarta/site/docs/site/pmc/board-report-december2005.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/pmc/board-report-july2004.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/board-report-july2004.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/pmc/board-report-july2004.html (original) +++ jakarta/site/docs/site/pmc/board-report-july2004.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/pmc/board-report-june2005.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/board-report-june2005.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/pmc/board-report-june2005.html (original) +++ jakarta/site/docs/site/pmc/board-report-june2005.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/pmc/board-report-june2006.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/board-report-june2006.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/pmc/board-report-june2006.html (original) +++ jakarta/site/docs/site/pmc/board-report-june2006.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/pmc/board-report-march2004.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/board-report-march2004.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/pmc/board-report-march2004.html (original) +++ jakarta/site/docs/site/pmc/board-report-march2004.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/pmc/board-report-march2005.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/board-report-march2005.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/pmc/board-report-march2005.html (original) +++ jakarta/site/docs/site/pmc/board-report-march2005.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/pmc/board-report-march2006.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/board-report-march2006.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/pmc/board-report-march2006.html (original) +++ jakarta/site/docs/site/pmc/board-report-march2006.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/pmc/board-report-september2004.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/board-report-september2004.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/pmc/board-report-september2004.html (original) +++ jakarta/site/docs/site/pmc/board-report-september2004.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/pmc/board-report-september2005.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/board-report-september2005.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/pmc/board-report-september2005.html (original) +++ jakarta/site/docs/site/pmc/board-report-september2005.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/pmc/board-report-september2006.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/board-report-september2006.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/pmc/board-report-september2006.html (original) +++ jakarta/site/docs/site/pmc/board-report-september2006.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/pmc/board-reports.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/board-reports.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/pmc/board-reports.html (original) +++ jakarta/site/docs/site/pmc/board-reports.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/pmc/index.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/index.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/pmc/index.html (original) +++ jakarta/site/docs/site/pmc/index.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/proposal.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/proposal.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/proposal.html (original) +++ jakarta/site/docs/site/proposal.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../oro/index.html">ORO</a> </li> <li> -<a href="../poi/index.html">POI</a> -</li> -<li> <a href="../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/retired-projects.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/retired-projects.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/retired-projects.html (original) +++ jakarta/site/docs/site/retired-projects.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../oro/index.html">ORO</a> </li> <li> -<a href="../poi/index.html">POI</a> -</li> -<li> <a href="../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/roles.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/roles.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/roles.html (original) +++ jakarta/site/docs/site/roles.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../oro/index.html">ORO</a> </li> <li> -<a href="../poi/index.html">POI</a> -</li> -<li> <a href="../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/rss.xml URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/rss.xml?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/rss.xml (original) +++ jakarta/site/docs/site/rss.xml Fri Jun 8 14:55:12 2007 @@ -11,6 +11,19 @@ </image> <description>News and product releases from Apache's Jakarta Project</description> <item> +<title>POI TLP move</title> +<link>http://jakarta.apache.org/site/news/news-2007-q2.html#20070608.1</link> +<description> + + POI has moved to a TLP at its new address, + http://poi.apache.org. + + + POI is a Java API for accessing Microsoft format files. + + </description> +</item> +<item> <title>Turbine TLP move</title> <link>http://jakarta.apache.org/site/news/news-2007-q2.html#20070607.1</link> <description> Modified: jakarta/site/docs/site/source.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/source.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/source.html (original) +++ jakarta/site/docs/site/source.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../oro/index.html">ORO</a> </li> <li> -<a href="../poi/index.html">POI</a> -</li> -<li> <a href="../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/understandingopensource.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/understandingopensource.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/understandingopensource.html (original) +++ jakarta/site/docs/site/understandingopensource.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../oro/index.html">ORO</a> </li> <li> -<a href="../poi/index.html">POI</a> -</li> -<li> <a href="../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/vendors.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/vendors.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/vendors.html (original) +++ jakarta/site/docs/site/vendors.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../oro/index.html">ORO</a> </li> <li> -<a href="../poi/index.html">POI</a> -</li> -<li> <a href="../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/versioning.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/versioning.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/versioning.html (original) +++ jakarta/site/docs/site/versioning.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../oro/index.html">ORO</a> </li> <li> -<a href="../poi/index.html">POI</a> -</li> -<li> <a href="../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/whoweare.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/whoweare.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/whoweare.html (original) +++ jakarta/site/docs/site/whoweare.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../oro/index.html">ORO</a> </li> <li> -<a href="../poi/index.html">POI</a> -</li> -<li> <a href="../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/news.xml URL: http://svn.apache.org/viewvc/jakarta/site/news.xml?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/news.xml (original) +++ jakarta/site/news.xml Fri Jun 8 14:55:12 2007 @@ -35,6 +35,15 @@ <!-- @id must be formatted as YYYYMMDD.x. The output date is formatted from the id. It is also used for sorting. --> <group id="2007-q2" title="2007 Apr-Jun"> + <item id="20070608.1" title="POI TLP move"> + <p> + POI has moved to a TLP at its new address, + <a href="http://poi.apache.org">http://poi.apache.org</a>. + </p> + <p> + POI is a Java API for accessing Microsoft format files. + </p> + </item> <item id="20070607.1" title="Turbine TLP move"> <p> Turbine has moved to a TLP at its new address, Modified: jakarta/site/xdocs/downloads/downloads.xml URL: http://svn.apache.org/viewvc/jakarta/site/xdocs/downloads/downloads.xml?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/xdocs/downloads/downloads.xml (original) +++ jakarta/site/xdocs/downloads/downloads.xml Fri Jun 8 14:55:12 2007 @@ -628,20 +628,6 @@ </downloads> </project> - <project id="poi" name="POI" href="http://jakarta.apache.org/poi/"> - <downloads keys="jakarta/poi/release/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/poi/"> - <group label="Binary"> - <download name="2.5.1.tar.gz" href="jakarta/poi/release/bin/poi-bin-2.5.1-final-20040804.tar.gz"/> - <download name="2.5.1.zip" href="jakarta/poi/release/bin/poi-bin-2.5.1-final-20040804.zip"/> - </group> - <group label="Source"> - <download name="2.5.1.tar.gz" href="jakarta/poi/release/src/poi-src-2.5.1-final-20040804.tar.gz"/> - <download name="2.5.1.zip" href="jakarta/poi/release/src/poi-src-2.5.1-final-20040804.zip"/> - </group> - <download name="browse download area" href="jakarta/poi/" directory="true"/> - </downloads> - </project> - <project id="regexp" name="Regexp" href="http://jakarta.apache.org/regexp/"> <downloads keys="jakarta/regexp/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/regexp/"> <group label="Source &amp; Binary"> @@ -898,42 +884,4 @@ </project> - <project id="turbine" name="Turbine" href="http://jakarta.apache.org/turbine/"> - <downloads keys="jakarta/turbine/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/turbine/"> - <group label="Turbine 2.3.2"> - <group label="Binary"> - <download name="turbine-2.3.2.jar" href="jakarta/turbine/turbine-2.3.2/binaries/turbine-2.3.2.jar"/> - <download name="turbine-2.3.2.tar.gz" href="jakarta/turbine/turbine-2.3.2/binaries/turbine-2.3.2.tar.gz"/> - <download name="turbine-2.3.2.zip" href="jakarta/turbine/turbine-2.3.2/binaries/turbine-2.3.2.zip"/> - </group> - <group label="Source"> - <download name="turbine-2.3.2.tar.gz" href="jakarta/turbine/turbine-2.3.2/source/turbine-2.3.2-src.tar.gz"/> - <download name="turbine-2.3.2.zip" href="jakarta/turbine/turbine-2.3.2/source/turbine-2.3.2-src.zip"/> - </group> - </group> - <group label="Stratum 1.0"> - <group label="Binary"> - <download name="stratum-1.0.jar" href="jakarta/turbine/stratum/binaries/stratum-1.0.jar"/> - <download name="stratum-1.0.tar.gz" href="jakarta/turbine/stratum/binaries/stratum-1.0.tar.gz"/> - <download name="stratum-1.0.zip" href="jakarta/turbine/stratum/binaries/stratum-1.0.zip"/> - </group> - <group label="Source"> - <download name="stratum-1.0.tar.gz" href="jakarta/turbine/stratum/source/stratum-1.0-src.tar.gz"/> - <download name="stratum-1.0.zip" href="jakarta/turbine/stratum/source/stratum-1.0-src.zip"/> - </group> - </group> - <group label="M.E.T.A. 1.3"> - <group label="Binary"> - <download name="maven-turbine-plugin-1.3.jar" href="jakarta/turbine/meta-1.3/binaries/maven-turbine-plugin-1.3.jar"/> - <download name="meta-1.3.tar.gz" href="jakarta/turbine/meta-1.3/binaries/meta-1.3.tar.gz"/> - <download name="meta-1.3.zip" href="jakarta/turbine/meta-1.3/binaries/meta-1.3.zip"/> - </group> - <group label="Source"> - <download name="meta-1.3.tar.gz" href="jakarta/turbine/meta-1.3/source/meta-1.3-src.tar.gz"/> - <download name="meta-1.3.zip" href="jakarta/turbine/meta-1.3/source/meta-1.3-src.zip"/> - </group> - </group> - <download name="browse download area" href="jakarta/turbine/" directory="true"/> - </downloads> - </project> </project-downloads> Modified: jakarta/site/xdocs/index.xml URL: http://svn.apache.org/viewvc/jakarta/site/xdocs/index.xml?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/xdocs/index.xml (original) +++ jakarta/site/xdocs/index.xml Fri Jun 8 14:55:12 2007 @@ -120,14 +120,6 @@ </tr> <tr> <td align="right" valign="top"> - <a href="./poi/index.html">POI</a> - </td> - <td valign="top">Set of APIs for creating, reading, and writing files based upon the OLE 2 Compound Document - Format using only Java (no native stuff). Currently, OLE 2 Compound Document Format itself and Microsoft - Excel (XLS) file formats are provided.</td> - </tr> - <tr> - <td align="right" valign="top"> <a href="./regexp/index.html">Regexp</a> </td> <td valign="top">100% Pure Java Regular Expression package.</td> Modified: jakarta/site/xdocs/site/mail-toc.ent URL: http://svn.apache.org/viewvc/jakarta/site/xdocs/site/mail-toc.ent?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/xdocs/site/mail-toc.ent (original) +++ jakarta/site/xdocs/site/mail-toc.ent Fri Jun 8 14:55:12 2007 @@ -24,18 +24,16 @@ <td></td> <td><a href="&mail-path;#JMeter">JMeter</a></td> <td><a href="&mail-path;#ORO">ORO</a></td> -<td><a href="&mail-path;#POI">POI</a></td> +<td><a href="&mail-path;#Regexp">Regexp</a></td> </tr> <tr> <td></td> -<td><a href="&mail-path;#Regexp">Regexp</a></td> <td><a href="&mail-path;#Slide">Slide</a></td> <td><a href="&mail-path;#Taglibs">Taglibs</a></td> +<td></td> </tr> <tr> <td></td> -<td><a href="&mail-path;#Turbine">Turbine</a></td> -<td><a href="&mail-path;#Velocity">Velocity</a></td> </tr> <tr><td></td></tr> <tr> Modified: jakarta/site/xdocs/site/mail2.xml URL: http://svn.apache.org/viewvc/jakarta/site/xdocs/site/mail2.xml?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/xdocs/site/mail2.xml (original) +++ jakarta/site/xdocs/site/mail2.xml Fri Jun 8 14:55:12 2007 @@ -397,41 +397,6 @@ </p> </section> -<section name="POI"> -<p> -<b>The POI User List</b><br/> -<b>Low Traffic</b> -<a href="mailto:[email protected]">Subscribe</a> -<a href="mailto:[email protected]">Unsubscribe</a> -<a href="mail.html">Guidelines</a> -<a href="http://mail-archives.apache.org/mod_mbox/jakarta-poi-user/">Archive</a> -<!--<a href="http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=34">Archive</a>--> -<a href="http://news.gmane.org/thread.php?group=gmane.comp.jakarta.poi.user">gmane.org</a> -</p> -<p> -This list is for users of POI to ask questions, share knowledge, -and discuss issues. POI developers are also expected to be lurking -on this list to offer support to users of POI. -</p> -<p> -<b>The POI Developer List</b><br/> -<b>Medium Traffic</b> -<a href="mailto:[email protected]">Subscribe</a> -<a href="mailto:[email protected]">Unsubscribe</a> -<a href="mail.html">Guidelines</a> -<a href="http://mail-archives.apache.org/mod_mbox/jakarta-poi-dev/">Archive</a> -<!--<a href="http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=33">Archive</a>--> -<a href="http://news.gmane.org/thread.php?group=gmane.comp.jakarta.poi.devel">gmane.org</a> -</p> -<p> -This is the list where participating developers of the POI project -meet and discuss issues, code changes/additions, etc. Subscribers to -this list also get notices of each and every code change, build -results, testing notices, etc. <b>Do not send mail to this list with -usage questions or configuration problems</b> -</p> -</section> - <section name="Regexp"> <p> <b>The Regexp User List</b><br/> @@ -530,90 +495,6 @@ changes, and accept offers of new custom tag libraries to be contributed. Subscribers to this list will also get notices of every CVS checkin of new or changed code modules. -</p> -</section> - -<section name="Turbine"> -<p> -<b>The Turbine User List</b><br/> -<b>High Traffic</b> -<a href="mailto:[email protected]">Subscribe</a> -<a href="mailto:[email protected]">Unsubscribe</a> -<a href="mail.html">Guidelines</a> -<!--<a href="http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=101">Archive</a>--> -<a href="http://mail-archives.apache.org/mod_mbox/jakarta-turbine-user/">Archive</a> -</p> -<p> -This is the list where users of Turbine meet and discuss -issues. Developers are also expected to be lurking on this list to -offer support to users of Turbine. -</p> -<p> -<b>The Turbine Developer List</b><br/> -<b>High Traffic</b> -<a href="mailto:[email protected]">Subscribe</a> -<a href="mailto:[email protected]">Unsubscribe</a> -<a href="mail.html">Guidelines</a> -<!--<a href="http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=93">Archive</a>--> -<a href="http://mail-archives.apache.org/mod_mbox/jakarta-turbine-dev/">Archive</a> -</p> -<p> -This is the list where participating developers of the Turbine -Project meet and discuss issues, code changes/additions, etc. Subscribers -to this list get notices of each and every code change, build results, -testing notices, etc. <b>Do not send mail to -this list with usage questions or configuration problems</b> --- that's what turbine-user is for. -</p> -<p> -<b>The Turbine TDK Developer List</b><br/> -<b>Medium Traffic</b> -<a href="mailto:[email protected]">Subscribe</a> -<a href="mailto:[email protected]">Unsubscribe</a> -<a href="mail.html">Guidelines</a> -<!--<a href="http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=98">Archive</a>--> -<a href="http://mail-archives.apache.org/mod_mbox/jakarta-turbine-tdk-dev/">Archive</a> -</p> -<p> -This list is where discussion of the Turbine TDK development occurs. -</p> -<p> -<b>Note:</b> JCS is now a full Jakarta <a href="#JCS">subproject</a>. -</p> -<p> -<b>Note:</b> Torque is now under <a href="http://db.apache.org/">the Apache DB Project</a>. -</p> -</section> - -<section name="Velocity"> -<p> -<b>Velocity User List</b><br/> -<b>Medium Traffic</b> -<a href="mailto:[email protected]">Subscribe</a> -<a href="mailto:[email protected]">Unsubscribe</a> -<a href="mail.html">Guidelines</a> -<!--<a href="http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=103">Archive</a>--> -<a href="http://mail-archives.apache.org/mod_mbox/jakarta-velocity-user/">Archive</a> -</p> -<p> -This is the list where participating developers of Velocity -meet and discuss issues. Developers are also expected to be lurking on -this list to offer support to users of Velocity. -</p> -<p> -<b>Velocity Developer List</b><br/> -<b>Medium Traffic</b> -<a href="mailto:[email protected]">Subscribe</a> -<a href="mailto:[email protected]">Unsubscribe</a> -<a href="mail.html">Guidelines</a> -<!--<a href="http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=102">Archive</a>--> -<a href="http://mail-archives.apache.org/mod_mbox/jakarta-velocity-dev/">Archive</a> -</p> -<p> -This is the list where participating developers of Velocity -meet and discuss issues, code changes/additions, etc. Subscribers to this -list get notices of each and every code change, build results, testing -notices, etc. </p> </section> Modified: jakarta/site/xdocs/stylesheets/site.xml URL: http://svn.apache.org/viewvc/jakarta/site/xdocs/stylesheets/site.xml?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/xdocs/stylesheets/site.xml (original) +++ jakarta/site/xdocs/stylesheets/site.xml Fri Jun 8 14:55:12 2007 @@ -27,7 +27,6 @@ <item name="JCS" href="/jcs/index.html"/> <item name="JMeter" href="/jmeter/index.html"/> <item name="ORO" href="/oro/index.html"/> - <item name="POI" href="/poi/index.html"/> <item name="Regexp" href="/regexp/index.html"/> <item name="Slide" href="/slide/index.html"/> <item name="Taglibs" href="/taglibs/index.html"/> @@ -42,6 +41,7 @@ <item name="Logging" href="http://logging.apache.org/"/> <item name="Lucene" href="http://lucene.apache.org/"/> <item name="Maven" href="http://maven.apache.org/"/> + <item name="POI" href="/poi/index.html"/> <item name="Portals" href="http://portals.apache.org/"/> <item name="Struts" href="http://struts.apache.org/"/> <item name="Tapestry" href="http://tapestry.apache.org/"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jun 08 21:55:52 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10651 invoked from network); 8 Jun 2007 21:55:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Jun 2007 21:55:51 -0000 Received: (qmail 39861 invoked by uid 500); 8 Jun 2007 21:55:54 -0000 Delivered-To: [email protected] Received: (qmail 39817 invoked by uid 500); 8 Jun 2007 21:55:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Jakarta WebSite CVS List" <site-cvs.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 39668 invoked by uid 99); 8 Jun 2007 21:55:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2007 14:55:52 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2007 14:55:43 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 325BF1A981A; Fri, 8 Jun 2007 14:55:23 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r545647 [1/2] - in /jakarta/site: ./ docs/ docs/site/ docs/site/downloads/ docs/site/news/ docs/site/pmc/ xdocs/ xdocs/downloads/ xdocs/site/ xdocs/stylesheets/ Date: Fri, 08 Jun 2007 21:55:18 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.1.0 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: bayard Date: Fri Jun 8 14:55:12 2007 New Revision: 545647 URL: http://svn.apache.org/viewvc?view=rev&rev=545647 Log: POI, Turbine and Velocity are all now TLP Modified: jakarta/site/docs/index.html jakarta/site/docs/site/bugs.html jakarta/site/docs/site/communication.html jakarta/site/docs/site/contact.html jakarta/site/docs/site/contributing.html jakarta/site/docs/site/cvsindex.html jakarta/site/docs/site/decisions.html jakarta/site/docs/site/dirlayout.html jakarta/site/docs/site/downloads/downloads_bcel.html jakarta/site/docs/site/downloads/downloads_bsf.html jakarta/site/docs/site/downloads/downloads_cactus.html jakarta/site/docs/site/downloads/downloads_commons-attributes.html jakarta/site/docs/site/downloads/downloads_commons-beanutils.html jakarta/site/docs/site/downloads/downloads_commons-betwixt.html jakarta/site/docs/site/downloads/downloads_commons-chain.html jakarta/site/docs/site/downloads/downloads_commons-cli.html jakarta/site/docs/site/downloads/downloads_commons-codec.html jakarta/site/docs/site/downloads/downloads_commons-collections.html jakarta/site/docs/site/downloads/downloads_commons-configuration.html jakarta/site/docs/site/downloads/downloads_commons-daemon.html jakarta/site/docs/site/downloads/downloads_commons-dbcp.html jakarta/site/docs/site/downloads/downloads_commons-dbutils.html jakarta/site/docs/site/downloads/downloads_commons-digester.html jakarta/site/docs/site/downloads/downloads_commons-discovery.html jakarta/site/docs/site/downloads/downloads_commons-el.html jakarta/site/docs/site/downloads/downloads_commons-email.html jakarta/site/docs/site/downloads/downloads_commons-fileupload.html jakarta/site/docs/site/downloads/downloads_commons-httpclient.html jakarta/site/docs/site/downloads/downloads_commons-io.html jakarta/site/docs/site/downloads/downloads_commons-jelly.html jakarta/site/docs/site/downloads/downloads_commons-jexl.html jakarta/site/docs/site/downloads/downloads_commons-jxpath.html jakarta/site/docs/site/downloads/downloads_commons-lang.html jakarta/site/docs/site/downloads/downloads_commons-latka.html jakarta/site/docs/site/downloads/downloads_commons-launcher.html jakarta/site/docs/site/downloads/downloads_commons-logging.html jakarta/site/docs/site/downloads/downloads_commons-math.html jakarta/site/docs/site/downloads/downloads_commons-modeler.html jakarta/site/docs/site/downloads/downloads_commons-net.html jakarta/site/docs/site/downloads/downloads_commons-pool.html jakarta/site/docs/site/downloads/downloads_commons-primitives.html jakarta/site/docs/site/downloads/downloads_commons-scxml.html jakarta/site/docs/site/downloads/downloads_commons-transaction.html jakarta/site/docs/site/downloads/downloads_commons-validator.html jakarta/site/docs/site/downloads/downloads_commons-vfs.html jakarta/site/docs/site/downloads/downloads_commons.html jakarta/site/docs/site/downloads/downloads_ecs.html jakarta/site/docs/site/downloads/downloads_httpcomponents-httpcore.html jakarta/site/docs/site/downloads/downloads_httpcomponents.html jakarta/site/docs/site/downloads/downloads_jcs.html jakarta/site/docs/site/downloads/downloads_jmeter.html jakarta/site/docs/site/downloads/downloads_oro.html jakarta/site/docs/site/downloads/downloads_regexp.html jakarta/site/docs/site/downloads/downloads_slide.html jakarta/site/docs/site/downloads/downloads_taglibs-application.html jakarta/site/docs/site/downloads/downloads_taglibs-benchmark.html jakarta/site/docs/site/downloads/downloads_taglibs-bsf.html jakarta/site/docs/site/downloads/downloads_taglibs-cache.html jakarta/site/docs/site/downloads/downloads_taglibs-datetime.html jakarta/site/docs/site/downloads/downloads_taglibs-dbtags.html jakarta/site/docs/site/downloads/downloads_taglibs-i18n.html jakarta/site/docs/site/downloads/downloads_taglibs-input.html jakarta/site/docs/site/downloads/downloads_taglibs-jmstags.html jakarta/site/docs/site/downloads/downloads_taglibs-jndi.html jakarta/site/docs/site/downloads/downloads_taglibs-log.html jakarta/site/docs/site/downloads/downloads_taglibs-mailer.html jakarta/site/docs/site/downloads/downloads_taglibs-page.html jakarta/site/docs/site/downloads/downloads_taglibs-random.html jakarta/site/docs/site/downloads/downloads_taglibs-rdc.html jakarta/site/docs/site/downloads/downloads_taglibs-regexp.html jakarta/site/docs/site/downloads/downloads_taglibs-request.html jakarta/site/docs/site/downloads/downloads_taglibs-response.html jakarta/site/docs/site/downloads/downloads_taglibs-scrape.html jakarta/site/docs/site/downloads/downloads_taglibs-session.html jakarta/site/docs/site/downloads/downloads_taglibs-standard-1.0.html jakarta/site/docs/site/downloads/downloads_taglibs-standard.html jakarta/site/docs/site/downloads/downloads_taglibs-string.html jakarta/site/docs/site/downloads/downloads_taglibs-ultradev4.html jakarta/site/docs/site/downloads/downloads_taglibs-utility.html jakarta/site/docs/site/downloads/downloads_taglibs-xsl.html jakarta/site/docs/site/downloads/downloads_taglibs-xtags.html jakarta/site/docs/site/downloads/downloads_taglibs.html jakarta/site/docs/site/downloads/index.html jakarta/site/docs/site/getinvolved.html jakarta/site/docs/site/guidelines.html jakarta/site/docs/site/jakarta-site-tags-example.html jakarta/site/docs/site/jakarta-site2.html jakarta/site/docs/site/jspa-agreement.html jakarta/site/docs/site/jspa-position.html jakarta/site/docs/site/legal.html jakarta/site/docs/site/library.html jakarta/site/docs/site/mail.html jakarta/site/docs/site/mail2.html jakarta/site/docs/site/management.html jakarta/site/docs/site/newproject.html jakarta/site/docs/site/news/200206.html jakarta/site/docs/site/news/200207.html jakarta/site/docs/site/news/200208.html jakarta/site/docs/site/news/200209.html jakarta/site/docs/site/news/200210.html jakarta/site/docs/site/news/200211.html jakarta/site/docs/site/news/200212.html jakarta/site/docs/site/news/200301.html jakarta/site/docs/site/news/200303.html jakarta/site/docs/site/news/200305.html jakarta/site/docs/site/news/editor.html jakarta/site/docs/site/news/elsewhere-2002.html jakarta/site/docs/site/news/elsewhere-2003.html jakarta/site/docs/site/news/elsewhere-2004-1stHalf.html jakarta/site/docs/site/news/elsewhere-2004-2ndHalf.html jakarta/site/docs/site/news/index.html jakarta/site/docs/site/news/news-2000.html jakarta/site/docs/site/news/news-2001.html jakarta/site/docs/site/news/news-2002.html jakarta/site/docs/site/news/news-2003.html jakarta/site/docs/site/news/news-2004-1stHalf.html jakarta/site/docs/site/news/news-2004-2ndHalf.html jakarta/site/docs/site/news/news-2005-q1.html jakarta/site/docs/site/news/news-2005-q2.html jakarta/site/docs/site/news/news-2005-q3.html jakarta/site/docs/site/news/news-2005-q4.html jakarta/site/docs/site/news/news-2006-q1.html jakarta/site/docs/site/news/news-2006-q2.html jakarta/site/docs/site/news/news-2006-q3.html jakarta/site/docs/site/news/news-2006-q4.html jakarta/site/docs/site/news/news-2007-q1.html jakarta/site/docs/site/news/news-2007-q2.html jakarta/site/docs/site/packageversioning.html jakarta/site/docs/site/pmc/01-01-17-meeting-minutes.html jakarta/site/docs/site/pmc/01-01-17-pictures.html jakarta/site/docs/site/pmc/01-03-19-meeting-agenda.html jakarta/site/docs/site/pmc/01-03-19-meeting-irclog.html jakarta/site/docs/site/pmc/01-03-19-meeting-summary.html jakarta/site/docs/site/pmc/01-04-22-meeting-irclog.html jakarta/site/docs/site/pmc/02-01-30-elections.html jakarta/site/docs/site/pmc/board-report-december2004.html jakarta/site/docs/site/pmc/board-report-december2005.html jakarta/site/docs/site/pmc/board-report-july2004.html jakarta/site/docs/site/pmc/board-report-june2005.html jakarta/site/docs/site/pmc/board-report-june2006.html jakarta/site/docs/site/pmc/board-report-march2004.html jakarta/site/docs/site/pmc/board-report-march2005.html jakarta/site/docs/site/pmc/board-report-march2006.html jakarta/site/docs/site/pmc/board-report-september2004.html jakarta/site/docs/site/pmc/board-report-september2005.html jakarta/site/docs/site/pmc/board-report-september2006.html jakarta/site/docs/site/pmc/board-reports.html jakarta/site/docs/site/pmc/index.html jakarta/site/docs/site/proposal.html jakarta/site/docs/site/retired-projects.html jakarta/site/docs/site/roles.html jakarta/site/docs/site/rss.xml jakarta/site/docs/site/source.html jakarta/site/docs/site/understandingopensource.html jakarta/site/docs/site/vendors.html jakarta/site/docs/site/versioning.html jakarta/site/docs/site/whoweare.html jakarta/site/news.xml jakarta/site/xdocs/downloads/downloads.xml jakarta/site/xdocs/index.xml jakarta/site/xdocs/site/mail-toc.ent jakarta/site/xdocs/site/mail2.xml jakarta/site/xdocs/stylesheets/site.xml Modified: jakarta/site/docs/index.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/index.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/index.html (original) +++ jakarta/site/docs/index.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="./oro/index.html">ORO</a> </li> <li> -<a href="./poi/index.html">POI</a> -</li> -<li> <a href="./regexp/index.html">Regexp</a> </li> <li> @@ -125,6 +122,9 @@ <a href="http://maven.apache.org/">Maven</a> </li> <li> +<a href="./poi/index.html">POI</a> +</li> +<li> <a href="http://portals.apache.org/">Portals</a> </li> <li> @@ -178,6 +178,10 @@ </h4> <ul> <li> +<a href="site/news/news-2007-q2.html#20070608.1">08 June 2007 - <b>POI TLP move</b> +</a> +</li> +<li> <a href="site/news/news-2007-q2.html#20070607.1">07 June 2007 - <b>Turbine TLP move</b> </a> </li> @@ -236,9 +240,6 @@ <li> <a href="site/news/news-2006-q4.html#20061204.1">04 December 2006 - <b>Commons Digester 1.8</b> Released </a> </li> -<li> -<a href="site/news/news-2006-q4.html#20061203.1">03 December 2006 - <b>Commons Discovery 0.4</b> Released </a> -</li> </ul> </div> </p> @@ -331,14 +332,6 @@ <td class="detail-table-content" valign="top" align="left">Set of text-processing Java classes that provide Perl5 compatible regular expressions, AWK-like regular expressions, glob expressions, and utility classes for performing substitutions, splits, filtering filenames, etc.</td> - </tr> - <tr> - <td class="detail-table-content" valign="top" align="left"> - <a href="./poi/index.html">POI</a> - </td> - <td class="detail-table-content" valign="top" align="left">Set of APIs for creating, reading, and writing files based upon the OLE 2 Compound Document - Format using only Java (no native stuff). Currently, OLE 2 Compound Document Format itself and Microsoft - Excel (XLS) file formats are provided.</td> </tr> <tr> <td class="detail-table-content" valign="top" align="left"> Modified: jakarta/site/docs/site/bugs.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/bugs.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/bugs.html (original) +++ jakarta/site/docs/site/bugs.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../oro/index.html">ORO</a> </li> <li> -<a href="../poi/index.html">POI</a> -</li> -<li> <a href="../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/communication.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/communication.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/communication.html (original) +++ jakarta/site/docs/site/communication.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../oro/index.html">ORO</a> </li> <li> -<a href="../poi/index.html">POI</a> -</li> -<li> <a href="../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/contact.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/contact.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/contact.html (original) +++ jakarta/site/docs/site/contact.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../oro/index.html">ORO</a> </li> <li> -<a href="../poi/index.html">POI</a> -</li> -<li> <a href="../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/contributing.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/contributing.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/contributing.html (original) +++ jakarta/site/docs/site/contributing.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../oro/index.html">ORO</a> </li> <li> -<a href="../poi/index.html">POI</a> -</li> -<li> <a href="../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/cvsindex.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/cvsindex.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/cvsindex.html (original) +++ jakarta/site/docs/site/cvsindex.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../oro/index.html">ORO</a> </li> <li> -<a href="../poi/index.html">POI</a> -</li> -<li> <a href="../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/decisions.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/decisions.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/decisions.html (original) +++ jakarta/site/docs/site/decisions.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../oro/index.html">ORO</a> </li> <li> -<a href="../poi/index.html">POI</a> -</li> -<li> <a href="../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/dirlayout.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/dirlayout.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/dirlayout.html (original) +++ jakarta/site/docs/site/dirlayout.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../oro/index.html">ORO</a> </li> <li> -<a href="../poi/index.html">POI</a> -</li> -<li> <a href="../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_bcel.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_bcel.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_bcel.html (original) +++ jakarta/site/docs/site/downloads/downloads_bcel.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_bsf.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_bsf.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_bsf.html (original) +++ jakarta/site/docs/site/downloads/downloads_bsf.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_cactus.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_cactus.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_cactus.html (original) +++ jakarta/site/docs/site/downloads/downloads_cactus.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-attributes.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-attributes.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-attributes.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-attributes.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-beanutils.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-beanutils.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-beanutils.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-beanutils.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-betwixt.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-betwixt.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-betwixt.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-betwixt.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-chain.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-chain.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-chain.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-chain.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-cli.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-cli.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-cli.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-cli.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-codec.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-codec.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-codec.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-codec.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-collections.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-collections.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-collections.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-collections.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-configuration.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-configuration.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-configuration.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-configuration.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-daemon.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-daemon.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-daemon.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-daemon.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-dbcp.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-dbcp.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-dbcp.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-dbcp.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-dbutils.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-dbutils.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-dbutils.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-dbutils.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-digester.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-digester.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-digester.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-digester.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-discovery.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-discovery.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-discovery.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-discovery.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-el.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-el.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-el.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-el.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-email.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-email.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-email.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-email.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-fileupload.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-fileupload.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-fileupload.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-fileupload.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-httpclient.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-httpclient.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-httpclient.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-httpclient.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-io.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-io.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-io.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-io.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-jelly.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-jelly.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-jelly.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-jelly.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-jexl.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-jexl.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-jexl.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-jexl.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-jxpath.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-jxpath.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-jxpath.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-jxpath.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-lang.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-lang.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-lang.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-lang.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-latka.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-latka.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-latka.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-latka.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-launcher.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-launcher.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-launcher.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-launcher.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-logging.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-logging.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-logging.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-logging.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-math.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-math.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-math.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-math.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-modeler.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-modeler.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-modeler.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-modeler.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-net.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-net.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-net.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-net.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-pool.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-pool.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-pool.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-pool.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-primitives.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-primitives.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-primitives.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-primitives.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-scxml.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-scxml.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-scxml.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-scxml.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-transaction.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-transaction.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-transaction.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-transaction.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-validator.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-validator.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-validator.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-validator.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-vfs.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-vfs.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-vfs.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-vfs.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_commons.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_ecs.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_ecs.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_ecs.html (original) +++ jakarta/site/docs/site/downloads/downloads_ecs.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_httpcomponents-httpcore.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_httpcomponents-httpcore.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_httpcomponents-httpcore.html (original) +++ jakarta/site/docs/site/downloads/downloads_httpcomponents-httpcore.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_httpcomponents.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_httpcomponents.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_httpcomponents.html (original) +++ jakarta/site/docs/site/downloads/downloads_httpcomponents.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_jcs.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_jcs.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_jcs.html (original) +++ jakarta/site/docs/site/downloads/downloads_jcs.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_jmeter.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_jmeter.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_jmeter.html (original) +++ jakarta/site/docs/site/downloads/downloads_jmeter.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_oro.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_oro.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_oro.html (original) +++ jakarta/site/docs/site/downloads/downloads_oro.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_regexp.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_regexp.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_regexp.html (original) +++ jakarta/site/docs/site/downloads/downloads_regexp.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_slide.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_slide.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_slide.html (original) +++ jakarta/site/docs/site/downloads/downloads_slide.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-application.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-application.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-application.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-application.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-benchmark.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-benchmark.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-benchmark.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-benchmark.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-bsf.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-bsf.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-bsf.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-bsf.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-cache.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-cache.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-cache.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-cache.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-datetime.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-datetime.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-datetime.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-datetime.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-dbtags.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-dbtags.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-dbtags.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-dbtags.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-i18n.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-i18n.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-i18n.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-i18n.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-input.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-input.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-input.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-input.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-jmstags.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-jmstags.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-jmstags.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-jmstags.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-jndi.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-jndi.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-jndi.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-jndi.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-log.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-log.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-log.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-log.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-mailer.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-mailer.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-mailer.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-mailer.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-page.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-page.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-page.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-page.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-random.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-random.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-random.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-random.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-rdc.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-rdc.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-rdc.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-rdc.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-regexp.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-regexp.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-regexp.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-regexp.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-request.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-request.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-request.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-request.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-response.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-response.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-response.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-response.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-scrape.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-scrape.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-scrape.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-scrape.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-session.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-session.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-session.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-session.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-standard-1.0.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-standard-1.0.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-standard-1.0.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-standard-1.0.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-standard.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-standard.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-standard.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-standard.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-string.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-string.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-string.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-string.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-ultradev4.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-ultradev4.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-ultradev4.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-ultradev4.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-utility.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-utility.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-utility.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-utility.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-xsl.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-xsl.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-xsl.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-xsl.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_taglibs-xtags.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs-xtags.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs-xtags.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs-xtags.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/downloads_taglibs.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_taglibs.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_taglibs.html (original) +++ jakarta/site/docs/site/downloads/downloads_taglibs.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -121,6 +118,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/downloads/index.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/index.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/downloads/index.html (original) +++ jakarta/site/docs/site/downloads/index.html Fri Jun 8 14:55:12 2007 @@ -79,9 +79,6 @@ <a href="../../oro/index.html">ORO</a> </li> <li> -<a href="../../poi/index.html">POI</a> -</li> -<li> <a href="../../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ <a href="http://maven.apache.org/">Maven</a> </li> <li> +<a href="../../poi/index.html">POI</a> +</li> +<li> <a href="http://portals.apache.org/">Portals</a> </li> <li> @@ -204,9 +204,6 @@ <a href="downloads_oro.cgi">ORO</a> </li> <li class="project"> -<a href="downloads_poi.cgi">POI</a> -</li> -<li class="project"> <a href="downloads_regexp.cgi">Regexp</a> </li> <li class="project"> @@ -214,9 +211,6 @@ </li> <li class="tiered_project"> <a href="downloads_taglibs.html">Taglibs</a> -</li> -<li class="project"> -<a href="downloads_turbine.cgi">Turbine</a> </li> </ul> </div> Modified: jakarta/site/docs/site/getinvolved.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/getinvolved.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/getinvolved.html (original) +++ jakarta/site/docs/site/getinvolved.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../oro/index.html">ORO</a> </li> <li> -<a href="../poi/index.html">POI</a> -</li> -<li> <a href="../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/guidelines.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/guidelines.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/guidelines.html (original) +++ jakarta/site/docs/site/guidelines.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../oro/index.html">ORO</a> </li> <li> -<a href="../poi/index.html">POI</a> -</li> -<li> <a href="../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/jakarta-site-tags-example.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/jakarta-site-tags-example.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/jakarta-site-tags-example.html (original) +++ jakarta/site/docs/site/jakarta-site-tags-example.html Fri Jun 8 14:55:12 2007 @@ -82,9 +82,6 @@ <a href="../oro/index.html">ORO</a> </li> <li> -<a href="../poi/index.html">POI</a> -</li> -<li> <a href="../regexp/index.html">Regexp</a> </li> <li> @@ -124,6 +121,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/jakarta-site2.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/jakarta-site2.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/jakarta-site2.html (original) +++ jakarta/site/docs/site/jakarta-site2.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../oro/index.html">ORO</a> </li> <li> -<a href="../poi/index.html">POI</a> -</li> -<li> <a href="../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/jspa-agreement.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/jspa-agreement.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/jspa-agreement.html (original) +++ jakarta/site/docs/site/jspa-agreement.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../oro/index.html">ORO</a> </li> <li> -<a href="../poi/index.html">POI</a> -</li> -<li> <a href="../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/jspa-position.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/jspa-position.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/jspa-position.html (original) +++ jakarta/site/docs/site/jspa-position.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../oro/index.html">ORO</a> </li> <li> -<a href="../poi/index.html">POI</a> -</li> -<li> <a href="../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/legal.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/legal.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/legal.html (original) +++ jakarta/site/docs/site/legal.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../oro/index.html">ORO</a> </li> <li> -<a href="../poi/index.html">POI</a> -</li> -<li> <a href="../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/library.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/library.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/library.html (original) +++ jakarta/site/docs/site/library.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../oro/index.html">ORO</a> </li> <li> -<a href="../poi/index.html">POI</a> -</li> -<li> <a href="../regexp/index.html">Regexp</a> </li> <li> @@ -123,6 +120,9 @@ </li> <li> <a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../poi/index.html">POI</a> </li> <li> <a href="http://portals.apache.org/">Portals</a> Modified: jakarta/site/docs/site/mail.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/mail.html?view=diff&rev=545647&r1=545646&r2=545647 ============================================================================== --- jakarta/site/docs/site/mail.html (original) +++ jakarta/site/docs/site/mail.html Fri Jun 8 14:55:12 2007 @@ -81,9 +81,6 @@ <a href="../oro/index.html">ORO</a> </li> <li> -<a href="../poi/index.html">POI</a> -</li> -<li> <a href="../regexp/index.html">Regexp</a> </li> <li> @@ -125,6 +122,9 @@ <a href="http://maven.apache.org/">Maven</a> </li> <li> +<a href="../poi/index.html">POI</a> +</li> +<li> <a href="http://portals.apache.org/">Portals</a> </li> <li> @@ -420,29 +420,21 @@ <a href="mail2.html#ORO">ORO</a> </td> <td> -<a href="mail2.html#POI">POI</a> +<a href="mail2.html#Regexp">Regexp</a> </td> </tr> <tr> <td/> <td> -<a href="mail2.html#Regexp">Regexp</a> -</td> -<td> <a href="mail2.html#Slide">Slide</a> </td> <td> <a href="mail2.html#Taglibs">Taglibs</a> </td> +<td/> </tr> <tr> <td/> -<td> -<a href="mail2.html#Turbine">Turbine</a> -</td> -<td> -<a href="mail2.html#Velocity">Velocity</a> -</td> </tr> <tr> <td/> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jun 12 01:31:25 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93443 invoked from network); 12 Jun 2007 01:31:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Jun 2007 01:31:24 -0000 Received: (qmail 25720 invoked by uid 500); 12 Jun 2007 01:31:28 -0000 Delivered-To: [email protected] Received: (qmail 25675 invoked by uid 500); 12 Jun 2007 01:31:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Jakarta WebSite CVS List" <site-cvs.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 25664 invoked by uid 99); 12 Jun 2007 01:31:27 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jun 2007 18:31:27 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jun 2007 18:31:23 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 6CC961A981A; Mon, 11 Jun 2007 18:31:03 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r546349 - /jakarta/site/docs/style/jakarta-maven.css Date: Tue, 12 Jun 2007 01:31:03 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.1.0 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: bayard Date: Mon Jun 11 18:31:02 2007 New Revision: 546349 URL: http://svn.apache.org/viewvc?view=rev&rev=546349 Log: Europe's done. Moving to USA ApacheCon Modified: jakarta/site/docs/style/jakarta-maven.css Modified: jakarta/site/docs/style/jakarta-maven.css URL: http://svn.apache.org/viewvc/jakarta/site/docs/style/jakarta-maven.css?view=diff&rev=546349&r1=546348&r2=546349 ============================================================================== --- jakarta/site/docs/style/jakarta-maven.css (original) +++ jakarta/site/docs/style/jakarta-maven.css Mon Jun 11 18:31:02 2007 @@ -77,7 +77,7 @@ border-left: none; width: 150px; - background-image:url(http://www.apache.org/ads/ApacheCon/2007-europe-125x125.png); + background-image:url(http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png); background-repeat: no-repeat; background-position: 50% 1%; } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jun 14 17:49:45 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87049 invoked from network); 14 Jun 2007 17:49:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Jun 2007 17:49:44 -0000 Received: (qmail 32127 invoked by uid 500); 14 Jun 2007 17:49:47 -0000 Delivered-To: [email protected] Received: (qmail 32088 invoked by uid 500); 14 Jun 2007 17:49:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Jakarta WebSite CVS List" <site-cvs.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 32066 invoked by uid 99); 14 Jun 2007 17:49:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2007 10:49:46 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2007 10:49:41 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 0262E1A981A; Thu, 14 Jun 2007 10:49:20 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r547334 - in /jakarta/site: docs/site/downloads/ xdocs/downloads/ Date: Thu, 14 Jun 2007 17:49:18 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.1.0 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: bayard Date: Thu Jun 14 10:49:16 2007 New Revision: 547334 URL: http://svn.apache.org/viewvc?view=rev&rev=547334 Log: As the various Commons KEYS have been merged into a single file, changing the download to point to the merged file Modified: jakarta/site/docs/site/downloads/downloads_commons-attributes.html jakarta/site/docs/site/downloads/downloads_commons-beanutils.html jakarta/site/docs/site/downloads/downloads_commons-betwixt.html jakarta/site/docs/site/downloads/downloads_commons-chain.html jakarta/site/docs/site/downloads/downloads_commons-cli.html jakarta/site/docs/site/downloads/downloads_commons-codec.html jakarta/site/docs/site/downloads/downloads_commons-collections.html jakarta/site/docs/site/downloads/downloads_commons-configuration.html jakarta/site/docs/site/downloads/downloads_commons-daemon.html jakarta/site/docs/site/downloads/downloads_commons-dbcp.html jakarta/site/docs/site/downloads/downloads_commons-dbutils.html jakarta/site/docs/site/downloads/downloads_commons-digester.html jakarta/site/docs/site/downloads/downloads_commons-discovery.html jakarta/site/docs/site/downloads/downloads_commons-el.html jakarta/site/docs/site/downloads/downloads_commons-email.html jakarta/site/docs/site/downloads/downloads_commons-fileupload.html jakarta/site/docs/site/downloads/downloads_commons-httpclient.html jakarta/site/docs/site/downloads/downloads_commons-io.html jakarta/site/docs/site/downloads/downloads_commons-jelly.html jakarta/site/docs/site/downloads/downloads_commons-jexl.html jakarta/site/docs/site/downloads/downloads_commons-jxpath.html jakarta/site/docs/site/downloads/downloads_commons-lang.html jakarta/site/docs/site/downloads/downloads_commons-latka.html jakarta/site/docs/site/downloads/downloads_commons-launcher.html jakarta/site/docs/site/downloads/downloads_commons-logging.html jakarta/site/docs/site/downloads/downloads_commons-math.html jakarta/site/docs/site/downloads/downloads_commons-modeler.html jakarta/site/docs/site/downloads/downloads_commons-net.html jakarta/site/docs/site/downloads/downloads_commons-pool.html jakarta/site/docs/site/downloads/downloads_commons-primitives.html jakarta/site/docs/site/downloads/downloads_commons-scxml.html jakarta/site/docs/site/downloads/downloads_commons-transaction.html jakarta/site/docs/site/downloads/downloads_commons-validator.html jakarta/site/docs/site/downloads/downloads_commons-vfs.html jakarta/site/xdocs/downloads/downloads.xml Modified: jakarta/site/docs/site/downloads/downloads_commons-attributes.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-attributes.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-attributes.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-attributes.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons Attributes, see the <a href="http://jakarta.apache.org/commons/attributes/" class="name">Commons Attributes</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/attributes/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/docs/site/downloads/downloads_commons-beanutils.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-beanutils.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-beanutils.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-beanutils.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons Beanutils, see the <a href="http://jakarta.apache.org/commons/beanutils/" class="name">Commons Beanutils</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/beanutils/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/docs/site/downloads/downloads_commons-betwixt.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-betwixt.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-betwixt.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-betwixt.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons Betwixt, see the <a href="http://jakarta.apache.org/commons/betwixt/" class="name">Commons Betwixt</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/betwixt/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/docs/site/downloads/downloads_commons-chain.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-chain.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-chain.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-chain.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons Chain, see the <a href="http://jakarta.apache.org/commons/chain/" class="name">Commons Chain</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/chain/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/docs/site/downloads/downloads_commons-cli.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-cli.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-cli.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-cli.html Thu Jun 14 10:49:16 2007 @@ -186,7 +186,7 @@ <p>For more information concerning Commons CLI, see the <a href="http://jakarta.apache.org/commons/cli/" class="name">Commons CLI</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/cli/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/docs/site/downloads/downloads_commons-codec.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-codec.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-codec.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-codec.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons Codec, see the <a href="http://jakarta.apache.org/commons/codec/" class="name">Commons Codec</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/codec/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/docs/site/downloads/downloads_commons-collections.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-collections.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-collections.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-collections.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons Collections, see the <a href="http://jakarta.apache.org/commons/collections/" class="name">Commons Collections</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/collections/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/docs/site/downloads/downloads_commons-configuration.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-configuration.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-configuration.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-configuration.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons Configuration, see the <a href="http://jakarta.apache.org/commons/configuration/" class="name">Commons Configuration</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/configuration/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> <span class="link"> <a href="http://jakarta.apache.org/commons/configuration/changes-report.html">Changes Report</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-daemon.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-daemon.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-daemon.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-daemon.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons Daemon, see the <a href="http://jakarta.apache.org/commons/daemon/" class="name">Commons Daemon</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/daemon/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/docs/site/downloads/downloads_commons-dbcp.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-dbcp.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-dbcp.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-dbcp.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons DBCP, see the <a href="http://jakarta.apache.org/commons/dbcp/" class="name">Commons DBCP</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/dbcp/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/docs/site/downloads/downloads_commons-dbutils.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-dbutils.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-dbutils.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-dbutils.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons DbUtils, see the <a href="http://jakarta.apache.org/commons/dbutils/" class="name">Commons DbUtils</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/dbutils/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/docs/site/downloads/downloads_commons-digester.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-digester.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-digester.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-digester.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons Digester, see the <a href="http://jakarta.apache.org/commons/digester/" class="name">Commons Digester</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/digester/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/docs/site/downloads/downloads_commons-discovery.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-discovery.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-discovery.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-discovery.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons Discovery, see the <a href="http://jakarta.apache.org/commons/discovery/" class="name">Commons Discovery</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/discovery/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> <span class="link"> <a href="http://www.apache.org/dist/jakarta/commons/discovery/RELEASE-NOTES.txt">Release notes</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-el.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-el.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-el.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-el.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons EL, see the <a href="http://jakarta.apache.org/commons/el/" class="name">Commons EL</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/el/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/docs/site/downloads/downloads_commons-email.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-email.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-email.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-email.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons Email, see the <a href="http://jakarta.apache.org/commons/email/" class="name">Commons Email</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/email/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> <span class="link"> <a href="http://jakarta.apache.org/commons/email/changes-report.html">Changes Report</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-fileupload.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-fileupload.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-fileupload.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-fileupload.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons FileUpload, see the <a href="http://jakarta.apache.org/commons/fileupload/" class="name">Commons FileUpload</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/fileupload/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/docs/site/downloads/downloads_commons-httpclient.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-httpclient.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-httpclient.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-httpclient.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons HttpClient, see the <a href="http://jakarta.apache.org/commons/httpclient/" class="name">Commons HttpClient</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/httpclient/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/docs/site/downloads/downloads_commons-io.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-io.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-io.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-io.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons IO, see the <a href="http://jakarta.apache.org/commons/io/" class="name">Commons IO</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/io/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/docs/site/downloads/downloads_commons-jelly.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-jelly.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-jelly.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-jelly.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons Jelly, see the <a href="http://jakarta.apache.org/commons/jelly/" class="name">Commons Jelly</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/jelly/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/docs/site/downloads/downloads_commons-jexl.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-jexl.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-jexl.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-jexl.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons JEXL, see the <a href="http://jakarta.apache.org/commons/jexl/" class="name">Commons JEXL</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/jexl/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/docs/site/downloads/downloads_commons-jxpath.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-jxpath.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-jxpath.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-jxpath.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons JXPath, see the <a href="http://jakarta.apache.org/commons/jxpath/" class="name">Commons JXPath</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/jxpath/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/docs/site/downloads/downloads_commons-lang.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-lang.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-lang.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-lang.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons Lang, see the <a href="http://jakarta.apache.org/commons/lang/" class="name">Commons Lang</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/lang/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/docs/site/downloads/downloads_commons-latka.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-latka.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-latka.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-latka.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons Latka, see the <a href="http://jakarta.apache.org/commons/latka/" class="name">Commons Latka</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/latka/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/docs/site/downloads/downloads_commons-launcher.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-launcher.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-launcher.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-launcher.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons Launcher, see the <a href="http://jakarta.apache.org/commons/launcher/" class="name">Commons Launcher</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/launcher/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/docs/site/downloads/downloads_commons-logging.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-logging.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-logging.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-logging.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons Logging, see the <a href="http://jakarta.apache.org/commons/logging/" class="name">Commons Logging</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/logging/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/docs/site/downloads/downloads_commons-math.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-math.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-math.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-math.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons Math, see the <a href="http://jakarta.apache.org/commons/math/" class="name">Commons Math</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/math/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> <span class="link"> <a href="http://jakarta.apache.org/commons/math/changes-report.html">Changes Report</a> Modified: jakarta/site/docs/site/downloads/downloads_commons-modeler.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-modeler.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-modeler.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-modeler.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons Modeler, see the <a href="http://jakarta.apache.org/commons/modeler/" class="name">Commons Modeler</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/modeler/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/docs/site/downloads/downloads_commons-net.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-net.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-net.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-net.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons Net, see the <a href="http://jakarta.apache.org/commons/net/" class="name">Commons Net</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/net/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/docs/site/downloads/downloads_commons-pool.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-pool.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-pool.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-pool.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons Pool, see the <a href="http://jakarta.apache.org/commons/pool/" class="name">Commons Pool</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/pool/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/docs/site/downloads/downloads_commons-primitives.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-primitives.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-primitives.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-primitives.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons Primitives, see the <a href="http://jakarta.apache.org/commons/primitives/" class="name">Commons Primitives</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/primitives/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/docs/site/downloads/downloads_commons-scxml.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-scxml.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-scxml.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-scxml.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons SCXML, see the <a href="http://jakarta.apache.org/commons/scxml/" class="name">Commons SCXML</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/scxml/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/docs/site/downloads/downloads_commons-transaction.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-transaction.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-transaction.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-transaction.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons Transaction, see the <a href="http://jakarta.apache.org/commons/transaction/" class="name">Commons Transaction</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/transaction/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/docs/site/downloads/downloads_commons-validator.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-validator.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-validator.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-validator.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons Validator, see the <a href="http://jakarta.apache.org/commons/validator/" class="name">Commons Validator</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/validator/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/docs/site/downloads/downloads_commons-vfs.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-vfs.html?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-vfs.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-vfs.html Thu Jun 14 10:49:16 2007 @@ -190,7 +190,7 @@ <p>For more information concerning Commons VFS, see the <a href="http://jakarta.apache.org/commons/vfs/" class="name">Commons VFS</a> site. </p> <div class="links"> <span class="link"> -<a href="http://www.apache.org/dist/jakarta/commons/vfs/KEYS">KEYS</a> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> </span> </div> <ul class="downloads"> Modified: jakarta/site/xdocs/downloads/downloads.xml URL: http://svn.apache.org/viewvc/jakarta/site/xdocs/downloads/downloads.xml?view=diff&rev=547334&r1=547333&r2=547334 ============================================================================== --- jakarta/site/xdocs/downloads/downloads.xml (original) +++ jakarta/site/xdocs/downloads/downloads.xml Thu Jun 14 10:49:16 2007 @@ -47,7 +47,7 @@ <project id="commons" name="Commons" href="http://jakarta.apache.org/commons/"> <project id="commons-attributes" name="Commons Attributes" href="http://jakarta.apache.org/commons/attributes/"> - <downloads keys="jakarta/commons/attributes/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/attributes/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/attributes/"> <group label="Binary"> <download name="2.2.tar.gz" href="jakarta/commons/attributes/binaries/commons-attributes-2.2.tar.gz"/> <download name="2.2.zip" href="jakarta/commons/attributes/binaries/commons-attributes-2.2.zip"/> @@ -61,7 +61,7 @@ </project> <project id="commons-beanutils" name="Commons Beanutils" href="http://jakarta.apache.org/commons/beanutils/"> - <downloads keys="jakarta/commons/beanutils/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/beanutils/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/beanutils/"> <group label="Binary"> <download name="1.7.0.tar.gz" href="jakarta/commons/beanutils/binaries/commons-beanutils-1.7.0.tar.gz"/> <download name="1.7.0.zip" href="jakarta/commons/beanutils/binaries/commons-beanutils-1.7.0.zip"/> @@ -75,7 +75,7 @@ </project> <project id="commons-betwixt" name="Commons Betwixt" href="http://jakarta.apache.org/commons/betwixt/"> - <downloads keys="jakarta/commons/betwixt/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/betwixt/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/betwixt/"> <group label="Binary"> <download name="0.8.tar.gz" href="jakarta/commons/betwixt/binaries/commons-betwixt-0.8.tar.gz"/> <download name="0.8.zip" href="jakarta/commons/betwixt/binaries/commons-betwixt-0.8.zip"/> @@ -90,7 +90,7 @@ <!-- BUG: Uses MD5 instead of md5 --> <project id="commons-chain" name="Commons Chain" href="http://jakarta.apache.org/commons/chain/"> - <downloads keys="jakarta/commons/chain/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/chain/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/chain/"> <group label="Binary"> <download name="1.1.tar.gz" href="jakarta/commons/chain/binaries/commons-chain-1.1.tar.gz"/> <download name="1.1.zip" href="jakarta/commons/chain/binaries/commons-chain-1.1.zip"/> @@ -105,7 +105,7 @@ <!-- CLI is unsigned --> <project id="commons-cli" name="Commons CLI" href="http://jakarta.apache.org/commons/cli/"> - <downloads keys="jakarta/commons/cli/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/cli/" md5-text="false" pgp-text="false"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/cli/" md5-text="false" pgp-text="false"> <group label="Binary"> <download name="1.0.tar.gz" href="jakarta/commons/cli/binaries/cli-1.0.tar.gz" md5="false" pgp="false"/> <download name="1.0.zip" href="jakarta/commons/cli/binaries/cli-1.0.zip" md5="false" pgp="false"/> @@ -119,7 +119,7 @@ </project> <project id="commons-codec" name="Commons Codec" href="http://jakarta.apache.org/commons/codec/"> - <downloads keys="jakarta/commons/codec/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/codec/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/codec/"> <group label="Binary"> <download name="1.3.tar.gz" href="jakarta/commons/codec/binaries/commons-codec-1.3.tar.gz"/> <download name="1.3.zip" href="jakarta/commons/codec/binaries/commons-codec-1.3.zip"/> @@ -134,7 +134,7 @@ <!-- Collections has release notes for both 2.x and 3.x releases --> <project id="commons-collections" name="Commons Collections" href="http://jakarta.apache.org/commons/collections/"> - <downloads keys="jakarta/commons/collections/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/collections/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/collections/"> <group label="3.2"> <link name="Release notes" href="http://www.apache.org/dist/jakarta/commons/collections/RELEASE-NOTES.html"/> <group label="Binary"> @@ -162,7 +162,7 @@ </project> <project id="commons-configuration" name="Commons Configuration" href="http://jakarta.apache.org/commons/configuration/"> - <downloads keys="jakarta/commons/configuration/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/configuration/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/configuration/"> <link name="Changes Report" href="http://jakarta.apache.org/commons/configuration/changes-report.html"/> <group label="Binary"> <download name="1.4.tar.gz" href="jakarta/commons/configuration/binaries/commons-configuration-1.4.tar.gz"/> @@ -177,7 +177,7 @@ </project> <project id="commons-daemon" name="Commons Daemon" href="http://jakarta.apache.org/commons/daemon/"> - <downloads keys="jakarta/commons/daemon/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/daemon/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/daemon/"> <group label="Binary"> <download name="1.0.1.tar.gz" href="jakarta/commons/daemon/binaries/commons-daemon-1.0.1.tar.gz"/> </group> @@ -189,7 +189,7 @@ </project> <project id="commons-dbcp" name="Commons DBCP" href="http://jakarta.apache.org/commons/dbcp/"> - <downloads keys="jakarta/commons/dbcp/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/dbcp/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/dbcp/"> <group label="Binary"> <download name="1.2.2.tar.gz" href="jakarta/commons/dbcp/binaries/commons-dbcp-1.2.2.tar.gz"/> <download name="1.2.2.zip" href="jakarta/commons/dbcp/binaries/commons-dbcp-1.2.2.zip"/> @@ -203,7 +203,7 @@ </project> <project id="commons-dbutils" name="Commons DbUtils" href="http://jakarta.apache.org/commons/dbutils/"> - <downloads keys="jakarta/commons/dbutils/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/dbutils/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/dbutils/"> <group label="Binary"> <download name="1.1.tar.gz" href="jakarta/commons/dbutils/binaries/commons-dbutils-1.1.tar.gz"/> <download name="1.1.zip" href="jakarta/commons/dbutils/binaries/commons-dbutils-1.1.zip"/> @@ -217,7 +217,7 @@ </project> <project id="commons-digester" name="Commons Digester" href="http://jakarta.apache.org/commons/digester/"> - <downloads keys="jakarta/commons/digester/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/digester/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/digester/"> <group label="Binary"> <download name="1.8.tar.gz" href="jakarta/commons/digester/binaries/commons-digester-1.8.tar.gz"/> <download name="1.8.zip" href="jakarta/commons/digester/binaries/commons-digester-1.8.zip"/> @@ -231,7 +231,7 @@ </project> <project id="commons-discovery" name="Commons Discovery" href="http://jakarta.apache.org/commons/discovery/"> - <downloads keys="jakarta/commons/discovery/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/discovery/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/discovery/"> <link name="Release notes" href="http://www.apache.org/dist/jakarta/commons/discovery/RELEASE-NOTES.txt"/> <group label="Binary"> <download name="0.4.tar.gz" href="jakarta/commons/discovery/binaries/commons-discovery-0.4.tar.gz"/> @@ -246,7 +246,7 @@ </project> <project id="commons-el" name="Commons EL" href="http://jakarta.apache.org/commons/el/"> - <downloads keys="jakarta/commons/el/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/el/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/el/"> <group label="Binary"> <download name="1.0.tar.gz" href="jakarta/commons/el/binaries/commons-el-1.0.tar.gz"/> <download name="1.0.zip" href="jakarta/commons/el/binaries/commons-el-1.0.zip"/> @@ -260,7 +260,7 @@ </project> <project id="commons-email" name="Commons Email" href="http://jakarta.apache.org/commons/email/"> - <downloads keys="jakarta/commons/email/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/email/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/email/"> <link name="Changes Report" href="http://jakarta.apache.org/commons/email/changes-report.html"/> <group label="Binary"> <download name="1.0.tar.gz" href="jakarta/commons/email/binaries/commons-email-1.0.tar.gz"/> @@ -275,7 +275,7 @@ </project> <project id="commons-fileupload" name="Commons FileUpload" href="http://jakarta.apache.org/commons/fileupload/"> - <downloads keys="jakarta/commons/fileupload/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/fileupload/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/fileupload/"> <group label="Binary"> <download name="1.2.tar.gz" href="jakarta/commons/fileupload/binaries/commons-fileupload-1.2-bin.tar.gz"/> <download name="1.2.zip" href="jakarta/commons/fileupload/binaries/commons-fileupload-1.2-bin.zip"/> @@ -289,7 +289,7 @@ </project> <project id="commons-httpclient" name="Commons HttpClient" href="http://jakarta.apache.org/commons/httpclient/"> - <downloads keys="jakarta/commons/httpclient/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/httpclient/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/httpclient/"> <group label="3.1-rc1"> <group label="Binary"> <download name="3.1-rc1.tar.gz" href="jakarta/commons/httpclient/binary/commons-httpclient-3.1-rc1.tar.gz"/> @@ -315,7 +315,7 @@ </project> <project id="commons-io" name="Commons IO" href="http://jakarta.apache.org/commons/io/"> - <downloads keys="jakarta/commons/io/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/io/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/io/"> <group label="Binary"> <download name="1.3.1.tar.gz" href="jakarta/commons/io/binaries/commons-io-1.3.1.tar.gz"/> <download name="1.3.1.zip" href="jakarta/commons/io/binaries/commons-io-1.3.1.zip"/> @@ -329,7 +329,7 @@ </project> <project id="commons-jelly" name="Commons Jelly" href="http://jakarta.apache.org/commons/jelly/"> - <downloads keys="jakarta/commons/jelly/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/jelly/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/jelly/"> <group label="Binary"> <download name="1.0.tar.gz" href="jakarta/commons/jelly/binaries/commons-jelly-1.0.tar.gz"/> <download name="1.0.zip" href="jakarta/commons/jelly/binaries/commons-jelly-1.0.zip"/> @@ -343,7 +343,7 @@ </project> <project id="commons-jexl" name="Commons JEXL" href="http://jakarta.apache.org/commons/jexl/"> - <downloads keys="jakarta/commons/jexl/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/jexl/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/jexl/"> <group label="Binary"> <download name="1.1.tar.gz" href="jakarta/commons/jexl/binaries/commons-jexl-1.1.tar.gz"/> <download name="1.1.zip" href="jakarta/commons/jexl/binaries/commons-jexl-1.1.zip"/> @@ -357,7 +357,7 @@ </project> <project id="commons-jxpath" name="Commons JXPath" href="http://jakarta.apache.org/commons/jxpath/"> - <downloads keys="jakarta/commons/jxpath/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/jxpath/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/jxpath/"> <group label="Binary"> <download name="1.2.tar.gz" href="jakarta/commons/jxpath/binaries/commons-jxpath-1.2.tar.gz"/> <download name="1.2.zip" href="jakarta/commons/jxpath/binaries/commons-jxpath-1.2.zip"/> @@ -370,7 +370,7 @@ </project> <project id="commons-lang" name="Commons Lang" href="http://jakarta.apache.org/commons/lang/"> - <downloads keys="jakarta/commons/lang/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/lang/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/lang/"> <group label="Binary"> <download name="2.3.tar.gz" href="jakarta/commons/lang/binaries/commons-lang-2.3.tar.gz"/> <download name="2.3.zip" href="jakarta/commons/lang/binaries/commons-lang-2.3.zip"/> @@ -384,7 +384,7 @@ </project> <project id="commons-latka" name="Commons Latka" href="http://jakarta.apache.org/commons/latka/"> - <downloads keys="jakarta/commons/latka/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/latka/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/latka/"> <group label="Binary"> <download name="1.0-alpha1.zip" href="jakarta/commons/latka/binaries/latka-1.0-alpha1.zip"/> </group> @@ -393,7 +393,7 @@ </project> <project id="commons-launcher" name="Commons Launcher" href="http://jakarta.apache.org/commons/launcher/"> - <downloads keys="jakarta/commons/launcher/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/launcher/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/launcher/"> <group label="Binary"> <download name="1.1.tar.gz" href="jakarta/commons/launcher/binaries/commons-launcher-1.1.tar.gz"/> <download name="1.1.zip" href="jakarta/commons/launcher/binaries/commons-launcher-1.1.zip"/> @@ -409,7 +409,7 @@ </project> <project id="commons-logging" name="Commons Logging" href="http://jakarta.apache.org/commons/logging/"> - <downloads keys="jakarta/commons/logging/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/logging/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/logging/"> <group label="Binary"> <download name="1.1.tar.gz" href="jakarta/commons/logging/binaries/commons-logging-1.1.tar.gz"/> <download name="1.1.zip" href="jakarta/commons/logging/binaries/commons-logging-1.1.zip"/> @@ -423,7 +423,7 @@ </project> <project id="commons-math" name="Commons Math" href="http://jakarta.apache.org/commons/math/"> - <downloads keys="jakarta/commons/math/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/math/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/math/"> <link name="Changes Report" href="http://jakarta.apache.org/commons/math/changes-report.html"/> <group label="Binary"> <download name="1.1.tar.gz" href="jakarta/commons/math/binaries/commons-math-1.1.tar.gz"/> @@ -438,7 +438,7 @@ </project> <project id="commons-modeler" name="Commons Modeler" href="http://jakarta.apache.org/commons/modeler/"> - <downloads keys="jakarta/commons/modeler/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/modeler/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/modeler/"> <group label="Binary"> <download name="2.0.tar.gz" href="jakarta/commons/modeler/binaries/commons-modeler-2.0.tar.gz"/> <download name="2.0.zip" href="jakarta/commons/modeler/binaries/commons-modeler-2.0.zip"/> @@ -452,7 +452,7 @@ </project> <project id="commons-net" name="Commons Net" href="http://jakarta.apache.org/commons/net/"> - <downloads keys="jakarta/commons/net/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/net/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/net/"> <group label="Binary"> <download name="1.4.1.tar.gz" href="jakarta/commons/net/binaries/commons-net-1.4.1.tar.gz"/> <download name="1.4.1.zip" href="jakarta/commons/net/binaries/commons-net-1.4.1.zip"/> @@ -466,7 +466,7 @@ </project> <project id="commons-pool" name="Commons Pool" href="http://jakarta.apache.org/commons/pool/"> - <downloads keys="jakarta/commons/pool/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/pool/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/pool/"> <group label="Binary"> <download name="1.3.tar.gz" href="jakarta/commons/pool/binaries/commons-pool-1.3.tar.gz"/> <download name="1.3.zip" href="jakarta/commons/pool/binaries/commons-pool-1.3.zip"/> @@ -480,7 +480,7 @@ </project> <project id="commons-primitives" name="Commons Primitives" href="http://jakarta.apache.org/commons/primitives/"> - <downloads keys="jakarta/commons/primitives/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/primitives/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/primitives/"> <group label="Binary"> <download name="1.0.tar.gz" href="jakarta/commons/primitives/binaries/commons-primitives-1.0.tar.gz"/> <download name="1.0.zip" href="jakarta/commons/primitives/binaries/commons-primitives-1.0.zip"/> @@ -494,7 +494,7 @@ </project> <project id="commons-scxml" name="Commons SCXML" href="http://jakarta.apache.org/commons/scxml/"> - <downloads keys="jakarta/commons/scxml/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/scxml/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/scxml/"> <group label="Binary"> <download name="0.6.tar.gz" href="jakarta/commons/scxml/binaries/commons-scxml-0.6.tar.gz"/> <download name="0.6.zip" href="jakarta/commons/scxml/binaries/commons-scxml-0.6.zip"/> @@ -509,7 +509,7 @@ <!-- BUG: Uses MD5 instead of md5 --> <project id="commons-transaction" name="Commons Transaction" href="http://jakarta.apache.org/commons/transaction/"> - <downloads keys="jakarta/commons/transaction/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/transaction/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/transaction/"> <group label="Binary"> <download name="1.2.tgz" href="jakarta/commons/transaction/binaries/commons-transaction-1.2.tar.gz"/> <download name="1.2.zip" href="jakarta/commons/transaction/binaries/commons-transaction-1.2.zip"/> @@ -523,7 +523,7 @@ </project> <project id="commons-validator" name="Commons Validator" href="http://jakarta.apache.org/commons/validator/"> - <downloads keys="jakarta/commons/validator/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/validator/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/validator/"> <group label="Binary"> <download name="1.3.1.tar.gz" href="jakarta/commons/validator/binaries/commons-validator-1.3.1.tar.gz"/> <download name="1.3.1.zip" href="jakarta/commons/validator/binaries/commons-validator-1.3.1.zip"/> @@ -537,7 +537,7 @@ </project> <project id="commons-vfs" name="Commons VFS" href="http://jakarta.apache.org/commons/vfs/"> - <downloads keys="jakarta/commons/vfs/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/vfs/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/vfs/"> <group label="Binary"> <download name="1.0.tar.gz" href="jakarta/commons/vfs/binaries/commons-vfs-1.0.tar.gz"/> <download name="1.0.zip" href="jakarta/commons/vfs/binaries/commons-vfs-1.0.zip"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 20 09:09:56 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 52761 invoked from network); 20 Jun 2007 09:09:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Jun 2007 09:09:55 -0000 Received: (qmail 83225 invoked by uid 500); 20 Jun 2007 09:09:59 -0000 Delivered-To: [email protected] Received: (qmail 83133 invoked by uid 500); 20 Jun 2007 09:09:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Jakarta WebSite CVS List" <site-cvs.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 48259 invoked by uid 99); 20 Jun 2007 01:31:14 -0000 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r548885 - in /jakarta/site: ./ docs/ docs/site/ docs/site/downloads/ docs/site/news/ xdocs/downloads/ Date: Wed, 20 Jun 2007 01:30:49 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.1.0 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: tcurdt Date: Tue Jun 19 18:30:48 2007 New Revision: 548885 URL: http://svn.apache.org/viewvc?view=rev&rev=548885 Log: commons jci release Added: jakarta/site/docs/site/downloads/downloads_commons-jci.cgi (with props) jakarta/site/docs/site/downloads/downloads_commons-jci.html (with props) Modified: jakarta/site/docs/index.html jakarta/site/docs/site/downloads/downloads_commons.html jakarta/site/docs/site/news/news-2007-q2.html jakarta/site/docs/site/rss.xml jakarta/site/news.xml jakarta/site/xdocs/downloads/downloads.xml Modified: jakarta/site/docs/index.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/index.html?view=diff&rev=548885&r1=548884&r2=548885 ============================================================================== --- jakarta/site/docs/index.html (original) +++ jakarta/site/docs/index.html Tue Jun 19 18:30:48 2007 @@ -178,6 +178,9 @@ </h4> <ul> <li> +<a href="site/news/news-2007-q2.html#20070618.1">18 June 2007 - <b>Jakarta Commons JCI 1.0</b> Released </a> +</li> +<li> <a href="site/news/news-2007-q2.html#20070608.1">08 June 2007 - <b>POI TLP move</b> </a> </li> @@ -236,9 +239,6 @@ </li> <li> <a href="site/news/news-2006-q4.html#20061207.1">07 December 2006 - <b>HttpComponents HttpCore 4.0-alpha3</b> Released </a> -</li> -<li> -<a href="site/news/news-2006-q4.html#20061204.1">04 December 2006 - <b>Commons Digester 1.8</b> Released </a> </li> </ul> </div> Added: jakarta/site/docs/site/downloads/downloads_commons-jci.cgi URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-jci.cgi?view=auto&rev=548885 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-jci.cgi (added) +++ jakarta/site/docs/site/downloads/downloads_commons-jci.cgi Tue Jun 19 18:30:48 2007 @@ -0,0 +1,7 @@ +#!/bin/sh +# Wrapper script around mirrors.cgi script +# (we must change to that directory in order for python to pick up the +# python includes correctly) +cd /www/www.apache.org/dyn/mirrors +/www/www.apache.org/dyn/mirrors/mirrors.cgi $* + \ No newline at end of file Propchange: jakarta/site/docs/site/downloads/downloads_commons-jci.cgi ------------------------------------------------------------------------------ svn:eol-style = native Propchange: jakarta/site/docs/site/downloads/downloads_commons-jci.cgi ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: jakarta/site/docs/site/downloads/downloads_commons-jci.cgi ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: jakarta/site/docs/site/downloads/downloads_commons-jci.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-jci.html?view=auto&rev=548885 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-jci.html (added) +++ jakarta/site/docs/site/downloads/downloads_commons-jci.html Tue Jun 19 18:30:48 2007 @@ -0,0 +1,371 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> +<title>The Jakarta Site - Commons JCI Downloads</title> +<link rel="stylesheet" href="/style/style.css" type="text/css"/> +<link rel="alternate" href="http://jakarta.apache.org/site/rss.xml" type="application/rss+xml" title="Apache Jakarta News"/> +</head> +<body> +<table class="page-header" border="0" width="100%" cellspacing="0"> +<!--PAGE HEADER--> +<tr> +<td colspan="2"> +<!--JAKARTA LOGO--> +<a href="http://jakarta.apache.org/"> +<img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> +</a> +</td> +<td align="right"> +<a href="http://www.us.apachecon.com/"> +<img alt="ApacheCon US 2007" border="0" src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"/> +</a> +</td> +</tr> +</table> +<table border="0" width="100%" cellspacing="4"> +<tr> +<!--LEFT SIDE NAVIGATION--> +<td class="left-navbar" valign="top" nowrap="nowrap"> +<p> +<strong>Support</strong> +</p> +<ul> +<li> +<a href="http://jakarta.apache.org/site/downloads/">Downloads</a> +</li> +<li> +<a href="http://jakarta.apache.org/site/cvsindex.html">Subversion</a> +</li> +<li> +<a href="http://jakarta.apache.org/site/mail2.html">Mailing Lists</a> +</li> +<li> +<a href="http://jakarta.apache.org/site/bugs.html">Bug Database</a> +</li> +<li> +<a href="http://wiki.apache.org/jakarta/">Jakarta Wiki</a> +</li> +</ul> +<p> +<strong>Subprojects</strong> +</p> +<ul> +<li> +<a href="../../bcel/index.html">BCEL</a> +</li> +<li> +<a href="../../bsf/index.html">BSF</a> +</li> +<li> +<a href="../../cactus/index.html">Cactus</a> +</li> +<li> +<a href="../../commons/index.html">Commons</a> +</li> +<li> +<a href="../../ecs/index.html">ECS</a> +</li> +<li> +<a href="../../httpcomponents/index.html">HttpComponents</a> +</li> +<li> +<a href="../../jcs/index.html">JCS</a> +</li> +<li> +<a href="../../jmeter/index.html">JMeter</a> +</li> +<li> +<a href="../../oro/index.html">ORO</a> +</li> +<li> +<a href="../../regexp/index.html">Regexp</a> +</li> +<li> +<a href="../../slide/index.html">Slide</a> +</li> +<li> +<a href="../../taglibs/index.html">Taglibs</a> +</li> +</ul> +<p> +<strong>Ex-Jakarta</strong> +</p> +<ul> +<li> +<a href="http://ant.apache.org/">Ant</a> +</li> +<li> +<a href="http://avalon.apache.org/">Avalon</a> +</li> +<li> +<a href="http://excalibur.apache.org/">Excalibur</a> +</li> +<li> +<a href="http://gump.apache.org/">Gump</a> +</li> +<li> +<a href="http://hivemind.apache.org/">HiveMind</a> +</li> +<li> +<a href="http://james.apache.org/">James</a> +</li> +<li> +<a href="http://logging.apache.org/">Logging</a> +</li> +<li> +<a href="http://lucene.apache.org/">Lucene</a> +</li> +<li> +<a href="http://maven.apache.org/">Maven</a> +</li> +<li> +<a href="../../poi/index.html">POI</a> +</li> +<li> +<a href="http://portals.apache.org/">Portals</a> +</li> +<li> +<a href="http://struts.apache.org/">Struts</a> +</li> +<li> +<a href="http://tapestry.apache.org/">Tapestry</a> +</li> +<li> +<a href="http://tomcat.apache.org/">Tomcat</a> +</li> +<li> +<a href="http://turbine.apache.org/">Turbine</a> +</li> +<li> +<a href="http://velocity.apache.org/">Velocity</a> +</li> +<li> +<a href="../../watchdog/index.html">Watchdog</a> +</li> +</ul> +</td> +<!--MAIN BODY--> +<td class="main-body" valign="top" align="left"> +<div class="section"> +<div class="section-header"> +<a name="Commons JCI Downloads"> +<strong>Commons JCI Downloads</strong> +</a> +</div> +<p> +<div class="section-body"> +<p>We recommend you use a mirror to download our release + builds, but you <strong>must</strong> verify the integrity of + the downloaded files using signatures downloaded from our main + distribution directories. Recent releases (48 hours) may not yet be available from the mirrors. </p> +<p>You are currently using <b>[preferred]</b>. If you + encounter a problem with this mirror, please select another + mirror. If all mirrors are failing, there are <i>backup</i> + mirrors (at the end of the mirrors list) that should be + available.<br/>[if-any logo]<a href="[link]"> +<img align="right" src="[logo]" border="0"/> +</a>[end]</p> +<p> +<form action="[location]" method="get" id="SelectMirror"> + Other mirrors: <select name="Preferred"> + [if-any http] + [for http]<option value="[http]">[http]</option>[end] + [end] + [if-any ftp] + [for ftp]<option value="[ftp]">[ftp]</option>[end] + [end] + [if-any backup] + [for backup]<option value="[backup]">[backup] (backup)</option>[end] + [end] + </select> +<input type="submit" value="Change"/> +</form> +</p> +<p> + The <code>KEYS</code> link links to the code signing keys used to sign the product. The <code>PGP</code> link downloads the OpenPGP compatible signature from our main site. + + The <code>MD5</code> link downloads the checksum from the main site. + </p> +<p>For more information concerning Commons JCI, see the <a href="http://jakarta.apache.org/commons/jci/" class="name">Commons JCI</a> site. </p> +<div class="links"> +<span class="link"> +<a href="http://www.apache.org/dist/jakarta/commons/KEYS">KEYS</a> +</span> +</div> +<ul class="downloads"> +<li class="group"> +<div class="links"> +<span class="label">Binary</span> +</div> +<ul> +<li class="download"> +<a href="[preferred]/jakarta/commons/jci/binaries/commons-jci-1.0.tar.gz">1.0.tar.gz</a> +<ul class="attributes"> +<li> +<span class="md5">[<a href="http://www.apache.org/dist/jakarta/commons/jci/binaries/commons-jci-1.0.tar.gz.md5">md5</a>]</span> +<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/commons/jci/binaries/commons-jci-1.0.tar.gz.asc">pgp</a>]</span> +</li> +</ul> +</li> +<li class="download"> +<a href="[preferred]/jakarta/commons/jci/binaries/commons-jci-1.0.zip">1.0.zip</a> +<ul class="attributes"> +<li> +<span class="md5">[<a href="http://www.apache.org/dist/jakarta/commons/jci/binaries/commons-jci-1.0.zip.md5">md5</a>]</span> +<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/commons/jci/binaries/commons-jci-1.0.zip.asc">pgp</a>]</span> +</li> +</ul> +</li> +</ul> +</li> +<li class="group"> +<div class="links"> +<span class="label">Source</span> +</div> +<ul> +<li class="download"> +<a href="[preferred]/jakarta/commons/vfs/source/commons-jci-1.0-src.tar.gz">1.0.tar.gz</a> +<ul class="attributes"> +<li> +<span class="md5">[<a href="http://www.apache.org/dist/jakarta/commons/vfs/source/commons-jci-1.0-src.tar.gz.md5">md5</a>]</span> +<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/commons/vfs/source/commons-jci-1.0-src.tar.gz.asc">pgp</a>]</span> +</li> +</ul> +</li> +<li class="download"> +<a href="[preferred]/jakarta/commons/vfs/source/commons-jci-1.0-src.zip">1.0.zip</a> +<ul class="attributes"> +<li> +<span class="md5">[<a href="http://www.apache.org/dist/jakarta/commons/vfs/source/commons-jci-1.0-src.zip.md5">md5</a>]</span> +<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/commons/vfs/source/commons-jci-1.0-src.zip.asc">pgp</a>]</span> +</li> +</ul> +</li> +</ul> +</li> +<li class="download"> +<a href="[preferred]/jakarta/commons/jci/">browse download area</a> +</li> +<li> +<a href="http://archive.apache.org/dist/jakarta/commons/jci/">archives...</a> +</li> +</ul> +</div> +</p> +</div> +</td> +<!--RIGHT SIDE NAVIGATION--> +<td class="right-navbar" valign="top" nowrap="nowrap"> +<p> +<strong>About Jakarta</strong> +</p> +<ul> +<li> +<a href="../../index.html">Welcome</a> +</li> +<li> +<a href="http://jakarta.apache.org/site/news/index.html">News</a> + <a href="/site/rss.xml"> + <img src="/images/feed-icon-16x16.jpg" width="16" height="16" border="0" alt="RSS"/> + </a> + </li> +<li> +<a href="http://jakarta.apache.org/site/contact.html">Contacting Us</a> +</li> +<li> +<a href="http://jakarta.apache.org/site/whoweare.html">Who We Are</a> +</li> +<li> +<a href="http://jakarta.apache.org/site/management.html">Charter</a> +</li> +<li> +<a href="http://jakarta.apache.org/site/pmc/board-reports.html">Quarterly Reports</a> +</li> +<li> +<a href="http://jakarta.apache.org/site/retired-projects.html">Retired Projects</a> +</li> +</ul> +<p> +<strong>Reference</strong> +</p> +<ul> +<li> +<a href="http://www.apache.org/">ASF Website</a> +</li> +<li> +<a href="http://www.apache.org/foundation/thanks.html">Sponsors of the ASF</a> +</li> +<li> +<a href="http://www.apache.org/foundation/how-it-works.html">How The ASF Works</a> +</li> +<li> +<a href="http://www.apache.org/dev/">Developer Resources</a> +</li> +<li> +<a href="http://jakarta.apache.org/site/getinvolved.html">Get Involved</a> +</li> +<li> +<a href="http://jakarta.apache.org/site/guidelines.html">Project Guidelines</a> +</li> +</ul> +<p> +<strong>Search Jakarta</strong> +</p> +<div class="searchbox"> + <form action="http://www.google.com/search" method="get"> + <input value="jakarta.apache.org" name="sitesearch" type="hidden"/> + <input size="10" name="q" id="query" type="text"/> + <input name="Search" value="Search" type="submit"/> + </form> + </div> +<p> +<strong>Unaffiliated Links</strong> +</p> +<ul> +<li> +<a href="http://www.apachenews.org/">Apache News</a> +</li> +<li> +<a href="http://www.freebsd.org/ports/java.html">FreeBSD Java Ports</a> +</li> +<li> +<a href="http://www.jpackage.org/">JPackage</a> +</li> +<li> +<a href="http://www.planetapache.org/">Planet Apache</a> +</li> +</ul> +<p> +<strong>Unaffiliated Translations</strong> +</p> +<ul> +<li> +<a href="http://jakarta.apache-korea.org">Apache-Korea (Korean)</a> +</li> +<li> +<a href="http://www.jajakarta.org/">Ja-Jakarta (Japanese)</a> +</li> +<li> +<a href="http://jakarta.jp/">Jakarta.JP (Japanese)</a> +</li> +</ul> +</td> +</tr> +<!--FOOTER SEPARATOR--> +<tr> +<td colspan="3"> +<hr noshade="noshade" size="1"/> +</td> +</tr> +<tr> +<td colspan="3"> +<div class="page-footer"> +<em> Copyright &copy; 1999-2007, The Apache + Software Foundation. <a href="http://jakarta.apache.org/site/legal.html">Legal information</a>. </em> +</div> +</td> +</tr> +</table> +</body> +</html> Propchange: jakarta/site/docs/site/downloads/downloads_commons-jci.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: jakarta/site/docs/site/downloads/downloads_commons-jci.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: jakarta/site/docs/site/downloads/downloads_commons-jci.html ------------------------------------------------------------------------------ svn:mime-type = text/html Modified: jakarta/site/docs/site/downloads/downloads_commons.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons.html?view=diff&rev=548885&r1=548884&r2=548885 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons.html Tue Jun 19 18:30:48 2007 @@ -212,6 +212,9 @@ <a href="downloads_commons-io.cgi">Commons IO</a> </li> <li class="project"> +<a href="downloads_commons-jci.cgi">Commons JCI</a> +</li> +<li class="project"> <a href="downloads_commons-jelly.cgi">Commons Jelly</a> </li> <li class="project"> Modified: jakarta/site/docs/site/news/news-2007-q2.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2007-q2.html?view=diff&rev=548885&r1=548884&r2=548885 ============================================================================== --- jakarta/site/docs/site/news/news-2007-q2.html (original) +++ jakarta/site/docs/site/news/news-2007-q2.html Tue Jun 19 18:30:48 2007 @@ -157,6 +157,22 @@ </div> <p> <div class="section-body"> +<a name="20070618.1"> +<h3 xml:space="preserve">18 June 2007 - Jakarta Commons JCI 1.0 released </h3> +</a> +<p> Jakarta <a href="http://jakarta.apache.org/commons/jci/index.html">Commons JCI</a> 1.0 is now available. + + JCI is a java compiler interface. It can be used to either compile java (or any other language that can be compiled + to java classes like e.g. groovy or javascript) to java. It is well integrated with a FAM (FilesystemAlterationMonitor) + that can be used with the JCI compiling/reloading classloader. All the currently supported compilers (even javac before + java6) feature in-memory compilation. It currently supports compilers like eclipse, janino, groovy, rhino and javac. + + </p> +<p> Apache Jakarta Commons JCI is available in either binary or source form from the + <a href="http://jakarta.apache.org/site/downloads/downloads_commons-jci.cgi">JCI downloads</a> page + or your favorite maven repository mirror. + </p> +<hr noshade="noshade" size="1"/> <a name="20070608.1"> <h3 xml:space="preserve">08 June 2007 - POI TLP move</h3> </a> Modified: jakarta/site/docs/site/rss.xml URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/rss.xml?view=diff&rev=548885&r1=548884&r2=548885 ============================================================================== --- jakarta/site/docs/site/rss.xml (original) +++ jakarta/site/docs/site/rss.xml Tue Jun 19 18:30:48 2007 @@ -11,6 +11,24 @@ </image> <description>News and product releases from Apache's Jakarta Project</description> <item> +<title>Jakarta Commons JCI 1.0 Released </title> +<link>http://jakarta.apache.org/site/news/news-2007-q2.html#20070618.1</link> +<description> + Jakarta Commons JCI 1.0 is now available. + + JCI is a java compiler interface. It can be used to either compile java (or any other language that can be compiled + to java classes like e.g. groovy or javascript) to java. It is well integrated with a FAM (FilesystemAlterationMonitor) + that can be used with the JCI compiling/reloading classloader. All the currently supported compilers (even javac before + java6) feature in-memory compilation. It currently supports compilers like eclipse, janino, groovy, rhino and javac. + + + Apache Jakarta Commons JCI is available in either binary or source form from the + JCI downloads page + or your favorite maven repository mirror. + + </description> +</item> +<item> <title>POI TLP move</title> <link>http://jakarta.apache.org/site/news/news-2007-q2.html#20070608.1</link> <description> Modified: jakarta/site/news.xml URL: http://svn.apache.org/viewvc/jakarta/site/news.xml?view=diff&rev=548885&r1=548884&r2=548885 ============================================================================== --- jakarta/site/news.xml (original) +++ jakarta/site/news.xml Tue Jun 19 18:30:48 2007 @@ -35,6 +35,20 @@ <!-- @id must be formatted as YYYYMMDD.x. The output date is formatted from the id. It is also used for sorting. --> <group id="2007-q2" title="2007 Apr-Jun"> + <release id="20070618.1" product="Jakarta Commons JCI 1.0"> + <p> Jakarta <a href="http://jakarta.apache.org/commons/jci/index.html">Commons JCI</a> 1.0 is now available. + + JCI is a java compiler interface. It can be used to either compile java (or any other language that can be compiled + to java classes like e.g. groovy or javascript) to java. It is well integrated with a FAM (FilesystemAlterationMonitor) + that can be used with the JCI compiling/reloading classloader. All the currently supported compilers (even javac before + java6) feature in-memory compilation. It currently supports compilers like eclipse, janino, groovy, rhino and javac. + + </p> + <p> Apache Jakarta Commons JCI is available in either binary or source form from the + <a href="http://jakarta.apache.org/site/downloads/downloads_commons-jci.cgi">JCI downloads</a> page + or your favorite maven repository mirror. + </p> + </release> <item id="20070608.1" title="POI TLP move"> <p> POI has moved to a TLP at its new address, Modified: jakarta/site/xdocs/downloads/downloads.xml URL: http://svn.apache.org/viewvc/jakarta/site/xdocs/downloads/downloads.xml?view=diff&rev=548885&r1=548884&r2=548885 ============================================================================== --- jakarta/site/xdocs/downloads/downloads.xml (original) +++ jakarta/site/xdocs/downloads/downloads.xml Tue Jun 19 18:30:48 2007 @@ -328,6 +328,20 @@ </downloads> </project> + <project id="commons-jci" name="Commons JCI" href="http://jakarta.apache.org/commons/jci/"> + <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/jci/"> + <group label="Binary"> + <download name="1.0.tar.gz" href="jakarta/commons/jci/binaries/commons-jci-1.0.tar.gz"/> + <download name="1.0.zip" href="jakarta/commons/jci/binaries/commons-jci-1.0.zip"/> + </group> + <group label="Source"> + <download name="1.0.tar.gz" href="jakarta/commons/vfs/source/commons-jci-1.0-src.tar.gz"/> + <download name="1.0.zip" href="jakarta/commons/vfs/source/commons-jci-1.0-src.zip"/> + </group> + <download name="browse download area" href="jakarta/commons/jci/" directory="true"/> + </downloads> + </project> + <project id="commons-jelly" name="Commons Jelly" href="http://jakarta.apache.org/commons/jelly/"> <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/jelly/"> <group label="Binary"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 20 09:10:16 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 53246 invoked from network); 20 Jun 2007 09:10:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Jun 2007 09:10:15 -0000 Received: (qmail 83855 invoked by uid 500); 20 Jun 2007 09:10:18 -0000 Delivered-To: [email protected] Received: (qmail 83802 invoked by uid 500); 20 Jun 2007 09:10:18 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Jakarta WebSite CVS List" <site-cvs.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 19769 invoked by uid 99); 20 Jun 2007 02:34:01 -0000 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r548892 - /jakarta/site/docs/site/downloads/downloads_commons-jci.cgi Date: Wed, 20 Jun 2007 02:33:37 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.1.0 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: tcurdt Date: Tue Jun 19 19:33:36 2007 New Revision: 548892 URL: http://svn.apache.org/viewvc?view=rev&rev=548892 Log: executable Modified: jakarta/site/docs/site/downloads/downloads_commons-jci.cgi (props changed) Propchange: jakarta/site/docs/site/downloads/downloads_commons-jci.cgi ------------------------------------------------------------------------------ svn:executable = * --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 20 09:10:29 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 53375 invoked from network); 20 Jun 2007 09:10:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Jun 2007 09:10:26 -0000 Received: (qmail 84144 invoked by uid 500); 20 Jun 2007 09:10:30 -0000 Delivered-To: [email protected] Received: (qmail 84103 invoked by uid 500); 20 Jun 2007 09:10:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Jakarta WebSite CVS List" <site-cvs.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 28611 invoked by uid 99); 20 Jun 2007 06:55:58 -0000 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r548959 - in /jakarta/site: docs/site/downloads/downloads_commons-jci.html xdocs/downloads/downloads.xml Date: Wed, 20 Jun 2007 06:55:33 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.1.0 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: tcurdt Date: Tue Jun 19 23:55:32 2007 New Revision: 548959 URL: http://svn.apache.org/viewvc?view=rev&rev=548959 Log: fix paths Modified: jakarta/site/docs/site/downloads/downloads_commons-jci.html jakarta/site/xdocs/downloads/downloads.xml Modified: jakarta/site/docs/site/downloads/downloads_commons-jci.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-jci.html?view=diff&rev=548959&r1=548958&r2=548959 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-jci.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-jci.html Tue Jun 19 23:55:32 2007 @@ -200,20 +200,20 @@ </div> <ul> <li class="download"> -<a href="[preferred]/jakarta/commons/jci/binaries/commons-jci-1.0.tar.gz">1.0.tar.gz</a> +<a href="[preferred]/jakarta/commons/jci/binaries/commons-jci-1.0-bin.tar.gz">1.0.tar.gz</a> <ul class="attributes"> <li> -<span class="md5">[<a href="http://www.apache.org/dist/jakarta/commons/jci/binaries/commons-jci-1.0.tar.gz.md5">md5</a>]</span> -<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/commons/jci/binaries/commons-jci-1.0.tar.gz.asc">pgp</a>]</span> +<span class="md5">[<a href="http://www.apache.org/dist/jakarta/commons/jci/binaries/commons-jci-1.0-bin.tar.gz.md5">md5</a>]</span> +<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/commons/jci/binaries/commons-jci-1.0-bin.tar.gz.asc">pgp</a>]</span> </li> </ul> </li> <li class="download"> -<a href="[preferred]/jakarta/commons/jci/binaries/commons-jci-1.0.zip">1.0.zip</a> +<a href="[preferred]/jakarta/commons/jci/binaries/commons-jci-1.0-bin.zip">1.0.zip</a> <ul class="attributes"> <li> -<span class="md5">[<a href="http://www.apache.org/dist/jakarta/commons/jci/binaries/commons-jci-1.0.zip.md5">md5</a>]</span> -<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/commons/jci/binaries/commons-jci-1.0.zip.asc">pgp</a>]</span> +<span class="md5">[<a href="http://www.apache.org/dist/jakarta/commons/jci/binaries/commons-jci-1.0-bin.zip.md5">md5</a>]</span> +<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/commons/jci/binaries/commons-jci-1.0-bin.zip.asc">pgp</a>]</span> </li> </ul> </li> @@ -225,20 +225,20 @@ </div> <ul> <li class="download"> -<a href="[preferred]/jakarta/commons/vfs/source/commons-jci-1.0-src.tar.gz">1.0.tar.gz</a> +<a href="[preferred]/jakarta/commons/jci/source/commons-jci-1.0-src.tar.gz">1.0.tar.gz</a> <ul class="attributes"> <li> -<span class="md5">[<a href="http://www.apache.org/dist/jakarta/commons/vfs/source/commons-jci-1.0-src.tar.gz.md5">md5</a>]</span> -<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/commons/vfs/source/commons-jci-1.0-src.tar.gz.asc">pgp</a>]</span> +<span class="md5">[<a href="http://www.apache.org/dist/jakarta/commons/jci/source/commons-jci-1.0-src.tar.gz.md5">md5</a>]</span> +<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/commons/jci/source/commons-jci-1.0-src.tar.gz.asc">pgp</a>]</span> </li> </ul> </li> <li class="download"> -<a href="[preferred]/jakarta/commons/vfs/source/commons-jci-1.0-src.zip">1.0.zip</a> +<a href="[preferred]/jakarta/commons/jci/source/commons-jci-1.0-src.zip">1.0.zip</a> <ul class="attributes"> <li> -<span class="md5">[<a href="http://www.apache.org/dist/jakarta/commons/vfs/source/commons-jci-1.0-src.zip.md5">md5</a>]</span> -<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/commons/vfs/source/commons-jci-1.0-src.zip.asc">pgp</a>]</span> +<span class="md5">[<a href="http://www.apache.org/dist/jakarta/commons/jci/source/commons-jci-1.0-src.zip.md5">md5</a>]</span> +<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/commons/jci/source/commons-jci-1.0-src.zip.asc">pgp</a>]</span> </li> </ul> </li> Modified: jakarta/site/xdocs/downloads/downloads.xml URL: http://svn.apache.org/viewvc/jakarta/site/xdocs/downloads/downloads.xml?view=diff&rev=548959&r1=548958&r2=548959 ============================================================================== --- jakarta/site/xdocs/downloads/downloads.xml (original) +++ jakarta/site/xdocs/downloads/downloads.xml Tue Jun 19 23:55:32 2007 @@ -331,12 +331,12 @@ <project id="commons-jci" name="Commons JCI" href="http://jakarta.apache.org/commons/jci/"> <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/jci/"> <group label="Binary"> - <download name="1.0.tar.gz" href="jakarta/commons/jci/binaries/commons-jci-1.0.tar.gz"/> - <download name="1.0.zip" href="jakarta/commons/jci/binaries/commons-jci-1.0.zip"/> + <download name="1.0.tar.gz" href="jakarta/commons/jci/binaries/commons-jci-1.0-bin.tar.gz"/> + <download name="1.0.zip" href="jakarta/commons/jci/binaries/commons-jci-1.0-bin.zip"/> </group> <group label="Source"> - <download name="1.0.tar.gz" href="jakarta/commons/vfs/source/commons-jci-1.0-src.tar.gz"/> - <download name="1.0.zip" href="jakarta/commons/vfs/source/commons-jci-1.0-src.zip"/> + <download name="1.0.tar.gz" href="jakarta/commons/jci/source/commons-jci-1.0-src.tar.gz"/> + <download name="1.0.zip" href="jakarta/commons/jci/source/commons-jci-1.0-src.zip"/> </group> <download name="browse download area" href="jakarta/commons/jci/" directory="true"/> </downloads> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Jun 25 13:34:07 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3175 invoked from network); 25 Jun 2007 13:34:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Jun 2007 13:34:06 -0000 Received: (qmail 14376 invoked by uid 500); 25 Jun 2007 13:34:09 -0000 Delivered-To: [email protected] Received: (qmail 14344 invoked by uid 500); 25 Jun 2007 13:34:09 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Jakarta WebSite CVS List" <site-cvs.jakarta.apache.org> Reply-To: "Jakarta General List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 14333 invoked by uid 99); 25 Jun 2007 13:34:08 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2007 06:34:08 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2007 06:34:04 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id A62CB1A981A; Mon, 25 Jun 2007 06:33:44 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r550494 - in /jakarta/site: docs/site/downloads/downloads_commons-modeler.html xdocs/downloads/downloads.xml Date: Mon, 25 Jun 2007 13:33:44 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.1.0 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: niallp Date: Mon Jun 25 06:33:43 2007 New Revision: 550494 URL: http://svn.apache.org/viewvc?view=rev&rev=550494 Log: Update for Modeler 2.0.1 Modified: jakarta/site/docs/site/downloads/downloads_commons-modeler.html jakarta/site/xdocs/downloads/downloads.xml Modified: jakarta/site/docs/site/downloads/downloads_commons-modeler.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/downloads/downloads_commons-modeler.html?view=diff&rev=550494&r1=550493&r2=550494 ============================================================================== --- jakarta/site/docs/site/downloads/downloads_commons-modeler.html (original) +++ jakarta/site/docs/site/downloads/downloads_commons-modeler.html Mon Jun 25 06:33:43 2007 @@ -200,20 +200,20 @@ </div> <ul> <li class="download"> -<a href="[preferred]/jakarta/commons/modeler/binaries/commons-modeler-2.0.tar.gz">2.0.tar.gz</a> +<a href="[preferred]/jakarta/commons/modeler/binaries/commons-modeler-2.0.1.tar.gz">2.0.1.tar.gz</a> <ul class="attributes"> <li> -<span class="md5">[<a href="http://www.apache.org/dist/jakarta/commons/modeler/binaries/commons-modeler-2.0.tar.gz.md5">md5</a>]</span> -<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/commons/modeler/binaries/commons-modeler-2.0.tar.gz.asc">pgp</a>]</span> +<span class="md5">[<a href="http://www.apache.org/dist/jakarta/commons/modeler/binaries/commons-modeler-2.0.1.tar.gz.md5">md5</a>]</span> +<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/commons/modeler/binaries/commons-modeler-2.0.1.tar.gz.asc">pgp</a>]</span> </li> </ul> </li> <li class="download"> -<a href="[preferred]/jakarta/commons/modeler/binaries/commons-modeler-2.0.zip">2.0.zip</a> +<a href="[preferred]/jakarta/commons/modeler/binaries/commons-modeler-2.0.1.zip">2.0.1.zip</a> <ul class="attributes"> <li> -<span class="md5">[<a href="http://www.apache.org/dist/jakarta/commons/modeler/binaries/commons-modeler-2.0.zip.md5">md5</a>]</span> -<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/commons/modeler/binaries/commons-modeler-2.0.zip.asc">pgp</a>]</span> +<span class="md5">[<a href="http://www.apache.org/dist/jakarta/commons/modeler/binaries/commons-modeler-2.0.1.zip.md5">md5</a>]</span> +<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/commons/modeler/binaries/commons-modeler-2.0.1.zip.asc">pgp</a>]</span> </li> </ul> </li> @@ -225,20 +225,20 @@ </div> <ul> <li class="download"> -<a href="[preferred]/jakarta/commons/modeler/source/commons-modeler-2.0-src.tar.gz">2.0.tar.gz</a> +<a href="[preferred]/jakarta/commons/modeler/source/commons-modeler-2.0.1-src.tar.gz">2.0.1.tar.gz</a> <ul class="attributes"> <li> -<span class="md5">[<a href="http://www.apache.org/dist/jakarta/commons/modeler/source/commons-modeler-2.0-src.tar.gz.md5">md5</a>]</span> -<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/commons/modeler/source/commons-modeler-2.0-src.tar.gz.asc">pgp</a>]</span> +<span class="md5">[<a href="http://www.apache.org/dist/jakarta/commons/modeler/source/commons-modeler-2.0.1-src.tar.gz.md5">md5</a>]</span> +<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/commons/modeler/source/commons-modeler-2.0.1-src.tar.gz.asc">pgp</a>]</span> </li> </ul> </li> <li class="download"> -<a href="[preferred]/jakarta/commons/modeler/source/commons-modeler-2.0-src.zip">2.0.zip</a> +<a href="[preferred]/jakarta/commons/modeler/source/commons-modeler-2.0.1-src.zip">2.0.1.zip</a> <ul class="attributes"> <li> -<span class="md5">[<a href="http://www.apache.org/dist/jakarta/commons/modeler/source/commons-modeler-2.0-src.zip.md5">md5</a>]</span> -<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/commons/modeler/source/commons-modeler-2.0-src.zip.asc">pgp</a>]</span> +<span class="md5">[<a href="http://www.apache.org/dist/jakarta/commons/modeler/source/commons-modeler-2.0.1-src.zip.md5">md5</a>]</span> +<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/commons/modeler/source/commons-modeler-2.0.1-src.zip.asc">pgp</a>]</span> </li> </ul> </li> Modified: jakarta/site/xdocs/downloads/downloads.xml URL: http://svn.apache.org/viewvc/jakarta/site/xdocs/downloads/downloads.xml?view=diff&rev=550494&r1=550493&r2=550494 ============================================================================== --- jakarta/site/xdocs/downloads/downloads.xml (original) +++ jakarta/site/xdocs/downloads/downloads.xml Mon Jun 25 06:33:43 2007 @@ -454,12 +454,12 @@ <project id="commons-modeler" name="Commons Modeler" href="http://jakarta.apache.org/commons/modeler/"> <downloads keys="jakarta/commons/KEYS" primary="http://www.apache.org/dist/" mirrored="true" archive="http://archive.apache.org/dist/jakarta/commons/modeler/"> <group label="Binary"> - <download name="2.0.tar.gz" href="jakarta/commons/modeler/binaries/commons-modeler-2.0.tar.gz"/> - <download name="2.0.zip" href="jakarta/commons/modeler/binaries/commons-modeler-2.0.zip"/> + <download name="2.0.1.tar.gz" href="jakarta/commons/modeler/binaries/commons-modeler-2.0.1.tar.gz"/> + <download name="2.0.1.zip" href="jakarta/commons/modeler/binaries/commons-modeler-2.0.1.zip"/> </group> <group label="Source"> - <download name="2.0.tar.gz" href="jakarta/commons/modeler/source/commons-modeler-2.0-src.tar.gz"/> - <download name="2.0.zip" href="jakarta/commons/modeler/source/commons-modeler-2.0-src.zip"/> + <download name="2.0.1.tar.gz" href="jakarta/commons/modeler/source/commons-modeler-2.0.1-src.tar.gz"/> + <download name="2.0.1.zip" href="jakarta/commons/modeler/source/commons-modeler-2.0.1-src.zip"/> </group> <download name="browse download area" href="jakarta/commons/modeler/" directory="true"/> </downloads> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Mon Jun 02 09:56:06 2003 Received: from sccrmhc12.attbi.com ([161.129.204.104]) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19MsbO-0008Uw-00 for <[email protected]>; Mon, 02 Jun 2003 09:56:06 -0700 Received: from rwcrwbc06 (unknown[161.129.204.104](misconfigured sender)) by attbi.com (sccrmhc12) with SMTP id <20030602165559012003vhm2e>; Mon, 2 Jun 2003 16:56:00 +0000 Received: from [161.129.204.104] by rwcrwbc06; Mon, 02 Jun 2003 16:55:56 +0000 From: [email protected] To: <[email protected]> Cc: [email protected] X-Mailer: AT&T Message Center Version 1 (May 20 2003) X-Authenticated-Sender: c3ZpZW5zQGF0dGJpLmNvbQ== Message-Id: <[email protected]> Subject: [juddi-Developers] Re: FW: [juddi-Users] Problem accessing jUDDI 0.7 with JAXR Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Mon Jun 2 09:57:02 2003 X-Original-Date: Mon, 02 Jun 2003 16:55:56 +0000 Anou, It's all yours (thanks!) I've researched this a little and I think the job is pretty simple. There are 71 UDDI elements that use a XSD 'sequence' but 39 of them have only 1 element in them (nothing to rearrange) and another 11 have two elements and one of those two are AuthInfo (which I think are probably okay already). These need to be looked at. They all have more than one element as part of thier 'sequence' in the v2.0 UDDI schema. assertionStatusItem bindingTemplate businessEntity businessInfo businessService contact instanceDetails keysOwned overviewDoc publisherAssertion relatedBusinessInfo serviceInfo tModel tModelInfos tModelInstanceInfo find_binding find_business find_relatedBusinesses find_service find_tModel save_business save_tModel registeredInfo relatedBusinessList These have only two elements and one of them is "AuthInfo". I have a very strong feeling that these are probably being marshalled correctly - but we may want to take a closer look to verify that. add_publisherAssertions delete_binding delete_business delete_publisherAssertions delete_service delete_tModel get_assertionStatusReport save_binding save_service set_publisherAssertions Steve > Message > > Steve, > > Want me to look at this ? Just seems to be rearranging things. > > -Anou > > -----Original Message----- > From: [email protected] > [mailto:[email protected]]On Behalf Of Steve Viens > Sent: Saturday, May 31, 2003 11:41 PM > To: [email protected] > Subject: RE: [juddi-Users] Problem accessing jUDDI 0.7 with JAXR > > > Mike you've probably uncovered a significant number of bugs here. :( > ...but it's great to know about them now! I've summarized them below. Would > you mind submitting a bug ... to make it easy, you can just copy-paste the > text below. > > jUDDI Bug Tracker: > http://sourceforge.net/tracker/?group_id=42875&atid=434422 > > Generally speaking, jUDDI's XML "Handlers" do not marshal the objects into > XML as the UDDI v2.0 schema dictates. Elements are added to parent elements > in an order that may not coincide with the UDDI v2.0 XML Schema. Here are > the jUDDI-XML Schema bugs I've identified in the jUDDI response below. I'm > sure there are others. > > ContactHandler > - phone element should be positioned before email element > > BusinessEntity (should be written out in this order) > - businessServices should precede categoryBag and identifierBag element > - categoryBag element should follow identifierbag element > - identifierBag element should not be included if empty > - discoveryURLs element should not be included if empty > > BindingTemplate > - description should precede accessPoint > > These are not exactly show-stopper bugs but will come up whenever someone > uses a tool that expects the XML to conform to the schema (UDDI4j doesn't > much care, neither does JWSDP I believe). > > Steve > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Andy Cutright > Sent: Friday, May 30, 2003 7:27 PM > To: [email protected] > Subject: Re: [juddi-Users] Problem accessing jUDDI 0.7 with JAXR > > > the lack of a discovery URL is a known issue. i believe this has been fixed, > but i haven't tested it yet. i'm going to have look a bit closer at the spec > about the empty identifierBag element. > > cheers, > andy > > Michael Woinoski wrote: > > As Steve and Anou suggested, I used tcpmon to peek at the messages exchanged > between the registry and the jaxr client. With both juddi and jwsdp, the > jaxr > calls resulted 3 SOAP messages to the UDDI registry. One interesting thing > is > that the sequence of client requests is different, even though the only code > change in the client was to replace the url > "http://localhost:7777/juddi/inquiry" with > "http://localhost:7777/RegistryServer/RegistryServerServlet": > > jwsdp SOAP messages: find_business, get_businessDetail, get_bindingDetail > juddi SOAP messages: find_business, get_businessDetail, get_serviceDetail > > However, in juddi's response to the get_businessDetail request, the > <businessEntity> child of the <businessDetail> element does not match the > UDDI > schema, while the jwsdp message does match the schema: > > <xsd:complexType name="businessEntity"> > <xsd:sequence> > <xsd:element ref="uddi:discoveryURLs" minOccurs="0" /> > <xsd:element ref="uddi:name" maxOccurs="unbounded" /> > <xsd:element ref="uddi:description" minOccurs="0" maxOccurs="unbounded" > /> > <xsd:element ref="uddi:contacts" minOccurs="0" /> > <xsd:element ref="uddi:businessServices" minOccurs="0" /> > <xsd:element ref="uddi:identifierBag" minOccurs="0" /> > <xsd:element ref="uddi:categoryBag" minOccurs="0" /> > </xsd:sequence> > <xsd:attribute name="businessKey" type="uddi:businessKey" use="required" > /> > <xsd:attribute name="operator" type="string" use="optional" /> > <xsd:attribute name="authorizedName" type="string" use="optional" /> > </xsd:complexType> > > For the sake of brevity, I appended only the two different <businessDetail> > responses below. Let me know if it would helpful to see all the other > requests > and responses as well. > > Thanks, > Mike > > > -------------- jUDDI: response to get_businessDetail --------------------- > > <?xml version="1.0" encoding="UTF-8"?> > <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> > <soapenv:Body> > <businessDetail generic="2.0" operator="jUDDI.org" > xmlns="urn:uddi-org:api_v2"> > <businessEntity authorizedName="Learning Tree Java Web Services" > businessKey="3A4C1200-907B-11D7-B874-ADAF48E90910" operator="jUDDI.org"> > <name xml:lang="en">Rainforest, Inc.</name> > <description xml:lang="en">Music and video > wholesaler</description> > <contacts> > <contact> > <personName>R. F. Jagger</personName> > <email>[email protected]</email> > <phone>706-973-2099</phone> > </contact> > <contact useType="publisher"> > <personName>Learning Tree Java Web Services</personName> > </contact> > </contacts> > <categoryBag> > <keyedReference keyName="Other Miscellaneous Nondurable Goods > Wholesalers" keyValue="42299" > tModelKey="uuid:C0B9FE13-179F-413D-8A5B-5004DB8E5BB2"/> > </categoryBag> > <identifierBag/> > <discoveryURLs/> > <businessServices> > <businessService > businessKey="3A4C1200-907B-11D7-B874-ADAF48E90910" > serviceKey="3A90BC20-907B-11D7-B874-863AF5D8A4E8"> > <name xml:lang="en">RainOrderService</name> > <description xml:lang="en">Order recordings</description> > <categoryBag/> > <bindingTemplates> > <bindingTemplate > bindingKey="3AA94D30-907B-11D7-B874-F72311115D97" > serviceKey="3A90BC20-907B-11D7-B874-863AF5D8A4E8"> > <accessPoint > URLType="http://localhost:8080/rainservice/RainAccessorService">http</access > Point> > <tModelInstanceDetails/> > <description>Ordering recording</description> > </bindingTemplate> > </bindingTemplates> > </businessService> > </businessServices> > </businessEntity> > </businessDetail> > </soapenv:Body> > </soapenv:Envelope> > > ---------------- JWSDP: response to get_businessDetail ---------------- > > <soap-env:Envelope > xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"> > <soap-env:Header></soap-env:Header> > <soap-env:Body> > <businessDetail xmlns="urn:uddi-org:api_v2" generic="2.0" > operator="Sun > Microsystems Inc." truncated="false"> > <businessEntity authorizedName="testuser" > businessKey="f565de7f-17f5-65de-ac52-ee9df25799b6" operator="Sun > Microsystems > Inc."> > <discoveryURLs> > <discoveryURL > useType="getUrl">http://localhost:8080/registry-server/businessEntity?busine > ssKey=f565de7f-17f5-65de-ac52-ee9df25799b6</discoveryURL> > </discoveryURLs> > <name xml:lang="en">Rainforest, Inc.</name> > <description xml:lang="en">Video and music > wholesaler</description> > <contacts> > <contact> > <description xml:lang="en"></description> > <personName>R. F. Jageger</personName> > <phone useType="">706-973-2099</phone> > <email>[email protected]</email> > </contact> > </contacts> > <businessServices> > <businessService > businessKey="f565de7f-17f5-65de-ac52-ee9df25799b6" > serviceKey="f565de7f-17f5-65de-cf04-305ffc28afdc"> > <name xml:lang="en">RainOrderService</name> > <description xml:lang="en">Order recordings</description> > <bindingTemplates> > <bindingTemplate > bindingKey="f565de7f-17f5-65de-4b97-687d7c031474" > serviceKey="f565de7f-17f5-65de-cf04-305ffc28afdc"> > <description xml:lang="en">Order > recording</description> > <accessPoint > URLType="http">http://localhost:8080/rainservice/RainAccessorService</access > Point> > <tModelInstanceDetails></tModelInstanceDetails> > </bindingTemplate> > </bindingTemplates> > </businessService> > </businessServices> > <categoryBag> > <keyedReference keyName="Other Miscellaneous Nondurable Goods > Wholesalers" keyValue="42299" > tModelKey="uuid:C0B9FE13-179F-413D-8A5B-5004DB8E5BB2"></keyedReference> > </categoryBag> > </businessEntity> > </businessDetail> > </soap-env:Body></soap-env:Envelope> > > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Michael > Woinoski > Sent: Tuesday, May 27, 2003 9:16 PM > To: jUDDI mailing list > Subject: [juddi-Users] Problem accessing jUDDI 0.7 with JAXR > > Hi. (Sorry for the long post, but I thought the details might help.) I > installed jUDDI 0.7 and MySQL on W2K to replace the UDDI registry > bundled with Sun's JWSDP 1.1. jUDDI seems happy enough; I can use the > JAXR browser from JWSDP to publish to and search the jUDDI registry. > However, when I try to access the registry with the JAXR implementation > from JWSDP, the code connects to jUDDI successfully and gets some info > but then dies with a ClassCastException from one of the Castor classes. > The same code works fine with the JWSDP registry. > > > > > ------------------------------------------------------- This SF.net email is > sponsored by: eBay Get office equipment for less on eBay! > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ juddi-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/juddi-users From [email protected] Mon Jun 02 11:49:12 2003 Received: from outgoing2.borland.com ([161.129.204.104] helo=outgoing.borland.com) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19MuMo-00031p-00 for <[email protected]>; Mon, 02 Jun 2003 11:49:10 -0700 Received: from sm-msg1 (bigip-snat.inprise.com [161.129.204.104]) by sv-mta2.inprise.com (iPlanet Messaging Server 5.2 HotFix 1.10 (built Jan 23 2003)) with ESMTP id <[email protected]> for [email protected]; Mon, 02 Jun 2003 11:49:01 -0700 (PDT) Received: from borland.com (tobenamed1.sm.inprise.com [161.129.204.104]) by sm-msg.inprise.com (iPlanet Messaging Server 5.2 HotFix 0.9 (built Jul 29 2002)) with ESMTP id <[email protected]> for [email protected]; Mon, 02 Jun 2003 11:49:01 -0700 (PDT) From: Andy Cutright <[email protected]> To: [email protected] Message-id: <[email protected]> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 Subject: [juddi-Developers] HEAD not compiling? Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Mon Jun 2 11:50:11 2003 X-Original-Date: Mon, 02 Jun 2003 11:49:01 -0700 hi y'all, i just downloaded the latest code out of CVS about 1-2 hours ago. it's not compiling on my box. this could be my problem, since we maintain a copy of the source in clearcase. here's the error i get: "RelatedBusinessInfoHandler.java": [javac] W:\WEB\src\juddi\WEB-INF\src\org\juddi\parser\RelatedBusinessInfoHandler.java:59: setBusinessKey(java.lang.String) in org.juddi.datatype.response.RelatedBusinessInfo cannot be applied to (org.juddi.datatype.BusinessKey) at line 59 cheers, andy From [email protected] Mon Jun 02 11:55:13 2003 Received: from sccrmhc02.attbi.com ([161.129.204.104]) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19MuSe-00056v-00 for <[email protected]>; Mon, 02 Jun 2003 11:55:12 -0700 Received: from rwcrwbc04 (unknown[161.129.204.104]) by attbi.com (sccrmhc02) with SMTP id <2003060218550500200b84lee>; Mon, 2 Jun 2003 18:55:06 +0000 Received: from [161.129.204.104] by rwcrwbc04; Mon, 02 Jun 2003 18:55:01 +0000 From: [email protected] To: [email protected] Subject: Re: [juddi-Developers] HEAD not compiling? X-Mailer: AT&T Message Center Version 1 (May 20 2003) X-Authenticated-Sender: c3ZpZW5zQGF0dGJpLmNvbQ== Message-Id: <[email protected]> Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Mon Jun 2 11:56:07 2003 X-Original-Date: Mon, 02 Jun 2003 18:55:01 +0000 Hmmm... I may not have checked that file in - and - I won't be able to do anything about it until 6pm EST (about another 3 hours). Andy, can you wait until then? Steve > hi y'all, > > i just downloaded the latest code out of CVS about 1-2 hours ago. it's > not compiling on my box. this could be my problem, since we maintain a > copy of the source in clearcase. here's the error i get: > > "RelatedBusinessInfoHandler.java": [javac] > W:\WEB\src\juddi\WEB-INF\src\org\juddi\parser\RelatedBusinessInfoHandler.java:59 > : > setBusinessKey(java.lang.String) in > org.juddi.datatype.response.RelatedBusinessInfo cannot be applied to > (org.juddi.datatype.BusinessKey) at line 59 > > cheers, > andy > > > > ------------------------------------------------------- > This SF.net email is sponsored by: eBay > Get office equipment for less on eBay! > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > juddi-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/juddi-developers From [email protected] Mon Jun 02 12:06:00 2003 Received: from rwcrmhc51.attbi.com ([161.129.204.104]) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19Mud5-00018n-00 for <[email protected]>; Mon, 02 Jun 2003 12:05:59 -0700 Received: from rwcrwbc01 (unknown[161.129.204.104]) by attbi.com (rwcrmhc51) with SMTP id <200306021905540510027bq5e>; Mon, 2 Jun 2003 19:05:54 +0000 Received: from [161.129.204.104] by rwcrwbc01; Mon, 02 Jun 2003 19:05:51 +0000 From: [email protected] To: [email protected] Subject: Re: [juddi-Developers] HEAD not compiling? X-Mailer: AT&T Message Center Version 1 (May 30 2003) X-Authenticated-Sender: c3ZpZW5zQGF0dGJpLmNvbQ== Message-Id: <[email protected]> Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Mon Jun 2 12:06:12 2003 X-Original-Date: Mon, 02 Jun 2003 19:05:51 +0000 Hmmm... I may not have checked that file in - and - I won't be able to do anything about it until 6pm EST (about another 3 hours). Andy, can you wait until then? To help you out in the meantime ... the method that's missing from RelatedBusinessInfo is probably as follows: /** * */ public void setBusinessKey(BusinessKey businessKey) { if ((businessKey != null) && (businessKey.getValue() != null)) this.setBusinessKey(businessKey.getValue()); } Steve > hi y'all, > > i just downloaded the latest code out of CVS about 1-2 hours ago. it's > not compiling on my box. this could be my problem, since we maintain a > copy of the source in clearcase. here's the error i get: > > "RelatedBusinessInfoHandler.java": [javac] > W:\WEB\src\juddi\WEB-INF\src\org\juddi\parser\RelatedBusinessInfoHandler.java:59 > : > setBusinessKey(java.lang.String) in > org.juddi.datatype.response.RelatedBusinessInfo cannot be applied to > (org.juddi.datatype.BusinessKey) at line 59 > > cheers, > andy > > > > ------------------------------------------------------- > This SF.net email is sponsored by: eBay > Get office equipment for less on eBay! > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > juddi-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/juddi-developers From [email protected] Mon Jun 02 12:07:02 2003 Received: from outgoing2.borland.com ([161.129.204.104] helo=outgoing.borland.com) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19Mue4-0001fS-00 for <[email protected]>; Mon, 02 Jun 2003 12:07:00 -0700 Received: from sm-msg1 (bigip-snat.inprise.com [161.129.204.104]) by sv-mta2.inprise.com (iPlanet Messaging Server 5.2 HotFix 1.10 (built Jan 23 2003)) with ESMTP id <[email protected]> for [email protected]; Mon, 02 Jun 2003 12:06:51 -0700 (PDT) Received: from borland.com (tobenamed1.sm.inprise.com [161.129.204.104]) by sm-msg.inprise.com (iPlanet Messaging Server 5.2 HotFix 0.9 (built Jul 29 2002)) with ESMTP id <[email protected]> for [email protected]; Mon, 02 Jun 2003 12:06:52 -0700 (PDT) From: Andy Cutright <[email protected]> Subject: Re: [juddi-Developers] HEAD not compiling? To: [email protected] Message-id: <[email protected]> MIME-version: 1.0 Content-type: text/html; charset=us-ascii Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 References: <[email protected]> Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Mon Jun 2 12:08:21 2003 X-Original-Date: Mon, 02 Jun 2003 12:06:53 -0700 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"> <title></title> </head> <body> yeah, i can wait :) <br> <br> cheers,<br> andy<br> <br> <a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a> wrote:<br> <blockquote type="cite" cite="[email protected]"> <pre wrap="">Hmmm... I may not have checked that file in - and - I won't be able to do anything about it until 6pm EST (about another 3 hours). Andy, can you wait until then? Steve </pre> <blockquote type="cite"> <pre wrap="">hi y'all, i just downloaded the latest code out of CVS about 1-2 hours ago. it's not compiling on my box. this could be my problem, since we maintain a copy of the source in clearcase. here's the error i get: "RelatedBusinessInfoHandler.java": [javac] W:\WEB\src\juddi\WEB-INF\src\org\juddi\parser\RelatedBusinessInfoHandler.java:59 : setBusinessKey(java.lang.String) in org.juddi.datatype.response.RelatedBusinessInfo cannot be applied to (org.juddi.datatype.BusinessKey) at line 59 cheers, andy ------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! <a class="moz-txt-link-freetext" href="http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5">http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5</a> _______________________________________________ juddi-developers mailing list <a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/juddi-developers">https://lists.sourceforge.net/lists/listinfo/juddi-developers</a> </pre> </blockquote> <pre wrap=""><!----> ------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! <a class="moz-txt-link-freetext" href="http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5">http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5</a> _______________________________________________ juddi-developers mailing list <a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/juddi-developers">https://lists.sourceforge.net/lists/listinfo/juddi-developers</a> </pre> </blockquote> <br> </body> </html> From [email protected] Mon Jun 02 12:16:54 2003 Received: from [161.129.204.104] (helo=mx1.trysybase.com) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19Mund-0008DC-00 for <[email protected]>; Mon, 02 Jun 2003 12:16:53 -0700 Received: from mail.trysybase.com (mail.trysybase.com [161.129.204.104]) by mx1.trysybase.com (8.11.6/8.11.0) with ESMTP id h52JGqA17114 for <[email protected]>; Mon, 2 Jun 2003 13:16:52 -0600 Received: from dnamsrv ([161.129.204.104]) by mail.trysybase.com (8.11.6/8.11.6) with SMTP id h52JAfW23379 for <[email protected]>; Mon, 2 Jun 2003 13:10:41 -0600 From: "Anou Manavalan" <[email protected]> To: <[email protected]> Subject: RE: [juddi-Developers] HEAD not compiling? Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) x-mimeole: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal In-Reply-To: <[email protected]> Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] X-Reply-To: <[email protected]> List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Mon Jun 2 12:17:11 2003 X-Original-Date: Mon, 2 Jun 2003 13:19:47 -0600 If it helps, I added that method to the CVS. It compiles fine now. -Anou -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of [email protected] Sent: Monday, June 02, 2003 1:06 PM To: [email protected] Subject: Re: [juddi-Developers] HEAD not compiling? Hmmm... I may not have checked that file in - and - I won't be able to do anything about it until 6pm EST (about another 3 hours). Andy, can you wait until then? To help you out in the meantime ... the method that's missing from RelatedBusinessInfo is probably as follows: /** * */ public void setBusinessKey(BusinessKey businessKey) { if ((businessKey != null) && (businessKey.getValue() != null)) this.setBusinessKey(businessKey.getValue()); } Steve > hi y'all, > > i just downloaded the latest code out of CVS about 1-2 hours ago. it's > not compiling on my box. this could be my problem, since we maintain a > copy of the source in clearcase. here's the error i get: > > "RelatedBusinessInfoHandler.java": [javac] > W:\WEB\src\juddi\WEB-INF\src\org\juddi\parser\RelatedBusinessInfoHandler.jav a:59 > : > setBusinessKey(java.lang.String) in > org.juddi.datatype.response.RelatedBusinessInfo cannot be applied to > (org.juddi.datatype.BusinessKey) at line 59 > > cheers, > andy > > > > ------------------------------------------------------- > This SF.net email is sponsored by: eBay > Get office equipment for less on eBay! > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > juddi-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/juddi-developers ------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ juddi-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/juddi-developers From [email protected] Mon Jun 02 12:21:28 2003 Received: from sccrmhc01.attbi.com ([161.129.204.104]) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19Mus3-0002Wm-00 for <[email protected]>; Mon, 02 Jun 2003 12:21:27 -0700 Received: from rwcrwbc03 (unknown[161.129.204.104]) by attbi.com (sccrmhc01) with SMTP id <2003060219212000100hsq7fe>; Mon, 2 Jun 2003 19:21:20 +0000 Received: from [161.129.204.104] by rwcrwbc03; Mon, 02 Jun 2003 19:21:16 +0000 From: [email protected] To: [email protected] Subject: RE: [juddi-Developers] HEAD not compiling? X-Mailer: AT&T Message Center Version 1 (May 20 2003) X-Authenticated-Sender: c3ZpZW5zQGF0dGJpLmNvbQ== Message-Id: <[email protected]> Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Mon Jun 2 12:22:07 2003 X-Original-Date: Mon, 02 Jun 2003 19:21:16 +0000 That's great .. thanks. I think that was the only change so after I confirm that I'll just scrap my copy. Steve > If it helps, I added that method to the CVS. It compiles fine now. > > -Anou > > -----Original Message----- > From: [email protected] > [mailto:[email protected]]On Behalf Of > [email protected] > Sent: Monday, June 02, 2003 1:06 PM > To: [email protected] > Subject: Re: [juddi-Developers] HEAD not compiling? > > > Hmmm... > > I may not have checked that file in - and - I won't be able to do anything > about > it until 6pm EST (about another 3 hours). Andy, can you wait until then? > > To help you out in the meantime ... the method that's missing from > RelatedBusinessInfo is probably as follows: > > /** > * > */ > public void setBusinessKey(BusinessKey businessKey) > { > if ((businessKey != null) && (businessKey.getValue() != null)) > this.setBusinessKey(businessKey.getValue()); > } > > Steve > > hi y'all, > > > > i just downloaded the latest code out of CVS about 1-2 hours ago. it's > > not compiling on my box. this could be my problem, since we maintain a > > copy of the source in clearcase. here's the error i get: > > > > "RelatedBusinessInfoHandler.java": [javac] > > > W:\WEB\src\juddi\WEB-INF\src\org\juddi\parser\RelatedBusinessInfoHandler.jav > a:59 > > : > > setBusinessKey(java.lang.String) in > > org.juddi.datatype.response.RelatedBusinessInfo cannot be applied to > > (org.juddi.datatype.BusinessKey) at line 59 > > > > cheers, > > andy > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: eBay > > Get office equipment for less on eBay! > > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > > _______________________________________________ > > juddi-developers mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/juddi-developers > > > ------------------------------------------------------- > This SF.net email is sponsored by: eBay > Get office equipment for less on eBay! > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > juddi-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/juddi-developers > > > > ------------------------------------------------------- > This SF.net email is sponsored by: eBay > Get office equipment for less on eBay! > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > juddi-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/juddi-developers From [email protected] Mon Jun 02 12:21:53 2003 Received: from outgoing2.borland.com ([161.129.204.104] helo=outgoing.borland.com) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19MumH-0006mU-00 for <[email protected]>; Mon, 02 Jun 2003 12:15:29 -0700 Received: from sm-msg1 (bigip-snat.inprise.com [161.129.204.104]) by sv-mta2.inprise.com (iPlanet Messaging Server 5.2 HotFix 1.10 (built Jan 23 2003)) with ESMTP id <[email protected]> for [email protected]; Mon, 02 Jun 2003 12:15:14 -0700 (PDT) Received: from borland.com (tobenamed1.sm.inprise.com [161.129.204.104]) by sm-msg.inprise.com (iPlanet Messaging Server 5.2 HotFix 0.9 (built Jul 29 2002)) with ESMTP id <[email protected]> for [email protected]; Mon, 02 Jun 2003 12:15:15 -0700 (PDT) From: Andy Cutright <[email protected]> Subject: Re: [juddi-Developers] HEAD not compiling? To: [email protected] Message-id: <[email protected]> MIME-version: 1.0 Content-type: text/html; charset=us-ascii Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 References: <[email protected]> Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Mon Jun 2 12:22:11 2003 X-Original-Date: Mon, 02 Jun 2003 12:15:16 -0700 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"> <title></title> </head> <body> yeah, that (+ an import statement for BusinessKey) fixes the compile problem, <br> <br> cheers,<br> andy <br> <br> <a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a> wrote:<br> <blockquote type="cite" cite="[email protected]"> <pre wrap="">Hmmm... I may not have checked that file in - and - I won't be able to do anything about it until 6pm EST (about another 3 hours). Andy, can you wait until then? To help you out in the meantime ... the method that's missing from RelatedBusinessInfo is probably as follows: /** * */ public void setBusinessKey(BusinessKey businessKey) { if ((businessKey != null) &amp;&amp; (businessKey.getValue() != null)) this.setBusinessKey(businessKey.getValue()); } Steve </pre> <blockquote type="cite"> <pre wrap="">hi y'all, i just downloaded the latest code out of CVS about 1-2 hours ago. it's not compiling on my box. this could be my problem, since we maintain a copy of the source in clearcase. here's the error i get: "RelatedBusinessInfoHandler.java": [javac] W:\WEB\src\juddi\WEB-INF\src\org\juddi\parser\RelatedBusinessInfoHandler.java:59 : setBusinessKey(java.lang.String) in org.juddi.datatype.response.RelatedBusinessInfo cannot be applied to (org.juddi.datatype.BusinessKey) at line 59 cheers, andy ------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! <a class="moz-txt-link-freetext" href="http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5">http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5</a> _______________________________________________ juddi-developers mailing list <a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/juddi-developers">https://lists.sourceforge.net/lists/listinfo/juddi-developers</a> </pre> </blockquote> <pre wrap=""><!----> ------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! <a class="moz-txt-link-freetext" href="http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5">http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5</a> _______________________________________________ juddi-developers mailing list <a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/juddi-developers">https://lists.sourceforge.net/lists/listinfo/juddi-developers</a> </pre> </blockquote> <br> </body> </html> From [email protected] Mon Jun 02 12:40:36 2003 Received: from [161.129.204.104] (helo=outgoing.borland.com) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19MvAa-0003mo-00 for <[email protected]>; Mon, 02 Jun 2003 12:40:36 -0700 Received: from sm-msg1 (bigip-snat.inprise.com [161.129.204.104]) by sv-mta1.inprise.com (iPlanet Messaging Server 5.2 HotFix 1.10 (built Jan 23 2003)) with ESMTP id <[email protected]> for [email protected]; Mon, 02 Jun 2003 12:40:23 -0700 (PDT) Received: from borland.com (tobenamed1.sm.inprise.com [161.129.204.104]) by sm-msg.inprise.com (iPlanet Messaging Server 5.2 HotFix 0.9 (built Jul 29 2002)) with ESMTP id <[email protected]> for [email protected]; Mon, 02 Jun 2003 12:40:24 -0700 (PDT) From: Andy Cutright <[email protected]> Subject: Re: [juddi-Developers] bug #745056 To: [email protected] Message-id: <[email protected]> MIME-version: 1.0 Content-type: text/html; charset=us-ascii Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 References: <[email protected]> Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Mon Jun 2 12:41:09 2003 X-Original-Date: Mon, 02 Jun 2003 12:40:24 -0700 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"> <title></title> </head> <body> this has been tested &amp; verified fixed, <br> <br> cheers,<br> andy <br> <br> Steve Viens wrote:<br> <blockquote type="cite" cite="[email protected]"> <pre wrap="">RelatedBusinessInfoHandler has been updated and unit tested. I'll leave the bug open until Andy's had a chance to test it. Steve -----Original Message----- From: <a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a> [<a class="moz-txt-link-freetext" href="mailto:[email protected]">mailto:[email protected]</a>] On Behalf Of Steve Viens Sent: Friday, May 30, 2003 10:48 PM To: <a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a> Subject: RE: [juddi-Developers] bug #745056 Yeah Anou, we've got to implement these two methods in RelatedBusinessInfoHandler. public RegistryObject unmarshal(Element element) public void marshal(RegistryObject object,Element parent) They're a little different that BusinessInfoHandler in that the RelatedBUsinessInfo element includes a child BusinessKey element (BusinessInfo has a BusinessKey attribute) and of course RelatedBusinessInfo includes zero to many "SharedRelationship" elements while BusinessInfo contains ServiceInfo's. Steve -----Original Message----- From: <a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a> [<a class="moz-txt-link-freetext" href="mailto:[email protected]">mailto:[email protected]</a>] On Behalf Of Andy Cutright Sent: Friday, May 30, 2003 8:25 PM To: <a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a> Subject: Re: [juddi-Developers] bug #745056 hi anou, the bug was filed originally against RelatedBusinesInfoHandler. steve subsequently discovered other issues. the test case is actually posted today with my other tests (the junit stuff). TestPublisherAssertion.testExposePeerToPeer() will demonstrate the problem. the test case is a bit immature: it's meant to test something else. it does expose the problem with RelatedBusinessInfoHandler. cheeers, andy Anou Manavalan wrote: </pre> <blockquote type="cite"> <pre wrap="">Andy, I believe the problem was in the RelatedBusinessEntity having extra vars which it aggregated from the super class BusinessEntity, which was </pre> </blockquote> <pre wrap=""><!----> </pre> <blockquote type="cite"> <pre wrap="">changed. And that's why you don't see any change in the RelatedBusinessInfoHandler. Can you post the error/exception or stack trace ? And also the test case, if you have. regards, -Anou -----Original Message----- From: <a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a> [<a class="moz-txt-link-freetext" href="mailto:[email protected]">mailto:[email protected]</a>]On Behalf Of Andy Cutright Sent: Friday, May 30, 2003 5:03 PM To: Viens, Steve Cc: <a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a> Subject: Re: [juddi-Developers] bug #745056 hey steve, i've reopened this bug. i've just downloaded HEAD from CVS (and verified by browsing CVS). there's been no change to RelatedBusinessInfoHandler to marshal a response. i'm about to sign off </pre> </blockquote> <pre wrap=""><!----> </pre> <blockquote type="cite"> <pre wrap="">for the day, so i can probably look at this next week, if you want me to fix it. and i have a test case readily available for verifying the fix. cheers, andy ------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! <a class="moz-txt-link-freetext" href="http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5">http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5</a> _______________________________________________ juddi-developers mailing list <a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/juddi-developers">https://lists.sourceforge.net/lists/listinfo/juddi-developers</a> ------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! <a class="moz-txt-link-freetext" href="http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5">http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5</a> _______________________________________________ juddi-developers mailing list <a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/juddi-developers">https://lists.sourceforge.net/lists/listinfo/juddi-developers</a> </pre> </blockquote> <pre wrap=""><!----> ------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! <a class="moz-txt-link-freetext" href="http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5">http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5</a> _______________________________________________ juddi-developers mailing list <a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/juddi-developers">https://lists.sourceforge.net/lists/listinfo/juddi-developers</a> ------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! <a class="moz-txt-link-freetext" href="http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5">http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5</a> _______________________________________________ juddi-developers mailing list <a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/juddi-developers">https://lists.sourceforge.net/lists/listinfo/juddi-developers</a> ------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! <a class="moz-txt-link-freetext" href="http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5">http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5</a> _______________________________________________ juddi-developers mailing list <a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/juddi-developers">https://lists.sourceforge.net/lists/listinfo/juddi-developers</a> </pre> </blockquote> <br> </body> </html> From [email protected] Tue Jun 03 16:51:34 2003 Received: from rwcrmhc51.attbi.com ([161.129.204.104]) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19NLYw-000795-00 for <[email protected]>; Tue, 03 Jun 2003 16:51:30 -0700 Received: from pompey (h00a0cc60fb9e.ne.client2.attbi.com[161.129.204.104]) by attbi.com (rwcrmhc51) with SMTP id <200306032351240510027lqre>; Tue, 3 Jun 2003 23:51:25 +0000 From: "Steve Viens" <[email protected]> To: <[email protected]> Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: [juddi-Developers] FW: [ juddi-Bugs-748530 ] 748530 AssertionStatusItem XML parsing incorrectly Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] X-Reply-To: <[email protected]> List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Tue Jun 3 16:52:08 2003 X-Original-Date: Tue, 3 Jun 2003 19:51:10 -0400 Bugs item #748530, was opened at 2003-06-03 23:38 Message generated for change (Settings changed) made by sviens You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=434422&aid=748530&grou p_id=42875 Category: Transport Layer Group: Development >Status: Pending >Resolution: Fixed Priority: 8 Submitted By: Steve Viens (sviens) Assigned to: Steve Viens (sviens) >Summary: 748530 AssertionStatusItem XML parsing incorrectly Initial Comment: The Handler class for AssertionStatusItem is marshalling and unmarshalling inappropriately. The completionStatus value is being treated as an xml element and should be an attribute. Also the fromKey and toKey values are being treated as attributes and should be marshalled/unmarshalled as xml elements. Finally, the keysOwned element is not being handled at all. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=434422&aid=748530&grou p_id=42875 From [email protected] Wed Jun 04 12:20:40 2003 Received: from [161.129.204.104] (helo=mx1.trysybase.com) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19NdoO-0000xZ-00 for <[email protected]>; Wed, 04 Jun 2003 12:20:40 -0700 Received: from mail.trysybase.com (mail.trysybase.com [161.129.204.104]) by mx1.trysybase.com (8.11.6/8.11.0) with ESMTP id h54JKhA26136 for <[email protected]>; Wed, 4 Jun 2003 13:20:43 -0600 Received: from dnamsrv ([161.129.204.104]) by mail.trysybase.com (8.11.6/8.11.6) with SMTP id h54JENW03477 for <[email protected]>; Wed, 4 Jun 2003 13:14:23 -0600 From: "Anou Manavalan" <[email protected]> To: <[email protected]> Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0006_01C32A9C.83FE4610" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal Subject: [juddi-Developers] Gump build for jUDDI Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] X-Reply-To: <[email protected]> List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Wed Jun 4 12:21:05 2003 X-Original-Date: Wed, 4 Jun 2003 13:23:41 -0600 This is a multi-part message in MIME format. ------=_NextPart_000_0006_01C32A9C.83FE4610 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi everyone, I created a new project called "anou" ( so people don't get confused with juddi ) and put the files in the structure we agreed with. Gump with Centipede builds it like a charm ( thanks Adam, for the help ). I cut a lot of output that came.... but basically as you can see, the Build was Successful. Adam can get one of the Gump contributors to add jUDDI in it and we should be able to build it nightly via Gump ( when we are ready with jUDDI moved to the new structure permanently ). regards, -Anou Buildfile: centibuild.xml [centipede] Initializing Centipede... [centipede] ...Centipede started. [centipede] No project specified. Defaulting to first project: anou [centipede] Dependency sequence for project `anou' is *NONE* [echo] [echo] * ===================================== * [echo] | Krysalis Centipede Build System | [echo] * ===================================== * [echo] [echo] ===================================== [echo] building anou 1.0.0-dev-20030604 [echo] ===================================== [echo] [echo] file:////homelocal/build/jars_dir/log4j/jars/log4j-1.2.8.jar [ruperDepend] Jun 4, 2003 1:33:29 PM org.krysalis.version.util.logging.commons.CommonsLogHandle info [ruperDepend] INFO: Dependency is "supplied", and local version found :file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/jce.jar [ruperDepend] Jun 4, 2003 1:33:29 PM org.krysalis.version.util.logging.commons.CommonsLogHandle info [ruperDepend] INFO: Dependency [resource "jaxrpc" in repository id=maven] found as file:////homelocal/build/jars_dir/jaxrpc/jars/jaxrpc.jar [ruperDepend] Jun 4, 2003 1:33:29 PM org.krysalis.version.util.logging.commons.CommonsLogHandle info [ruperDepend] INFO: Dependency [resource "saaj" in repository id=maven] found as file:////homelocal/build/jars_dir/saaj/jars/saaj.jar [ruperDepend] Jun 4, 2003 1:33:29 PM org.krysalis.version.util.logging.commons.CommonsLogHandle info [ruperDepend] INFO: Dependency [resource "wsdl4j" in repository id=maven] found as file:////homelocal/build/jars_dir/wsdl4j/jars/wsdl4j-1.0.jar [ruperDepend] Jun 4, 2003 1:33:29 PM org.krysalis.version.util.logging.commons.CommonsLogHandle info [ruperDepend] INFO: Dependency [resource "junit" in repository id=maven] found as file:////homelocal/build/jars_dir/junit/jars/junit-3.8.1.jar [ruperDepend] Jun 4, 2003 1:33:29 PM org.krysalis.version.util.logging.commons.CommonsLogHandle info [ruperDepend] INFO: Dependency [resource "xerces" in repository id=maven] found as file:////homelocal/build/jars_dir/xerces/jars/xerces-2.3.0.jar [ruperDepend] Jun 4, 2003 1:33:29 PM org.krysalis.version.util.logging.commons.CommonsLogHandle info [ruperDepend] INFO: Dependency is "supplied", and local version found :file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/servlet.jar Dependency is "supplied", and local version found :file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/jce.jar Dependency is "supplied", and local version found :file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/servlet.jar compile-src: [echo] Compiling project core with Java 1.4, debug on, optimize off, deprecation on [javac] Compiling 178 source files to /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/classes docs: dist-info: [echo] ********************************************** [echo] * [echo] * Build all distributions: [echo] * - source distribution for windows/unix. [echo] * - binary distribution for windows/unix. [echo] * [echo] * This may take a while... [echo] * [echo] *********************************************** distclean: [delete] Deleting directory /homelocal/build/gump/local_gump/gump-ws/anou/dist [delete] Deleting directory /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-src [delete] Deleting directory /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin pre-dist: dist-ReleaseNotes: [mkdir] Created dir: /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin [mkdir] Created dir: /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-src [xslt] Processing /homelocal/build/gump/local_gump/gump-ws/anou/status.xml to /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/ ReleaseNotes.txt [xslt] Loading stylesheet /homelocal/build/gump/local_gump/gump-ws/krysalis-centipede-jar/tools/cents/ java-0.1.1-dev-20030604.cent/resources/stylesheets/status2ReleaseNotes.xsl [copy] Copying 1 file to /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-src dist-src: [mkdir] Created dir: /homelocal/build/gump/local_gump/gump-ws/anou/dist [copy] Copying 581 files to /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-src dist-src-tgz: [tar] Building tar: /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-s rc.tar [gzip] Building: /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-s rc.tar.gz dist-src-zip: [zip] Building zip: /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-s rc.zip package-src: [jar] Building jar: /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/anou-1.0.0-dev-2003 0604.jar package: copy-exported-jars: [mkdir] Created dir: /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/ lib [copy] Copying 1 file to /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/ lib dist-bin: [copy] Copying 1 file to /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin [mkdir] Created dir: /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/ docs [copy] Copying 707 files to /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/ docs dist-bin-tgz: [tar] Building tar: /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-b in.tar [gzip] Building: /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-b in.tar.gz dist-bin-zip: [zip] Building zip: /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-b in.zip dist-jar: [copy] Copying 1 file to /homelocal/build/gump/local_gump/gump-ws/anou/dist dist: [echo] Finished build a distribution of [echo] anou 1.0.0-dev-20030604 [echo] The files are in ./dist [echo] gump: BUILD SUCCESSFUL Total time: 4 minutes 9 seconds ------=_NextPart_000_0006_01C32A9C.83FE4610 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Diso-8859-1"> <META content=3D"MSHTML 5.50.4807.2300" name=3DGENERATOR></HEAD> <BODY> <DIV><SPAN class=3D159461119-04062003><FONT face=3DArial>Hi=20 everyone,</FONT></SPAN></DIV> <DIV><SPAN class=3D159461119-04062003><FONT = face=3DArial></FONT></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D159461119-04062003><FONT face=3DArial>I created a new = project=20 called "anou" ( so people don't get confused with juddi ) and put the = files in=20 the structure we agreed with. Gump with Centipede builds it like a charm = ( <SPAN=20 class=3D159461119-04062003><FONT face=3DArial>thanks Adam, for the help=20 ).</FONT></SPAN></FONT></SPAN></DIV> <DIV><SPAN class=3D159461119-04062003><FONT = face=3DArial></FONT></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D159461119-04062003><FONT face=3DArial>I cut a lot of = output that=20 came.... but basically as you can see, the Build was Successful.&nbsp; = Adam can=20 get one of the Gump contributors to add jUDDI in it and we should be = able to=20 build it nightly via Gump ( when we are ready with jUDDI moved to the = new=20 structure permanently ).</FONT></SPAN></DIV> <DIV><SPAN class=3D159461119-04062003><FONT = face=3DArial></FONT></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D159461119-04062003><FONT = face=3DArial></FONT></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D159461119-04062003><FONT=20 face=3DArial>regards,</FONT></SPAN></DIV> <DIV><SPAN class=3D159461119-04062003><FONT = face=3DArial>-Anou</FONT></SPAN></DIV> <DIV><FONT face=3DArial></FONT>&nbsp;</DIV> <DIV><FONT face=3DArial></FONT>&nbsp;</DIV> <DIV><FONT face=3DArial></FONT>&nbsp;</DIV> <DIV><FONT face=3DArial>Buildfile: centibuild.xml<BR>[centipede] = Initializing=20 Centipede...<BR>[centipede] ...Centipede started.<BR>[centipede] No = project=20 specified. Defaulting to first project:&nbsp; anou<BR>[centipede] = Dependency=20 sequence for project `anou' is *NONE*<BR>&nbsp;&nbsp;&nbsp;&nbsp; [echo] = <BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [echo]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;=20 * = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D *<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [echo]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;=20 |&nbsp;&nbsp; Krysalis Centipede Build System&nbsp;&nbsp;&nbsp;&nbsp;=20 |<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [echo]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;=20 * = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D *<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [echo]&nbsp;&nbsp;&nbsp; </FONT></DIV> <DIV><FONT face=3DArial><SPAN = class=3D159461119-04062003>&nbsp;&nbsp;&nbsp;&nbsp;=20 </SPAN>[echo]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [echo]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 building&nbsp; anou 1.0.0-dev-20030604<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [echo]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D <BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [echo]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 <BR>&nbsp;&nbsp;&nbsp;&nbsp; [echo]&nbsp;&nbsp;&nbsp; <A=20 href=3D"file:////homelocal/build/jars_dir/log4j/jars/log4j-1.2.8.jar">fil= e:////homelocal/build/jars_dir/log4j/jars/log4j-1.2.8.jar</A><BR>[ruperDe= pend]=20 Jun 4, 2003 1:33:29 PM=20 org.krysalis.version.util.logging.commons.CommonsLogHandle = info<BR>[ruperDepend]=20 INFO: Dependency is "supplied", and local version found=20 :file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/jce.jar<BR>[ru= perDepend]=20 Jun 4, 2003 1:33:29 PM=20 org.krysalis.version.util.logging.commons.CommonsLogHandle = info<BR>[ruperDepend]=20 INFO: Dependency [resource "jaxrpc" in repository id=3Dmaven] found as=20 file:////homelocal/build/jars_dir/jaxrpc/jars/jaxrpc.jar<BR>[ruperDepend]= Jun 4,=20 2003 1:33:29 PM = org.krysalis.version.util.logging.commons.CommonsLogHandle=20 info<BR>[ruperDepend] INFO: Dependency [resource "saaj" in repository = id=3Dmaven]=20 found as = file:////homelocal/build/jars_dir/saaj/jars/saaj.jar<BR>[ruperDepend]=20 Jun 4, 2003 1:33:29 PM=20 org.krysalis.version.util.logging.commons.CommonsLogHandle = info<BR>[ruperDepend]=20 INFO: Dependency [resource "wsdl4j" in repository id=3Dmaven] found as=20 file:////homelocal/build/jars_dir/wsdl4j/jars/wsdl4j-1.0.jar<BR>[ruperDep= end]=20 Jun 4, 2003 1:33:29 PM=20 org.krysalis.version.util.logging.commons.CommonsLogHandle = info<BR>[ruperDepend]=20 INFO: Dependency [resource "junit" in repository id=3Dmaven] found as=20 file:////homelocal/build/jars_dir/junit/jars/junit-3.8.1.jar<BR>[ruperDep= end]=20 Jun 4, 2003 1:33:29 PM=20 org.krysalis.version.util.logging.commons.CommonsLogHandle = info<BR>[ruperDepend]=20 INFO: Dependency [resource "xerces" in repository id=3Dmaven] found as=20 file:////homelocal/build/jars_dir/xerces/jars/xerces-2.3.0.jar<BR>[ruperD= epend]=20 Jun 4, 2003 1:33:29 PM=20 org.krysalis.version.util.logging.commons.CommonsLogHandle = info<BR>[ruperDepend]=20 INFO: Dependency is "supplied", and local version found=20 :file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/servlet.jar<BR= >Dependency=20 is "supplied", and local version found=20 :file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/jce.jar<BR>Dep= endency=20 is "supplied", and local version found=20 :file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/servlet.jar<BR= ></FONT></DIV> <DIV><FONT face=3DArial>compile-src:<BR>&nbsp;&nbsp;&nbsp;&nbsp; [echo] = Compiling=20 project core with Java 1.4, debug on, optimize off, deprecation=20 on<BR>&nbsp;&nbsp;&nbsp; [javac] Compiling 178 source files to=20 /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/classes<BR><BR><= BR>docs:<BR><BR>dist-info:<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [echo]=20 **********************************************<BR>&nbsp;&nbsp;&nbsp;&nbsp= ;=20 [echo] *<BR>&nbsp;&nbsp;&nbsp;&nbsp; [echo] *&nbsp; Build all=20 distributions:<BR>&nbsp;&nbsp;&nbsp;&nbsp; [echo] *&nbsp; - source = distribution=20 for windows/unix.<BR>&nbsp;&nbsp;&nbsp;&nbsp; [echo] *&nbsp; - binary=20 distribution for windows/unix.<BR>&nbsp;&nbsp;&nbsp;&nbsp; [echo]=20 *<BR>&nbsp;&nbsp;&nbsp;&nbsp; [echo] *&nbsp; This may take a=20 while...<BR>&nbsp;&nbsp;&nbsp;&nbsp; [echo] = *<BR>&nbsp;&nbsp;&nbsp;&nbsp; [echo]=20 ***********************************************<BR><BR><BR>distclean:<BR>= &nbsp;&nbsp;=20 [delete] Deleting directory=20 /homelocal/build/gump/local_gump/gump-ws/anou/dist<BR>&nbsp;&nbsp; = [delete]=20 Deleting directory=20 /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-s= rc<BR>&nbsp;&nbsp;=20 [delete] Deleting directory=20 /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-b= in<BR><BR>pre-dist:<BR><BR>dist-ReleaseNotes:<BR>&nbsp;&nbsp;&nbsp;=20 [mkdir] Created dir:=20 /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-b= in<BR>&nbsp;&nbsp;&nbsp;=20 [mkdir] Created dir:=20 /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-s= rc<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [xslt] Processing = /homelocal/build/gump/local_gump/gump-ws/anou/status.xml to=20 /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-b= in/ReleaseNotes.txt<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [xslt] Loading stylesheet=20 /homelocal/build/gump/local_gump/gump-ws/krysalis-centipede-jar/tools/cen= ts/java-0.1.1-dev-20030604.cent/resources/stylesheets/status2ReleaseNotes= .xsl<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [copy] Copying 1 file to=20 /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-s= rc<BR><BR>dist-src:<BR>&nbsp;&nbsp;&nbsp;=20 [mkdir] Created dir:=20 /homelocal/build/gump/local_gump/gump-ws/anou/dist<BR>&nbsp;&nbsp;&nbsp;&= nbsp;=20 [copy] Copying 581 files to=20 /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-s= rc<BR><BR>dist-src-tgz:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 [tar] Building tar:=20 /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-2003060= 4-src.tar<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [gzip] Building:=20 /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-2003060= 4-src.tar.gz<BR><BR>dist-src-zip:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 [zip] Building zip:=20 /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-2003060= 4-src.zip<BR><BR>package-src:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 [jar] Building jar:=20 /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/anou-1.0.0-dev-2= 0030604.jar<BR><BR>package:<BR><BR>copy-exported-jars:<BR>&nbsp;&nbsp;&nb= sp;=20 [mkdir] Created dir:=20 /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-b= in/lib<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [copy] Copying 1 file to=20 /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-b= in/lib<BR><BR>dist-bin:<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [copy] Copying 1 file to=20 /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-b= in<BR>&nbsp;&nbsp;&nbsp;=20 [mkdir] Created dir:=20 /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-b= in/docs<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [copy] Copying 707 files to=20 /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-b= in/docs<BR><BR>dist-bin-tgz:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 [tar] Building tar:=20 /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-2003060= 4-bin.tar<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [gzip] Building:=20 /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-2003060= 4-bin.tar.gz<BR><BR>dist-bin-zip:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 [zip] Building zip:=20 /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-2003060= 4-bin.zip<BR><BR>dist-jar:<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [copy] Copying 1 file to=20 /homelocal/build/gump/local_gump/gump-ws/anou/dist<BR><BR>dist:<BR>&nbsp;= &nbsp;&nbsp;&nbsp;=20 [echo] Finished build a distribution of<BR>&nbsp;&nbsp;&nbsp;&nbsp; = [echo] anou=20 1.0.0-dev-20030604<BR>&nbsp;&nbsp;&nbsp;&nbsp; [echo] The files are in=20 ./dist&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 <BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [echo]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 <BR><BR>gump:<BR><BR>BUILD SUCCESSFUL<BR>Total time: 4 minutes 9=20 seconds<BR></DIV></FONT></BODY></HTML> ------=_NextPart_000_0006_01C32A9C.83FE4610-- From [email protected] Wed Jun 04 12:32:04 2003 Received: from outgoing2.borland.com ([161.129.204.104] helo=outgoing.borland.com) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19NdzP-0004ss-00 for <[email protected]>; Wed, 04 Jun 2003 12:32:03 -0700 Received: from sm-msg1 (bigip-snat.inprise.com [161.129.204.104]) by sv-mta2.inprise.com (iPlanet Messaging Server 5.2 HotFix 1.10 (built Jan 23 2003)) with ESMTP id <[email protected]> for [email protected]; Wed, 04 Jun 2003 12:31:56 -0700 (PDT) Received: from borland.com (tobenamed1.sm.inprise.com [161.129.204.104]) by sm-msg.inprise.com (iPlanet Messaging Server 5.2 HotFix 0.9 (built Jul 29 2002)) with ESMTP id <[email protected]> for [email protected]; Wed, 04 Jun 2003 12:31:56 -0700 (PDT) From: Andy Cutright <[email protected]> Subject: Re: [juddi-Developers] Gump build for jUDDI To: [email protected] Message-id: <[email protected]> MIME-version: 1.0 Content-type: multipart/related; boundary="Boundary_(ID_wP/Ni4yTAXS9Uqtuk4U8kw)" X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 References: <[email protected]> Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Wed Jun 4 12:33:02 2003 X-Original-Date: Wed, 04 Jun 2003 12:31:56 -0700 --Boundary_(ID_wP/Ni4yTAXS9Uqtuk4U8kw) Content-type: text/html; charset=us-ascii Content-transfer-encoding: 7BIT <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"> <title></title> </head> <body> hi, <br> <br> will juddi continue to build simply using ant? <br> <br> cheers, <br> andy <br> <br> Anou Manavalan wrote:<br> <blockquote type="cite" cite="[email protected]"> <meta http-equiv="Content-Type" content="text/html; "> <meta content="MSHTML 5.50.4807.2300" name="GENERATOR"> <div><span class="159461119-04062003"><font face="Arial">Hi everyone,</font></span></div> <div><span class="159461119-04062003"></span>&nbsp;</div> <div><span class="159461119-04062003"><font face="Arial">I created a new project called "anou" ( so people don't get confused with juddi ) and put the files in the structure we agreed with. Gump with Centipede builds it like a charm ( <span class="159461119-04062003"><font face="Arial">thanks Adam, for the help ).</font></span></font></span></div> <div><span class="159461119-04062003"></span>&nbsp;</div> <div><span class="159461119-04062003"><font face="Arial">I cut a lot of output that came.... but basically as you can see, the Build was Successful.&nbsp; Adam can get one of the Gump contributors to add jUDDI in it and we should be able to build it nightly via Gump ( when we are ready with jUDDI moved to the new structure permanently ).</font></span></div> <div><span class="159461119-04062003"></span>&nbsp;</div> <div><span class="159461119-04062003"></span>&nbsp;</div> <div><span class="159461119-04062003"><font face="Arial">regards,</font></span></div> <div><span class="159461119-04062003"><font face="Arial">-Anou</font></span></div> <div>&nbsp;</div> <div>&nbsp;</div> <div>&nbsp;</div> <div><font face="Arial">Buildfile: centibuild.xml<br> [centipede] Initializing Centipede...<br> [centipede] ...Centipede started.<br> [centipede] No project specified. Defaulting to first project:&nbsp; anou<br> [centipede] Dependency sequence for project `anou' is *NONE*<br> &nbsp;&nbsp;&nbsp;&nbsp; [echo] <br> &nbsp;&nbsp;&nbsp;&nbsp; [echo]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * ===================================== *<br> &nbsp;&nbsp;&nbsp;&nbsp; [echo]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp; Krysalis Centipede Build System&nbsp;&nbsp;&nbsp;&nbsp; |<br> &nbsp;&nbsp;&nbsp;&nbsp; [echo]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * ===================================== *<br> &nbsp;&nbsp;&nbsp;&nbsp; [echo]&nbsp;&nbsp;&nbsp; </font></div> <div><font face="Arial"><span class="159461119-04062003">&nbsp;&nbsp;&nbsp;&nbsp; </span>[echo]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =====================================<br> &nbsp;&nbsp;&nbsp;&nbsp; [echo]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; building&nbsp; anou 1.0.0-dev-20030604<br> &nbsp;&nbsp;&nbsp;&nbsp; [echo]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ===================================== <br> &nbsp;&nbsp;&nbsp;&nbsp; [echo]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br> &nbsp;&nbsp;&nbsp;&nbsp; [echo]&nbsp;&nbsp;&nbsp; <a href="file:////homelocal/build/jars_dir/log4j/jars/log4j-1.2.8.jar" moz-do-not-send="true">file:////homelocal/build/jars_dir/log4j/jars/log4j-1.2.8.jar</a><br> [ruperDepend] Jun 4, 2003 1:33:29 PM org.krysalis.version.util.logging.commons.CommonsLogHandle info<br> [ruperDepend] INFO: Dependency is "supplied", and local version found :<a class="moz-txt-link-freetext" href="file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/jce.jar">file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/jce.jar</a><br> [ruperDepend] Jun 4, 2003 1:33:29 PM org.krysalis.version.util.logging.commons.CommonsLogHandle info<br> [ruperDepend] INFO: Dependency [resource "jaxrpc" in repository id=maven] found as <a class="moz-txt-link-freetext" href="file:////homelocal/build/jars_dir/jaxrpc/jars/jaxrpc.jar">file:////homelocal/build/jars_dir/jaxrpc/jars/jaxrpc.jar</a><br> [ruperDepend] Jun 4, 2003 1:33:29 PM org.krysalis.version.util.logging.commons.CommonsLogHandle info<br> [ruperDepend] INFO: Dependency [resource "saaj" in repository id=maven] found as <a class="moz-txt-link-freetext" href="file:////homelocal/build/jars_dir/saaj/jars/saaj.jar">file:////homelocal/build/jars_dir/saaj/jars/saaj.jar</a><br> [ruperDepend] Jun 4, 2003 1:33:29 PM org.krysalis.version.util.logging.commons.CommonsLogHandle info<br> [ruperDepend] INFO: Dependency [resource "wsdl4j" in repository id=maven] found as <a class="moz-txt-link-freetext" href="file:////homelocal/build/jars_dir/wsdl4j/jars/wsdl4j-1.0.jar">file:////homelocal/build/jars_dir/wsdl4j/jars/wsdl4j-1.0.jar</a><br> [ruperDepend] Jun 4, 2003 1:33:29 PM org.krysalis.version.util.logging.commons.CommonsLogHandle info<br> [ruperDepend] INFO: Dependency [resource "junit" in repository id=maven] found as <a class="moz-txt-link-freetext" href="file:////homelocal/build/jars_dir/junit/jars/junit-3.8.1.jar">file:////homelocal/build/jars_dir/junit/jars/junit-3.8.1.jar</a><br> [ruperDepend] Jun 4, 2003 1:33:29 PM org.krysalis.version.util.logging.commons.CommonsLogHandle info<br> [ruperDepend] INFO: Dependency [resource "xerces" in repository id=maven] found as <a class="moz-txt-link-freetext" href="file:////homelocal/build/jars_dir/xerces/jars/xerces-2.3.0.jar">file:////homelocal/build/jars_dir/xerces/jars/xerces-2.3.0.jar</a><br> [ruperDepend] Jun 4, 2003 1:33:29 PM org.krysalis.version.util.logging.commons.CommonsLogHandle info<br> [ruperDepend] INFO: Dependency is "supplied", and local version found :<a class="moz-txt-link-freetext" href="file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/servlet.jar">file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/servlet.jar</a><br> Dependency is "supplied", and local version found :<a class="moz-txt-link-freetext" href="file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/jce.jar">file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/jce.jar</a><br> Dependency is "supplied", and local version found :<a class="moz-txt-link-freetext" href="file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/servlet.jar">file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/servlet.jar</a><br> </font></div> <div><font face="Arial">compile-src:<br> &nbsp;&nbsp;&nbsp;&nbsp; [echo] Compiling project core with Java 1.4, debug on, optimize off, deprecation on<br> &nbsp;&nbsp;&nbsp; [javac] Compiling 178 source files to /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/classes<br> <br> <br> docs:<br> <br> dist-info:<br> &nbsp;&nbsp;&nbsp;&nbsp; [echo] **********************************************<br> &nbsp;&nbsp;&nbsp;&nbsp; [echo] *<br> &nbsp;&nbsp;&nbsp;&nbsp; [echo] *&nbsp; Build all distributions:<br> &nbsp;&nbsp;&nbsp;&nbsp; [echo] *&nbsp; - source distribution for windows/unix.<br> &nbsp;&nbsp;&nbsp;&nbsp; [echo] *&nbsp; - binary distribution for windows/unix.<br> &nbsp;&nbsp;&nbsp;&nbsp; [echo] *<br> &nbsp;&nbsp;&nbsp;&nbsp; [echo] *&nbsp; This may take a while...<br> &nbsp;&nbsp;&nbsp;&nbsp; [echo] *<br> &nbsp;&nbsp;&nbsp;&nbsp; [echo] ***********************************************<br> <br> <br> distclean:<br> &nbsp;&nbsp; [delete] Deleting directory /homelocal/build/gump/local_gump/gump-ws/anou/dist<br> &nbsp;&nbsp; [delete] Deleting directory /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-src<br> &nbsp;&nbsp; [delete] Deleting directory /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin<br> <br> pre-dist:<br> <br> dist-ReleaseNotes:<br> &nbsp;&nbsp;&nbsp; [mkdir] Created dir: /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin<br> &nbsp;&nbsp;&nbsp; [mkdir] Created dir: /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-src<br> &nbsp;&nbsp;&nbsp;&nbsp; [xslt] Processing /homelocal/build/gump/local_gump/gump-ws/anou/status.xml to /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/ReleaseNotes.txt<br> &nbsp;&nbsp;&nbsp;&nbsp; [xslt] Loading stylesheet /homelocal/build/gump/local_gump/gump-ws/krysalis-centipede-jar/tools/cents/java-0.1.1-dev-20030604.cent/resources/stylesheets/status2ReleaseNotes.xsl<br> &nbsp;&nbsp;&nbsp;&nbsp; [copy] Copying 1 file to /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-src<br> <br> dist-src:<br> &nbsp;&nbsp;&nbsp; [mkdir] Created dir: /homelocal/build/gump/local_gump/gump-ws/anou/dist<br> &nbsp;&nbsp;&nbsp;&nbsp; [copy] Copying 581 files to /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-src<br> <br> dist-src-tgz:<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [tar] Building tar: /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-src.tar<br> &nbsp;&nbsp;&nbsp;&nbsp; [gzip] Building: /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-src.tar.gz<br> <br> dist-src-zip:<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [zip] Building zip: /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-src.zip<br> <br> package-src:<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [jar] Building jar: /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/anou-1.0.0-dev-20030604.jar<br> <br> package:<br> <br> copy-exported-jars:<br> &nbsp;&nbsp;&nbsp; [mkdir] Created dir: /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/lib<br> &nbsp;&nbsp;&nbsp;&nbsp; [copy] Copying 1 file to /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/lib<br> <br> dist-bin:<br> &nbsp;&nbsp;&nbsp;&nbsp; [copy] Copying 1 file to /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin<br> &nbsp;&nbsp;&nbsp; [mkdir] Created dir: /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/docs<br> &nbsp;&nbsp;&nbsp;&nbsp; [copy] Copying 707 files to /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/docs<br> <br> dist-bin-tgz:<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [tar] Building tar: /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-bin.tar<br> &nbsp;&nbsp;&nbsp;&nbsp; [gzip] Building: /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-bin.tar.gz<br> <br> dist-bin-zip:<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [zip] Building zip: /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-bin.zip<br> <br> dist-jar:<br> &nbsp;&nbsp;&nbsp;&nbsp; [copy] Copying 1 file to /homelocal/build/gump/local_gump/gump-ws/anou/dist<br> <br> dist:<br> &nbsp;&nbsp;&nbsp;&nbsp; [echo] Finished build a distribution of<br> &nbsp;&nbsp;&nbsp;&nbsp; [echo] anou 1.0.0-dev-20030604<br> &nbsp;&nbsp;&nbsp;&nbsp; [echo] The files are in ./dist&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br> &nbsp;&nbsp;&nbsp;&nbsp; [echo]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br> <br> gump:<br> <br> BUILD SUCCESSFUL<br> Total time: 4 minutes 9 seconds<br> </font></div> </blockquote> <br> </body> </html> --Boundary_(ID_wP/Ni4yTAXS9Uqtuk4U8kw)-- From [email protected] Wed Jun 04 12:44:52 2003 Received: from [161.129.204.104] (helo=mx1.trysybase.com) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19NeBo-0002FV-00 for <[email protected]>; Wed, 04 Jun 2003 12:44:52 -0700 Received: from mail.trysybase.com (mail.trysybase.com [161.129.204.104]) by mx1.trysybase.com (8.11.6/8.11.0) with ESMTP id h54JiuA26215 for <[email protected]>; Wed, 4 Jun 2003 13:44:56 -0600 Received: from dnamsrv ([161.129.204.104]) by mail.trysybase.com (8.11.6/8.11.6) with SMTP id h54JcaW03630 for <[email protected]>; Wed, 4 Jun 2003 13:38:36 -0600 From: "Anou Manavalan" <[email protected]> To: <[email protected]> Subject: RE: [juddi-Developers] Gump build for jUDDI Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000D_01C32A9F.E5BC37B0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal In-Reply-To: <[email protected]> Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] X-Reply-To: <[email protected]> List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Wed Jun 4 12:45:12 2003 X-Original-Date: Wed, 4 Jun 2003 13:47:53 -0600 This is a multi-part message in MIME format. ------=_NextPart_000_000D_01C32A9F.E5BC37B0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Yes, It will. We still have the build.xml, I will fix it for the new structure then it should. regards, -Anou -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of Andy Cutright Sent: Wednesday, June 04, 2003 1:32 PM To: [email protected] Subject: Re: [juddi-Developers] Gump build for jUDDI hi, will juddi continue to build simply using ant? cheers, andy Anou Manavalan wrote: Hi everyone, I created a new project called "anou" ( so people don't get confused with juddi ) and put the files in the structure we agreed with. Gump with Centipede builds it like a charm ( thanks Adam, for the help ). I cut a lot of output that came.... but basically as you can see, the Build was Successful. Adam can get one of the Gump contributors to add jUDDI in it and we should be able to build it nightly via Gump ( when we are ready with jUDDI moved to the new structure permanently ). regards, -Anou Buildfile: centibuild.xml [centipede] Initializing Centipede... [centipede] ...Centipede started. [centipede] No project specified. Defaulting to first project: anou [centipede] Dependency sequence for project `anou' is *NONE* [echo] [echo] * ===================================== * [echo] | Krysalis Centipede Build System | [echo] * ===================================== * [echo] [echo] ===================================== [echo] building anou 1.0.0-dev-20030604 [echo] ===================================== [echo] [echo] file:////homelocal/build/jars_dir/log4j/jars/log4j-1.2.8.jar [ruperDepend] Jun 4, 2003 1:33:29 PM org.krysalis.version.util.logging.commons.CommonsLogHandle info [ruperDepend] INFO: Dependency is "supplied", and local version found :file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/jce.jar [ruperDepend] Jun 4, 2003 1:33:29 PM org.krysalis.version.util.logging.commons.CommonsLogHandle info [ruperDepend] INFO: Dependency [resource "jaxrpc" in repository id=maven] found as file:////homelocal/build/jars_dir/jaxrpc/jars/jaxrpc.jar [ruperDepend] Jun 4, 2003 1:33:29 PM org.krysalis.version.util.logging.commons.CommonsLogHandle info [ruperDepend] INFO: Dependency [resource "saaj" in repository id=maven] found as file:////homelocal/build/jars_dir/saaj/jars/saaj.jar [ruperDepend] Jun 4, 2003 1:33:29 PM org.krysalis.version.util.logging.commons.CommonsLogHandle info [ruperDepend] INFO: Dependency [resource "wsdl4j" in repository id=maven] found as file:////homelocal/build/jars_dir/wsdl4j/jars/wsdl4j-1.0.jar [ruperDepend] Jun 4, 2003 1:33:29 PM org.krysalis.version.util.logging.commons.CommonsLogHandle info [ruperDepend] INFO: Dependency [resource "junit" in repository id=maven] found as file:////homelocal/build/jars_dir/junit/jars/junit-3.8.1.jar [ruperDepend] Jun 4, 2003 1:33:29 PM org.krysalis.version.util.logging.commons.CommonsLogHandle info [ruperDepend] INFO: Dependency [resource "xerces" in repository id=maven] found as file:////homelocal/build/jars_dir/xerces/jars/xerces-2.3.0.jar [ruperDepend] Jun 4, 2003 1:33:29 PM org.krysalis.version.util.logging.commons.CommonsLogHandle info [ruperDepend] INFO: Dependency is "supplied", and local version found :file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/servlet.jar Dependency is "supplied", and local version found :file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/jce.jar Dependency is "supplied", and local version found :file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/servlet.jar compile-src: [echo] Compiling project core with Java 1.4, debug on, optimize off, deprecation on [javac] Compiling 178 source files to /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/classes docs: dist-info: [echo] ********************************************** [echo] * [echo] * Build all distributions: [echo] * - source distribution for windows/unix. [echo] * - binary distribution for windows/unix. [echo] * [echo] * This may take a while... [echo] * [echo] *********************************************** distclean: [delete] Deleting directory /homelocal/build/gump/local_gump/gump-ws/anou/dist [delete] Deleting directory /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-src [delete] Deleting directory /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin pre-dist: dist-ReleaseNotes: [mkdir] Created dir: /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin [mkdir] Created dir: /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-src [xslt] Processing /homelocal/build/gump/local_gump/gump-ws/anou/status.xml to /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/ ReleaseNotes.txt [xslt] Loading stylesheet /homelocal/build/gump/local_gump/gump-ws/krysalis-centipede-jar/tools/cents/ java-0.1.1-dev-20030604.cent/resources/stylesheets/status2ReleaseNotes.xsl [copy] Copying 1 file to /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-src dist-src: [mkdir] Created dir: /homelocal/build/gump/local_gump/gump-ws/anou/dist [copy] Copying 581 files to /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-src dist-src-tgz: [tar] Building tar: /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-s rc.tar [gzip] Building: /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-s rc.tar.gz dist-src-zip: [zip] Building zip: /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-s rc.zip package-src: [jar] Building jar: /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/anou-1.0.0-dev-2003 0604.jar package: copy-exported-jars: [mkdir] Created dir: /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/ lib [copy] Copying 1 file to /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/ lib dist-bin: [copy] Copying 1 file to /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin [mkdir] Created dir: /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/ docs [copy] Copying 707 files to /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/ docs dist-bin-tgz: [tar] Building tar: /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-b in.tar [gzip] Building: /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-b in.tar.gz dist-bin-zip: [zip] Building zip: /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-b in.zip dist-jar: [copy] Copying 1 file to /homelocal/build/gump/local_gump/gump-ws/anou/dist dist: [echo] Finished build a distribution of [echo] anou 1.0.0-dev-20030604 [echo] The files are in ./dist [echo] gump: BUILD SUCCESSFUL Total time: 4 minutes 9 seconds ------=_NextPart_000_000D_01C32A9F.E5BC37B0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD><TITLE></TITLE> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Dus-ascii"> <META content=3D"MSHTML 5.50.4807.2300" name=3DGENERATOR></HEAD> <BODY> <DIV><SPAN class=3D135534419-04062003><FONT face=3DArial color=3D#0000ff = size=3D2>Yes,&nbsp; It will. </FONT></SPAN></DIV> <DIV><SPAN class=3D135534419-04062003><FONT face=3DArial color=3D#0000ff = size=3D2></FONT></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D135534419-04062003><FONT face=3DArial color=3D#0000ff = size=3D2>We=20 still have the build.xml, I will fix it for the new structure then it=20 should.</FONT></SPAN></DIV> <DIV><SPAN class=3D135534419-04062003><FONT face=3DArial color=3D#0000ff = size=3D2></FONT></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D135534419-04062003><FONT face=3DArial color=3D#0000ff = size=3D2>regards,</FONT></SPAN></DIV> <DIV><SPAN class=3D135534419-04062003><FONT face=3DArial color=3D#0000ff = size=3D2>-Anou</FONT>&nbsp;</SPAN></DIV> <BLOCKQUOTE> <DIV class=3DOutlookMessageHeader dir=3Dltr align=3Dleft><FONT = face=3DTahoma=20 size=3D2>-----Original Message-----<BR><B>From:</B>=20 [email protected]=20 [mailto:[email protected]]<B>On Behalf Of = </B>Andy=20 Cutright<BR><B>Sent:</B> Wednesday, June 04, 2003 1:32 = PM<BR><B>To:</B>=20 [email protected]<BR><B>Subject:</B> Re:=20 [juddi-Developers] Gump build for jUDDI<BR><BR></FONT></DIV>hi, = <BR><BR>will=20 juddi continue to build simply using ant? <BR><BR>cheers, <BR>andy=20 <BR><BR>Anou Manavalan wrote:<BR> <BLOCKQUOTE = cite=3D"[email protected]"=20 type=3D"cite"> <META content=3D"MSHTML 5.50.4807.2300" name=3DGENERATOR> <DIV><SPAN class=3D159461119-04062003><FONT face=3DArial>Hi=20 everyone,</FONT></SPAN></DIV> <DIV><SPAN class=3D159461119-04062003></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D159461119-04062003><FONT face=3DArial>I created a = new project=20 called "anou" ( so people don't get confused with juddi ) and put = the files=20 in the structure we agreed with. Gump with Centipede builds it like = a charm=20 ( <SPAN class=3D159461119-04062003><FONT face=3DArial>thanks Adam, = for the help=20 ).</FONT></SPAN></FONT></SPAN></DIV> <DIV><SPAN class=3D159461119-04062003></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D159461119-04062003><FONT face=3DArial>I cut a lot = of output=20 that came.... but basically as you can see, the Build was = Successful.&nbsp;=20 Adam can get one of the Gump contributors to add jUDDI in it and we = should=20 be able to build it nightly via Gump ( when we are ready with jUDDI = moved to=20 the new structure permanently ).</FONT></SPAN></DIV> <DIV><SPAN class=3D159461119-04062003></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D159461119-04062003></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D159461119-04062003><FONT=20 face=3DArial>regards,</FONT></SPAN></DIV> <DIV><SPAN class=3D159461119-04062003><FONT=20 face=3DArial>-Anou</FONT></SPAN></DIV> <DIV>&nbsp;</DIV> <DIV>&nbsp;</DIV> <DIV>&nbsp;</DIV> <DIV><FONT face=3DArial>Buildfile: centibuild.xml<BR>[centipede] = Initializing=20 Centipede...<BR>[centipede] ...Centipede started.<BR>[centipede] No = project=20 specified. Defaulting to first project:&nbsp; anou<BR>[centipede] = Dependency=20 sequence for project `anou' is *NONE*<BR>&nbsp;&nbsp;&nbsp;&nbsp; = [echo]=20 <BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 = [echo]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;=20 * = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D *<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 = [echo]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;=20 |&nbsp;&nbsp; Krysalis Centipede Build = System&nbsp;&nbsp;&nbsp;&nbsp;=20 |<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 = [echo]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;=20 * = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D *<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [echo]&nbsp;&nbsp;&nbsp; </FONT></DIV> <DIV><FONT face=3DArial><SPAN=20 class=3D159461119-04062003>&nbsp;&nbsp;&nbsp;&nbsp;=20 = </SPAN>[echo]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 = [echo]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 building&nbsp; anou 1.0.0-dev-20030604<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 = [echo]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D <BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 = [echo]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 <BR>&nbsp;&nbsp;&nbsp;&nbsp; [echo]&nbsp;&nbsp;&nbsp; <A=20 = href=3D"file:////homelocal/build/jars_dir/log4j/jars/log4j-1.2.8.jar"=20 = moz-do-not-send=3D"true">file:////homelocal/build/jars_dir/log4j/jars/log= 4j-1.2.8.jar</A><BR>[ruperDepend]=20 Jun 4, 2003 1:33:29 PM=20 org.krysalis.version.util.logging.commons.CommonsLogHandle=20 info<BR>[ruperDepend] INFO: Dependency is "supplied", and local = version=20 found :<A class=3Dmoz-txt-link-freetext=20 = href=3D"file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/jce.jar= ">file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/jce.jar</A><B= R>[ruperDepend]=20 Jun 4, 2003 1:33:29 PM=20 org.krysalis.version.util.logging.commons.CommonsLogHandle=20 info<BR>[ruperDepend] INFO: Dependency [resource "jaxrpc" in = repository=20 id=3Dmaven] found as <A class=3Dmoz-txt-link-freetext=20 = href=3D"file:////homelocal/build/jars_dir/jaxrpc/jars/jaxrpc.jar">file://= //homelocal/build/jars_dir/jaxrpc/jars/jaxrpc.jar</A><BR>[ruperDepend]=20 Jun 4, 2003 1:33:29 PM=20 org.krysalis.version.util.logging.commons.CommonsLogHandle=20 info<BR>[ruperDepend] INFO: Dependency [resource "saaj" in = repository=20 id=3Dmaven] found as <A class=3Dmoz-txt-link-freetext=20 = href=3D"file:////homelocal/build/jars_dir/saaj/jars/saaj.jar">file:////ho= melocal/build/jars_dir/saaj/jars/saaj.jar</A><BR>[ruperDepend]=20 Jun 4, 2003 1:33:29 PM=20 org.krysalis.version.util.logging.commons.CommonsLogHandle=20 info<BR>[ruperDepend] INFO: Dependency [resource "wsdl4j" in = repository=20 id=3Dmaven] found as <A class=3Dmoz-txt-link-freetext=20 = href=3D"file:////homelocal/build/jars_dir/wsdl4j/jars/wsdl4j-1.0.jar">fil= e:////homelocal/build/jars_dir/wsdl4j/jars/wsdl4j-1.0.jar</A><BR>[ruperDe= pend]=20 Jun 4, 2003 1:33:29 PM=20 org.krysalis.version.util.logging.commons.CommonsLogHandle=20 info<BR>[ruperDepend] INFO: Dependency [resource "junit" in = repository=20 id=3Dmaven] found as <A class=3Dmoz-txt-link-freetext=20 = href=3D"file:////homelocal/build/jars_dir/junit/jars/junit-3.8.1.jar">fil= e:////homelocal/build/jars_dir/junit/jars/junit-3.8.1.jar</A><BR>[ruperDe= pend]=20 Jun 4, 2003 1:33:29 PM=20 org.krysalis.version.util.logging.commons.CommonsLogHandle=20 info<BR>[ruperDepend] INFO: Dependency [resource "xerces" in = repository=20 id=3Dmaven] found as <A class=3Dmoz-txt-link-freetext=20 = href=3D"file:////homelocal/build/jars_dir/xerces/jars/xerces-2.3.0.jar">f= ile:////homelocal/build/jars_dir/xerces/jars/xerces-2.3.0.jar</A><BR>[rup= erDepend]=20 Jun 4, 2003 1:33:29 PM=20 org.krysalis.version.util.logging.commons.CommonsLogHandle=20 info<BR>[ruperDepend] INFO: Dependency is "supplied", and local = version=20 found :<A class=3Dmoz-txt-link-freetext=20 = href=3D"file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/servlet= .jar">file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/servlet.j= ar</A><BR>Dependency=20 is "supplied", and local version found :<A = class=3Dmoz-txt-link-freetext=20 = href=3D"file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/jce.jar= ">file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/jce.jar</A><B= R>Dependency=20 is "supplied", and local version found :<A = class=3Dmoz-txt-link-freetext=20 = href=3D"file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/servlet= .jar">file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/servlet.j= ar</A><BR></FONT></DIV> <DIV><FONT face=3DArial>compile-src:<BR>&nbsp;&nbsp;&nbsp;&nbsp; = [echo]=20 Compiling project core with Java 1.4, debug on, optimize off, = deprecation=20 on<BR>&nbsp;&nbsp;&nbsp; [javac] Compiling 178 source files to=20 = /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/classes<BR><BR><= BR>docs:<BR><BR>dist-info:<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [echo]=20 = **********************************************<BR>&nbsp;&nbsp;&nbsp;&nbsp= ;=20 [echo] *<BR>&nbsp;&nbsp;&nbsp;&nbsp; [echo] *&nbsp; Build all=20 distributions:<BR>&nbsp;&nbsp;&nbsp;&nbsp; [echo] *&nbsp; - source=20 distribution for windows/unix.<BR>&nbsp;&nbsp;&nbsp;&nbsp; [echo] = *&nbsp; -=20 binary distribution for windows/unix.<BR>&nbsp;&nbsp;&nbsp;&nbsp; = [echo]=20 *<BR>&nbsp;&nbsp;&nbsp;&nbsp; [echo] *&nbsp; This may take a=20 while...<BR>&nbsp;&nbsp;&nbsp;&nbsp; [echo] = *<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [echo]=20 = ***********************************************<BR><BR><BR>distclean:<BR>= &nbsp;&nbsp;=20 [delete] Deleting directory=20 /homelocal/build/gump/local_gump/gump-ws/anou/dist<BR>&nbsp;&nbsp; = [delete]=20 Deleting directory=20 = /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-s= rc<BR>&nbsp;&nbsp;=20 [delete] Deleting directory=20 = /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-b= in<BR><BR>pre-dist:<BR><BR>dist-ReleaseNotes:<BR>&nbsp;&nbsp;&nbsp;=20 [mkdir] Created dir:=20 = /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-b= in<BR>&nbsp;&nbsp;&nbsp;=20 [mkdir] Created dir:=20 = /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-s= rc<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [xslt] Processing = /homelocal/build/gump/local_gump/gump-ws/anou/status.xml=20 to=20 = /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-b= in/ReleaseNotes.txt<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [xslt] Loading stylesheet=20 = /homelocal/build/gump/local_gump/gump-ws/krysalis-centipede-jar/tools/cen= ts/java-0.1.1-dev-20030604.cent/resources/stylesheets/status2ReleaseNotes= .xsl<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [copy] Copying 1 file to=20 = /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-s= rc<BR><BR>dist-src:<BR>&nbsp;&nbsp;&nbsp;=20 [mkdir] Created dir:=20 = /homelocal/build/gump/local_gump/gump-ws/anou/dist<BR>&nbsp;&nbsp;&nbsp;&= nbsp;=20 [copy] Copying 581 files to=20 = /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-s= rc<BR><BR>dist-src-tgz:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 [tar] Building tar:=20 = /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-2003060= 4-src.tar<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [gzip] Building:=20 = /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-2003060= 4-src.tar.gz<BR><BR>dist-src-zip:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 [zip] Building zip:=20 = /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-2003060= 4-src.zip<BR><BR>package-src:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 [jar] Building jar:=20 = /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/anou-1.0.0-dev-2= 0030604.jar<BR><BR>package:<BR><BR>copy-exported-jars:<BR>&nbsp;&nbsp;&nb= sp;=20 [mkdir] Created dir:=20 = /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-b= in/lib<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [copy] Copying 1 file to=20 = /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-b= in/lib<BR><BR>dist-bin:<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [copy] Copying 1 file to=20 = /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-b= in<BR>&nbsp;&nbsp;&nbsp;=20 [mkdir] Created dir:=20 = /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-b= in/docs<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [copy] Copying 707 files to=20 = /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-b= in/docs<BR><BR>dist-bin-tgz:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 [tar] Building tar:=20 = /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-2003060= 4-bin.tar<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [gzip] Building:=20 = /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-2003060= 4-bin.tar.gz<BR><BR>dist-bin-zip:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 [zip] Building zip:=20 = /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-2003060= 4-bin.zip<BR><BR>dist-jar:<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [copy] Copying 1 file to=20 = /homelocal/build/gump/local_gump/gump-ws/anou/dist<BR><BR>dist:<BR>&nbsp;= &nbsp;&nbsp;&nbsp;=20 [echo] Finished build a distribution of<BR>&nbsp;&nbsp;&nbsp;&nbsp; = [echo]=20 anou 1.0.0-dev-20030604<BR>&nbsp;&nbsp;&nbsp;&nbsp; [echo] The files = are in=20 ./dist&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 <BR>&nbsp;&nbsp;&nbsp;&nbsp;=20 [echo]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 <BR><BR>gump:<BR><BR>BUILD SUCCESSFUL<BR>Total time: 4 minutes 9=20 seconds<BR></FONT></DIV></BLOCKQUOTE><BR></BLOCKQUOTE></BODY></HTML> ------=_NextPart_000_000D_01C32A9F.E5BC37B0-- From [email protected] Wed Jun 04 13:36:24 2003 Received: from sccrmhc02.attbi.com ([161.129.204.104]) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19Nezf-0008SU-00 for <[email protected]>; Wed, 04 Jun 2003 13:36:23 -0700 Received: from rwcrwbc06 (unknown[161.129.204.104]) by attbi.com (sccrmhc02) with SMTP id <2003060420361700200aeq2ge>; Wed, 4 Jun 2003 20:36:17 +0000 Received: from [161.129.204.104] by rwcrwbc06; Wed, 04 Jun 2003 20:36:13 +0000 From: [email protected] To: [email protected] Subject: RE: [juddi-Developers] Gump build for jUDDI X-Mailer: AT&T Message Center Version 1 (May 30 2003) X-Authenticated-Sender: c3ZpZW5zQGF0dGJpLmNvbQ== Message-Id: <[email protected]> Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Wed Jun 4 13:37:09 2003 X-Original-Date: Wed, 04 Jun 2003 20:36:13 +0000 Hi Anou, Interesting! I took a look at the directory structure of your 'anou' project and I was wondering what are these files used for? centibuild.xml gump.xml module.xml properties.xml status.xml Most are obvious but a description would be helpful for anyone not-familiar with GUMP or Centipede to understand how they are used. Also, I'm still kind of tweaking the upcoming 'juddi' directory structure ... I'll certainly get it out again soon (it's mostly the same). Some changes/tweaks I've made to the soon-to-be created 'juddi' module... - The server-config.wsdl file belongs in the resources/meta directory. - The build.properties file can be deleted (along with it's reference within build.xml) - I'd like to avoid pushing the Eclispse/WSAD '.classpath & .project path into CVS when the jUDDI directory is created. Don't really want any IDE specific config files out there. - The license.html will be replaced with a non-html "LICENSE" file and the entity that owns the copyright will be changed from 'Steve Viens' to 'jUDDI Development Group'. I'm okay with scrapping the JUnit TestSuite concept as long as the ability to search for subclasses of TestCase can be found using Ant and Eclipse (mostly Ant). I haven't totally given up on the idea of a src/test directory for the JUnit tests to seperate them from the core jUDDI classes. Still considering that I guess. Steve > Yes, It will. > > We still have the build.xml, I will fix it for the new structure then it > should. > > regards, > -Anou > -----Original Message----- > From: [email protected] > [mailto:[email protected]]On Behalf Of Andy > Cutright > Sent: Wednesday, June 04, 2003 1:32 PM > To: [email protected] > Subject: Re: [juddi-Developers] Gump build for jUDDI > > > hi, > > will juddi continue to build simply using ant? > > cheers, > andy > > Anou Manavalan wrote: > > Hi everyone, > > I created a new project called "anou" ( so people don't get confused > with juddi ) and put the files in the structure we agreed with. Gump with > Centipede builds it like a charm ( thanks Adam, for the help ). > > I cut a lot of output that came.... but basically as you can see, the > Build was Successful. Adam can get one of the Gump contributors to add > jUDDI in it and we should be able to build it nightly via Gump ( when we are > ready with jUDDI moved to the new structure permanently ). > > > regards, > -Anou > > > > Buildfile: centibuild.xml > [centipede] Initializing Centipede... > [centipede] ...Centipede started. > [centipede] No project specified. Defaulting to first project: anou > [centipede] Dependency sequence for project `anou' is *NONE* > [echo] > [echo] * ===================================== * > [echo] | Krysalis Centipede Build System | > [echo] * ===================================== * > [echo] > [echo] ===================================== > [echo] building anou 1.0.0-dev-20030604 > [echo] ===================================== > [echo] > [echo] > file:////homelocal/build/jars_dir/log4j/jars/log4j-1.2.8.jar > [ruperDepend] Jun 4, 2003 1:33:29 PM > org.krysalis.version.util.logging.commons.CommonsLogHandle info > [ruperDepend] INFO: Dependency is "supplied", and local version found > :file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/jce.jar > [ruperDepend] Jun 4, 2003 1:33:29 PM > org.krysalis.version.util.logging.commons.CommonsLogHandle info > [ruperDepend] INFO: Dependency [resource "jaxrpc" in repository > id=maven] found as file:////homelocal/build/jars_dir/jaxrpc/jars/jaxrpc.jar > [ruperDepend] Jun 4, 2003 1:33:29 PM > org.krysalis.version.util.logging.commons.CommonsLogHandle info > [ruperDepend] INFO: Dependency [resource "saaj" in repository id=maven] > found as file:////homelocal/build/jars_dir/saaj/jars/saaj.jar > [ruperDepend] Jun 4, 2003 1:33:29 PM > org.krysalis.version.util.logging.commons.CommonsLogHandle info > [ruperDepend] INFO: Dependency [resource "wsdl4j" in repository > id=maven] found as > file:////homelocal/build/jars_dir/wsdl4j/jars/wsdl4j-1.0.jar > [ruperDepend] Jun 4, 2003 1:33:29 PM > org.krysalis.version.util.logging.commons.CommonsLogHandle info > [ruperDepend] INFO: Dependency [resource "junit" in repository id=maven] > found as file:////homelocal/build/jars_dir/junit/jars/junit-3.8.1.jar > [ruperDepend] Jun 4, 2003 1:33:29 PM > org.krysalis.version.util.logging.commons.CommonsLogHandle info > [ruperDepend] INFO: Dependency [resource "xerces" in repository > id=maven] found as > file:////homelocal/build/jars_dir/xerces/jars/xerces-2.3.0.jar > [ruperDepend] Jun 4, 2003 1:33:29 PM > org.krysalis.version.util.logging.commons.CommonsLogHandle info > [ruperDepend] INFO: Dependency is "supplied", and local version found > :file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/servlet.jar > Dependency is "supplied", and local version found > :file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/jce.jar > Dependency is "supplied", and local version found > :file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/servlet.jar > > compile-src: > [echo] Compiling project core with Java 1.4, debug on, optimize > off, deprecation on > [javac] Compiling 178 source files to > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/classes > > > docs: > > dist-info: > [echo] ********************************************** > [echo] * > [echo] * Build all distributions: > [echo] * - source distribution for windows/unix. > [echo] * - binary distribution for windows/unix. > [echo] * > [echo] * This may take a while... > [echo] * > [echo] *********************************************** > > > distclean: > [delete] Deleting directory > /homelocal/build/gump/local_gump/gump-ws/anou/dist > [delete] Deleting directory > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-src > [delete] Deleting directory > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin > > pre-dist: > > dist-ReleaseNotes: > [mkdir] Created dir: > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin > [mkdir] Created dir: > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-src > [xslt] Processing > /homelocal/build/gump/local_gump/gump-ws/anou/status.xml to > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/ > ReleaseNotes.txt > [xslt] Loading stylesheet > /homelocal/build/gump/local_gump/gump-ws/krysalis-centipede-jar/tools/cents/ > java-0.1.1-dev-20030604.cent/resources/stylesheets/status2ReleaseNotes.xsl > [copy] Copying 1 file to > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-src > > dist-src: > [mkdir] Created dir: > /homelocal/build/gump/local_gump/gump-ws/anou/dist > [copy] Copying 581 files to > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-src > > dist-src-tgz: > [tar] Building tar: > /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-s > rc.tar > [gzip] Building: > /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-s > rc.tar.gz > > dist-src-zip: > [zip] Building zip: > /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-s > rc.zip > > package-src: > [jar] Building jar: > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/anou-1.0.0-dev-2003 > 0604.jar > > package: > > copy-exported-jars: > [mkdir] Created dir: > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/ > lib > [copy] Copying 1 file to > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/ > lib > > dist-bin: > [copy] Copying 1 file to > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin > [mkdir] Created dir: > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/ > docs > [copy] Copying 707 files to > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/ > docs > > dist-bin-tgz: > [tar] Building tar: > /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-b > in.tar > [gzip] Building: > /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-b > in.tar.gz > > dist-bin-zip: > [zip] Building zip: > /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-b > in.zip > > dist-jar: > [copy] Copying 1 file to > /homelocal/build/gump/local_gump/gump-ws/anou/dist > > dist: > [echo] Finished build a distribution of > [echo] anou 1.0.0-dev-20030604 > [echo] The files are in ./dist > [echo] > > gump: > > BUILD SUCCESSFUL > Total time: 4 minutes 9 seconds > > > From [email protected] Wed Jun 04 13:41:34 2003 Received: from [161.129.204.104] (helo=mx1.trysybase.com) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19Nf4g-0002H7-00 for <[email protected]>; Wed, 04 Jun 2003 13:41:34 -0700 Received: from mail.trysybase.com (mail.trysybase.com [161.129.204.104]) by mx1.trysybase.com (8.11.6/8.11.0) with ESMTP id h54KfbA26386 for <[email protected]>; Wed, 4 Jun 2003 14:41:37 -0600 Received: from tsutil4 ([161.129.204.104]) by mail.trysybase.com (8.11.6/8.11.6) with SMTP id h54KZHW03878 for <[email protected]>; Wed, 4 Jun 2003 14:35:17 -0600 Message-ID: <[email protected]> From: "Adam Jack" <[email protected]> To: <[email protected]> References: <[email protected]> Subject: Re: [juddi-Developers] Gump build for jUDDI MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Wed Jun 4 13:42:11 2003 X-Original-Date: Wed, 4 Jun 2003 14:41:27 -0600 > I took a look at the directory structure of your 'anou' project and I was > wondering what are these files used for? > > centibuild.xml > gump.xml > module.xml > properties.xml > status.xml For module.xml/gump/xml (almost the same) look here: http://jakarta.apache.org/gump/overview.html For centibuild.xml (and status/properties) it is more here. http://www.krysalis.org/index.shtml In short they are metadata about the module/project,and the centibuild.xml is an ant build.xml, where you can insert any ant commands you like. regards Adam From [email protected] Wed Jun 04 13:46:58 2003 Received: from outgoing2.borland.com ([161.129.204.104] helo=outgoing.borland.com) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19Nf9r-0005ZN-00 for <[email protected]>; Wed, 04 Jun 2003 13:46:55 -0700 Received: from sm-msg1 (bigip-snat.inprise.com [161.129.204.104]) by sv-mta2.inprise.com (iPlanet Messaging Server 5.2 HotFix 1.10 (built Jan 23 2003)) with ESMTP id <[email protected]> for [email protected]; Wed, 04 Jun 2003 13:46:33 -0700 (PDT) Received: from borland.com (tobenamed1.sm.inprise.com [161.129.204.104]) by sm-msg.inprise.com (iPlanet Messaging Server 5.2 HotFix 0.9 (built Jul 29 2002)) with ESMTP id <[email protected]> for [email protected]; Wed, 04 Jun 2003 13:46:33 -0700 (PDT) From: Andy Cutright <[email protected]> Subject: Re: [juddi-Developers] Gump build for jUDDI To: [email protected] Message-id: <[email protected]> MIME-version: 1.0 Content-type: text/html; charset=us-ascii Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 References: <[email protected]> <[email protected]> Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Wed Jun 4 13:47:22 2003 X-Original-Date: Wed, 04 Jun 2003 13:46:34 -0700 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"> <title></title> </head> <body> will this be an extension to ant, or a different make system? i'd like to avoid maintaining mutliple make systems. <br> <br> cheers,<br> andy <br> <br> Adam Jack wrote:<br> <blockquote type="cite" cite="[email protected]"> <blockquote type="cite"> <pre wrap="">I took a look at the directory structure of your 'anou' project and I was wondering what are these files used for? centibuild.xml gump.xml module.xml properties.xml status.xml </pre> </blockquote> <pre wrap=""><!----></pre> </blockquote> <br> </body> </html> From [email protected] Wed Jun 04 14:05:07 2003 Received: from sccrmhc02.attbi.com ([161.129.204.104]) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19NfRS-0007A2-00 for <[email protected]>; Wed, 04 Jun 2003 14:05:07 -0700 Received: from rwcrwbc04 (unknown[161.129.204.104]) by attbi.com (sccrmhc02) with SMTP id <2003060421050000200afs0ve>; Wed, 4 Jun 2003 21:05:00 +0000 Received: from [161.129.204.104] by rwcrwbc04; Wed, 04 Jun 2003 21:04:56 +0000 From: [email protected] To: [email protected] Subject: Re: [juddi-Developers] Gump build for jUDDI X-Mailer: AT&T Message Center Version 1 (May 30 2003) X-Authenticated-Sender: c3ZpZW5zQGF0dGJpLmNvbQ== Message-Id: <[email protected]> Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Wed Jun 4 14:06:07 2003 X-Original-Date: Wed, 04 Jun 2003 21:04:56 +0000 > Adam can get one of the Gump contributors to > add jUDDI in it and we should be able to build > it nightly via Gump. What do you mean by "add jUDDI"? Is there some process we can add the jUDDI build process too? Can you elaborate? (thanks Adam) Steve > Hi everyone, > > I created a new project called "anou" ( so people don't get confused with > juddi ) and put the files in the structure we agreed with. Gump with > Centipede builds it like a charm ( thanks Adam, for the help ). > > I cut a lot of output that came.... but basically as you can see, the Build > was Successful. Adam can get one of the Gump contributors to add jUDDI in > it and we should be able to build it nightly via Gump ( when we are ready > with jUDDI moved to the new structure permanently ). > > > regards, > -Anou > > > > Buildfile: centibuild.xml > [centipede] Initializing Centipede... > [centipede] ...Centipede started. > [centipede] No project specified. Defaulting to first project: anou > [centipede] Dependency sequence for project `anou' is *NONE* > [echo] > [echo] * ===================================== * > [echo] | Krysalis Centipede Build System | > [echo] * ===================================== * > [echo] > [echo] ===================================== > [echo] building anou 1.0.0-dev-20030604 > [echo] ===================================== > [echo] > [echo] file:////homelocal/build/jars_dir/log4j/jars/log4j-1.2.8.jar > [ruperDepend] Jun 4, 2003 1:33:29 PM > org.krysalis.version.util.logging.commons.CommonsLogHandle info > [ruperDepend] INFO: Dependency is "supplied", and local version found > :file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/jce.jar > [ruperDepend] Jun 4, 2003 1:33:29 PM > org.krysalis.version.util.logging.commons.CommonsLogHandle info > [ruperDepend] INFO: Dependency [resource "jaxrpc" in repository id=maven] > found as file:////homelocal/build/jars_dir/jaxrpc/jars/jaxrpc.jar > [ruperDepend] Jun 4, 2003 1:33:29 PM > org.krysalis.version.util.logging.commons.CommonsLogHandle info > [ruperDepend] INFO: Dependency [resource "saaj" in repository id=maven] > found as file:////homelocal/build/jars_dir/saaj/jars/saaj.jar > [ruperDepend] Jun 4, 2003 1:33:29 PM > org.krysalis.version.util.logging.commons.CommonsLogHandle info > [ruperDepend] INFO: Dependency [resource "wsdl4j" in repository id=maven] > found as file:////homelocal/build/jars_dir/wsdl4j/jars/wsdl4j-1.0.jar > [ruperDepend] Jun 4, 2003 1:33:29 PM > org.krysalis.version.util.logging.commons.CommonsLogHandle info > [ruperDepend] INFO: Dependency [resource "junit" in repository id=maven] > found as file:////homelocal/build/jars_dir/junit/jars/junit-3.8.1.jar > [ruperDepend] Jun 4, 2003 1:33:29 PM > org.krysalis.version.util.logging.commons.CommonsLogHandle info > [ruperDepend] INFO: Dependency [resource "xerces" in repository id=maven] > found as file:////homelocal/build/jars_dir/xerces/jars/xerces-2.3.0.jar > [ruperDepend] Jun 4, 2003 1:33:29 PM > org.krysalis.version.util.logging.commons.CommonsLogHandle info > [ruperDepend] INFO: Dependency is "supplied", and local version found > :file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/servlet.jar > Dependency is "supplied", and local version found > :file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/jce.jar > Dependency is "supplied", and local version found > :file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/servlet.jar > > compile-src: > [echo] Compiling project core with Java 1.4, debug on, optimize off, > deprecation on > [javac] Compiling 178 source files to > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/classes > > > docs: > > dist-info: > [echo] ********************************************** > [echo] * > [echo] * Build all distributions: > [echo] * - source distribution for windows/unix. > [echo] * - binary distribution for windows/unix. > [echo] * > [echo] * This may take a while... > [echo] * > [echo] *********************************************** > > > distclean: > [delete] Deleting directory > /homelocal/build/gump/local_gump/gump-ws/anou/dist > [delete] Deleting directory > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-src > [delete] Deleting directory > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin > > pre-dist: > > dist-ReleaseNotes: > [mkdir] Created dir: > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin > [mkdir] Created dir: > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-src > [xslt] Processing > /homelocal/build/gump/local_gump/gump-ws/anou/status.xml to > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/ > ReleaseNotes.txt > [xslt] Loading stylesheet > /homelocal/build/gump/local_gump/gump-ws/krysalis-centipede-jar/tools/cents/ > java-0.1.1-dev-20030604.cent/resources/stylesheets/status2ReleaseNotes.xsl > [copy] Copying 1 file to > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-src > > dist-src: > [mkdir] Created dir: /homelocal/build/gump/local_gump/gump-ws/anou/dist > [copy] Copying 581 files to > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-src > > dist-src-tgz: > [tar] Building tar: > /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-s > rc.tar > [gzip] Building: > /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-s > rc.tar.gz > > dist-src-zip: > [zip] Building zip: > /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-s > rc.zip > > package-src: > [jar] Building jar: > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/anou-1.0.0-dev-2003 > 0604.jar > > package: > > copy-exported-jars: > [mkdir] Created dir: > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/ > lib > [copy] Copying 1 file to > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/ > lib > > dist-bin: > [copy] Copying 1 file to > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin > [mkdir] Created dir: > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/ > docs > [copy] Copying 707 files to > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/ > docs > > dist-bin-tgz: > [tar] Building tar: > /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-b > in.tar > [gzip] Building: > /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-b > in.tar.gz > > dist-bin-zip: > [zip] Building zip: > /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-b > in.zip > > dist-jar: > [copy] Copying 1 file to > /homelocal/build/gump/local_gump/gump-ws/anou/dist > > dist: > [echo] Finished build a distribution of > [echo] anou 1.0.0-dev-20030604 > [echo] The files are in ./dist > [echo] > > gump: > > BUILD SUCCESSFUL > Total time: 4 minutes 9 seconds > From [email protected] Wed Jun 04 14:09:26 2003 Received: from outgoing2.borland.com ([161.129.204.104] helo=outgoing.borland.com) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19Nf8V-0004YV-00 for <[email protected]>; Wed, 04 Jun 2003 13:45:31 -0700 Received: from sm-msg1 (bigip-snat.inprise.com [161.129.204.104]) by sv-mta2.inprise.com (iPlanet Messaging Server 5.2 HotFix 1.10 (built Jan 23 2003)) with ESMTP id <[email protected]> for [email protected]; Wed, 04 Jun 2003 13:45:16 -0700 (PDT) Received: from borland.com (tobenamed1.sm.inprise.com [161.129.204.104]) by sm-msg.inprise.com (iPlanet Messaging Server 5.2 HotFix 0.9 (built Jul 29 2002)) with ESMTP id <[email protected]> for [email protected]; Wed, 04 Jun 2003 13:45:17 -0700 (PDT) From: Andy Cutright <[email protected]> Subject: Re: [juddi-Developers] Gump build for jUDDI To: [email protected] Message-id: <[email protected]> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 References: <[email protected]> Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Wed Jun 4 14:10:05 2003 X-Original-Date: Wed, 04 Jun 2003 13:45:17 -0700 hi all, [email protected] wrote: >I'm okay with scrapping the JUnit TestSuite concept as long as the ability to >search for subclasses of TestCase can be found using Ant and Eclipse (mostly >Ant). I haven't totally given up on the idea of a src/test directory for the >JUnit tests to seperate them from the core jUDDI classes. Still considering that >I guess. > >Steve > > + 1 for a separate test directory structure. i don't really like the idea of polluting the source tree with the test cases. i understand the arguments, but i think the test cases are likely to be orthogonal in many cases to the implementation hiearchy. a test suite exersizing the UDDI API bears little or no resemblance to the implementation layout. there's no one to one mapping.. cheers, andy From [email protected] Wed Jun 04 14:10:17 2003 Received: from rwcrmhc52.attbi.com ([161.129.204.104]) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19NfWT-0000qU-00 for <[email protected]>; Wed, 04 Jun 2003 14:10:17 -0700 Received: from rwcrwbc05 (unknown[161.129.204.104]) by attbi.com (rwcrmhc52) with SMTP id <2003060421101105200r2peie>; Wed, 4 Jun 2003 21:10:11 +0000 Received: from [161.129.204.104] by rwcrwbc05; Wed, 04 Jun 2003 21:10:08 +0000 From: [email protected] To: [email protected] Subject: Re: [juddi-Developers] Gump build for jUDDI X-Mailer: AT&T Message Center Version 1 (May 30 2003) X-Authenticated-Sender: c3ZpZW5zQGF0dGJpLmNvbQ== Message-Id: <[email protected]> Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Wed Jun 4 14:11:03 2003 X-Original-Date: Wed, 04 Jun 2003 21:10:08 +0000 Nevermind, I just found the answer in the GUMP FAQ. Steve > > Adam can get one of the Gump contributors to > > add jUDDI in it and we should be able to build > > it nightly via Gump. > > What do you mean by "add jUDDI"? Is there some > process we can add the jUDDI build process too? > > Can you elaborate? > > (thanks Adam) > > Steve > > Hi everyone, > > > > I created a new project called "anou" ( so people don't get confused with > > juddi ) and put the files in the structure we agreed with. Gump with > > Centipede builds it like a charm ( thanks Adam, for the help ). > > > > I cut a lot of output that came.... but basically as you can see, the Build > > was Successful. Adam can get one of the Gump contributors to add jUDDI in > > it and we should be able to build it nightly via Gump ( when we are ready > > with jUDDI moved to the new structure permanently ). > > > > > > regards, > > -Anou > > > > > > > > Buildfile: centibuild.xml > > [centipede] Initializing Centipede... > > [centipede] ...Centipede started. > > [centipede] No project specified. Defaulting to first project: anou > > [centipede] Dependency sequence for project `anou' is *NONE* > > [echo] > > [echo] * ===================================== * > > [echo] | Krysalis Centipede Build System | > > [echo] * ===================================== * > > [echo] > > > [echo] ===================================== > > [echo] building anou 1.0.0-dev-20030604 > > [echo] ===================================== > > [echo] > > [echo] file:////homelocal/build/jars_dir/log4j/jars/log4j-1.2.8.jar > > [ruperDepend] Jun 4, 2003 1:33:29 PM > > org.krysalis.version.util.logging.commons.CommonsLogHandle info > > [ruperDepend] INFO: Dependency is "supplied", and local version found > > :file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/jce.jar > > [ruperDepend] Jun 4, 2003 1:33:29 PM > > org.krysalis.version.util.logging.commons.CommonsLogHandle info > > [ruperDepend] INFO: Dependency [resource "jaxrpc" in repository id=maven] > > found as file:////homelocal/build/jars_dir/jaxrpc/jars/jaxrpc.jar > > [ruperDepend] Jun 4, 2003 1:33:29 PM > > org.krysalis.version.util.logging.commons.CommonsLogHandle info > > [ruperDepend] INFO: Dependency [resource "saaj" in repository id=maven] > > found as file:////homelocal/build/jars_dir/saaj/jars/saaj.jar > > > [ruperDepend] Jun 4, 2003 1:33:29 PM > > org.krysalis.version.util.logging.commons.CommonsLogHandle info > > [ruperDepend] INFO: Dependency [resource "wsdl4j" in repository id=maven] > > found as file:////homelocal/build/jars_dir/wsdl4j/jars/wsdl4j-1.0.jar > > [ruperDepend] Jun 4, 2003 1:33:29 PM > > org.krysalis.version.util.logging.commons.CommonsLogHandle info > > [ruperDepend] INFO: Dependency [resource "junit" in repository id=maven] > > found as file:////homelocal/build/jars_dir/junit/jars/junit-3.8.1.jar > > [ruperDepend] Jun 4, 2003 1:33:29 PM > > org.krysalis.version.util.logging.commons.CommonsLogHandle info > > [ruperDepend] INFO: Dependency [resource "xerces" in repository id=maven] > > found as file:////homelocal/build/jars_dir/xerces/jars/xerces-2.3.0.jar > > [ruperDepend] Jun 4, 2003 1:33:29 PM > > org.krysalis.version.util.logging.commons.CommonsLogHandle info > > [ruperDepend] INFO: Dependency is "supplied", and local version found > > :file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/servlet.jar > > > Dependency is "supplied", and local version found > > :file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/jce.jar > > Dependency is "supplied", and local version found > > :file:////homelocal/build/gump/local_gump/gump-ws/anou/lib/servlet.jar > > > > compile-src: > > [echo] Compiling project core with Java 1.4, debug on, optimize off, > > deprecation on > > [javac] Compiling 178 source files to > > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/classes > > > > > > docs: > > > > dist-info: > > [echo] ********************************************** > > [echo] * > > [echo] * Build all distributions: > > [echo] * - source distribution for windows/unix. > > [echo] * - binary distribution for windows/unix. > > [echo] * > > [echo] * This may take a while... > > [echo] * > > [echo] *********************************************** > > > > > > distclean: > > [delete] Deleting directory > > /homelocal/build/gump/local_gump/gump-ws/anou/dist > > [delete] Deleting directory > > > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-src > > [delete] Deleting directory > > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin > > > > pre-dist: > > > > dist-ReleaseNotes: > > [mkdir] Created dir: > > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin > > [mkdir] Created dir: > > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-src > > [xslt] Processing > > /homelocal/build/gump/local_gump/gump-ws/anou/status.xml to > > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/ > > ReleaseNotes.txt > > [xslt] Loading stylesheet > > /homelocal/build/gump/local_gump/gump-ws/krysalis-centipede-jar/tools/cents/ > > java-0.1.1-dev-20030604.cent/resources/stylesheets/status2ReleaseNotes.xsl > > [copy] Copying 1 file to > > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-src > > > > dist-src: > > [mkdir] Created dir: /homelocal/build/gump/local_gump/gump-ws/anou/dist > > > [copy] Copying 581 files to > > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-src > > > > dist-src-tgz: > > [tar] Building tar: > > /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-s > > rc.tar > > [gzip] Building: > > /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-s > > rc.tar.gz > > > > dist-src-zip: > > [zip] Building zip: > > /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-s > > rc.zip > > > > package-src: > > [jar] Building jar: > > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/anou-1.0.0-dev-2003 > > 0604.jar > > > > package: > > > > copy-exported-jars: > > [mkdir] Created dir: > > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/ > > lib > > [copy] Copying 1 file to > > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/ > > lib > > > > dist-bin: > > [copy] Copying 1 file to > > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin > > [mkdir] Created dir: > > > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/ > > docs > > [copy] Copying 707 files to > > /homelocal/build/gump/local_gump/gump-ws/anou/build/anou/work/java/dist-bin/ > > docs > > > > dist-bin-tgz: > > [tar] Building tar: > > /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-b > > in.tar > > [gzip] Building: > > /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-b > > in.tar.gz > > > > dist-bin-zip: > > [zip] Building zip: > > /homelocal/build/gump/local_gump/gump-ws/anou/dist/anou-1.0.0-dev-20030604-b > > in.zip > > > > dist-jar: > > [copy] Copying 1 file to > > /homelocal/build/gump/local_gump/gump-ws/anou/dist > > > > dist: > > [echo] Finished build a distribution of > > [echo] anou 1.0.0-dev-20030604 > > [echo] The files are in ./dist > > [echo] > > > > gump: > > > > BUILD SUCCESSFUL > > Total time: 4 minutes 9 seconds > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The best > thread debugger on the planet. Designed with thread debugging features > you've never dreamed of, try TotalView 6 [email protected]. > _______________________________________________ > juddi-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/juddi-developers From [email protected] Wed Jun 04 14:59:05 2003 Received: from [161.129.204.104] (helo=mx1.trysybase.com) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19NgHg-0002H8-00 for <[email protected]>; Wed, 04 Jun 2003 14:59:04 -0700 Received: from mail.trysybase.com (mail.trysybase.com [161.129.204.104]) by mx1.trysybase.com (8.11.6/8.11.0) with ESMTP id h54Lx8A26753 for <[email protected]>; Wed, 4 Jun 2003 15:59:08 -0600 Received: from dnamsrv ([161.129.204.104]) by mail.trysybase.com (8.11.6/8.11.6) with SMTP id h54LqlW04347 for <[email protected]>; Wed, 4 Jun 2003 15:52:48 -0600 From: "Anou Manavalan" <[email protected]> To: <[email protected]> Subject: RE: [juddi-Developers] Gump build for jUDDI Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal In-Reply-To: <[email protected]> Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] X-Reply-To: <[email protected]> List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Wed Jun 4 15:00:01 2003 X-Original-Date: Wed, 4 Jun 2003 16:02:06 -0600 hmm... I would like you guys to reconsider unit tests. Unit tests are a key for the nightly build, kinda like the regression tests. With different developers changing the code, unit tests make sure that the basic functionality works fine. The nightly build will tell what things failed everyday before the user tells us. Ofcourse, it is a lot of work, but I found that there are main methods in almost all the files, which tries to do the funcationality test. Using that code, I tried to create an unit test for the BusinessEntityHandler in the parser package. Its not yet done, but it is out there in the new structure. The tests that Andy posted earlier are great from the user point of view. So, yes ofcourse we can have them separate from the src tree, but I still would like to see the unit tests. regards, -Anou -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of Andy Cutright Sent: Wednesday, June 04, 2003 2:45 PM To: [email protected] Subject: Re: [juddi-Developers] Gump build for jUDDI hi all, [email protected] wrote: >I'm okay with scrapping the JUnit TestSuite concept as long as the ability to >search for subclasses of TestCase can be found using Ant and Eclipse (mostly >Ant). I haven't totally given up on the idea of a src/test directory for the >JUnit tests to seperate them from the core jUDDI classes. Still considering that >I guess. > >Steve > > + 1 for a separate test directory structure. i don't really like the idea of polluting the source tree with the test cases. i understand the arguments, but i think the test cases are likely to be orthogonal in many cases to the implementation hiearchy. a test suite exersizing the UDDI API bears little or no resemblance to the implementation layout. there's no one to one mapping.. cheers, andy ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 [email protected]. _______________________________________________ juddi-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/juddi-developers From [email protected] Wed Jun 04 15:47:09 2003 Received: from rwcrmhc51.attbi.com ([161.129.204.104]) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19Nh2C-0001MD-00 for <[email protected]>; Wed, 04 Jun 2003 15:47:08 -0700 Received: from rwcrwbc01 (unknown[161.129.204.104]) by attbi.com (rwcrmhc51) with SMTP id <200306042247030510026jhve>; Wed, 4 Jun 2003 22:47:03 +0000 Received: from [161.129.204.104] by rwcrwbc01; Wed, 04 Jun 2003 22:46:59 +0000 From: [email protected] To: [email protected] Subject: RE: [juddi-Developers] Gump build for jUDDI X-Mailer: AT&T Message Center Version 1 (May 30 2003) X-Authenticated-Sender: c3ZpZW5zQGF0dGJpLmNvbQ== Message-Id: <[email protected]> Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Wed Jun 4 15:48:04 2003 X-Original-Date: Wed, 04 Jun 2003 22:46:59 +0000 I think we're all on the same page here. We all want unit tests (JUnit test to be precise) but the preference is to keep them out of the main source tree. So... src/java (contains the core jUDDI source files 'to be tested') src/test (contains the unit test source files 'to test with') We can start by (gradually) moving any unit tests out of the 'main' methods of many of the jUDDI source files and into JUnit 'TestCase' classes. Is everyone who cares in agreement? :) Steve > hmm... I would like you guys to reconsider unit tests. Unit tests are a key > for the nightly build, kinda like the regression tests. With different > developers changing the code, unit tests make sure that the basic > functionality works fine. The nightly build will tell what things failed > everyday before the user tells us. > > Ofcourse, it is a lot of work, but I found that there are main methods in > almost all the files, which tries to do the funcationality test. Using that > code, I tried to create an unit test for the BusinessEntityHandler in the > parser package. Its not yet done, but it is out there in the new structure. > > The tests that Andy posted earlier are great from the user point of view. > So, yes ofcourse we can have them separate from the src tree, but I still > would like to see the unit tests. > > regards, > -Anou > > -----Original Message----- > From: [email protected] > [mailto:[email protected]]On Behalf Of Andy > Cutright > Sent: Wednesday, June 04, 2003 2:45 PM > To: [email protected] > Subject: Re: [juddi-Developers] Gump build for jUDDI > > > hi all, > > [email protected] wrote: > > >I'm okay with scrapping the JUnit TestSuite concept as long as the ability > to > >search for subclasses of TestCase can be found using Ant and Eclipse > (mostly > >Ant). I haven't totally given up on the idea of a src/test directory for > the > >JUnit tests to seperate them from the core jUDDI classes. Still considering > that > >I guess. > > > >Steve > > > > > + 1 for a separate test directory structure. > > i don't really like the idea of polluting the source tree with the test > cases. i understand the arguments, but i think the test cases are likely > to be orthogonal in many cases to the implementation hiearchy. a test > suite exersizing the UDDI API bears little or no resemblance to the > implementation layout. there's no one to one mapping.. > > cheers, > andy > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The best > thread debugger on the planet. Designed with thread debugging features > you've never dreamed of, try TotalView 6 [email protected]. > _______________________________________________ > juddi-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/juddi-developers > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The best > thread debugger on the planet. Designed with thread debugging features > you've never dreamed of, try TotalView 6 [email protected]. > _______________________________________________ > juddi-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/juddi-developers From [email protected] Wed Jun 04 15:55:07 2003 Received: from [161.129.204.104] (helo=mx1.trysybase.com) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19Nh9v-0005E3-00 for <[email protected]>; Wed, 04 Jun 2003 15:55:07 -0700 Received: from mail.trysybase.com (mail.trysybase.com [161.129.204.104]) by mx1.trysybase.com (8.11.6/8.11.0) with ESMTP id h54MtBA26925 for <[email protected]>; Wed, 4 Jun 2003 16:55:11 -0600 Received: from dnamsrv ([161.129.204.104]) by mail.trysybase.com (8.11.6/8.11.6) with SMTP id h54MmoW04624 for <[email protected]>; Wed, 4 Jun 2003 16:48:51 -0600 From: "Anou Manavalan" <[email protected]> To: <[email protected]> Subject: RE: [juddi-Developers] Gump build for jUDDI Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal In-Reply-To: <[email protected]> Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] X-Reply-To: <[email protected]> List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Wed Jun 4 15:56:06 2003 X-Original-Date: Wed, 4 Jun 2003 16:58:09 -0600 :-) Agreed. -Anou -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of [email protected] Sent: Wednesday, June 04, 2003 4:47 PM To: [email protected] Subject: RE: [juddi-Developers] Gump build for jUDDI I think we're all on the same page here. We all want unit tests (JUnit test to be precise) but the preference is to keep them out of the main source tree. So... src/java (contains the core jUDDI source files 'to be tested') src/test (contains the unit test source files 'to test with') We can start by (gradually) moving any unit tests out of the 'main' methods of many of the jUDDI source files and into JUnit 'TestCase' classes. Is everyone who cares in agreement? :) Steve > hmm... I would like you guys to reconsider unit tests. Unit tests are a key > for the nightly build, kinda like the regression tests. With different > developers changing the code, unit tests make sure that the basic > functionality works fine. The nightly build will tell what things failed > everyday before the user tells us. > > Ofcourse, it is a lot of work, but I found that there are main methods in > almost all the files, which tries to do the funcationality test. Using that > code, I tried to create an unit test for the BusinessEntityHandler in the > parser package. Its not yet done, but it is out there in the new structure. > > The tests that Andy posted earlier are great from the user point of view. > So, yes ofcourse we can have them separate from the src tree, but I still > would like to see the unit tests. > > regards, > -Anou > > -----Original Message----- > From: [email protected] > [mailto:[email protected]]On Behalf Of Andy > Cutright > Sent: Wednesday, June 04, 2003 2:45 PM > To: [email protected] > Subject: Re: [juddi-Developers] Gump build for jUDDI > > > hi all, > > [email protected] wrote: > > >I'm okay with scrapping the JUnit TestSuite concept as long as the ability > to > >search for subclasses of TestCase can be found using Ant and Eclipse > (mostly > >Ant). I haven't totally given up on the idea of a src/test directory for > the > >JUnit tests to seperate them from the core jUDDI classes. Still considering > that > >I guess. > > > >Steve > > > > > + 1 for a separate test directory structure. > > i don't really like the idea of polluting the source tree with the test > cases. i understand the arguments, but i think the test cases are likely > to be orthogonal in many cases to the implementation hiearchy. a test > suite exersizing the UDDI API bears little or no resemblance to the > implementation layout. there's no one to one mapping.. > > cheers, > andy > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The best > thread debugger on the planet. Designed with thread debugging features > you've never dreamed of, try TotalView 6 [email protected]. > _______________________________________________ > juddi-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/juddi-developers > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The best > thread debugger on the planet. Designed with thread debugging features > you've never dreamed of, try TotalView 6 [email protected]. > _______________________________________________ > juddi-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/juddi-developers ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 [email protected]. _______________________________________________ juddi-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/juddi-developers From [email protected] Wed Jun 04 16:21:49 2003 Received: from [161.129.204.104] (helo=mx1.trysybase.com) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19NhZl-0000Yn-00 for <[email protected]>; Wed, 04 Jun 2003 16:21:49 -0700 Received: from mail.trysybase.com (mail.trysybase.com [161.129.204.104]) by mx1.trysybase.com (8.11.6/8.11.0) with ESMTP id h54NLrA27000 for <[email protected]>; Wed, 4 Jun 2003 17:21:53 -0600 Received: from dnamsrv ([161.129.204.104]) by mail.trysybase.com (8.11.6/8.11.6) with SMTP id h54NFWW04709 for <[email protected]>; Wed, 4 Jun 2003 17:15:32 -0600 From: "Anou Manavalan" <[email protected]> To: <[email protected]> Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal Subject: [juddi-Developers] FW: [ juddi-Bugs-747799 ] XML doesn't conform to UDDI v2.0 schema Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] X-Reply-To: <[email protected]> List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Wed Jun 4 16:22:09 2003 X-Original-Date: Wed, 4 Jun 2003 17:24:51 -0600 Steve, OverViewURL -- needs description vector in it and the marshal/unmarshal should support it. I will add them tomorrow, if you think there is a problem in adding that, let me know. -Anou -----Original Message----- From: SourceForge.net [mailto:[email protected]] Sent: Monday, June 02, 2003 4:26 PM To: [email protected] Subject: [ juddi-Bugs-747799 ] XML doesn't conform to UDDI v2.0 schema Bugs item #747799, was opened at 2003-06-02 22:26 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=434422&aid=747799&group_id =42875 Category: Transport Layer Group: Development Status: Open Resolution: None Priority: 5 Submitted By: Steve Viens (sviens) Assigned to: Anou Manavalan (anou_mana) Summary: XML doesn't conform to UDDI v2.0 schema Initial Comment: jUDDI is no marshalling the UDDI objects into XML as the UDDI v2.0 schema dictates. Elements are added to parent elements in an order that may not coincide with the UDDI v2.0 XML Schema. To fix you must compare the order used to marshal each element with the order specified in the schema and reorder where neccessary. These elements need to be looked into. They all have more than one element as part of thier 'sequence' in the v2.0 UDDI schema. assertionStatusItem bindingTemplate businessEntity businessInfo businessService contact instanceDetails keysOwned overviewDoc publisherAssertion relatedBusinessInfo serviceInfo tModel tModelInfos tModelInstanceInfo find_binding find_business find_relatedBusinesses find_service find_tModel save_business save_tModel registeredInfo relatedBusinessList These have only two elements and one of them is "AuthInfo". These may already be marshalled correctly but they will need to be looked at for verification. add_publisherAssertions delete_binding delete_business delete_publisherAssertions delete_service delete_tModel get_assertionStatusReport save_binding save_service set_publisherAssertions Steve ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=434422&aid=747799&group_id =42875 From [email protected] Wed Jun 04 16:23:54 2003 Received: from [161.129.204.104] (helo=mx1.trysybase.com) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19Nhbm-0001Lc-00 for <[email protected]>; Wed, 04 Jun 2003 16:23:54 -0700 Received: from mail.trysybase.com (mail.trysybase.com [161.129.204.104]) by mx1.trysybase.com (8.11.6/8.11.0) with ESMTP id h54NNwA27009 for <[email protected]>; Wed, 4 Jun 2003 17:23:58 -0600 Received: from dnamsrv ([161.129.204.104]) by mail.trysybase.com (8.11.6/8.11.6) with SMTP id h54NHbW04719 for <[email protected]>; Wed, 4 Jun 2003 17:17:37 -0600 From: "Anou Manavalan" <[email protected]> To: <[email protected]> Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal In-Reply-To: <[email protected]> Subject: [juddi-Developers] RE: [ juddi-Bugs-747799 ] XML doesn't conform to UDDI v2.0 schema Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] X-Reply-To: <[email protected]> List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Wed Jun 4 16:24:05 2003 X-Original-Date: Wed, 4 Jun 2003 17:26:56 -0600 oops.. looked at wrong one. We are fine. ( OverViewDoc has that descr ). -Anou -----Original Message----- From: Anou Manavalan [mailto:[email protected]] Sent: Wednesday, June 04, 2003 5:25 PM To: [email protected] Subject: FW: [ juddi-Bugs-747799 ] XML doesn't conform to UDDI v2.0 schema Steve, OverViewURL -- needs description vector in it and the marshal/unmarshal should support it. I will add them tomorrow, if you think there is a problem in adding that, let me know. -Anou -----Original Message----- From: SourceForge.net [mailto:[email protected]] Sent: Monday, June 02, 2003 4:26 PM To: [email protected] Subject: [ juddi-Bugs-747799 ] XML doesn't conform to UDDI v2.0 schema Bugs item #747799, was opened at 2003-06-02 22:26 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=434422&aid=747799&group_id =42875 Category: Transport Layer Group: Development Status: Open Resolution: None Priority: 5 Submitted By: Steve Viens (sviens) Assigned to: Anou Manavalan (anou_mana) Summary: XML doesn't conform to UDDI v2.0 schema Initial Comment: jUDDI is no marshalling the UDDI objects into XML as the UDDI v2.0 schema dictates. Elements are added to parent elements in an order that may not coincide with the UDDI v2.0 XML Schema. To fix you must compare the order used to marshal each element with the order specified in the schema and reorder where neccessary. These elements need to be looked into. They all have more than one element as part of thier 'sequence' in the v2.0 UDDI schema. assertionStatusItem bindingTemplate businessEntity businessInfo businessService contact instanceDetails keysOwned overviewDoc publisherAssertion relatedBusinessInfo serviceInfo tModel tModelInfos tModelInstanceInfo find_binding find_business find_relatedBusinesses find_service find_tModel save_business save_tModel registeredInfo relatedBusinessList These have only two elements and one of them is "AuthInfo". These may already be marshalled correctly but they will need to be looked at for verification. add_publisherAssertions delete_binding delete_business delete_publisherAssertions delete_service delete_tModel get_assertionStatusReport save_binding save_service set_publisherAssertions Steve ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=434422&aid=747799&group_id =42875 From [email protected] Wed Jun 04 17:14:48 2003 Received: from [161.129.204.104] (helo=mx1.trysybase.com) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19NiP2-00026e-00 for <[email protected]>; Wed, 04 Jun 2003 17:14:48 -0700 Received: from mail.trysybase.com (mail.trysybase.com [161.129.204.104]) by mx1.trysybase.com (8.11.6/8.11.0) with ESMTP id h550EqA27099 for <[email protected]>; Wed, 4 Jun 2003 18:14:52 -0600 Received: from wdn086 (corptechw2k.mclabs.com [161.129.204.104] (may be forged)) by mail.trysybase.com (8.11.6/8.11.6) with SMTP id h5508TW04804 for <[email protected]>; Wed, 4 Jun 2003 18:08:30 -0600 From: "Adam Jack" <[email protected]> To: <[email protected]> Subject: RE: [juddi-Developers] Gump build for jUDDI Message-ID: <003e01c32af7$bc72e180$53b5ea43@wdn086> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <[email protected]> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] X-Reply-To: <[email protected]> List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Wed Jun 4 17:15:11 2003 X-Original-Date: Wed, 4 Jun 2003 18:16:39 -0600 Steve wrote: I think we're all on the same page here. We all want unit tests (JUnit test to be precise) but the preference is to keep them out of the main source tree. So... src/java (contains the core jUDDI source files 'to be tested') src/test (contains the unit test source files 'to test with') We can start by (gradually) moving any unit tests out of the 'main' methods of many of the jUDDI source files and into JUnit 'TestCase' classes. Is everyone who cares in agreement? :) +1 This seems to be the convention in pretty much all the open source Java projects I know. regards Adam From [email protected] Wed Jun 04 19:50:24 2003 Received: from [161.129.204.104] (helo=mx1.trysybase.com) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19Nkpc-0003ig-00 for <[email protected]>; Wed, 04 Jun 2003 19:50:24 -0700 Received: from mail.trysybase.com (mail.trysybase.com [161.129.204.104]) by mx1.trysybase.com (8.11.6/8.11.0) with ESMTP id h552oSA27353 for <[email protected]>; Wed, 4 Jun 2003 20:50:28 -0600 Received: from wdn086 (corptechw2k.mclabs.com [161.129.204.104] (may be forged)) by mail.trysybase.com (8.11.6/8.11.6) with SMTP id h552i1W05187 for <[email protected]>; Wed, 4 Jun 2003 20:44:01 -0600 From: "Adam Jack" <[email protected]> To: <[email protected]> Subject: RE: [juddi-Developers] Gump build for jUDDI Message-ID: <004901c32b0d$76fae830$53b5ea43@wdn086> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_004A_01C32ADB.2C607830" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <[email protected]> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] X-Reply-To: <[email protected]> List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Wed Jun 4 19:51:06 2003 X-Original-Date: Wed, 4 Jun 2003 20:52:11 -0600 This is a multi-part message in MIME format. ------=_NextPart_000_004A_01C32ADB.2C607830 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Centipede is an extension to ant. It is ant w/ optional plugins. Basically the centibuild.xml could be called build.xml, it is just a naming convention. Much as you wish to avoid duplications, and I concur, I'd like to propose running the two parallel until we see if centipede is satisfactory to your needs. No point you investing in learning it (and it's quirks) but then (hopefully) no need you maintaining any build system if a standard one (from centipede) suffices. Good enough? regards Adam -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of Andy Cutright Sent: Wednesday, June 04, 2003 2:47 PM To: [email protected] Subject: Re: [juddi-Developers] Gump build for jUDDI will this be an extension to ant, or a different make system? i'd like to avoid maintaining mutliple make systems. cheers, andy Adam Jack wrote: I took a look at the directory structure of your 'anou' project and I was wondering what are these files used for? centibuild.xml gump.xml module.xml properties.xml status.xml ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 [email protected]. _______________________________________________ juddi-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/juddi-developers ------=_NextPart_000_004A_01C32ADB.2C607830 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; = charset=3Dus-ascii"> <TITLE></TITLE> <META content=3D"MSHTML 5.50.4915.500" name=3DGENERATOR></HEAD> <BODY> <DIV><SPAN class=3D941244402-05062003><FONT face=3D"Trebuchet MS" = color=3D#ff0000=20 size=3D2>Centipede is an extension to ant. It is ant w/ optional = plugins.=20 Basically the centibuild.xml could be called build.xml, it is just a = naming=20 convention.</FONT></SPAN></DIV> <DIV><SPAN class=3D941244402-05062003><FONT face=3D"Trebuchet MS" = color=3D#ff0000=20 size=3D2></FONT></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D941244402-05062003><FONT face=3D"Trebuchet MS" = color=3D#ff0000=20 size=3D2>Much as you wish to avoid duplications, and I concur,&nbsp;I'd = like to=20 propose running the two parallel until we see if centipede is = satisfactory to=20 your needs. No point you investing in learning it (and it's quirks) but = then=20 (hopefully) no need you maintaining any build system if a standard one = (from=20 centipede) suffices.</FONT></SPAN></DIV> <DIV><SPAN class=3D941244402-05062003><FONT face=3D"Trebuchet MS" = color=3D#ff0000=20 size=3D2></FONT></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D941244402-05062003><FONT face=3D"Trebuchet MS" = color=3D#ff0000=20 size=3D2>Good enough?</FONT></SPAN></DIV> <DIV><SPAN class=3D941244402-05062003><FONT face=3D"Trebuchet MS" = color=3D#ff0000=20 size=3D2></FONT></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D941244402-05062003><FONT face=3D"Trebuchet MS" = color=3D#ff0000=20 size=3D2>regards</FONT></SPAN></DIV> <DIV><SPAN class=3D941244402-05062003><FONT face=3D"Trebuchet MS" = color=3D#ff0000=20 size=3D2></FONT></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D941244402-05062003><FONT face=3D"Trebuchet MS" = color=3D#ff0000=20 size=3D2>Adam</FONT></SPAN></DIV> <BLOCKQUOTE> <DIV class=3DOutlookMessageHeader dir=3Dltr align=3Dleft><FONT = face=3DTahoma=20 size=3D2>-----Original Message-----<BR><B>From:</B>=20 [email protected]=20 [mailto:[email protected]]<B>On Behalf Of = </B>Andy=20 Cutright<BR><B>Sent:</B> Wednesday, June 04, 2003 2:47 = PM<BR><B>To:</B>=20 [email protected]<BR><B>Subject:</B> Re:=20 [juddi-Developers] Gump build for jUDDI<BR><BR></FONT></DIV>will this = be an=20 extension to ant, or a different make system? i'd like to avoid = maintaining=20 mutliple make systems. <BR><BR>cheers,<BR>andy <BR><BR>Adam Jack = wrote:<BR> <BLOCKQUOTE cite=3D"[email protected]" = type=3D"cite"> <BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">I took a look at the = directory structure of your 'anou' project and I was wondering what are these files used for? centibuild.xml gump.xml module.xml properties.xml status.xml </PRE></BLOCKQUOTE><PRE = wrap=3D""><!----></PRE></BLOCKQUOTE><BR>---------------------------------= ----------------------=20 This SF.net email is sponsored by: Etnus, makers of TotalView, The = best thread=20 debugger on the planet. Designed with thread debugging features you've = never=20 dreamed of, try TotalView 6 [email protected].=20 _______________________________________________ juddi-developers = mailing list=20 [email protected]=20 https://lists.sourceforge.net/lists/listinfo/juddi-developers=20 </BLOCKQUOTE></BODY></HTML> ------=_NextPart_000_004A_01C32ADB.2C607830-- From [email protected] Thu Jun 05 07:47:13 2003 Received: from outgoing2.borland.com ([161.129.204.104] helo=outgoing.borland.com) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19Nw1H-00053j-00 for <[email protected]>; Thu, 05 Jun 2003 07:47:11 -0700 Received: from sm-msg1 (bigip-snat.inprise.com [161.129.204.104]) by sv-mta2.inprise.com (iPlanet Messaging Server 5.2 HotFix 1.10 (built Jan 23 2003)) with ESMTP id <[email protected]> for [email protected]; Thu, 05 Jun 2003 07:47:03 -0700 (PDT) Received: from borland.com (tobenamed1.sm.inprise.com [161.129.204.104]) by sm-msg.inprise.com (iPlanet Messaging Server 5.2 HotFix 0.9 (built Jul 29 2002)) with ESMTP id <[email protected]> for [email protected]; Thu, 05 Jun 2003 07:47:03 -0700 (PDT) From: Andy Cutright <[email protected]> Subject: Re: [juddi-Developers] Gump build for jUDDI To: [email protected] Message-id: <[email protected]> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 References: <[email protected]> Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Thu Jun 5 07:48:21 2003 X-Original-Date: Thu, 05 Jun 2003 07:47:03 -0700 + 1 cheers, andy [email protected] wrote: >I think we're all on the same page here. We all want unit tests (JUnit test to >be precise) but the preference is to keep them out of the main source tree. So... > > src/java (contains the core jUDDI source files 'to be tested') > src/test (contains the unit test source files 'to test with') > >We can start by (gradually) moving any unit tests out of the 'main' methods of >many of the jUDDI source files and into JUnit 'TestCase' classes. > >Is everyone who cares in agreement? :) > > From [email protected] Thu Jun 05 08:07:24 2003 Received: from outgoing2.borland.com ([161.129.204.104] helo=outgoing.borland.com) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19NwKp-0003zF-00 for <[email protected]>; Thu, 05 Jun 2003 08:07:23 -0700 Received: from sm-msg1 (bigip-snat.inprise.com [161.129.204.104]) by sv-mta2.inprise.com (iPlanet Messaging Server 5.2 HotFix 1.10 (built Jan 23 2003)) with ESMTP id <[email protected]> for [email protected]; Thu, 05 Jun 2003 08:06:57 -0700 (PDT) Received: from borland.com (tobenamed1.sm.inprise.com [161.129.204.104]) by sm-msg.inprise.com (iPlanet Messaging Server 5.2 HotFix 0.9 (built Jul 29 2002)) with ESMTP id <[email protected]> for [email protected]; Thu, 05 Jun 2003 08:06:57 -0700 (PDT) From: Andy Cutright <[email protected]> Subject: Re: [juddi-Developers] Gump build for jUDDI To: [email protected] Message-id: <[email protected]> MIME-version: 1.0 Content-type: text/html; charset=us-ascii Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 References: <004901c32b0d$76fae830$53b5ea43@wdn086> Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Thu Jun 5 08:08:04 2003 X-Original-Date: Thu, 05 Jun 2003 08:06:57 -0700 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"> <title></title> </head> <body> i'll try to take a look at the centipede stuff sometime in the next few days so i can understand its advantages. what's the motivation for moving/ evolving from ant? it's working fine for me ( and doesn't the world revolve around me ? ;) , and i don't see any complaints on the user list about ant. <br> <br> cheers,<br> andy <br> <br> Adam Jack wrote:<br> <blockquote type="cite" cite="mid004901c32b0d$76fae830$53b5ea43@wdn086"> <meta http-equiv="Content-Type" content="text/html; "> <title></title> <meta content="MSHTML 5.50.4915.500" name="GENERATOR"> <div><span class="941244402-05062003"><font face="Trebuchet MS" color="#ff0000" size="2">Centipede is an extension to ant. It is ant w/ optional plugins. Basically the centibuild.xml could be called build.xml, it is just a naming convention.</font></span></div> <div><span class="941244402-05062003"></span>&nbsp;</div> <div><span class="941244402-05062003"><font face="Trebuchet MS" color="#ff0000" size="2">Much as you wish to avoid duplications, and I concur,&nbsp;I'd like to propose running the two parallel until we see if centipede is satisfactory to your needs. No point you investing in learning it (and it's quirks) but then (hopefully) no need you maintaining any build system if a standard one (from centipede) suffices.</font></span></div> <div><span class="941244402-05062003"></span>&nbsp;</div> <div><span class="941244402-05062003"><font face="Trebuchet MS" color="#ff0000" size="2">Good enough?</font></span></div> <div><span class="941244402-05062003"></span>&nbsp;</div> <div><span class="941244402-05062003"><font face="Trebuchet MS" color="#ff0000" size="2">regards</font></span></div> <div><span class="941244402-05062003"></span>&nbsp;</div> <div><span class="941244402-05062003"><font face="Trebuchet MS" color="#ff0000" size="2">Adam</font></span></div> <blockquote> <div class="OutlookMessageHeader" dir="ltr" align="left"><font face="Tahoma" size="2"></font></div> </blockquote> </blockquote> <br> </body> </html> From [email protected] Thu Jun 05 09:12:02 2003 Received: from [161.129.204.104] (helo=mx1.trysybase.com) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19NxLO-0000yO-00 for <[email protected]>; Thu, 05 Jun 2003 09:12:02 -0700 Received: from mail.trysybase.com (mail.trysybase.com [161.129.204.104]) by mx1.trysybase.com (8.11.6/8.11.0) with ESMTP id h55GC8A29958 for <[email protected]>; Thu, 5 Jun 2003 10:12:08 -0600 Received: from wdn086 ([161.129.204.104]) by mail.trysybase.com (8.11.6/8.11.6) with SMTP id h55G5dW08232 for <[email protected]>; Thu, 5 Jun 2003 10:05:39 -0600 From: "Adam Jack" <[email protected]> To: <[email protected]> Subject: RE: [juddi-Developers] Gump build for jUDDI Message-ID: <00c501c32b7d$75a415e0$53b5ea43@wdn086> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00C6_01C32B4B.2B09A5E0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <[email protected]> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] X-Reply-To: <[email protected]> List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Thu Jun 5 09:13:01 2003 X-Original-Date: Thu, 5 Jun 2003 10:08:00 -0600 This is a multi-part message in MIME format. ------=_NextPart_000_00C6_01C32B4B.2B09A5E0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Feel free, but it isn't about "complaints about ant", and it isn't moving from ant, it is about jUDDI developers focusing on UDDI, not on build scripts. regards Adam -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of Andy Cutright Sent: Thursday, June 05, 2003 9:07 AM To: [email protected] Subject: Re: [juddi-Developers] Gump build for jUDDI i'll try to take a look at the centipede stuff sometime in the next few days so i can understand its advantages. what's the motivation for moving/ evolving from ant? it's working fine for me ( and doesn't the world revolve around me ? ;) , and i don't see any complaints on the user list about ant. cheers, andy Adam Jack wrote: Centipede is an extension to ant. It is ant w/ optional plugins. Basically the centibuild.xml could be called build.xml, it is just a naming convention. Much as you wish to avoid duplications, and I concur, I'd like to propose running the two parallel until we see if centipede is satisfactory to your needs. No point you investing in learning it (and it's quirks) but then (hopefully) no need you maintaining any build system if a standard one (from centipede) suffices. Good enough? regards Adam ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 [email protected]. _______________________________________________ juddi-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/juddi-developers ------=_NextPart_000_00C6_01C32B4B.2B09A5E0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; = charset=3Dus-ascii"> <TITLE></TITLE> <META content=3D"MSHTML 5.50.4915.500" name=3DGENERATOR></HEAD> <BODY> <DIV><SPAN class=3D810490616-05062003><FONT face=3D"Trebuchet MS" = color=3D#ff0000=20 size=3D2>Feel free, but it isn't about "complaints about ant", and it = isn't moving=20 from ant,&nbsp;it is about jUDDI developers focusing on UDDI, not on = build=20 scripts.</FONT></SPAN></DIV> <DIV><SPAN class=3D810490616-05062003><FONT face=3D"Trebuchet MS" = color=3D#ff0000=20 size=3D2></FONT></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D810490616-05062003><FONT face=3D"Trebuchet MS" = color=3D#ff0000=20 size=3D2>regards</FONT></SPAN></DIV> <DIV><SPAN class=3D810490616-05062003><FONT face=3D"Trebuchet MS" = color=3D#ff0000=20 size=3D2></FONT></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D810490616-05062003><FONT face=3D"Trebuchet MS" = color=3D#ff0000=20 size=3D2>Adam</FONT></SPAN></DIV> <BLOCKQUOTE> <DIV class=3DOutlookMessageHeader dir=3Dltr align=3Dleft><FONT = face=3DTahoma=20 size=3D2>-----Original Message-----<BR><B>From:</B>=20 [email protected]=20 [mailto:[email protected]]<B>On Behalf Of = </B>Andy=20 Cutright<BR><B>Sent:</B> Thursday, June 05, 2003 9:07 AM<BR><B>To:</B> = [email protected]<BR><B>Subject:</B> Re:=20 [juddi-Developers] Gump build for jUDDI<BR><BR></FONT></DIV>i'll try = to take a=20 look at the centipede stuff sometime in the next few days so i can = understand=20 its advantages. what's the motivation for moving/ evolving from ant? = it's=20 working fine for me ( and doesn't the world revolve around me ? ;) , = and i=20 don't see any complaints on the user list about ant. = <BR><BR>cheers,<BR>andy=20 <BR><BR>Adam Jack wrote:<BR> <BLOCKQUOTE cite=3D"mid004901c32b0d$76fae830$53b5ea43@wdn086" = type=3D"cite"> <META content=3D"MSHTML 5.50.4915.500" name=3DGENERATOR> <DIV><SPAN class=3D941244402-05062003><FONT face=3D"Trebuchet MS" = color=3D#ff0000=20 size=3D2>Centipede is an extension to ant. It is ant w/ optional = plugins.=20 Basically the centibuild.xml could be called build.xml, it is just a = naming=20 convention.</FONT></SPAN></DIV> <DIV><SPAN class=3D941244402-05062003></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D941244402-05062003><FONT face=3D"Trebuchet MS" = color=3D#ff0000=20 size=3D2>Much as you wish to avoid duplications, and I = concur,&nbsp;I'd like=20 to propose running the two parallel until we see if centipede is=20 satisfactory to your needs. No point you investing in learning it = (and it's=20 quirks) but then (hopefully) no need you maintaining any build = system if a=20 standard one (from centipede) suffices.</FONT></SPAN></DIV> <DIV><SPAN class=3D941244402-05062003></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D941244402-05062003><FONT face=3D"Trebuchet MS" = color=3D#ff0000=20 size=3D2>Good enough?</FONT></SPAN></DIV> <DIV><SPAN class=3D941244402-05062003></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D941244402-05062003><FONT face=3D"Trebuchet MS" = color=3D#ff0000=20 size=3D2>regards</FONT></SPAN></DIV> <DIV><SPAN class=3D941244402-05062003></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D941244402-05062003><FONT face=3D"Trebuchet MS" = color=3D#ff0000=20 size=3D2>Adam</FONT></SPAN></DIV> <BLOCKQUOTE> <DIV class=3DOutlookMessageHeader dir=3Dltr align=3Dleft><FONT = face=3DTahoma=20 = size=3D2></FONT></DIV></BLOCKQUOTE></BLOCKQUOTE><BR>---------------------= ----------------------------------=20 This SF.net email is sponsored by: Etnus, makers of TotalView, The = best thread=20 debugger on the planet. Designed with thread debugging features you've = never=20 dreamed of, try TotalView 6 [email protected].=20 _______________________________________________ juddi-developers = mailing list=20 [email protected]=20 https://lists.sourceforge.net/lists/listinfo/juddi-developers=20 </BLOCKQUOTE></BODY></HTML> ------=_NextPart_000_00C6_01C32B4B.2B09A5E0-- From [email protected] Thu Jun 05 10:00:17 2003 Received: from [161.129.204.104] (helo=mx1.trysybase.com) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19Ny64-0004Wv-00 for <[email protected]>; Thu, 05 Jun 2003 10:00:16 -0700 Received: from mail.trysybase.com (mail.trysybase.com [161.129.204.104]) by mx1.trysybase.com (8.11.6/8.11.0) with ESMTP id h55H0MA30179 for <[email protected]>; Thu, 5 Jun 2003 11:00:22 -0600 Received: from dnamsrv ([161.129.204.104]) by mail.trysybase.com (8.11.6/8.11.6) with SMTP id h55GrwW08525 for <[email protected]>; Thu, 5 Jun 2003 10:53:58 -0600 From: "Anou Manavalan" <[email protected]> To: <[email protected]> Subject: RE: [juddi-Developers] Gump build for jUDDI Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000C_01C32B52.13BFB7B0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <[email protected]> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] X-Reply-To: <[email protected]> List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Thu Jun 5 10:01:07 2003 X-Original-Date: Thu, 5 Jun 2003 11:03:21 -0600 This is a multi-part message in MIME format. ------=_NextPart_000_000C_01C32B52.13BFB7B0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Simple answer - the tasks that we repeat everytime like the distribution, documentation, forrest... all these are built in as cents and you include them instead of copy and paste from one project build file to the other. We had so many projects, where we were copying and pasting.... And centipede seemed to be a nice alternative, and it worked for our projects. Centipede people are working in making it ant, until they do, we can have both. regards, -Anou BTW: The whole solar system is revolving around you ;-) -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of Andy Cutright Sent: Thursday, June 05, 2003 9:07 AM To: [email protected] Subject: Re: [juddi-Developers] Gump build for jUDDI i'll try to take a look at the centipede stuff sometime in the next few days so i can understand its advantages. what's the motivation for moving/ evolving from ant? it's working fine for me ( and doesn't the world revolve around me ? ;) , and i don't see any complaints on the user list about ant. cheers, andy Adam Jack wrote: Centipede is an extension to ant. It is ant w/ optional plugins. Basically the centibuild.xml could be called build.xml, it is just a naming convention. Much as you wish to avoid duplications, and I concur, I'd like to propose running the two parallel until we see if centipede is satisfactory to your needs. No point you investing in learning it (and it's quirks) but then (hopefully) no need you maintaining any build system if a standard one (from centipede) suffices. Good enough? regards Adam ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 [email protected]. _______________________________________________ juddi-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/juddi-developers ------=_NextPart_000_000C_01C32B52.13BFB7B0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD><TITLE></TITLE> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Dus-ascii"> <META content=3D"MSHTML 5.50.4807.2300" name=3DGENERATOR></HEAD> <BODY> <DIV><SPAN class=3D007415616-05062003><FONT face=3DArial color=3D#0000ff = size=3D2>Simple=20 answer -&nbsp; the tasks that we repeat everytime like the distribution, = documentation, forrest... all these are built in as cents&nbsp;and you = include=20 them instead of copy and paste from one project build file to the = other.&nbsp;=20 We had so many projects, where we were copying and pasting....&nbsp; And = centipede seemed to be a nice alternative, and it worked for our=20 projects.</FONT></SPAN></DIV> <DIV><SPAN class=3D007415616-05062003><FONT face=3DArial color=3D#0000ff = size=3D2>Centipede people&nbsp;are working&nbsp;in making it ant, until = they do,=20 we can have both.</FONT></SPAN></DIV> <DIV><SPAN class=3D007415616-05062003><FONT face=3DArial color=3D#0000ff = size=3D2></FONT></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D007415616-05062003><FONT face=3DArial color=3D#0000ff = size=3D2>regards,</FONT></SPAN></DIV> <DIV><SPAN class=3D007415616-05062003><FONT face=3DArial color=3D#0000ff = size=3D2>-Anou</FONT></SPAN></DIV> <DIV><SPAN class=3D007415616-05062003><FONT face=3DArial color=3D#0000ff = size=3D2></FONT></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D007415616-05062003><FONT face=3DArial color=3D#0000ff = size=3D2>BTW:=20 The whole solar system is revolving around you ;-)</FONT></SPAN></DIV> <BLOCKQUOTE> <DIV class=3DOutlookMessageHeader dir=3Dltr align=3Dleft><FONT = face=3DTahoma=20 size=3D2>-----Original Message-----<BR><B>From:</B>=20 [email protected]=20 [mailto:[email protected]]<B>On Behalf Of = </B>Andy=20 Cutright<BR><B>Sent:</B> Thursday, June 05, 2003 9:07 AM<BR><B>To:</B> = [email protected]<BR><B>Subject:</B> Re:=20 [juddi-Developers] Gump build for jUDDI<BR><BR></FONT></DIV>i'll try = to take a=20 look at the centipede stuff sometime in the next few days so i can = understand=20 its advantages. what's the motivation for moving/ evolving from ant? = it's=20 working fine for me ( and doesn't the world revolve around me ? ;) , = and i=20 don't see any complaints on the user list about ant. = <BR><BR>cheers,<BR>andy=20 <BR><BR>Adam Jack wrote:<BR> <BLOCKQUOTE cite=3D"mid004901c32b0d$76fae830$53b5ea43@wdn086" = type=3D"cite"> <META content=3D"MSHTML 5.50.4915.500" name=3DGENERATOR> <DIV><SPAN class=3D941244402-05062003><FONT face=3D"Trebuchet MS" = color=3D#ff0000=20 size=3D2>Centipede is an extension to ant. It is ant w/ optional = plugins.=20 Basically the centibuild.xml could be called build.xml, it is just a = naming=20 convention.</FONT></SPAN></DIV> <DIV><SPAN class=3D941244402-05062003></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D941244402-05062003><FONT face=3D"Trebuchet MS" = color=3D#ff0000=20 size=3D2>Much as you wish to avoid duplications, and I = concur,&nbsp;I'd like=20 to propose running the two parallel until we see if centipede is=20 satisfactory to your needs. No point you investing in learning it = (and it's=20 quirks) but then (hopefully) no need you maintaining any build = system if a=20 standard one (from centipede) suffices.</FONT></SPAN></DIV> <DIV><SPAN class=3D941244402-05062003></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D941244402-05062003><FONT face=3D"Trebuchet MS" = color=3D#ff0000=20 size=3D2>Good enough?</FONT></SPAN></DIV> <DIV><SPAN class=3D941244402-05062003></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D941244402-05062003><FONT face=3D"Trebuchet MS" = color=3D#ff0000=20 size=3D2>regards</FONT></SPAN></DIV> <DIV><SPAN class=3D941244402-05062003></SPAN>&nbsp;</DIV> <DIV><SPAN class=3D941244402-05062003><FONT face=3D"Trebuchet MS" = color=3D#ff0000=20 size=3D2>Adam</FONT></SPAN></DIV> <BLOCKQUOTE> <DIV class=3DOutlookMessageHeader dir=3Dltr align=3Dleft><FONT = face=3DTahoma=20 = size=3D2></FONT></DIV></BLOCKQUOTE></BLOCKQUOTE><BR>---------------------= ----------------------------------=20 This SF.net email is sponsored by: Etnus, makers of TotalView, The = best thread=20 debugger on the planet. Designed with thread debugging features you've = never=20 dreamed of, try TotalView 6 [email protected].=20 _______________________________________________ juddi-developers = mailing list=20 [email protected]=20 https://lists.sourceforge.net/lists/listinfo/juddi-developers=20 </BLOCKQUOTE></BODY></HTML> ------=_NextPart_000_000C_01C32B52.13BFB7B0-- From [email protected] Thu Jun 05 10:10:12 2003 Received: from rwcrmhc51.attbi.com ([161.129.204.104]) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19NxvQ-0007y8-00 for <[email protected]>; Thu, 05 Jun 2003 09:49:16 -0700 Received: from rwcrwbc04 (unknown[161.129.204.104]) by attbi.com (rwcrmhc51) with SMTP id <200306051649110510027dbne>; Thu, 5 Jun 2003 16:49:11 +0000 Received: from [161.129.204.104] by rwcrwbc04; Thu, 05 Jun 2003 16:49:07 +0000 From: [email protected] To: [email protected] Subject: RE: [juddi-Developers] Gump build for jUDDI X-Mailer: AT&T Message Center Version 1 (May 30 2003) X-Authenticated-Sender: c3ZpZW5zQGF0dGJpLmNvbQ== Message-Id: <[email protected]> Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Thu Jun 5 10:11:03 2003 X-Original-Date: Thu, 05 Jun 2003 16:49:07 +0000 > it is about jUDDI developers focusing on UDDI, not on build > scripts. Hey, that sounds like marketing hype! :) (absolutley no offence intended ... just trying to be cute) To be serious though, I'm hesitant to introduce a less-known/less-used build tool unless it introduces some significant advantages that jUDDI needs. I don't want to maintain two build scripts and most Java developers are familiar with Ant. Certainly all of the IDE makers out there have embraced it. All of the most common Apache projects are perfectly happy with plain-old Ant. The jUDDI build process is fairly simple at the moment and I'd like to keep it that way. Is Centipede a requirement when using Gump? Steve > Feel free, but it isn't about "complaints about ant", and it isn't moving > from ant, it is about jUDDI developers focusing on UDDI, not on build > scripts. > > regards > > Adam > -----Original Message----- > From: [email protected] > [mailto:[email protected]]On Behalf Of Andy > Cutright > Sent: Thursday, June 05, 2003 9:07 AM > To: [email protected] > Subject: Re: [juddi-Developers] Gump build for jUDDI > > > i'll try to take a look at the centipede stuff sometime in the next few > days so i can understand its advantages. what's the motivation for moving/ > evolving from ant? it's working fine for me ( and doesn't the world revolve > around me ? ;) , and i don't see any complaints on the user list about ant. > > cheers, > andy > > Adam Jack wrote: > > Centipede is an extension to ant. It is ant w/ optional plugins. > Basically the centibuild.xml could be called build.xml, it is just a naming > convention. > > Much as you wish to avoid duplications, and I concur, I'd like to > propose running the two parallel until we see if centipede is satisfactory > to your needs. No point you investing in learning it (and it's quirks) but > then (hopefully) no need you maintaining any build system if a standard one > (from centipede) suffices. > > Good enough? > > regards > > Adam > > ------------------------------------------------------- This SF.net email > is sponsored by: Etnus, makers of TotalView, The best thread debugger on the > planet. Designed with thread debugging features you've never dreamed of, try > TotalView 6 [email protected]. > _______________________________________________ juddi-developers mailing > list [email protected] > https://lists.sourceforge.net/lists/listinfo/juddi-developers From [email protected] Thu Jun 05 11:08:51 2003 Received: from [161.129.204.104] (helo=mx1.trysybase.com) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19NzAQ-0001Ly-00 for <[email protected]>; Thu, 05 Jun 2003 11:08:51 -0700 Received: from mail.trysybase.com (mail.trysybase.com [161.129.204.104]) by mx1.trysybase.com (8.11.6/8.11.0) with ESMTP id h55I8uA30484 for <[email protected]>; Thu, 5 Jun 2003 12:08:56 -0600 Received: from wdn086 ([161.129.204.104]) by mail.trysybase.com (8.11.6/8.11.6) with SMTP id h55I2SW09143 for <[email protected]>; Thu, 5 Jun 2003 12:02:28 -0600 From: "Adam Jack" <[email protected]> To: <[email protected]> Subject: RE: [juddi-Developers] Gump build for jUDDI Message-ID: <00fd01c32b8d$c79db350$53b5ea43@wdn086> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <[email protected]> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] X-Reply-To: <[email protected]> List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Thu Jun 5 11:09:09 2003 X-Original-Date: Thu, 5 Jun 2003 12:10:42 -0600 Centipede isn't a requirement for Gump, [email protected]. The structure and the gump entry all still work even w/o centipede. Change the gump.xml (and rename it to replace the module.xml, long story...) <ant basedir="." buildfile="centibuild.xml" target="gump" vm="1.4"> <property name="ant.home" project="krysalis-centipede" reference="home" /> </ant> to <ant target="all" /> .. and you have what you want, standard ant, not ant plus stuff. Ok, so even though centipede is ant, and I was trying to save you time, I see I've freaked you all out with this, which is not my intention. Sorry. If/when you move the structure I'll happily work w/ Anou to get you gumping via ant via your build.xml. regards Adam -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of [email protected] Sent: Thursday, June 05, 2003 10:49 AM To: [email protected] Subject: RE: [juddi-Developers] Gump build for jUDDI > it is about jUDDI developers focusing on UDDI, not on build > scripts. Hey, that sounds like marketing hype! :) (absolutley no offence intended ... just trying to be cute) To be serious though, I'm hesitant to introduce a less-known/less-used build tool unless it introduces some significant advantages that jUDDI needs. I don't want to maintain two build scripts and most Java developers are familiar with Ant. Certainly all of the IDE makers out there have embraced it. All of the most common Apache projects are perfectly happy with plain-old Ant. The jUDDI build process is fairly simple at the moment and I'd like to keep it that way. Is Centipede a requirement when using Gump? Steve > Feel free, but it isn't about "complaints about ant", and it isn't moving > from ant, it is about jUDDI developers focusing on UDDI, not on build > scripts. > > regards > > Adam > -----Original Message----- > From: [email protected] > [mailto:[email protected]]On Behalf Of Andy > Cutright > Sent: Thursday, June 05, 2003 9:07 AM > To: [email protected] > Subject: Re: [juddi-Developers] Gump build for jUDDI > > > i'll try to take a look at the centipede stuff sometime in the next few > days so i can understand its advantages. what's the motivation for moving/ > evolving from ant? it's working fine for me ( and doesn't the world revolve > around me ? ;) , and i don't see any complaints on the user list about ant. > > cheers, > andy > > Adam Jack wrote: > > Centipede is an extension to ant. It is ant w/ optional plugins. > Basically the centibuild.xml could be called build.xml, it is just a naming > convention. > > Much as you wish to avoid duplications, and I concur, I'd like to > propose running the two parallel until we see if centipede is satisfactory > to your needs. No point you investing in learning it (and it's quirks) but > then (hopefully) no need you maintaining any build system if a standard one > (from centipede) suffices. > > Good enough? > > regards > > Adam > > ------------------------------------------------------- This SF.net email > is sponsored by: Etnus, makers of TotalView, The best thread debugger on the > planet. Designed with thread debugging features you've never dreamed of, try > TotalView 6 [email protected]. > _______________________________________________ juddi-developers mailing > list [email protected] > https://lists.sourceforge.net/lists/listinfo/juddi-developers ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 [email protected]. _______________________________________________ juddi-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/juddi-developers From [email protected] Thu Jun 05 11:30:10 2003 Received: from [161.129.204.104] (helo=mx1.trysybase.com) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19NzV4-0006fi-00 for <[email protected]>; Thu, 05 Jun 2003 11:30:10 -0700 Received: from mail.trysybase.com (mail.trysybase.com [161.129.204.104]) by mx1.trysybase.com (8.11.6/8.11.0) with ESMTP id h55IUFA30563 for <[email protected]>; Thu, 5 Jun 2003 12:30:15 -0600 Received: from wdn086 ([161.129.204.104]) by mail.trysybase.com (8.11.6/8.11.6) with SMTP id h55INnW09252 for <[email protected]>; Thu, 5 Jun 2003 12:23:49 -0600 From: "Adam Jack" <[email protected]> To: <[email protected]> Subject: RE: [juddi-Developers] Gump build for jUDDI Message-ID: <010301c32b90$c3195c50$53b5ea43@wdn086> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <[email protected]> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] X-Reply-To: <[email protected]> List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Thu Jun 5 11:31:03 2003 X-Original-Date: Thu, 5 Jun 2003 12:32:03 -0600 One last question, from a non-CVS/SF.net expert: I think the way jUDDI has versioned sub directories, (i.e. http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/juddi/juddi-0.7.0/ ) is not the right way of doing it. I don't know the right way, but I've not seen this in any other open source project. I assume there are ways w/ branches/versions, etc. -- but not sub-directories. As such, it makes sense to put things into a juddi directory, but is it: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/juddi/ or (repetitive) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/juddi/juddi I think it has to be the former, but I if it is, any checkout would pick up the older version. As such, I think it has to be the latter. That said, hmm... The gump CVS definition for SF.net CVS is: http://cvs.apache.org/builds/gump/latest/repository_sourceforge.html Gump tries to get module (name) from repo. Ah, unless one tweaks with this: <cvs repository="sourceforge" host-prefix="cvs" dir="juddi" module="anou" cvsweb="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/juddi/anou /"/> So, which is it? juddi/juddi or juddi? regards, Adam From [email protected] Thu Jun 05 12:02:46 2003 Received: from rwcrmhc11.attbi.com ([161.129.204.104]) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19O00c-00040K-00 for <[email protected]>; Thu, 05 Jun 2003 12:02:46 -0700 Received: from rwcrwbc02 (unknown[161.129.204.104](misconfigured sender)) by attbi.com (rwcrmhc11) with SMTP id <2003060519024001300sm3mee>; Thu, 5 Jun 2003 19:02:40 +0000 Received: from [161.129.204.104] by rwcrwbc02; Thu, 05 Jun 2003 19:02:37 +0000 From: [email protected] To: [email protected] Subject: RE: [juddi-Developers] Gump build for jUDDI X-Mailer: AT&T Message Center Version 1 (May 30 2003) X-Authenticated-Sender: c3ZpZW5zQGF0dGJpLmNvbQ== Message-Id: <[email protected]> Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Thu Jun 5 12:03:17 2003 X-Original-Date: Thu, 05 Jun 2003 19:02:37 +0000 Adam, It will be 'juddi/juddi'. Think of the juddi CVS directory as a common CVS space jUDDI developers can place anything you wish to retain and share. A project like Jetty might have the following modules... jetty/jetty jetty/stresstest jetty/jettyextra (etc.) We're moving to a new (and final) directory structure for a 1.0 release and will label it "juddi" for consistency. But if we simply used juddi (instead of juddi/juddi then Anou would not have been able to create her 'anou' directory' without forcing anyone using jUDDI from CVS (i.e. Andy) to pull her experiment down. It's also not uncommon to find projects hosted by SourceForge.net using the format we're currently using (juddi-0.6.0, juddi-0.7.0, etc). Especially projects that haven't reached a 1.0 release yet... (i.e. projects that are still working out a structure they're comfortable sticking with and are not concerned with backwards compatability). We will be concerned with backwards compatability starting with anything that follows a version 1.0. Steve > One last question, from a non-CVS/SF.net expert: > > I think the way jUDDI has versioned sub directories, (i.e. > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/juddi/juddi-0.7.0/ > ) is not the right way of doing it. I don't know the right way, but I've not > seen this in any other open source project. I assume there are ways w/ > branches/versions, etc. -- but not sub-directories. > > As such, it makes sense to put things into a juddi directory, but is it: > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/juddi/ > > or (repetitive) > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/juddi/juddi > > I think it has to be the former, but I if it is, any checkout would pick up > the older version. As such, I think it has to be the latter. That said, > hmm... > > The gump CVS definition for SF.net CVS is: > > http://cvs.apache.org/builds/gump/latest/repository_sourceforge.html > > Gump tries to get module (name) from repo. Ah, unless one tweaks with this: > > <cvs repository="sourceforge" host-prefix="cvs" dir="juddi" > module="anou" > cvsweb="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/juddi/anou > /"/> > > > So, which is it? juddi/juddi or juddi? > > regards, > > Adam > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The best > thread debugger on the planet. Designed with thread debugging features > you've never dreamed of, try TotalView 6 [email protected]. > _______________________________________________ > juddi-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/juddi-developers From [email protected] Wed Jun 18 23:49:46 2003 Received: from tidos.tid.es ([161.129.204.104] helo=tid) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19StEu-0000hj-00 for <[email protected]>; Wed, 18 Jun 2003 23:49:44 -0700 Received: from conversion-daemon.tid.hi.inet by tid.hi.inet (iPlanet Messaging Server 5.2 Patch 1 (built Aug 19 2002)) id <[email protected]> for [email protected]; Thu, 19 Jun 2003 08:49:43 +0200 (MEST) Received: from loren (loren.hi.inet [161.129.204.104]) by tid.hi.inet (iPlanet Messaging Server 5.2 Patch 1 (built Aug 19 2002)) with SMTP id <[email protected]> for [email protected]; Thu, 19 Jun 2003 08:49:42 +0200 (MEST) From: Jorge Lorenzo <[email protected]> To: [email protected] Message-id: <[email protected]> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Subject: [juddi-Developers] JAXR localization issue Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Wed Jun 18 23:51:18 2003 X-Original-Date: Thu, 19 Jun 2003 08:49:26 +0200 Hi, As Steve Viens suggested, I'll comment a problem we asked in the JUDDI user forum. My problem was solved as I'll explain so the objective of this message is to help (if your language is not English). Some days ago, I had some problems with the query and publish actions because of the language (I'm Spanish). We are using JAXR (SUN's implementation) and JUDDI register. By default, we publish in Spanish because the SOAP message request includes the <xml:lang="es"> tag. On the other hand, by default, the queries are in English because the request includes the <xml:lang="en"> tag. So, we couldn't find anything that we published. This is also the default behaviour of the SUN registry server. So I think that this is not a problem of JUDDI register. We surpassed this problem by publishing in English. We can get this with the InternationalStrings: InternationalString s = businessLifeCycleManager.createInternationalString(Locale.ENGLISH, organizationName); Organization org = businessLifeCycleManager.createOrganization(s); s = businessLifeCycleManager.createInternationalString(Locale.ENGLISH, organizationDescription); org.setDescription(s); With this sentences, the <xml:lang> for the name and description will be in English and finally we'll find the organization by name or description. Anyway, we solved our problem but I think this behaviour is not adecuated. In fact, we don't know how to query in Spanish. This is not a problem for us because we are not interested in disguising by the language. Best regards, Jorge From [email protected] Thu Jun 19 00:04:26 2003 Received: from tidos.tid.es ([161.129.204.104] helo=tid) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19StT5-0002Gf-00; Thu, 19 Jun 2003 00:04:23 -0700 Received: from conversion-daemon.tid.hi.inet by tid.hi.inet (iPlanet Messaging Server 5.2 Patch 1 (built Aug 19 2002)) id <[email protected]>; Thu, 19 Jun 2003 09:03:46 +0200 (MEST) Received: from loren (loren.hi.inet [161.129.204.104]) by tid.hi.inet (iPlanet Messaging Server 5.2 Patch 1 (built Aug 19 2002)) with SMTP id <[email protected]>; Thu, 19 Jun 2003 09:03:46 +0200 (MEST) From: Jorge Lorenzo <[email protected]> In-reply-to: <[email protected]> To: [email protected], [email protected] Message-id: <[email protected]> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Subject: [juddi-Developers] JAXR findOrganizations Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Thu Jun 19 00:06:29 2003 X-Original-Date: Thu, 19 Jun 2003 09:03:30 +0200 Hi again, I'm trying to find all the organizations of my private JUDDI register with JAXR. This should be really simple: Collection namePatterns = new ArrayList(); namePatterns.add("%"); BulkResponse response = bqm.findOrganizations(null, namePatterns, null, null, null, null); There's no problem when the organization has no service. But when one of the organization has services attached, then we get the following exception: 14:58:16,882 ERROR [STDERR] java.lang.ClassCastException 14:58:16,886 ERROR [STDERR] at com.sun.xml.registry.common.util.CastorUtil.unmarshalObject(Unknown Source) 14:58:16,886 ERROR [STDERR] at com.sun.xml.registry.uddi.Processor.processResponse(Unknown Source) 14:58:16,887 ERROR [STDERR] at com.sun.xml.registry.uddi.Processor.processRequest(Unknown Source) 14:58:16,887 ERROR [STDERR] at com.sun.xml.registry.uddi.UDDIMapper.findOrganizations(Unknown Source) 14:58:16,887 ERROR [STDERR] at com.sun.xml.registry.uddi.BusinessQueryManagerImpl.findOrganizations(Unknown Source) 14:58:16,888 ERROR [STDERR] at com.tid.swce.negociador.registro.GestionOrganizacion.listarOrganizaciones GestionOrganizacion.java:41) ... Apparently, the JUDDI response is correct. The query request is: <?xml version="1.0" encoding="UTF-8"?> <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"> <soap-env:Body> <find_business generic="2.0" xmlns="urn:uddi-org:api_v2"> <name xml:lang="en" xmlns:xml="http://www.w3.org/XML/1998/namespace">%</name> </find_business> </soap-env:Body> </soap-env:Envelope> and the query response is: <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <businessList generic="2.0" operator="jUDDI.org" xmlns="urn:uddi-org:api_v2"> <businessInfos> <businessInfo businessKey="1ABBF0C0-A1C6-11D7-B0C0-FCA49EFE3229"> <name xml:lang="en">Service Provider</name> <description xml:lang="en">sdffsdasdf</description> <serviceInfos> <serviceInfo serviceKey="1E3DEB90-A1C6-11D7-AB90-E51EC5F3BB0C"> <name xml:lang="en">Prueba TModel</name> </serviceInfo> <serviceInfo serviceKey="1E31DDA0-A1C6-11D7-9DA0-F19AE033BBB0"> <name xml:lang="en">Prueba TModel2</name> </serviceInfo> </serviceInfos> </businessInfo> </businessInfos> </businessList> </soapenv:Body> </soapenv:Envelope> I think it's a problem of the SUN JAXR implementation, but I'm not sure. Can anyone check the response in case there's any mistake?. Is there any alternative JAXR implementation available (apart from the SUN one)?. Best regards, Jorge From [email protected] Fri Jun 20 11:43:03 2003 Received: from outgoing2.borland.com ([161.129.204.104] helo=outgoing.borland.com) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19TQqk-0002gJ-00 for <[email protected]>; Fri, 20 Jun 2003 11:43:02 -0700 Received: from sm-msg1 (bigip-snat.inprise.com [161.129.204.104]) by sv-mta2.inprise.com (iPlanet Messaging Server 5.2 HotFix 1.10 (built Jan 23 2003)) with ESMTP id <[email protected]> for [email protected]; Fri, 20 Jun 2003 11:42:52 -0700 (PDT) Received: from borland.com (tobenamed1.sm.inprise.com [161.129.204.104]) by sm-msg.inprise.com (iPlanet Messaging Server 5.2 HotFix 0.9 (built Jul 29 2002)) with ESMTP id <[email protected]> for [email protected]; Fri, 20 Jun 2003 11:42:54 -0700 (PDT) From: Andy Cutright <[email protected]> To: [email protected] Message-id: <[email protected]> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 Subject: [juddi-Developers] source code formatting Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Fri Jun 20 11:44:02 2003 X-Original-Date: Fri, 20 Jun 2003 11:42:54 -0700 hi y'all, i just downloaded the latest source. we keep a copy of jUDDI in our source code system, clearcase, as a matter of policy. clearcase detects all changes to source code, including whitespace introduction and removal. i just imported a bunch of parser changes, and they contain a lot of whitespace differences from previous versions. this makes it difficult for me to detect the real differences between versions. does jUDDI have a documented convention for indentation and whitespace management? e.g., are tabs forbidden, etc? other open source projects including apache web server, maintain these sorts of standards. this isn't a -huge- issue, rather a -nice-to-have- .. cheers, andy From [email protected] Fri Jun 20 16:45:22 2003 Received: from rwcrmhc12.comcast.net ([161.129.204.104] helo=rwcrmhc12.attbi.com) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19TVZJ-0004Dc-00 for <[email protected]>; Fri, 20 Jun 2003 16:45:21 -0700 Received: from pompey (h000625b54dee.ne.client2.attbi.com[161.129.204.104](untrusted sender)) by attbi.com (rwcrmhc12) with SMTP id <2003062023451501400nssoge>; Fri, 20 Jun 2003 23:45:15 +0000 From: "Steve Viens" <[email protected]> To: <[email protected]> Subject: RE: [juddi-Developers] source code formatting Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] X-Reply-To: <[email protected]> List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Fri Jun 20 16:46:06 2003 X-Original-Date: Fri, 20 Jun 2003 19:44:37 -0400 Well, I haven't published one but I've been thinking about it for some time. Now is a great time to announce it (prior to starting the 'juddi' head). Tabs will be forbidden, and probably a 2-character indentation increment. Since we're so closely related to Axis I'd consider starting with something they use (if there is one);) I'll get something out for discussion this week. Steve -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Andy Cutright Sent: Friday, June 20, 2003 2:43 PM To: [email protected] Subject: [juddi-Developers] source code formatting hi y'all, i just downloaded the latest source. we keep a copy of jUDDI in our source code system, clearcase, as a matter of policy. clearcase detects all changes to source code, including whitespace introduction and removal. i just imported a bunch of parser changes, and they contain a lot of whitespace differences from previous versions. this makes it difficult for me to detect the real differences between versions. does jUDDI have a documented convention for indentation and whitespace management? e.g., are tabs forbidden, etc? other open source projects including apache web server, maintain these sorts of standards. this isn't a -huge- issue, rather a -nice-to-have- .. cheers, andy ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ juddi-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/juddi-developers From [email protected] Mon Jun 23 08:57:26 2003 Received: from outgoing1.borland.com ([161.129.204.104] helo=outgoing.borland.com) by sc8-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 19UTh7-0004Kc-00 for <[email protected]>; Mon, 23 Jun 2003 08:57:25 -0700 Received: from sm-msg1 (bigip-snat.inprise.com [161.129.204.104]) by sv-mta1.inprise.com (iPlanet Messaging Server 5.2 HotFix 1.10 (built Jan 23 2003)) with ESMTP id <[email protected]> for [email protected]; Mon, 23 Jun 2003 08:57:16 -0700 (PDT) Received: from borland.com (tobenamed1.sm.inprise.com [161.129.204.104]) by sm-msg.inprise.com (iPlanet Messaging Server 5.2 HotFix 0.9 (built Jul 29 2002)) with ESMTP id <[email protected]> for [email protected]; Mon, 23 Jun 2003 08:57:18 -0700 (PDT) From: Andy Cutright <[email protected]> To: [email protected] Message-id: <[email protected]> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 Subject: [juddi-Developers] test suite Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: [email protected] List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=subscribe> List-Id: <juddi-developers.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/juddi-developers>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=juddi-developers> Date: Mon Jun 23 08:59:38 2003 X-Original-Date: Mon, 23 Jun 2003 08:57:18 -0700 hey steve, have you looked at the test suite stuff i've been posting? i'd like to get that placed under source control, if it's meeting your needs. i'm gradually adding more tests, and have begun to write a sketchy test plan :) the suite's designed to test UDDI 2.x compliance. i'm sure the subsystems are amenable to unit testing; i simply need compliance verified. the suite exersizes a lot of code anyway. the suite is using junit as requested. i think i've got a handle on the junit architecture, so the tests are fitting nicely. i've got a .jpx for it, and i'll try to get build.xml out shortly. it also depends on uddi4j, so that will need to be placed under source control too. i'd like to place that libary into the .../tests/.. hierarchy, to keep it out of the source hierarchy, unless you have any issues. cheers, andy
From [email protected] Mon Feb 12 14:02:50 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 68718 invoked from network); 12 Feb 2007 14:02:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Feb 2007 14:02:50 -0000 Received: (qmail 16744 invoked by uid 500); 12 Feb 2007 14:02:58 -0000 Delivered-To: [email protected] Received: (qmail 16732 invoked by uid 500); 12 Feb 2007 14:02:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <websh-cvs.tcl.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 16720 invoked by uid 99); 12 Feb 2007 14:02:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2007 06:02:57 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2007 06:02:49 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id F406E1A981A; Mon, 12 Feb 2007 06:02:28 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r506449 - in /tcl/websh/trunk/src: ./ generic/ Date: Mon, 12 Feb 2007 14:02:28 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.1.0 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ronnie Date: Mon Feb 12 06:02:27 2007 New Revision: 506449 URL: http://svn.apache.org/viewvc?view=rev&rev=506449 Log: - removed unused local variables to allow warning-free compile with -Wall - removed some redundant variable initializations Thanks to Mikhail Teterin for pointing these out Modified: tcl/websh/trunk/src/ChangeLog tcl/websh/trunk/src/generic/args.c tcl/websh/trunk/src/generic/checksum.c tcl/websh/trunk/src/generic/conv.c tcl/websh/trunk/src/generic/crypt.c tcl/websh/trunk/src/generic/dispatch.c tcl/websh/trunk/src/generic/filecounter.c tcl/websh/trunk/src/generic/filelock.c tcl/websh/trunk/src/generic/filelock.h tcl/websh/trunk/src/generic/formdata.c tcl/websh/trunk/src/generic/htmlify.c tcl/websh/trunk/src/generic/interpool.c tcl/websh/trunk/src/generic/log.c tcl/websh/trunk/src/generic/logutl.c tcl/websh/trunk/src/generic/mod_websh.c tcl/websh/trunk/src/generic/modwebsh_ap.c tcl/websh/trunk/src/generic/nca_d.c tcl/websh/trunk/src/generic/paramlist.c tcl/websh/trunk/src/generic/request.c tcl/websh/trunk/src/generic/request_ap.c tcl/websh/trunk/src/generic/uricode.c tcl/websh/trunk/src/generic/webout.c tcl/websh/trunk/src/generic/weboutint.c Modified: tcl/websh/trunk/src/ChangeLog URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/ChangeLog?view=diff&rev=506449&r1=506448&r2=506449 ============================================================================== --- tcl/websh/trunk/src/ChangeLog (original) +++ tcl/websh/trunk/src/ChangeLog Mon Feb 12 06:02:27 2007 @@ -1,3 +1,19 @@ +2007-02-12 Brunner Ronnie <[email protected]> + + * src/generic/dispatch.c, src/generic/crypt.c, src/generic/logutl.c, + src/generic/htmlify.c, src/generic/formdata.c, src/generic/checksum.c, + src/generic/conv.c, src/generic/request_ap.c, src/generic/interpool.c, + src/generic/weboutint.c, src/generic/request.c, + src/generic/modwebsh_ap.c, src/generic/nca_d.c, + src/generic/mod_websh.c, src/generic/uricode.c, src/generic/webout.c, + src/generic/filecounter.c, src/generic/log.c, src/generic/filelock.c, + src/generic/filelock.h, generic/paramlist.c, src/generic/args.c: + Adapted patch from Mikhail Teterin <[email protected]> + - Removed unused local variables to allow compile w/o complaints + when using -Wall -Werror + - Removed some redundant initialization of variables + Thanks Mikhail + 2007-01-03 Brunner Ronnie <[email protected]> * src/win/Makefile: Modified: tcl/websh/trunk/src/generic/args.c URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/generic/args.c?view=diff&rev=506449&r1=506448&r2=506449 ============================================================================== --- tcl/websh/trunk/src/generic/args.c (original) +++ tcl/websh/trunk/src/generic/args.c Mon Feb 12 06:02:27 2007 @@ -72,7 +72,7 @@ if (tmpLen > 1) { if (tmp[1] != '-') { - if (isdigit(tmp[1])) + if (isdigit((int)tmp[1])) return OPTION_TYPE_NUMBER; return OPTION_TYPE_PARAM; } @@ -94,7 +94,6 @@ { int pos = 0; - char *tmp = NULL; for (pos = (previous + 1); pos < objc; pos++) { @@ -309,7 +308,6 @@ int i; char *tmp = NULL; - int tmpLen = -1; if (scanc < 0) scanc = objc; Modified: tcl/websh/trunk/src/generic/checksum.c URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/generic/checksum.c?view=diff&rev=506449&r1=506448&r2=506449 ============================================================================== --- tcl/websh/trunk/src/generic/checksum.c (original) +++ tcl/websh/trunk/src/generic/checksum.c Mon Feb 12 06:02:27 2007 @@ -84,7 +84,6 @@ Tcl_Obj *tmp = NULL; char tmpc1 = 0; char tmpc2 = 0; - int i = 0; unsigned char byte = 0; tmp = Tcl_NewObj(); @@ -143,8 +142,7 @@ { Tcl_Obj *crcObj = NULL; - char *str = NULL; - int len = 0; + int len; int crc1; int crc2; Modified: tcl/websh/trunk/src/generic/conv.c URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/generic/conv.c?view=diff&rev=506449&r1=506448&r2=506449 ============================================================================== --- tcl/websh/trunk/src/generic/conv.c (original) +++ tcl/websh/trunk/src/generic/conv.c Mon Feb 12 06:02:27 2007 @@ -162,8 +162,7 @@ { ConvData *convData = NULL; - Tcl_Obj *res1 = NULL; - Tcl_Obj *res2 = NULL; + Tcl_Obj *res1; /* -------------------------------------------------------------------------- * check for private data Modified: tcl/websh/trunk/src/generic/crypt.c URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/generic/crypt.c?view=diff&rev=506449&r1=506448&r2=506449 ============================================================================== --- tcl/websh/trunk/src/generic/crypt.c (original) +++ tcl/websh/trunk/src/generic/crypt.c Mon Feb 12 06:02:27 2007 @@ -25,9 +25,8 @@ int crypt_Init(Tcl_Interp * interp) { - CryptData *cryptData = NULL; - int ires = 0; - Tcl_Obj *tmp = NULL; + CryptData *cryptData; + Tcl_Obj *tmp; /* -------------------------------------------------------------------------- * interpreter running ? Modified: tcl/websh/trunk/src/generic/dispatch.c URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/generic/dispatch.c?view=diff&rev=506449&r1=506448&r2=506449 ============================================================================== --- tcl/websh/trunk/src/generic/dispatch.c (original) +++ tcl/websh/trunk/src/generic/dispatch.c Mon Feb 12 06:02:27 2007 @@ -54,11 +54,8 @@ }; int idx = 0; - Tcl_Obj *post_data = NULL; - Tcl_Obj *query_string = NULL; - Tcl_Obj *formDataChannel = NULL; - Tcl_Obj *formDataBoundary = NULL; - Tcl_Obj *urlEncString = NULL; + Tcl_Obj *post_data; + Tcl_Obj *query_string; /* -------------------------------------------------------------------------- * check for private data @@ -407,8 +404,7 @@ Tcl_Obj * len, Tcl_Obj * type, RequestData * requestData) { - char *content_type = NULL; - int iTmp = 0; + char *content_type; /* printf("DBG parsePostData - starting\n"); fflush(stdout); */ Modified: tcl/websh/trunk/src/generic/filecounter.c URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/generic/filecounter.c?view=diff&rev=506449&r1=506448&r2=506449 ============================================================================== --- tcl/websh/trunk/src/generic/filecounter.c (original) +++ tcl/websh/trunk/src/generic/filecounter.c Mon Feb 12 06:02:27 2007 @@ -58,9 +58,8 @@ static TCLCONST char *subCommands[] = { "curval", "nextval", "getval", "config", NULL }; enum subCommands { CURVAL, NEXTVAL, GETVAL, CONFIG }; - char **ptr = (char **) subCommands; - int idx; + int idx = 0; int seqno; Tcl_Obj *result = NULL; Modified: tcl/websh/trunk/src/generic/filelock.c URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/generic/filelock.c?view=diff&rev=506449&r1=506448&r2=506449 ============================================================================== --- tcl/websh/trunk/src/generic/filelock.c (original) +++ tcl/websh/trunk/src/generic/filelock.c Mon Feb 12 06:02:27 2007 @@ -24,9 +24,7 @@ { int res = -1; - int filedes = -1; - - filedes = (int) handle; + int filedes = (int)(intptr_t)handle; #ifdef SYSV /* since lockf takes size as argument, @@ -68,9 +66,7 @@ { int res = -1; - int filedes = -1; - - filedes = (int) handle; + int filedes = (int)(intptr_t)handle; #ifdef SYSV /* since lockf takes size as argument, @@ -105,10 +101,8 @@ int unlock_file(ClientData handle) { - int res = 0; - int filedes = -1; - - filedes = (int) handle; + int res = -1; + int filedes = (int)(intptr_t)handle; #ifdef SYSV /* since lockf takes size as argument, @@ -146,7 +140,6 @@ { ClientData handle; - int res = 0; if (Tcl_GetChannelHandle(channel, TCL_WRITABLE, &handle) != TCL_OK) { @@ -174,7 +167,6 @@ { ClientData handle; - int res = 0; if (Tcl_GetChannelHandle(channel, TCL_WRITABLE, &handle) != TCL_OK) { LOG_MSG(interp, WRITE_LOG, __FILE__, __LINE__, @@ -243,7 +235,6 @@ Tcl_Channel channel; ClientData handle; - int res = 0; WebAssertObjc(objc != 2, 1, "channel"); Modified: tcl/websh/trunk/src/generic/filelock.h URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/generic/filelock.h?view=diff&rev=506449&r1=506448&r2=506449 ============================================================================== --- tcl/websh/trunk/src/generic/filelock.h (original) +++ tcl/websh/trunk/src/generic/filelock.h Mon Feb 12 06:02:27 2007 @@ -23,6 +23,8 @@ #endif #ifdef WIN32 # include <windows.h> +/* intptr_t needed for 64 Bit platforms -> dummy in Win32*/ +typedef int intptr_t; #endif #ifdef FREEBSD # include <unistd.h> Modified: tcl/websh/trunk/src/generic/formdata.c URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/generic/formdata.c?view=diff&rev=506449&r1=506448&r2=506449 ============================================================================== --- tcl/websh/trunk/src/generic/formdata.c (original) +++ tcl/websh/trunk/src/generic/formdata.c Mon Feb 12 06:02:27 2007 @@ -562,7 +562,6 @@ long rBytes = 0; long rBytesPrev = 0; long wBytes = 0; - char *tmpCurLine = NULL; /* -------------------------------------------------------------------------- * sanity Modified: tcl/websh/trunk/src/generic/htmlify.c URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/generic/htmlify.c?view=diff&rev=506449&r1=506448&r2=506449 ============================================================================== --- tcl/websh/trunk/src/generic/htmlify.c (original) +++ tcl/websh/trunk/src/generic/htmlify.c Mon Feb 12 06:02:27 2007 @@ -265,15 +265,12 @@ int webDeHtmlify(ConvData * convData, Tcl_Obj * in, Tcl_Obj * out) { - int length = 0; /* length of input */ + int length; /* length of input */ int pos = 0; /* actual position in string */ - Tcl_UniChar *unic = NULL; + Tcl_UniChar *unic; int plainfirst = 0; int plainend = 0; - int dump = 0; int err = 0; /* temporary use, may be removed */ - - Tcl_Obj *err_buffer = NULL; if (in == NULL || out == NULL) { return TCL_ERROR; Modified: tcl/websh/trunk/src/generic/interpool.c URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/generic/interpool.c?view=diff&rev=506449&r1=506448&r2=506449 ============================================================================== --- tcl/websh/trunk/src/generic/interpool.c (original) +++ tcl/websh/trunk/src/generic/interpool.c Mon Feb 12 06:02:27 2007 @@ -108,7 +108,6 @@ { int result = 0; - time_t t = 0; LogPlugIn *logtoap = NULL; Tcl_Obj *code = NULL; @@ -306,7 +305,6 @@ Tcl_HashEntry *entry = NULL; WebInterp *found = NULL; WebInterpClass *webInterpClass = NULL; - LogToApData *logToApData = NULL; char *id = NULL; Tcl_Obj *idObj = NULL; Tcl_Obj *mapCmd = NULL; Modified: tcl/websh/trunk/src/generic/log.c URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/generic/log.c?view=diff&rev=506449&r1=506448&r2=506449 ============================================================================== --- tcl/websh/trunk/src/generic/log.c (original) +++ tcl/websh/trunk/src/generic/log.c Mon Feb 12 06:02:27 2007 @@ -434,15 +434,13 @@ Tcl_Interp * interp, int objc, Tcl_Obj * CONST objv[]) { - LogData *logData = NULL; - int iTmp = 0; - int iCur = 0; + LogData *logData; /* ------------------------------------------------------------------------ * check for internal data * --------------------------------------------------------------------- */ - WebAssertData(interp, clientData, "Web_Log", TCL_ERROR) - logData = (LogData *) clientData; + WebAssertData(interp, clientData, "Web_Log", TCL_ERROR); + logData = (LogData *) clientData; /* ------------------------------------------------------------------------ * try to be fast @@ -696,8 +694,6 @@ } case DELETE:{ - LogDest *logDest = NULL; - /* 0 1 2 */ /* wacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bloglogDest delete logDest1 */ @@ -892,8 +888,6 @@ break; } case DELETE:{ - - LogLevel *logLevel = NULL; /* 0 1 2 */ /* wacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bloglevel delete logLevel1 */ Modified: tcl/websh/trunk/src/generic/logutl.c URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/generic/logutl.c?view=diff&rev=506449&r1=506448&r2=506449 ============================================================================== --- tcl/websh/trunk/src/generic/logutl.c (original) +++ tcl/websh/trunk/src/generic/logutl.c Mon Feb 12 06:02:27 2007 @@ -462,7 +462,7 @@ break; case 't': #ifdef TCL_THREADS - sprintf(tmpStr, "%d", Tcl_GetCurrentThread()); + sprintf(tmpStr, "%d", (int) Tcl_GetCurrentThread()); Tcl_AppendToObj(fmsg, tmpStr, -1); #else /* no thread id */ Modified: tcl/websh/trunk/src/generic/mod_websh.c URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/generic/mod_websh.c?view=diff&rev=506449&r1=506448&r2=506449 ============================================================================== --- tcl/websh/trunk/src/generic/mod_websh.c (original) +++ tcl/websh/trunk/src/generic/mod_websh.c Mon Feb 12 06:02:27 2007 @@ -366,9 +366,6 @@ { int res; - void *sconf = r->server->module_config; - websh_server_conf *conf = - (websh_server_conf *) ap_get_module_config(sconf, &websh_module); #ifdef APACHE2 if (strcmp(r->handler, WEBSHHANDLER)) Modified: tcl/websh/trunk/src/generic/modwebsh_ap.c URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/generic/modwebsh_ap.c?view=diff&rev=506449&r1=506448&r2=506449 ============================================================================== --- tcl/websh/trunk/src/generic/modwebsh_ap.c (original) +++ tcl/websh/trunk/src/generic/modwebsh_ap.c Mon Feb 12 06:02:27 2007 @@ -82,7 +82,6 @@ { WebInterp *webInterp = (WebInterp *) clientData; - int res = 0; if (objc != 2) { Tcl_WrongNumArgs(interp, 1, objv, "code"); Modified: tcl/websh/trunk/src/generic/nca_d.c URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/generic/nca_d.c?view=diff&rev=506449&r1=506448&r2=506449 ============================================================================== --- tcl/websh/trunk/src/generic/nca_d.c (original) +++ tcl/websh/trunk/src/generic/nca_d.c Mon Feb 12 06:02:27 2007 @@ -258,15 +258,14 @@ Tcl_Obj *encryptNcaD(Tcl_Interp * interp, ClientData clientData, Tcl_Obj * in) { - Tcl_Obj *out = NULL; - int pack = 0, type = 0, prev = 0, newc = 0, pos = 0; - Tcl_Obj *key = NULL; - unsigned char *keyBytes = NULL; + Tcl_Obj *out; + int pack, type, prev = 0, newc, pos = 0; + Tcl_Obj *key; + unsigned char *keyBytes; int keyLen = -1; char outc; - Tcl_Obj *tmp = NULL; - int i = 0; - char *str = NULL; + int i; + char *str; int strLen = -1; if ((clientData == NULL) || (in == NULL)) Modified: tcl/websh/trunk/src/generic/paramlist.c URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/generic/paramlist.c?view=diff&rev=506449&r1=506448&r2=506449 ============================================================================== --- tcl/websh/trunk/src/generic/paramlist.c (original) +++ tcl/websh/trunk/src/generic/paramlist.c Mon Feb 12 06:02:27 2007 @@ -85,9 +85,8 @@ int paramListSet(ParamList * hash, char *key, Tcl_Obj * value) { - Tcl_Obj *existingValue = NULL; - Tcl_Obj *copy = NULL; - int len = 0; + Tcl_Obj *existingValue; + Tcl_Obj *copy; if ((hash == NULL) || (key == NULL) || (value == NULL)) return TCL_ERROR; @@ -537,7 +536,7 @@ Tcl_HashEntry *he; if (hash != NULL) { - while (he = Tcl_FirstHashEntry(hash, &hs)) { + while ((he = Tcl_FirstHashEntry(hash, &hs))) { tclo = (Tcl_Obj *) Tcl_GetHashValue(he); if (tclo != NULL) Tcl_DecrRefCount(tclo); Modified: tcl/websh/trunk/src/generic/request.c URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/generic/request.c?view=diff&rev=506449&r1=506448&r2=506449 ============================================================================== --- tcl/websh/trunk/src/generic/request.c (original) +++ tcl/websh/trunk/src/generic/request.c Mon Feb 12 06:02:27 2007 @@ -444,14 +444,12 @@ Tcl_Interp * interp, int objc, Tcl_Obj * CONST objv[]) { - int idx = -1; - static char *params[] = { "-reset", "-channel", NULL }; enum params { REQUESTRESET, DEFAULTCHANNELNAME }; - int res = 0; - RequestData *requestData = NULL; + int res; + RequestData *requestData; /* -------------------------------------------------------------------------- * sanity Modified: tcl/websh/trunk/src/generic/request_ap.c URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/generic/request_ap.c?view=diff&rev=506449&r1=506448&r2=506449 ============================================================================== --- tcl/websh/trunk/src/generic/request_ap.c (original) +++ tcl/websh/trunk/src/generic/request_ap.c Mon Feb 12 06:02:27 2007 @@ -39,7 +39,6 @@ int requestFillRequestValues(Tcl_Interp * interp, RequestData * requestData) { - int res = 0; /*Tcl_Obj *reso = NULL;*/ request_rec *r = NULL; #ifndef APACHE2 Modified: tcl/websh/trunk/src/generic/uricode.c URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/generic/uricode.c?view=diff&rev=506449&r1=506448&r2=506449 ============================================================================== --- tcl/websh/trunk/src/generic/uricode.c (original) +++ tcl/websh/trunk/src/generic/uricode.c Mon Feb 12 06:02:27 2007 @@ -79,14 +79,12 @@ Tcl_Obj *uriEncode(Tcl_Obj * inString) { - long length = 0; - long i = 0; - char str[32]; /* for hex representation of i. 64 bit -> string - with 16 chars. 32 should be long enough, then. */ - Tcl_Obj *tclo = NULL; - char *utfs = NULL; - Tcl_UniChar unic = 0; - unsigned char *bytes = NULL; + long i; + char str[32]; /* for hex representation of i. 64 bit -> string + with 16 chars. 32 should be long enough, then. */ + Tcl_Obj *tclo; + Tcl_UniChar unic; + unsigned char *bytes; int bytesLen = -1; IfNullLogRetNull(NULL, inString, "uriEncode: got NULL as input."); Modified: tcl/websh/trunk/src/generic/webout.c URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/generic/webout.c?view=diff&rev=506449&r1=506448&r2=506449 ============================================================================== --- tcl/websh/trunk/src/generic/webout.c (original) +++ tcl/websh/trunk/src/generic/webout.c Mon Feb 12 06:02:27 2007 @@ -263,9 +263,8 @@ return resetOutData(interp, outData); case RESET:{ - Tcl_Obj *tmp = NULL; - int err = 0; - char *tname = NULL; + Tcl_Obj *tmp; + char *tname; WebAssertObjc(objc != 2, 2, NULL); Modified: tcl/websh/trunk/src/generic/weboutint.c URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/generic/weboutint.c?view=diff&rev=506449&r1=506448&r2=506449 ============================================================================== --- tcl/websh/trunk/src/generic/weboutint.c (original) +++ tcl/websh/trunk/src/generic/weboutint.c Mon Feb 12 06:02:27 2007 @@ -28,8 +28,6 @@ Tcl_Channel getChannel(Tcl_Interp * interp, ResponseObj * responseObj) { - char *varName = NULL; - char *channelName = NULL; int mode = 0; Tcl_Channel channel = NULL; @@ -133,18 +131,12 @@ { Tcl_HashTable *hash = NULL; - ResponseObj *responseObj = NULL; - int err = 0; - int mode = 0; - char *name = NULL; - Tcl_Obj *tmp = NULL; - Tcl_Obj *tmp2 = NULL; + ResponseObj *responseObj; char *defheaders[] = { HEADER, NULL }; int i; if (channelName == NULL) return NULL; - name = channelName; /* fprintf(stderr,"creating '%s'\n",channelName); fflush(stderr); */ @@ -173,8 +165,8 @@ i = 0; while (defheaders[i]) { - char *key = NULL; - Tcl_Obj *val = NULL; + char *key; + Tcl_Obj *val; key = defheaders[i++]; val = Tcl_NewStringObj(defheaders[i++], -1); @@ -185,7 +177,7 @@ responseObj->sendHeader = 1; responseObj->bytesSent = 0; responseObj->headers = hash; - responseObj->name = Tcl_NewStringObj(name, -1); + responseObj->name = Tcl_NewStringObj(channelName, -1); responseObj->httpresponse = NULL; responseObj->headerHandler = headerHandler; @@ -351,9 +343,8 @@ int destroyOutData(ClientData clientData, Tcl_Interp * interp) { - OutData *outData = NULL; + OutData *outData; /* HashTableIterator iterator; */ - ResponseObj *responseObj = NULL; if (clientData == NULL) return TCL_ERROR; @@ -383,7 +374,7 @@ int startseqlen = strlen(strstart); int begin = 1; int firstScan = 1; - int inside = 0, p = 0; + int inside = 0; int inLen = 0; int res = 0; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Sun Dec 02 21:09:47 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73195 invoked from network); 2 Dec 2007 21:09:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Dec 2007 21:09:47 -0000 Received: (qmail 19095 invoked by uid 500); 2 Dec 2007 21:09:33 -0000 Delivered-To: [email protected] Received: (qmail 19062 invoked by uid 500); 2 Dec 2007 21:09:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 19051 invoked by uid 99); 2 Dec 2007 21:09:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Dec 2007 13:09:33 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp-vbr17.xs4all.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Dec 2007 21:09:10 +0000 Received: from [161.129.204.104] (adouma.demon.nl [161.129.204.104]) (authenticated bits=0) by smtp-vbr17.xs4all.nl (8.13.8/8.13.8) with ESMTP id lB2L982V028484 for <[email protected]>; Sun, 2 Dec 2007 22:09:08 +0100 (CET) (envelope-from [email protected]) Message-ID: <[email protected]> Date: Sun, 02 Dec 2007 22:10:05 +0100 From: Ate Douma <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20071022) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: Changing password stored on LDAP References: <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Checked: Checked by ClamAV on apache.org Alberto Troisi wrote: > Hi Ate, > Thanks for your suggestion! I think that the bug reported in the issues= =20 > DIRSERVER-782 is still present in 1.0.2. So, I modified the=20 > AuthenticationService class and I recompiled it. Now, seems that the=20 > problem is resolved. I'm wondering why this bug wasn't fixed yet... Hi Alberto, Glad to hear you've got it working now. If you have time, maybe you can reopen DIRSERVER-782 and report that it s= till isn't fixed? Regards, Ate >=20 > Thanks again, > Alberto >=20 > Ate Douma ha scritto: >> Hi Alberto, >> >> Your problem very much looks like=20 >> http://issues.apache.org/jira/browse/DIRSERVER-782 >> I reported that bug against Apache DS 1.0 and it was reported to be=20 >> fixed for 1.0.1. >> Seems though it still exists in 1.0.2 :( >> Maybe you can try this out with Apache DS 1.5.1 and/or reopen=20 >> DIRSERVER-782 again. >> >> Regards, >> >> Ate >> >> Alberto Troisi wrote: >>> Hi, >>> I'm using Jetspeed integrated with the Apache DS 1.0.2 LDAP server,=20 >>> but I have a problem while changing the password of a logged user. >>> The LoginPortlet shows the message "Password changed" but, after a=20 >>> log out, the user can't log into the portal with the new password: he= =20 >>> has to use the old one. However, I view the new password stored in=20 >>> LDAP with the Apache DS Studio. Furthermore, to authenticate the same= =20 >>> user on another application, that access to the same LDAP server to=20 >>> retrieve credentials, the user has to use the new password. >>> The new password is seen by the portal only if I restart the Apache=20 >>> DS server. On the other hand, I have no problem if I change the user = >>> password directly with the Apache Studio. >>> Where is the problem? >>> >>> Another question: It's possible to use encrypted password with Jetspe= ed? >>> >>> Thanks in advance, >>> Alberto >>> >>> ---------------------------------------------------------------------= >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected]= g >>> >>> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected]= >> >> >> __________ Informazione NOD32 2688 (20071127) __________ >> >> Questo messaggio =E8 stato controllato dal Sistema Antivirus NOD32 >> http://www.nod32.it >> >> >> >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >=20 >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Dec 02 21:19:08 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75024 invoked from network); 2 Dec 2007 21:19:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Dec 2007 21:19:08 -0000 Received: (qmail 23003 invoked by uid 500); 2 Dec 2007 21:18:50 -0000 Delivered-To: [email protected] Received: (qmail 22970 invoked by uid 500); 2 Dec 2007 21:18:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22959 invoked by uid 99); 2 Dec 2007 21:18:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Dec 2007 13:18:50 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp-vbr13.xs4all.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Dec 2007 21:18:52 +0000 Received: from [161.129.204.104] (adouma.demon.nl [161.129.204.104]) (authenticated bits=0) by smtp-vbr13.xs4all.nl (8.13.8/8.13.8) with ESMTP id lB2LIQvb092036 for <[email protected]>; Sun, 2 Dec 2007 22:18:31 +0100 (CET) (envelope-from [email protected]) Message-ID: <[email protected]> Date: Sun, 02 Dec 2007 22:19:23 +0100 From: Ate Douma <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20071022) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: Permission on group with role on psml References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Checked: Checked by ClamAV on apache.org Woonsan Ko wrote: > Hi all, > > I gave view permission to `engineering' group on /groovy.psml and I added `user' role to the > `engineering' group. > In /groovy.psml, I added the following: > > <security-constraints> > <security-constraint> > <roles>admin</roles> > <groups>engineering</groups> > <permissions>view</permissions> > </security-constraint> > </security-constraints> > > When I logged in by `user', I expected I could see /groovy.psml menu, but I could not. > I think that the user named `user' should be able to view the /groovy.psml because the user is in > `user' role which is in `engineering' group. > > Is this a designed feature, or one of items to be improved? It is a known (and actually quite old) issue: http://issues.apache.org/jira/browse/JS2-21 > > TIA, > > Woonsan > > > ____________________________________________________________________________________ > Be a better sports nut! Let your teams follow you > with Yahoo Mobile. Try it now. http://mobile.yahoo.com/sports;_ylt=At9_qDKvtAbMuh1G1SQtBI7ntAcJ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Dec 02 21:50:06 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80770 invoked from network); 2 Dec 2007 21:50:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Dec 2007 21:50:06 -0000 Received: (qmail 38562 invoked by uid 500); 2 Dec 2007 21:49:53 -0000 Delivered-To: [email protected] Received: (qmail 38247 invoked by uid 500); 2 Dec 2007 21:49:52 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 38236 invoked by uid 99); 2 Dec 2007 21:49:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Dec 2007 13:49:52 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp-vbr16.xs4all.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Dec 2007 21:49:32 +0000 Received: from [161.129.204.104] (adouma.demon.nl [161.129.204.104]) (authenticated bits=0) by smtp-vbr16.xs4all.nl (8.13.8/8.13.8) with ESMTP id lB2LnXHj099108 for <[email protected]>; Sun, 2 Dec 2007 22:49:33 +0100 (CET) (envelope-from [email protected]) Message-ID: <[email protected]> Date: Sun, 02 Dec 2007 22:50:30 +0100 From: Ate Douma <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20071022) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: How can I make left column identical for all sites? References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Checked: Checked by ClamAV on apache.org Vitaly, We had the same issue too and solved it again differently through custom "include" elements in our psml *template* files and using xslt to embed common psml "fragments" in every page. So, all our psml files after deployment contain these same set of fragments (including using the same id). Its not perfect, and real runtime "include" support is definitely something we plan to work on at a later time (see also: JS2-686), but for now the template+xslt->psml solution works fine for us. Regards, Ate Mohan K R wrote: > Vitaly, > I had the same use case, but instead of left, it was right :). > Unfortunately, there is no easy way to do it. After some discussion with > David, it seems like it would be nice to have a method for JPT (Jetspeed > Power Tool) to render a "psml", currently there is a method > to render one portlet (if you have just one). > > Anyways, the way you approached it by opening another connection, > although it does work but one cannot sync with the "current" page. > But, I did not like this approach (I used the portlet pipeline to render > the portlets in the rightColumn.psml). > > Then I thought let me try to "read" the fixed psml (in the decorations), > and parse the portlets and use the jpt renderedContent to display > the portlets. I was able to do 1 and 2 but of course the renderedContent > failed miserably. I thought about feeding the PSML before the container > valve, but it would have required significant changes. I think it would > be nice to have a "include" psml feature, that would solve the problem. > > Anyways, I ended up creating a new layout template, with the "fixed" > portlets in every page in the interest of time. > > Sorry, I could not give a positive answer :) > > Cheers > mohan > > Vitaly Baranovsky wrote: >> Hi! >> >> I have big site. Site has left column that is identical for many >> pages. Left column contains portlets. How can I make left column >> identical for many pages? >> >> I plan to use portlets in edit-defaults mode. So, preferences will be >> stored via psml files. >> >> My solution now is: >> 1) I've created page left_column.psml >> 2) I've put WebContent portlet at left of each page where I need left >> column >> 3) I've entered path to left_column.psml in "url" parameter of edit >> mode of WebContent portlet. >> >> So, for left column I use WebContent portlet, that gets >> left_column.psml through http and displays it. >> >> It looks like bad solution (to display portal page inside another >> portal page using http connection). >> >> I think, using Jetspeed API to render page would be better solution >> (for example, something like renderPage(String sPageName) method), but >> it looks like rendering of page is spread in many valves and there is >> no such method in Jetspeed API. >> >> Can someone recommend me a good solution? >> >> Thanks! >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Dec 03 15:23:36 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58691 invoked from network); 3 Dec 2007 15:23:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Dec 2007 15:23:36 -0000 Received: (qmail 24755 invoked by uid 500); 3 Dec 2007 15:23:23 -0000 Delivered-To: [email protected] Received: (qmail 24728 invoked by uid 500); 3 Dec 2007 15:23:23 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 24717 invoked by uid 99); 3 Dec 2007 15:23:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Dec 2007 07:23:23 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mailx2.unisannio.it) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Dec 2007 15:23:24 +0000 Received: from [161.129.204.104] (h27.rcost.unisannio.it [161.129.204.104]) by mailx2.unisannio.it (Postfix) with ESMTP id 79634F10362 for <[email protected]>; Mon, 3 Dec 2007 15:24:25 +0100 (CET) Message-ID: <[email protected]> Date: Mon, 03 Dec 2007 16:17:26 +0100 From: Alberto Troisi <[email protected]> User-Agent: Mozilla Thunderbird 161.129.204.104 (Windows/20070809) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Users and Roles definition with LDAP Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, following the guidelines of the "Role membership" section in the Jetspeed & LDAP tutorial (http://portals.apache.org/jetspeed-2/multiproject/jetspeed-security/ldap.html#Group_Role_membership), I defined the RoleMembership attribute and I set an empty value for the UserRoleMembership in order to store the role membership as a role attribute (the default was to store it as user attribute). Now, when I access to Role Management page, in the "Security Administration" section on the Jetspeed portal, I can't view details for a selected role: I have a NullPointerException. On the other hand, in the User Management page, I can view roles details about a defined user. Is the problem related to a missing configuration in the security-spi-ldap.xml file? Thanks in advance. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Dec 03 21:26:17 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93480 invoked from network); 3 Dec 2007 21:26:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Dec 2007 21:26:17 -0000 Received: (qmail 11838 invoked by uid 500); 3 Dec 2007 21:26:00 -0000 Delivered-To: [email protected] Received: (qmail 11809 invoked by uid 500); 3 Dec 2007 21:26:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 11798 invoked by uid 99); 3 Dec 2007 21:26:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Dec 2007 13:26:00 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hippo.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Dec 2007 21:26:02 +0000 Received: from [161.129.204.104] ([161.129.204.104]) by mail.hippo.nl with Microsoft SMTPSVC(438)521-6648); Mon, 3 Dec 2007 22:25:42 +0100 Message-ID: <[email protected]> Date: Mon, 03 Dec 2007 22:25:42 +0100 From: Dennis Dam <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20070809) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: Users and Roles definition with LDAP References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 03 Dec 2007 21:25:42.0803 (UTC) FILETIME=[0F2D9630:01C835F3] X-Virus-Checked: Checked by ClamAV on apache.org Hi Troisi, can you paste a stacktrace of the null pointer exception here ? That would be of great help. Dennis Alberto Troisi wrote: > Hi, > following the guidelines of the "Role membership" section in the > Jetspeed & LDAP tutorial > (http://portals.apache.org/jetspeed-2/multiproject/jetspeed-security/ldap.html#Group_Role_membership), > I defined the RoleMembership attribute and I set an empty value for > the UserRoleMembership in order to store the role membership as a role > attribute (the default was to store it as user attribute). > Now, when I access to Role Management page, in the "Security > Administration" section on the Jetspeed portal, I can't view details > for a selected role: I have a NullPointerException. On the other hand, > in the User Management page, I can view roles details about a defined > user. > > Is the problem related to a missing configuration in the > security-spi-ldap.xml file? > > Thanks in advance. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Dec 04 00:48:38 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62316 invoked from network); 4 Dec 2007 00:48:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Dec 2007 00:48:38 -0000 Received: (qmail 27821 invoked by uid 500); 4 Dec 2007 00:48:25 -0000 Delivered-To: [email protected] Received: (qmail 27784 invoked by uid 500); 4 Dec 2007 00:48:25 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 27773 invoked by uid 99); 4 Dec 2007 00:48:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Dec 2007 16:48:25 -0800 X-ASF-Spam-Status: No, hits=3.2 required=10.0 tests=HTML_MESSAGE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp116.sbc.mail.sp1.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 04 Dec 2007 00:48:27 +0000 Received: (qmail 62412 invoked from network); 4 Dec 2007 00:48:05 -0000 Received: from unknown (HELO ?161.129.204.104?) ([email protected]@161.129.204.104 with plain) by smtp116.sbc.mail.sp1.yahoo.com with SMTP; 4 Dec 2007 00:48:05 -0000 X-YMail-OSG: 27bdjfEVM1lcV0wA1GAucZcGw8Y_sYbEsU6ItayexSD8gEVp2JWa.uiYBHsneQ_rynUCSzifX4x.l1.qO20Ca9Rdk0TJ6oRNXwHH.MjQMY1_RUFQmMSrZIXTJKVz Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <[email protected]> References: <[email protected]> Content-Type: multipart/alternative; boundary=Apple-Mail-164--621248781 Message-Id: <[email protected]> From: David Sean Taylor <[email protected]> Subject: Re: Changing Jetspeed Locale Date: Mon, 3 Dec 2007 16:48:03 -0800 To: "Jetspeed Users List" <[email protected]> X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-164--621248781 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On Nov 14, 2007, at 7:41 PM, $aurabh Vig wrote: > Hi All, > > I need to control the locale selection in Jetspeed, and my locale > selection needs to be in the top banner of the page. > I used > -- $jetspeed.renderPortletEntity("Localizer", "j2- > adminacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bLocaleSelector") > and could get the loacle selector porlet displayed, but its submit > doesnot work > I think because the submit action of the form is defined as the > portletaction. > > Infact, i further noticed that when i change the locale using the main > locale selector portlet, the loacle doesnot change for the locale > portlet rendered in the top banner. > > Could anyone please help me on: > 1) How to achieve this locale selection from the top banner? > 2) How can i get my portlets to change based on the selected locale? > Looking at the code of It basically sets a preference which is then put into the session Preferences prefs = user.getPreferences(); prefs.put (PortalReservedParameters.PREFERED_LOCALE_ATTRIBUTE, JetspeedLocale .convertLocaleToString(preferedLocale)); http://svn.apache.org/repos/asf/portals/jetspeed-2/trunk/applications/ j2-admin/src/java/org/apache/jetspeed/portlets/localeselector/ LocaleSelectorPortlet.java --Apple-Mail-164--621248781-- From [email protected] Wed Dec 05 10:07:33 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60753 invoked from network); 5 Dec 2007 10:07:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Dec 2007 10:07:33 -0000 Received: (qmail 73608 invoked by uid 500); 5 Dec 2007 10:07:15 -0000 Delivered-To: [email protected] Received: (qmail 73589 invoked by uid 500); 5 Dec 2007 10:07:15 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 73578 invoked by uid 99); 5 Dec 2007 10:07:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 02:07:15 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO andromeda.payroll.it) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 10:06:53 +0000 Received: from gawain.payroll (ares.payroll [161.129.204.104]) by andromeda.payroll.it (8.12.11/8.12.11) with ESMTP id lB59K1BC013201 for <[email protected]>; Wed, 5 Dec 2007 10:20:01 +0100 Received: from [161.129.204.104] (pes1vec-nb.payroll [161.129.204.104]) by gawain.payroll (8.13.1/8.13.1) with ESMTP id lB5A6rJ0028189 for <[email protected]>; Wed, 5 Dec 2007 11:06:54 +0100 Message-ID: <[email protected]> Date: Wed, 05 Dec 2007 11:06:54 +0100 From: Vecchio Fabrizio <[email protected]> Reply-To: [email protected] Organization: P&S s.r.l. - Payroll Services User-Agent: Thunderbird 161.129.204.104 (X11/20071022) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Access portlet from decorator X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on andromeda.payroll.it X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, i have a question. I need to read a portlet session attribute from decorator (Velocity). I discover jpt method "getComponent" to retrieve jetspeed spring bean's but i don't find the component that manage portlet instances. There is one ? Thank's, Vecchio Fabrizio -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHVng+T8Ugp/OKqmIRArc3AJwKqO9DU5wlKak8qVyg3BeTKG3+EQCfT/7p cLAx5pP3PxaYaj2n8SShcEQ= =QJdW -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Dec 05 11:05:21 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88530 invoked from network); 5 Dec 2007 11:05:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Dec 2007 11:05:21 -0000 Received: (qmail 51160 invoked by uid 500); 5 Dec 2007 11:05:08 -0000 Delivered-To: [email protected] Received: (qmail 51140 invoked by uid 500); 5 Dec 2007 11:05:08 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 51129 invoked by uid 99); 5 Dec 2007 11:05:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 03:05:08 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail176.messagelabs.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 05 Dec 2007 11:04:47 +0000 X-VirusChecked: Checked X-Env-Sender: [email protected] X-Msg-Ref: server-6.tower-176.messagelabs.com!1196852686!7156345!1 X-StarScan-Version: 161.129.204.104.2; banners=-,-,- X-Originating-IP: [161.129.204.104] Received: (qmail 21628 invoked from network); 5 Dec 2007 11:04:46 -0000 Received: from cetclx001.scee.net (HELO cetclx001.scee.net) (161.129.204.104) by server-6.tower-176.messagelabs.com with SMTP; 5 Dec 2007 11:04:46 -0000 Subject: Nicola Orru is out of the office. From: [email protected] To: "Jetspeed Users List" <[email protected]> Message-ID: <[email protected]> Date: Wed, 5 Dec 2007 11:03:10 +0000 X-MIMETrack: Serialize by Router on CELOCB08/UK/SVR/SCEE(Release 7.0.2FP2|May 14, 2007) at 05/12/2007 11:04:51 MIME-Version: 1.0 Content-type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I will be out of the office starting 05/12/2007 and will not return until 16/12/2007. I will respond to your message when I return. For urgent issues please contact me via email at my personal address [email protected] ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify [email protected] This footnote also confirms that this email message has been checked for all known viruses. Sony Computer Entertainment Europe Limited Registered Office: 10 Great Marlborough Street, London W1F 7LP, United Kingdom Registered in England: 3277793 ********************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Dec 05 11:12:38 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90312 invoked from network); 5 Dec 2007 11:12:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Dec 2007 11:12:38 -0000 Received: (qmail 62580 invoked by uid 500); 5 Dec 2007 11:12:26 -0000 Delivered-To: [email protected] Received: (qmail 61984 invoked by uid 500); 5 Dec 2007 11:12:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 61973 invoked by uid 99); 5 Dec 2007 11:12:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 03:12:24 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mailx2.unisannio.it) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 11:12:01 +0000 Received: from [161.129.204.104] (h27.rcost.unisannio.it [161.129.204.104]) by mailx2.unisannio.it (Postfix) with ESMTP id 0FA55F103F4 for <[email protected]>; Wed, 5 Dec 2007 11:12:44 +0100 (CET) Message-ID: <[email protected]> Date: Wed, 05 Dec 2007 12:06:19 +0100 From: Alberto Troisi <[email protected]> User-Agent: Mozilla Thunderbird 161.129.204.104 (Windows/20070809) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: Users and Roles definition with LDAP References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Dennis, thanks for your answer and sorry for my delay. This is the exception stacktrace: 2007-12-05 11:55:11,750 [http-8080-Processor23] ERROR org.apache.portals.gems.browser.BrowserPortlet - Exception java.lang.NullPointerException at org.apache.jetspeed.security.impl.BasePrincipalImpl.hashCode(BasePrincipalImpl.java:75) at java.util.HashMap.put(HashMap.java:418) at java.util.HashSet.add(HashSet.java:194) at org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler.getUserPrincipalsInRole(LdapSecurityMappingHandler.java:326) at org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler.getUserPrincipalsInRole(LdapSecurityMappingHandler.java:252) at org.apache.jetspeed.security.impl.UserManagerImpl.getUsersInRole(UserManagerImpl.java:460) at org.apache.jetspeed.portlets.security.roles.RoleDetails.getRows(RoleDetails.java:109) at org.apache.jetspeed.portlets.security.roles.RoleDetails.getRows(RoleDetails.java:81) at org.apache.portals.gems.browser.BrowserPortlet.doView(BrowserPortlet.java:189) at org.apache.jetspeed.portlets.security.roles.RoleDetails.doView(RoleDetails.java:174) at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:247) at javax.portlet.GenericPortlet.render(GenericPortlet.java:175) at org.apache.portals.bridges.velocity.GenericVelocityPortlet.render(GenericVelocityPortlet.java:164) at org.apache.jetspeed.factory.JetspeedPortletInstance.render(JetspeedPortletInstance.java:103) at org.apache.jetspeed.container.JetspeedContainerServlet.doGet(JetspeedContainerServlet.java:265) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672) at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:574) at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:499) at org.apache.jetspeed.container.invoker.ServletPortletInvoker.invoke(ServletPortletInvoker.java:245) at org.apache.jetspeed.container.invoker.ServletPortletInvoker.render(ServletPortletInvoker.java:128) at org.apache.pluto.PortletContainerImpl.renderPortlet(PortletContainerImpl.java:119) at org.apache.jetspeed.container.JetspeedPortletContainerWrapper.renderPortlet(JetspeedPortletContainerWrapper.java:121) at org.apache.jetspeed.aggregator.impl.RenderingJobImpl.execute(RenderingJobImpl.java:242) at org.apache.jetspeed.aggregator.impl.PortletRendererImpl.renderNow(PortletRendererImpl.java:226) at org.apache.jetspeed.aggregator.impl.PageAggregatorImpl.aggregateAndRender(PageAggregatorImpl.java:147) at org.apache.jetspeed.aggregator.impl.PageAggregatorImpl.aggregateAndRender(PageAggregatorImpl.java:143) at org.apache.jetspeed.aggregator.impl.PageAggregatorImpl.build(PageAggregatorImpl.java:78) at org.apache.jetspeed.aggregator.AggregatorValve.invoke(AggregatorValve.java:46) at org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) at org.apache.jetspeed.aggregator.HeaderAggregatorValve.invoke(HeaderAggregatorValve.java:53) at org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) at org.apache.jetspeed.decoration.DecorationValve.invoke(DecorationValve.java:130) at org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) at org.apache.jetspeed.resource.ResourceValveImpl.invoke(ResourceValveImpl.java:130) at org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) at org.apache.jetspeed.pipeline.valve.impl.ActionValveImpl.invoke(ActionValveImpl.java:184) at org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) at org.apache.jetspeed.container.ContainerValve.invoke(ContainerValve.java:104) at org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) at org.apache.jetspeed.profiler.impl.ProfilerValveImpl.invoke(ProfilerValveImpl.java:248) at org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) at org.apache.jetspeed.security.impl.LoginValidationValveImpl.invoke(LoginValidationValveImpl.java:159) at org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) at org.apache.jetspeed.security.impl.PasswordCredentialValveImpl.invoke(PasswordCredentialValveImpl.java:150) at org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) at org.apache.jetspeed.localization.impl.LocalizationValveImpl.invoke(LocalizationValveImpl.java:170) at org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) at org.apache.jetspeed.security.impl.AbstractSecurityValve$1.run(AbstractSecurityValve.java:138) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAsPrivileged(Subject.java:454) at org.apache.jetspeed.security.JSSubject.doAsPrivileged(JSSubject.java:179) at org.apache.jetspeed.security.impl.AbstractSecurityValve.invoke(AbstractSecurityValve.java:132) at org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) at org.apache.jetspeed.container.url.impl.PortalURLValveImpl.invoke(PortalURLValveImpl.java:66) at org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) at org.apache.jetspeed.capabilities.impl.CapabilityValveImpl.invoke(CapabilityValveImpl.java:126) at org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) at org.apache.jetspeed.pipeline.JetspeedPipeline.invoke(JetspeedPipeline.java:146) at org.apache.jetspeed.engine.JetspeedEngine.service(JetspeedEngine.java:227) at org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:242) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.jetspeed.engine.servlet.XXSUrlAttackFilter.doFilter(XXSUrlAttackFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.josso.tc55.agent.SSOAgentValve.invoke(SSOAgentValve.java:541) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:595) Dennis Dam ha scritto: > Hi Troisi, > > can you paste a stacktrace of the null pointer exception here ? That > would be of great help. > > Dennis > > Alberto Troisi wrote: >> Hi, >> following the guidelines of the "Role membership" section in the >> Jetspeed & LDAP tutorial >> (http://portals.apache.org/jetspeed-2/multiproject/jetspeed-security/ldap.html#Group_Role_membership), >> I defined the RoleMembership attribute and I set an empty value for >> the UserRoleMembership in order to store the role membership as a >> role attribute (the default was to store it as user attribute). >> Now, when I access to Role Management page, in the "Security >> Administration" section on the Jetspeed portal, I can't view details >> for a selected role: I have a NullPointerException. On the other >> hand, in the User Management page, I can view roles details about a >> defined user. >> >> Is the problem related to a missing configuration in the >> security-spi-ldap.xml file? >> >> Thanks in advance. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > __________ Informazione NOD32 2698 (20071203) __________ > > Questo messaggio è stato controllato dal Sistema Antivirus NOD32 > http://www.nod32.it > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Dec 05 12:42:43 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25761 invoked from network); 5 Dec 2007 12:42:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Dec 2007 12:42:42 -0000 Received: (qmail 70482 invoked by uid 500); 5 Dec 2007 12:42:29 -0000 Delivered-To: [email protected] Received: (qmail 70454 invoked by uid 500); 5 Dec 2007 12:42:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 70443 invoked by uid 99); 5 Dec 2007 12:42:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 04:42:29 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hippo.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 12:42:04 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----_=_NextPart_001_01C8373C.3CBA4ECF" Subject: RE: Users and Roles definition with LDAP Date: Wed, 5 Dec 2007 13:42:03 +0100 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: <[email protected]> Thread-Topic: Users and Roles definition with LDAP Thread-Index: Acg3L8B2f9wkoFqASFCSVZ7jppfWdAACvhty References: <[email protected]> <[email protected]> <[email protected]> From: "Dennis Dam" <[email protected]> To: "Jetspeed Users List" <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C8373C.3CBA4ECF Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hey Alberto, =20 Somehow the user principal name is null, the first where it happens to = break is the hashCode() function of the user principal class. There can = be several reasons for this :=20 =20 * a misconfiguration in your ldap config. Can you check this = construction parameter in your spring LDAP config file: <!-- The UidAttribute. --> <constructor-arg index=3D"25"><value>cn</value></constructor-arg> Is this the correct value? For example, if your user DN looks like: = o=3DsevenSeas,ou=3Dfoo,cn=3Dadmin then the value should be "cn". * you have set an incorrect user DN value on the RoleMembership = attribute. Jetspeed tries to resolve the user principal name from that = DN, by looking up the part of after the uid attribute ( ... , cn=3D..). = =20 =20 Anyway, I think you found a bug in one of the LDAP classes, I think = principals with name null should never be created :) I'm going to make = a patch for this. thanks, Dennis =20 ________________________________ Van: Alberto Troisi [mailto:[email protected]] Verzonden: wo 5-12-2007 12:06 Aan: Jetspeed Users List Onderwerp: Re: Users and Roles definition with LDAP Hi Dennis, thanks for your answer and sorry for my delay. This is the exception stacktrace: 2007-12-05 11:55:11,750 [http-8080-Processor23] ERROR org.apache.portals.gems.browser.BrowserPortlet - Exception java.lang.NullPointerException at org.apache.jetspeed.security.impl.BasePrincipalImpl.hashCode(BasePrincipa= lImpl.java:75) at java.util.HashMap.put(HashMap.java:418) at java.util.HashSet.add(HashSet.java:194) at org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler.getUserP= rincipalsInRole(LdapSecurityMappingHandler.java:326) at org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler.getUserP= rincipalsInRole(LdapSecurityMappingHandler.java:252) at org.apache.jetspeed.security.impl.UserManagerImpl.getUsersInRole(UserMana= gerImpl.java:460) at org.apache.jetspeed.portlets.security.roles.RoleDetails.getRows(RoleDetai= ls.java:109) at org.apache.jetspeed.portlets.security.roles.RoleDetails.getRows(RoleDetai= ls.java:81) at org.apache.portals.gems.browser.BrowserPortlet.doView(BrowserPortlet.java= :189) at org.apache.jetspeed.portlets.security.roles.RoleDetails.doView(RoleDetail= s.java:174) at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:247) at javax.portlet.GenericPortlet.render(GenericPortlet.java:175) at org.apache.portals.bridges.velocity.GenericVelocityPortlet.render(Generic= VelocityPortlet.java:164) at org.apache.jetspeed.factory.JetspeedPortletInstance.render(JetspeedPortle= tInstance.java:103) at org.apache.jetspeed.container.JetspeedContainerServlet.doGet(JetspeedCont= ainerServlet.java:265) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicat= ionFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilte= rChain.java:173) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatch= er.java:672) at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispa= tcher.java:574) at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatc= her.java:499) at org.apache.jetspeed.container.invoker.ServletPortletInvoker.invoke(Servle= tPortletInvoker.java:245) at org.apache.jetspeed.container.invoker.ServletPortletInvoker.render(Servle= tPortletInvoker.java:128) at org.apache.pluto.PortletContainerImpl.renderPortlet(PortletContainerImpl.= java:119) at org.apache.jetspeed.container.JetspeedPortletContainerWrapper.renderPortl= et(JetspeedPortletContainerWrapper.java:121) at org.apache.jetspeed.aggregator.impl.RenderingJobImpl.execute(RenderingJob= Impl.java:242) at org.apache.jetspeed.aggregator.impl.PortletRendererImpl.renderNow(Portlet= RendererImpl.java:226) at org.apache.jetspeed.aggregator.impl.PageAggregatorImpl.aggregateAndRender= (PageAggregatorImpl.java:147) at org.apache.jetspeed.aggregator.impl.PageAggregatorImpl.aggregateAndRender= (PageAggregatorImpl.java:143) at org.apache.jetspeed.aggregator.impl.PageAggregatorImpl.build(PageAggregat= orImpl.java:78) at org.apache.jetspeed.aggregator.AggregatorValve.invoke(AggregatorValve.jav= a:46) at org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(Jetsp= eedPipeline.java:167) at org.apache.jetspeed.aggregator.HeaderAggregatorValve.invoke(HeaderAggrega= torValve.java:53) at org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(Jetsp= eedPipeline.java:167) at org.apache.jetspeed.decoration.DecorationValve.invoke(DecorationValve.jav= a:130) at org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(Jetsp= eedPipeline.java:167) at org.apache.jetspeed.resource.ResourceValveImpl.invoke(ResourceValveImpl.j= ava:130) at org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(Jetsp= eedPipeline.java:167) at org.apache.jetspeed.pipeline.valve.impl.ActionValveImpl.invoke(ActionValv= eImpl.java:184) at org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(Jetsp= eedPipeline.java:167) at org.apache.jetspeed.container.ContainerValve.invoke(ContainerValve.java:1= 04) at org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(Jetsp= eedPipeline.java:167) at org.apache.jetspeed.profiler.impl.ProfilerValveImpl.invoke(ProfilerValveI= mpl.java:248) at org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(Jetsp= eedPipeline.java:167) at org.apache.jetspeed.security.impl.LoginValidationValveImpl.invoke(LoginVa= lidationValveImpl.java:159) at org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(Jetsp= eedPipeline.java:167) at org.apache.jetspeed.security.impl.PasswordCredentialValveImpl.invoke(Pass= wordCredentialValveImpl.java:150) at org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(Jetsp= eedPipeline.java:167) at org.apache.jetspeed.localization.impl.LocalizationValveImpl.invoke(Locali= zationValveImpl.java:170) at org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(Jetsp= eedPipeline.java:167) at org.apache.jetspeed.security.impl.AbstractSecurityValve$1.run(AbstractSec= urityValve.java:138) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAsPrivileged(Subject.java:454) at org.apache.jetspeed.security.JSSubject.doAsPrivileged(JSSubject.java:179)= at org.apache.jetspeed.security.impl.AbstractSecurityValve.invoke(AbstractSe= curityValve.java:132) at org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(Jetsp= eedPipeline.java:167) at org.apache.jetspeed.container.url.impl.PortalURLValveImpl.invoke(PortalUR= LValveImpl.java:66) at org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(Jetsp= eedPipeline.java:167) at org.apache.jetspeed.capabilities.impl.CapabilityValveImpl.invoke(Capabili= tyValveImpl.java:126) at org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(Jetsp= eedPipeline.java:167) at org.apache.jetspeed.pipeline.JetspeedPipeline.invoke(JetspeedPipeline.jav= a:146) at org.apache.jetspeed.engine.JetspeedEngine.service(JetspeedEngine.java:227= ) at org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:242= ) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicat= ionFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilte= rChain.java:173) at org.apache.jetspeed.engine.servlet.XXSUrlAttackFilter.doFilter(XXSUrlAtta= ckFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicat= ionFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilte= rChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve= .java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve= .java:178) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorB= ase.java:524) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:= 126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:= 105) at org.josso.tc55.agent.SSOAgentValve.invoke(SSOAgentValve.java:541) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.j= ava:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:14= 8) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869= ) at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.proce= ssConnection(Http11BaseProtocol.java:664) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.= java:527) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowe= rWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.= java:684) at java.lang.Thread.run(Thread.java:595) Dennis Dam ha scritto: > Hi Troisi, > > can you paste a stacktrace of the null pointer exception here ? That > would be of great help. > > Dennis > > Alberto Troisi wrote: >> Hi, >> following the guidelines of the "Role membership" section in the >> Jetspeed & LDAP tutorial >> = (http://portals.apache.org/jetspeed-2/multiproject/jetspeed-security/ldap= .html#Group_Role_membership), >> I defined the RoleMembership attribute and I set an empty value for >> the UserRoleMembership in order to store the role membership as a >> role attribute (the default was to store it as user attribute). >> Now, when I access to Role Management page, in the "Security >> Administration" section on the Jetspeed portal, I can't view details >> for a selected role: I have a NullPointerException. On the other >> hand, in the User Management page, I can view roles details about a >> defined user. >> >> Is the problem related to a missing configuration in the >> security-spi-ldap.xml file? >> >> Thanks in advance. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: = [email protected] >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > __________ Informazione NOD32 2698 (20071203) __________ > > Questo messaggio =E8 stato controllato dal Sistema Antivirus NOD32 > http://www.nod32.it <http://www.nod32.it/>=20 > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] ------_=_NextPart_001_01C8373C.3CBA4ECF Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] ------_=_NextPart_001_01C8373C.3CBA4ECF-- From [email protected] Wed Dec 05 14:33:42 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65560 invoked from network); 5 Dec 2007 14:33:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Dec 2007 14:33:41 -0000 Received: (qmail 8312 invoked by uid 500); 5 Dec 2007 14:33:27 -0000 Delivered-To: [email protected] Received: (qmail 8279 invoked by uid 500); 5 Dec 2007 14:33:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 8268 invoked by uid 99); 5 Dec 2007 14:33:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 06:33:27 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mailx2.unisannio.it) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 14:33:25 +0000 Received: from [161.129.204.104] (h27.rcost.unisannio.it [161.129.204.104]) by mailx2.unisannio.it (Postfix) with ESMTP id 952CFF10369 for <[email protected]>; Wed, 5 Dec 2007 14:33:44 +0100 (CET) Message-ID: <[email protected]> Date: Wed, 05 Dec 2007 15:27:23 +0100 From: Alberto Troisi <[email protected]> User-Agent: Mozilla Thunderbird 161.129.204.104 (Windows/20070809) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: Users and Roles definition with LDAP References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: multipart/mixed; boundary="------------080604050105030908050606" X-Virus-Checked: Checked by ClamAV on apache.org --------------080604050105030908050606 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Dennis, I modified my ldap configuration file by changing the UidAttribute (and also userUidAttribute) value, but I have the same problem. Sorry, but I don't understand the second point you mentioned. Anyway, I would attach the ldap config file and an LDIF export: probably these can be more useful for you. Thanks! Dennis Dam ha scritto: > Hey Alberto, > > Somehow the user principal name is null, the first where it happens to break is the hashCode() function of the user principal class. There can be several reasons for this : > > * a misconfiguration in your ldap config. Can you check this construction parameter in your spring LDAP config file: > <!-- The UidAttribute. --> > > <constructor-arg index="25"><value>cn</value></constructor-arg> > > Is this the correct value? For example, if your user DN looks like: o=sevenSeas,ou=foo,cn=admin then the value should be "cn". > > * you have set an incorrect user DN value on the RoleMembership attribute. Jetspeed tries to resolve the user principal name from that DN, by looking up the part of after the uid attribute ( ... , cn=..). > > > > Anyway, I think you found a bug in one of the LDAP classes, I think principals with name null should never be created :) I'm going to make a patch for this. > > thanks, > > Dennis > > > > > ________________________________ > > Van: Alberto Troisi [mailto:[email protected]] > Verzonden: wo 5-12-2007 12:06 > Aan: Jetspeed Users List > Onderwerp: Re: Users and Roles definition with LDAP > > > > Hi Dennis, > thanks for your answer and sorry for my delay. This is the exception > stacktrace: > > 2007-12-05 11:55:11,750 [http-8080-Processor23] ERROR > org.apache.portals.gems.browser.BrowserPortlet - Exception > java.lang.NullPointerException > at > org.apache.jetspeed.security.impl.BasePrincipalImpl.hashCode(BasePrincipalImpl.java:75) > at java.util.HashMap.put(HashMap.java:418) > at java.util.HashSet.add(HashSet.java:194) > at > org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler.getUserPrincipalsInRole(LdapSecurityMappingHandler.java:326) > at > org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler.getUserPrincipalsInRole(LdapSecurityMappingHandler.java:252) > at > org.apache.jetspeed.security.impl.UserManagerImpl.getUsersInRole(UserManagerImpl.java:460) > at > org.apache.jetspeed.portlets.security.roles.RoleDetails.getRows(RoleDetails.java:109) > at > org.apache.jetspeed.portlets.security.roles.RoleDetails.getRows(RoleDetails.java:81) > at > org.apache.portals.gems.browser.BrowserPortlet.doView(BrowserPortlet.java:189) > at > org.apache.jetspeed.portlets.security.roles.RoleDetails.doView(RoleDetails.java:174) > at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:247) > at javax.portlet.GenericPortlet.render(GenericPortlet.java:175) > at > org.apache.portals.bridges.velocity.GenericVelocityPortlet.render(GenericVelocityPortlet.java:164) > at > org.apache.jetspeed.factory.JetspeedPortletInstance.render(JetspeedPortletInstance.java:103) > at > org.apache.jetspeed.container.JetspeedContainerServlet.doGet(JetspeedContainerServlet.java:265) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) > at > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) > at > org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672) > at > org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:574) > at > org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:499) > at > org.apache.jetspeed.container.invoker.ServletPortletInvoker.invoke(ServletPortletInvoker.java:245) > at > org.apache.jetspeed.container.invoker.ServletPortletInvoker.render(ServletPortletInvoker.java:128) > at > org.apache.pluto.PortletContainerImpl.renderPortlet(PortletContainerImpl.java:119) > at > org.apache.jetspeed.container.JetspeedPortletContainerWrapper.renderPortlet(JetspeedPortletContainerWrapper.java:121) > at > org.apache.jetspeed.aggregator.impl.RenderingJobImpl.execute(RenderingJobImpl.java:242) > at > org.apache.jetspeed.aggregator.impl.PortletRendererImpl.renderNow(PortletRendererImpl.java:226) > at > org.apache.jetspeed.aggregator.impl.PageAggregatorImpl.aggregateAndRender(PageAggregatorImpl.java:147) > at > org.apache.jetspeed.aggregator.impl.PageAggregatorImpl.aggregateAndRender(PageAggregatorImpl.java:143) > at > org.apache.jetspeed.aggregator.impl.PageAggregatorImpl.build(PageAggregatorImpl.java:78) > at > org.apache.jetspeed.aggregator.AggregatorValve.invoke(AggregatorValve.java:46) > at > org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) > at > org.apache.jetspeed.aggregator.HeaderAggregatorValve.invoke(HeaderAggregatorValve.java:53) > at > org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) > at > org.apache.jetspeed.decoration.DecorationValve.invoke(DecorationValve.java:130) > at > org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) > at > org.apache.jetspeed.resource.ResourceValveImpl.invoke(ResourceValveImpl.java:130) > at > org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) > at > org.apache.jetspeed.pipeline.valve.impl.ActionValveImpl.invoke(ActionValveImpl.java:184) > at > org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) > at > org.apache.jetspeed.container.ContainerValve.invoke(ContainerValve.java:104) > at > org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) > at > org.apache.jetspeed.profiler.impl.ProfilerValveImpl.invoke(ProfilerValveImpl.java:248) > at > org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) > at > org.apache.jetspeed.security.impl.LoginValidationValveImpl.invoke(LoginValidationValveImpl.java:159) > at > org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) > at > org.apache.jetspeed.security.impl.PasswordCredentialValveImpl.invoke(PasswordCredentialValveImpl.java:150) > at > org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) > at > org.apache.jetspeed.localization.impl.LocalizationValveImpl.invoke(LocalizationValveImpl.java:170) > at > org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) > at > org.apache.jetspeed.security.impl.AbstractSecurityValve$1.run(AbstractSecurityValve.java:138) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.Subject.doAsPrivileged(Subject.java:454) > at > org.apache.jetspeed.security.JSSubject.doAsPrivileged(JSSubject.java:179) > at > org.apache.jetspeed.security.impl.AbstractSecurityValve.invoke(AbstractSecurityValve.java:132) > at > org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) > at > org.apache.jetspeed.container.url.impl.PortalURLValveImpl.invoke(PortalURLValveImpl.java:66) > at > org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) > at > org.apache.jetspeed.capabilities.impl.CapabilityValveImpl.invoke(CapabilityValveImpl.java:126) > at > org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) > at > org.apache.jetspeed.pipeline.JetspeedPipeline.invoke(JetspeedPipeline.java:146) > at > org.apache.jetspeed.engine.JetspeedEngine.service(JetspeedEngine.java:227) > at > org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:242) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) > at > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) > at > org.apache.jetspeed.engine.servlet.XXSUrlAttackFilter.doFilter(XXSUrlAttackFilter.java:52) > at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) > at > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) > at > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) > at > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) > at > org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524) > at > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) > at > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) > at org.josso.tc55.agent.SSOAgentValve.invoke(SSOAgentValve.java:541) > at > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) > at > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) > at > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) > at > org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) > at > org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) > at > org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) > at > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) > at java.lang.Thread.run(Thread.java:595) > > > > Dennis Dam ha scritto: > >> Hi Troisi, >> >> can you paste a stacktrace of the null pointer exception here ? That >> would be of great help. >> >> Dennis >> >> Alberto Troisi wrote: >> >>> Hi, >>> following the guidelines of the "Role membership" section in the >>> Jetspeed & LDAP tutorial >>> (http://portals.apache.org/jetspeed-2/multiproject/jetspeed-security/ldap.html#Group_Role_membership), >>> I defined the RoleMembership attribute and I set an empty value for >>> the UserRoleMembership in order to store the role membership as a >>> role attribute (the default was to store it as user attribute). >>> Now, when I access to Role Management page, in the "Security >>> Administration" section on the Jetspeed portal, I can't view details >>> for a selected role: I have a NullPointerException. On the other >>> hand, in the User Management page, I can view roles details about a >>> defined user. >>> >>> Is the problem related to a missing configuration in the >>> security-spi-ldap.xml file? >>> >>> Thanks in advance. >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> __________ Informazione NOD32 2698 (20071203) __________ >> >> Questo messaggio è stato controllato dal Sistema Antivirus NOD32 >> http://www.nod32.it <http://www.nod32.it/> >> >> >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > > > > > > __________ Informazione NOD32 2698 (20071203) __________ > > Questo messaggio è stato controllato dal Sistema Antivirus NOD32 > http://www.nod32.it > > ------------------------------------------------------------------------ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > __________ Informazione NOD32 2698 (20071203) __________ > > Questo messaggio è stato controllato dal Sistema Antivirus NOD32 > http://www.nod32.it > --------------080604050105030908050606 Content-Type: text/xml; name="security-spi-ldap.xml" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="security-spi-ldap.xml" <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <beans> <!-- ************** Ldap Configuration ************** --> <bean id="org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig" class="org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig"> <!-- The LDAP initial context factory. --> <constructor-arg index="0"><value>com.sun.jndi.ldap.LdapCtxFactory</value></constructor-arg> <!-- *** The LDAP server name. --> <constructor-arg index="1"><value>localhost</value></constructor-arg> <!-- *** The LDAP server port. --> <constructor-arg index="2"><value>10389</value></constructor-arg> <!-- *** The LDAP server root context. --> <constructor-arg index="3"><value>o=sevenSeas</value></constructor-arg> <!-- *** The LDAP server root dn. --> <constructor-arg index="4"><value>uid=admin,ou=system</value></constructor-arg> <!-- *** The LDAP server root password. --> <constructor-arg index="5"><value>secret</value></constructor-arg> <!-- The roles filter. --> <constructor-arg index="6"><value>(objectclass=jetspeed-2-role)</value></constructor-arg> <!-- The groups filter. --> <constructor-arg index="7"><value>(objectclass=jetspeed-2-group)</value></constructor-arg> <!-- The user filter. --> <constructor-arg index="8"><value>(objectclass=jetspeed-2-user)</value></constructor-arg> <!-- *** The roleMembershipAttributes. --> <constructor-arg index="9"><value>uniquemember</value></constructor-arg> <!-- *** The userRoleMembershipAttributes. --> <constructor-arg index="10"><value></value></constructor-arg> <!-- The groupMembershipAttributes. --> <constructor-arg index="11"><value>uniquemember</value></constructor-arg> <!-- The userGroupMembershipAttributes. --> <constructor-arg index="12"><value>j2-group</value></constructor-arg> <!-- The groupMembershipForRoleAttributes. --> <constructor-arg index="13"><value>uniquemember</value></constructor-arg> <!-- The roleGroupMembershipForRoleAttributes. --> <constructor-arg index="14"><value></value></constructor-arg> <!-- The defaultSearchBase. --> <constructor-arg index="15"><value>o=sevenSeas</value></constructor-arg> <!-- The roleFilterBase. --> <constructor-arg index="16"><value>ou=Roles,ou=rootOrg</value></constructor-arg> <!-- The groupFilterBase. --> <constructor-arg index="17"><value>ou=Groups,ou=rootOrg</value></constructor-arg> <!-- The userFilterBase. --> <constructor-arg index="18"><value>ou=People,ou=rootOrg</value></constructor-arg> <!-- The roleObjectClasses. --> <constructor-arg index="19"><value>top,jetspeed-2-role</value></constructor-arg> <!-- The groupObjectClasses. --> <constructor-arg index="20"><value>top,jetspeed-2-group</value></constructor-arg> <!-- The userObjectClasses. --> <constructor-arg index="21"><value>top,person,organizationalPerson,inetorgperson,jetspeed-2-user</value></constructor-arg> <!-- The roleIdAttribute. --> <constructor-arg index="22"><value>cn</value></constructor-arg> <!-- The groupIdAttribute. --> <constructor-arg index="23"><value>cn</value></constructor-arg> <!-- The userIdAttribute. --> <constructor-arg index="24"><value>cn</value></constructor-arg> <!-- *** The UidAttribute. --> <constructor-arg index="25"><value>cn</value></constructor-arg> <!-- The MemberShipSearchScope. --> <constructor-arg index="26"><value>1</value></constructor-arg> <!-- The roleUidAttribute. --> <constructor-arg index="27"><value>cn</value></constructor-arg> <!-- The groupUidAttribute. --> <constructor-arg index="28"><value>cn</value></constructor-arg> <!-- *** The userUidAttribute. --> <constructor-arg index="29"><value>cn</value></constructor-arg> <!-- The roleObjectRequiredAttributeClasses. --> <constructor-arg index="30"><value>cn,j2-classname,uid,uniquemember</value></constructor-arg> <!-- The groupObjectRequiredAttributeClasses. --> <constructor-arg index="31"><value>cn,j2-classname,uid,uniqueMember</value></constructor-arg> <!-- The userAttributes. --> <constructor-arg index="32"><value>sn={u},cn={u},uid={u}</value></constructor-arg> <!-- The roleAttributes. --> <constructor-arg index="33"><value></value></constructor-arg> <!-- The groupAttributes. --> <constructor-arg index="34"><value></value></constructor-arg> <!-- The userPasswordAttribute. --> <constructor-arg index="35"><value>userPassword</value></constructor-arg> <!-- The knownAttributes. --> <constructor-arg index="36"><value>cn,sn,o,uid,ou,objectClass,userPassword,member,uniquemember,memberOf,j2-role,j2-group</value></constructor-arg> </bean> </beans> --------------080604050105030908050606 Content-Type: text/plain; name="jetspeed.ldif" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="jetspeed.ldif" dn: o=sevenSeas objectClass: organization objectClass: extensibleObject objectClass: top o: sevenSeas dn: ou=rootOrg,o=sevenSeas objectClass: organizationalUnit objectClass: top ou: rootOrg dn: ou=People,ou=rootOrg,o=sevenSeas objectClass: organizationalUnit objectClass: top ou: People dn: ou=Groups,ou=rootOrg,o=sevenSeas objectClass: organizationalUnit objectClass: top ou: Groups dn: ou=Roles,ou=rootOrg,o=sevenSeas objectClass: organizationalUnit objectClass: top ou: Roles dn: cn=accounting,ou=Groups,ou=rootOrg,o=sevenSeas objectClass: jetspeed-2-group objectClass: groupOfUniqueNames objectClass: top cn: accounting j2-classname: accounting uid: accounting uniquemember: user,local,sublocal dn: cn=engineering,ou=Groups,ou=rootOrg,o=sevenSeas objectClass: jetspeed-2-group objectClass: groupOfUniqueNames objectClass: top cn: engineering j2-classname: engineering uid: engineering uniquemember: user dn: cn=marketing,ou=Groups,ou=rootOrg,o=sevenSeas objectClass: jetspeed-2-group objectClass: groupOfUniqueNames objectClass: top cn: marketing j2-classname: marketing uid: marketing uniquemember: user dn: cn=admin,ou=Roles,ou=rootOrg,o=sevenSeas objectClass: jetspeed-2-role objectClass: groupOfUniqueNames objectClass: top cn: admin j2-classname: admin uid: admin uniquemember: admin uniquemember: cn=admin,ou=People,ou=rootOrg,o=sevenSeas uniquemember: cn=damiano,ou=People,ou=rootOrg,o=sevenSeas dn: cn=manager,ou=Roles,ou=rootOrg,o=sevenSeas objectClass: jetspeed-2-role objectClass: groupOfUniqueNames objectClass: top cn: manager j2-classname: manager uid: manager uniquemember: admin,jetspeed,manager,damiano dn: cn=user,ou=Roles,ou=rootOrg,o=sevenSeas objectClass: jetspeed-2-role objectClass: groupOfUniqueNames objectClass: top cn: user j2-classname: user uid: user uniquemember: cn=admin,ou=People,ou=rootOrg,o=sevenSeas uniquemember: cn=user,ou=People,ou=rootOrg,o=sevenSeas uniquemember: user,admin,manager,local uniquemember: cn=damiano,ou=People,ou=rootOrg,o=sevenSeas dn: cn=guest,ou=Roles,ou=rootOrg,o=sevenSeas objectClass: jetspeed-2-role objectClass: groupOfUniqueNames objectClass: top cn: guest j2-classname: guest uid: guest uniquemember: guest dn: cn=subsite,ou=Roles,ou=rootOrg,o=sevenSeas objectClass: jetspeed-2-role objectClass: groupOfUniqueNames objectClass: top cn: subsite j2-classname: subsite uid: subsite uniquemember: subsite dn: cn=subsite2,ou=Roles,ou=rootOrg,o=sevenSeas objectClass: jetspeed-2-role objectClass: groupOfUniqueNames objectClass: top cn: subsite2 j2-classname: subsite2 uid: subsite2 uniquemember: subsite dn: cn=dev,ou=Roles,ou=rootOrg,o=sevenSeas objectClass: jetspeed-2-role objectClass: groupOfUniqueNames objectClass: top cn: dev j2-classname: dev uid: dev uniquemember: dev dn: cn=devmgr,ou=Roles,ou=rootOrg,o=sevenSeas objectClass: jetspeed-2-role objectClass: groupOfUniqueNames objectClass: top cn: devmgr j2-classname: devmgr uid: devmgr uniquemember: devmgr dn: cn=admin,ou=People,ou=rootOrg,o=sevenSeas objectClass: organizationalPerson objectClass: person objectClass: jetspeed-2-user objectClass: inetOrgPerson objectClass: top cn: admin givenname: Admin j2-role: admin j2-role: manager j2-role: user mail: [email protected] sn: admin uid: admin userpassworacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b YWRtaW4= dn: cn=manager,ou=People,ou=rootOrg,o=sevenSeas objectClass: organizationalPerson objectClass: person objectClass: jetspeed-2-user objectClass: inetOrgPerson objectClass: top cn: manager givenname: Manager j2-role: manager j2-role: user sn: manager uid: manager userpassworacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b c2VjcmV0 dn: cn=user,ou=People,ou=rootOrg,o=sevenSeas objectClass: organizationalPerson objectClass: person objectClass: jetspeed-2-user objectClass: inetOrgPerson objectClass: top cn: user givenname: User j2-role: user j2-role: cn=admin,ou=Roles,ou=rootOrg,o=sevenSeas sn: user uid: user userpassworacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b c2VjcmV0 dn: cn=local,ou=People,ou=rootOrg,o=sevenSeas objectClass: organizationalPerson objectClass: person objectClass: jetspeed-2-user objectClass: inetOrgPerson objectClass: top cn: local givenname: Local j2-role: user sn: local uid: local userpassworacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b c2VjcmV0 dn: cn=sublocal,ou=People,ou=rootOrg,o=sevenSeas objectClass: organizationalPerson objectClass: person objectClass: jetspeed-2-user objectClass: inetOrgPerson objectClass: top cn: sublocal givenname: sublocal j2-role: user sn: sublocal uid: sublocal userpassworacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b c2VjcmV0 dn: cn=tomcat,ou=People,ou=rootOrg,o=sevenSeas objectClass: organizationalPerson objectClass: person objectClass: jetspeed-2-user objectClass: inetOrgPerson objectClass: top cn: tomcat givenname: tomcat sn: tomcat uid: tomcat userpassworacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b c2VjcmV0 dn: cn=jetspeed,ou=People,ou=rootOrg,o=sevenSeas objectClass: organizationalPerson objectClass: person objectClass: jetspeed-2-user objectClass: inetOrgPerson objectClass: top cn: jetspeed givenname: jetspeed j2-role: manager sn: jetspeed uid: jetspeed userpassworacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b c2VjcmV0 dn: cn=guest,ou=People,ou=rootOrg,o=sevenSeas objectClass: organizationalPerson objectClass: person objectClass: jetspeed-2-user objectClass: inetOrgPerson objectClass: top cn: guest givenname: guest sn: guest uid: guest userpassworacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b c2VjcmV0 dn: cn=subsite,ou=People,ou=rootOrg,o=sevenSeas objectClass: organizationalPerson objectClass: person objectClass: jetspeed-2-user objectClass: inetOrgPerson objectClass: top cn: subsite givenname: subsite j2-role: subsite j2-role: subsite2 j2-role: user sn: subsite uid: subsite userpassworacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b c2VjcmV0 dn: cn=subsite2,ou=People,ou=rootOrg,o=sevenSeas objectClass: organizationalPerson objectClass: person objectClass: jetspeed-2-user objectClass: inetOrgPerson objectClass: top cn: subsite2 givenname: subsite2 j2-role: subsite j2-role: subsite2 j2-role: user sn: subsite2 uid: subsite2 userpassworacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b c2VjcmV0 dn: cn=devmgr,ou=People,ou=rootOrg,o=sevenSeas objectClass: organizationalPerson objectClass: person objectClass: jetspeed-2-user objectClass: inetOrgPerson objectClass: top cn: devmgr givenname: devmgr j2-role: devmgr j2-role: dev j2-role: user sn: devmgr uid: devmgr userpassworacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b c2VjcmV0 dn: cn=damiano,ou=People,ou=rootOrg,o=sevenSeas objectClass: organizationalPerson objectClass: person objectClass: jetspeed-2-user objectClass: inetOrgPerson objectClass: top cn: damiano sn: damiano uid: damiano userpassworacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b ZGFtaWFubw== --------------080604050105030908050606 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------080604050105030908050606-- From [email protected] Wed Dec 05 15:54:50 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91925 invoked from network); 5 Dec 2007 15:54:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Dec 2007 15:54:50 -0000 Received: (qmail 39270 invoked by uid 500); 5 Dec 2007 15:54:32 -0000 Delivered-To: [email protected] Received: (qmail 39239 invoked by uid 500); 5 Dec 2007 15:54:32 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 39227 invoked by uid 99); 5 Dec 2007 15:54:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 07:54:32 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hippo.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 15:54:08 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----_=_NextPart_001_01C83757.12287E81" Subject: RE: Users and Roles definition with LDAP Date: Wed, 5 Dec 2007 16:51:16 +0100 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: <[email protected]> Thread-Topic: Users and Roles definition with LDAP Thread-Index: Acg3S9hRJ9XV5Yz9SLa7TzOXOrNdyQACtNAt References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> From: "Dennis Dam" <[email protected]> To: "Jetspeed Users List" <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C83757.12287E81 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Alberto, =20 in your first email you said that you defined the RoleMembership = attribute. What attribute name did you use? And for which role do you = get the null pointer exception? For all roles, are a specific one? Also, = did you change the values of the RoleMembership attribute on the role = objects in LDAP ? =20 Dennis ________________________________ Van: Alberto Troisi [mailto:[email protected]] Verzonden: wo 5-12-2007 15:27 Aan: Jetspeed Users List Onderwerp: Re: Users and Roles definition with LDAP Dennis, I modified my ldap configuration file by changing the UidAttribute (and also userUidAttribute) value, but I have the same problem. Sorry, but I don't understand the second point you mentioned. Anyway, I would attach the ldap config file and an LDIF export: probably these can be more useful for you. Thanks! Dennis Dam ha scritto: > Hey Alberto, >=20 > Somehow the user principal name is null, the first where it happens to = break is the hashCode() function of the user principal class. There can = be several reasons for this : >=20 > * a misconfiguration in your ldap config. Can you check this = construction parameter in your spring LDAP config file: > <!-- The UidAttribute. --> > > <constructor-arg index=3D"25"><value>cn</value></constructor-arg> > > Is this the correct value? For example, if your user DN looks like: = o=3DsevenSeas,ou=3Dfoo,cn=3Dadmin then the value should be "cn". > > * you have set an incorrect user DN value on the RoleMembership = attribute. Jetspeed tries to resolve the user principal name from that = DN, by looking up the part of after the uid attribute ( ... , cn=3D..). = > >=20 > > Anyway, I think you found a bug in one of the LDAP classes, I think = principals with name null should never be created :) I'm going to make = a patch for this. > > thanks, > > Dennis > > >=20 > > ________________________________ > > Van: Alberto Troisi [mailto:[email protected]] > Verzonden: wo 5-12-2007 12:06 > Aan: Jetspeed Users List > Onderwerp: Re: Users and Roles definition with LDAP > > > > Hi Dennis, > thanks for your answer and sorry for my delay. This is the exception > stacktrace: > > 2007-12-05 11:55:11,750 [http-8080-Processor23] ERROR > org.apache.portals.gems.browser.BrowserPortlet - Exception > java.lang.NullPointerException > at > = org.apache.jetspeed.security.impl.BasePrincipalImpl.hashCode(BasePrincipa= lImpl.java:75) > at java.util.HashMap.put(HashMap.java:418) > at java.util.HashSet.add(HashSet.java:194) > at > = org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler.getUserP= rincipalsInRole(LdapSecurityMappingHandler.java:326) > at > = org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler.getUserP= rincipalsInRole(LdapSecurityMappingHandler.java:252) > at > = org.apache.jetspeed.security.impl.UserManagerImpl.getUsersInRole(UserMana= gerImpl.java:460) > at > = org.apache.jetspeed.portlets.security.roles.RoleDetails.getRows(RoleDetai= ls.java:109) > at > = org.apache.jetspeed.portlets.security.roles.RoleDetails.getRows(RoleDetai= ls.java:81) > at > = org.apache.portals.gems.browser.BrowserPortlet.doView(BrowserPortlet.java= :189) > at > = org.apache.jetspeed.portlets.security.roles.RoleDetails.doView(RoleDetail= s.java:174) > at = javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:247) > at javax.portlet.GenericPortlet.render(GenericPortlet.java:175) > at > = org.apache.portals.bridges.velocity.GenericVelocityPortlet.render(Generic= VelocityPortlet.java:164) > at > = org.apache.jetspeed.factory.JetspeedPortletInstance.render(JetspeedPortle= tInstance.java:103) > at > = org.apache.jetspeed.container.JetspeedContainerServlet.doGet(JetspeedCont= ainerServlet.java:265) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > at > = org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicat= ionFilterChain.java:252) > at > = org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilte= rChain.java:173) > at > = org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatch= er.java:672) > at > = org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispa= tcher.java:574) > at > = org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatc= her.java:499) > at > = org.apache.jetspeed.container.invoker.ServletPortletInvoker.invoke(Servle= tPortletInvoker.java:245) > at > = org.apache.jetspeed.container.invoker.ServletPortletInvoker.render(Servle= tPortletInvoker.java:128) > at > = org.apache.pluto.PortletContainerImpl.renderPortlet(PortletContainerImpl.= java:119) > at > = org.apache.jetspeed.container.JetspeedPortletContainerWrapper.renderPortl= et(JetspeedPortletContainerWrapper.java:121) > at > = org.apache.jetspeed.aggregator.impl.RenderingJobImpl.execute(RenderingJob= Impl.java:242) > at > = org.apache.jetspeed.aggregator.impl.PortletRendererImpl.renderNow(Portlet= RendererImpl.java:226) > at > = org.apache.jetspeed.aggregator.impl.PageAggregatorImpl.aggregateAndRender= (PageAggregatorImpl.java:147) > at > = org.apache.jetspeed.aggregator.impl.PageAggregatorImpl.aggregateAndRender= (PageAggregatorImpl.java:143) > at > = org.apache.jetspeed.aggregator.impl.PageAggregatorImpl.build(PageAggregat= orImpl.java:78) > at > = org.apache.jetspeed.aggregator.AggregatorValve.invoke(AggregatorValve.jav= a:46) > at > = org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(Jetsp= eedPipeline.java:167) > at > = org.apache.jetspeed.aggregator.HeaderAggregatorValve.invoke(HeaderAggrega= torValve.java:53) > at > = org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(Jetsp= eedPipeline.java:167) > at > = org.apache.jetspeed.decoration.DecorationValve.invoke(DecorationValve.jav= a:130) > at > = org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(Jetsp= eedPipeline.java:167) > at > = org.apache.jetspeed.resource.ResourceValveImpl.invoke(ResourceValveImpl.j= ava:130) > at > = org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(Jetsp= eedPipeline.java:167) > at > = org.apache.jetspeed.pipeline.valve.impl.ActionValveImpl.invoke(ActionValv= eImpl.java:184) > at > = org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(Jetsp= eedPipeline.java:167) > at > = org.apache.jetspeed.container.ContainerValve.invoke(ContainerValve.java:1= 04) > at > = org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(Jetsp= eedPipeline.java:167) > at > = org.apache.jetspeed.profiler.impl.ProfilerValveImpl.invoke(ProfilerValveI= mpl.java:248) > at > = org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(Jetsp= eedPipeline.java:167) > at > = org.apache.jetspeed.security.impl.LoginValidationValveImpl.invoke(LoginVa= lidationValveImpl.java:159) > at > = org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(Jetsp= eedPipeline.java:167) > at > = org.apache.jetspeed.security.impl.PasswordCredentialValveImpl.invoke(Pass= wordCredentialValveImpl.java:150) > at > = org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(Jetsp= eedPipeline.java:167) > at > = org.apache.jetspeed.localization.impl.LocalizationValveImpl.invoke(Locali= zationValveImpl.java:170) > at > = org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(Jetsp= eedPipeline.java:167) > at > = org.apache.jetspeed.security.impl.AbstractSecurityValve$1.run(AbstractSec= urityValve.java:138) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.Subject.doAsPrivileged(Subject.java:454) > at > = org.apache.jetspeed.security.JSSubject.doAsPrivileged(JSSubject.java:179)= > at > = org.apache.jetspeed.security.impl.AbstractSecurityValve.invoke(AbstractSe= curityValve.java:132) > at > = org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(Jetsp= eedPipeline.java:167) > at > = org.apache.jetspeed.container.url.impl.PortalURLValveImpl.invoke(PortalUR= LValveImpl.java:66) > at > = org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(Jetsp= eedPipeline.java:167) > at > = org.apache.jetspeed.capabilities.impl.CapabilityValveImpl.invoke(Capabili= tyValveImpl.java:126) > at > = org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(Jetsp= eedPipeline.java:167) > at > = org.apache.jetspeed.pipeline.JetspeedPipeline.invoke(JetspeedPipeline.jav= a:146) > at > = org.apache.jetspeed.engine.JetspeedEngine.service(JetspeedEngine.java:227= ) > at > = org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:242= ) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > at > = org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicat= ionFilterChain.java:252) > at > = org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilte= rChain.java:173) > at > = org.apache.jetspeed.engine.servlet.XXSUrlAttackFilter.doFilter(XXSUrlAtta= ckFilter.java:52) > at > = org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicat= ionFilterChain.java:202) > at > = org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilte= rChain.java:173) > at > = org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve= .java:213) > at > = org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve= .java:178) > at > = org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorB= ase.java:524) > at > = org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:= 126) > at > = org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:= 105) > at = org.josso.tc55.agent.SSOAgentValve.invoke(SSOAgentValve.java:541) > at > = org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.j= ava:107) > at > = org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:14= 8) > at > = org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869= ) > at > = org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.proce= ssConnection(Http11BaseProtocol.java:664) > at > = org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.= java:527) > at > = org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowe= rWorkerThread.java:80) > at > = org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.= java:684) > at java.lang.Thread.run(Thread.java:595) > > > > Dennis Dam ha scritto: > =20 >> Hi Troisi, >> >> can you paste a stacktrace of the null pointer exception here ? That >> would be of great help. >> >> Dennis >> >> Alberto Troisi wrote: >> =20 >>> Hi, >>> following the guidelines of the "Role membership" section in the >>> Jetspeed & LDAP tutorial >>> = (http://portals.apache.org/jetspeed-2/multiproject/jetspeed-security/ldap= .html#Group_Role_membership), >>> I defined the RoleMembership attribute and I set an empty value for >>> the UserRoleMembership in order to store the role membership as a >>> role attribute (the default was to store it as user attribute). >>> Now, when I access to Role Management page, in the "Security >>> Administration" section on the Jetspeed portal, I can't view = details >>> for a selected role: I have a NullPointerException. On the other >>> hand, in the User Management page, I can view roles details about a >>> defined user. >>> >>> Is the problem related to a missing configuration in the >>> security-spi-ldap.xml file? >>> >>> Thanks in advance. >>> >>> >>> = --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: = [email protected] >>> >>> =20 >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: = [email protected] >> >> >> __________ Informazione NOD32 2698 (20071203) __________ >> >> Questo messaggio =E8 stato controllato dal Sistema Antivirus NOD32 >> http://www.nod32.it <http://www.nod32.it/> <http://www.nod32.it/> >> >> >> >> =20 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > > > > > > __________ Informazione NOD32 2698 (20071203) __________ > > Questo messaggio =E8 stato controllato dal Sistema Antivirus NOD32 > http://www.nod32.it <http://www.nod32.it/>=20 > =20 > = ------------------------------------------------------------------------ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > __________ Informazione NOD32 2698 (20071203) __________ > > Questo messaggio =E8 stato controllato dal Sistema Antivirus NOD32 > http://www.nod32.it <http://www.nod32.it/>=20 > =20 ------_=_NextPart_001_01C83757.12287E81 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] ------_=_NextPart_001_01C83757.12287E81-- From [email protected] Wed Dec 05 16:27:12 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8714 invoked from network); 5 Dec 2007 16:27:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Dec 2007 16:27:12 -0000 Received: (qmail 4318 invoked by uid 500); 5 Dec 2007 16:26:57 -0000 Delivered-To: [email protected] Received: (qmail 4292 invoked by uid 500); 5 Dec 2007 16:26:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 4281 invoked by uid 99); 5 Dec 2007 16:26:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 08:26:57 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mailx2.unisannio.it) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 16:26:34 +0000 Received: from [161.129.204.104] (h27.rcost.unisannio.it [161.129.204.104]) by mailx2.unisannio.it (Postfix) with ESMTP id EAE7DF103AC for <[email protected]>; Wed, 5 Dec 2007 16:27:13 +0100 (CET) Message-ID: <[email protected]> Date: Wed, 05 Dec 2007 17:20:53 +0100 From: Alberto Troisi <[email protected]> User-Agent: Mozilla Thunderbird 161.129.204.104 (Windows/20070809) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: Users and Roles definition with LDAP References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Dennis, I give you the answers to your questions: Dennis Dam ha scritto: > Alberto, > > in your first email you said that you defined the RoleMembership attribute. What attribute name did you use? I only changed the RoleMembership value in the security ldap config file ( <constructor-arg index="9"> ). The previous value was "j2-role", now is "uniquemember", according to the attribute name used for Roles (cn=<rolename>,ou=Roles,ou=rootOrg,o=sevenSeas) in LDAP. > And for which role do you get the null pointer exception? For all roles, are a specific one? I get the same exception for all roles. > Also, did you change the values of the RoleMembership attribute on the role objects in LDAP ? > No, I only inserted new "uniquename" attributes for new users belonging to an existing role. These insertions are made automatically by Jetspeed when I add a new user (to the user role) or I set a new role from the User Management page. > > Dennis > > ________________________________ > > Van: Alberto Troisi [mailto:[email protected]] > Verzonden: wo 5-12-2007 15:27 > Aan: Jetspeed Users List > Onderwerp: Re: Users and Roles definition with LDAP > > > > Dennis, > I modified my ldap configuration file by changing the UidAttribute (and > also userUidAttribute) value, but I have the same problem. > Sorry, but I don't understand the second point you mentioned. > > Anyway, I would attach the ldap config file and an LDIF export: probably > these can be more useful for you. > > Thanks! > > Dennis Dam ha scritto: > >> Hey Alberto, >> >> Somehow the user principal name is null, the first where it happens to break is the hashCode() function of the user principal class. There can be several reasons for this : >> >> * a misconfiguration in your ldap config. Can you check this construction parameter in your spring LDAP config file: >> <!-- The UidAttribute. --> >> >> <constructor-arg index="25"><value>cn</value></constructor-arg> >> >> Is this the correct value? For example, if your user DN looks like: o=sevenSeas,ou=foo,cn=admin then the value should be "cn". >> >> * you have set an incorrect user DN value on the RoleMembership attribute. Jetspeed tries to resolve the user principal name from that DN, by looking up the part of after the uid attribute ( ... , cn=..). >> >> >> >> Anyway, I think you found a bug in one of the LDAP classes, I think principals with name null should never be created :) I'm going to make a patch for this. >> >> thanks, >> >> Dennis >> >> >> >> >> ________________________________ >> >> Van: Alberto Troisi [mailto:[email protected]] >> Verzonden: wo 5-12-2007 12:06 >> Aan: Jetspeed Users List >> Onderwerp: Re: Users and Roles definition with LDAP >> >> >> >> Hi Dennis, >> thanks for your answer and sorry for my delay. This is the exception >> stacktrace: >> >> 2007-12-05 11:55:11,750 [http-8080-Processor23] ERROR >> org.apache.portals.gems.browser.BrowserPortlet - Exception >> java.lang.NullPointerException >> at >> org.apache.jetspeed.security.impl.BasePrincipalImpl.hashCode(BasePrincipalImpl.java:75) >> at java.util.HashMap.put(HashMap.java:418) >> at java.util.HashSet.add(HashSet.java:194) >> at >> org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler.getUserPrincipalsInRole(LdapSecurityMappingHandler.java:326) >> at >> org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler.getUserPrincipalsInRole(LdapSecurityMappingHandler.java:252) >> at >> org.apache.jetspeed.security.impl.UserManagerImpl.getUsersInRole(UserManagerImpl.java:460) >> at >> org.apache.jetspeed.portlets.security.roles.RoleDetails.getRows(RoleDetails.java:109) >> at >> org.apache.jetspeed.portlets.security.roles.RoleDetails.getRows(RoleDetails.java:81) >> at >> org.apache.portals.gems.browser.BrowserPortlet.doView(BrowserPortlet.java:189) >> at >> org.apache.jetspeed.portlets.security.roles.RoleDetails.doView(RoleDetails.java:174) >> at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:247) >> at javax.portlet.GenericPortlet.render(GenericPortlet.java:175) >> at >> org.apache.portals.bridges.velocity.GenericVelocityPortlet.render(GenericVelocityPortlet.java:164) >> at >> org.apache.jetspeed.factory.JetspeedPortletInstance.render(JetspeedPortletInstance.java:103) >> at >> org.apache.jetspeed.container.JetspeedContainerServlet.doGet(JetspeedContainerServlet.java:265) >> at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) >> at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) >> at >> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) >> at >> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) >> at >> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672) >> at >> org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:574) >> at >> org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:499) >> at >> org.apache.jetspeed.container.invoker.ServletPortletInvoker.invoke(ServletPortletInvoker.java:245) >> at >> org.apache.jetspeed.container.invoker.ServletPortletInvoker.render(ServletPortletInvoker.java:128) >> at >> org.apache.pluto.PortletContainerImpl.renderPortlet(PortletContainerImpl.java:119) >> at >> org.apache.jetspeed.container.JetspeedPortletContainerWrapper.renderPortlet(JetspeedPortletContainerWrapper.java:121) >> at >> org.apache.jetspeed.aggregator.impl.RenderingJobImpl.execute(RenderingJobImpl.java:242) >> at >> org.apache.jetspeed.aggregator.impl.PortletRendererImpl.renderNow(PortletRendererImpl.java:226) >> at >> org.apache.jetspeed.aggregator.impl.PageAggregatorImpl.aggregateAndRender(PageAggregatorImpl.java:147) >> at >> org.apache.jetspeed.aggregator.impl.PageAggregatorImpl.aggregateAndRender(PageAggregatorImpl.java:143) >> at >> org.apache.jetspeed.aggregator.impl.PageAggregatorImpl.build(PageAggregatorImpl.java:78) >> at >> org.apache.jetspeed.aggregator.AggregatorValve.invoke(AggregatorValve.java:46) >> at >> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >> at >> org.apache.jetspeed.aggregator.HeaderAggregatorValve.invoke(HeaderAggregatorValve.java:53) >> at >> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >> at >> org.apache.jetspeed.decoration.DecorationValve.invoke(DecorationValve.java:130) >> at >> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >> at >> org.apache.jetspeed.resource.ResourceValveImpl.invoke(ResourceValveImpl.java:130) >> at >> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >> at >> org.apache.jetspeed.pipeline.valve.impl.ActionValveImpl.invoke(ActionValveImpl.java:184) >> at >> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >> at >> org.apache.jetspeed.container.ContainerValve.invoke(ContainerValve.java:104) >> at >> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >> at >> org.apache.jetspeed.profiler.impl.ProfilerValveImpl.invoke(ProfilerValveImpl.java:248) >> at >> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >> at >> org.apache.jetspeed.security.impl.LoginValidationValveImpl.invoke(LoginValidationValveImpl.java:159) >> at >> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >> at >> org.apache.jetspeed.security.impl.PasswordCredentialValveImpl.invoke(PasswordCredentialValveImpl.java:150) >> at >> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >> at >> org.apache.jetspeed.localization.impl.LocalizationValveImpl.invoke(LocalizationValveImpl.java:170) >> at >> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >> at >> org.apache.jetspeed.security.impl.AbstractSecurityValve$1.run(AbstractSecurityValve.java:138) >> at java.security.AccessController.doPrivileged(Native Method) >> at javax.security.auth.Subject.doAsPrivileged(Subject.java:454) >> at >> org.apache.jetspeed.security.JSSubject.doAsPrivileged(JSSubject.java:179) >> at >> org.apache.jetspeed.security.impl.AbstractSecurityValve.invoke(AbstractSecurityValve.java:132) >> at >> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >> at >> org.apache.jetspeed.container.url.impl.PortalURLValveImpl.invoke(PortalURLValveImpl.java:66) >> at >> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >> at >> org.apache.jetspeed.capabilities.impl.CapabilityValveImpl.invoke(CapabilityValveImpl.java:126) >> at >> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >> at >> org.apache.jetspeed.pipeline.JetspeedPipeline.invoke(JetspeedPipeline.java:146) >> at >> org.apache.jetspeed.engine.JetspeedEngine.service(JetspeedEngine.java:227) >> at >> org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:242) >> at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) >> at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) >> at >> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) >> at >> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) >> at >> org.apache.jetspeed.engine.servlet.XXSUrlAttackFilter.doFilter(XXSUrlAttackFilter.java:52) >> at >> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) >> at >> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) >> at >> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) >> at >> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) >> at >> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524) >> at >> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) >> at >> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) >> at org.josso.tc55.agent.SSOAgentValve.invoke(SSOAgentValve.java:541) >> at >> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) >> at >> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) >> at >> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) >> at >> org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) >> at >> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) >> at >> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) >> at >> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) >> at java.lang.Thread.run(Thread.java:595) >> >> >> >> Dennis Dam ha scritto: >> >> >>> Hi Troisi, >>> >>> can you paste a stacktrace of the null pointer exception here ? That >>> would be of great help. >>> >>> Dennis >>> >>> Alberto Troisi wrote: >>> >>> >>>> Hi, >>>> following the guidelines of the "Role membership" section in the >>>> Jetspeed & LDAP tutorial >>>> (http://portals.apache.org/jetspeed-2/multiproject/jetspeed-security/ldap.html#Group_Role_membership), >>>> I defined the RoleMembership attribute and I set an empty value for >>>> the UserRoleMembership in order to store the role membership as a >>>> role attribute (the default was to store it as user attribute). >>>> Now, when I access to Role Management page, in the "Security >>>> Administration" section on the Jetspeed portal, I can't view details >>>> for a selected role: I have a NullPointerException. On the other >>>> hand, in the User Management page, I can view roles details about a >>>> defined user. >>>> >>>> Is the problem related to a missing configuration in the >>>> security-spi-ldap.xml file? >>>> >>>> Thanks in advance. >>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>>> >>>> >>>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >>> __________ Informazione NOD32 2698 (20071203) __________ >>> >>> Questo messaggio è stato controllato dal Sistema Antivirus NOD32 >>> http://www.nod32.it <http://www.nod32.it/> <http://www.nod32.it/> >>> >>> >>> >>> >>> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> >> >> >> >> >> __________ Informazione NOD32 2698 (20071203) __________ >> >> Questo messaggio è stato controllato dal Sistema Antivirus NOD32 >> http://www.nod32.it <http://www.nod32.it/> >> >> ------------------------------------------------------------------------ >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> __________ Informazione NOD32 2698 (20071203) __________ >> >> Questo messaggio è stato controllato dal Sistema Antivirus NOD32 >> http://www.nod32.it <http://www.nod32.it/> >> >> > > > > > > > > __________ Informazione NOD32 2698 (20071203) __________ > > Questo messaggio è stato controllato dal Sistema Antivirus NOD32 > http://www.nod32.it > > ------------------------------------------------------------------------ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > __________ Informazione NOD32 2698 (20071203) __________ > > Questo messaggio è stato controllato dal Sistema Antivirus NOD32 > http://www.nod32.it > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Dec 05 17:38:59 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35636 invoked from network); 5 Dec 2007 17:38:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Dec 2007 17:38:59 -0000 Received: (qmail 22376 invoked by uid 500); 5 Dec 2007 17:38:46 -0000 Delivered-To: [email protected] Received: (qmail 22349 invoked by uid 500); 5 Dec 2007 17:38:46 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22338 invoked by uid 99); 5 Dec 2007 17:38:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 09:38:46 -0800 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=HELO_LH_HOME,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO gotthard.wemove.lan) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 17:38:48 +0000 Received: from localhost (localhost [161.129.204.104]) by gotthard.wemove.lan (Postfix) with ESMTP id DA376E8855 for <[email protected]>; Wed, 5 Dec 2007 18:38:24 +0100 (CET) Received: from gotthard.wemove.lan ([161.129.204.104]) by localhost (gotthard.wemove.lan [161.129.204.104]) (amavisd-new, port 10024) with LMTP id 04196-03 for <[email protected]>; Wed, 5 Dec 2007 18:38:17 +0100 (CET) Received: from [161.129.204.104] (unknown [161.129.204.104]) by gotthard.wemove.lan (Postfix) with ESMTP id 36598E8854 for <[email protected]>; Wed, 5 Dec 2007 18:38:17 +0100 (CET) Message-ID: <[email protected]> Date: Wed, 05 Dec 2007 18:38:08 +0100 From: =?ISO-8859-15?Q?Joachim_M=FCller?= <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20071031) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: JS2-666 in 2.1.3? X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at localhost X-Virus-Checked: Checked by ClamAV on apache.org Hi committers. Any chance to have https://issues.apache.org/jira/browse/JS2-666 included within the 2.1.3 release? (I know it is marked for 2.2 for ages but it has a patch already attached...) Regards, Joachim --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Dec 05 17:51:53 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39851 invoked from network); 5 Dec 2007 17:51:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Dec 2007 17:51:53 -0000 Received: (qmail 43733 invoked by uid 500); 5 Dec 2007 17:51:35 -0000 Delivered-To: [email protected] Received: (qmail 43695 invoked by uid 500); 5 Dec 2007 17:51:35 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 43684 invoked by uid 99); 5 Dec 2007 17:51:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 09:51:35 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp116.sbc.mail.sp1.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 05 Dec 2007 17:51:14 +0000 Received: (qmail 1786 invoked from network); 5 Dec 2007 17:49:13 -0000 Received: from unknown (HELO ?161.129.204.104?) ([email protected]@161.129.204.104 with plain) by smtp116.sbc.mail.sp1.yahoo.com with SMTP; 5 Dec 2007 17:49:13 -0000 X-YMail-OSG: O6y77awVM1nj4M3gU1YE0q6c9bc21NIczzHrsjjd.kYQdTUbUWEDC_s_.kkmIlmpg2p_SfmOv0bqtls03nk6gM_dVys9XSEUajQm4VCPdwsFjZ4JXubE9RKKXRI. Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <[email protected]> References: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Message-Id: <[email protected]> Content-Transfer-Encoding: quoted-printable From: David Sean Taylor <[email protected]> Subject: Re: JS2-666 in 2.1.3? Date: Wed, 5 Dec 2007 09:49:13 -0800 To: "Jetspeed Users List" <[email protected]> X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org On Dec 5, 2007, at 9:38 AM, Joachim M=FCller wrote: > Hi committers. > > Any chance to have > > https://issues.apache.org/jira/browse/JS2-666 > > included within the 2.1.3 release? > > (I know it is marked for 2.2 for ages but it has a patch already > attached...) > I will look into it today... --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Dec 05 22:10:54 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38063 invoked from network); 5 Dec 2007 22:10:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Dec 2007 22:10:54 -0000 Received: (qmail 85668 invoked by uid 500); 5 Dec 2007 22:10:41 -0000 Delivered-To: [email protected] Received: (qmail 85642 invoked by uid 500); 5 Dec 2007 22:10:41 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 85631 invoked by uid 99); 5 Dec 2007 22:10:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 14:10:41 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hippo.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 22:10:38 +0000 Received: from [161.129.204.104] ([161.129.204.104]) by mail.hippo.nl with Microsoft SMTPSVC(438)521-6648); Wed, 5 Dec 2007 23:10:17 +0100 Message-ID: <[email protected]> Date: Wed, 05 Dec 2007 23:10:15 +0100 From: Dennis Dam <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20070809) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: Users and Roles definition with LDAP References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 05 Dec 2007 22:10:17.0998 (UTC) FILETIME=[9E8B72E0:01C8378B] X-Virus-Checked: Checked by ClamAV on apache.org Alberto, Some of the uniquemember values in your LDIF file are not correct LDAP Distinguished Name (DN) values, such as for the role 'manager': dn: cn=manager,ou=Roles,ou=rootOrg,o=sevenSeas objectClass: jetspeed-2-role objectClass: groupOfUniqueNames objectClass: top cn: manager j2-classname: manager uid: manager uniquemember: admin,jetspeed,manager,damiano if you replace the last line with one line like this (per role member), it should work: uniquemember: cn=admin,ou=People,ou=rootOrg,o=sevenSeas uniquemember: cn=user,ou=People,ou=rootOrg,o=sevenSeas ... empty your LDAP data, import the LDIF again, and now you have valid data! OR (might be the quickest way): simply remove the invalid attributes on the role objects in your Ldap editor (I can recommend the Apache DS studio Eclipse plugin), and assign the roles to the users via the j2-admin interface. I think it's just a question of wrong values in your initial LDIF you imported: the LDIF sample shown on the website documentation is not valid with respect to the uniquemember values. I wasn't even able to import it into my Ldap server (OpenLDAP). Maybe it can be imported into Apache DS, I didn't try that. Let me know if this works out for you, regards, Dennis Alberto Troisi wrote: > Dennis, > I give you the answers to your questions: > > Dennis Dam ha scritto: >> Alberto, >> >> in your first email you said that you defined the RoleMembership >> attribute. What attribute name did you use? > I only changed the RoleMembership value in the security ldap config > file ( <constructor-arg index="9"> ). The previous value was > "j2-role", now is "uniquemember", according to the attribute name used > for Roles (cn=<rolename>,ou=Roles,ou=rootOrg,o=sevenSeas) in LDAP. > > >> And for which role do you get the null pointer exception? For all >> roles, are a specific one? > I get the same exception for all roles. > >> Also, did you change the values of the RoleMembership attribute on >> the role objects in LDAP ? >> > No, I only inserted new "uniquename" attributes for new users > belonging to an existing role. These insertions are made automatically > by Jetspeed when I add a new user (to the user role) or I set a new > role from the User Management page. > >> >> Dennis >> >> ________________________________ >> >> Van: Alberto Troisi [mailto:[email protected]] >> Verzonden: wo 5-12-2007 15:27 >> Aan: Jetspeed Users List >> Onderwerp: Re: Users and Roles definition with LDAP >> >> >> >> Dennis, >> I modified my ldap configuration file by changing the UidAttribute (and >> also userUidAttribute) value, but I have the same problem. >> Sorry, but I don't understand the second point you mentioned. >> >> Anyway, I would attach the ldap config file and an LDIF export: probably >> these can be more useful for you. >> >> Thanks! >> >> Dennis Dam ha scritto: >> >>> Hey Alberto, >>> >>> Somehow the user principal name is null, the first where it happens >>> to break is the hashCode() function of the user principal class. >>> There can be several reasons for this : >>> >>> * a misconfiguration in your ldap config. Can you check this >>> construction parameter in your spring LDAP config file: >>> <!-- The UidAttribute. --> >>> >>> <constructor-arg index="25"><value>cn</value></constructor-arg> >>> >>> Is this the correct value? For example, if your user DN looks like: >>> o=sevenSeas,ou=foo,cn=admin then the value should be "cn". >>> >>> * you have set an incorrect user DN value on the RoleMembership >>> attribute. Jetspeed tries to resolve the user principal name from >>> that DN, by looking up the part of after the uid attribute ( ... , >>> cn=..). >>> >>> >>> Anyway, I think you found a bug in one of the LDAP classes, I think >>> principals with name null should never be created :) I'm going to >>> make a patch for this. >>> >>> thanks, >>> >>> Dennis >>> >>> >>> >>> >>> ________________________________ >>> >>> Van: Alberto Troisi [mailto:[email protected]] >>> Verzonden: wo 5-12-2007 12:06 >>> Aan: Jetspeed Users List >>> Onderwerp: Re: Users and Roles definition with LDAP >>> >>> >>> >>> Hi Dennis, >>> thanks for your answer and sorry for my delay. This is the exception >>> stacktrace: >>> >>> 2007-12-05 11:55:11,750 [http-8080-Processor23] ERROR >>> org.apache.portals.gems.browser.BrowserPortlet - Exception >>> java.lang.NullPointerException >>> at >>> org.apache.jetspeed.security.impl.BasePrincipalImpl.hashCode(BasePrincipalImpl.java:75) >>> >>> at java.util.HashMap.put(HashMap.java:418) >>> at java.util.HashSet.add(HashSet.java:194) >>> at >>> org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler.getUserPrincipalsInRole(LdapSecurityMappingHandler.java:326) >>> >>> at >>> org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler.getUserPrincipalsInRole(LdapSecurityMappingHandler.java:252) >>> >>> at >>> org.apache.jetspeed.security.impl.UserManagerImpl.getUsersInRole(UserManagerImpl.java:460) >>> >>> at >>> org.apache.jetspeed.portlets.security.roles.RoleDetails.getRows(RoleDetails.java:109) >>> >>> at >>> org.apache.jetspeed.portlets.security.roles.RoleDetails.getRows(RoleDetails.java:81) >>> >>> at >>> org.apache.portals.gems.browser.BrowserPortlet.doView(BrowserPortlet.java:189) >>> >>> at >>> org.apache.jetspeed.portlets.security.roles.RoleDetails.doView(RoleDetails.java:174) >>> >>> at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:247) >>> at javax.portlet.GenericPortlet.render(GenericPortlet.java:175) >>> at >>> org.apache.portals.bridges.velocity.GenericVelocityPortlet.render(GenericVelocityPortlet.java:164) >>> >>> at >>> org.apache.jetspeed.factory.JetspeedPortletInstance.render(JetspeedPortletInstance.java:103) >>> >>> at >>> org.apache.jetspeed.container.JetspeedContainerServlet.doGet(JetspeedContainerServlet.java:265) >>> >>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) >>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) >>> at >>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) >>> >>> at >>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) >>> >>> at >>> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672) >>> >>> at >>> org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:574) >>> >>> at >>> org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:499) >>> >>> at >>> org.apache.jetspeed.container.invoker.ServletPortletInvoker.invoke(ServletPortletInvoker.java:245) >>> >>> at >>> org.apache.jetspeed.container.invoker.ServletPortletInvoker.render(ServletPortletInvoker.java:128) >>> >>> at >>> org.apache.pluto.PortletContainerImpl.renderPortlet(PortletContainerImpl.java:119) >>> >>> at >>> org.apache.jetspeed.container.JetspeedPortletContainerWrapper.renderPortlet(JetspeedPortletContainerWrapper.java:121) >>> >>> at >>> org.apache.jetspeed.aggregator.impl.RenderingJobImpl.execute(RenderingJobImpl.java:242) >>> >>> at >>> org.apache.jetspeed.aggregator.impl.PortletRendererImpl.renderNow(PortletRendererImpl.java:226) >>> >>> at >>> org.apache.jetspeed.aggregator.impl.PageAggregatorImpl.aggregateAndRender(PageAggregatorImpl.java:147) >>> >>> at >>> org.apache.jetspeed.aggregator.impl.PageAggregatorImpl.aggregateAndRender(PageAggregatorImpl.java:143) >>> >>> at >>> org.apache.jetspeed.aggregator.impl.PageAggregatorImpl.build(PageAggregatorImpl.java:78) >>> >>> at >>> org.apache.jetspeed.aggregator.AggregatorValve.invoke(AggregatorValve.java:46) >>> >>> at >>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>> >>> at >>> org.apache.jetspeed.aggregator.HeaderAggregatorValve.invoke(HeaderAggregatorValve.java:53) >>> >>> at >>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>> >>> at >>> org.apache.jetspeed.decoration.DecorationValve.invoke(DecorationValve.java:130) >>> >>> at >>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>> >>> at >>> org.apache.jetspeed.resource.ResourceValveImpl.invoke(ResourceValveImpl.java:130) >>> >>> at >>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>> >>> at >>> org.apache.jetspeed.pipeline.valve.impl.ActionValveImpl.invoke(ActionValveImpl.java:184) >>> >>> at >>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>> >>> at >>> org.apache.jetspeed.container.ContainerValve.invoke(ContainerValve.java:104) >>> >>> at >>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>> >>> at >>> org.apache.jetspeed.profiler.impl.ProfilerValveImpl.invoke(ProfilerValveImpl.java:248) >>> >>> at >>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>> >>> at >>> org.apache.jetspeed.security.impl.LoginValidationValveImpl.invoke(LoginValidationValveImpl.java:159) >>> >>> at >>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>> >>> at >>> org.apache.jetspeed.security.impl.PasswordCredentialValveImpl.invoke(PasswordCredentialValveImpl.java:150) >>> >>> at >>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>> >>> at >>> org.apache.jetspeed.localization.impl.LocalizationValveImpl.invoke(LocalizationValveImpl.java:170) >>> >>> at >>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>> >>> at >>> org.apache.jetspeed.security.impl.AbstractSecurityValve$1.run(AbstractSecurityValve.java:138) >>> >>> at java.security.AccessController.doPrivileged(Native Method) >>> at javax.security.auth.Subject.doAsPrivileged(Subject.java:454) >>> at >>> org.apache.jetspeed.security.JSSubject.doAsPrivileged(JSSubject.java:179) >>> >>> at >>> org.apache.jetspeed.security.impl.AbstractSecurityValve.invoke(AbstractSecurityValve.java:132) >>> >>> at >>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>> >>> at >>> org.apache.jetspeed.container.url.impl.PortalURLValveImpl.invoke(PortalURLValveImpl.java:66) >>> >>> at >>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>> >>> at >>> org.apache.jetspeed.capabilities.impl.CapabilityValveImpl.invoke(CapabilityValveImpl.java:126) >>> >>> at >>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>> >>> at >>> org.apache.jetspeed.pipeline.JetspeedPipeline.invoke(JetspeedPipeline.java:146) >>> >>> at >>> org.apache.jetspeed.engine.JetspeedEngine.service(JetspeedEngine.java:227) >>> >>> at >>> org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:242) >>> >>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) >>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) >>> at >>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) >>> >>> at >>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) >>> >>> at >>> org.apache.jetspeed.engine.servlet.XXSUrlAttackFilter.doFilter(XXSUrlAttackFilter.java:52) >>> >>> at >>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) >>> >>> at >>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) >>> >>> at >>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) >>> >>> at >>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) >>> >>> at >>> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524) >>> >>> at >>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) >>> >>> at >>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) >>> >>> at >>> org.josso.tc55.agent.SSOAgentValve.invoke(SSOAgentValve.java:541) >>> at >>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) >>> >>> at >>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) >>> >>> at >>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) >>> >>> at >>> org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) >>> >>> at >>> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) >>> >>> at >>> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) >>> >>> at >>> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) >>> >>> at java.lang.Thread.run(Thread.java:595) >>> >>> >>> >>> Dennis Dam ha scritto: >>> >>> >>>> Hi Troisi, >>>> >>>> can you paste a stacktrace of the null pointer exception here ? That >>>> would be of great help. >>>> >>>> Dennis >>>> >>>> Alberto Troisi wrote: >>>> >>>>> Hi, >>>>> following the guidelines of the "Role membership" section in the >>>>> Jetspeed & LDAP tutorial >>>>> (http://portals.apache.org/jetspeed-2/multiproject/jetspeed-security/ldap.html#Group_Role_membership), >>>>> >>>>> I defined the RoleMembership attribute and I set an empty value for >>>>> the UserRoleMembership in order to store the role membership as a >>>>> role attribute (the default was to store it as user attribute). >>>>> Now, when I access to Role Management page, in the "Security >>>>> Administration" section on the Jetspeed portal, I can't view details >>>>> for a selected role: I have a NullPointerException. On the other >>>>> hand, in the User Management page, I can view roles details about a >>>>> defined user. >>>>> >>>>> Is the problem related to a missing configuration in the >>>>> security-spi-ldap.xml file? >>>>> >>>>> Thanks in advance. >>>>> >>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: [email protected] >>>>> For additional commands, e-mail: >>>>> [email protected] >>>>> >>>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>>> >>>> >>>> __________ Informazione NOD32 2698 (20071203) __________ >>>> >>>> Questo messaggio è stato controllato dal Sistema Antivirus NOD32 >>>> http://www.nod32.it <http://www.nod32.it/> <http://www.nod32.it/> >>>> >>>> >>>> >>>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >>> >>> >>> >>> >>> >>> __________ Informazione NOD32 2698 (20071203) __________ >>> >>> Questo messaggio è stato controllato dal Sistema Antivirus NOD32 >>> http://www.nod32.it <http://www.nod32.it/> >>> ------------------------------------------------------------------------ >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >>> __________ Informazione NOD32 2698 (20071203) __________ >>> >>> Questo messaggio è stato controllato dal Sistema Antivirus NOD32 >>> http://www.nod32.it <http://www.nod32.it/> >>> >> >> >> >> >> >> >> >> __________ Informazione NOD32 2698 (20071203) __________ >> >> Questo messaggio è stato controllato dal Sistema Antivirus NOD32 >> http://www.nod32.it >> >> ------------------------------------------------------------------------ >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> __________ Informazione NOD32 2698 (20071203) __________ >> >> Questo messaggio è stato controllato dal Sistema Antivirus NOD32 >> http://www.nod32.it >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Dec 06 06:21:30 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61539 invoked from network); 6 Dec 2007 06:21:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Dec 2007 06:21:30 -0000 Received: (qmail 29680 invoked by uid 500); 6 Dec 2007 06:21:12 -0000 Delivered-To: [email protected] Received: (qmail 29652 invoked by uid 500); 6 Dec 2007 06:21:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 29641 invoked by uid 99); 6 Dec 2007 06:21:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 22:21:12 -0800 X-ASF-Spam-Status: No, hits=3.8 required=10.0 tests=HTML_FONT_FACE_BAD,HTML_MESSAGE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO smtpout04-02.prod.mesa1.secureserver.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 06 Dec 2007 06:21:11 +0000 Received: (qmail 4441 invoked from network); 6 Dec 2007 06:20:49 -0000 Received: from unknown (161.129.204.104) by smtpout04-04.prod.mesa1.secureserver.net (161.129.204.104) with ESMTP; 06 Dec 2007 06:20:49 -0000 Message-ID: <004d01c837d0$248e4d10$0300a8c0@hwhome> From: "Hanmin Wang" <[email protected]> To: <[email protected]> Subject: How to import psml file to database Date: Wed, 5 Dec 2007 22:20:48 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_004A_01C8378D.161795E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Virus-Checked: Checked by ClamAV on apache.org ------=_NextPart_000_004A_01C8378D.161795E0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 SGksDQogICBJIGFtIG5ldyB0byBqZXRzcGVlZCwganVzdCBkb3dubG9hZGVkIHRoZSBqZXRzcGVl ZDIuMS4yLCBhbmQgdHJpZWQgdG8gbW9kaWZ5IHRoZSBwc21sIGZpbGUgdG8gc2VlIHRoZSBlZmZl Y3RzLiBIb3dldmVyLCBpdCBkb2Vzbid0IHNlZW0gdG8gd29yay4gVGhlIHBhZ2UtbWFuYWdlci54 bWwgc2VlbXMgdG8gdXNlIGRhdGFiYXNlIGFzIHN0b3JhZ2UuIENhbiBJIGNoYW5nZSB0byB1c2Ug ZmlsZSBhcyBzdG9yYWdlPyBBbHNvIGhvdyB0byBpbXBvcnQgcHNtbCB0byBkYXRhYmFzZSBlYXNp bHk/DQoNCiAgIFRoYW5rcywNCkhhbm1pbg== ------=_NextPart_000_004A_01C8378D.161795E0-- From [email protected] Thu Dec 06 07:27:17 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84270 invoked from network); 6 Dec 2007 07:27:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Dec 2007 07:27:16 -0000 Received: (qmail 80713 invoked by uid 500); 6 Dec 2007 07:26:59 -0000 Delivered-To: [email protected] Received: (qmail 80680 invoked by uid 500); 6 Dec 2007 07:26:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 80669 invoked by uid 99); 6 Dec 2007 07:26:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 23:26:59 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO an-out-0708.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2007 07:26:36 +0000 Received: by an-out-0708.google.com with SMTP id c31so28764ana for <[email protected]>; Wed, 05 Dec 2007 23:26:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=rnuXK+dNCTdVpWt8P2VRwxOMM1T+EeLQvk3zVN6Rmsg=; b=jRDO/0kHtIbZtvflEQtgDbL9D8JxZ/GtMao1tLOogUpBWwuz79SZzcJJuFLVyRHFCaQ2KsV7aKAKKRcUuHo/MF2qwvlxQr4x9tVbR3oUB1HHpLiMcOSynNBxFo63jjddf7xWyPFFrEnRdhWQGi3LuREGvQR/VFS8lX9TsZ7dsa0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=D+x3/EZssA7c0LBoxwZ/bp2d8B7NORwgavob7z18GLcaX09onopgkvV3TcAMzqZgZ5XkK+ieyFVuEtWBOeEqwadnNKoYakXF23+Yv+XbN1pAIS+P7GemULYqUDYftDC0btcUxnjOlqefggmnYMz4zePcB3KyFZIRvpgy74PVT+Y= Received: by 161.129.204.104 with SMTP id o17mr6166155anh.1196925999139; Wed, 05 Dec 2007 23:26:39 -0800 (PST) Received: by 161.129.204.104 with HTTP; Wed, 5 Dec 2007 23:26:39 -0800 (PST) Message-ID: <[email protected]> Date: Thu, 6 Dec 2007 12:56:39 +0530 From: "Vivek Kumar" <[email protected]> To: "Jetspeed Users List" <[email protected]> Subject: Re: How to import psml file to database In-Reply-To: <004d01c837d0$248e4d10$0300a8c0@hwhome> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_7491_20054319.1196925999131" References: <004d01c837d0$248e4d10$0300a8c0@hwhome> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_7491_20054319.1196925999131 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Use import/export feature for psml,link and folders provided in portal site manager On Dec 6, 2007 11:50 AM, Hanmin Wang <[email protected]> wrote: > Hi, > I am new to jetspeed, just downloaded the jetspeed2.1.2, and tried to > modify the psml file to see the effects. However, it doesn't seem to work. > The page-manager.xml seems to use database as storage. Can I change to use > file as storage? Also how to import psml to database easily? > > Thanks, > Hanmin -- Regards & thanks Vivek Kumar [email protected] ------=_Part_7491_20054319.1196925999131-- From [email protected] Thu Dec 06 09:02:22 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13327 invoked from network); 6 Dec 2007 09:02:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Dec 2007 09:02:22 -0000 Received: (qmail 69750 invoked by uid 500); 6 Dec 2007 09:02:08 -0000 Delivered-To: [email protected] Received: (qmail 69728 invoked by uid 500); 6 Dec 2007 09:02:08 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 69717 invoked by uid 99); 6 Dec 2007 09:02:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2007 01:02:08 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO moutng.kundenserver.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2007 09:01:45 +0000 Received: from BOB (p54B15434.dip.t-dialin.net [161.129.204.104]) by mrelayeu.kundenserver.de (node=mrelayeu1) with ESMTP (Nemesis) id 0MKwpI-1J0Cc42lTU-0007FU; Thu, 06 Dec 2007 10:01:44 +0100 Message-ID: <[email protected]> From: "Martin Maidhof" <[email protected]> To: "Jetspeed Users List" <[email protected]> References: <004d01c837d0$248e4d10$0300a8c0@hwhome> <[email protected]> Subject: Re: How to import psml file to database Date: Thu, 6 Dec 2007 09:58:46 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Provags-ID: V01U2FsdGVkX18PL5z1owa3QAVR1Ob/JLDHZJEgF1bMbtHD6bf 2gUKjEXUYO91r+dtcsmaFmgxI4jClYRzeKcI/J80bdKJAd4Avo knPRbsvndqQxXSbTrnJHQ== X-Virus-Checked: Checked by ClamAV on apache.org see description below from march 2006. mail refered to JS2.1 guess this is still valid -----Ursprüngliche Nachricht----- Von: "Randy Watler" <[email protected]> An: "Jetspeed Users List" <[email protected]> Gesendet: Donnerstag, 9. März 2006 17:04 Betreff: Re: Storing PSML in Database > Elisabeth, > > All one had to do is this to get going: > > 1. start with a clean J2 install from source configured properly. > 2. build and deploy normally... but do not start J2 yet. > 3. run 'maven import' from the top level J2 directory... the same one > you normally build from. > 4. copy jetspeed/WEB-INF/assembly/alternate/db-page-manager.xml over top > of jetspeed/WEB-INF/assembly/page-manager.xml > 5. start tomcat/J2 normally. > > All should be going to the DB at this point! Note that the portal is not > much use with an empty PSML DB.. that is why we do an import up front. > Take a look at the import goal in maven.xml to customize the DB > PageManager bootstrapping steps. > > HTH, > > Randy > > Elisabeth VanSchaardenburg wrote: >> I'm new to working with Jetspeed, so please forgive me if I've >> overlooked the obvious. I see in the J2 features that it supports >> persisting the PSML settings in a database and I see that the database >> already has the tables set up for this. What I haven't been able to >> figure out so far is what I need to do to get that to work. Is the >> functionality already there (is it a configuration setting) or is that >> something that I'm going to need to implement myself (and if so, any >> hints on where to begin)? >> >> >> >> If someone could help me out with this or point me to some documentation >> for this, I would greatly appreciate it. >> >> >> >> Thanks, >> >> Elisabeth >> -----Ursprüngliche Nachricht----- Von: "Vivek Kumar" <[email protected]> An: "Jetspeed Users List" <[email protected]> Gesendet: Donnerstag, 6. Dezember 2007 08:26 Betreff: Re: How to import psml file to database > Use import/export feature for psml,link and folders provided in portal site > manager > > On Dec 6, 2007 11:50 AM, Hanmin Wang <[email protected]> wrote: > >> Hi, >> I am new to jetspeed, just downloaded the jetspeed2.1.2, and tried to >> modify the psml file to see the effects. However, it doesn't seem to work. >> The page-manager.xml seems to use database as storage. Can I change to use >> file as storage? Also how to import psml to database easily? >> >> Thanks, >> Hanmin > > > > > -- > Regards & thanks > Vivek Kumar > > [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Dec 06 10:33:21 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35446 invoked from network); 6 Dec 2007 10:33:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Dec 2007 10:33:20 -0000 Received: (qmail 71916 invoked by uid 500); 6 Dec 2007 10:33:07 -0000 Delivered-To: [email protected] Received: (qmail 71800 invoked by uid 500); 6 Dec 2007 10:33:07 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 71786 invoked by uid 99); 6 Dec 2007 10:33:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2007 02:33:07 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mailx2.unisannio.it) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2007 10:33:04 +0000 Received: from [161.129.204.104] (h27.rcost.unisannio.it [161.129.204.104]) by mailx2.unisannio.it (Postfix) with ESMTP id D5D1DF10188 for <[email protected]>; Thu, 6 Dec 2007 10:33:07 +0100 (CET) Message-ID: <[email protected]> Date: Thu, 06 Dec 2007 11:27:02 +0100 From: Alberto Troisi <[email protected]> User-Agent: Mozilla Thunderbird 161.129.204.104 (Windows/20070809) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: Users and Roles definition with LDAP References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Dennis, thanks very much for your help! Now it works fine. Let me say why I haven't changed the DN values first. If I store roles as user attribute (the default mode for the jetspeed sample config file), the definition of a new role for a user (from the j2-admin interface) causes the creation of a new "j2-role" attribute for that user in LDAP, with a complete DN as value. The new role is present in the roles list associated to the user in the User Management page, but the user is not present in the users list for that role in the Role Management page. However, if I change manually the value of the defined "j2-role" attribute (using ApacheDS Studio) to the "cn" (e.g., from "cn=admin,ou=People,ou=rootOrg,o=sevenSeas" to "admin") also the Role Management page works fine. So, I supposed the Jetspeed works in this way and I left this values in LDAP. Thanks again, Alberto Dennis Dam ha scritto: > Alberto, > > Some of the uniquemember values in your LDIF file are not correct LDAP > Distinguished Name (DN) values, such as for the role 'manager': > > dn: cn=manager,ou=Roles,ou=rootOrg,o=sevenSeas > objectClass: jetspeed-2-role > objectClass: groupOfUniqueNames > objectClass: top > cn: manager > j2-classname: manager > uid: manager > uniquemember: admin,jetspeed,manager,damiano > > if you replace the last line with one line like this (per role > member), it should work: > > uniquemember: cn=admin,ou=People,ou=rootOrg,o=sevenSeas > uniquemember: cn=user,ou=People,ou=rootOrg,o=sevenSeas > ... > > empty your LDAP data, import the LDIF again, and now you have valid data! > > OR (might be the quickest way): simply remove the invalid attributes > on the role objects in your Ldap editor (I can recommend the Apache DS > studio Eclipse plugin), and assign the roles to the users via the > j2-admin interface. > > I think it's just a question of wrong values in your initial LDIF you > imported: the LDIF sample shown on the website documentation is not > valid with respect to the uniquemember values. I wasn't even able to > import it into my Ldap server (OpenLDAP). Maybe it can be imported > into Apache DS, I didn't try that. > > Let me know if this works out for you, > > regards, > Dennis > > > > > Alberto Troisi wrote: >> Dennis, >> I give you the answers to your questions: >> >> Dennis Dam ha scritto: >>> Alberto, >>> >>> in your first email you said that you defined the RoleMembership >>> attribute. What attribute name did you use? >> I only changed the RoleMembership value in the security ldap config >> file ( <constructor-arg index="9"> ). The previous value was >> "j2-role", now is "uniquemember", according to the attribute name >> used for Roles (cn=<rolename>,ou=Roles,ou=rootOrg,o=sevenSeas) in LDAP. >> >> >>> And for which role do you get the null pointer exception? For all >>> roles, are a specific one? >> I get the same exception for all roles. >> >>> Also, did you change the values of the RoleMembership attribute on >>> the role objects in LDAP ? >>> >> No, I only inserted new "uniquename" attributes for new users >> belonging to an existing role. These insertions are made >> automatically by Jetspeed when I add a new user (to the user role) or >> I set a new role from the User Management page. >> >>> >>> Dennis >>> >>> ________________________________ >>> >>> Van: Alberto Troisi [mailto:[email protected]] >>> Verzonden: wo 5-12-2007 15:27 >>> Aan: Jetspeed Users List >>> Onderwerp: Re: Users and Roles definition with LDAP >>> >>> >>> >>> Dennis, >>> I modified my ldap configuration file by changing the UidAttribute (and >>> also userUidAttribute) value, but I have the same problem. >>> Sorry, but I don't understand the second point you mentioned. >>> >>> Anyway, I would attach the ldap config file and an LDIF export: >>> probably >>> these can be more useful for you. >>> >>> Thanks! >>> >>> Dennis Dam ha scritto: >>> >>>> Hey Alberto, >>>> >>>> Somehow the user principal name is null, the first where it happens >>>> to break is the hashCode() function of the user principal class. >>>> There can be several reasons for this : >>>> >>>> * a misconfiguration in your ldap config. Can you check this >>>> construction parameter in your spring LDAP config file: >>>> <!-- The UidAttribute. --> >>>> >>>> <constructor-arg index="25"><value>cn</value></constructor-arg> >>>> >>>> Is this the correct value? For example, if your user DN looks like: >>>> o=sevenSeas,ou=foo,cn=admin then the value should be "cn". >>>> >>>> * you have set an incorrect user DN value on the RoleMembership >>>> attribute. Jetspeed tries to resolve the user principal name from >>>> that DN, by looking up the part of after the uid attribute ( ... , >>>> cn=..). >>>> >>>> Anyway, I think you found a bug in one of the LDAP classes, I >>>> think principals with name null should never be created :) I'm >>>> going to make a patch for this. >>>> >>>> thanks, >>>> >>>> Dennis >>>> >>>> >>>> >>>> >>>> ________________________________ >>>> >>>> Van: Alberto Troisi [mailto:[email protected]] >>>> Verzonden: wo 5-12-2007 12:06 >>>> Aan: Jetspeed Users List >>>> Onderwerp: Re: Users and Roles definition with LDAP >>>> >>>> >>>> >>>> Hi Dennis, >>>> thanks for your answer and sorry for my delay. This is the exception >>>> stacktrace: >>>> >>>> 2007-12-05 11:55:11,750 [http-8080-Processor23] ERROR >>>> org.apache.portals.gems.browser.BrowserPortlet - Exception >>>> java.lang.NullPointerException >>>> at >>>> org.apache.jetspeed.security.impl.BasePrincipalImpl.hashCode(BasePrincipalImpl.java:75) >>>> >>>> at java.util.HashMap.put(HashMap.java:418) >>>> at java.util.HashSet.add(HashSet.java:194) >>>> at >>>> org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler.getUserPrincipalsInRole(LdapSecurityMappingHandler.java:326) >>>> >>>> at >>>> org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler.getUserPrincipalsInRole(LdapSecurityMappingHandler.java:252) >>>> >>>> at >>>> org.apache.jetspeed.security.impl.UserManagerImpl.getUsersInRole(UserManagerImpl.java:460) >>>> >>>> at >>>> org.apache.jetspeed.portlets.security.roles.RoleDetails.getRows(RoleDetails.java:109) >>>> >>>> at >>>> org.apache.jetspeed.portlets.security.roles.RoleDetails.getRows(RoleDetails.java:81) >>>> >>>> at >>>> org.apache.portals.gems.browser.BrowserPortlet.doView(BrowserPortlet.java:189) >>>> >>>> at >>>> org.apache.jetspeed.portlets.security.roles.RoleDetails.doView(RoleDetails.java:174) >>>> >>>> at >>>> javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:247) >>>> at javax.portlet.GenericPortlet.render(GenericPortlet.java:175) >>>> at >>>> org.apache.portals.bridges.velocity.GenericVelocityPortlet.render(GenericVelocityPortlet.java:164) >>>> >>>> at >>>> org.apache.jetspeed.factory.JetspeedPortletInstance.render(JetspeedPortletInstance.java:103) >>>> >>>> at >>>> org.apache.jetspeed.container.JetspeedContainerServlet.doGet(JetspeedContainerServlet.java:265) >>>> >>>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) >>>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) >>>> at >>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) >>>> >>>> at >>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) >>>> >>>> at >>>> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672) >>>> >>>> at >>>> org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:574) >>>> >>>> at >>>> org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:499) >>>> >>>> at >>>> org.apache.jetspeed.container.invoker.ServletPortletInvoker.invoke(ServletPortletInvoker.java:245) >>>> >>>> at >>>> org.apache.jetspeed.container.invoker.ServletPortletInvoker.render(ServletPortletInvoker.java:128) >>>> >>>> at >>>> org.apache.pluto.PortletContainerImpl.renderPortlet(PortletContainerImpl.java:119) >>>> >>>> at >>>> org.apache.jetspeed.container.JetspeedPortletContainerWrapper.renderPortlet(JetspeedPortletContainerWrapper.java:121) >>>> >>>> at >>>> org.apache.jetspeed.aggregator.impl.RenderingJobImpl.execute(RenderingJobImpl.java:242) >>>> >>>> at >>>> org.apache.jetspeed.aggregator.impl.PortletRendererImpl.renderNow(PortletRendererImpl.java:226) >>>> >>>> at >>>> org.apache.jetspeed.aggregator.impl.PageAggregatorImpl.aggregateAndRender(PageAggregatorImpl.java:147) >>>> >>>> at >>>> org.apache.jetspeed.aggregator.impl.PageAggregatorImpl.aggregateAndRender(PageAggregatorImpl.java:143) >>>> >>>> at >>>> org.apache.jetspeed.aggregator.impl.PageAggregatorImpl.build(PageAggregatorImpl.java:78) >>>> >>>> at >>>> org.apache.jetspeed.aggregator.AggregatorValve.invoke(AggregatorValve.java:46) >>>> >>>> at >>>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>>> >>>> at >>>> org.apache.jetspeed.aggregator.HeaderAggregatorValve.invoke(HeaderAggregatorValve.java:53) >>>> >>>> at >>>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>>> >>>> at >>>> org.apache.jetspeed.decoration.DecorationValve.invoke(DecorationValve.java:130) >>>> >>>> at >>>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>>> >>>> at >>>> org.apache.jetspeed.resource.ResourceValveImpl.invoke(ResourceValveImpl.java:130) >>>> >>>> at >>>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>>> >>>> at >>>> org.apache.jetspeed.pipeline.valve.impl.ActionValveImpl.invoke(ActionValveImpl.java:184) >>>> >>>> at >>>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>>> >>>> at >>>> org.apache.jetspeed.container.ContainerValve.invoke(ContainerValve.java:104) >>>> >>>> at >>>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>>> >>>> at >>>> org.apache.jetspeed.profiler.impl.ProfilerValveImpl.invoke(ProfilerValveImpl.java:248) >>>> >>>> at >>>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>>> >>>> at >>>> org.apache.jetspeed.security.impl.LoginValidationValveImpl.invoke(LoginValidationValveImpl.java:159) >>>> >>>> at >>>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>>> >>>> at >>>> org.apache.jetspeed.security.impl.PasswordCredentialValveImpl.invoke(PasswordCredentialValveImpl.java:150) >>>> >>>> at >>>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>>> >>>> at >>>> org.apache.jetspeed.localization.impl.LocalizationValveImpl.invoke(LocalizationValveImpl.java:170) >>>> >>>> at >>>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>>> >>>> at >>>> org.apache.jetspeed.security.impl.AbstractSecurityValve$1.run(AbstractSecurityValve.java:138) >>>> >>>> at java.security.AccessController.doPrivileged(Native Method) >>>> at javax.security.auth.Subject.doAsPrivileged(Subject.java:454) >>>> at >>>> org.apache.jetspeed.security.JSSubject.doAsPrivileged(JSSubject.java:179) >>>> >>>> at >>>> org.apache.jetspeed.security.impl.AbstractSecurityValve.invoke(AbstractSecurityValve.java:132) >>>> >>>> at >>>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>>> >>>> at >>>> org.apache.jetspeed.container.url.impl.PortalURLValveImpl.invoke(PortalURLValveImpl.java:66) >>>> >>>> at >>>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>>> >>>> at >>>> org.apache.jetspeed.capabilities.impl.CapabilityValveImpl.invoke(CapabilityValveImpl.java:126) >>>> >>>> at >>>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>>> >>>> at >>>> org.apache.jetspeed.pipeline.JetspeedPipeline.invoke(JetspeedPipeline.java:146) >>>> >>>> at >>>> org.apache.jetspeed.engine.JetspeedEngine.service(JetspeedEngine.java:227) >>>> >>>> at >>>> org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:242) >>>> >>>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) >>>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) >>>> at >>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) >>>> >>>> at >>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) >>>> >>>> at >>>> org.apache.jetspeed.engine.servlet.XXSUrlAttackFilter.doFilter(XXSUrlAttackFilter.java:52) >>>> >>>> at >>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) >>>> >>>> at >>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) >>>> >>>> at >>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) >>>> >>>> at >>>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) >>>> >>>> at >>>> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524) >>>> >>>> at >>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) >>>> >>>> at >>>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) >>>> >>>> at >>>> org.josso.tc55.agent.SSOAgentValve.invoke(SSOAgentValve.java:541) >>>> at >>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) >>>> >>>> at >>>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) >>>> >>>> at >>>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) >>>> >>>> at >>>> org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) >>>> >>>> at >>>> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) >>>> >>>> at >>>> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) >>>> >>>> at >>>> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) >>>> >>>> at java.lang.Thread.run(Thread.java:595) >>>> >>>> >>>> >>>> Dennis Dam ha scritto: >>>> >>>> >>>>> Hi Troisi, >>>>> >>>>> can you paste a stacktrace of the null pointer exception here ? That >>>>> would be of great help. >>>>> >>>>> Dennis >>>>> >>>>> Alberto Troisi wrote: >>>>> >>>>>> Hi, >>>>>> following the guidelines of the "Role membership" section in the >>>>>> Jetspeed & LDAP tutorial >>>>>> (http://portals.apache.org/jetspeed-2/multiproject/jetspeed-security/ldap.html#Group_Role_membership), >>>>>> >>>>>> I defined the RoleMembership attribute and I set an empty value for >>>>>> the UserRoleMembership in order to store the role membership as a >>>>>> role attribute (the default was to store it as user attribute). >>>>>> Now, when I access to Role Management page, in the "Security >>>>>> Administration" section on the Jetspeed portal, I can't view >>>>>> details >>>>>> for a selected role: I have a NullPointerException. On the other >>>>>> hand, in the User Management page, I can view roles details about a >>>>>> defined user. >>>>>> >>>>>> Is the problem related to a missing configuration in the >>>>>> security-spi-ldap.xml file? >>>>>> >>>>>> Thanks in advance. >>>>>> >>>>>> >>>>>> --------------------------------------------------------------------- >>>>>> >>>>>> To unsubscribe, e-mail: [email protected] >>>>>> For additional commands, e-mail: >>>>>> [email protected] >>>>>> >>>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: [email protected] >>>>> For additional commands, e-mail: >>>>> [email protected] >>>>> >>>>> >>>>> __________ Informazione NOD32 2698 (20071203) __________ >>>>> >>>>> Questo messaggio è stato controllato dal Sistema Antivirus NOD32 >>>>> http://www.nod32.it <http://www.nod32.it/> <http://www.nod32.it/> >>>>> >>>>> >>>>> >>>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> __________ Informazione NOD32 2698 (20071203) __________ >>>> >>>> Questo messaggio è stato controllato dal Sistema Antivirus NOD32 >>>> http://www.nod32.it <http://www.nod32.it/> >>>> ------------------------------------------------------------------------ >>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>>> >>>> >>>> __________ Informazione NOD32 2698 (20071203) __________ >>>> >>>> Questo messaggio è stato controllato dal Sistema Antivirus NOD32 >>>> http://www.nod32.it <http://www.nod32.it/> >>> >>> >>> >>> >>> >>> >>> >>> __________ Informazione NOD32 2698 (20071203) __________ >>> >>> Questo messaggio è stato controllato dal Sistema Antivirus NOD32 >>> http://www.nod32.it >>> >>> ------------------------------------------------------------------------ >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >>> __________ Informazione NOD32 2698 (20071203) __________ >>> >>> Questo messaggio è stato controllato dal Sistema Antivirus NOD32 >>> http://www.nod32.it >>> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > __________ Informazione NOD32 2698 (20071203) __________ > > Questo messaggio è stato controllato dal Sistema Antivirus NOD32 > http://www.nod32.it > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Dec 06 11:37:38 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 53021 invoked from network); 6 Dec 2007 11:37:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Dec 2007 11:37:38 -0000 Received: (qmail 47678 invoked by uid 500); 6 Dec 2007 11:37:21 -0000 Delivered-To: [email protected] Received: (qmail 47656 invoked by uid 500); 6 Dec 2007 11:37:21 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 47645 invoked by uid 99); 6 Dec 2007 11:37:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2007 03:37:20 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hippo.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2007 11:37:14 +0000 Received: from [161.129.204.104] ([161.129.204.104]) by mail.hippo.nl with Microsoft SMTPSVC(438)521-6648); Thu, 6 Dec 2007 12:36:54 +0100 Message-ID: <[email protected]> Date: Thu, 06 Dec 2007 12:36:51 +0100 From: Dennis Dam <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20070809) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: Users and Roles definition with LDAP References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 06 Dec 2007 11:36:54.0376 (UTC) FILETIME=[4D08AE80:01C837FC] X-Virus-Checked: Checked by ClamAV on apache.org Well , great you got it working ! Btw, you shouldn't need to change the DN value of the j2-role attribute manually. The lookup of roles from the user attribute "j2-role" is not correctly implemented IMO. I'm not sure where the exact location of the bug is though, it depends on how you look at it: if you take a look at the RoleDetails portlet in j2-admin, it calls usermanager.getUsersInRole(rolename). The problem is that Jetspeed expects a full DN, but it gets the abbreviated version, e.g. "admin". On the other hand, the problem could also be fixed in the usermanager (and underlying classes) by accepting an abbreviated version of the role name ("admin"), and constructing a DN ("cn=admin,ou=People,ou=rootOrg,o=sevenSeas") , based on the LDAP spring config. This can be done by concatenating the roleUidAttribute (CN) with the roleFilterBase and the root context: "CN=<abbreviated rolename>" + "ou=Roles,ou=rootOrg" + "o=sevenseas". I hope I have time to make a patch for this, if I have time ;) Dennis Alberto Troisi wrote: > Dennis, > thanks very much for your help! Now it works fine. > > Let me say why I haven't changed the DN values first. > If I store roles as user attribute (the default mode for the jetspeed > sample config file), the definition of a new role for a user (from the > j2-admin interface) causes the creation of a new "j2-role" attribute > for that user in LDAP, with a complete DN as value. The new role is > present in the roles list associated to the user in the User > Management page, but the user is not present in the users list for > that role in the Role Management page. However, if I change manually > the value of the defined "j2-role" attribute (using ApacheDS Studio) > to the "cn" (e.g., from "cn=admin,ou=People,ou=rootOrg,o=sevenSeas" to > "admin") also the Role Management page works fine. > So, I supposed the Jetspeed works in this way and I left this values > in LDAP. > > Thanks again, > Alberto > > Dennis Dam ha scritto: >> Alberto, >> >> Some of the uniquemember values in your LDIF file are not correct >> LDAP Distinguished Name (DN) values, such as for the role 'manager': >> >> dn: cn=manager,ou=Roles,ou=rootOrg,o=sevenSeas >> objectClass: jetspeed-2-role >> objectClass: groupOfUniqueNames >> objectClass: top >> cn: manager >> j2-classname: manager >> uid: manager >> uniquemember: admin,jetspeed,manager,damiano >> >> if you replace the last line with one line like this (per role >> member), it should work: >> >> uniquemember: cn=admin,ou=People,ou=rootOrg,o=sevenSeas >> uniquemember: cn=user,ou=People,ou=rootOrg,o=sevenSeas >> ... >> >> empty your LDAP data, import the LDIF again, and now you have valid >> data! >> >> OR (might be the quickest way): simply remove the invalid attributes >> on the role objects in your Ldap editor (I can recommend the Apache >> DS studio Eclipse plugin), and assign the roles to the users via the >> j2-admin interface. >> >> I think it's just a question of wrong values in your initial LDIF you >> imported: the LDIF sample shown on the website documentation is not >> valid with respect to the uniquemember values. I wasn't even able to >> import it into my Ldap server (OpenLDAP). Maybe it can be imported >> into Apache DS, I didn't try that. >> >> Let me know if this works out for you, >> >> regards, >> Dennis >> >> >> >> >> Alberto Troisi wrote: >>> Dennis, >>> I give you the answers to your questions: >>> >>> Dennis Dam ha scritto: >>>> Alberto, >>>> >>>> in your first email you said that you defined the RoleMembership >>>> attribute. What attribute name did you use? >>> I only changed the RoleMembership value in the security ldap config >>> file ( <constructor-arg index="9"> ). The previous value was >>> "j2-role", now is "uniquemember", according to the attribute name >>> used for Roles (cn=<rolename>,ou=Roles,ou=rootOrg,o=sevenSeas) in LDAP. >>> >>> >>>> And for which role do you get the null pointer exception? For all >>>> roles, are a specific one? >>> I get the same exception for all roles. >>> >>>> Also, did you change the values of the RoleMembership attribute on >>>> the role objects in LDAP ? >>>> >>> No, I only inserted new "uniquename" attributes for new users >>> belonging to an existing role. These insertions are made >>> automatically by Jetspeed when I add a new user (to the user role) >>> or I set a new role from the User Management page. >>> >>>> >>>> Dennis >>>> >>>> ________________________________ >>>> >>>> Van: Alberto Troisi [mailto:[email protected]] >>>> Verzonden: wo 5-12-2007 15:27 >>>> Aan: Jetspeed Users List >>>> Onderwerp: Re: Users and Roles definition with LDAP >>>> >>>> >>>> >>>> Dennis, >>>> I modified my ldap configuration file by changing the UidAttribute >>>> (and >>>> also userUidAttribute) value, but I have the same problem. >>>> Sorry, but I don't understand the second point you mentioned. >>>> >>>> Anyway, I would attach the ldap config file and an LDIF export: >>>> probably >>>> these can be more useful for you. >>>> >>>> Thanks! >>>> >>>> Dennis Dam ha scritto: >>>> >>>>> Hey Alberto, >>>>> >>>>> Somehow the user principal name is null, the first where it >>>>> happens to break is the hashCode() function of the user principal >>>>> class. There can be several reasons for this : >>>>> >>>>> * a misconfiguration in your ldap config. Can you check this >>>>> construction parameter in your spring LDAP config file: >>>>> <!-- The UidAttribute. --> >>>>> >>>>> <constructor-arg index="25"><value>cn</value></constructor-arg> >>>>> >>>>> Is this the correct value? For example, if your user DN looks >>>>> like: o=sevenSeas,ou=foo,cn=admin then the value should be "cn". >>>>> >>>>> * you have set an incorrect user DN value on the RoleMembership >>>>> attribute. Jetspeed tries to resolve the user principal name from >>>>> that DN, by looking up the part of after the uid attribute ( ... , >>>>> cn=..). >>>>> >>>>> Anyway, I think you found a bug in one of the LDAP classes, I >>>>> think principals with name null should never be created :) I'm >>>>> going to make a patch for this. >>>>> >>>>> thanks, >>>>> >>>>> Dennis >>>>> >>>>> >>>>> >>>>> >>>>> ________________________________ >>>>> >>>>> Van: Alberto Troisi [mailto:[email protected]] >>>>> Verzonden: wo 5-12-2007 12:06 >>>>> Aan: Jetspeed Users List >>>>> Onderwerp: Re: Users and Roles definition with LDAP >>>>> >>>>> >>>>> >>>>> Hi Dennis, >>>>> thanks for your answer and sorry for my delay. This is the exception >>>>> stacktrace: >>>>> >>>>> 2007-12-05 11:55:11,750 [http-8080-Processor23] ERROR >>>>> org.apache.portals.gems.browser.BrowserPortlet - Exception >>>>> java.lang.NullPointerException >>>>> at >>>>> org.apache.jetspeed.security.impl.BasePrincipalImpl.hashCode(BasePrincipalImpl.java:75) >>>>> >>>>> at java.util.HashMap.put(HashMap.java:418) >>>>> at java.util.HashSet.add(HashSet.java:194) >>>>> at >>>>> org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler.getUserPrincipalsInRole(LdapSecurityMappingHandler.java:326) >>>>> >>>>> at >>>>> org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler.getUserPrincipalsInRole(LdapSecurityMappingHandler.java:252) >>>>> >>>>> at >>>>> org.apache.jetspeed.security.impl.UserManagerImpl.getUsersInRole(UserManagerImpl.java:460) >>>>> >>>>> at >>>>> org.apache.jetspeed.portlets.security.roles.RoleDetails.getRows(RoleDetails.java:109) >>>>> >>>>> at >>>>> org.apache.jetspeed.portlets.security.roles.RoleDetails.getRows(RoleDetails.java:81) >>>>> >>>>> at >>>>> org.apache.portals.gems.browser.BrowserPortlet.doView(BrowserPortlet.java:189) >>>>> >>>>> at >>>>> org.apache.jetspeed.portlets.security.roles.RoleDetails.doView(RoleDetails.java:174) >>>>> >>>>> at >>>>> javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:247) >>>>> at javax.portlet.GenericPortlet.render(GenericPortlet.java:175) >>>>> at >>>>> org.apache.portals.bridges.velocity.GenericVelocityPortlet.render(GenericVelocityPortlet.java:164) >>>>> >>>>> at >>>>> org.apache.jetspeed.factory.JetspeedPortletInstance.render(JetspeedPortletInstance.java:103) >>>>> >>>>> at >>>>> org.apache.jetspeed.container.JetspeedContainerServlet.doGet(JetspeedContainerServlet.java:265) >>>>> >>>>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) >>>>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) >>>>> at >>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) >>>>> >>>>> at >>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) >>>>> >>>>> at >>>>> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672) >>>>> >>>>> at >>>>> org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:574) >>>>> >>>>> at >>>>> org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:499) >>>>> >>>>> at >>>>> org.apache.jetspeed.container.invoker.ServletPortletInvoker.invoke(ServletPortletInvoker.java:245) >>>>> >>>>> at >>>>> org.apache.jetspeed.container.invoker.ServletPortletInvoker.render(ServletPortletInvoker.java:128) >>>>> >>>>> at >>>>> org.apache.pluto.PortletContainerImpl.renderPortlet(PortletContainerImpl.java:119) >>>>> >>>>> at >>>>> org.apache.jetspeed.container.JetspeedPortletContainerWrapper.renderPortlet(JetspeedPortletContainerWrapper.java:121) >>>>> >>>>> at >>>>> org.apache.jetspeed.aggregator.impl.RenderingJobImpl.execute(RenderingJobImpl.java:242) >>>>> >>>>> at >>>>> org.apache.jetspeed.aggregator.impl.PortletRendererImpl.renderNow(PortletRendererImpl.java:226) >>>>> >>>>> at >>>>> org.apache.jetspeed.aggregator.impl.PageAggregatorImpl.aggregateAndRender(PageAggregatorImpl.java:147) >>>>> >>>>> at >>>>> org.apache.jetspeed.aggregator.impl.PageAggregatorImpl.aggregateAndRender(PageAggregatorImpl.java:143) >>>>> >>>>> at >>>>> org.apache.jetspeed.aggregator.impl.PageAggregatorImpl.build(PageAggregatorImpl.java:78) >>>>> >>>>> at >>>>> org.apache.jetspeed.aggregator.AggregatorValve.invoke(AggregatorValve.java:46) >>>>> >>>>> at >>>>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>>>> >>>>> at >>>>> org.apache.jetspeed.aggregator.HeaderAggregatorValve.invoke(HeaderAggregatorValve.java:53) >>>>> >>>>> at >>>>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>>>> >>>>> at >>>>> org.apache.jetspeed.decoration.DecorationValve.invoke(DecorationValve.java:130) >>>>> >>>>> at >>>>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>>>> >>>>> at >>>>> org.apache.jetspeed.resource.ResourceValveImpl.invoke(ResourceValveImpl.java:130) >>>>> >>>>> at >>>>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>>>> >>>>> at >>>>> org.apache.jetspeed.pipeline.valve.impl.ActionValveImpl.invoke(ActionValveImpl.java:184) >>>>> >>>>> at >>>>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>>>> >>>>> at >>>>> org.apache.jetspeed.container.ContainerValve.invoke(ContainerValve.java:104) >>>>> >>>>> at >>>>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>>>> >>>>> at >>>>> org.apache.jetspeed.profiler.impl.ProfilerValveImpl.invoke(ProfilerValveImpl.java:248) >>>>> >>>>> at >>>>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>>>> >>>>> at >>>>> org.apache.jetspeed.security.impl.LoginValidationValveImpl.invoke(LoginValidationValveImpl.java:159) >>>>> >>>>> at >>>>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>>>> >>>>> at >>>>> org.apache.jetspeed.security.impl.PasswordCredentialValveImpl.invoke(PasswordCredentialValveImpl.java:150) >>>>> >>>>> at >>>>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>>>> >>>>> at >>>>> org.apache.jetspeed.localization.impl.LocalizationValveImpl.invoke(LocalizationValveImpl.java:170) >>>>> >>>>> at >>>>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>>>> >>>>> at >>>>> org.apache.jetspeed.security.impl.AbstractSecurityValve$1.run(AbstractSecurityValve.java:138) >>>>> >>>>> at java.security.AccessController.doPrivileged(Native Method) >>>>> at javax.security.auth.Subject.doAsPrivileged(Subject.java:454) >>>>> at >>>>> org.apache.jetspeed.security.JSSubject.doAsPrivileged(JSSubject.java:179) >>>>> >>>>> at >>>>> org.apache.jetspeed.security.impl.AbstractSecurityValve.invoke(AbstractSecurityValve.java:132) >>>>> >>>>> at >>>>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>>>> >>>>> at >>>>> org.apache.jetspeed.container.url.impl.PortalURLValveImpl.invoke(PortalURLValveImpl.java:66) >>>>> >>>>> at >>>>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>>>> >>>>> at >>>>> org.apache.jetspeed.capabilities.impl.CapabilityValveImpl.invoke(CapabilityValveImpl.java:126) >>>>> >>>>> at >>>>> org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167) >>>>> >>>>> at >>>>> org.apache.jetspeed.pipeline.JetspeedPipeline.invoke(JetspeedPipeline.java:146) >>>>> >>>>> at >>>>> org.apache.jetspeed.engine.JetspeedEngine.service(JetspeedEngine.java:227) >>>>> >>>>> at >>>>> org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:242) >>>>> >>>>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) >>>>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) >>>>> at >>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) >>>>> >>>>> at >>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) >>>>> >>>>> at >>>>> org.apache.jetspeed.engine.servlet.XXSUrlAttackFilter.doFilter(XXSUrlAttackFilter.java:52) >>>>> >>>>> at >>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) >>>>> >>>>> at >>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) >>>>> >>>>> at >>>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) >>>>> >>>>> at >>>>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) >>>>> >>>>> at >>>>> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524) >>>>> >>>>> at >>>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) >>>>> >>>>> at >>>>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) >>>>> >>>>> at >>>>> org.josso.tc55.agent.SSOAgentValve.invoke(SSOAgentValve.java:541) >>>>> at >>>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) >>>>> >>>>> at >>>>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) >>>>> >>>>> at >>>>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) >>>>> >>>>> at >>>>> org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) >>>>> >>>>> at >>>>> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) >>>>> >>>>> at >>>>> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) >>>>> >>>>> at >>>>> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) >>>>> >>>>> at java.lang.Thread.run(Thread.java:595) >>>>> >>>>> >>>>> >>>>> Dennis Dam ha scritto: >>>>> >>>>> >>>>>> Hi Troisi, >>>>>> >>>>>> can you paste a stacktrace of the null pointer exception here ? That >>>>>> would be of great help. >>>>>> >>>>>> Dennis >>>>>> >>>>>> Alberto Troisi wrote: >>>>>> >>>>>>> Hi, >>>>>>> following the guidelines of the "Role membership" section in the >>>>>>> Jetspeed & LDAP tutorial >>>>>>> (http://portals.apache.org/jetspeed-2/multiproject/jetspeed-security/ldap.html#Group_Role_membership), >>>>>>> >>>>>>> I defined the RoleMembership attribute and I set an empty value for >>>>>>> the UserRoleMembership in order to store the role membership as a >>>>>>> role attribute (the default was to store it as user attribute). >>>>>>> Now, when I access to Role Management page, in the "Security >>>>>>> Administration" section on the Jetspeed portal, I can't view >>>>>>> details >>>>>>> for a selected role: I have a NullPointerException. On the other >>>>>>> hand, in the User Management page, I can view roles details about a >>>>>>> defined user. >>>>>>> >>>>>>> Is the problem related to a missing configuration in the >>>>>>> security-spi-ldap.xml file? >>>>>>> >>>>>>> Thanks in advance. >>>>>>> >>>>>>> >>>>>>> --------------------------------------------------------------------- >>>>>>> >>>>>>> To unsubscribe, e-mail: >>>>>>> [email protected] >>>>>>> For additional commands, e-mail: >>>>>>> [email protected] >>>>>>> >>>>>>> >>>>>> --------------------------------------------------------------------- >>>>>> >>>>>> To unsubscribe, e-mail: [email protected] >>>>>> For additional commands, e-mail: >>>>>> [email protected] >>>>>> >>>>>> >>>>>> __________ Informazione NOD32 2698 (20071203) __________ >>>>>> >>>>>> Questo messaggio è stato controllato dal Sistema Antivirus NOD32 >>>>>> http://www.nod32.it <http://www.nod32.it/> <http://www.nod32.it/> >>>>>> >>>>>> >>>>>> >>>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: [email protected] >>>>> For additional commands, e-mail: >>>>> [email protected] >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> __________ Informazione NOD32 2698 (20071203) __________ >>>>> >>>>> Questo messaggio è stato controllato dal Sistema Antivirus NOD32 >>>>> http://www.nod32.it <http://www.nod32.it/> >>>>> ------------------------------------------------------------------------ >>>>> >>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: [email protected] >>>>> For additional commands, e-mail: >>>>> [email protected] >>>>> >>>>> >>>>> __________ Informazione NOD32 2698 (20071203) __________ >>>>> >>>>> Questo messaggio è stato controllato dal Sistema Antivirus NOD32 >>>>> http://www.nod32.it <http://www.nod32.it/> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> __________ Informazione NOD32 2698 (20071203) __________ >>>> >>>> Questo messaggio è stato controllato dal Sistema Antivirus NOD32 >>>> http://www.nod32.it >>>> >>>> ------------------------------------------------------------------------ >>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>>> >>>> >>>> __________ Informazione NOD32 2698 (20071203) __________ >>>> >>>> Questo messaggio è stato controllato dal Sistema Antivirus NOD32 >>>> http://www.nod32.it >>>> >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> __________ Informazione NOD32 2698 (20071203) __________ >> >> Questo messaggio è stato controllato dal Sistema Antivirus NOD32 >> http://www.nod32.it >> >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Dec 06 14:11:44 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5468 invoked from network); 6 Dec 2007 14:11:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Dec 2007 14:11:42 -0000 Received: (qmail 21060 invoked by uid 500); 6 Dec 2007 14:11:24 -0000 Delivered-To: [email protected] Received: (qmail 21032 invoked by uid 500); 6 Dec 2007 14:11:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 21021 invoked by uid 99); 6 Dec 2007 14:11:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2007 06:11:24 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mail3.wnco.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2007 14:11:24 +0000 Received: from ([161.129.204.104]) by mail3.wnco.com with ESMTP id KP-NTG77.64268678; Thu, 06 Dec 2007 08:08:47 -0600 Received: from SWAMAIL08.LUV.AD.SWACORP.COM ([161.129.204.104]) by MSSMTP02.LUV.AD.SWACORP.COM with Microsoft SMTPSVC(438)521-6648); Thu, 6 Dec 2007 08:10:39 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Menus in Jetspeed 2.0 Date: Thu, 6 Dec 2007 08:10:38 -0600 Message-ID: <[email protected]> In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Menus in Jetspeed 2.0 Thread-Index: Acg3/Hg6FcqwHDjSRMiEBieXexAcwQAE+6eg References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> From: "Keith Paschal" <[email protected]> To: "Jetspeed Users List" <[email protected]> X-OriginalArrivalTime: 06 Dec 2007 14:10:39.0318 (UTC) FILETIME=[C7871F60:01C83811] X-Virus-Checked: Checked by ClamAV on apache.org Folks; I had Jetspeed 1.6 set up and working with multiple menu panes. In 2.0 the menu structure changed dramatically and I have yet to be able to get the menus to work correctly. I read the website (specifically http://portals.apache.org/jetspeed-2/guides/guide-menus-declarative-psml .html#Menu_Definition ) and have tried to implement this. The easiest way to describe what I'm trying to do is display a menu for the directory listing at WEB-INF/pages/ggg01. Under this directory, I have 3 subdirectories of hhh01, hhh02, hhh03 and 3 psml files, page1.psml, page2.psml and page3.psml. My folder.metadata file looks like this: <?xml version=3D"1.0" encoding=3D"UTF-8"?> <folder hidden=3D"false"> <security-constraints> <security-constraints-ref>admin</security-constraints-ref> <security-constraints-ref>public-view</security-constraints-ref> <security-constraints-ref>public-edit</security-constraints-ref> </security-constraints> <title>Applications</title> <short-title>Applications</short-title> <defaults layout-decorator=3D"SWA"/> <default-page></default-page> <document-order>page1.psml</document-order> <document-order>page2.psml</document-order> <document-order>page3.psml</document-order> <menu name=3D"page-navigations" depth=3D"0" paths=3D"false" = regexp=3D"true"> <separator> <text>Top Pages</text> </separator> <options depth=3D"0" paths=3D"false" regexp=3D"false">/Administrative</options> <separator> <text>Profiled Pages</text> </separator> <options depth=3D"1" paths=3D"false" regexp=3D"true">/page[1-3].psml</options> <separator> <text>The Pages under hhh</text> </separator> <options depth=3D"3" paths=3D"false" = regexp=3D"true">/hhh*/*</options> </menu> </folder> Yet the only tabs I have are for Page1, Page2 and Page3. How do I get the folders and their psml files in those folders to show up as menu tabs, or am I missing some fundamental concept here? -- Best Regards; =20 Keith Paschal =20 Plan ahead -- It wasn't raining when Noah built the ark. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Dec 06 14:24:49 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8371 invoked from network); 6 Dec 2007 14:24:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Dec 2007 14:24:48 -0000 Received: (qmail 36420 invoked by uid 500); 6 Dec 2007 14:24:35 -0000 Delivered-To: [email protected] Received: (qmail 36398 invoked by uid 500); 6 Dec 2007 14:24:35 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 36387 invoked by uid 99); 6 Dec 2007 14:24:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2007 06:24:35 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wr-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2007 14:24:13 +0000 Received: by wr-out-0506.google.com with SMTP id 50so253311wra for <[email protected]>; Thu, 06 Dec 2007 06:24:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=X2FXGkq2cezii5HKA8zbmF4Qwu4FjFMpPQXD5ay0XiY=; b=kUb+IYugy7miXg2UNvtwXxB7CsbIW1L+7GfJTl/tro9ltSc3+dCyMhWgjOAZYkhXI/430htgt9ty81gHzLmmOd48aBBcAwsjuHy64rmB4cuA2eBd/ruD8aY/N8c2roeuULP0zoL8TpcGPx88JM3yNRF4pyIIBmtoM+6BNuzNL+k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=P0XwnW2iBmOZgXHq5gZXYxiHRxtwY3nAKyRCG4MJv1YQWNbPmq9s+zul6c00n3BD1ur0921jkf9h093aA/BYLLlJ5OZCbspLr7WW4/sOXL2G6RS3vnohoCq5B4BhcOVe6tQFPPoeGfNQ1NtMkLcM0rywo+UYiqihZAIdu+3xiVU= Received: by 161.129.204.104 with SMTP id b1mr1066932wxa.1196951054996; Thu, 06 Dec 2007 06:24:14 -0800 (PST) Received: by 161.129.204.104 with HTTP; Thu, 6 Dec 2007 06:24:14 -0800 (PST) Message-ID: <[email protected]> Date: Thu, 6 Dec 2007 09:24:14 -0500 From: "Ethan Adams" <[email protected]> To: "Jetspeed Users List" <[email protected]> Subject: Source repository access MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5249_293803.1196951054986" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_5249_293803.1196951054986 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline I'm having difficulty connecting to t ------=_Part_5249_293803.1196951054986-- From [email protected] Fri Dec 07 09:15:22 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10879 invoked from network); 7 Dec 2007 09:15:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Dec 2007 09:15:22 -0000 Received: (qmail 81783 invoked by uid 500); 7 Dec 2007 09:15:09 -0000 Delivered-To: [email protected] Received: (qmail 81751 invoked by uid 500); 7 Dec 2007 09:15:09 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 81740 invoked by uid 99); 7 Dec 2007 09:15:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Dec 2007 01:15:09 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hippo.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Dec 2007 09:15:12 +0000 Received: from [161.129.204.104] ([161.129.204.104]) by mail.hippo.nl with Microsoft SMTPSVC(438)521-6648); Fri, 7 Dec 2007 10:14:52 +0100 Message-ID: <[email protected]> Date: Fri, 07 Dec 2007 10:14:52 +0100 From: Dennis Dam <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20070809) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: Source repository access References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 07 Dec 2007 09:14:52.0217 (UTC) FILETIME=[9FD82A90:01C838B1] X-Virus-Checked: Checked by ClamAV on apache.org Ethan Adams wrote: > I'm having difficulty connecting to t > > is "t" some kind of abbreviation ? :) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Dec 07 14:09:05 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16091 invoked from network); 7 Dec 2007 14:09:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Dec 2007 14:09:05 -0000 Received: (qmail 93334 invoked by uid 500); 7 Dec 2007 14:08:48 -0000 Delivered-To: [email protected] Received: (qmail 93313 invoked by uid 500); 7 Dec 2007 14:08:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 93291 invoked by uid 99); 7 Dec 2007 14:08:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Dec 2007 06:08:47 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nz-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Dec 2007 14:08:27 +0000 Received: by nz-out-0506.google.com with SMTP id z31so225780nzd for <[email protected]>; Fri, 07 Dec 2007 06:08:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=+PSV0HwKGVE+hpNlrREp9443GCIzsJdB2Pe6Ubng4xM=; b=tDTHvHXn1UDvjKYd2XnlbyT9PjIqXdsJo3T4W2xEuZBzmVT3kZW3eucxo5mo8N1vgxEy5XYt2skWbxJlScWkunk00mNdfJQBp616gGU295F4BCCNXON3gejJMWSGyNSo6+CswrFGVmAKwpbs/h47ousPPU+humUcYTCVGOxR4JE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=pOjbAeLGXwaOyvRcBn1JLw6s9usiw6lOhddfm/hc+yLBMcaax2vF+9Ov8U1hASX7RjFaTioyevzqKZHgFcVjGqGTLolSfQm0XMAFbpI7dinC5yJbjFq+l5ok+t0/idOQgQXP7Vsx8Pp1R/gT3uhDn0Wot7R+FyseTaSBQU8OaEI= Received: by 161.129.204.104 with SMTP id o2mr2122657wff.1197036509200; Fri, 07 Dec 2007 06:08:29 -0800 (PST) Received: by 161.129.204.104 with HTTP; Fri, 7 Dec 2007 06:08:29 -0800 (PST) Message-ID: <[email protected]> Date: Fri, 7 Dec 2007 09:08:29 -0500 From: "Ethan Adams" <[email protected]> To: "Jetspeed Users List" <[email protected]> Subject: Re: Source repository access In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_9548_6917042.1197036509151" References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_9548_6917042.1197036509151 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hmmm. Don't know what happened there. I meant to say: I'm having difficulty connecting to the repository through an HTTP proxy. I sent a screen shot of the problem. Did that make it? On Dec 7, 2007 4:14 AM, Dennis Dam <[email protected]> wrote: > Ethan Adams wrote: > > I'm having difficulty connecting to t > > > > > > is "t" some kind of abbreviation ? :) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > ------=_Part_9548_6917042.1197036509151-- From [email protected] Sat Dec 08 15:28:06 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40088 invoked from network); 8 Dec 2007 15:28:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Dec 2007 15:28:06 -0000 Received: (qmail 63315 invoked by uid 500); 8 Dec 2007 15:27:49 -0000 Delivered-To: [email protected] Received: (qmail 63288 invoked by uid 500); 8 Dec 2007 15:27:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 63275 invoked by uid 99); 8 Dec 2007 15:27:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Dec 2007 07:27:48 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Dec 2007 15:27:50 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1J11aT-0002T8-ML for [email protected]; Sat, 08 Dec 2007 07:27:29 -0800 Message-ID: <[email protected]> Date: Sat, 8 Dec 2007 07:27:29 -0800 (PST) From: java_user <[email protected]> To: [email protected] Subject: jetspeed-2.1.2.war is not working in apache-tomcat-6.0.13 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org jetspeed-2.1.2.war is not working in apache-tomcat-6.0.13 . I am getting below error. SEVERE: Error listenerStart -- View this message in context: http://www.nabble.com/jetspeed-2.1.2.war-is-not-working-in-apache-tomcat-6.0.13-tf4967320.html#a14229274 Sent from the Jetspeed - User mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Dec 09 11:19:42 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 47306 invoked from network); 9 Dec 2007 11:19:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Dec 2007 11:19:42 -0000 Received: (qmail 22398 invoked by uid 500); 9 Dec 2007 11:19:28 -0000 Delivered-To: [email protected] Received: (qmail 22357 invoked by uid 500); 9 Dec 2007 11:19:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22345 invoked by uid 99); 9 Dec 2007 11:19:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Dec 2007 03:19:28 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hippo.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Dec 2007 11:19:30 +0000 Received: from [161.129.204.104] ([161.129.204.104]) by mail.hippo.nl with Microsoft SMTPSVC(438)521-6648); Sun, 9 Dec 2007 12:19:09 +0100 Message-ID: <[email protected]> Date: Sun, 09 Dec 2007 12:19:09 +0100 From: Dennis Dam <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20070809) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: jetspeed-2.1.2.war is not working in apache-tomcat-6.0.13 References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 09 Dec 2007 11:19:09.0946 (UTC) FILETIME=[51D2CDA0:01C83A55] X-Virus-Checked: Checked by ClamAV on apache.org that could be anything, do you have any error logs to go with that ? java_user wrote: > jetspeed-2.1.2.war is not working in apache-tomcat-6.0.13 . I am getting > below error. > > SEVERE: Error listenerStart > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Dec 10 08:58:40 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88250 invoked from network); 10 Dec 2007 08:58:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Dec 2007 08:58:40 -0000 Received: (qmail 25760 invoked by uid 500); 10 Dec 2007 08:58:27 -0000 Delivered-To: [email protected] Received: (qmail 25736 invoked by uid 500); 10 Dec 2007 08:58:26 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 25725 invoked by uid 99); 10 Dec 2007 08:58:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2007 00:58:26 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hippo.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2007 08:58:06 +0000 Received: from [161.129.204.104] ([161.129.204.104]) by mail.hippo.nl with Microsoft SMTPSVC(438)521-6648); Mon, 10 Dec 2007 09:58:08 +0100 Message-ID: <[email protected]> Date: Mon, 10 Dec 2007 09:58:07 +0100 From: Dennis Dam <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20070809) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: Source repository access References: <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 10 Dec 2007 08:58:08.0073 (UTC) FILETIME=[C8913390:01C83B0A] X-Virus-Checked: Checked by ClamAV on apache.org No Ethan, I didn't see the screenshot. Which repository do you mean? A maven repository? Which one? What's the error message? Ethan Adams wrote: > Hmmm. Don't know what happened there. > > I meant to say: > > I'm having difficulty connecting to the repository through an HTTP proxy. I > sent a screen shot of the problem. Did that make it? > > On Dec 7, 2007 4:14 AM, Dennis Dam <[email protected]> wrote: > > >> Ethan Adams wrote: >> >>> I'm having difficulty connecting to t >>> >>> >>> >> is "t" some kind of abbreviation ? :) >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Dec 10 14:17:41 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 79549 invoked from network); 10 Dec 2007 14:17:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Dec 2007 14:17:41 -0000 Received: (qmail 79331 invoked by uid 500); 10 Dec 2007 14:17:27 -0000 Delivered-To: [email protected] Received: (qmail 79302 invoked by uid 500); 10 Dec 2007 14:17:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 79291 invoked by uid 99); 10 Dec 2007 14:17:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2007 06:17:27 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO cti41.citenet.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2007 14:17:05 +0000 Received: from [161.129.204.104] (g25-153.citenet.net [161.129.204.104]) by cti41.citenet.net (8.13.4/8.13.6) with ESMTP id lBAEH5he007068 for <[email protected]>; Mon, 10 Dec 2007 09:17:06 -0500 (EST) (envelope-from [email protected]) Message-ID: <[email protected]> Date: Thu, 06 Dec 2007 18:22:09 -0500 From: Ron Wheeler <[email protected]> Reply-To: [email protected] Organization: Artifact User-Agent: Thunderbird 161.129.204.104 (Windows/20071031) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Why it is a good idea to have a consultant Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org We came across a problem yesterday in our project where the value of getting qualified help really made a difference. We are a small team of newbies building a production system while it is in production. The basic system is working and we have 2000 users on-line. It is just a --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Dec 10 21:08:33 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96158 invoked from network); 10 Dec 2007 21:08:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Dec 2007 21:08:31 -0000 Received: (qmail 3456 invoked by uid 500); 10 Dec 2007 21:08:18 -0000 Delivered-To: [email protected] Received: (qmail 3429 invoked by uid 500); 10 Dec 2007 21:08:18 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 3418 invoked by uid 99); 10 Dec 2007 21:08:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2007 13:08:18 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hippo.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2007 21:08:21 +0000 Received: from [161.129.204.104] ([161.129.204.104]) by mail.hippo.nl with Microsoft SMTPSVC(438)521-6648); Mon, 10 Dec 2007 22:08:01 +0100 Message-ID: <[email protected]> Date: Mon, 10 Dec 2007 22:08:01 +0100 From: Dennis Dam <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20070809) MIME-Version: 1.0 To: [email protected] Subject: Re: Source repository access References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 10 Dec 2007 21:08:01.0322 (UTC) FILETIME=[BF60B0A0:01C83B70] X-Virus-Checked: Checked by ClamAV on apache.org You have the wrong svn url, it should be: https://svn.apache.org/repos/asf/portals/jetspeed-2/trunk Ethan Adams wrote: > svn source repository. > > On Dec 10, 2007 3:58 AM, Dennis Dam <[email protected] > <mailto:[email protected]>> wrote: > > No Ethan, I didn't see the screenshot. Which repository do you mean? A > maven repository? Which one? What's the error message? > > > Ethan Adams wrote: > > Hmmm. Don't know what happened there. > > > > I meant to say: > > > > I'm having difficulty connecting to the repository through an > HTTP proxy. I > > sent a screen shot of the problem. Did that make it? > > > > On Dec 7, 2007 4:14 AM, Dennis Dam < [email protected] > <mailto:[email protected]>> wrote: > > > > > >> Ethan Adams wrote: > >> > >>> I'm having difficulty connecting to t > >>> > >>> > >>> > >> is "t" some kind of abbreviation ? :) > >> > >> > --------------------------------------------------------------------- > >> To unsubscribe, e-mail: > [email protected] > <mailto:[email protected]> > >> For additional commands, e-mail: > [email protected] > <mailto:[email protected]> > >> > >> > >> > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [email protected] > <mailto:[email protected]> > For additional commands, e-mail: > [email protected] > <mailto:[email protected]> > > > > ------------------------------------------------------------------------ > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Dec 10 21:16:14 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1238 invoked from network); 10 Dec 2007 21:16:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Dec 2007 21:16:14 -0000 Received: (qmail 20678 invoked by uid 500); 10 Dec 2007 21:16:01 -0000 Delivered-To: [email protected] Received: (qmail 20654 invoked by uid 500); 10 Dec 2007 21:16:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20643 invoked by uid 99); 10 Dec 2007 21:16:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2007 13:16:01 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wr-out-0506.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2007 21:15:40 +0000 Received: by wr-out-0506.google.com with SMTP id 50so1842715wra for <[email protected]>; Mon, 10 Dec 2007 13:15:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=26lZ8sBkuUQG0y7MXHuk76HbjxcJXTrggV64e0V8Nfw=; b=jvjLeZjo1PbF1o/itEG2DMV4YLf/qKdDfaKZAkDArlFdwtQOfOq+s4YiYcKp9kFnJb2rkHhjYY0+7tSGx4x8ptaCnekB9E7KQf2HGWWsCqC29LJg4irA0p+3Z4b+2AeIqXT8hZIKsWdGSta013+8WVMIT3gvzJEjlvDfBNe5Txc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=yIKZbP9TtojfIY8ukJYBH+qcVgSy4T8Ab4FQ1IWqNaOljDkMV3E6K5iHQ3kd2yI6iUfsI3cSPIr2TjShXJ/Tt319iCGWjejZ25R31FFkfoklDF6nhMKheYzoDP7Tt9XcZrqqVocElcbPflqKR8gGx2I8yzlQg6vVL7TXYmtH3Og= Received: by 161.129.204.104 with SMTP id g4mr296350wfb.1197321288021; Mon, 10 Dec 2007 13:14:48 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 10 Dec 2007 13:14:47 -0800 (PST) Message-ID: <[email protected]> Date: Mon, 10 Dec 2007 16:14:47 -0500 From: "Ethan Adams" <[email protected]> To: "Jetspeed Users List" <[email protected]> Subject: Re: Source repository access In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3290_13404030.1197321287960" References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_3290_13404030.1197321287960 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline That's what I figured. I just couldn't find the correct one anywhere. Thanks! On Dec 10, 2007 4:08 PM, Dennis Dam <[email protected]> wrote: > You have the wrong svn url, it should be: > > https://svn.apache.org/repos/asf/portals/jetspeed-2/trunk > > > Ethan Adams wrote: > > svn source repository. > > > > On Dec 10, 2007 3:58 AM, Dennis Dam <[email protected] > > <mailto:[email protected]>> wrote: > > > > No Ethan, I didn't see the screenshot. Which repository do you mean? > A > > maven repository? Which one? What's the error message? > > > > > > Ethan Adams wrote: > > > Hmmm. Don't know what happened there. > > > > > > I meant to say: > > > > > > I'm having difficulty connecting to the repository through an > > HTTP proxy. I > > > sent a screen shot of the problem. Did that make it? > > > > > > On Dec 7, 2007 4:14 AM, Dennis Dam < [email protected] > > <mailto:[email protected]>> wrote: > > > > > > > > >> Ethan Adams wrote: > > >> > > >>> I'm having difficulty connecting to t > > >>> > > >>> > > >>> > > >> is "t" some kind of abbreviation ? :) > > >> > > >> > > > --------------------------------------------------------------------- > > >> To unsubscribe, e-mail: > > [email protected] > > <mailto:[email protected]> > > >> For additional commands, e-mail: > > [email protected] > > <mailto:[email protected]> > > >> > > >> > > >> > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > > [email protected] > > <mailto:[email protected]> > > For additional commands, e-mail: > > [email protected] > > <mailto:[email protected]> > > > > > > > > ------------------------------------------------------------------------ > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > ------=_Part_3290_13404030.1197321287960-- From [email protected] Tue Dec 11 18:26:35 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60879 invoked from network); 11 Dec 2007 18:26:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Dec 2007 18:26:35 -0000 Received: (qmail 82277 invoked by uid 500); 11 Dec 2007 18:26:22 -0000 Delivered-To: [email protected] Received: (qmail 82251 invoked by uid 500); 11 Dec 2007 18:26:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 82240 invoked by uid 99); 11 Dec 2007 18:26:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2007 10:26:22 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO bay0-omc1-s3.bay0.hotmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2007 18:25:58 +0000 Received: from BAY109-W32 ([161.129.204.104]) by bay0-omc1-s3.bay0.hotmail.com with Microsoft SMTPSVC(438)521-6648); Tue, 11 Dec 2007 10:26:01 -0800 Message-ID: <[email protected]> Content-Type: multipart/alternative; boundary="_f1e303f5-b20b-442b-95ee-4c3d36fea026_" X-Originating-IP: [161.129.204.104] From: cherry coke <[email protected]> To: <[email protected]> Subject: how to store a psml file in the database Date: Tue, 11 Dec 2007 18:26:01 +0000 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 11 Dec 2007 18:26:01.0762 (UTC) FILETIME=[487B4820:01C83C23] X-Virus-Checked: Checked by ClamAV on apache.org --_f1e303f5-b20b-442b-95ee-4c3d36fea026_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable How can I store a psml file in the database? _________________________________________________________________ MSN Noticias http://noticias.msn.es/comunidad.aspx= --_f1e303f5-b20b-442b-95ee-4c3d36fea026_-- From [email protected] Tue Dec 11 18:37:05 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11687 invoked from network); 11 Dec 2007 18:37:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Dec 2007 18:37:05 -0000 Received: (qmail 98343 invoked by uid 500); 11 Dec 2007 18:36:52 -0000 Delivered-To: [email protected] Received: (qmail 98314 invoked by uid 500); 11 Dec 2007 18:36:52 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 98303 invoked by uid 99); 11 Dec 2007 18:36:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2007 10:36:52 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wa-out-1112.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2007 18:36:30 +0000 Received: by wa-out-1112.google.com with SMTP id j5so5476812wah for <[email protected]>; Tue, 11 Dec 2007 10:36:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=2PIRlUsHNQnUDNcYPwgsqNJ/nebkm5CDmLEsuRzXEnE=; b=c27sbW+gYoOx+twCoYLKB7tIt83jCBc1L6INzzpEyjoN9/56t9YDLo5eXZAnA7ByMIKfyl7A6Fh4j3eq+sMPtXX3AM1foeG5e3d7vMMEPfjmeO+EZv9V87KYzwulytvDF6jhqiO44XokTQixuAtUFqjRgLr43YaW24pZk4tNXGY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=Nki+tP8tASKhGxrVITpEMXITx8mRYwY9LX3uspKegWdcBu2ACW1J+sTRxG+LjvDyJxbrBMmSQC+dhZtUPCiLBg/relCTqQj4rI0gCg1PKyl0Wcl/n6H7Z5brew7swyseawf03Ynz3uhMYXweqgD1UI1DFysO50VHyrPIz4MbE/E= Received: by 161.129.204.104 with SMTP id w13mr4038188rvj.1197398192577; Tue, 11 Dec 2007 10:36:32 -0800 (PST) Received: from ?161.129.204.104? ( [161.129.204.104]) by mx.google.com with ESMTPS id c36sm8400567rvf.2161.129.204.104.36.30 (version=SSLv3 cipher=RC4-MD5); Tue, 11 Dec 2007 10:36:31 -0800 (PST) Message-ID: <[email protected]> Date: Tue, 11 Dec 2007 13:36:29 -0500 From: Mohan K R <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20071031) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: Source repository access References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Ethan, I am assuming you want to work with 2.1.3-dev version, as the trunk is unstable pending 2.1.3 release, so the svn for the branch is at: http://svn.apache.org/repos/asf/portals/jetspeed-2/branches/JETSPEED-2.1.3/ unless, you have figured this out :) Cheers Mohan Ethan Adams wrote: > That's what I figured. I just couldn't find the correct one anywhere. > > Thanks! > > On Dec 10, 2007 4:08 PM, Dennis Dam <[email protected]> wrote: > > >> You have the wrong svn url, it should be: >> >> https://svn.apache.org/repos/asf/portals/jetspeed-2/trunk >> >> >> Ethan Adams wrote: >> >>> svn source repository. >>> >>> On Dec 10, 2007 3:58 AM, Dennis Dam <[email protected] >>> <mailto:[email protected]>> wrote: >>> >>> No Ethan, I didn't see the screenshot. Which repository do you mean? >>> >> A >> >>> maven repository? Which one? What's the error message? >>> >>> >>> Ethan Adams wrote: >>> > Hmmm. Don't know what happened there. >>> > >>> > I meant to say: >>> > >>> > I'm having difficulty connecting to the repository through an >>> HTTP proxy. I >>> > sent a screen shot of the problem. Did that make it? >>> > >>> > On Dec 7, 2007 4:14 AM, Dennis Dam < [email protected] >>> <mailto:[email protected]>> wrote: >>> > >>> > >>> >> Ethan Adams wrote: >>> >> >>> >>> I'm having difficulty connecting to t >>> >>> >>> >>> >>> >>> >>> >> is "t" some kind of abbreviation ? :) >>> >> >>> >> >>> >>> >> --------------------------------------------------------------------- >> >>> >> To unsubscribe, e-mail: >>> [email protected] >>> <mailto:[email protected]> >>> >> For additional commands, e-mail: >>> [email protected] >>> <mailto:[email protected]> >>> >> >>> >> >>> >> >>> > >>> > >>> >>> >>> >>> >> --------------------------------------------------------------------- >> >>> To unsubscribe, e-mail: >>> [email protected] >>> <mailto:[email protected]> >>> For additional commands, e-mail: >>> [email protected] >>> <mailto:[email protected]> >>> >>> >>> >>> ------------------------------------------------------------------------ >>> >>> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Dec 11 19:30:49 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94122 invoked from network); 11 Dec 2007 19:30:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Dec 2007 19:30:48 -0000 Received: (qmail 75305 invoked by uid 500); 11 Dec 2007 19:30:35 -0000 Delivered-To: [email protected] Received: (qmail 75282 invoked by uid 500); 11 Dec 2007 19:30:35 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 75271 invoked by uid 99); 11 Dec 2007 19:30:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2007 11:30:35 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hippo.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2007 19:30:07 +0000 Received: from [161.129.204.104] ([161.129.204.104]) by mail.hippo.nl with Microsoft SMTPSVC(438)521-6648); Tue, 11 Dec 2007 20:30:09 +0100 Message-ID: <[email protected]> Date: Tue, 11 Dec 2007 20:30:09 +0100 From: Dennis Dam <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20070809) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: how to store a psml file in the database References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 11 Dec 2007 19:30:09.0688 (UTC) FILETIME=[3E063180:01C83C2C] X-Virus-Checked: Checked by ClamAV on apache.org see this thread from march last year .. http://www.nabble.com/Storing-PSML-in-Database-to3322180.html#a3322619 cherry coke wrote: > How can I store a psml file in the database? > > _________________________________________________________________ > MSN Noticias > http://noticias.msn.es/comunidad.aspx > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Dec 12 13:26:41 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33789 invoked from network); 12 Dec 2007 13:26:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Dec 2007 13:26:41 -0000 Received: (qmail 44746 invoked by uid 500); 12 Dec 2007 13:26:28 -0000 Delivered-To: [email protected] Received: (qmail 44724 invoked by uid 500); 12 Dec 2007 13:26:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 44713 invoked by uid 99); 12 Dec 2007 13:26:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Dec 2007 05:26:28 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Dec 2007 13:26:06 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1J2RbF-0007Ri-9q for [email protected]; Wed, 12 Dec 2007 05:26:09 -0800 Message-ID: <[email protected]> Date: Wed, 12 Dec 2007 05:26:09 -0800 (PST) From: yangwawa <[email protected]> To: [email protected] Subject: Re: Jetspeed and CAS In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: [email protected] References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org hi, I am now facing the same problem,could u please tell me how'v u acheived this? thank u very much! Juan Yang Mustafa Ta=C5=9Fdemir wrote: >=20 > Hi all, > I want authenticate portal users via CAS ( from Yale )? > Can we integrate CAS to Jetspeed? > Thanks, >=20 > Mustafa >=20 >=20 --=20 View this message in context: http://www.nabble.com/Jetspeed-and-CAS-tp3144= 159p14295062.html Sent from the Jetspeed - User mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Dec 12 16:42:42 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 98762 invoked from network); 12 Dec 2007 16:42:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Dec 2007 16:42:41 -0000 Received: (qmail 11432 invoked by uid 500); 12 Dec 2007 16:42:28 -0000 Delivered-To: [email protected] Received: (qmail 11396 invoked by uid 500); 12 Dec 2007 16:42:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 11384 invoked by uid 99); 12 Dec 2007 16:42:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Dec 2007 08:42:28 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Dec 2007 16:42:30 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1J2Ueu-00060W-4j for [email protected]; Wed, 12 Dec 2007 08:42:08 -0800 Message-ID: <[email protected]> Date: Wed, 12 Dec 2007 08:42:08 -0800 (PST) From: nitin900 <[email protected]> To: [email protected] Subject: Portal Site Manager not working MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org Hello, We are using Jetspeed 2.1.2. When clicked on Portal Site Manager , it shows the following error Portlet is Not Available: j2-adminacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPortalSiteManager Reason: Failed to get root folder After checking log file we saw that it might be failing to get the preference defined in the portlet.xml for J2-admin. But we found that the preference named root is correctly defined in portlet.xml and has the value / . What could be the problem, that it cannot get the preference value for the root? With Best Regards Nitin -- View this message in context: http://www.nabble.com/Portal-Site-Manager-not-working-tp14298758p14298758.html Sent from the Jetspeed - User mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Dec 13 08:45:37 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65829 invoked from network); 13 Dec 2007 08:45:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Dec 2007 08:45:37 -0000 Received: (qmail 23168 invoked by uid 500); 13 Dec 2007 08:45:24 -0000 Delivered-To: [email protected] Received: (qmail 22971 invoked by uid 500); 13 Dec 2007 08:45:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22960 invoked by uid 99); 13 Dec 2007 08:45:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2007 00:45:23 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO bay0-omc1-s31.bay0.hotmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2007 08:45:01 +0000 Received: from BAY109-W35 ([161.129.204.104]) by bay0-omc1-s31.bay0.hotmail.com with Microsoft SMTPSVC(438)521-6648); Thu, 13 Dec 2007 00:45:04 -0800 Message-ID: <[email protected]> Content-Type: multipart/alternative; boundary="_cc5e2d28-5920-49de-bd69-ccc51cf428b3_" X-Originating-IP: [161.129.204.104] From: cherry coke <[email protected]> To: <[email protected]> Subject: portal customization Date: Thu, 13 Dec 2007 08:45:04 +0000 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 13 Dec 2007 08:45:04.0574 (UTC) FILETIME=[74CDFDE0:01C83D64] X-Virus-Checked: Checked by ClamAV on apache.org --_cc5e2d28-5920-49de-bd69-ccc51cf428b3_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I=B4m trying that every user of the jetspeed portal can customize his home = page. I mean that after the user authenticates (validates) he acceds to his= own portal page, where he can add new portlets. If you authenticate against LDAP =BFDoes jetspeed create the folders (where= the psml files are stored) for the new user (rol)? _________________________________________________________________ La vida de los famosos al desnudo en MSN Entretenimiento http://entretenimiento.es.msn.com/= --_cc5e2d28-5920-49de-bd69-ccc51cf428b3_-- From [email protected] Fri Dec 14 08:48:41 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27371 invoked from network); 14 Dec 2007 08:48:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Dec 2007 08:48:41 -0000 Received: (qmail 25811 invoked by uid 500); 14 Dec 2007 08:48:24 -0000 Delivered-To: [email protected] Received: (qmail 25791 invoked by uid 500); 14 Dec 2007 08:48:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 25780 invoked by uid 99); 14 Dec 2007 08:48:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2007 00:48:24 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hippo.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2007 08:48:03 +0000 Received: from [161.129.204.104] ([161.129.204.104]) by mail.hippo.nl with Microsoft SMTPSVC(438)521-6648); Fri, 14 Dec 2007 09:48:05 +0100 Message-ID: <[email protected]> Date: Fri, 14 Dec 2007 09:48:00 +0100 From: Dennis Dam <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20070809) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: Portal Site Manager not working References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 14 Dec 2007 08:48:05.0135 (UTC) FILETIME=[0AD729F0:01C83E2E] X-Virus-Checked: Checked by ClamAV on apache.org Hi Nitin, It looks like the root is determined by: - request parameter "root" - if empty, preference value "root" - if empty, default is the user folder ( /_user/<username>/ ) The exception you get is a "catch all" for a big section of code, so it's hard to pinpoint where the exact error occurs. Do you have a complete stacktrace from the logs? Dennis nitin900 wrote: > Hello, > > We are using Jetspeed 2.1.2. When clicked on Portal Site Manager , it shows > the following error > > Portlet is Not Available: j2-adminacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bPortalSiteManager > Reason: Failed to get root folder > > After checking log file we saw that it might be failing to get the > preference defined in the > portlet.xml for J2-admin. But we found that the preference named root is > correctly defined in portlet.xml > and has the value / . What could be the problem, that it cannot get the > preference value for the root? > > > With Best Regards > Nitin > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Dec 14 09:15:02 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38357 invoked from network); 14 Dec 2007 09:15:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Dec 2007 09:15:02 -0000 Received: (qmail 58542 invoked by uid 500); 14 Dec 2007 09:14:47 -0000 Delivered-To: [email protected] Received: (qmail 58517 invoked by uid 500); 14 Dec 2007 09:14:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 58503 invoked by uid 99); 14 Dec 2007 09:14:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2007 01:14:47 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2007 09:14:47 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1J36ck-0008M3-NN for [email protected]; Fri, 14 Dec 2007 01:14:26 -0800 Message-ID: <[email protected]> Date: Fri, 14 Dec 2007 01:14:26 -0800 (PST) From: nitin900 <[email protected]> To: [email protected] Subject: Re: Portal Site Manager not working In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Hello Dennis, Thanks for your reply. Here is the important part of trace : at org.apache.jetspeed.page.document.psml.FileSystemFolderHandler.getFolder(FileSystemFolderHandler.java:164) at org.apache.jetspeed.page.document.psml.FileSystemFolderHandler.getFolder(FileSystemFolderHandler.java:128) at org.apache.jetspeed.page.psml.CastorXmlPageManager.getFolder(CastorXmlPageManager.java:622) at org.apache.jetspeed.portlets.site.PortalSiteManager.retrieveFolders(PortalSiteManager.java:161) at org.apache.jetspeed.portlets.site.PortalSiteManager.doView(PortalSiteManager.java:125) at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:247) at javax.portlet.GenericPortlet.render(GenericPortlet.java:175) So even though the preference root is defined in portlet.xml for j2-admin, it overlooks it,and takes the value /_user/<username>/ .... , and since this folder is not there, the error is thrown.The same works fine on my local machine. Thanks And Best Regards, Nitin -- View this message in context: http://www.nabble.com/Portal-Site-Manager-not-working-tp14298758p14332369.html Sent from the Jetspeed - User mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Dec 14 09:24:53 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44013 invoked from network); 14 Dec 2007 09:24:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Dec 2007 09:24:53 -0000 Received: (qmail 72891 invoked by uid 500); 14 Dec 2007 09:24:40 -0000 Delivered-To: [email protected] Received: (qmail 72872 invoked by uid 500); 14 Dec 2007 09:24:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 72861 invoked by uid 99); 14 Dec 2007 09:24:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2007 01:24:40 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hippo.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2007 09:24:19 +0000 Received: from [161.129.204.104] ([161.129.204.104]) by mail.hippo.nl with Microsoft SMTPSVC(438)521-6648); Fri, 14 Dec 2007 10:24:22 +0100 Message-ID: <[email protected]> Date: Fri, 14 Dec 2007 10:24:23 +0100 From: Dennis Dam <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20070809) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: portal customization References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 14 Dec 2007 09:24:22.0143 (UTC) FILETIME=[1C7038F0:01C83E33] X-Virus-Checked: Checked by ClamAV on apache.org What you want is to enable users to add their own portlets and shift them around on the page, in their own psml ? It looks like what the portlet customizer does. I don't know really a lot about the portlet customizer though. Although I think that the customizer let's the user *existing* psml files, and doesn't create a new, personalized PSML for the user. Maybe this is already available though somewhere, anyone who knows this? Btw, the authentication mechanism does not create new user folders as far as I know. cherry coke wrote: > I´m trying that every user of the jetspeed portal can customize his home page. I mean that after the user authenticates (validates) he acceds to his own portal page, where he can add new portlets. > If you authenticate against LDAP ¿Does jetspeed create the folders (where the psml files are stored) for the new user (rol)? > > _________________________________________________________________ > La vida de los famosos al desnudo en MSN Entretenimiento > http://entretenimiento.es.msn.com/ > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Dec 14 09:32:11 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49187 invoked from network); 14 Dec 2007 09:32:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Dec 2007 09:32:11 -0000 Received: (qmail 82195 invoked by uid 500); 14 Dec 2007 09:31:58 -0000 Delivered-To: [email protected] Received: (qmail 82164 invoked by uid 500); 14 Dec 2007 09:31:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 82153 invoked by uid 99); 14 Dec 2007 09:31:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2007 01:31:58 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hippo.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2007 09:31:37 +0000 Received: from [161.129.204.104] ([161.129.204.104]) by mail.hippo.nl with Microsoft SMTPSVC(438)521-6648); Fri, 14 Dec 2007 10:31:39 +0100 Message-ID: <[email protected]> Date: Fri, 14 Dec 2007 10:31:42 +0100 From: Dennis Dam <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20070809) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: Portal Site Manager not working References: <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 14 Dec 2007 09:31:39.0879 (UTC) FILETIME=[21596F70:01C83E34] X-Virus-Checked: Checked by ClamAV on apache.org that's strange, are you sure there's no typo in the preferences part for the portlet in portlet.xml ? Can you post the portlet definition from portlet.xml ? Dennis nitin900 wrote: > Hello Dennis, > > Thanks for your reply. Here is the important part of trace : > > at > org.apache.jetspeed.page.document.psml.FileSystemFolderHandler.getFolder(FileSystemFolderHandler.java:164) > at > org.apache.jetspeed.page.document.psml.FileSystemFolderHandler.getFolder(FileSystemFolderHandler.java:128) > at > org.apache.jetspeed.page.psml.CastorXmlPageManager.getFolder(CastorXmlPageManager.java:622) > at > org.apache.jetspeed.portlets.site.PortalSiteManager.retrieveFolders(PortalSiteManager.java:161) > at > org.apache.jetspeed.portlets.site.PortalSiteManager.doView(PortalSiteManager.java:125) > at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:247) > at javax.portlet.GenericPortlet.render(GenericPortlet.java:175) > > So even though the preference root is defined in portlet.xml for j2-admin, > it overlooks it,and takes the value > /_user/<username>/ .... , and since this folder is not there, the error is > thrown.The same works fine on my local machine. > > Thanks And Best Regards, > Nitin > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Dec 14 10:34:42 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78366 invoked from network); 14 Dec 2007 10:34:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Dec 2007 10:34:42 -0000 Received: (qmail 59650 invoked by uid 500); 14 Dec 2007 10:34:29 -0000 Delivered-To: [email protected] Received: (qmail 59618 invoked by uid 500); 14 Dec 2007 10:34:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 59607 invoked by uid 99); 14 Dec 2007 10:34:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2007 02:34:28 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2007 10:34:06 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1J37rt-0002Ae-JY for [email protected]; Fri, 14 Dec 2007 02:34:09 -0800 Message-ID: <[email protected]> Date: Fri, 14 Dec 2007 02:34:09 -0800 (PST) From: nitin900 <[email protected]> To: [email protected] Subject: Re: Portal Site Manager not working In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: [email protected] References: <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Hello Dennis, This is that definition in portlet.xml: <portlet> <description>The Portal Site Manager displays a hierarchical view of the entire portal site. From here you can add, edit, and delete folders, links, and pages.</description>=20 <description xml:lang=3D"ja">=E3=83=9D=E3=83=BC=E3=82=BF=E3=83=AB=E3=82=B5=E3=82=A4=E3= =83=88=E3=83=9E=E3=83=8D=E3=83=BC=E3=82=B8=E3=83=A3=E3=81=AF=E3=80=81=E3=83= =9D=E3=83=BC=E3=82=BF=E3=83=AB=E3=82=B5=E3=82=A4=E3=83=88=E5=85=A8=E4=BD=93= =E3=81=AE=E9=9A=8E=E5=B1=A4=E7=9A=84=E3=81=AA=E8=A1=A8=E7=A4=BA=E3=82=92=E6= =8F=90=E4=BE=9B=E3=81=97=E3=81=BE=E3=81=99=E3=80=82=E3=81=93=E3=81=93=E3=81= =8B=E3=82=89=E3=80=81=E3=83=95=E3=82=A9=E3=83=AB=E3=83=80=E3=80=81=E3=83=AA= =E3=83=B3=E3=82=AF=E3=81=8A=E3=82=88=E3=81=B3=E3=83=9A=E3=83=BC=E3=82=B8=E3= =82=92=E8=BF=BD=E5=8A=A0=E3=83=BB=E5=81=8F=E5=9F=B7=E3=83=BB=E5=89=8A=E9=99= =A4=E3=81=99=E3=82=8B=E3=81=93=E3=81=A8=E3=81=8C=E3=81=A7=E3=81=8D=E3=81=BE= =E3=81=99=E3=80=82</description>=20 <portlet-name>PortalSiteManager</portlet-name>=20 <display-name>Portal Site Manager</display-name>=20 <display-name xml:lang=3D"ja">=E3=83=9D=E3=83=BC=E3=82=BF=E3=83=AB=E3=82= =B5=E3=82=A4=E3=83=88=E3=83=9E=E3=83=8D=E3=83=BC=E3=82=B8=E3=83=A3</display= -name>=20 =20 <portlet-class>org.apache.jetspeed.portlets.site.PortalSiteManager</portlet= -class>=20 - <init-param> <name>ViewPage</name>=20 <value>/WEB-INF/view/site/site-view.vm</value>=20 </init-param> - <init-param> <name>EditPage</name>=20 <value>/WEB-INF/view/edit-prefs.vm</value>=20 </init-param> - <init-param> <name>HeaderPage</name>=20 <value>/WEB-INF/view/site/site-view-header.vm</value>=20 </init-param> - <init-param> <name>dojo.requires.core</name>=20 =20 <value>dojo.lang.*;dojo.event.*;dojo.io.*;dojo.dnd.*;dojo.widget.*;dojo.wid= get.Tree;dojo.widget.Button;dojo.widget.Checkbox;dojo.widget.Dialog;dojo.wi= dget.TabContainer;dojo.widget.ContentPane;dojo.widget.LayoutContainer;dojo.= widget.TreeRPCController;dojo.widget.TreeSelector;dojo.widget.TreeNode;dojo= .widget.TreeContextMenu;dojo.widget.validate;dojo.widget.ComboBox;</value>= =20 </init-param> - <init-param> <name>portlet-icon</name>=20 <value>user-home.png</value>=20 </init-param> <expiration-cache>300</expiration-cache>=20 - <supports> <mime-type>text/html</mime-type>=20 <portlet-mode>view</portlet-mode>=20 <portlet-mode>edit</portlet-mode>=20 </supports> =20 <resource-bundle>org.apache.jetspeed.portlets.site.resources.Site</resource= -bundle>=20 - <portlet-info> <title>Portal Site Manager</title>=20 <short-title>Site</short-title>=20 <keywords>admin,site,portal,pages,folders</keywords>=20 </portlet-info> - <portlet-preferences> - <preference> <name>defaultLayout</name>=20 <value>jetspeed-layoutsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bVelocityTwoColumns</value>=20 </preference> - <preference> <name>displayUserTree</name>=20 <value>false</value>=20 </preference> - <preference> <name>root</name>=20 <value>/</value>=20 </preference> - <preference> <name>viewInNewWindow</name>=20 <value>true</value>=20 </preference> - <preference> <name>showSearchTab</name>=20 <value>true</value>=20 </preference> </portlet-preferences> </portlet> So basically, it should have got root value as /, but does not get it. Thanks And Best Regards, Nitin --=20 View this message in context: http://www.nabble.com/Portal-Site-Manager-not= -working-tp14298758p14333312.html Sent from the Jetspeed - User mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Dec 14 12:24:44 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27790 invoked from network); 14 Dec 2007 12:24:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Dec 2007 12:24:44 -0000 Received: (qmail 93421 invoked by uid 500); 14 Dec 2007 12:24:30 -0000 Delivered-To: [email protected] Received: (qmail 93392 invoked by uid 500); 14 Dec 2007 12:24:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 93381 invoked by uid 99); 14 Dec 2007 12:24:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2007 04:24:30 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hippo.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2007 12:24:32 +0000 Received: from [161.129.204.104] ([161.129.204.104]) by mail.hippo.nl with Microsoft SMTPSVC(438)521-6648); Fri, 14 Dec 2007 13:24:12 +0100 Message-ID: <[email protected]> Date: Fri, 14 Dec 2007 13:24:09 +0100 From: Dennis Dam <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20070809) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: Portal Site Manager not working References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 14 Dec 2007 12:24:12.0378 (UTC) FILETIME=[3BEB6BA0:01C83E4C] X-Virus-Checked: Checked by ClamAV on apache.org yeah, that looks ok .. the only thing I can think of is you specified preferences for that fragment in the psml, or you specifieda new preference via the edit page of the portal sitemanager portlet? What value do you see in the edit view of the portlet? nitin900 wrote: > Hello Dennis, > > This is that definition in portlet.xml: > > <portlet> > <description>The Portal Site Manager displays a hierarchical view of the > entire portal site. From here you can add, edit, and delete folders, links, > and pages.</description> > <description > xml:lang="ja">ポータルサイトマネージャは、ポータルサイト全体の階層的な表示を提供します。ここから、フォルダ、リンクおよびページを追加・偏執・削除することができます。</description> > <portlet-name>PortalSiteManager</portlet-name> > <display-name>Portal Site Manager</display-name> > <display-name xml:lang="ja">ポータルサイトマネージャ</display-name> > > <portlet-class>org.apache.jetspeed.portlets.site.PortalSiteManager</portlet-class> > - <init-param> > <name>ViewPage</name> > <value>/WEB-INF/view/site/site-view.vm</value> > </init-param> > - <init-param> > <name>EditPage</name> > <value>/WEB-INF/view/edit-prefs.vm</value> > </init-param> > - <init-param> > <name>HeaderPage</name> > <value>/WEB-INF/view/site/site-view-header.vm</value> > </init-param> > - <init-param> > <name>dojo.requires.core</name> > > <value>dojo.lang.*;dojo.event.*;dojo.io.*;dojo.dnd.*;dojo.widget.*;dojo.widget.Tree;dojo.widget.Button;dojo.widget.Checkbox;dojo.widget.Dialog;dojo.widget.TabContainer;dojo.widget.ContentPane;dojo.widget.LayoutContainer;dojo.widget.TreeRPCController;dojo.widget.TreeSelector;dojo.widget.TreeNode;dojo.widget.TreeContextMenu;dojo.widget.validate;dojo.widget.ComboBox;</value> > </init-param> > - <init-param> > <name>portlet-icon</name> > <value>user-home.png</value> > </init-param> > <expiration-cache>300</expiration-cache> > - <supports> > <mime-type>text/html</mime-type> > <portlet-mode>view</portlet-mode> > <portlet-mode>edit</portlet-mode> > </supports> > > <resource-bundle>org.apache.jetspeed.portlets.site.resources.Site</resource-bundle> > - <portlet-info> > <title>Portal Site Manager</title> > <short-title>Site</short-title> > <keywords>admin,site,portal,pages,folders</keywords> > </portlet-info> > - <portlet-preferences> > - <preference> > <name>defaultLayout</name> > <value>jetspeed-layoutsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bVelocityTwoColumns</value> > </preference> > - <preference> > <name>displayUserTree</name> > <value>false</value> > </preference> > - <preference> > <name>root</name> > <value>/</value> > </preference> > - <preference> > <name>viewInNewWindow</name> > <value>true</value> > </preference> > - <preference> > <name>showSearchTab</name> > <value>true</value> > </preference> > </portlet-preferences> > </portlet> > > So basically, it should have got root value as /, but does not get it. > > Thanks And Best Regards, > Nitin > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Dec 14 18:01:43 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85340 invoked from network); 14 Dec 2007 18:01:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Dec 2007 18:01:43 -0000 Received: (qmail 16648 invoked by uid 500); 14 Dec 2007 18:01:30 -0000 Delivered-To: [email protected] Received: (qmail 16630 invoked by uid 500); 14 Dec 2007 18:01:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 16619 invoked by uid 99); 14 Dec 2007 18:01:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2007 10:01:29 -0800 X-ASF-Spam-Status: No, hits=3.2 required=10.0 tests=HTML_MESSAGE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp104.sbc.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 14 Dec 2007 18:01:17 +0000 Received: (qmail 90206 invoked from network); 14 Dec 2007 18:01:04 -0000 Received: from unknown (HELO ?161.129.204.104?) ([email protected]@161.129.204.104 with plain) by smtp104.sbc.mail.mud.yahoo.com with SMTP; 14 Dec 2007 18:01:04 -0000 X-YMail-OSG: nY.5h.UVM1lCGbhEOIvMSjZtxu__IVXuWxf_du_Hhd9UZjnUL7kxLrzm8aegnUJK6aU9hwXSKA-- Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <[email protected]> References: <[email protected]> Content-Type: multipart/alternative; boundary=Apple-Mail-17-304734758 Message-Id: <[email protected]> From: David Sean Taylor <[email protected]> Subject: Re: portal customization Date: Fri, 14 Dec 2007 10:01:06 -0800 To: "Jetspeed Users List" <[email protected]> X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-17-304734758 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed On Dec 13, 2007, at 12:45 AM, cherry coke wrote: > I=B4m trying that every user of the jetspeed portal can customize his =20= > home page. I mean that after the user authenticates (validates) he =20 > acceds to his own portal page, where he can add new portlets. > If you authenticate against LDAP =BFDoes jetspeed create the folders =20= > (where the psml files are stored) for the new user (rol)? > Both the Registration portlet and User Details portlet have =20 preferences for auto-creating home pages for new users based on two =20 prefs: 1. the profiling rule 2. the template directory In the default distribution, this feature is turned off If you are creating users with the User Details portlet, try: <preference> <name>defaultProfile</name> <value>user-role-fallback</value> </preference> <preference> <name>newUserTemplateDirectory</name> <value>/_user/template</value> </preference> you can also preconfigure users with j2-seed.xml and setup the =20 profiling rule and template= --Apple-Mail-17-304734758-- From [email protected] Sat Dec 15 00:55:47 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40214 invoked from network); 15 Dec 2007 00:55:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Dec 2007 00:55:47 -0000 Received: (qmail 50186 invoked by uid 500); 15 Dec 2007 00:55:34 -0000 Delivered-To: [email protected] Received: (qmail 50158 invoked by uid 500); 15 Dec 2007 00:55:34 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 50147 invoked by uid 99); 15 Dec 2007 00:55:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2007 16:55:34 -0800 X-ASF-Spam-Status: No, hits=3.2 required=10.0 tests=HTML_MESSAGE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp120.sbc.mail.sp1.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 15 Dec 2007 00:55:11 +0000 Received: (qmail 48572 invoked from network); 15 Dec 2007 00:55:13 -0000 Received: from unknown (HELO ?161.129.204.104?) ([email protected]@161.129.204.104 with plain) by smtp120.sbc.mail.sp1.yahoo.com with SMTP; 15 Dec 2007 00:55:12 -0000 X-YMail-OSG: lV4CxrMVM1khUJuHNfSL2V9ORnrd7gIqoSMuhw6D.Y_IygBq4fM673J3jFf49G8TMrUxKT0PkQ-- Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Content-Type: multipart/alternative; boundary=Apple-Mail-108-329584731 Message-Id: <[email protected]> From: David Sean Taylor <[email protected]> Subject: Re: portal customization Date: Fri, 14 Dec 2007 16:55:16 -0800 To: "Jetspeed Users List" <[email protected]> X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-108-329584731 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed On Dec 14, 2007, at 10:01 AM, David Sean Taylor wrote: > > On Dec 13, 2007, at 12:45 AM, cherry coke wrote: > >> I=B4m trying that every user of the jetspeed portal can customize =20 >> his home page. I mean that after the user authenticates =20 >> (validates) he acceds to his own portal page, where he can add new =20= >> portlets. >> If you authenticate against LDAP =BFDoes jetspeed create the folders =20= >> (where the psml files are stored) for the new user (rol)? >> > Both the Registration portlet and User Details portlet have =20 > preferences for auto-creating home pages for new users based on two =20= > prefs: > > 1. the profiling rule > 2. the template directory > > In the default distribution, this feature is turned off > If you are creating users with the User Details portlet, try: > > <preference> > <name>defaultProfile</name> > <value>user-role-fallback</value> > </preference> > <preference> > <name>newUserTemplateDirectory</name> > <value>/_user/template</value> > </preference> > > you can also preconfigure users with j2-seed.xml and setup the =20 > profiling rule and template Here is a new feature in the pipelines.xml: <!-- To create a new page when a user first logs in from their roles, add this valve after each profilerValve entry in the pipeline =20 configs below --> <bean id=3D"createPageValve" class=3D"org.apache.jetspeed.profiler.impl.CreatePageValveImpl" > <constructor-arg index=3D"0"> <ref bean=3D"PortletActionSecurityBehavior" /> </constructor-arg> </bean> <!-- To create new pages when a user first logs in from user =20 template pages, add this valve after each profilerValve entry in the pipeline =20 configs below --> <bean id=3D"createUserTemplatePagesValve" =20 class=3D"org.apache.jetspeed.profiler.impl.CreateUserTemplatePagesValveImp= =20 l" > I think in the future, features like this should be always hooked in =20 but enabled/disabled at runtime --Apple-Mail-108-329584731-- From [email protected] Mon Dec 17 06:51:37 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73965 invoked from network); 17 Dec 2007 06:51:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Dec 2007 06:51:37 -0000 Received: (qmail 43534 invoked by uid 500); 17 Dec 2007 06:51:24 -0000 Delivered-To: [email protected] Received: (qmail 43511 invoked by uid 500); 17 Dec 2007 06:51:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 43500 invoked by uid 99); 17 Dec 2007 06:51:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Dec 2007 22:51:24 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2007 06:51:01 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1J49oe-0005cK-Id for [email protected]; Sun, 16 Dec 2007 22:51:04 -0800 Message-ID: <[email protected]> Date: Sun, 16 Dec 2007 22:51:04 -0800 (PST) From: Taro <[email protected]> To: [email protected] Subject: Browser Error: Portlet Application jetspeed-layouts not available MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org Hello. I have installed and configured JetSpeed Portal. But I access the portal , Browser Error is displayed as bellow. Portlet Application jetspeed-layouts not available Please,help. <Environments> ApplicationServer WebLogic Server9.1 Database Oracle 10gR2 Logfile's messages are as follows. ####<Dec 14, 2007 10:36:01 PM JST> <Info> <Deployer> <MYHOST01> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <1197639361322> <BEA-149060> <Module jetspeed of application jetspeed successfully transitioned from STATE_ADMIN to STATE_ACTIVE on server AdminServer.> ####<Dec 14, 2007 10:36:01 PM JST> <Info> <Deployer> <MYHOST01> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <<1197639361322> <BEA-149059> <Module jetspeed-layouts of application jetspeed-layouts is transitioning from STATE_ADMIN to STATE_ACTIVE on server AdminServer.> Thanks, Taro -- View this message in context: http://www.nabble.com/Browser-Error%3A-Portlet-Application-jetspeed-layouts-not-available-tp14370102p14370102.html Sent from the Jetspeed - User mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Dec 18 20:47:30 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32253 invoked from network); 18 Dec 2007 20:47:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Dec 2007 20:47:30 -0000 Received: (qmail 46940 invoked by uid 500); 18 Dec 2007 20:47:17 -0000 Delivered-To: [email protected] Received: (qmail 46917 invoked by uid 500); 18 Dec 2007 20:47:16 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 46905 invoked by uid 99); 18 Dec 2007 20:47:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Dec 2007 12:47:16 -0800 X-ASF-Spam-Status: No, hits=-3.8 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO maillnx-us312.fmr.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Dec 2007 20:47:03 +0000 Received: from MSGMROSM01WIN.dmn1.fmr.com (MSGMROSM01WIN.dmn1.fmr.com [161.129.204.104]) by maillnx-us312.fmr.com (Switch-3.1.11/Switch-3.1.11) with SMTP id lBIKkhlf016140 for <[email protected]>; Tue, 18 Dec 2007 15:46:44 -0500 Received: from MSGMROIV01WIN.DMN1.FMR.COM (161.129.204.104) by MSGMROSM01WIN.dmn1.fmr.com (Sigaba Gateway v4.1) with ESMTP id 171134202; Tue, 18 Dec 2007 15:46:43 -0500 Received: from MSGMMKIM02WIN.DMN1.FMR.COM ([161.129.204.104]) by MSGMROIV01WIN.DMN1.FMR.COM with SMTP_server; Tue, 18 Dec 2007 15:46:43 -0500 Received: from msgboscll2win.DMN1.FMR.COM ([161.129.204.104]) by MSGMMKIM02WIN.DMN1.FMR.COM with Microsoft SMTPSVC(5.0.2195.6713); Tue, 18 Dec 2007 15:46:43 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.0.6619.12 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Browser Error: Portlet Application jetspeed-layouts not available Date: Tue, 18 Dec 2007 15:46:42 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Browser Error: Portlet Application jetspeed-layouts not available Thread-Index: AchBtxjSoazjMi0HRsifRsThTyGeug== References: <[email protected]> From: "Timony, Michael" <[email protected]> To: "Taro" <[email protected]>, <[email protected]> X-OriginalArrivalTime: 18 Dec 2007 20:46:43.0171 (UTC) FILETIME=[18D85330:01C841B7] X-Virus-Checked: Checked by ClamAV on apache.org Look at where your portal is deployed on the server and see if there is a directory named jetspeed-layouts in WEB-INF/apps If not copy the jetspeed-layout war file to WEB-INF/deploy and see if it will autodeploy. The war file will be named something like jetspeed-layouts-2.1.3-dev.war or jetspeed-layouts-2.1.2.war you will need to rename it to jetspeed-layout.war before you copy it to the deploy directory. You may need to restart the application server. If that doesn't work, you can manually deploy the war file. Make a directory named WEB-INF/apps/jetspeed-layouts copy the war there and extract it. Luck Mick Timony=20 -----Original Message----- From: Taro [mailto:[email protected]]=20 Sent: Monday, December 17, 2007 1:51 AM To: [email protected] Subject: Browser Error: Portlet Application jetspeed-layouts not available Hello. I have installed and configured JetSpeed Portal. But I access the portal , Browser Error is displayed as bellow. Portlet Application jetspeed-layouts not available Please,help. <Environments> ApplicationServer WebLogic Server9.1 Database Oracle 10gR2 Logfile's messages are as follows. ####<Dec 14, 2007 10:36:01 PM JST> <Info> <Deployer> <MYHOST01> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <1197639361322> <BEA-149060> <Module jetspeed of application jetspeed successfully transitioned from STATE_ADMIN to STATE_ACTIVE on server AdminServer.> ####<Dec 14, 2007 10:36:01 PM JST> <Info> <Deployer> <MYHOST01> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <<1197639361322> <BEA-149059> <Module jetspeed-layouts of application jetspeed-layouts is transitioning from STATE_ADMIN to STATE_ACTIVE on server AdminServer.> Thanks, Taro -- View this message in context: http://www.nabble.com/Browser-Error%3A-Portlet-Application-jetspeed-layo uts-not-available-tp14370102p14370102.html Sent from the Jetspeed - User mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Dec 19 08:59:11 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73742 invoked from network); 19 Dec 2007 08:59:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Dec 2007 08:59:11 -0000 Received: (qmail 21887 invoked by uid 500); 19 Dec 2007 08:58:54 -0000 Delivered-To: [email protected] Received: (qmail 21856 invoked by uid 500); 19 Dec 2007 08:58:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 21845 invoked by uid 99); 19 Dec 2007 08:58:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2007 00:58:54 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.ost.it) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2007 08:58:29 +0000 Received: from localhost (localhost [161.129.204.104]) by mail.ost.it (Postfix) with ESMTP id 850AF1011C18 for <[email protected]>; Wed, 19 Dec 2007 09:58:30 +0100 (CET) Received: from mail.ost.it ([161.129.204.104]) by localhost (mail-cvs [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id 01552-04 for <[email protected]>; Wed, 19 Dec 2007 09:58:30 +0100 (CET) Received: from [161.129.204.104] (ws-devel1.ost.lan [161.129.204.104]) by mail.ost.it (Postfix) with ESMTP id 4D9471011C16 for <[email protected]>; Wed, 19 Dec 2007 09:58:30 +0100 (CET) Message-ID: <[email protected]> Date: Wed, 19 Dec 2007 10:04:35 +0100 From: massimo malvestio <[email protected]> User-Agent: Thunderbird 161.129.204.104pre (X11/20071023) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: bug JS1-563 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ost.it X-Virus-Checked: Checked by ClamAV on apache.org Hi guys! Does anybody know anything about resolution of this bug? Shortly, if you delete an user and his SSO association, and then you try to add it again, an exception occur. After add the user you have to restart jetspeed to add the same SSO association. Here you can find the full description https://issues.apache.org/jira/browse/JS1-563 -- Massimo Malvestio Software Developer [email protected] _______________________________________________ CARDINIS Solutions SpA Your Governance Solutions via San Crispino, 46 I-35129 Padova - Italy tel.(438)521-6648/8072095 fax (438)521-6648 www.cardinis.com --- Questo messaggio è strettamente riservato ai destinatari specificati. Se è ricevuto per errore si prega di avvisare il mittente e di cancellarlo dal proprio sistema. - This message is specifically addressed to the recipient(s). Should you receive it by mistake, please notify the sender and delete it from your system. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Dec 19 09:52:05 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92238 invoked from network); 19 Dec 2007 09:52:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Dec 2007 09:52:05 -0000 Received: (qmail 98089 invoked by uid 500); 19 Dec 2007 09:51:53 -0000 Delivered-To: [email protected] Received: (qmail 98062 invoked by uid 500); 19 Dec 2007 09:51:53 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 98024 invoked by uid 99); 19 Dec 2007 09:51:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2007 01:51:53 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp01.mail.pcextreme.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2007 09:51:39 +0000 Received: from localhost (webmail02.mail.pcextreme.nl [161.129.204.104]) by smtp01.mail.pcextreme.nl (Postfix) with ESMTP id C30211AC769 for <[email protected]>; Wed, 19 Dec 2007 10:57:23 +0100 (CET) Received: from webmail.pcextreme.nl (localhost [161.129.204.104]) by localhost (Postfix) with ESMTP id E29C9630032 for <[email protected]>; Wed, 19 Dec 2007 10:51:31 +0100 (CET) Received: from 161.129.204.104 (SquirrelMail authenticated user [email protected]) by webmail.pcextreme.nl with HTTP; Wed, 19 Dec 2007 10:51:31 +0100 (CET) Message-ID: <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> In-Reply-To: <[email protected]> References: <[email protected]> Date: Wed, 19 Dec 2007 10:51:31 +0100 (CET) Subject: Re: bug JS1-563 From: [email protected] To: "Jetspeed Users List" <[email protected]> User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Checked: Checked by ClamAV on apache.org Hi Massimo, Yes, I looked at it yesterday and already found out why its not working properly and have a fix ready I think. The reason why this issue isn't picked up earlier is because its recorded as a Jetspeed-1 issue, not Jetspeed-2. I'll create a new Jetspeed-2 issue, linking it to JS1-563 and resolve it from there. > Hi guys! Does anybody know anything about resolution of this bug? > Shortly, if you delete an user and his SSO association, and then you try > to add it again, an exception occur. After add the user you have to > restart jetspeed to add the same SSO association. > Here you can find the full description > https://issues.apache.org/jira/browse/JS1-563 > > -- > Massimo Malvestio > Software Developer > [email protected] > _______________________________________________ > CARDINIS Solutions SpA > Your Governance Solutions > via San Crispino, 46 I-35129 Padova - Italy > tel.(438)521-6648/8072095 > fax (438)521-6648 > www.cardinis.com > > --- > Questo messaggio è strettamente riservato ai destinatari specificati. > Se è ricevuto per errore si prega di avvisare il mittente e di cancellarlo > dal proprio sistema. > - > This message is specifically addressed to the recipient(s). > Should you receive it by mistake, please notify the sender and delete it > from your system. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Dec 19 10:06:14 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 98865 invoked from network); 19 Dec 2007 10:06:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Dec 2007 10:06:14 -0000 Received: (qmail 12686 invoked by uid 500); 19 Dec 2007 10:06:01 -0000 Delivered-To: [email protected] Received: (qmail 12658 invoked by uid 500); 19 Dec 2007 10:06:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 12647 invoked by uid 99); 19 Dec 2007 10:06:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2007 02:06:01 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2007 10:05:48 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1J4vo3-0008JB-Vh for [email protected]; Wed, 19 Dec 2007 02:05:39 -0800 Message-ID: <[email protected]> Date: Wed, 19 Dec 2007 02:05:39 -0800 (PST) From: Taro <[email protected]> To: [email protected] Subject: RE: Browser Error: Portlet Application jetspeed-layouts not available In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Mick Thank you for your reply. So, this problem has been solved and finally my portal worked. thanks, Taro --------------------------------------------------------------------- Timony, Michael wrote: > > Look at where your portal is deployed on the server and see if there is > a directory named jetspeed-layouts in WEB-INF/apps > > If not copy the jetspeed-layout war file to WEB-INF/deploy and see if it > will autodeploy. The war file will be named something like > jetspeed-layouts-2.1.3-dev.war or jetspeed-layouts-2.1.2.war you will > need to rename it to jetspeed-layout.war before you copy it to the > deploy directory. You may need to restart the application server. > > If that doesn't work, you can manually deploy the war file. Make a > directory named WEB-INF/apps/jetspeed-layouts copy the war there and > extract it. > > Luck > Mick Timony > > > > -----Original Message----- > From: Taro [mailto:[email protected]] > Sent: Monday, December 17, 2007 1:51 AM > To: [email protected] > Subject: Browser Error: Portlet Application jetspeed-layouts not > available > > > Hello. > > I have installed and configured JetSpeed Portal. > But I access the portal , Browser Error is displayed as bellow. > > Portlet Application jetspeed-layouts not available > > Please,help. > > <Environments> > ApplicationServer WebLogic Server9.1 > Database Oracle 10gR2 > > > Logfile's messages are as follows. > ####<Dec 14, 2007 10:36:01 PM JST> <Info> <Deployer> <MYHOST01> > <AdminServer> <[STANDBY] > ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> > <<WLS > Kernel>> > <1197639361322> <BEA-149060> <Module jetspeed of application jetspeed > successfully transitioned from STATE_ADMIN to STATE_ACTIVE on server > AdminServer.> ####<Dec 14, 2007 10:36:01 PM JST> <Info> <Deployer> > <MYHOST01> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: > 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <<1197639361322> > <BEA-149059> <Module jetspeed-layouts of application jetspeed-layouts is > transitioning from STATE_ADMIN to STATE_ACTIVE on server AdminServer.> > > Thanks, > Taro > -- > View this message in context: > http://www.nabble.com/Browser-Error%3A-Portlet-Application-jetspeed-layo > uts-not-available-tp14370102p14370102.html > Sent from the Jetspeed - User mailing list [email protected]. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://www.nabble.com/RE%3A-Browser-Error%3A-Portlet-Application-jetspeed-layouts-not-available-tp14405441p14414249.html Sent from the Jetspeed - User mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Dec 19 10:09:05 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1002 invoked from network); 19 Dec 2007 10:09:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Dec 2007 10:09:04 -0000 Received: (qmail 17463 invoked by uid 500); 19 Dec 2007 10:08:51 -0000 Delivered-To: [email protected] Received: (qmail 17441 invoked by uid 500); 19 Dec 2007 10:08:51 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 17423 invoked by uid 99); 19 Dec 2007 10:08:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2007 02:08:51 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.ost.it) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2007 10:08:37 +0000 Received: from localhost (localhost [161.129.204.104]) by mail.ost.it (Postfix) with ESMTP id 778961011C16 for <[email protected]>; Wed, 19 Dec 2007 11:08:27 +0100 (CET) Received: from mail.ost.it ([161.129.204.104]) by localhost (mail-cvs [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id 04052-03 for <[email protected]>; Wed, 19 Dec 2007 11:08:27 +0100 (CET) Received: from [161.129.204.104] (ws-devel1.ost.lan [161.129.204.104]) by mail.ost.it (Postfix) with ESMTP id 340F21011C0C for <[email protected]>; Wed, 19 Dec 2007 11:08:27 +0100 (CET) Message-ID: <[email protected]> Date: Wed, 19 Dec 2007 11:14:32 +0100 From: massimo malvestio <[email protected]> User-Agent: Thunderbird 161.129.204.104pre (X11/20071023) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: bug JS1-563 References: <[email protected]> <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> In-Reply-To: <{{EMAIL+SOCIAL_SECURITY_NUMBER}}> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ost.it X-Virus-Checked: Checked by ClamAV on apache.org [email protected] wrote: > Hi Massimo, > > Yes, I looked at it yesterday and already found out why its not working > properly and have a fix ready I think. > > The reason why this issue isn't picked up earlier is because its recorded > as a Jetspeed-1 issue, not Jetspeed-2. > > I'll create a new Jetspeed-2 issue, linking it to JS1-563 and resolve it > from there. > Great! Thank you Ate! I'm sorry for the mistake... -- Massimo Malvestio Software Developer [email protected] _______________________________________________ CARDINIS Solutions SpA Your Governance Solutions via San Crispino, 46 I-35129 Padova - Italy tel.(438)521-6648/8072095 fax (438)521-6648 www.cardinis.com --- Questo messaggio è strettamente riservato ai destinatari specificati. Se è ricevuto per errore si prega di avvisare il mittente e di cancellarlo dal proprio sistema. - This message is specifically addressed to the recipient(s). Should you receive it by mistake, please notify the sender and delete it from your system. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Dec 19 13:50:51 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80221 invoked from network); 19 Dec 2007 13:50:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Dec 2007 13:50:51 -0000 Received: (qmail 28294 invoked by uid 500); 19 Dec 2007 13:50:38 -0000 Delivered-To: [email protected] Received: (qmail 28263 invoked by uid 500); 19 Dec 2007 13:50:37 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 28246 invoked by uid 99); 19 Dec 2007 13:50:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2007 05:50:37 -0800 X-ASF-Spam-Status: No, hits=4.0 required=10.0 tests=DNS_FROM_OPENWHOIS,FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2007 13:50:15 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1J4zJS-0006XZ-HZ for [email protected]; Wed, 19 Dec 2007 05:50:18 -0800 Message-ID: <[email protected]> Date: Wed, 19 Dec 2007 05:50:18 -0800 (PST) From: shepy <[email protected]> To: [email protected] Subject: Force portlet to render MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have a portlet which needs to render itself periodically (every x minutes) because the view depends on database information which is permanently changed. How can i achieve this? Thanks. -- View this message in context: http://www.nabble.com/Force-portlet-to-render-tp14417241p14417241.html Sent from the Jetspeed - User mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Dec 19 16:16:42 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50661 invoked from network); 19 Dec 2007 16:16:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Dec 2007 16:16:42 -0000 Received: (qmail 82521 invoked by uid 500); 19 Dec 2007 16:16:29 -0000 Delivered-To: [email protected] Received: (qmail 82504 invoked by uid 500); 19 Dec 2007 16:16:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 82493 invoked by uid 99); 19 Dec 2007 16:16:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2007 08:16:29 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO southernco.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2007 16:16:15 +0000 Received: from ([161.129.204.104]) by alxapmx13.southernco.com with SMTP id KP-BRBVR.35719364; Wed, 19 Dec 2007 10:15:31 -0600 Received: from ([161.129.204.104]) by alxapmx13.southernco.com with ESMTP id KP-BRBVR.35719213; Wed, 19 Dec 2007 10:15:17 -0600 Received: from ALXAPEX46.southernco.com ([161.129.204.104]) by ALXAPEX01.southernco.com with Microsoft SMTPSVC(438)521-6648); Wed, 19 Dec 2007 10:15:17 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Force portlet to render Date: Wed, 19 Dec 2007 10:15:16 -0600 Message-ID: <[email protected]> In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Force portlet to render Thread-Index: AchCRjsrAx+0IQU2Rku/mCvwBkBohwAExIaA References: <[email protected]> From: "Ford, Jennifer M." <[email protected]> To: "Jetspeed Users List" <[email protected]> X-OriginalArrivalTime: 19 Dec 2007 16:15:17.0698 (UTC) FILETIME=[585C1A20:01C8425A] X-CFilter-Loop: Reflected X-Virus-Checked: Checked by ClamAV on apache.org I use a meta tag for content refresh on those, but it will re-render the whole page, not just the portlet. <meta http-equiv=3D"refresh" content=3D"300;" /> <!-- will refresh = every 5 minutes --> -----Original Message----- From: shepy [mailto:[email protected]]=20 Sent: Wednesday, December 19, 2007 7:50 AM To: [email protected] Subject: Force portlet to render Hi, I have a portlet which needs to render itself periodically (every x minutes) because the view depends on database information which is permanently changed. How can i achieve this?=20 Thanks. -- View this message in context: http://www.nabble.com/Force-portlet-to-render-tp14417241p14417241.html Sent from the Jetspeed - User mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Dec 19 20:34:31 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 53169 invoked from network); 19 Dec 2007 20:34:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Dec 2007 20:34:30 -0000 Received: (qmail 95500 invoked by uid 500); 19 Dec 2007 20:34:13 -0000 Delivered-To: [email protected] Received: (qmail 95472 invoked by uid 500); 19 Dec 2007 20:34:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 95461 invoked by uid 99); 19 Dec 2007 20:34:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2007 12:34:13 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO host.bluenog.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2007 20:34:01 +0000 Received: from [161.129.204.104] (helo=[161.129.204.104]) by host.bluenog.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from <[email protected]>) id 1J55c1-00045x-LQ for [email protected]; Wed, 19 Dec 2007 14:33:53 -0600 Message-ID: <[email protected]> Date: Wed, 19 Dec 2007 15:33:47 -0500 From: Eugene Fabrikant <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20071022) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: JSF Demo portlet Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host.bluenog.com X-AntiAbuse: Original Domain - portals.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - bluenog.com X-Source: X-Source-Args: X-Source-Dir: X-Virus-Checked: Checked by ClamAV on apache.org Hi Folks, Has anyone had luck with the JSF Demo portlet under applications in bridges? I had to add a JetspeedContainerServlet reference in the web.xml just to get it to register with the portal. When I added the JSF demo portlets, they both render with the following error in them: The requested resource (/jsf-demo/container) is not available Any ideas? TIA -- Eugene Fabrikant Bluenog --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Dec 20 18:15:18 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34976 invoked from network); 20 Dec 2007 18:15:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Dec 2007 18:15:18 -0000 Received: (qmail 19350 invoked by uid 500); 20 Dec 2007 18:15:01 -0000 Delivered-To: [email protected] Received: (qmail 19325 invoked by uid 500); 20 Dec 2007 18:15:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 19310 invoked by uid 99); 20 Dec 2007 18:15:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Dec 2007 10:15:00 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp-vbr1.xs4all.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Dec 2007 18:14:37 +0000 Received: from [161.129.204.104] (adouma.demon.nl [161.129.204.104]) (authenticated bits=0) by smtp-vbr1.xs4all.nl (8.13.8/8.13.8) with ESMTP id lBKIEbqh050365 for <[email protected]>; Thu, 20 Dec 2007 19:14:37 +0100 (CET) (envelope-from [email protected]) Message-ID: <[email protected]> Date: Thu, 20 Dec 2007 19:14:41 +0100 From: Ate Douma <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20071022) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: JSF Demo portlet References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Checked: Checked by ClamAV on apache.org Eugene Fabrikant wrote: > Hi Folks, > > Has anyone had luck with the JSF Demo portlet under applications in > bridges? I had to add a JetspeedContainerServlet reference in the > web.xml just to get it to register with the portal. Jetspeed will itself inject the JetspeedContainerServlet when you deploy the war in its WEB-INF/deploy folder. Once its done that, it will move the resulting war file in the webapps folder where Tomcat will pick it up automatically. Note though, if you run Jetspeed not on Tomcat (or Jetty) it depends on your webcontainer if/how/where it picks up war files automatically. > When I added the > JSF demo portlets, they both render with the following error in them: > > The requested resource (/jsf-demo/container) is not available > > Any ideas? Your manually injected JetspeedContainerServlet might not be properly configured. I suggest trying the auto injection by Jetspeed or else provide your changes. Without those we can only guess what might be wrong. > > TIA > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Dec 20 22:22:57 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24541 invoked from network); 20 Dec 2007 22:22:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Dec 2007 22:22:57 -0000 Received: (qmail 71115 invoked by uid 500); 20 Dec 2007 22:22:44 -0000 Delivered-To: [email protected] Received: (qmail 71094 invoked by uid 500); 20 Dec 2007 22:22:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 71083 invoked by uid 99); 20 Dec 2007 22:22:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Dec 2007 14:22:44 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO an-out-0708.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Dec 2007 22:22:22 +0000 Received: by an-out-0708.google.com with SMTP id c31so12884ana.30 for <[email protected]>; Thu, 20 Dec 2007 14:22:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=1Xml6b5mjHukggjoiSTgAxaYRTVjJTwyNHQl8DX40m0=; b=vwmTPNkr6zx+7fTRaHy6MsrPTHR/3geKC8rY3RBgbdpNCxU71mQf24rysxNzGyAhYrMzI9cHe9lbmhupOIC3re+YCxnVl3zC/demGC7DvoLK136EgSs4GOIw0D0wSm2k6XBZ5grlqxDkMd8iTYYwhPAWzt7hAQYLgyYHiKok7hY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=W1aWwIP3kkWQdekCguIRyVk5rIrqH8rR3/Bs9MSN6KcAnnK4yyiOuskMQMbor4D4+iq8Vemg/uCmu/X/qmHx5Ja3QNOQo8hnvxAGMDYF4oej7vIcUE3cJcvS7WyTABpZxI+nRY4mnr7QMgDQqsMxRtptl3z52wPFbqyVw/jHyQg= Received: by 161.129.204.104 with SMTP id y5mr1004791anh.75.1198189345615; Thu, 20 Dec 2007 14:22:25 -0800 (PST) Received: by 161.129.204.104 with HTTP; Thu, 20 Dec 2007 14:22:25 -0800 (PST) Message-ID: <[email protected]> Date: Fri, 21 Dec 2007 00:22:25 +0200 From: "Vitaly Baranovsky" <[email protected]> To: "Jetspeed Users List" <[email protected]> Subject: Why jetspeed is not useful for high load internet sites (but good for intranet portals)? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi all! As far as I know, main purpose of Jetspeed is to be a core of intranet portals. But on jetspeed sites and in different forums no one says that Jetspeed is useful for internet sites. But I can't understand, why Jetspeed is not usefull for high load internet (not intranet) sites? Visual customization feature, I think, is very good for site administration and runtime modifications. Also Jetspeed contains clustering, LDAP support and some other useful features for internet sites. So, how do people think, is Jetspeed useful for high load internet sites or not? And why? And what problem people can meet if they using Jetspeed as kernel of internet sites? Thanks! -- With best regards, Vitaly Baranovsky --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Dec 21 15:47:43 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 52914 invoked from network); 21 Dec 2007 15:47:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Dec 2007 15:47:43 -0000 Received: (qmail 34725 invoked by uid 500); 21 Dec 2007 15:47:31 -0000 Delivered-To: [email protected] Received: (qmail 34697 invoked by uid 500); 21 Dec 2007 15:47:31 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 34685 invoked by uid 99); 21 Dec 2007 15:47:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Dec 2007 07:47:30 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO andromeda.payroll.it) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Dec 2007 15:47:19 +0000 Received: from gawain.payroll (ares.payroll [161.129.204.104]) by andromeda.payroll.it (8.12.11/8.12.11) with ESMTP id lBLEta58016047 for <[email protected]>; Fri, 21 Dec 2007 15:55:36 +0100 Received: from [161.129.204.104] ([161.129.204.104]) by gawain.payroll (8.13.1/8.13.1) with ESMTP id lBLFlAI9028615 for <[email protected]>; Fri, 21 Dec 2007 16:47:11 +0100 Message-ID: <[email protected]> Date: Fri, 21 Dec 2007 16:47:12 +0100 From: Vecchio Fabrizio <[email protected]> Reply-To: [email protected] Organization: P&S s.r.l. - Payroll Services User-Agent: Thunderbird 161.129.204.104 (X11/20071022) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Portlet container X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on andromeda.payroll.it X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, one simple information: is there a prevision on pluto 1.1.4 ? Thank, VF -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHa+AAT8Ugp/OKqmIRAhi5AJ49Cjvm50J8yFDBL5ZabYf2b2EeMwCeKCV8 lKMGivOwKUp1sae5QmyfBtQ= =M3G8 -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Dec 21 15:59:00 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57641 invoked from network); 21 Dec 2007 15:59:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Dec 2007 15:59:00 -0000 Received: (qmail 55020 invoked by uid 500); 21 Dec 2007 15:58:47 -0000 Delivered-To: [email protected] Received: (qmail 54993 invoked by uid 500); 21 Dec 2007 15:58:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 54976 invoked by uid 99); 21 Dec 2007 15:58:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Dec 2007 07:58:47 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp-vbr14.xs4all.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Dec 2007 15:58:35 +0000 Received: from [161.129.204.104] (adouma.demon.nl [161.129.204.104]) (authenticated bits=0) by smtp-vbr14.xs4all.nl (8.13.8/8.13.8) with ESMTP id lBLFwRou013914 for <[email protected]>; Fri, 21 Dec 2007 16:58:27 +0100 (CET) (envelope-from [email protected]) Message-ID: <[email protected]> Date: Fri, 21 Dec 2007 16:58:27 +0100 From: Ate Douma <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20071022) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: Portlet container References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Checked: Checked by ClamAV on apache.org Vecchio Fabrizio wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > one simple information: is there a prevision on pluto 1.1.4 ? No, Jetspeed-2 still uses pluto 1.0.1. The api and especially the spi changes in pluto 1.1 have been too drastic to allow for a simple migration. Upgrading the container would require too many very invasive changes in the Jetspeed core. We've decided to wait until pluto 2.0 and the JSR-286 RI container is available (which will be very soon). Regards, Ate > Thank, > VF > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFHa+AAT8Ugp/OKqmIRAhi5AJ49Cjvm50J8yFDBL5ZabYf2b2EeMwCeKCV8 > lKMGivOwKUp1sae5QmyfBtQ= > =M3G8 > -----END PGP SIGNATURE----- > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Dec 27 00:05:30 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9623 invoked from network); 27 Dec 2007 00:05:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Dec 2007 00:05:30 -0000 Received: (qmail 77985 invoked by uid 500); 27 Dec 2007 00:05:13 -0000 Delivered-To: [email protected] Received: (qmail 77961 invoked by uid 500); 27 Dec 2007 00:05:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 77950 invoked by uid 99); 27 Dec 2007 00:05:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Dec 2007 16:05:13 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO an-out-0708.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Dec 2007 00:04:51 +0000 Received: by an-out-0708.google.com with SMTP id c31so472186ana.30 for <[email protected]>; Wed, 26 Dec 2007 16:04:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=ukP/wyDDecJ07vcSyEkhtkn+uFdcI9u2TxofnAooBuk=; b=OW3Jd5l61La54apc8mJQjz11Ig0dmIf+Hqw0DAZw8wNVev9db0YAAzUuZSmwSyc7EzpS2Fp2HyzrgMmF/9DAaqngdynWYhBNotJ6qBV5gx85OqNGkpQWECHT0aP6kXCcNIZvLtrM2/ZoLcQiTG1c38r1GRV+xsERirp0sJiPJ+A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=jOGJ+EuNSBGW2evBdGLygOZ1DVJaHNsVSlLRcuJtV43FGPZFFxzoGEsY2jP0d0fQ/6QUpFPMw2yu2C702PxotmomjkOXlPn2WrXKwpsSjzz7kVy6fy2GIhLsYl0BHlhT8Ata3ybnwCam785HBp/Cn665qHDdhfNX0qHwHe8r908= Received: by 161.129.204.104 with SMTP id i9mr15186008ang.40.1198713894804; Wed, 26 Dec 2007 16:04:54 -0800 (PST) Received: by 161.129.204.104 with HTTP; Wed, 26 Dec 2007 16:04:54 -0800 (PST) Message-ID: <[email protected]> Date: Thu, 27 Dec 2007 02:04:54 +0200 From: "Vitaly Baranovsky" <[email protected]> To: "Jetspeed Users List" <[email protected]> Subject: Why jetspeed is not useful for high load internet sites (but good for intranet portals)? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi all! As far as I know, main purpose of Jetspeed is to be a core of intranet portals. But on jetspeed sites and in different forums no one says that Jetspeed is useful for internet sites. But I can't understand, why Jetspeed is not usefull for high load internet (not intranet) sites? Visual customization feature, I think, is very good for site administration and runtime modifications. Also Jetspeed contains clustering, LDAP support and some other useful features for internet sites. So, how do people think, is Jetspeed useful for high load internet sites or not? And why? And what problem people can meet if they using Jetspeed as kernel of internet sites? Thanks! -- With best regards, Vitaly Baranovsky --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Dec 27 13:05:48 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27579 invoked from network); 27 Dec 2007 13:05:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Dec 2007 13:05:48 -0000 Received: (qmail 94480 invoked by uid 500); 27 Dec 2007 13:05:35 -0000 Delivered-To: [email protected] Received: (qmail 94259 invoked by uid 500); 27 Dec 2007 13:05:35 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 94248 invoked by uid 99); 27 Dec 2007 13:05:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Dec 2007 05:05:34 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO ro-out-1112.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Dec 2007 13:05:13 +0000 Received: by ro-out-1112.google.com with SMTP id d36so6182110roh.2 for <[email protected]>; Thu, 27 Dec 2007 05:05:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=KMfMSNIcsGCPfLzh6zDeV77/5uFa1BxutrRnN6+rfW8=; b=cueQAmUNKiFy1j9Oxkzxi79tx1CwR9m/G43qbRCWsmua/QiwghCXbOHZv45jfUYKbh91AxHAuq5SYsnclGUxIFeefFq/f4Zq0Nj3StIv84d1INNCHLbIdxrLmSL3jU/5qSMGmJ6X/oMUk5SzBYRt3Bs7/VKs56DWNqEBPMgDsfs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=Jte2QueyEDOZnOwzhZs17hN0nU1bGAt2Bknlwq1HtNriX/hB48hL1NTW3dkweOK0duUJssJdnu2OnFimoCKbR1FIJ2ovsIAmsy+axMDezP9PAG3K8iQD2x+IzgFTbnTdcg4LubGEGBdIqccSPlT+oEGbMcjMxcP2OG/t7bI/2wA= Received: by 161.129.204.104 with SMTP id v14mr2355261wfv.133.1198760717198; Thu, 27 Dec 2007 05:05:17 -0800 (PST) Received: by 161.129.204.104 with HTTP; Thu, 27 Dec 2007 05:05:17 -0800 (PST) Message-ID: <[email protected]> Date: Thu, 27 Dec 2007 18:35:17 +0530 From: Samanth <[email protected]> To: [email protected] Subject: JetspeedTraining Tutorial MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_10492_15123102.1198760717149" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_10492_15123102.1198760717149 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline All, This question may have been posted earlier but I searched the archive but could not find an answer to it. I am trying to create a portal using the JetspeedTraining. This was a huge task and took about 3 hours to figure out everything. But my requirement is to use MySQL database instead of HSQL/Derby/MSSql. Is this possible? Thanks in advance. Samanth -- ----------------------------------------------------------------------------------------------- "...when the fight begins within himself, a man's worth something." ------=_Part_10492_15123102.1198760717149-- From [email protected] Thu Dec 27 13:22:40 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30294 invoked from network); 27 Dec 2007 13:22:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Dec 2007 13:22:39 -0000 Received: (qmail 1287 invoked by uid 500); 27 Dec 2007 13:22:27 -0000 Delivered-To: [email protected] Received: (qmail 1260 invoked by uid 500); 27 Dec 2007 13:22:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 1249 invoked by uid 99); 27 Dec 2007 13:22:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Dec 2007 05:22:27 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO an-out-0708.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Dec 2007 13:22:05 +0000 Received: by an-out-0708.google.com with SMTP id c31so512909ana.30 for <[email protected]>; Thu, 27 Dec 2007 05:22:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=Nr/fnQleqgwYHXxi7AHGf4oeOG1rVsCUTWd4mD2aqaM=; b=EKJn9PaPsBltEa9IqALhrbkimCsFlp4otwSpuXHreUHIG6+dtO1dRGNA9JYjENjjbfa9htVdkud22nmOKRNo7gTjc9boNbv9KDM2uxjq0UB426S33YfU+lPPtxfCwmuGSKwHtMNKZjiG/hYNTFOocCMSwuMg8WoPtLTLHivCbnA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=hx3dSDvKfv3sj5QR7tFi6qCKzfGCVB69OBHqaP8Bc/LcIAp1zru58lBRdngMZGOFhZT1pvjB4rI9l7iHnP388oG4tM2nNedr1FBKeF5MCuMp/8xj5SMkwsn7ZQ3NqGY0IjAookHGIhnr4aAvuxqWCuoKqkD8Om+aUPRtA24s6ig= Received: by 161.129.204.104 with SMTP id a17mr16549773anh.5.1198761728491; Thu, 27 Dec 2007 05:22:08 -0800 (PST) Received: by 161.129.204.104 with HTTP; Thu, 27 Dec 2007 05:22:07 -0800 (PST) Message-ID: <[email protected]> Date: Thu, 27 Dec 2007 08:22:07 -0500 From: "Brad Gardner" <[email protected]> To: "Jetspeed Users List" <[email protected]> Subject: Re: JetspeedTraining Tutorial In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_13857_22236370.1198761727961" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_13857_22236370.1198761727961 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Yes this is possible. You should be able to create a database in mysql and simply leave it empty, and then choose the MySQL option in the installer and fill in your database information(url,database name, username, password etc...). When you deploy Jetspeed 2 for the first time it will add all the necessary tables to your database. On Dec 27, 2007 8:05 AM, Samanth <[email protected]> wrote: > All, > > This question may have been posted earlier but I searched the archive but > could not find an answer to it. > > I am trying to create a portal using the JetspeedTraining. This was a huge > task and took about 3 hours to figure out everything. But my requirement > is > to use MySQL database instead of HSQL/Derby/MSSql. Is this possible? > > Thanks in advance. > Samanth > > -- > > ----------------------------------------------------------------------------------------------- > "...when the fight begins within himself, a man's worth something." > -- Brad Gardner ------=_Part_13857_22236370.1198761727961-- From [email protected] Thu Dec 27 15:21:30 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29852 invoked from network); 27 Dec 2007 15:21:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Dec 2007 15:21:30 -0000 Received: (qmail 81031 invoked by uid 500); 27 Dec 2007 15:21:13 -0000 Delivered-To: [email protected] Received: (qmail 81015 invoked by uid 500); 27 Dec 2007 15:21:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 81004 invoked by uid 99); 27 Dec 2007 15:21:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Dec 2007 07:21:13 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO host.bluenog.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Dec 2007 15:20:49 +0000 Received: from [161.129.204.104] (helo=[161.129.204.104]) by host.bluenog.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from <[email protected]>) id 1J7uXS-0007Om-UC for [email protected]; Thu, 27 Dec 2007 09:20:50 -0600 Message-ID: <[email protected]> Date: Thu, 27 Dec 2007 10:20:47 -0500 From: Eugene Fabrikant <[email protected]> User-Agent: Thunderbird 161.129.204.104 (X11/20071022) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: ICEfaces Portlets References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host.bluenog.com X-AntiAbuse: Original Domain - portals.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - bluenog.com X-Source: X-Source-Args: X-Source-Dir: X-Virus-Checked: Checked by ClamAV on apache.org Hi, Has anyone created any sort of demo app that effectively integrates ICEfaces with J2? Regards, Eugene Fabrikant --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Dec 28 11:22:36 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65331 invoked from network); 28 Dec 2007 11:22:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Dec 2007 11:22:36 -0000 Received: (qmail 65010 invoked by uid 500); 28 Dec 2007 11:22:23 -0000 Delivered-To: [email protected] Received: (qmail 64982 invoked by uid 500); 28 Dec 2007 11:22:23 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 64967 invoked by uid 99); 28 Dec 2007 11:22:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Dec 2007 03:22:23 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Dec 2007 11:22:11 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1J8DHv-00018E-CY for [email protected]; Fri, 28 Dec 2007 03:22:03 -0800 Message-ID: <[email protected]> Date: Fri, 28 Dec 2007 03:22:03 -0800 (PST) From: java_user <[email protected]> To: [email protected] Subject: configure hsql db for Jetspeed-2.1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org could you please some one tell me how to configure hsql db for Jetspeed-2.1.2 ? -- View this message in context: http://www.nabble.com/configure-hsql-db-for-Jetspeed-2.1.2-tp14524640p14524640.html Sent from the Jetspeed - User mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Dec 28 14:04:47 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23577 invoked from network); 28 Dec 2007 14:04:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 28 Dec 2007 14:04:47 -0000 Received: (qmail 73876 invoked by uid 500); 28 Dec 2007 14:04:30 -0000 Delivered-To: [email protected] Received: (qmail 73839 invoked by uid 500); 28 Dec 2007 14:04:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 73828 invoked by uid 99); 28 Dec 2007 14:04:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Dec 2007 06:04:30 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hippo.nl) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Dec 2007 14:04:20 +0000 Received: from [161.129.204.104] ([161.129.204.104]) by mail.hippo.nl with Microsoft SMTPSVC(438)521-6648); Fri, 28 Dec 2007 15:04:06 +0100 Message-ID: <[email protected]> Date: Fri, 28 Dec 2007 15:04:06 +0100 From: Dennis Dam <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20071210) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: configure hsql db for Jetspeed-2.1.2 References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 28 Dec 2007 14:04:06.0997 (UTC) FILETIME=[82C63050:01C8495A] X-Virus-Checked: Checked by ClamAV on apache.org Hi, I'm assuming you're using maven 1 or 2, otherwise please shout. The Jetspeed-2 website contains some information regarding database configuration, see these 2 pages: http://portals.apache.org/jetspeed-2/guides/guide-database.html http://portals.apache.org/jetspeed-2/getting-started-source.html The configuration properties for databases are listed here: http://portals.apache.org/jetspeed-2/getting-started-source.html#Optional_Database_Server_Properties The properties should be added to ~/build.properties if you use maven 1, or in ~/.m2/settings.xml for maven 2, *OR* you can add them to your project's local build.properties / pom.xml. There's a sample build.properties in the root dir of the Jetspeed source, as well as a sample settings.xml for maven 2. regards, Dennis java_user wrote: > could you please some one tell me how to configure hsql db for Jetspeed-2.1.2 > ? > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Dec 29 13:50:46 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17969 invoked from network); 29 Dec 2007 13:50:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Dec 2007 13:50:46 -0000 Received: (qmail 46929 invoked by uid 500); 29 Dec 2007 13:50:33 -0000 Delivered-To: [email protected] Received: (qmail 46900 invoked by uid 500); 29 Dec 2007 13:50:32 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 46889 invoked by uid 99); 29 Dec 2007 13:50:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Dec 2007 05:50:32 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO wa-out-1112.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Dec 2007 13:50:07 +0000 Received: by wa-out-1112.google.com with SMTP id j5so7083506wah.24 for <[email protected]>; Sat, 29 Dec 2007 05:50:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=LoLEa4PBzB1+QPhqqxCceuLxxIeP32uUFgvviC+obkU=; b=SIgzNC6VTi46UIFK6UEtEu8g8U4n1r2z8XxPtAHsOL3S8Fkvgend3bRnPQL/ZRTnYUpYdcd2JbFf3dUKELyQHDMa/mUGZ24lM1npsWtWg5xn9iw6D+nLd9oVuq2vrOAsvopob19yUv4302DvFVqh5+NunBCFYXJ5P4dFSl75FOQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=N8NvgSQTsXWMZcA54puCBUiCTIqwwEWU5Lw9/dxLfFv2rVkj8URBy5qO9YOTTv4GAzrmPfUueQFNj5VnY4GHhppB4NwSF9A2euw1fSX/sB6tV4Qi2zDAwFZtvghEkBMJp1mfy3KK4oGCL9FgeJHU5uwITXwCYsPGeA4N3A0in1k= Received: by 161.129.204.104 with SMTP id i19mr9590234waa.142.1198936211871; Sat, 29 Dec 2007 05:50:11 -0800 (PST) Received: from deepan-chakravarthys-computer.local ( [161.129.204.104]) by mx.google.com with ESMTPS id k9sm6074141wah.3.2161.129.204.104.50.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 29 Dec 2007 05:50:11 -0800 (PST) Message-ID: <[email protected]> Date: Sat, 29 Dec 2007 21:49:47 +0800 From: =?ISO-8859-1?Q?Dee=FEan_Chakravarthy?= <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Macintosh/20071031) MIME-Version: 1.0 To: Jetspeed Users List <[email protected]> Subject: Re: Force portlet to render References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org shepy wrote: > Hi, > > I have a portlet which needs to render itself periodically (every x > minutes) because the view depends on database information which is > permanently changed. How can i achieve this? > > Thanks. > You can do this using JavaScript.. write a JS function that will refresh the page every x minutes.. -- Deepan http://codeshepherd.com/ http://codeshepherd.blogspot.com/ http://sudoku-solver.net/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Dec 29 19:25:48 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 68675 invoked from network); 29 Dec 2007 19:25:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Dec 2007 19:25:48 -0000 Received: (qmail 16957 invoked by uid 500); 29 Dec 2007 19:25:31 -0000 Delivered-To: [email protected] Received: (qmail 16927 invoked by uid 500); 29 Dec 2007 19:25:31 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jetspeed-user.portals.apache.org> Reply-To: "Jetspeed Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 16916 invoked by uid 99); 29 Dec 2007 19:25:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Dec 2007 11:25:31 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp123.sbc.mail.sp1.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 29 Dec 2007 19:25:17 +0000 Received: (qmail 69525 invoked from network); 29 Dec 2007 19:25:08 -0000 Received: from unknown (HELO ?161.129.204.104?) ([email protected]@161.129.204.104 with plain) by smtp123.sbc.mail.sp1.yahoo.com with SMTP; 29 Dec 2007 19:25:07 -0000 X-YMail-OSG: f_rMXOIVM1mMQIQEy4y2bn6o6kIiqedHmtiUpmvbUeXlaefbG7gbcE38sKGX9cYTz47NvsYdm643RVCZdvqsApliX7acPwRVstMRt_U65xA97p6aIg-- Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: <[email protected]> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: Jetspeed Users List <[email protected]> From: David Sean Taylor <[email protected]> Subject: [ANNOUNCE] Apache Portals Jetspeed 2.1.3 release Date: Sat, 29 Dec 2007 11:25:08 -0800 X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org The Apache Portals Jetspeed team is pleased to announce the release of the version 2.1.3 of the Jetspeed Enterprise Portal. Jetspeed is an Open Portal Platform and Enterprise Portal, written in open source to the Java Portlet API standard under the Apache license. Version 2.1.3 is a minor update to the 2.1.2 release. New Features and improvements in Version 2.1.3: * Big Desktop Performance Improvements * Complete Desktop Customization with same feature set and configuration as Portal * Dynamically hide Portlets at request time * Improved LDAP implementation and documentation for Apache DS 1.0.2 * Full PSML and XML Import / Export Admin Portlet * Maximize on edit-defaults feature * New 'Edit Defaults' custom portlet mode * New 'Config' custom portlet mode * Parallel rendering on Websphere 6.1 * Preliminary Portlet API 2.0 ResourceURL support allowing full response control * Provide out-of-the-box Wicket Portlet support * Support for Pocket PC Full details of this can be found in the release notes: http://portals.apache.org/jetspeed-2/release-notes.html Jetspeed 2.1.3 source and binary distributions, including a standard and a full demo installer, are available from: http://portals.apache.org/jetspeed-2/download.html Both Maven-1 and Maven-2 signed jars, wars, POMs and plugins are now available from Maven Central: http://repo1.maven.org/maven/org.apache.portals.jetspeed-2/ http://repo1.maven.org/maven2/org/apache/portals/jetspeed-2/ We hope you enjoy using Jetspeed! If you have any questions, please consult: * The web site: http://portals.apache.org/jetspeed-2/ * The jetspeed-user mailing list: http://portals.apache.org/ jetspeed-2/mail-lists.html David Sean Taylor On behalf of the Apache Portals Team --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Wed Dec 08 23:53:49 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93763 invoked from network); 8 Dec 2010 23:53:48 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Dec 2010 23:53:48 -0000 Received: (qmail 85785 invoked by uid 500); 8 Dec 2010 23:53:48 -0000 Delivered-To: [email protected] Received: (qmail 85737 invoked by uid 500); 8 Dec 2010 23:53:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.lenya.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 85730 invoked by uid 99); 8 Dec 2010 23:53:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 23:53:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 23:53:47 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EB5642388994; Wed, 8 Dec 2010 23:53:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1043785 - in /lenya/trunk/org.apache.lenya.core.identity: ./ src/ src/main/ src/main/java/ src/main/resources/ src/main/resources/COB-INF/ src/main/resources/META-INF/ src/main/resources/META-INF/cocoon/ src/main/resources/META-INF/cocoon/... Date: Wed, 08 Dec 2010 23:53:26 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: florent Date: Wed Dec 8 23:53:26 2010 New Revision: 1043785 URL: http://svn.apache.org/viewvc?rev=1043785&view=rev Log: - create a new identity module in order to move (id)entities related classes Added: lenya/trunk/org.apache.lenya.core.identity/ lenya/trunk/org.apache.lenya.core.identity/pom.xml lenya/trunk/org.apache.lenya.core.identity/rcl.properties lenya/trunk/org.apache.lenya.core.identity/src/ lenya/trunk/org.apache.lenya.core.identity/src/main/ lenya/trunk/org.apache.lenya.core.identity/src/main/java/ lenya/trunk/org.apache.lenya.core.identity/src/main/resources/ lenya/trunk/org.apache.lenya.core.identity/src/main/resources/COB-INF/ lenya/trunk/org.apache.lenya.core.identity/src/main/resources/META-INF/ lenya/trunk/org.apache.lenya.core.identity/src/main/resources/META-INF/cocoon/ lenya/trunk/org.apache.lenya.core.identity/src/main/resources/META-INF/cocoon/spring/ lenya/trunk/org.apache.lenya.core.identity/src/test/ lenya/trunk/org.apache.lenya.core.identity/src/test/java/ Added: lenya/trunk/org.apache.lenya.core.identity/pom.xml URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.identity/pom.xml?rev=1043785&view=auto ============================================================================== --- lenya/trunk/org.apache.lenya.core.identity/pom.xml (added) +++ lenya/trunk/org.apache.lenya.core.identity/pom.xml Wed Dec 8 23:53:26 2010 @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.lenya</groupId> + <artifactId>lenya-parent</artifactId> + <version>2.2.0-SNAPSHOT</version> + <relativePath>../org.apache.lenya.parent/pom.xml</relativePath> + </parent> + + <groupId>org.apache.lenya</groupId> + <artifactId>lenya-core-identity</artifactId> + <packaging>jar</packaging> + <name>Apache Lenya core Identity</name> + <description>Define and deal with identities (users, machine, ...) in Lenya </description> + + <dependencies> + + <!-- TODO : see if all theses dependencies are required --> + <dependency> + <groupId>org.apache.cocoon</groupId> + <artifactId>cocoon-core</artifactId> + </dependency> + <dependency> + <groupId>org.apache.cocoon</groupId> + <artifactId>cocoon-servlet-service-components</artifactId> + </dependency> + <dependency> + <groupId>org.apache.cocoon</groupId> + <artifactId>cocoon-template-impl</artifactId> + </dependency> + <dependency> + <groupId>org.apache.cocoon</groupId> + <artifactId>cocoon-flowscript-impl</artifactId> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + <version>2.4</version> + <scope>provided</scope> + </dependency> + </dependencies> +</project> Added: lenya/trunk/org.apache.lenya.core.identity/rcl.properties URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.identity/rcl.properties?rev=1043785&view=auto ============================================================================== --- lenya/trunk/org.apache.lenya.core.identity/rcl.properties (added) +++ lenya/trunk/org.apache.lenya.core.identity/rcl.properties Wed Dec 8 23:53:26 2010 @@ -0,0 +1,17 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +org.apache.lenya.lenya-core-identity.service%classes-dir=./target/classes \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Dec 12 15:55:54 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55101 invoked from network); 12 Dec 2010 15:55:53 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 12 Dec 2010 15:55:53 -0000 Received: (qmail 25336 invoked by uid 500); 12 Dec 2010 15:55:52 -0000 Delivered-To: [email protected] Received: (qmail 25272 invoked by uid 500); 12 Dec 2010 15:55:51 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.lenya.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 25265 invoked by uid 99); 12 Dec 2010 15:55:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Dec 2010 15:55:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Dec 2010 15:55:47 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 63A7C2388A3C; Sun, 12 Dec 2010 15:55:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1044837 - /lenya/branches/BRANCH_2_0_X/src/webapp/lenya/config/sitemap/resources.xmap Date: Sun, 12 Dec 2010 15:55:26 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: rainer Date: Sun Dec 12 15:55:26 2010 New Revision: 1044837 URL: http://svn.apache.org/viewvc?rev=1044837&view=rev Log: Correct svn:eol-style Modified: lenya/branches/BRANCH_2_0_X/src/webapp/lenya/config/sitemap/resources.xmap (contents, props changed) Modified: lenya/branches/BRANCH_2_0_X/src/webapp/lenya/config/sitemap/resources.xmap URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/webapp/lenya/config/sitemap/resources.xmap?rev=1044837&r1=1044836&r2=1044837&view=diff ============================================================================== --- lenya/branches/BRANCH_2_0_X/src/webapp/lenya/config/sitemap/resources.xmap (original) +++ lenya/branches/BRANCH_2_0_X/src/webapp/lenya/config/sitemap/resources.xmap Sun Dec 12 15:55:26 2010 @@ -1,38 +1,38 @@ -<?xml version="1.0"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<xmap unless="/sitemap/resources/resource[@name = 'style-cms-page']" - remove="/sitemap/resources" - xpath="/sitemap" - insert-after="/sitemap/views" - xmlns:map="http://apache.org/cocoon/sitemap/1.0"> - -<!-- =========================== Resources ================================= --> - - <map:resources> - <map:resource name="style-cms-page"> - <map:transform type="i18n"> - <map:parameter name="locale" value="{request:locale}"/> - </map:transform> +<?xml version="1.0"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<xmap unless="/sitemap/resources/resource[@name = 'style-cms-page']" + remove="/sitemap/resources" + xpath="/sitemap" + insert-after="/sitemap/views" + xmlns:map="http://apache.org/cocoon/sitemap/1.0"> + +<!-- =========================== Resources ================================= --> + + <map:resources> + <map:resource name="style-cms-page"> + <map:transform type="i18n"> + <map:parameter name="locale" value="{request:locale}"/> + </map:transform> <map:transform src="fallback://lenya/xslt/util/page2xhtml.xsl"/> - <map:transform type="proxy"/> - <map:transform src="context://lenya/xslt/util/strip_namespaces.xsl"/> - </map:resource> - </map:resources> - -</xmap> + <map:transform type="proxy"/> + <map:transform src="context://lenya/xslt/util/strip_namespaces.xsl"/> + </map:resource> + </map:resources> + +</xmap> Propchange: lenya/branches/BRANCH_2_0_X/src/webapp/lenya/config/sitemap/resources.xmap ------------------------------------------------------------------------------ svn:eol-style = native --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Dec 15 10:15:17 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78442 invoked from network); 15 Dec 2010 10:15:16 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 15 Dec 2010 10:15:16 -0000 Received: (qmail 27916 invoked by uid 500); 15 Dec 2010 10:15:15 -0000 Delivered-To: [email protected] Received: (qmail 27848 invoked by uid 500); 15 Dec 2010 10:15:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.lenya.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 27835 invoked by uid 99); 15 Dec 2010 10:15:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Dec 2010 10:15:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Dec 2010 10:15:10 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 994AA23888A6; Wed, 15 Dec 2010 10:14:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1049472 - in /lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree: DefaultSiteTree.java SiteTreeFactory.java SiteTreeLink.java TreeSiteManager.java Date: Wed, 15 Dec 2010 10:14:49 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: froethenbacher Date: Wed Dec 15 10:14:49 2010 New Revision: 1049472 URL: http://svn.apache.org/viewvc?rev=1049472&view=rev Log: Deprecated old implementations. Modified: lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/DefaultSiteTree.java lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeFactory.java lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeLink.java lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/TreeSiteManager.java Modified: lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/DefaultSiteTree.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/DefaultSiteTree.java?rev=1049472&r1=1049471&r2=1049472&view=diff ============================================================================== --- lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/DefaultSiteTree.java (original) +++ lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/DefaultSiteTree.java Wed Dec 15 10:14:49 2010 @@ -52,6 +52,7 @@ import org.w3c.dom.NodeList; * * @version $Id: DefaultSiteTree.java 208764 2005-07-01 15:57:21Z andreas $ */ +@Deprecated public class DefaultSiteTree extends AbstractLogEnabled implements SiteTree { /** Modified: lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeFactory.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeFactory.java?rev=1049472&r1=1049471&r2=1049472&view=diff ============================================================================== --- lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeFactory.java (original) +++ lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeFactory.java Wed Dec 15 10:14:49 2010 @@ -34,6 +34,7 @@ import org.apache.lenya.cms.repository.S * * @version $Id: SiteTreeFactory.java 179568 2005-06-02 09:27:26Z jwkaltz $ */ +@Deprecated public class SiteTreeFactory extends AbstractLogEnabled implements RepositoryItemFactory { protected ServiceManager manager; Modified: lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeLink.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeLink.java?rev=1049472&r1=1049471&r2=1049472&view=diff ============================================================================== --- lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeLink.java (original) +++ lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeLink.java Wed Dec 15 10:14:49 2010 @@ -26,6 +26,7 @@ import org.w3c.dom.Element; /** * SiteTree link. */ +@Deprecated public class SiteTreeLink extends AbstractLink { protected SiteTreeLink(DocumentFactory factory, SiteNode node, String _language, Modified: lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/TreeSiteManager.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/TreeSiteManager.java?rev=1049472&r1=1049471&r2=1049472&view=diff ============================================================================== --- lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/TreeSiteManager.java (original) +++ lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/TreeSiteManager.java Wed Dec 15 10:14:49 2010 @@ -41,6 +41,7 @@ import org.apache.lenya.cms.site.SiteStr * * @version $Id: TreeSiteManager.java 208766 2005-07-01 16:05:00Z andreas $ */ +@Deprecated public class TreeSiteManager extends AbstractSiteManager implements Serviceable { /** --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Dec 15 10:31:32 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82695 invoked from network); 15 Dec 2010 10:31:32 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 15 Dec 2010 10:31:32 -0000 Received: (qmail 42935 invoked by uid 500); 15 Dec 2010 10:31:32 -0000 Delivered-To: [email protected] Received: (qmail 42863 invoked by uid 500); 15 Dec 2010 10:31:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.lenya.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 42856 invoked by uid 99); 15 Dec 2010 10:31:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Dec 2010 10:31:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Dec 2010 10:31:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 597C123889E9; Wed, 15 Dec 2010 10:31:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1049475 - in /lenya/branches/BRANCH_2_0_X/src: modules-core/linking/java/test/org/apache/lenya/cms/linking/LinkTest.java modules/export/java/test/org/apache/lenya/cms/export/ImportTest.java Date: Wed, 15 Dec 2010 10:31:06 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: florent Date: Wed Dec 15 10:31:05 2010 New Revision: 1049475 URL: http://svn.apache.org/viewvc?rev=1049475&view=rev Log: - suppress the test related to link size because the test class is about import. -- add the test on link size in the LinkTest class. Modified: lenya/branches/BRANCH_2_0_X/src/modules-core/linking/java/test/org/apache/lenya/cms/linking/LinkTest.java lenya/branches/BRANCH_2_0_X/src/modules/export/java/test/org/apache/lenya/cms/export/ImportTest.java Modified: lenya/branches/BRANCH_2_0_X/src/modules-core/linking/java/test/org/apache/lenya/cms/linking/LinkTest.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/modules-core/linking/java/test/org/apache/lenya/cms/linking/LinkTest.java?rev=1049475&r1=1049474&r2=1049475&view=diff ============================================================================== --- lenya/branches/BRANCH_2_0_X/src/modules-core/linking/java/test/org/apache/lenya/cms/linking/LinkTest.java (original) +++ lenya/branches/BRANCH_2_0_X/src/modules-core/linking/java/test/org/apache/lenya/cms/linking/LinkTest.java Wed Dec 15 10:31:05 2010 @@ -52,7 +52,8 @@ public class LinkTest extends AbstractAc resolver = (LinkResolver) getManager().lookup(LinkResolver.ROLE); Link[] links = linkManager.getLinksFrom(source); - + assertTrue(links.length > 0); + boolean matched = false; for (int i = 0; i < links.length; i++) { LinkTarget linkTarget = resolver.resolve(source, links[i].getUri()); Modified: lenya/branches/BRANCH_2_0_X/src/modules/export/java/test/org/apache/lenya/cms/export/ImportTest.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/modules/export/java/test/org/apache/lenya/cms/export/ImportTest.java?rev=1049475&r1=1049474&r2=1049475&view=diff ============================================================================== --- lenya/branches/BRANCH_2_0_X/src/modules/export/java/test/org/apache/lenya/cms/export/ImportTest.java (original) +++ lenya/branches/BRANCH_2_0_X/src/modules/export/java/test/org/apache/lenya/cms/export/ImportTest.java Wed Dec 15 10:31:05 2010 @@ -54,8 +54,7 @@ public class ImportTest extends Abstract importer.importContent(defaultPub, area, path); assertTrue(area.getSite().contains("/tutorial")); - checkLinks(area); - + session.commit(); } @@ -65,22 +64,5 @@ public class ImportTest extends Abstract } - protected void checkLinks(Area area) throws PublicationException, ServiceException { - SiteStructure site = area.getSite(); - Document source = site.getNode("/index").getLink("en").getDocument(); - - LinkManager linkManager = null; - try { - linkManager = (LinkManager) getManager().lookup(LinkManager.ROLE); - Link[] links = linkManager.getLinksFrom(source); - assertTrue(links.length > 0); - } - finally { - if (linkManager != null) { - getManager().release(linkManager); - } - } - - } } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Dec 15 11:05:29 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1972 invoked from network); 15 Dec 2010 11:05:29 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 15 Dec 2010 11:05:29 -0000 Received: (qmail 76703 invoked by uid 500); 15 Dec 2010 11:05:29 -0000 Delivered-To: [email protected] Received: (qmail 76636 invoked by uid 500); 15 Dec 2010 11:05:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.lenya.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 76629 invoked by uid 99); 15 Dec 2010 11:05:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Dec 2010 11:05:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Dec 2010 11:05:25 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B34E223888FD; Wed, 15 Dec 2010 11:05:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1049501 - in /lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree: DefaultSiteTree.java SiteTreeFactory.java SiteTreeLink.java TreeSiteManager.java Date: Wed, 15 Dec 2010 11:05:05 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: froethenbacher Date: Wed Dec 15 11:05:05 2010 New Revision: 1049501 URL: http://svn.apache.org/viewvc?rev=1049501&view=rev Log: Reverted as 2.0.x branch is supposed to be Java 1.4 compatible. Will apply changes to 2.1.x branch. Modified: lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/DefaultSiteTree.java lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeFactory.java lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeLink.java lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/TreeSiteManager.java Modified: lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/DefaultSiteTree.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/DefaultSiteTree.java?rev=1049501&r1=1049500&r2=1049501&view=diff ============================================================================== --- lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/DefaultSiteTree.java (original) +++ lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/DefaultSiteTree.java Wed Dec 15 11:05:05 2010 @@ -52,7 +52,6 @@ import org.w3c.dom.NodeList; * * @version $Id: DefaultSiteTree.java 208764 2005-07-01 15:57:21Z andreas $ */ -@Deprecated public class DefaultSiteTree extends AbstractLogEnabled implements SiteTree { /** Modified: lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeFactory.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeFactory.java?rev=1049501&r1=1049500&r2=1049501&view=diff ============================================================================== --- lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeFactory.java (original) +++ lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeFactory.java Wed Dec 15 11:05:05 2010 @@ -34,7 +34,6 @@ import org.apache.lenya.cms.repository.S * * @version $Id: SiteTreeFactory.java 179568 2005-06-02 09:27:26Z jwkaltz $ */ -@Deprecated public class SiteTreeFactory extends AbstractLogEnabled implements RepositoryItemFactory { protected ServiceManager manager; Modified: lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeLink.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeLink.java?rev=1049501&r1=1049500&r2=1049501&view=diff ============================================================================== --- lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeLink.java (original) +++ lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeLink.java Wed Dec 15 11:05:05 2010 @@ -26,7 +26,6 @@ import org.w3c.dom.Element; /** * SiteTree link. */ -@Deprecated public class SiteTreeLink extends AbstractLink { protected SiteTreeLink(DocumentFactory factory, SiteNode node, String _language, Modified: lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/TreeSiteManager.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/TreeSiteManager.java?rev=1049501&r1=1049500&r2=1049501&view=diff ============================================================================== --- lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/TreeSiteManager.java (original) +++ lenya/branches/BRANCH_2_0_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/TreeSiteManager.java Wed Dec 15 11:05:05 2010 @@ -41,7 +41,6 @@ import org.apache.lenya.cms.site.SiteStr * * @version $Id: TreeSiteManager.java 208766 2005-07-01 16:05:00Z andreas $ */ -@Deprecated public class TreeSiteManager extends AbstractSiteManager implements Serviceable { /** --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Dec 15 13:42:35 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71806 invoked from network); 15 Dec 2010 13:42:34 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 15 Dec 2010 13:42:34 -0000 Received: (qmail 37574 invoked by uid 500); 15 Dec 2010 13:42:34 -0000 Delivered-To: [email protected] Received: (qmail 37499 invoked by uid 500); 15 Dec 2010 13:42:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.lenya.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 37477 invoked by uid 99); 15 Dec 2010 13:42:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Dec 2010 13:42:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Dec 2010 13:42:28 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C95CE2388994; Wed, 15 Dec 2010 13:42:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1049550 - in /lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree: DefaultSiteTree.java SiteTreeFactory.java SiteTreeLink.java SiteTreeNodeImpl.java TreeSiteManager.java Date: Wed, 15 Dec 2010 13:42:07 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: froethenbacher Date: Wed Dec 15 13:42:07 2010 New Revision: 1049550 URL: http://svn.apache.org/viewvc?rev=1049550&view=rev Log: Deprecated old sitetree implementations. Modified: lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/DefaultSiteTree.java lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeFactory.java lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeLink.java lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeNodeImpl.java lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/TreeSiteManager.java Modified: lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/DefaultSiteTree.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/DefaultSiteTree.java?rev=1049550&r1=1049549&r2=1049550&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/DefaultSiteTree.java (original) +++ lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/DefaultSiteTree.java Wed Dec 15 13:42:07 2010 @@ -52,6 +52,7 @@ import org.w3c.dom.NodeList; * * @version $Id: DefaultSiteTree.java 208764 2005-07-01 15:57:21Z andreas $ */ +@Deprecated public class DefaultSiteTree extends AbstractLogEnabled implements SiteTree { /** Modified: lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeFactory.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeFactory.java?rev=1049550&r1=1049549&r2=1049550&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeFactory.java (original) +++ lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeFactory.java Wed Dec 15 13:42:07 2010 @@ -34,6 +34,7 @@ import org.apache.lenya.cms.repository.S * * @version $Id: SiteTreeFactory.java 179568 2005-06-02 09:27:26Z jwkaltz $ */ +@Deprecated public class SiteTreeFactory extends AbstractLogEnabled implements RepositoryItemFactory { protected ServiceManager manager; Modified: lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeLink.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeLink.java?rev=1049550&r1=1049549&r2=1049550&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeLink.java (original) +++ lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeLink.java Wed Dec 15 13:42:07 2010 @@ -26,6 +26,7 @@ import org.w3c.dom.Element; /** * SiteTree link. */ +@Deprecated public class SiteTreeLink extends AbstractLink { protected SiteTreeLink(DocumentFactory factory, SiteNode node, String _language, Modified: lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeNodeImpl.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeNodeImpl.java?rev=1049550&r1=1049549&r2=1049550&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeNodeImpl.java (original) +++ lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeNodeImpl.java Wed Dec 15 13:42:07 2010 @@ -43,6 +43,7 @@ import org.w3c.dom.NodeList; * @see org.apache.lenya.cms.site.tree.SiteTreeNode * @version $Id: SiteTreeNodeImpl.java 155316 2005-02-25 10:53:29Z andreas $ */ +@Deprecated public class SiteTreeNodeImpl extends AbstractLogEnabled implements SiteTreeNode { /** Modified: lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/TreeSiteManager.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/TreeSiteManager.java?rev=1049550&r1=1049549&r2=1049550&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/TreeSiteManager.java (original) +++ lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/TreeSiteManager.java Wed Dec 15 13:42:07 2010 @@ -41,6 +41,7 @@ import org.apache.lenya.cms.site.SiteStr * * @version $Id: TreeSiteManager.java 208766 2005-07-01 16:05:00Z andreas $ */ +@Deprecated public class TreeSiteManager extends AbstractSiteManager implements Serviceable { /** --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Dec 22 15:34:10 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 43979 invoked from network); 22 Dec 2010 15:34:10 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Dec 2010 15:34:10 -0000 Received: (qmail 13815 invoked by uid 500); 22 Dec 2010 15:34:10 -0000 Delivered-To: [email protected] Received: (qmail 13741 invoked by uid 500); 22 Dec 2010 15:34:08 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.lenya.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 13733 invoked by uid 99); 22 Dec 2010 15:34:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Dec 2010 15:34:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Dec 2010 15:34:07 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DF4D12388903; Wed, 22 Dec 2010 15:33:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1051953 - in /lenya/branches/BRANCH_2_1_X: lib/commons-io-2.0.jar src/targets/ide-build.xml src/targets/init-build.xml Date: Wed, 22 Dec 2010 15:33:46 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: froethenbacher Date: Wed Dec 22 15:33:46 2010 New Revision: 1051953 URL: http://svn.apache.org/viewvc?rev=1051953&view=rev Log: Updated commons-io library. Added: lenya/branches/BRANCH_2_1_X/lib/commons-io-2.0.jar (with props) Modified: lenya/branches/BRANCH_2_1_X/src/targets/ide-build.xml lenya/branches/BRANCH_2_1_X/src/targets/init-build.xml Added: lenya/branches/BRANCH_2_1_X/lib/commons-io-2.0.jar URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/lib/commons-io-2.0.jar?rev=1051953&view=auto ============================================================================== Binary file - no diff available. Propchange: lenya/branches/BRANCH_2_1_X/lib/commons-io-2.0.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Modified: lenya/branches/BRANCH_2_1_X/src/targets/ide-build.xml URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/targets/ide-build.xml?rev=1051953&r1=1051952&r2=1051953&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/targets/ide-build.xml (original) +++ lenya/branches/BRANCH_2_1_X/src/targets/ide-build.xml Wed Dec 22 15:33:46 2010 @@ -65,6 +65,7 @@ <!-- Cocoon libs --> <fileset dir="${cocoon.src.dir}/${lib.dir}"> <include name="core/*.jar"/> + <exclude name="core/commons-io-*.jar"/> <!-- Currently, we have no JVM dependent libraries <include name="core/jvm${target.vm}/*.jar"/> --> Modified: lenya/branches/BRANCH_2_1_X/src/targets/init-build.xml URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/targets/init-build.xml?rev=1051953&r1=1051952&r2=1051953&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/targets/init-build.xml (original) +++ lenya/branches/BRANCH_2_1_X/src/targets/init-build.xml Wed Dec 22 15:33:46 2010 @@ -105,6 +105,7 @@ <exclude name="WEB-INF/xconf/**"/> <!-- exclude the geronimo libraries, see http://issues.apache.org/bugzilla/show_bug.cgi?id=38587 --> <exclude name="WEB-INF/lib/geronimo-*.jar"/> + <exclude name="WEB-INF/lib/commons-io-*.jar"/> <exclude name="**/javac.jar"/> </fileset> </copy> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Dec 23 14:18:49 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 89135 invoked from network); 23 Dec 2010 14:18:48 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 23 Dec 2010 14:18:48 -0000 Received: (qmail 89194 invoked by uid 500); 23 Dec 2010 14:18:48 -0000 Delivered-To: [email protected] Received: (qmail 89131 invoked by uid 500); 23 Dec 2010 14:18:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.lenya.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 89123 invoked by uid 99); 23 Dec 2010 14:18:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Dec 2010 14:18:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Dec 2010 14:18:44 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8F27323888CF; Thu, 23 Dec 2010 14:18:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1052276 - in /lenya/branches/BRANCH_2_1_X/src: impl/java/org/apache/lenya/cms/repository/AxisUUIDGenerator.java impl/java/org/apache/lenya/cms/repository/RandomUuidGenerator.java webapp/lenya/config/cocoon-xconf/misc/uuid-generator.xconf Date: Thu, 23 Dec 2010 14:18:22 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: froethenbacher Date: Thu Dec 23 14:18:22 2010 New Revision: 1052276 URL: http://svn.apache.org/viewvc?rev=1052276&view=rev Log: Replaced Axis UUID generator with standard Java one. Added: lenya/branches/BRANCH_2_1_X/src/impl/java/org/apache/lenya/cms/repository/RandomUuidGenerator.java Modified: lenya/branches/BRANCH_2_1_X/src/impl/java/org/apache/lenya/cms/repository/AxisUUIDGenerator.java lenya/branches/BRANCH_2_1_X/src/webapp/lenya/config/cocoon-xconf/misc/uuid-generator.xconf Modified: lenya/branches/BRANCH_2_1_X/src/impl/java/org/apache/lenya/cms/repository/AxisUUIDGenerator.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/impl/java/org/apache/lenya/cms/repository/AxisUUIDGenerator.java?rev=1052276&r1=1052275&r2=1052276&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/impl/java/org/apache/lenya/cms/repository/AxisUUIDGenerator.java (original) +++ lenya/branches/BRANCH_2_1_X/src/impl/java/org/apache/lenya/cms/repository/AxisUUIDGenerator.java Thu Dec 23 14:18:22 2010 @@ -24,6 +24,8 @@ import org.apache.axis.components.uuid.U /** * UUID generator based on Apache Axis. + * + * @deprecated */ public class AxisUUIDGenerator extends AbstractLogEnabled implements UUIDGenerator, ThreadSafe { Added: lenya/branches/BRANCH_2_1_X/src/impl/java/org/apache/lenya/cms/repository/RandomUuidGenerator.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/impl/java/org/apache/lenya/cms/repository/RandomUuidGenerator.java?rev=1052276&view=auto ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/impl/java/org/apache/lenya/cms/repository/RandomUuidGenerator.java (added) +++ lenya/branches/BRANCH_2_1_X/src/impl/java/org/apache/lenya/cms/repository/RandomUuidGenerator.java Thu Dec 23 14:18:22 2010 @@ -0,0 +1,33 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +package org.apache.lenya.cms.repository; + +import java.util.UUID; + +/** + * UUID generator based on Java random UUID's. + */ +public class RandomUuidGenerator implements UUIDGenerator { + + @Override + public String nextUUID() { + UUID uuid = UUID.randomUUID(); + return uuid.toString(); + } + +} Modified: lenya/branches/BRANCH_2_1_X/src/webapp/lenya/config/cocoon-xconf/misc/uuid-generator.xconf URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/webapp/lenya/config/cocoon-xconf/misc/uuid-generator.xconf?rev=1052276&r1=1052275&r2=1052276&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/webapp/lenya/config/cocoon-xconf/misc/uuid-generator.xconf (original) +++ lenya/branches/BRANCH_2_1_X/src/webapp/lenya/config/cocoon-xconf/misc/uuid-generator.xconf Thu Dec 23 14:18:22 2010 @@ -24,5 +24,5 @@ <xconf xpath="/cocoon" unless="/cocoon/component[@role = 'org.apache.lenya.cms.repository.UUIDGenerator']"> <component role="org.apache.lenya.cms.repository.UUIDGenerator" logger="lenya.cocoon.components" - class="org.apache.lenya.cms.repository.AxisUUIDGenerator"/> + class="org.apache.lenya.cms.repository.RandomUuidGenerator"/> </xconf> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Dec 23 17:02:50 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7082 invoked from network); 23 Dec 2010 17:02:50 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 23 Dec 2010 17:02:50 -0000 Received: (qmail 75005 invoked by uid 500); 23 Dec 2010 17:02:50 -0000 Delivered-To: [email protected] Received: (qmail 74935 invoked by uid 500); 23 Dec 2010 17:02:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.lenya.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 74928 invoked by uid 99); 23 Dec 2010 17:02:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Dec 2010 17:02:49 +0000 X-ASF-Spam-Status: No, hits=-1999.6 required=10.0 tests=ALL_TRUSTED,FILL_THIS_FORM_FRAUD_PHISH,T_FILL_THIS_FORM_SHORT X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Dec 2010 17:02:43 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9F17223888CF; Thu, 23 Dec 2010 17:02:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1052317 - in /lenya/branches/BRANCH_2_1_X: lib/ src/impl/java/org/apache/lenya/cms/repository/ src/impl/test/org/apache/lenya/transaction/ src/java/org/apache/lenya/ac/ src/java/org/apache/lenya/cms/ac/ src/java/org/apache/lenya/cms/cocoon... Date: Thu, 23 Dec 2010 17:02:21 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: froethenbacher Date: Thu Dec 23 17:02:20 2010 New Revision: 1052317 URL: http://svn.apache.org/viewvc?rev=1052317&view=rev Log: Added site tree monitor for monitoring external changes to a site tree in a cluster environment. Added: lenya/branches/BRANCH_2_1_X/lib/guava-r07.jar (with props) lenya/branches/BRANCH_2_1_X/src/modules/sitetree/config/cocoon-xconf/SiteTreeMonitor.xconf lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitor.java lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitorImpl.java lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitorListener.java Removed: lenya/branches/BRANCH_2_1_X/src/impl/java/org/apache/lenya/cms/repository/SharedItemStoreImpl.java lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/repository/SharedItemStore.java lenya/branches/BRANCH_2_1_X/src/webapp/lenya/config/cocoon-xconf/misc/shared-item-store.xconf Modified: lenya/branches/BRANCH_2_1_X/src/impl/test/org/apache/lenya/transaction/TransactionTest.java lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/ac/Identity.java lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/ac/PolicyUtil.java lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/cocoon/source/RepositorySource.java lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/repository/RepositoryManagerImpl.java lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/repository/RepositoryUtil.java lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/repository/Session.java lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/repository/SessionImpl.java lenya/branches/BRANCH_2_1_X/src/modules-core/ac/java/src/org/apache/lenya/ac/impl/DefaultAccessController.java lenya/branches/BRANCH_2_1_X/src/modules-core/ac/java/test/org/apache/lenya/ac/impl/IdentityTest.java lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/DelegatingSiteTree.java lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeFactory.java lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeImpl.java lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/TreeSiteManager.java lenya/branches/BRANCH_2_1_X/src/modules/sourcerepository/java/src/org/apache/lenya/cms/repository/SourceNode.java lenya/branches/BRANCH_2_1_X/src/modules/sourcerepository/java/src/org/apache/lenya/cms/repository/SourceNodeRCML.java lenya/branches/BRANCH_2_1_X/src/modules/sourcerepository/java/src/org/apache/lenya/cms/repository/SourceNodeRcmlFactory.java Added: lenya/branches/BRANCH_2_1_X/lib/guava-r07.jar URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/lib/guava-r07.jar?rev=1052317&view=auto ============================================================================== Binary file - no diff available. Propchange: lenya/branches/BRANCH_2_1_X/lib/guava-r07.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Modified: lenya/branches/BRANCH_2_1_X/src/impl/test/org/apache/lenya/transaction/TransactionTest.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/impl/test/org/apache/lenya/transaction/TransactionTest.java?rev=1052317&r1=1052316&r2=1052317&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/impl/test/org/apache/lenya/transaction/TransactionTest.java (original) +++ lenya/branches/BRANCH_2_1_X/src/impl/test/org/apache/lenya/transaction/TransactionTest.java Thu Dec 23 17:02:20 2010 @@ -24,10 +24,10 @@ public class TransactionTest extends Con public void testTransaction() throws TransactionException { - Identity lenya = new Identity(getLogger()); + Identity lenya = new Identity(); lenya.addIdentifiable(new MockUser("lenya")); - Identity alice = new Identity(getLogger()); + Identity alice = new Identity(); alice.addIdentifiable(new MockUser("alice")); IdentityMap lenyaMap = new IdentityMapImpl(getLogger()); Modified: lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/ac/Identity.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/ac/Identity.java?rev=1052317&r1=1052316&r2=1052317&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/ac/Identity.java (original) +++ lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/ac/Identity.java Thu Dec 23 17:02:20 2010 @@ -36,27 +36,22 @@ import org.apache.cocoon.environment.Ses /** * Identity object. Used to store the authenticated accreditables in the session. */ -public class Identity extends AbstractLogEnabled implements Identifiable, Serializable { +public class Identity implements Identifiable, Serializable { /** * */ private static final long serialVersionUID = 1L; private Set identifiables = new HashSet(); - /** - * Ctor. - * @param logger The logger. - */ - public Identity(Logger logger) { - ContainerUtil.enableLogging(this, logger); - } - - /** - * Initializes this identity. - */ - public void initialize() { + public static Identity ANONYMOUS = new Identity(); + + /** + * C'tor. + * Adds World identifiable by default. + */ + public Identity() { addIdentifiable(World.getInstance()); - } + } /** * In the case of Tomcat the object will be serialized to TOMCAT/work/Standalone/localhost/lenya/SESSIONS.ser @@ -96,10 +91,6 @@ public class Identity extends AbstractLo assert identifiable != this; assert !this.identifiables.contains(identifiable); - if (getLogger().isDebugEnabled()) { - getLogger().debug("Adding identifiable: [" + identifiable + "]"); - } - this.identifiables.add(identifiable); } Modified: lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/ac/PolicyUtil.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/ac/PolicyUtil.java?rev=1052317&r1=1052316&r2=1052317&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/ac/PolicyUtil.java (original) +++ lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/ac/PolicyUtil.java Thu Dec 23 17:02:20 2010 @@ -136,7 +136,7 @@ public final class PolicyUtil { Role roleObject = accreditableManager.getRoleManager().getRole(role); for (int i = 0; i < users.length; i++) { - Identity identity = new Identity(logger); + Identity identity = new Identity(); identity.addIdentifiable(users[i]); Role[] roles = policyManager.getGrantedRoles(accreditableManager, identity, webappUrl); Modified: lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/cocoon/source/RepositorySource.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/cocoon/source/RepositorySource.java?rev=1052317&r1=1052316&r2=1052317&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/cocoon/source/RepositorySource.java (original) +++ lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/cocoon/source/RepositorySource.java Thu Dec 23 17:02:20 2010 @@ -96,12 +96,12 @@ public class RepositorySource extends Ab int start = 0; int end = uri.indexOf(':'); if (end == -1) - throw new MalformedURLException("Malformed uri for xmodule source (cannot find scheme) : " + throw new MalformedURLException("Malformed uri for lenya source (cannot find scheme) : " + uri); String scheme = uri.substring(start, end); if (!SCHEME.equals(scheme)) - throw new MalformedURLException("Malformed uri for a xmodule source : " + uri); + throw new MalformedURLException("Malformed uri for a lenya source : " + uri); setScheme(scheme); Modified: lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/repository/RepositoryManagerImpl.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/repository/RepositoryManagerImpl.java?rev=1052317&r1=1052316&r2=1052317&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/repository/RepositoryManagerImpl.java (original) +++ lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/repository/RepositoryManagerImpl.java Thu Dec 23 17:02:20 2010 @@ -17,12 +17,18 @@ */ package org.apache.lenya.cms.repository; +import java.util.concurrent.ConcurrentMap; +import java.util.concurrent.TimeUnit; + import org.apache.avalon.framework.logger.AbstractLogEnabled; import org.apache.avalon.framework.service.ServiceException; import org.apache.avalon.framework.service.ServiceManager; import org.apache.avalon.framework.service.Serviceable; +import org.apache.commons.lang.Validate; import org.apache.lenya.ac.Identity; +import com.google.common.collect.MapMaker; + /** * Repository manager implementation. * @version $Id:$ @@ -31,6 +37,9 @@ public class RepositoryManagerImpl exten Serviceable { protected ServiceManager manager; + // Cache unmodifiable sessions per identity. + protected ConcurrentMap<Identity, Session> sharedSessions = + new MapMaker().softKeys().softValues().expiration(30, TimeUnit.MINUTES).makeMap(); /** * @see org.apache.avalon.framework.service.Serviceable#service(org.apache.avalon.framework.service.ServiceManager) @@ -39,8 +48,35 @@ public class RepositoryManagerImpl exten this.manager = manager; } + @Override public Session createSession(Identity identity, boolean modifiable) throws RepositoryException { - return new SessionImpl(identity, modifiable, this.manager, getLogger()); + Validate.notNull(identity, "identity must not be null"); + if (modifiable) { + if (getLogger().isDebugEnabled()) + getLogger().debug("Created modifiable session."); + return new SessionImpl(identity, modifiable, this.manager, getLogger()); + } else { + // If session is not modifiable then get a shared session. + return getSharedSession(identity); + } } + /** + * Get a shared session for identity. + * @param identity Identity + * @return Shared session for identity. + */ + protected Session getSharedSession(Identity identity) { + Session session = sharedSessions.get(identity); + if (session == null) { + session = new SessionImpl(identity, false, manager, getLogger()); + sharedSessions.put(identity, session); + if (getLogger().isDebugEnabled()) + getLogger().debug("Created new shared session."); + } else { + if (getLogger().isDebugEnabled()) + getLogger().debug("Using cached shared session."); + } + return session; + } } Modified: lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/repository/RepositoryUtil.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/repository/RepositoryUtil.java?rev=1052317&r1=1052316&r2=1052317&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/repository/RepositoryUtil.java (original) +++ lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/repository/RepositoryUtil.java Thu Dec 23 17:02:20 2010 @@ -38,6 +38,8 @@ public class RepositoryUtil { Session session = (Session) request.getAttribute(Session.class.getName()); if (session == null) { Identity identity = getIdentity(request); + if (identity == null) + identity = Identity.ANONYMOUS; // attach a read-only repository session to the HTTP request session = createSession(manager, identity, false); request.setAttribute(Session.class.getName(), session); @@ -52,8 +54,7 @@ public class RepositoryUtil { protected static Identity getIdentity(Request request) { org.apache.cocoon.environment.Session cocoonSession = request.getSession(); - Identity identity = (Identity) cocoonSession.getAttribute(Identity.class.getName()); - return identity; + return Identity.getIdentity(cocoonSession); } /** Modified: lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/repository/Session.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/repository/Session.java?rev=1052317&r1=1052316&r2=1052317&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/repository/Session.java (original) +++ lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/repository/Session.java Thu Dec 23 17:02:20 2010 @@ -57,6 +57,17 @@ public interface Session extends UnitOfW throws RepositoryException; /** + * Invalidate repository item if cached for a non-modifiable session. + * @param key Repository item key. + */ + void invalidateRepositoryItem(String key); + + /** + * Invalidate all repository items a non-modifiable session. + */ + void invalidateAllRepositoryItems(); + + /** * @param listener The listener to add. * @throws RepositoryException if the listener is already registered. */ Modified: lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/repository/SessionImpl.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/repository/SessionImpl.java?rev=1052317&r1=1052316&r2=1052317&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/repository/SessionImpl.java (original) +++ lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/repository/SessionImpl.java Thu Dec 23 17:02:20 2010 @@ -22,11 +22,11 @@ import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.Set; +import java.util.concurrent.ConcurrentMap; import org.apache.avalon.framework.container.ContainerUtil; import org.apache.avalon.framework.logger.AbstractLogEnabled; import org.apache.avalon.framework.logger.Logger; -import org.apache.avalon.framework.service.ServiceException; import org.apache.avalon.framework.service.ServiceManager; import org.apache.lenya.ac.Identity; import org.apache.lenya.cms.observation.ObservationRegistry; @@ -44,6 +44,8 @@ import org.apache.lenya.transaction.Unit import org.apache.lenya.transaction.UnitOfWorkImpl; import org.apache.lenya.util.Assert; +import com.google.common.collect.MapMaker; + /** * Repository session. */ @@ -52,6 +54,10 @@ public class SessionImpl extends Abstrac protected static final String UNMODIFIABLE_SESSION_ID = "unmodifiable"; private ServiceManager manager; private Identity identity; + private boolean modifiable; + // Cache repository items if session is not modifiable. + private ConcurrentMap<String, RepositoryItem> itemCache = + new MapMaker().softValues().makeMap(); /** * Ctor. @@ -67,7 +73,6 @@ public class SessionImpl extends Abstrac Assert.notNull("service manager", manager); this.manager = manager; - this.identityMap = new IdentityMapImpl(logger); this.identity = identity; this.id = modifiable ? createUuid() : UNMODIFIABLE_SESSION_ID; @@ -82,9 +87,10 @@ public class SessionImpl extends Abstrac this.manager.release(registry); } } - + this.modifiable = modifiable; if (modifiable) { - this.unitOfWork = new UnitOfWorkImpl(this.identityMap, this.identity, getLogger()); + this.unitOfWork = new UnitOfWorkImpl(new IdentityMapImpl(logger), + this.identity, getLogger()); } } @@ -109,14 +115,13 @@ public class SessionImpl extends Abstrac return this.identity; } - private UnitOfWork unitOfWork; - private SharedItemStore sharedItemStore; + private UnitOfWorkImpl unitOfWork; /** * @return The unit of work. */ protected UnitOfWork getUnitOfWork() { - if (this.unitOfWork == null) { + if (!isModifiable()) { throw new RuntimeException("This session [" + getId() + "] is not modifiable!"); } return this.unitOfWork; @@ -140,7 +145,6 @@ public class SessionImpl extends Abstrac synchronized (TransactionLock.LOCK) { getUnitOfWork().commit(); - getSharedItemStore().clear(); } } catch (ConcurrentModificationException e) { throw e; @@ -164,7 +168,9 @@ public class SessionImpl extends Abstrac * @throws RepositoryException if an error occurs. */ protected void savePersistables() throws RepositoryException { - Object[] objects = getIdentityMap().getObjects(); + if (!isModifiable()) + throw new RepositoryException("Session not modifiable."); + Object[] objects = unitOfWork.getIdentityMap().getObjects(); for (int i = 0; i < objects.length; i++) { if (objects[i] instanceof Node) { Node node = (Node) objects[i]; @@ -191,25 +197,35 @@ public class SessionImpl extends Abstrac this.events.clear(); } - protected SharedItemStore getSharedItemStore() { - if (this.sharedItemStore == null) { - try { - this.sharedItemStore = (SharedItemStore) this.manager.lookup(SharedItemStore.ROLE); - } catch (ServiceException e) { - throw new RuntimeException(e); - } - } - return this.sharedItemStore; - } - /** * @see org.apache.lenya.cms.repository.Session#getRepositoryItem(org.apache.lenya.cms.repository.RepositoryItemFactory, * java.lang.String) */ public RepositoryItem getRepositoryItem(RepositoryItemFactory factory, String key) throws RepositoryException { - RepositoryItemFactoryWrapper wrapper = new RepositoryItemFactoryWrapper(factory, this); - return (RepositoryItem) getIdentityMap().get(wrapper, key); + RepositoryItem repositoryItem; + if (isModifiable()) { + IdentityMap identityMap = unitOfWork.getIdentityMap(); + RepositoryItemFactoryWrapper wrapper = new RepositoryItemFactoryWrapper(factory, this); + repositoryItem = (RepositoryItem) identityMap.get(wrapper, key); + } else { + repositoryItem = itemCache.get(key); + if (repositoryItem == null) { + repositoryItem = factory.buildItem(this, key); + itemCache.put(key, repositoryItem); + } + } + return repositoryItem; + } + + @Override + public void invalidateRepositoryItem(String key) { + itemCache.remove(key); + } + + @Override + public void invalidateAllRepositoryItems() { + itemCache.clear(); } public void registerNew(Transactionable object) throws TransactionException { @@ -258,7 +274,6 @@ public class SessionImpl extends Abstrac } private List events = new ArrayList(); - private IdentityMap identityMap; public synchronized void enqueueEvent(RepositoryEvent event) { if (!isModifiable()) { @@ -273,12 +288,8 @@ public class SessionImpl extends Abstrac this.events.add(event); } - protected IdentityMap getIdentityMap() { - return this.identityMap; - } - public boolean isModifiable() { - return this.unitOfWork != null; + return modifiable; } private String id; Modified: lenya/branches/BRANCH_2_1_X/src/modules-core/ac/java/src/org/apache/lenya/ac/impl/DefaultAccessController.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules-core/ac/java/src/org/apache/lenya/ac/impl/DefaultAccessController.java?rev=1052317&r1=1052316&r2=1052317&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules-core/ac/java/src/org/apache/lenya/ac/impl/DefaultAccessController.java (original) +++ lenya/branches/BRANCH_2_1_X/src/modules-core/ac/java/src/org/apache/lenya/ac/impl/DefaultAccessController.java Thu Dec 23 17:02:20 2010 @@ -406,8 +406,7 @@ public class DefaultAccessController ext public void setupIdentity(Request request) throws AccessControlException { Session session = request.getSession(true); if (!hasValidIdentity(session)) { - Identity identity = new Identity(getLogger()); - identity.initialize(); + Identity identity = new Identity(); String remoteAddress = request.getRemoteAddr(); String clientAddress = request.getHeader("x-forwarded-for"); Modified: lenya/branches/BRANCH_2_1_X/src/modules-core/ac/java/test/org/apache/lenya/ac/impl/IdentityTest.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules-core/ac/java/test/org/apache/lenya/ac/impl/IdentityTest.java?rev=1052317&r1=1052316&r2=1052317&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules-core/ac/java/test/org/apache/lenya/ac/impl/IdentityTest.java (original) +++ lenya/branches/BRANCH_2_1_X/src/modules-core/ac/java/test/org/apache/lenya/ac/impl/IdentityTest.java Thu Dec 23 17:02:20 2010 @@ -37,7 +37,7 @@ public class IdentityTest extends Abstra * @throws AccessControlException if an error occurs */ public void testIdentity() throws AccessControlException { - Identity identity = new Identity(getLogger()); + Identity identity = new Identity(); User user = getAccessController().getAccreditableManager().getUserManager().getUser(USER_ID); getLogger().info("Adding user to identity: [" + user + "]"); identity.addIdentifiable(user); @@ -57,10 +57,10 @@ public class IdentityTest extends Abstra User testUser = testMgr.getUserManager().getUser(userId); User defaultUser = defaultMgr.getUserManager().getUser(userId); - Identity testIdentity = new Identity(getLogger()); + Identity testIdentity = new Identity(); testIdentity.addIdentifiable(testUser); - Identity defaultIdentity = new Identity(getLogger()); + Identity defaultIdentity = new Identity(); defaultIdentity.addIdentifiable(defaultUser); assertTrue(testIdentity.belongsTo(testMgr)); Added: lenya/branches/BRANCH_2_1_X/src/modules/sitetree/config/cocoon-xconf/SiteTreeMonitor.xconf URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/sitetree/config/cocoon-xconf/SiteTreeMonitor.xconf?rev=1052317&view=auto ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules/sitetree/config/cocoon-xconf/SiteTreeMonitor.xconf (added) +++ lenya/branches/BRANCH_2_1_X/src/modules/sitetree/config/cocoon-xconf/SiteTreeMonitor.xconf Thu Dec 23 17:02:20 2010 @@ -0,0 +1,24 @@ +<?xml version="1.0"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<xconf xpath="/cocoon" unless="/cocoon/component[@role = 'org.apache.lenya.cms.site.tree2.SiteTreeMonitor']"> + + <component role="org.apache.lenya.cms.site.tree2.SiteTreeMonitor" logger="lenya.site" + class="org.apache.lenya.cms.site.tree2.SiteTreeMonitorImpl"/> + +</xconf> Modified: lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/DelegatingSiteTree.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/DelegatingSiteTree.java?rev=1052317&r1=1052316&r2=1052317&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/DelegatingSiteTree.java (original) +++ lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/DelegatingSiteTree.java Thu Dec 23 17:02:20 2010 @@ -22,8 +22,10 @@ import java.util.HashMap; import java.util.List; import java.util.Map; +import org.apache.avalon.framework.logger.AbstractLogEnabled; import org.apache.avalon.framework.service.ServiceException; import org.apache.avalon.framework.service.ServiceManager; +import org.apache.commons.lang.Validate; import org.apache.lenya.cms.publication.Area; import org.apache.lenya.cms.publication.Document; import org.apache.lenya.cms.publication.Publication; @@ -41,7 +43,9 @@ import org.apache.lenya.cms.site.tree.Si * Site tree implementation which delegates all operations to a shared site * tree. */ -public class DelegatingSiteTree implements SiteStructure, SiteTree { +public class DelegatingSiteTree extends AbstractLogEnabled +implements SiteStructure, SiteTree +{ private Area area; private ServiceManager manager; @@ -51,9 +55,7 @@ public class DelegatingSiteTree implemen private List topLevelNodes; private List preOrder; private String sourceUri; - private Session sharedItemStoreSession; - private String key; - private SiteTreeFactory factory; + private SiteTree delegate; /** * @param manager The service manager. @@ -62,13 +64,14 @@ public class DelegatingSiteTree implemen * @param store The shared item store. * @param key The key to build the sitetree. */ - public DelegatingSiteTree(ServiceManager manager, Area area, SiteTreeFactory factory, Session session, - String key) { + public DelegatingSiteTree(ServiceManager manager, Area area, SiteTree delegate, String key) { + Validate.notNull(manager, "manager must not be null"); + Validate.notNull(area, "area must not be null"); + Validate.notNull(delegate, "delegate must not be null"); + Validate.notNull(key, "key must not be null"); this.area = area; this.manager = manager; - this.key = key; - this.factory = factory; - this.sharedItemStoreSession = session; + this.delegate = delegate; } public Link add(String path, Document doc) throws SiteException { @@ -209,15 +212,26 @@ public class DelegatingSiteTree implemen } protected SiteTree getTree() { - try { - return (SiteTree) this.sharedItemStoreSession.getRepositoryItem(this.factory, this.key); - } catch (RepositoryException e) { - throw new RuntimeException(e); - } + return delegate; } public void save() throws RepositoryException { throw new UnsupportedOperationException(); } + /** + * Reload site tree delegate. + */ + public void notifySiteTreeModified() { + SiteTree siteTree = getTree(); + if (siteTree instanceof SiteTreeImpl) { + SiteTreeImpl siteTreeImpl = (SiteTreeImpl) getTree(); + siteTreeImpl.reload(); + } else { + if (getLogger().isWarnEnabled()) + getLogger().warn("Unknown site tree implementation [" + + siteTree.getClass().getName() + + "]. Reloading skipped."); + } + } } Modified: lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeFactory.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeFactory.java?rev=1052317&r1=1052316&r2=1052317&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeFactory.java (original) +++ lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeFactory.java Thu Dec 23 17:02:20 2010 @@ -29,7 +29,6 @@ import org.apache.lenya.cms.repository.R import org.apache.lenya.cms.repository.RepositoryItem; import org.apache.lenya.cms.repository.RepositoryItemFactory; import org.apache.lenya.cms.repository.Session; -import org.apache.lenya.cms.repository.SharedItemStore; import org.apache.lenya.cms.site.tree.SiteTree; /** @@ -56,25 +55,19 @@ public class SiteTreeFactory extends Abs String publicationId = snippets[0]; String areaName = snippets[1]; SiteTree tree; - SharedItemStore store = null; try { DocumentFactory factory = DocumentUtil.createDocumentFactory(this.manager, session); Publication publication = factory.getPublication(publicationId); Area area = publication.getArea(areaName); - store = (SharedItemStore) this.manager.lookup(SharedItemStore.ROLE); - Session storeSession = store.getSession(); - if (session.isModifiable() || session == storeSession) { + if (session.isModifiable()) { tree = new SiteTreeImpl(this.manager, area, getLogger()); } else { - tree = new DelegatingSiteTree(this.manager, area, this, storeSession, key); + SiteTree delegate = new SiteTreeImpl(this.manager, area, getLogger()); + tree = new DelegatingSiteTree(this.manager, area, delegate, key); } } catch (Exception e) { throw new RepositoryException(e); - } finally { - if (store != null) { - this.manager.release(store); - } } return tree; } Modified: lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeImpl.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeImpl.java?rev=1052317&r1=1052316&r2=1052317&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeImpl.java (original) +++ lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeImpl.java Thu Dec 23 17:02:20 2010 @@ -17,6 +17,7 @@ */ package org.apache.lenya.cms.site.tree2; +import java.util.Date; import java.util.HashMap; import java.util.Map; import java.util.Set; @@ -51,6 +52,15 @@ public class SiteTreeImpl extends Abstra protected ServiceManager manager; private RootNode root; private int revision; + /** + * Last modification date of site tree file. + */ + private Date lastModified; + /** + * Site tree file has been modified on file system and site + * tree should be reloaded. + */ + private boolean reload; /** * @param manager The service manager. @@ -117,6 +127,8 @@ public class SiteTreeImpl extends Abstra if (!repoNode.exists()) { reset(); } + if (getLogger().isDebugEnabled()) + getLogger().debug("Site tree loaded [" + getSourceUri() + "]"); } catch (Exception e) { throw new RuntimeException(e); } @@ -429,4 +441,10 @@ public class SiteTreeImpl extends Abstra this.revision = revision; } + public void reload() { + reset(); + loaded = false; + if (getLogger().isDebugEnabled()) + getLogger().debug("Site tree marked for reloading"); + } } Added: lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitor.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitor.java?rev=1052317&view=auto ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitor.java (added) +++ lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitor.java Thu Dec 23 17:02:20 2010 @@ -0,0 +1,10 @@ +package org.apache.lenya.cms.site.tree2; + +import org.apache.lenya.cms.site.tree.SiteTree; + +public interface SiteTreeMonitor { + + String ROLE = SiteTreeMonitor.class.getName(); + + void addListener(SiteTree siteTree, SiteTreeMonitorListener listener); +} Added: lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitorImpl.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitorImpl.java?rev=1052317&view=auto ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitorImpl.java (added) +++ lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitorImpl.java Thu Dec 23 17:02:20 2010 @@ -0,0 +1,109 @@ +package org.apache.lenya.cms.site.tree2; + +import java.io.File; +import java.io.FileFilter; +import java.util.HashMap; + +import org.apache.avalon.framework.activity.Initializable; +import org.apache.avalon.framework.activity.Startable; +import org.apache.avalon.framework.logger.AbstractLogEnabled; +import org.apache.avalon.framework.service.ServiceException; +import org.apache.avalon.framework.service.ServiceManager; +import org.apache.avalon.framework.service.Serviceable; +import org.apache.avalon.framework.thread.ThreadSafe; +import org.apache.commons.io.monitor.FileAlterationListenerAdaptor; +import org.apache.commons.io.monitor.FileAlterationMonitor; +import org.apache.commons.io.monitor.FileAlterationObserver; +import org.apache.commons.lang.Validate; +import org.apache.lenya.cms.site.tree.SiteTree; + +/** + * SiteTreeMonitor implementation. + * Monitor site tree file for modifications and notify + * site tree for reloading. + */ +public class SiteTreeMonitorImpl extends AbstractLogEnabled +implements SiteTreeMonitor, Serviceable, Startable, Initializable, ThreadSafe +{ + private ServiceManager serviceManager; + private FileAlterationMonitor fileAlterationMonitor; + private HashMap<String, SiteTree> siteTreeMap = + new HashMap<String, SiteTree>(); + private HashMap<String, SiteTreeMonitorListener> listenerMap = + new HashMap<String, SiteTreeMonitorListener>(); + + @Override + public void service(ServiceManager serviceManager) throws ServiceException { + this.serviceManager = serviceManager; + } + + @Override + public void start() throws Exception { + Validate.notNull(fileAlterationMonitor, "Not initialized."); + if (getLogger().isDebugEnabled()) + getLogger().debug("Site tree monitor started."); + fileAlterationMonitor.start(); + } + + @Override + public void stop() throws Exception { + Validate.notNull(fileAlterationMonitor, "Not initialized."); + if (getLogger().isDebugEnabled()) + getLogger().debug("Site tree monitor stopped."); + fileAlterationMonitor.stop(); + } + + @Override + public void initialize() throws Exception { + if (getLogger().isDebugEnabled()) + getLogger().debug("Site tree monitor initialized."); + fileAlterationMonitor = new FileAlterationMonitor(); + } + + @Override + public void addListener(SiteTree siteTree, + SiteTreeMonitorListener listener) + { + // Publication/area content directory. + File contentDir = siteTree.getPublication().getContentDirectory( + siteTree.getArea()); + String siteTreeKey = contentDir.getAbsolutePath() + "/" + + SiteTreeImpl.SITETREE_FILE_NAME; + if (!siteTreeMap.containsKey(siteTreeKey)) { + // Watch sitetree.xml file only. + FileFilter fileFilter = new FileFilter() { + @Override + public boolean accept(File pathname) { + return pathname.getName().equals( + SiteTreeImpl.SITETREE_FILE_NAME); + } + }; + FileAlterationObserver observer = + new FileAlterationObserver(contentDir, fileFilter); + observer.addListener(new FileAlterationListenerAdaptor() { + @Override + public void onFileChange(File file) { + if (getLogger().isDebugEnabled()) + getLogger().debug("Site tree modified [" + + file.getAbsolutePath() + "]"); + String siteTreeKey = file.getAbsolutePath(); + SiteTree siteTree = siteTreeMap.get(siteTreeKey); + SiteTreeMonitorListener listener = listenerMap.get(siteTreeKey); + // Notify listener. + listener.siteTreeModified(siteTree); + } + }); + fileAlterationMonitor.addObserver(observer); + siteTreeMap.put(siteTreeKey, siteTree); + listenerMap.put(siteTreeKey, listener); + if (getLogger().isDebugEnabled()) + getLogger().debug("Site tree monitor listener added for " + + siteTreeKey); + } else { + if (getLogger().isWarnEnabled()) + getLogger().warn("Site tree monitor listener already " + + "added for " + siteTreeKey); + } + } + +} Added: lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitorListener.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitorListener.java?rev=1052317&view=auto ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitorListener.java (added) +++ lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitorListener.java Thu Dec 23 17:02:20 2010 @@ -0,0 +1,9 @@ +package org.apache.lenya.cms.site.tree2; + +import org.apache.lenya.cms.site.tree.SiteTree; + +public interface SiteTreeMonitorListener { + + void siteTreeModified(SiteTree siteTree); + +} Modified: lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/TreeSiteManager.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/TreeSiteManager.java?rev=1052317&r1=1052316&r2=1052317&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/TreeSiteManager.java (original) +++ lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/TreeSiteManager.java Thu Dec 23 17:02:20 2010 @@ -18,8 +18,11 @@ package org.apache.lenya.cms.site.tree2; import java.util.ArrayList; +import java.util.HashMap; import java.util.List; +import org.apache.avalon.framework.service.ServiceException; +import org.apache.avalon.framework.service.ServiceManager; import org.apache.lenya.cms.publication.Area; import org.apache.lenya.cms.publication.Document; import org.apache.lenya.cms.publication.DocumentException; @@ -40,7 +43,13 @@ import org.apache.lenya.cms.site.tree.Si /** * Tree-based site manager. */ -public class TreeSiteManager extends AbstractSiteManager { +public class TreeSiteManager extends AbstractSiteManager +implements SiteTreeMonitorListener +{ + + private SiteTreeMonitor siteTreeMonitor; + private static HashMap<String, SiteTree> siteTreeMap = + new HashMap<String, SiteTree>(); /** * Returns the sitetree for a specific area of this publication. Sitetrees are created on demand @@ -51,7 +60,6 @@ public class TreeSiteManager extends Abs * @throws SiteException if an error occurs. */ protected SiteTree getTree(Area area) throws SiteException { - String key = getKey(area); SiteTree sitetree; RepositoryItemFactory factory = new SiteTreeFactory(this.manager, getLogger()); @@ -61,7 +69,13 @@ public class TreeSiteManager extends Abs } catch (Exception e) { throw new SiteException(e); } - + // Only support site tree reloading for live area. + if (area.getName().equals(Publication.LIVE_AREA)) { + if (!siteTreeMap.containsKey(key)) { + siteTreeMonitor.addListener(sitetree, this); + siteTreeMap.put(key, sitetree); + } + } return sitetree; } @@ -287,4 +301,32 @@ public class TreeSiteManager extends Abs } } + @Override + public void service(ServiceManager manager) throws ServiceException { + super.service(manager); + siteTreeMonitor = (SiteTreeMonitor) manager.lookup(SiteTreeMonitor.ROLE); + } + + @Override + public void siteTreeModified(SiteTree siteTree) { + if (getLogger().isDebugEnabled()) { + getLogger().debug("Site tree modified [" + + siteTree.getPublication().getId() + ":" + + siteTree.getArea() + "]"); + } + if (siteTree instanceof DelegatingSiteTree) { + // Invalidate cached repository items when site was modified. + siteTree.getSession().invalidateAllRepositoryItems(); + // Notify site tree to reload next time when accessed. + DelegatingSiteTree delegatingSiteTree = + (DelegatingSiteTree) siteTree; + delegatingSiteTree.notifySiteTreeModified(); + } else { + if (getLogger().isWarnEnabled()) + getLogger().warn("Unknown site tree implementation [" + + siteTree.getClass().getName() + "]. " + + "Reloading skipped."); + } + } + } Modified: lenya/branches/BRANCH_2_1_X/src/modules/sourcerepository/java/src/org/apache/lenya/cms/repository/SourceNode.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/sourcerepository/java/src/org/apache/lenya/cms/repository/SourceNode.java?rev=1052317&r1=1052316&r2=1052317&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules/sourcerepository/java/src/org/apache/lenya/cms/repository/SourceNode.java (original) +++ lenya/branches/BRANCH_2_1_X/src/modules/sourcerepository/java/src/org/apache/lenya/cms/repository/SourceNode.java Thu Dec 23 17:02:20 2010 @@ -35,7 +35,6 @@ import org.apache.lenya.cms.observation. import org.apache.lenya.cms.observation.RepositoryEvent; import org.apache.lenya.cms.observation.RepositoryEventFactory; import org.apache.lenya.cms.rc.CheckInEntry; -import org.apache.lenya.cms.rc.CheckOutEntry; import org.apache.lenya.cms.rc.RCML; import org.apache.lenya.cms.rc.RCMLEntry; import org.apache.lenya.cms.rc.RevisionControlException; @@ -375,15 +374,12 @@ public class SourceNode extends Abstract } } - private RCML rcml; private Persistable persistable; protected synchronized RCML getRcml() { - if (this.rcml == null) { - SourceNodeRcmlFactory factory = SourceNodeRcmlFactory.getInstance(); - this.rcml = factory.getRcml(this, this.manager); - } - return this.rcml; + // RCML is cached by factory. So don't cache it here. + SourceNodeRcmlFactory factory = SourceNodeRcmlFactory.getInstance(); + return factory.getRcml(this, this.manager); } public History getHistory() { Modified: lenya/branches/BRANCH_2_1_X/src/modules/sourcerepository/java/src/org/apache/lenya/cms/repository/SourceNodeRCML.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/sourcerepository/java/src/org/apache/lenya/cms/repository/SourceNodeRCML.java?rev=1052317&r1=1052316&r2=1052317&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules/sourcerepository/java/src/org/apache/lenya/cms/repository/SourceNodeRCML.java (original) +++ lenya/branches/BRANCH_2_1_X/src/modules/sourcerepository/java/src/org/apache/lenya/cms/repository/SourceNodeRCML.java Thu Dec 23 17:02:20 2010 @@ -29,6 +29,7 @@ import java.util.List; import java.util.Map; import java.util.Vector; +import org.apache.avalon.framework.service.ServiceException; import org.apache.avalon.framework.service.ServiceManager; import org.apache.excalibur.source.SourceResolver; import org.apache.lenya.cms.cocoon.source.SourceUtil; @@ -43,6 +44,8 @@ import org.apache.lenya.xml.NamespaceHel import org.w3c.dom.Document; import org.w3c.dom.Element; +import sun.security.action.GetLongAction; + /** * Handle with the RCML file */ @@ -58,6 +61,7 @@ public class SourceNodeRCML implements R private String contentSourceUri; private String metaSourceUri; + private long lastModified; private static Map ELEMENTS = new HashMap(); protected static final String ELEMENT_CHECKIN = "CheckIn"; @@ -122,6 +126,7 @@ public class SourceNodeRCML implements R Assert.notNull("XML document", helper); try { SourceUtil.writeDOM(helper.getDocument(), getRcmlSourceUri(), this.manager); + lastModified = SourceUtil.getLastModified(getRcmlSourceUri(), manager); } catch (Exception e) { throw new RevisionControlException(e); } @@ -636,5 +641,15 @@ public class SourceNodeRCML implements R } return false; } - + + public boolean isModifiedExternally() { + boolean isModified = false; + try { + long sourceLastModified = SourceUtil.getLastModified(getRcmlSourceUri(), manager); + isModified = (sourceLastModified != lastModified); + } catch (Exception e) { + } + return isModified; + } + } Modified: lenya/branches/BRANCH_2_1_X/src/modules/sourcerepository/java/src/org/apache/lenya/cms/repository/SourceNodeRcmlFactory.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/sourcerepository/java/src/org/apache/lenya/cms/repository/SourceNodeRcmlFactory.java?rev=1052317&r1=1052316&r2=1052317&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules/sourcerepository/java/src/org/apache/lenya/cms/repository/SourceNodeRcmlFactory.java (original) +++ lenya/branches/BRANCH_2_1_X/src/modules/sourcerepository/java/src/org/apache/lenya/cms/repository/SourceNodeRcmlFactory.java Thu Dec 23 17:02:20 2010 @@ -18,7 +18,6 @@ package org.apache.lenya.cms.repository; import java.util.HashMap; -import java.util.Map; import org.apache.avalon.framework.service.ServiceManager; import org.apache.lenya.cms.rc.RCML; @@ -37,7 +36,8 @@ public class SourceNodeRcmlFactory { return instance; } - private Map uri2rcml = new HashMap(); + private HashMap<String, SourceNodeRCML> uri2rcml = + new HashMap<String, SourceNodeRCML>(); private SourceNodeRcmlFactory() { } @@ -49,8 +49,8 @@ public class SourceNodeRcmlFactory { */ public synchronized RCML getRcml(SourceNode node, ServiceManager manager) { String uri = node.getSourceURI(); - RCML rcml = (RCML) this.uri2rcml.get(uri); - if (rcml == null) { + SourceNodeRCML rcml = uri2rcml.get(uri); + if (rcml == null || (rcml != null && rcml.isModifiedExternally())) { rcml = new SourceNodeRCML(node.getContentSource().getRealSourceUri(), node .getMetaSource().getRealSourceUri(), manager); this.uri2rcml.put(uri, rcml); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Dec 23 17:11:14 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17030 invoked from network); 23 Dec 2010 17:11:13 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 23 Dec 2010 17:11:13 -0000 Received: (qmail 81600 invoked by uid 500); 23 Dec 2010 17:11:13 -0000 Delivered-To: [email protected] Received: (qmail 81549 invoked by uid 500); 23 Dec 2010 17:11:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.lenya.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 81542 invoked by uid 99); 23 Dec 2010 17:11:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Dec 2010 17:11:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Dec 2010 17:11:12 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 958D423888CF; Thu, 23 Dec 2010 17:10:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1052322 - in /lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2: SiteTreeMonitor.java SiteTreeMonitorImpl.java SiteTreeMonitorListener.java Date: Thu, 23 Dec 2010 17:10:52 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: froethenbacher Date: Thu Dec 23 17:10:52 2010 New Revision: 1052322 URL: http://svn.apache.org/viewvc?rev=1052322&view=rev Log: Added Apache license headers and some documentation. Modified: lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitor.java lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitorImpl.java lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitorListener.java Modified: lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitor.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitor.java?rev=1052322&r1=1052321&r2=1052322&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitor.java (original) +++ lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitor.java Thu Dec 23 17:10:52 2010 @@ -1,10 +1,37 @@ -package org.apache.lenya.cms.site.tree2; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */package org.apache.lenya.cms.site.tree2; import org.apache.lenya.cms.site.tree.SiteTree; +/** + * Site tree monitor interface. + */ public interface SiteTreeMonitor { + /** + * Role is org.apache.lenya.cms.site.tree2.SiteTreeMonitor + */ String ROLE = SiteTreeMonitor.class.getName(); + /** + * Add site tree monitor listener for site tree. + * @param siteTree Site tree to monitor. + * @param listener Listener to be notified when site tree changes. + */ void addListener(SiteTree siteTree, SiteTreeMonitorListener listener); } Modified: lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitorImpl.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitorImpl.java?rev=1052322&r1=1052321&r2=1052322&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitorImpl.java (original) +++ lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitorImpl.java Thu Dec 23 17:10:52 2010 @@ -1,4 +1,20 @@ -package org.apache.lenya.cms.site.tree2; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */package org.apache.lenya.cms.site.tree2; import java.io.File; import java.io.FileFilter; Modified: lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitorListener.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitorListener.java?rev=1052322&r1=1052321&r2=1052322&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitorListener.java (original) +++ lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitorListener.java Thu Dec 23 17:10:52 2010 @@ -1,7 +1,27 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package org.apache.lenya.cms.site.tree2; import org.apache.lenya.cms.site.tree.SiteTree; +/** + * Listener interface for site tree modification notifications. + */ public interface SiteTreeMonitorListener { void siteTreeModified(SiteTree siteTree); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Dec 23 20:31:18 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93886 invoked from network); 23 Dec 2010 20:31:17 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 23 Dec 2010 20:31:17 -0000 Received: (qmail 8630 invoked by uid 500); 23 Dec 2010 20:31:17 -0000 Delivered-To: [email protected] Received: (qmail 8572 invoked by uid 500); 23 Dec 2010 20:31:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.lenya.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 8565 invoked by uid 99); 23 Dec 2010 20:31:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Dec 2010 20:31:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Dec 2010 20:31:17 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E2F5423888FE; Thu, 23 Dec 2010 20:30:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1052369 - /lenya/branches/BRANCH_2_0_X/src/modules/export/java/test/org/apache/lenya/cms/export/ImportTest.java Date: Thu, 23 Dec 2010 20:30:56 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: andreas Date: Thu Dec 23 20:30:56 2010 New Revision: 1052369 URL: http://svn.apache.org/viewvc?rev=1052369&view=rev Log: Adding test case for bug 50493. Modified: lenya/branches/BRANCH_2_0_X/src/modules/export/java/test/org/apache/lenya/cms/export/ImportTest.java Modified: lenya/branches/BRANCH_2_0_X/src/modules/export/java/test/org/apache/lenya/cms/export/ImportTest.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/modules/export/java/test/org/apache/lenya/cms/export/ImportTest.java?rev=1052369&r1=1052368&r2=1052369&view=diff ============================================================================== --- lenya/branches/BRANCH_2_0_X/src/modules/export/java/test/org/apache/lenya/cms/export/ImportTest.java (original) +++ lenya/branches/BRANCH_2_0_X/src/modules/export/java/test/org/apache/lenya/cms/export/ImportTest.java Thu Dec 23 20:30:56 2010 @@ -18,6 +18,7 @@ package org.apache.lenya.cms.export; import java.io.File; +import java.io.InputStreamReader; import org.apache.avalon.framework.service.ServiceException; import org.apache.lenya.ac.impl.AbstractAccessControlTest; @@ -29,6 +30,8 @@ import org.apache.lenya.cms.publication. import org.apache.lenya.cms.publication.PublicationException; import org.apache.lenya.cms.repository.Session; import org.apache.lenya.cms.site.SiteStructure; +import org.apache.lenya.xml.DocumentHelper; +import org.apache.xpath.XPathAPI; /** * Import example content into test publication. @@ -39,12 +42,12 @@ public class ImportTest extends Abstract * @throws Exception if an error occurs. */ public void testImport() throws Exception { - + Session session = login("lenya"); - + Publication pub = getPublication(session, "test"); Area area = pub.getArea("authoring"); - + if (area.getDocuments().length == 0) { Publication defaultPub = getPublication(session, "default"); Area defaultArea = defaultPub.getArea("authoring"); @@ -52,17 +55,23 @@ public class ImportTest extends Abstract String path = pubPath.replace(File.separatorChar, '/') + "/example-content"; Importer importer = new Importer(getManager(), getLogger()); importer.importContent(defaultPub, area, path); - + assertTrue(area.getSite().contains("/tutorial")); - + session.commit(); } - + Session aliceSession = login("alice"); Publication alicePub = getPublication(aliceSession, "test"); - assertTrue(alicePub.getArea("authoring").getSite().contains("/tutorial")); - + final SiteStructure authSite = alicePub.getArea("authoring").getSite(); + assertTrue(authSite.contains("/tutorial")); + final Document index = authSite.getNode("/index").getLink("en").getDocument(); + final org.w3c.dom.Document indexDoc = DocumentHelper.readDocument(index.getRepositoryNode() + .getInputStream()); + + // https://issues.apache.org/bugzilla/show_bug.cgi?id=50493 + assertNotNull("No rewritten links found.", + XPathAPI.selectSingleNode(indexDoc, "//*[starts-with(@href, 'lenya-document:')]")); } - } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Dec 23 20:50:28 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97313 invoked from network); 23 Dec 2010 20:50:28 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 23 Dec 2010 20:50:28 -0000 Received: (qmail 25057 invoked by uid 500); 23 Dec 2010 20:50:28 -0000 Delivered-To: [email protected] Received: (qmail 24998 invoked by uid 500); 23 Dec 2010 20:50:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.lenya.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 24991 invoked by uid 99); 23 Dec 2010 20:50:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Dec 2010 20:50:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Dec 2010 20:50:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 53BA923888FE; Thu, 23 Dec 2010 20:50:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1052370 - /lenya/branches/BRANCH_2_0_X/src/modules-core/linking/java/src/org/apache/lenya/cms/linking/LinkConverter.java Date: Thu, 23 Dec 2010 20:50:07 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: andreas Date: Thu Dec 23 20:50:07 2010 New Revision: 1052370 URL: http://svn.apache.org/viewvc?rev=1052370&view=rev Log: Try new and old transaction for link rewriting. Considers #47621 and #50493. Modified: lenya/branches/BRANCH_2_0_X/src/modules-core/linking/java/src/org/apache/lenya/cms/linking/LinkConverter.java Modified: lenya/branches/BRANCH_2_0_X/src/modules-core/linking/java/src/org/apache/lenya/cms/linking/LinkConverter.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/modules-core/linking/java/src/org/apache/lenya/cms/linking/LinkConverter.java?rev=1052370&r1=1052369&r2=1052370&view=diff ============================================================================== --- lenya/branches/BRANCH_2_0_X/src/modules-core/linking/java/src/org/apache/lenya/cms/linking/LinkConverter.java (original) +++ lenya/branches/BRANCH_2_0_X/src/modules-core/linking/java/src/org/apache/lenya/cms/linking/LinkConverter.java Thu Dec 23 20:50:07 2010 @@ -37,8 +37,7 @@ import org.w3c.dom.Node; import org.w3c.dom.NodeList; /** - * Utility class to convert <code>lenya-document:</code> links from and to URL - * links. + * Utility class to convert <code>lenya-document:</code> links from and to URL links. */ public class LinkConverter extends AbstractLogEnabled { @@ -64,8 +63,8 @@ public class LinkConverter extends Abstr } /** - * Converts all URL-based links to UUID-based links. The link URLs can - * originate from a different publication. + * Converts all URL-based links to UUID-based links. The link URLs can originate from a + * different publication. * @param srcPub The publication where the content comes from. * @param examinedDocument The document in the target publication. * @param useContextPath If the request's context path should be considered. @@ -88,16 +87,21 @@ public class LinkConverter extends Abstr } else { Publication pub = examinedDocument.getPublication(); ChainLinkRewriter incomingRewriter = new ChainLinkRewriter(); - incomingRewriter.add(new RelativeToAbsoluteLinkRewriter(examinedDocument.getCanonicalWebappURL())); + incomingRewriter.add(new RelativeToAbsoluteLinkRewriter(examinedDocument + .getCanonicalWebappURL())); incomingRewriter.add(new IncomingLinkRewriter(pub)); // Workaround: - // We create a new session because the sitetree of the transaction doesn't yet contain + // We create a new session because the sitetree of the transaction doesn't yet + // contain // references to any new documents that were uploaded during the transaction. // See https://issues.apache.org/bugzilla/show_bug.cgi?id=47621 - Session readOnlySession = RepositoryUtil.createSession(this.manager, examinedDocument.getSession().getIdentity(), false); - DocumentFactory newFactory = DocumentUtil.createDocumentFactory(this.manager, readOnlySession); - LinkRewriter urlToUuidRewriter = new UrlToUuidRewriter(newFactory); + Session readOnlySession = RepositoryUtil.createSession(this.manager, + examinedDocument.getSession().getIdentity(), false); + DocumentFactory newFactory = DocumentUtil.createDocumentFactory(this.manager, + readOnlySession); + final LinkRewriter[] rewriters = { new UrlToUuidRewriter(pub.getFactory()), + new UrlToUuidRewriter(newFactory) }; org.w3c.dom.Document xml = DocumentHelper.readDocument(examinedDocument .getInputStream()); @@ -119,7 +123,8 @@ public class LinkConverter extends Abstr if (getLogger().isDebugEnabled()) { getLogger().debug("Convert links: Check URL [" + url + "]"); } - final String originalUrl = url.startsWith(prefix) ? url.substring(prefix.length()) : url; + final String originalUrl = url.startsWith(prefix) ? url.substring(prefix + .length()) : url; final String srcPubUrl; if (incomingRewriter.matches(originalUrl)) { srcPubUrl = incomingRewriter.rewrite(originalUrl); @@ -128,11 +133,16 @@ public class LinkConverter extends Abstr } final String srcPubPrefix = "/" + srcPub.getId() + "/"; if (srcPubUrl.startsWith(srcPubPrefix)) { - final String destPubUrl = "/" + pub.getId() + "/" + srcPubUrl.substring(srcPubPrefix.length()); - if (urlToUuidRewriter.matches(destPubUrl)) { - String rewrittenUrl = urlToUuidRewriter.rewrite(destPubUrl); - attribute.setValue(rewrittenUrl); - linksRewritten = true; + final String destPubUrl = "/" + pub.getId() + "/" + + srcPubUrl.substring(srcPubPrefix.length()); + boolean rewritten = false; + for (final LinkRewriter rewriter : rewriters) { + if (!rewritten && rewriter.matches(destPubUrl)) { + String rewrittenUrl = rewriter.rewrite(destPubUrl); + attribute.setValue(rewrittenUrl); + linksRewritten = true; + rewritten = !rewrittenUrl.equals(destPubUrl); + } } } } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Dec 23 20:57:38 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 98845 invoked from network); 23 Dec 2010 20:57:38 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 23 Dec 2010 20:57:38 -0000 Received: (qmail 29687 invoked by uid 500); 23 Dec 2010 20:57:38 -0000 Delivered-To: [email protected] Received: (qmail 29628 invoked by uid 500); 23 Dec 2010 20:57:38 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.lenya.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 29621 invoked by uid 99); 23 Dec 2010 20:57:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Dec 2010 20:57:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Dec 2010 20:57:37 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D908823888FE; Thu, 23 Dec 2010 20:57:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1052372 - in /lenya/branches/BRANCH_2_1_X/src/modules-core/linking: ./ java/src/org/apache/lenya/cms/linking/LinkConverter.java Date: Thu, 23 Dec 2010 20:57:17 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: andreas Date: Thu Dec 23 20:57:17 2010 New Revision: 1052372 URL: http://svn.apache.org/viewvc?rev=1052372&view=rev Log: Merge 1052369:1052370 from 2.0.x branch: Try new and old transaction for link rewriting. Considers #47621 and #50493. Modified: lenya/branches/BRANCH_2_1_X/src/modules-core/linking/ (props changed) lenya/branches/BRANCH_2_1_X/src/modules-core/linking/java/src/org/apache/lenya/cms/linking/LinkConverter.java Propchange: lenya/branches/BRANCH_2_1_X/src/modules-core/linking/ ------------------------------------------------------------------------------ svn:mergeinfo = /lenya/branches/BRANCH_2_0_X/src/modules-core/linking:1052370 Modified: lenya/branches/BRANCH_2_1_X/src/modules-core/linking/java/src/org/apache/lenya/cms/linking/LinkConverter.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules-core/linking/java/src/org/apache/lenya/cms/linking/LinkConverter.java?rev=1052372&r1=1052371&r2=1052372&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules-core/linking/java/src/org/apache/lenya/cms/linking/LinkConverter.java (original) +++ lenya/branches/BRANCH_2_1_X/src/modules-core/linking/java/src/org/apache/lenya/cms/linking/LinkConverter.java Thu Dec 23 20:57:17 2010 @@ -37,8 +37,7 @@ import org.w3c.dom.Node; import org.w3c.dom.NodeList; /** - * Utility class to convert <code>lenya-document:</code> links from and to URL - * links. + * Utility class to convert <code>lenya-document:</code> links from and to URL links. */ public class LinkConverter extends AbstractLogEnabled { @@ -64,8 +63,8 @@ public class LinkConverter extends Abstr } /** - * Converts all URL-based links to UUID-based links. The link URLs can - * originate from a different publication. + * Converts all URL-based links to UUID-based links. The link URLs can originate from a + * different publication. * @param srcPub The publication where the content comes from. * @param examinedDocument The document in the target publication. * @param useContextPath If the request's context path should be considered. @@ -88,16 +87,21 @@ public class LinkConverter extends Abstr } else { Publication pub = examinedDocument.getPublication(); ChainLinkRewriter incomingRewriter = new ChainLinkRewriter(); - incomingRewriter.add(new RelativeToAbsoluteLinkRewriter(examinedDocument.getCanonicalWebappURL())); + incomingRewriter.add(new RelativeToAbsoluteLinkRewriter(examinedDocument + .getCanonicalWebappURL())); incomingRewriter.add(new IncomingLinkRewriter(pub)); // Workaround: - // We create a new session because the sitetree of the transaction doesn't yet contain + // We create a new session because the sitetree of the transaction doesn't yet + // contain // references to any new documents that were uploaded during the transaction. // See https://issues.apache.org/bugzilla/show_bug.cgi?id=47621 - Session readOnlySession = RepositoryUtil.createSession(this.manager, examinedDocument.getSession().getIdentity(), false); - DocumentFactory newFactory = DocumentUtil.createDocumentFactory(this.manager, readOnlySession); - LinkRewriter urlToUuidRewriter = new UrlToUuidRewriter(newFactory); + Session readOnlySession = RepositoryUtil.createSession(this.manager, + examinedDocument.getSession().getIdentity(), false); + DocumentFactory newFactory = DocumentUtil.createDocumentFactory(this.manager, + readOnlySession); + final LinkRewriter[] rewriters = { new UrlToUuidRewriter(pub.getFactory()), + new UrlToUuidRewriter(newFactory) }; org.w3c.dom.Document xml = DocumentHelper.readDocument(examinedDocument .getInputStream()); @@ -119,7 +123,8 @@ public class LinkConverter extends Abstr if (getLogger().isDebugEnabled()) { getLogger().debug("Convert links: Check URL [" + url + "]"); } - final String originalUrl = url.startsWith(prefix) ? url.substring(prefix.length()) : url; + final String originalUrl = url.startsWith(prefix) ? url.substring(prefix + .length()) : url; final String srcPubUrl; if (incomingRewriter.matches(originalUrl)) { srcPubUrl = incomingRewriter.rewrite(originalUrl); @@ -128,11 +133,16 @@ public class LinkConverter extends Abstr } final String srcPubPrefix = "/" + srcPub.getId() + "/"; if (srcPubUrl.startsWith(srcPubPrefix)) { - final String destPubUrl = "/" + pub.getId() + "/" + srcPubUrl.substring(srcPubPrefix.length()); - if (urlToUuidRewriter.matches(destPubUrl)) { - String rewrittenUrl = urlToUuidRewriter.rewrite(destPubUrl); - attribute.setValue(rewrittenUrl); - linksRewritten = true; + final String destPubUrl = "/" + pub.getId() + "/" + + srcPubUrl.substring(srcPubPrefix.length()); + boolean rewritten = false; + for (final LinkRewriter rewriter : rewriters) { + if (!rewritten && rewriter.matches(destPubUrl)) { + String rewrittenUrl = rewriter.rewrite(destPubUrl); + attribute.setValue(rewrittenUrl); + linksRewritten = true; + rewritten = !rewrittenUrl.equals(destPubUrl); + } } } } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Dec 23 21:36:51 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17020 invoked from network); 23 Dec 2010 21:36:51 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 23 Dec 2010 21:36:51 -0000 Received: (qmail 71869 invoked by uid 500); 23 Dec 2010 21:36:51 -0000 Delivered-To: [email protected] Received: (qmail 71820 invoked by uid 500); 23 Dec 2010 21:36:51 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.lenya.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 71812 invoked by uid 99); 23 Dec 2010 21:36:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Dec 2010 21:36:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Dec 2010 21:36:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 92FBA2388978; Thu, 23 Dec 2010 21:36:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1052383 - /lenya/branches/BRANCH_2_0_X/src/modules/notification/java/test/org/apache/lenya/notification/NotificationTest.java Date: Thu, 23 Dec 2010 21:36:30 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: andreas Date: Thu Dec 23 21:36:30 2010 New Revision: 1052383 URL: http://svn.apache.org/viewvc?rev=1052383&view=rev Log: Fix test case (set repository event URI). Modified: lenya/branches/BRANCH_2_0_X/src/modules/notification/java/test/org/apache/lenya/notification/NotificationTest.java Modified: lenya/branches/BRANCH_2_0_X/src/modules/notification/java/test/org/apache/lenya/notification/NotificationTest.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/modules/notification/java/test/org/apache/lenya/notification/NotificationTest.java?rev=1052383&r1=1052382&r2=1052383&view=diff ============================================================================== --- lenya/branches/BRANCH_2_0_X/src/modules/notification/java/test/org/apache/lenya/notification/NotificationTest.java (original) +++ lenya/branches/BRANCH_2_0_X/src/modules/notification/java/test/org/apache/lenya/notification/NotificationTest.java Thu Dec 23 21:36:30 2010 @@ -51,17 +51,19 @@ public class NotificationTest extends Ab NotificationEventDescriptor descr = new NotificationEventDescriptor(message); RepositoryEvent event = RepositoryEventFactory.createEvent(getManager(), session, getLogger(), descr); + event.setNodeUri(getFactory().getPublication("default").getArea("authoring").getSite() + .getNode("/index").getLink("en").getDocument().getRepositoryNode().getSourceURI()); session.enqueueEvent(event); - + Inbox inbox = getInbox(alice); cleanUp(inbox, SUBJECT); - + assertFalse(containsMessage(inbox, SUBJECT)); session.commit(); Thread.sleep(100); assertTrue(containsMessage(inbox, SUBJECT)); - + cleanUp(inbox, SUBJECT); } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Dec 23 21:55:41 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21367 invoked from network); 23 Dec 2010 21:55:40 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 23 Dec 2010 21:55:40 -0000 Received: (qmail 81800 invoked by uid 500); 23 Dec 2010 21:55:40 -0000 Delivered-To: [email protected] Received: (qmail 81758 invoked by uid 500); 23 Dec 2010 21:55:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.lenya.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 81751 invoked by uid 99); 23 Dec 2010 21:55:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Dec 2010 21:55:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Dec 2010 21:55:40 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 520DC2388A41; Thu, 23 Dec 2010 21:55:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1052386 - in /lenya/branches/BRANCH_2_1_X/src/modules/notification: ./ java/test/org/apache/lenya/notification/NotificationTest.java Date: Thu, 23 Dec 2010 21:55:20 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: andreas Date: Thu Dec 23 21:55:19 2010 New Revision: 1052386 URL: http://svn.apache.org/viewvc?rev=1052386&view=rev Log: Merged 1052382:1052383 from 2.0.x branch: Fix test case (set repository event URI). Modified: lenya/branches/BRANCH_2_1_X/src/modules/notification/ (props changed) lenya/branches/BRANCH_2_1_X/src/modules/notification/java/test/org/apache/lenya/notification/NotificationTest.java Propchange: lenya/branches/BRANCH_2_1_X/src/modules/notification/ ------------------------------------------------------------------------------ svn:mergeinfo = /lenya/branches/BRANCH_2_0_X/src/modules/notification:1052383 Modified: lenya/branches/BRANCH_2_1_X/src/modules/notification/java/test/org/apache/lenya/notification/NotificationTest.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/notification/java/test/org/apache/lenya/notification/NotificationTest.java?rev=1052386&r1=1052385&r2=1052386&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules/notification/java/test/org/apache/lenya/notification/NotificationTest.java (original) +++ lenya/branches/BRANCH_2_1_X/src/modules/notification/java/test/org/apache/lenya/notification/NotificationTest.java Thu Dec 23 21:55:19 2010 @@ -51,17 +51,19 @@ public class NotificationTest extends Ab NotificationEventDescriptor descr = new NotificationEventDescriptor(message); RepositoryEvent event = RepositoryEventFactory.createEvent(getManager(), session, getLogger(), descr); + event.setNodeUri(getFactory().getPublication("default").getArea("authoring").getSite() + .getNode("/index").getLink("en").getDocument().getRepositoryNode().getSourceURI()); session.enqueueEvent(event); - + Inbox inbox = getInbox(alice); cleanUp(inbox, SUBJECT); - + assertFalse(containsMessage(inbox, SUBJECT)); session.commit(); Thread.sleep(100); assertTrue(containsMessage(inbox, SUBJECT)); - + cleanUp(inbox, SUBJECT); } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Dec 24 14:17:36 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8545 invoked from network); 24 Dec 2010 14:17:36 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 24 Dec 2010 14:17:36 -0000 Received: (qmail 80854 invoked by uid 500); 24 Dec 2010 14:17:36 -0000 Delivered-To: [email protected] Received: (qmail 80786 invoked by uid 500); 24 Dec 2010 14:17:35 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.lenya.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 80779 invoked by uid 99); 24 Dec 2010 14:17:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Dec 2010 14:17:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Dec 2010 14:17:34 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 52CE123889EA; Fri, 24 Dec 2010 14:17:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1052511 - /lenya/branches/BRANCH_2_0_X/src/modules-core/linking/java/src/org/apache/lenya/cms/linking/LinkConverter.java Date: Fri, 24 Dec 2010 14:17:14 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: rainer Date: Fri Dec 24 14:17:13 2010 New Revision: 1052511 URL: http://svn.apache.org/viewvc?rev=1052511&view=rev Log: Java 1.4 compatibility: use conventional for loop instead of for-each. Modified: lenya/branches/BRANCH_2_0_X/src/modules-core/linking/java/src/org/apache/lenya/cms/linking/LinkConverter.java Modified: lenya/branches/BRANCH_2_0_X/src/modules-core/linking/java/src/org/apache/lenya/cms/linking/LinkConverter.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/modules-core/linking/java/src/org/apache/lenya/cms/linking/LinkConverter.java?rev=1052511&r1=1052510&r2=1052511&view=diff ============================================================================== --- lenya/branches/BRANCH_2_0_X/src/modules-core/linking/java/src/org/apache/lenya/cms/linking/LinkConverter.java (original) +++ lenya/branches/BRANCH_2_0_X/src/modules-core/linking/java/src/org/apache/lenya/cms/linking/LinkConverter.java Fri Dec 24 14:17:13 2010 @@ -136,7 +136,8 @@ public class LinkConverter extends Abstr final String destPubUrl = "/" + pub.getId() + "/" + srcPubUrl.substring(srcPubPrefix.length()); boolean rewritten = false; - for (final LinkRewriter rewriter : rewriters) { + for (int i=0; i<rewriters.length; i++) { + final LinkRewriter rewriter = rewriters[i]; if (!rewritten && rewriter.matches(destPubUrl)) { String rewrittenUrl = rewriter.rewrite(destPubUrl); attribute.setValue(rewrittenUrl); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Dec 24 14:22:05 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9098 invoked from network); 24 Dec 2010 14:22:05 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 24 Dec 2010 14:22:05 -0000 Received: (qmail 86332 invoked by uid 500); 24 Dec 2010 14:22:05 -0000 Delivered-To: [email protected] Received: (qmail 86269 invoked by uid 500); 24 Dec 2010 14:22:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.lenya.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 86262 invoked by uid 99); 24 Dec 2010 14:22:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Dec 2010 14:22:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Dec 2010 14:22:03 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AD4A223888BD; Fri, 24 Dec 2010 14:21:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1052513 - /lenya/branches/BRANCH_2_0_X/src/modules/notification/java/test/org/apache/lenya/notification/NotificationTest.java Date: Fri, 24 Dec 2010 14:21:43 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: rainer Date: Fri Dec 24 14:21:43 2010 New Revision: 1052513 URL: http://svn.apache.org/viewvc?rev=1052513&view=rev Log: Run NotificationTest.java against "test" publication, not "default". Modified: lenya/branches/BRANCH_2_0_X/src/modules/notification/java/test/org/apache/lenya/notification/NotificationTest.java Modified: lenya/branches/BRANCH_2_0_X/src/modules/notification/java/test/org/apache/lenya/notification/NotificationTest.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/modules/notification/java/test/org/apache/lenya/notification/NotificationTest.java?rev=1052513&r1=1052512&r2=1052513&view=diff ============================================================================== --- lenya/branches/BRANCH_2_0_X/src/modules/notification/java/test/org/apache/lenya/notification/NotificationTest.java (original) +++ lenya/branches/BRANCH_2_0_X/src/modules/notification/java/test/org/apache/lenya/notification/NotificationTest.java Fri Dec 24 14:21:43 2010 @@ -51,7 +51,7 @@ public class NotificationTest extends Ab NotificationEventDescriptor descr = new NotificationEventDescriptor(message); RepositoryEvent event = RepositoryEventFactory.createEvent(getManager(), session, getLogger(), descr); - event.setNodeUri(getFactory().getPublication("default").getArea("authoring").getSite() + event.setNodeUri(getFactory().getPublication("test").getArea("authoring").getSite() .getNode("/index").getLink("en").getDocument().getRepositoryNode().getSourceURI()); session.enqueueEvent(event); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Dec 24 14:26:17 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10902 invoked from network); 24 Dec 2010 14:26:16 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 24 Dec 2010 14:26:16 -0000 Received: (qmail 89875 invoked by uid 500); 24 Dec 2010 14:26:16 -0000 Delivered-To: [email protected] Received: (qmail 89815 invoked by uid 500); 24 Dec 2010 14:26:16 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.lenya.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 89808 invoked by uid 99); 24 Dec 2010 14:26:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Dec 2010 14:26:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Dec 2010 14:26:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0BED923888BD; Fri, 24 Dec 2010 14:25:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1052514 - /lenya/branches/BRANCH_2_0_X/KEYS Date: Fri, 24 Dec 2010 14:25:53 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: rainer Date: Fri Dec 24 14:25:53 2010 New Revision: 1052514 URL: http://svn.apache.org/viewvc?rev=1052514&view=rev Log: Adding my (rainer's) code signing key. Modified: lenya/branches/BRANCH_2_0_X/KEYS Modified: lenya/branches/BRANCH_2_0_X/KEYS URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/KEYS?rev=1052514&r1=1052513&r2=1052514&view=diff ============================================================================== --- lenya/branches/BRANCH_2_0_X/KEYS (original) +++ lenya/branches/BRANCH_2_0_X/KEYS Fri Dec 24 14:25:53 2010 @@ -197,3 +197,61 @@ VuOmH+PqTqSEyys6BM2lKjavSA/sYTAgnUonXECL =A3Mc -----END PGP PUBLIC KEY BLOCK----- +pub 4096R/94A44FE8 2010-11-14 +uid Rainer Schöpf (CODE SIGNING KEY) <[email protected]> +sig 3 94A44FE8 2010-11-14 Rainer Schöpf (CODE SIGNING KEY) <[email protected]> +sub 4096R/B521383E 2010-11-14 +sig 94A44FE8 2010-11-14 Rainer Schöpf (CODE SIGNING KEY) <[email protected]> + +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v1.4.10 (GNU/Linux) + +mQINBEzgLewBEACiU/ueUKiYMsBgx20Et8AX19NxSbgA96DOgGmnhzDeXwzAzLFp +fzAId15+FIG/xG6IYJlejFbAja2FG88o1k0R2ce6g93gPtMA9FHs0snXf8kj7m1z +wyF4iWs6PKIwbGdRp9M7+gPorUzZbzghkugCUmT4rpYk3LcJmqGrMVXUqGPBxmiQ +ljbPctt/jO6Au1JjB35cAA2YNrloaMaCEK8HabzS+wFhnchn80YFLGj6OR0glpQQ +dVNmPCgZnpU7b4Cc7F310ROyATHPlYkJ+H8+iWXWEM2fTlUWA6WdBRJ8e0GR+7qs +ty2C1qG4iyJRtKoyOTs5PDbM7vs2GV+Amj4wak34s3lbTs9VE07Vl/g5dOrrGvwd +sHCixSNd/JML4eGcxqPDZmL1nMVuONxFsw6oodpctDVsLoxflITiiSNe73za/T9N +so5YZvjKXcE5XCeYbOzfbdF6Tf25rVjdwv7h+t9+Kp/O2KJFFhrDwNUSKT0bzEYE ++pTlxwyk1VSYBF2nAsw9GzHMOUxbf6VuQQOBsnOy7WXzpncVb8XkZ2wul+YQMQzg +HhRvi9smaF89tEzli188tUWJnHgt4gbaqga78Au+9twPL2KKi8fhQ6HG6ytNESZ2 +H4bmgxCh6WylrYAqjwZwQUSqRLHChlV4sOcsg1QXJ87wz3STDwZO2f+B8wARAQAB +tDVSYWluZXIgU2Now7ZwZiAoQ09ERSBTSUdOSU5HIEtFWSkgPHJhaW5lckBhcGFj +aGUub3JnPokCNwQTAQoAIQUCTOAt7AIbAwULCQgHAwUVCgkICwUWAgMBAAIeAQIX +gAAKCRAY04lzlKRP6HtiD/9K99158mi9yh+jBc71xuTawi77SoEqmoZWPFBG5nWB +HrdG3iq0VXFJugGCdoFgYjaMHzELZmNAavXHzwZYE7tHtb0/2i/HtR2HUCbWOhnM +Q/tLhWiMqnKgttzkzty5ZFFT46tQNXSVgtcyyHJSxWmUpNCgG7Psv9aauP/WSuMJ +6CWwwQo76Mb2FQEZZQ1sPq0QMrgtLK7thlq3/3tbCUGIXp1YTXE1fbN/W6/XvJlR +w0ELImh8Zyyt/4GZY/AkGOCMCmpfMWY634fIwwtPQT7rIKP4w0tFpV/Kv0938v62 +6mURa5XjqXgvFRyT6Bds9yBTbXd0v/f0r8qUBA16b1zrrhd0cvrivC6C5cDtQ+q+ +AzC1ASodYRnDSMRhfe5/+4uwYVcwfLztKmNzzV+NNBTP+1WUkzkNbSiAnDs+5ToB +DVMdIyyrb3Rs084R8OgecSDwOirWpt/Di+n1S6X5S2/a9zpoSosJnXO2e/HnGAU0 +Om9WZcwjW/AyQACjYoHJwPpadvXZxdqTMtfM5xYmVRjFimgThYAjS07eEvhKD0PB +ZhhBw7uFQyKFKj9eXdtCZ6HamtG1qT+IEa6H6oDBlwl20xjQwdlO7j7y2vdzii7k +DchatNwYpClSolLBhjz3tftQJxYvjyTGyyYNDyvfzKrttKaQ1Aj04kbohOx8jdc6 +e7kCDQRM4C3sARAAqOpITfYbCzu/ck+xX05zrpsROrVQWqqqES59VVHbbI4DEG9o +tTV/ry3I4iK8VpjhuzfqFRs6Az8odGkG9kl9LwrJ/B7pHJTi8fi0FtZv13+W7q9T +sb5tLeeu3k8FyBj5odCzVTNN+8zsvPWyGvR/jCHpuCaP/NGn3IDqQ1Y4WQKIFnuT +9+JL3tSSv9Ff/5C2kaltab544rPi+/bW/fDY1Tg7xGZprRMnIsUdRze7Sz1v3OYI +1mvRvGPPZIC0fc/FiogDabPB9nkx1mfYvHqbz5DNsqQ28CeaUyXrhdiHlNMqT3ct +8wX+x1I5BTNFs3s+BTm4OJEfS7xJllPp3hCLZzje2ZiwV9pVzxnHci/X6t4IWBwe +Njx8nJ947F7871Bjv4JsEnI4EEUkl2ohRkYTAAEgDBrPpvKBwN142/ScJv7o6QbK +x2JnxFkD2LtE9puiz/iQXANpwTBet7NAfw5jtg1PQIBNpaBHS1lcqV/N5HmXVwe2 +nhVpLncraJcAYW+CcC03Fj/NV0c6ZORyUtQR4EaFwFQXW+XXxdpTbjz1K8Z87KvD +MA+idKKZW9i3y8ynfJCe5V/7hRwvoocUJcgTAndkaXm7zULclLOO8DKUdv4Bl/1L +LzZ7xKFaNtia8M+VIUvXDVqAVGlYc/+FtmQEUB+P0pimKgNf2VOs72+rgAMAEQEA +AYkCHwQYAQoACQUCTOAt7AIbDAAKCRAY04lzlKRP6FKBD/9/yHLoOg8MNXV4mK65 +HJGRO6UyE21uvFQjRWobkxxF8tMyET35e3HeitzKKTcsr4OHlZg3ceRHYuvAgNP4 +fYjMXwkNohh88pqyZvFhjNK/jNaMXNYxr7ZfJlSbWRfuzyPVEP7zTZwHQHHCEe9U +umVWFP/L4A7+holC7xtzCxXRM+jIIWfokShCO/YlJqA1ZOxC0THx2M+wd8wboTd/ +hMC27Q0GJw4hCC+c/ZPSId6FsXmjug9WCow5vuFgrTozIPMPAX6AkdPGqKEjbKP/ +VGcBeCkW3hZYa5DwumQDnmBDoEfn0vxS9sODiHqYDUTESJgmgjW+9GzpwGmE3HGX +KPfLer3hvykBWOTl+U7gYIvTNyUolwHqEXerYI1OGSNrp0EOVlK9ZuX5QLUiCVeN +1cDQUtHJL6a9rKF2OWVTrinbo57tRs/uRiDr76cdMx0FPmq+j6qtiHtCiiL0Dm7t +p1w/ZHlrGp6Bh+1XF1gzgKdEmGIjwxn0bBznuXycdNXrDgmyQqZzxPyUNiBos8yc +KKlThurJp1fAUpbXjEjoXtdOpaAZHLfkoMG47frHvAFxpT6L39SKdSZtu1itxEI9 +GL5OaVni+2rxB8bRszQV47zTMqyfOBx+YC5KJXicKeavaiDOcK8wP85HipGF32// +SGPoN9G8qDkTKd+yFiJN2bLlcA== +=/z59 +-----END PGP PUBLIC KEY BLOCK----- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Dec 27 10:29:20 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30975 invoked from network); 27 Dec 2010 10:29:20 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 27 Dec 2010 10:29:20 -0000 Received: (qmail 60578 invoked by uid 500); 27 Dec 2010 10:29:20 -0000 Delivered-To: [email protected] Received: (qmail 60521 invoked by uid 500); 27 Dec 2010 10:29:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.lenya.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 60514 invoked by uid 99); 27 Dec 2010 10:29:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Dec 2010 10:29:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Dec 2010 10:29:18 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6D4E82388903; Mon, 27 Dec 2010 10:28:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1053039 - /lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeRevisionVerifier.java Date: Mon, 27 Dec 2010 10:28:58 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: froethenbacher Date: Mon Dec 27 10:28:58 2010 New Revision: 1053039 URL: http://svn.apache.org/viewvc?rev=1053039&view=rev Log: Fixed missing ANONYMOUS identity for creating a session. Modified: lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeRevisionVerifier.java Modified: lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeRevisionVerifier.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeRevisionVerifier.java?rev=1053039&r1=1053038&r2=1053039&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeRevisionVerifier.java (original) +++ lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeRevisionVerifier.java Mon Dec 27 10:28:58 2010 @@ -17,6 +17,7 @@ */ package org.apache.lenya.cms.site.tree2; +import org.apache.lenya.ac.Identity; import org.apache.lenya.cms.observation.AbstractRepositoryListener; import org.apache.lenya.cms.observation.RepositoryEvent; import org.apache.lenya.cms.publication.Area; @@ -36,7 +37,8 @@ public class SiteTreeRevisionVerifier ex String pubId = steps[steps.length - 4]; String areaName = steps[steps.length - 2]; try { - Session session = RepositoryUtil.createSession(this.manager, null, false); + Session session = RepositoryUtil.createSession(this.manager, + Identity.ANONYMOUS, false); DocumentFactory factory = DocumentUtil.createDocumentFactory(this.manager, session); Area area = factory.getPublication(pubId).getArea(areaName); SiteTreeImpl tree = new SiteTreeImpl(this.manager, area, getLogger()); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Jan 01 17:45:49 2011 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56022 invoked from network); 1 Jan 2011 17:45:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Jan 2011 17:45:49 -0000 Received: (qmail 34859 invoked by uid 500); 1 Jan 2011 14:59:08 -0000 Delivered-To: [email protected] Received: (qmail 34796 invoked by uid 500); 1 Jan 2011 14:59:08 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.lenya.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 34789 invoked by uid 99); 1 Jan 2011 14:59:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Jan 2011 14:59:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Jan 2011 14:59:05 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 99BBD23888E7; Sat, 1 Jan 2011 14:58:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1054242 - in /lenya/branches/BRANCH_2_1_X/src/modules-core/i18n/xslt: flattenCatalogue.xsl modules2include.xsl Date: Sat, 01 Jan 2011 14:58:44 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: andreas Date: Sat Jan 1 14:58:44 2011 New Revision: 1054242 URL: http://svn.apache.org/viewvc?rev=1054242&view=rev Log: Improve error handling for missing i18n namespace. Modified: lenya/branches/BRANCH_2_1_X/src/modules-core/i18n/xslt/flattenCatalogue.xsl lenya/branches/BRANCH_2_1_X/src/modules-core/i18n/xslt/modules2include.xsl Modified: lenya/branches/BRANCH_2_1_X/src/modules-core/i18n/xslt/flattenCatalogue.xsl URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules-core/i18n/xslt/flattenCatalogue.xsl?rev=1054242&r1=1054241&r2=1054242&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules-core/i18n/xslt/flattenCatalogue.xsl (original) +++ lenya/branches/BRANCH_2_1_X/src/modules-core/i18n/xslt/flattenCatalogue.xsl Sat Jan 1 14:58:44 2011 @@ -20,11 +20,22 @@ xmlns:i18n="http://apache.org/cocoon/i18n/2.1"> - <xsl:template match="i18n:catalogue/i18n:catalogue"> + <xsl:template match="*/i18n:catalogue"> <xsl:apply-templates/> </xsl:template> + <xsl:template match="i18n:catalogue-wrapper"> + <xsl:if test="catalogue"> + <xsl:message terminate="yes"> + <xsl:text>The i18n catalogue of the </xsl:text><xsl:value-of select="@name"/> <xsl:text> </xsl:text> + <xsl:text>is missing the i18n namespace (http://apache.org/cocoon/i18n/2.1).</xsl:text> + </xsl:message> + </xsl:if> + <xsl:apply-templates select="i18n:catalogue"/> + </xsl:template> + + <xsl:template match="i18n:message"> <xsl:if test="not(precedingacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bi18n:message[@key = current()/@key])"> <xsl:copy> Modified: lenya/branches/BRANCH_2_1_X/src/modules-core/i18n/xslt/modules2include.xsl URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules-core/i18n/xslt/modules2include.xsl?rev=1054242&r1=1054241&r2=1054242&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules-core/i18n/xslt/modules2include.xsl (original) +++ lenya/branches/BRANCH_2_1_X/src/modules-core/i18n/xslt/modules2include.xsl Sat Jan 1 14:58:44 2011 @@ -29,15 +29,19 @@ <xsl:param name="pub"/> <xsl:template match="lenya:publication"> - <i18n:catalogue> - <i:include src="aggregate-fallback://lenya/resources/i18n/{$catalogue}"/> + <i18n:catalogue> + <i18n:catalogue-wrapper name="'{lenya:name}' publication"> + <i:include src="aggregate-fallback://lenya/resources/i18n/{$catalogue}"/> + </i18n:catalogue-wrapper> <xsl:apply-templates select="lenya:modules/lenya:module"/> </i18n:catalogue> </xsl:template> <xsl:template match="lenya:module"> - <xsl:if test="not(preceding-siblingacf:4db6:5e0b:f386:43a5:35d7:718d:3c8blenya:module[@name = current()/@name])"> - <i:include src="cocoon:/modules/{@name}/{$catalogue}"/> + <xsl:if test="not(preceding-siblingacf:4db6:5e0b:f386:43a5:35d7:718d:3c8blenya:module[@name = current()/@name])"> + <i18n:catalogue-wrapper name="'{@name}' module"> + <i:include src="cocoon:/modules/{@name}/{$catalogue}"/> + </i18n:catalogue-wrapper> </xsl:if> </xsl:template> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Jan 01 18:51:48 2011 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24105 invoked from network); 1 Jan 2011 18:51:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Jan 2011 18:51:47 -0000 Received: (qmail 50001 invoked by uid 500); 31 Dec 2010 21:05:06 -0000 Delivered-To: [email protected] Received: (qmail 49950 invoked by uid 500); 31 Dec 2010 21:05:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.lenya.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 49943 invoked by uid 99); 31 Dec 2010 21:05:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Dec 2010 21:05:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Dec 2010 21:05:03 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9646F23888E7; Fri, 31 Dec 2010 21:04:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1054171 - /lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeRevisionVerifier.java Date: Fri, 31 Dec 2010 21:04:42 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: andreas Date: Fri Dec 31 21:04:42 2010 New Revision: 1054171 URL: http://svn.apache.org/viewvc?rev=1054171&view=rev Log: Avoid NPE. Modified: lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeRevisionVerifier.java Modified: lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeRevisionVerifier.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeRevisionVerifier.java?rev=1054171&r1=1054170&r2=1054171&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeRevisionVerifier.java (original) +++ lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeRevisionVerifier.java Fri Dec 31 21:04:42 2010 @@ -31,7 +31,7 @@ public class SiteTreeRevisionVerifier ex public void eventFired(RepositoryEvent event) { String uri = event.getNodeUri(); - if (uri.endsWith("/" + SiteTreeImpl.SITETREE_FILE_NAME)) { + if (uri != null && uri.endsWith("/" + SiteTreeImpl.SITETREE_FILE_NAME)) { // pubs/{pubId}/content/{area}/sitetree.xml String[] steps = uri.split("/"); String pubId = steps[steps.length - 4]; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Jan 01 19:01:08 2011 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32041 invoked from network); 1 Jan 2011 19:01:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Jan 2011 19:01:07 -0000 Received: (qmail 52753 invoked by uid 500); 31 Dec 2010 21:14:27 -0000 Delivered-To: [email protected] Received: (qmail 52705 invoked by uid 500); 31 Dec 2010 21:14:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.lenya.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 52689 invoked by uid 99); 31 Dec 2010 21:14:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Dec 2010 21:14:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Dec 2010 21:14:25 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3BA05238890A; Fri, 31 Dec 2010 21:14:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1054173 - /lenya/docu/modules/diff/java/src/org/apache/lenya/modules/diff/xml/impl/NamedXmlNodeImpl.java Date: Fri, 31 Dec 2010 21:14:03 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: andreas Date: Fri Dec 31 21:14:03 2010 New Revision: 1054173 URL: http://svn.apache.org/viewvc?rev=1054173&view=rev Log: Avoid NPE, code simplification. Modified: lenya/docu/modules/diff/java/src/org/apache/lenya/modules/diff/xml/impl/NamedXmlNodeImpl.java Modified: lenya/docu/modules/diff/java/src/org/apache/lenya/modules/diff/xml/impl/NamedXmlNodeImpl.java URL: http://svn.apache.org/viewvc/lenya/docu/modules/diff/java/src/org/apache/lenya/modules/diff/xml/impl/NamedXmlNodeImpl.java?rev=1054173&r1=1054172&r2=1054173&view=diff ============================================================================== --- lenya/docu/modules/diff/java/src/org/apache/lenya/modules/diff/xml/impl/NamedXmlNodeImpl.java (original) +++ lenya/docu/modules/diff/java/src/org/apache/lenya/modules/diff/xml/impl/NamedXmlNodeImpl.java Fri Dec 31 21:14:03 2010 @@ -8,6 +8,8 @@ import org.apache.lenya.util.Assert; public abstract class NamedXmlNodeImpl extends AbstractComparableNode implements XmlNode { + protected static final String NULL_VALUE = "<NULL>"; + private String namespaceUri; private String localName; @@ -34,22 +36,20 @@ public abstract class NamedXmlNodeImpl e return this.localName; } + protected final String nonNullValue(final String string) { + return string == null ? NULL_VALUE : string; + } + + protected boolean equals(final String s1, final String s2) { + return nonNullValue(s1).equals(nonNullValue(s2)); + } + public boolean equals(Comparable comparable) { if (!super.equals(comparable)) { return false; } - NamedXmlNodeImpl otherNode = (NamedXmlNodeImpl) comparable; - String otherNs = otherNode.getNamespaceUri(); - String ns = getNamespaceUri(); - - String otherLocalName = otherNode.getLocalName(); - final String nullValue = "<NULL>"; - otherLocalName = otherLocalName == null ? nullValue : otherLocalName; - String localName = getLocalName(); - localName = localName == null ? nullValue : localName; - - return ((ns == null && otherNs == null) || ns.equals(otherNs)) - && otherLocalName.equals(localName); + final NamedXmlNodeImpl otherNode = (NamedXmlNodeImpl) comparable; + return equals(getNamespaceUri(), otherNode.getNamespaceUri()) && equals(getLocalName(), otherNode.getLocalName()); } public static final String getKey(String namespaceUri, String localName) { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Jan 01 19:07:54 2011 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 47596 invoked from network); 1 Jan 2011 19:07:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Jan 2011 19:07:54 -0000 Received: (qmail 55509 invoked by uid 500); 31 Dec 2010 21:21:14 -0000 Delivered-To: [email protected] Received: (qmail 55470 invoked by uid 500); 31 Dec 2010 21:21:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.lenya.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 55447 invoked by uid 99); 31 Dec 2010 21:21:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Dec 2010 21:21:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Dec 2010 21:21:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A3B9823888E7; Fri, 31 Dec 2010 21:20:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1054174 - /lenya/branches/BRANCH_2_1_X/src/modules/sourcerepository/java/src/org/apache/lenya/cms/repository/SourceNodeRCML.java Date: Fri, 31 Dec 2010 21:20:49 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: andreas Date: Fri Dec 31 21:20:47 2010 New Revision: 1054174 URL: http://svn.apache.org/viewvc?rev=1054174&view=rev Log: [minor change] removed unused import. Modified: lenya/branches/BRANCH_2_1_X/src/modules/sourcerepository/java/src/org/apache/lenya/cms/repository/SourceNodeRCML.java Modified: lenya/branches/BRANCH_2_1_X/src/modules/sourcerepository/java/src/org/apache/lenya/cms/repository/SourceNodeRCML.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/sourcerepository/java/src/org/apache/lenya/cms/repository/SourceNodeRCML.java?rev=1054174&r1=1054173&r2=1054174&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules/sourcerepository/java/src/org/apache/lenya/cms/repository/SourceNodeRCML.java (original) +++ lenya/branches/BRANCH_2_1_X/src/modules/sourcerepository/java/src/org/apache/lenya/cms/repository/SourceNodeRCML.java Fri Dec 31 21:20:47 2010 @@ -44,8 +44,6 @@ import org.apache.lenya.xml.NamespaceHel import org.w3c.dom.Document; import org.w3c.dom.Element; -import sun.security.action.GetLongAction; - /** * Handle with the RCML file */ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Jan 02 10:33:08 2011 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 53161 invoked from network); 2 Jan 2011 10:33:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Jan 2011 10:33:08 -0000 Received: (qmail 48407 invoked by uid 500); 2 Jan 2011 10:33:08 -0000 Delivered-To: [email protected] Received: (qmail 48342 invoked by uid 500); 2 Jan 2011 10:33:06 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.lenya.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 48335 invoked by uid 99); 2 Jan 2011 10:33:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Jan 2011 10:33:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Jan 2011 10:33:04 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6559A238896F; Sun, 2 Jan 2011 10:32:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1054381 - in /lenya/branches/BRANCH_2_1_X/src/modules-core/linking/java: src/org/apache/lenya/cms/linking/ test/org/apache/lenya/cms/linking/ Date: Sun, 02 Jan 2011 10:32:44 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: andreas Date: Sun Jan 2 10:32:43 2011 New Revision: 1054381 URL: http://svn.apache.org/viewvc?rev=1054381&view=rev Log: Improve relative URI rewriting (code simplification, better correctness). Added: lenya/branches/BRANCH_2_1_X/src/modules-core/linking/java/src/org/apache/lenya/cms/linking/UriUtil.java lenya/branches/BRANCH_2_1_X/src/modules-core/linking/java/test/org/apache/lenya/cms/linking/UriUtilTest.java Modified: lenya/branches/BRANCH_2_1_X/src/modules-core/linking/java/src/org/apache/lenya/cms/linking/OutgoingLinkRewriter.java lenya/branches/BRANCH_2_1_X/src/modules-core/linking/java/test/org/apache/lenya/cms/linking/OutgoingLinkRewriterTest.java Modified: lenya/branches/BRANCH_2_1_X/src/modules-core/linking/java/src/org/apache/lenya/cms/linking/OutgoingLinkRewriter.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules-core/linking/java/src/org/apache/lenya/cms/linking/OutgoingLinkRewriter.java?rev=1054381&r1=1054380&r2=1054381&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules-core/linking/java/src/org/apache/lenya/cms/linking/OutgoingLinkRewriter.java (original) +++ lenya/branches/BRANCH_2_1_X/src/modules-core/linking/java/src/org/apache/lenya/cms/linking/OutgoingLinkRewriter.java Sun Jan 2 10:32:43 2011 @@ -19,7 +19,6 @@ package org.apache.lenya.cms.linking; import java.net.URI; import java.net.URISyntaxException; -import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.List; @@ -40,7 +39,6 @@ import org.apache.lenya.cms.publication. import org.apache.lenya.cms.publication.PublicationException; import org.apache.lenya.cms.publication.URLInformation; import org.apache.lenya.cms.repository.Session; -import org.apache.lenya.util.StringUtil; /** * <p> @@ -65,12 +63,12 @@ public class OutgoingLinkRewriter extend /** * @param manager The service manager to use. * @param session The current session. - * @param requestUrl The requested web application URL (without servlet context path) where - * the links should be rewritten. + * @param requestUrl The requested web application URL (without servlet context path) where the + * links should be rewritten. * @param ssl If the current page is SSL-encrypted. * @param considerSslPolicies If the SSL protection of policies should be considered when - * resolving the corresponding proxy. Setting this to <code>true</code> leads to a - * substantial performance overhead. + * resolving the corresponding proxy. Setting this to <code>true</code> leads to a + * substantial performance overhead. * @param relativeUrls If relative URLs should be created. */ public OutgoingLinkRewriter(ServiceManager manager, Session session, String requestUrl, @@ -129,43 +127,41 @@ public class OutgoingLinkRewriter extend } public boolean matches(String url) { - return url.startsWith("/"); + return url.equals("") || url.startsWith("/"); } - private Map publicationCache = new HashMap(); + private Map<String, Publication> publicationCache = new HashMap<String, Publication>(); protected Publication getPublication(String pubId) throws PublicationException { - return (Publication) this.publicationCache.get(pubId); + return this.publicationCache.get(pubId); } public String rewrite(final String url) { String rewrittenUrl = ""; - + String path; String suffix; - + int numIndex = url.indexOf('#'); if (numIndex > -1) { path = url.substring(0, numIndex); suffix = url.substring(numIndex); - } - else { + } else { int qmIndex = url.indexOf('?'); if (qmIndex > -1) { path = url.substring(0, qmIndex); suffix = url.substring(qmIndex); - } - else { + } else { path = url; suffix = ""; } } - + try { String normalizedUrl = normalizeUrl(path); if (this.relativeUrls) { - rewrittenUrl = getRelativeUrlTo(normalizedUrl); + rewrittenUrl = UriUtil.getRelativeUri(this.requestUrl, normalizedUrl); } else { boolean useSsl = this.ssl; if (!useSsl && this.policyManager != null) { @@ -200,18 +196,12 @@ public class OutgoingLinkRewriter extend } protected String normalizeUrl(final String url) throws URISyntaxException { - String normalizedUrl; - if (url.indexOf("..") > -1) { - normalizedUrl = new URI(url).normalize().toString(); - } else { - normalizedUrl = url; - } - return normalizedUrl; + return url.indexOf("..") > -1 ? new URI(url).normalize().toString() : url; } private String requestUrl; - private Map pubId2areaList = new HashMap(); + private Map<String, List<String>> pubId2areaList = new HashMap<String, List<String>>(); /** * Checks if a publication has an area by using a cache for performance reasons. @@ -221,7 +211,7 @@ public class OutgoingLinkRewriter extend */ protected boolean hasArea(Publication pub, String area) { String pubId = pub.getId(); - List areas = (List) this.pubId2areaList.get(pubId); + List<String> areas = this.pubId2areaList.get(pubId); if (areas == null) { areas = Arrays.asList(pub.getAreaNames()); this.pubId2areaList.put(pubId, areas); @@ -254,58 +244,4 @@ public class OutgoingLinkRewriter extend return rewrittenUrl; } - protected String getRelativeUrlTo(String webappUrl) { - String relativeUrl; - if (this.requestUrl.equals(webappUrl)) { - relativeUrl = getLastStep(webappUrl); - } - else { - List sourceSteps = toList(this.requestUrl); - List targetSteps = toList(webappUrl); - - String lastEqualStep = null; - - while (!sourceSteps.isEmpty() && !targetSteps.isEmpty() - && sourceSteps.get(0).equals(targetSteps.get(0))) { - lastEqualStep = (String) sourceSteps.remove(0); - targetSteps.remove(0); - } - - String prefix = ""; - if (targetSteps.isEmpty()) { - prefix = generateUpDots(sourceSteps.size()); - } - else if (sourceSteps.isEmpty()) { - prefix = getLastStep(this.requestUrl) + "/"; - } - else if (sourceSteps.size() > 1) { - prefix = generateUpDots(sourceSteps.size() - 1) + "/"; - } - else if (sourceSteps.size() == 1 && targetSteps.get(0).equals("")) { - prefix = generateUpDots(1) + "/" + lastEqualStep + "/"; - } - - String[] targetArray = (String[]) targetSteps.toArray(new String[targetSteps.size()]); - String targetPath = StringUtil.join(targetArray, "/"); - relativeUrl = prefix + targetPath; - } - return relativeUrl; - } - - protected String getLastStep(String url) { - return url.substring(url.lastIndexOf("/") + 1); - } - - protected String generateUpDots(int length) { - String upDots; - String[] upDotsArray = new String[length]; - Arrays.fill(upDotsArray, ".."); - upDots = StringUtil.join(upDotsArray, "/"); - return upDots; - } - - protected List toList(String url) { - return new ArrayList(Arrays.asList(url.substring(1).split("/", -1))); - } - } Added: lenya/branches/BRANCH_2_1_X/src/modules-core/linking/java/src/org/apache/lenya/cms/linking/UriUtil.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules-core/linking/java/src/org/apache/lenya/cms/linking/UriUtil.java?rev=1054381&view=auto ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules-core/linking/java/src/org/apache/lenya/cms/linking/UriUtil.java (added) +++ lenya/branches/BRANCH_2_1_X/src/modules-core/linking/java/src/org/apache/lenya/cms/linking/UriUtil.java Sun Jan 2 10:32:43 2011 @@ -0,0 +1,110 @@ +package org.apache.lenya.cms.linking; + +import java.net.URI; +import java.net.URISyntaxException; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Collections; +import java.util.List; + +import org.apache.lenya.util.StringUtil; + +public class UriUtil { + + public static String getRelativeUri(String sourceUri, String targetUri) { + final boolean empty = targetUri.equals(""); + if (empty) { + targetUri = "/"; + } + + final String baseUri = sourceUri.substring(0, sourceUri.lastIndexOf('/') + 1); + + final Path basePath = new Path(baseUri); + final Path targetPath = new Path(targetUri); + + while (!basePath.isEmpty() && targetPath.size() > 1 + && basePath.first().equals(targetPath.first())) { + targetPath.removeFirst(); + } + + String prefix = basePath.isEmpty() ? "" : generateUpDots(basePath.getSteps().size() - 1); + + String targetString = prefix + targetPath; + if (empty) { + if (!targetString.endsWith("/")) { + throw new IllegalStateException("Target URI " + targetString + + " doesn't end with a slash!"); + } + targetString = targetString.substring(0, targetString.length() - 1); + } + + try { + return new URI(targetString).normalize().toString(); + } catch (URISyntaxException e) { + throw new RuntimeException(e); + } + } + + protected static String getLastStep(String url) { + return url.substring(url.lastIndexOf("/") + 1); + } + + protected static String generateUpDots(int length) { + if (length == 0) { + return "./"; + } + final String[] upDotsArray = new String[length]; + Arrays.fill(upDotsArray, ".."); + return StringUtil.join(upDotsArray, "/") + (upDotsArray.length == 0 ? "" : "/"); + } + + protected static class Path { + + private List<String> steps = new ArrayList<String>(); + + public Path(final String path) { + if (!path.startsWith("/")) { + throw new IllegalArgumentException("Path " + path + " must start with a slash."); + } + this.steps.addAll(Arrays.asList(path.substring(1).split("/", -1))); + } + + public int size() { + return this.steps.size(); + } + + public String removeFirst() { + return this.steps.remove(0); + } + + public String toString() { + return StringUtil.join(this.steps.toArray(new String[this.steps.size()]), "/"); + } + + public String debug() { + final StringBuffer buf = new StringBuffer(); + for (final String step : this.steps) { + buf.append("[" + step + "]"); + } + return buf.toString(); + } + + public List<String> getSteps() { + return Collections.unmodifiableList(this.steps); + } + + public boolean isEmpty() { + return this.steps.isEmpty(); + } + + public String first() { + return this.steps.get(0); + } + + public String last() { + return this.steps.get(this.steps.size() - 1); + } + + } + +} Modified: lenya/branches/BRANCH_2_1_X/src/modules-core/linking/java/test/org/apache/lenya/cms/linking/OutgoingLinkRewriterTest.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules-core/linking/java/test/org/apache/lenya/cms/linking/OutgoingLinkRewriterTest.java?rev=1054381&r1=1054380&r2=1054381&view=diff ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules-core/linking/java/test/org/apache/lenya/cms/linking/OutgoingLinkRewriterTest.java (original) +++ lenya/branches/BRANCH_2_1_X/src/modules-core/linking/java/test/org/apache/lenya/cms/linking/OutgoingLinkRewriterTest.java Sun Jan 2 10:32:43 2011 @@ -23,26 +23,32 @@ import org.apache.lenya.cms.repository.S public class OutgoingLinkRewriterTest extends AbstractAccessControlTest { public void testRelativeUrls() throws Exception { - Session session = login("lenya"); - String url = "/aaa/bbb/ccc"; + final Session session = login("lenya"); + final String url = "/aaa/bbb/ccc"; boolean ssl = false; boolean considerSslPolicies = false; - boolean relativeUrls = true; - OutgoingLinkRewriter rewriter = new OutgoingLinkRewriter(getManager(), session, url, ssl, - considerSslPolicies, relativeUrls); + final OutgoingLinkRewriter relativeRewriter = new OutgoingLinkRewriter(getManager(), + session, url, ssl, considerSslPolicies, true); + + assertEquals(relativeRewriter.rewrite("") + "/index", "../../index"); + assertEquals(relativeRewriter.rewrite("/aaa/bbb/foo"), "foo"); + assertEquals(relativeRewriter.rewrite("/aaa/bbb"), "../bbb"); + assertEquals(relativeRewriter.rewrite("/aaa/bbb/ccc/ddd"), "ccc/ddd"); + assertEquals(relativeRewriter.rewrite("/aaa/foo"), "../foo"); + assertEquals(relativeRewriter.rewrite("/aaa/foo/bar"), "../foo/bar"); + assertEquals(relativeRewriter.rewrite("/foo/bar"), "../../foo/bar"); + assertEquals(relativeRewriter.rewrite("/aaa/foo/bar/baz"), "../foo/bar/baz"); + assertEquals(relativeRewriter.rewrite("/aaa/bbb/?hello"), "?hello"); + assertEquals(relativeRewriter.rewrite("/aaa/?hello"), "../?hello"); + assertEquals(relativeRewriter.rewrite("/?hello"), "../../?hello"); + + final OutgoingLinkRewriter absoluteRewriter = new OutgoingLinkRewriter(getManager(), + session, url, ssl, considerSslPolicies, false); + + assertEquals(absoluteRewriter.rewrite("") + "/index", "/index"); - assertEquals(rewriter.rewrite("/aaa/bbb/foo"), "foo"); - assertEquals(rewriter.rewrite("/aaa/bbb"), ".."); - assertEquals(rewriter.rewrite("/aaa/bbb/ccc/ddd"), "ccc/ddd"); - assertEquals(rewriter.rewrite("/aaa/foo"), "../foo"); - assertEquals(rewriter.rewrite("/aaa/foo/bar"), "../foo/bar"); - assertEquals(rewriter.rewrite("/foo/bar"), "../../foo/bar"); - assertEquals(rewriter.rewrite("/aaa/foo/bar/baz"), "../foo/bar/baz"); - assertEquals(rewriter.rewrite("/aaa/bbb/?hello"), "../bbb/?hello"); - assertEquals(rewriter.rewrite("/aaa/?hello"), "../?hello"); - assertEquals(rewriter.rewrite("/?hello"), "../../?hello"); } } Added: lenya/branches/BRANCH_2_1_X/src/modules-core/linking/java/test/org/apache/lenya/cms/linking/UriUtilTest.java URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules-core/linking/java/test/org/apache/lenya/cms/linking/UriUtilTest.java?rev=1054381&view=auto ============================================================================== --- lenya/branches/BRANCH_2_1_X/src/modules-core/linking/java/test/org/apache/lenya/cms/linking/UriUtilTest.java (added) +++ lenya/branches/BRANCH_2_1_X/src/modules-core/linking/java/test/org/apache/lenya/cms/linking/UriUtilTest.java Sun Jan 2 10:32:43 2011 @@ -0,0 +1,43 @@ +package org.apache.lenya.cms.linking; + +import java.net.URI; +import java.net.URISyntaxException; + +import junit.framework.TestCase; + +import org.apache.lenya.cms.linking.UriUtil; + +public class UriUtilTest extends TestCase { + + public void testRelativePath() throws URISyntaxException { + + final String baseUri = "/aaa/bbb/"; + + verify(baseUri, "/aaa/bbb/ccc", "ccc"); + verify(baseUri, "/aaa/bbb", "../bbb"); + verify(baseUri, "/aaa/bbb/", ""); + verify(baseUri, "/aaa", "../../aaa"); + verify(baseUri, "/aaa/", "../"); + verify(baseUri, "/", "../../"); + verify(baseUri, "/aaa/bbb/foo", "foo"); + verify(baseUri, "/aaa/bbb/ccc/ddd", "ccc/ddd"); + verify(baseUri, "/aaa/foo", "../foo"); + verify(baseUri, "/aaa/foo/bar", "../foo/bar"); + verify(baseUri, "/foo/bar", "../../foo/bar"); + verify(baseUri, "/aaa/foo/bar/baz", "../foo/bar/baz"); + verify(baseUri, "/aaa/bbb/?hello", "?hello"); + verify(baseUri, "/aaa/?hello", "../?hello"); + verify(baseUri, "/?hello", "../../?hello"); + + assertEquals("../..", UriUtil.getRelativeUri(baseUri, "")); + } + + protected void verify(final String base, final String target, final String rel) throws URISyntaxException { + final String resolvedRel = UriUtil.getRelativeUri(base, target); + assertEquals(rel, resolvedRel); + final String prefix = "http://foo.com"; + final URI baseUri = new URI(prefix + base); + assertEquals(prefix + target, baseUri.resolve(resolvedRel).toString()); + } + +} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Tue Feb 01 09:54:24 2011 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86008 invoked from network); 1 Feb 2011 09:54:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Feb 2011 09:54:24 -0000 Received: (qmail 35024 invoked by uid 500); 1 Feb 2011 09:54:24 -0000 Delivered-To: [email protected] Received: (qmail 34864 invoked by uid 500); 1 Feb 2011 09:54:21 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk Reply-To: [email protected] list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <pluto-dev.portals.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 34857 invoked by uid 99); 1 Feb 2011 09:54:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Feb 2011 09:54:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hel.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Feb 2011 09:54:19 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [161.129.204.104]) by hel.zones.apache.org (Postfix) with ESMTP id 6D0601848CF for <[email protected]>; Tue, 1 Feb 2011 09:53:29 +0000 (UTC) Date: Tue, 1 Feb 2011 09:53:29 +0000 (UTC) From: "JochenKlein (JIRA)" <[email protected]> To: [email protected] Message-ID: <[email protected]> Subject: [jira] Created: (PLUTO-607) RessourceURLTag attribute cacheablility misspelled MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 RessourceURLTag attribute cacheablility misspelled -------------------------------------------------- Key: PLUTO-607 URL: https://issues.apache.org/jira/browse/PLUTO-607 Project: Pluto Issue Type: Bug Components: portlet container taglibs Affects Versions: 2.0.2, 2.0.1 Reporter: JochenKlein According to the standard and the TLD, the attribute on the ResourceURLTag should cacheablility. But the class only implements cachabliity (without the 'e'). This makes it impossible to set the attribute -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira
From [email protected] Fri Oct 02 17:07:48 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95691 invoked from network); 2 Oct 2009 17:07:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Oct 2009 17:07:48 -0000 Received: (qmail 91734 invoked by uid 500); 2 Oct 2009 17:07:48 -0000 Delivered-To: [email protected] Received: (qmail 91685 invoked by uid 500); 2 Oct 2009 17:07:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 91674 invoked by uid 99); 2 Oct 2009 17:07:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Oct 2009 17:07:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Oct 2009 17:07:45 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id DA40F234C004 for <[email protected]>; Fri, 2 Oct 2009 10:07:23 -0700 (PDT) Message-ID: <1216082019.1254503243879.JavaMail.jira@brutus> Date: Fri, 2 Oct 2009 10:07:23 -0700 (PDT) From: "Kurt T Stam (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (SCOUT-69) Do not search service bindings on the specification In-Reply-To: <392695169.1233893039780.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SCOUT-69?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Kurt T Stam updated SCOUT-69: ----------------------------- Fix Version/s: (was: 1.2) 1.2.1 > Do not search service bindings on the specification > --------------------------------------------------- > > Key: SCOUT-69 > URL: https://issues.apache.org/jira/browse/SCOUT-69 > Project: Scout > Issue Type: Bug > Affects Versions: 1.0rc2 > Environment: java version "1.6.0_0" > IcedTea6 1.4 (fedora-7.b12.fc10-i386) Runtime Environment (build 1.6.0_0-= b12) > OpenJDK Server VM (build 10.0-b19, mixed mode) > Reporter: Waldemar K=C5=82aczy=C5=84ski > Assignee: Kurt T Stam > Fix For: 1.2.1 > > > ClassificationScheme classification =3D bqm.findClassificatio= nSchemeByName(null, "saba-com:centrum:services:penpay-terminal:ver-1.00"); > SpecificationLink fSpecificationLink =3D blm.createSpecificat= ionLink(); > Concept fconcept =3D blm.createConcept(classification, "Order= number of books", "Number number"); > fconcept.setKey(classification.getKey()); > fSpecificationLink.setSpecificationObject(fconcept); > RegistryObject registryObject =3D bqm.getRegistryObject("EA33= 6660-EF42-11DD-A660-9C97145B13F6",LifeCycleManager.SERVICE); > if(registryObject instanceof Service){ > Service service =3D (Service) registryObject; > BulkResponse fServiceBindings =3D bqm.findServiceBindings= (service.getKey(), null, null, Collections.singletonList(fSpecificationLink= )); > =09 > Always return all service bimdings! > =20 --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Oct 02 17:15:48 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97974 invoked from network); 2 Oct 2009 17:15:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Oct 2009 17:15:48 -0000 Received: (qmail 3930 invoked by uid 500); 2 Oct 2009 17:15:47 -0000 Delivered-To: [email protected] Received: (qmail 3841 invoked by uid 500); 2 Oct 2009 17:15:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 3820 invoked by uid 99); 2 Oct 2009 17:15:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Oct 2009 17:15:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Oct 2009 17:15:44 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id A02E1234C053 for <[email protected]>; Fri, 2 Oct 2009 10:15:23 -0700 (PDT) Message-ID: <917-454-8323.1254503723655.JavaMail.jira@brutus> Date: Fri, 2 Oct 2009 10:15:23 -0700 (PDT) From: "Tom Cunningham (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Assigned: (SCOUT-92) Fix SerialVersionUID in scout impl classes In-Reply-To: <690590143.1254234556141.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SCOUT-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom Cunningham reassigned SCOUT-92: ----------------------------------- Assignee: Tom Cunningham (was: Kurt T Stam) > Fix SerialVersionUID in scout impl classes > ------------------------------------------ > > Key: SCOUT-92 > URL: https://issues.apache.org/jira/browse/SCOUT-92 > Project: Scout > Issue Type: Bug > Reporter: Anil Saldhana > Assignee: Tom Cunningham > Fix For: 1.2 > > > ============= > FAIL: serialVersionUID error for org.apache.ws.scout.registry.BusinessLifeCycleManagerImpl, 500 4662854497208312765, current: 1 > FAIL: serialVersionUID error for org.apache.ws.scout.registry.ConnectionFactoryImpl, 500 462542187808710650, current: 1 > FAIL: serialVersionUID error for org.apache.ws.scout.registry.ConnectionImpl, 500 -4020142276466440718, current: 1 > =============== > Some of the classes in Scout have serial uid to be 1. > I may be the culprit. > It needs to be fixed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 05 16:10:08 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26767 invoked from network); 5 Oct 2009 16:10:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Oct 2009 16:10:08 -0000 Received: (qmail 89499 invoked by uid 500); 5 Oct 2009 16:10:08 -0000 Delivered-To: [email protected] Received: (qmail 89458 invoked by uid 500); 5 Oct 2009 16:10:08 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 89450 invoked by uid 500); 5 Oct 2009 16:10:08 -0000 Delivered-To: [email protected] Received: (qmail 89447 invoked by uid 99); 5 Oct 2009 16:10:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Oct 2009 16:10:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Oct 2009 16:10:04 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B2CCD2388874; Mon, 5 Oct 2009 16:09:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r821898 - /webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/ Date: Mon, 05 Oct 2009 16:09:43 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: tcunning Date: Mon Oct 5 16:09:42 2009 New Revision: 821898 URL: http://svn.apache.org/viewvc?rev=821898&view=rev Log: SCOUT-92 Generate serialVersionUIDs from eclipse. Modified: webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/BusinessLifeCycleManagerImpl.java webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/BusinessLifeCycleManagerV3Impl.java webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/ConnectionFactoryImpl.java webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/ConnectionImpl.java webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/RegistryException.java webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/RegistryV3Exception.java Modified: webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/BusinessLifeCycleManagerImpl.java URL: http://svn.apache.org/viewvc/webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/BusinessLifeCycleManagerImpl.java?rev=821898&r1=821897&r2=821898&view=diff ============================================================================== --- webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/BusinessLifeCycleManagerImpl.java (original) +++ webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/BusinessLifeCycleManagerImpl.java Mon Oct 5 16:09:42 2009 @@ -88,10 +88,10 @@ */ public class BusinessLifeCycleManagerImpl extends LifeCycleManagerImpl implements BusinessLifeCycleManager, Serializable { - - - private static final long serialVersionUID = 1L; - private Log log = LogFactory.getLog(this.getClass()); + + private static final long serialVersionUID = -4533264314909343311L; + + private Log log = LogFactory.getLog(this.getClass()); private transient ObjectFactory objectFactory = new ObjectFactory(); Modified: webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/BusinessLifeCycleManagerV3Impl.java URL: http://svn.apache.org/viewvc/webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/BusinessLifeCycleManagerV3Impl.java?rev=821898&r1=821897&r2=821898&view=diff ============================================================================== --- webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/BusinessLifeCycleManagerV3Impl.java (original) +++ webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/BusinessLifeCycleManagerV3Impl.java Mon Oct 5 16:09:42 2009 @@ -48,16 +48,35 @@ import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; -import org.uddi.api_v3.*; import org.apache.ws.scout.registry.infomodel.ConceptImpl; import org.apache.ws.scout.registry.infomodel.InternationalStringImpl; import org.apache.ws.scout.registry.infomodel.KeyImpl; import org.apache.ws.scout.registry.infomodel.OrganizationImpl; import org.apache.ws.scout.registry.infomodel.ServiceImpl; -import org.apache.ws.scout.util.ScoutJaxrUddiHelper; import org.apache.ws.scout.util.ScoutJaxrUddiV3Helper; -import org.apache.ws.scout.util.ScoutUddiJaxrHelper; import org.apache.ws.scout.util.ScoutUddiV3JaxrHelper; +import org.uddi.api_v3.AssertionStatusItem; +import org.uddi.api_v3.AssertionStatusReport; +import org.uddi.api_v3.AuthToken; +import org.uddi.api_v3.BindingDetail; +import org.uddi.api_v3.BindingTemplate; +import org.uddi.api_v3.BusinessDetail; +import org.uddi.api_v3.BusinessEntity; +import org.uddi.api_v3.BusinessInfo; +import org.uddi.api_v3.BusinessService; +import org.uddi.api_v3.Description; +import org.uddi.api_v3.DispositionReport; +import org.uddi.api_v3.ErrInfo; +import org.uddi.api_v3.KeyedReference; +import org.uddi.api_v3.Name; +import org.uddi.api_v3.ObjectFactory; +import org.uddi.api_v3.PublisherAssertion; +import org.uddi.api_v3.PublisherAssertions; +import org.uddi.api_v3.Result; +import org.uddi.api_v3.ServiceDetail; +import org.uddi.api_v3.ServiceInfo; +import org.uddi.api_v3.TModel; +import org.uddi.api_v3.TModelDetail; /** * Implements JAXR BusinessLifeCycleManager Interface. @@ -69,10 +88,10 @@ */ public class BusinessLifeCycleManagerV3Impl extends LifeCycleManagerImpl implements BusinessLifeCycleManager, Serializable { - - - private static final long serialVersionUID = 1L; - private Log log = LogFactory.getLog(this.getClass()); + + private static final long serialVersionUID = -1145007155334678356L; + + private Log log = LogFactory.getLog(this.getClass()); private transient ObjectFactory objectFactory = new ObjectFactory(); Modified: webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/ConnectionFactoryImpl.java URL: http://svn.apache.org/viewvc/webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/ConnectionFactoryImpl.java?rev=821898&r1=821897&r2=821898&view=diff ============================================================================== --- webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/ConnectionFactoryImpl.java (original) +++ webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/ConnectionFactoryImpl.java Mon Oct 5 16:09:42 2009 @@ -40,8 +40,8 @@ */ public class ConnectionFactoryImpl extends ConnectionFactory implements Serializable { - private static final long serialVersionUID = 1L; - private static final String QUERYMANAGER_PROPERTY = "javax.xml.registry.queryManagerURL"; + private static final long serialVersionUID = -6902106826496922256L; + private static final String QUERYMANAGER_PROPERTY = "javax.xml.registry.queryManagerURL"; private static final String LIFECYCLEMANAGER_PROPERTY = "javax.xml.registry.lifeCycleManagerURL"; private static final String SECURITYMANAGER_PROPERTY = "javax.xml.registry.securityManagerURL"; private static final String SEMANTICEQUIVALENCES_PROPERTY = "javax.xml.registry.semanticEquivalences"; Modified: webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/ConnectionImpl.java URL: http://svn.apache.org/viewvc/webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/ConnectionImpl.java?rev=821898&r1=821897&r2=821898&view=diff ============================================================================== --- webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/ConnectionImpl.java (original) +++ webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/ConnectionImpl.java Mon Oct 5 16:09:42 2009 @@ -34,8 +34,8 @@ */ public class ConnectionImpl implements Connection, Serializable { - private static final long serialVersionUID = 1L; - private boolean closed = false; + private static final long serialVersionUID = 3542404895814764176L; + private boolean closed = false; private boolean synchronous = true; private Set credentials; private final IRegistryBase registry; Modified: webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/RegistryException.java URL: http://svn.apache.org/viewvc/webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/RegistryException.java?rev=821898&r1=821897&r2=821898&view=diff ============================================================================== --- webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/RegistryException.java (original) +++ webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/RegistryException.java Mon Oct 5 16:09:42 2009 @@ -30,7 +30,7 @@ */ public class RegistryException extends Exception { - private static final long serialVersionUID = 1L; + private static final long serialVersionUID = -6628826473199096011L; public static final int E_ASSERTION_NOT_FOUND = 30000; public static final int E_AUTH_TOKEN_EXPIRED = 10110; public static final int E_AUTH_TOKEN_REQUIRED = 10120; Modified: webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/RegistryV3Exception.java URL: http://svn.apache.org/viewvc/webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/RegistryV3Exception.java?rev=821898&r1=821897&r2=821898&view=diff ============================================================================== --- webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/RegistryV3Exception.java (original) +++ webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/RegistryV3Exception.java Mon Oct 5 16:09:42 2009 @@ -26,7 +26,7 @@ */ public class RegistryV3Exception extends Exception { - private static final long serialVersionUID = 1L; + private static final long serialVersionUID = -733955749275810694L; public static final int E_ASSERTION_NOT_FOUND = 30000; public static final int E_AUTH_TOKEN_EXPIRED = 10110; public static final int E_AUTH_TOKEN_REQUIRED = 10120; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 05 16:10:56 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26905 invoked from network); 5 Oct 2009 16:10:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Oct 2009 16:10:56 -0000 Received: (qmail 89859 invoked by uid 500); 5 Oct 2009 16:10:55 -0000 Delivered-To: [email protected] Received: (qmail 89754 invoked by uid 500); 5 Oct 2009 16:10:55 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 89677 invoked by uid 99); 5 Oct 2009 16:10:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Oct 2009 16:10:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Oct 2009 16:10:52 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 65A5A234C1E9 for <[email protected]>; Mon, 5 Oct 2009 09:10:31 -0700 (PDT) Message-ID: <1492429883.1254759031415.JavaMail.jira@brutus> Date: Mon, 5 Oct 2009 09:10:31 -0700 (PDT) From: "Tom Cunningham (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (SCOUT-92) Fix SerialVersionUID in scout impl classes In-Reply-To: <690590143.1254234556141.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SCOUT-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom Cunningham resolved SCOUT-92. --------------------------------- Resolution: Fixed Went through and had Eclipse generate new SerialVersionUIDs for all classes that had a default one set. > Fix SerialVersionUID in scout impl classes > ------------------------------------------ > > Key: SCOUT-92 > URL: https://issues.apache.org/jira/browse/SCOUT-92 > Project: Scout > Issue Type: Bug > Reporter: Anil Saldhana > Assignee: Tom Cunningham > Fix For: 1.2 > > > ============= > FAIL: serialVersionUID error for org.apache.ws.scout.registry.BusinessLifeCycleManagerImpl, 500 4662854497208312765, current: 1 > FAIL: serialVersionUID error for org.apache.ws.scout.registry.ConnectionFactoryImpl, 500 462542187808710650, current: 1 > FAIL: serialVersionUID error for org.apache.ws.scout.registry.ConnectionImpl, 500 -4020142276466440718, current: 1 > =============== > Some of the classes in Scout have serial uid to be 1. > I may be the culprit. > It needs to be fixed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 05 16:10:56 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26922 invoked from network); 5 Oct 2009 16:10:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Oct 2009 16:10:56 -0000 Received: (qmail 89948 invoked by uid 500); 5 Oct 2009 16:10:55 -0000 Delivered-To: [email protected] Received: (qmail 89843 invoked by uid 500); 5 Oct 2009 16:10:55 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 89690 invoked by uid 99); 5 Oct 2009 16:10:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Oct 2009 16:10:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Oct 2009 16:10:52 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 6AEA7234C1EC for <[email protected]>; Mon, 5 Oct 2009 09:10:31 -0700 (PDT) Message-ID: <314423766.1254759031436.JavaMail.jira@brutus> Date: Mon, 5 Oct 2009 09:10:31 -0700 (PDT) From: "Tom Cunningham (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (SCOUT-92) Fix SerialVersionUID in scout impl classes In-Reply-To: <690590143.1254234556141.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SCOUT-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom Cunningham closed SCOUT-92. ------------------------------- > Fix SerialVersionUID in scout impl classes > ------------------------------------------ > > Key: SCOUT-92 > URL: https://issues.apache.org/jira/browse/SCOUT-92 > Project: Scout > Issue Type: Bug > Reporter: Anil Saldhana > Assignee: Tom Cunningham > Fix For: 1.2 > > > ============= > FAIL: serialVersionUID error for org.apache.ws.scout.registry.BusinessLifeCycleManagerImpl, 500 4662854497208312765, current: 1 > FAIL: serialVersionUID error for org.apache.ws.scout.registry.ConnectionFactoryImpl, 500 462542187808710650, current: 1 > FAIL: serialVersionUID error for org.apache.ws.scout.registry.ConnectionImpl, 500 -4020142276466440718, current: 1 > =============== > Some of the classes in Scout have serial uid to be 1. > I may be the culprit. > It needs to be fixed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 12 13:05:54 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95163 invoked from network); 12 Oct 2009 13:05:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Oct 2009 13:05:54 -0000 Received: (qmail 90266 invoked by uid 500); 12 Oct 2009 13:05:54 -0000 Delivered-To: [email protected] Received: (qmail 90101 invoked by uid 500); 12 Oct 2009 13:05:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 90014 invoked by uid 99); 12 Oct 2009 13:05:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 13:05:53 +0000 X-ASF-Spam-Status: No, hits=-10.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 13:05:51 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 5E803234C1EE for <[email protected]>; Mon, 12 Oct 2009 06:05:31 -0700 (PDT) Message-ID: <581277046.1255352731386.JavaMail.jira@brutus> Date: Mon, 12 Oct 2009 06:05:31 -0700 (PDT) From: "Kurt T Stam (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (SCOUT-93) Release work MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Release work ------------ Key: SCOUT-93 URL: https://issues.apache.org/jira/browse/SCOUT-93 Project: Scout Issue Type: Task Reporter: Kurt T Stam Assignee: Kurt T Stam Fix For: 1.2 Doing things like adding release notes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 12 13:06:35 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95661 invoked from network); 12 Oct 2009 13:06:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Oct 2009 13:06:35 -0000 Received: (qmail 90987 invoked by uid 500); 12 Oct 2009 13:06:35 -0000 Delivered-To: [email protected] Received: (qmail 90942 invoked by uid 500); 12 Oct 2009 13:06:35 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 90929 invoked by uid 500); 12 Oct 2009 13:06:34 -0000 Delivered-To: [email protected] Received: (qmail 90926 invoked by uid 99); 12 Oct 2009 13:06:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 13:06:34 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 13:06:31 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 71AD723888E4; Mon, 12 Oct 2009 13:06:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r824324 - in /webservices/scout/trunk: ./ src/main/java/org/apache/ws/scout/registry/ src/main/java/org/apache/ws/scout/transport/ Date: Mon, 12 Oct 2009 13:06:11 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: kstam Date: Mon Oct 12 13:06:10 2009 New Revision: 824324 URL: http://svn.apache.org/viewvc?rev=824324&view=rev Log: SCOUT-93 - adding release notes, cleaning up warnings. Modified: webservices/scout/trunk/README webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/JAXBContextUtil.java webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/RegistryImpl.java webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/AxisTransport.java webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/JAXRTransportException.java webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/LocalTransport.java webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/RMITransport.java webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/Transport.java webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/TransportException.java Modified: webservices/scout/trunk/README URL: http://svn.apache.org/viewvc/webservices/scout/trunk/README?rev=824324&r1=824323&r2=824324&view=diff ============================================================================== --- webservices/scout/trunk/README (original) +++ webservices/scout/trunk/README Mon Oct 12 13:06:10 2009 @@ -87,6 +87,18 @@ [email protected] + +Release notes - Scout - Version 1.2 + +Bug + + * [SCOUT-65] - Scout tests don't have a way of choosing between multiple versions of jUDDI + * [SCOUT-66] - Need support for multiple UDDI versions within scout + * [SCOUT-89] - Exclusion of axis-related JARs causes NoClassDefFoundError in testing AxisTransport + * [SCOUT-91] - JAXBContext.newInstance is expensive and needs to be cached + * [SCOUT-92] - Fix SerialVersionUID in scout impl classes + + Release notes - Scout - Version 1.1 Bug Modified: webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/JAXBContextUtil.java URL: http://svn.apache.org/viewvc/webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/JAXBContextUtil.java?rev=824324&r1=824323&r2=824324&view=diff ============================================================================== --- webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/JAXBContextUtil.java (original) +++ webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/JAXBContextUtil.java Mon Oct 12 13:06:10 2009 @@ -1,7 +1,6 @@ package org.apache.ws.scout.registry; import javax.xml.bind.JAXBContext; -import javax.xml.bind.JAXBElement; import javax.xml.bind.JAXBException; import java.util.HashMap; import java.util.Map; Modified: webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/RegistryImpl.java URL: http://svn.apache.org/viewvc/webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/RegistryImpl.java?rev=824324&r1=824323&r2=824324&view=diff ============================================================================== --- webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/RegistryImpl.java (original) +++ webservices/scout/trunk/src/main/java/org/apache/ws/scout/registry/RegistryImpl.java Mon Oct 12 13:06:10 2009 @@ -23,7 +23,6 @@ import java.net.URISyntaxException; import java.security.AccessController; import java.security.PrivilegedAction; -import java.util.ArrayList; import java.util.Arrays; import java.util.Properties; @@ -89,8 +88,6 @@ import org.apache.ws.scout.util.XMLUtils; import org.w3c.dom.Document; import org.w3c.dom.Element; -import org.w3c.dom.NamedNodeMap; -import org.w3c.dom.Node; import org.w3c.dom.NodeList; import org.xml.sax.SAXException; Modified: webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/AxisTransport.java URL: http://svn.apache.org/viewvc/webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/AxisTransport.java?rev=824324&r1=824323&r2=824324&view=diff ============================================================================== --- webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/AxisTransport.java (original) +++ webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/AxisTransport.java Mon Oct 12 13:06:10 2009 @@ -19,9 +19,6 @@ import java.net.URI; import java.util.Vector; -import javax.xml.parsers.DocumentBuilder; -import javax.xml.parsers.DocumentBuilderFactory; - import org.apache.axis.AxisFault; import org.apache.axis.Message; import org.apache.axis.client.Call; @@ -30,8 +27,6 @@ import org.apache.axis.utils.XMLUtils; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; -import org.apache.ws.scout.registry.RegistryException; -import org.w3c.dom.Document; import org.w3c.dom.Element; /** Modified: webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/JAXRTransportException.java URL: http://svn.apache.org/viewvc/webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/JAXRTransportException.java?rev=824324&r1=824323&r2=824324&view=diff ============================================================================== --- webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/JAXRTransportException.java (original) +++ webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/JAXRTransportException.java Mon Oct 12 13:06:10 2009 @@ -1,4 +1,6 @@ package org.apache.ws.scout.transport; public class JAXRTransportException extends Exception { + + private static final long serialVersionUID = 6618794718410356945L; } Modified: webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/LocalTransport.java URL: http://svn.apache.org/viewvc/webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/LocalTransport.java?rev=824324&r1=824323&r2=824324&view=diff ============================================================================== --- webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/LocalTransport.java (original) +++ webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/LocalTransport.java Mon Oct 12 13:06:10 2009 @@ -23,7 +23,6 @@ import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; -import org.apache.ws.scout.registry.RegistryException; import org.apache.ws.scout.util.XMLUtils; import org.w3c.dom.Document; import org.w3c.dom.Element; Modified: webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/RMITransport.java URL: http://svn.apache.org/viewvc/webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/RMITransport.java?rev=824324&r1=824323&r2=824324&view=diff ============================================================================== --- webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/RMITransport.java (original) +++ webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/RMITransport.java Mon Oct 12 13:06:10 2009 @@ -25,7 +25,6 @@ import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; -import org.apache.ws.scout.registry.RegistryException; import org.apache.ws.scout.util.XMLUtils; import org.w3c.dom.Document; import org.w3c.dom.Element; @@ -34,7 +33,7 @@ /** * RMI Message transport class. * - * <p>This transpor calls jUDDI using RMI.</p> + * <p>This transport calls jUDDI using RMI.</p> * * @author Kurt Stam ([email protected]) */ Modified: webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/Transport.java URL: http://svn.apache.org/viewvc/webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/Transport.java?rev=824324&r1=824323&r2=824324&view=diff ============================================================================== --- webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/Transport.java (original) +++ webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/Transport.java Mon Oct 12 13:06:10 2009 @@ -17,7 +17,6 @@ import java.net.URI; -import org.apache.ws.scout.registry.RegistryException; import org.w3c.dom.Element; /** Modified: webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/TransportException.java URL: http://svn.apache.org/viewvc/webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/TransportException.java?rev=824324&r1=824323&r2=824324&view=diff ============================================================================== --- webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/TransportException.java (original) +++ webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/TransportException.java Mon Oct 12 13:06:10 2009 @@ -1,6 +1,9 @@ package org.apache.ws.scout.transport; public class TransportException extends Exception { + + private static final long serialVersionUID = -3024629866231364359L; + public TransportException(Exception e) { super(e); } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 12 14:23:55 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25932 invoked from network); 12 Oct 2009 14:23:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Oct 2009 14:23:55 -0000 Received: (qmail 99582 invoked by uid 500); 12 Oct 2009 14:23:55 -0000 Delivered-To: [email protected] Received: (qmail 99541 invoked by uid 500); 12 Oct 2009 14:23:55 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 99533 invoked by uid 99); 12 Oct 2009 14:23:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 14:23:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 14:23:52 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 5F07C234C046 for <[email protected]>; Mon, 12 Oct 2009 07:23:31 -0700 (PDT) Message-ID: <782052598.1255357411388.JavaMail.jira@brutus> Date: Mon, 12 Oct 2009 07:23:31 -0700 (PDT) From: "Kurt T Stam (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (SCOUT-93) Release work In-Reply-To: <581277046.1255352731386.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SCOUT-93?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kurt T Stam closed SCOUT-93. ---------------------------- Resolution: Fixed done > Release work > ------------ > > Key: SCOUT-93 > URL: https://issues.apache.org/jira/browse/SCOUT-93 > Project: Scout > Issue Type: Task > Reporter: Kurt T Stam > Assignee: Kurt T Stam > Fix For: 1.2 > > > Doing things like adding release notes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 12 14:33:55 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28701 invoked from network); 12 Oct 2009 14:33:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Oct 2009 14:33:55 -0000 Received: (qmail 14301 invoked by uid 500); 12 Oct 2009 14:33:55 -0000 Delivered-To: [email protected] Received: (qmail 14259 invoked by uid 500); 12 Oct 2009 14:33:55 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 14251 invoked by uid 99); 12 Oct 2009 14:33:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 14:33:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 14:33:52 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 61894234C1F0 for <[email protected]>; Mon, 12 Oct 2009 07:33:31 -0700 (PDT) Message-ID: <1169783628.1255358011398.JavaMail.jira@brutus> Date: Mon, 12 Oct 2009 07:33:31 -0700 (PDT) From: "Kurt T Stam (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Reopened: (SCOUT-93) Release work In-Reply-To: <581277046.1255352731386.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SCOUT-93?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kurt T Stam reopened SCOUT-93: ------------------------------ juddi-3.0-SNAPSHOT needs to tbe juddi-3.0-rc1. > Release work > ------------ > > Key: SCOUT-93 > URL: https://issues.apache.org/jira/browse/SCOUT-93 > Project: Scout > Issue Type: Task > Reporter: Kurt T Stam > Assignee: Kurt T Stam > Fix For: 1.2 > > > Doing things like adding release notes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 12 14:35:55 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29296 invoked from network); 12 Oct 2009 14:35:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Oct 2009 14:35:55 -0000 Received: (qmail 18252 invoked by uid 500); 12 Oct 2009 14:35:55 -0000 Delivered-To: [email protected] Received: (qmail 18207 invoked by uid 500); 12 Oct 2009 14:35:55 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 18199 invoked by uid 99); 12 Oct 2009 14:35:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 14:35:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 14:35:52 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 9E18C234C1E9 for <[email protected]>; Mon, 12 Oct 2009 07:35:31 -0700 (PDT) Message-ID: <328672592.1255358131646.JavaMail.jira@brutus> Date: Mon, 12 Oct 2009 07:35:31 -0700 (PDT) From: "Tom Cunningham (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (SCOUT-94) Look at commented out Slot code in ScoutJaxrUddiV3Helper.getTModelFromJAXRClassificationScheme MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Look at commented out Slot code in ScoutJaxrUddiV3Helper.getTModelFromJAXRClassificationScheme ---------------------------------------------------------------------------------------------- Key: SCOUT-94 URL: https://issues.apache.org/jira/browse/SCOUT-94 Project: Scout Issue Type: Bug Affects Versions: 1.2 Reporter: Tom Cunningham Assignee: Tom Cunningham Fix For: 1.2.1 A few of the lines of code that set authorized name and that set the operator are commented out because we had issues on V3 with them. Investigate these issues and mark why they are happening. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 12 14:53:54 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35016 invoked from network); 12 Oct 2009 14:53:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Oct 2009 14:53:54 -0000 Received: (qmail 44168 invoked by uid 500); 12 Oct 2009 14:53:54 -0000 Delivered-To: [email protected] Received: (qmail 44126 invoked by uid 500); 12 Oct 2009 14:53:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 44118 invoked by uid 99); 12 Oct 2009 14:53:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 14:53:54 +0000 X-ASF-Spam-Status: No, hits=-10.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 14:53:51 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 54E09234C046 for <[email protected]>; Mon, 12 Oct 2009 07:53:31 -0700 (PDT) Message-ID: <917-454-8323.1255359211346.JavaMail.jira@brutus> Date: Mon, 12 Oct 2009 07:53:31 -0700 (PDT) From: "Tom Cunningham (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (SCOUT-95) Provide a mechanism for caching the AuthToken MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Provide a mechanism for caching the AuthToken --------------------------------------------- Key: SCOUT-95 URL: https://issues.apache.org/jira/browse/SCOUT-95 Project: Scout Issue Type: Bug Components: Scout - jUDDI Interface Affects Versions: 1.2 Reporter: Tom Cunningham Assignee: Tom Cunningham Fix For: 1.2.1 We need to look at reusing the AuthToken rather than grabbing it before each publish call for performance. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 12 15:15:15 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46309 invoked from network); 12 Oct 2009 15:15:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Oct 2009 15:15:15 -0000 Received: (qmail 87918 invoked by uid 500); 12 Oct 2009 15:15:15 -0000 Delivered-To: [email protected] Received: (qmail 87872 invoked by uid 500); 12 Oct 2009 15:15:15 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 87864 invoked by uid 500); 12 Oct 2009 15:15:15 -0000 Delivered-To: [email protected] Received: (qmail 87861 invoked by uid 99); 12 Oct 2009 15:15:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 15:15:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 15:15:12 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7B43A238888A; Mon, 12 Oct 2009 15:14:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r824376 - /webservices/scout/trunk/pom.xml Date: Mon, 12 Oct 2009 15:14:51 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: kstam Date: Mon Oct 12 15:14:50 2009 New Revision: 824376 URL: http://svn.apache.org/viewvc?rev=824376&view=rev Log: SCOUT-93 - uddi-ws-3.0.0-SNAPSHOT to uddi-ws-3.0.0-rc1 Modified: webservices/scout/trunk/pom.xml Modified: webservices/scout/trunk/pom.xml URL: http://svn.apache.org/viewvc/webservices/scout/trunk/pom.xml?rev=824376&r1=824375&r2=824376&view=diff ============================================================================== --- webservices/scout/trunk/pom.xml (original) +++ webservices/scout/trunk/pom.xml Mon Oct 12 15:14:50 2009 @@ -253,7 +253,7 @@ <dependency> <groupId>org.apache.juddi</groupId> <artifactId>uddi-ws</artifactId> - <version>3.0.0.SNAPSHOT</version> + <version>3.0.0.rc1</version> </dependency> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 12 15:18:18 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 47202 invoked from network); 12 Oct 2009 15:18:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Oct 2009 15:18:18 -0000 Received: (qmail 98298 invoked by uid 500); 12 Oct 2009 15:18:18 -0000 Delivered-To: [email protected] Received: (qmail 98254 invoked by uid 500); 12 Oct 2009 15:18:18 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 98245 invoked by uid 500); 12 Oct 2009 15:18:18 -0000 Delivered-To: [email protected] Received: (qmail 98241 invoked by uid 99); 12 Oct 2009 15:18:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 15:18:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 15:18:15 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B2732238888A; Mon, 12 Oct 2009 15:17:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r824377 - /webservices/scout/trunk/pom.xml Date: Mon, 12 Oct 2009 15:17:54 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: kstam Date: Mon Oct 12 15:17:52 2009 New Revision: 824377 URL: http://svn.apache.org/viewvc?rev=824377&view=rev Log: [maven-release-plugin] prepare release scout-1.2 Modified: webservices/scout/trunk/pom.xml Modified: webservices/scout/trunk/pom.xml URL: http://svn.apache.org/viewvc/webservices/scout/trunk/pom.xml?rev=824377&r1=824376&r2=824377&view=diff ============================================================================== --- webservices/scout/trunk/pom.xml (original) +++ webservices/scout/trunk/pom.xml Mon Oct 12 15:17:52 2009 @@ -8,7 +8,7 @@ </parent> <groupId>org.apache.ws.scout</groupId> <artifactId>scout</artifactId> - <version>1.2-SNAPSHOT</version> + <version>1.2</version> <packaging>bundle</packaging> <name>Apache Scout</name> @@ -124,9 +124,9 @@ </license> </licenses> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/scout/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/scout/trunk</developerConnection> - <url>http://svn.apache.org/viewcvs.cgi/webservices/scout/trunk</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/scout/tags/scout-1.2</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/scout/tags/scout-1.2</developerConnection> + <url>http://svn.apache.org/viewcvs.cgi/webservices/scout/tags/scout-1.2</url> </scm> <dependencies> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 12 15:18:22 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 47247 invoked from network); 12 Oct 2009 15:18:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Oct 2009 15:18:22 -0000 Received: (qmail 98363 invoked by uid 500); 12 Oct 2009 15:18:22 -0000 Delivered-To: [email protected] Received: (qmail 98322 invoked by uid 500); 12 Oct 2009 15:18:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 98314 invoked by uid 500); 12 Oct 2009 15:18:22 -0000 Delivered-To: [email protected] Received: (qmail 98311 invoked by uid 99); 12 Oct 2009 15:18:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 15:18:22 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 15:18:19 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C8BCA23888CF; Mon, 12 Oct 2009 15:17:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r824378 - /webservices/scout/tags/scout-1.2/ Date: Mon, 12 Oct 2009 15:17:59 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: kstam Date: Mon Oct 12 15:17:59 2009 New Revision: 824378 URL: http://svn.apache.org/viewvc?rev=824378&view=rev Log: [maven-scm] copy for tag scout-1.2 Added: webservices/scout/tags/scout-1.2/ - copied from r824377, webservices/scout/trunk/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 12 15:18:26 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 47295 invoked from network); 12 Oct 2009 15:18:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Oct 2009 15:18:25 -0000 Received: (qmail 98437 invoked by uid 500); 12 Oct 2009 15:18:25 -0000 Delivered-To: [email protected] Received: (qmail 98394 invoked by uid 500); 12 Oct 2009 15:18:25 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 98386 invoked by uid 500); 12 Oct 2009 15:18:25 -0000 Delivered-To: [email protected] Received: (qmail 98383 invoked by uid 99); 12 Oct 2009 15:18:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 15:18:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 15:18:23 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 29F6A23888E4; Mon, 12 Oct 2009 15:18:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r824379 - /webservices/scout/trunk/pom.xml Date: Mon, 12 Oct 2009 15:18:02 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: kstam Date: Mon Oct 12 15:18:01 2009 New Revision: 824379 URL: http://svn.apache.org/viewvc?rev=824379&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: webservices/scout/trunk/pom.xml Modified: webservices/scout/trunk/pom.xml URL: http://svn.apache.org/viewvc/webservices/scout/trunk/pom.xml?rev=824379&r1=824378&r2=824379&view=diff ============================================================================== --- webservices/scout/trunk/pom.xml (original) +++ webservices/scout/trunk/pom.xml Mon Oct 12 15:18:01 2009 @@ -8,7 +8,7 @@ </parent> <groupId>org.apache.ws.scout</groupId> <artifactId>scout</artifactId> - <version>1.2</version> + <version>1.2.1-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Scout</name> @@ -124,9 +124,9 @@ </license> </licenses> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/scout/tags/scout-1.2</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/scout/tags/scout-1.2</developerConnection> - <url>http://svn.apache.org/viewcvs.cgi/webservices/scout/tags/scout-1.2</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/scout/trunk</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/scout/trunk</developerConnection> + <url>http://svn.apache.org/viewcvs.cgi/webservices/scout/trunk</url> </scm> <dependencies> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 12 15:27:54 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50122 invoked from network); 12 Oct 2009 15:27:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Oct 2009 15:27:54 -0000 Received: (qmail 15170 invoked by uid 500); 12 Oct 2009 15:27:54 -0000 Delivered-To: [email protected] Received: (qmail 15124 invoked by uid 500); 12 Oct 2009 15:27:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 15114 invoked by uid 99); 12 Oct 2009 15:27:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 15:27:53 +0000 X-ASF-Spam-Status: No, hits=-10.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 15:27:51 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 78086234C1EF for <[email protected]>; Mon, 12 Oct 2009 08:27:31 -0700 (PDT) Message-ID: <287390318.1255361251490.JavaMail.jira@brutus> Date: Mon, 12 Oct 2009 08:27:31 -0700 (PDT) From: "Kurt T Stam (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (SCOUT-93) Release work In-Reply-To: <581277046.1255352731386.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SCOUT-93?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kurt T Stam closed SCOUT-93. ---------------------------- Resolution: Fixed done > Release work > ------------ > > Key: SCOUT-93 > URL: https://issues.apache.org/jira/browse/SCOUT-93 > Project: Scout > Issue Type: Task > Reporter: Kurt T Stam > Assignee: Kurt T Stam > Fix For: 1.2 > > > Doing things like adding release notes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 12 16:21:09 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64494 invoked from network); 12 Oct 2009 16:21:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Oct 2009 16:21:09 -0000 Received: (qmail 13815 invoked by uid 500); 12 Oct 2009 16:21:09 -0000 Delivered-To: [email protected] Received: (qmail 13773 invoked by uid 500); 12 Oct 2009 16:21:09 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 13765 invoked by uid 99); 12 Oct 2009 16:21:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 16:21:09 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-fx0-f220.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 16:20:58 +0000 Received: by fxm20 with SMTP id 20so8534258fxm.14 for <[email protected]>; Mon, 12 Oct 2009 09:20:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=60GaFFybMXb2jjy5VvEDndk99N0y13qsq/ES8xdVIMs=; b=QLLExonWUTdKwVSLmcHt54Uk5ofWEZiR44SGj+Lc5XUAX/qTLrTrTvu8YRb49/ZN/d KJ2d+ohk/P3Fq+ihENi5DPMF78LQVlPD4Rrrtiy5I0X+/xzMvg7YIxjARgAhmALQs/Fi O6rG2FfnV8duKh3mYpxKhAlloKO2XwEicnFlM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=Dbu3djCJsRvSALuuRvz8Nx3JZwyTIVTcjWeotB9Va6vY0QsCrBCZiGMwyCycC0zsH5 hMIruGW3JDWiQ5f6n2Gfv96Dw3oyNxF/LMBEO0jCXzTKKEH9GyzrTAyhkFt4b8+Rjwjy ZaD5aotZsESexC4rOZfeJuIIMMvbIV9JXkbJw= Received: by 161.129.204.104 with SMTP id k38mr5510876fgf.5.1255364438716; Mon, 12 Oct 2009 09:20:38 -0700 (PDT) Received: from macdaddy.local (c-24-34-53-42.hsd1.ma.comcast.net [161.129.204.104]) by mx.google.com with ESMTPS id l19sm91558fgb.12.2161.129.204.104.20.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 12 Oct 2009 09:20:38 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 12 Oct 2009 12:20:35 -0400 From: Kurt T Stam <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Macintosh/20090812) MIME-Version: 1.0 To: [email protected] Subject: [VOTE] Release Scout-1.2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi guys, I have staged the scout-1.2 release artifacts in: https://repository.apache.org/content/repositories/scout-018/org/apache/ws/scout/scout/1.2/ and the source tag is: http://svn.apache.org/repos/asf/webservices/scout/tags/scout-1.2/ Please take a look and cast your vote. This vote will be open for the next 72 hours. This release includes: Bug * [SCOUT-65] - Scout tests don't have a way of choosing between multiple versions of jUDDI * [SCOUT-66] - Need support for multiple UDDI versions within scout * [SCOUT-89] - Exclusion of axis-related JARs causes NoClassDefFoundError in testing AxisTransport * [SCOUT-91] - JAXBContext.newInstance is expensive and needs to be cached * [SCOUT-92] - Fix SerialVersionUID in scout impl classes My vote: +1 Thx, --Kurt --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 12 16:27:37 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66426 invoked from network); 12 Oct 2009 16:27:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Oct 2009 16:27:36 -0000 Received: (qmail 29101 invoked by uid 500); 12 Oct 2009 16:27:36 -0000 Delivered-To: [email protected] Received: (qmail 29049 invoked by uid 500); 12 Oct 2009 16:27:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 29041 invoked by uid 99); 12 Oct 2009 16:27:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 16:27:36 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mx1.redhat.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 16:27:27 +0000 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [161.129.204.104]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9CGR5fV008780 for <[email protected]>; Mon, 12 Oct 2009 12:27:05 -0400 Received: from drseuss.home (vpn-9-24.rdu.redhat.com [161.129.204.104]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n9CGR3U2009130 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for <[email protected]>; Mon, 12 Oct 2009 12:27:05 -0400 Message-ID: <[email protected]> Date: Mon, 12 Oct 2009 12:27:03 -0400 From: Tom Cunningham <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Macintosh/20090812) MIME-Version: 1.0 To: [email protected] Subject: Re: [VOTE] Release Scout-1.2 References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.67 on 161.129.204.104 X-Virus-Checked: Checked by ClamAV on apache.org +1 Kurt T Stam wrote: > Hi guys, > > I have staged the scout-1.2 release artifacts in: > > https://repository.apache.org/content/repositories/scout-018/org/apache/ws/scout/scout/1.2/ > > > and the source tag is: > > http://svn.apache.org/repos/asf/webservices/scout/tags/scout-1.2/ > > Please take a look and cast your vote. This vote will be open for the > next 72 hours. > > This release includes: > > Bug > > * [SCOUT-65] - Scout tests don't have a way of choosing between > multiple versions of jUDDI > * [SCOUT-66] - Need support for multiple UDDI versions within scout > * [SCOUT-89] - Exclusion of axis-related JARs causes > NoClassDefFoundError in testing AxisTransport > * [SCOUT-91] - JAXBContext.newInstance is expensive and needs to be > cached > * [SCOUT-92] - Fix SerialVersionUID in scout impl classes > > My vote: +1 > > Thx, > > --Kurt > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 12 16:54:07 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76870 invoked from network); 12 Oct 2009 16:54:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Oct 2009 16:54:07 -0000 Received: (qmail 72418 invoked by uid 500); 12 Oct 2009 16:54:07 -0000 Delivered-To: [email protected] Received: (qmail 72374 invoked by uid 500); 12 Oct 2009 16:54:06 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 72366 invoked by uid 99); 12 Oct 2009 16:54:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 16:54:06 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp02.lnh.mail.rcn.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 16:53:55 +0000 Received: from mr08.lnh.mail.rcn.net ([161.129.204.104]) by smtp02.lnh.mail.rcn.net with ESMTP; 12 Oct 2009 12:53:34 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [161.129.204.104]) by mr08.lnh.mail.rcn.net (MOS 3.10.7-GA) with ESMTP id LEJ35367; Mon, 12 Oct 2009 12:53:33 -0400 (EDT) Received: from 24-148-56-77.snb-bsr1.chi-snb.il.cable.rcn.com (HELO faath) ([161.129.204.104]) by smtp01.lnh.mail.rcn.net with ESMTP; 12 Oct 2009 12:53:34 -0400 From: "Jeff Faath" <[email protected]> To: <[email protected]> References: <[email protected]> In-Reply-To: <[email protected]> Subject: RE: [VOTE] Release Scout-1.2 Date: Mon, 12 Oct 2009 11:55:37 -0500 Message-ID: <036e01ca4b5c$d31391f0$793ab5d0$@org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcpLWAXMLPpnQDUbRtujoyxSkkyxcwABMhFw Content-Language: en-us X-Junkmail-Status: score=10/50, host=mr08.lnh.mail.rcn.net X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A020207.4AD35F0D.0271,ss=1,fgs=0, ip=161.129.204.104, so=2009-07-20 21:54:04, dmn=5.7.1/2009-08-27, mode=single engine X-Junkmail-IWF: false X-Virus-Checked: Checked by ClamAV on apache.org +1 -----Original Message----- From: Kurt T Stam [mailto:[email protected]] Sent: Monday, October 12, 2009 11:21 AM To: [email protected] Subject: [VOTE] Release Scout-1.2 Hi guys, I have staged the scout-1.2 release artifacts in: https://repository.apache.org/content/repositories/scout-018/org/apache/ws/s cout/scout/1.2/ and the source tag is: http://svn.apache.org/repos/asf/webservices/scout/tags/scout-1.2/ Please take a look and cast your vote. This vote will be open for the next 72 hours. This release includes: Bug * [SCOUT-65] - Scout tests don't have a way of choosing between multiple versions of jUDDI * [SCOUT-66] - Need support for multiple UDDI versions within scout * [SCOUT-89] - Exclusion of axis-related JARs causes NoClassDefFoundError in testing AxisTransport * [SCOUT-91] - JAXBContext.newInstance is expensive and needs to be cached * [SCOUT-92] - Fix SerialVersionUID in scout impl classes My vote: +1 Thx, --Kurt --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Oct 15 13:52:23 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11800 invoked from network); 15 Oct 2009 13:52:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Oct 2009 13:52:23 -0000 Received: (qmail 37272 invoked by uid 500); 15 Oct 2009 13:52:23 -0000 Delivered-To: [email protected] Received: (qmail 37228 invoked by uid 500); 15 Oct 2009 13:52:23 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 37216 invoked by uid 99); 15 Oct 2009 13:52:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Oct 2009 13:52:23 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO web52101.mail.re2.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 15 Oct 2009 13:52:20 +0000 Received: (qmail 80543 invoked by uid 60001); 15 Oct 2009 13:51:59 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1255614719; bh=rnXqqRNgHMXumnb6ZD97o7MMsSHg3MALsEcPFXnuLrY=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=f65PMx/rqyDVbetRerTzFJW2zGHZ6fzhx9lWHCPy9G1gpMUBF421GbHlbj69l2ApoKdqaagDarJZB8fctAdzrQGTm8jdtmN+tA7ft0rZNpsdWDQihDdHgf4t0zLhpRx5x6OvpxP+7vsdYzn49S6NfXggine47gvymyKVcEstHK4= DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=OqdlmV347vDWOWAFzdls5DeWxmU+EfWkiW0S1QvmeYKuaS2Rn7jFvbl+Kd9j5KzOsELtt98NZIg8PUAhLCL8/CC+8y9NlmP40rhnUhPFG8m0JGiBqyxj8nr7IaJV5JITpGX+KSjRECJeUbmcoyk5eFYozaSLvdGrtyp9Tzkx/wQ=; Message-ID: <[email protected]> X-YMail-OSG: aN0difsVM1mCY0lTKF2amOnkDPxX7mXCdjqtUNVCWXydnabk9aozcbmfYPxU_iMgqSORmYox4NqcC83q_lFpmHuz7EJ_q3erb96ZTu5zhUTLDk3sAdSZ.1CyaSSKfHsbM6uCyrLYS_z7du9De84ORV1HvqkYxEdn9l5eZKS3m9MP5njgedy04f.PIb4rwGA1NRH0BVeQEAcwCg6fXoxQE9AGyy5HjIpkLFAuJD2dgDDZsVw59Dc3NDektJGnJz4Sk1yE6l.L.je8YRvxreS5vAqMzT9CqLLDKXkXVCXxrcbsXi3.eprYFQnmaRp4HoYZRBo18NzaZEi8cWJ7cozeNAFqrIeI0rXRrryj_znI60qZOhPczf5dE_d635M2TjrU7Ljyr7EFxnvgJH0kkbanSNxl7NJqnA-- Received: from [161.129.204.104] by web52101.mail.re2.yahoo.com via HTTP; Thu, 15 Oct 2009 06:51:58 PDT X-Mailer: YahooMailWebService/0.7.347.3 Date: Thu, 15 Oct 2009 06:51:58 -0700 (PDT) From: Anil Saldhana <[email protected]> Subject: Re: [VOTE] Release Scout-1.2 To: "[email protected]" <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii +1 On Oct 12, 2009, at 11:55 AM, "Jeff Faath" <[email protected]> wrote: +1 -----Original Message----- From: Kurt T Stam [mailto:[email protected]] Sent: Monday, October 12, 2009 11:21 AM To: [email protected] Subject: [VOTE] Release Scout-1.2 Hi guys, I have staged the scout-1.2 release artifacts in: https://repository.apache.org/content/repositories/scout-018/org/apache/ws/s cout/scout/1.2/ and the source tag is: http://svn.apache.org/repos/asf/webservices/scout/tags/scout-1.2/ Please take a look and cast your vote. This vote will be open for the next 72 hours. This release includes: Bug * [SCOUT-65] - Scout tests don't have a way of choosing between multiple versions of jUDDI * [SCOUT-66] - Need support for multiple UDDI versions within scout * [SCOUT-89] - Exclusion of axis-related JARs causes NoClassDefFoundError in testing AxisTransport * [SCOUT-91] - JAXBContext.newInstance is expensive and needs to be cached * [SCOUT-92] - Fix SerialVersionUID in scout impl classes My vote: +1 Thx, --Kurt --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Oct 21 02:49:22 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3203 invoked from network); 21 Oct 2009 02:49:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Oct 2009 02:49:22 -0000 Received: (qmail 59782 invoked by uid 500); 21 Oct 2009 02:49:22 -0000 Delivered-To: [email protected] Received: (qmail 59727 invoked by uid 500); 21 Oct 2009 02:49:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 59718 invoked by uid 99); 21 Oct 2009 02:49:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Oct 2009 02:49:22 +0000 X-ASF-Spam-Status: No, hits=-10.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Oct 2009 02:49:19 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 68E74234C1EE for <[email protected]>; Tue, 20 Oct 2009 19:48:59 -0700 (PDT) Message-ID: <91162571.1256093339428.JavaMail.jira@brutus> Date: Wed, 21 Oct 2009 02:48:59 +0000 (UTC) From: "Tom Cunningham (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (SCOUT-96) Make sure we pass JUDDI exceptions on through the Scout chain MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Make sure we pass JUDDI exceptions on through the Scout chain ------------------------------------------------------------- Key: SCOUT-96 URL: https://issues.apache.org/jira/browse/SCOUT-96 Project: Scout Issue Type: Bug Affects Versions: 1.2 Reporter: Tom Cunningham Assignee: Tom Cunningham Fix For: 1.2.1 Make sure in LocalTransport that we are passing JUDDI exceptions along. Currently they can be swallowed by an InvocationTargetException. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Oct 21 02:50:32 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3370 invoked from network); 21 Oct 2009 02:50:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Oct 2009 02:50:32 -0000 Received: (qmail 62671 invoked by uid 500); 21 Oct 2009 02:50:31 -0000 Delivered-To: [email protected] Received: (qmail 62626 invoked by uid 500); 21 Oct 2009 02:50:31 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 62618 invoked by uid 500); 21 Oct 2009 02:50:31 -0000 Delivered-To: [email protected] Received: (qmail 62615 invoked by uid 99); 21 Oct 2009 02:50:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Oct 2009 02:50:31 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Oct 2009 02:50:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 362772388897; Wed, 21 Oct 2009 02:50:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r827872 - /webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/LocalTransport.java Date: Wed, 21 Oct 2009 02:50:09 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: tcunning Date: Wed Oct 21 02:50:08 2009 New Revision: 827872 URL: http://svn.apache.org/viewvc?rev=827872&view=rev Log: SCOUT-96 Handle InvocationTargetException. Modified: webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/LocalTransport.java Modified: webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/LocalTransport.java URL: http://svn.apache.org/viewvc/webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/LocalTransport.java?rev=827872&r1=827871&r2=827872&view=diff ============================================================================== --- webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/LocalTransport.java (original) +++ webservices/scout/trunk/src/main/java/org/apache/ws/scout/transport/LocalTransport.java Wed Oct 21 02:50:08 2009 @@ -15,6 +15,7 @@ */ package org.apache.ws.scout.transport; +import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.net.URI; @@ -31,7 +32,7 @@ /** * Local Message transport class. * - * <p>This transpor calls jUDDI directly.</p> + * <p>This transport calls jUDDI directly.</p> * * @author Kurt Stam ([email protected]) */ @@ -61,8 +62,9 @@ Method method = c.getMethod(methodName, Element.class); Node node = (Node) method.invoke(requestHandler, request); response = (Element) node.getFirstChild(); - } - catch (Exception ex) { + } catch (InvocationTargetException ite) { + throw new TransportException(new Exception(ite.getTargetException().getMessage())); + } catch (Exception ex) { throw new TransportException(ex); } if (log.isDebugEnabled()) { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Oct 21 02:51:22 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3456 invoked from network); 21 Oct 2009 02:51:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Oct 2009 02:51:22 -0000 Received: (qmail 62810 invoked by uid 500); 21 Oct 2009 02:51:22 -0000 Delivered-To: [email protected] Received: (qmail 62768 invoked by uid 500); 21 Oct 2009 02:51:21 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 62760 invoked by uid 99); 21 Oct 2009 02:51:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Oct 2009 02:51:21 +0000 X-ASF-Spam-Status: No, hits=-10.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Oct 2009 02:51:19 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 6FC7A234C1EE for <[email protected]>; Tue, 20 Oct 2009 19:50:59 -0700 (PDT) Message-ID: <652000931.1256093459456.JavaMail.jira@brutus> Date: Wed, 21 Oct 2009 02:50:59 +0000 (UTC) From: "Tom Cunningham (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (SCOUT-96) Make sure we pass JUDDI exceptions on through the Scout chain In-Reply-To: <91162571.1256093339428.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SCOUT-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom Cunningham resolved SCOUT-96. --------------------------------- Resolution: Fixed Handle the InvocationTargetException - pass the Target exception message along. > Make sure we pass JUDDI exceptions on through the Scout chain > ------------------------------------------------------------- > > Key: SCOUT-96 > URL: https://issues.apache.org/jira/browse/SCOUT-96 > Project: Scout > Issue Type: Bug > Affects Versions: 1.2 > Reporter: Tom Cunningham > Assignee: Tom Cunningham > Fix For: 1.2.1 > > > Make sure in LocalTransport that we are passing JUDDI exceptions along. Currently they can be swallowed by an InvocationTargetException. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Oct 21 02:51:22 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3497 invoked from network); 21 Oct 2009 02:51:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 21 Oct 2009 02:51:22 -0000 Received: (qmail 62874 invoked by uid 500); 21 Oct 2009 02:51:22 -0000 Delivered-To: [email protected] Received: (qmail 62832 invoked by uid 500); 21 Oct 2009 02:51:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 62824 invoked by uid 99); 21 Oct 2009 02:51:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Oct 2009 02:51:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Oct 2009 02:51:20 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 7F228234C1F0 for <[email protected]>; Tue, 20 Oct 2009 19:50:59 -0700 (PDT) Message-ID: <904510149.1256093459519.JavaMail.jira@brutus> Date: Wed, 21 Oct 2009 02:50:59 +0000 (UTC) From: "Tom Cunningham (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (SCOUT-96) Make sure we pass JUDDI exceptions on through the Scout chain In-Reply-To: <91162571.1256093339428.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SCOUT-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom Cunningham closed SCOUT-96. ------------------------------- > Make sure we pass JUDDI exceptions on through the Scout chain > ------------------------------------------------------------- > > Key: SCOUT-96 > URL: https://issues.apache.org/jira/browse/SCOUT-96 > Project: Scout > Issue Type: Bug > Affects Versions: 1.2 > Reporter: Tom Cunningham > Assignee: Tom Cunningham > Fix For: 1.2.1 > > > Make sure in LocalTransport that we are passing JUDDI exceptions along. Currently they can be swallowed by an InvocationTargetException. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Oct 23 15:01:18 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 79783 invoked from network); 23 Oct 2009 15:01:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Oct 2009 15:01:18 -0000 Received: (qmail 30816 invoked by uid 500); 23 Oct 2009 15:01:18 -0000 Delivered-To: [email protected] Received: (qmail 30770 invoked by uid 500); 23 Oct 2009 15:01:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 30762 invoked by uid 99); 23 Oct 2009 15:01:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 15:01:17 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO qw-out-1920.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 15:01:15 +0000 Received: by qw-out-1920.google.com with SMTP id 4so1632200qwk.28 for <[email protected]>; Fri, 23 Oct 2009 08:00:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=CgmpUgn1ixVzRBAlHipOIJaodXsMw/qaluDlwRumTY0=; b=vswr22rHdXUScGjYhvbI48dC3ONA0QxmZEM5rHqyBcaBe+Jp4k6gwEqMwmVLAzwP8c 6c9BYP6TVea1nnpUGSVIwWYll+7LJyPSCHN7doLPY7hquY7ZNNf/HY0xqe4cdIqb4Na7 //OK9HYHhRH7rRsiODpWaZGyCuu9+3tR3l+ZY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=NbYRhKK+Jb6VcraUyprqCugoPCk4eqEm3WBx18HC/DUsPOLuf8qTCBunEE8FpnNWom YIq8wWpC6KPHiFgMW5VeUpRXQ0VzoFr2P39JbOdg/7NdguqHgEDLBY1emEAkk1W4Ssrx /pqLSC+0B3mhTHFIqZ6AAdWO4gX1QLVkwkvl0= Received: by 161.129.204.104 with SMTP id z19mr5430257qaz.242.1256310053569; Fri, 23 Oct 2009 08:00:53 -0700 (PDT) Received: from macdaddy.local (c-24-34-53-42.hsd1.ma.comcast.net [161.129.204.104]) by mx.google.com with ESMTPS id 21sm2541020qyk.0.2161.129.204.104.00.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 23 Oct 2009 08:00:52 -0700 (PDT) Message-ID: <[email protected]> Date: Fri, 23 Oct 2009 11:00:51 -0400 From: Kurt T Stam <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Macintosh/20090812) MIME-Version: 1.0 To: [email protected] Subject: [Announce] Release Scout-1.2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I'm proud to announce that the release vote for scout-1.2 passed 4-0: http://[email protected]%3e. The release artifacts can be found in https://repository.apache.org/content/repositories/releases/org/apache/ws/scout/scout/1.2/ Scout-1.2 now supports both UDDIv2 and UDDIv3 registries. Thanks for all the hard work! Cheers, -- The Scout Dev team --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Oct 23 15:41:13 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91939 invoked from network); 23 Oct 2009 15:41:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Oct 2009 15:41:13 -0000 Received: (qmail 90947 invoked by uid 500); 23 Oct 2009 15:41:13 -0000 Delivered-To: [email protected] Received: (qmail 90906 invoked by uid 500); 23 Oct 2009 15:41:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 90898 invoked by uid 500); 23 Oct 2009 15:41:13 -0000 Delivered-To: [email protected] Received: (qmail 90895 invoked by uid 99); 23 Oct 2009 15:41:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 15:41:13 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 15:41:10 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AEF4423888CF; Fri, 23 Oct 2009 15:40:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r829093 - in /webservices/scout/trunk/src/site/xdoc: index.xml releases.xml Date: Fri, 23 Oct 2009 15:40:50 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: kstam Date: Fri Oct 23 15:40:49 2009 New Revision: 829093 URL: http://svn.apache.org/viewvc?rev=829093&view=rev Log: SCOUT-97 updating the site for the recent releases Modified: webservices/scout/trunk/src/site/xdoc/index.xml webservices/scout/trunk/src/site/xdoc/releases.xml Modified: webservices/scout/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/webservices/scout/trunk/src/site/xdoc/index.xml?rev=829093&r1=829092&r2=829093&view=diff ============================================================================== --- webservices/scout/trunk/src/site/xdoc/index.xml (original) +++ webservices/scout/trunk/src/site/xdoc/index.xml Fri Oct 23 15:40:49 2009 @@ -38,11 +38,12 @@ <li>Platform Independent</li> <li>Supports for JDK 1.3.1 and later</li> <li>JAXR 1.0 complaint</li> - <li>UDDI version 2.0 compliant</li> + <li>UDDI version 2.0 and 3.0 compliant</li> </ul> </section> <section name="News"> + <p><strong>Oct 23, 2009</strong> Version 1.2 adds support for UDDI v3</p> <p><strong>Aug 3, 2009</strong> Version 1.1 uses JAXB for XML binding and passes TCK</p> <p><strong>May 5, 2009</strong> Version 1.0 is now available</p> Modified: webservices/scout/trunk/src/site/xdoc/releases.xml URL: http://svn.apache.org/viewvc/webservices/scout/trunk/src/site/xdoc/releases.xml?rev=829093&r1=829092&r2=829093&view=diff ============================================================================== --- webservices/scout/trunk/src/site/xdoc/releases.xml (original) +++ webservices/scout/trunk/src/site/xdoc/releases.xml Fri Oct 23 15:40:49 2009 @@ -6,7 +6,7 @@ </properties> <body> <section name="Releases"> - <p>This contains JAXR implementation for UDDI v2.0 registries that has been + <p>This contains JAXR implementation for UDDI v2.0 and v3.0 registries that has been tested against Apache jUDDI registry. The implementation has been tested against J2EE 1.4 Compatibility Test Suite from Sun for the JAXR tests when integrated with J2EE Application Servers (JBoss, Apache Geronimo and Jonas).</p> @@ -17,30 +17,40 @@ <td><strong>Description</strong></td> </tr> <tr> - <td><a href="https://repository.apache.org/content/groups/public/org/apache/ws/scout/scout/1.1/scout-1.1.jar">scout-1.1</a></td> + <td><a href="https://repository.apache.org/content/groups/public/org/apache/ws/scout/scout/1.2/">scout-1.2</a></td> + <td>23 October, 2009</td> + <td>Version 1.2 of Scout, added support for UDDIv3 registries</td> + </tr> + <tr> + <td><a href="https://repository.apache.org/content/groups/public/org/apache/ws/scout/scout/1.1.1/">scout-1.1.1</a></td> + <td>11 August, 2009</td> + <td>Version 1.1.1 Bug fix release</td> + </tr> + <tr> + <td><a href="https://repository.apache.org/content/groups/public/org/apache/ws/scout/scout/1.1/">scout-1.1</a></td> <td>3 August, 2009</td> - <td>Version 1.1. of Scout</td> + <td>Version 1.1. of Scout XML binding is now JAXB</td> </tr> <tr> - <td><a href="https://repository.apache.org/content/groups/public/org/apache/ws/scout/scout/1.1-rc1/scout-1.1-rc1.jar">scout-1.1-rc1</a></td> + <td><a href="https://repository.apache.org/content/groups/public/org/apache/ws/scout/scout/1.1-rc1/">scout-1.1-rc1</a></td> <td>27 July, 2009</td> <td>Release Candidate #1 for Version 1.1. of Scout</td> </tr> <tr> - <td><a href="https://repository.apache.org/content/groups/public/org/apache/ws/scout/scout/1.0/scout-1.0.jar">scout-1.0</a><br/> - <a href="https://repository.apache.org/content/groups/public/org/apache/ws/scout/jaxr-api/1.0/jaxr-api-1.0.jar">jaxr-api-1.0</a></td> + <td><a href="https://repository.apache.org/content/groups/public/org/apache/ws/scout/scout/1.0/">scout-1.0</a><br/> + <a href="https://repository.apache.org/content/groups/public/org/apache/ws/scout/jaxr-api/1.0/">jaxr-api-1.0</a></td> <td>5 May, 2009</td> <td>Version 1.0</td> </tr> <tr> - <td><a href="https://repository.apache.org/content/groups/public/org/apache/ws/scout/scout/1.0rc2/scout-1.0rc2.jar">scout-1.0rc2</a><br/> - <a href="https://repository.apache.org/content/groups/public/org/apache/ws/scout/jaxr-api/1.0rc2/jaxr-api-1.0rc2.jar">jaxr-api-1.0rc2</a></td> + <td><a href="https://repository.apache.org/content/groups/public/org/apache/ws/scout/scout/1.0rc2/">scout-1.0rc2</a><br/> + <a href="https://repository.apache.org/content/groups/public/org/apache/ws/scout/jaxr-api/1.0rc2/">jaxr-api-1.0rc2</a></td> <td>22 August, 2008</td> <td>Release Candidate #2 for Version 1.0.</td> </tr> <tr> - <td><a href="https://repository.apache.org/content/groups/public/org/apache/ws/scout/scout/1.0rc1/scout-1.0rc1.jar">scout-1.0rc1</a><br/> - <a href="https://repository.apache.org/content/groups/public/org/apache/ws/scout/jaxr-api/1.0rc1/jaxr-api-1.0rc1.jar">jaxr-api-1.0rc1</a></td> + <td><a href="https://repository.apache.org/content/groups/public/org/apache/ws/scout/scout/1.0rc1/">scout-1.0rc1</a><br/> + <a href="https://repository.apache.org/content/groups/public/org/apache/ws/scout/jaxr-api/1.0rc1/">jaxr-api-1.0rc1</a></td> <td>26 July, 2007</td> <td>Release Candidate #1 for Version 1.0.</td> </tr> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Oct 23 15:41:23 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92026 invoked from network); 23 Oct 2009 15:41:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Oct 2009 15:41:23 -0000 Received: (qmail 91116 invoked by uid 500); 23 Oct 2009 15:41:23 -0000 Delivered-To: [email protected] Received: (qmail 91027 invoked by uid 500); 23 Oct 2009 15:41:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 91005 invoked by uid 99); 23 Oct 2009 15:41:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 15:41:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 15:41:20 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 79028234C48C for <[email protected]>; Fri, 23 Oct 2009 08:40:59 -0700 (PDT) Message-ID: <78158722.1256312459494.JavaMail.jira@brutus> Date: Fri, 23 Oct 2009 15:40:59 +0000 (UTC) From: "Kurt T Stam (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (SCOUT-97) Update the scout site In-Reply-To: <1785003324.1256312459464.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SCOUT-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kurt T Stam updated SCOUT-97: ----------------------------- Fix Version/s: 1.2.1 > Update the scout site > --------------------- > > Key: SCOUT-97 > URL: https://issues.apache.org/jira/browse/SCOUT-97 > Project: Scout > Issue Type: Task > Reporter: Kurt T Stam > Assignee: Kurt T Stam > Fix For: 1.2.1 > > > needs to reflect the latest releases. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Oct 23 15:41:23 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92015 invoked from network); 23 Oct 2009 15:41:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Oct 2009 15:41:23 -0000 Received: (qmail 91098 invoked by uid 500); 23 Oct 2009 15:41:22 -0000 Delivered-To: [email protected] Received: (qmail 91025 invoked by uid 500); 23 Oct 2009 15:41:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 91004 invoked by uid 99); 23 Oct 2009 15:41:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 15:41:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 15:41:20 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 718F3234C1F0 for <[email protected]>; Fri, 23 Oct 2009 08:40:59 -0700 (PDT) Message-ID: <1785003324.1256312459464.JavaMail.jira@brutus> Date: Fri, 23 Oct 2009 15:40:59 +0000 (UTC) From: "Kurt T Stam (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (SCOUT-97) Update the scout site MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Update the scout site --------------------- Key: SCOUT-97 URL: https://issues.apache.org/jira/browse/SCOUT-97 Project: Scout Issue Type: Task Reporter: Kurt T Stam Assignee: Kurt T Stam needs to reflect the latest releases. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Oct 23 15:53:23 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95741 invoked from network); 23 Oct 2009 15:53:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Oct 2009 15:53:22 -0000 Received: (qmail 6740 invoked by uid 500); 23 Oct 2009 15:53:19 -0000 Delivered-To: [email protected] Received: (qmail 6714 invoked by uid 500); 23 Oct 2009 15:53:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 6658 invoked by uid 500); 23 Oct 2009 15:53:19 -0000 Delivered-To: [email protected] Received: (qmail 6634 invoked by uid 99); 23 Oct 2009 15:53:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 15:53:19 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 15:53:17 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D3F622388895; Fri, 23 Oct 2009 15:52:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r829101 - in /webservices/scout/site: ./ apidocs/ apidocs/org/apache/ws/scout/model/uddi/v2/ apidocs/org/apache/ws/scout/model/uddi/v2/class-use/ apidocs/org/apache/ws/scout/registry/ apidocs/org/apache/ws/scout/registry/class-use/ apidocs/... Date: Fri, 23 Oct 2009 15:52:24 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: kstam Date: Fri Oct 23 15:50:17 2009 New Revision: 829101 URL: http://svn.apache.org/viewvc?rev=829101&view=rev Log: SCOUT-97 updating the site for the recent 1.2 release [This commit notification would consist of 71 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Oct 23 15:56:13 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97267 invoked from network); 23 Oct 2009 15:56:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Oct 2009 15:56:13 -0000 Received: (qmail 14292 invoked by uid 500); 23 Oct 2009 15:56:13 -0000 Delivered-To: [email protected] Received: (qmail 14266 invoked by uid 500); 23 Oct 2009 15:56:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 14258 invoked by uid 500); 23 Oct 2009 15:56:13 -0000 Delivered-To: [email protected] Received: (qmail 14255 invoked by uid 99); 23 Oct 2009 15:56:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 15:56:13 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 15:56:10 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 923A4238890A; Fri, 23 Oct 2009 15:55:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r829108 - /webservices/scout/trunk/src/site/xdoc/index.xml Date: Fri, 23 Oct 2009 15:55:50 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: kstam Date: Fri Oct 23 15:55:50 2009 New Revision: 829108 URL: http://svn.apache.org/viewvc?rev=829108&view=rev Log: SCOUT-97 updating the site for the recent releases Modified: webservices/scout/trunk/src/site/xdoc/index.xml Modified: webservices/scout/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/webservices/scout/trunk/src/site/xdoc/index.xml?rev=829108&r1=829107&r2=829108&view=diff ============================================================================== --- webservices/scout/trunk/src/site/xdoc/index.xml (original) +++ webservices/scout/trunk/src/site/xdoc/index.xml Fri Oct 23 15:55:50 2009 @@ -28,7 +28,7 @@ <section name="Intro"> <p>Apache Scout is an open source implementation of the <a href="http://jcp.org/en/jsr/detail?id=93">JSR 93 - JavaTM API for XML Registries 1.0 (JAXR)</a>. The JAXR API allows the integration of XML Registries based on either UDDI or ebXML. Scout - implements the required (level 0) part of the specification, which means that is can talk to any UDDI-2.0 compliant Registry. + implements the required (level 0) part of the specification, which means that it can talk to any UDDI compliant Registry. </p> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Oct 23 15:56:59 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97420 invoked from network); 23 Oct 2009 15:56:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Oct 2009 15:56:59 -0000 Received: (qmail 14710 invoked by uid 500); 23 Oct 2009 15:56:59 -0000 Delivered-To: [email protected] Received: (qmail 14673 invoked by uid 500); 23 Oct 2009 15:56:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 14665 invoked by uid 500); 23 Oct 2009 15:56:59 -0000 Delivered-To: [email protected] Received: (qmail 14661 invoked by uid 99); 23 Oct 2009 15:56:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 15:56:59 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 15:56:56 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B0A6B238888E; Fri, 23 Oct 2009 15:56:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r829109 - /webservices/scout/site/index.html Date: Fri, 23 Oct 2009 15:56:36 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: kstam Date: Fri Oct 23 15:56:36 2009 New Revision: 829109 URL: http://svn.apache.org/viewvc?rev=829109&view=rev Log: SCOUT-97 updating the site for the recent 1.2 release Modified: webservices/scout/site/index.html Modified: webservices/scout/site/index.html URL: http://svn.apache.org/viewvc/webservices/scout/site/index.html?rev=829109&r1=829108&r2=829109&view=diff ============================================================================== --- webservices/scout/site/index.html (original) +++ webservices/scout/site/index.html Fri Oct 23 15:56:36 2009 @@ -237,7 +237,7 @@ <div class="section"><h2><a name="Intro"></a>Intro</h2> <p>Apache Scout is an open source implementation of the <a href="http://jcp.org/en/jsr/detail?id=93" class="externalLink">JSR 93 - JavaTM API for XML Registries 1.0 (JAXR)</a>. The JAXR API allows the integration of XML Registries based on either UDDI or ebXML. Scout - implements the required (level 0) part of the specification, which means that is can talk to any UDDI-2.0 compliant Registry. + implements the required (level 0) part of the specification, which means that it can talk to any UDDI compliant Registry. </p> </div> <div class="section"><h2><a name="Scout_Features"></a>Scout Features</h2> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Oct 23 17:56:23 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34331 invoked from network); 23 Oct 2009 17:56:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Oct 2009 17:56:23 -0000 Received: (qmail 6698 invoked by uid 500); 23 Oct 2009 17:56:23 -0000 Delivered-To: [email protected] Received: (qmail 6670 invoked by uid 500); 23 Oct 2009 17:56:23 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 6579 invoked by uid 99); 23 Oct 2009 17:56:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 17:56:22 +0000 X-ASF-Spam-Status: No, hits=-10.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 17:56:19 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 9DF76234C495 for <[email protected]>; Fri, 23 Oct 2009 10:55:59 -0700 (PDT) Message-ID: <1591507437.1256320559646.JavaMail.jira@brutus> Date: Fri, 23 Oct 2009 17:55:59 +0000 (UTC) From: "Kurt T Stam (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (SCOUT-94) Look at commented out Slot code in ScoutJaxrUddiV3Helper.getTModelFromJAXRClassificationScheme In-Reply-To: <328672592.1255358131646.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SCOUT-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12769326#action_12769326 ] Kurt T Stam commented on SCOUT-94: ---------------------------------- You can check http://ws.apache.org/scout/cpd.html http://ws.apache.org/scout/pmd.html for more details on the v3 warnings. > Look at commented out Slot code in ScoutJaxrUddiV3Helper.getTModelFromJAXRClassificationScheme > ---------------------------------------------------------------------------------------------- > > Key: SCOUT-94 > URL: https://issues.apache.org/jira/browse/SCOUT-94 > Project: Scout > Issue Type: Bug > Affects Versions: 1.2 > Reporter: Tom Cunningham > Assignee: Tom Cunningham > Fix For: 1.2.1 > > > A few of the lines of code that set authorized name and that set the operator are commented out because we had issues on V3 with them. Investigate these issues and mark why they are happening. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Oct 23 18:54:23 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59746 invoked from network); 23 Oct 2009 18:54:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Oct 2009 18:54:23 -0000 Received: (qmail 95374 invoked by uid 500); 23 Oct 2009 18:54:23 -0000 Delivered-To: [email protected] Received: (qmail 95311 invoked by uid 500); 23 Oct 2009 18:54:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <scout-dev.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 95295 invoked by uid 99); 23 Oct 2009 18:54:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 18:54:22 +0000 X-ASF-Spam-Status: No, hits=-10.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 18:54:20 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 2C603234C4A9 for <[email protected]>; Fri, 23 Oct 2009 11:54:00 -0700 (PDT) Message-ID: <1679359184.1256324040180.JavaMail.jira@brutus> Date: Fri, 23 Oct 2009 18:54:00 +0000 (UTC) From: "Kurt T Stam (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Closed: (SCOUT-97) Update the scout site In-Reply-To: <1785003324.1256312459464.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SCOUT-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kurt T Stam closed SCOUT-97. ---------------------------- Resolution: Fixed done > Update the scout site > --------------------- > > Key: SCOUT-97 > URL: https://issues.apache.org/jira/browse/SCOUT-97 > Project: Scout > Issue Type: Task > Reporter: Kurt T Stam > Assignee: Kurt T Stam > Fix For: 1.2.1 > > > needs to reflect the latest releases. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Thu Apr 02 20:23:30 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 42486 invoked from network); 2 Apr 2009 20:23:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Apr 2009 20:23:30 -0000 Received: (qmail 55907 invoked by uid 500); 2 Apr 2009 20:23:30 -0000 Delivered-To: [email protected] Received: (qmail 55867 invoked by uid 500); 2 Apr 2009 20:23:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.turbine.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 55858 invoked by uid 99); 2 Apr 2009 20:23:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Apr 2009 20:23:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Apr 2009 20:23:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AFCD3238896D; Thu, 2 Apr 2009 20:23:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r761416 - /turbine/fulcrum/trunk/testcontainer/pom.xml Date: Thu, 02 Apr 2009 20:23:09 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: tv Date: Thu Apr 2 20:23:09 2009 New Revision: 761416 URL: http://svn.apache.org/viewvc?rev=761416&view=rev Log: Use current version of dependency Modified: turbine/fulcrum/trunk/testcontainer/pom.xml Modified: turbine/fulcrum/trunk/testcontainer/pom.xml URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/testcontainer/pom.xml?rev=761416&r1=761415&r2=761416&view=diff ============================================================================== --- turbine/fulcrum/trunk/testcontainer/pom.xml (original) +++ turbine/fulcrum/trunk/testcontainer/pom.xml Thu Apr 2 20:23:09 2009 @@ -74,9 +74,10 @@ </dependency> <!-- Needed if testing with ECM --> <dependency> - <groupId>excalibur-component</groupId> + <groupId>org.apache.excalibur.component</groupId> <artifactId>excalibur-component</artifactId> - <version>2.1</version> + <version>2.2.1</version> + <type>jar</type> <optional>true</optional> </dependency> </dependencies> From [email protected] Mon Apr 13 16:43:12 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45347 invoked from network); 13 Apr 2009 16:43:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Apr 2009 16:43:12 -0000 Received: (qmail 81690 invoked by uid 500); 13 Apr 2009 16:43:12 -0000 Delivered-To: [email protected] Received: (qmail 81652 invoked by uid 500); 13 Apr 2009 16:43:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.turbine.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 81643 invoked by uid 99); 13 Apr 2009 16:43:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Apr 2009 16:43:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Apr 2009 16:43:10 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6B2EE23888EB; Mon, 13 Apr 2009 16:42:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r764522 - in /turbine/core/trunk/conf: Fulcrum.properties build.xml Date: Mon, 13 Apr 2009 16:42:49 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: tv Date: Mon Apr 13 16:42:48 2009 New Revision: 764522 URL: http://svn.apache.org/viewvc?rev=764522&view=rev Log: Remove unused configuration files to reduce confusion Removed: turbine/core/trunk/conf/Fulcrum.properties Modified: turbine/core/trunk/conf/build.xml Modified: turbine/core/trunk/conf/build.xml URL: http://svn.apache.org/viewvc/turbine/core/trunk/conf/build.xml?rev=764522&r1=764521&r2=764522&view=diff ============================================================================== --- turbine/core/trunk/conf/build.xml (original) +++ turbine/core/trunk/conf/build.xml Mon Apr 13 16:42:48 2009 @@ -37,9 +37,6 @@ <property name="master" value="${master.home}/TurbineResources.master"/> <property name="copy" value="${target.dir}/TurbineResources.properties"/> - <property name="fulcrum.master" value="${master.home}/Fulcrum.master"/> - <property name="fulcrum.copy" value="${target.dir}/Fulcrum.properties"/> - <!-- =================================================================== --> <!-- T R P R O P S --> <!-- =================================================================== --> @@ -51,11 +48,8 @@ <echo message="Creating TurbineResources ..."/> <delete file="${copy}"/> - <delete file="${fulcrum.copy}"/> <copy file="${master}" tofile="${copy}" filtering="on"/> - <copy file="${fulcrum.master}" tofile="${fulcrum.copy}" filtering="on"/> - </target> <!-- =================================================================== --> From [email protected] Mon Apr 13 16:44:01 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45560 invoked from network); 13 Apr 2009 16:43:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Apr 2009 16:43:59 -0000 Received: (qmail 83433 invoked by uid 500); 13 Apr 2009 16:43:59 -0000 Delivered-To: [email protected] Received: (qmail 83403 invoked by uid 500); 13 Apr 2009 16:43:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.turbine.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 83394 invoked by uid 99); 13 Apr 2009 16:43:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Apr 2009 16:43:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Apr 2009 16:43:57 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2DF3D23888EB; Mon, 13 Apr 2009 16:43:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r764523 - in /turbine/core/trunk/conf: TurbineResources.properties test/CompleteTurbineResources.properties Date: Mon, 13 Apr 2009 16:43:36 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: tv Date: Mon Apr 13 16:43:35 2009 New Revision: 764523 URL: http://svn.apache.org/viewvc?rev=764523&view=rev Log: Remove references to XMLRPC- and XSLT-Service Modified: turbine/core/trunk/conf/TurbineResources.properties turbine/core/trunk/conf/test/CompleteTurbineResources.properties Modified: turbine/core/trunk/conf/TurbineResources.properties URL: http://svn.apache.org/viewvc/turbine/core/trunk/conf/TurbineResources.properties?rev=764523&r1=764522&r2=764523&view=diff ============================================================================== --- turbine/core/trunk/conf/TurbineResources.properties (original) +++ turbine/core/trunk/conf/TurbineResources.properties Mon Apr 13 16:43:35 2009 @@ -334,12 +334,10 @@ services.ServletService.classname=org.apache.turbine.services.servlet.TurbineServletService services.AssemblerBrokerService.classname=org.apache.turbine.services.assemblerbroker.TurbineAssemblerBrokerService services.SchedulerService.classname=org.apache.turbine.services.schedule.TurbineSchedulerService -services.XmlRpcService.classname=org.apache.turbine.services.xmlrpc.TurbineXmlRpcService services.UniqueIdService.classname=org.apache.turbine.services.uniqueid.TurbineUniqueIdService services.SecurityService.classname=org.apache.turbine.services.security.db.DBSecurityService services.PullService.classname=org.apache.turbine.services.pull.TurbinePullService services.TemplateService.classname=org.apache.turbine.services.template.TurbineTemplateService -services.XSLTService.classname=org.apache.turbine.services.xslt.TurbineXSLTService # services.SessionService.classname=org.apache.turbine.services.session.TurbineSessionService # Turn on the appropriate template service. Modified: turbine/core/trunk/conf/test/CompleteTurbineResources.properties URL: http://svn.apache.org/viewvc/turbine/core/trunk/conf/test/CompleteTurbineResources.properties?rev=764523&r1=764522&r2=764523&view=diff ============================================================================== --- turbine/core/trunk/conf/test/CompleteTurbineResources.properties (original) +++ turbine/core/trunk/conf/test/CompleteTurbineResources.properties Mon Apr 13 16:43:35 2009 @@ -306,14 +306,12 @@ services.RunDataService.classname=org.apache.turbine.services.rundata.TurbineRunDataService services.ServletService.classname=org.apache.turbine.services.servlet.TurbineServletService services.AssemblerBrokerService.classname=org.apache.turbine.services.assemblerbroker.TurbineAssemblerBrokerService -services.XmlRpcService.classname=org.apache.turbine.services.xmlrpc.TurbineXmlRpcService services.UniqueIdService.classname=org.apache.turbine.services.uniqueid.TurbineUniqueIdService # Default # services.SecurityService.classname=org.apache.turbine.services.security.db.DBSecurityService services.SecurityService.classname=org.apache.turbine.test.MockSecurityService services.PullService.classname=org.apache.turbine.services.pull.TurbinePullService services.TemplateService.classname=org.apache.turbine.services.template.TurbineTemplateService -services.XSLTService.classname=org.apache.turbine.services.xslt.TurbineXSLTService # services.SessionService.classname=org.apache.turbine.services.session.TurbineSessionService # Turn on the appropriate template service. From [email protected] Mon Apr 13 17:05:44 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 54930 invoked from network); 13 Apr 2009 17:05:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Apr 2009 17:05:44 -0000 Received: (qmail 14456 invoked by uid 500); 13 Apr 2009 17:05:44 -0000 Delivered-To: [email protected] Received: (qmail 14428 invoked by uid 500); 13 Apr 2009 17:05:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.turbine.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 14416 invoked by uid 99); 13 Apr 2009 17:05:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Apr 2009 17:05:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Apr 2009 17:05:43 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8ACE323888EB; Mon, 13 Apr 2009 17:05:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r764532 - /turbine/core/trunk/src/java/org/apache/turbine/services/xmlrpc/ Date: Mon, 13 Apr 2009 17:05:23 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: tv Date: Mon Apr 13 17:05:23 2009 New Revision: 764532 URL: http://svn.apache.org/viewvc?rev=764532&view=rev Log: Remove package Removed: turbine/core/trunk/src/java/org/apache/turbine/services/xmlrpc/ From [email protected] Mon Apr 13 17:10:28 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55723 invoked from network); 13 Apr 2009 17:10:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Apr 2009 17:10:28 -0000 Received: (qmail 2758 invoked by uid 500); 13 Apr 2009 17:02:20 -0000 Delivered-To: [email protected] Received: (qmail 1593 invoked by uid 500); 13 Apr 2009 17:02:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <commits.turbine.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 97905 invoked by uid 99); 13 Apr 2009 16:55:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Apr 2009 16:55:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Apr 2009 16:55:24 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7259F2388975; Mon, 13 Apr 2009 16:55:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r764526 - in /turbine/core/trunk/conf: TurbineResources.properties roleConfiguration.xml test/CompleteTurbineResources.properties test/fulcrumRoleConfiguration.xml Date: Mon, 13 Apr 2009 16:55:03 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: tv Date: Mon Apr 13 16:55:02 2009 New Revision: 764526 URL: http://svn.apache.org/viewvc?rev=764526&view=rev Log: Use Fulcrum XSLT-Service, remove configuration traces of old implementations Modified: turbine/core/trunk/conf/TurbineResources.properties turbine/core/trunk/conf/roleConfiguration.xml turbine/core/trunk/conf/test/CompleteTurbineResources.properties turbine/core/trunk/conf/test/fulcrumRoleConfiguration.xml Modified: turbine/core/trunk/conf/TurbineResources.properties URL: http://svn.apache.org/viewvc/turbine/core/trunk/conf/TurbineResources.properties?rev=764526&r1=764525&r2=764526&view=diff ============================================================================== --- turbine/core/trunk/conf/TurbineResources.properties (original) +++ turbine/core/trunk/conf/TurbineResources.properties Mon Apr 13 16:55:02 2009 @@ -818,104 +818,6 @@ # services.SecurityService.ldap.user.password=userPassword - -# ------------------------------------------------------------------- -# -# X M L R P C S E R V I C E -# -# ------------------------------------------------------------------- -# This property specifies which class should be used to parse -# xml for XmlRpc functionality. -# -# Default: org.apache.xerces.parsers.SAXParser - -services.XmlRpcService.parser=org.apache.xerces.parsers.SAXParser - -# This property specifies which network interface the server part of -# XmlRpc should bind to (if it is active). If not specified, the -# server will bind to all addresses configured for your host. -# -# Default: 161.129.204.104 - -# services.XmlRpcService.address=161.129.204.104 - -# This property specifies which TCP port the web server part of -# XmlRpc should listen on (if it is active). -# -# Default: 12345 - -services.XmlRpcService.port=12345 - -# If any classes are specified here, the Service will create an -# instance of them here and start up a listener on the specified -# port. -# -# Note that the handlers demonstrated are not very useful. You -# will have to invent your own services. They do however -# illustrate that any class with a default constructor can be -# added here -# -# The handler parameter without further extension determines -# the default handler for the service -# -# Default: no classes are specified by default - -# services.XmlRpcService.handler.$default=java.util.Hashtable -# services.XmlRpcService.handler.stringhandler=java.lang.String - -# The following properties allow the transfer of data between -# separate Turbine applications running on different servers. -# This allows B2B type behavior such as sending database -# updates in the form of XML or whatever type of data -# that needs to be shared between Turbine applications -# running on separate servers. - -services.XmlRpcService.handler.file = org.apache.turbine.services.xmlrpc.util.FileHandler -services.XmlRpcService.paranoid = false -services.XmlRpcService.acceptClient = 192.168.1.* -services.XmlRpcService.denyClient = - -# Do we want a secure server - -services.XmlRpcService.secure.server = false - -# Secure server options - -services.XmlRpcService.secure.server.option.java.protocol.handler.pkgs = \ - com.sun.net.ssl.internal.www.protocol - -services.XmlRpcService.secure.server.option.security.provider = \ - com.sun.net.ssl.internal.ssl.Provider - -services.XmlRpcService.secure.server.option.security.protocol = TLS - -# You probably want to keep your key stores and trust stores -# clear out of your webapp. - -services.XmlRpcService.secure.server.option.javax.net.ssl.keyStore = /tmp/keystore -services.XmlRpcService.secure.server.option.javax.net.ssl.keyStoreType = jks -services.XmlRpcService.secure.server.option.javax.net.ssl.keyStorePassword = password -services.XmlRpcService.secure.server.option.javax.net.ssl.trustStore = /tmp/truststore -services.XmlRpcService.secure.server.option.javax.net.ssl.trustStoreType = jks -services.XmlRpcService.secure.server.option.javax.net.ssl.trustStorePassword = password - -services.XmlRpcService.secure.server.option.sun.ssl.keymanager.type = SunX509 -services.XmlRpcService.secure.server.option.sun.ssl.trust.manager.type = SunX509 - -# These values should be set to 'all' for debugging purposes. - -services.XmlRpcService.secure.server.option.javax.net.debug = none -services.XmlRpcService.secure.server.option.java.security.debug = none - -# -------------------------------------------------------------------- -# -# X S L T S E R V I C E -# -# -------------------------------------------------------------------- - -services.XSLTService.path = /path/to/stylesheets -services.XSLTService.cache = false - # ------------------------------------------------------------------- # # A V A L O N C O M P O N E N T S E R V I C E @@ -953,4 +855,3 @@ services.SessionService.earlyInit=true - Modified: turbine/core/trunk/conf/roleConfiguration.xml URL: http://svn.apache.org/viewvc/turbine/core/trunk/conf/roleConfiguration.xml?rev=764526&r1=764525&r2=764526&view=diff ============================================================================== --- turbine/core/trunk/conf/roleConfiguration.xml (original) +++ turbine/core/trunk/conf/roleConfiguration.xml Mon Apr 13 16:55:02 2009 @@ -76,5 +76,9 @@ shorthand="parser" default-class="org.apache.fulcrum.parser.DefaultParserService"/> + <role + name="org.apache.fulcrum.xslt.XSLTService" + shorthand="xslt" + default-class="org.apache.fulcrum.xslt.DefaultXSLTService"/> </role-list> Modified: turbine/core/trunk/conf/test/CompleteTurbineResources.properties URL: http://svn.apache.org/viewvc/turbine/core/trunk/conf/test/CompleteTurbineResources.properties?rev=764526&r1=764525&r2=764526&view=diff ============================================================================== --- turbine/core/trunk/conf/test/CompleteTurbineResources.properties (original) +++ turbine/core/trunk/conf/test/CompleteTurbineResources.properties Mon Apr 13 16:55:02 2009 @@ -767,104 +767,6 @@ # services.SecurityService.ldap.user.password=userPassword - -# ------------------------------------------------------------------- -# -# X M L R P C S E R V I C E -# -# ------------------------------------------------------------------- -# This property specifies which class should be used to parse -# xml for XmlRpc functionality. -# -# Default: org.apache.xerces.parsers.SAXParser - -services.XmlRpcService.parser=org.apache.xerces.parsers.SAXParser - -# This property specifies which network interface the server part of -# XmlRpc should bind to (if it is active). If not specified, the -# server will bind to all addresses configured for your host. -# -# Default: 161.129.204.104 - -# services.XmlRpcService.address=161.129.204.104 - -# This property specifies which TCP port the web server part of -# XmlRpc should listen on (if it is active). -# -# Default: 12345 - -services.XmlRpcService.port=12345 - -# If any classes are specified here, the Service will create an -# instance of them here and start up a listener on the specified -# port. -# -# Note that the handlers demonstrated are not very useful. You -# will have to invent your own services. They do however -# illustrate that any class with a default constructor can be -# added here -# -# The handler parameter without further extension determines -# the default handler for the service -# -# Default: no classes are specified by default - -# services.XmlRpcService.handler.$default=java.util.Hashtable -# services.XmlRpcService.handler.stringhandler=java.lang.String - -# The following properties allow the transfer of data between -# separate Turbine applications running on different servers. -# This allows B2B type behavior such as sending database -# updates in the form of XML or whatever type of data -# that needs to be shared between Turbine applications -# running on separate servers. - -services.XmlRpcService.handler.file = org.apache.turbine.services.xmlrpc.util.FileHandler -services.XmlRpcService.paranoid = false -services.XmlRpcService.acceptClient = 192.168.1.* -services.XmlRpcService.denyClient = - -# Do we want a secure server - -services.XmlRpcService.secure.server = false - -# Secure server options - -services.XmlRpcService.secure.server.option.java.protocol.handler.pkgs = \ - com.sun.net.ssl.internal.www.protocol - -services.XmlRpcService.secure.server.option.security.provider = \ - com.sun.net.ssl.internal.ssl.Provider - -services.XmlRpcService.secure.server.option.security.protocol = TLS - -# You probably want to keep your key stores and trust stores -# clear out of your webapp. - -services.XmlRpcService.secure.server.option.javax.net.ssl.keyStore = /tmp/keystore -services.XmlRpcService.secure.server.option.javax.net.ssl.keyStoreType = jks -services.XmlRpcService.secure.server.option.javax.net.ssl.keyStorePassword = password -services.XmlRpcService.secure.server.option.javax.net.ssl.trustStore = /tmp/truststore -services.XmlRpcService.secure.server.option.javax.net.ssl.trustStoreType = jks -services.XmlRpcService.secure.server.option.javax.net.ssl.trustStorePassword = password - -services.XmlRpcService.secure.server.option.sun.ssl.keymanager.type = SunX509 -services.XmlRpcService.secure.server.option.sun.ssl.trust.manager.type = SunX509 - -# These values should be set to 'all' for debugging purposes. - -services.XmlRpcService.secure.server.option.javax.net.debug = none -services.XmlRpcService.secure.server.option.java.security.debug = none - -# -------------------------------------------------------------------- -# -# X S L T S E R V I C E -# -# -------------------------------------------------------------------- - -services.XSLTService.path = /path/to/stylesheets -services.XSLTService.cache = false - # ------------------------------------------------------------------- # # A V A L O N C O M P O N E N T S E R V I C E Modified: turbine/core/trunk/conf/test/fulcrumRoleConfiguration.xml URL: http://svn.apache.org/viewvc/turbine/core/trunk/conf/test/fulcrumRoleConfiguration.xml?rev=764526&r1=764525&r2=764526&view=diff ============================================================================== --- turbine/core/trunk/conf/test/fulcrumRoleConfiguration.xml (original) +++ turbine/core/trunk/conf/test/fulcrumRoleConfiguration.xml Mon Apr 13 16:55:02 2009 @@ -67,6 +67,11 @@ name="org.apache.fulcrum.parser.ParserService" shorthand="parser" default-class="org.apache.fulcrum.parser.DefaultParserService"/> + + <role + name="org.apache.fulcrum.xslt.XSLTService" + shorthand="xslt" + default-class="org.apache.fulcrum.xslt.DefaultXSLTService"/> <!--role name="org.apache.torque.avalon.Torque" shorthand="torque"
From [email protected] Wed Jan 16 08:30:24 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87201 invoked from network); 16 Jan 2008 08:30:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Jan 2008 08:30:23 -0000 Received: (qmail 71746 invoked by uid 500); 16 Jan 2008 08:30:13 -0000 Delivered-To: [email protected] Received: (qmail 71722 invoked by uid 500); 16 Jan 2008 08:30:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk Reply-To: [email protected] list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wsif-user.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 71710 invoked by uid 99); 16 Jan 2008 08:30:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jan 2008 00:30:13 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO py-out-1112.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jan 2008 08:30:01 +0000 Received: by py-out-1112.google.com with SMTP id a29so234670pyi.0 for <[email protected]>; Wed, 16 Jan 2008 00:29:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=oHy+xgBkdiE0D2keeoOoZkiOYGO54lOt8/93uebQVgM=; b=O/SY5jXTkaLcIHa2flTIgiciG5bjICv+CpOt6QqR/huy+4nOFPwHfaLzyt5zK4iurCUdmgxBRQjRipzECld42/aIAWLR26hiWrSvYCOd14Iw+stPHBY/WNs5BHfKUaGFarr2H69BRYplLG5595saRuIcpcRl4anr4zPuJuxp+is= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=vfoX5A+NhydAZGmmiO9VMNVp3FAhKUTKpz6nz8MUwaK2MGxygkCUfnctX/whQijHMJkiD77RQBFV2BCdrPD/TihSEygcn74ysTsBZKARVymynnac5iGxoRaC1b0Bw6Sa0wU6ZOkju2Jt5H4kHtz8+IfWxCUZE7L3xFEixTMdyF0= Received: by 161.129.204.104 with SMTP id b9mr193218wfc.48.1200472192901; Wed, 16 Jan 2008 00:29:52 -0800 (PST) Received: by 161.129.204.104 with HTTP; Wed, 16 Jan 2008 00:29:52 -0800 (PST) Message-ID: <[email protected]> Date: Wed, 16 Jan 2008 13:59:52 +0530 From: "Ashish Panchal" <[email protected]> To: [email protected] Subject: WSIFException: Port is not available and no alternative can be found MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_17019_23870444.1200472192884" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_17019_23870444.1200472192884 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi All ! Iam trying to call a service deployed with multiple bindings (SOAP and Java) with the WSIF DII (the one provided with samples - DynamicInvoker). But Iam getting the following error - org.apache.wsif.WSIFException: Port 'WSIFServiceSoap12HttpPort' is not available and no alternative can be [email protected](Unknown Source) Iam not finding any clue why it is not able to find the available port. I have following jars in classpath - wsif.jar wsdl4j.jar commons-logging.jar activation.jar mail.jar Thanks ------=_Part_17019_23870444.1200472192884 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline <div>Hi All !</div> <div>&nbsp;</div> <div>Iam trying to call a service deployed with multiple bindings (SOAP and Java) with the WSIF DII (the one provided with samples - DynamicInvoker). But Iam getting the following error -</div> <div><font color="#ff0000" size="2"></font>&nbsp;</div> <div><font color="#ff0000" size="2">org.apache.wsif.WSIFException: Port &#39;WSIFServiceSoap12HttpPort&#39; is not available and no alternative can be found at </font></div> <div><font color="#ff0000" size="2">org.apache.wsif.base.WSIFServiceImpl.getPort(Unknown Source)</font></div> <div><font color="#ff0000" size="2"></font>&nbsp;</div> <div><font color="#ff0000" size="2"><font color="#333333">Iam not finding any clue why it is not able to find&nbsp;the available&nbsp;port. I have following jars in classpath -</font></font></div> <div><font color="#ff0000" size="2"><font color="#333333">wsif.jar</font></font></div> <div><font color="#ff0000" size="2"><font color="#333333">wsdl4j.jar</font></font></div> <div><font color="#ff0000" size="2"><font color="#333333">commons-logging.jar</font></font></div> <div><font color="#ff0000" size="2"><font color="#333333">activation.jar</font></font></div> <div><font color="#ff0000" size="2"><font color="#333333">mail.jar</font></font></div> <div><font color="#ff0000" size="2"><font color="#333333"></font></font>&nbsp;</div> <div><font color="#ff0000" size="2"><font color="#333333">Thanks</font></font></div> <p><font color="#333333"></font>&nbsp;</p> <p><font color="#333333"></font>&nbsp;</p> ------=_Part_17019_23870444.1200472192884-- From [email protected] Sat Jan 26 17:24:57 2008 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3439 invoked from network); 26 Jan 2008 17:24:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Jan 2008 17:24:57 -0000 Received: (qmail 34837 invoked by uid 500); 26 Jan 2008 17:24:47 -0000 Delivered-To: [email protected] Received: (qmail 34820 invoked by uid 500); 26 Jan 2008 17:24:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk Reply-To: [email protected] list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <wsif-user.ws.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 34809 invoked by uid 99); 26 Jan 2008 17:24:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Jan 2008 09:24:47 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO rv-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Jan 2008 17:24:29 +0000 Received: by rv-out-0910.google.com with SMTP id c24so792530rvf.28 for <[email protected]>; Sat, 26 Jan 2008 09:24:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=sjjweCkbDFS9zL6TLyjk8IeVQEYQFC3reI0e57WPZw8=; b=BzcYp/YY2M0sHYm2t/rwyfe44xf+VoqZWW1yX+RIpfbPECWGZp9Ly2FxWcoVpxODDNBhhIhu4l9vIBJKn6s2ASf+NdYcxBGBJ/tNmSWjIyv54hesKw217Rsf/GjA9pBbP5beunWM1bwPhyEjAg2nYcax15T1tgdSRsTFrhDwsJ4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=fPrwltDdqrcORDrXfSZxYVmhcObjtKYS38LVCu4c/Aa4GwBed2mviFyrie+LgXJk058l+vKuPpSFBjcukByk3E2lwRzzvzaFzaNZCJxh8PPchx1wsks1mqOY0Xn15zT48u4/WSXrq0/F1SHE3AMsr0rOTPKd4Q77H3Zc/OMdBfQ= Received: by 161.129.204.104 with SMTP id r6mr2270905rve.273.1201368257948; Sat, 26 Jan 2008 09:24:17 -0800 (PST) Received: by 161.129.204.104 with HTTP; Sat, 26 Jan 2008 09:24:17 -0800 (PST) Message-ID: <[email protected]> Date: Sat, 26 Jan 2008 22:54:17 +0530 From: "rizwan patel" <[email protected]> To: [email protected] Subject: [WSIFException]:invoking service method MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6286_3027566.1201368257928" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_6286_3027566.1201368257928 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Please help me out. I have to invoke the web services dynamically. I gone thru the WSIF concepts and it will be helpful for me to invoke the services with this framework. I had written webservice "HelloWorld" and also generated the client code for that in WSIF but i am not succeded in invoking the webservice. Please help me to come out of this problem it is on urgent priority as i have to give the presentation on dynamic invocation. Your help is very worth valuable for me.The detail is as below. I am sending you the complete details such as WSDL, Client code ,Output, and also the web-service method server side. I had deploy the HelloWorld.aar file into jakarta-tomcat-5. The location of service is : http://<localhost>:8080/axis2/services/listServices Service code : *HelloInterface.java* package hello; public interface HelloInterface { public int sayHello(java.lang.String str_1); } *HelloWorld.java* package hello; public class HelloWorld implements HelloInterface, java.rmi.Remote { public int sayHello(java.lang.String str_1) { System.out.println("Welcome in HelloWorld :"+str_1); return 10; } } *Service.xml :* <service name="HelloWorld" scope="application" targetNamespace="http://hello "> <description> Say Hello </description> <messageReceivers> <messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-out" class="org.apache.axis2.rpc.receivers.RPCMessageReceiver"/> </messageReceivers> <schema schemaNamespace="http://hello/xsd"/ <http://hello/xsd%22/>> <parameter name="ServiceClass">hello.HelloWorld</parameter> </service> *build.xml* <project basedir="." default="generate.service"> <property environment="env"/> <property name="AXIS2_HOME" value="${env.AXIS2_HOME}"/> <property name="build.dir" value="build"/> <path id="axis2.classpath"> <fileset dir="${AXIS2_HOME}/lib"> <include name="*.jar"/> </fileset> </path> <target name="compile.service"> <mkdir dir="${build.dir}"/> <mkdir dir="${build.dir}/classes"/> <!--First let's compile the classes--> <javac debug="on" fork="true" destdir="${build.dir}/classes" srcdir="${basedir}/src" classpathref="axis2.classpath"> </javac> </target> <target name="generate.wsdl" depends="compile.service"> <taskdef name="java2wsdl" classname="org.apache.ws.java2wsdl.Java2WSDLTask" classpathref="axis2.classpath"/> <java2wsdl className="hello.HelloWorld" outputLocation="${build.dir}" targetNamespace="http://hello" schemaTargetNamespace="http://hello/xsd"> <classpath> <pathelement path="${axis2.classpath}"/> <pathelement location="${build.dir}/classes"/> </classpath> </java2wsdl> </target> <target name="generate.service" depends="compile.service"> <!--aar them up --> <copy toDir="${build.dir}/classes" failonerror="false"> <fileset dir="${basedir}/resources"> <include name="**/*.xml"/> </fileset> </copy> <jar destfile="${build.dir}/HelloWorld.aar"> <fileset excludes="**/Test.class" dir="${build.dir}/classes"/> </jar> </target> <target name="clean"> <delete dir="${build.dir}"/> </target> </project> *HelloWorld.wsdl* <?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:axis2="http://hello" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:ns0="http://hello/xsd" xmlns:soap12=" http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http=" http://schemas.xmlsoap.org/wsdl/http/" xmlns:ns1=" http://org.apache.axis2/xsd" xmlns:wsaw=" http://www.w3.org/2006/05/addressing/wsdl" xmlns:xs=" http://www.w3.org/2001/XMLSchema" xmlns:soap=" http://schemas.xmlsoap.org/wsdl/soap/" targetNamespace="http://hello"> <wsdl:types> <xs:schema xmlns:xsd="http://hello/xsd" targetNamespace=" http://hello/xsd" attributeFormDefault="qualified" elementFormDefault="qualified"> <xs:element name="sayHello"> <xs:complexType> <xs:sequence> <xs:element name="str_1" minOccurs="0" type="xs:string" nillable="true"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="sayHelloResponse"> <xs:complexType> <xs:sequence> <xs:element name="return" minOccurs="0" type="xs:int"/> </xs:sequence> </xs:complexType> </xs:element> </xs:schema> </wsdl:types> <wsdl:message name="sayHelloRequest"> <wsdl:part name="parameters" element="ns0:sayHello"/> </wsdl:message> <wsdl:message name="sayHelloResponse"> <wsdl:part name="parameters" element="ns0:sayHelloResponse"/> </wsdl:message> <wsdl:portType name="HelloWorldPortType"> <wsdl:operation name="sayHello"> <wsdl:input message="axis2:sayHelloRequest" wsaw:Action="urn:sayHello"/> <wsdl:output message="axis2:sayHelloResponse" wsaw:Action="urn:sayHelloResponse"/> </wsdl:operation> </wsdl:portType> <wsdl:binding name="HelloWorldSOAP11Binding" type="axis2:HelloWorldPortType"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/> <wsdl:operation name="sayHello"> <soap:operation soapAction="urn:sayHello" style="document"/> <wsdl:input> <soap:body use="literal"/> </wsdl:input> <wsdl:output> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:binding name="HelloWorldSOAP12Binding" type="axis2:HelloWorldPortType"> <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/> <wsdl:operation name="sayHello"> <soap12:operation soapAction="urn:sayHello" style="document"/> <wsdl:input> <soap12:body use="literal"/> </wsdl:input> <wsdl:output> <soap12:body use="literal"/> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:binding name="HelloWorldHttpBinding" type="axis2:HelloWorldPortType"> <http:binding verb="POST"/> <wsdl:operation name="sayHello"> <http:operation location="HelloWorld/sayHello"/> <wsdl:input> <mime:content type="text/xml" part="sayHello"/> </wsdl:input> <wsdl:output> <mime:content type="text/xml" part="sayHello"/> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:service name="HelloWorld"> <wsdl:port name="HelloWorldSOAP11port_http" binding="axis2:HelloWorldSOAP11Binding"> <soap:address location=" http://localhost:8080/axis2/services/HelloWorld"/<http://localhost:8080/axis2/services/HelloWorld%22/> > </wsdl:port> <wsdl:port name="HelloWorldSOAP12port_http" binding="axis2:HelloWorldSOAP12Binding"> <soap12:address location=" http://localhost:8080/axis2/services/HelloWorld"/<http://localhost:8080/axis2/services/HelloWorld%22/> > </wsdl:port> <wsdl:port name="HelloWorldHttpport" binding="axis2:HelloWorldHttpBinding"> <http:address location=" http://localhost:8080/axis2/services/HelloWorld"/<http://localhost:8080/axis2/services/HelloWorld%22/> > </wsdl:port> </wsdl:service> </wsdl:definitions> *xsd file is* : *-* <http://localhost:8080/axis2/services/HelloWorld?xsd#> <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://hello/xsd" xmlns:axis2="http://hello" xmlns:ns=" http://hello/xsd" xmlns:ns0="http://hello/xsd" xmlns:ns1=" http://org.apache.axis2/xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema"> - <xs:element name="sayHello"> - <xs:complexType> - <xs:sequence> <xs:element name="str_1" nillable="true" type="xs:string" /> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="sayHelloResponse"> - <xs:complexType> - <xs:sequence> <xs:element name="return" nillable="true" type="xs:int" /> </xs:sequence> </xs:complexType> </xs:element> </xs:schema> *And my client side code is : client is developed using eclips 3.1 * ** *HelloWorld.java* import java.util.Iterator; import org.apache.wsif.WSIFMessage; import org.apache.wsif.WSIFOperation; import org.apache.wsif.WSIFPort; import org.apache.wsif.WSIFService; import org.apache.wsif.WSIFServiceFactory; import javax.xml.namespace.QName; public class HelloWorld { /** * @param args * */ public static void main(String[] args) throws Exception { System.out.println("Start -- 1"); String str1="Rizwan"; WSIFServiceFactory factory = WSIFServiceFactory.newInstance(); String wsdlloc="http://localhost:8080/axis2/services/HelloWorld?wsdl"; System.out.println(" -- 2 --"); WSIFService service = factory.getService(wsdlloc,null,null ," http://hello","HelloWorldPortType"); service.mapType(new QName(" http://hello/xsd","HelloWorld"),Class.forName("clientsidecode.HelloClient.HelloWorld<http://hello/xsd%22,%22HelloWorld%22),Class.forName(%22clientsidecode.HelloClient.HelloWorld> ")); WSIFPort port = service.getPort("HelloWorldSOAP11port_http"); System.out.println("-- 3--"); WSIFOperation operation=port.createOperation("sayHello"); WSIFMessage input = operation.createInputMessage("str_1"); WSIFMessage output =operation.createOutputMessage(); WSIFMessage fault = operation.createFaultMessage(); input.setObjectPart("str_1",str1); String str_2="Hi"; System.out.println("Input Message"+input); System.out.println("Input parts : "+input.getObjectPart("str_1")); //input.setObjectPart("part1",str_2); if(operation.executeRequestResponseOperation(input,output,fault)) { System.out.println("Result : "+output.getIntPart("return")); } // TODO Auto-generated method stub System.out.println("End"); } } All the pre-required jar of the WSIF are being installed. When i run the client the following error occured. Please suggest me where will be the exact problem is. *OUTPUT :* Start -- 1 Exception in thread "main" *org.apache.wsif.WSIFException*: exception on AXIS invoke: Exception occurred while trying to invoke service method sayHello; nested exception is: Exception occurred while trying to invoke service method sayHello at org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.invokeAXISDocStyle(Unknown Source) -- 2 -- - WSIF0006W: Multiple WSIFProvider found supporting the same namespace URI ' http://schemas.xmlsoap.org/wsdl/soap/'. Found (' org.apache.wsif.providers.soap.apacheaxis.WSIFDynamicProvider_ApacheAxis, org.apache.wsif.providers.soap.apachesoap.WSIFDynamicProvider_ApacheSOAP') - WSIF0007I: Using WSIFProvider ' org.apache.wsif.providers.soap.apacheaxis.WSIFDynamicProvider_ApacheAxis' for namespaceURI 'http://schemas.xmlsoap.org/wsdl/soap/' -- 3-- Input Messageorg.apache.wsif.base.WSIFDefaultMessage@c2a132 name:str_1 Input parts : Rizwan at org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.invokeRequestResponseOperation(Unknown Source) at org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.executeRequestResponseOperation(Unknown Source) at clientsidecode.HelloClient.HelloWorld.main( *HelloWorld.java:41*) Caused by: Exception occurred while trying to invoke service method sayHello at org.apache.axis.message.SOAPFaultBuilder.endElement( *SOAPFaultBuilder.java:135*) at org.apache.axis.encoding.DeserializationContextImpl.endElement( *DeserializationContextImpl.java:942*) at org.apache.crimson.parser.Parser2.maybeElement( *Parser2.java:1528*) at org.apache.crimson.parser.Parser2.content( *Parser2.java:1779*) at org.apache.crimson.parser.Parser2.maybeElement( *Parser2.java:1507*) at org.apache.crimson.parser.Parser2.content( *Parser2.java:1779*) at org.apache.crimson.parser.Parser2.maybeElement( *Parser2.java:1507*) at org.apache.crimson.parser.Parser2.parseInternal( *Parser2.java:500*) at org.apache.crimson.parser.Parser2.parse( *Parser2.java:305*) at org.apache.crimson.parser.XMLReaderImpl.parse( *XMLReaderImpl.java:442*) at javax.xml.parsers.SAXParser.parse( *SAXParser.java:375*) at org.apache.axis.encoding.DeserializationContextImpl.parse( *DeserializationContextImpl.java:232*) at org.apache.axis.SOAPPart.getAsSOAPEnvelope( *SOAPPart.java:546*) at org.apache.axis.Message.getSOAPEnvelope( *Message.java:377*) at org.apache.axis.client.Call.invokeEngine( *Call.java:2132*) at org.apache.axis.client.Call.invoke( *Call.java:2102*) at org.apache.axis.client.Call.invoke( *Call.java:1851*) at org.apache.axis.client.Call.invoke( *Call.java:1777*) at org.apache.axis.client.Call.invoke( *Call.java:1315*) ... 4 more ------=_Part_6286_3027566.1201368257928 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline <br><font size=3D"2"> <div>Please help me out. I have to invoke the web services dynamically. I g= one thru the WSIF concepts and it will be helpful for me to invoke the serv= ices with&nbsp;this framework.&nbsp;I had written&nbsp; webservice &quot;He= lloWorld&quot; and also generated the client code for that in WSIF but i am= not succeded in invoking the webservice.</div> <div>Please help me to come out of this problem it is on urgent priority as= i have to give the presentation on dynamic invocation.</div> <div>Your help&nbsp;is&nbsp;very&nbsp;worth valuable&nbsp;for me.The detail= is as below.</div> <div>I am sending you the complete details such as WSDL, Client code ,Outpu= t, and also the web-service method server side.</div> <div>I had deploy the HelloWorld.aar file into jakarta-tomcat-5.</div> <div>The location of service is&nbsp; : <a>http://&lt;localhost&gt;:8080/ax= is2/services/listServices</a>&nbsp;</div> <div>Service code : </div> <div><strong>HelloInterface.java</strong></div> <div>&nbsp;</div> <div>package hello;<br>public interface HelloInterface<br>{<br>&nbsp;public= int sayHello(java.lang.String str_1);<br>}</div> <div> <p><strong>HelloWorld.java</strong></p> <p>package hello;</p> <p>public class HelloWorld implements HelloInterface, java.rmi.Remote<br>{<= br>&nbsp;public int sayHello(java.lang.String str_1)<br>&nbsp;{<br>&nbsp;&n= bsp;System.out.println(&quot;Welcome in HelloWorld :&quot;+str_1);<br>&nbsp= ;&nbsp;return 10;<br>&nbsp;}</p> <p>}</p> <p><strong>Service.xml :</strong></p> <p>&lt;service name=3D&quot;HelloWorld&quot; scope=3D&quot;application&quot= ; targetNamespace=3D&quot;<a onclick=3D"return top.js.OpenExtLink(window,ev= ent,this)" href=3D"http://hello/" target=3D"_blank">http://hello</a>&quot;&= gt;<br> &nbsp;&nbsp;&nbsp; &lt;description&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp;&nbsp; Say Hello<br>&nbsp;&nbsp;&nbsp; &lt;/description&gt;<br>&nbsp;&nb= sp;&nbsp; &lt;messageReceivers&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = &lt;messageReceiver mep=3D&quot;<a onclick=3D"return top.js.OpenExtLink(win= dow,event,this)" href=3D"http://www.w3.org/2004/08/wsdl/in-out" target=3D"_= blank">http://www.w3.org/2004/08/wsdl/in-out</a>&quot;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; class=3D= &quot;org.apache.axis2.rpc.receivers.RPCMessageReceiver&quot;/&gt;<br>&nbsp= ;&nbsp;&nbsp; &lt;/messageReceivers&gt;<br>&nbsp;&nbsp;&nbsp; &lt;schema sc= hemaNamespace=3D&quot;<a onclick=3D"return top.js.OpenExtLink(window,event,= this)" href=3D"http://hello/xsd%22/" target=3D"_blank">http://hello/xsd&quo= t;/</a>&gt;<br> &nbsp;&nbsp;&nbsp; &lt;parameter name=3D&quot;ServiceClass&quot;&gt;hello.H= elloWorld&lt;/parameter&gt;<br>&lt;/service&gt;</p> <p><strong>build.xml</strong></p> <p>&lt;project basedir=3D&quot;.&quot; default=3D&quot;generate.service&quo= t;&gt;</p> <p>&nbsp;&nbsp;&nbsp; &lt;property environment=3D&quot;env&quot;/&gt;<br>&n= bsp;&nbsp;&nbsp; &lt;property name=3D&quot;AXIS2_HOME&quot; value=3D&quot;$= {env.AXIS2_HOME}&quot;/&gt;</p> <p>&nbsp;&nbsp;&nbsp; &lt;property name=3D&quot;build.dir&quot; value=3D&qu= ot;build&quot;/&gt;</p> <p>&nbsp;&nbsp;&nbsp; &lt;path id=3D&quot;axis2.classpath&quot;&gt;<br>&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;fileset dir=3D&quot;${AXIS2_HOME= }/lib&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n= bsp;&nbsp; &lt;include name=3D&quot;*.jar&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;&nbsp; &lt;/fileset&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/path&gt= ;</p> <p>&nbsp;&nbsp;&nbsp; &lt;target name=3D&quot;compile.service&quot;&gt;<br>= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;mkdir dir=3D&quot;${build.di= r}&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;mkdir dir= =3D&quot;${build.dir}/classes&quot;/&gt;</p> <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!--First let&#39;s compil= e the classes--&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;javac= debug=3D&quot;on&quot; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fork=3D&quot;true&quot;<br>&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = destdir=3D&quot;${build.dir}/classes&quot; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; srcdir=3D&quot;${b= asedir}/src&quot;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp;&nbsp; classpathref=3D&quot;axis2.classpath&quot;&gt;<br>&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/javac&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/targe= t&gt;</p> <p>&nbsp;&nbsp;&nbsp; &lt;target name=3D&quot;generate.wsdl&quot; depends= =3D&quot;compile.service&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp; &lt;taskdef name=3D&quot;java2wsdl&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cla= ssname=3D&quot;org.apache.ws.java2wsdl.Java2WSDLTask&quot;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp;&nbsp; classpathref=3D&quot;axis2.classpath&quot;/&gt;<br>&n= bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;java2wsdl className=3D&quot;he= llo.HelloWorld&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; outputLocation=3D= &quot;${build.dir}&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; targetNamespa= ce=3D&quot;<a onclick=3D"return top.js.OpenExtLink(window,event,this)" href= =3D"http://hello/" target=3D"_blank">http://hello</a>&quot;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; schemaTargetNamespace=3D&quot;<a onclick= =3D"return top.js.OpenExtLink(window,event,this)" href=3D"http://hello/xsd"= target=3D"_blank">http://hello/xsd</a>&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;classpath&gt;<br>&nbsp;&nb= sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp; &lt;pathelement path=3D&quot;${axis2.classpath}&quot;/&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp; &lt;pathelement location=3D&quot;${build.dir}/classes&quot;= /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &lt;/classpath&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/java= 2wsdl&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/target&gt;</p> <p>&nbsp;&nbsp;&nbsp; &lt;target name=3D&quot;generate.service&quot; depend= s=3D&quot;compile.service&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp; &lt;!--aar them up --&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp; &lt;copy toDir=3D&quot;${build.dir}/classes&quot; failonerror=3D&quot;f= alse&quot;&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;file= set dir=3D&quot;${basedir}/resources&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;inclu= de name=3D&quot;**/*.xml&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/fileset&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp; &lt;/copy&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp; &lt;jar destfile=3D&quot;${build.dir}/HelloWorld.aar&quot;&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;file= set excludes=3D&quot;**/Test.class&quot; dir=3D&quot;${build.dir}/classes&q= uot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/jar&gt;<br>&nb= sp;&nbsp;&nbsp; &lt;/target&gt;</p> <p>&nbsp;&nbsp;&nbsp; &lt;target name=3D&quot;clean&quot;&gt;<br>&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;delete dir=3D&quot;${build.dir}&quot;/= &gt;<br>&nbsp;&nbsp;&nbsp; &lt;/target&gt;<br>&lt;/project&gt;<br></p> <p><strong>HelloWorld.wsdl</strong></p> <p>&lt;?xml version=3D&quot;1.0&quot; encoding=3D&quot;UTF-8&quot;?&gt;<br>= &lt;wsdl:definitions xmlns:wsdl=3D&quot;<a onclick=3D"return top.js.OpenExt= Link(window,event,this)" href=3D"http://schemas.xmlsoap.org/wsdl/" target= =3D"_blank">http://schemas.xmlsoap.org/wsdl/</a>&quot; xmlns:axis2=3D&quot;= <a onclick=3D"return top.js.OpenExtLink(window,event,this)" href=3D"http://= hello/" target=3D"_blank">http://hello</a>&quot; xmlns:mime=3D&quot;<a oncl= ick=3D"return top.js.OpenExtLink(window,event,this)" href=3D"http://schemas= .xmlsoap.org/wsdl/mime/" target=3D"_blank">http://schemas.xmlsoap.org/wsdl/= mime/</a>&quot; xmlns:ns0=3D&quot;<a onclick=3D"return top.js.OpenExtLink(w= indow,event,this)" href=3D"http://hello/xsd" target=3D"_blank">http://hello= /xsd</a>&quot; xmlns:soap12=3D&quot;<a onclick=3D"return top.js.OpenExtLink= (window,event,this)" href=3D"http://schemas.xmlsoap.org/wsdl/soap12/" targe= t=3D"_blank">http://schemas.xmlsoap.org/wsdl/soap12/</a>&quot; xmlns:http= =3D&quot;<a onclick=3D"return top.js.OpenExtLink(window,event,this)" href= =3D"http://schemas.xmlsoap.org/wsdl/http/" target=3D"_blank">http://schemas= .xmlsoap.org/wsdl/http/</a>&quot; xmlns:ns1=3D&quot;<a onclick=3D"return to= p.js.OpenExtLink(window,event,this)" href=3D"http://org.apache.axis2/xsd" t= arget=3D"_blank">http://org.apache.axis2/xsd</a>&quot; xmlns:wsaw=3D&quot;<= a onclick=3D"return top.js.OpenExtLink(window,event,this)" href=3D"http://w= ww.w3.org/2006/05/addressing/wsdl" target=3D"_blank">http://www.w3.org/2006= /05/addressing/wsdl</a>&quot; xmlns:xs=3D&quot;<a onclick=3D"return top.js.= OpenExtLink(window,event,this)" href=3D"http://www.w3.org/2001/XMLSchema" t= arget=3D"_blank">http://www.w3.org/2001/XMLSchema</a>&quot; xmlns:soap=3D&q= uot;<a onclick=3D"return top.js.OpenExtLink(window,event,this)" href=3D"htt= p://schemas.xmlsoap.org/wsdl/soap/" target=3D"_blank">http://schemas.xmlsoa= p.org/wsdl/soap/</a>&quot; targetNamespace=3D&quot;<a onclick=3D"return top= .js.OpenExtLink(window,event,this)" href=3D"http://hello/" target=3D"_blank= ">http://hello</a>&quot;&gt;<br> &nbsp;&nbsp;&nbsp; &lt;wsdl:types&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs= p;&nbsp; &lt;xs:schema xmlns:xsd=3D&quot;<a onclick=3D"return top.js.OpenEx= tLink(window,event,this)" href=3D"http://hello/xsd" target=3D"_blank">http:= //hello/xsd</a>&quot; targetNamespace=3D&quot;<a onclick=3D"return top.js.O= penExtLink(window,event,this)" href=3D"http://hello/xsd" target=3D"_blank">= http://hello/xsd</a>&quot; attributeFormDefault=3D&quot;qualified&quot; ele= mentFormDefault=3D&quot;qualified&quot;&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xs:e= lement name=3D&quot;sayHello&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xs:complexTyp= e&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xs:sequence&gt;<br>&nb= sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xs:element= name=3D&quot;str_1&quot; minOccurs=3D&quot;0&quot; type=3D&quot;xs:string&= quot; nillable=3D&quot;true&quot;/&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/xs:sequence&gt;<br>&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n= bsp; &lt;/xs:complexType&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;&nbsp; &lt;/xs:element&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xs:element name=3D&quot;sayHello= Response&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xs:complexType&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xs:sequence&gt;<br>&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xs:element name=3D&= quot;return&quot; minOccurs=3D&quot;0&quot; type=3D&quot;xs:int&quot;/&gt;<= br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/xs:sequence&gt;<br>&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp; &lt;/xs:complexType&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/xs:= element&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/xs:schema&gt= ;<br>&nbsp;&nbsp;&nbsp; &lt;/wsdl:types&gt;<br>&nbsp;&nbsp;&nbsp; &lt;wsdl:= message name=3D&quot;sayHelloRequest&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp; &lt;wsdl:part name=3D&quot;parameters&quot; element=3D&qu= ot;ns0:sayHello&quot;/&gt;<br> &nbsp;&nbsp;&nbsp; &lt;/wsdl:message&gt;<br>&nbsp;&nbsp;&nbsp; &lt;wsdl:mes= sage name=3D&quot;sayHelloResponse&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp; &lt;wsdl:part name=3D&quot;parameters&quot; element=3D&quot= ;ns0:sayHelloResponse&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/wsdl:message&gt= ;<br>&nbsp;&nbsp;&nbsp; &lt;wsdl:portType name=3D&quot;HelloWorldPortType&q= uot;&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;wsdl:operation name=3D&quot;= sayHello&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp; &lt;wsdl:input message=3D&quot;axis2:sayHelloRequest&quot; ws= aw:Action=3D&quot;urn:sayHello&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;wsdl:output message=3D&quot;axis2:= sayHelloResponse&quot; wsaw:Action=3D&quot;urn:sayHelloResponse&quot;/&gt;<= br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/wsdl:operation&gt;<br>&nbsp= ;&nbsp;&nbsp; &lt;/wsdl:portType&gt;<br>&nbsp;&nbsp;&nbsp; &lt;wsdl:binding= name=3D&quot;HelloWorldSOAP11Binding&quot; type=3D&quot;axis2:HelloWorldPo= rtType&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;soap:bin= ding transport=3D&quot;<a onclick=3D"return top.js.OpenExtLink(window,event= ,this)" href=3D"http://schemas.xmlsoap.org/soap/http" target=3D"_blank">htt= p://schemas.xmlsoap.org/soap/http</a>&quot; style=3D&quot;document&quot;/&g= t;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;wsdl:operation name=3D&quot;= sayHello&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp; &lt;soap:operation soapAction=3D&quot;urn:sayHello&quot; styl= e=3D&quot;document&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp; &lt;wsdl:input&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;soap:bod= y use=3D&quot;literal&quot;/&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/wsd= l:input&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp; &lt;wsdl:output&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;soap:body use=3D&quot;lit= eral&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n= bsp;&nbsp; &lt;/wsdl:output&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs= p; &lt;/wsdl:operation&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/wsdl:binding&gt;<br> &nbsp;&nbsp;&nbsp; &lt;wsdl:binding name=3D&quot;HelloWorldSOAP12Binding&qu= ot; type=3D&quot;axis2:HelloWorldPortType&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp; &lt;soap12:binding transport=3D&quot;<a onclick=3D"r= eturn top.js.OpenExtLink(window,event,this)" href=3D"http://schemas.xmlsoap= .org/soap/http" target=3D"_blank">http://schemas.xmlsoap.org/soap/http</a>&= quot; style=3D&quot;document&quot;/&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;wsdl:operation name=3D&quot;= sayHello&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= ;&nbsp;&nbsp; &lt;soap12:operation soapAction=3D&quot;urn:sayHello&quot; st= yle=3D&quot;document&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp; &lt;wsdl:input&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;soap12= :body use=3D&quot;literal&quot;/&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/wsd= l:input&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp; &lt;wsdl:output&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;soap12:body use=3D&quot;l= iteral&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; &lt;/wsdl:output&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n= bsp; &lt;/wsdl:operation&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/wsdl:binding&gt;<br= > &nbsp;&nbsp;&nbsp; &lt;wsdl:binding name=3D&quot;HelloWorldHttpBinding&quot= ; type=3D&quot;axis2:HelloWorldPortType&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp; &lt;http:binding verb=3D&quot;POST&quot;/&gt;<br>&nbsp= ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;wsdl:operation name=3D&quot;sayHe= llo&quot;&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;http= :operation location=3D&quot;HelloWorld/sayHello&quot;/&gt;<br>&nbsp;&nbsp;&= nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;wsdl:input&gt;<br= >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n= bsp;&nbsp;&nbsp; &lt;mime:content type=3D&quot;text/xml&quot; part=3D&quot;= sayHello&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs= p;&nbsp;&nbsp; &lt;/wsdl:input&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;wsdl= :output&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;mime:content type=3D&quot;text/xml&quot;= part=3D&quot;sayHello&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/wsdl:output&gt;<br>&nbsp;&nbsp;&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp; &lt;/wsdl:operation&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/wsd= l:binding&gt;<br> &nbsp;&nbsp;&nbsp; &lt;wsdl:service name=3D&quot;HelloWorld&quot;&gt;<br>&n= bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;wsdl:port name=3D&quot;HelloWo= rldSOAP11port_http&quot; binding=3D&quot;axis2:HelloWorldSOAP11Binding&quot= ;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &lt;soap:address location=3D&quot;<a onclick=3D"return top.js.OpenExtLink(= window,event,this)" href=3D"http://localhost:8080/axis2/services/HelloWorld= %22/" target=3D"_blank">http://localhost:8080/axis2/services/HelloWorld&quo= t;/</a>&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/wsdl:port&gt;<br>&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;wsdl:port name=3D&quot;HelloWorldSOAP1= 2port_http&quot; binding=3D&quot;axis2:HelloWorldSOAP12Binding&quot;&gt;<br= >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;soa= p12:address location=3D&quot;<a onclick=3D"return top.js.OpenExtLink(window= ,event,this)" href=3D"http://localhost:8080/axis2/services/HelloWorld%22/" = target=3D"_blank">http://localhost:8080/axis2/services/HelloWorld&quot;/</a= >&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/wsdl:port&gt;<br>&nbsp;&nbs= p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;wsdl:port name=3D&quot;HelloWorldHttpp= ort&quot; binding=3D&quot;axis2:HelloWorldHttpBinding&quot;&gt;<br>&nbsp;&n= bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;http:address= location=3D&quot;<a onclick=3D"return top.js.OpenExtLink(window,event,this= )" href=3D"http://localhost:8080/axis2/services/HelloWorld%22/" target=3D"_= blank">http://localhost:8080/axis2/services/HelloWorld&quot;/</a>&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/wsdl:port&gt;<br>&nbsp;&nbs= p;&nbsp; &lt;/wsdl:service&gt;<br>&lt;/wsdl:definitions&gt;<br><br><strong>= xsd&nbsp; file is</strong> : </p> <div> <div style=3D"MARGIN-LEFT: 1em; TEXT-INDENT: -2em"><a onclick=3D"return top= .js.OpenExtLink(window,event,this)" href=3D"http://localhost:8080/axis2/ser= vices/HelloWorld?xsd#" target=3D"_blank"><strong><font face=3D"Courier New"= color=3D"#ff0000">-</font></strong></a> &lt;xs:schema attributeFormDefault= =3D&quot;qualified&quot; elementFormDefault=3D&quot;qualified&quot; targetN= amespace=3D&quot;<a onclick=3D"return top.js.OpenExtLink(window,event,this)= " href=3D"http://hello/xsd" target=3D"_blank">http://hello/xsd</a>&quot; xm= lns:axis2=3D&quot;<a onclick=3D"return top.js.OpenExtLink(window,event,this= )" href=3D"http://hello/" target=3D"_blank">http://hello</a>&quot; xmlns:ns= =3D&quot;<a onclick=3D"return top.js.OpenExtLink(window,event,this)" href= =3D"http://hello/xsd" target=3D"_blank">http://hello/xsd</a>&quot; xmlns:ns= 0=3D&quot;<a onclick=3D"return top.js.OpenExtLink(window,event,this)" href= =3D"http://hello/xsd" target=3D"_blank">http://hello/xsd</a>&quot; xmlns:ns= 1=3D&quot;<a onclick=3D"return top.js.OpenExtLink(window,event,this)" href= =3D"http://org.apache.axis2/xsd" target=3D"_blank">http://org.apache.axis2/= xsd</a>&quot; xmlns:xs=3D&quot;<a onclick=3D"return top.js.OpenExtLink(wind= ow,event,this)" href=3D"http://www.w3.org/2001/XMLSchema" target=3D"_blank"= >http://www.w3.org/2001/XMLSchema</a>&quot;&gt;<br> - &lt;xs:element name=3D&quot;sayHello&quot;&gt;<br>- &lt;xs:complexType&gt= ;<br>- &lt;xs:sequence&gt;<br>&nbsp; &lt;xs:element name=3D&quot;str_1&quot= ; nillable=3D&quot;true&quot; type=3D&quot;xs:string&quot; /&gt; <br>&nbsp;= &lt;/xs:sequence&gt;<br> &nbsp; &lt;/xs:complexType&gt;<br>&nbsp; &lt;/xs:element&gt;<br>- &lt;xs:el= ement name=3D&quot;sayHelloResponse&quot;&gt;<br>- &lt;xs:complexType&gt;<b= r>- &lt;xs:sequence&gt;<br>&nbsp; &lt;xs:element name=3D&quot;return&quot; = nillable=3D&quot;true&quot; type=3D&quot;xs:int&quot; /&gt; <br> &nbsp; &lt;/xs:sequence&gt;<br>&nbsp; &lt;/xs:complexType&gt;<br>&nbsp; &lt= ;/xs:element&gt;<br>&nbsp; &lt;/xs:schema&gt;</div></div></div> <div>&nbsp;</div> <div>&nbsp;</div> <div><strong>And my client side code is : client is developed using eclips = 3.1 </strong></div> <div><strong></strong>&nbsp;</div> <div><strong>HelloWorld.java</strong></div> <div> <p>import java.util.Iterator;<br>import org.apache.wsif.WSIFMessage;<br>imp= ort org.apache.wsif.WSIFOperation;<br>import org.apache.wsif.WSIFPort;<br>i= mport org.apache.wsif.WSIFService;<br>import org.apache.wsif.WSIFServiceFac= tory;</p> <p>import javax.xml.namespace.QName;<br>public class HelloWorld {</p> <p>&nbsp;/**<br>&nbsp; * @param args<br>&nbsp; * <br>&nbsp; */<br>&nbsp;<br= >&nbsp;public static void main(String[] args) throws Exception {<br>&nbsp;&= nbsp;System.out.println(&quot;Start -- 1&quot;);<br>&nbsp;&nbsp;String str1= =3D&quot;Rizwan&quot;;<br>&nbsp;&nbsp;<br>&nbsp;&nbsp;<br>&nbsp;<br>&nbsp;&= nbsp;WSIFServiceFactory factory =3D WSIFServiceFactory.newInstance();<br> &nbsp;&nbsp;String wsdlloc=3D&quot;<a onclick=3D"return top.js.OpenExtLink(= window,event,this)" href=3D"http://localhost:8080/axis2/services/HelloWorld= ?wsdl" target=3D"_blank">http://localhost:8080/axis2/services/HelloWorld?ws= dl</a>&quot;;<br> &nbsp;&nbsp;System.out.println(&quot; -- 2 --&quot;);<br>&nbsp;&nbsp;WSIFSe= rvice service =3D factory.getService(wsdlloc,null,null ,&quot;<a>http://hel= lo&quot;,&quot;HelloWorldPortType</a>&quot;);<br>&nbsp;&nbsp;service.mapTyp= e(new QName(&quot;<a onclick=3D"return top.js.OpenExtLink(window,event,this= )" href=3D"http://hello/xsd%22,%22HelloWorld%22),Class.forName(%22clientsid= ecode.HelloClient.HelloWorld" target=3D"_blank">http://hello/xsd&quot;,&quo= t;HelloWorld&quot;),Class.forName(&quot;clientsidecode.HelloClient.HelloWor= ld</a>&quot;));<br> &nbsp;&nbsp;WSIFPort port =3D service.getPort(&quot;HelloWorldSOAP11port_ht= tp&quot;);<br>&nbsp;&nbsp;System.out.println(&quot;-- 3--&quot;);<br>&nbsp;= &nbsp;WSIFOperation operation=3Dport.createOperation(&quot;sayHello&quot;);= <br>&nbsp;&nbsp;WSIFMessage input =3D operation.createInputMessage(&quot;st= r_1&quot;);<br> &nbsp;&nbsp;WSIFMessage output =3Doperation.createOutputMessage();<br>&nbsp= ;&nbsp;WSIFMessage fault =3D operation.createFaultMessage();<br>&nbsp;&nbsp= ;input.setObjectPart(&quot;str_1&quot;,str1);<br>&nbsp;&nbsp;String str_2= =3D&quot;Hi&quot;;<br>&nbsp;&nbsp;System.out.println(&quot;Input Message&qu= ot;+input);<br> &nbsp;&nbsp;System.out.println(&quot;Input parts : &quot;+input.getObjectPa= rt(&quot;str_1&quot;));<br>&nbsp;&nbsp;//input.setObjectPart(&quot;part1&qu= ot;,str_2);<br>&nbsp;&nbsp;<br>&nbsp;&nbsp;if(operation.executeRequestRespo= nseOperation(input,output,fault))<br> &nbsp;&nbsp;{<br>&nbsp;&nbsp;&nbsp;System.out.println(&quot;Result : &quot;= +output.getIntPart(&quot;return&quot;));<br>&nbsp;&nbsp;}<br>&nbsp;&nbsp;//= TODO Auto-generated method stub<br>&nbsp;&nbsp;System.out.println(&quot;En= d&quot;);<br>&nbsp;&nbsp;<br>&nbsp;}</p> <p>}<br></p> <p>All the pre-required jar of the WSIF are being installed.</p> <p>When i run the client the following error occured. Please suggest me whe= re will be the exact problem is.</p> <p>&nbsp;</p></div> <div>&nbsp;</div> <div>&nbsp;</div> <div><strong>OUTPUT :</strong></div> <div>&nbsp;</div> <div>Start -- 1</div></font><font color=3D"#ff0000" size=3D"2"> <p>Exception in thread &quot;main&quot; </p></font><u><font color=3D"#00008= 0" size=3D"2">org.apache.wsif.WSIFException</font></u><font color=3D"#ff000= 0" size=3D"2">: exception on AXIS invoke: Exception occurred while trying t= o invoke service method sayHello; nested exception is:=20 <p>Exception occurred while trying to invoke service method sayHello</p> <p>at org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.in= vokeAXISDocStyle(Unknown Source)</p></font><font size=3D"2"> <p>-- 2 --</p> <p>- WSIF0006W: Multiple WSIFProvider found supporting the same namespace U= RI &#39;<a onclick=3D"return top.js.OpenExtLink(window,event,this)" href=3D= "http://schemas.xmlsoap.org/wsdl/soap/" target=3D"_blank">http://schemas.xm= lsoap.org/wsdl/soap/</a>&#39;. Found (&#39;org.apache.wsif.providers.soap.a= pacheaxis.WSIFDynamicProvider_ApacheAxis, org.apache.wsif.providers.soap.ap= achesoap.WSIFDynamicProvider_ApacheSOAP&#39;) </p> <p>- WSIF0007I: Using WSIFProvider &#39;org.apache.wsif.providers.soap.apac= heaxis.WSIFDynamicProvider_ApacheAxis&#39; for namespaceURI &#39;<a onclick= =3D"return top.js.OpenExtLink(window,event,this)" href=3D"http://schemas.xm= lsoap.org/wsdl/soap/" target=3D"_blank">http://schemas.xmlsoap.org/wsdl/soa= p/</a>&#39; </p> <p>-- 3--</p> <p>Input Messageorg.apache.wsif.base.WSIFDefaultMessage@c2a132 name:str_1</= p> <p>Input parts : Rizwan</p></font><font color=3D"#ff0000" size=3D"2"> <p>at org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.in= vokeRequestResponseOperation(Unknown Source)</p> <p>at org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.ex= ecuteRequestResponseOperation(Unknown Source)</p> <p>at clientsidecode.HelloClient.HelloWorld.main(</p></font><u><font color= =3D"#000080" size=3D"2">HelloWorld.java:41</font></u><font color=3D"#ff0000= " size=3D"2">)=20 <p>Caused by: Exception occurred while trying to invoke service method sayH= ello</p> <p>at org.apache.axis.message.SOAPFaultBuilder.endElement(</p></font><u><fo= nt color=3D"#000080" size=3D"2">SOAPFaultBuilder.java:135</font></u><font c= olor=3D"#ff0000" size=3D"2">)=20 <p>at org.apache.axis.encoding.DeserializationContextImpl.endElement(</p></= font><u><font color=3D"#000080" size=3D"2">DeserializationContextImpl.java:= 942</font></u><font color=3D"#ff0000" size=3D"2">)=20 <p>at org.apache.crimson.parser.Parser2.maybeElement(</p></font><u><font co= lor=3D"#000080" size=3D"2">Parser2.java:1528</font></u><font color=3D"#ff00= 00" size=3D"2">)=20 <p>at org.apache.crimson.parser.Parser2.content(</p></font><u><font color= =3D"#000080" size=3D"2">Parser2.java:1779</font></u><font color=3D"#ff0000"= size=3D"2">)=20 <p>at org.apache.crimson.parser.Parser2.maybeElement(</p></font><u><font co= lor=3D"#000080" size=3D"2">Parser2.java:1507</font></u><font color=3D"#ff00= 00" size=3D"2">)=20 <p>at org.apache.crimson.parser.Parser2.content(</p></font><u><font color= =3D"#000080" size=3D"2">Parser2.java:1779</font></u><font color=3D"#ff0000"= size=3D"2">)=20 <p>at org.apache.crimson.parser.Parser2.maybeElement(</p></font><u><font co= lor=3D"#000080" size=3D"2">Parser2.java:1507</font></u><font color=3D"#ff00= 00" size=3D"2">)=20 <p>at org.apache.crimson.parser.Parser2.parseInternal(</p></font><u><font c= olor=3D"#000080" size=3D"2">Parser2.java:500</font></u><font color=3D"#ff00= 00" size=3D"2">)=20 <p>at org.apache.crimson.parser.Parser2.parse(</p></font><u><font color=3D"= #000080" size=3D"2">Parser2.java:305</font></u><font color=3D"#ff0000" size= =3D"2">)=20 <p>at org.apache.crimson.parser.XMLReaderImpl.parse(</p></font><u><font col= or=3D"#000080" size=3D"2">XMLReaderImpl.java:442</font></u><font color=3D"#= ff0000" size=3D"2">)=20 <p>at javax.xml.parsers.SAXParser.parse(</p></font><u><font color=3D"#00008= 0" size=3D"2">SAXParser.java:375</font></u><font color=3D"#ff0000" size=3D"= 2">)=20 <p>at org.apache.axis.encoding.DeserializationContextImpl.parse(</p></font>= <u><font color=3D"#000080" size=3D"2">DeserializationContextImpl.java:232</= font></u><font color=3D"#ff0000" size=3D"2">)=20 <p>at org.apache.axis.SOAPPart.getAsSOAPEnvelope(</p></font><u><font color= =3D"#000080" size=3D"2">SOAPPart.java:546</font></u><font color=3D"#ff0000"= size=3D"2">)=20 <p>at org.apache.axis.Message.getSOAPEnvelope(</p></font><u><font color=3D"= #000080" size=3D"2">Message.java:377</font></u><font color=3D"#ff0000" size= =3D"2">)=20 <p>at org.apache.axis.client.Call.invokeEngine(</p></font><u><font color=3D= "#000080" size=3D"2">Call.java:2132</font></u><font color=3D"#ff0000" size= =3D"2">)=20 <p>at org.apache.axis.client.Call.invoke(</p></font><u><font color=3D"#0000= 80" size=3D"2">Call.java:2102</font></u><font color=3D"#ff0000" size=3D"2">= )=20 <p>at org.apache.axis.client.Call.invoke(</p></font><u><font color=3D"#0000= 80" size=3D"2">Call.java:1851</font></u><font color=3D"#ff0000" size=3D"2">= )=20 <p>at org.apache.axis.client.Call.invoke(</p></font><u><font color=3D"#0000= 80" size=3D"2">Call.java:1777</font></u><font color=3D"#ff0000" size=3D"2">= )=20 <p>at org.apache.axis.client.Call.invoke(</p></font><u><font color=3D"#0000= 80" size=3D"2">Call.java:1315</font></u><font color=3D"#ff0000" size=3D"2">= )=20 <p>... 4 more</p></font> ------=_Part_6286_3027566.1201368257928--
From [email protected] Thu Mar 05 08:29:41 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99967 invoked from network); 5 Mar 2009 08:29:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Mar 2009 08:29:41 -0000 Received: (qmail 52989 invoked by uid 500); 5 Mar 2009 08:29:41 -0000 Delivered-To: [email protected] Received: (qmail 52814 invoked by uid 500); 5 Mar 2009 08:29:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 52805 invoked by uid 99); 5 Mar 2009 08:29:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2009 00:29:40 -0800 X-ASF-Spam-Status: No, hits=-1.8 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mailgate01.vv.se) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2009 08:29:30 +0000 Received: from BL-VIR8.vagverket.dr.vv.se (bl-vir8.vagverket.dr.vv.se [161.129.204.104]) by mailgate01.vv.se (Postfix) with ESMTP id 0791F59FEC for <[email protected]>; Thu, 5 Mar 2009 09:29:10 +0100 (CET) Received: from bl-mailweb01.vagverket.dr.vv.se (unverified [161.129.204.104]) by BL-VIR8.vagverket.dr.vv.se (Clearswift SMTPRS 5.2.9) with ESMTP id <[email protected]> for <[email protected]>; Thu, 5 Mar 2009 09:29:09 +0100 Received: from bl-mailmbx02.vagverket.dr.vv.se ([161.129.204.104]) by bl-mailweb01.vagverket.dr.vv.se with Microsoft SMTPSVC(5.0.2195.6713); Thu, 5 Mar 2009 09:29:09 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.0.6619.12 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C99D6C.745E9C93" Subject: Log4net exits prematurely when domain unload event handler is used by application Date: Thu, 5 Mar 2009 09:29:09 +0100 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Log4net exits prematurely when domain unload event handler is used by application Thread-Index: Acmda4U83POaJqHeTd6idyvYgSOvRgAAOPCQ References: <[email protected]> From: <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 05 Mar 2009 08:29:09.0549 (UTC) FILETIME=[74A0BDD0:01C99D6C] X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. ------_=_NextPart_001_01C99D6C.745E9C93 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi. There seems to be a problem with logging when an application registers an event handler for the domain unload event or process exit event. Both log4net and the application will be processing these events at the same time and in my application this means that log4net will shut down faster than my application will. Since my application uses logging all the way until it ends this behavior causes my application to crash since the logging framework has already shutdown. This is probably most evident in ASP.NET applications if the Application_End handler is used. Suggested resolution: There is a private method LoggerManager.RegisterAppDomainEvents in log4net. If that method would be changed to public and a corresponding public UnRegisterAppDomainEvents would be added the problem would be solved. The developer could then choose to unregister the event handlers and handle log4net shutdown manually. It would be a simple fix. Does anyone else have these problems or perhaps even a better solution to the problem? Suggestions? Opinions? Best regards, Daniel Haglund ------_=_NextPart_001_01C99D6C.745E9C93 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; = charset=3Dus-ascii"> <META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version = 6.0.6619.12"> <TITLE>Log4net exits prematurely when domain unload event handler is = used by application</TITLE> </HEAD> <BODY> <!-- Converted from text/rtf format --> <P DIR=3DLTR><SPAN LANG=3D"sv"><FONT = FACE=3D"Calibri">Hi.</FONT></SPAN></P> <P DIR=3DLTR><SPAN LANG=3D"sv"></SPAN><SPAN LANG=3D"en-us"><FONT = FACE=3D"Calibri">There seems to be a problem with logging when an = application registers an event handler for the domain unload event or = process exit event. Both log4net and the application will be processing = these events at the same time and in my application this means that = log4net will shut down faster than my application will. Since my = application uses logging all the way until it ends this behavior causes = my application to crash since the logging framework has already = shutdown. This is probably most evident in ASP.NET applications if = the</FONT></SPAN><SPAN LANG=3D"sv"></SPAN><SPAN LANG=3D"sv"></SPAN><SPAN = LANG=3D"sv"></SPAN><SPAN LANG=3D"sv-se"> <FONT SIZE=3D2 FACE=3D"Courier = New">Application_End</FONT></SPAN><SPAN LANG=3D"sv"></SPAN><SPAN = LANG=3D"en-us"> <FONT FACE=3D"Calibri">handler is = used.</FONT></SPAN></P> <P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Calibri">Suggested = resolution:</FONT></SPAN></P> <P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Calibri">There is a = private method</FONT></SPAN><SPAN LANG=3D"sv"></SPAN><SPAN = LANG=3D"sv"></SPAN><SPAN LANG=3D"sv"></SPAN><SPAN LANG=3D"sv-se"> <FONT = SIZE=3D2 FACE=3D"Courier = New">LoggerManager.RegisterAppDomainEvents</FONT></SPAN><SPAN = LANG=3D"sv"></SPAN><SPAN LANG=3D"en-us"><FONT FACE=3D"Calibri"> in = log4net. If that method would be changed to public and a corresponding = public UnRegisterAppDomainEvents would be added the problem would be = solved. The developer could then choose to unregister the event handlers = and handle log4net shutdown manually. It would be a simple = fix.</FONT></SPAN></P> <P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Calibri">Does anyone = else have these problems or perhaps even a better solution to the = problem? Suggestions? Opinions?</FONT></SPAN></P> <P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Calibri">Best = regards,</FONT></SPAN></P> <P DIR=3DLTR><SPAN LANG=3D"sv"></SPAN><SPAN LANG=3D"en-us"><FONT = FACE=3D"Calibri">Daniel Haglund</FONT></SPAN><SPAN = LANG=3D"sv"></SPAN><SPAN LANG=3D"sv"></SPAN><SPAN = LANG=3D"sv"></SPAN><SPAN LANG=3D"sv-se"></SPAN></P> <P DIR=3DLTR><SPAN LANG=3D"sv"></SPAN></P> </BODY> </HTML> ------_=_NextPart_001_01C99D6C.745E9C93-- From [email protected] Thu Mar 05 23:22:25 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10834 invoked from network); 5 Mar 2009 23:22:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Mar 2009 23:22:25 -0000 Received: (qmail 87354 invoked by uid 500); 5 Mar 2009 23:22:24 -0000 Delivered-To: [email protected] Received: (qmail 87329 invoked by uid 500); 5 Mar 2009 23:22:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 87320 invoked by uid 99); 5 Mar 2009 23:22:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2009 15:22:23 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED,WHOIS_NETSOLPR X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2009 23:22:16 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 1CCE5234C48D for <[email protected]>; Thu, 5 Mar 2009 15:21:56 -0800 (PST) Message-ID: <1655970790.1236295316103.JavaMail.jira@brutus> Date: Thu, 5 Mar 2009 15:21:56 -0800 (PST) From: "Richard Dingwall (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LOG4NET-202) AdoNetAppenderParameter.Size Property is not optional MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org AdoNetAppenderParameter.Size Property is not optional ----------------------------------------------------- Key: LOG4NET-202 URL: https://issues.apache.org/jira/browse/LOG4NET-202 Project: Log4net Issue Type: Bug Components: Documentation Affects Versions: 1.2.10 Environment: Windows Server 2008, .NET 3.5 SP1, SQL Server 2008 Reporter: Richard Dingwall The AdoNetAppenderParameter.Size page (http://logging.apache.org/log4net/release/sdk/log4net.Appender.AdoNetAppenderParameter.Size.html) says "This property is optional. If not specified the ADO.NET provider will attempt to infer the size from the value." However, I just got the following exception in the log4net internal debug trace, with the following parameter (maps to a VARCHAR(MAX)): <parameter> <parameterName value="@exception" /> <dbType value="String" /> <layout type="log4net.Layout.ExceptionLayout" /> </parameter> log4net:ERROR [AdoNetAppender] Could not prepare database command [INSERT INTO ....] System.InvalidOperationException: SqlCommand.Prepare method requires all variable length parameters to have an explicitly set non-zero Size. at System.Data.SqlClient.SqlParameter.Prepare(SqlCommand cmd) at System.Data.SqlClient.SqlCommand.Prepare() at log4net.Appender.AdoNetAppender.InitializeDatabaseCommand() This would suggest the Size parameter cannot be null. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Wed Mar 11 02:55:13 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18651 invoked from network); 11 Mar 2009 02:55:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Mar 2009 02:55:13 -0000 Received: (qmail 87420 invoked by uid 500); 11 Mar 2009 02:55:12 -0000 Delivered-To: [email protected] Received: (qmail 87366 invoked by uid 500); 11 Mar 2009 02:55:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 87357 invoked by uid 99); 11 Mar 2009 02:55:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Mar 2009 19:55:12 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Mar 2009 02:55:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id A1376234C003 for <[email protected]>; Tue, 10 Mar 2009 19:54:50 -0700 (PDT) Message-ID: <1225706543.1236740090645.JavaMail.jira@brutus> Date: Tue, 10 Mar 2009 19:54:50 -0700 (PDT) From: "Eric Tuttleman (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (LOG4NET-195) Log4Net Performance comparison with other logging utility In-Reply-To: <412487638.1233727199554.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4NET-195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680736#action_12680736 ] Eric Tuttleman commented on LOG4NET-195: ---------------------------------------- Interesting question Ashish. After thinking about it, I'm trying to figure out if it would actually be faster in a real-world environment. I agree with the idea of trying to simulate real-world by logging bunches of data in a loop, but I have a problem with the assumption that your application would have only a single thread keeping it busy. I understand things will run faster if you have hyper-threading / multi-core machine and don't have a whole lot of threads vying for attention, because the operations involved will be done in parallel. It's important to note though, that the process in total will take more time overall as there's more instructions. It's more computationally expensive to manage threads, context switches, locking etc, than it is to do it in a single thread. So if you measured this in CPU cycles, it would by longer, not shorter. With that in mind I wonder on a busy webserver (usually pretty high thread contention), would this methodology actually be slower as more of the time is spent on context switching? If the machine / vm listened to the lower-priority hint on the thread, it could also make logged messages more prone to loss if an application crash happens. Might not matter in some situations, but I've seen people using log4net to log traces that they may feel is import to have later. What do you guys think? > Log4Net Performance comparison with other logging utility > --------------------------------------------------------- > > Key: LOG4NET-195 > URL: https://issues.apache.org/jira/browse/LOG4NET-195 > Project: Log4net > Issue Type: Test > Affects Versions: 1.2.10 > Environment: .Net Framework 2.0, VS 2005, Windows XP > Reporter: Ashish Khandelwal > Priority: Critical > Attachments: Log4Net_Vs_nSpring.zip > > > I developed one utility to compare the performance between Log4Net and nSpring(another logging utility). The result I saw is surprise to me - Log4Net took more time than nSpring. It is surprise because "Log4net claims to be fast and flexible: speed first, flexibility second." > Log4Net says: (http://logging.apache.org/log4net/release/manual/internals.html) > One of the often-cited arguments against logging is its computational cost. This is a legitimate concern as even moderately sized applications can generate thousands of log requests. Much effort was spent measuring and tweaking logging performance. Log4net claims to be fast and flexible: speed first, flexibility second. > Although test is saying Log4Net takes more time, I am still not convinced with the result achieved, considering the fact; Log4Net is widely accepted by the industry and known for its speed, reliability and flexibility. > I would like to know why Log4Net is taking more time, we might be missing any setting or other which can boost the performance. Can you please help to know the reason? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Wed Mar 11 02:57:41 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19020 invoked from network); 11 Mar 2009 02:57:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Mar 2009 02:57:41 -0000 Received: (qmail 88327 invoked by uid 500); 11 Mar 2009 02:57:41 -0000 Delivered-To: [email protected] Received: (qmail 88298 invoked by uid 500); 11 Mar 2009 02:57:41 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 88288 invoked by uid 99); 11 Mar 2009 02:57:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Mar 2009 19:57:41 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO chpagon10.pago.ch) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Mar 2009 02:57:34 +0000 Subject: Martin Hutter/Switzerland/PAGO ist =?ISO-8859-1?Q?au=DFer_Haus=2E?= From: [email protected] To: "Log4NET Dev" <[email protected]> Message-ID: <[email protected]> Date: Wed, 11 Mar 2009 03:57:10 +0100 X-MIMETrack: Serialize by Router on CHPAGON10/Switzerland/PAGO(Release 6.5.3FP1|December 15, 2004) at 11.03.2009 03:57:34 MIME-Version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Ich werde ab 11.03.2009 nicht im B=FCro sein. Ich kehre zur=FCck am 14.03.2009. I am currently not in the office, but I will be back next week. Wichtige Meldungen bitte an: Important Mails to: [email protected]= From [email protected] Thu Mar 12 02:35:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99330 invoked from network); 12 Mar 2009 02:35:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Mar 2009 02:35:14 -0000 Received: (qmail 31533 invoked by uid 500); 12 Mar 2009 02:35:14 -0000 Delivered-To: [email protected] Received: (qmail 31497 invoked by uid 500); 12 Mar 2009 02:35:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 31488 invoked by uid 99); 12 Mar 2009 02:35:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Mar 2009 19:35:13 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO rv-out-0708.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Mar 2009 02:35:07 +0000 Received: by rv-out-0708.google.com with SMTP id k29so299104rvb.10 for <[email protected]>; Wed, 11 Mar 2009 19:34:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=Oo1/5iAI9xEv8WVRXPgnwqi6Y3jCtfXVEdP89Uy3bbw=; b=JFpK1HSnFevJ8TWZ+6zb3PTIJqm0w1jViNKweHhYnSxXlRbYsni9zdff29iXzuz+Jy UI85+7QyyvP11RCgTQQH2edrzaPnKoR5Ru9u0X3mKZISLDg9YLp5/sY8LKcvxVG019kC ItfiPB5rx/tZhRpp9uDeSYFNx0VFD7gImwwhU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=kS9RYOLZ+P87Y+B1zWISIxLWEZ4Eg1BzBnQyQzddfNDxL4sU7ljynoJQBhwpjJZA5A 5bw0bv7Xms7AJauXTb+ychPY7oGPCgZoGHpcintY3qhQeYKD1RWWqB6kj88lshwZHI2m oMVn7v8URs7WoANZDVHFLY3I3EIN9C4dhiP2k= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id d1mr4738806rvl.110.1236825286795; Wed, 11 Mar 2009 19:34:46 -0700 (PDT) Date: Thu, 12 Mar 2009 15:34:46 +1300 Message-ID: <[email protected]> Subject: use my own ILog implementation From: steven higgan <[email protected]> To: Log4NET Dev <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org What I want to do (and I am completely unsure about how to do it) is that when I call : static log4net.ILog log = log4net.LogManager.GetLogger("myloggername"); I want the instance of ILog that I get back to be my own implementation of ILog So how do I go about telling that how to create my instance ? can we provide a factory or even a func? thanks. From [email protected] Thu Mar 12 15:27:17 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48314 invoked from network); 12 Mar 2009 15:27:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Mar 2009 15:27:17 -0000 Received: (qmail 33637 invoked by uid 500); 12 Mar 2009 15:27:16 -0000 Delivered-To: [email protected] Received: (qmail 33597 invoked by uid 500); 12 Mar 2009 15:27:16 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 33588 invoked by uid 99); 12 Mar 2009 15:27:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Mar 2009 08:27:16 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO tx251-cr1.mx.dnspark.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Mar 2009 15:27:07 +0000 Received: by tx251-cr1.mx.dnspark.net (Postfix, from userid 45) id 6C111F3B72; Thu, 12 Mar 2009 10:26:44 -0500 (CDT) Received: from roychastain.org (adsl-065-012-171-143.sip.asm.bellsouth.net [161.129.204.104]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by tx251-cr1.mx.dnspark.net (Postfix) with ESMTPSA id 2A85BF3A8D for <[email protected]>; Thu, 12 Mar 2009 10:26:44 -0500 (CDT) Content-class: urn:content-classes:message Subject: RE: use my own ILog implementation Date: Thu, 12 Mar 2009 11:26:42 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Message-ID: <[email protected]> In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MimeOLE: Produced By Microsoft Exchange V6.5 X-MS-TNEF-Correlator: Thread-Topic: use my own ILog implementation Thread-Index: AcmiuzIMto8/7yumQzW+xixrS/+3LAAap4MQ References: <[email protected]> From: "Roy Chastain" <[email protected]> To: "Log4NET Dev" <[email protected]> X-Sanitizer: DNS Park mail filtering. For more information see X-Sanitizer: http://www.dnspark.com/services/mailProtection.php X-Virus-Checked: Checked by ClamAV on apache.org Steven, We have code that does what you want. It was written several years ago by someone who claimed to understand log4Net. I don't know if this is the only way, the right way or just a way that happens to work. We have our own LogManager class that has 4 static methods public static MyLogger GetLogger (System.Reflection.Assembly assembly, string name) { return WrapLogger(log4net.Core.LoggerManager.GetLogger(assembly, name)); } public static MyLogger GetLogger (Type logging_type) { return GetLogger(System.Reflection.Assembly.GetCallingAssembly(), logging_type.FullName); } =09 public static MyLogger WrapLogger (log4net.Core.ILogger logger) { return (MyLogger)my_wrappers.GetWrapper(logger); } =09 private static log4net.Core.ILoggerWrapper WrapperCreation (log4net.Core.ILogger logger) { return new MyLogger(logger); } =09 and this private static readonly log4net.Core.WrapperMap my_wrappers =3D new log4net.Core.WrapperMap(new log4net.Core.WrapperCreationHandler(WrapperCreation)); MyLogger is a class that derives from log4net.Core.LogImpl Instead of calling log4net.LogManager.GetLogger("myloggername") we call our own LogManager class. You would need to add the GetLogger to match your prototype of just a string name. I will freely admit that I don't understand the whole wrapper part. HTH ------------------------------------------------------------------------ ---------- Roy Chastain -----Original Message----- From: steven higgan [mailto:[email protected]]=20 Sent: Wednesday, March 11, 2009 22:35 To: Log4NET Dev Subject: use my own ILog implementation What I want to do (and I am completely unsure about how to do it) is that when I call : static log4net.ILog log =3D log4net.LogManager.GetLogger("myloggername"); I want the instance of ILog that I get back to be my own implementation of ILog So how do I go about telling that how to create my instance ? can we provide a factory or even a func? thanks. From [email protected] Fri Mar 13 11:22:21 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 98292 invoked from network); 13 Mar 2009 11:22:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Mar 2009 11:22:21 -0000 Received: (qmail 14125 invoked by uid 500); 13 Mar 2009 11:22:21 -0000 Delivered-To: [email protected] Received: (qmail 14089 invoked by uid 500); 13 Mar 2009 11:22:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 14080 invoked by uid 99); 13 Mar 2009 11:22:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Mar 2009 04:22:20 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Mar 2009 11:22:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 8197B234C041 for <[email protected]>; Fri, 13 Mar 2009 04:21:50 -0700 (PDT) Message-ID: <338935066.1236943310516.JavaMail.jira@brutus> Date: Fri, 13 Mar 2009 04:21:50 -0700 (PDT) From: "Ashish Khandelwal (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (LOG4NET-195) Log4Net Performance comparison with other logging utility In-Reply-To: <412487638.1233727199554.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4NET-195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12681679#action_12681679 ] Ashish Khandelwal commented on LOG4NET-195: ------------------------------------------- Good point you raise Eric. To answer your questions: Above code is just an example and saying about the design. It is not full code. For example: code is missing to put this thread on Sleep for some time if no message in arraylist. It was my assumption that before somebody uses above code/design he/she will correct the code and make the changes to meet the requirement. I am sure that application will not be hanged/busy. I have already implemented same design in my multithreaded and single threaded applications, and these applications log millions of messages daily. We found that performance have improved at great level with this design. (Without this design it was talking 400 milliseconds for 10000 messages and with this design it start taking only 50 milliseconds) About losing some of the message when application crash, developer should use "AppDomain.CurrentDomain.ProcessExit" and "AppDomain.CurrentDomain.DomainUnload" events. When this event executes make sure that all messages are logged into the log file and then only return from this event. Remember, log4net also uses these events to remove/close all loggers, so you need to deregister these events from Log4Net. Again, I am just giving a concept, it is people responsibility to understand the concept and do not just COPY and PASTE this. > Log4Net Performance comparison with other logging utility > --------------------------------------------------------- > > Key: LOG4NET-195 > URL: https://issues.apache.org/jira/browse/LOG4NET-195 > Project: Log4net > Issue Type: Test > Affects Versions: 1.2.10 > Environment: .Net Framework 2.0, VS 2005, Windows XP > Reporter: Ashish Khandelwal > Priority: Critical > Attachments: Log4Net_Vs_nSpring.zip > > > I developed one utility to compare the performance between Log4Net and nSpring(another logging utility). The result I saw is surprise to me - Log4Net took more time than nSpring. It is surprise because "Log4net claims to be fast and flexible: speed first, flexibility second." > Log4Net says: (http://logging.apache.org/log4net/release/manual/internals.html) > One of the often-cited arguments against logging is its computational cost. This is a legitimate concern as even moderately sized applications can generate thousands of log requests. Much effort was spent measuring and tweaking logging performance. Log4net claims to be fast and flexible: speed first, flexibility second. > Although test is saying Log4Net takes more time, I am still not convinced with the result achieved, considering the fact; Log4Net is widely accepted by the industry and known for its speed, reliability and flexibility. > I would like to know why Log4Net is taking more time, we might be missing any setting or other which can boost the performance. Can you please help to know the reason? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Fri Mar 13 19:27:17 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63550 invoked from network); 13 Mar 2009 19:27:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 13 Mar 2009 19:27:16 -0000 Received: (qmail 73965 invoked by uid 500); 13 Mar 2009 19:27:14 -0000 Delivered-To: [email protected] Received: (qmail 73620 invoked by uid 500); 13 Mar 2009 19:27:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 73450 invoked by uid 99); 13 Mar 2009 19:27:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Mar 2009 12:27:12 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Mar 2009 19:27:12 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id E0C40234C04C for <[email protected]>; Fri, 13 Mar 2009 12:26:51 -0700 (PDT) Message-ID: <443462702.1236972411919.JavaMail.jira@brutus> Date: Fri, 13 Mar 2009 12:26:51 -0700 (PDT) From: "Ron Grabowski (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (LOG4NET-146) System.NullReferenceException on FindAndRender object In-Reply-To: <1318665389.1207828448854.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4NET-146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Grabowski resolved LOG4NET-146. ----------------------------------- Resolution: Cannot Reproduce I took a look at DefaultRenderer and it looks like the appropriate null checks are in place. Open another ticket if you, or someone else, can provide more information what was being rendered. > System.NullReferenceException on FindAndRender object > ----------------------------------------------------- > > Key: LOG4NET-146 > URL: https://issues.apache.org/jira/browse/LOG4NET-146 > Project: Log4net > Issue Type: Bug > Components: Core > Affects Versions: 1.2.10 > Environment: Windows 2003 Server Release 2 > Oracle ODP Version (Oracle.DataAccess.dll) 161.129.204.104 > .Net 1.1.4332 > Reporter: Matthias Krause > Fix For: 1.2.11 > > > Get following error text: > <log4net.Error>Exception rendering object type [System.NullReferenceException]<stackTrace>System.NullReferenceException: Object reference not set to an instance of an object. > at System.Diagnostics.StackTrace.GetStackFramesInternal(StackFrameHelper sfh, Int32 iSkip, Exception e) > at System.Diagnostics.StackTrace.CaptureStackTrace(Int32 iSkip, Boolean fNeedFileInfo, Thread targetThread, Exception e) > at System.Diagnostics.StackTrace..ctor(Exception e, Boolean fNeedFileInfo) > at System.Environment.GetStackTrace(Exception e) > at System.Environment.GetStackTrace(Exception e) > at System.Exception.get_StackTrace() > at System.Exception.ToString() > at System.Exception.ToString() > at log4net.ObjectRenderer.DefaultRenderer.RenderObject(RendererMap rendererMap, Object obj, TextWriter writer) > at log4net.ObjectRenderer.RendererMap.FindAndRender(Object obj, TextWriter writer)</stackTrace></log4net.Error> > Exception come form a OracleDataAdapter Fill call from a C# application. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sat Mar 14 00:45:12 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75347 invoked from network); 14 Mar 2009 00:45:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Mar 2009 00:45:12 -0000 Received: (qmail 34383 invoked by uid 500); 14 Mar 2009 00:45:12 -0000 Delivered-To: [email protected] Received: (qmail 34228 invoked by uid 500); 14 Mar 2009 00:45:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 34217 invoked by uid 99); 14 Mar 2009 00:45:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Mar 2009 17:45:11 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Mar 2009 00:45:10 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 76FE2234C041 for <[email protected]>; Fri, 13 Mar 2009 17:44:50 -0700 (PDT) Message-ID: <1729307710.1236991490473.JavaMail.jira@brutus> Date: Fri, 13 Mar 2009 17:44:50 -0700 (PDT) From: "Ron Grabowski (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (LOG4NET-135) Bad example code in documentation In-Reply-To: <14092751.1200315153867.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4NET-135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12681961#action_12681961 ] Ron Grabowski commented on LOG4NET-135: --------------------------------------- Any time appendToFile is set to False (when either explicitly set or with rollingStyle=Once) a new file will be created when the application starts. The example is using rollingStyle=Size to illustrate that you can always roll a file even if you create a new one for each program start. Log files become difficult to manage when they get to be a couple hundred megabytes. Being able to roll those at regular intervals is always helpful. I'll see about making a simpler example. > Bad example code in documentation > --------------------------------- > > Key: LOG4NET-135 > URL: https://issues.apache.org/jira/browse/LOG4NET-135 > Project: Log4net > Issue Type: Bug > Components: Appenders, Documentation > Affects Versions: 1.2.10 > Reporter: Ansgar Flack > Assignee: Ron Grabowski > Priority: Minor > Fix For: 1.2.11 > > > http://logging.apache.org/log4net/release/config-examples.html > The last code example under "RollingFileAppender" seems to be wrong. Shouldn't it be: > <rollingStyle value="Once" /> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sat Mar 14 00:53:39 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76383 invoked from network); 14 Mar 2009 00:53:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Mar 2009 00:53:38 -0000 Received: (qmail 40220 invoked by uid 500); 14 Mar 2009 00:53:38 -0000 Delivered-To: [email protected] Received: (qmail 40191 invoked by uid 500); 14 Mar 2009 00:53:38 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 40182 invoked by uid 500); 14 Mar 2009 00:53:38 -0000 Delivered-To: [email protected] Received: (qmail 40179 invoked by uid 99); 14 Mar 2009 00:53:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Mar 2009 17:53:38 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Mar 2009 00:53:36 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7E4A22388A50; Sat, 14 Mar 2009 00:53:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r753479 - /logging/log4net/trunk/xdocs/src/release/config-examples.xml Date: Sat, 14 Mar 2009 00:53:15 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: rgrabowski Date: Sat Mar 14 00:53:14 2009 New Revision: 753479 URL: http://svn.apache.org/viewvc?rev=753479&view=rev Log: Fix for LOG4NET-135. Improve documentation for resetting log file once per application run. Modified: logging/log4net/trunk/xdocs/src/release/config-examples.xml Modified: logging/log4net/trunk/xdocs/src/release/config-examples.xml URL: http://svn.apache.org/viewvc/logging/log4net/trunk/xdocs/src/release/config-examples.xml?rev=753479&r1=753478&r2=753479&view=diff ============================================================================== --- logging/log4net/trunk/xdocs/src/release/config-examples.xml (original) +++ logging/log4net/trunk/xdocs/src/release/config-examples.xml Sat Mar 14 00:53:14 2009 @@ -863,6 +863,23 @@ </layout> </appender> ]]></source> + <p> + A more basic approach to once per application rolling is to use a <span class="code">FileAppender</span> + with <span class="code">appendToFile</span> set to <span class="code">false</span> or set the + RollingFileAppender's <span class="code">rollingStyle</span> property to <span class="code">false</span>. + </p> + <source language="xml"> + <![CDATA[ +<appender name="RollingLogFileAppender" type="log4net.Appender.RollingFileAppender"> + <file value="logfile.txt" /> + <rollingStyle value="Once" /> + <layout type="log4net.Layout.PatternLayout"> + <conversionPattern value="%date [%thread] %-5level %logger [%property{NDC}] - %message%newline" /> + </layout> +</appender> + ]]> + </source> + </section> <section id="smtpappender" name="SmtpAppender"> From [email protected] Sat Mar 14 00:57:12 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76867 invoked from network); 14 Mar 2009 00:57:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Mar 2009 00:57:12 -0000 Received: (qmail 43723 invoked by uid 500); 14 Mar 2009 00:57:11 -0000 Delivered-To: [email protected] Received: (qmail 43694 invoked by uid 500); 14 Mar 2009 00:57:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 43635 invoked by uid 99); 14 Mar 2009 00:57:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Mar 2009 17:57:11 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Mar 2009 00:57:10 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 8B96D234C055 for <[email protected]>; Fri, 13 Mar 2009 17:56:50 -0700 (PDT) Message-ID: <1965685066.1236992210570.JavaMail.jira@brutus> Date: Fri, 13 Mar 2009 17:56:50 -0700 (PDT) From: "Ron Grabowski (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (LOG4NET-135) Bad example code in documentation In-Reply-To: <14092751.1200315153867.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4NET-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Grabowski resolved LOG4NET-135. ----------------------------------- Resolution: Fixed Fixed in r753479. Added additional documentation and example explaining the most basic way to get a once per application run log file is to set appendToFile=false (which is what rollingStyle=Once does). > Bad example code in documentation > --------------------------------- > > Key: LOG4NET-135 > URL: https://issues.apache.org/jira/browse/LOG4NET-135 > Project: Log4net > Issue Type: Bug > Components: Appenders, Documentation > Affects Versions: 1.2.10 > Reporter: Ansgar Flack > Assignee: Ron Grabowski > Priority: Minor > Fix For: 1.2.11 > > > http://logging.apache.org/log4net/release/config-examples.html > The last code example under "RollingFileAppender" seems to be wrong. Shouldn't it be: > <rollingStyle value="Once" /> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sat Mar 14 00:57:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76932 invoked from network); 14 Mar 2009 00:57:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Mar 2009 00:57:14 -0000 Received: (qmail 43895 invoked by uid 500); 14 Mar 2009 00:57:13 -0000 Delivered-To: [email protected] Received: (qmail 43872 invoked by uid 500); 14 Mar 2009 00:57:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 43863 invoked by uid 99); 14 Mar 2009 00:57:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Mar 2009 17:57:13 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Mar 2009 00:57:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 8A2CA234C04C for <[email protected]>; Fri, 13 Mar 2009 17:56:50 -0700 (PDT) Message-ID: <1763239174.1236992210564.JavaMail.jira@brutus> Date: Fri, 13 Mar 2009 17:56:50 -0700 (PDT) From: "Scott Alexander (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LOG4NET-203) RollingFileAppender does not roll more than one time when PreserveLogFileNameExtension is true MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org RollingFileAppender does not roll more than one time when PreserveLogFileNameExtension is true ---------------------------------------------------------------------------------------------- Key: LOG4NET-203 URL: https://issues.apache.org/jira/browse/LOG4NET-203 Project: Log4net Issue Type: Bug Components: Appenders Environment: I'm using the trunk Reporter: Scott Alexander Method InitializeFromOneFile in RollingFileAppender.cs does not take into account the file extension. To repro setup an appender like so var appender = new DevicePointValueCsvAppender { MaxFileSize = ConfigurationManager.AppSettings[MaxFileSizeName].IfNotNull(max => OptionConverter.ToFileSize(max, DefaultMaxFileSize), DefaultMaxFileSize), MaxSizeRollBackups = 6,// ConfigurationManager.AppSettings[MaxSizeRollBackupsName].IfNotNull(max => Int32.Parse(max), DefaultMaxSizeRollBackups), Layout = new PatternLayout { ConversionPattern = PatternLayout.DefaultConversionPattern }, File = String.Format(CultureInfo.InvariantCulture, FileNameFormat, modbusMasterName), RollingStyle = RollingFileAppender.RollingMode.Composite, PreserveLogFileNameExtension = true, StaticLogFileName = false, AppendToFile = false }; When the logger initializes the call to InitializeRollBackups is made whic incorrectly calculates the pre-existing number of backups, due to the fact that the file extension is being included in the following line if (! curFileName.StartsWith(CombinePath(baseFile, m_dateTime.Now.ToString(m_datePattern, System.Globalization.DateTimeFormatInfo.InvariantInfo)))) The previous line should be replaced with something like the following string baseComparison = CombinePath(baseFile, m_dateTime.Now.ToString(m_datePattern, System.Globalization.DateTimeFormatInfo.InvariantInfo)); if (m_preserveLogFileNameExtension) baseComparison = Path.GetFileNameWithoutExtension(baseComparison); if (! curFileName.StartsWith(baseComparison)) Thanks -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sat Mar 14 15:00:23 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18051 invoked from network); 14 Mar 2009 15:00:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Mar 2009 15:00:23 -0000 Received: (qmail 37505 invoked by uid 500); 14 Mar 2009 15:00:23 -0000 Delivered-To: [email protected] Received: (qmail 37341 invoked by uid 500); 14 Mar 2009 15:00:21 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 37332 invoked by uid 99); 14 Mar 2009 15:00:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Mar 2009 08:00:21 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Mar 2009 15:00:20 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id A754E234C00E for <[email protected]>; Sat, 14 Mar 2009 08:00:00 -0700 (PDT) Message-ID: <1833525570.1237042800680.JavaMail.jira@brutus> Date: Sat, 14 Mar 2009 08:00:00 -0700 (PDT) From: "Ron Grabowski (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (LOG4NET-177) How to get the pattern convert string form layout? In-Reply-To: <167449863.1223280704493.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4NET-177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Grabowski resolved LOG4NET-177. ----------------------------------- Resolution: Invalid loggingEvent.RenderedMessage > How to get the pattern convert string form layout? > -------------------------------------------------- > > Key: LOG4NET-177 > URL: https://issues.apache.org/jira/browse/LOG4NET-177 > Project: Log4net > Issue Type: Test > Affects Versions: 1.2.10 > Reporter: anvy0314 > Original Estimate: 48h > Remaining Estimate: 48h > > Hi, I want to get the whole string after pattern format, how to do it, thanks! > Like this string "2008-10-06 15:50:45,875 [161.129.204.104] DEBUG PingTestLogger..." before write to the log file. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sat Mar 14 15:30:20 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25398 invoked from network); 14 Mar 2009 15:30:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Mar 2009 15:30:20 -0000 Received: (qmail 57743 invoked by uid 500); 14 Mar 2009 15:30:20 -0000 Delivered-To: [email protected] Received: (qmail 57709 invoked by uid 500); 14 Mar 2009 15:30:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 57699 invoked by uid 99); 14 Mar 2009 15:30:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Mar 2009 08:30:20 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED,WHOIS_NETSOLPR X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Mar 2009 15:30:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 6C1A6234C00E for <[email protected]>; Sat, 14 Mar 2009 08:29:50 -0700 (PDT) Message-ID: <698032389.1237044590412.JavaMail.jira@brutus> Date: Sat, 14 Mar 2009 08:29:50 -0700 (PDT) From: "Ron Grabowski (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (LOG4NET-202) AdoNetAppenderParameter.Size Property is not optional In-Reply-To: <1655970790.1236295316103.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4NET-202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682055#action_12682055 ] Ron Grabowski commented on LOG4NET-202: --------------------------------------- Have you tried using SqlDbType.Text and/or a size of -1? http://stackoverflow.com/questions/596257/what-sqldbtype-maps-to-varcharmax > AdoNetAppenderParameter.Size Property is not optional > ----------------------------------------------------- > > Key: LOG4NET-202 > URL: https://issues.apache.org/jira/browse/LOG4NET-202 > Project: Log4net > Issue Type: Bug > Components: Documentation > Affects Versions: 1.2.10 > Environment: Windows Server 2008, .NET 3.5 SP1, SQL Server 2008 > Reporter: Richard Dingwall > Original Estimate: 0.5h > Remaining Estimate: 0.5h > > The AdoNetAppenderParameter.Size page (http://logging.apache.org/log4net/release/sdk/log4net.Appender.AdoNetAppenderParameter.Size.html) says "This property is optional. If not specified the ADO.NET provider will attempt to infer the size from the value." > However, I just got the following exception in the log4net internal debug trace, with the following parameter (maps to a VARCHAR(MAX)): > <parameter> > <parameterName value="@exception" /> > <dbType value="String" /> > <layout type="log4net.Layout.ExceptionLayout" /> > </parameter> > log4net:ERROR [AdoNetAppender] Could not prepare database command [INSERT INTO ....] > System.InvalidOperationException: SqlCommand.Prepare method requires all variable length parameters to have an explicitly set non-zero Size. > at System.Data.SqlClient.SqlParameter.Prepare(SqlCommand cmd) > at System.Data.SqlClient.SqlCommand.Prepare() > at log4net.Appender.AdoNetAppender.InitializeDatabaseCommand() > This would suggest the Size parameter cannot be null. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sat Mar 14 15:54:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31874 invoked from network); 14 Mar 2009 15:54:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Mar 2009 15:54:14 -0000 Received: (qmail 74523 invoked by uid 500); 14 Mar 2009 15:54:13 -0000 Delivered-To: [email protected] Received: (qmail 74488 invoked by uid 500); 14 Mar 2009 15:54:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 74057 invoked by uid 99); 14 Mar 2009 15:54:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Mar 2009 08:54:12 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Mar 2009 15:54:10 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 8F7EC234C056 for <[email protected]>; Sat, 14 Mar 2009 08:53:50 -0700 (PDT) Message-ID: <1620471046.1237046030586.JavaMail.jira@brutus> Date: Sat, 14 Mar 2009 08:53:50 -0700 (PDT) From: "Ron Grabowski (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (LOG4NET-200) Log4Net Dll stops logging after 1 or 2 days In-Reply-To: <1907999649.1234533119760.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4NET-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682061#action_12682061 ] Ron Grabowski commented on LOG4NET-200: --------------------------------------- Have you thought about writing an error handler that sends an email when an appender goes offline? public class SendMailOnceErrorHandler : IErrorHandler { private bool firstTime = true; public void Error(string message, Exception e, ErrorCode errorCode) { if (firstTime) { // sendMail(message, e, errorCode); firstTime = false; if (LogLog.InternalDebugging && !LogLog.QuietMode) { LogLog.Error(declaringType, "[" + m_prefix + "] ErrorCode: " + errorCode.ToString() + ". " + message, e); } } } public void Error(string message, Exception e) { Error(message, e, ErrorCode.GenericFailure); } public void Error(string message) { Error(message, null, ErrorCode.GenericFailure); } } > Log4Net Dll stops logging after 1 or 2 days > ------------------------------------------- > > Key: LOG4NET-200 > URL: https://issues.apache.org/jira/browse/LOG4NET-200 > Project: Log4net > Issue Type: Bug > Components: Appenders > Affects Versions: 1.2.10 > Environment: IIS 6.0 > Windows server 2003 (SP1) > .Net Framework 2.0 Web Application > Reporter: Christophe Chevalier > Priority: Critical > Fix For: v.Next > > Original Estimate: 96h > Remaining Estimate: 96h > > Observation : The Log4Net service stops logging after 1 or 2 days > Server reboot fixes the problem. > IIS services reboot doesn't fix the problem. > The internal debug mode doesn't give us any information, because of the problem is not reproductible. > We use the RollingFileAppender and EventLogAppender classes. > Have you any information about this (general) issue ? > Thank you > Regards -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sat Mar 14 16:16:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36779 invoked from network); 14 Mar 2009 16:16:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Mar 2009 16:16:14 -0000 Received: (qmail 89261 invoked by uid 500); 14 Mar 2009 16:16:14 -0000 Delivered-To: [email protected] Received: (qmail 89232 invoked by uid 500); 14 Mar 2009 16:16:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 89223 invoked by uid 99); 14 Mar 2009 16:16:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Mar 2009 09:16:14 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Mar 2009 16:16:12 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 68F79234C00E for <[email protected]>; Sat, 14 Mar 2009 09:15:50 -0700 (PDT) Message-ID: <565410843.1237047350422.JavaMail.jira@brutus> Date: Sat, 14 Mar 2009 09:15:50 -0700 (PDT) From: "Ron Grabowski (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (LOG4NET-197) Download of 1.2.10 [email protected] and zip does not open - therefore can't use s/w In-Reply-To: <(713)803-7741.1233923521916.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4NET-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682063#action_12682063 ] Ron Grabowski commented on LOG4NET-197: --------------------------------------- Here are my wget debug logs from a computer in Colorado (western United States) and Ohio (eastern United States): Connecting to archive.apache.org:80... Caching archive.apache.org <-> 161.129.204.104 ---request end--- HTTP request sent, awaiting response... HTTP/1.1 200 OK Date: Sat, 14 Mar 2009 15:57:22 GMT Server: Apache/2.2.9 (Unix) Last-Modified: Sun, 30 Dec 2007 19:43:36 GMT ETag: "14890-7d2d38-4428624b90a00" Accept-Ranges: bytes Content-Length: 8203576 Keep-Alive: timeout=5, max=100 Connection: Keep-Alive Content-Type: application/zip Found archive.apache.org in host_name_address_map: 161.129.204.104 Registered fd 1948 for persistent reuse. Length: 8,203,576 [application/zip] 0K .......... .......... .......... .......... .......... 0% @ 49.21 KB/s 50K .......... .......... .......... .......... .......... 1% @ 82.10 KB/s 100K .......... .......... .......... .......... .......... 1% @ 81.97 KB/s [snip] 4650K .......... .......... .......... .......... .......... 58% @ 78.00 KB/s 4700K .......... .......... .......... .......... .......... 59% @ 24.62 KB/s 4750K .......... .......... .......... .......... .......... 59% @ 34.79 KB/s 4800K ........ 60% @ 42.55 KB/s 11:58:58 (51.79 KB/s) - Connection closed at byte 4923392. Retrying. And then from a computer in Ohio: Caching archive.apache.org => 161.129.204.104 Connecting to archive.apache.org|161.129.204.104|:80... seconds 0.00, connected. ---request end--- HTTP request sent, awaiting response... ---response begin--- HTTP/1.1 200 OK Date: Sat, 14 Mar 2009 16:05:47 GMT Server: Apache/2.2.9 (Unix) Last-Modified: Sun, 30 Dec 2007 19:43:36 GMT ETag: "14890-7d2d38-4428624b90a00" Accept-Ranges: bytes Content-Length: 8203576 Keep-Alive: timeout=5, max=100 Connection: Keep-Alive Content-Type: application/zip ---response end--- 200 OK Registered socket 1940 for persistent reuse. Length: 8,203,576 (7.8M) [application/zip] 100%[====================================>] 8,203,576 1.86M/s ETA 00:00 12:05:52 (1.68 MB/s) - `incubating-log4net-1.2.10.zip' saved [8203576/8203576] It looks like "161.129.204.104" works correctly while "161.129.204.104" does not. Is everyone getting errors at 4923392? > Download of 1.2.10 [email protected] and zip does not open - therefore can't use s/w > -------------------------------------------------------------------------------- > > Key: LOG4NET-197 > URL: https://issues.apache.org/jira/browse/LOG4NET-197 > Project: Log4net > Issue Type: Task > Components: Core > Affects Versions: 1.2.10 > Environment: IE7, Firefox, Vista > Reporter: James Stewart > Original Estimate: 0.5h > Remaining Estimate: 0.5h > > Simply, the download from http://logging.apache.org/log4net/download.html is not working; the d/load fails at about 4.8M and so I can't use the s/w in any way. I also do not get a list of mirrors as suggested and can't find anywhere else to download from. Help! > Apologies if this is not teh right place to report this, but it is a bit of a "Blocker" -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sat Mar 14 17:09:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 47673 invoked from network); 14 Mar 2009 17:09:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Mar 2009 17:09:13 -0000 Received: (qmail 29729 invoked by uid 500); 14 Mar 2009 17:09:13 -0000 Delivered-To: [email protected] Received: (qmail 29693 invoked by uid 500); 14 Mar 2009 17:09:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 29683 invoked by uid 99); 14 Mar 2009 17:09:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Mar 2009 10:09:13 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Mar 2009 17:09:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 7F1B9234C041 for <[email protected]>; Sat, 14 Mar 2009 10:08:50 -0700 (PDT) Message-ID: <827869372.1237050530505.JavaMail.jira@brutus> Date: Sat, 14 Mar 2009 10:08:50 -0700 (PDT) From: "Ron Grabowski (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (LOG4NET-196) Remote Logging Stuff doesn't seem to have anyway to work between AppDomains In-Reply-To: <1805534663.1233888359548.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4NET-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682070#action_12682070 ] Ron Grabowski commented on LOG4NET-196: --------------------------------------- Can you give a better example of what you think needs changed? > Remote Logging Stuff doesn't seem to have anyway to work between AppDomains > --------------------------------------------------------------------------- > > Key: LOG4NET-196 > URL: https://issues.apache.org/jira/browse/LOG4NET-196 > Project: Log4net > Issue Type: Bug > Reporter: Jerome Haltom > > There's no way to obtain a proper url to a IRemoteLoggignSink that ends up being published in the local app domain. > There needs to be a way to set the IRemoteLoggingSink instance specifically, managing the remoting yourself. This would solve it easily. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sat Mar 14 17:15:15 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48461 invoked from network); 14 Mar 2009 17:15:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Mar 2009 17:15:11 -0000 Received: (qmail 32287 invoked by uid 500); 14 Mar 2009 17:15:11 -0000 Delivered-To: [email protected] Received: (qmail 32249 invoked by uid 500); 14 Mar 2009 17:15:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 32240 invoked by uid 99); 14 Mar 2009 17:15:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Mar 2009 10:15:11 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Mar 2009 17:15:10 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 69D69234C041 for <[email protected]>; Sat, 14 Mar 2009 10:14:50 -0700 (PDT) Message-ID: <195368993.1237050890425.JavaMail.jira@brutus> Date: Sat, 14 Mar 2009 10:14:50 -0700 (PDT) From: "Ron Grabowski (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (LOG4NET-195) Log4Net Performance comparison with other logging utility In-Reply-To: <412487638.1233727199554.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4NET-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Grabowski resolved LOG4NET-195. ----------------------------------- Resolution: Later Thanks for the discussion. There will eventually be an async appender in log4net. If you have specific questions about log4net performance the discussion lists are a better place to talk. > Log4Net Performance comparison with other logging utility > --------------------------------------------------------- > > Key: LOG4NET-195 > URL: https://issues.apache.org/jira/browse/LOG4NET-195 > Project: Log4net > Issue Type: Test > Affects Versions: 1.2.10 > Environment: .Net Framework 2.0, VS 2005, Windows XP > Reporter: Ashish Khandelwal > Priority: Critical > Attachments: Log4Net_Vs_nSpring.zip > > > I developed one utility to compare the performance between Log4Net and nSpring(another logging utility). The result I saw is surprise to me - Log4Net took more time than nSpring. It is surprise because "Log4net claims to be fast and flexible: speed first, flexibility second." > Log4Net says: (http://logging.apache.org/log4net/release/manual/internals.html) > One of the often-cited arguments against logging is its computational cost. This is a legitimate concern as even moderately sized applications can generate thousands of log requests. Much effort was spent measuring and tweaking logging performance. Log4net claims to be fast and flexible: speed first, flexibility second. > Although test is saying Log4Net takes more time, I am still not convinced with the result achieved, considering the fact; Log4Net is widely accepted by the industry and known for its speed, reliability and flexibility. > I would like to know why Log4Net is taking more time, we might be missing any setting or other which can boost the performance. Can you please help to know the reason? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sat Mar 14 17:17:13 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48909 invoked from network); 14 Mar 2009 17:17:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Mar 2009 17:17:13 -0000 Received: (qmail 34847 invoked by uid 500); 14 Mar 2009 17:17:13 -0000 Delivered-To: [email protected] Received: (qmail 34814 invoked by uid 500); 14 Mar 2009 17:17:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 34805 invoked by uid 99); 14 Mar 2009 17:17:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Mar 2009 10:17:13 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Mar 2009 17:17:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 71B8B234C041 for <[email protected]>; Sat, 14 Mar 2009 10:16:50 -0700 (PDT) Message-ID: <980292761.1237051010450.JavaMail.jira@brutus> Date: Sat, 14 Mar 2009 10:16:50 -0700 (PDT) From: "Ron Grabowski (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (LOG4NET-194) FileSystemWatcher for .Net Compact Framework In-Reply-To: <381142216.1232903699621.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4NET-194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682072#action_12682072 ] Ron Grabowski commented on LOG4NET-194: --------------------------------------- How can I test this on a Windows XP, VS2005/2008 box? Can I build the project using nant then execute a test program using the Compact Framework runtime? > FileSystemWatcher for .Net Compact Framework > -------------------------------------------- > > Key: LOG4NET-194 > URL: https://issues.apache.org/jira/browse/LOG4NET-194 > Project: Log4net > Issue Type: Improvement > Components: Other > Affects Versions: 1.2.10 > Environment: .Net Compact Framework 1.0/2.0/3.5 > Reporter: Lukasz Antoniak > Priority: Minor > Attachments: log4netcf.vs2008.dll, log4netcf.vs2008_20090210.zip, Log4NetTest_20090210.zip, Modified_Files_20090210.zip > > > Welcome! > I would like to suggest an improvement of Log4Net utility for .Net Compact Framework. The .Net CF 1.0/2.0/3.5 does not provide developers with FileSystemWatcher class. However there is nothing against implementing a simple class invoking SHChangeNotifyRegister API in Log4Net. I have recently started developing mobile applications and I regret lack of automatic reconfiguration feature in Log4Net .Net CF. I am quite familiar with SHChangeNotifyRegister API and I could try to modify XmlConfigurator class to support configuration file monitoring. What do you think of this idea? > If there was an opportunity, I would like to contribute to Log4Net project. > Regards, > Lukasz Antoniak -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sat Mar 14 17:28:59 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 53834 invoked from network); 14 Mar 2009 17:28:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Mar 2009 17:28:59 -0000 Received: (qmail 39644 invoked by uid 500); 14 Mar 2009 17:28:58 -0000 Delivered-To: [email protected] Received: (qmail 39617 invoked by uid 500); 14 Mar 2009 17:28:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 39608 invoked by uid 500); 14 Mar 2009 17:28:58 -0000 Delivered-To: [email protected] Received: (qmail 39605 invoked by uid 99); 14 Mar 2009 17:28:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Mar 2009 10:28:58 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Mar 2009 17:28:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A382523888F1; Sat, 14 Mar 2009 17:28:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r754496 - in /logging/log4net/trunk/xdocs/src/release: framework-support.xml manual/introduction.xml Date: Sat, 14 Mar 2009 17:28:29 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: rgrabowski Date: Sat Mar 14 17:28:29 2009 New Revision: 754496 URL: http://svn.apache.org/viewvc?rev=754496&view=rev Log: Fix for LOG4NET-193. Add .NET 2.0 and Compact Framework 2.0 to list of supported frameworks. Modified: logging/log4net/trunk/xdocs/src/release/framework-support.xml logging/log4net/trunk/xdocs/src/release/manual/introduction.xml Modified: logging/log4net/trunk/xdocs/src/release/framework-support.xml URL: http://svn.apache.org/viewvc/logging/log4net/trunk/xdocs/src/release/framework-support.xml?rev=754496&r1=754495&r2=754496&view=diff ============================================================================== --- logging/log4net/trunk/xdocs/src/release/framework-support.xml (original) +++ logging/log4net/trunk/xdocs/src/release/framework-support.xml Sat Mar 14 17:28:29 2009 @@ -83,12 +83,10 @@ <td>Microsoft .NET Compact Framework 1.0</td> <td><a href="http://msdn2.microsoft.com/en-us/netframework/aa497273.aspx">http://msdn2.microsoft.com/en-us/netframework/aa497273.aspx</a></td> </tr> - <!-- <tr style="vertical-align: top;"> - <td>Microsoft .NET Compact Framework 2.0</td> - <td><a href="http://msdn2.microsoft.com/en-us/netframework/aa497273.aspx">http://msdn2.microsoft.com/en-us/netframework/aa497273.aspx</a></td> - </tr> - --> + <td>Microsoft .NET Compact Framework 2.0</td> + <td><a href="http://msdn2.microsoft.com/en-us/netframework/aa497273.aspx">http://msdn2.microsoft.com/en-us/netframework/aa497273.aspx</a></td> + </tr> <tr style="vertical-align: top;"> <td>Mono 1.2.3</td> <td><a href="http://www.mono-project.com">http://www.mono-project.com</a></td> Modified: logging/log4net/trunk/xdocs/src/release/manual/introduction.xml URL: http://svn.apache.org/viewvc/logging/log4net/trunk/xdocs/src/release/manual/introduction.xml?rev=754496&r1=754495&r2=754496&view=diff ============================================================================== --- logging/log4net/trunk/xdocs/src/release/manual/introduction.xml (original) +++ logging/log4net/trunk/xdocs/src/release/manual/introduction.xml Sat Mar 14 17:28:29 2009 @@ -85,6 +85,7 @@ <ul> <li>Microsoft .NET Framework 1.0 (1.0.3705)</li> <li>Microsoft .NET Framework 1.1 (1.1.4322)</li> + <li>Microsoft .NET Framework 2.0 (2.0.50727)</li> <li>Microsoft .NET Compact Framework 1.0</li> <li>Microsoft .NET Compact Framework 2.0</li> <li>Mono 1.0</li> From [email protected] Sun Mar 15 14:35:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76031 invoked from network); 15 Mar 2009 14:35:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Mar 2009 14:35:14 -0000 Received: (qmail 62676 invoked by uid 500); 15 Mar 2009 14:35:14 -0000 Delivered-To: [email protected] Received: (qmail 62644 invoked by uid 500); 15 Mar 2009 14:35:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 62635 invoked by uid 99); 15 Mar 2009 14:35:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Mar 2009 07:35:13 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Mar 2009 14:35:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 7816B234C041 for <[email protected]>; Sun, 15 Mar 2009 07:34:50 -0700 (PDT) Message-ID: <988841914.1237127690476.JavaMail.jira@brutus> Date: Sun, 15 Mar 2009 07:34:50 -0700 (PDT) From: "Ron Grabowski (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (LOG4NET-193) Supported Frameworks Inconsistency on Website In-Reply-To: <2113816730.1231868641116.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4NET-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Grabowski resolved LOG4NET-193. ----------------------------------- Resolution: Fixed Fixed in r754496. Made the two lists consistent. > Supported Frameworks Inconsistency on Website > --------------------------------------------- > > Key: LOG4NET-193 > URL: https://issues.apache.org/jira/browse/LOG4NET-193 > Project: Log4net > Issue Type: Bug > Components: Documentation > Environment: Firefox 3.0.5 > Reporter: Ryan Schlesinger > Original Estimate: 0.17h > Remaining Estimate: 0.17h > > Viewing the list of supported frameworks on http://logging.apache.org/log4net/release/manual/introduction.html states that log4net does not support .NET 2 and does support Compact Framework 2. > Viewing the list of supported frameworks on http://logging.apache.org/log4net/release/framework-support.html states that log4net does indeed support .NET 2 and does not list support for Compact Framework 2. > After downloading 1.2.10 and inspecting the bin directory, it appears that the second page is correct and the introduction in the manual needs to be corrected. This seems like a major documentation issue as that is the starting point for many at the site who may be looking for .NET 2.0 support. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sun Mar 15 15:03:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85384 invoked from network); 15 Mar 2009 15:03:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Mar 2009 15:03:13 -0000 Received: (qmail 89174 invoked by uid 500); 15 Mar 2009 15:03:13 -0000 Delivered-To: [email protected] Received: (qmail 89133 invoked by uid 500); 15 Mar 2009 15:03:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 89120 invoked by uid 99); 15 Mar 2009 15:03:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Mar 2009 08:03:13 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Mar 2009 15:03:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 70364234C041 for <[email protected]>; Sun, 15 Mar 2009 08:02:50 -0700 (PDT) Message-ID: <785096568.1237129370443.JavaMail.jira@brutus> Date: Sun, 15 Mar 2009 08:02:50 -0700 (PDT) From: "Ron Grabowski (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (LOG4NET-189) XmlConfigurator.Configure(Stream) needs a a Stream with pointer at beginning In-Reply-To: <42626688.1229073584270.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4NET-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Grabowski resolved LOG4NET-189. ----------------------------------- Resolution: Won't Fix I haven't heard any additional discussions why we should change the current behavior so I'm resolving this item. Log4net will continue to process the Stream based on the position that is passed in. > XmlConfigurator.Configure(Stream) needs a a Stream with pointer at beginning > ---------------------------------------------------------------------------- > > Key: LOG4NET-189 > URL: https://issues.apache.org/jira/browse/LOG4NET-189 > Project: Log4net > Issue Type: Improvement > Reporter: Maik > Priority: Trivial > > Is it possible to set the stream for configuring log4net to the beginning of the stream by default? > In my application I created my own MemoryStream with an XML-Configuration for log4net. Trying to call XmlConfigurator.Configure(myStream), I got an Exeption of the type > System.Xml.XmlException: Missing Root-Element. > Setting the StreamPointer to the beginning by calling > myStream.Seek(0, SeekOrigin.Begin); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sun Mar 15 15:07:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86668 invoked from network); 15 Mar 2009 15:07:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Mar 2009 15:07:14 -0000 Received: (qmail 90181 invoked by uid 500); 15 Mar 2009 15:07:14 -0000 Delivered-To: [email protected] Received: (qmail 90155 invoked by uid 500); 15 Mar 2009 15:07:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 90146 invoked by uid 99); 15 Mar 2009 15:07:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Mar 2009 08:07:13 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Mar 2009 15:07:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id B2B5B234C041 for <[email protected]>; Sun, 15 Mar 2009 08:06:50 -0700 (PDT) Message-ID: <1800911730.1237129610717.JavaMail.jira@brutus> Date: Sun, 15 Mar 2009 08:06:50 -0700 (PDT) From: "Ron Grabowski (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (LOG4NET-188) RollingFileAppender log.1, log.2 are not being rolled by Date In-Reply-To: <466653542.1228931326362.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4NET-188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Grabowski resolved LOG4NET-188. ----------------------------------- Resolution: Cannot Reproduce You mentioned the rolling works fine in one project but not the other which leads me to believe that there is a problem with your configuration. There have been improvements to the RollingFileAppender. Try running your code against the latest versison and re-open this ticket if you're still having issues. > RollingFileAppender log.1, log.2 are not being rolled by Date > ------------------------------------------------------------- > > Key: LOG4NET-188 > URL: https://issues.apache.org/jira/browse/LOG4NET-188 > Project: Log4net > Issue Type: Bug > Components: Appenders > Environment: .NET 2005, Microsoft Windows Server 2003 > Reporter: Gulden Yazgan > Fix For: 1.2.10 > > > I am using log4net.dll v161.129.204.104714. My RollingFileAppender rolls only the .log file every day but ignores the log.1, log.2 etc... > This is only happening on my Web Service. My Windows Service project does not have this problem. It works fine with the same log4net.dll version. > I credted the log4net.txt. I am attaching a section of it below: > Note: By looking at the RollingFileAppeder.cs, If StaticLogFileName=true, "it is from a different date period" should not appear. Am I wrong on this? > log4net: DOMConfigurator: Loading Appender [RollingLogFileAppender] type: [log4net.Appender.RollingFileAppender] > log4net: DOMConfigurator: Setting Property [File] to String value [D:\Apps\Agents\GFS\Strategyware\EnterpriseMQServices\Logs\Activity.log] > log4net: DOMConfigurator: Setting Property [AppendToFile] to Boolean value [True] > log4net: DOMConfigurator: Setting Property [DatePattern] to String value [.MM-dd-yyyy".log"] > log4net: DOMConfigurator: Setting Property [RollingStyle] to RollingMode value [Composite] > log4net: DOMConfigurator: Setting Property [MaxSizeRollBackups] to Int32 value [20] > log4net: DOMConfigurator: Setting Property [MaximumFileSize] to String value [15MB] > log4net: DOMConfigurator: Setting Property [StaticLogFileName] to Boolean value [True] > log4net: DOMConfigurator: Setting Property [ConversionPattern] to String value [%d [%t] %-5p %c [%x] - %m%n] > log4net: DOMConfigurator: Setting Property [Layout] to object [log4net.Layout.PatternLayout] > log4net: RollingFileAppender: Type = [0], r0 = [.12-31-1969.log], r1 = [.12-31-1969.log] > log4net: RollingFileAppender: Type = [1], r0 = [.12-31-1969.log], r1 = [.12-31-1969.log] > log4net: RollingFileAppender: Type = [2], r0 = [.12-31-1969.log], r1 = [.01-01-1970.log] > log4net: RollingFileAppender: Searching for existing files in [D:\Apps\Agents\GFS\Strategyware\EnterpriseMQServices\Logs] > log4net: RollingFileAppender: Ignoring file [activity.log.1] because it is from a different date period > log4net: RollingFileAppender: Ignoring file [activity.log.2] because it is from a different date period > log4net: RollingFileAppender: Ignoring file [activity.log.3] because it is from a different date period > log4net: RollingFileAppender: Ignoring file [activity.log.4] because it is from a different date period -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Sun Mar 15 15:55:11 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95394 invoked from network); 15 Mar 2009 15:55:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Mar 2009 15:55:11 -0000 Received: (qmail 29848 invoked by uid 500); 15 Mar 2009 15:55:11 -0000 Delivered-To: [email protected] Received: (qmail 29815 invoked by uid 500); 15 Mar 2009 15:55:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 29806 invoked by uid 99); 15 Mar 2009 15:55:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Mar 2009 08:55:11 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Mar 2009 15:55:10 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 876FA234C041 for <[email protected]>; Sun, 15 Mar 2009 08:54:50 -0700 (PDT) Message-ID: <762816863.1237132490539.JavaMail.jira@brutus> Date: Sun, 15 Mar 2009 08:54:50 -0700 (PDT) From: "Lukasz Antoniak (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (LOG4NET-194) FileSystemWatcher for .Net Compact Framework In-Reply-To: <381142216.1232903699621.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4NET-194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682157#action_12682157 ] Lukasz Antoniak commented on LOG4NET-194: ----------------------------------------- Welcome Ron! If you would like to see it working in the big picture I suggest doing the following: 1) Download Log4NetTest_20090210.zip package and extract it. 2) Open the downloaded test project in Visual Studio 2008. 3) Build it and run (requires Windows Mobile 6 Professional Emulator, .Net CF 3.5). a. As the application starts, the configuration file is being created and 2 messages logged (to "log-file" in application's Program Files directory). b. You may press the "Log" button several times. Each time you do that 2 messages are logged (info and debug). c. When you click "Change" button, the configuration file is being overwritten, and Log4Net reconfigured. After that log messages are stored in "log-file2". d. Press "Log" several times to put some data in the second log file. I am not familiar with Nant, so I have not changed the build script in the Log4Net project. I have submitted several packages, so you can trace changes that I have made. You can also build the Log4Net project ("log4netcf.vs2008_20090210.zip" - includes my changes) using Visual Studio 2008 (VS solution file included). Fill free to ask any question you like. Regards, Lukasz Antoniak > FileSystemWatcher for .Net Compact Framework > -------------------------------------------- > > Key: LOG4NET-194 > URL: https://issues.apache.org/jira/browse/LOG4NET-194 > Project: Log4net > Issue Type: Improvement > Components: Other > Affects Versions: 1.2.10 > Environment: .Net Compact Framework 1.0/2.0/3.5 > Reporter: Lukasz Antoniak > Priority: Minor > Attachments: log4netcf.vs2008.dll, log4netcf.vs2008_20090210.zip, Log4NetTest_20090210.zip, Modified_Files_20090210.zip > > > Welcome! > I would like to suggest an improvement of Log4Net utility for .Net Compact Framework. The .Net CF 1.0/2.0/3.5 does not provide developers with FileSystemWatcher class. However there is nothing against implementing a simple class invoking SHChangeNotifyRegister API in Log4Net. I have recently started developing mobile applications and I regret lack of automatic reconfiguration feature in Log4Net .Net CF. I am quite familiar with SHChangeNotifyRegister API and I could try to modify XmlConfigurator class to support configuration file monitoring. What do you think of this idea? > If there was an opportunity, I would like to contribute to Log4Net project. > Regards, > Lukasz Antoniak -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Mon Mar 16 14:46:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30492 invoked from network); 16 Mar 2009 14:46:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Mar 2009 14:46:12 -0000 Received: (qmail 3385 invoked by uid 500); 16 Mar 2009 14:46:12 -0000 Delivered-To: [email protected] Received: (qmail 3233 invoked by uid 500); 16 Mar 2009 14:46:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 3223 invoked by uid 99); 16 Mar 2009 14:46:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Mar 2009 07:46:11 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Mar 2009 14:46:10 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 7E0C6234C004 for <[email protected]>; Mon, 16 Mar 2009 07:45:50 -0700 (PDT) Message-ID: <869363927.1237214750501.JavaMail.jira@brutus> Date: Mon, 16 Mar 2009 07:45:50 -0700 (PDT) From: "Jerome Haltom (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (LOG4NET-196) Remote Logging Stuff doesn't seem to have anyway to work between AppDomains In-Reply-To: <1805534663.1233888359548.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4NET-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682328#action_12682328 ] Jerome Haltom commented on LOG4NET-196: --------------------------------------- The main problem is the subject. There is no way I can find to set up RemoteLoggingAppender to work between AppDomains. The requirement is that I give the Appender a remote object Url. But when working between AppDomains, I don't have a remote object Url. I can get references to MarshalByRefObjects, but not the url of those objects when exposed. Without the url I cannot configure the appender. What needs to be changes is there needs to be an alternative way to configure the appender. My local patch (which is not very well done) adds a property to RemoteLoggingServerPlugin called Sink, which returns IRemoteLoggingSink. I think change RemotingAppender.Sink to IRemoteLoggingSink. When configuring the appender in AppDomain #2 (by hand) I retrieve the Sink from the Plugin in AppDomain #1, hand the sink to AppDomain #2, and set it on the Appender. So, something like that. > Remote Logging Stuff doesn't seem to have anyway to work between AppDomains > --------------------------------------------------------------------------- > > Key: LOG4NET-196 > URL: https://issues.apache.org/jira/browse/LOG4NET-196 > Project: Log4net > Issue Type: Bug > Reporter: Jerome Haltom > > There's no way to obtain a proper url to a IRemoteLoggignSink that ends up being published in the local app domain. > There needs to be a way to set the IRemoteLoggingSink instance specifically, managing the remoting yourself. This would solve it easily. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Mon Mar 16 16:28:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 20824 invoked from network); 16 Mar 2009 16:28:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Mar 2009 16:28:14 -0000 Received: (qmail 68065 invoked by uid 500); 16 Mar 2009 16:28:14 -0000 Delivered-To: [email protected] Received: (qmail 68040 invoked by uid 500); 16 Mar 2009 16:28:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 68031 invoked by uid 99); 16 Mar 2009 16:28:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Mar 2009 09:28:14 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Mar 2009 16:28:12 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id F3D01234C053 for <[email protected]>; Mon, 16 Mar 2009 09:27:50 -0700 (PDT) Message-ID: <1366942322.1237220870997.JavaMail.jira@brutus> Date: Mon, 16 Mar 2009 09:27:50 -0700 (PDT) From: "Ron Grabowski (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (LOG4NET-186) PatternLayout and globalRulesRegistry In-Reply-To: <1637124587.1228058984250.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4NET-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682357#action_12682357 ] Ron Grabowski commented on LOG4NET-186: --------------------------------------- I believe you're highlighting the verboseness of reusing a converter across multiple parameters: <parameter> <parameterName value="@password" /> <dbType value="String" /> <layout type="log4net.Layout.PatternLayout"> <converter> <name value="encrypt" /> <type value="Company.Logging.EncryptConverter, Company.Logging" /> </converter> <conversionPattern value="%encrypt{Password}" /> </layout> </parameter> <parameter> <parameterName value="@creditCardNumber" /> <dbType value="String" /> <layout type="log4net.Layout.PatternLayout"> <converter> <name value="encrypt" /> <type value="Company.Logging.EncryptConverter, Company.Logging" /> </converter> <conversionPattern value="%encrypt{CreditCardNumber}" /> </layout> </parameter> Exposing s_globalRulesRegistry might help from a code perspective but it isn't going to help with the more typical XML configuration. Your idea of specifying the converter once and reusing it across all parameters makes sense. While we're at it, lets take out some of the verboseness of having to specify the PatternLayout: <converter> <name value="encrypt" /> <type value="Company.Logging.EncryptConverter, Company.Logging" /> </converter> <patternLayoutParameter> <parameterName value="@password"/> <dbType value="String" /> <conversionPattern value="%encrypt{Password}" /> </patternLayoutParameter> <patternLayoutParameter> <parameterName value="@creditCardNumber"/> <dbType value="String" /> <conversionPattern value="%encrypt{CreditCardNumber}" /> </patternLayoutParameter> To support that syntax I've extending AdoNetAppender to capture the converter items: public class PatternLayoutAdoNetAppender : AdoNetAppender { private readonly List<ConverterInfo> converters = new List<ConverterInfo>(); public void AddConverter(ConverterInfo converterInfo) { converters.Add(converterInfo); } } I also extended AdoNetAppenderParameter with a class that accepts a conversionPattern: public class PatternLayoutAdoNetAppenderParameter : AdoNetAppenderParameter { private string conversionPattern; public string ConversionPattern { get { return conversionPattern; } set { conversionPattern = value; } } } This last snippet of code wires up the <patternLayoutParameter /> nodes. It takes the conversionPattern value and converts it into a format that the AdoNetAppender understands: public void AddPatternLayoutParameter(PatternLayoutAdoNetAppenderParameter parameter) { PatternLayout patternLayout = new PatternLayout(parameter.ConversionPattern); addConveters(patternLayout); patternLayout.ActivateOptions(); parameter.Layout = new Layout2RawLayoutAdapter(patternLayout); m_parameters.Add(parameter); } private void addConveters(PatternLayout patternLayout) { foreach (ConverterInfo conveterInfo in converters) { patternLayout.AddConverter(conveterInfo); } } You can also mix and match <patternLayoutParameter /> and <parameter /> nodes. I'll add the complete class with some test cases to the example appender area in /trunk. > PatternLayout and globalRulesRegistry > ------------------------------------- > > Key: LOG4NET-186 > URL: https://issues.apache.org/jira/browse/LOG4NET-186 > Project: Log4net > Issue Type: Improvement > Components: Core > Affects Versions: 1.2.10 > Reporter: Sergey > Original Estimate: 0.17h > Remaining Estimate: 0.17h > > Hi, i have suggestion. > Make for private static field PatternLayout.s_globalRulesRegistry public static accessor. Because if i want append custom PatternLayoutConverter, i need add him to each PatternLayout for each Appender. > I am using AdoNetAppender, which creates PatternLayout for each parameter. And i must append my PatternLayoutConverter to each param. I think, if i have static property or method for adding PatternLayoutConvertor - its will be more simple for use. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Mon Mar 16 16:41:49 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23909 invoked from network); 16 Mar 2009 16:41:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Mar 2009 16:41:48 -0000 Received: (qmail 83501 invoked by uid 500); 16 Mar 2009 16:41:48 -0000 Delivered-To: [email protected] Received: (qmail 83348 invoked by uid 500); 16 Mar 2009 16:41:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 83339 invoked by uid 500); 16 Mar 2009 16:41:48 -0000 Delivered-To: [email protected] Received: (qmail 83336 invoked by uid 99); 16 Mar 2009 16:41:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Mar 2009 09:41:48 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Mar 2009 16:41:46 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 966FD2388AB3; Mon, 16 Mar 2009 16:41:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r754941 - /logging/log4net/trunk/src/Appender/SmtpAppender.cs Date: Mon, 16 Mar 2009 16:41:25 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: rgrabowski Date: Mon Mar 16 16:41:25 2009 New Revision: 754941 URL: http://svn.apache.org/viewvc?rev=754941&view=rev Log: Added using() block around MailMessage because it implements IDisposable. LOG4NET-180 Modified: logging/log4net/trunk/src/Appender/SmtpAppender.cs Modified: logging/log4net/trunk/src/Appender/SmtpAppender.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/Appender/SmtpAppender.cs?rev=754941&r1=754940&r2=754941&view=diff ============================================================================== --- logging/log4net/trunk/src/Appender/SmtpAppender.cs (original) +++ logging/log4net/trunk/src/Appender/SmtpAppender.cs Mon Mar 16 16:41:25 2009 @@ -445,28 +445,30 @@ smtpClient.Credentials = System.Net.CredentialCache.DefaultNetworkCredentials; } - MailMessage mailMessage = new MailMessage(); - mailMessage.Body = messageBody; - mailMessage.From = new MailAddress(m_from); - mailMessage.To.Add(m_to); - if (!String.IsNullOrEmpty(m_cc)) + using (MailMessage mailMessage = new MailMessage()) { - mailMessage.CC.Add(m_cc); - } - if (!String.IsNullOrEmpty(m_bcc)) - { - mailMessage.Bcc.Add(m_bcc); - } - if (!String.IsNullOrEmpty(m_replyTo)) - { - mailMessage.ReplyTo = new MailAddress(m_replyTo); - } - mailMessage.Subject = m_subject; - mailMessage.Priority = m_mailPriority; + mailMessage.Body = messageBody; + mailMessage.From = new MailAddress(m_from); + mailMessage.To.Add(m_to); + if (!String.IsNullOrEmpty(m_cc)) + { + mailMessage.CC.Add(m_cc); + } + if (!String.IsNullOrEmpty(m_bcc)) + { + mailMessage.Bcc.Add(m_bcc); + } + if (!String.IsNullOrEmpty(m_replyTo)) + { + mailMessage.ReplyTo = new MailAddress(m_replyTo); + } + mailMessage.Subject = m_subject; + mailMessage.Priority = m_mailPriority; - // TODO: Consider using SendAsync to send the message without blocking. This would be a change in - // behaviour compared to .NET 1.x. We would need a SendCompletedCallback to log errors. - smtpClient.Send(mailMessage); + // TODO: Consider using SendAsync to send the message without blocking. This would be a change in + // behaviour compared to .NET 1.x. We would need a SendCompletedCallback to log errors. + smtpClient.Send(mailMessage); + } #else // .NET 1.x uses the System.Web.Mail API for sending Mail From [email protected] Mon Mar 16 16:52:20 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26578 invoked from network); 16 Mar 2009 16:52:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Mar 2009 16:52:20 -0000 Received: (qmail 97078 invoked by uid 500); 16 Mar 2009 16:52:20 -0000 Delivered-To: [email protected] Received: (qmail 97055 invoked by uid 500); 16 Mar 2009 16:52:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 97045 invoked by uid 99); 16 Mar 2009 16:52:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Mar 2009 09:52:19 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Mar 2009 16:52:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 9E0DA234C004 for <[email protected]>; Mon, 16 Mar 2009 09:51:50 -0700 (PDT) Message-ID: <1056421096.1237222310632.JavaMail.jira@brutus> Date: Mon, 16 Mar 2009 09:51:50 -0700 (PDT) From: "Ron Grabowski (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (LOG4NET-180) SMTPAppender not sending all emails In-Reply-To: <373674718.1224181426499.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4NET-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682365#action_12682365 ] Ron Grabowski commented on LOG4NET-180: --------------------------------------- It sounds like a server issue. Have you tried enabling SmtpClient's internal debugging: Griping about System.Net.Email.SmptClient/MailMessage http://www.west-wind.com/weblog/posts/229457.aspx or writing your own SmtpAppender that sends mail? SmtpAppender.SendEmail just creates an SmtpClient, sets properties, then calls Send(MailMessage). > SMTPAppender not sending all emails > ----------------------------------- > > Key: LOG4NET-180 > URL: https://issues.apache.org/jira/browse/LOG4NET-180 > Project: Log4net > Issue Type: Bug > Components: Appenders > Affects Versions: 1.2.10 > Environment: Windows XP with SP2, Visual Studio 2008 with SP1, C#, WCF > Reporter: Paul Speranza > > I have a WCF IIS service application. hardly any of my SMTP emails are getting sent out. TO be sure that it isn't my SMTP server I created a console app that sends mail using System.Net.Mail and it works every time. I only have log4net configured for SmtpAppender. > Here is the config. > <log4net> > <appender name="SmtpAppender" type="log4net.Appender.SmtpAppender" > > <to value="[email protected]" /> > <from value="[email protected]" /> > <smtpHost value="161.129.204.104" /> > <subject value="An exception occurred in Services." /> > <layout type="log4net.Layout.PatternLayout"> > <conversionPattern value="%date [%thread] %-5level %logger [%ndc] - %message%newline" /> > </layout> > <priority value="High" /> > </appender> > <!--<root> > <level value="ALL" /> > <appender-ref ref="SmtpAppender" /> > </root>--> > <logger name="Services"> > <level value="All" /> > <appender-ref ref="SmtpAppender" /> > </logger> > </log4net> > PLUS > <section name="log4net" type="System.Configuration.IgnoreSectionHandler" /> > In my global asax I have > void Application_Start(object sender, EventArgs e) > { > log4net.Config.XmlConfigurator.Configure(); > } > In my service implementation I have > private static readonly log4net.ILog _Logger = log4net.LogManager.GetLogger("Services"); > Where I am telling log4net to do its magic is > if (_Logger.IsErrorEnabled) > _Logger.Error(formattedException, exception); > I have no idea what this could be. I am brand new to log4net also. > Thnaks -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Mon Mar 16 16:58:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28040 invoked from network); 16 Mar 2009 16:58:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Mar 2009 16:58:14 -0000 Received: (qmail 7651 invoked by uid 500); 16 Mar 2009 16:58:13 -0000 Delivered-To: [email protected] Received: (qmail 7631 invoked by uid 500); 16 Mar 2009 16:58:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 7622 invoked by uid 99); 16 Mar 2009 16:58:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Mar 2009 09:58:13 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Mar 2009 16:58:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id C6164234C045 for <[email protected]>; Mon, 16 Mar 2009 09:57:50 -0700 (PDT) Message-ID: <1190611202.1237222670810.JavaMail.jira@brutus> Date: Mon, 16 Mar 2009 09:57:50 -0700 (PDT) From: "Ron Grabowski (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (LOG4NET-12) Configuration GUI In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4NET-12?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Grabowski resolved LOG4NET-12. ---------------------------------- Resolution: Later Closing out some old tickets. There hasn't been any activity on this ticket in years. Does .NET 2.0 have anything to make this easier? The web.config can be updated progmatically but there are lot of classes to support that. Maybe a vendor could write a log4net gui editor? I've seen some ReSharper plugins to add more Intellisense to log4net.config. > Configuration GUI > ----------------- > > Key: LOG4NET-12 > URL: https://issues.apache.org/jira/browse/LOG4NET-12 > Project: Log4net > Issue Type: New Feature > Components: Other > Affects Versions: 1.2.9 > Environment: From sourceforge - 761454 - Kevin Conroy - kmconroy > Reporter: Nicko Cadell > Priority: Minor > > I'd love to see a lightweight GUI that could be pointed > at any application config file and could set up > new/modify existing log4net settings. Granted it's all fine > and well to edit the Xml by hand, but when you're > rushed for time or just unsure of the correct syntax, it'd > be real nice to have a little app you could fire up to help > you out. > Kevin Conroy -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Mon Mar 16 17:10:16 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34709 invoked from network); 16 Mar 2009 17:10:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Mar 2009 17:10:15 -0000 Received: (qmail 34432 invoked by uid 500); 16 Mar 2009 17:10:12 -0000 Delivered-To: [email protected] Received: (qmail 34402 invoked by uid 500); 16 Mar 2009 17:10:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 34387 invoked by uid 99); 16 Mar 2009 17:10:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Mar 2009 10:10:12 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Mar 2009 17:10:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 2A7C5234C4A7 for <[email protected]>; Mon, 16 Mar 2009 10:09:51 -0700 (PDT) Message-ID: <1268730421.1237223391172.JavaMail.jira@brutus> Date: Mon, 16 Mar 2009 10:09:51 -0700 (PDT) From: "Ron Grabowski (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (LOG4NET-86) In RollingFileAppender when setting CountDirection=1 and the curr size reach int.MaxValue In-Reply-To: <20813441.1153816394982.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4NET-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Grabowski resolved LOG4NET-86. ---------------------------------- Resolution: Won't Fix The behavior when there are millions and millions of files in a folder that need rolled is undefined. I'll gladly accept a patch to improve this part of the the code or new code extracts the logic for how things are rolled so it can be more easily extended. > In RollingFileAppender when setting CountDirection=1 and the curr size reach int.MaxValue > ----------------------------------------------------------------------------------------- > > Key: LOG4NET-86 > URL: https://issues.apache.org/jira/browse/LOG4NET-86 > Project: Log4net > Issue Type: Bug > Components: Appenders > Affects Versions: 1.2.10 > Environment: All > Reporter: Tal G > > In RollingFileAppender when setting CountDirection=1 and the curr size reach int.MaxValue the log4net > 1. Open a new file with .-(713)803-7741 extension. And stop deleting old files for example file with extension .(713)803-7741. > 2. When i restart my application, it start writing log on the file with .-(713)803-7741 although the newest file is with extension .-(713)803-7741. > 3. etc.. many more bugs related to this issue > I suggest that when the file extension reach int.MaxValue move to 0 again and continue properly deleting old files and opening new files. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Tue Mar 17 07:47:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55978 invoked from network); 17 Mar 2009 07:47:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Mar 2009 07:47:12 -0000 Received: (qmail 35712 invoked by uid 500); 17 Mar 2009 07:47:12 -0000 Delivered-To: [email protected] Received: (qmail 35684 invoked by uid 500); 17 Mar 2009 07:47:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 35601 invoked by uid 99); 17 Mar 2009 07:47:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Mar 2009 00:47:11 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Mar 2009 07:47:10 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id A5D20234C044 for <[email protected]>; Tue, 17 Mar 2009 00:46:50 -0700 (PDT) Message-ID: <292503982.1237276010678.JavaMail.jira@brutus> Date: Tue, 17 Mar 2009 00:46:50 -0700 (PDT) From: "Trond Andersen (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LOG4NET-204) Silverlight compiled binary MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Silverlight compiled binary --------------------------- Key: LOG4NET-204 URL: https://issues.apache.org/jira/browse/LOG4NET-204 Project: Log4net Issue Type: Wish Components: Builds, Examples Affects Versions: 1.2.10 Reporter: Trond Andersen There should be a Silverlight build of log4net that can be used in Silverlight applications. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Tue Mar 17 17:45:26 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85765 invoked from network); 17 Mar 2009 17:45:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Mar 2009 17:45:26 -0000 Received: (qmail 68040 invoked by uid 500); 17 Mar 2009 17:45:12 -0000 Delivered-To: [email protected] Received: (qmail 67800 invoked by uid 500); 17 Mar 2009 17:45:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 67790 invoked by uid 99); 17 Mar 2009 17:45:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Mar 2009 10:45:11 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Mar 2009 17:45:10 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id C607B234C004 for <[email protected]>; Tue, 17 Mar 2009 10:44:50 -0700 (PDT) Message-ID: <479626335.1237311890809.JavaMail.jira@brutus> Date: Tue, 17 Mar 2009 10:44:50 -0700 (PDT) From: "Bruno Baia (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LOG4NET-205) Allow filtering by Identity / UserName / ThreadName and Domain MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Allow filtering by Identity / UserName / ThreadName and Domain -------------------------------------------------------------- Key: LOG4NET-205 URL: https://issues.apache.org/jira/browse/LOG4NET-205 Project: Log4net Issue Type: New Feature Components: Core Affects Versions: 1.2.10 Reporter: Bruno Baia Background : See thread named PropertyFilter ( http://mail-archives.apache.org/mod_mbox/logging-log4net-user/200903.mbox/browser ) By default, there's no way to filter by those LoggingEvent properties. I want to avoid extra code to do that (by adding a property programmatically or implementing a custom IFilter) I see 2 solutions : - LoggingEvent.LookupProperty should be able to resolve internal keys like "log4net:Identity", "log4net:UserName", etc... (Note that It already works for "log4net:HostName" added by GlobalContext's static constructor). Then we can use the PropertyFilter. - Add a IFilter implementation for each property like it's done for the LoggerName and Level properties. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Tue Mar 17 19:44:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 43618 invoked from network); 17 Mar 2009 19:44:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Mar 2009 19:44:14 -0000 Received: (qmail 99682 invoked by uid 500); 17 Mar 2009 19:44:13 -0000 Delivered-To: [email protected] Received: (qmail 99647 invoked by uid 500); 17 Mar 2009 19:44:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 99638 invoked by uid 99); 17 Mar 2009 19:44:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Mar 2009 12:44:13 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Mar 2009 19:44:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 74DBA234C003 for <[email protected]>; Tue, 17 Mar 2009 12:43:50 -0700 (PDT) Message-ID: <1075182105.1237319030464.JavaMail.jira@brutus> Date: Tue, 17 Mar 2009 12:43:50 -0700 (PDT) From: "Ron Grabowski (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (LOG4NET-204) Silverlight compiled binary In-Reply-To: <292503982.1237276010678.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4NET-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682773#action_12682773 ] Ron Grabowski commented on LOG4NET-204: --------------------------------------- I don't know anything about Silverlight so I doubt the patch will come from me. > Silverlight compiled binary > --------------------------- > > Key: LOG4NET-204 > URL: https://issues.apache.org/jira/browse/LOG4NET-204 > Project: Log4net > Issue Type: Wish > Components: Builds, Examples > Affects Versions: 1.2.10 > Reporter: Trond Andersen > > There should be a Silverlight build of log4net that can be used in Silverlight applications. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Wed Mar 18 13:44:12 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23224 invoked from network); 18 Mar 2009 13:44:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Mar 2009 13:44:12 -0000 Received: (qmail 51778 invoked by uid 500); 18 Mar 2009 13:44:12 -0000 Delivered-To: [email protected] Received: (qmail 51737 invoked by uid 500); 18 Mar 2009 13:44:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 51725 invoked by uid 99); 18 Mar 2009 13:44:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Mar 2009 06:44:11 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Mar 2009 13:44:10 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 85D8A234C003 for <[email protected]>; Wed, 18 Mar 2009 06:43:50 -0700 (PDT) Message-ID: <9403650.1237383830543.JavaMail.jira@brutus> Date: Wed, 18 Mar 2009 06:43:50 -0700 (PDT) From: "Bruno Baia (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (LOG4NET-38) EventLogAppender: Add support for setting the Category on Event Log messages. In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4NET-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683024#action_12683024 ] Bruno Baia commented on LOG4NET-38: ----------------------------------- Same for Source and EventID properties (scenario 1) > EventLogAppender: Add support for setting the Category on Event Log messages. > ----------------------------------------------------------------------------- > > Key: LOG4NET-38 > URL: https://issues.apache.org/jira/browse/LOG4NET-38 > Project: Log4net > Issue Type: Improvement > Components: Appenders > Affects Versions: 1.2.9 > Reporter: Nicko Cadell > Assignee: Ron Grabowski > Priority: Minor > Fix For: 1.2.11 > > > The EventLog supports Categories for each message. A category is a short integer. > This could either be implemented as a fixed category value defined on the appender at config time, or as a value read from the LoggingEvent properties. The second option is more flexible as it allows the category to be specified for each message, a default category could still be specified in the appender configuration to allow for scenario 1 as well. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Wed Mar 18 19:10:17 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10618 invoked from network); 18 Mar 2009 19:10:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Mar 2009 19:10:17 -0000 Received: (qmail 22793 invoked by uid 500); 18 Mar 2009 19:10:11 -0000 Delivered-To: [email protected] Received: (qmail 22764 invoked by uid 500); 18 Mar 2009 19:10:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 22739 invoked by uid 99); 18 Mar 2009 19:10:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Mar 2009 12:10:11 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Mar 2009 19:10:10 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 871C6234C004 for <[email protected]>; Wed, 18 Mar 2009 12:09:50 -0700 (PDT) Message-ID: <1211237741.1237403390552.JavaMail.jira@brutus> Date: Wed, 18 Mar 2009 12:09:50 -0700 (PDT) From: "Ayondeep Datta (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LOG4NET-206) Unable to build for release version with Visual Studio 2005 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Unable to build for release version with Visual Studio 2005 ----------------------------------------------------------- Key: LOG4NET-206 URL: https://issues.apache.org/jira/browse/LOG4NET-206 Project: Log4net Issue Type: Bug Components: Builds Affects Versions: 1.2.10 Environment: Visual Studio 2005, .NET 2.0.50727, log4net1.2.10 Reporter: Ayondeep Datta I am trying to build log4net.dll using Visual Studio 2005. When I try to build for release I get this error Error 5 Cryptographic failure while signing assembly 'C:\MyProjects\incubating-log4net-1.2.10\log4net-1.2.10\src\obj\Release\log4net.dll' -- 'Error reading key file '..\..\..\log4net.snk' -- The system cannot find the file specified. ' log4net Works fine for debug version. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Wed Mar 18 20:08:13 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28368 invoked from network); 18 Mar 2009 20:08:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Mar 2009 20:08:13 -0000 Received: (qmail 1937 invoked by uid 500); 18 Mar 2009 20:08:11 -0000 Delivered-To: [email protected] Received: (qmail 1915 invoked by uid 500); 18 Mar 2009 20:08:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 1906 invoked by uid 99); 18 Mar 2009 20:08:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Mar 2009 13:08:11 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Mar 2009 20:08:10 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 6D6B0234C003 for <[email protected]>; Wed, 18 Mar 2009 13:07:50 -0700 (PDT) Message-ID: <587484578.1237406870432.JavaMail.jira@brutus> Date: Wed, 18 Mar 2009 13:07:50 -0700 (PDT) From: "Ayondeep Datta (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (LOG4NET-206) Unable to build for release version with Visual Studio 2005 In-Reply-To: <1211237741.1237403390552.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4NET-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ayondeep Datta resolved LOG4NET-206. ------------------------------------ Resolution: Fixed I am so sorry to post it without doing the research. You need to generate the snk file before building for release using this command sn -k log4net.snk It is there in the documentation. > Unable to build for release version with Visual Studio 2005 > ----------------------------------------------------------- > > Key: LOG4NET-206 > URL: https://issues.apache.org/jira/browse/LOG4NET-206 > Project: Log4net > Issue Type: Bug > Components: Builds > Affects Versions: 1.2.10 > Environment: Visual Studio 2005, .NET 2.0.50727, log4net1.2.10 > Reporter: Ayondeep Datta > > I am trying to build log4net.dll using Visual Studio 2005. When I try to build for release I get this error > Error 5 Cryptographic failure while signing assembly 'C:\MyProjects\incubating-log4net-1.2.10\log4net-1.2.10\src\obj\Release\log4net.dll' -- 'Error reading key file '..\..\..\log4net.snk' -- The system cannot find the file specified. ' log4net > Works fine for debug version. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Thu Mar 19 00:13:39 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13220 invoked from network); 19 Mar 2009 00:13:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Mar 2009 00:13:38 -0000 Received: (qmail 4339 invoked by uid 500); 19 Mar 2009 00:06:17 -0000 Delivered-To: [email protected] Received: (qmail 4316 invoked by uid 500); 19 Mar 2009 00:06:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 4249 invoked by uid 99); 19 Mar 2009 00:06:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Mar 2009 17:06:16 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Mar 2009 00:06:12 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id DBA84234C4AB for <[email protected]>; Wed, 18 Mar 2009 17:05:50 -0700 (PDT) Message-ID: <129450244.1237421150898.JavaMail.jira@brutus> Date: Wed, 18 Mar 2009 17:05:50 -0700 (PDT) From: "Ron Grabowski (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (LOG4NET-20) [PATCH] Adds "extends" attribute to appenders In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4NET-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683250#action_12683250 ] Ron Grabowski commented on LOG4NET-20: -------------------------------------- How about this syntax? <appender name="FileAppender1" type="log4net.Appender.RollingFileAppender"> <configuration-ref name="RollingFileConfig" /> <configuration-ref name="ConversionPatternConfig" /> <param name="File" value="log1.txt"/> </appender> <appender name="FileAppender2" type="log4net.Appender.RollingFileAppender"> <configuration-ref name="RollingFileConfig" /> <file value="log2.txt"/> <layout type="log4net.Layout.SimpleLayout" /> </appender> <appender name="FileAppender3" type="log4net.Appender.RollingFileAppender"> <configuration-ref name="RollingFileConfig" /> <configuration-ref name="ConversionPatternConfig" /> <file value="log3.txt"/> </appender> <configuration name="RollingFileConfig"> <param name="CountDirection" value="1"/> <param name="AppendToFile" value="true"/> <param name="MaxSizeRollBackups" value="10"/> <maximumFileSize" value="5MB"/> <rollingStyle" value="Size"/> <staticLogFileName" value="true"/> </configuration> <configuration name="ConversionPatternConfig"> <layout type="log4net.Layout.PatternLayout"> <param name="ConversionPattern" value="%d{dd.MM.yy HH:mm:ss} [%t] %-5p %c{1} %m [%x]%n"/> </layout> </configuration> > [PATCH] Adds "extends" attribute to appenders > --------------------------------------------- > > Key: LOG4NET-20 > URL: https://issues.apache.org/jira/browse/LOG4NET-20 > Project: Log4net > Issue Type: Improvement > Components: Appenders > Affects Versions: 1.2.9 > Environment: WinXP, .NET Framework 1.1 > Reporter: Dag Christensen > Priority: Trivial > Attachments: DOMHierarchyConfigurator.patch > > > Adds "extends" attribute to appenders. Improvement suggested by Ron Grabowski on log4net-user. > Sample usage: > <appender name="LogFileAppenderBase" type="log4net.Appender.RollingFileAppender"> > <param name="CountDirection" value="1"/> > <param name="AppendToFile" value="true"/> > <param name="MaxSizeRollBackups" value="10"/> > <param name="MaximumFileSize" value="5MB"/> > <param name="RollingStyle" value="Size"/> > <param name="StaticLogFileName" value="true"/> > </appender> > <appender name="LogFileAppenderDefaultLayout" extends="LogFileAppenderBase"> > <layout type="log4net.Layout.PatternLayout"> > <param name="ConversionPattern" value="%d{dd.MM.yy HH:mm:ss} [%t] %-5p %c{1} %m [%x]%n"/> > </layout> > </appender> > <appender name="LogFileAppender" extends="LogFileAppenderDefaultLayout"> > <param name="File" value="log.txt"/> > </appender> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Thu Mar 19 07:42:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71012 invoked from network); 19 Mar 2009 07:42:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Mar 2009 07:42:12 -0000 Received: (qmail 8828 invoked by uid 500); 19 Mar 2009 07:42:12 -0000 Delivered-To: [email protected] Received: (qmail 8787 invoked by uid 500); 19 Mar 2009 07:42:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 8778 invoked by uid 99); 19 Mar 2009 07:42:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Mar 2009 00:42:12 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Mar 2009 07:42:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id E2D5A234C004 for <[email protected]>; Thu, 19 Mar 2009 00:41:50 -0700 (PDT) Message-ID: <(713)803-7741.1237448510927.JavaMail.jira@brutus> Date: Thu, 19 Mar 2009 00:41:50 -0700 (PDT) From: "ghinwa badawi (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LOG4NET-207) Could not find schema information for the element 'log4net' MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Could not find schema information for the element 'log4net' ----------------------------------------------------------- Key: LOG4NET-207 URL: https://issues.apache.org/jira/browse/LOG4NET-207 Project: Log4net Issue Type: Bug Affects Versions: 1.2.10 Environment: visual studio 2008 with .net 3.5 Reporter: ghinwa badawi Priority: Blocker Hi, i have tried to use log4net in a windows service on VS2008 - .Net Framework: 3.5, I added the following in the app.config file : <configSections> <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" /> </configSections> <log4net> <appender name="FileAppender" type="log4net.Appender.FileAppender"> <file value="C:\logfile.txt" /> <appendToFile value="true" /> <layout type="log4net.Layout.PatternLayout"> <conversionPattern value="%date [%thread] %-5level %logger [%property{NDC}] - %message%newline" /> </layout> </appender> <root> <level value="DEBUG" /> <appender-ref ref="FileAppender" /> </root> </log4net> but i am getting the below message: "Message 5 Could not find schema information for the element 'log4net'. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Thu Mar 19 08:34:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87203 invoked from network); 19 Mar 2009 08:34:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Mar 2009 08:34:13 -0000 Received: (qmail 54933 invoked by uid 500); 19 Mar 2009 08:34:13 -0000 Delivered-To: [email protected] Received: (qmail 54906 invoked by uid 500); 19 Mar 2009 08:34:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 54897 invoked by uid 99); 19 Mar 2009 08:34:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Mar 2009 01:34:13 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Mar 2009 08:34:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 745B0234C003 for <[email protected]>; Thu, 19 Mar 2009 01:33:50 -0700 (PDT) Message-ID: <1585827908.1237451630462.JavaMail.jira@brutus> Date: Thu, 19 Mar 2009 01:33:50 -0700 (PDT) From: "ghinwa badawi (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (LOG4NET-207) Could not find schema information for the element 'log4net' In-Reply-To: <(713)803-7741.1237448510927.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4NET-207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683361#action_12683361 ] ghinwa badawi commented on LOG4NET-207: --------------------------------------- Please note that I downgraded the .net framework of the windows service to 2.0 and still facing the same bug, the same message is being displayed. is there a solution for this ? I don't know if this is the right place to ask for help, if not then please provide me with the correct forum for this. Thanks, Ghinwa > Could not find schema information for the element 'log4net' > ----------------------------------------------------------- > > Key: LOG4NET-207 > URL: https://issues.apache.org/jira/browse/LOG4NET-207 > Project: Log4net > Issue Type: Bug > Affects Versions: 1.2.10 > Environment: visual studio 2008 with .net 3.5 > Reporter: ghinwa badawi > Priority: Blocker > > Hi, > i have tried to use log4net in a windows service on VS2008 - .Net Framework: 3.5, > I added the following in the app.config file : > <configSections> > <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" /> > </configSections> > > <log4net> > <appender name="FileAppender" type="log4net.Appender.FileAppender"> > <file value="C:\logfile.txt" /> > <appendToFile value="true" /> > <layout type="log4net.Layout.PatternLayout"> > <conversionPattern value="%date [%thread] %-5level %logger [%property{NDC}] - %message%newline" /> > </layout> > </appender> > <root> > <level value="DEBUG" /> > <appender-ref ref="FileAppender" /> > </root> > </log4net> > > but i am getting the below message: > "Message 5 Could not find schema information for the element 'log4net'. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Thu Mar 19 11:22:19 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80628 invoked from network); 19 Mar 2009 11:22:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Mar 2009 11:22:19 -0000 Received: (qmail 72804 invoked by uid 500); 19 Mar 2009 11:22:14 -0000 Delivered-To: [email protected] Received: (qmail 72720 invoked by uid 500); 19 Mar 2009 11:22:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 72690 invoked by uid 99); 19 Mar 2009 11:22:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Mar 2009 04:22:13 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Mar 2009 11:22:12 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 95126234C003 for <[email protected]>; Thu, 19 Mar 2009 04:21:50 -0700 (PDT) Message-ID: <1505691996.1237461710606.JavaMail.jira@brutus> Date: Thu, 19 Mar 2009 04:21:50 -0700 (PDT) From: "Steve Wagner (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (LOG4NET-20) [PATCH] Adds "extends" attribute to appenders In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4NET-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683431#action_12683431 ] Steve Wagner commented on LOG4NET-20: ------------------------------------- I would more like to see this: <appender name="FileAppender2" extends="FileAppender1"> <param name="File" value="log1.txt"/> </appender> Since it is a lot compacter and is more easy to read, but your syntax is also ok. > [PATCH] Adds "extends" attribute to appenders > --------------------------------------------- > > Key: LOG4NET-20 > URL: https://issues.apache.org/jira/browse/LOG4NET-20 > Project: Log4net > Issue Type: Improvement > Components: Appenders > Affects Versions: 1.2.9 > Environment: WinXP, .NET Framework 1.1 > Reporter: Dag Christensen > Priority: Trivial > Attachments: DOMHierarchyConfigurator.patch > > > Adds "extends" attribute to appenders. Improvement suggested by Ron Grabowski on log4net-user. > Sample usage: > <appender name="LogFileAppenderBase" type="log4net.Appender.RollingFileAppender"> > <param name="CountDirection" value="1"/> > <param name="AppendToFile" value="true"/> > <param name="MaxSizeRollBackups" value="10"/> > <param name="MaximumFileSize" value="5MB"/> > <param name="RollingStyle" value="Size"/> > <param name="StaticLogFileName" value="true"/> > </appender> > <appender name="LogFileAppenderDefaultLayout" extends="LogFileAppenderBase"> > <layout type="log4net.Layout.PatternLayout"> > <param name="ConversionPattern" value="%d{dd.MM.yy HH:mm:ss} [%t] %-5p %c{1} %m [%x]%n"/> > </layout> > </appender> > <appender name="LogFileAppender" extends="LogFileAppenderDefaultLayout"> > <param name="File" value="log.txt"/> > </appender> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Wed Mar 25 18:14:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9132 invoked from network); 25 Mar 2009 18:14:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Mar 2009 18:14:13 -0000 Received: (qmail 95725 invoked by uid 500); 25 Mar 2009 18:14:13 -0000 Delivered-To: [email protected] Received: (qmail 95686 invoked by uid 500); 25 Mar 2009 18:14:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 95643 invoked by uid 99); 25 Mar 2009 18:14:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Mar 2009 18:14:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Mar 2009 18:14:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 8AC54234C041 for <[email protected]>; Wed, 25 Mar 2009 11:13:50 -0700 (PDT) Message-ID: <1271500703.1238004830567.JavaMail.jira@brutus> Date: Wed, 25 Mar 2009 11:13:50 -0700 (PDT) From: "Alain Dupont (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LOG4NET-208) RollingFileAppender does not delete file when RollingStyle = log4net.Appender.RollingFileAppender.RollingMode.Once MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org RollingFileAppender does not delete file when RollingStyle = log4net.Appender.RollingFileAppender.RollingMode.Once ------------------------------------------------------------------------------------------------------------------ Key: LOG4NET-208 URL: https://issues.apache.org/jira/browse/LOG4NET-208 Project: Log4net Issue Type: Bug Components: Appenders Affects Versions: 1.2.10 Environment: Windows Xp SP3 Reporter: Alain Dupont Priority: Minor The RollingFileAppender does not delete file when RollingStyle = log4net.Appender.RollingFileAppender.RollingMode.Once or when then append attribut is set to false. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Thu Mar 26 20:29:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83384 invoked from network); 26 Mar 2009 20:29:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Mar 2009 20:29:13 -0000 Received: (qmail 78634 invoked by uid 500); 26 Mar 2009 20:29:13 -0000 Delivered-To: [email protected] Received: (qmail 78548 invoked by uid 500); 26 Mar 2009 20:29:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 78485 invoked by uid 99); 26 Mar 2009 20:29:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Mar 2009 20:29:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Mar 2009 20:29:11 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 8BB8D234C044 for <[email protected]>; Thu, 26 Mar 2009 13:28:50 -0700 (PDT) Message-ID: <(713)803-7741.1238099330571.JavaMail.jira@brutus> Date: Thu, 26 Mar 2009 13:28:50 -0700 (PDT) From: "Matthew Gabeler-Lee (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LOG4NET-209) XmlLayout.FormatXml calls wrong overload of XmlWriter.WriteStartElement MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org XmlLayout.FormatXml calls wrong overload of XmlWriter.WriteStartElement ----------------------------------------------------------------------- Key: LOG4NET-209 URL: https://issues.apache.org/jira/browse/LOG4NET-209 Project: Log4net Issue Type: Bug Components: Other Affects Versions: 1.2.10, 1.2.11 Environment: .NET 3.5 SP1 Reporter: Matthew Gabeler-Lee FormatXml calls WriteStartElement using prefixed element names (e.g. "log4net:event"), but it calls the overload of WriteStartElement that expects a local name. Thus, if it writes to an xml writer that actually checks such things, it crashes. Instead, it should call the overload that separates the prefix from the local name. E.g.: writer.WriteStartElement(this.m_prefix, this.m_elmEvent, null). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Mon Mar 30 09:07:13 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12963 invoked from network); 30 Mar 2009 09:07:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Mar 2009 09:07:12 -0000 Received: (qmail 9238 invoked by uid 500); 30 Mar 2009 09:07:11 -0000 Delivered-To: [email protected] Received: (qmail 9156 invoked by uid 500); 30 Mar 2009 09:07:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 9147 invoked by uid 99); 30 Mar 2009 09:07:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Mar 2009 09:07:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Mar 2009 09:07:10 +0000 Received: from brutus (localhost [161.129.204.104]) by brutus.apache.org (Postfix) with ESMTP id 9E9E0234C041 for <[email protected]>; Mon, 30 Mar 2009 02:06:50 -0700 (PDT) Message-ID: <348196412.1238404010648.JavaMail.jira@brutus> Date: Mon, 30 Mar 2009 02:06:50 -0700 (PDT) From: "fatcat (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (LOG4NET-210) Regional Setting "Quechua (Peru)" makes Log4Net.Info to hang on strings with length > 5000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Regional Setting "Quechua (Peru)" makes Log4Net.Info to hang on strings with length > 5000 ------------------------------------------------------------------------------------------ Key: LOG4NET-210 URL: https://issues.apache.org/jira/browse/LOG4NET-210 Project: Log4net Issue Type: Bug Affects Versions: 1.2.10 Environment: Windows XP Reporter: fatcat We are using log4net for .NET Framework 2.0 version 161.129.204.104. Somehow code String newstring = ""; for (int i = 0; i < N; i++) { newstring += "a"; } _log4net.Info(newstring); Where N > 5000 works fine with English selected in Regional Optins for Standards and Formats, but when you select something less common as "Quechua (Peru)" - such long strings make log4net to hang. And if string is longer - then time for which appender hangs - is bigger. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. From [email protected] Tue Mar 31 13:38:35 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91940 invoked from network); 31 Mar 2009 13:38:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 31 Mar 2009 13:38:31 -0000 Received: (qmail 79103 invoked by uid 500); 31 Mar 2009 13:38:31 -0000 Delivered-To: [email protected] Received: (qmail 79058 invoked by uid 500); 31 Mar 2009 13:38:31 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4NET Dev" <[email protected]> List-Id: <log4net-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 79049 invoked by uid 99); 31 Mar 2009 13:38:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Mar 2009 13:38:31 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-bw0-f161.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Mar 2009 13:38:25 +0000 Received: by bwz5 with SMTP id 5so2460290bwz.22 for <[email protected]>; Tue, 31 Mar 2009 06:38:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=EDkjQ1+Z4NuOUxOb8T0EZov6+qhV6t4dIyrhZ5/sszc=; b=FjvzLhxRJyNqq1J+hQiJ6xyluUIoYnVrRPpoZ2UH+luOedwKND98WzlWjuX+5iRSTz FTaxKXFaukHLJiHV9Zwn8ChSykyNNE2l/KI5wxmV5QEZ195e7ZzW1VSB1+W7oXYZ0v6+ acs11nP/PLv06tAs0Km57xEgfnEKAaGf0C4Ig= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=PX6ldsxAHHZrFafUswELtGZ5JLmH76dao+Hz7o/4UtT0DMa0L+lM5Zfupmn/RKkeBf 9XjWurx9mOZadfKYT+I7IRlFczqJboC7Px0TAGv09qZF1IcoCgUHAEapRwqnWpxSsc7E B2K8qXweRJ5y1myaMDBg9t0tgteqTnt7/RiVI= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id g4mr2383647bkj.81.1238506683557; Tue, 31 Mar 2009 06:38:03 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 31 Mar 2009 15:38:03 +0200 Message-ID: <[email protected]> Subject: all the example files are missing from the log4net website From: Johan Compen <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org All links on this page are dead: http://logging.apache.org/log4net/release/example-apps.html Not Found The requested URL /examples/net/1.0/Tutorials/ConsoleApp/cs was not found on this server.
From [email protected] Sat Nov 02 19:00:19 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55124 invoked by uid 500); 2 Nov 2002 19:00:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 55082 invoked by uid 500); 2 Nov 2002 19:00:18 -0000 Delivered-To: [email protected] Date: 2 Nov 2002 19:00:05 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: tcl-moddtcl mod_dtcl.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N davidw 2002/11/02 11:00:04 Modified: . mod_dtcl.c Log: * Cleanup after HEAD requests. Revision Changes Path 1.55 +3 -3 tcl-moddtcl/mod_dtcl.c Index: mod_dtcl.c =================================================================== RCS file: /home/cvs/tcl-moddtcl/mod_dtcl.c,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- mod_dtcl.c 18 Apr 2002 13:02:19 -0000 1.54 +++ mod_dtcl.c 2 Nov 2002 19:00:04 -0000 1.55 @@ -467,8 +467,7 @@ { set_header_type(r, DEFAULT_HEADER_TYPE); print_headers(r); - - return OK; + goto cleanup; } ap_cpystrn(error, DEFAULT_ERROR_MSG, sizeof(error)); @@ -589,6 +588,7 @@ get_parse_exec_file(r, dsc, r->filename, 1); /* reset globals */ +cleanup: *(dsc->buffer_output) = 0; *(dsc->headers_printed) = 0; *(dsc->headers_set) = 0; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Nov 05 00:33:16 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63323 invoked by uid 500); 5 Nov 2002 00:33:15 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 63312 invoked by uid 500); 5 Nov 2002 00:33:15 -0000 Delivered-To: [email protected] Date: 5 Nov 2002 00:33:05 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: tcl-moddtcl/debian changelog X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N davidw 2002/11/04 16:33:05 Modified: . Makefile apache_cookie.c apache_cookie.h apache_multipart_buffer.c apache_multipart_buffer.h apache_request.c builddtcl.sh channel.c mod_dtcl.c mod_dtcl.h tcl_commands.c debian changelog Log: * Cleanup after HEAD requests. * Make changes necessary for Tcl 8.4 compatibility. * Update to latest httpd-apreq code. Revision Changes Path 1.19 +5 -5 tcl-moddtcl/Makefile Index: Makefile =================================================================== RCS file: /home/cvs/tcl-moddtcl/Makefile,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- Makefile 5 Sep 2001 12:01:22 -0000 1.18 +++ Makefile 5 Nov 2002 00:33:04 -0000 1.19 @@ -23,10 +23,10 @@ all: builddtcl_test shared static: $(OBJECTS) docs/documentation.html - $(TCL_STLIB_LD) $(STATICLIB) $(OBJECTS) + $(TCL_STLIB_LD) $(STATICLIB) $(OBJECTS) shared: $(OBJECTS) docs/documentation.html - $(TCL_SHLIB_LD) -o $(SHLIB) $(OBJECTS) $(TCL_LIB_SPEC) $(TCL_LIBS) + $(TCL_SHLIB_LD) $(TCL_SHLIB_CFLAGS) -o $(SHLIB) $(OBJECTS) $(TCL_LIB_SPEC) $(TCL_LIBS) # I don't have too many C files, so it's just clearer to do things by # hand @@ -46,10 +46,10 @@ channel.o: channel.c mod_dtcl.h channel.h $(COMPILE) -clean: +clean: -rm -f $(STATICLIB) $(SHLIB) *.o *~ docs/documentation.txt docs/documentation.html -version: +version: ./cvsversion.tcl docs/documentation.html: 1.5 +63 -64 tcl-moddtcl/apache_cookie.c Index: apache_cookie.c =================================================================== RCS file: /home/cvs/tcl-moddtcl/apache_cookie.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- apache_cookie.c 21 Jun 2001 17:47:08 -0000 1.4 +++ apache_cookie.c 5 Nov 2002 00:33:04 -0000 1.5 @@ -1,5 +1,8 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * The Apache Software License, Version 1.1 + * + * Copyright (c) 2000 The Apache Software Foundation. All rights + * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,46 +16,44 @@ * the documentation and/or other materials provided with the * distribution. * - * 3. All advertising materials mentioning features or use of this - * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group - * for use in the Apache HTTP server project (http://www.apache.org/)." - * - * 4. The names "Apache Server" and "Apache Group" must not be used to - * endorse or promote products derived from this software without - * prior written permission. For written permission, please contact - * [email protected]. - * - * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. - * - * 6. Redistributions of any form whatsoever must retain the following - * acknowledgment: - * "This product includes software developed by the Apache Group - * for use in the Apache HTTP server project (http://www.apache.org/)." - * - * THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY - * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE GROUP OR + * 3. The end-user documentation included with the redistribution, + * if any, must include the following acknowledgment: + * "This product includes software developed by the + * Apache Software Foundation (http://www.apache.org/)." + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. + * + * 4. The names "Apache" and "Apache Software Foundation" must + * not be used to endorse or promote products derived from this + * software without prior written permission. For written + * permission, please contact [email protected]. + * + * 5. Products derived from this software may not be called "Apache", + * nor may "Apache" appear in their name, without prior written + * permission of the Apache Software Foundation. + * + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT - * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, - * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED - * OF THE POSSIBILITY OF SUCH DAMAGE. + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF + * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based - * on public domain software written at the National Center for - * Supercomputing Applications, University of Illinois, Urbana-Champaign. - * For more information on the Apache Group and the Apache HTTP server - * project, please see <http://www.apache.org/>. - * + * individuals on behalf of the Apache Software Foundation. For more + * information on the Apache Software Foundation, please see + * <http://www.apache.org/>. + * + * Portions of this software are based upon public domain software + * originally written at the National Center for Supercomputing Applications, + * University of Illinois, Urbana-Champaign. */ #include "apache_cookie.h" @@ -62,16 +63,15 @@ char *expires; expires = ApacheUtil_expires(c->r->pool, time_str, EXPIRES_COOKIE); - if (expires) { + if (expires) c->expires = expires; - } return c->expires; } #define cookie_get_set(thing,val) \ -retval = thing; \ -if(val) thing = ap_pstrdup(c->r->pool, val) + retval = thing; \ + if(val) thing = ap_pstrdup(c->r->pool, val) char *ApacheCookie_attr(ApacheCookie *c, char *key, char *val) { @@ -130,9 +130,9 @@ for(;;) { char *key, *val; key = va_arg(args, char *); - if (key == NULL) { + if (key == NULL) break; - } + val = va_arg(args, char *); (void)ApacheCookie_attr(c, key, val); } @@ -147,35 +147,36 @@ ApacheCookieJar *retval = ap_make_array(r->pool, 1, sizeof(ApacheCookie *)); - if (!data) { - if (!(data = ap_table_get(r->headers_in, "Cookie"))) { + if (!data) + if (!(data = ap_table_get(r->headers_in, "Cookie"))) return retval; - } - } while (*data && (pair = ap_getword(r->pool, &data, ';'))) { const char *key, *val; ApacheCookie *c; - while (ap_isspace(*data)) { + while (ap_isspace(*data)) ++data; - } + key = ap_getword(r->pool, &pair, '='); ap_unescape_url((char *)key); c = ApacheCookie_new(r, "-name", key, NULL); - if (c->values) { + + if (c->values) c->values->nelts = 0; - } - else { + else c->values = ap_make_array(r->pool, 4, sizeof(char *)); - } - if (!*pair) { + if (!*pair) ApacheCookieAdd(c, ""); - } - while (*pair && (val = ap_getword(r->pool, &pair, '&'))) { + + while (*pair && (val = ap_getword_nulls(r->pool, &pair, '&'))) { ap_unescape_url((char *)val); +#ifdef DEBUG + ap_log_rerror(APLOG_MARK, APLOG_NOERRNO|APLOG_ERR, r, + "[apache_cookie] added (%s)", val); +#endif ApacheCookieAdd(c, val); } ApacheCookieJarAdd(retval, c); @@ -188,7 +189,7 @@ *(char **)ap_push_array(arr) = (char *)val #define cookie_push_named(arr, name, val) \ - if(val) { \ + if(val && strlen(val) > 0) { \ cookie_push_arr(arr, ap_pstrcat(p, name, "=", val, NULL)); \ } @@ -198,6 +199,7 @@ char *end = result + strlen(result); char *seek; + /* touchup result to ensure that special chars are escaped */ for ( seek = end-1; seek >= result; --seek) { char *ptr, *replacement; @@ -215,10 +217,8 @@ continue; /* next for() */ } - - for (ptr = end; ptr > seek; --ptr) { - ptr[2] = ptr[0]; - } + for (ptr = end; ptr > seek; --ptr) + ptr[2] = ptr[0]; strncpy(seek, replacement, 3); end += 2; @@ -234,9 +234,8 @@ char *cookie, *retval; int i; - if (!c->name) { + if (!c->name) return ""; - } values = ap_make_array(p, 6, sizeof(char *)); cookie_push_named(values, "domain", c->domain); @@ -250,7 +249,7 @@ for (i=0; i<c->values->nelts; i++) { cookie = ap_pstrcat(p, cookie, escape_url(p, ((char**)c->values->elts)[i]), - (i < (c->values->nelts-1) ? "&" : NULL), + (i < (c->values->nelts -1) ? "&" : NULL), NULL); } 1.2 +13 -0 tcl-moddtcl/apache_cookie.h Index: apache_cookie.h =================================================================== RCS file: /home/cvs/tcl-moddtcl/apache_cookie.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- apache_cookie.h 19 Dec 2000 11:59:10 -0000 1.1 +++ apache_cookie.h 5 Nov 2002 00:33:04 -0000 1.2 @@ -1,3 +1,6 @@ +#ifndef _APACHE_COOKIE_H +#define _APACHE_COOKIE_H + #include "apache_request.h" typedef array_header ApacheCookieJar; @@ -12,6 +15,10 @@ int secure; } ApacheCookie; +#ifdef __cplusplus + extern "C" { +#endif + #define ApacheCookieJarItems(arr) arr->nelts #define ApacheCookieJarFetch(arr,i) \ @@ -41,4 +48,10 @@ char *ApacheCookie_expires(ApacheCookie *c, char *time_str); void ApacheCookie_bake(ApacheCookie *c); +#ifdef __cplusplus + } +#endif + #define APC_ERROR APLOG_MARK, APLOG_NOERRNO|APLOG_ERR, c->r + +#endif 1.6 +45 -37 tcl-moddtcl/apache_multipart_buffer.c Index: apache_multipart_buffer.c =================================================================== RCS file: /home/cvs/tcl-moddtcl/apache_multipart_buffer.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- apache_multipart_buffer.c 21 Jun 2001 17:47:09 -0000 1.5 +++ apache_multipart_buffer.c 5 Nov 2002 00:33:04 -0000 1.6 @@ -1,5 +1,8 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * The Apache Software License, Version 1.1 + * + * Copyright (c) 2000 The Apache Software Foundation. All rights + * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,46 +16,44 @@ * the documentation and/or other materials provided with the * distribution. * - * 3. All advertising materials mentioning features or use of this - * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group - * for use in the Apache HTTP server project (http://www.apache.org/)." - * - * 4. The names "Apache Server" and "Apache Group" must not be used to - * endorse or promote products derived from this software without - * prior written permission. For written permission, please contact - * [email protected]. - * - * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. - * - * 6. Redistributions of any form whatsoever must retain the following - * acknowledgment: - * "This product includes software developed by the Apache Group - * for use in the Apache HTTP server project (http://www.apache.org/)." - * - * THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY - * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE GROUP OR + * 3. The end-user documentation included with the redistribution, + * if any, must include the following acknowledgment: + * "This product includes software developed by the + * Apache Software Foundation (http://www.apache.org/)." + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. + * + * 4. The names "Apache" and "Apache Software Foundation" must + * not be used to endorse or promote products derived from this + * software without prior written permission. For written + * permission, please contact [email protected]. + * + * 5. Products derived from this software may not be called "Apache", + * nor may "Apache" appear in their name, without prior written + * permission of the Apache Software Foundation. + * + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT - * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, - * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED - * OF THE POSSIBILITY OF SUCH DAMAGE. + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF + * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based - * on public domain software written at the National Center for - * Supercomputing Applications, University of Illinois, Urbana-Champaign. - * For more information on the Apache Group and the Apache HTTP server - * project, please see <http://www.apache.org/>. - * + * individuals on behalf of the Apache Software Foundation. For more + * information on the Apache Software Foundation, please see + * <http://www.apache.org/>. + * + * Portions of this software are based upon public domain software + * originally written at the National Center for Supercomputing Applications, + * University of Illinois, Urbana-Champaign. */ #include "apache_multipart_buffer.h" @@ -103,6 +104,13 @@ /* calculate the free space in the buffer */ bytes_to_read = self->bufsize - self->bytes_in_buffer; + + if (bytes_to_read >= self->r->remaining) { + bytes_to_read = self->r->remaining - strlen(self->boundary); +#ifdef DEBUG + ap_log_rerror(MPB_ERROR, "mozilla 0.97 hack: '%ld'", self->r->remaining); +#endif + } /* read the required number of bytes */ if(bytes_to_read > 0) { 1.2 +13 -0 tcl-moddtcl/apache_multipart_buffer.h Index: apache_multipart_buffer.h =================================================================== RCS file: /home/cvs/tcl-moddtcl/apache_multipart_buffer.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- apache_multipart_buffer.h 19 Dec 2000 11:59:10 -0000 1.1 +++ apache_multipart_buffer.h 5 Nov 2002 00:33:04 -0000 1.2 @@ -1,9 +1,16 @@ +#ifndef _APACHE_MULTIPART_BUFFER_H +#define _APACHE_MULTIPART_BUFFER_H + #include "apache_request.h" /*#define DEBUG 1*/ #define FILLUNIT (1024 * 5) #define MPB_ERROR APLOG_MARK, APLOG_NOERRNO|APLOG_ERR, self->r +#ifdef __cplusplus + extern "C" { +#endif + typedef struct { /* request info */ request_rec *r; @@ -27,3 +34,9 @@ int multipart_buffer_read(multipart_buffer *self, char *buf, int bytes); char *multipart_buffer_read_body(multipart_buffer *self); int multipart_buffer_eof(multipart_buffer *self); + +#ifdef __cplusplus + } +#endif + +#endif 1.9 +71 -62 tcl-moddtcl/apache_request.c Index: apache_request.c =================================================================== RCS file: /home/cvs/tcl-moddtcl/apache_request.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- apache_request.c 23 Jun 2001 14:11:03 -0000 1.8 +++ apache_request.c 5 Nov 2002 00:33:04 -0000 1.9 @@ -1,5 +1,8 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * The Apache Software License, Version 1.1 + * + * Copyright (c) 2000 The Apache Software Foundation. All rights + * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,50 +16,49 @@ * the documentation and/or other materials provided with the * distribution. * - * 3. All advertising materials mentioning features or use of this - * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group - * for use in the Apache HTTP server project (http://www.apache.org/)." - * - * 4. The names "Apache Server" and "Apache Group" must not be used to - * endorse or promote products derived from this software without - * prior written permission. For written permission, please contact - * [email protected]. + * 3. The end-user documentation included with the redistribution, + * if any, must include the following acknowledgment: + * "This product includes software developed by the + * Apache Software Foundation (http://www.apache.org/)." + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. * - * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * 4. The names "Apache" and "Apache Software Foundation" must + * not be used to endorse or promote products derived from this + * software without prior written permission. For written + * permission, please contact [email protected]. * - * 6. Redistributions of any form whatsoever must retain the following - * acknowledgment: - * "This product includes software developed by the Apache Group - * for use in the Apache HTTP server project (http://www.apache.org/)." + * 5. Products derived from this software may not be called "Apache", + * nor may "Apache" appear in their name, without prior written + * permission of the Apache Software Foundation. * - * THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY - * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE GROUP OR + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT - * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, - * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED - * OF THE POSSIBILITY OF SUCH DAMAGE. + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF + * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based - * on public domain software written at the National Center for - * Supercomputing Applications, University of Illinois, Urbana-Champaign. - * For more information on the Apache Group and the Apache HTTP server - * project, please see <http://www.apache.org/>. + * individuals on behalf of the Apache Software Foundation. For more + * information on the Apache Software Foundation, please see + * <http://www.apache.org/>. * + * Portions of this software are based upon public domain software + * originally written at the National Center for Supercomputing Applications, + * University of Illinois, Urbana-Champaign. */ #include "apache_request.h" #include "apache_multipart_buffer.h" +int fill_buffer(multipart_buffer *self); /* needed for mozilla hack */ static void req_plustospace(char *str) { @@ -216,37 +218,27 @@ static char *my_urlword(pool *p, const char **line) { - int i; - - for (i = 0; urlword_dlm[i]; i++) { - int stop = urlword_dlm[i]; - char *pos = strchr(*line, stop); - char *res; - - if (!pos) { - if (!urlword_dlm[i+1]) { - int len = strlen(*line); - res = ap_pstrndup(p, *line, len); - *line += len; - return res; - } - continue; - } - - res = ap_pstrndup(p, *line, pos - *line); + char *res = NULL; + const char *pos = *line; + char ch; - while (*pos == stop) { - ++pos; - } + while ( (ch = *pos) != '\0' && ch != ';' && ch != '&') { + ++pos; + } - *line = pos; + res = ap_pstrndup(p, *line, pos - *line); - return res; + while (ch == ';' || ch == '&') { + ++pos; + ch = *pos; } - return NULL; + *line = pos; + + return res; } + static void split_to_parms(ApacheRequest *req, const char *data) { request_rec *r = req->r; @@ -380,11 +372,6 @@ multipart_buffer *mbuff; ApacheUpload *upload = NULL; - if (req->disable_uploads) { - ap_log_rerror(REQ_ERROR, "[libapreq] file upload forbidden"); - return HTTP_FORBIDDEN; - } - if (!ct) { ap_log_rerror(REQ_ERROR, "[libapreq] no Content-type header!"); return HTTP_INTERNAL_SERVER_ERROR; @@ -418,6 +405,14 @@ int blen, wlen; if (!header) { +#ifdef DEBUG + ap_log_rerror(REQ_ERROR, + "[libapreq] silently drop remaining '%ld' bytes", r->remaining); +#endif + ap_hard_timeout("[libapreq] parse_multipart", r); + while ( ap_get_client_block(r, buff, sizeof(buff)) > 0 ) + /* wait for more input to ignore */ ; + ap_kill_timeout(r); return OK; } @@ -446,6 +441,12 @@ continue; } if (!param) continue; /* shouldn't happen, but just in case. */ + + if (req->disable_uploads) { + ap_log_rerror(REQ_ERROR, "[libapreq] file upload forbidden"); + return HTTP_FORBIDDEN; + } + ap_table_add(req->parms, param, filename); if (upload) { @@ -464,6 +465,14 @@ upload->info = header; upload->filename = ap_pstrdup(req->r->pool, filename); upload->name = ap_pstrdup(req->r->pool, param); + + /* mozilla empty-file (missing CRLF) hack */ + fill_buffer(mbuff); + if( strEQN(mbuff->buf_begin, mbuff->boundary, + strlen(mbuff->boundary)) ) { + r->remaining -= 2; + continue; + } while ((blen = multipart_buffer_read(mbuff, buff, sizeof(buff)))) { if (req->upload_hook != NULL) { 1.16 +7 -7 tcl-moddtcl/builddtcl.sh Index: builddtcl.sh =================================================================== RCS file: /home/cvs/tcl-moddtcl/builddtcl.sh,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- builddtcl.sh 9 Oct 2001 15:29:47 -0000 1.15 +++ builddtcl.sh 5 Nov 2002 00:33:04 -0000 1.16 @@ -43,7 +43,7 @@ # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # INC=$APACHE/src/include -if [ -f $INC/httpd.h ] +if [ -f $INC/httpd.h ] then echo "Apache includes in $INC" INCLUDES="-I$INC" ; export INCLUDES @@ -61,18 +61,18 @@ export TCLSH export TCL_CC -export TCL_CFLAGS_DEBUG -export TCL_CFLAGS_OPTIMIZE -export TCL_CFLAGS_WARNING +export TCL_CFLAGS_DEBUG +export TCL_CFLAGS_OPTIMIZE +export TCL_CFLAGS_WARNING export TCL_EXTRA_CFLAGS export TCL_LIBS -export TCL_LIB_FLAG +export TCL_LIB_FLAG export TCL_LIB_SPEC export TCL_PREFIX export TCL_SHLIB_CFLAGS export TCL_SHLIB_LD export TCL_SHLIB_SUFFIX -export TCL_STLIB_LD +export TCL_STLIB_LD export TCL_SRC_DIR BUILDDTCL="YES" ; export BUILDDTCL 1.2 +2 -2 tcl-moddtcl/channel.c Index: channel.c =================================================================== RCS file: /home/cvs/tcl-moddtcl/channel.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- channel.c 5 Sep 2001 12:01:22 -0000 1.1 +++ channel.c 5 Nov 2002 00:33:04 -0000 1.2 @@ -18,7 +18,7 @@ /* This is the output 'method' for the Memory Buffer Tcl 'File' Channel that we create to divert stdout to */ -static int outputproc(ClientData instancedata, char *buf, int toWrite, int *errorCodePtr) +static int outputproc(ClientData instancedata, CONST84 char *buf, int toWrite, int *errorCodePtr) { dtcl_server_conf *dsc = (dtcl_server_conf *)instancedata; Tcl_DStringAppend(dsc->buffer, buf, toWrite); @@ -34,7 +34,7 @@ } static int setoptionproc(ClientData instancedata, Tcl_Interp *interp, - char *optionname, char *value) + CONST84 char *optionname, CONST84 char *value) { return TCL_OK; } 1.56 +2 -2 tcl-moddtcl/mod_dtcl.c Index: mod_dtcl.c =================================================================== RCS file: /home/cvs/tcl-moddtcl/mod_dtcl.c,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- mod_dtcl.c 2 Nov 2002 19:00:04 -0000 1.55 +++ mod_dtcl.c 5 Nov 2002 00:33:04 -0000 1.56 @@ -330,7 +330,7 @@ print_error(r, 1, "<b>Tcl_ErrorScript failed!</b>"); } else { /* default action */ - errorinfo = Tcl_GetVar(interp, "errorInfo", 0); + errorinfo = (char *) Tcl_GetVar(interp, "errorInfo", 0); print_error(r, 0, errorinfo); print_error(r, 1, "<p><b>OUTPUT BUFFER:</b></p>"); print_error(r, 0, Tcl_GetStringFromObj(outbuf, (int *)NULL)); 1.16 +5 -0 tcl-moddtcl/mod_dtcl.h Index: mod_dtcl.h =================================================================== RCS file: /home/cvs/tcl-moddtcl/mod_dtcl.h,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- mod_dtcl.h 26 Jun 2002 13:01:58 -0000 1.15 +++ mod_dtcl.h 5 Nov 2002 00:33:04 -0000 1.16 @@ -58,6 +58,11 @@ #define MULTIPART_FORM_DATA 1 /* #define DTCL_VERSION "X.X.X" */ +/* For Tcl 8.3/8.4 compatibility - see http://mini.net/tcl/3669 */ +#ifndef CONST84 +# define CONST84 +#endif + typedef struct { Tcl_Interp *server_interp; /* per server Tcl interpreter */ Tcl_Obj *dtcl_global_init_script; /* run once when apache is first started */ 1.26 +2 -2 tcl-moddtcl/tcl_commands.c Index: tcl_commands.c =================================================================== RCS file: /home/cvs/tcl-moddtcl/tcl_commands.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- tcl_commands.c 12 Sep 2002 06:41:18 -0000 1.25 +++ tcl_commands.c 5 Nov 2002 00:33:04 -0000 1.26 @@ -746,7 +746,7 @@ chan = Tcl_MakeFileChannel((ClientData)fileno( ApacheUpload_FILE(upload)), TCL_READABLE); Tcl_RegisterChannel(interp, chan); - channelname = Tcl_GetChannelName(chan); + channelname = (char *)Tcl_GetChannelName(chan); Tcl_SetStringObj(result, channelname, -1); } } else if (!strcmp(method, "save")) { @@ -794,7 +794,7 @@ char *bytes = NULL; Tcl_Channel chan = NULL; - bytes = Tcl_Alloc(ApacheUpload_size(upload)); + bytes = Tcl_Alloc((unsigned int)ApacheUpload_size(upload)); chan = Tcl_MakeFileChannel((ClientData)fileno( ApacheUpload_FILE(upload)), TCL_READABLE); Tcl_SetChannelOption(interp, chan, "-translation", "binary"); 1.23 +10 -0 tcl-moddtcl/debian/changelog Index: changelog =================================================================== RCS file: /home/cvs/tcl-moddtcl/debian/changelog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- changelog 12 Sep 2002 06:41:19 -0000 1.22 +++ changelog 5 Nov 2002 00:33:05 -0000 1.23 @@ -1,3 +1,13 @@ +libapache-mod-dtcl (1.0.0-1) unstable; urgency=low + + * Cleanup after HEAD requests. + + * Make changes necessary for Tcl 8.4 compatibility. + + * Update to latest httpd-apreq code. + + -- + libapache-mod-dtcl (0.12.1-1) unstable; urgency=low * tcl_commands.c (HGetVars): Don't call ap_clear_table, as it can --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Nov 18 19:39:31 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74750 invoked by uid 500); 18 Nov 2002 19:39:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 74731 invoked by uid 500); 18 Nov 2002 19:39:29 -0000 Delivered-To: [email protected] Date: 18 Nov 2002 19:39:29 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: tcl-moddtcl/debian changelog X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N davidw 2002/11/18 11:39:28 Modified: debian changelog Log: Updated name in changelog. Revision Changes Path 1.24 +1 -1 tcl-moddtcl/debian/changelog Index: changelog =================================================================== RCS file: /home/cvs/tcl-moddtcl/debian/changelog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- changelog 5 Nov 2002 00:33:05 -0000 1.23 +++ changelog 18 Nov 2002 19:39:28 -0000 1.24 @@ -6,7 +6,7 @@ * Update to latest httpd-apreq code. - -- + -- David N. Welton <[email protected]> Mon, 4 Nov 2002 17:05:14 -0800 libapache-mod-dtcl (0.12.1-1) unstable; urgency=low --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Nov 18 22:57:38 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19201 invoked by uid 500); 18 Nov 2002 22:57:38 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 19190 invoked by uid 500); 18 Nov 2002 22:57:38 -0000 Delivered-To: [email protected] Date: 18 Nov 2002 22:57:37 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: tcl-moddtcl VERSION X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N davidw 2002/11/18 14:57:37 Modified: . VERSION Log: Bumped VERSION to 1.0. Revision Changes Path 1.11 +1 -1 tcl-moddtcl/VERSION Index: VERSION =================================================================== RCS file: /home/cvs/tcl-moddtcl/VERSION,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- VERSION 12 Sep 2002 06:41:18 -0000 1.10 +++ VERSION 18 Nov 2002 22:57:37 -0000 1.11 @@ -1 +1 @@ -0.12.1 +1.0.0 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Tue Jun 01 10:03:19 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66910 invoked from network); 1 Jun 2010 10:03:19 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 1 Jun 2010 10:03:19 -0000 Received: (qmail 81660 invoked by uid 500); 1 Jun 2010 10:03:18 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-commits.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 81653 invoked by uid 99); 1 Jun 2010 10:03:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 10:03:18 +0000 X-ASF-Spam-Status: No, hits=-1636.8 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 10:03:10 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6FA062388999; Tue, 1 Jun 2010 10:02:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r949989 [1/8] - in /db/jdo/site: docs/ docs/guides/ docs/releases/ xdocs/ Date: Tue, 01 Jun 2010 10:02:45 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: andyj Date: Tue Jun 1 10:02:44 2010 New Revision: 949989 URL: http://svn.apache.org/viewvc?rev=949989&view=rev Log: Docs for JDOQL result clause and methods available Added: db/jdo/site/docs/jdoql_methods.html db/jdo/site/docs/jdoql_result.html db/jdo/site/xdocs/jdoql_methods.xml db/jdo/site/xdocs/jdoql_result.xml Modified: db/jdo/site/docs/class_types.html db/jdo/site/docs/dependencies.html db/jdo/site/docs/downloads.html db/jdo/site/docs/enhancement.html db/jdo/site/docs/exceptions.html db/jdo/site/docs/extents.html db/jdo/site/docs/faq.html db/jdo/site/docs/field_types.html db/jdo/site/docs/get-involved.html db/jdo/site/docs/glossary.html db/jdo/site/docs/guides.html db/jdo/site/docs/guides/maven-jdo.html db/jdo/site/docs/guides/replication.html db/jdo/site/docs/impls.html db/jdo/site/docs/index.html db/jdo/site/docs/issue-tracking.html db/jdo/site/docs/issuetracking.html db/jdo/site/docs/javadoc.html db/jdo/site/docs/jdo_dtd.html db/jdo/site/docs/jdo_v_jpa.html db/jdo/site/docs/jdo_v_jpa_api.html db/jdo/site/docs/jdo_v_jpa_orm.html db/jdo/site/docs/jdocentral.html db/jdo/site/docs/jdohelper.html db/jdo/site/docs/jdoql.html db/jdo/site/docs/jdoquery_dtd.html db/jdo/site/docs/mail-lists.html db/jdo/site/docs/maven-reports.html db/jdo/site/docs/metadata.html db/jdo/site/docs/newshistory.html db/jdo/site/docs/object_retrieval.html db/jdo/site/docs/orm_dtd.html db/jdo/site/docs/pm.html db/jdo/site/docs/pmf.html db/jdo/site/docs/project-info.html db/jdo/site/docs/references.html db/jdo/site/docs/releases/release-2.0-beta.html db/jdo/site/docs/releases/release-2.0-rc1.html db/jdo/site/docs/releases/release-2.0.html db/jdo/site/docs/releases/release-2.1.1.html db/jdo/site/docs/releases/release-2.1.html db/jdo/site/docs/releases/release-2.2.html db/jdo/site/docs/releases/release-2.3-ea.html db/jdo/site/docs/roadmap.html db/jdo/site/docs/specifications.html db/jdo/site/docs/state_transition.html db/jdo/site/docs/svn.html db/jdo/site/docs/tck.html db/jdo/site/docs/team-list.html db/jdo/site/docs/transactions.html db/jdo/site/docs/why_jdo.html db/jdo/site/xdocs/navigation.xml Modified: db/jdo/site/docs/class_types.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/class_types.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/class_types.html (original) +++ db/jdo/site/docs/class_types.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - JDO Class Types</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><strong><a href="class_types.html">Types of Classes</a></strong></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a hre f="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li> <li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_Class_Types"></a><h2>JDO Class Types</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><strong><a href="class_types.html">Types of Classes</a></strong></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a hre f="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a> </li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_Class_Types"></a><h2>JDO Class Types</h2><p> JDO provides a means of transparent persistence of objects of user defined classes. With JDO there are actually 3 types of classes. </p><ul> @@ -45,4 +45,4 @@ public class MyClass }</pre></div> <br></br></div></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/dependencies.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/dependencies.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/dependencies.html (original) +++ db/jdo/site/docs/dependencies.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - Project Dependencies</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a> </li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="t eam-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><strong><a href="dependencies.html">Dependencies</a></strong></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="The_Apache_JDO_Project"></a><h2>The Apache JDO Project</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a> </li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a hr ef="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><strong><a href="dependencies.html">Dependencies</a></strong></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="The_Apache_JDO_Project"></a><h2>The Apache JDO Project</h2><p> Apache JDO is a sub-project of the Apache DB TLP. It includes two major areas: <ul> <li> @@ -55,4 +55,4 @@ The Reference Implementation is being de </p></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/downloads.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/downloads.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/downloads.html (original) +++ db/jdo/site/docs/downloads.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - Downloads</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><strong><a href="downloads.html">Downloads</a></strong></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.h tml">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class= "none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Latest_Official_Release"></a><h2>Latest Official Release</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><strong><a href="downloads.html">Downloads</a></strong></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.h tml">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li c lass="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Latest_Official_Release"></a><h2>Latest Official Release</h2><p> <a href="releases/release-2.3-ea.cgi">JDO 2.3 "Early Access"</a> <IMG vspace="0" hspace="8" SRC="images/dot_clear.gif"></IMG> May 19, 2009 @@ -71,4 +71,4 @@ See <a href="svn.html">Source Code Version Control</a> for information about downloading the latest source code for all of the JDO projects. </p></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/enhancement.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/enhancement.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/enhancement.html (original) +++ db/jdo/site/docs/enhancement.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - JDO Enhancement</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><strong><a href="enhancement.html">Bytecode Enhancement</a></strong></li><li class="none"><a hre f="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li> <li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_Enhancement"></a><h2>JDO Enhancement</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><strong><a href="enhancement.html">Bytecode Enhancement</a></strong></li><li class="none"><a hre f="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a> </li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_Enhancement"></a><h2>JDO Enhancement</h2><p> JDO defines a byte-code enhancement process that provides for dirty detection of fields. Before a class is used at runtime it is compiled and then "enhanced" to implement the interface <i>PersistenceCapable</i>, and optionally also <i>Detachable</i>. @@ -548,4 +548,4 @@ public class A implements PersistenceCap }</pre></div> </div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/exceptions.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/exceptions.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/exceptions.html (original) +++ db/jdo/site/docs/exceptions.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - JDO Exceptions</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html ">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><strong><a href="exceptions.html">Exceptions</a></strong></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li> <li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_Exceptions"></a><h2>JDO Exceptions</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html ">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><strong><a href="exceptions.html">Exceptions</a></strong></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a> </li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_Exceptions"></a><h2>JDO Exceptions</h2><p> All exceptions raised by a JDO implementation are runtime exceptions which means that you can choose to catch the exceptions or not. The reason for JDO using <I>unchecked</I> exceptions is that JDO tries to provide transparent persistence, and so needs to present the same interface and exceptions whatever the state an object has. @@ -25,4 +25,4 @@ The user will never see this exception except as a result of commit.</td></tr><tr class="a"><td>JDODetachedFieldAccessException</td><td>This exception is the result of a user accessing a field of a detached instance, where the field was not copied to the detached instance.</td></tr></table></div></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/extents.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/extents.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/extents.html (original) +++ db/jdo/site/docs/extents.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - JDO Extents</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html ">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><strong><a href="extents.html">Extents</a></strong></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li> <li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_Extents"></a><h2>JDO Extents</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html ">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><strong><a href="extents.html">Extents</a></strong></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a> </li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_Extents"></a><h2>JDO Extents</h2><p> JDO implementations manage the persistence of objects into the datastore. An <B>Extent</B> is a collection of objects of a particular type of object that have been persisted. When you define the MetaData for a class you can define if the class requires an Extent. The default is true. @@ -17,4 +17,4 @@ Extent e = pm.getExtent(MyClass.class, t all persisted objects of a type (as an alternative to using a Query). </p></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/faq.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/faq.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/faq.html (original) +++ db/jdo/site/docs/faq.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - FAQ</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a> </li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="t eam-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><strong><a href="faq.html">FAQ</a></strong></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="General"></a><h2>General</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a> </li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a hr ef="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><strong><a href="faq.html">FAQ</a></strong></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="General"></a><h2>General</h2><p> <strong>What is JDO?</strong> <blockquote> JDO is Java Data Objects, a datastore-agnostic interface @@ -43,4 +43,4 @@ </blockquote> </p></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file From [email protected] Tue Jun 01 10:03:19 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66924 invoked from network); 1 Jun 2010 10:03:19 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 1 Jun 2010 10:03:19 -0000 Received: (qmail 81670 invoked by uid 500); 1 Jun 2010 10:03:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-commits.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 81662 invoked by uid 99); 1 Jun 2010 10:03:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 10:03:19 +0000 X-ASF-Spam-Status: No, hits=-1667.1 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 10:03:12 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8A02C2388A66; Tue, 1 Jun 2010 10:02:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r949989 [3/8] - in /db/jdo/site: docs/ docs/guides/ docs/releases/ xdocs/ Date: Tue, 01 Jun 2010 10:02:45 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Modified: db/jdo/site/docs/index.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/index.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/index.html (original) +++ db/jdo/site/docs/index.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - Home</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><strong><a href="index.html">Home</a></strong></li><li class="none"><a href= "why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.h tml">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class= "none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="About_Apache_JDO"></a><h2>About Apache JDO</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><strong><a href="index.html">Home</a></strong></li><li class="none"><a href= "why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.h tml">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li c lass="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="About_Apache_JDO"></a><h2>About Apache JDO</h2><p> Welcome to Apache JDO, a project of the <a href="http://db.apache.org/" class="externalLink" title="External Link">Apache DB project</a>. Our goal is a thriving community of users and developers of object persistence technology. @@ -88,4 +88,4 @@ Check out the <a href="http://www.jcp.or <i>Archived articles are <a href="newshistory.html">here</a></i>. </p></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/issue-tracking.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/issue-tracking.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/issue-tracking.html (original) +++ db/jdo/site/docs/issue-tracking.html Tue Jun 1 10:02:44 2010 @@ -3,7 +3,7 @@ </title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html ">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"> <a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Issue_Tracking"></a><h2>Issue Tracking</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html ">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="n one"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Issue_Tracking"></a><h2>Issue Tracking</h2><p> <message key="template.issue_tracking.general.intro" bundle="plugin-resources.templates.templates"></message> </p><p> <message key="template.issue_tracking.intro" bundle="plugin-resources.templates.templates"></message> @@ -11,4 +11,4 @@ <div class="source"><pre><a href="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10630" class="externalLink" title="External Link">http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10630</a></pre></div> </div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/issuetracking.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/issuetracking.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/issuetracking.html (original) +++ db/jdo/site/docs/issuetracking.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - Issue Tracking</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a> </li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="t eam-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><strong><a href="issuetracking.html">Issue Tracking</a></strong></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Process"></a><h2>Process</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a> </li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a hr ef="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><strong><a href="issuetracking.html">Issue Tracking</a></strong></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Process"></a><h2>Process</h2><p> The JDO project uses <a href="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10630" class="externalLink" title="External Link">JIRA</a> to track issues. </p><p> We use the following workflow for our JIRA issues: @@ -23,4 +23,4 @@ If the same issue comes up again after r </li> </ul></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/javadoc.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/javadoc.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/javadoc.html (original) +++ db/jdo/site/docs/javadoc.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - JDO Javadoc</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><strong><a href="javadoc.html">API Javadoc</a></strong></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.h tml">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class= "none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Javadoc_Formats"></a><h2>Javadoc Formats</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><strong><a href="javadoc.html">API Javadoc</a></strong></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.h tml">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li c lass="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Javadoc_Formats"></a><h2>Javadoc Formats</h2><p> JDO Javadoc is available in two formats. You can browse the javadoc online, or you can download it as a .zip file and unzip it to a local directory. Modified: db/jdo/site/docs/jdo_dtd.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/jdo_dtd.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/jdo_dtd.html (original) +++ db/jdo/site/docs/jdo_dtd.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - JDO DTD</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="expanded"><a href="metadata.html">MetaData</a><ul><li class="none"><strong><a href="jdo_dtd.html">jdo DTD/XSD</a></strong></li><li class="none"><a href="orm_dtd.html ">orm DTD/XSD</a></li><li class="none"><a href="jdoquery_dtd.html">jdoquery DTD/XSD</a></li></ul></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5> <ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Meta-Data_-_JDO"></a><h2>Meta-Data - JDO</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="expanded"><a href="metadata.html">MetaData</a><ul><li class="none"><strong><a href="jdo_dtd.html">jdo DTD/XSD</a></strong></li><li class="none"><a href="orm_dtd.html ">orm DTD/XSD</a></li><li class="none"><a href="jdoquery_dtd.html">jdoquery DTD/XSD</a></li></ul></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community </h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Meta-Data_-_JDO"></a><h2>Meta-Data - JDO</h2><p> JDO2 defines XML MetaData in <B>jdo</B> files as well as <B>orm</B> files. As always with XML, the metadata must match the defined DTD/XSD for that file type. This section describes the content of the <B>jdo</B> files. @@ -33,4 +33,4 @@ or the <a href="http://java.sun.com/xml/ns/jdo/jdo_2_0.xsd" class="newWindow" title="New Window" target="_blank">XSD</a> specification. </p></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/jdo_v_jpa.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/jdo_v_jpa.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/jdo_v_jpa.html (original) +++ db/jdo/site/docs/jdo_v_jpa.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - JDO .v. JPA</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="keywords" content="JPA,EJB3,JDO,ORM"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><strong><a href="jdo_v_jpa.htm l">JDO v JPA</a></strong></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.ht ml">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class ="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Which_Persistence_Specification__"></a><h2>Which Persistence Specification ?</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="keywords" content="JPA,EJB3,JDO,ORM"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><strong><a href="jdo_v_jpa.htm l">JDO v JPA</a></strong></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.ht ml">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Which_Persistence_Specification__"></a><h2>Which Persistence Specification ?</h2><p> There are several competing persistence technologies available for Java. Two of these are "standardised" (via the JCP). When developing your application you need to choose the most appropriate technology for your needs. <B>Java Data Objects (JDO)</B> Modified: db/jdo/site/docs/jdo_v_jpa_api.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/jdo_v_jpa_api.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/jdo_v_jpa_api.html (original) +++ db/jdo/site/docs/jdo_v_jpa_api.html Tue Jun 1 10:02:44 2010 @@ -1,11 +1,11 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - JDO .v. JPA : API</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="keywords" content="JPA,EJB3,JDO,ORM"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><strong><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></strong></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.ht ml">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class ="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO__v__JPA_:_API"></a><h2>JDO .v. JPA : API</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="keywords" content="JPA,EJB3,JDO,ORM"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><strong><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></strong></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.ht ml">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO__v__JPA_:_API"></a><h2>JDO .v. JPA : API</h2><p> The two persistence standards in Java have very similar API's on the face of it. Here we give a comparison of the method calls and their equivalent in the other API. - </p><table class="bodyTable"><tr class="b"><th width="20%">Operation</th><th width="40%">JDO</th><th width="40%">JPA</th></tr><tr class="a"><td>Persist Object</td><td>pm.makePersistent()</td><td>em.persist</td></tr><tr class="b"><td>Update Object</td><td>pm.makePersistent()</td><td>em.merge()</td></tr><tr class="a"><td>Remove Object</td><td>pm.deletePersistent()</td><td>em.remove()</td></tr><tr class="b"><td>Retrieve Object</td><td>pm.getObjectById()<br></br> - pm.getExtent()</td><td>em.find()</td></tr><tr class="a"><td>Refresh Object</td><td>pm.refresh()</td><td>em.refresh()</td></tr><tr class="b"><td>Detach single Object</td><td>pm.detachCopy()</td><td>em.detach()</td></tr><tr class="a"><td>Flush changes</td><td>pm.flush()</td><td>em.flush()</td></tr><tr class="b"><td>Access transaction</td><td>pm.currentTransaction()</td><td>em.getTransaction()</td></tr><tr class="a"><td>New Query</td><td>pm.newQuery()</td><td>em.createQuery()</td></tr><tr class="b"><td>New Named Query</td><td>pm.newNamedQuery()</td><td>em.createNamedQuery()</td></tr><tr class="a"><td>New SQL Query</td><td>pm.newQuery()</td><td>em.createNativeQuery()</td></tr></table></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href= "http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> + </p><table class="bodyTable"><tr class="a"><th width="20%">Operation</th><th width="40%">JDO</th><th width="40%">JPA</th></tr><tr class="b"><td>Persist Object</td><td>pm.makePersistent()</td><td>em.persist</td></tr><tr class="a"><td>Update Object</td><td>pm.makePersistent()</td><td>em.merge()</td></tr><tr class="b"><td>Remove Object</td><td>pm.deletePersistent()</td><td>em.remove()</td></tr><tr class="a"><td>Retrieve Object</td><td>pm.getObjectById()<br></br> + pm.getExtent()</td><td>em.find()</td></tr><tr class="b"><td>Refresh Object</td><td>pm.refresh()</td><td>em.refresh()</td></tr><tr class="a"><td>Detach single Object</td><td>pm.detachCopy()</td><td>em.detach()</td></tr><tr class="b"><td>Flush changes</td><td>pm.flush()</td><td>em.flush()</td></tr><tr class="a"><td>Access transaction</td><td>pm.currentTransaction()</td><td>em.getTransaction()</td></tr><tr class="b"><td>New Query</td><td>pm.newQuery()</td><td>em.createQuery()</td></tr><tr class="a"><td>New Named Query</td><td>pm.newNamedQuery()</td><td>em.createNamedQuery()</td></tr><tr class="b"><td>New SQL Query</td><td>pm.newQuery()</td><td>em.createNativeQuery()</td></tr></table></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href= "http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file From [email protected] Tue Jun 01 10:03:21 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66937 invoked from network); 1 Jun 2010 10:03:21 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 1 Jun 2010 10:03:21 -0000 Received: (qmail 81745 invoked by uid 500); 1 Jun 2010 10:03:21 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-commits.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 81738 invoked by uid 99); 1 Jun 2010 10:03:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 10:03:21 +0000 X-ASF-Spam-Status: No, hits=-1692.7 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 10:03:12 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 410BE2388A40; Tue, 1 Jun 2010 10:02:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r949989 [2/8] - in /db/jdo/site: docs/ docs/guides/ docs/releases/ xdocs/ Date: Tue, 01 Jun 2010 10:02:45 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Modified: db/jdo/site/docs/field_types.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/field_types.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/field_types.html (original) +++ db/jdo/site/docs/field_types.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - Persistable Field Types</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><strong><a href="field_types.html">Types of Fields</a></strong></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a hre f="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li> <li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Supported_Java_Types"></a><h2>Supported Java Types</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><strong><a href="field_types.html">Types of Fields</a></strong></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a hre f="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a> </li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Supported_Java_Types"></a><h2>Supported Java Types</h2><p> When persisting a class, a persistence solution needs to know how to persist the types of each field in the class. Clearly a persistence solution can only support a finite number of Java types. It cannot know how to persist every possible type creatable. The JDO @@ -28,4 +28,4 @@ and whether the java type can be used as part of the primary key. </p><table class="bodyTable"><tr class="b"><th>Java Type</th><th width="70">DFG?</th><th width="70">Persistent?</th><th width="70">PK?</th></tr><tr class="a"><td>boolean</td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>byte</td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>char</td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>double</td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>float</td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>int</td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>long</td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>short</td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>boolean[]</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>byte[]</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>char[]</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>double[]</td><td><img src="images/icon_error_sml.gif" border=" 0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>float[]</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>int[]</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>long[]</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>short[]</td><td><img src="images/icon_error_sml.gif" border="0" a lt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>java.lang.Boolean</td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>java.lang.Byte</td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>java.lang.Character</td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>java.lang.Double</td><td> <img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>java.lang.Float</td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>java.lang.Integer</td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>java.lang.Long</td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></t r><tr class="b"><td>java.lang.Short</td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>java.lang.Boolean[]</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>java.lang.Byte[]</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>java.lang.Character[]</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_e rror_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>java.lang.Double[]</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>java.lang.Float[]</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>java.lang.Integer[]</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>java.lang.Long[]</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt= ""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>java.lang.Short[]</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>java.lang.Number</td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>java.lang.Object</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>java.lang.String</td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images /icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>java.lang.String[]</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>java.math.BigDecimal</td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>java.math.BigInteger</td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>java.math.BigDecimal[]</td><td><img src="images/icon_error _sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>java.math.BigInteger[]</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>java.sql.Date</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>java.sql.Time</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>java.sql.Timestam p</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>java.util.ArrayList</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>java.util.Collection</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>java.util.Currency</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></i mg></td></tr><tr class="a"><td>java.util.Date</td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>java.util.Date[]</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>java.util.HashMap</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>java.util.HashSet</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/ic on_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>java.util.Hashtable</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>java.util.LinkedHashMap</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>java.util.LinkedHashSet</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>java.util.LinkedList</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.g if" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>java.util.List</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>java.util.Locale</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>java.util.Locale[]</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>java.util.Map</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td>< img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>java.util.Set</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>java.util.TreeMap</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>java.util.TreeSet</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>java.util.Vector</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>java.io.Serializable</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>javax.jdo.spi.PersistenceCapable</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>javax.jdo.spi.PersistenceCapable[]</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class=" b"><td>java.lang.Enum</td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>java.lang.Enum[]</td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr></table></div></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div>< div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/get-involved.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/get-involved.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/get-involved.html (original) +++ db/jdo/site/docs/get-involved.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - Get Involved</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a> </li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><strong><a href="get-involved.html">Get Involved</a></strong></li><li class= "none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="How_do_I_contribute__give_feedback__fix_bugs_and_so_on_"></a><h2>How do I contribute, give feedback, fix bugs and so on?</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a> </li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><strong><a href="get-involved.html">Get Involved</a></strong></li><li c lass="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="How_do_I_contribute__give_feedback__fix_bugs_and_so_on_"></a><h2>How do I contribute, give feedback, fix bugs and so on?</h2><p> The Apache JDO project really needs and appreciates any contributions, including documentation help, source code and feedback. Suggested changes should come in the form of source code and/or very detailed @@ -41,4 +41,4 @@ </ul></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/glossary.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/glossary.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/glossary.html (original) +++ db/jdo/site/docs/glossary.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - JDO Glossary</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html ">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><strong><a href="glossary.html">Glossary</a></strong></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li> <li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_Glossary"></a><h2>JDO Glossary</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html ">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><strong><a href="glossary.html">Glossary</a></strong></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a> </li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_Glossary"></a><h2>JDO Glossary</h2><p> JDO utilizes some terminology used elsewhere (e.g J2EE) but also introduces some terminology that may be new to people. Below is a glossary of some common terms that may be encountered. </p><table class="bodyTable"><tr class="b"><th>Term</th><th>Definition</th></tr><a name="application-identity"></a><tr class="a"><td>application identity</td><td>When the persistence of a class is defined in a MetaData file, the developer can decide that they want @@ -41,4 +41,4 @@ have its own identity, it will require and Extent.</td></tr><a name="sco"></a><tr class="b"><td>SCO</td><td>JDO defines 2 main groups of Java objects. The second group is those objects that don't have an identity. These are termed "Second Class Objects" or SCO for short.</td></tr><a name="SQL"></a><tr class="a"><td>SQL</td><td>JDO allows use of multiple query languages. One of these, for use with RDBMS datastores, is SQL.</td></tr><a name="transient"></a><tr class="b"><td>transient</td><td>This is an object state where the object is not persistent.</td></tr></table></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/guides.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/guides.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/guides.html (original) +++ db/jdo/site/docs/guides.html Tue Jun 1 10:02:44 2010 @@ -1,9 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - JDO Guides</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html ">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="expanded"><strong><a href="guides.html">Guides</a></strong><ul><li class="none"><a href="guides/replication.html">Datastore Replication</a></li><li class="none"><a href="guides/maven-jdo.html">JDO and Maven1</a></li></ul></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-inv olved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Guides"></a><h2>Guides</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html ">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="expanded"><strong><a href="guides.html">Guides</a></strong><ul><li class="none"><a href="guides/replication.html">Datastore Replication</a></li><li class="none"><a href="guides/maven-jdo.html">JDO and Maven1</a></li></ul></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="ge t-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Guides"></a><h2>Guides</h2><p> This section provides guides to the process of introducing JDO into your application. </p></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/guides/maven-jdo.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/guides/maven-jdo.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/guides/maven-jdo.html (original) +++ db/jdo/site/docs/guides/maven-jdo.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - JDO and Maven1</title><style type="text/css" media="all"> @import url("../style/maven-base.css"); - @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="Andy Jefferson"></meta><meta name="email"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="../images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="../images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="none"><a href="../why_jdo.html">Why JDO?</a></li><li class="none "><a href="../jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="../jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="../jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="../downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="../specifications.html">Specifications</a></li><li class="none"><a href="../tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="../impls.html">Implementations</a></li><li class="none"><a href="../javadoc.html">API Javadoc</a></li><li class="none"><a href="../class_types.html">Types of Classes</a></li><li class="none"><a href="../field_types.html">Types of Fields</a></li><li class="collapsed"><a href="../metadata.html">MetaData< /a></li><li class="none"><a href="../enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="../jdohelper.html">JDOHelper</a></li><li class="none"><a href="../pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="../pm.html">PersistenceManager</a></li><li class="none"><a href="../transactions.html">Transactions</a></li><li class="none"><a href="../state_transition.html">Object States</a></li><li class="none"><a href="../object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="../jdoql.html">JDOQL</a></li><li class="none"><a href="../extents.html">Extents</a></li><li class="expanded"><a href="../guides.html">Guides</a><ul><li class="none"><a href="../guides/replication.html">Datastore Replication</a></li><li class="none"><strong><a href="../guides/maven-jdo.html">JDO and Maven1</a></strong></li></ul></li><li class="none"><a href="../references.html">References</a></li><li class="none"><a href="../exceptions.html">Exceptions</a ></li><li class="none"><a href="../glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="../get-involved.html">Get Involved</a></li><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="../roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="../svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="../issuetracking.html">Issue Tracking</a></li><li class="none"><a href="../dependencies.html">Dependencies</a></li></ul></ div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_Meets_Maven"></a><h2>JDO Meets Maven</h2><p> + @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="Andy Jefferson"></meta><meta name="email"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="../images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="../images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="none"><a href="../why_jdo.html">Why JDO?</a></li><li class="none "><a href="../jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="../jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="../jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="../downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="../specifications.html">Specifications</a></li><li class="none"><a href="../tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="../impls.html">Implementations</a></li><li class="none"><a href="../javadoc.html">API Javadoc</a></li><li class="none"><a href="../class_types.html">Types of Classes</a></li><li class="none"><a href="../field_types.html">Types of Fields</a></li><li class="collapsed"><a href="../metadata.html">MetaData< /a></li><li class="none"><a href="../enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="../jdohelper.html">JDOHelper</a></li><li class="none"><a href="../pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="../pm.html">PersistenceManager</a></li><li class="none"><a href="../transactions.html">Transactions</a></li><li class="none"><a href="../state_transition.html">Object States</a></li><li class="none"><a href="../object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="../jdoql.html">JDOQL</a></li><li class="none"><a href="../extents.html">Extents</a></li><li class="expanded"><a href="../guides.html">Guides</a><ul><li class="none"><a href="../guides/replication.html">Datastore Replication</a></li><li class="none"><strong><a href="../guides/maven-jdo.html">JDO and Maven1</a></strong></li></ul></li><li class="none"><a href="../references.html">References</a></li><li class="none"><a href="../exceptions.html">Exceptio ns</a></li><li class="none"><a href="../glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="../get-involved.html">Get Involved</a></li><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="../roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="../svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="../issuetracking.html">Issue Tracking</a></li><li class="none"><a href="../dependencies.html">Dependencies</a></li></ ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_Meets_Maven"></a><h2>JDO Meets Maven</h2><p> By <A HREF="mailto:[email protected]">Andy Jefferson</A> </p><div class="subsection"><a name="Background_-_Maven"></a><h3>Background - Maven</h3><p><A HREF="http://maven.apache.org" TARGET="_TOP">Maven</A> is a tool for managing and building projects providing an alternative to the accepted @@ -161,4 +161,4 @@ maven.jpox.database.password={my_passwor active participator in several OpenSource projects, primarily JPOX, and Apache JDO, and a member of the JSR243 (JDO2) Expert Group.</p></div></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="../images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/guides/replication.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/guides/replication.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/guides/replication.html (original) +++ db/jdo/site/docs/guides/replication.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - Tutorial : Datastore Replication</title><style type="text/css" media="all"> @import url("../style/maven-base.css"); - @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="../images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="../images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="none"><a href="../why_jdo.html">Why JDO?</a></li><li class="none"><a href="../jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="../j do_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="../jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="../downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="../specifications.html">Specifications</a></li><li class="none"><a href="../tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="../impls.html">Implementations</a></li><li class="none"><a href="../javadoc.html">API Javadoc</a></li><li class="none"><a href="../class_types.html">Types of Classes</a></li><li class="none"><a href="../field_types.html">Types of Fields</a></li><li class="collapsed"><a href="../metadata.html">MetaData</a></li><li class="none"><a href="../enhancement.html">Bytecode Enhancement</a ></li><li class="none"><a href="../jdohelper.html">JDOHelper</a></li><li class="none"><a href="../pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="../pm.html">PersistenceManager</a></li><li class="none"><a href="../transactions.html">Transactions</a></li><li class="none"><a href="../state_transition.html">Object States</a></li><li class="none"><a href="../object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="../jdoql.html">JDOQL</a></li><li class="none"><a href="../extents.html">Extents</a></li><li class="expanded"><a href="../guides.html">Guides</a><ul><li class="none"><strong><a href="../guides/replication.html">Datastore Replication</a></strong></li><li class="none"><a href="../guides/maven-jdo.html">JDO and Maven1</a></li></ul></li><li class="none"><a href="../references.html">References</a></li><li class="none"><a href="../exceptions.html">Exceptions</a></li><li class="none"><a href="../glossary.html">Glossary</a></li></ul></div> <br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="../get-involved.html">Get Involved</a></li><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="../roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="../svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="../issuetracking.html">Issue Tracking</a></li><li class="none"><a href="../dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div cla ss="section"><a name="Data_Replication"></a><h2>Data Replication</h2><p> + @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="../images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="../images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="none"><a href="../why_jdo.html">Why JDO?</a></li><li class="none"><a href="../jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="../j do_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="../jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="../downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="../specifications.html">Specifications</a></li><li class="none"><a href="../tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="../impls.html">Implementations</a></li><li class="none"><a href="../javadoc.html">API Javadoc</a></li><li class="none"><a href="../class_types.html">Types of Classes</a></li><li class="none"><a href="../field_types.html">Types of Fields</a></li><li class="collapsed"><a href="../metadata.html">MetaData</a></li><li class="none"><a href="../enhancement.html">Bytecode Enhancement</a ></li><li class="none"><a href="../jdohelper.html">JDOHelper</a></li><li class="none"><a href="../pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="../pm.html">PersistenceManager</a></li><li class="none"><a href="../transactions.html">Transactions</a></li><li class="none"><a href="../state_transition.html">Object States</a></li><li class="none"><a href="../object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="../jdoql.html">JDOQL</a></li><li class="none"><a href="../extents.html">Extents</a></li><li class="expanded"><a href="../guides.html">Guides</a><ul><li class="none"><strong><a href="../guides/replication.html">Datastore Replication</a></strong></li><li class="none"><a href="../guides/maven-jdo.html">JDO and Maven1</a></li></ul></li><li class="none"><a href="../references.html">References</a></li><li class="none"><a href="../exceptions.html">Exceptions</a></li><li class="none"><a href="../glossary.html">Glossary</a></li></ul>< /div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="../get-involved.html">Get Involved</a></li><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="../roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="../svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="../issuetracking.html">Issue Tracking</a></li><li class="none"><a href="../dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><di v class="section"><a name="Data_Replication"></a><h2>Data Replication</h2><p> There are times when you need to replicate data between datastores. In many cases datastores themselves provide a means of doing this, however if you want to avoid using datastore-specific functionality you can utilise JDO to perform this task. JDO2 allows replication by use of detach/attach functionality. We demonstrate this with an example @@ -139,4 +139,4 @@ finally Clearly you can extend this basic idea and replicate large amounts of data. </p></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="../images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/impls.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/impls.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/impls.html (original) +++ db/jdo/site/docs/impls.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - JDO Implementations</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><strong><a href="impls.html">Implementations</a></strong></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.h tml">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class= "none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_Implementations"></a><h2>JDO Implementations</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><strong><a href="impls.html">Implementations</a></strong></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.h tml">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li c lass="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_Implementations"></a><h2>JDO Implementations</h2><p> To build and run your JDO application, you need a JDO implementation. This page lists commercial and non-commercial JDO implementations. For information on how vendors certify compliance with the JDO specifications, From [email protected] Tue Jun 01 10:03:22 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66948 invoked from network); 1 Jun 2010 10:03:22 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 1 Jun 2010 10:03:22 -0000 Received: (qmail 81789 invoked by uid 500); 1 Jun 2010 10:03:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-commits.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 81782 invoked by uid 99); 1 Jun 2010 10:03:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 10:03:22 +0000 X-ASF-Spam-Status: No, hits=-1714.7 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 10:03:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 094142388A9B; Tue, 1 Jun 2010 10:02:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r949989 [4/8] - in /db/jdo/site: docs/ docs/guides/ docs/releases/ xdocs/ Date: Tue, 01 Jun 2010 10:02:45 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Modified: db/jdo/site/docs/jdo_v_jpa_orm.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/jdo_v_jpa_orm.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/jdo_v_jpa_orm.html (original) +++ db/jdo/site/docs/jdo_v_jpa_orm.html Tue Jun 1 10:02:44 2010 @@ -1,13 +1,13 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - JDO .v. JPA : Object/Relational Mapping</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="keywords" content="JPA,EJB3,JDO,ORM"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><strong><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></strong></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.ht ml">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class ="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Which_ORM_specification__"></a><h2>Which ORM specification ?</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="keywords" content="JPA,EJB3,JDO,ORM"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><strong><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></strong></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.ht ml">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Which_ORM_specification__"></a><h2>Which ORM specification ?</h2><p> There are 2 prevalent specification in the Java ORM world. JDO provides the most complete definition, whilst JPA is the most recent. </p><div class="subsection"><a name="Relationships"></a><h3>Relationships</h3><p> In this guide we show the different types of ORM relation commonly used, and mark against it which specification supports it. This list is not yet complete but will be added to to provide a comprehensive list of relationship type and where you can find it. - </p><table class="bodyTable"><tr class="b"><th>Field Type</th><th>Relation</th><th width="50">JDO</th><th width="50">JPA</th></tr><tr class="a"><td>PC</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_one.html#uni" class="externalLink" title="External Link">1-1 Unidirectional</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>PC</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_one.html#bi" class="externalLink" title="External Link">1-1 Bidirectional</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>PC</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/serialised.html#PC" class="externalLink" title="External Link">1-1 serialised</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>PC</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/compound_identity.html#1_1_uni" class="externalLink" title="External Link">1-1 CompoundIdentity Unidirectional</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>PC</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/compound_identity.html#1_N_coll_bi" class="externalLink" title="External Link">1-N CompoundIdentity Collection Bidirectional</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>PC</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/compound_identity.html#1_N_map_bi" class="externalLink" title="External Link">1-N CompoundIdentity Map Bidirectional</a ></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>Interface</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/interfaces.html" class="externalLink" title="External Link">1-1 Unidirectional</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>Interface</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/interfaces.html" class="externalLink" title="External Link">1-1 Bidirectional</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>Interface</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/serialised.html#Reference" class="externalLink" title="External Link">1-1 serialised</a></td><td><img src="images/icon_succ ess_sml.gif" border="0" alt=""></img></td><td>?</td></tr><tr class="b"><td>Collection&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_collection.html#fk_uni" class="externalLink" title="External Link">1-N ForeignKey Unidirectional Collection</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>Collection&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_collection.html#fk_bi" class="externalLink" title="External Link">1-N ForeignKey Bidirectional Collection</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>Collection&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_collection.html#join_uni" class="externalLink" title="External Link">1-N JoinTable Unidir ectional Collection</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>Collection&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_collection.html#join_bi" class="externalLink" title="External Link">1-N JoinTable Bidirectional Collection</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>Collection&lt;Non-PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_collection.html#join_nonpc" class="externalLink" title="External Link">1-N JoinTable Collection</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>Collection&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/ 1_2/jdo_orm/one_to_many_collection.html#shared_join" class="externalLink" title="External Link">1-N JoinTable Collection using shared JoinTable</a></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>Collection&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_collection.html#shared_fk" class="externalLink" title="External Link">1-N ForeignKey Collection using shared ForeignKey</a></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>Collection&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/many_to_many.html" class="externalLink" title="External Link">M-N JoinTable</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></im g></td></tr><tr class="b"><td>Collection&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/compound_identity.html#1_N_uni" class="externalLink" title="External Link">1-N CompoundIdentity Unidirectional</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>Collection&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/serialised.html#Collection" class="externalLink" title="External Link">1-N serialised Collection</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>Collection&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/serialised.html#CollectionElements" class="externalLink" title="External Link">1-N JoinTable Collection of serialised elements</a></td><td><img src="images/icon_success_sml.gif " border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>List&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_list.html#fk_uni" class="externalLink" title="External Link">1-N ForeignKey Unidirectional Indexed List</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>List&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_list.html#fk_bi" class="externalLink" title="External Link">1-N ForeignKey Bidirectional Indexed List</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>List&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_list.html#join_uni" class="externalLink" title="External Link">1-N JoinTable Unidirectional Indexed List</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>List&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_list.html#join_bi" class="externalLink" title="External Link">1-N JoinTable Bidirectional Indexed List</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>List&lt;Non-PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_list.html#join_nonpc" class="externalLink" title="External Link">1-N JoinTable Indexed List</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>List&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jpa _orm/one_to_many_list.html#fk_uni" class="externalLink" title="External Link">1-N ForeignKey Unidirectional Ordered List</a></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>List&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jpa_orm/one_to_many_list.html#fk_bi" class="externalLink" title="External Link">1-N ForeignKey Bidirectional Ordered List</a></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>List&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jpa_orm/one_to_many_list.html#join_uni" class="externalLink" title="External Link">1-N JoinTable Unidirectional Ordered List</a></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></t r><tr class="a"><td>List&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jpa_orm/one_to_many_list.html#join_bi" class="externalLink" title="External Link">1-N JoinTable Bidirectional Ordered List</a></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>Map&lt;PC, PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_map.html#join_pc_pc" class="externalLink" title="External Link">1-N JoinTable Map</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>Map&lt;Non-PC, PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_map.html#join_simple_pc" class="externalLink" title="External Link">1-N JoinTable Map</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="image s/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>Map&lt;PC, Non-PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_map.html#join_pc_simple" class="externalLink" title="External Link">1-N JoinTable Map</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>Map&lt;Non-PC, Non-PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_map.html#join_simple_simple" class="externalLink" title="External Link">1-N JoinTable Map</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>Map&lt;Non-PC, PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_map.html#fk_uni_key" class="externalLink" title="External Link">1-N ForeignKey Map Unidirectional (key stored in value)</a></ td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>Map&lt;Non-PC, PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_map.html#fk_bi_key" class="externalLink" title="External Link">1-N ForeignKey Map Bidirectional (key stored in value)</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>Map&lt;PC, Non-PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_map.html#fk_uni_value" class="externalLink" title="External Link">1-N ForeignKey Map Unidirectional (value stored in key)</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>Map&lt;PC, PC&gt;</td><td><a href="http://www.jpox.org/ docs/1_2/jdo_orm/serialised.html#Map" class="externalLink" title="External Link">1-N serialised Map</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>Map&lt;PC, PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/serialised.html#MapKeysValues" class="externalLink" title="External Link">1-N JoinTable Map of serialised keys/values</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>PC[ ]</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/arrays.html#fk" class="externalLink" title="External Link">1-N ForeignKey Unidirectional Array</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>PC[ ]</td><td><a hr ef="http://www.jpox.org/docs/1_2/jdo_orm/arrays.html#join" class="externalLink" title="External Link">1-N JoinTable Unidirectional Array</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>PC[ ]</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/serialised.html#Array" class="externalLink" title="External Link">1-N serialised Array</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>Non-PC[ ]</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/arrays.html#join" class="externalLink" title="External Link">1-N JoinTable Unidirectional Array</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr></table></div></div></div></div><div c lass="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> + </p><table class="bodyTable"><tr class="a"><th>Field Type</th><th>Relation</th><th width="50">JDO</th><th width="50">JPA</th></tr><tr class="b"><td>PC</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_one.html#uni" class="externalLink" title="External Link">1-1 Unidirectional</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>PC</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_one.html#bi" class="externalLink" title="External Link">1-1 Bidirectional</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>PC</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/serialised.html#PC" class="externalLink" title="External Link">1-1 serialised</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>PC</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/compound_identity.html#1_1_uni" class="externalLink" title="External Link">1-1 CompoundIdentity Unidirectional</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>PC</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/compound_identity.html#1_N_coll_bi" class="externalLink" title="External Link">1-N CompoundIdentity Collection Bidirectional</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>PC</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/compound_identity.html#1_N_map_bi" class="externalLink" title="External Link">1-N CompoundIdentity Map Bidirectional</a ></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>Interface</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/interfaces.html" class="externalLink" title="External Link">1-1 Unidirectional</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>Interface</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/interfaces.html" class="externalLink" title="External Link">1-1 Bidirectional</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>Interface</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/serialised.html#Reference" class="externalLink" title="External Link">1-1 serialised</a></td><td><img src="images/icon_succ ess_sml.gif" border="0" alt=""></img></td><td>?</td></tr><tr class="a"><td>Collection&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_collection.html#fk_uni" class="externalLink" title="External Link">1-N ForeignKey Unidirectional Collection</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>Collection&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_collection.html#fk_bi" class="externalLink" title="External Link">1-N ForeignKey Bidirectional Collection</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>Collection&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_collection.html#join_uni" class="externalLink" title="External Link">1-N JoinTable Unidir ectional Collection</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>Collection&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_collection.html#join_bi" class="externalLink" title="External Link">1-N JoinTable Bidirectional Collection</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>Collection&lt;Non-PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_collection.html#join_nonpc" class="externalLink" title="External Link">1-N JoinTable Collection</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>Collection&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/ 1_2/jdo_orm/one_to_many_collection.html#shared_join" class="externalLink" title="External Link">1-N JoinTable Collection using shared JoinTable</a></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>Collection&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_collection.html#shared_fk" class="externalLink" title="External Link">1-N ForeignKey Collection using shared ForeignKey</a></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>Collection&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/many_to_many.html" class="externalLink" title="External Link">M-N JoinTable</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></im g></td></tr><tr class="a"><td>Collection&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/compound_identity.html#1_N_uni" class="externalLink" title="External Link">1-N CompoundIdentity Unidirectional</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>Collection&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/serialised.html#Collection" class="externalLink" title="External Link">1-N serialised Collection</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>Collection&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/serialised.html#CollectionElements" class="externalLink" title="External Link">1-N JoinTable Collection of serialised elements</a></td><td><img src="images/icon_success_sml.gif " border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>List&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_list.html#fk_uni" class="externalLink" title="External Link">1-N ForeignKey Unidirectional Indexed List</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>List&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_list.html#fk_bi" class="externalLink" title="External Link">1-N ForeignKey Bidirectional Indexed List</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>List&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_list.html#join_uni" class="externalLink" title="External Link">1-N JoinTable Unidirectional Indexed List</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>List&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_list.html#join_bi" class="externalLink" title="External Link">1-N JoinTable Bidirectional Indexed List</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>List&lt;Non-PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_list.html#join_nonpc" class="externalLink" title="External Link">1-N JoinTable Indexed List</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>List&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jpa _orm/one_to_many_list.html#fk_uni" class="externalLink" title="External Link">1-N ForeignKey Unidirectional Ordered List</a></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>List&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jpa_orm/one_to_many_list.html#fk_bi" class="externalLink" title="External Link">1-N ForeignKey Bidirectional Ordered List</a></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>List&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jpa_orm/one_to_many_list.html#join_uni" class="externalLink" title="External Link">1-N JoinTable Unidirectional Ordered List</a></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></t r><tr class="b"><td>List&lt;PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jpa_orm/one_to_many_list.html#join_bi" class="externalLink" title="External Link">1-N JoinTable Bidirectional Ordered List</a></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>Map&lt;PC, PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_map.html#join_pc_pc" class="externalLink" title="External Link">1-N JoinTable Map</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>Map&lt;Non-PC, PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_map.html#join_simple_pc" class="externalLink" title="External Link">1-N JoinTable Map</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="image s/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>Map&lt;PC, Non-PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_map.html#join_pc_simple" class="externalLink" title="External Link">1-N JoinTable Map</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>Map&lt;Non-PC, Non-PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_map.html#join_simple_simple" class="externalLink" title="External Link">1-N JoinTable Map</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>Map&lt;Non-PC, PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_map.html#fk_uni_key" class="externalLink" title="External Link">1-N ForeignKey Map Unidirectional (key stored in value)</a></ td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>Map&lt;Non-PC, PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_map.html#fk_bi_key" class="externalLink" title="External Link">1-N ForeignKey Map Bidirectional (key stored in value)</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>Map&lt;PC, Non-PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/one_to_many_map.html#fk_uni_value" class="externalLink" title="External Link">1-N ForeignKey Map Unidirectional (value stored in key)</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>Map&lt;PC, PC&gt;</td><td><a href="http://www.jpox.org/ docs/1_2/jdo_orm/serialised.html#Map" class="externalLink" title="External Link">1-N serialised Map</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>Map&lt;PC, PC&gt;</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/serialised.html#MapKeysValues" class="externalLink" title="External Link">1-N JoinTable Map of serialised keys/values</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>PC[ ]</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/arrays.html#fk" class="externalLink" title="External Link">1-N ForeignKey Unidirectional Array</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>PC[ ]</td><td><a hr ef="http://www.jpox.org/docs/1_2/jdo_orm/arrays.html#join" class="externalLink" title="External Link">1-N JoinTable Unidirectional Array</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr><tr class="b"><td>PC[ ]</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/serialised.html#Array" class="externalLink" title="External Link">1-N serialised Array</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td></tr><tr class="a"><td>Non-PC[ ]</td><td><a href="http://www.jpox.org/docs/1_2/jdo_orm/arrays.html#join" class="externalLink" title="External Link">1-N JoinTable Unidirectional Array</a></td><td><img src="images/icon_success_sml.gif" border="0" alt=""></img></td><td><img src="images/icon_error_sml.gif" border="0" alt=""></img></td></tr></table></div></div></div></div><div c lass="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/jdocentral.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/jdocentral.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/jdocentral.html (original) +++ db/jdo/site/docs/jdocentral.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - Home</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a> </li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="t eam-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDOCentral_at_Apache_JDO"></a><h2>JDOCentral at Apache JDO</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a> </li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a hr ef="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDOCentral_at_Apache_JDO"></a><h2>JDOCentral at Apache JDO</h2><p> Welcome to the new home of JDOCentral! </p><p> JDOCentral was a privately maintained site. @@ -14,4 +14,4 @@ and provide feedback. </p></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/jdohelper.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/jdohelper.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/jdohelper.html (original) +++ db/jdo/site/docs/jdohelper.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - JDOHelper</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><strong><a href="jdohel per.html">JDOHelper</a></strong></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li> <li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDOHelper"></a><h2>JDOHelper</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><strong><a href="jdohel per.html">JDOHelper</a></strong></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a> </li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDOHelper"></a><h2>JDOHelper</h2><p> JDO provides a standard utility that gives access to useful parts of the JDO persistence process. This is known as <b>JDOHelper</b> (javax.jdo.JDOHelper) <a href="api20/apidocs/javax/jdo/JDOHelper.html" class="newWindow" title="New Window" target="_blank"><IMG SRC="images/javadoc.gif"></IMG></a> @@ -64,4 +64,4 @@ returns whether the passed object is detached</li> </ul></div></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/jdoql.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/jdoql.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/jdoql.html (original) +++ db/jdo/site/docs/jdoql.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - JDOQL</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html ">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><strong><a href="jdoql.html">JDOQL</a></strong></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li> <li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDOQL"></a><h2>JDOQL</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html ">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="expanded"><strong><a href="jdoql.html">JDOQL</a></strong><ul><li class="none"><a href="jdoql_result.html">Result</a></li><li class="none"><a href="jdoql_methods.html">Methods</a></li></ul></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</ a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDOQL"></a><h2>JDOQL</h2><p> JDO defines ways of querying objects persisted into the datastore. It provides its own object-based query language (JDOQL). JDOQL is designed as the Java developers way of having the power of SQL queries, yet retaining the Java Added: db/jdo/site/docs/jdoql_methods.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/jdoql_methods.html?rev=949989&view=auto ============================================================================== --- db/jdo/site/docs/jdoql_methods.html (added) +++ db/jdo/site/docs/jdoql_methods.html Tue Jun 1 10:02:44 2010 @@ -0,0 +1,59 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - JDOQL - Methods</title><style type="text/css" media="all"> + @import url("./style/maven-base.css"); + + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html ">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="expanded"><a href="jdoql.html">JDOQL</a><ul><li class="none"><a href="jdoql_result.html">Result</a></li><li class="none"><strong><a href="jdoql_methods.html">Methods</a></strong></li></ul></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</ a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDOQL_:_Methods"></a><h2>JDOQL : Methods</h2><p> + When writing the "filter" for a JDOQL Query you can make use of some methods on the various + Java types. The range of methods included as standard in JDOQL is not as flexible as with + the true Java types, but the ones that are available are typically of much use. + </p><br></br><div class="subsection"><a name="String_Methods"></a><h3>String Methods</h3><table class="bodyTable"><tr class="b"><th width="220">Method</th><th>Description</th></tr><tr class="a"><td>startsWith(String)</td><td>Returns if the string starts with the passed string</td></tr><tr class="b"><td>endsWith(String)</td><td>Returns if the string ends with the passed string</td></tr><tr class="a"><td>indexOf(String)</td><td>Returns the first position of the passed string</td></tr><tr class="b"><td>indexOf(String,int)</td><td>Returns the position of the passed string, after the passed position</td></tr><tr class="a"><td>substring(int)</td><td>Returns the substring starting from the passed position</td></tr><tr class="b"><td>substring(int,int)</td><td>Returns the substring between the passed positions</td></tr><tr class="a"><td>toLowerCase()</td><td>Returns the string in lowercase</td></tr><tr class="b"><td>toUpperCase()</td><td>Retuns the string in UPPERCASE</td ></tr><tr class="a"><td>matches(String pattern)</td><td>Returns whether string matches the passed expression. The pattern argument follows the rules of + java.lang.String.matches method.</td></tr></table><p> + Here's an example using a Product class, looking for objects which their abreviation is the + beginning of a trade name. The trade name is provided as parameter. + </p> + <div class="source"><pre> +Declarative JDOQL : +Query query = pm.newQuery(mydomain.Product.class); +query.setFilter(":tradeName.startsWith(this.abbreviation)"); +List results = (List)query.execute("Workbook Advanced"); + +Single-String JDOQL : +Query query = pm.newQuery( + "SELECT FROM mydomain.Product " + + "WHERE :tradeName.startsWith(this.abbreviation)"); +List results = (List)query.execute("Workbook Advanced");</pre></div> + <br></br></div><div class="subsection"><a name="Collection_Methods"></a><h3>Collection Methods</h3><table class="bodyTable"><tr class="b"><th width="220">Method</th><th>Description</th></tr><tr class="a"><td>isEmpty()</td><td>Returns whether the collection is empty</td></tr><tr class="b"><td>contains(value)</td><td>Returns whether the collection contains the passed element</td></tr><tr class="a"><td>size()</td><td>Returns the number of elements in the collection</td></tr></table><p> + Here's an example demonstrating use of contains(). We have an Inventory class that has a + Collection of Product objects, and we want to find the Inventory objects with 2 particular + Products in it. Here we make use of a variable (<i>prd</i> to represent the Product being + contained + </p> + <div class="source"><pre> +Declarative JDOQL : +Query query = pm.newQuery(mydomain.Inventory.class); +query.setFilter("products.contains(prd) &amp;&amp; (prd.name==\"product 1\" || prd.name==\"product 2\")"); +List results = (List)query.execute(); + +Single-String JDOQL: +Query query = pm.newQuery( + "SELECT FROM mydomain.Inventory EXCLUDE SUBCLASSES " + + "WHERE products.contains(prd) &amp;&amp; (prd.name==\"product 1\" || prd.name==\"product 2\")"); +List results = (List)query.execute();</pre></div> + <br></br></div><div class="subsection"><a name="Map_Methods"></a><h3>Map Methods</h3><table class="bodyTable"><tr class="b"><th width="220">Method</th><th>Description</th></tr><tr class="a"><td>isEmpty()</td><td>Returns whether the map is empty</td></tr><tr class="b"><td>containsKey(key)</td><td>Returns whether the map contains the passed key</td></tr><tr class="a"><td>containsValue(value)</td><td>Returns whether the map contains the passed value</td></tr><tr class="b"><td>get(key)</td><td>Returns the value from the map with the passed key</td></tr><tr class="a"><td>size()</td><td>Returns the number of entries in the map</td></tr></table><p> + Here's an example using a Product class as a value in a Map. Our example represents an + organisation that has several Inventories of products. Each Inventory of products is stored + using a Map, keyed by the Product name. The query searches for all Inventories that contain a + product with the name "product 1". + </p> + <div class="source"><pre> +Declarative JDOQL : +Query query = pm.newQuery(mydomain.Inventory.class, "products.containsKey(\"product 1\")"); +List results = (List)query.execute(); + +Single-String JDOQL : +Query query = pm.newQuery( + "SELECT FROM mydomain.Inventory EXCLUDE SUBCLASSES " + + "WHERE products.containsKey(\"product 1\")"); +List results = (List)query.execute();</pre></div> + <br></br></div><div class="subsection"><a name="Other_Methods"></a><h3>Other Methods</h3><table class="bodyTable"><tr class="b"><th width="220">Method</th><th>Description</th></tr><tr class="a"><td>Math.abs(number)</td><td>Returns the absolute value of the passed number</td></tr><tr class="b"><td>Math.sqrt(number)</td><td>Returns the square root of the passed number</td></tr><tr class="a"><td>JDOHelper.getObjectId(object)</td><td>Returns the object identity of the passed persistent object</td></tr></table></div></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div>< div class="xleft"> + Documentation published: <br></br> + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Added: db/jdo/site/docs/jdoql_result.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/jdoql_result.html?rev=949989&view=auto ============================================================================== --- db/jdo/site/docs/jdoql_result.html (added) +++ db/jdo/site/docs/jdoql_result.html Tue Jun 1 10:02:44 2010 @@ -0,0 +1,79 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - JDOQL - Result</title><style type="text/css" media="all"> + @import url("./style/maven-base.css"); + + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html ">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="expanded"><a href="jdoql.html">JDOQL</a><ul><li class="none"><strong><a href="jdoql_result.html">Result</a></strong></li><li class="none"><a href="jdoql_methods.html">Methods</a></li></ul></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</ a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDOQL_:_Result"></a><h2>JDOQL : Result</h2><p> + As we have seen, a JDOQL query is made up of different parts. In this section we look at the + <I>result</I> part of the query. The result is what we want returning. By default (when not specifying + the result) the objects returned will be of the candidate class type, where they match the query + filter. Firstly let's look at what you can include in the <I>result</I> clause. + </p><ul> + <li><I>this</I> - the candidate instance</li> + <li>A field name</li> + <li>A variable</li> + <li>A parameter (though why you would want a parameter returning is hard to see since you input + the value in the first place)</li> + <li>An aggregate (count(), avg(), sum(), min(), max())</li> + <li>An expression involving a field (e.g "field1 + 1")</li> + <li>A navigational expression (navigating from one field to another ... e.g "field1.field4")</li> + </ul><p> + The result is specified in JDOQL like this + </p> + <div class="source"><pre>query.setResult("count(field1), field2");</pre></div> + <p> + In <B>Single-String JDOQL</B> you would specify it directly. + </p><br></br><div class="subsection"><a name="Result_type"></a><h3>Result type</h3><p> + What you specify in the <I>result</I> defines what form of result you get back. + </p><ul> + <li><B>Object</B> - this is returned if you have only a single row in the results and a single + column. This is achived when you specified either UNIQUE, or just an aggregate + (e.g "max(field2)")</li> + <li><B>Object[]</B> - this is returned if you have only a single row in the results, but more + than 1 column (e.g "max(field1), avg(field2)")</li> + <li><B>List&lt;Object&gt;</B> - this is returned if you have only a single column in the result, + and you don't have only aggregates in the result (e.g "field2")</li> + <li><B>List&lt;Object[]&gt;</B> - this is returned if you have more than 1 column in the result, + and you don't have only aggregates in the result (e.g "field2, avg(field3)")</li> + </ul></div><div class="subsection"><a name="Aggregates"></a><h3>Aggregates</h3><p> + There are situations when you want to return a single number for a column, representing an + aggregate of the values of all records. There are 5 standard JDO2 aggregate functions available. + These are + </p><ul> + <li><B>avg(val)</B> - returns the average of "val". "val" can be a field, numeric field expression + or "distinct field".</li> + <li><B>sum(val)</B> - returns the sum of "val". "val" can be a field, numeric field expression, + or "distinct field".</li> + <li><B>count(val)</B> - returns the count of records of "val". "val" can be a field, or can be + "this", or "distinct field".</li> + <li><B>min(val)</B> - returns the minimum of "val". "val" can be a field</li> + <li><B>max(val)</B> - returns the maximum of "val". "val" can be a field</li> + </ul><p> + So to utilise these you could specify something like + </p> + <div class="source"><pre> +Query q = pm.newQuery("SELECT max(price), min(price) FROM org.datanucleus.samples.store.Product WHERE status == 1");</pre></div> + <p> + This will return a single row of results with 2 values, the maximum price and the minimum price of + all products that have status code of 1. + </p><br></br></div><div class="subsection"><a name="Example_-_Use_of_aggregates"></a><h3>Example - Use of aggregates</h3><p> + JDO 2 introduces the ability to use aggregates in queries. Here's another example using the + same Product class as above, but this time looking for the maximum price of products that are + CD Players. Note that the result for this particular query will be of type Double since there + is a single double precision value being returned via the "result". + </p> + <div class="source"><pre> +Declarative JDOQL : +Query query = pm.newQuery(org.datanucleus.samples.store.Product.class); +query.setFilter("name == \"CD Player\""); +query.setResult("max(this.price)"); +List results = (List)query.execute(); +Iterator iter = c.iterator(); +Double max_price = (Double)iter.next(); + +Single-String JDOQL : +Query query = pm.newQuery("SELECT max(price) FROM org.datanucleus.samples.store.Product WHERE name == \"CD Player\""); +List results = (List)query.execute(); +Iterator iter = c.iterator(); +Double max_price = (Double)iter.next();</pre></div> + <br></br></div></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> + Documentation published: <br></br> + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file From [email protected] Tue Jun 01 10:03:23 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66960 invoked from network); 1 Jun 2010 10:03:23 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 1 Jun 2010 10:03:23 -0000 Received: (qmail 81832 invoked by uid 500); 1 Jun 2010 10:03:23 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-commits.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 81825 invoked by uid 99); 1 Jun 2010 10:03:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 10:03:23 +0000 X-ASF-Spam-Status: No, hits=-1733.7 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 10:03:17 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 94D052388AB5; Tue, 1 Jun 2010 10:02:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r949989 [5/8] - in /db/jdo/site: docs/ docs/guides/ docs/releases/ xdocs/ Date: Tue, 01 Jun 2010 10:02:45 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Modified: db/jdo/site/docs/jdoquery_dtd.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/jdoquery_dtd.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/jdoquery_dtd.html (original) +++ db/jdo/site/docs/jdoquery_dtd.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - JDOQuery DTD</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="expanded"><a href="metadata.html">MetaData</a><ul><li class="none"><a href="jdo_dtd.html">jdo DTD/XSD</a></li><li class="none"><a href="orm_dtd.html">orm DTD/XSD</a> </li><li class="none"><strong><a href="jdoquery_dtd.html">jdoquery DTD/XSD</a></strong></li></ul></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5> <ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Meta-Data_-_JDOQuery"></a><h2>Meta-Data - JDOQuery</h 2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="expanded"><a href="metadata.html">MetaData</a><ul><li class="none"><a href="jdo_dtd.html">jdo DTD/XSD</a></li><li class="none"><a href="orm_dtd.html">orm DTD/XSD</a> </li><li class="none"><strong><a href="jdoquery_dtd.html">jdoquery DTD/XSD</a></strong></li></ul></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community </h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Meta-Data_-_JDOQuery"></a><h2>Meta-Data - JDOQue ry</h2><p> JDO2 defines XML MetaData in <B>jdo</B> files as well as <B>orm</B> files, but also specifies that named queries can be defined in <I>jdoquery</I> files. As always with XML, the metadata must match the defined DTD/XSD for that file type. This section describes the content of the <B>jdoquery</B> files. @@ -33,4 +33,4 @@ or the <a href="http://java.sun.com/xml/ns/jdo/jdoquery_2_0.xsd" class="newWindow" title="New Window" target="_blank">XSD</a> specification. </p></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/mail-lists.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/mail-lists.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/mail-lists.html (original) +++ db/jdo/site/docs/mail-lists.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - Mailing Lists</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a> </li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="t eam-list.html">Project Team</a></li><li class="none"><strong><a href="mail-lists.html">Mailing Lists</a></strong></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Apache_JDO_Mailing_Lists"></a><h2>Apache JDO Mailing Lists</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a> </li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a hr ef="team-list.html">Project Team</a></li><li class="none"><strong><a href="mail-lists.html">Mailing Lists</a></strong></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Apache_JDO_Mailing_Lists"></a><h2>Apache JDO Mailing Lists</h2><p> There are several publicly available mailing lists for JDO. The user list is for general discussion of the Apache JDO project and JDO technology. The dev list is for internal discussion among the JDO developers. It is @@ -43,4 +43,4 @@ closely there's the commits mailing list </p> </td></tr></table></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/maven-reports.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/maven-reports.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/maven-reports.html (original) +++ db/jdo/site/docs/maven-reports.html Tue Jun 1 10:02:44 2010 @@ -3,7 +3,7 @@ </title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html ">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"> <a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Maven_Generated_Reports"></a><h2>Maven Generated Reports</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html ">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="n one"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Maven_Generated_Reports"></a><h2>Maven Generated Reports</h2><p> <message key="template.maven_reports.section.maven_reports1" bundle="plugin-resources.templates.templates"></message> <a href="http://maven.apache.org/" class="externalLink" title="External Link">Maven</a> <message key="template.maven_reports.section.maven_reports2" bundle="plugin-resources.templates.templates"></message> @@ -13,4 +13,4 @@ <message key="template.maven_reports.section.subsection.description" bundle="plugin-resources.templates.templates"></message> </th></tr></table></div></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/metadata.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/metadata.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/metadata.html (original) +++ db/jdo/site/docs/metadata.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - JDO MetaData</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="expanded"><strong><a href="metadata.html">MetaData</a></strong><ul><li class="none"><a href="jdo_dtd.html">jdo DTD/XSD</a></li><li class="none"><a href="orm_dtd.html ">orm DTD/XSD</a></li><li class="none"><a href="jdoquery_dtd.html">jdoquery DTD/XSD</a></li></ul></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5> <ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Persistence_MetaData"></a><h2>Persistence MetaData</h 2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="expanded"><strong><a href="metadata.html">MetaData</a></strong><ul><li class="none"><a href="jdo_dtd.html">jdo DTD/XSD</a></li><li class="none"><a href="orm_dtd.html ">orm DTD/XSD</a></li><li class="none"><a href="jdoquery_dtd.html">jdoquery DTD/XSD</a></li></ul></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community </h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Persistence_MetaData"></a><h2>Persistence MetaDa ta</h2><p> JDO 1.0 and JDO 2.0 support specification of persistence using XML MetaData. JDO 2.1 adds on the ability to specify persistence using Java5 annotations. </p><div class="subsection"><a name="XML_MetaData"></a><h3>XML MetaData</h3><p> @@ -40,4 +40,4 @@ com/mycompany/sample/MyExample-{mapping} defining the persistence and, optionally, any ORM information. </p></div></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/newshistory.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/newshistory.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/newshistory.html (original) +++ db/jdo/site/docs/newshistory.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - News</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a> </li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="t eam-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Older_JDO_News"></a><h2>Older JDO News</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a> </li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a hr ef="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Older_JDO_News"></a><h2>Older JDO News</h2><p> <strong>JDO code donated to Apache by Sun Microsystems, Inc.</strong> </p><p>On 9-Mar-2005 Sun Microsystems, Inc. officially donated to Apache Software Foundation the @@ -13,4 +13,4 @@ Corporate Contributor License Agreement The Apache Software Foundation and Sun Microsystems, Inc. </p></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/object_retrieval.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/object_retrieval.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/object_retrieval.html (original) +++ db/jdo/site/docs/object_retrieval.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - JDO Object Retrieval</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html ">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><strong><a href="object_retrieval.html">Object Retrieval</a></strong></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li> <li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Object_Retrieval"></a><h2>Object Retrieval</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html ">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><strong><a href="object_retrieval.html">Object Retrieval</a></strong></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a> </li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Object_Retrieval"></a><h2>Object Retrieval</h2><p> JDO provides persistence of objects. The logical next step after persisting objects is to retrieve them for use in your application. There are several ways to do this @@ -58,4 +58,4 @@ while (iter.hasNext()) according to the Fetch Group. </p></div></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/orm_dtd.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/orm_dtd.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/orm_dtd.html (original) +++ db/jdo/site/docs/orm_dtd.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - ORM DTD</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="expanded"><a href="metadata.html">MetaData</a><ul><li class="none"><a href="jdo_dtd.html">jdo DTD/XSD</a></li><li class="none"><strong><a href="orm_dtd.html">orm DTD /XSD</a></strong></li><li class="none"><a href="jdoquery_dtd.html">jdoquery DTD/XSD</a></li></ul></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5> <ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Meta-Data_-_ORM"></a><h2>Meta-Data - ORM</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="expanded"><a href="metadata.html">MetaData</a><ul><li class="none"><a href="jdo_dtd.html">jdo DTD/XSD</a></li><li class="none"><strong><a href="orm_dtd.html">orm DTD /XSD</a></strong></li><li class="none"><a href="jdoquery_dtd.html">jdoquery DTD/XSD</a></li></ul></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community </h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Meta-Data_-_ORM"></a><h2>Meta-Data - ORM</h2><p> JDO2 defines XML MetaData in <B>jdo</B> files as well as <B>orm</B> files. As always with XML, the metadata must match the defined DTD/XSD for that file type. This section describes the content of the <B>orm</B> files. @@ -33,4 +33,4 @@ or the <a href="http://java.sun.com/xml/ns/jdo/orm_2_0.xsd" class="newWindow" title="New Window" target="_blank">XSD</a> specification. </p></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/pm.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/pm.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/pm.html (original) +++ db/jdo/site/docs/pm.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - Persistence Manager</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html ">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><strong><a href="pm.html">PersistenceManager</a></strong></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li> <li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Persistence_Manager"></a><h2>Persistence Manager</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html ">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><strong><a href="pm.html">PersistenceManager</a></strong></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a> </li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Persistence_Manager"></a><h2>Persistence Manager</h2><p> Any JDO-enabled application will require at least one <I>PersistenceManager</I> (PM). This is obtained from the <a href="pmf.html">PersistenceManagerFactory</a> for the datastore. </p><p> @@ -178,4 +178,4 @@ catch (Exception e) ... (code to work on "my_obj")</pre></div> </div></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/pmf.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/pmf.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/pmf.html (original) +++ db/jdo/site/docs/pmf.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - Persistence Manager Factory</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html ">JDOHelper</a></li><li class="none"><strong><a href="pmf.html">PersistenceManagerFactory</a></strong></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li> <li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Persistence_Manager_Factory"></a><h2>Persistence Manager Factory</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html ">JDOHelper</a></li><li class="none"><strong><a href="pmf.html">PersistenceManagerFactory</a></strong></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a> </li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Persistence_Manager_Factory"></a><h2>Persistence Manager Factory</h2><p> Any JDO-enabled application will require at least one <I>PersistenceManagerFactory</I>. Typically applications create one per datastore being utilised. A <I>PersistenceManagerFactory</I> provides access to <I>PersistenceManager</I>s which allow @@ -111,4 +111,4 @@ PersistenceManagerFactory pmf = JDOHelpe If this is not specified or is set to null it is assumed that the datastore server is running in the same timezone as the JVM under which the implementation is running.</td></tr></table><br></br><table class="bodyTable"><tr class="a"><th colspan="2"><B>javax.jdo.option.Name</B></th></tr><tr class="b"><td width="120">Description</td><td>Name of the PMF. This is for use with "named PMF" functionality in JDO 2.1</td></tr></table><br></br><table class="bodyTable"><tr class="a"><th colspan="2"><B>javax.jdo.option.ReadOnly</B></th></tr><tr class="b"><td width="120">Description</td><td>Whether this datastore should be treated as read only. Added in JDO 2.2</td></tr><tr class="a"><td>Range of Values</td><td>true | <b>false</b></td></tr></table><br></br><table class="bodyTable"><tr class="b"><th colspan="2"><B>javax.jdo.option.TransactionIsolationLevel</B></th></tr><tr class="a"><td width="120">Description</td><td>Isolation level to use for connections in the current transaction. Added in JDO 2.2</td></tr><tr class="b"><td>Range of Value s</td><td>none | read-committed | read-uncommitted | repeatable-read | snapshot | serializable</td></tr></table><br></br><br></br></div></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file From [email protected] Tue Jun 01 10:03:41 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67024 invoked from network); 1 Jun 2010 10:03:41 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 1 Jun 2010 10:03:41 -0000 Received: (qmail 81925 invoked by uid 500); 1 Jun 2010 10:03:41 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-commits.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 81918 invoked by uid 99); 1 Jun 2010 10:03:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 10:03:41 +0000 X-ASF-Spam-Status: No, hits=-1750.3 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 10:03:40 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E080D2388B75; Tue, 1 Jun 2010 10:02:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r949989 [8/8] - in /db/jdo/site: docs/ docs/guides/ docs/releases/ xdocs/ Date: Tue, 01 Jun 2010 10:02:45 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Added: db/jdo/site/xdocs/jdoql_methods.xml URL: http://svn.apache.org/viewvc/db/jdo/site/xdocs/jdoql_methods.xml?rev=949989&view=auto ============================================================================== --- db/jdo/site/xdocs/jdoql_methods.xml (added) +++ db/jdo/site/xdocs/jdoql_methods.xml Tue Jun 1 10:02:44 2010 @@ -0,0 +1,184 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<document> + <properties> + <title>JDOQL - Methods</title> + </properties> + + <body> + <section name="JDOQL : Methods"> + <p> + When writing the "filter" for a JDOQL Query you can make use of some methods on the various + Java types. The range of methods included as standard in JDOQL is not as flexible as with + the true Java types, but the ones that are available are typically of much use. + </p> + <br/> + <subsection name="String Methods"> + <table> + <tr> + <th width="220">Method</th> + <th>Description</th> + </tr> + <tr> + <td>startsWith(String)</td> + <td>Returns if the string starts with the passed string</td> + </tr> + <tr> + <td>endsWith(String)</td> + <td>Returns if the string ends with the passed string</td> + </tr> + <tr> + <td>indexOf(String)</td> + <td>Returns the first position of the passed string</td> + </tr> + <tr> + <td>indexOf(String,int)</td> + <td>Returns the position of the passed string, after the passed position</td> + </tr> + <tr> + <td>substring(int)</td> + <td>Returns the substring starting from the passed position</td> + </tr> + <tr> + <td>substring(int,int)</td> + <td>Returns the substring between the passed positions</td> + </tr> + <tr> + <td>toLowerCase()</td> + <td>Returns the string in lowercase</td> + </tr> + <tr> + <td>toUpperCase()</td> + <td>Retuns the string in UPPERCASE</td> + </tr> + <tr> + <td>matches(String pattern)</td> + <td>Returns whether string matches the passed expression. The pattern argument follows the rules of + java.lang.String.matches method.</td> + </tr> + </table> + <p> + Here's an example using a Product class, looking for objects which their abreviation is the + beginning of a trade name. The trade name is provided as parameter. + </p> + <source><![CDATA[ +Declarative JDOQL : +Query query = pm.newQuery(mydomain.Product.class); +query.setFilter(":tradeName.startsWith(this.abbreviation)"); +List results = (List)query.execute("Workbook Advanced"); + +Single-String JDOQL : +Query query = pm.newQuery( + "SELECT FROM mydomain.Product " + + "WHERE :tradeName.startsWith(this.abbreviation)"); +List results = (List)query.execute("Workbook Advanced");]]></source> + <br/> + </subsection> + + <subsection name="Collection Methods"> + <table> + <tr> + <th width="220">Method</th> + <th>Description</th> + </tr> + <tr> + <td>isEmpty()</td> + <td>Returns whether the collection is empty</td> + </tr> + <tr> + <td>contains(value)</td> + <td>Returns whether the collection contains the passed element</td> + </tr> + <tr> + <td>size()</td> + <td>Returns the number of elements in the collection</td> + </tr> + </table> + <p> + Here's an example demonstrating use of contains(). We have an Inventory class that has a + Collection of Product objects, and we want to find the Inventory objects with 2 particular + Products in it. Here we make use of a variable (<i>prd</i> to represent the Product being + contained + </p> + <source><![CDATA[ +Declarative JDOQL : +Query query = pm.newQuery(mydomain.Inventory.class); +query.setFilter("products.contains(prd) && (prd.name==\"product 1\" || prd.name==\"product 2\")"); +List results = (List)query.execute(); + +Single-String JDOQL: +Query query = pm.newQuery( + "SELECT FROM mydomain.Inventory EXCLUDE SUBCLASSES " + + "WHERE products.contains(prd) && (prd.name==\"product 1\" || prd.name==\"product 2\")"); +List results = (List)query.execute();]]></source> + <br/> + </subsection> + + <subsection name="Map Methods"> + <table> + <tr> + <th width="220">Method</th> + <th>Description</th> + </tr> + <tr> + <td>isEmpty()</td> + <td>Returns whether the map is empty</td> + </tr> + <tr> + <td>containsKey(key)</td> + <td>Returns whether the map contains the passed key</td> + </tr> + <tr> + <td>containsValue(value)</td> + <td>Returns whether the map contains the passed value</td> + </tr> + <tr> + <td>get(key)</td> + <td>Returns the value from the map with the passed key</td> + </tr> + <tr> + <td>size()</td> + <td>Returns the number of entries in the map</td> + </tr> + </table> + <p> + Here's an example using a Product class as a value in a Map. Our example represents an + organisation that has several Inventories of products. Each Inventory of products is stored + using a Map, keyed by the Product name. The query searches for all Inventories that contain a + product with the name "product 1". + </p> + <source> +Declarative JDOQL : +Query query = pm.newQuery(mydomain.Inventory.class, "products.containsKey(\"product 1\")"); +List results = (List)query.execute(); + +Single-String JDOQL : +Query query = pm.newQuery( + "SELECT FROM mydomain.Inventory EXCLUDE SUBCLASSES " + + "WHERE products.containsKey(\"product 1\")"); +List results = (List)query.execute();</source> + <br/> + </subsection> + + <subsection name="Other Methods"> + <table> + <tr> + <th width="220">Method</th> + <th>Description</th> + </tr> + <tr> + <td>Math.abs(number)</td> + <td>Returns the absolute value of the passed number</td> + </tr> + <tr> + <td>Math.sqrt(number)</td> + <td>Returns the square root of the passed number</td> + </tr> + <tr> + <td>JDOHelper.getObjectId(object)</td> + <td>Returns the object identity of the passed persistent object</td> + </tr> + </table> + </subsection> + </section> + </body> +</document> Added: db/jdo/site/xdocs/jdoql_result.xml URL: http://svn.apache.org/viewvc/db/jdo/site/xdocs/jdoql_result.xml?rev=949989&view=auto ============================================================================== --- db/jdo/site/xdocs/jdoql_result.xml (added) +++ db/jdo/site/xdocs/jdoql_result.xml Tue Jun 1 10:02:44 2010 @@ -0,0 +1,106 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<document> + <properties> + <title>JDOQL - Result</title> + </properties> + + <body> + <section name="JDOQL : Result"> + <p> + As we have seen, a JDOQL query is made up of different parts. In this section we look at the + <I>result</I> part of the query. The result is what we want returning. By default (when not specifying + the result) the objects returned will be of the candidate class type, where they match the query + filter. Firstly let's look at what you can include in the <I>result</I> clause. + </p> + <ul> + <li><I>this</I> - the candidate instance</li> + <li>A field name</li> + <li>A variable</li> + <li>A parameter (though why you would want a parameter returning is hard to see since you input + the value in the first place)</li> + <li>An aggregate (count(), avg(), sum(), min(), max())</li> + <li>An expression involving a field (e.g "field1 + 1")</li> + <li>A navigational expression (navigating from one field to another ... e.g "field1.field4")</li> + </ul> + <p> + The result is specified in JDOQL like this + </p> + <source>query.setResult("count(field1), field2");</source> + <p> + In <B>Single-String JDOQL</B> you would specify it directly. + </p> + <br/> + + <subsection name="Result type"> + <p> + What you specify in the <I>result</I> defines what form of result you get back. + </p> + <ul> + <li><B>Object</B> - this is returned if you have only a single row in the results and a single + column. This is achived when you specified either UNIQUE, or just an aggregate + (e.g "max(field2)")</li> + <li><B>Object[]</B> - this is returned if you have only a single row in the results, but more + than 1 column (e.g "max(field1), avg(field2)")</li> + <li><B>List&lt;Object&gt;</B> - this is returned if you have only a single column in the result, + and you don't have only aggregates in the result (e.g "field2")</li> + <li><B>List&lt;Object[]&gt;</B> - this is returned if you have more than 1 column in the result, + and you don't have only aggregates in the result (e.g "field2, avg(field3)")</li> + </ul> + </subsection> + + <subsection name="Aggregates"> + <p> + There are situations when you want to return a single number for a column, representing an + aggregate of the values of all records. There are 5 standard JDO2 aggregate functions available. + These are + </p> + <ul> + <li><B>avg(val)</B> - returns the average of "val". "val" can be a field, numeric field expression + or "distinct field".</li> + <li><B>sum(val)</B> - returns the sum of "val". "val" can be a field, numeric field expression, + or "distinct field".</li> + <li><B>count(val)</B> - returns the count of records of "val". "val" can be a field, or can be + "this", or "distinct field".</li> + <li><B>min(val)</B> - returns the minimum of "val". "val" can be a field</li> + <li><B>max(val)</B> - returns the maximum of "val". "val" can be a field</li> + </ul> + <p> + So to utilise these you could specify something like + </p> + <source> +Query q = pm.newQuery("SELECT max(price), min(price) FROM org.datanucleus.samples.store.Product WHERE status == 1");</source> + <p> + This will return a single row of results with 2 values, the maximum price and the minimum price of + all products that have status code of 1. + </p> + <br/> + </subsection> + + <subsection name="Example - Use of aggregates"> + <p> + JDO 2 introduces the ability to use aggregates in queries. Here's another example using the + same Product class as above, but this time looking for the maximum price of products that are + CD Players. Note that the result for this particular query will be of type Double since there + is a single double precision value being returned via the "result". + </p> + <source> +Declarative JDOQL : +Query query = pm.newQuery(org.datanucleus.samples.store.Product.class); +query.setFilter("name == \"CD Player\""); +query.setResult("max(this.price)"); +List results = (List)query.execute(); +Iterator iter = c.iterator(); +Double max_price = (Double)iter.next(); + +Single-String JDOQL : +Query query = pm.newQuery("SELECT max(price) FROM org.datanucleus.samples.store.Product WHERE name == \"CD Player\""); +List results = (List)query.execute(); +Iterator iter = c.iterator(); +Double max_price = (Double)iter.next();</source> + <br/> + </subsection> + + </section> + + </body> +</document> Modified: db/jdo/site/xdocs/navigation.xml URL: http://svn.apache.org/viewvc/db/jdo/site/xdocs/navigation.xml?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/xdocs/navigation.xml (original) +++ db/jdo/site/xdocs/navigation.xml Tue Jun 1 10:02:44 2010 @@ -35,7 +35,10 @@ <item name="Transactions" href="/transactions.html"/> <item name="Object States" href="/state_transition.html"/> <item name="Object Retrieval" href="/object_retrieval.html"/> - <item name="JDOQL" href="/jdoql.html"/> + <item name="JDOQL" href="/jdoql.html" collapse="true"> + <item name="Result" href="/jdoql_result.html"/> + <item name="Methods" href="/jdoql_methods.html"/> + </item> <item name="Extents" href="/extents.html"/> <item name="Guides" href="/guides.html" collapse="true"> <item name="Datastore Replication" href="/guides/replication.html"/> From [email protected] Tue Jun 01 10:03:48 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67044 invoked from network); 1 Jun 2010 10:03:48 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 1 Jun 2010 10:03:48 -0000 Received: (qmail 81990 invoked by uid 500); 1 Jun 2010 10:03:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-commits.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 81983 invoked by uid 99); 1 Jun 2010 10:03:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 10:03:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 10:03:41 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9FE8F2388AD6; Tue, 1 Jun 2010 10:02:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r949989 [6/8] - in /db/jdo/site: docs/ docs/guides/ docs/releases/ xdocs/ Date: Tue, 01 Jun 2010 10:02:45 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Modified: db/jdo/site/docs/project-info.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/project-info.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/project-info.html (original) +++ db/jdo/site/docs/project-info.html Tue Jun 1 10:02:44 2010 @@ -3,7 +3,7 @@ </title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html ">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"> <a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="General_Project_Information"></a><h2>General Project Information</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html ">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="n one"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="General_Project_Information"></a><h2>General Project Information</h2><p> <message key="template.project_info.section.project_information1" bundle="plugin-resources.templates.templates"></message> <a href="http://maven.apache.org/" class="externalLink" title="External Link">Maven</a> <message key="template.project_info.section.project_information2" bundle="plugin-resources.templates.templates"></message> @@ -37,4 +37,4 @@ <message key="template.project_info.section.subsection.description.issue_tracking" bundle="plugin-resources.templates.templates"></message> </td></tr></table></div></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/references.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/references.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/references.html (original) +++ db/jdo/site/docs/references.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - References</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a> </li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><strong><a href="references.html">References</a></strong></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class= "none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_References"></a><h2>JDO References</h2><div class="subsection"><a name="Articles"></a><h3>Articles</h3><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a> </li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><strong><a href="references.html">References</a></strong></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li c lass="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_References"></a><h2>JDO References</h2><div class="subsection"><a name="Articles"></a><h3>Articles</h3><p> There have been several articles about JDO on various websites. Some are listed below </p><ul> <li>SUN : <a target="_blank" href="http://java.sun.com/products/jdo/" class="externalLink" title="External Link">JDO Web Site</a></li> @@ -24,4 +24,4 @@ </li> </ul><br></br></div></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/releases/release-2.0-beta.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/releases/release-2.0-beta.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/releases/release-2.0-beta.html (original) +++ db/jdo/site/docs/releases/release-2.0-beta.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - Apache JDO 2.0 Release</title><style type="text/css" media="all"> @import url("../style/maven-base.css"); - @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="../images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="../images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="none"><a href="../why_j do.html">Why JDO?</a></li><li class="none"><a href="../jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="../jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="../jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="../downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="../specifications.html">Specifications</a></li><li class="none"><a href="../tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="../impls.html">Implementations</a></li><li class="none"><a href="../javadoc.html">API Javadoc</a></li><li class="none"><a href="../class_types.html">Types of Classes</a></li><li class="none"><a href="../field_types.html">Types of Fields</a></li><li class="collap sed"><a href="../metadata.html">MetaData</a></li><li class="none"><a href="../enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="../jdohelper.html">JDOHelper</a></li><li class="none"><a href="../pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="../pm.html">PersistenceManager</a></li><li class="none"><a href="../transactions.html">Transactions</a></li><li class="none"><a href="../state_transition.html">Object States</a></li><li class="none"><a href="../object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="../jdoql.html">JDOQL</a></li><li class="none"><a href="../extents.html">Extents</a></li><li class="collapsed"><a href="../guides.html">Guides</a></li><li class="none"><a href="../references.html">References</a></li><li class="none"><a href="../exceptions.html">Exceptions</a></li><li class="none"><a href="../glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class= "none"><a href="../get-involved.html">Get Involved</a></li><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="../roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="../svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="../issuetracking.html">Issue Tracking</a></li><li class="none"><a href="../dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_2_0_Beta_Distributions"></a><h2>JDO 2.0 Beta Distributions</h2><p>Use the links below to download a distribution of Apache JDO from one of our mirrors. To run the Technology Compatibility Kit (TCK), you need only download and extract jdo2-tck-2.0-beta-src-24_Jan_2006.zip, follow the instructions in the Prerequisites section of README.txt, and then follow the procedure in RunRules.html in the jdo2-tck-2.0-beta directory. + @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="../images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="../images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="none"><a href="../why_j do.html">Why JDO?</a></li><li class="none"><a href="../jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="../jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="../jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="../downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="../specifications.html">Specifications</a></li><li class="none"><a href="../tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="../impls.html">Implementations</a></li><li class="none"><a href="../javadoc.html">API Javadoc</a></li><li class="none"><a href="../class_types.html">Types of Classes</a></li><li class="none"><a href="../field_types.html">Types of Fields</a></li><li class="collap sed"><a href="../metadata.html">MetaData</a></li><li class="none"><a href="../enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="../jdohelper.html">JDOHelper</a></li><li class="none"><a href="../pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="../pm.html">PersistenceManager</a></li><li class="none"><a href="../transactions.html">Transactions</a></li><li class="none"><a href="../state_transition.html">Object States</a></li><li class="none"><a href="../object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="../jdoql.html">JDOQL</a></li><li class="none"><a href="../extents.html">Extents</a></li><li class="collapsed"><a href="../guides.html">Guides</a></li><li class="none"><a href="../references.html">References</a></li><li class="none"><a href="../exceptions.html">Exceptions</a></li><li class="none"><a href="../glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li c lass="none"><a href="../get-involved.html">Get Involved</a></li><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="../roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="../svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="../issuetracking.html">Issue Tracking</a></li><li class="none"><a href="../dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_2_0_Beta_Distributions"></a><h2>JD O 2.0 Beta Distributions</h2><p>Use the links below to download a distribution of Apache JDO from one of our mirrors. To run the Technology Compatibility Kit (TCK), you need only download and extract jdo2-tck-2.0-beta-src-24_Jan_2006.zip, follow the instructions in the Prerequisites section of README.txt, and then follow the procedure in RunRules.html in the jdo2-tck-2.0-beta directory. All the distributions below may be extracted into the same directory.</p><p>It is good practice to <a href="#Verifying">verify the integrity</a> of the distribution files.</p><p>You are currently using <strong>[preferred]</strong>. If you encounter a problem with this mirror, then please select another. If all mirrors are failing, there are backup mirrors at the end of the list. See <a href="http://www.apache.org/mirrors/" class="externalLink" title="External Link">status</a> of mirrors.</p><form action="[location]" method="get" id="SelectMirror"> Other mirrors: <select name="Preferred"> [if-any http] @@ -74,4 +74,4 @@ Windows users can get binary md5 program Windows SlavaSoft <a href="http://www.slavasoft.com/fsum/" class="externalLink" title="External Link">fsum</a> supports MD5 and SHA1.</p><p>We highly recommend verifying the PGP signature, though.</p></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="../images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/releases/release-2.0-rc1.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/releases/release-2.0-rc1.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/releases/release-2.0-rc1.html (original) +++ db/jdo/site/docs/releases/release-2.0-rc1.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - Apache JDO 2.0 Release</title><style type="text/css" media="all"> @import url("../style/maven-base.css"); - @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="../images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="../images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="none"><a href="../why_j do.html">Why JDO?</a></li><li class="none"><a href="../jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="../jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="../jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="../downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="../specifications.html">Specifications</a></li><li class="none"><a href="../tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="../impls.html">Implementations</a></li><li class="none"><a href="../javadoc.html">API Javadoc</a></li><li class="none"><a href="../class_types.html">Types of Classes</a></li><li class="none"><a href="../field_types.html">Types of Fields</a></li><li class="collap sed"><a href="../metadata.html">MetaData</a></li><li class="none"><a href="../enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="../jdohelper.html">JDOHelper</a></li><li class="none"><a href="../pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="../pm.html">PersistenceManager</a></li><li class="none"><a href="../transactions.html">Transactions</a></li><li class="none"><a href="../state_transition.html">Object States</a></li><li class="none"><a href="../object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="../jdoql.html">JDOQL</a></li><li class="none"><a href="../extents.html">Extents</a></li><li class="collapsed"><a href="../guides.html">Guides</a></li><li class="none"><a href="../references.html">References</a></li><li class="none"><a href="../exceptions.html">Exceptions</a></li><li class="none"><a href="../glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class= "none"><a href="../get-involved.html">Get Involved</a></li><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="../roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="../svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="../issuetracking.html">Issue Tracking</a></li><li class="none"><a href="../dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_2_0_RC1_Distributions"></a><h2>JDO 2.0 RC1 Distributions</h2><p>Use the links below to download Apache JDO from one of our mirrors. + @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="../images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="../images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="none"><a href="../why_j do.html">Why JDO?</a></li><li class="none"><a href="../jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="../jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="../jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="../downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="../specifications.html">Specifications</a></li><li class="none"><a href="../tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="../impls.html">Implementations</a></li><li class="none"><a href="../javadoc.html">API Javadoc</a></li><li class="none"><a href="../class_types.html">Types of Classes</a></li><li class="none"><a href="../field_types.html">Types of Fields</a></li><li class="collap sed"><a href="../metadata.html">MetaData</a></li><li class="none"><a href="../enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="../jdohelper.html">JDOHelper</a></li><li class="none"><a href="../pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="../pm.html">PersistenceManager</a></li><li class="none"><a href="../transactions.html">Transactions</a></li><li class="none"><a href="../state_transition.html">Object States</a></li><li class="none"><a href="../object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="../jdoql.html">JDOQL</a></li><li class="none"><a href="../extents.html">Extents</a></li><li class="collapsed"><a href="../guides.html">Guides</a></li><li class="none"><a href="../references.html">References</a></li><li class="none"><a href="../exceptions.html">Exceptions</a></li><li class="none"><a href="../glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li c lass="none"><a href="../get-involved.html">Get Involved</a></li><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="../roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="../svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="../issuetracking.html">Issue Tracking</a></li><li class="none"><a href="../dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_2_0_RC1_Distributions"></a><h2>JDO 2.0 RC1 Distributions</h2><p>Use the links below to download Apache JDO from one of our mirrors. For more information about the projects see <a href="../downloads.html">Downloads</a>. For information on running the TCK, see <a href="../tck.html">TCK</a>. </p><p> @@ -78,4 +78,4 @@ Windows users can get binary md5 program Windows SlavaSoft <a href="http://www.slavasoft.com/fsum/" class="externalLink" title="External Link">fsum</a> supports MD5 and SHA1.</p><p>We highly recommend verifying the PGP signature, though.</p></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="../images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/releases/release-2.0.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/releases/release-2.0.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/releases/release-2.0.html (original) +++ db/jdo/site/docs/releases/release-2.0.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - Apache JDO 2.0 Release</title><style type="text/css" media="all"> @import url("../style/maven-base.css"); - @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="../images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="../images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="none"><a href="../why_jd o.html">Why JDO?</a></li><li class="none"><a href="../jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="../jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="../jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="../downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="../specifications.html">Specifications</a></li><li class="none"><a href="../tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="../impls.html">Implementations</a></li><li class="none"><a href="../javadoc.html">API Javadoc</a></li><li class="none"><a href="../class_types.html">Types of Classes</a></li><li class="none"><a href="../field_types.html">Types of Fields</a></li><li class="collaps ed"><a href="../metadata.html">MetaData</a></li><li class="none"><a href="../enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="../jdohelper.html">JDOHelper</a></li><li class="none"><a href="../pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="../pm.html">PersistenceManager</a></li><li class="none"><a href="../transactions.html">Transactions</a></li><li class="none"><a href="../state_transition.html">Object States</a></li><li class="none"><a href="../object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="../jdoql.html">JDOQL</a></li><li class="none"><a href="../extents.html">Extents</a></li><li class="collapsed"><a href="../guides.html">Guides</a></li><li class="none"><a href="../references.html">References</a></li><li class="none"><a href="../exceptions.html">Exceptions</a></li><li class="none"><a href="../glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class=" none"><a href="../get-involved.html">Get Involved</a></li><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="../roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="../svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="../issuetracking.html">Issue Tracking</a></li><li class="none"><a href="../dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_2_0_Distributions"></a><h2>JDO 2.0 Distr ibutions</h2><p> + @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="../images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="../images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="none"><a href="../why_jd o.html">Why JDO?</a></li><li class="none"><a href="../jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="../jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="../jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="../downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="../specifications.html">Specifications</a></li><li class="none"><a href="../tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="../impls.html">Implementations</a></li><li class="none"><a href="../javadoc.html">API Javadoc</a></li><li class="none"><a href="../class_types.html">Types of Classes</a></li><li class="none"><a href="../field_types.html">Types of Fields</a></li><li class="collaps ed"><a href="../metadata.html">MetaData</a></li><li class="none"><a href="../enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="../jdohelper.html">JDOHelper</a></li><li class="none"><a href="../pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="../pm.html">PersistenceManager</a></li><li class="none"><a href="../transactions.html">Transactions</a></li><li class="none"><a href="../state_transition.html">Object States</a></li><li class="none"><a href="../object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="../jdoql.html">JDOQL</a></li><li class="none"><a href="../extents.html">Extents</a></li><li class="collapsed"><a href="../guides.html">Guides</a></li><li class="none"><a href="../references.html">References</a></li><li class="none"><a href="../exceptions.html">Exceptions</a></li><li class="none"><a href="../glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li cl ass="none"><a href="../get-involved.html">Get Involved</a></li><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="../roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="../svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="../issuetracking.html">Issue Tracking</a></li><li class="none"><a href="../dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_2_0_Distributions"></a><h2>JDO 2.0 Distributions</h2><p> Use the links below to download Apache JDO from one of our mirrors. For more information about the projects see <a href="../downloads.html">Downloads</a>. For information on running the TCK, see <a href="../tck.html">TCK</a>. @@ -125,4 +125,4 @@ Windows users can get binary md5 program Windows SlavaSoft <a href="http://www.slavasoft.com/fsum/" class="externalLink" title="External Link">fsum</a> supports MD5 and SHA1.</p><p>We highly recommend verifying the PGP signature, though.</p></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="../images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/releases/release-2.1.1.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/releases/release-2.1.1.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/releases/release-2.1.1.html (original) +++ db/jdo/site/docs/releases/release-2.1.1.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - Apache JDO 2.1.1 Release</title><style type="text/css" media="all"> @import url("../style/maven-base.css"); - @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="../images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="../images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="none"><a href="../why_jd o.html">Why JDO?</a></li><li class="none"><a href="../jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="../jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="../jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="../downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="../specifications.html">Specifications</a></li><li class="none"><a href="../tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="../impls.html">Implementations</a></li><li class="none"><a href="../javadoc.html">API Javadoc</a></li><li class="none"><a href="../class_types.html">Types of Classes</a></li><li class="none"><a href="../field_types.html">Types of Fields</a></li><li class="collaps ed"><a href="../metadata.html">MetaData</a></li><li class="none"><a href="../enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="../jdohelper.html">JDOHelper</a></li><li class="none"><a href="../pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="../pm.html">PersistenceManager</a></li><li class="none"><a href="../transactions.html">Transactions</a></li><li class="none"><a href="../state_transition.html">Object States</a></li><li class="none"><a href="../object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="../jdoql.html">JDOQL</a></li><li class="none"><a href="../extents.html">Extents</a></li><li class="collapsed"><a href="../guides.html">Guides</a></li><li class="none"><a href="../references.html">References</a></li><li class="none"><a href="../exceptions.html">Exceptions</a></li><li class="none"><a href="../glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class=" none"><a href="../get-involved.html">Get Involved</a></li><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="../roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="../svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="../issuetracking.html">Issue Tracking</a></li><li class="none"><a href="../dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_2_1_1_Distributions"></a><h2>JDO 2.1.1 D istributions</h2><p> + @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="../images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="../images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="none"><a href="../why_jd o.html">Why JDO?</a></li><li class="none"><a href="../jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="../jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="../jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="../downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="../specifications.html">Specifications</a></li><li class="none"><a href="../tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="../impls.html">Implementations</a></li><li class="none"><a href="../javadoc.html">API Javadoc</a></li><li class="none"><a href="../class_types.html">Types of Classes</a></li><li class="none"><a href="../field_types.html">Types of Fields</a></li><li class="collaps ed"><a href="../metadata.html">MetaData</a></li><li class="none"><a href="../enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="../jdohelper.html">JDOHelper</a></li><li class="none"><a href="../pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="../pm.html">PersistenceManager</a></li><li class="none"><a href="../transactions.html">Transactions</a></li><li class="none"><a href="../state_transition.html">Object States</a></li><li class="none"><a href="../object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="../jdoql.html">JDOQL</a></li><li class="none"><a href="../extents.html">Extents</a></li><li class="collapsed"><a href="../guides.html">Guides</a></li><li class="none"><a href="../references.html">References</a></li><li class="none"><a href="../exceptions.html">Exceptions</a></li><li class="none"><a href="../glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li cl ass="none"><a href="../get-involved.html">Get Involved</a></li><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="../roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="../svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="../issuetracking.html">Issue Tracking</a></li><li class="none"><a href="../dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_2_1_1_Distributions"></a><h2>JDO 2. 1.1 Distributions</h2><p> Use the links below to download Apache JDO from one of our mirrors. For more information about the projects see <a href="../downloads.html">Downloads</a>. For information on running the TCK, see <a href="../tck.html">TCK</a>. @@ -160,4 +160,4 @@ Windows users can get binary md5 program Windows SlavaSoft <a href="http://www.slavasoft.com/fsum/" class="externalLink" title="External Link">fsum</a> supports MD5 and SHA1.</p><p>We highly recommend verifying the PGP signature, though.</p></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="../images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/releases/release-2.1.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/releases/release-2.1.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/releases/release-2.1.html (original) +++ db/jdo/site/docs/releases/release-2.1.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - Apache JDO 2.1 Release</title><style type="text/css" media="all"> @import url("../style/maven-base.css"); - @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="../images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="../images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="none"><a href="../why_jd o.html">Why JDO?</a></li><li class="none"><a href="../jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="../jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="../jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="../downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="../specifications.html">Specifications</a></li><li class="none"><a href="../tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="../impls.html">Implementations</a></li><li class="none"><a href="../javadoc.html">API Javadoc</a></li><li class="none"><a href="../class_types.html">Types of Classes</a></li><li class="none"><a href="../field_types.html">Types of Fields</a></li><li class="collaps ed"><a href="../metadata.html">MetaData</a></li><li class="none"><a href="../enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="../jdohelper.html">JDOHelper</a></li><li class="none"><a href="../pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="../pm.html">PersistenceManager</a></li><li class="none"><a href="../transactions.html">Transactions</a></li><li class="none"><a href="../state_transition.html">Object States</a></li><li class="none"><a href="../object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="../jdoql.html">JDOQL</a></li><li class="none"><a href="../extents.html">Extents</a></li><li class="collapsed"><a href="../guides.html">Guides</a></li><li class="none"><a href="../references.html">References</a></li><li class="none"><a href="../exceptions.html">Exceptions</a></li><li class="none"><a href="../glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class=" none"><a href="../get-involved.html">Get Involved</a></li><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="../roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="../svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="../issuetracking.html">Issue Tracking</a></li><li class="none"><a href="../dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_2_1_Distributions"></a><h2>JDO 2.1 Distr ibutions</h2><p> + @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="../images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="../images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="none"><a href="../why_jd o.html">Why JDO?</a></li><li class="none"><a href="../jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="../jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="../jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="../downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="../specifications.html">Specifications</a></li><li class="none"><a href="../tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="../impls.html">Implementations</a></li><li class="none"><a href="../javadoc.html">API Javadoc</a></li><li class="none"><a href="../class_types.html">Types of Classes</a></li><li class="none"><a href="../field_types.html">Types of Fields</a></li><li class="collaps ed"><a href="../metadata.html">MetaData</a></li><li class="none"><a href="../enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="../jdohelper.html">JDOHelper</a></li><li class="none"><a href="../pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="../pm.html">PersistenceManager</a></li><li class="none"><a href="../transactions.html">Transactions</a></li><li class="none"><a href="../state_transition.html">Object States</a></li><li class="none"><a href="../object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="../jdoql.html">JDOQL</a></li><li class="none"><a href="../extents.html">Extents</a></li><li class="collapsed"><a href="../guides.html">Guides</a></li><li class="none"><a href="../references.html">References</a></li><li class="none"><a href="../exceptions.html">Exceptions</a></li><li class="none"><a href="../glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li cl ass="none"><a href="../get-involved.html">Get Involved</a></li><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="../roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="../svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="../issuetracking.html">Issue Tracking</a></li><li class="none"><a href="../dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_2_1_Distributions"></a><h2>JDO 2.1 Distributions</h2><p> Use the links below to download Apache JDO from one of our mirrors. For more information about the projects see <a href="../downloads.html">Downloads</a>. For information on running the TCK, see <a href="../tck.html">TCK</a>. @@ -160,4 +160,4 @@ Windows users can get binary md5 program Windows SlavaSoft <a href="http://www.slavasoft.com/fsum/" class="externalLink" title="External Link">fsum</a> supports MD5 and SHA1.</p><p>We highly recommend verifying the PGP signature, though.</p></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="../images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/releases/release-2.2.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/releases/release-2.2.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/releases/release-2.2.html (original) +++ db/jdo/site/docs/releases/release-2.2.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - Apache JDO 2.2 Release</title><style type="text/css" media="all"> @import url("../style/maven-base.css"); - @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="../images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="../images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="none"><a href="../why_jd o.html">Why JDO?</a></li><li class="none"><a href="../jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="../jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="../jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="../downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="../specifications.html">Specifications</a></li><li class="none"><a href="../tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="../impls.html">Implementations</a></li><li class="none"><a href="../javadoc.html">API Javadoc</a></li><li class="none"><a href="../class_types.html">Types of Classes</a></li><li class="none"><a href="../field_types.html">Types of Fields</a></li><li class="collaps ed"><a href="../metadata.html">MetaData</a></li><li class="none"><a href="../enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="../jdohelper.html">JDOHelper</a></li><li class="none"><a href="../pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="../pm.html">PersistenceManager</a></li><li class="none"><a href="../transactions.html">Transactions</a></li><li class="none"><a href="../state_transition.html">Object States</a></li><li class="none"><a href="../object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="../jdoql.html">JDOQL</a></li><li class="none"><a href="../extents.html">Extents</a></li><li class="collapsed"><a href="../guides.html">Guides</a></li><li class="none"><a href="../references.html">References</a></li><li class="none"><a href="../exceptions.html">Exceptions</a></li><li class="none"><a href="../glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class=" none"><a href="../get-involved.html">Get Involved</a></li><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="../roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="../svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="../issuetracking.html">Issue Tracking</a></li><li class="none"><a href="../dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_2_2_Distributions"></a><h2>JDO 2.2 Distr ibutions</h2><p> + @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="../images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="../images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="none"><a href="../why_jd o.html">Why JDO?</a></li><li class="none"><a href="../jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="../jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="../jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="../downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="../specifications.html">Specifications</a></li><li class="none"><a href="../tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="../impls.html">Implementations</a></li><li class="none"><a href="../javadoc.html">API Javadoc</a></li><li class="none"><a href="../class_types.html">Types of Classes</a></li><li class="none"><a href="../field_types.html">Types of Fields</a></li><li class="collaps ed"><a href="../metadata.html">MetaData</a></li><li class="none"><a href="../enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="../jdohelper.html">JDOHelper</a></li><li class="none"><a href="../pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="../pm.html">PersistenceManager</a></li><li class="none"><a href="../transactions.html">Transactions</a></li><li class="none"><a href="../state_transition.html">Object States</a></li><li class="none"><a href="../object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="../jdoql.html">JDOQL</a></li><li class="none"><a href="../extents.html">Extents</a></li><li class="collapsed"><a href="../guides.html">Guides</a></li><li class="none"><a href="../references.html">References</a></li><li class="none"><a href="../exceptions.html">Exceptions</a></li><li class="none"><a href="../glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li cl ass="none"><a href="../get-involved.html">Get Involved</a></li><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="../roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="../svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="../issuetracking.html">Issue Tracking</a></li><li class="none"><a href="../dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_2_2_Distributions"></a><h2>JDO 2.2 Distributions</h2><p> Use the links below to download Apache JDO from one of our mirrors. For more information about the projects see <a href="../downloads.html">Downloads</a>. For information on running the TCK, see <a href="../tck.html">TCK</a>. @@ -161,4 +161,4 @@ Windows users can get binary md5 program Windows SlavaSoft <a href="http://www.slavasoft.com/fsum/" class="externalLink" title="External Link">fsum</a> supports MD5 and SHA1.</p><p>We highly recommend verifying the PGP signature, though.</p></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="../images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file From [email protected] Tue Jun 01 10:03:50 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67057 invoked from network); 1 Jun 2010 10:03:50 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 1 Jun 2010 10:03:50 -0000 Received: (qmail 82052 invoked by uid 500); 1 Jun 2010 10:03:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-commits.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 82045 invoked by uid 99); 1 Jun 2010 10:03:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 10:03:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 10:03:41 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4BE9D2388ADA; Tue, 1 Jun 2010 10:02:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r949989 [7/8] - in /db/jdo/site: docs/ docs/guides/ docs/releases/ xdocs/ Date: Tue, 01 Jun 2010 10:02:45 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Modified: db/jdo/site/docs/releases/release-2.3-ea.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/releases/release-2.3-ea.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/releases/release-2.3-ea.html (original) +++ db/jdo/site/docs/releases/release-2.3-ea.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - Apache JDO 2.3-ea Release</title><style type="text/css" media="all"> @import url("../style/maven-base.css"); - @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="../images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="../images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="none"><a href="../why_jd o.html">Why JDO?</a></li><li class="none"><a href="../jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="../jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="../jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="../downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="../specifications.html">Specifications</a></li><li class="none"><a href="../tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="../impls.html">Implementations</a></li><li class="none"><a href="../javadoc.html">API Javadoc</a></li><li class="none"><a href="../class_types.html">Types of Classes</a></li><li class="none"><a href="../field_types.html">Types of Fields</a></li><li class="collaps ed"><a href="../metadata.html">MetaData</a></li><li class="none"><a href="../enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="../jdohelper.html">JDOHelper</a></li><li class="none"><a href="../pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="../pm.html">PersistenceManager</a></li><li class="none"><a href="../transactions.html">Transactions</a></li><li class="none"><a href="../state_transition.html">Object States</a></li><li class="none"><a href="../object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="../jdoql.html">JDOQL</a></li><li class="none"><a href="../extents.html">Extents</a></li><li class="collapsed"><a href="../guides.html">Guides</a></li><li class="none"><a href="../references.html">References</a></li><li class="none"><a href="../exceptions.html">Exceptions</a></li><li class="none"><a href="../glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class=" none"><a href="../get-involved.html">Get Involved</a></li><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="../roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="../svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="../issuetracking.html">Issue Tracking</a></li><li class="none"><a href="../dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_2_3-ea_Distributions"></a><h2>JDO 2.3-ea Distributions</h2><p> + @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="../images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="../images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="none"><a href="../why_jd o.html">Why JDO?</a></li><li class="none"><a href="../jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="../jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="../jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="../downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="../specifications.html">Specifications</a></li><li class="none"><a href="../tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="../impls.html">Implementations</a></li><li class="none"><a href="../javadoc.html">API Javadoc</a></li><li class="none"><a href="../class_types.html">Types of Classes</a></li><li class="none"><a href="../field_types.html">Types of Fields</a></li><li class="collaps ed"><a href="../metadata.html">MetaData</a></li><li class="none"><a href="../enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="../jdohelper.html">JDOHelper</a></li><li class="none"><a href="../pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="../pm.html">PersistenceManager</a></li><li class="none"><a href="../transactions.html">Transactions</a></li><li class="none"><a href="../state_transition.html">Object States</a></li><li class="none"><a href="../object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="../jdoql.html">JDOQL</a></li><li class="none"><a href="../extents.html">Extents</a></li><li class="collapsed"><a href="../guides.html">Guides</a></li><li class="none"><a href="../references.html">References</a></li><li class="none"><a href="../exceptions.html">Exceptions</a></li><li class="none"><a href="../glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li cl ass="none"><a href="../get-involved.html">Get Involved</a></li><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="../roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="../svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="../issuetracking.html">Issue Tracking</a></li><li class="none"><a href="../dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_2_3-ea_Distributions"></a><h2>JDO 2 .3-ea Distributions</h2><p> Use the links below to download Apache JDO from one of our mirrors. For more information about the projects see <a href="../downloads.html">Downloads</a>. For information on running the TCK, see <a href="../tck.html">TCK</a>. @@ -163,4 +163,4 @@ Windows users can get binary md5 program Windows SlavaSoft <a href="http://www.slavasoft.com/fsum/" class="externalLink" title="External Link">fsum</a> supports MD5 and SHA1.</p><p>We highly recommend verifying the PGP signature, though.</p></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="../images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/roadmap.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/roadmap.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/roadmap.html (original) +++ db/jdo/site/docs/roadmap.html Tue Jun 1 10:02:44 2010 @@ -1,11 +1,11 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - Project Roadmap</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a> </li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="t eam-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><strong><a href="roadmap.html">RoadMap / TODO</a></strong></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Roadmap_and_TODO"></a><h2>Roadmap and TODO</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a> </li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a hr ef="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><strong><a href="roadmap.html">RoadMap / TODO</a></strong></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Roadmap_and_TODO"></a><h2>Roadmap and TODO</h2><p> The Apache JDO project has maintenance releases as part of its development cycle. See the <a href="http://wiki.apache.org/jdo/CurrentDevelopment" class="externalLink" title="External Link">Current Development</a> page of the JDO wiki for details of the planned and completed work. </p><p> <a href="mailto:[email protected]?subject=New Feature Idea">Submit an Idea</a> </p></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/specifications.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/specifications.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/specifications.html (original) +++ db/jdo/site/docs/specifications.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - Specifications</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><strong><a href="specifications.html">Specifications</a></strong></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.h tml">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class= "none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_Final_Specifications"></a><h2>JDO Final Specifications</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><strong><a href="specifications.html">Specifications</a></strong></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.h tml">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li c lass="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_Final_Specifications"></a><h2>JDO Final Specifications</h2><p> The following specifications for JDO are available </p><ul> <li>The <a href="http://jcp.org/aboutJava/communityprocess/mrel/jsr243/index2.html" class="externalLink" title="External Link">JDO 2.2 Specification (Maintenance Release 2)</a> </li> @@ -17,4 +17,4 @@ <li>None at this time </li> </ul></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/state_transition.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/state_transition.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/state_transition.html (original) +++ db/jdo/site/docs/state_transition.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - JDO State Transitions</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html ">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><strong><a href="state_transition.html">Object States</a></strong></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li> <li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_State_Transition"></a><h2>JDO State Transition</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html ">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><strong><a href="state_transition.html">Object States</a></strong></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a> </li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="JDO_State_Transition"></a><h2>JDO State Transition</h2><p> JDO manages the lifecycle of an object, from creation (<B>Transient</B>) through to persistence in the datastore (<B>Hollow</B>, <B>Persistent Clean</B>) and all of the various states between these. The transition between these states are achieved by using methods on the Persistence Manager such as <I>makePersistent()</I>, <I>makeTransient()</I>, <I>deletePersistent()</I>, and by commiting the changes made by these operations, or by rolling them back. </p><p> The various lifecycle states supported by JDO are shown below. @@ -82,4 +82,4 @@ finally The following diagram shows the state transitions possible with JDO. </p><br></br><img src="images/state_transition.gif" border="0" alt="JDO State Transition"></img><br></br></div></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/svn.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/svn.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/svn.html (original) +++ db/jdo/site/docs/svn.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - Source Code</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a> </li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="t eam-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><strong><a href="svn.html">Source Code</a></strong></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Source_Code_Version_Control"></a><h2>Source Code Version Control</h2><p>Apache JDO uses <a rel="nofollow" href="http://subversion.tig ris.org" class="externalLink" title="External Link">Subversion</a> to manage its source code. + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a> </li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a hr ef="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><strong><a href="svn.html">Source Code</a></strong></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Source_Code_Version_Control"></a><h2>Source Code Version Control</h2><p>Apache JDO uses <a rel="nofollow" href="http://subversio n.tigris.org" class="externalLink" title="External Link">Subversion</a> to manage its source code. If you're new to Subversion, you can check out the <a href="http://svnbook.red-bean.com/" class="externalLink" title="External Link">online book</a> about Subversion. Note that we are currently using Subversion 1.1.x (there are separate @@ -55,4 +55,4 @@ Name: svn:executable </li> </ol><p>Note that windows svn uses backslash as the path separator when displaying file names. You cannot just copy and paste this file name to another svn command when running from within a cygwin shell. You need to enclose the file name into double quotes. </p><p>Alternatively, Windows users can set file permissions in Windows Explorer. (Right-click on the top-level folder &amp; select Properties. Select the Security tab. Click Advanced. Remove all instances of Read &amp; Execute from the Permission Entries. Click "Reset permissions on all child objects and enable propogations of inheritable permissions". Click Apply. OK. OK.) You will have to do this again when you do a clean checkout to a new directory. </p></div></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xr ight"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/tck.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/tck.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/tck.html (original) +++ db/jdo/site/docs/tck.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - TCK</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><strong><a href="tck.html">TCK</a></strong></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.h tml">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class= "none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="About_the_Technology_Compatibility_Kit"></a><h2>About the Technology Compatibility Kit</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="JDO Documentation Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Wh y JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><strong><a href="tck.html">TCK</a></strong></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.h tml">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li c lass="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="About_the_Technology_Compatibility_Kit"></a><h2>About the Technology Compatibility Kit</h2><p> In order to demonstrate compliance with the Java Data Objects specification, an implementation must pass all of the tests in the Technology Compatibility Kit (TCK). The TCK is released as a packaged Java source tree. @@ -28,4 +28,4 @@ test run, which consists of multiple log configuration information and test results. For an example of the required posting, please see <A HREF="tck/final">http://db.apache.org/jdo/tck/final</A>.</p></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/team-list.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/team-list.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/team-list.html (original) +++ db/jdo/site/docs/team-list.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - Project Team</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="Apache JDO Development Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.htm l">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaDat a</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><stro ng><a href="team-list.html">Project Team</a></strong></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="The_Apache_JDO_Team"></a><h2>The Apache JDO Team</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="Apache JDO Development Team"></meta><meta name="email" content="[email protected]"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.htm l">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaDat a</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"> <strong><a href="team-list.html">Project Team</a></strong></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="The_Apache_JDO_Team"></a><h2>The Apache JDO Team</h2><p> The people listed below have made significant contributions to JDO by working long and hard to make quality software for the rest of the world to use. @@ -16,4 +16,4 @@ <a href="get-involved.html">Get Involved</a>. </p></div><div class="section"><a name="Apache_JDO_Committers"></a><h2>Apache JDO Committers</h2><table class="bodyTable"><tr class="a"><th>Name</th><th>Organization</th></tr><tr class="b"><td>Matthew Adams</td><td>SpringSource</td></tr><tr class="a"><td>Erik Bengtson</td><td>JPOX</td></tr><tr class="b"><td>Michael Bouschen</td><td>Tech@Spree</td></tr><tr class="a"><td>Michelle Caisse</td><td>Sun Microsystems, Inc.</td></tr><tr class="b"><td>Andy Jefferson</td><td>DataNucleus</td></tr><tr class="a"><td>Patrick Linskey</td><td>Oracle</td></tr><tr class="b"><td>Geir Magnusson Jr.</td><td>IBM</td></tr><tr class="a"><td>Brian McCallister</td><td></td></tr><tr class="b"><td>Craig Russell</td><td>Sun Microsystems, Inc.</td></tr><tr class="a"><td>Dain Sundstrom</td><td></td></tr><tr class="b"><td>Brian Topping</td><td></td></tr><tr class="a"><td>Michael Watzek</td><td>Tech@Spree</td></tr><tr class="b"><td>Martin Zaun</td><td>Sun Microsystems, Inc.</td></tr></table></div><div class= "section"><a name="Apache_JDO_Contributors"></a><h2>Apache JDO Contributors</h2><table class="bodyTable"><tr class="a"><th>Name</th><th>Organization</th></tr><tr class="b"><td>Chris Beams</td><td>SpringSource</td></tr><tr class="a"><td>Ilan Kirsch</td><td>ObjectDB</td></tr></table></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/transactions.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/transactions.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/transactions.html (original) +++ db/jdo/site/docs/transactions.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - Transactions</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html ">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><strong><a href="transactions.html">Transactions</a></strong></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li> <li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Transactions"></a><h2>Transactions</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><a href="why_jdo.html">Why JDO?</a></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href="jdo_v_jpa_api.htm l">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a href="jdohelper.html ">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><strong><a href="transactions.html">Transactions</a></strong></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a> </li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Transactions"></a><h2>Transactions</h2><p> When managing the persistence of objects using a <a href="pm.html">PersistenceManager</a> it is normal to handle all datastore operations in a transaction. For this reason each <i>PersistenceManager</i> has its own transaction. Consequently a typical JDO persistence method @@ -41,4 +41,4 @@ finally <div class="source"><pre>pm.currentTransaction().setOptimistic(true);</pre></div> </div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file Modified: db/jdo/site/docs/why_jdo.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/why_jdo.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/why_jdo.html (original) +++ db/jdo/site/docs/why_jdo.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Java Data Objects (JDO) - Why JDO ?</title><style type="text/css" media="all"> @import url("./style/maven-base.css"); - @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><strong><a href="why_jdo.html">Why JDO?</a></strong></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href=" jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a hre f="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="none"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a></li> <li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Why_JDO__"></a><h2>Why JDO ?</h2><p> + @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><table><tr><td nowrap="true"><a href="http://db.apache.org/jdo" id="projectLogo"><img alt="Java Data Objects (JDO)" src="./images/JDOx120.gif"></img></a><a href="http://db.apache.org/jdo" id="organizationLogo"><img alt="Java Data Objects (JDO)" src="./images/jdo_text.gif"></img></a></td></tr></table><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuGeneral"><h5>General</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="none"><strong><a href="why_jdo.html">Why JDO?</a></strong></li><li class="none"><a href="jdo_v_jpa.html">JDO v JPA</a></li><li class="none"><a href=" jdo_v_jpa_api.html">JDO v JPA : API</a></li><li class="none"><a href="jdo_v_jpa_orm.html">JDO v JPA : ORM</a></li><li class="none"><a href="downloads.html">Downloads</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0" class="externalLink" title="External Link">License</a></li></ul></div><br></br><div id="menuJDO_Implementation"><h5>JDO Implementation</h5><ul><li class="none"><a href="specifications.html">Specifications</a></li><li class="none"><a href="tck.html">TCK</a></li></ul></div><br></br><div id="menuJDO_Usage"><h5>JDO Usage</h5><ul><li class="none"><a href="impls.html">Implementations</a></li><li class="none"><a href="javadoc.html">API Javadoc</a></li><li class="none"><a href="class_types.html">Types of Classes</a></li><li class="none"><a href="field_types.html">Types of Fields</a></li><li class="collapsed"><a href="metadata.html">MetaData</a></li><li class="none"><a href="enhancement.html">Bytecode Enhancement</a></li><li class="none"><a hre f="jdohelper.html">JDOHelper</a></li><li class="none"><a href="pmf.html">PersistenceManagerFactory</a></li><li class="none"><a href="pm.html">PersistenceManager</a></li><li class="none"><a href="transactions.html">Transactions</a></li><li class="none"><a href="state_transition.html">Object States</a></li><li class="none"><a href="object_retrieval.html">Object Retrieval</a></li><li class="collapsed"><a href="jdoql.html">JDOQL</a></li><li class="none"><a href="extents.html">Extents</a></li><li class="collapsed"><a href="guides.html">Guides</a></li><li class="none"><a href="references.html">References</a></li><li class="none"><a href="exceptions.html">Exceptions</a></li><li class="none"><a href="glossary.html">Glossary</a></li></ul></div><br></br><div id="menuCommunity"><h5>Community</h5><ul><li class="none"><a href="get-involved.html">Get Involved</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="mail-lists.html">Mailing Lists</a> </li><li class="none"><a href="faq.html">FAQ</a></li><li class="none"><a href="http://wiki.apache.org/jdo" class="externalLink" title="External Link">Wiki</a></li></ul></div><br></br><div id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a href="roadmap.html">RoadMap / TODO</a></li><li class="none"><a href="svn.html">Source Code</a></li><li class="none"><a href="http://cwiki.apache.org/GMOxDEV/coding-standards.html" class="externalLink" title="External Link">Coding Standards</a></li><li class="none"><a href="issuetracking.html">Issue Tracking</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></div><br></br></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Why_JDO__"></a><h2>Why JDO ?</h2><p> The majority of applications need to persist (or store) data during their lifecycle. There are many ways of doing this with an application written in Java. </p><ul> @@ -36,4 +36,4 @@ <li>requires the developer to write this layer.</li> </ol></div></div></div><div class="clear"><hr></hr></div><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%"><img height="1" border="0" width="100%" src="./images/header_line.gif"></img></td></tr></table><div id="footer"><div class="xright"><a href="http://www.apache.org/foundation/sponsorship.html">Be an Apache Software Foundation sponsor</a><br><a href="http://www.apache.org/foundation/thanks.html">Thanks to ASF sponsors!</a></br></div><div class="xleft"> Documentation published: <br></br> - © 2005-2009 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file + © 2005-2010 <a href="http://www.apache.org/">Apache Software Foundation</a></div></div></body></html> \ No newline at end of file From [email protected] Tue Jun 01 11:02:34 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 79957 invoked from network); 1 Jun 2010 11:02:34 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 1 Jun 2010 11:02:34 -0000 Received: (qmail 47032 invoked by uid 500); 1 Jun 2010 11:02:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-commits.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 47025 invoked by uid 99); 1 Jun 2010 11:02:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 11:02:32 +0000 X-ASF-Spam-Status: No, hits=-1765.0 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 11:02:32 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2BCBD23888EA; Tue, 1 Jun 2010 11:02:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r950015 - in /db/jdo/site: docs/jdoql_result.html xdocs/jdoql_result.xml Date: Tue, 01 Jun 2010 11:02:11 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: andyj Date: Tue Jun 1 11:02:10 2010 New Revision: 950015 URL: http://svn.apache.org/viewvc?rev=950015&view=rev Log: remove datanucleus refs Modified: db/jdo/site/docs/jdoql_result.html db/jdo/site/xdocs/jdoql_result.xml Modified: db/jdo/site/docs/jdoql_result.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/jdoql_result.html?rev=950015&r1=950014&r2=950015&view=diff ============================================================================== --- db/jdo/site/docs/jdoql_result.html (original) +++ db/jdo/site/docs/jdoql_result.html Tue Jun 1 11:02:10 2010 @@ -50,7 +50,7 @@ So to utilise these you could specify something like </p> <div class="source"><pre> -Query q = pm.newQuery("SELECT max(price), min(price) FROM org.datanucleus.samples.store.Product WHERE status == 1");</pre></div> +Query q = pm.newQuery("SELECT max(price), min(price) FROM mydomain.Product WHERE status == 1");</pre></div> <p> This will return a single row of results with 2 values, the maximum price and the minimum price of all products that have status code of 1. @@ -62,7 +62,7 @@ Query q = pm.newQuery("SELECT max(price) </p> <div class="source"><pre> Declarative JDOQL : -Query query = pm.newQuery(org.datanucleus.samples.store.Product.class); +Query query = pm.newQuery(mydomain.Product.class); query.setFilter("name == \"CD Player\""); query.setResult("max(this.price)"); List results = (List)query.execute(); @@ -70,7 +70,7 @@ Iterator iter = c.iterator(); Double max_price = (Double)iter.next(); Single-String JDOQL : -Query query = pm.newQuery("SELECT max(price) FROM org.datanucleus.samples.store.Product WHERE name == \"CD Player\""); +Query query = pm.newQuery("SELECT max(price) FROM mydomain.Product WHERE name == \"CD Player\""); List results = (List)query.execute(); Iterator iter = c.iterator(); Double max_price = (Double)iter.next();</pre></div> Modified: db/jdo/site/xdocs/jdoql_result.xml URL: http://svn.apache.org/viewvc/db/jdo/site/xdocs/jdoql_result.xml?rev=950015&r1=950014&r2=950015&view=diff ============================================================================== --- db/jdo/site/xdocs/jdoql_result.xml (original) +++ db/jdo/site/xdocs/jdoql_result.xml Tue Jun 1 11:02:10 2010 @@ -68,7 +68,7 @@ So to utilise these you could specify something like </p> <source> -Query q = pm.newQuery("SELECT max(price), min(price) FROM org.datanucleus.samples.store.Product WHERE status == 1");</source> +Query q = pm.newQuery("SELECT max(price), min(price) FROM mydomain.Product WHERE status == 1");</source> <p> This will return a single row of results with 2 values, the maximum price and the minimum price of all products that have status code of 1. @@ -85,7 +85,7 @@ Query q = pm.newQuery("SELECT max(price) </p> <source> Declarative JDOQL : -Query query = pm.newQuery(org.datanucleus.samples.store.Product.class); +Query query = pm.newQuery(mydomain.Product.class); query.setFilter("name == \"CD Player\""); query.setResult("max(this.price)"); List results = (List)query.execute(); @@ -93,7 +93,7 @@ Iterator iter = c.iterator(); Double max_price = (Double)iter.next(); Single-String JDOQL : -Query query = pm.newQuery("SELECT max(price) FROM org.datanucleus.samples.store.Product WHERE name == \"CD Player\""); +Query query = pm.newQuery("SELECT max(price) FROM mydomain.Product WHERE name == \"CD Player\""); List results = (List)query.execute(); Iterator iter = c.iterator(); Double max_price = (Double)iter.next();</source> From [email protected] Sat Jun 05 21:45:15 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84916 invoked from network); 5 Jun 2010 21:45:15 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 5 Jun 2010 21:45:15 -0000 Received: (qmail 84484 invoked by uid 500); 5 Jun 2010 21:45:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-commits.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 84476 invoked by uid 99); 5 Jun 2010 21:45:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jun 2010 21:45:14 +0000 X-ASF-Spam-Status: No, hits=-1538.6 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jun 2010 21:45:13 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 93EF317DB9; Sat, 5 Jun 2010 21:44:53 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Sat, 05 Jun 2010 21:44:53 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BJdo_Wiki=5D_Trivial_Update_of_=22FrontPage=22_by_NievesBackm?= =?utf-8?q?an?= Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jdo Wiki" for chang= e notification. The "FrontPage" page has been changed by NievesBackman. The comment on this change is: minor edit. http://wiki.apache.org/jdo/FrontPage?action=3Ddiff&rev1=3D54&rev2=3D55 -------------------------------------------------- = [[http://db.apache.org/jdo/index.html|Apache JDO site]] = + [[http://www.findonlinecolleges.net|find online colleges]] + = [[http://www.java201.com/resources/browse/61-all.html|JDO-related resourc= es]] - Articles, Books, Presentations, Tutorials. = JavaOne2006 and ApacheCon2006 presentations in progress From [email protected] Sat Jun 05 23:30:38 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3594 invoked from network); 5 Jun 2010 23:30:38 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 5 Jun 2010 23:30:38 -0000 Received: (qmail 29782 invoked by uid 500); 5 Jun 2010 23:30:38 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-commits.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 29775 invoked by uid 99); 5 Jun 2010 23:30:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jun 2010 23:30:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jun 2010 23:30:35 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id D21CC17DB9 for <[email protected]>; Sat, 5 Jun 2010 23:30:13 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Sat, 05 Jun 2010 23:30:13 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BJdo_Wiki=5D_Update_of_=22FrontPage=22_by_MichelleCaisse?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jdo Wiki" for chang= e notification. The "FrontPage" page has been changed by MichelleCaisse. The comment on this change is: Backing out spam added by NievesBackman. http://wiki.apache.org/jdo/FrontPage?action=3Ddiff&rev1=3D55&rev2=3D56 -------------------------------------------------- = [[http://db.apache.org/jdo/index.html|Apache JDO site]] = - [[http://www.findonlinecolleges.net|find online colleges]] - = [[http://www.java201.com/resources/browse/61-all.html|JDO-related resourc= es]] - Articles, Books, Presentations, Tutorials. = JavaOne2006 and ApacheCon2006 presentations in progress From [email protected] Thu Jun 10 07:16:13 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31662 invoked from network); 10 Jun 2010 07:16:10 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Jun 2010 07:16:10 -0000 Received: (qmail 19981 invoked by uid 500); 10 Jun 2010 07:15:53 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-commits.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 19973 invoked by uid 99); 10 Jun 2010 07:15:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 07:15:52 +0000 X-ASF-Spam-Status: No, hits=-1778.1 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 07:15:52 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4004C23888E4; Thu, 10 Jun 2010 07:15:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r953232 - /db/jdo/trunk/tck/project.xml Date: Thu, 10 Jun 2010 07:15:10 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: andyj Date: Thu Jun 10 07:15:09 2010 New Revision: 953232 URL: http://svn.apache.org/viewvc?rev=953232&view=rev Log: change DN versions to 2.1.0.release, and set JPA version to 'JPA2-final' Modified: db/jdo/trunk/tck/project.xml Modified: db/jdo/trunk/tck/project.xml URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck/project.xml?rev=953232&r1=953231&r2=953232&view=diff ============================================================================== --- db/jdo/trunk/tck/project.xml (original) +++ db/jdo/trunk/tck/project.xml Thu Jun 10 07:15:09 2010 @@ -44,25 +44,25 @@ NOTE!! There are no unit tests in this p <dependency> <groupId>org.datanucleus</groupId> <artifactId>datanucleus-core</artifactId> - <version>2.1.0-release-SNAPSHOT</version> + <version>2.1.0-release</version> <url>http://www.datanucleus.org/downloads/maven-nightly</url> </dependency> <dependency> <groupId>org.datanucleus</groupId> <artifactId>datanucleus-rdbms</artifactId> - <version>2.1.0-release-SNAPSHOT</version> + <version>2.1.0-release</version> <url>http://www.datanucleus.org/downloads/maven-nightly</url> </dependency> <dependency> <groupId>org.datanucleus</groupId> <artifactId>datanucleus-enhancer</artifactId> - <version>2.1.0-release-SNAPSHOT</version> + <version>2.1.0-release</version> <url>http://www.datanucleus.org/downloads/maven-nightly</url> </dependency> <dependency> <groupId>org.datanucleus</groupId> <artifactId>datanucleus-jpa</artifactId> - <version>2.1.0-release-SNAPSHOT</version> + <version>2.1.0-release</version> <url>http://www.datanucleus.org/downloads/maven-nightly</url> </dependency> <dependency> @@ -142,7 +142,7 @@ NOTE!! There are no unit tests in this p <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jpa_2.0_spec</artifactId> - <version>1.0-PFD2</version> + <version>1.0</version> </dependency> </dependencies> <!-- =================== --> From [email protected] Sat Jun 12 14:59:27 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34297 invoked from network); 12 Jun 2010 14:59:27 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 12 Jun 2010 14:59:27 -0000 Received: (qmail 6749 invoked by uid 500); 12 Jun 2010 14:59:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-commits.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 6742 invoked by uid 99); 12 Jun 2010 14:59:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 14:59:26 +0000 X-ASF-Spam-Status: No, hits=-1556.2 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 14:59:26 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 3A1BE1761E; Sat, 12 Jun 2010 14:59:06 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Sat, 12 Jun 2010 14:59:06 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BJdo_Wiki=5D_Update_of_=22ChangeLog=22_by_CraigRussell?= Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jdo Wiki" for chang= e notification. The "ChangeLog" page has been changed by CraigRussell. http://wiki.apache.org/jdo/ChangeLog?action=3Ddiff&rev1=3D62&rev2=3D63 -------------------------------------------------- =3D This is the list of changes for maintenance of JSR-243. =3D + =3D=3D IssueLog has the list of changes requested by the community. =3D= =3D =3D=3D PROPOSED =3D=3D = 1. Provide a boolean property to serialize access to objects. Add method= s to set and clear the property. Add xml metadata to specify the property p= er class or interface. From [email protected] Sat Jun 12 15:03:40 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35507 invoked from network); 12 Jun 2010 15:03:40 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 12 Jun 2010 15:03:40 -0000 Received: (qmail 10422 invoked by uid 500); 12 Jun 2010 15:03:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-commits.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 10415 invoked by uid 99); 12 Jun 2010 15:03:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 15:03:40 +0000 X-ASF-Spam-Status: No, hits=-1556.3 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 15:03:40 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id BB8F71761E; Sat, 12 Jun 2010 15:03:19 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Sat, 12 Jun 2010 15:03:19 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BJdo_Wiki=5D_Update_of_=22ChangeLog=22_by_CraigRussell?= Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jdo Wiki" for chang= e notification. The "ChangeLog" page has been changed by CraigRussell. http://wiki.apache.org/jdo/ChangeLog?action=3Ddiff&rev1=3D63&rev2=3D64 -------------------------------------------------- =3D This is the list of changes for maintenance of JSR-243. =3D - =3D=3D IssueLog has the list of changes requested by the community. =3D= =3D + IssueLog has the list of changes requested by the community. =3D=3D PROPOSED =3D=3D = 1. Provide a boolean property to serialize access to objects. Add method= s to set and clear the property. Add xml metadata to specify the property p= er class or interface. From [email protected] Sat Jun 12 15:07:03 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39627 invoked from network); 12 Jun 2010 15:07:03 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 12 Jun 2010 15:07:03 -0000 Received: (qmail 10944 invoked by uid 500); 12 Jun 2010 15:07:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-commits.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 10937 invoked by uid 99); 12 Jun 2010 15:07:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 15:07:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 15:07:00 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 6D9391761E; Sat, 12 Jun 2010 15:06:39 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Sat, 12 Jun 2010 15:06:39 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BJdo_Wiki=5D_Update_of_=22IssueLog=22_by_CraigRussell?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jdo Wiki" for chang= e notification. The "IssueLog" page has been changed by CraigRussell. http://wiki.apache.org/jdo/IssueLog -------------------------------------------------- New page: =3DIssueLog contains changes requested by the community for JSR-243=3D As changes are requested by the community (for example, on mailing lists or= JIRA) they will be added to the PROPOSED list here. When they are implemen= ted, they are moved to ACCEPTED. = =3D=3DACCEPTED=3D=3D =3D=3DPROPOSED=3D=3D =3D=3DDEFERRED=3D=3D From [email protected] Sat Jun 12 15:08:05 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40834 invoked from network); 12 Jun 2010 15:08:05 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 12 Jun 2010 15:08:05 -0000 Received: (qmail 11986 invoked by uid 500); 12 Jun 2010 15:08:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-commits.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 11979 invoked by uid 99); 12 Jun 2010 15:08:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 15:08:05 +0000 X-ASF-Spam-Status: No, hits=-1556.5 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 15:08:05 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 7C6441761E; Sat, 12 Jun 2010 15:07:44 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Sat, 12 Jun 2010 15:07:44 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BJdo_Wiki=5D_Update_of_=22IssueLog=22_by_CraigRussell?= Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jdo Wiki" for chang= e notification. The "IssueLog" page has been changed by CraigRussell. http://wiki.apache.org/jdo/IssueLog?action=3Ddiff&rev1=3D1&rev2=3D2 -------------------------------------------------- - =3DIssueLog contains changes requested by the community for JSR-243=3D + =3D IssueLog contains changes requested by the community for JSR-243 =3D As changes are requested by the community (for example, on mailing lists = or JIRA) they will be added to the PROPOSED list here. When they are implem= ented, they are moved to ACCEPTED. = = - =3D=3DACCEPTED=3D=3D + =3D=3D ACCEPTED =3D=3D = - =3D=3DPROPOSED=3D=3D + =3D=3D PROPOSED =3D=3D = - =3D=3DDEFERRED=3D=3D + =3D=3D DEFERRED =3D=3D =20 From [email protected] Sat Jun 12 23:39:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59767 invoked from network); 12 Jun 2010 23:39:57 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 12 Jun 2010 23:39:57 -0000 Received: (qmail 83665 invoked by uid 500); 12 Jun 2010 23:39:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-commits.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 83658 invoked by uid 99); 12 Jun 2010 23:39:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 23:39:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 23:39:53 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 5A5A21761E; Sat, 12 Jun 2010 23:39:32 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Sat, 12 Jun 2010 23:39:32 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BJdo_Wiki=5D_Update_of_=22IssueLog=22_by_CraigRussell?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jdo Wiki" for chang= e notification. The "IssueLog" page has been changed by CraigRussell. http://wiki.apache.org/jdo/IssueLog?action=3Ddiff&rev1=3D2&rev2=3D3 -------------------------------------------------- = =3D=3D ACCEPTED =3D=3D = + 1. Maybe we should look at another constructor for the SingleFieldIdenti= ty classes that embeds the knowledge that the class name is exact? That way= , the jdo implementation could construct identity instances and the user co= uld also construct identity instances that represent the exact class. + = + 1. JDO doesn't have a mechanism to stop queries from overrunning. JPA2 n= ow allows a persistence property to allow timing them out, and most JDO imp= lementations have allowed this as an extension since JDO1. It would make se= nse for JDO (2.3) to have the same or a variation. Some ideas + = + Option 1 : Simple PMF property "javax.jdo.option.queryTimeout" to specify= the number of millisecs (or secs) before any query is timed out. Throw a Q= ueryTimeoutException (extends JDOException) when the timeout happens + = + Option 2 : as Option1, plus setTimeout() on Query to define it on a per q= uery basis. + = + Option 3 : as Option2, plus we add cancel() on Query so that users can ca= ncel long running queries programmatically, throwing a QueryInterruptedExce= ption (extends JDOUserException). The cancel would apply to all currently r= unning invoked queries from that Query instance. + = =3D=3D PROPOSED =3D=3D = =3D=3D DEFERRED =3D=3D = + 1. It would be nice to get List.get(int) into JDOQL, in other words acce= ss of indexed list elements. Querydsl has support for that and for consiste= ncy it would be nice if JDOQL supported it as well. + = + 1. I just took a look at the JDO javadoc and saw that it says there, the= declared parameters and the parameters passed to the execute method have t= o match exactly: + = + <http://db.apache.org/jdo/api23/apidocs/javax/jdo/Query.html#executeWithM= ap%28java.util.Map%29> + = + IMHO this is a feature making the use of JDO with dynamic queries (and im= plicit parameter declarations) more complicated than necessary. It would be= more developer-friendly, if it was legal to pass more parameters than the = ones actually used, because they don't harm and it removes the need for add= itional tracking logic (which parameter is used, which one isn't). + = + I therefore recommend to relax the rule from exact match to "super-set", = i.e. only these 2 requirements: + = + * All declared parameters must exist in the params-map passed to the + method executeWithMap(...). + * All types of the declared parameters must match the ones passed to + executeWithMap(...). + = + For downward compatibility, I recommend introducing an option that can + be passed to the PersistenceManagerFactory (in the properties). As a + first idea, I recommend: javax.jdo.option.QueryParameterExactMatch (with + values "true" and "false"). + = + 1. There is increasing interest in NoSQL datastores (Google BigTable, Ap= ache HBase, VMWare Redis, etc), which not only do not support SQL, but also= do not necessarily provide support for traditional consistency or queriabi= lity features or guarantees, instead offering features like eventual consis= tency, key-value storage mechanisms, etc. + This request is to modify the JDO specification (and TCK & RI) so that it= relaxes certain portions of the specification, perhaps in the form of prof= iles similar to JavaEE 6 profiles, to allow datastores that may not support= queries in general, do not support the ACID requirements, or that support = key-value-based storage mechanisms to be JDO-compliant. =C2=A0Additions to = the specification may also be needed in order to directly address NoSQL-typ= e datastores, in a manner similar to its treatment of relational persistenc= e mechanisms. + Additionally, this request would serve to better support persistence on m= icro platforms where consistency, queriability, etc, may not be supported. + = + 1. Consider extending JDOQL in JDO3.1 to include a series of new methods= , following the contracts of existing Java classes + = + String.charAt(int) + String.startsWith(String, int) + String.length() + String.trim() + = + Enum.ordinal() + Enum.toString() + = + The following are obviously deprecated in the JDK, but worth consideration + Date.getHour() + Date.getMinutes() + Date.getSeconds() + Date.getDay() + Date.getMonth() + Date.getYear() + = + We already have JDOHelper.getObjectId(Object), so why not add + JDOHelper.getVersion(Object) + = + On a related topic JDO-633 has "List.get(int)". + = + Note that all of these are already implemented in the RI. + = + We already have Math.abs, Math.sqrt, so why not also have + = + Math.acos(number) + Math.asin(number) + Math.atan(number) + Math.ceil(number) + Math.cos(number) + Math.exp(number) + Math.floor(number) + Math.log(number) + Math.sin(number) + Math.tan(number) + = + 1. With an RDBMS datastore, when generating the schema, it is desirable = to be able to specify the positioning of the column(s) of a field in the ge= nerated table. = + With spreadsheet documents, it is critical to be able to define which col= umn number is used for a particular field. + With other datastores it is also likely desirable. + = + To achieve this I propose adding an attribute to the XML <column> called = "position". Similarly for the @Column annotation. + This can take integer values with 0-origin. + = + Complications : = + * how this is handled when we have inheritance. If a root class has subcl= ass-table inheritance, then those fields are persisted into the tables of a= ll subclasses, and we may want to override the positions for those individu= ally - to that end the user can override the metadata of the superclass fie= lds. = + * anything else ? + = + 1. Create an implementation of the API in javascript. + = + 1. I propose to split the standardization of the statically typed query = capability into a general part and a JDOQL specific part. A fork of certain= Querydsl parts could provide a foundation for both. + = + The reason for the splitted approach is that a standardization of the gen= eral model would benefit also other frameworks and could become a foundatio= n for LINQ in Java. + = + The general part could be formed of the contents of the following Queryds= l packages : + = + com.mysema.query + com.mysema.query.types + com.mysema.query.types.custom + com.mysema.query.types.expr + com.mysema.query.types.path + com.mysema.query.types.query + = + The JDO specific elements could consist of the following elements : + = + com.mysema.query.jdoql.JDOQLSubQuery -> javax.jdo.query.SubQuery ?!? + com.mysema.query.jdoql.JDOQLQuery -> javax.jdo.query.Query ?!? + = + of course with some modifications and a standardization of the code gener= ation (probably also via APT). + = + What do you think about this approach? + = + Are there any plans to add Query by Criteria to the JDO standard? I'm ref= erring to a programmatic API to build queries, similar to what Hibernate al= ready has and JPA is planning to add. + = + If not, does anyone know of another route to achieving this functionality= ? Are there any libraries that can be layered over JDO to get this? Should = I write my own? + = + QueryDSL already does that for JDOQL http://source.mysema.com/display/que= rydsl/Querydsl I'm sure the guys who wrote it would love to hear feedback ;= -) + = + 1. Aggregate type specification at page 175 claims that avg(expression) = return type is the same of the enclosed expression. This is wrong from a st= rictly mathematical point of view. In fact, if you select an avg on an int = field member the result is truncated. The result type should always be doub= le. + = + 1. I am implementing the shortcut form for if-then-else (x ? y : c) in Q= uerydsl. Is there support for it in JDOQL? If not, could it be added? + = + 1. There is renewed interest (e.g. cloud computing) in persistence APIs t= hat don't have a fully ACID compliant, fully featured SQL back end, and yet= the data is not simply key-value blob storage. =C2=A0 + = + A few years ago some of us remember dark clouds on JDO's horizon. Recentl= y there were some of a different kind http://www.datanucleus.com/news/googl= e_app_engine.html + = + 1. "QueryDSL" (documented at http://source.mysema.com/display/querydsl/Q= uerydsl) now provides beta support for JDOQL using type-safe syntax. Some b= asic docs = + are found here http://source.mysema.com/display/querydsl/JDOQL+Guide + = + Would be great if JDO supported streams, similar to OPENJPA-130 +=20 From [email protected] Sat Jun 12 23:42:24 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59958 invoked from network); 12 Jun 2010 23:42:23 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 12 Jun 2010 23:42:23 -0000 Received: (qmail 83818 invoked by uid 500); 12 Jun 2010 23:42:23 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-commits.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 83810 invoked by uid 99); 12 Jun 2010 23:42:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 23:42:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 23:42:21 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 6AEC21761E; Sat, 12 Jun 2010 23:42:00 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki <[email protected]> To: Apache Wiki <[email protected]> Date: Sat, 12 Jun 2010 23:42:00 -0000 Message-ID: <[email protected]> Subject: =?utf-8?q?=5BJdo_Wiki=5D_Update_of_=22IssueLog=22_by_CraigRussell?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jdo Wiki" for chang= e notification. The "IssueLog" page has been changed by CraigRussell. http://wiki.apache.org/jdo/IssueLog?action=3Ddiff&rev1=3D3&rev2=3D4 -------------------------------------------------- =3D IssueLog contains changes requested by the community for JSR-243 =3D - As changes are requested by the community (for example, on mailing lists = or JIRA) they will be added to the PROPOSED list here. When they are implem= ented, they are moved to ACCEPTED. = + = + As changes are requested by the community (for example, on mailing lists = or JIRA) they will be added to the PROPOSED list here. When they are implem= ented, they are moved to ACCEPTED. When a maintenance release is being ship= ped, unimplemented items will be moved to the DEFERRED list. When a mainten= ance release is being planned, items from the DEFERRED list are reviewed. = =3D=3D ACCEPTED =3D=3D =20 From [email protected] Sun Jun 20 02:54:50 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13809 invoked from network); 20 Jun 2010 02:54:50 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Jun 2010 02:54:50 -0000 Received: (qmail 48971 invoked by uid 500); 20 Jun 2010 02:54:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-commits.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 48964 invoked by uid 99); 20 Jun 2010 02:54:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Jun 2010 02:54:49 +0000 X-ASF-Spam-Status: No, hits=-1001.3 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Jun 2010 02:54:47 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3013A2388903; Sun, 20 Jun 2010 02:54:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r956317 - in /db/jdo/trunk/api2: ./ test/java/javax/jdo/ test/schema/jdoconfig/Pmfmapmap01/ test/schema/jdoconfig/Pmfmapmap01/META-INF/ test/schema/jdoconfig/Pmfmapmap02/ Date: Sun, 20 Jun 2010 02:54:02 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: mcaisse Date: Sun Jun 20 02:54:01 2010 New Revision: 956317 URL: http://svn.apache.org/viewvc?rev=956317&view=rev Log: JDO-557 - Tests for api's invocation of getPersistenceManager(Map) and getPersistenceManager(Map, Map). Also fixed an issue in JDOConfigTestClassLoader.java. Added: db/jdo/trunk/api2/test/java/javax/jdo/PMFMapMapTest.java db/jdo/trunk/api2/test/java/javax/jdo/PMFProxy.java db/jdo/trunk/api2/test/java/javax/jdo/PMFService.java db/jdo/trunk/api2/test/schema/jdoconfig/Pmfmapmap01/ db/jdo/trunk/api2/test/schema/jdoconfig/Pmfmapmap01/META-INF/ db/jdo/trunk/api2/test/schema/jdoconfig/Pmfmapmap01/META-INF/jdoconfig.xml db/jdo/trunk/api2/test/schema/jdoconfig/Pmfmapmap02/ db/jdo/trunk/api2/test/schema/jdoconfig/Pmfmapmap02/propsfile.props Modified: db/jdo/trunk/api2/ (props changed) db/jdo/trunk/api2/test/java/javax/jdo/JDOConfigTestClassLoader.java Propchange: db/jdo/trunk/api2/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Sun Jun 20 02:54:01 2010 @@ -1 +1,2 @@ target +.maven.xml.swp Modified: db/jdo/trunk/api2/test/java/javax/jdo/JDOConfigTestClassLoader.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/api2/test/java/javax/jdo/JDOConfigTestClassLoader.java?rev=956317&r1=956316&r2=956317&view=diff ============================================================================== --- db/jdo/trunk/api2/test/java/javax/jdo/JDOConfigTestClassLoader.java (original) +++ db/jdo/trunk/api2/test/java/javax/jdo/JDOConfigTestClassLoader.java Sun Jun 20 02:54:01 2010 @@ -5,6 +5,7 @@ import org.apache.tools.ant.AntClassLoad import java.net.URL; import java.net.URLClassLoader; import java.net.MalformedURLException; +import java.io.File; import java.util.StringTokenizer; import java.util.List; import java.util.ArrayList; @@ -73,10 +74,13 @@ public class JDOConfigTestClassLoader ex ) { List<String> elements = new ArrayList<String>(); String classpath = unparent.getClasspath(); - StringTokenizer st = new StringTokenizer( - classpath, System.getProperty("path.separator")); + StringTokenizer st = new StringTokenizer(classpath, File.pathSeparator); while (st.hasMoreTokens()) { - elements.add("file://" + st.nextToken()); + String nextToken = st.nextToken(); + if(!nextToken.endsWith(".jar")) { + nextToken = nextToken.concat(File.separator); + } + elements.add("file://" + nextToken); } Iterator<String> i = elements.iterator(); while (i.hasNext()) { Added: db/jdo/trunk/api2/test/java/javax/jdo/PMFMapMapTest.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/api2/test/java/javax/jdo/PMFMapMapTest.java?rev=956317&view=auto ============================================================================== --- db/jdo/trunk/api2/test/java/javax/jdo/PMFMapMapTest.java (added) +++ db/jdo/trunk/api2/test/java/javax/jdo/PMFMapMapTest.java Sun Jun 20 02:54:01 2010 @@ -0,0 +1,507 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package javax.jdo; + +import java.io.ByteArrayInputStream; +import java.io.ByteArrayOutputStream; +import java.net.MalformedURLException; + +import javax.jdo.util.AbstractTest; +import java.io.IOException; +import java.io.InputStream; +import java.net.URL; +import java.net.URLClassLoader; +import java.util.Properties; +import junit.framework.TestSuite; + +import javax.jdo.util.BatchTestRunner; + +/** + * + * Tests class javax.jdo.JDOHelper for calls to the impl's static method + * getPersistenceManagerFactory(Map overrides, Map props). + * + */ +public class PMFMapMapTest extends AbstractTest implements Constants { + + static String expectedDriverName = "Jane Doe"; + static String expectedDriverName4NamedPMF = "Larry"; + static String expectedDriverNameWithOverrides = "Gerard Manley Hopkins"; + static String PMFName = "BookSearch"; + static String resourceDir = "Pmfmapmap01"; + static String propsDir = "Pmfmapmap02"; + static String pmfServiceClass = "javax.jdo.PMFService"; + static String propertiesFile = "propsfile.props"; + PersistenceManagerFactory pmf; + Properties props; + Properties overrides; + URLClassLoader resourceClassLoader; + ClassLoader saveContextClassLoader; + + public static void main(String args[]) { + BatchTestRunner.run(PMFMapMapTest.class); + } + + /** + * {@inheritDoc} + * @return {@inheritDoc} + */ + public static TestSuite suite() { + return new TestSuite(PMFMapMapTest.class); + } + + public void setup() { + } + + public void teardown() { + } + + void setupResourceClassLoader(String dir) { + try { + URL url = new URL( + "file://" + JDOCONFIG_CLASSPATH_PREFIX + "/" + dir + "/"); + resourceClassLoader = new URLClassLoader(new URL[]{url}, + getClass().getClassLoader()); + } catch (MalformedURLException ex) { + ex.printStackTrace(); + } + } + + /** + * A class path prefix used in the various tests where the class path + * needs to be set. + */ + protected static String JDOCONFIG_CLASSPATH_PREFIX = initJDOConfigClasspathPrefix(); + + /** + * Returns the JDO configuration class path prefix's default value, which is + * the project base directory suffixed by the path to the configuration + * directory (<tt>test/schema/jdoconfig</tt>). + * + * @return the default class path prefix used by this test suite. + * + */ + protected static String initJDOConfigClasspathPrefix() { + return initBasedir() + "test/schema/jdoconfig"; + } + + /** + * Returns the base directory for this project. This base directory + * is used to build up the other class paths defined in this test suite. + * The value returned is the value returned by + * <code>System.getProperty("basedir")</code>. + * A trailing slash is appended to the path if it doesn't exist. + * + * @return the default base directory of the project. + */ + protected static String initBasedir() { + String basedir = System.getProperty("basedir"); + if (basedir != null) { + if (!basedir.endsWith("/")) { + basedir += "/"; + } + } else { + basedir = ""; + } + return basedir; + } + + /* static PersistenceManagerFactory getPersistenceManagerFactory() + Get the anonymous PersistenceManagerFactory configured via the + standard configuration file resource "META-INF/jdoconfig.xml", + using the current thread's context class loader to locate the + configuration file resource(s). + */ + public void testJDOConfigXML() { + + setupResourceClassLoader(resourceDir); + Thread.currentThread().setContextClassLoader(resourceClassLoader); + + try { + pmf = JDOHelper.getPersistenceManagerFactory(); + } catch (JDOFatalUserException ex) { + fail("Failed to find PersistenceManagerFactoryClass." + ex.getMessage()); + } + + String driverName = pmf.getConnectionDriverName(); + if (!expectedDriverName.equals(driverName)) { + fail("Bad ConnectionDriverName(): " + driverName + ". Expected: \"" + + expectedDriverName + "\""); + } + } + + /* + static PersistenceManagerFactory getPersistenceManagerFactory + (java.lang.ClassLoader pmfClassLoader) + Get the anonymous PersistenceManagerFactory configured via the + standard configuration file resource "META-INF/jdoconfig.xml", + using the given class loader. + */ + public void testJDOConfigXMLWithLoader() throws IOException { + + setupResourceClassLoader(resourceDir); + + try { + pmf = JDOHelper.getPersistenceManagerFactory(resourceClassLoader); + } catch (JDOFatalUserException ex) { + fail("Failed to find PersistenceManagerFactoryClass." + ex.getMessage()); + } + + String driverName = pmf.getConnectionDriverName(); + if (!expectedDriverName.equals(driverName)) { + fail("Bad ConnectionDriverName(): " + driverName + ". Expected: \"" + + expectedDriverName + "\""); + } + } + + /* + static PersistenceManagerFactory getPersistenceManagerFactory( + java.io.File propsFile) + Returns a PersistenceManagerFactory configured based on the properties + stored in the [email protected]. + */ + public void testPropsFile() { + + setupResourceClassLoader(propsDir); + Thread.currentThread().setContextClassLoader(resourceClassLoader); + + try { + pmf = JDOHelper.getPersistenceManagerFactory(propertiesFile); + } catch (JDOFatalUserException ex) { + fail("Failed to find PersistenceManagerFactoryClass." + ex.getMessage()); + } + + String driverName = pmf.getConnectionDriverName(); + if (!expectedDriverName.equals(driverName)) { + fail("Bad ConnectionDriverName(): " + driverName + ". Expected: \"" + + expectedDriverName + "\""); + } + } + + + /* + static PersistenceManagerFactory getPersistenceManagerFactory( + java.io.File propsFile, java.lang.ClassLoader loader) + Returns a PersistenceManagerFactory configured based on the properties + stored in the [email protected]. + */ + public void testPropsFileAndLoader() { + + setupResourceClassLoader(propsDir); + + try { + pmf = JDOHelper.getPersistenceManagerFactory(propertiesFile, + resourceClassLoader); + } catch (JDOFatalUserException ex) { + fail("Failed to find PersistenceManagerFactoryClass." + ex.getMessage()); + } + + String driverName = pmf.getConnectionDriverName(); + if (!expectedDriverName.equals(driverName)) { + fail("Bad ConnectionDriverName(): " + driverName + ". Expected: \"" + + expectedDriverName + "\""); + } + } + + /* + static PersistenceManagerFactory getPersistenceManagerFactory( + java.io.InputStream stream) + Returns a PersistenceManagerFactory configured based on the Properties + stored in the input [email protected]. + */ + public void testInputStream() { + props = new Properties(); + props.setProperty(PROPERTY_PERSISTENCE_MANAGER_FACTORY_CLASS, + pmfServiceClass); + props.setProperty(PROPERTY_CONNECTION_DRIVER_NAME, + expectedDriverName); + + ByteArrayOutputStream outstream = new ByteArrayOutputStream(); + try { + props.store(outstream, ""); + } catch (IOException ex) { + fail(ex.getMessage()); + } + InputStream byteArrayInputStream = + new ByteArrayInputStream(outstream.toByteArray()); + + setupResourceClassLoader(resourceDir); + Thread.currentThread().setContextClassLoader(resourceClassLoader); + + try { + pmf = JDOHelper.getPersistenceManagerFactory(byteArrayInputStream); + } catch (JDOFatalUserException ex) { + fail("Failed to find PersistenceManagerFactoryClass." + ex.getMessage()); + } + + String driverName = pmf.getConnectionDriverName(); + if (!expectedDriverName.equals(driverName)) { + fail("Bad ConnectionDriverName(): " + driverName + ". Expected: \"" + + expectedDriverName + "\""); + } + } + + /* + static PersistenceManagerFactory getPersistenceManagerFactory( + java.io.InputStream stream, java.lang.ClassLoader loader) + Returns a PersistenceManagerFactory configured based on the Properties + stored in the input [email protected]. + */ + public void testInputStreamWithLoader() { + props = new Properties(); + props.setProperty(PROPERTY_PERSISTENCE_MANAGER_FACTORY_CLASS, + pmfServiceClass); + props.setProperty(PROPERTY_CONNECTION_DRIVER_NAME, + expectedDriverName); + + ByteArrayOutputStream outstream = new ByteArrayOutputStream(); + try { + props.store(outstream, ""); + } catch (IOException ex) { + fail(ex.getMessage()); + } + InputStream byteArrayInputStream = + new ByteArrayInputStream(outstream.toByteArray()); + + setupResourceClassLoader(resourceDir); + + try { + pmf = JDOHelper.getPersistenceManagerFactory(byteArrayInputStream, + resourceClassLoader); + } catch (JDOFatalUserException ex) { + fail("Failed to find PersistenceManagerFactoryClass." + ex.getMessage()); + } + + String driverName = pmf.getConnectionDriverName(); + if (!expectedDriverName.equals(driverName)) { + fail("Bad ConnectionDriverName(): " + driverName + ". Expected: \"" + + expectedDriverName + "\""); + } + } + + /* + static PersistenceManagerFactory getPersistenceManagerFactory( + java.util.Map<?,?> props) + Get a PersistenceManagerFactory based on a Properties instance, + using the current thread's context class loader to locate + the PersistenceManagerFactory class. + */ + public void testProperties() { + props = new Properties(); + props.setProperty(PROPERTY_PERSISTENCE_MANAGER_FACTORY_CLASS, + pmfServiceClass); + props.setProperty(PROPERTY_CONNECTION_DRIVER_NAME, + expectedDriverName); + + setupResourceClassLoader(resourceDir); + Thread.currentThread().setContextClassLoader(resourceClassLoader); + try { + pmf = JDOHelper.getPersistenceManagerFactory(props); + } catch (JDOFatalUserException ex) { + fail("Failed to find PersistenceManagerFactoryClass." + ex.getMessage()); + } + + String driverName = pmf.getConnectionDriverName(); + if (!expectedDriverName.equals(driverName)) { + fail("Bad ConnectionDriverName(): " + driverName + ". Expected: \"" + + expectedDriverName + "\""); + } + } + + /* + static PersistenceManagerFactory getPersistenceManagerFactory( + java.util.Map<?,?> props, java.lang.ClassLoader pmfClassLoader) + Get a PersistenceManagerFactory based on a Map and a class loader. + */ + public void testPropertiesAndLoader() { + props = new Properties(); + props.setProperty(PROPERTY_PERSISTENCE_MANAGER_FACTORY_CLASS, + pmfServiceClass); + props.setProperty(PROPERTY_CONNECTION_DRIVER_NAME, + expectedDriverName); + + setupResourceClassLoader(resourceDir); + try { + pmf = JDOHelper.getPersistenceManagerFactory(props, + resourceClassLoader); + } catch (JDOFatalUserException ex) { + fail("Failed to find PersistenceManagerFactoryClass." + ex.getMessage()); + } + + String driverName = pmf.getConnectionDriverName(); + if (!expectedDriverName.equals(driverName)) { + fail("Bad ConnectionDriverName(): " + driverName + ". Expected: \"" + + expectedDriverName + "\""); + } + } + + /* + static PersistenceManagerFactory getPersistenceManagerFactory + (java.util.Map<?,?> overrides, java.lang.String name) + Returns a named PersistenceManagerFactory or persistence unit. + */ + public void testNamedPMFWithOverrides() { + overrides = new Properties(); + overrides.setProperty(PROPERTY_CONNECTION_DRIVER_NAME, + expectedDriverNameWithOverrides); + + setupResourceClassLoader(resourceDir); + Thread.currentThread().setContextClassLoader(resourceClassLoader); + + try { + pmf = JDOHelper.getPersistenceManagerFactory(overrides, PMFName); + } catch (JDOFatalUserException ex) { + fail("Failed to find PersistenceManagerFactoryClass." + ex.getMessage()); + } + + String driverName = pmf.getConnectionDriverName(); + if (!expectedDriverNameWithOverrides.equals(driverName)) { + fail("Bad ConnectionDriverName(): " + driverName + ". Expected: \"" + + expectedDriverNameWithOverrides + "\""); + } + } + + /* + static PersistenceManagerFactory getPersistenceManagerFactory( + java.util.Map<?,?> overrides, java.lang.String name, + java.lang.ClassLoader resourceLoader) + Returns a named PersistenceManagerFactory or persistence unit. + */ + public void testNamedPMFWithOverridesAndLoader() { + overrides = new Properties(); + overrides.setProperty(PROPERTY_CONNECTION_DRIVER_NAME, + expectedDriverNameWithOverrides); + + setupResourceClassLoader(resourceDir); + + try { + pmf = JDOHelper.getPersistenceManagerFactory(overrides, PMFName, + resourceClassLoader); + } catch (JDOFatalUserException ex) { + fail("Failed to find PersistenceManagerFactoryClass." + ex.getMessage()); + } + + String driverName = pmf.getConnectionDriverName(); + if (!expectedDriverNameWithOverrides.equals(driverName)) { + fail("Bad ConnectionDriverName(): " + driverName + ". Expected: \"" + + expectedDriverNameWithOverrides + "\""); + } + } + + /* + static PersistenceManagerFactory getPersistenceManagerFactory( + java.util.Map<?,?> overrides, java.lang.String name, + java.lang.ClassLoader resourceLoader, java.lang.ClassLoader pmfLoader) + Returns a PersistenceManagerFactory configured based on the properties + stored in the resource at name, or, if not found, + returns a PersistenceManagerFactory with the given name or, + if not found, returns a javax.persistence.EntityManagerFactory + cast to a PersistenceManagerFactory. + */ + public void testNamedPMFWithOverridesAndTwoLoaders() { + overrides = new Properties(); + overrides.setProperty(PROPERTY_CONNECTION_DRIVER_NAME, + expectedDriverNameWithOverrides); + + setupResourceClassLoader(resourceDir); + + try { + pmf = JDOHelper.getPersistenceManagerFactory(overrides, PMFName, + resourceClassLoader, + Thread.currentThread().getContextClassLoader()); + } catch (JDOFatalUserException ex) { + fail("Failed to find PersistenceManagerFactoryClass. " + ex.getMessage()); + } + + String driverName = pmf.getConnectionDriverName(); + if (!expectedDriverNameWithOverrides.equals(driverName)) { + fail("Bad ConnectionDriverName(): " + driverName + ". Expected: \"" + + expectedDriverNameWithOverrides + "\""); + } + } + + /* + static PersistenceManagerFactory getPersistenceManagerFactory( + java.lang.String name) + Returns a named PersistenceManagerFactory or persistence unit. + */ + public void testNamedPMF() { + + setupResourceClassLoader(resourceDir); + Thread.currentThread().setContextClassLoader(resourceClassLoader); + + try { + pmf = JDOHelper.getPersistenceManagerFactory(PMFName); + } catch (JDOFatalUserException ex) { + fail("Failed to find PersistenceManagerFactoryClass. " + ex.getMessage()); + } + + String driverName = pmf.getConnectionDriverName(); + if (!expectedDriverName4NamedPMF.equals(driverName)) { + fail("Bad ConnectionDriverName(): " + driverName + ". Expected: \"" + + expectedDriverName4NamedPMF + "\""); + } + } + + /* + static PersistenceManagerFactory getPersistenceManagerFactory + (java.lang.String name, java.lang.ClassLoader loader) + Returns a named PersistenceManagerFactory or persistence unit. + */ + public void testNamedPMFWithLoader() { + + setupResourceClassLoader(resourceDir); + + try { + pmf = JDOHelper.getPersistenceManagerFactory(PMFName, + resourceClassLoader); + } catch (JDOFatalUserException ex) { + fail("Failed to find PersistenceManagerFactoryClass. " + ex.getMessage()); + } + + String driverName = pmf.getConnectionDriverName(); + if (!expectedDriverName4NamedPMF.equals(driverName)) { + fail("Bad ConnectionDriverName(): " + driverName + ". Expected: \"" + + expectedDriverName4NamedPMF + "\""); + } + } + + /* + static PersistenceManagerFactory getPersistenceManagerFactory( + java.lang.String name, java.lang.ClassLoader resourceLoader, + java.lang.ClassLoader pmfLoader) + Returns a named PersistenceManagerFactory or persistence unit. + */ + public void testNamedPMFWithTwoLoaders() { + + setupResourceClassLoader(resourceDir); + + try { + pmf = JDOHelper.getPersistenceManagerFactory(PMFName, + resourceClassLoader, + Thread.currentThread().getContextClassLoader()); + } catch (JDOFatalUserException ex) { + fail("Failed to find PersistenceManagerFactoryClass. " + ex.getMessage()); + } + + String driverName = pmf.getConnectionDriverName(); + if (!expectedDriverName4NamedPMF.equals(driverName)) { + fail("Bad ConnectionDriverName(): " + driverName + ". Expected: \"" + + expectedDriverName4NamedPMF + "\""); + } + } +} Added: db/jdo/trunk/api2/test/java/javax/jdo/PMFProxy.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/api2/test/java/javax/jdo/PMFProxy.java?rev=956317&view=auto ============================================================================== --- db/jdo/trunk/api2/test/java/javax/jdo/PMFProxy.java (added) +++ db/jdo/trunk/api2/test/java/javax/jdo/PMFProxy.java Sun Jun 20 02:54:01 2010 @@ -0,0 +1,58 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package javax.jdo; + +import java.lang.reflect.InvocationHandler; +import java.lang.reflect.Method; +import java.lang.reflect.Proxy; + +/** + * + * <p> + */ +public class PMFProxy implements InvocationHandler { + + private String connectionDriverName; + + public static PersistenceManagerFactory newInstance() { + PersistenceManagerFactory pmf = + (PersistenceManagerFactory) Proxy.newProxyInstance( + PMFProxy.class.getClassLoader(), + new Class[]{PersistenceManagerFactory.class}, + new PMFProxy()); + return pmf; + } + + /* + * + */ + public Object invoke(Object proxy, Method m, Object[] args) + throws Exception { + Object result = null; + + if (m.getName().equals("getConnectionDriverName")) { + result = connectionDriverName; + } else if (m.getName().equals("setConnectionDriverName")) { + connectionDriverName = (String) args[0]; + } else { + throw new Exception( + "Unexpected invocation of method: " + m); + } + return result; + } +} + Added: db/jdo/trunk/api2/test/java/javax/jdo/PMFService.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/api2/test/java/javax/jdo/PMFService.java?rev=956317&view=auto ============================================================================== --- db/jdo/trunk/api2/test/java/javax/jdo/PMFService.java (added) +++ db/jdo/trunk/api2/test/java/javax/jdo/PMFService.java Sun Jun 20 02:54:01 2010 @@ -0,0 +1,58 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package javax.jdo; + +import java.util.Map; + +/** + * + * <p> + */ +public class PMFService implements Constants{ + + public PMFService() { + } + + public static PersistenceManagerFactory getPersistenceManagerFactory( + Map overrides, Map props) { + PersistenceManagerFactory pmf = + (PersistenceManagerFactory) PMFProxy.newInstance(); + setPMFProperties(pmf, props, overrides); + + return pmf; + } + + public static PersistenceManagerFactory getPersistenceManagerFactory( + Map props) { + PersistenceManagerFactory pmf = + (PersistenceManagerFactory) PMFProxy.newInstance(); + setPMFProperties(pmf, props, null); + + return pmf; + } + + private static void setPMFProperties(PersistenceManagerFactory pmf, + Map props, Map overrides) { + + pmf.setConnectionDriverName((String)props.get(PROPERTY_CONNECTION_DRIVER_NAME)); + + if (overrides != null) { + pmf.setConnectionDriverName((String)overrides.get(PROPERTY_CONNECTION_DRIVER_NAME)); + } + } +} + Added: db/jdo/trunk/api2/test/schema/jdoconfig/Pmfmapmap01/META-INF/jdoconfig.xml URL: http://svn.apache.org/viewvc/db/jdo/trunk/api2/test/schema/jdoconfig/Pmfmapmap01/META-INF/jdoconfig.xml?rev=956317&view=auto ============================================================================== --- db/jdo/trunk/api2/test/schema/jdoconfig/Pmfmapmap01/META-INF/jdoconfig.xml (added) +++ db/jdo/trunk/api2/test/schema/jdoconfig/Pmfmapmap01/META-INF/jdoconfig.xml Sun Jun 20 02:54:01 2010 @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Do not change any values in this file without also making changes to + JDOHelperConfigTest.java, as that file depends on the values in this one! +--> +<jdoconfig + xmlns="http://java.sun.com/xml/ns/jdo/jdoconfig" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation="http://java.sun.com/xml/ns/jdo/jdoconfig"> + + <!-- --> + <persistence-manager-factory + class="javax.jdo.PMFService"> + <property + name="javax.jdo.option.ConnectionDriverName" + value="Jane Doe"/> + </persistence-manager-factory> + + <persistence-manager-factory + name="BookSearch" + class="javax.jdo.PMFService"> + <property + name="javax.jdo.option.ConnectionDriverName" + value="Larry"/> + </persistence-manager-factory> + +</jdoconfig> + + Added: db/jdo/trunk/api2/test/schema/jdoconfig/Pmfmapmap02/propsfile.props URL: http://svn.apache.org/viewvc/db/jdo/trunk/api2/test/schema/jdoconfig/Pmfmapmap02/propsfile.props?rev=956317&view=auto ============================================================================== --- db/jdo/trunk/api2/test/schema/jdoconfig/Pmfmapmap02/propsfile.props (added) +++ db/jdo/trunk/api2/test/schema/jdoconfig/Pmfmapmap02/propsfile.props Sun Jun 20 02:54:01 2010 @@ -0,0 +1,2 @@ +javax.jdo.PersistenceManagerFactoryClass javax.jdo.PMFService +javax.jdo.option.ConnectionDriverName Jane Doe From [email protected] Sun Jun 20 20:41:09 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21582 invoked from network); 20 Jun 2010 20:41:09 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Jun 2010 20:41:09 -0000 Received: (qmail 27489 invoked by uid 500); 20 Jun 2010 20:41:09 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-commits.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 27482 invoked by uid 99); 20 Jun 2010 20:41:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Jun 2010 20:41:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Jun 2010 20:41:08 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id ACEB52388903; Sun, 20 Jun 2010 20:40:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r956414 - in /db/jdo/trunk: maven.xml pom.xml project.properties tck/project.xml Date: Sun, 20 Jun 2010 20:40:22 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: mbo Date: Sun Jun 20 20:40:22 2010 New Revision: 956414 URL: http://svn.apache.org/viewvc?rev=956414&view=rev Log: JDO-661: Add JDO3 goals to top-level maven.xml Modified: db/jdo/trunk/maven.xml db/jdo/trunk/pom.xml db/jdo/trunk/project.properties db/jdo/trunk/tck/project.xml Modified: db/jdo/trunk/maven.xml URL: http://svn.apache.org/viewvc/db/jdo/trunk/maven.xml?rev=956414&r1=956413&r2=956414&view=diff ============================================================================== --- db/jdo/trunk/maven.xml (original) +++ db/jdo/trunk/maven.xml Sun Jun 20 20:40:22 2010 @@ -28,9 +28,9 @@ <goal name="help"> <echo>Custom goals for this project are:</echo> - <echo> jdo11.build - builds all JDO1 projects</echo> - <echo> jdo11.default - calls the default goal for all JDO1 projects</echo> - <echo> jdo11.clean - cleans all JDO1 projects</echo> + <echo> jdo3.build - builds all JDO 3 projects</echo> + <echo> jdo3.default - calls the default goal for all JDO 3 projects</echo> + <echo> jdo3.clean - cleans all JDO 3 projects</echo> <echo> jdo2.build - builds all JDO2 projects</echo> <echo> jdo2.default - calls the default goal for all JDO2 projects</echo> <echo> jdo2.clean - cleans all JDO2 projects</echo> @@ -41,6 +41,9 @@ <echo> fostore20.clean - cleans fostore20 and dependencies</echo> <echo> fostore20.build - builds fostore20 and dependencies</echo> <echo> fostore20.default - calls the default goal for fostore20 and dependencies</echo> + <echo> jdo11.build - builds all JDO1 projects</echo> + <echo> jdo11.default - calls the default goal for all JDO1 projects</echo> + <echo> jdo11.clean - cleans all JDO1 projects</echo> <echo>Please check README.txt for more details.</echo> </goal> @@ -48,23 +51,23 @@ <!-- JDO1 Goals --> <!-- ========== --> - <goal name="jdo11.build" - description="Builds all JDO1 projects"> - <j:set var="maven.multiproject.includes">${jdo11.projects}</j:set> + <goal name="jdo3.build" + description="Builds all JDO 3 projects"> + <j:set var="maven.multiproject.includes">${jdo3.projects}</j:set> <j:set var="goal">build</j:set> <attainGoal name="multiproject:goal"/> </goal> - <goal name="jdo11.default" - description="Calls the default goal for all JDO1 projects"> - <j:set var="maven.multiproject.includes">${jdo11.projects}</j:set> + <goal name="jdo3.default" + description="Calls the default goal for all JDO 3 projects"> + <j:set var="maven.multiproject.includes">${jdo3.projects}</j:set> <j:set var="goal">default</j:set> <attainGoal name="multiproject:goal"/> </goal> - <goal name="jdo11.clean" - description="Cleans all JDO1 projects"> - <j:set var="maven.multiproject.includes">${jdo11.projects}</j:set> + <goal name="jdo3.clean" + description="Cleans all JDO 3 projects"> + <j:set var="maven.multiproject.includes">${jdo3.projects}</j:set> <attainGoal name="multiproject:clean"/> </goal> @@ -139,6 +142,29 @@ <attainGoal name="multiproject:clean"/> </goal> + <!-- ========== --> + <!-- JDO1 Goals --> + <!-- ========== --> + + <goal name="jdo11.build" + description="Builds all JDO1 projects"> + <j:set var="maven.multiproject.includes">${jdo11.projects}</j:set> + <j:set var="goal">build</j:set> + <attainGoal name="multiproject:goal"/> + </goal> + + <goal name="jdo11.default" + description="Calls the default goal for all JDO1 projects"> + <j:set var="maven.multiproject.includes">${jdo11.projects}</j:set> + <j:set var="goal">default</j:set> + <attainGoal name="multiproject:goal"/> + </goal> + + <goal name="jdo11.clean" + description="Cleans all JDO1 projects"> + <j:set var="maven.multiproject.includes">${jdo11.projects}</j:set> + <attainGoal name="multiproject:clean"/> + </goal> <!-- ==== --> <!-- Misc --> Modified: db/jdo/trunk/pom.xml URL: http://svn.apache.org/viewvc/db/jdo/trunk/pom.xml?rev=956414&r1=956413&r2=956414&view=diff ============================================================================== --- db/jdo/trunk/pom.xml (original) +++ db/jdo/trunk/pom.xml Sun Jun 20 20:40:22 2010 @@ -19,7 +19,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>javax.jdo</groupId> <artifactId>root</artifactId> - <version>2.3-SNAPSHOT</version> + <version>3.0</version> <packaging>pom</packaging> </project> Modified: db/jdo/trunk/project.properties URL: http://svn.apache.org/viewvc/db/jdo/trunk/project.properties?rev=956414&r1=956413&r2=956414&view=diff ============================================================================== --- db/jdo/trunk/project.properties (original) +++ db/jdo/trunk/project.properties Sun Jun 20 20:40:22 2010 @@ -41,6 +41,7 @@ maven.javadoc.windowtitle = ${pom.name} # project lists # please note, the project lists must not include blanks +jdo3.projects=api/project.xml,tck/project.xml jdo11.projects=api11/project.xml,btree/project.xml,ri11/project.xml,tck11/project.xml jdo2.projects=api2/project.xml,util20/project.xml,model20/project.xml,enhancer20/project.xml,\ runtime20/project.xml,query20/project.xml,btree/project.xml,fostore20/project.xml,\ Modified: db/jdo/trunk/tck/project.xml URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck/project.xml?rev=956414&r1=956413&r2=956414&view=diff ============================================================================== --- db/jdo/trunk/tck/project.xml (original) +++ db/jdo/trunk/tck/project.xml Sun Jun 20 20:40:22 2010 @@ -21,7 +21,7 @@ <!-- ============== --> <!-- Identification --> <!-- ============== --> - <name>JDO2 Technology Compatibility Kit</name> + <name>JDO 3 Technology Compatibility Kit</name> <groupId>org.apache.jdo</groupId> <artifactId>jdo-tck</artifactId> <currentVersion>${jdo.currentVersion}</currentVersion> From [email protected] Tue Jun 22 07:37:30 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15127 invoked from network); 22 Jun 2010 07:37:30 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Jun 2010 07:37:30 -0000 Received: (qmail 24666 invoked by uid 500); 22 Jun 2010 07:37:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-commits.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 24659 invoked by uid 99); 22 Jun 2010 07:37:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 07:37:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 07:37:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9CCC723888FE; Tue, 22 Jun 2010 07:36:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r956798 - in /db/jdo/trunk/api: API2.MF API3.MF Date: Tue, 22 Jun 2010 07:36:40 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: andyj Date: Tue Jun 22 07:36:40 2010 New Revision: 956798 URL: http://svn.apache.org/viewvc?rev=956798&view=rev Log: add micro version (as 0) for OSGi completeness Modified: db/jdo/trunk/api/API2.MF db/jdo/trunk/api/API3.MF Modified: db/jdo/trunk/api/API2.MF URL: http://svn.apache.org/viewvc/db/jdo/trunk/api/API2.MF?rev=956798&r1=956797&r2=956798&view=diff ============================================================================== --- db/jdo/trunk/api/API2.MF (original) +++ db/jdo/trunk/api/API2.MF Tue Jun 22 07:36:40 2010 @@ -3,7 +3,7 @@ Specification-Version: JDO 2.3 Bundle-ManifestVersion: 2 Bundle-Name: Java Data Objects Bundle-SymbolicName: javax.jdo -Bundle-Version: 2.3 +Bundle-Version: 2.3.0 Bundle-Localization: plugin Export-Package: javax.jdo, javax.jdo.annotations, Modified: db/jdo/trunk/api/API3.MF URL: http://svn.apache.org/viewvc/db/jdo/trunk/api/API3.MF?rev=956798&r1=956797&r2=956798&view=diff ============================================================================== --- db/jdo/trunk/api/API3.MF (original) +++ db/jdo/trunk/api/API3.MF Tue Jun 22 07:36:40 2010 @@ -3,7 +3,7 @@ Specification-Version: JDO 3.0 Bundle-ManifestVersion: 2 Bundle-Name: Java Data Objects Bundle-SymbolicName: javax.jdo -Bundle-Version: 3.0 +Bundle-Version: 3.0.0 Bundle-Localization: plugin Export-Package: javax.jdo, javax.jdo.annotations, From [email protected] Fri Jun 25 12:04:46 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3461 invoked from network); 25 Jun 2010 12:04:46 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 25 Jun 2010 12:04:46 -0000 Received: (qmail 78956 invoked by uid 500); 25 Jun 2010 12:04:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-commits.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 78949 invoked by uid 99); 25 Jun 2010 12:04:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 12:04:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 12:04:40 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E8DB823889CB; Fri, 25 Jun 2010 12:03:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r957906 - in /db/jdo/trunk/api/test: java/javax/jdo/JDOConfigTestClassLoader.java java/javax/jdo/PMFMapMapTest.java java/javax/jdo/PMFProxy.java java/javax/jdo/PMFService.java schema/jdoconfig/Pmfmapmap01/ schema/jdoconfig/Pmfmapmap02/ Date: Fri, 25 Jun 2010 12:03:46 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: clr Date: Fri Jun 25 12:03:46 2010 New Revision: 957906 URL: http://svn.apache.org/viewvc?rev=957906&view=rev Log: JDO-557 applied changes to trunk/api Added: db/jdo/trunk/api/test/java/javax/jdo/PMFMapMapTest.java (with props) db/jdo/trunk/api/test/java/javax/jdo/PMFProxy.java (with props) db/jdo/trunk/api/test/java/javax/jdo/PMFService.java (with props) db/jdo/trunk/api/test/schema/jdoconfig/Pmfmapmap01/ - copied from r957894, db/jdo/trunk/api2/test/schema/jdoconfig/Pmfmapmap01/ db/jdo/trunk/api/test/schema/jdoconfig/Pmfmapmap02/ - copied from r957894, db/jdo/trunk/api2/test/schema/jdoconfig/Pmfmapmap02/ Modified: db/jdo/trunk/api/test/java/javax/jdo/JDOConfigTestClassLoader.java Modified: db/jdo/trunk/api/test/java/javax/jdo/JDOConfigTestClassLoader.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/api/test/java/javax/jdo/JDOConfigTestClassLoader.java?rev=957906&r1=957905&r2=957906&view=diff ============================================================================== --- db/jdo/trunk/api/test/java/javax/jdo/JDOConfigTestClassLoader.java (original) +++ db/jdo/trunk/api/test/java/javax/jdo/JDOConfigTestClassLoader.java Fri Jun 25 12:03:46 2010 @@ -5,6 +5,7 @@ import org.apache.tools.ant.AntClassLoad import java.net.URL; import java.net.URLClassLoader; import java.net.MalformedURLException; +import java.io.File; import java.util.StringTokenizer; import java.util.List; import java.util.ArrayList; @@ -73,10 +74,13 @@ public class JDOConfigTestClassLoader ex ) { List<String> elements = new ArrayList<String>(); String classpath = unparent.getClasspath(); - StringTokenizer st = new StringTokenizer( - classpath, System.getProperty("path.separator")); + StringTokenizer st = new StringTokenizer(classpath, File.pathSeparator); while (st.hasMoreTokens()) { - elements.add("file://" + st.nextToken()); + String nextToken = st.nextToken(); + if(!nextToken.endsWith(".jar")) { + nextToken = nextToken.concat(File.separator); + } + elements.add("file://" + nextToken); } Iterator<String> i = elements.iterator(); while (i.hasNext()) { Added: db/jdo/trunk/api/test/java/javax/jdo/PMFMapMapTest.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/api/test/java/javax/jdo/PMFMapMapTest.java?rev=957906&view=auto ============================================================================== --- db/jdo/trunk/api/test/java/javax/jdo/PMFMapMapTest.java (added) +++ db/jdo/trunk/api/test/java/javax/jdo/PMFMapMapTest.java Fri Jun 25 12:03:46 2010 @@ -0,0 +1,507 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package javax.jdo; + +import java.io.ByteArrayInputStream; +import java.io.ByteArrayOutputStream; +import java.net.MalformedURLException; + +import javax.jdo.util.AbstractTest; +import java.io.IOException; +import java.io.InputStream; +import java.net.URL; +import java.net.URLClassLoader; +import java.util.Properties; +import junit.framework.TestSuite; + +import javax.jdo.util.BatchTestRunner; + +/** + * + * Tests class javax.jdo.JDOHelper for calls to the impl's static method + * getPersistenceManagerFactory(Map overrides, Map props). + * + */ +public class PMFMapMapTest extends AbstractTest implements Constants { + + static String expectedDriverName = "Jane Doe"; + static String expectedDriverName4NamedPMF = "Larry"; + static String expectedDriverNameWithOverrides = "Gerard Manley Hopkins"; + static String PMFName = "BookSearch"; + static String resourceDir = "Pmfmapmap01"; + static String propsDir = "Pmfmapmap02"; + static String pmfServiceClass = "javax.jdo.PMFService"; + static String propertiesFile = "propsfile.props"; + PersistenceManagerFactory pmf; + Properties props; + Properties overrides; + URLClassLoader resourceClassLoader; + ClassLoader saveContextClassLoader; + + public static void main(String args[]) { + BatchTestRunner.run(PMFMapMapTest.class); + } + + /** + * {@inheritDoc} + * @return {@inheritDoc} + */ + public static TestSuite suite() { + return new TestSuite(PMFMapMapTest.class); + } + + public void setup() { + } + + public void teardown() { + } + + void setupResourceClassLoader(String dir) { + try { + URL url = new URL( + "file://" + JDOCONFIG_CLASSPATH_PREFIX + "/" + dir + "/"); + resourceClassLoader = new URLClassLoader(new URL[]{url}, + getClass().getClassLoader()); + } catch (MalformedURLException ex) { + ex.printStackTrace(); + } + } + + /** + * A class path prefix used in the various tests where the class path + * needs to be set. + */ + protected static String JDOCONFIG_CLASSPATH_PREFIX = initJDOConfigClasspathPrefix(); + + /** + * Returns the JDO configuration class path prefix's default value, which is + * the project base directory suffixed by the path to the configuration + * directory (<tt>test/schema/jdoconfig</tt>). + * + * @return the default class path prefix used by this test suite. + * + */ + protected static String initJDOConfigClasspathPrefix() { + return initBasedir() + "test/schema/jdoconfig"; + } + + /** + * Returns the base directory for this project. This base directory + * is used to build up the other class paths defined in this test suite. + * The value returned is the value returned by + * <code>System.getProperty("basedir")</code>. + * A trailing slash is appended to the path if it doesn't exist. + * + * @return the default base directory of the project. + */ + protected static String initBasedir() { + String basedir = System.getProperty("basedir"); + if (basedir != null) { + if (!basedir.endsWith("/")) { + basedir += "/"; + } + } else { + basedir = ""; + } + return basedir; + } + + /* static PersistenceManagerFactory getPersistenceManagerFactory() + Get the anonymous PersistenceManagerFactory configured via the + standard configuration file resource "META-INF/jdoconfig.xml", + using the current thread's context class loader to locate the + configuration file resource(s). + */ + public void testJDOConfigXML() { + + setupResourceClassLoader(resourceDir); + Thread.currentThread().setContextClassLoader(resourceClassLoader); + + try { + pmf = JDOHelper.getPersistenceManagerFactory(); + } catch (JDOFatalUserException ex) { + fail("Failed to find PersistenceManagerFactoryClass." + ex.getMessage()); + } + + String driverName = pmf.getConnectionDriverName(); + if (!expectedDriverName.equals(driverName)) { + fail("Bad ConnectionDriverName(): " + driverName + ". Expected: \"" + + expectedDriverName + "\""); + } + } + + /* + static PersistenceManagerFactory getPersistenceManagerFactory + (java.lang.ClassLoader pmfClassLoader) + Get the anonymous PersistenceManagerFactory configured via the + standard configuration file resource "META-INF/jdoconfig.xml", + using the given class loader. + */ + public void testJDOConfigXMLWithLoader() throws IOException { + + setupResourceClassLoader(resourceDir); + + try { + pmf = JDOHelper.getPersistenceManagerFactory(resourceClassLoader); + } catch (JDOFatalUserException ex) { + fail("Failed to find PersistenceManagerFactoryClass." + ex.getMessage()); + } + + String driverName = pmf.getConnectionDriverName(); + if (!expectedDriverName.equals(driverName)) { + fail("Bad ConnectionDriverName(): " + driverName + ". Expected: \"" + + expectedDriverName + "\""); + } + } + + /* + static PersistenceManagerFactory getPersistenceManagerFactory( + java.io.File propsFile) + Returns a PersistenceManagerFactory configured based on the properties + stored in the [email protected]. + */ + public void testPropsFile() { + + setupResourceClassLoader(propsDir); + Thread.currentThread().setContextClassLoader(resourceClassLoader); + + try { + pmf = JDOHelper.getPersistenceManagerFactory(propertiesFile); + } catch (JDOFatalUserException ex) { + fail("Failed to find PersistenceManagerFactoryClass." + ex.getMessage()); + } + + String driverName = pmf.getConnectionDriverName(); + if (!expectedDriverName.equals(driverName)) { + fail("Bad ConnectionDriverName(): " + driverName + ". Expected: \"" + + expectedDriverName + "\""); + } + } + + + /* + static PersistenceManagerFactory getPersistenceManagerFactory( + java.io.File propsFile, java.lang.ClassLoader loader) + Returns a PersistenceManagerFactory configured based on the properties + stored in the [email protected]. + */ + public void testPropsFileAndLoader() { + + setupResourceClassLoader(propsDir); + + try { + pmf = JDOHelper.getPersistenceManagerFactory(propertiesFile, + resourceClassLoader); + } catch (JDOFatalUserException ex) { + fail("Failed to find PersistenceManagerFactoryClass." + ex.getMessage()); + } + + String driverName = pmf.getConnectionDriverName(); + if (!expectedDriverName.equals(driverName)) { + fail("Bad ConnectionDriverName(): " + driverName + ". Expected: \"" + + expectedDriverName + "\""); + } + } + + /* + static PersistenceManagerFactory getPersistenceManagerFactory( + java.io.InputStream stream) + Returns a PersistenceManagerFactory configured based on the Properties + stored in the input [email protected]. + */ + public void testInputStream() { + props = new Properties(); + props.setProperty(PROPERTY_PERSISTENCE_MANAGER_FACTORY_CLASS, + pmfServiceClass); + props.setProperty(PROPERTY_CONNECTION_DRIVER_NAME, + expectedDriverName); + + ByteArrayOutputStream outstream = new ByteArrayOutputStream(); + try { + props.store(outstream, ""); + } catch (IOException ex) { + fail(ex.getMessage()); + } + InputStream byteArrayInputStream = + new ByteArrayInputStream(outstream.toByteArray()); + + setupResourceClassLoader(resourceDir); + Thread.currentThread().setContextClassLoader(resourceClassLoader); + + try { + pmf = JDOHelper.getPersistenceManagerFactory(byteArrayInputStream); + } catch (JDOFatalUserException ex) { + fail("Failed to find PersistenceManagerFactoryClass." + ex.getMessage()); + } + + String driverName = pmf.getConnectionDriverName(); + if (!expectedDriverName.equals(driverName)) { + fail("Bad ConnectionDriverName(): " + driverName + ". Expected: \"" + + expectedDriverName + "\""); + } + } + + /* + static PersistenceManagerFactory getPersistenceManagerFactory( + java.io.InputStream stream, java.lang.ClassLoader loader) + Returns a PersistenceManagerFactory configured based on the Properties + stored in the input [email protected]. + */ + public void testInputStreamWithLoader() { + props = new Properties(); + props.setProperty(PROPERTY_PERSISTENCE_MANAGER_FACTORY_CLASS, + pmfServiceClass); + props.setProperty(PROPERTY_CONNECTION_DRIVER_NAME, + expectedDriverName); + + ByteArrayOutputStream outstream = new ByteArrayOutputStream(); + try { + props.store(outstream, ""); + } catch (IOException ex) { + fail(ex.getMessage()); + } + InputStream byteArrayInputStream = + new ByteArrayInputStream(outstream.toByteArray()); + + setupResourceClassLoader(resourceDir); + + try { + pmf = JDOHelper.getPersistenceManagerFactory(byteArrayInputStream, + resourceClassLoader); + } catch (JDOFatalUserException ex) { + fail("Failed to find PersistenceManagerFactoryClass." + ex.getMessage()); + } + + String driverName = pmf.getConnectionDriverName(); + if (!expectedDriverName.equals(driverName)) { + fail("Bad ConnectionDriverName(): " + driverName + ". Expected: \"" + + expectedDriverName + "\""); + } + } + + /* + static PersistenceManagerFactory getPersistenceManagerFactory( + java.util.Map<?,?> props) + Get a PersistenceManagerFactory based on a Properties instance, + using the current thread's context class loader to locate + the PersistenceManagerFactory class. + */ + public void testProperties() { + props = new Properties(); + props.setProperty(PROPERTY_PERSISTENCE_MANAGER_FACTORY_CLASS, + pmfServiceClass); + props.setProperty(PROPERTY_CONNECTION_DRIVER_NAME, + expectedDriverName); + + setupResourceClassLoader(resourceDir); + Thread.currentThread().setContextClassLoader(resourceClassLoader); + try { + pmf = JDOHelper.getPersistenceManagerFactory(props); + } catch (JDOFatalUserException ex) { + fail("Failed to find PersistenceManagerFactoryClass." + ex.getMessage()); + } + + String driverName = pmf.getConnectionDriverName(); + if (!expectedDriverName.equals(driverName)) { + fail("Bad ConnectionDriverName(): " + driverName + ". Expected: \"" + + expectedDriverName + "\""); + } + } + + /* + static PersistenceManagerFactory getPersistenceManagerFactory( + java.util.Map<?,?> props, java.lang.ClassLoader pmfClassLoader) + Get a PersistenceManagerFactory based on a Map and a class loader. + */ + public void testPropertiesAndLoader() { + props = new Properties(); + props.setProperty(PROPERTY_PERSISTENCE_MANAGER_FACTORY_CLASS, + pmfServiceClass); + props.setProperty(PROPERTY_CONNECTION_DRIVER_NAME, + expectedDriverName); + + setupResourceClassLoader(resourceDir); + try { + pmf = JDOHelper.getPersistenceManagerFactory(props, + resourceClassLoader); + } catch (JDOFatalUserException ex) { + fail("Failed to find PersistenceManagerFactoryClass." + ex.getMessage()); + } + + String driverName = pmf.getConnectionDriverName(); + if (!expectedDriverName.equals(driverName)) { + fail("Bad ConnectionDriverName(): " + driverName + ". Expected: \"" + + expectedDriverName + "\""); + } + } + + /* + static PersistenceManagerFactory getPersistenceManagerFactory + (java.util.Map<?,?> overrides, java.lang.String name) + Returns a named PersistenceManagerFactory or persistence unit. + */ + public void testNamedPMFWithOverrides() { + overrides = new Properties(); + overrides.setProperty(PROPERTY_CONNECTION_DRIVER_NAME, + expectedDriverNameWithOverrides); + + setupResourceClassLoader(resourceDir); + Thread.currentThread().setContextClassLoader(resourceClassLoader); + + try { + pmf = JDOHelper.getPersistenceManagerFactory(overrides, PMFName); + } catch (JDOFatalUserException ex) { + fail("Failed to find PersistenceManagerFactoryClass." + ex.getMessage()); + } + + String driverName = pmf.getConnectionDriverName(); + if (!expectedDriverNameWithOverrides.equals(driverName)) { + fail("Bad ConnectionDriverName(): " + driverName + ". Expected: \"" + + expectedDriverNameWithOverrides + "\""); + } + } + + /* + static PersistenceManagerFactory getPersistenceManagerFactory( + java.util.Map<?,?> overrides, java.lang.String name, + java.lang.ClassLoader resourceLoader) + Returns a named PersistenceManagerFactory or persistence unit. + */ + public void testNamedPMFWithOverridesAndLoader() { + overrides = new Properties(); + overrides.setProperty(PROPERTY_CONNECTION_DRIVER_NAME, + expectedDriverNameWithOverrides); + + setupResourceClassLoader(resourceDir); + + try { + pmf = JDOHelper.getPersistenceManagerFactory(overrides, PMFName, + resourceClassLoader); + } catch (JDOFatalUserException ex) { + fail("Failed to find PersistenceManagerFactoryClass." + ex.getMessage()); + } + + String driverName = pmf.getConnectionDriverName(); + if (!expectedDriverNameWithOverrides.equals(driverName)) { + fail("Bad ConnectionDriverName(): " + driverName + ". Expected: \"" + + expectedDriverNameWithOverrides + "\""); + } + } + + /* + static PersistenceManagerFactory getPersistenceManagerFactory( + java.util.Map<?,?> overrides, java.lang.String name, + java.lang.ClassLoader resourceLoader, java.lang.ClassLoader pmfLoader) + Returns a PersistenceManagerFactory configured based on the properties + stored in the resource at name, or, if not found, + returns a PersistenceManagerFactory with the given name or, + if not found, returns a javax.persistence.EntityManagerFactory + cast to a PersistenceManagerFactory. + */ + public void testNamedPMFWithOverridesAndTwoLoaders() { + overrides = new Properties(); + overrides.setProperty(PROPERTY_CONNECTION_DRIVER_NAME, + expectedDriverNameWithOverrides); + + setupResourceClassLoader(resourceDir); + + try { + pmf = JDOHelper.getPersistenceManagerFactory(overrides, PMFName, + resourceClassLoader, + Thread.currentThread().getContextClassLoader()); + } catch (JDOFatalUserException ex) { + fail("Failed to find PersistenceManagerFactoryClass. " + ex.getMessage()); + } + + String driverName = pmf.getConnectionDriverName(); + if (!expectedDriverNameWithOverrides.equals(driverName)) { + fail("Bad ConnectionDriverName(): " + driverName + ". Expected: \"" + + expectedDriverNameWithOverrides + "\""); + } + } + + /* + static PersistenceManagerFactory getPersistenceManagerFactory( + java.lang.String name) + Returns a named PersistenceManagerFactory or persistence unit. + */ + public void testNamedPMF() { + + setupResourceClassLoader(resourceDir); + Thread.currentThread().setContextClassLoader(resourceClassLoader); + + try { + pmf = JDOHelper.getPersistenceManagerFactory(PMFName); + } catch (JDOFatalUserException ex) { + fail("Failed to find PersistenceManagerFactoryClass. " + ex.getMessage()); + } + + String driverName = pmf.getConnectionDriverName(); + if (!expectedDriverName4NamedPMF.equals(driverName)) { + fail("Bad ConnectionDriverName(): " + driverName + ". Expected: \"" + + expectedDriverName4NamedPMF + "\""); + } + } + + /* + static PersistenceManagerFactory getPersistenceManagerFactory + (java.lang.String name, java.lang.ClassLoader loader) + Returns a named PersistenceManagerFactory or persistence unit. + */ + public void testNamedPMFWithLoader() { + + setupResourceClassLoader(resourceDir); + + try { + pmf = JDOHelper.getPersistenceManagerFactory(PMFName, + resourceClassLoader); + } catch (JDOFatalUserException ex) { + fail("Failed to find PersistenceManagerFactoryClass. " + ex.getMessage()); + } + + String driverName = pmf.getConnectionDriverName(); + if (!expectedDriverName4NamedPMF.equals(driverName)) { + fail("Bad ConnectionDriverName(): " + driverName + ". Expected: \"" + + expectedDriverName4NamedPMF + "\""); + } + } + + /* + static PersistenceManagerFactory getPersistenceManagerFactory( + java.lang.String name, java.lang.ClassLoader resourceLoader, + java.lang.ClassLoader pmfLoader) + Returns a named PersistenceManagerFactory or persistence unit. + */ + public void testNamedPMFWithTwoLoaders() { + + setupResourceClassLoader(resourceDir); + + try { + pmf = JDOHelper.getPersistenceManagerFactory(PMFName, + resourceClassLoader, + Thread.currentThread().getContextClassLoader()); + } catch (JDOFatalUserException ex) { + fail("Failed to find PersistenceManagerFactoryClass. " + ex.getMessage()); + } + + String driverName = pmf.getConnectionDriverName(); + if (!expectedDriverName4NamedPMF.equals(driverName)) { + fail("Bad ConnectionDriverName(): " + driverName + ". Expected: \"" + + expectedDriverName4NamedPMF + "\""); + } + } +} Propchange: db/jdo/trunk/api/test/java/javax/jdo/PMFMapMapTest.java ------------------------------------------------------------------------------ svn:eol-style = LF Added: db/jdo/trunk/api/test/java/javax/jdo/PMFProxy.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/api/test/java/javax/jdo/PMFProxy.java?rev=957906&view=auto ============================================================================== --- db/jdo/trunk/api/test/java/javax/jdo/PMFProxy.java (added) +++ db/jdo/trunk/api/test/java/javax/jdo/PMFProxy.java Fri Jun 25 12:03:46 2010 @@ -0,0 +1,58 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package javax.jdo; + +import java.lang.reflect.InvocationHandler; +import java.lang.reflect.Method; +import java.lang.reflect.Proxy; + +/** + * + * <p> + */ +public class PMFProxy implements InvocationHandler { + + private String connectionDriverName; + + public static PersistenceManagerFactory newInstance() { + PersistenceManagerFactory pmf = + (PersistenceManagerFactory) Proxy.newProxyInstance( + PMFProxy.class.getClassLoader(), + new Class[]{PersistenceManagerFactory.class}, + new PMFProxy()); + return pmf; + } + + /* + * + */ + public Object invoke(Object proxy, Method m, Object[] args) + throws Exception { + Object result = null; + + if (m.getName().equals("getConnectionDriverName")) { + result = connectionDriverName; + } else if (m.getName().equals("setConnectionDriverName")) { + connectionDriverName = (String) args[0]; + } else { + throw new Exception( + "Unexpected invocation of method: " + m); + } + return result; + } +} + Propchange: db/jdo/trunk/api/test/java/javax/jdo/PMFProxy.java ------------------------------------------------------------------------------ svn:eol-style = LF Added: db/jdo/trunk/api/test/java/javax/jdo/PMFService.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/api/test/java/javax/jdo/PMFService.java?rev=957906&view=auto ============================================================================== --- db/jdo/trunk/api/test/java/javax/jdo/PMFService.java (added) +++ db/jdo/trunk/api/test/java/javax/jdo/PMFService.java Fri Jun 25 12:03:46 2010 @@ -0,0 +1,58 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package javax.jdo; + +import java.util.Map; + +/** + * + * <p> + */ +public class PMFService implements Constants{ + + public PMFService() { + } + + public static PersistenceManagerFactory getPersistenceManagerFactory( + Map overrides, Map props) { + PersistenceManagerFactory pmf = + (PersistenceManagerFactory) PMFProxy.newInstance(); + setPMFProperties(pmf, props, overrides); + + return pmf; + } + + public static PersistenceManagerFactory getPersistenceManagerFactory( + Map props) { + PersistenceManagerFactory pmf = + (PersistenceManagerFactory) PMFProxy.newInstance(); + setPMFProperties(pmf, props, null); + + return pmf; + } + + private static void setPMFProperties(PersistenceManagerFactory pmf, + Map props, Map overrides) { + + pmf.setConnectionDriverName((String)props.get(PROPERTY_CONNECTION_DRIVER_NAME)); + + if (overrides != null) { + pmf.setConnectionDriverName((String)overrides.get(PROPERTY_CONNECTION_DRIVER_NAME)); + } + } +} + Propchange: db/jdo/trunk/api/test/java/javax/jdo/PMFService.java ------------------------------------------------------------------------------ svn:eol-style = LF From [email protected] Fri Jun 25 13:05:56 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33054 invoked from network); 25 Jun 2010 13:05:56 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 25 Jun 2010 13:05:56 -0000 Received: (qmail 64054 invoked by uid 500); 25 Jun 2010 13:05:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-commits.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 64047 invoked by uid 99); 25 Jun 2010 13:05:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 13:05:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 13:05:51 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 707DF23888D1; Fri, 25 Jun 2010 13:04:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r957931 - /db/jdo/branches/3.0/ Date: Fri, 25 Jun 2010 13:04:58 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: clr Date: Fri Jun 25 13:04:58 2010 New Revision: 957931 URL: http://svn.apache.org/viewvc?rev=957931&view=rev Log: Create 3.0 branch for release Added: db/jdo/branches/3.0/ - copied from r957930, db/jdo/trunk/ From [email protected] Fri Jun 25 15:29:42 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84772 invoked from network); 25 Jun 2010 15:29:42 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 25 Jun 2010 15:29:42 -0000 Received: (qmail 91131 invoked by uid 500); 25 Jun 2010 15:29:42 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-commits.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 91124 invoked by uid 99); 25 Jun 2010 15:29:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 15:29:41 +0000 X-ASF-Spam-Status: No, hits=-1547.7 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 15:29:41 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A34612388994; Fri, 25 Jun 2010 15:28:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r958006 - in /db/jdo/branches/3.0: JDO11.MF JDO20.MF api11/ api2-legacy/ api2/ btree/ enhancer20/ fostore20/ maven.xml model20/ query20/ ri11/ runtime20/ tck11/ tck2-legacy/ tck2/ util20/ Date: Fri, 25 Jun 2010 15:28:49 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: clr Date: Fri Jun 25 15:28:49 2010 New Revision: 958006 URL: http://svn.apache.org/viewvc?rev=958006&view=rev Log: Remove JDO 3.0 unreleased components Removed: db/jdo/branches/3.0/JDO11.MF db/jdo/branches/3.0/JDO20.MF db/jdo/branches/3.0/api11/ db/jdo/branches/3.0/api2/ db/jdo/branches/3.0/api2-legacy/ db/jdo/branches/3.0/btree/ db/jdo/branches/3.0/enhancer20/ db/jdo/branches/3.0/fostore20/ db/jdo/branches/3.0/maven.xml db/jdo/branches/3.0/model20/ db/jdo/branches/3.0/query20/ db/jdo/branches/3.0/ri11/ db/jdo/branches/3.0/runtime20/ db/jdo/branches/3.0/tck11/ db/jdo/branches/3.0/tck2/ db/jdo/branches/3.0/tck2-legacy/ db/jdo/branches/3.0/util20/ From [email protected] Fri Jun 25 16:02:41 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96143 invoked from network); 25 Jun 2010 16:02:41 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 25 Jun 2010 16:02:41 -0000 Received: (qmail 39297 invoked by uid 500); 25 Jun 2010 16:02:41 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-commits.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 39290 invoked by uid 99); 25 Jun 2010 16:02:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 16:02:41 +0000 X-ASF-Spam-Status: No, hits=-1549.1 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 16:02:40 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 52E0523888D1; Fri, 25 Jun 2010 16:01:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r958016 - /db/jdo/branches/3.0/maven.xml Date: Fri, 25 Jun 2010 16:01:48 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: clr Date: Fri Jun 25 16:01:48 2010 New Revision: 958016 URL: http://svn.apache.org/viewvc?rev=958016&view=rev Log: Restore maven.xml Added: db/jdo/branches/3.0/maven.xml (with props) Added: db/jdo/branches/3.0/maven.xml URL: http://svn.apache.org/viewvc/db/jdo/branches/3.0/maven.xml?rev=958016&view=auto ============================================================================== --- db/jdo/branches/3.0/maven.xml (added) +++ db/jdo/branches/3.0/maven.xml Fri Jun 25 16:01:48 2010 @@ -0,0 +1,258 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to you under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<project + xmlns:j="jelly:core" + xmlns:ant="jelly:ant" + xmlns:maven="jelly:maven" + xmlns:u="jelly:util" + > + + <!-- ==================== --> + <!-- Default Global Goals --> + <!-- ==================== --> + + <goal name="help"> + <echo>Custom goals for this project are:</echo> + <echo> jdo3.build - builds all JDO 3 projects</echo> + <echo> jdo3.default - calls the default goal for all JDO 3 projects</echo> + <echo> jdo3.clean - cleans all JDO 3 projects</echo> + <echo> jdo2.build - builds all JDO2 projects</echo> + <echo> jdo2.default - calls the default goal for all JDO2 projects</echo> + <echo> jdo2.clean - cleans all JDO2 projects</echo> + <echo> tck2.build - builds tck2 and dependent JDO2 projects</echo> + <echo> tck2.default - calls the default goal for tck2 and dependent JDO2 projects</echo> + <echo> tck2.clean - cleans tck2 and dependent JDO2 projects</echo> + <echo> tck2.dist - creates distributions of tck2 and dependent JDO2 projects</echo> + <echo> fostore20.clean - cleans fostore20 and dependencies</echo> + <echo> fostore20.build - builds fostore20 and dependencies</echo> + <echo> fostore20.default - calls the default goal for fostore20 and dependencies</echo> + <echo> jdo11.build - builds all JDO1 projects</echo> + <echo> jdo11.default - calls the default goal for all JDO1 projects</echo> + <echo> jdo11.clean - cleans all JDO1 projects</echo> + <echo>Please check README.txt for more details.</echo> + </goal> + + <!-- ========== --> + <!-- JDO1 Goals --> + <!-- ========== --> + + <goal name="jdo3.build" + description="Builds all JDO 3 projects"> + <j:set var="maven.multiproject.includes">${jdo3.projects}</j:set> + <j:set var="goal">build</j:set> + <attainGoal name="multiproject:goal"/> + </goal> + + <goal name="jdo3.default" + description="Calls the default goal for all JDO 3 projects"> + <j:set var="maven.multiproject.includes">${jdo3.projects}</j:set> + <j:set var="goal">default</j:set> + <attainGoal name="multiproject:goal"/> + </goal> + + <goal name="jdo3.clean" + description="Cleans all JDO 3 projects"> + <j:set var="maven.multiproject.includes">${jdo3.projects}</j:set> + <attainGoal name="multiproject:clean"/> + </goal> + + <!-- ========== --> + <!-- JDO2 Goals --> + <!-- ========== --> + + <goal name="jdo2.build" + description="Builds all JDO2 projects"> + <j:set var="maven.multiproject.includes">${jdo2.projects}</j:set> + <j:set var="goal">build</j:set> + <attainGoal name="multiproject:goal"/> + </goal> + + <goal name="jdo2.default" + description="Calls the default goal for all JDO2 projects"> + <j:set var="maven.multiproject.includes">${jdo2.projects}</j:set> + <j:set var="goal">default</j:set> + <attainGoal name="multiproject:goal"/> + </goal> + + <goal name="jdo2.clean" + description="Cleans all JDO2 projects"> + <j:set var="maven.multiproject.includes">${jdo2.projects}</j:set> + <attainGoal name="multiproject:clean"/> + </goal> + + <goal name="tck2.build" + description="Builds tck2 and dependent JDO2 projects"> + <j:set var="maven.multiproject.includes">${tck2.projects}</j:set> + <j:set var="goal">build</j:set> + <attainGoal name="multiproject:goal"/> + </goal> + + <goal name="tck2.default" + description="Calls the default goal for tck2 and dependent JDO2 projects"> + <j:set var="maven.multiproject.includes">${tck2.projects}</j:set> + <j:set var="goal">default</j:set> + <attainGoal name="multiproject:goal"/> + </goal> + + <goal name="tck2.clean" + description="Cleans tck2 and dependent JDO2 projects"> + <j:set var="maven.multiproject.includes">${tck2.projects}</j:set> + <attainGoal name="multiproject:clean"/> + </goal> + + <goal name="tck2.dist" + description="Creates distributions of tck2 and dependent JDO2 projects"> + <j:set var="maven.multiproject.includes">${tck2.projects}</j:set> + <j:set var="goal">dist</j:set> + <attainGoal name="multiproject:goal"/> + </goal> + + <goal name="fostore20.build" + description="Builds fostore20 and dependencies"> + <j:set var="maven.multiproject.includes">${fostore20.projects}</j:set> + <j:set var="goal">build</j:set> + <attainGoal name="multiproject:goal"/> + </goal> + + <goal name="fostore20.default" + description="Calls the default goal for fostore20 and dependencies"> + <j:set var="maven.multiproject.includes">${fostore20.projects}</j:set> + <j:set var="goal">default</j:set> + <attainGoal name="multiproject:goal"/> + </goal> + + <goal name="fostore20.clean" + description="Cleans fostore20 and dependencies"> + <j:set var="maven.multiproject.includes">${fostore20.projects}</j:set> + <attainGoal name="multiproject:clean"/> + </goal> + + <!-- ========== --> + <!-- JDO1 Goals --> + <!-- ========== --> + + <goal name="jdo11.build" + description="Builds all JDO1 projects"> + <j:set var="maven.multiproject.includes">${jdo11.projects}</j:set> + <j:set var="goal">build</j:set> + <attainGoal name="multiproject:goal"/> + </goal> + + <goal name="jdo11.default" + description="Calls the default goal for all JDO1 projects"> + <j:set var="maven.multiproject.includes">${jdo11.projects}</j:set> + <j:set var="goal">default</j:set> + <attainGoal name="multiproject:goal"/> + </goal> + + <goal name="jdo11.clean" + description="Cleans all JDO1 projects"> + <j:set var="maven.multiproject.includes">${jdo11.projects}</j:set> + <attainGoal name="multiproject:clean"/> + </goal> + + <!-- ==== --> + <!-- Misc --> + <!-- ==== --> + + <goal name="multiproject:clean"> + <attainGoal name="multiproject:projects-init"/> + <maven:reactor + basedir="${maven.multiproject.basedir}" + banner="Gathering project list" + includes="${maven.multiproject.includes}" + excludes="${maven.multiproject.excludes}" + postProcessing="true" + ignoreFailures="${maven.multiproject.ignoreFailures}" + collectionVar="reactorProjects" + collectOnly="true" /> + <j:forEach var="reactorProject" items="${reactorProjects}"> + <j:set var="_clean_dir">${reactorProject.context.getVariable("maven.build.dest")}</j:set> + <ant:delete dir="${_clean_dir}" failonerror="false" /> + <j:set var="_clean_dir">${reactorProject.context.getVariable("maven.build.dir")}</j:set> + <ant:delete dir="${_clean_dir}" failonerror="false" /> + <j:set var="_basedir">${reactorProject.context.getVariable("basedir")}</j:set> + <ant:delete file="${_basedir}/velocity.log" quiet="true" failonerror="false" /> + <ant:delete file="${_basedir}/velocity.log.1" quiet="true" failonerror="false" /> + <ant:delete file="${_basedir}/jcoverage.ser" quiet="true" failonerror="false" /> + </j:forEach> + </goal> + + <!-- ==================== --> + <!-- Distribution support --> + <!-- ==================== --> + + <preGoal name="dist:build-src"> + <echo>Copying top-level project.xml, project.properties, LICENSE.txt, NOTICE.txt, and README.txt to ${maven.dist.src.archive.dir}</echo> + <copy toDir="${maven.dist.src.archive.dir}"> + <fileset dir="${basedir}/.."> + <include name="project.properties"/> + <include name="project.xml"/> + <include name="README.txt"/> + <include name="LICENSE.txt"/> + <include name="NOTICE.txt"/> + </fileset> + </copy> + <echo>Creating ${maven.dist.src.archive.dir}/lib/ext</echo> + <mkdir dir="${maven.dist.src.archive.dir}/lib/ext"/> + </preGoal> + + <preGoal name="dist:build-bin"> + <echo>Copying top-level LICENSE.txt, NOTICE.txt, and README.txt to ${maven.dist.bin.archive.dir}</echo> + <copy toDir="${maven.dist.bin.archive.dir}"> + <fileset dir="${basedir}/.."> + <include name="README.txt"/> + <include name="LICENSE.txt"/> + <include name="NOTICE.txt"/> + </fileset> + </copy> + </preGoal> + + <postGoal name="dist"> + <attainGoal name="copy-release-artifacts"/> + </postGoal> + + <goal name="copy-release-artifacts"> + <attainGoal name="copy-distribution"/> + <attainGoal name="copy-dependency-artifacts"/> + </goal> + + <goal name="copy-dependency-artifacts"> + <mkdir dir="${jdo.releases.dist.dir}/m1-ibiblio-rsync-repository/${pom.groupId}/jars"/> + <mkdir dir="${jdo.releases.dist.dir}/m1-ibiblio-rsync-repository/${pom.groupId}/poms"/> + + <!-- Copy the artifacts for the remote repository --> + <copy file="${maven.build.dir}/${maven.final.name}.jar" + todir="${jdo.releases.dist.dir}/m1-ibiblio-rsync-repository/${pom.groupId}/jars"/> + <copy file="project.xml" + toFile="${jdo.releases.dist.dir}/m1-ibiblio-rsync-repository/${pom.groupId}/poms/${maven.final.name}.pom" /> + + <copy file="m2_repo_maven_metadata.xml" + toFile="${jdo.releases.dist.dir}/m2-ibiblio-rsync-repository/javax/jdo/${pom.artifactId}/maven-metadata.xml" + failonerror="false"/> + </goal> + + <goal name="copy-distribution"> + <mkdir dir="${jdo.releases.dist.dir}/db/jdo/${pom.currentVersion}"/> + <!-- Copy distributions --> + <copy todir="${jdo.releases.dist.dir}/db/jdo/${pom.currentVersion}"> + <fileset dir="${maven.build.dir}/distributions"/> + </copy> + </goal> + +</project> Propchange: db/jdo/branches/3.0/maven.xml ------------------------------------------------------------------------------ svn:eol-style = LF From [email protected] Sat Jun 26 19:30:05 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35543 invoked from network); 26 Jun 2010 19:30:05 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 26 Jun 2010 19:30:05 -0000 Received: (qmail 5747 invoked by uid 500); 26 Jun 2010 19:30:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-commits.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 5740 invoked by uid 99); 26 Jun 2010 19:30:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Jun 2010 19:30:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Jun 2010 19:30:04 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B388D23888E4; Sat, 26 Jun 2010 19:29:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r958269 - /db/jdo/trunk/tck/src/java/org/apache/jdo/tck/query/result/MethodsInResult.java Date: Sat, 26 Jun 2010 19:29:11 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: mbo Date: Sat Jun 26 19:29:11 2010 New Revision: 958269 URL: http://svn.apache.org/viewvc?rev=958269&view=rev Log: JDO-580: fix expected result of test cases testCollectionSizeInResult, testMapSizeInResult, testMaxAndSizeInResult Modified: db/jdo/trunk/tck/src/java/org/apache/jdo/tck/query/result/MethodsInResult.java Modified: db/jdo/trunk/tck/src/java/org/apache/jdo/tck/query/result/MethodsInResult.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck/src/java/org/apache/jdo/tck/query/result/MethodsInResult.java?rev=958269&r1=958268&r2=958269&view=diff ============================================================================== --- db/jdo/trunk/tck/src/java/org/apache/jdo/tck/query/result/MethodsInResult.java (original) +++ db/jdo/trunk/tck/src/java/org/apache/jdo/tck/query/result/MethodsInResult.java Sat Jun 26 19:29:11 2010 @@ -152,11 +152,11 @@ public class MethodsInResult extends Que */ private Object[] expectedResult = { // collection.size() - Arrays.asList(new Object[] { new Long(3), new Long(2) }), + Arrays.asList(new Object[] { new Integer(3), new Integer(2) }), // map.size() - Arrays.asList(new Object[] { new Long(2), new Long(2), new Long(2), new Long(2), new Long(2) }), + Arrays.asList(new Object[] { new Integer(2), new Integer(2), new Integer(2), new Integer(2), new Integer(2) }), // MAX(collection.size()) - new Long(3), + new Integer(3), // map.get() Arrays.asList(new Object[] { "1111", "2222", "3333", "3343", "3363" }), // String.substring() From [email protected] Tue Jun 29 17:13:13 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 47691 invoked from network); 29 Jun 2010 17:13:13 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 29 Jun 2010 17:13:13 -0000 Received: (qmail 91606 invoked by uid 500); 29 Jun 2010 17:13:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-commits.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 91599 invoked by uid 99); 29 Jun 2010 17:13:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 17:13:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 17:13:09 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id CF61F23888CE; Tue, 29 Jun 2010 17:11:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r959037 - in /db/jdo/trunk/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory: AfterCloseSetMethodsThrowException.java Close.java CloseFailsIfTransactionActive.java CloseWithoutPermissionThrowsSecurityException.java Date: Tue, 29 Jun 2010 17:11:45 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: clr Date: Tue Jun 29 17:11:45 2010 New Revision: 959037 URL: http://svn.apache.org/viewvc?rev=959037&view=rev Log: JDO-653 Thanks to Peter Dettman for the patch Modified: db/jdo/trunk/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/AfterCloseSetMethodsThrowException.java db/jdo/trunk/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/Close.java db/jdo/trunk/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/CloseFailsIfTransactionActive.java db/jdo/trunk/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/CloseWithoutPermissionThrowsSecurityException.java Modified: db/jdo/trunk/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/AfterCloseSetMethodsThrowException.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/AfterCloseSetMethodsThrowException.java?rev=959037&r1=959036&r2=959037&view=diff ============================================================================== --- db/jdo/trunk/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/AfterCloseSetMethodsThrowException.java (original) +++ db/jdo/trunk/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/AfterCloseSetMethodsThrowException.java Tue Jun 29 17:11:45 2010 @@ -21,7 +21,6 @@ import java.util.Arrays; import java.util.Collection; import java.util.Iterator; -import javax.jdo.JDOException; import javax.jdo.JDOFatalInternalException; import javax.jdo.JDOUserException; import javax.jdo.PersistenceManagerFactory; @@ -67,40 +66,69 @@ public class AfterCloseSetMethodsThrowEx public void test() { Class[] stringParameters = new Class[]{String.class}; Class[] booleanParameters = new Class[]{boolean.class}; + Class[] objectParameters = new Class[]{Object.class}; + Class[] integerParameters = new Class[]{Integer.class}; Object[] stringParameter = new Object[]{"Nobody knows the trouble"}; Object[] booleanParameter = new Object[]{new Boolean(false)}; + Object[] objectParameter = new Object[]{null}; + Object[] integerParameter = new Object[]{new Integer(0)}; SetProperty[] setMethods = new SetProperty[] { new SetProperty("setConnectionDriverName", stringParameters, stringParameter), + new SetProperty("setConnectionFactory", objectParameters, objectParameter), + new SetProperty("setConnectionFactory2", objectParameters, objectParameter), new SetProperty("setConnectionFactoryName", stringParameters, stringParameter), new SetProperty("setConnectionFactory2Name", stringParameters, stringParameter), + new SetProperty("setConnectionPassword", stringParameters, stringParameter), new SetProperty("setConnectionURL", stringParameters, stringParameter), new SetProperty("setConnectionUserName", stringParameters, stringParameter), - new SetProperty("setConnectionPassword", stringParameters, stringParameter), + new SetProperty("setCopyOnAttach", booleanParameters, booleanParameter), + new SetProperty("setDetachAllOnCommit", booleanParameters, booleanParameter), new SetProperty("setIgnoreCache", booleanParameters, booleanParameter), + new SetProperty("setMapping", stringParameters, stringParameter), new SetProperty("setMultithreaded", booleanParameters, booleanParameter), + new SetProperty("setName", stringParameters, stringParameter), new SetProperty("setNontransactionalRead", booleanParameters, booleanParameter), new SetProperty("setNontransactionalWrite", booleanParameters, booleanParameter), new SetProperty("setOptimistic", booleanParameters, booleanParameter), + new SetProperty("setPersistenceUnitName", stringParameters, stringParameter), + new SetProperty("setReadOnly", booleanParameters, booleanParameter), new SetProperty("setRestoreValues", booleanParameters, booleanParameter), - new SetProperty("setRetainValues", booleanParameters, booleanParameter) + new SetProperty("setRetainValues", booleanParameters, booleanParameter), + new SetProperty("setServerTimeZoneID", stringParameters, stringParameter), + new SetProperty("setTransactionIsolationLevel", stringParameters, stringParameter), + new SetProperty("setTransactionType", stringParameters, stringParameter) }; - + GetProperty[] getMethods = new GetProperty[] { new GetProperty("getConnectionDriverName"), + new GetProperty("getConnectionFactory"), + new GetProperty("getConnectionFactory2"), new GetProperty("getConnectionFactoryName"), new GetProperty("getConnectionFactory2Name"), new GetProperty("getConnectionURL"), new GetProperty("getConnectionUserName"), + new GetProperty("getCopyOnAttach"), + new GetProperty("getDataStoreCache"), + new GetProperty("getDetachAllOnCommit"), + new GetProperty("getFetchGroups"), new GetProperty("getIgnoreCache"), + new GetProperty("getMapping"), new GetProperty("getMultithreaded"), + new GetProperty("getName"), new GetProperty("getNontransactionalRead"), new GetProperty("getNontransactionalWrite"), new GetProperty("getOptimistic"), + new GetProperty("getPersistenceUnitName"), + new GetProperty("getProperties"), + new GetProperty("getReadOnly"), new GetProperty("getRestoreValues"), - new GetProperty("getRetainValues") + new GetProperty("getRetainValues"), + new GetProperty("getServerTimeZoneID"), + new GetProperty("getTransactionIsolationLevel"), + new GetProperty("getTransactionType") }; - + pmf = getPMF(); closePMF(pmf); // don't use closePMF() because that sets pmf to null // each set method should throw an exception @@ -111,11 +139,14 @@ public class AfterCloseSetMethodsThrowEx try { sp.execute(pmf); fail(ASSERTION_FAILED, - "pmf method " + where + " shoudl throw JDOUserException when called for closed pmf"); + "pmf method " + where + " should throw JDOUserException when called for closed pmf"); } catch (JDOUserException ex) { if (debug) logger.debug("Caught expected exception " + ex.toString() + " from " + where); + } catch (Exception ex) { + fail(ASSERTION_FAILED, + "Caught unexpected exception " + ex.toString() + " from " + where); } } // each get method should succeed @@ -125,7 +156,7 @@ public class AfterCloseSetMethodsThrowEx String where = gp.getMethodName(); try { gp.execute(pmf); - } catch (JDOUserException ex) { + } catch (Exception ex) { fail(ASSERTION_FAILED, "Caught unexpected exception " + ex.toString() + " from " + where); @@ -157,7 +188,7 @@ public class AfterCloseSetMethodsThrowEx } catch (IllegalAccessException ex) { throw new JDOFatalInternalException("IllegalAccessException", ex); } catch (java.lang.reflect.InvocationTargetException ex) { - throw (JDOException)ex.getTargetException(); + throw (RuntimeException)ex.getTargetException(); } } @@ -187,7 +218,7 @@ public class AfterCloseSetMethodsThrowEx } catch (IllegalAccessException ex) { throw new JDOFatalInternalException("IllegalAccessException", ex); } catch (java.lang.reflect.InvocationTargetException ex) { - throw (JDOException)ex.getTargetException(); + throw (RuntimeException)ex.getTargetException(); } } Modified: db/jdo/trunk/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/Close.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/Close.java?rev=959037&r1=959036&r2=959037&view=diff ============================================================================== --- db/jdo/trunk/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/Close.java (original) +++ db/jdo/trunk/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/Close.java Tue Jun 29 17:11:45 2010 @@ -17,6 +17,9 @@ package org.apache.jdo.tck.api.persistencemanagerfactory; +import java.security.AccessController; +import java.security.PrivilegedAction; + import javax.jdo.JDOFatalUserException; import javax.jdo.JDOUserException; @@ -78,7 +81,28 @@ public class Close extends JDO_Test { fail(ASSERTION_FAILED, "Unexpected [email protected]()/isClosed(): " + ex); } - + + // pmf.close() on already-closed pmf should not throw an exception + try { + // don't use closePMF methods because they check isClosed before calling + AccessController.doPrivileged( + new PrivilegedAction () { + public Object run () { + pmf.close(); + return null; + } + } + ); + } catch (JDOUserException ex) { + // unexpected exception + fail(ASSERTION_FAILED, + "Unexpected exception at repeated pmf.close(): " + ex); + } catch (JDOFatalUserException ex) { + // unexpected exception + fail(ASSERTION_FAILED, + "Unexpected exception at repeated pmf.close(): " + ex); + } + // trying to get a getPersistenceManager should result in a exception try { pm = pmf.getPersistenceManager(); Modified: db/jdo/trunk/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/CloseFailsIfTransactionActive.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/CloseFailsIfTransactionActive.java?rev=959037&r1=959036&r2=959037&view=diff ============================================================================== --- db/jdo/trunk/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/CloseFailsIfTransactionActive.java (original) +++ db/jdo/trunk/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/CloseFailsIfTransactionActive.java Tue Jun 29 17:11:45 2010 @@ -111,6 +111,12 @@ public class CloseFailsIfTransactionActi failed.toString()); } } + if (pm1.isClosed()){ + fail(ASSERTION_FAILED, "Unexpected pm1 is closed."); + } + if (pm2.isClosed()){ + fail(ASSERTION_FAILED, "Unexpected pm2 is closed."); + } } catch (Exception uex) { setAborted(); Modified: db/jdo/trunk/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/CloseWithoutPermissionThrowsSecurityException.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/CloseWithoutPermissionThrowsSecurityException.java?rev=959037&r1=959036&r2=959037&view=diff ============================================================================== --- db/jdo/trunk/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/CloseWithoutPermissionThrowsSecurityException.java (original) +++ db/jdo/trunk/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/CloseWithoutPermissionThrowsSecurityException.java Tue Jun 29 17:11:45 2010 @@ -19,7 +19,10 @@ package org.apache.jdo.tck.api.persisten import java.security.Permission; +import javax.jdo.JDOException; +import javax.jdo.PersistenceManagerFactory; import javax.jdo.spi.JDOPermission; + import org.apache.jdo.tck.JDO_Test; import org.apache.jdo.tck.util.BatchTestRunner; @@ -57,6 +60,14 @@ public class CloseWithoutPermissionThrow public void test() { pmf = getPMF(); + closeWithMySecurityManager(pmf); + + closePMF(pmf); + + closeWithMySecurityManager(pmf); + } + + private void closeWithMySecurityManager(PersistenceManagerFactory pmf) { SecurityManager oldSecMgr = System.getSecurityManager(); try { System.setSecurityManager(new MySecurityManager()); @@ -67,10 +78,15 @@ public class CloseWithoutPermissionThrow try { pmf.close(); + fail(ASSERTION_FAILED, + "SecurityException was not thrown when calling pmf.close() " + + "without JDOPermission.CLOSE_PERSISTENCE_MANAGER_FACTORY"); } catch (SecurityException ex) { // expected exception if JDOPermission("closePersistenceManagerFactory") is not set if (debug) logger.debug("caught expected exception " + ex.toString()); + } catch (JDOException e) { + fail(ASSERTION_FAILED, "Unexpected [email protected](): " + e); } finally { System.setSecurityManager(oldSecMgr); From [email protected] Tue Jun 29 17:13:19 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 47755 invoked from network); 29 Jun 2010 17:13:19 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 29 Jun 2010 17:13:19 -0000 Received: (qmail 91721 invoked by uid 500); 29 Jun 2010 17:13:18 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-commits.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 91714 invoked by uid 99); 29 Jun 2010 17:13:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 17:13:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 17:13:15 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 746E623889E0; Tue, 29 Jun 2010 17:12:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r959039 - in /db/jdo/branches/3.0/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory: AfterCloseSetMethodsThrowException.java Close.java CloseFailsIfTransactionActive.java CloseWithoutPermissionThrowsSecurityException.java Date: Tue, 29 Jun 2010 17:12:21 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: clr Date: Tue Jun 29 17:12:21 2010 New Revision: 959039 URL: http://svn.apache.org/viewvc?rev=959039&view=rev Log: JDO-653 Thanks to Peter Dettman for the patch Modified: db/jdo/branches/3.0/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/AfterCloseSetMethodsThrowException.java db/jdo/branches/3.0/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/Close.java db/jdo/branches/3.0/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/CloseFailsIfTransactionActive.java db/jdo/branches/3.0/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/CloseWithoutPermissionThrowsSecurityException.java Modified: db/jdo/branches/3.0/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/AfterCloseSetMethodsThrowException.java URL: http://svn.apache.org/viewvc/db/jdo/branches/3.0/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/AfterCloseSetMethodsThrowException.java?rev=959039&r1=959038&r2=959039&view=diff ============================================================================== --- db/jdo/branches/3.0/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/AfterCloseSetMethodsThrowException.java (original) +++ db/jdo/branches/3.0/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/AfterCloseSetMethodsThrowException.java Tue Jun 29 17:12:21 2010 @@ -21,7 +21,6 @@ import java.util.Arrays; import java.util.Collection; import java.util.Iterator; -import javax.jdo.JDOException; import javax.jdo.JDOFatalInternalException; import javax.jdo.JDOUserException; import javax.jdo.PersistenceManagerFactory; @@ -67,40 +66,69 @@ public class AfterCloseSetMethodsThrowEx public void test() { Class[] stringParameters = new Class[]{String.class}; Class[] booleanParameters = new Class[]{boolean.class}; + Class[] objectParameters = new Class[]{Object.class}; + Class[] integerParameters = new Class[]{Integer.class}; Object[] stringParameter = new Object[]{"Nobody knows the trouble"}; Object[] booleanParameter = new Object[]{new Boolean(false)}; + Object[] objectParameter = new Object[]{null}; + Object[] integerParameter = new Object[]{new Integer(0)}; SetProperty[] setMethods = new SetProperty[] { new SetProperty("setConnectionDriverName", stringParameters, stringParameter), + new SetProperty("setConnectionFactory", objectParameters, objectParameter), + new SetProperty("setConnectionFactory2", objectParameters, objectParameter), new SetProperty("setConnectionFactoryName", stringParameters, stringParameter), new SetProperty("setConnectionFactory2Name", stringParameters, stringParameter), + new SetProperty("setConnectionPassword", stringParameters, stringParameter), new SetProperty("setConnectionURL", stringParameters, stringParameter), new SetProperty("setConnectionUserName", stringParameters, stringParameter), - new SetProperty("setConnectionPassword", stringParameters, stringParameter), + new SetProperty("setCopyOnAttach", booleanParameters, booleanParameter), + new SetProperty("setDetachAllOnCommit", booleanParameters, booleanParameter), new SetProperty("setIgnoreCache", booleanParameters, booleanParameter), + new SetProperty("setMapping", stringParameters, stringParameter), new SetProperty("setMultithreaded", booleanParameters, booleanParameter), + new SetProperty("setName", stringParameters, stringParameter), new SetProperty("setNontransactionalRead", booleanParameters, booleanParameter), new SetProperty("setNontransactionalWrite", booleanParameters, booleanParameter), new SetProperty("setOptimistic", booleanParameters, booleanParameter), + new SetProperty("setPersistenceUnitName", stringParameters, stringParameter), + new SetProperty("setReadOnly", booleanParameters, booleanParameter), new SetProperty("setRestoreValues", booleanParameters, booleanParameter), - new SetProperty("setRetainValues", booleanParameters, booleanParameter) + new SetProperty("setRetainValues", booleanParameters, booleanParameter), + new SetProperty("setServerTimeZoneID", stringParameters, stringParameter), + new SetProperty("setTransactionIsolationLevel", stringParameters, stringParameter), + new SetProperty("setTransactionType", stringParameters, stringParameter) }; - + GetProperty[] getMethods = new GetProperty[] { new GetProperty("getConnectionDriverName"), + new GetProperty("getConnectionFactory"), + new GetProperty("getConnectionFactory2"), new GetProperty("getConnectionFactoryName"), new GetProperty("getConnectionFactory2Name"), new GetProperty("getConnectionURL"), new GetProperty("getConnectionUserName"), + new GetProperty("getCopyOnAttach"), + new GetProperty("getDataStoreCache"), + new GetProperty("getDetachAllOnCommit"), + new GetProperty("getFetchGroups"), new GetProperty("getIgnoreCache"), + new GetProperty("getMapping"), new GetProperty("getMultithreaded"), + new GetProperty("getName"), new GetProperty("getNontransactionalRead"), new GetProperty("getNontransactionalWrite"), new GetProperty("getOptimistic"), + new GetProperty("getPersistenceUnitName"), + new GetProperty("getProperties"), + new GetProperty("getReadOnly"), new GetProperty("getRestoreValues"), - new GetProperty("getRetainValues") + new GetProperty("getRetainValues"), + new GetProperty("getServerTimeZoneID"), + new GetProperty("getTransactionIsolationLevel"), + new GetProperty("getTransactionType") }; - + pmf = getPMF(); closePMF(pmf); // don't use closePMF() because that sets pmf to null // each set method should throw an exception @@ -111,11 +139,14 @@ public class AfterCloseSetMethodsThrowEx try { sp.execute(pmf); fail(ASSERTION_FAILED, - "pmf method " + where + " shoudl throw JDOUserException when called for closed pmf"); + "pmf method " + where + " should throw JDOUserException when called for closed pmf"); } catch (JDOUserException ex) { if (debug) logger.debug("Caught expected exception " + ex.toString() + " from " + where); + } catch (Exception ex) { + fail(ASSERTION_FAILED, + "Caught unexpected exception " + ex.toString() + " from " + where); } } // each get method should succeed @@ -125,7 +156,7 @@ public class AfterCloseSetMethodsThrowEx String where = gp.getMethodName(); try { gp.execute(pmf); - } catch (JDOUserException ex) { + } catch (Exception ex) { fail(ASSERTION_FAILED, "Caught unexpected exception " + ex.toString() + " from " + where); @@ -157,7 +188,7 @@ public class AfterCloseSetMethodsThrowEx } catch (IllegalAccessException ex) { throw new JDOFatalInternalException("IllegalAccessException", ex); } catch (java.lang.reflect.InvocationTargetException ex) { - throw (JDOException)ex.getTargetException(); + throw (RuntimeException)ex.getTargetException(); } } @@ -187,7 +218,7 @@ public class AfterCloseSetMethodsThrowEx } catch (IllegalAccessException ex) { throw new JDOFatalInternalException("IllegalAccessException", ex); } catch (java.lang.reflect.InvocationTargetException ex) { - throw (JDOException)ex.getTargetException(); + throw (RuntimeException)ex.getTargetException(); } } Modified: db/jdo/branches/3.0/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/Close.java URL: http://svn.apache.org/viewvc/db/jdo/branches/3.0/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/Close.java?rev=959039&r1=959038&r2=959039&view=diff ============================================================================== --- db/jdo/branches/3.0/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/Close.java (original) +++ db/jdo/branches/3.0/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/Close.java Tue Jun 29 17:12:21 2010 @@ -17,6 +17,9 @@ package org.apache.jdo.tck.api.persistencemanagerfactory; +import java.security.AccessController; +import java.security.PrivilegedAction; + import javax.jdo.JDOFatalUserException; import javax.jdo.JDOUserException; @@ -78,7 +81,28 @@ public class Close extends JDO_Test { fail(ASSERTION_FAILED, "Unexpected [email protected]()/isClosed(): " + ex); } - + + // pmf.close() on already-closed pmf should not throw an exception + try { + // don't use closePMF methods because they check isClosed before calling + AccessController.doPrivileged( + new PrivilegedAction () { + public Object run () { + pmf.close(); + return null; + } + } + ); + } catch (JDOUserException ex) { + // unexpected exception + fail(ASSERTION_FAILED, + "Unexpected exception at repeated pmf.close(): " + ex); + } catch (JDOFatalUserException ex) { + // unexpected exception + fail(ASSERTION_FAILED, + "Unexpected exception at repeated pmf.close(): " + ex); + } + // trying to get a getPersistenceManager should result in a exception try { pm = pmf.getPersistenceManager(); Modified: db/jdo/branches/3.0/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/CloseFailsIfTransactionActive.java URL: http://svn.apache.org/viewvc/db/jdo/branches/3.0/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/CloseFailsIfTransactionActive.java?rev=959039&r1=959038&r2=959039&view=diff ============================================================================== --- db/jdo/branches/3.0/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/CloseFailsIfTransactionActive.java (original) +++ db/jdo/branches/3.0/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/CloseFailsIfTransactionActive.java Tue Jun 29 17:12:21 2010 @@ -111,6 +111,12 @@ public class CloseFailsIfTransactionActi failed.toString()); } } + if (pm1.isClosed()){ + fail(ASSERTION_FAILED, "Unexpected pm1 is closed."); + } + if (pm2.isClosed()){ + fail(ASSERTION_FAILED, "Unexpected pm2 is closed."); + } } catch (Exception uex) { setAborted(); Modified: db/jdo/branches/3.0/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/CloseWithoutPermissionThrowsSecurityException.java URL: http://svn.apache.org/viewvc/db/jdo/branches/3.0/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/CloseWithoutPermissionThrowsSecurityException.java?rev=959039&r1=959038&r2=959039&view=diff ============================================================================== --- db/jdo/branches/3.0/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/CloseWithoutPermissionThrowsSecurityException.java (original) +++ db/jdo/branches/3.0/tck/src/java/org/apache/jdo/tck/api/persistencemanagerfactory/CloseWithoutPermissionThrowsSecurityException.java Tue Jun 29 17:12:21 2010 @@ -19,7 +19,10 @@ package org.apache.jdo.tck.api.persisten import java.security.Permission; +import javax.jdo.JDOException; +import javax.jdo.PersistenceManagerFactory; import javax.jdo.spi.JDOPermission; + import org.apache.jdo.tck.JDO_Test; import org.apache.jdo.tck.util.BatchTestRunner; @@ -57,6 +60,14 @@ public class CloseWithoutPermissionThrow public void test() { pmf = getPMF(); + closeWithMySecurityManager(pmf); + + closePMF(pmf); + + closeWithMySecurityManager(pmf); + } + + private void closeWithMySecurityManager(PersistenceManagerFactory pmf) { SecurityManager oldSecMgr = System.getSecurityManager(); try { System.setSecurityManager(new MySecurityManager()); @@ -67,10 +78,15 @@ public class CloseWithoutPermissionThrow try { pmf.close(); + fail(ASSERTION_FAILED, + "SecurityException was not thrown when calling pmf.close() " + + "without JDOPermission.CLOSE_PERSISTENCE_MANAGER_FACTORY"); } catch (SecurityException ex) { // expected exception if JDOPermission("closePersistenceManagerFactory") is not set if (debug) logger.debug("caught expected exception " + ex.toString()); + } catch (JDOException e) { + fail(ASSERTION_FAILED, "Unexpected [email protected](): " + e); } finally { System.setSecurityManager(oldSecMgr);
From [email protected] Fri Jul 8 07:16:25 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 43118 invoked by uid 99); 8 Jul 2005 07:16:25 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2005 00:16:13 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id B440A19 for <[email protected]>; Fri, 8 Jul 2005 09:16:09 +0200 (CEST) Message-ID: <[email protected]> Date: Fri, 8 Jul 2005 09:16:09 +0200 (CEST) From: "Graham Dumpleton (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MODPYTHON-46) PythonHandlerModule directive is broken. In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/MODPYTHON-46?page=comments#action_12315281 ] Graham Dumpleton commented on MODPYTHON-46: ------------------------------------------- Even when one works around this. There seems to be a bug deep in the C code somewhere, whereby on occasion a request gets stuck in an infinite loop when processing the PythonHandlerModule directive. The stack trace is: directive_PythonHandlerModule python_directive_handler python_directive_hl_add hlist_append Ie., gets stuck in a loop in hlist_append. This comment is here just so I don't forget about it as not going to try and track it down right now. > PythonHandlerModule directive is broken. > ---------------------------------------- > > Key: MODPYTHON-46 > URL: http://issues.apache.org/jira/browse/MODPYTHON-46 > Project: mod_python > Type: Bug > Components: core > Versions: 3.1.4 > Reporter: Graham Dumpleton > > Documentation for PythonHandlerModule says: > PythonHandlerModule can be used an alternative to Python*Handler directives. > The module specified in this handler will be searched for existence of functions > matching the default handler function names, and if a function is found, it will > be executed. > The suggestion is that it will not complain if a particular handler is defined, ie., > only executes the ones it finds and doesn't worry about the rest. The example > even supports this by saying that: > For example, instead of: > PythonAutenHandler mymodule > PythonHandler mymodule > PythonLogHandler mymodule > one can simply say > PythonHandlerModule mymodule > BTW, "PythonAutenHandler" is spelt wrong in documentation, not by me. > The "mod_python.c" code also seems be coded so that if a handler is defined > in the module that it will not complain. > python_directive_handler(cmd, mconfig, "PythonPostReadRequestHandler", val, SILENT); > python_directive_handler(cmd, mconfig, "PythonTransHandler", val, SILENT); > python_directive_handler(cmd, mconfig, "PythonHeaderParserHandler", val, SILENT); > python_directive_handler(cmd, mconfig, "PythonAccessHandler", val, SILENT); > python_directive_handler(cmd, mconfig, "PythonAuthzHandler", val, SILENT); > python_directive_handler(cmd, mconfig, "PythonTypeHandler", val, SILENT); > python_directive_handler(cmd, mconfig, "PythonHandler", val, SILENT); > python_directive_handler(cmd, mconfig, "PythonInitHandler", val, SILENT); > python_directive_handler(cmd, mconfig, "PythonLogHandler", val, SILENT); > python_directive_handler(cmd, mconfig, "PythonCleanupHandler", val, SILENT); > python_directive_handler(cmd, srv_conf, "PythonConnectionHandler", val, SILENT); > Ie., it has "SILENT" option and not "NOTSILENT" as is case when single handler is > specified. > Problem is that using "PythonHandlerModule" it gives back 500 error and if > "PythonDebug" is on you will see in the browser: > Mod_python error: "PythonHeaderParserHandler mptest" > Traceback (most recent call last): > File "/usr/lib/python2.3/site-packages/mod_python/apache.py", line 291, in HandlerDispatch > arg=req, silent=hlist.silent) > File "/usr/lib/python2.3/site-packages/mod_python/apache.py", line 519, in resolve_object > raise AttributeError, s > AttributeError: module '/home/grahamd/public_html/phases/mptest.py' contains no 'headerparserhandler' > The passing of "SILENT" thus seems to not work. > The definitions of SILENT and NOTSILENT are: > #define SILENT 0 > #define NOTSILENT 1 > This eventually gets set as hlist.silent and gets passed as "silent" argument of > the "resolve_object()" method. > In the resolve_object() call of apache.py where this is checked, it is checked as: > # don't throw attribute errors when silent > if silent and not hasattr(obj, obj_str): > return None > # this adds a little clarity if we have an attriute error > if obj == module and not hasattr(module, obj_str): > if hasattr(module, "__file__"): > s = "module '%s' contains no '%s'" % (module.__file__, obj_str) > raise AttributeError, s > Is the logic the wrong way around here or am I just going nuts? > The result of "resolve_object()" is used as: > if object: > ... > elif hlist.silent: > result = DECLINED > This is supposed to propogate ignoring of the fact that the handler is missing, > but again logic is wrong way. > The simple solution may be: > #define NOTSILENT 0 > #define SILENT 1 > All uses of this silent flag needs to be reviewed though to determine if this is > going to stuff up other areas of the code. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jul 8 13:36:06 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 81643 invoked by uid 99); 8 Jul 2005 13:36:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2005 06:36:06 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO terirem.net.at.spry.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2005 06:36:04 -0700 Received: from grisha.dyndns.org (ip68-98-132-159.dc.dc.cox.net [161.129.204.104]) by terirem.net.at.spry.com (8.11.6/8.11.6) with ESMTP id j68DZo108123; Fri, 8 Jul 2005 06:35:50 -0700 Received: from grisha.dyndns.org (localhost [161.129.204.104]) by grisha.dyndns.org (8.12.9p2/8.12.8) with ESMTP id j68DZjcN038117; Fri, 8 Jul 2005 09:35:45 -0400 (EDT) (envelope-from [email protected]) Received: from localhost (grisha@localhost) by grisha.dyndns.org (8.12.9p2/8.12.8/Submit) with ESMTP id j68DZiuk038114; Fri, 8 Jul 2005 09:35:44 -0400 (EDT) X-Authentication-Warning: grisha.dyndns.org: grisha owned process doing -bs Date: Fri, 8 Jul 2005 09:35:44 -0400 (EDT) From: "Gregory (Grisha) Trubetskoy" <[email protected]> To: Graham Dumpleton <[email protected]> cc: [email protected] Subject: Re: [mod_python] Articles on module importing. In-Reply-To: <[email protected]> Message-ID: <[email protected]> References: <[email protected]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org On Thu, 7 Jul 2005, Graham Dumpleton wrote: > http://www.dscpl.com.au/articles/modpython-003.html I think this is great. Thanks for taking the time to write this! Now we need a plan for addressing all of those things. I think it would be great if perhaps in the text of the article each issue had a link to a corresponding JIRA (_some_ do already, but more could be opened) and if the issue is resolved it was clearly noted (e.g. ISSUE 5). Then we need to decide whether the issue should be fixed for 3.2 or tabled for later. I'm going to send a comment to the list on one issue (starting from the top), but I'll do this in a separate thread, trying to keep an e-mail thread per issue. Grisha From [email protected] Fri Jul 8 13:39:00 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 85310 invoked by uid 99); 8 Jul 2005 13:39:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2005 06:39:00 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO terirem.net.at.spry.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2005 06:38:58 -0700 Received: from grisha.dyndns.org (ip68-98-132-159.dc.dc.cox.net [161.129.204.104]) by terirem.net.at.spry.com (8.11.6/8.11.6) with ESMTP id j68Dcu117568 for <[email protected]>; Fri, 8 Jul 2005 06:38:57 -0700 Received: from grisha.dyndns.org (localhost [161.129.204.104]) by grisha.dyndns.org (8.12.9p2/8.12.8) with ESMTP id j68DcpcN038158 for <[email protected]>; Fri, 8 Jul 2005 09:38:51 -0400 (EDT) (envelope-from [email protected]) Received: from localhost (grisha@localhost) by grisha.dyndns.org (8.12.9p2/8.12.8/Submit) with ESMTP id j68DcpiB038155 for <[email protected]>; Fri, 8 Jul 2005 09:38:51 -0400 (EDT) X-Authentication-Warning: grisha.dyndns.org: grisha owned process doing -bs Date: Fri, 8 Jul 2005 09:38:51 -0400 (EDT) From: "Gregory (Grisha) Trubetskoy" <[email protected]> To: [email protected] Subject: [importing] Disabling of AutoReload Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org I think that the issue of import_module not honoring the AutoReload and Debug directives (because it was originally only used internally and was used a level "below" the directives) is a fairly serious one and something should be done before 3.2. So perhaps we rename import_module() to something else, and create a separate import_module which checks the directives, then calls the low level one? Grisha From [email protected] Fri Jul 8 21:44:39 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 76838 invoked by uid 99); 8 Jul 2005 21:44:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2005 14:44:39 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO dscpl.user.openhosting.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2005 14:44:36 -0700 Received: from [161.129.204.104] (ppp32-154.lns1.syd2.internode.on.net [161.129.204.104]) by dscpl.user.openhosting.com (8.12.11/8.12.11) with ESMTP id j68LiRRx006113; Fri, 8 Jul 2005 17:44:27 -0400 In-Reply-To: <[email protected]> References: <[email protected]> Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <[email protected]> Content-Transfer-Encoding: 7bit Cc: [email protected] From: Graham Dumpleton <[email protected]> Subject: Re: [importing] Disabling of AutoReload Date: Sat, 9 Jul 2005 07:44:24 +1000 To: "Gregory (Grisha) Trubetskoy" <[email protected]> X-Mailer: Apple Mail (2.619.2) X-Virus-Checked: Checked by ClamAV on apache.org One issue at a time sounds good. :-) On 08/07/2005, at 11:38 PM, Gregory (Grisha) Trubetskoy wrote: > > I think that the issue of import_module not honoring the AutoReload > and Debug directives (because it was originally only used internally > and was used a level "below" the directives) is a fairly serious one > and something should be done before 3.2. > > So perhaps we rename import_module() to something else, and create a > separate import_module which checks the directives, then calls the low > level one? Because a caller will not always have access to the req object and thus can't be made to pass it in as an explicit argument, there needs to be a way of caching the request at a high level. The internals of the import_module() method can then access it directly to determine the log and autoreload options. The current arguments thus become redundant. The code I have been playing with for this is included at the end of the email. Some of the issues in the implementation that came up were: 1. Must be thread safe because of multithreaded MPMs. 2. Needed to cope with same req object being pushed into cache more than once for the thread handling the specific request. In case it was being called at start of every handler phase for a request. 3. The req object obviously has to be discarded from cache at end of request by way of cleanup handler. 4. The PythonCleanupHandler is called after registered cleanup handlers and so if you cache req at beginning of every handler, you cache it again here after you already discarded it once. It is interesting that a PythonCleanupHandler can have its own distinct registered cleanup handler which is called after that phase is called. 5. A stack for each thread was effectively required because of internal redirects. Ie., same thread could be use to serve redirect request but different req object instance is created for it. Anyway, think that is all. I was simply calling cacheRequest() as the first thing where top level handlers were being called. This caching may however be better off in mod_python.c as it is probably holding it anyway and so access to it simply needs to be provided based on looking at the thread which is executing. from mod_python import apache try: from threading import currentThread except: def currentThread(): return None _requestCache = {} def _discardRequest(thread): try: _requestCache[thread].pop() if len(_requestCache[thread]) == 0: del _requestCache[thread] except: pass def cacheRequest(req): thread = currentThread() if _requestCache.has_key(thread): if _requestCache[thread][-1] == req: return _requestCache[thread].append(req) else: _requestCache[thread] = [req] req.register_cleanup(_discardRequest,(thread,)) def currentRequest(): try: thread = currentThread() return _requestCache[thread][-1] except: pass Hope I didn't delete any important bits when I took out by debug. :-) Graham From [email protected] Fri Jul 8 22:51:33 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 35961 invoked by uid 99); 8 Jul 2005 22:51:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2005 15:51:33 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=HTML_30_40,HTML_FONT_INVISIBLE,HTML_MESSAGE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2005 15:51:31 -0700 Received: by nproxy.gmail.com with SMTP id h2so132612nfe for <[email protected]>; Fri, 08 Jul 2005 15:51:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=nrCyrJos989T083cToqe3LQr2x53FNEnaJKLKaEh/yYdNUMAPa/w99enXZNLh/J56wHtKgRLC62XtpvfL8hGwHAiJ6Q8wvomZ5zBntqvOerTqtXaNNTQCUODCKQjft5RRHRCCd/7d+34cw12WOLmv34bUWonSVVxn4St36LnHns= Received: by 161.129.204.104 with SMTP id r4mr86481nfd; Fri, 08 Jul 2005 15:51:29 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Fri, 8 Jul 2005 15:51:29 -0700 (PDT) Message-ID: <[email protected]> Date: Sat, 9 Jul 2005 00:51:29 +0200 From: Nicolas Lehuen <[email protected]> Reply-To: [email protected] To: Graham Dumpleton <[email protected]> Subject: Re: [importing] Disabling of AutoReload Cc: "Gregory (Grisha) Trubetskoy" <[email protected]>, [email protected] In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3935_22055193.1120863089654" References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_3935_22055193.1120863089654 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Local thread variables would be perfect to store the request object.=20 Unfortunately they are specific for Python 2.4 : *class local* A class that represents thread-local data. Thread-local data= =20 are data whose values are thread specific. To manage thread-local data, jus= t=20 create an instance of local (or a subclass) and store attributes on it:=20 mydata =3D threading.local() mydata.x =3D 1 The instance's values will be different for separate threads.=20 For more details and extensive examples, see the documentation string of th= e=20 _threading_local module.=20 New in version 2.4.=20 =20 2005/7/8, Graham Dumpleton <[email protected]>: >=20 > One issue at a time sounds good. :-) >=20 > On 08/07/2005, at 11:38 PM, Gregory (Grisha) Trubetskoy wrote: >=20 > > > > I think that the issue of import_module not honoring the AutoReload > > and Debug directives (because it was originally only used internally > > and was used a level "below" the directives) is a fairly serious one > > and something should be done before 3.2. > > > > So perhaps we rename import_module() to something else, and create a > > separate import_module which checks the directives, then calls the low > > level one? >=20 > Because a caller will not always have access to the req object and thus > can't > be made to pass it in as an explicit argument, there needs to be a way > of > caching the request at a high level. The internals of the > import_module() > method can then access it directly to determine the log and autoreload > options. > The current arguments thus become redundant. >=20 > The code I have been playing with for this is included at the end of > the email. >=20 > Some of the issues in the implementation that came up were: >=20 > 1. Must be thread safe because of multithreaded MPMs. >=20 > 2. Needed to cope with same req object being pushed into cache more > than once > for the thread handling the specific request. In case it was being > called at > start of every handler phase for a request. >=20 > 3. The req object obviously has to be discarded from cache at end of > request > by way of cleanup handler. >=20 > 4. The PythonCleanupHandler is called after registered cleanup handlers > and > so if you cache req at beginning of every handler, you cache it again > here > after you already discarded it once. It is interesting that a > PythonCleanupHandler > can have its own distinct registered cleanup handler which is called > after > that phase is called. >=20 > 5. A stack for each thread was effectively required because of internal > redirects. Ie., same thread could be use to serve redirect request but > different req object instance is created for it. >=20 > Anyway, think that is all. I was simply calling cacheRequest() as the > first > thing where top level handlers were being called. This caching may > however > be better off in mod_python.c as it is probably holding it anyway and so > access to it simply needs to be provided based on looking at the thread > which is executing. >=20 > from mod_python import apache >=20 > try: > from threading import currentThread > except: > def currentThread(): > return None >=20 > _requestCache =3D {} >=20 > def _discardRequest(thread): > try: > _requestCache[thread].pop() > if len(_requestCache[thread]) =3D=3D 0: > del _requestCache[thread] > except: > pass >=20 > def cacheRequest(req): > thread =3D currentThread() > if _requestCache.has_key(thread): > if _requestCache[thread][-1] =3D=3D req: > return > _requestCache[thread].append(req) > else: > _requestCache[thread] =3D [req] >=20 > req.register_cleanup(_discardRequest,(thread,)) >=20 > def currentRequest(): > try: > thread =3D currentThread() > return _requestCache[thread][-1] > except: > pass >=20 > Hope I didn't delete any important bits when I took out by debug. :-) >=20 > Graham >=20 > ------=_Part_3935_22055193.1120863089654 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Local thread variables would be perfect to store the request object. Unfort= unately they are specific for Python 2.4 :<br> <br> <dl> <dt><b><span class=3D"typelabel">class</span>&nbsp;<tt class=3D"class" id= =3D"l2h-2695" id=3D"l2h-2695">local</tt></b>=20 </dt><dd>A class that represents thread-local data. Thread-local data are d= ata whose=20 values are thread specific. To manage thread-local data, just create an ins= tance=20 of <tt class=3D"class">local</tt> (or a subclass) and store attributes on i= t:=20 <p> </p><div class=3D"verbatim"><pre>mydata =3D threading.local()<br>mydata.x = =3D 1<br></pre></div> <p>The instance's values will be different for separate threads.=20 </p><p>For more details and extensive examples, see the documentation <span= style=3D"background-color: rgb(255, 255, 255);">string of the=20 </span><tt style=3D"background-color: rgb(255, 255, 255);" class=3D"mod= ule"><font style=3D"background-color: rgb(49, 106, 197);" color=3D"#ffffff"= >_threading_local</font></tt><span style=3D"background-color: rgb(255, 255,= 255);"> </span>module.=20 </p><p><span class=3D"versionnote">New in version 2.4.</span> </p></dd> </dl> <br><br><div><span class=3D"gmail_quote">2005/7/8, Graham Dumpleton &lt;<a = href=3D"mailto:[email protected]">[email protected]</a>&gt;:</span><b= lockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, 20= 4, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> One issue at a time sounds good. :-)<br><br>On 08/07/2005, at 11:38 PM, Gre= gory (Grisha) Trubetskoy wrote:<br><br>&gt;<br>&gt; I think that the issue = of import_module not honoring the AutoReload<br>&gt; and Debug directives (= because it was originally only used internally <br>&gt; and was used a level &quot;below&quot; the directives) is a fairly= serious one<br>&gt; and something should be done before 3.2.<br>&gt;<br>&g= t; So perhaps we rename import_module() to something else, and create a <br>&gt; separate import_module which checks the directives, then calls the= low<br>&gt; level one?<br><br>Because a caller will not always have access= to the req object and thus<br>can't<br>be made to pass it in as an explici= t argument, there needs to be a way <br>of<br>caching the request at a high level. The internals of the<br>impo= rt_module()<br>method can then access it directly to determine the log and = autoreload<br>options.<br>The current arguments thus become redundant.<br> <br>The code I have been playing with for this is included at the end of<br= >the email.<br><br>Some of the issues in the implementation that came up we= re:<br><br>1. Must be thread safe because of multithreaded MPMs.<br><br> 2. Needed to cope with same req object being pushed into cache more<br>than= once<br>for the thread handling the specific request. In case it was being= <br>called at<br>start of every handler phase for a request.<br><br>3. The = req object obviously has to be discarded from cache at end of <br>request<br>by way of cleanup handler.<br><br>4. The PythonCleanupHandle= r is called after registered cleanup handlers<br>and<br>so if you cache req= at beginning of every handler, you cache it again<br>here<br>after you alr= eady discarded it once. It is interesting that a <br>PythonCleanupHandler<br>can have its own distinct registered cleanup ha= ndler which is called<br>after<br>that phase is called.<br><br>5. A stack f= or each thread was effectively required because of internal<br>redirects. I= e., same thread could be use to serve redirect request but <br>different req object instance is created for it.<br><br>Anyway, think t= hat is all. I was simply calling cacheRequest() as the<br>first<br>thing wh= ere top level handlers were being called. This caching may<br>however<br> be better off in mod_python.c as it is probably holding it anyway and so<br= >access to it simply needs to be provided based on looking at the thread<br= >which is executing.<br><br>from mod_python import apache<br><br>try:<br> &nbsp;&nbsp; from threading import currentThread<br>except:<br>&nbsp;&nbsp;= def currentThread():<br>&nbsp;&nbsp;&nbsp;&nbsp; return None<br><br>_reque= stCache =3D {}<br><br>def _discardRequest(thread):<br>&nbsp;&nbsp; try:<br>= &nbsp;&nbsp;&nbsp;&nbsp; _requestCache[thread].pop()<br>&nbsp;&nbsp;&nbsp;&= nbsp; if len(_requestCache[thread]) =3D=3D 0: <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; del _requestCache[thread]<br>&nbsp= ;&nbsp; except:<br>&nbsp;&nbsp;&nbsp;&nbsp; pass<br><br>def cacheRequest(re= q):<br>&nbsp;&nbsp; thread =3D currentThread()<br>&nbsp;&nbsp; if _requestC= ache.has_key(thread):<br>&nbsp;&nbsp;&nbsp;&nbsp; if _requestCache[thread][= -1] =3D=3D req:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return <br>&nbsp;&nbsp;&nbsp;&nbsp; _requestCache[thread].append(req)<br>&nbsp;&nb= sp; else:<br>&nbsp;&nbsp;&nbsp;&nbsp; _requestCache[thread] =3D [req]<br><b= r>&nbsp;&nbsp; req.register_cleanup(_discardRequest,(thread,))<br><br>def c= urrentRequest():<br>&nbsp;&nbsp; try:<br>&nbsp;&nbsp;&nbsp;&nbsp; thread = =3D currentThread() <br>&nbsp;&nbsp;&nbsp;&nbsp; return _requestCache[thread][-1]<br>&nbsp;&nbs= p; except:<br>&nbsp;&nbsp;&nbsp;&nbsp; pass<br><br>Hope I didn't delete any= important bits when I took out by debug. :-)<br><br>Graham<br><br></blockq= uote></div><br> ------=_Part_3935_22055193.1120863089654-- From [email protected] Sat Jul 9 06:40:53 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 61652 invoked by uid 99); 9 Jul 2005 06:40:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2005 23:40:53 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO dscpl.user.openhosting.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2005 23:40:51 -0700 Received: from [161.129.204.104] (ppp32-154.lns1.syd2.internode.on.net [161.129.204.104]) by dscpl.user.openhosting.com (8.12.11/8.12.11) with ESMTP id j696ekiG012326; Sat, 9 Jul 2005 02:40:47 -0400 In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <[email protected]> Content-Transfer-Encoding: 7bit Cc: mod_python list <[email protected]> From: Graham Dumpleton <[email protected]> Subject: Re: [mod_python] Articles on module importing. Date: Sat, 9 Jul 2005 16:40:40 +1000 To: [email protected] X-Mailer: Apple Mail (2.619.2) X-Virus-Checked: Checked by ClamAV on apache.org Note that this has been pushed to the mod_python developers list. It is suggested that if you are interested in following this discussion that you subscribe to that list instead. Anyone replying to this email please remove the standard mod_python list from the cc to keep it just on the developers list. Sorry, it is long email. I was probably deluded in thinking I could defer discussions on implementation, but then I guess it isn't strictly as it is still more at the level of how it could work. You might want to digest the email for some time before replying. :-) On 09/07/2005, at 12:49 AM, Jorey Bump wrote: > dharana wrote: > >> Oh, ok. I feel better now. But I think I should comment that then, >> for me, the new mechanism won't make a difference in the "apachectl >> restart" routine. I will continue to do restart apache if the new >> mechanism doesn't supports packages. I've abstracted a lot of things >> in my custom handler/webapp so the only thing I'm changing nowadays >> are inside packages (99% of the time). > > Same here. My published modules typically have only a few functions in > them, and they are usually interfaces to code from package imports. > The reload mechanism would have to support packages to avoid being > another pandora's box. I'll try and expand on some of the issues about Python packages and why it becomes so complicated and provide direction on how it all can work. I know it can work as I already have an implementation similar to what is described. :-) The import_module() currently allows you to import the top level of a Python package, or a sub module/package within a Python package. Its current support for importing a sub module/package at the moment is broken in various ways, as I documented in my article. You probably would not notice these issues if your use of Python packages is simplistic, ie., merely to have a bunch of modules kept within a specific namespace for convenience. For example, an empty __init__.py in the top level directory and a series of file based modules contained within that directory. Also, the fact that modules are currently reloaded on top of the existing instance does lesson the possibility of problems. Once a Python package starts to get more complicated and you have internal dependencies between different parts of the package itself, you will more easily start to encounter problems. This is because dependency cycles can develop between the different parts of the Python package. The consequence of this is that even if only one part of the Python package changes, the only sane thing to do is to reload the complete package. As such, at the moment the only reliable way to reload a Python package properly is to restart Apache. If an updated import_module() function attempted to try and support automatic reloading of packages properly, it would have to take a similar approach whereby where if even a single part of the Python package is changed, it would have to ensure that the whole Python package was reloaded. I haven't quite worked out whether this is even totally possible yet. Even to get to the point where I have has exceedingly complicated the design of the module importing system. The reasons for the extra complexity, is that in order to support different named modules/packages in different directories, you cannot store modules in sys.modules as they are keyed based on the module/package name. The problem now is that due to how Python internally supports the "import" statement internal to a Python package, whereby it will first look for a module within in the package itself, requires that the component modules of the Python package be stored in sys.modules. I don't know why, but it doesn't work if it isn't. Thus you have a contradiction. The parts of a Python package must be present in sys.modules for imports internal to the Python package to work, but to put it in sys.modules runs up against the goal of being able to use the same name for a module/package in different directories. To achieve both goals entails still storing the Python package parts in sys.modules, but they aren't internally assigned its true name. Instead they are given a unique name derived from the path name of the file containing the code for that component. Ie., __name__ within the module and the key used to store it in sys.modules use this magic generated name. Problem now is that when an import hook is asked to find the sub part of a Python package, rather than use the true name of the package in the dotted path, eg., "a.b", it will sometimes use the magic name for the parent parts of the path, eg., "magic_name.b". Therefore you have to do some translation of the magic names back and forth. This all gets even worse when one looks at the issue of modules reloading on top of the existing instance, which can cause loss of access to resources without them being closed off properly and other problems in a multithreaded MPM. To get around the issues, you keep around the old instance of a module/package while importing it again into a separate object space. For packages where it has to be in sys.modules, it means that magic name therefore has to incorporate an instance count such that the name changes for each revision of the package. I don't expect most to understand all this, I just hope you believe me when I say that trying to provide support for reloading of Python packages is hard. My worry is that the addition of all this extra complexity will make the code fragile as it may unknowingly include too many dependencies on subtle nuances of how the Python module import system works. Thus, it may work fine now (if it can be made to work in the first place), but the next major version of Python may break it and we may not always be able to work out how to tweak it to work with a newer version of Python. What does this all mean? First is that I really don't see it as practical that import_module() be able to support Python packages, whether that means importing from the root of the package or a sub part of the package, as part of a scheme to handle automatic module reloading. To do so adds too much complexity, with the code being much more fragile as a result. I will point out now that this would not affect the ability to specify a Python package or sub part of a package in a handler directive such as PythonHandler. This is because the dispatch callback for a handler is more complicated than it being just a call to import_module(). As such, within the dispatch callback, it can do some checks to ascertain how it should import a module. For example, if the module specified by the directive is located in the directory the handler pertains to, it would use import_module(), specifying the exact directory the module should be loaded from. As a fallback, it would then use the standard Python module import mechanism to otherwise import the module. This would cause sys.path to be consulted and the handler could be a Python package as a result. No automatic module reloading would be available for a handler module found along sys.path in this way. Because the dispatch callback would explicitly check the directory for which the directive is defined to find the module and tell the import_module() explicitly this directory, there would not actually be a need for that directory to be put in sys.path. This means there would be no overlap of directories for which import_module() is being used and those in sys.path. The "import" statement within a handler in the directory would be made to work without use of sys.path using import hooks and other means so that it transparently flows through and uses import_module() instead. For those cases where someone does not want to put a handler in the directory the directive applies to, but still make use of automatic module reloading, there could be an alternate path definition. For example PythonImportModulePath. This path would be searched for the file based module and if found, import_module() used to explicitly load it from that directory. Thus, for a handler directive, steps would be: 1. Look in directory directive is defined for and if handler module is there, load it using import_module(). It can only be a file based module. The name of the module doesn't have to be unique. 2. Look in directories defined by PythonImportModulePath and if found there, load it using import_module(). It again can only be a file based module. The name of the module doesn't have to be unique (but should it). 3. If still not found, use inbuilt Python __import__ mechanism to try and find handler module. In this case, could be a file based module or package, but it must be on sys.path. The PythonPath setting can still be used to extend sys.path as to alternate places to look. The name of the module/package must be unique within the set of all modules and packages available by searching sys.path. Next issue is how import_module() would work when called explicitly within a handler. Up till now if no path has been supplied to import_module() it would search sys.path. This I believe needs to change. Instead of searching sys.path, it should instead search PythonImportModulePath. The reason for this is that it retains the clear separation between directories where the standard Python builtin import mechanism is used and those where import_module() is used. Doing this avoids the problems caused by a module being imported from different places using the different mechanisms. The trick here is how does import_module() get access to the value of PythonImportModulePath as it is generally only accessible via the req object and a user may not have that available to supply to the import_module() method. There is a similar problem here with how the log and autoreload options have to be passed to import_module(). The solution here is that mod_python itself, which already holds the req object when it calls the handler, should provide a means to access the current request object from code where it doesn't otherwise have it. This could be as _apache.current_request(). In general it would be the intention that this only be used for Python code within mod_python itself, like import_module(), but it may also be useful to implementors of other handlers extending on mod_python. With this function, import_module() can internally derive the value of PythonImportModulePath as well as PythonDebug and PythonAutoReload. Knowing the latter makes the log and autoreload options redundant and addresses other issues I raised in my article. As to when a path is explicitly supplied to import_module(), this would still behave the same way, with that path being searched for the module. Note though that when import_module() is used, it would only look for file based modules. It would not pick up Python packages even if located in the directories where it was told to look. Because this would break backward compatibility, what one might instead do then, is provide a new apache.import_file() function. This function would strictly enforce only being able to load file based modules. The import_module() method then could implement the steps: 1. If no explicit search path provided, set the search path to the value of PythonImportModulePath. 2. Look in directories defined by search path and if found there, load it using import_file(). It can only be a file based module. The name of the module doesn't have to be unique. 3. If still not found, use inbuilt Python __import__ mechanism to try and find handler module. In this case, could be a file based module or package, but it must be on sys.path. The PythonPath setting can still be used to extend sys.path as to alternate places to look. The name of the module/package must be unique within the set of all modules and packages available by searching sys.path. No automatic reloading would apply to modules/packages found this way. The import_file() function would though have to raise some unique exception type so that the import_module() knows that the module could not be found and thus move on to trying __import__ instead. If import_module() is implemented like this, then the existing code to find the handler probably wouldn't need to be changed and neither would any user code. Whereas before any modules found on sys.path using import_module() would have automatic module reloading applied to them, this would no longer occur and thus user would need to shift any additional search directories added using PythonPath into PythonImportModulePath instead. That way module reloading would work on them. Because of the multiple levels of functions, a name other than PythonImportModulePath may be more appropriate. Next is what happens when the "import" statement is used within a handler. At the moment it will allow importing of modules from directories specified by handler directive and sys.path. In this case, import hooks as per PEP 302 would be used to customise how the "import" statement works. It would work similar to the steps above except that the search path would be the combination of the directory in which the importers code is located, the handler root directory and the value of PythonImportModulePath. If it isn't in those locations it would fall through to using standard import from sys.path. Obviously if found on sys.path, no automatic module reloading and because Python packages aren't supported by import_module(), they have to be on sys.path. Note that this would always add a search of local directory where the Python code is located first. This is different to now for the case of a subdirectory, but I really feel that this makes more sense when you consider that for the nearest parallel, ie., that of packages, it will always find a module in the same directory first. I know this isn't a true Python package, but that modules can be spread over a directory hierarchy when dispatchers such as mod_python.publisher are used yet there is still only one handler root, makes it similar in some ways. It also must be noted that "import" would only try and use the mod_python module importing system if the module in which it was used was itself loaded using the mod_python module importing system in the first place. Thus, the use of "import" in a module/package anywhere along sys.path would not be impacted and would not start using the mod_python module importing system. As a final summary: 1. Existing code wouldn't need to be changed if two levels of import_module()/import_file() are implemented as described. Ie., where import_module() gives appearance of providing same features as before. 2. Python packages would have to be on sys.path though. This would only be an issue though for where someone had put the Python package in the handler root directory, rather than elsewhere and hadn't extended the PythonPath setting explicitly. 3. Python packages would not be candidates for automatic module reloading. 4. Simple file based modules outside of the handler directories which were previously identified by setting PythonPath would not be candidates for automatic module reloading unless those directories are moved from PythonPath to PythonImportModulePath. 5. The import statement would now transparently make use of the mod_python module importing system in modules to import file based modules not on sys.path as appropriate. These modules would be candidates for automatic module reloading. This bit of magic would only occur for modules imported using the mod_python module importing system in the first place. Hmmm, rambled on more than I should have there. Gotta rush out for a dinner date now. :-) Graham From [email protected] Tue Jul 12 17:33:07 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 65297 invoked by uid 99); 12 Jul 2005 17:33:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2005 10:33:07 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO terirem.net.at.spry.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2005 10:33:05 -0700 Received: from grisha.dyndns.org (ip68-98-132-159.dc.dc.cox.net [161.129.204.104]) by terirem.net.at.spry.com (8.11.6/8.11.6) with ESMTP id j6CHWm908352; Tue, 12 Jul 2005 10:32:48 -0700 Received: from grisha.dyndns.org (localhost [161.129.204.104]) by grisha.dyndns.org (8.12.9p2/8.12.8) with ESMTP id j6CHWgcN031507; Tue, 12 Jul 2005 13:32:42 -0400 (EDT) (envelope-from [email protected]) Received: from localhost (grisha@localhost) by grisha.dyndns.org (8.12.9p2/8.12.8/Submit) with ESMTP id j6CHWgUW031504; Tue, 12 Jul 2005 13:32:42 -0400 (EDT) X-Authentication-Warning: grisha.dyndns.org: grisha owned process doing -bs Date: Tue, 12 Jul 2005 13:32:42 -0400 (EDT) From: "Gregory (Grisha) Trubetskoy" <[email protected]> To: Graham Dumpleton <[email protected]> cc: [email protected] Subject: Re: [importing] Disabling of AutoReload In-Reply-To: <[email protected]> Message-ID: <[email protected]> References: <[email protected]> <[email protected]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org It's interesting how quickly the knowledge about the code you yourself write evaporates without a trace... Somehow the point that import_module cannot require a request object because you usually don't have access to it at the beginning of your code where imports are usually done escaped me.. After this realization, I'm now more inclined to push this until after 3.2, and for how just make sure it is well noted in the documentation that import_module does not require a request object, but as a consequence it is not affected by the configuration directives. This currently isn't documented (in 3.1 at least). Does this sound agreable? P.S. On magic request caching - I think that if this works, then why not, though I think it needs to be bounced around a little more. BTW - from the code below: > _requestCache[thread].pop() was this meant to be del _requestCache[thread] Grisha On Sat, 9 Jul 2005, Graham Dumpleton wrote: > One issue at a time sounds good. :-) > > On 08/07/2005, at 11:38 PM, Gregory (Grisha) Trubetskoy wrote: > >> >> I think that the issue of import_module not honoring the AutoReload and >> Debug directives (because it was originally only used internally and was >> used a level "below" the directives) is a fairly serious one and something >> should be done before 3.2. >> >> So perhaps we rename import_module() to something else, and create a >> separate import_module which checks the directives, then calls the low >> level one? > > Because a caller will not always have access to the req object and thus can't > be made to pass it in as an explicit argument, there needs to be a way of > caching the request at a high level. The internals of the import_module() > method can then access it directly to determine the log and autoreload > options. > The current arguments thus become redundant. > > The code I have been playing with for this is included at the end of the > email. > > Some of the issues in the implementation that came up were: > > 1. Must be thread safe because of multithreaded MPMs. > > 2. Needed to cope with same req object being pushed into cache more than once > for the thread handling the specific request. In case it was being called at > start of every handler phase for a request. > > 3. The req object obviously has to be discarded from cache at end of request > by way of cleanup handler. > > 4. The PythonCleanupHandler is called after registered cleanup handlers and > so if you cache req at beginning of every handler, you cache it again here > after you already discarded it once. It is interesting that a > PythonCleanupHandler > can have its own distinct registered cleanup handler which is called after > that phase is called. > > 5. A stack for each thread was effectively required because of internal > redirects. Ie., same thread could be use to serve redirect request but > different req object instance is created for it. > > Anyway, think that is all. I was simply calling cacheRequest() as the first > thing where top level handlers were being called. This caching may however > be better off in mod_python.c as it is probably holding it anyway and so > access to it simply needs to be provided based on looking at the thread > which is executing. > > from mod_python import apache > > try: > from threading import currentThread > except: > def currentThread(): > return None > > _requestCache = {} > > def _discardRequest(thread): > try: > _requestCache[thread].pop() > if len(_requestCache[thread]) == 0: > del _requestCache[thread] > except: > pass > > def cacheRequest(req): > thread = currentThread() > if _requestCache.has_key(thread): > if _requestCache[thread][-1] == req: > return > _requestCache[thread].append(req) > else: > _requestCache[thread] = [req] > > req.register_cleanup(_discardRequest,(thread,)) > > def currentRequest(): > try: > thread = currentThread() > return _requestCache[thread][-1] > except: > pass > > Hope I didn't delete any important bits when I took out by debug. :-) > > Graham > From [email protected] Tue Jul 12 21:36:49 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 80728 invoked by uid 99); 12 Jul 2005 21:36:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2005 14:36:49 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO dscpl.user.openhosting.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2005 14:36:44 -0700 Received: from [161.129.204.104] (ppp32-154.lns1.syd2.internode.on.net [161.129.204.104]) by dscpl.user.openhosting.com (8.12.11/8.12.11) with ESMTP id j6CLaaS7030491; Tue, 12 Jul 2005 17:36:37 -0400 In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <[email protected]> Content-Transfer-Encoding: 7bit Cc: [email protected] From: Graham Dumpleton <[email protected]> Subject: Re: [importing] Disabling of AutoReload Date: Wed, 13 Jul 2005 07:36:33 +1000 To: "Gregory (Grisha) Trubetskoy" <[email protected]> X-Mailer: Apple Mail (2.619.2) X-Virus-Checked: Checked by ClamAV on apache.org On 13/07/2005, at 3:32 AM, Gregory (Grisha) Trubetskoy wrote: > P.S. On magic request caching - I think that if this works, then why > not, though I think it needs to be bounced around a little more. BTW - > from the code below: > >> _requestCache[thread].pop() > > was this meant to be > > del _requestCache[thread] I admit I didn't check, but I effectively have a stack of request objects for the thread and only pop the top one, because if one does an internal redirect it reenters within same thread but with a different request object. You thus need to keep the outer request object around still. When the cleanup handler runs from the inner internal redirect handler, it should only pop off its own request object as the outer still needs to be accessible when the internal redirect returns to the outer handler. This is assuming the inner internal redirect handlers cleanup handler is run before it returns back to the outer handler. Graham From [email protected] Tue Jul 12 23:55:01 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 25996 invoked by uid 99); 12 Jul 2005 23:55:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2005 16:55:01 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO corereactor.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 12 Jul 2005 16:54:59 -0700 Received: (qmail 8299 invoked from network); 12 Jul 2005 23:54:58 -0000 Received: from unknown (HELO ?161.129.204.104?) (161.129.204.104) by mugen with SMTP; 12 Jul 2005 23:54:58 -0000 Message-ID: <[email protected]> Date: Wed, 13 Jul 2005 01:54:45 +0200 From: dharana <[email protected]> User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dharana <[email protected]> CC: [email protected] Subject: Re: [mod_python] Help with memory problems References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Uh oh, no it doesn't goes away. Check this (custom handler): ------ controller.py --------------- import os from time import time from mod_python import apache from mod_python import Session def handler(req): start_time = time() req.sess = Session.FileSession(req) req.content_type = 'text/html' end_time = time() totaltime = (end_time - start_time)*1000 req.write('%.0f ms' % ((totaltime))) return apache.OK ------------------------------------ This takes 75ms on a 1Ghz with 1Gb RAM server. After some page refreshes the memory load is over 70Mb. Is this right? (I'm asking for both the load time and memory usage) dharana wrote: > Please, ignore my previous email. The massive leak was being caused by > FileSession. I was using an earlier snapshot and after upgrading to: > > http://svn.apache.org/snapshots/mod_python/mod_python_20050712224304.tar.gz > > Everything went back normal. After checking everything works go upgrade > production. Load problem solved. I feel much better now, python handles > the heavy complexity I imposed to him with no problems. > > > How much is left for 3.2? I can't use an stable mp release right now > because I need several things included in 3.2 (segfaults for psp, > filesession, etc) and using svn HEAD in a prod server is scary. > > dharana wrote: > >> look at this screenshot: >> >> http://dharana.net/memory_concerns.png >> >> It shows two screenshots of the same page of my webapp. The lower one >> was shoot just after an apachectl start. The second one was shot after >> 6 consecutive refreshes where memory usage increased every time by a >> lot of Mbs. >> >> I use a lot of custom modules, from db calls to xslt transformations >> (with libxml). But in the page shown in the screenshot it does little. >> The strange thing is that after a few more page refreshes the memory >> load goes back to 23Mb and then increases again. >> >> I use some light module-level caching (I cache the 3 queries executed >> in the lower page). But I don't think this is causing the heavy memory >> usage because after it goes back to 23Mb it does query again (ie: the >> caching mechanism still has it's cache). >> >> I use apache prefork and Maxrequestperchild 0. After every page >> refresh the unr obj var shown on the page doesn't changes. It's either >> 63 or 0. >> >> mem, resident and stack come from this script: >> >> http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/286222 >> >> unr obj is just the output of gc.collect() after everything else is >> done (the debug print is printed just before return apache.OK. >> >> What I am asking is for some help or pointers in how to track down who >> is causing this or where to look for reducing the memory usage. >> >> >> Thanks, >> > -- dharana From [email protected] Wed Jul 13 00:03:36 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 37397 invoked by uid 99); 13 Jul 2005 00:03:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2005 17:03:36 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO corereactor.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 12 Jul 2005 17:03:33 -0700 Received: (qmail 10892 invoked from network); 13 Jul 2005 00:03:33 -0000 Received: from unknown (HELO ?161.129.204.104?) (161.129.204.104) by mugen with SMTP; 13 Jul 2005 00:03:33 -0000 Message-ID: <[email protected]> Date: Wed, 13 Jul 2005 02:03:16 +0200 From: dharana <[email protected]> User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dharana <[email protected]> CC: [email protected] Subject: Re: [mod_python] Help with memory problems References: <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org dharana wrote: > Uh oh, no it doesn't goes away. Check this (custom handler): > > ------ controller.py --------------- > import os > from time import time > from mod_python import apache > from mod_python import Session > > def handler(req): > start_time = time() > req.sess = Session.FileSession(req) > req.content_type = 'text/html' > end_time = time() > totaltime = (end_time - start_time)*1000 > req.write('%.0f ms' % ((totaltime))) > return apache.OK > ------------------------------------ > > > This takes 75ms on a 1Ghz with 1Gb RAM server. After some page refreshes > the memory load is over 70Mb. Is this right? (I'm asking for both the > load time and memory usage) > (Memory load == memory usage of httpd/python child) > > -- dharana From [email protected] Wed Jul 13 14:07:26 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 81045 invoked by uid 99); 13 Jul 2005 14:07:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2005 07:07:26 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO tomts43-srv.bellnexxia.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2005 07:07:23 -0700 Received: from [161.129.204.104] ([161.129.204.104]) by tomts43-srv.bellnexxia.net (InterMail vM.161.129.204.104 201-253-122-130-110-20040306) with ESMTP id <20050713140723.FRLK2981.tomts43-srv.bellnexxia.net@[161.129.204.104]>; Wed, 13 Jul 2005 10:07:23 -0400 Message-ID: <[email protected]> Date: Wed, 13 Jul 2005 10:07:26 -0400 From: Jim Gallacher <[email protected]> User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dharana <[email protected]> CC: [email protected] Subject: Re: [mod_python] Help with memory problems References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org dharana wrote: > > dharana wrote: > >> Uh oh, no it doesn't goes away. Check this (custom handler): >> >> ------ controller.py --------------- >> import os >> from time import time >> from mod_python import apache >> from mod_python import Session >> >> def handler(req): >> start_time = time() >> req.sess = Session.FileSession(req) >> req.content_type = 'text/html' >> end_time = time() >> totaltime = (end_time - start_time)*1000 >> req.write('%.0f ms' % ((totaltime))) >> return apache.OK >> ------------------------------------ >> >> >> This takes 75ms on a 1Ghz with 1Gb RAM server. After some page >> refreshes the memory load is over 70Mb. Is this right? (I'm asking for >> both the load time and memory usage) >> Using the above code I get 1ms response time on an Athlon 2500+ 512MB RAM, apache mpm-worker model. What is the defintion of some refreshes: 10, 1000, 1000000? Jim From [email protected] Wed Jul 13 14:15:48 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 96691 invoked by uid 99); 13 Jul 2005 14:15:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2005 07:15:48 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO corereactor.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 13 Jul 2005 07:15:45 -0700 Received: (qmail 29533 invoked from network); 13 Jul 2005 14:15:48 -0000 Received: from unknown (HELO ?161.129.204.104?) (161.129.204.104) by mugen with SMTP; 13 Jul 2005 14:15:48 -0000 Message-ID: <[email protected]> Date: Wed, 13 Jul 2005 16:15:28 +0200 From: dharana <[email protected]> User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jim Gallacher <[email protected]> CC: [email protected] Subject: Re: [mod_python] Help with memory problems References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I use apache pre-fork model. Definition of some refreshes was like 20 or 30 total page refreshes. I switched to DbmSession and it was faster. Then I rebooted the server and now FileSession works flawlessly again. I don't know what happened but it's gone. Whenever I try to report some bug it disappears _after_ sending the email.Sorry for bothering you. Jim Gallacher wrote: > dharana wrote: > >> >> dharana wrote: >> >>> Uh oh, no it doesn't goes away. Check this (custom handler): >>> >>> ------ controller.py --------------- >>> import os >>> from time import time >>> from mod_python import apache >>> from mod_python import Session >>> >>> def handler(req): >>> start_time = time() >>> req.sess = Session.FileSession(req) >>> req.content_type = 'text/html' >>> end_time = time() >>> totaltime = (end_time - start_time)*1000 >>> req.write('%.0f ms' % ((totaltime))) >>> return apache.OK >>> ------------------------------------ >>> >>> >>> This takes 75ms on a 1Ghz with 1Gb RAM server. After some page >>> refreshes the memory load is over 70Mb. Is this right? (I'm asking >>> for both the load time and memory usage) >>> > > Using the above code I get 1ms response time on an Athlon 2500+ 512MB > RAM, apache mpm-worker model. What is the defintion of some refreshes: > 10, 1000, 1000000? > > Jim > > > > -- dharana From [email protected] Wed Jul 13 17:56:26 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 51244 invoked by uid 99); 13 Jul 2005 17:56:26 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2005 10:56:14 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 96EEA17 for <[email protected]>; Wed, 13 Jul 2005 19:56:11 +0200 (CEST) Message-ID: <[email protected]> Date: Wed, 13 Jul 2005 19:56:11 +0200 (CEST) From: "Deron Meranda (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MODPYTHON-62) local_ip and local_host in connection object returns remote_ip and remote_host instead Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org local_ip and local_host in connection object returns remote_ip and remote_host instead -------------------------------------------------------------------------------------- Key: MODPYTHON-62 URL: http://issues.apache.org/jira/browse/MODPYTHON-62 Project: mod_python Type: Bug Components: core Versions: 3.1.4 Reporter: Deron Meranda It appears as if the source file src/connobject.c is incorrect. connobject.c:261: {"local_ip", T_STRING, OFF(remote_ip), RO}, connobject.c:262: {"local_host", T_STRING, OFF(remote_host), RO}, should instead be connobject.c:261: {"local_ip", T_STRING, OFF(local_ip), RO}, connobject.c:262: {"local_host", T_STRING, OFF(local_host), RO}, -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Wed Jul 13 23:45:24 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 86118 invoked by uid 99); 13 Jul 2005 23:45:24 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2005 16:45:12 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 9E44014 for <[email protected]>; Thu, 14 Jul 2005 01:45:09 +0200 (CEST) Message-ID: <[email protected]> Date: Thu, 14 Jul 2005 01:45:09 +0200 (CEST) From: "Kevin Quick (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MODPYTHON-63) Handle wildcard in Directory to sys.path transfer Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Handle wildcard in Directory to sys.path transfer ------------------------------------------------- Key: MODPYTHON-63 URL: http://issues.apache.org/jira/browse/MODPYTHON-63 Project: mod_python Type: Improvement Versions: 3.1.3 Environment: gentoo Linux 2.4.20-gentoo-r8 apache-2.0.54-r8 mod_python-3.1.3-r1 Reporter: Kevin Quick Priority: Minor Below is a patch that does two things: 1) On module import failures, logfile contains additional information showing system paths as well as module name. 2) Support of Python*Handler found in a wildcard-based directory. For example, <IfModule mod_python.c> <Directory /home/*/public_html/python> AddHandler mod_python .py PythonHandler helloworld PythonDebug on </Directory> </IfModule> which mirrors a corresponding perl setting and would allow the user to place a mod_python handler in their $HOME/public_html/python directory. In the current code, the wildcard is not translated, the sys.path update will be invalid, and the user's module will not be accessible. The attached patch provides a fix for this. N.B. There are obvious security issues in using this type of configuration, but this is very useful for dev environments, and security would implemented via explicit alternatives anyhow. Index: apache.py =================================================================== RCS file: /home/cvspublic/httpd-python/lib/python/mod_python/apache.py,v retrieving revision 1.83 diff -r1.83 apache.py 33a34,40 > def add_handler_path(hpath): > import glob > if hpath: > for D in glob.glob(hpath): > if os.path.isdir(D) and D not in sys.path: > sys.path.insert(0, D) > 170,171c177 < if filter.dir and (filter.dir not in sys.path): < sys.path[:0] = [filter.dir] --- > add_handler_path(filter.dir) 280,282c286 < dir = hlist.directory < if dir and (dir not in sys.path): < sys.path[:0] = [dir] --- > add_handler_path(hlist.directory) 454c458,462 < f, p, d = imp.find_module(parts[i], path) --- > try: > f, p, d = imp.find_module(parts[i], path) > except: > _apache.log_error("mod_python: import error for module %s with path: %s and sys.path: %s"%(parts[i],path,sys.path)) > raise -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Thu Jul 14 14:11:25 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 65603 invoked by uid 99); 14 Jul 2005 14:11:25 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jul 2005 07:11:13 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 3154014 for <[email protected]>; Thu, 14 Jul 2005 16:11:10 +0200 (CEST) Message-ID: <[email protected]> Date: Thu, 14 Jul 2005 16:11:10 +0200 (CEST) From: "Jim Gallacher (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MODPYTHON-62) local_ip and local_host in connection object returns remote_ip and remote_host instead In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/MODPYTHON-62?page=comments#action_12315833 ] Jim Gallacher commented on MODPYTHON-62: ---------------------------------------- This is odd. The subversion log indicates that this was fixed in revision r104184 by grisha on 2004-07-06, but the tarball for 3.1.4 still has the error. At any rate, svn trunk for 3.2 has the correct code and so this issue can be closed. > local_ip and local_host in connection object returns remote_ip and remote_host instead > -------------------------------------------------------------------------------------- > > Key: MODPYTHON-62 > URL: http://issues.apache.org/jira/browse/MODPYTHON-62 > Project: mod_python > Type: Bug > Components: core > Versions: 3.1.4 > Reporter: Deron Meranda > > It appears as if the source file src/connobject.c is incorrect. > connobject.c:261: {"local_ip", T_STRING, OFF(remote_ip), RO}, > connobject.c:262: {"local_host", T_STRING, OFF(remote_host), RO}, > should instead be > connobject.c:261: {"local_ip", T_STRING, OFF(local_ip), RO}, > connobject.c:262: {"local_host", T_STRING, OFF(local_host), RO}, -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Thu Jul 14 15:28:26 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 38849 invoked by uid 99); 14 Jul 2005 15:28:26 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jul 2005 08:28:14 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 33BF617 for <[email protected]>; Thu, 14 Jul 2005 17:28:11 +0200 (CEST) Message-ID: <[email protected]> Date: Thu, 14 Jul 2005 17:28:11 +0200 (CEST) From: "Deron Meranda (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MODPYTHON-64) local_addr and remote_addr not using APR to make IP address strings, breaks with IPv6 Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org local_addr and remote_addr not using APR to make IP address strings, breaks with IPv6 ------------------------------------------------------------------------------------- Key: MODPYTHON-64 URL: http://issues.apache.org/jira/browse/MODPYTHON-64 Project: mod_python Type: Bug Versions: 3.1.4 Environment: Apache built with IPv6 support. Reporter: Deron Meranda In the connection object the local_addr and remote_addr members are not correctly built. This has the result that under IPv6-enabled Apache the IP address strings are always zero-length. I think the following diff fixes this by using the appropriate APR functions, apr_sockaddr_ip_get() and apr_sockaddr_port_get(), to build these strings (although I'm not an APR expert). This patch does appear to work correctly for me. --- connobject.c.orig 2004-02-16 14:47:27.000000000 -0500 +++ connobject.c 2005-07-14 11:22:09.076148325 -0400 @@ -292,12 +292,15 @@ static PyObject *makeipaddr(struct apr_sockaddr_t *addr) { - long x = ntohl(addr->sa.sin.sin_addr.s_addr); - char buf[100]; - sprintf(buf, "%d.%d.%d.%d", - (int) (x>>24) & 0xff, (int) (x>>16) & 0xff, - (int) (x>> 8) & 0xff, (int) (x>> 0) & 0xff); - return PyString_FromString(buf); + char *str = NULL; + apr_status_t rc; + PyObject *ret = NULL; + + rc = apr_sockaddr_ip_get( &str, addr ); + if (rc==APR_SUCCESS) { + ret = PyString_FromString( str ); + } + return ret; } /** @@ -311,7 +314,9 @@ PyObject *addrobj = makeipaddr(addr); PyObject *ret = NULL; if (addrobj) { - ret = Py_BuildValue("Oi", addrobj, ntohs(addr->sa.sin.sin_port)); + apr_port_t port; + apr_sockaddr_port_get(&port, addr); + ret = Py_BuildValue("Oi", addrobj, port ); Py_DECREF(addrobj); } return ret; -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Thu Jul 14 15:50:26 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 93566 invoked by uid 99); 14 Jul 2005 15:50:26 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jul 2005 08:50:14 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id CA54E14 for <[email protected]>; Thu, 14 Jul 2005 17:50:10 +0200 (CEST) Message-ID: <[email protected]> Date: Thu, 14 Jul 2005 17:50:10 +0200 (CEST) From: "Deron Meranda (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MODPYTHON-64) local_addr and remote_addr not using APR to make IP address strings, breaks with IPv6 In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/MODPYTHON-64?page=all ] Deron Meranda updated MODPYTHON-64: ----------------------------------- Component: core changed issue to core > local_addr and remote_addr not using APR to make IP address strings, breaks with IPv6 > ------------------------------------------------------------------------------------- > > Key: MODPYTHON-64 > URL: http://issues.apache.org/jira/browse/MODPYTHON-64 > Project: mod_python > Type: Bug > Components: core > Versions: 3.1.4 > Environment: Apache built with IPv6 support. > Reporter: Deron Meranda > > In the connection object the local_addr and remote_addr members are not > correctly built. This has the result that under IPv6-enabled Apache the IP address > strings are always zero-length. > I think the following diff fixes this by using the appropriate APR functions, > apr_sockaddr_ip_get() and apr_sockaddr_port_get(), to build these strings > (although I'm not an APR expert). This patch does appear to work correctly > for me. > --- connobject.c.orig 2004-02-16 14:47:27.000000000 -0500 > +++ connobject.c 2005-07-14 11:22:09.076148325 -0400 > @@ -292,12 +292,15 @@ > static PyObject *makeipaddr(struct apr_sockaddr_t *addr) > { > - long x = ntohl(addr->sa.sin.sin_addr.s_addr); > - char buf[100]; > - sprintf(buf, "%d.%d.%d.%d", > - (int) (x>>24) & 0xff, (int) (x>>16) & 0xff, > - (int) (x>> 8) & 0xff, (int) (x>> 0) & 0xff); > - return PyString_FromString(buf); > + char *str = NULL; > + apr_status_t rc; > + PyObject *ret = NULL; > + > + rc = apr_sockaddr_ip_get( &str, addr ); > + if (rc==APR_SUCCESS) { > + ret = PyString_FromString( str ); > + } > + return ret; > } > /** > @@ -311,7 +314,9 @@ > PyObject *addrobj = makeipaddr(addr); > PyObject *ret = NULL; > if (addrobj) { > - ret = Py_BuildValue("Oi", addrobj, ntohs(addr->sa.sin.sin_port)); > + apr_port_t port; > + apr_sockaddr_port_get(&port, addr); > + ret = Py_BuildValue("Oi", addrobj, port ); > Py_DECREF(addrobj); > } > return ret; -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Thu Jul 14 20:31:15 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 68715 invoked by uid 99); 14 Jul 2005 20:31:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jul 2005 13:31:15 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 161.129.204.104 is neither permitted nor denied by domain of [email protected]) Received: from [161.129.204.104] (HELO terirem.net.at.spry.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jul 2005 13:31:12 -0700 Received: from grisha.dyndns.org (ip68-98-132-159.dc.dc.cox.net [161.129.204.104]) by terirem.net.at.spry.com (8.11.6/8.11.6) with ESMTP id j6EKVA930229; Thu, 14 Jul 2005 13:31:10 -0700 Received: from grisha.dyndns.org (localhost [161.129.204.104]) by grisha.dyndns.org (8.12.9p2/8.12.8) with ESMTP id j6EKV4cN085109; Thu, 14 Jul 2005 16:31:04 -0400 (EDT) (envelope-from [email protected]) Received: from localhost (grisha@localhost) by grisha.dyndns.org (8.12.9p2/8.12.8/Submit) with ESMTP id j6EKV4S7085106; Thu, 14 Jul 2005 16:31:04 -0400 (EDT) X-Authentication-Warning: grisha.dyndns.org: grisha owned process doing -bs Date: Thu, 14 Jul 2005 16:31:04 -0400 (EDT) From: "Gregory (Grisha) Trubetskoy" <[email protected]> To: "Jim Gallacher (JIRA)" <[email protected]> cc: [email protected] Subject: Re: [jira] Commented: (MODPYTHON-62) local_ip and local_host in connection object returns remote_ip and remote_host instead In-Reply-To: <[email protected]> Message-ID: <[email protected]> References: <[email protected]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org This is because 3.1.4 was identical to 3.1.3 except for the small security fix. Grisha On Thu, 14 Jul 2005, Jim Gallacher (JIRA) wrote: > [ http://issues.apache.org/jira/browse/MODPYTHON-62?page=comments#action_12315833 ] > > Jim Gallacher commented on MODPYTHON-62: > ---------------------------------------- > > This is odd. The subversion log indicates that this was fixed in > revision r104184 by grisha on 2004-07-06, but the tarball for 3.1.4 > still has the error. > > At any rate, svn trunk for 3.2 has the correct code and so this issue can be closed. > >> local_ip and local_host in connection object returns remote_ip and remote_host instead >> -------------------------------------------------------------------------------------- >> >> Key: MODPYTHON-62 >> URL: http://issues.apache.org/jira/browse/MODPYTHON-62 >> Project: mod_python >> Type: Bug >> Components: core >> Versions: 3.1.4 >> Reporter: Deron Meranda > >> >> It appears as if the source file src/connobject.c is incorrect. >> connobject.c:261: {"local_ip", T_STRING, OFF(remote_ip), RO}, >> connobject.c:262: {"local_host", T_STRING, OFF(remote_host), RO}, >> should instead be >> connobject.c:261: {"local_ip", T_STRING, OFF(local_ip), RO}, >> connobject.c:262: {"local_host", T_STRING, OFF(local_host), RO}, > > -- > This message is automatically generated by JIRA. > - > If you think it was sent incorrectly contact one of the administrators: > http://issues.apache.org/jira/secure/Administrators.jspa > - > For more information on JIRA, see: > http://www.atlassian.com/software/jira > From [email protected] Thu Jul 21 22:30:07 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 24708 invoked by uid 99); 21 Jul 2005 22:30:07 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2005 15:29:56 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 23276D5 for <[email protected]>; Fri, 22 Jul 2005 00:29:53 +0200 (CEST) Message-ID: <[email protected]> Date: Fri, 22 Jul 2005 00:29:53 +0200 (CEST) From: "Graham Dumpleton (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MODPYTHON-65) 3.2 working version will not install on Mac OS X (10.3.7) Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org 3.2 working version will not install on Mac OS X (10.3.7) --------------------------------------------------------- Key: MODPYTHON-65 URL: http://issues.apache.org/jira/browse/MODPYTHON-65 Project: mod_python Type: Bug Components: core =20 Versions: 3.2.0 =20 Environment: Mac OS X (10.3.7) Reporter: Graham Dumpleton Something is wrong with configure or setup.py file. /usr/bin/python setup.py build running build running build_py running build_ext building 'mod_python_so' extension gcc -Wl,-F. -Wl,-F. -bundle -framework Python build/temp.darwin-7.7.0-Power= _Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/mod_python.o build/t= emp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/sr= c/_apachemodule.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd= /Workspaces/mod_python/src/connobject.o build/temp.darwin-7.7.0-Power_Macin= tosh-2.3/Users/grahamd/Workspaces/mod_python/src/filterobject.o build/temp.= darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/hl= ist.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/= mod_python/src/hlistobject.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Us= ers/grahamd/Workspaces/mod_python/src/requestobject.o build/temp.darwin-7.7= .0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/serverobject= .o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod= _python/src/tableobject.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users= /grahamd/Workspaces/mod_python/src/util.o -L -lapr-0 -laprutil-0 -o build/l= ib.darwin-7.7.0-Power_Macintosh-2.3/mod_python_so.so ld: -L: directory name missing error: command 'gcc' failed with exit status 1 More later when I have a chance to work out what is wrong. --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Thu Jul 21 23:37:00 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 83436 invoked by uid 99); 21 Jul 2005 23:37:00 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2005 16:36:49 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id BAF51D2 for <[email protected]>; Fri, 22 Jul 2005 01:36:45 +0200 (CEST) Message-ID: <[email protected]> Date: Fri, 22 Jul 2005 01:36:45 +0200 (CEST) From: "Graham Dumpleton (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MODPYTHON-65) 3.2 working version will not install on Mac OS X (10.3.7) In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/MODPYTHON-65?page=3Dcomments#act= ion_12316428 ]=20 Graham Dumpleton commented on MODPYTHON-65: ------------------------------------------- To get past this, the following patch needs to be applied to dist/setup.py.= in: Index: dist/setup.py.in =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- dist/setup.py.in (revision 220194) +++ dist/setup.py.in (working copy) @@ -85,7 +85,7 @@ """returns apache lib directory""" apache_srcdir =3D getapache_srcdir() if apache_srcdir is None: - return "" + return getapxs_option("LIBDIR") else: return os.path.join(apache_srcdir, "lib") =20 This just means we get to the next problem though. gcc -Wl,-F. -Wl,-F. -bundle -framework Python build/temp.darwin-7.7.0-Power= _Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/mod_python.o build/t= emp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/sr= c/_apachemodule.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd= /Workspaces/mod_python/src/connobject.o build/temp.darwin-7.7.0-Power_Macin= tosh-2.3/Users/grahamd/Workspaces/mod_python/src/filterobject.o build/temp.= darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/hl= ist.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/= mod_python/src/hlistobject.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Us= ers/grahamd/Workspaces/mod_python/src/requestobject.o build/temp.darwin-7.7= .0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/serverobject= .o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod= _python/src/tableobject.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users= /grahamd/Workspaces/mod_python/src/util.o -L/usr/local/apache-2.0/lib -lapr= -0 -laprutil-0 -o build/lib.darwin-7.7.0-Power_Macintosh-2.3/mod_python_so.= so ld: Undefined symbols: _ap_add_cgi_vars _ap_add_version_component _ap_get_brigade _ap_getword _ap_getword_white _ap_hook_access_checker _ap_hook_auth_checker _ap_hook_check_user_id _ap_hook_child_init _ap_hook_fixups _ap_hook_handler _ap_hook_header_parser _ap_hook_log_transaction _ap_hook_post_config _ap_hook_post_read_request _ap_hook_process_connection _ap_hook_translate_name _ap_hook_type_checker _ap_is_directory _ap_log_error _ap_log_rerror _ap_make_dirstr_parent _ap_mpm_query _ap_note_basic_auth_failure _ap_pass_brigade _ap_register_input_filter _ap_register_output_filter _unixd_config _unixd_set_global_mutex_perms _ap_conftree _ap_server_root _ap_unescape_url _ap_add_common_vars _ap_allow_methods _ap_document_root _ap_get_basic_auth_pw _ap_get_client_block _ap_get_remote_host _ap_internal_redirect _ap_meets_conditions _ap_requires _ap_rflush _ap_rwrite _ap_send_fd _ap_set_content_length _ap_set_content_type _ap_setup_client_block _ap_should_client_block _ap_my_generation _ap_scoreboard_image _ap_loaded_modules error: command 'gcc' failed with exit status 1 I am assuming for the moment that these are symbols that are within the Apache executable itself, as they don't appear in libapr or libaprutil libraries. I can see that this move to setup.py away from libtool might cause various problems on Mac OS X initially because of the quite different way that it does creation of shared objects. :-( > 3.2 working version will not install on Mac OS X (10.3.7) > --------------------------------------------------------- > > Key: MODPYTHON-65 > URL: http://issues.apache.org/jira/browse/MODPYTHON-65 > Project: mod_python > Type: Bug > Components: core > Versions: 3.2.0 > Environment: Mac OS X (10.3.7) > Reporter: Graham Dumpleton > > Something is wrong with configure or setup.py file. > /usr/bin/python setup.py build > running build > running build_py > running build_ext > building 'mod_python_so' extension > gcc -Wl,-F. -Wl,-F. -bundle -framework Python build/temp.darwin-7.7.0-Pow= er_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/mod_python.o build= /temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/= src/_apachemodule.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/graha= md/Workspaces/mod_python/src/connobject.o build/temp.darwin-7.7.0-Power_Mac= intosh-2.3/Users/grahamd/Workspaces/mod_python/src/filterobject.o build/tem= p.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/= hlist.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspace= s/mod_python/src/hlistobject.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/= Users/grahamd/Workspaces/mod_python/src/requestobject.o build/temp.darwin-7= .7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/serverobje= ct.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/m= od_python/src/tableobject.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Use= rs/grahamd/Workspaces/mod_python/src/util.o -L -lapr-0 -laprutil-0 -o build= /lib.darwin-7.7.0-Power_Macintosh-2.3/mod_python_so.so > ld: -L: directory name missing > error: command 'gcc' failed with exit status 1 > More later when I have a chance to work out what is wrong. --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jul 22 02:08:00 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 97606 invoked by uid 99); 22 Jul 2005 02:08:00 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2005 19:07:48 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id AE5B616 for <[email protected]>; Fri, 22 Jul 2005 04:07:45 +0200 (CEST) Message-ID: <[email protected]> Date: Fri, 22 Jul 2005 04:07:45 +0200 (CEST) From: "Graham Dumpleton (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MODPYTHON-65) 3.2 working version will not install on Mac OS X (10.3.7) In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/MODPYTHON-65?page=3Dcomments#act= ion_12316435 ]=20 Graham Dumpleton commented on MODPYTHON-65: ------------------------------------------- The problem here is that on Mac OS X, distutils compiles Python loadable modules in a way that expects all symbols to be resolvable at the time the module is created. That is, all symbols must be present in either the objects being linked into the module or in libraries which are explicitly linked with the module. In a scenario like mod_python where there will be undefined references to symbols which are only defined within the executable running the interpreter into which the module is loaded, this will fail. Previously this wasn't a problem because distutils wasn't used to create the module and instead the makefile use libtool to do it. One of the options to libtool was "--silent". This option (at least I think so, it= may be a different option), would underneath pass appropriate options to the linker for a platform to disable undefined symbols causing an error. Since distutils is now used, there is going to have to be platform specific hacks to add additional options to the link line when creating a module to add these platform specific options. This however is not as simple as defining extra_link_flags to the distutils extension object as they will on= ly be placed at the end. These magic options tend to be positional dependent and need to be included at a specific spot early in the link line. The distutils package does not give you this level of control through its public APIs and thus a hack is required which delves into its private parts. If distutils changes, like it did from 2.2 to 2.3, this = hack will break and no longer work. This problem may affect other platforms besides MacOSX as there are other platforms that also require specific options to ignore undefined symbols. Anyway, the hack required to get this to work for Mac OS X with Python 2.3 is as follows. If you know of a better way, by all means let me know. :-) Index: dist/setup.py.in =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- dist/setup.py.in (revision 220194) +++ dist/setup.py.in (working copy) @@ -85,7 +85,7 @@ """returns apache lib directory""" apache_srcdir =3D getapache_srcdir() if apache_srcdir is None: - return "" + return getapxs_option("LIBDIR") else: return os.path.join(apache_srcdir, "lib") =20 @@ -153,6 +153,17 @@ scripts =3D [] data_files =3D [] =20 +import string +from distutils import sysconfig + +if sys.platform =3D=3D "darwin": + sysconfig._config_vars["LDSHARED"] =3D \ + string.replace(sysconfig.get_config_var("LDSHARED"), \ + " -bundle "," -bundle -flat_namespace -undefined suppress ") + sysconfig._config_vars["BLDSHARED"] =3D \ + string.replace(sysconfig.get_config_var("BLDSHARED"), \ + " -bundle "," -bundle -flat_namespace -undefined suppress ") + setup(name=3D"mod_python", version=3DVER, description=3D"Apache/Python Integration", > 3.2 working version will not install on Mac OS X (10.3.7) > --------------------------------------------------------- > > Key: MODPYTHON-65 > URL: http://issues.apache.org/jira/browse/MODPYTHON-65 > Project: mod_python > Type: Bug > Components: core > Versions: 3.2.0 > Environment: Mac OS X (10.3.7) > Reporter: Graham Dumpleton > > Something is wrong with configure or setup.py file. > /usr/bin/python setup.py build > running build > running build_py > running build_ext > building 'mod_python_so' extension > gcc -Wl,-F. -Wl,-F. -bundle -framework Python build/temp.darwin-7.7.0-Pow= er_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/mod_python.o build= /temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/= src/_apachemodule.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/graha= md/Workspaces/mod_python/src/connobject.o build/temp.darwin-7.7.0-Power_Mac= intosh-2.3/Users/grahamd/Workspaces/mod_python/src/filterobject.o build/tem= p.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/= hlist.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspace= s/mod_python/src/hlistobject.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/= Users/grahamd/Workspaces/mod_python/src/requestobject.o build/temp.darwin-7= .7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/serverobje= ct.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/m= od_python/src/tableobject.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Use= rs/grahamd/Workspaces/mod_python/src/util.o -L -lapr-0 -laprutil-0 -o build= /lib.darwin-7.7.0-Power_Macintosh-2.3/mod_python_so.so > ld: -L: directory name missing > error: command 'gcc' failed with exit status 1 > More later when I have a chance to work out what is wrong. --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jul 22 05:32:01 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 36067 invoked by uid 99); 22 Jul 2005 05:32:01 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2005 22:31:48 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 8507F16 for <[email protected]>; Fri, 22 Jul 2005 07:31:45 +0200 (CEST) Message-ID: <[email protected]> Date: Fri, 22 Jul 2005 07:31:45 +0200 (CEST) From: "Graham Dumpleton (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MODPYTHON-66) install_dso target also tries to install Python code files. Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org install_dso target also tries to install Python code files. ----------------------------------------------------------- Key: MODPYTHON-66 URL: http://issues.apache.org/jira/browse/MODPYTHON-66 Project: mod_python Type: Bug Components: core Versions: 3.2.0 Reporter: Graham Dumpleton Priority: Minor After building mod_python it will output the message: Now su and make install (or, if you only want to perform a partial install, you can use make install_dso and make install_py_lib) The fact that there are separate targets for install_dso and install_py_lib gives the impression that install_dso will install only the Apache DSO module and that install_py_lib will install only the Python code files. This isn't the case. Although install_py_lib installs just the Python code files, the install_dso target installs both the DSO module and the Python code files. The install_dso target isn't actually much different to having run install when DSO is being used in that respect. As the ability to install just the DSO is useful, can there please be a separate target. Either this should be changed to do what it suggests it should, or a new target introduced. Ie., install_dso_and_just_the_dso. :-) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jul 22 10:47:00 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 55254 invoked by uid 99); 22 Jul 2005 10:47:00 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jul 2005 03:46:48 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id A37A2D2 for <[email protected]>; Fri, 22 Jul 2005 12:46:45 +0200 (CEST) Message-ID: <[email protected]> Date: Fri, 22 Jul 2005 12:46:45 +0200 (CEST) From: "Graham Dumpleton (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MODPYTHON-65) 3.2 working version will not install on Mac OS X (10.3.7) In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/MODPYTHON-65?page=3Dall ] Graham Dumpleton updated MODPYTHON-65: -------------------------------------- Attachment: setup.py.in.diff > 3.2 working version will not install on Mac OS X (10.3.7) > --------------------------------------------------------- > > Key: MODPYTHON-65 > URL: http://issues.apache.org/jira/browse/MODPYTHON-65 > Project: mod_python > Type: Bug > Components: core > Versions: 3.2.0 > Environment: Mac OS X (10.3.7) > Reporter: Graham Dumpleton > Attachments: setup.py.in.diff > > Something is wrong with configure or setup.py file. > /usr/bin/python setup.py build > running build > running build_py > running build_ext > building 'mod_python_so' extension > gcc -Wl,-F. -Wl,-F. -bundle -framework Python build/temp.darwin-7.7.0-Pow= er_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/mod_python.o build= /temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/= src/_apachemodule.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/graha= md/Workspaces/mod_python/src/connobject.o build/temp.darwin-7.7.0-Power_Mac= intosh-2.3/Users/grahamd/Workspaces/mod_python/src/filterobject.o build/tem= p.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/= hlist.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspace= s/mod_python/src/hlistobject.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/= Users/grahamd/Workspaces/mod_python/src/requestobject.o build/temp.darwin-7= .7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/serverobje= ct.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/m= od_python/src/tableobject.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Use= rs/grahamd/Workspaces/mod_python/src/util.o -L -lapr-0 -laprutil-0 -o build= /lib.darwin-7.7.0-Power_Macintosh-2.3/mod_python_so.so > ld: -L: directory name missing > error: command 'gcc' failed with exit status 1 > More later when I have a chance to work out what is wrong. --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jul 22 11:42:03 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 4467 invoked by uid 99); 22 Jul 2005 11:42:03 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jul 2005 04:41:51 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id EFADFD5 for <[email protected]>; Fri, 22 Jul 2005 13:41:48 +0200 (CEST) Message-ID: <[email protected]> Date: Fri, 22 Jul 2005 13:41:48 +0200 (CEST) From: "Graham Dumpleton (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MODPYTHON-67) Make req.path_info writable. Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Make req.path_info writable. ---------------------------- Key: MODPYTHON-67 URL: http://issues.apache.org/jira/browse/MODPYTHON-67 Project: mod_python Type: New Feature Components: core Versions: 3.2.0 Reporter: Graham Dumpleton Attachments: requestobject.c.diff In current version of mod_python req.filename is writable, but req.path_info isn't. If req.path_info were writable it would more easily allow a middleware stack to be implemented in mod_python. This is because a middleware component could modify req.path_info as necessary as the path info is progressively processed. This would be better than a middleware component having to create a parallel request attribute just for this purpose as by being able to change req.path_info existing handlers such as mod_python.publisher which already [email protected] and req.path_info could still be utilised in various ways within the middleware stack. Same for any handlers which third parties may have developed. Thus would eliminate the need to copy existing handlers and modify them to get them to work, a middleware component would simply need to setup req.filename and req.path_info as appropriate and the existing handlers would work unmodified. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jul 22 11:42:06 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 4900 invoked by uid 99); 22 Jul 2005 11:42:06 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jul 2005 04:41:54 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 28908E8 for <[email protected]>; Fri, 22 Jul 2005 13:41:51 +0200 (CEST) Message-ID: <{{EMAIL+PHONE}}> Date: Fri, 22 Jul 2005 13:41:51 +0200 (CEST) From: "Graham Dumpleton (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MODPYTHON-67) Make req.path_info writable. In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/MODPYTHON-67?page=all ] Graham Dumpleton updated MODPYTHON-67: -------------------------------------- Attachment: requestobject.c.diff Patch for requestobject.c which makes req.path_info writable. > Make req.path_info writable. > ---------------------------- > > Key: MODPYTHON-67 > URL: http://issues.apache.org/jira/browse/MODPYTHON-67 > Project: mod_python > Type: New Feature > Components: core > Versions: 3.2.0 > Reporter: Graham Dumpleton > Attachments: requestobject.c.diff > > In current version of mod_python req.filename is writable, but > req.path_info isn't. > If req.path_info were writable it would more easily allow a middleware > stack to be implemented in mod_python. This is because a middleware > component could modify req.path_info as necessary as the path info is > progressively processed. This would be better than a middleware > component having to create a parallel request attribute just for this > purpose as by being able to change req.path_info existing handlers such > as mod_python.publisher which already [email protected] and > req.path_info could still be utilised in various ways within the > middleware stack. Same for any handlers which third parties may have > developed. Thus would eliminate the need to copy existing handlers and > modify them to get them to work, a middleware component would simply > need to setup req.filename and req.path_info as appropriate and the > existing handlers would work unmodified. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jul 22 16:41:30 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 69910 invoked by uid 99); 22 Jul 2005 16:41:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jul 2005 09:41:30 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO tomts36-srv.bellnexxia.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jul 2005 09:41:21 -0700 Received: from [161.129.204.104] ([161.129.204.104]) by tomts36-srv.bellnexxia.net (InterMail vM.161.129.204.104 201-253-122-130-110-20040306) with ESMTP id <20050722164125.ZUIY16985.tomts36-srv.bellnexxia.net@[161.129.204.104]>; Fri, 22 Jul 2005 12:41:25 -0400 Message-ID: <[email protected]> Date: Fri, 22 Jul 2005 12:41:37 -0400 From: Jim Gallacher <[email protected]> User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Graham Dumpleton <[email protected]> CC: [email protected] Subject: Re: [jira] Updated: (MODPYTHON-67) Make req.path_info writable. References: <{{EMAIL+PHONE}}> In-Reply-To: <{{EMAIL+PHONE}}> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org +1 on this for me. If there are no objections I'll apply the patch and commit to svn. Regards, Jim Graham Dumpleton (JIRA) wrote: > [ http://issues.apache.org/jira/browse/MODPYTHON-67?page=all ] > > Graham Dumpleton updated MODPYTHON-67: > -------------------------------------- > > Attachment: requestobject.c.diff > > Patch for requestobject.c which makes req.path_info writable. > > >>Make req.path_info writable. >>---------------------------- >> >> Key: MODPYTHON-67 >> URL: http://issues.apache.org/jira/browse/MODPYTHON-67 >> Project: mod_python >> Type: New Feature >> Components: core >> Versions: 3.2.0 >> Reporter: Graham Dumpleton >> Attachments: requestobject.c.diff >> >>In current version of mod_python req.filename is writable, but >>req.path_info isn't. >>If req.path_info were writable it would more easily allow a middleware >>stack to be implemented in mod_python. This is because a middleware >>component could modify req.path_info as necessary as the path info is >>progressively processed. This would be better than a middleware >>component having to create a parallel request attribute just for this >>purpose as by being able to change req.path_info existing handlers such >>as mod_python.publisher which already [email protected] and >>req.path_info could still be utilised in various ways within the >>middleware stack. Same for any handlers which third parties may have >>developed. Thus would eliminate the need to copy existing handlers and >>modify them to get them to work, a middleware component would simply >>need to setup req.filename and req.path_info as appropriate and the >>existing handlers would work unmodified. > > From [email protected] Fri Jul 22 16:45:26 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 77525 invoked by uid 99); 22 Jul 2005 16:45:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jul 2005 09:45:26 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO tomts5-srv.bellnexxia.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jul 2005 09:45:21 -0700 Received: from [161.129.204.104] ([161.129.204.104]) by tomts5-srv.bellnexxia.net (InterMail vM.161.129.204.104 201-253-122-130-110-20040306) with ESMTP id <20050722164524.GHFD26128.tomts5-srv.bellnexxia.net@[161.129.204.104]>; Fri, 22 Jul 2005 12:45:24 -0400 Message-ID: <[email protected]> Date: Fri, 22 Jul 2005 12:45:39 -0400 From: Jim Gallacher <[email protected]> User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Graham Dumpleton <[email protected]> CC: [email protected] Subject: Re: [jira] Created: (MODPYTHON-66) install_dso target also tries to install Python code files. References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Graham Dumpleton (JIRA) wrote: > install_dso target also tries to install Python code files. > ----------------------------------------------------------- > > Key: MODPYTHON-66 > URL: http://issues.apache.org/jira/browse/MODPYTHON-66 > Project: mod_python > Type: Bug > Components: core > Versions: 3.2.0 > Reporter: Graham Dumpleton > Priority: Minor > > > After building mod_python it will output the message: > > Now su and make install > (or, if you only want to perform a partial install, > you can use make install_dso and make install_py_lib) > > The fact that there are separate targets for install_dso and > install_py_lib gives the impression that install_dso will > install only the Apache DSO module and that install_py_lib > will install only the Python code files. This isn't the case. > > Although install_py_lib installs just the Python code files, > the install_dso target installs both the DSO module and > the Python code files. The install_dso target isn't actually > much different to having run install when DSO is being used > in that respect. > > As the ability to install just the DSO is useful, can there > please be a separate target. Either this should be changed > to do what it suggests it should, or a new target introduced. > Ie., install_dso_and_just_the_dso. :-) I think it would make the most sense if install_dso only installed the dso. If others agree I can change the Makefile such that: install: installs both py_lib and the dso (current behaviour) install_dso: installs only the dso (new behaviour) install_py_lib: installs only the py_lib (current behaviour) Regards, Jim From [email protected] Fri Jul 22 17:50:59 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 80977 invoked by uid 99); 22 Jul 2005 17:50:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jul 2005 10:50:59 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO tomts13-srv.bellnexxia.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jul 2005 10:50:54 -0700 Received: from [161.129.204.104] ([161.129.204.104]) by tomts13-srv.bellnexxia.net (InterMail vM.161.129.204.104 201-253-122-130-110-20040306) with ESMTP id <20050722175057.BRFH25800.tomts13-srv.bellnexxia.net@[161.129.204.104]>; Fri, 22 Jul 2005 13:50:57 -0400 Message-ID: <[email protected]> Date: Fri, 22 Jul 2005 13:51:12 -0400 From: Jim Gallacher <[email protected]> User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Graham Dumpleton <[email protected]> CC: [email protected] Subject: Re: [jira] Commented: (MODPYTHON-65) 3.2 working version will not install on Mac OS X (10.3.7) References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org The patch causes no problems for me, but then I'm not using Mac OS X :) If there are no objections I'll apply the patch and commit. Regards, Jim Graham Dumpleton (JIRA) wrote: > [ http://issues.apache.org/jira/browse/MODPYTHON-65?page=comments#action_12316435 ] > > Graham Dumpleton commented on MODPYTHON-65: > ------------------------------------------- > > The problem here is that on Mac OS X, distutils compiles Python > loadable modules in a way that expects all symbols to be resolvable > at the time the module is created. That is, all symbols must be present > in either the objects being linked into the module or in libraries which > are explicitly linked with the module. > > In a scenario like mod_python where there will be undefined references > to symbols which are only defined within the executable running the > interpreter into which the module is loaded, this will fail. > > Previously this wasn't a problem because distutils wasn't used to > create the module and instead the makefile use libtool to do it. One of > the options to libtool was "--silent". This option (at least I think so, it may > be a different option), would underneath pass appropriate options to > the linker for a platform to disable undefined symbols causing an error. > > Since distutils is now used, there is going to have to be platform specific > hacks to add additional options to the link line when creating a module > to add these platform specific options. This however is not as simple as > defining extra_link_flags to the distutils extension object as they will only > be placed at the end. These magic options tend to be positional > dependent and need to be included at a specific spot early in the > link line. The distutils package does not give you this level of control > through its public APIs and thus a hack is required which delves into > its private parts. If distutils changes, like it did from 2.2 to 2.3, this hack > will break and no longer work. > > This problem may affect other platforms besides MacOSX as there are > other platforms that also require specific options to ignore undefined > symbols. > > Anyway, the hack required to get this to work for Mac OS X with Python 2.3 > is as follows. If you know of a better way, by all means let me know. :-) > > Index: dist/setup.py.in > =================================================================== > --- dist/setup.py.in (revision 220194) > +++ dist/setup.py.in (working copy) > @@ -85,7 +85,7 @@ > """returns apache lib directory""" > apache_srcdir = getapache_srcdir() > if apache_srcdir is None: > - return "" > + return getapxs_option("LIBDIR") > else: > return os.path.join(apache_srcdir, "lib") > > @@ -153,6 +153,17 @@ > scripts = [] > data_files = [] > > +import string > +from distutils import sysconfig > + > +if sys.platform == "darwin": > + sysconfig._config_vars["LDSHARED"] = \ > + string.replace(sysconfig.get_config_var("LDSHARED"), \ > + " -bundle "," -bundle -flat_namespace -undefined suppress ") > + sysconfig._config_vars["BLDSHARED"] = \ > + string.replace(sysconfig.get_config_var("BLDSHARED"), \ > + " -bundle "," -bundle -flat_namespace -undefined suppress ") > + > setup(name="mod_python", > version=VER, > description="Apache/Python Integration", > > > > > >>3.2 working version will not install on Mac OS X (10.3.7) >>--------------------------------------------------------- >> >> Key: MODPYTHON-65 >> URL: http://issues.apache.org/jira/browse/MODPYTHON-65 >> Project: mod_python >> Type: Bug >> Components: core >> Versions: 3.2.0 >> Environment: Mac OS X (10.3.7) >> Reporter: Graham Dumpleton > > >>Something is wrong with configure or setup.py file. >>/usr/bin/python setup.py build >>running build >>running build_py >>running build_ext >>building 'mod_python_so' extension >>gcc -Wl,-F. -Wl,-F. -bundle -framework Python build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/mod_python.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/_apachemodule.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/connobject.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/filterobject.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/hlist.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/hlistobject.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/requestobject.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/serverobject.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/tableobject.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Work spaces/mod_python/src/util.o -L -lapr-0 -laprutil-0 -o build/lib.darwin-7.7.0-Power_Macintosh-2.3/mod_python_so.so >>ld: -L: directory name missing >>error: command 'gcc' failed with exit status 1 >>More later when I have a chance to work out what is wrong. > > From [email protected] Sat Jul 23 11:46:00 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 11014 invoked by uid 99); 23 Jul 2005 11:46:00 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Jul 2005 04:45:48 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id BF93B16 for <[email protected]>; Sat, 23 Jul 2005 13:45:45 +0200 (CEST) Message-ID: <[email protected]> Date: Sat, 23 Jul 2005 13:45:45 +0200 (CEST) From: "Graham Dumpleton (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MODPYTHON-59) Add get_session() method to request object In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/MODPYTHON-59?page=comments#action_12316577 ] Graham Dumpleton commented on MODPYTHON-59: ------------------------------------------- I previously commented on this on the mailing list but can't find the email to reference. The issue I raised was along the line that in order for this scheme to be able to work nicely in with other code which creates and manages session object, there probably also needs to be a way to determine if the session object has already been created and to explicitly set the sesssion, thereby bypassing the get_session() method. Ie., I don't necessarily believe it should just be a black box whose behaviour can't be overridden. At minimum, it still should be possible to access the session object as req.session and set it by assigning to req.session. Working code set for 3.2 still doesn't appear to allow this. Wish I could find the email as I may have suggested better reasons in it. :-( > Add get_session() method to request object > ------------------------------------------ > > Key: MODPYTHON-59 > URL: http://issues.apache.org/jira/browse/MODPYTHON-59 > Project: mod_python > Type: New Feature > Components: core > Versions: 3.2.0 > Environment: All > Reporter: Jim Gallacher > > Users will get session instances by calling req.get_session(). If a session already exists it will be returned, otherwise a new session instance will be created. Session configuration will be handled using apache directives rather than within their code. > Using this scheme means only one session instance will be created per request, which will eliminate the deadlock problems many people experience. Also, using this scheme makes it possible for sessions to be properly handled within psp pages and across req.internal_redirect() calls. > Code will be commited to svn shortly. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sat Jul 23 12:30:00 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 33627 invoked by uid 99); 23 Jul 2005 12:30:00 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Jul 2005 05:29:48 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 9A25416 for <[email protected]>; Sat, 23 Jul 2005 14:29:45 +0200 (CEST) Message-ID: <[email protected]> Date: Sat, 23 Jul 2005 14:29:45 +0200 (CEST) From: "Graham Dumpleton (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Commented: (MODPYTHON-59) Add get_session() method to request object In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/MODPYTHON-59?page=comments#action_12316578 ] Graham Dumpleton commented on MODPYTHON-59: ------------------------------------------- There is a potential issue with the way that PYSID is stored in the subprocess_env table and then used to reconstruct the session object after an internal redirect. I can see two problems here. The first is that if the target of the internal redirect is a part of the URL namespace which is under the control of a different handler, or where ApplicationPath option was set explicitly to be different, the PYSID would potentially override a valid pysid for the alternate SID context provided by the browser. The second problem is that an internal redirect could redirect to a different part of the URL namespace where the PythonOption for "session" is set differently. This could for example result in an instance of Session being created initially but an attempt to create a FileSession object after the redirect. In the second case, if the redirect was to a part of the URL namespace notionally under the same ApplicationPath (implicit or explicit), it is probably a mistake on the part of the programmer to have specified different session types within the same SID context. It still could occur in conjunction with the first case though. Is my analysis here correct? Along with PYSID it may be necessary to save away the equivalent of the ApplicationPath (implicit or explicit) and for the PYSID to be ignored if the target of the internal redirect is within a different SID context. It would get harder to protect if there were multiple nested applications of internal redirect. Ie., where you end up with REDIRECT_PYSID, REDIRECT_REDIRECT_PYSID etc. > Add get_session() method to request object > ------------------------------------------ > > Key: MODPYTHON-59 > URL: http://issues.apache.org/jira/browse/MODPYTHON-59 > Project: mod_python > Type: New Feature > Components: core > Versions: 3.2.0 > Environment: All > Reporter: Jim Gallacher > > Users will get session instances by calling req.get_session(). If a session already exists it will be returned, otherwise a new session instance will be created. Session configuration will be handled using apache directives rather than within their code. > Using this scheme means only one session instance will be created per request, which will eliminate the deadlock problems many people experience. Also, using this scheme makes it possible for sessions to be properly handled within psp pages and across req.internal_redirect() calls. > Code will be commited to svn shortly. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sun Jul 24 07:16:00 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 78270 invoked by uid 99); 24 Jul 2005 07:16:00 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jul 2005 00:15:48 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id C01C016 for <[email protected]>; Sun, 24 Jul 2005 09:15:45 +0200 (CEST) Message-ID: <[email protected]> Date: Sun, 24 Jul 2005 09:15:45 +0200 (CEST) From: "Graham Dumpleton (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Created: (MODPYTHON-68) Add a readable/writable req.script_name member. Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Add a readable/writable req.script_name member. ----------------------------------------------- Key: MODPYTHON-68 URL: http://issues.apache.org/jira/browse/MODPYTHON-68 Project: mod_python Type: New Feature Components: core Versions: 3.2.0 Reporter: Graham Dumpleton Attachments: apache.py.diff The term SCRIPT_NAME in web servers is used to identify that part of a URI which identifies the script handling the request. Within the URI, the SCRIPT_NAME component would be followed by the PATH_INFO component, the latter being potentially an empty string. In mod_python, the value of SCRIPT_NAME could be obtained in a few different ways. These are: 1. Obtain it as req.subprocess_env["SCRIPT_NAME"] after having first called req.add_common_vars(). 2. Obtain it as apache.build_cgi_env(req)["SCRIPT_NAME"]. This internally calls req.add_common_vars() but then ignores "SCRIPT_NAME" value from req.subprocess_env and instead tries to calculate it as per (3) below yeilding a different result to (1) in some cases. 3. Attempt to derive it req.uri using code which is based upon something like 'req.uri[:-len(req.path_info)]'. If req.path_info is empty, then the result should be the same as req.uri. All three methods actually yield incorrect results in certain circumstances, with the fact that it occurs in (1) suggesting an underlying Apache bug. The problem area is where there are multiple successive occurrences of '/' appearing in the part of the URI which is used to determine the PATH_INFO value. Looking at some examples for each case we get: req.uri = /~grahamd/handler/mptest.py req.path_info = PATH_INFO = None SCRIPT_NAME (1) = /~grahamd/handler/mptest.py SCRIPT_NAME (2) = /~grahamd/handler/mptest.py SCRIPT_NAME (3) = /~grahamd/handler/mptest.py req.uri = /~grahamd/handler/mptest.py/ req.path_info = / PATH_INFO = / SCRIPT_NAME (1) = /~grahamd/handler/mptest.py SCRIPT_NAME (2) = /~grahamd/handler/mptest.py SCRIPT_NAME (3) = /~grahamd/handler/mptest.py req.uri = /~grahamd/handler/mptest.py// req.path_info = / PATH_INFO = / SCRIPT_NAME (1) = /~grahamd/handler/mptest.py SCRIPT_NAME (2) = /~grahamd/handler/mptest.py/ SCRIPT_NAME (3) = /~grahamd/handler/mptest.py/ req.uri = /~grahamd/handler/mptest.py/a req.path_info = /a PATH_INFO = /a SCRIPT_NAME (1) = /~grahamd/handler/mptest.py SCRIPT_NAME (2) = /~grahamd/handler/mptest.py SCRIPT_NAME (3) = /~grahamd/handler/mptest.py req.uri = /~grahamd/handler/mptest.py/a/b req.path_info = /a/b PATH_INFO = /a/b SCRIPT_NAME (1) = /~grahamd/handler/mptest.py SCRIPT_NAME (2) = /~grahamd/handler/mptest.py SCRIPT_NAME (3) = /~grahamd/handler/mptest.py req.uri = /~grahamd/handler/mptest.py/a//b req.path_info = /a/b PATH_INFO = /a/b SCRIPT_NAME (1) = /~grahamd/handler/mptest.py/a SCRIPT_NAME (2) = /~grahamd/handler/mptest.py/ SCRIPT_NAME (3) = /~grahamd/handler/mptest.py/ req.uri = /~grahamd/handler/mptest.py/a///b req.path_info = /a/b PATH_INFO = /a/b SCRIPT_NAME (1) = /~grahamd/handler/mptest.py/a/ SCRIPT_NAME (2) = /~grahamd/handler/mptest.py/a SCRIPT_NAME (3) = /~grahamd/handler/mptest.py/a req.uri = /~grahamd/handler/mptest.py/a///b//c req.path_info = /a/b/c PATH_INFO = /a/b/c SCRIPT_NAME (1) = /~grahamd/handler/mptest.py/a///b SCRIPT_NAME (2) = /~grahamd/handler/mptest.py/a/ SCRIPT_NAME (3) = /~grahamd/handler/mptest.py/a/ All very strange and not what one would expect. Ignoring the strange results, the first point of creating the tracker item is to propose that a new member be added to the request object referred to as "req.script_name". This new member should be both readable and writable. The argument for adding "script_name" is similar to that for making "path_info" writable as described in MODPYTHON-67. That is, it would make the task of writing a middleware stack specifically for mod_python but in a similar style to WSGI a slightly simpler task. In adding "script_name", it is perhaps suggested that its initial value be somewhat saner than as shown in the results above. More along the lines of: req.uri = /~grahamd/handler/mptest.py// req.path_info = / script_name=/~grahamd/handler/mptest.py req.uri = /~grahamd/handler/mptest.py/a//b req.path_info = /a/b script_name=/~grahamd/handler/mptest.py req.uri = /~grahamd/handler/mptest.py/a///b req.path_info = /a/b script_name=/~grahamd/handler/mptest.py req.uri = /~grahamd/handler/mptest.py/a//b//c req.path_info = /a/b/c script_name=/~grahamd/handler/mptest.py It should perhaps also normalise the path to eliminate duplicate instances of '/' in the URI appearing before the PATH_INFO component. req.uri = /~grahamd/handler////mptest.py/a/b/c req.path_info = /a/b/c PATH_INFO = /a/b/c SCRIPT_NAME (1) = /~grahamd/handler////mptest.py SCRIPT_NAME (2) = /~grahamd/handler////mptest.py SCRIPT_NAME (3) = /~grahamd/handler////mptest.py script_name=/~grahamd/handler/mptest.py In respect of the problems with (1) and (2), one probably should not do anything about (1) as that is generated by Apache. As to (2), since it is mean't to parallel what Apache provides, maybe it should just pass through the "SCRIPT_NAME" from "req.subprocess_env". Not sure why the latter ignores the value supplied by Apache and determines it itself, thus yielding a different value in cases as shown. And yes I do have an agenda by pushing these req.path_info and req.script_name changes. My work should benefit mod_python though, so don't be scared. ;-) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sun Jul 24 07:16:03 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 78419 invoked by uid 99); 24 Jul 2005 07:16:03 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jul 2005 00:15:50 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 14825D2 for <[email protected]>; Sun, 24 Jul 2005 09:15:47 +0200 (CEST) Message-ID: <[email protected]> Date: Sun, 24 Jul 2005 09:15:47 +0200 (CEST) From: "Graham Dumpleton (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MODPYTHON-68) Add a readable/writable req.script_name member. In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/MODPYTHON-68?page=all ] Graham Dumpleton updated MODPYTHON-68: -------------------------------------- Attachment: apache.py.diff Patch to apache.py which adds req.script_name member. Since access is needed to posixpath module to normalise path, seemed easier to do it here than try and embed it inside of the requestobject.c code. > Add a readable/writable req.script_name member. > ----------------------------------------------- > > Key: MODPYTHON-68 > URL: http://issues.apache.org/jira/browse/MODPYTHON-68 > Project: mod_python > Type: New Feature > Components: core > Versions: 3.2.0 > Reporter: Graham Dumpleton > Attachments: apache.py.diff > > The term SCRIPT_NAME in web servers is used to identify that part of a > URI which identifies the script handling the request. Within the URI, > the SCRIPT_NAME component would be followed by the PATH_INFO component, > the latter being potentially an empty string. > In mod_python, the value of SCRIPT_NAME could be obtained in a few > different ways. These are: > 1. Obtain it as req.subprocess_env["SCRIPT_NAME"] after having first > called req.add_common_vars(). > 2. Obtain it as apache.build_cgi_env(req)["SCRIPT_NAME"]. This > internally calls req.add_common_vars() but then ignores "SCRIPT_NAME" > value from req.subprocess_env and instead tries to calculate it as per > (3) below yeilding a different result to (1) in some cases. > 3. Attempt to derive it req.uri using code which is based upon something > like 'req.uri[:-len(req.path_info)]'. If req.path_info is empty, then the result > should be the same as req.uri. > All three methods actually yield incorrect results in certain > circumstances, with the fact that it occurs in (1) suggesting an > underlying Apache bug. > The problem area is where there are multiple successive occurrences of > '/' appearing in the part of the URI which is used to determine the > PATH_INFO value. > Looking at some examples for each case we get: > req.uri = /~grahamd/handler/mptest.py > req.path_info = > PATH_INFO = None > SCRIPT_NAME (1) = /~grahamd/handler/mptest.py > SCRIPT_NAME (2) = /~grahamd/handler/mptest.py > SCRIPT_NAME (3) = /~grahamd/handler/mptest.py > req.uri = /~grahamd/handler/mptest.py/ > req.path_info = / > PATH_INFO = / > SCRIPT_NAME (1) = /~grahamd/handler/mptest.py > SCRIPT_NAME (2) = /~grahamd/handler/mptest.py > SCRIPT_NAME (3) = /~grahamd/handler/mptest.py > req.uri = /~grahamd/handler/mptest.py// > req.path_info = / > PATH_INFO = / > SCRIPT_NAME (1) = /~grahamd/handler/mptest.py > SCRIPT_NAME (2) = /~grahamd/handler/mptest.py/ > SCRIPT_NAME (3) = /~grahamd/handler/mptest.py/ > req.uri = /~grahamd/handler/mptest.py/a > req.path_info = /a > PATH_INFO = /a > SCRIPT_NAME (1) = /~grahamd/handler/mptest.py > SCRIPT_NAME (2) = /~grahamd/handler/mptest.py > SCRIPT_NAME (3) = /~grahamd/handler/mptest.py > req.uri = /~grahamd/handler/mptest.py/a/b > req.path_info = /a/b > PATH_INFO = /a/b > SCRIPT_NAME (1) = /~grahamd/handler/mptest.py > SCRIPT_NAME (2) = /~grahamd/handler/mptest.py > SCRIPT_NAME (3) = /~grahamd/handler/mptest.py > req.uri = /~grahamd/handler/mptest.py/a//b > req.path_info = /a/b > PATH_INFO = /a/b > SCRIPT_NAME (1) = /~grahamd/handler/mptest.py/a > SCRIPT_NAME (2) = /~grahamd/handler/mptest.py/ > SCRIPT_NAME (3) = /~grahamd/handler/mptest.py/ > req.uri = /~grahamd/handler/mptest.py/a///b > req.path_info = /a/b > PATH_INFO = /a/b > SCRIPT_NAME (1) = /~grahamd/handler/mptest.py/a/ > SCRIPT_NAME (2) = /~grahamd/handler/mptest.py/a > SCRIPT_NAME (3) = /~grahamd/handler/mptest.py/a > req.uri = /~grahamd/handler/mptest.py/a///b//c > req.path_info = /a/b/c > PATH_INFO = /a/b/c > SCRIPT_NAME (1) = /~grahamd/handler/mptest.py/a///b > SCRIPT_NAME (2) = /~grahamd/handler/mptest.py/a/ > SCRIPT_NAME (3) = /~grahamd/handler/mptest.py/a/ > All very strange and not what one would expect. > Ignoring the strange results, the first point of creating the tracker > item is to propose that a new member be added to the request object > referred to as "req.script_name". This new member should be both > readable and writable. > The argument for adding "script_name" is similar to that for making > "path_info" writable as described in MODPYTHON-67. That is, it would > make the task of writing a middleware stack specifically for mod_python > but in a similar style to WSGI a slightly simpler task. > In adding "script_name", it is perhaps suggested that its initial value be > somewhat saner than as shown in the results above. More along the lines > of: > req.uri = /~grahamd/handler/mptest.py// > req.path_info = / > script_name=/~grahamd/handler/mptest.py > req.uri = /~grahamd/handler/mptest.py/a//b > req.path_info = /a/b > script_name=/~grahamd/handler/mptest.py > req.uri = /~grahamd/handler/mptest.py/a///b > req.path_info = /a/b > script_name=/~grahamd/handler/mptest.py > req.uri = /~grahamd/handler/mptest.py/a//b//c > req.path_info = /a/b/c > script_name=/~grahamd/handler/mptest.py > It should perhaps also normalise the path to eliminate duplicate > instances of '/' in the URI appearing before the PATH_INFO component. > req.uri = /~grahamd/handler////mptest.py/a/b/c > req.path_info = /a/b/c > PATH_INFO = /a/b/c > SCRIPT_NAME (1) = /~grahamd/handler////mptest.py > SCRIPT_NAME (2) = /~grahamd/handler////mptest.py > SCRIPT_NAME (3) = /~grahamd/handler////mptest.py > script_name=/~grahamd/handler/mptest.py > In respect of the problems with (1) and (2), one probably should not do > anything about (1) as that is generated by Apache. As to (2), since it > is mean't to parallel what Apache provides, maybe it should just pass > through the "SCRIPT_NAME" from "req.subprocess_env". Not sure why the > latter ignores the value supplied by Apache and determines it itself, thus > yielding a different value in cases as shown. > And yes I do have an agenda by pushing these req.path_info and > req.script_name changes. My work should benefit mod_python though, > so don't be scared. ;-) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Wed Jul 27 23:29:25 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 61232 invoked by uid 99); 27 Jul 2005 23:29:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2005 16:29:25 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO tomts25-srv.bellnexxia.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2005 16:29:18 -0700 Received: from [161.129.204.104] ([161.129.204.104]) by tomts25-srv.bellnexxia.net (InterMail vM.161.129.204.104 201-253-122-130-110-20040306) with ESMTP id <20050727232923.TXOC27245.tomts25-srv.bellnexxia.net@[161.129.204.104]>; Wed, 27 Jul 2005 19:29:23 -0400 Message-ID: <[email protected]> Date: Wed, 27 Jul 2005 19:29:56 -0400 From: Jim Gallacher <[email protected]> User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Graham Dumpleton <[email protected]> CC: [email protected] Subject: Re: [jira] Commented: (MODPYTHON-59) Add get_session() method to request object References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Graham, You've hit on a couple of issues I had not considered and I'm trying to understand the implications. Graham Dumpleton (JIRA) wrote: > [ http://issues.apache.org/jira/browse/MODPYTHON-59?page=comments#action_12316578 ] > > Graham Dumpleton commented on MODPYTHON-59: > ------------------------------------------- > > There is a potential issue with the way that PYSID is stored in the > subprocess_env table and then used to reconstruct the session object > after an internal redirect. > > I can see two problems here. The first is that if the target of the > internal redirect is a part of the URL namespace which is under the > control of a different handler, or where ApplicationPath option was set > explicitly to be different, the PYSID would potentially override a valid > pysid for the alternate SID context provided by the browser. I get your point but is this actually a problem? Since it's an internal redirect, the browser will not be aware it is being redirected, so it will always send the same PYSID cookie. (Did that sentence make sense?) Even if the second handler sets a session cookie with a path for URL2, the browser will always send the cookie corresponding to URL1. > The second problem is that an internal redirect could redirect to a > different part of the URL namespace where the PythonOption for "session" > is set differently. This could for example result in an instance of > Session being created initially but an attempt to create a FileSession > object after the redirect. > > In the second case, if the redirect was to a part of the URL namespace > notionally under the same ApplicationPath (implicit or explicit), it is > probably a mistake on the part of the programmer to have specified > different session types within the same SID context. I would consider this to be either a programming error or a configuration error. > It still could occur > in conjunction with the first case though. > > Is my analysis here correct? Along with PYSID it may be necessary to > save away the equivalent of the ApplicationPath (implicit or explicit) > and for the PYSID to be ignored if the target of the internal redirect is > within a different SID context. It would get harder to protect if there were > multiple nested applications of internal redirect. Ie., where you end up > with REDIRECT_PYSID, REDIRECT_REDIRECT_PYSID etc. > As I stated above, I don't think this is an issue, since the browser will always send the same cookie. If you think this is not the case perhaps you could give a concrete example. There is a bug in recreating an existing session. I thought I fixed it but for some reason the changes never got committed. Currently when a session is created with an explicit sid, BaseSession does not add Set-Cookie header to headers out. This bug is exposed when the get_session tries to recreate the session after a redirect, but is not exclusive to it. I'll commit the fix. Regards, Jim From [email protected] Wed Jul 27 23:36:59 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 75324 invoked by uid 99); 27 Jul 2005 23:36:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2005 16:36:59 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO tomts36-srv.bellnexxia.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2005 16:36:52 -0700 Received: from [161.129.204.104] ([161.129.204.104]) by tomts36-srv.bellnexxia.net (InterMail vM.161.129.204.104 201-253-122-130-110-20040306) with ESMTP id <20050727233656.HFYJ16985.tomts36-srv.bellnexxia.net@[161.129.204.104]>; Wed, 27 Jul 2005 19:36:56 -0400 Message-ID: <[email protected]> Date: Wed, 27 Jul 2005 19:37:28 -0400 From: Jim Gallacher <[email protected]> User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Graham Dumpleton <[email protected]> CC: [email protected] Subject: Re: [jira] Commented: (MODPYTHON-59) Add get_session() method to request object References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Graham Dumpleton (JIRA) wrote: > [ http://issues.apache.org/jira/browse/MODPYTHON-59?page=comments#action_12316577 ] > > Graham Dumpleton commented on MODPYTHON-59: > ------------------------------------------- > > I previously commented on this on the mailing list but can't find the > email to reference. > > The issue I raised was along the line that in order for this scheme to > be able to work nicely in with other code which creates and manages > session object, there probably also needs to be a way to determine if > the session object has already been created and to explicitly set the > sesssion, thereby bypassing the get_session() method. Ie., I don't > necessarily believe it should just be a black box whose behaviour > can't be overridden. > > At minimum, it still should be possible to access the session object as > req.session and set it by assigning to req.session. Working code set > for 3.2 still doesn't appear to allow this. > > Wish I could find the email as I may have suggested better reasons > in it. :-( I hadn't forgotten - just hadn't got around to it. Spending some mod_python time tonight. Regards, Jim From [email protected] Thu Jul 28 00:06:54 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 10240 invoked by uid 99); 28 Jul 2005 00:06:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2005 17:06:54 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO dscpl.user.openhosting.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2005 17:06:46 -0700 Received: from dscpl.user.openhosting.com (localhost.ispol.com [161.129.204.104] (may be forged)) by dscpl.user.openhosting.com (8.12.11/8.12.11) with ESMTP id j6S06nFb005139; Wed, 27 Jul 2005 20:06:49 -0400 Received: (from grahamd@localhost) by dscpl.user.openhosting.com (8.12.11/8.12.11/Submit) id j6S06lmi005137; Wed, 27 Jul 2005 20:06:47 -0400 Date: Wed, 27 Jul 2005 20:06:47 -0400 X-Authentication-Warning: dscpl.user.openhosting.com: grahamd set sender to [email protected] using -f From: "Graham Dumpleton" <[email protected]> Subject: Re: [jira] Commented: (MODPYTHON-59) Add get_session() method torequest object To: Jim Gallacher <[email protected]> Cc: [email protected] X-Originating-IP: 161.129.204.104 X-Mailer: Usermin 1.100 Reply-To: "Graham Dumpleton" <[email protected]> Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org > > I can see two problems here. The first is that if the target of the > > internal redirect is a part of the URL namespace which is under the > > control of a different handler, or where ApplicationPath option was set > > explicitly to be different, the PYSID would potentially override a valid > > pysid for the alternate SID context provided by the browser. > > I get your point but is this actually a problem? Since it's an internal > redirect, the browser will not be aware it is being redirected, so it > will always send the same PYSID cookie. (Did that sentence make sense?) > > Even if the second handler sets a session cookie with a path for URL2, > the browser will always send the cookie corresponding to URL1. Probably true. There may be convoluted cases where if someone was doing extra wierd stuff with overriding ApplicationPath and playing with the option being discussed for SessionCookieName, strange things might occur, but if people get that convoluted they get what they deserve. One other aspect of this that I have been thinking about is the feature in there for auto saving and unlocking a session before doing an internal redirect. In doing this you have changed how things work now and it does open up slim chance that existing code could break. Imagine where someone had stored stuff in the session object but then used internal redirect to force a special error response by triggering a handler outside of the session context. They didn't save the session because they wanted to discard their progressive changes. Now that it does an autosave, it may save stuff up code given that people didn't want it saved. Also, you don't recreate the session object after internal redirect has returned. Since internal redirect returns control back to the caller still, there is a chance that someone might be expecting to still be able to use the session object in some way after the internal redirect has returned. Is my memory that internal redirect does return actually right? Have no time now to research it. I thus question whether autosave on redirect is a good idea or not. People can explicitly do it now themselves. If the code is in there, it should perhaps at least be off by default and require an explicit option to turn it on. If it has to be turned on though, people may as well code it themselves. Graham From [email protected] Thu Jul 28 01:42:53 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 98628 invoked by uid 99); 28 Jul 2005 01:42:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2005 18:42:53 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO tomts10-srv.bellnexxia.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2005 18:42:45 -0700 Received: from [161.129.204.104] ([161.129.204.104]) by tomts10-srv.bellnexxia.net (InterMail vM.161.129.204.104 201-253-122-130-110-20040306) with ESMTP id <20050728014250.XBBK26102.tomts10-srv.bellnexxia.net@[161.129.204.104]>; Wed, 27 Jul 2005 21:42:50 -0400 Message-ID: <[email protected]> Date: Wed, 27 Jul 2005 21:43:24 -0400 From: Jim Gallacher <[email protected]> User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Graham Dumpleton <[email protected]> CC: [email protected] Subject: Re: [jira] Commented: (MODPYTHON-59) Add get_session() method torequest object References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Graham Dumpleton wrote: >>>I can see two problems here. The first is that if the target of the >>>internal redirect is a part of the URL namespace which is under the >>>control of a different handler, or where ApplicationPath option was set >>>explicitly to be different, the PYSID would potentially override a valid >>>pysid for the alternate SID context provided by the browser. >> >>I get your point but is this actually a problem? Since it's an internal >>redirect, the browser will not be aware it is being redirected, so it >>will always send the same PYSID cookie. (Did that sentence make sense?) >> >>Even if the second handler sets a session cookie with a path for URL2, >>the browser will always send the cookie corresponding to URL1. > > > Probably true. There may be convoluted cases where if someone was doing > extra wierd stuff with overriding ApplicationPath and playing with the > option being discussed for SessionCookieName, strange things might > occur, but if people get that convoluted they get what they deserve. Agreed. BTW, Nicolas has already implemented a PythonOption to specify the cookie name. > One other aspect of this that I have been thinking about is the feature > in there for auto saving and unlocking a session before doing an > internal redirect. In doing this you have changed how things work now > and it does open up slim chance that existing code could break. > > Imagine where someone had stored stuff in the session object but then > used internal redirect to force a special error response by triggering a > handler outside of the session context. They didn't save the session > because they wanted to discard their progressive changes. Now that it > does an autosave, it may save stuff up code given that people didn't > want it saved. Point taken. > Also, you don't recreate the session object after internal redirect has > returned. Since internal redirect returns control back to the caller > still, there is a chance that someone might be expecting to still be > able to use the session object in some way after the internal redirect > has returned. Except for the session unlock/save, internal_redirect does not touch the session object. The session is still available to the caller, so there is no need to recreate it. Or am I missing something? > Is my memory that internal redirect does return actually right? Yes. > I thus question whether autosave on redirect is a good idea or not. > People can explicitly do it now themselves. If the code is in there, > it should perhaps at least be off by default and require an explicit > option to turn it on. If it has to be turned on though, people may as > well code it themselves. I've gone back and forth on the autosave. At this point I agree it's best to leave the saving to the user's code, so I'll take it out. At one point I raised the possibility of having an autosave for sessions themselves and people were pretty much against that idea. By extension internal_redirect shouldn't save the session so we are at least consistent. I think the automatic session unlock needs to stay. It's just too easy for the user to forget a manual unlock, deadlock the session and hose their server in very short order. Regards, Jim From [email protected] Thu Jul 28 03:45:42 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 4631 invoked by uid 99); 28 Jul 2005 03:45:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2005 20:45:42 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO dscpl.user.openhosting.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2005 20:45:34 -0700 Received: from dscpl.user.openhosting.com (localhost.ispol.com [161.129.204.104] (may be forged)) by dscpl.user.openhosting.com (8.12.11/8.12.11) with ESMTP id j6S3jYNS018915; Wed, 27 Jul 2005 23:45:39 -0400 Received: (from grahamd@localhost) by dscpl.user.openhosting.com (8.12.11/8.12.11/Submit) id j6S3jVLg018911; Wed, 27 Jul 2005 23:45:31 -0400 Date: Wed, 27 Jul 2005 23:45:31 -0400 X-Authentication-Warning: dscpl.user.openhosting.com: grahamd set sender to [email protected] using -f From: "Graham Dumpleton" <[email protected]> Subject: Re: [jira] Commented: (MODPYTHON-59) Add get_session() method torequestobject To: Jim Gallacher <[email protected]> Cc: [email protected] X-Originating-IP: 161.129.204.104 X-Mailer: Usermin 1.100 Reply-To: "Graham Dumpleton" <[email protected]> Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Jim Gallacher wrote .. > I think the automatic session unlock needs to stay. It's just too easy > for the user to forget a manual unlock, deadlock the session and hose > their server in very short order. What though is the consequence of the session lock not being reacquired. Ie., what happens if someone wants to modify the session object and save it after internal redirect returns. You might save a deadlock by unlocking the session object, but does it screw up the case of existing code where session is modified and saved after internal redirect returns. Am still for leaving things how they are in this respect, we know the issues involved and probably just need to beef up the documentation with big warnings so that people are aware of the internal redirect caveat. Graham From [email protected] Thu Jul 28 12:10:45 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 64554 invoked by uid 99); 28 Jul 2005 12:10:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 05:10:45 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO tomts25-srv.bellnexxia.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 05:10:37 -0700 Received: from [161.129.204.104] ([161.129.204.104]) by tomts25-srv.bellnexxia.net (InterMail vM.161.129.204.104 201-253-122-130-110-20040306) with ESMTP id <20050728121042.KHY27245.tomts25-srv.bellnexxia.net@[161.129.204.104]>; Thu, 28 Jul 2005 08:10:42 -0400 Message-ID: <[email protected]> Date: Thu, 28 Jul 2005 08:11:17 -0400 From: Jim Gallacher <[email protected]> User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Graham Dumpleton <[email protected]> CC: [email protected] Subject: Re: [jira] Commented: (MODPYTHON-59) Add get_session() method torequestobject References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Graham Dumpleton wrote: > Jim Gallacher wrote .. > >>I think the automatic session unlock needs to stay. It's just too easy >>for the user to forget a manual unlock, deadlock the session and hose >>their server in very short order. > In your following comments I'm assuming you are talking about the case where the code called by internal_redirect is *not* creating a session. > What though is the consequence of the session lock not being reacquired. > Ie., what happens if someone wants to modify the session object and save > it after internal redirect returns. They can still do that. Nothing will break, but we have introduced a possible race condition if another request has come in for the same session in the interim. Note that this race condition currently exists where the code explicitly unlocks the session. It may be tricky for the user to track down what is going on but I think this is better than potentially exhausting all the mutexes through deadlocks and needing to restart apache. A programming error in one app should not be allowed to bring down the whole server. To me restarting the server is the bigger sin. > You might save a deadlock by unlocking the session object, but does it > screw up the case of existing code where session is modified and saved > after internal redirect returns. Current code will not break. Assuming that another request for the same session has not arrived in the interim and changed the underlying session data, all is well. One possible solution would be to add an optional parameter to req_internal_redirect: internal_redirect(url, unlock_session=True) Current code which messes with the session object after internal_redirect returns would still need to be modified, but at least the programmer has that control and we avoid deadlocks by default. > Am still for leaving things how they are in this respect, we know the > issues involved and probably just need to beef up the documentation with > big warnings so that people are aware of the internal redirect caveat. People actually read the documention? Cool. ;) I still advocate for automatic session unlocking for an internal redirect. The messages on the mailing list where people have suggested not locking sessions at all to the avoid deadlock problems suggests to me that session locking needs to handled much more transparently. Also, at some point someone (Grisha?) suggested that the likes of php sessions may not do any session locking, so we are still ahead of the game. Any other opinions? Regards, Jim From [email protected] Thu Jul 28 15:02:28 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 75035 invoked by uid 99); 28 Jul 2005 15:02:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 08:02:28 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO terirem.net.at.spry.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 08:02:20 -0700 Received: from grisha.dyndns.org (ip68-98-132-159.dc.dc.cox.net [161.129.204.104]) by terirem.net.at.spry.com (8.11.6/8.11.6) with ESMTP id j6SF2O418393 for <[email protected]>; Thu, 28 Jul 2005 08:02:24 -0700 Received: from grisha.dyndns.org (localhost [161.129.204.104]) by grisha.dyndns.org (8.12.9p2/8.12.8) with ESMTP id j6SF2DcN069300 for <[email protected]>; Thu, 28 Jul 2005 11:02:13 -0400 (EDT) (envelope-from [email protected]) Received: from localhost (grisha@localhost) by grisha.dyndns.org (8.12.9p2/8.12.8/Submit) with ESMTP id j6SF2Dfe069297 for <[email protected]>; Thu, 28 Jul 2005 11:02:13 -0400 (EDT) X-Authentication-Warning: grisha.dyndns.org: grisha owned process doing -bs Date: Thu, 28 Jul 2005 11:02:13 -0400 (EDT) From: "Gregory (Grisha) Trubetskoy" <[email protected]> To: [email protected] Subject: 3.2 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org I just looked on JIRA, and there are 3 issues marked for 3.2. http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&resolutionIds=-1&pid=10640&fixfor=11060 I don't see any of them as show stopping really, IMHO we should be able to release 3.2 beta as it is now. Could we have a little vote on this? Thanks! From [email protected] Thu Jul 28 15:28:33 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 33218 invoked by uid 99); 28 Jul 2005 15:28:33 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 08:28:21 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 95531DF for <[email protected]>; Thu, 28 Jul 2005 17:28:18 +0200 (CEST) Message-ID: <[email protected]> Date: Thu, 28 Jul 2005 17:28:18 +0200 (CEST) From: "Nicolas Lehuen (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Resolved: (MODPYTHON-45) Implement a file-based session manager In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/MODPYTHON-45?page=all ] Nicolas Lehuen resolved MODPYTHON-45: ------------------------------------- Resolution: Fixed This has been resolved a while ago. We now need some documentation. > Implement a file-based session manager > -------------------------------------- > > Key: MODPYTHON-45 > URL: http://issues.apache.org/jira/browse/MODPYTHON-45 > Project: mod_python > Type: New Feature > Versions: 3.1.4 > Reporter: Nicolas Lehuen > Assignee: Nicolas Lehuen > Priority: Minor > Fix For: 3.2.0 > > Right now mod_python comes with DbmSession and MemorySession. DbmSession performance can be pretty crappy if for any reason the anydbm module reverts to the dumbdbm implementation. With the current filesystems, implementing a file-based session manager should be easy and should perform well. > See the following thread : http://www.modpython.org/pipermail/mod_python/2005-April/017825.html > I've checked in a preliminary implementation based on dharana's work. We'll have to cope with a few issues (namely locking) before it is final. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Thu Jul 28 15:28:34 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 33363 invoked by uid 99); 28 Jul 2005 15:28:34 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 08:28:22 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 07B63E0 for <[email protected]>; Thu, 28 Jul 2005 17:28:19 +0200 (CEST) Message-ID: <[email protected]> Date: Thu, 28 Jul 2005 17:28:19 +0200 (CEST) From: "Nicolas Lehuen (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MODPYTHON-8) Improve apache.load_module with a two-level locking scheme In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/MODPYTHON-8?page=all ] Nicolas Lehuen updated MODPYTHON-8: ----------------------------------- Fix Version: 3.3.0 (was: 3.2.0) Description: We should rewrite apache.load_python with a two level locking scheme, in order to reduce thread contention when using the threading MPM. I've already implemented something similar for a custom-made publisher system (comparable to Graham's Vampire) ; I've used a thread-safe caching system that I've donated to the Python Cookbook : http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/302997 Maybe this should be experimented in a separate branch, and merged back once we're sure that everything works perfectly ? was: We should rewrite apache.load_python with a two level locking scheme, in order to reduce thread contention when using the threading MPM. I've already implemented something similar for a custom-made publisher system (comparable to Graham's Vampire) ; I've used a thread-safe caching system that I've donated to the Python Cookbook : http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/302997 Maybe this should be experimented in a separate branch, and merged back once we're sure that everything works perfectly ? Environment: > Improve apache.load_module with a two-level locking scheme > ---------------------------------------------------------- > > Key: MODPYTHON-8 > URL: http://issues.apache.org/jira/browse/MODPYTHON-8 > Project: mod_python > Type: Improvement > Versions: 3.1.3 > Reporter: Nicolas Lehuen > Assignee: Nicolas Lehuen > Fix For: 3.3.0 > > We should rewrite apache.load_python with a two level locking scheme, in order to reduce thread contention when using the threading MPM. > I've already implemented something similar for a custom-made publisher system (comparable to Graham's Vampire) ; I've used a thread-safe caching system that I've donated to the Python Cookbook : > http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/302997 > Maybe this should be experimented in a separate branch, and merged back once we're sure that everything works perfectly ? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Thu Jul 28 15:30:52 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 35695 invoked by uid 99); 28 Jul 2005 15:30:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 08:30:52 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=HTML_30_40,HTML_MESSAGE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 08:30:44 -0700 Received: by nproxy.gmail.com with SMTP id c2so116347nfe for <[email protected]>; Thu, 28 Jul 2005 08:30:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=aRhiSo+AISWqkcxNC7W6A7A1Ozp4ZQmCZ3NFd4JYO5pDbElVCEOPquIFBUN63riHvEeuCrMJq++CZcQYGTjGU+GUoSxQAHrGJt3lwwa2J6fhinjuIjE1LGMenK+AxtN1/IvqiKmrboZs+p6N2mAdV0BBVKrtn59bA3a8GWGW4So= Received: by 161.129.204.104 with SMTP id w6mr78113nfh; Thu, 28 Jul 2005 08:30:49 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 28 Jul 2005 08:30:49 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 28 Jul 2005 17:30:49 +0200 From: Nicolas Lehuen <[email protected]> Reply-To: [email protected] To: "Gregory (Grisha) Trubetskoy" <[email protected]> Subject: Re: 3.2 Cc: [email protected] In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3362_17506690.1122564649045" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_3362_17506690.1122564649045 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, I've marked #45 as resolved, since the FileSession class has been checked i= n=20 for a while now. We only need a bit of documentation, but a few seconds of= =20 source browsing can help an adventurous user to see how to use FileSession.= =20 Now, what should we do about the new req.get_session() API ? Is it ready fo= r=20 release now ? This leaves use with #8 and #54, which are both related to importing issues= .=20 Therefore I suggest we move those issues to mod_python 3.3 and try to=20 release 3.2 ASAP... A lot of bug fixes have been waiting 9 months or so to= =20 be fixed "officially". Regards, Nicolas 2005/7/28, Gregory (Grisha) Trubetskoy <[email protected]>: >=20 >=20 > I just looked on JIRA, and there are 3 issues marked for 3.2. >=20 >=20 > http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=3Dtrue&mod= e=3Dhide&sorter/order=3DDESC&sorter/field=3Dpriority&resolutionIds=3D-1&pid= =3D10640&fixfor=3D11060 >=20 > I don't see any of them as show stopping really, IMHO we should be able t= o > release 3.2 beta as it is now. >=20 > Could we have a little vote on this? >=20 > Thanks! > ------=_Part_3362_17506690.1122564649045 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi,<br> <br> I've marked #45 as resolved, since the FileSession class has been checked in for a while now. We only need a bit of documentation, but a few seconds of source browsing can help an adventurous user to see how to use FileSession. Now, what should we do about the new req.get_session() API ? Is it ready for release now ?<br> <br> This leaves use with #8 and #54, which are both related to importing issues. Therefore I suggest we move those issues to mod_python 3.3 and try to release 3.2 ASAP... A lot of bug fixes have been waiting 9 months or so to be fixed &quot;officially&quot;.<br> <br> Regards,<br> Nicolas<br><br><div><span class=3D"gmail_quote">2005/7/28, Gregory (Grisha)= Trubetskoy &lt;<a href=3D"mailto:[email protected]">[email protected]</a>&gt= ;:</span><blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid = rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <br>I just looked on JIRA, and there are 3 issues marked for 3.2.<br><br><a= href=3D"http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=3Dt= rue&amp;mode=3Dhide&amp;sorter/order=3DDESC&amp;sorter/field=3Dpriority&amp= ;resolutionIds=3D-1&amp;pid=3D10640&amp;fixfor=3D11060"> http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=3Dtrue&amp;m= ode=3Dhide&amp;sorter/order=3DDESC&amp;sorter/field=3Dpriority&amp;resoluti= onIds=3D-1&amp;pid=3D10640&amp;fixfor=3D11060</a><br><br>I don't see any of= them as show stopping really, IMHO we should be able to <br>release 3.2 beta as it is now.<br><br>Could we have a little vote on th= is?<br><br>Thanks!<br></blockquote></div><br> ------=_Part_3362_17506690.1122564649045-- From [email protected] Thu Jul 28 15:33:03 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 40916 invoked by uid 99); 28 Jul 2005 15:33:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 08:33:03 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=HTML_40_50,HTML_MESSAGE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 08:32:55 -0700 Received: by nproxy.gmail.com with SMTP id c2so116481nfe for <[email protected]>; Thu, 28 Jul 2005 08:33:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=EbFYPQcs6H4Lz1IaB7+YXaw59IZ+YopcO+V4ETdMOP0r3x6ZQ9saaLe3RhxEUoV07rk4+vPWNdFydjD1kdsKg/Y9DFnhi4C9cwtKQ7uXwSiQvuEjNdThS3TARmGT0MzBqAs7vXUVUI7QyzrDDOT9U/qTzFjmwxDlWw3vA7w+Peo= Received: by 161.129.204.104 with SMTP id q9mr78407nfd; Thu, 28 Jul 2005 08:33:00 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 28 Jul 2005 08:33:00 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 28 Jul 2005 17:33:00 +0200 From: Nicolas Lehuen <[email protected]> Reply-To: [email protected] To: "Gregory (Grisha) Trubetskoy" <[email protected]> Subject: Re: 3.2 Cc: [email protected] In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3370_14540003.1122564780113" References: <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_3370_14540003.1122564780113 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Note that there are 29 unscheduled issues : http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=3Dtrue&mode= =3Dhide&sorter/order=3DDESC&sorter/field=3Dpriority&resolutionIds=3D-1&pid= =3D10640&fixfor=3D-1 Maybe some of them should be included in the 3.2 release ? Regards, Nicolas 2005/7/28, Nicolas Lehuen <[email protected]>: >=20 > Hi, >=20 > I've marked #45 as resolved, since the FileSession class has been checked= =20 > in for a while now. We only need a bit of documentation, but a few second= s=20 > of source browsing can help an adventurous user to see how to use=20 > FileSession. Now, what should we do about the new req.get_session() API ?= =20 > Is it ready for release now ? >=20 > This leaves use with #8 and #54, which are both related to importing=20 > issues. Therefore I suggest we move those issues to mod_python 3.3 and tr= y=20 > to release 3.2 ASAP... A lot of bug fixes have been waiting 9 months or s= o=20 > to be fixed "officially". >=20 > Regards, > Nicolas >=20 > 2005/7/28, Gregory (Grisha) Trubetskoy <[email protected]>: > >=20 > >=20 > > I just looked on JIRA, and there are 3 issues marked for 3.2. > >=20 > >=20 > > http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=3Dtrue&m= ode=3Dhide&sorter/order=3DDESC&sorter/field=3Dpriority&resolutionIds=3D-1&p= id=3D10640&fixfor=3D11060 > >=20 > > I don't see any of them as show stopping really, IMHO we should be able= =20 > > to=20 > > release 3.2 beta as it is now. > >=20 > > Could we have a little vote on this? > >=20 > > Thanks! > >=20 >=20 > ------=_Part_3370_14540003.1122564780113 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Note that there are 29 unscheduled issues :<br> <br> <a href=3D"http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset= =3Dtrue&amp;mode=3Dhide&amp;sorter/order=3DDESC&amp;sorter/field=3Dpriority= &amp;resolutionIds=3D-1&amp;pid=3D10640&amp;fixfor=3D-1">http://issues.apac= he.org/jira/secure/IssueNavigator.jspa?reset=3Dtrue&amp;mode=3Dhide&amp;sor= ter/order=3DDESC&amp;sorter/field=3Dpriority&amp;resolutionIds=3D-1&amp;pid= =3D10640&amp;fixfor=3D-1 </a><br> <br> Maybe some of them should be included in the 3.2 release ?<br> <br> Regards,<br> Nicolas<br><br><div><span class=3D"gmail_quote">2005/7/28, Nicolas Lehuen &= lt;<a href=3D"mailto:[email protected]">[email protected]</a>= &gt;:</span><blockquote class=3D"gmail_quote" style=3D"border-left: 1px sol= id rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Hi,<br> <br> I've marked #45 as resolved, since the FileSession class has been checked in for a while now. We only need a bit of documentation, but a few seconds of source browsing can help an adventurous user to see how to use FileSession. Now, what should we do about the new req.get_session() API ? Is it ready for release now ?<br> <br> This leaves use with #8 and #54, which are both related to importing issues. Therefore I suggest we move those issues to mod_python 3.3 and try to release 3.2 ASAP... A lot of bug fixes have been waiting 9 months or so to be fixed &quot;officially&quot;.<br> <br> Regards,<br> Nicolas<br><br><div><span class=3D"gmail_quote">2005/7/28, Gregory (Grisha)= Trubetskoy &lt;<a href=3D"mailto:[email protected]" target=3D"_blank" oncli= ck=3D"return top.js.OpenExtLink(window,event,this)">[email protected]</a>&gt= ;:</span> <div><span class=3D"e" id=3D"q_1055e1131fae40d9_1"><blockquote class=3D"gma= il_quote" style=3D"border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0= pt 0pt 0.8ex; padding-left: 1ex;"> <br>I just looked on JIRA, and there are 3 issues marked for 3.2.<br><br><a= href=3D"http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=3Dt= rue&amp;mode=3Dhide&amp;sorter/order=3DDESC&amp;sorter/field=3Dpriority&amp= ;resolutionIds=3D-1&amp;pid=3D10640&amp;fixfor=3D11060" target=3D"_blank" o= nclick=3D"return top.js.OpenExtLink(window,event,this)"> http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=3Dtrue&amp;m= ode=3Dhide&amp;sorter/order=3DDESC&amp;sorter/field=3Dpriority&amp;resoluti= onIds=3D-1&amp;pid=3D10640&amp;fixfor=3D11060</a><br><br>I don't see any of= them as show stopping really, IMHO we should be able to <br>release 3.2 beta as it is now.<br><br>Could we have a little vote on th= is?<br><br>Thanks!<br></blockquote></span></div></div><br> </blockquote></div><br> ------=_Part_3370_14540003.1122564780113-- From [email protected] Thu Jul 28 15:39:38 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 55002 invoked by uid 99); 28 Jul 2005 15:39:38 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 08:39:23 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id 0FA57E5 for <[email protected]>; Thu, 28 Jul 2005 17:39:20 +0200 (CEST) Message-ID: <[email protected]> Date: Thu, 28 Jul 2005 17:39:20 +0200 (CEST) From: "Nicolas Lehuen (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MODPYTHON-54) Add a way to import a published page into another published page In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/MODPYTHON-54?page=all ] Nicolas Lehuen updated MODPYTHON-54: ------------------------------------ Fix Version: 3.3.0 (was: 3.2.0) Description: Before mod_python 3.2, standard Python modules and published modules could be imported the same way, using apache.import_module. This had a number of disadvantages, leading to MODPYTHON-8, MODPYTHON-9, MODPYTHON-10, MODPYTHON-11 and MODPYTHON-12. All these bugs were fixed by separating the published modules from the standard Python module. apache.import_module can still be used to import standard modules, but published modules are now fully managed by mod_python.publisher, and are not inserted into sys.modules. The problem is that there is a use case of importing a published module from another published module : /index.py---------------- def index(req): return "Hello, world !" def utility_function(foobar): return foobar+1 /other.py---------------- import os directory = os.path.split(__file__)[0] other_index = apache.import_module("index",path=[directory]) def index(req): return "%s %i"%(other_index.index(req),other_index.utility_function(2004)) This was alread a bit of a hack in 3.1.4, but in 3.2 it does not really work the expected way since the imported module (other_index in the example) is not the same module as the one the publisher would use to publish /index.py. This could be troublesome if the developer wanted to share some data between the modules, e.g. a cache or a connection pool, but not if he only wanted to share some code. Therefore, we need to provide a clean API in mod_python.publisher to allow developers to reference another published module. was: Before mod_python 3.2, standard Python modules and published modules could be imported the same way, using apache.import_module. This had a number of disadvantages, leading to MODPYTHON-8, MODPYTHON-9, MODPYTHON-10, MODPYTHON-11 and MODPYTHON-12. All these bugs were fixed by separating the published modules from the standard Python module. apache.import_module can still be used to import standard modules, but published modules are now fully managed by mod_python.publisher, and are not inserted into sys.modules. The problem is that there is a use case of importing a published module from another published module : /index.py---------------- def index(req): return "Hello, world !" def utility_function(foobar): return foobar+1 /other.py---------------- import os directory = os.path.split(__file__)[0] other_index = apache.import_module("index",path=[directory]) def index(req): return "%s %i"%(other_index.index(req),other_index.utility_function(2004)) This was alread a bit of a hack in 3.1.4, but in 3.2 it does not really work the expected way since the imported module (other_index in the example) is not the same module as the one the publisher would use to publish /index.py. This could be troublesome if the developer wanted to share some data between the modules, e.g. a cache or a connection pool, but not if he only wanted to share some code. Therefore, we need to provide a clean API in mod_python.publisher to allow developers to reference another published module. Environment: > Add a way to import a published page into another published page > ---------------------------------------------------------------- > > Key: MODPYTHON-54 > URL: http://issues.apache.org/jira/browse/MODPYTHON-54 > Project: mod_python > Type: Improvement > Versions: 3.2.0 > Reporter: Nicolas Lehuen > Assignee: Nicolas Lehuen > Fix For: 3.3.0 > > Before mod_python 3.2, standard Python modules and published modules could be imported the same way, using apache.import_module. This had a number of disadvantages, leading to MODPYTHON-8, MODPYTHON-9, MODPYTHON-10, MODPYTHON-11 and MODPYTHON-12. > All these bugs were fixed by separating the published modules from the standard Python module. apache.import_module can still be used to import standard modules, but published modules are now fully managed by mod_python.publisher, and are not inserted into sys.modules. > The problem is that there is a use case of importing a published module from another published module : > /index.py---------------- > def index(req): > return "Hello, world !" > def utility_function(foobar): > return foobar+1 > /other.py---------------- > import os > directory = os.path.split(__file__)[0] > other_index = apache.import_module("index",path=[directory]) > def index(req): > return "%s %i"%(other_index.index(req),other_index.utility_function(2004)) > This was alread a bit of a hack in 3.1.4, but in 3.2 it does not really work the expected way since the imported module (other_index in the example) is not the same module as the one the publisher would use to publish /index.py. This could be troublesome if the developer wanted to share some data between the modules, e.g. a cache or a connection pool, but not if he only wanted to share some code. > Therefore, we need to provide a clean API in mod_python.publisher to allow developers to reference another published module. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Thu Jul 28 15:43:22 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 61455 invoked by uid 99); 28 Jul 2005 15:43:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 08:43:22 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO terirem.net.at.spry.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 08:43:15 -0700 Received: from grisha.dyndns.org (ip68-98-132-159.dc.dc.cox.net [161.129.204.104]) by terirem.net.at.spry.com (8.11.6/8.11.6) with ESMTP id j6SFhEw21920; Thu, 28 Jul 2005 08:43:15 -0700 Received: from grisha.dyndns.org (localhost [161.129.204.104]) by grisha.dyndns.org (8.12.9p2/8.12.8) with ESMTP id j6SFh9cN070073; Thu, 28 Jul 2005 11:43:09 -0400 (EDT) (envelope-from [email protected]) Received: from localhost (grisha@localhost) by grisha.dyndns.org (8.12.9p2/8.12.8/Submit) with ESMTP id j6SFh9uI070070; Thu, 28 Jul 2005 11:43:09 -0400 (EDT) X-Authentication-Warning: grisha.dyndns.org: grisha owned process doing -bs Date: Thu, 28 Jul 2005 11:43:08 -0400 (EDT) From: "Gregory (Grisha) Trubetskoy" <[email protected]> To: [email protected] cc: [email protected] Subject: Re: 3.2 In-Reply-To: <[email protected]> Message-ID: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org On Thu, 28 Jul 2005, Nicolas Lehuen wrote: > Note that there are 29 unscheduled issues : > > http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&resolutionIds=-1&pid=10640&fixfor=-1 > > Maybe some of them should be included in the 3.2 release ? My inclanation is to just release whatever we have, and mark it as a beta release. The last "true" release was 3.1.3 in Feb 2004, which makes it 18 months (if my math is correct).... Grisha From [email protected] Thu Jul 28 15:44:22 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 62045 invoked by uid 99); 28 Jul 2005 15:44:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 08:44:22 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=HTML_40_50,HTML_MESSAGE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO nproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 08:44:15 -0700 Received: by nproxy.gmail.com with SMTP id c2so117296nfe for <[email protected]>; Thu, 28 Jul 2005 08:44:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=Inj3514xBVfr5z0TRPGuZB8xv+Yo746TPMSSx81v38JLouG+xi7m22spMparKy8wNp6JZdKNgV4BOlQV/J/y7kRpu9AmKe92TsoyJIM+F4F8moLZ28+rgJi3kxgrTtU91VraWlivGb0Gv0zfbZ0yXJ8bj1uLhEG5SMqRd4R0/P8= Received: by 161.129.204.104 with SMTP id w6mr78715nfh; Thu, 28 Jul 2005 08:44:20 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 28 Jul 2005 08:44:20 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 28 Jul 2005 17:44:20 +0200 From: Nicolas Lehuen <[email protected]> Reply-To: [email protected] To: "Gregory (Grisha) Trubetskoy" <[email protected]> Subject: Re: 3.2 Cc: [email protected] In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3434_26598389.1122565460180" References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_3434_26598389.1122565460180 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline OK, +1 for me. Regards, Nicolas 2005/7/28, Gregory (Grisha) Trubetskoy <[email protected]>: >=20 >=20 > On Thu, 28 Jul 2005, Nicolas Lehuen wrote: >=20 > > Note that there are 29 unscheduled issues : > > > >=20 > http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=3Dtrue&mod= e=3Dhide&sorter/order=3DDESC&sorter/field=3Dpriority&resolutionIds=3D-1&pid= =3D10640&fixfor=3D-1 > > > > Maybe some of them should be included in the 3.2 release ? >=20 > My inclanation is to just release whatever we have, and mark it as a beta > release. The last "true" release was 3.1.3 in Feb 2004, which makes it 18 > months (if my math is correct).... >=20 > Grisha > ------=_Part_3434_26598389.1122565460180 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline OK, +1 for me.<br> <br> Regards,<br> Nicolas<br><br><div><span class=3D"gmail_quote">2005/7/28, Gregory (Grisha)= Trubetskoy &lt;<a href=3D"mailto:[email protected]">[email protected]</a>&gt= ;:</span><blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid = rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <br>On Thu, 28 Jul 2005, Nicolas Lehuen wrote:<br><br>&gt; Note that there = are 29 unscheduled issues :<br>&gt;<br>&gt; <a href=3D"http://issues.apache= .org/jira/secure/IssueNavigator.jspa?reset=3Dtrue&amp;mode=3Dhide&amp;sorte= r/order=3DDESC&amp;sorter/field=3Dpriority&amp;resolutionIds=3D-1&amp;pid= =3D10640&amp;fixfor=3D-1"> http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=3Dtrue&amp;m= ode=3Dhide&amp;sorter/order=3DDESC&amp;sorter/field=3Dpriority&amp;resoluti= onIds=3D-1&amp;pid=3D10640&amp;fixfor=3D-1</a><br>&gt;<br>&gt; Maybe some o= f them should be included in the=20 3.2 release ?<br><br>My inclanation is to just release whatever we have, an= d mark it as a beta<br>release. The last &quot;true&quot; release was 3.1.3= in Feb 2004, which makes it 18<br>months (if my math is correct)....<br> <br>Grisha<br></blockquote></div><br> ------=_Part_3434_26598389.1122565460180-- From [email protected] Thu Jul 28 16:23:59 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 40798 invoked by uid 99); 28 Jul 2005 16:23:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 09:23:59 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO corereactor.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 28 Jul 2005 09:23:51 -0700 Received: (qmail 16275 invoked from network); 28 Jul 2005 16:24:00 -0000 Received: from unknown (HELO ?161.129.204.104?) (161.129.204.104) by mugen with SMTP; 28 Jul 2005 16:24:00 -0000 Message-ID: <[email protected]> Date: Thu, 28 Jul 2005 18:22:33 +0200 From: dharana <[email protected]> User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] CC: "Gregory (Grisha) Trubetskoy" <[email protected]>, [email protected] Subject: Re: 3.2 References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org As a non-developer, just as an user: +1 Nicolas Lehuen wrote: > OK, +1 for me. > > Regards, > Nicolas > > 2005/7/28, Gregory (Grisha) Trubetskoy <[email protected] > <mailto:[email protected]>>: > > > On Thu, 28 Jul 2005, Nicolas Lehuen wrote: > > > Note that there are 29 unscheduled issues : > > > > > http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&resolutionIds=-1&pid=10640&fixfor=-1 > <http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&resolutionIds=-1&pid=10640&fixfor=-1> > > > > Maybe some of them should be included in the 3.2 release ? > > My inclanation is to just release whatever we have, and mark it as a > beta > release. The last "true" release was 3.1.3 in Feb 2004, which makes > it 18 > months (if my math is correct).... > > Grisha > > -- dharana From [email protected] Thu Jul 28 16:26:36 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 44099 invoked by uid 99); 28 Jul 2005 16:26:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 09:26:36 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO tomts20-srv.bellnexxia.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 09:26:28 -0700 Received: from [161.129.204.104] ([161.129.204.104]) by tomts20-srv.bellnexxia.net (InterMail vM.161.129.204.104 201-253-122-130-110-20040306) with ESMTP id <20050728162633.YMIR19894.tomts20-srv.bellnexxia.net@[161.129.204.104]>; Thu, 28 Jul 2005 12:26:33 -0400 Message-ID: <[email protected]> Date: Thu, 28 Jul 2005 12:27:09 -0400 From: Jim Gallacher <[email protected]> User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Gregory (Grisha) Trubetskoy" <[email protected]> CC: [email protected], [email protected] Subject: Re: 3.2 References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Gregory (Grisha) Trubetskoy wrote: > > On Thu, 28 Jul 2005, Nicolas Lehuen wrote: > >> Note that there are 29 unscheduled issues : >> >> http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&resolutionIds=-1&pid=10640&fixfor=-1 >> >> >> Maybe some of them should be included in the 3.2 release ? > > > My inclanation is to just release whatever we have, and mark it as a > beta release. The last "true" release was 3.1.3 in Feb 2004, which makes > it 18 months (if my math is correct).... > > Grisha > I've either commited fixes or have fixes ready for 6 or 8 of those issues. Also there some that don't apply to 3.2 (eg website or mailing list issues). Must run right now but will make a list this evening of issues which can be closed. Jim From [email protected] Thu Jul 28 21:14:57 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 87971 invoked by uid 99); 28 Jul 2005 21:14:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 14:14:57 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO terirem.net.at.spry.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 14:14:49 -0700 Received: from grisha.dyndns.org (ip68-98-132-159.dc.dc.cox.net [161.129.204.104]) by terirem.net.at.spry.com (8.11.6/8.11.6) with ESMTP id j6SLEm332097; Thu, 28 Jul 2005 14:14:49 -0700 Received: from grisha.dyndns.org (localhost [161.129.204.104]) by grisha.dyndns.org (8.12.9p2/8.12.8) with ESMTP id j6SLEhcN075918; Thu, 28 Jul 2005 17:14:43 -0400 (EDT) (envelope-from [email protected]) Received: from localhost (grisha@localhost) by grisha.dyndns.org (8.12.9p2/8.12.8/Submit) with ESMTP id j6SLEgKk075915; Thu, 28 Jul 2005 17:14:42 -0400 (EDT) X-Authentication-Warning: grisha.dyndns.org: grisha owned process doing -bs Date: Thu, 28 Jul 2005 17:14:42 -0400 (EDT) From: "Gregory (Grisha) Trubetskoy" <[email protected]> To: Jim Gallacher <[email protected]> cc: [email protected], [email protected] Subject: Re: 3.2 In-Reply-To: <[email protected]> Message-ID: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org On Thu, 28 Jul 2005, Jim Gallacher wrote: > I've either commited fixes or have fixes ready for 6 or 8 of those issues. > Also there some that don't apply to 3.2 (eg website or mailing list issues). > Must run right now but will make a list this evening of issues which can be > closed. Do you think you'll be able to create a tgz file? It would really be fantastic if someone other than me could do it. Grisha From [email protected] Thu Jul 28 21:52:01 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 29253 invoked by uid 99); 28 Jul 2005 21:52:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 14:52:01 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO tomts43-srv.bellnexxia.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 14:51:53 -0700 Received: from [161.129.204.104] ([161.129.204.104]) by tomts43-srv.bellnexxia.net (InterMail vM.161.129.204.104 201-253-122-130-110-20040306) with ESMTP id <20050728215158.IRPL2981.tomts43-srv.bellnexxia.net@[161.129.204.104]>; Thu, 28 Jul 2005 17:51:58 -0400 Message-ID: <[email protected]> Date: Thu, 28 Jul 2005 17:52:35 -0400 From: Jim Gallacher <[email protected]> User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Gregory (Grisha) Trubetskoy" <[email protected]> CC: [email protected], [email protected] Subject: Re: 3.2 References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Gregory (Grisha) Trubetskoy wrote: > > On Thu, 28 Jul 2005, Jim Gallacher wrote: > >> I've either commited fixes or have fixes ready for 6 or 8 of those >> issues. Also there some that don't apply to 3.2 (eg website or mailing >> list issues). Must run right now but will make a list this evening of >> issues which can be closed. > > > Do you think you'll be able to create a tgz file? It would really be > fantastic if someone other than me could do it. > > Grisha > Yes I can do that. I've already done a couple of dry runs with good success. Jim From [email protected] Thu Jul 28 21:55:00 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 32918 invoked by uid 99); 28 Jul 2005 21:55:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 14:55:00 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO tomts43-srv.bellnexxia.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 14:54:52 -0700 Received: from [161.129.204.104] ([161.129.204.104]) by tomts43-srv.bellnexxia.net (InterMail vM.161.129.204.104 201-253-122-130-110-20040306) with ESMTP id <20050728215457.ISFJ2981.tomts43-srv.bellnexxia.net@[161.129.204.104]>; Thu, 28 Jul 2005 17:54:57 -0400 Message-ID: <[email protected]> Date: Thu, 28 Jul 2005 17:55:33 -0400 From: Jim Gallacher <[email protected]> User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] CC: "Gregory (Grisha) Trubetskoy" <[email protected]>, [email protected] Subject: Re: 3.2 References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Nicolas Lehuen wrote: > Hi, > > I've marked #45 as resolved, since the FileSession class has been > checked in for a while now. We only need a bit of documentation, but a > few seconds of source browsing can help an adventurous user to see how > to use FileSession. Now, what should we do about the new > req.get_session() API ? Is it ready for release now ? No. Graham has raised some valid concerns about the current implentation. See http://issues.apache.org/jira/browse/MODPYTHON-59 I haven't had time to address these issues properly, and I'd rather see it pushed into 3.3 rather than release a half-baked solution in 3.2. I don't want to leave req_get_session in as-is since people may start using it which would make things difficult if the final solution ends up being something completely different. Rather than delete req_get_session() completely I'd like to change it to raise a NotImplemented error. That way there is starting point for 3.3 but nobody will depend on it actually being there. Does this seem reasonable? Regards, Jim From [email protected] Thu Jul 28 22:18:55 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 58463 invoked by uid 99); 28 Jul 2005 22:18:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 15:18:55 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO terirem.net.at.spry.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 15:18:47 -0700 Received: from grisha.dyndns.org (ip68-98-132-159.dc.dc.cox.net [161.129.204.104]) by terirem.net.at.spry.com (8.11.6/8.11.6) with ESMTP id j6SMIjD10377; Thu, 28 Jul 2005 15:18:46 -0700 Received: from grisha.dyndns.org (localhost [161.129.204.104]) by grisha.dyndns.org (8.12.9p2/8.12.8) with ESMTP id j6SMIdcN076999; Thu, 28 Jul 2005 18:18:39 -0400 (EDT) (envelope-from [email protected]) Received: from localhost (grisha@localhost) by grisha.dyndns.org (8.12.9p2/8.12.8/Submit) with ESMTP id j6SMId4w076996; Thu, 28 Jul 2005 18:18:39 -0400 (EDT) X-Authentication-Warning: grisha.dyndns.org: grisha owned process doing -bs Date: Thu, 28 Jul 2005 18:18:39 -0400 (EDT) From: "Gregory (Grisha) Trubetskoy" <[email protected]> To: Jim Gallacher <[email protected]> cc: [email protected], [email protected] Subject: Re: 3.2 In-Reply-To: <[email protected]> Message-ID: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org On Thu, 28 Jul 2005, Jim Gallacher wrote: > I don't want to leave req_get_session in as-is since people may start using > it which would make things difficult if the final solution ends up being > something completely different. Rather than delete req_get_session() > completely I'd like to change it to > raise a NotImplemented error. That way there is starting point for 3.3 but > nobody will depend on it actually being there. Does this seem reasonable? +1 Grisha From [email protected] Fri Jul 29 01:23:33 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 83574 invoked by uid 99); 29 Jul 2005 01:23:33 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO ajax.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 18:23:21 -0700 Received: from ajax.apache.org (ajax.apache.org [161.129.204.104]) by ajax.apache.org (Postfix) with ESMTP id BBD5DD3 for <[email protected]>; Fri, 29 Jul 2005 03:23:18 +0200 (CEST) Message-ID: <[email protected]> Date: Fri, 29 Jul 2005 03:23:18 +0200 (CEST) From: "Jim Gallacher (JIRA)" <[email protected]> To: [email protected] Subject: [jira] Updated: (MODPYTHON-59) Add get_session() method to request object In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/MODPYTHON-59?page=all ] Jim Gallacher updated MODPYTHON-59: ----------------------------------- Version: 3.3.0 (was: 3.2.0) Defering implentation to 3.3. > Add get_session() method to request object > ------------------------------------------ > > Key: MODPYTHON-59 > URL: http://issues.apache.org/jira/browse/MODPYTHON-59 > Project: mod_python > Type: New Feature > Components: core > Versions: 3.3.0 > Environment: All > Reporter: Jim Gallacher > > Users will get session instances by calling req.get_session(). If a session already exists it will be returned, otherwise a new session instance will be created. Session configuration will be handled using apache directives rather than within their code. > Using this scheme means only one session instance will be created per request, which will eliminate the deadlock problems many people experience. Also, using this scheme makes it possible for sessions to be properly handled within psp pages and across req.internal_redirect() calls. > Code will be commited to svn shortly. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri Jul 29 01:38:57 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 88488 invoked by uid 99); 29 Jul 2005 01:38:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 18:38:57 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO tomts13-srv.bellnexxia.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 18:38:49 -0700 Received: from [161.129.204.104] ([161.129.204.104]) by tomts13-srv.bellnexxia.net (InterMail vM.161.129.204.104 201-253-122-130-110-20040306) with ESMTP id <20050729013854.TKMK25800.tomts13-srv.bellnexxia.net@[161.129.204.104]>; Thu, 28 Jul 2005 21:38:54 -0400 Message-ID: <[email protected]> Date: Thu, 28 Jul 2005 21:39:31 -0400 From: Jim Gallacher <[email protected]> User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Gregory (Grisha) Trubetskoy" <[email protected]> CC: [email protected], [email protected] Subject: Re: 3.2 References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Gregory (Grisha) Trubetskoy wrote: > > On Thu, 28 Jul 2005, Jim Gallacher wrote: > >> I don't want to leave req_get_session in as-is since people may start >> using it which would make things difficult if the final solution ends >> up being something completely different. Rather than delete >> req_get_session() completely I'd like to change it to >> raise a NotImplemented error. That way there is starting point for 3.3 >> but nobody will depend on it actually being there. Does this seem >> reasonable? > > > +1 > > Grisha > I've commited this change. get_session implementation will be deferred to 3.3. Jim From [email protected] Fri Jul 29 02:39:44 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 51386 invoked by uid 99); 29 Jul 2005 02:39:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 19:39:44 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO tomts20-srv.bellnexxia.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 19:39:36 -0700 Received: from [161.129.204.104] ([161.129.204.104]) by tomts20-srv.bellnexxia.net (InterMail vM.161.129.204.104 201-253-122-130-110-20040306) with ESMTP id <20050729023941.CVNT19894.tomts20-srv.bellnexxia.net@[161.129.204.104]>; Thu, 28 Jul 2005 22:39:41 -0400 Message-ID: <[email protected]> Date: Thu, 28 Jul 2005 22:40:18 -0400 From: Jim Gallacher <[email protected]> User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jim Gallacher <[email protected]> CC: "Gregory (Grisha) Trubetskoy" <[email protected]>, [email protected], [email protected] Subject: Re: 3.2 References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Jim Gallacher wrote: > Gregory (Grisha) Trubetskoy wrote: > >> >> On Thu, 28 Jul 2005, Nicolas Lehuen wrote: >> >>> Note that there are 29 unscheduled issues : >>> >>> http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&resolutionIds=-1&pid=10640&fixfor=-1 >>> >>> >>> Maybe some of them should be included in the 3.2 release ? >> >> >> >> My inclanation is to just release whatever we have, and mark it as a >> beta release. The last "true" release was 3.1.3 in Feb 2004, which >> makes it 18 months (if my math is correct).... >> >> Grisha >> > > I've either commited fixes or have fixes ready for 6 or 8 of those > issues. Also there some that don't apply to 3.2 (eg website or mailing > list issues). Must run right now but will make a list this evening of > issues which can be closed. > > Jim > Here is my list. I think you can close all of these JIRA issues except MODPYTHON-52. http://issues.apache.org/jira/browse/MODPYTHON-45 Implement a file-based session manager Resolved but waiting for documentation. Working on it now - will commit in the next 12 hours. http://issues.apache.org/jira/browse/MODPYTHON-58 _apache._global_lock results in segfault when index > number of mutexes Fix has been commited http://issues.apache.org/jira/browse/MODPYTHON-62 local_ip and local_host in connection object returns remote_ip and remote_host instead This issue only applies to 3.1.4. It's already been fixed in 3.2. http://issues.apache.org/jira/browse/MODPYTHON-65 3.2 working version will not install on Mac OS X (10.3.7) Fix has been commited. http://issues.apache.org/jira/browse/MODPYTHON-66 install_dso target also tries to install Python code files Fix has been commited. http://issues.apache.org/jira/browse/MODPYTHON-59 Add get_session() method to request object Let's defer this to 3.3. I've changed current implementation to raise a NotImplemented error. Related to get_session, I've made a small change to Session.Session(). It now checks PythonOption session for the default session type before using the hard coded default. For reasons that escape me I put this in a separate function, create_session(), but it really belongs in Session(). This is useful outside of get_session, so I've kept the change for 3.2. Regards, Jim From [email protected] Fri Jul 29 02:51:12 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 58573 invoked by uid 99); 29 Jul 2005 02:51:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 19:51:12 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO tomts13-srv.bellnexxia.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 19:51:04 -0700 Received: from [161.129.204.104] ([161.129.204.104]) by tomts13-srv.bellnexxia.net (InterMail vM.161.129.204.104 201-253-122-130-110-20040306) with ESMTP id <20050729025109.UFAP25800.tomts13-srv.bellnexxia.net@[161.129.204.104]>; Thu, 28 Jul 2005 22:51:09 -0400 Message-ID: <[email protected]> Date: Thu, 28 Jul 2005 22:51:46 -0400 From: Jim Gallacher <[email protected]> User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Gregory (Grisha) Trubetskoy" <[email protected]> CC: [email protected] Subject: Re: 3.2 References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Gregory (Grisha) Trubetskoy wrote: > > I just looked on JIRA, and there are 3 issues marked for 3.2. > > http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&resolutionIds=-1&pid=10640&fixfor=11060 > > > I don't see any of them as show stopping really, IMHO we should be able > to release 3.2 beta as it is now. > > Could we have a little vote on this? > > Thanks! > +1 From [email protected] Fri Jul 29 02:57:36 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 62461 invoked by uid 99); 29 Jul 2005 02:57:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 19:57:36 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO dscpl.user.openhosting.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 19:57:28 -0700 Received: from dscpl.user.openhosting.com (localhost.ispol.com [161.129.204.104] (may be forged)) by dscpl.user.openhosting.com (8.12.11/8.12.11) with ESMTP id j6T2vSIA002493; Thu, 28 Jul 2005 22:57:28 -0400 Received: (from grahamd@localhost) by dscpl.user.openhosting.com (8.12.11/8.12.11/Submit) id j6T2vSnM002491; Thu, 28 Jul 2005 22:57:28 -0400 Date: Thu, 28 Jul 2005 22:57:28 -0400 X-Authentication-Warning: dscpl.user.openhosting.com: grahamd set sender to [email protected] using -f From: "Graham Dumpleton" <[email protected]> Subject: Re: 3.2 To: Jim Gallacher <[email protected]> Cc: "Gregory (Grisha) Trubetskoy" <[email protected]>, [email protected], [email protected] X-Originating-IP: 161.129.204.104 X-Mailer: Usermin 1.100 Reply-To: "Graham Dumpleton" <[email protected]> Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Sorry, getting a bit overwhelmed with all these rapid changes in state of things as bit busy today. Will probably will only know what is going on when I look at latest code in repository. Then I'll probably pipe in with some more pertinent comments about 3.2. One report I would like to get some confirmation about is: http://issues.apache.org/jira/browse/MODPYTHON-34 This was about a potential security hole. Nicolas has indicated that changes he had been working on which involved a different module loader addressed it, but if various things are getting pushed to 3.3, is then this addressed or not in what would make it to 3.2? Since it was security related, just wanted to highlight it even if exposure risk is low. BTW, did anyone see an issue with my proposal for making the req.path_info attribute writable. Ie., http://issues.apache.org/jira/browse/MODPYTHON-67 I have been working on some code which would depend on such a change and the code is of a nature that I think would be a nice candidate for rolling back into the mod_python core. If path_info was writable in 3.2, would allow people to experiment with the code I am working on, or even turn it into a common project, without needing to patch the mod_python source code. I know Jim gave a +1 for path_info to be writable. Graham Jim Gallacher wrote .. > Jim Gallacher wrote: > > Gregory (Grisha) Trubetskoy wrote: > > > >> > >> On Thu, 28 Jul 2005, Nicolas Lehuen wrote: > >> > >>> Note that there are 29 unscheduled issues : > >>> > >>> http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&resolutionIds=-1&pid=10640&fixfor=-1 > >>> > >>> > >>> Maybe some of them should be included in the 3.2 release ? > >> > >> > >> > >> My inclanation is to just release whatever we have, and mark it as a > >> beta release. The last "true" release was 3.1.3 in Feb 2004, which > >> makes it 18 months (if my math is correct).... > >> > >> Grisha > >> > > > > I've either commited fixes or have fixes ready for 6 or 8 of those > > issues. Also there some that don't apply to 3.2 (eg website or mailing > > list issues). Must run right now but will make a list this evening of > > issues which can be closed. > > > > Jim > > > > Here is my list. I think you can close all of these JIRA issues except > MODPYTHON-52. > > http://issues.apache.org/jira/browse/MODPYTHON-45 > Implement a file-based session manager > Resolved but waiting for documentation. Working on it now - will commit > in the next 12 hours. > > http://issues.apache.org/jira/browse/MODPYTHON-58 > _apache._global_lock results in segfault when index > number of mutexes > Fix has been commited > > http://issues.apache.org/jira/browse/MODPYTHON-62 > local_ip and local_host in connection object returns remote_ip and > remote_host instead > This issue only applies to 3.1.4. It's already been fixed in 3.2. > > http://issues.apache.org/jira/browse/MODPYTHON-65 > 3.2 working version will not install on Mac OS X (10.3.7) > Fix has been commited. > > http://issues.apache.org/jira/browse/MODPYTHON-66 > install_dso target also tries to install Python code files > Fix has been commited. > > http://issues.apache.org/jira/browse/MODPYTHON-59 > Add get_session() method to request object > Let's defer this to 3.3. I've changed current implementation to raise a > NotImplemented error. > > Related to get_session, I've made a small change to Session.Session(). > It now checks PythonOption session for the default session type before > using the hard coded default. For reasons that escape me I put this in > a > separate function, create_session(), but it really belongs in Session(). > This is useful outside of get_session, so I've kept the change for 3.2. > > Regards, > Jim From [email protected] Fri Jul 29 03:09:28 2005 Return-Path: <[email protected]> Mailing-List: contact [email protected]; run by ezmlm Delivered-To: mailing list [email protected] Received: (qmail 76867 invoked by uid 99); 29 Jul 2005 03:09:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 20:09:28 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO tomts36-srv.bellnexxia.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 20:09:21 -0700 Received: from [161.129.204.104] ([161.129.204.104]) by tomts36-srv.bellnexxia.net (InterMail vM.161.129.204.104 201-253-122-130-110-20040306) with ESMTP id <20050729030926.YIEM16985.tomts36-srv.bellnexxia.net@[161.129.204.104]>; Thu, 28 Jul 2005 23:09:26 -0400 Message-ID: <[email protected]> Date: Thu, 28 Jul 2005 23:10:03 -0400 From: Jim Gallacher <[email protected]> User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jim Gallacher <[email protected]> CC: "Gregory (Grisha) Trubetskoy" <[email protected]>, [email protected], [email protected] Subject: Re: 3.2 References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Jim Gallacher wrote: > Jim Gallacher wrote: > >> Gregory (Grisha) Trubetskoy wrote: >> >>> >>> On Thu, 28 Jul 2005, Nicolas Lehuen wrote: >>> >>>> Note that there are 29 unscheduled issues : >>>> >>>> http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&resolutionIds=-1&pid=10640&fixfor=-1 >>>> >>>> >>>> Maybe some of them should be included in the 3.2 release ? >>> >>> >>> >>> >>> My inclanation is to just release whatever we have, and mark it as a >>> beta release. The last "true" release was 3.1.3 in Feb 2004, which >>> makes it 18 months (if my math is correct).... >>> >>> Grisha >>> >> >> I've either commited fixes or have fixes ready for 6 or 8 of those >> issues. Also there some that don't apply to 3.2 (eg website or mailing >> list issues). Must run right now but will make a list this evening of >> issues which can be closed. >> >> Jim >> > > Here is my list. I think you can close all of these JIRA issues except > MODPYTHON-52. That should read: "Here is my list. I think you can close all of these JIRA issues except MODPYTHON-59." Not sure how *that* typo crept in. 2 is nowhere near 9 on the keyboard. Jim > > http://issues.apache.org/jira/browse/MODPYTHON-45 > Implement a file-based session manager > Resolved but waiting for documentation. Working on it now - will commit > in the next 12 hours. > > http://issues.apache.org/jira/browse/MODPYTHON-58 > _apache._global_lock results in segfault when index > number of mutexes > Fix has been commited > > http://issues.apache.org/jira/browse/MODPYTHON-62 > local_ip and local_host in connection object returns remote_ip and > remote_host instead > This issue only applies to 3.1.4. It's already been fixed in 3.2. > > http://issues.apache.org/jira/browse/MODPYTHON-65 > 3.2 working version will not install on Mac OS X (10.3.7) > Fix has been commited. > > http://issues.apache.org/jira/browse/MODPYTHON-66 > install_dso target also tries to install Python code files > Fix has been commited. > > http://issues.apache.org/jira/browse/MODPYTHON-59 > Add get_session() method to request object > Let's defer this to 3.3. I've changed current implementation to raise a > NotImplemented error. > > Related to get_session, I've made a small change to Session.Session(). > It now checks PythonOption session for the default session type before > using the hard coded default. For reasons that escape me I put this in a > separate function, create_session(), but it really belongs in Session(). > This is useful outside of get_session, so I've kept the change for 3.2. > > Regards, > Jim >
From [email protected] Mon Jan 25 20:57:58 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87875 invoked from network); 25 Jan 2010 20:57:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Jan 2010 20:57:58 -0000 Received: (qmail 89230 invoked by uid 500); 25 Jan 2010 20:57:58 -0000 Delivered-To: [email protected] Received: (qmail 89128 invoked by uid 500); 25 Jan 2010 20:57:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 89119 invoked by uid 99); 25 Jan 2010 20:57:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jan 2010 20:57:57 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-qy0-f194.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jan 2010 20:57:49 +0000 Received: by qyk32 with SMTP id 32so2155418qyk.4 for <[email protected]>; Mon, 25 Jan 2010 12:57:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=l2xbvtYdTOiL2UqQkj9WK5OFXNvgit+HJZ/JzCrYcyw=; b=wG7zEhd5NonoGnllLISo+ZLXJeOmQpbQm/MkT4E3hajVuMtkf+jxzTMZ/HgtXObyEi TUMIDpsdfj6yCX32L9GdKnys4ISnu+dH0ZVhh7bwmp5NgVzt4iCnnI3tabItXoU2ZcEJ AuGlzeYKTcBtjw85pVjcGy1By+nrNi1T8b+5k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=GS8o0aqfRyDGfxjDmX6PJfRVBhP6dScdLjIsixOBiKPBRPafNj0iUA0vNS4YHt/Ves I29+j9RECZ7ZB2LQWmCZr2QQmlBHhSUENnP9iPpspxjiuJ/riXVu8/FdIBzZfd1bbJ6G nnbn6w/BUwFvkLl5IUvD5/UjMeK9jbDeEHkjA= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id m37mr331918vcr.106.1264453047822; Mon, 25 Jan 2010 12:57:27 -0800 (PST) Date: Mon, 25 Jan 2010 12:57:27 -0800 Message-ID: <[email protected]> Subject: Remove email and name From: Jenny G <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=001636ed677cc02b8b047e036abc X-Virus-Checked: Checked by ClamAV on apache.org --001636ed677cc02b8b047e036abc Content-Type: text/plain; charset=ISO-8859-1 Hi, I have noticed that mail-archives.apache.org publishes messages with their emails. This is creating a huge problem for me as my email and name is indexed in google. Could you pls tell me whom should I contact for removal of name and email from several log4net pages. http://mail-archives.apache.org/mod_mbox/logging-log4net-user/.... Thanks Jenny --001636ed677cc02b8b047e036abc Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,<br>=A0=A0 I have noticed that <a href=3D"http://mail-archives.apache.or= g">mail-archives.apache.org</a> publishes messages with their emails. This = is creating a huge problem for me as my email and name is indexed in google= . <br> Could you pls tell me whom should I contact for removal of name and email f= rom several log4net pages.<br><a href=3D"http://mail-archives.apache.org/mo= d_mbox/logging-log4net-user/">http://mail-archives.apache.org/mod_mbox/logg= ing-log4net-user/</a>....<br> =A0<br>Thanks<br>Jenny --001636ed677cc02b8b047e036abc-- From [email protected] Tue Jan 26 13:41:09 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50001 invoked from network); 26 Jan 2010 13:41:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Jan 2010 13:41:09 -0000 Received: (qmail 48270 invoked by uid 500); 26 Jan 2010 13:41:09 -0000 Delivered-To: [email protected] Received: (qmail 48194 invoked by uid 500); 26 Jan 2010 13:41:08 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 48185 invoked by uid 99); 26 Jan 2010 13:41:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jan 2010 13:41:08 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-iw0-f199.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jan 2010 13:41:00 +0000 Received: by iwn37 with SMTP id 37so4665158iwn.30 for <[email protected]>; Tue, 26 Jan 2010 05:40:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:content-type :mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=FUjoovJTBRrWvuCPtx19oTCkL+wTwYmvXcaylrGtFv0=; b=Ai2QV/LY2uJJ8DUGiqjWs2cWTjqJ0BokFkA8nVNfuptg2cRRDef1wgLFYC7vo5/0Bv O7h+ERWfThFOnBrw8TZx3EiiR9zOnq+a49BTrPQQ6jDvboGVQ9HGG3TwI4+6HrzeKkQJ 2phKJ7Egr0/jM5dm2mf35vXFo8C1xnqATq4sc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=dzUJSe2eHDT2QqF8y39KRaw6SSUYtdhwOXNKGgvk2EVQPcTNsJ5D05BZZEJpDdsfQW P4vC5kr2HWFDkyN57wGJCj+H6DQ+qRSxstHJUhGsnyTBP0jPiG38YZPWVhExKKIEy0il tY95SWVKGWpOAEj7XPYOMiB/tD3zcdwlhySbM= Received: by 161.129.204.104 with SMTP id l21mr5680704ibw.24.1264513239790; Tue, 26 Jan 2010 05:40:39 -0800 (PST) Received: from ?161.129.204.104? (70-139-215-122.lightspeed.cyprtx.sbcglobal.net [161.129.204.104]) by mx.google.com with ESMTPS id 20sm6093054iwn.5.2161.129.204.104.40.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 26 Jan 2010 05:40:38 -0800 (PST) Sender: Curt Arnold <[email protected]> Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1077) Subject: Re: Remove email and name From: Curt Arnold <[email protected]> In-Reply-To: <[email protected]> Date: Tue, 26 Jan 2010 07:40:36 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <[email protected]> References: <[email protected]> To: "Logging General" <[email protected]> X-Mailer: Apple Mail (2.1077) Please see http://www.apache.org/foundation/public-archives.html for the = foundation policy and process for modifying archives. If your email are listed in a Wiki or log4net documentation page, please = identify the pages. I searched the log4net source and did not find a = match, but can't easily check the wikis. Please note that this list is also archived. On Jan 25, 2010, at 2:57 PM, Jenny G wrote: > Hi, > I have noticed that mail-archives.apache.org publishes messages = with their emails. This is creating a huge problem for me as my email = and name is indexed in google.=20 > Could you pls tell me whom should I contact for removal of name and = email from several log4net pages. > http://mail-archives.apache.org/mod_mbox/logging-log4net-user/.... > =20 > Thanks > Jenny
From [email protected] Mon May 2 15:19:43 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 8E17E3365 for <[email protected]>; Mon, 2 May 2011 15:19:43 +0000 (UTC) Received: (qmail 91366 invoked by uid 500); 2 May 2011 15:19:43 -0000 Delivered-To: [email protected] Received: (qmail 91306 invoked by uid 500); 2 May 2011 15:19:43 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 91291 invoked by uid 99); 2 May 2011 15:19:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 May 2011 15:19:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hel.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 May 2011 15:19:41 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [161.129.204.104]) by hel.zones.apache.org (Postfix) with ESMTP id 9A98FBD29D for <[email protected]>; Mon, 2 May 2011 15:19:03 +0000 (UTC) Date: Mon, 2 May 2011 15:19:03 +0000 (UTC) From: "Bhumir Sheth (JIRA)" <[email protected]> To: [email protected] Message-ID: <[email protected]> In-Reply-To: <{{EMAIL+PHONE}}> Subject: [jira] [Commented] (LOG4PHP-138) Permission denied while renaming log file when hundred of users are accessing the application MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LOG4PHP-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13027689#comment-13027689 ] Bhumir Sheth commented on LOG4PHP-138: -------------------------------------- Hi Christian, Thanks for the suggestion. We tried by checking the maximum file size after locking the file as suggested by you. However, we are still able to duplicate the issue. We have modified the function rollOver() to check the maximum file size as below: private function rollOver() { if(flock($this->fp, LOCK_EX)) { if(ftell($this->fp) < $this->getMaximumFileSize()) { flock($this->fp, LOCK_UN); return; } // If maxBackups <= 0, then there is no file renaming to be done. if($this->maxBackupIndex > 0) { ..... ..... Best regards, Bhumir Sheth > Permission denied while renaming log file when hundred of users are accessing the application > --------------------------------------------------------------------------------------------- > > Key: LOG4PHP-138 > URL: https://issues.apache.org/jira/browse/LOG4PHP-138 > Project: Log4php > Issue Type: Bug > Components: Code > Affects Versions: 2.0 > Environment: Windows operating system > Reporter: Bhumir Sheth > Priority: Critical > Fix For: 2.0 > > > Hi, > We have developed a web application and integrated with log4php, which is used by hundred of users. When the size of log file exceed the maximum file size, it calls rollOver() function to create back up file for log file and truncate the current log file. > We faced one error while renaming the file from "filename" to "filename.1". This error is generated when hundred of users are accessing the application at the same time. The error is generated as below: > PHP Warning: rename(C:\PHP\errors/Test_Module.log,C:\PHP\errors/Test_Module.log.1) [<a href='function.rename'>function.rename</a>]: Permission denied in C:\Inetpub\wwwroot\Test_Application\System\System_Logger\log4php\src\main\php\appenders\LoggerAppenderRollingFile.php on line 140 > Also, back up of log files are not created in sequence when above warning is generated. For example, log file "Test_Module.log" is already exists and rollOver() function is called to create new back up file then it creates "Test_Module.log.4" instead of "Test_Module.log.1". > Moreover, log file has given all the required permissions and it works fine while appending the logs. > We would appreciate if you can help us by providing a solution or work-around for resolving this issue. > Please let me know if more details are required. > Thank you. > Best regards, > Bhumir Sheth -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sun May 15 10:50:34 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id BC46B4601 for <[email protected]>; Sun, 15 May 2011 10:50:34 +0000 (UTC) Received: (qmail 11598 invoked by uid 500); 15 May 2011 10:50:34 -0000 Delivered-To: [email protected] Received: (qmail 11536 invoked by uid 500); 15 May 2011 10:50:34 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 11529 invoked by uid 99); 15 May 2011 10:50:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 May 2011 10:50:33 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-fx0-f47.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 May 2011 10:50:25 +0000 Received: by fxm19 with SMTP id 19so4128153fxm.34 for <[email protected]>; Sun, 15 May 2011 03:50:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :cc:subject:content-type:content-transfer-encoding; bh=I2kFCgutxvXjRw6irLA1kl5Jef2w4/XjrgSklY3tEhI=; b=pt6UeNsvFKW4n6S+mZfG/LXfadAY1gADJaRPd2yJGSQOBl1IG+fxIrv1t4gbr3DIMD BTICF/ISMWUA/k9OXS1HkrqvhbEiVyXHVs1ee2w4zf2i9BLrRaw4nL8InrV2Aat13/tN A1bAFkTB1EtQaPz7x5M/cVq/dB8yx1B53EHqA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; b=No/uyqb9rG+Io9o66jAEkW1DY0NBk0u4fFAYsP2abFYvhu1Ysmvx85LgjQEfkuOlcX jUY4j4dRrRE3sPyC+avQUNtCEEolvRaRKJSuT73Z3ARk8Y7I6DejU/4YfYc6gq44qpBu +Aadjf4NDyAvG4CsTmOUNC54GIxDjHQEfWZYQ= Received: by 161.129.204.104 with SMTP id b19mr2375672fai.114.1305456603065; Sun, 15 May 2011 03:50:03 -0700 (PDT) Received: from [161.129.204.104] 438-675-5458.adsl.net.t-com.hr [161.129.204.104]) by mx.google.com with ESMTPS id p16sm1431129fax.45.2161.129.204.104.50.01 (version=SSLv3 cipher=OTHER); Sun, 15 May 2011 03:50:02 -0700 (PDT) Message-ID: <[email protected]> Date: Sun, 15 May 2011 12:50:05 +0200 From: Ivan Habunek <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:161.129.204.104) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: Christian Grobmeier <[email protected]> CC: Log4PHP Dev <[email protected]> Subject: File permissions Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Christian, I'm still having some issues with deploying the new site docs. Could you please go to peopele.apache.org and adjust the permissions in the /www/logging.apache.org/log4php folder so all files (recursively) have write permissions for the "logging" group. Currently, only the files in the root of that folder have proper pemissions. Others mostly have 644. I'm bugging you personally, because I see you're the owner on those files. Thanks! Ivan From [email protected] Sun May 15 11:38:22 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id D87D34C78 for <[email protected]>; Sun, 15 May 2011 11:38:22 +0000 (UTC) Received: (qmail 45657 invoked by uid 500); 15 May 2011 11:38:22 -0000 Delivered-To: [email protected] Received: (qmail 45633 invoked by uid 500); 15 May 2011 11:38:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 45626 invoked by uid 500); 15 May 2011 11:38:22 -0000 Delivered-To: [email protected] Received: (qmail 45623 invoked by uid 99); 15 May 2011 11:38:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 May 2011 11:38:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 May 2011 11:38:19 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5FB3E2388994; Sun, 15 May 2011 11:37:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1103330 - in /logging/log4php/trunk/src: main/php/ main/php/appenders/ main/php/layouts/ test/php/appenders/ test/php/layouts/ Date: Sun, 15 May 2011 11:37:58 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ihabunek Date: Sun May 15 11:37:57 2011 New Revision: 1103330 URL: http://svn.apache.org/viewvc?rev=1103330&view=rev Log: Renamed LoggerMongoDBBsonLayout to LoggerLayoutBson to follow naming conventions. Added: logging/log4php/trunk/src/main/php/layouts/LoggerLayoutBson.php - copied, changed from r1071041, logging/log4php/trunk/src/main/php/layouts/LoggerMongoDBBsonLayout.php Removed: logging/log4php/trunk/src/main/php/layouts/LoggerMongoDBBsonLayout.php Modified: logging/log4php/trunk/src/main/php/Logger.php logging/log4php/trunk/src/main/php/appenders/LoggerAppenderMongoDB.php logging/log4php/trunk/src/test/php/appenders/LoggerAppenderMongoDBLayoutTest.php logging/log4php/trunk/src/test/php/layouts/LoggerMongoDbBsonLayoutTest.php Modified: logging/log4php/trunk/src/main/php/Logger.php URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/main/php/Logger.php?rev=1103330&r1=1103329&r2=1103330&view=diff ============================================================================== --- logging/log4php/trunk/src/main/php/Logger.php (original) +++ logging/log4php/trunk/src/main/php/Logger.php Sun May 15 11:37:57 2011 @@ -75,6 +75,7 @@ class Logger { 'LoggerAppenderFile' => '/appenders/LoggerAppenderFile.php', 'LoggerAppenderMail' => '/appenders/LoggerAppenderMail.php', 'LoggerAppenderMailEvent' => '/appenders/LoggerAppenderMailEvent.php', + 'LoggerAppenderMongoDB' => '/appenders/LoggerAppenderMongoDB.php', 'LoggerAppenderNull' => '/appenders/LoggerAppenderNull.php', 'LoggerAppenderPhp' => '/appenders/LoggerAppenderPhp.php', 'LoggerAppenderRollingFile' => '/appenders/LoggerAppenderRollingFile.php', @@ -100,6 +101,7 @@ class Logger { 'LoggerClassNamePatternConverter' => '/helpers/LoggerClassNamePatternConverter.php', 'LoggerCategoryPatternConverter' => '/helpers/LoggerCategoryPatternConverter.php', 'LoggerPatternParser' => '/helpers/LoggerPatternParser.php', + 'LoggerLayoutBson' => '/layouts/LoggerLayoutBson.php', 'LoggerLayoutHtml' => '/layouts/LoggerLayoutHtml.php', 'LoggerLayoutSimple' => '/layouts/LoggerLayoutSimple.php', 'LoggerLayoutTTCC' => '/layouts/LoggerLayoutTTCC.php', @@ -116,9 +118,7 @@ class Logger { 'LoggerFilterDenyAll' => '/filters/LoggerFilterDenyAll.php', 'LoggerFilterLevelMatch' => '/filters/LoggerFilterLevelMatch.php', 'LoggerFilterLevelRange' => '/filters/LoggerFilterLevelRange.php', - 'LoggerFilterStringMatch' => '/filters/LoggerFilterStringMatch.php', - 'LoggerAppenderMongoDB' => '/appenders/LoggerAppenderMongoDB.php', - 'LoggerMongoDBBsonLayout' => '/layouts/LoggerMongoDBBsonLayout.php' + 'LoggerFilterStringMatch' => '/filters/LoggerFilterStringMatch.php' ); /** Modified: logging/log4php/trunk/src/main/php/appenders/LoggerAppenderMongoDB.php URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/main/php/appenders/LoggerAppenderMongoDB.php?rev=1103330&r1=1103329&r2=1103330&view=diff ============================================================================== --- logging/log4php/trunk/src/main/php/appenders/LoggerAppenderMongoDB.php (original) +++ logging/log4php/trunk/src/main/php/appenders/LoggerAppenderMongoDB.php Sun May 15 11:37:57 2011 @@ -81,7 +81,7 @@ class LoggerAppenderMongoDB extends Logg $this->dbName = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$DEFAULT_DB_NAME; $this->collectionName = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$DEFAULT_COLLECTION_NAME; $this->requiresLayout = false; - $this->setLayout(new LoggerMongoDBBsonLayout()); + $this->setLayout(new LoggerLayoutBson()); } /** * Setup db connection. @@ -112,7 +112,7 @@ class LoggerAppenderMongoDB extends Logg } /** - * Set the Layout for this appender. Per default the LoggerMongoDBBsonLayout + * Set the Layout for this appender. Per default the LoggerLayoutBson * is used as format. It can be overwritten with your own format using this * setLayout method, even when a layout is not required. * @see LoggerAppenderacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsetLayout() Copied: logging/log4php/trunk/src/main/php/layouts/LoggerLayoutBson.php (from r1071041, logging/log4php/trunk/src/main/php/layouts/LoggerMongoDBBsonLayout.php) URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/main/php/layouts/LoggerLayoutBson.php?p2=logging/log4php/trunk/src/main/php/layouts/LoggerLayoutBson.php&p1=logging/log4php/trunk/src/main/php/layouts/LoggerMongoDBBsonLayout.php&r1=1071041&r2=1103330&rev=1103330&view=diff ============================================================================== --- logging/log4php/trunk/src/main/php/layouts/LoggerMongoDBBsonLayout.php (original) +++ logging/log4php/trunk/src/main/php/layouts/LoggerLayoutBson.php Sun May 15 11:37:57 2011 @@ -42,7 +42,7 @@ * @subpackage appenders * @since 2.1 */ -class LoggerMongoDBBsonLayout extends LoggerLayout { +class LoggerLayoutBson extends LoggerLayout { public function __construct() { } Modified: logging/log4php/trunk/src/test/php/appenders/LoggerAppenderMongoDBLayoutTest.php URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/php/appenders/LoggerAppenderMongoDBLayoutTest.php?rev=1103330&r1=1103329&r2=1103330&view=diff ============================================================================== --- logging/log4php/trunk/src/test/php/appenders/LoggerAppenderMongoDBLayoutTest.php (original) +++ logging/log4php/trunk/src/test/php/appenders/LoggerAppenderMongoDBLayoutTest.php Sun May 15 11:37:57 2011 @@ -38,7 +38,7 @@ class LoggerAppenderMongoDBLayoutTest ex public static function setUpBeforeClass() { selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$appender = new LoggerAppenderMongoDB('mongo_appender'); - selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$layout = new LoggerMongoDBBsonLayout(); + selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$layout = new LoggerLayoutBson(); selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$appender->setLayout(selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$layout); selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$event = new LoggerLoggingEvent("LoggerAppenderMongoDBLayoutTest", new Logger("TEST"), LoggerLevelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLevelError(), "testmessage"); } Modified: logging/log4php/trunk/src/test/php/layouts/LoggerMongoDbBsonLayoutTest.php URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/php/layouts/LoggerMongoDbBsonLayoutTest.php?rev=1103330&r1=1103329&r2=1103330&view=diff ============================================================================== --- logging/log4php/trunk/src/test/php/layouts/LoggerMongoDbBsonLayoutTest.php (original) +++ logging/log4php/trunk/src/test/php/layouts/LoggerMongoDbBsonLayoutTest.php Sun May 15 11:37:57 2011 @@ -36,7 +36,7 @@ class LoggerMongoDbBsonLayoutTest extend public static function setUpBeforeClass() { selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$logger = Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLogger('test.Logger'); - selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$layout = new LoggerMongoDBBsonLayout(); + selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$layout = new LoggerLayoutBson(); } public static function tearDownAfterClass() { From [email protected] Sun May 15 13:11:55 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 4199F482D for <[email protected]>; Sun, 15 May 2011 13:11:55 +0000 (UTC) Received: (qmail 93899 invoked by uid 500); 15 May 2011 13:11:55 -0000 Delivered-To: [email protected] Received: (qmail 93865 invoked by uid 500); 15 May 2011 13:11:55 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 93858 invoked by uid 500); 15 May 2011 13:11:55 -0000 Delivered-To: [email protected] Received: (qmail 93855 invoked by uid 99); 15 May 2011 13:11:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 May 2011 13:11:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 May 2011 13:11:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C912823889ED; Sun, 15 May 2011 13:11:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1103366 - in /logging/log4php/trunk/src: changes/ main/php/ main/php/appenders/ main/php/helpers/ main/php/layouts/ test/php/appenders/ test/php/helpers/ test/php/layouts/ Date: Sun, 15 May 2011 13:11:28 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ihabunek Date: Sun May 15 13:11:28 2011 New Revision: 1103366 URL: http://svn.apache.org/viewvc?rev=1103366&view=rev Log: Work on the MongoDB appender (original code provided by Vladimir Gorej) : * Added LoggerLoggingEventBsonifier helper class for constructing bson arrays as required by MongoDB appender. * Adapted LoggerAppenderMongoDB to use the bsonifier helper instead of a layout. * Removed LoggerLayoutBson since it is no longer used (maybe rework the code for a JSON appender later). * Adapted tests where needed. Added: logging/log4php/trunk/src/main/php/helpers/LoggerLoggingEventBsonifier.php logging/log4php/trunk/src/test/php/helpers/LoggerLoggingEventBsonifierTest.php - copied, changed from r1103330, logging/log4php/trunk/src/test/php/layouts/LoggerMongoDbBsonLayoutTest.php Removed: logging/log4php/trunk/src/main/php/layouts/LoggerLayoutBson.php logging/log4php/trunk/src/test/php/appenders/LoggerAppenderMongoDBLayoutTest.php logging/log4php/trunk/src/test/php/layouts/LoggerMongoDbBsonLayoutTest.php Modified: logging/log4php/trunk/src/changes/changes.xml logging/log4php/trunk/src/main/php/Logger.php logging/log4php/trunk/src/main/php/appenders/LoggerAppenderMongoDB.php logging/log4php/trunk/src/test/php/appenders/LoggerAppenderMongoDBTest.php Modified: logging/log4php/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/changes/changes.xml?rev=1103366&r1=1103365&r2=1103366&view=diff ============================================================================== --- logging/log4php/trunk/src/changes/changes.xml (original) +++ logging/log4php/trunk/src/changes/changes.xml Sun May 15 13:11:28 2011 @@ -24,6 +24,7 @@ </properties> <body> <release version="2.1" description="Stabilizing"> + <action type="fix" issue="LOG4PHP-110" by="Vladimir Gorej, Ivan Habunek">Adapted MongoDB appender to better fit in log4php codebase.</action> <action type="fix" issue="LOG4PHP-126" by="Peter Chapman, Christian Grobmeier">LoggerConfiguratorPhp does not appear to respect appender file property from config</action> <action type="fix" issue="LOG4PHP-118" by="Craig Marvelley">Additivity cannot be disabled through log4php.properties ini file.</action> <action type="update" issue="LOG4PHP-110" by="Vladimir Gorej, Christian Grobmeier">Added MongoDB appender</action> Modified: logging/log4php/trunk/src/main/php/Logger.php URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/main/php/Logger.php?rev=1103366&r1=1103365&r2=1103366&view=diff ============================================================================== --- logging/log4php/trunk/src/main/php/Logger.php (original) +++ logging/log4php/trunk/src/main/php/Logger.php Sun May 15 13:11:28 2011 @@ -90,6 +90,7 @@ class Logger { 'LoggerDatePatternConverter' => '/helpers/LoggerDatePatternConverter.php', 'LoggerLiteralPatternConverter' => '/helpers/LoggerLiteralPatternConverter.php', 'LoggerLocationPatternConverter' => '/helpers/LoggerLocationPatternConverter.php', + 'LoggerLoggingEventBsonifier' => '/helpers/LoggerLoggingEventBsonifier.php', 'LoggerMDCPatternConverter' => '/helpers/LoggerMDCPatternConverter.php', 'LoggerNamedPatternConverter' => '/helpers/LoggerNamedPatternConverter.php', 'LoggerBasicPatternConverter' => '/helpers/LoggerBasicPatternConverter.php', Modified: logging/log4php/trunk/src/main/php/appenders/LoggerAppenderMongoDB.php URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/main/php/appenders/LoggerAppenderMongoDB.php?rev=1103366&r1=1103365&r2=1103366&view=diff ============================================================================== --- logging/log4php/trunk/src/main/php/appenders/LoggerAppenderMongoDB.php (original) +++ logging/log4php/trunk/src/main/php/appenders/LoggerAppenderMongoDB.php Sun May 15 13:11:28 2011 @@ -21,30 +21,6 @@ /** * Appender for writing to MongoDB. * - * Format of log event (for exception): - * { - * "_id": MongoId - * "timestamp": MongoDate, - * "level":"ERROR", - * "thread":"2556", - * "message":"testmessage", - * "loggerName":"testLogger", - * "fileName":"NA", - * "method":"getLocationInformation", - * "lineNumber":"NA", - * "className":"LoggerLoggingEvent", - * "exception":{ - * "message":"exception2", - * "code":0, - * "stackTrace":"stackTrace of Exception", - * "innerException":{ - * "message":"exception1", - * "code":0, - * "stackTrace":"stactTrace of inner Exception" - * } - * } - * } - * * This class has been originally contributed from Vladimir Gorej * (http://github.com/log4mongo/log4mongo-php). * @@ -61,28 +37,31 @@ class LoggerAppenderMongoDB extends Logg private static $DEFAULT_DB_NAME = 'log4php_mongodb'; private static $DEFAULT_COLLECTION_NAME = 'logs'; - private $hostname; - private $port; - private $dbName; - private $collectionName; + protected $hostname; + protected $port; + protected $dbName; + protected $collectionName; - private $connection; - private $collection; + protected $connection; + protected $collection; + protected $bsonifier; - private $userName; - private $password; + protected $userName; + protected $password; + + protected $canAppend = false; - private $canAppend = false; + protected $requiresLayout = false; public function __construct($name = '') { parentacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b__construct($name); $this->hostname = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$DEFAULT_MONGO_URL_PREFIX.selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$DEFAULT_MONGO_HOST; $this->port = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$DEFAULT_MONGO_PORT; $this->dbName = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$DEFAULT_DB_NAME; - $this->collectionName = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$DEFAULT_COLLECTION_NAME; - $this->requiresLayout = false; - $this->setLayout(new LoggerLayoutBson()); + $this->collectionName = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$DEFAULT_COLLECTION_NAME; + $this->bsonifier = new LoggerLoggingEventBsonifier(); } + /** * Setup db connection. * Based on defined options, this method connects to db defined in {@link $dbNmae} @@ -112,24 +91,13 @@ class LoggerAppenderMongoDB extends Logg } /** - * Set the Layout for this appender. Per default the LoggerLayoutBson - * is used as format. It can be overwritten with your own format using this - * setLayout method, even when a layout is not required. - * @see LoggerAppenderacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsetLayout() - * @param LoggerLayout $layout - */ - public function setLayout($layout) { - $this->layout = $layout; - } - - /** * Appends a new event to the mongo database. * * @throws LoggerException If the pattern conversion or the INSERT statement fails. */ public function append(LoggerLoggingEvent $event) { if ($this->canAppend == true && $this->collection != null) { - $document = (array) $this->getLayout()->format($event); + $document = $this->bsonifier->bsonify($event); $this->collection->insert($document); } } Added: logging/log4php/trunk/src/main/php/helpers/LoggerLoggingEventBsonifier.php URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/main/php/helpers/LoggerLoggingEventBsonifier.php?rev=1103366&view=auto ============================================================================== --- logging/log4php/trunk/src/main/php/helpers/LoggerLoggingEventBsonifier.php (added) +++ logging/log4php/trunk/src/main/php/helpers/LoggerLoggingEventBsonifier.php Sun May 15 13:11:28 2011 @@ -0,0 +1,104 @@ +<?php +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * @package log4php + * @subpackage helpers + */ + +/** + * Helper class used by MongoDB appender. + * + * This class has been originally contributed from Vladimir Gorej + * (http://github.com/log4mongo/log4mongo-php). + */ +class LoggerLoggingEventBsonifier +{ + /** + * Bson-ify logging event into mongo bson + * + * @param LoggerLoggingEvent $event + * @return array + */ + public function bsonify(LoggerLoggingEvent $event) { + $timestampSec = (int) $event->getTimestamp(); + $timestampUsec = (int) (($event->getTimestamp() - $timestampSec) * 1000000); + + $document = array( + 'timestamp' => new MongoDate($timestampSec, $timestampUsec), + 'level' => $event->getLevel()->toString(), + 'thread' => (int) $event->getThreadName(), + 'message' => $event->getMessage(), + 'loggerName' => $event->getLoggerName() + ); + + $this->addLocationInformation($document, $event->getLocationInformation()); + $this->addThrowableInformation($document, $event->getThrowableInformation()); + + return $document; + } + + /** + * Adding, if exists, location information into bson document + * + * @param array $document + * @param LoggerLocationInfo $locationInfo + */ + protected function addLocationInformation(&$document, LoggerLocationInfo $locationInfo = null) { + if ($locationInfo != null) { + $document['fileName'] = $locationInfo->getFileName(); + $document['method'] = $locationInfo->getMethodName(); + $document['lineNumber'] = ($locationInfo->getLineNumber() == 'NA') ? 'NA' : (int) $locationInfo->getLineNumber(); + $document['className'] = $locationInfo->getClassName(); + } + } + + /** + * Adding, if exists, throwable information into bson document + * + * @param array $document + * @param LoggerThrowableInformation $throwableInfo + */ + protected function addThrowableInformation(&$document, LoggerThrowableInformation $throwableInfo = null) { + if ($throwableInfo != null) { + $document['exception'] = $this->bsonifyThrowable($throwableInfo->getThrowable()); + } + } + + /** + * Bson-ifying php native Exception object + * Support for innner exceptions + * + * @param Exception $ex + * @return array + */ + protected function bsonifyThrowable(Exception $ex) { + + $bsonException = array( + 'message' => $ex->getMessage(), + 'code' => $ex->getCode(), + 'stackTrace' => $ex->getTraceAsString(), + ); + + if (method_exists($ex, 'getPrevious') && $ex->getPrevious() !== null) { + $bsonException['innerException'] = $this->bsonifyThrowable($ex->getPrevious()); + } + + return $bsonException; + } +} + +?> \ No newline at end of file Modified: logging/log4php/trunk/src/test/php/appenders/LoggerAppenderMongoDBTest.php URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/php/appenders/LoggerAppenderMongoDBTest.php?rev=1103366&r1=1103365&r2=1103366&view=diff ============================================================================== --- logging/log4php/trunk/src/test/php/appenders/LoggerAppenderMongoDBTest.php (original) +++ logging/log4php/trunk/src/test/php/appenders/LoggerAppenderMongoDBTest.php Sun May 15 13:11:28 2011 @@ -19,7 +19,7 @@ */ /** - * Testclass for the default layout. + * Testclass for the MongoDB appender. * * This class has been originally contributed from Vladimir Gorej * (http://github.com/log4mongo/log4mongo-php). @@ -35,8 +35,8 @@ class LoggerAppenderMongoDBTest extends protected static $event; public static function setUpBeforeClass() { - selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$appender = new LoggerAppenderMongoDB('mongo_appender'); - selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$event = new LoggerLoggingEvent("LoggerAppenderMongoDBTest", new Logger("TEST"), LoggerLevelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLevelError(), "testmessage"); + selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$appender = new LoggerAppenderMongoDB('mongo_appender'); + selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$event = new LoggerLoggingEvent("LoggerAppenderMongoDBTest", new Logger("TEST"), LoggerLevelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLevelError(), "testmessage"); } public static function tearDownAfterClass() { Copied: logging/log4php/trunk/src/test/php/helpers/LoggerLoggingEventBsonifierTest.php (from r1103330, logging/log4php/trunk/src/test/php/layouts/LoggerMongoDbBsonLayoutTest.php) URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/php/helpers/LoggerLoggingEventBsonifierTest.php?p2=logging/log4php/trunk/src/test/php/helpers/LoggerLoggingEventBsonifierTest.php&p1=logging/log4php/trunk/src/test/php/layouts/LoggerMongoDbBsonLayoutTest.php&r1=1103330&r2=1103366&rev=1103366&view=diff ============================================================================== --- logging/log4php/trunk/src/test/php/layouts/LoggerMongoDbBsonLayoutTest.php (original) +++ logging/log4php/trunk/src/test/php/helpers/LoggerLoggingEventBsonifierTest.php Sun May 15 13:11:28 2011 @@ -29,29 +29,19 @@ * @subpackage appenders * @since 2.1 */ -class LoggerMongoDbBsonLayoutTest extends PHPUnit_Framework_TestCase { +class LoggerLoggingEventBsonifierTest extends PHPUnit_Framework_TestCase { protected static $logger; - protected static $layout; + protected static $bsonifier; public static function setUpBeforeClass() { - selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$logger = Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLogger('test.Logger'); - selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$layout = new LoggerLayoutBson(); + selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$logger = Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLogger('test.Logger'); + selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$bsonifier = new LoggerLoggingEventBsonifier(); } public static function tearDownAfterClass() { selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$logger = null; - selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$layout = null; - } - - public function testActivateOptions() { - $result = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$layout->activateOptions(); - $this->assertTrue($result); - } - - public function testgetContentType() { - $result = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$layout->getContentType(); - $this->assertEquals('application/bson', $result); + selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$bsonifier = null; } public function testFormatSimple() { @@ -61,7 +51,7 @@ class LoggerMongoDbBsonLayoutTest extend LoggerLevelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLevelWarn(), 'test message' ); - $bsonifiedEvent = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$layout->format($event); + $bsonifiedEvent = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$bsonifier->bsonify($event); $this->assertEquals('WARN', $bsonifiedEvent['level']); $this->assertEquals('test message', $bsonifiedEvent['message']); @@ -75,7 +65,7 @@ class LoggerMongoDbBsonLayoutTest extend LoggerLevelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLevelWarn(), 'test message' ); - $bsonifiedEvent = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$layout->format($event); + $bsonifiedEvent = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$bsonifier->bsonify($event); $this->assertEquals('NA', $bsonifiedEvent['fileName']); $this->assertEquals('getLocationInformation', $bsonifiedEvent['method']); @@ -92,12 +82,12 @@ class LoggerMongoDbBsonLayoutTest extend microtime(true), new Exception('test exception', 1) ); - $bsonifiedEvent = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$layout->format($event); + $bsonifiedEvent = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$bsonifier->bsonify($event); - $this->assertTrue(array_key_exists('exception', $bsonifiedEvent)); + $this->assertArrayHasKey('exception', $bsonifiedEvent); $this->assertEquals(1, $bsonifiedEvent['exception']['code']); $this->assertEquals('test exception', $bsonifiedEvent['exception']['message']); - $this->assertContains('[internal function]: LoggerMongoDbBsonLayoutTest', $bsonifiedEvent['exception']['stackTrace']); + $this->assertContains('[internal function]: LoggerLoggingEventBsonifierTest', $bsonifiedEvent['exception']['stackTrace']); } public function testFormatThrowableInfoWithInnerException() { @@ -109,13 +99,13 @@ class LoggerMongoDbBsonLayoutTest extend microtime(true), new Exception('test exeption', 1, new Exception('test exception inner', 2)) ); - $bsonifiedEvent = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$layout->format($event); + $bsonifiedEvent = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$bsonifier->bsonify($event); $this->assertTrue(array_key_exists('exception', $bsonifiedEvent)); $this->assertTrue(array_key_exists('innerException', $bsonifiedEvent['exception'])); $this->assertEquals(2, $bsonifiedEvent['exception']['innerException']['code']); $this->assertEquals('test exception inner', $bsonifiedEvent['exception']['innerException']['message']); - $this->assertContains('[internal function]: LoggerMongoDbBsonLayoutTest', $bsonifiedEvent['exception']['stackTrace']); + $this->assertContains('[internal function]: LoggerLoggingEventBsonifierTest', $bsonifiedEvent['exception']['stackTrace']); } @@ -126,7 +116,7 @@ class LoggerMongoDbBsonLayoutTest extend LoggerLevelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLevelWarn(), 'test message' ); - $bsonifiedEvent = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$layout->bsonify($event); + $bsonifiedEvent = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$bsonifier->bsonify($event); $this->assertEquals('WARN', $bsonifiedEvent['level']); $this->assertEquals('test message', $bsonifiedEvent['message']); @@ -140,7 +130,7 @@ class LoggerMongoDbBsonLayoutTest extend LoggerLevelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLevelWarn(), 'test message' ); - $bsonifiedEvent = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$layout->bsonify($event); + $bsonifiedEvent = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$bsonifier->bsonify($event); $this->assertEquals('NA', $bsonifiedEvent['fileName']); $this->assertEquals('getLocationInformation', $bsonifiedEvent['method']); @@ -157,12 +147,12 @@ class LoggerMongoDbBsonLayoutTest extend microtime(true), new Exception('test exception', 1) ); - $bsonifiedEvent = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$layout->bsonify($event); + $bsonifiedEvent = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$bsonifier->bsonify($event); $this->assertTrue(array_key_exists('exception', $bsonifiedEvent)); $this->assertEquals(1, $bsonifiedEvent['exception']['code']); $this->assertEquals('test exception', $bsonifiedEvent['exception']['message']); - $this->assertContains('[internal function]: LoggerMongoDbBsonLayoutTest', $bsonifiedEvent['exception']['stackTrace']); + $this->assertContains('[internal function]: LoggerLoggingEventBsonifierTest', $bsonifiedEvent['exception']['stackTrace']); } public function testBsonifyThrowableInfoWithInnerException() { @@ -174,13 +164,13 @@ class LoggerMongoDbBsonLayoutTest extend microtime(true), new Exception('test exeption', 1, new Exception('test exception inner', 2)) ); - $bsonifiedEvent = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$layout->bsonify($event); + $bsonifiedEvent = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$bsonifier->bsonify($event); $this->assertTrue(array_key_exists('exception', $bsonifiedEvent)); $this->assertTrue(array_key_exists('innerException', $bsonifiedEvent['exception'])); $this->assertEquals(2, $bsonifiedEvent['exception']['innerException']['code']); $this->assertEquals('test exception inner', $bsonifiedEvent['exception']['innerException']['message']); - $this->assertContains('[internal function]: LoggerMongoDbBsonLayoutTest', $bsonifiedEvent['exception']['stackTrace']); + $this->assertContains('[internal function]: LoggerLoggingEventBsonifierTest', $bsonifiedEvent['exception']['stackTrace']); } public function testIsThreadInteger() { @@ -190,7 +180,7 @@ class LoggerMongoDbBsonLayoutTest extend LoggerLevelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLevelWarn(), 'test message' ); - $bsonifiedEvent = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$layout->bsonify($event); + $bsonifiedEvent = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$bsonifier->bsonify($event); $this->assertTrue(is_int($bsonifiedEvent['thread'])); } @@ -201,7 +191,7 @@ class LoggerMongoDbBsonLayoutTest extend LoggerLevelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLevelWarn(), 'test message' ); - $bsonifiedEvent = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$layout->bsonify($event); + $bsonifiedEvent = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$bsonifier->bsonify($event); $this->assertTrue(is_int($bsonifiedEvent['lineNumber']) || $bsonifiedEvent['lineNumber'] == 'NA'); } @@ -214,7 +204,7 @@ class LoggerMongoDbBsonLayoutTest extend microtime(true), new Exception('test exeption', 1, new Exception('test exception inner', 2)) ); - $bsonifiedEvent = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$layout->bsonify($event); + $bsonifiedEvent = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$bsonifier->bsonify($event); $this->assertTrue(is_int($bsonifiedEvent['exception']['code'])); } } From [email protected] Sun May 15 13:34:28 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 81A0F44DE for <[email protected]>; Sun, 15 May 2011 13:34:28 +0000 (UTC) Received: (qmail 888 invoked by uid 500); 15 May 2011 13:34:27 -0000 Delivered-To: [email protected] Received: (qmail 833 invoked by uid 500); 15 May 2011 13:34:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 619 invoked by uid 99); 15 May 2011 13:34:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 May 2011 13:34:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hel.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 May 2011 13:34:26 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [161.129.204.104]) by hel.zones.apache.org (Postfix) with ESMTP id 7A43CCB269 for <[email protected]>; Sun, 15 May 2011 13:33:47 +0000 (UTC) Date: Sun, 15 May 2011 13:33:47 +0000 (UTC) From: "Ivan Habunek (JIRA)" <[email protected]> To: [email protected] Message-ID: <[email protected]> Subject: [jira] [Commented] (LOG4PHP-110) mongo database appender for log4php MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LOG4PHP-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13033683#comment-13033683 ] Ivan Habunek commented on LOG4PHP-110: -------------------------------------- Hi Vladimir, I have decided to drop the LoggerLayoutBson class for now, since it does not fit in with the rest of the layouts which return strings. Other appenders would fail if they were used with this layout. In it's place, I have added the LoggerLoggingEventBsonifier helper class, from your github repository, and updated the appender to use this helper instead of the layout class. I made minor changes to the helper - replaced the ArrayObject with standard array since I don't see why an ArrayObject was needed here. Maybe we can let the users create their own "bsonifier" objects and control the data layout that way? What do you think? Ivan > mongo database appender for log4php > ----------------------------------- > > Key: LOG4PHP-110 > URL: https://issues.apache.org/jira/browse/LOG4PHP-110 > Project: Log4php > Issue Type: New Feature > Components: Code, Documentation, Tests > Affects Versions: 2.0 > Environment: PHP > Reporter: Vladimir Gorej > Assignee: Christian Grobmeier > Fix For: 2.1 > > Attachments: src.tgz, throwable.path > > > mongo database appender for log4php with unit test coverage -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sun May 15 14:45:28 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 08D784687 for <[email protected]>; Sun, 15 May 2011 14:45:28 +0000 (UTC) Received: (qmail 43005 invoked by uid 500); 15 May 2011 14:45:28 -0000 Delivered-To: [email protected] Received: (qmail 42977 invoked by uid 500); 15 May 2011 14:45:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 42970 invoked by uid 99); 15 May 2011 14:45:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 May 2011 14:45:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hel.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 May 2011 14:45:26 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [161.129.204.104]) by hel.zones.apache.org (Postfix) with ESMTP id 68306CBD29 for <[email protected]>; Sun, 15 May 2011 14:44:47 +0000 (UTC) Date: Sun, 15 May 2011 14:44:47 +0000 (UTC) From: "Vladimir Gorej (JIRA)" <[email protected]> To: [email protected] Message-ID: <[email protected]> Subject: [jira] [Commented] (LOG4PHP-110) mongo database appender for log4php MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LOG4PHP-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13033697#comment-13033697 ] Vladimir Gorej commented on LOG4PHP-110: ---------------------------------------- Hello Ivan, Before I comment further, have you checked the branch of git repo I have created a cuple of months ago ? You can find it here: https://github.com/log4mongo/log4mongo-php/tree/refactor This branch addresses all issues raised in previous comments. By reading your last comment i guess you did not check it. Please review it. It fixes all issues you have problem with, including layout class returning string, test, suggested refactoring, arrays vs arrayobjects. > mongo database appender for log4php > ----------------------------------- > > Key: LOG4PHP-110 > URL: https://issues.apache.org/jira/browse/LOG4PHP-110 > Project: Log4php > Issue Type: New Feature > Components: Code, Documentation, Tests > Affects Versions: 2.0 > Environment: PHP > Reporter: Vladimir Gorej > Assignee: Christian Grobmeier > Fix For: 2.1 > > Attachments: src.tgz, throwable.path > > > mongo database appender for log4php with unit test coverage -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Tue May 17 13:54:06 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id ED50A457B for <[email protected]>; Tue, 17 May 2011 13:54:05 +0000 (UTC) Received: (qmail 1363 invoked by uid 500); 17 May 2011 13:54:05 -0000 Delivered-To: [email protected] Received: (qmail 1317 invoked by uid 500); 17 May 2011 13:54:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 1310 invoked by uid 99); 17 May 2011 13:54:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 May 2011 13:54:05 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-iw0-f175.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 May 2011 13:54:00 +0000 Received: by iwn10 with SMTP id 10so578095iwn.34 for <[email protected]>; Tue, 17 May 2011 06:53:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=YCYnDzuN0CA8Bxex0aYRlMbMR4PGeT3j2ODTbofUKQ4=; b=Gaul5QQAty/i0S7aT4fGWR9nPRLs6vNlj03vICHB6WSlQUyEwz4ZVpuoaz84wtD+Ks QDKOAsS3SIc1LAZUKcUspJXL8uu80qPJyneX2snRSbD+Pjcun36E/o+e8a8shpdu/FIr vlSVXFmbmtDWQKSOnBIBFVouJFL2fpqn7iUhA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=aZd0iEt/sdYQm0aogkj9tsXCZq91IXT4spMw3TtFqSKk+Lwz+mxDr1/V1rsCixy3rm 5shjDX+YccZjIRgW10bDVYbsR41OKW38CmyUv0JCmyLSkfxPOA/lafAreDBc6NAcWn0M 7dQDiELPreMz0+mfzBRxvK3kKaMMpgeB8t4+w= Received: by 161.129.204.104 with SMTP id u5mr708207icx.466.1305640420074; Tue, 17 May 2011 06:53:40 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Tue, 17 May 2011 06:53:20 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> From: Christian Grobmeier <[email protected]> Date: Tue, 17 May 2011 15:53:20 +0200 Message-ID: <[email protected]> Subject: Re: File permissions To: Ivan Habunek <[email protected]> Cc: Log4PHP Dev <[email protected]> Content-Type: text/plain; charset=UTF-8 Hey Ivan, can you check now? I have moved the permissions to 775, this should do the trick. Cheers, Christian PS: and sorry for the trouble ;-) 2011/5/15 Ivan Habunek <[email protected]>: > Christian, > > I'm still having some issues with deploying the new site docs. > > Could you please go to peopele.apache.org and adjust the permissions in the > /www/logging.apache.org/log4php folder so all files (recursively) have write > permissions for the "logging" group. Currently, only the files in the root > of that folder have proper pemissions. Others mostly have 644. I'm bugging > you personally, because I see you're the owner on those files. > > Thanks! > Ivan > -- http://www.grobmeier.de From [email protected] Tue May 17 22:01:19 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id E52D44236 for <[email protected]>; Tue, 17 May 2011 22:01:18 +0000 (UTC) Received: (qmail 42325 invoked by uid 500); 17 May 2011 22:01:18 -0000 Delivered-To: [email protected] Received: (qmail 42295 invoked by uid 500); 17 May 2011 22:01:18 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 42284 invoked by uid 99); 17 May 2011 22:01:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 May 2011 22:01:18 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-fx0-f47.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 May 2011 22:01:11 +0000 Received: by fxm19 with SMTP id 19so1122254fxm.34 for <[email protected]>; Tue, 17 May 2011 15:00:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=q6Bq+1ZgUle1j3QmbwblujVfmdeqyCIeHgwBPfbkDEI=; b=nMQpS2YwDA+8uGf5KIk+2U77SgrVnPYtRUEsgkaq3yBmjjdhxK17K/twUbO6NXudYH hrldAs4Oo3fL3aDxyjKMPB89R24d956DzVYJa7eIREVALgTSoV1F2I3y5TQ85KyowpGm PP0XjuPMBiMH3SS1ymHrQCA58MomcfBWnTxHY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=tFUuWzsc2pG1OSfwJfQGnJUFDrysM5oO1UlyF3x16HAr4NLBkma4cJVd2lFH3o6z2Q G73DVQKBoZi032uH9P72+xPrhmXhdqvROP4/JtDEKY77yvbzSRXsJsVmXJoODN/IH4P/ g64xSi+sE1uwRuwvbd+Kyy0FegO9/O3mjAqZU= Received: by 161.129.204.104 with SMTP id j6mr1420350fax.74.1305669649569; Tue, 17 May 2011 15:00:49 -0700 (PDT) Received: from [161.129.204.104] 438-675-5458.adsl.net.t-com.hr [161.129.204.104]) by mx.google.com with ESMTPS id r10sm372017fah.34.2161.129.204.104.00.46 (version=SSLv3 cipher=OTHER); Tue, 17 May 2011 15:00:47 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 18 May 2011 00:00:50 +0200 From: Ivan Habunek <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:161.129.204.104) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: Christian Grobmeier <[email protected]> CC: Log4PHP Dev <[email protected]> Subject: Re: File permissions References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit I got it this time. I'm led to believe the web should be automatically updated at some point in time now. Let's wait and see. :) Thanks for the effort. Ivan On 17.5.2011. 15:53, Christian Grobmeier wrote: > Hey Ivan, > > can you check now? I have moved the permissions to 775, this should do > the trick. > > Cheers, > Christian > > PS: and sorry for the trouble ;-) > > 2011/5/15 Ivan Habunek<[email protected]>: >> Christian, >> >> I'm still having some issues with deploying the new site docs. >> >> Could you please go to peopele.apache.org and adjust the permissions in the >> /www/logging.apache.org/log4php folder so all files (recursively) have write >> permissions for the "logging" group. Currently, only the files in the root >> of that folder have proper pemissions. Others mostly have 644. I'm bugging >> you personally, because I see you're the owner on those files. >> >> Thanks! >> Ivan >> > > > From [email protected] Fri May 20 04:21:58 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 9F2D76FC2 for <[email protected]>; Fri, 20 May 2011 04:21:58 +0000 (UTC) Received: (qmail 64121 invoked by uid 500); 20 May 2011 04:21:58 -0000 Delivered-To: [email protected] Received: (qmail 64059 invoked by uid 500); 20 May 2011 04:21:53 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 4159 invoked by uid 99); 19 May 2011 09:38:42 -0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=WfDhWFumv7JmyqQ/ABTiTeh/7DfLeE4n7nBCpi2+ZEo=; b=YoKEf1hJFHSBEauJR9oUnPoL6Y6gi+Squ1cqIZ9ETP4cHS0vIe+hU81P75fZi9p2ZY nr4C+EluJCIWvBEEJJSaVMbVdVJ0FM3zy4MJ7Cg0EYDPyCTyXKT24isggqP4VZtY3CdB yuejI5tKIG+0qZuCu0Ri/tNif25LlqDXmfoRU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=svv4Ux1QJRHzL10oCL5Mx7c9g8OhClV9aJ6laONFx9tYwgQRabVMV/FbyCKCYmrwcf Qyp3cUZhlrM8cUFPMSiX/r59Suavs2zPRkAevOirlqCVrSLdfUhjFAaH4nu0Za1xf/GK gkLNx8n4ABQVQKj5QAiCjJq9LKoEowJTQYB0E= MIME-Version: 1.0 From: Alex Andrienko <[email protected]> Date: Thu, 19 May 2011 12:37:54 +0300 Message-ID: <[email protected]> Subject: Re: Next planned release? To: [email protected] Content-Type: multipart/alternative; boundary=00032555945ea1a6b204a39dc360 X-Virus-Checked: Checked by ClamAV on apache.org --00032555945ea1a6b204a39dc360 Content-Type: text/plain; charset=UTF-8 Hello, As I understood from the mailing list archive, there were plans to release new tag of log4php this March. Apparently, it didn't happen in time, but what is the current status in this area? Is there any way I can help with this topic? --00032555945ea1a6b204a39dc360 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">Hello,<div><br></div><div>As I understood from the=C2=A0ma= iling=C2=A0list archive, there were plans to release new tag of log4php thi= s March.</div><div>Apparently, it didn&#39;t happen in time, but what is th= e current status in this area?</div> <div>Is there any way I can help with this topic?</div></div> --00032555945ea1a6b204a39dc360-- From [email protected] Fri May 20 07:45:32 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 5DF6F68F4 for <[email protected]>; Fri, 20 May 2011 07:45:32 +0000 (UTC) Received: (qmail 2829 invoked by uid 500); 20 May 2011 07:45:32 -0000 Delivered-To: [email protected] Received: (qmail 2776 invoked by uid 500); 20 May 2011 07:45:31 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 2768 invoked by uid 99); 20 May 2011 07:45:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 07:45:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hel.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 07:45:28 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [161.129.204.104]) by hel.zones.apache.org (Postfix) with ESMTP id BCBFED2745 for <[email protected]>; Fri, 20 May 2011 07:44:47 +0000 (UTC) Date: Fri, 20 May 2011 07:44:47 +0000 (UTC) From: "Christian Grobmeier (JIRA)" <[email protected]> To: [email protected] Message-ID: <{{EMAIL+PHONE}}> In-Reply-To: <{{EMAIL+PHONE}}> Subject: [jira] [Updated] (LOG4PHP-138) Permission denied while renaming log file when hundred of users are accessing the application MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4PHP-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Grobmeier updated LOG4PHP-138: ---------------------------------------- Fix Version/s: (was: 2.0) 2.1 > Permission denied while renaming log file when hundred of users are accessing the application > --------------------------------------------------------------------------------------------- > > Key: LOG4PHP-138 > URL: https://issues.apache.org/jira/browse/LOG4PHP-138 > Project: Log4php > Issue Type: Bug > Components: Code > Affects Versions: 2.0 > Environment: Windows operating system > Reporter: Bhumir Sheth > Priority: Critical > Fix For: 2.1 > > > Hi, > We have developed a web application and integrated with log4php, which is used by hundred of users. When the size of log file exceed the maximum file size, it calls rollOver() function to create back up file for log file and truncate the current log file. > We faced one error while renaming the file from "filename" to "filename.1". This error is generated when hundred of users are accessing the application at the same time. The error is generated as below: > PHP Warning: rename(C:\PHP\errors/Test_Module.log,C:\PHP\errors/Test_Module.log.1) [<a href='function.rename'>function.rename</a>]: Permission denied in C:\Inetpub\wwwroot\Test_Application\System\System_Logger\log4php\src\main\php\appenders\LoggerAppenderRollingFile.php on line 140 > Also, back up of log files are not created in sequence when above warning is generated. For example, log file "Test_Module.log" is already exists and rollOver() function is called to create new back up file then it creates "Test_Module.log.4" instead of "Test_Module.log.1". > Moreover, log file has given all the required permissions and it works fine while appending the logs. > We would appreciate if you can help us by providing a solution or work-around for resolving this issue. > Please let me know if more details are required. > Thank you. > Best regards, > Bhumir Sheth -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri May 20 07:47:29 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 0208B6585 for <[email protected]>; Fri, 20 May 2011 07:47:29 +0000 (UTC) Received: (qmail 4023 invoked by uid 500); 20 May 2011 07:47:28 -0000 Delivered-To: [email protected] Received: (qmail 3836 invoked by uid 500); 20 May 2011 07:47:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 3799 invoked by uid 99); 20 May 2011 07:47:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 07:47:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hel.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 07:47:27 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [161.129.204.104]) by hel.zones.apache.org (Postfix) with ESMTP id BA2F7D2888 for <[email protected]>; Fri, 20 May 2011 07:46:47 +0000 (UTC) Date: Fri, 20 May 2011 07:46:47 +0000 (UTC) From: "Christian Grobmeier (JIRA)" <[email protected]> To: [email protected] Message-ID: <[email protected]> In-Reply-To: <17733069.127821294123125315.JavaMail.jira@thor> Subject: [jira] [Updated] (LOG4PHP-132) Improve XML configuration docs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LOG4PHP-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Grobmeier updated LOG4PHP-132: ---------------------------------------- Fix Version/s: (was: 2.1) 2.2 > Improve XML configuration docs > ------------------------------ > > Key: LOG4PHP-132 > URL: https://issues.apache.org/jira/browse/LOG4PHP-132 > Project: Log4php > Issue Type: Task > Components: Documentation > Affects Versions: 2.0 > Reporter: Christian Grobmeier > Priority: Minor > Fix For: 2.2 > > > the docs for xml configuration are very poor aka non existent. We need to write some examples -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri May 20 07:47:29 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 03BA7658C for <[email protected]>; Fri, 20 May 2011 07:47:29 +0000 (UTC) Received: (qmail 4025 invoked by uid 500); 20 May 2011 07:47:28 -0000 Delivered-To: [email protected] Received: (qmail 3824 invoked by uid 500); 20 May 2011 07:47:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 3798 invoked by uid 99); 20 May 2011 07:47:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 07:47:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hel.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 07:47:27 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [161.129.204.104]) by hel.zones.apache.org (Postfix) with ESMTP id D4608D288A for <[email protected]>; Fri, 20 May 2011 07:46:47 +0000 (UTC) Date: Fri, 20 May 2011 07:46:47 +0000 (UTC) From: "Christian Grobmeier (JIRA)" <[email protected]> To: [email protected] Message-ID: <[email protected]> Subject: [jira] [Updated] (LOG4PHP-87) Switch off headers for Chainsaw when using log4jNamespace = true MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LOG4PHP-87?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Grobmeier updated LOG4PHP-87: --------------------------------------- Fix Version/s: (was: 2.1) 2.2 > Switch off headers for Chainsaw when using log4jNamespace = true > ---------------------------------------------------------------- > > Key: LOG4PHP-87 > URL: https://issues.apache.org/jira/browse/LOG4PHP-87 > Project: Log4php > Issue Type: Bug > Components: Code > Affects Versions: 2.0 > Reporter: Carsten > Fix For: 2.2 > > Original Estimate: 5m > Remaining Estimate: 5m > > when trying to export Logging Events to Chainsaw through > LoggerAppenderSocket Chainsaw has got problems with > the header and footer created in LoggerLayoutXml.php Line 106 > (getHeader()) and 162 (getFooter()) . > I then inserted a return at the top of both methods in case that > log4jNamespace has been set to true in properties file: > if ($this->getLog4jNamespace()) { > return; > } > This solves this issue. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri May 20 07:47:30 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id DEA82657C for <[email protected]>; Fri, 20 May 2011 07:47:28 +0000 (UTC) Received: (qmail 4014 invoked by uid 500); 20 May 2011 07:47:28 -0000 Delivered-To: [email protected] Received: (qmail 3831 invoked by uid 500); 20 May 2011 07:47:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 3795 invoked by uid 99); 20 May 2011 07:47:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 07:47:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hel.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 07:47:27 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [161.129.204.104]) by hel.zones.apache.org (Postfix) with ESMTP id 9E728D2886 for <[email protected]>; Fri, 20 May 2011 07:46:47 +0000 (UTC) Date: Fri, 20 May 2011 07:46:47 +0000 (UTC) From: "Christian Grobmeier (JIRA)" <[email protected]> To: [email protected] Message-ID: <{{EMAIL+PHONE}}> In-Reply-To: <27927340.188401290141013632.JavaMail.jira@thor> Subject: [jira] [Updated] (LOG4PHP-130) LoggerAppenderFile creates empty log files MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LOG4PHP-130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Grobmeier updated LOG4PHP-130: ---------------------------------------- Fix Version/s: (was: 2.1) 2.2 > LoggerAppenderFile creates empty log files > ------------------------------------------ > > Key: LOG4PHP-130 > URL: https://issues.apache.org/jira/browse/LOG4PHP-130 > Project: Log4php > Issue Type: Bug > Components: Code > Affects Versions: 2.0 > Environment: - > Reporter: igor nadj > Priority: Minor > Fix For: 2.2 > > > My configuration uses LoggerAppenderDailyFile with a date pattern which includes seconds, the intent is to create a new log file for each error. The issue I've come across is that at each request it opens the file, then closes it (writing out the footer) without actually logging any error messages. My solution is to move the file-creation code to the time when the first log event is handled. > My pseudo-patch submission: > In LoggerAppenderFile.php > Change > public function activateOptions(){ ... } > to a stub > public function activateOptions(){ } > moving the contents of activateOptions to a new function > protected function open(){ > if($this->fp) return; > <code from activateOptions here> > } > where the new function is called at the start of append() > public function append(LoggerLoggingEvent $event) { > if(!$this->fp) $this->open(); > <rest of function> > } -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri May 20 07:47:30 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 7120165C0 for <[email protected]>; Fri, 20 May 2011 07:47:30 +0000 (UTC) Received: (qmail 4120 invoked by uid 500); 20 May 2011 07:47:30 -0000 Delivered-To: [email protected] Received: (qmail 4090 invoked by uid 500); 20 May 2011 07:47:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 4083 invoked by uid 99); 20 May 2011 07:47:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 07:47:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hel.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 07:47:27 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [161.129.204.104]) by hel.zones.apache.org (Postfix) with ESMTP id 7058AD2882 for <[email protected]>; Fri, 20 May 2011 07:46:47 +0000 (UTC) Date: Fri, 20 May 2011 07:46:47 +0000 (UTC) From: "Christian Grobmeier (JIRA)" <[email protected]> To: [email protected] Message-ID: <[email protected]> Subject: [jira] [Updated] (LOG4PHP-98) Check for invalid names on getLogger call MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4PHP-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Grobmeier updated LOG4PHP-98: --------------------------------------- Fix Version/s: (was: 2.1) 2.2 > Check for invalid names on getLogger call > ----------------------------------------- > > Key: LOG4PHP-98 > URL: https://issues.apache.org/jira/browse/LOG4PHP-98 > Project: Log4php > Issue Type: Improvement > Components: Code > Affects Versions: 2.0 > Reporter: Florian Platzer > Priority: Trivial > Labels: call, check, fail, function, getlogger, initiate, instance, name > Fix For: 2.2 > > > When calling the Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLogger function a name-check would be helpful. > So, if someone defines the logger "L1" and calls $_logger = Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLogger('L2'); an exception could be thrown -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri May 20 07:47:30 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id CE8B165D9 for <[email protected]>; Fri, 20 May 2011 07:47:30 +0000 (UTC) Received: (qmail 4209 invoked by uid 500); 20 May 2011 07:47:30 -0000 Delivered-To: [email protected] Received: (qmail 4172 invoked by uid 500); 20 May 2011 07:47:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 4165 invoked by uid 99); 20 May 2011 07:47:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 07:47:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hel.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 07:47:27 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [161.129.204.104]) by hel.zones.apache.org (Postfix) with ESMTP id 7BFCED2883 for <[email protected]>; Fri, 20 May 2011 07:46:47 +0000 (UTC) Date: Fri, 20 May 2011 07:46:47 +0000 (UTC) From: "Christian Grobmeier (JIRA)" <[email protected]> To: [email protected] Message-ID: <[email protected]> Subject: [jira] [Updated] (LOG4PHP-119) Formatted logs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4PHP-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Grobmeier updated LOG4PHP-119: ---------------------------------------- Fix Version/s: (was: 2.1) 2.2 > Formatted logs > -------------- > > Key: LOG4PHP-119 > URL: https://issues.apache.org/jira/browse/LOG4PHP-119 > Project: Log4php > Issue Type: New Feature > Components: Code > Affects Versions: 2.0 > Reporter: Darja Ryazhskikh > Priority: Minor > Fix For: 2.2 > > Attachments: log4php_format.patch > > > In log4net there is a set of functions for formatted logs - InfoFormat, DebugFormat, etc. They are using System.String.Format for outputing logs. So, in log4net we can write: > Logger.DebugFormat("Object1: {0}, Object2: {1}", obj1, obj2); > And in log4php we need > $logger->debug("Object1:"); > $logger->debug($obj1); > $logger->debug("Object2:"); > $logger->debug($obj2); > Obviously, log4net way is more applicable. It will be great to implement something like this in log4php. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri May 20 07:47:49 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id B51F267B8 for <[email protected]>; Fri, 20 May 2011 07:47:49 +0000 (UTC) Received: (qmail 4305 invoked by uid 500); 20 May 2011 07:47:49 -0000 Delivered-To: [email protected] Received: (qmail 4278 invoked by uid 500); 20 May 2011 07:47:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 4271 invoked by uid 99); 20 May 2011 07:47:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 07:47:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hel.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 07:47:48 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [161.129.204.104]) by hel.zones.apache.org (Postfix) with ESMTP id 03713D288D for <[email protected]>; Fri, 20 May 2011 07:46:48 +0000 (UTC) Date: Fri, 20 May 2011 07:46:48 +0000 (UTC) From: "Christian Grobmeier (JIRA)" <[email protected]> To: [email protected] Message-ID: <[email protected]> Subject: [jira] [Updated] (LOG4PHP-110) mongo database appender for log4php MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LOG4PHP-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Grobmeier updated LOG4PHP-110: ---------------------------------------- Fix Version/s: (was: 2.1) 2.2 > mongo database appender for log4php > ----------------------------------- > > Key: LOG4PHP-110 > URL: https://issues.apache.org/jira/browse/LOG4PHP-110 > Project: Log4php > Issue Type: New Feature > Components: Code, Documentation, Tests > Affects Versions: 2.0 > Environment: PHP > Reporter: Vladimir Gorej > Assignee: Christian Grobmeier > Fix For: 2.2 > > Attachments: src.tgz, throwable.path > > > mongo database appender for log4php with unit test coverage -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri May 20 07:49:31 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id EEE726AAA for <[email protected]>; Fri, 20 May 2011 07:49:30 +0000 (UTC) Received: (qmail 4810 invoked by uid 500); 20 May 2011 07:49:30 -0000 Delivered-To: [email protected] Received: (qmail 4773 invoked by uid 500); 20 May 2011 07:49:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 4766 invoked by uid 99); 20 May 2011 07:49:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 07:49:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hel.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 07:49:27 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [161.129.204.104]) by hel.zones.apache.org (Postfix) with ESMTP id 54935D2936 for <[email protected]>; Fri, 20 May 2011 07:48:47 +0000 (UTC) Date: Fri, 20 May 2011 07:48:47 +0000 (UTC) From: "Christian Grobmeier (JIRA)" <[email protected]> To: [email protected] Message-ID: <[email protected]> Subject: [jira] [Updated] (LOG4PHP-127) PHP Fatal error: Nesting level too deep - recursive dependency? when logging an object with recursive dependancies MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4PHP-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Grobmeier updated LOG4PHP-127: ---------------------------------------- Fix Version/s: (was: 2.1) 2.2 > PHP Fatal error: Nesting level too deep - recursive dependency? when logging an object with recursive dependancies > ------------------------------------------------------------------------------------------------------------------ > > Key: LOG4PHP-127 > URL: https://issues.apache.org/jira/browse/LOG4PHP-127 > Project: Log4php > Issue Type: Bug > Components: Code > Affects Versions: 2.0 > Environment: linux ubuntu 8.04 > php 5.2 > Log4php 2.0.0 > Reporter: David Pattison > Fix For: 2.2 > > > I ran into a problem when you try to log an object with a circular dependency, such as $GLOBALS > here is a phpsh example: > php> require 'Logger.php'; > php> Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLogger('foo')->debug($GLOBALS); > array ( > 'GLOBALS' => > array ( > 'GLOBALS' => > array ( > 'GLOBALS' => > array ( > Fatal error: Nesting level too deep - recursive dependency? in /Users/davidp/Documents/workspace/zoosk-trunk-features/tools/include/vendor/log4php/renderers/LoggerRendererDefault.php on line 49 > I am planing to patch my system so it uses print_r() which will not die in theses cases. > When I do that I would get this output: > php> require 'Logger.php';Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLogger('foo')->debug($GLOBALS); > Thu Oct 14 18:58:48 2010,051 [2688] DEBUG foo - Array > ( > [GLOBALS] => Array > *RECURSION* > [_ENV] => Array > ( > [TERM_PROGRAM] => Apple_Terminal > [SHELL] => /bin/bash > [TERM] => xterm-color > [TMPDIR] => /var/folders/ME/ME4jssgwHQKMN3vofuUXEU++03M/-Tmp-/ > [Apple_PubSub_Socket_Render] => /tmp/launch-pRh4q5/Render > [TERM_PROGRAM_VERSION] => 273 > ... ommited... > some links about theses two methods: > http://www.php.net/manual/en/function.var-export.php > http://www.php.net/manual/en/function.print-r.php > Thanks, > Dave -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri May 20 07:51:29 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 231466AED for <[email protected]>; Fri, 20 May 2011 07:51:29 +0000 (UTC) Received: (qmail 5445 invoked by uid 500); 20 May 2011 07:51:28 -0000 Delivered-To: [email protected] Received: (qmail 5378 invoked by uid 500); 20 May 2011 07:51:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 5369 invoked by uid 99); 20 May 2011 07:51:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 07:51:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hel.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 07:51:27 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [161.129.204.104]) by hel.zones.apache.org (Postfix) with ESMTP id C3674D2A83 for <[email protected]>; Fri, 20 May 2011 07:50:47 +0000 (UTC) Date: Fri, 20 May 2011 07:50:47 +0000 (UTC) From: "Ivan Habunek (JIRA)" <[email protected]> To: [email protected] Message-ID: <[email protected]> In-Reply-To: <17733069.127821294123125315.JavaMail.jira@thor> Subject: [jira] [Updated] (LOG4PHP-132) Improve XML configuration docs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LOG4PHP-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Habunek updated LOG4PHP-132: --------------------------------- Fix Version/s: (was: 2.2) 2.1 > Improve XML configuration docs > ------------------------------ > > Key: LOG4PHP-132 > URL: https://issues.apache.org/jira/browse/LOG4PHP-132 > Project: Log4php > Issue Type: Task > Components: Documentation > Affects Versions: 2.0 > Reporter: Christian Grobmeier > Priority: Minor > Fix For: 2.1 > > > the docs for xml configuration are very poor aka non existent. We need to write some examples -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri May 20 07:51:31 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 250036AF5 for <[email protected]>; Fri, 20 May 2011 07:51:31 +0000 (UTC) Received: (qmail 5606 invoked by uid 500); 20 May 2011 07:51:30 -0000 Delivered-To: [email protected] Received: (qmail 5579 invoked by uid 500); 20 May 2011 07:51:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 5572 invoked by uid 99); 20 May 2011 07:51:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 07:51:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hel.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 07:51:28 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [161.129.204.104]) by hel.zones.apache.org (Postfix) with ESMTP id 8B207D2A7B for <[email protected]>; Fri, 20 May 2011 07:50:47 +0000 (UTC) Date: Fri, 20 May 2011 07:50:47 +0000 (UTC) From: "Ivan Habunek (JIRA)" <[email protected]> To: [email protected] Message-ID: <[email protected]> In-Reply-To: <17733069.127821294123125315.JavaMail.jira@thor> Subject: [jira] [Resolved] (LOG4PHP-132) Improve XML configuration docs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4PHP-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Habunek resolved LOG4PHP-132. ---------------------------------- Resolution: Fixed Documentation updated to include XML examples and deployed to the log4php web site. > Improve XML configuration docs > ------------------------------ > > Key: LOG4PHP-132 > URL: https://issues.apache.org/jira/browse/LOG4PHP-132 > Project: Log4php > Issue Type: Task > Components: Documentation > Affects Versions: 2.0 > Reporter: Christian Grobmeier > Priority: Minor > Fix For: 2.2 > > > the docs for xml configuration are very poor aka non existent. We need to write some examples -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri May 20 07:55:28 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id C0F136ADC for <[email protected]>; Fri, 20 May 2011 07:55:28 +0000 (UTC) Received: (qmail 23815 invoked by uid 500); 20 May 2011 07:55:24 -0000 Delivered-To: [email protected] Received: (qmail 23527 invoked by uid 500); 20 May 2011 07:55:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 21883 invoked by uid 99); 20 May 2011 07:55:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 07:55:19 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-iy0-f175.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 07:55:12 +0000 Received: by iye7 with SMTP id 7so3991370iye.34 for <[email protected]>; Fri, 20 May 2011 00:54:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; bh=+Xe7GWfRSvhBatIYJ/iLMY/BprL7D5x0X83Sn1EZNLU=; b=CQn3CTC2DQvrAXu+tURWgw52F6H+xOTCBvhHYc2fvxKjSPLZCeXw14X864nP8cDdEu 8fz4IHCKEukfiqpIuIwEjo6S85J3Zn7bmJVf6Ikvt7zglNky8rW7J2Zi7nLsZe5XCZFG SoWj1DVI4C5LsEI1pD7CYnrwO7WM9IVERqAoA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=FdmFnom8zykrIp7rhbxbhseuL3jv9gae9fulGiLNMlBnYEF6hlyQBH8Aqm6p28TVtW Vqeqp3sPcfEsRrrq0Bp6YR/3SC9M4Va9AnGVkHL9bSpacxvF/r0ZaWxP6WSjijkamkLv oimXC+cCQne8D3O0/Wt3Y159LT6z3v2aSf/7U= Received: by 161.129.204.104 with SMTP id bj5mr4967125icb.64.1305878091089; Fri, 20 May 2011 00:54:51 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Fri, 20 May 2011 00:54:31 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> From: Christian Grobmeier <[email protected]> Date: Fri, 20 May 2011 09:54:31 +0200 Message-ID: <[email protected]> Subject: Re: Next planned release? To: Log4PHP Dev <[email protected]> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi Alex, > As I understood from the=C2=A0mailing=C2=A0list archive, there were plans= to release > new tag of log4php this March. > Apparently, it didn't happen in time, but what is the current status in t= his > area? > Is there any way I can help with this topic? you are right, we have missed our own deadline :-) Personally I have a bit time pressure, guess the others have similar problems. However since the last release was in december 2009, we should really get one out soon. I have updated the list of remaiining jira issues: https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=3Dtrue&jqlQ= uery=3Dproject+%3D+LOG4PHP+AND+resolution+%3D+Unresolved+AND+fixVersion+%3D= +%222.1%22+ORDER+BY+priority+DESC&mode=3Dhide If you want to help, please create patches for this issues if not already there. There are a few easy issues, its fine if you start with them to get into the code. I have recently seen Ivan is doing a bit coding again and I plan to invest a few hours the next time too. But I don't want to promise a date again, we are too few active people in this project Thanks for asking! Cheers Christian From [email protected] Fri May 20 08:01:59 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id AC6E268B0 for <[email protected]>; Fri, 20 May 2011 08:01:59 +0000 (UTC) Received: (qmail 33402 invoked by uid 500); 20 May 2011 08:01:59 -0000 Delivered-To: [email protected] Received: (qmail 33378 invoked by uid 500); 20 May 2011 08:01:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 33371 invoked by uid 500); 20 May 2011 08:01:59 -0000 Delivered-To: [email protected] Received: (qmail 33368 invoked by uid 99); 20 May 2011 08:01:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 08:01:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 08:01:56 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 47BA723888C2; Fri, 20 May 2011 08:01:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1125268 - /logging/log4php/trunk/src/main/php/helpers/LoggerLoggingEventBsonifier.php Date: Fri, 20 May 2011 08:01:35 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ihabunek Date: Fri May 20 08:01:34 2011 New Revision: 1125268 URL: http://svn.apache.org/viewvc?rev=1125268&view=rev Log: Added package declaration to LoggerLoggingEventBsonifier. Modified: logging/log4php/trunk/src/main/php/helpers/LoggerLoggingEventBsonifier.php Modified: logging/log4php/trunk/src/main/php/helpers/LoggerLoggingEventBsonifier.php URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/main/php/helpers/LoggerLoggingEventBsonifier.php?rev=1125268&r1=1125267&r2=1125268&view=diff ============================================================================== --- logging/log4php/trunk/src/main/php/helpers/LoggerLoggingEventBsonifier.php (original) +++ logging/log4php/trunk/src/main/php/helpers/LoggerLoggingEventBsonifier.php Fri May 20 08:01:34 2011 @@ -24,6 +24,9 @@ * * This class has been originally contributed from Vladimir Gorej * (http://github.com/log4mongo/log4mongo-php). + * + * @package log4php + * @subpackage helpers */ class LoggerLoggingEventBsonifier { From [email protected] Fri May 20 08:29:06 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 8D83A6DBA for <[email protected]>; Fri, 20 May 2011 08:29:06 +0000 (UTC) Received: (qmail 60209 invoked by uid 500); 20 May 2011 08:29:06 -0000 Delivered-To: [email protected] Received: (qmail 60155 invoked by uid 500); 20 May 2011 08:29:06 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 60148 invoked by uid 500); 20 May 2011 08:29:06 -0000 Delivered-To: [email protected] Received: (qmail 60145 invoked by uid 99); 20 May 2011 08:29:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 08:29:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 08:29:03 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id F160F23889C5; Fri, 20 May 2011 08:28:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1125276 - in /logging/log4php/trunk/src: changes/changes.xml main/php/configurators/LoggerConfiguratorPhp.php test/php/configurators/LoggerConfiguratorPhpTest.php Date: Fri, 20 May 2011 08:28:41 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ihabunek Date: Fri May 20 08:28:41 2011 New Revision: 1125276 URL: http://svn.apache.org/viewvc?rev=1125276&view=rev Log: LOG4PHP-123: LoggerConfiguratorPhp does not parse renderer configuration Modified: logging/log4php/trunk/src/changes/changes.xml logging/log4php/trunk/src/main/php/configurators/LoggerConfiguratorPhp.php logging/log4php/trunk/src/test/php/configurators/LoggerConfiguratorPhpTest.php Modified: logging/log4php/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/changes/changes.xml?rev=1125276&r1=1125275&r2=1125276&view=diff ============================================================================== --- logging/log4php/trunk/src/changes/changes.xml (original) +++ logging/log4php/trunk/src/changes/changes.xml Fri May 20 08:28:41 2011 @@ -24,6 +24,7 @@ </properties> <body> <release version="2.1" description="Stabilizing"> + <action type="fix" issue="LOG4PHP-123" by="Moritz Schmidt, Ivan Habunek">LoggerConfiguratorPhp does not parse renderer configuration</action> <action type="fix" issue="LOG4PHP-110" by="Vladimir Gorej, Ivan Habunek">Adapted MongoDB appender to better fit in log4php codebase.</action> <action type="fix" issue="LOG4PHP-126" by="Peter Chapman, Christian Grobmeier">LoggerConfiguratorPhp does not appear to respect appender file property from config</action> <action type="fix" issue="LOG4PHP-118" by="Craig Marvelley">Additivity cannot be disabled through log4php.properties ini file.</action> Modified: logging/log4php/trunk/src/main/php/configurators/LoggerConfiguratorPhp.php URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/main/php/configurators/LoggerConfiguratorPhp.php?rev=1125276&r1=1125275&r2=1125276&view=diff ============================================================================== --- logging/log4php/trunk/src/main/php/configurators/LoggerConfiguratorPhp.php (original) +++ logging/log4php/trunk/src/main/php/configurators/LoggerConfiguratorPhp.php Fri May 20 08:28:41 2011 @@ -54,6 +54,13 @@ class LoggerConfiguratorPhp implements L if(isset($config['threshold'])) { $hierarchy->setThreshold(LoggerOptionConverteracf:4db6:5e0b:f386:43a5:35d7:718d:3c8btoLevel($config['threshold'], LoggerLevelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLevelAll())); } + + // add renderes + if (isset($config['renderers'])) { + foreach ($config['renderers'] as $renderedClass => $renderingClass) { + $hierarchy->getRendererMap()->addRenderer($renderedClass, $renderingClass); + } + } // parse and create appenders if(isset($config['appenders'])) { Modified: logging/log4php/trunk/src/test/php/configurators/LoggerConfiguratorPhpTest.php URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/php/configurators/LoggerConfiguratorPhpTest.php?rev=1125276&r1=1125275&r2=1125276&view=diff ============================================================================== --- logging/log4php/trunk/src/test/php/configurators/LoggerConfiguratorPhpTest.php (original) +++ logging/log4php/trunk/src/test/php/configurators/LoggerConfiguratorPhpTest.php Fri May 20 08:28:41 2011 @@ -24,6 +24,18 @@ * @link http://logging.apache.org/log4php */ +class TestClass { + public $test1 = 'test1'; + public $test2 = 'test2'; + public $test3 = 'test3'; +} + +class TestRenderer implements LoggerRendererObject { + public function render($o) { + return "{$o->test1},{$o->test2},{$o->test3}"; + } +} + class LoggerConfiguratorPhpTest extends PHPUnit_Framework_TestCase { protected function setUp() { @@ -31,25 +43,28 @@ class LoggerConfiguratorPhpTest extends } protected function tearDown() { - Logger acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b resetConfiguration(); + Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bresetConfiguration(); } public function testConfigure() { - Logger acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b configure(dirname(__FILE__) . '/test1.php', 'LoggerConfiguratorPhp'); - $root = Logger acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b getRootLogger(); - self acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b assertEquals(LoggerLevel acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b getLevelWarn(), $root->getLevel()); + Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bonfigure(dirname(__FILE__) . '/test1.php', 'LoggerConfiguratorPhp'); + $root = Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetRootLogger(); + selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bassertEquals(LoggerLevelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLevelWarn(), $root->getLevel()); $appender = $root->getAppender("default"); - self acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b assertTrue($appender instanceof LoggerAppenderEcho); + selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bassertTrue($appender instanceof LoggerAppenderEcho); $layout = $appender->getLayout(); - self acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b assertTrue($layout instanceof LoggerLayoutSimple); - $logger = Logger acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b getLogger('mylogger'); - self acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b assertEquals(LoggerLevel acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b getLevelInfo(), $logger->getLevel()); - $logger = Logger acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b getLogger('tracer'); - self acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b assertEquals(LoggerLevel acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b getLevelTrace(), $logger->getLevel()); + selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bassertTrue($layout instanceof LoggerLayoutSimple); + $logger = Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLogger('mylogger'); + selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bassertEquals(LoggerLevelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLevelInfo(), $logger->getLevel()); + $logger = Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLogger('tracer'); + selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bassertEquals(LoggerLevelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLevelTrace(), $logger->getLevel()); } public function testConfigureArray() { - Logger acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b configure(array ( + Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bonfigure(array ( + 'renderers' => array( + 'TestClass' => 'TestRenderer', + ), 'threshold' => 'ALL', 'rootLogger' => array ( 'level' => 'WARN', @@ -88,23 +103,28 @@ class LoggerConfiguratorPhpTest extends ), ), 'LoggerConfiguratorPhp'); - $root = Logger acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b getRootLogger(); - self acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b assertEquals(LoggerLevel acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b getLevelWarn(), $root->getLevel()); + $root = Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetRootLogger(); + selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bassertEquals(LoggerLevelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLevelWarn(), $root->getLevel()); $appender = $root->getAppender("default"); - self acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b assertTrue($appender instanceof LoggerAppenderEcho); + selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bassertTrue($appender instanceof LoggerAppenderEcho); $layout = $appender->getLayout(); - self acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b assertTrue($layout instanceof LoggerLayoutSimple); + selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bassertTrue($layout instanceof LoggerLayoutSimple); $appender = $root->getAppender("filetest"); - self acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b assertTrue($appender instanceof LoggerAppenderFile); + selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bassertTrue($appender instanceof LoggerAppenderFile); $layout = $appender->getLayout(); - self acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b assertTrue($layout instanceof LoggerLayoutSimple); + selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bassertTrue($layout instanceof LoggerLayoutSimple); $file = $appender->getFile(); - self acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b assertEquals('../../../target/temp/xy.log', $file); + selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bassertEquals('../../../target/temp/xy.log', $file); - $logger = Logger acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b getLogger('mylogger'); - self acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b assertEquals(LoggerLevel acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b getLevelInfo(), $logger->getLevel()); - $logger = Logger acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b getLogger('tracer'); - self acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b assertEquals(LoggerLevel acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b getLevelTrace(), $logger->getLevel()); + $logger = Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLogger('mylogger'); + selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bassertEquals(LoggerLevelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLevelInfo(), $logger->getLevel()); + $logger = Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLogger('tracer'); + selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bassertEquals(LoggerLevelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLevelTrace(), $logger->getLevel()); + + $map = Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetHierarchy()->getRendererMap(); + $actual = $map->findAndRender(new TestClass()); + selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bassertEquals('test1,test2,test3', $actual); + } } \ No newline at end of file From [email protected] Fri May 20 08:34:28 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 187BF623C for <[email protected]>; Fri, 20 May 2011 08:34:28 +0000 (UTC) Received: (qmail 66326 invoked by uid 500); 20 May 2011 08:34:28 -0000 Delivered-To: [email protected] Received: (qmail 66266 invoked by uid 500); 20 May 2011 08:34:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 66259 invoked by uid 99); 20 May 2011 08:34:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 08:34:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hel.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 08:34:27 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [161.129.204.104]) by hel.zones.apache.org (Postfix) with ESMTP id 5282ED2D63 for <[email protected]>; Fri, 20 May 2011 08:33:47 +0000 (UTC) Date: Fri, 20 May 2011 08:33:47 +0000 (UTC) From: "Ivan Habunek (JIRA)" <[email protected]> To: [email protected] Message-ID: <[email protected]> Subject: [jira] [Resolved] (LOG4PHP-123) LoggerConfiguratorPhp does not parse renderer configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LOG4PHP-123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Habunek resolved LOG4PHP-123. ---------------------------------- Resolution: Fixed Thanks for the patch, sorry it took us this long to get around to commiting it. I just made a small change and put renderers under $config['renderers'] instead of $config['renderer'] so that it matches 'appenders' and 'loggers'. Committed in revision 1125276. > LoggerConfiguratorPhp does not parse renderer configuration > ----------------------------------------------------------- > > Key: LOG4PHP-123 > URL: https://issues.apache.org/jira/browse/LOG4PHP-123 > Project: Log4php > Issue Type: Bug > Components: Code > Affects Versions: 2.0 > Reporter: Moritz Schmidt > Fix For: 2.1 > > Attachments: LOG4PHP-123.patch > > Original Estimate: 10m > Remaining Estimate: 10m > > LoggerConfiguratorPhp does not yet know renderer configuration -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Fri May 20 11:27:45 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 7C390640D for <[email protected]>; Fri, 20 May 2011 11:27:45 +0000 (UTC) Received: (qmail 33483 invoked by uid 500); 20 May 2011 11:27:45 -0000 Delivered-To: [email protected] Received: (qmail 33427 invoked by uid 500); 20 May 2011 11:27:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 33420 invoked by uid 500); 20 May 2011 11:27:45 -0000 Delivered-To: [email protected] Received: (qmail 33417 invoked by uid 99); 20 May 2011 11:27:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 11:27:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 11:27:42 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DD5BE238897F; Fri, 20 May 2011 11:27:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1125330 - in /logging/log4php/trunk/src/test/php: appenders/LoggerAppenderMongoDBTest.php helpers/LoggerLoggingEventBsonifierTest.php Date: Fri, 20 May 2011 11:27:20 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ihabunek Date: Fri May 20 11:27:20 2011 New Revision: 1125330 URL: http://svn.apache.org/viewvc?rev=1125330&view=rev Log: * Configured tests which require mongo db extension to be skipped if the extension is not loaded. * Fixed formatting. Modified: logging/log4php/trunk/src/test/php/appenders/LoggerAppenderMongoDBTest.php logging/log4php/trunk/src/test/php/helpers/LoggerLoggingEventBsonifierTest.php Modified: logging/log4php/trunk/src/test/php/appenders/LoggerAppenderMongoDBTest.php URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/php/appenders/LoggerAppenderMongoDBTest.php?rev=1125330&r1=1125329&r2=1125330&view=diff ============================================================================== --- logging/log4php/trunk/src/test/php/appenders/LoggerAppenderMongoDBTest.php (original) +++ logging/log4php/trunk/src/test/php/appenders/LoggerAppenderMongoDBTest.php Fri May 20 11:27:20 2011 @@ -45,6 +45,14 @@ class LoggerAppenderMongoDBTest extends selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$event = null; } + protected function setUp() { + if (extension_loaded('mongo') == false) { + $this->markTestSkipped( + 'The Mongo extension is not available.' + ); + } + } + public function test__construct() { $appender = new LoggerAppenderMongoDB('mongo_appender'); $this->assertTrue($appender instanceof LoggerAppenderMongoDB); @@ -116,21 +124,21 @@ class LoggerAppenderMongoDBTest extends public function testGetUserName() { $expected = 'char0n'; selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$appender->setUserName($expected); - $result = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$appender->getUserName(); + $result = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$appender->getUserName(); $this->assertEquals($expected, $result, 'UserName doesn\'t match expted value'); } public function testSetPassword() { $expected = 'secret pass'; selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$appender->setPassword($expected); - $result = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$appender->getPassword(); + $result = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$appender->getPassword(); $this->assertEquals($expected, $result, 'Password doesn\'t match expted value'); } public function testGetPassword() { $expected = 'secret pass'; selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$appender->setPassword($expected); - $result = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$appender->getPassword(); + $result = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$appender->getPassword(); $this->assertEquals($expected, $result, 'Password doesn\'t match expted value'); } @@ -144,10 +152,10 @@ class LoggerAppenderMongoDBTest extends } } - public function testAppend() { + public function testAppend() { selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$appender->append(selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$event); } - + public function testMongoDB() { selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$appender->activateOptions(); $mongo = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$appender->getConnection(); @@ -158,12 +166,12 @@ class LoggerAppenderMongoDBTest extends selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$appender->append(selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$event); $this->assertNotEquals(null, $collection->findOne(), 'Collection should return one record'); - } + } public function testMongoDBException() { - selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$appender->activateOptions(); + selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$appender->activateOptions(); $mongo = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$appender->getConnection(); - $db = $mongo->selectDB('log4php_mongodb'); + $db = $mongo->selectDB('log4php_mongodb'); $db->drop('logs'); $collection = $db->selectCollection('logs'); @@ -177,7 +185,7 @@ class LoggerAppenderMongoDBTest extends public function testMongoDBInnerException() { selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$appender->activateOptions(); $mongo = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$appender->getConnection(); - $db = $mongo->selectDB('log4php_mongodb'); + $db = $mongo->selectDB('log4php_mongodb'); $db->drop('logs'); $collection = $db->selectCollection('logs'); @@ -188,7 +196,7 @@ class LoggerAppenderMongoDBTest extends $this->assertNotEquals(null, $collection->findOne(), 'Collection should return one record'); } - + public function testClose() { selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$appender->close(); } Modified: logging/log4php/trunk/src/test/php/helpers/LoggerLoggingEventBsonifierTest.php URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/php/helpers/LoggerLoggingEventBsonifierTest.php?rev=1125330&r1=1125329&r2=1125330&view=diff ============================================================================== --- logging/log4php/trunk/src/test/php/helpers/LoggerLoggingEventBsonifierTest.php (original) +++ logging/log4php/trunk/src/test/php/helpers/LoggerLoggingEventBsonifierTest.php Fri May 20 11:27:20 2011 @@ -37,13 +37,21 @@ class LoggerLoggingEventBsonifierTest ex public static function setUpBeforeClass() { selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$logger = Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLogger('test.Logger'); selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$bsonifier = new LoggerLoggingEventBsonifier(); - } + } public static function tearDownAfterClass() { selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$logger = null; selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$bsonifier = null; } + protected function setUp() { + if (extension_loaded('mongo') == false) { + $this->markTestSkipped( + 'The Mongo extension is not available.' + ); + } + } + public function testFormatSimple() { $event = new LoggerLoggingEvent( 'testFqcn', @@ -174,38 +182,38 @@ class LoggerLoggingEventBsonifierTest ex } public function testIsThreadInteger() { - $event = new LoggerLoggingEvent( - 'testFqcn', - selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$logger, - LoggerLevelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLevelWarn(), - 'test message' - ); - $bsonifiedEvent = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$bsonifier->bsonify($event); + $event = new LoggerLoggingEvent( + 'testFqcn', + selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$logger, + LoggerLevelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLevelWarn(), + 'test message' + ); + $bsonifiedEvent = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$bsonifier->bsonify($event); $this->assertTrue(is_int($bsonifiedEvent['thread'])); } - public function testIsLocationInfoLineNumberIntegerOrNA() { - $event = new LoggerLoggingEvent( - 'testFqcn', - selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$logger, - LoggerLevelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLevelWarn(), - 'test message' - ); - $bsonifiedEvent = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$bsonifier->bsonify($event); - $this->assertTrue(is_int($bsonifiedEvent['lineNumber']) || $bsonifiedEvent['lineNumber'] == 'NA'); - } + public function testIsLocationInfoLineNumberIntegerOrNA() { + $event = new LoggerLoggingEvent( + 'testFqcn', + selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$logger, + LoggerLevelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLevelWarn(), + 'test message' + ); + $bsonifiedEvent = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$bsonifier->bsonify($event); + $this->assertTrue(is_int($bsonifiedEvent['lineNumber']) || $bsonifiedEvent['lineNumber'] == 'NA'); + } - public function testIsThrowableInfoExceptionCodeInteger() { - $event = new LoggerLoggingEvent( - 'testFqcn', - selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$logger, - LoggerLevelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLevelWarn(), - 'test message', - microtime(true), - new Exception('test exeption', 1, new Exception('test exception inner', 2)) - ); - $bsonifiedEvent = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$bsonifier->bsonify($event); - $this->assertTrue(is_int($bsonifiedEvent['exception']['code'])); - } + public function testIsThrowableInfoExceptionCodeInteger() { + $event = new LoggerLoggingEvent( + 'testFqcn', + selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$logger, + LoggerLevelacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLevelWarn(), + 'test message', + microtime(true), + new Exception('test exeption', 1, new Exception('test exception inner', 2)) + ); + $bsonifiedEvent = selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$bsonifier->bsonify($event); + $this->assertTrue(is_int($bsonifiedEvent['exception']['code'])); + } } ?> \ No newline at end of file From [email protected] Fri May 20 11:44:58 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id A5B3C6C62 for <[email protected]>; Fri, 20 May 2011 11:44:58 +0000 (UTC) Received: (qmail 59807 invoked by uid 500); 20 May 2011 11:44:58 -0000 Delivered-To: [email protected] Received: (qmail 59776 invoked by uid 500); 20 May 2011 11:44:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 59769 invoked by uid 500); 20 May 2011 11:44:58 -0000 Delivered-To: [email protected] Received: (qmail 59766 invoked by uid 99); 20 May 2011 11:44:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 11:44:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 11:44:55 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8BCE62388A29; Fri, 20 May 2011 11:44:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1125335 - in /logging/log4php/trunk/src: changes/changes.xml main/php/renderers/LoggerRendererMap.php test/php/renderers/LoggerRendererMapTest.php Date: Fri, 20 May 2011 11:44:34 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ihabunek Date: Fri May 20 11:44:34 2011 New Revision: 1125335 URL: http://svn.apache.org/viewvc?rev=1125335&view=rev Log: LOG4PHP-122: RendererMapacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetByClassName doesn't recognize instances of child classes Modified: logging/log4php/trunk/src/changes/changes.xml logging/log4php/trunk/src/main/php/renderers/LoggerRendererMap.php logging/log4php/trunk/src/test/php/renderers/LoggerRendererMapTest.php Modified: logging/log4php/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/changes/changes.xml?rev=1125335&r1=1125334&r2=1125335&view=diff ============================================================================== --- logging/log4php/trunk/src/changes/changes.xml (original) +++ logging/log4php/trunk/src/changes/changes.xml Fri May 20 11:44:34 2011 @@ -24,6 +24,7 @@ </properties> <body> <release version="2.1" description="Stabilizing"> + <action type="fix" issue="LOG4PHP-122" by="Moritz Schmidt">RendererMapacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetByClassName doesnt recognize instances of child classes</action> <action type="fix" issue="LOG4PHP-123" by="Moritz Schmidt, Ivan Habunek">LoggerConfiguratorPhp does not parse renderer configuration</action> <action type="fix" issue="LOG4PHP-110" by="Vladimir Gorej, Ivan Habunek">Adapted MongoDB appender to better fit in log4php codebase.</action> <action type="fix" issue="LOG4PHP-126" by="Peter Chapman, Christian Grobmeier">LoggerConfiguratorPhp does not appear to respect appender file property from config</action> Modified: logging/log4php/trunk/src/main/php/renderers/LoggerRendererMap.php URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/main/php/renderers/LoggerRendererMap.php?rev=1125335&r1=1125334&r2=1125335&view=diff ============================================================================== --- logging/log4php/trunk/src/main/php/renderers/LoggerRendererMap.php (original) +++ logging/log4php/trunk/src/main/php/renderers/LoggerRendererMap.php Fri May 20 11:44:34 2011 @@ -126,7 +126,8 @@ class LoggerRendererMap { */ public function getByClassName($class) { $r = null; - for($c = strtolower($class); !empty($c); $c = get_parent_class($c)) { + for($c = $class; !empty($c); $c = get_parent_class($c)) { + $c = strtolower($c); if(isset($this->map[$c])) { return $this->map[$c]; } Modified: logging/log4php/trunk/src/test/php/renderers/LoggerRendererMapTest.php URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/php/renderers/LoggerRendererMapTest.php?rev=1125335&r1=1125334&r2=1125335&view=diff ============================================================================== --- logging/log4php/trunk/src/test/php/renderers/LoggerRendererMapTest.php (original) +++ logging/log4php/trunk/src/test/php/renderers/LoggerRendererMapTest.php Fri May 20 11:44:34 2011 @@ -22,12 +22,16 @@ * @version SVN: $Id$ * @link http://logging.apache.org/log4php */ + class Fruit3 { public $test1 = 'test1'; public $test2 = 'test2'; public $test3 = 'test3'; } +class Fruit3Descendant extends Fruit3 { +} + class FruitRenderer3 implements LoggerRendererObject { public function render($o) { return $o->test1.','.$o->test2.','.$o->test3; @@ -47,6 +51,17 @@ class LoggerRendererMapTest extends PHPU selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bassertEquals('test1,test2,test3', $e); } + public function testFindAndRenderDescendants() { + $fruit = new Fruit3Descendant(); + Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bonfigure(dirname(__FILE__).'/test4.properties'); + Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8binitialize(); + $hierarchy = Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetHierarchy(); + + $map = $hierarchy->getRendererMap(); + $e = $map->findAndRender($fruit); + selacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bassertEquals('test1,test2,test3', $e); + } + public function testGetByObject() { $fruit = new Fruit3(); Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bonfigure(dirname(__FILE__).'/test4.properties'); From [email protected] Fri May 20 11:47:30 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 7B1E16CE0 for <[email protected]>; Fri, 20 May 2011 11:47:30 +0000 (UTC) Received: (qmail 64005 invoked by uid 500); 20 May 2011 11:47:30 -0000 Delivered-To: [email protected] Received: (qmail 63975 invoked by uid 500); 20 May 2011 11:47:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 63968 invoked by uid 99); 20 May 2011 11:47:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 11:47:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hel.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 11:47:28 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [161.129.204.104]) by hel.zones.apache.org (Postfix) with ESMTP id 8CC83D3DF0 for <[email protected]>; Fri, 20 May 2011 11:46:47 +0000 (UTC) Date: Fri, 20 May 2011 11:46:47 +0000 (UTC) From: "Ivan Habunek (JIRA)" <[email protected]> To: [email protected] Message-ID: <[email protected]> Subject: [jira] [Resolved] (LOG4PHP-122) RendererMapacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetByClassName doesnt recognize instances of child classes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4PHP-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Habunek resolved LOG4PHP-122. ---------------------------------- Resolution: Fixed Thanks for the patch. Committed in revision 1125335. > RendererMapacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetByClassName doesnt recognize instances of child classes > ----------------------------------------------------------------------- > > Key: LOG4PHP-122 > URL: https://issues.apache.org/jira/browse/LOG4PHP-122 > Project: Log4php > Issue Type: Bug > Components: Code > Affects Versions: 2.0 > Reporter: Moritz Schmidt > Priority: Minor > Fix For: 2.1 > > Attachments: LOG4PHP-122.diff, LOG4PHP-122_with_test.patch > > Original Estimate: 10m > Remaining Estimate: 10m > > When setting a renderer for a parent class, RendererMap will not find the correct renderer for instances of child classes if the parent class name is not all lower-case. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sat May 21 09:07:31 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 23C124F6A for <[email protected]>; Sat, 21 May 2011 09:07:31 +0000 (UTC) Received: (qmail 23936 invoked by uid 500); 21 May 2011 09:07:31 -0000 Delivered-To: [email protected] Received: (qmail 23897 invoked by uid 500); 21 May 2011 09:07:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 23890 invoked by uid 99); 21 May 2011 09:07:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 May 2011 09:07:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hel.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 May 2011 09:07:28 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [161.129.204.104]) by hel.zones.apache.org (Postfix) with ESMTP id 62DE3D56F4 for <[email protected]>; Sat, 21 May 2011 09:06:47 +0000 (UTC) Date: Sat, 21 May 2011 09:06:47 +0000 (UTC) From: "Ivan Habunek (JIRA)" <[email protected]> To: [email protected] Message-ID: <[email protected]> In-Reply-To: <23662326.20871289447533800.JavaMail.jira@thor> Subject: [jira] [Commented] (LOG4PHP-129) Log4PHP causes odd errors in the underlying application if used with source having an existing __autoload function MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4PHP-129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13037290#comment-13037290 ] Ivan Habunek commented on LOG4PHP-129: -------------------------------------- Your proposed fix seems a little bit hackish, I would rather not implement it in the log4php code. Wouldn't it be easier for you to use spl_autoload_register() in your project? That way you just add your autoload method onto the autoload stack and other projects will not override it. I agree that we can put in a notice in the documentation somewhere. Maybe even create a FAQ page. > Log4PHP causes odd errors in the underlying application if used with source having an existing __autoload function > ------------------------------------------------------------------------------------------------------------------ > > Key: LOG4PHP-129 > URL: https://issues.apache.org/jira/browse/LOG4PHP-129 > Project: Log4php > Issue Type: Bug > Components: Code > Affects Versions: 2.0 > Environment: Ubuntu & Apache > Reporter: James Brown > Fix For: 2.1 > > Original Estimate: 4h > Remaining Estimate: 4h > > According to the PHP documentation (see http://us.php.net/manual/en/function.spl-autoload-register.php): "If your code has an existing __autoload function then this function must be explicitly registered on the __autoload stack. This is because spl_autoload_register() will effectively replace the engine cache for the __autoload function by either spl_autoload() or spl_autoload_call()." > I was attempting to introduce Log4PHP into an existing project that already had an __autoload function defined. As soon as I included Logger.php, I started getting errors from other components. These were confusing at first because the error was "Class 'Smarty' not found in ...". It turns out this was due to the previous __autoload function being overwritten by the call to spl_autoload_register in Logger.PHP. > I suggest a simple fix. Add the following two lines to Logger.php around line 31 (just before the call to spl_autoload_register(array('Logger', 'autoload'));). That fixed the problem in my particular application. > if (function_exists('__autoload')) > spl_autoload_register('__autoload'); > At the very least, this is an easy fix for anyone having this problem w/ Log4PHP. They can simply put these lines just prior to the require of Logger.php and it will fix the problem. If Log4PHP is not going to include this code, please at least put a note in the documentation so that people using Log4PHP know what they need to do to solve the problem. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sat May 21 18:47:30 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id C157D4B0C for <[email protected]>; Sat, 21 May 2011 18:47:30 +0000 (UTC) Received: (qmail 97988 invoked by uid 500); 21 May 2011 18:47:30 -0000 Delivered-To: [email protected] Received: (qmail 97946 invoked by uid 500); 21 May 2011 18:47:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 97939 invoked by uid 99); 21 May 2011 18:47:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 May 2011 18:47:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hel.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 May 2011 18:47:28 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [161.129.204.104]) by hel.zones.apache.org (Postfix) with ESMTP id 6A151D57A5 for <[email protected]>; Sat, 21 May 2011 18:46:47 +0000 (UTC) Date: Sat, 21 May 2011 18:46:47 +0000 (UTC) From: "James Brown (JIRA)" <[email protected]> To: [email protected] Message-ID: <[email protected]> In-Reply-To: <23662326.20871289447533800.JavaMail.jira@thor> Subject: [jira] [Commented] (LOG4PHP-129) Log4PHP causes odd errors in the underlying application if used with source having an existing __autoload function MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4PHP-129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13037434#comment-13037434 ] James Brown commented on LOG4PHP-129: ------------------------------------- The problem is that, just like Log4PHP, I don't have control of the source for the other modules in the project. If each library provider takes the same approach as you ("it's not my problem, change your other code") then none of them will work together. If you think that something suggested in the core PHP documentation is 'hackish' then I suppose that's your right. It doesn't seem like a hack at all to me. You are properly recognizing and dealing with code that will cause a problem when interacting with your code. Another solution would be to report a fatal error when you detect the condition. As I said, the main issue is that the problem will manifest in an odd and non-obvious way. Thanks, - James > Log4PHP causes odd errors in the underlying application if used with source having an existing __autoload function > ------------------------------------------------------------------------------------------------------------------ > > Key: LOG4PHP-129 > URL: https://issues.apache.org/jira/browse/LOG4PHP-129 > Project: Log4php > Issue Type: Bug > Components: Code > Affects Versions: 2.0 > Environment: Ubuntu & Apache > Reporter: James Brown > Fix For: 2.1 > > Original Estimate: 4h > Remaining Estimate: 4h > > According to the PHP documentation (see http://us.php.net/manual/en/function.spl-autoload-register.php): "If your code has an existing __autoload function then this function must be explicitly registered on the __autoload stack. This is because spl_autoload_register() will effectively replace the engine cache for the __autoload function by either spl_autoload() or spl_autoload_call()." > I was attempting to introduce Log4PHP into an existing project that already had an __autoload function defined. As soon as I included Logger.php, I started getting errors from other components. These were confusing at first because the error was "Class 'Smarty' not found in ...". It turns out this was due to the previous __autoload function being overwritten by the call to spl_autoload_register in Logger.PHP. > I suggest a simple fix. Add the following two lines to Logger.php around line 31 (just before the call to spl_autoload_register(array('Logger', 'autoload'));). That fixed the problem in my particular application. > if (function_exists('__autoload')) > spl_autoload_register('__autoload'); > At the very least, this is an easy fix for anyone having this problem w/ Log4PHP. They can simply put these lines just prior to the require of Logger.php and it will fix the problem. If Log4PHP is not going to include this code, please at least put a note in the documentation so that people using Log4PHP know what they need to do to solve the problem. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sun May 22 09:38:29 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id A890E6DE0 for <[email protected]>; Sun, 22 May 2011 09:38:29 +0000 (UTC) Received: (qmail 99020 invoked by uid 500); 22 May 2011 09:38:29 -0000 Delivered-To: [email protected] Received: (qmail 98982 invoked by uid 500); 22 May 2011 09:38:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 98975 invoked by uid 99); 22 May 2011 09:38:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 May 2011 09:38:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hel.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 May 2011 09:38:27 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [161.129.204.104]) by hel.zones.apache.org (Postfix) with ESMTP id 61B8BD6AA5 for <[email protected]>; Sun, 22 May 2011 09:37:47 +0000 (UTC) Date: Sun, 22 May 2011 09:37:47 +0000 (UTC) From: "Moritz Schmidt (JIRA)" <[email protected]> To: [email protected] Message-ID: <[email protected]> In-Reply-To: <23662326.20871289447533800.JavaMail.jira@thor> Subject: [jira] [Commented] (LOG4PHP-129) Log4PHP causes odd errors in the underlying application if used with source having an existing __autoload function MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LOG4PHP-129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13037543#comment-13037543 ] Moritz Schmidt commented on LOG4PHP-129: ---------------------------------------- > if (function_exists('__autoload')) > spl_autoload_register('__autoload'); Only a partial fix. There'd still be a problem if someone inlcudes log4php (or _any_ other library using spl_autoload_register) first, and only then includes the one library that defines and uses __autoload . Seriously: Code that still uses __autoload essentially breaks autoloading for every other module. spl_autoload_register has been around for long enough now, I wouldnt consider trying to fix other lib's bad behaviour. A FAQ entry may be appropriate.. > Log4PHP causes odd errors in the underlying application if used with source having an existing __autoload function > ------------------------------------------------------------------------------------------------------------------ > > Key: LOG4PHP-129 > URL: https://issues.apache.org/jira/browse/LOG4PHP-129 > Project: Log4php > Issue Type: Bug > Components: Code > Affects Versions: 2.0 > Environment: Ubuntu & Apache > Reporter: James Brown > Fix For: 2.1 > > Original Estimate: 4h > Remaining Estimate: 4h > > According to the PHP documentation (see http://us.php.net/manual/en/function.spl-autoload-register.php): "If your code has an existing __autoload function then this function must be explicitly registered on the __autoload stack. This is because spl_autoload_register() will effectively replace the engine cache for the __autoload function by either spl_autoload() or spl_autoload_call()." > I was attempting to introduce Log4PHP into an existing project that already had an __autoload function defined. As soon as I included Logger.php, I started getting errors from other components. These were confusing at first because the error was "Class 'Smarty' not found in ...". It turns out this was due to the previous __autoload function being overwritten by the call to spl_autoload_register in Logger.PHP. > I suggest a simple fix. Add the following two lines to Logger.php around line 31 (just before the call to spl_autoload_register(array('Logger', 'autoload'));). That fixed the problem in my particular application. > if (function_exists('__autoload')) > spl_autoload_register('__autoload'); > At the very least, this is an easy fix for anyone having this problem w/ Log4PHP. They can simply put these lines just prior to the require of Logger.php and it will fix the problem. If Log4PHP is not going to include this code, please at least put a note in the documentation so that people using Log4PHP know what they need to do to solve the problem. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sun May 22 09:42:38 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id DD6386DFA for <[email protected]>; Sun, 22 May 2011 09:42:38 +0000 (UTC) Received: (qmail 99843 invoked by uid 500); 22 May 2011 09:42:38 -0000 Delivered-To: [email protected] Received: (qmail 99821 invoked by uid 500); 22 May 2011 09:42:38 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 99814 invoked by uid 99); 22 May 2011 09:42:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 May 2011 09:42:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hel.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 May 2011 09:42:37 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [161.129.204.104]) by hel.zones.apache.org (Postfix) with ESMTP id CCEB7D6B95 for <[email protected]>; Sun, 22 May 2011 09:41:57 +0000 (UTC) Date: Sun, 22 May 2011 09:41:57 +0000 (UTC) From: "Ivan Habunek (JIRA)" <[email protected]> To: [email protected] Message-ID: <[email protected]> In-Reply-To: <23662326.20871289447533800.JavaMail.jira@thor> Subject: [jira] [Commented] (LOG4PHP-129) Log4PHP causes odd errors in the underlying application if used with source having an existing __autoload function MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LOG4PHP-129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13037545#comment-13037545 ] Ivan Habunek commented on LOG4PHP-129: -------------------------------------- I was just writing the same argument. I also agree that we may produce a warning (I would not go for a fatal error) if an __autoload function is detected. That would tell the user explicitely what the problem is. > Log4PHP causes odd errors in the underlying application if used with source having an existing __autoload function > ------------------------------------------------------------------------------------------------------------------ > > Key: LOG4PHP-129 > URL: https://issues.apache.org/jira/browse/LOG4PHP-129 > Project: Log4php > Issue Type: Bug > Components: Code > Affects Versions: 2.0 > Environment: Ubuntu & Apache > Reporter: James Brown > Fix For: 2.1 > > Original Estimate: 4h > Remaining Estimate: 4h > > According to the PHP documentation (see http://us.php.net/manual/en/function.spl-autoload-register.php): "If your code has an existing __autoload function then this function must be explicitly registered on the __autoload stack. This is because spl_autoload_register() will effectively replace the engine cache for the __autoload function by either spl_autoload() or spl_autoload_call()." > I was attempting to introduce Log4PHP into an existing project that already had an __autoload function defined. As soon as I included Logger.php, I started getting errors from other components. These were confusing at first because the error was "Class 'Smarty' not found in ...". It turns out this was due to the previous __autoload function being overwritten by the call to spl_autoload_register in Logger.PHP. > I suggest a simple fix. Add the following two lines to Logger.php around line 31 (just before the call to spl_autoload_register(array('Logger', 'autoload'));). That fixed the problem in my particular application. > if (function_exists('__autoload')) > spl_autoload_register('__autoload'); > At the very least, this is an easy fix for anyone having this problem w/ Log4PHP. They can simply put these lines just prior to the require of Logger.php and it will fix the problem. If Log4PHP is not going to include this code, please at least put a note in the documentation so that people using Log4PHP know what they need to do to solve the problem. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sun May 22 13:05:23 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 66D15663C for <[email protected]>; Sun, 22 May 2011 13:05:23 +0000 (UTC) Received: (qmail 18159 invoked by uid 500); 22 May 2011 13:05:23 -0000 Delivered-To: [email protected] Received: (qmail 18139 invoked by uid 500); 22 May 2011 13:05:23 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 18132 invoked by uid 500); 22 May 2011 13:05:23 -0000 Delivered-To: [email protected] Received: (qmail 18129 invoked by uid 99); 22 May 2011 13:05:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 May 2011 13:05:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 May 2011 13:05:21 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 82EB52388897; Sun, 22 May 2011 13:05:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1125949 - /logging/log4php/trunk/src/site/site.xml Date: Sun, 22 May 2011 13:05:00 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ihabunek Date: Sun May 22 13:05:00 2011 New Revision: 1125949 URL: http://svn.apache.org/viewvc?rev=1125949&view=rev Log: Explicitly defined the maven skin to use in site.xml to speed up site build process (skips checking for updates). Modified: logging/log4php/trunk/src/site/site.xml Modified: logging/log4php/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/site.xml?rev=1125949&r1=1125948&r2=1125949&view=diff ============================================================================== --- logging/log4php/trunk/src/site/site.xml (original) +++ logging/log4php/trunk/src/site/site.xml Sun May 22 13:05:00 2011 @@ -24,6 +24,13 @@ <src>images/ls-logo.jpg</src> <href>http://logging.apache.org/</href> </bannerLeft> + + <skin> + <groupId>org.apache.maven.skins</groupId> + <artifactId>maven-default-skin</artifactId> + <version>1.0</version> + </skin> + <body> <breadcrumbs> <item name="Apache" href="http://www.apache.org/"/> From [email protected] Sun May 22 13:12:30 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 6D2EA670F for <[email protected]>; Sun, 22 May 2011 13:12:30 +0000 (UTC) Received: (qmail 22087 invoked by uid 500); 22 May 2011 13:12:30 -0000 Delivered-To: [email protected] Received: (qmail 22058 invoked by uid 500); 22 May 2011 13:12:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 22051 invoked by uid 99); 22 May 2011 13:12:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 May 2011 13:12:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hel.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 May 2011 13:12:28 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [161.129.204.104]) by hel.zones.apache.org (Postfix) with ESMTP id 68E37D7D1A for <[email protected]>; Sun, 22 May 2011 13:11:47 +0000 (UTC) Date: Sun, 22 May 2011 13:11:47 +0000 (UTC) From: "Ivan Habunek (JIRA)" <[email protected]> To: [email protected] Message-ID: <[email protected]> Subject: [jira] [Created] (LOG4PHP-139) Create a FAQ page MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Create a FAQ page ----------------- Key: LOG4PHP-139 URL: https://issues.apache.org/jira/browse/LOG4PHP-139 Project: Log4php Issue Type: Task Reporter: Ivan Habunek Priority: Minor A section with Frequently Asked Questions should be added to the site documentation. We should collect some issues to put into this section before deploying to web. Add comments to this issue for any questions which you think should be added to this section. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sun May 22 13:14:30 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 020296722 for <[email protected]>; Sun, 22 May 2011 13:14:30 +0000 (UTC) Received: (qmail 22302 invoked by uid 500); 22 May 2011 13:14:29 -0000 Delivered-To: [email protected] Received: (qmail 22266 invoked by uid 500); 22 May 2011 13:14:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 22259 invoked by uid 99); 22 May 2011 13:14:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 May 2011 13:14:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hel.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 May 2011 13:14:27 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [161.129.204.104]) by hel.zones.apache.org (Postfix) with ESMTP id 5B291D7D85 for <[email protected]>; Sun, 22 May 2011 13:13:47 +0000 (UTC) Date: Sun, 22 May 2011 13:13:47 +0000 (UTC) From: "Ivan Habunek (JIRA)" <[email protected]> To: [email protected] Message-ID: <[email protected]> In-Reply-To: <[email protected]> Subject: [jira] [Commented] (LOG4PHP-139) Create a FAQ page MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4PHP-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13037595#comment-13037595 ] Ivan Habunek commented on LOG4PHP-139: -------------------------------------- Handling of __autoload() function - see LOG4PHP-129 > Create a FAQ page > ----------------- > > Key: LOG4PHP-139 > URL: https://issues.apache.org/jira/browse/LOG4PHP-139 > Project: Log4php > Issue Type: Task > Reporter: Ivan Habunek > Priority: Minor > > A section with Frequently Asked Questions should be added to the site documentation. > We should collect some issues to put into this section before deploying to web. Add comments to this issue for any questions which you think should be added to this section. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sat May 28 08:03:35 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 1FAE469EA for <[email protected]>; Sat, 28 May 2011 08:03:35 +0000 (UTC) Received: (qmail 68255 invoked by uid 500); 28 May 2011 08:03:34 -0000 Delivered-To: [email protected] Received: (qmail 68196 invoked by uid 500); 28 May 2011 08:03:32 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 68188 invoked by uid 99); 28 May 2011 08:03:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 May 2011 08:03:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hel.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 May 2011 08:03:28 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [161.129.204.104]) by hel.zones.apache.org (Postfix) with ESMTP id 5D549E4DCF for <[email protected]>; Sat, 28 May 2011 08:02:47 +0000 (UTC) Date: Sat, 28 May 2011 08:02:47 +0000 (UTC) From: "Ivan Habunek (JIRA)" <[email protected]> To: [email protected] Message-ID: <[email protected]> Subject: [jira] [Resolved] (LOG4PHP-124) Cannot access private property LoggerLoggingEventacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$fqcn MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4PHP-124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Habunek resolved LOG4PHP-124. ---------------------------------- Resolution: Duplicate Fix Version/s: (was: 2.1) Duplicate od LOG4PHP-93. > Cannot access private property LoggerLoggingEventacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$fqcn > --------------------------------------------------------- > > Key: LOG4PHP-124 > URL: https://issues.apache.org/jira/browse/LOG4PHP-124 > Project: Log4php > Issue Type: Bug > Components: Code > Affects Versions: 2.0 > Environment: Debian 5.0 Linux > Reporter: Christian Hammers > > Hello > I've encountered the following bug: > [Tue Aug 24 12:59:45 2010] [error] [client 161.129.204.104] PHP Fatal error: Cannot access private property LoggerLoggingEventacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b$fqcn in /usr/share/php/log4php/helpers/LoggerClassNamePatternConverter.php on line 42 > [Tue Aug 24 12:59:45 2010] [error] [client 161.129.204.104] PHP Stack trace: > [Tue Aug 24 12:59:45 2010] [error] [client 161.129.204.104] PHP 1. {main}() /srv/ewu/devel/comcenter/src/htdocs/soap/index.php:0 > [Tue Aug 24 12:59:45 2010] [error] [client 161.129.204.104] PHP 2. require_once() /srv/ewu/devel/comcenter/src/htdocs/soap/index.php:5 > [Tue Aug 24 12:59:45 2010] [error] [client 161.129.204.104] PHP 3. Comcenter_Configacf:4db6:5e0b:f386:43a5:35d7:718d:3c8binit() /srv/ewu/devel/comcenter/src/lib/Comcenter/Comcenter_Config.php:3 > [Tue Aug 24 12:59:45 2010] [error] [client 161.129.204.104] PHP 4. Logger->debug() /srv/ewu/devel/comcenter/src/lib/Comcenter/Comcenter_Config.php:60 > [Tue Aug 24 12:59:45 2010] [error] [client 161.129.204.104] PHP 5. Logger->logLevel() /usr/share/php/log4php/Logger.php:216 > [Tue Aug 24 12:59:45 2010] [error] [client 161.129.204.104] PHP 6. Logger->forcedLog() /usr/share/php/log4php/Logger.php:331 > [Tue Aug 24 12:59:45 2010] [error] [client 161.129.204.104] PHP 7. Logger->callAppenders() /usr/share/php/log4php/Logger.php:273 > [Tue Aug 24 12:59:45 2010] [error] [client 161.129.204.104] PHP 8. LoggerAppender->doAppend() /usr/share/php/log4php/Logger.php:410 > [Tue Aug 24 12:59:45 2010] [error] [client 161.129.204.104] PHP 9. LoggerAppenderFile->append() /usr/share/php/log4php/LoggerAppender.php:134 > [Tue Aug 24 12:59:45 2010] [error] [client 161.129.204.104] PHP 10. LoggerLayoutPattern->format() /usr/share/php/log4php/appenders/LoggerAppenderFile.php:111 > [Tue Aug 24 12:59:45 2010] [error] [client 161.129.204.104] PHP 11. LoggerPatternConverter->format() /usr/share/php/log4php/layouts/LoggerLayoutPattern.php:189 > [Tue Aug 24 12:59:45 2010] [error] [client 161.129.204.104] PHP 12. LoggerNamedPatternConverter->convert() /usr/share/php/log4php/helpers/LoggerPatternConverter.php:90 > [Tue Aug 24 12:59:45 2010] [error] [client 161.129.204.104] PHP 13. LoggerClassNamePatternConverter->getFullyQualifiedName() /usr/share/php/log4php/helpers/LoggerNamedPatternConverter.php:59 > # cat log4php.properties > log4php.appender.comcenter_log = LoggerAppenderDailyFile > log4php.appender.comcenter_log.datePattern = Y-m-d > log4php.appender.comcenter_log.file = /srv/ewu/devel/comcenter/log/comcenter_%s.log > log4php.appender.comcenter_log.layout = LoggerLayoutPattern > log4php.appender.comcenter_log.layout.ConversionPattern = "%d{ISO8601} [%p] %C{1}#%L: %m%n" > log4php.rootLogger = DEBUG, comcenter_log -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sat May 28 08:18:44 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 527276D20 for <[email protected]>; Sat, 28 May 2011 08:18:44 +0000 (UTC) Received: (qmail 73104 invoked by uid 500); 28 May 2011 08:18:43 -0000 Delivered-To: [email protected] Received: (qmail 73039 invoked by uid 500); 28 May 2011 08:18:41 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 73032 invoked by uid 500); 28 May 2011 08:18:39 -0000 Delivered-To: [email protected] Received: (qmail 73029 invoked by uid 99); 28 May 2011 08:18:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 May 2011 08:18:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 May 2011 08:18:37 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 541B123888FD; Sat, 28 May 2011 08:18:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1128568 - /logging/log4php/trunk/src/main/php/Logger.php Date: Sat, 28 May 2011 08:18:17 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: ihabunek Date: Sat May 28 08:18:17 2011 New Revision: 1128568 URL: http://svn.apache.org/viewvc?rev=1128568&view=rev Log: LOG4PHP-129: Log4PHP causes odd errors in the underlying application if used with source having an existing __autoload function Modified: logging/log4php/trunk/src/main/php/Logger.php Modified: logging/log4php/trunk/src/main/php/Logger.php URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/main/php/Logger.php?rev=1128568&r1=1128567&r2=1128568&view=diff ============================================================================== --- logging/log4php/trunk/src/main/php/Logger.php (original) +++ logging/log4php/trunk/src/main/php/Logger.php Sat May 28 08:18:17 2011 @@ -28,6 +28,10 @@ */ if (!defined('LOG4PHP_DIR')) define('LOG4PHP_DIR', dirname(__FILE__)); +if (function_exists('__autoload')) { + trigger_error("log4php: It looks like your code is using an __autoload() function. log4php uses spl_autoload_register() which will bypass your __autoload() function and may break autoloading.", E_USER_WARNING); +} + spl_autoload_register(array('Logger', 'autoload')); /** From [email protected] Sat May 28 08:21:31 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 37EF9636C for <[email protected]>; Sat, 28 May 2011 08:21:31 +0000 (UTC) Received: (qmail 74536 invoked by uid 500); 28 May 2011 08:21:31 -0000 Delivered-To: [email protected] Received: (qmail 74508 invoked by uid 500); 28 May 2011 08:21:31 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 74501 invoked by uid 99); 28 May 2011 08:21:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 May 2011 08:21:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hel.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 May 2011 08:21:28 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [161.129.204.104]) by hel.zones.apache.org (Postfix) with ESMTP id 57797E406F for <[email protected]>; Sat, 28 May 2011 08:20:47 +0000 (UTC) Date: Sat, 28 May 2011 08:20:47 +0000 (UTC) From: "Ivan Habunek (JIRA)" <[email protected]> To: [email protected] Message-ID: <[email protected]> In-Reply-To: <23662326.20871289447533800.JavaMail.jira@thor> Subject: [jira] [Resolved] (LOG4PHP-129) Log4PHP causes odd errors in the underlying application if used with source having an existing __autoload function MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4PHP-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Habunek resolved LOG4PHP-129. ---------------------------------- Resolution: Fixed Added a warning in r1128568. Created a new issue for creating a FAQ page: LOG4PHP-139 > Log4PHP causes odd errors in the underlying application if used with source having an existing __autoload function > ------------------------------------------------------------------------------------------------------------------ > > Key: LOG4PHP-129 > URL: https://issues.apache.org/jira/browse/LOG4PHP-129 > Project: Log4php > Issue Type: Bug > Components: Code > Affects Versions: 2.0 > Environment: Ubuntu & Apache > Reporter: James Brown > Fix For: 2.1 > > Original Estimate: 4h > Remaining Estimate: 4h > > According to the PHP documentation (see http://us.php.net/manual/en/function.spl-autoload-register.php): "If your code has an existing __autoload function then this function must be explicitly registered on the __autoload stack. This is because spl_autoload_register() will effectively replace the engine cache for the __autoload function by either spl_autoload() or spl_autoload_call()." > I was attempting to introduce Log4PHP into an existing project that already had an __autoload function defined. As soon as I included Logger.php, I started getting errors from other components. These were confusing at first because the error was "Class 'Smarty' not found in ...". It turns out this was due to the previous __autoload function being overwritten by the call to spl_autoload_register in Logger.PHP. > I suggest a simple fix. Add the following two lines to Logger.php around line 31 (just before the call to spl_autoload_register(array('Logger', 'autoload'));). That fixed the problem in my particular application. > if (function_exists('__autoload')) > spl_autoload_register('__autoload'); > At the very least, this is an easy fix for anyone having this problem w/ Log4PHP. They can simply put these lines just prior to the require of Logger.php and it will fix the problem. If Log4PHP is not going to include this code, please at least put a note in the documentation so that people using Log4PHP know what they need to do to solve the problem. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sat May 28 08:26:58 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id BC68263B9 for <[email protected]>; Sat, 28 May 2011 08:26:58 +0000 (UTC) Received: (qmail 76167 invoked by uid 500); 28 May 2011 08:26:58 -0000 Delivered-To: [email protected] Received: (qmail 76109 invoked by uid 500); 28 May 2011 08:26:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 76102 invoked by uid 500); 28 May 2011 08:26:58 -0000 Delivered-To: [email protected] Received: (qmail 76099 invoked by uid 99); 28 May 2011 08:26:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 May 2011 08:26:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 May 2011 08:26:57 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2787D2388901; Sat, 28 May 2011 08:26:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1128569 - /logging/log4php/trunk/src/changes/changes.xml Date: Sat, 28 May 2011 08:26:37 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: ihabunek Date: Sat May 28 08:26:36 2011 New Revision: 1128569 URL: http://svn.apache.org/viewvc?rev=1128569&view=rev Log: Registering fix of LOG4PHP-129 in changes.xml. Modified: logging/log4php/trunk/src/changes/changes.xml Modified: logging/log4php/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/changes/changes.xml?rev=1128569&r1=1128568&r2=1128569&view=diff ============================================================================== --- logging/log4php/trunk/src/changes/changes.xml (original) +++ logging/log4php/trunk/src/changes/changes.xml Sat May 28 08:26:36 2011 @@ -24,6 +24,7 @@ </properties> <body> <release version="2.1" description="Stabilizing"> + <action type="fix" issue="LOG4PHP-129" by="Ivan Habunek">Log4PHP causes odd errors in the underlying application if used with source having an existing __autoload function</action> <action type="fix" issue="LOG4PHP-122" by="Moritz Schmidt">RendererMapacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetByClassName doesnt recognize instances of child classes</action> <action type="fix" issue="LOG4PHP-123" by="Moritz Schmidt, Ivan Habunek">LoggerConfiguratorPhp does not parse renderer configuration</action> <action type="fix" issue="LOG4PHP-110" by="Vladimir Gorej, Ivan Habunek">Adapted MongoDB appender to better fit in log4php codebase.</action> From [email protected] Sat May 28 08:52:30 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id E9ACF6EAC for <[email protected]>; Sat, 28 May 2011 08:52:30 +0000 (UTC) Received: (qmail 83082 invoked by uid 500); 28 May 2011 08:52:30 -0000 Delivered-To: [email protected] Received: (qmail 83058 invoked by uid 500); 28 May 2011 08:52:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 83047 invoked by uid 99); 28 May 2011 08:52:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 May 2011 08:52:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hel.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 May 2011 08:52:28 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [161.129.204.104]) by hel.zones.apache.org (Postfix) with ESMTP id 5E29AE4454 for <[email protected]>; Sat, 28 May 2011 08:51:47 +0000 (UTC) Date: Sat, 28 May 2011 08:51:47 +0000 (UTC) From: "Ivan Habunek (JIRA)" <[email protected]> To: [email protected] Message-ID: <[email protected]> Subject: [jira] [Created] (LOG4PHP-140) Incorrect usage of changes.xml MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Incorrect usage of changes.xml ------------------------------ Key: LOG4PHP-140 URL: https://issues.apache.org/jira/browse/LOG4PHP-140 Project: Log4php Issue Type: Improvement Reporter: Ivan Habunek Fix For: 2.1 I finally got around to reading the documentation for writing the changes.xml file, and i found that we are using it incorrectly. Primarily, in the <action> node we use "by" attribute, instead of "dev" (for the developer) and "due-to" (for the contributor). The documentation is located here: http://maven.apache.org/plugins/maven-changes-plugin/usage.html http://maven.apache.org/plugins/maven-changes-plugin/changes.html I'm in the process of fixing the changes.xml file so we can have it ready for 2.1 release. This issue is a reminder for other devs to RTFM. :) This will also result in a better changes-report page on the web (http://logging.apache.org/log4php/changes-report.html). -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sat May 28 10:22:45 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 348616530 for <[email protected]>; Sat, 28 May 2011 10:22:45 +0000 (UTC) Received: (qmail 13919 invoked by uid 500); 28 May 2011 10:22:45 -0000 Delivered-To: [email protected] Received: (qmail 13891 invoked by uid 500); 28 May 2011 10:22:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 13884 invoked by uid 500); 28 May 2011 10:22:45 -0000 Delivered-To: [email protected] Received: (qmail 13879 invoked by uid 99); 28 May 2011 10:22:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 May 2011 10:22:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 May 2011 10:22:40 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EC5AF23889B2; Sat, 28 May 2011 10:22:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1128590 - /logging/log4php/trunk/src/changes/changes.xml Date: Sat, 28 May 2011 10:22:17 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ihabunek Date: Sat May 28 10:22:17 2011 New Revision: 1128590 URL: http://svn.apache.org/viewvc?rev=1128590&view=rev Log: LOG4PHP-140: Fixed incorrect usage of changes.xml: * replaced "by" attribute with "dev" and "due-to" * added dates on which issues were fixed * fixed indentation Modified: logging/log4php/trunk/src/changes/changes.xml Modified: logging/log4php/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/changes/changes.xml?rev=1128590&r1=1128589&r2=1128590&view=diff ============================================================================== --- logging/log4php/trunk/src/changes/changes.xml (original) +++ logging/log4php/trunk/src/changes/changes.xml Sat May 28 10:22:17 2011 @@ -16,112 +16,113 @@ limitations under the License. --> -<document - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://maven.apache.org/changes/1.0.0"> - <properties> - <title>Apache log4php.</title> - </properties> - <body> - <release version="2.1" description="Stabilizing"> - <action type="fix" issue="LOG4PHP-129" by="Ivan Habunek">Log4PHP causes odd errors in the underlying application if used with source having an existing __autoload function</action> - <action type="fix" issue="LOG4PHP-122" by="Moritz Schmidt">RendererMapacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetByClassName doesnt recognize instances of child classes</action> - <action type="fix" issue="LOG4PHP-123" by="Moritz Schmidt, Ivan Habunek">LoggerConfiguratorPhp does not parse renderer configuration</action> - <action type="fix" issue="LOG4PHP-110" by="Vladimir Gorej, Ivan Habunek">Adapted MongoDB appender to better fit in log4php codebase.</action> - <action type="fix" issue="LOG4PHP-126" by="Peter Chapman, Christian Grobmeier">LoggerConfiguratorPhp does not appear to respect appender file property from config</action> - <action type="fix" issue="LOG4PHP-118" by="Craig Marvelley">Additivity cannot be disabled through log4php.properties ini file.</action> - <action type="update" issue="LOG4PHP-110" by="Vladimir Gorej, Christian Grobmeier">Added MongoDB appender</action> - <action type="fix" issue="LOG4PHP-131" by="Ivan Habunek">File appenders parameters (removed overloading of setFile()).</action> - <action type="fix" issue="LOG4PHP-133" by="Dmitry Katemirov,Ivan Habunek">PDO appender doesn't close connections</action> - <action type="fix" by="Ivan Habunek">Replaced calls to deprecated PHPUnit method assertTypeOf() with assertInternalType() and assertInstanceOf().</action> - <action type="fix" issue="LOG4PHP-104" by="Ivan Habunek">Refactored LoggerNDC and added tests</action> - <action type="fix" issue="LOG4PHP-105" by="Ivan Habunek">LoggerMDC needs refactoring + tests</action> - <action type="update" by="Ivan Habunek">Added __toString magic method to LoggerLevel.</action> - <action type="fix" issue="LOG4PHP-117" by="Maciej Mazur, Ivan Habunek">LoggerConfiguratorIniacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bonfigure() and unexptected results from error_get_last()</action> - <action type="fix" issue="LOG4PHP-113" by="Ivan Habunek">Milliseconds do not change when using LoggerLayoutPattern</action> - <action type="fix" issue="LOG4PHP-115" by="Vaceletm">Instanciate LoggerAppenderPDO by hand throw exception</action> - <action type="update" issue="LOG4PHP-36" by="Moritz Schmidt">PHP Configurator: set remaining properties to appenders</action> - <action type="update" issue="LOG4PHP-110" by="Vladimir Gorej">MongoDB: improved exception handling</action> - <action type="fix" issue="LOG4PHP-112" by="darja, Christian Grobmeier">Logging ClassName doesn't work</action> - <action type="update" issue="LOG4PHP-109" by="Vladimir Gorej">patch for Throwable information associated with logging event</action> - <action type="update" issue="LOG4PHP-111" by="Ivan Habunek">Documentation: Problem using a custom ConversionPattern</action> - <action type="update" issue="LOG4PHP-108" by="Florian Platzer, Christian Grobmeier, Ivan Habunek">Add HTML line break to LoggerAppenderEcho output</action> - <action type="update" by="Ivan Habunek">Included new LoggerLayoutPattern tests</action> - <action type="fix" issue="LOG4PHP-103" by="Moritz Schmidt">Exception when using more than one LoggerAppenderFile</action> - <action type="fix" issue="LOG4PHP-102" by="Ivan Habunek">LoggerLayoutPattern fails tests</action> - <action type="update" issue="LOG4PHP-100" by="Moritz Schmidt">Directly assign an array on Logger PHP configuration</action> - <action type="fix" issue="LOG4PHP-91">LoginOptionConverter.php (used wrong constant name)</action> - <action type="update" issue="LOG4PHP-95" by="Ivan Habunek, Christian Grobmeier">Add trace level to Log4PHP</action> - <action type="fix" issue="LOG4PHP-96" by="Tommy Montgomery">Some of the tests don't pass under Windows</action> - <action type="fix" by="Christian Hammers">Lowered pear_installer version dependency to 1.7.0</action> - </release> - <release version="2.0" description="PHP 5 compatibility"> - <action type="fix" issue="LOG4PHP-3">Maven 2.0 build</action> - <action type="fix" issue="LOG4PHP-7">Updated source file headers with current ASF notice</action> - <action type="fix">PHP 5 compatibility modification.</action> - <action type="fix" issue="LOG4PHP-1" by="Christian Grobmeier">removed all @author tags. All contributors are named (with task) in the changelog file</action> - <action type="fix" issue="LOG4PHP-4" by="Michael Aichler">Fatal error for constructor in LoggerAppenderRollingFile</action> - <action type="fix" issue="LOG4PHP-5" by="Michael Aichler">LoggerAppenderRollingFile unable to open file and append logs</action> - <action type="fix" issue="LOG4PHP-7" by="Curt Arnold">Change copyright notices to conform to the Source Header and Copyright Notice Policy</action> - <action type="fix" issue="LOG4PHP-9" by="Christian Grobmeier">log4php.dtd should be reviewed</action> - <action type="fix" issue="LOG4PHP-11" by="Hiroaki Kawai">trailing "\n"</action> - <action type="fix" issue="LOG4PHP-12" by="Knut Urdalen">LoggerAppenderFile does not create missing directories</action> - <action type="fix" issue="LOG4PHP-13" by="Michael Aichler">LoggerPropertyConfigurator: Only variables should be assigned by reference</action> - <action type="fix" issue="LOG4PHP-14" by="Michael Aichler">LoggerPropertySetter: warnings about is_a() and non-static method</action> - <action type="fix" issue="LOG4PHP-15" by="Michael Aichler">Logger: warnings about is_a()</action> - <action type="fix" issue="LOG4PHP-16" by="Gary Richardson">Patch for LoggerAppenderSyslog to use Layouts</action> - <action type="fix" issue="LOG4PHP-17" by="Yomei Komiya">%l Pattern layout raises a protected property access error</action> - <action type="fix" issue="LOG4PHP-18" by="Yomei Komiya">Date pattern %d conversion is invalid</action> - <action type="fix" issue="LOG4PHP-19" by="Yomei Komiya">Logger location info is invalid in log outputs of Logger's subclasses</action> - <action type="fix" issue="LOG4PHP-20" by="Corin Lawson">Custom layout for LoggerAppenderPhp</action> - <action type="fix" issue="LOG4PHP-22" by="Christian Grobmeier">log4php.dtd invalid</action> - <action type="fix" issue="LOG4PHP-23" by="Christian Grobmeier">Mixed PHP4 and PHP5 syntax</action> - <action type="fix" issue="LOG4PHP-24" by="Dennis Korbar">LoggerAppenderRollingFile unable to rollover</action> - <action type="fix" issue="LOG4PHP-25" by="Christian Hammers, Knut Urdalen">Allow to set environment variables in LoggerOptionConverter</action> - <action type="fix" issue="LOG4PHP-28" by="Michael Kuenzli, Knut Urdalen">LoggerAppenderConsole doesn't write to STDERR</action> - <action type="fix" issue="LOG4PHP-33" by="Knut Urdalen">Appenders is not properly closed upon destruction</action> - <action type="update" issue="LOG4PHP-29" by="Knut Urdalen">Load classes through autoload instead of explicitly include them</action> - <action type="update" issue="LOG4PHP-30" by="Christian Grobmeier">Implement LoggerAppenderPDO</action> - <action type="update" issue="LOG4PHP-31" by="Knut Urdalen">Removing unnecessary use of LOG4PHP_DIR</action> - <action type="update" issue="LOG4PHP-32" by="Knut Urdalen, Christian Grobmeier">Refactor from using define to class contants (Knut Urdalen, Christian Grobmeier)</action> - <action type="update" issue="LOG4PHP-34" by="Christian Grobmeier">Remove all internal debugging</action> - <action type="update" issue="LOG4PHP-35" by="Knut Urdalen">Replace LOG4PHP_LINE_SEP with PHP_EOL</action> - <action type="update" issue="LOG4PHP-37" by="Christian Grobmeier">removed LoggerAppenderDB in favour to LoggerAppenderPDO</action> - <action type="update" issue="LOG4PHP-38" by="Knut Urdalen">Replace is_a() with instanceof</action> - <action type="update" issue="LOG4PHP-39" by="Knut Urdalen">Remove deprecated methods</action> - <action type="update" issue="LOG4PHP-40" by="Christian Grobmeier">Merge LoggerAppender and LoggerAppenderSkeleton</action> - <action type="update" issue="LOG4PHP-43" by="Knut Urdalen">Remove size restriction of MDC table in LoggerMDC</action> - <action type="update" issue="LOG4PHP-44" by="Knut Urdalen">PEAR package</action> - <action type="fix" issue="LOG4PHP-46" by="Christian Hammers">Use PreparedStatement in PDO-Appender</action> - <action type="fix" issue="LOG4PHP-47" by="Christian Hammers">PDO Appender now uses quote() due to PreparedStatements</action> - <action type="update" issue="LOG4PHP-50" by="Christian Grobmeier">Create more File Appender Tests</action> - <action type="update" issue="LOG4PHP-52" by="Christian Grobmeier">Use of custom factorys is discouraged - clean up</action> - <action type="update" issue="LOG4PHP-53" by="Christian Grobmeier">Removed references were appropriate</action> - <action type="fix" issue="LOG4PHP-54" by="Christian Grobmeier">PHPDoc is wrong due to class movements - clean up</action> - <action type="update" issue="LOG4PHP-56" by="Christian Grobmeier">Replace define('LOG4PHP_CONFIGURATION' by static variable</action> - <action type="update" issue="LOG4PHP-57" by="Christian Grobmeier">Make use of destructors instead of Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bshutdown</action> - <action type="fix" issue="LOG4PHP-59" by="Christian Grobmeier, Christian Hammers">LoggerAppenderConsole is initialized wrong</action> - <action type="update" issue="LOG4PHP-60" by="Christian Hammers">Improved quickstart.apt</action> - <action type="update" issue="LOG4PHP-62" by="Christian Hammers">Does not print warning if ini file is corrupt</action> - <action type="update" issue="LOG4PHP-63" by="Christian Hammers">PDOAppender should throw LoggerException on database problems</action> - <action type="fix" issue="LOG4PHP-64" by="Christian Hammers">Remove deprecated call-by-reference in LoggerLayoutPattern</action> - <action type="fix" issue="LOG4PHP-65" by="Christian Grobmeier">Mixing protected and private in Logger and the inheriting LoggerRoot</action> - <action type="fix" issue="LOG4PHP-66" by="Christian Hammers">LoggerConfiguratorBasicTest fails in "mvn test" but not in phpunit</action> - <action type="fix" issue="LOG4PHP-67" by="Christian Hammers">Refactoring: Use Logger instead of LoggerManager</action> - <action type="fix" issue="LOG4PHP-71" by="Christian Grobmeier">Using LoggerAppenderFile logging to the log file in one Apache session blocks every other Apache session that tries to write to the file until the original request has been processed</action> - <action type="fix" issue="LOG4PHP-76" by="Dan Hansen">Unable to configure socket appender with attribute useXml = true</action> - <action type="fix" issue="LOG4PHP-77" by="Dan Hansen">LoggerReflectionUtilsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsetter() should be defined as a static method</action> - <action type="fix" issue="LOG4PHP-79" by="Christian Hammers">Increased field sizes in AppenderPDO database tables</action> - <action type="fix" issue="LOG4PHP-80" by="Christian Hammers">An exception is now thrown if an unknown property is set via config file</action> - <action type="fix" issue="LOG4PHP-81" by="Christian Hammers">Boolean values in .properties files are now correctly parsed</action> - <action type="fix" issue="LOG4PHP-82" by="Christian Hammers">Added more examples to the API docs</action> - <action type="fix" issue="LOG4PHP-84" by="Christian Hammers">Fixed call of undefined method when using RendererMap</action> - <action type="fix" issue="LOG4PHP-86" by="Christian Hammers">LoggerAppenderRollingFile should not fail if the file does not already exist</action> - <action type="fix" by="Christian Grobmeier">LoggerXmlConfigurator can now interpret threshold commands at appender level</action> - <action type="update" by="Knut Urdalen">Initial port to PHP 5</action> - <action type="update" by="Knut Urdalen">Established new unit test suite</action> - <action type="update" by="Knut Urdalen">Added a range of examples</action> - <action type="update">Created common ReflectionUtils class and moved factory calls to there</action> - </release> - </body> +<document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://maven.apache.org/changes/1.0.0"> + <properties> + <title>Apache log4php changelog</title> + </properties> + <body> + <release version="2.1" date="SVN" description="Stabilizing"> + <action date="2011-05-28" type="fix" issue="LOG4PHP-140" dev="Ivan Habunek">Fixed incorrect usage of changes.xml</action> + <action date="2011-05-28" type="fix" issue="LOG4PHP-129" dev="Ivan Habunek">Log4PHP causes odd errors in the underlying application if used with source having an existing __autoload function</action> + <action date="2011-05-20" type="fix" issue="LOG4PHP-122" dev="Ivan Habunek" due-to="Moritz Schmidt" due-to-email="[email protected]">RendererMapacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetByClassName doesnt recognize instances of child classes</action> + <action date="2011-05-20" type="fix" issue="LOG4PHP-123" dev="Ivan Habunek" due-to="Moritz Schmidt" due-to-email="[email protected]">LoggerConfiguratorPhp does not parse renderer configuration</action> + <action date="2011-05-15" type="fix" issue="LOG4PHP-110" dev="Ivan Habunek" due-to="Vladimir Gorej" due-to-email="[email protected]">Adapted MongoDB appender to better fit in log4php codebase.</action> + <action date="2011-02-15" type="fix" issue="LOG4PHP-126" dev="Christian Grobmeier" due-to="Peter Chapman" due-to-email="[email protected]">LoggerConfiguratorPhp does not appear to respect appender file property from config</action> + <action date="2011-02-15" type="fix" issue="LOG4PHP-118" dev="Christian Grobmeier" due-to="Craig Marvelley" due-to-email="craig dot [email protected]">Additivity cannot be disabled through log4php.properties ini file.</action> + <action date="2011-02-15" type="add" issue="LOG4PHP-110" dev="Christian Grobmeier" due-to="Vladimir Gorej" due-to-email="[email protected]">Added MongoDB appender</action> + <action date="2011-01-16" type="fix" issue="LOG4PHP-131" dev="Ivan Habunek">File appenders parameters (removed overloading of setFile()).</action> + <action date="2011-01-12" type="fix" issue="LOG4PHP-133" dev="Ivan Habunek" due-to="Dmitry Katemirov" due-to-email="[email protected]">PDO appender doesn't close connections</action> + <action date="2011-01-11" type="fix" dev="Ivan Habunek">Replaced calls to deprecated PHPUnit method assertTypeOf() with assertInternalType() and assertInstanceOf().</action> + <action date="2010-09-18" type="fix" issue="LOG4PHP-104" dev="Ivan Habunek">Refactored LoggerNDC and added tests</action> + <action date="2010-09-18" type="fix" issue="LOG4PHP-105" dev="Ivan Habunek">LoggerMDC needs refactoring + tests</action> + <action date="2010-09-18" type="update" dev="Ivan Habunek">Added __toString magic method to LoggerLevel.</action> + <action date="2010-07-20" type="fix" issue="LOG4PHP-117" dev="Ivan Habunek" due-to="Maciej Mazur" due-to-email="[email protected]">LoggerConfiguratorIniacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bonfigure() and unexptected results from error_get_last()</action> + <action date="2010-07-20" type="fix" issue="LOG4PHP-113" dev="Ivan Habunek">Milliseconds do not change when using LoggerLayoutPattern</action> + <action date="2010-06-18" type="fix" issue="LOG4PHP-115" dev="Christian Grobmeier" due-to="Vaceletm" due-to-email="manuel dot [email protected]">Instanciate LoggerAppenderPDO by hand throw exception</action> + <action date="2010-06-18" type="update" issue="LOG4PHP-36" dev="Christian Grobmeier" due-to="Moritz Schmidt" due-to-email="[email protected]">PHP Configurator: set remaining properties to appenders</action> + <action date="2010-06-18" type="update" issue="LOG4PHP-110" dev="Christian Grobmeier" due-to="Vladimir Gorej" due-to-email="[email protected]">MongoDB: improved exception handling</action> + <action date="2010-05-27" type="fix" issue="LOG4PHP-112" dev="Christian Grobmeier" due-to="Darja Ryazhskikh" due-to-email="[email protected]">Logging ClassName doesn't work</action> + <action date="2010-05-04" type="update" issue="LOG4PHP-108" dev="Christian Grobmeier" due-to="Ivan Habunek" due-to-email="ivan dot [email protected]">Improved add HTML line break feature in LoggerAppenderEcho</action> + <action date="2010-04-23" type="update" issue="LOG4PHP-109" dev="Christian Grobmeier" due-to="Vladimir Gorej" due-to-email="[email protected]">patch for Throwable information associated with logging event</action> + <action date="2010-04-22" type="update" issue="LOG4PHP-111" dev="Christian Grobmeier" due-to="Ivan Habunek" due-to-email="ivan dot [email protected]">Documentation: Problem using a custom ConversionPattern</action> + <action date="2010-04-22" type="add" issue="LOG4PHP-108" dev="Christian Grobmeier" due-to="Florian Platzer" due-to-email="florian dot [email protected] ">Add HTML line break to LoggerAppenderEcho output</action> + <action date="2010-03-25" type="fix" dev="Christian Hammers">Lowered pear_installer version dependency to 1.7.0</action> + <action date="2010-03-22" type="update" dev="Christian Grobmeier" due-to="Ivan Habunek" due-to-email="ivan dot [email protected]">Included new LoggerLayoutPattern tests</action> + <action date="2010-03-22" type="fix" issue="LOG4PHP-103" dev="Christian Grobmeier" due-to="Moritz Schmidt" due-to-email="[email protected]">Exception when using more than one LoggerAppenderFile</action> + <action date="2010-03-22" type="fix" issue="LOG4PHP-102" dev="Christian Grobmeier" due-to="Ivan Habunek" due-to-email="ivan dot [email protected]">LoggerLayoutPattern fails tests</action> + <action date="2010-03-22" type="update" issue="LOG4PHP-100" dev="Christian Grobmeier" due-to="Moritz Schmidt" due-to-email="[email protected]">Directly assign an array on Logger PHP configuration</action> + <action date="2010-02-20" type="add" issue="LOG4PHP-95" dev="Christian Grobmeier" due-to="Ivan Habunek" due-to-email="ivan dot [email protected]">Add trace level to Log4PHP</action> + <action date="2010-01-29" type="fix" issue="LOG4PHP-96" dev="Christian Grobmeier" due-to="Tommy Montgomery">Some of the tests don't pass under Windows</action> + <action date="2010-01-05" type="fix" issue="LOG4PHP-93" dev="Christian Grobmeier" due-to="Hiroaki Kawai" due-to-email="[email protected] ">LoggerClassNamePatternConverter accessing private property</action> + <action date="2010-01-05" type="fix" issue="LOG4PHP-91" dev="Christian Grobmeier" due-to="Dan Barkwell" due-to-email="[email protected]">LoginOptionConverter.php (used wrong constant name)</action> + </release> + <release version="2.0" date="2009-12-12" description="PHP 5 compatibility"> + <action type="fix" issue="LOG4PHP-3">Maven 2.0 build</action> + <action type="fix" issue="LOG4PHP-7">Updated source file headers with current ASF notice</action> + <action type="fix">PHP 5 compatibility modification.</action> + <action type="fix" issue="LOG4PHP-1" dev="Christian Grobmeier">removed all @author tags. All contributors are named (with task) in the changelog file</action> + <action type="fix" issue="LOG4PHP-4" dev="Michael Aichler">Fatal error for constructor in LoggerAppenderRollingFile</action> + <action type="fix" issue="LOG4PHP-5" dev="Michael Aichler">LoggerAppenderRollingFile unable to open file and append logs</action> + <action type="fix" issue="LOG4PHP-7" dev="Curt Arnold">Change copyright notices to conform to the Source Header and Copyright Notice Policy</action> + <action type="fix" issue="LOG4PHP-9" dev="Christian Grobmeier">log4php.dtd should be reviewed</action> + <action type="fix" issue="LOG4PHP-11" dev="Hiroaki Kawai">trailing "\n"</action> + <action type="fix" issue="LOG4PHP-12" dev="Knut Urdalen">LoggerAppenderFile does not create missing directories</action> + <action type="fix" issue="LOG4PHP-13" dev="Michael Aichler">LoggerPropertyConfigurator: Only variables should be assigned by reference</action> + <action type="fix" issue="LOG4PHP-14" dev="Michael Aichler">LoggerPropertySetter: warnings about is_a() and non-static method</action> + <action type="fix" issue="LOG4PHP-15" dev="Michael Aichler">Logger: warnings about is_a()</action> + <action type="fix" issue="LOG4PHP-16" dev="Gary Richardson">Patch for LoggerAppenderSyslog to use Layouts</action> + <action type="fix" issue="LOG4PHP-17" dev="Yomei Komiya">%l Pattern layout raises a protected property access error</action> + <action type="fix" issue="LOG4PHP-18" dev="Yomei Komiya">Date pattern %d conversion is invalid</action> + <action type="fix" issue="LOG4PHP-19" dev="Yomei Komiya">Logger location info is invalid in log outputs of Logger's subclasses</action> + <action type="fix" issue="LOG4PHP-20" dev="Corin Lawson">Custom layout for LoggerAppenderPhp</action> + <action type="fix" issue="LOG4PHP-22" dev="Christian Grobmeier">log4php.dtd invalid</action> + <action type="fix" issue="LOG4PHP-23" dev="Christian Grobmeier">Mixed PHP4 and PHP5 syntax</action> + <action type="fix" issue="LOG4PHP-24" dev="Dennis Korbar">LoggerAppenderRollingFile unable to rollover</action> + <action type="fix" issue="LOG4PHP-25" dev="Christian Hammers, Knut Urdalen">Allow to set environment variables in LoggerOptionConverter</action> + <action type="fix" issue="LOG4PHP-28" dev="Michael Kuenzli, Knut Urdalen">LoggerAppenderConsole doesn't write to STDERR</action> + <action type="fix" issue="LOG4PHP-33" dev="Knut Urdalen">Appenders is not properly closed upon destruction</action> + <action type="update" issue="LOG4PHP-29" dev="Knut Urdalen">Load classes through autoload instead of explicitly include them</action> + <action type="update" issue="LOG4PHP-30" dev="Christian Grobmeier">Implement LoggerAppenderPDO</action> + <action type="update" issue="LOG4PHP-31" dev="Knut Urdalen">Removing unnecessary use of LOG4PHP_DIR</action> + <action type="update" issue="LOG4PHP-32" dev="Knut Urdalen, Christian Grobmeier">Refactor from using define to class contants (Knut Urdalen, Christian Grobmeier)</action> + <action type="update" issue="LOG4PHP-34" dev="Christian Grobmeier">Remove all internal debugging</action> + <action type="update" issue="LOG4PHP-35" dev="Knut Urdalen">Replace LOG4PHP_LINE_SEP with PHP_EOL</action> + <action type="update" issue="LOG4PHP-37" dev="Christian Grobmeier">removed LoggerAppenderDB in favour to LoggerAppenderPDO</action> + <action type="update" issue="LOG4PHP-38" dev="Knut Urdalen">Replace is_a() with instanceof</action> + <action type="update" issue="LOG4PHP-39" dev="Knut Urdalen">Remove deprecated methods</action> + <action type="update" issue="LOG4PHP-40" dev="Christian Grobmeier">Merge LoggerAppender and LoggerAppenderSkeleton</action> + <action type="update" issue="LOG4PHP-43" dev="Knut Urdalen">Remove size restriction of MDC table in LoggerMDC</action> + <action type="update" issue="LOG4PHP-44" dev="Knut Urdalen">PEAR package</action> + <action type="fix" issue="LOG4PHP-46" dev="Christian Hammers">Use PreparedStatement in PDO-Appender</action> + <action type="fix" issue="LOG4PHP-47" dev="Christian Hammers">PDO Appender now uses quote() due to PreparedStatements</action> + <action type="update" issue="LOG4PHP-50" dev="Christian Grobmeier">Create more File Appender Tests</action> + <action type="update" issue="LOG4PHP-52" dev="Christian Grobmeier">Use of custom factorys is discouraged - clean up</action> + <action type="update" issue="LOG4PHP-53" dev="Christian Grobmeier">Removed references were appropriate</action> + <action type="fix" issue="LOG4PHP-54" dev="Christian Grobmeier">PHPDoc is wrong due to class movements - clean up</action> + <action type="update" issue="LOG4PHP-56" dev="Christian Grobmeier">Replace define('LOG4PHP_CONFIGURATION' by static variable</action> + <action type="update" issue="LOG4PHP-57" dev="Christian Grobmeier">Make use of destructors instead of Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bshutdown</action> + <action type="fix" issue="LOG4PHP-59" dev="Christian Grobmeier, Christian Hammers">LoggerAppenderConsole is initialized wrong</action> + <action type="update" issue="LOG4PHP-60" dev="Christian Hammers">Improved quickstart.apt</action> + <action type="update" issue="LOG4PHP-62" dev="Christian Hammers">Does not print warning if ini file is corrupt</action> + <action type="update" issue="LOG4PHP-63" dev="Christian Hammers">PDOAppender should throw LoggerException on database problems</action> + <action type="fix" issue="LOG4PHP-64" dev="Christian Hammers">Remove deprecated call-by-reference in LoggerLayoutPattern</action> + <action type="fix" issue="LOG4PHP-65" dev="Christian Grobmeier">Mixing protected and private in Logger and the inheriting LoggerRoot</action> + <action type="fix" issue="LOG4PHP-66" dev="Christian Hammers">LoggerConfiguratorBasicTest fails in "mvn test" but not in phpunit</action> + <action type="fix" issue="LOG4PHP-67" dev="Christian Hammers">Refactoring: Use Logger instead of LoggerManager</action> + <action type="fix" issue="LOG4PHP-71" dev="Christian Grobmeier">Using LoggerAppenderFile logging to the log file in one Apache session blocks every other Apache session that tries to write to the file until the original request has been processed</action> + <action type="fix" issue="LOG4PHP-76" dev="Dan Hansen">Unable to configure socket appender with attribute useXml = true</action> + <action type="fix" issue="LOG4PHP-77" dev="Dan Hansen">LoggerReflectionUtilsacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bsetter() should be defined as a static method</action> + <action type="fix" issue="LOG4PHP-79" dev="Christian Hammers">Increased field sizes in AppenderPDO database tables</action> + <action type="fix" issue="LOG4PHP-80" dev="Christian Hammers">An exception is now thrown if an unknown property is set via config file</action> + <action type="fix" issue="LOG4PHP-81" dev="Christian Hammers">Boolean values in .properties files are now correctly parsed</action> + <action type="fix" issue="LOG4PHP-82" dev="Christian Hammers">Added more examples to the API docs</action> + <action type="fix" issue="LOG4PHP-84" dev="Christian Hammers">Fixed call of undefined method when using RendererMap</action> + <action type="fix" issue="LOG4PHP-86" dev="Christian Hammers">LoggerAppenderRollingFile should not fail if the file does not already exist</action> + <action type="fix" dev="Christian Grobmeier">LoggerXmlConfigurator can now interpret threshold commands at appender level</action> + <action type="update" dev="Knut Urdalen">Initial port to PHP 5</action> + <action type="update" dev="Knut Urdalen">Established new unit test suite</action> + <action type="update" dev="Knut Urdalen">Added a range of examples</action> + <action type="update">Created common ReflectionUtils class and moved factory calls to there</action> + </release> + </body> </document> From [email protected] Sat May 28 10:25:28 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 97601656E for <[email protected]>; Sat, 28 May 2011 10:25:28 +0000 (UTC) Received: (qmail 14336 invoked by uid 500); 28 May 2011 10:25:28 -0000 Delivered-To: [email protected] Received: (qmail 14301 invoked by uid 500); 28 May 2011 10:25:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 14294 invoked by uid 99); 28 May 2011 10:25:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 May 2011 10:25:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hel.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 May 2011 10:25:27 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [161.129.204.104]) by hel.zones.apache.org (Postfix) with ESMTP id 71D7DE41D9 for <[email protected]>; Sat, 28 May 2011 10:24:47 +0000 (UTC) Date: Sat, 28 May 2011 10:24:47 +0000 (UTC) From: "Ivan Habunek (JIRA)" <[email protected]> To: [email protected] Message-ID: <[email protected]> In-Reply-To: <[email protected]> Subject: [jira] [Resolved] (LOG4PHP-140) Incorrect usage of changes.xml MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LOG4PHP-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Habunek resolved LOG4PHP-140. ---------------------------------- Resolution: Fixed Assignee: Ivan Habunek > Incorrect usage of changes.xml > ------------------------------ > > Key: LOG4PHP-140 > URL: https://issues.apache.org/jira/browse/LOG4PHP-140 > Project: Log4php > Issue Type: Improvement > Reporter: Ivan Habunek > Assignee: Ivan Habunek > Fix For: 2.1 > > > I finally got around to reading the documentation for writing the changes.xml file, and i found that we are using it incorrectly. Primarily, in the <action> node we use "by" attribute, instead of "dev" (for the developer) and "due-to" (for the contributor). > The documentation is located here: > http://maven.apache.org/plugins/maven-changes-plugin/usage.html > http://maven.apache.org/plugins/maven-changes-plugin/changes.html > I'm in the process of fixing the changes.xml file so we can have it ready for 2.1 release. This issue is a reminder for other devs to RTFM. :) > This will also result in a better changes-report page on the web (http://logging.apache.org/log4php/changes-report.html). -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sat May 28 10:25:28 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id B1DAB6577 for <[email protected]>; Sat, 28 May 2011 10:25:28 +0000 (UTC) Received: (qmail 14440 invoked by uid 500); 28 May 2011 10:25:28 -0000 Delivered-To: [email protected] Received: (qmail 14361 invoked by uid 500); 28 May 2011 10:25:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 14302 invoked by uid 99); 28 May 2011 10:25:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 May 2011 10:25:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO hel.zones.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 May 2011 10:25:27 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [161.129.204.104]) by hel.zones.apache.org (Postfix) with ESMTP id 5E812E41D7 for <[email protected]>; Sat, 28 May 2011 10:24:47 +0000 (UTC) Date: Sat, 28 May 2011 10:24:47 +0000 (UTC) From: "Ivan Habunek (JIRA)" <[email protected]> To: [email protected] Message-ID: <[email protected]> In-Reply-To: <[email protected]> Subject: [jira] [Commented] (LOG4PHP-140) Incorrect usage of changes.xml MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LOG4PHP-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13040569#comment-13040569 ] Ivan Habunek commented on LOG4PHP-140: -------------------------------------- Commited in r1128590. The following issues were addressed: * replaced "by" attribute with "dev" and "due-to" * added dates on which issues were fixed * fixed indentation I did not add dates for issues done in 2.0, if anybody wants to dig through SVN logs they are welcome to do it. :) > Incorrect usage of changes.xml > ------------------------------ > > Key: LOG4PHP-140 > URL: https://issues.apache.org/jira/browse/LOG4PHP-140 > Project: Log4php > Issue Type: Improvement > Reporter: Ivan Habunek > Fix For: 2.1 > > > I finally got around to reading the documentation for writing the changes.xml file, and i found that we are using it incorrectly. Primarily, in the <action> node we use "by" attribute, instead of "dev" (for the developer) and "due-to" (for the contributor). > The documentation is located here: > http://maven.apache.org/plugins/maven-changes-plugin/usage.html > http://maven.apache.org/plugins/maven-changes-plugin/changes.html > I'm in the process of fixing the changes.xml file so we can have it ready for 2.1 release. This issue is a reminder for other devs to RTFM. :) > This will also result in a better changes-report page on the web (http://logging.apache.org/log4php/changes-report.html). -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira From [email protected] Sun May 29 10:54:05 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.apache.org (hermes.apache.org [161.129.204.104]) by minotaur.apache.org (Postfix) with SMTP id 758FB46B3 for <[email protected]>; Sun, 29 May 2011 10:54:05 +0000 (UTC) Received: (qmail 82252 invoked by uid 500); 29 May 2011 10:54:05 -0000 Delivered-To: [email protected] Received: (qmail 82221 invoked by uid 500); 29 May 2011 10:54:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Log4PHP Dev" <[email protected]> List-Id: <log4php-dev.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 82214 invoked by uid 500); 29 May 2011 10:54:04 -0000 Delivered-To: [email protected] Received: (qmail 82211 invoked by uid 99); 29 May 2011 10:54:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 May 2011 10:54:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 May 2011 10:54:01 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B813B238897F; Sun, 29 May 2011 10:53:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1128863 - in /logging/log4php/trunk/src/site/apt: contributingpatches.apt docs/appender/appender.apt docs/loggers.apt install.apt quickstart.apt showcase.apt volunteering.apt Date: Sun, 29 May 2011 10:53:39 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ihabunek Date: Sun May 29 10:53:39 2011 New Revision: 1128863 URL: http://svn.apache.org/viewvc?rev=1128863&view=rev Log: Fixed relative paths in documentation to avoid maven warnings. Modified: logging/log4php/trunk/src/site/apt/contributingpatches.apt logging/log4php/trunk/src/site/apt/docs/appender/appender.apt logging/log4php/trunk/src/site/apt/docs/loggers.apt logging/log4php/trunk/src/site/apt/install.apt logging/log4php/trunk/src/site/apt/quickstart.apt logging/log4php/trunk/src/site/apt/showcase.apt logging/log4php/trunk/src/site/apt/volunteering.apt Modified: logging/log4php/trunk/src/site/apt/contributingpatches.apt URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/contributingpatches.apt?rev=1128863&r1=1128862&r2=1128863&view=diff ============================================================================== --- logging/log4php/trunk/src/site/apt/contributingpatches.apt (original) +++ logging/log4php/trunk/src/site/apt/contributingpatches.apt Sun May 29 10:53:39 2011 @@ -21,7 +21,7 @@ Contributing Patches Before you read this document, make sure you have read the general information on the - {{{Volunteering.html}Volunteering}} page. Credits to the Apache Commons project on which documents + {{{./volunteering.html}Volunteering}} page. Credits to the Apache Commons project on which documents this one is based on. * Respect The Original Style Modified: logging/log4php/trunk/src/site/apt/docs/appender/appender.apt URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/docs/appender/appender.apt?rev=1128863&r1=1128862&r2=1128863&view=diff ============================================================================== --- logging/log4php/trunk/src/site/apt/docs/appender/appender.apt (original) +++ logging/log4php/trunk/src/site/apt/docs/appender/appender.apt Sun May 29 10:53:39 2011 @@ -40,7 +40,7 @@ Appenders * A <<class>> which specifies which appender class will be used to handle the requests. Since we wish to log to a file, <LoggerAppenderFile> is used in this case. - * Most appenders have an associated {{{layout.html}layout}}, which governs how the message is formatted. + * Most appenders have an associated {{{./layout.html}layout}}, which governs how the message is formatted. * An appender can have zero or more <<parameters>> which configure it's behaviour. In our example, the <file> parameter governs the path to the file which will be used for logging, and <append> defines that log messages should be appended to the file, instead of truncating it. Modified: logging/log4php/trunk/src/site/apt/docs/loggers.apt URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/docs/loggers.apt?rev=1128863&r1=1128862&r2=1128863&view=diff ============================================================================== --- logging/log4php/trunk/src/site/apt/docs/loggers.apt (original) +++ logging/log4php/trunk/src/site/apt/docs/loggers.apt Sun May 29 10:53:39 2011 @@ -34,7 +34,7 @@ $logger = Loggeracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bgetLogger('foo'); $logger->info("This is the message to be logged."); +-- - Loggers by themselves do not define where these messages will be logged. For that you need to assign one or more {{{appender/appender.html}appenders}} to the logger. + Loggers by themselves do not define where these messages will be logged. For that you need to assign one or more {{{./appender/appender.html}appenders}} to the logger. * {Logger threshold} @@ -49,7 +49,7 @@ $logger->info("This is the message to be Loggers can be individually configured in the configuration file. - The simplest example is to configure the root logger, since all other loggers will inherit its settings, as explained in the {{{loggers.html#Logger_hierarchy}next section}}. + The simplest example is to configure the root logger, since all other loggers will inherit its settings, as explained in the {{{./loggers.html#Logger_hierarchy}next section}}. +-- <log4php:configuration xmlns:log4php="http://logging.apache.org/log4php/"> @@ -61,7 +61,7 @@ $logger->info("This is the message to be </log4php:configuration> +-- - This configuration adds the <default> appender to the root logger, and sets it's {{{loggers.html#Logger_threshold}threshold level}} to DEBUG. + This configuration adds the <default> appender to the root logger, and sets it's {{{./loggers.html#Logger_threshold}threshold level}} to DEBUG. It is also possible to configure individual named loggers. For example, let's configure the <foo> logger, used in the example above, and set it's threshold to WARN: Modified: logging/log4php/trunk/src/site/apt/install.apt URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/install.apt?rev=1128863&r1=1128862&r2=1128863&view=diff ============================================================================== --- logging/log4php/trunk/src/site/apt/install.apt (original) +++ logging/log4php/trunk/src/site/apt/install.apt Sun May 29 10:53:39 2011 @@ -22,7 +22,7 @@ Installation log4php is installed easily: - * {{{download.html}download}} the package and unpack it. + * {{{./download.html}download}} the package and unpack it. * copy the folder src/main/php into the target location of your application, f. e. $YOURAPP/log4php Modified: logging/log4php/trunk/src/site/apt/quickstart.apt URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/quickstart.apt?rev=1128863&r1=1128862&r2=1128863&view=diff ============================================================================== --- logging/log4php/trunk/src/site/apt/quickstart.apt (original) +++ logging/log4php/trunk/src/site/apt/quickstart.apt Sun May 29 10:53:39 2011 @@ -20,9 +20,9 @@ Quickstart Quickstart - First, please {{{install.html}install log4php}}. + First, please {{{./install.html}install log4php}}. - It would also be wise to read the {{{docs/introduction.html}introduction to log4php}} to familiarise yoursef with the basic concepts used throughout the documentation and examples. + It would also be wise to read the {{{./docs/introduction.html}introduction to log4php}} to familiarise yoursef with the basic concepts used throughout the documentation and examples. * A trivial example @@ -64,11 +64,11 @@ Sun Jul 26 01:40:23 2009,030 [10093] WAR This configuration file does the following: - [[1]] Creates an appender called <myAppender> using appender class {{{docs/appender/appender.html#LoggerAppenderFile}LoggerAppenderFile}} which is used for logging to a file. + [[1]] Creates an appender called <myAppender> using appender class {{{./docs/appender/appender.html#LoggerAppenderFile}LoggerAppenderFile}} which is used for logging to a file. [[2]] Sets the <file> parameter, which is required for LoggerAppenderFile, to the path to the file in which events will be logged. - [[3]] Configures the root {{{docs/loggers.html}logger}} at WARN {{{docs/introduction.html#Levels}level}}. Therefore, logging requests with the level lower than WARN will be ignored. + [[3]] Configures the root {{{./docs/loggers.html}logger}} at WARN {{{./docs/introduction.html#Levels}level}}. Therefore, logging requests with the level lower than WARN will be ignored. [[4]] Links <myAppender> with the root logger so that all events recieved by the root logger will be forwarded to <myAppender> and written into the log file. Modified: logging/log4php/trunk/src/site/apt/showcase.apt URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/showcase.apt?rev=1128863&r1=1128862&r2=1128863&view=diff ============================================================================== --- logging/log4php/trunk/src/site/apt/showcase.apt (original) +++ logging/log4php/trunk/src/site/apt/showcase.apt Sun May 29 10:53:39 2011 @@ -21,7 +21,7 @@ Who uses it? Who uses Apache log4php? This site shows some of the log4php users. If you think that you should be on this list, please - let us know. Send a message to the {{{mail-lists.html}log4php user lists}}. + let us know. Send a message to the {{{./mail-lists.html}log4php user lists}}. In alphabetic order: Modified: logging/log4php/trunk/src/site/apt/volunteering.apt URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/volunteering.apt?rev=1128863&r1=1128862&r2=1128863&view=diff ============================================================================== --- logging/log4php/trunk/src/site/apt/volunteering.apt (original) +++ logging/log4php/trunk/src/site/apt/volunteering.apt Sun May 29 10:53:39 2011 @@ -41,7 +41,7 @@ On Volunteering for the log4php project, and seen any bugs that you can create a patch for? - * Have you checked your favorite package's {{{roadmap.html}roadmap file}} or + * Have you checked your favorite package's {{{./roadmap.html}roadmap file}} or {{{http://wiki.apache.org/logging/Log4PHP/TODO}todo files}} for things that have already been thought about, but just are not done yet?
From [email protected] Wed Apr 07 21:31:54 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57037 invoked from network); 7 Apr 2010 21:31:54 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Apr 2010 21:31:54 -0000 Received: (qmail 15688 invoked by uid 500); 7 Apr 2010 21:31:54 -0000 Delivered-To: [email protected] Received: (qmail 15649 invoked by uid 500); 7 Apr 2010 21:31:53 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pluto-scm.portals.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 15642 invoked by uid 99); 7 Apr 2010 21:31:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 21:31:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 21:31:49 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 535C123889B3; Wed, 7 Apr 2010 21:31:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r931694 - in /portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/tags: PortletModeDropDownTag.java PortletRenderTag.java PortletTag.java PortletTitleTag.java Date: Wed, 07 Apr 2010 21:31:28 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ate Date: Wed Apr 7 21:31:27 2010 New Revision: 931694 URL: http://svn.apache.org/viewvc?rev=931694&view=rev Log: PLUTO-567: Make Pluto work even if main portlets are not available. Patch provided by Gonzalo Aguilar. I only slightly modified it by adding debug logging to the PortletTag try-catch exception handling block. Thanks for the patch Gonzalo. Modified: portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/tags/PortletModeDropDownTag.java portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/tags/PortletRenderTag.java portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/tags/PortletTag.java portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/tags/PortletTitleTag.java Modified: portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/tags/PortletModeDropDownTag.java URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/tags/PortletModeDropDownTag.java?rev=931694&r1=931693&r2=931694&view=diff ============================================================================== --- portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/tags/PortletModeDropDownTag.java (original) +++ portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/tags/PortletModeDropDownTag.java Wed Apr 7 21:31:27 2010 @@ -108,47 +108,69 @@ public class PortletModeDropDownTag exte servletContext.getAttribute(AttributeKeys.PORTLET_CONTAINER); // Create the portlet window to render. - PortletWindow window = new PortletWindowImpl(container, windowConfig, requestedPortalUrl); + PortletWindow window = null; + + + try + { + // If this fails it means that the portlet will be not available. + // Render Tag will take care of it. + window = new PortletWindowImpl(container, windowConfig, requestedPortalUrl); + } + catch(RuntimeException ex) + { + if (LOG.isDebugEnabled()) { + LOG.debug("The portlet " + windowConfig.getPortletName() + " is not available. Is already deployed?"); + } + } - PortletMode currentMode = requestedPortalUrl.getPortletMode(window.getId().getStringId()); - //start the markup StringBuffer tag = new StringBuffer(); -// String strCurrentMode = currentMode.toString(); -// tag.append("Current mode: " + currentMode.toString()); - tag.append("<form action=\"\" name=\"modeSelectionForm\" style=\"display:inline\"><select onchange=\"self.location=this.options[this.selectedIndex].value\">"); - Set<PortletMode> modeSet = null; - try { - modeSet = driverConfig.getSupportedPortletModes(evaluatedPortletId); - } catch (PortletContainerException e) { - throw new JspException(e); - } - - if (modeSet != null) { - Iterator<PortletMode> i = modeSet.iterator(); - while (i.hasNext()) { - PortletMode mode = i.next(); - - PortalURL portalUrl = portalEnv.createPortalURL(); - portalUrl.setPortletMode(evaluatedPortletId, mode); - - // Build a string buffer containing the anchor tag - tag.append("<option value=\"" + portalUrl.toString() + "\""); - //Add 'selected' attribute for current mode. - if (mode.equals(currentMode)) { - tag.append(" selected=\"true\""); - } - tag.append(">"); - if (driverConfig.isPortletManagedMode(evaluatedPortletId, mode.toString())) { - tag.append(getCustomModeDecorationName(driverConfig, mode)); - } else { - tag.append(mode.toString().toUpperCase()); - } -// tag.append(mode.toString().toUpperCase()); - tag.append("</option>"); - } - } - tag.append("</select></form>"); + + // Do not render if we don't have a window. + if(window!=null) + { + PortletMode currentMode = requestedPortalUrl.getPortletMode(window.getId().getStringId()); + + + // String strCurrentMode = currentMode.toString(); + // tag.append("Current mode: " + currentMode.toString()); + tag.append("<form action=\"\" name=\"modeSelectionForm\" style=\"display:inline\"><select onchange=\"self.location=this.options[this.selectedIndex].value\">"); + Set<PortletMode> modeSet = null; + try { + modeSet = driverConfig.getSupportedPortletModes(evaluatedPortletId); + } catch (PortletContainerException e) { + throw new JspException(e); + } + + if (modeSet != null) { + Iterator<PortletMode> i = modeSet.iterator(); + while (i.hasNext()) { + PortletMode mode = i.next(); + + PortalURL portalUrl = portalEnv.createPortalURL(); + portalUrl.setPortletMode(evaluatedPortletId, mode); + + // Build a string buffer containing the anchor tag + tag.append("<option value=\"" + portalUrl.toString() + "\""); + //Add 'selected' attribute for current mode. + if (mode.equals(currentMode)) { + tag.append(" selected=\"true\""); + } + tag.append(">"); + if (driverConfig.isPortletManagedMode(evaluatedPortletId, mode.toString())) { + tag.append(getCustomModeDecorationName(driverConfig, mode)); + } else { + tag.append(mode.toString().toUpperCase()); + } + // tag.append(mode.toString().toUpperCase()); + tag.append("</option>"); + } + } + tag.append("</select></form>"); + + } + // Print the mode anchor tag. try { JspWriter out = pageContext.getOut(); Modified: portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/tags/PortletRenderTag.java URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/tags/PortletRenderTag.java?rev=931694&r1=931693&r2=931694&view=diff ============================================================================== --- portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/tags/PortletRenderTag.java (original) +++ portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/tags/PortletRenderTag.java Wed Apr 7 21:31:27 2010 @@ -22,6 +22,8 @@ import java.io.PrintWriter; import javax.servlet.jsp.JspException; import javax.servlet.jsp.tagext.TagSupport; +import org.apache.pluto.driver.services.portal.PortletWindowConfig; + /** * The portlet render tag is used to print portlet rendering result (or error * details) to the page. @@ -60,7 +62,10 @@ public class PortletRenderTag extends Ta // Otherwise, print the error stack trace. else { try { - pageContext.getOut().print("Error rendering portlet."); + PortletWindowConfig windowConfig = + PortletWindowConfig.fromId(parentTag.getEvaluatedPortletId()); + + pageContext.getOut().print("Error rendering portlet " + windowConfig.getPortletName() + "."); pageContext.getOut().print("<pre>"); parentTag.getThrowable().printStackTrace( new PrintWriter(pageContext.getOut())); Modified: portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/tags/PortletTag.java URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/tags/PortletTag.java?rev=931694&r1=931693&r2=931694&view=diff ============================================================================== --- portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/tags/PortletTag.java (original) +++ portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/tags/PortletTag.java Wed Apr 7 21:31:27 2010 @@ -16,6 +16,7 @@ */ package org.apache.pluto.driver.tags; +import java.io.StringWriter; import java.util.Iterator; import java.util.Map; @@ -125,23 +126,39 @@ public class PortletTag extends BodyTagS servletContext.getAttribute(AttributeKeys.PORTLET_CONTAINER); // Create the portlet window to render. - PortletWindow window = new PortletWindowImpl(container, windowConfig, portalURL); - - // Check if someone else is maximized. If yes, don't show content. - Map windowStates = portalURL.getWindowStates(); - for (Iterator it = windowStates.keySet().iterator(); it.hasNext(); ) { - String windowId = (String) it.next(); - WindowState windowState = (WindowState) windowStates.get(windowId); - if (WindowState.MAXIMIZED.equals(windowState) - && !window.getId().getStringId().equals(windowId)) { - return SKIP_BODY; - } + PortletWindow window = null; + + + try { + window = new PortletWindowImpl(container, windowConfig, portalURL); + } catch(RuntimeException e) // FIXME: Prose a change to anything else, handle it. + { + if (LOG.isDebugEnabled()) { + LOG.debug("The portlet " + windowConfig.getPortletName() + " is not available. Is already deployed?"); + } } - - // Create portal servlet response to wrap the original - // HTTP servlet response. - PortalServletResponse portalResponse = new PortalServletResponse( + + // Create portal servlet response to wrap the original + // HTTP servlet response. + PortalServletResponse portalResponse = new PortalServletResponse( (HttpServletResponse) pageContext.getResponse()); + + + if(window!=null) + { + // Check if someone else is maximized. If yes, don't show content. + Map windowStates = portalURL.getWindowStates(); + for (Iterator it = windowStates.keySet().iterator(); it.hasNext(); ) { + String windowId = (String) it.next(); + WindowState windowState = (WindowState) windowStates.get(windowId); + if (WindowState.MAXIMIZED.equals(windowState) + && !window.getId().getStringId().equals(windowId)) { + return SKIP_BODY; + } + } + + + } // Render the portlet and cache the response. try { Modified: portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/tags/PortletTitleTag.java URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/tags/PortletTitleTag.java?rev=931694&r1=931693&r2=931694&view=diff ============================================================================== --- portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/tags/PortletTitleTag.java (original) +++ portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/tags/PortletTitleTag.java Wed Apr 7 21:31:27 2010 @@ -24,6 +24,7 @@ import javax.servlet.jsp.tagext.TagSuppo import org.apache.pluto.container.PortletWindow; import org.apache.pluto.driver.AttributeKeys; +import org.apache.pluto.driver.services.portal.PortletWindowConfig; /** * The portlet title tag is used to print the dynamic portlet title to the page. @@ -57,8 +58,18 @@ public class PortletTitleTag extends Tag // Print out the portlet title to page. try { - pageContext.getOut().print(pageContext.getRequest().getAttribute( - AttributeKeys.PORTLET_TITLE)); + String title = (String) pageContext.getRequest().getAttribute( + AttributeKeys.PORTLET_TITLE); + + if(title == null) + { + PortletWindowConfig windowConfig = + PortletWindowConfig.fromId(parentTag.getEvaluatedPortletId()); + + title = "[ " + windowConfig.getPortletName() + " not ready ]"; + } + + pageContext.getOut().print(title); } catch (IOException ex) { throw new JspException(ex); } From [email protected] Wed Apr 07 22:48:31 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76788 invoked from network); 7 Apr 2010 22:48:31 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Apr 2010 22:48:31 -0000 Received: (qmail 97571 invoked by uid 500); 7 Apr 2010 22:48:31 -0000 Delivered-To: [email protected] Received: (qmail 97512 invoked by uid 500); 7 Apr 2010 22:48:31 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pluto-scm.portals.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 97501 invoked by uid 99); 7 Apr 2010 22:48:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 22:48:31 +0000 X-ASF-Spam-Status: No, hits=-1763.5 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 22:48:30 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 402FA23888EC; Wed, 7 Apr 2010 22:48:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r931713 - /portals/pluto/trunk/pluto-portal-driver-impl/src/main/java/org/apache/pluto/driver/services/container/PortletRequestContextImpl.java Date: Wed, 07 Apr 2010 22:48:10 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: ate Date: Wed Apr 7 22:48:09 2010 New Revision: 931713 URL: http://svn.apache.org/viewvc?rev=931713&view=rev Log: Fix for PLUTO-568: Request attributes with javax not getting namespaced and hence colliding I've solved this by now only excluding attributes starting with "javax.servlet." as those are really reserved for the underlying servlet container itself. Namespacing other attribute names *should* not cause side-effects. Note: this is only a change specific to Pluto Portal Driver, not the portlet container (which does not concern itself with this functionality). Modified: portals/pluto/trunk/pluto-portal-driver-impl/src/main/java/org/apache/pluto/driver/services/container/PortletRequestContextImpl.java Modified: portals/pluto/trunk/pluto-portal-driver-impl/src/main/java/org/apache/pluto/driver/services/container/PortletRequestContextImpl.java URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-portal-driver-impl/src/main/java/org/apache/pluto/driver/services/container/PortletRequestContextImpl.java?rev=931713&r1=931712&r2=931713&view=diff ============================================================================== --- portals/pluto/trunk/pluto-portal-driver-impl/src/main/java/org/apache/pluto/driver/services/container/PortletRequestContextImpl.java (original) +++ portals/pluto/trunk/pluto-portal-driver-impl/src/main/java/org/apache/pluto/driver/services/container/PortletRequestContextImpl.java Wed Apr 7 22:48:09 2010 @@ -68,7 +68,7 @@ public class PortletRequestContextImpl i protected boolean isReservedAttributeName(String name) { - return name.startsWith("java.") || name.startsWith("javax."); + return name.startsWith("javax.servlet."); } protected String encodeAttributeName(String name) From [email protected] Wed Apr 07 22:49:59 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77077 invoked from network); 7 Apr 2010 22:49:59 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Apr 2010 22:49:59 -0000 Received: (qmail 97883 invoked by uid 500); 7 Apr 2010 22:49:59 -0000 Delivered-To: [email protected] Received: (qmail 97855 invoked by uid 500); 7 Apr 2010 22:49:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pluto-scm.portals.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 97848 invoked by uid 99); 7 Apr 2010 22:49:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 22:49:59 +0000 X-ASF-Spam-Status: No, hits=-1769.5 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 22:49:58 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id F2CDC23888EC; Wed, 7 Apr 2010 22:49:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r931715 - /portals/pluto/trunk/dist-build.xml Date: Wed, 07 Apr 2010 22:49:37 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: ate Date: Wed Apr 7 22:49:37 2010 New Revision: 931715 URL: http://svn.apache.org/viewvc?rev=931715&view=rev Log: Upgrade Tomcat version for the distribution bundle to latest 6.0.26 Modified: portals/pluto/trunk/dist-build.xml Modified: portals/pluto/trunk/dist-build.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/dist-build.xml?rev=931715&r1=931714&r2=931715&view=diff ============================================================================== --- portals/pluto/trunk/dist-build.xml (original) +++ portals/pluto/trunk/dist-build.xml Wed Apr 7 22:49:37 2010 @@ -45,7 +45,7 @@ <project name="PlutoDistributions" default="bundle-dist"> <property name="tomcat.major.version" value="6" description="Major version of Tomcat to deploy Pluto war files."/> - <property name="tomcat.full.version" value="6.0.18" description="Full version of Tomcat to deploy Pluto war files."/> + <property name="tomcat.full.version" value="6.0.26" description="Full version of Tomcat to deploy Pluto war files."/> <xmlproperty file="pom.xml"/> <!-- picks up pluto build version from pom file --> <property name="pluto.version" value="${project.version}" description="Version of Pluto to build"/> From [email protected] Wed Apr 07 23:49:10 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86697 invoked from network); 7 Apr 2010 23:49:09 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Apr 2010 23:49:09 -0000 Received: (qmail 45748 invoked by uid 500); 7 Apr 2010 23:49:09 -0000 Delivered-To: [email protected] Received: (qmail 45721 invoked by uid 500); 7 Apr 2010 23:49:09 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pluto-scm.portals.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 45713 invoked by uid 99); 7 Apr 2010 23:49:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 23:49:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 23:49:06 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 565B923889FA; Wed, 7 Apr 2010 23:48:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r931726 - in /portals/pluto/trunk: pluto-container/pom.xml pluto-portal/pom.xml pluto-testsuite/pom.xml pluto-util/pom.xml pom.xml Date: Wed, 07 Apr 2010 23:48:44 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ate Date: Wed Apr 7 23:48:43 2010 New Revision: 931726 URL: http://svn.apache.org/viewvc?rev=931726&view=rev Log: Preparing for Pluto 2.0.1 release: - upgrading to portals-pom-1.3 - adjusting rat plugin groupId and artifactId Modified: portals/pluto/trunk/pluto-container/pom.xml portals/pluto/trunk/pluto-portal/pom.xml portals/pluto/trunk/pluto-testsuite/pom.xml portals/pluto/trunk/pluto-util/pom.xml portals/pluto/trunk/pom.xml Modified: portals/pluto/trunk/pluto-container/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-container/pom.xml?rev=931726&r1=931725&r2=931726&view=diff ============================================================================== --- portals/pluto/trunk/pluto-container/pom.xml (original) +++ portals/pluto/trunk/pluto-container/pom.xml Wed Apr 7 23:48:43 2010 @@ -136,8 +136,8 @@ </configuration> </plugin> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>rat-maven-plugin</artifactId> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> <configuration> <excludes> <exclude>src/main/resources/org/apache/pluto/container/impl/portlet-app_1_0.xsd</exclude> Modified: portals/pluto/trunk/pluto-portal/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-portal/pom.xml?rev=931726&r1=931725&r2=931726&view=diff ============================================================================== --- portals/pluto/trunk/pluto-portal/pom.xml (original) +++ portals/pluto/trunk/pluto-portal/pom.xml Wed Apr 7 23:48:43 2010 @@ -175,8 +175,8 @@ <build> <plugins> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>rat-maven-plugin</artifactId> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> <configuration> <excludes combine.children="append"> <exclude>src/main/webapp/META-INF/SLF4J-LICENSE</exclude> Modified: portals/pluto/trunk/pluto-testsuite/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-testsuite/pom.xml?rev=931726&r1=931725&r2=931726&view=diff ============================================================================== --- portals/pluto/trunk/pluto-testsuite/pom.xml (original) +++ portals/pluto/trunk/pluto-testsuite/pom.xml Wed Apr 7 23:48:43 2010 @@ -236,8 +236,8 @@ <build> <plugins> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>rat-maven-plugin</artifactId> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> <configuration> <excludes combine.children="append"> <exclude>src/main/webapp/META-INF/SLF4J-LICENSE</exclude> Modified: portals/pluto/trunk/pluto-util/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-util/pom.xml?rev=931726&r1=931725&r2=931726&view=diff ============================================================================== --- portals/pluto/trunk/pluto-util/pom.xml (original) +++ portals/pluto/trunk/pluto-util/pom.xml Wed Apr 7 23:48:43 2010 @@ -74,8 +74,8 @@ <build> <plugins> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>rat-maven-plugin</artifactId> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> <configuration> <excludes> <exclude>src/main/resources/org/apache/pluto/util/descriptors/web/web-app_2_3.dtd</exclude> Modified: portals/pluto/trunk/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pom.xml?rev=931726&r1=931725&r2=931726&view=diff ============================================================================== --- portals/pluto/trunk/pom.xml (original) +++ portals/pluto/trunk/pom.xml Wed Apr 7 23:48:43 2010 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.portals</groupId> <artifactId>portals-pom</artifactId> - <version>1.3-SNAPSHOT</version> + <version>1.3</version> </parent> <modelVersion>4.0.0</modelVersion> From [email protected] Tue Apr 13 07:10:22 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84463 invoked from network); 13 Apr 2010 07:10:22 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Apr 2010 07:10:22 -0000 Received: (qmail 75795 invoked by uid 500); 13 Apr 2010 07:10:22 -0000 Delivered-To: [email protected] Received: (qmail 75744 invoked by uid 500); 13 Apr 2010 07:10:21 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pluto-scm.portals.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 75737 invoked by uid 99); 13 Apr 2010 07:10:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 07:10:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 07:10:17 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DC1C523888CB; Tue, 13 Apr 2010 07:09:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r933500 - /portals/pluto/trunk/src/ Date: Tue, 13 Apr 2010 07:09:56 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ate Date: Tue Apr 13 07:09:56 2010 New Revision: 933500 URL: http://svn.apache.org/viewvc?rev=933500&view=rev Log: Cleanout of no longer used project-src assembly-plugin descriptor as we can use the inherited apache-7 pom configuration now Removed: portals/pluto/trunk/src/ From [email protected] Tue Apr 13 07:32:33 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96049 invoked from network); 13 Apr 2010 07:32:33 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Apr 2010 07:32:33 -0000 Received: (qmail 1079 invoked by uid 500); 13 Apr 2010 07:32:32 -0000 Delivered-To: [email protected] Received: (qmail 1025 invoked by uid 500); 13 Apr 2010 07:32:31 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pluto-scm.portals.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 1018 invoked by uid 99); 13 Apr 2010 07:32:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 07:32:30 +0000 X-ASF-Spam-Status: No, hits=-1836.6 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 07:32:30 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BEFC6238896F; Tue, 13 Apr 2010 07:32:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r933508 - /portals/pluto/trunk/README Date: Tue, 13 Apr 2010 07:32:09 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: ate Date: Tue Apr 13 07:32:09 2010 New Revision: 933508 URL: http://svn.apache.org/viewvc?rev=933508&view=rev Log: ignore Modified: portals/pluto/trunk/README Modified: portals/pluto/trunk/README URL: http://svn.apache.org/viewvc/portals/pluto/trunk/README?rev=933508&r1=933507&r2=933508&view=diff ============================================================================== --- portals/pluto/trunk/README (original) +++ portals/pluto/trunk/README Tue Apr 13 07:32:09 2010 @@ -29,3 +29,4 @@ JSR-286 features and create the official The Pluto 2.0 code was subsequently refactored within the 2.0-spi-refactoring branch to make the descriptor API more flexible and fix other issues. This branch became the new trunk on 11/3/2008. + From [email protected] Tue Apr 13 07:33:47 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96825 invoked from network); 13 Apr 2010 07:33:47 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Apr 2010 07:33:47 -0000 Received: (qmail 1673 invoked by uid 500); 13 Apr 2010 07:33:47 -0000 Delivered-To: [email protected] Received: (qmail 1617 invoked by uid 500); 13 Apr 2010 07:33:46 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pluto-scm.portals.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 1600 invoked by uid 99); 13 Apr 2010 07:33:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 07:33:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 07:33:42 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A759823889C5; Tue, 13 Apr 2010 07:33:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r933509 - in /portals/pluto/trunk: ./ maven-pluto-plugin/ pluto-ant-tasks/ pluto-container-api/ pluto-container-driver-api/ pluto-container/ pluto-portal-driver-impl/ pluto-portal-driver/ pluto-portal/ pluto-taglib/ pluto-testsuite/ pluto-u... Date: Tue, 13 Apr 2010 07:33:20 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ate Date: Tue Apr 13 07:33:19 2010 New Revision: 933509 URL: http://svn.apache.org/viewvc?rev=933509&view=rev Log: [maven-release-plugin] prepare release pluto-2.0.1 Modified: portals/pluto/trunk/maven-pluto-plugin/pom.xml portals/pluto/trunk/pluto-ant-tasks/pom.xml portals/pluto/trunk/pluto-container-api/pom.xml portals/pluto/trunk/pluto-container-driver-api/pom.xml portals/pluto/trunk/pluto-container/pom.xml portals/pluto/trunk/pluto-portal-driver-impl/pom.xml portals/pluto/trunk/pluto-portal-driver/pom.xml portals/pluto/trunk/pluto-portal/pom.xml portals/pluto/trunk/pluto-taglib/pom.xml portals/pluto/trunk/pluto-testsuite/pom.xml portals/pluto/trunk/pluto-util/pom.xml portals/pluto/trunk/pom.xml Modified: portals/pluto/trunk/maven-pluto-plugin/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/maven-pluto-plugin/pom.xml?rev=933509&r1=933508&r2=933509&view=diff ============================================================================== --- portals/pluto/trunk/maven-pluto-plugin/pom.xml (original) +++ portals/pluto/trunk/maven-pluto-plugin/pom.xml Tue Apr 13 07:33:19 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <artifactId>maven-pluto-plugin</artifactId> Modified: portals/pluto/trunk/pluto-ant-tasks/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-ant-tasks/pom.xml?rev=933509&r1=933508&r2=933509&view=diff ============================================================================== --- portals/pluto/trunk/pluto-ant-tasks/pom.xml (original) +++ portals/pluto/trunk/pluto-ant-tasks/pom.xml Tue Apr 13 07:33:19 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <artifactId>pluto-ant-tasks</artifactId> Modified: portals/pluto/trunk/pluto-container-api/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-container-api/pom.xml?rev=933509&r1=933508&r2=933509&view=diff ============================================================================== --- portals/pluto/trunk/pluto-container-api/pom.xml (original) +++ portals/pluto/trunk/pluto-container-api/pom.xml Tue Apr 13 07:33:19 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <artifactId>pluto-container-api</artifactId> Modified: portals/pluto/trunk/pluto-container-driver-api/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-container-driver-api/pom.xml?rev=933509&r1=933508&r2=933509&view=diff ============================================================================== --- portals/pluto/trunk/pluto-container-driver-api/pom.xml (original) +++ portals/pluto/trunk/pluto-container-driver-api/pom.xml Tue Apr 13 07:33:19 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <artifactId>pluto-container-driver-api</artifactId> Modified: portals/pluto/trunk/pluto-container/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-container/pom.xml?rev=933509&r1=933508&r2=933509&view=diff ============================================================================== --- portals/pluto/trunk/pluto-container/pom.xml (original) +++ portals/pluto/trunk/pluto-container/pom.xml Tue Apr 13 07:33:19 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <artifactId>pluto-container</artifactId> Modified: portals/pluto/trunk/pluto-portal-driver-impl/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-portal-driver-impl/pom.xml?rev=933509&r1=933508&r2=933509&view=diff ============================================================================== --- portals/pluto/trunk/pluto-portal-driver-impl/pom.xml (original) +++ portals/pluto/trunk/pluto-portal-driver-impl/pom.xml Tue Apr 13 07:33:19 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <artifactId>pluto-portal-driver-impl</artifactId> Modified: portals/pluto/trunk/pluto-portal-driver/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-portal-driver/pom.xml?rev=933509&r1=933508&r2=933509&view=diff ============================================================================== --- portals/pluto/trunk/pluto-portal-driver/pom.xml (original) +++ portals/pluto/trunk/pluto-portal-driver/pom.xml Tue Apr 13 07:33:19 2010 @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <artifactId>pluto-portal-driver</artifactId> Modified: portals/pluto/trunk/pluto-portal/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-portal/pom.xml?rev=933509&r1=933508&r2=933509&view=diff ============================================================================== --- portals/pluto/trunk/pluto-portal/pom.xml (original) +++ portals/pluto/trunk/pluto-portal/pom.xml Tue Apr 13 07:33:19 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <artifactId>pluto-portal</artifactId> Modified: portals/pluto/trunk/pluto-taglib/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-taglib/pom.xml?rev=933509&r1=933508&r2=933509&view=diff ============================================================================== --- portals/pluto/trunk/pluto-taglib/pom.xml (original) +++ portals/pluto/trunk/pluto-taglib/pom.xml Tue Apr 13 07:33:19 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <artifactId>pluto-taglib</artifactId> Modified: portals/pluto/trunk/pluto-testsuite/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-testsuite/pom.xml?rev=933509&r1=933508&r2=933509&view=diff ============================================================================== --- portals/pluto/trunk/pluto-testsuite/pom.xml (original) +++ portals/pluto/trunk/pluto-testsuite/pom.xml Tue Apr 13 07:33:19 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <artifactId>pluto-testsuite</artifactId> Modified: portals/pluto/trunk/pluto-util/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-util/pom.xml?rev=933509&r1=933508&r2=933509&view=diff ============================================================================== --- portals/pluto/trunk/pluto-util/pom.xml (original) +++ portals/pluto/trunk/pluto-util/pom.xml Tue Apr 13 07:33:19 2010 @@ -22,7 +22,7 @@ <parent> <artifactId>pluto</artifactId> <groupId>org.apache.portals.pluto</groupId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <artifactId>pluto-util</artifactId> Modified: portals/pluto/trunk/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pom.xml?rev=933509&r1=933508&r2=933509&view=diff ============================================================================== --- portals/pluto/trunk/pom.xml (original) +++ portals/pluto/trunk/pom.xml Tue Apr 13 07:33:19 2010 @@ -41,7 +41,7 @@ in testsuite module (src/main/webapp/WEB-INF/classes) 5. pluto.version in Ant build file dist-build.xml. --> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.1</version> <!-- Due to a bug in maven 2.0, the description must not contain any line breaks or tabs. --> <description>Apache Pluto is the Reference Implementation of the Java Portlet Specification.</description> <url>http://portals.apache.org/pluto</url> @@ -130,7 +130,7 @@ generate mailto links. --> <id>zheng</id> <email>zheng#a@T#apache.d0t.org</email> <timezone>+1</timezone> - <organization/> + <organization /> <roles> <role>Java Developer</role> </roles> @@ -140,21 +140,21 @@ generate mailto links. --> <name>Santiago Gala</name> <id>sgala</id> <email>sgala#a@T#hisitech.d0t.com</email> - <organization/> + <organization /> </developer> <developer> <name>Raphael Luta</name> <id>raphael</id> <email>raphael#a@T#apache.d0t.org</email> - <organization/> + <organization /> </developer> <developer> <name>David S. Taylor</name> <id>taylor</id> <email>david#a@T#bluesunrise.d0t.com</email> - <organization/> + <organization /> </developer> <developer> @@ -226,9 +226,9 @@ generate mailto links. --> </contributors> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/portals/pluto/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/pluto/trunk</developerConnection> - <url>http://svn.apache.org/viewcvs.cgi/portals/pluto/trunk</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/portals/pluto/tags/pluto-2.0.1</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/pluto/tags/pluto-2.0.1</developerConnection> + <url>http://svn.apache.org/viewcvs.cgi/portals/pluto/tags/pluto-2.0.1</url> </scm> <!-- Dependency Version Properties ======================================= --> From [email protected] Tue Apr 13 07:40:16 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 449 invoked from network); 13 Apr 2010 07:40:16 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Apr 2010 07:40:16 -0000 Received: (qmail 6297 invoked by uid 500); 13 Apr 2010 07:40:16 -0000 Delivered-To: [email protected] Received: (qmail 6232 invoked by uid 500); 13 Apr 2010 07:40:15 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pluto-scm.portals.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 6225 invoked by uid 99); 13 Apr 2010 07:40:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 07:40:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 07:40:12 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E16EC238896F; Tue, 13 Apr 2010 07:39:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r933512 - in /portals/pluto/tags/pluto-2.0.1: ./ maven-pluto-plugin/ pluto-ant-tasks/ pluto-container-api/ pluto-container-driver-api/ pluto-container/ pluto-portal-driver-impl/ pluto-portal-driver/ pluto-portal/ pluto-taglib/ pluto-testsui... Date: Tue, 13 Apr 2010 07:39:50 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ate Date: Tue Apr 13 07:39:50 2010 New Revision: 933512 URL: http://svn.apache.org/viewvc?rev=933512&view=rev Log: manually tagging pluto-2.0.1 release Added: portals/pluto/tags/pluto-2.0.1/ - copied from r933506, portals/pluto/trunk/ portals/pluto/tags/pluto-2.0.1/README - copied unchanged from r933508, portals/pluto/trunk/README portals/pluto/tags/pluto-2.0.1/maven-pluto-plugin/pom.xml - copied unchanged from r933509, portals/pluto/trunk/maven-pluto-plugin/pom.xml portals/pluto/tags/pluto-2.0.1/pluto-ant-tasks/pom.xml - copied unchanged from r933509, portals/pluto/trunk/pluto-ant-tasks/pom.xml portals/pluto/tags/pluto-2.0.1/pluto-container-api/pom.xml - copied unchanged from r933509, portals/pluto/trunk/pluto-container-api/pom.xml portals/pluto/tags/pluto-2.0.1/pluto-container-driver-api/pom.xml - copied unchanged from r933509, portals/pluto/trunk/pluto-container-driver-api/pom.xml portals/pluto/tags/pluto-2.0.1/pluto-container/pom.xml - copied unchanged from r933509, portals/pluto/trunk/pluto-container/pom.xml portals/pluto/tags/pluto-2.0.1/pluto-portal-driver-impl/pom.xml - copied unchanged from r933509, portals/pluto/trunk/pluto-portal-driver-impl/pom.xml portals/pluto/tags/pluto-2.0.1/pluto-portal-driver/pom.xml - copied unchanged from r933509, portals/pluto/trunk/pluto-portal-driver/pom.xml portals/pluto/tags/pluto-2.0.1/pluto-portal/pom.xml - copied unchanged from r933509, portals/pluto/trunk/pluto-portal/pom.xml portals/pluto/tags/pluto-2.0.1/pluto-taglib/pom.xml - copied unchanged from r933509, portals/pluto/trunk/pluto-taglib/pom.xml portals/pluto/tags/pluto-2.0.1/pluto-testsuite/pom.xml - copied unchanged from r933509, portals/pluto/trunk/pluto-testsuite/pom.xml portals/pluto/tags/pluto-2.0.1/pluto-util/pom.xml - copied unchanged from r933509, portals/pluto/trunk/pluto-util/pom.xml portals/pluto/tags/pluto-2.0.1/pom.xml - copied unchanged from r933509, portals/pluto/trunk/pom.xml From [email protected] Tue Apr 13 07:45:23 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3356 invoked from network); 13 Apr 2010 07:45:23 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Apr 2010 07:45:23 -0000 Received: (qmail 11105 invoked by uid 500); 13 Apr 2010 07:45:23 -0000 Delivered-To: [email protected] Received: (qmail 11043 invoked by uid 500); 13 Apr 2010 07:45:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pluto-scm.portals.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 11036 invoked by uid 99); 13 Apr 2010 07:45:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 07:45:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 07:45:19 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 44801238896F; Tue, 13 Apr 2010 07:44:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r933514 - in /portals/pluto/trunk: ./ maven-pluto-plugin/ pluto-ant-tasks/ pluto-container-api/ pluto-container-driver-api/ pluto-container/ pluto-portal-driver-impl/ pluto-portal-driver/ pluto-portal/ pluto-taglib/ pluto-testsuite/ pluto-u... Date: Tue, 13 Apr 2010 07:44:56 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ate Date: Tue Apr 13 07:44:55 2010 New Revision: 933514 URL: http://svn.apache.org/viewvc?rev=933514&view=rev Log: bumping to next development version 2.0.2-SNAPSHOT Modified: portals/pluto/trunk/maven-pluto-plugin/pom.xml portals/pluto/trunk/pluto-ant-tasks/pom.xml portals/pluto/trunk/pluto-container-api/pom.xml portals/pluto/trunk/pluto-container-driver-api/pom.xml portals/pluto/trunk/pluto-container/pom.xml portals/pluto/trunk/pluto-portal-driver-impl/pom.xml portals/pluto/trunk/pluto-portal-driver/pom.xml portals/pluto/trunk/pluto-portal/pom.xml portals/pluto/trunk/pluto-taglib/pom.xml portals/pluto/trunk/pluto-testsuite/pom.xml portals/pluto/trunk/pluto-util/pom.xml portals/pluto/trunk/pom.xml Modified: portals/pluto/trunk/maven-pluto-plugin/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/maven-pluto-plugin/pom.xml?rev=933514&r1=933513&r2=933514&view=diff ============================================================================== --- portals/pluto/trunk/maven-pluto-plugin/pom.xml (original) +++ portals/pluto/trunk/maven-pluto-plugin/pom.xml Tue Apr 13 07:44:55 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version>2.0.1</version> + <version2.2.1/version> </parent> <artifactId>maven-pluto-plugin</artifactId> Modified: portals/pluto/trunk/pluto-ant-tasks/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-ant-tasks/pom.xml?rev=933514&r1=933513&r2=933514&view=diff ============================================================================== --- portals/pluto/trunk/pluto-ant-tasks/pom.xml (original) +++ portals/pluto/trunk/pluto-ant-tasks/pom.xml Tue Apr 13 07:44:55 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version>2.0.1</version> + <version2.2.1/version> </parent> <artifactId>pluto-ant-tasks</artifactId> Modified: portals/pluto/trunk/pluto-container-api/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-container-api/pom.xml?rev=933514&r1=933513&r2=933514&view=diff ============================================================================== --- portals/pluto/trunk/pluto-container-api/pom.xml (original) +++ portals/pluto/trunk/pluto-container-api/pom.xml Tue Apr 13 07:44:55 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version>2.0.1</version> + <version2.2.1/version> </parent> <artifactId>pluto-container-api</artifactId> Modified: portals/pluto/trunk/pluto-container-driver-api/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-container-driver-api/pom.xml?rev=933514&r1=933513&r2=933514&view=diff ============================================================================== --- portals/pluto/trunk/pluto-container-driver-api/pom.xml (original) +++ portals/pluto/trunk/pluto-container-driver-api/pom.xml Tue Apr 13 07:44:55 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version>2.0.1</version> + <version2.2.1/version> </parent> <artifactId>pluto-container-driver-api</artifactId> Modified: portals/pluto/trunk/pluto-container/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-container/pom.xml?rev=933514&r1=933513&r2=933514&view=diff ============================================================================== --- portals/pluto/trunk/pluto-container/pom.xml (original) +++ portals/pluto/trunk/pluto-container/pom.xml Tue Apr 13 07:44:55 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version>2.0.1</version> + <version2.2.1/version> </parent> <artifactId>pluto-container</artifactId> Modified: portals/pluto/trunk/pluto-portal-driver-impl/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-portal-driver-impl/pom.xml?rev=933514&r1=933513&r2=933514&view=diff ============================================================================== --- portals/pluto/trunk/pluto-portal-driver-impl/pom.xml (original) +++ portals/pluto/trunk/pluto-portal-driver-impl/pom.xml Tue Apr 13 07:44:55 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version>2.0.1</version> + <version2.2.1/version> </parent> <artifactId>pluto-portal-driver-impl</artifactId> Modified: portals/pluto/trunk/pluto-portal-driver/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-portal-driver/pom.xml?rev=933514&r1=933513&r2=933514&view=diff ============================================================================== --- portals/pluto/trunk/pluto-portal-driver/pom.xml (original) +++ portals/pluto/trunk/pluto-portal-driver/pom.xml Tue Apr 13 07:44:55 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version>2.0.1</version> + <version2.2.1/version> </parent> <artifactId>pluto-portal-driver</artifactId> Modified: portals/pluto/trunk/pluto-portal/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-portal/pom.xml?rev=933514&r1=933513&r2=933514&view=diff ============================================================================== --- portals/pluto/trunk/pluto-portal/pom.xml (original) +++ portals/pluto/trunk/pluto-portal/pom.xml Tue Apr 13 07:44:55 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version>2.0.1</version> + <version2.2.1/version> </parent> <artifactId>pluto-portal</artifactId> Modified: portals/pluto/trunk/pluto-taglib/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-taglib/pom.xml?rev=933514&r1=933513&r2=933514&view=diff ============================================================================== --- portals/pluto/trunk/pluto-taglib/pom.xml (original) +++ portals/pluto/trunk/pluto-taglib/pom.xml Tue Apr 13 07:44:55 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version>2.0.1</version> + <version2.2.1/version> </parent> <artifactId>pluto-taglib</artifactId> Modified: portals/pluto/trunk/pluto-testsuite/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-testsuite/pom.xml?rev=933514&r1=933513&r2=933514&view=diff ============================================================================== --- portals/pluto/trunk/pluto-testsuite/pom.xml (original) +++ portals/pluto/trunk/pluto-testsuite/pom.xml Tue Apr 13 07:44:55 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version>2.0.1</version> + <version2.2.1/version> </parent> <artifactId>pluto-testsuite</artifactId> Modified: portals/pluto/trunk/pluto-util/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-util/pom.xml?rev=933514&r1=933513&r2=933514&view=diff ============================================================================== --- portals/pluto/trunk/pluto-util/pom.xml (original) +++ portals/pluto/trunk/pluto-util/pom.xml Tue Apr 13 07:44:55 2010 @@ -22,7 +22,7 @@ <parent> <artifactId>pluto</artifactId> <groupId>org.apache.portals.pluto</groupId> - <version>2.0.1</version> + <version2.2.1/version> </parent> <artifactId>pluto-util</artifactId> Modified: portals/pluto/trunk/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pom.xml?rev=933514&r1=933513&r2=933514&view=diff ============================================================================== --- portals/pluto/trunk/pom.xml (original) +++ portals/pluto/trunk/pom.xml Tue Apr 13 07:44:55 2010 @@ -41,7 +41,7 @@ in testsuite module (src/main/webapp/WEB-INF/classes) 5. pluto.version in Ant build file dist-build.xml. --> - <version>2.0.1</version> + <version2.2.1/version> <!-- Due to a bug in maven 2.0, the description must not contain any line breaks or tabs. --> <description>Apache Pluto is the Reference Implementation of the Java Portlet Specification.</description> <url>http://portals.apache.org/pluto</url> From [email protected] Tue Apr 13 07:54:35 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7365 invoked from network); 13 Apr 2010 07:54:35 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Apr 2010 07:54:35 -0000 Received: (qmail 19496 invoked by uid 500); 13 Apr 2010 07:54:35 -0000 Delivered-To: [email protected] Received: (qmail 19445 invoked by uid 500); 13 Apr 2010 07:54:34 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pluto-scm.portals.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 19438 invoked by uid 99); 13 Apr 2010 07:54:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 07:54:34 +0000 X-ASF-Spam-Status: No, hits=-1839.5 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 07:54:32 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E860E238896F; Tue, 13 Apr 2010 07:54:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r933516 - in /portals/pluto/trunk: ./ maven-pluto-plugin/ pluto-ant-tasks/ pluto-container-api/ pluto-container-driver-api/ pluto-container/ pluto-portal-driver-impl/ pluto-portal-driver/ pluto-portal/ pluto-taglib/ pluto-testsuite/ pluto-u... Date: Tue, 13 Apr 2010 07:54:10 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: ate Date: Tue Apr 13 07:54:10 2010 New Revision: 933516 URL: http://svn.apache.org/viewvc?rev=933516&view=rev Log: Fix botched up version bump Modified: portals/pluto/trunk/maven-pluto-plugin/pom.xml portals/pluto/trunk/pluto-ant-tasks/pom.xml portals/pluto/trunk/pluto-container-api/pom.xml portals/pluto/trunk/pluto-container-driver-api/pom.xml portals/pluto/trunk/pluto-container/pom.xml portals/pluto/trunk/pluto-portal-driver-impl/pom.xml portals/pluto/trunk/pluto-portal-driver/pom.xml portals/pluto/trunk/pluto-portal/pom.xml portals/pluto/trunk/pluto-taglib/pom.xml portals/pluto/trunk/pluto-testsuite/pom.xml portals/pluto/trunk/pluto-util/pom.xml portals/pluto/trunk/pom.xml Modified: portals/pluto/trunk/maven-pluto-plugin/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/maven-pluto-plugin/pom.xml?rev=933516&r1=933515&r2=933516&view=diff ============================================================================== --- portals/pluto/trunk/maven-pluto-plugin/pom.xml (original) +++ portals/pluto/trunk/maven-pluto-plugin/pom.xml Tue Apr 13 07:54:10 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version2.2.1/version> + <version>2.0.2-SNAPSHOT</version> </parent> <artifactId>maven-pluto-plugin</artifactId> Modified: portals/pluto/trunk/pluto-ant-tasks/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-ant-tasks/pom.xml?rev=933516&r1=933515&r2=933516&view=diff ============================================================================== --- portals/pluto/trunk/pluto-ant-tasks/pom.xml (original) +++ portals/pluto/trunk/pluto-ant-tasks/pom.xml Tue Apr 13 07:54:10 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version2.2.1/version> + <version>2.0.2-SNAPSHOT</version> </parent> <artifactId>pluto-ant-tasks</artifactId> Modified: portals/pluto/trunk/pluto-container-api/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-container-api/pom.xml?rev=933516&r1=933515&r2=933516&view=diff ============================================================================== --- portals/pluto/trunk/pluto-container-api/pom.xml (original) +++ portals/pluto/trunk/pluto-container-api/pom.xml Tue Apr 13 07:54:10 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version2.2.1/version> + <version>2.0.2-SNAPSHOT</version> </parent> <artifactId>pluto-container-api</artifactId> Modified: portals/pluto/trunk/pluto-container-driver-api/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-container-driver-api/pom.xml?rev=933516&r1=933515&r2=933516&view=diff ============================================================================== --- portals/pluto/trunk/pluto-container-driver-api/pom.xml (original) +++ portals/pluto/trunk/pluto-container-driver-api/pom.xml Tue Apr 13 07:54:10 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version2.2.1/version> + <version>2.0.2-SNAPSHOT</version> </parent> <artifactId>pluto-container-driver-api</artifactId> Modified: portals/pluto/trunk/pluto-container/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-container/pom.xml?rev=933516&r1=933515&r2=933516&view=diff ============================================================================== --- portals/pluto/trunk/pluto-container/pom.xml (original) +++ portals/pluto/trunk/pluto-container/pom.xml Tue Apr 13 07:54:10 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version2.2.1/version> + <version>2.0.2-SNAPSHOT</version> </parent> <artifactId>pluto-container</artifactId> Modified: portals/pluto/trunk/pluto-portal-driver-impl/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-portal-driver-impl/pom.xml?rev=933516&r1=933515&r2=933516&view=diff ============================================================================== --- portals/pluto/trunk/pluto-portal-driver-impl/pom.xml (original) +++ portals/pluto/trunk/pluto-portal-driver-impl/pom.xml Tue Apr 13 07:54:10 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version2.2.1/version> + <version>2.0.2-SNAPSHOT</version> </parent> <artifactId>pluto-portal-driver-impl</artifactId> Modified: portals/pluto/trunk/pluto-portal-driver/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-portal-driver/pom.xml?rev=933516&r1=933515&r2=933516&view=diff ============================================================================== --- portals/pluto/trunk/pluto-portal-driver/pom.xml (original) +++ portals/pluto/trunk/pluto-portal-driver/pom.xml Tue Apr 13 07:54:10 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version2.2.1/version> + <version>2.0.2-SNAPSHOT</version> </parent> <artifactId>pluto-portal-driver</artifactId> Modified: portals/pluto/trunk/pluto-portal/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-portal/pom.xml?rev=933516&r1=933515&r2=933516&view=diff ============================================================================== --- portals/pluto/trunk/pluto-portal/pom.xml (original) +++ portals/pluto/trunk/pluto-portal/pom.xml Tue Apr 13 07:54:10 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version2.2.1/version> + <version>2.0.2-SNAPSHOT</version> </parent> <artifactId>pluto-portal</artifactId> Modified: portals/pluto/trunk/pluto-taglib/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-taglib/pom.xml?rev=933516&r1=933515&r2=933516&view=diff ============================================================================== --- portals/pluto/trunk/pluto-taglib/pom.xml (original) +++ portals/pluto/trunk/pluto-taglib/pom.xml Tue Apr 13 07:54:10 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version2.2.1/version> + <version>2.0.2-SNAPSHOT</version> </parent> <artifactId>pluto-taglib</artifactId> Modified: portals/pluto/trunk/pluto-testsuite/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-testsuite/pom.xml?rev=933516&r1=933515&r2=933516&view=diff ============================================================================== --- portals/pluto/trunk/pluto-testsuite/pom.xml (original) +++ portals/pluto/trunk/pluto-testsuite/pom.xml Tue Apr 13 07:54:10 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.portals.pluto</groupId> <artifactId>pluto</artifactId> - <version2.2.1/version> + <version>2.0.2-SNAPSHOT</version> </parent> <artifactId>pluto-testsuite</artifactId> Modified: portals/pluto/trunk/pluto-util/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-util/pom.xml?rev=933516&r1=933515&r2=933516&view=diff ============================================================================== --- portals/pluto/trunk/pluto-util/pom.xml (original) +++ portals/pluto/trunk/pluto-util/pom.xml Tue Apr 13 07:54:10 2010 @@ -22,7 +22,7 @@ <parent> <artifactId>pluto</artifactId> <groupId>org.apache.portals.pluto</groupId> - <version2.2.1/version> + <version>2.0.2-SNAPSHOT</version> </parent> <artifactId>pluto-util</artifactId> Modified: portals/pluto/trunk/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pom.xml?rev=933516&r1=933515&r2=933516&view=diff ============================================================================== --- portals/pluto/trunk/pom.xml (original) +++ portals/pluto/trunk/pom.xml Tue Apr 13 07:54:10 2010 @@ -41,7 +41,7 @@ in testsuite module (src/main/webapp/WEB-INF/classes) 5. pluto.version in Ant build file dist-build.xml. --> - <version2.2.1/version> + <version>2.0.2-SNAPSHOT</version> <!-- Due to a bug in maven 2.0, the description must not contain any line breaks or tabs. --> <description>Apache Pluto is the Reference Implementation of the Java Portlet Specification.</description> <url>http://portals.apache.org/pluto</url> From [email protected] Sun Apr 18 00:27:17 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78568 invoked from network); 18 Apr 2010 00:27:16 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 18 Apr 2010 00:27:16 -0000 Received: (qmail 62410 invoked by uid 500); 18 Apr 2010 00:27:16 -0000 Delivered-To: [email protected] Received: (qmail 62363 invoked by uid 500); 18 Apr 2010 00:27:16 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pluto-scm.portals.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 62356 invoked by uid 99); 18 Apr 2010 00:27:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Apr 2010 00:27:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Apr 2010 00:27:13 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 26A0F23888DD; Sun, 18 Apr 2010 00:26:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r935281 - in /portals/pluto/trunk: pom.xml src/ src/site/ src/site/site.xml Date: Sun, 18 Apr 2010 00:26:30 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ate Date: Sun Apr 18 00:26:29 2010 New Revision: 935281 URL: http://svn.apache.org/viewvc?rev=935281&view=rev Log: Adding minimal Pluto project site generation configuration to be embedding in the overal Pluto site documentation. Added: portals/pluto/trunk/src/ portals/pluto/trunk/src/site/ portals/pluto/trunk/src/site/site.xml (with props) Modified: portals/pluto/trunk/pom.xml Modified: portals/pluto/trunk/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pom.xml?rev=935281&r1=935280&r2=935281&view=diff ============================================================================== --- portals/pluto/trunk/pom.xml (original) +++ portals/pluto/trunk/pom.xml Sun Apr 18 00:26:29 2010 @@ -515,27 +515,42 @@ TODO: Check if we need all of them. --> </plugins> </build> - <!-- Pluto Modules ======================================================= --> - - <modules> - <!-- Pluto Container API --> - <module>pluto-container-api</module> - - <!-- Pluto Core Modules --> - <module>pluto-container</module> - <module>pluto-taglib</module> - - <!-- Pluto Portal and Testsuite Modules --> - <module>pluto-container-driver-api</module> - <module>pluto-portal-driver</module> - <module>pluto-portal-driver-impl</module> - <module>pluto-portal</module> - <module>pluto-testsuite</module> - - <!-- Pluto Utilities, Maven Plugins and Ant Tasks --> - <module>pluto-util</module> - <module>maven-pluto-plugin</module> - <module>pluto-ant-tasks</module> - </modules> + <profiles> + <profile> + <id>all</id> + <activation> + <activeByDefault>true</activeByDefault> + </activation> + + <!-- Pluto Modules ======================================================= --> + <modules> + <!-- Pluto Container API --> + <module>pluto-container-api</module> + + <!-- Pluto Core Modules --> + <module>pluto-container</module> + <module>pluto-taglib</module> + + <!-- Pluto Portal and Testsuite Modules --> + <module>pluto-container-driver-api</module> + <module>pluto-portal-driver</module> + <module>pluto-portal-driver-impl</module> + <module>pluto-portal</module> + <module>pluto-testsuite</module> + + <!-- Pluto Utilities, Maven Plugins and Ant Tasks --> + <module>pluto-util</module> + <module>maven-pluto-plugin</module> + <module>pluto-ant-tasks</module> + </modules> + </profile> + + <profile> + <id>website</id> + <!-- For building website documentation, there's no need to include modules. --> + <modules/> + </profile> + + </profiles> </project> Added: portals/pluto/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/src/site/site.xml?rev=935281&view=auto ============================================================================== --- portals/pluto/trunk/src/site/site.xml (added) +++ portals/pluto/trunk/src/site/site.xml Sun Apr 18 00:26:29 2010 @@ -0,0 +1,106 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied. + +See the License for the specific language governing permissions and +limitations under the License. +--> + +<project name="Pluto"> + + <bannerLeft> + <name>Pluto</name> + <src>http://portals.apache.org/pluto/images/apache-portals.gif</src> + <href>http://portals.apache.org/pluto/</href> + </bannerLeft> + <bannerRight> + <src>http://portals.apache.org/pluto/images/banner.png</src> + </bannerRight> + <publishDate position="left" format="MM-dd-yy hh:mm zz"/> + <skin> + <groupId>org.apache.portals.site</groupId> + <artifactId>pluto-site-skin</artifactId> + <version>1.0</version> + </skin> + + <body> + <breadcrumbs> + <item name="Home" href="http://portals.apache.org/pluto"/> + </breadcrumbs> + + <links> + <item name="JSR 168 (Portlet 1.0)" href="http://jcp.org/en/jsr/detail?id=168"/> + <item name="Portlet 1.0 API (Javadoc)" href="http://portals.apache.org/pluto/portlet-1.0-apidocs"/> + <item name="JSR 286 (Portlet 2.0)" href="http://jcp.org/en/jsr/detail?id=286"/> + <item name="Portlet 2.0 API (Javadoc)" href="http://portals.apache.org/pluto/portlet-2.0-apidocs"/> + </links> + + <menu name="The Pluto Project"> + <item name="About Pluto" href="/index.html"/> + <item name="Mission" href="/mission.html"/> + <item name="Download" href="/download.html"/> + <item name="News" href="/news.html"/> + <item name="Status" href="/status.html"/> + + <item name="App Servers" href="/app-servers.html"/> + <item name="Architecture" href="/architecture.html"/> + + <item name="Resources" href="/resources.html"/> + + <item name="FAQ" href="/faq.html"/> + <item name="Wiki" href="http://wiki.apache.org/portals/Pluto"/> + <item name="Issue Tracker (JIRA)" href="https://issues.apache.org/jira/browse/PLUTO"/> + <item name="Powered By Pluto" href="/powered.html"/> + <item name="Get Involved" href="/helping.html"/> + </menu> + + <menu name="Pluto 2.0"> + <item name="Getting Started" href="/v20/getting-started.html"/> + <item name="Deploying" href="/v20/deploying.html"/> + <item name="Embedding" href="/v20/embedding.html"/> + <item name="Release Notes" href="/v20/release-notes.html"/> + </menu> + <menu name="Pluto 1.1"> + <item name="Getting Started" href="/v11/getting-started.html"/> + <item name="Deploying" href="/v11/deploying.html"/> + <item name="Release Notes" href="/v11/release-notes.html"/> + </menu> + + <menu name="Subprojects" collapse="true"> + <item name="Overview" href="subprojects/subprojects.html"/> + <item name="Pluto Container API" href="subprojects/container-api.html"/> + <item name="Pluto Portlet Container" href="subprojects/portlet-container.html"/> + <item name="Pluto Portlet Tag Library" href="subprojects/tag-library.html"/> + <item name="Pluto Portal Driver" href="subprojects/driver.html"/> + <item name="Pluto Portal" href="subprojects/portal.html"/> + <item name="Pluto Utilities" href="subprojects/utilities.html"/> + <item name="Pluto Installer" href="subprojects/installer.html"/> + <item name="Pluto Testsuite" href="subprojects/testsuite.html"/> + <item name="Pluto Ant Tasks" href="subprojects/anttasks.html"/> + <item name="Pluto Website Skin" href="subprojects/skin.html"/> + </menu> + + <menu name='Project Info'> + <item name="Project Summary" href="project-summary.html"/> + <item name="Project Team" href="team-list.html"/> + <item name="Project License" href="license.html"/> + <item name="Mailing Lists" href="mail-lists.html"/> + <item name="Source Repository" href="source-repository.html"/> + <item name="Issue Tracking" href="issue-tracking.html"/> + </menu> + + </body> + +</project> Propchange: portals/pluto/trunk/src/site/site.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: portals/pluto/trunk/src/site/site.xml ------------------------------------------------------------------------------ svn:keywords = Id Propchange: portals/pluto/trunk/src/site/site.xml ------------------------------------------------------------------------------ svn:mime-type = text/plain From [email protected] Sun Apr 18 01:20:11 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85810 invoked from network); 18 Apr 2010 01:20:10 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 18 Apr 2010 01:20:10 -0000 Received: (qmail 93442 invoked by uid 500); 18 Apr 2010 01:20:10 -0000 Delivered-To: [email protected] Received: (qmail 93409 invoked by uid 500); 18 Apr 2010 01:20:10 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pluto-scm.portals.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 93402 invoked by uid 99); 18 Apr 2010 01:20:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Apr 2010 01:20:10 +0000 X-ASF-Spam-Status: No, hits=-1880.2 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Apr 2010 01:20:09 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2E2F223888EA; Sun, 18 Apr 2010 01:19:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r935288 - /portals/pluto/trunk/pluto-site-skin/ Date: Sun, 18 Apr 2010 01:19:28 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: ate Date: Sun Apr 18 01:19:27 2010 New Revision: 935288 URL: http://svn.apache.org/viewvc?rev=935288&view=rev Log: Pluto site skin better be part of the Pluto project itself to support building the project "site" without depending on the never released portals site project Added: portals/pluto/trunk/pluto-site-skin/ - copied from r935287, portals/site/pluto/pluto-site-skin/ From [email protected] Sun Apr 18 01:24:12 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86146 invoked from network); 18 Apr 2010 01:24:11 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 18 Apr 2010 01:24:11 -0000 Received: (qmail 94888 invoked by uid 500); 18 Apr 2010 01:24:11 -0000 Delivered-To: [email protected] Received: (qmail 94863 invoked by uid 500); 18 Apr 2010 01:24:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pluto-scm.portals.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 94856 invoked by uid 99); 18 Apr 2010 01:24:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Apr 2010 01:24:11 +0000 X-ASF-Spam-Status: No, hits=-1883.3 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Apr 2010 01:24:10 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0578423888EC; Sun, 18 Apr 2010 01:23:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r935289 - in /portals/pluto/trunk: pluto-site-skin/pom.xml pom.xml src/site/site.xml Date: Sun, 18 Apr 2010 01:23:28 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> Author: ate Date: Sun Apr 18 01:23:28 2010 New Revision: 935289 URL: http://svn.apache.org/viewvc?rev=935289&view=rev Log: Pluto site skin better be part of the Pluto project itself to support building the project "site" without depending on the never released portals site project Modified: portals/pluto/trunk/pluto-site-skin/pom.xml portals/pluto/trunk/pom.xml portals/pluto/trunk/src/site/site.xml Modified: portals/pluto/trunk/pluto-site-skin/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-site-skin/pom.xml?rev=935289&r1=935288&r2=935289&view=diff ============================================================================== --- portals/pluto/trunk/pluto-site-skin/pom.xml (original) +++ portals/pluto/trunk/pluto-site-skin/pom.xml Sun Apr 18 01:23:28 2010 @@ -25,9 +25,9 @@ </prerequisites> <parent> - <groupId>org.apache.portals.site</groupId> - <artifactId>pluto-site</artifactId> - <version>1.0</version> + <groupId>org.apache.portals.pluto</groupId> + <artifactId>pluto</artifactId> + <version>2.0.2-SNAPSHOT</version> </parent> <artifactId>pluto-site-skin</artifactId> Modified: portals/pluto/trunk/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pom.xml?rev=935289&r1=935288&r2=935289&view=diff ============================================================================== --- portals/pluto/trunk/pom.xml (original) +++ portals/pluto/trunk/pom.xml Sun Apr 18 01:23:28 2010 @@ -542,6 +542,7 @@ TODO: Check if we need all of them. --> <module>pluto-util</module> <module>maven-pluto-plugin</module> <module>pluto-ant-tasks</module> + <module>pluto-site-skin</module> </modules> </profile> Modified: portals/pluto/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/src/site/site.xml?rev=935289&r1=935288&r2=935289&view=diff ============================================================================== --- portals/pluto/trunk/src/site/site.xml (original) +++ portals/pluto/trunk/src/site/site.xml Sun Apr 18 01:23:28 2010 @@ -30,9 +30,9 @@ limitations under the License. </bannerRight> <publishDate position="left" format="MM-dd-yy hh:mm zz"/> <skin> - <groupId>org.apache.portals.site</groupId> - <artifactId>pluto-site-skin</artifactId> - <version>1.0</version> + <groupId>org.apache.portals.pluto</groupId> + <artifactId>pluto-site-skin</artifactId> + <version>2.0.2-SNAPSHOT</version> </skin> <body> From [email protected] Fri Apr 23 08:49:35 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4586 invoked from network); 23 Apr 2010 08:49:35 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 23 Apr 2010 08:49:35 -0000 Received: (qmail 47553 invoked by uid 500); 23 Apr 2010 08:49:35 -0000 Delivered-To: [email protected] Received: (qmail 47506 invoked by uid 500); 23 Apr 2010 08:49:34 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <pluto-scm.portals.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 47492 invoked by uid 99); 23 Apr 2010 08:49:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Apr 2010 08:49:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Apr 2010 08:49:31 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 53C4223888FE; Fri, 23 Apr 2010 08:48:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r937193 - /portals/pluto/trunk/pluto-container/src/main/java/org/apache/pluto/container/impl/HttpServletPortletResponseWrapper.java Date: Fri, 23 Apr 2010 08:48:48 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: ate Date: Fri Apr 23 08:48:48 2010 New Revision: 937193 URL: http://svn.apache.org/viewvc?rev=937193&view=rev Log: PLUTO-591: HttpServletPortletResponseWrapper incorrectly assumes MimeResponse.getPortletOutputStream() is upcastable to ServletOutputStream See: https://issues.apache.org/jira/browse/PLUTO-591 Issue reported by Rossen Stoyanchev, thanks! Modified: portals/pluto/trunk/pluto-container/src/main/java/org/apache/pluto/container/impl/HttpServletPortletResponseWrapper.java Modified: portals/pluto/trunk/pluto-container/src/main/java/org/apache/pluto/container/impl/HttpServletPortletResponseWrapper.java URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-container/src/main/java/org/apache/pluto/container/impl/HttpServletPortletResponseWrapper.java?rev=937193&r1=937192&r2=937193&view=diff ============================================================================== --- portals/pluto/trunk/pluto-container/src/main/java/org/apache/pluto/container/impl/HttpServletPortletResponseWrapper.java (original) +++ portals/pluto/trunk/pluto-container/src/main/java/org/apache/pluto/container/impl/HttpServletPortletResponseWrapper.java Fri Apr 23 08:48:48 2010 @@ -17,6 +17,7 @@ package org.apache.pluto.container.impl; import java.io.IOException; +import java.io.OutputStream; import java.io.PrintWriter; import java.util.Locale; @@ -44,6 +45,8 @@ public class HttpServletPortletResponseW private final MimeResponse mimeResponse; private final String lifecyclePhase; private boolean included; + private OutputStream outputStream; + private ServletOutputStream servletOutputStream; public HttpServletPortletResponseWrapper(HttpServletResponse response, PortletRequest portletRequest, PortletResponse portletResponse, boolean included) { @@ -231,7 +234,26 @@ public class HttpServletPortletResponseW @Override public ServletOutputStream getOutputStream() throws IOException { - return mimeResponse != null ? (ServletOutputStream)mimeResponse.getPortletOutputStream() : DummyServletOutputStream.getInstance(); + if (servletOutputStream == null) + { + outputStream = mimeResponse != null ? mimeResponse.getPortletOutputStream() : DummyServletOutputStream.getInstance(); + if (outputStream instanceof ServletOutputStream) + { + servletOutputStream = (ServletOutputStream)outputStream; + } + else + { + servletOutputStream = new ServletOutputStream() + { + @Override + public void write(int b) throws IOException + { + outputStream.write(b); + } + }; + } + } + return servletOutputStream; } @Override
From [email protected] Tue Jun 02 06:30:05 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34523 invoked from network); 2 Jun 2009 06:30:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Jun 2009 06:30:05 -0000 Received: (qmail 42774 invoked by uid 500); 2 Jun 2009 06:30:17 -0000 Delivered-To: [email protected] Received: (qmail 42737 invoked by uid 500); 2 Jun 2009 06:30:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 42727 invoked by uid 99); 2 Jun 2009 06:30:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jun 2009 06:30:17 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mailserv.sofico.be) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jun 2009 06:30:08 +0000 To: [email protected] Subject: Reset disk cache on cache startup MIME-Version: 1.0 X-Mailer: Lotus Notes Release 7.0 August 18, 2005 Message-ID: <[email protected]> From: Jan Swaelens <[email protected]> Date: Tue, 2 Jun 2009 08:29:44 +0200 X-MIMETrack: Serialize by Router on domino2/sofico(Release 6.5.4FP2 | September 15, 2005) at 06/02/2009 08:30:09 AM, Serialize complete at 06/02/2009 08:30:09 AM Content-Type: multipart/alternative; boundary="=_alternative 0023ADB0C12575C9_=" X-Virus-Checked: Checked by ClamAV on apache.org --=_alternative 0023ADB0C12575C9_= Content-Type: text/plain; charset="US-ASCII" Hi, I am looking for the configuration setting that deletes the disk cache index file upon cache startup. The documentation talks about this setting but I can't find any further information about it. This is an extract of the documentation: ... When the disk cache is properly shutdown, the memory index is written to disk and the value file is defragmented. When the cache starts up, the disk cache can be configured to read or delete the index file.... Thanks! --=_alternative 0023ADB0C12575C9_=-- From [email protected] Tue Jun 02 15:56:34 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77091 invoked from network); 2 Jun 2009 15:56:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Jun 2009 15:56:34 -0000 Received: (qmail 44771 invoked by uid 500); 2 Jun 2009 15:56:46 -0000 Delivered-To: [email protected] Received: (qmail 44748 invoked by uid 500); 2 Jun 2009 15:56:46 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 44738 invoked by uid 99); 2 Jun 2009 15:56:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jun 2009 15:56:46 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO outmail129173.authsmtp.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jun 2009 15:56:34 +0000 Received: from mail-c187.authsmtp.com (mail-c187.authsmtp.com [161.129.204.104]) by punt8.authsmtp.com (8.14.2/8.14.2/Kp) with ESMTP id n52FuED7039449 for <[email protected]>; Tue, 2 Jun 2009 16:56:14 +0100 (BST) Received: from [161.129.204.104] (p54B894E5.dip0.t-ipconnect.de [161.129.204.104]) (authenticated bits=0) by mail.authsmtp.com (8.14.2/8.14.2/Kp) with ESMTP id n52FuD1b027845 for <[email protected]>; Tue, 2 Jun 2009 16:56:13 +0100 (BST) Message-ID: <[email protected]> Date: Tue, 02 Jun 2009 17:56:22 +0200 From: Thomas Vandahl <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Macintosh/20090302) MIME-Version: 1.0 To: JCS Users List <[email protected]> Subject: Re: Reset disk cache on cache startup References: <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Server-Quench: e62c9119-4f8d-11de-8e8d-001185d377ca X-AuthRoute: OCdyaAgQClZJUiwT EioPDCIGTh8qMB9H GloeNgZAO3ILXAdY KFpTaFNLOVYcSBde QTFFW1ZLKhgvRmF1 awNBbANXZ0xEXgYk WExXQ1pWCgRsCQID BBcBUBxwchpGNiB1 ZzAnKnEJXEZ9fUJ4 DE9VF2RIMGFiO2ke UUlFc1VcJB5Lf0sQ d1gqXCcQYWUGZ3Jl E1RsYDs4Kw9Semxv TxoAMRoeQF0IVjU1 TBAPVTIpVUYMTCU+ Zwc6I0QAAV55 X-Authentic-SMTP: 61633138303539.squirrel.dmpriest.net.uk:1562/Kp X-Report-SPAM: If SPAM / abuse - report it at: http://www.authsmtp.com/abuse X-Virus-Status: No virus detected - but ensure you scan with your own anti-virus system. X-Virus-Checked: Checked by ClamAV on apache.org Jan Swaelens wrote: > Hi, > > I am looking for the configuration setting that deletes the disk cache > index file upon cache startup. The documentation talks about this setting > but I can't find any further information about it. > This is an extract of the documentation: > > ... When the disk cache is properly shutdown, the memory index is written > to disk and the value file is defragmented. When the cache starts up, the > disk cache can be configured to read or delete the index file.... Judging from the code, this feature is not implemented. Bye, Thomas. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Jun 02 19:09:02 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69112 invoked from network); 2 Jun 2009 19:09:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Jun 2009 19:09:02 -0000 Received: (qmail 70399 invoked by uid 500); 2 Jun 2009 19:09:14 -0000 Delivered-To: [email protected] Received: (qmail 70359 invoked by uid 500); 2 Jun 2009 19:09:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 70349 invoked by uid 99); 2 Jun 2009 19:09:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jun 2009 19:09:14 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO smtpout05.prod.mesa1.secureserver.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 02 Jun 2009 19:09:03 +0000 Received: (qmail 24867 invoked from network); 2 Jun 2009 19:08:38 -0000 Received: from unknown (161.129.204.104) by smtpout05.prod.mesa1.secureserver.net (161.129.204.104) with ESMTP; 02 Jun 2009 19:08:37 -0000 Message-Id: <[email protected]> From: Daniel Wood <[email protected]> To: [email protected] Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Subject: unable to save test plan? Date: Tue, 2 Jun 2009 12:08:35 -0700 X-Mailer: Apple Mail (2.935.3) X-Virus-Checked: Checked by ClamAV on apache.org Hi Folks- Just starting with JMeter and have run into a probably noob issue. I did check the online and mail list faq, but nothing found. Here is the question. I'm on mac osx, I can start jmeter and it runs great, but when I try to save the test plan, it fails -- creates a zero size file -- and I get the following exception in the jmeter.log file : 2009/06/02 12:00:26 ERROR - jmeter.gui.action.Save: java.lang.NoClassDefFoundError at org.apache.jmeter.gui.action.Save.doAction(Save.java:139) at org .apache.jmeter.gui.action.ActionRouter.performAction(ActionRouter.java: 80) at org.apache.jmeter.gui.action.ActionRouter.access $000(ActionRouter.java:42) at org.apache.jmeter.gui.action.ActionRouter$1.run(ActionRouter.java: 59) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at java .awt .EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java: 269) at java .awt .EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java: 190) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java: 184) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java: 176) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) I'm using jmeter 2.3.3 binary, and my jvm is : java version "1.5.0_16" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16- b06-284) Java HotSpot(TM) Client VM (build 1.5.0_16-133, mixed mode, sharing) Do I need to download and install a supporting JAR file? Thanks in advance! daniel --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 03 13:56:14 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73737 invoked from network); 3 Jun 2009 13:56:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Jun 2009 13:56:13 -0000 Received: (qmail 88276 invoked by uid 500); 3 Jun 2009 13:56:25 -0000 Delivered-To: [email protected] Received: (qmail 88247 invoked by uid 500); 3 Jun 2009 13:56:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 88237 invoked by uid 99); 3 Jun 2009 13:56:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jun 2009 13:56:24 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO outmail128144.authsmtp.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jun 2009 13:56:14 +0000 Received: from mail-c187.authsmtp.com (mail-c187.authsmtp.com [161.129.204.104]) by punt10.authsmtp.com (8.14.2/8.14.2/Kp) with ESMTP id n53DtoMf098905 for <[email protected]>; Wed, 3 Jun 2009 14:55:50 +0100 (BST) Received: from parzival.home.lan (p54B8AB20.dip0.t-ipconnect.de [161.129.204.104]) (authenticated bits=0) by mail.authsmtp.com (8.14.2/8.14.2/Kp) with ESMTP id n53DtmSk081201 for <[email protected]>; Wed, 3 Jun 2009 14:55:48 +0100 (BST) Message-ID: <[email protected]> Date: Wed, 03 Jun 2009 15:55:56 +0200 From: Thomas Vandahl <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Macintosh/20090302) MIME-Version: 1.0 To: JCS Users List <[email protected]> Subject: Re: unable to save test plan? References: <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Server-Quench: 3e5d38af-5046-11de-8e8d-001185d377ca X-AuthRoute: OCdyaAgQClZJUiwT EioPDCIGTh8qMB9H GloeNgZAO3ILXAdY KFpTaFNLOVYcSBde QTFFW1dLKhgvRmF1 awNBbAFXZ09EWwwk WExXQ1pWCgRvAAIC BAEcVxt3aAUIJntz EQI/PStbVEV4dUcz RU1XW25TYDNjYDFJ TUVYcwVJcQIeKwJN P1grSXMNYGQPYy5j QFA4NiYLMGcXNSJc SAUAZU4VCV0CADN0 Wx0ZAX03GUQDEE0g X-Authentic-SMTP: 61633138303539.squirrel.dmpriest.net.uk:1562/Kp X-Report-SPAM: If SPAM / abuse - report it at: http://www.authsmtp.com/abuse X-Virus-Status: No virus detected - but ensure you scan with your own anti-virus system. X-Virus-Checked: Checked by ClamAV on apache.org Daniel Wood wrote: > Just starting with JMeter and have run into a probably noob issue. I Sorry, Daniel. Wrong list. See http://jakarta.apache.org/site/mail2.html#JMeter for the correct ones. Bye, Thomas. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 03 13:59:24 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75500 invoked from network); 3 Jun 2009 13:59:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Jun 2009 13:59:24 -0000 Received: (qmail 96269 invoked by uid 500); 3 Jun 2009 13:59:36 -0000 Delivered-To: [email protected] Received: (qmail 96240 invoked by uid 500); 3 Jun 2009 13:59:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 96230 invoked by uid 99); 3 Jun 2009 13:59:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jun 2009 13:59:36 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mailserv.sofico.be) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jun 2009 13:59:28 +0000 In-Reply-To: <[email protected]> To: "JCS Users List" <[email protected]> Subject: Re: Reset disk cache on cache startup MIME-Version: 1.0 X-Mailer: Lotus Notes Release 7.0 August 18, 2005 Message-ID: <[email protected]> From: Jan Swaelens <[email protected]> Date: Wed, 3 Jun 2009 15:59:03 +0200 X-MIMETrack: Serialize by Router on domino2/sofico(Release 6.5.4FP2 | September 15, 2005) at 06/03/2009 03:59:29 PM, Serialize complete at 06/03/2009 03:59:29 PM Content-Type: multipart/alternative; boundary="=_alternative 004CD030C12575CA_=" X-Virus-Checked: Checked by ClamAV on apache.org --=_alternative 004CD030C12575CA_= Content-Type: text/plain; charset="US-ASCII" Hi Thomas, Thanks for your answer, I guess I'll have to add the reset functionality in my code to achieve the desired functionality. This also means that the remote cache server (which also uses a disk cache) has to be reset manually, as I see no way of clearing it's cache without modifying the startup servlet. thanks! --=_alternative 004CD030C12575CA_=-- From [email protected] Wed Jun 03 18:46:27 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 51788 invoked from network); 3 Jun 2009 18:46:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Jun 2009 18:46:27 -0000 Received: (qmail 74580 invoked by uid 500); 3 Jun 2009 18:46:39 -0000 Delivered-To: [email protected] Received: (qmail 74549 invoked by uid 500); 3 Jun 2009 18:46:39 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 74539 invoked by uid 99); 3 Jun 2009 18:46:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jun 2009 18:46:39 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO web38701.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 03 Jun 2009 18:46:29 +0000 Received: (qmail 85512 invoked by uid 60001); 3 Jun 2009 18:46:07 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1244054767; bh=p8N97K9nffeXzs1vvZE5L/b4JckFCXaO/vQX8fDjlCs=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=kkkawOtyqzn6OGoacfLkmZsNmeuflAMrTdZj3EtLJOS5tw8H6WlEzIbHfDKq6nD5K3X+v4thrHxCBPx9R3YotIoPOZIVP/+j1Sbn1Rr5DdDfjFoMNlmCYk91siZ1z4SxBGhIW9YBG0Xw045+arB4IOGucahkbCUN37+g2YwJq5I= DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=c1hNYF9gfKyNKNELu0vsnbUdYZDh9lrbMY18JS+IZ0tyg7YFENg/KmIJ+T7ThEAGkRXTjDARhb4OmhmrqkylIrMp3OHpPox1frc+90Fnzdq58hV6YQPFAGZEaDoFqNjFFYeCiZcPtuDpRk5ZlXkVMZ8cAwltan2pAa1ufuz74Rk=; Message-ID: <{{EMAIL+PHONE}}> X-YMail-OSG: rTTnax4VM1mZ9W514KSTIkRenwV.HEKf0fc5cmVjQQ3caz69VmYsR3qVivSuyuEwsOa6j2Kq2MRUkB6uBPp4ixnRkGBj.Wp2W.QDbUs7V3vEMDqoD0w9aKv_Lut5OKiEOUFbdSJSA4B456dN7Lc31wxfpKIm7ytHdYY6viuwAyidztzGJjtUY8.RnWad146NXeH207eGE_FNESKEP0vpbxmy08NFs8rBs07MoOTFSJkFrmiRjJ5Hhcc0BGqWIOMt22VK2TU2khI9uHi9FKga.8T_CQASpVsfMAo3osBnclqIcfo_osvPcSesktIwIFrS8Lmz3B3GIJkCCeyjb6wHImU- Received: from [161.129.204.104] by web38701.mail.mud.yahoo.com via HTTP; Wed, 03 Jun 2009 11:46:06 PDT X-Mailer: YahooMailRC/1277.43 YahooMailWebService/0.7.289.10 References: <[email protected]> Date: Wed, 3 Jun 2009 11:46:06 -0700 (PDT) From: Aaron Smuts <[email protected]> Subject: Re: Reset disk cache on cache startup To: JCS Users List <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org I'll add in this config option. It's simple. ----- Original Message ---- From: Jan Swaelens <[email protected]> To: JCS Users List <[email protected]> Sent: Wednesday, June 3, 2009 9:59:03 AM Subject: Re: Reset disk cache on cache startup Hi Thomas, Thanks for your answer, I guess I'll have to add the reset functionality in my code to achieve the desired functionality. This also means that the remote cache server (which also uses a disk cache) has to be reset manually, as I see no way of clearing it's cache without modifying the startup servlet. thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 03 21:48:37 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18967 invoked from network); 3 Jun 2009 21:48:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Jun 2009 21:48:37 -0000 Received: (qmail 72286 invoked by uid 500); 3 Jun 2009 21:48:49 -0000 Delivered-To: [email protected] Received: (qmail 72271 invoked by uid 500); 3 Jun 2009 21:48:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 72261 invoked by uid 99); 3 Jun 2009 21:48:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jun 2009 21:48:49 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO web38708.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 03 Jun 2009 21:48:40 +0000 Received: (qmail 47614 invoked by uid 60001); 3 Jun 2009 21:48:18 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1244065698; bh=ebGteh6MujsAGyykCP1FMBRt4I6Z0nlDQDLbb4bnm9Y=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=ioDSeMmLSe8KNAkjQriAIu6+udCX0hGT5CtQs5f7kCGw/7dVMjdeM6VN59H2pYsd6+qt8jcQI9m3TlpuA09ve4sBB21e/bA7OJeWI5iJZikF3bUzoEk/DvKqFMJuQgPJPCqkCnuZ2tzspI6BNrOZvuyj8sMoSlZ4g1EfSliSAHc= DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=yABQXv0bZXinzdF+yEy8rNdqCISVtadQ6itlQg1/rF8ETb+rteHUn9BQzds2KAyriMWqRBZWsJf3c13hYx204cGcOFyhV3LBJxGF7qKGJCK4+L2iKja/mTmE42rS73e5nXZ9O1vc37e1jK/XJmquNCXlhQeTyv4YPgU17pPDrlE=; Message-ID: <[email protected]> X-YMail-OSG: .1DDayQVM1l3ZEg7vshWCnp0tQGgV7YrWm_jde9fczYNLpfmJWR.Xs8AM8s61UHZz0IsNISAXb5R3v5fPAxffPzmCvj.ZGqQLvo.FJYNPrrB8afF70711toWAh9eDlENtXxk68QWMWMiL9cTZvqfZlQa1ras.0Zm5puN1qhY_86dNEwxIf.854CUbDIrkSLTbZvik20oCI4hm7KuuTGwF3efQo5ZLBed3.6wrdz1a5glHlG2MB8bYngls_o3O_v0c8VkCRcnr9TiubWUoRc7aEAmrFn1GcCxWDdCDvbnOaP1gB0BgzVHM44YztvjRQFJS2JwGyJh94Eym_rnwOY5 Received: from [161.129.204.104] by web38708.mail.mud.yahoo.com via HTTP; Wed, 03 Jun 2009 14:48:18 PDT X-Mailer: YahooMailRC/1277.43 YahooMailWebService/0.7.289.10 References: <[email protected]> <{{EMAIL+PHONE}}> Date: Wed, 3 Jun 2009 14:48:18 -0700 (PDT) From: Aaron Smuts <[email protected]> Subject: Re: Reset disk cache on cache startup To: JCS Users List <[email protected]> In-Reply-To: <{{EMAIL+PHONE}}> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org The new config option is in the 161.129.204.104-RC temp build. ----- Original Message ---- From: Aaron Smuts <[email protected]> To: JCS Users List <[email protected]> Sent: Wednesday, June 3, 2009 2:46:06 PM Subject: Re: Reset disk cache on cache startup I'll add in this config option. It's simple. ----- Original Message ---- From: Jan Swaelens <[email protected]> To: JCS Users List <[email protected]> Sent: Wednesday, June 3, 2009 9:59:03 AM Subject: Re: Reset disk cache on cache startup Hi Thomas, Thanks for your answer, I guess I'll have to add the reset functionality in my code to achieve the desired functionality. This also means that the remote cache server (which also uses a disk cache) has to be reset manually, as I see no way of clearing it's cache without modifying the startup servlet. thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jun 04 14:28:37 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69272 invoked from network); 4 Jun 2009 14:28:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Jun 2009 14:28:37 -0000 Received: (qmail 23108 invoked by uid 500); 4 Jun 2009 14:28:49 -0000 Delivered-To: [email protected] Received: (qmail 23074 invoked by uid 500); 4 Jun 2009 14:28:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 23064 invoked by uid 99); 4 Jun 2009 14:28:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jun 2009 14:28:49 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mailserv.sofico.be) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jun 2009 14:28:40 +0000 In-Reply-To: <[email protected]> To: "JCS Users List" <[email protected]> Subject: Re: Reset disk cache on cache startup MIME-Version: 1.0 X-Mailer: Lotus Notes Release 7.0 August 18, 2005 Message-ID: <[email protected]> From: Jan Swaelens <[email protected]> Date: Thu, 4 Jun 2009 16:28:15 +0200 X-MIMETrack: Serialize by Router on domino2/sofico(Release 6.5.4FP2 | September 15, 2005) at 06/04/2009 04:28:42 PM, Serialize complete at 06/04/2009 04:28:42 PM Content-Type: multipart/alternative; boundary="=_alternative 004F7C46C12575CB_=" X-Virus-Checked: Checked by ClamAV on apache.org --=_alternative 004F7C46C12575CB_= Content-Type: text/plain; charset="US-ASCII" Hi Aaron, Thanks a lot for adding this feature! thanks! (ps, just managed to get the jcs source from the apache svn ... I'll be up and running very soon) --=_alternative 004F7C46C12575CB_=-- From [email protected] Thu Jun 11 01:27:08 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30528 invoked from network); 11 Jun 2009 01:27:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Jun 2009 01:27:07 -0000 Received: (qmail 96173 invoked by uid 500); 11 Jun 2009 01:27:19 -0000 Delivered-To: [email protected] Received: (qmail 96138 invoked by uid 500); 11 Jun 2009 01:27:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 96128 invoked by uid 99); 11 Jun 2009 01:27:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2009 01:27:19 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2009 01:27:09 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1MEZ45-0000m9-D4 for [email protected]; Wed, 10 Jun 2009 18:26:49 -0700 Message-ID: <[email protected]> Date: Wed, 10 Jun 2009 18:26:49 -0700 (PDT) From: cj22 <[email protected]> To: [email protected] Subject: variables in cache.ccf? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org Is there a way to use environment variables in the config file? I would like to use the same config file on 2 different systems that need a different diskpath... Thanks! -- View this message in context: http://www.nabble.com/variables-in-cache.ccf--tp23973861p23973861.html Sent from the JCS - Users mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jun 11 12:16:24 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60935 invoked from network); 11 Jun 2009 12:16:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Jun 2009 12:16:24 -0000 Received: (qmail 37167 invoked by uid 500); 11 Jun 2009 12:16:35 -0000 Delivered-To: [email protected] Received: (qmail 37130 invoked by uid 500); 11 Jun 2009 12:16:35 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 37120 invoked by uid 99); 11 Jun 2009 12:16:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2009 12:16:35 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mailserv.sofico.be) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2009 12:16:26 +0000 In-Reply-To: <[email protected]> To: "JCS Users List" <[email protected]> Subject: Re: variables in cache.ccf? MIME-Version: 1.0 X-Mailer: Lotus Notes Release 7.0 August 18, 2005 Message-ID: <[email protected]> From: Jan Swaelens <[email protected]> Date: Thu, 11 Jun 2009 14:16:03 +0200 X-MIMETrack: Serialize by Router on domino2/sofico(Release 6.5.4FP2 | September 15, 2005) at 06/11/2009 02:16:26 PM, Serialize complete at 06/11/2009 02:16:26 PM Content-Type: multipart/alternative; boundary="=_alternative 004360D3C12575D2_=" X-Virus-Checked: Checked by ClamAV on apache.org --=_alternative 004360D3C12575D2_= Content-Type: text/plain; charset="US-ASCII" I don't think that it's possible out of the box but it's easily implemented by loading the properties and performing the substitution yourself. The 'ConfigUtil.substituteProperties' call is a custom utility and must be replaced by somthing available in your environment. // Get unconfigured instance CompositeCacheManager ccm = CompositeCacheManager.getUnconfiguredInstance(); // Load properties from the ccf file Properties props = new Properties(); is = ClassLoaderUtil.getInstance().getClassLoader().getResourceAsStream(JCS_PROPERTIES_FILE); if (is != null) { // Load props.load(is); // Replace custom/env variables Iterator entries = props.entrySet().iterator(); while (entries.hasNext()) { Entry e = (Entry) entries.next(); e.setValue(ConfigUtil.substituteProperties((String) e.getValue(), true)); } // Configure cache system with replaced props ccm.configure(props); } --=_alternative 004360D3C12575D2_=-- From [email protected] Thu Jun 11 12:37:04 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77739 invoked from network); 11 Jun 2009 12:37:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Jun 2009 12:37:04 -0000 Received: (qmail 71901 invoked by uid 500); 11 Jun 2009 12:37:16 -0000 Delivered-To: [email protected] Received: (qmail 71878 invoked by uid 500); 11 Jun 2009 12:37:16 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 71860 invoked by uid 99); 11 Jun 2009 12:37:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2009 12:37:16 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO web38708.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 11 Jun 2009 12:37:05 +0000 Received: (qmail 55413 invoked by uid 60001); 11 Jun 2009 12:36:42 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1244723802; bh=OQUZyXQU7liwCGWFzbz8ouzUC4mcBDjQ5/x/Bgu6e5w=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=TCFEBggga7vBvfOvg3lQLeXFq9r7cwuFAJle/sObbcIf+gUsXE/22Et1bHYjdCuVzQydCV1qpHL3BRfJV3RU0bm+p8QtjRhMJvSQhHMfg5KmkGEOMclF6+TTTPnBLRfmbuChlJpWbRYX18mVJuSqDMYsRi6bcxvLSbkSMWofiG8= DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=N+9GcsKTmUjBRJ352K/i3Wxpd+J5wPctyccERTTr5eSHxzlh75ZXu3PzUUB60WEMhHATfG6dsFEijhWEswfsGIgvHTkmkY8FI/VOkKxHb9eJRE7qQ+SqU7WRdqnQ7YAANzMOt1ZjeoozwcY5/NF/ZYHuvGbyYCo+ebK9jNZsHzM=; Message-ID: <[email protected]> X-YMail-OSG: 2hPOBxAVM1msvufe1sn5PEW5GklD1WNdVeW749KzRTaErZSdskSjLh0P0XXhERygDvZ.aXuMmA.aaVodKgWlKNOUDlcUJmfuqF39r6nebmy.Fa5ut3UUQOZQdRHjcV8_95mRY5vhB0qFhrt_2wDqHQclWsskJOqNcPj7RywHeyKOeOPwPz6v9eZR0PJ.iIk_W6yuSbiRPNwhyASfqG6FnKArK5halMkyhzZiNJ2MCs3msVLqzj5IJD0sEXqIVKOLmuhcwJ9X0WCeKtM0ZoI3a7qLfbrB_1s23dNujX6Kb23VAGCcSuB2XVbrHLIa_bl9PYLE_rMFAnUxTpSROb3vGVM- Received: from [161.129.204.104] by web38708.mail.mud.yahoo.com via HTTP; Thu, 11 Jun 2009 05:36:42 PDT X-Mailer: YahooMailRC/1277.43 YahooMailWebService/0.7.289.15 References: <[email protected]> Date: Thu, 11 Jun 2009 05:36:42 -0700 (PDT) From: Aaron Smuts <[email protected]> Subject: Re: variables in cache.ccf? To: JCS Users List <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org JCS will look for a system property for any name inside the delimiters ${}. Also, JCS will check to see if any property key in the cache.ccf is defined in the system properties. If so, the system value will be used. ----- Original Message ---- From: Jan Swaelens <[email protected]> To: JCS Users List <[email protected]> Sent: Thursday, June 11, 2009 8:16:03 AM Subject: Re: variables in cache.ccf? I don't think that it's possible out of the box but it's easily implemented by loading the properties and performing the substitution yourself. The 'ConfigUtil.substituteProperties' call is a custom utility and must be replaced by somthing available in your environment. // Get unconfigured instance CompositeCacheManager ccm = CompositeCacheManager.getUnconfiguredInstance(); // Load properties from the ccf file Properties props = new Properties(); is = ClassLoaderUtil.getInstance().getClassLoader().getResourceAsStream(JCS_PROPERTIES_FILE); if (is != null) { // Load props.load(is); // Replace custom/env variables Iterator entries = props.entrySet().iterator(); while (entries.hasNext()) { Entry e = (Entry) entries.next(); e.setValue(ConfigUtil.substituteProperties((String) e.getValue(), true)); } // Configure cache system with replaced props ccm.configure(props); } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jun 11 20:25:31 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62494 invoked from network); 11 Jun 2009 20:25:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Jun 2009 20:25:28 -0000 Received: (qmail 19894 invoked by uid 500); 11 Jun 2009 20:25:18 -0000 Delivered-To: [email protected] Received: (qmail 19563 invoked by uid 500); 11 Jun 2009 20:25:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 19038 invoked by uid 99); 11 Jun 2009 20:24:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2009 20:24:47 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2009 20:24:37 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1MEqoq-00013u-9b for [email protected]; Thu, 11 Jun 2009 13:24:16 -0700 Message-ID: <[email protected]> Date: Thu, 11 Jun 2009 13:24:16 -0700 (PDT) From: cj22 <[email protected]> To: [email protected] Subject: Re: variables in cache.ccf? In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] References: <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Works Perfectly. Thanks! Aaron Smuts: JCS will look for a system property for any name inside the delimiters ${}. Also, JCS will check to see if any property key in the cache.ccf is defined in the system properties. If so, the system value will be used. -- View this message in context: http://www.nabble.com/variables-in-cache.ccf--tp23973861p23988328.html Sent from the JCS - Users mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 17 08:24:18 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35669 invoked from network); 17 Jun 2009 08:24:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jun 2009 08:24:17 -0000 Received: (qmail 15373 invoked by uid 500); 17 Jun 2009 08:24:29 -0000 Delivered-To: [email protected] Received: (qmail 15303 invoked by uid 500); 17 Jun 2009 08:24:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 15293 invoked by uid 99); 17 Jun 2009 08:24:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 08:24:28 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp-out113.alice.it) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 08:24:18 +0000 Received: from FBCMMO03.fbc.local ([161.129.204.104]) by smtp-out113.alice.it with Microsoft SMTPSVC(649)356-8795); Wed, 17 Jun 2009 10:23:57 +0200 Received: from FBCMCL01B02.fbc.local ([161.129.204.104]) by FBCMMO03.fbc.local with Microsoft SMTPSVC(649)356-8795); Wed, 17 Jun 2009 10:23:55 +0200 Received: from [161.129.204.104] ([161.129.204.104]) by FBCMCL01B02.fbc.local with Microsoft SMTPSVC(649)356-8795); Wed, 17 Jun 2009 10:23:56 +0200 Message-ID: <[email protected]> Date: Wed, 17 Jun 2009 10:23:52 +0200 From: Silvano <[email protected]> Organization: Interplay User-Agent: Thunderbird 161.129.204.104 (X11/20090318) MIME-Version: 1.0 To: [email protected] Subject: Indexed Disk Cache safe copying of files Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 17 Jun 2009 08:23:56.0795 (UTC) FILETIME=[F52C44B0:01C9EF24] X-Virus-Checked: Checked by ClamAV on apache.org Since we have a large cache that needs significant time to be populated, we need to be able to copy the files of the regions configured as Indexed Disk Cache between different installations. We believe this can be done safely if we turn off the jvm, but we would need to copy safely the files while the jvm is running. However it seems that the key files are written only when you turn off the jvm (at least the size changes when we turn off the jvm, so we suspect that they are not synchronized to disk in normal operations). We can make sure at application level that nobody writes in the cache during the file copy process, but is this sufficient? Can anybody recommend a solution to this issue? Best regards, Silvano. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 17 14:10:09 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55504 invoked from network); 17 Jun 2009 14:10:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jun 2009 14:10:08 -0000 Received: (qmail 72445 invoked by uid 500); 17 Jun 2009 14:10:20 -0000 Delivered-To: [email protected] Received: (qmail 72422 invoked by uid 500); 17 Jun 2009 14:10:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 72412 invoked by uid 99); 17 Jun 2009 14:10:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 14:10:19 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mx1.nuigalway.ie) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 14:10:08 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAJ+VOEoKhJ0L/2dsb2JhbADVIYQIBQ X-IronPort-AV: E=Sophos;i="4.42,236,1243810800"; d="scan'208";a="13578022" Received: from unknown (HELO EVS1.ac.nuigalway.ie) ([161.129.204.104]) by mx1.nuigalway.ie with ESMTP; 17 Jun 2009 15:09:46 +0100 Received: from EVS1.ac.nuigalway.ie ([161.129.204.104]) by EVS1.ac.nuigalway.ie with Microsoft SMTPSVC(649)356-8795); Wed, 17 Jun 2009 15:09:46 +0100 Received: from [161.129.204.104] ([161.129.204.104]) by EVS1.ac.nuigalway.ie over TLS secured channel with Microsoft SMTPSVC(649)356-8795); Wed, 17 Jun 2009 15:09:45 +0100 Message-ID: <[email protected]> Date: Wed, 17 Jun 2009 15:09:46 +0100 From: "Robert Fuller [DERI]" <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090302) MIME-Version: 1.0 To: [email protected] Subject: jcs with memcached remote cache Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 17 Jun 2009 14:09:45.0876 (UTC) FILETIME=[4496C540:01C9EF55] X-Virus-Checked: Checked by ClamAV on apache.org Hi, Has anyone thoughts on an implementation of remote cache using memcached? Having used jcs successfully on our project for several months I'm preparing for some re-architecture of one component (running on hadoop) which will use shared caching between systems. The preferred server is memcached (primarily for sysadmin reasons). My ideal configuration will be a local (size-limited) in-memory cache backed by a remote memcached. I am thinking of an ICache implementation which uses one of http://www.whalin.com/memcached/ or http://code.google.com/p/spymemcached/ I apologise in advance to anyone scandalised by this suggestion and I'm looking forward to your comments about how sensible or despicable it is. Kind regards, Robert. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 17 14:32:03 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 68603 invoked from network); 17 Jun 2009 14:32:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jun 2009 14:32:03 -0000 Received: (qmail 10161 invoked by uid 500); 17 Jun 2009 14:32:14 -0000 Delivered-To: [email protected] Received: (qmail 10135 invoked by uid 500); 17 Jun 2009 14:32:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 10125 invoked by uid 99); 17 Jun 2009 14:32:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 14:32:14 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO web38708.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 17 Jun 2009 14:32:05 +0000 Received: (qmail 92476 invoked by uid 60001); 17 Jun 2009 14:31:43 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1245249103; bh=+dfmWUgB9M0l65HHe5hWJW1EjEz7dPN+rDFaZy7qSIg=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=5NXZQHXluhtQBG3+s5EvLS6ZLsbWTI2cODN4cn2kEvNGjLEfaDMoOJsJ+nngv9vvtiYJKmPwoOp4FT7LN3FAiayG0otGYsQwbIEadk+7MaEIGcAgD/KPdOn1cfxzn+0omfyFppsmZkSMYQMGhFy96AKd+5wcynQ3LNBmJJwXXVY= DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=J7EzaBfpDbigPUfpFFVpfXjNLckuqrhjhViCWjA+ntQS78kwrl/lV5EutoyE/3uH8c7EjVD5uhHIuhviRtVnjXkvscn+rTTf/YDssVWzlUYFHOBvEYYPeMT3NnxT4upqGFpPm45H/CqG9kSplW3CstdiOpZ9689Tvj9gByKwjjo=; Message-ID: <[email protected]> X-YMail-OSG: LpoivtYVM1mA55N2nIm4cRmejp_qEufhPaNQLYVi3xQULUMLL7Cqt_ThbKm9aO70AkBsdgFs4FI3y3RZSNX4Bxc_V1lTXt4xg.tAuiOgL.ruKWLb8Aj9akBxpLBc7CfMMw1mdunEP77eweL449yA79awvm34VJM9qxR2pKwgu0LgUXb0HTQCuPhEr9MGXn3LGl.20KSHLeRbGdOl55_MPb_rhTIS.pZjd4miDFAvzlwU.jNsCvddeN4RUO.kPP7pVXFks01mlNZA0iMREkBzTu9t74qSVwE0L84X26w_Iscs8Zs1FGD7LIUB2ihLyX.G8laV4Imlub3iwSEbgWVaSD8- Received: from [161.129.204.104] by web38708.mail.mud.yahoo.com via HTTP; Wed, 17 Jun 2009 07:31:43 PDT X-Mailer: YahooMailRC/1277.43 YahooMailWebService/0.7.289.15 References: <[email protected]> Date: Wed, 17 Jun 2009 07:31:43 -0700 (PDT) From: Aaron Smuts <[email protected]> Subject: Re: Indexed Disk Cache safe copying of files To: JCS Users List <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org The keys are not written until shutdown. I could create a method that could write them to disk and make a copy of the datafile. It could be called "createSnapShot" You could call it programatically. There are details to think through. Should we try to load from a snapshot on startup? How many snapshots should we store? Could we create these via a timer? I guess this could all be configurable. Aaron ----- Original Message ---- From: Silvano <[email protected]> To: [email protected] Sent: Wednesday, June 17, 2009 4:23:52 AM Subject: Indexed Disk Cache safe copying of files Since we have a large cache that needs significant time to be populated, we need to be able to copy the files of the regions configured as Indexed Disk Cache between different installations. We believe this can be done safely if we turn off the jvm, but we would need to copy safely the files while the jvm is running. However it seems that the key files are written only when you turn off the jvm (at least the size changes when we turn off the jvm, so we suspect that they are not synchronized to disk in normal operations). We can make sure at application level that nobody writes in the cache during the file copy process, but is this sufficient? Can anybody recommend a solution to this issue? Best regards, Silvano. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 17 14:46:50 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75959 invoked from network); 17 Jun 2009 14:46:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jun 2009 14:46:49 -0000 Received: (qmail 57410 invoked by uid 500); 17 Jun 2009 14:47:01 -0000 Delivered-To: [email protected] Received: (qmail 57385 invoked by uid 500); 17 Jun 2009 14:47:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 57371 invoked by uid 99); 17 Jun 2009 14:47:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 14:47:01 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO web38704.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 17 Jun 2009 14:46:48 +0000 Received: (qmail 77371 invoked by uid 60001); 17 Jun 2009 14:22:09 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1245248529; bh=OHKV+XV5BKzV+9VYbUD8m88SHppnUTTp8ykH9DuBkVU=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=T/UEmS0vlNaElrwzfgfrIIhRK3iD1yprMNohEHRbGxA4uZitKKYIh1r1XY4GA7tGg8Ynctb47XEipNWExt56s40wF6juqm58kKgR7BqnLcfTHtdJxDzdX143EwdIAaIs/TD2NDJ4kWon2u12a6vaCp6VnvOU+ddat2K9URV/XCs= DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=SGRbzh8lQ8z1JzEuyWZO0Odd59Tlqp+2uACIASCp6mXGaeijxGveNuWJyC8io8+P5B1sxYRTifEky43DC6w0Ivi6Xy/Wg30oFIvxA7ebzFYa7FDZYyzRm0liNMOKrEPSCPBbufu+Lz1w6fMhkK98SwHgZfuoc4LjB7H8y0gJ60w=; Message-ID: <[email protected]> X-YMail-OSG: jYw3JNsVM1nD85MS2WgD3APvFJfgEbUYS7Jq7hzxrc_uLAwx.u.A56VwQ7I8GS_6F6apujqu1J6P0dCWd1Ybpydu02HvdUgS43Sa_2O1r6LnFW6SXKyDg2ApneP2hGteMbbPUm7oegdtkWVMI6UxI1PucJMCYIZ2LoGbb9yECR8Hp0GamubUpD85M3D9F2fqAKVtRIp9y1KnVrZ6eCVGuKOJdq60WBNu2z8yQylG0C7S7532bjIGwSknLhbZERq1RBGj255mvUA7S0kVWRMRlHEgAHCH3nJbZSKqFN76NGhE1tCJwCZslb.jd9vBMpJmQVH7q67XiuIYXWb67i4- Received: from [161.129.204.104] by web38704.mail.mud.yahoo.com via HTTP; Wed, 17 Jun 2009 07:22:09 PDT X-Mailer: YahooMailRC/1277.43 YahooMailWebService/0.7.289.15 References: <[email protected]> Date: Wed, 17 Jun 2009 07:22:09 -0700 (PDT) From: Aaron Smuts <[email protected]> Subject: Re: jcs with memcached remote cache To: JCS Users List <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org If you were to dot his, you should make an auxiliary cache implementation. It should probably be classified as a lateral cache. I'd have to think about it some more. Give it a shot and see how it goes. It shouldn't be too much work to get a prototype up an running. Aaron ----- Original Message ---- From: Robert Fuller [DERI] <[email protected]> To: [email protected] Sent: Wednesday, June 17, 2009 10:09:46 AM Subject: jcs with memcached remote cache Hi, Has anyone thoughts on an implementation of remote cache using memcached? Having used jcs successfully on our project for several months I'm preparing for some re-architecture of one component (running on hadoop) which will use shared caching between systems. The preferred server is memcached (primarily for sysadmin reasons). My ideal configuration will be a local (size-limited) in-memory cache backed by a remote memcached. I am thinking of an ICache implementation which uses one of http://www.whalin.com/memcached/ or http://code.google.com/p/spymemcached/ I apologise in advance to anyone scandalised by this suggestion and I'm looking forward to your comments about how sensible or despicable it is. Kind regards, Robert. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 17 20:45:18 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57669 invoked from network); 17 Jun 2009 20:45:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jun 2009 20:45:18 -0000 Received: (qmail 22692 invoked by uid 500); 17 Jun 2009 20:45:29 -0000 Delivered-To: [email protected] Received: (qmail 22670 invoked by uid 500); 17 Jun 2009 20:45:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22660 invoked by uid 99); 17 Jun 2009 20:45:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 20:45:29 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO decibel.pvv.ntnu.no) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 20:45:18 +0000 Received: from (649)356-8795.customer.lyse.net ([161.129.204.104] helo=[161.129.204.104]) by decibel.pvv.ntnu.no with esmtpsa (TLS-1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from <[email protected]>) id 1MH207-0004tT-Q8 for [email protected]; Wed, 17 Jun 2009 22:44:58 +0200 Message-Id: <[email protected]> From: Tore Halset <[email protected]> To: "JCS Users List" <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Re: Indexed Disk Cache safe copying of files Date: Wed, 17 Jun 2009 22:35:11 +0200 References: <[email protected]> X-Mailer: Apple Mail (2.935.3) X-Spam-Score: 0.2 (/) X-Spam-Report: Status=No hits=0.2 required=5.0 tests=ALL_TRUSTED,TVD_RCVD_IP version=3.2.4 X-Virus-Checked: Checked by ClamAV on apache.org Hello. I do this in my jcs cache. The items in the cache is 0-30MB each. The total volume is ~20GB. Instead of the standard indexed disc cache, I use a file based cache. The key is converted to a filename and each item is stored as a separate file. Several jvms can share the same cache and the cache can be rsynced between nodes while running the application. This setup might be slow for caches with lots of small objects, but it works very well with my setup. The source code is attached to this issue: https://issues.apache.org/jira/browse/JCS-58 To be able to hold as many objects as possible in ram without getting OutOfMemoryException, I use this cache with a soft reference cache. https://issues.apache.org/jira/browse/JCS-54 Regards, - Tore. On Jun 17, 2009, at 10:23, Silvano wrote: > Since we have a large cache that needs significant time to be > populated, we need to be able to copy the files of the regions > configured as Indexed Disk Cache between different installations. > We believe this can be done safely if we turn off the jvm, but we > would need to copy safely the files while the jvm is running. > However it seems that the key files are written only when you turn > off the jvm (at least the size changes when we turn off the jvm, so > we suspect that they are not synchronized to disk in normal > operations). > > We can make sure at application level that nobody writes in the > cache during the file copy process, but is this sufficient? > > Can anybody recommend a solution to this issue? > > Best regards, > Silvano. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 17 20:51:00 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61223 invoked from network); 17 Jun 2009 20:51:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jun 2009 20:51:00 -0000 Received: (qmail 32197 invoked by uid 500); 17 Jun 2009 20:51:11 -0000 Delivered-To: [email protected] Received: (qmail 32165 invoked by uid 500); 17 Jun 2009 20:51:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 32155 invoked by uid 99); 17 Jun 2009 20:51:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 20:51:11 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO web38706.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 17 Jun 2009 20:51:00 +0000 Received: (qmail 14300 invoked by uid 60001); 17 Jun 2009 20:50:38 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1245271838; bh=iRSjJA9EIHtk+/jtv2cTsma2RsmX3htDDmAV+VgZsjk=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=CSKp2wO17Y9LZr34vWh5i+TLifO/8gs0sF9/Apn+SfA7a83oSwwQuPmwQzukDm9ldhHJ7uCx6djBJ5ipsyC9Tg6IKT3OFXLboBe/FOqS9yPlBp+u/oae5KNqLvVZYH4xwYkB3s3BFKXZy6Plp23qaCMke2yMC/hWvBt3YHYxDKM= DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=LZ9OZ4Uv4m17+Sq9YjvBnwnip9Hne0b7+PVglBuusOZTeuA2bNtXE+l1dS7gRXEhpR2sIQxegcI77zQjsfnLXcUEEWMWCE5pEHznUc5pOI4ZJ70Zg6KpQ4EWZrfyQ0hnNhbrgNyUwTq4Mslc637j/pOK11yEZ2UL6sbZGl51j2g=; Message-ID: <[email protected]> X-YMail-OSG: MS8VVW8VM1n78YEumSoc8VxsuphTozW6Uc6iofcOChALy3_5dbbq.Re3MXa53xTnfc3BxkMjtZjmK1xw9_XVq8QgbE1wlwQlzv43BBiz1yGN9GxjakeMTbM13tGE947izTLIunuU1cxSYHFh8PfbCgcx3I3CI1jonAwwtK4g8yn0H4ll9PaXjnNvmjmWfngcNDgRKQMSRn9MQOG5Xl.JevCHflLmdOntzImJnhCFRPBzRDKiKeR1daYWSbqWHL78BQ31W0TvgA9BhkNjL2H3zSLgVRSKaGcv.1NuVpBLYnqc_La4KMpCSYXg_bI1h3BAyDDmrxRSue.F_AKC5w-- Received: from [161.129.204.104] by web38706.mail.mud.yahoo.com via HTTP; Wed, 17 Jun 2009 13:50:38 PDT X-Mailer: YahooMailRC/1277.43 YahooMailWebService/0.7.289.15 References: <[email protected]> <[email protected]> Date: Wed, 17 Jun 2009 13:50:38 -0700 (PDT) From: Aaron Smuts <[email protected]> Subject: Re: Indexed Disk Cache safe copying of files To: JCS Users List <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org Thanks. I commented on JIRA. I'll have to reimplement the general idea without any JDK 1.4 dependencies. We need to think through the way updates are done. If these will be shared, we'll have to have some kind of lock, perhaps another file with the same name with a .lock suffix. . . . . . Cheers, Aaron ----- Original Message ---- From: Tore Halset <[email protected]> To: JCS Users List <[email protected]> Sent: Wednesday, June 17, 2009 4:35:11 PM Subject: Re: Indexed Disk Cache safe copying of files Hello. I do this in my jcs cache. The items in the cache is 0-30MB each. The total volume is ~20GB. Instead of the standard indexed disc cache, I use a file based cache. The key is converted to a filename and each item is stored as a separate file. Several jvms can share the same cache and the cache can be rsynced between nodes while running the application. This setup might be slow for caches with lots of small objects, but it works very well with my setup. The source code is attached to this issue: https://issues.apache.org/jira/browse/JCS-58 To be able to hold as many objects as possible in ram without getting OutOfMemoryException, I use this cache with a soft reference cache. https://issues.apache.org/jira/browse/JCS-54 Regards, - Tore. On Jun 17, 2009, at 10:23, Silvano wrote: > Since we have a large cache that needs significant time to be populated, we need to be able to copy the files of the regions configured as Indexed Disk Cache between different installations. > We believe this can be done safely if we turn off the jvm, but we would need to copy safely the files while the jvm is running. However it seems that the key files are written only when you turn off the jvm (at least the size changes when we turn off the jvm, so we suspect that they are not synchronized to disk in normal operations). > > We can make sure at application level that nobody writes in the cache during the file copy process, but is this sufficient? > > Can anybody recommend a solution to this issue? > > Best regards, > Silvano. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 17 20:57:52 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63583 invoked from network); 17 Jun 2009 20:57:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jun 2009 20:57:52 -0000 Received: (qmail 46034 invoked by uid 500); 17 Jun 2009 20:58:03 -0000 Delivered-To: [email protected] Received: (qmail 46006 invoked by uid 500); 17 Jun 2009 20:58:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 45996 invoked by uid 99); 17 Jun 2009 20:58:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 20:58:03 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO decibel.pvv.ntnu.no) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 20:57:53 +0000 Received: from (649)356-8795.customer.lyse.net ([161.129.204.104] helo=[161.129.204.104]) by decibel.pvv.ntnu.no with esmtpsa (TLS-1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from <[email protected]>) id 1MH2CF-00085u-Or for [email protected]; Wed, 17 Jun 2009 22:57:32 +0200 Message-Id: <[email protected]> From: Tore Halset <[email protected]> To: "JCS Users List" <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Re: Indexed Disk Cache safe copying of files Date: Wed, 17 Jun 2009 22:57:26 +0200 References: <[email protected]> <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.935.3) X-Spam-Score: 0.2 (/) X-Spam-Report: Status=No hits=0.2 required=5.0 tests=ALL_TRUSTED,TVD_RCVD_IP version=3.2.4 X-Virus-Checked: Checked by ClamAV on apache.org On Jun 17, 2009, at 22:50, Aaron Smuts wrote: > We need to think through the way updates are done. If these will be > shared, we'll have to have some kind of lock, perhaps another file > with the same name with a .lock suffix. . . . . . As you see from the patch, I create a new tmp file and rename it after write. Several writers can write in parallel, and the last will win. File tmp = File.createTempFile("cache", null, dir); ... tmp.renameTo(file); Regards, - Tore. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Jun 17 21:10:45 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69751 invoked from network); 17 Jun 2009 21:10:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Jun 2009 21:10:44 -0000 Received: (qmail 79269 invoked by uid 500); 17 Jun 2009 21:10:56 -0000 Delivered-To: [email protected] Received: (qmail 79243 invoked by uid 500); 17 Jun 2009 21:10:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 79232 invoked by uid 99); 17 Jun 2009 21:10:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 21:10:56 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO web38703.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 17 Jun 2009 21:10:46 +0000 Received: (qmail 27445 invoked by uid 60001); 17 Jun 2009 21:10:25 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1245273025; bh=JW28ImYluAXlL5w7gU71G/UhXhWJzX9AgSfdulHdJEY=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=udGYYF6xTKQetr2vMjjH5P/WkI0l3gbgaCCY+6dihiuusSOR+X4DVx4WXYjtAqghyg2Wm61WGRaeqkKZGdp73zAM1D73m21rokO3LA2C9NcAufLNzLmNBfGi1+OEvyTB3XkZ9xRNacHSx4Qdgir3RK6uQt8oK1lKOfpnEVgQPA0= DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=Wn/uxD2FyCsWu/7RsXdPYwotQRV6gT/d2AwDHN/xGHD7h2o2FZlYzDbEsMnLNwpINdQkLMTUPByKWW5vRZqhEDsbi1TvP5pileA/79NSdFqci9GoZISC/ItNr+iSN8CggiDnHDZ13OWuYEnorYPWTjbnF3x7cWOlCoInZg3+D4c=; Message-ID: <[email protected]> X-YMail-OSG: tzH0wJ4VM1k2QkH_AtNV88ix1LUObUrpwEVS34uHF_UTNXEwlUQyL1Ao0BTFNNB9pmZKSXN1I5eyFUSfJoRhscFJRNTUluyEbF48VmfY8dzVIAjhyLBy_uS4ZLBONfd1pIRePa_sctwaoYgegffFxmZhIhfp2vY_zDfr8as35aOmH4JbVjw5JzLgYuHl8a7vNO504WKtw4ocYzZNoSAhS5z9mhI9tqkTazRLbBqje5wbk0tUuXm87xg3WC8yAcpSRf.JUKsCyRgXwfYumgewJ.zhXcjWnm9ZN8wiOOV5FWGckB80VyPeBX5mPyZrOCu7iPntpSREQ2__nu2cug-- Received: from [161.129.204.104] by web38703.mail.mud.yahoo.com via HTTP; Wed, 17 Jun 2009 14:10:25 PDT X-Mailer: YahooMailClassic/5.4.12 YahooMailWebService/0.7.289.15 Date: Wed, 17 Jun 2009 14:10:25 -0700 (PDT) From: Aaron Smuts <[email protected]> Subject: Re: Indexed Disk Cache safe copying of files To: JCS Users List <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Ok. We might also want to ad retry to the delete in case another instance = is reading.=0A=0AWe can implement removeAll, we can simply clear the direct= ory.=0A=0AWe also might want to make it possible to limit the number of fil= es and to cleanup based on age. =0A=0AYour patch is against really old cod= e. I'm updating.=0A=0AAaron=0A=0A=0A--- On Wed, 6/17/09, Tore Halset <hals= [email protected]> wrote:=0A=0A> From: Tore Halset <[email protected]>=0A> Su= bject: Re: Indexed Disk Cache safe copying of files=0A> To: "JCS Users List= " <[email protected]>=0A> Date: Wednesday, June 17, 2009, 1:57 P= M=0A> On Jun 17, 2009, at 22:50, Aaron=0A> Smuts wrote:=0A> =0A> > We need = to think through the way updates are=0A> done.=A0 If these will be shared, = we'll have to have some=0A> kind of lock, perhaps another file with the sam= e name with a=0A> .lock suffix. . .=A0 . . .=0A> =0A> As you see from the p= atch, I create a new tmp file and=0A> rename it after write. Several writer= s can write in=0A> parallel, and the last will win.=0A> =0A> File tmp =3D F= ile.createTempFile("cache", null, dir);=0A> ...=0A> tmp.renameTo(file);=0A>= =0A> Regards,=0A> - Tore.=0A> =0A> =0A> ---------------------------------= ------------------------------------=0A> To unsubscribe, e-mail: jcs-users-= [email protected]=0A> For additional commands, e-mail: jcs-use= [email protected]=0A> =0A> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jun 18 07:24:56 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22986 invoked from network); 18 Jun 2009 07:24:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jun 2009 07:24:56 -0000 Received: (qmail 25780 invoked by uid 500); 18 Jun 2009 07:25:07 -0000 Delivered-To: [email protected] Received: (qmail 25736 invoked by uid 500); 18 Jun 2009 07:25:07 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 25726 invoked by uid 99); 18 Jun 2009 07:25:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2009 07:25:07 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp-out26.alice.it) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2009 07:24:57 +0000 Received: from FBCMMO03.fbc.local ([161.129.204.104]) by smtp-out26.alice.it with Microsoft SMTPSVC(649)356-8795); Thu, 18 Jun 2009 09:24:34 +0200 Received: from FBCMCL01B09.fbc.local ([161.129.204.104]) by FBCMMO03.fbc.local with Microsoft SMTPSVC(649)356-8795); Thu, 18 Jun 2009 09:24:34 +0200 Received: from [161.129.204.104] ([161.129.204.104]) by FBCMCL01B09.fbc.local with Microsoft SMTPSVC(649)356-8795); Thu, 18 Jun 2009 09:24:33 +0200 Message-ID: <[email protected]> Date: Thu, 18 Jun 2009 09:24:31 +0200 From: Silvano <[email protected]> Organization: Interplay User-Agent: Thunderbird 161.129.204.104 (X11/20090318) MIME-Version: 1.0 To: JCS Users List <[email protected]> Subject: Re: Indexed Disk Cache safe copying of files References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 18 Jun 2009 07:24:33.0868 (UTC) FILETIME=[D3EA80C0:01C9EFE5] X-Virus-Checked: Checked by ClamAV on apache.org Hi Aron, Thanks a lot for the interest shown in supporting the issue. This approach seems to be the most applicable to our case. If you think you can work on it, please let we know and we can cooperate and help with testing or supporting implementation or whatever needed. - createSnapshot would be first thing we need, at first glance having some 'location' argument to control directory where to write the consistent copy - loadFromSnapshot might be a plus - however if a consistent snapshot for a region can be moved at ease using Unix commands, a restore from a snapshot could be done by moving phisically the files to the desired location. - timer ... again, this might be handled at the client, but of course would be a plus to configure as a timer We might need to have control over backing up different regions either individually, or several together e.g. in a short sequence so the backup is of diffferent regions is roughly at the same time). We say 'roughly' since the cache does not vary very often and/ or we could limit writes to the cache at the application level for some time if needed to help consistency of the snapshot. Robustness of the snapshot creation would be the most important requirement. in general, we should consider that the files can be large enough (we have so far 1.5 GB of cached data - reason for caching a lot is that the backend is a CMS - rather slow to generate web pages). Silvano. Aaron Smuts wrote: > The keys are not written until shutdown. I could create a method that could write them to disk and make a copy of the datafile. It could be called "createSnapShot" You could call it programatically. There are details to think through. Should we try to load from a snapshot on startup? How many snapshots should we store? Could we create these via a timer? I guess this could all be configurable. > > Aaron > > > > ----- Original Message ---- > From: Silvano <[email protected]> > To: [email protected] > Sent: Wednesday, June 17, 2009 4:23:52 AM > Subject: Indexed Disk Cache safe copying of files > > Since we have a large cache that needs significant time to be populated, we need to be able to copy the files of the regions configured as Indexed Disk Cache between different installations. > We believe this can be done safely if we turn off the jvm, but we would need to copy safely the files while the jvm is running. However it seems that the key files are written only when you turn off the jvm (at least the size changes when we turn off the jvm, so we suspect that they are not synchronized to disk in normal operations). > > We can make sure at application level that nobody writes in the cache during the file copy process, but is this sufficient? > > Can anybody recommend a solution to this issue? > > Best regards, > Silvano. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jun 18 13:07:57 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99912 invoked from network); 18 Jun 2009 13:07:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jun 2009 13:07:57 -0000 Received: (qmail 44762 invoked by uid 500); 18 Jun 2009 13:08:08 -0000 Delivered-To: [email protected] Received: (qmail 44728 invoked by uid 500); 18 Jun 2009 13:08:08 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 44718 invoked by uid 99); 18 Jun 2009 13:08:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2009 13:08:08 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mx1.nuigalway.ie) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2009 13:07:55 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEACHZOUoKhJ0L/2dsb2JhbADRFYQIBQ X-IronPort-AV: E=Sophos;i="4.42,245,1243810800"; d="scan'208";a="13686671" Received: from unknown (HELO EVS1.ac.nuigalway.ie) ([161.129.204.104]) by mx1.nuigalway.ie with ESMTP; 18 Jun 2009 14:07:35 +0100 Received: from EVS1.ac.nuigalway.ie ([161.129.204.104]) by EVS1.ac.nuigalway.ie with Microsoft SMTPSVC(649)356-8795); Thu, 18 Jun 2009 14:07:34 +0100 Received: from [161.129.204.104] ([161.129.204.104]) by EVS1.ac.nuigalway.ie over TLS secured channel with Microsoft SMTPSVC(649)356-8795); Thu, 18 Jun 2009 14:07:34 +0100 Message-ID: <[email protected]> Date: Thu, 18 Jun 2009 14:07:34 +0100 From: "Robert Fuller [DERI]" <[email protected]> User-Agent: Thunderbird 161.129.204.104 (Windows/20090302) MIME-Version: 1.0 To: JCS Users List <[email protected]> Subject: Re: jcs with memcached remote cache References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 18 Jun 2009 13:07:34.0526 (UTC) FILETIME=[BEF1B1E0:01C9F015] X-Virus-Checked: Checked by ClamAV on apache.org Very kewl. I made a (v1.3) proof of concept and attached it to jira issue. https://issues.apache.org/jira/browse/JCS-59 Aaron Smuts wrote: > If you were to dot his, you should make an auxiliary cache implementation. It should probably be classified as a lateral cache. I'd have to think about it some more. > > Give it a shot and see how it goes. It shouldn't be too much work to get a prototype up an running. > > Aaron > > > > ----- Original Message ---- > From: Robert Fuller [DERI] <[email protected]> > To: [email protected] > Sent: Wednesday, June 17, 2009 10:09:46 AM > Subject: jcs with memcached remote cache > > Hi, > > Has anyone thoughts on an implementation of remote cache using memcached? > > Having used jcs successfully on our project for several months I'm preparing for some re-architecture of one component (running on hadoop) which will use shared caching between systems. The preferred server is memcached (primarily for sysadmin reasons). > > My ideal configuration will be a local (size-limited) in-memory cache backed by a remote memcached. > > I am thinking of an ICache implementation which uses one of http://www.whalin.com/memcached/ or http://code.google.com/p/spymemcached/ > > I apologise in advance to anyone scandalised by this suggestion and I'm looking forward to your comments about how sensible or despicable it is. > > Kind regards, > Robert. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jun 18 17:19:56 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93624 invoked from network); 18 Jun 2009 17:19:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jun 2009 17:19:56 -0000 Received: (qmail 7099 invoked by uid 500); 18 Jun 2009 17:20:08 -0000 Delivered-To: [email protected] Received: (qmail 7071 invoked by uid 500); 18 Jun 2009 17:20:08 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 7061 invoked by uid 99); 18 Jun 2009 17:20:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2009 17:20:07 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO web38707.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 18 Jun 2009 17:19:58 +0000 Received: (qmail 26907 invoked by uid 60001); 18 Jun 2009 17:19:37 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1245345577; bh=8G0q3O25HX+eIR2/9Z8pDA2pE9syo6py/CKe2PFCmpg=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=bCnXEo9MotP8FwxcyjtrwMiuBGehBe1nwxt4Y5mkgsqmVv5z+w/ODW1aWQj8cjZx6i/nTFFisQHwxfnSXv2aHTS/dyZCiVJ2W/EzXETXmkbpsJysivdSQmfheGwzWX0jRGM5SHk9JPdmUFwKReTnS4/EZ9z4RVoDOrWhfDfzUoE= DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=AmtqrGX3gcxorUsoF0ltxacOvxunDaRFOpGKeJGQy7FqjwYUL5tGt7USp3XbUcgJUXxQvGEM9YhahrFfNKy7suJ1E22+5lMiVOCjtkBIcqOst4b625N/KgLLrJkRW3GBtFN7vlAJz03VUybN+OcslSuUwfnuG7ElxN9ZM55MlaA=; Message-ID: <[email protected]> X-YMail-OSG: fYeK8M8VM1k4TAVAiRQXSO6Oc8aP7fefN1qejTXLUnhHjqqlTdatTH6Gd2yu0Fdp9KjVngJDTqHX5c3lHGQe5S4k.iqMFYtOny2Pt5D0fApGJxaN0Lqj3nWrVDwalYaLEkZy7wym.LvQyqlG4IezzwsxUA4IDUyYdl9GDkKuVbx4wrX9oHYs.zQjhZr4_NTqSPfBsTTjj3vN.rEWY6kVjUQalnVH.uTPjtSmqBvK59Lkfbs9WNdiaF4IkwrCDPMJFudfAfUgBxdjtwuza7ntVporA3SIoqccMeqj5v6SnzGege2wBhT1uz0HtaiVK.ljcqTnzvWyK081alC3Dw-- Received: from [161.129.204.104] by web38707.mail.mud.yahoo.com via HTTP; Thu, 18 Jun 2009 10:19:37 PDT X-Mailer: YahooMailClassic/5.4.17 YahooMailWebService/0.7.289.15 Date: Thu, 18 Jun 2009 10:19:37 -0700 (PDT) From: Aaron Smuts <[email protected]> Subject: Re: Indexed Disk Cache safe copying of files To: JCS Users List <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Accidentally sent the last message to the wrong list. =0A=0AI just checked = in a rough file disk cache loosely based on JCS-58. =0A=0AAaron=0A=0A--- O= n Wed, 6/17/09, Tore Halset <[email protected]> wrote:=0A=0A> From: Tore H= alset <[email protected]>=0A> Subject: Re: Indexed Disk Cache safe copying= of files=0A> To: "JCS Users List" <[email protected]>=0A> Date:= Wednesday, June 17, 2009, 1:35 PM=0A> Hello.=0A> =0A> I do this in my jcs = cache. The items in the cache is 0-30MB=0A> each. The total volume is ~20GB= . Instead of the standard=0A> indexed disc cache, I use a file based cache.= The key is=0A> converted to a filename and each item is stored as a=0A> se= parate file. Several jvms can share the same cache and the=0A> cache can be= rsynced between nodes while running the=0A> application.=0A> =0A> This set= up might be slow for caches with lots of small=0A> objects, but it works ve= ry well with my setup.=0A> =0A> The source code is attached to this issue:= =0A> https://issues.apache.org/jira/browse/JCS-58=0A> =0A> To be able to ho= ld as many objects as possible in ram=0A> without getting OutOfMemoryExcept= ion, I use this cache with=0A> a soft reference cache.=0A> https://issues.a= pache.org/jira/browse/JCS-54=0A> =0A> Regards,=0A> - Tore.=0A> =0A> On Jun= 17, 2009, at 10:23, Silvano wrote:=0A> =0A> > Since we have a large cache = that needs significant=0A> time to be populated, we need to be able to copy= the files=0A> of the regions configured as Indexed Disk Cache between=0A> = different installations.=0A> > We believe this can be done safely if we tur= n off the=0A> jvm, but we would need to copy safely the files while the=0A>= jvm is running. However it seems that the key files are=0A> written only w= hen you turn off the jvm (at least the size=0A> changes when we turn off th= e jvm, so we suspect that they=0A> are not synchronized to disk in normal o= perations).=0A> > =0A> > We can make sure at application level that nobody= =0A> writes in the cache during the file copy process, but is=0A> this suff= icient?=0A> > =0A> > Can anybody recommend a solution to this issue?=0A> > = =0A> > Best regards,=0A> >=A0=A0=A0Silvano.=0A> > =0A> >=0A> --------------= -------------------------------------------------------=0A> > To unsubscrib= e, e-mail: [email protected]=0A> > For additional co= mmands, e-mail: [email protected]=0A> > =0A> > =0A> =0A> = =0A> ---------------------------------------------------------------------= =0A> To unsubscribe, e-mail: [email protected]=0A> F= or additional commands, e-mail: [email protected]=0A> =0A> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Jun 18 17:56:25 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19810 invoked from network); 18 Jun 2009 17:56:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Jun 2009 17:56:23 -0000 Received: (qmail 91926 invoked by uid 500); 18 Jun 2009 17:56:34 -0000 Delivered-To: [email protected] Received: (qmail 91884 invoked by uid 500); 18 Jun 2009 17:56:34 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 91873 invoked by uid 99); 18 Jun 2009 17:56:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2009 17:56:34 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO web38707.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 18 Jun 2009 17:56:24 +0000 Received: (qmail 56089 invoked by uid 60001); 18 Jun 2009 17:56:03 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1245347763; bh=LgJ5udHPjR0aUHvkOgdcF8dnsge6BwgmKxeyneTjqp8=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=KyIB58VtZeNR3j2p9KYHu8sORh0HD/X62G0XD/Um15bVWfMfc6hPC/3xheq4kxBZT7A5O55h7ddqTIq6h4g+YXADxyMIHIxEOOlLpggbz/uWj3tgBlP2NZKJcXYiJp5+ES9m4iDq+988/9AA8sKs0f8FV69S8llFejDeOzvv2O4= DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=pL8WYCQQ7B9RfeQyQl+KshAE2PIPrUjwcntImxMeJ1JmsKtg6eukEmopvj2/3Fj/NHWWeAFggwqhF3CQ1DUiG+zdEXv49TnoA+784dqLSGVleFd9bsIJ80nBbTvhfzUE11e33TOH4SgwpEz5s7Ui/lnKIxWCYRx7VCc037dGZd8=; Message-ID: <[email protected]> X-YMail-OSG: gQMnNeoVM1kqARrntbs5J3it27JOzW2IQtsf_OzXF0W79S1v8u4L9r_W1vs91kIINVA9LUlCJYWM7u_xj.Vm0ehrCHHUB29aKrIML7mwYnfEoc.UHynZc_Jnq.UTrpVH1MNJOrw8gSKxvPKaFwtqYOc.jGEs6siJU0MtDofOdv9LcwZX8XUY1Y_fENtb3MD.ggVFxOi2Z9JFXwcWD_4QU57hVvQXR5S1mfbnbIAC2RNbPaocEJdAVE3.B6NRPgY_pzBdv55arJ6tHUtIxdea0c6ytyP9TduxYeuKIksL1MZODCn64tLRwXqr7ZTv9Hfrm261yfpXJsRqyGIPd77lyTk- Received: from [161.129.204.104] by web38707.mail.mud.yahoo.com via HTTP; Thu, 18 Jun 2009 10:56:03 PDT X-Mailer: YahooMailClassic/5.4.17 YahooMailWebService/0.7.289.15 Date: Thu, 18 Jun 2009 10:56:03 -0700 (PDT) From: Aaron Smuts <[email protected]> Subject: Re: Indexed Disk Cache safe copying of files To: JCS Users List <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org You might be better off using a remote cache, perhaps backed by MySQL. =0A= =0AAs for the snapshot, there are a few ways it can be done. I'd have to h= ave to lock the disk for long. The best way might be to take a copy of the= items. Then get each and write it to a new data file, one at a time. Thi= s would be more intensive than simply locking the datafile, copying it, and= dumping the keys. But the more intensive process requires little locking.= =0A=0AAaron=0A=0A--- On Thu, 6/18/09, Silvano <[email protected]> wrote:=0A=0A= > From: Silvano <[email protected]>=0A> Subject: Re: Indexed Disk Cache safe c= opying of files=0A> To: "JCS Users List" <[email protected]>=0A>= Date: Thursday, June 18, 2009, 12:24 AM=0A> Hi Aron, Thanks a lot for the= =0A> interest shown in supporting the issue.=0A> =0A> This approach seems t= o be the most applicable to our case.=0A> If you think you can work on it, = please let we know and we=0A> can cooperate and help with testing or suppor= ting=0A> implementation or whatever needed.=0A> =0A> - createSnapshot would= be first thing we need, at first=0A> glance having some 'location' argumen= t to control directory=0A> where to write the consistent copy=0A> =0A> - lo= adFromSnapshot might be a plus - however if a=0A> consistent snapshot for a= region can be moved at ease using=0A> Unix commands, a restore from a snap= shot could be done by=0A> moving phisically the files to the desired locati= on.=0A> =0A> - timer ... again, this might be handled at the client, but=0A= > of course would be a plus to configure as a timer=0A> We might need to ha= ve control over backing up different=0A> regions either individually, or se= veral together e.g. in a=0A> short sequence so the backup is of diffferent = regions is=0A> roughly at the same time). We say 'roughly'=0A> since the ca= che does not vary very often and/ or we could=0A> limit writes to the cache= at the application level for some=0A> time if needed to help consistency o= f the snapshot.=0A> =0A> Robustness of the snapshot creation would be the m= ost=0A> important requirement.=0A> in general, we should consider that the = files can be large=0A> enough (we have so far 1.5 GB of cached data - reaso= n for=0A> caching a lot is that the backend is a CMS - rather slow to=0A> g= enerate web pages).=0A> =0A> Silvano.=0A> =0A> =0A> Aaron Smuts wrote:=0A> = > The keys are not written until shutdown.=A0 I could=0A> create a method t= hat could write them to disk and make a=0A> copy of the datafile.=A0 It cou= ld be called=0A> "createSnapShot"=A0 You could call it=0A> programatically.= =A0 There are details to think=0A> through.=A0 Should we try to load from a= snapshot on=0A> startup?=A0 How many snapshots should we store?=A0=0A> Cou= ld we create these via a timer?=A0 I guess this could=0A> all be configurab= le.=0A> > =0A> > Aaron=0A> > =0A> > =0A> > =0A> > ----- Original Message --= --=0A> > From: Silvano <[email protected]>=0A> > To: [email protected].= org=0A> > Sent: Wednesday, June 17, 2009 4:23:52 AM=0A> > Subject: Indexed = Disk Cache safe copying of files=0A> > =0A> > Since we have a large cache t= hat needs significant=0A> time to be populated, we need to be able to copy = the files=0A> of the regions configured as Indexed Disk Cache between=0A> d= ifferent installations.=0A> > We believe this can be done safely if we turn= off the=0A> jvm, but we would need to copy safely the files while the=0A> = jvm is running. However it seems that the key files are=0A> written only wh= en you turn off the jvm (at least the size=0A> changes when we turn off the= jvm, so we suspect that they=0A> are not synchronized to disk in normal op= erations).=0A> > =0A> > We can make sure at application level that nobody= =0A> writes in the cache during the file copy process, but is=0A> this suff= icient?=0A> > =0A> > Can anybody recommend a solution to this issue?=0A> > = =0A> > Best regards,=0A> >=A0 =A0 Silvano.=0A> > =0A> >=0A> ---------------= ------------------------------------------------------=0A> > To unsubscribe= , e-mail: [email protected]=0A> > For additional com= mands, e-mail: [email protected]=0A> > =0A> >=0A> ---------= ------------------------------------------------------------=0A> > To unsub= scribe, e-mail: [email protected]=0A> > For addition= al commands, e-mail: [email protected]=0A> > =0A> > =0A> > = =0A> >=A0=A0=A0=0A> =0A> =0A> ---------------------------------------------= ------------------------=0A> To unsubscribe, e-mail: jcs-users-unsubscribe@= jakarta.apache.org=0A> For additional commands, e-mail: jcs-users-help@jaka= rta.apache.org=0A> =0A> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jun 19 14:10:22 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15715 invoked from network); 19 Jun 2009 14:10:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Jun 2009 14:10:22 -0000 Received: (qmail 24716 invoked by uid 500); 19 Jun 2009 14:10:33 -0000 Delivered-To: [email protected] Received: (qmail 24674 invoked by uid 500); 19 Jun 2009 14:10:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jcs-users.jakarta.apache.org> Reply-To: "JCS Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 24664 invoked by uid 99); 19 Jun 2009 14:10:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jun 2009 14:10:33 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp-out114.alice.it) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jun 2009 14:10:23 +0000 Received: from FBCMMO01.fbc.local ([161.129.204.104]) by smtp-out114.alice.it with Microsoft SMTPSVC(649)356-8795); Fri, 19 Jun 2009 16:10:00 +0200 Received: from FBCMCL01B08.fbc.local ([161.129.204.104]) by FBCMMO01.fbc.local with Microsoft SMTPSVC(649)356-8795); Fri, 19 Jun 2009 16:09:58 +0200 Received: from [161.129.204.104] ([161.129.204.104]) by FBCMCL01B08.fbc.local with Microsoft SMTPSVC(649)356-8795); Fri, 19 Jun 2009 16:09:57 +0200 Message-ID: <[email protected]> Date: Fri, 19 Jun 2009 16:09:55 +0200 From: Silvano <[email protected]> Organization: Interplay User-Agent: Thunderbird 161.129.204.104 (X11/20090318) MIME-Version: 1.0 To: JCS Users List <[email protected]> Subject: Re: Indexed Disk Cache safe copying of files References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 19 Jun 2009 14:09:57.0905 (UTC) FILETIME=[A095C010:01C9F0E7] X-Virus-Checked: Checked by ClamAV on apache.org Hi Aaron, locking (at least, locking for writing) should be acceptable in our scenario. If a put finds the cache locked for writing, it can fail without creating much harm to the application. We probably could satisfy our needs this way, just flushing the keys to the disk when we want to perform the backup (and maybe, defragmenting ? is this needed for restoring purpose ?) Do you see any other issue with this approach ? Best regards, Silvano. Aaron Smuts wrote: > You might be better off using a remote cache, perhaps backed by MySQL. > > As for the snapshot, there are a few ways it can be done. I'd have to have to lock the disk for long. The best way might be to take a copy of the items. Then get each and write it to a new data file, one at a time. This would be more intensive than simply locking the datafile, copying it, and dumping the keys. But the more intensive process requires little locking. > > Aaron > > --- On Thu, 6/18/09, Silvano <[email protected]> wrote: > > >> From: Silvano <[email protected]> >> Subject: Re: Indexed Disk Cache safe copying of files >> To: "JCS Users List" <[email protected]> >> Date: Thursday, June 18, 2009, 12:24 AM >> Hi Aron, Thanks a lot for the >> interest shown in supporting the issue. >> >> This approach seems to be the most applicable to our case. >> If you think you can work on it, please let we know and we >> can cooperate and help with testing or supporting >> implementation or whatever needed. >> >> - createSnapshot would be first thing we need, at first >> glance having some 'location' argument to control directory >> where to write the consistent copy >> >> - loadFromSnapshot might be a plus - however if a >> consistent snapshot for a region can be moved at ease using >> Unix commands, a restore from a snapshot could be done by >> moving phisically the files to the desired location. >> >> - timer ... again, this might be handled at the client, but >> of course would be a plus to configure as a timer >> We might need to have control over backing up different >> regions either individually, or several together e.g. in a >> short sequence so the backup is of diffferent regions is >> roughly at the same time). We say 'roughly' >> since the cache does not vary very often and/ or we could >> limit writes to the cache at the application level for some >> time if needed to help consistency of the snapshot. >> >> Robustness of the snapshot creation would be the most >> important requirement. >> in general, we should consider that the files can be large >> enough (we have so far 1.5 GB of cached data - reason for >> caching a lot is that the backend is a CMS - rather slow to >> generate web pages). >> >> Silvano. >> >> >> Aaron Smuts wrote: >> >>> The keys are not written until shutdown. I could >>> >> create a method that could write them to disk and make a >> copy of the datafile. It could be called >> "createSnapShot" You could call it >> programatically. There are details to think >> through. Should we try to load from a snapshot on >> startup? How many snapshots should we store? >> Could we create these via a timer? I guess this could >> all be configurable. >> >>> Aaron >>> >>> >>> >>> ----- Original Message ---- >>> From: Silvano <[email protected]> >>> To: [email protected] >>> Sent: Wednesday, June 17, 2009 4:23:52 AM >>> Subject: Indexed Disk Cache safe copying of files >>> >>> Since we have a large cache that needs significant >>> >> time to be populated, we need to be able to copy the files >> of the regions configured as Indexed Disk Cache between >> different installations. >> >>> We believe this can be done safely if we turn off the >>> >> jvm, but we would need to copy safely the files while the >> jvm is running. However it seems that the key files are >> written only when you turn off the jvm (at least the size >> changes when we turn off the jvm, so we suspect that they >> are not synchronized to disk in normal operations). >> >>> We can make sure at application level that nobody >>> >> writes in the cache during the file copy process, but is >> this sufficient? >> >>> Can anybody recommend a solution to this issue? >>> >>> Best regards, >>> Silvano. >>> >>> >>> >> --------------------------------------------------------------------- >> >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >>> >> --------------------------------------------------------------------- >> >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >>> >>> >>> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Tue Feb 02 04:15:35 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57166 invoked from network); 2 Feb 2010 04:15:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Feb 2010 04:15:34 -0000 Received: (qmail 10424 invoked by uid 500); 2 Feb 2010 04:15:34 -0000 Delivered-To: [email protected] Received: (qmail 10363 invoked by uid 500); 2 Feb 2010 04:15:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 10353 invoked by uid 99); 2 Feb 2010 04:15:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 04:15:33 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-iw0-f204.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 04:15:25 +0000 Received: by iwn42 with SMTP id 42so5678711iwn.9 for <[email protected]>; Mon, 01 Feb 2010 20:15:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=tmDJmALp3YdcJhIdwEwwkUIjtI8LFWujXFPlUKnxx1I=; b=S0Q3u3kmee3jGAl8tIWGIHf9j9zwPPDcajbJLjfJlrhMi4AxvVMDDVGk1AYiSUWxR/ kBppJwXmHBljFQfvCUZEyV+SQ4BFtFM/fDdfGgUfSNNG2CGRSqvOw0eYDE/k7Fl1gLJ5 XDgrk1hGw8eaXvZ/4i23kFZbtQ2SyyxDFdWU8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:from:date:x-google-sender-auth :message-id:subject:to:content-type; b=dGIayAYVpQqsed3wpzDunsW+lwW8RwgzwSzWvysIQCQhvSc0k8GMjRYWf6B5R8nsQk Ee0jvHrjmHkDnTbl72BzZA1pcGhu9/5RPmPJWW6LNP58PTmLUEH3899nD5ilu4S3FUJm cFe2h/2x2qqJP5ApYFYe1cO4uQuKqM5SZd8/0= MIME-Version: 1.0 Sender: [email protected] Reply-To: [email protected] Received: by 161.129.204.104 with SMTP id r12mr188880iby.31.1265084104121; Mon, 01 Feb 2010 20:15:04 -0800 (PST) From: Antoine Toulme <[email protected]> Date: Mon, 1 Feb 2010 20:14:43 -0800 X-Google-Sender-Auth: e591d2721be811a3 Message-ID: <[email protected]> Subject: Resolving To: [email protected] Content-Type: multipart/alternative; boundary=0050450159f4a31ceb047e965851 X-Virus-Checked: Checked by ClamAV on apache.org --0050450159f4a31ceb047e965851 Content-Type: text/plain; charset=ISO-8859-1 Hi guys, I have given a bit of thought on the best way to do transitive dependencies. Actually, I wrote a Buildr plugin named buildr4osgi that resolves transitive dependencies for OSGi projects. I learnt a few lessons while playing with concepts and implementing it: 1. Resolving is a step in your build. You want your build to be reproducible. So one improvement with Maven is that your Buildr build should be always reproducible. You resolve once, and then always refer to the same artifacts. 2. There should be a file with your dependencies The dependencies should be resolved in a file next to your Buildfile. For Buildr4OSGi, we used a dependencies.yml with this format: project.id dependencies: ... projects: ... 3. Projects may be dependencies too It's not because you use transitive dependencies that you cannot use the project next to you. You should give priority to projects sitting next to yours over dependencies while resolving. 4. Your dependencies should be available through a method, not implied. Never imply you are going to use the dependencies by default. You may also want to add additional dependencies. In Buildr4OSGi, we used the "dependencies" method, it gave something like this: compile.with dependencies, AXIS2, COMMONS It felt natural and was easier to debug. I would be ready to look into ivy4r and reuse it, or backport pieces of Buildr4OSGi into Buildr into something rock solid. What do you think ? Thanks, Antoine --0050450159f4a31ceb047e965851-- From [email protected] Tue Feb 02 16:06:09 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5869 invoked from network); 2 Feb 2010 16:06:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Feb 2010 16:06:09 -0000 Received: (qmail 67339 invoked by uid 500); 2 Feb 2010 16:06:09 -0000 Delivered-To: [email protected] Received: (qmail 67249 invoked by uid 500); 2 Feb 2010 16:06:09 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 67230 invoked by uid 99); 2 Feb 2010 16:06:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 16:06:08 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ew0-f228.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 16:06:00 +0000 Received: by ewy28 with SMTP id 28so42089ewy.28 for <[email protected]>; Tue, 02 Feb 2010 08:05:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=tsbYI4ZSM3dC9kWAm49AXJ2/HMFQTpD1N3+9vP5FPOw=; b=ncGwoZXZTEdpnlyIv4zw+TI3AgL8ZXt8r8S5CjlxBbaIuYDtM4LTmS/IrGdtuwfxlh Et4UXyrUpjC2jzZGO5bdQZL/2YOJpLBkxiMtFuC2I5IIBfdBtKSmixrUMxq16ZhMJLOZ zuKqZ/WbVnNlGR2doVfZuEcF/ebNnIZkq+dDk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=DfNG/mG3gpl2+Hz+hUc+xER2xszAcseedmh/QYyX03OAaLixv8vdR/v4QYzp76lXgE BDl/G9KD9PRDYWt88KTnRlCyTDkqneuCnMIuM/J/SOzel4fXmYUDChKubIOFveeB54X2 wv9LGcI7z2eU+zCyNiS2+hecU+lCAHLyAPW7I= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id t46mr3833371wee.114.1265126739579; Tue, 02 Feb 2010 08:05:39 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 2 Feb 2010 08:05:39 -0800 Message-ID: <[email protected]> Subject: Re: Resolving From: Alex Boisvert <[email protected]> To: [email protected], [email protected] Cc: [email protected] Content-Type: multipart/alternative; boundary=0016e6d645a8e894ae047ea0455b X-Virus-Checked: Checked by ClamAV on apache.org --0016e6d645a8e894ae047ea0455b Content-Type: text/plain; charset=ISO-8859-1 On Mon, Feb 1, 2010 at 8:14 PM, Antoine Toulme <[email protected]> wrote: > I have given a bit of thought on the best way to do transitive > dependencies. > > Actually, I wrote a Buildr plugin named buildr4osgi that resolves > transitive > dependencies for OSGi projects. > > I learnt a few lessons while playing with concepts and implementing it: > > 1. Resolving is a step in your build. > You want your build to be reproducible. > So one improvement with Maven is that your Buildr build should be always > reproducible. You resolve once, and then always refer to the same > artifacts. > Yes, said differently I want to manage my dependencies explicitly -- not have some sort of randomized process for resolving dependencies every time the build is run. > 2. There should be a file with your dependencies > The dependencies should be resolved in a file next to your Buildfile. > For Buildr4OSGi, we used a dependencies.yml with this format: > > project.id > dependencies: > ... > projects: > ... > Agreed. Resolved dependencies should be persisted. 3. Projects may be dependencies too > It's not because you use transitive dependencies that you cannot use the > project next to you. You should give priority to projects sitting next to > yours over dependencies while resolving. > Yes, although I'm not sure what you mean by priority. When reusing a project, I don't mind defaulting to its project's dependencies but I may still want to override some. I think priority goes to locally defined dependencies. 4. Your dependencies should be available through a method, not implied. > Never imply you are going to use the dependencies by default. You may also > want to add additional dependencies. > In Buildr4OSGi, we used the "dependencies" method, it gave something like > this: > > compile.with dependencies, AXIS2, COMMONS > I see this more as a preference than a requirement. Personally, I would prefer to have nothing rather than a line that says only "compile.with dependencies". I would be ready to look into ivy4r and reuse it, or backport pieces of > Buildr4OSGi into Buildr into something rock solid. > Start hacking away! I'm currently looking into the bowels of Ivy to see how we could reuse it for an interactive dependency management shell; stemming from requirement #1 Ivy would only be used to resolve dependencies at build-definition time and not (typically) used during build-time. alex --0016e6d645a8e894ae047ea0455b-- From [email protected] Tue Feb 02 16:06:09 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5874 invoked from network); 2 Feb 2010 16:06:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Feb 2010 16:06:09 -0000 Received: (qmail 67326 invoked by uid 500); 2 Feb 2010 16:06:09 -0000 Delivered-To: [email protected] Received: (qmail 67247 invoked by uid 500); 2 Feb 2010 16:06:09 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 67225 invoked by uid 99); 2 Feb 2010 16:06:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 16:06:08 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-fx0-f209.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 16:06:00 +0000 Received: by fxm1 with SMTP id 1so216943fxm.24 for <[email protected]>; Tue, 02 Feb 2010 08:05:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=tsbYI4ZSM3dC9kWAm49AXJ2/HMFQTpD1N3+9vP5FPOw=; b=ncGwoZXZTEdpnlyIv4zw+TI3AgL8ZXt8r8S5CjlxBbaIuYDtM4LTmS/IrGdtuwfxlh Et4UXyrUpjC2jzZGO5bdQZL/2YOJpLBkxiMtFuC2I5IIBfdBtKSmixrUMxq16ZhMJLOZ zuKqZ/WbVnNlGR2doVfZuEcF/ebNnIZkq+dDk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=DfNG/mG3gpl2+Hz+hUc+xER2xszAcseedmh/QYyX03OAaLixv8vdR/v4QYzp76lXgE BDl/G9KD9PRDYWt88KTnRlCyTDkqneuCnMIuM/J/SOzel4fXmYUDChKubIOFveeB54X2 wv9LGcI7z2eU+zCyNiS2+hecU+lCAHLyAPW7I= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id t46mr3833371wee.114.1265126739579; Tue, 02 Feb 2010 08:05:39 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 2 Feb 2010 08:05:39 -0800 Message-ID: <[email protected]> Subject: Re: Resolving From: Alex Boisvert <[email protected]> To: [email protected], [email protected] Cc: [email protected] Content-Type: multipart/alternative; boundary=0016e6d645a8e894ae047ea0455b X-Virus-Checked: Checked by ClamAV on apache.org --0016e6d645a8e894ae047ea0455b Content-Type: text/plain; charset=ISO-8859-1 On Mon, Feb 1, 2010 at 8:14 PM, Antoine Toulme <[email protected]> wrote: > I have given a bit of thought on the best way to do transitive > dependencies. > > Actually, I wrote a Buildr plugin named buildr4osgi that resolves > transitive > dependencies for OSGi projects. > > I learnt a few lessons while playing with concepts and implementing it: > > 1. Resolving is a step in your build. > You want your build to be reproducible. > So one improvement with Maven is that your Buildr build should be always > reproducible. You resolve once, and then always refer to the same > artifacts. > Yes, said differently I want to manage my dependencies explicitly -- not have some sort of randomized process for resolving dependencies every time the build is run. > 2. There should be a file with your dependencies > The dependencies should be resolved in a file next to your Buildfile. > For Buildr4OSGi, we used a dependencies.yml with this format: > > project.id > dependencies: > ... > projects: > ... > Agreed. Resolved dependencies should be persisted. 3. Projects may be dependencies too > It's not because you use transitive dependencies that you cannot use the > project next to you. You should give priority to projects sitting next to > yours over dependencies while resolving. > Yes, although I'm not sure what you mean by priority. When reusing a project, I don't mind defaulting to its project's dependencies but I may still want to override some. I think priority goes to locally defined dependencies. 4. Your dependencies should be available through a method, not implied. > Never imply you are going to use the dependencies by default. You may also > want to add additional dependencies. > In Buildr4OSGi, we used the "dependencies" method, it gave something like > this: > > compile.with dependencies, AXIS2, COMMONS > I see this more as a preference than a requirement. Personally, I would prefer to have nothing rather than a line that says only "compile.with dependencies". I would be ready to look into ivy4r and reuse it, or backport pieces of > Buildr4OSGi into Buildr into something rock solid. > Start hacking away! I'm currently looking into the bowels of Ivy to see how we could reuse it for an interactive dependency management shell; stemming from requirement #1 Ivy would only be used to resolve dependencies at build-definition time and not (typically) used during build-time. alex --0016e6d645a8e894ae047ea0455b-- From [email protected] Tue Feb 02 16:15:50 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9648 invoked from network); 2 Feb 2010 16:15:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Feb 2010 16:15:49 -0000 Received: (qmail 88944 invoked by uid 500); 2 Feb 2010 16:15:49 -0000 Delivered-To: [email protected] Received: (qmail 88878 invoked by uid 500); 2 Feb 2010 16:15:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 88858 invoked by uid 99); 2 Feb 2010 16:15:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 16:15:48 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-iw0-f176.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 16:15:42 +0000 Received: by iwn6 with SMTP id 6so234833iwn.15 for <[email protected]>; Tue, 02 Feb 2010 08:15:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:cc:content-type; bh=yUAZtjk8W4UbsdA2t+fLM7RvCM4EhLGfqhWJEEEx6Uc=; b=dk9p127k+AOoqETR3Sn+5r1TAo01pnKjxowrWWiIfja7Esha8/htiO6eZYEvzrZ/+A 6N7d/uY+kwmQrGoKu3oS4Zr1OuClMwwftDs0mVUatu1VeXpg7lYuvv/JFjTLPc33+O/D 4uhZQxO8/aqoGZigQ4JqsstGLdHcBWwFPODqU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=OqtfsxGyHsbwItX79gF3Cu270DM0/1oIK8bcW2eYbUokhKO3vboZ7m1aog/5VwC9Cj Zy1MN++aQjANOd7dC/4N64RgjDM5KuijigS2eHXafN+Rse/h7WpJV6upYynbfEf7AHGj v+OWqC+HO9FyrASWUKX9KN8YSP3mCZrMkr+QE= MIME-Version: 1.0 Sender: [email protected] Reply-To: [email protected] Received: by 161.129.204.104 with SMTP id m11mr2988788ibv.68.1265127321192; Tue, 02 Feb 2010 08:15:21 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> From: Antoine Toulme <[email protected]> Date: Tue, 2 Feb 2010 08:15:01 -0800 X-Google-Sender-Auth: 220eb5dab925b664 Message-ID: <[email protected]> Subject: Re: Resolving To: Alex Boisvert <[email protected]> Cc: [email protected], [email protected] Content-Type: multipart/alternative; boundary=0016e6435444934ff6047ea06862 --0016e6435444934ff6047ea06862 Content-Type: text/plain; charset=ISO-8859-1 On Tue, Feb 2, 2010 at 08:05, Alex Boisvert <[email protected]> wrote: > On Mon, Feb 1, 2010 at 8:14 PM, Antoine Toulme <[email protected]>wrote: > >> I have given a bit of thought on the best way to do transitive >> dependencies. >> >> Actually, I wrote a Buildr plugin named buildr4osgi that resolves >> transitive >> dependencies for OSGi projects. >> >> I learnt a few lessons while playing with concepts and implementing it: >> >> 1. Resolving is a step in your build. >> You want your build to be reproducible. >> So one improvement with Maven is that your Buildr build should be always >> reproducible. You resolve once, and then always refer to the same >> artifacts. >> > > Yes, said differently I want to manage my dependencies explicitly -- not > have some sort of randomized process for resolving dependencies every time > the build is run. > > >> 2. There should be a file with your dependencies >> The dependencies should be resolved in a file next to your Buildfile. >> For Buildr4OSGi, we used a dependencies.yml with this format: >> >> project.id >> dependencies: >> ... >> projects: >> ... >> > > Agreed. Resolved dependencies should be persisted. > > 3. Projects may be dependencies too >> It's not because you use transitive dependencies that you cannot use the >> project next to you. You should give priority to projects sitting next to >> yours over dependencies while resolving. >> > > Yes, although I'm not sure what you mean by priority. When reusing a > project, I don't mind defaulting to its project's dependencies but I may > still want to override some. I think priority goes to locally defined > dependencies. > What happened while I was hacking is that I could refer to a dependency named core in the manifest, and the Eclipse instances I was browsing for those dependencies contained a core-161.129.204.1044.jar plugin that matched. However, next to my project, in the same buildfile, a project named core was also defined. The id of the project matches the dependency name, and will match the symbolic id when we package it as a OSGi bundle. By default, projects then have a higher priority than whatever else you can resolve. > > 4. Your dependencies should be available through a method, not implied. >> Never imply you are going to use the dependencies by default. You may also >> want to add additional dependencies. >> In Buildr4OSGi, we used the "dependencies" method, it gave something like >> this: >> >> compile.with dependencies, AXIS2, COMMONS >> > > I see this more as a preference than a requirement. Personally, I would > prefer to have nothing rather than a line that says only "compile.with > dependencies". > For OSGi it made sense to do that, because you had OSGi dependencies you could infer from the manifest, and jar dependencies that were to be packaged in the plugin. > > I would be ready to look into ivy4r and reuse it, or backport pieces of >> Buildr4OSGi into Buildr into something rock solid. >> > > Start hacking away! I'm currently looking into the bowels of Ivy to see > how we could reuse it for an interactive dependency management shell; > stemming from requirement #1 Ivy would only be used to resolve dependencies > at build-definition time and not (typically) used during build-time. > Ok good plan. I would like to start with the file definition. It needs to be very easy to apprehend. Here is the deal though: there may more than one way to resolve dependencies already. We can use more depths in the file: myproject: dependencies: osgi: foo bar maven: foobar projects: osgi: project2 maven: But that looks ridiculously complicated, for no good reasons. > > alex > --0016e6435444934ff6047ea06862-- From [email protected] Tue Feb 02 16:15:50 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9641 invoked from network); 2 Feb 2010 16:15:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Feb 2010 16:15:49 -0000 Received: (qmail 88976 invoked by uid 500); 2 Feb 2010 16:15:49 -0000 Delivered-To: [email protected] Received: (qmail 88880 invoked by uid 500); 2 Feb 2010 16:15:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 88859 invoked by uid 99); 2 Feb 2010 16:15:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 16:15:48 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-iw0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 16:15:42 +0000 Received: by iwn8 with SMTP id 8so235529iwn.13 for <[email protected]>; Tue, 02 Feb 2010 08:15:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:cc:content-type; bh=yUAZtjk8W4UbsdA2t+fLM7RvCM4EhLGfqhWJEEEx6Uc=; b=dk9p127k+AOoqETR3Sn+5r1TAo01pnKjxowrWWiIfja7Esha8/htiO6eZYEvzrZ/+A 6N7d/uY+kwmQrGoKu3oS4Zr1OuClMwwftDs0mVUatu1VeXpg7lYuvv/JFjTLPc33+O/D 4uhZQxO8/aqoGZigQ4JqsstGLdHcBWwFPODqU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=OqtfsxGyHsbwItX79gF3Cu270DM0/1oIK8bcW2eYbUokhKO3vboZ7m1aog/5VwC9Cj Zy1MN++aQjANOd7dC/4N64RgjDM5KuijigS2eHXafN+Rse/h7WpJV6upYynbfEf7AHGj v+OWqC+HO9FyrASWUKX9KN8YSP3mCZrMkr+QE= MIME-Version: 1.0 Sender: [email protected] Reply-To: [email protected] Received: by 161.129.204.104 with SMTP id m11mr2988788ibv.68.1265127321192; Tue, 02 Feb 2010 08:15:21 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> From: Antoine Toulme <[email protected]> Date: Tue, 2 Feb 2010 08:15:01 -0800 X-Google-Sender-Auth: 220eb5dab925b664 Message-ID: <[email protected]> Subject: Re: Resolving To: Alex Boisvert <[email protected]> Cc: [email protected], [email protected] Content-Type: multipart/alternative; boundary=0016e6435444934ff6047ea06862 --0016e6435444934ff6047ea06862 Content-Type: text/plain; charset=ISO-8859-1 On Tue, Feb 2, 2010 at 08:05, Alex Boisvert <[email protected]> wrote: > On Mon, Feb 1, 2010 at 8:14 PM, Antoine Toulme <[email protected]>wrote: > >> I have given a bit of thought on the best way to do transitive >> dependencies. >> >> Actually, I wrote a Buildr plugin named buildr4osgi that resolves >> transitive >> dependencies for OSGi projects. >> >> I learnt a few lessons while playing with concepts and implementing it: >> >> 1. Resolving is a step in your build. >> You want your build to be reproducible. >> So one improvement with Maven is that your Buildr build should be always >> reproducible. You resolve once, and then always refer to the same >> artifacts. >> > > Yes, said differently I want to manage my dependencies explicitly -- not > have some sort of randomized process for resolving dependencies every time > the build is run. > > >> 2. There should be a file with your dependencies >> The dependencies should be resolved in a file next to your Buildfile. >> For Buildr4OSGi, we used a dependencies.yml with this format: >> >> project.id >> dependencies: >> ... >> projects: >> ... >> > > Agreed. Resolved dependencies should be persisted. > > 3. Projects may be dependencies too >> It's not because you use transitive dependencies that you cannot use the >> project next to you. You should give priority to projects sitting next to >> yours over dependencies while resolving. >> > > Yes, although I'm not sure what you mean by priority. When reusing a > project, I don't mind defaulting to its project's dependencies but I may > still want to override some. I think priority goes to locally defined > dependencies. > What happened while I was hacking is that I could refer to a dependency named core in the manifest, and the Eclipse instances I was browsing for those dependencies contained a core-161.129.204.1044.jar plugin that matched. However, next to my project, in the same buildfile, a project named core was also defined. The id of the project matches the dependency name, and will match the symbolic id when we package it as a OSGi bundle. By default, projects then have a higher priority than whatever else you can resolve. > > 4. Your dependencies should be available through a method, not implied. >> Never imply you are going to use the dependencies by default. You may also >> want to add additional dependencies. >> In Buildr4OSGi, we used the "dependencies" method, it gave something like >> this: >> >> compile.with dependencies, AXIS2, COMMONS >> > > I see this more as a preference than a requirement. Personally, I would > prefer to have nothing rather than a line that says only "compile.with > dependencies". > For OSGi it made sense to do that, because you had OSGi dependencies you could infer from the manifest, and jar dependencies that were to be packaged in the plugin. > > I would be ready to look into ivy4r and reuse it, or backport pieces of >> Buildr4OSGi into Buildr into something rock solid. >> > > Start hacking away! I'm currently looking into the bowels of Ivy to see > how we could reuse it for an interactive dependency management shell; > stemming from requirement #1 Ivy would only be used to resolve dependencies > at build-definition time and not (typically) used during build-time. > Ok good plan. I would like to start with the file definition. It needs to be very easy to apprehend. Here is the deal though: there may more than one way to resolve dependencies already. We can use more depths in the file: myproject: dependencies: osgi: foo bar maven: foobar projects: osgi: project2 maven: But that looks ridiculously complicated, for no good reasons. > > alex > --0016e6435444934ff6047ea06862-- From [email protected] Wed Feb 10 11:18:03 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24808 invoked from network); 10 Feb 2010 11:18:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Feb 2010 11:18:03 -0000 Received: (qmail 88867 invoked by uid 500); 10 Feb 2010 11:18:03 -0000 Delivered-To: [email protected] Received: (qmail 88819 invoked by uid 500); 10 Feb 2010 11:18:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 88717 invoked by uid 99); 10 Feb 2010 11:18:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2010 11:18:03 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO relay.mx.luciad.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2010 11:17:53 +0000 Received: from [161.129.204.104] (unknown [161.129.204.104]) by relay.mx.luciad.com (Postfix) with ESMTPSA id 474B22EE003B for <[email protected]>; Wed, 10 Feb 2010 12:17:32 +0100 (CET) Message-ID: <[email protected]> Date: Wed, 10 Feb 2010 12:17:31 +0100 From: Pepijn Van Eeckhoudt <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:161.129.204.104) Gecko/20100111 Lightning/1.0b2pre Thunderbird/3.0.1 MIME-Version: 1.0 To: [email protected] Subject: PackageGemTask methods not called Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, I'm trying to package a buildr extension as a gem so I can distribute it more easily. It seems the PackageGemTask#install method is never called though. I'm kind of new to Ruby so I'm not 100% sure what's going on, but I think line 173 in buildr/packaging/package.rb ('package.extend ActsAsArtifact') is to blame. By extending the package object with ActsAsArtifact, the install, uninstall and upload methods get overridden and so the Gem specific variants are never invoked. I would like to patch this, but I'm not sure what would be the best way would be to resolve this? Is there some Ruby idiom that would allow this? Regards, Pepijn Van Eeckhoudt -- Pepijn Van Eeckhoudt - Project Leader T 573-318-4995 F 573-318-4995 | [email protected] LUCIAD - high performance visualization Wetenschapspark Arenberg | Gaston Geenslaan 9 3001 Leuven | Belgium | www.luciad.com From [email protected] Wed Feb 10 16:18:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 52344 invoked from network); 10 Feb 2010 16:18:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Feb 2010 16:18:56 -0000 Received: (qmail 75314 invoked by uid 500); 10 Feb 2010 16:18:56 -0000 Delivered-To: [email protected] Received: (qmail 75269 invoked by uid 500); 10 Feb 2010 16:18:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 77937 invoked by uid 99); 10 Feb 2010 09:54:54 -0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Message-ID: <[email protected]> Date: Wed, 10 Feb 2010 10:54:26 +0100 From: Pepijn Van Eeckhoudt <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:161.129.204.104) Gecko/20100111 Lightning/1.0b2pre Thunderbird/3.0.1 MIME-Version: 1.0 To: [email protected] Subject: PackageGemTask methods not called Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I'm trying to package a buildr extension as a gem so I can distribute it more easily. It seems the PackageGemTask#install method is never called though. I'm kind of new to Ruby so I'm not 100% sure what's going on, but I think line 173 in buildr/packaging/package.rb ('package.extend ActsAsArtifact') is to blame. By extending the package object with ActsAsArtifact, the install, uninstall and upload methods get overridden and so the Gem specific variants are never invoked. I would like to patch this, but I'm not sure what would be the best way would be to resolve this? Is there some Ruby idiom that would allow this? Regards, Pepijn Van Eeckhoudt From [email protected] Wed Feb 10 17:16:43 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72180 invoked from network); 10 Feb 2010 17:16:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Feb 2010 17:16:43 -0000 Received: (qmail 70668 invoked by uid 500); 10 Feb 2010 17:16:43 -0000 Delivered-To: [email protected] Received: (qmail 70607 invoked by uid 500); 10 Feb 2010 17:16:42 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 70597 invoked by uid 99); 10 Feb 2010 17:16:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2010 17:16:42 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-iw0-f188.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2010 17:16:34 +0000 Received: by iwn26 with SMTP id 26so260514iwn.0 for <[email protected]>; Wed, 10 Feb 2010 09:16:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=2imO42hRNHbnT/Q2w1b4fWEBjV9YtQgSRILIRO6/h30=; b=A09ygsi0hw4IWG9pD8GlVb0Ns4jh9gORrmtXdoXMnNfys47SYQymMtofDcyZNbOP2M YMFAx95/QwNel3sjcC5O35629ECL0onUvAutbjX8SmukJg/Un6yGJpMBO3Ft9LN2bfA2 +PvQ2ubZAG3gz/ZO2rqzuTMofMAF1r+UgD75g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; b=WTz1fgnkuOE3pwHQ8IioSHKBzGA4lbC75Zp1xDJHcdbuZ+avuJe9MYw6f/jUQME3SV YzsJvZM5dJ9t3DjDxzGbsj90ij8XC6qPjWfSr7BxQeH4iPJAchQbwLy4JwyuDDF85DL8 GYmrJH1iPKzKnIDyEgspwFRPUWOrFZlUxqDSI= MIME-Version: 1.0 Sender: [email protected] Reply-To: [email protected] Received: by 161.129.204.104 with SMTP id d20mr975762ibv.3.1265822173477; Wed, 10 Feb 2010 09:16:13 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> From: Antoine Toulme <[email protected]> Date: Wed, 10 Feb 2010 09:15:53 -0800 X-Google-Sender-Auth: 8cb14be17f3c49bb Message-ID: <[email protected]> Subject: Re: PackageGemTask methods not called To: [email protected] Content-Type: multipart/alternative; boundary=001485ec0f3400021f047f4231c3 X-Virus-Checked: Checked by ClamAV on apache.org --001485ec0f3400021f047f4231c3 Content-Type: text/plain; charset=ISO-8859-1 Hi Pepjin, to package a buildr extension you typically don't need to use Buildr itself. You can create a .gemspec file, then do: gem build gem.gemspec gem push gem-1.0.gem I might be missing something, but really the line you point at is not related to gem building and is very important in Buildr - it helps Buildr know how to handle packages as artifacts, so where to upload them for example. Thanks, Antoine On Wed, Feb 10, 2010 at 01:54, Pepijn Van Eeckhoudt <[email protected] > wrote: > Hi, > > I'm trying to package a buildr extension as a gem so I can distribute it > more easily. It seems the PackageGemTask#install method is never called > though. > > I'm kind of new to Ruby so I'm not 100% sure what's going on, but I think > line 173 in buildr/packaging/package.rb ('package.extend ActsAsArtifact') is > to blame. By extending the package object with ActsAsArtifact, the install, > uninstall and upload methods get overridden and so the Gem specific variants > are never invoked. > > I would like to patch this, but I'm not sure what would be the best way > would be to resolve this? Is there some Ruby idiom that would allow this? > > Regards, > > Pepijn Van Eeckhoudt > --001485ec0f3400021f047f4231c3-- From [email protected] Wed Feb 10 17:36:00 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86475 invoked from network); 10 Feb 2010 17:36:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Feb 2010 17:36:00 -0000 Received: (qmail 9062 invoked by uid 500); 10 Feb 2010 17:36:00 -0000 Delivered-To: [email protected] Received: (qmail 8997 invoked by uid 500); 10 Feb 2010 17:35:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 8987 invoked by uid 99); 10 Feb 2010 17:35:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2010 17:35:59 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO relay.mx.luciad.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2010 17:35:49 +0000 Received: from [161.129.204.104] (unknown [161.129.204.104]) by relay.mx.luciad.com (Postfix) with ESMTPSA id 590142EE003B for <[email protected]>; Wed, 10 Feb 2010 18:35:29 +0100 (CET) Message-ID: <[email protected]> Date: Wed, 10 Feb 2010 18:35:28 +0100 From: Pepijn Van Eeckhoudt <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:161.129.204.104) Gecko/20100111 Lightning/1.0b2pre Thunderbird/3.0.1 MIME-Version: 1.0 To: [email protected] Subject: Re: PackageGemTask methods not called References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Antoine, Rereadig my mail, I realize that I should have provided a bit more context (and sorry for the double message BTW). My buildfile essentially contains something like this: define 'my-extension' do package(:gem) end package will call pacakge_as_gem which in turn will create a PackageGemTask. PackageGemTask has it's own install/uninstall/upload implementations. package then takes the PackageGemTask instance and extends it with ActsAsArtifact which overrides install/uninstall/upload from PackageGemTask. The net effect of this is that PackageGemTask#install is never called. Given that observation I was wondering how to fix this and if it is possible in the first place. In other words, it is possible for a package to provide it's own versions of the methods defined in ActsAsArtifact. Regards, Pepijn On 10/2/2010 18:15, Antoine Toulme wrote: > Hi Pepjin, > > to package a buildr extension you typically don't need to use Buildr itself. > You can create a .gemspec file, then do: > > gem build gem.gemspec > gem push gem-1.0.gem > > I might be missing something, but really the line you point at is not > related to gem building and is very important in Buildr - it helps Buildr > know how to handle packages as artifacts, so where to upload them for > example. > > Thanks, > > Antoine > > > On Wed, Feb 10, 2010 at 01:54, Pepijn Van Eeckhoudt<[email protected] >> wrote: > >> Hi, >> >> I'm trying to package a buildr extension as a gem so I can distribute it >> more easily. It seems the PackageGemTask#install method is never called >> though. >> >> I'm kind of new to Ruby so I'm not 100% sure what's going on, but I think >> line 173 in buildr/packaging/package.rb ('package.extend ActsAsArtifact') is >> to blame. By extending the package object with ActsAsArtifact, the install, >> uninstall and upload methods get overridden and so the Gem specific variants >> are never invoked. >> >> I would like to patch this, but I'm not sure what would be the best way >> would be to resolve this? Is there some Ruby idiom that would allow this? >> >> Regards, >> >> Pepijn Van Eeckhoudt >> > -- Pepijn Van Eeckhoudt - Project Leader T 573-318-4995 F 573-318-4995 | [email protected] LUCIAD - high performance visualization Wetenschapspark Arenberg | Gaston Geenslaan 9 3001 Leuven | Belgium | www.luciad.com From [email protected] Wed Feb 10 17:46:17 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92623 invoked from network); 10 Feb 2010 17:46:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Feb 2010 17:46:17 -0000 Received: (qmail 28356 invoked by uid 500); 10 Feb 2010 17:46:16 -0000 Delivered-To: [email protected] Received: (qmail 28324 invoked by uid 500); 10 Feb 2010 17:46:16 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 28314 invoked by uid 99); 10 Feb 2010 17:46:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2010 17:46:16 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-iw0-f188.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2010 17:46:07 +0000 Received: by iwn26 with SMTP id 26so297274iwn.0 for <[email protected]>; Wed, 10 Feb 2010 09:45:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=LuqixQwxeK9VRV1t5SBvJaQLZWZEpepfjuwhoMphjik=; b=eK1SmfpoeJ10lz1kMpNmwGUmygnI7Lx4LRV6mALRwKzsOZFCDnnSDAI4duSvGY8ZzB UgqKUDPccmACQBCinHFUu8m5Nroedgx1etCuuVt0o+Tu4N04KmRreGGYxkOyenb6Hbdn CMRy0x0i3zGt2NMlo3Pu+OdAQdjrrRkZq8eVQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; b=QXTkZV2G5HLbLq0fn/YS7rrIxagfkJZSiMSXBSy+lphVxLCLUu8rX4skFCkj4L31KE COtFXPRLU/xSgJ3nWHIHLGRaenO1TRIVC/mq7Rp5/0k+BhJIYqJXu0kmR8bova1ApFV9 IxXOueq1uLQ3WpwFHYm4jKzvidBhE7WG6AbCw= MIME-Version: 1.0 Sender: [email protected] Reply-To: [email protected] Received: by 161.129.204.104 with SMTP id n17mr1001165ibh.24.1265823946167; Wed, 10 Feb 2010 09:45:46 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> From: Antoine Toulme <[email protected]> Date: Wed, 10 Feb 2010 09:45:26 -0800 X-Google-Sender-Auth: bb5ecc1176841f28 Message-ID: <[email protected]> Subject: Re: PackageGemTask methods not called To: [email protected] Content-Type: multipart/alternative; boundary=001485e8eddea8dbdd047f429a26 --001485e8eddea8dbdd047f429a26 Content-Type: text/plain; charset=ISO-8859-1 I see, it makes sense. Well, obviously you are trying to push Buildr a bit by trying to use it for non-Maven repository uses. Here are the options I can think of: -use a different task name to push gems -extend the upload/install tasks by enhancing them - the gem will still be deployed in the maven repo, plus where you want to push it. -maybe create a module like ActAsArtifact and extend the task in a after_define block ? That might work. On Wed, Feb 10, 2010 at 09:35, Pepijn Van Eeckhoudt < [email protected]> wrote: > Hi Antoine, > > Rereadig my mail, I realize that I should have provided a bit more context > (and sorry for the double message BTW). > > My buildfile essentially contains something like this: > > define 'my-extension' do > package(:gem) > end > > package will call pacakge_as_gem which in turn will create a > PackageGemTask. PackageGemTask has it's own install/uninstall/upload > implementations. package then takes the PackageGemTask instance and extends > it with ActsAsArtifact which overrides install/uninstall/upload from > PackageGemTask. The net effect of this is that PackageGemTask#install is > never called. > > Given that observation I was wondering how to fix this and if it is > possible in the first place. In other words, it is possible for a package to > provide it's own versions of the methods defined in ActsAsArtifact. > > Regards, > > Pepijn > > > On 10/2/2010 18:15, Antoine Toulme wrote: > >> Hi Pepjin, >> >> to package a buildr extension you typically don't need to use Buildr >> itself. >> You can create a .gemspec file, then do: >> >> gem build gem.gemspec >> gem push gem-1.0.gem >> >> I might be missing something, but really the line you point at is not >> related to gem building and is very important in Buildr - it helps Buildr >> know how to handle packages as artifacts, so where to upload them for >> example. >> >> Thanks, >> >> Antoine >> >> >> On Wed, Feb 10, 2010 at 01:54, Pepijn Van Eeckhoudt< >> [email protected] >> >>> wrote: >>> >> >> Hi, >>> >>> I'm trying to package a buildr extension as a gem so I can distribute it >>> more easily. It seems the PackageGemTask#install method is never called >>> though. >>> >>> I'm kind of new to Ruby so I'm not 100% sure what's going on, but I think >>> line 173 in buildr/packaging/package.rb ('package.extend ActsAsArtifact') >>> is >>> to blame. By extending the package object with ActsAsArtifact, the >>> install, >>> uninstall and upload methods get overridden and so the Gem specific >>> variants >>> are never invoked. >>> >>> I would like to patch this, but I'm not sure what would be the best way >>> would be to resolve this? Is there some Ruby idiom that would allow this? >>> >>> Regards, >>> >>> Pepijn Van Eeckhoudt >>> >>> >> > > -- > Pepijn Van Eeckhoudt - Project Leader > T 573-318-4995 > F 573-318-4995 | [email protected] > > LUCIAD - high performance visualization > Wetenschapspark Arenberg | Gaston Geenslaan 9 > 3001 Leuven | Belgium | www.luciad.com > > --001485e8eddea8dbdd047f429a26-- From [email protected] Wed Feb 10 19:05:04 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 43830 invoked from network); 10 Feb 2010 19:05:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Feb 2010 19:05:04 -0000 Received: (qmail 24695 invoked by uid 500); 10 Feb 2010 19:05:04 -0000 Delivered-To: [email protected] Received: (qmail 24641 invoked by uid 500); 10 Feb 2010 19:05:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 24631 invoked by uid 99); 10 Feb 2010 19:05:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2010 19:05:04 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO relay.mx.luciad.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2010 19:04:52 +0000 Received: from [161.129.204.104] (78-21-67-180.access.telenet.be [161.129.204.104]) by relay.mx.luciad.com (Postfix) with ESMTPSA id 11E822EE003B for <[email protected]>; Wed, 10 Feb 2010 20:04:32 +0100 (CET) Message-Id: <[email protected]> From: Pepijn Van Eeckhoudt <[email protected]> To: "[email protected]" <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (7D11) Mime-Version: 1.0 (iPhone Mail 7D11) Subject: Re: PackageGemTask methods not called Date: Wed, 10 Feb 2010 20:04:05 +0100 References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org It's not me that's pushing the limits. This gem support is part of Buildr 1.3.5 (see gems.rb). Could you do something like super.install if super.respond_to? :install Or does that not make any sense? Pepijn Op 10-feb-2010 om 18:45 heeft Antoine Toulme <[email protected]> het volgende geschreven:\ > I see, it makes sense. > > Well, obviously you are trying to push Buildr a bit by trying to use > it for > non-Maven repository uses. > > Here are the options I can think of: > -use a different task name to push gems > -extend the upload/install tasks by enhancing them - the gem will > still be > deployed in the maven repo, plus where you want to push it. > -maybe create a module like ActAsArtifact and extend the task in a > after_define block ? That might work. > > On Wed, Feb 10, 2010 at 09:35, Pepijn Van Eeckhoudt < > [email protected]> wrote: > >> Hi Antoine, >> >> Rereadig my mail, I realize that I should have provided a bit more >> context >> (and sorry for the double message BTW). >> >> My buildfile essentially contains something like this: >> >> define 'my-extension' do >> package(:gem) >> end >> >> package will call pacakge_as_gem which in turn will create a >> PackageGemTask. PackageGemTask has it's own install/uninstall/upload >> implementations. package then takes the PackageGemTask instance and >> extends >> it with ActsAsArtifact which overrides install/uninstall/upload from >> PackageGemTask. The net effect of this is that >> PackageGemTask#install is >> never called. >> >> Given that observation I was wondering how to fix this and if it is >> possible in the first place. In other words, it is possible for a >> package to >> provide it's own versions of the methods defined in ActsAsArtifact. >> >> Regards, >> >> Pepijn >> >> >> On 10/2/2010 18:15, Antoine Toulme wrote: >> >>> Hi Pepjin, >>> >>> to package a buildr extension you typically don't need to use Buildr >>> itself. >>> You can create a .gemspec file, then do: >>> >>> gem build gem.gemspec >>> gem push gem-1.0.gem >>> >>> I might be missing something, but really the line you point at is >>> not >>> related to gem building and is very important in Buildr - it helps >>> Buildr >>> know how to handle packages as artifacts, so where to upload them >>> for >>> example. >>> >>> Thanks, >>> >>> Antoine >>> >>> >>> On Wed, Feb 10, 2010 at 01:54, Pepijn Van Eeckhoudt< >>> [email protected] >>> >>>> wrote: >>>> >>> >>> Hi, >>>> >>>> I'm trying to package a buildr extension as a gem so I can >>>> distribute it >>>> more easily. It seems the PackageGemTask#install method is never >>>> called >>>> though. >>>> >>>> I'm kind of new to Ruby so I'm not 100% sure what's going on, but >>>> I think >>>> line 173 in buildr/packaging/package.rb ('package.extend >>>> ActsAsArtifact') >>>> is >>>> to blame. By extending the package object with ActsAsArtifact, the >>>> install, >>>> uninstall and upload methods get overridden and so the Gem specific >>>> variants >>>> are never invoked. >>>> >>>> I would like to patch this, but I'm not sure what would be the >>>> best way >>>> would be to resolve this? Is there some Ruby idiom that would >>>> allow this? >>>> >>>> Regards, >>>> >>>> Pepijn Van Eeckhoudt >>>> >>>> >>> >> >> -- >> Pepijn Van Eeckhoudt - Project Leader >> T 573-318-4995 >> F 573-318-4995 | [email protected] >> >> LUCIAD - high performance visualization >> Wetenschapspark Arenberg | Gaston Geenslaan 9 >> 3001 Leuven | Belgium | www.luciad.com >> >> From [email protected] Wed Feb 10 19:12:50 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49969 invoked from network); 10 Feb 2010 19:12:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Feb 2010 19:12:50 -0000 Received: (qmail 40845 invoked by uid 500); 10 Feb 2010 19:12:50 -0000 Delivered-To: [email protected] Received: (qmail 40782 invoked by uid 500); 10 Feb 2010 19:12:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 40772 invoked by uid 99); 10 Feb 2010 19:12:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2010 19:12:50 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-iw0-f188.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2010 19:12:39 +0000 Received: by iwn26 with SMTP id 26so406342iwn.0 for <[email protected]>; Wed, 10 Feb 2010 11:12:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=FnyDsBE12fXt2AKAkajQ8MGWY6nicI7La5Gvc8UVNW0=; b=rNIDWHO8+E6UCFpK4bPmGOkff6igfJKxjFTBNY4PBwTpilbGbF4lcdV8WF9seaHgTU qoQEUNrTneEyhnJSeHcBLFrg8s5Cdx7T3zgxZRikrZbvnrEoq7wRTDeYXHbYOw1nmJXB 5YI4Rdtxtp6H3GszEkrN//ZxiEbUqglbeIre4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; b=tDa6oBJZOqihZhlnGIW1g2cdqQ8LQ3oXx6VoqYcn/NXqqACCGVJYs4xR5/unOv/Ff/ 9z6k0q7UBKDwdLKObp6LJud0pD5SW5oqksQmRMjM/Nf4EB1OnxAB2FoCFa/i/3KfT54O Zy29JjlAJ0CVbFPz7K2Krsm+i3bnkyZj7QsZs= MIME-Version: 1.0 Sender: [email protected] Reply-To: [email protected] Received: by 161.129.204.104 with SMTP id p1mr1189910iby.20.1265829138118; Wed, 10 Feb 2010 11:12:18 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> From: Antoine Toulme <[email protected]> Date: Wed, 10 Feb 2010 11:11:58 -0800 X-Google-Sender-Auth: 226bedc5e3071eee Message-ID: <[email protected]> Subject: Re: PackageGemTask methods not called To: [email protected] Content-Type: multipart/alternative; boundary=001636d3448d1fb850047f43d071 X-Virus-Checked: Checked by ClamAV on apache.org --001636d3448d1fb850047f43d071 Content-Type: text/plain; charset=ISO-8859-1 Apologies. So we're talking existing Buildr code with a bug. I thought your extension was doing this. Can you please file a bug ? I don't have much free time but I can try creating a spec that reproduces the problem. On Wed, Feb 10, 2010 at 11:04, Pepijn Van Eeckhoudt < [email protected]> wrote: > It's not me that's pushing the limits. This gem support is part of Buildr > 1.3.5 (see gems.rb). > > Could you do something like super.install if super.respond_to? :install > Or does that not make any sense? > > Pepijn > > Op 10-feb-2010 om 18:45 heeft Antoine Toulme <[email protected]> het > volgende geschreven:\ > > > I see, it makes sense. >> >> Well, obviously you are trying to push Buildr a bit by trying to use it >> for >> non-Maven repository uses. >> >> Here are the options I can think of: >> -use a different task name to push gems >> -extend the upload/install tasks by enhancing them - the gem will still be >> deployed in the maven repo, plus where you want to push it. >> -maybe create a module like ActAsArtifact and extend the task in a >> after_define block ? That might work. >> >> On Wed, Feb 10, 2010 at 09:35, Pepijn Van Eeckhoudt < >> [email protected]> wrote: >> >> Hi Antoine, >>> >>> Rereadig my mail, I realize that I should have provided a bit more >>> context >>> (and sorry for the double message BTW). >>> >>> My buildfile essentially contains something like this: >>> >>> define 'my-extension' do >>> package(:gem) >>> end >>> >>> package will call pacakge_as_gem which in turn will create a >>> PackageGemTask. PackageGemTask has it's own install/uninstall/upload >>> implementations. package then takes the PackageGemTask instance and >>> extends >>> it with ActsAsArtifact which overrides install/uninstall/upload from >>> PackageGemTask. The net effect of this is that PackageGemTask#install is >>> never called. >>> >>> Given that observation I was wondering how to fix this and if it is >>> possible in the first place. In other words, it is possible for a package >>> to >>> provide it's own versions of the methods defined in ActsAsArtifact. >>> >>> Regards, >>> >>> Pepijn >>> >>> >>> On 10/2/2010 18:15, Antoine Toulme wrote: >>> >>> Hi Pepjin, >>>> >>>> to package a buildr extension you typically don't need to use Buildr >>>> itself. >>>> You can create a .gemspec file, then do: >>>> >>>> gem build gem.gemspec >>>> gem push gem-1.0.gem >>>> >>>> I might be missing something, but really the line you point at is not >>>> related to gem building and is very important in Buildr - it helps >>>> Buildr >>>> know how to handle packages as artifacts, so where to upload them for >>>> example. >>>> >>>> Thanks, >>>> >>>> Antoine >>>> >>>> >>>> On Wed, Feb 10, 2010 at 01:54, Pepijn Van Eeckhoudt< >>>> [email protected] >>>> >>>> wrote: >>>>> >>>>> >>>> Hi, >>>> >>>>> >>>>> I'm trying to package a buildr extension as a gem so I can distribute >>>>> it >>>>> more easily. It seems the PackageGemTask#install method is never called >>>>> though. >>>>> >>>>> I'm kind of new to Ruby so I'm not 100% sure what's going on, but I >>>>> think >>>>> line 173 in buildr/packaging/package.rb ('package.extend >>>>> ActsAsArtifact') >>>>> is >>>>> to blame. By extending the package object with ActsAsArtifact, the >>>>> install, >>>>> uninstall and upload methods get overridden and so the Gem specific >>>>> variants >>>>> are never invoked. >>>>> >>>>> I would like to patch this, but I'm not sure what would be the best way >>>>> would be to resolve this? Is there some Ruby idiom that would allow >>>>> this? >>>>> >>>>> Regards, >>>>> >>>>> Pepijn Van Eeckhoudt >>>>> >>>>> >>>>> >>>> >>> -- >>> Pepijn Van Eeckhoudt - Project Leader >>> T 573-318-4995 >>> F 573-318-4995 | [email protected] >>> >>> LUCIAD - high performance visualization >>> Wetenschapspark Arenberg | Gaston Geenslaan 9 >>> 3001 Leuven | Belgium | www.luciad.com >>> >>> >>> --001636d3448d1fb850047f43d071-- From [email protected] Wed Feb 10 19:34:43 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61129 invoked from network); 10 Feb 2010 19:34:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Feb 2010 19:34:43 -0000 Received: (qmail 78305 invoked by uid 500); 10 Feb 2010 19:34:43 -0000 Delivered-To: [email protected] Received: (qmail 78248 invoked by uid 500); 10 Feb 2010 19:34:43 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 78238 invoked by uid 99); 10 Feb 2010 19:34:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2010 19:34:43 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO relay.mx.luciad.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2010 19:34:32 +0000 Received: from [161.129.204.104] (78-21-67-180.access.telenet.be [161.129.204.104]) by relay.mx.luciad.com (Postfix) with ESMTPSA id 172472EE003B for <[email protected]>; Wed, 10 Feb 2010 20:34:12 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1077) Subject: Re: PackageGemTask methods not called From: Pepijn Van Eeckhoudt <[email protected]> In-Reply-To: <[email protected]> Date: Wed, 10 Feb 2010 20:34:11 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> To: [email protected] X-Mailer: Apple Mail (2.1077) X-Virus-Checked: Checked by ClamAV on apache.org On 10 Feb 2010, at 20:11, Antoine Toulme wrote: > Apologies. So we're talking existing Buildr code with a bug. I thought = your > extension was doing this. No worries. I understand your response better now. > Can you please file a bug ? I don't have much free time but I can try > creating a spec that reproduces the problem. Will do. I mainly asked the question because I was curious how this = should be fixed. It seemed that the intention was to support different = implementations of install/uninstall per package type, but this did not = work in practice. The reproduction case is as simple as the build script I posted. I'll = add that to the bug report. Pepijn >=20 > On Wed, Feb 10, 2010 at 11:04, Pepijn Van Eeckhoudt < > [email protected]> wrote: >=20 >> It's not me that's pushing the limits. This gem support is part of = Buildr >> 1.3.5 (see gems.rb). >>=20 >> Could you do something like super.install if super.respond_to? = :install >> Or does that not make any sense? >>=20 >> Pepijn >>=20 >> Op 10-feb-2010 om 18:45 heeft Antoine Toulme = <[email protected]> het >> volgende geschreven:\ >>=20 >>=20 >> I see, it makes sense. >>>=20 >>> Well, obviously you are trying to push Buildr a bit by trying to use = it >>> for >>> non-Maven repository uses. >>>=20 >>> Here are the options I can think of: >>> -use a different task name to push gems >>> -extend the upload/install tasks by enhancing them - the gem will = still be >>> deployed in the maven repo, plus where you want to push it. >>> -maybe create a module like ActAsArtifact and extend the task in a >>> after_define block ? That might work. >>>=20 >>> On Wed, Feb 10, 2010 at 09:35, Pepijn Van Eeckhoudt < >>> [email protected]> wrote: >>>=20 >>> Hi Antoine, >>>>=20 >>>> Rereadig my mail, I realize that I should have provided a bit more >>>> context >>>> (and sorry for the double message BTW). >>>>=20 >>>> My buildfile essentially contains something like this: >>>>=20 >>>> define 'my-extension' do >>>> package(:gem) >>>> end >>>>=20 >>>> package will call pacakge_as_gem which in turn will create a >>>> PackageGemTask. PackageGemTask has it's own = install/uninstall/upload >>>> implementations. package then takes the PackageGemTask instance and >>>> extends >>>> it with ActsAsArtifact which overrides install/uninstall/upload = from >>>> PackageGemTask. The net effect of this is that = PackageGemTask#install is >>>> never called. >>>>=20 >>>> Given that observation I was wondering how to fix this and if it is >>>> possible in the first place. In other words, it is possible for a = package >>>> to >>>> provide it's own versions of the methods defined in ActsAsArtifact. >>>>=20 >>>> Regards, >>>>=20 >>>> Pepijn >>>>=20 >>>>=20 >>>> On 10/2/2010 18:15, Antoine Toulme wrote: >>>>=20 >>>> Hi Pepjin, >>>>>=20 >>>>> to package a buildr extension you typically don't need to use = Buildr >>>>> itself. >>>>> You can create a .gemspec file, then do: >>>>>=20 >>>>> gem build gem.gemspec >>>>> gem push gem-1.0.gem >>>>>=20 >>>>> I might be missing something, but really the line you point at is = not >>>>> related to gem building and is very important in Buildr - it helps >>>>> Buildr >>>>> know how to handle packages as artifacts, so where to upload them = for >>>>> example. >>>>>=20 >>>>> Thanks, >>>>>=20 >>>>> Antoine >>>>>=20 >>>>>=20 >>>>> On Wed, Feb 10, 2010 at 01:54, Pepijn Van Eeckhoudt< >>>>> [email protected] >>>>>=20 >>>>> wrote: >>>>>>=20 >>>>>>=20 >>>>> Hi, >>>>>=20 >>>>>>=20 >>>>>> I'm trying to package a buildr extension as a gem so I can = distribute >>>>>> it >>>>>> more easily. It seems the PackageGemTask#install method is never = called >>>>>> though. >>>>>>=20 >>>>>> I'm kind of new to Ruby so I'm not 100% sure what's going on, but = I >>>>>> think >>>>>> line 173 in buildr/packaging/package.rb ('package.extend >>>>>> ActsAsArtifact') >>>>>> is >>>>>> to blame. By extending the package object with ActsAsArtifact, = the >>>>>> install, >>>>>> uninstall and upload methods get overridden and so the Gem = specific >>>>>> variants >>>>>> are never invoked. >>>>>>=20 >>>>>> I would like to patch this, but I'm not sure what would be the = best way >>>>>> would be to resolve this? Is there some Ruby idiom that would = allow >>>>>> this? >>>>>>=20 >>>>>> Regards, >>>>>>=20 >>>>>> Pepijn Van Eeckhoudt >>>>>>=20 >>>>>>=20 >>>>>>=20 >>>>>=20 >>>> -- >>>> Pepijn Van Eeckhoudt - Project Leader >>>> T 573-318-4995 >>>> F 573-318-4995 | [email protected] >>>>=20 >>>> LUCIAD - high performance visualization >>>> Wetenschapspark Arenberg | Gaston Geenslaan 9 >>>> 3001 Leuven | Belgium | www.luciad.com >>>>=20 >>>>=20 >>>>=20 From [email protected] Wed Feb 10 22:03:48 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16781 invoked from network); 10 Feb 2010 22:03:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Feb 2010 22:03:48 -0000 Received: (qmail 98523 invoked by uid 500); 10 Feb 2010 22:03:47 -0000 Delivered-To: [email protected] Received: (qmail 98461 invoked by uid 500); 10 Feb 2010 22:03:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 98451 invoked by uid 99); 10 Feb 2010 22:03:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2010 22:03:47 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-iw0-f188.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2010 22:03:36 +0000 Received: by iwn26 with SMTP id 26so620470iwn.0 for <[email protected]>; Wed, 10 Feb 2010 14:03:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=PiMpM037nBT3tJdMyjJ0AQeEjCQU1U8+p454E3Ai3+w=; b=Il4sg5uNscTb5Yy2ZVyAQAjaYm4GXMCRXvVJ1NWR4/AaN65Q37GYLIP8IlmZgchdw3 Gs9jfUQnPA+BWjhV2prhmhNstgEjiBGuA2jAbuT7FgugvTY/evsuUUUeTdYN5mMHQPWQ 6FBufvp/WTgec1FLWGvsDc7xYUF24/0HZfF6c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; b=xeGV5iO6Yt/3gGYC2Lb/NGiQa1QZZWs5fqszDJiPFvieTNQctWA7Os/y1lzfsZzyr6 /ws8L7cOGQVYIudO3efq0hWl6JJZYGtzhIeNOkv8bwFvGyp5Ripws4WhaJsle1hUWnI4 PCvatrkbm/OeNgTsoZkCVxSj+A7m5j8vnZ9f0= MIME-Version: 1.0 Sender: [email protected] Reply-To: [email protected] Received: by 161.129.204.104 with SMTP id p1mr1422267ibz.85.1265839395106; Wed, 10 Feb 2010 14:03:15 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> From: Antoine Toulme <[email protected]> Date: Wed, 10 Feb 2010 14:02:55 -0800 X-Google-Sender-Auth: 9cba16c64497d204 Message-ID: <[email protected]> Subject: Re: PackageGemTask methods not called To: [email protected] Content-Type: multipart/alternative; boundary=001485eba2cc7cf1f6047f46338f X-Virus-Checked: Checked by ClamAV on apache.org --001485eba2cc7cf1f6047f46338f Content-Type: text/plain; charset=ISO-8859-1 Thanks Pepjin, sorry for the confusion. I'll try following up on the bug - I'm not a Buildr committer but I can probably find a fix. On Wed, Feb 10, 2010 at 11:34, Pepijn Van Eeckhoudt < [email protected]> wrote: > > On 10 Feb 2010, at 20:11, Antoine Toulme wrote: > > > Apologies. So we're talking existing Buildr code with a bug. I thought > your > > extension was doing this. > No worries. I understand your response better now. > > > Can you please file a bug ? I don't have much free time but I can try > > creating a spec that reproduces the problem. > Will do. I mainly asked the question because I was curious how this should > be fixed. It seemed that the intention was to support different > implementations of install/uninstall per package type, but this did not work > in practice. > > The reproduction case is as simple as the build script I posted. I'll add > that to the bug report. > > Pepijn > > > > > On Wed, Feb 10, 2010 at 11:04, Pepijn Van Eeckhoudt < > > [email protected]> wrote: > > > >> It's not me that's pushing the limits. This gem support is part of > Buildr > >> 1.3.5 (see gems.rb). > >> > >> Could you do something like super.install if super.respond_to? :install > >> Or does that not make any sense? > >> > >> Pepijn > >> > >> Op 10-feb-2010 om 18:45 heeft Antoine Toulme <[email protected]> > het > >> volgende geschreven:\ > >> > >> > >> I see, it makes sense. > >>> > >>> Well, obviously you are trying to push Buildr a bit by trying to use it > >>> for > >>> non-Maven repository uses. > >>> > >>> Here are the options I can think of: > >>> -use a different task name to push gems > >>> -extend the upload/install tasks by enhancing them - the gem will still > be > >>> deployed in the maven repo, plus where you want to push it. > >>> -maybe create a module like ActAsArtifact and extend the task in a > >>> after_define block ? That might work. > >>> > >>> On Wed, Feb 10, 2010 at 09:35, Pepijn Van Eeckhoudt < > >>> [email protected]> wrote: > >>> > >>> Hi Antoine, > >>>> > >>>> Rereadig my mail, I realize that I should have provided a bit more > >>>> context > >>>> (and sorry for the double message BTW). > >>>> > >>>> My buildfile essentially contains something like this: > >>>> > >>>> define 'my-extension' do > >>>> package(:gem) > >>>> end > >>>> > >>>> package will call pacakge_as_gem which in turn will create a > >>>> PackageGemTask. PackageGemTask has it's own install/uninstall/upload > >>>> implementations. package then takes the PackageGemTask instance and > >>>> extends > >>>> it with ActsAsArtifact which overrides install/uninstall/upload from > >>>> PackageGemTask. The net effect of this is that PackageGemTask#install > is > >>>> never called. > >>>> > >>>> Given that observation I was wondering how to fix this and if it is > >>>> possible in the first place. In other words, it is possible for a > package > >>>> to > >>>> provide it's own versions of the methods defined in ActsAsArtifact. > >>>> > >>>> Regards, > >>>> > >>>> Pepijn > >>>> > >>>> > >>>> On 10/2/2010 18:15, Antoine Toulme wrote: > >>>> > >>>> Hi Pepjin, > >>>>> > >>>>> to package a buildr extension you typically don't need to use Buildr > >>>>> itself. > >>>>> You can create a .gemspec file, then do: > >>>>> > >>>>> gem build gem.gemspec > >>>>> gem push gem-1.0.gem > >>>>> > >>>>> I might be missing something, but really the line you point at is not > >>>>> related to gem building and is very important in Buildr - it helps > >>>>> Buildr > >>>>> know how to handle packages as artifacts, so where to upload them for > >>>>> example. > >>>>> > >>>>> Thanks, > >>>>> > >>>>> Antoine > >>>>> > >>>>> > >>>>> On Wed, Feb 10, 2010 at 01:54, Pepijn Van Eeckhoudt< > >>>>> [email protected] > >>>>> > >>>>> wrote: > >>>>>> > >>>>>> > >>>>> Hi, > >>>>> > >>>>>> > >>>>>> I'm trying to package a buildr extension as a gem so I can > distribute > >>>>>> it > >>>>>> more easily. It seems the PackageGemTask#install method is never > called > >>>>>> though. > >>>>>> > >>>>>> I'm kind of new to Ruby so I'm not 100% sure what's going on, but I > >>>>>> think > >>>>>> line 173 in buildr/packaging/package.rb ('package.extend > >>>>>> ActsAsArtifact') > >>>>>> is > >>>>>> to blame. By extending the package object with ActsAsArtifact, the > >>>>>> install, > >>>>>> uninstall and upload methods get overridden and so the Gem specific > >>>>>> variants > >>>>>> are never invoked. > >>>>>> > >>>>>> I would like to patch this, but I'm not sure what would be the best > way > >>>>>> would be to resolve this? Is there some Ruby idiom that would allow > >>>>>> this? > >>>>>> > >>>>>> Regards, > >>>>>> > >>>>>> Pepijn Van Eeckhoudt > >>>>>> > >>>>>> > >>>>>> > >>>>> > >>>> -- > >>>> Pepijn Van Eeckhoudt - Project Leader > >>>> T 573-318-4995 > >>>> F 573-318-4995 | [email protected] > >>>> > >>>> LUCIAD - high performance visualization > >>>> Wetenschapspark Arenberg | Gaston Geenslaan 9 > >>>> 3001 Leuven | Belgium | www.luciad.com > >>>> > >>>> > >>>> > > --001485eba2cc7cf1f6047f46338f-- From [email protected] Wed Feb 10 22:28:33 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29247 invoked from network); 10 Feb 2010 22:28:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Feb 2010 22:28:33 -0000 Received: (qmail 29857 invoked by uid 500); 10 Feb 2010 22:28:33 -0000 Delivered-To: [email protected] Received: (qmail 29795 invoked by uid 500); 10 Feb 2010 22:28:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 29785 invoked by uid 99); 10 Feb 2010 22:28:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2010 22:28:33 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ew0-f228.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2010 22:28:21 +0000 Received: by ewy28 with SMTP id 28so621210ewy.28 for <[email protected]>; Wed, 10 Feb 2010 14:28:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=5hCr4fFTYTIKu4jR8FbWSiHsIg2S1esLcQtP7fP1MWE=; b=Vz497Ihpyhx/+YFAcWYP7epbagwiRLt7TuJ0GcinfQ6LcfjzxgBX8s4FJY/pbfJPZP 4ipZIDyqTM23JfUb3vsHpwv3YhbQhRMTXEieLUqoxNfp9wFW1zmuso24aq32nvaKLUsK U2aoQn/jbJN/n2jmy3vSBycDqiLMwit0geXRY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=vboLJC4uhCSFMrY43HmGV16jMqrcaVngkYs8DX310+XPB/jGRwTafrSyCpcUNJpxMS n/+IKj0882vLqcrooTqHqQkzIpTREHhkj4ri89seWpEZt0z4yPkzST+a/dPJmp4QRL7T RmJBFhDFtek4vvgZa3ifEczIfarfLnuNwE/C0= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id e9mr498499wem.195.1265840881021; Wed, 10 Feb 2010 14:28:01 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Wed, 10 Feb 2010 14:28:00 -0800 Message-ID: <[email protected]> Subject: Re: PackageGemTask methods not called From: Alex Boisvert <[email protected]> To: [email protected], [email protected] Content-Type: multipart/alternative; boundary=0016368336e80e337a047f468c19 X-Virus-Checked: Checked by ClamAV on apache.org --0016368336e80e337a047f468c19 Content-Type: text/plain; charset=ISO-8859-1 I think the absence of tests/spec for package(:gem) is catching up to us. If Antoine doesn't get to it before, I'll take a look this weekend. alex On Wed, Feb 10, 2010 at 2:02 PM, Antoine Toulme <[email protected]>wrote: > Thanks Pepjin, sorry for the confusion. I'll try following up on the bug - > I'm not a Buildr committer but I can probably find a fix. > > On Wed, Feb 10, 2010 at 11:34, Pepijn Van Eeckhoudt < > [email protected]> wrote: > > > > > On 10 Feb 2010, at 20:11, Antoine Toulme wrote: > > > > > Apologies. So we're talking existing Buildr code with a bug. I thought > > your > > > extension was doing this. > > No worries. I understand your response better now. > > > > > Can you please file a bug ? I don't have much free time but I can try > > > creating a spec that reproduces the problem. > > Will do. I mainly asked the question because I was curious how this > should > > be fixed. It seemed that the intention was to support different > > implementations of install/uninstall per package type, but this did not > work > > in practice. > > > > The reproduction case is as simple as the build script I posted. I'll add > > that to the bug report. > > > > Pepijn > > > > > > > > On Wed, Feb 10, 2010 at 11:04, Pepijn Van Eeckhoudt < > > > [email protected]> wrote: > > > > > >> It's not me that's pushing the limits. This gem support is part of > > Buildr > > >> 1.3.5 (see gems.rb). > > >> > > >> Could you do something like super.install if super.respond_to? > :install > > >> Or does that not make any sense? > > >> > > >> Pepijn > > >> > > >> Op 10-feb-2010 om 18:45 heeft Antoine Toulme <[email protected] > > > > het > > >> volgende geschreven:\ > > >> > > >> > > >> I see, it makes sense. > > >>> > > >>> Well, obviously you are trying to push Buildr a bit by trying to use > it > > >>> for > > >>> non-Maven repository uses. > > >>> > > >>> Here are the options I can think of: > > >>> -use a different task name to push gems > > >>> -extend the upload/install tasks by enhancing them - the gem will > still > > be > > >>> deployed in the maven repo, plus where you want to push it. > > >>> -maybe create a module like ActAsArtifact and extend the task in a > > >>> after_define block ? That might work. > > >>> > > >>> On Wed, Feb 10, 2010 at 09:35, Pepijn Van Eeckhoudt < > > >>> [email protected]> wrote: > > >>> > > >>> Hi Antoine, > > >>>> > > >>>> Rereadig my mail, I realize that I should have provided a bit more > > >>>> context > > >>>> (and sorry for the double message BTW). > > >>>> > > >>>> My buildfile essentially contains something like this: > > >>>> > > >>>> define 'my-extension' do > > >>>> package(:gem) > > >>>> end > > >>>> > > >>>> package will call pacakge_as_gem which in turn will create a > > >>>> PackageGemTask. PackageGemTask has it's own install/uninstall/upload > > >>>> implementations. package then takes the PackageGemTask instance and > > >>>> extends > > >>>> it with ActsAsArtifact which overrides install/uninstall/upload from > > >>>> PackageGemTask. The net effect of this is that > PackageGemTask#install > > is > > >>>> never called. > > >>>> > > >>>> Given that observation I was wondering how to fix this and if it is > > >>>> possible in the first place. In other words, it is possible for a > > package > > >>>> to > > >>>> provide it's own versions of the methods defined in ActsAsArtifact. > > >>>> > > >>>> Regards, > > >>>> > > >>>> Pepijn > > >>>> > > >>>> > > >>>> On 10/2/2010 18:15, Antoine Toulme wrote: > > >>>> > > >>>> Hi Pepjin, > > >>>>> > > >>>>> to package a buildr extension you typically don't need to use > Buildr > > >>>>> itself. > > >>>>> You can create a .gemspec file, then do: > > >>>>> > > >>>>> gem build gem.gemspec > > >>>>> gem push gem-1.0.gem > > >>>>> > > >>>>> I might be missing something, but really the line you point at is > not > > >>>>> related to gem building and is very important in Buildr - it helps > > >>>>> Buildr > > >>>>> know how to handle packages as artifacts, so where to upload them > for > > >>>>> example. > > >>>>> > > >>>>> Thanks, > > >>>>> > > >>>>> Antoine > > >>>>> > > >>>>> > > >>>>> On Wed, Feb 10, 2010 at 01:54, Pepijn Van Eeckhoudt< > > >>>>> [email protected] > > >>>>> > > >>>>> wrote: > > >>>>>> > > >>>>>> > > >>>>> Hi, > > >>>>> > > >>>>>> > > >>>>>> I'm trying to package a buildr extension as a gem so I can > > distribute > > >>>>>> it > > >>>>>> more easily. It seems the PackageGemTask#install method is never > > called > > >>>>>> though. > > >>>>>> > > >>>>>> I'm kind of new to Ruby so I'm not 100% sure what's going on, but > I > > >>>>>> think > > >>>>>> line 173 in buildr/packaging/package.rb ('package.extend > > >>>>>> ActsAsArtifact') > > >>>>>> is > > >>>>>> to blame. By extending the package object with ActsAsArtifact, the > > >>>>>> install, > > >>>>>> uninstall and upload methods get overridden and so the Gem > specific > > >>>>>> variants > > >>>>>> are never invoked. > > >>>>>> > > >>>>>> I would like to patch this, but I'm not sure what would be the > best > > way > > >>>>>> would be to resolve this? Is there some Ruby idiom that would > allow > > >>>>>> this? > > >>>>>> > > >>>>>> Regards, > > >>>>>> > > >>>>>> Pepijn Van Eeckhoudt > > >>>>>> > > >>>>>> > > >>>>>> > > >>>>> > > >>>> -- > > >>>> Pepijn Van Eeckhoudt - Project Leader > > >>>> T 573-318-4995 > > >>>> F 573-318-4995 | [email protected] > > >>>> > > >>>> LUCIAD - high performance visualization > > >>>> Wetenschapspark Arenberg | Gaston Geenslaan 9 > > >>>> 3001 Leuven | Belgium | www.luciad.com > > >>>> > > >>>> > > >>>> > > > > > --0016368336e80e337a047f468c19-- From [email protected] Wed Feb 10 22:31:21 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30625 invoked from network); 10 Feb 2010 22:31:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Feb 2010 22:31:20 -0000 Received: (qmail 37099 invoked by uid 500); 10 Feb 2010 22:31:20 -0000 Delivered-To: [email protected] Received: (qmail 37041 invoked by uid 500); 10 Feb 2010 22:31:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 37031 invoked by uid 99); 10 Feb 2010 22:31:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2010 22:31:20 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-iw0-f188.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2010 22:31:11 +0000 Received: by iwn26 with SMTP id 26so654616iwn.0 for <[email protected]>; Wed, 10 Feb 2010 14:30:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:cc:content-type; bh=eVLflChnn4IdVOZKj/6DsgyZweHgw00fprgjhQyvfUk=; b=EGeDCl8IPF8C80PqB2/kt9M+8Cw7CvKhLRdeVPGKpJkjydApOJv7psd+3r6tkAkHz6 IMwuloLovSBVNYbUfnUgmsVHM5bLO1iSGMAXXvhXtA07kVlPsIF24Xn1JxlRzNqDEXy1 kqffmgtMdpsSsYbJH3vRBaWJZy7Y5q5NGCw8o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=iFpCqhhcDwOUSZVBOCgZDG/w1C7pf0e5CAddbxoS777ojT7xTf+vLV2abSXLyBXL/V w2OOoLAtw21VjGA+TuHsQ6qo085/b62/MhtPn3HthwWhH5uv+5487fR3W1TxD9ryTLfy 7rIspcnMuWuy5itS4ofDM/0LCkYZzK6/SoJEI= MIME-Version: 1.0 Sender: [email protected] Reply-To: [email protected] Received: by 161.129.204.104 with SMTP id j7mr1595973ibh.12.1265841050569; Wed, 10 Feb 2010 14:30:50 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> From: Antoine Toulme <[email protected]> Date: Wed, 10 Feb 2010 14:30:30 -0800 X-Google-Sender-Auth: 005b75170367a271 Message-ID: <[email protected]> Subject: Re: PackageGemTask methods not called To: Alex Boisvert <[email protected]> Cc: [email protected] Content-Type: multipart/alternative; boundary=001485ea8c56298319047f469616 --001485ea8c56298319047f469616 Content-Type: text/plain; charset=ISO-8859-1 I can either take some sleep time to do it or get to it in 2 to 3 weeks. So feel free... On Wed, Feb 10, 2010 at 14:28, Alex Boisvert <[email protected]>wrote: > I think the absence of tests/spec for package(:gem) is catching up to us. > If Antoine doesn't get to it before, I'll take a look this weekend. > > alex > > > > On Wed, Feb 10, 2010 at 2:02 PM, Antoine Toulme <[email protected]>wrote: > >> Thanks Pepjin, sorry for the confusion. I'll try following up on the bug - >> I'm not a Buildr committer but I can probably find a fix. >> >> On Wed, Feb 10, 2010 at 11:34, Pepijn Van Eeckhoudt < >> [email protected]> wrote: >> >> > >> > On 10 Feb 2010, at 20:11, Antoine Toulme wrote: >> > >> > > Apologies. So we're talking existing Buildr code with a bug. I thought >> > your >> > > extension was doing this. >> > No worries. I understand your response better now. >> > >> > > Can you please file a bug ? I don't have much free time but I can try >> > > creating a spec that reproduces the problem. >> > Will do. I mainly asked the question because I was curious how this >> should >> > be fixed. It seemed that the intention was to support different >> > implementations of install/uninstall per package type, but this did not >> work >> > in practice. >> > >> > The reproduction case is as simple as the build script I posted. I'll >> add >> > that to the bug report. >> > >> > Pepijn >> > >> > > >> > > On Wed, Feb 10, 2010 at 11:04, Pepijn Van Eeckhoudt < >> > > [email protected]> wrote: >> > > >> > >> It's not me that's pushing the limits. This gem support is part of >> > Buildr >> > >> 1.3.5 (see gems.rb). >> > >> >> > >> Could you do something like super.install if super.respond_to? >> :install >> > >> Or does that not make any sense? >> > >> >> > >> Pepijn >> > >> >> > >> Op 10-feb-2010 om 18:45 heeft Antoine Toulme < >> [email protected]> >> > het >> > >> volgende geschreven:\ >> > >> >> > >> >> > >> I see, it makes sense. >> > >>> >> > >>> Well, obviously you are trying to push Buildr a bit by trying to use >> it >> > >>> for >> > >>> non-Maven repository uses. >> > >>> >> > >>> Here are the options I can think of: >> > >>> -use a different task name to push gems >> > >>> -extend the upload/install tasks by enhancing them - the gem will >> still >> > be >> > >>> deployed in the maven repo, plus where you want to push it. >> > >>> -maybe create a module like ActAsArtifact and extend the task in a >> > >>> after_define block ? That might work. >> > >>> >> > >>> On Wed, Feb 10, 2010 at 09:35, Pepijn Van Eeckhoudt < >> > >>> [email protected]> wrote: >> > >>> >> > >>> Hi Antoine, >> > >>>> >> > >>>> Rereadig my mail, I realize that I should have provided a bit more >> > >>>> context >> > >>>> (and sorry for the double message BTW). >> > >>>> >> > >>>> My buildfile essentially contains something like this: >> > >>>> >> > >>>> define 'my-extension' do >> > >>>> package(:gem) >> > >>>> end >> > >>>> >> > >>>> package will call pacakge_as_gem which in turn will create a >> > >>>> PackageGemTask. PackageGemTask has it's own >> install/uninstall/upload >> > >>>> implementations. package then takes the PackageGemTask instance and >> > >>>> extends >> > >>>> it with ActsAsArtifact which overrides install/uninstall/upload >> from >> > >>>> PackageGemTask. The net effect of this is that >> PackageGemTask#install >> > is >> > >>>> never called. >> > >>>> >> > >>>> Given that observation I was wondering how to fix this and if it is >> > >>>> possible in the first place. In other words, it is possible for a >> > package >> > >>>> to >> > >>>> provide it's own versions of the methods defined in ActsAsArtifact. >> > >>>> >> > >>>> Regards, >> > >>>> >> > >>>> Pepijn >> > >>>> >> > >>>> >> > >>>> On 10/2/2010 18:15, Antoine Toulme wrote: >> > >>>> >> > >>>> Hi Pepjin, >> > >>>>> >> > >>>>> to package a buildr extension you typically don't need to use >> Buildr >> > >>>>> itself. >> > >>>>> You can create a .gemspec file, then do: >> > >>>>> >> > >>>>> gem build gem.gemspec >> > >>>>> gem push gem-1.0.gem >> > >>>>> >> > >>>>> I might be missing something, but really the line you point at is >> not >> > >>>>> related to gem building and is very important in Buildr - it helps >> > >>>>> Buildr >> > >>>>> know how to handle packages as artifacts, so where to upload them >> for >> > >>>>> example. >> > >>>>> >> > >>>>> Thanks, >> > >>>>> >> > >>>>> Antoine >> > >>>>> >> > >>>>> >> > >>>>> On Wed, Feb 10, 2010 at 01:54, Pepijn Van Eeckhoudt< >> > >>>>> [email protected] >> > >>>>> >> > >>>>> wrote: >> > >>>>>> >> > >>>>>> >> > >>>>> Hi, >> > >>>>> >> > >>>>>> >> > >>>>>> I'm trying to package a buildr extension as a gem so I can >> > distribute >> > >>>>>> it >> > >>>>>> more easily. It seems the PackageGemTask#install method is never >> > called >> > >>>>>> though. >> > >>>>>> >> > >>>>>> I'm kind of new to Ruby so I'm not 100% sure what's going on, but >> I >> > >>>>>> think >> > >>>>>> line 173 in buildr/packaging/package.rb ('package.extend >> > >>>>>> ActsAsArtifact') >> > >>>>>> is >> > >>>>>> to blame. By extending the package object with ActsAsArtifact, >> the >> > >>>>>> install, >> > >>>>>> uninstall and upload methods get overridden and so the Gem >> specific >> > >>>>>> variants >> > >>>>>> are never invoked. >> > >>>>>> >> > >>>>>> I would like to patch this, but I'm not sure what would be the >> best >> > way >> > >>>>>> would be to resolve this? Is there some Ruby idiom that would >> allow >> > >>>>>> this? >> > >>>>>> >> > >>>>>> Regards, >> > >>>>>> >> > >>>>>> Pepijn Van Eeckhoudt >> > >>>>>> >> > >>>>>> >> > >>>>>> >> > >>>>> >> > >>>> -- >> > >>>> Pepijn Van Eeckhoudt - Project Leader >> > >>>> T 573-318-4995 >> > >>>> F 573-318-4995 | [email protected] >> > >>>> >> > >>>> LUCIAD - high performance visualization >> > >>>> Wetenschapspark Arenberg | Gaston Geenslaan 9 >> > >>>> 3001 Leuven | Belgium | www.luciad.com >> > >>>> >> > >>>> >> > >>>> >> > >> > >> > > --001485ea8c56298319047f469616-- From [email protected] Thu Feb 11 00:03:51 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80637 invoked from network); 11 Feb 2010 00:03:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Feb 2010 00:03:51 -0000 Received: (qmail 68308 invoked by uid 500); 11 Feb 2010 00:03:51 -0000 Delivered-To: [email protected] Received: (qmail 68249 invoked by uid 500); 11 Feb 2010 00:03:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 68239 invoked by uid 99); 11 Feb 2010 00:03:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2010 00:03:50 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-iw0-f188.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2010 00:03:40 +0000 Received: by iwn26 with SMTP id 26so750238iwn.0 for <[email protected]>; Wed, 10 Feb 2010 16:03:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:cc:content-type; bh=+tM47aH6ZRCnNs0LQhjhxr+MtduYan9UGPiRzHKxo44=; b=x0+cvxdGWEZrGmvtsT7JrrewTUu6kmgKAKLXXSMdfdEMpqqrB7mUT1n8STvfHizeuM L8C/QAw8q8BVr6uioPYn1VtelDluYnl1UwUcRo3BgLrB2bpNJoYO4yaJL87deJorPrpe YXf5C2dQ0gOWPaLDVnPTT3Ra7o+G+jiCPeEJU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=G9prum4wDskwbC7Opn8UXXI/PC8dtQ81EA8qsGZhkMnxb9DSC1tpBSJxkwOINt0l1b TmbHKCnowx1uGhA87grfio9lnUq6lZtzc/nFGKhzyeyKbgDItsZwm17i6i7PanaUfmhS i1nzNYWDOppvy0ra1K6FsLMWkXoEa2hP3eOSk= MIME-Version: 1.0 Sender: [email protected] Reply-To: [email protected] Received: by 161.129.204.104 with SMTP id t19mr1643887ibz.74.1265846600124; Wed, 10 Feb 2010 16:03:20 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> From: Antoine Toulme <[email protected]> Date: Wed, 10 Feb 2010 16:03:00 -0800 X-Google-Sender-Auth: c30c4c1b4500f85d Message-ID: <[email protected]> Subject: Re: PackageGemTask methods not called To: Alex Boisvert <[email protected]> Cc: [email protected] Content-Type: multipart/alternative; boundary=0016362852b6f0cc81047f47e00f --0016362852b6f0cc81047f47e00f Content-Type: text/plain; charset=ISO-8859-1 I have a stupid question about this stuff though. Do we want to support the Maven behavior, the gemcutter behavior, or both ? Because it looks like we would have to choose between the two right now. I see interest in both. Second thing that comes to mind: could we try using a gem repository the same way we use a Maven one ? In that case javagems for example would make sense. >From the release_to repository, Buildr would know how to do the upload/install for gems, and there will be less ambiguity for this case. Just throwing ideas. On Wed, Feb 10, 2010 at 14:30, Antoine Toulme <[email protected]>wrote: > I can either take some sleep time to do it or get to it in 2 to 3 weeks. So > feel free... > > > On Wed, Feb 10, 2010 at 14:28, Alex Boisvert <[email protected]>wrote: > >> I think the absence of tests/spec for package(:gem) is catching up to >> us. If Antoine doesn't get to it before, I'll take a look this weekend. >> >> alex >> >> >> >> On Wed, Feb 10, 2010 at 2:02 PM, Antoine Toulme <[email protected]>wrote: >> >>> Thanks Pepjin, sorry for the confusion. I'll try following up on the bug >>> - >>> I'm not a Buildr committer but I can probably find a fix. >>> >>> On Wed, Feb 10, 2010 at 11:34, Pepijn Van Eeckhoudt < >>> [email protected]> wrote: >>> >>> > >>> > On 10 Feb 2010, at 20:11, Antoine Toulme wrote: >>> > >>> > > Apologies. So we're talking existing Buildr code with a bug. I >>> thought >>> > your >>> > > extension was doing this. >>> > No worries. I understand your response better now. >>> > >>> > > Can you please file a bug ? I don't have much free time but I can try >>> > > creating a spec that reproduces the problem. >>> > Will do. I mainly asked the question because I was curious how this >>> should >>> > be fixed. It seemed that the intention was to support different >>> > implementations of install/uninstall per package type, but this did not >>> work >>> > in practice. >>> > >>> > The reproduction case is as simple as the build script I posted. I'll >>> add >>> > that to the bug report. >>> > >>> > Pepijn >>> > >>> > > >>> > > On Wed, Feb 10, 2010 at 11:04, Pepijn Van Eeckhoudt < >>> > > [email protected]> wrote: >>> > > >>> > >> It's not me that's pushing the limits. This gem support is part of >>> > Buildr >>> > >> 1.3.5 (see gems.rb). >>> > >> >>> > >> Could you do something like super.install if super.respond_to? >>> :install >>> > >> Or does that not make any sense? >>> > >> >>> > >> Pepijn >>> > >> >>> > >> Op 10-feb-2010 om 18:45 heeft Antoine Toulme < >>> [email protected]> >>> > het >>> > >> volgende geschreven:\ >>> > >> >>> > >> >>> > >> I see, it makes sense. >>> > >>> >>> > >>> Well, obviously you are trying to push Buildr a bit by trying to >>> use it >>> > >>> for >>> > >>> non-Maven repository uses. >>> > >>> >>> > >>> Here are the options I can think of: >>> > >>> -use a different task name to push gems >>> > >>> -extend the upload/install tasks by enhancing them - the gem will >>> still >>> > be >>> > >>> deployed in the maven repo, plus where you want to push it. >>> > >>> -maybe create a module like ActAsArtifact and extend the task in a >>> > >>> after_define block ? That might work. >>> > >>> >>> > >>> On Wed, Feb 10, 2010 at 09:35, Pepijn Van Eeckhoudt < >>> > >>> [email protected]> wrote: >>> > >>> >>> > >>> Hi Antoine, >>> > >>>> >>> > >>>> Rereadig my mail, I realize that I should have provided a bit more >>> > >>>> context >>> > >>>> (and sorry for the double message BTW). >>> > >>>> >>> > >>>> My buildfile essentially contains something like this: >>> > >>>> >>> > >>>> define 'my-extension' do >>> > >>>> package(:gem) >>> > >>>> end >>> > >>>> >>> > >>>> package will call pacakge_as_gem which in turn will create a >>> > >>>> PackageGemTask. PackageGemTask has it's own >>> install/uninstall/upload >>> > >>>> implementations. package then takes the PackageGemTask instance >>> and >>> > >>>> extends >>> > >>>> it with ActsAsArtifact which overrides install/uninstall/upload >>> from >>> > >>>> PackageGemTask. The net effect of this is that >>> PackageGemTask#install >>> > is >>> > >>>> never called. >>> > >>>> >>> > >>>> Given that observation I was wondering how to fix this and if it >>> is >>> > >>>> possible in the first place. In other words, it is possible for a >>> > package >>> > >>>> to >>> > >>>> provide it's own versions of the methods defined in >>> ActsAsArtifact. >>> > >>>> >>> > >>>> Regards, >>> > >>>> >>> > >>>> Pepijn >>> > >>>> >>> > >>>> >>> > >>>> On 10/2/2010 18:15, Antoine Toulme wrote: >>> > >>>> >>> > >>>> Hi Pepjin, >>> > >>>>> >>> > >>>>> to package a buildr extension you typically don't need to use >>> Buildr >>> > >>>>> itself. >>> > >>>>> You can create a .gemspec file, then do: >>> > >>>>> >>> > >>>>> gem build gem.gemspec >>> > >>>>> gem push gem-1.0.gem >>> > >>>>> >>> > >>>>> I might be missing something, but really the line you point at is >>> not >>> > >>>>> related to gem building and is very important in Buildr - it >>> helps >>> > >>>>> Buildr >>> > >>>>> know how to handle packages as artifacts, so where to upload them >>> for >>> > >>>>> example. >>> > >>>>> >>> > >>>>> Thanks, >>> > >>>>> >>> > >>>>> Antoine >>> > >>>>> >>> > >>>>> >>> > >>>>> On Wed, Feb 10, 2010 at 01:54, Pepijn Van Eeckhoudt< >>> > >>>>> [email protected] >>> > >>>>> >>> > >>>>> wrote: >>> > >>>>>> >>> > >>>>>> >>> > >>>>> Hi, >>> > >>>>> >>> > >>>>>> >>> > >>>>>> I'm trying to package a buildr extension as a gem so I can >>> > distribute >>> > >>>>>> it >>> > >>>>>> more easily. It seems the PackageGemTask#install method is never >>> > called >>> > >>>>>> though. >>> > >>>>>> >>> > >>>>>> I'm kind of new to Ruby so I'm not 100% sure what's going on, >>> but I >>> > >>>>>> think >>> > >>>>>> line 173 in buildr/packaging/package.rb ('package.extend >>> > >>>>>> ActsAsArtifact') >>> > >>>>>> is >>> > >>>>>> to blame. By extending the package object with ActsAsArtifact, >>> the >>> > >>>>>> install, >>> > >>>>>> uninstall and upload methods get overridden and so the Gem >>> specific >>> > >>>>>> variants >>> > >>>>>> are never invoked. >>> > >>>>>> >>> > >>>>>> I would like to patch this, but I'm not sure what would be the >>> best >>> > way >>> > >>>>>> would be to resolve this? Is there some Ruby idiom that would >>> allow >>> > >>>>>> this? >>> > >>>>>> >>> > >>>>>> Regards, >>> > >>>>>> >>> > >>>>>> Pepijn Van Eeckhoudt >>> > >>>>>> >>> > >>>>>> >>> > >>>>>> >>> > >>>>> >>> > >>>> -- >>> > >>>> Pepijn Van Eeckhoudt - Project Leader >>> > >>>> T 573-318-4995 >>> > >>>> F 573-318-4995 | [email protected] >>> > >>>> >>> > >>>> LUCIAD - high performance visualization >>> > >>>> Wetenschapspark Arenberg | Gaston Geenslaan 9 >>> > >>>> 3001 Leuven | Belgium | www.luciad.com >>> > >>>> >>> > >>>> >>> > >>>> >>> > >>> > >>> >> >> > --0016362852b6f0cc81047f47e00f-- From [email protected] Thu Feb 11 09:09:47 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75912 invoked from network); 11 Feb 2010 09:09:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Feb 2010 09:09:47 -0000 Received: (qmail 94946 invoked by uid 500); 11 Feb 2010 09:09:47 -0000 Delivered-To: [email protected] Received: (qmail 94886 invoked by uid 500); 11 Feb 2010 09:09:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 94876 invoked by uid 99); 11 Feb 2010 09:09:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2010 09:09:46 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO relay.mx.luciad.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2010 09:09:38 +0000 Received: from [161.129.204.104] (unknown [161.129.204.104]) by relay.mx.luciad.com (Postfix) with ESMTPSA id 6AE892EE003B for <[email protected]>; Thu, 11 Feb 2010 10:09:18 +0100 (CET) Message-ID: <[email protected]> Date: Thu, 11 Feb 2010 10:09:16 +0100 From: Pepijn Van Eeckhoudt <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:161.129.204.104) Gecko/20100111 Lightning/1.0b2pre Thunderbird/3.0.1 MIME-Version: 1.0 To: [email protected] Subject: POM uploaded multiple times for attached artifacts Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org When executing 'buildr upload' on a simple java project with the following buildfile, the pom gets uploaded twice; once for each package define 'attachedartifacts' do project.group = "attached" project.version = "1.0" package(:jar) package(:sources) end This doesn't work when uploading to a 'release' maven2 repository as these often don't allow updating of files. In practice I'm trying to upload to a release repository on a Nexus server. Is this intentional behavior of buildr or is this a bug? Any idea how to work around this problem? If you guys can give me some pointers, I can work on a patch for this. I think to correct this the upload operation for each artifact should be a task itself as well. This would ensure upload is only invoked once for each pom. Pepijn From [email protected] Thu Feb 11 09:15:56 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77194 invoked from network); 11 Feb 2010 09:15:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Feb 2010 09:15:56 -0000 Received: (qmail 4704 invoked by uid 500); 11 Feb 2010 09:15:56 -0000 Delivered-To: [email protected] Received: (qmail 4650 invoked by uid 500); 11 Feb 2010 09:15:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 4640 invoked by uid 99); 11 Feb 2010 09:15:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2010 09:15:56 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-iw0-f188.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2010 09:15:47 +0000 Received: by iwn26 with SMTP id 26so1127545iwn.0 for <[email protected]>; Thu, 11 Feb 2010 01:15:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=yMit2Nx9Oh0CcmKDQGiLwwYlRWHQ/4YQzh9w1ByuVIM=; b=Z8+YIslgLHhm7Z0Sc0gRL7IIUXcW0bsJgHWIOGNgqtg4eebTOa/ri6ruJjjRT8/qSv frWZYpYWPcyhnVw4HvfpGPgxOF8UuP8J7DmzJ1/Ytfl9rrIA+C9yjCAndAwWUr9P8pYX Xu6XL+YYfAnZ6XfsZK9Y9nqs6JOXtmV2cflfc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; b=PfWWx5QOImCDHNV/KIRyoAKQIc8AL6nYuXDREtOigTdIBYHTUxBjKIaLIBtBSfxZ5V 5/tz7kHHBl0cmtIatP5XU4kh1HC+1APJXlJHtxUOG3SfNgolmb60XM2QyTsnj2NR2Bm6 Vmxdelxrp/lSZMuT3Bv3ejZ7R5ixMK+kz4H5Q= MIME-Version: 1.0 Sender: [email protected] Reply-To: [email protected] Received: by 161.129.204.104 with SMTP id m11mr2490025ibv.68.1265879726786; Thu, 11 Feb 2010 01:15:26 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> From: Antoine Toulme <[email protected]> Date: Thu, 11 Feb 2010 01:15:06 -0800 X-Google-Sender-Auth: a74303e5fc5e14a9 Message-ID: <[email protected]> Subject: Re: POM uploaded multiple times for attached artifacts To: [email protected] Content-Type: multipart/alternative; boundary=0016e6435444718997047f4f97a1 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6435444718997047f4f97a1 Content-Type: text/plain; charset=ISO-8859-1 That's a bug. Look line 163 of artifact.rb. Instead of calling the upload method, you could encapsulate in a task and add it as a prerequisite, I guess. Make sure to use a task name that would work on the project. On Thu, Feb 11, 2010 at 01:09, Pepijn Van Eeckhoudt < [email protected]> wrote: > When executing 'buildr upload' on a simple java project with the following > buildfile, the pom gets uploaded twice; once for each package > > define 'attachedartifacts' do > project.group = "attached" > project.version = "1.0" > > package(:jar) > package(:sources) > end > > This doesn't work when uploading to a 'release' maven2 repository as these > often don't allow updating of files. In practice I'm trying to upload to a > release repository on a Nexus server. > > Is this intentional behavior of buildr or is this a bug? Any idea how to > work around this problem? > > If you guys can give me some pointers, I can work on a patch for this. I > think to correct this the upload operation for each artifact should be a > task itself as well. This would ensure upload is only invoked once for each > pom. > > Pepijn > --0016e6435444718997047f4f97a1-- From [email protected] Thu Feb 11 11:09:12 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9574 invoked from network); 11 Feb 2010 11:09:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Feb 2010 11:09:11 -0000 Received: (qmail 21223 invoked by uid 500); 11 Feb 2010 11:09:11 -0000 Delivered-To: [email protected] Received: (qmail 21179 invoked by uid 500); 11 Feb 2010 11:09:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 21169 invoked by uid 99); 11 Feb 2010 11:09:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2010 11:09:11 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO relay.mx.luciad.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2010 11:09:00 +0000 Received: from [161.129.204.104] (unknown [161.129.204.104]) by relay.mx.luciad.com (Postfix) with ESMTPSA id DF22C2EE003B for <[email protected]>; Thu, 11 Feb 2010 12:08:39 +0100 (CET) Message-ID: <[email protected]> Date: Thu, 11 Feb 2010 12:08:38 +0100 From: Pepijn Van Eeckhoudt <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:161.129.204.104) Gecko/20100111 Lightning/1.0b2pre Thunderbird/3.0.1 MIME-Version: 1.0 To: [email protected] Subject: Re: POM uploaded multiple times for attached artifacts References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: multipart/mixed; boundary="------------020708040801040105030905" X-Virus-Checked: Checked by ClamAV on apache.org --------------020708040801040105030905 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit How does this look? I've been programming Java for 9 years now, so there might be some java-isms in there... Pepijn On 11/2/2010 10:15, Antoine Toulme wrote: > That's a bug. > > Look line 163 of artifact.rb. > > Instead of calling the upload method, you could encapsulate in a task and > add it as a prerequisite, I guess. Make sure to use a task name that would > work on the project. > > On Thu, Feb 11, 2010 at 01:09, Pepijn Van Eeckhoudt< > [email protected]> wrote: > >> When executing 'buildr upload' on a simple java project with the following >> buildfile, the pom gets uploaded twice; once for each package >> >> define 'attachedartifacts' do >> project.group = "attached" >> project.version = "1.0" >> >> package(:jar) >> package(:sources) >> end >> >> This doesn't work when uploading to a 'release' maven2 repository as these >> often don't allow updating of files. In practice I'm trying to upload to a >> release repository on a Nexus server. >> >> Is this intentional behavior of buildr or is this a bug? Any idea how to >> work around this problem? >> >> If you guys can give me some pointers, I can work on a patch for this. I >> think to correct this the upload operation for each artifact should be a >> task itself as well. This would ensure upload is only invoked once for each >> pom. >> >> Pepijn >> > -- Pepijn Van Eeckhoudt - Project Leader T 573-318-4995 F 573-318-4995 | [email protected] LUCIAD - high performance visualization Wetenschapspark Arenberg | Gaston Geenslaan 9 3001 Leuven | Belgium | www.luciad.com --------------020708040801040105030905 Content-Type: application/x-itunes-itlp; name="uploadtask.patch" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="uploadtask.patch" SW5kZXg6IGxpYi9idWlsZHIvcGFja2FnaW5nL2FydGlmYWN0LnJiDQo9PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 DQotLS0gbGliL2J1aWxkci9wYWNrYWdpbmcvYXJ0aWZhY3QucmIJKHJldmlzaW9uIDg4MzQz MikNCisrKyBsaWIvYnVpbGRyL3BhY2thZ2luZy9hcnRpZmFjdC5yYglUaHUgRmViIDExIDEx OjIxOjUxIENFVCAyMDEwDQpAQCAtNDQsOCArNDQsMjAgQEANCiAgICAgICBkZWYgaW5jbHVk ZWQobW9kKQ0KICAgICAgICAgbW9kLmV4dGVuZCBzZWxmDQogICAgICAgZW5kDQorDQorICAg ICAgcHVibGljDQorICAgICAgZGVmIGxvb2t1cF91cGxvYWRfdGFzayh1cmkpDQorICAgICAg ICBAdXBsb2FkX3Rhc2tzIHx8PSB7fQ0KKyAgICAgICAgQHVwbG9hZF90YXNrc1t1cmldDQot ICAgIGVuZA0KKyAgICAgIGVuZA0KIA0KKyAgICAgIGRlZiByZWdpc3Rlcl91cGxvYWRfdGFz ayh1cmksIHRhc2spDQorICAgICAgICBAdXBsb2FkX3Rhc2tzIHx8PSB7fQ0KKyAgICAgICAg QHVwbG9hZF90YXNrc1t1cmldID0gdGFzaw0KKyAgICAgICAgdGFzaw0KKyAgICAgIGVuZA0K KyAgICBlbmQNCisNCiAgICAgIyBUaGUgYXJ0aWZhY3QgaWRlbnRpZmllci4NCiAgICAgYXR0 cl9yZWFkZXIgOmlkDQogICAgICMgVGhlIGdyb3VwIGlkZW50aWZpZXIuDQpAQCAtMTUzLDE1 ICsxNjUsMTQgQEANCiAgICAgIyBJbiB0aGUgdGhpcmQgZm9ybSwgdXNlcyBhIGhhc2ggd2l0 aCB0aGUgb3B0aW9ucyA6dXJsLCA6dXNlcm5hbWUsIDpwYXNzd29yZCwNCiAgICAgIyBhbmQg OnBlcm1pc3Npb25zLiBBbGwgYnV0IDp1cmwgYXJlIG9wdGlvbmFsLg0KICAgICBkZWYgdXBs b2FkKHVwbG9hZF90byA9IG5pbCkNCi0gICAgICAjIFdoZXJlIGRvIHdlIHJlbGVhc2UgdG8/ DQorICAgICAgdXBsb2FkX3Rhc2sodXBsb2FkX3RvKS5pbnZva2UNCisgICAgZW5kDQorDQor ICAgIGRlZiB1cGxvYWRfdGFzayh1cGxvYWRfdG8gPSBuaWwpDQogICAgICAgdXBsb2FkX3Rv IHx8PSBCdWlsZHIucmVwb3NpdG9yaWVzLnJlbGVhc2VfdG8NCiAgICAgICB1cGxvYWRfdG8g PSB7IDp1cmw9PnVwbG9hZF90byB9IHVubGVzcyBIYXNoID09PSB1cGxvYWRfdG8NCiAgICAg ICByYWlzZSBBcmd1bWVudEVycm9yLCAnRG9uXCd0IGtub3cgd2hlcmUgdG8gdXBsb2FkLCBw ZXJoYXBzIHlvdSBmb3Jnb3QgdG8gc2V0IHJlcG9zaXRvcmllcy5yZWxlYXNlX3RvJyB1bmxl c3MgdXBsb2FkX3RvWzp1cmxdDQotICAgICAgaW52b2tlICMgTWFrZSBzdXJlIHdlIGV4aXN0 Lg0KIA0KLSAgICAgICMgVXBsb2FkIFBPTSBhaGVhZCBvZiBwYWNrYWdlLCBzbyB3ZSBkb24n dCBmYWlsIGFuZCBmaW5kIFBPTS1sZXNzIHBhY2thZ2UgKHRoZSBob3Jyb3IhKQ0KLSAgICAg IHBvbS51cGxvYWQodXBsb2FkX3RvKSBpZiBwb20gJiYgcG9tICE9IHNlbGYNCi0NCiAgICAg ICAjIFNldCB0aGUgdXBsb2FkIFVSSSwgaW5jbHVkaW5nIG1hbmRhdG9yeSBzbGFzaCAod2Ug ZXhwZWN0IGl0IHRvIGJlIHRoZSBiYXNlIGRpcmVjdG9yeSkuDQogICAgICAgIyBVc2VybmFt ZS9wYXNzd29yZCBtYXkgYmUgcGFydCBvZiBVUkksIG9yIHNlcGFyYXRlIGVudGl0aWVzLg0K ICAgICAgIHVyaSA9IFVSSS5wYXJzZSh1cGxvYWRfdG9bOnVybF0uY2xvbmUpDQpAQCAtMTY5 LDExICsxODAsMjEgQEANCiAgICAgICB1cmkudXNlciA9IHVwbG9hZF90b1s6dXNlcm5hbWVd IGlmIHVwbG9hZF90b1s6dXNlcm5hbWVdDQogICAgICAgdXJpLnBhc3N3b3JkID0gdXBsb2Fk X3RvWzpwYXNzd29yZF0gaWYgdXBsb2FkX3RvWzpwYXNzd29yZF0NCiANCisgICAgICBwYXRo ID0gZ3JvdXAuZ3N1YignLicsICcvJykgKyAiLyN7aWR9LyN7dmVyc2lvbn0vI3tGaWxlLmJh c2VuYW1lKG5hbWUpfSINCisNCisgICAgICB1bmxlc3MgdGFzayA9IEFjdHNBc0FydGlmYWN0 Lmxvb2t1cF91cGxvYWRfdGFzayh1cmkrcGF0aCkNCisgICAgICAgIGRlcHMgPSBbc2VsZl0N CisgICAgICAgIGRlcHMgPDwgcG9tLnVwbG9hZF90YXNrKCB1cGxvYWRfdG8gKSBpZiBwb20g JiYgcG9tICE9IHNlbGYNCisNCisgICAgICAgIHRhc2sgPSBSYWtlOjpUYXNrLmRlZmluZV90 YXNrIHVyaSArIHBhdGggPT4gZGVwcyBkbw0KLSAgICAgICMgVXBsb2FkIGFydGlmYWN0IHJl bGF0aXZlIHRvIGJhc2UgVVJMLCBuZWVkIHRvIGNyZWF0ZSBwYXRoIGJlZm9yZSB1cGxvYWRp bmcuDQotICAgICAgaW5mbyAiRGVwbG95aW5nICN7dG9fc3BlY30iDQorICAgICAgICAgICMg VXBsb2FkIGFydGlmYWN0IHJlbGF0aXZlIHRvIGJhc2UgVVJMLCBuZWVkIHRvIGNyZWF0ZSBw YXRoIGJlZm9yZSB1cGxvYWRpbmcuDQorICAgICAgICAgIGluZm8gIkRlcGxveWluZyAje3Rv X3NwZWN9Ig0KLSAgICAgIHBhdGggPSBncm91cC5nc3ViKCcuJywgJy8nKSArICIvI3tpZH0v I3t2ZXJzaW9ufS8je0ZpbGUuYmFzZW5hbWUobmFtZSl9Ig0KLSAgICAgIFVSSS51cGxvYWQg dXJpICsgcGF0aCwgbmFtZSwgOnBlcm1pc3Npb25zPT51cGxvYWRfdG9bOnBlcm1pc3Npb25z XQ0KLSAgICBlbmQNCisgICAgICAgICAgVVJJLnVwbG9hZCB1cmkgKyBwYXRoLCBuYW1lLCA6 cGVybWlzc2lvbnM9PnVwbG9hZF90b1s6cGVybWlzc2lvbnNdDQorICAgICAgICBlbmQNCisg ICAgICAgIEFjdHNBc0FydGlmYWN0LnJlZ2lzdGVyX3VwbG9hZF90YXNrIHVyaSArIHBhdGgs IHRhc2sNCisgICAgICBlbmQNCisgICAgICB0YXNrDQorICAgIGVuZA0KIA0KICAgcHJvdGVj dGVkDQogDQpJbmRleDogbGliL2J1aWxkci9wYWNrYWdpbmcvcGFja2FnZS5yYg0KPT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PQ0KLS0tIGxpYi9idWlsZHIvcGFja2FnaW5nL3BhY2thZ2UucmIJKHJldmlzaW9u IDkwMjI0MykNCisrKyBsaWIvYnVpbGRyL3BhY2thZ2luZy9wYWNrYWdlLnJiCVRodSBGZWIg MTEgMTE6MTU6MDMgQ0VUIDIwMTANCkBAIC0xOTIsNyArMTkyLDcgQEANCiANCiAgICAgICAg IHRhc2soJ2luc3RhbGwnKSAgIHsgcGFja2FnZS5pbnN0YWxsIGlmIHBhY2thZ2UucmVzcG9u ZF90bz8oOmluc3RhbGwpIH0NCiAgICAgICAgIHRhc2soJ3VuaW5zdGFsbCcpIHsgcGFja2Fn ZS51bmluc3RhbGwgaWYgcGFja2FnZS5yZXNwb25kX3RvPyg6dW5pbnN0YWxsKSB9DQotICAg ICAgICB0YXNrKCd1cGxvYWQnKSAgICB7IHBhY2thZ2UudXBsb2FkIGlmIHBhY2thZ2UucmVz cG9uZF90bz8oOnVwbG9hZCkgfQ0KKyAgICAgICAgdGFzaygndXBsb2FkJyA9PiBwYWNrYWdl LnVwbG9hZF90YXNrICkgaWYgcGFja2FnZS5yZXNwb25kX3RvPyg6dXBsb2FkX3Rhc2spDQog DQogICAgICAgICBwYWNrYWdlcyA8PCBwYWNrYWdlDQogICAgICAgZW5kDQo= --------------020708040801040105030905-- From [email protected] Thu Feb 11 11:27:36 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14888 invoked from network); 11 Feb 2010 11:27:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Feb 2010 11:27:36 -0000 Received: (qmail 39252 invoked by uid 500); 11 Feb 2010 11:27:36 -0000 Delivered-To: [email protected] Received: (qmail 39189 invoked by uid 500); 11 Feb 2010 11:27:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 39179 invoked by uid 99); 11 Feb 2010 11:27:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2010 11:27:36 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO relay.mx.luciad.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2010 11:27:26 +0000 Received: from [161.129.204.104] (unknown [161.129.204.104]) by relay.mx.luciad.com (Postfix) with ESMTPSA id 6AE782EE003B for <[email protected]>; Thu, 11 Feb 2010 12:27:04 +0100 (CET) Message-ID: <[email protected]> Date: Thu, 11 Feb 2010 12:27:02 +0100 From: Pepijn Van Eeckhoudt <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:161.129.204.104) Gecko/20100111 Lightning/1.0b2pre Thunderbird/3.0.1 MIME-Version: 1.0 To: [email protected] Subject: Re: POM uploaded multiple times for attached artifacts References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: multipart/mixed; boundary="------------050508060703090001020709" --------------050508060703090001020709 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I was reviewing my previous attempt and was able to throw out some redundant stuff. This should be a bit better already. If it looks ok to you, I'll create a jira issue and attach the patch to that. Pepijn On 11/2/2010 10:15, Antoine Toulme wrote: > That's a bug. > > Look line 163 of artifact.rb. > > Instead of calling the upload method, you could encapsulate in a task and > add it as a prerequisite, I guess. Make sure to use a task name that would > work on the project. > > On Thu, Feb 11, 2010 at 01:09, Pepijn Van Eeckhoudt< > [email protected]> wrote: > >> When executing 'buildr upload' on a simple java project with the following >> buildfile, the pom gets uploaded twice; once for each package >> >> define 'attachedartifacts' do >> project.group = "attached" >> project.version = "1.0" >> >> package(:jar) >> package(:sources) >> end >> >> This doesn't work when uploading to a 'release' maven2 repository as these >> often don't allow updating of files. In practice I'm trying to upload to a >> release repository on a Nexus server. >> >> Is this intentional behavior of buildr or is this a bug? Any idea how to >> work around this problem? >> >> If you guys can give me some pointers, I can work on a patch for this. I >> think to correct this the upload operation for each artifact should be a >> task itself as well. This would ensure upload is only invoked once for each >> pom. >> >> Pepijn >> > -- Pepijn Van Eeckhoudt - Project Leader T 573-318-4995 F 573-318-4995 | [email protected] LUCIAD - high performance visualization Wetenschapspark Arenberg | Gaston Geenslaan 9 3001 Leuven | Belgium | www.luciad.com --------------050508060703090001020709 Content-Type: application/x-itunes-itlp; name="uploadtask2.patch" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="uploadtask2.patch" SW5kZXg6IGxpYi9idWlsZHIvcGFja2FnaW5nL2FydGlmYWN0LnJiCj09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0K LS0tIGxpYi9idWlsZHIvcGFja2FnaW5nL2FydGlmYWN0LnJiCShyZXZpc2lvbiA4ODM0MzIp CisrKyBsaWIvYnVpbGRyL3BhY2thZ2luZy9hcnRpZmFjdC5yYglUaHUgRmViIDExIDEyOjE5 OjM0IENFVCAyMDEwCkBAIC0xNTMsMTUgKzE1MywxNCBAQAogICAgICMgSW4gdGhlIHRoaXJk IGZvcm0sIHVzZXMgYSBoYXNoIHdpdGggdGhlIG9wdGlvbnMgOnVybCwgOnVzZXJuYW1lLCA6 cGFzc3dvcmQsCiAgICAgIyBhbmQgOnBlcm1pc3Npb25zLiBBbGwgYnV0IDp1cmwgYXJlIG9w dGlvbmFsLgogICAgIGRlZiB1cGxvYWQodXBsb2FkX3RvID0gbmlsKQotICAgICAgIyBXaGVy ZSBkbyB3ZSByZWxlYXNlIHRvPworICAgICAgdXBsb2FkX3Rhc2sodXBsb2FkX3RvKS5pbnZv a2UKKyAgICBlbmQKKworICAgIGRlZiB1cGxvYWRfdGFzayh1cGxvYWRfdG8gPSBuaWwpCiAg ICAgICB1cGxvYWRfdG8gfHw9IEJ1aWxkci5yZXBvc2l0b3JpZXMucmVsZWFzZV90bwogICAg ICAgdXBsb2FkX3RvID0geyA6dXJsPT51cGxvYWRfdG8gfSB1bmxlc3MgSGFzaCA9PT0gdXBs b2FkX3RvCiAgICAgICByYWlzZSBBcmd1bWVudEVycm9yLCAnRG9uXCd0IGtub3cgd2hlcmUg dG8gdXBsb2FkLCBwZXJoYXBzIHlvdSBmb3Jnb3QgdG8gc2V0IHJlcG9zaXRvcmllcy5yZWxl YXNlX3RvJyB1bmxlc3MgdXBsb2FkX3RvWzp1cmxdCi0gICAgICBpbnZva2UgIyBNYWtlIHN1 cmUgd2UgZXhpc3QuCiAKLSAgICAgICMgVXBsb2FkIFBPTSBhaGVhZCBvZiBwYWNrYWdlLCBz byB3ZSBkb24ndCBmYWlsIGFuZCBmaW5kIFBPTS1sZXNzIHBhY2thZ2UgKHRoZSBob3Jyb3Ih KQotICAgICAgcG9tLnVwbG9hZCh1cGxvYWRfdG8pIGlmIHBvbSAmJiBwb20gIT0gc2VsZgot CiAgICAgICAjIFNldCB0aGUgdXBsb2FkIFVSSSwgaW5jbHVkaW5nIG1hbmRhdG9yeSBzbGFz aCAod2UgZXhwZWN0IGl0IHRvIGJlIHRoZSBiYXNlIGRpcmVjdG9yeSkuCiAgICAgICAjIFVz ZXJuYW1lL3Bhc3N3b3JkIG1heSBiZSBwYXJ0IG9mIFVSSSwgb3Igc2VwYXJhdGUgZW50aXRp ZXMuCiAgICAgICB1cmkgPSBVUkkucGFyc2UodXBsb2FkX3RvWzp1cmxdLmNsb25lKQpAQCAt MTY5LDExICsxNjgsMjAgQEAKICAgICAgIHVyaS51c2VyID0gdXBsb2FkX3RvWzp1c2VybmFt ZV0gaWYgdXBsb2FkX3RvWzp1c2VybmFtZV0KICAgICAgIHVyaS5wYXNzd29yZCA9IHVwbG9h ZF90b1s6cGFzc3dvcmRdIGlmIHVwbG9hZF90b1s6cGFzc3dvcmRdCiAKKyAgICAgIHBhdGgg PSBncm91cC5nc3ViKCcuJywgJy8nKSArICIvI3tpZH0vI3t2ZXJzaW9ufS8je0ZpbGUuYmFz ZW5hbWUobmFtZSl9IgorCisgICAgICB1bmxlc3MgdGFzayA9IEJ1aWxkci5hcHBsaWNhdGlv bi5sb29rdXAodXJpK3BhdGgpCisgICAgICAgIGRlcHMgPSBbc2VsZl0KKyAgICAgICAgZGVw cyA8PCBwb20udXBsb2FkX3Rhc2soIHVwbG9hZF90byApIGlmIHBvbSAmJiBwb20gIT0gc2Vs ZgorCisgICAgICAgIHRhc2sgPSBSYWtlOjpUYXNrLmRlZmluZV90YXNrIHVyaSArIHBhdGgg PT4gZGVwcyBkbwotICAgICAgIyBVcGxvYWQgYXJ0aWZhY3QgcmVsYXRpdmUgdG8gYmFzZSBV UkwsIG5lZWQgdG8gY3JlYXRlIHBhdGggYmVmb3JlIHVwbG9hZGluZy4KLSAgICAgIGluZm8g IkRlcGxveWluZyAje3RvX3NwZWN9IgorICAgICAgICAgICMgVXBsb2FkIGFydGlmYWN0IHJl bGF0aXZlIHRvIGJhc2UgVVJMLCBuZWVkIHRvIGNyZWF0ZSBwYXRoIGJlZm9yZSB1cGxvYWRp bmcuCisgICAgICAgICAgaW5mbyAiRGVwbG95aW5nICN7dG9fc3BlY30iCi0gICAgICBwYXRo ID0gZ3JvdXAuZ3N1YignLicsICcvJykgKyAiLyN7aWR9LyN7dmVyc2lvbn0vI3tGaWxlLmJh c2VuYW1lKG5hbWUpfSIKLSAgICAgIFVSSS51cGxvYWQgdXJpICsgcGF0aCwgbmFtZSwgOnBl cm1pc3Npb25zPT51cGxvYWRfdG9bOnBlcm1pc3Npb25zXQotICAgIGVuZAorICAgICAgICAg IFVSSS51cGxvYWQgdXJpICsgcGF0aCwgbmFtZSwgOnBlcm1pc3Npb25zPT51cGxvYWRfdG9b OnBlcm1pc3Npb25zXQorICAgICAgICBlbmQKKyAgICAgIGVuZAorICAgICAgdGFzaworICAg IGVuZAogCiAgIHByb3RlY3RlZAogCkBAIC03MzcsMTQgKzc0NSwxMiBAQAogICAjICAgdXBs b2FkIGFydGlmYWN0KCdncm91cDppZDpqYXI6MS4wJykuZnJvbSgnc29tZV9qYXIuamFyJykK ICAgIyAgICQgYnVpbGRyIHVwbG9hZAogICBkZWYgdXBsb2FkKCphcmdzLCAmYmxvY2spCi0g ICAgYXJ0aWZhY3RzID0gYXJ0aWZhY3RzKGFyZ3MpCisgICAgdXBsb2FkX2FydGlmYWN0c190 YXNrcyA9IGFydGlmYWN0cyhhcmdzKS5tYXAgeyB8YXJ0aWZhY3R8IGFydGlmYWN0LnVwbG9h ZF90YXNrIH0KICAgICByYWlzZSBBcmd1bWVudEVycm9yLCAnVGhpcyBtZXRob2QgY2FuIG9u bHkgdXBsb2FkIGFydGlmYWN0cycgdW5sZXNzIGFydGlmYWN0cy5hbGw/IHsgfGZ8IGYucmVz cG9uZF90bz8oOnRvX3NwZWMpIH0KICAgICB0YXNrKCd1cGxvYWQnKS50YXAgZG8gfHRhc2t8 CiAgICAgICB0YXNrLmVuaGFuY2UgJmJsb2NrIGlmIGJsb2NrCi0gICAgICB0YXNrLmVuaGFu Y2UgYXJ0aWZhY3RzIGRvCi0gICAgICAgIGFydGlmYWN0cy5lYWNoIHsgfGFydGlmYWN0fCBh cnRpZmFjdC51cGxvYWQgfQorICAgICAgdGFzay5lbmhhbmNlIHVwbG9hZF9hcnRpZmFjdHNf dGFza3MKLSAgICAgIGVuZAotICAgIGVuZAorICAgIGVuZAorICBlbmQKLSAgZW5kCiAKIGVu ZApJbmRleDogbGliL2J1aWxkci9wYWNrYWdpbmcvcGFja2FnZS5yYgo9PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 Ci0tLSBsaWIvYnVpbGRyL3BhY2thZ2luZy9wYWNrYWdlLnJiCShyZXZpc2lvbiA5MDIyNDMp CisrKyBsaWIvYnVpbGRyL3BhY2thZ2luZy9wYWNrYWdlLnJiCVRodSBGZWIgMTEgMTI6MDY6 MzQgQ0VUIDIwMTAKQEAgLTE5Miw3ICsxOTIsNyBAQAogCiAgICAgICAgIHRhc2soJ2luc3Rh bGwnKSAgIHsgcGFja2FnZS5pbnN0YWxsIGlmIHBhY2thZ2UucmVzcG9uZF90bz8oOmluc3Rh bGwpIH0KICAgICAgICAgdGFzaygndW5pbnN0YWxsJykgeyBwYWNrYWdlLnVuaW5zdGFsbCBp ZiBwYWNrYWdlLnJlc3BvbmRfdG8/KDp1bmluc3RhbGwpIH0KLSAgICAgICAgdGFzaygndXBs b2FkJykgICAgeyBwYWNrYWdlLnVwbG9hZCBpZiBwYWNrYWdlLnJlc3BvbmRfdG8/KDp1cGxv YWQpIH0KKyAgICAgICAgdGFzaygndXBsb2FkJyA9PiBwYWNrYWdlLnVwbG9hZF90YXNrICkg aWYgcGFja2FnZS5yZXNwb25kX3RvPyg6dXBsb2FkX3Rhc2spCiAKICAgICAgICAgcGFja2Fn ZXMgPDwgcGFja2FnZQogICAgICAgZW5kCg== --------------050508060703090001020709-- From [email protected] Thu Feb 11 14:53:24 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9093 invoked from network); 11 Feb 2010 14:53:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Feb 2010 14:53:24 -0000 Received: (qmail 22282 invoked by uid 500); 11 Feb 2010 14:53:24 -0000 Delivered-To: [email protected] Received: (qmail 22221 invoked by uid 500); 11 Feb 2010 14:53:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 22204 invoked by uid 99); 11 Feb 2010 14:53:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2010 14:53:22 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO fg-out-1718.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2010 14:53:13 +0000 Received: by fg-out-1718.google.com with SMTP id e21so7322fga.17 for <[email protected]>; Thu, 11 Feb 2010 06:52:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=8lE4cWp3heyTu07qf7VAQUm67xJmNTPqxXqK7Xn0oJY=; b=YJht4QS7/EPQvf4zfDRV+L7/mEeB4V3JUu3D5/Oy/2rNqCsGe3LbG8r6FVPiIitKXt VF2ncq5ylpJxxnn2ZWkzjQ5dSdajGGY1oPtzTGpytKy+/n/eIHL7nsb37sU0VJok4NbG 5Ijx0olx2N6ejXw6+ck6zELYyx9dh6WWMdwvU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=auYP5Qpmqsrjy2XJUqxyS32RNmezcRrFtdoGWuSyatJMVsMgIBX+tCjXEPw191qvyG xpQYukDmkmWXwhYLQhH2eoIYQ/bQZLTjuWvmlalSjpT0awgIBwcVtmshZDGxe+2ANuOu YoSht7JcekstlTTg+DU7CNLROwulq7dhyyvi8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id y56mr1027024wee.207.1265899972193; Thu, 11 Feb 2010 06:52:52 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Thu, 11 Feb 2010 06:52:52 -0800 Message-ID: <[email protected]> Subject: Re: POM uploaded multiple times for attached artifacts From: Alex Boisvert <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=0016e6d9768229edb1047f544e6c --0016e6d9768229edb1047f544e6c Content-Type: text/plain; charset=ISO-8859-1 Yes, the patch looks good. Please open a Jira and I'll apply it. Thanks for your help! On Thu, Feb 11, 2010 at 3:27 AM, Pepijn Van Eeckhoudt < [email protected]> wrote: > I was reviewing my previous attempt and was able to throw out some > redundant stuff. This should be a bit better already. > > If it looks ok to you, I'll create a jira issue and attach the patch to > that. > > > Pepijn > > On 11/2/2010 10:15, Antoine Toulme wrote: > >> That's a bug. >> >> Look line 163 of artifact.rb. >> >> Instead of calling the upload method, you could encapsulate in a task and >> add it as a prerequisite, I guess. Make sure to use a task name that would >> work on the project. >> >> On Thu, Feb 11, 2010 at 01:09, Pepijn Van Eeckhoudt< >> [email protected]> wrote: >> >> When executing 'buildr upload' on a simple java project with the >>> following >>> buildfile, the pom gets uploaded twice; once for each package >>> >>> define 'attachedartifacts' do >>> project.group = "attached" >>> project.version = "1.0" >>> >>> package(:jar) >>> package(:sources) >>> end >>> >>> This doesn't work when uploading to a 'release' maven2 repository as >>> these >>> often don't allow updating of files. In practice I'm trying to upload to >>> a >>> release repository on a Nexus server. >>> >>> Is this intentional behavior of buildr or is this a bug? Any idea how to >>> work around this problem? >>> >>> If you guys can give me some pointers, I can work on a patch for this. I >>> think to correct this the upload operation for each artifact should be a >>> task itself as well. This would ensure upload is only invoked once for >>> each >>> pom. >>> >>> Pepijn >>> >>> >> > > -- > Pepijn Van Eeckhoudt - Project Leader > T 573-318-4995 > F 573-318-4995 | [email protected] > > LUCIAD - high performance visualization > Wetenschapspark Arenberg | Gaston Geenslaan 9 > 3001 Leuven | Belgium | www.luciad.com > > --0016e6d9768229edb1047f544e6c-- From [email protected] Thu Feb 18 07:55:28 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46230 invoked from network); 18 Feb 2010 07:55:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Feb 2010 07:55:28 -0000 Received: (qmail 81950 invoked by uid 500); 18 Feb 2010 07:55:28 -0000 Delivered-To: [email protected] Received: (qmail 81889 invoked by uid 500); 18 Feb 2010 07:55:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 81879 invoked by uid 99); 18 Feb 2010 07:55:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2010 07:55:27 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO relay.mx.luciad.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2010 07:55:19 +0000 Received: from [161.129.204.104] (unknown [161.129.204.104]) by relay.mx.luciad.com (Postfix) with ESMTPSA id A3D102EE0228 for <[email protected]>; Thu, 18 Feb 2010 08:54:58 +0100 (CET) Message-ID: <[email protected]> Date: Thu, 18 Feb 2010 08:54:57 +0100 From: Pepijn Van Eeckhoudt <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:161.129.204.104) Gecko/20100111 Lightning/1.0b2pre Thunderbird/3.0.1 MIME-Version: 1.0 To: [email protected] Subject: Improved Maven repository handling Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I'm investigating how I can make build a better behaved citizen when it comes to uploading stuff to a maven repository. Specifically I would like to improve the handling of snapshot uploads. Right now these don't seem to get any special treatment. Instead I would like to make buildr upload timestamped builds and update the maven-metadata.xml file. I've been looking at different solutions and currently have the following list of options: - Derive the logic from the Maven source code and implement a work-alike in Ruby - Integrate the Maven ant tasks - Investigate if ivy4r can be used to provide this functionality The ivy4r route turned out to be a dead end as ivy doesn't seem to handle maven-metadata on uploads. By default it doesn't upload a pom.xml either. That leaves me with the first two options. I would like to get some more seasoned developer's opinion on this before I really start developing this. What would the 'preferred' implementation be? Are there any plans on the table to tackle this already? Regards, Pepijn From [email protected] Thu Feb 18 18:34:22 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46291 invoked from network); 18 Feb 2010 18:34:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Feb 2010 18:34:22 -0000 Received: (qmail 4533 invoked by uid 500); 18 Feb 2010 18:34:22 -0000 Delivered-To: [email protected] Received: (qmail 4509 invoked by uid 500); 18 Feb 2010 18:34:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 4499 invoked by uid 99); 18 Feb 2010 18:34:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2010 18:34:22 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO securemail.picagroup.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2010 18:34:14 +0000 Received: from 161.129.204.104 (mithril@localhost) by securemail.picagroup.com with ESMTP id o1IIXqx38773 for <[email protected]>; Thu, 18 Feb 2010 12:33:52 -0600 (CST) (envelope-from [email protected]) Received: from garnet.picagroup.net (161.129.204.104 [161.129.204.104]) by securemail.picagroup.com ([161.129.204.104]); 18 Feb 2010 12:33:52 -0600 (CST) Received: from amethyst.picagroup.net (amethyst.picagroup.net [161.129.204.104]) by garnet.picagroup.net (8.14.1/8.14.1) with ESMTP id o1IIYrW4003916 for <[email protected]>; Thu, 18 Feb 2010 12:34:53 -0600 Received: from amethyst.picagroup.net ([161.129.204.104]) by amethyst ([161.129.204.104]) with mapi; Thu, 18 Feb 2010 12:33:40 -0600 acceptlanguage: en-US X-MS-TNEF-Correlator: X-MS-Has-Attach: yes Accept-Language: en-US Thread-Index: AcqwyOOkyANLnsYsQb+p8Ed0NfVGjA== Thread-Topic: buildfile.rb From: "Kerry Wilson" <[email protected]> To: "[email protected]" <[email protected]> Date: Thu, 18 Feb 2010 12:33:38 -0600 Message-ID: <[email protected]> Subject: buildfile.rb MIME-Version: 1.0 Content-Type: MULTIPART/mixed; boundary="_002_C80634EFA4B2453786451A65172DC806picagroupcom_" Content-Language: en-US X-Virus-Checked: Checked by ClamAV on apache.org --_002_C80634EFA4B2453786451A65172DC806picagroupcom_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Is there a reason that buildr does not recognize buildfile.rb and Buildfile= .rb (similar to rakefile.rb)? I have attached a patch to add this behaviour. Similar setup can be observ= ed in rake.rb:1968 cheers! kw ********************************************************************** Disclaimer: This electronic message may contain information that is Confide= ntial or legally privileged. It is intended only for the use of the individ= ual(s) and entity named in the message. If you are not an intended recipien= t of this message, please notify the sender immediately and delete the mate= rial from your computer. Do not deliver, distribute or copy this message an= d do not disclose its contents or take any action in reliance on the inform= ation it contains.=20 ********************************************************************** --_002_C80634EFA4B2453786451A65172DC806picagroupcom_-- From [email protected] Thu Feb 18 18:44:07 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57751 invoked from network); 18 Feb 2010 18:44:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Feb 2010 18:44:06 -0000 Received: (qmail 20911 invoked by uid 500); 18 Feb 2010 18:44:06 -0000 Delivered-To: [email protected] Received: (qmail 20846 invoked by uid 500); 18 Feb 2010 18:44:06 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 20836 invoked by uid 99); 18 Feb 2010 18:44:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2010 18:44:06 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-iw0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2010 18:43:58 +0000 Received: by iwn8 with SMTP id 8so2612iwn.17 for <[email protected]>; Thu, 18 Feb 2010 10:43:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=NapWyXcIS+8tVoMoXicHJ46m4XpXp9YFU4GjihuCoUg=; b=jY6cKUC+OwsJ6YEGkxLkLmaGoI6J8RyhYEQ6/ak9UywkrAPC6xhqUSpENr5z8TOQdp 0W9/NFtrCo7p5lXi+JTCehaes01D0gYgbrcz+1YL9rr/fVfnYjBK4ed/IByAB9YTSxL5 pPpkJP8a3GNwb/go3jSvuCYfBjeeWyHWd+OKk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; b=PmOxCr92Jv1jf6Ge3imMasFotArw6UiAK946pCkmi/Bef+3uINb1zd/BPgoyCkrzQj vpbewV+6I9Ce9oiLcDmVXnOwmgjRyw/7siLDiTxCdVINfMWNe+Q582+h3gFwYHgQVKjG 0gNUxJFlPhumd0bTFdPFFZe7U6jgCMCwacOuw= MIME-Version: 1.0 Sender: [email protected] Reply-To: [email protected] Received: by 161.129.204.104 with SMTP id f4mr4157566ibv.21.1266518617129; Thu, 18 Feb 2010 10:43:37 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> From: Antoine Toulme <[email protected]> Date: Thu, 18 Feb 2010 10:43:17 -0800 X-Google-Sender-Auth: 857c8f2a4fced616 Message-ID: <[email protected]> Subject: Re: buildfile.rb To: [email protected] Content-Type: multipart/alternative; boundary=0016e648fe2c468467047fe4582e X-Virus-Checked: Checked by ClamAV on apache.org --0016e648fe2c468467047fe4582e Content-Type: text/plain; charset=ISO-8859-1 Kerry, attachments are stripped out on Apache mailing lists. If you open a bug and attach your patch there, we will commit it for sure (does it come with specs for additional karma ?) Thanks, Antoine On Thu, Feb 18, 2010 at 10:33, Kerry Wilson <[email protected]> wrote: > Is there a reason that buildr does not recognize buildfile.rb and > Buildfile.rb (similar to rakefile.rb)? > > I have attached a patch to add this behaviour. Similar setup can be > observed in rake.rb:1968 > > cheers! > > kw > > > > > ********************************************************************** > Disclaimer: This electronic message may contain information that is > Confidential or legally privileged. It is intended only for the use of the > individual(s) and entity named in the message. If you are not an intended > recipient of this message, please notify the sender immediately and delete > the material from your computer. Do not deliver, distribute or copy this > message and do not disclose its contents or take any action in reliance on > the information it contains. > ********************************************************************** > --0016e648fe2c468467047fe4582e-- From [email protected] Thu Feb 18 19:39:25 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84078 invoked from network); 18 Feb 2010 19:39:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Feb 2010 19:39:24 -0000 Received: (qmail 93533 invoked by uid 500); 18 Feb 2010 19:39:24 -0000 Delivered-To: [email protected] Received: (qmail 93467 invoked by uid 500); 18 Feb 2010 19:39:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 93457 invoked by uid 99); 18 Feb 2010 19:39:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2010 19:39:24 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO securemail.picagroup.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2010 19:39:17 +0000 Received: from 161.129.204.104 (mithril@localhost) by securemail.picagroup.com with ESMTP id o1IJcvW44096 for <[email protected]>; Thu, 18 Feb 2010 13:38:57 -0600 (CST) (envelope-from [email protected]) Received: from garnet.picagroup.net (161.129.204.104 [161.129.204.104]) by securemail.picagroup.com ([161.129.204.104]); 18 Feb 2010 13:38:57 -0600 (CST) Received: from amethyst.picagroup.net (amethyst.picagroup.net [161.129.204.104]) by garnet.picagroup.net (8.14.1/8.14.1) with ESMTP id o1IJe39s012289 for <[email protected]>; Thu, 18 Feb 2010 13:40:03 -0600 Received: from amethyst.picagroup.net ([161.129.204.104]) by amethyst ([161.129.204.104]) with mapi; Thu, 18 Feb 2010 13:38:50 -0600 acceptlanguage: en-US X-MS-TNEF-Correlator: X-MS-Has-Attach: Accept-Language: en-US References: <[email protected]> <[email protected]> Thread-Index: Acqw0f70/9EfyWBIRVKuli5MnvaFvw== Thread-Topic: buildfile.rb From: "Kerry Wilson" <[email protected]> To: "[email protected]" <[email protected]> Date: Thu, 18 Feb 2010 13:38:50 -0600 Message-ID: <[email protected]> In-Reply-To: <[email protected]> Subject: Re: buildfile.rb MIME-Version: 1.0 Content-Type: TEXT/plain; charset="us-ascii" Content-Language: en-US Content-Transfer-Encoding: QUOTED-PRINTABLE Sorry, I couldn't find a 'should find buildfile' spec to mimic. I did, how= ever, run the specs against my patch. I have created the ticket at https://issues.apache.org/jira/browse/BUILDR-3= 75 kw On Feb 18, 2010, at 12:43 PM, Antoine Toulme wrote: > Kerry, >=20 > attachments are stripped out on Apache mailing lists. If you open a bug a= nd > attach your patch there, we will commit it for sure (does it come with sp= ecs > for additional karma ?) >=20 > Thanks, >=20 > Antoine >=20 > On Thu, Feb 18, 2010 at 10:33, Kerry Wilson <[email protected]> wrote: >=20 >> Is there a reason that buildr does not recognize buildfile.rb and >> Buildfile.rb (similar to rakefile.rb)? >>=20 >> I have attached a patch to add this behaviour. Similar setup can be >> observed in rake.rb:1968 >>=20 >> cheers! >>=20 >> kw >>=20 >>=20 >>=20 >>=20 >> ********************************************************************** >> Disclaimer: This electronic message may contain information that is >> Confidential or legally privileged. It is intended only for the use of t= he >> individual(s) and entity named in the message. If you are not an intended >> recipient of this message, please notify the sender immediately and dele= te >> the material from your computer. Do not deliver, distribute or copy this >> message and do not disclose its contents or take any action in reliance = on >> the information it contains. >> ********************************************************************** >>=20 ********************************************************************** Disclaimer: This electronic message may contain information that is Confide= ntial or legally privileged. It is intended only for the use of the individ= ual(s) and entity named in the message. If you are not an intended recipien= t of this message, please notify the sender immediately and delete the mate= rial from your computer. Do not deliver, distribute or copy this message an= d do not disclose its contents or take any action in reliance on the inform= ation it contains.=20 ********************************************************************** From [email protected] Fri Feb 19 20:40:31 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87475 invoked from network); 19 Feb 2010 20:40:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Feb 2010 20:40:31 -0000 Received: (qmail 54125 invoked by uid 500); 19 Feb 2010 20:40:31 -0000 Delivered-To: [email protected] Received: (qmail 54063 invoked by uid 500); 19 Feb 2010 20:40:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 54053 invoked by uid 99); 19 Feb 2010 20:40:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Feb 2010 20:40:30 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO detailedbalance.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Feb 2010 20:40:20 +0000 Received: from dhcp-165-124-223-167.nubic.northwestern.edu (dhcp-165-124-223-167.nubic.northwestern.edu [161.129.204.104]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by detailedbalance.net (Postfix) with ESMTPSA id EA2BA7ED1E for <[email protected]>; Fri, 19 Feb 2010 20:39:58 +0000 (UTC) Message-Id: <[email protected]> From: Rhett Sutphin <[email protected]> To: [email protected] Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Native ant support in JRuby 1.5 Date: Fri, 19 Feb 2010 14:39:58 -0600 X-Mailer: Apple Mail (2.936) X-Virus-Checked: Checked by ClamAV on apache.org Hi, The JRuby team just announced that JRuby 1.5 is going to have built-in support for ruby-language access to ant tasks: http://www.engineyard.com/blog/2010/rake-and-ant-together-a-pick-it-n-stick-it-approach/ I mention this because it will probably affect buildr in some way. But I also bring it up because the announcement might be a good place to mention that buildr and antwrap allow you to do some of this today with either MRI or JRuby. Unfortunately, intensedebate is blocking me from signing up (it rejects my OpenID as invalid and I am not receiving an account validation message when I sign up the traditional way). I'll try again later, but if someone else wants to beat me to commenting, feel free. Rhett From [email protected] Fri Feb 19 20:58:38 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90475 invoked from network); 19 Feb 2010 20:58:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Feb 2010 20:58:37 -0000 Received: (qmail 68905 invoked by uid 500); 19 Feb 2010 20:58:37 -0000 Delivered-To: [email protected] Received: (qmail 68844 invoked by uid 500); 19 Feb 2010 20:58:37 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 68834 invoked by uid 99); 19 Feb 2010 20:58:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Feb 2010 20:58:37 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO detailedbalance.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Feb 2010 20:58:28 +0000 Received: from dhcp-165-124-223-167.nubic.northwestern.edu (dhcp-165-124-223-167.nubic.northwestern.edu [161.129.204.104]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by detailedbalance.net (Postfix) with ESMTPSA id D29117EE3C for <[email protected]>; Fri, 19 Feb 2010 20:58:07 +0000 (UTC) Message-Id: <[email protected]> From: Rhett Sutphin <[email protected]> To: [email protected] In-Reply-To: <[email protected]> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: Native ant support in JRuby 1.5 Date: Fri, 19 Feb 2010 14:58:07 -0600 References: <[email protected]> X-Mailer: Apple Mail (2.936) Hi again, On Feb 19, 2010, at 2:39 PM, Rhett Sutphin wrote: > Hi, > > The JRuby team just announced that JRuby 1.5 is going to have built- > in support for ruby-language access to ant tasks: > > http://www.engineyard.com/blog/2010/rake-and-ant-together-a-pick-it-n-stick-it-approach/ > > I mention this because it will probably affect buildr in some way. > But I also bring it up because the announcement might be a good > place to mention that buildr and antwrap allow you to do some of > this today with either MRI or JRuby. Unfortunately, intensedebate > is blocking me from signing up (it rejects my OpenID as invalid and > I am not receiving an account validation message when I sign up the > traditional way). > > I'll try again later, but if someone else wants to beat me to > commenting, feel free. Okay, so ... it turns out that you can comment without an intensedebate account. I went ahead and mentioned antwrap and buildr. It is interesting to see how their (presumably independent) design for rake/ant integration works. It seems to be pretty similar to antwrap except that their treatment of nested elements uses an implicit target rather than an explicit one: # In JRuby 1.5+ ant.path(:id => "project.class.path") do pathelement :location => "classes" end # In Antwrap ant.path(:id => "project.class.path") do |a| a.pathelement :location => "classes" end Rhett From [email protected] Fri Feb 19 21:16:13 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96854 invoked from network); 19 Feb 2010 21:16:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Feb 2010 21:16:13 -0000 Received: (qmail 95381 invoked by uid 500); 19 Feb 2010 21:16:12 -0000 Delivered-To: [email protected] Received: (qmail 95317 invoked by uid 500); 19 Feb 2010 21:16:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 95307 invoked by uid 99); 19 Feb 2010 21:16:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Feb 2010 21:16:12 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ew0-f228.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Feb 2010 21:16:03 +0000 Received: by ewy28 with SMTP id 28so632506ewy.28 for <[email protected]>; Fri, 19 Feb 2010 13:15:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=TFfl1Jl7qaJjC1VC3R3/SwbO6QAIbQeMGHvnodtcqDA=; b=MfsbHwzw7cIHlYarTH+0MWP2yP4nbD2Djvadzusw1/MW4w/Uo9Y2xIQmFxZbHmHWR2 DxWRu+OYE2wiW2SCEWHkUpn+1Tp8X82LSWYJdgJv2LIcH4xQAOUFpl1JFm4Kok+TUBXz vl1DZH9keqis0IbvN42d8qr27WIlYVv5GLpQk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=c6AcX1aauR5ZHnbRWzgJfc6aOznqFJGiUV+9QBXSk0NmWcHINRpvtUbfvNJVWCeBpT eJ8jMivLcfZYeewXdAHLzAbs5+K6NfvSrb4+COZ5aGWk9s+IfMaVQdc8egKnUnaIjVFv uSuSDiVNnWhyMx0PH7z4PtfmfS0O9ftWL9JLg= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id c63mr4785105wef.211.1266614140428; Fri, 19 Feb 2010 13:15:40 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> Date: Fri, 19 Feb 2010 13:15:40 -0800 Message-ID: <[email protected]> Subject: Re: Native ant support in JRuby 1.5 From: Alex Boisvert <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=0016e6d464cce862f2047ffa95c8 --0016e6d464cce862f2047ffa95c8 Content-Type: text/plain; charset=ISO-8859-1 On Fri, Feb 19, 2010 at 12:39 PM, Rhett Sutphin <[email protected]>wrote: > The JRuby team just announced that JRuby 1.5 is going to have built-in > support for ruby-language access to ant tasks: > > > http://www.engineyard.com/blog/2010/rake-and-ant-together-a-pick-it-n-stick-it-approach/ > > I mention this because it will probably affect buildr in some way. But I > also bring it up because the announcement might be a good place to mention > that buildr and antwrap allow you to do some of this today with either MRI > or JRuby. Unfortunately, intensedebate is blocking me from signing up (it > rejects my OpenID as invalid and I am not receiving an account validation > message when I sign up the traditional way). > > I'll try again later, but if someone else wants to beat me to commenting, > feel free. > Thanks for commenting (I don't see your comment but I assume it will get through moderation soon). As someone who has to use Ant more often than not these days, I pretty excited about this. It represents another option to avoid XML programming. Besides, I think any advocacy for Ruby in the Java world is good for Buildr. JRuby + native Ant support could be our gateway drug. alex --0016e6d464cce862f2047ffa95c8-- From [email protected] Fri Feb 19 21:19:04 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97375 invoked from network); 19 Feb 2010 21:19:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Feb 2010 21:19:04 -0000 Received: (qmail 97905 invoked by uid 500); 19 Feb 2010 21:19:04 -0000 Delivered-To: [email protected] Received: (qmail 97840 invoked by uid 500); 19 Feb 2010 21:19:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 97825 invoked by uid 99); 19 Feb 2010 21:19:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Feb 2010 21:19:04 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO ey-out-2122.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Feb 2010 21:18:57 +0000 Received: by ey-out-2122.google.com with SMTP id 25so136562eya.29 for <[email protected]>; Fri, 19 Feb 2010 13:18:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=GpFr5pu2tqKou0n/baVtyazaHYdI2ZuagKAnWXJygg0=; b=jKRuSIkUMsL1XGPlkNiZqxk8/gI5kqrm95nKtYVLTD4RhIAixEQ40xgM2Y6sUl/+jB XP9vzOnPHdqUWn/jjDAwd/diaGB1G78eA1auz/p0zLCYuRQfN2vQcS+MeBUVzbjHVBwV c7rZkRMAjQsWYB072zMrdIpX41gYc+4ymD0To= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=qosKiq2Ci61sJ4Epb2zUoVPVniRSIWFWQN1gmelUNTyVYApj7WRbqoyLZe+9V4uqdZ 6e5dPNSzioBg8pGnBlx51Hs2jJgGYX9jJRAbKhSfcPg4rM5+S1a4+h7GMXxWqjTb1VeN kciOg9hYtQh4U1D7ZRZ48i8AfCdtGJqEr1f7U= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id w10mr976708wem.206.1266614316423; Fri, 19 Feb 2010 13:18:36 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Fri, 19 Feb 2010 13:18:36 -0800 Message-ID: <[email protected]> Subject: Re: Native ant support in JRuby 1.5 From: Alex Boisvert <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=0016367fa6a265d96f047ffaa0d6 --0016367fa6a265d96f047ffaa0d6 Content-Type: text/plain; charset=ISO-8859-1 On Fri, Feb 19, 2010 at 12:58 PM, Rhett Sutphin <[email protected]>wrote: > It is interesting to see how their (presumably independent) design for > rake/ant integration works. It seems to be pretty similar to antwrap except > that their treatment of nested elements uses an implicit target rather than > an explicit one: > > # In JRuby 1.5+ > ant.path(:id => "project.class.path") do > pathelement :location => "classes" > end > > # In Antwrap > ant.path(:id => "project.class.path") do |a| > a.pathelement :location => "classes" > end > Yes, quite similar. It would be fairly easy to support both on the JRuby runtime. alex --0016367fa6a265d96f047ffaa0d6-- From [email protected] Sat Feb 20 16:17:49 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99721 invoked from network); 20 Feb 2010 16:17:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Feb 2010 16:17:49 -0000 Received: (qmail 70323 invoked by uid 500); 20 Feb 2010 16:17:49 -0000 Delivered-To: [email protected] Received: (qmail 70264 invoked by uid 500); 20 Feb 2010 16:17:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 70254 invoked by uid 99); 20 Feb 2010 16:17:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Feb 2010 16:17:48 +0000 X-ASF-Spam-Status: No, hits=2.9 required=10.0 tests=HTML_MESSAGE,SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of [email protected] does not designate 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-px0-f204.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Feb 2010 16:17:37 +0000 Received: by pxi42 with SMTP id 42so606186pxi.5 for <[email protected]>; Sat, 20 Feb 2010 08:17:15 -0800 (PST) MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id s2mr7977363rvl.273.1266682635116; Sat, 20 Feb 2010 08:17:15 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> From: Assaf Arkin <[email protected]> Date: Sat, 20 Feb 2010 08:16:55 -0800 Message-ID: <[email protected]> Subject: Re: Native ant support in JRuby 1.5 To: [email protected] Content-Type: multipart/alternative; boundary=000e0cd11968825fc004800a88ab X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd11968825fc004800a88ab Content-Type: text/plain; charset=ISO-8859-1 On Fri, Feb 19, 2010 at 12:58 PM, Rhett Sutphin <[email protected]>wrote: > Hi again, > > > On Feb 19, 2010, at 2:39 PM, Rhett Sutphin wrote: > > Hi, >> >> The JRuby team just announced that JRuby 1.5 is going to have built-in >> support for ruby-language access to ant tasks: >> >> >> http://www.engineyard.com/blog/2010/rake-and-ant-together-a-pick-it-n-stick-it-approach/ >> >> I mention this because it will probably affect buildr in some way. But I >> also bring it up because the announcement might be a good place to mention >> that buildr and antwrap allow you to do some of this today with either MRI >> or JRuby. Unfortunately, intensedebate is blocking me from signing up (it >> rejects my OpenID as invalid and I am not receiving an account validation >> message when I sign up the traditional way). >> >> I'll try again later, but if someone else wants to beat me to commenting, >> feel free. >> > > Okay, so ... it turns out that you can comment without an intensedebate > account. I went ahead and mentioned antwrap and buildr. > > It is interesting to see how their (presumably independent) design for > rake/ant integration works. It seems to be pretty similar to antwrap except > that their treatment of nested elements uses an implicit target rather than > an explicit one: > > # In JRuby 1.5+ > ant.path(:id => "project.class.path") do > pathelement :location => "classes" > end > Older versions of Antwrap worked that way. It turned out to not be such a hot deal. What happens when you want to call a pathelement method on your object? First you have to figure out a Ruby method call is intercepted by Ant, which is not what you'd expect. Then work out a temporary variable to [email protected]. That happens a lot in Buildr, and we ended up with DSL code smell, so I asked Caleb (developer of Antwrap) to change the behavior to what it is today. Assaf > > # In Antwrap > ant.path(:id => "project.class.path") do |a| > a.pathelement :location => "classes" > end > > Rhett > --000e0cd11968825fc004800a88ab-- From [email protected] Wed Feb 24 05:19:19 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83272 invoked from network); 24 Feb 2010 05:19:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Feb 2010 05:19:19 -0000 Received: (qmail 75307 invoked by uid 500); 24 Feb 2010 05:19:19 -0000 Delivered-To: [email protected] Received: (qmail 75242 invoked by uid 500); 24 Feb 2010 05:19:18 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 75231 invoked by uid 99); 24 Feb 2010 05:19:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2010 05:19:17 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-wy0-f172.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2010 05:19:09 +0000 Received: by wyb40 with SMTP id 40so919934wyb.17 for <[email protected]>; Tue, 23 Feb 2010 21:18:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=jCIzrl7+WxPXjYVF/zCZRyBUQp9EZpcKrdidG52g8hs=; b=uYbr8z8tMtmaZw8UJwD4RnMzZitj4ZPJCJ/+XSi/SdTjnQpG+4XoeCOfeu0m5lMUP3 b5AFAaGtFlPi+6LExNUfQX7dk/8IWKeiKY9hAK4Iuj2bqB0FVqP7bVsrI7jwoplFidfE aaORykigzVHPjVM0YX/9Dmjo8EVPAr5WsUGco= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=PyYHeLj8UBotXu58vJjN6ojZTwub0GHpvMvO7qjTXrblSabiEKKS06qAe+30wXOTVS AGtLLhZF68O8GHtmYJiYhCqEorarRd1jHY73rK05H3AXBlyDcAB1x40wWT1QajEKRwbd qyo3r8z4Kruip3tYKO73WnwIchxzhWwGyrS2I= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id t5mr703762wee.176.1266988729372; Tue, 23 Feb 2010 21:18:49 -0800 (PST) Date: Tue, 23 Feb 2010 21:18:49 -0800 Message-ID: <[email protected]> Subject: Idea 7x issues From: Alex Boisvert <[email protected]> To: dev <[email protected]> Content-Type: multipart/alternative; boundary=0016e6d6486126107d048051cda6 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6d6486126107d048051cda6 Content-Type: text/plain; charset=ISO-8859-1 Any committer wants to step in and review these patches? https://issues.apache.org/jira/browse/BUILDR-376 https://issues.apache.org/jira/browse/BUILDR-377 I don't use IDEA and I'm not familiar with their project descriptions. alex --0016e6d6486126107d048051cda6-- From [email protected] Wed Feb 24 05:28:46 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87250 invoked from network); 24 Feb 2010 05:28:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Feb 2010 05:28:46 -0000 Received: (qmail 81619 invoked by uid 500); 24 Feb 2010 05:28:46 -0000 Delivered-To: [email protected] Received: (qmail 81557 invoked by uid 500); 24 Feb 2010 05:28:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 81544 invoked by uid 99); 24 Feb 2010 05:28:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2010 05:28:45 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ww0-f44.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2010 05:28:38 +0000 Received: by wwb31 with SMTP id 31so1044456wwb.17 for <[email protected]>; Tue, 23 Feb 2010 21:28:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=M3OEYA/FzihfaU51y/9KxiFZkW07R7Y1qvxXpdeccsE=; b=nep6CvaqXt3AgbUqCESYNLnTXvFnSYCubSzkH2MkFk4DVFq8nQ3/fx0iSSsBbZkNZs pDcsUKiN3aGDKr6VNZQ4aTNDICUpSmTRWEmVQsHpiUz+2G4XrRQGpULfJ+VydFdpuNno I3khW4Tetqd0+m5gtZ2wllyCWIHvNIGQ2SwKE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=T5IhUA4nJiPbamCMHIF6SAUxOr8lGOFB4a4h0Jt7Mn8zchgeIQ8G7gCQCxycEjUUkV CiQAtiHtC52D846P/xdwypRyssrbmEWoMwAs2N1+hQyUSNdS96JpKesJqADGxkiQiXaH Ik3oIxtkl09+SvinYyVRuCIgEoc3n0v2ZfA4k= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id p63mr1443417wel.33.1266989297039; Tue, 23 Feb 2010 21:28:17 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 23 Feb 2010 21:28:16 -0800 Message-ID: <[email protected]> Subject: Re: Improved Maven repository handling From: Alex Boisvert <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=0016363ba666fbf947048051eed1 --0016363ba666fbf947048051eed1 Content-Type: text/plain; charset=ISO-8859-1 On Wed, Feb 17, 2010 at 11:54 PM, Pepijn Van Eeckhoudt < [email protected]> wrote: > Hi, > > I'm investigating how I can make build a better behaved citizen when it > comes to uploading stuff to a maven repository. Specifically I would like to > improve the handling of snapshot uploads. Right now these don't seem to get > any special treatment. Instead I would like to make buildr upload > timestamped builds and update the maven-metadata.xml file. > I've been looking at different solutions and currently have the following > list of options: > - Derive the logic from the Maven source code and implement a work-alike in > Ruby > - Integrate the Maven ant tasks > - Investigate if ivy4r can be used to provide this functionality > > The ivy4r route turned out to be a dead end as ivy doesn't seem to handle > maven-metadata on uploads. By default it doesn't upload a pom.xml either. > That leaves me with the first two options. I would like to get some more > seasoned developer's opinion on this before I really start developing this. > What would the 'preferred' implementation be? Are there any plans on the > table to tackle this already? > Hi Peijn, There's no work underway for this at the moment so the path is clear :) I personally would try to go with the Maven ant tasks since it's less code to maintain but that would probably depend on how much glue and duct tape is necessary for the integration. Otherwise, a Ruby implementation would probably fit in < 100 lines** given that we already have building blocks for repository, artifact, upload/download, etc. thanks for stepping in, alex ** naive guestimates are always free. --0016363ba666fbf947048051eed1-- From [email protected] Wed Feb 24 06:13:42 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8208 invoked from network); 24 Feb 2010 06:13:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Feb 2010 06:13:42 -0000 Received: (qmail 10571 invoked by uid 500); 24 Feb 2010 06:13:42 -0000 Delivered-To: [email protected] Received: (qmail 10492 invoked by uid 500); 24 Feb 2010 06:13:41 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 10449 invoked by uid 99); 24 Feb 2010 06:13:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2010 06:13:40 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ww0-f44.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2010 06:13:32 +0000 Received: by wwb31 with SMTP id 31so1054169wwb.17 for <[email protected]>; Tue, 23 Feb 2010 22:13:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=6x1Qkzlrzrb+QlFhOmmqkJhnlUp7oYTAePNnHEz1bXc=; b=HCeeqCANfOZr/tl/vmn/LBsJSt75RR1wB/QM5ArkuPCv8EFe0LS2h+Aa8WiKnULCzC 0JPSeZ8XSCVQRVNwAGJzi46B2Kap4wnOTIWk3fy/CZxuv3AiQY69DDZNaimmdVkdYnEK 3bNiyiaoj/25+7EP3PB1lcYD26184u61HjSJ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=FSM+CnPylGPw4R1YACw5FpCEFCoWdmE0zgZlh7Mi1FtyXpaOCNEE88eVam3TtqNmo2 mdtkcK/2AJ9tO9TBVMU1kuHriV8nwINjqus3HR9vAa8bwAqVdS6RmQQ0Qa+dvSzg69CT X+APkDflmgoqOIHdWwakukXSBl6Su7wrv3++4= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id z59mr2474828wek.95.1266991989783; Tue, 23 Feb 2010 22:13:09 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 23 Feb 2010 22:13:09 -0800 Message-ID: <[email protected]> Subject: Re: Idea 7x issues From: Alex Boisvert <[email protected]> To: dev <[email protected]> Content-Type: multipart/alternative; boundary=0016364275a37bfdca0480528f5e X-Virus-Checked: Checked by ClamAV on apache.org --0016364275a37bfdca0480528f5e Content-Type: text/plain; charset=ISO-8859-1 On Tue, Feb 23, 2010 at 9:18 PM, Alex Boisvert <[email protected]>wrote: > Any committer wants to step in and review these patches? > https://issues.apache.org/jira/browse/BUILDR-376 > https://issues.apache.org/jira/browse/BUILDR-377 > > I don't use IDEA and I'm not familiar with their project descriptions. > While we're at it there's also this one to be reviewed, https://issues.apache.org/jira/browse/BUILDR-369 In lieu of specs (which are sadly missing for IDEA), I could be consoled if fellow IDEA contributors cross-reviewed their patches. i.e., Alexis reviewing BUILDR-376/377 and Peter reviewing BUILDR-369, or anybody else... Just indicate so on the issue itself to help expedite the process. thanks! alex --0016364275a37bfdca0480528f5e-- From [email protected] Wed Feb 24 14:46:35 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29536 invoked from network); 24 Feb 2010 14:46:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Feb 2010 14:46:35 -0000 Received: (qmail 80577 invoked by uid 500); 24 Feb 2010 14:46:35 -0000 Delivered-To: [email protected] Received: (qmail 80504 invoked by uid 500); 24 Feb 2010 14:46:34 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 80475 invoked by uid 99); 24 Feb 2010 14:46:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2010 14:46:34 +0000 X-ASF-Spam-Status: No, hits=3.4 required=10.0 tests=HTML_MESSAGE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mail-fx0-f224.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2010 14:46:27 +0000 Received: by fxm24 with SMTP id 24so5438462fxm.37 for <[email protected]>; Wed, 24 Feb 2010 06:46:05 -0800 (PST) MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id u16mr24856hba.180.1267022765675; Wed, 24 Feb 2010 06:46:05 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Wed, 24 Feb 2010 09:46:03 -0500 Message-ID: <[email protected]> Subject: Re: Idea 7x issues From: Shane Witbeck <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=001485f8947aded59d048059b9d3 --001485f8947aded59d048059b9d3 Content-Type: text/plain; charset=ISO-8859-1 A few things to consider: 1. I think we need to define which versions of IDEA these patches should work with. The last idea7x patch which I wrote was specifically for IDEA 7x. It seems each subsequent version of IDEA (8x and 9x) has had changes to the way they handle project and module files. 2. Version 8x of IDEA introduced a new way of defining project and module files. It's called the "directory-based" approach. I believe the new approach was to make it easier to share project files among team members by checking into a source repository. The older project files apparently were hard to keep in sync because of merge conflicts, etc. Do these patches address the traditional project files or the new directory-based approach? 3. Having gone through the process of trying to keep changes in Buildr and IDEA project files in synch along with changing formats with each new IDEA version, I finally gave up. I propose a more clearly defined approach which addresses differences between IDEA project file version formats. Perhaps a departure from idea vs idea7x tasks and have one idea task with a param indicating which version to generate the project files for? That all being said, I'm willing to help in this effort. -Shane On Wed, Feb 24, 2010 at 1:13 AM, Alex Boisvert <[email protected]>wrote: > On Tue, Feb 23, 2010 at 9:18 PM, Alex Boisvert <[email protected] > >wrote: > > > Any committer wants to step in and review these patches? > > https://issues.apache.org/jira/browse/BUILDR-376 > > https://issues.apache.org/jira/browse/BUILDR-377 > > > > I don't use IDEA and I'm not familiar with their project descriptions. > > > > While we're at it there's also this one to be reviewed, > https://issues.apache.org/jira/browse/BUILDR-369 > > In lieu of specs (which are sadly missing for IDEA), I could be consoled if > fellow IDEA contributors cross-reviewed their patches. i.e., Alexis > reviewing BUILDR-376/377 and Peter reviewing BUILDR-369, or anybody else... > > Just indicate so on the issue itself to help expedite the process. > > thanks! > alex > --001485f8947aded59d048059b9d3-- From [email protected] Wed Feb 24 17:03:54 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97625 invoked from network); 24 Feb 2010 17:03:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Feb 2010 17:03:54 -0000 Received: (qmail 20883 invoked by uid 500); 24 Feb 2010 17:03:54 -0000 Delivered-To: [email protected] Received: (qmail 20816 invoked by uid 500); 24 Feb 2010 17:03:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 20805 invoked by uid 99); 24 Feb 2010 17:03:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2010 17:03:54 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO relay.mx.luciad.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2010 17:03:47 +0000 Received: from [161.129.204.104] (unknown [161.129.204.104]) by relay.mx.luciad.com (Postfix) with ESMTPSA id BCA2B2EE021B for <[email protected]>; Wed, 24 Feb 2010 18:03:25 +0100 (CET) Message-ID: <[email protected]> Date: Wed, 24 Feb 2010 18:03:28 +0100 From: Pepijn Van Eeckhoudt <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:161.129.204.104) Gecko/20100111 Lightning/1.0b2pre Thunderbird/3.0.1 MIME-Version: 1.0 To: [email protected] Subject: Re: Improved Maven repository handling References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: multipart/mixed; boundary="------------080706010502040904020507" --------------080706010502040904020507 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 24/2/2010 06:28, Alex Boisvert wrote: > There's no work underway for this at the moment so the path is clear :) > > I personally would try to go with the Maven ant tasks since it's less code > to maintain but that would probably depend on how much glue and duct tape is > necessary for the integration. Otherwise, a Ruby implementation would > probably fit in< 100 lines** given that we already have building blocks > for repository, artifact, upload/download, etc. Well, here's what I tinkered together last week. The intention is that artifact coordinates and dependencies are defined in an external pom.xml file. This is then read to resolve dependencies and when deploying/installing artifacts. I got the basics to work the way I wanted them to, but I bumped into a major annoyance relating to the super-pom concept. The super pom defines the maven central repository and it seems the only way to completely disable it is to redeclare it in each project pom file, disabling it for releases and snapshots. It seemed to me that this should be feasible from the settings.xml but no matter what I tried the maven ant tasks kept trying to contact repo1. For my use case, this is a showstopper so I kind of gave up on using the maven ant tasks. I revisited the ivy4r extension and played with that a bit instead but I've run into a bit of an issue relating to how buildr retrieves its own dependencies. I basically would like to use ivy (or the maven ant tasks for that matter) for all artifact downloads. This of course requires the ant jars themselves and the respective ant task jars. What I haven't been able to solve is how I can get buildr to bootstrap itself given this setup. I.e., how can I use ivy to download ant if neither ant nor ivy are downloaded yet. In the attached maven extension I ended up using the default buildr behavior for ant and the maven ant tasks and maven for everything else. I would like to find a better solution for this though. My end goal is to define the repository information only in the ivy/maven metadata files and not have to duplicate this in the buildfile. Any suggestions on how to tackle this? Ivy4r works around this by packaging it's dependencies in a gem. Is that the best way to go? Regards, Pepijn --------------080706010502040904020507 Content-Type: application/x-itunes-itlp; name="maven.rb" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="maven.rb" cmVxdWlyZSAnYW50d3JhcCcKcmVxdWlyZSAnYnVpbGRyL3BhY2thZ2luZy9hcnRpZmFjdCcK Cm1vZHVsZSBCdWlsZHIKICBtb2R1bGUgTWF2ZW5FeHRlbnNpb24KICAgIGluY2x1ZGUgRXh0 ZW5zaW9uCgogICAgY2xhc3MgPDwgc2VsZgogICAgICAjIFdoaWNoIHZlcnNpb24gb2YgTWF2 ZW4gQW50IHRhc2tzIHdlJ3JlIHVzaW5nIGJ5IGRlZmF1bHQuCiAgICAgIFZFUlNJT04gPSAn Mi4xLjAnCgogICAgICBkZWYgdmVyc2lvbgogICAgICAgIEJ1aWxkci5zZXR0aW5ncy5idWls ZFsnbWF2ZW4nXSB8fCBWRVJTSU9OCiAgICAgIGVuZAoKICAgICAgZGVmIGRlcGVuZGVuY2ll cwogICAgICAgIEBkZXBlbmRlbmNpZXMgfHw9IFsib3JnLmFwYWNoZS5tYXZlbjptYXZlbi1h bnQtdGFza3M6amFyOiN7dmVyc2lvbn0iXQogICAgICBlbmQKCiAgICAgIGRlZiBhbnQKICAg ICAgICBAYW50IHx8PSBpbml0X2FudAogICAgICAgIEBhbnQKICAgICAgZW5kCgogICAgICBk ZWYgaW5pdF9hbnQoKQogICAgICAgIGFudCA9IEJ1aWxkcjo6YW50KCJtYXZlbi1hbnQiKQoK ICAgICAgICAjVGFza3MKICAgICAgICBhbnQudGFza2RlZiA6bmFtZSA9PiAiZGVwZW5kZW5j aWVzIiwgOmNsYXNzbmFtZSA9PiAib3JnLmFwYWNoZS5tYXZlbi5hcnRpZmFjdC5hbnQuRGVw ZW5kZW5jaWVzVGFzayIKICAgICAgICBhbnQudGFza2RlZiA6bmFtZSA9PiAiaW5zdGFsbCIs IDpjbGFzc25hbWUgPT4gIm9yZy5hcGFjaGUubWF2ZW4uYXJ0aWZhY3QuYW50Lkluc3RhbGxU YXNrIgogICAgICAgIGFudC50YXNrZGVmIDpuYW1lID0+ICJkZXBsb3kiLCA6Y2xhc3NuYW1l ID0+ICJvcmcuYXBhY2hlLm1hdmVuLmFydGlmYWN0LmFudC5EZXBsb3lUYXNrIgogICAgICAg IGFudC50YXNrZGVmIDpuYW1lID0+ICJpbnN0YWxsLXByb3ZpZGVyIiwgOmNsYXNzbmFtZSA9 PiAib3JnLmFwYWNoZS5tYXZlbi5hcnRpZmFjdC5hbnQuSW5zdGFsbFdhZ29uUHJvdmlkZXJU YXNrIgogICAgICAgIGFudC50YXNrZGVmIDpuYW1lID0+ICJtdm4iLCA6Y2xhc3NuYW1lID0+ ICJvcmcuYXBhY2hlLm1hdmVuLmFydGlmYWN0LmFudC5Ndm4iCiAgICAgICAgYW50LnRhc2tk ZWYgOm5hbWUgPT4gIndyaXRlcG9tIiwgOmNsYXNzbmFtZSA9PiAib3JnLmFwYWNoZS5tYXZl bi5hcnRpZmFjdC5hbnQuV3JpdGVQb21UYXNrIgoKICAgICAgICAjIFR5cGVzCiAgICAgICAg YW50LnR5cGVkZWYgOm5hbWUgPT4gImxvY2FsUmVwb3NpdG9yeSIsIDpjbGFzc25hbWUgPT4g Im9yZy5hcGFjaGUubWF2ZW4uYXJ0aWZhY3QuYW50LkxvY2FsUmVwb3NpdG9yeSIKICAgICAg ICBhbnQudHlwZWRlZiA6bmFtZSA9PiAicmVtb3RlUmVwb3NpdG9yeSIsIDpjbGFzc25hbWUg PT4gIm9yZy5hcGFjaGUubWF2ZW4uYXJ0aWZhY3QuYW50LlJlbW90ZVJlcG9zaXRvcnkiCiAg ICAgICAgYW50LnR5cGVkZWYgOm5hbWUgPT4gImF1dGhlbnRpY2F0aW9uIiwgOmNsYXNzbmFt ZSA9PiAib3JnLmFwYWNoZS5tYXZlbi5hcnRpZmFjdC5hbnQuQXV0aGVudGljYXRpb24iCiAg ICAgICAgYW50LnR5cGVkZWYgOm5hbWUgPT4gInByb3h5IiwgOmNsYXNzbmFtZSA9PiAib3Jn LmFwYWNoZS5tYXZlbi5hcnRpZmFjdC5hbnQuUHJveHkiCgogICAgICAgICMgVGFza3MgdGhh dCBhcmUgYWxzbyB0eXBlcwogICAgICAgIGFudC50YXNrZGVmIDpuYW1lID0+ICJwb20iLCA6 Y2xhc3NuYW1lID0+ICJvcmcuYXBhY2hlLm1hdmVuLmFydGlmYWN0LmFudC5Qb20iCgogICAg ICAgIGFudAogICAgICBlbmQKICAgIGVuZAoKICAgIEphdmEuY2xhc3NwYXRoIDw8IGxhbWJk YSB7IE1hdmVuRXh0ZW5zaW9uLmRlcGVuZGVuY2llcyB9CgogICAgY2xhc3MgTWF2ZW4KICAg ICAgZGVmIGluaXRpYWxpemUocHJvamVjdCkKICAgICAgICBAcHJvamVjdCA9IHByb2plY3QK ICAgICAgZW5kCgogICAgICBkZWYgZW5hYmxlZD8KICAgICAgICBGaWxlLmV4aXN0cz8oQHBy b2plY3QucGF0aF90bygicG9tLnhtbCIpKQogICAgICBlbmQKCiAgICAgIGRlZiBpZAogICAg ICAgIHBvbS5nZXRBcnRpZmFjdElkCiAgICAgIGVuZAoKICAgICAgZGVmIGdyb3VwCiAgICAg ICAgcG9tLmdldEdyb3VwSWQKICAgICAgZW5kCgogICAgICBkZWYgdmVyc2lvbgogICAgICAg IHBvbS5nZXRWZXJzaW9uCiAgICAgIGVuZAoKICAgICAgZGVmIGNsYXNzaWZpZXIKICAgICAg ICBwb20uZ2V0Q2xhc3NpZmllcgogICAgICBlbmQKCiAgICAgIGRlZiBwYWNrYWdpbmcKICAg ICAgICBwb20uZ2V0UGFja2FnaW5nID8gcG9tLmdldFBhY2thZ2luZy50b19zeW0gOiA6amFy CiAgICAgIGVuZAoKICAgICAgZGVmIHBvbV9zcGVjX2hhc2gKICAgICAgICB7IDpncm91cD0+ Z3JvdXAsIDppZD0+aWQsIDp0eXBlPT5wYWNrYWdpbmcsIDp2ZXJzaW9uPT52ZXJzaW9uIH0K ICAgICAgZW5kCgogICAgICBkZWYgZGVwZW5kZW5jaWVzKCpzY29wZXMpCiAgICAgICAgc2Nv cGVzID0gc2NvcGVzLmZsYXR0ZW4ubWFwIHsgfHNjb3BlfCBzY29wZS50b19zeW0gfQogICAg ICAgIHNjb3BlcyA8PCA6YWxsIGlmIHNjb3Blcy5lbXB0eT8KCiAgICAgICAgZGVwcyA9IFtd CiAgICAgICAgc2NvcGVzLmVhY2ggZG8gfHNjb3BlfAogICAgICAgICAgQGRlcGVuZGVuY2ll cyB8fD0ge30KICAgICAgICAgIEBkZXBlbmRlbmNpZXNbc2NvcGVdIHx8PSBsb2FkX2RlcGVu ZGVuY2llcyBzY29wZQogICAgICAgICAgZGVwcyArPSBAZGVwZW5kZW5jaWVzW3Njb3BlXQog ICAgICAgIGVuZAogICAgICAgIGRlcHMKICAgICAgZW5kCgogICAgICBkZWYgaW5zdGFsbAog ICAgICAgIG1haW4sIGF0dGFjaGVkID0gYXJ0aWZhY3RzCgogICAgICAgIE1hdmVuRXh0ZW5z aW9uLmFudC5pbnN0YWxsKCA6cG9tUmVmSWQgPT4gcG9tX2lkLCA6ZmlsZSA9PiBtYWluICkg ZG8gfGFudHwKICAgICAgICAgIGF0dGFjaGVkLmVhY2ggZG8gfGF8CiAgICAgICAgICAgIGFu dC5hdHRhY2ggOmZpbGUgPT4gYSwgOnR5cGUgPT4gYS50eXBlLCA6Y2xhc3NpZmllciA9PiBh LmNsYXNzaWZpZXIKICAgICAgICAgIGVuZAogICAgICAgICAgYW50LmxvY2FsUmVwb3NpdG9y eSA6cGF0aCA9PiBCdWlsZHIucmVwb3NpdG9yaWVzLmxvY2FsCiAgICAgICAgZW5kCiAgICAg IGVuZAoKICAgICAgZGVmIGRlcGxveQogICAgICAgIHVwbG9hZF90byB8fD0gQnVpbGRyLnJl cG9zaXRvcmllcy5yZWxlYXNlX3RvCiAgICAgICAgdXBsb2FkX3RvID0geyA6dXJsPT51cGxv YWRfdG8gfSB1bmxlc3MgSGFzaCA9PT0gdXBsb2FkX3RvCiAgICAgICAgcmFpc2UgQXJndW1l bnRFcnJvciwgJ0RvblwndCBrbm93IHdoZXJlIHRvIHVwbG9hZCwgcGVyaGFwcyB5b3UgZm9y Z290IHRvIHNldCByZXBvc2l0b3JpZXMucmVsZWFzZV90bycgdW5sZXNzIHVwbG9hZF90b1s6 dXJsXQoKICAgICAgICBtYWluLCBhdHRhY2hlZCA9IGFydGlmYWN0cwoKICAgICAgICBNYXZl bkV4dGVuc2lvbi5hbnQuZGVwbG95KCA6cG9tUmVmSWQgPT4gcG9tX2lkLCA6ZmlsZSA9PiBt YWluICkgZG8gfGFudHwKICAgICAgICAgIGF0dGFjaGVkLmVhY2ggZG8gfGF8CiAgICAgICAg ICAgIGFudC5hdHRhY2ggOmZpbGUgPT4gYSwgOnR5cGUgPT4gYS50eXBlLCA6Y2xhc3NpZmll ciA9PiBhLmNsYXNzaWZpZXIKICAgICAgICAgIGVuZAogICAgICAgICAgYW50LnJlbW90ZVJl cG9zaXRvcnkgOnVybCA9PiB1cGxvYWRfdG9bOnVybF0gZG8gfGFudHwKICAgICAgICAgICAg Y3JlZGVudGlhbHMgPSB1cGxvYWRfdG8ucmVqZWN0eyB8aywgdnwgIVs6dXNlcm5hbWUsIDpw YXNzd29yZF0uaW5jbHVkZT8gayB9CiAgICAgICAgICAgIGFudC5hdXRoZW50aWNhdGlvbiBj cmVkZW50aWFscyB1bmxlc3MgY3JlZGVudGlhbHMuZW1wdHk/CiAgICAgICAgICBlbmQKICAg ICAgICBlbmQKICAgICAgZW5kCgogICAgICBkZWYgbWFpbl9hcnRpZmFjdAogICAgICAgIGFy dGlmYWN0c1swXQogICAgICBlbmQKCiAgICAgIGRlZiBhdHRhY2hlZF9hcnRpZmFjdHMKICAg ICAgICBhcnRpZmFjdHNbMV0KICAgICAgZW5kCgogICAgICBwcml2YXRlCiAgICAgIGRlZiBh cnRpZmFjdHMKICAgICAgICBwYWNrYWdlcyA9IEBwcm9qZWN0LnBhY2thZ2VzLmR1cAogICAg ICAgIHNwZWMgPSBwb21fc3BlY19oYXNoCgogICAgICAgIG1haW4gPSBwYWNrYWdlcy5maW5k IHsgfHB8IHAudG9fc3BlY19oYXNoID09IHNwZWMgfQogICAgICAgIHBhY2thZ2VzLmRlbGV0 ZSBtYWluCgogICAgICAgIGlmIHNwZWNbOmNsYXNzaWZpZXJdIHRoZW4KICAgICAgICAgIGF0 dGFjaGVkID0gW10KICAgICAgICBlbHNlCiAgICAgICAgICBhdHRhY2hlZCA9IHBhY2thZ2Vz LmZpbmRfYWxsIGRvIHxwfAogICAgICAgICAgICBwYWNrYWdlX3NwZWMgPSBwLnRvX3NwZWNf aGFzaAogICAgICAgICAgICBbOmdyb3VwLCA6aWQsIDp2ZXJzaW9uXS5hbGw/IHsgfGt8IHBh Y2thZ2Vfc3BlY1trXSA9PSBzcGVjW2tdIH0gJiYgcGFja2FnZV9zcGVjWzpjbGFzc2lmaWVy XQogICAgICAgICAgZW5kCiAgICAgICAgZW5kCgogICAgICAgIHJldHVybiBtYWluLCBhdHRh Y2hlZAogICAgICBlbmQKCiAgICAgIGRlZiBwb21faWQKICAgICAgICAiI3tAcHJvamVjdC5u YW1lfV9wb20iCiAgICAgIGVuZAoKICAgICAgZGVmIHBvbQogICAgICAgIEBwb20gfHw9IGxv YWRfcG9tCiAgICAgIGVuZAoKICAgICAgZGVmIGxvYWRfcG9tCiAgICAgICAgTWF2ZW5FeHRl bnNpb24uYW50LnBvbSA6ZmlsZSA9PiBAcHJvamVjdC5wYXRoX3RvKCJwb20ueG1sIiksIDpp ZCA9PiBwb21faWQKICAgICAgICBNYXZlbkV4dGVuc2lvbi5hbnQucHJvamVjdC5nZXRSZWZl cmVuY2UocG9tX2lkKQogICAgICBlbmQKCiAgICAgIGRlZiBsb2FkX2RlcGVuZGVuY2llcyhz Y29wZSkKICAgICAgICBmaWxlc2V0X2lkID0gIiN7QHByb2plY3QubmFtZX0uI3tzY29wZX0u ZGVwZW5kZW5jaWVzIgogICAgICAgIHBhcmFtcyA9IHsgOnBvbVJlZklkID0+IHBvbV9pZCwg OmZpbGVzZXRJZCA9PiBmaWxlc2V0X2lkIH0KICAgICAgICBwYXJhbXNbOnNjb3Blc10gPSBz Y29wZS50b19zIHVubGVzcyBzY29wZSA9PSA6YWxsCgogICAgICAgIE1hdmVuRXh0ZW5zaW9u LmFudC5kZXBlbmRlbmNpZXMgcGFyYW1zIGRvIHxhbnR8CiAgICAgICAgICBCdWlsZHIucmVw b3NpdG9yaWVzLnJlbW90ZS5lYWNoIHsgfHVybHwKICAgICAgICAgICAgcHV0cyAiQWRkaW5n IHJlbW90ZSByZXBvICN7dXJsfSIKICAgICAgICAgICAgYW50LnJlbW90ZVJlcG9zaXRvcnkg OnVybCA9PiB1cmwKICAgICAgICAgIH0KICAgICAgICBlbmQKCiAgICAgICAgZmlsZXNldCA9 IGFudC5wcm9qZWN0LmdldFJlZmVyZW5jZShmaWxlc2V0X2lkKQogICAgICAgIHNjYW5uZXIg PSBmaWxlc2V0LmdldERpcmVjdG9yeVNjYW5uZXIKICAgICAgICBzY2FubmVyLmdldEluY2x1 ZGVkRmlsZXMubWFweyB8ZnwgRmlsZS5leHBhbmRfcGF0aCBmLCBzY2FubmVyLmdldEJhc2Vk aXIuZ2V0QWJzb2x1dGVQYXRoIH0KICAgICAgZW5kCgoKICAgIGVuZAoKICAgIGRlZiBtYXZl bgogICAgICBAbWF2ZW4gfHw9IE1hdmVuLm5ldyhzZWxmKQogICAgZW5kCgogICAgZmlyc3Rf dGltZSBkbwogICAgICBkZXNjICdSZXNvbHZlIHByb2plY3QgZGVwZW5kZW5jaWVzIHVzaW5n IE1hdmVuJwogICAgICBQcm9qZWN0LmxvY2FsX3Rhc2soJ212bl9yZXNvbHZlJykgeyB8bmFt ZXwgIlJlc29sdmluZyAje25hbWV9IiB9CgogICAgICBkZXNjICdJbnN0YWxsIHByb2plY3Qg cGFja2FnZXMgdXNpbmcgTWF2ZW4nCiAgICAgIFByb2plY3QubG9jYWxfdGFzaygnbXZuX2lu c3RhbGwnKSB7IHxuYW1lfCAiSW5zdGFsbCAje25hbWV9IiB9CgogICAgICBkZXNjICdEZXBs b3kgcHJvamVjdCBwYWNrYWdlcyB1c2luZyBNYXZlbicKICAgICAgUHJvamVjdC5sb2NhbF90 YXNrKCdtdm5fZGVwbG95JykgeyB8bmFtZXwgIkRlcGxveWluZyAje25hbWV9IiB9CiAgICBl bmQKCiAgICBiZWZvcmVfZGVmaW5lIGRvIHxwcm9qZWN0fAogICAgICBpZiBwcm9qZWN0Lm1h dmVuLmVuYWJsZWQ/CiAgICAgICAgY2xhc3MgPDwgcHJvamVjdAogICAgICAgICAgZGVmIGlk CiAgICAgICAgICAgIG1hdmVuLmlkCiAgICAgICAgICBlbmQKICAgICAgICBlbmQKICAgICAg ICBwcm9qZWN0Lmdyb3VwID0gcHJvamVjdC5tYXZlbi5ncm91cAogICAgICAgIHByb2plY3Qu dmVyc2lvbiA9IHByb2plY3QubWF2ZW4udmVyc2lvbgogICAgICBlbmQKCiAgICAgIHJlc29s dmUgPSBwcm9qZWN0LnJlY3Vyc2l2ZV90YXNrKCdtdm5fcmVzb2x2ZScpIGRvCiAgICAgICAg cHJvamVjdC5tYXZlbi5kZXBlbmRlbmNpZXMgaWYgcHJvamVjdC5tYXZlbi5lbmFibGVkPwog ICAgICBlbmQKICAgICAgcHJvamVjdC5yZWN1cnNpdmVfdGFzaygnbXZuX2luc3RhbGwnKQog ICAgICBwcm9qZWN0LnJlY3Vyc2l2ZV90YXNrKCdtdm5fZGVwbG95JykKCiAgICAgIHByb2pl Y3QudGFzaygnY29tcGlsZScgPT4gcmVzb2x2ZSkKICAgIGVuZAoKICAgIGFmdGVyX2RlZmlu ZSBkbyB8cHJvamVjdHwKICAgICAgaWYgcHJvamVjdC5tYXZlbi5lbmFibGVkPwogICAgICAg IHByb2plY3QudGFzaygnbXZuX2RlcGxveScgPT4gcHJvamVjdC5wYWNrYWdlcyApIHsgcHJv amVjdC5tYXZlbi5kZXBsb3kgfQogICAgICAgIHByb2plY3QudGFzaygnbXZuX2luc3RhbGwn ID0+IHByb2plY3QucGFja2FnZXMgKSB7IHByb2plY3QubWF2ZW4uaW5zdGFsbCB9CiAgICAg IGVuZAogICAgZW5kCiAgZW5kCgogIGNsYXNzIEFydGlmYWN0CiAgICBkZWYgbWF2ZW5fZG93 bmxvYWQKICAgICAgaWYgKEJ1aWxkcjo6TWF2ZW5FeHRlbnNpb24uZGVwZW5kZW5jaWVzLmlu Y2x1ZGU/KCB0b19zcGVjICkgfHwgQnVpbGRyOjpBbnQuZGVwZW5kZW5jaWVzLmluY2x1ZGU/ KCB0b19zcGVjICkgKQogICAgICAgIGJ1aWxkcl9kb3dubG9hZAogICAgICBlbHNlCiAgICAg ICAgQnVpbGRyOjpNYXZlbkV4dGVuc2lvbi5hbnQuZGVwZW5kZW5jaWVzIGRvIHxhbnR8CiAg ICAgICAgICBzcGVjID0gdG9fc3BlY19oYXNoCiAgICAgICAgICBwYXJhbXMgPSB7IDpncm91 cElkID0+IHNwZWNbOmdyb3VwXSwgOmFydGlmYWN0SWQgPT4gc3BlY1s6aWRdLCA6dmVyc2lv biA9PiBzcGVjWzp2ZXJzaW9uXSwgOnR5cGUgPT4gc3BlY1s6dHlwZV0gfQogICAgICAgICAg cGFyYW1zWzpjbGFzc2lmaWVyXSA9IHNwZWNbOmNsYXNzaWZpZXJdIGlmIHNwZWMua2V5PyA6 Y2xhc3NpZmllcgogICAgICAgICAgYW50LmRlcGVuZGVuY3kgcGFyYW1zIGRvIHxhbnR8CiAg ICAgICAgICAgIEJ1aWxkci5yZXBvc2l0b3JpZXMucmVtb3RlLmVhY2ggeyB8dXJsfCBhbnQu cmVtb3RlUmVwb3NpdG9yeSA6dXJsID0+IHVybCB9CiAgICAgICAgICBlbmQKICAgICAgICBl bmQKICAgICAgZW5kCiAgICBlbmQKCiAgICBhbGlhcyA6YnVpbGRyX2Rvd25sb2FkIDpkb3du bG9hZAogICAgYWxpYXMgOmRvd25sb2FkIDptYXZlbl9kb3dubG9hZAogIGVuZAoKICBjbGFz cyBQcm9qZWN0CiAgICBpbmNsdWRlIE1hdmVuRXh0ZW5zaW9uCiAgZW5kCmVuZAoKYXRfZXhp dCBkbwogICMgVGhlIE1hdmVuIEFudCB0YXNrcyBzdGFydCBub24tZGFlbW9uIHRocmVhZHMu IE1ha2Ugc3VyZSB0aGUgSlZNIGlzIHRlcm1pbmF0ZWQgb3IgdGhlIGJ1aWxkIHByb2Nlc3MK ICAjIHdpbGwgbmV2ZXIgZXhpdC4KICBKYXZhLmphdmEubGFuZy5TeXN0ZW0uZXhpdCggMCAp CmVuZA== --------------080706010502040904020507-- From [email protected] Wed Feb 24 18:09:23 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41770 invoked from network); 24 Feb 2010 18:09:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Feb 2010 18:09:23 -0000 Received: (qmail 62466 invoked by uid 500); 24 Feb 2010 18:09:21 -0000 Delivered-To: [email protected] Received: (qmail 62434 invoked by uid 500); 24 Feb 2010 18:09:21 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 62382 invoked by uid 99); 24 Feb 2010 18:09:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2010 18:09:21 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-wy0-f172.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2010 18:09:14 +0000 Received: by wyb40 with SMTP id 40so1242993wyb.17 for <[email protected]>; Wed, 24 Feb 2010 10:08:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=yYLhv+reU1gH5uaba40toCpvzxCZ2f2y3kj6MxL/CBw=; b=wO+i6m3h5XP0VIOBUL4/eZpw8ta9tQdkxBVD4ZcWo9Hfk2NzxzYaszBCj5gedv3n9W xTQm5SsamEChFr76AJPaXXmEh1EgY1JBvuLGgTQX5qZFENWF+eVk3ICxV1Okes9b/0hT df/m0eUwg8vUd7lxRoi0HnAY/XdBvIGHt9BY0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=XwQgbcU3rQIZxz9iWd46q818TdEtukeLNIGb1nyCGURB3tZyZj2+i/6UBMbYor49nU Is+tvo9ea96aqgA5zwCmtlY12Ox59j1U27sT3XWhWA6V6yXN1F/pMJYXgyLclPUWIL6L UNsHSPvg/AeblnprGB69C9whDR3upq0igOVQg= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id c2mr113968wef.44.1267034932651; Wed, 24 Feb 2010 10:08:52 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Wed, 24 Feb 2010 10:08:52 -0800 Message-ID: <[email protected]> Subject: Re: Improved Maven repository handling From: Alex Boisvert <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=0016e6d99d7e1425b004805c8f9e --0016e6d99d7e1425b004805c8f9e Content-Type: text/plain; charset=ISO-8859-1 On Wed, Feb 24, 2010 at 9:03 AM, Pepijn Van Eeckhoudt < [email protected]> wrote: > On 24/2/2010 06:28, Alex Boisvert wrote: > >> There's no work underway for this at the moment so the path is clear :) >> >> I personally would try to go with the Maven ant tasks since it's less code >> to maintain but that would probably depend on how much glue and duct tape >> is >> necessary for the integration. Otherwise, a Ruby implementation would >> probably fit in< 100 lines** given that we already have building blocks >> for repository, artifact, upload/download, etc. >> > Well, here's what I tinkered together last week. The intention is that > artifact coordinates and dependencies are defined in an external pom.xml > file. This is then read to resolve dependencies and when > deploying/installing artifacts. > > I got the basics to work the way I wanted them to, but I bumped into a > major annoyance relating to the super-pom concept. The super pom defines the > maven central repository and it seems the only way to completely disable it > is to redeclare it in each project pom file, disabling it for releases and > snapshots. It seemed to me that this should be feasible from the > settings.xml but no matter what I tried the maven ant tasks kept trying to > contact repo1. For my use case, this is a showstopper so I kind of gave up > on using the maven ant tasks. > Ugh, yeah, that doesn't seem to be workable unless we can automatically "patch" the poms to do the right thing and even then it seems like a bad hack. I revisited the ivy4r extension and played with that a bit instead but I've > run into a bit of an issue relating to how buildr retrieves its own > dependencies. I basically would like to use ivy (or the maven ant tasks for > that matter) for all artifact downloads. This of course requires the ant > jars themselves and the respective ant task jars. What I haven't been able > to solve is how I can get buildr to bootstrap itself given this setup. I.e., > how can I use ivy to download ant if neither ant nor ivy are downloaded yet. > In the attached maven extension I ended up using the default buildr behavior > for ant and the maven ant tasks and maven for everything else. I would like > to find a better solution for this though. My end goal is to define the > repository information only in the ivy/maven metadata files and not have to > duplicate this in the buildfile. Any suggestions on how to tackle this? > Ivy4r works around this by packaging it's dependencies in a gem. Is that the > best way to go? > No easy answer here; you could parse the Ivy/Maven metadata to retrieve the information needed to bootstrap, or assume Ivy/Ant are already installed, or do like Ivy4r as you suggested. I like the last one the least since the dependencies are static but that may not be as bad as it sounds. alex --0016e6d99d7e1425b004805c8f9e-- From [email protected] Wed Feb 24 23:17:11 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 98777 invoked from network); 24 Feb 2010 23:17:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Feb 2010 23:17:11 -0000 Received: (qmail 51057 invoked by uid 500); 24 Feb 2010 23:17:11 -0000 Delivered-To: [email protected] Received: (qmail 50995 invoked by uid 500); 24 Feb 2010 23:17:10 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 50985 invoked by uid 99); 24 Feb 2010 23:17:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2010 23:17:10 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO detailedbalance.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2010 23:17:02 +0000 Received: from dhcp-165-124-223-167.nubic.northwestern.edu (dhcp-165-124-223-167.nubic.northwestern.edu [161.129.204.104]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by detailedbalance.net (Postfix) with ESMTPSA id 4B9E57C44D for <[email protected]>; Wed, 24 Feb 2010 23:16:41 +0000 (UTC) Message-Id: <[email protected]> From: Rhett Sutphin <[email protected]> To: [email protected] In-Reply-To: <[email protected]> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: Idea 7x issues Date: Wed, 24 Feb 2010 17:16:40 -0600 References: <[email protected]> <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.936) Hi, IDEA project file creation is indeed a slippery thing. I use heavily modified version of idea7x myself (on IDEA 8) and have avoided upgrading to IDEA 9 partially because I don't want to deal with updating that task to work with 9 (if any are needed -- I haven't actually tried). That said, I have been meaning to re-package my custom task as a gem. It seems to me that this is a better way to deal with IDEA support since none of the committers (AFAIK) use it. I agree that a base abstraction with output that would work with both 8 and 9 (at least) would be nice. Here are the features I have in my custom task (which is called iidea) over idea7x: 1) Detects VCS automatically (subversion and git only) with manual override 2) Automatically excludes all target and report directories from indexing 3) Supports manual configuration of source and test paths for each module 4) Supports low-level configuration of particular IML sections (by building XML directly in the buildr project definition) 5) Provides a "clean" task 6) Includes all buildr subprojects (not just ones that are packaged) but allows particular subprojects to be skipped using a project attribute All of those except for (4) should be possible using a base abstraction. I'll see what I can come up with, though it will be a couple of weeks before I can really [email protected]. FWIW, IDEA 8 still supports the file-based approach. (It's what I'm using with 8.1.4.) I don't believe in committing IDE project files (or anything else which is generatable) to VCS, so it works fine for me and my team. All the patches Alex brought up are minor changes to the existing idea7x code, so they use the file-based approach. Alex, BUILDR-367 and BUILDR-376 are both genuine issues which I've fixed in my task. BUILDR-377 uses a feature of IDEA I'm not familiar with but which sounds useful. I haven't reviewed any of the patches, though. Rhett On Feb 24, 2010, at 8:46 AM, Shane Witbeck wrote: > A few things to consider: > > > 1. I think we need to define which versions of IDEA these patches > should > work with. The last idea7x patch which I wrote was specifically > for IDEA 7x. > It seems each subsequent version of IDEA (8x and 9x) has had > changes to the > way they handle project and module files. > 2. Version 8x of IDEA introduced a new way of defining project and > module > files. It's called the "directory-based" approach. I believe the new > approach was to make it easier to share project files among team > members by > checking into a source repository. The older project files > apparently were > hard to keep in sync because of merge conflicts, etc. Do these > patches > address the traditional project files or the new directory-based > approach? > 3. Having gone through the process of trying to keep changes in > Buildr > and IDEA project files in synch along with changing formats with > each new > IDEA version, I finally gave up. I propose a more clearly defined > approach > which addresses differences between IDEA project file version > formats. > Perhaps a departure from idea vs idea7x tasks and have one idea > task with a > param indicating which version to generate the project files for? > > That all being said, I'm willing to help in this effort. > > -Shane > > > On Wed, Feb 24, 2010 at 1:13 AM, Alex Boisvert <[email protected] > >wrote: > >> On Tue, Feb 23, 2010 at 9:18 PM, Alex Boisvert <[email protected] >>> wrote: >> >>> Any committer wants to step in and review these patches? >>> https://issues.apache.org/jira/browse/BUILDR-376 >>> https://issues.apache.org/jira/browse/BUILDR-377 >>> >>> I don't use IDEA and I'm not familiar with their project >>> descriptions. >>> >> >> While we're at it there's also this one to be reviewed, >> https://issues.apache.org/jira/browse/BUILDR-369 >> >> In lieu of specs (which are sadly missing for IDEA), I could be >> consoled if >> fellow IDEA contributors cross-reviewed their patches. i.e., Alexis >> reviewing BUILDR-376/377 and Peter reviewing BUILDR-369, or anybody >> else... >> >> Just indicate so on the issue itself to help expedite the process. >> >> thanks! >> alex >> From [email protected] Thu Feb 25 13:15:10 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29673 invoked from network); 25 Feb 2010 13:15:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 25 Feb 2010 13:15:10 -0000 Received: (qmail 31849 invoked by uid 500); 25 Feb 2010 13:15:10 -0000 Delivered-To: [email protected] Received: (qmail 31808 invoked by uid 500); 25 Feb 2010 13:15:09 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 31800 invoked by uid 99); 25 Feb 2010 13:15:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Feb 2010 13:15:09 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO relay.mx.luciad.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Feb 2010 13:14:59 +0000 Received: from [161.129.204.104] (unknown [161.129.204.104]) by relay.mx.luciad.com (Postfix) with ESMTPSA id 6C9112EE003B for <[email protected]>; Thu, 25 Feb 2010 14:14:38 +0100 (CET) Message-ID: <[email protected]> Date: Thu, 25 Feb 2010 14:14:42 +0100 From: Pepijn Van Eeckhoudt <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:161.129.204.104) Gecko/20100111 Lightning/1.0b2pre Thunderbird/3.0.1 MIME-Version: 1.0 To: [email protected] Subject: Re: Improved Maven repository handling References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 24/2/2010 19:08, Alex Boisvert wrote: > No easy answer here; you could parse the Ivy/Maven metadata to retrieve the > information needed to bootstrap, or assume Ivy/Ant are already installed, or > do like Ivy4r as you suggested. > Partially parsing the ivy settings file to initialise repositories.remote and repositories.local is what I hand in mind as well; maybe I'll give that a go next. Ivy does allow a lot of flexibility so I'm a bit concerned I'll end up having to duplicate a lot of Ivy stuff (e.g., all the different types of resolvers, the different local caching options, ...) Pepijn From [email protected] Fri Feb 26 13:32:29 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65206 invoked from network); 26 Feb 2010 13:32:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Feb 2010 13:32:28 -0000 Received: (qmail 32930 invoked by uid 500); 26 Feb 2010 13:32:27 -0000 Delivered-To: [email protected] Received: (qmail 32674 invoked by uid 500); 26 Feb 2010 13:32:26 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 32474 invoked by uid 99); 26 Feb 2010 13:32:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Feb 2010 13:32:26 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mail-ew0-f215.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Feb 2010 13:32:17 +0000 Received: by ewy7 with SMTP id 7so38686ewy.29 for <[email protected]>; Fri, 26 Feb 2010 05:31:57 -0800 (PST) Received: by 161.129.204.104 with SMTP id 2mr92164ebf.85.1267191116784; Fri, 26 Feb 2010 05:31:56 -0800 (PST) Received: from mail-ew0-f215.google.com (mail-ew0-f215.google.com [161.129.204.104]) by mx.google.com with ESMTPS id 13sm16826ewy.5.2161.129.204.104.31.54 (version=SSLv3 cipher=RC4-MD5); Fri, 26 Feb 2010 05:31:55 -0800 (PST) Received: by ewy7 with SMTP id 7so38662ewy.29 for <[email protected]>; Fri, 26 Feb 2010 05:31:54 -0800 (PST) MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id d13mr90448ebk.87.1267191114465; Fri, 26 Feb 2010 05:31:54 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Fri, 26 Feb 2010 14:31:54 +0100 Message-ID: <[email protected]> Subject: Re: Idea 7x issues From: Anders Janmyr <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi Rhett, I'm interested in the your IDEA changes. I have made a few changes myself to the idea task not to the idea7 task, mostly relating to JDK version. Could you put it on github, so I can pull from you? Anders On Thu, Feb 25, 2010 at 12:16 AM, Rhett Sutphin <[email protected]> wrote: > Hi, > > IDEA project file creation is indeed a slippery thing. =A0I use heavily > modified version of idea7x myself (on IDEA 8) and have avoided upgrading = to > IDEA 9 partially because I don't want to deal with updating that task to > work with 9 (if any are needed -- I haven't actually tried). > > That said, I have been meaning to re-package my custom task as a gem. =A0= It > seems to me that this is a better way to deal with IDEA support since non= e > of the committers (AFAIK) use it. =A0I agree that a base abstraction with > output that would work with both 8 and 9 (at least) would be nice. =A0Her= e are > the features I have in my custom task (which is called iidea) over idea7x= : > > 1) Detects VCS automatically (subversion and git only) with manual overri= de > 2) Automatically excludes all target and report directories from indexing > 3) Supports manual configuration of source and test paths for each module > 4) Supports low-level configuration of particular IML sections (by buildi= ng > XML directly in the buildr project definition) > 5) Provides a "clean" task > 6) Includes all buildr subprojects (not just ones that are packaged) but > allows particular subprojects to be skipped using a project attribute > > All of those except for (4) should be possible using a base abstraction. > =A0I'll see what I can come up with, though it will be a couple of weeks > before I can really [email protected]. > > FWIW, IDEA 8 still supports the file-based approach. =A0(It's what I'm us= ing > with 8.1.4.) =A0I don't believe in committing IDE project files (or anyth= ing > else which is generatable) to VCS, so it works fine for me and my team. = =A0All > the patches Alex brought up are minor changes to the existing idea7x code= , > so they use the file-based approach. > > Alex, BUILDR-367 and BUILDR-376 are both genuine issues which I've fixed = in > my task. =A0BUILDR-377 uses a feature of IDEA I'm not familiar with but w= hich > sounds useful. =A0I haven't reviewed any of the patches, though. > > Rhett > > On Feb 24, 2010, at 8:46 AM, Shane Witbeck wrote: > >> A few things to consider: >> >> >> =A01. I think we need to define which versions of IDEA these patches sho= uld >> =A0work with. The last idea7x patch which I wrote was specifically for I= DEA >> 7x. >> =A0It seems each subsequent version of IDEA (8x and 9x) has had changes = to >> the >> =A0way they handle project and module files. >> =A02. Version 8x of IDEA introduced a new way of defining project and mo= dule >> =A0files. It's called the "directory-based" approach. I believe the new >> =A0approach was to make it easier to share project files among team memb= ers >> by >> =A0checking into a source repository. The older project files apparently >> were >> =A0hard to keep in sync because of merge conflicts, etc. Do these patche= s >> =A0address the traditional project files or the new directory-based >> approach? >> =A03. Having gone through the process of trying to keep changes in Build= r >> =A0and IDEA project files in synch along with changing formats with each= new >> =A0IDEA version, I finally gave up. I propose a more clearly defined >> approach >> =A0which addresses differences between IDEA project file version formats= . >> =A0Perhaps a departure from idea vs idea7x tasks and have one idea task = with >> a >> =A0param indicating which version to generate the project files for? >> >> That all being said, I'm willing to help in this effort. >> >> -Shane >> >> >> On Wed, Feb 24, 2010 at 1:13 AM, Alex Boisvert >> <[email protected]>wrote: >> >>> On Tue, Feb 23, 2010 at 9:18 PM, Alex Boisvert <[email protected] >>>> >>>> wrote: >>> >>>> Any committer wants to step in and review these patches? >>>> https://issues.apache.org/jira/browse/BUILDR-376 >>>> https://issues.apache.org/jira/browse/BUILDR-377 >>>> >>>> I don't use IDEA and I'm not familiar with their project descriptions. >>>> >>> >>> While we're at it there's also this one to be reviewed, >>> https://issues.apache.org/jira/browse/BUILDR-369 >>> >>> In lieu of specs (which are sadly missing for IDEA), I could be console= d >>> if >>> fellow IDEA contributors cross-reviewed their patches. =A0i.e., Alexis >>> reviewing BUILDR-376/377 and Peter reviewing BUILDR-369, or anybody >>> else... >>> >>> Just indicate so on the issue itself to help expedite the process. >>> >>> thanks! >>> alex >>> > > --=20 http://anders.janmyr.com/ From [email protected] Fri Feb 26 17:17:04 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67695 invoked from network); 26 Feb 2010 17:17:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Feb 2010 17:17:04 -0000 Received: (qmail 71894 invoked by uid 500); 26 Feb 2010 17:17:04 -0000 Delivered-To: [email protected] Received: (qmail 71822 invoked by uid 500); 26 Feb 2010 17:17:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 71814 invoked by uid 99); 26 Feb 2010 17:17:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Feb 2010 17:17:03 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO detailedbalance.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Feb 2010 17:16:54 +0000 Received: from [161.129.204.104] (dial2-172.clt.perigee.net [161.129.204.104]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by detailedbalance.net (Postfix) with ESMTPSA id 3E20B7C211 for <[email protected]>; Fri, 26 Feb 2010 17:16:32 +0000 (UTC) Message-Id: <[email protected]> From: Rhett Sutphin <[email protected]> To: [email protected] In-Reply-To: <[email protected]> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: Idea 7x issues Date: Fri, 26 Feb 2010 11:16:31 -0600 References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> X-Mailer: Apple Mail (2.936) Hi Anders, On Feb 26, 2010, at 7:31 AM, Anders Janmyr wrote: > Hi Rhett, > > I'm interested in the your IDEA changes. > I have made a few changes myself to the idea task not to the idea7 > task, mostly relating to JDK version. > > Could you put it on github, so I can pull from you? I don't have the changes integrated with buildr right now -- the new task is in the form of an extension embedded in a single project. It's an open source project, though, so feel free to take a look: https://ncisvn.nci.nih.gov/svn/psc/trunk/tasks/new-idea.rake https://ncisvn.nci.nih.gov/svn/psc/trunk/tasks/new-idea.ipr.template Rhett > > Anders > > > On Thu, Feb 25, 2010 at 12:16 AM, Rhett Sutphin > <[email protected]> wrote: >> Hi, >> >> IDEA project file creation is indeed a slippery thing. I use heavily >> modified version of idea7x myself (on IDEA 8) and have avoided >> upgrading to >> IDEA 9 partially because I don't want to deal with updating that >> task to >> work with 9 (if any are needed -- I haven't actually tried). >> >> That said, I have been meaning to re-package my custom task as a >> gem. It >> seems to me that this is a better way to deal with IDEA support >> since none >> of the committers (AFAIK) use it. I agree that a base abstraction >> with >> output that would work with both 8 and 9 (at least) would be nice. >> Here are >> the features I have in my custom task (which is called iidea) over >> idea7x: >> >> 1) Detects VCS automatically (subversion and git only) with manual >> override >> 2) Automatically excludes all target and report directories from >> indexing >> 3) Supports manual configuration of source and test paths for each >> module >> 4) Supports low-level configuration of particular IML sections (by >> building >> XML directly in the buildr project definition) >> 5) Provides a "clean" task >> 6) Includes all buildr subprojects (not just ones that are >> packaged) but >> allows particular subprojects to be skipped using a project attribute >> >> All of those except for (4) should be possible using a base >> abstraction. >> I'll see what I can come up with, though it will be a couple of >> weeks >> before I can really [email protected]. >> >> FWIW, IDEA 8 still supports the file-based approach. (It's what >> I'm using >> with 8.1.4.) I don't believe in committing IDE project files (or >> anything >> else which is generatable) to VCS, so it works fine for me and my >> team. All >> the patches Alex brought up are minor changes to the existing >> idea7x code, >> so they use the file-based approach. >> >> Alex, BUILDR-367 and BUILDR-376 are both genuine issues which I've >> fixed in >> my task. BUILDR-377 uses a feature of IDEA I'm not familiar with >> but which >> sounds useful. I haven't reviewed any of the patches, though. >> >> Rhett >> >> On Feb 24, 2010, at 8:46 AM, Shane Witbeck wrote: >> >>> A few things to consider: >>> >>> >>> 1. I think we need to define which versions of IDEA these patches >>> should >>> work with. The last idea7x patch which I wrote was specifically >>> for IDEA >>> 7x. >>> It seems each subsequent version of IDEA (8x and 9x) has had >>> changes to >>> the >>> way they handle project and module files. >>> 2. Version 8x of IDEA introduced a new way of defining project >>> and module >>> files. It's called the "directory-based" approach. I believe the >>> new >>> approach was to make it easier to share project files among team >>> members >>> by >>> checking into a source repository. The older project files >>> apparently >>> were >>> hard to keep in sync because of merge conflicts, etc. Do these >>> patches >>> address the traditional project files or the new directory-based >>> approach? >>> 3. Having gone through the process of trying to keep changes in >>> Buildr >>> and IDEA project files in synch along with changing formats with >>> each new >>> IDEA version, I finally gave up. I propose a more clearly defined >>> approach >>> which addresses differences between IDEA project file version >>> formats. >>> Perhaps a departure from idea vs idea7x tasks and have one idea >>> task with >>> a >>> param indicating which version to generate the project files for? >>> >>> That all being said, I'm willing to help in this effort. >>> >>> -Shane >>> >>> >>> On Wed, Feb 24, 2010 at 1:13 AM, Alex Boisvert >>> <[email protected]>wrote: >>> >>>> On Tue, Feb 23, 2010 at 9:18 PM, Alex Boisvert <[email protected] >>>>> >>>>> wrote: >>>> >>>>> Any committer wants to step in and review these patches? >>>>> https://issues.apache.org/jira/browse/BUILDR-376 >>>>> https://issues.apache.org/jira/browse/BUILDR-377 >>>>> >>>>> I don't use IDEA and I'm not familiar with their project >>>>> descriptions. >>>>> >>>> >>>> While we're at it there's also this one to be reviewed, >>>> https://issues.apache.org/jira/browse/BUILDR-369 >>>> >>>> In lieu of specs (which are sadly missing for IDEA), I could be >>>> consoled >>>> if >>>> fellow IDEA contributors cross-reviewed their patches. i.e., >>>> Alexis >>>> reviewing BUILDR-376/377 and Peter reviewing BUILDR-369, or anybody >>>> else... >>>> >>>> Just indicate so on the issue itself to help expedite the process. >>>> >>>> thanks! >>>> alex >>>> >> >> > > > > -- > http://anders.janmyr.com/ From [email protected] Sat Feb 27 22:33:02 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2891 invoked from network); 27 Feb 2010 22:33:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Feb 2010 22:33:02 -0000 Received: (qmail 6972 invoked by uid 500); 27 Feb 2010 22:06:20 -0000 Delivered-To: [email protected] Received: (qmail 6907 invoked by uid 500); 27 Feb 2010 22:06:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 6899 invoked by uid 99); 27 Feb 2010 22:06:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 22:06:19 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-wy0-f172.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 22:06:11 +0000 Received: by wyb40 with SMTP id 40so622130wyb.17 for <[email protected]>; Sat, 27 Feb 2010 14:05:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=SBmR1iAK8jI884vzH996gumixhk6oVJJsC9oUiHIf+s=; b=FZHW2YY0xYHJ9BQebBwWs045fWAESpbjb8Q9obhVT4z3YbjWRaUlVmUNBAXaoY1jhx sRIZwr+EGaY8X3cCCQKbjEAQYWyjahOHFfGmCdKtsOdL1km7ziM3IEMIFIhUueXxJ+pp MC2P0oY3o4/XObEcP0Gkgs/wiVcVqt91RZ+tA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=o4Xwj5dWVtWs0O9vGmlaGLm3/xYXlSBy60xK83oldzJ0uRA2BSBRw104VqVYpnugd2 +yAcYw9D7zhPsasPDzDX+CseRBOsFmsLJOBEcVY/bhX6v7eDUwBH6wbPX9jZV/W6gbA4 4twYdBG9N+jti3paqysI9grjx4N5xW4UIxjTs= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id e14mr1668570wef.85.1267308351327; Sat, 27 Feb 2010 14:05:51 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> Date: Sat, 27 Feb 2010 14:05:50 -0800 Message-ID: <[email protected]> Subject: Re: svn commit: r917050 - /buildr/trunk/lib/buildr/core/util.rb From: Alex Boisvert <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=0016e6daaff91a198004809c3876 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6daaff91a198004809c3876 Content-Type: text/plain; charset=ISO-8859-1 nice, thanks! :) On Sat, Feb 27, 2010 at 1:39 PM, <[email protected]> wrote: > Author: djspiewak > Date: Sat Feb 27 21:39:49 2010 > New Revision: 917050 > > URL: http://svn.apache.org/viewvc?rev=917050&view=rev > Log: > Added special monkey-patched FileUtils#sh on MRI to avoid spurious messages > > Modified: > buildr/trunk/lib/buildr/core/util.rb > > Modified: buildr/trunk/lib/buildr/core/util.rb > URL: > http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/core/util.rb?rev=917050&r1=917049&r2=917050&view=diff > > ============================================================================== > --- buildr/trunk/lib/buildr/core/util.rb (original) > +++ buildr/trunk/lib/buildr/core/util.rb Sat Feb 27 21:39:49 2010 > @@ -446,4 +446,40 @@ > end > > end > +else > + module FileUtils > + # code "borrowed" directly from Rake > + def sh(*cmd, &block) > + options = (Hash === cmd.last) ? cmd.pop : {} > + unless block_given? > + show_command = cmd.join(" ") > + show_command = show_command[0,42] + "..." > + > + block = lambda { |ok, status| > + ok or fail "Command failed with status (#{status.exitstatus}): > [#{show_command}]" > + } > + end > + if RakeFileUtils.verbose_flag == :default > + options[:verbose] = false > + else > + options[:verbose] ||= RakeFileUtils.verbose_flag > + end > + options[:noop] ||= RakeFileUtils.nowrite_flag > + rake_check_options options, :noop, :verbose > + rake_output_message cmd.join(" ") if options[:verbose] > + unless options[:noop] > + cd = "cd '#{Dir.pwd}' && " > + args = if cmd.size > 1 then cmd[1..cmd.size] else [] end > + > + res = if Buildracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bUtil.win_os? && cmd.size == 1 > + system("#{cd} call #{cmd.first}") > + else > + arg_str = args.map { |a| "'#{a}'" } > + system(cd + cmd.first + ' ' + arg_str.join(' ')) > + end > + > + block.call(res, $?) > + end > + end > + end > end > > > --0016e6daaff91a198004809c3876-- From [email protected] Sat Feb 27 22:34:39 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4585 invoked from network); 27 Feb 2010 22:34:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Feb 2010 22:34:39 -0000 Received: (qmail 8836 invoked by uid 500); 27 Feb 2010 22:07:59 -0000 Delivered-To: [email protected] Received: (qmail 8804 invoked by uid 500); 27 Feb 2010 22:07:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 8796 invoked by uid 99); 27 Feb 2010 22:07:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 22:07:59 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-px0-f192.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 22:07:51 +0000 Received: by pxi30 with SMTP id 30so858478pxi.17 for <[email protected]>; Sat, 27 Feb 2010 14:07:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=T2P+RxY9wmaJpf0r51dRGuRu9kJCmP44zrKIvScTn7k=; b=b6nsxISUYZDP+nJ0a31m4NU8MSAqDNFaQIs3gnmBDoSXi8wXezcEJPxgVKyQx2u25P frv2h4AH4yfV7l36vORl69zMwS+ZOvHs9DYWWOkxh7bYrfcOaNHLOTIwJfe8xUqgJ14E paVtuWPeH/D6mtTph0jiwxaqd4JYLFsWfDB4w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=enlkbeGat83PwW4sh4CR6wormW+Q1OdGkKZhZVqC/uCv9+SVFjaP+o/ZO2T3SLQpYA RfZzLiZLOjQraOICfv9LuCjZQZxbsJJ6g6OQ30uLcJKo9/kBzCepZH2N8r+8AwgTPcIJ ObkxJDlThOXaK81L1KhSMiAL4IfGIu/RvwHp0= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id 22mr1304504wfa.331.1267308450072; Sat, 27 Feb 2010 14:07:30 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> From: Daniel Spiewak <[email protected]> Date: Sat, 27 Feb 2010 16:07:10 -0600 Message-ID: <[email protected]> Subject: Re: svn commit: r917050 - /buildr/trunk/lib/buildr/core/util.rb To: [email protected] Content-Type: multipart/alternative; boundary=00504502b672fccaba04809c3ddb X-Virus-Checked: Checked by ClamAV on apache.org --00504502b672fccaba04809c3ddb Content-Type: text/plain; charset=UTF-8 Yeah, it was driving me nuts. :-) I don't know why it is that Rake seems to struggle with this, but until they figure it out, we can stick with our magic overrides. Daniel On Sat, Feb 27, 2010 at 4:05 PM, Alex Boisvert <[email protected]>wrote: > nice, thanks! :) > > On Sat, Feb 27, 2010 at 1:39 PM, <[email protected]> wrote: > > > Author: djspiewak > > Date: Sat Feb 27 21:39:49 2010 > > New Revision: 917050 > > > > URL: http://svn.apache.org/viewvc?rev=917050&view=rev > > Log: > > Added special monkey-patched FileUtils#sh on MRI to avoid spurious > messages > > > > Modified: > > buildr/trunk/lib/buildr/core/util.rb > > > > Modified: buildr/trunk/lib/buildr/core/util.rb > > URL: > > > http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/core/util.rb?rev=917050&r1=917049&r2=917050&view=diff > > > > > ============================================================================== > > --- buildr/trunk/lib/buildr/core/util.rb (original) > > +++ buildr/trunk/lib/buildr/core/util.rb Sat Feb 27 21:39:49 2010 > > @@ -446,4 +446,40 @@ > > end > > > > end > > +else > > + module FileUtils > > + # code "borrowed" directly from Rake > > + def sh(*cmd, &block) > > + options = (Hash === cmd.last) ? cmd.pop : {} > > + unless block_given? > > + show_command = cmd.join(" ") > > + show_command = show_command[0,42] + "..." > > + > > + block = lambda { |ok, status| > > + ok or fail "Command failed with status (#{status.exitstatus}): > > [#{show_command}]" > > + } > > + end > > + if RakeFileUtils.verbose_flag == :default > > + options[:verbose] = false > > + else > > + options[:verbose] ||= RakeFileUtils.verbose_flag > > + end > > + options[:noop] ||= RakeFileUtils.nowrite_flag > > + rake_check_options options, :noop, :verbose > > + rake_output_message cmd.join(" ") if options[:verbose] > > + unless options[:noop] > > + cd = "cd '#{Dir.pwd}' && " > > + args = if cmd.size > 1 then cmd[1..cmd.size] else [] end > > + > > + res = if Buildracf:4db6:5e0b:f386:43a5:35d7:718d:3c8bUtil.win_os? && cmd.size == 1 > > + system("#{cd} call #{cmd.first}") > > + else > > + arg_str = args.map { |a| "'#{a}'" } > > + system(cd + cmd.first + ' ' + arg_str.join(' ')) > > + end > > + > > + block.call(res, $?) > > + end > > + end > > + end > > end > > > > > > > --00504502b672fccaba04809c3ddb-- From [email protected] Sat Feb 27 23:05:35 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9965 invoked from network); 27 Feb 2010 23:05:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Feb 2010 23:05:35 -0000 Received: (qmail 44532 invoked by uid 500); 27 Feb 2010 23:05:35 -0000 Delivered-To: [email protected] Received: (qmail 44510 invoked by uid 500); 27 Feb 2010 23:05:35 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 44502 invoked by uid 99); 27 Feb 2010 23:05:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 23:05:34 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-wy0-f172.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 23:05:28 +0000 Received: by wyb40 with SMTP id 40so634241wyb.17 for <[email protected]>; Sat, 27 Feb 2010 15:05:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=GBuv+eNIjevQyeEcPHrV19sPn1uPbElXuA3G0ueOVmc=; b=X/yb4cwZpsoifux7qgtZQkxFnsO+dgUtraCu8L3M4ymuLlq45CFOxKgJF/SDFLtD9Z Ac6SVk4GmwJfGJQ9HakI3MVbCNTy6X3hB0EMJuLaFKjxDNXAOLPVDJtkYsTXI2QIBbJT BfYIX/PKWM0XiOfM4zMMgiLPVgXFhzYETNqHo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=V6wQJJ8DRjzULGgelW+MuySe4R7L/A9HJSqQuAuGZ6pEPLzVxIAI7+Mw9mnnVqAxlR EiGOca7y0bVIgoG3/pks177AmIu1ivDl7hSCJ3FUwaNyaVQoUZ6RNUHbc00GEDTqLHHo nwWZ/faVK5nPSew2a8aINRIKI4J2poAqXO2i8= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id w17mr1542914wee.216.1267311906501; Sat, 27 Feb 2010 15:05:06 -0800 (PST) Date: Sat, 27 Feb 2010 15:05:06 -0800 Message-ID: <[email protected]> Subject: Next release From: Alex Boisvert <[email protected]> To: dev <[email protected]> Content-Type: multipart/alternative; boundary=0016e6d508e501b69b04809d0c2e --0016e6d508e501b69b04809d0c2e Content-Type: text/plain; charset=ISO-8859-1 Builders far and wide, We've got a decent amount of improvements and bug fixes done since October / Buildr 1.3.5 so I'd like to propose a release in the March timeframe. More specifically, I'd like to do a release candidate around March 13/14th and hopefully a final release March 27/28th. This should leave us enough time to round up a few more issues, some time to vote and update the site with an updated tagline (I dropped the ball on that since December) and deal with some updates/changes on the release side (gemcutter). How does that sound? Are we ready to call the next release 1.4.0? alex --0016e6d508e501b69b04809d0c2e-- From [email protected] Sat Feb 27 23:08:51 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10534 invoked from network); 27 Feb 2010 23:08:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Feb 2010 23:08:51 -0000 Received: (qmail 45192 invoked by uid 500); 27 Feb 2010 23:08:51 -0000 Delivered-To: [email protected] Received: (qmail 45132 invoked by uid 500); 27 Feb 2010 23:08:51 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 45124 invoked by uid 99); 27 Feb 2010 23:08:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 23:08:51 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-iw0-f182.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 23:08:44 +0000 Received: by iwn12 with SMTP id 12so1343113iwn.21 for <[email protected]>; Sat, 27 Feb 2010 15:08:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=2iLQgrbCZMh9B08Nedh1UFsuybt1jYJttUBlrtFkkCI=; b=saOUispjX9ph/HA42orjB8VGdpqlloT5iclQNrAKt6uXziblcjOK+K8uiKbo6rXi4p LWwIJVM27bptShqZzozH8SBaXQ7Edf7W8S0FY+/LysLY9gNW5uhVONVXDtcwDIyhX9M/ B7EniOwPlmFNcFFUcCUur66ATyKGNLshFX+ZQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; b=K0y1Q14hckgi7DvxpHcx6nBH3ZS8GeZQB9Xk89kzDQpHzYT8xbAmccc+7vvdJoACxx zDaVMGoyf1A5whpoJDdMNeSNv1orsCa8LcsM1wW2Ej1x4RV1q3FBGTFgNA+FUrYU3yKs JjI7KAS2uT9rCYqcm/Beg/UWojcZOGN1V61Xg= MIME-Version: 1.0 Sender: [email protected] Reply-To: [email protected] Received: by 161.129.204.104 with SMTP id p8mr98509ibk.4.1267312103589; Sat, 27 Feb 2010 15:08:23 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> From: Antoine Toulme <[email protected]> Date: Sat, 27 Feb 2010 15:08:00 -0800 X-Google-Sender-Auth: 4ea935dccc148d74 Message-ID: <[email protected]> Subject: Re: Next release To: [email protected] Content-Type: multipart/alternative; boundary=001485e3dee6c10dfd04809d17b0 --001485e3dee6c10dfd04809d17b0 Content-Type: text/plain; charset=ISO-8859-1 OK for me - I guess the big improvement on that release would also be a standalone version with jruby ? On Sat, Feb 27, 2010 at 15:05, Alex Boisvert <[email protected]>wrote: > Builders far and wide, > > We've got a decent amount of improvements and bug fixes done since October > / > Buildr 1.3.5 so I'd like to propose a release in the March timeframe. > > More specifically, I'd like to do a release candidate around March 13/14th > and hopefully a final release March 27/28th. > > This should leave us enough time to round up a few more issues, some time > to > vote and update the site with an updated tagline (I dropped the ball on > that > since December) and deal with some updates/changes on the release side > (gemcutter). > > How does that sound? Are we ready to call the next release 1.4.0? > > alex > --001485e3dee6c10dfd04809d17b0-- From [email protected] Sat Feb 27 23:10:21 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10853 invoked from network); 27 Feb 2010 23:10:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Feb 2010 23:10:21 -0000 Received: (qmail 45705 invoked by uid 500); 27 Feb 2010 23:10:21 -0000 Delivered-To: [email protected] Received: (qmail 45672 invoked by uid 500); 27 Feb 2010 23:10:21 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 45664 invoked by uid 99); 27 Feb 2010 23:10:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 23:10:21 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-pz0-f197.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 23:10:14 +0000 Received: by pzk36 with SMTP id 36so996164pzk.8 for <[email protected]>; Sat, 27 Feb 2010 15:09:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=wlQHikhI1uPun97gMvB3mrSWQamnLYHvblIOTA0kbhM=; b=dEXl3U44ypI95Ic6eQrkpVTGyfGs062dsoRy4s6ThB7o2NGFtLgAakE5koJ4o1ndMR DGiep1aRcy9aUl75YKdOfwgfKCmSixTP0swwCIiL/CWUxtrguaIxKHurhr1VX6wFNXB8 Dm48xOQcPh+plgcZbrMvNScpe46gt1UU7F7oM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=NOCDmk6yiC/TbuXICXT5Wz5c/pZ542kBpt7BN839mPeH3iNJUACHTc3eozrlLrQEAC /I2aYCxZM2IB6RQkoz1Hch/1Lu4CqRXZ7Q3FC8FoWZOHis40V4alqvoy+beNflbrBHXX NJrW36VOgljEXyOeZNscaCS0GlVFc017d7T54= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id 40mr1359931wfh.247.1267312188068; Sat, 27 Feb 2010 15:09:48 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> From: Daniel Spiewak <[email protected]> Date: Sat, 27 Feb 2010 17:09:28 -0600 Message-ID: <[email protected]> Subject: Re: Next release To: [email protected] Content-Type: multipart/alternative; boundary=00504502b2c3ca132204809d1c76 --00504502b2c3ca132204809d1c76 Content-Type: text/plain; charset=UTF-8 I vote +1 on the next release being 1.4.0. I would also like to propose another major new feature for the release: continuous compilation. This is sitting in a basically-complete form in my GitHub fork. I've been dogfooding it for several months now, and it seems pretty solid. The only three remaining tasks of which I am aware are as follows: - Documentation (only a few paragraphs are necessary, I'm just too lazy to have done it already) - Specs (this is much harder. I looked into mocking things without any success. I suspect someone with more Rspec fu would do better here) - Scala 2.8 support (for some reason, compiler detection doesn't work normally under Scala 2.8) I think if we could get continuous compilation into 1.4.0, it would provide even more weight for this as the next "major release" for Buildr. Daniel On Sat, Feb 27, 2010 at 5:05 PM, Alex Boisvert <[email protected]>wrote: > Builders far and wide, > > We've got a decent amount of improvements and bug fixes done since October > / > Buildr 1.3.5 so I'd like to propose a release in the March timeframe. > > More specifically, I'd like to do a release candidate around March 13/14th > and hopefully a final release March 27/28th. > > This should leave us enough time to round up a few more issues, some time > to > vote and update the site with an updated tagline (I dropped the ball on > that > since December) and deal with some updates/changes on the release side > (gemcutter). > > How does that sound? Are we ready to call the next release 1.4.0? > > alex > --00504502b2c3ca132204809d1c76-- From [email protected] Sat Feb 27 23:11:18 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11134 invoked from network); 27 Feb 2010 23:11:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Feb 2010 23:11:18 -0000 Received: (qmail 46051 invoked by uid 500); 27 Feb 2010 23:11:18 -0000 Delivered-To: [email protected] Received: (qmail 46021 invoked by uid 500); 27 Feb 2010 23:11:18 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 46010 invoked by uid 99); 27 Feb 2010 23:11:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 23:11:18 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-pw0-f44.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 23:11:10 +0000 Received: by pwi3 with SMTP id 3so808309pwi.17 for <[email protected]>; Sat, 27 Feb 2010 15:10:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=UaBLHhPhXHQs/WlFbO15oM/VhfTkETz9ufbcFadraKQ=; b=wsbGzvW7JFDo7omoXmMH9kqhqkLr0/eM56Cqcjn3uiTXj/lqeF2Fy3SqyxP4Z8VNtD ntvAenzntRiT+YDTlyJ0FwSW4qcar7BTyEPhWGtvsdANWsEOkj24sncymemk+/81zV4q ARWw2EOs20DNF9lielO5quJ9lpfD7LtKz0les= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=ukBXx31En9c3sq4OnRXbH/Y10NNRMU8BRQEpP1uU7sna0Rm2dfClddiEKokhLJ0f0J 7g+hW2dOHzllNUwNdpfDUO+LsNcCujq1TC09yW/nf0g6lUdzjYQnl5K+3Qr/PKZnesMW ea5UvFKnEojYQJl/4EKQ4CI5wHxa+Hf3T4wTU= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id 22mr1366485wff.5.1267312249072; Sat, 27 Feb 2010 15:10:49 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> From: Daniel Spiewak <[email protected]> Date: Sat, 27 Feb 2010 17:10:29 -0600 Message-ID: <[email protected]> Subject: Re: Next release To: [email protected] Content-Type: multipart/alternative; boundary=0016368e229c6ced6a04809d20d5 X-Virus-Checked: Checked by ClamAV on apache.org --0016368e229c6ced6a04809d20d5 Content-Type: text/plain; charset=UTF-8 We also have a new doc framework (including a new API) which supports generating language-specific documentation (e.g. scaladoc or groovydoc). Daniel On Sat, Feb 27, 2010 at 5:08 PM, Antoine Toulme <[email protected]>wrote: > OK for me - I guess the big improvement on that release would also be a > standalone version with jruby ? > > On Sat, Feb 27, 2010 at 15:05, Alex Boisvert <[email protected] > >wrote: > > > Builders far and wide, > > > > We've got a decent amount of improvements and bug fixes done since > October > > / > > Buildr 1.3.5 so I'd like to propose a release in the March timeframe. > > > > More specifically, I'd like to do a release candidate around March > 13/14th > > and hopefully a final release March 27/28th. > > > > This should leave us enough time to round up a few more issues, some time > > to > > vote and update the site with an updated tagline (I dropped the ball on > > that > > since December) and deal with some updates/changes on the release side > > (gemcutter). > > > > How does that sound? Are we ready to call the next release 1.4.0? > > > > alex > > > --0016368e229c6ced6a04809d20d5-- From [email protected] Sat Feb 27 23:16:44 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14197 invoked from network); 27 Feb 2010 23:16:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Feb 2010 23:16:44 -0000 Received: (qmail 50349 invoked by uid 500); 27 Feb 2010 23:16:44 -0000 Delivered-To: [email protected] Received: (qmail 50322 invoked by uid 500); 27 Feb 2010 23:16:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 50314 invoked by uid 99); 27 Feb 2010 23:16:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 23:16:44 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-iw0-f182.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 23:16:36 +0000 Received: by iwn12 with SMTP id 12so1346509iwn.21 for <[email protected]>; Sat, 27 Feb 2010 15:16:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=lyMp/gpiOj+cgxW/tVkTaOySpHeIW1P9fLr0zRyUw8g=; b=au246q6CQnQzCb27pHTdGasqh3IAnrAqJ9I5bGOLteHJl4zKfXLO9sLv6hktdcRF8X ymlu4m1NdSYg0xx5lgNBnvXK34jEMrFJriySRO2nxsXoqnWpeZM6sh7zfpbe3In27uTD m2fFgKZaTqLwUXM0kcEyAkVtmY6rmfiQICEzc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:from:date:x-google-sender-auth :message-id:subject:to:content-type; b=DrizeR6AFYqrtHhmYXQjPzwhJIQhYx24Ts7gMFPpk7Uop/Ym+jLW/4vweXWEZGaG0C LH3x01WuhisekopHAQjCYIZk3OD3kuGZCH5TtojO1mRNixSNe/Os2sJxWZTdS2kCKTvJ VzK/j9I5gSSDb6y3JokBGGoS4tecjh24blqkI= MIME-Version: 1.0 Sender: [email protected] Reply-To: [email protected] Received: by 161.129.204.104 with SMTP id dj12mr159862ibb.9.1267312575187; Sat, 27 Feb 2010 15:16:15 -0800 (PST) From: Antoine Toulme <[email protected]> Date: Sat, 27 Feb 2010 15:15:55 -0800 X-Google-Sender-Auth: 3d6b8313fe0e1801 Message-ID: <[email protected]> Subject: Close BUILDR-310 To: [email protected] Content-Type: multipart/alternative; boundary=0016363b888cdd0ce404809d3351 X-Virus-Checked: Checked by ClamAV on apache.org --0016363b888cdd0ce404809d3351 Content-Type: text/plain; charset=ISO-8859-1 Hi devs, you can close BUILDR-310, it's apparently already in the trunk: https://issues.apache.org/jira/browse/BUILDR-310 I can't resolve the issue myself - not enough rights. Thanks, Antoine --0016363b888cdd0ce404809d3351-- From [email protected] Sat Feb 27 23:16:56 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14252 invoked from network); 27 Feb 2010 23:16:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Feb 2010 23:16:56 -0000 Received: (qmail 50499 invoked by uid 500); 27 Feb 2010 23:16:56 -0000 Delivered-To: [email protected] Received: (qmail 50474 invoked by uid 500); 27 Feb 2010 23:16:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 50466 invoked by uid 99); 27 Feb 2010 23:16:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 23:16:56 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-wy0-f172.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 23:16:49 +0000 Received: by wyb40 with SMTP id 40so636609wyb.17 for <[email protected]>; Sat, 27 Feb 2010 15:16:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=UK3kcCPs44YfbNsVeX8rpOM3LI857O8t/lfMQLkUsS8=; b=asi+543f3OSSkopxnn3BNCcE7+JMwByE70LFXlqLkQ3VPTvu+omC9GBYToViLf6e8w NNCSQLskgygpiG8CFMTc1L1Y0Nx/D910Z3MeYAESg7mayWKW1AS4cnVn3YNlIOG4MfiF b03+1JKNTybF3wQdzIjigLvVFkXWx5KcBd//s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=WY+GPjShX42aFDUDQFq/ZV6NLQOvwTyEb3oUy9ZlQdjuUTHYbiUphxs3EG4AZn+bb7 fNBg/DgXnlI/WIfI+rBf7Za+6Q1wmMpfzUTjDlNphTVAnx2kTgyUhqO9aBXkmfv2eB8J ROaNhtzmSFCyepdVwET823EROY6zw1dHKhLUo= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id t2mr1664684wee.172.1267312587864; Sat, 27 Feb 2010 15:16:27 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Sat, 27 Feb 2010 15:16:27 -0800 Message-ID: <[email protected]> Subject: Re: Next release From: Alex Boisvert <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=0016e6db2b159e82ce04809d34d0 --0016e6db2b159e82ce04809d34d0 Content-Type: text/plain; charset=ISO-8859-1 I'm fine with continuous compilation going in for 1.4.0. More exposure will help iron out bug. We could label it as a 'beta' feature if we're concerned about initial quality. I've run into issues myself running it on multi-project buildfile. I have a patch in a git branch somewhere... alex On Sat, Feb 27, 2010 at 3:09 PM, Daniel Spiewak <[email protected]> wrote: > I vote +1 on the next release being 1.4.0. I would also like to propose > another major new feature for the release: continuous compilation. This is > sitting in a basically-complete form in my GitHub fork. I've been > dogfooding it for several months now, and it seems pretty solid. The only > three remaining tasks of which I am aware are as follows: > > - Documentation (only a few paragraphs are necessary, I'm just too lazy > to have done it already) > - Specs (this is much harder. I looked into mocking things without any > success. I suspect someone with more Rspec fu would do better here) > - Scala 2.8 support (for some reason, compiler detection doesn't work > normally under Scala 2.8) > > I think if we could get continuous compilation into 1.4.0, it would provide > even more weight for this as the next "major release" for Buildr. > > Daniel > > On Sat, Feb 27, 2010 at 5:05 PM, Alex Boisvert <[email protected] > >wrote: > > > Builders far and wide, > > > > We've got a decent amount of improvements and bug fixes done since > October > > / > > Buildr 1.3.5 so I'd like to propose a release in the March timeframe. > > > > More specifically, I'd like to do a release candidate around March > 13/14th > > and hopefully a final release March 27/28th. > > > > This should leave us enough time to round up a few more issues, some time > > to > > vote and update the site with an updated tagline (I dropped the ball on > > that > > since December) and deal with some updates/changes on the release side > > (gemcutter). > > > > How does that sound? Are we ready to call the next release 1.4.0? > > > > alex > > > --0016e6db2b159e82ce04809d34d0-- From [email protected] Sat Feb 27 23:28:28 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19123 invoked from network); 27 Feb 2010 23:28:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Feb 2010 23:28:28 -0000 Received: (qmail 56032 invoked by uid 500); 27 Feb 2010 23:28:28 -0000 Delivered-To: [email protected] Received: (qmail 55968 invoked by uid 500); 27 Feb 2010 23:28:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 55960 invoked by uid 99); 27 Feb 2010 23:28:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 23:28:28 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ww0-f44.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 23:28:20 +0000 Received: by wwb31 with SMTP id 31so640488wwb.17 for <[email protected]>; Sat, 27 Feb 2010 15:28:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=Lt4iVabh8cYsm7gG/nLj2Ji8qpvyn/8OvpFPi0QSf4w=; b=oaAh5vPSDE4GuTjHiQzsifR+uPycLK3QPG7oO1EMuPQVrRFlxXxpKNfGnnCQz1tPvS 3FJ07XUtyR7SSto4qLBmsr9ESMKDvrGqVl+AfjSZtOv6ihLHm+F29T94ozXtr9lLP3jI 6pvmpZnEwLoZYeCB5DLmQqUep1ColkYhB72/E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=S3m+wx+7uoRpEEt0A32XY65mzXQ11qOMm3iG9suavTWNVtV10VPU2h6SpJjLJg8H+e pK078LrthwOQrAvkay2I04VZlU/p0p5jpwwAbmQeImc0rynXGlrMHAPOrB3lbsV5KJSj Qdv+UDUzVv5Q1kFkSU8Ld8aBhSEEyUYAtIKac= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id z15mr1645843wee.113.1267313280105; Sat, 27 Feb 2010 15:28:00 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Sat, 27 Feb 2010 15:28:00 -0800 Message-ID: <[email protected]> Subject: Re: Next release From: Alex Boisvert <[email protected]> To: [email protected], [email protected] Content-Type: multipart/alternative; boundary=0016e6d97735e13dcb04809d5d63 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6d97735e13dcb04809d5d63 Content-Type: text/plain; charset=ISO-8859-1 On Sat, Feb 27, 2010 at 3:08 PM, Antoine Toulme <[email protected]>wrote: > OK for me - I guess the big improvement on that release would also be a > standalone version with jruby ? > Good question. Given that JRuby is not licensed under ASL, this will have to be somewhat separate from the official Apache release. And JRuby has a different release cycle, so it makes sense to keep the two somewhat on their own schedules. For Buildr 1.4.0, I'm hoping to synchronize both but there may be some small delay between the two. If people have suggestions/preferences on where we should host this distro, I'm listening. Or better, if somebody wants to take ownership of the entire JRuby distro... alex --0016e6d97735e13dcb04809d5d63-- From [email protected] Sat Feb 27 23:36:40 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21865 invoked from network); 27 Feb 2010 23:36:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Feb 2010 23:36:40 -0000 Received: (qmail 58348 invoked by uid 500); 27 Feb 2010 23:36:40 -0000 Delivered-To: [email protected] Received: (qmail 58288 invoked by uid 500); 27 Feb 2010 23:36:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 58280 invoked by uid 99); 27 Feb 2010 23:36:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 23:36:40 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-wy0-f172.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 23:36:32 +0000 Received: by wyb40 with SMTP id 40so640242wyb.17 for <[email protected]>; Sat, 27 Feb 2010 15:36:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=HyJBCMre05CjjGEQoRwosKumTBl68XNTpDjWnhaHrSo=; b=CqO3EZpto5uFM1iiNABpSnEoYfd61VvENktPO2YT08x0I3w/p38vXN9LeCYOpvhJbt XbUTkdGLsO5HEPFlUZL+z8uYV4XXi+kxxh2OGtjvwlE+Cgopfu9U0tgBxCtkZUotscb2 uWjuk1WFBhEXYvErT2FmphgILnZ7Rq67KxdbU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=aoLrBxUbk2l0G+ELbNoOdMgrDKJFuxQOeibhepunkHTdBaSpVNi79wuF/Vr0EIZUGL kSdEagziw3rM17ndm9WLPSxbRsnIksB6WMiGpa0MZohyw1T5ZniNdyDqLnx0Ci17iV7R x2FbW5L//2SPwcxOVeNG6KsDOTkGCJ2hcumTU= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id v63mr1739718wee.32.1267313772227; Sat, 27 Feb 2010 15:36:12 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> Date: Sat, 27 Feb 2010 15:36:12 -0800 Message-ID: <[email protected]> Subject: Re: Close BUILDR-310 From: Alex Boisvert <[email protected]> To: [email protected], [email protected] Content-Type: multipart/alternative; boundary=0016e6d9a057366b5804809d7b98 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6d9a057366b5804809d7b98 Content-Type: text/plain; charset=ISO-8859-1 Done. On Sat, Feb 27, 2010 at 3:15 PM, Antoine Toulme <[email protected]>wrote: > Hi devs, you can close BUILDR-310, it's apparently already in the trunk: > https://issues.apache.org/jira/browse/BUILDR-310 > > I can't resolve the issue myself - not enough rights. > > Thanks, > > Antoine > --0016e6d9a057366b5804809d7b98-- From [email protected] Sat Feb 27 23:43:39 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 51236 invoked from network); 27 Feb 2010 23:43:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Feb 2010 23:43:39 -0000 Received: (qmail 62868 invoked by uid 500); 27 Feb 2010 23:43:39 -0000 Delivered-To: [email protected] Received: (qmail 62826 invoked by uid 500); 27 Feb 2010 23:43:39 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 62818 invoked by uid 99); 27 Feb 2010 23:43:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 23:43:39 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-pw0-f44.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 23:43:30 +0000 Received: by pwi3 with SMTP id 3so815488pwi.17 for <[email protected]>; Sat, 27 Feb 2010 15:43:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=AjsY8/oFkDtmPjR9ACcXzvhb97WKDJGEWegrvjs8I48=; b=AmmXnDCbcCl30wq8Fu/PNK9g08Ds6NmQkhsybU6jQ61Gh1bWjBXQCorszKLDrwfYz/ 4dlPeETw1XOncdbOT0/6kdRxxp2tc6ylyNZmTLsA0fTkxowWbVWuBxWCfYw0dHmYmvSX U6tKgg5dmNXsjaOqOvXFWBcpSpOjoMzjkTQrE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=JJqS/kA9pVQ5VQtkZE/TCff0bp5yNNa55v79TSWTCi0EACiyk/D9cMb171Nl25RFLi 2p+8Q9SQqAeTiYlNSfbIpNK+FHVGF88cKkrlTUJN0kvskNfJ/EKhv5lSpkJM5bdX/HAJ 75x9aZq3sS4qWrmse3xVb/x2ryjilj2tcFt3k= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id i10mr1398594wfa.46.1267314189088; Sat, 27 Feb 2010 15:43:09 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> From: Daniel Spiewak <[email protected]> Date: Sat, 27 Feb 2010 17:42:49 -0600 Message-ID: <[email protected]> Subject: Re: Next release To: [email protected] Content-Type: multipart/alternative; boundary=00504502af150f376304809d9495 X-Virus-Checked: Checked by ClamAV on apache.org --00504502af150f376304809d9495 Content-Type: text/plain; charset=UTF-8 Oh yeah, I forgot about sub-projects. Those are a problem too. :-) If you have a patch, that would be awesome, otherwise I'll try to find some time to play with it. Daniel On Sat, Feb 27, 2010 at 5:16 PM, Alex Boisvert <[email protected]>wrote: > I'm fine with continuous compilation going in for 1.4.0. More exposure > will help iron out bug. We could label it as a 'beta' feature if we're > concerned about initial quality. I've run into issues myself running it on > multi-project buildfile. I have a patch in a git branch somewhere... > > alex > > On Sat, Feb 27, 2010 at 3:09 PM, Daniel Spiewak <[email protected]> > wrote: > > > I vote +1 on the next release being 1.4.0. I would also like to propose > > another major new feature for the release: continuous compilation. This > is > > sitting in a basically-complete form in my GitHub fork. I've been > > dogfooding it for several months now, and it seems pretty solid. The > only > > three remaining tasks of which I am aware are as follows: > > > > - Documentation (only a few paragraphs are necessary, I'm just too lazy > > to have done it already) > > - Specs (this is much harder. I looked into mocking things without any > > success. I suspect someone with more Rspec fu would do better here) > > - Scala 2.8 support (for some reason, compiler detection doesn't work > > normally under Scala 2.8) > > > > I think if we could get continuous compilation into 1.4.0, it would > provide > > even more weight for this as the next "major release" for Buildr. > > > > Daniel > > > > On Sat, Feb 27, 2010 at 5:05 PM, Alex Boisvert <[email protected] > > >wrote: > > > > > Builders far and wide, > > > > > > We've got a decent amount of improvements and bug fixes done since > > October > > > / > > > Buildr 1.3.5 so I'd like to propose a release in the March timeframe. > > > > > > More specifically, I'd like to do a release candidate around March > > 13/14th > > > and hopefully a final release March 27/28th. > > > > > > This should leave us enough time to round up a few more issues, some > time > > > to > > > vote and update the site with an updated tagline (I dropped the ball on > > > that > > > since December) and deal with some updates/changes on the release side > > > (gemcutter). > > > > > > How does that sound? Are we ready to call the next release 1.4.0? > > > > > > alex > > > > > > --00504502af150f376304809d9495-- From [email protected] Sat Feb 27 23:50:36 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 54928 invoked from network); 27 Feb 2010 23:50:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 Feb 2010 23:50:36 -0000 Received: (qmail 65659 invoked by uid 500); 27 Feb 2010 23:50:36 -0000 Delivered-To: [email protected] Received: (qmail 65597 invoked by uid 500); 27 Feb 2010 23:50:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.buildr.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 65589 invoked by uid 99); 27 Feb 2010 23:50:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 23:50:36 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-iw0-f182.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 23:50:28 +0000 Received: by iwn12 with SMTP id 12so1359924iwn.21 for <[email protected]>; Sat, 27 Feb 2010 15:50:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=lYYvyAqZHVO8Zn9wGJW9ukavTxqaGAtDV4+yzrJL3VM=; b=mf8SZ+T6nhdJuWdJKmGjHQiwPXsQPYg89MW9UWBQN7+rk4sJuOPeOe7bRv3bXr4wgQ LqZjYKQoY5P7jGE0RaoXG18ZUalCGMH2gDXugIiTGwONyciEgmc0W3mkQaF8GAG0OwGa Ecr0314hRN8Cyqs+NtIloHqJ3xlZi6xXp9Gn0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; b=qHehFOoLHc3dYFclD5EYrv81GvwXfpXc9o+r/mrExXXxQw/cUOGOl+YPO/hJ0edb/R glUnHaYVOFDqXxWzjsTOfFnGfX/5rQ5JwyryZv6HEVPdBhjPNEEjPvC0SupW6ZMgu6cy NR9InFBbmjGB7QeASXIx4HwTz9P6utLz04FDc= MIME-Version: 1.0 Sender: [email protected] Reply-To: [email protected] Received: by 161.129.204.104 with SMTP id dm19mr1243825ibb.86.1267314607116; Sat, 27 Feb 2010 15:50:07 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> From: Antoine Toulme <[email protected]> Date: Sat, 27 Feb 2010 15:49:47 -0800 X-Google-Sender-Auth: 27b4ad4c75b75f50 Message-ID: <[email protected]> Subject: Re: Next release To: [email protected] Content-Type: multipart/alternative; boundary=0016367b6ecaf9d5b204809dac65 X-Virus-Checked: Checked by ClamAV on apache.org --0016367b6ecaf9d5b204809dac65 Content-Type: text/plain; charset=ISO-8859-1 @Continuous compilation: wow, great ! Can you file bugs around ? That would help me help you. @JRuby distro: There is plenty of research to do, maybe ask the jruby people what they think (I suspect there are perf and packaging improvements we could make) and host it on rubyforge as the worst case scenario ? On Sat, Feb 27, 2010 at 15:42, Daniel Spiewak <[email protected]> wrote: > Oh yeah, I forgot about sub-projects. Those are a problem too. :-) If > you > have a patch, that would be awesome, otherwise I'll try to find some time > to > play with it. > > Daniel > > On Sat, Feb 27, 2010 at 5:16 PM, Alex Boisvert <[email protected] > >wrote: > > > I'm fine with continuous compilation going in for 1.4.0. More exposure > > will help iron out bug. We could label it as a 'beta' feature if we're > > concerned about initial quality. I've run into issues myself running it > on > > multi-project buildfile. I have a patch in a git branch somewhere... > > > > alex > > > > On Sat, Feb 27, 2010 at 3:09 PM, Daniel Spiewak <[email protected]> > > wrote: > > > > > I vote +1 on the next release being 1.4.0. I would also like to > propose > > > another major new feature for the release: continuous compilation. > This > > is > > > sitting in a basically-complete form in my GitHub fork. I've been > > > dogfooding it for several months now, and it seems pretty solid. The > > only > > > three remaining tasks of which I am aware are as follows: > > > > > > - Documentation (only a few paragraphs are necessary, I'm just too > lazy > > > to have done it already) > > > - Specs (this is much harder. I looked into mocking things without > any > > > success. I suspect someone with more Rspec fu would do better here) > > > - Scala 2.8 support (for some reason, compiler detection doesn't work > > > normally under Scala 2.8) > > > > > > I think if we could get continuous compilation into 1.4.0, it would > > provide > > > even more weight for this as the next "major release" for Buildr. > > > > > > Daniel > > > > > > On Sat, Feb 27, 2010 at 5:05 PM, Alex Boisvert < > [email protected] > > > >wrote: > > > > > > > Builders far and wide, > > > > > > > > We've got a decent amount of improvements and bug fixes done since > > > October > > > > / > > > > Buildr 1.3.5 so I'd like to propose a release in the March timeframe. > > > > > > > > More specifically, I'd like to do a release candidate around March > > > 13/14th > > > > and hopefully a final release March 27/28th. > > > > > > > > This should leave us enough time to round up a few more issues, some > > time > > > > to > > > > vote and update the site with an updated tagline (I dropped the ball > on > > > > that > > > > since December) and deal with some updates/changes on the release > side > > > > (gemcutter). > > > > > > > > How does that sound? Are we ready to call the next release 1.4.0? > > > > > > > > alex > > > > > > > > > > --0016367b6ecaf9d5b204809dac65--
From [email protected] Mon May 24 18:14:08 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88621 invoked from network); 24 May 2010 18:14:08 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 24 May 2010 18:14:08 -0000 Received: (qmail 82286 invoked by uid 500); 24 May 2010 18:14:08 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-user.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 82278 invoked by uid 99); 24 May 2010 18:14:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 May 2010 18:14:08 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ww0-f44.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 May 2010 18:14:00 +0000 Received: by wwb24 with SMTP id 24so2643155wwb.31 for <[email protected]>; Mon, 24 May 2010 11:13:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=SNlu6feeF9cs0ls2GR08OlZRpjC9cLwbjbvo8imQCsI=; b=khTABCzo8gWMVKmsjtR29GSP6qq9M06E4GpVkEMOZdipJJvkoSBzHd26PxbfR3yZq3 VsbemeBy2ZjM1fidedU1RJu2KqzfunaU36DqISM72m9c0upf9GiXO1Bh26K9VSp/oyOm ETPd8SzsB6PBb6n378Tw8oU4InQ2XKTDqV3yI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=xK3amgDTW55FMWsvtvXbjtpDnwsLNf64L1QBdET4Hg6ZoWNIQTewFYIAPmC/saqwzw p5MOfBeYxXQhCBAyJhQZ3QhKDARvQV4fBaMAyuZaBTycX1ypJtpGs6S4rN/tKBF564IO djAqTQcUIKRMGHA1sHXMsXfrTwxrb9igNDfvA= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id a14mr5955694wbv.212.1274724820428; Mon, 24 May 2010 11:13:40 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 24 May 2010 11:13:40 -0700 (PDT) Date: Mon, 24 May 2010 21:13:40 +0300 Message-ID: <[email protected]> Subject: Specification's PDF From: Web developer <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=00163646d0161bd9e804875b00cd X-Virus-Checked: Checked by ClamAV on apache.org --00163646d0161bd9e804875b00cd Content-Type: text/plain; charset=ISO-8859-1 Hi. I found some syntax mistakes in JDO specification's PDF. To whom should I report that? John --00163646d0161bd9e804875b00cd-- From [email protected] Thu May 27 03:37:28 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94939 invoked from network); 27 May 2010 03:37:28 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 27 May 2010 03:37:28 -0000 Received: (qmail 73440 invoked by uid 500); 27 May 2010 03:37:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <jdo-user.db.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 73432 invoked by uid 99); 27 May 2010 03:37:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 May 2010 03:37:25 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=10.0 tests=AWL,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mail-vw0-f44.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 May 2010 03:37:21 +0000 Received: by vws14 with SMTP id 14so2880999vws.31 for <[email protected]>; Wed, 26 May 2010 20:37:00 -0700 (PDT) MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id j37mr7013689vcr.94.1274931419927; Wed, 26 May 2010 20:36:59 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 26 May 2010 20:36:59 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> Date: Wed, 26 May 2010 20:36:59 -0700 Message-ID: <[email protected]> Subject: Re: Specification's PDF From: Matthew Adams <[email protected]> To: [email protected], [email protected] Content-Type: text/plain; charset=ISO-8859-1 Please enter it into the JDO JIRA issue tracker at https://issues.apache.org/jira/browse/JDO -matthew On Mon, May 24, 2010 at 11:13 AM, Web developer <[email protected]> wrote: > Hi. I found some syntax mistakes in JDO specification's PDF. To whom should > I report that? John > -- mailto:[email protected] skype:matthewadams12 yahoo:matthewadams aol:matthewadams12 google-talk:[email protected] msn:[email protected] http://matthewadams.me http://www.linkedin.com/in/matthewadams
From [email protected] Tue Oct 04 04:33:52 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97104 invoked from network); 4 Oct 2005 04:33:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Oct 2005 04:33:51 -0000 Received: (qmail 56152 invoked by uid 500); 4 Oct 2005 04:33:50 -0000 Delivered-To: [email protected] Received: (qmail 56097 invoked by uid 500); 4 Oct 2005 04:33:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 56086 invoked by uid 99); 4 Oct 2005 04:33:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Oct 2005 21:33:49 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO smtp106.sbc.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 03 Oct 2005 21:33:53 -0700 Received: (qmail 1044 invoked from network); 4 Oct 2005 04:33:26 -0000 Received: from unknown (HELO hogwarts) ([email protected]@161.129.204.104 with login) by smtp106.sbc.mail.mud.yahoo.com with SMTP; 4 Oct 2005 04:33:26 -0000 Message-ID: <000601c5c89c$be9004d0$9d04fea9@hogwarts> From: "Mark Womack" <[email protected]> To: "Logging General" <[email protected]>, <[email protected]> References: <000901c5bf26$16354720$9d04fea9@hogwarts> Subject: Re: CVS -> SVN Migration Status Date: Mon, 3 Oct 2005 21:33:11 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Henri, et al, I believe we are good to go for the migration, with the following changes: logging-sandbox : Move the existing cvs dirs into a "log4j" subdir. logging-site : We need the branches and tags moved over from the cvs repo. Also, please double check the settings on this repo as I could only checkout using http, not https. No one else seemed to have this issue, just me. You had also previously mentioned something about a "core" repo yet to be converted. I don't know what that one is. Let us know what the next steps will be. With the above, we are ready to go (finally). much appreciated, -Mark ----- Original Message ----- From: "Mark Womack" <[email protected]> To: "Logging General" <[email protected]>; <[email protected]> Sent: Wednesday, September 21, 2005 8:31 PM Subject: CVS -> SVN Migration Status > chainsaw - Build process verified (Scott) > > log4jcxx - Repository reviewed, still need to verify the build process > (Curt todo). > > log4j - Build process for the head and the 1_2branch verified for the > classes/jars. Still need to verify the dist builds which are dependent on > the logging-site repository (see below). (Mark) > > log4net - Build process verified (Nicko) > > sandbox - Build process verified. But when we move it for real we want to > move the current code into a sandbox/log4j subdir if we can. If not, then > we'll just do it manually after the migration. The sandbox will be shared > by all of the subprojects. (Mark) > > site - I still cannot check out the site. Is anyone else encountering > this, or is it just me? My cygwin svn command line client works fine with > all of the other repositories except for logging-site. I'll try a > different client tomorrow evening. > > Thanks everyone. With hurricane Rita bearing down on Curt's location we > may be delayed in completing the entire migration. But we are almost > there and things are looking good (except for Rita, of course). > > -Mark > > From [email protected] Wed Oct 05 03:23:44 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 20517 invoked from network); 5 Oct 2005 03:23:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Oct 2005 03:23:43 -0000 Received: (qmail 13940 invoked by uid 500); 5 Oct 2005 03:23:43 -0000 Delivered-To: [email protected] Received: (qmail 13897 invoked by uid 500); 5 Oct 2005 03:23:42 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 13882 invoked by uid 99); 5 Oct 2005 03:23:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2005 20:23:42 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO smtp114.sbc.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 04 Oct 2005 20:23:46 -0700 Received: (qmail 78527 invoked from network); 5 Oct 2005 03:23:19 -0000 Received: from unknown (HELO hogwarts) ([email protected]@161.129.204.104 with login) by smtp114.sbc.mail.mud.yahoo.com with SMTP; 5 Oct 2005 03:23:19 -0000 Message-ID: <002301c5c95c$1f22b670$9d04fea9@hogwarts> From: "Mark Womack" <[email protected]> To: =?iso-8859-1?B?Q2VraSBH/Gxj/A==?= <[email protected]> Cc: "Logging General" <[email protected]>, <[email protected]> References: <000901c5bf26$16354720$9d04fea9@hogwarts> <000601c5c89c$be9004d0$9d04fea9@hogwarts> <Pine.LNX.4.61.0510040053100.7396@kongo> Subject: Re: CVS -> SVN Migration Status Date: Tue, 4 Oct 2005 20:23:06 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Ceki (or anyone), can you shed any light on the logging "core" cvs module? Have we used it for anything? -Mark ----- Original Message ----- From: <[email protected]> To: "Mark Womack" <[email protected]> Cc: "Logging General" <[email protected]> Sent: Monday, October 03, 2005 9:55 PM Subject: Re: CVS -> SVN Migration Status > > I'll do some work tomorrow on a repeat migration to test to cover the > sandbox and site issues, then leaving that there for you to check, I'll > aim to do the real migration on Saturday at 8pm US/Eastern. > > - > > I'll deal with the various tlp-core modules that are out there at a later > stage. I think they're private pmc modules, but the fact that you don't > use yours (by the sound of it) implies they might not be very essential. > > I've asked the various root@ people if I could have temporary group > membership to various tlp's so I can see inside the directories in order > to get the migration done. > > Hen From [email protected] Wed Oct 05 03:25:17 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22739 invoked from network); 5 Oct 2005 03:25:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Oct 2005 03:25:17 -0000 Received: (qmail 16130 invoked by uid 500); 5 Oct 2005 03:25:16 -0000 Delivered-To: [email protected] Received: (qmail 16074 invoked by uid 500); 5 Oct 2005 03:25:16 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 16063 invoked by uid 99); 5 Oct 2005 03:25:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2005 20:25:16 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO smtp107.sbc.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 04 Oct 2005 20:25:19 -0700 Received: (qmail 45262 invoked from network); 5 Oct 2005 03:24:53 -0000 Received: from unknown (HELO hogwarts) ([email protected]@161.129.204.104 with login) by smtp107.sbc.mail.mud.yahoo.com with SMTP; 5 Oct 2005 03:24:52 -0000 Message-ID: <002401c5c95c$57465b10$9d04fea9@hogwarts> From: "Mark Womack" <[email protected]> To: "Henri Yandell" <[email protected]> Cc: "Logging General" <[email protected]> References: <000901c5bf26$16354720$9d04fea9@hogwarts> <000601c5c89c$be9004d0$9d04fea9@hogwarts> <Pine.LNX.4.61.0510041615390.10846@kongo> Subject: Re: CVS -> SVN Migration Status Date: Tue, 4 Oct 2005 20:24:43 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thanks, Henri. I will take a look at the new versions tomorrow. All, please take a look at your respective subproject related repos. If there are any issues, now is the time to bring it up. Otherwise we will do the conversion as Henri mentions. thanks, -Mark ----- Original Message ----- From: "Henri Yandell" <[email protected]> To: "Mark Womack" <[email protected]> Cc: "Logging General" <[email protected]> Sent: Tuesday, October 04, 2005 1:16 PM Subject: Re: CVS -> SVN Migration Status > > http://svn.apache.org/repos/test/logging/ > > I repeated the migration, log4j-sandbox now found in > logging/sandbox/log4j, and the site now keeps its branches/tags. > > See how it looks, unless I hear otherwise I'll go ahead and do the real > migration at 8pm on Saturday US/Eastern. > > Hen > > On Mon, 3 Oct 2005, Mark Womack wrote: > >> Henri, et al, >> >> I believe we are good to go for the migration, with the following >> changes: >> >> logging-sandbox : Move the existing cvs dirs into a "log4j" subdir. >> >> logging-site : We need the branches and tags moved over from the cvs >> repo. Also, please double check the settings on this repo as I could only >> checkout using http, not https. No one else seemed to have this issue, >> just me. >> >> You had also previously mentioned something about a "core" repo yet to be >> converted. I don't know what that one is. >> >> Let us know what the next steps will be. With the above, we are ready to >> go (finally). >> >> much appreciated, >> -Mark >> >> ----- Original Message ----- From: "Mark Womack" <[email protected]> >> To: "Logging General" <[email protected]>; <[email protected]> >> Sent: Wednesday, September 21, 2005 8:31 PM >> Subject: CVS -> SVN Migration Status >> >> >>> chainsaw - Build process verified (Scott) >>> >>> log4jcxx - Repository reviewed, still need to verify the build process >>> (Curt todo). >>> >>> log4j - Build process for the head and the 1_2branch verified for the >>> classes/jars. Still need to verify the dist builds which are dependent >>> on the logging-site repository (see below). (Mark) >>> >>> log4net - Build process verified (Nicko) >>> >>> sandbox - Build process verified. But when we move it for real we want >>> to move the current code into a sandbox/log4j subdir if we can. If not, >>> then we'll just do it manually after the migration. The sandbox will be >>> shared by all of the subprojects. (Mark) >>> >>> site - I still cannot check out the site. Is anyone else encountering >>> this, or is it just me? My cygwin svn command line client works fine >>> with all of the other repositories except for logging-site. I'll try a >>> different client tomorrow evening. >>> >>> Thanks everyone. With hurricane Rita bearing down on Curt's location we >>> may be delayed in completing the entire migration. But we are almost >>> there and things are looking good (except for Rita, of course). >>> >>> -Mark >>> >>> >> >> > From [email protected] Sat Oct 08 03:38:21 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 68721 invoked from network); 8 Oct 2005 03:38:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Oct 2005 03:38:21 -0000 Received: (qmail 39536 invoked by uid 500); 8 Oct 2005 03:38:20 -0000 Delivered-To: [email protected] Received: (qmail 39376 invoked by uid 500); 8 Oct 2005 03:38:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 39355 invoked by uid 99); 8 Oct 2005 03:38:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Oct 2005 20:38:19 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO smtp103.sbc.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 07 Oct 2005 20:38:21 -0700 Received: (qmail 47631 invoked from network); 8 Oct 2005 03:37:56 -0000 Received: from unknown (HELO hogwarts) ([email protected]@161.129.204.104 with login) by smtp103.sbc.mail.mud.yahoo.com with SMTP; 8 Oct 2005 03:37:56 -0000 Message-ID: <002001c5cbb9$a2520640$9d04fea9@hogwarts> From: "Mark Womack" <[email protected]> To: "Henri Yandell" <[email protected]> Cc: "Logging General" <[email protected]> Subject: Re: CVS -> SVN Migration Status Date: Fri, 7 Oct 2005 20:37:32 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Looks good to me. I just have one question about the sandbox. I had to check out http://svn.apache.org/repos/test/logging/sandbox/log4j/trunk to get the code. Does this mean that each subproject will have a "log4XYZ/trunk" and they will need to be checked out individually? I can't do a checkout of all the sandbox projects at one time? If so, I guess that is ok. I was thinking all the subprojects would share one sandbox repository. The thought being that cross-project experiments would be easier to do in a single sandbox. In practice I don't know how likely that will be. I am still go for the conversion. We can muck around with sandbox later. I will check back Saturday night for a status and will work to update the site with the new repository info. thanks, -Mark ----- Original Message ----- From: "Henri Yandell" <[email protected]> To: "Mark Womack" <[email protected]> Cc: "Logging General" <[email protected]> Sent: Tuesday, October 04, 2005 1:16 PM Subject: Re: CVS -> SVN Migration Status > > http://svn.apache.org/repos/test/logging/ > > I repeated the migration, log4j-sandbox now found in > logging/sandbox/log4j, and the site now keeps its branches/tags. > > See how it looks, unless I hear otherwise I'll go ahead and do the real > migration at 8pm on Saturday US/Eastern. > > Hen > > On Mon, 3 Oct 2005, Mark Womack wrote: > >> Henri, et al, >> >> I believe we are good to go for the migration, with the following >> changes: >> >> logging-sandbox : Move the existing cvs dirs into a "log4j" subdir. >> >> logging-site : We need the branches and tags moved over from the cvs >> repo. Also, please double check the settings on this repo as I could only >> checkout using http, not https. No one else seemed to have this issue, >> just me. >> >> You had also previously mentioned something about a "core" repo yet to be >> converted. I don't know what that one is. >> >> Let us know what the next steps will be. With the above, we are ready to >> go (finally). >> >> much appreciated, >> -Mark >> >> ----- Original Message ----- From: "Mark Womack" <[email protected]> >> To: "Logging General" <[email protected]>; <[email protected]> >> Sent: Wednesday, September 21, 2005 8:31 PM >> Subject: CVS -> SVN Migration Status >> >> >>> chainsaw - Build process verified (Scott) >>> >>> log4jcxx - Repository reviewed, still need to verify the build process >>> (Curt todo). >>> >>> log4j - Build process for the head and the 1_2branch verified for the >>> classes/jars. Still need to verify the dist builds which are dependent >>> on the logging-site repository (see below). (Mark) >>> >>> log4net - Build process verified (Nicko) >>> >>> sandbox - Build process verified. But when we move it for real we want >>> to move the current code into a sandbox/log4j subdir if we can. If not, >>> then we'll just do it manually after the migration. The sandbox will be >>> shared by all of the subprojects. (Mark) >>> >>> site - I still cannot check out the site. Is anyone else encountering >>> this, or is it just me? My cygwin svn command line client works fine >>> with all of the other repositories except for logging-site. I'll try a >>> different client tomorrow evening. >>> >>> Thanks everyone. With hurricane Rita bearing down on Curt's location we >>> may be delayed in completing the entire migration. But we are almost >>> there and things are looking good (except for Rita, of course). >>> >>> -Mark >>> >>> >> >> > From [email protected] Sun Oct 09 07:12:03 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93390 invoked from network); 9 Oct 2005 07:12:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Oct 2005 07:12:03 -0000 Received: (qmail 69688 invoked by uid 500); 9 Oct 2005 07:12:02 -0000 Delivered-To: [email protected] Received: (qmail 69639 invoked by uid 500); 9 Oct 2005 07:12:02 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 69628 invoked by uid 99); 9 Oct 2005 07:12:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Oct 2005 00:12:01 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO www.intland.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Oct 2005 00:12:04 -0700 Received: (qmail 31953 invoked from network); 9 Oct 2005 09:11:38 +0200 Received: from p54a0ec87.dip.t-dialin.net (HELO lat) (161.129.204.104) by p15187949.pureserver.info with (RC4-MD5 encrypted) SMTP; 9 Oct 2005 09:11:38 +0200 From: "Zsolt" <[email protected]> To: <[email protected]> Subject: How to define a second logger only for errors? Date: Sun, 9 Oct 2005 09:11:37 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Thread-Index: AcXMoLBbk+Y4j153S1eDNbEOfoUMIQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked by ClamAV on apache.org Message-Id: <[email protected]> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I use 1.2.12. I would like to define two loggers. The first one should contain everything, the second only the errors. How can I do that? Zsolt From [email protected] Sun Oct 09 14:12:49 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69784 invoked from network); 9 Oct 2005 14:12:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Oct 2005 14:12:48 -0000 Received: (qmail 7966 invoked by uid 500); 9 Oct 2005 14:12:48 -0000 Delivered-To: [email protected] Received: (qmail 7820 invoked by uid 500); 9 Oct 2005 14:12:46 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 7809 invoked by uid 99); 9 Oct 2005 14:12:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Oct 2005 07:12:46 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO ms-smtp-02-eri0.texas.rr.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Oct 2005 07:12:48 -0700 Received: from [161.129.204.104] (cpe-24-27-77-52.houston.res.rr.com [161.129.204.104]) by ms-smtp-02-eri0.texas.rr.com (8.12.10/8.12.7) with ESMTP id j99ECKe1000401; Sun, 9 Oct 2005 09:12:20 -0500 (CDT) In-Reply-To: <[email protected]> References: <[email protected]> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <[email protected]> Cc: Zsolt <[email protected]> Content-Transfer-Encoding: 7bit From: Curt Arnold <[email protected]> Subject: Re: How to define a second logger only for errors? Date: Sun, 9 Oct 2005 09:12:21 -0500 To: Logging General <[email protected]> X-Mailer: Apple Mail (2.734) X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Oct 9, 2005, at 2:11 AM, Zsolt wrote: > > Hi, > > I use 1.2.12. I would like to define two loggers. The first one should > contain everything, the second only the errors. How can I do that? > > Zsolt > > > log4j-user would be the appropriate mailing list for that. [email protected] is for discussion on matters that affect more than one of the Logging Services projects. If you have follow up, please repost to that mailing list and not [email protected]. I don't have time to discuss the scenario at the moment, but I might start you down the right path and rereading the Short Intro or other documentation might make more sense. It would be uncommon and undesirable to have separate loggers for different severities (info, warn, debug, etc). Loggers typically correspond to implementation classes (for example, com.example.gui.SomeWidget) or some particular topic (database, security). Think of a logger as a topic of conversation and the level as the tone of voice of speaker. It would be common to have multiple appenders attached to the same logger but differing in the threshold of messages they process. A way to think of it would be if court reporter and a newspaper writer were listening to the same testimony in a court of law. The court reporter would attempt to write down everything that was said, the newspaper writer would only take notes when he thought the testimony was interesting and would discard most of the things he heard. In your situation, I would suggest attaching two appenders (like a listener to a conversation) to the root logger and setting the threshold of one of the appenders to ERROR. From [email protected] Sun Oct 09 14:25:39 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71304 invoked from network); 9 Oct 2005 14:25:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Oct 2005 14:25:39 -0000 Received: (qmail 14237 invoked by uid 500); 9 Oct 2005 14:25:38 -0000 Delivered-To: [email protected] Received: (qmail 14199 invoked by uid 500); 9 Oct 2005 14:25:38 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 14188 invoked by uid 99); 9 Oct 2005 14:25:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Oct 2005 07:25:38 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO www.intland.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Oct 2005 07:25:40 -0700 Received: (qmail 7628 invoked from network); 9 Oct 2005 16:25:15 +0200 Received: from p54a0ec87.dip.t-dialin.net (HELO lat) (161.129.204.104) by p15187949.pureserver.info with (RC4-MD5 encrypted) SMTP; 9 Oct 2005 16:25:15 +0200 From: "Zsolt" <[email protected]> To: "'Logging General'" <[email protected]> Subject: RE: How to define a second logger only for errors? Date: Sun, 9 Oct 2005 16:25:12 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Thread-Index: AcXM24a3zKUN6T5xScS32/YkP+YW5wAAVq+w X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-reply-to: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Message-Id: <[email protected]> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thank you very much, that was exactly what I wanted. I want to store the error logs also separately because my logs files are pretty big (100000 lines) and I just want see first the errors but I also need the errors in the large file because I see only there the environment that caused the error. Again, thank you. zsolt >-----Original Message----- >From: Curt Arnold [mailto:[email protected]] >Sent: Sunday, October 09, 2005 4:12 PM >To: Logging General >Cc: Zsolt >Subject: Re: How to define a second logger only for errors? > > >On Oct 9, 2005, at 2:11 AM, Zsolt wrote: > > >> >> Hi, >> >> I use 1.2.12. I would like to define two loggers. The first one should >> contain everything, the second only the errors. How can I do that? >> >> Zsolt >> >> >> > > >log4j-user would be the appropriate mailing list for that. >[email protected] is for discussion on matters that affect >more than one of the Logging Services projects. If you have follow >up, please repost to that mailing list and not >[email protected]. > >I don't have time to discuss the scenario at the moment, but I might >start you down the right path and rereading the Short Intro or other >documentation might make more sense. > >It would be uncommon and undesirable to have separate loggers for >different severities (info, warn, debug, etc). Loggers typically >correspond to implementation classes (for example, >com.example.gui.SomeWidget) or some particular topic (database, >security). Think of a logger as a topic of conversation and the >level as the tone of voice of speaker. > >It would be common to have multiple appenders attached to the same >logger but differing in the threshold of messages they process. A >way to think of it would be if court reporter and a newspaper writer >were listening to the same testimony in a court of law. The court >reporter would attempt to write down everything that was said, the >newspaper writer would only take notes when he thought the testimony >was interesting and would discard most of the things he heard. > >In your situation, I would suggest attaching two appenders (like a >listener to a conversation) to the root logger and setting the >threshold of one of the appenders to ERROR. > > From [email protected] Sun Oct 09 16:09:52 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 86867 invoked from network); 9 Oct 2005 16:09:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Oct 2005 16:09:52 -0000 Received: (qmail 74888 invoked by uid 500); 9 Oct 2005 16:09:51 -0000 Delivered-To: [email protected] Received: (qmail 74833 invoked by uid 500); 9 Oct 2005 16:09:51 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 74816 invoked by uid 99); 9 Oct 2005 16:09:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Oct 2005 09:09:50 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO kongo.flamefew.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Oct 2005 09:09:52 -0700 Received: by kongo.flamefew.net (Postfix on Linux (i386), from userid 1000) id B55BC7F76; Sun, 9 Oct 2005 12:09:26 -0400 (EDT) Received: from localhost (localhost [161.129.204.104]) by kongo.flamefew.net (Postfix on Linux (i386)) with ESMTP id B42D67F6F; Sun, 9 Oct 2005 12:09:26 -0400 (EDT) Date: Sun, 9 Oct 2005 12:09:26 -0400 (EDT) From: Henri Yandell <[email protected]> X-X-Sender: hen@kongo To: Mark Womack <[email protected]> Cc: Logging General <[email protected]> Subject: Re: CVS -> SVN Migration Status In-Reply-To: <002001c5cbb9$a2520640$9d04fea9@hogwarts> Message-ID: <Pine.LNX.4.61.0510091203520.9187@kongo> References: <002001c5cbb9$a2520640$9d04fea9@hogwarts> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I'm going to go ahead and start now. Sat and pondered if I should wait or not, but I imagine that for most Logging committers they're taking time away from the source for the weekend instead of just last night, so better for it to happen now than in another week. In case Mark hasn't forwarded the last email yet, I screwed up last night and utterly forgot to go ahead and do the scheduled migration. Very poor form, so my apologies for that. Anyways, CVS is now read only and I'll get the ASF hardware churning on the cvs2svn script. More email to come when things are finished. Hen On Fri, 7 Oct 2005, Mark Womack wrote: > Looks good to me. I just have one question about the sandbox. I had to > check out > > http://svn.apache.org/repos/test/logging/sandbox/log4j/trunk > > to get the code. Does this mean that each subproject will have a > "log4XYZ/trunk" and they will need to be checked out individually? I can't > do a checkout of all the sandbox projects at one time? > > If so, I guess that is ok. I was thinking all the subprojects would share > one sandbox repository. The thought being that cross-project experiments > would be easier to do in a single sandbox. In practice I don't know how > likely that will be. > > I am still go for the conversion. We can muck around with sandbox later. > > I will check back Saturday night for a status and will work to update the > site with the new repository info. From [email protected] Sun Oct 09 17:29:54 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50931 invoked from network); 9 Oct 2005 17:29:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Oct 2005 17:29:52 -0000 Received: (qmail 23291 invoked by uid 500); 9 Oct 2005 17:29:45 -0000 Delivered-To: [email protected] Received: (qmail 23177 invoked by uid 500); 9 Oct 2005 17:29:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 23150 invoked by uid 99); 9 Oct 2005 17:29:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Oct 2005 10:29:44 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO kongo.flamefew.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Oct 2005 10:29:47 -0700 Received: by kongo.flamefew.net (Postfix on Linux (i386), from userid 1000) id 1F0BE7F76; Sun, 9 Oct 2005 13:29:20 -0400 (EDT) Received: from localhost (localhost [161.129.204.104]) by kongo.flamefew.net (Postfix on Linux (i386)) with ESMTP id 1E9D27F6F; Sun, 9 Oct 2005 13:29:20 -0400 (EDT) Date: Sun, 9 Oct 2005 13:29:20 -0400 (EDT) From: Henri Yandell <[email protected]> X-X-Sender: hen@kongo To: [email protected] Cc: Mark Womack <[email protected]> Subject: Migration Complete Was: CVS -> SVN Migration Status Message-ID: <Pine.LNX.4.61.0510091328170.9187@kongo> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Okay, all done: --------- http://svn.apache.org/repos/asf/logging/ svn co https://svn.apache.org/repos/asf/logging/chainsaw/trunk logging-chainsaw svn co https://svn.apache.org/repos/asf/logging/log4cxx/trunk logging-log4cxx svn co https://svn.apache.org/repos/asf/logging/log4j/trunk logging-log4j svn co https://svn.apache.org/repos/asf/logging/log4net/trunk logging-log4net svn co https://svn.apache.org/repos/asf/logging/log4php/trunk logging-log4php svn co https://svn.apache.org/repos/asf/logging/sandbox/log4j/trunk logging-log4j-sandbox svn co https://svn.apache.org/repos/asf/logging/site/trunk logging-site --------- Authorization-wise, I've matched the CVS permissions, setting up 5 groups: logging-pmc=ceki,mwomack,hoju,psmith,sdeboy,yoavs,nicko,niall,mcatan,marco,carnold,cdevienne logging-log4j=ceki,mwomack,hoju,psmith,sdeboy,yoavs,carnold logging-log4net=nicko,niall,ceki,psmith,yoavs,drieseng,rgrabowski logging-log4php=ceki,marco logging-log4cxx=ceki,mcatan,carnold,cdevienne And then setting up the various directory permissions: [/logging] @logging-pmc = rw [/logging/log4j] @logging-log4j = rw [/logging/sandbox/log4j] @logging-log4j = rw [/logging/chainsaw] @logging-log4j = rw [/logging/log4net] @logging-log4net = rw [/logging/log4php] @logging-log4php = rw [/logging/log4cxx] @logging-log4cxx = rw ---- /logging/site isn't mentioned because the /logging permission encompasses it. I think the hierarchical nature of things means that the PMC have rw access to all subprojects now, which also means that most of the subproject groupings can be smaller/removed due to the overlap with the PMC group. Mark, give me an email if this is bad and/or you have questions about modifying it. All chairs have access to it, though it is a point of failure for the system in that if you check it in with problems, it can break subversion (same held for CVSROOT/avail I guess). It's in: https://svn.apache.org/repos/asf/infrastructure/trunk/subversion/authorization Commit notifications should goto the same email addresses, let me know if there are any problems with that, it always feels a bit like magic trying to pull the bits together on that :) Anyway, I'm done now, have at it :) Hen From [email protected] Sun Oct 09 17:43:22 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 53117 invoked from network); 9 Oct 2005 17:43:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Oct 2005 17:43:21 -0000 Received: (qmail 30139 invoked by uid 500); 9 Oct 2005 17:43:21 -0000 Delivered-To: [email protected] Received: (qmail 30079 invoked by uid 500); 9 Oct 2005 17:43:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 30068 invoked by uid 99); 9 Oct 2005 17:43:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Oct 2005 10:43:20 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO smtp113.sbc.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 09 Oct 2005 10:43:22 -0700 Received: (qmail 70940 invoked from network); 9 Oct 2005 17:42:57 -0000 Received: from unknown (HELO hogwarts) ([email protected]@161.129.204.104 with login) by smtp113.sbc.mail.mud.yahoo.com with SMTP; 9 Oct 2005 17:42:57 -0000 Message-ID: <000b01c5ccf8$dc002580$9d04fea9@hogwarts> From: "Mark Womack" <[email protected]> To: "Logging General" <[email protected]>, <[email protected]> References: <Pine.LNX.4.61.0510091328170.9187@kongo> Subject: Re: Migration Complete Was: CVS -> SVN Migration Status Date: Sun, 9 Oct 2005 10:42:39 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Henri, Thanks! I will be updating the web site today to mention the svn repos instead of the the cvs ones. And I will look into being able to view/change the permissions. And no worries about last night. I figured you were busy with other stuff when I did not see any emails. And it is not like we have been the fastest moving group on this task. Hope the home improvement is moving along! OK, everyone should try out the new repos. Report any problems or issues. Thanks! -Mark ----- Original Message ----- From: "Henri Yandell" <[email protected]> To: <[email protected]> Cc: "Mark Womack" <[email protected]> Sent: Sunday, October 09, 2005 10:29 AM Subject: Migration Complete Was: CVS -> SVN Migration Status > > Okay, all done: > > --------- > http://svn.apache.org/repos/asf/logging/ > > svn co https://svn.apache.org/repos/asf/logging/chainsaw/trunk > logging-chainsaw > > svn co https://svn.apache.org/repos/asf/logging/log4cxx/trunk > logging-log4cxx > > svn co https://svn.apache.org/repos/asf/logging/log4j/trunk logging-log4j > > svn co https://svn.apache.org/repos/asf/logging/log4net/trunk > logging-log4net > > svn co https://svn.apache.org/repos/asf/logging/log4php/trunk > logging-log4php > > svn co https://svn.apache.org/repos/asf/logging/sandbox/log4j/trunk > logging-log4j-sandbox > > svn co https://svn.apache.org/repos/asf/logging/site/trunk logging-site > --------- > > Authorization-wise, I've matched the CVS permissions, setting up 5 groups: > > logging-pmc=ceki,mwomack,hoju,psmith,sdeboy,yoavs,nicko,niall,mcatan,marco,carnold,cdevienne > logging-log4j=ceki,mwomack,hoju,psmith,sdeboy,yoavs,carnold > logging-log4net=nicko,niall,ceki,psmith,yoavs,drieseng,rgrabowski > logging-log4php=ceki,marco > logging-log4cxx=ceki,mcatan,carnold,cdevienne > > And then setting up the various directory permissions: > > [/logging] > @logging-pmc = rw > > [/logging/log4j] > @logging-log4j = rw > > [/logging/sandbox/log4j] > @logging-log4j = rw > > [/logging/chainsaw] > @logging-log4j = rw > > [/logging/log4net] > @logging-log4net = rw > > [/logging/log4php] > @logging-log4php = rw > > [/logging/log4cxx] > @logging-log4cxx = rw > > ---- > > /logging/site isn't mentioned because the /logging permission encompasses > it. I think the hierarchical nature of things means that the PMC have rw > access to all subprojects now, which also means that most of the > subproject groupings can be smaller/removed due to the overlap with the > PMC group. > > Mark, give me an email if this is bad and/or you have questions about > modifying it. All chairs have access to it, though it is a point of > failure for the system in that if you check it in with problems, it can > break subversion (same held for CVSROOT/avail I guess). > > It's in: > > https://svn.apache.org/repos/asf/infrastructure/trunk/subversion/authorization > > Commit notifications should goto the same email addresses, let me know if > there are any problems with that, it always feels a bit like magic trying > to pull the bits together on that :) > > Anyway, I'm done now, have at it :) > > Hen > From [email protected] Mon Oct 10 03:32:42 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19489 invoked from network); 10 Oct 2005 03:32:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Oct 2005 03:32:42 -0000 Received: (qmail 44851 invoked by uid 500); 10 Oct 2005 03:32:41 -0000 Delivered-To: [email protected] Received: (qmail 44771 invoked by uid 500); 10 Oct 2005 03:32:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 44760 invoked by uid 99); 10 Oct 2005 03:32:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Oct 2005 20:32:40 -0700 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 09 Oct 2005 20:32:40 -0700 Received: (qmail 19417 invoked by uid 65534); 10 Oct 2005 03:32:16 -0000 Message-ID: <[email protected]> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r312535 - in /logging/site/trunk: docs/ docs/css/ docs/site/ src/xdocs/ src/xdocs/site/ src/xdocs/stylesheets/ Date: Mon, 10 Oct 2005 03:32:12 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: mwomack Date: Sun Oct 9 20:32:01 2005 New Revision: 312535 URL: http://svn.apache.org/viewcvs?rev=312535&view=rev Log: SVN changes, ApacheCon US 2005 change Added: logging/site/trunk/docs/site/repositories.html (with props) logging/site/trunk/src/xdocs/site/repositories.xml (with props) Modified: logging/site/trunk/docs/css/site.css logging/site/trunk/docs/index.html logging/site/trunk/docs/site/binindex.html logging/site/trunk/docs/site/bugreport.html logging/site/trunk/docs/site/bylaws.html logging/site/trunk/docs/site/cvs-repositories.html logging/site/trunk/docs/site/logging-site.html logging/site/trunk/docs/site/mailing-lists.html logging/site/trunk/docs/site/mission-statement.html logging/site/trunk/docs/site/news.html logging/site/trunk/docs/site/who-we-are.html logging/site/trunk/src/xdocs/index.xml logging/site/trunk/src/xdocs/site/cvs-repositories.xml logging/site/trunk/src/xdocs/stylesheets/project.xml logging/site/trunk/src/xdocs/stylesheets/site.vsl Modified: logging/site/trunk/docs/css/site.css URL: http://svn.apache.org/viewcvs/logging/site/trunk/docs/css/site.css?rev=312535&r1=312534&r2=312535&view=diff ============================================================================== --- logging/site/trunk/docs/css/site.css (original) +++ logging/site/trunk/docs/css/site.css Sun Oct 9 20:32:01 2005 @@ -64,6 +64,7 @@ border-bottom: 1px solid #DDDDDD; background:#eee; font-family: Courier, "MS Courier New", Prestige, Everson Monocourrier, monospace; + font-size: smaller; padding-bottom: 0.5ex; padding-top: 0.5ex; padding-left: 2ex; Modified: logging/site/trunk/docs/index.html URL: http://svn.apache.org/viewcvs/logging/site/trunk/docs/index.html?rev=312535&r1=312534&r2=312535&view=diff ============================================================================== --- logging/site/trunk/docs/index.html (original) +++ logging/site/trunk/docs/index.html Sun Oct 9 20:32:01 2005 @@ -38,7 +38,11 @@ <a href="http://logging.apache.org/"> <img src="http://logging.apache.org/images/ls-logo.jpg" border="0"/> </a> - </td> + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + <a href="http://apachecon.com/2005/US/"> + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" /> + </a> <td align="right"> </td> </tr> @@ -48,10 +52,7 @@ <div class="centercol"> <hr noshade="" size="1"/> - <a href="http://apachecon.com"> -<img src="http://apache.org/images/ac2005eu_135x50.gif" /> -</a> - <h1>Welcome to Logging Services Project @ Apache</strong></h1> + <h1>Welcome to Logging Services Project @ Apache</strong></h1> <p>The log4j developers are pleased to announce that the Board of Directors of the Apache Software Foundation unanimously passed a resolution for the creation of the Apache Logging Services @@ -92,10 +93,10 @@ - <hr/> + <hr/> - + <!-- FOOTER --> @@ -136,7 +137,7 @@ <div class="menu_header">Support</div> <div class="menu_item"> <a href="./site/binindex.cgi">Binary distributions</a> </div> - <div class="menu_item"> <a href="./site/cvs-repositories.html">CVS Repositories</a> + <div class="menu_item"> <a href="./site/repositories.html">SVN Repositories</a> </div> <div class="menu_item"> <a href="./site/mailing-lists.html">Mailing Lists</a> </div> Modified: logging/site/trunk/docs/site/binindex.html URL: http://svn.apache.org/viewcvs/logging/site/trunk/docs/site/binindex.html?rev=312535&r1=312534&r2=312535&view=diff ============================================================================== --- logging/site/trunk/docs/site/binindex.html (original) +++ logging/site/trunk/docs/site/binindex.html Sun Oct 9 20:32:01 2005 @@ -37,7 +37,11 @@ <a href="http://logging.apache.org/"> <img src="http://logging.apache.org/images/ls-logo.jpg" border="0"/> </a> - </td> + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + <a href="http://apachecon.com/2005/US/"> + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" /> + </a> <td align="right"> </td> </tr> @@ -190,7 +194,7 @@ <div class="menu_header">Support</div> <div class="menu_item"> <a href="../site/binindex.cgi">Binary distributions</a> </div> - <div class="menu_item"> <a href="../site/cvs-repositories.html">CVS Repositories</a> + <div class="menu_item"> <a href="../site/repositories.html">SVN Repositories</a> </div> <div class="menu_item"> <a href="../site/mailing-lists.html">Mailing Lists</a> </div> Modified: logging/site/trunk/docs/site/bugreport.html URL: http://svn.apache.org/viewcvs/logging/site/trunk/docs/site/bugreport.html?rev=312535&r1=312534&r2=312535&view=diff ============================================================================== --- logging/site/trunk/docs/site/bugreport.html (original) +++ logging/site/trunk/docs/site/bugreport.html Sun Oct 9 20:32:01 2005 @@ -37,7 +37,11 @@ <a href="http://logging.apache.org/"> <img src="http://logging.apache.org/images/ls-logo.jpg" border="0"/> </a> - </td> + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + <a href="http://apachecon.com/2005/US/"> + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" /> + </a> <td align="right"> </td> </tr> @@ -206,7 +210,7 @@ <div class="menu_header">Support</div> <div class="menu_item"> <a href="../site/binindex.cgi">Binary distributions</a> </div> - <div class="menu_item"> <a href="../site/cvs-repositories.html">CVS Repositories</a> + <div class="menu_item"> <a href="../site/repositories.html">SVN Repositories</a> </div> <div class="menu_item"> <a href="../site/mailing-lists.html">Mailing Lists</a> </div> Modified: logging/site/trunk/docs/site/bylaws.html URL: http://svn.apache.org/viewcvs/logging/site/trunk/docs/site/bylaws.html?rev=312535&r1=312534&r2=312535&view=diff ============================================================================== --- logging/site/trunk/docs/site/bylaws.html (original) +++ logging/site/trunk/docs/site/bylaws.html Sun Oct 9 20:32:01 2005 @@ -36,7 +36,11 @@ <a href="http://logging.apache.org/"> <img src="http://logging.apache.org/images/ls-logo.jpg" border="0"/> </a> - </td> + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + <a href="http://apachecon.com/2005/US/"> + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" /> + </a> <td align="right"> </td> </tr> @@ -759,7 +763,7 @@ <div class="menu_header">Support</div> <div class="menu_item"> <a href="../site/binindex.cgi">Binary distributions</a> </div> - <div class="menu_item"> <a href="../site/cvs-repositories.html">CVS Repositories</a> + <div class="menu_item"> <a href="../site/repositories.html">SVN Repositories</a> </div> <div class="menu_item"> <a href="../site/mailing-lists.html">Mailing Lists</a> </div> Modified: logging/site/trunk/docs/site/cvs-repositories.html URL: http://svn.apache.org/viewcvs/logging/site/trunk/docs/site/cvs-repositories.html?rev=312535&r1=312534&r2=312535&view=diff ============================================================================== --- logging/site/trunk/docs/site/cvs-repositories.html (original) +++ logging/site/trunk/docs/site/cvs-repositories.html Sun Oct 9 20:32:01 2005 @@ -26,7 +26,7 @@ <link href="../css/site.css" rel="stylesheet" type="text/css"/> - <title>Logging Services - CVS Repository Information</title> + <title>Logging Services - Logging Services Repository Information</title> </head> <body bgcolor="#ffffff" text="#000000" link="#525D76"> @@ -37,7 +37,11 @@ <a href="http://logging.apache.org/"> <img src="http://logging.apache.org/images/ls-logo.jpg" border="0"/> </a> - </td> + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + <a href="http://apachecon.com/2005/US/"> + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" /> + </a> <td align="right"> </td> </tr> @@ -53,53 +57,94 @@ access to the source code as it changes. But if you want to look at the source code, you have come to the right place. </p> - <h1>Access the Source Tree (AnonCVS)</strong></h1> + <h1>Access the Source Tree</strong></h1> <p> So, you've decided that you need access to the source tree to see the -latest and greatest code. There's two different forms of CVS -access. The first is <em>anonymous</em> and anybody can use it. The -second is not and you must have a login to the development server. If -you don't know what this means, join the mailing list and find out. +latest and greatest code. There's two different forms of Subversion (aka SVN) +access. The first is <em>read-only</em> and anybody can use it. The +second requires committer permission and you must have a login to the +development server. If you don't know what this means, join the mailing list +and find out. </p> <p> -Anyone can checkout source code from our anonymous CVS server. To do -so, simply use the following commands (if you are using a GUI CVS -client, configure it appropriatly): +Anyone can checkout source code from our read-only Subversion server. To do +so, simply use the following commands (if you are using a Subversion GUI +client, configure it appropriately): </p> <pre class="source"> -cvs -d :pserver:[email protected]:/home/cvspublic login<br /> -password: anoncvs -</pre> - <pre class="source"> -cvs -d :pserver:[email protected]:/home/cvspublic checkout [module-name] +svn co http://svn.apache.org/repos/asf/logging/&lt;project&gt;/trunk logging-&lt;project&gt; </pre> <p> -Modules available for access are (click the links to view the CVS tree -via ViewCVS): +where &lt;project&gt; is the Logging Services module you want to access. See +the links listed below. For more information about Subversion clients, please +click here. +</p> + <p> +If you just want to view the source without checking it out, there is a +View-SVN link for simple web access. +</p> + <p> +Modules available for access are: </p> - <ul> -<li><a href="http://cvs.apache.org/viewcvs/logging-chainsaw/"> -logging-chainsaw</a></li> -<li><a href="http://cvs.apache.org/viewcvs/logging-log4cxx/"> -logging-log4cxx</a></li> -<li><a href="http://cvs.apache.org/viewcvs/logging-log4j/"> -logging-log4j</a></li> -<li><a href="http://cvs.apache.org/viewcvs/logging-log4j-sandbox/"> -logging-log4j-sandbox</a></li> -<li><a href="http://cvs.apache.org/viewcvs/logging-site/"> -logging-site</a></li> -</ul> + <table> + <tr bgcolor="darkgray"> + <td><b>Module</b></td> + <td><b>http (read-only)</b></td> + <td><b>https (committers)</b></td> + <td><b>View-SVN</b></td> + </tr> + <tr bgcolor="lightgray"> + <td>logging-chainsaw</td> + <td>[<a href="http://svn.apache.org/repos/asf/logging/chainsaw/trunk">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/logging/chainsaw/trunk">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/chainsaw/">view-svn</a>]</td> + </tr> + <tr bgcolor="white"> + <td>logging-log4cxx</td> + <td>[<a href="http://svn.apache.org/repos/asf/logging/log4cxx/trunk">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/logging/log4cxx/trunk">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/log4cxx/">view-svn</a>]</td> + </tr> + <tr bgcolor="lightgray"> + <td>logging-log4j</td> + <td>[<a href="http://svn.apache.org/repos/asf/logging/log4j/trunk">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/logging/log4j/trunk">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/log4j/">view-svn</a>]</td> + </tr> + <tr bgcolor="white"> + <td>logging-log4j-sandbox</td> + <td>[<a href="http://svn.apache.org/repos/asf/logging/sandbox/log4j/trunk">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/logging/sandbox/log4j/trunk">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/sandbox/log4j/">view-svn</a>]</td> + </tr> + <tr bgcolor="lightgray"> + <td>logging-site</td> + <td>[<a href="http://svn.apache.org/repos/asf/logging/site/trunk">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/logging/site/trunk">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/site/">view-svn</a>]</td> + </tr> +</table> <p>Modules for the Incubated Projects</p> - <ul> -<li><a href="http://cvs.apache.org/viewcvs/logging-log4net/"> -logging-log4net</a></li><li><a href="http://cvs.apache.org/viewcvs/logging-log4php/"> -logging-log4php</a></li> -</ul> - <p>Releated Modules / Projects</p> - <ul> -<li><a href="http://cvs.apache.org/viewcvs/jakarta-commons/logging/"> -Jakarta Commons Logging</a></li> -</ul> + <table> + <tr bgcolor="darkgray"> + <td><b>Module</b></td> + <td><b>http (read-only)</b></td> + <td><b>https (committers)</b></td> + <td><b>View-SVN</b></td> + </tr> + <tr bgcolor="lightgray"> + <td>logging-log4net</td> + <td>[<a href="http://svn.apache.org/repos/asf/logging/log4net/trunk">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/logging/log4net/trunk">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/log4net/">view-svn</a>]</td> + </tr> + <tr bgcolor="white"> + <td>logging-log4php</td> + <td>[<a href="http://svn.apache.org/repos/asf/logging/log4php/trunk">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/logging/log4php/trunk">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/log4php/">view-svn</a>]</td> + </tr> +</table> @@ -147,7 +192,7 @@ <div class="menu_header">Support</div> <div class="menu_item"> <a href="../site/binindex.cgi">Binary distributions</a> </div> - <div class="menu_item"> <a href="../site/cvs-repositories.html">CVS Repositories</a> + <div class="menu_item"> <a href="../site/repositories.html">SVN Repositories</a> </div> <div class="menu_item"> <a href="../site/mailing-lists.html">Mailing Lists</a> </div> Modified: logging/site/trunk/docs/site/logging-site.html URL: http://svn.apache.org/viewcvs/logging/site/trunk/docs/site/logging-site.html?rev=312535&r1=312534&r2=312535&view=diff ============================================================================== --- logging/site/trunk/docs/site/logging-site.html (original) +++ logging/site/trunk/docs/site/logging-site.html Sun Oct 9 20:32:01 2005 @@ -39,7 +39,11 @@ <a href="http://logging.apache.org/"> <img src="http://logging.apache.org/images/ls-logo.jpg" border="0"/> </a> - </td> + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + <a href="http://apachecon.com/2005/US/"> + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" /> + </a> <td align="right"> </td> </tr> @@ -406,7 +410,7 @@ <div class="menu_header">Support</div> <div class="menu_item"> <a href="../site/binindex.cgi">Binary distributions</a> </div> - <div class="menu_item"> <a href="../site/cvs-repositories.html">CVS Repositories</a> + <div class="menu_item"> <a href="../site/repositories.html">SVN Repositories</a> </div> <div class="menu_item"> <a href="../site/mailing-lists.html">Mailing Lists</a> </div> Modified: logging/site/trunk/docs/site/mailing-lists.html URL: http://svn.apache.org/viewcvs/logging/site/trunk/docs/site/mailing-lists.html?rev=312535&r1=312534&r2=312535&view=diff ============================================================================== --- logging/site/trunk/docs/site/mailing-lists.html (original) +++ logging/site/trunk/docs/site/mailing-lists.html Sun Oct 9 20:32:01 2005 @@ -36,7 +36,11 @@ <a href="http://logging.apache.org/"> <img src="http://logging.apache.org/images/ls-logo.jpg" border="0"/> </a> - </td> + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + <a href="http://apachecon.com/2005/US/"> + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" /> + </a> <td align="right"> </td> </tr> @@ -408,7 +412,7 @@ <div class="menu_header">Support</div> <div class="menu_item"> <a href="../site/binindex.cgi">Binary distributions</a> </div> - <div class="menu_item"> <a href="../site/cvs-repositories.html">CVS Repositories</a> + <div class="menu_item"> <a href="../site/repositories.html">SVN Repositories</a> </div> <div class="menu_item"> <a href="../site/mailing-lists.html">Mailing Lists</a> </div> Modified: logging/site/trunk/docs/site/mission-statement.html URL: http://svn.apache.org/viewcvs/logging/site/trunk/docs/site/mission-statement.html?rev=312535&r1=312534&r2=312535&view=diff ============================================================================== --- logging/site/trunk/docs/site/mission-statement.html (original) +++ logging/site/trunk/docs/site/mission-statement.html Sun Oct 9 20:32:01 2005 @@ -36,7 +36,11 @@ <a href="http://logging.apache.org/"> <img src="http://logging.apache.org/images/ls-logo.jpg" border="0"/> </a> - </td> + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + <a href="http://apachecon.com/2005/US/"> + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" /> + </a> <td align="right"> </td> </tr> @@ -230,7 +234,7 @@ <div class="menu_header">Support</div> <div class="menu_item"> <a href="../site/binindex.cgi">Binary distributions</a> </div> - <div class="menu_item"> <a href="../site/cvs-repositories.html">CVS Repositories</a> + <div class="menu_item"> <a href="../site/repositories.html">SVN Repositories</a> </div> <div class="menu_item"> <a href="../site/mailing-lists.html">Mailing Lists</a> </div> Modified: logging/site/trunk/docs/site/news.html URL: http://svn.apache.org/viewcvs/logging/site/trunk/docs/site/news.html?rev=312535&r1=312534&r2=312535&view=diff ============================================================================== --- logging/site/trunk/docs/site/news.html (original) +++ logging/site/trunk/docs/site/news.html Sun Oct 9 20:32:01 2005 @@ -37,7 +37,11 @@ <a href="http://logging.apache.org/"> <img src="http://logging.apache.org/images/ls-logo.jpg" border="0"/> </a> - </td> + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + <a href="http://apachecon.com/2005/US/"> + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" /> + </a> <td align="right"> </td> </tr> @@ -146,7 +150,7 @@ <div class="menu_header">Support</div> <div class="menu_item"> <a href="../site/binindex.cgi">Binary distributions</a> </div> - <div class="menu_item"> <a href="../site/cvs-repositories.html">CVS Repositories</a> + <div class="menu_item"> <a href="../site/repositories.html">SVN Repositories</a> </div> <div class="menu_item"> <a href="../site/mailing-lists.html">Mailing Lists</a> </div> Added: logging/site/trunk/docs/site/repositories.html URL: http://svn.apache.org/viewcvs/logging/site/trunk/docs/site/repositories.html?rev=312535&view=auto ============================================================================== --- logging/site/trunk/docs/site/repositories.html (added) +++ logging/site/trunk/docs/site/repositories.html Sun Oct 9 20:32:01 2005 @@ -0,0 +1,230 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> + +<!-- Content Stylesheet for Site --> + + + + + +<!-- start the processing --> + <!-- ====================================================================== --> + <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! --> + <!-- Main Page Section --> + <!-- ====================================================================== --> + <html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> + + <meta name="author" value="Jon S. Stevens"> + <meta name="email" value="jon.AT.latchkey.DOT.com"> + <meta name="author" value="Yoav Shapira"> + <meta name="email" value="[email protected]"> + + + + + <link href="../css/site.css" rel="stylesheet" type="text/css"/> + + + <title>Logging Services - Logging Services Repository Information</title> + </head> + + <body bgcolor="#ffffff" text="#000000" link="#525D76"> + <!-- START Header table --> + <table class="banner" border="0"> + <tr> + <td valign="top"> + <a href="http://logging.apache.org/"> + <img src="http://logging.apache.org/images/ls-logo.jpg" border="0"/> + </a> + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + <a href="http://apachecon.com/2005/US/"> + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" /> + </a> + <td align="right"> + </td> + </tr> + </table> + <!-- END Header table --> + + <div class="centercol"> + <hr noshade="" size="1"/> + + <h1>Download the Source</strong></h1> + <p> +Most users of the source code probably don't need to have day to day +access to the source code as it changes. But if you want to look +at the source code, you have come to the right place. +</p> + <h1>Access the Source Tree</strong></h1> + <p> +So, you've decided that you need access to the source tree to see the +latest and greatest code. There's two different forms of Subversion (aka SVN) +access. The first is <em>read-only</em> and anybody can use it. The +second requires committer permission and you must have a login to the +development server. If you don't know what this means, join the mailing list +and find out. +</p> + <p> +Anyone can checkout source code from our read-only Subversion server. To do +so, simply use the following commands (if you are using a Subversion GUI +client, configure it appropriately): +</p> + <pre class="source"> +svn co http://svn.apache.org/repos/asf/logging/&lt;project&gt;/trunk logging-&lt;project&gt; +</pre> + <p> +where &lt;project&gt; is the Logging Services module you want to access. See +the links listed below. For more information about Subversion clients, please +click here. +</p> + <p> +If you just want to view the source without checking it out, there is a +View-SVN link for simple web access. +</p> + <p> +Modules available for access are: +</p> + <table> + <tr bgcolor="darkgray"> + <td><b>Module</b></td> + <td><b>http (read-only)</b></td> + <td><b>https (committers)</b></td> + <td><b>View-SVN</b></td> + </tr> + <tr bgcolor="lightgray"> + <td>logging-chainsaw</td> + <td>[<a href="http://svn.apache.org/repos/asf/logging/chainsaw/trunk">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/logging/chainsaw/trunk">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/chainsaw/">view-svn</a>]</td> + </tr> + <tr bgcolor="white"> + <td>logging-log4cxx</td> + <td>[<a href="http://svn.apache.org/repos/asf/logging/log4cxx/trunk">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/logging/log4cxx/trunk">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/log4cxx/">view-svn</a>]</td> + </tr> + <tr bgcolor="lightgray"> + <td>logging-log4j</td> + <td>[<a href="http://svn.apache.org/repos/asf/logging/log4j/trunk">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/logging/log4j/trunk">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/log4j/">view-svn</a>]</td> + </tr> + <tr bgcolor="white"> + <td>logging-log4j-sandbox</td> + <td>[<a href="http://svn.apache.org/repos/asf/logging/sandbox/log4j/trunk">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/logging/sandbox/log4j/trunk">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/sandbox/log4j/">view-svn</a>]</td> + </tr> + <tr bgcolor="lightgray"> + <td>logging-site</td> + <td>[<a href="http://svn.apache.org/repos/asf/logging/site/trunk">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/logging/site/trunk">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/site/">view-svn</a>]</td> + </tr> +</table> + <p>Modules for the Incubated Projects</p> + <table> + <tr bgcolor="darkgray"> + <td><b>Module</b></td> + <td><b>http (read-only)</b></td> + <td><b>https (committers)</b></td> + <td><b>View-SVN</b></td> + </tr> + <tr bgcolor="lightgray"> + <td>logging-log4net</td> + <td>[<a href="http://svn.apache.org/repos/asf/logging/log4net/trunk">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/logging/log4net/trunk">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/log4net/">view-svn</a>]</td> + </tr> + <tr bgcolor="white"> + <td>logging-log4php</td> + <td>[<a href="http://svn.apache.org/repos/asf/logging/log4php/trunk">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/logging/log4php/trunk">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/log4php/">view-svn</a>]</td> + </tr> +</table> + + + + <hr/> + + + + + + <!-- FOOTER --> + <div align="center"><font color="#525D76" size="-1"><em> + Copyright &#169; 1999-2005, Apache Software Foundation + </em></font></div> + + <!-- END main table --> + + <!-- LEFT SIDE NAVIGATION --> + <!-- ============================================================ --> + <div class="leftcol"> + <div class="menu_header">About Logging Services</div> + <div class="menu_item"> <a href="../index.html">Welcome</a> + </div> + <div class="menu_item"> <a href="../site/news.html">News</a> + </div> + <div class="menu_item"> <a href="http://www.apache.org">Apache Home</a> + </div> + <div class="menu_header">Projects</div> + <div class="menu_item"> <a href="../log4cxx">log4cxx</a> + </div> + <div class="menu_item"> <a href="../log4j/docs">log4j</a> + </div> + <div class="menu_item"> <a href="../log4net">log4net</a> + </div> + <div class="menu_item"> <a href="../log4php">log4php</a> + </div> + <div class="menu_header">Information</div> + <div class="menu_item"> <a href="../site/mission-statement.html">Mission statement</a> + </div> + <div class="menu_item"> <a href="../site/bylaws.html">Bylaws</a> + </div> + <div class="menu_item"> <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">License</a> + </div> + <div class="menu_item"> <a href="../site/who-we-are.html">Who we are</a> + </div> + <div class="menu_header">Support</div> + <div class="menu_item"> <a href="../site/binindex.cgi">Binary distributions</a> + </div> + <div class="menu_item"> <a href="../site/repositories.html">SVN Repositories</a> + </div> + <div class="menu_item"> <a href="../site/mailing-lists.html">Mailing Lists</a> + </div> + <div class="menu_item"> <a href="../site/bugreport.html">Bug Reporting</a> + </div> + <div class="menu_header">Reference</div> + <div class="menu_item"> <a href="../site/logging-site.html">Web-site maintenance</a> + </div> + </div> + + + </body> + </html> +<!-- end the processing --> + + + + + + + + + + + + + + + + + + + + + Propchange: logging/site/trunk/docs/site/repositories.html ------------------------------------------------------------------------------ svn:executable = * Modified: logging/site/trunk/docs/site/who-we-are.html URL: http://svn.apache.org/viewcvs/logging/site/trunk/docs/site/who-we-are.html?rev=312535&r1=312534&r2=312535&view=diff ============================================================================== --- logging/site/trunk/docs/site/who-we-are.html (original) +++ logging/site/trunk/docs/site/who-we-are.html Sun Oct 9 20:32:01 2005 @@ -36,7 +36,11 @@ <a href="http://logging.apache.org/"> <img src="http://logging.apache.org/images/ls-logo.jpg" border="0"/> </a> - </td> + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + <a href="http://apachecon.com/2005/US/"> + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" /> + </a> <td align="right"> </td> </tr> @@ -435,7 +439,7 @@ <div class="menu_header">Support</div> <div class="menu_item"> <a href="../site/binindex.cgi">Binary distributions</a> </div> - <div class="menu_item"> <a href="../site/cvs-repositories.html">CVS Repositories</a> + <div class="menu_item"> <a href="../site/repositories.html">SVN Repositories</a> </div> <div class="menu_item"> <a href="../site/mailing-lists.html">Mailing Lists</a> </div> Modified: logging/site/trunk/src/xdocs/index.xml URL: http://svn.apache.org/viewcvs/logging/site/trunk/src/xdocs/index.xml?rev=312535&r1=312534&r2=312535&view=diff ============================================================================== --- logging/site/trunk/src/xdocs/index.xml (original) +++ logging/site/trunk/src/xdocs/index.xml Sun Oct 9 20:32:01 2005 @@ -12,10 +12,6 @@ <body> -<a href="http://apachecon.com"> -<img src="http://apache.org/images/ac2005eu_135x50.gif" /> -</a> - <section name='Welcome to Logging Services Project @ Apache'> <p>The log4j developers are pleased to announce that the Board of Modified: logging/site/trunk/src/xdocs/site/cvs-repositories.xml URL: http://svn.apache.org/viewcvs/logging/site/trunk/src/xdocs/site/cvs-repositories.xml?rev=312535&r1=312534&r2=312535&view=diff ============================================================================== --- logging/site/trunk/src/xdocs/site/cvs-repositories.xml (original) +++ logging/site/trunk/src/xdocs/site/cvs-repositories.xml Sun Oct 9 20:32:01 2005 @@ -4,7 +4,7 @@ <properties> <author email="jon.AT.latchkey.DOT.com">Jon S. Stevens</author> <author email="[email protected]">Yoav Shapira</author> - <title>CVS Repository Information</title> + <title>Logging Services Repository Information</title> </properties> <body> @@ -16,63 +16,102 @@ at the source code, you have come to the right place. </p> </section> - <section name="Access the Source Tree (AnonCVS)"> + <section name="Access the Source Tree"> <p> So, you've decided that you need access to the source tree to see the -latest and greatest code. There's two different forms of CVS -access. The first is <em>anonymous</em> and anybody can use it. The -second is not and you must have a login to the development server. If -you don't know what this means, join the mailing list and find out. +latest and greatest code. There's two different forms of Subversion (aka SVN) +access. The first is <em>read-only</em> and anybody can use it. The +second requires committer permission and you must have a login to the +development server. If you don't know what this means, join the mailing list +and find out. </p> <p> -Anyone can checkout source code from our anonymous CVS server. To do -so, simply use the following commands (if you are using a GUI CVS -client, configure it appropriatly): +Anyone can checkout source code from our read-only Subversion server. To do +so, simply use the following commands (if you are using a Subversion GUI +client, configure it appropriately): </p> <pre class="source"> -cvs -d :pserver:[email protected]:/home/cvspublic login<br/> -password: anoncvs +svn co http://svn.apache.org/repos/asf/logging/&lt;project&gt;/trunk logging-&lt;project&gt; </pre> -<pre class="source"> -cvs -d :pserver:[email protected]:/home/cvspublic checkout [module-name] -</pre> +<p> +where &lt;project&gt; is the Logging Services module you want to access. See +the links listed below. For more information about Subversion clients, please +click here. +</p> + +<p> +If you just want to view the source without checking it out, there is a +View-SVN link for simple web access. +</p> <p> -Modules available for access are (click the links to view the CVS tree -via ViewCVS): +Modules available for access are: </p> -<ul> -<li><a href="http://cvs.apache.org/viewcvs/logging-chainsaw/"> -logging-chainsaw</a></li> -<li><a href="http://cvs.apache.org/viewcvs/logging-log4cxx/"> -logging-log4cxx</a></li> -<li><a href="http://cvs.apache.org/viewcvs/logging-log4j/"> -logging-log4j</a></li> -<li><a href="http://cvs.apache.org/viewcvs/logging-log4j-sandbox/"> -logging-log4j-sandbox</a></li> -<li><a href="http://cvs.apache.org/viewcvs/logging-site/"> -logging-site</a></li> -</ul> +<table> + <tr bgcolor="darkgray"> + <td><b>Module</b></td> + <td><b>http (read-only)</b></td> + <td><b>https (committers)</b></td> + <td><b>View-SVN</b></td> + </tr> + <tr bgcolor="lightgray"> + <td>logging-chainsaw</td> + <td>[<a href="http://svn.apache.org/repos/asf/logging/chainsaw/trunk">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/logging/chainsaw/trunk">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/chainsaw/">view-svn</a>]</td> + </tr> + <tr bgcolor="white"> + <td>logging-log4cxx</td> + <td>[<a href="http://svn.apache.org/repos/asf/logging/log4cxx/trunk">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/logging/log4cxx/trunk">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/log4cxx/">view-svn</a>]</td> + </tr> + <tr bgcolor="lightgray"> + <td>logging-log4j</td> + <td>[<a href="http://svn.apache.org/repos/asf/logging/log4j/trunk">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/logging/log4j/trunk">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/log4j/">view-svn</a>]</td> + </tr> + <tr bgcolor="white"> + <td>logging-log4j-sandbox</td> + <td>[<a href="http://svn.apache.org/repos/asf/logging/sandbox/log4j/trunk">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/logging/sandbox/log4j/trunk">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/sandbox/log4j/">view-svn</a>]</td> + </tr> + <tr bgcolor="lightgray"> + <td>logging-site</td> + <td>[<a href="http://svn.apache.org/repos/asf/logging/site/trunk">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/logging/site/trunk">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/site/">view-svn</a>]</td> + </tr> +</table> <p>Modules for the Incubated Projects</p> -<ul> -<li><a href="http://cvs.apache.org/viewcvs/logging-log4net/"> -logging-log4net</a></li -><li><a href="http://cvs.apache.org/viewcvs/logging-log4php/"> -logging-log4php</a></li> -</ul> - -<p>Releated Modules / Projects</p> - -<ul> -<li><a href="http://cvs.apache.org/viewcvs/jakarta-commons/logging/"> -Jakarta Commons Logging</a></li> -</ul> +<table> + <tr bgcolor="darkgray"> + <td><b>Module</b></td> + <td><b>http (read-only)</b></td> + <td><b>https (committers)</b></td> + <td><b>View-SVN</b></td> + </tr> + <tr bgcolor="lightgray"> + <td>logging-log4net</td> + <td>[<a href="http://svn.apache.org/repos/asf/logging/log4net/trunk">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/logging/log4net/trunk">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/log4net/">view-svn</a>]</td> + </tr> + <tr bgcolor="white"> + <td>logging-log4php</td> + <td>[<a href="http://svn.apache.org/repos/asf/logging/log4php/trunk">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/logging/log4php/trunk">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/log4php/">view-svn</a>]</td> + </tr> +</table> </section> </body> Added: logging/site/trunk/src/xdocs/site/repositories.xml URL: http://svn.apache.org/viewcvs/logging/site/trunk/src/xdocs/site/repositories.xml?rev=312535&view=auto ============================================================================== --- logging/site/trunk/src/xdocs/site/repositories.xml (added) +++ logging/site/trunk/src/xdocs/site/repositories.xml Sun Oct 9 20:32:01 2005 @@ -0,0 +1,118 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<document> + + <properties> + <author email="jon.AT.latchkey.DOT.com">Jon S. Stevens</author> + <author email="[email protected]">Yoav Shapira</author> + <title>Logging Services Repository Information</title> + </properties> + +<body> + + <section name="Download the Source"> +<p> +Most users of the source code probably don't need to have day to day +access to the source code as it changes. But if you want to look +at the source code, you have come to the right place. +</p> + </section> + <section name="Access the Source Tree"> +<p> +So, you've decided that you need access to the source tree to see the +latest and greatest code. There's two different forms of Subversion (aka SVN) +access. The first is <em>read-only</em> and anybody can use it. The +second requires committer permission and you must have a login to the +development server. If you don't know what this means, join the mailing list +and find out. +</p> + +<p> +Anyone can checkout source code from our read-only Subversion server. To do +so, simply use the following commands (if you are using a Subversion GUI +client, configure it appropriately): +</p> + +<pre class="source"> +svn co http://svn.apache.org/repos/asf/logging/&lt;project&gt;/trunk logging-&lt;project&gt; +</pre> + +<p> +where &lt;project&gt; is the Logging Services module you want to access. See +the links listed below. For more information about Subversion clients, please +click here. +</p> + +<p> +If you just want to view the source without checking it out, there is a +View-SVN link for simple web access. +</p> + +<p> +Modules available for access are: +</p> + +<table> + <tr bgcolor="darkgray"> + <td><b>Module</b></td> + <td><b>http (read-only)</b></td> + <td><b>https (committers)</b></td> + <td><b>View-SVN</b></td> + </tr> + <tr bgcolor="lightgray"> + <td>logging-chainsaw</td> + <td>[<a href="http://svn.apache.org/repos/asf/logging/chainsaw/trunk">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/logging/chainsaw/trunk">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/chainsaw/">view-svn</a>]</td> + </tr> + <tr bgcolor="white"> + <td>logging-log4cxx</td> + <td>[<a href="http://svn.apache.org/repos/asf/logging/log4cxx/trunk">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/logging/log4cxx/trunk">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/log4cxx/">view-svn</a>]</td> + </tr> + <tr bgcolor="lightgray"> + <td>logging-log4j</td> + <td>[<a href="http://svn.apache.org/repos/asf/logging/log4j/trunk">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/logging/log4j/trunk">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/log4j/">view-svn</a>]</td> + </tr> + <tr bgcolor="white"> + <td>logging-log4j-sandbox</td> + <td>[<a href="http://svn.apache.org/repos/asf/logging/sandbox/log4j/trunk">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/logging/sandbox/log4j/trunk">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/sandbox/log4j/">view-svn</a>]</td> + </tr> + <tr bgcolor="lightgray"> + <td>logging-site</td> + <td>[<a href="http://svn.apache.org/repos/asf/logging/site/trunk">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/logging/site/trunk">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/site/">view-svn</a>]</td> + </tr> +</table> + +<p>Modules for the Incubated Projects</p> + +<table> + <tr bgcolor="darkgray"> + <td><b>Module</b></td> + <td><b>http (read-only)</b></td> + <td><b>https (committers)</b></td> + <td><b>View-SVN</b></td> + </tr> + <tr bgcolor="lightgray"> + <td>logging-log4net</td> + <td>[<a href="http://svn.apache.org/repos/asf/logging/log4net/trunk">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/logging/log4net/trunk">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/log4net/">view-svn</a>]</td> + </tr> + <tr bgcolor="white"> + <td>logging-log4php</td> + <td>[<a href="http://svn.apache.org/repos/asf/logging/log4php/trunk">svn-url</a>]</td> + <td>[<a href="https://svn.apache.org/repos/asf/logging/log4php/trunk">svn-url</a>]</td> + <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/log4php/">view-svn</a>]</td> + </tr> +</table> + +</section> +</body> +</document> Propchange: logging/site/trunk/src/xdocs/site/repositories.xml ------------------------------------------------------------------------------ svn:executable = * Modified: logging/site/trunk/src/xdocs/stylesheets/project.xml URL: http://svn.apache.org/viewcvs/logging/site/trunk/src/xdocs/stylesheets/project.xml?rev=312535&r1=312534&r2=312535&view=diff ============================================================================== --- logging/site/trunk/src/xdocs/stylesheets/project.xml (original) +++ logging/site/trunk/src/xdocs/stylesheets/project.xml Sun Oct 9 20:32:01 2005 @@ -62,7 +62,7 @@ <item name="Binary distributions" href="/site/binindex.cgi"/> - <item name="CVS Repositories" href="/site/cvs-repositories.html"/> + <item name="SVN Repositories" href="/site/repositories.html"/> <item name="Mailing Lists" href="/site/mailing-lists.html"/> Modified: logging/site/trunk/src/xdocs/stylesheets/site.vsl URL: http://svn.apache.org/viewcvs/logging/site/trunk/src/xdocs/stylesheets/site.vsl?rev=312535&r1=312534&r2=312535&view=diff ============================================================================== --- logging/site/trunk/src/xdocs/stylesheets/site.vsl (original) +++ logging/site/trunk/src/xdocs/stylesheets/site.vsl Sun Oct 9 20:32:01 2005 @@ -124,7 +124,11 @@ <a href="http://logging.apache.org/"> <img src="http://logging.apache.org/images/ls-logo.jpg" border="0"/> </a> - </td> + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + <a href="http://apachecon.com/2005/US/"> + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" /> + </a> <td align="right"> #if ($project.getChild("logo")) #set ( $logoString = $project.getChild("logo").getAttributeValue("href") ) From [email protected] Mon Oct 10 04:07:03 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31113 invoked from network); 10 Oct 2005 04:07:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Oct 2005 04:07:03 -0000 Received: (qmail 59621 invoked by uid 500); 10 Oct 2005 04:07:02 -0000 Delivered-To: [email protected] Received: (qmail 59581 invoked by uid 500); 10 Oct 2005 04:07:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 59569 invoked by uid 99); 10 Oct 2005 04:07:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Oct 2005 21:07:01 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO smtp113.sbc.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 09 Oct 2005 21:07:01 -0700 Received: (qmail 4609 invoked from network); 10 Oct 2005 04:06:36 -0000 Received: from unknown (HELO hogwarts) ([email protected]@161.129.204.104 with login) by smtp113.sbc.mail.mud.yahoo.com with SMTP; 10 Oct 2005 04:06:34 -0000 Message-ID: <001001c5cd4f$f8edc650$9d04fea9@hogwarts> From: "Mark Womack" <[email protected]> To: <[email protected]> References: <[email protected]> Subject: Re: svn commit: r312535 - in /logging/site/trunk: docs/ docs/css/ docs/site/ src/xdocs/ src/xdocs/site/ src/xdocs/stylesheets/ Date: Sun, 9 Oct 2005 21:06:09 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="utf-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I committed changes to reference the SVN repositories on the main site. I created a new file, repositories.xml. I also updated cvs-repositories to be the same, but we should phase out that file. I updated the files on cvs.apache.org/www/logging.apache.org, but I have yet to see them propagate. I remember this taking some time last time I did the update, so I will be checking on it in an hour or so. Part of the change included a logo change for the Apache Con US 2005, so if everyone could regenerate the subprojects to pick up the logo (along with the repository link change), that would be great. I'm sure there are other pages that need to be update to not use CVS anymore. I'll be targeting them over the coming week. If you find anything, let me know. Thanks, -Mark ----- Original Message ----- From: <[email protected]> To: <[email protected]> Sent: Sunday, October 09, 2005 8:32 PM Subject: svn commit: r312535 - in /logging/site/trunk: docs/ docs/css/ docs/site/ src/xdocs/ src/xdocs/site/ src/xdocs/stylesheets/ > Author: mwomack > Date: Sun Oct 9 20:32:01 2005 > New Revision: 312535 > > URL: http://svn.apache.org/viewcvs?rev=312535&view=rev > Log: > SVN changes, ApacheCon US 2005 change > > Added: > logging/site/trunk/docs/site/repositories.html (with props) > logging/site/trunk/src/xdocs/site/repositories.xml (with props) > Modified: > logging/site/trunk/docs/css/site.css > logging/site/trunk/docs/index.html > logging/site/trunk/docs/site/binindex.html > logging/site/trunk/docs/site/bugreport.html > logging/site/trunk/docs/site/bylaws.html > logging/site/trunk/docs/site/cvs-repositories.html > logging/site/trunk/docs/site/logging-site.html > logging/site/trunk/docs/site/mailing-lists.html > logging/site/trunk/docs/site/mission-statement.html > logging/site/trunk/docs/site/news.html > logging/site/trunk/docs/site/who-we-are.html > logging/site/trunk/src/xdocs/index.xml > logging/site/trunk/src/xdocs/site/cvs-repositories.xml > logging/site/trunk/src/xdocs/stylesheets/project.xml > logging/site/trunk/src/xdocs/stylesheets/site.vsl > > Modified: logging/site/trunk/docs/css/site.css > URL: > http://svn.apache.org/viewcvs/logging/site/trunk/docs/css/site.css?rev=312535&r1=312534&r2=312535&view=diff > ============================================================================== > --- logging/site/trunk/docs/css/site.css (original) > +++ logging/site/trunk/docs/css/site.css Sun Oct 9 20:32:01 2005 > @@ -64,6 +64,7 @@ > border-bottom: 1px solid #DDDDDD; > background:#eee; > font-family: Courier, "MS Courier New", Prestige, Everson Monocourrier, > monospace; > + font-size: smaller; > padding-bottom: 0.5ex; > padding-top: 0.5ex; > padding-left: 2ex; > > Modified: logging/site/trunk/docs/index.html > URL: > http://svn.apache.org/viewcvs/logging/site/trunk/docs/index.html?rev=312535&r1=312534&r2=312535&view=diff > ============================================================================== > --- logging/site/trunk/docs/index.html (original) > +++ logging/site/trunk/docs/index.html Sun Oct 9 20:32:01 2005 > @@ -38,7 +38,11 @@ > <a href="http://logging.apache.org/"> > <img src="http://logging.apache.org/images/ls-logo.jpg" > border="0"/> > </a> > - </td> > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + <a href="http://apachecon.com/2005/US/"> > + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" > /> > + </a> > <td align="right"> > </td> > </tr> > @@ -48,10 +52,7 @@ > <div class="centercol"> > <hr noshade="" size="1"/> > > - <a href="http://apachecon.com"> > -<img src="http://apache.org/images/ac2005eu_135x50.gif" /> > -</a> > - <h1>Welcome to > Logging Services Project @ Apache</strong></h1> > + <h1>Welcome to Logging Services > Project @ Apache</strong></h1> > <p>The log4j developers are pleased to > announce that the Board of > Directors of the Apache Software Foundation unanimously passed a > resolution for the creation of the Apache Logging Services > @@ -92,10 +93,10 @@ > > > > - <hr/> > + <hr/> > > > - > + > > > <!-- FOOTER --> > @@ -136,7 +137,7 @@ > <div class="menu_header">Support</div> > <div class="menu_item"> <a > href="./site/binindex.cgi">Binary distributions</a> > </div> > - <div class="menu_item"> <a > href="./site/cvs-repositories.html">CVS Repositories</a> > + <div class="menu_item"> <a > href="./site/repositories.html">SVN Repositories</a> > </div> > <div class="menu_item"> <a > href="./site/mailing-lists.html">Mailing Lists</a> > </div> > > Modified: logging/site/trunk/docs/site/binindex.html > URL: > http://svn.apache.org/viewcvs/logging/site/trunk/docs/site/binindex.html?rev=312535&r1=312534&r2=312535&view=diff > ============================================================================== > --- logging/site/trunk/docs/site/binindex.html (original) > +++ logging/site/trunk/docs/site/binindex.html Sun Oct 9 20:32:01 2005 > @@ -37,7 +37,11 @@ > <a href="http://logging.apache.org/"> > <img src="http://logging.apache.org/images/ls-logo.jpg" > border="0"/> > </a> > - </td> > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + <a href="http://apachecon.com/2005/US/"> > + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" > /> > + </a> > <td align="right"> > </td> > </tr> > @@ -190,7 +194,7 @@ > <div class="menu_header">Support</div> > <div class="menu_item"> <a > href="../site/binindex.cgi">Binary distributions</a> > </div> > - <div class="menu_item"> <a > href="../site/cvs-repositories.html">CVS Repositories</a> > + <div class="menu_item"> <a > href="../site/repositories.html">SVN Repositories</a> > </div> > <div class="menu_item"> <a > href="../site/mailing-lists.html">Mailing Lists</a> > </div> > > Modified: logging/site/trunk/docs/site/bugreport.html > URL: > http://svn.apache.org/viewcvs/logging/site/trunk/docs/site/bugreport.html?rev=312535&r1=312534&r2=312535&view=diff > ============================================================================== > --- logging/site/trunk/docs/site/bugreport.html (original) > +++ logging/site/trunk/docs/site/bugreport.html Sun Oct 9 20:32:01 2005 > @@ -37,7 +37,11 @@ > <a href="http://logging.apache.org/"> > <img src="http://logging.apache.org/images/ls-logo.jpg" > border="0"/> > </a> > - </td> > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + <a href="http://apachecon.com/2005/US/"> > + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" > /> > + </a> > <td align="right"> > </td> > </tr> > @@ -206,7 +210,7 @@ > <div class="menu_header">Support</div> > <div class="menu_item"> <a > href="../site/binindex.cgi">Binary distributions</a> > </div> > - <div class="menu_item"> <a > href="../site/cvs-repositories.html">CVS Repositories</a> > + <div class="menu_item"> <a > href="../site/repositories.html">SVN Repositories</a> > </div> > <div class="menu_item"> <a > href="../site/mailing-lists.html">Mailing Lists</a> > </div> > > Modified: logging/site/trunk/docs/site/bylaws.html > URL: > http://svn.apache.org/viewcvs/logging/site/trunk/docs/site/bylaws.html?rev=312535&r1=312534&r2=312535&view=diff > ============================================================================== > --- logging/site/trunk/docs/site/bylaws.html (original) > +++ logging/site/trunk/docs/site/bylaws.html Sun Oct 9 20:32:01 2005 > @@ -36,7 +36,11 @@ > <a href="http://logging.apache.org/"> > <img src="http://logging.apache.org/images/ls-logo.jpg" > border="0"/> > </a> > - </td> > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + <a href="http://apachecon.com/2005/US/"> > + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" > /> > + </a> > <td align="right"> > </td> > </tr> > @@ -759,7 +763,7 @@ > <div class="menu_header">Support</div> > <div class="menu_item"> <a > href="../site/binindex.cgi">Binary distributions</a> > </div> > - <div class="menu_item"> <a > href="../site/cvs-repositories.html">CVS Repositories</a> > + <div class="menu_item"> <a > href="../site/repositories.html">SVN Repositories</a> > </div> > <div class="menu_item"> <a > href="../site/mailing-lists.html">Mailing Lists</a> > </div> > > Modified: logging/site/trunk/docs/site/cvs-repositories.html > URL: > http://svn.apache.org/viewcvs/logging/site/trunk/docs/site/cvs-repositories.html?rev=312535&r1=312534&r2=312535&view=diff > ============================================================================== > --- logging/site/trunk/docs/site/cvs-repositories.html (original) > +++ logging/site/trunk/docs/site/cvs-repositories.html Sun Oct 9 20:32:01 > 2005 > @@ -26,7 +26,7 @@ > <link href="../css/site.css" rel="stylesheet" > type="text/css"/> > > > - <title>Logging Services - CVS Repository Information</title> > + <title>Logging Services - Logging Services Repository > Information</title> > </head> > > <body bgcolor="#ffffff" text="#000000" link="#525D76"> > @@ -37,7 +37,11 @@ > <a href="http://logging.apache.org/"> > <img src="http://logging.apache.org/images/ls-logo.jpg" > border="0"/> > </a> > - </td> > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + <a href="http://apachecon.com/2005/US/"> > + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" > /> > + </a> > <td align="right"> > </td> > </tr> > @@ -53,53 +57,94 @@ > access to the source code as it changes. But if you want to look > at the source code, you have come to the right place. > </p> > - > <h1>Access the Source Tree (AnonCVS)</strong></h1> > + > <h1>Access the Source Tree</strong></h1> > <p> > So, you've decided that you need access to the source tree to see the > -latest and greatest code. There's two different forms of CVS > -access. The first is <em>anonymous</em> and anybody can use it. The > -second is not and you must have a login to the development server. If > -you don't know what this means, join the mailing list and find out. > +latest and greatest code. There's two different forms of Subversion (aka > SVN) > +access. The first is <em>read-only</em> and anybody can use it. The > +second requires committer permission and you must have a login to the > +development server. If you don't know what this means, join the mailing > list > +and find out. > </p> > <p> > -Anyone can checkout source code from our anonymous CVS server. To do > -so, simply use the following commands (if you are using a GUI CVS > -client, configure it appropriatly): > +Anyone can checkout source code from our read-only Subversion server. To > do > +so, simply use the following commands (if you are using a Subversion GUI > +client, configure it appropriately): > </p> > <pre class="source"> > -cvs -d :pserver:[email protected]:/home/cvspublic login<br /> > -password: anoncvs > -</pre> > - <pre class="source"> > -cvs -d :pserver:[email protected]:/home/cvspublic checkout > [module-name] > +svn co http://svn.apache.org/repos/asf/logging/&lt;project&gt;/trunk > logging-&lt;project&gt; > </pre> > <p> > -Modules available for access are (click the links to view the CVS tree > -via ViewCVS): > +where &lt;project&gt; is the Logging Services module you want to access. > See > +the links listed below. For more information about Subversion clients, > please > +click here. > +</p> > + <p> > +If you just want to view the source without checking it out, there is a > +View-SVN link for simple web access. > +</p> > + <p> > +Modules available for access are: > </p> > - <ul> > -<li><a href="http://cvs.apache.org/viewcvs/logging-chainsaw/"> > -logging-chainsaw</a></li> > -<li><a href="http://cvs.apache.org/viewcvs/logging-log4cxx/"> > -logging-log4cxx</a></li> > -<li><a href="http://cvs.apache.org/viewcvs/logging-log4j/"> > -logging-log4j</a></li> > -<li><a href="http://cvs.apache.org/viewcvs/logging-log4j-sandbox/"> > -logging-log4j-sandbox</a></li> > -<li><a href="http://cvs.apache.org/viewcvs/logging-site/"> > -logging-site</a></li> > -</ul> > + <table> > + <tr bgcolor="darkgray"> > + <td><b>Module</b></td> > + <td><b>http (read-only)</b></td> > + <td><b>https (committers)</b></td> > + <td><b>View-SVN</b></td> > + </tr> > + <tr bgcolor="lightgray"> > + <td>logging-chainsaw</td> > + <td>[<a > href="http://svn.apache.org/repos/asf/logging/chainsaw/trunk">svn-url</a>]</td> > + <td>[<a > href="https://svn.apache.org/repos/asf/logging/chainsaw/trunk">svn-url</a>]</td> > + <td>[<a > href="http://svn.apache.org/viewcvs.cgi/logging/chainsaw/">view-svn</a>]</td> > + </tr> > + <tr bgcolor="white"> > + <td>logging-log4cxx</td> > + <td>[<a > href="http://svn.apache.org/repos/asf/logging/log4cxx/trunk">svn-url</a>]</td> > + <td>[<a > href="https://svn.apache.org/repos/asf/logging/log4cxx/trunk">svn-url</a>]</td> > + <td>[<a > href="http://svn.apache.org/viewcvs.cgi/logging/log4cxx/">view-svn</a>]</td> > + </tr> > + <tr bgcolor="lightgray"> > + <td>logging-log4j</td> > + <td>[<a > href="http://svn.apache.org/repos/asf/logging/log4j/trunk">svn-url</a>]</td> > + <td>[<a > href="https://svn.apache.org/repos/asf/logging/log4j/trunk">svn-url</a>]</td> > + <td>[<a > href="http://svn.apache.org/viewcvs.cgi/logging/log4j/">view-svn</a>]</td> > + </tr> > + <tr bgcolor="white"> > + <td>logging-log4j-sandbox</td> > + <td>[<a > href="http://svn.apache.org/repos/asf/logging/sandbox/log4j/trunk">svn-url</a>]</td> > + <td>[<a > href="https://svn.apache.org/repos/asf/logging/sandbox/log4j/trunk">svn-url</a>]</td> > + <td>[<a > href="http://svn.apache.org/viewcvs.cgi/logging/sandbox/log4j/">view-svn</a>]</td> > + </tr> > + <tr bgcolor="lightgray"> > + <td>logging-site</td> > + <td>[<a > href="http://svn.apache.org/repos/asf/logging/site/trunk">svn-url</a>]</td> > + <td>[<a > href="https://svn.apache.org/repos/asf/logging/site/trunk">svn-url</a>]</td> > + <td>[<a > href="http://svn.apache.org/viewcvs.cgi/logging/site/">view-svn</a>]</td> > + </tr> > +</table> > <p>Modules for the > Incubated Projects</p> > - <ul> > -<li><a href="http://cvs.apache.org/viewcvs/logging-log4net/"> > -logging-log4net</a></li><li><a > href="http://cvs.apache.org/viewcvs/logging-log4php/"> > -logging-log4php</a></li> > -</ul> > - <p>Releated Modules / > Projects</p> > - <ul> > -<li><a href="http://cvs.apache.org/viewcvs/jakarta-commons/logging/"> > -Jakarta Commons Logging</a></li> > -</ul> > + <table> > + <tr bgcolor="darkgray"> > + <td><b>Module</b></td> > + <td><b>http (read-only)</b></td> > + <td><b>https (committers)</b></td> > + <td><b>View-SVN</b></td> > + </tr> > + <tr bgcolor="lightgray"> > + <td>logging-log4net</td> > + <td>[<a > href="http://svn.apache.org/repos/asf/logging/log4net/trunk">svn-url</a>]</td> > + <td>[<a > href="https://svn.apache.org/repos/asf/logging/log4net/trunk">svn-url</a>]</td> > + <td>[<a > href="http://svn.apache.org/viewcvs.cgi/logging/log4net/">view-svn</a>]</td> > + </tr> > + <tr bgcolor="white"> > + <td>logging-log4php</td> > + <td>[<a > href="http://svn.apache.org/repos/asf/logging/log4php/trunk">svn-url</a>]</td> > + <td>[<a > href="https://svn.apache.org/repos/asf/logging/log4php/trunk">svn-url</a>]</td> > + <td>[<a > href="http://svn.apache.org/viewcvs.cgi/logging/log4php/">view-svn</a>]</td> > + </tr> > +</table> > > > > @@ -147,7 +192,7 @@ > <div class="menu_header">Support</div> > <div class="menu_item"> <a > href="../site/binindex.cgi">Binary distributions</a> > </div> > - <div class="menu_item"> <a > href="../site/cvs-repositories.html">CVS Repositories</a> > + <div class="menu_item"> <a > href="../site/repositories.html">SVN Repositories</a> > </div> > <div class="menu_item"> <a > href="../site/mailing-lists.html">Mailing Lists</a> > </div> > > Modified: logging/site/trunk/docs/site/logging-site.html > URL: > http://svn.apache.org/viewcvs/logging/site/trunk/docs/site/logging-site.html?rev=312535&r1=312534&r2=312535&view=diff > ============================================================================== > --- logging/site/trunk/docs/site/logging-site.html (original) > +++ logging/site/trunk/docs/site/logging-site.html Sun Oct 9 20:32:01 > 2005 > @@ -39,7 +39,11 @@ > <a href="http://logging.apache.org/"> > <img src="http://logging.apache.org/images/ls-logo.jpg" > border="0"/> > </a> > - </td> > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + <a href="http://apachecon.com/2005/US/"> > + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" > /> > + </a> > <td align="right"> > </td> > </tr> > @@ -406,7 +410,7 @@ > <div class="menu_header">Support</div> > <div class="menu_item"> <a > href="../site/binindex.cgi">Binary distributions</a> > </div> > - <div class="menu_item"> <a > href="../site/cvs-repositories.html">CVS Repositories</a> > + <div class="menu_item"> <a > href="../site/repositories.html">SVN Repositories</a> > </div> > <div class="menu_item"> <a > href="../site/mailing-lists.html">Mailing Lists</a> > </div> > > Modified: logging/site/trunk/docs/site/mailing-lists.html > URL: > http://svn.apache.org/viewcvs/logging/site/trunk/docs/site/mailing-lists.html?rev=312535&r1=312534&r2=312535&view=diff > ============================================================================== > --- logging/site/trunk/docs/site/mailing-lists.html (original) > +++ logging/site/trunk/docs/site/mailing-lists.html Sun Oct 9 20:32:01 > 2005 > @@ -36,7 +36,11 @@ > <a href="http://logging.apache.org/"> > <img src="http://logging.apache.org/images/ls-logo.jpg" > border="0"/> > </a> > - </td> > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + <a href="http://apachecon.com/2005/US/"> > + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" > /> > + </a> > <td align="right"> > </td> > </tr> > @@ -408,7 +412,7 @@ > <div class="menu_header">Support</div> > <div class="menu_item"> <a > href="../site/binindex.cgi">Binary distributions</a> > </div> > - <div class="menu_item"> <a > href="../site/cvs-repositories.html">CVS Repositories</a> > + <div class="menu_item"> <a > href="../site/repositories.html">SVN Repositories</a> > </div> > <div class="menu_item"> <a > href="../site/mailing-lists.html">Mailing Lists</a> > </div> > > Modified: logging/site/trunk/docs/site/mission-statement.html > URL: > http://svn.apache.org/viewcvs/logging/site/trunk/docs/site/mission-statement.html?rev=312535&r1=312534&r2=312535&view=diff > ============================================================================== > --- logging/site/trunk/docs/site/mission-statement.html (original) > +++ logging/site/trunk/docs/site/mission-statement.html Sun Oct 9 > 20:32:01 2005 > @@ -36,7 +36,11 @@ > <a href="http://logging.apache.org/"> > <img src="http://logging.apache.org/images/ls-logo.jpg" > border="0"/> > </a> > - </td> > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + <a href="http://apachecon.com/2005/US/"> > + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" > /> > + </a> > <td align="right"> > </td> > </tr> > @@ -230,7 +234,7 @@ > <div class="menu_header">Support</div> > <div class="menu_item"> <a > href="../site/binindex.cgi">Binary distributions</a> > </div> > - <div class="menu_item"> <a > href="../site/cvs-repositories.html">CVS Repositories</a> > + <div class="menu_item"> <a > href="../site/repositories.html">SVN Repositories</a> > </div> > <div class="menu_item"> <a > href="../site/mailing-lists.html">Mailing Lists</a> > </div> > > Modified: logging/site/trunk/docs/site/news.html > URL: > http://svn.apache.org/viewcvs/logging/site/trunk/docs/site/news.html?rev=312535&r1=312534&r2=312535&view=diff > ============================================================================== > --- logging/site/trunk/docs/site/news.html (original) > +++ logging/site/trunk/docs/site/news.html Sun Oct 9 20:32:01 2005 > @@ -37,7 +37,11 @@ > <a href="http://logging.apache.org/"> > <img src="http://logging.apache.org/images/ls-logo.jpg" > border="0"/> > </a> > - </td> > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + <a href="http://apachecon.com/2005/US/"> > + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" > /> > + </a> > <td align="right"> > </td> > </tr> > @@ -146,7 +150,7 @@ > <div class="menu_header">Support</div> > <div class="menu_item"> <a > href="../site/binindex.cgi">Binary distributions</a> > </div> > - <div class="menu_item"> <a > href="../site/cvs-repositories.html">CVS Repositories</a> > + <div class="menu_item"> <a > href="../site/repositories.html">SVN Repositories</a> > </div> > <div class="menu_item"> <a > href="../site/mailing-lists.html">Mailing Lists</a> > </div> > > Added: logging/site/trunk/docs/site/repositories.html > URL: > http://svn.apache.org/viewcvs/logging/site/trunk/docs/site/repositories.html?rev=312535&view=auto > ============================================================================== > --- logging/site/trunk/docs/site/repositories.html (added) > +++ logging/site/trunk/docs/site/repositories.html Sun Oct 9 20:32:01 > 2005 > @@ -0,0 +1,230 @@ > +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" > "http://www.w3.org/TR/html4/loose.dtd"> > + > +<!-- Content Stylesheet for Site --> > + > + > + > + > + > +<!-- start the processing --> > + <!-- > ====================================================================== --> > + <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs > INSTEAD! --> > + <!-- Main Page Section --> > + <!-- > ====================================================================== --> > + <html> > + <head> > + <meta http-equiv="Content-Type" content="text/html; > charset=iso-8859-1"/> > + > + <meta name="author" > value="Jon S. Stevens"> > + <meta name="email" value="jon.AT.latchkey.DOT.com"> > + <meta name="author" value="Yoav > Shapira"> > + <meta name="email" value="[email protected]"> > + > + > + > + > + <link href="../css/site.css" rel="stylesheet" > type="text/css"/> > + > + > + <title>Logging Services - Logging Services Repository > Information</title> > + </head> > + > + <body bgcolor="#ffffff" text="#000000" link="#525D76"> > + <!-- START Header table --> > + <table class="banner" border="0"> > + <tr> > + <td valign="top"> > + <a href="http://logging.apache.org/"> > + <img src="http://logging.apache.org/images/ls-logo.jpg" > border="0"/> > + </a> > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + <a href="http://apachecon.com/2005/US/"> > + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" > /> > + </a> > + <td align="right"> > + </td> > + </tr> > + </table> > + <!-- END Header table --> > + > + <div class="centercol"> > + <hr noshade="" size="1"/> > + > + <h1>Download the > Source</strong></h1> > + <p> > +Most users of the source code probably don't need to have day to day > +access to the source code as it changes. But if you want to look > +at the source code, you have come to the right place. > +</p> > + > <h1>Access the Source Tree</strong></h1> > + <p> > +So, you've decided that you need access to the source tree to see the > +latest and greatest code. There's two different forms of Subversion (aka > SVN) > +access. The first is <em>read-only</em> and anybody can use it. The > +second requires committer permission and you must have a login to the > +development server. If you don't know what this means, join the mailing > list > +and find out. > +</p> > + <p> > +Anyone can checkout source code from our read-only Subversion server. To > do > +so, simply use the following commands (if you are using a Subversion GUI > +client, configure it appropriately): > +</p> > + <pre class="source"> > +svn co http://svn.apache.org/repos/asf/logging/&lt;project&gt;/trunk > logging-&lt;project&gt; > +</pre> > + <p> > +where &lt;project&gt; is the Logging Services module you want to access. > See > +the links listed below. For more information about Subversion clients, > please > +click here. > +</p> > + <p> > +If you just want to view the source without checking it out, there is a > +View-SVN link for simple web access. > +</p> > + <p> > +Modules available for access are: > +</p> > + <table> > + <tr bgcolor="darkgray"> > + <td><b>Module</b></td> > + <td><b>http (read-only)</b></td> > + <td><b>https (committers)</b></td> > + <td><b>View-SVN</b></td> > + </tr> > + <tr bgcolor="lightgray"> > + <td>logging-chainsaw</td> > + <td>[<a > href="http://svn.apache.org/repos/asf/logging/chainsaw/trunk">svn-url</a>]</td> > + <td>[<a > href="https://svn.apache.org/repos/asf/logging/chainsaw/trunk">svn-url</a>]</td> > + <td>[<a > href="http://svn.apache.org/viewcvs.cgi/logging/chainsaw/">view-svn</a>]</td> > + </tr> > + <tr bgcolor="white"> > + <td>logging-log4cxx</td> > + <td>[<a > href="http://svn.apache.org/repos/asf/logging/log4cxx/trunk">svn-url</a>]</td> > + <td>[<a > href="https://svn.apache.org/repos/asf/logging/log4cxx/trunk">svn-url</a>]</td> > + <td>[<a > href="http://svn.apache.org/viewcvs.cgi/logging/log4cxx/">view-svn</a>]</td> > + </tr> > + <tr bgcolor="lightgray"> > + <td>logging-log4j</td> > + <td>[<a > href="http://svn.apache.org/repos/asf/logging/log4j/trunk">svn-url</a>]</td> > + <td>[<a > href="https://svn.apache.org/repos/asf/logging/log4j/trunk">svn-url</a>]</td> > + <td>[<a > href="http://svn.apache.org/viewcvs.cgi/logging/log4j/">view-svn</a>]</td> > + </tr> > + <tr bgcolor="white"> > + <td>logging-log4j-sandbox</td> > + <td>[<a > href="http://svn.apache.org/repos/asf/logging/sandbox/log4j/trunk">svn-url</a>]</td> > + <td>[<a > href="https://svn.apache.org/repos/asf/logging/sandbox/log4j/trunk">svn-url</a>]</td> > + <td>[<a > href="http://svn.apache.org/viewcvs.cgi/logging/sandbox/log4j/">view-svn</a>]</td> > + </tr> > + <tr bgcolor="lightgray"> > + <td>logging-site</td> > + <td>[<a > href="http://svn.apache.org/repos/asf/logging/site/trunk">svn-url</a>]</td> > + <td>[<a > href="https://svn.apache.org/repos/asf/logging/site/trunk">svn-url</a>]</td> > + <td>[<a > href="http://svn.apache.org/viewcvs.cgi/logging/site/">view-svn</a>]</td> > + </tr> > +</table> > + <p>Modules for the > Incubated Projects</p> > + <table> > + <tr bgcolor="darkgray"> > + <td><b>Module</b></td> > + <td><b>http (read-only)</b></td> > + <td><b>https (committers)</b></td> > + <td><b>View-SVN</b></td> > + </tr> > + <tr bgcolor="lightgray"> > + <td>logging-log4net</td> > + <td>[<a > href="http://svn.apache.org/repos/asf/logging/log4net/trunk">svn-url</a>]</td> > + <td>[<a > href="https://svn.apache.org/repos/asf/logging/log4net/trunk">svn-url</a>]</td> > + <td>[<a > href="http://svn.apache.org/viewcvs.cgi/logging/log4net/">view-svn</a>]</td> > + </tr> > + <tr bgcolor="white"> > + <td>logging-log4php</td> > + <td>[<a > href="http://svn.apache.org/repos/asf/logging/log4php/trunk">svn-url</a>]</td> > + <td>[<a > href="https://svn.apache.org/repos/asf/logging/log4php/trunk">svn-url</a>]</td> > + <td>[<a > href="http://svn.apache.org/viewcvs.cgi/logging/log4php/">view-svn</a>]</td> > + </tr> > +</table> > + > + > + > + <hr/> > + > + > + > + > + > + <!-- FOOTER --> > + <div align="center"><font color="#525D76" size="-1"><em> > + Copyright &#169; 1999-2005, Apache Software Foundation > + </em></font></div> > + > + <!-- END main table --> > + > + <!-- LEFT SIDE NAVIGATION --> > + <!-- > ============================================================ --> > + <div class="leftcol"> > + <div class="menu_header">About Logging Services</div> > + <div class="menu_item"> <a > href="../index.html">Welcome</a> > + </div> > + <div class="menu_item"> <a > href="../site/news.html">News</a> > + </div> > + <div class="menu_item"> <a > href="http://www.apache.org">Apache Home</a> > + </div> > + <div class="menu_header">Projects</div> > + <div class="menu_item"> <a > href="../log4cxx">log4cxx</a> > + </div> > + <div class="menu_item"> <a > href="../log4j/docs">log4j</a> > + </div> > + <div class="menu_item"> <a > href="../log4net">log4net</a> > + </div> > + <div class="menu_item"> <a > href="../log4php">log4php</a> > + </div> > + <div class="menu_header">Information</div> > + <div class="menu_item"> <a > href="../site/mission-statement.html">Mission statement</a> > + </div> > + <div class="menu_item"> <a > href="../site/bylaws.html">Bylaws</a> > + </div> > + <div class="menu_item"> <a > href="http://www.apache.org/licenses/LICENSE-2.0.txt">License</a> > + </div> > + <div class="menu_item"> <a > href="../site/who-we-are.html">Who we are</a> > + </div> > + <div class="menu_header">Support</div> > + <div class="menu_item"> <a > href="../site/binindex.cgi">Binary distributions</a> > + </div> > + <div class="menu_item"> <a > href="../site/repositories.html">SVN Repositories</a> > + </div> > + <div class="menu_item"> <a > href="../site/mailing-lists.html">Mailing Lists</a> > + </div> > + <div class="menu_item"> <a > href="../site/bugreport.html">Bug Reporting</a> > + </div> > + <div class="menu_header">Reference</div> > + <div class="menu_item"> <a > href="../site/logging-site.html">Web-site maintenance</a> > + </div> > + </div> > + > + > + </body> > + </html> > +<!-- end the processing --> > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > > Propchange: logging/site/trunk/docs/site/repositories.html > ------------------------------------------------------------------------------ > svn:executable = * > > Modified: logging/site/trunk/docs/site/who-we-are.html > URL: > http://svn.apache.org/viewcvs/logging/site/trunk/docs/site/who-we-are.html?rev=312535&r1=312534&r2=312535&view=diff > ============================================================================== > --- logging/site/trunk/docs/site/who-we-are.html (original) > +++ logging/site/trunk/docs/site/who-we-are.html Sun Oct 9 20:32:01 2005 > @@ -36,7 +36,11 @@ > <a href="http://logging.apache.org/"> > <img src="http://logging.apache.org/images/ls-logo.jpg" > border="0"/> > </a> > - </td> > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + <a href="http://apachecon.com/2005/US/"> > + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" > /> > + </a> > <td align="right"> > </td> > </tr> > @@ -435,7 +439,7 @@ > <div class="menu_header">Support</div> > <div class="menu_item"> <a > href="../site/binindex.cgi">Binary distributions</a> > </div> > - <div class="menu_item"> <a > href="../site/cvs-repositories.html">CVS Repositories</a> > + <div class="menu_item"> <a > href="../site/repositories.html">SVN Repositories</a> > </div> > <div class="menu_item"> <a > href="../site/mailing-lists.html">Mailing Lists</a> > </div> > > Modified: logging/site/trunk/src/xdocs/index.xml > URL: > http://svn.apache.org/viewcvs/logging/site/trunk/src/xdocs/index.xml?rev=312535&r1=312534&r2=312535&view=diff > ============================================================================== > --- logging/site/trunk/src/xdocs/index.xml (original) > +++ logging/site/trunk/src/xdocs/index.xml Sun Oct 9 20:32:01 2005 > @@ -12,10 +12,6 @@ > > <body> > > -<a href="http://apachecon.com"> > -<img src="http://apache.org/images/ac2005eu_135x50.gif" /> > -</a> > - > <section name='Welcome to Logging Services Project @ Apache'> > > <p>The log4j developers are pleased to announce that the Board of > > Modified: logging/site/trunk/src/xdocs/site/cvs-repositories.xml > URL: > http://svn.apache.org/viewcvs/logging/site/trunk/src/xdocs/site/cvs-repositories.xml?rev=312535&r1=312534&r2=312535&view=diff > ============================================================================== > --- logging/site/trunk/src/xdocs/site/cvs-repositories.xml (original) > +++ logging/site/trunk/src/xdocs/site/cvs-repositories.xml Sun Oct 9 > 20:32:01 2005 > @@ -4,7 +4,7 @@ > <properties> > <author email="jon.AT.latchkey.DOT.com">Jon S. Stevens</author> > <author email="[email protected]">Yoav Shapira</author> > - <title>CVS Repository Information</title> > + <title>Logging Services Repository Information</title> > </properties> > > <body> > @@ -16,63 +16,102 @@ > at the source code, you have come to the right place. > </p> > </section> > - <section name="Access the Source Tree (AnonCVS)"> > + <section name="Access the Source Tree"> > <p> > So, you've decided that you need access to the source tree to see the > -latest and greatest code. There's two different forms of CVS > -access. The first is <em>anonymous</em> and anybody can use it. The > -second is not and you must have a login to the development server. If > -you don't know what this means, join the mailing list and find out. > +latest and greatest code. There's two different forms of Subversion (aka > SVN) > +access. The first is <em>read-only</em> and anybody can use it. The > +second requires committer permission and you must have a login to the > +development server. If you don't know what this means, join the mailing > list > +and find out. > </p> > > <p> > -Anyone can checkout source code from our anonymous CVS server. To do > -so, simply use the following commands (if you are using a GUI CVS > -client, configure it appropriatly): > +Anyone can checkout source code from our read-only Subversion server. To > do > +so, simply use the following commands (if you are using a Subversion GUI > +client, configure it appropriately): > </p> > > <pre class="source"> > -cvs -d :pserver:[email protected]:/home/cvspublic login<br/> > -password: anoncvs > +svn co http://svn.apache.org/repos/asf/logging/&lt;project&gt;/trunk > logging-&lt;project&gt; > </pre> > > -<pre class="source"> > -cvs -d :pserver:[email protected]:/home/cvspublic checkout > [module-name] > -</pre> > +<p> > +where &lt;project&gt; is the Logging Services module you want to access. > See > +the links listed below. For more information about Subversion clients, > please > +click here. > +</p> > + > +<p> > +If you just want to view the source without checking it out, there is a > +View-SVN link for simple web access. > +</p> > > <p> > -Modules available for access are (click the links to view the CVS tree > -via ViewCVS): > +Modules available for access are: > </p> > > -<ul> > -<li><a href="http://cvs.apache.org/viewcvs/logging-chainsaw/"> > -logging-chainsaw</a></li> > -<li><a href="http://cvs.apache.org/viewcvs/logging-log4cxx/"> > -logging-log4cxx</a></li> > -<li><a href="http://cvs.apache.org/viewcvs/logging-log4j/"> > -logging-log4j</a></li> > -<li><a href="http://cvs.apache.org/viewcvs/logging-log4j-sandbox/"> > -logging-log4j-sandbox</a></li> > -<li><a href="http://cvs.apache.org/viewcvs/logging-site/"> > -logging-site</a></li> > -</ul> > +<table> > + <tr bgcolor="darkgray"> > + <td><b>Module</b></td> > + <td><b>http (read-only)</b></td> > + <td><b>https (committers)</b></td> > + <td><b>View-SVN</b></td> > + </tr> > + <tr bgcolor="lightgray"> > + <td>logging-chainsaw</td> > + <td>[<a > href="http://svn.apache.org/repos/asf/logging/chainsaw/trunk">svn-url</a>]</td> > + <td>[<a > href="https://svn.apache.org/repos/asf/logging/chainsaw/trunk">svn-url</a>]</td> > + <td>[<a > href="http://svn.apache.org/viewcvs.cgi/logging/chainsaw/">view-svn</a>]</td> > + </tr> > + <tr bgcolor="white"> > + <td>logging-log4cxx</td> > + <td>[<a > href="http://svn.apache.org/repos/asf/logging/log4cxx/trunk">svn-url</a>]</td> > + <td>[<a > href="https://svn.apache.org/repos/asf/logging/log4cxx/trunk">svn-url</a>]</td> > + <td>[<a > href="http://svn.apache.org/viewcvs.cgi/logging/log4cxx/">view-svn</a>]</td> > + </tr> > + <tr bgcolor="lightgray"> > + <td>logging-log4j</td> > + <td>[<a > href="http://svn.apache.org/repos/asf/logging/log4j/trunk">svn-url</a>]</td> > + <td>[<a > href="https://svn.apache.org/repos/asf/logging/log4j/trunk">svn-url</a>]</td> > + <td>[<a > href="http://svn.apache.org/viewcvs.cgi/logging/log4j/">view-svn</a>]</td> > + </tr> > + <tr bgcolor="white"> > + <td>logging-log4j-sandbox</td> > + <td>[<a > href="http://svn.apache.org/repos/asf/logging/sandbox/log4j/trunk">svn-url</a>]</td> > + <td>[<a > href="https://svn.apache.org/repos/asf/logging/sandbox/log4j/trunk">svn-url</a>]</td> > + <td>[<a > href="http://svn.apache.org/viewcvs.cgi/logging/sandbox/log4j/">view-svn</a>]</td> > + </tr> > + <tr bgcolor="lightgray"> > + <td>logging-site</td> > + <td>[<a > href="http://svn.apache.org/repos/asf/logging/site/trunk">svn-url</a>]</td> > + <td>[<a > href="https://svn.apache.org/repos/asf/logging/site/trunk">svn-url</a>]</td> > + <td>[<a > href="http://svn.apache.org/viewcvs.cgi/logging/site/">view-svn</a>]</td> > + </tr> > +</table> > > <p>Modules for the Incubated Projects</p> > > -<ul> > -<li><a href="http://cvs.apache.org/viewcvs/logging-log4net/"> > -logging-log4net</a></li > -><li><a href="http://cvs.apache.org/viewcvs/logging-log4php/"> > -logging-log4php</a></li> > -</ul> > - > -<p>Releated Modules / Projects</p> > - > -<ul> > -<li><a href="http://cvs.apache.org/viewcvs/jakarta-commons/logging/"> > -Jakarta Commons Logging</a></li> > -</ul> > +<table> > + <tr bgcolor="darkgray"> > + <td><b>Module</b></td> > + <td><b>http (read-only)</b></td> > + <td><b>https (committers)</b></td> > + <td><b>View-SVN</b></td> > + </tr> > + <tr bgcolor="lightgray"> > + <td>logging-log4net</td> > + <td>[<a > href="http://svn.apache.org/repos/asf/logging/log4net/trunk">svn-url</a>]</td> > + <td>[<a > href="https://svn.apache.org/repos/asf/logging/log4net/trunk">svn-url</a>]</td> > + <td>[<a > href="http://svn.apache.org/viewcvs.cgi/logging/log4net/">view-svn</a>]</td> > + </tr> > + <tr bgcolor="white"> > + <td>logging-log4php</td> > + <td>[<a > href="http://svn.apache.org/repos/asf/logging/log4php/trunk">svn-url</a>]</td> > + <td>[<a > href="https://svn.apache.org/repos/asf/logging/log4php/trunk">svn-url</a>]</td> > + <td>[<a > href="http://svn.apache.org/viewcvs.cgi/logging/log4php/">view-svn</a>]</td> > + </tr> > +</table> > > </section> > </body> > > Added: logging/site/trunk/src/xdocs/site/repositories.xml > URL: > http://svn.apache.org/viewcvs/logging/site/trunk/src/xdocs/site/repositories.xml?rev=312535&view=auto > ============================================================================== > --- logging/site/trunk/src/xdocs/site/repositories.xml (added) > +++ logging/site/trunk/src/xdocs/site/repositories.xml Sun Oct 9 20:32:01 > 2005 > @@ -0,0 +1,118 @@ > +<?xml version="1.0" encoding="iso-8859-1"?> > +<document> > + > + <properties> > + <author email="jon.AT.latchkey.DOT.com">Jon S. Stevens</author> > + <author email="[email protected]">Yoav Shapira</author> > + <title>Logging Services Repository Information</title> > + </properties> > + > +<body> > + > + <section name="Download the Source"> > +<p> > +Most users of the source code probably don't need to have day to day > +access to the source code as it changes. But if you want to look > +at the source code, you have come to the right place. > +</p> > + </section> > + <section name="Access the Source Tree"> > +<p> > +So, you've decided that you need access to the source tree to see the > +latest and greatest code. There's two different forms of Subversion (aka > SVN) > +access. The first is <em>read-only</em> and anybody can use it. The > +second requires committer permission and you must have a login to the > +development server. If you don't know what this means, join the mailing > list > +and find out. > +</p> > + > +<p> > +Anyone can checkout source code from our read-only Subversion server. To > do > +so, simply use the following commands (if you are using a Subversion GUI > +client, configure it appropriately): > +</p> > + > +<pre class="source"> > +svn co http://svn.apache.org/repos/asf/logging/&lt;project&gt;/trunk > logging-&lt;project&gt; > +</pre> > + > +<p> > +where &lt;project&gt; is the Logging Services module you want to access. > See > +the links listed below. For more information about Subversion clients, > please > +click here. > +</p> > + > +<p> > +If you just want to view the source without checking it out, there is a > +View-SVN link for simple web access. > +</p> > + > +<p> > +Modules available for access are: > +</p> > + > +<table> > + <tr bgcolor="darkgray"> > + <td><b>Module</b></td> > + <td><b>http (read-only)</b></td> > + <td><b>https (committers)</b></td> > + <td><b>View-SVN</b></td> > + </tr> > + <tr bgcolor="lightgray"> > + <td>logging-chainsaw</td> > + <td>[<a > href="http://svn.apache.org/repos/asf/logging/chainsaw/trunk">svn-url</a>]</td> > + <td>[<a > href="https://svn.apache.org/repos/asf/logging/chainsaw/trunk">svn-url</a>]</td> > + <td>[<a > href="http://svn.apache.org/viewcvs.cgi/logging/chainsaw/">view-svn</a>]</td> > + </tr> > + <tr bgcolor="white"> > + <td>logging-log4cxx</td> > + <td>[<a > href="http://svn.apache.org/repos/asf/logging/log4cxx/trunk">svn-url</a>]</td> > + <td>[<a > href="https://svn.apache.org/repos/asf/logging/log4cxx/trunk">svn-url</a>]</td> > + <td>[<a > href="http://svn.apache.org/viewcvs.cgi/logging/log4cxx/">view-svn</a>]</td> > + </tr> > + <tr bgcolor="lightgray"> > + <td>logging-log4j</td> > + <td>[<a > href="http://svn.apache.org/repos/asf/logging/log4j/trunk">svn-url</a>]</td> > + <td>[<a > href="https://svn.apache.org/repos/asf/logging/log4j/trunk">svn-url</a>]</td> > + <td>[<a > href="http://svn.apache.org/viewcvs.cgi/logging/log4j/">view-svn</a>]</td> > + </tr> > + <tr bgcolor="white"> > + <td>logging-log4j-sandbox</td> > + <td>[<a > href="http://svn.apache.org/repos/asf/logging/sandbox/log4j/trunk">svn-url</a>]</td> > + <td>[<a > href="https://svn.apache.org/repos/asf/logging/sandbox/log4j/trunk">svn-url</a>]</td> > + <td>[<a > href="http://svn.apache.org/viewcvs.cgi/logging/sandbox/log4j/">view-svn</a>]</td> > + </tr> > + <tr bgcolor="lightgray"> > + <td>logging-site</td> > + <td>[<a > href="http://svn.apache.org/repos/asf/logging/site/trunk">svn-url</a>]</td> > + <td>[<a > href="https://svn.apache.org/repos/asf/logging/site/trunk">svn-url</a>]</td> > + <td>[<a > href="http://svn.apache.org/viewcvs.cgi/logging/site/">view-svn</a>]</td> > + </tr> > +</table> > + > +<p>Modules for the Incubated Projects</p> > + > +<table> > + <tr bgcolor="darkgray"> > + <td><b>Module</b></td> > + <td><b>http (read-only)</b></td> > + <td><b>https (committers)</b></td> > + <td><b>View-SVN</b></td> > + </tr> > + <tr bgcolor="lightgray"> > + <td>logging-log4net</td> > + <td>[<a > href="http://svn.apache.org/repos/asf/logging/log4net/trunk">svn-url</a>]</td> > + <td>[<a > href="https://svn.apache.org/repos/asf/logging/log4net/trunk">svn-url</a>]</td> > + <td>[<a > href="http://svn.apache.org/viewcvs.cgi/logging/log4net/">view-svn</a>]</td> > + </tr> > + <tr bgcolor="white"> > + <td>logging-log4php</td> > + <td>[<a > href="http://svn.apache.org/repos/asf/logging/log4php/trunk">svn-url</a>]</td> > + <td>[<a > href="https://svn.apache.org/repos/asf/logging/log4php/trunk">svn-url</a>]</td> > + <td>[<a > href="http://svn.apache.org/viewcvs.cgi/logging/log4php/">view-svn</a>]</td> > + </tr> > +</table> > + > +</section> > +</body> > +</document> > > Propchange: logging/site/trunk/src/xdocs/site/repositories.xml > ------------------------------------------------------------------------------ > svn:executable = * > > Modified: logging/site/trunk/src/xdocs/stylesheets/project.xml > URL: > http://svn.apache.org/viewcvs/logging/site/trunk/src/xdocs/stylesheets/project.xml?rev=312535&r1=312534&r2=312535&view=diff > ============================================================================== > --- logging/site/trunk/src/xdocs/stylesheets/project.xml (original) > +++ logging/site/trunk/src/xdocs/stylesheets/project.xml Sun Oct 9 > 20:32:01 2005 > @@ -62,7 +62,7 @@ > > <item name="Binary distributions" href="/site/binindex.cgi"/> > > - <item name="CVS Repositories" href="/site/cvs-repositories.html"/> > + <item name="SVN Repositories" href="/site/repositories.html"/> > > <item name="Mailing Lists" href="/site/mailing-lists.html"/> > > > Modified: logging/site/trunk/src/xdocs/stylesheets/site.vsl > URL: > http://svn.apache.org/viewcvs/logging/site/trunk/src/xdocs/stylesheets/site.vsl?rev=312535&r1=312534&r2=312535&view=diff > ============================================================================== > --- logging/site/trunk/src/xdocs/stylesheets/site.vsl (original) > +++ logging/site/trunk/src/xdocs/stylesheets/site.vsl Sun Oct 9 20:32:01 > 2005 > @@ -124,7 +124,11 @@ > <a href="http://logging.apache.org/"> > <img src="http://logging.apache.org/images/ls-logo.jpg" > border="0"/> > </a> > - </td> > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + <a href="http://apachecon.com/2005/US/"> > + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" > /> > + </a> > <td align="right"> > #if ($project.getChild("logo")) > #set ( $logoString = > $project.getChild("logo").getAttributeValue("href") ) > > > From [email protected] Mon Oct 10 04:11:45 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32164 invoked from network); 10 Oct 2005 04:11:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Oct 2005 04:11:45 -0000 Received: (qmail 60727 invoked by uid 500); 10 Oct 2005 04:11:45 -0000 Delivered-To: [email protected] Received: (qmail 60668 invoked by uid 500); 10 Oct 2005 04:11:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 60657 invoked by uid 99); 10 Oct 2005 04:11:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Oct 2005 21:11:44 -0700 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 09 Oct 2005 21:11:46 -0700 Received: (qmail 32126 invoked by uid 65534); 10 Oct 2005 04:11:23 -0000 Message-ID: <[email protected]> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r312537 - in /logging/log4j/trunk/docs: chainsaw.html codes.html contributors.html css/site.css documentation.html download.html earlier.html faq.html history.html index.html install-chainsaw.html plan.html ugli.html Date: Mon, 10 Oct 2005 04:11:20 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: mwomack Date: Sun Oct 9 21:11:10 2005 New Revision: 312537 URL: http://svn.apache.org/viewcvs?rev=312537&view=rev Log: Updated to match current site changes Modified: logging/log4j/trunk/docs/chainsaw.html logging/log4j/trunk/docs/codes.html logging/log4j/trunk/docs/contributors.html logging/log4j/trunk/docs/css/site.css logging/log4j/trunk/docs/documentation.html logging/log4j/trunk/docs/download.html logging/log4j/trunk/docs/earlier.html logging/log4j/trunk/docs/faq.html logging/log4j/trunk/docs/history.html logging/log4j/trunk/docs/index.html logging/log4j/trunk/docs/install-chainsaw.html logging/log4j/trunk/docs/plan.html logging/log4j/trunk/docs/ugli.html Modified: logging/log4j/trunk/docs/chainsaw.html URL: http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/chainsaw.html?rev=312537&r1=312536&r2=312537&view=diff ============================================================================== --- logging/log4j/trunk/docs/chainsaw.html (original) +++ logging/log4j/trunk/docs/chainsaw.html Sun Oct 9 21:11:10 2005 @@ -35,7 +35,11 @@ <a href="http://logging.apache.org/"> <img src="http://logging.apache.org/images/ls-logo.jpg" border="0"/> </a> - </td> + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + <a href="http://apachecon.com/2005/US/"> + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" /> + </a> <td align="right"> <a href="http://logging.apache.org/log4j/docs/"> <img src="./images/logo.jpg" alt="The log4j project" border="0"/> Modified: logging/log4j/trunk/docs/codes.html URL: http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/codes.html?rev=312537&r1=312536&r2=312537&view=diff ============================================================================== --- logging/log4j/trunk/docs/codes.html (original) +++ logging/log4j/trunk/docs/codes.html Sun Oct 9 21:11:10 2005 @@ -35,7 +35,11 @@ <a href="http://logging.apache.org/"> <img src="http://logging.apache.org/images/ls-logo.jpg" border="0"/> </a> - </td> + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + <a href="http://apachecon.com/2005/US/"> + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" /> + </a> <td align="right"> <a href="http://logging.apache.org/log4j/docs/"> <img src="./images/logo.jpg" alt="The log4j project" border="0"/> Modified: logging/log4j/trunk/docs/contributors.html URL: http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/contributors.html?rev=312537&r1=312536&r2=312537&view=diff ============================================================================== --- logging/log4j/trunk/docs/contributors.html (original) +++ logging/log4j/trunk/docs/contributors.html Sun Oct 9 21:11:10 2005 @@ -35,7 +35,11 @@ <a href="http://logging.apache.org/"> <img src="http://logging.apache.org/images/ls-logo.jpg" border="0"/> </a> - </td> + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + <a href="http://apachecon.com/2005/US/"> + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" /> + </a> <td align="right"> <a href="http://logging.apache.org/log4j/docs/"> <img src="./images/logo.jpg" alt="The log4j project" border="0"/> Modified: logging/log4j/trunk/docs/css/site.css URL: http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/css/site.css?rev=312537&r1=312536&r2=312537&view=diff ============================================================================== Binary files - no diff available. Modified: logging/log4j/trunk/docs/documentation.html URL: http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/documentation.html?rev=312537&r1=312536&r2=312537&view=diff ============================================================================== --- logging/log4j/trunk/docs/documentation.html (original) +++ logging/log4j/trunk/docs/documentation.html Sun Oct 9 21:11:10 2005 @@ -37,7 +37,11 @@ <a href="http://logging.apache.org/"> <img src="http://logging.apache.org/images/ls-logo.jpg" border="0"/> </a> - </td> + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + <a href="http://apachecon.com/2005/US/"> + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" /> + </a> <td align="right"> <a href="http://logging.apache.org/log4j/docs/"> <img src="./images/logo.jpg" alt="The log4j project" border="0"/> Modified: logging/log4j/trunk/docs/download.html URL: http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/download.html?rev=312537&r1=312536&r2=312537&view=diff ============================================================================== --- logging/log4j/trunk/docs/download.html (original) +++ logging/log4j/trunk/docs/download.html Sun Oct 9 21:11:10 2005 @@ -36,7 +36,11 @@ <a href="http://logging.apache.org/"> <img src="http://logging.apache.org/images/ls-logo.jpg" border="0"/> </a> - </td> + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + <a href="http://apachecon.com/2005/US/"> + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" /> + </a> <td align="right"> <a href="http://logging.apache.org/log4j/docs/"> <img src="./images/logo.jpg" alt="The log4j project" border="0"/> Modified: logging/log4j/trunk/docs/earlier.html URL: http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/earlier.html?rev=312537&r1=312536&r2=312537&view=diff ============================================================================== --- logging/log4j/trunk/docs/earlier.html (original) +++ logging/log4j/trunk/docs/earlier.html Sun Oct 9 21:11:10 2005 @@ -35,7 +35,11 @@ <a href="http://logging.apache.org/"> <img src="http://logging.apache.org/images/ls-logo.jpg" border="0"/> </a> - </td> + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + <a href="http://apachecon.com/2005/US/"> + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" /> + </a> <td align="right"> <a href="http://logging.apache.org/log4j/docs/"> <img src="./images/logo.jpg" alt="The log4j project" border="0"/> Modified: logging/log4j/trunk/docs/faq.html URL: http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/faq.html?rev=312537&r1=312536&r2=312537&view=diff ============================================================================== --- logging/log4j/trunk/docs/faq.html (original) +++ logging/log4j/trunk/docs/faq.html Sun Oct 9 21:11:10 2005 @@ -35,7 +35,11 @@ <a href="http://logging.apache.org/"> <img src="http://logging.apache.org/images/ls-logo.jpg" border="0"/> </a> - </td> + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + <a href="http://apachecon.com/2005/US/"> + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" /> + </a> <td align="right"> <a href="http://logging.apache.org/log4j/docs/"> <img src="./images/logo.jpg" alt="The log4j project" border="0"/> Modified: logging/log4j/trunk/docs/history.html URL: http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/history.html?rev=312537&r1=312536&r2=312537&view=diff ============================================================================== --- logging/log4j/trunk/docs/history.html (original) +++ logging/log4j/trunk/docs/history.html Sun Oct 9 21:11:10 2005 @@ -35,7 +35,11 @@ <a href="http://logging.apache.org/"> <img src="http://logging.apache.org/images/ls-logo.jpg" border="0"/> </a> - </td> + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + <a href="http://apachecon.com/2005/US/"> + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" /> + </a> <td align="right"> <a href="http://logging.apache.org/log4j/docs/"> <img src="./images/logo.jpg" alt="The log4j project" border="0"/> Modified: logging/log4j/trunk/docs/index.html URL: http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/index.html?rev=312537&r1=312536&r2=312537&view=diff ============================================================================== --- logging/log4j/trunk/docs/index.html (original) +++ logging/log4j/trunk/docs/index.html Sun Oct 9 21:11:10 2005 @@ -36,7 +36,11 @@ <a href="http://logging.apache.org/"> <img src="http://logging.apache.org/images/ls-logo.jpg" border="0"/> </a> - </td> + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + <a href="http://apachecon.com/2005/US/"> + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" /> + </a> <td align="right"> <a href="http://logging.apache.org/log4j/docs/"> <img src="./images/logo.jpg" alt="The log4j project" border="0"/> Modified: logging/log4j/trunk/docs/install-chainsaw.html URL: http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/install-chainsaw.html?rev=312537&r1=312536&r2=312537&view=diff ============================================================================== --- logging/log4j/trunk/docs/install-chainsaw.html (original) +++ logging/log4j/trunk/docs/install-chainsaw.html Sun Oct 9 21:11:10 2005 @@ -33,7 +33,11 @@ <a href="http://logging.apache.org/"> <img src="http://logging.apache.org/images/ls-logo.jpg" border="0"/> </a> - </td> + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + <a href="http://apachecon.com/2005/US/"> + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" /> + </a> <td align="right"> <a href="http://logging.apache.org/log4j/docs/"> <img src="./images/logo.jpg" alt="The log4j project" border="0"/> Modified: logging/log4j/trunk/docs/plan.html URL: http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/plan.html?rev=312537&r1=312536&r2=312537&view=diff ============================================================================== --- logging/log4j/trunk/docs/plan.html (original) +++ logging/log4j/trunk/docs/plan.html Sun Oct 9 21:11:10 2005 @@ -37,7 +37,11 @@ <a href="http://logging.apache.org/"> <img src="http://logging.apache.org/images/ls-logo.jpg" border="0"/> </a> - </td> + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + <a href="http://apachecon.com/2005/US/"> + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" /> + </a> <td align="right"> <a href="http://logging.apache.org/log4j/docs/"> <img src="./images/logo.jpg" alt="The log4j project" border="0"/> Modified: logging/log4j/trunk/docs/ugli.html URL: http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/ugli.html?rev=312537&r1=312536&r2=312537&view=diff ============================================================================== --- logging/log4j/trunk/docs/ugli.html (original) +++ logging/log4j/trunk/docs/ugli.html Sun Oct 9 21:11:10 2005 @@ -35,7 +35,11 @@ <a href="http://logging.apache.org/"> <img src="http://logging.apache.org/images/ls-logo.jpg" border="0"/> </a> - </td> + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + <a href="http://apachecon.com/2005/US/"> + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" /> + </a> <td align="right"> <a href="http://logging.apache.org/log4j/docs/"> <img src="./images/logo.jpg" alt="The log4j project" border="0"/> From [email protected] Mon Oct 10 04:49:15 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 53980 invoked from network); 10 Oct 2005 04:49:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Oct 2005 04:49:15 -0000 Received: (qmail 84428 invoked by uid 500); 10 Oct 2005 04:49:14 -0000 Delivered-To: [email protected] Received: (qmail 84390 invoked by uid 500); 10 Oct 2005 04:49:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 84379 invoked by uid 99); 10 Oct 2005 04:49:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Oct 2005 21:49:14 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO smtp102.sbc.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 09 Oct 2005 21:49:16 -0700 Received: (qmail 99973 invoked from network); 10 Oct 2005 04:48:52 -0000 Received: from unknown (HELO hogwarts) ([email protected]@161.129.204.104 with login) by smtp102.sbc.mail.mud.yahoo.com with SMTP; 10 Oct 2005 04:48:51 -0000 Message-ID: <001b01c5cd55$dbd23d70$9d04fea9@hogwarts> From: "Mark Womack" <[email protected]> To: "Logging General" <[email protected]> References: <[email protected]> Subject: Re: svn commit: r312537 - in /logging/log4j/trunk/docs: chainsaw.html codes.html contributors.html css/site.css documentation.html download.html earlier.html faq.html history.html index.html install-chainsaw.html plan.html ugli.html Date: Sun, 9 Oct 2005 21:48:18 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="utf-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N The main site updated from the changes I did earlier. I also updated the log4j related site stuff as well. -Mark ----- Original Message ----- From: <[email protected]> To: <[email protected]> Sent: Sunday, October 09, 2005 9:11 PM Subject: svn commit: r312537 - in /logging/log4j/trunk/docs: chainsaw.html codes.html contributors.html css/site.css documentation.html download.html earlier.html faq.html history.html index.html install-chainsaw.html plan.html ugli.html > Author: mwomack > Date: Sun Oct 9 21:11:10 2005 > New Revision: 312537 > > URL: http://svn.apache.org/viewcvs?rev=312537&view=rev > Log: > Updated to match current site changes > > Modified: > logging/log4j/trunk/docs/chainsaw.html > logging/log4j/trunk/docs/codes.html > logging/log4j/trunk/docs/contributors.html > logging/log4j/trunk/docs/css/site.css > logging/log4j/trunk/docs/documentation.html > logging/log4j/trunk/docs/download.html > logging/log4j/trunk/docs/earlier.html > logging/log4j/trunk/docs/faq.html > logging/log4j/trunk/docs/history.html > logging/log4j/trunk/docs/index.html > logging/log4j/trunk/docs/install-chainsaw.html > logging/log4j/trunk/docs/plan.html > logging/log4j/trunk/docs/ugli.html > > Modified: logging/log4j/trunk/docs/chainsaw.html > URL: > http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/chainsaw.html?rev=312537&r1=312536&r2=312537&view=diff > ============================================================================== > --- logging/log4j/trunk/docs/chainsaw.html (original) > +++ logging/log4j/trunk/docs/chainsaw.html Sun Oct 9 21:11:10 2005 > @@ -35,7 +35,11 @@ > <a href="http://logging.apache.org/"> > <img src="http://logging.apache.org/images/ls-logo.jpg" > border="0"/> > </a> > - </td> > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + <a href="http://apachecon.com/2005/US/"> > + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" > /> > + </a> > <td align="right"> > <a > href="http://logging.apache.org/log4j/docs/"> > <img src="./images/logo.jpg" alt="The log4j project" > border="0"/> > > Modified: logging/log4j/trunk/docs/codes.html > URL: > http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/codes.html?rev=312537&r1=312536&r2=312537&view=diff > ============================================================================== > --- logging/log4j/trunk/docs/codes.html (original) > +++ logging/log4j/trunk/docs/codes.html Sun Oct 9 21:11:10 2005 > @@ -35,7 +35,11 @@ > <a href="http://logging.apache.org/"> > <img src="http://logging.apache.org/images/ls-logo.jpg" > border="0"/> > </a> > - </td> > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + <a href="http://apachecon.com/2005/US/"> > + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" > /> > + </a> > <td align="right"> > <a > href="http://logging.apache.org/log4j/docs/"> > <img src="./images/logo.jpg" alt="The log4j project" > border="0"/> > > Modified: logging/log4j/trunk/docs/contributors.html > URL: > http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/contributors.html?rev=312537&r1=312536&r2=312537&view=diff > ============================================================================== > --- logging/log4j/trunk/docs/contributors.html (original) > +++ logging/log4j/trunk/docs/contributors.html Sun Oct 9 21:11:10 2005 > @@ -35,7 +35,11 @@ > <a href="http://logging.apache.org/"> > <img src="http://logging.apache.org/images/ls-logo.jpg" > border="0"/> > </a> > - </td> > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + <a href="http://apachecon.com/2005/US/"> > + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" > /> > + </a> > <td align="right"> > <a > href="http://logging.apache.org/log4j/docs/"> > <img src="./images/logo.jpg" alt="The log4j project" > border="0"/> > > Modified: logging/log4j/trunk/docs/css/site.css > URL: > http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/css/site.css?rev=312537&r1=312536&r2=312537&view=diff > ============================================================================== > Binary files - no diff available. > > Modified: logging/log4j/trunk/docs/documentation.html > URL: > http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/documentation.html?rev=312537&r1=312536&r2=312537&view=diff > ============================================================================== > --- logging/log4j/trunk/docs/documentation.html (original) > +++ logging/log4j/trunk/docs/documentation.html Sun Oct 9 21:11:10 2005 > @@ -37,7 +37,11 @@ > <a href="http://logging.apache.org/"> > <img src="http://logging.apache.org/images/ls-logo.jpg" > border="0"/> > </a> > - </td> > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + <a href="http://apachecon.com/2005/US/"> > + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" > /> > + </a> > <td align="right"> > <a > href="http://logging.apache.org/log4j/docs/"> > <img src="./images/logo.jpg" alt="The log4j project" > border="0"/> > > Modified: logging/log4j/trunk/docs/download.html > URL: > http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/download.html?rev=312537&r1=312536&r2=312537&view=diff > ============================================================================== > --- logging/log4j/trunk/docs/download.html (original) > +++ logging/log4j/trunk/docs/download.html Sun Oct 9 21:11:10 2005 > @@ -36,7 +36,11 @@ > <a href="http://logging.apache.org/"> > <img src="http://logging.apache.org/images/ls-logo.jpg" > border="0"/> > </a> > - </td> > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + <a href="http://apachecon.com/2005/US/"> > + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" > /> > + </a> > <td align="right"> > <a > href="http://logging.apache.org/log4j/docs/"> > <img src="./images/logo.jpg" alt="The log4j project" > border="0"/> > > Modified: logging/log4j/trunk/docs/earlier.html > URL: > http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/earlier.html?rev=312537&r1=312536&r2=312537&view=diff > ============================================================================== > --- logging/log4j/trunk/docs/earlier.html (original) > +++ logging/log4j/trunk/docs/earlier.html Sun Oct 9 21:11:10 2005 > @@ -35,7 +35,11 @@ > <a href="http://logging.apache.org/"> > <img src="http://logging.apache.org/images/ls-logo.jpg" > border="0"/> > </a> > - </td> > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + <a href="http://apachecon.com/2005/US/"> > + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" > /> > + </a> > <td align="right"> > <a > href="http://logging.apache.org/log4j/docs/"> > <img src="./images/logo.jpg" alt="The log4j project" > border="0"/> > > Modified: logging/log4j/trunk/docs/faq.html > URL: > http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/faq.html?rev=312537&r1=312536&r2=312537&view=diff > ============================================================================== > --- logging/log4j/trunk/docs/faq.html (original) > +++ logging/log4j/trunk/docs/faq.html Sun Oct 9 21:11:10 2005 > @@ -35,7 +35,11 @@ > <a href="http://logging.apache.org/"> > <img src="http://logging.apache.org/images/ls-logo.jpg" > border="0"/> > </a> > - </td> > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + <a href="http://apachecon.com/2005/US/"> > + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" > /> > + </a> > <td align="right"> > <a > href="http://logging.apache.org/log4j/docs/"> > <img src="./images/logo.jpg" alt="The log4j project" > border="0"/> > > Modified: logging/log4j/trunk/docs/history.html > URL: > http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/history.html?rev=312537&r1=312536&r2=312537&view=diff > ============================================================================== > --- logging/log4j/trunk/docs/history.html (original) > +++ logging/log4j/trunk/docs/history.html Sun Oct 9 21:11:10 2005 > @@ -35,7 +35,11 @@ > <a href="http://logging.apache.org/"> > <img src="http://logging.apache.org/images/ls-logo.jpg" > border="0"/> > </a> > - </td> > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + <a href="http://apachecon.com/2005/US/"> > + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" > /> > + </a> > <td align="right"> > <a > href="http://logging.apache.org/log4j/docs/"> > <img src="./images/logo.jpg" alt="The log4j project" > border="0"/> > > Modified: logging/log4j/trunk/docs/index.html > URL: > http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/index.html?rev=312537&r1=312536&r2=312537&view=diff > ============================================================================== > --- logging/log4j/trunk/docs/index.html (original) > +++ logging/log4j/trunk/docs/index.html Sun Oct 9 21:11:10 2005 > @@ -36,7 +36,11 @@ > <a href="http://logging.apache.org/"> > <img src="http://logging.apache.org/images/ls-logo.jpg" > border="0"/> > </a> > - </td> > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + <a href="http://apachecon.com/2005/US/"> > + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" > /> > + </a> > <td align="right"> > <a > href="http://logging.apache.org/log4j/docs/"> > <img src="./images/logo.jpg" alt="The log4j project" > border="0"/> > > Modified: logging/log4j/trunk/docs/install-chainsaw.html > URL: > http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/install-chainsaw.html?rev=312537&r1=312536&r2=312537&view=diff > ============================================================================== > --- logging/log4j/trunk/docs/install-chainsaw.html (original) > +++ logging/log4j/trunk/docs/install-chainsaw.html Sun Oct 9 21:11:10 > 2005 > @@ -33,7 +33,11 @@ > <a href="http://logging.apache.org/"> > <img src="http://logging.apache.org/images/ls-logo.jpg" > border="0"/> > </a> > - </td> > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + <a href="http://apachecon.com/2005/US/"> > + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" > /> > + </a> > <td align="right"> > <a > href="http://logging.apache.org/log4j/docs/"> > <img src="./images/logo.jpg" alt="The log4j project" > border="0"/> > > Modified: logging/log4j/trunk/docs/plan.html > URL: > http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/plan.html?rev=312537&r1=312536&r2=312537&view=diff > ============================================================================== > --- logging/log4j/trunk/docs/plan.html (original) > +++ logging/log4j/trunk/docs/plan.html Sun Oct 9 21:11:10 2005 > @@ -37,7 +37,11 @@ > <a href="http://logging.apache.org/"> > <img src="http://logging.apache.org/images/ls-logo.jpg" > border="0"/> > </a> > - </td> > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + <a href="http://apachecon.com/2005/US/"> > + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" > /> > + </a> > <td align="right"> > <a > href="http://logging.apache.org/log4j/docs/"> > <img src="./images/logo.jpg" alt="The log4j project" > border="0"/> > > Modified: logging/log4j/trunk/docs/ugli.html > URL: > http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/ugli.html?rev=312537&r1=312536&r2=312537&view=diff > ============================================================================== > --- logging/log4j/trunk/docs/ugli.html (original) > +++ logging/log4j/trunk/docs/ugli.html Sun Oct 9 21:11:10 2005 > @@ -35,7 +35,11 @@ > <a href="http://logging.apache.org/"> > <img src="http://logging.apache.org/images/ls-logo.jpg" > border="0"/> > </a> > - </td> > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > + <a href="http://apachecon.com/2005/US/"> > + <img src="http://apache.org/images/ac2005us_blue_184x90.jpg" > /> > + </a> > <td align="right"> > <a > href="http://logging.apache.org/log4j/docs/"> > <img src="./images/logo.jpg" alt="The log4j project" > border="0"/> > > > From [email protected] Mon Oct 10 23:25:09 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32915 invoked from network); 10 Oct 2005 23:25:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Oct 2005 23:25:08 -0000 Received: (qmail 75298 invoked by uid 500); 10 Oct 2005 23:25:07 -0000 Delivered-To: [email protected] Received: (qmail 75239 invoked by uid 500); 10 Oct 2005 23:25:07 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 75226 invoked by uid 99); 10 Oct 2005 23:25:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Oct 2005 16:25:07 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO smtp-out.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Oct 2005 16:25:09 -0700 Received: from 216-239-45-4.google.com (chris.corp.google.com [161.129.204.104]) by smtp-out.google.com with ESMTP id j9ANOfPB022560 for <[email protected]>; Mon, 10 Oct 2005 16:24:42 -0700 Received: from smtp-out2.google.com (cpa13.corp.google.com [161.129.204.104]) by chris.corp.google.com with ESMTP id j9ANOV71023871 for <[email protected]>; Mon, 10 Oct 2005 16:24:31 -0700 Received: by smtp-out2.google.com with SMTP id 13so1392cpa for <[email protected]>; Mon, 10 Oct 2005 16:24:31 -0700 (PDT) Received: by 161.129.204.104 with SMTP id 8mr23217cpc; Mon, 10 Oct 2005 16:24:31 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 10 Oct 2005 16:24:30 -0700 (PDT) Message-ID: <[email protected]> Date: Mon, 10 Oct 2005 16:24:30 -0700 From: Mark Womack <[email protected]> Sender: [email protected] To: Logging General <[email protected]> Subject: Re: Migration Complete Was: CVS -> SVN Migration Status In-Reply-To: <000b01c5ccf8$dc002580$9d04fea9@hogwarts> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5_1963054.1128986670882" References: <Pine.LNX.4.61.0510091328170.9187@kongo> <000b01c5ccf8$dc002580$9d04fea9@hogwarts> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_5_1963054.1128986670882 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Is there anything special we need to do for projects like Gump now that we have switched repositories from CVS to SVN? Anyone know the answer? -Mark On 10/9/05, Mark Womack <[email protected]> wrote: > > Henri, > > Thanks! I will be updating the web site today to mention the svn repos > instead of the the cvs ones. And I will look into being able to > view/change > the permissions. > > And no worries about last night. I figured you were busy with other stuff > when I did not see any emails. And it is not like we have been the fastes= t > moving group on this task. Hope the home improvement is moving along! > > OK, everyone should try out the new repos. Report any problems or issues. > > Thanks! > -Mark > > ----- Original Message ----- > From: "Henri Yandell" <[email protected]> > To: <[email protected]> > Cc: "Mark Womack" <[email protected]> > Sent: Sunday, October 09, 2005 10:29 AM > Subject: Migration Complete Was: CVS -> SVN Migration Status > > > > > > Okay, all done: > > > > --------- > > http://svn.apache.org/repos/asf/logging/ > > > > svn co https://svn.apache.org/repos/asf/logging/chainsaw/trunk > > logging-chainsaw > > > > svn co https://svn.apache.org/repos/asf/logging/log4cxx/trunk > > logging-log4cxx > > > > svn co https://svn.apache.org/repos/asf/logging/log4j/trunklogging-log4= j > > > > svn co https://svn.apache.org/repos/asf/logging/log4net/trunk > > logging-log4net > > > > svn co https://svn.apache.org/repos/asf/logging/log4php/trunk > > logging-log4php > > > > svn co https://svn.apache.org/repos/asf/logging/sandbox/log4j/trunk > > logging-log4j-sandbox > > > > svn co https://svn.apache.org/repos/asf/logging/site/trunk logging-site > > --------- > > > > Authorization-wise, I've matched the CVS permissions, setting up 5 > groups: > > > > > logging-pmc=3Dceki,mwomack,hoju,psmith,sdeboy,yoavs,nicko,niall,mcatan,ma= rco,carnold,cdevienne > > logging-log4j=3Dceki,mwomack,hoju,psmith,sdeboy,yoavs,carnold > > logging-log4net=3Dnicko,niall,ceki,psmith,yoavs,drieseng,rgrabowski > > logging-log4php=3Dceki,marco > > logging-log4cxx=3Dceki,mcatan,carnold,cdevienne > > > > And then setting up the various directory permissions: > > > > [/logging] > > @logging-pmc =3D rw > > > > [/logging/log4j] > > @logging-log4j =3D rw > > > > [/logging/sandbox/log4j] > > @logging-log4j =3D rw > > > > [/logging/chainsaw] > > @logging-log4j =3D rw > > > > [/logging/log4net] > > @logging-log4net =3D rw > > > > [/logging/log4php] > > @logging-log4php =3D rw > > > > [/logging/log4cxx] > > @logging-log4cxx =3D rw > > > > ---- > > > > /logging/site isn't mentioned because the /logging permission > encompasses > > it. I think the hierarchical nature of things means that the PMC have r= w > > access to all subprojects now, which also means that most of the > > subproject groupings can be smaller/removed due to the overlap with the > > PMC group. > > > > Mark, give me an email if this is bad and/or you have questions about > > modifying it. All chairs have access to it, though it is a point of > > failure for the system in that if you check it in with problems, it can > > break subversion (same held for CVSROOT/avail I guess). > > > > It's in: > > > > > https://svn.apache.org/repos/asf/infrastructure/trunk/subversion/authoriz= ation > > > > Commit notifications should goto the same email addresses, let me know > if > > there are any problems with that, it always feels a bit like magic > trying > > to pull the bits together on that :) > > > > Anyway, I'm done now, have at it :) > > > > Hen > > > > > > ------=_Part_5_1963054.1128986670882 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Is there anything special we need to do for projects like Gump now that we have switched repositories from CVS to SVN?&nbsp; Anyone know the answer?<br> <br> -Mark<br><br><div><span class=3D"gmail_quote">On 10/9/05, <b class=3D"gmail= _sendername">Mark Womack</b> &lt;<a href=3D"mailto:[email protected]">mwom= [email protected]</a>&gt; wrote:</span><blockquote class=3D"gmail_quote" style= =3D"border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; p= adding-left: 1ex;"> Henri,<br><br>Thanks!&nbsp;&nbsp;I will be updating the web site today to m= ention the svn repos<br>instead of the the cvs ones.&nbsp;&nbsp;And I will = look into being able to view/change<br>the permissions.<br><br>And no worri= es about last night.&nbsp;&nbsp;I figured you were busy with other stuff <br>when I did not see any emails.&nbsp;&nbsp;And it is not like we have be= en the fastest<br>moving group on this task.&nbsp;&nbsp;Hope the home impro= vement is moving along!<br><br>OK, everyone should try out the new repos.&n= bsp;&nbsp;Report any problems or issues. <br><br>Thanks!<br>-Mark<br><br>----- Original Message -----<br>From: &quot= ;Henri Yandell&quot; &lt;<a href=3D"mailto:[email protected]">bayard@apache= .org</a>&gt;<br>To: &lt;<a href=3D"mailto:[email protected]">gener= [email protected] </a>&gt;<br>Cc: &quot;Mark Womack&quot; &lt;<a href=3D"mailto:mwomack@apach= e.org">[email protected]</a>&gt;<br>Sent: Sunday, October 09, 2005 10:29 A= M<br>Subject: Migration Complete Was: CVS -&gt; SVN Migration Status<br><br= > <br>&gt;<br>&gt; Okay, all done:<br>&gt;<br>&gt; ---------<br>&gt; <a href= =3D"http://svn.apache.org/repos/asf/logging/">http://svn.apache.org/repos/a= sf/logging/</a><br>&gt;<br>&gt; svn co <a href=3D"https://svn.apache.org/re= pos/asf/logging/chainsaw/trunk"> https://svn.apache.org/repos/asf/logging/chainsaw/trunk</a><br>&gt; logging= -chainsaw<br>&gt;<br>&gt; svn co <a href=3D"https://svn.apache.org/repos/as= f/logging/log4cxx/trunk">https://svn.apache.org/repos/asf/logging/log4cxx/t= runk </a><br>&gt; logging-log4cxx<br>&gt;<br>&gt; svn co <a href=3D"https://svn.= apache.org/repos/asf/logging/log4j/trunk">https://svn.apache.org/repos/asf/= logging/log4j/trunk</a> logging-log4j<br>&gt;<br>&gt; svn co <a href=3D"htt= ps://svn.apache.org/repos/asf/logging/log4net/trunk"> https://svn.apache.org/repos/asf/logging/log4net/trunk</a><br>&gt; logging-= log4net<br>&gt;<br>&gt; svn co <a href=3D"https://svn.apache.org/repos/asf/= logging/log4php/trunk">https://svn.apache.org/repos/asf/logging/log4php/tru= nk </a><br>&gt; logging-log4php<br>&gt;<br>&gt; svn co <a href=3D"https://svn.= apache.org/repos/asf/logging/sandbox/log4j/trunk">https://svn.apache.org/re= pos/asf/logging/sandbox/log4j/trunk</a><br>&gt; logging-log4j-sandbox<br> &gt;<br>&gt; svn co <a href=3D"https://svn.apache.org/repos/asf/logging/sit= e/trunk">https://svn.apache.org/repos/asf/logging/site/trunk</a> logging-si= te<br>&gt; ---------<br>&gt;<br>&gt; Authorization-wise, I've matched the C= VS permissions, setting up 5 groups: <br>&gt;<br>&gt; logging-pmc=3Dceki,mwomack,hoju,psmith,sdeboy,yoavs,nicko,= niall,mcatan,marco,carnold,cdevienne<br>&gt; logging-log4j=3Dceki,mwomack,h= oju,psmith,sdeboy,yoavs,carnold<br>&gt; logging-log4net=3Dnicko,niall,ceki,= psmith,yoavs,drieseng,rgrabowski <br>&gt; logging-log4php=3Dceki,marco<br>&gt; logging-log4cxx=3Dceki,mcatan= ,carnold,cdevienne<br>&gt;<br>&gt; And then setting up the various director= y permissions:<br>&gt;<br>&gt; [/logging]<br>&gt; @logging-pmc =3D rw<br>&g= t; <br>&gt; [/logging/log4j]<br>&gt; @logging-log4j =3D rw<br>&gt;<br>&gt; [/l= ogging/sandbox/log4j]<br>&gt; @logging-log4j =3D rw<br>&gt;<br>&gt; [/loggi= ng/chainsaw]<br>&gt; @logging-log4j =3D rw<br>&gt;<br>&gt; [/logging/log4ne= t] <br>&gt; @logging-log4net =3D rw<br>&gt;<br>&gt; [/logging/log4php]<br>&gt;= @logging-log4php =3D rw<br>&gt;<br>&gt; [/logging/log4cxx]<br>&gt; @loggin= g-log4cxx =3D rw<br>&gt;<br>&gt; ----<br>&gt;<br>&gt; /logging/site isn't m= entioned because the /logging permission encompasses <br>&gt; it. I think the hierarchical nature of things means that the PMC h= ave rw<br>&gt; access to all subprojects now, which also means that most of= the<br>&gt; subproject groupings can be smaller/removed due to the overlap= with the <br>&gt; PMC group.<br>&gt;<br>&gt; Mark, give me an email if this is bad a= nd/or you have questions about<br>&gt; modifying it. All chairs have access= to it, though it is a point of<br>&gt; failure for the system in that if y= ou check it in with problems, it can <br>&gt; break subversion (same held for CVSROOT/avail I guess).<br>&gt;<br= >&gt; It's in:<br>&gt;<br>&gt; <a href=3D"https://svn.apache.org/repos/asf/= infrastructure/trunk/subversion/authorization">https://svn.apache.org/repos= /asf/infrastructure/trunk/subversion/authorization </a><br>&gt;<br>&gt; Commit notifications should goto the same email addres= ses, let me know if<br>&gt; there are any problems with that, it always fee= ls a bit like magic trying<br>&gt; to pull the bits together on that :) <br>&gt;<br>&gt; Anyway, I'm done now, have at it :)<br>&gt;<br>&gt; Hen<br= >&gt;<br><br><br><br></blockquote></div><br> ------=_Part_5_1963054.1128986670882-- From [email protected] Mon Oct 10 23:50:32 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40644 invoked from network); 10 Oct 2005 23:50:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Oct 2005 23:50:31 -0000 Received: (qmail 9238 invoked by uid 500); 10 Oct 2005 23:50:30 -0000 Delivered-To: [email protected] Received: (qmail 9104 invoked by uid 500); 10 Oct 2005 23:50:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 9093 invoked by uid 99); 10 Oct 2005 23:50:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Oct 2005 16:50:30 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO ms-smtp-03-eri0.texas.rr.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Oct 2005 16:50:32 -0700 Received: from [161.129.204.104] (cpe-24-27-77-52.houston.res.rr.com [161.129.204.104]) by ms-smtp-03-eri0.texas.rr.com (8.12.10/8.12.7) with ESMTP id j9ANo6RZ028011 for <[email protected]>; Mon, 10 Oct 2005 18:50:07 -0500 (CDT) Mime-Version: 1.0 (Apple Message framework v734) In-Reply-To: <[email protected]> References: <Pine.LNX.4.61.0510091328170.9187@kongo> <000b01c5ccf8$dc002580$9d04fea9@hogwarts> <[email protected]> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <[email protected]> Content-Transfer-Encoding: 7bit From: Curt Arnold <[email protected]> Subject: Re: Migration Complete Was: CVS -> SVN Migration Status Date: Mon, 10 Oct 2005 18:50:05 -0500 To: Logging General <[email protected]> X-Mailer: Apple Mail (2.734) X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Oct 10, 2005, at 6:24 PM, Mark Womack wrote: > Is there anything special we need to do for projects like Gump now > that we have switched repositories from CVS to SVN? Anyone know > the answer? > > -Mark > > The Gump descriptors will need to be changed (likely the repository element). I'll take a stab, but might be tomorrow. From [email protected] Tue Oct 11 01:04:53 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62389 invoked from network); 11 Oct 2005 01:04:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Oct 2005 01:04:52 -0000 Received: (qmail 82844 invoked by uid 500); 11 Oct 2005 01:04:52 -0000 Delivered-To: [email protected] Received: (qmail 82792 invoked by uid 500); 11 Oct 2005 01:04:51 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 82779 invoked by uid 99); 11 Oct 2005 01:04:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Oct 2005 18:04:51 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO ms-smtp-05-eri0.texas.rr.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Oct 2005 18:04:53 -0700 Received: from [161.129.204.104] (cpe-24-27-77-52.houston.res.rr.com [161.129.204.104]) by ms-smtp-05-eri0.texas.rr.com (8.12.10/8.12.7) with ESMTP id j9B14RB2001400 for <[email protected]>; Mon, 10 Oct 2005 20:04:27 -0500 (CDT) Mime-Version: 1.0 (Apple Message framework v734) In-Reply-To: <[email protected]> References: <Pine.LNX.4.61.0510091328170.9187@kongo> <000b01c5ccf8$dc002580$9d04fea9@hogwarts> <[email protected]> <[email protected]> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <[email protected]> Content-Transfer-Encoding: 7bit From: Curt Arnold <[email protected]> Subject: Re: Migration Complete Was: CVS -> SVN Migration Status Date: Mon, 10 Oct 2005 20:04:25 -0500 To: Logging General <[email protected]> X-Mailer: Apple Mail (2.734) X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Oct 10, 2005, at 6:50 PM, Curt Arnold wrote: > > On Oct 10, 2005, at 6:24 PM, Mark Womack wrote: > > > >> Is there anything special we need to do for projects like Gump now >> that we have switched repositories from CVS to SVN? Anyone know >> the answer? >> >> -Mark >> >> >> > > The Gump descriptors will need to be changed (likely the repository > element). I'll take a stab, but might be tomorrow. Committed changes to the Gump descriptors for LS on revision 312773 and crossing my fingers that don't take down almost all of the Gump build. $ svn diff http://svn.apache.org/repos/asf/gump/metadata -r 312772:312773 Index: repository/logging.xml =================================================================== --- repository/logging.xml (revision 312772) +++ repository/logging.xml (revision 312773) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!-- - Copyright 2004 The Apache Software Foundation + Copyright 2004-2005 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,17 +15,10 @@ limitations under the License. --> -<repository name="logging" type="cvs"> +<repository name="logging" type="svn"> <title>Logging</title> <home-page>http://logging.apache.org/</home-page> - <cvsweb>http://cvs.apache.org/viewcvs/</cvsweb> + <cvsweb>http://cvs.apache.org/viewcvs.cgi/logging/?root=Apache-SVN/ </cvsweb> + <url>http://svn.apache.org/repos/asf/logging</url> <redistributable/> - - <root> - <method>pserver</method> - <user>anoncvs</user> - <password>anoncvs</password> - <hostname>cvs.apache.org</hostname> - <path>/home/cvspublic</path> - </root> </repository> Index: project/logging-log4j-12.xml =================================================================== --- project/logging-log4j-12.xml (revision 312772) +++ project/logging-log4j-12.xml (revision 312773) @@ -21,7 +21,7 @@ Fast and flexible logging package for Java </description> - <cvs repository="logging" module="logging-log4j"/> + <svn repository="logging" module="log4j/branches/v1_2-branch"/> <project name="logging-log4j-12"> <package>org.apache.log4j</package> Index: project/logging-log4cxx.xml =================================================================== --- project/logging-log4cxx.xml (revision 312772) +++ project/logging-log4cxx.xml (revision 312773) @@ -22,7 +22,7 @@ Apache log4cxx </description> - <cvs repository="logging"/> + <svn repository="logging" dir="log4cxx/trunk"/> <!-- Index: project/logging-chainsaw.xml =================================================================== --- project/logging-chainsaw.xml (revision 312772) +++ project/logging-chainsaw.xml (revision 312773) @@ -21,7 +21,7 @@ Chainsaw log viewer </description> - <cvs repository="logging"/> + <svn repository="logging" dir="chainsaw/trunk"/> <project name="logging-log4j-chainsaw"> <package>org.apache.log4j.chainsaw</package> Index: project/logging-log4j.xml =================================================================== --- project/logging-log4j.xml (revision 312772) +++ project/logging-log4j.xml (revision 312773) @@ -21,7 +21,7 @@ Reliable, fast and flexible logging package for Java </description> - <cvs repository="logging"/> + <svn repository="logging" dir="log4j/trunk"/> <project name="jakarta-log4j"> <depend project="logging-log4j" inherit="jars"/> From [email protected] Tue Oct 11 04:06:22 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18600 invoked from network); 11 Oct 2005 04:06:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Oct 2005 04:06:21 -0000 Received: (qmail 99372 invoked by uid 500); 11 Oct 2005 04:06:21 -0000 Delivered-To: [email protected] Received: (qmail 99330 invoked by uid 500); 11 Oct 2005 04:06:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 99318 invoked by uid 99); 11 Oct 2005 04:06:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Oct 2005 21:06:20 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 10 Oct 2005 21:06:23 -0700 Received: (qmail 18434 invoked by uid 65534); 11 Oct 2005 04:05:59 -0000 Message-ID: <[email protected]> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r312803 - /logging/log4cxx/trunk/include/log4cxx/rolling/sizebasedtriggeringpolicy.h Date: Tue, 11 Oct 2005 04:05:58 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: carnold Date: Mon Oct 10 21:05:56 2005 New Revision: 312803 URL: http://svn.apache.org/viewcvs?rev=312803&view=rev Log: LOGCXX-106: Inconsistent value type for maxFileSize Modified: logging/log4cxx/trunk/include/log4cxx/rolling/sizebasedtriggeringpolicy.h Modified: logging/log4cxx/trunk/include/log4cxx/rolling/sizebasedtriggeringpolicy.h URL: http://svn.apache.org/viewcvs/logging/log4cxx/trunk/include/log4cxx/rolling/sizebasedtriggeringpolicy.h?rev=312803&r1=312802&r2=312803&view=diff ============================================================================== --- logging/log4cxx/trunk/include/log4cxx/rolling/sizebasedtriggeringpolicy.h (original) +++ logging/log4cxx/trunk/include/log4cxx/rolling/sizebasedtriggeringpolicy.h Mon Oct 10 21:05:56 2005 @@ -44,7 +44,7 @@ END_LOG4CXX_CAST_MAP() protected: - long maxFileSize; + size_t maxFileSize; public: SizeBasedTriggeringPolicy(); From [email protected] Tue Oct 11 14:26:29 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48845 invoked from network); 11 Oct 2005 14:26:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Oct 2005 14:26:29 -0000 Received: (qmail 53083 invoked by uid 500); 11 Oct 2005 14:26:28 -0000 Delivered-To: [email protected] Received: (qmail 53016 invoked by uid 500); 11 Oct 2005 14:26:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 53004 invoked by uid 99); 11 Oct 2005 14:26:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Oct 2005 07:26:27 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 11 Oct 2005 07:26:30 -0700 Received: (qmail 48614 invoked by uid 65534); 11 Oct 2005 14:26:06 -0000 Message-ID: <[email protected]> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r312892 - in /logging/log4cxx/trunk: src/file.cpp tests/src/filetestcase.cpp Date: Tue, 11 Oct 2005 14:26:05 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: carnold Date: Tue Oct 11 07:26:02 2005 New Revision: 312892 URL: http://svn.apache.org/viewcvs?rev=312892&view=rev Log: LOGCXX-105: Infinite loop in Filacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bconvertBackSlashes Modified: logging/log4cxx/trunk/src/file.cpp logging/log4cxx/trunk/tests/src/filetestcase.cpp Modified: logging/log4cxx/trunk/src/file.cpp URL: http://svn.apache.org/viewcvs/logging/log4cxx/trunk/src/file.cpp?rev=312892&r1=312891&r2=312892&view=diff ============================================================================== --- logging/log4cxx/trunk/src/file.cpp (original) +++ logging/log4cxx/trunk/src/file.cpp Tue Oct 11 07:26:02 2005 @@ -88,7 +88,7 @@ stacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bstring mod(src); while(pos != stacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bstringacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bnpos) { mod[pos] = '/'; - pos = src.find('\\'); + pos = mod.find('\\'); } return mod; } Modified: logging/log4cxx/trunk/tests/src/filetestcase.cpp URL: http://svn.apache.org/viewcvs/logging/log4cxx/trunk/tests/src/filetestcase.cpp?rev=312892&r1=312891&r2=312892&view=diff ============================================================================== --- logging/log4cxx/trunk/tests/src/filetestcase.cpp (original) +++ logging/log4cxx/trunk/tests/src/filetestcase.cpp Tue Oct 11 07:26:02 2005 @@ -39,6 +39,7 @@ #endif CPPUNIT_TEST(copyConstructor); CPPUNIT_TEST(assignment); + CPPUNIT_TEST(deleteBackslashedFileName); CPPUNIT_TEST_SUITE_END(); public: @@ -129,6 +130,16 @@ LogString reply(outFile.read(pool)); CPPUNIT_ASSERT_EQUAL(greeting, reply); + } + + /** + * Tests conversion of backslash containing file names. + * Would cause infinite loop due to bug LOGCXX-105. + */ + void deleteBackslashedFileName() { + File file("output\\bogus.txt"); + Pool pool; + bool deleted = file.deleteFile(pool); } }; From [email protected] Wed Oct 12 04:39:44 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77757 invoked from network); 12 Oct 2005 04:39:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Oct 2005 04:39:43 -0000 Received: (qmail 36360 invoked by uid 500); 12 Oct 2005 04:39:42 -0000 Delivered-To: [email protected] Received: (qmail 36303 invoked by uid 500); 12 Oct 2005 04:39:42 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 36292 invoked by uid 99); 12 Oct 2005 04:39:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Oct 2005 21:39:41 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO www.samaflost.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Oct 2005 21:39:43 -0700 Received: by www.samaflost.de (Postfix, from userid 1000) id A8C5F88A364; Wed, 12 Oct 2005 06:39:19 +0200 (CEST) To: [email protected] Subject: Re: Migration Complete Was: CVS -> SVN Migration Status X-Draft-From: ("nnfolder:mail.log4-general" 187) References: <Pine.LNX.4.61.0510091328170.9187@kongo> <000b01c5ccf8$dc002580$9d04fea9@hogwarts> <[email protected]> <[email protected]> <[email protected]> From: Stefan Bodewig <[email protected]> Date: Wed, 12 Oct 2005 06:39:19 +0200 In-Reply-To: <[email protected]> (Curt Arnold's message of "Mon, 10 Oct 2005 20:04:25 -0500") Message-ID: <[email protected]> User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Mon, 10 Oct 2005, Curt Arnold <[email protected]> wrote: > Committed changes to the Gump descriptors for LS on revision 312773 > and crossing my fingers that don't take down almost all of the Gump > build. Changing the repository unfortunately requires one of the people with shell accounts on the Gump boxes to lend a hand (which I just did ;-). If Gump finds a working copy it will do an "svn up" instead of "svn co" and it doesn't recognize that the working copy comes from a different repo. I've purged logging* so the next full build should check out fresh copies. So please keep your fingesr crossed for a little longer. Stefan From [email protected] Wed Oct 12 05:51:29 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95169 invoked from network); 12 Oct 2005 05:51:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Oct 2005 05:51:28 -0000 Received: (qmail 74184 invoked by uid 500); 12 Oct 2005 05:51:27 -0000 Delivered-To: [email protected] Received: (qmail 74053 invoked by uid 500); 12 Oct 2005 05:51:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 74042 invoked by uid 99); 12 Oct 2005 05:51:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Oct 2005 22:51:26 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 11 Oct 2005 22:51:29 -0700 Received: (qmail 95093 invoked by uid 65534); 12 Oct 2005 05:51:06 -0000 Message-ID: <[email protected]> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r314793 - /logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw/LogPanel.java Date: Wed, 12 Oct 2005 05:51:05 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: sdeboy Date: Tue Oct 11 22:50:53 2005 New Revision: 314793 URL: http://svn.apache.org/viewcvs?rev=314793&view=rev Log: Modified default filter expressions to use >= in some cases instead of == Modified: logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw/LogPanel.java Modified: logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw/LogPanel.java URL: http://svn.apache.org/viewcvs/logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw/LogPanel.java?rev=314793&r1=314792&r2=314793&view=diff ============================================================================== --- logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw/LogPanel.java (original) +++ logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw/LogPanel.java Tue Oct 11 22:50:53 2005 @@ -895,10 +895,10 @@ final Vector v = new Vector(); //add (hopefully useful) default filters v.add("LEVEL == TRACE"); - v.add("LEVEL == DEBUG"); - v.add("LEVEL == INFO"); - v.add("LEVEL == WARN"); - v.add("LEVEL == ERROR"); + v.add("LEVEL >= DEBUG"); + v.add("LEVEL >= INFO"); + v.add("LEVEL >= WARN"); + v.add("LEVEL >= ERROR"); v.add("LEVEL == FATAL"); final JComboBox filterCombo = new JComboBox(v); From [email protected] Wed Oct 12 11:07:18 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 98409 invoked from network); 12 Oct 2005 11:07:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Oct 2005 11:07:16 -0000 Received: (qmail 96430 invoked by uid 500); 12 Oct 2005 11:07:15 -0000 Delivered-To: [email protected] Received: (qmail 96341 invoked by uid 500); 12 Oct 2005 11:07:15 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 96330 invoked by uid 99); 12 Oct 2005 11:07:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2005 04:07:14 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO hermes.neoworks.co.uk) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2005 04:07:16 -0700 Received: from kronos.neoworks.co.uk (kronos.neoworks.co.uk [161.129.204.104]) by hermes.neoworks.co.uk (8.13.1/8.13.1) with ESMTP id j9CB2ch3027244 for <[email protected]>; Wed, 12 Oct 2005 12:02:42 +0100 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable x-mimeole: Produced By Microsoft Exchange V6.5.6944.0 Subject: RE: Migration Complete Was: CVS -> SVN Migration Status Date: Wed, 12 Oct 2005 12:06:45 +0100 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Migration Complete Was: CVS -> SVN Migration Status Thread-Index: AcXM9xbMXjQey5WIQ7a3GKrcHIKpNgCJKHpQ From: "Nicko Cadell" <[email protected]> To: "Logging General" <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N =20 > Commit notifications should goto the same email addresses,=20 > let me know if there are any problems with that, it always=20 > feels a bit like magic trying to pull the bits together on that :) Mark, It looks like all the SVN commit mails from all the subprojects are going to [email protected] rather than to their old mailing lists, e.g. [email protected] etc... Is this something that we want to try to rectify? I'm not sure how the magic -cvs mailing lists work. Would we want to have a -cvs or would we want to try something else like -svn or maybe -commit? Cheers, Nicko From [email protected] Wed Oct 12 16:32:33 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56397 invoked from network); 12 Oct 2005 16:32:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Oct 2005 16:32:29 -0000 Received: (qmail 73691 invoked by uid 500); 12 Oct 2005 16:32:26 -0000 Delivered-To: [email protected] Received: (qmail 73648 invoked by uid 500); 12 Oct 2005 16:32:26 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 73637 invoked by uid 99); 12 Oct 2005 16:32:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2005 09:32:26 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO smtp-out.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2005 09:32:28 -0700 Received: from 216-239-45-4.google.com (vegeta.corp.google.com [161.129.204.104]) by smtp-out.google.com with ESMTP id j9CGVwaN008146 for <[email protected]>; Wed, 12 Oct 2005 09:31:58 -0700 Received: from smtp-out2.google.com (cpa13.corp.google.com [161.129.204.104]) by vegeta.corp.google.com with ESMTP id j9CGUp7A017827 for <[email protected]>; Wed, 12 Oct 2005 09:31:55 -0700 Received: by smtp-out2.google.com with SMTP id 13so9505cpa for <[email protected]>; Wed, 12 Oct 2005 09:31:55 -0700 (PDT) Received: by 161.129.204.104 with SMTP id 18mr183312cpa; Wed, 12 Oct 2005 09:31:55 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 12 Oct 2005 09:31:55 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 12 Oct 2005 09:31:55 -0700 From: Mark Womack <[email protected]> Sender: [email protected] To: Logging General <[email protected]> Subject: Re: Migration Complete Was: CVS -> SVN Migration Status In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_48_3865886.1129134715309" References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_48_3865886.1129134715309 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline We should look into it. I will start a new thread with Henri. I like the -commit idea for the email address. -Mark On 10/12/05, Nicko Cadell <[email protected]> wrote: > > > > Commit notifications should goto the same email addresses, > > let me know if there are any problems with that, it always > > feels a bit like magic trying to pull the bits together on that :) > > Mark, > > It looks like all the SVN commit mails from all the subprojects are > going to [email protected] rather than to their old mailing > lists, e.g. [email protected] etc... > > Is this something that we want to try to rectify? I'm not sure how the > magic -cvs mailing lists work. Would we want to have a -cvs or would we > want to try something else like -svn or maybe -commit? > > Cheers, > Nicko > > ------=_Part_48_3865886.1129134715309 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline We should look into it.&nbsp; I will start a new thread with Henri.&nbsp; I= like the -commit idea for the email address.<br> <br> -Mark<br><br><div><span class=3D"gmail_quote">On 10/12/05, <b class=3D"gmai= l_sendername">Nicko Cadell</b> &lt;<a href=3D"mailto:[email protected]">ni= [email protected]</a>&gt; wrote:</span><blockquote class=3D"gmail_quote" sty= le=3D"border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex;= padding-left: 1ex;"> <br>&gt; Commit notifications should goto the same email addresses,<br>&gt;= let me know if there are any problems with that, it always<br>&gt; feels a= bit like magic trying to pull the bits together on that :)<br><br>Mark, <br><br>It looks like all the SVN commit mails from all the subprojects are= <br>going to <a href=3D"mailto:[email protected]">[email protected].= apache.org</a> rather than to their old mailing<br>lists, e.g. <a href=3D"m= ailto:[email protected]"> [email protected]</a> etc...<br><br>Is this something that we wa= nt to try to rectify? I'm not sure how the<br>magic -cvs mailing lists work= . Would we want to have a -cvs or would we<br>want to try something else li= ke -svn or maybe -commit? <br><br>Cheers,<br>Nicko<br><br></blockquote></div><br> ------=_Part_48_3865886.1129134715309-- From [email protected] Wed Oct 12 17:21:27 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77894 invoked from network); 12 Oct 2005 17:21:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Oct 2005 17:21:27 -0000 Received: (qmail 63823 invoked by uid 500); 12 Oct 2005 17:21:26 -0000 Delivered-To: [email protected] Received: (qmail 63680 invoked by uid 500); 12 Oct 2005 17:21:25 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 63668 invoked by uid 99); 12 Oct 2005 17:21:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2005 10:21:25 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO smtp102.sbc.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 12 Oct 2005 10:21:27 -0700 Received: (qmail 13089 invoked from network); 12 Oct 2005 17:21:03 -0000 Received: from unknown (HELO hogwarts) ([email protected]@161.129.204.104 with login) by smtp102.sbc.mail.mud.yahoo.com with SMTP; 12 Oct 2005 17:21:03 -0000 Message-ID: <000b01c5cf51$4fa71de0$9d04fea9@hogwarts> From: "Mark Womack" <[email protected]> To: "Henri Yandell" <[email protected]>, "Logging General" <[email protected]> Subject: SVN Commit Email Messages Date: Wed, 12 Oct 2005 10:20:53 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Henri, It appears that all svn commit messages for every repository are being routed to [email protected] instead of the subproject specific email lists (eg [email protected], etc). Also, we'd like to possibly change/create new email lists for this purpose, more along the lines of [email protected], etc. What do we need to do for this? Should we send a different request to infrastructure to set these up? thanks, -Mark From [email protected] Wed Oct 12 18:18:51 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1700 invoked from network); 12 Oct 2005 18:18:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Oct 2005 18:18:50 -0000 Received: (qmail 57278 invoked by uid 500); 12 Oct 2005 18:18:45 -0000 Delivered-To: [email protected] Received: (qmail 57206 invoked by uid 500); 12 Oct 2005 18:18:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 57178 invoked by uid 99); 12 Oct 2005 18:18:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2005 11:18:44 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO kongo.flamefew.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2005 11:18:46 -0700 Received: by kongo.flamefew.net (Postfix on Linux (i386), from userid 1000) id EFE9F7F70; Wed, 12 Oct 2005 14:18:19 -0400 (EDT) Received: from localhost (localhost [161.129.204.104]) by kongo.flamefew.net (Postfix on Linux (i386)) with ESMTP id EF9357F4E for <[email protected]>; Wed, 12 Oct 2005 14:18:19 -0400 (EDT) Date: Wed, 12 Oct 2005 14:18:19 -0400 (EDT) From: Henri Yandell <[email protected]> X-X-Sender: hen@kongo To: Logging General <[email protected]> Subject: Re: SVN Commit Email Messages In-Reply-To: <000b01c5cf51$4fa71de0$9d04fea9@hogwarts> Message-ID: <Pine.LNX.4.61.0510121410300.23827@kongo> References: <000b01c5cf51$4fa71de0$9d04fea9@hogwarts> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Oops, my reply this morning must have failed due to being the wrong email address. I screwed up the email setup, and have committed a fix just now so it'll use the -cvs addresses that were used before. The sandbox might have problems; I need to test that. In terms of -cvs vs -commits; that'd be a separate request. Though much of the ASF is still on the -cvs's and I suspect that getting those changed will be a long task for somebody next year. Hen On Wed, 12 Oct 2005, Mark Womack wrote: > Henri, > > It appears that all svn commit messages for every repository are being routed > to [email protected] instead of the subproject specific email lists > (eg [email protected], etc). > > Also, we'd like to possibly change/create new email lists for this purpose, > more along the lines of [email protected], etc. What do we > need to do for this? Should we send a different request to infrastructure to > set these up? > > thanks, > -Mark > From [email protected] Wed Oct 12 19:22:31 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35110 invoked from network); 12 Oct 2005 19:22:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Oct 2005 19:22:31 -0000 Received: (qmail 75627 invoked by uid 500); 12 Oct 2005 19:22:30 -0000 Delivered-To: [email protected] Received: (qmail 75587 invoked by uid 500); 12 Oct 2005 19:22:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 75576 invoked by uid 99); 12 Oct 2005 19:22:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2005 12:22:30 -0700 Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO ms-smtp-03-eri0.texas.rr.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2005 12:22:32 -0700 Received: from [161.129.204.104] (cpe-24-27-77-52.houston.res.rr.com [161.129.204.104]) by ms-smtp-03-eri0.texas.rr.com (8.12.10/8.12.7) with ESMTP id j9CJM7RZ011553 for <[email protected]>; Wed, 12 Oct 2005 14:22:07 -0500 (CDT) Mime-Version: 1.0 (Apple Message framework v734) In-Reply-To: <Pine.LNX.4.61.0510121410300.23827@kongo> References: <000b01c5cf51$4fa71de0$9d04fea9@hogwarts> <Pine.LNX.4.61.0510121410300.23827@kongo> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <[email protected]> Content-Transfer-Encoding: 7bit From: Curt Arnold <[email protected]> Subject: Re: SVN Commit Email Messages Date: Wed, 12 Oct 2005 14:22:06 -0500 To: Logging General <[email protected]> X-Mailer: Apple Mail (2.734) X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Oct 12, 2005, at 1:18 PM, Henri Yandell wrote: > > Oops, my reply this morning must have failed due to being the wrong > email address. > > I screwed up the email setup, and have committed a fix just now so > it'll use the -cvs addresses that were used before. The sandbox > might have problems; I need to test that. > > In terms of -cvs vs -commits; that'd be a separate request. Though > much of the ASF is still on the -cvs's and I suspect that getting > those changed will be a long task for somebody next year. > > Hen I've suggested that sandbox be rearranged so that it is a overall logging services playground and not just a set of unsupported appenders for log4j. I haven't had a chance to fomulate a full proposal, but basically I'd assume that there would eventually be a structure like: logging/ sandbox/ logj4/ contribs/ (previous logging-log4j/contribs) sandbox/ (previous logging-sandbox) trunk/ tags/ branches/ log4cxx/ log4net/ log4php/ strict-xml/ (example of non-sub product specific sandbox project) If we had something like that, then it might be appropriate that all the sub-project specific sandbox commits to go to the same list as the subproject commits. That is any commits in logging/sandbox/log4j would go to [email protected], commits in logging/sandbox/ log4cxx would go to [email protected], etc. Commits that aren't associated with an established subproject could go to [email protected]. If you'd like to create the log4j, log4cxx subdirs of logging/sandbox and set up the commit messages, I could then later move the stuff underneath them. From [email protected] Tue Oct 18 02:51:18 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44934 invoked from network); 18 Oct 2005 02:51:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Oct 2005 02:51:17 -0000 Received: (qmail 58304 invoked by uid 500); 18 Oct 2005 02:51:15 -0000 Delivered-To: [email protected] Received: (qmail 57711 invoked by uid 500); 18 Oct 2005 02:51:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 57507 invoked by uid 99); 18 Oct 2005 02:51:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Oct 2005 19:51:10 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO web40629.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 17 Oct 2005 19:48:33 -0700 Received: (qmail 65932 invoked by uid 60001); 18 Oct 2005 02:48:11 -0000 Message-ID: <[email protected]> Received: from [161.129.204.104] by web40629.mail.yahoo.com via HTTP; Mon, 17 Oct 2005 19:48:11 PDT X-RocketYMMF: yoavs1 Date: Mon, 17 Oct 2005 19:48:11 -0700 (PDT) From: Yoav Shapira <[email protected]> Reply-To: [email protected] Subject: Re: JULI proposal To: [email protected] MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, Boris, thank you for writing this code, making the proposal, and raising relevant discussion issues. Please stick around and work with us log4j as well as JCL. But this specific proposal I don't really like. I see this proposal as causing more confusion than value-add. I don't like it with my Tomcat developer hat on, where we did exactly as much as we wanted to do in our JULI, and no more: this is definitely more. I don't like it with my log4j developer hat on, as it's bloat. I don't like it with my Jakarta Commons Logging hat, as it's yet another bridge leading to unnecessary user confusion. And I don't like it as a user because it doesn't add anything and only confuses me. I agree the CLA, license, and SLF4J dependence are all easy issues that can be dealt with. But they're side points to the above. Yoav Yoav Shapira System Design and Management Fellow MIT Sloan School of Management Cambridge, MA, USA [email protected] / www.yoavshapira.com From [email protected] Tue Oct 18 03:44:38 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57399 invoked from network); 18 Oct 2005 03:44:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Oct 2005 03:44:38 -0000 Received: (qmail 85396 invoked by uid 500); 18 Oct 2005 03:44:38 -0000 Delivered-To: [email protected] Received: (qmail 85267 invoked by uid 500); 18 Oct 2005 03:44:37 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 85252 invoked by uid 99); 18 Oct 2005 03:44:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Oct 2005 20:44:36 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO smtp105.sbc.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 17 Oct 2005 20:44:37 -0700 Received: (qmail 4601 invoked from network); 18 Oct 2005 03:44:15 -0000 Received: from unknown (HELO hogwarts) ([email protected]@161.129.204.104 with login) by smtp105.sbc.mail.mud.yahoo.com with SMTP; 18 Oct 2005 03:44:15 -0000 Message-ID: <000f01c5d396$3198a690$9d04fea9@hogwarts> From: "Mark Womack" <[email protected]> To: "Logging General" <[email protected]>, "Henri Yandell" <[email protected]> References: <000b01c5cf51$4fa71de0$9d04fea9@hogwarts> <Pine.LNX.4.61.0510121410300.23827@kongo> <[email protected]> Subject: Re: SVN Commit Email Messages Date: Mon, 17 Oct 2005 20:44:06 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Reposting this to include Henri. I don't think he got the original post. Is it possible to connect subdirs of a repo to different mailing lists? If so, we can create the subdirs like we want them in the sandbox and then connect the mailint lists... -Mark ----- Original Message ----- From: "Curt Arnold" <[email protected]> To: "Logging General" <[email protected]> Sent: Wednesday, October 12, 2005 12:22 PM Subject: Re: SVN Commit Email Messages > > On Oct 12, 2005, at 1:18 PM, Henri Yandell wrote: > >> >> Oops, my reply this morning must have failed due to being the wrong >> email address. >> >> I screwed up the email setup, and have committed a fix just now so it'll >> use the -cvs addresses that were used before. The sandbox might have >> problems; I need to test that. >> >> In terms of -cvs vs -commits; that'd be a separate request. Though much >> of the ASF is still on the -cvs's and I suspect that getting those >> changed will be a long task for somebody next year. >> >> Hen > > I've suggested that sandbox be rearranged so that it is a overall logging > services playground and not just a set of unsupported appenders for > log4j. I haven't had a chance to fomulate a full proposal, but basically > I'd assume that there would eventually be a structure like: > > logging/ > sandbox/ > logj4/ > contribs/ (previous logging-log4j/contribs) > sandbox/ (previous logging-sandbox) > trunk/ > tags/ > branches/ > log4cxx/ > log4net/ > log4php/ > strict-xml/ (example of non-sub product specific sandbox > project) > > If we had something like that, then it might be appropriate that all the > sub-project specific sandbox commits to go to the same list as the > subproject commits. That is any commits in logging/sandbox/log4j would > go to [email protected], commits in logging/sandbox/ log4cxx > would go to [email protected], etc. Commits that aren't > associated with an established subproject could go to > [email protected]. > > If you'd like to create the log4j, log4cxx subdirs of logging/sandbox and > set up the commit messages, I could then later move the stuff underneath > them. > > From [email protected] Tue Oct 18 03:56:00 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59977 invoked from network); 18 Oct 2005 03:56:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 18 Oct 2005 03:56:00 -0000 Received: (qmail 92378 invoked by uid 500); 18 Oct 2005 03:56:00 -0000 Delivered-To: [email protected] Received: (qmail 92242 invoked by uid 500); 18 Oct 2005 03:55:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 92231 invoked by uid 99); 18 Oct 2005 03:55:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Oct 2005 20:55:59 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO kongo.flamefew.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Oct 2005 20:55:59 -0700 Received: by kongo.flamefew.net (Postfix on Linux (i386), from userid 1000) id 25FAF7F76; Mon, 17 Oct 2005 23:55:31 -0400 (EDT) Received: from localhost (localhost [161.129.204.104]) by kongo.flamefew.net (Postfix on Linux (i386)) with ESMTP id 259887F4E for <[email protected]>; Mon, 17 Oct 2005 23:55:31 -0400 (EDT) Date: Mon, 17 Oct 2005 23:55:31 -0400 (EDT) From: Henri Yandell <[email protected]> X-X-Sender: hen@kongo To: Logging General <[email protected]> Subject: Re: SVN Commit Email Messages In-Reply-To: <000f01c5d396$3198a690$9d04fea9@hogwarts> Message-ID: <Pine.LNX.4.61.0510172352590.21066@kongo> References: <000b01c5cf51$4fa71de0$9d04fea9@hogwarts> <Pine.LNX.4.61.0510121410300.23827@kongo> <[email protected]> <000f01c5d396$3198a690$9d04fea9@hogwarts> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Yep, you hook a path in the system to a mailing list. Take a look at the asf-mailer.conf file. Once you get passed the initial noise, it becomes pretty repititous, though the suppress-if-any option takes a bit of getting used to. There are various tricks to make the hooking easier, ie) using a wildcard to automatically get the hook in place for all subprojects, but it hits problems when things don't follow a simple pattern. Hen On Mon, 17 Oct 2005, Mark Womack wrote: > Reposting this to include Henri. I don't think he got the original post. > > Is it possible to connect subdirs of a repo to different mailing lists? If > so, we can create the subdirs like we want them in the sandbox and then > connect the mailint lists... > > -Mark > > ----- Original Message ----- From: "Curt Arnold" <[email protected]> > To: "Logging General" <[email protected]> > Sent: Wednesday, October 12, 2005 12:22 PM > Subject: Re: SVN Commit Email Messages > > >> >> On Oct 12, 2005, at 1:18 PM, Henri Yandell wrote: >> >>> >>> Oops, my reply this morning must have failed due to being the wrong email >>> address. >>> >>> I screwed up the email setup, and have committed a fix just now so it'll >>> use the -cvs addresses that were used before. The sandbox might have >>> problems; I need to test that. >>> >>> In terms of -cvs vs -commits; that'd be a separate request. Though much >>> of the ASF is still on the -cvs's and I suspect that getting those >>> changed will be a long task for somebody next year. >>> >>> Hen >> >> I've suggested that sandbox be rearranged so that it is a overall logging >> services playground and not just a set of unsupported appenders for log4j. >> I haven't had a chance to fomulate a full proposal, but basically I'd >> assume that there would eventually be a structure like: >> >> logging/ >> sandbox/ >> logj4/ >> contribs/ (previous logging-log4j/contribs) >> sandbox/ (previous logging-sandbox) >> trunk/ >> tags/ >> branches/ >> log4cxx/ >> log4net/ >> log4php/ >> strict-xml/ (example of non-sub product specific sandbox >> project) >> >> If we had something like that, then it might be appropriate that all the >> sub-project specific sandbox commits to go to the same list as the >> subproject commits. That is any commits in logging/sandbox/log4j would go >> to [email protected], commits in logging/sandbox/ log4cxx would >> go to [email protected], etc. Commits that aren't associated >> with an established subproject could go to [email protected]. >> >> If you'd like to create the log4j, log4cxx subdirs of logging/sandbox and >> set up the commit messages, I could then later move the stuff underneath >> them. >> >> > > From [email protected] Wed Oct 19 15:42:00 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59541 invoked from network); 19 Oct 2005 15:40:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Oct 2005 15:40:06 -0000 Received: (qmail 10529 invoked by uid 500); 19 Oct 2005 15:39:21 -0000 Delivered-To: [email protected] Received: (qmail 10483 invoked by uid 500); 19 Oct 2005 15:39:21 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 10472 invoked by uid 99); 19 Oct 2005 15:39:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2005 08:39:21 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail.gmx.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 19 Oct 2005 08:39:20 -0700 Received: (qmail 19115 invoked by uid 0); 19 Oct 2005 15:38:58 -0000 Received: from 161.129.204.104 by www62.gmx.net with HTTP; Wed, 19 Oct 2005 17:38:58 +0200 (MEST) Date: Wed, 19 Oct 2005 17:38:58 +0200 (MEST) From: "Boris Unckel" <[email protected]> To: Logging General <[email protected]> MIME-Version: 1.0 Subject: Re: JULI proposal X-Priority: 3 (Normal) X-Authenticated: #143822 Message-ID: <[email protected]> X-Mailer: WWW-Mail 1.6 (Global Message Exchange) X-Flags: 0001 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, thanks for the first feedback. I regard this as discussion of the usecase(s), not as strategic discussion API vs API vs API. >Boris, thank you for writing this code, making the proposal, and raising >relevant discussion issues. >Please stick around and work with us log4j as well >as JCL. But this specific proposal I don't really like. I will give some feedback for log4j 1.3 soon, during programming the port I found some (potential) bugs, especially in the new rolling file implementation. >I see this proposal as causing more confusion than value-add. My english in written and spoken language is not very good. The proposal was also written under a certain pressure of having not much time. I cannot recognize if you have read the proposal and/or looked at the code base. I think there will be more people confused with my describition of JULI, so maybe the document has to be improved or rewritten before a formal vote starts. Maybe someone can help. >I don't like it with my Tomcat developer hat on, >where we did exactly as much as we wanted to >do in our JULI, and no more: this is definitely more. I did not check the archives of the tomcat mailing lists in detail to lookup exact needs in history of JULI. As I understood in main it were classloading problems and not the need of special formatted/filtered output. Yes it is more and intended to be more, it is based on/contains the code from the tomcat JULI. JULI adds the features to java.util.logging which are missing to use it comfortable, and flexible in output direction. If Tomcat developers/users need that flexibility they have to decide on their own, I do not give any advice or something. It works by replacing the tomcat-juli.jar with an renamened juli-0.5.jar. > I don't like it with my log4j developer hat on, as it's bloat. I had to lookup the word: What is bloated up? jul? log4j? JULI itself? Or did you look at the code and find ugly design? That would be really interesting for me as I expect to learn a lot from input. >I don't like it with my Jakarta Commons >Logging hat, as it's yet another bridge leading to unnecessary user >confusion. The JCL implementation of JULI is not meant to be used directly by the user, especially not the factory to create an logger. What do you mean with bridge? Bridge between which components? The JULI implemenation offers an performance advantage over the jcl.JDK14Logger implementation: jcl.JDK14Logger { .... private void log( Level level, String msg, Throwable ex ) { Logger logger = getLogger(); if (logger.isLoggable(level)) { // Hack (?) to get the stack trace. Throwable dummyException=new Throwable(); StackTraceElement locations[]=dummyException.getStackTrace(); // Caller will be the third element String cname="unknown"; String method="unknown"; if( locations!=null && locations.length >2 ) { StackTraceElement caller=locations[2]; cname=caller.getClassName(); method=caller.getMethodName(); } if( ex==null ) { logger.logp( level, cname, method, msg ); } else { logger.logp( level, cname, method, msg, ex ); } } } I do not want to post the full code[1]. It means that for any log entry an exception is created. Two possibilities: a) Remove the code and loose the functionality of recognizing the correct caller. b) Make the Appender/Handler know how he has to deal with an Logger different from the default one. It would be very easy for JCL to support JULI, they would recognize it by the system property. JULI offers the functionality of caller identification (including line and file) without the performance issue for all calls within current level. >And I don't like it as a user because it doesn't add anything and only >confuses me. JULI is intended to be used by java.util.logging users. jul suffers from good handlers (aka appenders) and is missing a pattern formatter. Filters are not so important to me but others may be happy to have them, so I ported the filters too. >I agree the CLA, license, and SLF4J dependence are all easy issues that >can be dealt with. I am glad to discuss usecase, code... and not about the license issue (which is also important for open source). >But they're side points to the above. You meantioned several groups of users which might be not interested in. I am missing a statement to java.util.logging users. java.util.logging users are not so much present in current mailing lists. The clue that they are not existing or have no needs in better handler/formatter/filter possibilities is not given by their absence in logging.apache.* and jcl. jul has some advantages (like native I18N support) which can be accomplished with wrappers or loghelper classes for other logging APIs. Another advantage (from an API developer view) is that you do not need to provide any other jars "just for logging". (O.K. I assume JDK/JRE>=1.4). In later runtime use people optionally can add JULI and have more options. Regards Boris [1]http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/impl/Jdk14Logger.java?view=markup= From [email protected] Wed Oct 19 16:42:24 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97901 invoked from network); 19 Oct 2005 16:42:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 19 Oct 2005 16:42:23 -0000 Received: (qmail 7681 invoked by uid 500); 19 Oct 2005 16:42:23 -0000 Delivered-To: [email protected] Received: (qmail 7623 invoked by uid 500); 19 Oct 2005 16:42:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 7611 invoked by uid 99); 19 Oct 2005 16:42:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2005 09:42:22 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO web40611.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 19 Oct 2005 09:42:22 -0700 Received: (qmail 83915 invoked by uid 60001); 19 Oct 2005 16:42:01 -0000 Message-ID: <[email protected]> Received: from [161.129.204.104] by web40611.mail.yahoo.com via HTTP; Wed, 19 Oct 2005 09:42:01 PDT X-RocketYMMF: yoavs1 Date: Wed, 19 Oct 2005 09:42:01 -0700 (PDT) From: Yoav Shapira <[email protected]> Reply-To: [email protected] Subject: Re: JULI proposal To: Logging General <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hola, > usecase(s), not as strategic discussion API vs API vs API. It's both. > My english in written and spoken language is not very good. The proposal was Your English is just fine, don't worry about it. > I cannot recognize if you have read the proposal and/or looked at the code > base. I've done both. > As I understood in main it were classloading problems and not the need of > special formatted/filtered output. Its main goal is to get give Tomcat a working out-of-the-box logging configuration that does not preclude the normal log4j or JDK 1.4 logging use-cases. Its other objective is to not try to do anything extra, like the filtering things your code does, but only the bare minimum, and leave the rest to more full-featured frameworks like log4 itself. > I had to lookup the word: What is bloated up? jul? log4j? JULI itself? Or > did you look at the code and find ugly design? That would be really > interesting for me as I expect to learn a lot from input. The code and design are fine, it's the whole proposal that's bloat. It's unnecessary because the value added to Tomcat developers, log4j developers, packagers, deployers, or users is significantly less than the confusion added. > What do you mean with bridge? Bridge between which components? Tomcat and JCL. > The JULI implemenation offers an performance advantage over the > jcl.JDK14Logger implementation: Great, but not the point, and can be done properly inside the frameworks themselves for JSE 5.0 and log4j 1.3. > It would be very easy for JCL to support JULI, they would recognize it by > the system property. This is the exact kind of trap that leads to nightmares in the Tomcat world when some webapps want JULI and some don't but there's only one system property. This is exactly what I mean when I say from the Tomcat perspective the current tomcat JULI is the bare minimum, and anything above it (numerous things have been tried) has led us to complications. > JULI is intended to be used by java.util.logging users. I'd suggest your enhancements to the JDK team via their BugParade. If they're really as simple and valuable as you suggest, they should be integrated into java.util.logging within the next JSE 5 update or so. > and is missing a pattern formatter. Filters are not so important to me but > others may be happy to > have them, so I ported the filters too. An example of bloat again. Again, please don't take this personally. I'm trying to explain why I don't like it. Your code and design and thinking about performance are all great. Yoav Yoav Shapira System Design and Management Fellow MIT Sloan School of Management Cambridge, MA, USA [email protected] / www.yoavshapira.com From [email protected] Thu Oct 20 05:18:50 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46312 invoked from network); 20 Oct 2005 05:18:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Oct 2005 05:18:50 -0000 Received: (qmail 45944 invoked by uid 500); 20 Oct 2005 05:18:49 -0000 Delivered-To: [email protected] Received: (qmail 45889 invoked by uid 500); 20 Oct 2005 05:18:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 45878 invoked by uid 500); 20 Oct 2005 05:18:48 -0000 Delivered-To: [email protected] Received: (qmail 45874 invoked by uid 99); 20 Oct 2005 05:18:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2005 22:18:48 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 19 Oct 2005 22:18:48 -0700 Received: (qmail 46085 invoked by uid 65534); 20 Oct 2005 05:18:27 -0000 Message-ID: <[email protected]> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r326827 - in /logging/site/trunk/src/xdocs/site: cvs-repositories.xml repositories.xml Date: Thu, 20 Oct 2005 05:18:26 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: mwomack Date: Wed Oct 19 22:18:21 2005 New Revision: 326827 URL: http://svn.apache.org/viewcvs?rev=326827&view=rev Log: Expanded test coverage for TRACE level Modified: logging/site/trunk/src/xdocs/site/cvs-repositories.xml logging/site/trunk/src/xdocs/site/repositories.xml Modified: logging/site/trunk/src/xdocs/site/cvs-repositories.xml URL: http://svn.apache.org/viewcvs/logging/site/trunk/src/xdocs/site/cvs-repositories.xml?rev=326827&r1=326826&r2=326827&view=diff ============================================================================== --- logging/site/trunk/src/xdocs/site/cvs-repositories.xml (original) +++ logging/site/trunk/src/xdocs/site/cvs-repositories.xml Wed Oct 19 22:18:21 2005 @@ -59,31 +59,31 @@ <td><b>View-SVN</b></td> </tr> <tr bgcolor="lightgray"> - <td>logging-chainsaw</td> + <td>chainsaw</td> <td>[<a href="http://svn.apache.org/repos/asf/logging/chainsaw/trunk">svn-url</a>]</td> <td>[<a href="https://svn.apache.org/repos/asf/logging/chainsaw/trunk">svn-url</a>]</td> <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/chainsaw/">view-svn</a>]</td> </tr> <tr bgcolor="white"> - <td>logging-log4cxx</td> + <td>log4cxx</td> <td>[<a href="http://svn.apache.org/repos/asf/logging/log4cxx/trunk">svn-url</a>]</td> <td>[<a href="https://svn.apache.org/repos/asf/logging/log4cxx/trunk">svn-url</a>]</td> <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/log4cxx/">view-svn</a>]</td> </tr> <tr bgcolor="lightgray"> - <td>logging-log4j</td> + <td>log4j</td> <td>[<a href="http://svn.apache.org/repos/asf/logging/log4j/trunk">svn-url</a>]</td> <td>[<a href="https://svn.apache.org/repos/asf/logging/log4j/trunk">svn-url</a>]</td> <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/log4j/">view-svn</a>]</td> </tr> <tr bgcolor="white"> - <td>logging-log4j-sandbox</td> + <td>log4j sandbox</td> <td>[<a href="http://svn.apache.org/repos/asf/logging/sandbox/log4j/trunk">svn-url</a>]</td> <td>[<a href="https://svn.apache.org/repos/asf/logging/sandbox/log4j/trunk">svn-url</a>]</td> <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/sandbox/log4j/">view-svn</a>]</td> </tr> <tr bgcolor="lightgray"> - <td>logging-site</td> + <td>site</td> <td>[<a href="http://svn.apache.org/repos/asf/logging/site/trunk">svn-url</a>]</td> <td>[<a href="https://svn.apache.org/repos/asf/logging/site/trunk">svn-url</a>]</td> <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/site/">view-svn</a>]</td> @@ -100,13 +100,13 @@ <td><b>View-SVN</b></td> </tr> <tr bgcolor="lightgray"> - <td>logging-log4net</td> + <td>log4net</td> <td>[<a href="http://svn.apache.org/repos/asf/logging/log4net/trunk">svn-url</a>]</td> <td>[<a href="https://svn.apache.org/repos/asf/logging/log4net/trunk">svn-url</a>]</td> <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/log4net/">view-svn</a>]</td> </tr> <tr bgcolor="white"> - <td>logging-log4php</td> + <td>log4php</td> <td>[<a href="http://svn.apache.org/repos/asf/logging/log4php/trunk">svn-url</a>]</td> <td>[<a href="https://svn.apache.org/repos/asf/logging/log4php/trunk">svn-url</a>]</td> <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/log4php/">view-svn</a>]</td> Modified: logging/site/trunk/src/xdocs/site/repositories.xml URL: http://svn.apache.org/viewcvs/logging/site/trunk/src/xdocs/site/repositories.xml?rev=326827&r1=326826&r2=326827&view=diff ============================================================================== --- logging/site/trunk/src/xdocs/site/repositories.xml (original) +++ logging/site/trunk/src/xdocs/site/repositories.xml Wed Oct 19 22:18:21 2005 @@ -59,31 +59,31 @@ <td><b>View-SVN</b></td> </tr> <tr bgcolor="lightgray"> - <td>logging-chainsaw</td> + <td>chainsaw</td> <td>[<a href="http://svn.apache.org/repos/asf/logging/chainsaw/trunk">svn-url</a>]</td> <td>[<a href="https://svn.apache.org/repos/asf/logging/chainsaw/trunk">svn-url</a>]</td> <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/chainsaw/">view-svn</a>]</td> </tr> <tr bgcolor="white"> - <td>logging-log4cxx</td> + <td>log4cxx</td> <td>[<a href="http://svn.apache.org/repos/asf/logging/log4cxx/trunk">svn-url</a>]</td> <td>[<a href="https://svn.apache.org/repos/asf/logging/log4cxx/trunk">svn-url</a>]</td> <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/log4cxx/">view-svn</a>]</td> </tr> <tr bgcolor="lightgray"> - <td>logging-log4j</td> + <td>log4j</td> <td>[<a href="http://svn.apache.org/repos/asf/logging/log4j/trunk">svn-url</a>]</td> <td>[<a href="https://svn.apache.org/repos/asf/logging/log4j/trunk">svn-url</a>]</td> <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/log4j/">view-svn</a>]</td> </tr> <tr bgcolor="white"> - <td>logging-log4j-sandbox</td> + <td>log4j sandbox</td> <td>[<a href="http://svn.apache.org/repos/asf/logging/sandbox/log4j/trunk">svn-url</a>]</td> <td>[<a href="https://svn.apache.org/repos/asf/logging/sandbox/log4j/trunk">svn-url</a>]</td> <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/sandbox/log4j/">view-svn</a>]</td> </tr> <tr bgcolor="lightgray"> - <td>logging-site</td> + <td>site</td> <td>[<a href="http://svn.apache.org/repos/asf/logging/site/trunk">svn-url</a>]</td> <td>[<a href="https://svn.apache.org/repos/asf/logging/site/trunk">svn-url</a>]</td> <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/site/">view-svn</a>]</td> @@ -100,13 +100,13 @@ <td><b>View-SVN</b></td> </tr> <tr bgcolor="lightgray"> - <td>logging-log4net</td> + <td>log4net</td> <td>[<a href="http://svn.apache.org/repos/asf/logging/log4net/trunk">svn-url</a>]</td> <td>[<a href="https://svn.apache.org/repos/asf/logging/log4net/trunk">svn-url</a>]</td> <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/log4net/">view-svn</a>]</td> </tr> <tr bgcolor="white"> - <td>logging-log4php</td> + <td>log4php</td> <td>[<a href="http://svn.apache.org/repos/asf/logging/log4php/trunk">svn-url</a>]</td> <td>[<a href="https://svn.apache.org/repos/asf/logging/log4php/trunk">svn-url</a>]</td> <td>[<a href="http://svn.apache.org/viewcvs.cgi/logging/log4php/">view-svn</a>]</td> From [email protected] Thu Oct 20 06:08:08 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65565 invoked from network); 20 Oct 2005 06:08:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Oct 2005 06:08:07 -0000 Received: (qmail 87329 invoked by uid 500); 20 Oct 2005 06:08:06 -0000 Delivered-To: [email protected] Received: (qmail 87299 invoked by uid 500); 20 Oct 2005 06:08:06 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 87288 invoked by uid 99); 20 Oct 2005 06:08:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2005 23:08:06 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO smtp113.sbc.mail.mud.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 19 Oct 2005 23:08:06 -0700 Received: (qmail 58003 invoked from network); 20 Oct 2005 06:07:44 -0000 Received: from unknown (HELO hogwarts) ([email protected]@161.129.204.104 with login) by smtp113.sbc.mail.mud.yahoo.com with SMTP; 20 Oct 2005 06:07:44 -0000 Message-ID: <002b01c5d53c$91722c60$9d04fea9@hogwarts> From: "Mark Womack" <[email protected]> To: "Logging General" <[email protected]> Subject: LS BoF at ApacheCon US 2005 Date: Wed, 19 Oct 2005 23:07:27 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N They are planning BoF's for ApacheCon. On Monday or Tuesday at either 8:30pm or 9:30pm and they should run for about an hour. Does anyone have a preference day/time wise? I'm for Monday 8:30. -Mark From [email protected] Thu Oct 20 09:38:55 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77147 invoked from network); 20 Oct 2005 09:38:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Oct 2005 09:38:54 -0000 Received: (qmail 35648 invoked by uid 500); 20 Oct 2005 09:38:54 -0000 Delivered-To: [email protected] Received: (qmail 35594 invoked by uid 500); 20 Oct 2005 09:38:53 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 35582 invoked by uid 99); 20 Oct 2005 09:38:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2005 02:38:53 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail.gmx.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 20 Oct 2005 02:38:53 -0700 Received: (qmail 31169 invoked by uid 0); 20 Oct 2005 09:38:31 -0000 Received: from 161.129.204.104 by www6.gmx.net with HTTP; Thu, 20 Oct 2005 11:38:31 +0200 (MEST) Date: Thu, 20 Oct 2005 11:38:31 +0200 (MEST) From: "Boris Unckel" <[email protected]> To: Logging General <[email protected]> MIME-Version: 1.0 Subject: Re: JULI proposal X-Priority: 3 (Normal) X-Authenticated: #143822 Message-ID: <[email protected]> X-Mailer: WWW-Mail 1.6 (Global Message Exchange) X-Flags: 0001 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Good Morning, Yoav Shapira wrote: >>>>It would be very easy for JCL to support JULI, they would recognize it by >>>>the system property. > >> >> >>This is the exact kind of trap that leads to nightmares in the Tomcat world >>when some webapps want JULI and some don't but there's only one system >>property. This is exactly what I mean when I say from the Tomcat perspective >>the current tomcat JULI is the bare minimum, and anything above it (numerous >>things have been tried) has led us to complications. >> The system property to recognize JULI is a misunderstanding: JULI is behind jul: User perspective: java.util.logging.Logger myLoggerForMyWebAppClass = java.util.logging.Logger.getLogger("MyWebAppClass"); There should be never a import org.apache.juli.*/** in user code. Current Tomcat JULI and the one provided by me do not differ in the way jul loads them during the bootstrap phase (via static constructor inside java.util.logging.LogFactory). This is the official, documented, and intended way of SUN to do this. JCL could decide for one JVM instance to use a wrapper class to jul or to recognize JULI is behind the scene (in JCL mode) and cast the Logger class to jcl.Log. If JULI is running configured for JCL and JCL is not prepared for this, it will change nothing, the jcl.impl.JDK14Logger will work fine. JULI is not a YALI - yet another logging implementation. It is an add-on to the current java.util.logging.* User code will not change if JULI is present or not (neither compile-time nor runtime) >>I'd suggest your enhancements to the JDK team via their BugParade. If they're >>really as simple and valuable as you suggest, they should be integrated into >>java.util.logging within the next JSE 5 update or so. >> :-) Hm, once there was Logger inside the Apache world and JDK 1.3 had no logger. Sun (or the JCP) did not take the code but the concepts for brewing their own cocktail for JDK1.4. I do not believe that Sun or the JCP will do anything about it. Open source is one step ahead of the JSE and JEE world, but most things are not in the next JSE or JEE release. And that is exactly our market - one step ahead. >>Again, please don't take this personally. >> I don't. I am happy to discuss the usecase, strategy, system... Due to I never will get money for it, it is for learning and fun. If Apache formally rejects JULI I still can publish it elsewhere under the same license, with my personal copyright and by renaming the top level package. I still hope that logging.apache.org will be the home for JULI. Regards Boris From [email protected] Thu Oct 20 13:19:05 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84983 invoked from network); 20 Oct 2005 13:19:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Oct 2005 13:19:04 -0000 Received: (qmail 40085 invoked by uid 500); 20 Oct 2005 13:19:04 -0000 Delivered-To: [email protected] Received: (qmail 39956 invoked by uid 500); 20 Oct 2005 13:19:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 39945 invoked by uid 99); 20 Oct 2005 13:19:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2005 06:19:02 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO web40622.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 20 Oct 2005 06:19:02 -0700 Received: (qmail 30070 invoked by uid 60001); 20 Oct 2005 13:18:41 -0000 Message-ID: <[email protected]> Received: from [161.129.204.104] by web40622.mail.yahoo.com via HTTP; Thu, 20 Oct 2005 06:18:40 PDT X-RocketYMMF: yoavs1 Date: Thu, 20 Oct 2005 06:18:40 -0700 (PDT) From: Yoav Shapira <[email protected]> Reply-To: [email protected] Subject: Re: LS BoF at ApacheCon US 2005 To: Logging General <[email protected]> In-Reply-To: <002b01c5d53c$91722c60$9d04fea9@hogwarts> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, Still assuming I'll make it there (our semester ends on 12/15, so ApacheCon has horrendous timing with regards to final exams, final projects, etc. ;(), I'd prefer 8:30pm on Monday as well. Yoav --- Mark Womack <[email protected]> wrote: > They are planning BoF's for ApacheCon. > > On Monday or Tuesday at either 8:30pm or 9:30pm and they should run for > about an hour. Does anyone have a preference day/time wise? I'm for Monday > 8:30. > > -Mark > > > Yoav Shapira System Design and Management Fellow MIT Sloan School of Management Cambridge, MA, USA [email protected] / www.yoavshapira.com From [email protected] Thu Oct 20 13:26:36 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94658 invoked from network); 20 Oct 2005 13:26:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Oct 2005 13:26:35 -0000 Received: (qmail 53658 invoked by uid 500); 20 Oct 2005 13:26:34 -0000 Delivered-To: [email protected] Received: (qmail 53614 invoked by uid 500); 20 Oct 2005 13:26:34 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 53602 invoked by uid 99); 20 Oct 2005 13:26:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2005 06:26:34 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [161.129.204.104] (HELO web40603.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 20 Oct 2005 06:26:32 -0700 Received: (qmail 88272 invoked by uid 60001); 20 Oct 2005 13:26:11 -0000 Message-ID: <[email protected]> Received: from [161.129.204.104] by web40603.mail.yahoo.com via HTTP; Thu, 20 Oct 2005 06:26:11 PDT X-RocketYMMF: yoavs1 Date: Thu, 20 Oct 2005 06:26:11 -0700 (PDT) From: Yoav Shapira <[email protected]> Reply-To: [email protected] Subject: Re: JULI proposal To: Logging General <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, > The system property to recognize JULI is a misunderstanding: > JULI is behind jul: > User perspective: > java.util.logging.Logger myLoggerForMyWebAppClass = > java.util.logging.Logger.getLogger("MyWebAppClass"); Right, which is why I see it as a java.util.logging extension. > Current Tomcat JULI and the one provided by me do not differ in the way jul > loads them during the bootstrap phase (via static constructor inside > java.util.logging.LogFactory). This is the official, documented, and > intended way of SUN to do this. Yup, we know, that's why we did it that way for Tomcat. > JCL could decide for one JVM instance to use a wrapper class to jul or to The JVM instance is the wrong granularity: we want to enable per-webapp differences within the same JVM instance. > JULI is not a YALI - yet another logging implementation. It is an add-on to > the current java.util.logging.* I'd argue it is YALI, but that's getting into semantic details. > :-) Hm, once there was Logger inside the Apache world and JDK 1.3 had no > logger. Sun (or the JCP) did not take the code but the concepts > for brewing their own cocktail for JDK1.4. I do not believe that Sun or the > JCP will do anything about it. Give it a shot. JSE 5 has been much better at incorporating these things on a timely basis. > Open source is one step ahead of the JSE and JEE world, but most things are > not in the next JSE or JEE release. Right, except what you're suggesting is a direct extension to an existing JSE API that is along the lines of announced plans by Sun for that JSE API. > If Apache formally rejects JULI I still can publish it elsewhere > under the same license, with my personal copyright and by renaming > the top level package. I would go ahead and publish it. Feel free to advertise it on the logging and tomcat user lists, see what kind of feedback and adoption occur. And I would also put in a BugParade RFE with these enhancements, if only so you can get some credit when Sun does this in JSE 5 Update 5 or 6. Yoav Yoav Shapira System Design and Management Fellow MIT Sloan School of Management Cambridge, MA, USA [email protected] / www.yoavshapira.com From [email protected] Thu Oct 20 15:06:16 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49211 invoked from network); 20 Oct 2005 15:06:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Oct 2005 15:06:15 -0000 Received: (qmail 78750 invoked by uid 500); 20 Oct 2005 15:06:14 -0000 Delivered-To: [email protected] Received: (qmail 78603 invoked by uid 500); 20 Oct 2005 15:06:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 78592 invoked by uid 99); 20 Oct 2005 15:06:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2005 08:06:12 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail.gmx.net) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 20 Oct 2005 08:06:11 -0700 Received: (qmail 8433 invoked by uid 0); 20 Oct 2005 15:05:50 -0000 Received: from 161.129.204.104 by www14.gmx.net with HTTP; Thu, 20 Oct 2005 17:05:50 +0200 (MEST) Date: Thu, 20 Oct 2005 17:05:50 +0200 (MEST) From: "Boris Unckel" <[email protected]> To: [email protected] MIME-Version: 1.0 References: <[email protected]> Subject: Re: JULI proposal X-Priority: 3 (Normal) X-Authenticated: #143822 Message-ID: <[email protected]> X-Mailer: WWW-Mail 1.6 (Global Message Exchange) X-Flags: 0001 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello Yoav, just a short comment on the details, my major interested is documented at the bottom: > Yup, we know, that's why we did it that way for Tomcat. > > > JCL could decide for one JVM instance to use a wrapper class to jul or > to > > The JVM instance is the wrong granularity: we want to enable per-webapp > differences within the same JVM instance. This is (and will be) not different for JCL users. The switch is _not_ using log4j or jul or JULI JVM wide. The switch is: if(jul is selected (auto or by config) && JULI present){ // do not use internal wrapper class // but native jul and a cast to jcl.LOG } else { // use internal wrapper class for jul } This is a very optional part of JULI for me. If opions/argues/tests say that it is not good, the two classes can be easily removed. That is the same for slf4j. > > > JULI is not a YALI - yet another logging implementation. It is an add-on > to > > the current java.util.logging.* > > I'd argue it is YALI, but that's getting into semantic details. The acronym has a very negative touch, but I brought it in... JULI extends the freedom of choice for the user who is developing a new program/API (jul is mainly not considered because of the poor set of JDK delivered formatters/handlers/filters). Existing users of jul have new opportunities with JULI. Existing users of log4j will not migrate because the migration has no benefit. Existing users of a wrapper have to check if they have a benefit or not to add JULI to their environments. > I would go ahead and publish it. Feel free to advertise it on the logging > and > tomcat user lists, see what kind of feedback and adoption occur. And I > would > also put in a BugParade RFE with these enhancements, if only so you can > get > some credit when Sun does this in JSE 5 Update 5 or 6. I will remember this if an official vote ends with -1. Out there: Are there other opinions? I have spent several dozen hours to port, test, create the ant script, document, check with checkstyle and findbugs etc. The main sources of JULI are from Apache so I want to bring it to Apache. I understand your argumentation (not meaning that I agree) but I hope that members of the logging PMC will take the time for a vote (which has the quality based on looking at the code, test once and not just reading the small proposal HTML). Best regards Boris From [email protected] Thu Oct 20 21:31:11 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49964 invoked from network); 20 Oct 2005 21:31:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Oct 2005 21:31:00 -0000 Received: (qmail 43680 invoked by uid 500); 20 Oct 2005 21:30:59 -0000 Delivered-To: [email protected] Received: (qmail 43641 invoked by uid 500); 20 Oct 2005 21:30:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Reply-To: "Logging General" <[email protected]> List-Id: <general.logging.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 43625 invoked by uid 99); 20 Oct 2005 21:30:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2005 14:30:58 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO smtp-out.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2005 14:30:57 -0700 Received: from lois.corp.google.com (lois.corp.google.com [161.129.204.104]) by smtp-out.google.com with ESMTP id j9KLUYS2023461 for <[email protected]>; Thu, 20 Oct 2005 14:30:34 -0700 Received: from smtp-out2.google.com (fpe11.prod.google.com [161.129.204.104]) by lois.corp.google.com with ESMTP id j9KLRXsl007524 for <[email protected]>; Thu, 20 Oct 2005 14:30:29 -0700 Received: by smtp-out2.google.com with SMTP id 11so48917fpe for <[email protected]>; Thu, 20 Oct 2005 14:30:29 -0700 (PDT) Received: by 161.129.204.104 with SMTP id 11mr55665fpe; Thu, 20 Oct 2005 14:30:29 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 20 Oct 2005 14:30:29 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 20 Oct 2005 14:30:29 -0700 From: Mark Womack <[email protected]> Sender: [email protected] To: Logging General <[email protected]>, [email protected] Subject: Re: LS BoF at ApacheCon US 2005 In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1183_18184535.1129843829113" References: <002b01c5d53c$91722c60$9d04fea9@hogwarts> <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_1183_18184535.1129843829113 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I requested that day/time with a fallback to 9:30. I figured Monday is better than Tuesday. I hope folks can make it to the conference! I agree the timing is not ideal= , but it sounds like we are lucky there was a US conference this year. I'm flying in Sunday afternoon (10/11) and will be leaving Wednesday evenin= g (10/14). -Mark On 10/20/05, Yoav Shapira <[email protected]> wrote: > > Hi, > Still assuming I'll make it there (our semester ends on 12/15, so > ApacheCon has > horrendous timing with regards to final exams, final projects, etc. ;(), > I'd > prefer 8:30pm on Monday as well. > > Yoav > > --- Mark Womack <[email protected]> wrote: > > > They are planning BoF's for ApacheCon. > > > > On Monday or Tuesday at either 8:30pm or 9:30pm and they should run for > > about an hour. Does anyone have a preference day/time wise? I'm for > Monday > > 8:30. > > > > -Mark > > > > > > > > > Yoav Shapira > System Design and Management Fellow > MIT Sloan School of Management > Cambridge, MA, USA > [email protected] / www.yoavshapira.com <http://www.yoavshapira.com> > ------=_Part_1183_18184535.1129843829113 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I requested that day/time with a fallback to 9:30.&nbsp; I figured Monday i= s better than Tuesday.<br> <br> I hope folks can make it to the conference!&nbsp; I agree the timing is not ideal, but it sounds like we are lucky there was a US conference this year.<br> <br> I'm flying in Sunday afternoon (10/11) and will be leaving Wednesday evenin= g (10/14).<br> <br> -Mark<br><br><div><span class=3D"gmail_quote">On 10/20/05, <b class=3D"gmai= l_sendername">Yoav Shapira</b> &lt;<a href=3D"mailto:[email protected]">yoav= [email protected]</a>&gt; wrote:</span><blockquote class=3D"gmail_quote" style= =3D"border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; p= adding-left: 1ex;"> Hi,<br>Still assuming I'll make it there (our semester ends on 12/15, so Ap= acheCon has<br>horrendous timing with regards to final exams, final project= s, etc. ;(), I'd<br>prefer 8:30pm on Monday as well.<br><br>Yoav<br><br> --- Mark Womack &lt;<a href=3D"mailto:[email protected]">[email protected]= g</a>&gt; wrote:<br><br>&gt; They are planning BoF's for ApacheCon.<br>&gt;= <br>&gt; On Monday or Tuesday at either 8:30pm or 9:30pm and they should ru= n for <br>&gt; about an hour.&nbsp;&nbsp;Does anyone have a preference day/time w= ise?&nbsp;&nbsp;I'm for Monday<br>&gt; 8:30.<br>&gt;<br>&gt; -Mark<br>&gt;<= br>&gt;<br>&gt;<br><br><br>Yoav Shapira<br>System Design and Management Fel= low<br>MIT Sloan School of Management <br>Cambridge, MA, USA<br><a href=3D"mailto:[email protected]">yoavs@compu= ter.org</a> / <a href=3D"http://www.yoavshapira.com">www.yoavshapira.com</a= ><br></blockquote></div><br> ------=_Part_1183_18184535.1129843829113--
From [email protected] Fri May 06 07:47:15 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49652 invoked from network); 6 May 2005 07:47:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 May 2005 07:47:15 -0000 Received: (qmail 48188 invoked by uid 500); 6 May 2005 07:49:26 -0000 Delivered-To: [email protected] Received: (qmail 48043 invoked by uid 500); 6 May 2005 07:49:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk Reply-To: [email protected] list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 48006 invoked by uid 99); 6 May 2005 07:49:22 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from kelly.andreas-ernst.de (HELO kelly.andreas-ernst.de) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 06 May 2005 00:49:22 -0700 Received: from localhost (localhost [161.129.204.104]) by kelly.andreas-ernst.de (Postfix) with ESMTP id 2AD0C60603 for <[email protected]>; Fri, 6 May 2005 09:46:45 +0200 (CEST) Received: from kelly.andreas-ernst.de ([161.129.204.104]) by localhost (kelly [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id 02061-07 for <[email protected]>; Fri, 6 May 2005 09:46:44 +0200 (CEST) Received: from [161.129.204.104] (ae.ae-online.de [161.129.204.104]) by kelly.andreas-ernst.de (Postfix) with ESMTP id E5ECFEE47 for <[email protected]>; Fri, 6 May 2005 09:46:43 +0200 (CEST) Message-ID: <[email protected]> Date: Fri, 06 May 2005 09:46:43 +0200 From: Andreas Ernst <[email protected]> Organization: Andreas Ernst Publishing & Software User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.7.7) Gecko/20050414 X-Accept-Language: de, en MIME-Version: 1.0 To: [email protected] Subject: IO error encountered - skipping file deletion Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by [email protected] X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, since a few hours i have this error: IO error encountered - skipping file deletion Something wrong with the server? Andreas From [email protected] Mon May 09 23:19:45 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15439 invoked from network); 9 May 2005 23:19:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 May 2005 23:19:45 -0000 Received: (qmail 87455 invoked by uid 500); 9 May 2005 23:23:03 -0000 Delivered-To: [email protected] Received: (qmail 87417 invoked by uid 500); 9 May 2005 23:23:02 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk Reply-To: [email protected] list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 87400 invoked by uid 99); 9 May 2005 23:23:02 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from chi.spunge.org (HELO chi.spunge.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 09 May 2005 16:23:02 -0700 Received: from [161.129.204.104] (ben.spunge.org [161.129.204.104]) by chi.spunge.org (8.13.2/8.13.2) with ESMTP id j49NJcJR017582 for <[email protected]>; Mon, 9 May 2005 18:19:38 -0500 Message-ID: <[email protected]> Date: Mon, 09 May 2005 18:24:13 -0500 From: Benji Spencer <[email protected]> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913 X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Subject: Re: IO error encountered - skipping file deletion References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: milter-7bit/0.2.31 (chi.spunge.org [161.129.204.104]); Mon, 09 May 2005 18:19:38 -0500 X-milter-7bit-PASS: YES X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Andreas yep -- hard drive is dying. Benji Andreas Ernst wrote: > Hello, > > since a few hours i have this error: > > IO error encountered - skipping file deletion > > > Something wrong with the server? > > Andreas > -- Benji Spencer -- [email protected] http://www.spunge.org From [email protected] Tue May 10 08:12:11 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97790 invoked from network); 10 May 2005 08:12:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 May 2005 08:12:11 -0000 Received: (qmail 36145 invoked by uid 500); 10 May 2005 08:15:30 -0000 Delivered-To: [email protected] Received: (qmail 36104 invoked by uid 500); 10 May 2005 08:15:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk Reply-To: [email protected] list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 36088 invoked by uid 99); 10 May 2005 08:15:29 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from kelly.andreas-ernst.de (HELO kelly.andreas-ernst.de) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 10 May 2005 01:15:29 -0700 Received: from localhost (localhost [161.129.204.104]) by kelly.andreas-ernst.de (Postfix) with ESMTP id E4EC8504ED for <[email protected]>; Tue, 10 May 2005 10:12:00 +0200 (CEST) Received: from kelly.andreas-ernst.de ([161.129.204.104]) by localhost (kelly [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id 08258-04 for <[email protected]>; Tue, 10 May 2005 10:11:59 +0200 (CEST) Received: from [161.129.204.104] (ae.ae-online.de [161.129.204.104]) by kelly.andreas-ernst.de (Postfix) with ESMTP id A9D6647162 for <[email protected]>; Tue, 10 May 2005 10:11:59 +0200 (CEST) Message-ID: <[email protected]> Date: Tue, 10 May 2005 10:11:58 +0200 From: Andreas Ernst <[email protected]> Organization: Andreas Ernst Publishing & Software User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.7.7) Gecko/20050414 X-Accept-Language: de, en MIME-Version: 1.0 To: [email protected] Subject: Re: IO error encountered - skipping file deletion References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by [email protected] X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Benji Spencer schrieb: > Andreas > > yep -- hard drive is dying. > > Benji > > Andreas Ernst wrote: > >> Hello, >> >> since a few hours i have this error: >> >> IO error encountered - skipping file deletion >> >> >> Something wrong with the server? >> >> Andreas >> The problem does not occur any more. I think it was a temporary problem. Andreas From [email protected] Fri May 20 04:35:14 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45488 invoked from network); 20 May 2005 04:35:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 May 2005 04:35:14 -0000 Received: (qmail 11466 invoked by uid 500); 20 May 2005 04:35:12 -0000 Delivered-To: [email protected] Received: (qmail 11377 invoked by uid 500); 20 May 2005 04:35:10 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk Reply-To: [email protected] list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <mirrors.apache.org> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 13974 invoked by uid 99); 19 May 2005 22:22:20 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Date: Thu, 19 May 2005 16:21:54 -0500 To: [email protected] Subject: Update to Mirror Message-ID: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: DePaul University X-PGP-KeyID: 0x7ACBCFF3 X-PGP-Fingerprint: C022 4991 41E5 51E7 683C F765 62F7 7F8E 7ACB CFF3 X-Primary-Address: [email protected] X-Old-Address: [email protected] From: Eric Pancer <[email protected]> X-Delivery-Agent: TMDA/1.0.3 (Seattle Slew) X-TMDA-Fingerprint: mTmgtzzO7dPGeSA75YwVUveKrec Reply-To: Eric Pancer <[email protected]> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 We now offer http:// access to our mirror of Apache. URL: <http://mirror.sg.depaul.edu/> <ftp://mirror.sg.depaul.edu/> Country: United States Contact: <[email protected]> Update: 4 hrs rsync: rsync.apache.org Appro b/w: 200Mbps Internet / 1000Mbps Internet2 Recommended config: yes Mailing list subscrptn: yes We are also available on both IPv4 and IPv6. Our logo is: <http://security.depaul.edu/images/logo/dplogo-blue-small.gif> - -- Eric Pancer : Computer Security Response Team : DePaul University http://security.depaul.edu/ .:!acf:4db6:5e0b:f386:43a5:35d7:718d:3c8b!:.:!:. [email protected] 1024D/7ACBCFF3 C022 4991 41E5 51E7 683C F765 62F7 7F8E 7ACB CFF3 -----BEGIN PGP SIGNATURE----- iQEVAwUBQo0DcRg79iScdnghAQJqUwf9Gc9tON+z/VW3dVQ+QWzWELpgCWCb0MZf DH6SBTqfMKhNZ+3g2su/SYGh8Sp+x0v0XFAMRAuIhseWbliU+/TqN4ZOYKC8oZRd 4h6vXLtkeDoRpmHIh6hGcPtergdy1/BlR9uY5/9dX6MHPOGQ+CEZlHfjIKARk5Dw nWND5fiArFaSKQjCp6Je/h/Xo2A+QQNyKtGbkU09m+iGAuoAuXgu4wKo0UimJeTi lnQkUpy2/8BvBvRZ3Tu/0ErpqPVLBIzaAIaESaGt7Ra/8nDtd+pQ7FpAwmjxJc+a BTllWPuGfsdOzJVsZ6DjiaHCnGgXaSrNXdNvYfzzktUG8xtp4uO7hA== =3iOO -----END PGP SIGNATURE----- From [email protected] Thu May 26 16:43:09 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74903 invoked from network); 26 May 2005 16:43:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 May 2005 16:43:09 -0000 Received: (qmail 45477 invoked by uid 500); 26 May 2005 16:42:42 -0000 Delivered-To: [email protected] Received: (qmail 45419 invoked by uid 500); 26 May 2005 16:42:41 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk Reply-To: [email protected] list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <mirrors.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 45402 invoked by uid 99); 26 May 2005 16:42:40 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from irc.netsplit.ca (HELO hercules.sasknet.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 26 May 2005 09:42:38 -0700 Received: (qmail 721 invoked by uid 509); 26 May 2005 12:42:35 -0400 Received: from 161.129.204.104 by hercules.sasknet.org (envelope-from <[email protected]>, uid 508) with qmail-scanner-1.25-st-qms (clamdscan: 0.85/882. spamassassin: 3.0.2. perlscan: 1.25-st-qms. Clear:RC:0(161.129.204.104):SA:0(-2.4/5.0):. Processed in 0.715318 secs); 26 May 2005 16:42:35 -0000 X-Spam-Status: No, hits=-2.4 required=5.0 X-Antivirus-hercules.sasknet.org-Mail-From: [email protected] via hercules.sasknet.org X-Antivirus-hercules.sasknet.org: 1.25-st-qms (Clear:RC:0(161.129.204.104):SA:0(-2.4/5.0):. Processed in 0.715318 secs Process 712) Received: from hssxrg216-197-160-213.sasknet.sk.ca (HELO ?161.129.204.104?) ([email protected]@161.129.204.104) by hercules.sasknet.org with SMTP; 26 May 2005 12:42:33 -0400 Message-ID: <[email protected]> Date: Thu, 26 May 2005 10:42:27 -0600 From: Alex Marz <[email protected]> User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Subject: qmail.sasknet.org being turned down Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, I just wanted to inform the list ( and the powers that may be ) that I will need to discontinue providing http://apache.sasknet.org. The DNS will need to be removed in approx 24 hrs. My apologies for this inconvenience. Alex Marz From [email protected] Thu May 26 16:45:09 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75699 invoked from network); 26 May 2005 16:45:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 May 2005 16:45:09 -0000 Received: (qmail 53937 invoked by uid 500); 26 May 2005 16:45:06 -0000 Delivered-To: [email protected] Received: (qmail 53913 invoked by uid 500); 26 May 2005 16:45:06 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk Reply-To: [email protected] list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <mirrors.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 53891 invoked by uid 99); 26 May 2005 16:45:06 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from irc.netsplit.ca (HELO hercules.sasknet.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 26 May 2005 09:45:04 -0700 Received: (qmail 816 invoked by uid 509); 26 May 2005 12:44:41 -0400 Received: from 161.129.204.104 by hercules.sasknet.org (envelope-from <[email protected]>, uid 508) with qmail-scanner-1.25-st-qms (clamdscan: 0.85/882. spamassassin: 3.0.2. perlscan: 1.25-st-qms. Clear:RC:0(161.129.204.104):SA:0(-2.5/5.0):. Processed in 16.903955 secs); 26 May 2005 16:44:41 -0000 X-Spam-Status: No, hits=-2.5 required=5.0 X-Antivirus-hercules.sasknet.org-Mail-From: [email protected] via hercules.sasknet.org X-Antivirus-hercules.sasknet.org: 1.25-st-qms (Clear:RC:0(161.129.204.104):SA:0(-2.5/5.0):. Processed in 16.903955 secs Process 802) Received: from hssxrg216-197-160-213.sasknet.sk.ca (HELO ?161.129.204.104?) ([email protected]@161.129.204.104) by hercules.sasknet.org with SMTP; 26 May 2005 12:44:23 -0400 Message-ID: <[email protected]> Date: Thu, 26 May 2005 10:44:13 -0600 From: Alex Marz <[email protected]> User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Subject: Correction.. Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N The last subject of my e-mail was supposed to say apache.sasknet.org... Its been a long day :-\ Alex From [email protected] Thu May 26 22:12:26 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 54086 invoked from network); 26 May 2005 22:12:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 May 2005 22:12:26 -0000 Received: (qmail 39366 invoked by uid 500); 26 May 2005 22:12:24 -0000 Delivered-To: [email protected] Received: (qmail 39342 invoked by uid 500); 26 May 2005 22:12:23 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk Reply-To: [email protected] list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <mirrors.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 39326 invoked by uid 99); 26 May 2005 22:12:23 -0000 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=FORGED_RCVD_HELO,NO_REAL_NAME,SPF_HELO_PASS,X_PRIORITY_HIGH X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from 200-32-4-162.prima.net.ar (HELO phoenix.adcserver.com.ar) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 26 May 2005 15:12:21 -0700 Received: from www.adcserver.com.ar (localhost [161.129.204.104]) by phoenix.adcserver.com.ar (Postfix) with ESMTP id 840491F402E for <[email protected]>; Thu, 26 May 2005 19:18:16 -0300 (ART) Received: from 161.129.204.104 (SquirrelMail authenticated user [email protected]) by adcserver.com.ar with HTTP; Thu, 26 May 2005 19:18:16 -0300 (ART) Message-ID: <[email protected]> Date: Thu, 26 May 2005 19:18:16 -0300 (ART) Subject: New Mirror (Sun 22-MAY-05) From: [email protected] To: [email protected] User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 1 (Highest) Importance: High X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N URL of mirror: 1) http://apache.adcserver.com.ar/ <http://apache.adcserver.com.ar/> and/or 2) http://apache.adcserver.com/ <http://apache.adcserver.com/> and/or 3) http://apache.adcs.com.ar/ <http://apache.adcs.com.ar/> Country where the mirror is located: Buenos Aires, ARGENTINA (Prima Datecenter) Contact email address: 1) [email protected] and/or 2) [email protected] and/or 3) [email protected] Update frequency: Everyday Rsync repository used: rsync.apache.orgacf:4db6:5e0b:f386:43a5:35d7:718d:3c8bpache-dist Approximate bandwidth: 10 Mbp/s NATIONAL & 1 Mbp/s INTERNATIONAL I have followed the recommended configuration for my mirror (yes/no): YES I have subscribed to the mirror maintainers mailing list (yes/no): YES Tech. specifications: Intel Celeron 2.6, with 256 Mb RAM and 120 Gb of Capacity IP's: 161.129.204.104 & 161.129.204.104 Juan Mateo Cassiet | SysAdmin ADCServer Consulting Group From [email protected] Fri May 27 23:31:03 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97226 invoked from network); 27 May 2005 23:31:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 27 May 2005 23:31:02 -0000 Received: (qmail 56464 invoked by uid 500); 27 May 2005 23:31:00 -0000 Delivered-To: [email protected] Received: (qmail 56439 invoked by uid 500); 27 May 2005 23:30:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk Reply-To: [email protected] list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <mirrors.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 56424 invoked by uid 99); 27 May 2005 23:30:59 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from host076158.metrored.net.mx (HELO inca.gob.mx) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 27 May 2005 16:30:57 -0700 Received: from gespinosa.incarural (unknown [161.129.204.104]) by inca.gob.mx (Postfix) with ESMTP id DF0857AC062 for <[email protected]>; Fri, 27 May 2005 18:30:43 -0500 (CDT) From: Gabriel Espinosa de los Monteros <[email protected]> Organization: INCA RURAL To: [email protected] Subject: temporaily off line advise Date: Fri, 27 May 2005 18:27:55 -0500 User-Agent: KMail/1.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <[email protected]> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N The mirror http://www.sinacatri.gob.mx/apache is going to be temporarily off line until monday morning at 9 a.m. for electrical reparations. thanks
From [email protected] Wed Dec 09 00:01:01 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91097 invoked from network); 9 Dec 2009 00:01:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Dec 2009 00:01:01 -0000 Received: (qmail 17337 invoked by uid 500); 9 Dec 2009 00:01:01 -0000 Delivered-To: [email protected] Received: (qmail 17300 invoked by uid 500); 9 Dec 2009 00:01:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <empire-db-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 17291 invoked by uid 99); 9 Dec 2009 00:01:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 00:01:00 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-yw0-f183.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 00:00:53 +0000 Received: by ywh13 with SMTP id 13so6723805ywh.29 for <[email protected]>; Tue, 08 Dec 2009 16:00:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=vUBo/sV6jvoBNat02aNFPR14ZE76HnHEy/8JdN7I7nk=; b=rjFzOvxJvvjQ9pmFAWIspxeUaQVR7WNEmHMtBVP7zyboakRN/SbQ/YEJ0rzaql91GT ufoaSe3cj0arlK0O55UM+UuptGHNMGl7ykIyfUMXF1q4LOvcl+PWHOhYzNJ7YFh7AXxl Ex5L9dwWtnJnmKpEst30pUbvrRKzUkNxj5+5o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=rMXgkvpW9q1aMK5YST4KWgFVtvr5ghAjnoUK2LDpCvDPhGcx0VCVcJCtSFEqZV3aGj +JlInIX3QvvdLwT/G1fsinl6uWCXBe5Jiotp4ur8qTb7uQWX6+DwLlhDWS7wU7EC4OsS XFpEfjjnALUo95PqJjuTb9QA0L0AotTk34haI= MIME-Version: 1.0 Sender: [email protected] Received: by 161.129.204.104 with SMTP id z13mr15207701yba.23.1260316829411; Tue, 08 Dec 2009 16:00:29 -0800 (PST) Date: Tue, 8 Dec 2009 21:00:29 -0300 X-Google-Sender-Auth: 31ac631906eb5e93 Message-ID: <[email protected]> Subject: How do I construct this select (with sub-select column), please? From: andrew cooke <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I thought I had done this before, but now I can't work out what I did. I would like to construct this query, given that the appropriate tables etc are defined: select ARTISTS.id, ARTISTS.value from ARTISTS left join (select ARTIST_CANONICAL.artist from ARTIST_CANONICAL join LFM_ARTIST_TAGS on ARTIST_CANONICAL.canonical = LFM_ARTIST_TAGS.source) as X on ARTISTS.id = X.artist where X.artist is null; In case it helps, the logic is that I want the rows from ARTISTS that do not have any link, via the association table ARTIST_CANONICAL, with LFM_ARTIST_TAGS. It's all "trivial" except for "ARTISTS.id = X.artist" - I have a DBCommand that represents X, but it has no attribute for the column. Somehow I need to convert the command to something that is table-like (I think). Thanks, Andrew From [email protected] Wed Dec 09 09:15:46 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3504 invoked from network); 9 Dec 2009 09:15:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Dec 2009 09:15:46 -0000 Received: (qmail 45479 invoked by uid 500); 9 Dec 2009 09:15:46 -0000 Delivered-To: [email protected] Received: (qmail 45442 invoked by uid 500); 9 Dec 2009 09:15:46 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <empire-db-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 45433 invoked by uid 99); 9 Dec 2009 09:15:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 09:15:45 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-yx0-f174.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 09:15:38 +0000 Received: by yxe4 with SMTP id 4so5509902yxe.32 for <[email protected]>; Wed, 09 Dec 2009 01:15:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=maa3wGiAFe+3B9LS7wg8QZTustm9V7P5629bSB2Io/E=; b=kskpBn2/K+QV0Yl0hwK08vzubWOIEqDOjPS/ds1wF8tpI+E4VdrQEPh1De04vjSl0U Lq1mqJ7nl44m+MV1rVBaf6t4PTawqRF/CNkmm8W9eYdzweOtNz7GFuLUVRcDYza55fRz q5wcFi8f2wgt0JYPxRXp1l/3CL4ypx64Yh9rE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=m93aLZnKVGfiFnImlQV2T4uMQTSBMwY0/Sj7zfuI+l5vHZMNSVxHT9xlz4RqQaC9Rs ba4lImyiboI6tEQqb/86HGMQyYn3WDcNgHhoOPbtA8a71JG+J/GZfwUDVqzOSn7e1DPY sJAArqwuJTBAqn4/CyomlREk9vw07qaIEisJI= MIME-Version: 1.0 Sender: [email protected] Received: by 161.129.204.104 with SMTP id u16mr2904048ybu.149.1260350117792; Wed, 09 Dec 2009 01:15:17 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> Date: Wed, 9 Dec 2009 06:15:17 -0300 X-Google-Sender-Auth: f93c326af6bcd500 Message-ID: <[email protected]> Subject: Re: How do I construct this select (with sub-select column), please? From: andrew cooke <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Ah, sorry, this is the same as the prev Query here (use DBQuery). Please ignore, Andrew. 2009/12/8 andrew cooke <[email protected]>: > Hi, > > I thought I had done this before, but now I can't work out what I did. > =A0I would like to construct this query, given that the appropriate > tables etc are defined: > > select ARTISTS.id, ARTISTS.value > =A0from ARTISTS > =A0left join (select ARTIST_CANONICAL.artist > =A0 =A0 =A0 =A0 =A0 =A0 =A0 from ARTIST_CANONICAL > =A0 =A0 =A0 =A0 =A0 =A0 =A0 join LFM_ARTIST_TAGS > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 on ARTIST_CANONICAL.canonical =3D LFM_ART= IST_TAGS.source) as X > =A0 =A0on ARTISTS.id =3D X.artist > =A0where X.artist is null; > > In case it helps, the logic is that I want the rows from ARTISTS that > do not have any link, via the association table ARTIST_CANONICAL, with > LFM_ARTIST_TAGS. > > It's all "trivial" except for "ARTISTS.id =3D X.artist" - I have a > DBCommand that represents X, but it has no attribute for the column. > Somehow I need to convert the command to something that is table-like > (I think). > > Thanks, > Andrew > From [email protected] Wed Dec 09 09:18:44 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4170 invoked from network); 9 Dec 2009 09:18:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Dec 2009 09:18:43 -0000 Received: (qmail 48585 invoked by uid 500); 9 Dec 2009 09:18:43 -0000 Delivered-To: [email protected] Received: (qmail 48558 invoked by uid 500); 9 Dec 2009 09:18:43 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <empire-db-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 48549 invoked by uid 99); 9 Dec 2009 09:18:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 09:18:43 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO fg-out-1718.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 09:18:41 +0000 Received: by fg-out-1718.google.com with SMTP id e12so499917fga.0 for <[email protected]>; Wed, 09 Dec 2009 01:18:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=5jVOtrzyJvFXoFPpahYxSq3NkRmJmlJFDLcKfx5kfUA=; b=bV13eJr069fV4yCXPh9RxwBNjFWIi2G9zLPqt+x3cI3mgqP/vKwyWWDQXVBzHS3rge ZmLEZ1fz1G97uNaJj0pZbHxKlQMSEpYqXn4MM96dQIrJAgWhU6vWEk2F7wClPpCQM48M RZqxZFdIe8ft0zW94rtNjXXX/cs3kLYctYElM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=lQvOIchzAeG9JQqINbe3fdtpWj8VcKkZ64kkvLnf8NEk8jhWgsKMeBUn0k38oFn/Xs 4X267Lc1wA2lnjyTqd1o9X/F0nfk7w0bCqQm84bXXDu3ZaoW6jDov1Qcc1xN4SPLujyc W9SlB60KzGpyFOdLmbEbHD2HBR7SbIO8rYcr0= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id s21mr1061836hbg.5.1260350299044; Wed, 09 Dec 2009 01:18:19 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Wed, 9 Dec 2009 10:18:18 +0100 Message-ID: <[email protected]> Subject: Re: How do I construct this select (with sub-select column), please? From: Francis De Brabandere <[email protected]> To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable We should set up a wiki page on converting sql queries to empire-db code. On Wed, Dec 9, 2009 at 10:15 AM, andrew cooke <[email protected]> wrote: > Ah, sorry, this is the same as the prev Query here (use DBQuery). > Please ignore, =A0Andrew. > > > 2009/12/8 andrew cooke <[email protected]>: >> Hi, >> >> I thought I had done this before, but now I can't work out what I did. >> =A0I would like to construct this query, given that the appropriate >> tables etc are defined: >> >> select ARTISTS.id, ARTISTS.value >> =A0from ARTISTS >> =A0left join (select ARTIST_CANONICAL.artist >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 from ARTIST_CANONICAL >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 join LFM_ARTIST_TAGS >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 on ARTIST_CANONICAL.canonical =3D LFM_AR= TIST_TAGS.source) as X >> =A0 =A0on ARTISTS.id =3D X.artist >> =A0where X.artist is null; >> >> In case it helps, the logic is that I want the rows from ARTISTS that >> do not have any link, via the association table ARTIST_CANONICAL, with >> LFM_ARTIST_TAGS. >> >> It's all "trivial" except for "ARTISTS.id =3D X.artist" - I have a >> DBCommand that represents X, but it has no attribute for the column. >> Somehow I need to convert the command to something that is table-like >> (I think). >> >> Thanks, >> Andrew >> > --=20 http://www.somatik.be Microsoft gives you windows, Linux gives you the whole house. From [email protected] Wed Dec 09 15:59:20 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66996 invoked from network); 9 Dec 2009 15:59:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 9 Dec 2009 15:59:20 -0000 Received: (qmail 41932 invoked by uid 500); 9 Dec 2009 15:59:20 -0000 Delivered-To: [email protected] Received: (qmail 41895 invoked by uid 500); 9 Dec 2009 15:59:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <empire-db-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 41885 invoked by uid 99); 9 Dec 2009 15:59:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 15:59:20 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.esteam.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 15:59:12 +0000 Content-class: urn:content-classes:message Subject: re: How do I construct this select (with sub-select column), please? MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Wed, 9 Dec 2009 16:58:48 +0100 Message-ID: <[email protected]> X-MimeOLE: Produced By Microsoft Exchange V6.5 In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: re: How do I construct this select (with sub-select column), please? Thread-Index: Acp4sDKI/O9Ymbn5QXi1YX1pJ1HzoQAN+wNA References: <[email protected]> <[email protected]> From: =?iso-8859-1?Q?Rainer_D=F6bele?= <[email protected]> To: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Hi Andrew, yes correct: DBQuery is the answer. There is an example for subqueries in the advanced sample application = provided with the distribution (empire-db-example-advanced). See = function querySample(...) in SampleAdvApp.java. Regards, Rainer=20 andrew cooke wrote: > Re: How do I construct this select (with sub-select column), > please? >=20 > Ah, sorry, this is the same as the prev Query here (use DBQuery). > Please ignore, Andrew. >=20 >=20 > 2009/12/8 andrew cooke <[email protected]>: > > Hi, > > > > I thought I had done this before, but now I can't work out what I > did. > > =A0I would like to construct this query, given that the appropriate > > tables etc are defined: > > > > select ARTISTS.id, ARTISTS.value > > =A0from ARTISTS > > =A0left join (select ARTIST_CANONICAL.artist > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 from ARTIST_CANONICAL > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 join LFM_ARTIST_TAGS > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 on ARTIST_CANONICAL.canonical =3D > LFM_ARTIST_TAGS.source) as X > > =A0 =A0on ARTISTS.id =3D X.artist > > =A0where X.artist is null; > > > > In case it helps, the logic is that I want the rows from ARTISTS = that > > do not have any link, via the association table ARTIST_CANONICAL, > with > > LFM_ARTIST_TAGS. > > > > It's all "trivial" except for "ARTISTS.id =3D X.artist" - I have a > > DBCommand that represents X, but it has no attribute for the column. > > Somehow I need to convert the command to something that is = table-like > > (I think). > > > > Thanks, > > Andrew > > From [email protected] Mon Dec 14 21:32:58 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96414 invoked from network); 14 Dec 2009 21:32:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 14 Dec 2009 21:32:58 -0000 Received: (qmail 77388 invoked by uid 500); 14 Dec 2009 21:32:58 -0000 Delivered-To: [email protected] Received: (qmail 77348 invoked by uid 500); 14 Dec 2009 21:32:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <empire-db-user.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 77339 invoked by uid 99); 14 Dec 2009 21:32:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Dec 2009 21:32:56 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.esteam.de) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Dec 2009 21:32:54 +0000 Content-class: urn:content-classes:message Subject: re: Samples Problem MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01CA7D04.EFA772C9" Date: Mon, 14 Dec 2009 22:32:28 +0100 Message-ID: <[email protected]> X-MimeOLE: Produced By Microsoft Exchange V6.5 In-Reply-To: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: re: Samples Problem thread-index: Acp88eW/5HlYlxqWQKOmAcWQCC6JbgAEZaFg References: <[email protected]> <[email protected]> <[email protected]> From: =?UTF-8?B?UmFpbmVyIETDtmJlbGU=?= <[email protected]> To: "phil barrett" <[email protected]> Cc: <[email protected]> This is a multi-part message in MIME format. ------_=_NextPart_001_01CA7D04.EFA772C9 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: base64 SGkgUGhpbCwNCg0KIA0KDQpJIGFtIHNvcnJ5IEkgZG9u4oCZdCBxdWl0ZSB1bmRlcnN0YW5kIHlv dXIgcXVlc3Rpb24uDQoNClllcywgdGhlIFNhbXBsZURCIGNsYXNzIGRlZmluZXMgdGhlIGRhdGEg bW9kZWwgYW5kIHRoZSBzYW1wbGUgd2lsbCBjcmVhdGUgc3VjaCBhIGRhdGFiYXNlIGlmIGl0IGRv ZXMgbm90IGV4aXN0Lg0KDQpJbiB0aGUgZGRsIHNhbXBsZSBmdW5jdGlvbiBhIGNvbHVtbiBpcyBw cm9ncmFtYXRpY2FsbHkgYWRkZWQgdG8gYSB0YWJsZSAoYnkgdXNpbmcgQUxURVIgVEFCTEUg4oCm KSBhbmQgdGhlbiBhIERCUmVjb3JkIG9iamVjdCBpcyB1c2VkIHRvIHJlYWQgLyBtb2RpZnkgcmVj b3JkcyBvZiB0aGF0IHRhYmxlLg0KDQogDQoNClRoZSBjcmVhdGlvbiBvZiB0aGUgREIgaXMgaGFu ZGxlZCBieSB0aGUgTXlTUUwgZHJpdmVyLiBJZiB5b3UgZmVlbCB0aGF0IHlvdSBuZWVkIG1vcmUg Y29udHJvbCBvdmVyIHRoZSBEREwgY3JlYXRpb24gcHJvY2VzcyBzaW1wbHkgZGVyaXZlIGEgY2xh c3MgZnJvbSBEQkRhdGFiYXNlRHJpdmVyTXlTUUwgYW5kIG92ZXJyaWRlIGdldERETFNjcmlwdCgp LiANCg0KQW5kIGlmIHlvdSB0aGluayB0aGF0IHlvdXIgaW1wcm92ZW1lbnRzIG1pZ2h0IGJlIG9m IHB1YmxpYyBpbnRlcmVzdCB0aGVuIHlvdSBjYW4gc2VuZCB1cyB5b3VyIGNvZGUgYW5kIHdlIG1p Z2h0IHB1Ymxpc2ggaXQuDQoNCiANCg0KSW4gb3JkZXIgdG8gbGV0IG90aGVyIHVzZXJzIGJlbmVm aXQgZnJvbSBvdXIgY29udmVyc2F0aW9uIEkgaGF2ZSBzZW50IGEgY29weSB0byB0aGUgZW1waXJl LWRiLXVzZXIgbWFpbGluZyBsaXN0Lg0KDQogDQoNClJlZ2FyZHMNCg0KUmFpbmVyDQoNCiANCg0K IA0KDQpWb246IHBoaWwgYmFycmV0dCBbbWFpbHRvOnBieDk5NTlAeWFob28uY28udWtdIA0KR2Vz ZW5kZXQ6IE1vbnRhZywgMTQuIERlemVtYmVyIDIwMDkgMjA6MTYNCkFuOiBSYWluZXIgRMO2YmVs ZQ0KQmV0cmVmZjogUmU6IEFXOiBTYW1wbGVzIFByb2JsZW0NCg0KIA0KDQpEZWFyIFJhaW5lciwg SSBhbHNvIGNoZWNrZWQgdGhlIGFkdmFuY2VkIHNhbXBsZS4gRm9yIHlvdXIgY29kaW5nIHlvdSBy ZXF1aXJlIHRoYXQgeW91IGhhdmUgYSBjbGFzcyB0aGF0IGRlZmluZXMgdGhlIERCIGFzIGluIFNh bXBsZURCLCBob3dldmVyIHRoaXMgd291bGQgYmUgaW52YWxpZGF0ZWQgYnkgeW91ciBzdGF0ZW1l bnRzIHRvIGFkZCBmaWVsZHMsIGlzIHRoaXMgY29ycmVjdD8gRG8geW91IGhhdmUgc29tZSB3YXkg cm91bmQgaXQ/ICANCldpdGggTXlTUUwgaXMgdGhlcmUgc29tZSB3YXkgdG8gc2V0IHR5cGVzIHN1 Y2ggYXMgSW5ub0RCLCBNWUlTQU0/DQoNCkknbGwgc2VuZCBteSBxdWVzdGlvbnMgdGhydSB0byB0 aGUgbWFpbGluZyBsaXN0IGFsc28gd2hlbiBpdCByZXBsaWVzIHRvIG1lLi4NCg0KUmVnYXJkcyBQ aGlsDQoNCiANCg0KX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18NCg0KRnJvbTogUmFp bmVyIETDtmJlbGUgPGRvZWJlbGVAZXN0ZWFtLmRlPg0KVG86IHBoaWwgYmFycmV0dCA8cGJ4OTk1 OUB5YWhvby5jby51az4NClNlbnQ6IE1vbiwgMTQgRGVjZW1iZXIsIDIwMDkgMTA6NDE6MTMNClN1 YmplY3Q6IEFXOiBTYW1wbGVzIFByb2JsZW0NCg0KDQoNCg0KRGVhciBQaGlsLA0KDQogDQoNCkkg YW0gdGVycmlibHkgc29ycnkgdGhhdCBJIGhhdmUgbm90IGJlZW4gYWJsZSB0byBhbnN3ZXIgeW91 ciBlLU1haWwgZWFybGllci4NCg0KSW4gZmFjdCBJIHNhdyBpdCB3aGVuIEkgcmVjZWl2ZWQgaXQg YnV0IGxvc3QgdHJhY2sgb2YgaXQgc2luY2UgaXQgYXJyaXZlZCBpbiB0aGUgd3JvbmcgZS1tYWls IGZvbGRlci4NCg0KIA0KDQpUaGUgZS1tYWlsIGFkZHJlc3MgeW91IGhhdmUgdXNlZCBpcyBvdXRk YXRlZCAtIHBsZWFzZSBsZXQgbWUga25vdyB3aGVyZSB5b3UgZm91bmQgaXQgc28gSSBjYW4gcmVt b3ZlIGl0Lg0KDQpTaW5jZSB3ZSBoYXZlIGJlY29tZSBhbiBBcGFjaGUgcHJvamVjdCBhbGwgcXVl c3Rpb25zIHNob3VsZCBiZSBhZGRyZXNzZWQgdG8gdGhlIGVtcGlyZS1kYiB1c2VyIG1haWxpbmcg bGlzdDoNCg0KZW1waXJlLWRiLXVzZXJAaW5jdWJhdG9yLmFwYWNoZS5vcmcNCg0KSG93ZXZlciB0 byBiZSBhYmxlIHRvIHBvc3QgYSBtZXNzYWdlIHRoZXJlLCB5b3UgZmlyc3QgaGF2ZSB0byBzdWJz Y3JpYmUgdG8gdGhlIGxpc3QsIGJ5IHNlbmRpbmcgYSBtZXNzYWdlIHRvIA0KDQogIGVtcGlyZS1k Yi11c2VyLXN1YnNjcmliZUBpbmN1YmF0b3IuYXBhY2hlLm9yZw0KDQpZb3Ugd2lsbCB0aGVuIHJl Y2VpdmUgYW4gZS1tYWlsIHdoaWNoIHlvdSBoYXZlIHRvIGNvbmZpcm0uDQoNCkluIG1vc3QgY2Fz ZXMgeW91IHNob3VsZCBnZXQgYW4gYW5zd2VyIHdpdGhpbiAyNCBob3Vycy4NCg0KVGhpcyBpcyBo b3cgdGhpbmdzIHdvcmsgYXQgQXBhY2hlLg0KDQogDQoNCk5vdyB0byB5b3VyIHF1ZXN0aW9uczoN Cg0KT3VyIGxhdGVzdCBvZmZpY2lhbCBBcGFjaGUgcmVsZWFzZSBpcyAyLjAuNS4gDQoNClVubGlr ZSBvdXIgcHJldmlvdXMgcmVsZWFzZXMgdGhpcyByZWxlYXNlIGlzIGludGVuZGVkIHRvIGJlIHVz ZWQgd2l0aCBBcGFjaGUgTWF2ZW4gKHNlZSBodHRwOi8vbWF2ZW4uYXBhY2hlLm9yZykuDQoNCk1h dmVuIGlzIGEgYnVpbGQgYW5kIGRlcGVuZGVuY3kgbWFuYWdlbWVudCB0b29sIGFuZCBzb2x2ZXMg YSBsb3Qgb2YgcHJvYmxlbXMgd2l0aCBkaXN0cmlidXRpb25zLg0KDQpNYXZlbiBjYW4gZXZlbiBi dWlsZCB5b3VyIEVjbGlwc2UgcHJvamVjdCBmaWxlcy4gDQoNCiANCg0KVGhlcmUgaXMgc29tZSBp bmZvIGFib3V0IHRoYXQgaW4gdGhlIHJlYWRtZS50eHQgZmlsZSBzdXBwbGllZCB3aXRoIHRoZSBk aXN0cmlidXRpb24uDQoNCkJ1dCBpbiBzaG9ydDoNCg0KMS4gICAgICAgSW5zdGFsbCBNYXZlbg0K DQoyLiAgICAgICBPcGVuIGEgY29tbWFuZCB3aW5kb3cgDQoNCjMuICAgICAgIEdvIHRvIHRoZSBk aXN0cmlidXRpb24gc291cmNlIGRpcmVjdG9yeSAoL3NyYykNCg0KNC4gICAgICAgUnVuIOKAnG12 biBjbGVhbiBpbnN0YWxsIGVjbGlwc2U6ZWNsaXBzZeKAnQ0KDQpUaGVuIHlvdSB3aWxsIGhhdmUg eW91ciBFY2xpcHNlIHByb2plY3QgZmlsZXMgZ2VuZXJhdGVkLg0KDQogDQoNCkkgaGF2ZSBub3Qg YmVlbiBhYmxlIHRvIGNoZWNrIHdoZXRoZXIgdGhlcmUgaXMgYSBwcm9ibGVtIHdpdGggdGhlIHNh bXBsZSBhbmQgTXlTcWwuIElmIGl0IGRvZXMgbm90IHdvcmsgd2l0aCBhdXRvY29tbWl0IHNldCB0 byB0cnVlIHRyeSBjaGFuZ2luZyBpdCAoYWx0aG91Z2ggaXQgc2hvdWxkIG5vdCByZWFsbHkgbWF0 dGVyKS4gSWYgeW91IHJlY2VpdmUgYW4gZXJyb3IgcGxlYXNlIHBvc3QgaXQgKHRvIGVtcGlyZS1k Yi11c2VyQGluY3ViYXRvci5hcGFjaGUub3JnKS4NCg0KIA0KDQpMYXN0LCB0aGVyZSBpcyBhbiBl eGFtcGxlIGZvciBkYXRhIG1vZGVsIGNoYW5nZXMgYXQgcnVudGltZSBpbiB0aGUgYWR2YW5jZWQg c2FtcGxlIChzZWUgZnVuY3Rpb24gZGRsU2FtcGxlKCkgaW4gY2xhc3MgU2FtcGxlQWR2QXBwKS4N Cg0KIA0KDQpJIGhvcGUgdGhpcyBhbnN3ZXIgaXMgbm90IHRvbyBsYXRlLg0KDQpBcyBtZW50aW9u ZWQgYWJvdmUgcGxlYXNlIGFkcmVzc2UgZnVydGhlciBxdWVzdGlvbnMgdG8gdGhlIEFwYWNoZSBt YWlsaW5nIGxpc3QuIA0KDQpUaGFua3MsDQoNCiANCg0KUmFpbmVyDQoNCiANCg0KIA0KDQpWb246 IHBoaWwgYmFycmV0dCBbbWFpbHRvOnBieDk5NTlAeWFob28uY28udWtdIA0KR2VzZW5kZXQ6IERp ZW5zdGFnLCA4LiBEZXplbWJlciAyMDA5IDEwOjIwDQpBbjogZW1waXJlLWRiDQpCZXRyZWZmOiBT YW1wbGVzIFByb2JsZW0NCg0KIA0KDQpIaSwgZG93bmxvYWRlZCBhbmQgdHJpZWQgdG8gcnVuIHlv dXIgc2FtcGxlcywgSSBoYXZlIHRoZSBsYXRlc3QgdmVyc2lvbiBvZiBFY2xpcHNlIGluc3RhbGxl ZC4gRnJvbSB5b3VyIGRpcmVjdG9yeSBzdHJ1Y3R1cmUgdGhlcmUgZG9lc250IHNlZW0gdG8gYmUg YSBwcm9qZWN0IHBhdGggb3Igb3RoZXJ3aXNlIHRoYXQgRWNsaXBzZSB3aWxsIGltcG9ydCwgdGhl IG9ubHkgd2F5IEkgY291bGQgZG8gaXQgd2FzIHRvIGluY2x1ZGUgdGhlIGZpbGVzIGFzIHNvdXJj ZS4gTWlnaHQgYmUgYmV0dGVyIGlmIHlvdSBleHBvcnRlZCB5b3VyIGVjbGlwc2UgcHJvamVjdCBh cyBhIHByb2plY3QgYXJjaGl2ZS4NCkkgYW0gdXNpbmcgTXlTcWwgZnJlc2ggZGVmYXVsdHMgaW5z dGFsbCwgaWYgeW91IHJ1biB0aGUgc2ltcGxlIHNhbXBsZSBpdCBmYWlscyBhcyB0aGUgYXV0b2Nv bW1pdCBpcyB0cnVlLCBpZiBJIGdldCBhbnkgcmVwbHkgYmFjayBmcm9tIHRoaXMgbWFpbCwgSSBj YW4gZ2V0IHlvdSBtb3JlIGluZm8gYXMgdG8gd2hlcmUuDQpNaWdodCBiZSB1c2VmdWwgdG8gc2F5 IHdoZXJlIHRoZSBqYXJzIHRoYXQgbmVlZCB0byBiZSBpbmNsdWRlZCBjYW4gYmUgZm91bmQsIG9y IGluY2x1ZGUgdGhlbSBpbiB0aGUgcHJvamVjdCBhcmNoaXZlLg0KDQpZb3UgaGF2ZSBzb21lIHdv cmRzIGFib3V0IHRoaXMgJ3doaWNoIGV2ZW4gYWxsb3cgZGF0YSBtb2RlbCBjaGFuZ2VzIGF0IHJ1 bnRpbWUnIGJ1dCBubyBpbmZvcm1hdGlvbiBhcyB0byBob3cgeW91IGFjaGlldmUgdGhpcywgb3Ig d291bGQgaW1wbGVtZW50IGl0IGFzIHlvdSBoYXZlIGF0IGxlYXN0IGluIHRoZSBleGFtcGxlIHN0 YXRpYyBiZWFuIGNsYXNzZXMgc3VjaCBhcyBFbXBsb3llZXMgd2hpY2ggaGFzIGF0dHJpYnV0ZXMg YW5kIGluZGV4ZXMgZXRjIGRlZmluZWQgd2hpY2ggd291bGQgbWVhbiBhIGNoYW5nZSB0byBhIGNs YXNzIHRoYXQgd291bGQgdGhlbiBoYXZlIHRvIGJlIHJlZGVwbG95ZWQsIG5ldyB2YWx1ZXMgd2hp Y2ggaGF2ZSB0byBiZSBzZXQgaW4gYSB0YWJsZSB3aGljaCBtYXkgY29udGFpbiBtYW55IG1pbGxp b25zIG9mIHJvd3MsIGluZGV4IHJlYnVpbGRzIGV0YywgY2FuIHlvdSBnaXZlIG1lIHNvbWUgYnJp ZWYgaW5zaWdodCBpbnRvIHRoaXMgYW5kIEkgd2lsbCB0cnkgYW5kIHRlc3QgaXQgbXlzZWxmIChj b2RlIGV4YW1wbGVzIHdvdWxkIGJlIGdvb2QgOi0gKQ0KDQpSZWdhcmRzIFBoaWwNCg0KIA0KDQog DQoNCg== ------_=_NextPart_001_01CA7D04.EFA772C9 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: base64 PGh0bWwgeG1sbnM6dj0idXJuOnNjaGVtYXMtbWljcm9zb2Z0LWNvbTp2bWwiIHhtbG5zOm89InVy bjpzY2hlbWFzLW1pY3Jvc29mdC1jb206b2ZmaWNlOm9mZmljZSIgeG1sbnM6dz0idXJuOnNjaGVt YXMtbWljcm9zb2Z0LWNvbTpvZmZpY2U6d29yZCIgeG1sbnM6bT0iaHR0cDovL3NjaGVtYXMubWlj cm9zb2Z0LmNvbS9vZmZpY2UvMjAwNC8xMi9vbW1sIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv VFIvUkVDLWh0bWw0MCI+DQoNCjxoZWFkPg0KPG1ldGEgaHR0cC1lcXVpdj1Db250ZW50LVR5cGUg Y29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PXV0Zi04Ij4NCjxtZXRhIG5hbWU9R2VuZXJhdG9y IGNvbnRlbnQ9Ik1pY3Jvc29mdCBXb3JkIDEyIChmaWx0ZXJlZCBtZWRpdW0pIj4NCjwhLS1baWYg IW1zb10+DQo8c3R5bGU+DQp2XDoqIHtiZWhhdmlvcjp1cmwoI2RlZmF1bHQjVk1MKTt9DQpvXDoq IHtiZWhhdmlvcjp1cmwoI2RlZmF1bHQjVk1MKTt9DQp3XDoqIHtiZWhhdmlvcjp1cmwoI2RlZmF1 bHQjVk1MKTt9DQouc2hhcGUge2JlaGF2aW9yOnVybCgjZGVmYXVsdCNWTUwpO30NCjwvc3R5bGU+ DQo8IVtlbmRpZl0tLT4NCjxzdHlsZT4NCjwhLS0NCiAvKiBGb250IERlZmluaXRpb25zICovDQog QGZvbnQtZmFjZQ0KCXtmb250LWZhbWlseTpDYWxpYnJpOw0KCXBhbm9zZS0xOjIgMTUgNSAyIDIg MiA0IDMgMiA0O30NCkBmb250LWZhY2UNCgl7Zm9udC1mYW1pbHk6VGFob21hOw0KCXBhbm9zZS0x OjIgMTEgNiA0IDMgNSA0IDQgMiA0O30NCiAvKiBTdHlsZSBEZWZpbml0aW9ucyAqLw0KIHAuTXNv Tm9ybWFsLCBsaS5Nc29Ob3JtYWwsIGRpdi5Nc29Ob3JtYWwNCgl7bWFyZ2luOjBjbTsNCgltYXJn aW4tYm90dG9tOi4wMDAxcHQ7DQoJZm9udC1zaXplOjEyLjBwdDsNCglmb250LWZhbWlseToiVGlt ZXMgTmV3IFJvbWFuIiwic2VyaWYiO30NCmE6bGluaywgc3Bhbi5Nc29IeXBlcmxpbmsNCgl7bXNv LXN0eWxlLXByaW9yaXR5Ojk5Ow0KCWNvbG9yOmJsdWU7DQoJdGV4dC1kZWNvcmF0aW9uOnVuZGVy bGluZTt9DQphOnZpc2l0ZWQsIHNwYW4uTXNvSHlwZXJsaW5rRm9sbG93ZWQNCgl7bXNvLXN0eWxl LXByaW9yaXR5Ojk5Ow0KCWNvbG9yOnB1cnBsZTsNCgl0ZXh0LWRlY29yYXRpb246dW5kZXJsaW5l O30NCnAuTXNvTGlzdFBhcmFncmFwaCwgbGkuTXNvTGlzdFBhcmFncmFwaCwgZGl2Lk1zb0xpc3RQ YXJhZ3JhcGgNCgl7bXNvLXN0eWxlLXByaW9yaXR5OjM0Ow0KCW1hcmdpbi10b3A6MGNtOw0KCW1h cmdpbi1yaWdodDowY207DQoJbWFyZ2luLWJvdHRvbTowY207DQoJbWFyZ2luLWxlZnQ6MzYuMHB0 Ow0KCW1hcmdpbi1ib3R0b206LjAwMDFwdDsNCglmb250LXNpemU6MTIuMHB0Ow0KCWZvbnQtZmFt aWx5OiJUaW1lcyBOZXcgUm9tYW4iLCJzZXJpZiI7fQ0KcC5tc29jaHBkZWZhdWx0LCBsaS5tc29j aHBkZWZhdWx0LCBkaXYubXNvY2hwZGVmYXVsdA0KCXttc28tc3R5bGUtbmFtZTptc29jaHBkZWZh dWx0Ow0KCW1zby1tYXJnaW4tdG9wLWFsdDphdXRvOw0KCW1hcmdpbi1yaWdodDowY207DQoJbXNv LW1hcmdpbi1ib3R0b20tYWx0OmF1dG87DQoJbWFyZ2luLWxlZnQ6MGNtOw0KCWZvbnQtc2l6ZTox MC4wcHQ7DQoJZm9udC1mYW1pbHk6IlRpbWVzIE5ldyBSb21hbiIsInNlcmlmIjt9DQpzcGFuLmUt bWFpbGZvcm1hdHZvcmxhZ2UxNw0KCXttc28tc3R5bGUtbmFtZTplLW1haWxmb3JtYXR2b3JsYWdl MTc7DQoJZm9udC1mYW1pbHk6IkNhbGlicmkiLCJzYW5zLXNlcmlmIjsNCgljb2xvcjojMUY0OTdE O30NCnNwYW4uRS1NYWlsRm9ybWF0dm9ybGFnZTIwDQoJe21zby1zdHlsZS10eXBlOnBlcnNvbmFs LXJlcGx5Ow0KCWZvbnQtZmFtaWx5OiJDYWxpYnJpIiwic2Fucy1zZXJpZiI7DQoJY29sb3I6IzFG NDk3RDt9DQouTXNvQ2hwRGVmYXVsdA0KCXttc28tc3R5bGUtdHlwZTpleHBvcnQtb25seTsNCglm b250LXNpemU6MTAuMHB0O30NCkBwYWdlIFNlY3Rpb24xDQoJe3NpemU6NjEyLjBwdCA3OTIuMHB0 Ow0KCW1hcmdpbjo3MC44NXB0IDcwLjg1cHQgMi4wY20gNzAuODVwdDt9DQpkaXYuU2VjdGlvbjEN Cgl7cGFnZTpTZWN0aW9uMTt9DQotLT4NCjwvc3R5bGU+DQo8IS0tW2lmIGd0ZSBtc28gOV0+PHht bD4NCiA8bzpzaGFwZWRlZmF1bHRzIHY6ZXh0PSJlZGl0IiBzcGlkbWF4PSIxMDI2IiAvPg0KPC94 bWw+PCFbZW5kaWZdLS0+PCEtLVtpZiBndGUgbXNvIDldPjx4bWw+DQogPG86c2hhcGVsYXlvdXQg djpleHQ9ImVkaXQiPg0KICA8bzppZG1hcCB2OmV4dD0iZWRpdCIgZGF0YT0iMSIgLz4NCiA8L286 c2hhcGVsYXlvdXQ+PC94bWw+PCFbZW5kaWZdLS0+DQo8L2hlYWQ+DQoNCjxib2R5IGxhbmc9REUg bGluaz1ibHVlIHZsaW5rPXB1cnBsZT4NCg0KPGRpdiBjbGFzcz1TZWN0aW9uMT4NCg0KPGRpdj4N Cg0KPHAgY2xhc3M9TXNvTm9ybWFsPjxzcGFuIGxhbmc9RU4tVVMgc3R5bGU9J2ZvbnQtc2l6ZTox MS4wcHQ7Zm9udC1mYW1pbHk6IkNhbGlicmkiLCJzYW5zLXNlcmlmIjsNCmNvbG9yOiMxRjQ5N0Qn PkhpIFBoaWwsPG86cD48L286cD48L3NwYW4+PC9wPg0KDQo8cCBjbGFzcz1Nc29Ob3JtYWw+PHNw YW4gbGFuZz1FTi1VUyBzdHlsZT0nZm9udC1zaXplOjExLjBwdDtmb250LWZhbWlseToiQ2FsaWJy aSIsInNhbnMtc2VyaWYiOw0KY29sb3I6IzFGNDk3RCc+PG86cD4mbmJzcDs8L286cD48L3NwYW4+ PC9wPg0KDQo8cCBjbGFzcz1Nc29Ob3JtYWw+PHNwYW4gbGFuZz1FTi1VUyBzdHlsZT0nZm9udC1z aXplOjExLjBwdDtmb250LWZhbWlseToiQ2FsaWJyaSIsInNhbnMtc2VyaWYiOw0KY29sb3I6IzFG NDk3RCc+SSBhbSBzb3JyeSBJIGRvbuKAmXQgcXVpdGUgdW5kZXJzdGFuZCB5b3VyIHF1ZXN0aW9u LjxvOnA+PC9vOnA+PC9zcGFuPjwvcD4NCg0KPHAgY2xhc3M9TXNvTm9ybWFsPjxzcGFuIGxhbmc9 RU4tVVMgc3R5bGU9J2ZvbnQtc2l6ZToxMS4wcHQ7Zm9udC1mYW1pbHk6IkNhbGlicmkiLCJzYW5z LXNlcmlmIjsNCmNvbG9yOiMxRjQ5N0QnPlllcywgdGhlIFNhbXBsZURCIGNsYXNzIGRlZmluZXMg dGhlIGRhdGEgbW9kZWwgYW5kIHRoZSBzYW1wbGUNCndpbGwgY3JlYXRlIHN1Y2ggYSBkYXRhYmFz ZSBpZiBpdCBkb2VzIG5vdCBleGlzdC48bzpwPjwvbzpwPjwvc3Bhbj48L3A+DQoNCjxwIGNsYXNz PU1zb05vcm1hbD48c3BhbiBsYW5nPUVOLVVTIHN0eWxlPSdmb250LXNpemU6MTEuMHB0O2ZvbnQt ZmFtaWx5OiJDYWxpYnJpIiwic2Fucy1zZXJpZiI7DQpjb2xvcjojMUY0OTdEJz5JbiB0aGUgZGRs IHNhbXBsZSBmdW5jdGlvbiBhIGNvbHVtbiBpcyBwcm9ncmFtYXRpY2FsbHkgYWRkZWQgdG8NCmEg dGFibGUgKGJ5IHVzaW5nIEFMVEVSIFRBQkxFIOKApikgYW5kIHRoZW4gYSBEQlJlY29yZCBvYmpl Y3QgaXMgdXNlZCB0byByZWFkIC8NCm1vZGlmeSByZWNvcmRzIG9mIHRoYXQgdGFibGUuPG86cD48 L286cD48L3NwYW4+PC9wPg0KDQo8cCBjbGFzcz1Nc29Ob3JtYWw+PHNwYW4gbGFuZz1FTi1VUyBz dHlsZT0nZm9udC1zaXplOjExLjBwdDtmb250LWZhbWlseToiQ2FsaWJyaSIsInNhbnMtc2VyaWYi Ow0KY29sb3I6IzFGNDk3RCc+PG86cD4mbmJzcDs8L286cD48L3NwYW4+PC9wPg0KDQo8cCBjbGFz cz1Nc29Ob3JtYWw+PHNwYW4gbGFuZz1FTi1VUyBzdHlsZT0nZm9udC1zaXplOjExLjBwdDtmb250 LWZhbWlseToiQ2FsaWJyaSIsInNhbnMtc2VyaWYiOw0KY29sb3I6IzFGNDk3RCc+VGhlIGNyZWF0 aW9uIG9mIHRoZSBEQiBpcyBoYW5kbGVkIGJ5IHRoZSBNeVNRTCBkcml2ZXIuIElmIHlvdQ0KZmVl bCB0aGF0IHlvdSBuZWVkIG1vcmUgY29udHJvbCBvdmVyIHRoZSBEREwgY3JlYXRpb24gcHJvY2Vz cyBzaW1wbHkgZGVyaXZlIGENCmNsYXNzIGZyb20gREJEYXRhYmFzZURyaXZlck15U1FMIGFuZCBv dmVycmlkZSBnZXRERExTY3JpcHQoKS4gPG86cD48L286cD48L3NwYW4+PC9wPg0KDQo8cCBjbGFz cz1Nc29Ob3JtYWw+PHNwYW4gbGFuZz1FTi1VUyBzdHlsZT0nZm9udC1zaXplOjExLjBwdDtmb250 LWZhbWlseToiQ2FsaWJyaSIsInNhbnMtc2VyaWYiOw0KY29sb3I6IzFGNDk3RCc+QW5kIGlmIHlv dSB0aGluayB0aGF0IHlvdXIgaW1wcm92ZW1lbnRzIG1pZ2h0IGJlIG9mIHB1YmxpYw0KaW50ZXJl c3QgdGhlbiB5b3UgY2FuIHNlbmQgdXMgeW91ciBjb2RlIGFuZCB3ZSBtaWdodCBwdWJsaXNoIGl0 LjxvOnA+PC9vOnA+PC9zcGFuPjwvcD4NCg0KPHAgY2xhc3M9TXNvTm9ybWFsPjxzcGFuIGxhbmc9 RU4tVVMgc3R5bGU9J2ZvbnQtc2l6ZToxMS4wcHQ7Zm9udC1mYW1pbHk6IkNhbGlicmkiLCJzYW5z LXNlcmlmIjsNCmNvbG9yOiMxRjQ5N0QnPjxvOnA+Jm5ic3A7PC9vOnA+PC9zcGFuPjwvcD4NCg0K PHAgY2xhc3M9TXNvTm9ybWFsPjxzcGFuIGxhbmc9RU4tVVMgc3R5bGU9J2ZvbnQtc2l6ZToxMS4w cHQ7Zm9udC1mYW1pbHk6IkNhbGlicmkiLCJzYW5zLXNlcmlmIjsNCmNvbG9yOiMxRjQ5N0QnPklu IG9yZGVyIHRvIGxldCBvdGhlciB1c2VycyBiZW5lZml0IGZyb20gb3VyIGNvbnZlcnNhdGlvbiBJ IGhhdmUNCnNlbnQgYSBjb3B5IHRvIHRoZSBlbXBpcmUtZGItdXNlciBtYWlsaW5nIGxpc3QuPG86 cD48L286cD48L3NwYW4+PC9wPg0KDQo8cCBjbGFzcz1Nc29Ob3JtYWw+PHNwYW4gbGFuZz1FTi1V UyBzdHlsZT0nZm9udC1zaXplOjExLjBwdDtmb250LWZhbWlseToiQ2FsaWJyaSIsInNhbnMtc2Vy aWYiOw0KY29sb3I6IzFGNDk3RCc+PG86cD4mbmJzcDs8L286cD48L3NwYW4+PC9wPg0KDQo8cCBj bGFzcz1Nc29Ob3JtYWw+PHNwYW4gbGFuZz1FTi1VUyBzdHlsZT0nZm9udC1zaXplOjExLjBwdDtm b250LWZhbWlseToiQ2FsaWJyaSIsInNhbnMtc2VyaWYiOw0KY29sb3I6IzFGNDk3RCc+UmVnYXJk czxvOnA+PC9vOnA+PC9zcGFuPjwvcD4NCg0KPHAgY2xhc3M9TXNvTm9ybWFsPjxzcGFuIGxhbmc9 RU4tVVMgc3R5bGU9J2ZvbnQtc2l6ZToxMS4wcHQ7Zm9udC1mYW1pbHk6IkNhbGlicmkiLCJzYW5z LXNlcmlmIjsNCmNvbG9yOiMxRjQ5N0QnPlJhaW5lcjxvOnA+PC9vOnA+PC9zcGFuPjwvcD4NCg0K PHAgY2xhc3M9TXNvTm9ybWFsPjxzcGFuIGxhbmc9RU4tVVMgc3R5bGU9J2ZvbnQtc2l6ZToxMS4w cHQ7Zm9udC1mYW1pbHk6IkNhbGlicmkiLCJzYW5zLXNlcmlmIjsNCmNvbG9yOiMxRjQ5N0QnPjxv OnA+Jm5ic3A7PC9vOnA+PC9zcGFuPjwvcD4NCg0KPC9kaXY+DQoNCjxwIGNsYXNzPU1zb05vcm1h bD48c3BhbiBsYW5nPUVOLVVTIHN0eWxlPSdmb250LXNpemU6MTEuMHB0O2ZvbnQtZmFtaWx5OiJD YWxpYnJpIiwic2Fucy1zZXJpZiI7DQpjb2xvcjojMUY0OTdEJz48bzpwPiZuYnNwOzwvbzpwPjwv c3Bhbj48L3A+DQoNCjxkaXYgc3R5bGU9J2JvcmRlcjpub25lO2JvcmRlci1sZWZ0OnNvbGlkIGJs dWUgMS41cHQ7cGFkZGluZzowY20gMGNtIDBjbSA0LjBwdCc+DQoNCjxkaXY+DQoNCjxkaXYgc3R5 bGU9J2JvcmRlcjpub25lO2JvcmRlci10b3A6c29saWQgI0I1QzRERiAxLjBwdDtwYWRkaW5nOjMu MHB0IDBjbSAwY20gMGNtJz4NCg0KPHAgY2xhc3M9TXNvTm9ybWFsPjxiPjxzcGFuIHN0eWxlPSdm b250LXNpemU6MTAuMHB0O2ZvbnQtZmFtaWx5OiJUYWhvbWEiLCJzYW5zLXNlcmlmIic+Vm9uOjwv c3Bhbj48L2I+PHNwYW4NCnN0eWxlPSdmb250LXNpemU6MTAuMHB0O2ZvbnQtZmFtaWx5OiJUYWhv bWEiLCJzYW5zLXNlcmlmIic+IHBoaWwgYmFycmV0dA0KW21haWx0bzpwYng5OTU5QHlhaG9vLmNv LnVrXSA8YnI+DQo8Yj5HZXNlbmRldDo8L2I+IE1vbnRhZywgMTQuIERlemVtYmVyIDIwMDkgMjA6 MTY8YnI+DQo8Yj5Bbjo8L2I+IFJhaW5lciBEw7ZiZWxlPGJyPg0KPGI+QmV0cmVmZjo8L2I+IFJl OiBBVzogU2FtcGxlcyBQcm9ibGVtPG86cD48L286cD48L3NwYW4+PC9wPg0KDQo8L2Rpdj4NCg0K PC9kaXY+DQoNCjxwIGNsYXNzPU1zb05vcm1hbD48bzpwPiZuYnNwOzwvbzpwPjwvcD4NCg0KPGRp dj4NCg0KPGRpdj4NCg0KPHAgY2xhc3M9TXNvTm9ybWFsPjxzcGFuIHN0eWxlPSdmb250LXNpemU6 MTAuMHB0Jz5EZWFyIFJhaW5lciwgSSBhbHNvIGNoZWNrZWQNCnRoZSBhZHZhbmNlZCBzYW1wbGUu IEZvciB5b3VyIGNvZGluZyB5b3UgcmVxdWlyZSB0aGF0IHlvdSBoYXZlIGEgY2xhc3MgdGhhdA0K ZGVmaW5lcyB0aGUgREIgYXMgaW4gU2FtcGxlREIsIGhvd2V2ZXIgdGhpcyB3b3VsZCBiZSBpbnZh bGlkYXRlZCBieSB5b3VyDQpzdGF0ZW1lbnRzIHRvIGFkZCBmaWVsZHMsIGlzIHRoaXMgY29ycmVj dD8gRG8geW91IGhhdmUgc29tZSB3YXkgcm91bmQgaXQ/Jm5ic3A7DQo8YnI+DQpXaXRoIE15U1FM IGlzIHRoZXJlIHNvbWUgd2F5IHRvIHNldCB0eXBlcyBzdWNoIGFzIElubm9EQiwgTVlJU0FNPzxi cj4NCjxicj4NCkknbGwgc2VuZCBteSBxdWVzdGlvbnMgdGhydSB0byB0aGUgbWFpbGluZyBsaXN0 IGFsc28gd2hlbiBpdCByZXBsaWVzIHRvIG1lLi48YnI+DQo8YnI+DQpSZWdhcmRzIFBoaWw8bzpw PjwvbzpwPjwvc3Bhbj48L3A+DQoNCjwvZGl2Pg0KDQo8ZGl2Pg0KDQo8cCBjbGFzcz1Nc29Ob3Jt YWw+PHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQnPjxvOnA+Jm5ic3A7PC9vOnA+PC9zcGFu PjwvcD4NCg0KPGRpdj4NCg0KPGRpdiBjbGFzcz1Nc29Ob3JtYWwgYWxpZ249Y2VudGVyIHN0eWxl PSd0ZXh0LWFsaWduOmNlbnRlcic+PHNwYW4NCnN0eWxlPSdmb250LXNpemU6MTAuMHB0O2ZvbnQt ZmFtaWx5OiJUYWhvbWEiLCJzYW5zLXNlcmlmIic+DQoNCjxociBzaXplPTEgd2lkdGg9IjEwMCUi IGFsaWduPWNlbnRlcj4NCg0KPC9zcGFuPjwvZGl2Pg0KDQo8cCBjbGFzcz1Nc29Ob3JtYWw+PGI+ PHNwYW4gc3R5bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7Zm9udC1mYW1pbHk6IlRhaG9tYSIsInNhbnMt c2VyaWYiJz5Gcm9tOjwvc3Bhbj48L2I+PHNwYW4NCnN0eWxlPSdmb250LXNpemU6MTAuMHB0O2Zv bnQtZmFtaWx5OiJUYWhvbWEiLCJzYW5zLXNlcmlmIic+IFJhaW5lciBEw7ZiZWxlDQombHQ7ZG9l YmVsZUBlc3RlYW0uZGUmZ3Q7PGJyPg0KPGI+VG86PC9iPiBwaGlsIGJhcnJldHQgJmx0O3BieDk5 NTlAeWFob28uY28udWsmZ3Q7PGJyPg0KPGI+U2VudDo8L2I+IE1vbiwgMTQgRGVjZW1iZXIsIDIw MDkgMTA6NDE6MTM8YnI+DQo8Yj5TdWJqZWN0OjwvYj4gQVc6IFNhbXBsZXMgUHJvYmxlbTxicj4N Cjwvc3Bhbj48YnI+DQo8YnI+DQo8bzpwPjwvbzpwPjwvcD4NCg0KPGRpdj4NCg0KPHAgY2xhc3M9 TXNvTm9ybWFsPjxzcGFuIGxhbmc9RU4tVVMgc3R5bGU9J2ZvbnQtc2l6ZToxMS4wcHQ7Zm9udC1m YW1pbHk6IkNhbGlicmkiLCJzYW5zLXNlcmlmIjsNCmNvbG9yOiMxRjQ5N0QnPkRlYXIgUGhpbCw8 L3NwYW4+PG86cD48L286cD48L3A+DQoNCjxwIGNsYXNzPU1zb05vcm1hbD48c3BhbiBsYW5nPUVO LVVTIHN0eWxlPSdmb250LXNpemU6MTEuMHB0O2ZvbnQtZmFtaWx5OiJDYWxpYnJpIiwic2Fucy1z ZXJpZiI7DQpjb2xvcjojMUY0OTdEJz4mbmJzcDs8L3NwYW4+PG86cD48L286cD48L3A+DQoNCjxw IGNsYXNzPU1zb05vcm1hbD48c3BhbiBsYW5nPUVOLVVTIHN0eWxlPSdmb250LXNpemU6MTEuMHB0 O2ZvbnQtZmFtaWx5OiJDYWxpYnJpIiwic2Fucy1zZXJpZiI7DQpjb2xvcjojMUY0OTdEJz5JIGFt IHRlcnJpYmx5IHNvcnJ5IHRoYXQgSSBoYXZlIG5vdCBiZWVuIGFibGUgdG8gYW5zd2VyIHlvdXIN CmUtTWFpbCBlYXJsaWVyLjwvc3Bhbj48bzpwPjwvbzpwPjwvcD4NCg0KPHAgY2xhc3M9TXNvTm9y bWFsPjxzcGFuIGxhbmc9RU4tVVMgc3R5bGU9J2ZvbnQtc2l6ZToxMS4wcHQ7Zm9udC1mYW1pbHk6 IkNhbGlicmkiLCJzYW5zLXNlcmlmIjsNCmNvbG9yOiMxRjQ5N0QnPkluIGZhY3QgSSBzYXcgaXQg d2hlbiBJIHJlY2VpdmVkIGl0IGJ1dCBsb3N0IHRyYWNrIG9mIGl0IHNpbmNlDQppdCBhcnJpdmVk IGluIHRoZSB3cm9uZyBlLW1haWwgZm9sZGVyLjwvc3Bhbj48bzpwPjwvbzpwPjwvcD4NCg0KPHAg Y2xhc3M9TXNvTm9ybWFsPjxzcGFuIGxhbmc9RU4tVVMgc3R5bGU9J2ZvbnQtc2l6ZToxMS4wcHQ7 Zm9udC1mYW1pbHk6IkNhbGlicmkiLCJzYW5zLXNlcmlmIjsNCmNvbG9yOiMxRjQ5N0QnPiZuYnNw Ozwvc3Bhbj48bzpwPjwvbzpwPjwvcD4NCg0KPHAgY2xhc3M9TXNvTm9ybWFsPjxzcGFuIGxhbmc9 RU4tVVMgc3R5bGU9J2ZvbnQtc2l6ZToxMS4wcHQ7Zm9udC1mYW1pbHk6IkNhbGlicmkiLCJzYW5z LXNlcmlmIjsNCmNvbG9yOiMxRjQ5N0QnPlRoZSBlLW1haWwgYWRkcmVzcyB5b3UgaGF2ZSB1c2Vk IGlzIG91dGRhdGVkIC0gcGxlYXNlIGxldCBtZQ0Ka25vdyB3aGVyZSB5b3UgZm91bmQgaXQgc28g SSBjYW4gcmVtb3ZlIGl0Ljwvc3Bhbj48bzpwPjwvbzpwPjwvcD4NCg0KPHAgY2xhc3M9TXNvTm9y bWFsPjxzcGFuIGxhbmc9RU4tVVMgc3R5bGU9J2ZvbnQtc2l6ZToxMS4wcHQ7Zm9udC1mYW1pbHk6 IkNhbGlicmkiLCJzYW5zLXNlcmlmIjsNCmNvbG9yOiMxRjQ5N0QnPlNpbmNlIHdlIGhhdmUgYmVj b21lIGFuIEFwYWNoZSBwcm9qZWN0IGFsbCBxdWVzdGlvbnMgc2hvdWxkIGJlDQphZGRyZXNzZWQg dG8gdGhlIGVtcGlyZS1kYiB1c2VyIG1haWxpbmcgbGlzdDo8L3NwYW4+PG86cD48L286cD48L3A+ DQoNCjxwIGNsYXNzPU1zb05vcm1hbCBzdHlsZT0ndGV4dC1pbmRlbnQ6NS4yNXB0Jz48c3BhbiBs YW5nPUVOLVVTDQpzdHlsZT0nZm9udC1zaXplOjExLjBwdDtmb250LWZhbWlseToiQ2FsaWJyaSIs InNhbnMtc2VyaWYiO2NvbG9yOiMxRjQ5N0QnPjxhDQpocmVmPSJtYWlsdG86ZW1waXJlLWRiLXVz ZXJAaW5jdWJhdG9yLmFwYWNoZS5vcmciIHRhcmdldD0iX2JsYW5rIj5lbXBpcmUtZGItdXNlckBp bmN1YmF0b3IuYXBhY2hlLm9yZzwvYT48L3NwYW4+PG86cD48L286cD48L3A+DQoNCjxwIGNsYXNz PU1zb05vcm1hbD48c3BhbiBsYW5nPUVOLVVTIHN0eWxlPSdmb250LXNpemU6MTEuMHB0O2ZvbnQt ZmFtaWx5OiJDYWxpYnJpIiwic2Fucy1zZXJpZiI7DQpjb2xvcjojMUY0OTdEJz5Ib3dldmVyIHRv IGJlIGFibGUgdG8gcG9zdCBhIG1lc3NhZ2UgdGhlcmUsIHlvdSBmaXJzdCBoYXZlIHRvDQpzdWJz Y3JpYmUgdG8gdGhlIGxpc3QsIGJ5IHNlbmRpbmcgYSBtZXNzYWdlIHRvIDwvc3Bhbj48bzpwPjwv bzpwPjwvcD4NCg0KPHAgY2xhc3M9TXNvTm9ybWFsPjxzcGFuIGxhbmc9RU4tVVMgc3R5bGU9J2Zv bnQtc2l6ZToxMS4wcHQ7Zm9udC1mYW1pbHk6IkNhbGlicmkiLCJzYW5zLXNlcmlmIjsNCmNvbG9y OiMxRjQ5N0QnPiZuYnNwOyA8YQ0KaHJlZj0ibWFpbHRvOmVtcGlyZS1kYi11c2VyLXN1YnNjcmli ZUBpbmN1YmF0b3IuYXBhY2hlLm9yZyIgdGFyZ2V0PSJfYmxhbmsiPmVtcGlyZS1kYi11c2VyLXN1 YnNjcmliZUBpbmN1YmF0b3IuYXBhY2hlLm9yZzwvYT48L3NwYW4+PG86cD48L286cD48L3A+DQoN CjxwIGNsYXNzPU1zb05vcm1hbD48c3BhbiBsYW5nPUVOLVVTIHN0eWxlPSdmb250LXNpemU6MTEu MHB0O2ZvbnQtZmFtaWx5OiJDYWxpYnJpIiwic2Fucy1zZXJpZiI7DQpjb2xvcjojMUY0OTdEJz5Z b3Ugd2lsbCB0aGVuIHJlY2VpdmUgYW4gZS1tYWlsIHdoaWNoIHlvdSBoYXZlIHRvIGNvbmZpcm0u PC9zcGFuPjxvOnA+PC9vOnA+PC9wPg0KDQo8cCBjbGFzcz1Nc29Ob3JtYWw+PHNwYW4gbGFuZz1F Ti1VUyBzdHlsZT0nZm9udC1zaXplOjExLjBwdDtmb250LWZhbWlseToiQ2FsaWJyaSIsInNhbnMt c2VyaWYiOw0KY29sb3I6IzFGNDk3RCc+SW4gbW9zdCBjYXNlcyB5b3Ugc2hvdWxkIGdldCBhbiBh bnN3ZXIgd2l0aGluIDI0IGhvdXJzLjwvc3Bhbj48bzpwPjwvbzpwPjwvcD4NCg0KPHAgY2xhc3M9 TXNvTm9ybWFsPjxzcGFuIGxhbmc9RU4tVVMgc3R5bGU9J2ZvbnQtc2l6ZToxMS4wcHQ7Zm9udC1m YW1pbHk6IkNhbGlicmkiLCJzYW5zLXNlcmlmIjsNCmNvbG9yOiMxRjQ5N0QnPlRoaXMgaXMgaG93 IHRoaW5ncyB3b3JrIGF0IEFwYWNoZS48L3NwYW4+PG86cD48L286cD48L3A+DQoNCjxwIGNsYXNz PU1zb05vcm1hbD48c3BhbiBsYW5nPUVOLVVTIHN0eWxlPSdmb250LXNpemU6MTEuMHB0O2ZvbnQt ZmFtaWx5OiJDYWxpYnJpIiwic2Fucy1zZXJpZiI7DQpjb2xvcjojMUY0OTdEJz4mbmJzcDs8L3Nw YW4+PG86cD48L286cD48L3A+DQoNCjxwIGNsYXNzPU1zb05vcm1hbD48c3BhbiBsYW5nPUVOLVVT IHN0eWxlPSdmb250LXNpemU6MTEuMHB0O2ZvbnQtZmFtaWx5OiJDYWxpYnJpIiwic2Fucy1zZXJp ZiI7DQpjb2xvcjojMUY0OTdEJz5Ob3cgdG8geW91ciBxdWVzdGlvbnM6PC9zcGFuPjxvOnA+PC9v OnA+PC9wPg0KDQo8cCBjbGFzcz1Nc29Ob3JtYWw+PHNwYW4gbGFuZz1FTi1VUyBzdHlsZT0nZm9u dC1zaXplOjExLjBwdDtmb250LWZhbWlseToiQ2FsaWJyaSIsInNhbnMtc2VyaWYiOw0KY29sb3I6 IzFGNDk3RCc+T3VyIGxhdGVzdCBvZmZpY2lhbCBBcGFjaGUgcmVsZWFzZSBpcyAyLjAuNS4gPC9z cGFuPjxvOnA+PC9vOnA+PC9wPg0KDQo8cCBjbGFzcz1Nc29Ob3JtYWw+PHNwYW4gbGFuZz1FTi1V UyBzdHlsZT0nZm9udC1zaXplOjExLjBwdDtmb250LWZhbWlseToiQ2FsaWJyaSIsInNhbnMtc2Vy aWYiOw0KY29sb3I6IzFGNDk3RCc+VW5saWtlIG91ciBwcmV2aW91cyByZWxlYXNlcyB0aGlzIHJl bGVhc2UgaXMgaW50ZW5kZWQgdG8gYmUgdXNlZA0Kd2l0aCBBcGFjaGUgTWF2ZW4gKHNlZSA8YSBo cmVmPSJodHRwOi8vbWF2ZW4uYXBhY2hlLm9yZyIgdGFyZ2V0PSJfYmxhbmsiPmh0dHA6Ly9tYXZl bi5hcGFjaGUub3JnPC9hPikuPC9zcGFuPjxvOnA+PC9vOnA+PC9wPg0KDQo8cCBjbGFzcz1Nc29O b3JtYWw+PHNwYW4gbGFuZz1FTi1VUyBzdHlsZT0nZm9udC1zaXplOjExLjBwdDtmb250LWZhbWls eToiQ2FsaWJyaSIsInNhbnMtc2VyaWYiOw0KY29sb3I6IzFGNDk3RCc+TWF2ZW4gaXMgYSBidWls ZCBhbmQgZGVwZW5kZW5jeSBtYW5hZ2VtZW50IHRvb2wgYW5kIHNvbHZlcyBhIGxvdA0Kb2YgcHJv YmxlbXMgd2l0aCBkaXN0cmlidXRpb25zLjwvc3Bhbj48bzpwPjwvbzpwPjwvcD4NCg0KPHAgY2xh c3M9TXNvTm9ybWFsPjxzcGFuIGxhbmc9RU4tVVMgc3R5bGU9J2ZvbnQtc2l6ZToxMS4wcHQ7Zm9u dC1mYW1pbHk6IkNhbGlicmkiLCJzYW5zLXNlcmlmIjsNCmNvbG9yOiMxRjQ5N0QnPk1hdmVuIGNh biBldmVuIGJ1aWxkIHlvdXIgRWNsaXBzZSBwcm9qZWN0IGZpbGVzLiA8L3NwYW4+PG86cD48L286 cD48L3A+DQoNCjxwIGNsYXNzPU1zb05vcm1hbD48c3BhbiBsYW5nPUVOLVVTIHN0eWxlPSdmb250 LXNpemU6MTEuMHB0O2ZvbnQtZmFtaWx5OiJDYWxpYnJpIiwic2Fucy1zZXJpZiI7DQpjb2xvcjoj MUY0OTdEJz4mbmJzcDs8L3NwYW4+PG86cD48L286cD48L3A+DQoNCjxwIGNsYXNzPU1zb05vcm1h bD48c3BhbiBsYW5nPUVOLVVTIHN0eWxlPSdmb250LXNpemU6MTEuMHB0O2ZvbnQtZmFtaWx5OiJD YWxpYnJpIiwic2Fucy1zZXJpZiI7DQpjb2xvcjojMUY0OTdEJz5UaGVyZSBpcyBzb21lIGluZm8g YWJvdXQgdGhhdCBpbiB0aGUgcmVhZG1lLnR4dCBmaWxlIHN1cHBsaWVkDQp3aXRoIHRoZSBkaXN0 cmlidXRpb24uPC9zcGFuPjxvOnA+PC9vOnA+PC9wPg0KDQo8cCBjbGFzcz1Nc29Ob3JtYWw+PHNw YW4gbGFuZz1FTi1VUyBzdHlsZT0nZm9udC1zaXplOjExLjBwdDtmb250LWZhbWlseToiQ2FsaWJy aSIsInNhbnMtc2VyaWYiOw0KY29sb3I6IzFGNDk3RCc+QnV0IGluIHNob3J0Ojwvc3Bhbj48bzpw PjwvbzpwPjwvcD4NCg0KPHAgY2xhc3M9TXNvTGlzdFBhcmFncmFwaD48c3BhbiBsYW5nPUVOLVVT IHN0eWxlPSdmb250LXNpemU6MTEuMHB0O2ZvbnQtZmFtaWx5Og0KIkNhbGlicmkiLCJzYW5zLXNl cmlmIjtjb2xvcjojMUY0OTdEJz4xLjwvc3Bhbj48c3BhbiBsYW5nPUVOLVVTDQpzdHlsZT0nZm9u dC1zaXplOjcuMHB0O2NvbG9yOiMxRjQ5N0QnPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyA8L3NwYW4+PHNwYW4NCmxhbmc9RU4tVVMgc3R5bGU9J2ZvbnQtc2l6ZToxMS4wcHQ7 Zm9udC1mYW1pbHk6IkNhbGlicmkiLCJzYW5zLXNlcmlmIjsNCmNvbG9yOiMxRjQ5N0QnPkluc3Rh bGwgTWF2ZW48L3NwYW4+PG86cD48L286cD48L3A+DQoNCjxwIGNsYXNzPU1zb0xpc3RQYXJhZ3Jh cGg+PHNwYW4gbGFuZz1FTi1VUyBzdHlsZT0nZm9udC1zaXplOjExLjBwdDtmb250LWZhbWlseToN CiJDYWxpYnJpIiwic2Fucy1zZXJpZiI7Y29sb3I6IzFGNDk3RCc+Mi48L3NwYW4+PHNwYW4gbGFu Zz1FTi1VUw0Kc3R5bGU9J2ZvbnQtc2l6ZTo3LjBwdDtjb2xvcjojMUY0OTdEJz4mbmJzcDsmbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgPC9zcGFuPjxzcGFuDQpsYW5nPUVOLVVTIHN0eWxl PSdmb250LXNpemU6MTEuMHB0O2ZvbnQtZmFtaWx5OiJDYWxpYnJpIiwic2Fucy1zZXJpZiI7DQpj b2xvcjojMUY0OTdEJz5PcGVuIGEgY29tbWFuZCB3aW5kb3cgPC9zcGFuPjxvOnA+PC9vOnA+PC9w Pg0KDQo8cCBjbGFzcz1Nc29MaXN0UGFyYWdyYXBoPjxzcGFuIGxhbmc9RU4tVVMgc3R5bGU9J2Zv bnQtc2l6ZToxMS4wcHQ7Zm9udC1mYW1pbHk6DQoiQ2FsaWJyaSIsInNhbnMtc2VyaWYiO2NvbG9y OiMxRjQ5N0QnPjMuPC9zcGFuPjxzcGFuIGxhbmc9RU4tVVMNCnN0eWxlPSdmb250LXNpemU6Ny4w cHQ7Y29sb3I6IzFGNDk3RCc+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IDwv c3Bhbj48c3Bhbg0KbGFuZz1FTi1VUyBzdHlsZT0nZm9udC1zaXplOjExLjBwdDtmb250LWZhbWls eToiQ2FsaWJyaSIsInNhbnMtc2VyaWYiOw0KY29sb3I6IzFGNDk3RCc+R28gdG8gdGhlIGRpc3Ry aWJ1dGlvbiBzb3VyY2UgZGlyZWN0b3J5ICgvc3JjKTwvc3Bhbj48bzpwPjwvbzpwPjwvcD4NCg0K PHAgY2xhc3M9TXNvTGlzdFBhcmFncmFwaD48c3BhbiBsYW5nPUVOLVVTIHN0eWxlPSdmb250LXNp emU6MTEuMHB0O2ZvbnQtZmFtaWx5Og0KIkNhbGlicmkiLCJzYW5zLXNlcmlmIjtjb2xvcjojMUY0 OTdEJz40Ljwvc3Bhbj48c3BhbiBsYW5nPUVOLVVTDQpzdHlsZT0nZm9udC1zaXplOjcuMHB0O2Nv bG9yOiMxRjQ5N0QnPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyA8L3NwYW4+ PHNwYW4NCmxhbmc9RU4tVVMgc3R5bGU9J2ZvbnQtc2l6ZToxMS4wcHQ7Zm9udC1mYW1pbHk6IkNh bGlicmkiLCJzYW5zLXNlcmlmIjsNCmNvbG9yOiMxRjQ5N0QnPlJ1biDigJxtdm4gY2xlYW4gaW5z dGFsbCBlY2xpcHNlOmVjbGlwc2XigJ08L3NwYW4+PG86cD48L286cD48L3A+DQoNCjxwIGNsYXNz PU1zb05vcm1hbD48c3BhbiBsYW5nPUVOLVVTIHN0eWxlPSdmb250LXNpemU6MTEuMHB0O2ZvbnQt ZmFtaWx5OiJDYWxpYnJpIiwic2Fucy1zZXJpZiI7DQpjb2xvcjojMUY0OTdEJz5UaGVuIHlvdSB3 aWxsIGhhdmUgeW91ciBFY2xpcHNlIHByb2plY3QgZmlsZXMgZ2VuZXJhdGVkLjwvc3Bhbj48bzpw PjwvbzpwPjwvcD4NCg0KPHAgY2xhc3M9TXNvTm9ybWFsPjxzcGFuIGxhbmc9RU4tVVMgc3R5bGU9 J2ZvbnQtc2l6ZToxMS4wcHQ7Zm9udC1mYW1pbHk6IkNhbGlicmkiLCJzYW5zLXNlcmlmIjsNCmNv bG9yOiMxRjQ5N0QnPiZuYnNwOzwvc3Bhbj48bzpwPjwvbzpwPjwvcD4NCg0KPHAgY2xhc3M9TXNv Tm9ybWFsPjxzcGFuIGxhbmc9RU4tVVMgc3R5bGU9J2ZvbnQtc2l6ZToxMS4wcHQ7Zm9udC1mYW1p bHk6IkNhbGlicmkiLCJzYW5zLXNlcmlmIjsNCmNvbG9yOiMxRjQ5N0QnPkkgaGF2ZSBub3QgYmVl biBhYmxlIHRvIGNoZWNrIHdoZXRoZXIgdGhlcmUgaXMgYSBwcm9ibGVtIHdpdGgNCnRoZSBzYW1w bGUgYW5kIE15U3FsLiBJZiBpdCBkb2VzIG5vdCB3b3JrIHdpdGggYXV0b2NvbW1pdCBzZXQgdG8g dHJ1ZSB0cnkNCmNoYW5naW5nIGl0IChhbHRob3VnaCBpdCBzaG91bGQgbm90IHJlYWxseSBtYXR0 ZXIpLiBJZiB5b3UgcmVjZWl2ZSBhbiBlcnJvcg0KcGxlYXNlIHBvc3QgaXQgKHRvIDxhIGhyZWY9 Im1haWx0bzplbXBpcmUtZGItdXNlckBpbmN1YmF0b3IuYXBhY2hlLm9yZyINCnRhcmdldD0iX2Js YW5rIj5lbXBpcmUtZGItdXNlckBpbmN1YmF0b3IuYXBhY2hlLm9yZzwvYT4pLjwvc3Bhbj48bzpw PjwvbzpwPjwvcD4NCg0KPHAgY2xhc3M9TXNvTm9ybWFsPjxzcGFuIGxhbmc9RU4tVVMgc3R5bGU9 J2ZvbnQtc2l6ZToxMS4wcHQ7Zm9udC1mYW1pbHk6IkNhbGlicmkiLCJzYW5zLXNlcmlmIjsNCmNv bG9yOiMxRjQ5N0QnPiZuYnNwOzwvc3Bhbj48bzpwPjwvbzpwPjwvcD4NCg0KPHAgY2xhc3M9TXNv Tm9ybWFsPjxzcGFuIGxhbmc9RU4tVVMgc3R5bGU9J2ZvbnQtc2l6ZToxMS4wcHQ7Zm9udC1mYW1p bHk6IkNhbGlicmkiLCJzYW5zLXNlcmlmIjsNCmNvbG9yOiMxRjQ5N0QnPkxhc3QsIHRoZXJlIGlz IGFuIGV4YW1wbGUgZm9yIGRhdGEgbW9kZWwgY2hhbmdlcyBhdCBydW50aW1lIGluDQp0aGUgYWR2 YW5jZWQgc2FtcGxlIChzZWUgZnVuY3Rpb24gZGRsU2FtcGxlKCkgaW4gY2xhc3MgU2FtcGxlQWR2 QXBwKS48L3NwYW4+PG86cD48L286cD48L3A+DQoNCjxwIGNsYXNzPU1zb05vcm1hbD48c3BhbiBs YW5nPUVOLVVTIHN0eWxlPSdmb250LXNpemU6MTEuMHB0O2ZvbnQtZmFtaWx5OiJDYWxpYnJpIiwi c2Fucy1zZXJpZiI7DQpjb2xvcjojMUY0OTdEJz4mbmJzcDs8L3NwYW4+PG86cD48L286cD48L3A+ DQoNCjxwIGNsYXNzPU1zb05vcm1hbD48c3BhbiBsYW5nPUVOLVVTIHN0eWxlPSdmb250LXNpemU6 MTEuMHB0O2ZvbnQtZmFtaWx5OiJDYWxpYnJpIiwic2Fucy1zZXJpZiI7DQpjb2xvcjojMUY0OTdE Jz5JIGhvcGUgdGhpcyBhbnN3ZXIgaXMgbm90IHRvbyBsYXRlLjwvc3Bhbj48bzpwPjwvbzpwPjwv cD4NCg0KPHAgY2xhc3M9TXNvTm9ybWFsPjxzcGFuIGxhbmc9RU4tVVMgc3R5bGU9J2ZvbnQtc2l6 ZToxMS4wcHQ7Zm9udC1mYW1pbHk6IkNhbGlicmkiLCJzYW5zLXNlcmlmIjsNCmNvbG9yOiMxRjQ5 N0QnPkFzIG1lbnRpb25lZCBhYm92ZSBwbGVhc2UgYWRyZXNzZSBmdXJ0aGVyIHF1ZXN0aW9ucyB0 byB0aGUNCkFwYWNoZSBtYWlsaW5nIGxpc3QuIDwvc3Bhbj48bzpwPjwvbzpwPjwvcD4NCg0KPHAg Y2xhc3M9TXNvTm9ybWFsPjxzcGFuIGxhbmc9RU4tVVMgc3R5bGU9J2ZvbnQtc2l6ZToxMS4wcHQ7 Zm9udC1mYW1pbHk6IkNhbGlicmkiLCJzYW5zLXNlcmlmIjsNCmNvbG9yOiMxRjQ5N0QnPlRoYW5r cyw8L3NwYW4+PG86cD48L286cD48L3A+DQoNCjxwIGNsYXNzPU1zb05vcm1hbD48c3BhbiBsYW5n PUVOLVVTIHN0eWxlPSdmb250LXNpemU6MTEuMHB0O2ZvbnQtZmFtaWx5OiJDYWxpYnJpIiwic2Fu cy1zZXJpZiI7DQpjb2xvcjojMUY0OTdEJz4mbmJzcDs8L3NwYW4+PG86cD48L286cD48L3A+DQoN CjxwIGNsYXNzPU1zb05vcm1hbD48c3BhbiBsYW5nPUVOLVVTIHN0eWxlPSdmb250LXNpemU6MTEu MHB0O2ZvbnQtZmFtaWx5OiJDYWxpYnJpIiwic2Fucy1zZXJpZiI7DQpjb2xvcjojMUY0OTdEJz5S YWluZXI8L3NwYW4+PG86cD48L286cD48L3A+DQoNCjxwIGNsYXNzPU1zb05vcm1hbD48c3BhbiBs YW5nPUVOLVVTIHN0eWxlPSdmb250LXNpemU6MTEuMHB0O2ZvbnQtZmFtaWx5OiJDYWxpYnJpIiwi c2Fucy1zZXJpZiI7DQpjb2xvcjojMUY0OTdEJz4mbmJzcDs8L3NwYW4+PG86cD48L286cD48L3A+ DQoNCjxwIGNsYXNzPU1zb05vcm1hbD48c3BhbiBsYW5nPUVOLVVTIHN0eWxlPSdmb250LXNpemU6 MTEuMHB0O2ZvbnQtZmFtaWx5OiJDYWxpYnJpIiwic2Fucy1zZXJpZiI7DQpjb2xvcjojMUY0OTdE Jz4mbmJzcDs8L3NwYW4+PG86cD48L286cD48L3A+DQoNCjxkaXYgc3R5bGU9J2JvcmRlcjpub25l O2JvcmRlci1sZWZ0OnNvbGlkIHdpbmRvd3RleHQgMS41cHQ7cGFkZGluZzowY20gMGNtIDBjbSA0 LjBwdDsNCmJvcmRlci1jb2xvcjotbW96LXVzZS10ZXh0LWNvbG9yIC1tb3otdXNlLXRleHQtY29s b3IgLW1vei11c2UtdGV4dC1jb2xvciBibHVlJz4NCg0KPGRpdj4NCg0KPGRpdiBzdHlsZT0nYm9y ZGVyOm5vbmU7Ym9yZGVyLXRvcDpzb2xpZCB3aW5kb3d0ZXh0IDEuMHB0O3BhZGRpbmc6My4wcHQg MGNtIDBjbSAwY207DQpib3JkZXItY29sb3I6LW1vei11c2UtdGV4dC1jb2xvciAtbW96LXVzZS10 ZXh0LWNvbG9yJz4NCg0KPHAgY2xhc3M9TXNvTm9ybWFsPjxiPjxzcGFuIHN0eWxlPSdmb250LXNp emU6MTAuMHB0O2ZvbnQtZmFtaWx5OiJUYWhvbWEiLCJzYW5zLXNlcmlmIic+Vm9uOjwvc3Bhbj48 L2I+PHNwYW4NCnN0eWxlPSdmb250LXNpemU6MTAuMHB0O2ZvbnQtZmFtaWx5OiJUYWhvbWEiLCJz YW5zLXNlcmlmIic+IHBoaWwgYmFycmV0dCBbbWFpbHRvOnBieDk5NTlAeWFob28uY28udWtdDQo8 YnI+DQo8Yj5HZXNlbmRldDo8L2I+IERpZW5zdGFnLCA4LiBEZXplbWJlciAyMDA5IDEwOjIwPGJy Pg0KPGI+QW46PC9iPiBlbXBpcmUtZGI8YnI+DQo8Yj5CZXRyZWZmOjwvYj4gU2FtcGxlcyBQcm9i bGVtPC9zcGFuPjxvOnA+PC9vOnA+PC9wPg0KDQo8L2Rpdj4NCg0KPC9kaXY+DQoNCjxwIGNsYXNz PU1zb05vcm1hbD4mbmJzcDs8bzpwPjwvbzpwPjwvcD4NCg0KPGRpdj4NCg0KPGRpdj4NCg0KPHAg Y2xhc3M9TXNvTm9ybWFsPjxzcGFuIHN0eWxlPSdmb250LXNpemU6MTAuMHB0Jz5IaSwgZG93bmxv YWRlZCBhbmQgdHJpZWQgdG8NCnJ1biB5b3VyIHNhbXBsZXMsIEkgaGF2ZSB0aGUgbGF0ZXN0IHZl cnNpb24gb2YgRWNsaXBzZSBpbnN0YWxsZWQuIEZyb20geW91cg0KZGlyZWN0b3J5IHN0cnVjdHVy ZSB0aGVyZSBkb2VzbnQgc2VlbSB0byBiZSBhIHByb2plY3QgcGF0aCBvciBvdGhlcndpc2UgdGhh dA0KRWNsaXBzZSB3aWxsIGltcG9ydCwgdGhlIG9ubHkgd2F5IEkgY291bGQgZG8gaXQgd2FzIHRv IGluY2x1ZGUgdGhlIGZpbGVzIGFzDQpzb3VyY2UuIE1pZ2h0IGJlIGJldHRlciBpZiB5b3UgZXhw b3J0ZWQgeW91ciBlY2xpcHNlIHByb2plY3QgYXMgYSBwcm9qZWN0DQphcmNoaXZlLjxicj4NCkkg YW0gdXNpbmcgTXlTcWwgZnJlc2ggZGVmYXVsdHMgaW5zdGFsbCwgaWYgeW91IHJ1biB0aGUgc2lt cGxlIHNhbXBsZSBpdCBmYWlscw0KYXMgdGhlIGF1dG9jb21taXQgaXMgdHJ1ZSwgaWYgSSBnZXQg YW55IHJlcGx5IGJhY2sgZnJvbSB0aGlzIG1haWwsIEkgY2FuIGdldA0KeW91IG1vcmUgaW5mbyBh cyB0byB3aGVyZS48YnI+DQpNaWdodCBiZSB1c2VmdWwgdG8gc2F5IHdoZXJlIHRoZSBqYXJzIHRo YXQgbmVlZCB0byBiZSBpbmNsdWRlZCBjYW4gYmUgZm91bmQsIG9yDQppbmNsdWRlIHRoZW0gaW4g dGhlIHByb2plY3QgYXJjaGl2ZS48YnI+DQo8YnI+DQpZb3UgaGF2ZSBzb21lIHdvcmRzIGFib3V0 IHRoaXMgJ3doaWNoIGV2ZW4gYWxsb3cgZGF0YSBtb2RlbCBjaGFuZ2VzIGF0IHJ1bnRpbWUnDQpi dXQgbm8gaW5mb3JtYXRpb24gYXMgdG8gaG93IHlvdSBhY2hpZXZlIHRoaXMsIG9yIHdvdWxkIGlt cGxlbWVudCBpdCBhcyB5b3UNCmhhdmUgYXQgbGVhc3QgaW4gdGhlIGV4YW1wbGUgc3RhdGljIGJl YW4gY2xhc3NlcyBzdWNoIGFzIEVtcGxveWVlcyB3aGljaCBoYXMNCmF0dHJpYnV0ZXMgYW5kIGlu ZGV4ZXMgZXRjIGRlZmluZWQgd2hpY2ggd291bGQgbWVhbiBhIGNoYW5nZSB0byBhIGNsYXNzIHRo YXQNCndvdWxkIHRoZW4gaGF2ZSB0byBiZSByZWRlcGxveWVkLCBuZXcgdmFsdWVzIHdoaWNoIGhh dmUgdG8gYmUgc2V0IGluIGEgdGFibGUNCndoaWNoIG1heSBjb250YWluIG1hbnkgbWlsbGlvbnMg b2Ygcm93cywgaW5kZXggcmVidWlsZHMgZXRjLCBjYW4geW91IGdpdmUgbWUNCnNvbWUgYnJpZWYg aW5zaWdodCBpbnRvIHRoaXMgYW5kIEkgd2lsbCB0cnkgYW5kIHRlc3QgaXQgbXlzZWxmIChjb2Rl IGV4YW1wbGVzDQp3b3VsZCBiZSBnb29kIDotICk8YnI+DQo8YnI+DQo8L3NwYW4+PHNwYW4gc3R5 bGU9J2ZvbnQtc2l6ZToxMC4wcHQ7Zm9udC1mYW1pbHk6IkNvdXJpZXIgTmV3Iic+UmVnYXJkcyBQ aGlsPC9zcGFuPjxvOnA+PC9vOnA+PC9wPg0KDQo8L2Rpdj4NCg0KPC9kaXY+DQoNCjxwIGNsYXNz PU1zb05vcm1hbD4mbmJzcDs8bzpwPjwvbzpwPjwvcD4NCg0KPC9kaXY+DQoNCjwvZGl2Pg0KDQo8 L2Rpdj4NCg0KPC9kaXY+DQoNCjwvZGl2Pg0KDQo8cCBjbGFzcz1Nc29Ob3JtYWw+PG86cD4mbmJz cDs8L286cD48L3A+DQoNCjwvZGl2Pg0KDQo8L2Rpdj4NCg0KPC9ib2R5Pg0KDQo8L2h0bWw+DQo= ------_=_NextPart_001_01CA7D04.EFA772C9--
From [email protected] Fri Mar 01 14:10:46 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4350 invoked from network); 1 Mar 2002 14:10:45 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 1 Mar 2002 14:10:45 -0000 Received: (qmail 28893 invoked by uid 97); 1 Mar 2002 14:10:11 -0000 Delivered-To: [email protected] Received: (qmail 28554 invoked by uid 97); 1 Mar 2002 14:10:09 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 28458 invoked from network); 1 Mar 2002 14:10:07 -0000 Date: 1 Mar 2002 14:10:05 -0000 Message-ID: <[email protected]> From: Ted Husted <[email protected]> To: [email protected] Subject: [GUMP] Build Failure - cactus-23 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ---------------------------------------------------- This email is autogenerated from the output from: <http://jakarta.apache.org/builds/gump/2002-03-01/jakarta-cactus-23.html> ---------------------------------------------------- Build results exceed maximum length. Please see URL above for details. Last 50 lines of build output follows. [java] [junit] at org.apache.cactus.server.ServletTestRedirector.doGet(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.java(1k):1140) [java] [junit] at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) [java] [junit] at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) [java] [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source) [java] [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardContextValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardContext.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardHostValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.valves.ErrorDispatcherValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardEngineValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.connector.http.HttpProcessor.process(Unknown Source) [java] [junit] at org.apache.catalina.connector.http.HttpProcessor.run(Unknown Source) [java] [junit] at java.lang.Thread.run(Thread.java:484) [java] [junit] [java] [junit] Testcase: testLongProcess [java] [java] stop_tomcat_40: [java] [java] log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax). [java] [java] log4j:WARN Please initialize the log4j system properly. [java] [java] Stopping service Tomcat-Standalone [java] [java] HttpConnector[8082] Stopping background thread [java] [java] StandardHost[localhost]: Removing web application at context path /test [java] [java] BUILD FAILED [java] [runservertests] Server stopped ! [java] /home/rubys/jakarta/jakarta-cactus/target/servlet23/dist/sample/build/build.xml:378: Test org.apache.cactus.TestAll failed [java] [java] Total time: 46 seconds BUILD FAILED /home/rubys/jakarta/jakarta-cactus/build/build-servletapi.xml:645: Java returned: 1 Total time: 3 minutes 25 seconds -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sat Mar 02 11:44:48 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87093 invoked from network); 2 Mar 2002 11:44:48 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Mar 2002 11:44:48 -0000 Received: (qmail 1552 invoked by uid 97); 2 Mar 2002 11:44:48 -0000 Delivered-To: [email protected] Received: (qmail 1506 invoked by uid 97); 2 Mar 2002 11:44:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 1495 invoked by uid 97); 2 Mar 2002 11:44:46 -0000 Date: 2 Mar 2002 11:44:45 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/anttasks build.properties.sample X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/02 03:44:45 Modified: anttasks build.properties.sample Log: no more needed properties Revision Changes Path 1.3 +1 -4 jakarta-cactus/anttasks/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-cactus/anttasks/build.properties.sample,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build.properties.sample 26 Feb 2002 00:57:29 -0000 1.2 +++ build.properties.sample 2 Mar 2002 11:44:45 -0000 1.3 @@ -6,7 +6,7 @@ # rename this file to "build.properties" in the same directory that contains the # "build.xml" file. # -# $Id: build.properties.sample,v 1.2 2002/02/26 00:57:29 vmassol Exp $ +# $Id: build.properties.sample,v 1.3 2002/03/02 11:44:45 vmassol Exp $ # ----------------------------------------------------------------------------- # WARNING: The relative paths below are relative to the directory where the @@ -15,6 +15,3 @@ # ----------------------------------------------------------------------------- # Mandatory properties # ----------------------------------------------------------------------------- - -# Location of the Ant jar -ant.jar=../../jakarta-ant/build/lib/ant.jar -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sat Mar 02 14:13:03 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25512 invoked from network); 2 Mar 2002 14:13:03 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Mar 2002 14:13:03 -0000 Received: (qmail 20435 invoked by uid 97); 2 Mar 2002 14:12:46 -0000 Delivered-To: [email protected] Received: (qmail 20272 invoked by uid 97); 2 Mar 2002 14:12:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20038 invoked from network); 2 Mar 2002 14:12:42 -0000 Date: 2 Mar 2002 14:12:40 -0000 Message-ID: <[email protected]> From: Ted Husted <[email protected]> To: [email protected] Subject: [GUMP] Build Failure - cactus-23 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ---------------------------------------------------- This email is autogenerated from the output from: <http://jakarta.apache.org/builds/gump/2002-03-02/jakarta-cactus-23.html> ---------------------------------------------------- Build results exceed maximum length. Please see URL above for details. Last 50 lines of build output follows. [java] [junit] at org.apache.cactus.server.ServletTestRedirector.doGet(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.java(1k):1140) [java] [junit] at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) [java] [junit] at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) [java] [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source) [java] [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardContextValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardContext.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardHostValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.valves.ErrorDispatcherValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardEngineValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.connector.http.HttpProcessor.process(Unknown Source) [java] [junit] at org.apache.catalina.connector.http.HttpProcessor.run(Unknown Source) [java] [junit] at java.lang.Thread.run(Thread.java:484) [java] [junit] [java] [junit] Testcase: testLongProcess [java] [java] stop_tomcat_40: [java] [java] log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax). [java] [java] log4j:WARN Please initialize the log4j system properly. [java] [java] Stopping service Tomcat-Standalone [java] [java] HttpConnector[8082] Stopping background thread [java] [java] StandardHost[localhost]: Removing web application at context path /test [java] [runservertests] Server stopped ! [java] [java] BUILD FAILED [java] /home/rubys/jakarta/jakarta-cactus/target/servlet23/dist/sample/build/build.xml:378: Test org.apache.cactus.TestAll failed [java] [java] Total time: 46 seconds BUILD FAILED /home/rubys/jakarta/jakarta-cactus/build/build-servletapi.xml:645: Java returned: 1 Total time: 3 minutes 25 seconds -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sat Mar 02 18:28:30 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2477 invoked from network); 2 Mar 2002 18:28:30 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 2 Mar 2002 18:28:30 -0000 Received: (qmail 14688 invoked by uid 97); 2 Mar 2002 18:28:33 -0000 Delivered-To: [email protected] Received: (qmail 14655 invoked by uid 97); 2 Mar 2002 18:28:32 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 14644 invoked by uid 97); 2 Mar 2002 18:28:31 -0000 Date: 2 Mar 2002 18:28:27 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/anttasks build.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/02 10:28:27 Modified: anttasks build.xml Log: minor change to doc Revision Changes Path 1.8 +2 -2 jakarta-cactus/anttasks/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/anttasks/build.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- build.xml 1 Mar 2002 00:32:54 -0000 1.7 +++ build.xml 2 Mar 2002 18:28:27 -0000 1.8 @@ -231,7 +231,7 @@ </target> <target name="release" depends="release.prepare,release.common" - description="Generate the release"> + description="Generate a release"> </target> <!-- @@ -254,7 +254,7 @@ </target> <target name="nightly" depends="nightly.prepare,release.common" - description="Generate the release"> + description="Generate a nightly release"> </target> <!-- -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 03 14:35:06 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56484 invoked from network); 3 Mar 2002 14:35:06 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 3 Mar 2002 14:35:06 -0000 Received: (qmail 26085 invoked by uid 97); 3 Mar 2002 14:35:02 -0000 Delivered-To: [email protected] Received: (qmail 26021 invoked by uid 97); 3 Mar 2002 14:35:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 25992 invoked from network); 3 Mar 2002 14:35:00 -0000 Date: 3 Mar 2002 14:34:58 -0000 Message-ID: <[email protected]> From: Ted Husted <[email protected]> To: [email protected] Subject: [GUMP] Build Failure - cactus-23 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ---------------------------------------------------- This email is autogenerated from the output from: <http://jakarta.apache.org/builds/gump/2002-03-03/jakarta-cactus-23.html> ---------------------------------------------------- Build results exceed maximum length. Please see URL above for details. Last 50 lines of build output follows. [java] [junit] at org.apache.cactus.server.ServletTestRedirector.doGet(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.java(1k):1140) [java] [junit] at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) [java] [junit] at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) [java] [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source) [java] [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardContextValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardContext.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardHostValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.valves.ErrorDispatcherValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardEngineValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.connector.http.HttpProcessor.process(Unknown Source) [java] [junit] at org.apache.catalina.connector.http.HttpProcessor.run(Unknown Source) [java] [junit] at java.lang.Thread.run(Thread.java:484) [java] [junit] [java] [junit] Testcase: testLongProcess [java] [java] stop_tomcat_40: [java] [java] log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax). [java] [java] log4j:WARN Please initialize the log4j system properly. [java] [java] Stopping service Tomcat-Standalone [java] [java] HttpConnector[8082] Stopping background thread [java] [java] StandardHost[localhost]: Removing web application at context path /test [java] [java] BUILD FAILED [java] [runservertests] Server stopped ! [java] /home/rubys/jakarta/jakarta-cactus/target/servlet23/dist/sample/build/build.xml:378: Test org.apache.cactus.TestAll failed [java] [java] Total time: 44 seconds BUILD FAILED /home/rubys/jakarta/jakarta-cactus/build/build-servletapi.xml:645: Java returned: 1 Total time: 3 minutes 22 seconds -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Mon Mar 04 14:28:58 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27285 invoked from network); 4 Mar 2002 14:28:57 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 4 Mar 2002 14:28:57 -0000 Received: (qmail 16222 invoked by uid 97); 4 Mar 2002 14:28:53 -0000 Delivered-To: [email protected] Received: (qmail 16165 invoked by uid 97); 4 Mar 2002 14:28:52 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 16137 invoked from network); 4 Mar 2002 14:28:51 -0000 Date: 4 Mar 2002 14:28:48 -0000 Message-ID: <[email protected]> From: Ted Husted <[email protected]> To: [email protected] Subject: [GUMP] Build Failure - cactus-23 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ---------------------------------------------------- This email is autogenerated from the output from: <http://jakarta.apache.org/builds/gump/2002-03-04/jakarta-cactus-23.html> ---------------------------------------------------- Build results exceed maximum length. Please see URL above for details. Last 50 lines of build output follows. [java] [junit] at org.apache.cactus.server.ServletTestRedirector.doGet(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.java(1k):1140) [java] [junit] at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) [java] [junit] at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) [java] [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source) [java] [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardContextValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardContext.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardHostValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.valves.ErrorDispatcherValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardEngineValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.connector.http.HttpProcessor.process(Unknown Source) [java] [junit] at org.apache.catalina.connector.http.HttpProcessor.run(Unknown Source) [java] [junit] at java.lang.Thread.run(Thread.java:484) [java] [junit] [java] [junit] Testcase: testLongProcess [java] [java] stop_tomcat_40: [java] [java] log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax). [java] [java] log4j:WARN Please initialize the log4j system properly. [java] [java] Stopping service Tomcat-Standalone [java] [java] HttpConnector[8082] Stopping background thread [java] [java] StandardHost[localhost]: Removing web application at context path /test [java] [runservertests] Server stopped ! [java] [java] BUILD FAILED [java] /home/rubys/jakarta/jakarta-cactus/target/servlet23/dist/sample/build/build.xml:378: Test org.apache.cactus.TestAll failed [java] [java] Total time: 43 seconds BUILD FAILED /home/rubys/jakarta/jakarta-cactus/build/build-servletapi.xml:645: Java returned: 1 Total time: 3 minutes 22 seconds -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Mar 05 14:38:01 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81022 invoked from network); 5 Mar 2002 14:38:00 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 5 Mar 2002 14:38:00 -0000 Received: (qmail 13131 invoked by uid 97); 5 Mar 2002 14:37:54 -0000 Delivered-To: [email protected] Received: (qmail 12905 invoked by uid 97); 5 Mar 2002 14:37:52 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 12850 invoked from network); 5 Mar 2002 14:37:51 -0000 Date: 5 Mar 2002 14:37:49 -0000 Message-ID: <[email protected]> From: Ted Husted <[email protected]> To: [email protected] Subject: [GUMP] Build Failure - cactus-23 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ---------------------------------------------------- This email is autogenerated from the output from: <http://jakarta.apache.org/builds/gump/2002-03-05/jakarta-cactus-23.html> ---------------------------------------------------- Build results exceed maximum length. Please see URL above for details. Last 50 lines of build output follows. [java] [junit] at org.apache.cactus.server.ServletTestRedirector.doGet(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.java(1k):1140) [java] [junit] at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) [java] [junit] at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) [java] [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source) [java] [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardContextValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardContext.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardHostValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.valves.ErrorDispatcherValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardEngineValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.connector.http.HttpProcessor.process(Unknown Source) [java] [junit] at org.apache.catalina.connector.http.HttpProcessor.run(Unknown Source) [java] [junit] at java.lang.Thread.run(Thread.java:484) [java] [junit] [java] [junit] Testcase: testLongProcess [java] [java] stop_tomcat_40: [java] [java] log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax). [java] [java] log4j:WARN Please initialize the log4j system properly. [java] [java] Stopping service Tomcat-Standalone [java] [java] HttpConnector[8082] Stopping background thread [java] [java] StandardHost[localhost]: Removing web application at context path /test [java] [java] BUILD FAILED [java] [runservertests] Server stopped ! [java] /home/rubys/jakarta/jakarta-cactus/target/servlet23/dist/sample/build/build.xml:378: Test org.apache.cactus.TestAll failed [java] [java] Total time: 44 seconds BUILD FAILED /home/rubys/jakarta/jakarta-cactus/build/build-servletapi.xml:645: Java returned: 1 Total time: 3 minutes 23 seconds -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed Mar 06 14:40:25 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78710 invoked from network); 6 Mar 2002 14:40:24 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 6 Mar 2002 14:40:24 -0000 Received: (qmail 23201 invoked by uid 97); 6 Mar 2002 14:40:15 -0000 Delivered-To: [email protected] Received: (qmail 23018 invoked by uid 97); 6 Mar 2002 14:40:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22949 invoked from network); 6 Mar 2002 14:40:12 -0000 Date: 6 Mar 2002 14:40:10 -0000 Message-ID: <[email protected]> From: Ted Husted <[email protected]> To: [email protected] Subject: [GUMP] Build Failure - cactus-23 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ---------------------------------------------------- This email is autogenerated from the output from: <http://jakarta.apache.org/builds/gump/2002-03-06/jakarta-cactus-23.html> ---------------------------------------------------- Build results exceed maximum length. Please see URL above for details. Last 50 lines of build output follows. [java] [junit] at org.apache.cactus.server.ServletTestRedirector.doGet(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.java(1k):1140) [java] [junit] at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) [java] [junit] at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) [java] [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source) [java] [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardContextValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardContext.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardHostValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.valves.ErrorDispatcherValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardEngineValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.connector.http.HttpProcessor.process(Unknown Source) [java] [junit] at org.apache.catalina.connector.http.HttpProcessor.run(Unknown Source) [java] [junit] at java.lang.Thread.run(Thread.java:484) [java] [junit] [java] [junit] Testcase: testLongProcess [java] [java] stop_tomcat_40: [java] [java] log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax). [java] [java] log4j:WARN Please initialize the log4j system properly. [java] [java] Stopping service Tomcat-Standalone [java] [java] HttpConnector[8082] Stopping background thread [java] [java] StandardHost[localhost]: Removing web application at context path /test [java] [java] BUILD FAILED [java] [runservertests] Server stopped ! [java] /home/rubys/jakarta/jakarta-cactus/target/servlet23/dist/sample/build/build.xml:378: Test org.apache.cactus.TestAll failed [java] [java] Total time: 45 seconds BUILD FAILED /home/rubys/jakarta/jakarta-cactus/build/build-servletapi.xml:645: Java returned: 1 Total time: 3 minutes 23 seconds -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Mar 07 14:11:20 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87686 invoked from network); 7 Mar 2002 14:11:19 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 7 Mar 2002 14:11:19 -0000 Received: (qmail 7623 invoked by uid 97); 7 Mar 2002 14:11:09 -0000 Delivered-To: [email protected] Received: (qmail 7532 invoked by uid 97); 7 Mar 2002 14:11:08 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 7473 invoked from network); 7 Mar 2002 14:11:07 -0000 Date: 7 Mar 2002 14:11:05 -0000 Message-ID: <[email protected]> From: Ted Husted <[email protected]> To: [email protected] Subject: [GUMP] Build Failure - cactus-23 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ---------------------------------------------------- This email is autogenerated from the output from: <http://jakarta.apache.org/builds/gump/2002-03-07/jakarta-cactus-23.html> ---------------------------------------------------- Build results exceed maximum length. Please see URL above for details. Last 50 lines of build output follows. [java] [junit] at org.apache.cactus.server.ServletTestRedirector.doGet(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.java(1k):1140) [java] [junit] at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) [java] [junit] at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) [java] [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source) [java] [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardContextValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardContext.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardHostValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.valves.ErrorDispatcherValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardEngineValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.connector.http.HttpProcessor.process(Unknown Source) [java] [junit] at org.apache.catalina.connector.http.HttpProcessor.run(Unknown Source) [java] [junit] at java.lang.Thread.run(Thread.java:484) [java] [junit] [java] [junit] Testcase: testLongProcess [java] [java] stop_tomcat_40: [java] [java] log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax). [java] [java] log4j:WARN Please initialize the log4j system properly. [java] [java] Stopping service Tomcat-Standalone [java] [java] HttpConnector[8082] Stopping background thread [java] [java] StandardHost[localhost]: Removing web application at context path /test [java] [java] BUILD FAILED [java] [runservertests] Server stopped ! [java] /home/rubys/jakarta/jakarta-cactus/target/servlet23/dist/sample/build/build.xml:378: Test org.apache.cactus.TestAll failed [java] [java] Total time: 47 seconds BUILD FAILED /home/rubys/jakarta/jakarta-cactus/build/build-servletapi.xml:645: Java returned: 1 Total time: 3 minutes 27 seconds -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Mar 08 04:57:46 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27842 invoked from network); 8 Mar 2002 04:57:46 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 8 Mar 2002 04:57:46 -0000 Received: (qmail 9865 invoked by uid 97); 8 Mar 2002 04:57:56 -0000 Delivered-To: [email protected] Received: (qmail 9827 invoked by uid 97); 8 Mar 2002 04:57:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 23088 invoked from network); 8 Mar 2002 01:49:57 -0000 Reply-To: <[email protected]> From: "Paulo Gaspar" <[email protected]> To: <[email protected]> Cc: "Luis M. Rosso" <[email protected]>, <[email protected]> Subject: FW: Links broken in Cactus -> Documentation -> API Reference Date: Fri, 8 Mar 2002 03:06:43 +0100 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <01b101c1c539$1abebc80$0100a8c0@server> Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N -----Original Message----- From: Luis M. Rosso [mailto:[email protected]] Sent: Wednesday, March 06, 2002 7:03 PM To: [email protected] Subject: Links broken in Cactus -> Documentation -> API Reference Hi, the following 2 links in Cactus -> Documentation -> API Reference seem to be broken: http://jakarta.apache.org/cactus/javadoc/servlet22/index.html http://jakarta.apache.org/cactus/javadoc/servlet23/index.html Cheers Luis -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Mar 08 14:36:08 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92944 invoked from network); 8 Mar 2002 14:36:08 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 8 Mar 2002 14:36:08 -0000 Received: (qmail 4645 invoked by uid 97); 8 Mar 2002 14:35:17 -0000 Delivered-To: [email protected] Received: (qmail 4403 invoked by uid 97); 8 Mar 2002 14:35:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 4269 invoked from network); 8 Mar 2002 14:35:12 -0000 Date: 8 Mar 2002 14:35:11 -0000 Message-ID: <[email protected]> From: Ted Husted <[email protected]> To: [email protected] Subject: [GUMP] Build Failure - cactus-23 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ---------------------------------------------------- This email is autogenerated from the output from: <http://jakarta.apache.org/builds/gump/2002-03-08/jakarta-cactus-23.html> ---------------------------------------------------- Build results exceed maximum length. Please see URL above for details. Last 50 lines of build output follows. [java] [junit] at org.apache.cactus.server.ServletTestRedirector.doGet(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.java(1k):1140) [java] [junit] at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) [java] [junit] at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) [java] [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source) [java] [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardContextValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardContext.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardHostValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.valves.ErrorDispatcherValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardEngineValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.connector.http.HttpProcessor.process(Unknown Source) [java] [junit] at org.apache.catalina.connector.http.HttpProcessor.run(Unknown Source) [java] [junit] at java.lang.Thread.run(Thread.java:484) [java] [junit] [java] [junit] Testcase: testLongProcess [java] [java] stop_tomcat_40: [java] [java] log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax). [java] [java] log4j:WARN Please initialize the log4j system properly. [java] [java] Stopping service Tomcat-Standalone [java] [java] HttpConnector[8082] Stopping background thread [java] [java] StandardHost[localhost]: Removing web application at context path /test [java] [java] BUILD FAILED [java] [runservertests] Server stopped ! [java] /home/rubys/jakarta/jakarta-cactus/target/servlet23/dist/sample/build/build.xml:378: Test org.apache.cactus.TestAll failed [java] [java] Total time: 54 seconds BUILD FAILED /home/rubys/jakarta/jakarta-cactus/build/build-servletapi.xml:645: Java returned: 1 Total time: 3 minutes 32 seconds -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sat Mar 09 14:18:12 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62021 invoked from network); 9 Mar 2002 14:18:12 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 9 Mar 2002 14:18:12 -0000 Received: (qmail 3442 invoked by uid 97); 9 Mar 2002 14:18:11 -0000 Delivered-To: [email protected] Received: (qmail 3240 invoked by uid 97); 9 Mar 2002 14:18:08 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 3108 invoked from network); 9 Mar 2002 14:18:07 -0000 Date: 9 Mar 2002 14:18:04 -0000 Message-ID: <[email protected]> From: Ted Husted <[email protected]> To: [email protected] Subject: [GUMP] Build Failure - cactus-23 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ---------------------------------------------------- This email is autogenerated from the output from: <http://jakarta.apache.org/builds/gump/2002-03-09/jakarta-cactus-23.html> ---------------------------------------------------- Build results exceed maximum length. Please see URL above for details. Last 50 lines of build output follows. [java] [junit] at org.apache.cactus.server.ServletTestRedirector.doGet(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.java(1k):1140) [java] [junit] at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) [java] [junit] at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) [java] [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source) [java] [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardContextValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardContext.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardHostValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.valves.ErrorDispatcherValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardEngineValve.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown Source) [java] [junit] at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source) [java] [junit] at org.apache.catalina.core.ContainerBase.invoke(Unknown Source) [java] [junit] at org.apache.catalina.connector.http.HttpProcessor.process(Unknown Source) [java] [junit] at org.apache.catalina.connector.http.HttpProcessor.run(Unknown Source) [java] [junit] at java.lang.Thread.run(Thread.java:484) [java] [junit] [java] [junit] Testcase: testLongProcess [java] [java] stop_tomcat_40: [java] [java] log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax). [java] [java] log4j:WARN Please initialize the log4j system properly. [java] [java] Stopping service Tomcat-Standalone [java] [java] HttpConnector[8082] Stopping background thread [java] [java] StandardHost[localhost]: Removing web application at context path /test [java] [java] BUILD FAILED [java] [runservertests] Server stopped ! [java] /home/rubys/jakarta/jakarta-cactus/target/servlet23/dist/sample/build/build.xml:378: Test org.apache.cactus.TestAll failed [java] [java] Total time: 44 seconds BUILD FAILED /home/rubys/jakarta/jakarta-cactus/build/build-servletapi.xml:645: Java returned: 1 Total time: 3 minutes 24 seconds -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sat Mar 09 23:12:07 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95771 invoked from network); 9 Mar 2002 23:12:07 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 9 Mar 2002 23:12:07 -0000 Received: (qmail 902 invoked by uid 97); 9 Mar 2002 23:12:14 -0000 Delivered-To: [email protected] Received: (qmail 861 invoked by uid 97); 9 Mar 2002 23:12:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 850 invoked by uid 97); 9 Mar 2002 23:12:13 -0000 Date: 9 Mar 2002 23:12:04 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/src/framework/share/org/apache/cactus/server AbstractTestCaller.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ndlesiecki 02/03/09 15:12:04 Modified: src/framework/share/org/apache/cactus/server AbstractTestCaller.java Log: added ThreadContext class loading. Did not seem to affect test results, but may nto provide addl. functionality. Will have to test functionality soon. Revision Changes Path 1.10 +12 -3 jakarta-cactus/src/framework/share/org/apache/cactus/server/AbstractTestCaller.java Index: AbstractTestCaller.java =================================================================== RCS file: /home/cvs/jakarta-cactus/src/framework/share/org/apache/cactus/server/AbstractTestCaller.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- AbstractTestCaller.java 17 Feb 2002 20:03:24 -0000 1.9 +++ AbstractTestCaller.java 9 Mar 2002 23:12:04 -0000 1.10 @@ -74,8 +74,9 @@ * provides a common abstraction for all test web requests. * * @author <a href="mailto:[email protected]">Vincent Massol</a> + * @author <a href="mailto:[email protected]">Nicholas Lesiecki</a> * - * @version $Id: AbstractTestCaller.java,v 1.9 2002/02/17 20:03:24 vmassol Exp $ + * @version $Id: AbstractTestCaller.java,v 1.10 2002/03/09 23:12:04 ndlesiecki Exp $ */ public abstract class AbstractTestCaller { @@ -296,7 +297,7 @@ // Print info on the classloader used to load this class if (LOGGER.isDebugEnabled()) { StringBuffer buffer = new StringBuffer("Classloaders = "); - ClassLoader classLoader = this.getClass().getClassLoader(); + ClassLoader classLoader = getAppropriateClassLoader(); while (classLoader != null) { buffer.append(classLoader.toString()); classLoader = classLoader.getParent(); @@ -338,7 +339,7 @@ // Get the class to call and build an instance of it. Class testClass = null; try { - testClass = Class.forName(theClassName); + testClass = Class.forName(theClassName, true, getAppropriateClassLoader()); } catch (Exception e) { String message = "Error finding class [" + theClassName + "] in classpath. "; @@ -357,4 +358,12 @@ return testClass; } + private ClassLoader getAppropriateClassLoader(){ + ClassLoader loader = Thread.currentThread().getContextClassLoader(); + if(loader == null){ + loader = this.getClass().getClassLoader(); + } + return loader; + } + } -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sat Mar 09 23:12:52 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95846 invoked from network); 9 Mar 2002 23:12:52 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 9 Mar 2002 23:12:52 -0000 Received: (qmail 980 invoked by uid 97); 9 Mar 2002 23:12:59 -0000 Delivered-To: [email protected] Received: (qmail 964 invoked by uid 97); 9 Mar 2002 23:12:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 953 invoked by uid 97); 9 Mar 2002 23:12:58 -0000 Date: 9 Mar 2002 23:12:49 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/build build.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ndlesiecki 02/03/09 15:12:49 Modified: build build.xml Log: added dependency checking to fail builds if required libs not avail. Revision Changes Path 1.37 +73 -2 jakarta-cactus/build/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/build/build.xml,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- build.xml 24 Feb 2002 19:25:44 -0000 1.36 +++ build.xml 9 Mar 2002 23:12:49 -0000 1.37 @@ -212,7 +212,78 @@ </target> - <target name="init"> + <target name="check_required"> + <echo message="Checking required properties."/> + <echo message="cactus.ant.jar = ${cactus.ant.jar}"/> + <echo message="junit.jar = ${junit.jar}"/> + <echo message="httpunit.jar = ${httpunit.jar}"/> + <echo message="httpclient.jar = ${httpclient.jar}"/> + <echo message="log4j.jar = ${log4j.jar}"/> + <echo message="aspectjrt.jar = ${aspectjrt.jar}"/> + <condition property="required_properites_set"> + <and> + <available file="${cactus.ant.jar}"/> + <available file="${junit.jar}"/> + <available file="${httpunit.jar}"/> + <available file="${httpclient.jar}"/> + <available file="${log4j.jar}"/> + <available file="${aspectjrt.jar}"/> + </and> + </condition> + <echo message="All requirements met = ${required_properites_set}"/> + <antcall target="enforce_requirements"/> + </target> + + <target name="enforce_requirements" unless="required_properites_set"> + <fail> + You are missing a required property. The following properties need to be + set in a ./build.properties or ${user.home}/build.properties file : + + cactus.ant.jar [REQUIRED] The path to the Cactus Ant jar. + + servlet22.jar [OPTIONAL] The path to the Servlet API 2.2 jar. + Required only if you want to build against this + API + + servlet23.jar [OPTIONAL] The path to the Servlet API 2.3 jar. + Required only if you want to build against this + API + + junit.jar [REQUIRED] The path to the JUnit jar file. + Required for compiling Cactus classes. + + httpunit.jar [REQUIRED] The path to the HttpUnit jar file. + Required for compiling and running the unit + tests (used in build-servletapi.xml). + + httpclient.jar [REQUIRED] The path to the Commons HttpClient + jar file. Required for performing all Cactus + HTTP requests. It is also required for + bundling it in the the distribution. + + log4j.jar [REQUIRED] The path to the Log4j jar file. + Required for bundling it in the distribution + (used in build-servletapi.xml). + + aspectjrt.jar [REQUIRED] The path to the AspectJ runtime jar. + It is used by Cactus for logging entries and + exit of methods, configuration checking, ...) + + dist.dir [OPTIONAL] The directories where distributable + files will be copied with version number + postfixed. Required for the dist target only. + Default is root/dist + + test.port [OPTIONAL] The port that should be used for + starting the servers during unit testing. This + should be used not to interfere with other + running servers. The default is 8080. This + property is used when running the functional tests + + </fail> + </target> + + <target name="init" depends="check_required"> <tstamp/> @@ -675,4 +746,4 @@ <target name="checkstyle" depends="checkstyle.share,checkstyle.22,checkstyle.23"/> -</project> \ No newline at end of file +</project> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sat Mar 09 23:14:18 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96103 invoked from network); 9 Mar 2002 23:14:18 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 9 Mar 2002 23:14:18 -0000 Received: (qmail 1089 invoked by uid 97); 9 Mar 2002 23:14:25 -0000 Delivered-To: [email protected] Received: (qmail 1073 invoked by uid 97); 9 Mar 2002 23:14:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 1062 invoked by uid 97); 9 Mar 2002 23:14:24 -0000 Date: 9 Mar 2002 23:14:15 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/anttasks build.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ndlesiecki 02/03/09 15:14:15 Modified: anttasks build.xml Log: used jarfile instead of destfile (Ant 1.4 does not support destfile) Revision Changes Path 1.9 +1 -1 jakarta-cactus/anttasks/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/anttasks/build.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- build.xml 2 Mar 2002 18:28:27 -0000 1.8 +++ build.xml 9 Mar 2002 23:14:15 -0000 1.9 @@ -143,7 +143,7 @@ <copy todir="${target.conf.dir}" file="${conf.dir}/manifest" filtering="on"/> - <jar destfile="${target.dir}/${anttasks.jar.name}.jar" + <jar jarfile="${target.dir}/${anttasks.jar.name}.jar" manifest="${target.conf.dir}/manifest"> <fileset dir="${target.classes.java.dir}"/> </jar> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sat Mar 09 23:15:10 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96159 invoked from network); 9 Mar 2002 23:15:09 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 9 Mar 2002 23:15:09 -0000 Received: (qmail 1249 invoked by uid 97); 9 Mar 2002 23:15:17 -0000 Delivered-To: [email protected] Received: (qmail 1233 invoked by uid 97); 9 Mar 2002 23:15:16 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 1222 invoked by uid 97); 9 Mar 2002 23:15:16 -0000 Date: 9 Mar 2002 23:15:06 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/build build-servletapi.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ndlesiecki 02/03/09 15:15:06 Modified: build build-servletapi.xml Log: I'm not usre why base.dir was prepended to the cactus.ant.jar property. this was inconsistent with the others. I removed it. Revision Changes Path 1.36 +1 -1 jakarta-cactus/build/build-servletapi.xml Index: build-servletapi.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/build/build-servletapi.xml,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- build-servletapi.xml 24 Feb 2002 19:25:44 -0000 1.35 +++ build-servletapi.xml 9 Mar 2002 23:15:06 -0000 1.36 @@ -647,7 +647,7 @@ <!-- Pass all required properties --> <arg value="-Dservlet.jar=${servlet.jar}"/> <arg value="-Dcactus.jar=../lib/${jar.name}.jar"/> - <arg value="-Dcactus.ant.jar=${basedir}/${cactus.ant.jar}"/> + <arg value="-Dcactus.ant.jar=${cactus.ant.jar}"/> <arg value="-Djunit.jar=${junit.jar}"/> <arg value="-Dlog4j.jar=${log4j.jar}"/> <arg value="-Dhttpclient.jar=${httpclient.jar}"/> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sat Mar 09 23:43:15 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 415 invoked from network); 9 Mar 2002 23:43:15 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 9 Mar 2002 23:43:15 -0000 Received: (qmail 9596 invoked by uid 97); 9 Mar 2002 23:43:22 -0000 Delivered-To: [email protected] Received: (qmail 9580 invoked by uid 97); 9 Mar 2002 23:43:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 9569 invoked from network); 9 Mar 2002 23:43:21 -0000 X-Sent: 9 Mar 2002 23:43:19 GMT Message-ID: <[email protected]> From: "Erik Hatcher" <[email protected]> To: "Cactus Developers List" <[email protected]> References: <[email protected]> Subject: Re: cvs commit: jakarta-cactus/build build.xml Date: Sat, 9 Mar 2002 18:43:11 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ----- Original Message ----- From: <[email protected]> > ndlesiecki 02/03/09 15:12:49 > > Modified: build build.xml > Log: > added dependency checking to fail builds if required libs not avail. Nice Ant work, Nick my friend! One typo though... > + <condition property="required_properites_set"> I think you mean "properties" :) > + <echo message="All requirements met = ${required_properites_set}"/> But don't forget to change the other places its used. > + <target name="enforce_requirements" unless="required_properites_set"> Like here. Erik -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 04:18:01 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56538 invoked from network); 10 Mar 2002 04:18:01 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 04:18:01 -0000 Received: (qmail 27899 invoked by uid 97); 10 Mar 2002 04:18:11 -0000 Delivered-To: [email protected] Received: (qmail 27858 invoked by uid 97); 10 Mar 2002 04:18:10 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 27847 invoked from network); 10 Mar 2002 04:18:09 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Developers List'" <[email protected]> Subject: RE: cvs commit: jakarta-cactus/build build.xml Date: Sun, 10 Mar 2002 09:45:36 +0530 Organization: OCTO Technology Message-ID: <04ab01c1c7ea$40a98250$6b53c5cb@octovma> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 In-Reply-To: <[email protected]> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Nick, Thanks a lot. I'm currently in a huge build refactoring process that I started last week. I worked 10 hours on it yesterday and have almost finished ! It involves things that you modified : * There is dependency checking already there * thanks for the jarfile. I thought it was supported by Ant 1.4. I guess I'll have to restore all my zipfile, warfile, etc. ..... I'm really sorry; you participate and I tell you to hold ... :-). We're not lucky in timing. If you can hold 1 more day, I'll commit my changes. Actually I have a problem, which is why I have not already committed. My TestJspTestCase.testOut() does not work anymore and I suspect it is a Cactus that was somehow hidden before (or I did something wrong in the move - but I can't remember changing any code ...). FYI, here is the new directory structure : Jakarta-cactus |_ anttasks |_ framework |_ documentation |_ sample-servlet |_ build.xml |_ build-admin.xml and under each subproject : subproject |_ conf |_ docs |_ src |_ build.xml dependencies are : anttasks - standalone framework - standalone documentation -> anttasks and framework sample-servlet -> anttasks and framework Dependencies are resolved by the master build.xml. They are not when you call the individual subproject's build.xml The master build.xml is used to generate the distribution (includes running the tests). The master build-admin.xml is used for admin tasks like build the web site and upload it, etc. There will be 1 output only of the master build.xml : Jakarta-cactus-<j2ee api>-<version>.zip Depending on the j2ee.jar that you use, it will generate for J2EE 1.2 or J2EE 1.3 At the moment, we don't use anything else than the Servlet API, thus it is fine to use the servlet.jar instead of the J2EE one. What do you think ? Thanks -Vincent > -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: 10 March 2002 04:43 > To: [email protected] > Subject: cvs commit: jakarta-cactus/build build.xml > > ndlesiecki 02/03/09 15:12:49 > > Modified: build build.xml > Log: > added dependency checking to fail builds if required libs not avail. > > Revision Changes Path > 1.37 +73 -2 jakarta-cactus/build/build.xml > > Index: build.xml > =================================================================== > RCS file: /home/cvs/jakarta-cactus/build/build.xml,v > retrieving revision 1.36 > retrieving revision 1.37 > diff -u -r1.36 -r1.37 > --- build.xml 24 Feb 2002 19:25:44 -0000 1.36 > +++ build.xml 9 Mar 2002 23:12:49 -0000 1.37 > @@ -212,7 +212,78 @@ > > </target> > > - <target name="init"> > + <target name="check_required"> > + <echo message="Checking required properties."/> > + <echo message="cactus.ant.jar = ${cactus.ant.jar}"/> > + <echo message="junit.jar = ${junit.jar}"/> > + <echo message="httpunit.jar = ${httpunit.jar}"/> > + <echo message="httpclient.jar = ${httpclient.jar}"/> > + <echo message="log4j.jar = ${log4j.jar}"/> > + <echo message="aspectjrt.jar = ${aspectjrt.jar}"/> > + <condition property="required_properites_set"> > + <and> > + <available file="${cactus.ant.jar}"/> > + <available file="${junit.jar}"/> > + <available file="${httpunit.jar}"/> > + <available file="${httpclient.jar}"/> > + <available file="${log4j.jar}"/> > + <available file="${aspectjrt.jar}"/> > + </and> > + </condition> > + <echo message="All requirements met = > ${required_properites_set}"/> > + <antcall target="enforce_requirements"/> > + </target> > + > + <target name="enforce_requirements" > unless="required_properites_set"> > + <fail> > + You are missing a required property. The following properties > need to be > + set in a ./build.properties or ${user.home}/build.properties > file : > + > + cactus.ant.jar [REQUIRED] The path to the Cactus Ant > jar. > + > + servlet22.jar [OPTIONAL] The path to the Servlet API > 2.2 jar. > + Required only if you want to build > against this > + API > + > + servlet23.jar [OPTIONAL] The path to the Servlet API > 2.3 jar. > + Required only if you want to build > against this > + API > + > + junit.jar [REQUIRED] The path to the JUnit jar > file. > + Required for compiling Cactus classes. > + > + httpunit.jar [REQUIRED] The path to the HttpUnit jar > file. > + Required for compiling and running the > unit > + tests (used in build-servletapi.xml). > + > + httpclient.jar [REQUIRED] The path to the Commons > HttpClient > + jar file. Required for performing all > Cactus > + HTTP requests. It is also required for > + bundling it in the the distribution. > + > + log4j.jar [REQUIRED] The path to the Log4j jar > file. > + Required for bundling it in the > distribution > + (used in build-servletapi.xml). > + > + aspectjrt.jar [REQUIRED] The path to the AspectJ > runtime jar. > + It is used by Cactus for logging entries > and > + exit of methods, configuration checking, > ...) > + > + dist.dir [OPTIONAL] The directories where > distributable > + files will be copied with version number > + postfixed. Required for the dist target > only. > + Default is root/dist > + > + test.port [OPTIONAL] The port that should be used > for > + starting the servers during unit testing. > This > + should be used not to interfere with > other > + running servers. The default is 8080. > This > + property is used when running the > functional tests > + > + </fail> > + </target> > + > + <target name="init" depends="check_required"> > > <tstamp/> > > @@ -675,4 +746,4 @@ > > <target name="checkstyle" > depends="checkstyle.share,checkstyle.22,checkstyle.23"/> > > -</project> > \ No newline at end of file > +</project> > > > > > -- > To unsubscribe, e-mail: <mailto:cactus-dev- > [email protected]> > For additional commands, e-mail: <mailto:cactus-dev- > [email protected]> > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 13:28:23 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63216 invoked from network); 10 Mar 2002 13:28:23 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 13:28:23 -0000 Received: (qmail 11628 invoked by uid 97); 10 Mar 2002 13:28:23 -0000 Delivered-To: [email protected] Received: (qmail 11581 invoked by uid 97); 10 Mar 2002 13:28:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 11570 invoked by uid 97); 10 Mar 2002 13:28:21 -0000 Date: 10 Mar 2002 13:28:19 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/anttasks/src/java/org/apache/cactus/ant RunServerTestsTask.java StartServerHelper.java StopServerHelper.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 05:28:19 Modified: anttasks build.xml anttasks/src/java/org/apache/cactus/ant RunServerTestsTask.java StartServerHelper.java StopServerHelper.java Removed: anttasks LICENSE Log: second part of build process refactoring Revision Changes Path 1.10 +33 -82 jakarta-cactus/anttasks/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/anttasks/build.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- build.xml 9 Mar 2002 23:14:15 -0000 1.9 +++ build.xml 10 Mar 2002 13:28:19 -0000 1.10 @@ -18,13 +18,17 @@ Run "ant -projecthelp" to get a list of available targets. The default target is "dist" + + Note: basedir points to the main Cactus directory in order to have the same + base dir for all Cactus subprojects and thus be able to share + relative paths. ============================================================================= --> -<project name="Cactus Ant custom tasks" default="dist" basedir="."> +<project name="Cactus Ant custom tasks" default="dist" basedir=".."> <!-- Give user a chance to override without editing this file (and without typing -D each time it compiles it) --> - <property file="build.properties" /> + <property file="anttasks/build.properties" /> <property file="${user.home}/build.properties" /> <!-- Global project properties --> @@ -48,14 +52,21 @@ <!-- ======================================================================== + Base directory for all file related operations + ======================================================================== + --> + <property name="base.dir" value="anttasks"/> + + <!-- + ======================================================================== Set the properties related to the source tree ======================================================================== --> <!-- Source locations for the build --> - <property name="src.dir" value="src"/> + <property name="src.dir" value="${base.dir}/src"/> <property name="src.java.dir" value="${src.dir}/java"/> - <property name="build.dir" value="."/> - <property name="conf.dir" value="conf"/> + <property name="build.dir" value="${base.dir}/."/> + <property name="conf.dir" value="${base.dir}/conf"/> <!-- ======================================================================== @@ -63,7 +74,7 @@ ======================================================================== --> <!-- Destination locations for the build --> - <property name="target.dir" value="target"/> + <property name="target.dir" value="${base.dir}/target"/> <property name="target.classes.dir" value="${target.dir}/classes"/> <property name="target.classes.java.dir" value="${target.classes.dir}/java"/> <property name="target.conf.dir" value="${target.dir}/conf"/> @@ -72,14 +83,11 @@ <!-- Distribution directory, i.e. where the expanded distibutable files are located --> - <property name="dist.dir" value="dist"/> + <property name="dist.dir" value="${base.dir}/dist"/> <property name="dist.lib.dir" value="${dist.dir}/lib"/> <property name="dist.doc.dir" value="${dist.dir}/doc"/> <property name="dist.doc.api.dir" value="${dist.doc.dir}/api"/> - <!-- Release directory, i.e. where the zipped distribution is located --> - <property name="release.dir" value="release"/> - <!-- ======================================================================== Names of deliverables @@ -91,12 +99,10 @@ <!-- ======================================================================== - Initialize the build. Must be called by all targets + Display configurable properties values ======================================================================== --> - <target name="init"> - - <tstamp/> + <target name="display.properties"> <echo message="----- ${project.name.text} ${project.version} -----"/> <echo message=""/> @@ -107,10 +113,19 @@ <echo message="ant.home = ${ant.home}"/> <echo message=""/> + </target> + + <!-- + ======================================================================== + Initialize the build. Must be called by all targets + ======================================================================== + --> + <target name="init" depends="display.properties"> + + <tstamp/> + <!-- Filters --> <filter token="version" value="${project.version}"/> - <filter token="year" value="${year}"/> - <filter token="today" value="${TODAY}"/> <filter token="project.name.text" value="${project.name.text}"/> <filter token="project.name.file" value="${project.name.file}"/> @@ -196,77 +211,13 @@ <!-- ======================================================================== - Common script for both "release" and "nightly" targets. Must only be - called by "release" or "nightly" target as it needs the following - properties defined before calling it : - - anttasks.release.name - - ======================================================================== - --> - <target name="release.common" depends="clean,dist"> - - <mkdir dir="${release.dir}"/> - - <zip destfile="${release.dir}/${anttasks.release.name}.zip"> - <fileset dir="${dist.dir}"/> - </zip> - - </target> - - <!-- - ======================================================================== - Generate a full release (i.e. the zipped release file) - ======================================================================== - --> - <target name="release.prepare" depends="init"> - - <!-- For a release, the suffix is the version --> - <property name="project.suffix" value="-${project.version}"/> - - <!-- Name of full release --> - <property name="anttasks.release.name" - value="${project.prefix}${anttasks.jar.name}${project.suffix}"/> - - </target> - - <target name="release" depends="release.prepare,release.common" - description="Generate a release"> - </target> - - <!-- - ======================================================================== - Generate a nightly release (i.e. the zipped release file) - ======================================================================== - --> - <target name="nightly.prepare" depends="init"> - - <!-- Sets the date for the release prefix : YYYYMMDD --> - <tstamp/> - - <!-- Suffix to add to all distributable files --> - <property name="project.suffix" value="-${DSTAMP}"/> - - <!-- Name of nightly release --> - <property name="anttasks.release.name" - value="${project.prefix}${anttasks.jar.name}${project.suffix}"/> - - </target> - - <target name="nightly" depends="nightly.prepare,release.common" - description="Generate a nightly release"> - </target> - - <!-- - ======================================================================== Clean generated files (including distributables) ======================================================================== --> - <target name="clean" depends="init" description="Clean all generated files"> + <target name="clean" description="Clean all generated files"> <delete dir="${target.dir}"/> <delete dir="${dist.dir}"/> - <delete dir="${release.dir}"/> </target> @@ -286,7 +237,7 @@ <echo message="Errors are reported in ${target.dir}/checkstyle_errors.xml"/> <checkstyle paramPattern="^(the|is|has)[A-Z][a-zA-Z0-9]*$" - allowProtected="true" headerFile="LICENSE"> + allowProtected="true" headerFile="LICENSE.cactus"> <fileset dir="${src.java.dir}"> <include name="**/*.java"/> 1.2 +2 -1 jakarta-cactus/anttasks/src/java/org/apache/cactus/ant/RunServerTestsTask.java Index: RunServerTestsTask.java =================================================================== RCS file: /home/cvs/jakarta-cactus/anttasks/src/java/org/apache/cactus/ant/RunServerTestsTask.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- RunServerTestsTask.java 24 Feb 2002 23:49:05 -0000 1.1 +++ RunServerTestsTask.java 10 Mar 2002 13:28:19 -0000 1.2 @@ -85,7 +85,7 @@ * * @author <a href="mailto:[email protected]">Vincent Massol</a> * - * @version $Id: RunServerTestsTask.java,v 1.1 2002/02/24 23:49:05 vmassol Exp $ + * @version $Id: RunServerTestsTask.java,v 1.2 2002/03/10 13:28:19 vmassol Exp $ */ public class RunServerTestsTask extends Task { @@ -162,6 +162,7 @@ callee.setOwningTarget(target); callee.setTaskName(getTaskName()); callee.setLocation(location); + callee.setInheritAll(true); callee.init(); callee.setTarget(this.testTarget); callee.execute(); 1.3 +2 -1 jakarta-cactus/anttasks/src/java/org/apache/cactus/ant/StartServerHelper.java Index: StartServerHelper.java =================================================================== RCS file: /home/cvs/jakarta-cactus/anttasks/src/java/org/apache/cactus/ant/StartServerHelper.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- StartServerHelper.java 28 Feb 2002 11:09:50 -0000 1.2 +++ StartServerHelper.java 10 Mar 2002 13:28:19 -0000 1.3 @@ -79,7 +79,7 @@ * * @author <a href="mailto:[email protected]">Vincent Massol</a> * - * @version $Id: StartServerHelper.java,v 1.2 2002/02/28 11:09:50 vmassol Exp $ + * @version $Id: StartServerHelper.java,v 1.3 2002/03/10 13:28:19 vmassol Exp $ */ public class StartServerHelper implements Runnable { @@ -254,6 +254,7 @@ callee.setOwningTarget(this.task.getOwningTarget()); callee.setTaskName(this.task.getTaskName()); callee.setLocation(this.task.getLocation()); + callee.setInheritAll(true); callee.init(); 1.2 +2 -1 jakarta-cactus/anttasks/src/java/org/apache/cactus/ant/StopServerHelper.java Index: StopServerHelper.java =================================================================== RCS file: /home/cvs/jakarta-cactus/anttasks/src/java/org/apache/cactus/ant/StopServerHelper.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- StopServerHelper.java 24 Feb 2002 23:49:05 -0000 1.1 +++ StopServerHelper.java 10 Mar 2002 13:28:19 -0000 1.2 @@ -73,7 +73,7 @@ * * @author <a href="mailto:[email protected]">Vincent Massol</a> * - * @version $Id: StopServerHelper.java,v 1.1 2002/02/24 23:49:05 vmassol Exp $ + * @version $Id: StopServerHelper.java,v 1.2 2002/03/10 13:28:19 vmassol Exp $ */ public class StopServerHelper implements Runnable { @@ -184,6 +184,7 @@ callee.setOwningTarget(this.task.getOwningTarget()); callee.setTaskName(this.task.getTaskName()); callee.setLocation(this.task.getLocation()); + callee.setInheritAll(true); callee.init(); -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 13:34:17 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64182 invoked from network); 10 Mar 2002 13:34:17 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 13:34:17 -0000 Received: (qmail 12135 invoked by uid 97); 10 Mar 2002 13:34:18 -0000 Delivered-To: [email protected] Received: (qmail 12119 invoked by uid 97); 10 Mar 2002 13:34:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 12108 invoked by uid 97); 10 Mar 2002 13:34:17 -0000 Date: 10 Mar 2002 13:34:15 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/build/stats stats.sh webalizer.conf X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 05:34:15 Removed: build build-servletapi.xml build.properties.sample build.xml build/stats stats.sh webalizer.conf Log: second part of build process refactoring -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 13:40:37 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64963 invoked from network); 10 Mar 2002 13:40:37 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 13:40:37 -0000 Received: (qmail 12683 invoked by uid 97); 10 Mar 2002 13:40:37 -0000 Delivered-To: [email protected] Received: (qmail 12634 invoked by uid 97); 10 Mar 2002 13:40:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 12618 invoked by uid 97); 10 Mar 2002 13:40:36 -0000 Date: 10 Mar 2002 13:40:34 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/conf/sample/conf/test/servlet22/weblogic51 weblogic.policy weblogic.properties X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 05:40:34 Modified: conf/sample/conf/test/share log_client.properties log_server.properties Removed: conf manifest version.txt conf/sample/build/servlet22 build-tests-enhydra-31.xml build-tests-resin-12.xml build-tests-tomcat-32.xml build-tests-tomcat-33.xml build-tests-weblogic-51.xml build.properties.sample build.xml conf/sample/build/servlet23 build-tests-resin-13.xml build-tests-tomcat-40.xml build-tests-weblogic-61.xml build.properties.sample build.xml conf/sample/build/share build-share.xml build-tests-orion-14.xml build-tests-orion-15.xml build-tests-resin-20.xml conf/sample/conf manifest web.xml conf/sample/conf/test/servlet22 cactus.properties web.xml conf/sample/conf/test/servlet22/enhydra31 multiserver.conf conf/sample/conf/test/servlet22/resin12 resin.conf conf/sample/conf/test/servlet22/tomcat32 server.xml conf/sample/conf/test/servlet22/tomcat33 modules.xml server.xml tomcat-users.xml conf/sample/conf/test/servlet22/weblogic51 weblogic.policy weblogic.properties Log: second part of build process refactoring Revision Changes Path 1.10 +1 -1 jakarta-cactus/conf/sample/conf/test/share/log_client.properties Index: log_client.properties =================================================================== RCS file: /home/cvs/jakarta-cactus/conf/sample/conf/test/share/log_client.properties,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- log_client.properties 15 Dec 2001 23:38:58 -0000 1.9 +++ log_client.properties 10 Mar 2002 13:40:33 -0000 1.10 @@ -14,5 +14,5 @@ # By default we don't log at the DEBUG level for Cactus log, in order not to generate too # many logs. However, should a problem arise and logs need to be sent to the Cactus dev team, # then we will ask you to change this to DEBUG. -log4j.category.org.apache.cactus = WARN, cactus +log4j.category.org.apache.cactus = DEBUG, cactus log4j.additivity.org.apache.cactus=false 1.10 +1 -1 jakarta-cactus/conf/sample/conf/test/share/log_server.properties Index: log_server.properties =================================================================== RCS file: /home/cvs/jakarta-cactus/conf/sample/conf/test/share/log_server.properties,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- log_server.properties 15 Dec 2001 23:38:58 -0000 1.9 +++ log_server.properties 10 Mar 2002 13:40:33 -0000 1.10 @@ -14,5 +14,5 @@ # By default we don't log at the DEBUG level for Cactus log, in order not to generate too # many logs. However, should a problem arise and logs need to be sent to the Cactus dev team, # then we will ask you to change this to DEBUG. -log4j.category.org.apache.cactus = WARN, cactus +log4j.category.org.apache.cactus = DEBUG, cactus log4j.additivity.org.apache.cactus=false -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 13:42:51 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65488 invoked from network); 10 Mar 2002 13:42:51 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 13:42:51 -0000 Received: (qmail 15017 invoked by uid 97); 10 Mar 2002 13:42:51 -0000 Delivered-To: [email protected] Received: (qmail 15001 invoked by uid 97); 10 Mar 2002 13:42:51 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 14990 invoked by uid 97); 10 Mar 2002 13:42:50 -0000 Date: 10 Mar 2002 13:42:48 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/conf/sample/conf/test/servlet23/weblogic61 SerializedSystemIni.dat config.xml fileRealm.properties X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 05:42:48 Removed: conf/sample/conf/test/servlet23 cactus.properties web.xml conf/sample/conf/test/servlet23/resin13 resin.conf conf/sample/conf/test/servlet23/tomcat40 server.xml tomcat-users.xml conf/sample/conf/test/servlet23/weblogic61 SerializedSystemIni.dat config.xml fileRealm.properties Log: second part of build process refactoring -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 13:45:25 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65813 invoked from network); 10 Mar 2002 13:45:25 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 13:45:25 -0000 Received: (qmail 15185 invoked by uid 97); 10 Mar 2002 13:45:26 -0000 Delivered-To: [email protected] Received: (qmail 15169 invoked by uid 97); 10 Mar 2002 13:45:25 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 15158 invoked by uid 97); 10 Mar 2002 13:45:25 -0000 Date: 10 Mar 2002 13:45:23 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/conf/sample/conf/test/share/resin20 resin.conf X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 05:45:23 Removed: conf/sample/conf/test/share log_client.properties log_server.properties conf/sample/conf/test/share/orion14 application.xml default-web-site.xml global-web-application.xml mime.types principals.xml rmi.xml server.xml conf/sample/conf/test/share/orion15 application.xml default-web-site.xml global-web-application.xml mime.types principals.xml rmi.xml server.xml conf/sample/conf/test/share/resin20 resin.conf Log: second part of build process refactoring -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 13:46:58 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66187 invoked from network); 10 Mar 2002 13:46:58 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 13:46:58 -0000 Received: (qmail 15327 invoked by uid 97); 10 Mar 2002 13:46:59 -0000 Delivered-To: [email protected] Received: (qmail 15311 invoked by uid 97); 10 Mar 2002 13:46:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 15300 invoked from network); 10 Mar 2002 13:46:58 -0000 X-Sent: 10 Mar 2002 13:46:57 GMT Message-ID: <[email protected]> From: "Erik Hatcher" <[email protected]> To: "Cactus Developers List" <[email protected]> References: <[email protected]> Subject: Re: cvs commit: jakarta-cactus/anttasks/src/java/org/apache/cactus/ant RunServerTestsTask.java StartServerHelper.java StopServerHelper.java Date: Sun, 10 Mar 2002 08:46:48 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ----- Original Message ----- From: <[email protected]> > vmassol 02/03/10 05:28:19 > > Modified: anttasks build.xml > anttasks/src/java/org/apache/cactus/ant > RunServerTestsTask.java StartServerHelper.java > StopServerHelper.java > Removed: anttasks LICENSE > Log: > second part of build process refactoring While I'm at it, I'll make a suggestion or two below... > ======================================================================== > + Base directory for all file related operations > + ======================================================================== > + --> > + <property name="base.dir" value="anttasks"/> > + Ant already has a ${basedir} - seems confusing to make up your own for such purposes. I don't quite know what all you're refactoring, I just thought I'd mention the potential confusion I see. But on a different point, how about using 'location' instead of 'value' for <property> when setting properties that refer to directories or files? The nice thing about that is that it resolves the property to be the absolute path to the file/directory making it much more pleasant to send to other build files that don't know the relative position and such. Erik -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 13:57:17 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71425 invoked from network); 10 Mar 2002 13:57:16 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 13:57:16 -0000 Received: (qmail 18152 invoked by uid 97); 10 Mar 2002 13:57:17 -0000 Delivered-To: [email protected] Received: (qmail 18136 invoked by uid 97); 10 Mar 2002 13:57:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 18125 invoked from network); 10 Mar 2002 13:57:16 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Developers List'" <[email protected]> Subject: RE: cvs commit: jakarta-cactus/anttasks/src/java/org/apache/cactus/ant RunServerTestsTask.java StartServerHelper.java StopServerHelper.java Date: Sun, 10 Mar 2002 19:24:35 +0530 Organization: OCTO Technology Message-ID: <04ce01c1c83b$2a91abe0$6b53c5cb@octovma> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 In-Reply-To: <[email protected]> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > -----Original Message----- > From: Erik Hatcher [mailto:[email protected]] > Sent: 10 March 2002 19:17 > To: Cactus Developers List > Subject: Re: cvs commit: jakarta- > cactus/anttasks/src/java/org/apache/cactus/ant RunServerTestsTask.java > StartServerHelper.java StopServerHelper.java > > ----- Original Message ----- > From: <[email protected]> > > vmassol 02/03/10 05:28:19 > > > > Modified: anttasks build.xml > > anttasks/src/java/org/apache/cactus/ant > > RunServerTestsTask.java StartServerHelper.java > > StopServerHelper.java > > Removed: anttasks LICENSE > > Log: > > second part of build process refactoring > > While I'm at it, I'll make a suggestion or two below... please continue ! :-) > > > > ======================================================================== > > + Base directory for all file related operations > > + > ======================================================================== > > + --> > > + <property name="base.dir" value="anttasks"/> > > + > > Ant already has a ${basedir} - seems confusing to make up your own for > such > purposes. I don't quite know what all you're refactoring, I just thought > I'd mention the potential confusion I see. Hehe ... The thought occurred to me today ... I should change the name. My base.dir points to the location of where the project to build is located (and not the full path to where the build.xml basedir is). I need this because I have higher level scripts calling subproject scripts and I want everyone to have the same basedir so that I can pass relative paths from the top level build.properties to subproject build.xml scripts ... I guess I could remove base.dir and use ${basedir} as a prefix to all the subproject file paths. That would use one less property and avoid the confusion. I'll put in my todo and will do it once I have finished committing all the new stuff ... > > But on a different point, how about using 'location' instead of 'value' > for > <property> when setting properties that refer to directories or files? > The > nice thing about that is that it resolves the property to be the absolute > path to the file/directory making it much more pleasant to send to other > build files that don't know the relative position and such. Ahah. Good idea. I hadn't realized this. Will do that as soon as I have finished the refactoring. Thanks a lot, Keep sending suggestion ! I'm also very much interested in your feedback on the new build process (I sincerely hope it is not too much complicated and that I am doing it the right way as I have spent about 2 full days on it !). I should have finished committing stuff within 1 hour or so. Thanks. -Vincent > > Erik -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 13:58:28 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71520 invoked from network); 10 Mar 2002 13:58:28 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 13:58:28 -0000 Received: (qmail 18297 invoked by uid 97); 10 Mar 2002 13:58:28 -0000 Delivered-To: [email protected] Received: (qmail 18280 invoked by uid 97); 10 Mar 2002 13:58:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 18269 invoked by uid 97); 10 Mar 2002 13:58:27 -0000 Date: 10 Mar 2002 13:58:25 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/framework/web jspRedirector.jsp X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 05:58:25 Modified: framework build.properties.sample build.xml framework/src/java/j2ee13/org/apache/cactus/server FilterImplicitObjects.java framework/src/java/share/org/apache/cactus/server AbstractTestCaller.java AbstractTestController.java JspImplicitObjects.java JspTestRedirector.java ServletImplicitObjects.java WebImplicitObjects.java framework/web jspRedirector.jsp Added: framework/src/java/share/org/apache/cactus/server AbstractWebImplicitObjects.java Removed: framework LICENSE Log: second part of build process refactoring Revision Changes Path 1.2 +6 -6 jakarta-cactus/framework/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-cactus/framework/build.properties.sample,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build.properties.sample 1 Mar 2002 00:43:45 -0000 1.1 +++ build.properties.sample 10 Mar 2002 13:58:25 -0000 1.2 @@ -6,7 +6,7 @@ # rename this file to "build.properties" in the same directory that contains the # "build.xml" file. # -# $Id: build.properties.sample,v 1.1 2002/03/01 00:43:45 vmassol Exp $ +# $Id: build.properties.sample,v 1.2 2002/03/10 13:58:25 vmassol Exp $ # ----------------------------------------------------------------------------- # WARNING: The relative paths below are relative to the directory where the @@ -21,14 +21,14 @@ # J2EE 1.3 jar, then the Cactus jar will contain the Filter Redirector which is # only available for Servlet 2.3 (part of J2EE 1.3). -j2ee.jar = ../../jakarta-servletapi-4/dist/lib/servlet.jar -#j2ee.jar = ../../jakarta-servletapi/dist/lib/servlet.jar +j2ee.jar = ../jakarta-servletapi-4/dist/lib/servlet.jar +#j2ee.jar = ../jakarta-servletapi/dist/lib/servlet.jar # The location of the log4j jar -log4j.jar = ../../jakarta-log4j/dist/lib/log4j-1.2alpha5.jar +log4j.jar = ../jakarta-log4j/dist/lib/log4j-1.2alpha5.jar # The location of the Commons Httpclient jar -commons.httpclient.jar = ../../jakarta-commons/httpclient/dist/commons-httpclient.jar +commons.httpclient.jar = ../jakarta-commons/httpclient/dist/commons-httpclient.jar # The location of the Httpunit jar -httpunit.jar = ../../httpunit/lib/httpunit.jar \ No newline at end of file +httpunit.jar = ../httpunit/lib/httpunit.jar \ No newline at end of file 1.2 +86 -106 jakarta-cactus/framework/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/framework/build.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build.xml 1 Mar 2002 00:43:45 -0000 1.1 +++ build.xml 10 Mar 2002 13:58:25 -0000 1.2 @@ -14,6 +14,8 @@ ajc/ajdoc [REQUIRED] AspectJ Ant tasks + junit [REQUIRED] JUnit Ant task + The following properties need to be set in either a ./build.properties or a ${user.home}/build.properties one or in a calling Ant script : @@ -38,13 +40,17 @@ Run "ant -projecthelp" to get a list of available targets. The default target is "dist" + + Note: basedir points to the main Cactus directory in order to have the same + base dir for all Cactus subprojects and thus be able to share + relative paths. ============================================================================= --> -<project name="Cactus Framework" default="dist" basedir="."> +<project name="Cactus Framework" default="dist" basedir=".."> <!-- Give user a chance to override without editing this file (and without typing -D each time it compiles it) --> - <property file="build.properties" /> + <property file="framework/build.properties" /> <property file="${user.home}/build.properties" /> <!-- Global project properties --> @@ -68,6 +74,13 @@ <!-- ======================================================================== + Base directory for all file related operations + ======================================================================== + --> + <property name="base.dir" value="framework"/> + + <!-- + ======================================================================== Set the properties related to the source tree. Note: These properties are defined in a target as some need the j2ee.api property to be set @@ -76,16 +89,16 @@ <target name="properties.source"> <!-- Source locations for the build --> - <property name="src.dir" value="src"/> + <property name="src.dir" value="${base.dir}/src"/> <property name="src.java.dir" value="${src.dir}/java"/> <property name="src.java.share.dir" value="${src.java.dir}/share"/> <property name="src.java.specific.dir" value="${src.java.dir}/j2ee${j2ee.api}"/> <property name="src.test.dir" value="${src.dir}/test"/> <property name="src.test.share.dir" value="${src.test.dir}/share"/> - <property name="build.dir" value="."/> - <property name="conf.dir" value="conf"/> - <property name="web.dir" value="web"/> + <property name="build.dir" value="${base.dir}/."/> + <property name="conf.dir" value="${base.dir}/conf"/> + <property name="web.dir" value="${base.dir}/web"/> </target> @@ -95,7 +108,7 @@ ======================================================================== --> <!-- Destination locations for the build --> - <property name="target.dir" value="target"/> + <property name="target.dir" value="${base.dir}/target"/> <property name="target.classes.dir" value="${target.dir}/classes"/> <property name="target.classes.java.dir" value="${target.classes.dir}/java"/> @@ -107,29 +120,19 @@ <!-- Distribution directory, i.e. where the expanded distibutable files are located --> - <property name="dist.dir" value="dist"/> + <property name="dist.dir" value="${base.dir}/dist"/> <property name="dist.lib.dir" value="${dist.dir}/lib"/> <property name="dist.doc.dir" value="${dist.dir}/doc"/> <property name="dist.doc.api.dir" value="${dist.doc.dir}/api"/> <property name="dist.web.dir" value="${dist.dir}/web"/> - <!-- Release directory, i.e. where the zipped distribution is located --> - <property name="release.dir" value="release"/> - <!-- ======================================================================== Names of deliverables - Note: These properties are defined in a target as some need the - j2ee.api property to be set ======================================================================== --> - <target name="properties.deliverables"> - - <!-- The custom task jar and helper classes --> - <property name="framework.jar.name" - value="${project.name.file}-${j2ee.api}"/> - - </target> + <!-- The Cactus framework jar --> + <property name="framework.jar.name" value="${project.name.file}"/> <!-- ======================================================================== @@ -150,10 +153,33 @@ <!-- ======================================================================== + Display configurable properties values + ======================================================================== + --> + <target name="display.properties"> + + <echo message="----- ${project.name.text} ${project.version} -----"/> + <echo message=""/> + <echo message="java.class.path = ${java.class.path}"/> + <echo message=""/> + <echo message="java.home = ${java.home}"/> + <echo message="user.home = ${user.home}"/> + <echo message="ant.home = ${ant.home}"/> + <echo message=""/> + <echo message="j2ee.jar = ${j2ee.jar}"/> + <echo message="log4j.jar = ${log4j.jar}"/> + <echo message="commons.httpclient.jar = ${commons.httpclient.jar}"/> + <echo message="httpunit.jar = ${httpunit.jar}"/> + <echo message=""/> + + </target> + + <!-- + ======================================================================== Verify that all mandatory properties have been set ======================================================================== --> - <target name="check.properties"> + <target name="check.properties" depends="display.properties"> <condition property="properties.ok"> <and> @@ -171,7 +197,7 @@ <!-- ======================================================================== - Find out if we're using J2EE + Find out the J2EE API version ======================================================================== --> <target name="check.j2ee.version"> @@ -188,34 +214,29 @@ <fail message="Unsupported J2EE version" unless="j2ee.api"/> + <echo message="j2ee.api = ${j2ee.api}"/> + </target> <!-- ======================================================================== + Load all dynamic properties + ======================================================================== + --> + <target name="load.properties" + depends="properties.source"/> + + <!-- + ======================================================================== Initialize the build. Must be called by all targets ======================================================================== --> <target name="init" - depends="check.properties,check.j2ee.version,properties.source,properties.deliverables"> + depends="check.properties,check.j2ee.version,load.properties"> <tstamp/> - <echo message="----- ${project.name.text} ${project.version} -----"/> - <echo message=""/> - <echo message="java.class.path = ${java.class.path}"/> - <echo message=""/> - <echo message="java.home = ${java.home}"/> - <echo message="user.home = ${user.home}"/> - <echo message="ant.home = ${ant.home}"/> - <echo message=""/> - <echo message="j2ee.jar = ${j2ee.jar}"/> - <echo message=" => j2ee.api = ${j2ee.api}"/> - <echo message=""/> - - <!-- Filters --> <filter token="version" value="${project.version}"/> - <filter token="year" value="${year}"/> - <filter token="today" value="${TODAY}"/> <filter token="project.name.text" value="${project.name.text}"/> <filter token="project.name.file" value="${project.name.file}"/> @@ -274,7 +295,7 @@ <copy todir="${target.conf.dir}" file="${conf.dir}/manifest" filtering="on"/> - <jar destfile="${target.dir}/${framework.jar.name}.jar" + <jar jarfile="${target.dir}/${framework.jar.name}.jar" manifest="${target.conf.dir}/manifest"> <fileset dir="${target.classes.java.dir}"/> </jar> @@ -314,10 +335,33 @@ <!-- ======================================================================== + Run the full suite of unit tests. + ======================================================================== + --> + <target name="test" depends="jar" description="Run the unit tests"> + + <junit printsummary="yes" haltonfailure="yes" fork="yes"> + + <classpath> + <path path="${target.classes.java.dir}"/> + <path path="${target.classes.test.dir}"/> + <path refid="project.class.path"/> + </classpath> + + <formatter type="plain" usefile="false"/> + + <test name="org.apache.cactus.TestAll"/> + + </junit> + + </target> + + <!-- + ======================================================================== Generate the distributable files ======================================================================== --> - <target name="dist" depends="jar,doc" + <target name="dist" depends="jar,test,doc" description="Generate the distributable files"> <mkdir dir="${dist.lib.dir}"/> @@ -337,77 +381,13 @@ <!-- ======================================================================== - Common script for both "release" and "nightly" targets. Must only be - called by "release" or "nightly" target as it needs the following - properties defined before calling it : - - anttasks.release.name - - ======================================================================== - --> - <target name="release.common" depends="clean,dist"> - - <mkdir dir="${release.dir}"/> - - <zip destfile="${release.dir}/${framework.release.name}.zip"> - <fileset dir="${dist.dir}"/> - </zip> - - </target> - - <!-- - ======================================================================== - Generate a full release (i.e. the zipped release file) - ======================================================================== - --> - <target name="release.prepare" depends="init"> - - <!-- For a release, the suffix is the version --> - <property name="project.suffix" value="-${project.version}"/> - - <!-- Name of full release --> - <property name="framework.release.name" - value="${project.prefix}${framework.jar.name}${project.suffix}"/> - - </target> - - <target name="release" depends="release.prepare,release.common" - description="Generate the release"> - </target> - - <!-- - ======================================================================== - Generate a nightly release (i.e. the zipped release file) - ======================================================================== - --> - <target name="nightly.prepare" depends="init"> - - <!-- Sets the date for the release prefix : YYYYMMDD --> - <tstamp/> - - <!-- Suffix to add to all distributable files --> - <property name="project.suffix" value="-${DSTAMP}"/> - - <!-- Name of nightly release --> - <property name="framework.release.name" - value="${project.prefix}${framework.jar.name}${project.suffix}"/> - - </target> - - <target name="nightly" depends="nightly.prepare,release.common" - description="Generate the release"> - </target> - - <!-- - ======================================================================== Clean generated files (including distributables) ======================================================================== --> - <target name="clean" depends="init" description="Clean all generated files"> + <target name="clean" description="Clean all generated files"> <delete dir="${target.dir}"/> <delete dir="${dist.dir}"/> - <delete dir="${release.dir}"/> </target> @@ -427,7 +407,7 @@ <echo message="Errors are reported in ${target.dir}/checkstyle_errors.xml"/> <checkstyle paramPattern="^(the|is|has)[A-Z][a-zA-Z0-9]*$" - allowProtected="true" headerFile="LICENSE"> + allowProtected="true" headerFile="LICENSE.cactus"> <fileset dir="${src.java.dir}"> <include name="**/*.java"/> 1.2 +2 -2 jakarta-cactus/framework/src/java/j2ee13/org/apache/cactus/server/FilterImplicitObjects.java Index: FilterImplicitObjects.java =================================================================== RCS file: /home/cvs/jakarta-cactus/framework/src/java/j2ee13/org/apache/cactus/server/FilterImplicitObjects.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- FilterImplicitObjects.java 1 Mar 2002 00:43:45 -0000 1.1 +++ FilterImplicitObjects.java 10 Mar 2002 13:58:25 -0000 1.2 @@ -63,9 +63,9 @@ * * @author <a href="mailto:[email protected]">Vincent Massol</a> * - * @version $Id: FilterImplicitObjects.java,v 1.1 2002/03/01 00:43:45 vmassol Exp $ + * @version $Id: FilterImplicitObjects.java,v 1.2 2002/03/10 13:58:25 vmassol Exp $ */ -public class FilterImplicitObjects extends WebImplicitObjects +public class FilterImplicitObjects extends AbstractWebImplicitObjects { /** * The Filter configuration object. 1.2 +3 -4 jakarta-cactus/framework/src/java/share/org/apache/cactus/server/AbstractTestCaller.java Index: AbstractTestCaller.java =================================================================== RCS file: /home/cvs/jakarta-cactus/framework/src/java/share/org/apache/cactus/server/AbstractTestCaller.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- AbstractTestCaller.java 1 Mar 2002 00:43:46 -0000 1.1 +++ AbstractTestCaller.java 10 Mar 2002 13:58:25 -0000 1.2 @@ -57,8 +57,8 @@ package org.apache.cactus.server; import java.io.IOException; -import java.io.ObjectOutputStream; import java.io.OutputStream; +import java.io.ObjectOutputStream; import java.lang.reflect.Constructor; import javax.servlet.ServletException; @@ -75,7 +75,7 @@ * * @author <a href="mailto:[email protected]">Vincent Massol</a> * - * @version $Id: AbstractTestCaller.java,v 1.1 2002/03/01 00:43:46 vmassol Exp $ + * @version $Id: AbstractTestCaller.java,v 1.2 2002/03/10 13:58:25 vmassol Exp $ */ public abstract class AbstractTestCaller { @@ -184,8 +184,7 @@ // Write back the results as a serialized object to the outgoing stream. try { - OutputStream os = - this.webImplicitObjects.getHttpServletResponse(). + OutputStream os = this.webImplicitObjects.getHttpServletResponse(). getOutputStream(); // Write back the result object as a serialized object 1.2 +3 -2 jakarta-cactus/framework/src/java/share/org/apache/cactus/server/AbstractTestController.java Index: AbstractTestController.java =================================================================== RCS file: /home/cvs/jakarta-cactus/framework/src/java/share/org/apache/cactus/server/AbstractTestController.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- AbstractTestController.java 1 Mar 2002 00:43:46 -0000 1.1 +++ AbstractTestController.java 10 Mar 2002 13:58:25 -0000 1.2 @@ -72,7 +72,7 @@ * * @author <a href="mailto:[email protected]">Vincent Massol</a> * - * @version $Id: AbstractTestController.java,v 1.1 2002/03/01 00:43:46 vmassol Exp $ + * @version $Id: AbstractTestController.java,v 1.2 2002/03/10 13:58:25 vmassol Exp $ */ public abstract class AbstractTestController { @@ -179,7 +179,8 @@ if (serviceName == null) { String message = "Missing service name parameter [" + - ServiceDefinition.SERVICE_NAME_PARAM + "] in HTTP request."; + ServiceDefinition.SERVICE_NAME_PARAM + "] in HTTP request. " + + "Received query string is [" + queryString + "]."; LOGGER.debug(message); throw new ServletException(message); } 1.2 +1 -2 jakarta-cactus/framework/src/java/share/org/apache/cactus/server/JspImplicitObjects.java Index: JspImplicitObjects.java =================================================================== RCS file: /home/cvs/jakarta-cactus/framework/src/java/share/org/apache/cactus/server/JspImplicitObjects.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- JspImplicitObjects.java 1 Mar 2002 00:43:46 -0000 1.1 +++ JspImplicitObjects.java 10 Mar 2002 13:58:25 -0000 1.2 @@ -66,7 +66,7 @@ * * @author <a href="mailto:[email protected]">Vincent Massol</a> * - * @version $Id: JspImplicitObjects.java,v 1.1 2002/03/01 00:43:46 vmassol Exp $ + * @version $Id: JspImplicitObjects.java,v 1.2 2002/03/10 13:58:25 vmassol Exp $ */ public class JspImplicitObjects extends ServletImplicitObjects { @@ -112,5 +112,4 @@ { this.jspWriter = theWriter; } - } 1.2 +1 -11 jakarta-cactus/framework/src/java/share/org/apache/cactus/server/JspTestRedirector.java Index: JspTestRedirector.java =================================================================== RCS file: /home/cvs/jakarta-cactus/framework/src/java/share/org/apache/cactus/server/JspTestRedirector.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- JspTestRedirector.java 1 Mar 2002 00:43:46 -0000 1.1 +++ JspTestRedirector.java 10 Mar 2002 13:58:25 -0000 1.2 @@ -68,20 +68,10 @@ * * @author <a href="mailto:[email protected]">Vincent Massol</a> * - * @version $Id: JspTestRedirector.java,v 1.1 2002/03/01 00:43:46 vmassol Exp $ + * @version $Id: JspTestRedirector.java,v 1.2 2002/03/10 13:58:25 vmassol Exp $ */ public class JspTestRedirector { - /** - * Initialize the logging subsystem so that it can get it's configuration - * details from the correct properties file. Initialization is done here - * as this servlet is the first point of entry to the server code. - */ - static - { - LogService.getInstance().init("/log_server.properties"); - } - /** * The logger */ 1.2 +2 -2 jakarta-cactus/framework/src/java/share/org/apache/cactus/server/ServletImplicitObjects.java Index: ServletImplicitObjects.java =================================================================== RCS file: /home/cvs/jakarta-cactus/framework/src/java/share/org/apache/cactus/server/ServletImplicitObjects.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ServletImplicitObjects.java 1 Mar 2002 00:43:46 -0000 1.1 +++ ServletImplicitObjects.java 10 Mar 2002 13:58:25 -0000 1.2 @@ -65,9 +65,9 @@ * * @author <a href="mailto:[email protected]">Vincent Massol</a> * - * @version $Id: ServletImplicitObjects.java,v 1.1 2002/03/01 00:43:46 vmassol Exp $ + * @version $Id: ServletImplicitObjects.java,v 1.2 2002/03/10 13:58:25 vmassol Exp $ */ -public class ServletImplicitObjects extends WebImplicitObjects +public class ServletImplicitObjects extends AbstractWebImplicitObjects { /** * The Servlet configuration object. 1.2 +12 -46 jakarta-cactus/framework/src/java/share/org/apache/cactus/server/WebImplicitObjects.java Index: WebImplicitObjects.java =================================================================== RCS file: /home/cvs/jakarta-cactus/framework/src/java/share/org/apache/cactus/server/WebImplicitObjects.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- WebImplicitObjects.java 1 Mar 2002 00:43:46 -0000 1.1 +++ WebImplicitObjects.java 10 Mar 2002 13:58:25 -0000 1.2 @@ -57,81 +57,47 @@ package org.apache.cactus.server; import javax.servlet.ServletContext; -import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; +import javax.servlet.http.HttpServletRequest; /** - * Holder class that contains the instances of the implicit objects that exist - * for all web requests. Namely they are <code>HttpServletRequest</code>, - * <code>HttpServletResponse</code> and <code>ServletContext</code>. + * Interface for implicit objects that exist + * for all web requests (<code>HttpServletRequest</code>, + * <code>HttpServletResponse</code> and <code>ServletContext</code>). * * @author <a href="mailto:[email protected]">Vincent Massol</a> * - * @version $Id: WebImplicitObjects.java,v 1.1 2002/03/01 00:43:46 vmassol Exp $ + * @version $Id: WebImplicitObjects.java,v 1.2 2002/03/10 13:58:25 vmassol Exp $ */ -public class WebImplicitObjects +public interface WebImplicitObjects { /** - * The HTTP request object. - */ - protected HttpServletRequest request; - - /** - * The HTTP response object. - */ - protected HttpServletResponse response; - - /** - * The Context object. - */ - protected ServletContext context; - - /** * @return the <code>ServletContext</code> implicit object */ - public ServletContext getServletContext() - { - return this.context; - } + ServletContext getServletContext(); /** * @param theContext the <code>ServletContext</code> implicit object */ - public void setServletContext(ServletContext theContext) - { - this.context = theContext; - } + void setServletContext(ServletContext theContext); /** * @return the <code>HttpServletResponse</code> implicit object */ - public HttpServletResponse getHttpServletResponse() - { - return this.response; - } + HttpServletResponse getHttpServletResponse(); /** * @param theResponse the <code>HttpServletResponse</code> implicit object */ - public void setHttpServletResponse(HttpServletResponse theResponse) - { - this.response = theResponse; - } + void setHttpServletResponse(HttpServletResponse theResponse); /** * @return the <code>HttpServletRequest</code> implicit object */ - public HttpServletRequest getHttpServletRequest() - { - return this.request; - } + HttpServletRequest getHttpServletRequest(); /** * @param theRequest the <code>HttpServletRequest</code> implicit object */ - public void setHttpServletRequest(HttpServletRequest theRequest) - { - this.request = theRequest; - } - + void setHttpServletRequest(HttpServletRequest theRequest); } 1.1 jakarta-cactus/framework/src/java/share/org/apache/cactus/server/AbstractWebImplicitObjects.java Index: AbstractWebImplicitObjects.java =================================================================== /* * ==================================================================== * * The Apache Software License, Version 1.1 * * Copyright (c) 2001-2002 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. * * 3. The end-user documentation included with the redistribution, if * any, must include the following acknowlegement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." * Alternately, this acknowlegement may appear in the software itself, * if and wherever such third-party acknowlegements normally appear. * * 4. The names "The Jakarta Project", "Cactus" and "Apache Software * Foundation" must not be used to endorse or promote products * derived from this software without prior written permission. For * written permission, please contact [email protected]. * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written * permission of the Apache Group. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * ==================================================================== * * This software consists of voluntary contributions made by many * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * <http://www.apache.org/>. * */ package org.apache.cactus.server; import javax.servlet.ServletContext; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; /** * Holder class that contains the instances of the implicit objects that exist * for all web requests. Namely they are <code>HttpServletRequest</code>, * <code>HttpServletResponse</code> and <code>ServletContext</code>. * * @author <a href="mailto:[email protected]">Vincent Massol</a> * * @version $Id: AbstractWebImplicitObjects.java,v 1.1 2002/03/10 13:58:25 vmassol Exp $ */ public abstract class AbstractWebImplicitObjects implements WebImplicitObjects { /** * The HTTP request object. */ protected HttpServletRequest request; /** * The HTTP response object. */ protected HttpServletResponse response; /** * The Context object. */ protected ServletContext context; /** * @return the <code>ServletContext</code> implicit object */ public ServletContext getServletContext() { return this.context; } /** * @param theContext the <code>ServletContext</code> implicit object */ public void setServletContext(ServletContext theContext) { this.context = theContext; } /** * @return the <code>HttpServletResponse</code> implicit object */ public HttpServletResponse getHttpServletResponse() { return this.response; } /** * @param theResponse the <code>HttpServletResponse</code> implicit object */ public void setHttpServletResponse(HttpServletResponse theResponse) { this.response = theResponse; } /** * @return the <code>HttpServletRequest</code> implicit object */ public HttpServletRequest getHttpServletRequest() { return this.request; } /** * @param theRequest the <code>HttpServletRequest</code> implicit object */ public void setHttpServletRequest(HttpServletRequest theRequest) { this.request = theRequest; } } 1.2 +10 -1 jakarta-cactus/framework/web/jspRedirector.jsp Index: jspRedirector.jsp =================================================================== RCS file: /home/cvs/jakarta-cactus/framework/web/jspRedirector.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- jspRedirector.jsp 1 Mar 2002 00:43:47 -0000 1.1 +++ jspRedirector.jsp 10 Mar 2002 13:58:25 -0000 1.2 @@ -1,4 +1,5 @@ -<%@page import="org.apache.cactus.server.*" session="false" %><% +<%@page import="org.apache.cactus.server.*, + org.apache.cactus.util.log.LogService" session="false" %><% /** * @@ -15,6 +16,14 @@ * example we need access to JSP implicit objects (PageContext and * JspWriter). */ + + /** + * Initialise logging if not already initialised + */ + if (!LogService.getInstance().isInitialized()) + { + LogService.getInstance().init("/log_server.properties"); + } JspImplicitObjects objects = new JspImplicitObjects(); objects.setHttpServletRequest(request); -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:02:35 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72168 invoked from network); 10 Mar 2002 14:02:35 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:02:35 -0000 Received: (qmail 19444 invoked by uid 97); 10 Mar 2002 14:02:36 -0000 Delivered-To: [email protected] Received: (qmail 19402 invoked by uid 97); 10 Mar 2002 14:02:35 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 19391 invoked by uid 97); 10 Mar 2002 14:02:35 -0000 Date: 10 Mar 2002 14:02:32 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/docs/sample README X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:02:32 Removed: docs/framework/skins/jakarta.apache.org loader.xml docs/framework/skins/jakarta.apache.org/resources add.jpg fix.jpg jakarta-logo.gif logocactus.gif note.gif remove.jpg update.jpg docs/framework/skins/jakarta.apache.org/stylesheets book2project.xsl changes2document.xsl copyover.xsl document2html.xsl roadmap2document.xsl todo2document.xsl docs/framework/xdocs build_result.xml cactusname.xml changes.xml coding_conventions.xml contributing.xml contributors.xml doc-book.xml downloads.xml faq.xml features.xml getting_started.xml goals.xml how_it_works.xml howto_ant.xml howto_ant_cactus.xml howto_ant_install.xml howto_ant_primer.xml howto_config.xml howto_ejb.xml howto_ejb_j2eeri.xml howto_httpunit.xml howto_ide.xml howto_ide_jbuilder4.xml howto_ide_jbuilder5.xml howto_ide_vajava.xml howto_ide_vajava_tomcat.xml howto_ide_vajava_wte.xml howto_junitee.xml howto_migration.xml howto_sample.xml howto_testcase.xml howto_testcase_filter.xml howto_testcase_jsp.xml howto_testcase_servlet.xml index.xml javadoc.xml license.xml logos.xml mailinglist.xml mockobjects.xml resources.xml site-book.xml todo.xml webalizer.xml docs/framework/xdocs/cvslog users.properties docs/framework/xdocs/dtd changes-v10.dtd characters.ent document-v10.dtd todo-v10.dtd docs/framework/xdocs/images add.jpg archi.jpg archi_filter.jpg archi_jsp.jpg archi_servlet.jpg archiani.gif classpath.jpg config.jpg fix.jpg jb_libraries.gif jb_paths.gif remove.jpg scope.jpg update.jpg docs/framework/xdocs/images/logos aceglia.jpg harishsk.jpg vgritsenko.jpg vgritsenko2.jpg docs/framework/xdocs/misc archi.ppt archi_classpath.ppt archi_filter.ppt archi_jsp.ppt archi_servlet.ppt archiani.ppt scope.ppt docs/sample README Log: second part of build process refactoring -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:03:53 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72240 invoked from network); 10 Mar 2002 14:03:53 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:03:53 -0000 Received: (qmail 19883 invoked by uid 97); 10 Mar 2002 14:03:54 -0000 Delivered-To: [email protected] Received: (qmail 19860 invoked by uid 97); 10 Mar 2002 14:03:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 19846 invoked by uid 97); 10 Mar 2002 14:03:53 -0000 Date: 10 Mar 2002 14:03:51 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/documentation - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:03:51 jakarta-cactus/documentation - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:04:09 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72281 invoked from network); 10 Mar 2002 14:04:09 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:04:09 -0000 Received: (qmail 20096 invoked by uid 97); 10 Mar 2002 14:04:10 -0000 Delivered-To: [email protected] Received: (qmail 20052 invoked by uid 97); 10 Mar 2002 14:04:09 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20038 invoked by uid 97); 10 Mar 2002 14:04:09 -0000 Date: 10 Mar 2002 14:04:07 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/documentation/conf - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:04:07 jakarta-cactus/documentation/conf - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:04:53 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72346 invoked from network); 10 Mar 2002 14:04:53 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:04:53 -0000 Received: (qmail 20288 invoked by uid 97); 10 Mar 2002 14:04:54 -0000 Delivered-To: [email protected] Received: (qmail 20268 invoked by uid 97); 10 Mar 2002 14:04:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20257 invoked by uid 97); 10 Mar 2002 14:04:53 -0000 Date: 10 Mar 2002 14:04:51 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/documentation/docs - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:04:51 jakarta-cactus/documentation/docs - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:05:03 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72422 invoked from network); 10 Mar 2002 14:05:03 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:05:03 -0000 Received: (qmail 20392 invoked by uid 97); 10 Mar 2002 14:05:03 -0000 Delivered-To: [email protected] Received: (qmail 20365 invoked by uid 97); 10 Mar 2002 14:05:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20351 invoked by uid 97); 10 Mar 2002 14:05:02 -0000 Date: 10 Mar 2002 14:04:59 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/documentation/docs/skins - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:04:59 jakarta-cactus/documentation/docs/skins - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:05:03 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72426 invoked from network); 10 Mar 2002 14:05:03 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:05:03 -0000 Received: (qmail 20507 invoked by uid 97); 10 Mar 2002 14:05:04 -0000 Delivered-To: [email protected] Received: (qmail 20385 invoked by uid 97); 10 Mar 2002 14:05:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20354 invoked by uid 97); 10 Mar 2002 14:05:02 -0000 Date: 10 Mar 2002 14:04:59 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/documentation/docs/xdocs - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:04:59 jakarta-cactus/documentation/docs/xdocs - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:05:10 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72602 invoked from network); 10 Mar 2002 14:05:10 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:05:10 -0000 Received: (qmail 20586 invoked by uid 97); 10 Mar 2002 14:05:11 -0000 Delivered-To: [email protected] Received: (qmail 20567 invoked by uid 97); 10 Mar 2002 14:05:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20556 invoked by uid 97); 10 Mar 2002 14:05:10 -0000 Date: 10 Mar 2002 14:05:08 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/documentation/docs/skins/jakarta.apache.org - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:05:08 jakarta-cactus/documentation/docs/skins/jakarta.apache.org - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:05:20 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72631 invoked from network); 10 Mar 2002 14:05:20 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:05:20 -0000 Received: (qmail 20745 invoked by uid 97); 10 Mar 2002 14:05:21 -0000 Delivered-To: [email protected] Received: (qmail 20673 invoked by uid 97); 10 Mar 2002 14:05:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20646 invoked by uid 97); 10 Mar 2002 14:05:19 -0000 Date: 10 Mar 2002 14:05:17 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:05:17 jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:05:20 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72630 invoked from network); 10 Mar 2002 14:05:20 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:05:20 -0000 Received: (qmail 20694 invoked by uid 97); 10 Mar 2002 14:05:20 -0000 Delivered-To: [email protected] Received: (qmail 20661 invoked by uid 97); 10 Mar 2002 14:05:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20643 invoked by uid 97); 10 Mar 2002 14:05:19 -0000 Date: 10 Mar 2002 14:05:17 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/documentation/docs/skins/jakarta.apache.org/resources - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:05:17 jakarta-cactus/documentation/docs/skins/jakarta.apache.org/resources - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:05:47 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72707 invoked from network); 10 Mar 2002 14:05:47 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:05:47 -0000 Received: (qmail 20968 invoked by uid 97); 10 Mar 2002 14:05:46 -0000 Delivered-To: [email protected] Received: (qmail 20877 invoked by uid 97); 10 Mar 2002 14:05:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20852 invoked by uid 97); 10 Mar 2002 14:05:44 -0000 Date: 10 Mar 2002 14:05:41 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/documentation/docs/xdocs/cvslog - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:05:41 jakarta-cactus/documentation/docs/xdocs/cvslog - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:05:47 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72716 invoked from network); 10 Mar 2002 14:05:47 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:05:47 -0000 Received: (qmail 21059 invoked by uid 97); 10 Mar 2002 14:05:48 -0000 Delivered-To: [email protected] Received: (qmail 20992 invoked by uid 97); 10 Mar 2002 14:05:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20880 invoked by uid 97); 10 Mar 2002 14:05:45 -0000 Date: 10 Mar 2002 14:05:42 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/documentation/docs/xdocs/images - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:05:42 jakarta-cactus/documentation/docs/xdocs/images - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:05:48 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72715 invoked from network); 10 Mar 2002 14:05:47 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:05:47 -0000 Received: (qmail 21038 invoked by uid 97); 10 Mar 2002 14:05:47 -0000 Delivered-To: [email protected] Received: (qmail 20922 invoked by uid 97); 10 Mar 2002 14:05:46 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20889 invoked by uid 97); 10 Mar 2002 14:05:45 -0000 Date: 10 Mar 2002 14:05:42 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/documentation/docs/xdocs/misc - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:05:42 jakarta-cactus/documentation/docs/xdocs/misc - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:05:48 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72714 invoked from network); 10 Mar 2002 14:05:47 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:05:47 -0000 Received: (qmail 21017 invoked by uid 97); 10 Mar 2002 14:05:47 -0000 Delivered-To: [email protected] Received: (qmail 20908 invoked by uid 97); 10 Mar 2002 14:05:46 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20866 invoked by uid 97); 10 Mar 2002 14:05:44 -0000 Date: 10 Mar 2002 14:05:41 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/documentation/docs/xdocs/dtd - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:05:41 jakarta-cactus/documentation/docs/xdocs/dtd - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:06:08 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72778 invoked from network); 10 Mar 2002 14:06:07 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:06:07 -0000 Received: (qmail 21264 invoked by uid 97); 10 Mar 2002 14:06:09 -0000 Delivered-To: [email protected] Received: (qmail 21247 invoked by uid 97); 10 Mar 2002 14:06:08 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 21236 invoked by uid 97); 10 Mar 2002 14:06:08 -0000 Date: 10 Mar 2002 14:06:05 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/documentation/docs/xdocs/images/logos - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:06:05 jakarta-cactus/documentation/docs/xdocs/images/logos - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:11:26 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73510 invoked from network); 10 Mar 2002 14:11:26 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:11:26 -0000 Received: (qmail 21759 invoked by uid 97); 10 Mar 2002 14:11:27 -0000 Delivered-To: [email protected] Received: (qmail 21736 invoked by uid 97); 10 Mar 2002 14:11:26 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 21707 invoked by uid 97); 10 Mar 2002 14:11:26 -0000 Date: 10 Mar 2002 14:11:23 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:11:23 jakarta-cactus/sample-servlet - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:12:09 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73577 invoked from network); 10 Mar 2002 14:12:09 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:12:09 -0000 Received: (qmail 22029 invoked by uid 97); 10 Mar 2002 14:12:10 -0000 Delivered-To: [email protected] Received: (qmail 21961 invoked by uid 97); 10 Mar 2002 14:12:09 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 21944 invoked by uid 97); 10 Mar 2002 14:12:09 -0000 Date: 10 Mar 2002 14:12:06 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/conf - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:12:06 jakarta-cactus/sample-servlet/conf - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:12:28 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73609 invoked from network); 10 Mar 2002 14:12:28 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:12:28 -0000 Received: (qmail 22127 invoked by uid 97); 10 Mar 2002 14:12:29 -0000 Delivered-To: [email protected] Received: (qmail 22067 invoked by uid 97); 10 Mar 2002 14:12:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22056 invoked by uid 97); 10 Mar 2002 14:12:28 -0000 Date: 10 Mar 2002 14:12:26 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/conf/sample - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:12:26 jakarta-cactus/sample-servlet/conf/sample - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:12:49 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73654 invoked from network); 10 Mar 2002 14:12:49 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:12:49 -0000 Received: (qmail 22206 invoked by uid 97); 10 Mar 2002 14:12:50 -0000 Delivered-To: [email protected] Received: (qmail 22179 invoked by uid 97); 10 Mar 2002 14:12:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22163 invoked by uid 97); 10 Mar 2002 14:12:49 -0000 Date: 10 Mar 2002 14:12:46 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/conf/sample/build - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:12:46 jakarta-cactus/sample-servlet/conf/sample/build - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:12:49 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73655 invoked from network); 10 Mar 2002 14:12:49 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:12:49 -0000 Received: (qmail 22274 invoked by uid 97); 10 Mar 2002 14:12:50 -0000 Delivered-To: [email protected] Received: (qmail 22192 invoked by uid 97); 10 Mar 2002 14:12:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22168 invoked by uid 97); 10 Mar 2002 14:12:49 -0000 Date: 10 Mar 2002 14:12:46 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/conf/sample/conf - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:12:46 jakarta-cactus/sample-servlet/conf/sample/conf - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:12:56 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73676 invoked from network); 10 Mar 2002 14:12:55 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:12:55 -0000 Received: (qmail 22386 invoked by uid 97); 10 Mar 2002 14:12:57 -0000 Delivered-To: [email protected] Received: (qmail 22341 invoked by uid 97); 10 Mar 2002 14:12:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22330 invoked from network); 10 Mar 2002 14:12:56 -0000 X-Sent: 10 Mar 2002 14:12:55 GMT Message-ID: <[email protected]> From: "Erik Hatcher" <[email protected]> To: "Cactus Developers List" <[email protected]> References: <04ce01c1c83b$2a91abe0$6b53c5cb@octovma> Subject: Re: cvs commit: jakarta-cactus/anttasks/src/java/org/apache/cactus/ant RunServerTestsTask.java StartServerHelper.java StopServerHelper.java Date: Sun, 10 Mar 2002 09:12:45 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ----- Original Message ----- From: "Vincent Massol" <[email protected]> > I'm also very much interested in your feedback on the new build process > (I sincerely hope it is not too much complicated and that I am doing it > the right way as I have spent about 2 full days on it !). Well, I'm not going to be running the Cactus build anytime soon, I hope. I am currently relying on the HEAD version of far too many projects when I'd ideally like to get back to being a mere "consumer" on them. For Cactus I plan on remaining just an end-user, unless I encounter problems that require me to dig in and patch. Very soon I will have some small Cactus testing to do, so you may hear from me soon! Erik -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:13:08 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73722 invoked from network); 10 Mar 2002 14:13:07 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:13:07 -0000 Received: (qmail 22550 invoked by uid 97); 10 Mar 2002 14:13:08 -0000 Delivered-To: [email protected] Received: (qmail 22487 invoked by uid 97); 10 Mar 2002 14:13:07 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22457 invoked by uid 97); 10 Mar 2002 14:13:06 -0000 Date: 10 Mar 2002 14:13:04 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/conf/sample/build/j2ee13 - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:13:04 jakarta-cactus/sample-servlet/conf/sample/build/j2ee13 - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:13:08 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73721 invoked from network); 10 Mar 2002 14:13:07 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:13:07 -0000 Received: (qmail 22517 invoked by uid 97); 10 Mar 2002 14:13:08 -0000 Delivered-To: [email protected] Received: (qmail 22471 invoked by uid 97); 10 Mar 2002 14:13:07 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22454 invoked by uid 97); 10 Mar 2002 14:13:06 -0000 Date: 10 Mar 2002 14:13:04 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/conf/sample/build/j2ee12 - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:13:04 jakarta-cactus/sample-servlet/conf/sample/build/j2ee12 - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:13:08 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73728 invoked from network); 10 Mar 2002 14:13:08 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:13:08 -0000 Received: (qmail 22603 invoked by uid 97); 10 Mar 2002 14:13:08 -0000 Delivered-To: [email protected] Received: (qmail 22505 invoked by uid 97); 10 Mar 2002 14:13:08 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22460 invoked by uid 97); 10 Mar 2002 14:13:07 -0000 Date: 10 Mar 2002 14:13:04 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/conf/sample/build/share - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:13:04 jakarta-cactus/sample-servlet/conf/sample/build/share - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:13:41 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73757 invoked from network); 10 Mar 2002 14:13:40 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:13:40 -0000 Received: (qmail 22838 invoked by uid 97); 10 Mar 2002 14:13:42 -0000 Delivered-To: [email protected] Received: (qmail 22808 invoked by uid 97); 10 Mar 2002 14:13:41 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22797 invoked by uid 97); 10 Mar 2002 14:13:41 -0000 Date: 10 Mar 2002 14:13:38 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/conf/sample/conf/test - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:13:38 jakarta-cactus/sample-servlet/conf/sample/conf/test - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:13:51 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73788 invoked from network); 10 Mar 2002 14:13:51 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:13:51 -0000 Received: (qmail 23001 invoked by uid 97); 10 Mar 2002 14:13:51 -0000 Delivered-To: [email protected] Received: (qmail 22925 invoked by uid 97); 10 Mar 2002 14:13:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22889 invoked by uid 97); 10 Mar 2002 14:13:49 -0000 Date: 10 Mar 2002 14:13:47 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/conf/sample/conf/test/j2ee13 - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:13:46 jakarta-cactus/sample-servlet/conf/sample/conf/test/j2ee13 - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:13:51 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73789 invoked from network); 10 Mar 2002 14:13:51 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:13:51 -0000 Received: (qmail 23009 invoked by uid 97); 10 Mar 2002 14:13:51 -0000 Delivered-To: [email protected] Received: (qmail 22943 invoked by uid 97); 10 Mar 2002 14:13:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22892 invoked by uid 97); 10 Mar 2002 14:13:49 -0000 Date: 10 Mar 2002 14:13:47 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/conf/sample/conf/test/share - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:13:47 jakarta-cactus/sample-servlet/conf/sample/conf/test/share - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:13:51 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73790 invoked from network); 10 Mar 2002 14:13:51 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:13:51 -0000 Received: (qmail 22945 invoked by uid 97); 10 Mar 2002 14:13:50 -0000 Delivered-To: [email protected] Received: (qmail 22905 invoked by uid 97); 10 Mar 2002 14:13:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22886 invoked by uid 97); 10 Mar 2002 14:13:49 -0000 Date: 10 Mar 2002 14:13:46 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/conf/sample/conf/test/j2ee12 - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:13:46 jakarta-cactus/sample-servlet/conf/sample/conf/test/j2ee12 - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:14:01 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73874 invoked from network); 10 Mar 2002 14:14:01 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:14:01 -0000 Received: (qmail 23264 invoked by uid 97); 10 Mar 2002 14:14:00 -0000 Delivered-To: [email protected] Received: (qmail 23165 invoked by uid 97); 10 Mar 2002 14:13:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 23147 invoked by uid 97); 10 Mar 2002 14:13:58 -0000 Date: 10 Mar 2002 14:13:55 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/conf/sample/conf/test/j2ee12/enhydra31 - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:13:55 jakarta-cactus/sample-servlet/conf/sample/conf/test/j2ee12/enhydra31 - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:14:01 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73877 invoked from network); 10 Mar 2002 14:14:01 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:14:01 -0000 Received: (qmail 23326 invoked by uid 97); 10 Mar 2002 14:14:01 -0000 Delivered-To: [email protected] Received: (qmail 23204 invoked by uid 97); 10 Mar 2002 14:14:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 23168 invoked by uid 97); 10 Mar 2002 14:13:59 -0000 Date: 10 Mar 2002 14:13:55 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/conf/sample/conf/test/j2ee12/tomcat33 - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:13:55 jakarta-cactus/sample-servlet/conf/sample/conf/test/j2ee12/tomcat33 - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:14:01 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73878 invoked from network); 10 Mar 2002 14:14:01 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:14:01 -0000 Received: (qmail 23310 invoked by uid 97); 10 Mar 2002 14:14:01 -0000 Delivered-To: [email protected] Received: (qmail 23190 invoked by uid 97); 10 Mar 2002 14:13:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 23154 invoked by uid 97); 10 Mar 2002 14:13:58 -0000 Date: 10 Mar 2002 14:13:55 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/conf/sample/conf/test/j2ee12/resin12 - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:13:55 jakarta-cactus/sample-servlet/conf/sample/conf/test/j2ee12/resin12 - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:14:01 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73894 invoked from network); 10 Mar 2002 14:14:01 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:14:01 -0000 Received: (qmail 23398 invoked by uid 97); 10 Mar 2002 14:14:02 -0000 Delivered-To: [email protected] Received: (qmail 23291 invoked by uid 97); 10 Mar 2002 14:14:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 23179 invoked by uid 97); 10 Mar 2002 14:13:59 -0000 Date: 10 Mar 2002 14:13:55 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/conf/sample/conf/test/j2ee12/weblogic51 - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:13:55 jakarta-cactus/sample-servlet/conf/sample/conf/test/j2ee12/weblogic51 - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:14:02 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73893 invoked from network); 10 Mar 2002 14:14:01 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:14:01 -0000 Received: (qmail 23480 invoked by uid 97); 10 Mar 2002 14:14:02 -0000 Delivered-To: [email protected] Received: (qmail 23346 invoked by uid 97); 10 Mar 2002 14:14:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 23256 invoked by uid 97); 10 Mar 2002 14:14:00 -0000 Date: 10 Mar 2002 14:13:55 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/conf/sample/conf/test/j2ee12/tomcat32 - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:13:55 jakarta-cactus/sample-servlet/conf/sample/conf/test/j2ee12/tomcat32 - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:14:48 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74098 invoked from network); 10 Mar 2002 14:14:48 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:14:48 -0000 Received: (qmail 23698 invoked by uid 97); 10 Mar 2002 14:14:48 -0000 Delivered-To: [email protected] Received: (qmail 23663 invoked by uid 97); 10 Mar 2002 14:14:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 23646 invoked by uid 97); 10 Mar 2002 14:14:46 -0000 Date: 10 Mar 2002 14:14:43 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/conf/sample/conf/test/j2ee13/resin13 - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:14:43 jakarta-cactus/sample-servlet/conf/sample/conf/test/j2ee13/resin13 - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:14:48 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74097 invoked from network); 10 Mar 2002 14:14:48 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:14:48 -0000 Received: (qmail 23723 invoked by uid 97); 10 Mar 2002 14:14:49 -0000 Delivered-To: [email protected] Received: (qmail 23677 invoked by uid 97); 10 Mar 2002 14:14:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 23649 invoked by uid 97); 10 Mar 2002 14:14:46 -0000 Date: 10 Mar 2002 14:14:44 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/conf/sample/conf/test/j2ee13/tomcat40 - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:14:44 jakarta-cactus/sample-servlet/conf/sample/conf/test/j2ee13/tomcat40 - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:14:49 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74106 invoked from network); 10 Mar 2002 14:14:48 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:14:48 -0000 Received: (qmail 23845 invoked by uid 97); 10 Mar 2002 14:14:50 -0000 Delivered-To: [email protected] Received: (qmail 23808 invoked by uid 97); 10 Mar 2002 14:14:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 23652 invoked by uid 97); 10 Mar 2002 14:14:47 -0000 Date: 10 Mar 2002 14:14:44 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/conf/sample/conf/test/j2ee13/weblogic61 - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:14:44 jakarta-cactus/sample-servlet/conf/sample/conf/test/j2ee13/weblogic61 - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:15:11 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74163 invoked from network); 10 Mar 2002 14:15:11 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:15:11 -0000 Received: (qmail 23942 invoked by uid 97); 10 Mar 2002 14:15:12 -0000 Delivered-To: [email protected] Received: (qmail 23926 invoked by uid 97); 10 Mar 2002 14:15:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 23915 invoked by uid 97); 10 Mar 2002 14:15:12 -0000 Date: 10 Mar 2002 14:15:09 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:15:09 jakarta-cactus/sample-servlet/src - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:15:28 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74196 invoked from network); 10 Mar 2002 14:15:28 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:15:28 -0000 Received: (qmail 24088 invoked by uid 97); 10 Mar 2002 14:15:28 -0000 Delivered-To: [email protected] Received: (qmail 24035 invoked by uid 97); 10 Mar 2002 14:15:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 24018 invoked by uid 97); 10 Mar 2002 14:15:26 -0000 Date: 10 Mar 2002 14:15:24 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/conf/sample/conf/test/share/orion14 - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:15:24 jakarta-cactus/sample-servlet/conf/sample/conf/test/share/orion14 - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:15:28 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74197 invoked from network); 10 Mar 2002 14:15:28 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:15:28 -0000 Received: (qmail 24146 invoked by uid 97); 10 Mar 2002 14:15:29 -0000 Delivered-To: [email protected] Received: (qmail 24068 invoked by uid 97); 10 Mar 2002 14:15:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 24024 invoked by uid 97); 10 Mar 2002 14:15:26 -0000 Date: 10 Mar 2002 14:15:24 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/conf/sample/conf/test/share/resin20 - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:15:24 jakarta-cactus/sample-servlet/conf/sample/conf/test/share/resin20 - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:15:28 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74195 invoked from network); 10 Mar 2002 14:15:28 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:15:28 -0000 Received: (qmail 24101 invoked by uid 97); 10 Mar 2002 14:15:28 -0000 Delivered-To: [email protected] Received: (qmail 24057 invoked by uid 97); 10 Mar 2002 14:15:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 24021 invoked by uid 97); 10 Mar 2002 14:15:26 -0000 Date: 10 Mar 2002 14:15:24 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/conf/sample/conf/test/share/orion15 - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:15:24 jakarta-cactus/sample-servlet/conf/sample/conf/test/share/orion15 - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:16:18 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74362 invoked from network); 10 Mar 2002 14:16:17 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:16:17 -0000 Received: (qmail 24412 invoked by uid 97); 10 Mar 2002 14:16:18 -0000 Delivered-To: [email protected] Received: (qmail 24385 invoked by uid 97); 10 Mar 2002 14:16:18 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 24371 invoked by uid 97); 10 Mar 2002 14:16:17 -0000 Date: 10 Mar 2002 14:16:14 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/unit - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:16:14 jakarta-cactus/sample-servlet/src/unit - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:16:18 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74364 invoked from network); 10 Mar 2002 14:16:18 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:16:18 -0000 Received: (qmail 24503 invoked by uid 97); 10 Mar 2002 14:16:19 -0000 Delivered-To: [email protected] Received: (qmail 24398 invoked by uid 97); 10 Mar 2002 14:16:18 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 24374 invoked by uid 97); 10 Mar 2002 14:16:17 -0000 Date: 10 Mar 2002 14:16:14 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/sample - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:16:14 jakarta-cactus/sample-servlet/src/sample - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:17:29 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74697 invoked from network); 10 Mar 2002 14:17:29 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:17:29 -0000 Received: (qmail 24721 invoked by uid 97); 10 Mar 2002 14:17:29 -0000 Delivered-To: [email protected] Received: (qmail 24687 invoked by uid 97); 10 Mar 2002 14:17:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 24661 invoked by uid 97); 10 Mar 2002 14:17:28 -0000 Date: 10 Mar 2002 14:17:25 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/sample/j2ee12 - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:17:25 jakarta-cactus/sample-servlet/src/sample/j2ee12 - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:17:29 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74702 invoked from network); 10 Mar 2002 14:17:29 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:17:29 -0000 Received: (qmail 24792 invoked by uid 97); 10 Mar 2002 14:17:30 -0000 Delivered-To: [email protected] Received: (qmail 24701 invoked by uid 97); 10 Mar 2002 14:17:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 24664 invoked by uid 97); 10 Mar 2002 14:17:28 -0000 Date: 10 Mar 2002 14:17:25 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/sample/share - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:17:25 jakarta-cactus/sample-servlet/src/sample/share - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:17:29 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74703 invoked from network); 10 Mar 2002 14:17:29 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:17:29 -0000 Received: (qmail 24843 invoked by uid 97); 10 Mar 2002 14:17:30 -0000 Delivered-To: [email protected] Received: (qmail 24723 invoked by uid 97); 10 Mar 2002 14:17:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 24667 invoked by uid 97); 10 Mar 2002 14:17:28 -0000 Date: 10 Mar 2002 14:17:25 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/sample/j2ee13 - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:17:25 jakarta-cactus/sample-servlet/src/sample/j2ee13 - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:17:35 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74717 invoked from network); 10 Mar 2002 14:17:35 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:17:35 -0000 Received: (qmail 24939 invoked by uid 97); 10 Mar 2002 14:17:36 -0000 Delivered-To: [email protected] Received: (qmail 24923 invoked by uid 97); 10 Mar 2002 14:17:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 24912 invoked by uid 97); 10 Mar 2002 14:17:36 -0000 Date: 10 Mar 2002 14:17:33 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/sample/j2ee12/org - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:17:33 jakarta-cactus/sample-servlet/src/sample/j2ee12/org - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:17:44 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74729 invoked from network); 10 Mar 2002 14:17:43 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:17:43 -0000 Received: (qmail 25025 invoked by uid 97); 10 Mar 2002 14:17:45 -0000 Delivered-To: [email protected] Received: (qmail 25009 invoked by uid 97); 10 Mar 2002 14:17:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 24998 invoked by uid 97); 10 Mar 2002 14:17:44 -0000 Date: 10 Mar 2002 14:17:42 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/sample/j2ee12/org/apache - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:17:42 jakarta-cactus/sample-servlet/src/sample/j2ee12/org/apache - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:17:52 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74742 invoked from network); 10 Mar 2002 14:17:52 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:17:52 -0000 Received: (qmail 25138 invoked by uid 97); 10 Mar 2002 14:17:53 -0000 Delivered-To: [email protected] Received: (qmail 25122 invoked by uid 97); 10 Mar 2002 14:17:53 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 25111 invoked by uid 97); 10 Mar 2002 14:17:52 -0000 Date: 10 Mar 2002 14:17:50 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/sample/j2ee12/org/apache/cactus - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:17:50 jakarta-cactus/sample-servlet/src/sample/j2ee12/org/apache/cactus - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:18:01 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74755 invoked from network); 10 Mar 2002 14:18:00 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:18:00 -0000 Received: (qmail 25257 invoked by uid 97); 10 Mar 2002 14:18:02 -0000 Delivered-To: [email protected] Received: (qmail 25241 invoked by uid 97); 10 Mar 2002 14:18:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 25230 invoked by uid 97); 10 Mar 2002 14:18:01 -0000 Date: 10 Mar 2002 14:17:58 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/sample/j2ee12/org/apache/cactus/sample - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:17:58 jakarta-cactus/sample-servlet/src/sample/j2ee12/org/apache/cactus/sample - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:18:19 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74779 invoked from network); 10 Mar 2002 14:18:19 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:18:19 -0000 Received: (qmail 25365 invoked by uid 97); 10 Mar 2002 14:18:20 -0000 Delivered-To: [email protected] Received: (qmail 25346 invoked by uid 97); 10 Mar 2002 14:18:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 25335 invoked by uid 97); 10 Mar 2002 14:18:19 -0000 Date: 10 Mar 2002 14:18:17 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/sample/j2ee13/org - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:18:17 jakarta-cactus/sample-servlet/src/sample/j2ee13/org - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:18:27 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74806 invoked from network); 10 Mar 2002 14:18:27 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:18:27 -0000 Received: (qmail 25454 invoked by uid 97); 10 Mar 2002 14:18:29 -0000 Delivered-To: [email protected] Received: (qmail 25438 invoked by uid 97); 10 Mar 2002 14:18:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 25427 invoked by uid 97); 10 Mar 2002 14:18:28 -0000 Date: 10 Mar 2002 14:18:25 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/sample/j2ee13/org/apache - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:18:25 jakarta-cactus/sample-servlet/src/sample/j2ee13/org/apache - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:18:36 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74819 invoked from network); 10 Mar 2002 14:18:36 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:18:36 -0000 Received: (qmail 25546 invoked by uid 97); 10 Mar 2002 14:18:37 -0000 Delivered-To: [email protected] Received: (qmail 25530 invoked by uid 97); 10 Mar 2002 14:18:37 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 25519 invoked by uid 97); 10 Mar 2002 14:18:36 -0000 Date: 10 Mar 2002 14:18:34 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/sample/j2ee13/org/apache/cactus - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:18:34 jakarta-cactus/sample-servlet/src/sample/j2ee13/org/apache/cactus - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:18:44 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74837 invoked from network); 10 Mar 2002 14:18:44 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:18:44 -0000 Received: (qmail 25639 invoked by uid 97); 10 Mar 2002 14:18:46 -0000 Delivered-To: [email protected] Received: (qmail 25615 invoked by uid 97); 10 Mar 2002 14:18:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 25604 invoked by uid 97); 10 Mar 2002 14:18:45 -0000 Date: 10 Mar 2002 14:18:42 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/sample/j2ee13/org/apache/cactus/sample - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:18:42 jakarta-cactus/sample-servlet/src/sample/j2ee13/org/apache/cactus/sample - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:18:53 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74860 invoked from network); 10 Mar 2002 14:18:53 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:18:53 -0000 Received: (qmail 25754 invoked by uid 97); 10 Mar 2002 14:18:54 -0000 Delivered-To: [email protected] Received: (qmail 25707 invoked by uid 97); 10 Mar 2002 14:18:53 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 25696 invoked by uid 97); 10 Mar 2002 14:18:53 -0000 Date: 10 Mar 2002 14:18:51 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/sample/j2ee13/org/apache/cactus/sample/util - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:18:51 jakarta-cactus/sample-servlet/src/sample/j2ee13/org/apache/cactus/sample/util - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:19:09 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74876 invoked from network); 10 Mar 2002 14:19:09 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:19:09 -0000 Received: (qmail 25825 invoked by uid 97); 10 Mar 2002 14:19:10 -0000 Delivered-To: [email protected] Received: (qmail 25809 invoked by uid 97); 10 Mar 2002 14:19:10 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 25798 invoked by uid 97); 10 Mar 2002 14:19:09 -0000 Date: 10 Mar 2002 14:19:07 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/sample/share/org - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:19:07 jakarta-cactus/sample-servlet/src/sample/share/org - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:19:17 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74895 invoked from network); 10 Mar 2002 14:19:17 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:19:17 -0000 Received: (qmail 25917 invoked by uid 97); 10 Mar 2002 14:19:18 -0000 Delivered-To: [email protected] Received: (qmail 25901 invoked by uid 97); 10 Mar 2002 14:19:18 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 25890 invoked by uid 97); 10 Mar 2002 14:19:17 -0000 Date: 10 Mar 2002 14:19:15 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/sample/share/org/apache - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:19:15 jakarta-cactus/sample-servlet/src/sample/share/org/apache - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:19:27 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74913 invoked from network); 10 Mar 2002 14:19:27 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:19:27 -0000 Received: (qmail 26015 invoked by uid 97); 10 Mar 2002 14:19:28 -0000 Delivered-To: [email protected] Received: (qmail 25999 invoked by uid 97); 10 Mar 2002 14:19:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 25988 invoked by uid 97); 10 Mar 2002 14:19:27 -0000 Date: 10 Mar 2002 14:19:24 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/sample/share/org/apache/cactus - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:19:24 jakarta-cactus/sample-servlet/src/sample/share/org/apache/cactus - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:19:35 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74928 invoked from network); 10 Mar 2002 14:19:35 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:19:35 -0000 Received: (qmail 26113 invoked by uid 97); 10 Mar 2002 14:19:36 -0000 Delivered-To: [email protected] Received: (qmail 26095 invoked by uid 97); 10 Mar 2002 14:19:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 26082 invoked by uid 97); 10 Mar 2002 14:19:35 -0000 Date: 10 Mar 2002 14:19:32 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/sample/share/org/apache/cactus/sample - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:19:32 jakarta-cactus/sample-servlet/src/sample/share/org/apache/cactus/sample - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:19:54 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74973 invoked from network); 10 Mar 2002 14:19:53 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:19:53 -0000 Received: (qmail 26253 invoked by uid 97); 10 Mar 2002 14:19:53 -0000 Delivered-To: [email protected] Received: (qmail 26213 invoked by uid 97); 10 Mar 2002 14:19:53 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 26194 invoked by uid 97); 10 Mar 2002 14:19:52 -0000 Date: 10 Mar 2002 14:19:49 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/unit/j2ee12 - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:19:49 jakarta-cactus/sample-servlet/src/unit/j2ee12 - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:19:54 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74978 invoked from network); 10 Mar 2002 14:19:54 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:19:54 -0000 Received: (qmail 26273 invoked by uid 97); 10 Mar 2002 14:19:54 -0000 Delivered-To: [email protected] Received: (qmail 26227 invoked by uid 97); 10 Mar 2002 14:19:53 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 26197 invoked by uid 97); 10 Mar 2002 14:19:52 -0000 Date: 10 Mar 2002 14:19:49 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/unit/j2ee13 - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:19:49 jakarta-cactus/sample-servlet/src/unit/j2ee13 - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:19:54 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74979 invoked from network); 10 Mar 2002 14:19:54 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:19:54 -0000 Received: (qmail 26280 invoked by uid 97); 10 Mar 2002 14:19:54 -0000 Delivered-To: [email protected] Received: (qmail 26254 invoked by uid 97); 10 Mar 2002 14:19:53 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 26200 invoked by uid 97); 10 Mar 2002 14:19:52 -0000 Date: 10 Mar 2002 14:19:49 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/unit/share - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:19:49 jakarta-cactus/sample-servlet/src/unit/share - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:20:00 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75030 invoked from network); 10 Mar 2002 14:20:00 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:20:00 -0000 Received: (qmail 26513 invoked by uid 97); 10 Mar 2002 14:20:01 -0000 Delivered-To: [email protected] Received: (qmail 26472 invoked by uid 97); 10 Mar 2002 14:20:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 26460 invoked by uid 97); 10 Mar 2002 14:20:00 -0000 Date: 10 Mar 2002 14:19:57 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/unit/j2ee12/org - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:19:57 jakarta-cactus/sample-servlet/src/unit/j2ee12/org - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:20:08 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75072 invoked from network); 10 Mar 2002 14:20:08 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:20:08 -0000 Received: (qmail 26577 invoked by uid 97); 10 Mar 2002 14:20:09 -0000 Delivered-To: [email protected] Received: (qmail 26558 invoked by uid 97); 10 Mar 2002 14:20:09 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 26547 invoked by uid 97); 10 Mar 2002 14:20:08 -0000 Date: 10 Mar 2002 14:20:06 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/unit/j2ee12/org/apache - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:20:06 jakarta-cactus/sample-servlet/src/unit/j2ee12/org/apache - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:20:16 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75252 invoked from network); 10 Mar 2002 14:20:16 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:20:16 -0000 Received: (qmail 26659 invoked by uid 97); 10 Mar 2002 14:20:17 -0000 Delivered-To: [email protected] Received: (qmail 26643 invoked by uid 97); 10 Mar 2002 14:20:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 26632 invoked by uid 97); 10 Mar 2002 14:20:16 -0000 Date: 10 Mar 2002 14:20:14 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/unit/j2ee12/org/apache/cactus - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:20:14 jakarta-cactus/sample-servlet/src/unit/j2ee12/org/apache/cactus - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:20:25 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75274 invoked from network); 10 Mar 2002 14:20:25 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:20:25 -0000 Received: (qmail 26760 invoked by uid 97); 10 Mar 2002 14:20:26 -0000 Delivered-To: [email protected] Received: (qmail 26730 invoked by uid 97); 10 Mar 2002 14:20:25 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 26717 invoked by uid 97); 10 Mar 2002 14:20:25 -0000 Date: 10 Mar 2002 14:20:22 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/unit/j2ee12/org/apache/cactus/unit - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:20:22 jakarta-cactus/sample-servlet/src/unit/j2ee12/org/apache/cactus/unit - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:20:42 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75304 invoked from network); 10 Mar 2002 14:20:42 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:20:42 -0000 Received: (qmail 26875 invoked by uid 97); 10 Mar 2002 14:20:43 -0000 Delivered-To: [email protected] Received: (qmail 26859 invoked by uid 97); 10 Mar 2002 14:20:43 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 26848 invoked by uid 97); 10 Mar 2002 14:20:42 -0000 Date: 10 Mar 2002 14:20:40 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/unit/j2ee13/org - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:20:40 jakarta-cactus/sample-servlet/src/unit/j2ee13/org - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:20:50 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75331 invoked from network); 10 Mar 2002 14:20:50 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:20:50 -0000 Received: (qmail 26960 invoked by uid 97); 10 Mar 2002 14:20:51 -0000 Delivered-To: [email protected] Received: (qmail 26944 invoked by uid 97); 10 Mar 2002 14:20:51 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 26933 invoked by uid 97); 10 Mar 2002 14:20:50 -0000 Date: 10 Mar 2002 14:20:48 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/unit/j2ee13/org/apache - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:20:48 jakarta-cactus/sample-servlet/src/unit/j2ee13/org/apache - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:20:59 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75349 invoked from network); 10 Mar 2002 14:20:58 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:20:58 -0000 Received: (qmail 27076 invoked by uid 97); 10 Mar 2002 14:21:00 -0000 Delivered-To: [email protected] Received: (qmail 27029 invoked by uid 97); 10 Mar 2002 14:20:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 27018 invoked by uid 97); 10 Mar 2002 14:20:59 -0000 Date: 10 Mar 2002 14:20:56 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/unit/j2ee13/org/apache/cactus - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:20:56 jakarta-cactus/sample-servlet/src/unit/j2ee13/org/apache/cactus - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:21:07 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75401 invoked from network); 10 Mar 2002 14:21:07 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:21:07 -0000 Received: (qmail 27145 invoked by uid 97); 10 Mar 2002 14:21:08 -0000 Delivered-To: [email protected] Received: (qmail 27129 invoked by uid 97); 10 Mar 2002 14:21:08 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 27118 invoked by uid 97); 10 Mar 2002 14:21:07 -0000 Date: 10 Mar 2002 14:21:05 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/unit/j2ee13/org/apache/cactus/unit - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:21:05 jakarta-cactus/sample-servlet/src/unit/j2ee13/org/apache/cactus/unit - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:21:23 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75423 invoked from network); 10 Mar 2002 14:21:23 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:21:23 -0000 Received: (qmail 27243 invoked by uid 97); 10 Mar 2002 14:21:24 -0000 Delivered-To: [email protected] Received: (qmail 27227 invoked by uid 97); 10 Mar 2002 14:21:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 27216 invoked by uid 97); 10 Mar 2002 14:21:23 -0000 Date: 10 Mar 2002 14:21:21 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/unit/share/org - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:21:21 jakarta-cactus/sample-servlet/src/unit/share/org - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:21:31 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75436 invoked from network); 10 Mar 2002 14:21:31 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:21:31 -0000 Received: (qmail 27335 invoked by uid 97); 10 Mar 2002 14:21:32 -0000 Delivered-To: [email protected] Received: (qmail 27319 invoked by uid 97); 10 Mar 2002 14:21:32 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 27308 invoked by uid 97); 10 Mar 2002 14:21:31 -0000 Date: 10 Mar 2002 14:21:29 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/unit/share/org/apache - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:21:29 jakarta-cactus/sample-servlet/src/unit/share/org/apache - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:21:40 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75451 invoked from network); 10 Mar 2002 14:21:40 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:21:40 -0000 Received: (qmail 27445 invoked by uid 97); 10 Mar 2002 14:21:41 -0000 Delivered-To: [email protected] Received: (qmail 27411 invoked by uid 97); 10 Mar 2002 14:21:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 27400 invoked by uid 97); 10 Mar 2002 14:21:40 -0000 Date: 10 Mar 2002 14:21:37 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/unit/share/org/apache/cactus - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:21:37 jakarta-cactus/sample-servlet/src/unit/share/org/apache/cactus - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:21:48 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75468 invoked from network); 10 Mar 2002 14:21:48 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:21:48 -0000 Received: (qmail 27517 invoked by uid 97); 10 Mar 2002 14:21:49 -0000 Delivered-To: [email protected] Received: (qmail 27496 invoked by uid 97); 10 Mar 2002 14:21:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 27485 invoked by uid 97); 10 Mar 2002 14:21:48 -0000 Date: 10 Mar 2002 14:21:45 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/unit/share/org/apache/cactus/unit - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:21:45 jakarta-cactus/sample-servlet/src/unit/share/org/apache/cactus/unit - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:24:42 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77377 invoked from network); 10 Mar 2002 14:24:42 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:24:42 -0000 Received: (qmail 27749 invoked by uid 97); 10 Mar 2002 14:24:44 -0000 Delivered-To: [email protected] Received: (qmail 27732 invoked by uid 97); 10 Mar 2002 14:24:43 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 27721 invoked by uid 97); 10 Mar 2002 14:24:43 -0000 Date: 10 Mar 2002 14:24:40 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/web - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:24:40 jakarta-cactus/sample-servlet/web - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:24:51 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77393 invoked from network); 10 Mar 2002 14:24:50 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:24:50 -0000 Received: (qmail 27870 invoked by uid 97); 10 Mar 2002 14:24:52 -0000 Delivered-To: [email protected] Received: (qmail 27841 invoked by uid 97); 10 Mar 2002 14:24:51 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 27830 invoked by uid 97); 10 Mar 2002 14:24:51 -0000 Date: 10 Mar 2002 14:24:48 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/web/sample - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:24:48 jakarta-cactus/sample-servlet/web/sample - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:25:00 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77420 invoked from network); 10 Mar 2002 14:25:00 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:25:00 -0000 Received: (qmail 27951 invoked by uid 97); 10 Mar 2002 14:25:01 -0000 Delivered-To: [email protected] Received: (qmail 27935 invoked by uid 97); 10 Mar 2002 14:25:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 27918 invoked by uid 97); 10 Mar 2002 14:25:00 -0000 Date: 10 Mar 2002 14:24:57 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/web/sample/test - New directory X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:24:57 jakarta-cactus/sample-servlet/web/sample/test - New directory -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:29:10 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78220 invoked from network); 10 Mar 2002 14:29:10 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:29:10 -0000 Received: (qmail 28586 invoked by uid 97); 10 Mar 2002 14:29:11 -0000 Delivered-To: [email protected] Received: (qmail 28570 invoked by uid 97); 10 Mar 2002 14:29:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 28559 invoked by uid 97); 10 Mar 2002 14:29:10 -0000 Date: 10 Mar 2002 14:29:08 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/web/sample/test test.jsp X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:29:08 Removed: web jspRedirector.jsp web/sample/test test.jsp Log: second part of build process refactoring -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:30:26 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78367 invoked from network); 10 Mar 2002 14:30:25 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:30:25 -0000 Received: (qmail 28934 invoked by uid 97); 10 Mar 2002 14:30:27 -0000 Delivered-To: [email protected] Received: (qmail 28916 invoked by uid 97); 10 Mar 2002 14:30:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 28905 invoked by uid 97); 10 Mar 2002 14:30:26 -0000 Date: 10 Mar 2002 14:30:23 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/src/test/share/org/apache/cactus/mock MockHttpURLConnection.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:30:22 Removed: src/framework/servlet22/org/apache/cactus/server HttpServletRequestWrapper.java PageContextWrapper.java RequestDispatcherWrapper.java ServletConfigWrapper.java ServletContextWrapper.java src/framework/servlet23/org/apache/cactus FilterTestCase.java src/framework/servlet23/org/apache/cactus/client FilterHttpClient.java src/framework/servlet23/org/apache/cactus/server FilterConfigWrapper.java FilterImplicitObjects.java FilterTestCaller.java FilterTestController.java FilterTestRedirector.java HttpServletRequestWrapper.java PageContextWrapper.java RequestDispatcherWrapper.java ServletConfigWrapper.java ServletContextWrapper.java src/framework/share/org/apache/cactus AbstractTestCase.java Cookie.java JspTestCase.java ServiceDefinition.java ServiceEnumeration.java ServletTestCase.java ServletTestRequest.java ServletURL.java WebRequest.java WebResponse.java WebTestResult.java overview.html package.html src/framework/share/org/apache/cactus/client AbstractHttpClient.java AssertionFailedErrorWrapper.java AutoReadHttpURLConnection.java ClientConfiguration.java ClientConfigurationChecker.java HttpClientHelper.java JspHttpClient.java ServletExceptionWrapper.java ServletHttpClient.java src/framework/share/org/apache/cactus/client/authentication AbstractAuthentication.java BasicAuthentication.java src/framework/share/org/apache/cactus/server AbstractHttpServletRequestWrapper.java AbstractPageContextWrapper.java AbstractServletContextWrapper.java AbstractTestCaller.java AbstractTestController.java JspImplicitObjects.java JspTestCaller.java JspTestController.java JspTestRedirector.java ServletImplicitObjects.java ServletTestCaller.java ServletTestController.java ServletTestRedirector.java ServletUtil.java WebImplicitObjects.java src/framework/share/org/apache/cactus/util AssertUtils.java ChainedRuntimeException.java ClientCookie.java JUnitVersionHelper.java src/framework/share/org/apache/cactus/util/log BaseLog.java BaseLogDummy.java Log.java LogAspect.java LogManagerAspect.java LogService.java src/sample/servlet22/org/apache/cactus TestAll.java src/sample/servlet22/org/apache/cactus/sample/unit TestServletTestCaseSpecific.java src/sample/servlet23/org/apache/cactus TestAll.java src/sample/servlet23/org/apache/cactus/sample SampleFilter.java TestSampleFilter.java src/sample/servlet23/org/apache/cactus/sample/unit TestServletTestCaseSpecific.java src/sample/servlet23/org/apache/cactus/sample/util FilterServletOutputStream.java GenericResponseWrapper.java src/sample/share/org/apache/cactus/sample SampleBodyTag.java SampleServlet.java SampleServletConfig.java SampleTag.java TestSampleBodyTag.java TestSampleServlet.java TestSampleServletConfig.java TestSampleTag.java src/sample/share/org/apache/cactus/sample/unit TestJspTestCase.java TestServletTestCase1.java TestServletTestCase1_ExceptionNotSerializable.java TestServletTestCase1_ExceptionSerializable.java TestServletTestCase1_InterceptorServletTestCase.java TestServletTestCase2.java TestServletTestCase3.java TestServletTestCase4.java TestServletTestCase5.java TestServletTestCase5_InterceptorServletTestCase.java TestServletTestCase_Authentication.java TestServletTestCase_OverrideRedirector.java TestServletTestCase_TestResult.java src/test/share/org/apache/cactus TestAbstractTestCase.java TestAbstractTestCase_InterceptorTestCase.java TestAll.java TestServletURL.java TestServletUtil.java src/test/share/org/apache/cactus/mock MockHttpURLConnection.java Log: second part of build process refactoring -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:32:52 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 78662 invoked from network); 10 Mar 2002 14:32:51 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:32:51 -0000 Received: (qmail 29124 invoked by uid 97); 10 Mar 2002 14:32:52 -0000 Delivered-To: [email protected] Received: (qmail 29102 invoked by uid 97); 10 Mar 2002 14:32:52 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 29091 invoked by uid 97); 10 Mar 2002 14:32:51 -0000 Date: 10 Mar 2002 14:32:48 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus LICENSE.cactus LICENSE.httpclient LICENSE.httpunit LICENSE.log4j build-admin.xml build.properties.sample build.xml .cvsignore LICENSE X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:32:48 Modified: . .cvsignore Added: . LICENSE.cactus LICENSE.httpclient LICENSE.httpunit LICENSE.log4j build-admin.xml build.properties.sample build.xml Removed: . LICENSE Log: second part of build process refactoring Revision Changes Path 1.4 +15 -1 jakarta-cactus/.cvsignore Index: .cvsignore =================================================================== RCS file: /home/cvs/jakarta-cactus/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 18 Sep 2001 17:35:56 -0000 1.3 +++ .cvsignore 10 Mar 2002 14:32:48 -0000 1.4 @@ -1,3 +1,17 @@ -build/build.properties +anttasks/build.properties +anttasks/dist +anttasks/target +framework/build.properties +framework/dist +framework/target +documentation/build.properties +documentation/dist +documentation/target +sample-servlet/build.properties +sample-servlet/dist +sample-servlet/target +build.properties dist target +release + 1.1 jakarta-cactus/LICENSE.cactus Index: LICENSE.cactus =================================================================== /* * ==================================================================== * * The Apache Software License, Version 1.1 * * Copyright (c) 2001-2002 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. * * 3. The end-user documentation included with the redistribution, if * any, must include the following acknowlegement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." * Alternately, this acknowlegement may appear in the software itself, * if and wherever such third-party acknowlegements normally appear. * * 4. The names "The Jakarta Project", "Cactus" and "Apache Software * Foundation" must not be used to endorse or promote products * derived from this software without prior written permission. For * written permission, please contact [email protected]. * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written * permission of the Apache Group. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * ==================================================================== * * This software consists of voluntary contributions made by many * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * <http://www.apache.org/>. * */ 1.1 jakarta-cactus/LICENSE.httpclient Index: LICENSE.httpclient =================================================================== /* * $Header: /home/cvs/jakarta-cactus/LICENSE.httpclient,v 1.1 2002/03/10 14:32:48 vmassol Exp $ * $Revision: 1.1 $ * $Date: 2002/03/10 14:32:48 $ * * ==================================================================== * * The Apache Software License, Version 1.1 * * Copyright (c) 1999-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. * * 3. The end-user documentation included with the redistribution, if * any, must include the following acknowlegement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." * Alternately, this acknowlegement may appear in the software itself, * if and wherever such third-party acknowlegements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived * from this software without prior written permission. For written * permission, please contact [email protected]. * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written * permission of the Apache Group. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * ==================================================================== * * This software consists of voluntary contributions made by many * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * <http://www.apache.org/>. * */ 1.1 jakarta-cactus/LICENSE.httpunit Index: LICENSE.httpunit =================================================================== Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 1.1 jakarta-cactus/LICENSE.log4j Index: LICENSE.log4j =================================================================== /* * ============================================================================ * The Apache Software License, Version 1.1 * ============================================================================ * * Copyright (C) 1999 The Apache Software Foundation. All rights reserved. * * Redistribution and use in source and binary forms, with or without modifica- * tion, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * * 3. The end-user documentation included with the redistribution, if any, must * include the following acknowledgment: "This product includes software * developed by the Apache Software Foundation (http://www.apache.org/)." * Alternately, this acknowledgment may appear in the software itself, if * and wherever such third-party acknowledgments normally appear. * * 4. The names "log4j" and "Apache Software Foundation" must not be used to * endorse or promote products derived from this software without prior * written permission. For written permission, please contact * [email protected]. * * 5. Products derived from this software may not be called "Apache", nor may * "Apache" appear in their name, without prior written permission of the * Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE * APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU- * DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * This software consists of voluntary contributions made by many individuals * on behalf of the Apache Software Foundation. For more information on the * Apache Software Foundation, please see <http://www.apache.org/>. * */ 1.1 jakarta-cactus/build-admin.xml Index: build-admin.xml =================================================================== <?xml version="1.0"?> <!-- ============================================================================= Build file for Cactus related administrative tasks (build and upload the Cactus web site, upload a distribution, etc). The following properties need to be set in either a ./build.properties or a ${user.home}/build.properties one or in a calling Ant script : jakarta.username [OPTIONAL] Needed for the deploy.website target. It is the username to use when connecting to jakarta.apache.org. This script should be started with the following command line : ant <target> Run "ant -projecthelp" to get a list of available targets. The default target is "dist" ============================================================================= --> <project name="Cactus Administration" default="website" basedir="."> <!-- Give user a chance to override without editing this file (and without typing -D each time it compiles it) --> <property file="build.properties" /> <property file="${user.home}/build.properties" /> <!-- Global project properties --> <property name="project.name.text" value="Cactus Administration"/> <!-- Prefix to add to all distributable files --> <property name="project.prefix" value="jakarta-"/> <property name="year" value="2000-2002"/> <!-- ======================================================================== Set the properties related to the target area ======================================================================== --> <!-- Distribution directory, i.e. where the expanded distibutable files are located --> <property name="dist.dir" value="dist"/> <!-- Release directory, i.e. where the zipped distribution is located --> <property name="release.dir" value="release"/> <!-- ======================================================================== Initialize the build. Must be called by all targets ======================================================================== --> <target name="init"> <tstamp/> <echo message="----- ${project.name.text} -----"/> <echo message=""/> <echo message="java.class.path = ${java.class.path}"/> <echo message=""/> </target> <!-- ======================================================================== Deploy the web site to the Jakarta server, using the 'scp' and 'ssh' commands. Note 1 : This target does not deploy the javadoc Note 2 : The property "jakarta.username" need to be passed to Ant when calling this target. ======================================================================== --> <target name="deploy.website" depends="clean" if="jakarta.username" description="Deploy the Cactus web site"> <mkdir dir="${release.dir}"/> <!-- Generate the website first --> <ant target="dist.documentation" inheritAll="false"/> <!-- Zip it up --> <property name="cactus.website.name" value="${project.prefix}cactus-website-${DSTAMP}"/> <tar tarfile="${release.dir}/${cactus.website.name}.tar"> <tarfileset dir="${dist.dir}/doc"> <exclude name="api/**"/> </tarfileset> </tar> <gzip zipfile="${release.dir}/${cactus.website.name}.tar.gz" src="${release.dir}/${cactus.website.name}.tar"/> <delete file="${release.dir}/${cactus.website.name}.tar"/> <property name="cactus.homepage" value="/www/jakarta.apache.org/cactus"/> <exec dir="." executable="scp"> <arg value="${release.dir}/${cactus.website.name}.tar.gz"/> <arg value="${[email protected]:${cactus.homepage}"/> </exec> <exec dir="." executable="ssh"> <arg line="-l ${jakarta.username} jakarta.apache.org 'cd ${cactus.homepage};gunzip ${cactus.website.name}.tar.gz;tar xvf ${cactus.website.name}.tar;rm ${cactus.website.name}.tar'"/> </exec> </target> <!-- ======================================================================== Clean generated files (including distributables) ======================================================================== --> <target name="clean" depends="init" description="Clean all generated files"> <delete dir="${dist.dir}"/> <delete dir="${release.dir}"/> </target> </project> 1.1 jakarta-cactus/build.properties.sample Index: build.properties.sample =================================================================== # ----------------------------------------------------------------------------- # build.properties.sample # # This is an example "build.properties" file, used to customize building the # full Cactus project for your local environment. Make any changes you need, # and rename this file to "build.properties" in the same directory that # contains the "build.xml" file. # # $Id: build.properties.sample,v 1.1 2002/03/10 14:32:48 vmassol Exp $ # ----------------------------------------------------------------------------- # WARNING: The relative paths below are relative to the directory where the # build.xml file is located. # ----------------------------------------------------------------------------- # Mandatory properties # ----------------------------------------------------------------------------- # The location of the J2EE API jar. Depending on the version (1.2 or 1.3) of # it, the corresponding Cactus Framework will be built. For example if you use # J2EE 1.3 jar, then the Cactus jar will contain the Filter Redirector which is # only available for Servlet 2.3 (part of J2EE 1.3). j2ee.jar = ../jakarta-servletapi-4/dist/lib/servlet.jar #j2ee.jar = ../jakarta-servletapi/dist/lib/servlet.jar # The location of the log4j jar log4j.jar = ../jakarta-log4j/dist/lib/log4j-1.2alpha5.jar # The location of the Commons Httpclient jar commons.httpclient.jar = ../jakarta-commons/httpclient/dist/commons-httpclient.jar # The location of the Httpunit jar httpunit.jar = ../httpunit/lib/httpunit.jar # The location of the AspectJ runtime jar aspectjrt.jar = ../aspectj/lib/aspectjrt.jar # The location of the Junit jar junit.jar = ../junit/junit3.7/junit.jar # ----------------------------------------------------------------------------- # Optional properties # ----------------------------------------------------------------------------- # The port to use for starting the servers during unit testing. If not # sepcified, it defaults to port 8080. #test.port = 8081 # Servlet engine locations for the tests # Note: If you don't want to run the test on a given servlet engine, just # comment it's home property. For example, if you don't want to run the # tests on the Resin 1.2, comment the "resin.home.12" property. #resin.home.12 = f:/applis/resin-1.2.8 #tomcat.home.32 = c:/Apps/jakarta-tomcat-3.2.4 #weblogic.home.51 = e:/weblogic #orion.home.15 = f:/applis/orion-1.5.2 #resin.home.20 = f:/applis/resin-2.0.s010820 #tomcat.home.40 = f:/applis/jakarta-tomcat-4.0-b7 #resin.home.13 = f:/applis/resin-1.3.s010125 #tomcat.home.33 = f:/applis/jakarta-tomcat-3.3.1-dev #enhydra.home.31 = xxx # Note: weblogic.home.61 is the location of BEA Home and NOT the location of # wlserver6.1, inside the bea home directory. #weblogic.home.61 = c:/bea # Note: There seems to be a bug in Orion 1.4 preventing it to run correctly # the testSendUserData() test. It runs fine in Orion 1.5 though. #orion.home.14 = f:/applis/orion-1.4.5 # ----------------------------------------------------------------------------- # Optional properties used by the build-admin.xml Ant build script only # ----------------------------------------------------------------------------- # Username to use when connection to jakarta.apache.org jakarta.username=vmassol 1.1 jakarta-cactus/build.xml Index: build.xml =================================================================== <?xml version="1.0"?> <!-- ============================================================================= Master build fie for building all Cactus components (the Ant tasks, the framework itself, the documentation, the samples). The following properties need to be set in either a ./build.properties or a ${user.home}/build.properties one or in a calling Ant script : j2ee.jar [REQUIRED] The location of the J2EE API jar. Depending on the version (1.2 or 1.3) of it, the corresponding Cactus Framework will be built. For example if you use J2EE 1.3 jar, then the Cactus jar will contain the Filter Redirector which is only available for Servlet 2.3 (part of J2EE 1.3). log4j.jar [REQUIRED] The location of the Log4j jar. commons.httpclient.jar [REQUIRED] The location of the Commons Httpclient jar. httpunit.jar [REQUIRED] The location of the HttpUnit jar. aspectjrt.jar [REQUIRED] The location of the AspectJ runtime jar. junit.jar [REQUIRED] The location of the JUnit jar test.port [OPTIONAL] The port that should be used for starting the servers during testing. This should be used not to interfere with other running servers. The default is 8080. This property is used when running the test target Additionally and depending on the servlet engines whith which you wish to run your tests, you'll need to set the following kind of properties (see build.properties.sample) : <server name>.home.<version> Example: For Resin 2.0, you'll need to have a "resin.home.20" property defined and pointing to the location where Resin 2.0 is installed. This script should be started with the following command line : ant <target> Run "ant -projecthelp" to get a list of available targets. The default target is "dist" ============================================================================= --> <project name="Master Cactus Build" default="dist" basedir="."> <!-- Give user a chance to override without editing this file (and without typing -D each time it compiles it) --> <property file="build.properties" /> <property file="${user.home}/build.properties" /> <!-- Global project properties --> <property name="project.name.text" value="Cactus"/> <property name="project.name.file" value="cactus"/> <property name="project.version" value="1.3dev"/> <!-- Prefix to add to all distributable files --> <property name="project.prefix" value="jakarta-"/> <property name="year" value="2000-2002"/> <property name="debug" value="on"/> <property name="optimize" value="off"/> <property name="deprecation" value="off"/> <!-- ======================================================================== Set the properties related to the source tree ======================================================================== --> <!-- Source locations for the build --> <property name="anttasks.dir" value="anttasks"/> <property name="framework.dir" value="framework"/> <property name="documentation.dir" value="documentation"/> <property name="sample-servlet.dir" value="sample-servlet"/> <!-- ======================================================================== Set the properties related to the target area ======================================================================== --> <!-- Destination locations for the build --> <property name="target.dir" value="target"/> <property name="target.lib.dir" value="${target.dir}/lib"/> <!-- Distribution directory, i.e. where the expanded distibutable files are located --> <property name="dist.dir" value="dist"/> <property name="dist.lib.dir" value="${dist.dir}/lib"/> <property name="dist.doc.dir" value="${dist.dir}/doc"/> <property name="dist.doc.api.dir" value="${dist.doc.dir}/api"/> <property name="dist.web.dir" value="${dist.dir}/web"/> <!-- Release directory, i.e. where the zipped distribution is located --> <property name="release.dir" value="release"/> <!-- Name of Cactus distributables needed by Cactus subprojects themselves --> <property name="anttasks.jar.name" value="cactus-ant"/> <property name="anttasks.jar" value="${anttasks.dir}/${dist.lib.dir}/${anttasks.jar.name}.jar"/> <property name="framework.jar.name" value="cactus"/> <property name="framework.jar" value="${framework.dir}/${dist.lib.dir}/${framework.jar.name}.jar"/> <!-- ======================================================================== Display configurable properties values ======================================================================== --> <target name="display.properties"> <echo message="----- ${project.name.text} ${project.version} -----"/> <echo message=""/> <echo message="java.class.path = ${java.class.path}"/> <echo message=""/> <echo message="java.home = ${java.home}"/> <echo message="user.home = ${user.home}"/> <echo message="ant.home = ${ant.home}"/> <echo message=""/> <echo message="j2ee.jar = ${j2ee.jar}"/> <echo message="commons.httpclient.jar = ${commons.httpclient.jar}"/> <echo message="httpunit.jar = ${httpunit.jar}"/> <echo message="junit.jar = ${junit.jar}"/> <echo message="aspecjrt.jar = ${aspectjrt.jar}"/> <echo message="log4j.jar = ${log4j.jar}"/> <echo message=""/> </target> <!-- ======================================================================== Verify that all mandatory properties have been set ======================================================================== --> <target name="check.properties" depends="display.properties"> <condition property="properties.ok"> <and> <available file="${j2ee.jar}"/> <available file="${log4j.jar}"/> <available file="${commons.httpclient.jar}"/> <available file="${httpunit.jar}"/> <available file="${junit.jar}"/> <available file="${aspectjrt.jar}"/> </and> </condition> <fail message="Missing property or property pointing to an invalid file (check your build.properties file)" unless="properties.ok"/> </target> <!-- ======================================================================== Find out the J2EE API version ======================================================================== --> <target name="check.j2ee.version"> <condition property="j2ee.api" value="13"> <available classname="javax.servlet.Filter" classpath="${j2ee.jar}"/> </condition> <condition property="j2ee.api" value="12"> <available classname="javax.servlet.Servlet" classpath="${j2ee.jar}"/> </condition> <fail message="Unsupported J2EE version" unless="j2ee.api"/> <echo message="j2ee.api = ${j2ee.api}"/> </target> <!-- ======================================================================== Initialize the build. Must be called by all targets ======================================================================== --> <target name="init" depends="check.properties,check.j2ee.version"> <tstamp/> </target> <!-- ======================================================================== Generate the distributable files ======================================================================== --> <!-- Generate Cactus Ant tasks deliverables --> <target name="dist.anttasks" depends="clean.anttasks"> <ant target="dist" antfile="${anttasks.dir}/build.xml" inheritAll="false"> <property file="build.properties" /> <property file="${user.home}/build.properties" /> <property name="base.dir" value="${anttasks.dir}"/> <property name="project.version" value="${project.version}"/> <property name="year" value="${year}"/> <property name="debug" value="${debug}"/> <property name="optimize" value="${optimize}"/> <property name="deprecation" value="${deprecation}"/> <property name="dist.dir" value="${anttasks.dir}/${dist.dir}"/> <property name="dist.lib.dir" value="${anttasks.dir}/${dist.lib.dir}"/> <property name="dist.doc.dir" value="${anttasks.dir}/${dist.doc.dir}"/> <property name="dist.doc.api.dir" value="${anttasks.dir}/${dist.doc.api.dir}"/> <property name="anttasks.jar.name" value="${anttasks.jar.name}"/> </ant> <copy todir="${dist.lib.dir}"> <fileset dir="${anttasks.dir}/${dist.lib.dir}"/> </copy> <!-- Copy javadoc in correct directory --> <copy todir="${dist.doc.api.dir}/anttasks"> <fileset dir="${anttasks.dir}/${dist.doc.api.dir}"/> </copy> </target> <!-- Generate Cactus Ant tasks deliverables --> <target name="dist.framework" depends="clean.framework"> <ant target="dist" antfile="${framework.dir}/build.xml" inheritAll="false"> <property file="build.properties" /> <property file="${user.home}/build.properties" /> <property name="base.dir" value="${framework.dir}"/> <property name="project.version" value="${project.version}"/> <property name="year" value="${year}"/> <property name="debug" value="${debug}"/> <property name="optimize" value="${optimize}"/> <property name="deprecation" value="${deprecation}"/> <property name="dist.dir" value="${framework.dir}/${dist.dir}"/> <property name="dist.lib.dir" value="${framework.dir}/${dist.lib.dir}"/> <property name="dist.doc.dir" value="${framework.dir}/${dist.doc.dir}"/> <property name="dist.doc.api.dir" value="${framework.dir}/${dist.doc.api.dir}"/> <property name="dist.web.dir" value="${framework.dir}/${dist.web.dir}"/> <property name="framework.jar.name" value="${framework.jar.name}"/> </ant> <copy todir="${dist.lib.dir}"> <fileset dir="${framework.dir}/${dist.lib.dir}"/> </copy> <copy todir="${dist.web.dir}"> <fileset dir="${framework.dir}/${dist.web.dir}"/> </copy> <!-- Copy javadoc in correct directory --> <copy todir="${dist.doc.api.dir}/framework/j2ee${j2ee.api}"> <fileset dir="${framework.dir}/${dist.doc.api.dir}"/> </copy> </target> <!-- Generate Cactus Servlet Sample deliverables --> <target name="dist.sample-servlet" depends="clean.sample-servlet"> <ant target="dist" antfile="${sample-servlet.dir}/build.xml" inheritAll="false"> <property file="build.properties" /> <property file="${user.home}/build.properties" /> <property name="base.dir" value="${sample-servlet.dir}"/> <property name="project.version" value="${project.version}"/> <property name="year" value="${year}"/> <property name="debug" value="${debug}"/> <property name="optimize" value="${optimize}"/> <property name="deprecation" value="${deprecation}"/> <property name="dist.dir" value="${sample-servlet.dir}/${dist.dir}"/> <property name="dist.bin.dir" value="${sample-servlet.dir}/${dist.dir}/bin"/> <property name="dist.doc.dir" value="${sample-servlet.dir}/${dist.doc.dir}"/> <property name="dist.doc.api.dir" value="${sample-servlet.dir}/${dist.doc.api.dir}"/> <property name="sample.zip.name" value="sample-servlet"/> <property name="cactus.ant.jar" value="${anttasks.jar}"/> <property name="cactus.framework.jar" value="${framework.jar}"/> <property name="cactus.framework.web" value="${framework.dir}/${dist.web.dir}"/> </ant> <unzip src="${sample-servlet.dir}/${dist.dir}/bin/sample-servlet.zip" dest="${dist.dir}/sample-servlet"/> </target> <!-- Generate Documentation deliverables --> <target name="dist.documentation" depends="clean.documentation,dist.anttasks"> <ant target="dist" antfile="${documentation.dir}/build.xml" inheritAll="false"> <property file="build.properties" /> <property file="${user.home}/build.properties" /> <property name="base.dir" value="${documentation.dir}"/> <property name="project.version" value="${project.version}"/> <property name="year" value="${year}"/> <property name="dist.dir" value="${documentation.dir}/${dist.dir}"/> <property name="dist.doc.dir" value="${documentation.dir}/${dist.doc.dir}"/> <property name="cactus.ant.jar" value="${anttasks.jar}"/> </ant> <!-- Copy doc in correct directory --> <copy todir="${dist.doc.dir}"> <fileset dir="${documentation.dir}/${dist.doc.dir}"/> </copy> </target> <!-- Generate all distributables --> <target name="dist" depends="clean.cactus,dist.anttasks,dist.framework,dist.sample-servlet,dist.documentation"> </target> <!-- ======================================================================== Clean generated files (including distributables) ======================================================================== --> <target name="clean.anttasks" depends="init"> <ant target="clean" antfile="${anttasks.dir}/build.xml" inheritAll="false"> <property name="dist.dir" value="${anttasks.dir}/${dist.dir}"/> </ant> </target> <target name="clean.framework" depends="init"> <ant target="clean" antfile="${framework.dir}/build.xml" inheritAll="false"> <property name="dist.dir" value="${framework.dir}/${dist.dir}"/> </ant> </target> <target name="clean.sample-servlet" depends="init"> <ant target="clean" antfile="${sample-servlet.dir}/build.xml" inheritAll="false"> <property name="dist.dir" value="${sample-servlet.dir}/${dist.dir}"/> </ant> </target> <target name="clean.documentation" depends="init"> <ant target="clean" antfile="${documentation.dir}/build.xml" inheritAll="false"> <property name="dist.dir" value="${documentation.dir}/${dist.dir}"/> </ant> </target> <target name="clean.cactus" depends="init"> <delete dir="${target.dir}"/> <delete dir="${dist.dir}"/> <delete dir="${release.dir}"/> </target> <target name="clean" depends="clean.cactus,clean.anttasks,clean.framework,clean.sample-servlet,clean.documentation" description="Clean all generated files"> </target> <!-- ======================================================================== Common script for both "release" and "nightly" targets. Must only be called by "release" or "nightly" target as it needs the following properties defined before calling it : anttasks.release.name ======================================================================== --> <target name="release.common" depends="dist"> <mkdir dir="${target.lib.dir}"/> <mkdir dir="${release.dir}"/> <!-- Copy external libraries in a tmp directory for them to be included in the distribution --> <copy todir="${target.lib.dir}" file="${log4j.jar}"/> <copy todir="${target.lib.dir}" file="${commons.httpclient.jar}"/> <copy todir="${target.lib.dir}" file="${httpunit.jar}"/> <copy todir="${target.lib.dir}" file="${junit.jar}"/> <copy todir="${target.lib.dir}" file="${aspectjrt.jar}"/> <zip zipfile="${release.dir}/${cactus.release.name}.zip"> <fileset dir="${dist.dir}"/> <!-- Add the external libraries to the zip (except the j2ee.jar one as it is already present in containers --> <zipfileset dir="${target.lib.dir}" prefix="lib"> <include name="*.jar"/> </zipfileset> <!-- Add the licenses --> <fileset dir="."> <include name="LICENSE.*"/> </fileset> </zip> </target> <!-- ======================================================================== Generate a full release (i.e. the zipped release file) ======================================================================== --> <target name="release.prepare" depends="init"> <!-- For a release, the suffix is the version --> <property name="project.suffix" value="-${project.version}"/> <!-- Name of full release --> <property name="cactus.release.name" value="${project.prefix}${project.name.file}-${j2ee.api}${project.suffix}"/> </target> <target name="release" depends="release.prepare,release.common" description="Generate a release"> </target> <!-- ======================================================================== Generate a nightly release (i.e. the zipped release file) ======================================================================== --> <target name="nightly.prepare" depends="init"> <!-- Sets the date for the release prefix : YYYYMMDD --> <tstamp/> <!-- Suffix to add to all distributable files --> <property name="project.suffix" value="-${DSTAMP}"/> <!-- Name of nightly release --> <property name="cactus.release.name" value="${project.prefix}${project.name.file}-${j2ee.api}${project.suffix}"/> </target> <target name="nightly" depends="nightly.prepare,release.common" description="Generate a nightly release"> </target> </project> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 14:36:27 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 79022 invoked from network); 10 Mar 2002 14:36:27 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 14:36:27 -0000 Received: (qmail 29498 invoked by uid 97); 10 Mar 2002 14:36:29 -0000 Delivered-To: [email protected] Received: (qmail 29479 invoked by uid 97); 10 Mar 2002 14:36:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 29468 invoked by uid 97); 10 Mar 2002 14:36:28 -0000 Date: 10 Mar 2002 14:36:24 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet .cvsignore X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 06:36:24 Modified: . .cvsignore Added: anttasks .cvsignore documentation .cvsignore framework .cvsignore sample-servlet .cvsignore Log: corrected .cvsignore files Revision Changes Path 1.5 +0 -13 jakarta-cactus/.cvsignore Index: .cvsignore =================================================================== RCS file: /home/cvs/jakarta-cactus/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 10 Mar 2002 14:32:48 -0000 1.4 +++ .cvsignore 10 Mar 2002 14:36:24 -0000 1.5 @@ -1,17 +1,4 @@ -anttasks/build.properties -anttasks/dist -anttasks/target -framework/build.properties -framework/dist -framework/target -documentation/build.properties -documentation/dist -documentation/target -sample-servlet/build.properties -sample-servlet/dist -sample-servlet/target build.properties dist target release - 1.1 jakarta-cactus/anttasks/.cvsignore Index: .cvsignore =================================================================== build.properties dist target 1.1 jakarta-cactus/documentation/.cvsignore Index: .cvsignore =================================================================== build.properties dist target 1.1 jakarta-cactus/framework/.cvsignore Index: .cvsignore =================================================================== build.properties dist target 1.1 jakarta-cactus/sample-servlet/.cvsignore Index: .cvsignore =================================================================== build.properties dist target -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 18:25:06 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40624 invoked from network); 10 Mar 2002 18:25:05 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 18:25:05 -0000 Received: (qmail 20178 invoked by uid 97); 10 Mar 2002 18:25:08 -0000 Delivered-To: [email protected] Received: (qmail 20128 invoked by uid 97); 10 Mar 2002 18:25:07 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20117 invoked from network); 10 Mar 2002 18:25:06 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Developers List'" <[email protected]> Subject: RE: cvs commit: jakarta-cactus/anttasks/src/java/org/apache/cactus/ant RunServerTestsTask.java StartServerHelper.java StopServerHelper.java Date: Sun, 10 Mar 2002 23:52:18 +0530 Organization: OCTO Technology Message-ID: <04d701c1c860$938c5df0$6b53c5cb@octovma> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 In-Reply-To: <[email protected]> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Thinking more about it : * I cannot replace my base.dir by basedir as I need basedir to remain constant whereas base.dir changes for each subproject. I agree, I should call it differently (although I think Ant should prefix all its internal properties by "ant.", exactly for this reason). * WRT "location" for <property> : The majority of my properties that relate to files are located in build.properties. Thus, I imagine they will be loaded by Ant in the same way as if I had used "value", right ? Thanks -Vincent > -----Original Message----- > From: Erik Hatcher [mailto:[email protected]] > Sent: 10 March 2002 19:17 > To: Cactus Developers List > Subject: Re: cvs commit: jakarta- > cactus/anttasks/src/java/org/apache/cactus/ant RunServerTestsTask.java > StartServerHelper.java StopServerHelper.java > > ----- Original Message ----- > From: <[email protected]> > > vmassol 02/03/10 05:28:19 > > > > Modified: anttasks build.xml > > anttasks/src/java/org/apache/cactus/ant > > RunServerTestsTask.java StartServerHelper.java > > StopServerHelper.java > > Removed: anttasks LICENSE > > Log: > > second part of build process refactoring > > While I'm at it, I'll make a suggestion or two below... > > > > ======================================================================== > > + Base directory for all file related operations > > + > ======================================================================== > > + --> > > + <property name="base.dir" value="anttasks"/> > > + > > Ant already has a ${basedir} - seems confusing to make up your own for > such > purposes. I don't quite know what all you're refactoring, I just thought > I'd mention the potential confusion I see. > > But on a different point, how about using 'location' instead of 'value' > for > <property> when setting properties that refer to directories or files? > The > nice thing about that is that it resolves the property to be the absolute > path to the file/directory making it much more pleasant to send to other > build files that don't know the relative position and such. > > Erik > > > > -- > To unsubscribe, e-mail: <mailto:cactus-dev- > [email protected]> > For additional commands, e-mail: <mailto:cactus-dev- > [email protected]> > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 18:27:29 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40956 invoked from network); 10 Mar 2002 18:27:29 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 18:27:29 -0000 Received: (qmail 20475 invoked by uid 97); 10 Mar 2002 18:27:32 -0000 Delivered-To: [email protected] Received: (qmail 20426 invoked by uid 97); 10 Mar 2002 18:27:31 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20415 invoked by uid 97); 10 Mar 2002 18:27:31 -0000 Date: 10 Mar 2002 18:27:26 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/framework/src/java/share/org/apache/cactus/server AbstractTestCaller.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 10:27:26 Modified: framework/src/java/share/org/apache/cactus/server AbstractTestCaller.java Log: Reapplied patch from Nicholas Lesiecki for using the context classloader for loading test classes by the cactus redirectors. Also added javadoc comments ! :-) Revision Changes Path 1.3 +22 -3 jakarta-cactus/framework/src/java/share/org/apache/cactus/server/AbstractTestCaller.java Index: AbstractTestCaller.java =================================================================== RCS file: /home/cvs/jakarta-cactus/framework/src/java/share/org/apache/cactus/server/AbstractTestCaller.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- AbstractTestCaller.java 10 Mar 2002 13:58:25 -0000 1.2 +++ AbstractTestCaller.java 10 Mar 2002 18:27:26 -0000 1.3 @@ -74,8 +74,9 @@ * provides a common abstraction for all test web requests. * * @author <a href="mailto:[email protected]">Vincent Massol</a> + * @author <a href="mailto:[email protected]">Nicholas Lesiecki</a> * - * @version $Id: AbstractTestCaller.java,v 1.2 2002/03/10 13:58:25 vmassol Exp $ + * @version $Id: AbstractTestCaller.java,v 1.3 2002/03/10 18:27:26 vmassol Exp $ */ public abstract class AbstractTestCaller { @@ -295,7 +296,7 @@ // Print info on the classloader used to load this class if (LOGGER.isDebugEnabled()) { StringBuffer buffer = new StringBuffer("Classloaders = "); - ClassLoader classLoader = this.getClass().getClassLoader(); + ClassLoader classLoader = getAppropriateClassLoader(); while (classLoader != null) { buffer.append(classLoader.toString()); classLoader = classLoader.getParent(); @@ -337,7 +338,8 @@ // Get the class to call and build an instance of it. Class testClass = null; try { - testClass = Class.forName(theClassName); + testClass = Class.forName(theClassName, true, + getAppropriateClassLoader()); } catch (Exception e) { String message = "Error finding class [" + theClassName + "] in classpath. "; @@ -354,6 +356,23 @@ } return testClass; + } + + /** + * Enable the Cactus jar to be put in the system classpath and still be + * able to load classes that must be loaded by the webapp classloader by + * using the Context class loader (if set) to load these classes. + * + * @return either the Context class loader or the class loader that was + * used to load the current class. + */ + private ClassLoader getAppropriateClassLoader() + { + ClassLoader loader = Thread.currentThread().getContextClassLoader(); + if(loader == null) { + loader = this.getClass().getClassLoader(); + } + return loader; } } -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 18:32:22 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41912 invoked from network); 10 Mar 2002 18:32:22 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 18:32:22 -0000 Received: (qmail 22301 invoked by uid 97); 10 Mar 2002 18:32:24 -0000 Delivered-To: [email protected] Received: (qmail 22280 invoked by uid 97); 10 Mar 2002 18:32:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22265 invoked from network); 10 Mar 2002 18:32:23 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Developers List'" <[email protected]> Subject: Build process refactoring completed Date: Sun, 10 Mar 2002 23:59:53 +0530 Organization: OCTO Technology Message-ID: <04d801c1c861$97c94ee0$6b53c5cb@octovma> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Here is the new directory structure : Jakarta-cactus |_ anttasks |_ framework |_ documentation |_ sample-servlet |_ build.xml |_ build-admin.xml and under each subproject : <subproject> |_ conf |_ docs |_ src |_ build.xml dependencies are : anttasks - standalone framework - standalone documentation needs anttasks and framework sample-servlet needs anttasks and framework Dependencies are resolved by the master build.xml. They are not when you call the individual subproject's build.xml. The master build.xml is used to generate the distribution (includes running the tests). The master build-admin.xml is used for admin tasks like build the web site and upload it, etc. There will be 1 output only of the master build.xml : Jakarta-cactus-<j2ee api>-<version>.zip Depending on the j2ee.jar that you use, it will generate for J2EE 1.2 or J2EE 1.3. At the moment, we don't use anything else than the Servlet API, thus it is fine to use the servlet.jar instead of the J2EE one. The next step is to add a sample-j2ee sample application that shows how to unit test EJB and how to automate packaging/deployment in an EJB container. Feel free to comment on the new structure. Thanks -Vincent -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 18:32:25 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41924 invoked from network); 10 Mar 2002 18:32:25 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 18:32:25 -0000 Received: (qmail 22424 invoked by uid 97); 10 Mar 2002 18:32:27 -0000 Delivered-To: [email protected] Received: (qmail 22378 invoked by uid 97); 10 Mar 2002 18:32:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22367 invoked from network); 10 Mar 2002 18:32:26 -0000 From: "Vincent Massol" <[email protected]> To: "'Cactus Developers List'" <[email protected]> Subject: RE: cvs commit: jakarta-cactus/anttasks/src/java/org/apache/cactus/ant RunServerTestsTask.java StartServerHelper.java StopServerHelper.java Date: Sun, 10 Mar 2002 23:59:53 +0530 Organization: OCTO Technology Message-ID: <04d901c1c861$989c2f40$6b53c5cb@octovma> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 In-Reply-To: <[email protected]> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Too bad ! I was hoping we could benefit from your Ant expertise to tell us if we were on the right track with our build process or completely off the mark ! :-) Anyway, feel free to comment whenever you have some time. Thanks -Vincent > -----Original Message----- > From: Erik Hatcher [mailto:[email protected]] > Sent: 10 March 2002 19:43 > To: Cactus Developers List > Subject: Re: cvs commit: jakarta- > cactus/anttasks/src/java/org/apache/cactus/ant RunServerTestsTask.java > StartServerHelper.java StopServerHelper.java > > ----- Original Message ----- > From: "Vincent Massol" <[email protected]> > > > I'm also very much interested in your feedback on the new build process > > (I sincerely hope it is not too much complicated and that I am doing it > > the right way as I have spent about 2 full days on it !). > > Well, I'm not going to be running the Cactus build anytime soon, I hope. > I > am currently relying on the HEAD version of far too many projects when I'd > ideally like to get back to being a mere "consumer" on them. For Cactus I > plan on remaining just an end-user, unless I encounter problems that > require > me to dig in and patch. Very soon I will have some small Cactus testing > to > do, so you may hear from me soon! > > Erik > > > > -- > To unsubscribe, e-mail: <mailto:cactus-dev- > [email protected]> > For additional commands, e-mail: <mailto:cactus-dev- > [email protected]> > -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 10 19:00:42 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46825 invoked from network); 10 Mar 2002 19:00:42 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 10 Mar 2002 19:00:42 -0000 Received: (qmail 28352 invoked by uid 97); 10 Mar 2002 19:00:45 -0000 Delivered-To: [email protected] Received: (qmail 28300 invoked by uid 97); 10 Mar 2002 19:00:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 28289 invoked by uid 97); 10 Mar 2002 19:00:44 -0000 Date: 10 Mar 2002 19:00:39 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/conf/sample/build/j2ee13 build-tests-tomcat-40.xml build-tests-weblogic-61.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/10 11:00:39 Modified: sample-servlet/conf/sample/build/j2ee13 build-tests-tomcat-40.xml build-tests-weblogic-61.xml Log: corrected typos Revision Changes Path 1.2 +1 -1 jakarta-cactus/sample-servlet/conf/sample/build/j2ee13/build-tests-tomcat-40.xml Index: build-tests-tomcat-40.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/sample-servlet/conf/sample/build/j2ee13/build-tests-tomcat-40.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build-tests-tomcat-40.xml 10 Mar 2002 14:26:01 -0000 1.1 +++ build-tests-tomcat-40.xml 10 Mar 2002 19:00:39 -0000 1.2 @@ -11,7 +11,7 @@ The servlet engine is stopped if the tests fail for any reason --> <runservertests - testURL="http://localhost:${test.port}/test/ServletRedirector?Cactus.Service=RUN.TEST" + testURL="http://localhost:${test.port}/test/ServletRedirector?Cactus_Service=RUN_TEST" startTarget="start.tomcat.40" stopTarget="stop.tomcat.40" testTarget="test"/> 1.2 +1 -1 jakarta-cactus/sample-servlet/conf/sample/build/j2ee13/build-tests-weblogic-61.xml Index: build-tests-weblogic-61.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/sample-servlet/conf/sample/build/j2ee13/build-tests-weblogic-61.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build-tests-weblogic-61.xml 10 Mar 2002 14:26:01 -0000 1.1 +++ build-tests-weblogic-61.xml 10 Mar 2002 19:00:39 -0000 1.2 @@ -11,7 +11,7 @@ The servlet engine is stopped if the tests fail for any reason --> <runservertests - testURL="http://localhost:${test.port}/test/ServletRedirector?Cactus.Service=RUN.TEST" + testURL="http://localhost:${test.port}/test/ServletRedirector?Cactus_Service=RUN_TEST" startTarget="start.weblogic.61" stopTarget="stop.weblogic.61" testTarget="test"/> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Mon Mar 11 01:08:37 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 35945 invoked from network); 11 Mar 2002 01:08:37 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 11 Mar 2002 01:08:37 -0000 Received: (qmail 2746 invoked by uid 97); 11 Mar 2002 01:08:44 -0000 Delivered-To: [email protected] Received: (qmail 2718 invoked by uid 97); 11 Mar 2002 01:08:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 2707 invoked from network); 11 Mar 2002 01:08:43 -0000 X-Sent: 11 Mar 2002 01:08:42 GMT Message-ID: <[email protected]> From: "Erik Hatcher" <[email protected]> To: "Cactus Developers List" <[email protected]> References: <04d701c1c860$938c5df0$6b53c5cb@octovma> Subject: Re: cvs commit: jakarta-cactus/anttasks/src/java/org/apache/cactus/ant RunServerTestsTask.java StartServerHelper.java StopServerHelper.java Date: Sun, 10 Mar 2002 20:08:40 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ----- Original Message ----- From: "Vincent Massol" <[email protected]> > * I cannot replace my base.dir by basedir as I need basedir to remain > constant whereas base.dir changes for each subproject. I agree, I should > call it differently (although I think Ant should prefix all its internal > properties by "ant.", exactly for this reason). I agree that Ant properties should be more clearly denoted. One day I'll have to have a more detailed look into your build to see how its crafted, so I can understand your base.dir thing. > * WRT "location" for <property> : The majority of my properties that > relate to files are located in build.properties. Thus, I imagine they > will be loaded by Ant in the same way as if I had used "value", right ? Yes, correct. But 'location' is a great thing to use for properties not loaded by property file. Having a build.properties by default is sort of against the way it should be though (or at least against the majority of Jakarta projects). Properties should (IMHO) be set inside build.xml and build.properties is used to override them in exceptional circumstances, but is typically not needed. I got into this a fair bit on lucene-dev and they adopted something a bit different (Scarab's approach) - they have a default.properties that the properties listed there, but that file should not be touched - instead it should be copied and tweaked as build.properties. Erik -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Mon Mar 11 04:30:32 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91850 invoked from network); 11 Mar 2002 04:30:32 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 11 Mar 2002 04:30:32 -0000 Received: (qmail 27348 invoked by uid 97); 11 Mar 2002 04:30:42 -0000 Delivered-To: [email protected] Received: (qmail 27309 invoked by uid 97); 11 Mar 2002 04:30:41 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 23156 invoked from network); 11 Mar 2002 02:36:48 -0000 Date: 10 Mar 2002 18:36:46 -0800 Message-ID: <[email protected]> X-Sent: 11 Mar 2002 02:36:46 GMT Content-Type: text/plain Content-Disposition: inline Mime-Version: 1.0 To: [email protected] From: Vladimir Bossicard <[email protected]> X-Mailer: Web Mail 161.129.204.104 X-Sent-From: [email protected] Subject: Re: cvs commit: jakarta-cactus/anttasks/src/java/org/apache/cactus/ant RunServerTestsTask.java StartServerHelper.java StopServerHelper.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > Properties should (IMHO) be set inside build.xml and > build.properties is used to override them in exceptional circumstances, but > is typically not needed. This is I think a matter of taste. In a lot of Jakarta projects, external jar files are saved into cvs. If by pulling the cvs tree, you can compile your project without problems, I agree that in that case, the properties should be placed into the main build.xml file (there's no need to an external build.properties file because everything needed is available in the project's directory). However, as soon as you don't place your jar files in a 'lib' directory of your cvs repository, there's no point in defining their default location when you don't have any idea where they could be. In that case, you _have_ to define a build.properties file. In the end, everything can be resumed in: do we save the external jar files in the cvs repository (and distribute them in our releases) or not. I know that there is not strict policy for jakarta projects but I personally think that external jars shouldn't be placed in the CVS tree. That's why I find the solution of an external build.properties file totally ok. If the developer is not able to figure out what to do with the build.properties file... well I doubt he can really be helpful to the project. My 2 cents -Vladimir -- Vladimir Bossicard www.bossicard.com -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Mon Mar 11 13:49:57 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33623 invoked from network); 11 Mar 2002 13:49:56 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 11 Mar 2002 13:49:56 -0000 Received: (qmail 9077 invoked by uid 97); 11 Mar 2002 13:49:30 -0000 Delivered-To: [email protected] Received: (qmail 8922 invoked by uid 97); 11 Mar 2002 13:49:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 8889 invoked from network); 11 Mar 2002 13:49:27 -0000 Date: 11 Mar 2002 13:49:25 -0000 Message-ID: <[email protected]> From: Ted Husted <[email protected]> To: [email protected] Subject: [GUMP] Build Failure - cactus-ant X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ---------------------------------------------------- This email is autogenerated from the output from: <http://jakarta.apache.org/builds/gump/2002-03-11/jakarta-cactus-ant.html> ---------------------------------------------------- Buildfile: anttasks/build.xml BUILD FAILED Target `nightly' does not exist in this project. Total time: 4 seconds -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Mon Mar 11 16:00:16 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37988 invoked from network); 11 Mar 2002 16:00:15 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 11 Mar 2002 16:00:15 -0000 Received: (qmail 26951 invoked by uid 97); 11 Mar 2002 16:00:17 -0000 Delivered-To: [email protected] Received: (qmail 26918 invoked by uid 97); 11 Mar 2002 16:00:16 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 26907 invoked by uid 97); 11 Mar 2002 16:00:16 -0000 Date: 11 Mar 2002 16:00:13 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/documentation/docs/xdocs todo.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/11 08:00:13 Modified: documentation/docs/xdocs todo.xml Log: a few more todos and one less ... Revision Changes Path 1.2 +17 -7 jakarta-cactus/documentation/docs/xdocs/todo.xml Index: todo.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/todo.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- todo.xml 10 Mar 2002 14:10:25 -0000 1.1 +++ todo.xml 11 Mar 2002 16:00:13 -0000 1.2 @@ -41,6 +41,10 @@ <action> Document all new features of Cactus 1.3. </action> + <action> + Add release notes file when releasing Cactus 1.3 that explains the + known bugs and current limitations of this version. + </action> </category> </version> @@ -135,10 +139,11 @@ needed for others. </action> <action> - Move to Log4J 1.2 so that we can use the notion of Repository and not - interfere with the application to test if this later also uses log4j - for its own logging. Note: What about moving to commons-logging ? Will - it also support non-interference with application log ? + Add a debug switch to Cactus that is off by default so that Cactus + logging won't interfere with the logging of the application under test. + Log4J 1.2 solves this by introducing the notion of Repositories. + However, not everyone has switched yet to log4j 1.2 so it would + probably be an issue. </action> <action> Consider using Commons Logging Wrapper as it provides seamless support @@ -149,9 +154,7 @@ unit testing (the tutorial that explains the process will be part of Cactus 1.2 but the inclusion of the sample will be delivered in a subsequent release as it involves some changes in the build - process). Prerequisite: We need to move from Servlet API 2.x paradigm - to the J2EE 1.x paradigm (ie. move from servlet.jar to j2ee.jar - this - involves a few build and packaging changes). + process). </action> <action> Consider moving from HttpURLConnection to Commons HttpClient. This @@ -163,6 +166,13 @@ progress in this area. In term of design, isolate the implementation with an interface so that different implementation can be plugged in without affecting any other business classes. + </action> + <action> + Add support for Chunked-Transfer-Encoding (HTTP 1.1). There is currently + a bug in Cactus 1.3 in AutoReadHttpURLConnection that prevents it to + work (see + <link href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6944">Bug + #6944</link>. Thanks to Ryan Shaw. </action> </category> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Mon Mar 11 16:00:32 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38043 invoked from network); 11 Mar 2002 16:00:31 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 11 Mar 2002 16:00:31 -0000 Received: (qmail 27039 invoked by uid 97); 11 Mar 2002 16:00:33 -0000 Delivered-To: [email protected] Received: (qmail 27023 invoked by uid 97); 11 Mar 2002 16:00:32 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 27012 invoked by uid 97); 11 Mar 2002 16:00:32 -0000 Date: 11 Mar 2002 16:00:29 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet build.properties.sample X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/11 08:00:29 Modified: sample-servlet build.properties.sample Log: some selfish change ... ;-) Revision Changes Path 1.2 +6 -6 jakarta-cactus/sample-servlet/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-cactus/sample-servlet/build.properties.sample,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build.properties.sample 10 Mar 2002 14:26:01 -0000 1.1 +++ build.properties.sample 11 Mar 2002 16:00:29 -0000 1.2 @@ -6,7 +6,7 @@ # and rename this file to "build.properties" in the same directory that # contains the "build.xml" file. # -# $Id: build.properties.sample,v 1.1 2002/03/10 14:26:01 vmassol Exp $ +# $Id: build.properties.sample,v 1.2 2002/03/11 16:00:29 vmassol Exp $ # ----------------------------------------------------------------------------- # WARNING: The relative paths below are relative to the directory where the @@ -63,14 +63,14 @@ # comment it's home property. For example, if you don't want to run the # tests on the Resin 1.2, comment the "resin.home.12" property. -#resin.home.12 = f:/applis/resin-1.2.8 -#tomcat.home.32 = f:/applis/jakarta-tomcat-3.2.3 +#resin.home.12 = c:/Apps/resin-1.2.9 +#tomcat.home.32 = c:/Apps/jakarta-tomcat-3.2.4 #weblogic.home.51 = e:/weblogic #orion.home.15 = f:/applis/orion-1.5.2 -#resin.home.20 = c:/apps/resin-2.0.5 -#tomcat.home.40 = f:/applis/jakarta-tomcat-4.0-b7 +#resin.home.20 = c:/Apps/resin-2.0.5 +#tomcat.home.40 = c:/Apps/jakarta-tomcat-4.0.2 #resin.home.13 = f:/applis/resin-1.3.s010125 -#tomcat.home.33 = f:/applis/jakarta-tomcat-3.3.1-dev +#tomcat.home.33 = c:/Apps/jakarta-tomcat-3.3.1-dev #enhydra.home.31 = xxx # Note: weblogic.home.61 is the location of BEA Home and NOT the location of -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Mon Mar 11 16:00:38 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38064 invoked from network); 11 Mar 2002 16:00:38 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 11 Mar 2002 16:00:38 -0000 Received: (qmail 27156 invoked by uid 97); 11 Mar 2002 16:00:40 -0000 Delivered-To: [email protected] Received: (qmail 27140 invoked by uid 97); 11 Mar 2002 16:00:39 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 27129 invoked by uid 97); 11 Mar 2002 16:00:39 -0000 Date: 11 Mar 2002 16:00:36 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus build.properties.sample X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/11 08:00:36 Modified: . build.properties.sample Log: some selfish change ... ;-) Revision Changes Path 1.2 +4 -4 jakarta-cactus/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-cactus/build.properties.sample,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build.properties.sample 10 Mar 2002 14:32:48 -0000 1.1 +++ build.properties.sample 11 Mar 2002 16:00:36 -0000 1.2 @@ -6,7 +6,7 @@ # and rename this file to "build.properties" in the same directory that # contains the "build.xml" file. # -# $Id: build.properties.sample,v 1.1 2002/03/10 14:32:48 vmassol Exp $ +# $Id: build.properties.sample,v 1.2 2002/03/11 16:00:36 vmassol Exp $ # ----------------------------------------------------------------------------- # WARNING: The relative paths below are relative to the directory where the @@ -53,14 +53,14 @@ # comment it's home property. For example, if you don't want to run the # tests on the Resin 1.2, comment the "resin.home.12" property. -#resin.home.12 = f:/applis/resin-1.2.8 +#resin.home.12 = c:/Apps/resin-1.2.9 #tomcat.home.32 = c:/Apps/jakarta-tomcat-3.2.4 #weblogic.home.51 = e:/weblogic #orion.home.15 = f:/applis/orion-1.5.2 -#resin.home.20 = f:/applis/resin-2.0.s010820 +#resin.home.20 = c:/Apps/resin-2.0.5 #tomcat.home.40 = f:/applis/jakarta-tomcat-4.0-b7 #resin.home.13 = f:/applis/resin-1.3.s010125 -#tomcat.home.33 = f:/applis/jakarta-tomcat-3.3.1-dev +#tomcat.home.33 = c:/Apps/jakarta-tomcat-3.3.1-dev #enhydra.home.31 = xxx # Note: weblogic.home.61 is the location of BEA Home and NOT the location of -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed Mar 13 20:38:25 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32736 invoked from network); 13 Mar 2002 20:38:25 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 13 Mar 2002 20:38:25 -0000 Received: (qmail 884 invoked by uid 97); 13 Mar 2002 20:38:31 -0000 Delivered-To: [email protected] Received: (qmail 826 invoked by uid 97); 13 Mar 2002 20:38:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 815 invoked by uid 97); 13 Mar 2002 20:38:29 -0000 Date: 13 Mar 2002 20:38:22 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/framework/src/java/share/org/apache/cactus/server AbstractPageContextWrapper.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/13 12:38:22 Modified: framework/src/java/share/org/apache/cactus/server AbstractPageContextWrapper.java Log: bug correction. Found thanks to IDEA :-) Revision Changes Path 1.2 +2 -1 jakarta-cactus/framework/src/java/share/org/apache/cactus/server/AbstractPageContextWrapper.java Index: AbstractPageContextWrapper.java =================================================================== RCS file: /home/cvs/jakarta-cactus/framework/src/java/share/org/apache/cactus/server/AbstractPageContextWrapper.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- AbstractPageContextWrapper.java 1 Mar 2002 00:43:46 -0000 1.1 +++ AbstractPageContextWrapper.java 13 Mar 2002 20:38:21 -0000 1.2 @@ -78,7 +78,7 @@ * * @author <a href="mailto:[email protected]">Vincent Massol</a> * - * @version $Id: AbstractPageContextWrapper.java,v 1.1 2002/03/01 00:43:46 vmassol Exp $ + * @version $Id: AbstractPageContextWrapper.java,v 1.2 2002/03/13 20:38:21 vmassol Exp $ */ public abstract class AbstractPageContextWrapper extends PageContext { @@ -105,6 +105,7 @@ ServletURL theURL) { this.originalPageContext = theOriginalPageContext; + this.url = theURL; } // Modified overridden methods ------------------------------------------- -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed Mar 13 20:40:36 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33752 invoked from network); 13 Mar 2002 20:40:36 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 13 Mar 2002 20:40:36 -0000 Received: (qmail 1198 invoked by uid 97); 13 Mar 2002 20:40:42 -0000 Delivered-To: [email protected] Received: (qmail 1182 invoked by uid 97); 13 Mar 2002 20:40:41 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 1171 invoked by uid 97); 13 Mar 2002 20:40:41 -0000 Date: 13 Mar 2002 20:40:33 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/framework/src/java/share/org/apache/cactus/util/log BaseLogDummy.java LogService.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/13 12:40:33 Modified: framework/src/java/share/org/apache/cactus/util/log BaseLogDummy.java LogService.java Log: no need for a category for dummy logger Revision Changes Path 1.2 +1 -9 jakarta-cactus/framework/src/java/share/org/apache/cactus/util/log/BaseLogDummy.java Index: BaseLogDummy.java =================================================================== RCS file: /home/cvs/jakarta-cactus/framework/src/java/share/org/apache/cactus/util/log/BaseLogDummy.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- BaseLogDummy.java 1 Mar 2002 00:43:47 -0000 1.1 +++ BaseLogDummy.java 13 Mar 2002 20:40:33 -0000 1.2 @@ -61,18 +61,10 @@ * * @author <a href="mailto:[email protected]">Vincent Massol</a> * - * @version $Id: BaseLogDummy.java,v 1.1 2002/03/01 00:43:47 vmassol Exp $ + * @version $Id: BaseLogDummy.java,v 1.2 2002/03/13 20:40:33 vmassol Exp $ */ public class BaseLogDummy implements Log { - /** - * @param theCategoryName the category's name. Usually, it is the full - * name of the class being logged, including the package name - */ - public BaseLogDummy(String theCategoryName) - { - } - /** * Log a DEBUG level message. * 1.2 +2 -2 jakarta-cactus/framework/src/java/share/org/apache/cactus/util/log/LogService.java Index: LogService.java =================================================================== RCS file: /home/cvs/jakarta-cactus/framework/src/java/share/org/apache/cactus/util/log/LogService.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- LogService.java 1 Mar 2002 00:43:47 -0000 1.1 +++ LogService.java 13 Mar 2002 20:40:33 -0000 1.2 @@ -67,7 +67,7 @@ * * @author <a href="mailto:[email protected]">Vincent Massol</a> * - * @version $Id: LogService.java,v 1.1 2002/03/01 00:43:47 vmassol Exp $ + * @version $Id: LogService.java,v 1.2 2002/03/13 20:40:33 vmassol Exp $ */ public class LogService { @@ -180,7 +180,7 @@ if (this.isLog4jInClasspath) { log = new BaseLog(theCategoryName); } else { - log = new BaseLogDummy(theCategoryName); + log = new BaseLogDummy(); } this.logCategories.put(theCategoryName, log); -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Mar 19 10:39:14 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 68260 invoked from network); 19 Mar 2002 10:39:14 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 19 Mar 2002 10:39:14 -0000 Received: (qmail 6677 invoked by uid 97); 19 Mar 2002 10:39:26 -0000 Delivered-To: [email protected] Received: (qmail 6633 invoked by uid 97); 19 Mar 2002 10:39:26 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 6622 invoked by uid 97); 19 Mar 2002 10:39:25 -0000 Date: 19 Mar 2002 10:39:10 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/anttasks build.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/19 02:39:10 Modified: anttasks build.xml Log: added cactus license in jar's META-INF/ Revision Changes Path 1.11 +4 -1 jakarta-cactus/anttasks/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/anttasks/build.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- build.xml 10 Mar 2002 13:28:19 -0000 1.10 +++ build.xml 19 Mar 2002 10:39:09 -0000 1.11 @@ -160,6 +160,9 @@ <jar jarfile="${target.dir}/${anttasks.jar.name}.jar" manifest="${target.conf.dir}/manifest"> + <metainf dir="."> + <include name="LICENSE.cactus"/> + </metainf> <fileset dir="${target.classes.java.dir}"/> </jar> @@ -237,7 +240,7 @@ <echo message="Errors are reported in ${target.dir}/checkstyle_errors.xml"/> <checkstyle paramPattern="^(the|is|has)[A-Z][a-zA-Z0-9]*$" - allowProtected="true" headerFile="LICENSE.cactus"> + allowProtected="true" headerFile="./LICENSE.cactus"> <fileset dir="${src.java.dir}"> <include name="**/*.java"/> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Mar 19 10:39:30 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 68325 invoked from network); 19 Mar 2002 10:39:30 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 19 Mar 2002 10:39:30 -0000 Received: (qmail 6756 invoked by uid 97); 19 Mar 2002 10:39:43 -0000 Delivered-To: [email protected] Received: (qmail 6740 invoked by uid 97); 19 Mar 2002 10:39:43 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 6729 invoked by uid 97); 19 Mar 2002 10:39:42 -0000 Date: 19 Mar 2002 10:39:27 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/framework build.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/19 02:39:27 Modified: framework build.xml Log: added cactus license in jar's META-INF/ Revision Changes Path 1.3 +3 -0 jakarta-cactus/framework/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/framework/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build.xml 10 Mar 2002 13:58:25 -0000 1.2 +++ build.xml 19 Mar 2002 10:39:27 -0000 1.3 @@ -297,6 +297,9 @@ <jar jarfile="${target.dir}/${framework.jar.name}.jar" manifest="${target.conf.dir}/manifest"> + <metainf dir="."> + <include name="LICENSE.cactus"/> + </metainf> <fileset dir="${target.classes.java.dir}"/> </jar> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Mar 19 10:40:21 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 68532 invoked from network); 19 Mar 2002 10:40:21 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 19 Mar 2002 10:40:21 -0000 Received: (qmail 6986 invoked by uid 97); 19 Mar 2002 10:40:34 -0000 Delivered-To: [email protected] Received: (qmail 6970 invoked by uid 97); 19 Mar 2002 10:40:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 6959 invoked by uid 97); 19 Mar 2002 10:40:33 -0000 Date: 19 Mar 2002 10:40:18 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/anttasks/src/java/org/apache/cactus/ant ChangeLogTask.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/19 02:40:18 Modified: anttasks/src/java/org/apache/cactus/ant ChangeLogTask.java Log: removed unused class variable Revision Changes Path 1.2 +1 -3 jakarta-cactus/anttasks/src/java/org/apache/cactus/ant/ChangeLogTask.java Index: ChangeLogTask.java =================================================================== RCS file: /home/cvs/jakarta-cactus/anttasks/src/java/org/apache/cactus/ant/ChangeLogTask.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLogTask.java 24 Feb 2002 23:49:05 -0000 1.1 +++ ChangeLogTask.java 19 Mar 2002 10:40:18 -0000 1.2 @@ -97,7 +97,7 @@ * @author <a href="mailto:[email protected]">Jeff Martin</a> * @author <a href="mailto:[email protected]">Vincent Massol</a> * - * @version $Id: ChangeLogTask.java,v 1.1 2002/02/24 23:49:05 vmassol Exp $ + * @version $Id: ChangeLogTask.java,v 1.2 2002/03/19 10:40:18 vmassol Exp $ */ public class ChangeLogTask extends Task implements ExecuteStreamHandler { @@ -164,8 +164,6 @@ private PrintWriter debug; // state machine states - private final static int GET_ENTRY = 0; - private final static int GET_FILE = 1; private final static int GET_DATE = 2; -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Mar 19 10:41:06 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69727 invoked from network); 19 Mar 2002 10:41:06 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 19 Mar 2002 10:41:06 -0000 Received: (qmail 7480 invoked by uid 97); 19 Mar 2002 10:40:51 -0000 Delivered-To: [email protected] Received: (qmail 7437 invoked by uid 97); 19 Mar 2002 10:40:51 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 7340 invoked by uid 97); 19 Mar 2002 10:40:50 -0000 Date: 19 Mar 2002 10:40:35 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/anttasks/src/java/org/apache/cactus/ant ResinRun.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/19 02:40:35 Modified: anttasks/src/java/org/apache/cactus/ant ResinRun.java Log: formatting Revision Changes Path 1.2 +3 -2 jakarta-cactus/anttasks/src/java/org/apache/cactus/ant/ResinRun.java Index: ResinRun.java =================================================================== RCS file: /home/cvs/jakarta-cactus/anttasks/src/java/org/apache/cactus/ant/ResinRun.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ResinRun.java 24 Feb 2002 23:49:05 -0000 1.1 +++ ResinRun.java 19 Mar 2002 10:40:35 -0000 1.2 @@ -65,7 +65,7 @@ * @author <a href="mailto:[email protected]">Vincent Massol</a> * @author <a href="mailto:[email protected]">Robert Leftwich</a> * - * @version $Id: ResinRun.java,v 1.1 2002/02/24 23:49:05 vmassol Exp $ + * @version $Id: ResinRun.java,v 1.2 2002/03/19 10:40:35 vmassol Exp $ * @see AbstractServerRun */ public class ResinRun extends AbstractServerRun @@ -111,7 +111,8 @@ new Object[]{this.args, new Boolean(true)}); Method initMethod = resinClass.getMethod("init", new Class[]{boolean.class}); - initMethod.invoke(this.resinServer, new Object[]{new Boolean(true)}); + initMethod.invoke(this.resinServer, new Object[]{ + new Boolean(true)}); } catch (Exception e) { e.printStackTrace(); throw new RuntimeException("Cannot create instance of ResinServer"); -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Mar 19 10:49:08 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76835 invoked from network); 19 Mar 2002 10:49:08 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 19 Mar 2002 10:49:08 -0000 Received: (qmail 12689 invoked by uid 97); 19 Mar 2002 10:49:21 -0000 Delivered-To: [email protected] Received: (qmail 12672 invoked by uid 97); 19 Mar 2002 10:49:21 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 12654 invoked by uid 97); 19 Mar 2002 10:49:20 -0000 Date: 19 Mar 2002 10:41:44 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet/src/unit/share/org/apache/cactus/unit TestServletTestCase2.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/19 02:41:44 Modified: sample-servlet/src/unit/share/org/apache/cactus/unit TestServletTestCase2.java Log: formatting Revision Changes Path 1.2 +3 -3 jakarta-cactus/sample-servlet/src/unit/share/org/apache/cactus/unit/TestServletTestCase2.java Index: TestServletTestCase2.java =================================================================== RCS file: /home/cvs/jakarta-cactus/sample-servlet/src/unit/share/org/apache/cactus/unit/TestServletTestCase2.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- TestServletTestCase2.java 10 Mar 2002 14:26:04 -0000 1.1 +++ TestServletTestCase2.java 19 Mar 2002 10:41:44 -0000 1.2 @@ -86,7 +86,7 @@ * * @author <a href="mailto:[email protected]">Vincent Massol</a> * - * @version $Id: TestServletTestCase2.java,v 1.1 2002/03/10 14:26:04 vmassol Exp $ + * @version $Id: TestServletTestCase2.java,v 1.2 2002/03/19 10:41:44 vmassol Exp $ */ public class TestServletTestCase2 extends ServletTestCase { @@ -433,8 +433,8 @@ * * @param theResponse the response from the server side. */ - public void endGetRequestDispatcherFromNamedDispatcherOK(WebResponse theResponse) - throws IOException + public void endGetRequestDispatcherFromNamedDispatcherOK( + WebResponse theResponse) throws IOException { String result = theResponse.getText(); assertTrue("Page not found, got [" + result + "]", -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Tue Mar 19 12:47:55 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59554 invoked from network); 19 Mar 2002 12:47:55 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 19 Mar 2002 12:47:55 -0000 Received: (qmail 22840 invoked by uid 97); 19 Mar 2002 12:47:13 -0000 Delivered-To: [email protected] Received: (qmail 22668 invoked by uid 97); 19 Mar 2002 12:47:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22461 invoked from network); 19 Mar 2002 12:47:09 -0000 Date: 19 Mar 2002 12:47:08 -0000 Message-ID: <[email protected]> From: Ted Husted <[email protected]> To: [email protected] Subject: [GUMP] Build Failure - cactus-sample-servlet-12 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ---------------------------------------------------- This email is autogenerated from the output from: <http://jakarta.apache.org/builds/gump/2002-03-19/jakarta-cactus-sample-servlet-12.html> ---------------------------------------------------- Buildfile: sample-servlet/build.xml display.properties: [echo] ----- Cactus Servlet Sample 1.3dev ----- [echo] [echo] java.class.path = /home/rubys/jakarta/xml-commons/java/external/build/xml-apis.jar:.:/usr/java/jdk1.3.1_02/lib/tools.jar:/usr/java/jdk1.3.1_02/jre/lib/rt.jar:/usr/java/jdk1.3.1_02/lib/tools.jar:/home/rubys/jakarta/jakarta-ant/dist/lib/ant.jar:/home/rubys/jakarta/jakarta-ant/dist/lib/optional.jar:/home/rubys/jakarta/xml-xerces2/java/build/xercesImpl.jar:/home/rubys/jakarta/xml-xerces2/java/build/xmlParserAPIs.jar:/opt/aspectj1.0/lib/aspectjtools.jar:/opt/aspectj1.0/lib/aspectjrt.jar:/opt/aspectj1.0/lib/aspectj-ant.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/common/etomcat.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/common/tomcat_core.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/container/tomcat_util.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/container/tomcat_modules.jar:/home/rubys/jakarta/dist/servletapi/lib/servlet.jar:/home/rubys/jakarta/jakarta-log4j/dist/lib/log4j-20020319.jar:/home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar:/home/rubys/jakarta/httpunit/lib/httpunit.jar:/home/rubys/jakarta/dist/junit/junit.jar:/home/rubys/jakarta/jakarta-cactus/framework/dist-12/lib/cactus.jar:/home/rubys/jakarta/jakarta-cactus/anttasks/dist/lib/cactus-ant.jar [echo] [echo] java.home = /usr/java/jdk1.3.1_02/jre [echo] user.home = /home/rubys [echo] ant.home = ${ant.home} [echo] [echo] cactus.framework.jar = /home/rubys/jakarta/jakarta-cactus/framework/dist-12/lib/cactus.jar [echo] cactus.framework.web = framework/dist-12/web [echo] cactus.ant.jar = /home/rubys/jakarta/jakarta-cactus/anttasks/dist/lib/cactus-ant.jar [echo] j2ee.jar = /home/rubys/jakarta/dist/servletapi/lib/servlet.jar [echo] commons.httpclient.jar = /home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar [echo] aspectjrt.jar = /opt/aspectj1.0/lib/aspectjrt.jar [echo] junit.jar = /home/rubys/jakarta/dist/junit/junit.jar [echo] httpunit.jar = /home/rubys/jakarta/httpunit/lib/httpunit.jar [echo] [echo] log4j.jar (optional) = /home/rubys/jakarta/jakarta-log4j/dist/lib/log4j-20020319.jar [echo] test.port (optional) = 8081 [echo] check.properties: check.j2ee.version: [echo] j2ee.api = 12 properties.source: load.properties: init: sample: [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/build [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/conf/test [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/src/sample [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/src/unit [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/web/test [copy] Copying 11 files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/build [copy] Copying 9 files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/src/sample [copy] Copying 20 files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/src/unit [copy] Copying 27 files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/conf/test [copy] Copying 2 files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/conf [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/web/test [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/web [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample prepare.dist: [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/dist-12/bin [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/dist-12/doc/api [zip] Building zip: /home/rubys/jakarta/jakarta-cactus/sample-servlet/dist-12/bin/sample-servlet.zip test: [java] Buildfile: sample-servlet/target/sample/build/build.xml [java] [java] display.properties: [java] [echo] ----- Cactus Servlet Sample 1.3dev ----- [java] [echo] [java] [echo] java.class.path = /home/rubys/jakarta/xml-commons/java/external/build/xml-apis.jar:/home/rubys/jakarta/jakarta-cactus:/usr/java/jdk1.3.1_02/lib/tools.jar:/usr/java/jdk1.3.1_02/jre/lib/rt.jar:/home/rubys/jakarta/jakarta-ant/dist/lib/ant.jar:/home/rubys/jakarta/jakarta-ant/dist/lib/optional.jar:/home/rubys/jakarta/xml-xerces2/java/build/xercesImpl.jar:/home/rubys/jakarta/xml-xerces2/java/build/xmlParserAPIs.jar:/opt/aspectj1.0/lib/aspectjtools.jar:/opt/aspectj1.0/lib/aspectjrt.jar:/opt/aspectj1.0/lib/aspectj-ant.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/common/etomcat.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/common/tomcat_core.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/container/tomcat_util.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/container/tomcat_modules.jar:/home/rubys/jakarta/dist/servletapi/lib/servlet.jar:/home/rubys/jakarta/jakarta-log4j/dist/lib/log4j-20020319.jar:/home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar:/home/rubys/jakarta/httpunit/lib/httpunit.jar:/home/rubys/jakarta/dist/junit/junit.jar:/home/rubys/jakarta/jakarta-cactus/framework/dist-12/lib/cactus.jar:/home/rubys/jakarta/jakarta-cactus/anttasks/dist/lib/cactus-ant.jar [java] [echo] [java] [echo] java.home = /usr/java/jdk1.3.1_02/jre [java] [echo] user.home = /home/rubys [java] [echo] ant.home = ${ant.home} [java] [echo] [java] [echo] cactus.framework.jar = /home/rubys/jakarta/jakarta-cactus/framework/dist-12/lib/cactus.jar [java] [echo] cactus.ant.jar = /home/rubys/jakarta/jakarta-cactus/anttasks/dist/lib/cactus-ant.jar [java] [echo] servlet.jar = /home/rubys/jakarta/dist/servletapi/lib/servlet.jar [java] [echo] aspectjrt.jar = /opt/aspectj1.0/lib/aspectjrt.jar [java] [echo] commons.httpclient.jar = /home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar [java] [echo] httpunit.jar = /home/rubys/jakarta/httpunit/lib/httpunit.jar [java] [echo] junit.jar = /home/rubys/jakarta/dist/junit/junit.jar [java] [echo] [java] [echo] log4j.jar (optional) = /home/rubys/jakarta/jakarta-log4j/dist/lib/log4j-20020319.jar [java] [echo] [java] [echo] test.port = 8081 [java] [echo] [java] [java] check.properties: [java] [java] init: [java] [java] compile.sample: [java] [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/classes/sample [java] [javac] Compiling 9 source files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/classes/sample [java] [java] [javac] Note: Some input files use or override a deprecated API. [java] [javac] Note: Recompile with -deprecation for details. [java] compile.unit: [java] [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/classes/unit [java] [javac] Compiling 15 source files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/classes/unit [java] [java] compile: [java] [java] prepare.testwar.log4j: [java] [javac] Note: Some input files use or override a deprecated API. [java] [javac] Note: Recompile with -deprecation for details. [java] [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/lib [java] [java] testwar: [java] [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/lib [java] [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/lib [java] [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/lib [java] [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test [java] [war] Building war: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/test.war [java] [java] check.test.resin.20: [java] [echo] [java] [echo] ****************************************************** [java] [echo] WARNING : The 'resin.home.20' property has not been [java] [echo] set. No test will be run on that servlet engine. [java] [echo] ****************************************************** [java] [echo] [java] [java] prepare.test: [java] [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/conf [java] [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/conf [java] [java] prepare.test.resin.20: [java] [java] test.resin.20: [java] [java] check.test.resin.12: [java] [echo] [java] [echo] ****************************************************** [java] [echo] WARNING : The 'resin.home.12' property has not been [java] [echo] set. No test will be run on that servlet engine. [java] [echo] ****************************************************** [java] [echo] [java] [java] prepare.test.resin.12: [java] [java] test.resin.12: [java] [java] check.test.tomcat.32: [java] [echo] [java] [echo] ****************************************************** [java] [echo] WARNING : The 'tomcat.home.32' property has not been [java] [echo] set. No test will be run on that servlet engine. [java] [echo] ****************************************************** [java] [echo] [java] [java] prepare.test.tomcat.32: [java] [java] test.tomcat.32: [java] [java] check.test.tomcat.33: [java] [java] prepare.test.tomcat.33: [java] [echo] tomcat.home.33 = /home/rubys/jakarta/jakarta-tomcat/dist/tomcat [java] [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33/conf [java] [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33/work [java] [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33/webapps [java] [copy] Copying 3 files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33/conf [java] [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33/webapps [java] [java] test.tomcat.33: [java] [java] start.tomcat.33: [java] [java] AutoDeploy: Expanding /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33/webapps/test.war [java] [java] SessionIdGenerator: Opening /dev/urandom [java] [java] ServerXmlReader: Config=$TOMCAT_HOME/conf/server.xml [java] [java] PathSetter: install=/home/rubys/jakarta/jakarta-tomcat/dist/tomcat [java] [java] PathSetter: home=/home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33 [java] [java] AutoWebApp: Auto-Adding DEFAULT:/test [java] [java] ContextManager: Tomcat configured and in stable state [java] [java] WorkDirSetup: Creating work dir /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33/work/DEFAULT/test [java] [java] ContextManager: Adding DEFAULT:/test [java] [java] Ctx(/test) : Validating web.xml [java] [java] EmbededTomcat: Init time 3963 [java] [java] Http10Interceptor: Starting on 8081 [java] [java] EmbededTomcat: Startup time 253 [java] [java] Ajp12Interceptor: Starting on 8777 [java] [java] test: [java] [junit] Running org.apache.cactus.unit.TestAll [java] [junit] Tests run: 14, Failures: 0, Errors: 1, Time elapsed: 7.351 sec [java] [junit] Testsuite: org.apache.cactus.unit.TestAll [java] [junit] Tests run: 14, Failures: 0, Errors: 1, Time elapsed: 7.351 sec [java] [junit] [java] [junit] Testcase: testLongProcess took 6.02 sec [java] [junit] Testcase: testLotsOfData took 0.154 sec [java] [junit] Testcase: testAssertionFailedError took 0.155 sec [java] [junit] Testcase: testExceptionNotSerializable took 0.087 sec [java] [junit] Testcase: testExceptionSerializable took 0.061 sec [java] [junit] Testcase: testNoAutomaticSessionCreation took 0.143 sec [java] [junit] Testcase: testMultiValueParameters took 0.045 sec [java] [junit] Testcase: testWriteOutputStream took 0.056 sec [java] [junit] Testcase: testSetConfigParameter took 0.049 sec [java] [junit] Testcase: testGetServletName took 0.041 sec [java] [junit] Testcase: testSendMultivaluedHeader took 0.045 sec [java] [junit] Testcase: testGetResponseAsStringMultiLines took 0.038 sec [java] [junit] Testcase: testGetResponseAsStringArrayMultiLines took 0.044 sec [java] [junit] Testcase: testCookieEncoding took 0.382 sec [java] [junit] Caused an ERROR [java] [junit] null [java] [junit] java.lang.NullPointerException [java] [junit] at org.apache.cactus.client.HttpClientHelper.addCookies(HttpClientHelper.java;org/apache/cactus/util/log/LogAspect.java(1k):390) [java] [junit] at org.apache.cactus.client.HttpClientHelper.connect$ajcPostAround15(HttpClientHelper.java;org/apache/cactus/util/log/LogAspect.java(1k):168) [java] [junit] at org.apache.cactus.client.HttpClientHelper.connect(HttpClientHelper.java;org/apache/cactus/util/log/LogAspect.java(1k):1221) [java] [junit] at org.apache.cactus.client.AbstractHttpClient.callRunTest(AbstractHttpClient.java;org/apache/cactus/util/log/LogAspect.java(1k):188) [java] [junit] at org.apache.cactus.client.AbstractHttpClient.doTest$ajcPostAround9(AbstractHttpClient.java;org/apache/cactus/util/log/LogAspect.java(1k):120) [java] [junit] at org.apache.cactus.client.AbstractHttpClient.doTest(AbstractHttpClient.java;org/apache/cactus/util/log/LogAspect.java(1k):1221) [java] [junit] at org.apache.cactus.AbstractTestCase.runGenericTest(AbstractTestCase.java:457) [java] [junit] at org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java:133) [java] [junit] at org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java:400) [java] [junit] [java] [junit] Testcase: testCookieEncoding [java] [java] stop.tomcat.33: [java] [java] Stopping Tomcat. [java] [java] Stopping tomcat on :8777 null [java] [java] Stop reaper [java] [java] ContextManager: Exiting [java] [runservertests] Server stopped ! [java] [java] BUILD FAILED [java] /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/build/build.xml:344: Test org.apache.cactus.unit.TestAll failed [java] [java] Total time: 37 seconds BUILD FAILED /home/rubys/jakarta/jakarta-cactus/sample-servlet/build.xml:361: Java returned: 1 Total time: 47 seconds -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Mar 21 13:10:38 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81088 invoked from network); 21 Mar 2002 13:10:37 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 21 Mar 2002 13:10:37 -0000 Received: (qmail 13203 invoked by uid 97); 21 Mar 2002 13:10:15 -0000 Delivered-To: [email protected] Received: (qmail 12826 invoked by uid 97); 21 Mar 2002 13:10:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 12628 invoked from network); 21 Mar 2002 13:10:10 -0000 Date: 21 Mar 2002 13:10:08 -0000 Message-ID: <[email protected]> From: Ted Husted <[email protected]> To: [email protected] Subject: [GUMP] Build Failure - cactus-sample-servlet-12 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ---------------------------------------------------- This email is autogenerated from the output from: <http://jakarta.apache.org/builds/gump/2002-03-21/jakarta-cactus-sample-servlet-12.html> ---------------------------------------------------- Buildfile: sample-servlet/build.xml display.properties: [echo] ----- Cactus Servlet Sample 1.3dev ----- [echo] [echo] java.class.path = /home/rubys/jakarta/xml-commons/java/external/build/xml-apis.jar:.:/usr/java/jdk1.3.1_02/lib/tools.jar:/usr/java/jdk1.3.1_02/jre/lib/rt.jar:/usr/java/jdk1.3.1_02/lib/tools.jar:/home/rubys/jakarta/jakarta-ant/dist/lib/ant.jar:/home/rubys/jakarta/jakarta-ant/dist/lib/optional.jar:/home/rubys/jakarta/xml-xerces2/java/build/xercesImpl.jar:/home/rubys/jakarta/xml-xerces2/java/build/xmlParserAPIs.jar:/opt/aspectj1.0/lib/aspectjtools.jar:/opt/aspectj1.0/lib/aspectjrt.jar:/opt/aspectj1.0/lib/aspectj-ant.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/common/etomcat.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/common/tomcat_core.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/container/tomcat_util.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/container/tomcat_modules.jar:/home/rubys/jakarta/dist/servletapi/lib/servlet.jar:/home/rubys/jakarta/jakarta-log4j/dist/lib/log4j-20020321.jar:/home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar:/home/rubys/jakarta/httpunit/lib/httpunit.jar:/home/rubys/jakarta/dist/junit/junit.jar:/home/rubys/jakarta/jakarta-cactus/framework/dist-12/lib/cactus.jar:/home/rubys/jakarta/jakarta-cactus/anttasks/dist/lib/cactus-ant.jar [echo] [echo] java.home = /usr/java/jdk1.3.1_02/jre [echo] user.home = /home/rubys [echo] ant.home = ${ant.home} [echo] [echo] cactus.framework.jar = /home/rubys/jakarta/jakarta-cactus/framework/dist-12/lib/cactus.jar [echo] cactus.framework.web = framework/dist-12/web [echo] cactus.ant.jar = /home/rubys/jakarta/jakarta-cactus/anttasks/dist/lib/cactus-ant.jar [echo] j2ee.jar = /home/rubys/jakarta/dist/servletapi/lib/servlet.jar [echo] commons.httpclient.jar = /home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar [echo] aspectjrt.jar = /opt/aspectj1.0/lib/aspectjrt.jar [echo] junit.jar = /home/rubys/jakarta/dist/junit/junit.jar [echo] httpunit.jar = /home/rubys/jakarta/httpunit/lib/httpunit.jar [echo] [echo] log4j.jar (optional) = /home/rubys/jakarta/jakarta-log4j/dist/lib/log4j-20020321.jar [echo] test.port (optional) = 8081 [echo] check.properties: check.j2ee.version: [echo] j2ee.api = 12 properties.source: load.properties: init: sample: [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/build [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/conf/test [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/src/sample [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/src/unit [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/web/test [copy] Copying 11 files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/build [copy] Copying 9 files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/src/sample [copy] Copying 20 files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/src/unit [copy] Copying 27 files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/conf/test [copy] Copying 2 files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/conf [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/web/test [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/web [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample prepare.dist: [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/dist-12/bin [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/dist-12/doc/api [zip] Building zip: /home/rubys/jakarta/jakarta-cactus/sample-servlet/dist-12/bin/sample-servlet.zip test: [java] Buildfile: sample-servlet/target/sample/build/build.xml [java] [java] display.properties: [java] [echo] ----- Cactus Servlet Sample 1.3dev ----- [java] [echo] [java] [echo] java.class.path = /home/rubys/jakarta/xml-commons/java/external/build/xml-apis.jar:/home/rubys/jakarta/jakarta-cactus:/usr/java/jdk1.3.1_02/lib/tools.jar:/usr/java/jdk1.3.1_02/jre/lib/rt.jar:/home/rubys/jakarta/jakarta-ant/dist/lib/ant.jar:/home/rubys/jakarta/jakarta-ant/dist/lib/optional.jar:/home/rubys/jakarta/xml-xerces2/java/build/xercesImpl.jar:/home/rubys/jakarta/xml-xerces2/java/build/xmlParserAPIs.jar:/opt/aspectj1.0/lib/aspectjtools.jar:/opt/aspectj1.0/lib/aspectjrt.jar:/opt/aspectj1.0/lib/aspectj-ant.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/common/etomcat.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/common/tomcat_core.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/container/tomcat_util.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/container/tomcat_modules.jar:/home/rubys/jakarta/dist/servletapi/lib/servlet.jar:/home/rubys/jakarta/jakarta-log4j/dist/lib/log4j-20020321.jar:/home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar:/home/rubys/jakarta/httpunit/lib/httpunit.jar:/home/rubys/jakarta/dist/junit/junit.jar:/home/rubys/jakarta/jakarta-cactus/framework/dist-12/lib/cactus.jar:/home/rubys/jakarta/jakarta-cactus/anttasks/dist/lib/cactus-ant.jar [java] [echo] [java] [echo] java.home = /usr/java/jdk1.3.1_02/jre [java] [echo] user.home = /home/rubys [java] [echo] ant.home = ${ant.home} [java] [echo] [java] [echo] cactus.framework.jar = /home/rubys/jakarta/jakarta-cactus/framework/dist-12/lib/cactus.jar [java] [echo] cactus.ant.jar = /home/rubys/jakarta/jakarta-cactus/anttasks/dist/lib/cactus-ant.jar [java] [echo] servlet.jar = /home/rubys/jakarta/dist/servletapi/lib/servlet.jar [java] [echo] aspectjrt.jar = /opt/aspectj1.0/lib/aspectjrt.jar [java] [echo] commons.httpclient.jar = /home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar [java] [echo] httpunit.jar = /home/rubys/jakarta/httpunit/lib/httpunit.jar [java] [echo] junit.jar = /home/rubys/jakarta/dist/junit/junit.jar [java] [echo] [java] [echo] log4j.jar (optional) = /home/rubys/jakarta/jakarta-log4j/dist/lib/log4j-20020321.jar [java] [echo] [java] [echo] test.port = 8081 [java] [echo] [java] [java] check.properties: [java] [java] init: [java] [java] compile.sample: [java] [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/classes/sample [java] [javac] Compiling 9 source files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/classes/sample [java] [java] compile.unit: [java] [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/classes/unit [java] [javac] Note: Some input files use or override a deprecated API. [java] [javac] Note: Recompile with -deprecation for details. [java] [javac] Compiling 15 source files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/classes/unit [java] [java] compile: [java] [java] prepare.testwar.log4j: [java] [javac] Note: Some input files use or override a deprecated API. [java] [javac] Note: Recompile with -deprecation for details. [java] [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/lib [java] [java] testwar: [java] [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/lib [java] [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/lib [java] [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/lib [java] [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test [java] [war] Building war: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/test.war [java] [java] check.test.resin.20: [java] [echo] [java] [echo] ****************************************************** [java] [echo] WARNING : The 'resin.home.20' property has not been [java] [echo] set. No test will be run on that servlet engine. [java] [echo] ****************************************************** [java] [echo] [java] [java] prepare.test: [java] [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/conf [java] [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/conf [java] [java] prepare.test.resin.20: [java] [java] test.resin.20: [java] [java] check.test.resin.12: [java] [echo] [java] [echo] ****************************************************** [java] [echo] WARNING : The 'resin.home.12' property has not been [java] [echo] set. No test will be run on that servlet engine. [java] [echo] ****************************************************** [java] [echo] [java] [java] prepare.test.resin.12: [java] [java] test.resin.12: [java] [java] check.test.tomcat.32: [java] [echo] [java] [echo] ****************************************************** [java] [echo] WARNING : The 'tomcat.home.32' property has not been [java] [echo] set. No test will be run on that servlet engine. [java] [echo] ****************************************************** [java] [echo] [java] [java] prepare.test.tomcat.32: [java] [java] test.tomcat.32: [java] [java] check.test.tomcat.33: [java] [java] prepare.test.tomcat.33: [java] [echo] tomcat.home.33 = /home/rubys/jakarta/jakarta-tomcat/dist/tomcat [java] [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33/conf [java] [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33/work [java] [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33/webapps [java] [copy] Copying 3 files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33/conf [java] [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33/webapps [java] [java] test.tomcat.33: [java] [java] start.tomcat.33: [java] [java] AutoDeploy: Expanding /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33/webapps/test.war [java] [java] SessionIdGenerator: Opening /dev/urandom [java] [java] ServerXmlReader: Config=$TOMCAT_HOME/conf/server.xml [java] [java] PathSetter: install=/home/rubys/jakarta/jakarta-tomcat/dist/tomcat [java] [java] PathSetter: home=/home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33 [java] [java] AutoWebApp: Auto-Adding DEFAULT:/test [java] [java] ContextManager: Tomcat configured and in stable state [java] [java] WorkDirSetup: Creating work dir /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33/work/DEFAULT/test [java] [java] ContextManager: Adding DEFAULT:/test [java] [java] Ctx(/test) : Validating web.xml [java] [java] EmbededTomcat: Init time 4160 [java] [java] Http10Interceptor: Starting on 8081 [java] [java] Ajp12Interceptor: Starting on 8777 [java] [java] EmbededTomcat: Startup time 262 [java] [java] test: [java] [junit] Running org.apache.cactus.unit.TestAll [java] [junit] Tests run: 14, Failures: 0, Errors: 1, Time elapsed: 7.312 sec [java] [junit] Testsuite: org.apache.cactus.unit.TestAll [java] [junit] Tests run: 14, Failures: 0, Errors: 1, Time elapsed: 7.312 sec [java] [junit] [java] [junit] Testcase: testLongProcess took 5.981 sec [java] [junit] Testcase: testLotsOfData took 0.158 sec [java] [junit] Testcase: testAssertionFailedError took 0.155 sec [java] [junit] Testcase: testExceptionNotSerializable took 0.088 sec [java] [junit] Testcase: testExceptionSerializable took 0.06 sec [java] [junit] Testcase: testNoAutomaticSessionCreation took 0.139 sec [java] [junit] Testcase: testMultiValueParameters took 0.045 sec [java] [junit] Testcase: testWriteOutputStream took 0.055 sec [java] [junit] Testcase: testSetConfigParameter took 0.049 sec [java] [junit] Testcase: testGetServletName took 0.039 sec [java] [junit] Testcase: testSendMultivaluedHeader took 0.045 sec [java] [junit] Testcase: testGetResponseAsStringMultiLines took 0.04 sec [java] [junit] Testcase: testGetResponseAsStringArrayMultiLines took 0.045 sec [java] [junit] Testcase: testCookieEncoding took 0.382 sec [java] [junit] Caused an ERROR [java] [junit] null [java] [junit] java.lang.NullPointerException [java] [junit] at org.apache.cactus.client.HttpClientHelper.addCookies(HttpClientHelper.java;org/apache/cactus/util/log/LogAspect.java(1k):390) [java] [junit] at org.apache.cactus.client.HttpClientHelper.connect$ajcPostAround15(HttpClientHelper.java;org/apache/cactus/util/log/LogAspect.java(1k):168) [java] [junit] at org.apache.cactus.client.HttpClientHelper.connect(HttpClientHelper.java;org/apache/cactus/util/log/LogAspect.java(1k):1221) [java] [junit] at org.apache.cactus.client.AbstractHttpClient.callRunTest(AbstractHttpClient.java;org/apache/cactus/util/log/LogAspect.java(1k):188) [java] [junit] at org.apache.cactus.client.AbstractHttpClient.doTest$ajcPostAround9(AbstractHttpClient.java;org/apache/cactus/util/log/LogAspect.java(1k):120) [java] [junit] at org.apache.cactus.client.AbstractHttpClient.doTest(AbstractHttpClient.java;org/apache/cactus/util/log/LogAspect.java(1k):1221) [java] [junit] at org.apache.cactus.AbstractTestCase.runGenericTest(AbstractTestCase.java:457) [java] [junit] at org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java:133) [java] [junit] at org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java:400) [java] [junit] [java] [junit] Testcase: testCookieEncoding [java] [java] stop.tomcat.33: [java] [java] Stopping Tomcat. [java] [java] Stopping tomcat on :8777 null [java] [java] Stop reaper [java] [java] ContextManager: Exiting [java] [runservertests] Server stopped ! [java] [java] BUILD FAILED [java] /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/build/build.xml:344: Test org.apache.cactus.unit.TestAll failed [java] [java] Total time: 37 seconds BUILD FAILED /home/rubys/jakarta/jakarta-cactus/sample-servlet/build.xml:361: Java returned: 1 Total time: 47 seconds -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Mar 22 13:12:05 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57445 invoked from network); 22 Mar 2002 13:12:04 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 22 Mar 2002 13:12:03 -0000 Received: (qmail 7392 invoked by uid 97); 22 Mar 2002 13:11:53 -0000 Delivered-To: [email protected] Received: (qmail 7191 invoked by uid 97); 22 Mar 2002 13:11:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 6957 invoked from network); 22 Mar 2002 13:11:49 -0000 Date: 22 Mar 2002 13:11:47 -0000 Message-ID: <[email protected]> From: Ted Husted <[email protected]> To: [email protected] Subject: [GUMP] Build Failure - cactus-sample-servlet-12 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ---------------------------------------------------- This email is autogenerated from the output from: <http://jakarta.apache.org/builds/gump/2002-03-22/jakarta-cactus-sample-servlet-12.html> ---------------------------------------------------- Buildfile: sample-servlet/build.xml display.properties: [echo] ----- Cactus Servlet Sample 1.3dev ----- [echo] [echo] java.class.path = /home/rubys/jakarta/xml-commons/java/external/build/xml-apis.jar:.:/usr/java/jdk1.3.1_02/lib/tools.jar:/usr/java/jdk1.3.1_02/jre/lib/rt.jar:/usr/java/jdk1.3.1_02/lib/tools.jar:/home/rubys/jakarta/jakarta-ant/dist/lib/ant.jar:/home/rubys/jakarta/jakarta-ant/dist/lib/optional.jar:/home/rubys/jakarta/xml-xerces2/java/build/xercesImpl.jar:/home/rubys/jakarta/xml-xerces2/java/build/xmlParserAPIs.jar:/opt/aspectj1.0/lib/aspectjtools.jar:/opt/aspectj1.0/lib/aspectjrt.jar:/opt/aspectj1.0/lib/aspectj-ant.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/common/etomcat.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/common/tomcat_core.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/container/tomcat_util.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/container/tomcat_modules.jar:/home/rubys/jakarta/dist/servletapi/lib/servlet.jar:/home/rubys/jakarta/jakarta-log4j/dist/lib/log4j-20020322.jar:/home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar:/home/rubys/jakarta/httpunit/lib/httpunit.jar:/home/rubys/jakarta/dist/junit/junit.jar:/home/rubys/jakarta/jakarta-cactus/framework/dist-12/lib/cactus.jar:/home/rubys/jakarta/jakarta-cactus/anttasks/dist/lib/cactus-ant.jar [echo] [echo] java.home = /usr/java/jdk1.3.1_02/jre [echo] user.home = /home/rubys [echo] ant.home = ${ant.home} [echo] [echo] cactus.framework.jar = /home/rubys/jakarta/jakarta-cactus/framework/dist-12/lib/cactus.jar [echo] cactus.framework.web = framework/dist-12/web [echo] cactus.ant.jar = /home/rubys/jakarta/jakarta-cactus/anttasks/dist/lib/cactus-ant.jar [echo] j2ee.jar = /home/rubys/jakarta/dist/servletapi/lib/servlet.jar [echo] commons.httpclient.jar = /home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar [echo] aspectjrt.jar = /opt/aspectj1.0/lib/aspectjrt.jar [echo] junit.jar = /home/rubys/jakarta/dist/junit/junit.jar [echo] httpunit.jar = /home/rubys/jakarta/httpunit/lib/httpunit.jar [echo] [echo] log4j.jar (optional) = /home/rubys/jakarta/jakarta-log4j/dist/lib/log4j-20020322.jar [echo] test.port (optional) = 8081 [echo] check.properties: check.j2ee.version: [echo] j2ee.api = 12 properties.source: load.properties: init: sample: [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/build [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/conf/test [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/src/sample [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/src/unit [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/web/test [copy] Copying 11 files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/build [copy] Copying 9 files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/src/sample [copy] Copying 20 files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/src/unit [copy] Copying 27 files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/conf/test [copy] Copying 2 files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/conf [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/web/test [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/web [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample prepare.dist: [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/dist-12/bin [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/dist-12/doc/api [zip] Building zip: /home/rubys/jakarta/jakarta-cactus/sample-servlet/dist-12/bin/sample-servlet.zip test: [java] Buildfile: sample-servlet/target/sample/build/build.xml [java] [java] display.properties: [java] [echo] ----- Cactus Servlet Sample 1.3dev ----- [java] [echo] [java] [echo] java.class.path = /home/rubys/jakarta/xml-commons/java/external/build/xml-apis.jar:/home/rubys/jakarta/jakarta-cactus:/usr/java/jdk1.3.1_02/lib/tools.jar:/usr/java/jdk1.3.1_02/jre/lib/rt.jar:/home/rubys/jakarta/jakarta-ant/dist/lib/ant.jar:/home/rubys/jakarta/jakarta-ant/dist/lib/optional.jar:/home/rubys/jakarta/xml-xerces2/java/build/xercesImpl.jar:/home/rubys/jakarta/xml-xerces2/java/build/xmlParserAPIs.jar:/opt/aspectj1.0/lib/aspectjtools.jar:/opt/aspectj1.0/lib/aspectjrt.jar:/opt/aspectj1.0/lib/aspectj-ant.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/common/etomcat.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/common/tomcat_core.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/container/tomcat_util.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/container/tomcat_modules.jar:/home/rubys/jakarta/dist/servletapi/lib/servlet.jar:/home/rubys/jakarta/jakarta-log4j/dist/lib/log4j-20020322.jar:/home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar:/home/rubys/jakarta/httpunit/lib/httpunit.jar:/home/rubys/jakarta/dist/junit/junit.jar:/home/rubys/jakarta/jakarta-cactus/framework/dist-12/lib/cactus.jar:/home/rubys/jakarta/jakarta-cactus/anttasks/dist/lib/cactus-ant.jar [java] [echo] [java] [echo] java.home = /usr/java/jdk1.3.1_02/jre [java] [echo] user.home = /home/rubys [java] [echo] ant.home = ${ant.home} [java] [echo] [java] [echo] cactus.framework.jar = /home/rubys/jakarta/jakarta-cactus/framework/dist-12/lib/cactus.jar [java] [echo] cactus.ant.jar = /home/rubys/jakarta/jakarta-cactus/anttasks/dist/lib/cactus-ant.jar [java] [echo] servlet.jar = /home/rubys/jakarta/dist/servletapi/lib/servlet.jar [java] [echo] aspectjrt.jar = /opt/aspectj1.0/lib/aspectjrt.jar [java] [echo] commons.httpclient.jar = /home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar [java] [echo] httpunit.jar = /home/rubys/jakarta/httpunit/lib/httpunit.jar [java] [echo] junit.jar = /home/rubys/jakarta/dist/junit/junit.jar [java] [echo] [java] [echo] log4j.jar (optional) = /home/rubys/jakarta/jakarta-log4j/dist/lib/log4j-20020322.jar [java] [echo] [java] [echo] test.port = 8081 [java] [echo] [java] [java] check.properties: [java] [java] init: [java] [java] compile.sample: [java] [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/classes/sample [java] [javac] Compiling 9 source files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/classes/sample [java] [javac] Note: Some input files use or override a deprecated API. [java] [javac] Note: Recompile with -deprecation for details. [java] [java] compile.unit: [java] [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/classes/unit [java] [javac] Compiling 15 source files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/classes/unit [java] [java] compile: [java] [java] prepare.testwar.log4j: [java] [javac] Note: Some input files use or override a deprecated API. [java] [javac] Note: Recompile with -deprecation for details. [java] [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/lib [java] [java] testwar: [java] [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/lib [java] [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/lib [java] [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/lib [java] [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test [java] [war] Building war: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/test.war [java] [java] check.test.resin.20: [java] [echo] [java] [echo] ****************************************************** [java] [echo] WARNING : The 'resin.home.20' property has not been [java] [echo] set. No test will be run on that servlet engine. [java] [echo] ****************************************************** [java] [echo] [java] [java] prepare.test: [java] [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/conf [java] [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/conf [java] [java] prepare.test.resin.20: [java] [java] test.resin.20: [java] [java] check.test.resin.12: [java] [echo] [java] [echo] ****************************************************** [java] [echo] WARNING : The 'resin.home.12' property has not been [java] [echo] set. No test will be run on that servlet engine. [java] [echo] ****************************************************** [java] [echo] [java] [java] prepare.test.resin.12: [java] [java] test.resin.12: [java] [java] check.test.tomcat.32: [java] [echo] [java] [echo] ****************************************************** [java] [echo] WARNING : The 'tomcat.home.32' property has not been [java] [echo] set. No test will be run on that servlet engine. [java] [echo] ****************************************************** [java] [echo] [java] [java] prepare.test.tomcat.32: [java] [java] test.tomcat.32: [java] [java] check.test.tomcat.33: [java] [java] prepare.test.tomcat.33: [java] [echo] tomcat.home.33 = /home/rubys/jakarta/jakarta-tomcat/dist/tomcat [java] [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33/conf [java] [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33/work [java] [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33/webapps [java] [copy] Copying 3 files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33/conf [java] [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33/webapps [java] [java] test.tomcat.33: [java] [java] start.tomcat.33: [java] [java] AutoDeploy: Expanding /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33/webapps/test.war [java] [java] SessionIdGenerator: Opening /dev/urandom [java] [java] ServerXmlReader: Config=$TOMCAT_HOME/conf/server.xml [java] [java] PathSetter: install=/home/rubys/jakarta/jakarta-tomcat/dist/tomcat [java] [java] PathSetter: home=/home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33 [java] [java] AutoWebApp: Auto-Adding DEFAULT:/test [java] [java] ContextManager: Tomcat configured and in stable state [java] [java] WorkDirSetup: Creating work dir /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33/work/DEFAULT/test [java] [java] ContextManager: Adding DEFAULT:/test [java] [java] Ctx(/test) : Validating web.xml [java] [java] EmbededTomcat: Init time 3944 [java] [java] Http10Interceptor: Starting on 8081 [java] [java] EmbededTomcat: Startup time 272 [java] [java] Ajp12Interceptor: Starting on 8777 [java] [java] test: [java] [junit] Running org.apache.cactus.unit.TestAll [java] [junit] Tests run: 14, Failures: 0, Errors: 1, Time elapsed: 7.321 sec [java] [junit] Testsuite: org.apache.cactus.unit.TestAll [java] [junit] Tests run: 14, Failures: 0, Errors: 1, Time elapsed: 7.321 sec [java] [junit] [java] [junit] Testcase: testLongProcess took 6.012 sec [java] [junit] Testcase: testLotsOfData took 0.157 sec [java] [junit] Testcase: testAssertionFailedError took 0.157 sec [java] [junit] Testcase: testExceptionNotSerializable took 0.082 sec [java] [junit] Testcase: testExceptionSerializable took 0.043 sec [java] [junit] Testcase: testNoAutomaticSessionCreation took 0.13 sec [java] [junit] Testcase: testMultiValueParameters took 0.045 sec [java] [junit] Testcase: testWriteOutputStream took 0.065 sec [java] [junit] Testcase: testSetConfigParameter took 0.049 sec [java] [junit] Testcase: testGetServletName took 0.038 sec [java] [junit] Testcase: testSendMultivaluedHeader took 0.045 sec [java] [junit] Testcase: testGetResponseAsStringMultiLines took 0.038 sec [java] [junit] Testcase: testGetResponseAsStringArrayMultiLines took 0.044 sec [java] [junit] Testcase: testCookieEncoding took 0.382 sec [java] [junit] Caused an ERROR [java] [junit] null [java] [junit] java.lang.NullPointerException [java] [junit] at org.apache.cactus.client.HttpClientHelper.addCookies(HttpClientHelper.java;org/apache/cactus/util/log/LogAspect.java(1k):390) [java] [junit] at org.apache.cactus.client.HttpClientHelper.connect$ajcPostAround15(HttpClientHelper.java;org/apache/cactus/util/log/LogAspect.java(1k):168) [java] [junit] at org.apache.cactus.client.HttpClientHelper.connect(HttpClientHelper.java;org/apache/cactus/util/log/LogAspect.java(1k):1221) [java] [junit] at org.apache.cactus.client.AbstractHttpClient.callRunTest(AbstractHttpClient.java;org/apache/cactus/util/log/LogAspect.java(1k):188) [java] [junit] at org.apache.cactus.client.AbstractHttpClient.doTest$ajcPostAround9(AbstractHttpClient.java;org/apache/cactus/util/log/LogAspect.java(1k):120) [java] [junit] at org.apache.cactus.client.AbstractHttpClient.doTest(AbstractHttpClient.java;org/apache/cactus/util/log/LogAspect.java(1k):1221) [java] [junit] at org.apache.cactus.AbstractTestCase.runGenericTest(AbstractTestCase.java:457) [java] [junit] at org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java:133) [java] [junit] at org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java:400) [java] [junit] [java] [junit] Testcase: testCookieEncoding [java] [java] stop.tomcat.33: [java] [java] Stopping Tomcat. [java] [java] Stopping tomcat on :8777 null [java] [java] Stop reaper [java] [java] ContextManager: Exiting [java] [runservertests] Server stopped ! [java] [java] BUILD FAILED [java] /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/build/build.xml:344: Test org.apache.cactus.unit.TestAll failed [java] [java] Total time: 37 seconds BUILD FAILED /home/rubys/jakarta/jakarta-cactus/sample-servlet/build.xml:361: Java returned: 1 Total time: 48 seconds -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sat Mar 23 13:30:34 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70366 invoked from network); 23 Mar 2002 13:30:33 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 23 Mar 2002 13:30:33 -0000 Received: (qmail 28365 invoked by uid 97); 23 Mar 2002 13:30:25 -0000 Delivered-To: [email protected] Received: (qmail 28276 invoked by uid 97); 23 Mar 2002 13:30:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 28208 invoked from network); 23 Mar 2002 13:30:22 -0000 Date: 23 Mar 2002 13:30:17 -0000 Message-ID: <[email protected]> From: Ted Husted <[email protected]> To: [email protected] Subject: [GUMP] Build Failure - cactus-sample-servlet-12 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ---------------------------------------------------- This email is autogenerated from the output from: <http://jakarta.apache.org/builds/gump/2002-03-23/jakarta-cactus-sample-servlet-12.html> ---------------------------------------------------- Buildfile: sample-servlet/build.xml display.properties: [echo] ----- Cactus Servlet Sample 1.3dev ----- [echo] [echo] java.class.path = /home/rubys/jakarta/xml-commons/java/external/build/xml-apis.jar:.:/usr/java/jdk1.3.1_02/lib/tools.jar:/usr/java/jdk1.3.1_02/jre/lib/rt.jar:/usr/java/jdk1.3.1_02/lib/tools.jar:/home/rubys/jakarta/jakarta-ant/dist/lib/ant.jar:/home/rubys/jakarta/jakarta-ant/dist/lib/optional.jar:/home/rubys/jakarta/xml-xerces2/java/build/xercesImpl.jar:/home/rubys/jakarta/xml-xerces2/java/build/xmlParserAPIs.jar:/opt/aspectj1.0/lib/aspectjtools.jar:/opt/aspectj1.0/lib/aspectjrt.jar:/opt/aspectj1.0/lib/aspectj-ant.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/common/etomcat.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/common/tomcat_core.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/container/tomcat_util.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/container/tomcat_modules.jar:/home/rubys/jakarta/dist/servletapi/lib/servlet.jar:/home/rubys/jakarta/jakarta-log4j/dist/lib/log4j-20020322.jar:/home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar:/home/rubys/jakarta/httpunit/lib/httpunit.jar:/home/rubys/jakarta/dist/junit/junit.jar:/home/rubys/jakarta/jakarta-cactus/framework/dist-12/lib/cactus.jar:/home/rubys/jakarta/jakarta-cactus/anttasks/dist/lib/cactus-ant.jar [echo] [echo] java.home = /usr/java/jdk1.3.1_02/jre [echo] user.home = /home/rubys [echo] ant.home = ${ant.home} [echo] [echo] cactus.framework.jar = /home/rubys/jakarta/jakarta-cactus/framework/dist-12/lib/cactus.jar [echo] cactus.framework.web = framework/dist-12/web [echo] cactus.ant.jar = /home/rubys/jakarta/jakarta-cactus/anttasks/dist/lib/cactus-ant.jar [echo] j2ee.jar = /home/rubys/jakarta/dist/servletapi/lib/servlet.jar [echo] commons.httpclient.jar = /home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar [echo] aspectjrt.jar = /opt/aspectj1.0/lib/aspectjrt.jar [echo] junit.jar = /home/rubys/jakarta/dist/junit/junit.jar [echo] httpunit.jar = /home/rubys/jakarta/httpunit/lib/httpunit.jar [echo] [echo] log4j.jar (optional) = /home/rubys/jakarta/jakarta-log4j/dist/lib/log4j-20020322.jar [echo] test.port (optional) = 8081 [echo] check.properties: check.j2ee.version: [echo] j2ee.api = 12 properties.source: load.properties: init: sample: [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/build [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/conf/test [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/src/sample [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/src/unit [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/web/test [copy] Copying 11 files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/build [copy] Copying 9 files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/src/sample [copy] Copying 20 files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/src/unit [copy] Copying 27 files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/conf/test [copy] Copying 2 files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/conf [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/web/test [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/web [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample prepare.dist: [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/dist-12/bin [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/dist-12/doc/api [zip] Building zip: /home/rubys/jakarta/jakarta-cactus/sample-servlet/dist-12/bin/sample-servlet.zip test: [java] Buildfile: sample-servlet/target/sample/build/build.xml [java] [java] display.properties: [java] [echo] ----- Cactus Servlet Sample 1.3dev ----- [java] [echo] [java] [echo] java.class.path = /home/rubys/jakarta/xml-commons/java/external/build/xml-apis.jar:/home/rubys/jakarta/jakarta-cactus:/usr/java/jdk1.3.1_02/lib/tools.jar:/usr/java/jdk1.3.1_02/jre/lib/rt.jar:/home/rubys/jakarta/jakarta-ant/dist/lib/ant.jar:/home/rubys/jakarta/jakarta-ant/dist/lib/optional.jar:/home/rubys/jakarta/xml-xerces2/java/build/xercesImpl.jar:/home/rubys/jakarta/xml-xerces2/java/build/xmlParserAPIs.jar:/opt/aspectj1.0/lib/aspectjtools.jar:/opt/aspectj1.0/lib/aspectjrt.jar:/opt/aspectj1.0/lib/aspectj-ant.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/common/etomcat.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/common/tomcat_core.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/container/tomcat_util.jar:/home/rubys/jakarta/jakarta-tomcat/dist/tomcat/lib/container/tomcat_modules.jar:/home/rubys/jakarta/dist/servletapi/lib/servlet.jar:/home/rubys/jakarta/jakarta-log4j/dist/lib/log4j-20020322.jar:/home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar:/home/rubys/jakarta/httpunit/lib/httpunit.jar:/home/rubys/jakarta/dist/junit/junit.jar:/home/rubys/jakarta/jakarta-cactus/framework/dist-12/lib/cactus.jar:/home/rubys/jakarta/jakarta-cactus/anttasks/dist/lib/cactus-ant.jar [java] [echo] [java] [echo] java.home = /usr/java/jdk1.3.1_02/jre [java] [echo] user.home = /home/rubys [java] [echo] ant.home = ${ant.home} [java] [echo] [java] [echo] cactus.framework.jar = /home/rubys/jakarta/jakarta-cactus/framework/dist-12/lib/cactus.jar [java] [echo] cactus.ant.jar = /home/rubys/jakarta/jakarta-cactus/anttasks/dist/lib/cactus-ant.jar [java] [echo] servlet.jar = /home/rubys/jakarta/dist/servletapi/lib/servlet.jar [java] [echo] aspectjrt.jar = /opt/aspectj1.0/lib/aspectjrt.jar [java] [echo] commons.httpclient.jar = /home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar [java] [echo] httpunit.jar = /home/rubys/jakarta/httpunit/lib/httpunit.jar [java] [echo] junit.jar = /home/rubys/jakarta/dist/junit/junit.jar [java] [echo] [java] [echo] log4j.jar (optional) = /home/rubys/jakarta/jakarta-log4j/dist/lib/log4j-20020322.jar [java] [echo] [java] [echo] test.port = 8081 [java] [echo] [java] [java] check.properties: [java] [java] init: [java] [java] compile.sample: [java] [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/classes/sample [java] [javac] Compiling 9 source files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/classes/sample [java] [java] [javac] Note: Some input files use or override a deprecated API. [java] [javac] Note: Recompile with -deprecation for details. [java] compile.unit: [java] [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/classes/unit [java] [javac] Compiling 15 source files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/classes/unit [java] [java] compile: [java] [java] prepare.testwar.log4j: [java] [javac] Note: Some input files use or override a deprecated API. [java] [javac] Note: Recompile with -deprecation for details. [java] [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/lib [java] [java] testwar: [java] [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/lib [java] [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/lib [java] [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/lib [java] [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test [java] [war] Building war: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/test.war [java] [java] check.test.resin.20: [java] [echo] [java] [echo] ****************************************************** [java] [echo] WARNING : The 'resin.home.20' property has not been [java] [echo] set. No test will be run on that servlet engine. [java] [echo] ****************************************************** [java] [echo] [java] [java] prepare.test: [java] [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/conf [java] [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/conf [java] [java] prepare.test.resin.20: [java] [java] test.resin.20: [java] [java] check.test.resin.12: [java] [echo] [java] [echo] ****************************************************** [java] [echo] WARNING : The 'resin.home.12' property has not been [java] [echo] set. No test will be run on that servlet engine. [java] [echo] ****************************************************** [java] [echo] [java] [java] prepare.test.resin.12: [java] [java] test.resin.12: [java] [java] check.test.tomcat.32: [java] [echo] [java] [echo] ****************************************************** [java] [echo] WARNING : The 'tomcat.home.32' property has not been [java] [echo] set. No test will be run on that servlet engine. [java] [echo] ****************************************************** [java] [echo] [java] [java] prepare.test.tomcat.32: [java] [java] test.tomcat.32: [java] [java] check.test.tomcat.33: [java] [java] prepare.test.tomcat.33: [java] [echo] tomcat.home.33 = /home/rubys/jakarta/jakarta-tomcat/dist/tomcat [java] [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33/conf [java] [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33/work [java] [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33/webapps [java] [copy] Copying 3 files to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33/conf [java] [copy] Copying 1 file to /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33/webapps [java] [java] test.tomcat.33: [java] [java] start.tomcat.33: [java] [java] AutoDeploy: Expanding /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33/webapps/test.war [java] [java] SessionIdGenerator: Opening /dev/urandom [java] [java] ServerXmlReader: Config=$TOMCAT_HOME/conf/server.xml [java] [java] PathSetter: install=/home/rubys/jakarta/jakarta-tomcat/dist/tomcat [java] [java] PathSetter: home=/home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33 [java] [java] AutoWebApp: Auto-Adding DEFAULT:/test [java] [java] ContextManager: Tomcat configured and in stable state [java] [java] WorkDirSetup: Creating work dir /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/target/test/tomcat33/work/DEFAULT/test [java] [java] ContextManager: Adding DEFAULT:/test [java] [java] Ctx(/test) : Validating web.xml [java] [java] EmbededTomcat: Init time 3934 [java] [java] Http10Interceptor: Starting on 8081 [java] [java] EmbededTomcat: Startup time 247 [java] [java] Ajp12Interceptor: Starting on 8777 [java] [java] test: [java] [junit] Running org.apache.cactus.unit.TestAll [java] [junit] Tests run: 14, Failures: 0, Errors: 1, Time elapsed: 7.284 sec [java] [junit] Testsuite: org.apache.cactus.unit.TestAll [java] [junit] Tests run: 14, Failures: 0, Errors: 1, Time elapsed: 7.284 sec [java] [junit] [java] [junit] Testcase: testLongProcess took 5.977 sec [java] [junit] Testcase: testLotsOfData took 0.156 sec [java] [junit] Testcase: testAssertionFailedError took 0.158 sec [java] [junit] Testcase: testExceptionNotSerializable took 0.074 sec [java] [junit] Testcase: testExceptionSerializable took 0.054 sec [java] [junit] Testcase: testNoAutomaticSessionCreation took 0.128 sec [java] [junit] Testcase: testMultiValueParameters took 0.046 sec [java] [junit] Testcase: testWriteOutputStream took 0.064 sec [java] [junit] Testcase: testSetConfigParameter took 0.05 sec [java] [junit] Testcase: testGetServletName took 0.039 sec [java] [junit] Testcase: testSendMultivaluedHeader took 0.045 sec [java] [junit] Testcase: testGetResponseAsStringMultiLines took 0.038 sec [java] [junit] Testcase: testGetResponseAsStringArrayMultiLines took 0.044 sec [java] [junit] Testcase: testCookieEncoding took 0.382 sec [java] [junit] Caused an ERROR [java] [junit] null [java] [junit] java.lang.NullPointerException [java] [junit] at org.apache.cactus.client.HttpClientHelper.addCookies(HttpClientHelper.java;org/apache/cactus/util/log/LogAspect.java(1k):390) [java] [junit] at org.apache.cactus.client.HttpClientHelper.connect$ajcPostAround15(HttpClientHelper.java;org/apache/cactus/util/log/LogAspect.java(1k):168) [java] [junit] at org.apache.cactus.client.HttpClientHelper.connect(HttpClientHelper.java;org/apache/cactus/util/log/LogAspect.java(1k):1221) [java] [junit] at org.apache.cactus.client.AbstractHttpClient.callRunTest(AbstractHttpClient.java;org/apache/cactus/util/log/LogAspect.java(1k):188) [java] [junit] at org.apache.cactus.client.AbstractHttpClient.doTest$ajcPostAround9(AbstractHttpClient.java;org/apache/cactus/util/log/LogAspect.java(1k):120) [java] [junit] at org.apache.cactus.client.AbstractHttpClient.doTest(AbstractHttpClient.java;org/apache/cactus/util/log/LogAspect.java(1k):1221) [java] [junit] at org.apache.cactus.AbstractTestCase.runGenericTest(AbstractTestCase.java:457) [java] [junit] at org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java:133) [java] [junit] at org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java:400) [java] [junit] [java] [junit] Testcase: testCookieEncoding [java] [java] stop.tomcat.33: [java] [java] Stopping Tomcat. [java] [java] Stopping tomcat on :8777 null [java] [java] Stop reaper [java] [java] ContextManager: Exiting [java] [runservertests] Server stopped ! [java] [java] BUILD FAILED [java] /home/rubys/jakarta/jakarta-cactus/sample-servlet/target/sample/build/build.xml:344: Test org.apache.cactus.unit.TestAll failed [java] [java] Total time: 37 seconds BUILD FAILED /home/rubys/jakarta/jakarta-cactus/sample-servlet/build.xml:361: Java returned: 1 Total time: 47 seconds -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 24 13:23:44 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61108 invoked from network); 24 Mar 2002 13:23:43 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 24 Mar 2002 13:23:43 -0000 Received: (qmail 10260 invoked by uid 97); 24 Mar 2002 13:23:31 -0000 Delivered-To: [email protected] Received: (qmail 10164 invoked by uid 97); 24 Mar 2002 13:23:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 10046 invoked from network); 24 Mar 2002 13:23:26 -0000 Date: 24 Mar 2002 13:23:24 -0000 Message-ID: <[email protected]> From: Ted Husted <[email protected]> To: [email protected] Subject: [GUMP] Build Failure - cactus-framework-13 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ---------------------------------------------------- This email is autogenerated from the output from: <http://jakarta.apache.org/builds/gump/2002-03-24/jakarta-cactus-framework-13.html> ---------------------------------------------------- Buildfile: framework/build.xml display.properties: [echo] ----- Cactus Framework 1.3dev ----- [echo] [echo] java.class.path = /home/rubys/jakarta/xml-commons/java/external/build/xml-apis.jar:.:/usr/java/jdk1.3.1_02/lib/tools.jar:/usr/java/jdk1.3.1_02/jre/lib/rt.jar:/usr/java/jdk1.3.1_02/lib/tools.jar:/home/rubys/jakarta/jakarta-cactus/framework/target/classes/java:/home/rubys/jakarta/jakarta-cactus/framework/target/classes/test:/home/rubys/jakarta/jakarta-ant/dist/lib/ant.jar:/home/rubys/jakarta/jakarta-ant/dist/lib/optional.jar:/home/rubys/jakarta/xml-xerces2/java/build/xercesImpl.jar:/home/rubys/jakarta/xml-xerces2/java/build/xmlParserAPIs.jar:/opt/aspectj1.0/lib/aspectjtools.jar:/opt/aspectj1.0/lib/aspectjrt.jar:/opt/aspectj1.0/lib/aspectj-ant.jar:/home/rubys/jakarta/jakarta-servletapi-4/lib/servlet.jar:/home/rubys/jakarta/jakarta-log4j/dist/lib/log4j-20020324.jar:/home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar:/home/rubys/jakarta/httpunit/lib/httpunit.jar:/home/rubys/jakarta/dist/junit/junit.jar [echo] [echo] java.home = /usr/java/jdk1.3.1_02/jre [echo] user.home = /home/rubys [echo] ant.home = ${ant.home} [echo] [echo] j2ee.jar = /home/rubys/jakarta/jakarta-servletapi-4/lib/servlet.jar [echo] log4j.jar = /home/rubys/jakarta/jakarta-log4j/dist/lib/log4j-20020324.jar [echo] commons.httpclient.jar = /home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar [echo] httpunit.jar = /home/rubys/jakarta/httpunit/lib/httpunit.jar [echo] check.properties: check.j2ee.version: [echo] j2ee.api = 13 properties.source: load.properties: init: compile: [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/framework/target-13/classes/java [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/framework/target-13/classes/test [ajc] Compiling 60 source and 0 arg files to /home/rubys/jakarta/jakarta-cactus/framework/target-13/classes/java [javac] Compiling 6 source files to /home/rubys/jakarta/jakarta-cactus/framework/target-13/classes/test [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:64: cannot resolve symbol [javac] symbol : class LogService [javac] location: package log [javac] import org.apache.cactus.util.log.LogService; [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:76: cannot resolve symbol [javac] symbol : class AbstractTestCase [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] extends AbstractTestCase [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:118: cannot resolve symbol [javac] symbol : class WebRequest [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] public String beginBeginMethodBadReturnType(WebRequest theRequest) [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:145: cannot resolve symbol [javac] symbol : class WebRequest [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] private void beginBeginMethodNotPublic(WebRequest theRequest) [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:193: cannot resolve symbol [javac] symbol : class WebRequest [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] public void beginBeginMethodBadParamNumber(WebRequest theRequest, [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:218: cannot resolve symbol [javac] symbol : class WebRequest [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] public void beginBeginMethodOK(WebRequest theRequest) [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:252: cannot resolve symbol [javac] symbol : class WebResponse [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] public String endEndMethodBadReturnType(WebResponse theResponse) [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:273: cannot resolve symbol [javac] symbol : class WebResponse [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] private void endEndMethodNotPublic(WebResponse theResponse) [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:311: cannot resolve symbol [javac] symbol : class WebResponse [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] public void endEndMethodBadParamNumber(WebResponse theResponse, [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:329: cannot resolve symbol [javac] symbol : class WebResponse [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] public void endEndMethodOK1(WebResponse theResponse) [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestServletURL.java:63: cannot resolve symbol [javac] symbol : class LogService [javac] location: package log [javac] import org.apache.cactus.util.log.LogService; [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestServletUtil.java:63: cannot resolve symbol [javac] symbol : class ServletUtil [javac] location: package server [javac] import org.apache.cactus.server.ServletUtil; [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestServletUtil.java:64: cannot resolve symbol [javac] symbol : class LogService [javac] location: package log [javac] import org.apache.cactus.util.log.LogService; [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:112: cannot resolve symbol [javac] symbol : class WebRequest [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] WebRequest request = new WebRequest(); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:112: cannot resolve symbol [javac] symbol : class WebRequest [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] WebRequest request = new WebRequest(); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:137: cannot resolve symbol [javac] symbol : method getCurrentTestMethod () [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] if (this.getCurrentTestMethod().equals( [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:140: cannot resolve symbol [javac] symbol : method assertEquals (java.lang.String,java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] assertEquals("The begin method " + [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:148: cannot resolve symbol [javac] symbol : method getCurrentTestMethod () [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] if (this.getCurrentTestMethod().equals( [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:151: cannot resolve symbol [javac] symbol : method assertEquals (java.lang.String,java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] assertEquals("Method [beginBeginMethodNotPublic] should be " + [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:159: cannot resolve symbol [javac] symbol : method getCurrentTestMethod () [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] if (this.getCurrentTestMethod().equals( [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:162: cannot resolve symbol [javac] symbol : method assertEquals (java.lang.String,java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] assertEquals("The begin method " + [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:174: cannot resolve symbol [javac] symbol : method getCurrentTestMethod () [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] if (this.getCurrentTestMethod().equals( [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:177: cannot resolve symbol [javac] symbol : method assertEquals (java.lang.String,java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] assertEquals("The begin method " + [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:188: cannot resolve symbol [javac] symbol : method getCurrentTestMethod () [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] if (this.getCurrentTestMethod().equals("testBeginMethodOK")) { [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:189: cannot resolve symbol [javac] symbol : method assertEquals (java.lang.String,java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] assertEquals("beginBeginMethodOK", e.getMessage()); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:198: cannot resolve symbol [javac] symbol : method getCurrentTestMethod () [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] if (this.getCurrentTestMethod().equals( [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:201: cannot resolve symbol [javac] symbol : method assertEquals (java.lang.String,java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] assertEquals("The end method " + [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:209: cannot resolve symbol [javac] symbol : method getCurrentTestMethod () [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] if (this.getCurrentTestMethod().equals("testEndMethodNotPublic")) { [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:210: cannot resolve symbol [javac] symbol : method assertEquals (java.lang.String,java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] assertEquals("Method [endEndMethodNotPublic] should be " + [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:218: cannot resolve symbol [javac] symbol : method getCurrentTestMethod () [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] if (this.getCurrentTestMethod().equals( [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:221: cannot resolve symbol [javac] symbol : method assertEquals (java.lang.String,java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] assertEquals("The end method [endEndMethodBadParamType] " + [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:230: cannot resolve symbol [javac] symbol : method getCurrentTestMethod () [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] if (this.getCurrentTestMethod().equals( [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:233: cannot resolve symbol [javac] symbol : method assertEquals (java.lang.String,java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] assertEquals("The end method [endEndMethodBadParamNumber] " + [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:241: cannot resolve symbol [javac] symbol : method getCurrentTestMethod () [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] if (this.getCurrentTestMethod().equals("testEndMethodOK1")) { [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:242: cannot resolve symbol [javac] symbol : method assertEquals (java.lang.String,java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] assertEquals("endEndMethodOK1", e.getMessage()); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:249: cannot resolve symbol [javac] symbol : method getCurrentTestMethod () [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] if (this.getCurrentTestMethod().equals("testEndMethodOK2")) { [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:250: cannot resolve symbol [javac] symbol : method assertEquals (java.lang.String,java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] assertEquals("endEndMethodOK2", e.getMessage()); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:257: cannot resolve symbol [javac] symbol : method getCurrentTestMethod () [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] if (this.getCurrentTestMethod().equals("testEndMethodOK3")) { [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:258: cannot resolve symbol [javac] symbol : method assertEquals (java.lang.String,java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] assertEquals("endEndMethodOK3", e.getMessage()); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:79: cannot resolve symbol [javac] symbol : variable LogService [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] LogService.getInstance().init(null); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:137: cannot resolve symbol [javac] symbol : method fail (java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] fail("Should not reach this point"); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:161: cannot resolve symbol [javac] symbol : method fail (java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] fail("Should not reach this point"); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:185: cannot resolve symbol [javac] symbol : method fail (java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] fail("Should not reach this point"); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:210: cannot resolve symbol [javac] symbol : method fail (java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] fail("Should not reach this point"); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:223: cannot resolve symbol [javac] symbol : method fail (java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] fail("beginBeginMethodOK"); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:334: cannot resolve symbol [javac] symbol : method fail (java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] fail("endEndMethodOK1"); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:358: cannot resolve symbol [javac] symbol : method fail (java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] fail("endEndMethodOK2"); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:379: cannot resolve symbol [javac] symbol : method fail (java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] fail("endEndMethodOK3"); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestServletURL.java:77: cannot resolve symbol [javac] symbol : variable LogService [javac] location: class org.apache.cactus.TestServletURL [javac] LogService.getInstance().init(null); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestServletURL.java:120: cannot resolve symbol [javac] symbol : class ServletURL [javac] location: class org.apache.cactus.TestServletURL [javac] ServletURL servletURL = new ServletURL("jakarta.apache.org:8080", [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestServletURL.java:120: cannot resolve symbol [javac] symbol : class ServletURL [javac] location: class org.apache.cactus.TestServletURL [javac] ServletURL servletURL = new ServletURL("jakarta.apache.org:8080", [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestServletUtil.java:78: cannot resolve symbol [javac] symbol : variable LogService [javac] location: class org.apache.cactus.TestServletUtil [javac] LogService.getInstance().init(null); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestServletUtil.java:121: cannot resolve symbol [javac] symbol : variable ServletUtil [javac] location: class org.apache.cactus.TestServletUtil [javac] String result = ServletUtil.getQueryStringParameter( [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -deprecation for details. [javac] 53 errors BUILD FAILED /home/rubys/jakarta/jakarta-cactus/framework/build.xml:272: Compile failed; see the compiler error output for details. Total time: 31 seconds -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 24 13:23:44 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61093 invoked from network); 24 Mar 2002 13:23:43 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 24 Mar 2002 13:23:43 -0000 Received: (qmail 10191 invoked by uid 97); 24 Mar 2002 13:23:29 -0000 Delivered-To: [email protected] Received: (qmail 10142 invoked by uid 97); 24 Mar 2002 13:23:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 10045 invoked from network); 24 Mar 2002 13:23:26 -0000 Date: 24 Mar 2002 13:23:24 -0000 Message-ID: <[email protected]> From: Ted Husted <[email protected]> To: [email protected] Subject: [GUMP] Build Failure - cactus-framework-12 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ---------------------------------------------------- This email is autogenerated from the output from: <http://jakarta.apache.org/builds/gump/2002-03-24/jakarta-cactus-framework-12.html> ---------------------------------------------------- Buildfile: framework/build.xml display.properties: [echo] ----- Cactus Framework 1.3dev ----- [echo] [echo] java.class.path = /home/rubys/jakarta/xml-commons/java/external/build/xml-apis.jar:.:/usr/java/jdk1.3.1_02/lib/tools.jar:/usr/java/jdk1.3.1_02/jre/lib/rt.jar:/usr/java/jdk1.3.1_02/lib/tools.jar:/home/rubys/jakarta/jakarta-cactus/framework/target/classes/java:/home/rubys/jakarta/jakarta-cactus/framework/target/classes/test:/home/rubys/jakarta/jakarta-ant/dist/lib/ant.jar:/home/rubys/jakarta/jakarta-ant/dist/lib/optional.jar:/home/rubys/jakarta/xml-xerces2/java/build/xercesImpl.jar:/home/rubys/jakarta/xml-xerces2/java/build/xmlParserAPIs.jar:/opt/aspectj1.0/lib/aspectjtools.jar:/opt/aspectj1.0/lib/aspectjrt.jar:/opt/aspectj1.0/lib/aspectj-ant.jar:/home/rubys/jakarta/dist/servletapi/lib/servlet.jar:/home/rubys/jakarta/jakarta-log4j/dist/lib/log4j-20020324.jar:/home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar:/home/rubys/jakarta/httpunit/lib/httpunit.jar:/home/rubys/jakarta/dist/junit/junit.jar [echo] [echo] java.home = /usr/java/jdk1.3.1_02/jre [echo] user.home = /home/rubys [echo] ant.home = ${ant.home} [echo] [echo] j2ee.jar = /home/rubys/jakarta/dist/servletapi/lib/servlet.jar [echo] log4j.jar = /home/rubys/jakarta/jakarta-log4j/dist/lib/log4j-20020324.jar [echo] commons.httpclient.jar = /home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar [echo] httpunit.jar = /home/rubys/jakarta/httpunit/lib/httpunit.jar [echo] check.properties: check.j2ee.version: [echo] j2ee.api = 12 properties.source: load.properties: init: compile: [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/framework/target-12/classes/java [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/framework/target-12/classes/test [ajc] Compiling 53 source and 0 arg files to /home/rubys/jakarta/jakarta-cactus/framework/target-12/classes/java [javac] Compiling 6 source files to /home/rubys/jakarta/jakarta-cactus/framework/target-12/classes/test [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:64: cannot resolve symbol [javac] symbol : class LogService [javac] location: package log [javac] import org.apache.cactus.util.log.LogService; [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:76: cannot resolve symbol [javac] symbol : class AbstractTestCase [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] extends AbstractTestCase [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:118: cannot resolve symbol [javac] symbol : class WebRequest [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] public String beginBeginMethodBadReturnType(WebRequest theRequest) [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:145: cannot resolve symbol [javac] symbol : class WebRequest [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] private void beginBeginMethodNotPublic(WebRequest theRequest) [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:193: cannot resolve symbol [javac] symbol : class WebRequest [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] public void beginBeginMethodBadParamNumber(WebRequest theRequest, [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:218: cannot resolve symbol [javac] symbol : class WebRequest [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] public void beginBeginMethodOK(WebRequest theRequest) [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:252: cannot resolve symbol [javac] symbol : class WebResponse [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] public String endEndMethodBadReturnType(WebResponse theResponse) [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:273: cannot resolve symbol [javac] symbol : class WebResponse [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] private void endEndMethodNotPublic(WebResponse theResponse) [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:311: cannot resolve symbol [javac] symbol : class WebResponse [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] public void endEndMethodBadParamNumber(WebResponse theResponse, [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:329: cannot resolve symbol [javac] symbol : class WebResponse [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] public void endEndMethodOK1(WebResponse theResponse) [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestServletURL.java:63: cannot resolve symbol [javac] symbol : class LogService [javac] location: package log [javac] import org.apache.cactus.util.log.LogService; [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestServletUtil.java:63: cannot resolve symbol [javac] symbol : class ServletUtil [javac] location: package server [javac] import org.apache.cactus.server.ServletUtil; [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestServletUtil.java:64: cannot resolve symbol [javac] symbol : class LogService [javac] location: package log [javac] import org.apache.cactus.util.log.LogService; [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:112: cannot resolve symbol [javac] symbol : class WebRequest [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] WebRequest request = new WebRequest(); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:112: cannot resolve symbol [javac] symbol : class WebRequest [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] WebRequest request = new WebRequest(); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:137: cannot resolve symbol [javac] symbol : method getCurrentTestMethod () [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] if (this.getCurrentTestMethod().equals( [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:140: cannot resolve symbol [javac] symbol : method assertEquals (java.lang.String,java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] assertEquals("The begin method " + [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:148: cannot resolve symbol [javac] symbol : method getCurrentTestMethod () [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] if (this.getCurrentTestMethod().equals( [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:151: cannot resolve symbol [javac] symbol : method assertEquals (java.lang.String,java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] assertEquals("Method [beginBeginMethodNotPublic] should be " + [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:159: cannot resolve symbol [javac] symbol : method getCurrentTestMethod () [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] if (this.getCurrentTestMethod().equals( [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:162: cannot resolve symbol [javac] symbol : method assertEquals (java.lang.String,java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] assertEquals("The begin method " + [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:174: cannot resolve symbol [javac] symbol : method getCurrentTestMethod () [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] if (this.getCurrentTestMethod().equals( [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:177: cannot resolve symbol [javac] symbol : method assertEquals (java.lang.String,java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] assertEquals("The begin method " + [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:188: cannot resolve symbol [javac] symbol : method getCurrentTestMethod () [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] if (this.getCurrentTestMethod().equals("testBeginMethodOK")) { [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:189: cannot resolve symbol [javac] symbol : method assertEquals (java.lang.String,java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] assertEquals("beginBeginMethodOK", e.getMessage()); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:198: cannot resolve symbol [javac] symbol : method getCurrentTestMethod () [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] if (this.getCurrentTestMethod().equals( [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:201: cannot resolve symbol [javac] symbol : method assertEquals (java.lang.String,java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] assertEquals("The end method " + [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:209: cannot resolve symbol [javac] symbol : method getCurrentTestMethod () [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] if (this.getCurrentTestMethod().equals("testEndMethodNotPublic")) { [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:210: cannot resolve symbol [javac] symbol : method assertEquals (java.lang.String,java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] assertEquals("Method [endEndMethodNotPublic] should be " + [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:218: cannot resolve symbol [javac] symbol : method getCurrentTestMethod () [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] if (this.getCurrentTestMethod().equals( [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:221: cannot resolve symbol [javac] symbol : method assertEquals (java.lang.String,java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] assertEquals("The end method [endEndMethodBadParamType] " + [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:230: cannot resolve symbol [javac] symbol : method getCurrentTestMethod () [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] if (this.getCurrentTestMethod().equals( [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:233: cannot resolve symbol [javac] symbol : method assertEquals (java.lang.String,java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] assertEquals("The end method [endEndMethodBadParamNumber] " + [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:241: cannot resolve symbol [javac] symbol : method getCurrentTestMethod () [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] if (this.getCurrentTestMethod().equals("testEndMethodOK1")) { [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:242: cannot resolve symbol [javac] symbol : method assertEquals (java.lang.String,java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] assertEquals("endEndMethodOK1", e.getMessage()); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:249: cannot resolve symbol [javac] symbol : method getCurrentTestMethod () [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] if (this.getCurrentTestMethod().equals("testEndMethodOK2")) { [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:250: cannot resolve symbol [javac] symbol : method assertEquals (java.lang.String,java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] assertEquals("endEndMethodOK2", e.getMessage()); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:257: cannot resolve symbol [javac] symbol : method getCurrentTestMethod () [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] if (this.getCurrentTestMethod().equals("testEndMethodOK3")) { [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java:258: cannot resolve symbol [javac] symbol : method assertEquals (java.lang.String,java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase_InterceptorTestCase [javac] assertEquals("endEndMethodOK3", e.getMessage()); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:79: cannot resolve symbol [javac] symbol : variable LogService [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] LogService.getInstance().init(null); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:137: cannot resolve symbol [javac] symbol : method fail (java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] fail("Should not reach this point"); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:161: cannot resolve symbol [javac] symbol : method fail (java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] fail("Should not reach this point"); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:185: cannot resolve symbol [javac] symbol : method fail (java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] fail("Should not reach this point"); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:210: cannot resolve symbol [javac] symbol : method fail (java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] fail("Should not reach this point"); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:223: cannot resolve symbol [javac] symbol : method fail (java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] fail("beginBeginMethodOK"); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:334: cannot resolve symbol [javac] symbol : method fail (java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] fail("endEndMethodOK1"); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:358: cannot resolve symbol [javac] symbol : method fail (java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] fail("endEndMethodOK2"); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java:379: cannot resolve symbol [javac] symbol : method fail (java.lang.String) [javac] location: class org.apache.cactus.TestAbstractTestCase [javac] fail("endEndMethodOK3"); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestServletURL.java:77: cannot resolve symbol [javac] symbol : variable LogService [javac] location: class org.apache.cactus.TestServletURL [javac] LogService.getInstance().init(null); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestServletURL.java:120: cannot resolve symbol [javac] symbol : class ServletURL [javac] location: class org.apache.cactus.TestServletURL [javac] ServletURL servletURL = new ServletURL("jakarta.apache.org:8080", [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestServletURL.java:120: cannot resolve symbol [javac] symbol : class ServletURL [javac] location: class org.apache.cactus.TestServletURL [javac] ServletURL servletURL = new ServletURL("jakarta.apache.org:8080", [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestServletUtil.java:78: cannot resolve symbol [javac] symbol : variable LogService [javac] location: class org.apache.cactus.TestServletUtil [javac] LogService.getInstance().init(null); [javac] ^ [javac] /home/rubys/jakarta/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestServletUtil.java:121: cannot resolve symbol [javac] symbol : variable ServletUtil [javac] location: class org.apache.cactus.TestServletUtil [javac] String result = ServletUtil.getQueryStringParameter( [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -deprecation for details. [javac] 53 errors BUILD FAILED /home/rubys/jakarta/jakarta-cactus/framework/build.xml:272: Compile failed; see the compiler error output for details. Total time: 32 seconds -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 24 16:52:55 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12570 invoked from network); 24 Mar 2002 16:52:55 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 24 Mar 2002 16:52:55 -0000 Received: (qmail 4487 invoked by uid 97); 24 Mar 2002 16:52:58 -0000 Delivered-To: [email protected] Received: (qmail 4471 invoked by uid 97); 24 Mar 2002 16:52:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 4460 invoked by uid 97); 24 Mar 2002 16:52:57 -0000 Date: 24 Mar 2002 16:52:53 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/framework/src/java/share/org/apache/cactus/client HttpClientHelper.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/24 08:52:53 Modified: framework/src/java/share/org/apache/cactus/client HttpClientHelper.java Log: fixed cookie handling Revision Changes Path 1.2 +21 -3 jakarta-cactus/framework/src/java/share/org/apache/cactus/client/HttpClientHelper.java Index: HttpClientHelper.java =================================================================== RCS file: /home/cvs/jakarta-cactus/framework/src/java/share/org/apache/cactus/client/HttpClientHelper.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- HttpClientHelper.java 1 Mar 2002 00:43:46 -0000 1.1 +++ HttpClientHelper.java 24 Mar 2002 16:52:53 -0000 1.2 @@ -84,7 +84,7 @@ * @author <a href="mailto:[email protected]">Vincent Massol</a> * @author <a href="mailto:[email protected]">Jason Robertson</a> * - * @version $Id: HttpClientHelper.java,v 1.1 2002/03/01 00:43:46 vmassol Exp $ + * @version $Id: HttpClientHelper.java,v 1.2 2002/03/24 16:52:53 vmassol Exp $ */ public class HttpClientHelper { @@ -369,14 +369,32 @@ for (int i = 0; i < cookies.size(); i++) { org.apache.cactus.Cookie cactusCookie = (org.apache.cactus.Cookie) cookies.elementAt(i); + + // If no domain has been specified, use a default one + String domain; + if (cactusCookie.getDomain() == null) { + domain = HttpClientHelper.getDomain(theRequest, theConnection); + } else { + domain = cactusCookie.getDomain(); + } + + // If not path has been specified , use a default one + String path; + if (cactusCookie.getPath() == null) { + path = HttpClientHelper.getPath(theRequest, theConnection); + } else { + path = cactusCookie.getPath(); + } + httpclientCookies[i] = new org.apache.commons.httpclient.Cookie( - cactusCookie.getDomain(), cactusCookie.getName(), + domain, cactusCookie.getName(), cactusCookie.getValue()); + httpclientCookies[i].setComment(cactusCookie.getComment()); httpclientCookies[i].setExpiryDate( cactusCookie.getExpiryDate()); - httpclientCookies[i].setPath(cactusCookie.getPath()); + httpclientCookies[i].setPath(path); httpclientCookies[i].setSecure(cactusCookie.isSecure()); } -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Wed Mar 27 07:21:52 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88561 invoked from network); 27 Mar 2002 07:21:52 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 27 Mar 2002 07:21:52 -0000 Received: (qmail 4103 invoked by uid 97); 27 Mar 2002 07:22:03 -0000 Delivered-To: [email protected] Received: (qmail 4058 invoked by uid 97); 27 Mar 2002 07:22:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 4047 invoked by uid 97); 27 Mar 2002 07:22:02 -0000 Date: 27 Mar 2002 07:21:48 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus gump.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/26 23:21:48 Added: . gump.xml Log: Gump project descriptor for Cactus (moved from Gump CVS to Cactus CVS). Revision Changes Path 1.1 jakarta-cactus/gump.xml Index: gump.xml =================================================================== <!-- ========================================================================== Gump project descriptor for Cactus (see http://jakarta.apache.org/gump). ========================================================================== --> <module name="jakarta-cactus"> <url href="http://jakarta.apache.org/cactus/"/> <description> Unit test framework for server-side java code </description> <cvs repository="jakarta"/> <!-- Build the Cactus Ant Custom Tasks --> <project name="jakarta-cactus-ant"> <package>org.apache.cactus.ant</package> <ant buildfile="anttasks/build.xml" target="dist"/> <depend project="jakarta-ant"/> <depend project="xml-xerces"/> <home nested="anttasks/dist"/> <jar name="lib/cactus-ant.jar"/> <javadoc nested="anttasks/dist/doc/api" title="Cactus Custom Ant tasks API"/> <nag from="Vincent Massol &lt;[email protected]&gt;" to="[email protected]"/> </project> <!-- Build the Cactus Documentation --> <project name="jakarta-cactus-documentation"> <ant buildfile="documentation/build.xml" target="dist"> <depend property="cactus.ant.jar" project="jakarta-cactus-ant"/> </ant> <depend project="jakarta-ant"/> <depend project="xml-xerces"/> <depend project="xml-stylebook2"/> <depend project="xml-xalan2"/> <javadoc nested="documentation/dist/doc" title="Cactus Documentation"/> <nag from="Vincent Massol &lt;[email protected]&gt;" to="[email protected]"/> </project> <!-- Build the Cactus Framework for J2EE 1.2 --> <project name="jakarta-cactus-framework-12"> <package>org.apache.cactus</package> <ant buildfile="framework/build.xml" target="dist"> <depend property="j2ee.jar" project="jakarta-servletapi"/> <depend property="log4j.jar" project="jakarta-log4j"/> <depend property="commons.httpclient.jar" project="commons-httpclient"/> <depend property="httpunit.jar" project="httpunit"/> <depend property="aspectjrt.jar" project="aspectj" id="aspectjrt"/> <depend property="junit.jar" project="junit"/> <property name="dist.dir" value="framework/dist-12"/> <property name="target.dir" value="framework/target-12"/> </ant> <depend project="jakarta-ant"/> <depend project="xml-xerces"/> <depend project="aspectj"/> <work nested="framework/target-12/classes/java"/> <work nested="framework/target-12/classes/test"/> <home nested="framework/dist-12"/> <jar name="lib/cactus.jar"/> <javadoc nested="framework/dist-12/doc/api" title="Cactus Framework for J2EE 1.2 API"/> <nag from="Vincent Massol &lt;[email protected]&gt;" to="[email protected]"/> </project> <!-- Build the Cactus Servlet Sample for J2EE 1.2 --> <project name="jakarta-cactus-sample-servlet-12"> <ant buildfile="sample-servlet/build.xml" target="dist"> <depend property="j2ee.jar" project="jakarta-servletapi"/> <depend property="log4j.jar" project="jakarta-log4j"/> <depend property="commons.httpclient.jar" project="commons-httpclient"/> <depend property="httpunit.jar" project="httpunit"/> <depend property="aspectjrt.jar" project="aspectj" id="aspectjrt"/> <depend property="junit.jar" project="junit"/> <depend property="cactus.framework.jar" project="jakarta-cactus-framework-12"/> <depend property="cactus.ant.jar" project="jakarta-cactus-ant"/> <property name="cactus.framework.web" value="framework/dist-12/web"/> <property name="test.port" value="8081"/> <property name="tomcat.home.33" reference="home" project="jakarta-tomcat"/> <property name="dist.dir" value="sample-servlet/dist-12"/> <property name="target.dir" value="sample-servlet/target-12"/> <property name="cactus.framework.web" value="framework/dist-12/web"/> </ant> <depend project="jakarta-ant"/> <depend project="xml-xerces"/> <depend project="aspectj"/> <depend project="jakarta-tomcat"/> <nag from="Vincent Massol &lt;[email protected]&gt;" to="[email protected]"/> </project> <!-- Build the Cactus Framework for J2EE 1.3 --> <project name="jakarta-cactus-framework-13"> <package>org.apache.cactus</package> <ant buildfile="framework/build.xml" target="dist"> <depend property="j2ee.jar" project="jakarta-servletapi-4"/> <depend property="log4j.jar" project="jakarta-log4j"/> <depend property="commons.httpclient.jar" project="commons-httpclient"/> <depend property="httpunit.jar" project="httpunit"/> <depend property="aspectjrt.jar" project="aspectj" id="aspectjrt"/> <depend property="junit.jar" project="junit"/> <property name="dist.dir" value="framework/dist-13"/> <property name="target.dir" value="framework/target-13"/> </ant> <depend project="jakarta-ant"/> <depend project="xml-xerces"/> <depend project="aspectj"/> <work nested="framework/target-13/classes/java"/> <work nested="framework/target-13/classes/test"/> <home nested="framework/dist-13"/> <jar name="lib/cactus.jar"/> <javadoc nested="framework/dist-13/doc/api" title="Cactus Framework for J2EE 1.3 API"/> <nag from="Vincent Massol &lt;[email protected]&gt;" to="[email protected]"/> </project> <!-- Build the Cactus Servlet Sample for J2EE 1.3 --> <project name="jakarta-cactus-sample-servlet-13"> <ant buildfile="sample-servlet/build.xml" target="dist"> <depend property="j2ee.jar" project="jakarta-servletapi-4"/> <depend property="log4j.jar" project="jakarta-log4j"/> <depend property="commons.httpclient.jar" project="commons-httpclient"/> <depend property="httpunit.jar" project="httpunit"/> <depend property="aspectjrt.jar" project="aspectj" id="aspectjrt"/> <depend property="junit.jar" project="junit"/> <depend property="cactus.framework.jar" project="jakarta-cactus-framework-13"/> <depend property="cactus.ant.jar" project="jakarta-cactus-ant"/> <property name="cactus.framework.web" value="framework/dist-13/web"/> <property name="test.port" value="8082"/> <property name="tomcat.home.40" reference="home" project="jakarta-tomcat-4.0"/> <property name="dist.dir" value="sample-servlet/dist-13"/> <property name="target.dir" value="sample-servlet/target-13"/> <property name="cactus.framework.web" value="framework/dist-13/web"/> </ant> <depend project="jakarta-ant"/> <depend project="xml-xerces"/> <depend project="jakarta-tomcat-4.0" inherit="runtime"/> <depend project="aspectj"/> <nag from="Vincent Massol &lt;[email protected]&gt;" to="[email protected]"/> </project> </module> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Mar 28 15:36:06 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92023 invoked from network); 28 Mar 2002 15:36:05 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 28 Mar 2002 15:36:05 -0000 Received: (qmail 8002 invoked by uid 97); 28 Mar 2002 15:35:54 -0000 Delivered-To: [email protected] Received: (qmail 7942 invoked by uid 97); 28 Mar 2002 15:35:53 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 7819 invoked by uid 97); 28 Mar 2002 15:35:52 -0000 Date: 28 Mar 2002 15:35:49 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/framework/src/java/share/org/apache/cactus/server AbstractHttpServletRequestWrapper.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/28 07:35:49 Modified: framework/src/java/share/org/apache/cactus/server AbstractHttpServletRequestWrapper.java Log: some refactorings Revision Changes Path 1.2 +40 -27 jakarta-cactus/framework/src/java/share/org/apache/cactus/server/AbstractHttpServletRequestWrapper.java Index: AbstractHttpServletRequestWrapper.java =================================================================== RCS file: /home/cvs/jakarta-cactus/framework/src/java/share/org/apache/cactus/server/AbstractHttpServletRequestWrapper.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- AbstractHttpServletRequestWrapper.java 1 Mar 2002 00:43:46 -0000 1.1 +++ AbstractHttpServletRequestWrapper.java 28 Mar 2002 15:35:49 -0000 1.2 @@ -78,7 +78,7 @@ * * @author <a href="mailto:[email protected]">Vincent Massol</a> * - * @version $Id: AbstractHttpServletRequestWrapper.java,v 1.1 2002/03/01 00:43:46 vmassol Exp $ + * @version $Id: AbstractHttpServletRequestWrapper.java,v 1.2 2002/03/28 15:35:49 vmassol Exp $ */ public abstract class AbstractHttpServletRequestWrapper implements HttpServletRequest @@ -132,13 +132,13 @@ */ public String getContextPath() { - String result = this.request.getContextPath(); + String result; - if (this.url != null) { - if (this.url.getContextPath() != null) { - result = this.url.getContextPath(); - LOGGER.debug("Using simulated context : [" + result + "]"); - } + if ((this.url != null) && (this.url.getContextPath() != null)) { + result = this.url.getContextPath(); + LOGGER.debug("Using simulated context : [" + result + "]"); + } else { + result = this.request.getContextPath(); } return result; @@ -150,11 +150,13 @@ */ public String getPathInfo() { - String result = this.request.getPathInfo(); + String result; if (this.url != null) { result = this.url.getPathInfo(); LOGGER.debug("Using simulated PathInfo : [" + result + "]"); + } else { + result = this.request.getPathInfo(); } return result; } @@ -165,15 +167,16 @@ */ public String getServerName() { - String result = this.request.getServerName(); + String result; - if (this.url != null) { - if (this.url.getServerName() != null) { - result = this.url.getHost(); - LOGGER.debug("Using simulated server name : [" + result + - "]"); - } + if ((this.url != null) && (this.url.getServerName() != null)) { + result = this.url.getHost(); + LOGGER.debug("Using simulated server name : [" + result + + "]"); + } else { + result = this.request.getServerName(); } + return result; } @@ -184,11 +187,13 @@ */ public int getServerPort() { - int result = this.request.getServerPort(); + int result; if (this.url != null) { result = (this.url.getPort() == -1) ? 80 : this.url.getPort(); LOGGER.debug("Using simulated server port : [" + result + "]"); + } else { + result = this.request.getServerPort(); } return result; @@ -200,7 +205,7 @@ */ public String getRequestURI() { - String result = this.request.getRequestURI(); + String result; if (this.url != null) { @@ -209,6 +214,8 @@ ((getPathInfo() == null) ? "" : getPathInfo()); LOGGER.debug("Using simulated request URI : [" + result + "]"); + } else { + result = this.request.getRequestURI(); } return result; @@ -220,12 +227,14 @@ */ public String getServletPath() { - String result = this.request.getServletPath(); + String result; if (this.url != null) { result = this.url.getServletPath(); LOGGER.debug("Using simulated servlet path : [" + result + "]"); + } else { + result = this.request.getServletPath(); } return result; @@ -274,13 +283,16 @@ */ public String getQueryString() { - String result = this.request.getQueryString(); + String result; if (this.url != null) { result = this.url.getQueryString(); LOGGER.debug("Using simulated query string : [" + result + "]"); + } else { + result = this.request.getQueryString(); } + return result; } @@ -652,14 +664,6 @@ } /** - * @see HttpServletRequest#getProtocol() - */ - public String getProtocol() - { - return this.request.getProtocol(); - } - - /** * @see HttpServletRequest#getRequestedSessionId() */ public String getRequestedSessionId() @@ -674,4 +678,13 @@ { return this.request.getCookies(); } + + /** + * @see HttpServletRequest#getProtocol() + */ + public String getProtocol() + { + return this.request.getProtocol(); + } + } -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Mar 28 15:36:07 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92024 invoked from network); 28 Mar 2002 15:36:05 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 28 Mar 2002 15:36:05 -0000 Received: (qmail 8083 invoked by uid 97); 28 Mar 2002 15:35:54 -0000 Delivered-To: [email protected] Received: (qmail 7998 invoked by uid 97); 28 Mar 2002 15:35:53 -0000 Mailing-List: contact [email protected]; run by ezmlm Date: 28 Mar 2002 15:35:53 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Content-type: text/plain; charset=us-ascii Subject: ezmlm warning X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi! This is the ezmlm program. I'm managing the [email protected] mailing list. I'm working for my owner, who can be reached at [email protected]. Messages to you from the cactus-dev mailing list seem to have been bouncing. I've attached a copy of the first bounce message I received. If this message bounces too, I will send you a probe. If the probe bounces, I will remove your address from the cactus-dev mailing list, without further notice. I've kept a list of which messages from the cactus-dev mailing list have bounced from your address. Copies of these messages may be in the archive. To get message 12345 from the archive, send an empty message to: <[email protected]> Here are the message numbers: 703 705 704 706 --- Enclosed is a copy of the bounce message I received. Return-Path: <> Received: (qmail 23572 invoked for bounce); 15 Mar 2002 17:36:58 -0000 Date: 15 Mar 2002 17:36:58 -0000 From: [email protected] To: [email protected] Subject: failure notice Hi. This is the qmail-send [email protected]. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. <[email protected]>: /opt/ezmlm/sbin/archive: Cannot open file "/opt/ezmlm/archive/jakarta.apache.org/cactus-dev/200203" From [email protected] Thu Mar 28 15:37:11 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94573 invoked from network); 28 Mar 2002 15:37:11 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 28 Mar 2002 15:37:11 -0000 Received: (qmail 9842 invoked by uid 97); 28 Mar 2002 15:36:49 -0000 Delivered-To: [email protected] Received: (qmail 9735 invoked by uid 97); 28 Mar 2002 15:36:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 9638 invoked by uid 97); 28 Mar 2002 15:36:48 -0000 Date: 28 Mar 2002 15:36:45 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/framework/src/java/share/org/apache/cactus/server AbstractServletContextWrapper.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/28 07:36:45 Modified: framework/src/java/share/org/apache/cactus/server AbstractServletContextWrapper.java Log: getRequestDispatcher can return null. Thanks to Steven Youtsey. See http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7547 Revision Changes Path 1.2 +11 -3 jakarta-cactus/framework/src/java/share/org/apache/cactus/server/AbstractServletContextWrapper.java Index: AbstractServletContextWrapper.java =================================================================== RCS file: /home/cvs/jakarta-cactus/framework/src/java/share/org/apache/cactus/server/AbstractServletContextWrapper.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- AbstractServletContextWrapper.java 1 Mar 2002 00:43:46 -0000 1.1 +++ AbstractServletContextWrapper.java 28 Mar 2002 15:36:45 -0000 1.2 @@ -78,7 +78,7 @@ * * @author <a href="mailto:[email protected]">Vincent Massol</a> * - * @version $Id: AbstractServletContextWrapper.java,v 1.1 2002/03/01 00:43:46 vmassol Exp $ + * @version $Id: AbstractServletContextWrapper.java,v 1.2 2002/03/28 15:36:45 vmassol Exp $ */ public abstract class AbstractServletContextWrapper implements ServletContext { @@ -254,9 +254,17 @@ */ public RequestDispatcher getRequestDispatcher(String thePath) { - RequestDispatcher dispatcher = new RequestDispatcherWrapper( + RequestDispatcher wrappedDispatcher = null; + + RequestDispatcher originalDispatcher = this.originalContext.getRequestDispatcher(thePath)); - return dispatcher; + + if (originalDispatcher != null) { + wrappedDispatcher = + new RequestDispatcherWrapper(originalDispatcher); + } + + return wrappedDispatcher; } /** -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Mar 28 16:03:06 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12221 invoked from network); 28 Mar 2002 16:03:06 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 28 Mar 2002 16:03:06 -0000 Received: (qmail 18284 invoked by uid 97); 28 Mar 2002 16:03:08 -0000 Delivered-To: [email protected] Received: (qmail 18236 invoked by uid 97); 28 Mar 2002 16:03:07 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 18217 invoked by uid 97); 28 Mar 2002 16:03:06 -0000 Date: 28 Mar 2002 16:03:03 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/framework/src/java/share/org/apache/cactus ServletURL.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/28 08:03:03 Modified: framework/src/java/share/org/apache/cactus ServletURL.java Log: added notion of protocol Revision Changes Path 1.2 +85 -6 jakarta-cactus/framework/src/java/share/org/apache/cactus/ServletURL.java Index: ServletURL.java =================================================================== RCS file: /home/cvs/jakarta-cactus/framework/src/java/share/org/apache/cactus/ServletURL.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ServletURL.java 1 Mar 2002 00:43:45 -0000 1.1 +++ ServletURL.java 28 Mar 2002 16:03:03 -0000 1.2 @@ -82,14 +82,22 @@ * * @author <a href="mailto:[email protected]">Vincent Massol</a> * - * @version $Id: ServletURL.java,v 1.1 2002/03/01 00:43:45 vmassol Exp $ + * @version $Id: ServletURL.java,v 1.2 2002/03/28 16:03:03 vmassol Exp $ */ public class ServletURL { /** + * Name of the parameter in the HTTP request that represents the protocol + * (HTTP, HTTPS, etc) in the URL to simulate. The name is voluntarily long + * so that it will not clash with a user-defined parameter. + */ + public final static String URL_PROTOCOL_PARAM = + "Cactus_URL_Protocol"; + + /** * Name of the parameter in the HTTP request that represents the Server - * name in the URL to simulate. The name is voluntarily long so that it - * will not clash with a user-defined parameter. + * name (+ port) in the URL to simulate. The name is voluntarily long so + * that it will not clash with a user-defined parameter. */ public final static String URL_SERVER_NAME_PARAM = "Cactus_URL_Server"; @@ -127,6 +135,16 @@ "Cactus_URL_QueryString"; /** + * Http protocol. + */ + public final static String PROTOCOL_HTTP = "http"; + + /** + * Https protocol. + */ + public final static String PROTOCOL_HTTPS = "https"; + + /** * The server name to simulate (including port number) */ private String serverName; @@ -152,6 +170,11 @@ private String queryString; /** + * The protocol to use. + */ + private String protocol; + + /** * The logger */ private static final Log LOGGER = @@ -160,6 +183,9 @@ /** * Creates the URL to simulate. * + * @param theProtocol the protocol to simulate (either + * <code>ServletURL.PROTOCOL_HTTP</code> or + * <code>ServletUEL.PROTOCOL_HTTPS</code>. * @param theServerName the server name (and port) in the URL to simulate, * i.e. this is the name that will be returned by the * <code>HttpServletRequest.getServerName()</code> and @@ -186,9 +212,11 @@ * <code>HttpServletResquest.getQueryString()</code>. * Can be null. */ - public ServletURL(String theServerName, String theContextPath, - String theServletPath, String thePathInfo, String theQueryString) + public ServletURL(String theProtocol, String theServerName, + String theContextPath, String theServletPath, String thePathInfo, + String theQueryString) { + this.protocol = theProtocol; this.serverName = theServerName; this.contextPath = theContextPath; this.servletPath = theServletPath; @@ -197,6 +225,50 @@ } /** + * Creates the URL to simulate, using the default HTTP protocol. + * + * @param theServerName the server name (and port) in the URL to simulate, + * i.e. this is the name that will be returned by the + * <code>HttpServletRequest.getServerName()</code> and + * <code>HttpServletRequest.getServerPort()</code>. Can + * be null. If null, then the server name and port from + * the Servlet Redirector will be returned. + * @param theContextPath the webapp context path in the URL to simulate, + * i.e. this is the name that will be returned by the + * <code>HttpServletRequest.getContextPath()</code>. + * Can be null. If null, then the context from the + * Servlet Redirector will be returned. + * Format: "/" + name or an empty string + * for the default context. + * @param theServletPath the servlet path in the URL to simulate, + * i.e. this is the name that will be returned by the + * <code>HttpServletRequest.getServletPath()</code>. + * Can be null. Format : "/" + name. + * @param thePathInfo the path info in the URL to simulate, i.e. this is + * the name that will be returned by the + * <code>HttpServletRequest.getPathInfo()</code>. Can + * be null. Format : "/" + name. + * @param theQueryString the Query string in the URL to simulate, i.e. this + * is the string that will be returned by the + * <code>HttpServletResquest.getQueryString()</code>. + * Can be null. + */ + public ServletURL(String theServerName, String theContextPath, + String theServletPath, String thePathInfo, String theQueryString) + { + this(PROTOCOL_HTTP, theServerName, theContextPath, theServletPath, + thePathInfo, theQueryString); + } + + /** + * @return the protocol used to connect to the URL (HTTP, HTTPS, etc). + */ + public String getProtocol() + { + return this.protocol; + } + + /** * @return the simulated URL server name (including the port number) */ public String getServerName() @@ -309,6 +381,10 @@ // the user to send whatever he wants in the request body. For example // a file, ... + if (getProtocol() != null) { + theRequest.addParameter(URL_PROTOCOL_PARAM, getProtocol(), + WebRequest.GET_METHOD); + } if (getServerName() != null) { theRequest.addParameter(URL_SERVER_NAME_PARAM, getServerName(), WebRequest.GET_METHOD); @@ -343,6 +419,8 @@ { String qString = theRequest.getQueryString(); + String protocol = ServletUtil.getQueryStringParameter(qString, + URL_PROTOCOL_PARAM); String serverName = ServletUtil.getQueryStringParameter(qString, URL_SERVER_NAME_PARAM); String contextPath = ServletUtil.getQueryStringParameter(qString, @@ -354,7 +432,7 @@ String queryString = ServletUtil.getQueryStringParameter(qString, URL_QUERY_STRING_PARAM); - ServletURL url = new ServletURL(serverName, contextPath, + ServletURL url = new ServletURL(protocol, serverName, contextPath, servletPath, pathInfo, queryString); LOGGER.debug("URL = [" + url + "]"); @@ -368,6 +446,7 @@ public String toString() { StringBuffer buffer = new StringBuffer(); + buffer.append("protocol = [" + getProtocol() + "], "); buffer.append("host name = [" + getHost() + "], "); buffer.append("port = [" + getPort() + "], "); buffer.append("context path = [" + getContextPath() + "], "); -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Mar 28 16:05:00 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14058 invoked from network); 28 Mar 2002 16:05:00 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 28 Mar 2002 16:05:00 -0000 Received: (qmail 19146 invoked by uid 97); 28 Mar 2002 16:05:01 -0000 Delivered-To: [email protected] Received: (qmail 19126 invoked by uid 97); 28 Mar 2002 16:05:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 19104 invoked by uid 97); 28 Mar 2002 16:05:00 -0000 Date: 28 Mar 2002 16:04:45 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/framework/src/java/j2ee13/org/apache/cactus/server HttpServletRequestWrapper.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/28 08:04:45 Modified: framework/src/java/j2ee13/org/apache/cactus/server HttpServletRequestWrapper.java Log: getRequestURL() takes into account the simulated URL (if any). Thanks to Kim Madsen. Revision Changes Path 1.2 +25 -2 jakarta-cactus/framework/src/java/j2ee13/org/apache/cactus/server/HttpServletRequestWrapper.java Index: HttpServletRequestWrapper.java =================================================================== RCS file: /home/cvs/jakarta-cactus/framework/src/java/j2ee13/org/apache/cactus/server/HttpServletRequestWrapper.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- HttpServletRequestWrapper.java 1 Mar 2002 00:43:45 -0000 1.1 +++ HttpServletRequestWrapper.java 28 Mar 2002 16:04:45 -0000 1.2 @@ -71,7 +71,7 @@ * * @author <a href="mailto:[email protected]">Vincent Massol</a> * - * @version $Id: HttpServletRequestWrapper.java,v 1.1 2002/03/01 00:43:45 vmassol Exp $ + * @version $Id: HttpServletRequestWrapper.java,v 1.2 2002/03/28 16:04:45 vmassol Exp $ */ public class HttpServletRequestWrapper extends AbstractHttpServletRequestWrapper { @@ -92,17 +92,40 @@ // Not modified methods -------------------------------------------------- + /** + * @return the URL from the simulated URL or the real URL + * if a simulation URL has not been defined. + * @see HttpServletRequest#getRequestURL() + */ public StringBuffer getRequestURL() { - return this.request.getRequestURL(); + StringBuffer result; + + if (this.url != null) { + + result = new StringBuffer(this.url.getProtocol() + "://" + + getServerName() + ":" + getServerPort() + getContextPath() + + getServletPath() + getPathInfo()); + + } else { + result = this.request.getRequestURL(); + } + + return result; } + /** + * @see HttpServletRequest#setCharacterEncoding(String) + */ public void setCharacterEncoding(String env) throws UnsupportedEncodingException { this.request.setCharacterEncoding(env); } + /** + * @see HttpServletRequest#getParameterMap() + */ public Map getParameterMap() { return this.request.getParameterMap(); -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Mar 28 16:06:04 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14228 invoked from network); 28 Mar 2002 16:06:03 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 28 Mar 2002 16:06:03 -0000 Received: (qmail 19421 invoked by uid 97); 28 Mar 2002 16:06:05 -0000 Delivered-To: [email protected] Received: (qmail 19405 invoked by uid 97); 28 Mar 2002 16:06:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 19333 invoked by uid 97); 28 Mar 2002 16:06:04 -0000 Date: 28 Mar 2002 16:06:01 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/documentation/docs/xdocs changes.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/28 08:06:01 Modified: documentation/docs/xdocs changes.xml Log: 2 bug fixes. Revision Changes Path 1.2 +11 -0 jakarta-cactus/documentation/docs/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/changes.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- changes.xml 10 Mar 2002 14:10:25 -0000 1.1 +++ changes.xml 28 Mar 2002 16:06:01 -0000 1.2 @@ -96,6 +96,17 @@ </devs> <release version="1.3 in CVS"> + <action dev="VMA" type="fix" due-to="Steven L. Youtsey" due-to-email="[email protected]"> + (<link href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4563"> + Bug #4563</link>). + <code>HttpServletContextWrapper.getRequestDispatcher()</code> now throws + <code>null</code> when the wrapped servlet context returns + <code>null</code> when asked for a request dispatcher. + </action> + <action dev="VMA" type="fix" due-to="Kim Madsen" due-to-email="[email protected]"> + Wrapped <code>HttpServletRequest.getRequestURL()</code> (Servlet API + 2.3 only) to take into account the simulated URL (if any). + </action> <action dev="VMA" type="update"> Completely reworked the internal Cactus build scripts and directory structure to make it more flexible and to prepare for the upcoming -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Mar 28 21:46:25 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40965 invoked from network); 28 Mar 2002 21:46:25 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 28 Mar 2002 21:46:25 -0000 Received: (qmail 21819 invoked by uid 97); 28 Mar 2002 21:46:30 -0000 Delivered-To: [email protected] Received: (qmail 21776 invoked by uid 97); 28 Mar 2002 21:46:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 21765 invoked by uid 97); 28 Mar 2002 21:46:28 -0000 Date: 28 Mar 2002 21:46:21 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus build.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/28 13:46:21 Modified: . build.xml Log: do not perform any clean for the nightly target Revision Changes Path 1.2 +2 -2 jakarta-cactus/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/build.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build.xml 10 Mar 2002 14:32:48 -0000 1.1 +++ build.xml 28 Mar 2002 21:46:21 -0000 1.2 @@ -342,7 +342,7 @@ <!-- Generate all distributables --> <target name="dist" - depends="clean.cactus,dist.anttasks,dist.framework,dist.sample-servlet,dist.documentation"> + depends="dist.anttasks,dist.framework,dist.sample-servlet,dist.documentation"> </target> <!-- @@ -461,7 +461,7 @@ </target> - <target name="release" depends="release.prepare,release.common" + <target name="release" depends="release.prepare,clean,release.common" description="Generate a release"> </target> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Thu Mar 28 22:00:19 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49705 invoked from network); 28 Mar 2002 22:00:19 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 28 Mar 2002 22:00:19 -0000 Received: (qmail 9919 invoked by uid 97); 28 Mar 2002 22:00:22 -0000 Delivered-To: [email protected] Received: (qmail 9879 invoked by uid 97); 28 Mar 2002 22:00:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 9803 invoked by uid 97); 28 Mar 2002 22:00:21 -0000 Date: 28 Mar 2002 22:00:14 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/framework/src/java/share/org/apache/cactus/server AbstractServletContextWrapper.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/28 14:00:14 Modified: framework/src/java/share/org/apache/cactus/server AbstractServletContextWrapper.java Log: oops ... I should really have compiled it before committing ... Revision Changes Path 1.3 +2 -2 jakarta-cactus/framework/src/java/share/org/apache/cactus/server/AbstractServletContextWrapper.java Index: AbstractServletContextWrapper.java =================================================================== RCS file: /home/cvs/jakarta-cactus/framework/src/java/share/org/apache/cactus/server/AbstractServletContextWrapper.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- AbstractServletContextWrapper.java 28 Mar 2002 15:36:45 -0000 1.2 +++ AbstractServletContextWrapper.java 28 Mar 2002 22:00:14 -0000 1.3 @@ -78,7 +78,7 @@ * * @author <a href="mailto:[email protected]">Vincent Massol</a> * - * @version $Id: AbstractServletContextWrapper.java,v 1.2 2002/03/28 15:36:45 vmassol Exp $ + * @version $Id: AbstractServletContextWrapper.java,v 1.3 2002/03/28 22:00:14 vmassol Exp $ */ public abstract class AbstractServletContextWrapper implements ServletContext { @@ -257,7 +257,7 @@ RequestDispatcher wrappedDispatcher = null; RequestDispatcher originalDispatcher = - this.originalContext.getRequestDispatcher(thePath)); + this.originalContext.getRequestDispatcher(thePath); if (originalDispatcher != null) { wrappedDispatcher = -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Mar 29 00:12:58 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7223 invoked from network); 29 Mar 2002 00:12:58 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 29 Mar 2002 00:12:58 -0000 Received: (qmail 4144 invoked by uid 97); 29 Mar 2002 00:13:04 -0000 Delivered-To: [email protected] Received: (qmail 4126 invoked by uid 97); 29 Mar 2002 00:13:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 4115 invoked by uid 97); 29 Mar 2002 00:13:03 -0000 Date: 29 Mar 2002 00:12:55 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/sample-servlet build.properties.sample X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/28 16:12:55 Modified: . build.properties.sample framework build.properties.sample sample-servlet build.properties.sample Log: change default to log4j beta 4 Revision Changes Path 1.3 +2 -2 jakarta-cactus/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-cactus/build.properties.sample,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build.properties.sample 11 Mar 2002 16:00:36 -0000 1.2 +++ build.properties.sample 29 Mar 2002 00:12:55 -0000 1.3 @@ -6,7 +6,7 @@ # and rename this file to "build.properties" in the same directory that # contains the "build.xml" file. # -# $Id: build.properties.sample,v 1.2 2002/03/11 16:00:36 vmassol Exp $ +# $Id: build.properties.sample,v 1.3 2002/03/29 00:12:55 vmassol Exp $ # ----------------------------------------------------------------------------- # WARNING: The relative paths below are relative to the directory where the @@ -25,7 +25,7 @@ #j2ee.jar = ../jakarta-servletapi/dist/lib/servlet.jar # The location of the log4j jar -log4j.jar = ../jakarta-log4j/dist/lib/log4j-1.2alpha5.jar +log4j.jar = ../jakarta-log4j/dist/lib/log4j-1.2beta4.jar # The location of the Commons Httpclient jar commons.httpclient.jar = ../jakarta-commons/httpclient/dist/commons-httpclient.jar 1.3 +2 -2 jakarta-cactus/framework/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-cactus/framework/build.properties.sample,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build.properties.sample 10 Mar 2002 13:58:25 -0000 1.2 +++ build.properties.sample 29 Mar 2002 00:12:55 -0000 1.3 @@ -6,7 +6,7 @@ # rename this file to "build.properties" in the same directory that contains the # "build.xml" file. # -# $Id: build.properties.sample,v 1.2 2002/03/10 13:58:25 vmassol Exp $ +# $Id: build.properties.sample,v 1.3 2002/03/29 00:12:55 vmassol Exp $ # ----------------------------------------------------------------------------- # WARNING: The relative paths below are relative to the directory where the @@ -25,7 +25,7 @@ #j2ee.jar = ../jakarta-servletapi/dist/lib/servlet.jar # The location of the log4j jar -log4j.jar = ../jakarta-log4j/dist/lib/log4j-1.2alpha5.jar +log4j.jar = ../jakarta-log4j/dist/lib/log4j-1.2beta4.jar # The location of the Commons Httpclient jar commons.httpclient.jar = ../jakarta-commons/httpclient/dist/commons-httpclient.jar 1.3 +2 -2 jakarta-cactus/sample-servlet/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-cactus/sample-servlet/build.properties.sample,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build.properties.sample 11 Mar 2002 16:00:29 -0000 1.2 +++ build.properties.sample 29 Mar 2002 00:12:55 -0000 1.3 @@ -6,7 +6,7 @@ # and rename this file to "build.properties" in the same directory that # contains the "build.xml" file. # -# $Id: build.properties.sample,v 1.2 2002/03/11 16:00:29 vmassol Exp $ +# $Id: build.properties.sample,v 1.3 2002/03/29 00:12:55 vmassol Exp $ # ----------------------------------------------------------------------------- # WARNING: The relative paths below are relative to the directory where the @@ -38,7 +38,7 @@ aspectjrt.jar = ../aspectj/lib/aspectjrt.jar # The location of the log4j jar -log4j.jar = ../jakarta-log4j/dist/lib/log4j-1.2alpha5.jar +log4j.jar = ../jakarta-log4j/dist/lib/log4j-1.2beta4.jar # The location of the Commons Httpclient jar commons.httpclient.jar = ../jakarta-commons/httpclient/dist/commons-httpclient.jar -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Mar 29 00:13:21 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7376 invoked from network); 29 Mar 2002 00:13:21 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 29 Mar 2002 00:13:21 -0000 Received: (qmail 5578 invoked by uid 97); 29 Mar 2002 00:13:27 -0000 Delivered-To: [email protected] Received: (qmail 5541 invoked by uid 97); 29 Mar 2002 00:13:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 5530 invoked by uid 97); 29 Mar 2002 00:13:26 -0000 Date: 29 Mar 2002 00:13:18 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus build.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/28 16:13:18 Modified: . build.xml Log: do not clean for the "nightly" target Revision Changes Path 1.3 +19 -27 jakarta-cactus/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build.xml 28 Mar 2002 21:46:21 -0000 1.2 +++ build.xml 29 Mar 2002 00:13:18 -0000 1.3 @@ -202,20 +202,18 @@ --> <!-- Generate Cactus Ant tasks deliverables --> - <target name="dist.anttasks" depends="clean.anttasks"> + <target name="dist.anttasks" depends="init"> <ant target="dist" antfile="${anttasks.dir}/build.xml" - inheritAll="false"> + inheritAll="true"> <property file="build.properties" /> <property file="${user.home}/build.properties" /> <property name="base.dir" value="${anttasks.dir}"/> - <property name="project.version" value="${project.version}"/> - <property name="year" value="${year}"/> - <property name="debug" value="${debug}"/> - <property name="optimize" value="${optimize}"/> - <property name="deprecation" value="${deprecation}"/> + <property name="project.name.text" value="Cactus Ant tasks"/> + <property name="project.name.file" value="cactus-ant"/> + <property name="target.dir" value="${anttasks.dir}/target"/> <property name="dist.dir" value="${anttasks.dir}/${dist.dir}"/> <property name="dist.lib.dir" value="${anttasks.dir}/${dist.lib.dir}"/> @@ -223,7 +221,6 @@ value="${anttasks.dir}/${dist.doc.dir}"/> <property name="dist.doc.api.dir" value="${anttasks.dir}/${dist.doc.api.dir}"/> - <property name="anttasks.jar.name" value="${anttasks.jar.name}"/> </ant> <copy todir="${dist.lib.dir}"> @@ -238,20 +235,18 @@ </target> <!-- Generate Cactus Ant tasks deliverables --> - <target name="dist.framework" depends="clean.framework"> + <target name="dist.framework" depends="init"> <ant target="dist" antfile="${framework.dir}/build.xml" - inheritAll="false"> + inheritAll="true"> <property file="build.properties" /> <property file="${user.home}/build.properties" /> <property name="base.dir" value="${framework.dir}"/> - <property name="project.version" value="${project.version}"/> - <property name="year" value="${year}"/> - <property name="debug" value="${debug}"/> - <property name="optimize" value="${optimize}"/> - <property name="deprecation" value="${deprecation}"/> + <property name="project.name.text" value="Cactus Framework"/> + <property name="project.name.file" value="cactus"/> + <property name="target.dir" value="${framework.dir}/target"/> <property name="dist.dir" value="${framework.dir}/${dist.dir}"/> <property name="dist.lib.dir" value="${framework.dir}/${dist.lib.dir}"/> @@ -261,7 +256,6 @@ value="${framework.dir}/${dist.doc.api.dir}"/> <property name="dist.web.dir" value="${framework.dir}/${dist.web.dir}"/> - <property name="framework.jar.name" value="${framework.jar.name}"/> </ant> <copy todir="${dist.lib.dir}"> @@ -280,20 +274,19 @@ </target> <!-- Generate Cactus Servlet Sample deliverables --> - <target name="dist.sample-servlet" depends="clean.sample-servlet"> + <target name="dist.sample-servlet" depends="init"> <ant target="dist" antfile="${sample-servlet.dir}/build.xml" - inheritAll="false"> + inheritAll="true"> <property file="build.properties" /> <property file="${user.home}/build.properties" /> <property name="base.dir" value="${sample-servlet.dir}"/> - <property name="project.version" value="${project.version}"/> - <property name="year" value="${year}"/> - <property name="debug" value="${debug}"/> - <property name="optimize" value="${optimize}"/> - <property name="deprecation" value="${deprecation}"/> + <property name="project.name.text" value="Cactus Documentation"/> + <property name="project.name.text" value="Cactus Servlet Sample"/> + <property name="project.name.file" value="sample-servlet"/> + <property name="target.dir" value="${sample-servlet.dir}/target"/> <property name="dist.dir" value="${sample-servlet.dir}/${dist.dir}"/> <property name="dist.bin.dir" @@ -315,17 +308,16 @@ </target> <!-- Generate Documentation deliverables --> - <target name="dist.documentation" depends="clean.documentation,dist.anttasks"> + <target name="dist.documentation" depends="dist.anttasks"> <ant target="dist" antfile="${documentation.dir}/build.xml" - inheritAll="false"> + inheritAll="true"> <property file="build.properties" /> <property file="${user.home}/build.properties" /> <property name="base.dir" value="${documentation.dir}"/> - <property name="project.version" value="${project.version}"/> - <property name="year" value="${year}"/> + <property name="target.dir" value="${documentation.dir}/target"/> <property name="dist.dir" value="${documentation.dir}/${dist.dir}"/> <property name="dist.doc.dir" -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Mar 29 00:40:11 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17224 invoked from network); 29 Mar 2002 00:40:11 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 29 Mar 2002 00:40:11 -0000 Received: (qmail 21332 invoked by uid 97); 29 Mar 2002 00:40:14 -0000 Delivered-To: [email protected] Received: (qmail 21277 invoked by uid 97); 29 Mar 2002 00:40:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 21210 invoked by uid 97); 29 Mar 2002 00:40:13 -0000 Date: 29 Mar 2002 00:40:04 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus build.xml gump.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/28 16:40:04 Modified: . build.xml gump.xml Log: try building the cactus distribution from Gump Revision Changes Path 1.4 +87 -49 jakarta-cactus/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/build.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- build.xml 29 Mar 2002 00:13:18 -0000 1.3 +++ build.xml 29 Mar 2002 00:40:04 -0000 1.4 @@ -162,9 +162,9 @@ </target> <!-- - ======================================================================== + ======================================================================== Find out the J2EE API version - ======================================================================== + ======================================================================== --> <target name="check.j2ee.version"> @@ -196,13 +196,13 @@ </target> <!-- - ======================================================================== + ======================================================================== Generate the distributable files - ======================================================================== + ======================================================================== --> - <!-- Generate Cactus Ant tasks deliverables --> - <target name="dist.anttasks" depends="init"> + <!-- Run Cactus Ant tasks dist target --> + <target name="run.anttasks" depends="init"> <ant target="dist" antfile="${anttasks.dir}/build.xml" inheritAll="true"> @@ -223,19 +223,10 @@ value="${anttasks.dir}/${dist.doc.api.dir}"/> </ant> - <copy todir="${dist.lib.dir}"> - <fileset dir="${anttasks.dir}/${dist.lib.dir}"/> - </copy> - - <!-- Copy javadoc in correct directory --> - <copy todir="${dist.doc.api.dir}/anttasks"> - <fileset dir="${anttasks.dir}/${dist.doc.api.dir}"/> - </copy> - </target> - <!-- Generate Cactus Ant tasks deliverables --> - <target name="dist.framework" depends="init"> + <!-- Run Cactus Framework dist target --> + <target name="run.framework" depends="init"> <ant target="dist" antfile="${framework.dir}/build.xml" inheritAll="true"> @@ -258,23 +249,10 @@ value="${framework.dir}/${dist.web.dir}"/> </ant> - <copy todir="${dist.lib.dir}"> - <fileset dir="${framework.dir}/${dist.lib.dir}"/> - </copy> - - <copy todir="${dist.web.dir}"> - <fileset dir="${framework.dir}/${dist.web.dir}"/> - </copy> - - <!-- Copy javadoc in correct directory --> - <copy todir="${dist.doc.api.dir}/framework/j2ee${j2ee.api}"> - <fileset dir="${framework.dir}/${dist.doc.api.dir}"/> - </copy> - </target> - <!-- Generate Cactus Servlet Sample deliverables --> - <target name="dist.sample-servlet" depends="init"> + <!-- Run Cactus Servlet Sample dist target --> + <target name="run.sample-servlet" depends="init"> <ant target="dist" antfile="${sample-servlet.dir}/build.xml" inheritAll="true"> @@ -302,13 +280,10 @@ value="${framework.dir}/${dist.web.dir}"/> </ant> - <unzip src="${sample-servlet.dir}/${dist.dir}/bin/sample-servlet.zip" - dest="${dist.dir}/sample-servlet"/> - </target> - <!-- Generate Documentation deliverables --> - <target name="dist.documentation" depends="dist.anttasks"> + <!-- Run Documentation dist target --> + <target name="run.documentation" depends="run.anttasks"> <ant target="dist" antfile="${documentation.dir}/build.xml" inheritAll="true"> @@ -325,6 +300,58 @@ <property name="cactus.ant.jar" value="${anttasks.jar}"/> </ant> + </target> + + <!-- Run the dist target of all dependent projects --> + <target name="run" + depends="run.anttasks,run.framework,run.sample-servlet,run.documentation"> + </target> + + <!-- + ======================================================================== + Package all generated distributables from all subprojects into the + main distribution area. + ======================================================================== + --> + <target name="package.anttasks" depends="init"> + + <copy todir="${dist.lib.dir}"> + <fileset dir="${anttasks.dir}/${dist.lib.dir}"/> + </copy> + + <!-- Copy javadoc in correct directory --> + <copy todir="${dist.doc.api.dir}/anttasks"> + <fileset dir="${anttasks.dir}/${dist.doc.api.dir}"/> + </copy> + + </target> + + <target name="package.framework" depends="init"> + + <copy todir="${dist.lib.dir}"> + <fileset dir="${framework.dir}/${dist.lib.dir}"/> + </copy> + + <copy todir="${dist.web.dir}"> + <fileset dir="${framework.dir}/${dist.web.dir}"/> + </copy> + + <!-- Copy javadoc in correct directory --> + <copy todir="${dist.doc.api.dir}/framework/j2ee${j2ee.api}"> + <fileset dir="${framework.dir}/${dist.doc.api.dir}"/> + </copy> + + </target> + + <target name="package.sample-servlet" depends="init"> + + <unzip src="${sample-servlet.dir}/${dist.dir}/bin/sample-servlet.zip" + dest="${dist.dir}/sample-servlet"/> + + </target> + + <target name="package.documentation" depends="init"> + <!-- Copy doc in correct directory --> <copy todir="${dist.doc.dir}"> <fileset dir="${documentation.dir}/${dist.doc.dir}"/> @@ -332,9 +359,16 @@ </target> - <!-- Generate all distributables --> - <target name="dist" - depends="dist.anttasks,dist.framework,dist.sample-servlet,dist.documentation"> + <target name="package" + depends="package.anttasks,package.framework,package.sample-servlet,package.documentation"> + </target> + + <!-- + ======================================================================== + Make the distribution. + ======================================================================== + --> + <target name="dist" depends="run,package"> </target> <!-- @@ -399,15 +433,15 @@ <!-- ======================================================================== - Common script for both "release" and "nightly" targets. Must only be - called by "release" or "nightly" target as it needs the following + Common script for both "release" and "gump" targets. Must only be + called by "release" or "gump" target as it needs the following properties defined before calling it : - anttasks.release.name + cactus.release.name ======================================================================== --> - <target name="release.common" depends="dist"> + <target name="release.common" depends="init"> <mkdir dir="${target.lib.dir}"/> <mkdir dir="${release.dir}"/> @@ -453,16 +487,20 @@ </target> - <target name="release" depends="release.prepare,clean,release.common" + <target name="release" depends="release.prepare,clean,dist,release.common" description="Generate a release"> </target> <!-- ======================================================================== - Generate a nightly release (i.e. the zipped release file) + Generate a nightly gump release (i.e. the zipped release file). + Note: Our Gump scripts builds all sub projects separately (see + gump.xml) and thus we only need to package the distribution but there + is no need to actually run the dependent projects as they have already + been run by Gump at this stage. ======================================================================== --> - <target name="nightly.prepare" depends="init"> + <target name="gump.prepare" depends="init"> <!-- Sets the date for the release prefix : YYYYMMDD --> <tstamp/> @@ -476,8 +514,8 @@ </target> - <target name="nightly" depends="nightly.prepare,release.common" - description="Generate a nightly release"> + <target name="gump" depends="gump.prepare,package,release.common" + description="Generate a nightly gump release"> </target> </project> 1.2 +46 -0 jakarta-cactus/gump.xml Index: gump.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/gump.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gump.xml 27 Mar 2002 07:21:48 -0000 1.1 +++ gump.xml 29 Mar 2002 00:40:04 -0000 1.2 @@ -180,4 +180,50 @@ to="[email protected]"/> </project> + <!-- Build the Cactus distribution for J2EE 1.2 --> + <project name="jakarta-cactus-distribution-12"> + + <ant buildfile="build.xml" target="gump"> + + <depend property="j2ee.jar" project="jakarta-servletapi"/> + <depend property="log4j.jar" project="jakarta-log4j"/> + <depend property="commons.httpclient.jar" project="commons-httpclient"/> + <depend property="httpunit.jar" project="httpunit"/> + <depend property="aspectjrt.jar" project="aspectj" id="aspectjrt"/> + <depend property="junit.jar" project="junit"/> + <property name="dist.dir" value="dist-12"/> + <property name="target.dir" value="target-12"/> + + </ant> + + <depend project="jakarta-ant"/> + <depend project="xml-xerces"/> + + <nag from="Vincent Massol &lt;[email protected]&gt;" + to="[email protected]"/> + </project> + + <!-- Build the Cactus distribution for J2EE 1.3 --> + <project name="jakarta-cactus-distribution-13"> + + <ant buildfile="build.xml" target="gump"> + + <depend property="j2ee.jar" project="jakarta-servletapi-4"/> + <depend property="log4j.jar" project="jakarta-log4j"/> + <depend property="commons.httpclient.jar" project="commons-httpclient"/> + <depend property="httpunit.jar" project="httpunit"/> + <depend property="aspectjrt.jar" project="aspectj" id="aspectjrt"/> + <depend property="junit.jar" project="junit"/> + <property name="dist.dir" value="dist-13"/> + <property name="target.dir" value="target-13"/> + + </ant> + + <depend project="jakarta-ant"/> + <depend project="xml-xerces"/> + + <nag from="Vincent Massol &lt;[email protected]&gt;" + to="[email protected]"/> + </project> + </module> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Mar 29 00:46:32 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19171 invoked from network); 29 Mar 2002 00:46:32 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 29 Mar 2002 00:46:32 -0000 Received: (qmail 25540 invoked by uid 97); 29 Mar 2002 00:46:38 -0000 Delivered-To: [email protected] Received: (qmail 25524 invoked by uid 97); 29 Mar 2002 00:46:38 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 25513 invoked by uid 97); 29 Mar 2002 00:46:38 -0000 Date: 29 Mar 2002 00:46:29 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus gump.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/28 16:46:29 Modified: . gump.xml Log: try using the gump deliver element (not sure if it works - we'll see tomorrow). Revision Changes Path 1.3 +6 -0 jakarta-cactus/gump.xml Index: gump.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/gump.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gump.xml 29 Mar 2002 00:40:04 -0000 1.2 +++ gump.xml 29 Mar 2002 00:46:29 -0000 1.3 @@ -199,6 +199,9 @@ <depend project="jakarta-ant"/> <depend project="xml-xerces"/> + <deliver fromdir="dist-12" tosite="jakarta.apache.org" + todir="builds/jakarta-cactus/nightly/@@DATE@@/" /> + <nag from="Vincent Massol &lt;[email protected]&gt;" to="[email protected]"/> </project> @@ -221,6 +224,9 @@ <depend project="jakarta-ant"/> <depend project="xml-xerces"/> + + <deliver fromdir="dist-13" tosite="jakarta.apache.org" + todir="builds/jakarta-cactus/nightly/@@DATE@@/" /> <nag from="Vincent Massol &lt;[email protected]&gt;" to="[email protected]"/> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Mar 29 16:48:39 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74122 invoked from network); 29 Mar 2002 16:48:39 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 29 Mar 2002 16:48:39 -0000 Received: (qmail 2352 invoked by uid 97); 29 Mar 2002 16:48:41 -0000 Delivered-To: [email protected] Received: (qmail 2326 invoked by uid 97); 29 Mar 2002 16:48:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 2312 invoked by uid 97); 29 Mar 2002 16:48:40 -0000 Date: 29 Mar 2002 16:48:36 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus build.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/29 08:48:36 Modified: . build.xml Log: hack. Fixed the dist directory for anttasks and documentation so that the projects can be built seprately for both servlet API and then retrieved and packaged by the gump target ... All this to avoid that GUMP rebuilds the whole project for distribution. Revision Changes Path 1.5 +6 -6 jakarta-cactus/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/build.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- build.xml 29 Mar 2002 00:40:04 -0000 1.4 +++ build.xml 29 Mar 2002 16:48:36 -0000 1.5 @@ -214,13 +214,13 @@ <property name="project.name.text" value="Cactus Ant tasks"/> <property name="project.name.file" value="cactus-ant"/> <property name="target.dir" value="${anttasks.dir}/target"/> - <property name="dist.dir" value="${anttasks.dir}/${dist.dir}"/> + <property name="dist.dir" value="${anttasks.dir}/dist"/> <property name="dist.lib.dir" - value="${anttasks.dir}/${dist.lib.dir}"/> + value="${anttasks.dir}/dist/lib"/> <property name="dist.doc.dir" - value="${anttasks.dir}/${dist.doc.dir}"/> + value="${anttasks.dir}/dist/doc"/> <property name="dist.doc.api.dir" - value="${anttasks.dir}/${dist.doc.api.dir}"/> + value="${anttasks.dir}/dist/doc/api"/> </ant> </target> @@ -294,9 +294,9 @@ <property name="base.dir" value="${documentation.dir}"/> <property name="target.dir" value="${documentation.dir}/target"/> <property name="dist.dir" - value="${documentation.dir}/${dist.dir}"/> + value="${documentation.dir}/dist"/> <property name="dist.doc.dir" - value="${documentation.dir}/${dist.doc.dir}"/> + value="${documentation.dir}/dist/doc"/> <property name="cactus.ant.jar" value="${anttasks.jar}"/> </ant> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Mar 29 21:22:12 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3799 invoked from network); 29 Mar 2002 21:22:12 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 29 Mar 2002 21:22:12 -0000 Received: (qmail 6854 invoked by uid 97); 29 Mar 2002 21:22:16 -0000 Delivered-To: [email protected] Received: (qmail 6812 invoked by uid 97); 29 Mar 2002 21:22:16 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 6801 invoked by uid 97); 29 Mar 2002 21:22:15 -0000 Date: 29 Mar 2002 21:22:09 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/anttasks/src/java/org/apache/cactus/ant AbstractServerRun.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/29 13:22:09 Modified: anttasks/src/java/org/apache/cactus/ant AbstractServerRun.java Log: checkstyle reported error correction Revision Changes Path 1.2 +3 -3 jakarta-cactus/anttasks/src/java/org/apache/cactus/ant/AbstractServerRun.java Index: AbstractServerRun.java =================================================================== RCS file: /home/cvs/jakarta-cactus/anttasks/src/java/org/apache/cactus/ant/AbstractServerRun.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- AbstractServerRun.java 24 Feb 2002 23:49:05 -0000 1.1 +++ AbstractServerRun.java 29 Mar 2002 21:22:08 -0000 1.2 @@ -70,7 +70,7 @@ * @author <a href="mailto:[email protected]">Vincent Massol</a> * @author <a href="mailto:[email protected]">Robert Leftwich</a> * - * @version $Id: AbstractServerRun.java,v 1.1 2002/02/24 23:49:05 vmassol Exp $ + * @version $Id: AbstractServerRun.java,v 1.2 2002/03/29 21:22:08 vmassol Exp $ */ public abstract class AbstractServerRun extends Thread { @@ -109,7 +109,7 @@ * * @exception Exception if any error happens when starting the server */ - abstract protected void doStartServer() throws Exception; + protected abstract void doStartServer() throws Exception; /** * Stops the server by connecting to the socket set up when the server @@ -117,7 +117,7 @@ * * @exception Exception if any error happens when stopping the server */ - abstract protected void doStopServer() throws Exception; + protected abstract void doStopServer() throws Exception; /** * Parse and process the command line to start/stop the server. -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Fri Mar 29 21:23:22 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6169 invoked from network); 29 Mar 2002 21:23:22 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 29 Mar 2002 21:23:22 -0000 Received: (qmail 7282 invoked by uid 97); 29 Mar 2002 21:23:27 -0000 Delivered-To: [email protected] Received: (qmail 7251 invoked by uid 97); 29 Mar 2002 21:23:26 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 7227 invoked by uid 97); 29 Mar 2002 21:23:26 -0000 Date: 29 Mar 2002 21:23:19 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus/anttasks/src/java/org/apache/cactus/ant PathConvert.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/29 13:23:19 Modified: sample-servlet/conf/sample/build/j2ee12 build-tests-enhydra-31.xml Removed: anttasks/src/java/org/apache/cactus/ant PathConvert.java Log: <pathconvert> is now part of Ant Revision Changes Path 1.2 +0 -7 jakarta-cactus/sample-servlet/conf/sample/build/j2ee12/build-tests-enhydra-31.xml Index: build-tests-enhydra-31.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/sample-servlet/conf/sample/build/j2ee12/build-tests-enhydra-31.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build-tests-enhydra-31.xml 10 Mar 2002 14:26:01 -0000 1.1 +++ build-tests-enhydra-31.xml 29 Mar 2002 21:23:19 -0000 1.2 @@ -86,13 +86,6 @@ <target name="prepare.test.enhydra.31" depends="check.test.enhydra.31,prepare.test" if="enhydra.home.31"> - <taskdef name="pathconvert" - classname="org.apache.cactus.ant.PathConvert"> - <classpath> - <pathelement location="${cactus.ant.jar}"/> - </classpath> - </taskdef> - <echo message="enhydra.home.31 = ${enhydra.home.31}"/> <property name="target.enhydra31.dir" -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sat Mar 30 15:43:33 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1820 invoked from network); 30 Mar 2002 15:43:33 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 30 Mar 2002 15:43:33 -0000 Received: (qmail 618 invoked by uid 97); 30 Mar 2002 15:43:28 -0000 Delivered-To: [email protected] Received: (qmail 477 invoked by uid 97); 30 Mar 2002 15:43:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 347 invoked from network); 30 Mar 2002 15:43:26 -0000 Date: 30 Mar 2002 15:43:23 -0000 Message-ID: <[email protected]> From: Vincent Massol <[email protected]> To: [email protected] Subject: [GUMP] Build Failure - jakarta-cactus-distribution-12 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ---------------------------------------------------- This email is autogenerated from the output from: <http://jakarta.apache.org/builds/gump/2002-03-30/jakarta-cactus-distribution-12.html> ---------------------------------------------------- Buildfile: build.xml display.properties: [echo] ----- Cactus 1.3dev ----- [echo] [echo] java.class.path = /home/rubys/jakarta/xml-commons/java/external/build/xml-apis.jar:.:/usr/java/jdk1.3.1_02/lib/tools.jar:/usr/java/jdk1.3.1_02/jre/lib/rt.jar:/usr/java/jdk1.3.1_02/lib/tools.jar:/home/rubys/jakarta/jakarta-ant/dist/lib/ant.jar:/home/rubys/jakarta/jakarta-ant/dist/lib/optional.jar:/home/rubys/jakarta/xml-xerces2/java/build/xercesImpl.jar:/home/rubys/jakarta/xml-xerces2/java/build/xmlParserAPIs.jar:/home/rubys/jakarta/dist/servletapi/lib/servlet.jar:/home/rubys/jakarta/jakarta-log4j/dist/lib/log4j-20020330.jar:/home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar:/home/rubys/jakarta/httpunit/lib/httpunit.jar:/opt/aspectj1.0/lib/aspectjtools.jar:/opt/aspectj1.0/lib/aspectjrt.jar:/opt/aspectj1.0/lib/aspectj-ant.jar:/home/rubys/jakarta/dist/junit/junit.jar [echo] [echo] java.home = /usr/java/jdk1.3.1_02/jre [echo] user.home = /home/rubys [echo] ant.home = ${ant.home} [echo] [echo] j2ee.jar = /home/rubys/jakarta/dist/servletapi/lib/servlet.jar [echo] commons.httpclient.jar = /home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar [echo] httpunit.jar = /home/rubys/jakarta/httpunit/lib/httpunit.jar [echo] junit.jar = /home/rubys/jakarta/dist/junit/junit.jar [echo] aspecjrt.jar = /opt/aspectj1.0/lib/aspectjrt.jar [echo] log4j.jar = /home/rubys/jakarta/jakarta-log4j/dist/lib/log4j-20020330.jar [echo] check.properties: check.j2ee.version: [echo] j2ee.api = 12 init: gump.prepare: package.anttasks: BUILD FAILED /home/rubys/jakarta/jakarta-cactus/build.xml:318: /home/rubys/jakarta/jakarta-cactus/anttasks/dist-12/lib not found. Total time: 5 seconds -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sat Mar 30 15:43:33 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1822 invoked from network); 30 Mar 2002 15:43:33 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 30 Mar 2002 15:43:33 -0000 Received: (qmail 705 invoked by uid 97); 30 Mar 2002 15:43:29 -0000 Delivered-To: [email protected] Received: (qmail 578 invoked by uid 97); 30 Mar 2002 15:43:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 360 invoked from network); 30 Mar 2002 15:43:26 -0000 Date: 30 Mar 2002 15:43:23 -0000 Message-ID: <[email protected]> From: Vincent Massol <[email protected]> To: [email protected] Subject: [GUMP] Build Failure - jakarta-cactus-distribution-13 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ---------------------------------------------------- This email is autogenerated from the output from: <http://jakarta.apache.org/builds/gump/2002-03-30/jakarta-cactus-distribution-13.html> ---------------------------------------------------- Buildfile: build.xml display.properties: [echo] ----- Cactus 1.3dev ----- [echo] [echo] java.class.path = /home/rubys/jakarta/xml-commons/java/external/build/xml-apis.jar:.:/usr/java/jdk1.3.1_02/lib/tools.jar:/usr/java/jdk1.3.1_02/jre/lib/rt.jar:/usr/java/jdk1.3.1_02/lib/tools.jar:/home/rubys/jakarta/jakarta-ant/dist/lib/ant.jar:/home/rubys/jakarta/jakarta-ant/dist/lib/optional.jar:/home/rubys/jakarta/xml-xerces2/java/build/xercesImpl.jar:/home/rubys/jakarta/xml-xerces2/java/build/xmlParserAPIs.jar:/home/rubys/jakarta/jakarta-servletapi-4/lib/servlet.jar:/home/rubys/jakarta/jakarta-log4j/dist/lib/log4j-20020330.jar:/home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar:/home/rubys/jakarta/httpunit/lib/httpunit.jar:/opt/aspectj1.0/lib/aspectjtools.jar:/opt/aspectj1.0/lib/aspectjrt.jar:/opt/aspectj1.0/lib/aspectj-ant.jar:/home/rubys/jakarta/dist/junit/junit.jar [echo] [echo] java.home = /usr/java/jdk1.3.1_02/jre [echo] user.home = /home/rubys [echo] ant.home = ${ant.home} [echo] [echo] j2ee.jar = /home/rubys/jakarta/jakarta-servletapi-4/lib/servlet.jar [echo] commons.httpclient.jar = /home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar [echo] httpunit.jar = /home/rubys/jakarta/httpunit/lib/httpunit.jar [echo] junit.jar = /home/rubys/jakarta/dist/junit/junit.jar [echo] aspecjrt.jar = /opt/aspectj1.0/lib/aspectjrt.jar [echo] log4j.jar = /home/rubys/jakarta/jakarta-log4j/dist/lib/log4j-20020330.jar [echo] check.properties: check.j2ee.version: [echo] j2ee.api = 13 init: gump.prepare: package.anttasks: BUILD FAILED /home/rubys/jakarta/jakarta-cactus/build.xml:318: /home/rubys/jakarta/jakarta-cactus/anttasks/dist-13/lib not found. Total time: 5 seconds -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 31 13:20:27 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58215 invoked from network); 31 Mar 2002 13:20:26 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 31 Mar 2002 13:20:26 -0000 Received: (qmail 28607 invoked by uid 97); 31 Mar 2002 13:20:25 -0000 Delivered-To: [email protected] Received: (qmail 28449 invoked by uid 97); 31 Mar 2002 13:20:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 28412 invoked from network); 31 Mar 2002 13:20:22 -0000 Date: 31 Mar 2002 13:20:22 -0000 Message-ID: <[email protected]> From: Vincent Massol <[email protected]> To: [email protected] Subject: [GUMP] Build Failure - jakarta-cactus-distribution-13 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ---------------------------------------------------- This email is autogenerated from the output from: <http://jakarta.apache.org/builds/gump/2002-03-31/jakarta-cactus-distribution-13.html> ---------------------------------------------------- Buildfile: build.xml display.properties: [echo] ----- Cactus 1.3dev ----- [echo] [echo] java.class.path = /home/rubys/jakarta/xml-commons/java/external/build/xml-apis.jar:.:/usr/java/jdk1.3.1_02/lib/tools.jar:/usr/java/jdk1.3.1_02/jre/lib/rt.jar:/usr/java/jdk1.3.1_02/lib/tools.jar:/home/rubys/jakarta/jakarta-ant/dist/lib/ant.jar:/home/rubys/jakarta/jakarta-ant/dist/lib/optional.jar:/home/rubys/jakarta/xml-xerces2/java/build/xercesImpl.jar:/home/rubys/jakarta/xml-xerces2/java/build/xmlParserAPIs.jar:/home/rubys/jakarta/jakarta-servletapi-4/lib/servlet.jar:/home/rubys/jakarta/jakarta-log4j/dist/lib/log4j-20020331.jar:/home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar:/home/rubys/jakarta/httpunit/lib/httpunit.jar:/opt/aspectj1.0/lib/aspectjtools.jar:/opt/aspectj1.0/lib/aspectjrt.jar:/opt/aspectj1.0/lib/aspectj-ant.jar:/home/rubys/jakarta/dist/junit/junit.jar [echo] [echo] java.home = /usr/java/jdk1.3.1_02/jre [echo] user.home = /home/rubys [echo] ant.home = ${ant.home} [echo] [echo] j2ee.jar = /home/rubys/jakarta/jakarta-servletapi-4/lib/servlet.jar [echo] commons.httpclient.jar = /home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar [echo] httpunit.jar = /home/rubys/jakarta/httpunit/lib/httpunit.jar [echo] junit.jar = /home/rubys/jakarta/dist/junit/junit.jar [echo] aspecjrt.jar = /opt/aspectj1.0/lib/aspectjrt.jar [echo] log4j.jar = /home/rubys/jakarta/jakarta-log4j/dist/lib/log4j-20020331.jar [echo] check.properties: check.j2ee.version: [echo] j2ee.api = 13 init: gump.prepare: package.anttasks: BUILD FAILED /home/rubys/jakarta/jakarta-cactus/build.xml:318: /home/rubys/jakarta/jakarta-cactus/anttasks/dist-13/lib not found. Total time: 5 seconds -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 31 13:20:27 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58219 invoked from network); 31 Mar 2002 13:20:26 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 31 Mar 2002 13:20:26 -0000 Received: (qmail 28490 invoked by uid 97); 31 Mar 2002 13:20:24 -0000 Delivered-To: [email protected] Received: (qmail 28445 invoked by uid 97); 31 Mar 2002 13:20:23 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 28413 invoked from network); 31 Mar 2002 13:20:22 -0000 Date: 31 Mar 2002 13:20:21 -0000 Message-ID: <[email protected]> From: Vincent Massol <[email protected]> To: [email protected] Subject: [GUMP] Build Failure - jakarta-cactus-distribution-12 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ---------------------------------------------------- This email is autogenerated from the output from: <http://jakarta.apache.org/builds/gump/2002-03-31/jakarta-cactus-distribution-12.html> ---------------------------------------------------- Buildfile: build.xml display.properties: [echo] ----- Cactus 1.3dev ----- [echo] [echo] java.class.path = /home/rubys/jakarta/xml-commons/java/external/build/xml-apis.jar:.:/usr/java/jdk1.3.1_02/lib/tools.jar:/usr/java/jdk1.3.1_02/jre/lib/rt.jar:/usr/java/jdk1.3.1_02/lib/tools.jar:/home/rubys/jakarta/jakarta-ant/dist/lib/ant.jar:/home/rubys/jakarta/jakarta-ant/dist/lib/optional.jar:/home/rubys/jakarta/xml-xerces2/java/build/xercesImpl.jar:/home/rubys/jakarta/xml-xerces2/java/build/xmlParserAPIs.jar:/home/rubys/jakarta/dist/servletapi/lib/servlet.jar:/home/rubys/jakarta/jakarta-log4j/dist/lib/log4j-20020331.jar:/home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar:/home/rubys/jakarta/httpunit/lib/httpunit.jar:/opt/aspectj1.0/lib/aspectjtools.jar:/opt/aspectj1.0/lib/aspectjrt.jar:/opt/aspectj1.0/lib/aspectj-ant.jar:/home/rubys/jakarta/dist/junit/junit.jar [echo] [echo] java.home = /usr/java/jdk1.3.1_02/jre [echo] user.home = /home/rubys [echo] ant.home = ${ant.home} [echo] [echo] j2ee.jar = /home/rubys/jakarta/dist/servletapi/lib/servlet.jar [echo] commons.httpclient.jar = /home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar [echo] httpunit.jar = /home/rubys/jakarta/httpunit/lib/httpunit.jar [echo] junit.jar = /home/rubys/jakarta/dist/junit/junit.jar [echo] aspecjrt.jar = /opt/aspectj1.0/lib/aspectjrt.jar [echo] log4j.jar = /home/rubys/jakarta/jakarta-log4j/dist/lib/log4j-20020331.jar [echo] check.properties: check.j2ee.version: [echo] j2ee.api = 12 init: gump.prepare: package.anttasks: BUILD FAILED /home/rubys/jakarta/jakarta-cactus/build.xml:318: /home/rubys/jakarta/jakarta-cactus/anttasks/dist-12/lib not found. Total time: 5 seconds -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]> From [email protected] Sun Mar 31 21:37:23 2002 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92866 invoked from network); 31 Mar 2002 21:37:23 -0000 Received: from unknown (HELO nagoya.betaversion.org) (161.129.204.104) by daedalus.apache.org with SMTP; 31 Mar 2002 21:37:23 -0000 Received: (qmail 23021 invoked by uid 97); 31 Mar 2002 21:37:28 -0000 Delivered-To: [email protected] Received: (qmail 22959 invoked by uid 97); 31 Mar 2002 21:37:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Cactus Developers List" <cactus-dev.jakarta.apache.org> Reply-To: "Cactus Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22948 invoked by uid 97); 31 Mar 2002 21:37:26 -0000 Date: 31 Mar 2002 21:37:19 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: cvs commit: jakarta-cactus build.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/03/31 13:37:19 Modified: . build.xml Log: oops. Forgot to change dist directories for the package targets. Revision Changes Path 1.6 +3 -3 jakarta-cactus/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/build.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- build.xml 29 Mar 2002 16:48:36 -0000 1.5 +++ build.xml 31 Mar 2002 21:37:19 -0000 1.6 @@ -316,12 +316,12 @@ <target name="package.anttasks" depends="init"> <copy todir="${dist.lib.dir}"> - <fileset dir="${anttasks.dir}/${dist.lib.dir}"/> + <fileset dir="${anttasks.dir}/dist/lib"/> </copy> <!-- Copy javadoc in correct directory --> <copy todir="${dist.doc.api.dir}/anttasks"> - <fileset dir="${anttasks.dir}/${dist.doc.api.dir}"/> + <fileset dir="${anttasks.dir}/dist/doc/api"/> </copy> </target> @@ -354,7 +354,7 @@ <!-- Copy doc in correct directory --> <copy todir="${dist.doc.dir}"> - <fileset dir="${documentation.dir}/${dist.doc.dir}"/> + <fileset dir="${documentation.dir}/dist/doc"/> </copy> </target> -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]>
From [email protected] Tue Oct 30 07:42:19 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 52261 invoked from network); 30 Oct 2007 07:42:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Oct 2007 07:42:19 -0000 Received: (qmail 11314 invoked by uid 500); 30 Oct 2007 07:41:10 -0000 Delivered-To: [email protected] Received: (qmail 11285 invoked by uid 500); 30 Oct 2007 07:41:10 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "BCEL Developers List" <bcel-dev.jakarta.apache.org> Reply-To: "BCEL Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 11268 invoked by uid 99); 30 Oct 2007 07:41:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2007 00:41:10 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2007 07:41:30 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id B18557141FE; Tue, 30 Oct 2007 00:40:57 -0700 (PDT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 43732] New: - Error in method search() defined in org.apache.bcel.util.InstructionFinder Message-ID: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Date: Tue, 30 Oct 2007 00:40:57 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43732>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=43732 Summary: Error in method search() defined in org.apache.bcel.util.InstructionFinder Product: BCEL Version: 5.2 Platform: Other OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Main AssignedTo: [email protected] ReportedBy: [email protected] While Peephole.java is a small program in the manual to remove "NOP" instructions in any class file, it uses the method search() defined in org.apache.bcel.util.InstructionFinder with string pattern 'NOP+' to locate the "NOP" instructions in the instructionList. After several tests, I found the search() method will always find one more instruction after the expected instructions, what's more, it will raise a java.lang.ArrayIndexOutOfBoundsException if the expected instruction is at the end of the method. After reading the source-code of org.apache.bcel.util.InstructionFinder, I found there is something wrong when we calculate the length of the match[] array. In the codes of how to get the match[] array. The startExpr is the first index of the "NOP" instruction, and the endExpr is the first index of the non-NOP instruction. So the real length of the match[] should be endExpr-startExpr. But we use endExpr-startExpr+1 as the length of the array. So instead of getting the expected match[] array, we'll get an one-instruction-longer match[] in the instructionList incorrectly. As a result, I guess if the statement "int lenExpr = (endExpr - startExpr) + 1;" should be replaced by "int lenExpr =endExpr - startExpr;". -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Oct 30 07:45:40 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 53042 invoked from network); 30 Oct 2007 07:45:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Oct 2007 07:45:40 -0000 Received: (qmail 16786 invoked by uid 500); 30 Oct 2007 07:44:38 -0000 Delivered-To: [email protected] Received: (qmail 16761 invoked by uid 500); 30 Oct 2007 07:44:38 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "BCEL Developers List" <bcel-dev.jakarta.apache.org> Reply-To: "BCEL Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 16749 invoked by uid 99); 30 Oct 2007 07:44:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2007 00:44:38 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO brutus.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2007 07:45:00 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id E81917141F1; Tue, 30 Oct 2007 00:44:27 -0700 (PDT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 43732] - Error in method search() defined in org.apache.bcel.util.InstructionFinder In-Reply-To: <[email protected]/bugzilla/> X-Bugzilla-Reason: AssignedTo Message-Id: <[email protected]> Date: Tue, 30 Oct 2007 00:44:27 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43732>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=43732 ------- Additional Comments From [email protected] 2007-10-30 00:44 ------- Created an attachment (id=21058) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=21058&action=view) Desribe of the Bug, and two example to show the bug -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Wed Dec 01 19:06:04 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21151 invoked from network); 1 Dec 2004 19:06:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 1 Dec 2004 19:06:04 -0000 Received: (qmail 94032 invoked by uid 500); 1 Dec 2004 19:06:04 -0000 Delivered-To: [email protected] Received: (qmail 94012 invoked by uid 500); 1 Dec 2004 19:06:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 94001 invoked by uid 99); 1 Dec 2004 19:06:03 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from lm-gateway-02.lmig.com (HELO lm-gateway-02.lmig.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 01 Dec 2004 11:06:02 -0800 Received: from unknown (HELO LM-EXIMS-03.lm.lmig.com) (161.129.204.104) by lm-gateway-02.lmig.com with ESMTP; 01 Dec 2004 14:13:20 -0500 Received: from LM-EXMSG-18.lm.lmig.com ([161.129.204.104]) by LM-EXIMS-03.lm.lmig.com with Microsoft SMTPSVC(6.0.3790.211); Wed, 1 Dec 2004 14:05:55 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Probelms while installing on tomcat Date: Wed, 1 Dec 2004 14:05:55 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Probelms while installing on tomcat Thread-Index: AcTWvwcjW/vOwgy6S8eNpZuNi+1AjgBGY0Nw From: "Viens, Stephen" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 01 Dec 2004 19:05:55.0579 (UTC) FILETIME=[C8D904B0:01C4D7D8] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Ben, It looks as if Tomcat cannot locate the MySQL JDBC Driver=20 (org.gjt.mm.mysql.Driver) which is specified in the resource-ref element. Make sure you've added it to the TOMCAT-DIR\common\lib directory. Also the SAXParser message is not an error message. The jUDDI happyness page is=20 simply telling you that it found the class it was looking for (SAXParserFactory)=20 but couldn't report on the exact location in which it found it.=20 Steve=20 PS: I'm travelling again this week and will have only occasional email access.=20 -----Original Message----- From: bEn Fries [mailto:[email protected]]=20 Sent: Tuesday, November 30, 2004 4:29 AM To: [email protected] Subject: Probelms while installing on tomcat Hi! I tried to install jUDDI on my Tomcat some weird error appeared as the=20 jUDDY Happyness page showed: + Got a JNDI Context! + Got a JDBC DataSource (dsname=3Djava:comp/env/jdbc/juddiDB) - DB connection was not aquired. (Cannot load JDBC driver class 'org.gjt.mm.mysql.Driver') - SELECT COUNT(*) FROM PUBLISHER failed (null) As this is the first time I work with tomcat I really don't know how to solve this issue so I'd be really happy if one of you could help. Another "problem" is that there is an entry in the happyness page: *Looking for*: javax.xml.parsers.SAXParserFactory +Found in an unknown location Is this an issue or can I live with this? Thanx in advance!!!! ben My server XML looks as follows (it's entirely taken from the jUDDI deployment manual). <Context path=3D"/juddi" docBase=3D"juddi" debug=3D"5" = reloadable=3D"true"=20 crossContext=3D"true"> <Logger className=3D"org.apache.catalina.logger.FileLogger"=20 prefix=3D"localhost_juddiDB_log" suffix=3D".txt" timestamp=3D"true"/> <Resource name=3D"jdbc/juddiDB" auth=3D"Container" type=3D"javax.sql.DataSource"/> <ResourceParams name=3D"jdbc/juddiDB"> <parameter> <name>factory</name> <value>org.apache.commons.dbcp.BasicDataSourceFactory</value> </parameter> <parameter> <name>maxActive</name> <value>100</value> </parameter> <parameter> <name>maxIdle</name> <value>30</value> </parameter> - <parameter> <name>maxWait</name> <value>10000</value> </parameter> <parameter> <name>username</name> <value>juddi</value> </parameter> <parameter> <name>password</name> <value>123456</value> </parameter> <parameter> <name>driverClassName</name> <value>org.gjt.mm.mysql.Driver</value> </parameter> <parameter> <name>url</name> <value> jdbc:mysql://localhost:3306/jUDDI?autoReconnect=3Dtrue </value> </parameter> <parameter> <name>validationQuery</name> <value>select count(*) from PUBLISHER</value> </parameter> </ResourceParams> </Context> From [email protected] Wed Dec 01 21:27:39 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 20052 invoked from network); 1 Dec 2004 21:27:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 1 Dec 2004 21:27:39 -0000 Received: (qmail 52413 invoked by uid 500); 1 Dec 2004 21:27:27 -0000 Delivered-To: [email protected] Received: (qmail 52383 invoked by uid 500); 1 Dec 2004 21:27:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 52351 invoked by uid 99); 1 Dec 2004 21:27:26 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: 161.129.204.104 is neither permitted nor denied by domain of [email protected]) Received: from indyio.rz.uni-saarland.de (HELO indyio.rz.uni-saarland.de) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 01 Dec 2004 13:27:25 -0800 Received: from [161.129.204.104] (wh101.stw.stud.uni-saarland.de [161.129.204.104]) by indyio.rz.uni-saarland.de (8.12.10/8.12.10) with ESMTP id iB1LRJc826679994 for <[email protected]>; Wed, 1 Dec 2004 22:27:20 +0100 (CET) Message-ID: <[email protected]> Date: Wed, 01 Dec 2004 22:27:22 +0100 From: bEn Fries <[email protected]> User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: [email protected] Subject: Re: Probelms while installing on tomcat References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.1 (indyio.rz.uni-saarland.de [161.129.204.104]); Wed, 01 Dec 2004 22:27:20 +0100 (CET) X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 161.129.204.104; VDF 161.129.204.104 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi! Thanx for your answer! Yeah that was exactly my problem - after I added the MySQLConnector driver the happyness page was happy again. Maybe you can answer me another question. When I want to connect to the jUDDI with UDDI4J the server returns an 500 Error and the connection is refused. Do you have any idea was this can be or where I can look for this problem? Thank you very much! Ben Viens, Stephen schrieb: >Ben, > >It looks as if Tomcat cannot locate the MySQL JDBC Driver >(org.gjt.mm.mysql.Driver) which is specified in the resource-ref >element. Make sure you've added it to the TOMCAT-DIR\common\lib >directory. > >Also the SAXParser message is not an error message. The jUDDI happyness >page is >simply telling you that it found the class it was looking for >(SAXParserFactory) >but couldn't report on the exact location in which it found it. > >Steve > >PS: I'm travelling again this week and will have only occasional email >access. > From [email protected] Fri Dec 03 14:20:54 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2064 invoked from network); 3 Dec 2004 14:20:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 3 Dec 2004 14:20:52 -0000 Received: (qmail 1195 invoked by uid 500); 3 Dec 2004 14:20:08 -0000 Delivered-To: [email protected] Received: (qmail 1137 invoked by uid 500); 3 Dec 2004 14:20:07 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 1117 invoked by uid 99); 3 Dec 2004 14:20:06 -0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FORGED_JUNO_RCVD,FROM_HAS_MIXED_NUMS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from outbound-mail.lax.untd.com (HELO outbound-mail.lax.untd.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 03 Dec 2004 06:20:02 -0800 Received: from outbound28-2.lax.untd.com (smtp02.lax.untd.com [161.129.204.104]) by smtpout01.lax.untd.com with SMTP id AABA5A7SAAC2KQCA for <[email protected]> (sender <[email protected]>); Fri, 3 Dec 2004 06:19:44 -0800 (PST) Received: (qmail 3179 invoked from network); 3 Dec 2004 14:19:41 -0000 Received: from unknown (161.129.204.104) by smtp02.lax.untd.com with SMTP; 3 Dec 2004 14:19:41 -0000 Message-ID: <001701c4d942$f7aff7b0$0b01a8c0@dev1> From: "Pae Choi" <[email protected]> To: <[email protected]> References: <[email protected]> Subject: Re: Errors using jUDDI registry deployed in JOnAS Date: Fri, 3 Dec 2004 09:18:21 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-ContentStamp: 20:10:590560741 X-UNTD-OriginStamp: 4PsoPcDMU8dYyv+bYjsJtNybSOhddK9ii8y7x0GC8Z6U5UeuwjI3sw== X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Some of packages in jUDDI is already contained in JOnAS which is the main cause of your problem. If you look at the JOnAS Doc, it also mentioned that JOnAS took out the redundant packages for "optimization" purpose. The simple way to solve your problem is to take those redundant packages out. Regards, Pae ----- Original Message ----- From: <[email protected]> To: <[email protected]> Sent: Thursday, November 25, 2004 1:35 PM Subject: Errors using jUDDI registry deployed in JOnAS > Hi, > > I get the following errors when trying to access the jUDDI registry that > comes with JOnAS (latest version). > > Client using the JAXR implementation contained in JOnAS: > SEVERE: java.lang.ClassNotFoundException: > com/sun/xml/registry/uddi/bindingsv2/Soapenv:Fault > java.lang.ClassCastException > at > com.sun.xml.registry.common.util.CastorUtil.unmarshalObject(Unknown Source) > at com.sun.xml.registry.uddi.Processor.processResponse(Unknown > Source) at com.sun.xml.registry.uddi.Processor.processRequest(Unknown > Source) at > com.sun.xml.registry.uddi.UDDIMapper.getAuthorizationToken(Unknown Source) > at com.sun.xml.registry.uddi.ConnectionImpl.setCredentials(Unknown > Source) > at Test.main(Test.java:38) > Exception in thread "main" java.lang.NullPointerException > at com.sun.xml.registry.uddi.ConnectionImpl.setCredentials(Unknown > Source) > at Test.main(Test.java:38) > make: *** [run2] Error 1 > > Client using the JAXR implementation contained in JWSDP 1.5: > Exception in thread "main" java.lang.IllegalArgumentException > at > com.sun.xml.registry.uddi.bindings_v2.impl.runtime.UnmarshallerImpl.unmarsha l > (Unknown Source) > at > com.sun.xml.registry.common.util.MarshallerUtil.jaxbUnmarshalObject(Unknown > Source) > at com.sun.xml.registry.uddi.Processor.processResponseJAXB(Unknown > Source) > at com.sun.xml.registry.uddi.Processor.processRequestJAXB(Unknown > Source) > at com.sun.xml.registry.uddi.UDDIMapper.getAuthorizationToken(Unknown > Source) > at com.sun.xml.registry.uddi.ConnectionImpl.setCredentials(Unknown > Source) > at Test.main(Test.java:38) > > I have tried to upgrade to jUDDI 0.9rc3 using the JOnAS howto at > http://jonas.objectweb.org/current/doc/howto/install_juddi.html, but I get > the same exceptions. > > Please find enclosed the test client and Makefile I use. > Thanks in advance for any help. > regards, > > -- > Mathieu Peltier > ObjectWeb Consortium - INRIA > E-mail: [email protected] > > > From [email protected] Fri Dec 03 16:47:40 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14428 invoked from network); 3 Dec 2004 16:47:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 3 Dec 2004 16:47:40 -0000 Received: (qmail 54475 invoked by uid 500); 3 Dec 2004 16:46:54 -0000 Delivered-To: [email protected] Received: (qmail 54303 invoked by uid 500); 3 Dec 2004 16:46:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 54007 invoked by uid 99); 3 Dec 2004 16:46:44 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from ebene.inrialpes.fr (HELO ebene.inrialpes.fr) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 03 Dec 2004 08:46:38 -0800 Received: from amandier.inrialpes.fr (amandier.inrialpes.fr [161.129.204.104]) by ebene.inrialpes.fr (8.13.0/8.13.0) with ESMTP id iB3Gje2X005937; Fri, 3 Dec 2004 17:45:40 +0100 (MET) Received: from there (soufre.inrialpes.fr [161.129.204.104]) by amandier.inrialpes.fr (8.11.6/8.11.3/ImagV2) with SMTP id iB3Gjf715467; Fri, 3 Dec 2004 17:45:41 +0100 (MET) Message-Id: <[email protected]> Content-Type: text/plain; charset="iso-8859-1" From: Mathieu Peltier <[email protected]> Organization: ObjectWeb Consortium To: [email protected], "Pae Choi" <[email protected]> Subject: Re: Errors using jUDDI registry deployed in JOnAS Date: Fri, 3 Dec 2004 17:45:39 +0100 X-Mailer: KMail [version 1.3.2] References: <[email protected]> <001701c4d942$f7aff7b0$0b01a8c0@dev1> In-Reply-To: <001701c4d942$f7aff7b0$0b01a8c0@dev1> Cc: [email protected] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.4 (ebene.inrialpes.fr [161.129.204.104]); Fri, 03 Dec 2004 17:45:41 +0100 (MET) X-GOTHMOG-MailScanner: Found to be clean X-GOTHMOG-MailScanner-SpamScore: g Envelope-From: [email protected] Envelope-To: [email protected], [email protected], [email protected] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Friday 03 December 2004 15:18, Pae Choi wrote: > Some of packages in jUDDI is already contained in JOnAS which > is the main cause of your problem. If you look at the JOnAS Doc, > it also mentioned that JOnAS took out the redundant packages > for "optimization" purpose. > > The simple way to solve your problem is to take those redundant > packages out. > > Regards, Hi, Thanks for the answer. Here is exactly what I have done: - installed JOnAS from CVS (02-12-04) - installed jUDDI 0.9rc3: - copied juddi webapp into JOnAS webapps directory (with only juddi.jar in WEB-INF/lib/ dir -> removed all other jar that are already in JOnAS distrib) - set up HSQL db for jUDDI from sql script contained in jUDDI 0.9rc3 tgz. - launched JOnAS (happyjuddi.jsp seems to be happy) - launched test client that I have attached in my previous mail (see http://[email protected]&msgNo=818): Getting Connection interface... Dec 3, 2004 5:32:07 PM com.sun.xml.registry.common.util.CastorUtil$2 run SEVERE: java.lang.ClassNotFoundException: com/sun/xml/registry/uddi/bindingsv2/Soapenv:Fault java.lang.ClassCastException at com.sun.xml.registry.common.util.CastorUtil.unmarshalObject(Unknown Source) at com.sun.xml.registry.uddi.Processor.processResponse(Unknown Source) at com.sun.xml.registry.uddi.Processor.processRequest(Unknown Source) at com.sun.xml.registry.uddi.UDDIMapper.getAuthorizationToken(Unknown Source) at com.sun.xml.registry.uddi.ConnectionImpl.setCredentials(Unknown Source) at Test.main(Test.java:38) Exception in thread "main" java.lang.NullPointerException at com.sun.xml.registry.uddi.ConnectionImpl.setCredentials(Unknown Source) at Test.main(Test.java:38) make: *** [run2] Error 1 Any suggestion? thanks, > ----- Original Message ----- > From: <[email protected]> > To: <[email protected]> > Sent: Thursday, November 25, 2004 1:35 PM > Subject: Errors using jUDDI registry deployed in JOnAS > > > Hi, > > > > I get the following errors when trying to access the jUDDI registry that > > comes with JOnAS (latest version). > > > > Client using the JAXR implementation contained in JOnAS: > > SEVERE: java.lang.ClassNotFoundException: > > com/sun/xml/registry/uddi/bindingsv2/Soapenv:Fault > > java.lang.ClassCastException > > at > > com.sun.xml.registry.common.util.CastorUtil.unmarshalObject(Unknown > > Source) > > > at com.sun.xml.registry.uddi.Processor.processResponse(Unknown > > Source) at com.sun.xml.registry.uddi.Processor.processRequest(Unknown > > Source) at > > com.sun.xml.registry.uddi.UDDIMapper.getAuthorizationToken(Unknown > > Source) > > > at > > com.sun.xml.registry.uddi.ConnectionImpl.setCredentials(Unknown Source) > > at Test.main(Test.java:38) > > Exception in thread "main" java.lang.NullPointerException > > at > > com.sun.xml.registry.uddi.ConnectionImpl.setCredentials(Unknown Source) > > at Test.main(Test.java:38) > > make: *** [run2] Error 1 > > > > Client using the JAXR implementation contained in JWSDP 1.5: > > Exception in thread "main" java.lang.IllegalArgumentException > > at > > com.sun.xml.registry.uddi.bindings_v2.impl.runtime.UnmarshallerImpl.unmarsh >a l > > > (Unknown Source) > > at > > com.sun.xml.registry.common.util.MarshallerUtil.jaxbUnmarshalObject(Unknown > > > Source) > > at > > com.sun.xml.registry.uddi.Processor.processResponseJAXB(Unknown Source) > > at com.sun.xml.registry.uddi.Processor.processRequestJAXB(Unknown > > Source) > > at > > com.sun.xml.registry.uddi.UDDIMapper.getAuthorizationToken(Unknown > > > Source) > > at > > com.sun.xml.registry.uddi.ConnectionImpl.setCredentials(Unknown Source) > > at Test.main(Test.java:38) > > > > I have tried to upgrade to jUDDI 0.9rc3 using the JOnAS howto at > > http://jonas.objectweb.org/current/doc/howto/install_juddi.html, but I > > get the same exceptions. > > > > Please find enclosed the test client and Makefile I use. > > Thanks in advance for any help. > > regards, -- Mathieu Peltier ObjectWeb Consortium - INRIA E-mail: [email protected] From [email protected] Fri Dec 03 20:41:06 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71109 invoked from network); 3 Dec 2004 20:41:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 3 Dec 2004 20:41:05 -0000 Received: (qmail 31102 invoked by uid 500); 3 Dec 2004 20:41:05 -0000 Delivered-To: [email protected] Received: (qmail 31079 invoked by uid 500); 3 Dec 2004 20:41:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 31066 invoked by uid 99); 3 Dec 2004 20:41:04 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from pop.gmx.de (HELO mail.gmx.net) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 03 Dec 2004 12:41:03 -0800 Received: (qmail 12922 invoked by uid 65534); 3 Dec 2004 20:41:00 -0000 Received: from pD9531F1A.dip.t-dialin.net (EHLO [161.129.204.104]) (161.129.204.104) by mail.gmx.net (mp013) with SMTP; 03 Dec 2004 21:41:00 +0100 X-Authenticated: #694270 Message-ID: <[email protected]> Date: Fri, 03 Dec 2004 21:40:59 +0100 From: bEn Fries <[email protected]> User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: [email protected] Subject: Problem with Servererror when connecting to jUDDI References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I installed jUDDI - seems to be working as it's happyness page is .. well... happy. So I tried to run an example from UDDI4J. Now this example throws an exeption and reports an: (500) Internal Server Error I thought this might be a user/passwort issue but the passwords seem to be OK: In UDDI4J I used userid = sviens password = password (as this is the "included" user of jUDDI) and in juddi-user.xml I have a user as follows: <user userid="sviens" password="password" /> and there is a publisher in the juddi/publisher database with ID "sviens" So I'm pretty sure this should be OK - is there sth else that might cause this error? Any idea where I might start debugging? Thanx in Advance Ben From [email protected] Sat Dec 04 08:15:34 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93930 invoked from network); 4 Dec 2004 08:15:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 4 Dec 2004 08:15:34 -0000 Received: (qmail 90982 invoked by uid 500); 4 Dec 2004 08:15:33 -0000 Delivered-To: [email protected] Received: (qmail 90966 invoked by uid 500); 4 Dec 2004 08:15:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 90953 invoked by uid 99); 4 Dec 2004 08:15:32 -0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=DNS_FROM_RFC_POST X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from domail1.emirates.net.ae (HELO domail1.emirates.net.ae) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 04 Dec 2004 00:15:31 -0800 Received: from apmail4.emirates.net.ae ([161.129.204.104]) by domail1.emirates.net.ae (I&ES Mail Server 4.2) with ESMTP id <[email protected]> for [email protected]; Sat, 04 Dec 2004 12:15:22 +0400 (GST) Received: from emirates.net.ae (lbc284.emirates.net.ae [161.129.204.104]) by apmail4.emirates.net.ae (I&ES Mail Server 4.2) with ESMTP id <[email protected]> for [email protected]; Sat, 04 Dec 2004 12:15:22 +0400 (GST) Date: Sat, 04 Dec 2004 12:15:20 +0400 From: Laila Taher <[email protected]> Subject: log4j:WARN No appenders could be found for logger (org.apache.axis.i18n.ProjectResourceBundle) To: [email protected] Message-id: <[email protected]> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-6; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, When i try to run one of the samples of UDDI4j i get the below error: What could be the problem? I have added log4j.jar to the class path, and have set the " log4j.appender.LOGFILE.File" to the a log file called juddi.log *********** Running FindBusinessExample *********** log4j:WARN No appenders could be found for logger (org.apache.axis.i18n.ProjectResourceBundle). log4j:WARN Please initialize the log4j system properly. Exception in thread "main" java.lang.ClassFormatError: javax/mail/internet/MimeBodyPart (Truncated class file) at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:539) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123) at java.net.URLClassLoader.defineClass(URLClassLoader.java:251) at java.net.URLClassLoader.access$100(URLClassLoader.java:55) at java.net.URLClassLoader$1.run(URLClassLoader.java:194) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:187) at java.lang.ClassLoader.loadClass(ClassLoader.java:289) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274) at java.lang.ClassLoader.loadClass(ClassLoader.java:235) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:219) at org.apache.axis.utils.ClassUtils$2.run(ClassUtils.java:176) at java.security.AccessController.doPrivileged(Native Method) at org.apache.axis.utils.ClassUtils.loadClass(ClassUtils.java:160) at org.apache.axis.utils.ClassUtils.forName(ClassUtils.java:100) at org.apache.axis.Message.isAttachmentSupportEnabled(Message.java:277) at org.apache.axis.Message.setup(Message.java:338) at org.apache.axis.Message.<init>(Message.java:246) at org.apache.axis.client.Call.invoke(Call.java:1718) at org.uddi4j.transport.ApacheAxisTransport.send(Unknown Source) at org.uddi4j.transport.TransportBase.send(Unknown Source) at org.uddi4j.client.UDDIProxy.send(Unknown Source) at org.uddi4j.client.UDDIProxy.find_business(Unknown Source) at FindBusinessExample.run(FindBusinessExample.java:76) at FindBusinessExample.main(FindBusinessExample.java:46) -- Regards, Laila Taher From [email protected] Sat Dec 04 12:02:30 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75264 invoked from network); 4 Dec 2004 12:02:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 4 Dec 2004 12:02:29 -0000 Received: (qmail 34063 invoked by uid 500); 4 Dec 2004 12:02:29 -0000 Delivered-To: [email protected] Received: (qmail 34052 invoked by uid 500); 4 Dec 2004 12:02:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 34040 invoked by uid 99); 4 Dec 2004 12:02:28 -0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=DNS_FROM_RFC_POST X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from domail1.emirates.net.ae (HELO domail1.emirates.net.ae) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 04 Dec 2004 04:02:27 -0800 Received: from apmail4.emirates.net.ae ([161.129.204.104]) by domail1.emirates.net.ae (I&ES Mail Server 4.2) with ESMTP id <[email protected]> for [email protected]; Sat, 04 Dec 2004 16:02:23 +0400 (GST) Received: from emirates.net.ae (lbc219.emirates.net.ae [161.129.204.104]) by apmail4.emirates.net.ae (I&ES Mail Server 4.2) with ESMTP id <[email protected]> for [email protected]; Sat, 04 Dec 2004 16:02:23 +0400 (GST) Date: Sat, 04 Dec 2004 16:02:21 +0400 From: Laila Taher <[email protected]> Subject: Re: log4j:WARN No appenders could be found for logger (org.apache.axis.i18n.ProjectResourceBundle) To: [email protected] Message-id: <[email protected]> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-6; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 References: <[email protected]> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I have solved the below error, i found that i missed including axis.jar in the class path. But now i'm getting another error, any idea? *********** Running FindBusinessExample *********** Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/axis/AxisFault at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:141) at org.uddi4j.transport.TransportFactory.getTransport(Unknown Source) at org.uddi4j.client.UDDIProxy.send(Unknown Source) at org.uddi4j.client.UDDIProxy.find_business(Unknown Source) at FindBusinessExample.run(FindBusinessExample.java:76) at FindBusinessExample.main(FindBusinessExample.java:46) Laila Taher wrote: > Hi, > > When i try to run one of the samples of UDDI4j i get the below error: > What could be the problem? I have added log4j.jar to the class path, > and have set the " log4j.appender.LOGFILE.File" to the a log file > called juddi.log > > *********** Running FindBusinessExample *********** > log4j:WARN No appenders could be found for logger > (org.apache.axis.i18n.ProjectResourceBundle). > log4j:WARN Please initialize the log4j system properly. > Exception in thread "main" java.lang.ClassFormatError: > javax/mail/internet/MimeBodyPart (Truncated class file) > at java.lang.ClassLoader.defineClass0(Native Method) > at java.lang.ClassLoader.defineClass(ClassLoader.java:539) > at > java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123) > at java.net.URLClassLoader.defineClass(URLClassLoader.java:251) > at java.net.URLClassLoader.access$100(URLClassLoader.java:55) > at java.net.URLClassLoader$1.run(URLClassLoader.java:194) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:187) > at java.lang.ClassLoader.loadClass(ClassLoader.java:289) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274) > at java.lang.ClassLoader.loadClass(ClassLoader.java:235) > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302) > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:219) > at org.apache.axis.utils.ClassUtils$2.run(ClassUtils.java:176) > at java.security.AccessController.doPrivileged(Native Method) > at org.apache.axis.utils.ClassUtils.loadClass(ClassUtils.java:160) > at org.apache.axis.utils.ClassUtils.forName(ClassUtils.java:100) > at > org.apache.axis.Message.isAttachmentSupportEnabled(Message.java:277) > at org.apache.axis.Message.setup(Message.java:338) > at org.apache.axis.Message.<init>(Message.java:246) > at org.apache.axis.client.Call.invoke(Call.java:1718) > at org.uddi4j.transport.ApacheAxisTransport.send(Unknown Source) > at org.uddi4j.transport.TransportBase.send(Unknown Source) > at org.uddi4j.client.UDDIProxy.send(Unknown Source) > at org.uddi4j.client.UDDIProxy.find_business(Unknown Source) > at FindBusinessExample.run(FindBusinessExample.java:76) > at FindBusinessExample.main(FindBusinessExample.java:46) > > > -- Regards, Laila Taher From [email protected] Mon Dec 06 23:25:40 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39146 invoked from network); 6 Dec 2004 23:25:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 6 Dec 2004 23:25:39 -0000 Received: (qmail 30516 invoked by uid 500); 6 Dec 2004 23:25:33 -0000 Delivered-To: [email protected] Received: (qmail 30478 invoked by uid 500); 6 Dec 2004 23:25:32 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 30467 invoked by uid 99); 6 Dec 2004 23:25:32 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from eis-msg-012.jpl.nasa.gov (HELO eis-msg-012.jpl.nasa.gov) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Dec 2004 15:25:31 -0800 Received: from sanda (sandapc-2k.jpl.nasa.gov [161.129.204.104]) by eis-msg-012.jpl.nasa.gov (8.12.10/8.12.10) with ESMTP id iB6NPRjx009909 for <[email protected]>; Mon, 6 Dec 2004 15:25:30 -0800 (PST) Message-Id: <[email protected]> From: "Sanda Mandutianu" <[email protected]> To: <[email protected]> Subject: deploy juddi on tomcat 5.0 with jwsdp? Date: Mon, 6 Dec 2004 15:25:27 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001C_01C4DBA7.D04B8C90" X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-index: AcTb6t5bU7JVe+PKRmuL5DMbx2EU2w== X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_001C_01C4DBA7.D04B8C90 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Greetings, After successfully deploying juddi on the "regular" Tomcat, I couldn't find any documentation about deploying it on Tomcat 5.0 with JWSDP, and it seems that may be different configuration settings, or maybe more. Any help and ideas? Thanks, Sanda ------=_NextPart_000_001C_01C4DBA7.D04B8C90 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <html> <head> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; = charset=3Dus-ascii"> <meta name=3DGenerator content=3D"Microsoft Word 11 (filtered)"> <style> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline;} span.EmailStyle17 {font-family:Arial; color:windowtext;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in;} div.Section1 {page:Section1;} --> </style> </head> <body lang=3DEN-US link=3Dblue vlink=3Dpurple> <div class=3DSection1> <p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 = face=3D"Courier New"><span style=3D'font-size:10.0pt;font-family:"Courier = New"'>Greetings,</span></font></p> <p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 = face=3D"Courier New"><span style=3D'font-size:10.0pt;font-family:"Courier New"'>After successfully = deploying juddi on the &quot;regular&quot; Tomcat, I couldn't find any = documentation about deploying it on Tomcat 5.0 with JWSDP, and it seems that may be = different configuration settings, or maybe more. Any help and ideas? = </span></font></p> <p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 = face=3D"Courier New"><span style=3D'font-size:10.0pt;font-family:"Courier = New"'>Thanks,</span></font></p> <p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 = face=3D"Courier New"><span style=3D'font-size:10.0pt;font-family:"Courier = New"'>Sanda</span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;</span></font></p> </div> </body> </html> ------=_NextPart_000_001C_01C4DBA7.D04B8C90-- From [email protected] Fri Dec 10 11:51:48 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29463 invoked from network); 10 Dec 2004 11:51:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 10 Dec 2004 11:51:48 -0000 Received: (qmail 23024 invoked by uid 500); 10 Dec 2004 11:51:47 -0000 Delivered-To: [email protected] Received: (qmail 23010 invoked by uid 500); 10 Dec 2004 11:51:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 22994 invoked by uid 99); 10 Dec 2004 11:51:47 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mailf1.Uni-Siegen.DE (HELO mailf1.uni-siegen.de) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 10 Dec 2004 03:51:45 -0800 Received: from Fermat ([161.129.204.104]) by mailf1.uni-siegen.de with Microsoft SMTPSVC(5.0.2195.6713); Fri, 10 Dec 2004 12:51:42 +0100 From: "Nikolaos Oikonomidis" <[email protected]> To: <[email protected]> Subject: jUDDI not happy :-( Date: Fri, 10 Dec 2004 12:51:40 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Thread-Index: AcTerpxs4Gq49QgET0qEk4d9bookFw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Message-ID: <[email protected]> X-OriginalArrivalTime: 10 Dec 2004 11:51:42.0751 (UTC) FILETIME=[9DDEB2F0:01C4DEAE] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi all, I get the following msg from the jUDDI Happiness: ----------------------------- + Got a JNDI Context! + Got a JDBC DataSource (dsname=java:comp/env/jdbc/juddiDB) - DB connection was not aquired. (Cannot create JDBC driver of class '' for connect URL 'null') - SELECT COUNT(*) FROM PUBLISHER failed (null) ----------------------------- I use mySQL with the "mysql-connector-java-3.0.16-ga-bin.jar" in the "TOMCAT 5.5\common\lib" directory. "server.xml" is edited according to the instructions and I have tried both jdbc drivers. (the old "org.gjt.mm.mysql.Driver" and the actual "com.mysql.jdbc.Driver") Any hint or advice will be highly appreciated! Regards, Nikos From [email protected] Fri Dec 10 12:53:25 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65168 invoked from network); 10 Dec 2004 12:53:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 10 Dec 2004 12:53:25 -0000 Received: (qmail 23184 invoked by uid 500); 10 Dec 2004 12:53:24 -0000 Delivered-To: [email protected] Received: (qmail 23159 invoked by uid 500); 10 Dec 2004 12:53:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 23122 invoked by uid 99); 10 Dec 2004 12:53:23 -0000 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_40_50,HTML_MESSAGE,MIME_HTML_NO_CHARSET X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from hqu7aexch6.hqusareur.army.mil (HELO hqu7aexch6.hqusareur.army.mil) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 10 Dec 2004 04:53:20 -0800 Received: by hqu7aexch6.hqusareur.army.mil with Internet Mail Service (5.5.2657.72) id <XTKDH1CZ>; Fri, 10 Dec 2004 13:54:41 +0100 Message-ID: <[email protected]> From: "Carr, John Mr." <[email protected]> To: "'[email protected]'" <[email protected]> Subject: RE: jUDDI not happy :-( Date: Fri, 10 Dec 2004 13:54:31 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4DEB7.6439188F" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C4DEB7.6439188F Content-Type: text/plain Nikos, Try placing your mysql connector jar file in your JAVA jre directory. For example, I installed mine in "/usr/java/j2sdk1.4.2_02/jre/lib/ext". At the bottom of the jUDDI Happines Page, under System Properties, you should see that the"java.ext.dirs" variable is set to that path. I hope this helps. Regards, John Carr -----Original Message----- From: Nikolaos Oikonomidis [mailto:[email protected]] Sent: Friday, December 10, 2004 12:52 PM To: [email protected] Subject: jUDDI not happy :-( Hi all, I get the following msg from the jUDDI Happiness: ----------------------------- + Got a JNDI Context! + Got a JDBC DataSource (dsname=java:comp/env/jdbc/juddiDB) - DB connection was not aquired. (Cannot create JDBC driver of class '' for connect URL 'null') - SELECT COUNT(*) FROM PUBLISHER failed (null) ----------------------------- I use mySQL with the "mysql-connector-java-3.0.16-ga-bin.jar" in the "TOMCAT 5.5\common\lib" directory. "server.xml" is edited according to the instructions and I have tried both jdbc drivers. (the old "org.gjt.mm.mysql.Driver" and the actual "com.mysql.jdbc.Driver") Any hint or advice will be highly appreciated! Regards, Nikos ------_=_NextPart_001_01C4DEB7.6439188F Content-Type: text/html Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; = charset=3Dus-ascii"> <META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version = 5.5.2658.2"> <TITLE>RE: jUDDI not happy :-(</TITLE> </HEAD> <BODY> <P><FONT SIZE=3D2>Nikos,</FONT> </P> <P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>Try = placing your mysql connector jar file in your JAVA jre directory.&nbsp; = For example, I installed mine in = &quot;/usr/java/j2sdk1.4.2_02/jre/lib/ext&quot;.</FONT></P> <P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>At the = bottom of the jUDDI Happines Page, under System Properties, you should = see that the&quot;java.ext.dirs&quot; variable is set to that = path.</FONT></P> <P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>I hope = this helps.</FONT> </P> <P><FONT SIZE=3D2>Regards,</FONT> <BR><FONT SIZE=3D2>John Carr</FONT> </P> <BR> <P><FONT SIZE=3D2>-----Original Message-----</FONT> <BR><FONT SIZE=3D2>From: Nikolaos Oikonomidis [<A = HREF=3D"mailto:[email protected]">mailto:nikolaos.oikon= [email protected]</A>] </FONT> <BR><FONT SIZE=3D2>Sent: Friday, December 10, 2004 12:52 PM</FONT> <BR><FONT SIZE=3D2>To: [email protected]</FONT> <BR><FONT SIZE=3D2>Subject: jUDDI not happy :-(</FONT> </P> <BR> <P><FONT SIZE=3D2>Hi all,</FONT> </P> <P><FONT SIZE=3D2>I get the following msg from the jUDDI = Happiness:</FONT> </P> <P><FONT SIZE=3D2>-----------------------------</FONT> <BR><FONT SIZE=3D2>+ Got a JNDI Context!</FONT> <BR><FONT SIZE=3D2>+ Got a JDBC DataSource = (dsname=3Djava:comp/env/jdbc/juddiDB)</FONT> <BR><FONT SIZE=3D2>- DB connection was not aquired. (Cannot create JDBC = driver of class '' for connect URL 'null')</FONT> <BR><FONT SIZE=3D2>- SELECT COUNT(*) FROM PUBLISHER failed = (null)</FONT> <BR><FONT SIZE=3D2>-----------------------------</FONT> </P> <P><FONT SIZE=3D2>I use mySQL with the = &quot;mysql-connector-java-3.0.16-ga-bin.jar&quot; in the &quot;TOMCAT = 5.5\common\lib&quot; directory.</FONT> </P> <P><FONT SIZE=3D2>&quot;server.xml&quot; is edited according to the = instructions and I have tried both jdbc drivers. (the old = &quot;org.gjt.mm.mysql.Driver&quot; and the actual = &quot;com.mysql.jdbc.Driver&quot;)</FONT></P> <P><FONT SIZE=3D2>Any hint or advice will be highly appreciated!</FONT> </P> <P><FONT SIZE=3D2>Regards,</FONT> <BR><FONT SIZE=3D2>Nikos</FONT> </P> </BODY> </HTML> ------_=_NextPart_001_01C4DEB7.6439188F-- From [email protected] Fri Dec 10 14:18:34 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38424 invoked from network); 10 Dec 2004 14:18:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 10 Dec 2004 14:18:34 -0000 Received: (qmail 37971 invoked by uid 500); 10 Dec 2004 14:18:19 -0000 Delivered-To: [email protected] Received: (qmail 37842 invoked by uid 500); 10 Dec 2004 14:18:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 37768 invoked by uid 99); 10 Dec 2004 14:18:16 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from ms-smtp-04-lbl.southeast.rr.com (HELO ms-smtp-04-eri0.southeast.rr.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 10 Dec 2004 06:18:13 -0800 Received: from [161.129.204.104] (rdu26-95-249.nc.rr.com [161.129.204.104]) by ms-smtp-04-eri0.southeast.rr.com (8.12.10/8.12.7) with ESMTP id iBAEI7Ch023515 for <[email protected]>; Fri, 10 Dec 2004 09:18:08 -0500 (EST) Message-ID: <[email protected]> Date: Fri, 10 Dec 2004 09:15:52 -0500 From: TMG <[email protected]> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041007 Debian/1.7.3-5 X-Accept-Language: en MIME-Version: 1.0 To: [email protected] Subject: Re: jUDDI not happy :-( References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Nikos, A couple of things to try: 1.) Can you open the mysql database from the command line using the information in your juddi.properties file? (e.g. mysql -u juddi -p -h localhost -P 3306 ) 2.) Does the url in the server.xml (e.g. <parameter> <name>url</name> <value>jdbc:mysql://localhost:3306/juddi?autoReconnect=true</value> </parameter> ) equal the same url (host, port) as in the juddi.properties file? 3.) Is the juddi.properties file in the WEB-INF directory of the deployed war (e.g. $TOMCAT_HOME/webapps/juddi/WEB-INF) ? Tom Gordon Nikolaos Oikonomidis wrote: >Hi all, > >I get the following msg from the jUDDI Happiness: > >----------------------------- >+ Got a JNDI Context! >+ Got a JDBC DataSource (dsname=java:comp/env/jdbc/juddiDB) >- DB connection was not aquired. (Cannot create JDBC driver of class '' for >connect URL 'null') >- SELECT COUNT(*) FROM PUBLISHER failed (null) >----------------------------- > >I use mySQL with the "mysql-connector-java-3.0.16-ga-bin.jar" in the "TOMCAT >5.5\common\lib" directory. > >"server.xml" is edited according to the instructions and I have tried both >jdbc drivers. >(the old "org.gjt.mm.mysql.Driver" and the actual "com.mysql.jdbc.Driver") > >Any hint or advice will be highly appreciated! > >Regards, >Nikos > > > > > From [email protected] Fri Dec 10 19:49:45 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59929 invoked from network); 10 Dec 2004 19:49:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 10 Dec 2004 19:49:45 -0000 Received: (qmail 44094 invoked by uid 500); 10 Dec 2004 19:49:30 -0000 Delivered-To: [email protected] Received: (qmail 44037 invoked by uid 500); 10 Dec 2004 19:49:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 43996 invoked by uid 99); 10 Dec 2004 19:49:29 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=FROM_ENDS_IN_NUMS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from ppsw-4.csi.cam.ac.uk (HELO ppsw-4.csi.cam.ac.uk) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 10 Dec 2004 11:49:27 -0800 Received: from hermes-1.csi.cam.ac.uk ([161.129.204.104]:35711) by ppsw-4.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [161.129.204.104]:25) with esmtpa (EXTERNAL:jcb62) id 1CcqlV-0007QN-FZ (Exim 4.44) for [email protected] (return-path <[email protected]>); Fri, 10 Dec 2004 19:49:21 +0000 Received: from prayer by hermes-1.csi.cam.ac.uk (hermes.cam.ac.uk) with local (PRAYER:jcb62) id 1CcqlV-0001d7-Np (Exim 4.43) for [email protected] (return-path <[email protected]>); Fri, 10 Dec 2004 19:49:21 +0000 From: James Brady <[email protected]> To: [email protected] Subject: JDBC problems Date: 10 Dec 2004 19:49:21 +0000 X-Mailer: Prayer v1.0.11 X-Originating-IP: [161.129.204.104] Message-ID: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Sender: [email protected] X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ X-Cam-AntiVirus: No virus found X-Cam-SpamDetails: Not scanned X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, This problem has been mentioned a few times before, but none of the solutions have worked for me =( happyjuddi.jsp gives: - DB connection was not aquired. (Cannot create JDBC driver of class '' for connect URL 'null') - SELECT COUNT(*) FROM PUBLISHER failed (null) I'm using: jakarta-tomcat-5.5.4-compat juddi-0.9rc3 mysql-connector-java-3.0.16-ga (in common/lib) I've tried creating a Context in Tomcat's server.xml as suggested in the docs, both with and without the <resource-ref> in jUDDI's web.xml. I've also tried creating a DefaultContext in Tomcat. Access to the database works with the credentials I supply. Are there any new suggestions? Thanks for any help, James From [email protected] Sat Dec 11 01:41:31 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11052 invoked from network); 11 Dec 2004 01:41:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 11 Dec 2004 01:41:31 -0000 Received: (qmail 27198 invoked by uid 500); 11 Dec 2004 01:41:30 -0000 Delivered-To: [email protected] Received: (qmail 27188 invoked by uid 500); 11 Dec 2004 01:41:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 27178 invoked by uid 99); 11 Dec 2004 01:41:30 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mailf1.Uni-Siegen.DE (HELO mailf1.uni-siegen.de) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 10 Dec 2004 17:41:28 -0800 Received: from Fermat ([161.129.204.104]) by mailf1.uni-siegen.de with Microsoft SMTPSVC(5.0.2195.6713); Sat, 11 Dec 2004 02:41:23 +0100 From: "Nikolaos Oikonomidis" <[email protected]> To: <[email protected]> Subject: Re: jUDDI not happy :-( Date: Sat, 11 Dec 2004 02:41:22 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcTfIoSieqRTyBJ8TUSfqPJyzcscYg== Message-ID: <[email protected]> X-OriginalArrivalTime: 11 Dec 2004 01:41:23.0222 (UTC) FILETIME=[8557C360:01C4DF22] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N John and Tom, many thanks for your suggestions. My problem has been solved by looking at: http://www.adcworks.com/blog/index.php/archives/2004/11/14/getting-up-and-ru nning-with-tomcat-55 It worked out by deleting the <Resource Params> and converting all parameters to attributes of Resource, as stated in above mentioned URL. It appears to be a specific feature of Tomcat 5.5.4! Credits to the author of the article :-) Best regards, Niko From [email protected] Sat Dec 11 01:48:01 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 12276 invoked from network); 11 Dec 2004 01:48:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 11 Dec 2004 01:48:01 -0000 Received: (qmail 33311 invoked by uid 500); 11 Dec 2004 01:48:00 -0000 Delivered-To: [email protected] Received: (qmail 33302 invoked by uid 500); 11 Dec 2004 01:48:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 33289 invoked by uid 99); 11 Dec 2004 01:48:00 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mailf1.Uni-Siegen.DE (HELO mailf1.uni-siegen.de) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 10 Dec 2004 17:48:00 -0800 Received: from mail.uni-siegen.de ([161.129.204.104]) by mailf1.uni-siegen.de with Microsoft SMTPSVC(5.0.2195.6713); Sat, 11 Dec 2004 02:47:57 +0100 Received: from Fermat ([161.129.204.104]) by mail.uni-siegen.de with Microsoft SMTPSVC(5.0.2195.6713); Sat, 11 Dec 2004 02:47:56 +0100 From: "Nikolaos Oikonomidis" <[email protected]> To: <[email protected]> Subject: Re: JDBC problems Date: Sat, 11 Dec 2004 02:47:56 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Thread-Index: AcTfI29hafJlYTZhSUeyXpBbSUc/QQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Message-ID: <[email protected]> X-OriginalArrivalTime: 11 Dec 2004 01:47:57.0097 (UTC) FILETIME=[701C5190:01C4DF23] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N James, I had exactly the same problem with the same configuration. You may want to take a look at: http://www.adcworks.com/blog/index.php/archives/2004/11/14/getting-up-and-ru nning-with-tomcat-55 It worked for me! You have to change the declarations of the resource parameters in "server.xml". The XML code of the installation notes appears to be wrong for Tomcat 5.5.4 Hope it works, Nikos From [email protected] Sat Dec 11 10:31:26 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7018 invoked from network); 11 Dec 2004 10:31:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 11 Dec 2004 10:31:26 -0000 Received: (qmail 12737 invoked by uid 500); 11 Dec 2004 10:31:26 -0000 Delivered-To: [email protected] Received: (qmail 12713 invoked by uid 500); 11 Dec 2004 10:31:25 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 12702 invoked by uid 99); 11 Dec 2004 10:31:25 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=FROM_ENDS_IN_NUMS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from ppsw-8.csi.cam.ac.uk (HELO ppsw-8.csi.cam.ac.uk) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 11 Dec 2004 02:31:22 -0800 Received: from hermes-1.csi.cam.ac.uk ([161.129.204.104]:45426) by ppsw-8.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [161.129.204.104]:25) with esmtpa (EXTERNAL:jcb62) id 1Cd4Wz-0004sY-Q2 (Exim 4.44) for [email protected] (return-path <[email protected]>); Sat, 11 Dec 2004 10:31:17 +0000 Received: from prayer by hermes-1.csi.cam.ac.uk (hermes.cam.ac.uk) with local (PRAYER:jcb62) id 1Cd4Wz-0002G5-1K (Exim 4.43) for [email protected] (return-path <[email protected]>); Sat, 11 Dec 2004 10:31:17 +0000 From: James Brady <[email protected]> To: [email protected] Subject: Re: JDBC problems Date: 11 Dec 2004 10:31:16 +0000 X-Mailer: Prayer v1.0.11 X-Originating-IP: [161.129.204.104] In-Reply-To: <[email protected]> Message-ID: <[email protected]> References: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Sender: [email protected] X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ X-Cam-AntiVirus: No virus found X-Cam-SpamDetails: Not scanned X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > I had exactly the same problem with the same configuration. You may want > to take a look at: > > > http://www.adcworks.com/blog/index.php/archives/2004/11/14/getting-up-and-ru > nning-with-tomcat-55 Thanks a lot - that fixed it instantly! James From [email protected] Fri Dec 17 14:57:10 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10117 invoked from network); 17 Dec 2004 14:57:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 17 Dec 2004 14:57:09 -0000 Received: (qmail 26110 invoked by uid 500); 17 Dec 2004 14:57:02 -0000 Delivered-To: [email protected] Received: (qmail 26028 invoked by uid 500); 17 Dec 2004 14:57:02 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 26003 invoked by uid 99); 17 Dec 2004 14:57:02 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from 66-152-7-70.ded.btitelecom.net (HELO trnsmail01.jax.etranscor.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 17 Dec 2004 06:55:08 -0800 Subject: Authentication token timing out MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4E445.8D160A89" Date: Fri, 17 Dec 2004 09:34:44 -0500 Message-ID: <[email protected]> content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Authentication token timing out Thread-Index: AcTkRYukfjmM3wP2QT6z/U+gUZZRBw== From: "Kurt R. Hoehn" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------_=_NextPart_001_01C4E445.8D160A89 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello, =20 I'm new to jUDDI so I don't know if I'm doing something wrong or not or if it's a configuration problem. I'm getting an exception trying to perform any type of registration. Below is the test code snippet and the resulting exception. If someone could point me in the right direction that would be great. =20 I'm using Axis 1.2 RC3 Soap 2.3.1 UDDI4J=20 jUDDI v.9 Windows XP=20 Tomcat 5.0.30 Beta=20 =20 TIA, -kurt =20 Test Method: =20 public void testUDDI4j() throws Exception { UDDIProxy proxy =3D new UDDIProxy(); proxy.setPublishURL("http://localhost:8080/juddi/publish"); System.out.println("Getting authtoken"); =20 // Pass in userID and password registered at the UDDI site AuthToken token =3D proxy.get_authToken("juddi", "juddi"); System.out.println("Returned authToken:" + token.getAuthInfoString()); System.out.println( token.getAuthInfo().getText() ); proxy.discard_authToken( token.getAuthInfo() ); =20 =20 // Now get the information registered for this publisher. RegisteredInfo ri =3D proxy.get_registeredInfo(token.getAuthInfoString()); System.out.println("\n\nUDDI Operator: " + ri.getOperator()); } =20 Result: =20 Getting authtoken Returned authToken:authToken:4AA78950-5036-11D9-A6A9-D4909F54843E authToken:4AA78950-5036-11D9-A6A9-D4909F54843E Authentication token information has timed out. at org.uddi4j.response.DispositionReport.<init>(Unknown Source) at org.uddi4j.client.UDDIProxy.discard_authToken(Unknown Source) at com.etranscor.web.service.RegisterService.testUDDI4j(RegisterService.jav a:102) at com.etranscor.web.service.RegisterService.main(RegisterService.java:113) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav a:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor Impl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:78) Exception in thread "main" ------_=_NextPart_001_01C4E445.8D160A89 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <html xmlns:o=3D"urn:schemas-microsoft-com:office:office" = xmlns:w=3D"urn:schemas-microsoft-com:office:word" = xmlns=3D"http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv=3DContent-Type content=3D"text/html; = charset=3Dus-ascii"> <meta name=3DGenerator content=3D"Microsoft Word 11 (filtered medium)"> <style> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline;} span.EmailStyle17 {mso-style-type:personal-compose; font-family:Arial; color:windowtext;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in;} div.Section1 {page:Section1;} --> </style> </head> <body lang=3DEN-US link=3Dblue vlink=3Dpurple> <div class=3DSection1> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Hello,<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp; I&#8217;m new to jUDDI so I don&#8217;t = know if I&#8217;m doing something wrong or not or if it&#8217;s a configuration problem.&nbsp; I&#8217;m getting an exception trying to perform any type = of registration.&nbsp; Below is the test code snippet and the resulting exception.&nbsp; If someone could point me in the right direction that = would be great.<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>I&#8217;m using<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Axis 1.2 RC3<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Soap 2.3.1<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>UDDI4J <o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>jUDDI v.9<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Windows XP <o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Tomcat 5.0.30 Beta <o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>TIA,<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>-kurt<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Test Method:<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp; public void testUDDI4j() throws = Exception<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp; {<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UDDIProxy = proxy =3D new UDDIProxy();<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proxy.setPublishURL(&quot;http://localhost:8080/juddi/publish&quot;);<o:p= ></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System.out.println(&quot;Getting = authtoken&quot;);<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Pass in = userID and password registered at the UDDI site<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AuthToken = token =3D proxy.get_authToken(&quot;juddi&quot;, = &quot;juddi&quot;);<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = &nbsp;&nbsp;System.out.println(&quot;Returned authToken:&quot; + = token.getAuthInfoString());<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System.out.println( token.getAuthInfo().getText() = );<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proxy.discard_authToken( token.getAuthInfo() = );<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Now get = the information registered for this publisher.<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = RegisteredInfo ri =3D = proxy.get_registeredInfo(token.getAuthInfoString());<o:p></o:p></span></f= ont></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System.out.println(&quot;\n\nUDDI Operator: &quot; + = ri.getOperator());<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp; }<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Result:<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Getting authtoken<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Returned authToken:authToken:4AA78950-5036-11D9-A6A9-D4909F54843E<o:p></o:p></span= ></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>authToken:4AA78950-5036-11D9-A6A9-D4909F54843E<o:p></o= :p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Authentication token information has timed = out.<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; at org.uddi4j.response.DispositionReport.&lt;init&gt;(Unknown = Source)<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; at org.uddi4j.client.UDDIProxy.discard_authToken(Unknown = Source)<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; at com.etranscor.web.service.RegisterService.testUDDI4j(RegisterService.java= :102)<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; at com.etranscor.web.service.RegisterService.main(RegisterService.java:113)<= o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native = Method)<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java= :39)<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI= mpl.java:25)<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; at java.lang.reflect.Method.invoke(Method.java:324)<o:p></o:p></span></font>= </p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; at com.intellij.rt.execution.application.AppMain.main(AppMain.java:78)<o:p><= /o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Exception in thread = &quot;main&quot;<o:p></o:p></span></font></p> </div> </body> </html> ------_=_NextPart_001_01C4E445.8D160A89-- From [email protected] Fri Dec 17 16:08:30 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58517 invoked from network); 17 Dec 2004 16:08:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 17 Dec 2004 16:08:29 -0000 Received: (qmail 13949 invoked by uid 500); 17 Dec 2004 16:08:29 -0000 Delivered-To: [email protected] Received: (qmail 13937 invoked by uid 500); 17 Dec 2004 16:08:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 13926 invoked by uid 99); 17 Dec 2004 16:08:29 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from 66-152-7-70.ded.btitelecom.net (HELO trnsmail01.jax.etranscor.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 17 Dec 2004 08:06:33 -0800 Subject: RE: Authentication token timing out MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4E44F.1F34A3F9" Date: Fri, 17 Dec 2004 10:43:15 -0500 Message-ID: <[email protected]> content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Authentication token timing out Thread-Index: AcTkRYukfjmM3wP2QT6z/U+gUZZRBwACXJLQ From: "Kurt R. Hoehn" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------_=_NextPart_001_01C4E44F.1F34A3F9 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I need to amend the Test Method: =20 I took out the following line and still received the same error. proxy.discard_authToken( token.getAuthInfo() ); =20 -kurt =20 _____ =20 From: Kurt R. Hoehn=20 Sent: Friday, December 17, 2004 9:35 AM To: [email protected] Subject: Authentication token timing out =20 Hello, =20 I'm new to jUDDI so I don't know if I'm doing something wrong or not or if it's a configuration problem. I'm getting an exception trying to perform any type of registration. Below is the test code snippet and the resulting exception. If someone could point me in the right direction that would be great. =20 I'm using Axis 1.2 RC3 Soap 2.3.1 UDDI4J=20 jUDDI v.9 Windows XP=20 Tomcat 5.0.30 Beta=20 =20 TIA, -kurt =20 Test Method: =20 public void testUDDI4j() throws Exception { UDDIProxy proxy =3D new UDDIProxy(); proxy.setPublishURL("http://localhost:8080/juddi/publish"); System.out.println("Getting authtoken"); =20 // Pass in userID and password registered at the UDDI site AuthToken token =3D proxy.get_authToken("juddi", "juddi"); System.out.println("Returned authToken:" + token.getAuthInfoString()); System.out.println( token.getAuthInfo().getText() ); proxy.discard_authToken( token.getAuthInfo() ); =20 =20 // Now get the information registered for this publisher. RegisteredInfo ri =3D proxy.get_registeredInfo(token.getAuthInfoString()); System.out.println("\n\nUDDI Operator: " + ri.getOperator()); } =20 Result: =20 Getting authtoken Returned authToken:authToken:4AA78950-5036-11D9-A6A9-D4909F54843E authToken:4AA78950-5036-11D9-A6A9-D4909F54843E Authentication token information has timed out. at org.uddi4j.response.DispositionReport.<init>(Unknown Source) at org.uddi4j.client.UDDIProxy.discard_authToken(Unknown Source) at com.etranscor.web.service.RegisterService.testUDDI4j(RegisterService.jav a:102) at com.etranscor.web.service.RegisterService.main(RegisterService.java:113) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav a:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor Impl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:78) Exception in thread "main" ------_=_NextPart_001_01C4E44F.1F34A3F9 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <html xmlns:v=3D"urn:schemas-microsoft-com:vml" = xmlns:o=3D"urn:schemas-microsoft-com:office:office" = xmlns:w=3D"urn:schemas-microsoft-com:office:word" = xmlns=3D"http://www.w3.org/TR/REC-html40"> <head> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; = charset=3Dus-ascii"> <meta name=3DGenerator content=3D"Microsoft Word 11 (filtered medium)"> <!--[if !mso]> <style> v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} </style> <![endif]--> <style> <!-- /* Font Definitions */ @font-face {font-family:Tahoma; panose-1:2 11 6 4 3 5 4 4 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline;} span.EmailStyle17 {mso-style-type:personal; font-family:Arial; color:windowtext;} span.EmailStyle18 {mso-style-type:personal-reply; font-family:Arial; color:navy;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in;} div.Section1 {page:Section1;} --> </style> </head> <body lang=3DEN-US link=3Dblue vlink=3Dpurple> <div class=3DSection1> <p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span = style=3D'font-size: 10.0pt;font-family:Arial;color:navy'>I need to amend the Test = Method:<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span = style=3D'font-size: 10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span = style=3D'font-size: 10.0pt;font-family:Arial;color:navy'>&nbsp; I took out the following = line and still received the same error.<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proxy.discard_authToken( token.getAuthInfo() = );<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>-kurt<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span = style=3D'font-size: 10.0pt;font-family:Arial;color:navy'>&nbsp; = <o:p></o:p></span></font></p> <div> <div class=3DMsoNormal align=3Dcenter style=3D'text-align:center'><font = size=3D3 face=3D"Times New Roman"><span style=3D'font-size:12.0pt'> <hr size=3D2 width=3D"100%" align=3Dcenter tabindex=3D-1> </span></font></div> <p class=3DMsoNormal><b><font size=3D2 face=3DTahoma><span = style=3D'font-size:10.0pt; font-family:Tahoma;font-weight:bold'>From:</span></font></b><font = size=3D2 face=3DTahoma><span style=3D'font-size:10.0pt;font-family:Tahoma'> Kurt = R. Hoehn <br> <b><span style=3D'font-weight:bold'>Sent:</span></b> Friday, December = 17, 2004 9:35 AM<br> <b><span style=3D'font-weight:bold'>To:</span></b> = [email protected]<br> <b><span style=3D'font-weight:bold'>Subject:</span></b> Authentication = token timing out</span></font><o:p></o:p></p> </div> <p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span = style=3D'font-size: 12.0pt'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Hello,<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp; I&#8217;m new to jUDDI so I don&#8217;t = know if I&#8217;m doing something wrong or not or if it&#8217;s a configuration problem.&nbsp; I&#8217;m getting an exception trying to perform any type = of registration.&nbsp; Below is the test code snippet and the resulting exception.&nbsp; If someone could point me in the right direction that = would be great.<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>I&#8217;m using<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Axis 1.2 RC3<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Soap 2.3.1<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>UDDI4J <o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>jUDDI v.9<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Windows XP <o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Tomcat 5.0.30 Beta <o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>TIA,<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>-kurt<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Test Method:<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp; public void testUDDI4j() throws = Exception<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp; {<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UDDIProxy = proxy =3D new UDDIProxy();<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proxy.setPublishURL(&quot;http://localhost:8080/juddi/publish&quot;);<o:p= ></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System.out.println(&quot;Getting = authtoken&quot;);<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Pass in = userID and password registered at the UDDI site<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AuthToken = token =3D proxy.get_authToken(&quot;juddi&quot;, = &quot;juddi&quot;);<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;System.out.println(&quot;Returned authToken:&quot; + token.getAuthInfoString());<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System.out.println( token.getAuthInfo().getText() = );<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proxy.discard_authToken( token.getAuthInfo() = );<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Now get = the information registered for this publisher.<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = RegisteredInfo ri =3D = proxy.get_registeredInfo(token.getAuthInfoString());<o:p></o:p></span></f= ont></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System.out.println(&quot;\n\nUDDI Operator: &quot; + = ri.getOperator());<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp; }<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Result:<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Getting authtoken<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Returned = authToken:authToken:4AA78950-5036-11D9-A6A9-D4909F54843E<o:p></o:p></span= ></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>authToken:4AA78950-5036-11D9-A6A9-D4909F54843E<o:p></o= :p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Authentication token information has timed = out.<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; at org.uddi4j.response.DispositionReport.&lt;init&gt;(Unknown = Source)<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; at org.uddi4j.client.UDDIProxy.discard_authToken(Unknown = Source)<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; at com.etranscor.web.service.RegisterService.testUDDI4j(RegisterService.java= :102)<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; at = com.etranscor.web.service.RegisterService.main(RegisterService.java:113)<= o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native = Method)<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java= :39)<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI= mpl.java:25)<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; at = java.lang.reflect.Method.invoke(Method.java:324)<o:p></o:p></span></font>= </p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; at = com.intellij.rt.execution.application.AppMain.main(AppMain.java:78)<o:p><= /o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Exception in thread = &quot;main&quot;<o:p></o:p></span></font></p> </div> </body> </html> ------_=_NextPart_001_01C4E44F.1F34A3F9-- From [email protected] Fri Dec 17 18:54:35 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 51238 invoked from network); 17 Dec 2004 18:54:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 17 Dec 2004 18:54:34 -0000 Received: (qmail 30156 invoked by uid 500); 17 Dec 2004 18:31:02 -0000 Delivered-To: [email protected] Received: (qmail 29959 invoked by uid 500); 17 Dec 2004 18:31:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 29713 invoked by uid 99); 17 Dec 2004 18:30:55 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from 66-152-7-70.ded.btitelecom.net (HELO trnsmail01.jax.etranscor.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 17 Dec 2004 10:29:49 -0800 Subject: RE: Authentication token timing out MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4E463.8EEB72D6" Date: Fri, 17 Dec 2004 13:09:32 -0500 content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Authentication token timing out Thread-Index: AcTkRYukfjmM3wP2QT6z/U+gUZZRBwACXJLQAAURCPA= From: "Kurt R. Hoehn" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------_=_NextPart_001_01C4E463.8EEB72D6 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Disregard my issue, I figured it out. I ported the jUDDI to Firebirdsql and the last_used column was a date and not a timestamp. I changed it to a timestamp and all is good now. =20 Thank you, -kurt =20 _____ =20 From: Kurt R. Hoehn=20 Sent: Friday, December 17, 2004 10:43 AM To: [email protected] Subject: RE: Authentication token timing out =20 I need to amend the Test Method: =20 I took out the following line and still received the same error. proxy.discard_authToken( token.getAuthInfo() ); =20 -kurt =20 _____ =20 From: Kurt R. Hoehn=20 Sent: Friday, December 17, 2004 9:35 AM To: [email protected] Subject: Authentication token timing out =20 Hello, =20 I'm new to jUDDI so I don't know if I'm doing something wrong or not or if it's a configuration problem. I'm getting an exception trying to perform any type of registration. Below is the test code snippet and the resulting exception. If someone could point me in the right direction that would be great. =20 I'm using Axis 1.2 RC3 Soap 2.3.1 UDDI4J=20 jUDDI v.9 Windows XP=20 Tomcat 5.0.30 Beta=20 =20 TIA, -kurt =20 Test Method: =20 public void testUDDI4j() throws Exception { UDDIProxy proxy =3D new UDDIProxy(); proxy.setPublishURL("http://localhost:8080/juddi/publish"); System.out.println("Getting authtoken"); =20 // Pass in userID and password registered at the UDDI site AuthToken token =3D proxy.get_authToken("juddi", "juddi"); System.out.println("Returned authToken:" + token.getAuthInfoString()); System.out.println( token.getAuthInfo().getText() ); proxy.discard_authToken( token.getAuthInfo() ); =20 =20 // Now get the information registered for this publisher. RegisteredInfo ri =3D proxy.get_registeredInfo(token.getAuthInfoString()); System.out.println("\n\nUDDI Operator: " + ri.getOperator()); } =20 Result: =20 Getting authtoken Returned authToken:authToken:4AA78950-5036-11D9-A6A9-D4909F54843E authToken:4AA78950-5036-11D9-A6A9-D4909F54843E Authentication token information has timed out. at org.uddi4j.response.DispositionReport.<init>(Unknown Source) at org.uddi4j.client.UDDIProxy.discard_authToken(Unknown Source) at com.etranscor.web.service.RegisterService.testUDDI4j(RegisterService.jav a:102) at com.etranscor.web.service.RegisterService.main(RegisterService.java:113) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav a:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor Impl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:78) Exception in thread "main" ------_=_NextPart_001_01C4E463.8EEB72D6 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <html xmlns:v=3D"urn:schemas-microsoft-com:vml" = xmlns:o=3D"urn:schemas-microsoft-com:office:office" = xmlns:w=3D"urn:schemas-microsoft-com:office:word" = xmlns=3D"http://www.w3.org/TR/REC-html40"> <head> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; = charset=3Dus-ascii"> <meta name=3DGenerator content=3D"Microsoft Word 11 (filtered medium)"> <!--[if !mso]> <style> v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} </style> <![endif]--> <style> <!-- /* Font Definitions */ @font-face {font-family:Tahoma; panose-1:2 11 6 4 3 5 4 4 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline;} span.EmailStyle17 {mso-style-type:personal; font-family:Arial; color:windowtext;} span.EmailStyle18 {mso-style-type:personal; font-family:Arial; color:navy;} span.EmailStyle19 {mso-style-type:personal-reply; font-family:Arial; color:navy;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in;} div.Section1 {page:Section1;} --> </style> </head> <body lang=3DEN-US link=3Dblue vlink=3Dpurple> <div class=3DSection1> <p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span = style=3D'font-size: 10.0pt;font-family:Arial;color:navy'>Disregard my issue,&nbsp; I figured = it out.&nbsp; I ported the jUDDI to Firebirdsql and the last_used column was a date and = not a timestamp.&nbsp; I changed it to a timestamp and all is good = now.<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span = style=3D'font-size: 10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span = style=3D'font-size: 10.0pt;font-family:Arial;color:navy'>Thank = you,<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span = style=3D'font-size: 10.0pt;font-family:Arial;color:navy'>-kurt<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span = style=3D'font-size: 10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p> <div> <div class=3DMsoNormal align=3Dcenter style=3D'text-align:center'><font = size=3D3 face=3D"Times New Roman"><span style=3D'font-size:12.0pt'> <hr size=3D2 width=3D"100%" align=3Dcenter tabindex=3D-1> </span></font></div> <p class=3DMsoNormal><b><font size=3D2 face=3DTahoma><span = style=3D'font-size:10.0pt; font-family:Tahoma;font-weight:bold'>From:</span></font></b><font = size=3D2 face=3DTahoma><span style=3D'font-size:10.0pt;font-family:Tahoma'> Kurt = R. Hoehn <br> <b><span style=3D'font-weight:bold'>Sent:</span></b> Friday, December = 17, 2004 10:43 AM<br> <b><span style=3D'font-weight:bold'>To:</span></b> = [email protected]<br> <b><span style=3D'font-weight:bold'>Subject:</span></b> RE: = Authentication token timing out</span></font><o:p></o:p></p> </div> <p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span = style=3D'font-size: 12.0pt'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span = style=3D'font-size: 10.0pt;font-family:Arial;color:navy'>I need to amend the Test = Method:<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span = style=3D'font-size: 10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span = style=3D'font-size: 10.0pt;font-family:Arial;color:navy'>&nbsp; I took out the following = line and still received the same error.<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proxy.discard_authToken( token.getAuthInfo() = );<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>-kurt<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span = style=3D'font-size: 10.0pt;font-family:Arial;color:navy'>&nbsp; = <o:p></o:p></span></font></p> <div> <div class=3DMsoNormal align=3Dcenter style=3D'text-align:center'><font = size=3D3 face=3D"Times New Roman"><span style=3D'font-size:12.0pt'> <hr size=3D2 width=3D"100%" align=3Dcenter tabindex=3D-1> </span></font></div> <p class=3DMsoNormal><b><font size=3D2 face=3DTahoma><span = style=3D'font-size:10.0pt; font-family:Tahoma;font-weight:bold'>From:</span></font></b><font = size=3D2 face=3DTahoma><span style=3D'font-size:10.0pt;font-family:Tahoma'> Kurt = R. Hoehn <br> <b><span style=3D'font-weight:bold'>Sent:</span></b> Friday, December = 17, 2004 9:35 AM<br> <b><span style=3D'font-weight:bold'>To:</span></b> = [email protected]<br> <b><span style=3D'font-weight:bold'>Subject:</span></b> Authentication = token timing out</span></font><o:p></o:p></p> </div> <p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span = style=3D'font-size: 12.0pt'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Hello,<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp; I&#8217;m new to jUDDI so I don&#8217;t = know if I&#8217;m doing something wrong or not or if it&#8217;s a configuration problem.&nbsp; I&#8217;m getting an exception trying to perform any type = of registration.&nbsp; Below is the test code snippet and the resulting exception.&nbsp; If someone could point me in the right direction that = would be great.<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>I&#8217;m using<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Axis 1.2 RC3<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Soap 2.3.1<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>UDDI4J <o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>jUDDI v.9<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Windows XP <o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Tomcat 5.0.30 Beta <o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>TIA,<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>-kurt<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Test Method:<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp; public void testUDDI4j() throws = Exception<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp; {<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UDDIProxy = proxy =3D new UDDIProxy();<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proxy.setPublishURL(&quot;http://localhost:8080/juddi/publish&quot;);<o:p= ></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System.out.println(&quot;Getting = authtoken&quot;);<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Pass in = userID and password registered at the UDDI site<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AuthToken = token =3D proxy.get_authToken(&quot;juddi&quot;, = &quot;juddi&quot;);<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;System.out.println(&quot;Returned authToken:&quot; + token.getAuthInfoString());<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System.out.println( token.getAuthInfo().getText() = );<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proxy.discard_authToken( token.getAuthInfo() = );<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Now get = the information registered for this publisher.<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = RegisteredInfo ri =3D = proxy.get_registeredInfo(token.getAuthInfoString());<o:p></o:p></span></f= ont></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System.out.println(&quot;\n\nUDDI Operator: &quot; + = ri.getOperator());<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp; }<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Result:<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p>&nbsp;</o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Getting authtoken<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Returned authToken:authToken:4AA78950-5036-11D9-A6A9-D4909F54843E<o:p></o:p></span= ></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>authToken:4AA78950-5036-11D9-A6A9-D4909F54843E<o:p></o= :p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Authentication token information has timed = out.<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; at org.uddi4j.response.DispositionReport.&lt;init&gt;(Unknown = Source)<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; at org.uddi4j.client.UDDIProxy.discard_authToken(Unknown = Source)<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; at com.etranscor.web.service.RegisterService.testUDDI4j(RegisterService.java= :102)<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; at = com.etranscor.web.service.RegisterService.main(RegisterService.java:113)<= o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native = Method)<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java= :39)<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; at = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI= mpl.java:25)<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; at = java.lang.reflect.Method.invoke(Method.java:324)<o:p></o:p></span></font>= </p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &nbsp;&nbsp; at = com.intellij.rt.execution.application.AppMain.main(AppMain.java:78)<o:p><= /o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Exception in thread = &quot;main&quot;<o:p></o:p></span></font></p> </div> </body> </html> ------_=_NextPart_001_01C4E463.8EEB72D6-- From [email protected] Fri Dec 17 22:23:29 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19667 invoked from network); 17 Dec 2004 22:23:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 17 Dec 2004 22:23:29 -0000 Received: (qmail 84857 invoked by uid 500); 17 Dec 2004 22:23:28 -0000 Delivered-To: [email protected] Received: (qmail 84811 invoked by uid 500); 17 Dec 2004 22:23:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 84787 invoked by uid 99); 17 Dec 2004 22:23:27 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from rubicon.itm.mednet.ucla.edu (HELO mail.mii.ucla.edu) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 17 Dec 2004 14:22:18 -0800 Received: from [161.129.204.104] (phoenix.itm.mednet.ucla.edu [161.129.204.104]) by mail.mii.ucla.edu (8.12.10/8.12.10) with ESMTP id iBHNF1BT005182 for <[email protected]>; Fri, 17 Dec 2004 15:15:01 -0800 Message-ID: <[email protected]> Date: Fri, 17 Dec 2004 14:21:12 -0800 From: Gregory Weinger <[email protected]> User-Agent: Mozilla Thunderbird 0.9 (X11/20041127) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Subject: Does jUDDI-managed connection pool still work? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-mii-MailScanner-Information: Please contact the ISP for more information X-mii-MailScanner: Found to be clean X-mii-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (score=0, required 5.5) X-MailScanner-From: [email protected] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I want to use the jUDDI-managed connection pool, but I can't seem to get it to work. I've followed the instructions on the wiki (http://wiki.apache.org/ws/Deploy_20jUDDI_20without_20using_20a_20JNDI_20DataSource) to no avail. Is the internal connection pool still supported? I've noticed that happyjuddi.jsp only reports if a JNDI connection is available, but I can't vouch for the internals. Can someone please verify if it still works, and if so suggest what I'm doing wrong? WHAT I DID ---------------------------- I uncommented and added the following in juddi.properties. This configuration works when I use JNDI. I am using JDK 1.4.2 and Tomcat 5.5.4 and jUDDI 0.94c3 (though I tried a recent CVS drop too). juddi.useConnectionPool=true juddi.jdbcDriver=org.gjt.mm.mysql.Driver juddi.jdbcURL=jdbc:mysql://localhost:3306/juddi?autoReconnect=true juddi.jdbcUser=juddi juddi.jdbcPassword=juddi juddi.jdbcMaxActive=10 juddi.jdbcMaxIdle=10 Thanks so much for your help. Greg Weinger UCLA Medical Imaging Informatics http://www.mii.ucla.edu/dataserver/ From [email protected] Fri Dec 17 22:46:21 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33662 invoked from network); 17 Dec 2004 22:46:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 17 Dec 2004 22:46:21 -0000 Received: (qmail 57603 invoked by uid 500); 17 Dec 2004 22:45:36 -0000 Delivered-To: [email protected] Received: (qmail 57561 invoked by uid 500); 17 Dec 2004 22:45:35 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 57542 invoked by uid 99); 17 Dec 2004 22:45:35 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from rubicon.itm.mednet.ucla.edu (HELO mail.mii.ucla.edu) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 17 Dec 2004 14:44:37 -0800 Received: from [161.129.204.104] (phoenix.itm.mednet.ucla.edu [161.129.204.104]) by mail.mii.ucla.edu (8.12.10/8.12.10) with ESMTP id iBHNcIBT005461 for <[email protected]>; Fri, 17 Dec 2004 15:38:18 -0800 Message-ID: <[email protected]> Date: Fri, 17 Dec 2004 14:44:29 -0800 From: Gregory Weinger <[email protected]> User-Agent: Mozilla Thunderbird 0.9 (X11/20041127) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Subject: Re: Does jUDDI-managed connection pool still work? References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-mii-MailScanner-Information: Please contact the ISP for more information X-mii-MailScanner: Found to be clean X-mii-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (score=0, required 5.5) X-MailScanner-From: [email protected] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Whoops, sorry, that posting was premature. Verbose output in the juddi.log revealed that it wasn't finding the driver; this was because there was an extra space after it in the config file :-p But at least I can affirm to the list that the embedded connection pool does in fact still work! And that happyjuddi.jsp won't report this correctly. You have to run an outside client to test it (such as that java uddibrowser, which is fantastic). --Greg Gregory Weinger wrote: > Hi, > > I want to use the jUDDI-managed connection pool, but I can't seem to > get it to work. I've followed the instructions on the wiki > (http://wiki.apache.org/ws/Deploy_20jUDDI_20without_20using_20a_20JNDI_20DataSource) > to no avail. Is the internal connection pool still supported? I've > noticed that happyjuddi.jsp only reports if a JNDI connection is > available, but I can't vouch for the internals. > > Can someone please verify if it still works, and if so suggest what > I'm doing wrong? > > WHAT I DID > ---------------------------- > I uncommented and added the following in juddi.properties. This > configuration works when I use JNDI. I am using JDK 1.4.2 and > Tomcat 5.5.4 and jUDDI 0.94c3 (though I tried a recent CVS drop too). > > juddi.useConnectionPool=true > juddi.jdbcDriver=org.gjt.mm.mysql.Driver > juddi.jdbcURL=jdbc:mysql://localhost:3306/juddi?autoReconnect=true > juddi.jdbcUser=juddi > juddi.jdbcPassword=juddi > juddi.jdbcMaxActive=10 > juddi.jdbcMaxIdle=10 > > > Thanks so much for your help. > > Greg Weinger > UCLA Medical Imaging Informatics > http://www.mii.ucla.edu/dataserver/ From [email protected] Sat Dec 18 02:29:18 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 68210 invoked from network); 18 Dec 2004 02:29:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 18 Dec 2004 02:29:18 -0000 Received: (qmail 33437 invoked by uid 500); 18 Dec 2004 02:29:17 -0000 Delivered-To: [email protected] Received: (qmail 33420 invoked by uid 500); 18 Dec 2004 02:29:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 33407 invoked by uid 99); 18 Dec 2004 02:29:17 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from ev1s-66-98-220-14.ev1servers.net (HELO pavietnam.org) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 17 Dec 2004 18:29:12 -0800 Received: from elarion.com [161.129.204.104] by pavietnam.org with ESMTP (SMTPD32-7.12 ) id A5F650074; Fri, 17 Dec 2004 20:29:10 -0600 Received: from laptop [161.129.204.104] by elarion.com with ESMTP (SMTPD32-8.01) id A5F3C400E4; Fri, 17 Dec 2004 20:29:07 -0600 Message-ID: <[email protected]> From: "Lai Duc Nhuan" <[email protected]> To: <[email protected]> References: <[email protected]> Subject: Re: Authentication token timing out Date: Sat, 18 Dec 2004 09:24:56 +0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0012_01C4E4E3.7062AA80" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_0012_01C4E4E3.7062AA80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I use MS SQL Server and I cannot make 2 timestamps in the same table = (created and last_used columns) so I convert them all to date data type. = The authentication token expires after 60 minutes of inactivity. So we = should put something to juddi.properties or to modify the last_used = value appropriately. ----- Original Message -----=20 From: Kurt R. Hoehn=20 To: [email protected]=20 Sent: Saturday, December 18, 2004 1:09 AM Subject: RE: Authentication token timing out Disregard my issue, I figured it out. I ported the jUDDI to = Firebirdsql and the last_used column was a date and not a timestamp. I = changed it to a timestamp and all is good now. =20 Thank you, -kurt =20 -------------------------------------------------------------------------= ----- From: Kurt R. Hoehn=20 Sent: Friday, December 17, 2004 10:43 AM To: [email protected] Subject: RE: Authentication token timing out =20 I need to amend the Test Method: =20 I took out the following line and still received the same error. proxy.discard_authToken( token.getAuthInfo() ); =20 -kurt =20 -------------------------------------------------------------------------= ----- From: Kurt R. Hoehn=20 Sent: Friday, December 17, 2004 9:35 AM To: [email protected] Subject: Authentication token timing out =20 Hello, =20 I'm new to jUDDI so I don't know if I'm doing something wrong or = not or if it's a configuration problem. I'm getting an exception trying = to perform any type of registration. Below is the test code snippet and = the resulting exception. If someone could point me in the right = direction that would be great. =20 I'm using Axis 1.2 RC3 Soap 2.3.1 UDDI4J=20 jUDDI v.9 Windows XP=20 Tomcat 5.0.30 Beta=20 =20 TIA, -kurt =20 Test Method: =20 public void testUDDI4j() throws Exception { UDDIProxy proxy =3D new UDDIProxy(); proxy.setPublishURL("http://localhost:8080/juddi/publish"); System.out.println("Getting authtoken"); =20 // Pass in userID and password registered at the UDDI site AuthToken token =3D proxy.get_authToken("juddi", "juddi"); System.out.println("Returned authToken:" + = token.getAuthInfoString()); System.out.println( token.getAuthInfo().getText() ); proxy.discard_authToken( token.getAuthInfo() ); =20 =20 // Now get the information registered for this publisher. RegisteredInfo ri =3D = proxy.get_registeredInfo(token.getAuthInfoString()); System.out.println("\n\nUDDI Operator: " + ri.getOperator()); } =20 Result: =20 Getting authtoken Returned authToken:authToken:4AA78950-5036-11D9-A6A9-D4909F54843E authToken:4AA78950-5036-11D9-A6A9-D4909F54843E Authentication token information has timed out. at org.uddi4j.response.DispositionReport.<init>(Unknown = Source) at org.uddi4j.client.UDDIProxy.discard_authToken(Unknown = Source) at = com.etranscor.web.service.RegisterService.testUDDI4j(RegisterService.java= :102) at = com.etranscor.web.service.RegisterService.main(RegisterService.java:113) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native = Method) at = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java= :39) at = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI= mpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at = com.intellij.rt.execution.application.AppMain.main(AppMain.java:78) Exception in thread "main" ------=_NextPart_000_0012_01C4E4E3.7062AA80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML xmlns=3D"http://www.w3.org/TR/REC-html40" xmlns:v =3D=20 "urn:schemas-microsoft-com:vml" xmlns:o =3D=20 "urn:schemas-microsoft-com:office:office" xmlns:w =3D=20 "urn:schemas-microsoft-com:office:word"><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Diso-8859-1"> <META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR><!--[if !mso]> <STYLE>v\:* { BEHAVIOR: url(#default#VML) } o\:* { BEHAVIOR: url(#default#VML) } w\:* { BEHAVIOR: url(#default#VML) } .shape { BEHAVIOR: url(#default#VML) } </STYLE> <![endif]--> <STYLE> <!-- /* Font Definitions */ @font-face {font-family:Tahoma; panose-1:2 11 6 4 3 5 4 4 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline;} span.EmailStyle17 {mso-style-type:personal; font-family:Arial; color:windowtext;} span.EmailStyle18 {mso-style-type:personal; font-family:Arial; color:navy;} span.EmailStyle19 {mso-style-type:personal-reply; font-family:Arial; color:navy;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in;} div.Section1 {page:Section1;} --> </STYLE> </HEAD> <BODY lang=3DEN-US vLink=3Dpurple link=3Dblue bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>I use MS SQL Server and I cannot make 2 = timestamps=20 in the same table (created and last_used columns) so I convert them all = to date=20 data type. The authentication token expires after&nbsp;60 minutes of = inactivity.=20 So we should put something to juddi.properties or to modify the = last_used value=20 appropriately.</FONT></DIV> <BLOCKQUOTE dir=3Dltr=20 style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; = BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"> <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV> <DIV=20 style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: = black"><B>From:</B>=20 <A [email protected] = href=3D"mailto:[email protected]">Kurt R.=20 Hoehn</A> </DIV> <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A = [email protected]=20 href=3D"mailto:[email protected]">[email protected]</A> = </DIV> <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Saturday, December 18, = 2004 1:09=20 AM</DIV> <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> RE: Authentication = token timing=20 out</DIV> <DIV><BR></DIV> <DIV class=3DSection1> <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Disregard = my=20 issue,&nbsp; I figured it out.&nbsp; I ported the jUDDI to Firebirdsql = and the=20 last_used column was a date and not a timestamp.&nbsp; I changed it to = a=20 timestamp and all is good now.<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: = Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Thank=20 you,<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: = Arial">-kurt<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: = Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <DIV> <DIV class=3DMsoNormal style=3D"TEXT-ALIGN: center" = align=3Dcenter><FONT=20 face=3D"Times New Roman" size=3D3><SPAN style=3D"FONT-SIZE: 12pt"> <HR tabIndex=3D-1 align=3Dcenter width=3D"100%" SIZE=3D2> </SPAN></FONT></DIV> <P class=3DMsoNormal><B><FONT face=3DTahoma size=3D2><SPAN=20 style=3D"FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: = Tahoma">From:</SPAN></FONT></B><FONT=20 face=3DTahoma size=3D2><SPAN style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Tahoma"> Kurt R.=20 Hoehn <BR><B><SPAN style=3D"FONT-WEIGHT: bold">Sent:</SPAN></B> = Friday, December=20 17, 2004 10:43 AM<BR><B><SPAN style=3D"FONT-WEIGHT: = bold">To:</SPAN></B> <A=20 = href=3D"mailto:[email protected]">[email protected]</A><BR>= <B><SPAN=20 style=3D"FONT-WEIGHT: bold">Subject:</SPAN></B> RE: Authentication = token timing=20 out</SPAN></FONT><o:p></o:p></P></DIV> <P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN=20 style=3D"FONT-SIZE: 12pt"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">I need to = amend the=20 Test Method:<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: = Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">&nbsp; I = took out the=20 following line and still received the same = error.<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 proxy.discard_authToken( token.getAuthInfo() = );<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial">-kurt<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">&nbsp;=20 <o:p></o:p></SPAN></FONT></P> <DIV> <DIV class=3DMsoNormal style=3D"TEXT-ALIGN: center" = align=3Dcenter><FONT=20 face=3D"Times New Roman" size=3D3><SPAN style=3D"FONT-SIZE: 12pt"> <HR tabIndex=3D-1 align=3Dcenter width=3D"100%" SIZE=3D2> </SPAN></FONT></DIV> <P class=3DMsoNormal><B><FONT face=3DTahoma size=3D2><SPAN=20 style=3D"FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: = Tahoma">From:</SPAN></FONT></B><FONT=20 face=3DTahoma size=3D2><SPAN style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Tahoma"> Kurt R.=20 Hoehn <BR><B><SPAN style=3D"FONT-WEIGHT: bold">Sent:</SPAN></B> = Friday, December=20 17, 2004 9:35 AM<BR><B><SPAN style=3D"FONT-WEIGHT: = bold">To:</SPAN></B>=20 [email protected]<BR><B><SPAN=20 style=3D"FONT-WEIGHT: bold">Subject:</SPAN></B> Authentication token = timing=20 out</SPAN></FONT><o:p></o:p></P></DIV> <P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN=20 style=3D"FONT-SIZE: 12pt"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial">Hello,<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">&nbsp;&nbsp; I=92m new = to jUDDI so I=20 don=92t know if I=92m doing something wrong or not or if it=92s a = configuration=20 problem.&nbsp; I=92m getting an exception trying to perform any type = of=20 registration.&nbsp; Below is the test code snippet and the resulting=20 exception.&nbsp; If someone could point me in the right direction that = would=20 be great.<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">I=92m=20 using<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">Axis 1.2=20 RC3<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">Soap=20 2.3.1<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">UDDI4J=20 <o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">jUDDI=20 v.9<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">Windows XP=20 <o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">Tomcat 5.0.30 Beta=20 <o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial">TIA,<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial">-kurt<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">Test=20 Method:<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">&nbsp;&nbsp;&nbsp; = public void=20 testUDDI4j() throws Exception<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">&nbsp;&nbsp;&nbsp;=20 {<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 UDDIProxy proxy =3D new UDDIProxy();<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 = proxy.setPublishURL("http://localhost:8080/juddi/publish");<o:p></o:p></S= PAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 System.out.println("Getting authtoken");<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 // Pass in userID and password registered at the UDDI=20 site<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 AuthToken token =3D proxy.get_authToken("juddi",=20 "juddi");<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 &nbsp;&nbsp;System.out.println("Returned authToken:" +=20 token.getAuthInfoString());<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 System.out.println( token.getAuthInfo().getText()=20 );<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 proxy.discard_authToken( token.getAuthInfo() = );<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 // Now get the information registered for this=20 publisher.<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 RegisteredInfo ri =3D=20 = proxy.get_registeredInfo(token.getAuthInfoString());<o:p></o:p></SPAN></F= ONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 System.out.println("\n\nUDDI Operator: " +=20 ri.getOperator());<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">&nbsp;&nbsp;&nbsp;=20 }<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial">Result:<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">Getting=20 authtoken<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">Returned=20 = authToken:authToken:4AA78950-5036-11D9-A6A9-D4909F54843E<o:p></o:p></SPAN= ></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial">authToken:4AA78950-5036-11D9-A6A9-D4909F54843E<o:p></o:p></SPAN></= FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">Authentication token = information=20 has timed out.<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= =20 at org.uddi4j.response.DispositionReport.&lt;init&gt;(Unknown=20 Source)<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= =20 at org.uddi4j.client.UDDIProxy.discard_authToken(Unknown=20 Source)<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= =20 at=20 = com.etranscor.web.service.RegisterService.testUDDI4j(RegisterService.java= :102)<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= =20 at=20 = com.etranscor.web.service.RegisterService.main(RegisterService.java:113)<= o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= =20 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native=20 Method)<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= =20 at=20 = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java= :39)<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= =20 at=20 = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI= mpl.java:25)<o:p></o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= =20 at=20 = java.lang.reflect.Method.invoke(Method.java:324)<o:p></o:p></SPAN></FONT>= </P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: = Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= =20 at=20 = com.intellij.rt.execution.application.AppMain.main(AppMain.java:78)<o:p><= /o:p></SPAN></FONT></P> <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">Exception in thread=20 "main"<o:p></o:p></SPAN></FONT></P></DIV></BLOCKQUOTE></BODY></HTML> ------=_NextPart_000_0012_01C4E4E3.7062AA80--
From [email protected] Wed Feb 02 12:01:06 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28273 invoked from network); 2 Feb 2005 12:01:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 2 Feb 2005 12:01:06 -0000 Received: (qmail 63709 invoked by uid 500); 2 Feb 2005 12:01:03 -0000 Delivered-To: [email protected] Received: (qmail 63632 invoked by uid 500); 2 Feb 2005 12:01:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> List-Id: "Excalibur Users List" <user.excalibur.apache.org> Reply-To: "Excalibur Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 63566 invoked by uid 99); 2 Feb 2005 12:01:03 -0000 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_POST,MSGID_FROM_MTA_HEADER,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from bay102-dav2.bay102.hotmail.com (HELO hotmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 02 Feb 2005 04:01:01 -0800 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 2 Feb 2005 04:01:00 -0800 Message-ID: <[email protected]> Received: from 161.129.204.104 by BAY102-DAV2.phx.gbl with DAV; Wed, 02 Feb 2005 12:00:19 +0000 X-Originating-IP: [161.129.204.104] X-Originating-Email: [[email protected]] X-Sender: [email protected] Mime-Version: 1.0 (Apple Message framework v619.2) Content-Transfer-Encoding: 7bit Message-Id: <[email protected]> Content-Type: text/plain; charset=US-ASCII; format=flowed To: [email protected] From: milmber <[email protected]> Subject: Starting from examples Date: Wed, 2 Feb 2005 13:00:08 +0100 X-Mailer: Apple Mail (2.619.2) X-OriginalArrivalTime: 02 Feb 2005 12:01:00.0149 (UTC) FILETIME=[DC696250:01C5091E] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I am very new at Excalibur but I am finding starting out is extremely confusing. I am trying to convert a existing java project ( simliar to javamail ) to use excalibur. I have checked out the examples for fortress/containers from subversion but I am struggling to get a lot of it working as well as finding some clear documentation about the project. For instance, I cannot find the CLI example referenced in the getting started section in subversion? Is there anything I am missing or anywhere I could look in particular to get more info ( working examples would be great ) ? Regards, Derik --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Feb 09 17:22:40 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10050 invoked from network); 9 Feb 2005 17:22:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 9 Feb 2005 17:22:40 -0000 Received: (qmail 73894 invoked by uid 500); 9 Feb 2005 17:22:40 -0000 Delivered-To: [email protected] Received: (qmail 73863 invoked by uid 500); 9 Feb 2005 17:22:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> List-Id: "Excalibur Users List" <user.excalibur.apache.org> Reply-To: "Excalibur Users List" <[email protected]> Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 42964 invoked by uid 99); 9 Feb 2005 17:05:48 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=HTML_40_50,HTML_MESSAGE,MIME_BOUND_NEXTPART X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Message-Id: <[email protected]> From: Ranko Bijelonic <[email protected]> To: "'[email protected]'" <[email protected]> Subject: historical question Date: Wed, 9 Feb 2005 12:05:30 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/mixed; boundary="----=_NextPartTM-000-de85b3bd-9b6f-469e-aae6-046eb0b61f05" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------=_NextPartTM-000-de85b3bd-9b6f-469e-aae6-046eb0b61f05 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C50EC9.8F34E170" ------_=_NextPart_001_01C50EC9.8F34E170 Content-Type: text/plain; charset="iso-8859-1" Someone really needs to clean up the javadocs (and other documentation). Every package and every class is deprecated. Not only is everything deprecated, but it is deprecated for different reasons and at different points in the development of Avalon and its related projects. Anyone new, who is not thoroughly familiar with the history of the project(s), really has no chance of understanding what Avalon is about. Even someone who used Avalon (with Phoenix) and then went away for a while, has no chance of digesting the current state of things. ------_=_NextPart_001_01C50EC9.8F34E170 Content-Type: text/html; charset="iso-8859-1" <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META content="MSHTML 6.00.2800.1479" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=156230017-09022005><FONT face=Arial size=2>Someone really needs to clean up the javadocs (and other documentation).&nbsp; Every package and every class is deprecated.&nbsp; Not only is everything deprecated, but it is deprecated for different reasons and at different points in the development of Avalon and its related projects.&nbsp; Anyone new, who is not thoroughly familiar with the history of the project(s), really has no chance of understanding what Avalon is about.&nbsp; Even someone who used Avalon (with Phoenix) and then went away for a while, has no chance of digesting the current state of things.&nbsp; </FONT></SPAN></DIV> <DIV><SPAN class=156230017-09022005><FONT face=Arial size=2></FONT></SPAN>&nbsp;</DIV> <DIV><SPAN class=156230017-09022005><FONT face=Arial size=2></FONT></SPAN>&nbsp;</DIV></BODY></HTML> ------_=_NextPart_001_01C50EC9.8F34E170-- ------=_NextPartTM-000-de85b3bd-9b6f-469e-aae6-046eb0b61f05 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] ------=_NextPartTM-000-de85b3bd-9b6f-469e-aae6-046eb0b61f05-- From [email protected] Thu Feb 10 12:56:21 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81838 invoked from network); 10 Feb 2005 12:56:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 10 Feb 2005 12:56:21 -0000 Received: (qmail 49093 invoked by uid 500); 10 Feb 2005 12:56:14 -0000 Delivered-To: [email protected] Received: (qmail 49040 invoked by uid 500); 10 Feb 2005 12:56:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> List-Id: "Excalibur Users List" <user.excalibur.apache.org> Reply-To: "Excalibur Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 48999 invoked by uid 99); 10 Feb 2005 12:56:13 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from relay01.pair.com (HELO relay01.pair.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 10 Feb 2005 04:56:13 -0800 Received: (qmail 84351 invoked from network); 10 Feb 2005 12:56:10 -0000 Received: from unknown (HELO ?161.129.204.104?) (unknown) by unknown with SMTP; 10 Feb 2005 12:56:10 -0000 X-pair-Authenticated: 161.129.204.104 Message-ID: <[email protected]> Date: Thu, 10 Feb 2005 07:56:10 -0500 From: J Aaron Farr <[email protected]> User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Excalibur Users List <[email protected]> Subject: Re: historical question References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Ranko Bijelonic wrote: > Someone really needs to clean up the javadocs (and other > documentation). Every package and every class is deprecated. Not only > is everything deprecated, but it is deprecated for different reasons and > at different points in the development of Avalon and its related > projects. Anyone new, who is not thoroughly familiar with the history > of the project(s), really has no chance of understanding what Avalon is > about. Even someone who used Avalon (with Phoenix) and then went away > for a while, has no chance of digesting the current state of things. Agreed. If you have any suggestions, perhaps you could contribute to the wiki. Even a page that lists your thoughts on what should or shouldn't be included in the website would be appreciated. The wiki is at: http://wiki.apache.org/excalibur . You'll need to create a profile to make edits. Thanks. jaaron --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Feb 12 00:07:03 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 72880 invoked from network); 12 Feb 2005 00:07:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 12 Feb 2005 00:07:03 -0000 Received: (qmail 99936 invoked by uid 500); 12 Feb 2005 00:07:02 -0000 Delivered-To: [email protected] Received: (qmail 99907 invoked by uid 500); 12 Feb 2005 00:07:02 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> List-Id: "Excalibur Users List" <user.excalibur.apache.org> Reply-To: "Excalibur Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 99894 invoked by uid 99); 12 Feb 2005 00:07:02 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from Unknown (HELO go2exchange.go2.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 11 Feb 2005 16:07:00 -0800 Received: by go2exchange with Internet Mail Service (5.5.2655.55) id <D5VK8BNR>; Fri, 11 Feb 2005 16:06:59 -0800 Message-ID: <B3EE03F506761C4FA56D855C69785C6301A3C106@go2exchange> From: Jordon Saardchit <[email protected]> To: "Excalibur Mailing List (E-mail)" <[email protected]> Subject: NullPointerException With Connection Pools Date: Fri, 11 Feb 2005 16:06:55 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.55) Content-Type: text/plain; charset="iso-8859-1" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I hope i'm on the right list for this, but I'm attempting to use avalon/excalibur for its jdbc connection pooling, which I've used before plenty of times with the old version of avalon and jdk1.3.x. However, when attempting to use it now (jdk 1.4.x) I get the following exception when attempting to initialize my component manager: [email protected](De faultComponentFactory.java:266) The exception is being thrown from the initialize() method of my component manager. When looking at the source for this class it appears to be an issue with the logger manager, however, from my source below I set all the appropirate loggers pior to initialization of the of ComponentManager. I can also supply my role and component config descriptors if it will help, but they are virtually identical to the tutorial. Thanks in advance for any help. Much appreciated: Source: try { mgr = new ExcaliburComponentManager(); DefaultConfigurationBuilder builder = new DefaultConfigurationBuilder(); log.debug( "Building Configuration" ); Configuration conf = builder.build( getClass().getClassLoader().getResourceAsStream( "config/ali-config.xml" ) ); java.io.InputStream is = getClass().getClassLoader().getResourceAsStream( "config/ali-roles.xml" ); log.debug( "Building role config" ); Configuration roleConfig = builder.build( is ); // setup the components using role manager DefaultRoleManager roleMgr = new DefaultRoleManager(); log.debug( "Setting role manager logger" ); roleMgr.setLogger( Hierarchy.getDefaultHierarchy().getLoggerFor( "ali.roles" ) ); roleMgr.configure(roleConfig); log.debug( "Setting logger for component manager" ); mgr.setLogger( Hierarchy.getDefaultHierarchy().getLoggerFor( "ali.roles" ) ); mgr.setRoleManager(roleMgr); mgr.contextualize( new DefaultContext() ); mgr.configure(conf); log.debug( "initializing component manager" ); mgr.initialize(); } catch(Exception e) { log.error( e.getMessage(), e ); throw new ServletException(e.getMessage()); } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Feb 14 19:47:28 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32887 invoked from network); 14 Feb 2005 19:47:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 14 Feb 2005 19:47:28 -0000 Received: (qmail 67378 invoked by uid 500); 14 Feb 2005 19:47:28 -0000 Delivered-To: [email protected] Received: (qmail 67348 invoked by uid 500); 14 Feb 2005 19:47:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> List-Id: "Excalibur Users List" <user.excalibur.apache.org> Reply-To: "Excalibur Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 67335 invoked by uid 99); 14 Feb 2005 19:47:27 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from Unknown (HELO go2exchange.go2.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 14 Feb 2005 11:47:26 -0800 Received: by go2exchange with Internet Mail Service (5.5.2655.55) id <D5VK9FVV>; Mon, 14 Feb 2005 11:47:24 -0800 Message-ID: <B3EE03F506761C4FA56D855C69785C6301A3C108@go2exchange> From: Jordon Saardchit <[email protected]> To: "Excalibur Mailing List (E-mail)" <[email protected]> Subject: Datasource Date: Mon, 14 Feb 2005 11:47:23 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.55) Content-Type: text/plain; charset="iso-8859-1" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Here's an easier question. What is the minimum library requirement in order to use avalon's datasource/connection pooling interface. Anyone? There's like 30+ libraries and I'm wondering if i need all of them? Or can I get away with a select few? excalibur-component and datasource for example? Thanks in advance. Jordon --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Feb 14 19:58:01 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38163 invoked from network); 14 Feb 2005 19:58:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 14 Feb 2005 19:58:00 -0000 Received: (qmail 88660 invoked by uid 500); 14 Feb 2005 19:58:00 -0000 Delivered-To: [email protected] Received: (qmail 88633 invoked by uid 500); 14 Feb 2005 19:58:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> List-Id: "Excalibur Users List" <user.excalibur.apache.org> Reply-To: "Excalibur Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 88611 invoked by uid 99); 14 Feb 2005 19:57:59 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from ensim1.25oz.com (HELO ensim1.25oz.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 14 Feb 2005 11:57:58 -0800 Received: from [161.129.204.104] ([161.129.204.104]) (authenticated bits=0) by ensim1.25oz.com (8.12.10/8.12.10) with ESMTP id j1ELGj9o019586 for <[email protected]>; Mon, 14 Feb 2005 16:16:46 -0500 Message-ID: <[email protected]> Date: Mon, 14 Feb 2005 14:57:52 -0500 From: Berin Loritsch <[email protected]> User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Excalibur Users List <[email protected]> Subject: Re: Datasource References: <B3EE03F506761C4FA56D855C69785C6301A3C108@go2exchange> In-Reply-To: <B3EE03F506761C4FA56D855C69785C6301A3C108@go2exchange> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Jordon Saardchit wrote: >Here's an easier question. What is the minimum library requirement in order >to use avalon's datasource/connection pooling interface. Anyone? There's >like 30+ libraries and I'm wondering if i need all of them? Or can I get >away with a select few? excalibur-component and datasource for example? >Thanks in advance. > > DataSource requires Excalibur Pool and Doug Lea Concurrent. It can be used in either Fortress or ECM (Excalibur Component). --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Mon Aug 02 10:42:41 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71519 invoked from network); 2 Aug 2010 10:42:41 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 2 Aug 2010 10:42:41 -0000 Received: (qmail 19650 invoked by uid 500); 2 Aug 2010 10:42:41 -0000 Delivered-To: [email protected] Received: (qmail 19400 invoked by uid 500); 2 Aug 2010 10:42:37 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 19392 invoked by uid 99); 2 Aug 2010 10:42:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Aug 2010 10:42:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Aug 2010 10:42:35 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o72AgFse029654 for <[email protected]>; Mon, 2 Aug 2010 10:42:15 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o72AgFST029653; Mon, 2 Aug 2010 06:42:15 -0400 (EDT) Date: Mon, 2 Aug 2010 06:42:15 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 47271] StyleSheet.createChp stack overflow - parent style description is itself X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HWPF X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=47271 --- Comment #4 from cbamford <[email protected]> 2010-08-02 06:42:11 EDT --- Can someone please give me an update on this? We get this problem in POI 3.6 and 3.7 on Linux and are are keen to understand if it is scheduled to be fixed in a particular release? Thanks - Chris -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 02 12:42:32 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24157 invoked from network); 2 Aug 2010 12:42:31 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 2 Aug 2010 12:42:31 -0000 Received: (qmail 18185 invoked by uid 500); 2 Aug 2010 12:42:31 -0000 Delivered-To: [email protected] Received: (qmail 17937 invoked by uid 500); 2 Aug 2010 12:42:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 17929 invoked by uid 99); 2 Aug 2010 12:42:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Aug 2010 12:42:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Aug 2010 12:42:24 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o72Cg2mx000651 for <[email protected]>; Mon, 2 Aug 2010 12:42:02 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o72Cg2ZH000650; Mon, 2 Aug 2010 08:42:02 -0400 (EDT) Date: Mon, 2 Aug 2010 08:42:02 -0400 (EDT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49688] New: conditional formatting based on formula not (re-)calculated properly X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49688 Summary: conditional formatting based on formula not (re-)calculated properly Product: POI Version: 3.7-dev Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: HSSF AssignedTo: [email protected] ReportedBy: [email protected] Created an attachment (id=25828) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25828) java code for creating a test file, reproducing the unexpected behaviour Using both, poi-bin-3.7-beta1-20100620 or poi-bin-3.6-20091214, when creating a formula based conditional formatting referencing another cell, the formatting is not (re-)calculated properly. The attached file contains a test case where a cell (B1) should be formatted with a yellow background if another cell (A1) is blank, what is the initial state of the created sheet. When opening the file, the format is correct (A1 is not blank, thus B1 has a yellow background). If I clear cell A1, cell B1 will not be formatted with a white background (as I just notice, it seems that just the small part hidden by the cursor will be formatted correctly). Coming from http://article.gmane.org/gmane.comp.jakarta.poi.user/13767/, I tried to find a way to set CFHeaderRecord.setNeedRecalculation(boolean b) to true (which, as long as I can see, is never used in POI's sources except in a test case), without success. Patching the constructor of CFHeaderRecord to initially calling setNeedRecalculation(true) or changing HSSFConditionalFormatting's getCFRecordsAggregate() to public, so i was able to access it, resulted in a excel file with the correct behaviour. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 02 13:09:54 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37409 invoked from network); 2 Aug 2010 13:09:54 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 2 Aug 2010 13:09:54 -0000 Received: (qmail 42982 invoked by uid 500); 2 Aug 2010 13:09:54 -0000 Delivered-To: [email protected] Received: (qmail 42723 invoked by uid 500); 2 Aug 2010 13:09:51 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 42675 invoked by uid 500); 2 Aug 2010 13:09:50 -0000 Delivered-To: [email protected] Received: (qmail 42670 invoked by uid 99); 2 Aug 2010 13:09:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Aug 2010 13:09:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Aug 2010 13:09:49 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o72D9TEs000881 for <[email protected]>; Mon, 2 Aug 2010 13:09:29 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o72D9TPr000880; Mon, 2 Aug 2010 09:09:29 -0400 (EDT) Date: Mon, 2 Aug 2010 09:09:29 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 35125] implementing autofilter support X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: CC In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=35125 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 02 16:01:28 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10208 invoked from network); 2 Aug 2010 16:01:27 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 2 Aug 2010 16:01:27 -0000 Received: (qmail 70292 invoked by uid 500); 2 Aug 2010 16:01:27 -0000 Delivered-To: [email protected] Received: (qmail 70230 invoked by uid 500); 2 Aug 2010 16:01:26 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 70222 invoked by uid 99); 2 Aug 2010 16:01:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Aug 2010 16:01:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Aug 2010 16:01:25 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o72G15AP001970 for <[email protected]>; Mon, 2 Aug 2010 16:01:05 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o72G148T001969; Mon, 2 Aug 2010 12:01:04 -0400 (EDT) Date: Mon, 2 Aug 2010 12:01:04 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 48344] setRowStyle() method of HSSFRow is not working X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=48344 Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Nick Burch <[email protected]> 2010-08-02 12:01:00 EDT --- You're going to need to be more specific than "It is not working" .... See org.apache.poi.hssf.usermodel.TestRowStyle for a number of unit tests which appear to show POI able to set, read and process row styles just fine Please upload a failing unit test if you have problems, showing what bit isn't working, so we have something to work against. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 02 16:49:34 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29580 invoked from network); 2 Aug 2010 16:49:34 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 2 Aug 2010 16:49:34 -0000 Received: (qmail 49908 invoked by uid 500); 2 Aug 2010 16:49:34 -0000 Delivered-To: [email protected] Received: (qmail 49866 invoked by uid 500); 2 Aug 2010 16:49:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 49858 invoked by uid 99); 2 Aug 2010 16:49:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Aug 2010 16:49:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Aug 2010 16:49:31 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o72GnBBo002333 for <[email protected]>; Mon, 2 Aug 2010 16:49:11 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o72GnA01002332; Mon, 2 Aug 2010 12:49:10 -0400 (EDT) Date: Mon, 2 Aug 2010 12:49:10 -0400 (EDT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49689] New: Can't set the user style name on custom cell styles X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49689 Summary: Can't set the user style name on custom cell styles Product: POI Version: 3.7-dev Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: HSSF AssignedTo: [email protected] ReportedBy: [email protected] As reported on the mailing list at: http://mail-archives.apache.org/mod_mbox/poi-user/201007.mbox/%3C000901cb2fd1$7eb48060$7c1d8120$@[email protected]%3E HSSFWorkbook wb = ... HSSFCellStyle cs = wb.createCellStyle(); cs.setUserStyleName(name); However, when I try to do that I get an "Unable to set user specified style names for built in styles!" exception. When I'm creating a new cell style, I shouldn't be getting a built-in style, should I? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 02 22:16:43 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65379 invoked from network); 2 Aug 2010 22:16:42 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 2 Aug 2010 22:16:42 -0000 Received: (qmail 13564 invoked by uid 500); 2 Aug 2010 22:16:42 -0000 Delivered-To: [email protected] Received: (qmail 13354 invoked by uid 500); 2 Aug 2010 22:16:41 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 13345 invoked by uid 99); 2 Aug 2010 22:16:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Aug 2010 22:16:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Aug 2010 22:16:41 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o72MGKum006596 for <[email protected]>; Mon, 2 Aug 2010 22:16:20 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o72MGKE6006595; Mon, 2 Aug 2010 18:16:20 -0400 (EDT) Date: Mon, 2 Aug 2010 18:16:20 -0400 (EDT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49690] New: [PATCH] create safe strings for sheet names utility class X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49690 Summary: [PATCH] create safe strings for sheet names utility class Product: POI Version: 3.7-dev Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: HSSF AssignedTo: [email protected] ReportedBy: [email protected] Created an attachment (id=25829) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25829) SVN patch file, against r981695 When creating or renaming sheet names within a workbook, there are some rules to consider to avoid Exceptions. Such rules are max. length is 31 characters or no special characters allowed. So nearly every one developer who allows users to enter sheet names has to write some kind of validation code or transforming code. Such code guarantees correct names and avoids Exceptions. This patch contains a new util class org.apache.poi.hssf.util.WorkbookUtil which contains a method String createSafeSheetName(final String nameProposal). Along with some Javadoc enhancements a JUnit test is also included. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 02 22:17:16 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65756 invoked from network); 2 Aug 2010 22:17:11 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 2 Aug 2010 22:17:11 -0000 Received: (qmail 14784 invoked by uid 500); 2 Aug 2010 22:17:11 -0000 Delivered-To: [email protected] Received: (qmail 14757 invoked by uid 500); 2 Aug 2010 22:17:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 14749 invoked by uid 99); 2 Aug 2010 22:17:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Aug 2010 22:17:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Aug 2010 22:17:07 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o72MGkgh006601 for <[email protected]>; Mon, 2 Aug 2010 22:16:46 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o72MGjnZ006600; Mon, 2 Aug 2010 18:16:45 -0400 (EDT) Date: Mon, 2 Aug 2010 18:16:45 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49690] [PATCH] create safe strings for sheet names utility class X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: CC In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49690 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 02 22:18:33 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66661 invoked from network); 2 Aug 2010 22:18:33 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 2 Aug 2010 22:18:33 -0000 Received: (qmail 15202 invoked by uid 500); 2 Aug 2010 22:18:33 -0000 Delivered-To: [email protected] Received: (qmail 15176 invoked by uid 500); 2 Aug 2010 22:18:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 15168 invoked by uid 99); 2 Aug 2010 22:18:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Aug 2010 22:18:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Aug 2010 22:18:30 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o72MI9PX006607 for <[email protected]>; Mon, 2 Aug 2010 22:18:09 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o72MI8rQ006606; Mon, 2 Aug 2010 18:18:08 -0400 (EDT) Date: Mon, 2 Aug 2010 18:18:08 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49690] [PATCH] create safe strings for sheet names utility class X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Attachment #25829 mime type Attachment #25829 is patch In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49690 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #25829|application/octet-stream |text/plain mime type| | Attachment #25829|0 |1 is patch| | -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 03 08:27:20 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88740 invoked from network); 3 Aug 2010 08:27:20 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 3 Aug 2010 08:27:20 -0000 Received: (qmail 90935 invoked by uid 500); 3 Aug 2010 08:27:20 -0000 Delivered-To: [email protected] Received: (qmail 90528 invoked by uid 500); 3 Aug 2010 08:27:16 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 90508 invoked by uid 99); 3 Aug 2010 08:27:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 08:27:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 08:27:11 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o738QoJE012008 for <[email protected]>; Tue, 3 Aug 2010 08:26:50 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o738QnI4012007; Tue, 3 Aug 2010 04:26:49 -0400 (EDT) Date: Tue, 3 Aug 2010 04:26:49 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49654] unreadble content in xls X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P5 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49654 --- Comment #14 from Bryan Tong <[email protected]> 2010-08-03 04:26:47 EDT --- Hi Yegor Kozlov, I have read the source of Hyperlink related files and could not understand where the number of Hyperlinks are limited.Could you please give me some advice so that I can continue. int eofLoc = _sheet.getSheet().findFirstRecordLocBySid( EOFRecord.sid ); _sheet.getSheet().getRecords().add( eofLoc, link.record ); meanwhile,what doesnot rhe eofLoc exactly mean? Thanks a lot if you can explain more to me. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 03 12:30:19 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87017 invoked from network); 3 Aug 2010 12:30:19 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 3 Aug 2010 12:30:19 -0000 Received: (qmail 95514 invoked by uid 500); 3 Aug 2010 12:30:18 -0000 Delivered-To: [email protected] Received: (qmail 95268 invoked by uid 500); 3 Aug 2010 12:30:15 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 95256 invoked by uid 99); 3 Aug 2010 12:30:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 12:30:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 12:30:11 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o73CToIa013923 for <[email protected]>; Tue, 3 Aug 2010 12:29:50 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o73CTnuf013922; Tue, 3 Aug 2010 08:29:49 -0400 (EDT) Date: Tue, 3 Aug 2010 08:29:49 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49654] unreadble content in xls X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P5 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49654 --- Comment #15 from Yegor Kozlov <[email protected]> 2010-08-03 08:29:45 EDT --- > > I have read the source of Hyperlink related files and could not understand > where the number of Hyperlinks are limited.Could you please give me some advice > so that I can continue. > The number of hyperlinks is not limited in the Excel binary format, it seems to be a limitation of MS Excel application. I searched the format spec and MSDN and did not find this limitation. > int eofLoc = _sheet.getSheet().findFirstRecordLocBySid( EOFRecord.sid ); > _sheet.getSheet().getRecords().add( eofLoc, link.record ); > > > meanwhile,what doesnot rhe eofLoc exactly mean? Thanks a lot if you can explain > more to me. Excel workbook consists of records and the order of records is determined by the Excel binary format. Hyperlink records are appended to the sheet records and EOFRecord marks the end of the sheet. I think this code can be improved. EOFRecord seems to be always the last record in the collection and a better version would look as follows: List<RecordBase> records = _sheet.getSheet().getRecords(); int eofLoc = records.size() - 1; records.add( eofLoc, link.record ); This should significantly improve performance because findFirstRecordLocBySid takes O(N) operations to find a record in a sheet consisting of N records. I'm going commit the fix soon. Regards, Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 03 12:30:21 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87045 invoked from network); 3 Aug 2010 12:30:21 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 3 Aug 2010 12:30:21 -0000 Received: (qmail 95616 invoked by uid 500); 3 Aug 2010 12:30:21 -0000 Delivered-To: [email protected] Received: (qmail 95533 invoked by uid 500); 3 Aug 2010 12:30:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 95525 invoked by uid 99); 3 Aug 2010 12:30:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 12:30:19 +0000 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=FREEMAIL_FROM,FREEMAIL_REPLY,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 12:30:14 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1OgGd0-0004pb-A1 for [email protected]; Tue, 03 Aug 2010 05:29:54 -0700 Message-ID: <[email protected]> Date: Tue, 3 Aug 2010 05:29:54 -0700 (PDT) From: AUREO <[email protected]> To: [email protected] Subject: Re: DO NOT REPLY [Bug 49654] New: unreable content in xls In-Reply-To: <[email protected]/bugzilla/> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: [email protected] References: <[email protected]/bugzilla/> !!!!!! CUIDADO PROPAGANDA ENGANOSA !! ELE LEVOU MEU DINHEIRO E N=C3=83O FE= Z SITE !!!!!! Proposta de Site ---------------------------------------------------------------------------= ----- To: [email protected]=20 Subject: Proposta de Site=20 From: Paulo Aleksandro <[email protected]>=20 Date: Thu, 6 May 2010 07:10:59 -0300=20 Message-id: <00e6a2b7-40304-05a72992622685@home>=20 Reply-to: "Paulo Aleksandro" <[email protected]>=20 ---------------------------------------------------------------------------= ----- Bom Dia=20 =20 Meu nome e Paulo Aleksandro sou prestador de servi=C3=A7os no setor de TI = e sou propriet=C3=A1rio da empresa Star Consulting e venho apresentar um dos segmentos que a Star Consulting possui "Web Sites= " Em um mundo globalizado, ter um site na internet n=C3=A3o =C3=A9 mais um lu= xo para poucos, e sim uma regra geral para empresas que querem=20 sobreviver em um mercado cada vez mais agressivo. Ter uma p=C3=A1gina na internet se tornou indispens=C3=A1vel para empresas = de todos os tamanhos: grande, m=C3=A9dio ou pequeno porte.=20 Esta ferramenta possibilita comunica=C3=A7=C3=A3o junto ao seu cliente sobr= e os seus produtos e servi=C3=A7os, apresentando seus diferenciais.=20 Mas n=C3=A3o basta ter um site "bonitinho" e esperar que chova clientes! Pe= lo contr=C3=A1rio, ter um site na internet =C3=A9 apenas o primeiro=20 passo para a empresa que est=C3=A1 "engatinhando" no mundo virtual, =C3=A9 = o come=C3=A7o de muito trabalho para que essa ferramenta seja utilizada=20 de forma inteligente, que possa corresponder positivamente ao tempo e dinheiro investidos. Cerca de 95% das empresas que atualmente est=C3=A3o na internet n=C3=A3o ob= t=C3=AAm o sucesso esperado.=20 Porqu=C3=AA? Simples: quem o produziu n=C3=A3o pensou no p=C3=BAblico alvo = do site, pensou apenas no "design" da p=C3=A1gina. Antes de come=C3=A7ar a desenvolver um projeto web, =C3=A9 necess=C3=A1rio = saber o que seus clientes querem quando entram em seu site, =C3=A9=20 necess=C3=A1rio satisfaz=C3=AA-los, cativ=C3=A1-los para que se sintam segu= ros em rela=C3=A7=C3=A3o a sua empresa, e percebam os valores que a destacam no mercado! Email Empresarial Incluso com 7gb de espa=C3=A7o=20 Nao utilize mais @gmail @uol @ig @bol @hotmail use o seu dominio @seusite.com,br Desenvolvimento de Sistemas e Sites em Flash, PHP, ASP, Sistema de E-commerce, CMS, EAD ,Intranet dentre muitos outros Outras Solu=C3=A7=C3=B5es da Star Consulting Windows integrado com Linux Proxy autenticado com filtro de conteudo padr=C3=A3o NTLM, LDAP ou Basic, S= amba, Ftp e muitos outros aplicativos Linux Servidor Dns, Servidor de Hospedagem, Servidor Web, Firewall, Gateway, Balanceador de Carga, VPN, Monitor de Servidres, Servidores de email, Controle de entrada e saida de dados por email, =20 filtro de internet, Load Balance, chat, Comunicador interno, Servidor asterisk de PBX-IP, Servidor Moodle, Joomla, E-commerce, Zimbra, ISPConfig, Cpanel, video conferencia, Voip, Filtro de internet, Filtro de Email, dentre muitos outros servi=C3=A7os em plataforma linux,=20 Windows Servidores de dominio, AD, Dns, Wins, VPN, IIS, Exchange, Isa Server e muitos outros. Virtualiza=C3=A7=C3=A3o e Paravirtualiza=C3=A7=C3=A3o (Emula=C3=A7=C3=A3o d= e servidores)=20 Windows e linux na mesma maquina reduzindo custo de aquisi=C3=A7ao de equipamentos Hardware Montagem, manuten=C3=A7=C3=A3o,e atualiza=C3=A7=C3=A3o de equipamento para = utliza=C3=A7=C3=A3o com versoes mais recentes de sistema operacional Software de Controle Chamados T=C3=A9c= nicos Com SLA, Redes Montagem de redes, Servidores em Windows e Linux, Cabeamento e projetos de rede, Roteadores, WIFI dentre outras solu=C3=A7oes Paulo Aleksandro StarConsulting Consultoria e Treinamentos em Tecnologia www.starconsulting.com.br [email protected] +55 11 6678 - 5450 Skype: titocaldo MSN: [email protected] 6/5/2010 07:10:56 --=20 View this message in context: http://old.nabble.com/DO-NOT-REPLY--Bug-49654= --New%3A-unreable-content-in-xls-tp29275804p29334853.html Sent from the POI - Dev mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 03 12:35:33 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88658 invoked from network); 3 Aug 2010 12:35:33 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 3 Aug 2010 12:35:33 -0000 Received: (qmail 99467 invoked by uid 500); 3 Aug 2010 12:35:33 -0000 Delivered-To: [email protected] Received: (qmail 99216 invoked by uid 500); 3 Aug 2010 12:35:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 99202 invoked by uid 99); 3 Aug 2010 12:35:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 12:35:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 12:35:27 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o73CZ6Y5013962 for <[email protected]>; Tue, 3 Aug 2010 12:35:06 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o73CZ5ZZ013961; Tue, 3 Aug 2010 08:35:05 -0400 (EDT) Date: Tue, 3 Aug 2010 08:35:05 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49654] unreadble content in xls X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P5 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49654 --- Comment #16 from Yegor Kozlov <[email protected]> 2010-08-03 08:35:02 EDT --- > > From the begging ,we also suppose that maybe the reason .but after research,I > try to add over 180000 of Hyperlink in the Excel manually and find no problem > ,only by POI , It seems that number of HyperLinks is limited,so we think It 's > a bug there. > > However,for one week ,we still find not way to solve it. How did you create that file with over 180000 of hyperlinks? I wrote a small VBA script identical to your Java sample. It crashes if the total number of created hyperlinks is greater than 64K. Can you run it on your machine and see if it works for 180000 links? Regards, Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 03 12:36:44 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88873 invoked from network); 3 Aug 2010 12:36:44 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 3 Aug 2010 12:36:44 -0000 Received: (qmail 2022 invoked by uid 500); 3 Aug 2010 12:36:44 -0000 Delivered-To: [email protected] Received: (qmail 1932 invoked by uid 500); 3 Aug 2010 12:36:42 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 1920 invoked by uid 99); 3 Aug 2010 12:36:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 12:36:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 12:36:41 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o73CaLaN013983 for <[email protected]>; Tue, 3 Aug 2010 12:36:21 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o73CaKF0013982; Tue, 3 Aug 2010 08:36:20 -0400 (EDT) Date: Tue, 3 Aug 2010 08:36:20 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49654] unreadble content in xls X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P5 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49654 --- Comment #17 from Yegor Kozlov <[email protected]> 2010-08-03 08:36:16 EDT --- Created an attachment (id=25832) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25832) VBA script to create workbook with hyperlinks -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 03 12:41:58 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90411 invoked from network); 3 Aug 2010 12:41:58 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 3 Aug 2010 12:41:58 -0000 Received: (qmail 14690 invoked by uid 500); 3 Aug 2010 12:41:58 -0000 Delivered-To: [email protected] Received: (qmail 14422 invoked by uid 500); 3 Aug 2010 12:41:55 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 14414 invoked by uid 99); 3 Aug 2010 12:41:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 12:41:54 +0000 X-ASF-Spam-Status: No, hits=4.1 required=10.0 tests=FREEMAIL_FROM,FREEMAIL_REPLY,SPF_HELO_PASS,SPF_PASS,SUBJ_ALL_CAPS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 12:41:46 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1OgGoA-0005p6-3n for [email protected]; Tue, 03 Aug 2010 05:41:26 -0700 Message-ID: <[email protected]> Date: Tue, 3 Aug 2010 05:41:26 -0700 (PDT) From: PAULO ALEKSANDRO <[email protected]> To: [email protected] Subject: PAULO ALEKSANDRO CUIDADO !!!!!!!!!! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org !!!!!! CUIDADO PROPAGANDA ENGANOSA !! ELE LEVOU MEU DINHEIRO E N=C3=83O FE= Z SITE !!!!!!=20 Proposta de Site=20 ---------------------------------------------------------------------------= -----=20 To: [email protected]=20 Subject: Proposta de Site=20 From: Paulo Aleksandro <[email protected]>=20 Date: Thu, 6 May 2010 07:10:59 -0300=20 Message-id: <00e6a2b7-40304-05a72992622685@home>=20 Reply-to: "Paulo Aleksandro" <[email protected]>=20 ---------------------------------------------------------------------------= -----=20 Bom Dia=20 =20 Meu nome e Paulo Aleksandro sou prestador de servi=C3=A7os no setor de TI = e sou propriet=C3=A1rio da empresa Star Consulting=20 e venho apresentar um dos segmentos que a Star Consulting possui "Web Sites= "=20 Em um mundo globalizado, ter um site na internet n=C3=A3o =C3=A9 mais um lu= xo para poucos, e sim uma regra geral para empresas que querem=20 sobreviver em um mercado cada vez mais agressivo.=20 Ter uma p=C3=A1gina na internet se tornou indispens=C3=A1vel para empresas = de todos os tamanhos: grande, m=C3=A9dio ou pequeno porte.=20 Esta ferramenta possibilita comunica=C3=A7=C3=A3o junto ao seu cliente sobr= e os seus produtos e servi=C3=A7os, apresentando seus diferenciais.=20 Mas n=C3=A3o basta ter um site "bonitinho" e esperar que chova clientes! Pe= lo contr=C3=A1rio, ter um site na internet =C3=A9 apenas o primeiro=20 passo para a empresa que est=C3=A1 "engatinhando" no mundo virtual, =C3=A9 = o come=C3=A7o de muito trabalho para que essa ferramenta seja utilizada=20 de forma inteligente, que possa corresponder positivamente ao tempo e dinheiro investidos.=20 Cerca de 95% das empresas que atualmente est=C3=A3o na internet n=C3=A3o ob= t=C3=AAm o sucesso esperado.=20 Porqu=C3=AA? Simples: quem o produziu n=C3=A3o pensou no p=C3=BAblico alvo = do site, pensou apenas no "design" da p=C3=A1gina.=20 Antes de come=C3=A7ar a desenvolver um projeto web, =C3=A9 necess=C3=A1rio = saber o que seus clientes querem quando entram em seu site, =C3=A9=20 necess=C3=A1rio satisfaz=C3=AA-los, cativ=C3=A1-los para que se sintam segu= ros em rela=C3=A7=C3=A3o a sua empresa, e percebam os valores que a destacam no mercado!=20 Email Empresarial Incluso com 7gb de espa=C3=A7o=20 Nao utilize mais @gmail @uol @ig @bol @hotmail use o seu dominio @seusite.com,br=20 Desenvolvimento de Sistemas e Sites em Flash, PHP, ASP, Sistema de E-commerce, CMS, EAD ,Intranet dentre muitos outros=20 Outras Solu=C3=A7=C3=B5es da Star Consulting=20 Windows integrado com Linux=20 Proxy autenticado com filtro de conteudo padr=C3=A3o NTLM, LDAP ou Basic, S= amba, Ftp e muitos outros aplicativos=20 Linux=20 Servidor Dns, Servidor de Hospedagem, Servidor Web, Firewall, Gateway, Balanceador de Carga, VPN, Monitor de Servidres, Servidores de email, Controle de entrada e saida de dados por email, =20 filtro de internet, Load Balance, chat, Comunicador interno, Servidor asterisk de PBX-IP, Servidor Moodle, Joomla, E-commerce, Zimbra, ISPConfig, Cpanel, video conferencia, Voip, Filtro de internet, Filtro de Email,=20 dentre muitos outros servi=C3=A7os em plataforma linux,=20 Windows=20 Servidores de dominio, AD, Dns, Wins, VPN, IIS, Exchange, Isa Server e muitos outros.=20 Virtualiza=C3=A7=C3=A3o e Paravirtualiza=C3=A7=C3=A3o (Emula=C3=A7=C3=A3o d= e servidores)=20 Windows e linux na mesma maquina reduzindo custo de aquisi=C3=A7ao de equipamentos=20 Hardware=20 Montagem, manuten=C3=A7=C3=A3o,e atualiza=C3=A7=C3=A3o de equipamento para = utliza=C3=A7=C3=A3o com versoes mais recentes de sistema operacional Software de Controle Chamados T=C3=A9c= nicos Com SLA,=20 Redes=20 Montagem de redes, Servidores em Windows e Linux, Cabeamento e projetos de rede, Roteadores, WIFI dentre outras solu=C3=A7oes=20 Paulo Aleksandro=20 StarConsulting Consultoria e Treinamentos em Tecnologia=20 www.starconsulting.com.br=20 [email protected]=20 +55 11 6678 - 5450=20 Skype: titocaldo=20 MSN: [email protected]=20 6/5/2010 07:10:56=20 =20 --=20 View this message in context: http://old.nabble.com/PAULO-ALEKSANDRO-CUIDAD= O-%21%21%21%21%21%21%21%21%21%21-tp29334947p29334947.html Sent from the POI - Dev mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 03 15:37:03 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63147 invoked from network); 3 Aug 2010 15:37:03 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 3 Aug 2010 15:37:03 -0000 Received: (qmail 96496 invoked by uid 500); 3 Aug 2010 15:37:03 -0000 Delivered-To: [email protected] Received: (qmail 96410 invoked by uid 500); 3 Aug 2010 15:37:02 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 96402 invoked by uid 99); 3 Aug 2010 15:37:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 15:37:02 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 15:37:00 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o73Fac6X015791 for <[email protected]>; Tue, 3 Aug 2010 15:36:38 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o73Fabjp015790; Tue, 3 Aug 2010 11:36:37 -0400 (EDT) Date: Tue, 3 Aug 2010 11:36:37 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49689] Can't set the user style name on custom cell styles X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49689 Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Nick Burch <[email protected]> 2010-08-03 11:36:35 EDT --- Should be fixed in r981930 - because all StyleRecords have the builtin flag set when created, we now also check the index to decide if they need to remain that way -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 03 16:08:14 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75220 invoked from network); 3 Aug 2010 16:08:14 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 3 Aug 2010 16:08:14 -0000 Received: (qmail 43659 invoked by uid 500); 3 Aug 2010 16:08:14 -0000 Delivered-To: [email protected] Received: (qmail 43619 invoked by uid 500); 3 Aug 2010 16:08:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 43611 invoked by uid 99); 3 Aug 2010 16:08:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 16:08:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 16:08:11 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o73G7nTx016123 for <[email protected]>; Tue, 3 Aug 2010 16:07:49 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o73G7nl1016122; Tue, 3 Aug 2010 12:07:49 -0400 (EDT) Date: Tue, 3 Aug 2010 12:07:49 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49441] Wrong CharSet X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSMF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49441 Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution| |FIXED --- Comment #6 from Nick Burch <[email protected]> 2010-08-03 12:07:45 EDT --- Fixed in r981947. There is now a guess7BitEncoding() method on MAPIMessage, which looks in the headers to guess the encoding, then calls the new set encoding method on the string chunks -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 03 16:08:27 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 75597 invoked from network); 3 Aug 2010 16:08:21 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 3 Aug 2010 16:08:21 -0000 Received: (qmail 44719 invoked by uid 500); 3 Aug 2010 16:08:21 -0000 Delivered-To: [email protected] Received: (qmail 44673 invoked by uid 500); 3 Aug 2010 16:08:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 44502 invoked by uid 99); 3 Aug 2010 16:08:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 16:08:18 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=FORGED_HOTMAIL_RCVD2,FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 16:08:13 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1OgK1x-0000TE-Cv for [email protected]; Tue, 03 Aug 2010 09:07:53 -0700 Message-ID: <[email protected]> Date: Tue, 3 Aug 2010 09:07:53 -0700 (PDT) From: Osmosis Paul <[email protected]> To: [email protected] Subject: Create a XSSFWorkbook from a XSSFReder MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] well in general that i'm trying is get an xlsx file load with XSSF and when i have an object XSSFReader by the OPCPackage,iterate and modify, every sheet, and then create a new XSSFWorkbook, load over him the modification information, and update or create a new file. The first problem that i had has been i remark if you dont mind in code: ReadonlySharedStringsTable strings = new ReadonlySharedStringsTable(this.xlsxPackage); XSSFReader xssfReader = new XSSFReader(this.xlsxPackage); StylesTable styles = xssfReader.getStylesTable(); XSSFReader.SheetIterator iter = (XSSFReader.SheetIterator) xssfReader.getSheetsData(); int index = 0; while (iter.hasNext()) { InputStream stream = iter.next(); XSSFWorkbook wb = new XSSFWorkbook(stream); //Here have the error String sheetName = iter.getSheetName(); this.output.println(); this.output.println(sheetName + " [index=" + index + "]:"); processSheet(styles, strings, stream); ++index; stream.close(); } The error that i recieve is this: Exception in thread "main" org.apache.poi.openxml4j.exceptions.InvalidOperationException: Can't open the specified file: 'C:\Users\pablo\AppData\Local\Temp\poifiles\poi-ooxml--1808017487.tmp' at org.apache.poi.openxml4j.opc.ZipPackage.<init>(ZipPackage.java:102) at org.apache.poi.openxml4j.opc.OPCPackage.open(OPCPackage.java:199) at org.apache.poi.openxml4j.opc.OPCPackage.open(OPCPackage.java:178) at org.apache.poi.util.PackageHelper.open(PackageHelper.java:53) at org.apache.poi.xssf.usermodel.XSSFWorkbook.<init>(XSSFWorkbook.java:144) at org.apache.poi.xssf.eventusermodel.XLSX2CSV.process(XLSX2CSV.java:519) at org.apache.poi.xssf.eventusermodel.XLSX2CSV.main(XLSX2CSV.java:624) Thanks everyone for the help -- View this message in context: http://old.nabble.com/Create-a-XSSFWorkbook-from-a-XSSFReder-tp29337197p29337197.html Sent from the POI - Dev mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 03 16:08:46 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76239 invoked from network); 3 Aug 2010 16:08:46 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 3 Aug 2010 16:08:46 -0000 Received: (qmail 45104 invoked by uid 500); 3 Aug 2010 16:08:46 -0000 Delivered-To: [email protected] Received: (qmail 44991 invoked by uid 500); 3 Aug 2010 16:08:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 44983 invoked by uid 99); 3 Aug 2010 16:08:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 16:08:45 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=FORGED_HOTMAIL_RCVD2,FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 16:08:39 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1OgK2M-0000VL-NI for [email protected]; Tue, 03 Aug 2010 09:08:18 -0700 Message-ID: <[email protected]> Date: Tue, 3 Aug 2010 09:08:18 -0700 (PDT) From: Osmosis Paul <[email protected]> To: [email protected] Subject: Create a XSSFWorkbook from a XSSFReader MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] X-Virus-Checked: Checked by ClamAV on apache.org well in general that i'm trying is get an xlsx file load with XSSF and when i have an object XSSFReader by the OPCPackage,iterate and modify, every sheet, and then create a new XSSFWorkbook, load over him the modification information, and update or create a new file. The first problem that i had has been i remark if you dont mind in code: ReadonlySharedStringsTable strings = new ReadonlySharedStringsTable(this.xlsxPackage); XSSFReader xssfReader = new XSSFReader(this.xlsxPackage); StylesTable styles = xssfReader.getStylesTable(); XSSFReader.SheetIterator iter = (XSSFReader.SheetIterator) xssfReader.getSheetsData(); int index = 0; while (iter.hasNext()) { InputStream stream = iter.next(); XSSFWorkbook wb = new XSSFWorkbook(stream); //Here have the error String sheetName = iter.getSheetName(); this.output.println(); this.output.println(sheetName + " [index=" + index + "]:"); processSheet(styles, strings, stream); ++index; stream.close(); } The error that i recieve is this: Exception in thread "main" org.apache.poi.openxml4j.exceptions.InvalidOperationException: Can't open the specified file: 'C:\Users\pablo\AppData\Local\Temp\poifiles\poi-ooxml--1808017487.tmp' at org.apache.poi.openxml4j.opc.ZipPackage.<init>(ZipPackage.java:102) at org.apache.poi.openxml4j.opc.OPCPackage.open(OPCPackage.java:199) at org.apache.poi.openxml4j.opc.OPCPackage.open(OPCPackage.java:178) at org.apache.poi.util.PackageHelper.open(PackageHelper.java:53) at org.apache.poi.xssf.usermodel.XSSFWorkbook.<init>(XSSFWorkbook.java:144) at org.apache.poi.xssf.eventusermodel.XLSX2CSV.process(XLSX2CSV.java:519) at org.apache.poi.xssf.eventusermodel.XLSX2CSV.main(XLSX2CSV.java:624) Thanks everyone for the help -- View this message in context: http://old.nabble.com/Create-a-XSSFWorkbook-from-a-XSSFReader-tp29337197p29337197.html Sent from the POI - Dev mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 03 16:21:43 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82884 invoked from network); 3 Aug 2010 16:21:43 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 3 Aug 2010 16:21:43 -0000 Received: (qmail 66658 invoked by uid 500); 3 Aug 2010 16:21:43 -0000 Delivered-To: [email protected] Received: (qmail 66620 invoked by uid 500); 3 Aug 2010 16:21:42 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 66612 invoked by uid 99); 3 Aug 2010 16:21:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 16:21:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 16:21:41 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o73GLL2f016229 for <[email protected]>; Tue, 3 Aug 2010 16:21:21 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o73GLLZT016228; Tue, 3 Aug 2010 12:21:21 -0400 (EDT) Date: Tue, 3 Aug 2010 12:21:21 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 47271] StyleSheet.createChp stack overflow - parent style description is itself X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HWPF X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=47271 Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #5 from Nick Burch <[email protected]> 2010-08-03 12:21:17 EDT --- We need someone to figure out if the problem is caused by a bug in our chp decoding, or if it's correctly decoded by just not something we currently support. Once we know that, we can decide if the suggested fix is OK to apply, or if we need to revist the chp decoding code to avoid getting into this situation in the first place HWPF currently lacks a pointman, so if this matters to you, please do investigate and report back! -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 03 16:30:22 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 89078 invoked from network); 3 Aug 2010 16:30:22 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 3 Aug 2010 16:30:22 -0000 Received: (qmail 77295 invoked by uid 500); 3 Aug 2010 16:30:22 -0000 Delivered-To: [email protected] Received: (qmail 77140 invoked by uid 500); 3 Aug 2010 16:30:21 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 77132 invoked by uid 99); 3 Aug 2010 16:30:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 16:30:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 16:30:19 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o73GTv1j016399 for <[email protected]>; Tue, 3 Aug 2010 16:29:57 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o73GTv9T016397; Tue, 3 Aug 2010 12:29:57 -0400 (EDT) Date: Tue, 3 Aug 2010 12:29:57 -0400 (EDT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49694] New: autoSizeColumn does not respect dates in HSSF X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49694 Summary: autoSizeColumn does not respect dates in HSSF Product: POI Version: 3.6 Platform: PC Status: NEW Severity: minor Priority: P2 Component: HSSF AssignedTo: [email protected] ReportedBy: [email protected] The method sheet.autoSizeColumn for HSSF does not respect formats for dates. It rather tries to format the date as a numeric, fails and falls back to a very simple to-string-transformation: try { NumberFormat fmt; if ("General".equals(format)) sval = "" + value; else { // --> fails, because the format is no Decimal Format fmt = new DecimalFormat(format); sval = fmt.format(value); } } catch (Exception e) { sval = "" + value; } Hence, the width for date cells is not calculated corretly. Sample Code ist here: //----------------------------------- Workbook workBook = new HSSFWorkbook(); Sheet sheet = workBook.createSheet("First Sheet"); Row row = sheet.createRow(0); Cell cell = row.createCell(0); cell.setCellValue(new GregorianCalendar(2010, 7, 3)); DataFormat dataFormat = workBook.getCreationHelper().createDataFormat(); CellStyle cellStyle = workBook.createCellStyle(); cellStyle.setDataFormat(dataFormat.getFormat("dd.mm.yyyy")); cell.setCellStyle(cellStyle); row = sheet.createRow(1); cell = row.createCell(0); cell.setCellValue("small"); sheet.autoSizeColumn(0); workBook.write(outputStream); //----------------------------------- -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 03 16:54:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97503 invoked from network); 3 Aug 2010 16:54:57 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 3 Aug 2010 16:54:57 -0000 Received: (qmail 13015 invoked by uid 500); 3 Aug 2010 16:54:57 -0000 Delivered-To: [email protected] Received: (qmail 12993 invoked by uid 500); 3 Aug 2010 16:54:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 12985 invoked by uid 99); 3 Aug 2010 16:54:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 16:54:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 16:54:56 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o73GsZeA016630 for <[email protected]>; Tue, 3 Aug 2010 16:54:35 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o73GsZM9016629; Tue, 3 Aug 2010 12:54:35 -0400 (EDT) Date: Tue, 3 Aug 2010 12:54:35 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 48339] Exception threw when filtering the attached Excel using tika-app-0.4.jar X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=48339 --- Comment #2 from willpower1024 <[email protected]> 2010-08-03 12:54:32 EDT --- Glad to see this a known issue and that it is fixed :))). My app was having issues reading spreadsheets with Linked Notes after upgrading to 3.6. I've tested the fix with the 3.7 beta1 libraries and it works like a charm for reading Linked Notes. Appreciate the quick turnaround. Any ETA on the release of 3.7? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 03 17:00:13 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 98756 invoked from network); 3 Aug 2010 17:00:13 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 3 Aug 2010 17:00:13 -0000 Received: (qmail 22217 invoked by uid 500); 3 Aug 2010 17:00:12 -0000 Delivered-To: [email protected] Received: (qmail 22179 invoked by uid 500); 3 Aug 2010 17:00:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22165 invoked by uid 99); 3 Aug 2010 17:00:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 17:00:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 17:00:09 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o73GxmBk016689 for <[email protected]>; Tue, 3 Aug 2010 16:59:48 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o73Gxlli016688; Tue, 3 Aug 2010 12:59:47 -0400 (EDT) Date: Tue, 3 Aug 2010 12:59:47 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 48339] Exception threw when filtering the attached Excel using tika-app-0.4.jar X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=48339 --- Comment #3 from Nick Burch <[email protected]> 2010-08-03 12:59:45 EDT --- Next beta will hopefully be in a week or so (voting will start shortly), the final release will depend on bug reports! -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 03 17:13:32 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8951 invoked from network); 3 Aug 2010 17:13:32 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 3 Aug 2010 17:13:32 -0000 Received: (qmail 37942 invoked by uid 500); 3 Aug 2010 17:13:32 -0000 Delivered-To: [email protected] Received: (qmail 37922 invoked by uid 500); 3 Aug 2010 17:13:31 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 37914 invoked by uid 99); 3 Aug 2010 17:13:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 17:13:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 17:13:30 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o73HDAOS016906 for <[email protected]>; Tue, 3 Aug 2010 17:13:10 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o73HDAWh016905; Tue, 3 Aug 2010 13:13:10 -0400 (EDT) Date: Tue, 3 Aug 2010 13:13:10 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49694] autoSizeColumn does not respect dates in HSSF X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: [email protected] X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution OS/Version In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49694 Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED OS/Version| |All --- Comment #1 from Nick Burch <[email protected]> 2010-08-03 13:13:07 EDT --- HSSFDataFormatter now looks to be up to the job of correctly formatting the cells for an excel-like display I've updated HSSFSheet to use this, in r981969. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 04 01:54:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13055 invoked from network); 4 Aug 2010 01:54:57 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 4 Aug 2010 01:54:57 -0000 Received: (qmail 46733 invoked by uid 500); 4 Aug 2010 01:54:57 -0000 Delivered-To: [email protected] Received: (qmail 46676 invoked by uid 500); 4 Aug 2010 01:54:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 46668 invoked by uid 99); 4 Aug 2010 01:54:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2010 01:54:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2010 01:54:55 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o741sZlZ022242 for <[email protected]>; Wed, 4 Aug 2010 01:54:35 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o741sZ5L022241; Tue, 3 Aug 2010 21:54:35 -0400 (EDT) Date: Tue, 3 Aug 2010 21:54:35 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49654] unreadble content in xls X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P5 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49654 --- Comment #18 from Bryan Tong <[email protected]> 2010-08-03 21:54:31 EDT --- (In reply to comment #17) > Created an attachment (id=25832) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25832) [details] > VBA script to create workbook with hyperlinks I have run this script and It also crashed. for the 180000 hyperlinks, I input several mannually and then copy paste,then I save the workbook and reopen it again,It has no problem.That means that MS Excel can store many hyperlinks. It seems only by program which generates the excel file,It has such limitation,I have tries the JXL excel export and It has the same problem. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 04 07:46:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77514 invoked from network); 4 Aug 2010 07:46:57 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 4 Aug 2010 07:46:57 -0000 Received: (qmail 11907 invoked by uid 500); 4 Aug 2010 07:46:57 -0000 Delivered-To: [email protected] Received: (qmail 11242 invoked by uid 500); 4 Aug 2010 07:46:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 11228 invoked by uid 99); 4 Aug 2010 07:46:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2010 07:46:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2010 07:46:51 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o747kVYi025542 for <[email protected]>; Wed, 4 Aug 2010 07:46:31 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o747kVpf025541; Wed, 4 Aug 2010 03:46:31 -0400 (EDT) Date: Wed, 4 Aug 2010 03:46:31 -0400 (EDT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49702] New: wb.getNumCellStyles() incorrect compared to wb.getCellStyleAt() X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: XSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49702 Summary: wb.getNumCellStyles() incorrect compared to wb.getCellStyleAt() Product: POI Version: 3.7-dev Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: XSSF AssignedTo: [email protected] ReportedBy: [email protected] Created an attachment (id=25840) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25840) patch for StylesTable to return size of correct (?) list XSSFWorkbook implementation of wb.getNumCellStyles returns incorrect value, usually just "1", while wb.getCellStyleAt() still finds all the styles (...before IndexOutOfBounds hits :) I inspected the code, and finally patched StylesTable to return size of different list, as shown in attached patch. Seems to work, although I would suggest that someone more familiar with XSSF internals checks through the code. I got quite confused about styleXfs vs. xfs... -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 04 11:53:07 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63936 invoked from network); 4 Aug 2010 11:53:07 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 4 Aug 2010 11:53:07 -0000 Received: (qmail 39686 invoked by uid 500); 4 Aug 2010 11:53:07 -0000 Delivered-To: [email protected] Received: (qmail 39431 invoked by uid 500); 4 Aug 2010 11:53:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 39423 invoked by uid 99); 4 Aug 2010 11:53:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2010 11:53:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2010 11:53:03 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o74BqgZw027665 for <[email protected]>; Wed, 4 Aug 2010 11:52:42 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o74BqgV4027664; Wed, 4 Aug 2010 07:52:42 -0400 (EDT) Date: Wed, 4 Aug 2010 07:52:42 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 48075] Broken paragraph to text mapping in some documents X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HWPF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <{{EMAIL+PHONE}}/bugzilla/> References: <{{EMAIL+PHONE}}/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=48075 --- Comment #2 from Maxim Valyanskiy <[email protected]> 2010-08-04 07:52:38 EDT --- Paragraph offsets (FC) in PAPX in this file are 2048 bytes larger than real character data in text pieces. Hm. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 04 12:45:31 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90042 invoked from network); 4 Aug 2010 12:45:30 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 4 Aug 2010 12:45:30 -0000 Received: (qmail 95094 invoked by uid 500); 4 Aug 2010 12:45:30 -0000 Delivered-To: [email protected] Received: (qmail 94828 invoked by uid 500); 4 Aug 2010 12:45:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 94816 invoked by uid 99); 4 Aug 2010 12:45:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2010 12:45:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2010 12:45:27 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o74Cj6jW028029 for <[email protected]>; Wed, 4 Aug 2010 12:45:06 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o74Cj6vt028028; Wed, 4 Aug 2010 08:45:06 -0400 (EDT) Date: Wed, 4 Aug 2010 08:45:06 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 48075] Broken paragraph to text mapping in some documents X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HWPF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution In-Reply-To: <{{EMAIL+PHONE}}/bugzilla/> References: <{{EMAIL+PHONE}}/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=48075 Maxim Valyanskiy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Maxim Valyanskiy <[email protected]> 2010-08-04 08:45:04 EDT --- Fixed by workaround in r982238 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 04 14:15:45 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30360 invoked from network); 4 Aug 2010 14:15:45 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 4 Aug 2010 14:15:45 -0000 Received: (qmail 30867 invoked by uid 500); 4 Aug 2010 14:15:45 -0000 Delivered-To: [email protected] Received: (qmail 30603 invoked by uid 500); 4 Aug 2010 14:15:43 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 30595 invoked by uid 99); 4 Aug 2010 14:15:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2010 14:15:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2010 14:15:41 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o74EFLYc028786 for <[email protected]>; Wed, 4 Aug 2010 14:15:21 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o74EFLpf028785; Wed, 4 Aug 2010 10:15:21 -0400 (EDT) Date: Wed, 4 Aug 2010 10:15:21 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49690] [PATCH] create safe strings for sheet names utility class X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49690 Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Nick Burch <[email protected]> 2010-08-04 10:15:17 EDT --- Thanks, applied in r982260. Applied in the ss.util rather than hssf.util package though, as it looks to be appropriate for xssf too -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 04 14:43:59 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40877 invoked from network); 4 Aug 2010 14:43:58 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 4 Aug 2010 14:43:58 -0000 Received: (qmail 93392 invoked by uid 500); 4 Aug 2010 14:43:58 -0000 Delivered-To: [email protected] Received: (qmail 93141 invoked by uid 500); 4 Aug 2010 14:43:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 92544 invoked by uid 99); 4 Aug 2010 14:43:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2010 14:43:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2010 14:43:55 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o74EhX4U029028 for <[email protected]>; Wed, 4 Aug 2010 14:43:33 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o74EhX9j029027; Wed, 4 Aug 2010 10:43:33 -0400 (EDT) Date: Wed, 4 Aug 2010 10:43:33 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49702] wb.getNumCellStyles() incorrect compared to wb.getCellStyleAt() X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: XSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49702 Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Nick Burch <[email protected]> 2010-08-04 10:43:29 EDT --- Thanks for investigating this Something similar applied in r982269, along with unit tests which show that we correct get the right number of styles as they're added, and that we can't read off the end of the list any more -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 04 15:04:27 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48603 invoked from network); 4 Aug 2010 15:04:27 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 4 Aug 2010 15:04:27 -0000 Received: (qmail 24388 invoked by uid 500); 4 Aug 2010 15:04:27 -0000 Delivered-To: [email protected] Received: (qmail 24255 invoked by uid 500); 4 Aug 2010 15:04:26 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 24240 invoked by uid 99); 4 Aug 2010 15:04:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2010 15:04:26 +0000 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=FREEMAIL_FROM,FREEMAIL_REPLY,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2010 15:04:19 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1OgfVe-0000cb-P8 for [email protected]; Wed, 04 Aug 2010 08:03:58 -0700 Message-ID: <[email protected]> Date: Wed, 4 Aug 2010 08:03:58 -0700 (PDT) From: AUREO <[email protected]> To: [email protected] Subject: =?UTF-8?Q?Re:_PAULO_ALEKSANDRO/__CUIDADO_!!!!!!!?= =?UTF-8?Q?!!!__ELE_N=C3=83O_CUMPRE_COM_OS_COMPROMISSOS?= In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: [email protected] References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org AUREO wrote: >=20 > !!!!!! CUIDADO PROPAGANDA ENGANOSA !! ELE LEVOU MEU DINHEIRO E N=C3=83O = FEZ > SITE !!!!!!=20 >=20 > Proposta de Site=20 >=20 > -------------------------------------------------------------------------= -------=20 >=20 > To: [email protected]=20 > Subject: Proposta de Site=20 > From: Paulo Aleksandro <[email protected]>=20 > Date: Thu, 6 May 2010 07:10:59 -0300=20 > Message-id: <00e6a2b7-40304-05a72992622685@home>=20 > Reply-to: "Paulo Aleksandro" <[email protected]>=20 >=20 > -------------------------------------------------------------------------= -------=20 >=20 > Bom Dia=20 > =20 > Meu nome e Paulo Aleksandro sou prestador de servi=C3=A7os no setor de TI= e > sou propriet=C3=A1rio da empresa Star Consulting=20 > e venho apresentar um dos segmentos que a Star Consulting possui "Web > Sites"=20 >=20 > Em um mundo globalizado, ter um site na internet n=C3=A3o =C3=A9 mais um = luxo para > poucos, e sim uma regra geral para empresas que querem=20 > sobreviver em um mercado cada vez mais agressivo.=20 > Ter uma p=C3=A1gina na internet se tornou indispens=C3=A1vel para empresa= s de todos > os tamanhos: grande, m=C3=A9dio ou pequeno porte.=20 > Esta ferramenta possibilita comunica=C3=A7=C3=A3o junto ao seu cliente so= bre os seus > produtos e servi=C3=A7os, apresentando seus diferenciais.=20 > Mas n=C3=A3o basta ter um site "bonitinho" e esperar que chova clientes! = Pelo > contr=C3=A1rio, ter um site na internet =C3=A9 apenas o primeiro=20 > passo para a empresa que est=C3=A1 "engatinhando" no mundo virtual, =C3= =A9 o come=C3=A7o > de muito trabalho para que essa ferramenta seja utilizada=20 > de forma inteligente, que possa corresponder positivamente ao tempo e > dinheiro investidos.=20 > Cerca de 95% das empresas que atualmente est=C3=A3o na internet n=C3=A3o = obt=C3=AAm o > sucesso esperado.=20 > Porqu=C3=AA? Simples: quem o produziu n=C3=A3o pensou no p=C3=BAblico alv= o do site, > pensou apenas no "design" da p=C3=A1gina.=20 > Antes de come=C3=A7ar a desenvolver um projeto web, =C3=A9 necess=C3=A1ri= o saber o que > seus clientes querem quando entram em seu site, =C3=A9=20 > necess=C3=A1rio satisfaz=C3=AA-los, cativ=C3=A1-los para que se sintam se= guros em rela=C3=A7=C3=A3o > a sua empresa, e percebam os valores que a destacam no mercado!=20 >=20 > Email Empresarial Incluso com 7gb de espa=C3=A7o=20 > Nao utilize mais @gmail @uol @ig @bol @hotmail use o seu dominio > @seusite.com,br=20 >=20 > Desenvolvimento de Sistemas e Sites em Flash, PHP, ASP, Sistema de > E-commerce, CMS, EAD ,Intranet dentre muitos outros=20 >=20 > Outras Solu=C3=A7=C3=B5es da Star Consulting=20 >=20 > Windows integrado com Linux=20 > Proxy autenticado com filtro de conteudo padr=C3=A3o NTLM, LDAP ou Basic, > Samba, Ftp e muitos outros aplicativos=20 >=20 > Linux=20 > Servidor Dns, Servidor de Hospedagem, Servidor Web, Firewall, Gateway, > Balanceador de Carga, VPN, Monitor de Servidres, Servidores de email, > Controle de entrada e saida de dados por email, =20 > filtro de internet, Load Balance, chat, Comunicador interno, Servidor > asterisk de PBX-IP, Servidor Moodle, Joomla, E-commerce, Zimbra, > ISPConfig, Cpanel, video conferencia, Voip, Filtro de internet, Filtro de > Email,=20 > dentre muitos outros servi=C3=A7os em plataforma linux,=20 >=20 > Windows=20 > Servidores de dominio, AD, Dns, Wins, VPN, IIS, Exchange, Isa Server e > muitos outros.=20 >=20 > Virtualiza=C3=A7=C3=A3o e Paravirtualiza=C3=A7=C3=A3o (Emula=C3=A7=C3=A3o= de servidores)=20 > Windows e linux na mesma maquina reduzindo custo de aquisi=C3=A7ao de > equipamentos=20 >=20 > Hardware=20 > Montagem, manuten=C3=A7=C3=A3o,e atualiza=C3=A7=C3=A3o de equipamento par= a utliza=C3=A7=C3=A3o com > versoes mais recentes de sistema operacional Software de Controle Chamado= s > T=C3=A9cnicos Com SLA,=20 >=20 > Redes=20 > Montagem de redes, Servidores em Windows e Linux, Cabeamento e projetos d= e > rede, Roteadores, WIFI dentre outras solu=C3=A7oes=20 >=20 >=20 > Paulo Aleksandro=20 > StarConsulting Consultoria e Treinamentos em Tecnologia=20 > www.starconsulting.com.br=20 > [email protected]=20 > +55 11 6678 - 5450=20 > Skype: titocaldo=20 > MSN: [email protected]=20 >=20 > 6/5/2010 07:10:56=20 >=20 >=20 > =20 >=20 >=20 > http://old.nabble.com/file/p29334947/V_DickVigarista.jpg=20 >=20 http://old.nabble.com/file/p29347386/V_DickVigarista.jpg=20 --=20 View this message in context: http://old.nabble.com/PAULO-ALEKSANDRO---CUID= ADO-%21%21%21%21%21%21%21%21%21%21--ELE-N%C3%83O-CUMPRE-COM-OS-COMPROMISSOS= -tp29334947p29347386.html Sent from the POI - Dev mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 04 15:04:28 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48637 invoked from network); 4 Aug 2010 15:04:28 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 4 Aug 2010 15:04:28 -0000 Received: (qmail 24557 invoked by uid 500); 4 Aug 2010 15:04:27 -0000 Delivered-To: [email protected] Received: (qmail 24314 invoked by uid 500); 4 Aug 2010 15:04:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 24239 invoked by uid 99); 4 Aug 2010 15:04:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2010 15:04:26 +0000 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=FREEMAIL_FROM,FREEMAIL_REPLY,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2010 15:04:19 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1OgfVe-0000cY-Ix for [email protected]; Wed, 04 Aug 2010 08:03:58 -0700 Message-ID: <[email protected]> Date: Wed, 4 Aug 2010 08:03:58 -0700 (PDT) From: AUREO <[email protected]> To: [email protected] Subject: =?UTF-8?Q?Re:_PAULO_ALEKSANDRO/__CUIDADO_!!!!!!!?= =?UTF-8?Q?!!!__ELE_N=C3=83O_CUMPRE_COM_OS_COMPROMISSOS?= In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: [email protected] References: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org AUREO wrote: >=20 > !!!!!! CUIDADO PROPAGANDA ENGANOSA !! ELE LEVOU MEU DINHEIRO E N=C3=83O = FEZ > SITE !!!!!!=20 >=20 > Proposta de Site=20 >=20 > -------------------------------------------------------------------------= -------=20 >=20 > To: [email protected]=20 > Subject: Proposta de Site=20 > From: Paulo Aleksandro <[email protected]>=20 > Date: Thu, 6 May 2010 07:10:59 -0300=20 > Message-id: <00e6a2b7-40304-05a72992622685@home>=20 > Reply-to: "Paulo Aleksandro" <[email protected]>=20 >=20 > -------------------------------------------------------------------------= -------=20 >=20 > Bom Dia=20 > =20 > Meu nome e Paulo Aleksandro sou prestador de servi=C3=A7os no setor de TI= e > sou propriet=C3=A1rio da empresa Star Consulting=20 > e venho apresentar um dos segmentos que a Star Consulting possui "Web > Sites"=20 >=20 > Em um mundo globalizado, ter um site na internet n=C3=A3o =C3=A9 mais um = luxo para > poucos, e sim uma regra geral para empresas que querem=20 > sobreviver em um mercado cada vez mais agressivo.=20 > Ter uma p=C3=A1gina na internet se tornou indispens=C3=A1vel para empresa= s de todos > os tamanhos: grande, m=C3=A9dio ou pequeno porte.=20 > Esta ferramenta possibilita comunica=C3=A7=C3=A3o junto ao seu cliente so= bre os seus > produtos e servi=C3=A7os, apresentando seus diferenciais.=20 > Mas n=C3=A3o basta ter um site "bonitinho" e esperar que chova clientes! = Pelo > contr=C3=A1rio, ter um site na internet =C3=A9 apenas o primeiro=20 > passo para a empresa que est=C3=A1 "engatinhando" no mundo virtual, =C3= =A9 o come=C3=A7o > de muito trabalho para que essa ferramenta seja utilizada=20 > de forma inteligente, que possa corresponder positivamente ao tempo e > dinheiro investidos.=20 > Cerca de 95% das empresas que atualmente est=C3=A3o na internet n=C3=A3o = obt=C3=AAm o > sucesso esperado.=20 > Porqu=C3=AA? Simples: quem o produziu n=C3=A3o pensou no p=C3=BAblico alv= o do site, > pensou apenas no "design" da p=C3=A1gina.=20 > Antes de come=C3=A7ar a desenvolver um projeto web, =C3=A9 necess=C3=A1ri= o saber o que > seus clientes querem quando entram em seu site, =C3=A9=20 > necess=C3=A1rio satisfaz=C3=AA-los, cativ=C3=A1-los para que se sintam se= guros em rela=C3=A7=C3=A3o > a sua empresa, e percebam os valores que a destacam no mercado!=20 >=20 > Email Empresarial Incluso com 7gb de espa=C3=A7o=20 > Nao utilize mais @gmail @uol @ig @bol @hotmail use o seu dominio > @seusite.com,br=20 >=20 > Desenvolvimento de Sistemas e Sites em Flash, PHP, ASP, Sistema de > E-commerce, CMS, EAD ,Intranet dentre muitos outros=20 >=20 > Outras Solu=C3=A7=C3=B5es da Star Consulting=20 >=20 > Windows integrado com Linux=20 > Proxy autenticado com filtro de conteudo padr=C3=A3o NTLM, LDAP ou Basic, > Samba, Ftp e muitos outros aplicativos=20 >=20 > Linux=20 > Servidor Dns, Servidor de Hospedagem, Servidor Web, Firewall, Gateway, > Balanceador de Carga, VPN, Monitor de Servidres, Servidores de email, > Controle de entrada e saida de dados por email, =20 > filtro de internet, Load Balance, chat, Comunicador interno, Servidor > asterisk de PBX-IP, Servidor Moodle, Joomla, E-commerce, Zimbra, > ISPConfig, Cpanel, video conferencia, Voip, Filtro de internet, Filtro de > Email,=20 > dentre muitos outros servi=C3=A7os em plataforma linux,=20 >=20 > Windows=20 > Servidores de dominio, AD, Dns, Wins, VPN, IIS, Exchange, Isa Server e > muitos outros.=20 >=20 > Virtualiza=C3=A7=C3=A3o e Paravirtualiza=C3=A7=C3=A3o (Emula=C3=A7=C3=A3o= de servidores)=20 > Windows e linux na mesma maquina reduzindo custo de aquisi=C3=A7ao de > equipamentos=20 >=20 > Hardware=20 > Montagem, manuten=C3=A7=C3=A3o,e atualiza=C3=A7=C3=A3o de equipamento par= a utliza=C3=A7=C3=A3o com > versoes mais recentes de sistema operacional Software de Controle Chamado= s > T=C3=A9cnicos Com SLA,=20 >=20 > Redes=20 > Montagem de redes, Servidores em Windows e Linux, Cabeamento e projetos d= e > rede, Roteadores, WIFI dentre outras solu=C3=A7oes=20 >=20 >=20 > Paulo Aleksandro=20 > StarConsulting Consultoria e Treinamentos em Tecnologia=20 > www.starconsulting.com.br=20 > [email protected]=20 > +55 11 6678 - 5450=20 > Skype: titocaldo=20 > MSN: [email protected]=20 >=20 > 6/5/2010 07:10:56=20 >=20 >=20 > =20 >=20 >=20 > http://old.nabble.com/file/p29334947/V_DickVigarista.jpg=20 >=20 http://old.nabble.com/file/p29347385/V_DickVigarista.jpg=20 --=20 View this message in context: http://old.nabble.com/PAULO-ALEKSANDRO---CUID= ADO-%21%21%21%21%21%21%21%21%21%21--ELE-N%C3%83O-CUMPRE-COM-OS-COMPROMISSOS= -tp29334947p29347385.html Sent from the POI - Dev mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 04 17:11:00 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9566 invoked from network); 4 Aug 2010 17:11:00 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 4 Aug 2010 17:11:00 -0000 Received: (qmail 31983 invoked by uid 500); 4 Aug 2010 17:11:00 -0000 Delivered-To: [email protected] Received: (qmail 31905 invoked by uid 500); 4 Aug 2010 17:10:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 31897 invoked by uid 99); 4 Aug 2010 17:10:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2010 17:10:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2010 17:10:58 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o74HAccN001315 for <[email protected]>; Wed, 4 Aug 2010 17:10:38 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o74HAcER001314; Wed, 4 Aug 2010 13:10:38 -0400 (EDT) Date: Wed, 4 Aug 2010 13:10:38 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 47990] HSMF - Some .msg attachments are not found X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSMF X-Bugzilla-Keywords: X-Bugzilla-Severity: blocker X-Bugzilla-Who: [email protected] X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution In-Reply-To: <{{EMAIL+PHONE}}/bugzilla/> References: <{{EMAIL+PHONE}}/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=47990 Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #6 from Nick Burch <[email protected]> 2010-08-04 13:10:33 EDT --- Nested outlook msg files are stored differently to all other kinds of attachments I've added support in r982331 for them - you can call: MAPIMessage nested = attachment.attachmentDirectory.getAsEmbededMessage(); then access the nested message as with any other .msg file -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 04 17:49:20 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22092 invoked from network); 4 Aug 2010 17:49:20 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 4 Aug 2010 17:49:20 -0000 Received: (qmail 89241 invoked by uid 500); 4 Aug 2010 17:49:20 -0000 Delivered-To: [email protected] Received: (qmail 89136 invoked by uid 500); 4 Aug 2010 17:49:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 89128 invoked by uid 99); 4 Aug 2010 17:49:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2010 17:49:19 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mx-out-manc3.simplymailsolutions.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2010 17:49:11 +0000 Received: from zimbra.alfresco.com ([161.129.204.104]) by mx-out-manc3.simplymailsolutions.com (8.14.1/8.14.1) with ESMTP id o74HmnZG011570 for <[email protected]>; Wed, 4 Aug 2010 18:48:50 +0100 Received: from localhost (localhost.localdomain [161.129.204.104]) by zimbra.alfresco.com (Postfix) with ESMTP id B311F41402E for <[email protected]>; Wed, 4 Aug 2010 18:48:49 +0100 (BST) X-Virus-Scanned: [email protected] Received: from zimbra.alfresco.com ([161.129.204.104]) by localhost (zimbra.alfresco.com [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id N21edklMOjJs for <[email protected]>; Wed, 4 Aug 2010 18:48:49 +0100 (BST) Received: from urchin.earth.li (urchin.earth.li [161.129.204.104]) (Authenticated sender: [email protected]) by zimbra.alfresco.com (Postfix) with ESMTP id 22E1A414025 for <[email protected]>; Wed, 4 Aug 2010 18:48:49 +0100 (BST) Date: Wed, 4 Aug 2010 18:48:48 +0100 (BST) From: Nick Burch <[email protected]> X-X-Sender: [email protected] To: [email protected] Subject: [VOTE] Release POI 3.7 beta 2 Message-ID: <[email protected]> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Hi All It's been about 6 weeks since 3.7 Beta 1, and about 6 months since 3.6 FINAL, and the changelog [1] shows fixed a fairly hefty number of bugs, even if there haven't been that many new features. So, as mentioned on dev@ last week, I'd like to propose that we do another beta release now. With any luck, this may be the last beta before 3.7 FINAL, but that'll largely depend on the number of bugs found, and patches submitted in the next few weeks. The release candidate files are available from: http://people.apache.org/~nick/POI-3.7-beta2/ (The standard packages of source and binary are under /dist/, while the jars and poms to feed into the maven repo are in /maven/) As with all apache release votes, please check that not only does the code work, and no major breakages have occured since the last release, but also that packaging is correct, license headers and notices exist etc. For anyone running with the full ooxml-schemas jar (instead of the cut-down poi-ooxml-schemas jar), please not that this beta requires version 1.1, which is the same XSDs but compiled for Java 1.5. You can get this by running the "compile-ooxml-xsds" ant task, or from Maven. Previous POI releases, including POI 3.7 beta 1 ran with the older Java 1.4 compiled versions, but we've now switched. Voting to bless the release candidates as the 3.7 beta 2 release will run until Monday 9th August. Please vote: +1 - I support this release 0 - I don't object to this release, but I haven't checked it -1 - There's a problem with the release, and that is .... Nick [1] http://poi.apache.org/changes.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 05 11:22:16 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8876 invoked from network); 5 Aug 2010 11:22:16 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 5 Aug 2010 11:22:16 -0000 Received: (qmail 35371 invoked by uid 500); 5 Aug 2010 11:22:15 -0000 Delivered-To: [email protected] Received: (qmail 35123 invoked by uid 500); 5 Aug 2010 11:22:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 35111 invoked by uid 99); 5 Aug 2010 11:22:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Aug 2010 11:22:11 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mx-out-manc3.simplymailsolutions.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Aug 2010 11:22:03 +0000 Received: from zimbra.alfresco.com ([161.129.204.104]) by mx-out-manc3.simplymailsolutions.com (8.14.1/8.14.1) with ESMTP id o75BLdN1027115 for <[email protected]>; Thu, 5 Aug 2010 12:21:39 +0100 Received: from localhost (localhost.localdomain [161.129.204.104]) by zimbra.alfresco.com (Postfix) with ESMTP id A56C241402E for <[email protected]>; Thu, 5 Aug 2010 12:21:37 +0100 (BST) X-Virus-Scanned: [email protected] Received: from zimbra.alfresco.com ([161.129.204.104]) by localhost (zimbra.alfresco.com [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id VeTGmdS0Acj7 for <[email protected]>; Thu, 5 Aug 2010 12:21:36 +0100 (BST) Received: from urchin.earth.li (urchin.earth.li [161.129.204.104]) (Authenticated sender: [email protected]) by zimbra.alfresco.com (Postfix) with ESMTP id 5B9F7414025 for <[email protected]>; Thu, 5 Aug 2010 12:21:36 +0100 (BST) Date: Thu, 5 Aug 2010 12:21:35 +0100 (BST) From: Nick Burch <[email protected]> X-X-Sender: [email protected] To: POI Developers List <[email protected]> Subject: Re: [VOTE] Release POI 3.7 beta 2 In-Reply-To: <[email protected]> Message-ID: <[email protected]> References: <[email protected]> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed On Wed, 4 Aug 2010, Nick Burch wrote: > Voting to bless the release candidates as the 3.7 beta 2 release will run > until Monday 9th August. Please vote: Forgot to mention, I'm +1 Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 05 13:04:46 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 54230 invoked from network); 5 Aug 2010 13:04:46 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 5 Aug 2010 13:04:46 -0000 Received: (qmail 22418 invoked by uid 500); 5 Aug 2010 13:04:46 -0000 Delivered-To: [email protected] Received: (qmail 22167 invoked by uid 500); 5 Aug 2010 13:04:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22159 invoked by uid 99); 5 Aug 2010 13:04:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Aug 2010 13:04:43 +0000 X-ASF-Spam-Status: No, hits=1.0 required=10.0 tests=RCVD_DOUBLE_IP_LOOSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mx4.jet.msk.su) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Aug 2010 13:04:32 +0000 X-IronPort-AV: E=Sophos;i="4.55,321,1278273600"; d="scan'208";a="6282776" Received: from unknown (HELO tiger.jet.su) ([161.129.204.104]) by iron2.jet.msk.su with ESMTP; 05 Aug 2010 17:04:11 +0400 Received: from [161.129.204.104] (helo=host230.internal5.jet.msk.su) by tiger.jet.su with esmtp (Exim 4.71) (envelope-from <[email protected]>) id 1Oh05s-0003Ls-Nb for [email protected]; Thu, 05 Aug 2010 17:02:44 +0400 Received: from localhost (dozor@localhost) by host230.internal5.jet.msk.su (8.13.1/8.13.1) with SMTP id o75D4BlW024103 for <[email protected]>; Thu, 5 Aug 2010 17:04:11 +0400 X-Authentication-Warning: localhost.localdomain: dozor owned process doing -bs Received: from 161.129.204.104 by 161.129.204.104 with smtp (Z-2 2.6.5-snapshot) id norm1ra48E; Thu, 05 Aug 2010 17:04:03 +0400 Received: from [161.129.204.104] (helo=cgp.jet.su) by mail-hub2.jet.msk.su with esmtp (Exim 4.69) (envelope-from <[email protected]>) id 1Oh079-0002L0-Or for [email protected]; Thu, 05 Aug 2010 17:04:03 +0400 Received: from lab-dns.service.jet.msk.su ([161.129.204.104] verified) by cgp.jet.su (CommuniGate Pro SMTP 5.2.9) with ESMTPS id 18214977 for [email protected]; Thu, 05 Aug 2010 17:03:33 +0400 Received: from [161.129.204.104] (helo=pc-karev.cpr.jet.msk.su) by lab-dns.service.jet.msk.su with esmtp (Exim 4.69) (envelope-from <[email protected]>) id 1Oh079-0003tf-Fj for [email protected]; Thu, 05 Aug 2010 17:04:03 +0400 Message-ID: <[email protected]> Date: Thu, 05 Aug 2010 17:04:03 +0400 From: Maxim Valyanskiy <[email protected]> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:161.129.204.104) Gecko/20100720 Fedora/3.1.1-1.fc13 Thunderbird/3.1.1 MIME-Version: 1.0 To: POI Developers List <[email protected]> Subject: Re: [VOTE] Release POI 3.7 beta 2 References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Dozor-Jet-Internal: Checked X-Virus-Checked: Checked by ClamAV on apache.org +1 04.08.2010 21:48, Nick Burch пишет: > Hi All > > It's been about 6 weeks since 3.7 Beta 1, and about 6 months since 3.6 FINAL, > and the changelog [1] shows fixed a fairly hefty number of bugs, even if there > haven't been that many new features. So, as mentioned on dev@ last week, I'd > like to propose that we do another beta release now. > > With any luck, this may be the last beta before 3.7 FINAL, but that'll largely > depend on the number of bugs found, and patches submitted in the next few weeks. > > The release candidate files are available from: > http://people.apache.org/~nick/POI-3.7-beta2/ > (The standard packages of source and binary are under /dist/, while the jars and > poms to feed into the maven repo are in /maven/) > > As with all apache release votes, please check that not only does the code work, > and no major breakages have occured since the last release, but also that > packaging is correct, license headers and notices exist etc. > > For anyone running with the full ooxml-schemas jar (instead of the cut-down > poi-ooxml-schemas jar), please not that this beta requires version 1.1, which is > the same XSDs but compiled for Java 1.5. You can get this by running the > "compile-ooxml-xsds" ant task, or from Maven. Previous POI releases, including > POI 3.7 beta 1 ran with the older Java 1.4 compiled versions, but we've now > switched. > > > Voting to bless the release candidates as the 3.7 beta 2 release will run until > Monday 9th August. Please vote: > > +1 - I support this release > 0 - I don't object to this release, but I haven't checked it > -1 - There's a problem with the release, and that is .... > > Nick > > [1] http://poi.apache.org/changes.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 06 13:17:22 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76380 invoked from network); 6 Aug 2010 13:17:22 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 Aug 2010 13:17:22 -0000 Received: (qmail 30934 invoked by uid 500); 6 Aug 2010 13:17:22 -0000 Delivered-To: [email protected] Received: (qmail 30677 invoked by uid 500); 6 Aug 2010 13:17:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 30669 invoked by uid 99); 6 Aug 2010 13:17:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Aug 2010 13:17:18 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mx-out-manc3.simplymailsolutions.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Aug 2010 13:17:08 +0000 Received: from zimbra.alfresco.com ([161.129.204.104]) by mx-out-manc3.simplymailsolutions.com (8.14.1/8.14.1) with ESMTP id o76DGlsu012085 for <[email protected]>; Fri, 6 Aug 2010 14:16:47 +0100 Received: from localhost (localhost.localdomain [161.129.204.104]) by zimbra.alfresco.com (Postfix) with ESMTP id BD305414043 for <[email protected]>; Fri, 6 Aug 2010 14:16:47 +0100 (BST) X-Virus-Scanned: [email protected] Received: from zimbra.alfresco.com ([161.129.204.104]) by localhost (zimbra.alfresco.com [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id FHhfhT8m2wBJ for <[email protected]>; Fri, 6 Aug 2010 14:16:47 +0100 (BST) Received: from urchin.earth.li (urchin.earth.li [161.129.204.104]) (Authenticated sender: [email protected]) by zimbra.alfresco.com (Postfix) with ESMTP id 2D202414040 for <[email protected]>; Fri, 6 Aug 2010 14:16:47 +0100 (BST) Date: Fri, 6 Aug 2010 14:16:46 +0100 (BST) From: Nick Burch <[email protected]> X-X-Sender: [email protected] To: [email protected] Subject: Re: svn commit: r982911 - /poi/trunk/src/ooxml/testcases/org/apache/poi/openxml4j/opc/TestPackage.ja va In-Reply-To: <[email protected]> Message-ID: <[email protected]> References: <[email protected]> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org On Fri, 6 Aug 2010, [email protected] wrote: > URL: http://svn.apache.org/viewvc?rev=982911&view=rev > Log: > close OPC package before assertion, otherwise the test fails on Win7 > (unix-based systems always pass) Bah, I thought I'd written that test so it would pass on all platforms, assuming the bug I'd fixed was correctly fixed :/ Guess we should re-run the beta artificats + votes with your two platform fixes in them? Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 06 14:00:24 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 89934 invoked from network); 6 Aug 2010 14:00:24 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 Aug 2010 14:00:24 -0000 Received: (qmail 76084 invoked by uid 500); 6 Aug 2010 14:00:24 -0000 Delivered-To: [email protected] Received: (qmail 75949 invoked by uid 500); 6 Aug 2010 14:00:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 75936 invoked by uid 99); 6 Aug 2010 14:00:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Aug 2010 14:00:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Aug 2010 14:00:19 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o76Dxxht007745 for <[email protected]>; Fri, 6 Aug 2010 13:59:59 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o76Dxxum007744; Fri, 6 Aug 2010 09:59:59 -0400 (EDT) Date: Fri, 6 Aug 2010 09:59:59 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 48292] [PATCH] Support of array formulas X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: POI Overall X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=48292 --- Comment #12 from Petr.Udalau <[email protected]> 2010-08-06 09:59:48 EDT --- Hi, Our team have made investigation and implement new functionality before. And we need response about our patch with array formulas in POI. We are waiting since 2009 year. So what about that? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 06 14:11:16 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3656 invoked from network); 6 Aug 2010 14:11:16 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 Aug 2010 14:11:16 -0000 Received: (qmail 833 invoked by uid 500); 6 Aug 2010 14:11:15 -0000 Delivered-To: [email protected] Received: (qmail 619 invoked by uid 500); 6 Aug 2010 14:11:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 611 invoked by uid 99); 6 Aug 2010 14:11:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Aug 2010 14:11:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Aug 2010 14:11:11 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o76EApv2007915 for <[email protected]>; Fri, 6 Aug 2010 14:10:51 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o76EApXn007914; Fri, 6 Aug 2010 10:10:51 -0400 (EDT) Date: Fri, 6 Aug 2010 10:10:51 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 48455] [PATCH] Updatable cells during the evaluation X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: POI Overall X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <{{EMAIL+PHONE}}/bugzilla/> References: <{{EMAIL+PHONE}}/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=48455 --- Comment #2 from Petr.Udalau <[email protected]> 2010-08-06 10:10:49 EDT --- Hi, What about this patch? There is no response since 2009 year. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 06 20:08:45 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82861 invoked from network); 6 Aug 2010 20:08:45 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 Aug 2010 20:08:45 -0000 Received: (qmail 27931 invoked by uid 500); 6 Aug 2010 20:08:45 -0000 Delivered-To: [email protected] Received: (qmail 27888 invoked by uid 500); 6 Aug 2010 20:08:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 27880 invoked by uid 99); 6 Aug 2010 20:08:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Aug 2010 20:08:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Aug 2010 20:08:42 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o76K8KfV011665 for <[email protected]>; Fri, 6 Aug 2010 20:08:20 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o76K8KaQ011664; Fri, 6 Aug 2010 16:08:20 -0400 (EDT) Date: Fri, 6 Aug 2010 16:08:20 -0400 (EDT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49720] New: getRefersToFormula() returns a formula with '$' characters removed, for column references X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49720 Summary: getRefersToFormula() returns a formula with '$' characters removed, for column references Product: POI Version: 3.6 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: HSSF AssignedTo: [email protected] ReportedBy: [email protected] Excel creates named column references of the form 'SW'!$AL:$AL. However when these are accessed using the Name's getRefersToFormula() method the string returned is missing the '$' characters, e.g. 'SW'!AL:AL PS: I have an easy workaround for any one who cares: Name name = iwb2.getNameAt(n); String formula = name.getRefersToFormula(); if (!formula.contains("$")) { int pos = formula.indexOf('!'); formula = formula.substring(0, pos+1) + '$' + formula.substring(pos+1); pos = formula.indexOf(':'); formula = formula.substring(0, pos+1) + '$' + formula.substring(pos+1); } -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Aug 07 08:18:01 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24871 invoked from network); 7 Aug 2010 08:18:01 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Aug 2010 08:18:01 -0000 Received: (qmail 59284 invoked by uid 500); 7 Aug 2010 08:18:01 -0000 Delivered-To: [email protected] Received: (qmail 59036 invoked by uid 500); 7 Aug 2010 08:17:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 59028 invoked by uid 99); 7 Aug 2010 08:17:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Aug 2010 08:17:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Aug 2010 08:17:57 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o778HblM016911 for <[email protected]>; Sat, 7 Aug 2010 08:17:37 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o778HaYf016910; Sat, 7 Aug 2010 04:17:36 -0400 (EDT) Date: Sat, 7 Aug 2010 04:17:36 -0400 (EDT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49723] New: OperandResolver#parseDouble returns null for String input with leading decimal place X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49723 Summary: OperandResolver#parseDouble returns null for String input with leading decimal place Product: POI Version: 3.7-dev Platform: PC Status: NEW Severity: normal Priority: P2 Component: HSSF AssignedTo: [email protected] ReportedBy: [email protected] OperandResolver.parseDouble(".123") will return null OperandResolver.parseDouble("-.123") will return null Both operations should return a correct Double value -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Aug 07 08:40:47 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30624 invoked from network); 7 Aug 2010 08:40:46 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Aug 2010 08:40:46 -0000 Received: (qmail 68379 invoked by uid 500); 7 Aug 2010 08:40:46 -0000 Delivered-To: [email protected] Received: (qmail 68125 invoked by uid 500); 7 Aug 2010 08:40:43 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 68117 invoked by uid 99); 7 Aug 2010 08:40:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Aug 2010 08:40:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Aug 2010 08:40:41 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o778eLnE017046 for <[email protected]>; Sat, 7 Aug 2010 08:40:21 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o778eLEC017045; Sat, 7 Aug 2010 04:40:21 -0400 (EDT) Date: Sat, 7 Aug 2010 04:40:21 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49723] OperandResolver#parseDouble returns null for String input with leading decimal place X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: AssignedTo In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49723 Brendan Nolan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- [email protected] |[email protected] --- Comment #1 from Brendan Nolan <[email protected]> 2010-08-07 04:40:17 EDT --- Created an attachment (id=25859) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25859) Patch : Contain Fix and Testcase for OperandResolver.parseDouble This patch also contain a testcase for Bug 48472 as it fixes this issue as well. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Aug 07 08:45:34 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31063 invoked from network); 7 Aug 2010 08:45:33 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Aug 2010 08:45:33 -0000 Received: (qmail 71848 invoked by uid 500); 7 Aug 2010 08:45:33 -0000 Delivered-To: [email protected] Received: (qmail 71673 invoked by uid 500); 7 Aug 2010 08:45:31 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 71661 invoked by uid 99); 7 Aug 2010 08:45:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Aug 2010 08:45:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Aug 2010 08:45:30 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o778j9DN017075 for <[email protected]>; Sat, 7 Aug 2010 08:45:09 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o778j9sf017074; Sat, 7 Aug 2010 04:45:09 -0400 (EDT) Date: Sat, 7 Aug 2010 04:45:09 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 48472] OperandResolver parseDouble StringIndexOutOfBoundsException X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Depends on In-Reply-To: <{{EMAIL+PHONE}}/bugzilla/> References: <{{EMAIL+PHONE}}/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=48472 Brendan Nolan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |49723 --- Comment #1 from Brendan Nolan <[email protected]> 2010-08-07 04:45:06 EDT --- Fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=49723 will resolve this defect -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Aug 07 12:39:15 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17220 invoked from network); 7 Aug 2010 12:39:15 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Aug 2010 12:39:15 -0000 Received: (qmail 46172 invoked by uid 500); 7 Aug 2010 12:39:15 -0000 Delivered-To: [email protected] Received: (qmail 45919 invoked by uid 500); 7 Aug 2010 12:39:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 45911 invoked by uid 99); 7 Aug 2010 12:39:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Aug 2010 12:39:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Aug 2010 12:39:10 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o77CcoJN018018 for <[email protected]>; Sat, 7 Aug 2010 12:38:50 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o77CcnXk018017; Sat, 7 Aug 2010 08:38:49 -0400 (EDT) Date: Sat, 7 Aug 2010 08:38:49 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49723] OperandResolver#parseDouble returns null for String input with leading decimal place X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: AssignedTo OS/Version In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49723 Brendan Nolan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- [email protected] |[email protected] OS/Version| |All -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Aug 07 18:02:48 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38395 invoked from network); 7 Aug 2010 18:02:48 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 7 Aug 2010 18:02:48 -0000 Received: (qmail 97361 invoked by uid 500); 7 Aug 2010 18:02:48 -0000 Delivered-To: [email protected] Received: (qmail 97317 invoked by uid 500); 7 Aug 2010 18:02:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 97309 invoked by uid 99); 7 Aug 2010 18:02:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Aug 2010 18:02:46 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO dinom.ru) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Aug 2010 18:02:39 +0000 Received: from [161.129.204.104] (helo=[161.129.204.104]) by dinom.ru with esmtpa (Exim 4.69) (envelope-from <[email protected]>) id 1OhmqZ-0006zv-RA; Sat, 07 Aug 2010 21:06:12 +0400 Message-ID: <[email protected]> Date: Sat, 07 Aug 2010 22:02:11 +0400 From: Yegor Kozlov <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:161.129.204.104) Gecko/20100711 Lightning/1.0b1 Thunderbird/3.0.6 MIME-Version: 1.0 To: POI Developers List <[email protected]> CC: Nick Burch <[email protected]> Subject: Re: svn commit: r982911 - /poi/trunk/src/ooxml/testcases/org/apache/poi/openxml4j/opc/TestPackage.ja va References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I don't think it blocks the release. So far so good and I'm going to post my positive vote on Monday. The lesson should be to freeze code a week before cutting a release.Testing on different platforms takes time - I usually test on Win7, Mac and Solaris and on JDK 1.5 and 1.6. It takes at least a full day to make sure that trunk is OK on all these platforms. Yegor > On Fri, 6 Aug 2010, [email protected] wrote: >> URL: http://svn.apache.org/viewvc?rev=982911&view=rev >> Log: >> close OPC package before assertion, otherwise the test fails on Win7 >> (unix-based systems always pass) > > Bah, I thought I'd written that test so it would pass on all > platforms, assuming the bug I'd fixed was correctly fixed :/ > > Guess we should re-run the beta artificats + votes with your two > platform fixes in them? > > Nick > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Aug 08 13:20:14 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15114 invoked from network); 8 Aug 2010 13:20:13 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 8 Aug 2010 13:20:13 -0000 Received: (qmail 49475 invoked by uid 500); 8 Aug 2010 13:20:13 -0000 Delivered-To: [email protected] Received: (qmail 49224 invoked by uid 500); 8 Aug 2010 13:20:10 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 49216 invoked by uid 99); 8 Aug 2010 13:20:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Aug 2010 13:20:09 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO dinom.ru) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Aug 2010 13:19:59 +0000 Received: from [161.129.204.104] (helo=[161.129.204.104]) by dinom.ru with esmtpa (Exim 4.69) (envelope-from <[email protected]>) id 1Oi4ud-00075H-5F for [email protected]; Sun, 08 Aug 2010 16:23:35 +0400 Message-ID: <[email protected]> Date: Sun, 08 Aug 2010 17:19:35 +0400 From: Yegor Kozlov <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:161.129.204.104) Gecko/20100711 Lightning/1.0b1 Thunderbird/3.0.6 MIME-Version: 1.0 To: POI Developers List <[email protected]> Subject: Re: [VOTE] Release POI 3.7 beta 2 References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org +1 Yegor > Hi All > > It's been about 6 weeks since 3.7 Beta 1, and about 6 months since 3.6 > FINAL, and the changelog [1] shows fixed a fairly hefty number of > bugs, even if there haven't been that many new features. So, as > mentioned on dev@ last week, I'd like to propose that we do another > beta release now. > > With any luck, this may be the last beta before 3.7 FINAL, but that'll > largely depend on the number of bugs found, and patches submitted in > the next few weeks. > > The release candidate files are available from: > http://people.apache.org/~nick/POI-3.7-beta2/ > (The standard packages of source and binary are under /dist/, while > the jars and poms to feed into the maven repo are in /maven/) > > As with all apache release votes, please check that not only does the > code work, and no major breakages have occured since the last release, > but also that packaging is correct, license headers and notices exist > etc. > > For anyone running with the full ooxml-schemas jar (instead of the > cut-down poi-ooxml-schemas jar), please not that this beta requires > version 1.1, which is the same XSDs but compiled for Java 1.5. You can > get this by running the "compile-ooxml-xsds" ant task, or from Maven. > Previous POI releases, including POI 3.7 beta 1 ran with the older > Java 1.4 compiled versions, but we've now switched. > > > Voting to bless the release candidates as the 3.7 beta 2 release will > run until Monday 9th August. Please vote: > > +1 - I support this release > 0 - I don't object to this release, but I haven't checked it > -1 - There's a problem with the release, and that is .... > > Nick > > [1] http://poi.apache.org/changes.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 09 01:00:48 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85201 invoked from network); 9 Aug 2010 01:00:48 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Aug 2010 01:00:48 -0000 Received: (qmail 20241 invoked by uid 500); 9 Aug 2010 01:00:48 -0000 Delivered-To: [email protected] Received: (qmail 20163 invoked by uid 500); 9 Aug 2010 01:00:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20155 invoked by uid 99); 9 Aug 2010 01:00:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Aug 2010 01:00:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Aug 2010 01:00:44 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7910NNH005098 for <[email protected]>; Mon, 9 Aug 2010 01:00:23 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7910M87005097; Sun, 8 Aug 2010 21:00:22 -0400 (EDT) Date: Sun, 8 Aug 2010 21:00:22 -0400 (EDT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49725] New: org.apache.poi.ss.formula.FormulaParseException on valid names in formula, with "6_" in name X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: POI Overall X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49725 Summary: org.apache.poi.ss.formula.FormulaParseException on valid names in formula, with "6_" in name Product: POI Version: 3.6 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: POI Overall AssignedTo: [email protected] ReportedBy: [email protected] I have an excel file merge program that is experiencing a FormulaParseException when copying valid formula to a new workbook. I believe it is a parser bug when the name contains a digit followed by an underscore. See the program output at the end. The program flow is: 1. create new empty sheets with same names in target workbook 2. copy Name definitions from source workbook 3. copy cells' contents, including formulae from old sheet to new sheet If I change the Name names to remove the digit/underscore condition the exception does not occur. e.g. if the name "DA6_LEO_WBS_Number" is changed to "DA6xLEO_WBS_Number" then the program continues to successful completion. I have a workaround that changes the Name names when copyinf Name definitions and making the Name references in formulae when copying cells. ------------------------------------output------------------------- copying name DA6_LEO_WBS_Number as 'DA6 LEO WBS MOPDR'!$A$1:$A$24 Copying data for sheet DA6 LEO WBS MOPDR Copying data for sheet DA6 LEO Mat MOPDR Exception in thread "main" org.apache.poi.ss.formula.FormulaParseException: Parse error near char 9 '_' in specified formula 'INDEX(DA6_LEO_WBS_Name,MATCH($A3,DA6_LEO_WBS_Number,0))'. Expected ',' or ')' at org.apache.poi.ss.formula.FormulaParser.expected(FormulaParser.java:217) at org.apache.poi.ss.formula.FormulaParser.Arguments(FormulaParser.java:1049) at org.apache.poi.ss.formula.FormulaParser.function(FormulaParser.java:929) at org.apache.poi.ss.formula.FormulaParser.parseNonRange(FormulaParser.java:551) at org.apache.poi.ss.formula.FormulaParser.parseRangeable(FormulaParser.java:423) at org.apache.poi.ss.formula.FormulaParser.parseRangeExpression(FormulaParser.java:266) at org.apache.poi.ss.formula.FormulaParser.parseSimpleFactor(FormulaParser.java:1112) at org.apache.poi.ss.formula.FormulaParser.percentFactor(FormulaParser.java:1072) at org.apache.poi.ss.formula.FormulaParser.powerFactor(FormulaParser.java:1059) at org.apache.poi.ss.formula.FormulaParser.Term(FormulaParser.java:1410) at org.apache.poi.ss.formula.FormulaParser.additiveExpression(FormulaParser.java:1510) at org.apache.poi.ss.formula.FormulaParser.concatExpression(FormulaParser.java:1494) at org.apache.poi.ss.formula.FormulaParser.comparisonExpression(FormulaParser.java:1451) at org.apache.poi.ss.formula.FormulaParser.unionExpression(FormulaParser.java:1431) at org.apache.poi.ss.formula.FormulaParser.parse(FormulaParser.java:1552) at org.apache.poi.ss.formula.FormulaParser.parse(FormulaParser.java:174) at org.apache.poi.hssf.model.HSSFFormulaParser.parse(HSSFFormulaParser.java:72) at org.apache.poi.hssf.usermodel.HSSFCell.setCellFormula(HSSFCell.java:588) at workbookmerge.ExcelUtil.copyCell(ExcelUtil.java:124) at workbookmerge.ExcelUtil.copyRow(ExcelUtil.java:58) at workbookmerge.ExcelUtil.copySheets(ExcelUtil.java:35) at workbookmerge.ExcelUtil.copySheets(ExcelUtil.java:23) at workbookmerge.Main.main(Main.java:166) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 09 10:10:41 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 98420 invoked from network); 9 Aug 2010 10:10:41 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Aug 2010 10:10:41 -0000 Received: (qmail 9096 invoked by uid 500); 9 Aug 2010 10:10:40 -0000 Delivered-To: [email protected] Received: (qmail 8848 invoked by uid 500); 9 Aug 2010 10:10:37 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 8840 invoked by uid 99); 9 Aug 2010 10:10:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Aug 2010 10:10:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Aug 2010 10:10:34 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o79AACec009096 for <[email protected]>; Mon, 9 Aug 2010 10:10:12 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o79AACU0009095; Mon, 9 Aug 2010 06:10:12 -0400 (EDT) Date: Mon, 9 Aug 2010 06:10:12 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 48292] [PATCH] Support of array formulas X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: POI Overall X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=48292 --- Comment #13 from Yegor Kozlov <[email protected]> 2010-08-09 06:10:05 EDT --- Petr, Thanks again for your contribution. The patch was partially applied in Dec 2009 but there are still issues to address. I think we will need at least one iteration to sort them out. The patch consists of two big parts that were splitted between me and Josh Micich. (1) usermodel API for arrays formulas (me). It is way more complex than just setter methods. The API should be consistent and mimic Excel - it should block changing cells included in multi-cell arrays, prevent data corruption, etc. This part is mostly done, see the history in r894469, r893870 and r893625. Most of usermodel tests are consolidated in org.apache.poi.ss.usermodel.BaseTestSheetUpdateArrayFormulas which is used both by HSSF and XSSF. (2) evaluation of array formulas (Josh). This is the hardest part and it is still in progress. Let's wait feedback from Josh on how much remains to be done. Regards, Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 09 18:51:34 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7009 invoked from network); 9 Aug 2010 18:51:34 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 9 Aug 2010 18:51:34 -0000 Received: (qmail 10605 invoked by uid 500); 9 Aug 2010 18:51:33 -0000 Delivered-To: [email protected] Received: (qmail 10446 invoked by uid 500); 9 Aug 2010 18:51:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 10438 invoked by uid 99); 9 Aug 2010 18:51:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Aug 2010 18:51:32 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Aug 2010 18:51:27 +0000 Received: from isper.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1OiXRC-00020j-TI for [email protected]; Mon, 09 Aug 2010 11:51:06 -0700 Message-ID: <[email protected]> Date: Mon, 9 Aug 2010 11:51:06 -0700 (PDT) From: sfbayman <[email protected]> To: [email protected] Subject: Adding a flash file to the power point slide using poi MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: [email protected] Hi All, Can someone please help me to add a flash file to the power point slide using apache poi API. Thanks in advance. -- View this message in context: http://old.nabble.com/Adding-a-flash-file-to-the-power-point-slide-using-poi-tp29391030p29391030.html Sent from the POI - Dev mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 10 06:37:27 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44803 invoked from network); 10 Aug 2010 06:37:27 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Aug 2010 06:37:27 -0000 Received: (qmail 71611 invoked by uid 500); 10 Aug 2010 06:37:27 -0000 Delivered-To: [email protected] Received: (qmail 71353 invoked by uid 500); 10 Aug 2010 06:37:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 71345 invoked by uid 500); 10 Aug 2010 06:37:23 -0000 Delivered-To: [email protected] Received: (qmail 71337 invoked by uid 99); 10 Aug 2010 06:37:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Aug 2010 06:37:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Aug 2010 06:37:22 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7A6b2Bv021845 for <[email protected]>; Tue, 10 Aug 2010 06:37:02 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7A6b1t2021844; Tue, 10 Aug 2010 02:37:01 -0400 (EDT) Date: Tue, 10 Aug 2010 02:37:01 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 35125] implementing autofilter support X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=35125 Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Yegor Kozlov <[email protected]> 2010-08-10 02:36:51 EDT --- Initial support for auto-filters was committed in r983382. To test-drive you need to build poi from trunk or download the latest daily build from http://encore.torchbox.com/poi-svn-build/ In current version you can only apply auto-filter on a range of cells: sheet.setAutoFilter(CellRangeAddress.valueOf("C5:F200")); Customizing of auto-filter properties (filter criteria, sort, etc.) is not yet supported. The feature is available both for HSSF and XSSF. Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 10 18:22:43 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13894 invoked from network); 10 Aug 2010 18:22:43 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Aug 2010 18:22:43 -0000 Received: (qmail 33052 invoked by uid 500); 10 Aug 2010 18:22:43 -0000 Delivered-To: [email protected] Received: (qmail 33010 invoked by uid 500); 10 Aug 2010 18:22:42 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 33002 invoked by uid 99); 10 Aug 2010 18:22:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Aug 2010 18:22:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Aug 2010 18:22:40 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7AIMKb7029374 for <[email protected]>; Tue, 10 Aug 2010 18:22:20 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7AIMKHj029373; Tue, 10 Aug 2010 14:22:20 -0400 (EDT) Date: Tue, 10 Aug 2010 14:22:20 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 47454] reading excell with autofilter error X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution In-Reply-To: <{{EMAIL+PHONE}}/bugzilla/> References: <{{EMAIL+PHONE}}/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=47454 Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Yegor Kozlov <[email protected]> 2010-08-10 14:22:11 EDT --- The problem is not reproducible with current trunk. POI can read the attached file (220110 Recon 0210Genmed.xls) and write it back to file without any problem. Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 10 18:52:49 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23864 invoked from network); 10 Aug 2010 18:52:49 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Aug 2010 18:52:49 -0000 Received: (qmail 80282 invoked by uid 500); 10 Aug 2010 18:52:49 -0000 Delivered-To: [email protected] Received: (qmail 80210 invoked by uid 500); 10 Aug 2010 18:52:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 80202 invoked by uid 99); 10 Aug 2010 18:52:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Aug 2010 18:52:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Aug 2010 18:52:47 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7AIqR38029653 for <[email protected]>; Tue, 10 Aug 2010 18:52:27 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7AIqRBr029652; Tue, 10 Aug 2010 14:52:27 -0400 (EDT) Date: Tue, 10 Aug 2010 14:52:27 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49723] OperandResolver#parseDouble returns null for String input with leading decimal place X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49723 Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Yegor Kozlov <[email protected]> 2010-08-10 14:52:24 EDT --- A very nice patch! Regexp-based detection is much more elegant than the previous logic. Applied in r984161 Thanks, Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 10 18:52:51 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23881 invoked from network); 10 Aug 2010 18:52:51 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Aug 2010 18:52:51 -0000 Received: (qmail 80509 invoked by uid 500); 10 Aug 2010 18:52:50 -0000 Delivered-To: [email protected] Received: (qmail 80483 invoked by uid 500); 10 Aug 2010 18:52:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 80475 invoked by uid 99); 10 Aug 2010 18:52:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Aug 2010 18:52:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Aug 2010 18:52:49 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7AIqTU4029661 for <[email protected]>; Tue, 10 Aug 2010 18:52:29 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7AIqT7s029660; Tue, 10 Aug 2010 14:52:29 -0400 (EDT) Date: Tue, 10 Aug 2010 14:52:29 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 48472] OperandResolver parseDouble StringIndexOutOfBoundsException X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <{{EMAIL+PHONE}}/bugzilla/> References: <{{EMAIL+PHONE}}/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=48472 Bug 48472 depends on bug 49723, which changed state. Bug 49723 Summary: OperandResolver#parseDouble returns null for String input with leading decimal place https://issues.apache.org/bugzilla/show_bug.cgi?id=49723 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 10 18:53:46 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24104 invoked from network); 10 Aug 2010 18:53:46 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Aug 2010 18:53:46 -0000 Received: (qmail 82047 invoked by uid 500); 10 Aug 2010 18:53:46 -0000 Delivered-To: [email protected] Received: (qmail 82021 invoked by uid 500); 10 Aug 2010 18:53:46 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 82013 invoked by uid 99); 10 Aug 2010 18:53:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Aug 2010 18:53:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Aug 2010 18:53:44 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7AIrMP4029675 for <[email protected]>; Tue, 10 Aug 2010 18:53:22 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7AIrMFk029674; Tue, 10 Aug 2010 14:53:22 -0400 (EDT) Date: Tue, 10 Aug 2010 14:53:22 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 48472] OperandResolver parseDouble StringIndexOutOfBoundsException X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution In-Reply-To: <{{EMAIL+PHONE}}/bugzilla/> References: <{{EMAIL+PHONE}}/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=48472 Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Yegor Kozlov <[email protected]> 2010-08-10 14:53:18 EDT --- Fixed in r984161 by the patch submitted in Bugzilla 48472 Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 10 20:19:23 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61485 invoked from network); 10 Aug 2010 20:19:18 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Aug 2010 20:19:18 -0000 Received: (qmail 86875 invoked by uid 500); 10 Aug 2010 20:19:18 -0000 Delivered-To: [email protected] Received: (qmail 86830 invoked by uid 500); 10 Aug 2010 20:19:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 86822 invoked by uid 99); 10 Aug 2010 20:19:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Aug 2010 20:19:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Aug 2010 20:19:14 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7AKIq42000736 for <[email protected]>; Tue, 10 Aug 2010 20:18:52 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7AKIpdC000735; Tue, 10 Aug 2010 16:18:51 -0400 (EDT) Date: Tue, 10 Aug 2010 16:18:51 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49472] Poi will corrupt xls file when there is a 'Chart sheet' in the Excel file, Excel 2010 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Severity In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49472 Tao Jiang <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |critical --- Comment #1 from Tao Jiang <[email protected]> 2010-08-10 16:18:49 EDT --- I believe that this is very critical bug. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 10 22:36:46 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17473 invoked from network); 10 Aug 2010 22:36:45 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 10 Aug 2010 22:36:45 -0000 Received: (qmail 60042 invoked by uid 500); 10 Aug 2010 22:36:45 -0000 Delivered-To: [email protected] Received: (qmail 59966 invoked by uid 500); 10 Aug 2010 22:36:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 59958 invoked by uid 99); 10 Aug 2010 22:36:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Aug 2010 22:36:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Aug 2010 22:36:44 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7AMaNRD002187 for <[email protected]>; Tue, 10 Aug 2010 22:36:23 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7AMaNaV002181; Tue, 10 Aug 2010 18:36:23 -0400 (EDT) Date: Tue, 10 Aug 2010 18:36:23 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 48526] Not Yet Implemented Error for RANDBETWEEN() X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: XSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=48526 --- Comment #3 from Brendan Nolan <[email protected]> 2010-08-10 18:36:17 EDT --- Created an attachment (id=25876) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25876) Adds support for RANDBETWEEN() function. The zip file contains a svn diff and a tar file which contains an Excel spreadsheet for testing RANDBETWEEN is one of the Analysis Toolpak formula and I have implemented it as such rather than an entry in NumericFunctions One strange behavior I noticed while formulating Testcases for the function was that it can't be assigned into a workbook created directly in POI. The same is true for all the currently implemented ATP functions ISEVEN(), ISODD() and YEARFRAC() If you run the following Workbook wb = new HSSFWorkbook(); Sheet sheet = wb.createSheet("ATPSheet"); Row row = sheet.createRow(0); Cell formulaCell = row.createCell(0, HSSFCell.CELL_TYPE_FORMULA); formulaCell.setCellFormula("ISEVEN()"); You will get the following exception: Exception in thread "main" org.apache.poi.ss.formula.FormulaParseException: Name 'ISEVEN' is completely unknown in the current workbook at org.apache.poi.ss.formula.FormulaParser.function(FormulaParser.java:914) at org.apache.poi.ss.formula.FormulaParser.parseNonRange(FormulaParser.java:552) at org.apache.poi.ss.formula.FormulaParser.parseRangeable(FormulaParser.java:423) at org.apache.poi.ss.formula.FormulaParser.parseRangeExpression(FormulaParser.java:266) at org.apache.poi.ss.formula.FormulaParser.parseSimpleFactor(FormulaParser.java:1113) at org.apache.poi.ss.formula.FormulaParser.percentFactor(FormulaParser.java:1073) at org.apache.poi.ss.formula.FormulaParser.powerFactor(FormulaParser.java:1060) at org.apache.poi.ss.formula.FormulaParser.Term(FormulaParser.java:1420) at org.apache.poi.ss.formula.FormulaParser.additiveExpression(FormulaParser.java:1520) at org.apache.poi.ss.formula.FormulaParser.concatExpression(FormulaParser.java:1504) at org.apache.poi.ss.formula.FormulaParser.comparisonExpression(FormulaParser.java:1461) at org.apache.poi.ss.formula.FormulaParser.unionExpression(FormulaParser.java:1441) at org.apache.poi.ss.formula.FormulaParser.parse(FormulaParser.java:1562) at org.apache.poi.ss.formula.FormulaParser.parse(FormulaParser.java:174) at org.apache.poi.hssf.model.HSSFFormulaParser.parse(HSSFFormulaParser.java:72) at org.apache.poi.hssf.usermodel.HSSFCell.setCellFormula(HSSFCell.java:598) If you open a Workbook that has the ATP formula already present they you are able to assign the formula to new cells without issue. Is this expected behavior or is there a defect with the ATP functions? Or do you need to alter the workbook after creation to support the ATP functions? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 11 10:24:42 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48824 invoked from network); 11 Aug 2010 10:24:42 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 11 Aug 2010 10:24:42 -0000 Received: (qmail 55672 invoked by uid 500); 11 Aug 2010 10:24:42 -0000 Delivered-To: [email protected] Received: (qmail 55411 invoked by uid 500); 11 Aug 2010 10:24:38 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 55391 invoked by uid 99); 11 Aug 2010 10:24:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Aug 2010 10:24:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Aug 2010 10:24:36 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7BAOG4t008574 for <[email protected]>; Wed, 11 Aug 2010 10:24:16 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7BAOFvN008573; Wed, 11 Aug 2010 06:24:15 -0400 (EDT) Date: Wed, 11 Aug 2010 06:24:15 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49472] Poi will corrupt xls file when there is a 'Chart sheet' in the Excel file, Excel 2010 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49472 Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #2 from Nick Burch <[email protected]> 2010-08-11 06:24:10 EDT --- If this is critical for you, then do please do some investigating on it! What's the simplest file that will show the corruption? What's the most complex one that won't? For the simplest file that excel complains about, how does the file differ between the excel version and the poi version? What does BiffViewer show as having been changed between the two? Are there records that are missing in one? Are records in a different order? Have flags on key records been changed? If you open the file in excel 2007, and save it, can excel 2010 read it? What changed? etc -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 11 14:58:39 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70732 invoked from network); 11 Aug 2010 14:58:39 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 11 Aug 2010 14:58:39 -0000 Received: (qmail 29681 invoked by uid 500); 11 Aug 2010 14:58:38 -0000 Delivered-To: [email protected] Received: (qmail 29454 invoked by uid 500); 11 Aug 2010 14:58:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 29446 invoked by uid 99); 11 Aug 2010 14:58:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Aug 2010 14:58:36 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mx-out-manc3.simplymailsolutions.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Aug 2010 14:58:27 +0000 Received: from zimbra.alfresco.com ([161.129.204.104]) by mx-out-manc3.simplymailsolutions.com (8.14.1/8.14.1) with ESMTP id o7BEw5AD007222 for <[email protected]>; Wed, 11 Aug 2010 15:58:06 +0100 Received: from localhost (localhost.localdomain [161.129.204.104]) by zimbra.alfresco.com (Postfix) with ESMTP id A21F0414040 for <[email protected]>; Wed, 11 Aug 2010 15:58:05 +0100 (BST) X-Virus-Scanned: [email protected] Received: from zimbra.alfresco.com ([161.129.204.104]) by localhost (zimbra.alfresco.com [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id YRXZ5u1Sar9J for <[email protected]>; Wed, 11 Aug 2010 15:58:05 +0100 (BST) Received: from urchin.earth.li (urchin.earth.li [161.129.204.104]) (Authenticated sender: [email protected]) by zimbra.alfresco.com (Postfix) with ESMTP id 3DFAC41402E for <[email protected]>; Wed, 11 Aug 2010 15:58:05 +0100 (BST) Date: Wed, 11 Aug 2010 15:58:04 +0100 (BST) From: Nick Burch <[email protected]> X-X-Sender: [email protected] To: POI Developers List <[email protected]> Subject: [Result] [VOTE] Release POI 3.7 beta 2 In-Reply-To: <[email protected]> Message-ID: <[email protected]> References: <[email protected]> <[email protected]> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org Hi All The vote for POI 3.7 beta 2 has now passed, with 3 binding +1 votes I'm copying the files into the dist area now Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 12 11:10:08 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48775 invoked from network); 12 Aug 2010 11:10:08 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 12 Aug 2010 11:10:08 -0000 Received: (qmail 72229 invoked by uid 500); 12 Aug 2010 11:10:07 -0000 Delivered-To: [email protected] Received: (qmail 71763 invoked by uid 500); 12 Aug 2010 11:10:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 71748 invoked by uid 99); 12 Aug 2010 11:10:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Aug 2010 11:10:04 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mx-out-manc3.simplymailsolutions.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Aug 2010 11:09:55 +0000 Received: from zimbra.alfresco.com ([161.129.204.104]) by mx-out-manc3.simplymailsolutions.com (8.14.1/8.14.1) with ESMTP id o7CB9YZB014952; Thu, 12 Aug 2010 12:09:34 +0100 Received: from localhost (localhost.localdomain [161.129.204.104]) by zimbra.alfresco.com (Postfix) with ESMTP id C5025414023; Thu, 12 Aug 2010 12:09:34 +0100 (BST) X-Virus-Scanned: [email protected] Received: from zimbra.alfresco.com ([161.129.204.104]) by localhost (zimbra.alfresco.com [161.129.204.104]) (amavisd-new, port 10024) with ESMTP id JGengue+DnfZ; Thu, 12 Aug 2010 12:09:34 +0100 (BST) Received: from urchin.earth.li (urchin.earth.li [161.129.204.104]) (Authenticated sender: [email protected]) by zimbra.alfresco.com (Postfix) with ESMTP id 5524A414017; Thu, 12 Aug 2010 12:09:34 +0100 (BST) Date: Thu, 12 Aug 2010 12:09:33 +0100 (BST) From: Nick Burch <[email protected]> X-X-Sender: [email protected] To: [email protected], [email protected] Subject: [Announce] POI 3.7 beta 2 Message-ID: <[email protected]> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org Hi All It's been about 6 months now since 3.6 FINAL, and a month since the last 3.7 beta. The changelog [1] shows we've fixed a fairly hefty number of bugs, even if there haven't been that many new features. So, we've decided to do a new beta release, of POI 3.7 Beta 2. Since POI 3.7 beta 1, we've had a fair number of bug fixes. New features include: * Word 6 / Word 95 text extractor support * .thmx PowerPoint theme text extraction * HSSF Chart series add/modify/remove * Various formula improvements Plus lots of other things that you can find in the changelog! [1] The beta release is available from the mirrors: http://www.apache.org/dyn/closer.cgi/poi/dev/bin/ http://www.apache.org/dyn/closer.cgi/poi/dev/src/ The beta is also available in the central Maven repository under Group ID "org.apache.poi" and Version "3.7beta2". Please do please test this new release with your code, and report back any problems. We'll hopefully be releasing 3.7 Final in a month or so, with possibly another beta release first depending on bug reports, so do please test and report! Nick (On behalf of the Apache POI PMC) [1] http://poi.apache.org/changes.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 12 14:28:23 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33133 invoked from network); 12 Aug 2010 14:28:14 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 12 Aug 2010 14:28:14 -0000 Received: (qmail 50223 invoked by uid 500); 12 Aug 2010 14:28:14 -0000 Delivered-To: [email protected] Received: (qmail 49982 invoked by uid 500); 12 Aug 2010 14:28:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 49969 invoked by uid 99); 12 Aug 2010 14:28:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Aug 2010 14:28:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Aug 2010 14:28:09 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7CERlBH027595 for <[email protected]>; Thu, 12 Aug 2010 14:27:47 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7CERl8x027594; Thu, 12 Aug 2010 10:27:47 -0400 (EDT) Date: Thu, 12 Aug 2010 10:27:47 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 48526] Not Yet Implemented Error for RANDBETWEEN() X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: XSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: [email protected] X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=48526 Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Yegor Kozlov <[email protected]> 2010-08-12 10:27:42 EDT --- Thanks for the patch, applied in r984796 > If you open a Workbook that has the ATP formula already present they you are > able to assign the formula to new cells without issue. > > Is this expected behavior or is there a defect with the ATP functions? Or do > you need to alter the workbook after creation to support the ATP functions? This is currently a limitation of POI. We can evaluate UDFs from the Analysis Toolpack but we cannot assign formulas containing these functions. It may seem an easy task, but unfortunately it is not. Firstly, FormulaParser needs additional information to process a user defined formula token. This additional information should describe the number of arguments and their type, type of the returned value, etc. For built-in functions this is described by org.apache.poi.hssf.record.formula.functionFunctionMetadata and functionMetadata.txt, I guess we will need something similar for the Analysis Toolpack. Secondly, each UDF used in a workbook must have a corresponding EXTERNALNAME record, this is how Excel resolves user-defined functions. Suppose you open a Workbook that has formulas with ATP functions. Each used ATP has a corresponding EXTERNALNAME record and is registered in the workbook-global LinkTable: ISEVEN --> EXTERNALNAME RANDBETWEEN --> EXTERNALNAME where all EXTERNALNAME records are aggregated in a LinkTable. When you assign more formulas with ISEVEN and RANDBETWEEN, the FormulaParser resolves their names via the list of EXTERNALNAME and the assignment is successful. When you assign formulas with ISEVEN and RANDBETWEEN to a new workbook then the LinkTable is empty and you get a "completely unknown" exception. Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 12 15:15:36 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57684 invoked from network); 12 Aug 2010 15:15:36 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 12 Aug 2010 15:15:36 -0000 Received: (qmail 7048 invoked by uid 500); 12 Aug 2010 15:15:36 -0000 Delivered-To: [email protected] Received: (qmail 6962 invoked by uid 500); 12 Aug 2010 15:15:35 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 6954 invoked by uid 99); 12 Aug 2010 15:15:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Aug 2010 15:15:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Aug 2010 15:15:32 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7CFFBLQ028170 for <[email protected]>; Thu, 12 Aug 2010 15:15:11 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7CFFAJc028169; Thu, 12 Aug 2010 11:15:10 -0400 (EDT) Date: Thu, 12 Aug 2010 11:15:10 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49725] org.apache.poi.ss.formula.FormulaParseException on valid names in formula, with "6_" in name X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: POI Overall X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49725 Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Yegor Kozlov <[email protected]> 2010-08-12 11:15:08 EDT --- Fixed in r984823. Junit added. Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 12 22:53:13 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30416 invoked from network); 12 Aug 2010 22:53:13 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 12 Aug 2010 22:53:13 -0000 Received: (qmail 76004 invoked by uid 500); 12 Aug 2010 22:53:13 -0000 Delivered-To: [email protected] Received: (qmail 75839 invoked by uid 500); 12 Aug 2010 22:53:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 75831 invoked by uid 99); 12 Aug 2010 22:53:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Aug 2010 22:53:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Aug 2010 22:53:09 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7CMqmrY003306 for <[email protected]>; Thu, 12 Aug 2010 22:52:48 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7CMqloT003305; Thu, 12 Aug 2010 18:52:47 -0400 (EDT) Date: Thu, 12 Aug 2010 18:52:47 -0400 (EDT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49747] New: Create support for modifying the contents of an existing XWPFParagraph X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: XWPF X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49747 Summary: Create support for modifying the contents of an existing XWPFParagraph Product: POI Version: unspecified Platform: PC Status: NEW Severity: enhancement Priority: P2 Component: XWPF AssignedTo: [email protected] ReportedBy: [email protected] Allowing the contents of an existing XWPFParagraph object to be modified would be nice. I have an existing docx document that I would like to use as a template and need to be able to find and replace text within a paragraph. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 13 08:56:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 43294 invoked from network); 13 Aug 2010 08:56:57 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Aug 2010 08:56:57 -0000 Received: (qmail 28278 invoked by uid 500); 13 Aug 2010 08:56:57 -0000 Delivered-To: [email protected] Received: (qmail 27971 invoked by uid 500); 13 Aug 2010 08:56:53 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 27963 invoked by uid 99); 13 Aug 2010 08:56:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Aug 2010 08:56:53 +0000 X-ASF-Spam-Status: No, hits=2.3 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_SOFTFAIL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of [email protected] does not designate 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO kuber.nabble.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Aug 2010 08:56:47 +0000 Received: from sam.nabble.com ([161.129.204.104]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from <[email protected]>) id 1Ojq3v-0008VF-9z for [email protected]; Fri, 13 Aug 2010 01:56:27 -0700 Date: Fri, 13 Aug 2010 01:56:27 -0700 (PDT) From: politrons <[email protected]> To: [email protected] Message-ID: <[email protected]> Subject: Writing XSSFWorkbook and is empty :-( MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, i'm suffering a wierd behaviour in my code, and i dont understand why. Let me explain you my situation first. I'm reading a xlsx file, i'm saving this buffer in a XSSFWorkBook object. when i read this stream completly, i've create a new XSSFWorkBook for write the contain of the other object(gonna call wbToRead) , this create a n Sheets(depending the sheet number of the wbToRead) for this sheet i create n rows as rows has the wbToRead as well, and for any row i read the original value of the Cell of the wbToRead, i've made a modification and i've save in a new cell that has been created by rowToWrite, so the idea basically as you can imagine is read a xlsx file, modify some values and then save again, but this time, separate every sheet in a independient xlsx. In theory every sheet that i have in my original xlsx now would be a new an modify xlsx, and this is it, but the wierd behaviour is that files has weight 5,6,15 kb, but when i open one the values of cells are completely empty. Any idea guys?. I leave here the code for the code monkeys: public void process(String fileName){ try { XSSFWorkbook wb = new XSSFWorkbook(fileName); readIteration(wb); } catch (IOException e) { e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates. } } private int sheetNumber=0; private String header=""; private String body=""; XSSFWorkbook workbook = null; XSSFSheet sheetToWrite = null; Row rowToWrite = null; private void readIteration(XSSFWorkbook wb){ int sheetNumbers = wb.getNumberOfSheets(); for(int i=0; i < sheetNumbers; i++){ Sheet sheetToRead = wb.getSheetAt(i); workbook = new XSSFWorkbook(); sheetToWrite = workbook.createSheet(); int z=0; for (Iterator<Row> rit = sheetToRead.rowIterator(); rit.hasNext(); ) { Row rowToRead = rit.next(); Row rowToWrite = sheetToWrite.createRow(z); body +="\n"; int k =0; for (Iterator<Cell> cit = rowToRead.cellIterator(); cit.hasNext();) { Cell cellToRead = cit.next(); Cell cellToWrite = rowToWrite.createCell(k++); readValue(cellToRead, cellToWrite); } //rows.put(++z, cells); //TODO:Save as independient xlsx } System.out.print("Sheet Number:" + ++sheetNumber+"\n"); System.out.print(header); System.out.print(body); header=""; body=""; createOutPutSheet(sheetNumber,workbook); } } public final static int CELL_TYPE_NUMERIC = 0; public final static int CELL_TYPE_STRING = 1; public final static int CELL_TYPE_FORMULA = 2; public final static int CELL_TYPE_BLANK = 3; public final static int CELL_TYPE_BOOLEAN = 4; public final static int CELL_TYPE_ERROR = 5; private Cell readValue(Cell cellToRead, Cell cellToWrite){ if(cellToRead.getRowIndex() == 0){ drawHeader(cellToRead,cellToWrite); return cellToRead; } switch (cellToRead.getCellType()){ case CELL_TYPE_NUMERIC: double cellNumericValue = cellToRead.getNumericCellValue(); body = body + "|" + cellNumericValue +""; cellNumericValue=666; cellToWrite.setCellValue(cellNumericValue); break; case CELL_TYPE_STRING: String cellStringValue = cellToRead.getStringCellValue(); body = body + "|" + cellStringValue +""; cellStringValue +="_NEW"; cellToWrite.setCellValue(cellStringValue); break; case CELL_TYPE_FORMULA: String cellFormulaValue = cellToRead.getCellFormula(); body = body + "|" + cellFormulaValue +""; break; case CELL_TYPE_BLANK: //body = body + "|"; break; case CELL_TYPE_BOOLEAN: boolean cellBooleanValue = cellToRead.getBooleanCellValue(); body = body + "|" + cellBooleanValue +""; cellBooleanValue=false; cellToWrite.setCellValue(cellBooleanValue); break; case CELL_TYPE_ERROR: byte error = cellToRead.getErrorCellValue(); body = body + "|" + error +""; break; default: break; } return cellToRead; } private boolean isHeader(Cell cell){ return (cell.getRowIndex() == 1); } private void drawHeader(Cell cellToRead, Cell cellToWrite){ try{ if(cellToRead.getCellType()== Cell.CELL_TYPE_NUMERIC){ double cellNumericValue = cellToRead.getNumericCellValue(); header = header + "|" + cellNumericValue; cellNumericValue=666; cellToWrite.setCellValue(cellNumericValue); }else{ String cellStringValue = cellToRead.getStringCellValue(); header = header + "|" + cellStringValue; cellStringValue +="_NEW"; cellToWrite.setCellValue(cellStringValue); } }catch(Exception e){ System.out.print("" + e); } } private void createOutPutSheet(int sheetNumber, XSSFWorkbook wb){ File file = null; try { FileOutputStream fos = new FileOutputStream("C:\\Excel" + sheetNumber + ".xlsx"); wb.write(fos); fos.close(); } catch (FileNotFoundException e) { e.printStackTrace(); } catch (IOException e) { e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates. } Thanks a lot -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Writing-XSSFWorkbook-and-is-empty-tp2553790p2553790.html Sent from the POI - Dev mailing list [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 13 10:39:18 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84769 invoked from network); 13 Aug 2010 10:39:17 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 13 Aug 2010 10:39:17 -0000 Received: (qmail 48473 invoked by uid 500); 13 Aug 2010 10:39:17 -0000 Delivered-To: [email protected] Received: (qmail 48180 invoked by uid 500); 13 Aug 2010 10:39:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 48153 invoked by uid 99); 13 Aug 2010 10:39:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Aug 2010 10:39:12 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-qy0-f181.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Aug 2010 10:39:06 +0000 Received: by qyk1 with SMTP id 1so280666qyk.12 for <[email protected]>; Fri, 13 Aug 2010 03:38:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=WOm9o/k/6kMenPBTz3LmzNbiziKb/h0YlT7pU1lB3YU=; b=OPVvt6EzELRA/yXMZ83touh5G4SWmqqfppKbPIrrcwXjIdbRrI3qEjy8MlkKxTJvxB y5Y8mS9a4O0LpmuU7zpLoLK4EB+PvNiuFm8L3enzcvB6h6Yg/7ooq6xzpwMjaUdR4lZK a26ZCHl9BqhkAVPOkHniC12YFXefxB3USkLuk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ESUwY9h62bg4vbbmc+sjsuagHIv8V5AxPt6cOiAni7lknFH3F81ibkv2gdN42bwqit usqPTTPzfDjHfLgQvjGyi3SVYl6zpk95MzYrsQQO4dtT1Hk4GqiMUlCvve2lx7i3jP6e lw0UomyYoNVfLlEHjHr6i/5ODI5PHVTJJKwUU= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id 20mr1057444qcg.272.1281695923188; Fri, 13 Aug 2010 03:38:43 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Fri, 13 Aug 2010 03:38:43 -0700 (PDT) Date: Fri, 13 Aug 2010 17:38:43 +0700 Message-ID: <[email protected]> Subject: Related issues for graph in POI 3.7 beta 2 From: "Le Vinh Dat (Kevin)" <[email protected]> To: POI Developers List <[email protected]> Content-Type: multipart/mixed; boundary=0014853942ea363bf3048db21630 --0014853942ea363bf3048db21630 Content-Type: multipart/alternative; boundary=0014853942ea363be9048db2162e --0014853942ea363be9048db2162e Content-Type: text/plain; charset=ISO-8859-1 Hi all, I'm using POI beta 2 and Excel 2003. It seems that I hit 2 issues related to graph in POI 3.7 beta2. 1) Wrong series detection. Please see the attachment Incorrect series detection.jpg + The title of the fourth series (i.e.: series[3]) is detected as % instead of inf3. + If I remove %, it detects "inf3 correctly. 2) After I removed the series in 1 graph, there was no exception. chart.removeSeries() even returned true. However, Excel 2003 kept crashing and restarting when opening the output. HSSFSeries[] series = chart.getSeries(); // Remove unused series int num_of_series = series.length; for(int j=0; j < num_of_series; j++) { if(series[j].getSeriesTitle().contains("inf3")) { chart.removeSeries(series[j]); break; } } Thank you very much :-) Sincerely yours, Le Vinh Dat, Kevin --0014853942ea363be9048db2162e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi all,<br>I&#39;m using POI beta 2 and Excel 2003.<br>It seems that I hit = 2 issues related to graph in POI 3.7 beta2.<br><br>1) Wrong series detectio= n. Please see the attachment Incorrect series detection.jpg<br>+ The title = of the fourth series (i.e.: series[3]) is detected as % instead of inf3.<br= > + If I remove %, it detects &quot;inf3 correctly.<br><br>2) After I removed= the series in 1 graph, there was no exception. chart.removeSeries() even r= eturned true.<br>However, Excel 2003 kept crashing and restarting when open= ing the output.<br> HSSFSeries[] series =3D chart.getSeries();<br>// Remove unused series<br>in= t num_of_series =3D series.length;<br><br>for(int j=3D0; j &lt; num_of_seri= es; j++)<br>{<br>=A0=A0 if(series[j].getSeriesTitle().contains(&quot;inf3&q= uot;))=A0=A0=A0 =A0=A0=A0 =A0=A0=A0 <br> =A0=A0 {<br>=A0=A0=A0=A0=A0 chart.removeSeries(series[j]);<br>=A0=A0=A0=A0= =A0 break;<br>=A0=A0 }<br>}<br>Thank you very much :-)<br>Sincerely yours,<= br>Le Vinh Dat, Kevin<br><br><div style=3D"visibility: hidden; display: inl= ine;" id=3D"avg_ls_inline_popup"> </div><style type=3D"text/css">#avg_ls_inline_popup { position:absolute; = z-index:9999; padding: 0px 0px; margin-left: 0px; margin-top: 0px; widt= h: 240px; overflow: hidden; word-wrap: break-word; color: black; font-s= ize: 10px; text-align: left; line-height: 13px;}</style> --0014853942ea363be9048db2162e-- --0014853942ea363bf3048db21630 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --0014853942ea363bf3048db21630-- From [email protected] Sun Aug 15 07:55:15 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11802 invoked from network); 15 Aug 2010 07:55:15 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 15 Aug 2010 07:55:15 -0000 Received: (qmail 93396 invoked by uid 500); 15 Aug 2010 07:55:15 -0000 Delivered-To: [email protected] Received: (qmail 93150 invoked by uid 500); 15 Aug 2010 07:55:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 93141 invoked by uid 99); 15 Aug 2010 07:55:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Aug 2010 07:55:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Aug 2010 07:55:09 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7F7snFY028455 for <[email protected]>; Sun, 15 Aug 2010 07:54:49 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7F7snC8028454; Sun, 15 Aug 2010 03:54:49 -0400 (EDT) Date: Sun, 15 Aug 2010 03:54:49 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 48900] XSSF doesn't have the method protectSheet as we have for HSSF API X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: XSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=48900 --- Comment #3 from Brendan Nolan <[email protected]> 2010-08-15 03:54:43 EDT --- Created an attachment (id=25886) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25886) SVN patch to support sheet protection is XSSF and testcase for same Added a protectSheet method to XSSFSheet also added the protectSheet method as part of the Sheet interface. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Aug 15 16:49:54 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29891 invoked from network); 15 Aug 2010 16:49:53 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 15 Aug 2010 16:49:53 -0000 Received: (qmail 11250 invoked by uid 500); 15 Aug 2010 16:49:53 -0000 Delivered-To: [email protected] Received: (qmail 11115 invoked by uid 500); 15 Aug 2010 16:49:52 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 11107 invoked by uid 99); 15 Aug 2010 16:49:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Aug 2010 16:49:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Aug 2010 16:49:51 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7FGnVK3006783 for <[email protected]>; Sun, 15 Aug 2010 16:49:31 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7FGnVwP006782; Sun, 15 Aug 2010 12:49:31 -0400 (EDT) Date: Sun, 15 Aug 2010 12:49:31 -0400 (EDT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49751] New: Cannot get named style name X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49751 Summary: Cannot get named style name Product: POI Version: 3.7-dev Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: HSSF AssignedTo: [email protected] ReportedBy: [email protected] Created an attachment (id=25889) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25889) A patch fixing this bug. For some sheets HSSFCellStyle.getUserStyleName() returns nothing for a named style because of a bug in InternalWorkbook.getStyleRecord(int). -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Aug 15 18:47:20 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 76583 invoked from network); 15 Aug 2010 18:47:20 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 15 Aug 2010 18:47:20 -0000 Received: (qmail 91707 invoked by uid 500); 15 Aug 2010 18:47:19 -0000 Delivered-To: [email protected] Received: (qmail 91661 invoked by uid 500); 15 Aug 2010 18:47:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 91653 invoked by uid 99); 15 Aug 2010 18:47:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Aug 2010 18:47:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Aug 2010 18:47:16 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7FIksNH007475 for <[email protected]>; Sun, 15 Aug 2010 18:46:54 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7FIksg6007474; Sun, 15 Aug 2010 14:46:54 -0400 (EDT) Date: Sun, 15 Aug 2010 14:46:54 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 48900] XSSF doesn't have the method protectSheet as we have for HSSF API X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: XSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: CC In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=48900 Brendan Nolan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Aug 15 21:45:09 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31513 invoked from network); 15 Aug 2010 21:45:08 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 15 Aug 2010 21:45:08 -0000 Received: (qmail 94895 invoked by uid 500); 15 Aug 2010 21:45:08 -0000 Delivered-To: [email protected] Received: (qmail 94805 invoked by uid 500); 15 Aug 2010 21:45:07 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 94797 invoked by uid 99); 15 Aug 2010 21:45:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Aug 2010 21:45:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Aug 2010 21:45:05 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7FLihuu008455 for <[email protected]>; Sun, 15 Aug 2010 21:44:43 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7FLihZO008454; Sun, 15 Aug 2010 17:44:43 -0400 (EDT) Date: Sun, 15 Aug 2010 17:44:43 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49751] Cannot get named style name X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49751 Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Nick Burch <[email protected]> 2010-08-15 17:44:39 EDT --- Any chance you could upload a file that exhibits this problem, so we can write a unit test to go with applying the patch to ensure we don't break it again later? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 16 20:52:59 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40035 invoked from network); 16 Aug 2010 20:52:59 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 16 Aug 2010 20:52:59 -0000 Received: (qmail 58499 invoked by uid 500); 16 Aug 2010 20:52:59 -0000 Delivered-To: [email protected] Received: (qmail 58432 invoked by uid 500); 16 Aug 2010 20:52:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 58424 invoked by uid 99); 16 Aug 2010 20:52:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Aug 2010 20:52:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Aug 2010 20:52:56 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7GKqYTs020835 for <[email protected]>; Mon, 16 Aug 2010 20:52:34 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7GKqYoG020834; Mon, 16 Aug 2010 16:52:34 -0400 (EDT) Date: Mon, 16 Aug 2010 16:52:34 -0400 (EDT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49759] New: Add support for TODAY() and dateTime custom format X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49759 Summary: Add support for TODAY() and dateTime custom format Product: POI Version: 3.7-dev Platform: PC Status: NEW Severity: normal Priority: P2 Component: HSSF AssignedTo: [email protected] ReportedBy: [email protected] two issues, tried this with 3.7beta1 1. Excel function, =TODAY(), is supposed to return today's date. But what I see happening in my application is that it returns the date when the Excel spreadsheet was last saved. 2. Support custom format dateTime: yyyy/mm/dd\Thh:mm:ss. This appears in Excel as 2010/08/16T00:00:00. But in my application the value I receive is: yyyy/mm/dd\Thhhh:mm:ss40406. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 16 22:37:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88557 invoked from network); 16 Aug 2010 22:37:56 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 16 Aug 2010 22:37:56 -0000 Received: (qmail 85729 invoked by uid 500); 16 Aug 2010 22:37:56 -0000 Delivered-To: [email protected] Received: (qmail 85688 invoked by uid 500); 16 Aug 2010 22:37:55 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 85679 invoked by uid 99); 16 Aug 2010 22:37:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Aug 2010 22:37:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Aug 2010 22:37:53 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7GMbWQm022631 for <[email protected]>; Mon, 16 Aug 2010 22:37:32 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7GMbV02022630; Mon, 16 Aug 2010 18:37:31 -0400 (EDT) Date: Mon, 16 Aug 2010 18:37:31 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 45577] small addons (functions, formularewriting) X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=45577 --- Comment #2 from willpower1024 <[email protected]> 2010-08-16 18:37:27 EDT --- Is this under progress or fixed? I ask because it's listed as being included in VERSION 3.2-FINAL. However, an issue I see with this feature is that it does not get the correct date. The date returned is the date when the spreadsheet was last saved. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 17 13:14:01 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58655 invoked from network); 17 Aug 2010 13:14:00 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 17 Aug 2010 13:14:00 -0000 Received: (qmail 87499 invoked by uid 500); 17 Aug 2010 13:13:59 -0000 Delivered-To: [email protected] Received: (qmail 86005 invoked by uid 500); 17 Aug 2010 13:13:55 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 85992 invoked by uid 99); 17 Aug 2010 13:13:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 13:13:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 13:13:53 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7HDDXQg001051 for <[email protected]>; Tue, 17 Aug 2010 13:13:33 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7HDDWYs001050; Tue, 17 Aug 2010 09:13:32 -0400 (EDT) Date: Tue, 17 Aug 2010 09:13:32 -0400 (EDT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49761] New: Double.NaN can be written but not read with POI X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49761 Summary: Double.NaN can be written but not read with POI Product: POI Version: 3.6 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: HSSF AssignedTo: [email protected] ReportedBy: [email protected] Created an attachment (id=25896) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25896) Contains 3 unit tests written using your framework to show the bug Overview: Part of our software takes spreadsheets created by a 3rd party scientific device that are generated using POI. These spreadsheets at times can enter the equivalent of Double.NaN. The files are written successfully, can be read by Excel, saved by excel and still work properly. However, when you try to read these files (written by POI) a RuntimeException is thrown. This means not all files written by POI can be read by POI. Steps to Reproduce: Read in any cell within an Excel file containing the equivalent of Double.NaN. Additionally, you could also run the attached Unit Test class. It saves Double.NaN into an excel file (which passes). It fails to read using the Event based and direct methods of reading the file. Actual Results: RuntimeException is thrown Expected Results: We expected Double.NaN to be returned when a cell containing the equivalent was encountered. Build Date & Platform: Every build / platform since. Date: Sat Oct 4 21:43:48 2008 New Revision: 701747 Additional Information: While this bug may seem trivial, it is a bit of a blocker for our software. When reading in a file using POI that contains Double.NaN, the software specifically throws a RuntimeException during the initial reading that we can not recover from. The fix that would help us out the best would be to return Double.NaN instead of throwing the RuntimeException. Since Double.NaN can be written by POI, you should also be able to read it. This RuntimeException is thrown in the following method: public double readDouble() { long valueLongBits = readLong(); double result = Double.longBitsToDouble(valueLongBits); if (Double.isNaN(result)) { throw new RuntimeException("Did not expect to read NaN"); // (Because Excel typically doesn't write NaN } return result; } Log results for Unit test: This was run against 3.6 Testsuite: org.apache.poi.hssf.record.TestDoubleNotANumber Tests run: 3, Failures: 0, Errors: 2, Time elapsed: 0.009 sec ------------- Standard Output --------------- the sheet [1]: ------------- ---------------- --------------- Testcase: testWriteNaNToFileSystem took 0.001 sec Testcase: testEventBasedDoubleNaNError took 0.004 sec Caused an ERROR Unable to construct record instance org.apache.poi.hssf.record.RecordFormatException: Unable to construct record instance at org.apache.poi.hssf.record.RecordFactory$ReflectionRecordCreator.create(RecordFactory.java:64) at org.apache.poi.hssf.record.RecordFactory.createSingleRecord(RecordFactory.java:263) at org.apache.poi.hssf.record.RecordFactoryInputStream.readNextRecord(RecordFactoryInputStream.java:270) at org.apache.poi.hssf.record.RecordFactoryInputStream.nextRecord(RecordFactoryInputStream.java:236) at org.apache.poi.hssf.eventusermodel.HSSFEventFactory.genericProcessEvents(HSSFEventFactory.java:122) at org.apache.poi.hssf.eventusermodel.HSSFEventFactory.processEvents(HSSFEventFactory.java:85) at org.apache.poi.hssf.eventusermodel.HSSFEventFactory.processWorkbookEvents(HSSFEventFactory.java:56) at org.apache.poi.hssf.record.TestDoubleNotANumber$NaNSpreadsheetParser.process(TestDoubleNotANumber.java:206) at org.apache.poi.hssf.record.TestDoubleNotANumber.testEventBasedDoubleNaNError(TestDoubleNotANumber.java:68) Caused by: java.lang.RuntimeException: Did not expect to read NaN at org.apache.poi.hssf.record.RecordInputStream.readDouble(RecordInputStream.java:270) at org.apache.poi.hssf.record.NumberRecord.<init>(NumberRecord.java:43) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at org.apache.poi.hssf.record.RecordFactory$ReflectionRecordCreator.create(RecordFactory.java:56) Testcase: testDirectDoubleNaNError took 0.001 sec Caused an ERROR Unable to construct record instance org.apache.poi.hssf.record.RecordFormatException: Unable to construct record instance at org.apache.poi.hssf.record.RecordFactory$ReflectionRecordCreator.create(RecordFactory.java:64) at org.apache.poi.hssf.record.RecordFactory.createSingleRecord(RecordFactory.java:263) at org.apache.poi.hssf.record.RecordFactoryInputStream.readNextRecord(RecordFactoryInputStream.java:270) at org.apache.poi.hssf.record.RecordFactoryInputStream.nextRecord(RecordFactoryInputStream.java:236) at org.apache.poi.hssf.record.RecordFactory.createRecords(RecordFactory.java:392) at org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:276) at org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:201) at org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:317) at org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:298) at org.apache.poi.hssf.HSSFTestDataSamples.openSampleWorkbook(HSSFTestDataSamples.java:46) at org.apache.poi.hssf.record.TestDoubleNotANumber.testDirectDoubleNaNError(TestDoubleNotANumber.java:83) Caused by: java.lang.RuntimeException: Did not expect to read NaN at org.apache.poi.hssf.record.RecordInputStream.readDouble(RecordInputStream.java:270) at org.apache.poi.hssf.record.NumberRecord.<init>(NumberRecord.java:43) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at org.apache.poi.hssf.record.RecordFactory$ReflectionRecordCreator.create(RecordFactory.java:56) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 17 13:23:03 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63135 invoked from network); 17 Aug 2010 13:23:03 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 17 Aug 2010 13:23:03 -0000 Received: (qmail 9313 invoked by uid 500); 17 Aug 2010 13:23:03 -0000 Delivered-To: [email protected] Received: (qmail 9099 invoked by uid 500); 17 Aug 2010 13:23:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 9086 invoked by uid 99); 17 Aug 2010 13:22:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 13:22:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 13:22:58 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7HDMcj8001127 for <[email protected]>; Tue, 17 Aug 2010 13:22:38 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7HDMbKU001126; Tue, 17 Aug 2010 09:22:37 -0400 (EDT) Date: Tue, 17 Aug 2010 09:22:37 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49761] Double.NaN can be written but not read with POI X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49761 Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Nick Burch <[email protected]> 2010-08-17 09:22:35 EDT --- If you create a file using Excel, and put in that a NaN, can poi read that, or does it fail in the same way as a poi written NaN ? Also, if you could upload an excel created file with a NaN in it, that'd be great as we can use it for a basis of additional unit tests once this is fixed -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 17 16:13:00 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49132 invoked from network); 17 Aug 2010 16:12:59 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 17 Aug 2010 16:12:59 -0000 Received: (qmail 72447 invoked by uid 500); 17 Aug 2010 16:12:59 -0000 Delivered-To: [email protected] Received: (qmail 71944 invoked by uid 500); 17 Aug 2010 16:12:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 71933 invoked by uid 99); 17 Aug 2010 16:12:58 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 16:12:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 16:12:40 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7HGCJGU002895 for <[email protected]>; Tue, 17 Aug 2010 16:12:19 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7HGCIkN002891; Tue, 17 Aug 2010 12:12:18 -0400 (EDT) Date: Tue, 17 Aug 2010 12:12:18 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49759] Add support for TODAY() and dateTime custom format X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution OS/Version In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49759 willpower1024 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID OS/Version| |All --- Comment #1 from willpower1024 <[email protected]> 2010-08-17 12:12:16 EDT --- i see #1 may have been addressed in a separate bug report and #2 is not an issue afterall. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 17 16:50:07 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67485 invoked from network); 17 Aug 2010 16:50:06 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 17 Aug 2010 16:50:06 -0000 Received: (qmail 41127 invoked by uid 500); 17 Aug 2010 16:50:06 -0000 Delivered-To: [email protected] Received: (qmail 41095 invoked by uid 500); 17 Aug 2010 16:50:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 41087 invoked by uid 99); 17 Aug 2010 16:50:05 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 16:50:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 16:49:48 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7HGnQoN003492 for <[email protected]>; Tue, 17 Aug 2010 16:49:26 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7HGnQIM003491; Tue, 17 Aug 2010 12:49:26 -0400 (EDT) Date: Tue, 17 Aug 2010 12:49:26 -0400 (EDT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49765] New: addPictures() not displaying Image in XWPF X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: XWPF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49765 Summary: addPictures() not displaying Image in XWPF Product: POI Version: 3.7-dev Platform: PC Status: NEW Severity: normal Priority: P2 Component: XWPF AssignedTo: [email protected] ReportedBy: [email protected] When I use the method addPictures() for XWPF documents, I assume this adds the image data to the Word document without any additional code. When I call this method, I do see the size of the Word document grow, due to the image data, but the image is not displayed in the Word [email protected]. It seems to, at least, be adding the image data to the Word document, but it doesn't seem to set it up correctly so it will actually display in the Word document. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 17 19:05:39 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 42584 invoked from network); 17 Aug 2010 19:05:39 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 17 Aug 2010 19:05:39 -0000 Received: (qmail 31497 invoked by uid 500); 17 Aug 2010 19:05:39 -0000 Delivered-To: [email protected] Received: (qmail 31295 invoked by uid 500); 17 Aug 2010 19:05:38 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 31287 invoked by uid 99); 17 Aug 2010 19:05:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 19:05:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 19:05:37 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7HJ5HQd005820 for <[email protected]>; Tue, 17 Aug 2010 19:05:17 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7HJ5HQ7005814; Tue, 17 Aug 2010 15:05:17 -0400 (EDT) Date: Tue, 17 Aug 2010 15:05:17 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49761] Double.NaN can be written but not read with POI X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49761 --- Comment #2 from Phil Dunlea <[email protected]> 2010-08-17 15:05:13 EDT --- Created an attachment (id=25898) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25898) Spreadsheet containing NaN Attached is a POI created excel file containing Double.NaN -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 17 19:11:37 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 48749 invoked from network); 17 Aug 2010 19:11:37 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 17 Aug 2010 19:11:37 -0000 Received: (qmail 50138 invoked by uid 500); 17 Aug 2010 19:11:37 -0000 Delivered-To: [email protected] Received: (qmail 50096 invoked by uid 500); 17 Aug 2010 19:11:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 50088 invoked by uid 99); 17 Aug 2010 19:11:36 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 19:11:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 19:11:19 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7HJAvMe005869 for <[email protected]>; Tue, 17 Aug 2010 19:10:57 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7HJAukJ005868; Tue, 17 Aug 2010 15:10:56 -0400 (EDT) Date: Tue, 17 Aug 2010 15:10:56 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49761] Double.NaN can be written but not read with POI X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49761 --- Comment #3 from Phil Dunlea <[email protected]> 2010-08-17 15:10:52 EDT --- Created an attachment (id=25899) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25899) Excel Generated Excel file with NaN This was created using Excel -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 17 19:29:19 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59769 invoked from network); 17 Aug 2010 19:29:19 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 17 Aug 2010 19:29:19 -0000 Received: (qmail 72859 invoked by uid 500); 17 Aug 2010 19:29:19 -0000 Delivered-To: [email protected] Received: (qmail 72837 invoked by uid 500); 17 Aug 2010 19:29:18 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 72829 invoked by uid 99); 17 Aug 2010 19:29:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 19:29:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 19:29:18 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7HJSvHv006342 for <[email protected]>; Tue, 17 Aug 2010 19:28:57 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7HJSvtu006341; Tue, 17 Aug 2010 15:28:57 -0400 (EDT) Date: Tue, 17 Aug 2010 15:28:57 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49761] Double.NaN can be written but not read with POI X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49761 Phil Dunlea <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #4 from Phil Dunlea <[email protected]> 2010-08-17 15:28:55 EDT --- Q: If you create a file using Excel, and put in that a NaN, can poi read that, or does it fail in the same way as a poi written NaN ? A: It fails the same way as if it was written in POI. Attached are both a spreadsheet written by POI and one written by Excel for testing purposes. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 17 20:54:48 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95533 invoked from network); 17 Aug 2010 20:54:47 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 17 Aug 2010 20:54:47 -0000 Received: (qmail 94565 invoked by uid 500); 17 Aug 2010 20:54:47 -0000 Delivered-To: [email protected] Received: (qmail 94532 invoked by uid 500); 17 Aug 2010 20:54:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 94524 invoked by uid 99); 17 Aug 2010 20:54:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 20:54:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 20:54:45 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7HKsPXh007301 for <[email protected]>; Tue, 17 Aug 2010 20:54:25 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7HKsPwG007300; Tue, 17 Aug 2010 16:54:25 -0400 (EDT) Date: Tue, 17 Aug 2010 16:54:25 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49761] Double.NaN can be written but not read with POI X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49761 --- Comment #5 from Nick Burch <[email protected]> 2010-08-17 16:54:22 EDT --- Thanks for all the digging and the files! If no-one beats me to it, I'll take a look when I'm next near a computer with eclipse on it -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 18 12:52:30 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85700 invoked from network); 18 Aug 2010 12:52:30 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 18 Aug 2010 12:52:30 -0000 Received: (qmail 71468 invoked by uid 500); 18 Aug 2010 12:52:30 -0000 Delivered-To: [email protected] Received: (qmail 71220 invoked by uid 500); 18 Aug 2010 12:52:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 71212 invoked by uid 99); 18 Aug 2010 12:52:26 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Aug 2010 12:52:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Aug 2010 12:52:09 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7ICpl7C016734 for <[email protected]>; Wed, 18 Aug 2010 12:51:47 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7ICplX3016733; Wed, 18 Aug 2010 08:51:47 -0400 (EDT) Date: Wed, 18 Aug 2010 08:51:47 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 48900] XSSF doesn't have the method protectSheet as we have for HSSF API X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: XSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=48900 Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Yegor Kozlov <[email protected]> 2010-08-18 08:51:42 EDT --- Applied in r986649 with minor tweaks in unit tests. Thanks, Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 18 15:44:38 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90952 invoked from network); 18 Aug 2010 15:44:38 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 18 Aug 2010 15:44:38 -0000 Received: (qmail 56391 invoked by uid 500); 18 Aug 2010 15:44:38 -0000 Delivered-To: [email protected] Received: (qmail 56273 invoked by uid 500); 18 Aug 2010 15:44:37 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 56263 invoked by uid 99); 18 Aug 2010 15:44:36 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Aug 2010 15:44:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Aug 2010 15:44:19 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7IFhvqk018456 for <[email protected]>; Wed, 18 Aug 2010 15:43:57 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7IFhveD018455; Wed, 18 Aug 2010 11:43:57 -0400 (EDT) Date: Wed, 18 Aug 2010 11:43:57 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49751] Cannot get named style name X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49751 --- Comment #2 from Vladimir Korenev <[email protected]> 2010-08-18 11:43:54 EDT --- Created an attachment (id=25906) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25906) Test spreadsheet -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 18 15:46:07 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91143 invoked from network); 18 Aug 2010 15:46:07 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 18 Aug 2010 15:46:07 -0000 Received: (qmail 57095 invoked by uid 500); 18 Aug 2010 15:46:07 -0000 Delivered-To: [email protected] Received: (qmail 57059 invoked by uid 500); 18 Aug 2010 15:46:06 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 57051 invoked by uid 99); 18 Aug 2010 15:46:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Aug 2010 15:46:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Aug 2010 15:46:06 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7IFjjGn018468 for <[email protected]>; Wed, 18 Aug 2010 15:45:45 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7IFjiGf018467; Wed, 18 Aug 2010 11:45:44 -0400 (EDT) Date: Wed, 18 Aug 2010 11:45:44 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49751] Cannot get named style name X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49751 --- Comment #3 from Vladimir Korenev <[email protected]> 2010-08-18 11:45:42 EDT --- Created an attachment (id=25907) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25907) Test program The output should be: 20% - Accent1 20% - Accent2 20% - Accent3 20% - Accent4 20% - Accent5 20% - Accent6 40% - Accent1 40% - Accent2 40% - Accent3 40% - Accent4 40% - Accent5 40% - Accent6 60% - Accent1 60% - Accent2 60% - Accent3 60% - Accent4 60% - Accent5 60% - Accent6 Accent1 Accent2 Accent3 Accent4 Accent5 Accent6 Bad Calculation Check Cell Explanatory Text Good Heading 1 Heading 2 Heading 3 Heading 4 Input Linked Cell Neutral Note Output Title Total Warning Text -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 18 15:46:35 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91361 invoked from network); 18 Aug 2010 15:46:35 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 18 Aug 2010 15:46:35 -0000 Received: (qmail 57980 invoked by uid 500); 18 Aug 2010 15:46:35 -0000 Delivered-To: [email protected] Received: (qmail 57952 invoked by uid 500); 18 Aug 2010 15:46:35 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 57944 invoked by uid 99); 18 Aug 2010 15:46:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Aug 2010 15:46:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Aug 2010 15:46:35 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7IFkFP3018472 for <[email protected]>; Wed, 18 Aug 2010 15:46:15 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7IFkEom018471; Wed, 18 Aug 2010 11:46:14 -0400 (EDT) Date: Wed, 18 Aug 2010 11:46:14 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49751] Cannot get named style name X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49751 Vladimir Korenev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 19 12:36:07 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29097 invoked from network); 19 Aug 2010 12:36:07 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Aug 2010 12:36:07 -0000 Received: (qmail 45715 invoked by uid 500); 19 Aug 2010 12:36:07 -0000 Delivered-To: [email protected] Received: (qmail 45462 invoked by uid 500); 19 Aug 2010 12:36:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 45453 invoked by uid 99); 19 Aug 2010 12:36:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Aug 2010 12:36:04 +0000 X-ASF-Spam-Status: No, hits=-1999.7 required=10.0 tests=ALL_TRUSTED,PLING_QUERY X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Aug 2010 12:36:04 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7JCZhBq001838 for <[email protected]>; Thu, 19 Aug 2010 12:35:43 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7JCZhWt001837; Thu, 19 Aug 2010 08:35:43 -0400 (EDT) Date: Thu, 19 Aug 2010 08:35:43 -0400 (EDT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49783] New: [PATCH] Error Code for "#REF!" same as for "#NAME?" X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: POI Overall X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49783 Summary: [PATCH] Error Code for "#REF!" same as for "#NAME?" Product: POI Version: 3.6-dev Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: POI Overall AssignedTo: [email protected] ReportedBy: [email protected] Created an attachment (id=25914) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25914) Updates error code from 0x1D to 0x17 for REF value In org.apache.poi.ss.usermodel.FormulaError, the REF and NAME values have the same error code (0x1D). This results in an "IllegalArgumentException" when running forString()/forInt(). REF should instead have code 0x17 as it is also defined in other places (e.g. org.apache.poi.ss.usermodel.ErrorConstants) To reproduce this: - make an excel file (tested with OOXML) - make a reference to a cell from another cell - delete the first cell - run the second cell through "org.apache.poi.ss.usermodel.FormulaEvaluator.evaluateInCell()". The "IllegalArgumentException" will state "Unknown error type: 23". -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 19 17:48:37 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14510 invoked from network); 19 Aug 2010 17:48:37 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Aug 2010 17:48:37 -0000 Received: (qmail 72348 invoked by uid 500); 19 Aug 2010 17:48:37 -0000 Delivered-To: [email protected] Received: (qmail 71843 invoked by uid 500); 19 Aug 2010 17:48:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 71835 invoked by uid 99); 19 Aug 2010 17:48:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Aug 2010 17:48:35 +0000 X-ASF-Spam-Status: No, hits=-1999.7 required=10.0 tests=ALL_TRUSTED,PLING_QUERY X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Aug 2010 17:48:34 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7JHmE8U005690 for <[email protected]>; Thu, 19 Aug 2010 17:48:14 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7JHmE6T005689; Thu, 19 Aug 2010 13:48:14 -0400 (EDT) Date: Thu, 19 Aug 2010 13:48:14 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49783] [PATCH] Error Code for "#REF!" same as for "#NAME?" X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: POI Overall X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49783 Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Yegor Kozlov <[email protected]> 2010-08-19 13:48:09 EDT --- I can't reproduce the problem. I created two excel files as you described, one binary and the other OOXML. The binary .xls file evaluates OK and the correct error value is set. The OOXML workbook evaluates with exception, but with a different one: org.apache.poi.ss.formula.FormulaParseException: Cell reference expected after sheet name at index 8. at org.apache.poi.ss.formula.FormulaParser.parseRangeable(FormulaParser.java:420) at org.apache.poi.ss.formula.FormulaParser.parseRangeExpression(FormulaParser.java:266) at org.apache.poi.ss.formula.FormulaParser.parseSimpleFactor(FormulaParser.java:1113) Can you upload a sample workbook that exhibits the problem ? It would be helpful to properly diagnose the problem and also write a unit test against a real file. Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 19 18:11:16 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 28534 invoked from network); 19 Aug 2010 18:11:16 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Aug 2010 18:11:16 -0000 Received: (qmail 10639 invoked by uid 500); 19 Aug 2010 18:11:15 -0000 Delivered-To: [email protected] Received: (qmail 10590 invoked by uid 500); 19 Aug 2010 18:11:15 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 10582 invoked by uid 99); 19 Aug 2010 18:11:15 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Aug 2010 18:11:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Aug 2010 18:10:57 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7JIAarg005964 for <[email protected]>; Thu, 19 Aug 2010 18:10:36 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7JIAah5005963; Thu, 19 Aug 2010 14:10:36 -0400 (EDT) Date: Thu, 19 Aug 2010 14:10:36 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49751] Cannot get named style name X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49751 Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Yegor Kozlov <[email protected]> 2010-08-19 14:10:32 EDT --- Applied in r987256, junit added. Thanks, Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 19 21:42:30 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37929 invoked from network); 19 Aug 2010 21:42:29 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Aug 2010 21:42:29 -0000 Received: (qmail 68177 invoked by uid 500); 19 Aug 2010 21:42:29 -0000 Delivered-To: [email protected] Received: (qmail 68137 invoked by uid 500); 19 Aug 2010 21:42:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 68129 invoked by uid 99); 19 Aug 2010 21:42:28 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Aug 2010 21:42:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Aug 2010 21:42:27 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7JLg5qn008584 for <[email protected]>; Thu, 19 Aug 2010 21:42:05 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7JLg5Jq008583; Thu, 19 Aug 2010 17:42:05 -0400 (EDT) Date: Thu, 19 Aug 2010 17:42:05 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49472] Poi will corrupt xls file when there is a 'Chart sheet' in the Excel file, Excel 2010 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49472 Mark Ingram <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #3 from Mark Ingram <[email protected]> 2010-08-19 17:42:02 EDT --- I have just hit this issue with an application in Production. Currently the application uses POI (v3.6) HSSF to output Excel 2003 workbooks. With no coding changes, if I open the application output with Excel 2010 I see the red error indicator. If I save the file using 2010 and open again then there is no error and all data appears to be there. The same (2003) file can be opened using 2010 without error outside of the application; it's only when POI is involved that the error presents. The workbook I'm using doesn't have chart sheets; rather, it has a bunch of sophisticated macros, named ranges, a hidden sheet of reference data and a displayed sheet of data that a user can use to enter data and select from dropdowns. Let me know if there's anything I can do to help. (I've never debugged through POI before.) Thanks, Mark. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 19 21:43:58 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38305 invoked from network); 19 Aug 2010 21:43:58 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 19 Aug 2010 21:43:58 -0000 Received: (qmail 70214 invoked by uid 500); 19 Aug 2010 21:43:58 -0000 Delivered-To: [email protected] Received: (qmail 70101 invoked by uid 500); 19 Aug 2010 21:43:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 70093 invoked by uid 99); 19 Aug 2010 21:43:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Aug 2010 21:43:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Aug 2010 21:43:57 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7JLhbMs008593 for <[email protected]>; Thu, 19 Aug 2010 21:43:37 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7JLhaCD008592; Thu, 19 Aug 2010 17:43:36 -0400 (EDT) Date: Thu, 19 Aug 2010 17:43:36 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49472] Poi will corrupt xls file when there is a 'Chart sheet' in the Excel file, Excel 2010 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: CC In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49472 Mark Ingram <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 20 05:44:06 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97529 invoked from network); 20 Aug 2010 05:44:06 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Aug 2010 05:44:06 -0000 Received: (qmail 47936 invoked by uid 500); 20 Aug 2010 05:44:06 -0000 Delivered-To: [email protected] Received: (qmail 47680 invoked by uid 500); 20 Aug 2010 05:44:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 47672 invoked by uid 99); 20 Aug 2010 05:44:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Aug 2010 05:44:02 +0000 X-ASF-Spam-Status: No, hits=-1999.7 required=10.0 tests=ALL_TRUSTED,PLING_QUERY X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Aug 2010 05:44:00 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7K5hchL012922 for <[email protected]>; Fri, 20 Aug 2010 05:43:38 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7K5hc6S012921; Fri, 20 Aug 2010 01:43:38 -0400 (EDT) Date: Fri, 20 Aug 2010 01:43:38 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49783] [PATCH] Error Code for "#REF!" same as for "#NAME?" X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: POI Overall X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49783 --- Comment #2 from alex <[email protected]> 2010-08-20 01:43:34 EDT --- Created an attachment (id=25918) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25918) Example file and code Running this throws the following exception: Exception in thread "main" java.lang.IllegalArgumentException: Unknown error type: 23 at org.apache.poi.ss.usermodel.FormulaError.forInt(FormulaError.java:131) at org.apache.poi.xssf.usermodel.XSSFCell.setCellErrorValue(XSSFCell.java:611) at org.apache.poi.xssf.usermodel.XSSFFormulaEvaluator.setCellValue(XSSFFormulaEvaluator.java:203) at org.apache.poi.xssf.usermodel.XSSFFormulaEvaluator.evaluateInCell(XSSFFormulaEvaluator.java:175) at org.apache.poi.xssf.usermodel.XSSFFormulaEvaluator.evaluateInCell(XSSFFormulaEvaluator.java:46) at Example.main(Example.java:20) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 20 05:45:18 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97794 invoked from network); 20 Aug 2010 05:45:18 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Aug 2010 05:45:18 -0000 Received: (qmail 51450 invoked by uid 500); 20 Aug 2010 05:45:17 -0000 Delivered-To: [email protected] Received: (qmail 51256 invoked by uid 500); 20 Aug 2010 05:45:16 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 51248 invoked by uid 99); 20 Aug 2010 05:45:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Aug 2010 05:45:15 +0000 X-ASF-Spam-Status: No, hits=-1999.7 required=10.0 tests=ALL_TRUSTED,PLING_QUERY X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Aug 2010 05:45:15 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7K5itsh012934 for <[email protected]>; Fri, 20 Aug 2010 05:44:55 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7K5isuN012933; Fri, 20 Aug 2010 01:44:54 -0400 (EDT) Date: Fri, 20 Aug 2010 01:44:54 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49783] [PATCH] Error Code for "#REF!" same as for "#NAME?" X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: POI Overall X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49783 --- Comment #3 from alex <[email protected]> 2010-08-20 01:44:52 EDT --- Please note that I forgot to tag the first attachment as a "patch", but it is indeed a patch. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 20 12:15:16 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67700 invoked from network); 20 Aug 2010 12:15:16 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Aug 2010 12:15:16 -0000 Received: (qmail 20419 invoked by uid 500); 20 Aug 2010 12:15:16 -0000 Delivered-To: [email protected] Received: (qmail 20163 invoked by uid 500); 20 Aug 2010 12:15:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20155 invoked by uid 99); 20 Aug 2010 12:15:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Aug 2010 12:15:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Aug 2010 12:15:11 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7KCEplC016926 for <[email protected]>; Fri, 20 Aug 2010 12:14:51 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7KCEpMO016925; Fri, 20 Aug 2010 08:14:51 -0400 (EDT) Date: Fri, 20 Aug 2010 08:14:51 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 48205] POI 3.5 Memory and perfomance solution X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: XSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Priority Severity In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=48205 Pavithra <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P1 Severity|normal |critical -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Aug 20 20:31:58 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81079 invoked from network); 20 Aug 2010 20:31:57 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 20 Aug 2010 20:31:57 -0000 Received: (qmail 26026 invoked by uid 500); 20 Aug 2010 20:31:57 -0000 Delivered-To: [email protected] Received: (qmail 25991 invoked by uid 500); 20 Aug 2010 20:31:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 25983 invoked by uid 99); 20 Aug 2010 20:31:56 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Aug 2010 20:31:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Aug 2010 20:31:39 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7KKVHIX001834 for <[email protected]>; Fri, 20 Aug 2010 20:31:17 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7KKVGnX001832; Fri, 20 Aug 2010 16:31:16 -0400 (EDT) Date: Fri, 20 Aug 2010 16:31:16 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49472] Poi will corrupt xls file when there is a 'Chart sheet' in the Excel file, Excel 2010 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49472 Tao Jiang <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #4 from Tao Jiang <[email protected]> 2010-08-20 16:31:12 EDT --- Mark, What you observed is correct. Only when POI is involved, the error will come up, and only if there is a Chart sheet in the xls. I never tried with sophisticated macros, but I do have a lot of complicated formulas, named ranges etc. all the time, and never had problem with them. I can also open the file with Excel 2010 with the error indicator. Nothing prevents me from opening it. However, in my application, I use Office OLE automation to open the file, and it will fail for this corrupted file if Excel 2010 is installed on the computer. Thanks, Thomas -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Aug 24 13:26:34 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18880 invoked from network); 24 Aug 2010 13:26:34 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 24 Aug 2010 13:26:34 -0000 Received: (qmail 71469 invoked by uid 500); 24 Aug 2010 13:26:34 -0000 Delivered-To: [email protected] Received: (qmail 71223 invoked by uid 500); 24 Aug 2010 13:26:31 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 71215 invoked by uid 99); 24 Aug 2010 13:26:30 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Aug 2010 13:26:30 +0000 X-ASF-Spam-Status: No, hits=-1999.7 required=10.0 tests=ALL_TRUSTED,PLING_QUERY X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Aug 2010 13:26:13 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7ODPpPs020330 for <[email protected]>; Tue, 24 Aug 2010 13:25:51 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7ODPpvS020329; Tue, 24 Aug 2010 09:25:51 -0400 (EDT) Date: Tue, 24 Aug 2010 09:25:51 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49783] [PATCH] Error Code for "#REF!" same as for "#NAME?" X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: POI Overall X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49783 alex <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 25 05:06:15 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97861 invoked from network); 25 Aug 2010 05:06:14 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 25 Aug 2010 05:06:14 -0000 Received: (qmail 5506 invoked by uid 500); 25 Aug 2010 05:06:14 -0000 Delivered-To: [email protected] Received: (qmail 5252 invoked by uid 500); 25 Aug 2010 05:06:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 5242 invoked by uid 99); 25 Aug 2010 05:06:10 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 05:06:10 +0000 X-ASF-Spam-Status: No, hits=-1999.7 required=10.0 tests=ALL_TRUSTED,PLING_QUERY X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 05:05:53 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7P55V0P001858 for <[email protected]>; Wed, 25 Aug 2010 05:05:31 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7P55VUX001857; Wed, 25 Aug 2010 01:05:31 -0400 (EDT) Date: Wed, 25 Aug 2010 01:05:31 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49783] [PATCH] Error Code for "#REF!" same as for "#NAME?" X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: POI Overall X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Attachment #25914 mime type Attachment #25914 is patch In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49783 alex <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #25914|application/octet-stream |text/plain mime type| | Attachment #25914|0 |1 is patch| | -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 25 08:11:00 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57668 invoked from network); 25 Aug 2010 08:11:00 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 25 Aug 2010 08:11:00 -0000 Received: (qmail 34197 invoked by uid 500); 25 Aug 2010 08:10:59 -0000 Delivered-To: [email protected] Received: (qmail 33945 invoked by uid 500); 25 Aug 2010 08:10:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 33937 invoked by uid 500); 25 Aug 2010 08:10:57 -0000 Delivered-To: [email protected] Received: (qmail 33934 invoked by uid 99); 25 Aug 2010 08:10:56 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 08:10:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 08:10:54 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7P8AXBK003358 for <[email protected]>; Wed, 25 Aug 2010 08:10:33 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7P8AXuN003357; Wed, 25 Aug 2010 04:10:33 -0400 (EDT) Date: Wed, 25 Aug 2010 04:10:33 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 27075] after copy sheet(Workbook.cloneSheet()) chart link to previous page X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: CC In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=27075 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 25 09:10:13 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81476 invoked from network); 25 Aug 2010 09:10:13 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 25 Aug 2010 09:10:13 -0000 Received: (qmail 93626 invoked by uid 500); 25 Aug 2010 09:10:13 -0000 Delivered-To: [email protected] Received: (qmail 93379 invoked by uid 500); 25 Aug 2010 09:10:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 93371 invoked by uid 99); 25 Aug 2010 09:10:10 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 09:10:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 09:09:52 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7P99VGU003908 for <[email protected]>; Wed, 25 Aug 2010 09:09:31 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7P99VjQ003907; Wed, 25 Aug 2010 05:09:31 -0400 (EDT) Date: Wed, 25 Aug 2010 05:09:31 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49765] addPictures() not displaying Image in XWPF X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: XWPF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status OS/Version In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49765 Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO OS/Version| |All --- Comment #1 from Nick Burch <[email protected]> 2010-08-25 05:09:27 EDT --- If you start with an empty file, and add the picture, does that work? If you have a few paragraphs of text in, and add the picture, does that still work? If you add the picture, save and re-load, can poi see the picture? If you create a new file in poi, add a line of text and a picture, then re-create the same file using Word, how do the files differ? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 25 11:02:32 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 24968 invoked from network); 25 Aug 2010 11:02:32 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 25 Aug 2010 11:02:32 -0000 Received: (qmail 27541 invoked by uid 500); 25 Aug 2010 11:02:32 -0000 Delivered-To: [email protected] Received: (qmail 27281 invoked by uid 500); 25 Aug 2010 11:02:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 27266 invoked by uid 99); 25 Aug 2010 11:02:28 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 11:02:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 11:02:11 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7PB1nmR004761 for <[email protected]>; Wed, 25 Aug 2010 11:01:49 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7PB1nS1004760; Wed, 25 Aug 2010 07:01:49 -0400 (EDT) Date: Wed, 25 Aug 2010 07:01:49 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 48205] POI 3.5 Memory and perfomance solution X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: XSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Priority Severity In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=48205 Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P2 Severity|critical |normal --- Comment #4 from Nick Burch <[email protected]> 2010-08-25 07:01:42 EDT --- Please do not randomly change priorities without offering useful input If this bug is critical to you, please submit patches that improve things, or get a budget to sponsor someone to code the patches -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 25 11:16:58 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33319 invoked from network); 25 Aug 2010 11:16:58 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 25 Aug 2010 11:16:58 -0000 Received: (qmail 39361 invoked by uid 500); 25 Aug 2010 11:16:57 -0000 Delivered-To: [email protected] Received: (qmail 39114 invoked by uid 500); 25 Aug 2010 11:16:55 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 39105 invoked by uid 99); 25 Aug 2010 11:16:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 11:16:54 +0000 X-ASF-Spam-Status: No, hits=-1998.1 required=10.0 tests=ALL_TRUSTED,URIBL_JP_SURBL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 11:16:53 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7PBGWoU004860 for <[email protected]>; Wed, 25 Aug 2010 11:16:32 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7PBGWS7004859; Wed, 25 Aug 2010 07:16:32 -0400 (EDT) Date: Wed, 25 Aug 2010 07:16:32 -0400 (EDT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49820] New: ParagraphProperties.getLvl() returns 0 for both Level 1 and Body text X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HWPF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49820 Summary: ParagraphProperties.getLvl() returns 0 for both Level 1 and Body text Product: POI Version: 3.7-dev Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: HWPF AssignedTo: [email protected] ReportedBy: [email protected] Created an attachment (id=25934) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25934) Fixed version When you ParagraphProperties.getLvl() for any style sheet, that is a part of the outline, it returns a value from 0 to 8 for Heading 1 to Heading 9. But for normal styles it returns 0, which makes it indistinguishable from each other. The MICROSOFT OFFICE WORD 97-2007 BINARY FILE FORMAT SPECIFICATION states the following: The standard PAP is all zeros except: fWidowControl 1 fMultLineSpace 1 dyaLine 240 twips Lvl 9 I solved this problem by changing the initial value for property org.apache.poi.hwpf.model.types.PAPAbstractType#field_58_lvl to 9. After this, I can read the same outline levels as Word shows me: getLvl() returns values from 0 to 9; 9 is Body text and 0..8 are outline levels 1..9. Attached is a modified version of PAPAbstractType.java, which also alters the initial value for the property field_17_fWidowControl according to specification. Properties for fMultLineSpace and dyaLine are not there, it is probably for some newer version of Word. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 25 11:47:20 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41829 invoked from network); 25 Aug 2010 11:47:20 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 25 Aug 2010 11:47:20 -0000 Received: (qmail 81913 invoked by uid 500); 25 Aug 2010 11:47:20 -0000 Delivered-To: [email protected] Received: (qmail 81656 invoked by uid 500); 25 Aug 2010 11:47:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 81647 invoked by uid 99); 25 Aug 2010 11:47:16 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 11:47:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 11:46:58 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7PBkbxt005043 for <[email protected]>; Wed, 25 Aug 2010 11:46:37 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7PBkbPx005042; Wed, 25 Aug 2010 07:46:37 -0400 (EDT) Date: Wed, 25 Aug 2010 07:46:37 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49820] ParagraphProperties.getLvl() returns 0 for both Level 1 and Body text X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HWPF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49820 Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Nick Burch <[email protected]> 2010-08-25 07:46:33 EDT --- Any chance you could do a quick unit test, which shows it getting the correct values for the headings even after the change, along with then getting the correct one for normal text with the change? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 25 13:31:39 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95334 invoked from network); 25 Aug 2010 13:31:39 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 25 Aug 2010 13:31:39 -0000 Received: (qmail 31798 invoked by uid 500); 25 Aug 2010 13:31:38 -0000 Delivered-To: [email protected] Received: (qmail 30386 invoked by uid 500); 25 Aug 2010 13:31:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 29838 invoked by uid 99); 25 Aug 2010 13:31:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 13:31:35 +0000 X-ASF-Spam-Status: No, hits=-1999.7 required=10.0 tests=ALL_TRUSTED,PLING_QUERY X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 13:31:34 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7PDVEom006176 for <[email protected]>; Wed, 25 Aug 2010 13:31:14 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7PDVEDW006175; Wed, 25 Aug 2010 09:31:14 -0400 (EDT) Date: Wed, 25 Aug 2010 09:31:14 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49783] [PATCH] Error Code for "#REF!" same as for "#NAME?" X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: POI Overall X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49783 Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Yegor Kozlov <[email protected]> 2010-08-25 09:31:09 EDT --- Fixed in r989100, junit added. Thanks, Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 25 19:11:16 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 44705 invoked from network); 25 Aug 2010 19:11:16 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 25 Aug 2010 19:11:16 -0000 Received: (qmail 27529 invoked by uid 500); 25 Aug 2010 19:11:16 -0000 Delivered-To: [email protected] Received: (qmail 27460 invoked by uid 500); 25 Aug 2010 19:11:15 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 27452 invoked by uid 99); 25 Aug 2010 19:11:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 19:11:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 19:11:14 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7PJAsMG010440 for <[email protected]>; Wed, 25 Aug 2010 19:10:54 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7PJArPb010439; Wed, 25 Aug 2010 15:10:53 -0400 (EDT) Date: Wed, 25 Aug 2010 15:10:53 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49765] addPictures() not displaying Image in XWPF X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: XWPF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49765 --- Comment #2 from [email protected] 2010-08-25 15:10:51 EDT --- I have not fully tested it, but I believe I can answer your questions. 1) No 2) No 3) Yes 4) Image is not visible within the POI document. I have tested with an existing Word document that already has an image in it. I am able to open the document and re-save it, and this actually works! It retains the image in the document! Fortunately, we can use this "template" document to retain our image data for now. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 25 21:13:54 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 98410 invoked from network); 25 Aug 2010 21:13:54 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 25 Aug 2010 21:13:54 -0000 Received: (qmail 98680 invoked by uid 500); 25 Aug 2010 21:13:54 -0000 Delivered-To: [email protected] Received: (qmail 98628 invoked by uid 500); 25 Aug 2010 21:13:53 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 98620 invoked by uid 99); 25 Aug 2010 21:13:53 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 21:13:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 21:13:36 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7PLDEAw011661 for <[email protected]>; Wed, 25 Aug 2010 21:13:14 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7PLDEci011660; Wed, 25 Aug 2010 17:13:14 -0400 (EDT) Date: Wed, 25 Aug 2010 17:13:14 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49765] addPictures() not displaying Image in XWPF X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: XWPF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49765 --- Comment #3 from Nick Burch <[email protected]> 2010-08-25 17:13:10 EDT --- Could you upload three files? Two should have a single paragraph of text, and a small image embeded in them. One generated by word, one by poi. Finally, the third file is the image That'll let us compare and see what POI does differently. (If you can, also unzip the two .docx files, and use xmlint+diff or similar to spot where the differences lie) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 25 21:48:50 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10106 invoked from network); 25 Aug 2010 21:48:50 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 25 Aug 2010 21:48:50 -0000 Received: (qmail 33252 invoked by uid 500); 25 Aug 2010 21:48:50 -0000 Delivered-To: [email protected] Received: (qmail 33162 invoked by uid 500); 25 Aug 2010 21:48:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 33154 invoked by uid 99); 25 Aug 2010 21:48:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 21:48:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 21:48:47 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7PLmP4s012142 for <[email protected]>; Wed, 25 Aug 2010 21:48:25 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7PLmPMt012141; Wed, 25 Aug 2010 17:48:25 -0400 (EDT) Date: Wed, 25 Aug 2010 17:48:25 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49765] addPictures() not displaying Image in XWPF X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: XWPF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49765 --- Comment #4 from [email protected] 2010-08-25 17:48:23 EDT --- Created an attachment (id=25942) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25942) Word Generated -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 25 21:49:08 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10151 invoked from network); 25 Aug 2010 21:49:08 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 25 Aug 2010 21:49:08 -0000 Received: (qmail 33488 invoked by uid 500); 25 Aug 2010 21:49:08 -0000 Delivered-To: [email protected] Received: (qmail 33457 invoked by uid 500); 25 Aug 2010 21:49:07 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 33448 invoked by uid 99); 25 Aug 2010 21:49:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 21:49:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 21:49:05 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7PLmhI7012146 for <[email protected]>; Wed, 25 Aug 2010 21:48:43 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7PLmhV1012145; Wed, 25 Aug 2010 17:48:43 -0400 (EDT) Date: Wed, 25 Aug 2010 17:48:43 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49765] addPictures() not displaying Image in XWPF X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: XWPF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49765 --- Comment #5 from [email protected] 2010-08-25 17:48:42 EDT --- Created an attachment (id=25943) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25943) POI Generated -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 25 21:49:30 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10193 invoked from network); 25 Aug 2010 21:49:30 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 25 Aug 2010 21:49:30 -0000 Received: (qmail 33777 invoked by uid 500); 25 Aug 2010 21:49:30 -0000 Delivered-To: [email protected] Received: (qmail 33753 invoked by uid 500); 25 Aug 2010 21:49:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 33745 invoked by uid 99); 25 Aug 2010 21:49:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 21:49:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 21:49:28 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7PLn6fA012150 for <[email protected]>; Wed, 25 Aug 2010 21:49:06 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7PLn6Ie012149; Wed, 25 Aug 2010 17:49:06 -0400 (EDT) Date: Wed, 25 Aug 2010 17:49:06 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49765] addPictures() not displaying Image in XWPF X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: XWPF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49765 --- Comment #6 from [email protected] 2010-08-25 17:49:04 EDT --- Created an attachment (id=25944) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25944) Sample Image -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Aug 25 21:50:06 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10311 invoked from network); 25 Aug 2010 21:50:06 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 25 Aug 2010 21:50:06 -0000 Received: (qmail 34428 invoked by uid 500); 25 Aug 2010 21:50:06 -0000 Delivered-To: [email protected] Received: (qmail 34403 invoked by uid 500); 25 Aug 2010 21:50:06 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 34395 invoked by uid 99); 25 Aug 2010 21:50:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 21:50:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 21:50:05 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7PLnjPE012154 for <[email protected]>; Wed, 25 Aug 2010 21:49:45 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7PLni0w012153; Wed, 25 Aug 2010 17:49:44 -0400 (EDT) Date: Wed, 25 Aug 2010 17:49:44 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49765] addPictures() not displaying Image in XWPF X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: XWPF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49765 --- Comment #7 from [email protected] 2010-08-25 17:49:42 EDT --- I was not able to do a 'diff', but I have attached the 3 files. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 26 06:12:34 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82986 invoked from network); 26 Aug 2010 06:12:34 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 26 Aug 2010 06:12:34 -0000 Received: (qmail 89094 invoked by uid 500); 26 Aug 2010 06:12:34 -0000 Delivered-To: [email protected] Received: (qmail 88762 invoked by uid 500); 26 Aug 2010 06:12:31 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 88753 invoked by uid 99); 26 Aug 2010 06:12:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Aug 2010 06:12:30 +0000 X-ASF-Spam-Status: No, hits=-1998.1 required=10.0 tests=ALL_TRUSTED,URIBL_JP_SURBL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Aug 2010 06:12:30 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7Q6C9eF000402 for <[email protected]>; Thu, 26 Aug 2010 06:12:09 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7Q6C9cK000401; Thu, 26 Aug 2010 02:12:09 -0400 (EDT) Date: Thu, 26 Aug 2010 02:12:09 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49820] ParagraphProperties.getLvl() returns 0 for both Level 1 and Body text X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HWPF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49820 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #2 from [email protected] 2010-08-26 02:12:05 EDT --- I studied the problem further and found several other problems: - the ParagraphSprmUncompressor class sets value for operation 0x40 incorrectly to ilvl instead of to lvl, according to binary format specification - the lvl in operation 0x40 should be set always, not only when istd is between 1..9. The binary format specification says that, but in Word you can set outline level for any paragraph except Heading 1..9, and with this condition in place POI does not see it. When it is commented out, everything seems OK, see testcase. - I added the getLvl() method to Paragraph, which enables to read outline level at the paragraph level. Attached is the JUnit testcase. This is its output in current version (3.7b2, style level shown in place of paragraph level, as current version does not support reading level at paragraph level): Style level: 0, paragraph level: 0, text: Heading 1 Style level: 0, paragraph level: 0, text: Heading 2 Style level: 0, paragraph level: 0, text: Heading 3 Style level: 0, paragraph level: 0, text: Heading 4 Style level: 0, paragraph level: 0, text: Heading 5 Style level: 0, paragraph level: 0, text: Heading 6 Style level: 0, paragraph level: 0, text: Heading 7 Style level: 0, paragraph level: 0, text: Heading 8 Style level: 0, paragraph level: 0, text: Heading 9 Style level: 0, paragraph level: 0, text: Body text with unchanged outline level Style level: 0, paragraph level: 0, text: Body text with outline level changed to Level 1 Style level: 0, paragraph level: 0, text: Body text with outline level changed to Level 5 This is the output after applying attached patches to version 3.7b2: Style level: 0, paragraph level: 0, text: Heading 1 Style level: 1, paragraph level: 1, text: Heading 2 Style level: 2, paragraph level: 2, text: Heading 3 Style level: 3, paragraph level: 3, text: Heading 4 Style level: 4, paragraph level: 4, text: Heading 5 Style level: 5, paragraph level: 5, text: Heading 6 Style level: 6, paragraph level: 6, text: Heading 7 Style level: 7, paragraph level: 7, text: Heading 8 Style level: 8, paragraph level: 8, text: Heading 9 Style level: 9, paragraph level: 9, text: Body text with unchanged outline level Style level: 9, paragraph level: 0, text: Body text with outline level changed to Level 1 Style level: 9, paragraph level: 4, text: Body text with outline level changed to Level 5 Specification used: http://download.microsoft.com/download/0/B/E/0BE8BDD7-E5E8-422A-ABFD-4342ED7AD886/Word97-2007BinaryFileFormat(doc)Specification.pdf -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 26 06:13:42 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83397 invoked from network); 26 Aug 2010 06:13:42 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 26 Aug 2010 06:13:42 -0000 Received: (qmail 89537 invoked by uid 500); 26 Aug 2010 06:13:41 -0000 Delivered-To: [email protected] Received: (qmail 89348 invoked by uid 500); 26 Aug 2010 06:13:40 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 89340 invoked by uid 99); 26 Aug 2010 06:13:39 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Aug 2010 06:13:39 +0000 X-ASF-Spam-Status: No, hits=-1998.1 required=10.0 tests=ALL_TRUSTED,URIBL_JP_SURBL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Aug 2010 06:13:22 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7Q6D0ln000407 for <[email protected]>; Thu, 26 Aug 2010 06:13:00 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7Q6D0ZQ000406; Thu, 26 Aug 2010 02:13:00 -0400 (EDT) Date: Thu, 26 Aug 2010 02:13:00 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49820] ParagraphProperties.getLvl() returns 0 for both Level 1 and Body text X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HWPF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Attachment #25934 is obsolete In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49820 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #25934|0 |1 is obsolete| | -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 26 06:17:27 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84589 invoked from network); 26 Aug 2010 06:17:27 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 26 Aug 2010 06:17:27 -0000 Received: (qmail 90804 invoked by uid 500); 26 Aug 2010 06:17:26 -0000 Delivered-To: [email protected] Received: (qmail 90662 invoked by uid 500); 26 Aug 2010 06:17:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 90654 invoked by uid 99); 26 Aug 2010 06:17:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Aug 2010 06:17:24 +0000 X-ASF-Spam-Status: No, hits=-1998.1 required=10.0 tests=ALL_TRUSTED,URIBL_JP_SURBL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Aug 2010 06:17:23 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7Q6H3jW000423 for <[email protected]>; Thu, 26 Aug 2010 06:17:03 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7Q6H2pq000422; Thu, 26 Aug 2010 02:17:02 -0400 (EDT) Date: Thu, 26 Aug 2010 02:17:02 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49820] ParagraphProperties.getLvl() returns 0 for both Level 1 and Body text X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HWPF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49820 --- Comment #3 from [email protected] 2010-08-26 02:17:00 EDT --- Created an attachment (id=25946) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25946) Patched files and test case -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Aug 26 22:39:00 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9587 invoked from network); 26 Aug 2010 22:39:00 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 26 Aug 2010 22:39:00 -0000 Received: (qmail 40308 invoked by uid 500); 26 Aug 2010 22:39:00 -0000 Delivered-To: [email protected] Received: (qmail 40209 invoked by uid 500); 26 Aug 2010 22:38:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 40199 invoked by uid 99); 26 Aug 2010 22:38:58 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Aug 2010 22:38:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Aug 2010 22:38:41 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7QMcJsu023412 for <[email protected]>; Thu, 26 Aug 2010 22:38:19 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7QMcJMc023411; Thu, 26 Aug 2010 18:38:19 -0400 (EDT) Date: Thu, 26 Aug 2010 18:38:19 -0400 (EDT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49833] New: CTNumPr type missing from poi-ooxml-schemas X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: XWPF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49833 Summary: CTNumPr type missing from poi-ooxml-schemas Product: POI Version: 3.7-dev Platform: PC Status: NEW Severity: normal Priority: P2 Component: XWPF AssignedTo: [email protected] ReportedBy: [email protected] I get the following exception when I try calling XWPFParagraph#setNumID: java.lang.NoClassDefFoundError: org/openxmlformats/schemas/wordprocessingml/x2006/main/CTNumPr at org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTPPrBaseImpl.addNewNumPr(Unknown Source) at org.apache.poi.xwpf.usermodel.XWPFParagraph.setNumID(XWPFParagraph.java:273) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Aug 29 20:05:10 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49460 invoked from network); 29 Aug 2010 20:05:10 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 29 Aug 2010 20:05:10 -0000 Received: (qmail 99859 invoked by uid 500); 29 Aug 2010 20:05:10 -0000 Delivered-To: [email protected] Received: (qmail 99664 invoked by uid 500); 29 Aug 2010 20:05:09 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 99656 invoked by uid 99); 29 Aug 2010 20:05:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Aug 2010 20:05:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Aug 2010 20:05:08 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7TK4mAc000369 for <[email protected]>; Sun, 29 Aug 2010 20:04:48 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7TK4mfG000368; Sun, 29 Aug 2010 16:04:48 -0400 (EDT) Date: Sun, 29 Aug 2010 16:04:48 -0400 (EDT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49841] New: LEFT and RIGHT text functions throw a StringIndexOutOfBoundsException when called with a negative operand X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49841 Summary: LEFT and RIGHT text functions throw a StringIndexOutOfBoundsException when called with a negative operand Product: POI Version: 3.7-dev Platform: PC Status: NEW Severity: major Priority: P2 Component: HSSF AssignedTo: [email protected] ReportedBy: [email protected] LEFT("ANYSTRING", -1) RIGHT("ANYSTRING", -1) Either of the functions above should return #VALUE! but return an exception Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.substring(String.java:1937) at org.apache.poi.hssf.record.formula.functions.TextFunction$LeftRight.evaluate(TextFunction.java:183) at org.apache.poi.hssf.record.formula.functions.Var1or2ArgFunction.evaluate(Var1or2ArgFunction.java:36) at org.apache.poi.ss.formula.OperationEvaluatorFactory.evaluate(OperationEvaluatorFactory.java:132) HSSFWorkbook wbHSSF = new HSSFWorkbook(); HSSFSheet sheetHSSF = wbHSSF.createSheet("LEFTRIGHTTESTSHEET"); FormulaEvaluator createFormulaEvaluator = wbHSSF.getCreationHelper().createFormulaEvaluator(); HSSFCell createCell = sheetHSSF.createRow(0).createCell(0,Cell.CELL_TYPE_FORMULA); createCell.setCellFormula("LEFT(\"ANYSTRING\",-1)"); createFormulaEvaluator.evaluate(createCell); -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Aug 29 20:11:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 52057 invoked from network); 29 Aug 2010 20:11:57 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 29 Aug 2010 20:11:57 -0000 Received: (qmail 4666 invoked by uid 500); 29 Aug 2010 20:11:56 -0000 Delivered-To: [email protected] Received: (qmail 4563 invoked by uid 500); 29 Aug 2010 20:11:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 4555 invoked by uid 99); 29 Aug 2010 20:11:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Aug 2010 20:11:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Aug 2010 20:11:55 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7TKBZdo000422 for <[email protected]>; Sun, 29 Aug 2010 20:11:35 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7TKBZuF000421; Sun, 29 Aug 2010 16:11:35 -0400 (EDT) Date: Sun, 29 Aug 2010 16:11:35 -0400 (EDT) Message-Id: <[email protected]> From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49841] LEFT and RIGHT text functions throw a StringIndexOutOfBoundsException when called with a negative operand X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: <[email protected]/bugzilla/> References: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49841 --- Comment #1 from Brendan Nolan <[email protected]> 2010-08-29 16:11:33 EDT --- Created an attachment (id=25959) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25959) Patch containing fix and test case -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 30 11:39:47 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 13612 invoked from network); 30 Aug 2010 11:39:47 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 30 Aug 2010 11:39:47 -0000 Received: (qmail 18864 invoked by uid 500); 30 Aug 2010 11:39:46 -0000 Delivered-To: [email protected] Received: (qmail 18610 invoked by uid 500); 30 Aug 2010 11:39:43 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 18595 invoked by uid 99); 30 Aug 2010 11:39:42 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Aug 2010 11:39:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Aug 2010 11:39:25 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7UBd3Tq006365 for <[email protected]>; Mon, 30 Aug 2010 11:39:03 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7UBd3c7006364; Mon, 30 Aug 2010 07:39:03 -0400 (EDT) Date: Mon, 30 Aug 2010 07:39:03 -0400 (EDT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49843] New: DateUtil.getJavaDate() fringe cases X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: POI Overall X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49843 Summary: DateUtil.getJavaDate() fringe cases Product: POI Version: 3.6-dev Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: POI Overall AssignedTo: [email protected] ReportedBy: [email protected] The DateUtil.getJavaDate() service uses a calendar with the local timezone to transform an excel double into a java.util.Date. Consider however the following example: A user fills in "00:00" in a cell and formats it as a time. The user then "drags" the bottom right corner downwards until row "27" is reached. This row will read "02:00:00". Because excel starts counting on the 31st of december 1899, rows 25, 26 and 27 are times expressed on the 1st of january 1900. Suppose that the system default for timezone is "Europe/Paris". If i then wish to format that date with SimpleDateFormat with timezone set to the same default, everything works fine: 1899-12-31 22:00:00 CET 1899-12-31 23:00:00 CET 1900-01-01 00:00:00 CET 1900-01-01 01:00:00 CET 1900-01-01 02:00:00 CET However if we set the timezone of the simpledateformat to "UTC", we get the following: 1899-12-31 22:00:00 UTC 1899-12-31 23:00:00 UTC 1900-01-01 00:50:39 UTC 1900-01-01 01:50:39 UTC If we set the system timezone to UTC (so the calendar uses UTC) then everything works again. Also note the results for default timezone "Europe/Brussels" with formatting for "UTC": 1899-12-31 22:00:00 UTC 1900-01-01 00:00:00 UTC 1900-01-01 01:00:00 UTC 1900-01-01 02:00:00 UTC Can we get an overloaded getJavaDate() call where we can define the timezone for the calendar in question? The attachment is an example xlsx with java code. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Aug 30 12:23:28 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27703 invoked from network); 30 Aug 2010 12:23:28 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 30 Aug 2010 12:23:28 -0000 Received: (qmail 53785 invoked by uid 500); 30 Aug 2010 12:23:28 -0000 Delivered-To: [email protected] Received: (qmail 52635 invoked by uid 500); 30 Aug 2010 12:23:25 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 52123 invoked by uid 99); 30 Aug 2010 12:23:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Aug 2010 12:23:24 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-vw0-f46.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Aug 2010 12:23:17 +0000 Received: by vws3 with SMTP id 3so5951360vws.33 for <[email protected]>; Mon, 30 Aug 2010 05:22:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=c/T7x+bpabHff34Hv9o7X8ReahQ771sxcahcgG0O3Ho=; b=R9eSXiQF4si8o2u4ERzNETvNRE2RJTWnfXiJAbZEIZ4UjUZkbiIyfutdoPj6bSXsZb eQaWj4JZM7gVKZ41MjwpnbhFSWnzMlMoegKzcCcwCXu2ZZNtQ6lTzpB+FBMfdsRv3V+S wR+P6Dvjw+RuCrJBaNewyhpgEKdYZgmqmxUtU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=INeRfpyAaehvyv13+xZPqC2B0C4YMjXjj1dg8jvRGPDbpDyBDJgQq+x3RiFmYNW2Gi AhChdJxVmAN3Gmztq8hS6OzuWn7gFRKb1cJMQUHhA9i4EpAgw2OJhAVspH+lEPeX3t5+ mh7QI9CC28WdplBVGa0p46XCHQ1fq0lPBBnvw= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id c38mr2806470vcs.52.1283170971745; Mon, 30 Aug 2010 05:22:51 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Mon, 30 Aug 2010 05:22:51 -0700 (PDT) Date: Mon, 30 Aug 2010 14:22:51 +0200 Message-ID: <[email protected]> Subject: Patch: Scratchpad Logging From: =?ISO-8859-1?Q?Stephan_G=F6tter?= <[email protected]> To: [email protected] Content-Type: multipart/mixed; boundary=0050450160f3f4fdb4048f09859b X-Virus-Checked: Checked by ClamAV on apache.org --0050450160f3f4fdb4048f09859b Content-Type: multipart/alternative; boundary=0050450160f3f4fda6048f098599 --0050450160f3f4fda6048f098599 Content-Type: text/plain; charset=ISO-8859-1 Hi! I do get a lot of log messages of org.apache.poi.hslf.model.Sheet to stderr because of invalid documents. The attached patch changes this to POILogger so people can filter these messages out. Thanks and Greets, Stephan --0050450160f3f4fda6048f098599 Content-Type: text/html; charset=ISO-8859-1 Hi!<br><br>I do get a lot of log messages of org.apache.poi.hslf.model.Sheet to stderr because of invalid documents.<br>The attached patch changes this to POILogger so people can filter these messages out.<br><br>Thanks and Greets,<br> <br>Stephan<br><br> --0050450160f3f4fda6048f098599-- --0050450160f3f4fdb4048f09859b Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --0050450160f3f4fdb4048f09859b-- From [email protected] Tue Aug 31 15:54:20 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87031 invoked from network); 31 Aug 2010 15:54:20 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 31 Aug 2010 15:54:20 -0000 Received: (qmail 54106 invoked by uid 500); 31 Aug 2010 15:54:19 -0000 Delivered-To: [email protected] Received: (qmail 54071 invoked by uid 500); 31 Aug 2010 15:54:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <dev.poi.apache.org> Reply-To: "POI Developers List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 54063 invoked by uid 99); 31 Aug 2010 15:54:18 -0000 Received: from Unknown (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Aug 2010 15:54:18 +0000 X-ASF-Spam-Status: No, hits=-1998.1 required=10.0 tests=ALL_TRUSTED,URIBL_JP_SURBL X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO thor.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Aug 2010 15:54:01 +0000 Received: from thor.apache.org (localhost [161.129.204.104]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7VFrdUD023433 for <[email protected]>; Tue, 31 Aug 2010 15:53:39 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7VFrd2f023432; Tue, 31 Aug 2010 11:53:39 -0400 (EDT) Date: Tue, 31 Aug 2010 11:53:39 -0400 (EDT) From: [email protected] To: [email protected] Subject: DO NOT REPLY [Bug 49850] New: ListFormatOverrideLevel class does not expose the _iStartAt field X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HWPF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: [email protected] X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: [email protected] X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: <[email protected]/bugzilla/> X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49850 Summary: ListFormatOverrideLevel class does not expose the _iStartAt field Product: POI Version: 3.7-dev Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: HWPF AssignedTo: [email protected] ReportedBy: [email protected] Created an attachment (id=25965) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25965) Patched ListFormatOverrideLevel.java file. ListFormatOverrideLevel contains a field _iStartAt, which should be exposed at least with a get method. It is needed to read the startAt value at lower levels in lists. I published a full example to read multi-level lists using POI at my blog here: http://developerhints.blog.com/2010/08/28/finding-out-list-numbers-in-word-document-using-poi-hwpf/, and this method is needed and used there. Attached is the patched file taken from version 3.7b2. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Wed Sep 01 14:29:06 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96843 invoked from network); 1 Sep 2004 14:29:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 1 Sep 2004 14:29:06 -0000 Received: (qmail 47455 invoked by uid 500); 1 Sep 2004 14:29:04 -0000 Delivered-To: [email protected] Received: (qmail 47325 invoked by uid 500); 1 Sep 2004 14:29:02 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 47305 invoked by uid 99); 1 Sep 2004 14:29:02 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO msgdirector3.onetel.net.uk) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 01 Sep 2004 07:29:02 -0700 Received: from bolek.coachhouse (213-78-121-1.friaco.onetel.net.uk [161.129.204.104]) by msgdirector3.onetel.net.uk (MOS 3.4.6-GR) with ESMTP id CQT92201; Wed, 1 Sep 2004 15:28:56 +0100 (BST) Received: (Exim 3.36) #1 (Debian)) protocol: esmtp id 1C2W6N-0001nA-00 ; Wed, 01 Sep 2004 15:28:43 +0100 Message-ID: <[email protected]> Date: Wed, 01 Sep 2004 15:28:38 +0100 From: T E Schmitz <[email protected]> Reply-To: [email protected] User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Torque Users List <[email protected]> Subject: PostgreSQL and BLOBs Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello, I searched the archive to find out whether there are any issues with PostgreSQL BLOBs but most of the recent postings seem to be Oracle specific; so excuse the rather unspecific question: Does anybody have any experience with using Torque/PostgreSQL/BLOBs? I need to store small jpg files (15KB). -- Regards/Gruß, Tarlika Elisabeth Schmitz --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Sep 01 16:39:24 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 87663 invoked from network); 1 Sep 2004 16:39:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 1 Sep 2004 16:39:23 -0000 Received: (qmail 45926 invoked by uid 500); 1 Sep 2004 16:39:19 -0000 Delivered-To: [email protected] Received: (qmail 45841 invoked by uid 500); 1 Sep 2004 16:39:18 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 45825 invoked by uid 99); 1 Sep 2004 16:39:18 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mr2.uky.edu) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 01 Sep 2004 09:39:16 -0700 Received: from nm.uky.edu (uksmtp2.uky.edu [161.129.204.104]) by mr2.uky.edu (8.11.6/8.11.6) with ESMTP id i81GVOE22473 for <[email protected]>; Wed, 1 Sep 2004 12:31:24 -0400 Received: from skkann2 [161.129.204.104] by nm.uky.edu with NetMail ModWeb Module; Wed, 01 Sep 2004 12:31:24 -0400 Subject: Re: PostgreSQL and BLOBs Reply-To: [email protected] From: "Saravana Krishnan Kannan" <[email protected]> To: [email protected] Date: Wed, 01 Sep 2004 12:31:24 -0400 X-Mailer: NetMail ModWeb Module X-Sender: skkann2 MIME-Version: 1.0 Message-ID: <[email protected]> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mail-Router: No infection found X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, Just write a small test program to make sure that the JDBC driver for Pos= tgreSQL supports all the JDBC standard interfaces. More importantly, the = [C/B]LOB.xxxStream() methods. If they do, there is 99% chance that it wil= l work with Torque. All the issues with Oracle/LOBs was because Oracle do= esn't support the JDBC standards for LOBs. For example, oracle.sql.Clob (= the actual interface that is returned when you do a recset.get() ) doesn'= t support .toString() - which is really weird considering the fact the CL= OBs are generally used to store Strings!! -Saravana -----Original Message----- From: T E Schmitz <[email protected]> To: Apache Torque Users List <[email protected]> Date: Wed, 01 Sep 2004 15:28:38 +0100 Subject: PostgreSQL and BLOBs Hello, I searched the archive to find out whether there are any issues with=20 PostgreSQL BLOBs but most of the recent postings seem to be Oracle=20 specific; so excuse the rather unspecific question: Does anybody have any experience with using Torque/PostgreSQL/BLOBs? I need to store small jpg files (15KB). -- Regards/Gru=C3=9F, Tarlika Elisabeth Schmitz --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Sep 01 20:20:20 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58798 invoked from network); 1 Sep 2004 20:20:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 1 Sep 2004 20:20:19 -0000 Received: (qmail 96781 invoked by uid 500); 1 Sep 2004 20:20:17 -0000 Delivered-To: [email protected] Received: (qmail 96741 invoked by uid 500); 1 Sep 2004 20:20:16 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 96719 invoked by uid 99); 1 Sep 2004 20:20:16 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO postfix3-1.free.fr) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 01 Sep 2004 13:20:14 -0700 Received: from abdeljs6730nox (choisy-4-82-224-80-138.fbx.proxad.net [161.129.204.104]) by postfix3-1.free.fr (Postfix) with SMTP id 69142173583 for <[email protected]>; Wed, 1 Sep 2004 22:20:12 +0200 (CEST) From: "karim" <[email protected]> To: "Apache Torque Users List" <[email protected]> Subject: sequence Date: Wed, 1 Sep 2004 22:19:43 +0200 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <[email protected]> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N how work sequence in torque ? give me one example please thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Sep 02 07:53:43 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73753 invoked from network); 2 Sep 2004 07:53:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 2 Sep 2004 07:53:42 -0000 Received: (qmail 53152 invoked by uid 500); 2 Sep 2004 07:52:58 -0000 Delivered-To: [email protected] Received: (qmail 53052 invoked by uid 500); 2 Sep 2004 07:52:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 52939 invoked by uid 99); 2 Sep 2004 07:52:56 -0000 X-ASF-Spam-Status: No, hits=1.6 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO poczta.o2.pl) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 02 Sep 2004 00:52:54 -0700 Received: from artek (aas198.neoplus.adsl.tpnet.pl [161.129.204.104]) by poczta.o2.pl (Postfix) with ESMTP id B186B1376B2 for <[email protected]>; Thu, 2 Sep 2004 09:52:50 +0200 (CEST) Message-ID: <004601c490c1$f6f6e500$0601a8c0@artek> Reply-To: "Artur Z" <[email protected]> From: "Artur Z" <[email protected]> To: "Apache Torque Users List" <[email protected]> References: <002201c47537$1614f5e0$0601a8c0@artek> <[email protected]> <[email protected]> <003b01c47612$57163aa0$0601a8c0@artek> <[email protected]> Subject: doSelect with collections filled Date: Thu, 2 Sep 2004 09:53:41 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N hello please help - I have a performance problem there are two tables: Book and Author I call AuthorPeer.doSelect(new Criteria()); - it returns all authors now i want to print all authors and their books on each author I must call author.getBooks(); every time I call this method a database is queried for books for this author and when there are 2000 authors, there will be 2000 calls to database, which of course takes much time the question is: how to query author table to get in return list of authors with already initialized books collections thanks a lot Artur --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Sep 02 08:15:59 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84231 invoked from network); 2 Sep 2004 08:15:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 2 Sep 2004 08:15:59 -0000 Received: (qmail 84407 invoked by uid 500); 2 Sep 2004 08:15:53 -0000 Delivered-To: [email protected] Received: (qmail 84391 invoked by uid 500); 2 Sep 2004 08:15:52 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 84371 invoked by uid 99); 2 Sep 2004 08:15:52 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO androcus.capcom.de) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 02 Sep 2004 01:15:50 -0700 Received: from fwdmz.capcom.de ([161.129.204.104] helo=wormhole.capcom.de) by androcus.capcom.de with smtp (Exim 4.30) id 1C2mhp-0005sO-E8 for [email protected]; Thu, 02 Sep 2004 10:12:29 +0200 From: "Ferruh Zamangoer" <[email protected]> To: "Apache Torque Users List" <[email protected]> Subject: AW: sequence Date: Thu, 2 Sep 2004 10:17:57 +0200 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 In-Reply-To: <[email protected]> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, for example you must define a sequence in your project-schema.xml like that <table name="address_b322" description="Address_B322"> .... define your column here ..... <id-method-parameter name="ADDRESS_ID_SEQ" value="ADDRESS_ID_SEQ"/> //Thats the sequence defintion </table> Then you must define in your database the sequence ADDRESS_ID_SEQ. Regards Ferruh -----Ursprüngliche Nachricht----- Von: karim [mailto:[email protected]] Gesendet: Mittwoch, 1. September 2004 22:20 An: Apache Torque Users List Betreff: sequence how work sequence in torque ? give me one example please thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Sep 02 08:25:48 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 89182 invoked from network); 2 Sep 2004 08:25:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 2 Sep 2004 08:25:48 -0000 Received: (qmail 95969 invoked by uid 500); 2 Sep 2004 08:25:43 -0000 Delivered-To: [email protected] Received: (qmail 95954 invoked by uid 500); 2 Sep 2004 08:25:43 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 95939 invoked by uid 99); 2 Sep 2004 08:25:43 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO gw.reea.net) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 02 Sep 2004 01:25:41 -0700 Received: from [161.129.204.104] (andras.ms.reea.net [161.129.204.104]) by gw.reea.net (8.12.8/8.12.8) with ESMTP id i828Pcol002598 for <[email protected]>; Thu, 2 Sep 2004 11:25:38 +0300 Message-ID: <[email protected]> Date: Thu, 02 Sep 2004 11:25:43 +0300 From: Andras Balogh <[email protected]> User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Torque Users List <[email protected]> Subject: Re: doSelect with collections filled References: <002201c47537$1614f5e0$0601a8c0@artek> <[email protected]> <[email protected]> <003b01c47612$57163aa0$0601a8c0@artek> <[email protected]> <004601c490c1$f6f6e500$0601a8c0@artek> In-Reply-To: <004601c490c1$f6f6e500$0601a8c0@artek> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello, Did you defined the foreign key relationship beetwen Author and Book in your schema file? If yes, there should be protected method in BaseAuthorPeer doSelectJoinBooks() (or something like that). Write this method as public in AuthorPeer and than you can use it. Notice that the join made by Torque when selecting authors and books is inner join so you won't have the authors who don't have at least a book. (can be changed i think to left outer join if you patch torque to support outer joins, see mail archive) Best regards, Andras. Artur Z wrote: >hello > >please help - I have a performance problem >there are two tables: Book and Author >I call AuthorPeer.doSelect(new Criteria()); - it returns all authors >now i want to print all authors and their books >on each author I must call author.getBooks(); >every time I call this method a database is queried for books for this >author >and when there are 2000 authors, there will be 2000 calls to database, which >of course takes much time > >the question is: >how to query author table to get in return list of authors with already >initialized books collections > >thanks a lot > >Artur > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [email protected] >For additional commands, e-mail: [email protected] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Sep 02 08:46:53 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 98268 invoked from network); 2 Sep 2004 08:46:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 2 Sep 2004 08:46:53 -0000 Received: (qmail 19038 invoked by uid 500); 2 Sep 2004 08:46:47 -0000 Delivered-To: [email protected] Received: (qmail 19004 invoked by uid 500); 2 Sep 2004 08:46:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 18991 invoked by uid 99); 2 Sep 2004 08:46:46 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hpc-hamburg.de) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 02 Sep 2004 01:46:45 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6556.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: AW: sequence Date: Thu, 2 Sep 2004 10:41:15 +0200 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: sequence Thread-Index: AcSQxFFWGR8txczgQIOdGZNvG+YeMQAAf23w From: "Sperlich, Tino" <[email protected]> To: "Apache Torque Users List" <[email protected]> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, you would also need to define that the method to=20 generate ids is "native". you can do that for all tables=20 in your schema.xml using=20 ... <database name=3D"dmw" defaultIdMethod=3D"native"> ... or you do it for each table that is affected: ... <table name=3D"DEPOT_ORDER_LIFECYCLE" idMethod=3D"native" > ... then torque generates the right classes. regards, Tino -----Urspr=FCngliche Nachricht----- Von: Ferruh Zamangoer [mailto:[email protected]] Gesendet: Donnerstag, 2. September 2004 10:18 An: Apache Torque Users List Betreff: AW: sequence Hi, for example you must define a sequence in your project-schema.xml like = that <table name=3D"address_b322" description=3D"Address_B322"> .... define your column here ..... <id-method-parameter name=3D"ADDRESS_ID_SEQ" value=3D"ADDRESS_ID_SEQ"/> = //Thats the sequence defintion </table> Then you must define in your database the sequence ADDRESS_ID_SEQ. Regards Ferruh -----Urspr=FCngliche Nachricht----- Von: karim [mailto:[email protected]] Gesendet: Mittwoch, 1. September 2004 22:20 An: Apache Torque Users List Betreff: sequence how work sequence in torque ? give me one example please thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Sep 02 08:51:17 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 878 invoked from network); 2 Sep 2004 08:51:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 2 Sep 2004 08:51:17 -0000 Received: (qmail 25363 invoked by uid 500); 2 Sep 2004 08:51:13 -0000 Delivered-To: [email protected] Received: (qmail 25293 invoked by uid 500); 2 Sep 2004 08:51:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 25258 invoked by uid 99); 2 Sep 2004 08:51:11 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO msgdirector1.onetel.net.uk) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 02 Sep 2004 01:51:10 -0700 Received: from bolek.coachhouse (213-78-106-186.friaco.onetel.net.uk [161.129.204.104]) by msgdirector1.onetel.net.uk (MOS 3.4.6-GR) with ESMTP id BYS36954; Thu, 2 Sep 2004 09:51:05 +0100 (BST) Received: (Exim 3.36) #1 (Debian)) protocol: esmtp id 1C2nGR-00028t-00 ; Thu, 02 Sep 2004 09:48:15 +0100 Message-ID: <[email protected]> Date: Thu, 02 Sep 2004 09:48:15 +0100 From: T E Schmitz <[email protected]> Reply-To: [email protected] User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Torque Users List <[email protected]> Subject: Re: doSelect with collections filled References: <002201c47537$1614f5e0$0601a8c0@artek> <[email protected]> <[email protected]> <003b01c47612$57163aa0$0601a8c0@artek> <[email protected]> <004601c490c1$f6f6e500$0601a8c0@artek> In-Reply-To: <004601c490c1$f6f6e500$0601a8c0@artek> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello Artur, Artur Z wrote: > please help - I have a performance problem > the question is: > how to query author table to get in return list of authors with already > initialized books collections You will indeed run into severe performance problems if you don't use the doSelectJoinXXX methods, which read the main object and [some of its] FK related objects in a oner. Beware though that Torque 3.1 generated templates will use an inner join for the doSelectJoinXXXX methods. I remember, at the end of July I gave you a long reply including some code snippets for the Peer.vm template regarding the doSelectJoinXXXX methods, self-references and left joins. It would be nice [for the helpers and and those who later browse the archive] if the original poster gave some feedback whether that sorted the problem. -- Regards/Gruß, Tarlika Elisabeth Schmitz --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Sep 02 09:42:12 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37471 invoked from network); 2 Sep 2004 09:42:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 2 Sep 2004 09:42:12 -0000 Received: (qmail 81928 invoked by uid 500); 2 Sep 2004 09:42:08 -0000 Delivered-To: [email protected] Received: (qmail 81897 invoked by uid 500); 2 Sep 2004 09:42:08 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 81884 invoked by uid 99); 2 Sep 2004 09:42:08 -0000 X-ASF-Spam-Status: No, hits=1.6 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO poczta.o2.pl) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 02 Sep 2004 02:42:07 -0700 Received: from artek (aas198.neoplus.adsl.tpnet.pl [161.129.204.104]) by poczta.o2.pl (Postfix) with ESMTP id 4682713770E for <[email protected]>; Thu, 2 Sep 2004 11:42:04 +0200 (CEST) Message-ID: <006301c490d1$39490d70$0601a8c0@artek> Reply-To: "Artur Z" <[email protected]> From: "Artur Z" <[email protected]> To: "Apache Torque Users List" <[email protected]> References: <002201c47537$1614f5e0$0601a8c0@artek> <[email protected]> <[email protected]> <003b01c47612$57163aa0$0601a8c0@artek> <[email protected]> <004601c490c1$f6f6e500$0601a8c0@artek> <[email protected]> Subject: Re: doSelect with collections filled Date: Thu, 2 Sep 2004 11:42:54 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > Did you defined the foreign key relationship beetwen Author and > Book in your schema file? > If yes, there should be protected method in BaseAuthorPeer > doSelectJoinBooks() (or something like that). Write this method as > public in AuthorPeer > and than you can use it. yes, I defined, but there is no such method torque generated only method BaseBookPeer.doSelectJoinAuthor(...) as far as I know torque generates only methods for accessing associations (one), but not collections if you want to access a collection you call author.getBooks(), and it reads books from db, caches it and returns - it couses perfirmance issues (one db call for each getXXXs() method) how to solve it ? how to query author table to get in return list of authors with ALREADY INITIALIZED books collections ? I found one solution in http://[email protected]/msg01712.html but is not handy and you operate on array of objects, not getXXXs() methods and collections ----- Original Message ----- From: "Andras Balogh" <[email protected]> To: "Apache Torque Users List" <[email protected]> Sent: Thursday, September 02, 2004 10:25 AM Subject: Re: doSelect with collections filled > Hello, > > Did you defined the foreign key relationship beetwen Author and > Book in your schema file? > If yes, there should be protected method in BaseAuthorPeer > doSelectJoinBooks() (or something like that). Write this method as > public in AuthorPeer > and than you can use it. > Notice that the join made by Torque when selecting authors and books > is inner join > so you won't have the authors who don't have at least a book. > (can be changed i think to left outer join if you patch torque to > support outer joins, see mail archive) > > Best regards, > Andras. > > Artur Z wrote: > > >hello > > > >please help - I have a performance problem > >there are two tables: Book and Author > >I call AuthorPeer.doSelect(new Criteria()); - it returns all authors > >now i want to print all authors and their books > >on each author I must call author.getBooks(); > >every time I call this method a database is queried for books for this > >author > >and when there are 2000 authors, there will be 2000 calls to database, which > >of course takes much time > > > >the question is: > >how to query author table to get in return list of authors with already > >initialized books collections > > > >thanks a lot > > > >Artur > > > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [email protected] > >For additional commands, e-mail: [email protected] > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Sep 02 10:56:04 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83169 invoked from network); 2 Sep 2004 10:56:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 2 Sep 2004 10:56:04 -0000 Received: (qmail 75745 invoked by uid 500); 2 Sep 2004 10:55:49 -0000 Delivered-To: [email protected] Received: (qmail 75723 invoked by uid 500); 2 Sep 2004 10:55:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 75702 invoked by uid 99); 2 Sep 2004 10:55:48 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO msgdirector1.onetel.net.uk) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 02 Sep 2004 03:55:47 -0700 Received: from bolek.coachhouse (213-78-97-3.friaco.onetel.net.uk [161.129.204.104]) by msgdirector1.onetel.net.uk (MOS 3.4.6-GR) with ESMTP id BYS58596; Thu, 2 Sep 2004 11:55:33 +0100 (BST) Received: (Exim 3.36) #1 (Debian)) protocol: esmtp id 1C2pFV-0002DL-00 ; Thu, 02 Sep 2004 11:55:25 +0100 Message-ID: <[email protected]> Date: Thu, 02 Sep 2004 11:55:24 +0100 From: T E Schmitz <[email protected]> Reply-To: [email protected] User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Torque Users List <[email protected]> Subject: Re: doSelect with collections filled References: <002201c47537$1614f5e0$0601a8c0@artek> <[email protected]> <[email protected]> <003b01c47612$57163aa0$0601a8c0@artek> <[email protected]> <004601c490c1$f6f6e500$0601a8c0@artek> <[email protected]> <006301c490d1$39490d70$0601a8c0@artek> In-Reply-To: <006301c490d1$39490d70$0601a8c0@artek> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello Artur, Artur Z wrote: >> Did you defined the foreign key relationship beetwen Author and >>Book in your schema file? >>If yes, there should be protected method in BaseAuthorPeer >>doSelectJoinBooks() (or something like that). Write this method as >>public in AuthorPeer >>and than you can use it. > yes, I defined, but there is no such method > torque generated only method BaseBookPeer.doSelectJoinAuthor(...) > as far as I know torque generates only methods for accessing associations > (one), but not collections There is no one SQL statement that would return you an author tuple and n tuples for his related books. > if you want to access a collection you call author.getBooks(), and it reads > books from db, caches it and returns - it couses perfirmance issues (one db > call for each getXXXs() method) > > how to solve it ? > how to query author table to get in return list of authors with ALREADY > INITIALIZED books collections ? If you take a close [email protected]() you will find that this method not only sets the Author for each book but it also builds up the Authors' Book collections. In BaseAuthor.java there is a method called something like addBook(), which is called in the doSelectJoinXXX loop. The only way you can select all authors and their books in one SQL statement is by selecting all books joined with author (possibly ordered by author). If using Torque that means BaseBookPeer.doSelectJoinAuthor(...). If you don't want to select all books, just certain authors, you have to pre-set the criteria argument for doSelectJoinXXXX. If you add an OrderBy Author to Criteria, you will get a list of books sorted by authors. I presume each book has an author, in which case the generated inner join will do you. > I found one solution in > http://[email protected]/msg01712.html > but is not handy and you operate on array of objects, not getXXXs() methods > and collections This example is pretty much a copy of doSelectJoinXXXX. To translate this to your example, this would produce something like BaseBookPeer.doSelectJoinAuthor(...): read all books pre-fileld with their Authors. -- Regards/Gruß, Tarlika Elisabeth Schmitz --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Sep 02 10:59:14 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85436 invoked from network); 2 Sep 2004 10:59:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 2 Sep 2004 10:59:14 -0000 Received: (qmail 78029 invoked by uid 500); 2 Sep 2004 10:59:09 -0000 Delivered-To: [email protected] Received: (qmail 78013 invoked by uid 500); 2 Sep 2004 10:59:09 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 77998 invoked by uid 99); 2 Sep 2004 10:59:09 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO zwei.siemens.at) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 02 Sep 2004 03:59:08 -0700 Received: from bavc001a.bav.siemens.ro (pix6-pri.frust.net [161.129.204.104] (may be forged)) by zwei.siemens.at (8.12.9/8.12.8) with ESMTP id i82AwsDi025049 for <[email protected]>; Thu, 2 Sep 2004 12:58:56 +0200 Received: by BAVC001A with Internet Mail Service (5.5.2653.19) id <RRHASWP9>; Thu, 2 Sep 2004 14:01:47 +0300 Message-ID: <21115DCA7CC1D51189F100E0181E406501317627@BAVC001A> From: Dovlecel Alexandru Ovidiu <[email protected]> To: "'Apache Torque Users List'" <[email protected]> Subject: RE: doSelect with collections filled Date: Thu, 2 Sep 2004 14:01:46 +0300 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="ISO-8859-1" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N You can write your own method getAuthorJoinBooks( Criteria criteria ) that will execute the prefill of the books. The method executes only one SQL query. You can look at the code torque generates for doSelectJoinAuthor and make some small changes (instead of one to one you will have a one to many so you will need a while... and so on). This worked for me. HIH, Alex > -----Original Message----- > From: Artur Z [mailto:[email protected]] > Sent: Thursday, September 02, 2004 11:43 AM > To: Apache Torque Users List > Subject: Re: doSelect with collections filled > > > > Did you defined the foreign key relationship beetwen Author and > > Book in your schema file? > > If yes, there should be protected method in BaseAuthorPeer > > doSelectJoinBooks() (or something like that). Write this method as > > public in AuthorPeer > > and than you can use it. > > > yes, I defined, but there is no such method > torque generated only method BaseBookPeer.doSelectJoinAuthor(...) > as far as I know torque generates only methods for accessing > associations > (one), but not collections > if you want to access a collection you call > author.getBooks(), and it reads > books from db, caches it and returns - it couses perfirmance > issues (one db > call for each getXXXs() method) > > how to solve it ? > how to query author table to get in return list of authors > with ALREADY > INITIALIZED books collections ? > > I found one solution in > http://[email protected]/msg01712.html > but is not handy and you operate on array of objects, not > getXXXs() methods > and collections > > > > ----- Original Message ----- > From: "Andras Balogh" <[email protected]> > To: "Apache Torque Users List" <[email protected]> > Sent: Thursday, September 02, 2004 10:25 AM > Subject: Re: doSelect with collections filled > > > > Hello, > > > > Did you defined the foreign key relationship beetwen Author and > > Book in your schema file? > > If yes, there should be protected method in BaseAuthorPeer > > doSelectJoinBooks() (or something like that). Write this method as > > public in AuthorPeer > > and than you can use it. > > Notice that the join made by Torque when selecting > authors and books > > is inner join > > so you won't have the authors who don't have at least a book. > > (can be changed i think to left outer join if you patch torque to > > support outer joins, see mail archive) > > > > Best regards, > > Andras. > > > > Artur Z wrote: > > > > >hello > > > > > >please help - I have a performance problem > > >there are two tables: Book and Author > > >I call AuthorPeer.doSelect(new Criteria()); - it returns > all authors > > >now i want to print all authors and their books > > >on each author I must call author.getBooks(); > > >every time I call this method a database is queried for > books for this > > >author > > >and when there are 2000 authors, there will be 2000 calls > to database, > which > > >of course takes much time > > > > > >the question is: > > >how to query author table to get in return list of authors > with already > > >initialized books collections > > > > > >thanks a lot > > > > > >Artur > > > > > > > > > > > > >--------------------------------------------------------------------- > > >To unsubscribe, e-mail: [email protected] > > >For additional commands, e-mail: [email protected] > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Sep 02 12:04:45 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 20449 invoked from network); 2 Sep 2004 12:04:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 2 Sep 2004 12:04:44 -0000 Received: (qmail 70622 invoked by uid 500); 2 Sep 2004 12:04:25 -0000 Delivered-To: [email protected] Received: (qmail 70573 invoked by uid 500); 2 Sep 2004 12:04:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 70527 invoked by uid 99); 2 Sep 2004 12:04:24 -0000 X-ASF-Spam-Status: No, hits=1.6 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO poczta.o2.pl) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 02 Sep 2004 05:04:22 -0700 Received: from artek (aac244.neoplus.adsl.tpnet.pl [161.129.204.104]) by poczta.o2.pl (Postfix) with ESMTP id 7A8C91377EB; Thu, 2 Sep 2004 14:04:14 +0200 (CEST) Message-ID: <000b01c490e5$154f5e10$0601a8c0@artek> Reply-To: "Artur Z" <[email protected]> From: "Artur Z" <[email protected]> To: "Apache Torque Users List" <[email protected]>, <[email protected]> References: <002201c47537$1614f5e0$0601a8c0@artek> <[email protected]> <[email protected]> <003b01c47612$57163aa0$0601a8c0@artek> <[email protected]> <004601c490c1$f6f6e500$0601a8c0@artek> <[email protected]> <006301c490d1$39490d70$0601a8c0@artek> <[email protected]> Subject: Re: doSelect with collections filled Date: Thu, 2 Sep 2004 14:05:04 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > If you take a close [email protected]() you will > find that this method not only sets the Author for each book but it also > builds up the Authors' Book collections. In BaseAuthor.java there is a > method called something like addBook(), which is called in the > doSelectJoinXXX loop. thank, this will help me, but not 100% going further I'd like to make such call, which will select all authors AND in the same db call retrieve books and authors addresses (and of course fill collections in objects) :) it looks like I'll have to write custom code thanks for help Artur ----- Original Message ----- From: "T E Schmitz" <[email protected]> To: "Apache Torque Users List" <[email protected]> Sent: Thursday, September 02, 2004 12:55 PM Subject: Re: doSelect with collections filled > Hello Artur, > > Artur Z wrote: > > >> Did you defined the foreign key relationship beetwen Author and > >>Book in your schema file? > >>If yes, there should be protected method in BaseAuthorPeer > >>doSelectJoinBooks() (or something like that). Write this method as > >>public in AuthorPeer > >>and than you can use it. > > > yes, I defined, but there is no such method > > torque generated only method BaseBookPeer.doSelectJoinAuthor(...) > > as far as I know torque generates only methods for accessing associations > > (one), but not collections > > There is no one SQL statement that would return you an author tuple and > n tuples for his related books. > > > if you want to access a collection you call author.getBooks(), and it reads > > books from db, caches it and returns - it couses perfirmance issues (one db > > call for each getXXXs() method) > > > > how to solve it ? > > how to query author table to get in return list of authors with ALREADY > > INITIALIZED books collections ? > > If you take a close [email protected]() you will > find that this method not only sets the Author for each book but it also > builds up the Authors' Book collections. In BaseAuthor.java there is a > method called something like addBook(), which is called in the > doSelectJoinXXX loop. > > The only way you can select all authors and their books in one SQL > statement is by selecting all books joined with author (possibly ordered > by author). If using Torque that means BaseBookPeer.doSelectJoinAuthor(...). > If you don't want to select all books, just certain authors, you have to > pre-set the criteria argument for doSelectJoinXXXX. If you add an > OrderBy Author to Criteria, you will get a list of books sorted by authors. > > I presume each book has an author, in which case the generated inner > join will do you. > > > > > I found one solution in > > http://[email protected]/msg01712.html > > but is not handy and you operate on array of objects, not getXXXs() methods > > and collections > > This example is pretty much a copy of doSelectJoinXXXX. To translate > this to your example, this would produce something like > BaseBookPeer.doSelectJoinAuthor(...): read all books pre-fileld with > their Authors. > > > -- > > > Regards/Gruß, > > Tarlika Elisabeth Schmitz > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Sep 02 14:38:11 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37618 invoked from network); 2 Sep 2004 14:38:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 2 Sep 2004 14:38:11 -0000 Received: (qmail 90639 invoked by uid 500); 2 Sep 2004 14:38:05 -0000 Delivered-To: [email protected] Received: (qmail 90558 invoked by uid 500); 2 Sep 2004 14:38:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 90544 invoked by uid 99); 2 Sep 2004 14:38:04 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=HTML_50_60,HTML_MESSAGE,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mail82.messagelabs.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 02 Sep 2004 07:38:02 -0700 X-Env-Sender: [email protected] X-Msg-Ref: server-9.tower-82.messagelabs.com!1094135876!1065375 X-StarScan-Version: 5.2.10; banners=-,-,- X-Originating-IP: [161.129.204.104] Received: (qmail 28880 invoked from network); 2 Sep 2004 14:37:57 -0000 Received: from efwbc01.aib.ie (161.129.204.104) by server-9.tower-82.messagelabs.com with SMTP; 2 Sep 2004 14:37:57 -0000 Received: (from uucp@localhost) by efwbc01.aib.ie (8.11.7p1+Sun/8.11.7) id i82Ebvl07529 for <[email protected]>; Thu, 2 Sep 2004 15:37:57 +0100 (IST) Received: from relay01.isec.aib.ie(161.129.204.104) by efwbc01.aib.ie via csmap (V6.0) id srcAAAwbaaTo; Thu, 2 Sep 04 15:37:57 +0100 Received: from sims.isec.aib.ie (unverified) by S2RELAYINTMAIL.AIB.IE (Content Technologies SMTPRS 4.3.12) with ESMTP id <[email protected]> for <[email protected]>; Thu, 2 Sep 2004 15:41:12 +0100 Received: from b11418gx270 ([161.129.204.104]) by sims.isec.aib.ie (Sun Internet Mail Server sims.4.0.2161.129.204.104.50.p9) with SMTP id <[email protected]> for [email protected]; Thu, 2 Sep 2004 15:37:57 +0100 (BST) Date: Thu, 02 Sep 2004 15:37:56 +0100 From: Ollie Brady <[email protected]> Subject: Newbie question - Torque Maven problem To: [email protected] Message-id: <013e01c490fa$6fa49fa0$131a448a@b11418gx270> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Mailer: Microsoft Outlook Express 6.00.2800.1106 Content-type: MULTIPART/ALTERNATIVE; BOUNDARY="Boundary_(ID_VIFw7BaQ9aSybXVttPnc+Q)" X-Priority: 3 X-MSMail-priority: Normal X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --Boundary_(ID_VIFw7BaQ9aSybXVttPnc+Q) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable Hi there. I'm trying to build my Torque ObjectModel for the first time using Maven bu= t I'm getting a "Goal "project.properties" does not exist in this project."= error when I try a "maven torque" command. I don't know what is happening as there is a project.properties in the work= ing directory, I think it must be something else.. the output is below alon= g with the project.properties and the project.xml Any help appreciated..thanks,=20 Ollie. [e:\dev\mis_java\torque]dir Volume in drive E is unlabeled Serial number is 547A:FB31 Directory of E:\dev\mis_java\Torque\* 2/09/04 9:45 <DIR> . 2/09/04 9:45 <DIR> .. 2/09/04 9:45 <DIR> src 2/09/04 9:46 <DIR> target 2/09/04 14:27 1,284 project.properties 2/09/04 12:21 4,592 project.xml 2/09/04 12:48 6,877 Torque.properties 12,753 bytes in 3 files and 4 dirs 20,480 bytes allocated 32,897,396,736 bytes free [e:\dev\mis_java\torque]maven torque __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0 BUILD FAILED Goal "project.properties" does not exist in this project. Total time: 6 seconds Finished at: Thu Sep 02 15:29:25 BST 2004 [e:\dev\mis_java\torque] Below are the contents of my project.xml <?xml version=3D"1.0"?> <project> <pomVersion>3</pomVersion> <name>Bookstore</name> <id>Bookstore</id> <currentVersion>0.1-dev</currentVersion> <organization> <name>AIB Group PLC</name> <url>http://www.aib.ie/</url> </organization> <inceptionYear>2004</inceptionYear> <package>com.aib.mis.bookstore.torque</package> <shortDescription>Java Project Management Tools</shortDescription> <!-- Gump integration --> <versions> <version> <id>A1</id> <name>0.1-A1</name> <tag>BK_01_A1</tag> </version> </versions> <developers> <developer> <name>Ollie Brady</name> <id>69630</id> <email>[email protected]</email> <organization></organization> </developer> </developers> <!--dependencies> <dependency> <id>ant</id> <version>1.4.1</version> </dependency> <dependency> <id>commons-beanutils</id> <version>1.4-dev-20020724</version> </dependency> <dependency> <id>commons-collections</id> <version>2.0</version> <url>http://jakarta.apache.org/commons/collections.html</url> </dependency> <dependency> <id>commons-configuration</id> <version>1.0-dev</version> <url>http://jakarta.apache.org/commons/</url> </dependency> <dependency> <id>commons-dbcp</id> <version>1.0-dev-20020806</version> <url>http://jakarta.apache.org/commons/</url> </dependency> <dependency> <id>commons-lang</id> <version>1.0-dev-20020716</version> <url>http://jakarta.apache.org/commons/</url> </dependency> <dependency> <id>commons-logging</id> <version>1.0</version> <url>http://jakarta.apache.org/commons/</url> </dependency> <dependency> <id>commons-pool</id> <version>1.0</version> <url>http://jakarta.apache.org/commons/pool/</url> </dependency> <dependency> <id>jcs</id> <version>1.0-dev</version> <url>http://jakarta.apache.org/turbine/jcs/</url> </dependency> <dependency> <id>jdbc</id> <version>2.0</version> <url>http://java.sun.com/products/jdbc/download.html#spec</url> </dependency> <dependency> <id>jndi</id> <version>1.2.1</version> <url>http://java.sun.com/products/jndi/</url> </dependency> <dependency> <id>log4j</id> <version>1.1.3</version> <url>http://jakarta.apache.org/log4j/</url> </dependency> <dependency> <id>stratum</id> <version>1.0-b3-dev</version> <url>http://jakarta.apache.org/turbine/stratum/</url> </dependency> <dependency> <id>tomcat-naming</id> <version>1.0</version> <url>http://jakarta.apache.org/tomcat/</url> </dependency> <dependency> <id>velocity</id> <version>1.3</version> <url>http://jakarta.apache.org/velocity/</url> </dependency> <dependency> <id>village</id> <version>1.5.3</version> <url>http://share.whichever.com/index.php?SCREEN=3Dvillage</url> </dependency> <dependency> <id>xerces</id> <type>required</type> <version>2.0.2</version> <jar>xercesImpl-2.0.2.jar</jar> <url>http://xml.apache.org/xerces2-j/</url> </dependency> <dependency> <id>xml-apis</id> <type>required</type> <version>2.0.2</version> <jar>xmlParserAPIs-2.0.2.jar</jar> <url>http://xml.apache.org/xerces2-j/</url> </dependency> </dependencies--> <build> <nagEmailAddress> [email protected] </nagEmailAddress> <sourceDirectory>src/java</sourceDirectory> <unitTestSourceDirectory>src/test</unitTestSourceDirectory> <aspectSourceDirectory/> <!-- Unit test cases --> <unitTest> =20 <!-- <includes> <include>**/*Test.java</include> </includes> <excludes> <exclude>**/RepositoryTest.java</exclude> </excludes> -->=20 </unitTest> =20 <!-- J A R R E S O U R C E S --> <!-- Resources that are packaged up inside the JAR file --> <resources> <resource> <directory>${basedir}/src/resources/misc</directory> <includes> <include>*.xsd</include> </includes> </resource> <resource> <directory>${basedir}/src/resources/logging</directory> <includes> <include>log4j.properties</include> </includes> </resource> </resources> <!-- Integration unit test cases --> <integrationUnitTest/> <jars> </jars> </build> </project> And here is the contents of my project.properties torque.project =3D MISLogging torque.database =3D mysql torque.contextProperties =3D project.properties torque.runOnlyOnSchemaChange =3D true maven.repo.remote=3Dhttp://B11418-GX270:9999/repository maven.repo.local=3DE:/dev/maven-1.0/.repository torque.schema.dir =3D src/schema torque.sql.dir =3D target/sql torque.java.dir =3D src/java torque.doc.dir =3D target/doc torque.lib.dir =3D ${maven.repo.local} torque.doc.format =3D html torque.targetPackage =3D com.aib.mis.torque torque.addGetByNameMethod =3D false torque.addTimeStamp =3D false torque.addIntakeRetrievable =3D true torque.useManagers =3D true torque.useClasspath =3D true torque.database.createUrl =3D jdbc:mysql://localhost:3306/ torque.database.buildUrl =3D jdbc:mysql://localhost:3306/bookstore torque.database.url =3D jdbc:mysql://localhost:3306/bookstore torque.database.driver =3D org.gjt.mm.mysql.Driver torque.database.user =3D root torque.database.password =3D password1 torque.database.host =3D 161.129.204.104 torque.schema.dir =3D schema torque.basePrefix =3D Base torque.addSaveMethod =3D true torque.saveException =3D Exception torque.contextProperties =3D project.properties #maven.proxy.host =3D 161.129.204.104=20 #maven.proxy.port =3D 8080=20 #maven.proxy.username =3D 86734=20 #maven.proxy.password =3D tuesday006 ***************************************************************************= ***** This document is strictly confidential and is intended for use by the addressee unless otherwise indicated. This email has been scanned by an external Email Security System. Allied Irish Banks ***************************************************************************= ***** --Boundary_(ID_VIFw7BaQ9aSybXVttPnc+Q)-- From [email protected] Fri Sep 03 11:47:39 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61565 invoked from network); 3 Sep 2004 11:47:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 3 Sep 2004 11:47:39 -0000 Received: (qmail 26210 invoked by uid 500); 3 Sep 2004 11:47:33 -0000 Delivered-To: [email protected] Received: (qmail 26165 invoked by uid 500); 3 Sep 2004 11:47:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 26150 invoked by uid 99); 3 Sep 2004 11:47:32 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO androcus.capcom.de) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 03 Sep 2004 04:47:32 -0700 Received: from fwdmz.capcom.de ([161.129.204.104] helo=wormhole.capcom.de) by androcus.capcom.de with smtp (Exim 4.30) id 1C3CUF-0001nF-9m for [email protected]; Fri, 03 Sep 2004 13:44:11 +0200 Reply-To: <[email protected]> From: "Ben Bookey" <[email protected]> To: <[email protected]> Subject: Setting "Windows-1250" character encoding via the database URL. Date: Fri, 3 Sep 2004 13:49:37 +0200 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Dear list. We are using oracle, and Torque to perform updates, deletes and inserts of db. rows. My oracle database is set to Windows-1250 which supports the Euro symbol, but I am updating at the moment and it sets question marks :( I would like to hard-code, the character encoding Windows-1250 in the database url. How would I go about this in Torque. DO I simply add a string to my Torque.properties or is there something in torque? regards Ben --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Sep 04 11:55:44 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4599 invoked from network); 4 Sep 2004 11:55:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 4 Sep 2004 11:55:44 -0000 Received: (qmail 75803 invoked by uid 500); 4 Sep 2004 11:55:34 -0000 Delivered-To: [email protected] Received: (qmail 75781 invoked by uid 500); 4 Sep 2004 11:55:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 75768 invoked by uid 99); 4 Sep 2004 11:55:33 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO barge.anchor.net.au) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 04 Sep 2004 04:55:30 -0700 Received: from [161.129.204.104] (CPE-61-9-201-26.nsw.bigpond.net.au [161.129.204.104]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by barge.anchor.net.au (Postfix) with ESMTP id 7ED2010056 for <[email protected]>; Sat, 4 Sep 2004 21:55:27 +1000 (EST) Message-ID: <[email protected]> Date: Sat, 04 Sep 2004 21:55:25 +1000 From: Scott Eade <[email protected]> User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Torque Users List <[email protected]> Subject: Re: Setting "Windows-1250" character encoding via the database URL. References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Ben Bookey wrote: >We are using oracle, and Torque to perform updates, deletes and inserts of >db. rows. >My oracle database is set to Windows-1250 which supports the Euro symbol, >but I am updating >at the moment and it sets question marks :( > >I would like to hard-code, the character encoding Windows-1250 in the >database url. > >How would I go about this in Torque. DO I simply add a string to my >Torque.properties or is there >something in torque? > > Yes, just add the string to the url in Torque.properties. Scott -- Scott Eade Backstage Technologies Pty. Ltd. http://www.backstagetech.com.au --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Sep 06 08:54:06 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93638 invoked from network); 6 Sep 2004 08:54:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 6 Sep 2004 08:54:06 -0000 Received: (qmail 84746 invoked by uid 500); 6 Sep 2004 08:54:02 -0000 Delivered-To: [email protected] Received: (qmail 84726 invoked by uid 500); 6 Sep 2004 08:54:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 84712 invoked by uid 99); 6 Sep 2004 08:54:01 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hpc-hamburg.de) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Sep 2004 01:54:00 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6556.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: blocking calls, query timeout Date: Mon, 6 Sep 2004 10:48:06 +0200 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: blocking calls, query timeout Thread-Index: AcST7jq3pw+PTA16ROuDQ4WnqHzkSg== From: "Sperlich, Tino" <[email protected]> To: "Apache Torque Users List" <[email protected]> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi all, my problem is this: My app using torque accesses an oracle db that=20 is shared with other apps. These apps tend to=20 use long blocking calls to select/update data, causing my app to wait forever on updating that same data. As I cannot change those other apps I would=20 like to detect these blockings and handle them, but therefore I need to set the timeout or smth. on=20 my queries, so they return with a nice SQLException stating the error. How would I set this timeout in torque, are there other ways to cope with this problem? Best regards, Tino Sperlich --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Sep 06 12:07:01 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96710 invoked from network); 6 Sep 2004 12:07:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 6 Sep 2004 12:07:00 -0000 Received: (qmail 12487 invoked by uid 500); 6 Sep 2004 12:06:55 -0000 Delivered-To: [email protected] Received: (qmail 12471 invoked by uid 500); 6 Sep 2004 12:06:55 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 12457 invoked by uid 99); 6 Sep 2004 12:06:55 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hometree.net) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Sep 2004 05:06:53 -0700 Received: from tangens.hometree.net (IDENT:[email protected] [161.129.204.104]) by mail.hometree.net (8.12.10/8.12.10) with ESMTP id i86C6oNx019536 for <[email protected]>; Mon, 6 Sep 2004 14:06:50 +0200 Received: (from news@localhost) by tangens.hometree.net (8.12.10/8.12.8/Submit) id i86C6oxu019535 for [email protected]; Mon, 6 Sep 2004 14:06:50 +0200 To: [email protected] Path: not-for-mail From: "Henning P. Schmiedehausen" <[email protected]> Newsgroups: hometree.jakarta.torque.user Subject: Re: AW: defaultIdMethod="none" Date: Mon, 6 Sep 2004 12:06:50 +0000 (UTC) Organization: INTERMETA - Gesellschaft fuer Mehrwertdienste mbH Lines: 41 Message-ID: <[email protected]> References: <[email protected]> <[email protected]> Reply-To: [email protected] NNTP-Posting-Host: forge.intermeta.de X-Trace: tangens.hometree.net 1094472410 19233 161.129.204.104 (6 Sep 2004 12:06:50 GMT) X-Complaints-To: [email protected] NNTP-Posting-Date: Mon, 6 Sep 2004 12:06:50 +0000 (UTC) X-Copyright: (C) 1996-2003 Henning Schmiedehausen User-Agent: nn/6.6.5 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N "Ferruh Zamangoer" <[email protected]> writes: >Hi Tino, >I know Hennings posting, but the problem is that the option autoincrement is >deprecated in torque-gen-3.1, I also know that the option is not removed >from this package I can use it, but I do not prefer it because I don't know >what can be occure in later version for example when autoincrement option is >removed???? As I said. If you can make a case where "autoincrement" is useful, we might simply remove the deprecation. The deprecation comes from a time where "sequence", "autoincrement" and everything else were planned to be faded out in favor of "native" (which IMHO sucks). "autoincrement" is in fact a misnomer. This should be "database-handled" or something like this. If it works for you: use it. It will _definitely_ not removed for the 3.1 tree (3.1, 3.1.1, 3.1.2 and so on) and this already makes a strong case for keeping this (maybe renamed) in 3.2. Regards Henning -- Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH [email protected] +1-608-299-9975 http://www.intermeta.de/ RedHat Certified Engineer -- Jakarta Turbine Development -- hero for hire Linux, Java, perl, Solaris -- Consulting, Training, Development "Fighting for one's political stand is an honorable action, but re- fusing to acknowledge that there might be weaknesses in one's position - in order to identify them so that they can be remedied - is a large enough problem with the Open Source movement that it deserves to be on this list of the top five problems." -- Michelle Levesque, "Fundamental Issues with Open Source Software Development" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Sep 06 12:10:11 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 98660 invoked from network); 6 Sep 2004 12:10:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 6 Sep 2004 12:10:11 -0000 Received: (qmail 19320 invoked by uid 500); 6 Sep 2004 12:10:05 -0000 Delivered-To: [email protected] Received: (qmail 19301 invoked by uid 500); 6 Sep 2004 12:10:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 19278 invoked by uid 99); 6 Sep 2004 12:10:04 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hometree.net) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Sep 2004 05:10:02 -0700 Received: from tangens.hometree.net (IDENT:[email protected] [161.129.204.104]) by mail.hometree.net (8.12.10/8.12.10) with ESMTP id i86C9xNx019765 for <[email protected]>; Mon, 6 Sep 2004 14:09:59 +0200 Received: (from news@localhost) by tangens.hometree.net (8.12.10/8.12.8/Submit) id i86C9x3D019764 for [email protected]; Mon, 6 Sep 2004 14:09:59 +0200 To: [email protected] Path: not-for-mail From: "Henning P. Schmiedehausen" <[email protected]> Newsgroups: hometree.jakarta.torque.user Subject: Re: PostgreSQL and BLOBs Date: Mon, 6 Sep 2004 12:09:59 +0000 (UTC) Organization: INTERMETA - Gesellschaft fuer Mehrwertdienste mbH Lines: 40 Message-ID: <[email protected]> References: <[email protected]> Reply-To: [email protected] NNTP-Posting-Host: forge.intermeta.de X-Trace: tangens.hometree.net 1094472599 19233 161.129.204.104 (6 Sep 2004 12:09:59 GMT) X-Complaints-To: [email protected] NNTP-Posting-Date: Mon, 6 Sep 2004 12:09:59 +0000 (UTC) X-Copyright: (C) 1996-2003 Henning Schmiedehausen User-Agent: nn/6.6.5 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N T E Schmitz <[email protected]> writes: >Hello, >I searched the archive to find out whether there are any issues with >PostgreSQL BLOBs but most of the recent postings seem to be Oracle >specific; so excuse the rather unspecific question: >Does anybody have any experience with using Torque/PostgreSQL/BLOBs? I >need to store small jpg files (15KB). Do you really need BLOBs? I'd suggest that you use "BINARY": <table name="IMAGE_DATA"> <column name="IMAGE_DATA_ID" required="true" primaryKey="true" type="BIGINT" javaType="object"/> <column name="IMAGE_DATA_LAST_CHANGE" required="true" type="TIMESTAMP" size="0" javaName="LastChange"/> <column name="IMAGE_DATA_LAST_USER" required="true" size="64" type="VARCHAR" javaName="LastUser"/> <column name="IMAGE_DATA_DATA" required="true" type="BINARY" javaName="ImageData"/> <id-method-parameter name="sequence_name" value="table_sequencer" /> </table> Works fine with PostgreSQL and my Images are a "bit" bigger (1-5 MBytes). Regards Henning -- Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH [email protected] +1-608-299-9975 http://www.intermeta.de/ RedHat Certified Engineer -- Jakarta Turbine Development -- hero for hire Linux, Java, perl, Solaris -- Consulting, Training, Development "Fighting for one's political stand is an honorable action, but re- fusing to acknowledge that there might be weaknesses in one's position - in order to identify them so that they can be remedied - is a large enough problem with the Open Source movement that it deserves to be on this list of the top five problems." -- Michelle Levesque, "Fundamental Issues with Open Source Software Development" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Sep 06 12:43:02 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21610 invoked from network); 6 Sep 2004 12:43:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 6 Sep 2004 12:43:02 -0000 Received: (qmail 67286 invoked by uid 500); 6 Sep 2004 12:42:58 -0000 Delivered-To: [email protected] Received: (qmail 67267 invoked by uid 500); 6 Sep 2004 12:42:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 67239 invoked by uid 99); 6 Sep 2004 12:42:57 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hpc-hamburg.de) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Sep 2004 05:42:56 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6556.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: AW: defaultIdMethod="none" Date: Mon, 6 Sep 2004 14:37:01 +0200 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: AW: defaultIdMethod="none" Thread-Index: AcSUCTO/D7bL1Y6eQQWFNHQDBSqzEQAAYt0w From: "Sperlich, Tino" <[email protected]> To: "Apache Torque Users List" <[email protected]> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Henning, I agree that autoincrement would be the right choice to use, because it doesn't create a key and retrieves the key after the record is written. But, how does autoincrement work for DBOracle? I have debugged into some sample code and it looked like the dbMap had the Sequence generators for all types of idMethods like this: {sequence=3Dorg.apache.torque.oid.SequenceIdGenerator@1a5770, = idbroker=3Dorg.apache.torque.oid.IDBroker@13f348b, = autoincrement=3Dorg.apache.torque.oid.SequenceIdGenerator@1628b8d, = native=3Dorg.apache.torque.oid.SequenceIdGenerator@b80f1c} in this case setting my table idMethod=3D"autoincrement" would be equal to using "native", and I guess that's the behaviour Ferruh is experiencing... please correct me if I'm wrong or I've missed something... I am using torque-3.1 from september 2003. Regards, Tino -----Urspr=FCngliche Nachricht----- Von: Henning P. Schmiedehausen [mailto:[email protected]] Gesendet: Montag, 6. September 2004 14:07 An: [email protected] Betreff: Re: defaultIdMethod=3D"none" "Ferruh Zamangoer" <[email protected]> writes: >Hi Tino, >I know Hennings posting, but the problem is that the option = autoincrement is >deprecated in torque-gen-3.1, I also know that the option is not = removed >from this package I can use it, but I do not prefer it because I don't = know >what can be occure in later version for example when autoincrement = option is >removed???? As I said. If you can make a case where "autoincrement" is useful, we might simply remove the deprecation. The deprecation comes from a time where "sequence", "autoincrement" and everything else were planned to be faded out in favor of "native" (which IMHO sucks). "autoincrement" is in fact a misnomer. This should be "database-handled" or something like this. If it works for you: use it. It will _definitely_ not removed for the 3.1 tree (3.1, 3.1.1, 3.1.2 and so on) and this already makes a strong case for keeping this (maybe renamed) in 3.2. Regards Henning --=20 Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH [email protected] +1-608-299-9975 http://www.intermeta.de/ RedHat Certified Engineer -- Jakarta Turbine Development -- hero for = hire Linux, Java, perl, Solaris -- Consulting, Training, Development "Fighting for one's political stand is an honorable action, but re- fusing to acknowledge that there might be weaknesses in one's position - in order to identify them so that they can be remedied - is a large enough problem with the Open Source movement that it deserves to be on this list of the top five problems." -- Michelle Levesque, "Fundamental Issues with Open Source Software Development" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Sep 06 15:48:25 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21256 invoked from network); 6 Sep 2004 15:48:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 6 Sep 2004 15:48:25 -0000 Received: (qmail 27638 invoked by uid 500); 6 Sep 2004 15:48:21 -0000 Delivered-To: [email protected] Received: (qmail 27582 invoked by uid 500); 6 Sep 2004 15:48:21 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 27567 invoked by uid 99); 6 Sep 2004 15:48:21 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hometree.net) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Sep 2004 08:48:19 -0700 Received: from tangens.hometree.net (IDENT:[email protected] [161.129.204.104]) by mail.hometree.net (8.12.10/8.12.10) with ESMTP id i86FmHNx029024 for <[email protected]>; Mon, 6 Sep 2004 17:48:17 +0200 Received: (from news@localhost) by tangens.hometree.net (8.12.10/8.12.8/Submit) id i86FmGda029023 for [email protected]; Mon, 6 Sep 2004 17:48:16 +0200 To: [email protected] Path: not-for-mail From: "Henning P. Schmiedehausen" <[email protected]> Newsgroups: hometree.jakarta.torque.user Subject: Re: AW: defaultIdMethod="none" Date: Mon, 6 Sep 2004 15:48:16 +0000 (UTC) Organization: INTERMETA - Gesellschaft fuer Mehrwertdienste mbH Lines: 30 Message-ID: <[email protected]> References: <[email protected]> Reply-To: [email protected] NNTP-Posting-Host: forge.intermeta.de X-Trace: tangens.hometree.net 1094485696 28614 161.129.204.104 (6 Sep 2004 15:48:16 GMT) X-Complaints-To: [email protected] NNTP-Posting-Date: Mon, 6 Sep 2004 15:48:16 +0000 (UTC) X-Copyright: (C) 1996-2003 Henning Schmiedehausen User-Agent: nn/6.6.5 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N "Sperlich, Tino" <[email protected]> writes: >Hi Henning, >I agree that autoincrement would be >the right choice to use, because it >doesn't create a key and retrieves the >key after the record is written. >But, how does autoincrement work for DBOracle? Can you please try the 3.1.1 branch? There are some changes in there. Regards Henning -- Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH [email protected] +1-608-299-9975 http://www.intermeta.de/ RedHat Certified Engineer -- Jakarta Turbine Development -- hero for hire Linux, Java, perl, Solaris -- Consulting, Training, Development "Fighting for one's political stand is an honorable action, but re- fusing to acknowledge that there might be weaknesses in one's position - in order to identify them so that they can be remedied - is a large enough problem with the Open Source movement that it deserves to be on this list of the top five problems." -- Michelle Levesque, "Fundamental Issues with Open Source Software Development" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Sep 06 23:55:15 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 73099 invoked from network); 6 Sep 2004 23:55:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 6 Sep 2004 23:55:15 -0000 Received: (qmail 63076 invoked by uid 500); 6 Sep 2004 23:55:09 -0000 Delivered-To: [email protected] Received: (qmail 63055 invoked by uid 500); 6 Sep 2004 23:55:08 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 38261 invoked by uid 99); 6 Sep 2004 06:31:25 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Subject: BUGREPORT From: Marco Knuettel <[email protected]> To: [email protected] Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-dYLMz8Vu7ovrnFnFK9iC" Message-Id: <[email protected]> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 06 Sep 2004 08:31:14 +0200 X-Virus-Scanned: by amavisd-new-20030616-p7 (Debian) at knuettel.de X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --=-dYLMz8Vu7ovrnFnFK9iC Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi *, on a clean System, i have installed a new maven. After then i try to install the torque-plugin. But there are 2 Bugs. First: The Doku-Entry on the Website is wrong: maven plugin:download -DartifactId=3Dmaven-torque-plugin -DgroupId=3Dtorque -Dversion=3D3.2 should be: maven plugin:download -DartifactId=3Dmaven-torque-plugin -DgroupId=3Dtorque -Dversion=3D3.1.1-rc2 Second: In the File: $MAVEN_HOME/.maven/cache/maven-torque-pluging-3.1.1-rc2/project.xml is a wrong entry for torque-gen. it should be Version 3.1.1-rc2=20 After then it will work. Nice Day MK --=20 -------------------------------------------------------------------- MK Development & Consulting www.knuettel.de --=-dYLMz8Vu7ovrnFnFK9iC Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQBBPAQwzAoJI8gDfT8RAq8NAJ4iGJuTv3o+cK65VSeD4ClhAvY62gCgjYgy k0ICyMU1URdtD2ZunxTUPDw= =Lz+v -----END PGP SIGNATURE----- --=-dYLMz8Vu7ovrnFnFK9iC-- From [email protected] Tue Sep 07 00:08:29 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77071 invoked from network); 7 Sep 2004 00:08:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 7 Sep 2004 00:08:29 -0000 Received: (qmail 73336 invoked by uid 500); 7 Sep 2004 00:08:27 -0000 Delivered-To: [email protected] Received: (qmail 73315 invoked by uid 500); 7 Sep 2004 00:08:27 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 73299 invoked by uid 99); 7 Sep 2004 00:08:27 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO barge.anchor.net.au) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Sep 2004 17:08:25 -0700 Received: from [161.129.204.104] (CPE-61-9-201-26.nsw.bigpond.net.au [161.129.204.104]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by barge.anchor.net.au (Postfix) with ESMTP id 8A6DB10056 for <[email protected]>; Tue, 7 Sep 2004 10:08:22 +1000 (EST) Message-ID: <[email protected]> Date: Tue, 07 Sep 2004 10:08:15 +1000 From: Scott Eade <[email protected]> User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Torque Users List <[email protected]> Subject: Re: BUGREPORT References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Marco Knuettel wrote: >on a clean System, i have installed a new maven. After then i try >to install the torque-plugin. But there are 2 Bugs. > >First: The Doku-Entry on the Website is wrong: > >maven plugin:download -DartifactId=maven-torque-plugin -DgroupId=torque >-Dversion=3.2 >should be: >maven plugin:download -DartifactId=maven-torque-plugin -DgroupId=torque >-Dversion=3.1.1-rc2 > >Second: In the File: >$MAVEN_HOME/.maven/cache/maven-torque-pluging-3.1.1-rc2/project.xml >is a wrong entry for torque-gen. >it should be Version 3.1.1-rc2 > >After then it will work. > > By default the Torque site shows you the documentation for cvs HEAD, this is where development of Torque 3.2 is taking place. If you select the "Torque 3.1.x docs" link in the menu you will get to the docs for 3.1.1-rc3-dev which includes a copy of the tutorial that refers to the latest available release (3.1.1-rc2). Scott -- Scott Eade Backstage Technologies Pty. Ltd. http://www.backstagetech.com.au --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Sep 07 07:45:37 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63725 invoked from network); 7 Sep 2004 07:45:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 7 Sep 2004 07:45:37 -0000 Received: (qmail 65725 invoked by uid 500); 7 Sep 2004 07:45:33 -0000 Delivered-To: [email protected] Received: (qmail 65616 invoked by uid 500); 7 Sep 2004 07:45:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 65594 invoked by uid 99); 7 Sep 2004 07:45:30 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=NO_REAL_NAME,RCVD_IN_SORBS_DUL X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO postfix4-1.free.fr) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 07 Sep 2004 00:45:28 -0700 Received: from imp2-q.free.fr (imp2-q.free.fr [161.129.204.104]) by postfix4-1.free.fr (Postfix) with ESMTP id F3893184A37 for <[email protected]>; Tue, 7 Sep 2004 09:45:25 +0200 (CEST) Received: by imp2-q.free.fr (Postfix, from userid 33) id E4BD854CA9; Tue, 7 Sep 2004 09:45:25 +0200 (MEST) Received: from 161.129.204.104 ([161.129.204.104]) by imp2-q.free.fr (IMP) with HTTP for <[email protected]>; Tue, 7 Sep 2004 09:45:25 +0200 Message-ID: <[email protected]> Date: Tue, 7 Sep 2004 09:45:25 +0200 From: [email protected] To: Apache Torque Users List <[email protected]> Subject: Re: AW: sequence References: <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.5 X-Originating-IP: 161.129.204.104 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N it's work thank you Selon Ferruh Zamangoer <[email protected]>: > Hi, > > for example you must define a sequence in your project-schema.xml like that > > <table name="address_b322" description="Address_B322"> > .... define your column here ..... > <id-method-parameter name="ADDRESS_ID_SEQ" value="ADDRESS_ID_SEQ"/> //Thats > the sequence defintion > </table> > > Then you must define in your database the sequence ADDRESS_ID_SEQ. > > Regards > Ferruh > > -----Ursprüngliche Nachricht----- > Von: karim [mailto:[email protected]] > Gesendet: Mittwoch, 1. September 2004 22:20 > An: Apache Torque Users List > Betreff: sequence > > > how work sequence in torque ? > give me one example please > > thanks > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Sep 07 07:56:27 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67681 invoked from network); 7 Sep 2004 07:56:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 7 Sep 2004 07:56:27 -0000 Received: (qmail 82360 invoked by uid 500); 7 Sep 2004 07:56:22 -0000 Delivered-To: [email protected] Received: (qmail 82317 invoked by uid 500); 7 Sep 2004 07:56:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 82302 invoked by uid 99); 7 Sep 2004 07:56:21 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hometree.net) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 07 Sep 2004 00:56:18 -0700 Received: from tangens.hometree.net (IDENT:[email protected] [161.129.204.104]) by mail.hometree.net (8.12.10/8.12.10) with ESMTP id i877uENx002618 for <[email protected]>; Tue, 7 Sep 2004 09:56:14 +0200 Received: (from news@localhost) by tangens.hometree.net (8.12.10/8.12.8/Submit) id i877uEad002617 for [email protected]; Tue, 7 Sep 2004 09:56:14 +0200 To: [email protected] Path: not-for-mail From: "Henning P. Schmiedehausen" <[email protected]> Newsgroups: hometree.jakarta.torque.user Subject: Re: BUGREPORT Date: Tue, 7 Sep 2004 07:56:14 +0000 (UTC) Organization: INTERMETA - Gesellschaft fuer Mehrwertdienste mbH Lines: 57 Message-ID: <[email protected]> References: <[email protected]> Reply-To: [email protected] NNTP-Posting-Host: forge.intermeta.de X-Trace: tangens.hometree.net 1094543774 2209 161.129.204.104 (7 Sep 2004 07:56:14 GMT) X-Complaints-To: [email protected] NNTP-Posting-Date: Tue, 7 Sep 2004 07:56:14 +0000 (UTC) X-Copyright: (C) 1996-2003 Henning Schmiedehausen User-Agent: nn/6.6.5 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Marco Knuettel <[email protected]> writes: >Hi *, Hi Marco, >on a clean System, i have installed a new maven. After then i try >to install the torque-plugin. But there are 2 Bugs. >First: The Doku-Entry on the Website is wrong: >maven plugin:download -DartifactId=3Dmaven-torque-plugin -DgroupId=3Dtorque >-Dversion=3D3.2 >should be: >maven plugin:download -DartifactId=3Dmaven-torque-plugin -DgroupId=3Dtorque >-Dversion=3D3.1.1-rc2 Nope. It is stated on http://db.apache.org/torque-31/tutorial/step1.html (The main web site is for the 3.2-dev branch, which is confusing, that is correct). There is a link on the left side which points to the Torque 3.1.x docs. The docs do differ a little, so if you are using the 3.1 branch, please look at these docs. Scott: We might want to re-organize the web site along the Turbine pattern with a "torque-site" module in CVS and the released and devlopment versions in torque/torque-3.1 torque/torque-3.2 and so on. >Second: In the File: >$MAVEN_HOME/.maven/cache/maven-torque-pluging-3.1.1-rc2/project.xml >is a wrong entry for torque-gen. >it should be Version 3.1.1-rc2=20 In the version I just downloaded, there is 3.1.1-dev, right. This is a bug and it will be fixed for the release version of 3.1.1 Regards Henning -- Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH [email protected] +1-608-299-9975 http://www.intermeta.de/ RedHat Certified Engineer -- Jakarta Turbine Development -- hero for hire Linux, Java, perl, Solaris -- Consulting, Training, Development "Fighting for one's political stand is an honorable action, but re- fusing to acknowledge that there might be weaknesses in one's position - in order to identify them so that they can be remedied - is a large enough problem with the Open Source movement that it deserves to be on this list of the top five problems." -- Michelle Levesque, "Fundamental Issues with Open Source Software Development" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Sep 07 08:37:01 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85204 invoked from network); 7 Sep 2004 08:37:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 7 Sep 2004 08:37:01 -0000 Received: (qmail 37228 invoked by uid 500); 7 Sep 2004 08:36:55 -0000 Delivered-To: [email protected] Received: (qmail 37212 invoked by uid 500); 7 Sep 2004 08:36:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 37196 invoked by uid 99); 7 Sep 2004 08:36:54 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp-gw2.pta.de) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 07 Sep 2004 01:36:51 -0700 Subject: Antwort: blocking calls, query timeout To: "Apache Torque Users List" <[email protected]> X-Mailer: Lotus Notes Release 5.07a May 14, 2001 Message-ID: <[email protected]> From: [email protected] Date: Tue, 7 Sep 2004 10:36:43 +0200 X-MIMETrack: Serialize by Router on MA_NOTES3/PTA_GL/De(Release 5.0.12 |February 13, 2003) at 09/07/2004 10:36:50 AM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Tino, you should have a look at the method setWaitOption in the Oracle JDBC driver class OracleStatement. public void setWaitOption(int waitOption); The valid values for waitOption are: 0 = The program waits until the requested resource is available (default setting) 4 = The driver returns an error code if the requested resource is not available (this one should work for you) Arne Siegel Hi all, my problem is this: My app using torque accesses an oracle db that is shared with other apps. These apps tend to use long blocking calls to select/update data, causing my app to wait forever on updating that same data. As I cannot change those other apps I would like to detect these blockings and handle them, but therefore I need to set the timeout or smth. on my queries, so they return with a nice SQLException stating the error. How would I set this timeout in torque, are there other ways to cope with this problem? Best regards, Tino Sperlich ********************************************************************** http://www.pta.de Mit 998 Erfahrungsberichten aus 35 Jahren erfolgreicher Projektarbeit! ********************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Sep 07 09:06:46 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 763 invoked from network); 7 Sep 2004 09:06:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 7 Sep 2004 09:06:45 -0000 Received: (qmail 68125 invoked by uid 500); 7 Sep 2004 09:06:40 -0000 Delivered-To: [email protected] Received: (qmail 68093 invoked by uid 500); 7 Sep 2004 09:06:39 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 68074 invoked by uid 99); 7 Sep 2004 09:06:39 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hpc-hamburg.de) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 07 Sep 2004 02:06:37 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6556.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: AW: Antwort: blocking calls, query timeout Date: Tue, 7 Sep 2004 11:00:36 +0200 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Antwort: blocking calls, query timeout Thread-Index: AcSUtQIVTZGoSMRhTguKYwa2go1U6gAA/ZOA From: "Sperlich, Tino" <[email protected]> To: "Apache Torque Users List" <[email protected]> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Arne, how, or better where do I specify that with torque? in torque.properties? Gruesse, Tino -----Urspr=FCngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Gesendet: Dienstag, 7. September 2004 10:37 An: Apache Torque Users List Betreff: Antwort: blocking calls, query timeout Hi Tino, you should have a look at the method setWaitOption in the Oracle JDBC driver class OracleStatement. public void setWaitOption(int waitOption); The valid values for waitOption are: 0 =3D The program waits until the requested resource is available = (default setting) 4 =3D The driver returns an error code if the requested resource is not available (this one should work for you) Arne Siegel Hi all, my problem is this: My app using torque accesses an oracle db that is shared with other apps. These apps tend to use long blocking calls to select/update data, causing my app to wait forever on updating that same data. As I cannot change those other apps I would like to detect these blockings and handle them, but therefore I need to set the timeout or smth. on my queries, so they return with a nice SQLException stating the error. How would I set this timeout in torque, are there other ways to cope with this problem? Best regards, Tino Sperlich ********************************************************************** http://www.pta.de Mit 998 Erfahrungsberichten aus 35 Jahren erfolgreicher Projektarbeit! ********************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Sep 07 13:57:46 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 85890 invoked from network); 7 Sep 2004 13:57:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 7 Sep 2004 13:57:46 -0000 Received: (qmail 23717 invoked by uid 500); 7 Sep 2004 13:57:18 -0000 Delivered-To: [email protected] Received: (qmail 23643 invoked by uid 500); 7 Sep 2004 13:57:16 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 76311 invoked by uid 99); 7 Sep 2004 13:05:16 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Subject: XSL to transform torque-schema into mogwai-ERD From: Patrick Carl <[email protected]> To: [email protected] Content-Type: multipart/mixed; boundary="=-fi9fP0DfdWr+hVmfpNlD" Organization: COI GmbH Message-Id: <[email protected]> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 07 Sep 2004 15:05:22 +0200 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --=-fi9fP0DfdWr+hVmfpNlD Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi there, after updating my Torque-schema I had to update the documentation. For visualizing the ERD I use mogwai ERDesigner (http://mogwai.sourceforge.net/erdesigner/erdesigner.html) which usesd an XML-based file format. To make my life easier I wrote a little XSL-stylesheet to transform my Torque-schema into the mogwai-format. It transforms entities (=tables), attributes (=columns) and relations (=foreign-keys). Only the location of the entities is missing so you have to arrange them by yourself. If somebody uses mogwai and Torque, the attached stylesheet may be helpful Cheers, Patrick --=-fi9fP0DfdWr+hVmfpNlD Content-Disposition: attachment; filename=schema2erd.xsl Content-Type: text/plain; name=schema2erd.xsl; charset=ISO-8859-15 Content-Transfer-Encoding: base64 PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiID8+DQoNCjwhLS0NCiAgICBEb2N1 bWVudCAgIDogc2NoZW1hMmVyZC54c2wNCiAgICBDcmVhdGVkIG9uIDogNy4gU2VwdGVtYmVyIDIw MDQsIDEzOjEyDQogICAgQXV0aG9yICAgICA6IGNhcmxwdHINCg0KLS0+DQoNCjx4c2w6c3R5bGVz aGVldCB2ZXJzaW9uPSIxLjAiIHhtbG5zOnhzbD0iaHR0cDovL3d3dy53My5vcmcvMTk5OS9YU0wv VHJhbnNmb3JtIj4NCiAgICA8eHNsOm91dHB1dCBtZXRob2Q9Imh0bWwiLz4NCg0KICAgIDx4c2w6 dGVtcGxhdGUgbWF0Y2g9ImRhdGFiYXNlIj4NCiAgICAgICAgPEVSRGVzaWduZXJNb2RlbCB2ZXJz aW9uPSIwLjkuMiI+DQogICAgICAgICAgICANCiAgICAgICAgICAgIDxFbnRpdGllcz4NCiAgICAg ICAgICAgICAgICA8eHNsOmFwcGx5LXRlbXBsYXRlcyBzZWxlY3Q9InRhYmxlIi8+DQogICAgICAg ICAgICA8L0VudGl0aWVzPg0KICAgICAgICAgICAgPFJlbGF0aW9ucz4NCiAgICAgICAgICAgICAg ICA8eHNsOmZvci1lYWNoIHNlbGVjdD0idGFibGUvZm9yZWlnbi1rZXkiPg0KICAgICAgICAgICAg ICAgICAgICA8eHNsOmNhbGwtdGVtcGxhdGUgbmFtZT0iZi1rZXkiLz4NCiAgICAgICAgICAgICAg ICA8L3hzbDpmb3ItZWFjaD4NCiAgICAgICAgICAgIDwvUmVsYXRpb25zPg0KICAgICAgICA8L0VS RGVzaWduZXJNb2RlbD4NCiAgICA8L3hzbDp0ZW1wbGF0ZT4NCg0KICAgIA0KICAgIDx4c2w6dGVt cGxhdGUgbWF0Y2g9InRhYmxlIj4NCiAgICAgICAgPEVudGl0eT4NCiAgICAgICAgICAgIDx4c2w6 YXR0cmlidXRlIG5hbWU9Im5hbWUiPjx4c2w6dmFsdWUtb2Ygc2VsZWN0PSJAbmFtZSIvPjwveHNs OmF0dHJpYnV0ZT4NCiAgICAgICAgICAgIDx4c2w6YXR0cmlidXRlIG5hbWU9ImNvbW1lbnQiPjx4 c2w6dmFsdWUtb2Ygc2VsZWN0PSJAZGVzY3JpcHRpb24iLz48L3hzbDphdHRyaWJ1dGU+DQogICAg ICAgICAgICA8eHNsOmFwcGx5LXRlbXBsYXRlcy8+DQogICAgICAgIDwvRW50aXR5Pg0KICAgIDwv eHNsOnRlbXBsYXRlPg0KICAgIA0KICAgIDx4c2w6dGVtcGxhdGUgbWF0Y2g9ImNvbHVtbiI+DQog ICAgICAgIDxBdHRyaWJ1dGU+DQogICAgICAgICAgICA8eHNsOmF0dHJpYnV0ZSBuYW1lPSJuYW1l Ij48eHNsOnZhbHVlLW9mIHNlbGVjdD0iQG5hbWUiLz48L3hzbDphdHRyaWJ1dGU+DQogICAgICAg ICAgICA8eHNsOmF0dHJpYnV0ZSBuYW1lPSJpc3JlcXVpcmVkIj48eHNsOnZhbHVlLW9mIHNlbGVj dD0iQHJlcXVpcmVkIi8+PC94c2w6YXR0cmlidXRlPg0KICAgICAgICAgICAgPHhzbDphdHRyaWJ1 dGUgbmFtZT0iaXNwcmltYXJ5a2V5Ij48eHNsOnZhbHVlLW9mIHNlbGVjdD0iQHByaW1hcnlLZXki Lz48L3hzbDphdHRyaWJ1dGU+DQogICAgICAgICAgICA8eHNsOmF0dHJpYnV0ZSBuYW1lPSJkZWZh dWx0dmFsdWUiPjx4c2w6dmFsdWUtb2Ygc2VsZWN0PSJAZGVmYXVsdCIvPjwveHNsOmF0dHJpYnV0 ZT4NCiAgICAgICAgICAgIDx4c2w6YXR0cmlidXRlIG5hbWU9ImNvbW1lbnQiPjx4c2w6dmFsdWUt b2Ygc2VsZWN0PSJAZGVzY3JpcHRpb24iLz48L3hzbDphdHRyaWJ1dGU+DQogICAgICAgIDwvQXR0 cmlidXRlPg0KICAgIDwveHNsOnRlbXBsYXRlPg0KICAgIA0KICAgIDx4c2w6dGVtcGxhdGUgbmFt ZT0iZi1rZXkiPg0KICAgICAgICA8UmVsYXRpb24+DQogICAgICAgICAgICA8eHNsOmF0dHJpYnV0 ZSBuYW1lPSJ0eXBlIj5ub24taWRlbnRpZnlpbmc8L3hzbDphdHRyaWJ1dGU+DQogICAgICAgICAg ICA8eHNsOmF0dHJpYnV0ZSBuYW1lPSJkZWxldGUtcnVsZSI+REFUQUJBU0VfREVGQVVMVDwveHNs OmF0dHJpYnV0ZT4NCiAgICAgICAgICAgIDx4c2w6YXR0cmlidXRlIG5hbWU9Im5hbWUiPjx4c2w6 dmFsdWUtb2Ygc2VsZWN0PSJAbmFtZSIvPjwveHNsOmF0dHJpYnV0ZT4NCiAgICAgICAgICAgIDx4 c2w6YXR0cmlidXRlIG5hbWU9InByaW1hcnkiPjx4c2w6dmFsdWUtb2Ygc2VsZWN0PSJAZm9yZWln blRhYmxlIi8+PC94c2w6YXR0cmlidXRlPg0KICAgICAgICAgICAgPHhzbDphdHRyaWJ1dGUgbmFt ZT0ic2Vjb25kYXJ5Ij48eHNsOnZhbHVlLW9mIHNlbGVjdD0icGFyZW50Ojp0YWJsZS9AbmFtZSIv PjwveHNsOmF0dHJpYnV0ZT4NCiAgICAgICAgICAgIDxNYXBwaW5nPg0KICAgICAgICAgICAgICAg IDx4c2w6YXR0cmlidXRlIG5hbWU9InByaW1hcnkiPjx4c2w6dmFsdWUtb2Ygc2VsZWN0PSJyZWZl cmVuY2UvQGZvcmVpZ24iLz48L3hzbDphdHRyaWJ1dGU+DQogICAgICAgICAgICAgICAgPHhzbDph dHRyaWJ1dGUgbmFtZT0ic2Vjb25kYXJ5Ij48eHNsOnZhbHVlLW9mIHNlbGVjdD0icmVmZXJlbmNl L0Bsb2NhbCIvPjwveHNsOmF0dHJpYnV0ZT4gICAgICAgICAgICAgICAgDQogICAgICAgICAgICA8 L01hcHBpbmc+DQogICAgICAgIDwvUmVsYXRpb24+DQogICAgPC94c2w6dGVtcGxhdGU+DQo8L3hz bDpzdHlsZXNoZWV0Pg0K --=-fi9fP0DfdWr+hVmfpNlD Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --=-fi9fP0DfdWr+hVmfpNlD-- From [email protected] Tue Sep 07 16:47:26 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91791 invoked from network); 7 Sep 2004 16:47:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 7 Sep 2004 16:47:26 -0000 Received: (qmail 1512 invoked by uid 500); 7 Sep 2004 16:47:04 -0000 Delivered-To: [email protected] Received: (qmail 1439 invoked by uid 500); 7 Sep 2004 16:47:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 1422 invoked by uid 99); 7 Sep 2004 16:47:02 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=MIME_BASE64_BLANKS,MIME_BASE64_LATIN,MIME_BASE64_NO_NAME,MIME_BASE64_TEXT,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp-gw2.pta.de) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 07 Sep 2004 09:47:00 -0700 Subject: Antwort: AW: Antwort: blocking calls, query timeout To: "Apache Torque Users List" <[email protected]> X-Mailer: Lotus Notes Release 5.07a May 14, 2001 Message-ID: <[email protected]> From: [email protected] Date: Tue, 7 Sep 2004 18:46:52 +0200 X-MIMETrack: Serialize by Router on MA_NOTES3/PTA_GL/De(Release 5.0.12 |February 13, 2003) at 09/07/2004 06:46:59 PM MIME-Version: 1.0 Content-type: text/plain; charset=iso-8859-2 Content-transfer-encoding: base64 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DQpIaSBUaW5vLA0KDQpJJ3ZlIG5vdGljZWQgdG9vIGxhdGUgdGhhdCB0aGUgbWV0aG9kIHNldFdh aXRPcHRpb24gaGFzIGJlZW4gZGVwcmVjYXRlZCBpbg0KbmV3ZXIgdmVyc2lvbnMgb2YgdGhlIGpk YmMgZHJpdmVyLCBzbyBiZXR0ZXIgZG9uJ3QgdHJ5IHRvIHVzZSBpdC4uLg0KDQpHcnVzcw0KQXJu ZQ0KDQoNCg0KSGkgQXJuZSwNCg0KaG93LCBvciBiZXR0ZXIgd2hlcmUgZG8gSSBzcGVjaWZ5IHRo YXQgd2l0aA0KdG9ycXVlPyBpbiB0b3JxdWUucHJvcGVydGllcz8NCg0KR3J1ZXNzZSwNClRpbm8N Cg0KLS0tLS1VcnNwcvxuZ2xpY2hlIE5hY2hyaWNodC0tLS0tDQpWb246IGFybmUuc2llZ2VsQHB0 YS5kZSBbbWFpbHRvOmFybmUuc2llZ2VsQHB0YS5kZV0NCkdlc2VuZGV0OiBEaWVuc3RhZywgNy4g U2VwdGVtYmVyIDIwMDQgMTA6MzcNCkFuOiBBcGFjaGUgVG9ycXVlIFVzZXJzIExpc3QNCkJldHJl ZmY6IEFudHdvcnQ6IGJsb2NraW5nIGNhbGxzLCBxdWVyeSB0aW1lb3V0DQoNCg0KDQpIaSBUaW5v LA0KDQp5b3Ugc2hvdWxkIGhhdmUgYSBsb29rIGF0IHRoZSBtZXRob2Qgc2V0V2FpdE9wdGlvbiBp biB0aGUgT3JhY2xlIEpEQkMNCmRyaXZlciBjbGFzcyBPcmFjbGVTdGF0ZW1lbnQuDQoNCnB1Ymxp YyB2b2lkIHNldFdhaXRPcHRpb24oaW50IHdhaXRPcHRpb24pOw0KDQpUaGUgdmFsaWQgdmFsdWVz IGZvciB3YWl0T3B0aW9uIGFyZToNCjAgPSBUaGUgcHJvZ3JhbSB3YWl0cyB1bnRpbCB0aGUgcmVx dWVzdGVkIHJlc291cmNlIGlzIGF2YWlsYWJsZSAoZGVmYXVsdA0Kc2V0dGluZykNCjQgPSBUaGUg ZHJpdmVyIHJldHVybnMgYW4gZXJyb3IgY29kZSBpZiB0aGUgcmVxdWVzdGVkIHJlc291cmNlIGlz IG5vdA0KYXZhaWxhYmxlICh0aGlzIG9uZSBzaG91bGQgd29yayBmb3IgeW91KQ0KDQpBcm5lIFNp ZWdlbA0KDQoNCkhpIGFsbCwNCg0KbXkgcHJvYmxlbSBpcyB0aGlzOg0KTXkgYXBwIHVzaW5nIHRv cnF1ZSBhY2Nlc3NlcyBhbiBvcmFjbGUgZGIgdGhhdA0KaXMgc2hhcmVkIHdpdGggb3RoZXIgYXBw cy4gVGhlc2UgYXBwcyB0ZW5kIHRvDQp1c2UgbG9uZyBibG9ja2luZyBjYWxscyB0byBzZWxlY3Qv dXBkYXRlIGRhdGEsDQpjYXVzaW5nIG15IGFwcCB0byB3YWl0IGZvcmV2ZXIgb24gdXBkYXRpbmcg dGhhdA0Kc2FtZSBkYXRhLg0KDQpBcyBJIGNhbm5vdCBjaGFuZ2UgdGhvc2Ugb3RoZXIgYXBwcyBJ IHdvdWxkDQpsaWtlIHRvIGRldGVjdCB0aGVzZSBibG9ja2luZ3MgYW5kIGhhbmRsZSB0aGVtLA0K YnV0IHRoZXJlZm9yZSBJIG5lZWQgdG8gc2V0IHRoZSB0aW1lb3V0IG9yIHNtdGguIG9uDQpteSBx dWVyaWVzLCBzbyB0aGV5IHJldHVybiB3aXRoIGEgbmljZSBTUUxFeGNlcHRpb24NCnN0YXRpbmcg dGhlIGVycm9yLg0KDQpIb3cgd291bGQgSSBzZXQgdGhpcyB0aW1lb3V0IGluIHRvcnF1ZSwgYXJl IHRoZXJlDQpvdGhlciB3YXlzIHRvIGNvcGUgd2l0aCB0aGlzIHByb2JsZW0/DQoNCkJlc3QgcmVn YXJkcywNCg0KVGlubyBTcGVybGljaA0KDQoNCg0KKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKg0KaHR0cDovL3d3dy5w dGEuZGUNCk1pdCA5OTggRXJmYWhydW5nc2JlcmljaHRlbiBhdXMgMzUgSmFocmVuIGVyZm9sZ3Jl aWNoZXIgUHJvamVrdGFyYmVpdCENCioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioNCg0KDQoNCi0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0K VG8gdW5zdWJzY3JpYmUsIGUtbWFpbDogdG9ycXVlLXVzZXItdW5zdWJzY3JpYmVAZGIuYXBhY2hl Lm9yZw0KRm9yIGFkZGl0aW9uYWwgY29tbWFuZHMsIGUtbWFpbDogdG9ycXVlLXVzZXItaGVscEBk Yi5hcGFjaGUub3JnDQoNCg0KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tDQpUbyB1bnN1YnNjcmliZSwgZS1tYWlsOiB0 b3JxdWUtdXNlci11bnN1YnNjcmliZUBkYi5hcGFjaGUub3JnDQpGb3IgYWRkaXRpb25hbCBjb21t YW5kcywgZS1tYWlsOiB0b3JxdWUtdXNlci1oZWxwQGRiLmFwYWNoZS5vcmcNCg0KDQoNCg0KDQoN CioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioNCmh0dHA6Ly93d3cucHRhLmRlDQpNaXQgOTk4IEVyZmFocnVuZ3NiZXJp Y2h0ZW4gYXVzIDM1IEphaHJlbiBlcmZvbGdyZWljaGVyIFByb2pla3RhcmJlaXQhDQoqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqDQo= From [email protected] Wed Sep 08 13:48:33 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90008 invoked from network); 8 Sep 2004 13:48:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 8 Sep 2004 13:48:32 -0000 Received: (qmail 18240 invoked by uid 500); 8 Sep 2004 13:48:29 -0000 Delivered-To: [email protected] Received: (qmail 18186 invoked by uid 500); 8 Sep 2004 13:48:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 18168 invoked by uid 99); 8 Sep 2004 13:48:27 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.emediapark.de) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 08 Sep 2004 06:48:24 -0700 Subject: Torque, JBoss and Axis MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Wed, 8 Sep 2004 15:48:20 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.0.4712.0 Content-Class: urn:content-classes:message Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Torque, JBoss and Axis thread-index: AcSVqoCtAAmtwy/DRziJmMZ9CIz5hw== From: "Gerhard Otte" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello ! We are using Torque and Axis to integrate a couple of=20 ms visualbasic clients via web service interface with our warehouse application. As this app grows we are going to use a jboss server (3.2.5) for some upcoming extensions. For now i have three questions. Here they are: a) Can someone give me a hint how to initialize Torque in=20 a jboss environment ? b) Is it possible to use the jboss integrated axis component in the same way as the standalone axis for accessing Torque ?=20 c) Is it possible to use Torque from within EJB's and via the axis interface ? Kind regards, Gerhard Otte __ mailto:[email protected] emediapark GmbH http://www.emediapark.de Tel:+1-608-299-9975 Fax:-9 Hemauerstr.14,93047 Regensburg,Germany --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Sep 08 14:14:43 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9329 invoked from network); 8 Sep 2004 14:14:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 8 Sep 2004 14:14:43 -0000 Received: (qmail 81046 invoked by uid 500); 8 Sep 2004 14:14:38 -0000 Delivered-To: [email protected] Received: (qmail 80945 invoked by uid 500); 8 Sep 2004 14:14:37 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 80925 invoked by uid 99); 8 Sep 2004 14:14:37 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=LINES_OF_YELLING,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp-gw2.pta.de) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 08 Sep 2004 07:14:35 -0700 Subject: Antwort: blocking calls, query timeout To: "Apache Torque Users List" <[email protected]> X-Mailer: Lotus Notes Release 5.07a May 14, 2001 Message-ID: <[email protected]> From: [email protected] Date: Wed, 8 Sep 2004 16:14:29 +0200 X-MIMETrack: Serialize by Router on MA_NOTES3/PTA_GL/De(Release 5.0.12 |February 13, 2003) at 09/08/2004 04:14:35 PM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Tino once more, another more "official" way to achieve your goal is accessing the to-be-updated database rows with the SELECT ... FOR UPDATE NOWAIT statement. I believe there has already been some discussion around that theme complex in this list. Gruss Arne "Sperlich, Tino" wrote: Hi all, my problem is this: My app using torque accesses an oracle db that is shared with other apps. These apps tend to use long blocking calls to select/update data, causing my app to wait forever on updating that same data. As I cannot change those other apps I would like to detect these blockings and handle them, but therefore I need to set the timeout or smth. on my queries, so they return with a nice SQLException stating the error. How would I set this timeout in torque, are there other ways to cope with this problem? Best regards, Tino Sperlich ********************************************************************** http://www.pta.de Mit 1006 Erfahrungsberichten aus 35 Jahren erfolgreicher Projektarbeit! ********************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Sep 08 15:22:50 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49157 invoked from network); 8 Sep 2004 15:22:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 8 Sep 2004 15:22:50 -0000 Received: (qmail 36786 invoked by uid 500); 8 Sep 2004 15:22:46 -0000 Delivered-To: [email protected] Received: (qmail 36755 invoked by uid 500); 8 Sep 2004 15:22:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 36741 invoked by uid 99); 8 Sep 2004 15:22:45 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=LINES_OF_YELLING X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hpc-hamburg.de) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 08 Sep 2004 08:22:44 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6556.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: AW: Antwort: blocking calls, query timeout Date: Wed, 8 Sep 2004 17:16:36 +0200 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Antwort: blocking calls, query timeout Thread-Index: AcSVrVXqpinPpIz1T5GnlYuftszr2gABHaWA From: "Sperlich, Tino" <[email protected]> To: "Apache Torque Users List" <[email protected]> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Arne, thanks for your replies. The nowait option really seems to be doing what is required: return if the row is blocked by smbd. else. excuse me if I keep asking, but=20 how would I code that with Torque? Do I have to create a custom query or even raw sql? that would be the very last choice since then=20 I would loose torque mapping db-stuff to my objects... I saw that in Hibernate the criteria object has the setQueryTimeout option, and=20 I have also looked at the torque source and it seems to me that adding that to=20 torque/village is quite an effort... Gruesse, Tino -----Urspr=FCngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Gesendet: Mittwoch, 8. September 2004 16:14 An: Apache Torque Users List Betreff: Antwort: blocking calls, query timeout Hi Tino once more, another more "official" way to achieve your goal is accessing the to-be-updated database rows with the SELECT ... FOR UPDATE NOWAIT statement. I believe there has already been some discussion around that theme = complex in this list. Gruss Arne "Sperlich, Tino" wrote: Hi all, my problem is this: My app using torque accesses an oracle db that is shared with other apps. These apps tend to use long blocking calls to select/update data, causing my app to wait forever on updating that same data. As I cannot change those other apps I would like to detect these blockings and handle them, but therefore I need to set the timeout or smth. on my queries, so they return with a nice SQLException stating the error. How would I set this timeout in torque, are there other ways to cope with this problem? Best regards, Tino Sperlich ********************************************************************** http://www.pta.de Mit 1006 Erfahrungsberichten aus 35 Jahren erfolgreicher Projektarbeit! ********************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Sep 09 14:18:11 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40285 invoked from network); 9 Sep 2004 14:18:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 9 Sep 2004 14:18:11 -0000 Received: (qmail 39980 invoked by uid 500); 9 Sep 2004 14:16:22 -0000 Delivered-To: [email protected] Received: (qmail 39713 invoked by uid 500); 9 Sep 2004 14:16:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 39626 invoked by uid 99); 9 Sep 2004 14:16:11 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp-gw2.pta.de) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 09 Sep 2004 07:16:08 -0700 Subject: Antwort: AW: Antwort: blocking calls, query timeout To: "Apache Torque Users List" <[email protected]> X-Mailer: Lotus Notes Release 5.07a May 14, 2001 Message-ID: <[email protected]> From: [email protected] Date: Thu, 9 Sep 2004 16:16:01 +0200 X-MIMETrack: Serialize by Router on MA_NOTES3/PTA_GL/De(Release 5.0.12 |February 13, 2003) at 09/09/2004 04:16:07 PM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Tino, good question . . . One would like to be able to override the createQueryString method of the XxxPeer class, but - alas! - it is a static method :-( The only solution I see is implement some additional methods in your XxxPeer class that do everything that's already in the BaseXxxPeer class, but with the modified select statement (please note that I have appended "ForUpdateNowait" to the method names): public static Xxx retrieveByPKForUpdateNowait(ObjectKey pk, Connection con) throws TorqueException, NoRowsException, TooManyRowsException { Criteria criteria = buildCriteria(pk); List v = doSelectForUpdateNowait(criteria, con); if (v.size() == 0) { throw new NoRowsException("Failed to select a row."); } else if (v.size() > 1) { throw new TooManyRowsException("Failed to select only one row."); } else { return (Xxx)v.get(0); } } public static List doSelectForUpdateNowait(Criteria criteria, Connection con) throws TorqueException { return populateObjects(doSelectForUpdateNowaitVillageRecords(criteria, con)); } public static List doSelectForUpdateNowaitVillageRecords(Criteria criteria, Connection con) throws TorqueException { if (criteria.getSelectColumns().size() == 0) { addSelectColumns(criteria); } // Set the correct dbName if it has not been overridden // criteria.getDbName will return the same object if not set to // another value so == check is okay and faster if (criteria.getDbName() == Torque.getDefaultDB()) { criteria.setDbName(DATABASE_NAME); } // BasePeer returns a List of Value (Village) arrays. The array // order follows the order columns were placed in the Select clause. // if (con == null) // { // return BasePeer.doSelect(criteria); // } // else // { // return BasePeer.doSelect(criteria, con); // } return BasePeer.executeQuery( createQueryString(criteria) + " FOR UPDATE NOWAIT", criteria.getOffset(), criteria.getLimit(), criteria.isSingleRecord(), con); } Please note that this code presumes you have a non-null Connection con when invoking retrieveByPKForUpdateNowait. I have not tested if this code actually works, but perhaps you've got the time to do this and report your experience back... Gruss Arne "Sperlich, Tino" wrote: Hi Arne, thanks for your replies. The nowait option really seems to be doing what is required: return if the row is blocked by smbd. else. excuse me if I keep asking, but how would I code that with Torque? Do I have to create a custom query or even raw sql? that would be the very last choice since then I would loose torque mapping db-stuff to my objects... I saw that in Hibernate the criteria object has the setQueryTimeout option, and I have also looked at the torque source and it seems to me that adding that to torque/village is quite an effort... Gruesse, Tino ********************************************************************** http://www.pta.de Mit 1006 Erfahrungsberichten aus 35 Jahren erfolgreicher Projektarbeit! ********************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Sep 10 14:49:07 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1633 invoked from network); 10 Sep 2004 14:49:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 10 Sep 2004 14:49:07 -0000 Received: (qmail 57474 invoked by uid 500); 10 Sep 2004 14:49:02 -0000 Delivered-To: [email protected] Received: (qmail 57426 invoked by uid 500); 10 Sep 2004 14:49:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 57412 invoked by uid 99); 10 Sep 2004 14:49:00 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO amcuxfw801.amc.af.mil) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 10 Sep 2004 07:48:58 -0700 Received: from amcw2av802.amc.ds.af.mil (amcw2av802.amc.af.mil [161.129.204.104]) by fw1.amc.af.mil with SMTP id i8AEmfiZ017070 for <[email protected]>; Fri, 10 Sep 2004 09:48:55 -0500 (CDT) Received: from [161.129.204.104] ([161.129.204.104]) by amcw2av802.amc.ds.af.mil (SAVSMTP 161.129.204.104) with SMTP id M2004091009485413000 for <[email protected]>; Fri, 10 Sep 2004 09:48:54 -0500 Message-ID: <[email protected]> Date: Fri, 10 Sep 2004 09:48:55 -0500 From: David Durham <[email protected]> User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Subject: Schema DTD Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I have a problem using Torque to create database tables: I'm behind a firewall. How would I change the project-schema's DTD to reference something local. Currently it is: <!DOCTYPE database SYSTEM "http://jakarta.apache.org/turbine/dtd/database.dtd"> What could I change that to, and where would I change it (presumably and xdt in the torque.jar)? - Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Sep 10 15:06:39 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10117 invoked from network); 10 Sep 2004 15:06:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 10 Sep 2004 15:06:38 -0000 Received: (qmail 99211 invoked by uid 500); 10 Sep 2004 15:04:56 -0000 Delivered-To: [email protected] Received: (qmail 99196 invoked by uid 500); 10 Sep 2004 15:04:55 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 99155 invoked by uid 99); 10 Sep 2004 15:04:54 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO amcuxfw802.amc.af.mil) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 10 Sep 2004 08:04:52 -0700 Received: from amcw2av802.amc.ds.af.mil (amcw2av802.amc.af.mil [161.129.204.104]) by fw2.amc.af.mil with SMTP id i8AF4mnL015479 for <[email protected]>; Fri, 10 Sep 2004 10:04:48 -0500 (CDT) Received: from [161.129.204.104] ([161.129.204.104]) by amcw2av802.amc.ds.af.mil (SAVSMTP 161.129.204.104) with SMTP id M2004091010044814351 for <[email protected]>; Fri, 10 Sep 2004 10:04:48 -0500 Message-ID: <[email protected]> Date: Fri, 10 Sep 2004 10:04:48 -0500 From: David Durham <[email protected]> User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Subject: Re: Schema DTD References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N David Durham wrote: > I have a problem using Torque to create database tables: I'm behind a > firewall. Actually, I meant proxy. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Sep 10 16:55:05 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64361 invoked from network); 10 Sep 2004 16:55:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 10 Sep 2004 16:55:05 -0000 Received: (qmail 57904 invoked by uid 500); 10 Sep 2004 16:54:46 -0000 Delivered-To: [email protected] Received: (qmail 57846 invoked by uid 500); 10 Sep 2004 16:54:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 57814 invoked by uid 99); 10 Sep 2004 16:54:45 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mwinf0412.wanadoo.fr) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 10 Sep 2004 09:54:44 -0700 Received: from me-wanadoo.net (localhost [161.129.204.104]) by mwinf0412.wanadoo.fr (SMTP Server) with SMTP id 477CB1800110 for <[email protected]>; Fri, 10 Sep 2004 18:54:40 +0200 (CEST) Received: from Mix-Avignon-205-4-226.w80-9.abo.wanadoo.fr (Mix-Avignon-205-4-226.w80-9.abo.wanadoo.fr [161.129.204.104]) by mwinf0412.wanadoo.fr (SMTP Server) with ESMTP id 0856318000D1 for <[email protected]>; Fri, 10 Sep 2004 18:54:39 +0200 (CEST) Subject: Re: Schema DTD From: Emmanuel Florent <[email protected]> To: Apache Torque Users List <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Content-Type: text/plain; charset=iso-8859-1 Message-Id: <1094835277.2218.5.camel@debian> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 10 Sep 2004 18:54:37 +0200 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The torque-gen will search for the Apache's hosted DTD only if it have trouble reading your schema.xml declaration. In other words, if you have a doctype declaration expected by you jar file it won't look at it on the network but use the one provided in the jar file. So now your question is: "which doctype declaration i must use with _this_ torque-gen version?" Emmanuel Florent [email protected] http://www.devaki.org Le ven 10/09/2004 à 17:04, David Durham a écrit : > David Durham wrote: > > > I have a problem using Torque to create database tables: I'm behind a > > firewall. > > Actually, I meant proxy. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Sep 10 18:12:42 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99647 invoked from network); 10 Sep 2004 18:12:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 10 Sep 2004 18:12:42 -0000 Received: (qmail 45846 invoked by uid 500); 10 Sep 2004 18:12:25 -0000 Delivered-To: [email protected] Received: (qmail 45776 invoked by uid 500); 10 Sep 2004 18:12:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 45571 invoked by uid 99); 10 Sep 2004 18:12:21 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO amcuxfw802.amc.af.mil) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 10 Sep 2004 11:12:21 -0700 Received: from amcw2av801.amc.ds.af.mil (amcw2av801.amc.af.mil [161.129.204.104]) by fw2.amc.af.mil with SMTP id i8AI9rp5002550 for <[email protected]>; Fri, 10 Sep 2004 13:12:18 -0500 (CDT) Received: from [161.129.204.104] ([161.129.204.104]) by amcw2av801.amc.ds.af.mil (SAVSMTP 161.129.204.104) with SMTP id M2004091013121726404 for <[email protected]>; Fri, 10 Sep 2004 13:12:17 -0500 Message-ID: <[email protected]> Date: Fri, 10 Sep 2004 13:12:17 -0500 From: David Durham <[email protected]> User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Torque Users List <[email protected]> Subject: Re: Schema DTD References: <[email protected]> <[email protected]> <1094835277.2218.5.camel@debian> In-Reply-To: <1094835277.2218.5.camel@debian> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Emmanuel Florent wrote: > The torque-gen will search for the Apache's hosted DTD only if it have > trouble reading your schema.xml declaration. > In other words, if you have a doctype declaration expected by you jar > file it won't look at it on the network but use the one provided in the > jar file. > So now your question is: > "which doctype declaration i must use with _this_ torque-gen version?" Well, if I remove the DTD reference, then it will work. Now I'm thinking this is the wrong list to ask the question on. The Ant task that builds the schema is part of the OJB XDoclet module. Thanks for the response, though. - Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Sep 11 17:01:11 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64285 invoked from network); 11 Sep 2004 17:01:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 11 Sep 2004 17:01:11 -0000 Received: (qmail 86967 invoked by uid 500); 11 Sep 2004 17:01:08 -0000 Delivered-To: [email protected] Received: (qmail 86891 invoked by uid 500); 11 Sep 2004 17:01:07 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 86874 invoked by uid 99); 11 Sep 2004 17:01:06 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hometree.net) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 11 Sep 2004 10:01:05 -0700 Received: from tangens.hometree.net (IDENT:[email protected] [161.129.204.104]) by mail.hometree.net (8.12.10/8.12.10) with ESMTP id i8BH11Nx002637 for <[email protected]>; Sat, 11 Sep 2004 19:01:01 +0200 Received: (from news@localhost) by tangens.hometree.net (8.12.10/8.12.8/Submit) id i8BH11tE002636 for [email protected]; Sat, 11 Sep 2004 19:01:01 +0200 To: [email protected] Path: not-for-mail From: "Henning P. Schmiedehausen" <[email protected]> Newsgroups: hometree.jakarta.torque.user Subject: Re: Schema DTD Date: Sat, 11 Sep 2004 17:01:01 +0000 (UTC) Organization: INTERMETA - Gesellschaft fuer Mehrwertdienste mbH Lines: 43 Message-ID: <[email protected]> References: <[email protected]> Reply-To: [email protected] NNTP-Posting-Host: forge.intermeta.de X-Trace: tangens.hometree.net 1094922061 1790 161.129.204.104 (11 Sep 2004 17:01:01 GMT) X-Complaints-To: [email protected] NNTP-Posting-Date: Sat, 11 Sep 2004 17:01:01 +0000 (UTC) X-Copyright: (C) 1996-2003 Henning Schmiedehausen User-Agent: nn/6.6.5 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N David Durham <[email protected]> writes: >I have a problem using Torque to create database tables: I'm behind a >firewall. >How would I change the project-schema's DTD to reference something >local. Currently it is: ><!DOCTYPE database SYSTEM >"http://jakarta.apache.org/turbine/dtd/database.dtd"> What Torque version are you using. If you use the correct Torque 3.1 DTD: http://db.apache.org/torque/dtd/database_3_1.dtd then it will use automagically the file inside the torque-gen.jar You can verify this by looking at the DTD resolver in src/generator/src/java/org/apache/torque/engine/database/transform/DTDResolver.java You should use the following DTD declaration for this: <!DOCTYPE database SYSTEM "http://db.apache.org/torque/dtd/database_3_1.dtd"> I added this to the Wiki FAQ page. Regards Henning -- Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH [email protected] +1-608-299-9975 http://www.intermeta.de/ RedHat Certified Engineer -- Jakarta Turbine Development -- hero for hire Linux, Java, perl, Solaris -- Consulting, Training, Development "Fighting for one's political stand is an honorable action, but re- fusing to acknowledge that there might be weaknesses in one's position - in order to identify them so that they can be remedied - is a large enough problem with the Open Source movement that it deserves to be on this list of the top five problems." -- Michelle Levesque, "Fundamental Issues with Open Source Software Development" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Sep 13 17:19:07 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8130 invoked from network); 13 Sep 2004 17:19:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 13 Sep 2004 17:19:07 -0000 Received: (qmail 49809 invoked by uid 500); 13 Sep 2004 17:19:06 -0000 Delivered-To: [email protected] Received: (qmail 49386 invoked by uid 500); 13 Sep 2004 17:19:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 49373 invoked by uid 99); 13 Sep 2004 17:19:04 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mail3.bluewin.ch) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 13 Sep 2004 10:19:02 -0700 Received: from COREDUMP (161.129.204.104) by mail3.bluewin.ch (Bluewin AG 161.129.204.104) id 41459DC20000ACFF for [email protected]; Mon, 13 Sep 2004 17:18:59 +0000 Message-ID: <002e01c499b5$d0206210$2101a8c0@COREDUMP> From: "Fabian Kurth" <[email protected]> To: <[email protected]> Subject: Support for new data types in MySQL 4.1? Date: Mon, 13 Sep 2004 19:19:17 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N MySQL 4.1 includes "spatial extentions" which make it possible to assign columns the GEOMETRY data type, e.g. CREATE TABLE Foo ( id INT(10) NOT NULL AUTO_INCREMENT, geo GEOMETRY NOT NULL ) and then to perform operations like INSERT INTO Foo VALUES (GeomFromText('POINT(646747.00 251770.00)')); Running JDBCToXMLSchema against an existing MySQL 4.1 database (that makes use of the GEOMETRY data type) yields an incorrect schema XML file (empty type attributes in the <column> tags). Is it true that Torque 3.1 does not yet support the MySQL GEOMETRY data type? If yes, is there any workaround or way to "simulate" this data type in a schema file? (See http://dev.mysql.com/doc/mysql/en/Spatial_extensions_in_MySQL.html ) Thanks, Fabian --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Sep 13 17:51:24 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 20157 invoked from network); 13 Sep 2004 17:51:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 13 Sep 2004 17:51:24 -0000 Received: (qmail 88442 invoked by uid 500); 13 Sep 2004 17:51:23 -0000 Delivered-To: [email protected] Received: (qmail 88190 invoked by uid 500); 13 Sep 2004 17:51:21 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 88175 invoked by uid 99); 13 Sep 2004 17:51:21 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO asterix.uninova.pt) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 13 Sep 2004 10:51:19 -0700 Received: (qmail 27975 invoked from network); 13 Sep 2004 17:51:17 -0000 Received: from pcport-pfc.uninova.pt (HELO acer) (161.129.204.104) by asterix.uninova.pt with SMTP; 13 Sep 2004 17:51:17 -0000 From: "Pedro Castro" <[email protected]> To: <[email protected]> Subject: Sql Server Fields truncated Date: Mon, 13 Sep 2004 18:51:20 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0012_01C499C2.A8EA77A0" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcSZukblUkLHlyoNR9yFXYcajSlaWw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0012_01C499C2.A8EA77A0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hello, I'm really new to torque. I'm trying to generate an sql script for some schema. I got the script done, but torque creates the sql with some foreign key constraints truncated. This is a really bad problem because I need the full names for interoperability. Does any one has any ideas or was this issue already discussed here or I'm I doing something wrong? Thank you very much. Pedro Castro. ------=_NextPart_000_0012_01C499C2.A8EA77A0-- From [email protected] Tue Sep 14 15:29:38 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8054 invoked from network); 14 Sep 2004 15:29:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 14 Sep 2004 15:29:38 -0000 Received: (qmail 99260 invoked by uid 500); 14 Sep 2004 15:29:34 -0000 Delivered-To: [email protected] Received: (qmail 99161 invoked by uid 500); 14 Sep 2004 15:29:32 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 99148 invoked by uid 99); 14 Sep 2004 15:29:32 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hpc-hamburg.de) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Sep 2004 08:29:30 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6556.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: AW: blocking calls, query timeout Date: Tue, 14 Sep 2004 17:22:43 +0200 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Antwort: AW: Antwort: blocking calls, query timeout Thread-Index: AcSWdvfDX7W8tTEvS2icAydFFE3z1QD9Q7tg From: "Sperlich, Tino" <[email protected]> To: "Apache Torque Users List" <[email protected]> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Arne, excuse my late answer, I've been away for awhile. But now, back in full swing, I'd like to=20 thank you a lot for your suggestion,=20 it works perfectly for me!!!! I get this stack trace and a resonable exception: Caused by: java.sql.SQLException: ORA-00054: Versuch, mit NOWAIT eine = bereits belegte Ressource anzufordern. at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:169) at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:208) at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:543) at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1405) at = oracle.jdbc.ttc7.TTC7Protocol.parseExecuteDescribe(TTC7Protocol.java:643)= at = oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:18= 19) at = oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.j= ava:2015) at = oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:571)= at com.workingdogs.village.QueryDataSet.<init>(QueryDataSet.java:113) at org.apache.torque.util.BasePeer.executeQuery(BasePeer.java:1539) man, that's just great.=20 of course, I need to carefully choose which doselect to use in order not to open long transactions myself, and I might need to adjust the save() method to,=20 but so far I'm done. Is the nowait option ANSI compliant or is it oracle specific? Best regards, Tino -----Urspr=FCngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Gesendet: Donnerstag, 9. September 2004 16:16 An: Apache Torque Users List Betreff: Antwort: AW: Antwort: blocking calls, query timeout Hi Tino, good question . . . One would like to be able to override the createQueryString method of = the XxxPeer class, but - alas! - it is a static method :-( The only solution I see is implement some additional methods in your XxxPeer class that do everything that's already in the BaseXxxPeer = class, but with the modified select statement (please note that I have appended "ForUpdateNowait" to the method names): public static Xxx retrieveByPKForUpdateNowait(ObjectKey pk, = Connection con) throws TorqueException, NoRowsException, TooManyRowsException { Criteria criteria =3D buildCriteria(pk); List v =3D doSelectForUpdateNowait(criteria, con); if (v.size() =3D=3D 0) { throw new NoRowsException("Failed to select a row."); } else if (v.size() > 1) { throw new TooManyRowsException("Failed to select only one row."); } else { return (Xxx)v.get(0); } } public static List doSelectForUpdateNowait(Criteria criteria, Connection con) throws TorqueException { return populateObjects(doSelectForUpdateNowaitVillageRecords(criteria, con)); } public static List doSelectForUpdateNowaitVillageRecords(Criteria criteria, Connection con) throws TorqueException { if (criteria.getSelectColumns().size() =3D=3D 0) { addSelectColumns(criteria); } // Set the correct dbName if it has not been overridden // criteria.getDbName will return the same object if not set to // another value so =3D=3D check is okay and faster if (criteria.getDbName() =3D=3D Torque.getDefaultDB()) { criteria.setDbName(DATABASE_NAME); } // BasePeer returns a List of Value (Village) arrays. The array // order follows the order columns were placed in the Select clause. // if (con =3D=3D null) // { // return BasePeer.doSelect(criteria); // } // else // { // return BasePeer.doSelect(criteria, con); // } return BasePeer.executeQuery( createQueryString(criteria) + " FOR UPDATE NOWAIT", criteria.getOffset(), criteria.getLimit(), criteria.isSingleRecord(), con); } Please note that this code presumes you have a non-null Connection con = when invoking retrieveByPKForUpdateNowait. I have not tested if this code actually works, but perhaps you've got = the time to do this and report your experience back... Gruss Arne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Sep 14 16:22:51 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 36962 invoked from network); 14 Sep 2004 16:22:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 14 Sep 2004 16:22:51 -0000 Received: (qmail 95398 invoked by uid 500); 14 Sep 2004 16:22:44 -0000 Delivered-To: [email protected] Received: (qmail 95273 invoked by uid 500); 14 Sep 2004 16:22:42 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 95103 invoked by uid 99); 14 Sep 2004 16:22:40 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO moutng.kundenserver.de) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Sep 2004 09:22:39 -0700 Received: from [161.129.204.104] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1C7G4i-0004WY-00 for [email protected]; Tue, 14 Sep 2004 18:22:36 +0200 Received: from [161.129.204.104] (helo=ex1.GT.local) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1C7G4i-0000bT-00 for [email protected]; Tue, 14 Sep 2004 18:22:36 +0200 Content-Class: urn:content-classes:message Subject: save an object tree / bug concerning the MODIFIED-flag MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 14 Sep 2004 18:23:18 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: save an object tree / bug concerning the MODIFIED-flag Thread-Index: AcSadxk8TAtw0T6OT2ChlcN3onwuYw== From: "Vitzethum, Daniel" <[email protected]> To: <[email protected]> X-Provags-ID: kundenserver.de [email protected] auth:08b64d493f559a3060db53eba29a9aeb X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello, my name is Daniel. I have just joined the list to ask one or two related questions: I would appreciate if Torque saved an object tree for me - e.g. I have a Book with two Authors and want to call book.addAuthor(a1); book.addAuthor(a2); BookPeer.doSave(book); // should insert or update the book and both authors For this purpose, and as it seems that this feature is not implemented in Torque, I wrote the doSave(Book) method in BookPeer, like this: public static void doSave(Book book) throws TorqueException { if (matchEinzel.isNew()) { BookPeer.doInsert(book); } else { if (book.isModified()) { BookPeer.doUpdate(matchEinzel); } } ObjectKey key =3D book.getPrimaryKey(); List authors =3D book.collAuthors; =20 // do the same for a List of author objects... doSaveAuthors(key, authors); } That works quite well, but when I read a simple object from DB and call the doSave() on it immediately, the object has "true" as it's modified flag, what results in an (unwanted) update in the above doSave()-method: Book oldBook =3D BookPeer.retrieveByPK(123); BookPeer.doSave(oldBook); // performs an Update! This can be fixed by overriding a BasePeer's method row2Object(Record, int, Class) like this - what I don't want to do for any generated class, as you may have guessed... ;-) public static Book row2Object(Record row, int offset, Class cls) throws TorqueException { Book obj =3D BaseBookPeer.row2Object(row, offset, cls); obj.setModified(false); return obj; } So, finally my 2 questions: - Did I miss a Torque feature that saves an object tree for me? - Isn't it just wrong that a row being read freshly from DB has the modified-flag set to true? Greetings from Munich, Germany, Daniel --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Sep 14 17:13:20 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57402 invoked from network); 14 Sep 2004 17:13:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 14 Sep 2004 17:13:20 -0000 Received: (qmail 73024 invoked by uid 500); 14 Sep 2004 17:13:14 -0000 Delivered-To: [email protected] Received: (qmail 72811 invoked by uid 500); 14 Sep 2004 17:13:10 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 72723 invoked by uid 99); 14 Sep 2004 17:13:09 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mr2.uky.edu) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Sep 2004 10:13:07 -0700 Received: from nm.uky.edu (uksmtp2.uky.edu [161.129.204.104]) by mr2.uky.edu (8.11.6/8.11.6) with ESMTP id i8EGt6U07922 for <[email protected]>; Tue, 14 Sep 2004 12:55:06 -0400 Received: from skkann2 [161.129.204.104] by nm.uky.edu with NetMail ModWeb Module; Tue, 14 Sep 2004 12:55:05 -0400 Subject: Re: save an object tree / bug concerning the MODIFIED-flag Reply-To: [email protected] From: "Saravana Krishnan Kannan" <[email protected]> To: [email protected] Date: Tue, 14 Sep 2004 12:55:05 -0400 X-Mailer: NetMail ModWeb Module X-Sender: skkann2 MIME-Version: 1.0 Message-ID: <[email protected]> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mail-Router: No infection found X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Daniel, Lets say there are two tables A and B A: id number name varchar(10) B: id number parent fk references A.id data varchar(10) If you do- A a =3D new A(); a.setName("Hmm"); B b1 =3D new B(); b1.setData("123"); a.addB(b1); B b2 =3D new B(); b2.setData("456"); a.addB(b2); a.save(); a, b1 and b2 get saved. I have not written any extra code. You just need to= change the way you make some calls. If you want "a" to get saved when "= b1" is modified, then you will have to write extra code I guess. ~Sarav -----Original Message----- From: "Vitzethum, Daniel" <[email protected]> To: <[email protected]> Date: Tue, 14 Sep 2004 18:23:18 +0200 Subject: save an object tree / bug concerning the MODIFIED-flag Hello, my name is Daniel. I have just joined the list to ask one or two related questions: I would appreciate if Torque saved an object tree for me - e.g. I have a Book with two Authors and want to call book.addAuthor(a1); book.addAuthor(a2); BookPeer.doSave(book); // should insert or update the book and both authors For this purpose, and as it seems that this feature is not implemented in Torque, I wrote the doSave(Book) method in BookPeer, like this: public static void doSave(Book book) throws TorqueException { if (matchEinzel.isNew()) { BookPeer.doInsert(book); } else { if (book.isModified()) { BookPeer.doUpdate(matchEinzel); } } ObjectKey key =3D book.getPrimaryKey(); List authors =3D book.collAuthors; =20 // do the same for a List of author objects... doSaveAuthors(key, authors); } That works quite well, but when I read a simple object from DB and call the doSave() on it immediately, the object has "true" as it's modified flag, what results in an (unwanted) update in the above doSave()-method: Book oldBook =3D BookPeer.retrieveByPK(123); BookPeer.doSave(oldBook); // performs an Update! This can be fixed by overriding a BasePeer's method row2Object(Record, int, Class) like this - what I don't want to do for any generated class, as you may have guessed... ;-) public static Book row2Object(Record row, int offset, Class cls) throws TorqueException { Book obj =3D BaseBookPeer.row2Object(row, offset, cls); obj.setModified(false); return obj; } So, finally my 2 questions: - Did I miss a Torque feature that saves an object tree for me? - Isn't it just wrong that a row being read freshly from DB has the modified-flag set to true? Greetings from Munich, Germany, Daniel --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Sep 14 17:13:31 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57452 invoked from network); 14 Sep 2004 17:13:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 14 Sep 2004 17:13:31 -0000 Received: (qmail 73591 invoked by uid 500); 14 Sep 2004 17:13:27 -0000 Delivered-To: [email protected] Received: (qmail 73550 invoked by uid 500); 14 Sep 2004 17:13:26 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 73526 invoked by uid 99); 14 Sep 2004 17:13:26 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp-gw2.pta.de) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Sep 2004 10:13:24 -0700 Subject: Antwort: AW: blocking calls, query timeout To: "Apache Torque Users List" <[email protected]> X-Mailer: Lotus Notes Release 5.07a May 14, 2001 Message-ID: <[email protected]> From: [email protected] Date: Tue, 14 Sep 2004 19:13:21 +0200 X-MIMETrack: Serialize by Router on MA_NOTES3/PTA_GL/De(Release 5.0.12 |February 13, 2003) at 09/14/2004 07:13:24 PM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Tine Sperlich wrote: > excuse my late answer, I've been away for awhile. no problem with me > But now, back in full swing, I'd like to > thank you a lot for your suggestion, > it works perfectly for me!!!! Great! Glad I could help with your request. [...] > Is the nowait option ANSI compliant or is it oracle specific? All I can say is that it is not part of SQL 1992. Gruss Arne ********************************************************************** http://www.pta.de Mit 1006 Erfahrungsberichten aus 35 Jahren erfolgreicher Projektarbeit! ********************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Sep 14 18:21:50 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5381 invoked from network); 14 Sep 2004 18:21:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 14 Sep 2004 18:21:50 -0000 Received: (qmail 85443 invoked by uid 500); 14 Sep 2004 18:21:46 -0000 Delivered-To: [email protected] Received: (qmail 85401 invoked by uid 500); 14 Sep 2004 18:21:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 85387 invoked by uid 99); 14 Sep 2004 18:21:45 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Sep 2004 11:21:44 -0700 Received: by mproxy.gmail.com with SMTP id 77so57478rnl for <[email protected]>; Tue, 14 Sep 2004 11:21:37 -0700 (PDT) Received: by 161.129.204.104 with SMTP id s19mr255209rna; Tue, 14 Sep 2004 11:21:36 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Tue, 14 Sep 2004 11:21:36 -0700 (PDT) Message-ID: <[email protected]> Date: Tue, 14 Sep 2004 14:21:36 -0400 From: Howard Lin <[email protected]> Reply-To: Howard Lin <[email protected]> To: Apache Torque Users List <[email protected]> Subject: Re: save an object tree / bug concerning the MODIFIED-flag In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <[email protected]> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, if you specify relations in the schema files, (assumimg Author table has a foreign key to Book table), like this: <table name="AUTHOR"> .... <foreign-key foreignTable="BOOK"> <reference foreign="BOOK_ID" local="BOOK_ID"/> </foreign-key> </table> Torque will generate save methods in the BaseBook to save authers as well. For your second question, I don't think it's a bug. I think Torque assumes you are going to do something with the object, otherwise you can always call setModified(false) before call save. Howard On Tue, 14 Sep 2004 18:23:18 +0200, Vitzethum, Daniel <[email protected]> wrote: > Hello, > > my name is Daniel. I have just joined the list to ask one > or two related questions: > > I would appreciate if Torque saved an object tree for me - > e.g. I have a Book with two Authors and want to call > > book.addAuthor(a1); > book.addAuthor(a2); > BookPeer.doSave(book); // should insert or update the book and both > authors > > For this purpose, and as it seems that this feature is not > implemented in Torque, I wrote the doSave(Book) method in BookPeer, > like this: > > public static void doSave(Book book) throws TorqueException { > if (matchEinzel.isNew()) { > BookPeer.doInsert(book); > } else { > if (book.isModified()) { > BookPeer.doUpdate(matchEinzel); > } > } > ObjectKey key = book.getPrimaryKey(); > List authors = book.collAuthors; > > // do the same for a List of author objects... > doSaveAuthors(key, authors); > } > > That works quite well, but when I read a simple object from > DB and call the doSave() on it immediately, the object has > "true" as it's modified flag, what results in an (unwanted) > update in the above doSave()-method: > > Book oldBook = BookPeer.retrieveByPK(123); > BookPeer.doSave(oldBook); // performs an Update! > > This can be fixed by overriding a BasePeer's method > row2Object(Record, int, Class) like this - what I don't want > to do for any generated class, as you may have guessed... ;-) > > public static Book row2Object(Record row, int offset, Class cls) > throws TorqueException > { > Book obj = BaseBookPeer.row2Object(row, offset, cls); > obj.setModified(false); > return obj; > } > > So, finally my 2 questions: > - Did I miss a Torque feature that saves an object tree for me? > - Isn't it just wrong that a row being read freshly from DB has > the modified-flag set to true? > > Greetings from Munich, Germany, > > Daniel > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Sep 14 23:25:01 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46094 invoked from network); 14 Sep 2004 23:25:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 14 Sep 2004 23:25:01 -0000 Received: (qmail 22685 invoked by uid 500); 14 Sep 2004 23:24:55 -0000 Delivered-To: [email protected] Received: (qmail 22655 invoked by uid 500); 14 Sep 2004 23:24:55 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22642 invoked by uid 99); 14 Sep 2004 23:24:54 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hometree.net) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Sep 2004 16:24:54 -0700 Received: from tangens.hometree.net (IDENT:[email protected] [161.129.204.104]) by mail.hometree.net (8.12.10/8.12.10) with ESMTP id i8ENOpNx032520 for <[email protected]>; Wed, 15 Sep 2004 01:24:51 +0200 Received: (from news@localhost) by tangens.hometree.net (8.12.10/8.12.8/Submit) id i8ENOoPs032519 for [email protected]; Wed, 15 Sep 2004 01:24:50 +0200 To: [email protected] Path: not-for-mail From: "Henning P. Schmiedehausen" <[email protected]> Newsgroups: hometree.jakarta.torque.user Subject: Re: save an object tree / bug concerning the MODIFIED-flag Date: Tue, 14 Sep 2004 23:24:50 +0000 (UTC) Organization: INTERMETA - Gesellschaft fuer Mehrwertdienste mbH Lines: 114 Message-ID: <[email protected]> References: <[email protected]> Reply-To: [email protected] NNTP-Posting-Host: forge.intermeta.de X-Trace: tangens.hometree.net 1095204290 32062 161.129.204.104 (14 Sep 2004 23:24:50 GMT) X-Complaints-To: [email protected] NNTP-Posting-Date: Tue, 14 Sep 2004 23:24:50 +0000 (UTC) X-Copyright: (C) 1996-2003 Henning Schmiedehausen User-Agent: nn/6.6.5 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N "Vitzethum, Daniel" <[email protected]> writes: >Hello, >my name is Daniel. I have just joined the list to ask one >or two related questions: >I would appreciate if Torque saved an object tree for me - >e.g. I have a Book with two Authors and want to call > book.addAuthor(a1); > book.addAuthor(a2); > BookPeer.doSave(book); // should insert or update the book and both >authors Well, Torque does not work this way. The foreign key getters are just shortcuts for Object.getForeigns() is equivalent to Criteria crit = new Criteria(); crit.add(ForeignPeer.OBJECT_ID, Object.OBJECT_ID); List foreigns = ForeignPeer.doSelect(crit); There are no setters for this (or add<xxx> methods. The objects do not cache intermediate collections of objects. >For this purpose, and as it seems that this feature is not >implemented in Torque, I wrote the doSave(Book) method in BookPeer, >like this: > public static void doSave(Book book) throws TorqueException { > if (matchEinzel.isNew()) { what is "matchEinzel"? > BookPeer.doInsert(book); > } else { > if (book.isModified()) { > BookPeer.doUpdate(matchEinzel); > } > } > ObjectKey key = book.getPrimaryKey(); > List authors = book.collAuthors; What is this? An additional collection or just book.getAutors() ? > > // do the same for a List of author objects... > doSaveAuthors(key, authors); > } >That works quite well, but when I read a simple object from >DB and call the doSave() on it immediately, the object has >"true" as it's modified flag, what results in an (unwanted) >update in the above doSave()-method: > Book oldBook = BookPeer.retrieveByPK(123); > BookPeer.doSave(oldBook); // performs an Update! Yeah, sure. The oldBook is a representation of a row in a table in the database. If you save() on it and it does not do an update, you would get a pk violation. Or is the fact that an update happens a problem (as compared to "do nothing")? Consider your table having a timestamp. Silently ignoring an update would mean, that such a timestamp would not get updated. >This can be fixed by overriding a BasePeer's method >row2Object(Record, int, Class) like this - what I don't want >to do for any generated class, as you may have guessed... ;-) This would be introducing a bug, not a fix. > public static Book row2Object(Record row, int offset, Class cls) > throws TorqueException > { > Book obj = BaseBookPeer.row2Object(row, offset, cls); > obj.setModified(false); > return obj; > } >So, finally my 2 questions: >- Did I miss a Torque feature that saves an object tree for me? No. There is no such thing in current Torque (at least 3.1). If you want to save an object tree, it might be possible to write such a bugger but you would end up with either having to retrieve existing objects for your foreign keys (expensive) or some sort of caching (as Hibernate does). >- Isn't it just wrong that a row being read freshly from DB has > the modified-flag set to true? Probably not. Consider the case of database generated time stamps. If this is a problem for you, you can simply call setModfied(false); Regards Henning -- Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH [email protected] +1-608-299-9975 http://www.intermeta.de/ RedHat Certified Engineer -- Jakarta Turbine Development -- hero for hire Linux, Java, perl, Solaris -- Consulting, Training, Development "Fighting for one's political stand is an honorable action, but re- fusing to acknowledge that there might be weaknesses in one's position - in order to identify them so that they can be remedied - is a large enough problem with the Open Source movement that it deserves to be on this list of the top five problems." -- Michelle Levesque, "Fundamental Issues with Open Source Software Development" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Sep 14 23:37:06 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49209 invoked from network); 14 Sep 2004 23:37:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 14 Sep 2004 23:37:05 -0000 Received: (qmail 40892 invoked by uid 500); 14 Sep 2004 23:37:03 -0000 Delivered-To: [email protected] Received: (qmail 40696 invoked by uid 500); 14 Sep 2004 23:37:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 40683 invoked by uid 99); 14 Sep 2004 23:37:01 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hometree.net) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Sep 2004 16:37:01 -0700 Received: from tangens.hometree.net (IDENT:[email protected] [161.129.204.104]) by mail.hometree.net (8.12.10/8.12.10) with ESMTP id i8ENawNx000513 for <[email protected]>; Wed, 15 Sep 2004 01:36:58 +0200 Received: (from news@localhost) by tangens.hometree.net (8.12.10/8.12.8/Submit) id i8ENawQJ000512 for [email protected]; Wed, 15 Sep 2004 01:36:58 +0200 To: [email protected] Path: not-for-mail From: "Henning P. Schmiedehausen" <[email protected]> Newsgroups: hometree.jakarta.torque.user Subject: Re: save an object tree / bug concerning the MODIFIED-flag Date: Tue, 14 Sep 2004 23:36:58 +0000 (UTC) Organization: INTERMETA - Gesellschaft fuer Mehrwertdienste mbH Lines: 83 Message-ID: <[email protected]> References: <[email protected]> <[email protected]> Reply-To: [email protected] NNTP-Posting-Host: forge.intermeta.de X-Trace: tangens.hometree.net 1095205018 32617 161.129.204.104 (14 Sep 2004 23:36:58 GMT) X-Complaints-To: [email protected] NNTP-Posting-Date: Tue, 14 Sep 2004 23:36:58 +0000 (UTC) X-Copyright: (C) 1996-2003 Henning Schmiedehausen User-Agent: nn/6.6.5 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N "Henning P. Schmiedehausen" <[email protected]> writes: >>I would appreciate if Torque saved an object tree for me - >>e.g. I have a Book with two Authors and want to call >> book.addAuthor(a1); >> book.addAuthor(a2); >> BookPeer.doSave(book); // should insert or update the book and both >>authors >Well, Torque does not work this way. The foreign key getters are just shortcuts >for >Object.getForeigns() is equivalent to >Criteria crit = new Criteria(); >crit.add(ForeignPeer.OBJECT_ID, Object.OBJECT_ID); >List foreigns = ForeignPeer.doSelect(crit); >There are no setters for this (or add<xxx> methods. The objects do not >cache intermediate collections of objects. [...] >>So, finally my 2 questions: >>- Did I miss a Torque feature that saves an object tree for me? >No. There is no such thing in current Torque (at least 3.1). If you >want to save an object tree, it might be possible to write such a >bugger but you would end up with either having to retrieve existing >objects for your foreign keys (expensive) or some sort of caching (as >Hibernate does). Ok. I put my foot in my mouth a little (I shouldn't post past 1am): There actually _is_ such a thing. Sorry. There are two Object flavours. The classes that are created with torque.objectIsCaching = false in project.properties behave just like I wrote. If you put torque.objectIsCaching = true in your project.properties before generating your peers/objects then you will have add<ForeignKeyObject>s methods in your object classes. I do remember now that I've tried these once. As you are a german, this is verbatim from my application project.properties file after trying this out: --- cut --- # Unsere Objekte duerfen nicht cachen, sonst geschehen schlimme # Dinge! torque.objectIsCaching = false --- cut --- Regards Henning P.S.: Rough translation is "Our object must not cache or bad things will happen!" I my case, the bad things were that my application ate my database. There were some issues with the id generation of the connected objects. I can't recall the exact problems anymore and it is quite possible that they are gone from the 3.1.1 (and 3.2) tree. YMMV. P.P.S.: I'm pretty sure that this simply needs more debugging. Patches welcome! -- Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH [email protected] +1-608-299-9975 http://www.intermeta.de/ RedHat Certified Engineer -- Jakarta Turbine Development -- hero for hire Linux, Java, perl, Solaris -- Consulting, Training, Development "Fighting for one's political stand is an honorable action, but re- fusing to acknowledge that there might be weaknesses in one's position - in order to identify them so that they can be remedied - is a large enough problem with the Open Source movement that it deserves to be on this list of the top five problems." -- Michelle Levesque, "Fundamental Issues with Open Source Software Development" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Sep 15 07:19:00 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45733 invoked from network); 15 Sep 2004 07:19:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 15 Sep 2004 07:19:00 -0000 Received: (qmail 6416 invoked by uid 500); 15 Sep 2004 07:18:53 -0000 Delivered-To: [email protected] Received: (qmail 6306 invoked by uid 500); 15 Sep 2004 07:18:51 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 6291 invoked by uid 99); 15 Sep 2004 07:18:51 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO moutng.kundenserver.de) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 15 Sep 2004 00:18:50 -0700 Received: from [161.129.204.104] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1C7U3y-0000Ji-00 for [email protected]; Wed, 15 Sep 2004 09:18:46 +0200 Received: from [161.129.204.104] (helo=ex1.GT.local) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1C7U3y-0004Wn-00 for [email protected]; Wed, 15 Sep 2004 09:18:46 +0200 content-class: urn:content-classes:message Subject: Re: save an object tree / bug concerning the MODIFIED-flag MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 15 Sep 2004 09:19:23 +0200 Message-ID: <[email protected]> X-MS-Has-Attach: X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 X-MS-TNEF-Correlator: Thread-Topic: Re: save an object tree / bug concerning the MODIFIED-flag Thread-Index: AcSatyAmAleJ6gk2Szy5IMi/bnB1CQAOD1zQ From: "Vitzethum, Daniel" <[email protected]> To: "Apache Torque Users List" <[email protected]> X-Provags-ID: kundenserver.de [email protected] auth:08b64d493f559a3060db53eba29a9aeb X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello, and thank you for your numerous answers. I have to admit that my first mail was a little bit unprecise in some points, so I'm trying to get this right. Perhaps I should notice that I'm quite new to Torque, bot not to O/R mapping... My problem in general, the saving of an object tree, is solved by generating the save methods, as I had generated my OM classes with option "torque.addSaveMethod =3D false"! I just don't like the idea of TOs having logic in them. I would prefer dumb beans as TOs and smart DAOs aka Peers. Is there any way in Torque of getting my code generated in that way (I guess there is no way...) - or in other words: can Torque fit the DAO pattern? Yesterday, after having written my mail, I noticed that, in the Peer.vm template, the code for the modified flag is not written in that case: Peer.vm: #if ($addSaveMethod) obj.setModified(false); #end I don't understand the relation between generating the save methods and _not_ setting the modifed flag to false for a fresh row from DB in that case. Also, when addSaveMethod option is set to true, the saving of the object tree is implemented in the save method of each object, e.g. BaseBook. @Howard: > For your second question, I don't think it's a bug. I think Torque > assumes you are going to do something with the object, otherwise you > can always call setModified(false) before call save. I don't think that this is right, at least from a idealistic point of view. A row that is fresh from DB _is_ not modified. Why setting the flag to "true" just for the case? In my opinion, every setter method, e.g. book.setName(), should set the modified flag to true when used. The problem with unwanted updates is that there may be a DB trigger that will be fired onUpdate - even when there is nothing to update... Greetings, and thanks for your help again, Daniel --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Sep 15 19:53:43 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65367 invoked from network); 15 Sep 2004 19:53:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 15 Sep 2004 19:53:42 -0000 Received: (qmail 52930 invoked by uid 500); 15 Sep 2004 19:53:30 -0000 Delivered-To: [email protected] Received: (qmail 52698 invoked by uid 500); 15 Sep 2004 19:53:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 52594 invoked by uid 99); 15 Sep 2004 19:53:27 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 15 Sep 2004 12:53:26 -0700 Received: by mproxy.gmail.com with SMTP id 79so216312rnk for <[email protected]>; Wed, 15 Sep 2004 12:52:56 -0700 (PDT) Received: by 161.129.204.104 with SMTP id t16mr853482rnb; Wed, 15 Sep 2004 12:52:56 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Wed, 15 Sep 2004 12:52:56 -0700 (PDT) Message-ID: <[email protected]> Date: Wed, 15 Sep 2004 15:52:56 -0400 From: Howard Lin <[email protected]> Reply-To: Howard Lin <[email protected]> To: Apache Torque Users List <[email protected]> Subject: Re: save an object tree / bug concerning the MODIFIED-flag In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <[email protected]> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, Daniel, so basically setting "torque.addSaveMethod = true" solved your original 2 problems. That's good to know. I understand your point that object fresh from DB should not be marked as modified. But this will depend on the usage of API.(This flag is set to true by default when object created.) My understanding is that Torque provides 2 ways to do an update: (1) through Object.save(); (2) through Peer.doUpdate(Object) or Peer.doUpdate(Criteria). The first method is an instance method and it checks modified flag, hence making object more intelligent. I think this is why Peer.vm adding setModified(false) for Object.save only. The second method is a static one and it doesn't check modified flag since it assumes user of this API will know when to call this function to do a real update.(What's the use case when getting an object from DB, doing nothing, and immediately calling a doUpdate?) Certainly doUpdate can be easily changed to check modified flag on the object passed in (and Peer.vm adding setModified(false) for all object fresh from DB), but this functionality already in the first method. I think Torque is different from DAO pattern. Since it solves real problems nicely and easily, I don't see the need to change it to fit any pattern. Howard On Wed, 15 Sep 2004 09:19:23 +0200, Vitzethum, Daniel <[email protected]> wrote: > Hello, > > and thank you for your numerous answers. I have to admit that > my first mail was a little bit unprecise in some points, so > I'm trying to get this right. Perhaps I should notice that I'm > quite new to Torque, bot not to O/R mapping... > > My problem in general, the saving of an object tree, is solved > by generating the save methods, as I had generated my OM classes > with option > "torque.addSaveMethod = false"! > > I just don't like the idea of TOs having logic in them. I would > prefer dumb beans as TOs and smart DAOs aka Peers. Is there any > way in Torque of getting my code generated in that way (I guess > there is no way...) - or in other words: can Torque fit the DAO > pattern? > > Yesterday, after having written my mail, I noticed that, in the > Peer.vm template, the code for the modified flag is not written > in that case: > Peer.vm: > #if ($addSaveMethod) > obj.setModified(false); > #end > > I don't understand the relation between generating the save methods > and _not_ setting the modifed flag to false for a fresh row from DB > in that case. > > Also, when addSaveMethod option is set to true, the saving of > the object tree is implemented in the save method of each object, > e.g. BaseBook. > > @Howard: > > For your second question, I don't think it's a bug. I think Torque > > assumes you are going to do something with the object, otherwise you > > can always call setModified(false) before call save. > > I don't think that this is right, at least from a idealistic point of > view. A row that is fresh from DB _is_ not modified. Why setting the > flag to "true" just for the case? In my opinion, every setter method, > e.g. book.setName(), should set the modified flag to true when used. > > The problem with unwanted updates is that there may be a DB trigger that > will be fired onUpdate - even when there is nothing to update... > > Greetings, and thanks for your help again, > > Daniel > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Sep 16 07:59:49 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 57884 invoked from network); 16 Sep 2004 07:59:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 16 Sep 2004 07:59:49 -0000 Received: (qmail 64259 invoked by uid 500); 16 Sep 2004 07:59:19 -0000 Delivered-To: [email protected] Received: (qmail 64210 invoked by uid 500); 16 Sep 2004 07:59:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 64156 invoked by uid 99); 16 Sep 2004 07:59:14 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO moutng.kundenserver.de) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 16 Sep 2004 00:59:12 -0700 Received: from [161.129.204.104] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1C7rAX-0001b2-00 for [email protected]; Thu, 16 Sep 2004 09:59:05 +0200 Received: from [161.129.204.104] (helo=ex1.GT.local) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1C7rAX-0007e7-00 for [email protected]; Thu, 16 Sep 2004 09:59:05 +0200 Content-Class: urn:content-classes:message Subject: AW: save an object tree / bug concerning the MODIFIED-flag MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Thu, 16 Sep 2004 09:53:41 +0200 Content-Transfer-Encoding: quoted-printable Message-ID: <[email protected]> X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: save an object tree / bug concerning the MODIFIED-flag Thread-Index: AcSbXcfvzc69sj9mR/WIJ07ldsbqVwAX6rzg From: "Vitzethum, Daniel" <[email protected]> To: "Apache Torque Users List" <[email protected]> X-Provags-ID: kundenserver.de [email protected] auth:08b64d493f559a3060db53eba29a9aeb X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Howard, > Hi, Daniel, so basically setting "torque.addSaveMethod =3D true" = solved > your original 2 problems. That's good to know. that's right. When I discard the DAO pattern, everything should be fine... ;-) As mentioned earlier, I would prefer dumb beans/TOs that can be used for presentation purposes easily and DAO objects encapsulating all of the persistance logic. As I see, this logic is shared between TOs and Peers, what makes Torque a little bit harder to understand (and use) for me - there's always two places where to look ;-| > (What's the use case when getting an object from DB, doing > nothing, and immediately calling a doUpdate?) That is quite usual: load an object, present it to the user, the user hits a save button, but hasn't changed anything - why should I perform an update on DB? > I think Torque is different from DAO pattern. Since it solves real > problems nicely and easily, I don't see the need to change it to fit > any pattern. I agree. I wanted to know if Torque _can_ fit the DAO pattern. As I see, Torque would be able to do that without many changes, but the thing with the modified flag is still a bit strange to me. Is there any place where I can read about the design principles of Torque - just to avoid these annoying "I want Torque to be different for me"-questions? ;-) Greetings, Daniel --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Sep 16 18:40:04 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94312 invoked from network); 16 Sep 2004 18:40:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 16 Sep 2004 18:40:04 -0000 Received: (qmail 64319 invoked by uid 500); 16 Sep 2004 18:39:13 -0000 Delivered-To: [email protected] Received: (qmail 64093 invoked by uid 500); 16 Sep 2004 18:39:10 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 63971 invoked by uid 99); 16 Sep 2004 18:39:08 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,HTML_TEXT_AFTER_BODY,HTML_TEXT_AFTER_HTML X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO zonamail1.terazona.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 16 Sep 2004 11:39:06 -0700 Content-Class: urn:content-classes:message Subject: Howto:Torque and Schema generation process MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C49C1B.A486399A" Date: Thu, 16 Sep 2004 11:33:21 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Howto:Torque and Schema generation process Thread-Index: AcScG6SCfd1AIdoCS1WHQRieLlvU4g== From: "Ajitesh Das" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C49C1B.A486399A Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi List: =20 When my app generates schema for a target DB using Torque,=20 I would like to override some of the behavior for some data types ...for e.g in DB type X, I know the datatype clob is broken, so I would like to override the schema generation process so that instead=20 of "clob", the schema will be generated using "image". =20 Question is: How can I override this? =20 Thanks=20 =20 =20 =20 A good friend will come bail you out of jail...but, a true friend will be sitting next to you saying, "Damn...that was fun." =20 ------_=_NextPart_001_01C49C1B.A486399A-- From [email protected] Thu Sep 16 18:55:07 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 629 invoked from network); 16 Sep 2004 18:55:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 16 Sep 2004 18:55:07 -0000 Received: (qmail 1540 invoked by uid 500); 16 Sep 2004 18:54:47 -0000 Delivered-To: [email protected] Received: (qmail 1453 invoked by uid 500); 16 Sep 2004 18:54:46 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 1383 invoked by uid 99); 16 Sep 2004 18:54:45 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mproxy.gmail.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 16 Sep 2004 11:54:43 -0700 Received: by mproxy.gmail.com with SMTP id 79so145006rnl for <[email protected]>; Thu, 16 Sep 2004 11:54:34 -0700 (PDT) Received: by 161.129.204.104 with SMTP id w13mr1841177rnb; Thu, 16 Sep 2004 11:54:34 -0700 (PDT) Received: by 161.129.204.104 with HTTP; Thu, 16 Sep 2004 11:54:33 -0700 (PDT) Message-ID: <[email protected]> Date: Thu, 16 Sep 2004 14:54:33 -0400 From: Howard Lin <[email protected]> Reply-To: Howard Lin <[email protected]> To: Apache Torque Users List <[email protected]> Subject: Re: AW: save an object tree / bug concerning the MODIFIED-flag In-Reply-To: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <[email protected]> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N <[email protected]> wrote: > > As mentioned earlier, I would prefer dumb beans/TOs that can be > used for presentation purposes easily and DAO objects encapsulating > all of the persistance logic. As I see, this logic is shared between > TOs and Peers, what makes Torque a little bit harder to understand > (and use) for me - there's always two places where to look ;-| > Obviously Torque OM/Peer doesn't fit this TO/DAO pattern. I remeber there were some discussions before regarding DAO. You can check the archive. > > I agree. I wanted to know if Torque _can_ fit the DAO pattern. > As I see, Torque would be able to do that without many changes, > but the thing with the modified flag is still a bit strange to > me. > I guess it will take much effort to change Torque to fit DAO pattern (not an easy project). The easiest way may be writing your own DAO using Torque's Peer or create DAO.vm etc to generate DAO. > Is there any place where I can read about the design principles > of Torque - just to avoid these annoying "I want Torque to be > different for me"-questions? ;-) > Have you checked Torque's web site and wiki site? Howard --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Sep 17 15:45:29 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 80598 invoked from network); 17 Sep 2004 15:45:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 17 Sep 2004 15:45:29 -0000 Received: (qmail 4184 invoked by uid 500); 17 Sep 2004 15:45:06 -0000 Delivered-To: [email protected] Received: (qmail 4090 invoked by uid 500); 17 Sep 2004 15:45:05 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 3925 invoked by uid 99); 17 Sep 2004 15:45:03 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO calvin.manchester.ivbi.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 17 Sep 2004 08:45:03 -0700 Received: from SRV-EXVS01-MAN.intervoice.int (unverified) by calvin.manchester.ivbi.com (Content Technologies SMTPRS 4.3.14) with ESMTP id <[email protected]> for <[email protected]>; Fri, 17 Sep 2004 16:41:16 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: XML schema for the torque schema Date: Fri, 17 Sep 2004 16:44:54 +0100 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: XML schema for the torque schema Thread-Index: AcSczUa+4406U8l0R86VkfSt4k/UfA== From: "Joseph Carter" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Folks, Is there an XML schema (XSD) for the torque schema available? (arrggghhh - word overloading!) I can see a DTD but an XSD would let me use JAXB. Cheers Joe --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Sep 19 16:23:35 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66665 invoked from network); 19 Sep 2004 16:23:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 19 Sep 2004 16:23:35 -0000 Received: (qmail 20196 invoked by uid 500); 19 Sep 2004 16:23:12 -0000 Delivered-To: [email protected] Received: (qmail 20137 invoked by uid 500); 19 Sep 2004 16:23:07 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 20070 invoked by uid 99); 19 Sep 2004 16:23:03 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO msgdirector2.onetel.net.uk) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 19 Sep 2004 09:22:55 -0700 Received: from bolek.coachhouse +1-608-299-9975.friaco.onetel.net.uk [161.129.204.104]) by msgdirector2.onetel.net.uk (MOS 3.4.6-GR) with ESMTP id BWP33266; Sun, 19 Sep 2004 17:22:34 +0100 (BST) Received: (Exim 3.36) #1 (Debian)) protocol: esmtp id 1C94SI-00053h-00 ; Sun, 19 Sep 2004 17:22:26 +0100 Message-ID: <[email protected]> Date: Sun, 19 Sep 2004 17:22:26 +0100 From: T E Schmitz <[email protected]> Reply-To: [email protected] User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Torque Users List <[email protected]> Subject: [psql] ORDER BY <column> IS NOT NULL Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello, In PostGreSQL NULL values sort last. The following SQL statement will sort them at the top: SELECT * FROM <table> ORDER BY <col> IS NOT NULL, ORDER BY <col> ASC or alternatively SELECT * FROM <table> ORDER BY COALASCE(<col>,0) ASC In this example NULLs are mapped to zero, i.e. one would choose the lowest possible value. Result <col> ------------- NULL 12 13 16 18 How can this be done via Torque Criteria? -- Regards/Gruß, Tarlika Elisabeth Schmitz --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Sep 19 21:59:45 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96602 invoked from network); 19 Sep 2004 21:59:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 19 Sep 2004 21:59:45 -0000 Received: (qmail 63590 invoked by uid 500); 19 Sep 2004 21:59:42 -0000 Delivered-To: [email protected] Received: (qmail 63551 invoked by uid 500); 19 Sep 2004 21:59:41 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 63526 invoked by uid 99); 19 Sep 2004 21:59:40 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO msgdirector2.onetel.net.uk) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 19 Sep 2004 14:59:40 -0700 Received: from bolek.coachhouse +1-608-299-9975.friaco.onetel.net.uk [161.129.204.104]) by msgdirector2.onetel.net.uk (MOS 3.4.6-GR) with ESMTP id BWP75295; Sun, 19 Sep 2004 22:59:31 +0100 (BST) Received: (Exim 3.36) #1 (Debian)) protocol: esmtp id 1C99iK-0005D3-00 ; Sun, 19 Sep 2004 22:59:20 +0100 Message-ID: <[email protected]> Date: Sun, 19 Sep 2004 22:59:19 +0100 From: T E Schmitz <[email protected]> Reply-To: [email protected] User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Torque Users List <[email protected]>, Apache Torque Developers List <[email protected]> Subject: case sensitive ORDER BY Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello, I am using Torque 3.1 with PostgreSQL 7.4. I noticed that the generated ORDER BY clause is always case insensitive. Regardless of Criteria.setIgnoreCase(), for Strings the ORDER BY clause always uses UPPER(<col>). I had a [email protected](), which always calls db.ignoreCaseInOrderBy(orderByColumn) for Strings. Is this intended? How can a case sensitive ORDER Bbe produced? (processOrderBy() was introduced by Thomas Fischer for the outer join patch but this particular piece of code is identical to the original in createQuery()) -- Regards/Gruß, Tarlika Elisabeth Schmitz --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Sep 20 07:55:20 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74425 invoked from network); 20 Sep 2004 07:55:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 20 Sep 2004 07:55:20 -0000 Received: (qmail 66933 invoked by uid 500); 20 Sep 2004 07:55:15 -0000 Delivered-To: [email protected] Received: (qmail 66911 invoked by uid 500); 20 Sep 2004 07:55:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 52350 invoked by uid 99); 20 Sep 2004 04:15:05 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=MIME_QP_LONG_LINE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) From: Lucas Fragomeni <[email protected]> To: <[email protected]> X-Mailer: PocoMail 3.01 (1661) - Licensed Version X-URL: http://www.lucasfragomeni.com Reply-To: [email protected] Date: Mon, 20 Sep 2004 01:14:13 -0300 Message-ID: <200492011621.509807@lucas> In-Reply-To: <200492011413.573440@lucas> Subject: java.sql.SQLException: Communication link failure: java.io.IOException Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Help! Here is my problem: i have a web application running perfectly well at home,= but when I put it on my host provider it just keeps throwing, from time to= time, a java.sql.SQLException, originated from a= org.apache.torque.TorqueException, caused by a java.io.IOException: =A0 Everything starts on the 'getConnection()', and happens only from time to= time... Would it have something to do with the way my host provide treats security= and connection pools? =A0 Bellow is the stack trace I get: =A0 java.sql.SQLException: Communication link failure: java.io.IOException at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1675) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1083) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1142) at com.mysql.jdbc.MysqlIO.sqlQuery(MysqlIO.java:1114) at com.mysql.jdbc.Connection.execSQL(Connection.java:1873) at com.mysql.jdbc.Connection.execSQL(Connection.java:1819) at com.mysql.jdbc.Connection.execSQL(Connection.java:1800) at com.mysql.jdbc.Connection.setAutoCommit(Connection.java:604) at= org.apache.commons.dbcp.cpdsadapter.ConnectionImpl.setAutoCommit(Connection= Impl.java:370) at= org.apache.commons.dbcp.datasources.SharedPoolDataSource.setupDefaults(Shar= edPoolDataSource.java:258) at= org.apache.commons.dbcp.datasources.InstanceKeyDataSource.getConnection(Ins= tanceKeyDataSource.java:704) at= org.apache.commons.dbcp.datasources.InstanceKeyDataSource.getConnection(Ins= tanceKeyDataSource.java:665) at= org.apache.torque.TorqueInstance.getConnection(TorqueInstance.java:743) at org.apache.torque.Torque.getConnection(Torque.java:306) at= org.apache.torque.util.Transaction.beginOptional(Transaction.java:118) at org.apache.torque.util.BasePeer.doSelect(BasePeer.java:1365) at= infuse.syo.torque.BasePaginaPeer.doSelectVillageRecords(BasePaginaPeer.java= :387) at= infuse.syo.torque.BasePaginaPeer.doSelectVillageRecords(BasePaginaPeer.java= :355) at= infuse.syo.torque.BasePaginaPeer.doSelect(BasePaginaPeer.java:324) =A0 =A0 =A0 =A0 ... rethrown as org.apache.torque.TorqueException: Communication link failure:= java.io.IOException at= org.apache.torque.TorqueInstance.getConnection(TorqueInstance.java:755) at org.apache.torque.Torque.getConnection(Torque.java:306) at= org.apache.torque.util.Transaction.beginOptional(Transaction.java:118) at org.apache.torque.util.BasePeer.doSelect(BasePeer.java:1365) at= infuse.syo.torque.BasePaginaPeer.doSelectVillageRecords(BasePaginaPeer.java= :387) at= infuse.syo.torque.BasePaginaPeer.doSelectVillageRecords(BasePaginaPeer.java= :355) at= infuse.syo.torque.BasePaginaPeer.doSelect(BasePaginaPeer.java:324) =A0 =A0 =A0 =A0 ... Caused by: java.sql.SQLException: Communication link failure:= java.io.IOException =A0 =A0 =A0 =A0 ... ... 50 more --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Sep 20 08:05:02 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 79581 invoked from network); 20 Sep 2004 08:05:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 20 Sep 2004 08:05:02 -0000 Received: (qmail 77358 invoked by uid 500); 20 Sep 2004 08:04:57 -0000 Delivered-To: [email protected] Received: (qmail 77335 invoked by uid 500); 20 Sep 2004 08:04:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 77322 invoked by uid 99); 20 Sep 2004 08:04:57 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hometree.net) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 20 Sep 2004 01:04:54 -0700 Received: from tangens.hometree.net (IDENT:[email protected] [161.129.204.104]) by mail.hometree.net (8.12.10/8.12.10) with ESMTP id i8K84pNx022971 for <[email protected]>; Mon, 20 Sep 2004 10:04:51 +0200 Received: (from news@localhost) by tangens.hometree.net (8.12.10/8.12.8/Submit) id i8K84prK022970 for [email protected]; Mon, 20 Sep 2004 10:04:51 +0200 To: [email protected] Path: not-for-mail From: "Henning P. Schmiedehausen" <[email protected]> Newsgroups: hometree.jakarta.torque.user Subject: Re: java.sql.SQLException: Communication link failure: java.io.IOException Date: Mon, 20 Sep 2004 08:04:51 +0000 (UTC) Organization: INTERMETA - Gesellschaft fuer Mehrwertdienste mbH Lines: 38 Message-ID: <[email protected]> References: <200492011413.573440@lucas> <200492011621.509807@lucas> Reply-To: [email protected] NNTP-Posting-Host: forge.intermeta.de X-Trace: tangens.hometree.net 1095667491 22891 161.129.204.104 (20 Sep 2004 08:04:51 GMT) X-Complaints-To: [email protected] NNTP-Posting-Date: Mon, 20 Sep 2004 08:04:51 +0000 (UTC) X-Copyright: (C) 1996-2003 Henning Schmiedehausen User-Agent: nn/6.6.5 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Lucas Fragomeni <[email protected]> writes: >Help! :-) >Here is my problem: i have a web application running perfectly well at home, but when I put it on my host provider it just keeps throwing, from time to time, a java.sql.SQLException, originated from a org.apache.torque.TorqueException, caused by a java.io.IOException: >  >Everything starts on the 'getConnection()', and happens only from time to time... >Would it have something to do with the way my host provide treats security and connection pools? >  >Bellow is the stack trace I get: >  >java.sql.SQLException: Communication link failure: java.io.IOException This is an I/O error, which means that the problem happens deep inside your JDBC driver. Probably it lost its connection to the database. This could be everything from a rebooted switch between your database server and your application server to a MySQL maintenance shutdown. This has IMHO nothing to do with Torque. Regards Henning -- Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH [email protected] +1-608-299-9975 http://www.intermeta.de/ RedHat Certified Engineer -- Jakarta Turbine Development -- hero for hire Linux, Java, perl, Solaris -- Consulting, Training, Development "Fighting for one's political stand is an honorable action, but re- fusing to acknowledge that there might be weaknesses in one's position - in order to identify them so that they can be remedied - is a large enough problem with the Open Source movement that it deserves to be on this list of the top five problems." -- Michelle Levesque, "Fundamental Issues with Open Source Software Development" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Sep 20 08:08:59 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82432 invoked from network); 20 Sep 2004 08:08:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 20 Sep 2004 08:08:59 -0000 Received: (qmail 82277 invoked by uid 500); 20 Sep 2004 08:08:46 -0000 Delivered-To: [email protected] Received: (qmail 82244 invoked by uid 500); 20 Sep 2004 08:08:43 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 82205 invoked by uid 99); 20 Sep 2004 08:08:41 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO gw.reea.net) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 20 Sep 2004 01:08:39 -0700 Received: from [161.129.204.104] (andras.ms.reea.net [161.129.204.104]) by gw.reea.net (8.12.8/8.12.8) with ESMTP id i8K88Xa8007093 for <[email protected]>; Mon, 20 Sep 2004 11:08:33 +0300 Message-ID: <[email protected]> Date: Mon, 20 Sep 2004 11:08:47 +0300 From: Andras Balogh <[email protected]> User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Torque Users List <[email protected]> Subject: Re: java.sql.SQLException: Communication link failure: java.io.IOException References: <200492011621.509807@lucas> In-Reply-To: <200492011621.509807@lucas> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello Lucas, I would try to play a little bit with the connection settings of mysql, see: http://dev.mysql.com/doc/connector/j/en/index.html#id2424263 (Connection Properties*) *I think what it interests you is the 'autoReconnect' property. Best regards, Andras. Lucas Fragomeni wrote: >Help! > >Here is my problem: i have a web application running perfectly well at home, but when I put it on my host provider it just keeps throwing, from time to time, a java.sql.SQLException, originated from a org.apache.torque.TorqueException, caused by a java.io.IOException: > >Everything starts on the 'getConnection()', and happens only from time to time... >Would it have something to do with the way my host provide treats security and connection pools? > >Bellow is the stack trace I get: > >java.sql.SQLException: Communication link failure: java.io.IOException > at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1675) > at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1083) > at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1142) > at com.mysql.jdbc.MysqlIO.sqlQuery(MysqlIO.java:1114) > at com.mysql.jdbc.Connection.execSQL(Connection.java:1873) > at com.mysql.jdbc.Connection.execSQL(Connection.java:1819) > at com.mysql.jdbc.Connection.execSQL(Connection.java:1800) > at com.mysql.jdbc.Connection.setAutoCommit(Connection.java:604) > at org.apache.commons.dbcp.cpdsadapter.ConnectionImpl.setAutoCommit(ConnectionImpl.java:370) > at org.apache.commons.dbcp.datasources.SharedPoolDataSource.setupDefaults(SharedPoolDataSource.java:258) > at org.apache.commons.dbcp.datasources.InstanceKeyDataSource.getConnection(InstanceKeyDataSource.java:704) > at org.apache.commons.dbcp.datasources.InstanceKeyDataSource.getConnection(InstanceKeyDataSource.java:665) > at org.apache.torque.TorqueInstance.getConnection(TorqueInstance.java:743) > at org.apache.torque.Torque.getConnection(Torque.java:306) > at org.apache.torque.util.Transaction.beginOptional(Transaction.java:118) > at org.apache.torque.util.BasePeer.doSelect(BasePeer.java:1365) > at infuse.syo.torque.BasePaginaPeer.doSelectVillageRecords(BasePaginaPeer.java:387) > at infuse.syo.torque.BasePaginaPeer.doSelectVillageRecords(BasePaginaPeer.java:355) > at infuse.syo.torque.BasePaginaPeer.doSelect(BasePaginaPeer.java:324) > ... >rethrown as org.apache.torque.TorqueException: Communication link failure: java.io.IOException > at org.apache.torque.TorqueInstance.getConnection(TorqueInstance.java:755) > at org.apache.torque.Torque.getConnection(Torque.java:306) > at org.apache.torque.util.Transaction.beginOptional(Transaction.java:118) > at org.apache.torque.util.BasePeer.doSelect(BasePeer.java:1365) > at infuse.syo.torque.BasePaginaPeer.doSelectVillageRecords(BasePaginaPeer.java:387) > at infuse.syo.torque.BasePaginaPeer.doSelectVillageRecords(BasePaginaPeer.java:355) > at infuse.syo.torque.BasePaginaPeer.doSelect(BasePaginaPeer.java:324) > ... >Caused by: java.sql.SQLException: Communication link failure: java.io.IOException > ... > ... 50 more > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [email protected] >For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Sep 20 08:24:10 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 91414 invoked from network); 20 Sep 2004 08:24:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 20 Sep 2004 08:24:09 -0000 Received: (qmail 6415 invoked by uid 500); 20 Sep 2004 08:23:47 -0000 Delivered-To: [email protected] Received: (qmail 6367 invoked by uid 500); 20 Sep 2004 08:23:46 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 6255 invoked by uid 99); 20 Sep 2004 08:23:44 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO androcus.capcom.de) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 20 Sep 2004 01:23:42 -0700 Received: from fwdmz.capcom.de ([161.129.204.104] helo=wormhole.capcom.de) by androcus.capcom.de with smtp (Exim 4.30) id 1C9JOy-0003yW-AO for [email protected]; Mon, 20 Sep 2004 10:20:00 +0200 Received: from hamlet.gistec-online.de ([161.129.204.104]) by wormhole.capcom.de; Mon, 20 Sep 2004 10:19:50 +0200 (MEST) From: "Ben Bookey" <[email protected]> To: "Apache Torque Users List" <[email protected]> Subject: mySQL --> CASCADE DELETE Date: Mon, 20 Sep 2004 10:23:40 +0200 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Dear List, I am trying to create a cascade delete foreign key reference for mySQL database sql script, using Torque 3.0.2, but it doesnt generate the correct sql. I have taken a look at the mySQL template vm velocity files, but can not find any mention of "cascade delete". <foreign-key foreignTable="main" onDelete="cascade"> <reference local="ID_main" foreign="ID_main"/> </foreign-key> Could anyone tell me if this is supported by Torque and the mysql db driver. regards Ben Bookey --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Sep 20 08:37:43 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 98975 invoked from network); 20 Sep 2004 08:37:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 20 Sep 2004 08:37:43 -0000 Received: (qmail 29741 invoked by uid 500); 20 Sep 2004 08:37:33 -0000 Delivered-To: [email protected] Received: (qmail 29715 invoked by uid 500); 20 Sep 2004 08:37:32 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 29702 invoked by uid 99); 20 Sep 2004 08:37:32 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hometree.net) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 20 Sep 2004 01:37:31 -0700 Received: from tangens.hometree.net (IDENT:[email protected] [161.129.204.104]) by mail.hometree.net (8.12.10/8.12.10) with ESMTP id i8K8bSNx024336 for <[email protected]>; Mon, 20 Sep 2004 10:37:28 +0200 Received: (from news@localhost) by tangens.hometree.net (8.12.10/8.12.8/Submit) id i8K8bRs2024335 for [email protected]; Mon, 20 Sep 2004 10:37:27 +0200 To: [email protected] Path: not-for-mail From: "Henning P. Schmiedehausen" <[email protected]> Newsgroups: hometree.jakarta.torque.user Subject: Re: mySQL --> CASCADE DELETE Date: Mon, 20 Sep 2004 08:37:27 +0000 (UTC) Organization: INTERMETA - Gesellschaft fuer Mehrwertdienste mbH Lines: 67 Message-ID: <[email protected]> References: <[email protected]> Reply-To: [email protected] NNTP-Posting-Host: forge.intermeta.de X-Trace: tangens.hometree.net 1095669447 24016 161.129.204.104 (20 Sep 2004 08:37:27 GMT) X-Complaints-To: [email protected] NNTP-Posting-Date: Mon, 20 Sep 2004 08:37:27 +0000 (UTC) X-Copyright: (C) 1996-2003 Henning Schmiedehausen User-Agent: nn/6.6.5 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N "Ben Bookey" <[email protected]> writes: Hi, well, it won't make you happy, but that is how it works on e.g. PostgreSQL. Torque uses the onDelete="cascade" attribute only for the SQL generation and relies on the database to do the actual cascade. >Dear List, >I am trying to create a cascade delete foreign key reference for mySQL >database sql script, using Torque 3.0.2, but it doesnt generate the correct >sql. >I have taken a look at the mySQL template vm velocity files, but can not >find any mention of "cascade delete". I looked at the Torque 3.1 tree and cascades are only supported for oracle, postgresql and sapdb (as far as I can see). The MySQL support is pretty much on the 3.23 level when the database engine had no cascading delete support. The problem with MySQL is, that the supported language has been greatly extended in 4.x. So yes. I think you're out of luck for MySQL > 3.23 ATM. Sorry. Patches welcome (but they must keep backwards compatiblity; so you probably would need to introduce a new database type, e.g. mysql4, based on mysql. Regards Henning ><foreign-key foreignTable="main" onDelete="cascade"> > <reference > local="ID_main" > foreign="ID_main"/> ></foreign-key> >Could anyone tell me if this is supported by Torque and the mysql db driver. >regards >Ben Bookey >--------------------------------------------------------------------- >To unsubscribe, e-mail: [email protected] >For additional commands, e-mail: [email protected] -- Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH [email protected] +1-608-299-9975 http://www.intermeta.de/ RedHat Certified Engineer -- Jakarta Turbine Development -- hero for hire Linux, Java, perl, Solaris -- Consulting, Training, Development "Fighting for one's political stand is an honorable action, but re- fusing to acknowledge that there might be weaknesses in one's position - in order to identify them so that they can be remedied - is a large enough problem with the Open Source movement that it deserves to be on this list of the top five problems." -- Michelle Levesque, "Fundamental Issues with Open Source Software Development" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Sep 20 09:36:57 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 34434 invoked from network); 20 Sep 2004 09:36:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 20 Sep 2004 09:36:57 -0000 Received: (qmail 10050 invoked by uid 500); 20 Sep 2004 09:36:51 -0000 Delivered-To: [email protected] Received: (qmail 10028 invoked by uid 500); 20 Sep 2004 09:36:51 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 10015 invoked by uid 99); 20 Sep 2004 09:36:50 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO androcus.capcom.de) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 20 Sep 2004 02:36:50 -0700 Received: from fwdmz.capcom.de ([161.129.204.104] helo=wormhole.capcom.de) by androcus.capcom.de with smtp (Exim 4.30) id 1C9KXr-000473-7W for [email protected]; Mon, 20 Sep 2004 11:33:15 +0200 Received: from hamlet.gistec-online.de ([161.129.204.104]) by wormhole.capcom.de; Mon, 20 Sep 2004 11:33:04 +0200 (MEST) From: "Ben Bookey" <[email protected]> To: "Torque User List" <[email protected]> Subject: mySQL support 4 triggers ? Date: Mon, 20 Sep 2004 11:36:54 +0200 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Dear List, This is outside of the torque realm, but it will take me too long to write to another forum with the same level of database expertise. I have searched through the mySQL docs, and am still unclear about there support for database triggers. I suspect there is no absolutely no support for triggers, and is planned for future releases. Can anyone confirm? any mySql experts out there ? regards, Ben --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Sep 20 09:45:23 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39194 invoked from network); 20 Sep 2004 09:45:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 20 Sep 2004 09:45:23 -0000 Received: (qmail 22891 invoked by uid 500); 20 Sep 2004 09:45:20 -0000 Delivered-To: [email protected] Received: (qmail 22873 invoked by uid 500); 20 Sep 2004 09:45:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 22858 invoked by uid 99); 20 Sep 2004 09:45:19 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO msgdirector1.onetel.net.uk) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 20 Sep 2004 02:45:19 -0700 Received: from bolek.coachhouse +1-608-299-9975.friaco.onetel.net.uk [161.129.204.104]) by msgdirector1.onetel.net.uk (MOS 3.4.6-GR) with ESMTP id CAF87475; Mon, 20 Sep 2004 10:45:08 +0100 (BST) Received: (Exim 3.36) #1 (Debian)) protocol: esmtp id 1C9KfY-0005Q5-00 ; Mon, 20 Sep 2004 10:41:12 +0100 Message-ID: <[email protected]> Date: Mon, 20 Sep 2004 10:41:11 +0100 From: T E Schmitz <[email protected]> Reply-To: [email protected] User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Torque Users List <[email protected]> Subject: Re: mySQL support 4 triggers ? References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Ben Bookey wrote: > Dear List, > > This is outside of the torque realm, but it will take me too long > to write to another forum with the same level of database expertise. Good idea. Better waste our time rather than yours. -- Tarlika Elisabeth Schmitz --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Sep 20 09:53:07 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45813 invoked from network); 20 Sep 2004 09:53:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 20 Sep 2004 09:53:07 -0000 Received: (qmail 34110 invoked by uid 500); 20 Sep 2004 09:53:00 -0000 Delivered-To: [email protected] Received: (qmail 34090 invoked by uid 500); 20 Sep 2004 09:52:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 34067 invoked by uid 99); 20 Sep 2004 09:52:58 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hometree.net) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 20 Sep 2004 02:52:58 -0700 Received: from tangens.hometree.net (IDENT:[email protected] [161.129.204.104]) by mail.hometree.net (8.12.10/8.12.10) with ESMTP id i8K9qtNx027314 for <[email protected]>; Mon, 20 Sep 2004 11:52:55 +0200 Received: (from news@localhost) by tangens.hometree.net (8.12.10/8.12.8/Submit) id i8K9qthb027313 for [email protected]; Mon, 20 Sep 2004 11:52:55 +0200 To: [email protected] Path: not-for-mail From: "Henning P. Schmiedehausen" <[email protected]> Newsgroups: hometree.jakarta.torque.user Subject: Re: mySQL support 4 triggers ? Date: Mon, 20 Sep 2004 09:52:55 +0000 (UTC) Organization: INTERMETA - Gesellschaft fuer Mehrwertdienste mbH Lines: 30 Message-ID: <[email protected]> References: <[email protected]> <[email protected]> Reply-To: [email protected] NNTP-Posting-Host: forge.intermeta.de X-Trace: tangens.hometree.net 1095673975 27223 161.129.204.104 (20 Sep 2004 09:52:55 GMT) X-Complaints-To: [email protected] NNTP-Posting-Date: Mon, 20 Sep 2004 09:52:55 +0000 (UTC) X-Copyright: (C) 1996-2003 Henning Schmiedehausen User-Agent: nn/6.6.5 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N T E Schmitz <[email protected]> writes: >Ben Bookey wrote: >> Dear List, >> >> This is outside of the torque realm, but it will take me too long >> to write to another forum with the same level of database expertise. >Good idea. Better waste our time rather than yours. That was exactly my thought. :-) Regards Henning -- Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH [email protected] +1-608-299-9975 http://www.intermeta.de/ RedHat Certified Engineer -- Jakarta Turbine Development -- hero for hire Linux, Java, perl, Solaris -- Consulting, Training, Development "Fighting for one's political stand is an honorable action, but re- fusing to acknowledge that there might be weaknesses in one's position - in order to identify them so that they can be remedied - is a large enough problem with the Open Source movement that it deserves to be on this list of the top five problems." -- Michelle Levesque, "Fundamental Issues with Open Source Software Development" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Sep 20 10:44:03 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77615 invoked from network); 20 Sep 2004 10:44:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 20 Sep 2004 10:44:02 -0000 Received: (qmail 91772 invoked by uid 500); 20 Sep 2004 10:43:56 -0000 Delivered-To: [email protected] Received: (qmail 91756 invoked by uid 500); 20 Sep 2004 10:43:55 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 91740 invoked by uid 99); 20 Sep 2004 10:43:55 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO androcus.capcom.de) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 20 Sep 2004 03:43:55 -0700 Received: from fwdmz.capcom.de ([161.129.204.104] helo=wormhole.capcom.de) by androcus.capcom.de with smtp (Exim 4.30) id 1C9Lam-0004Dg-3R for [email protected]; Mon, 20 Sep 2004 12:40:20 +0200 Received: from hamlet.gistec-online.de ([161.129.204.104]) by wormhole.capcom.de; Mon, 20 Sep 2004 12:40:09 +0200 (MEST) From: "Ben Bookey" <[email protected]> To: "Apache Torque Users List" <[email protected]> Subject: AW: mySQL support 4 triggers ? Date: Mon, 20 Sep 2004 12:43:59 +0200 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 In-Reply-To: <[email protected]> Importance: Normal X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N justifiably scorched ! The answer seems anyway to be yes, there is some trigger support in mysql. regards Ben -----Ursprüngliche Nachricht----- Von: Henning P. Schmiedehausen [mailto:[email protected]] Gesendet: Montag, 20. September 2004 11:53 An: [email protected] Betreff: Re: mySQL support 4 triggers ? T E Schmitz <[email protected]> writes: >Ben Bookey wrote: >> Dear List, >> >> This is outside of the torque realm, but it will take me too long >> to write to another forum with the same level of database expertise. >Good idea. Better waste our time rather than yours. That was exactly my thought. :-) Regards Henning -- Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH [email protected] +1-608-299-9975 http://www.intermeta.de/ RedHat Certified Engineer -- Jakarta Turbine Development -- hero for hire Linux, Java, perl, Solaris -- Consulting, Training, Development "Fighting for one's political stand is an honorable action, but re- fusing to acknowledge that there might be weaknesses in one's position - in order to identify them so that they can be remedied - is a large enough problem with the Open Source movement that it deserves to be on this list of the top five problems." -- Michelle Levesque, "Fundamental Issues with Open Source Software Development" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Sep 20 18:00:27 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26042 invoked from network); 20 Sep 2004 18:00:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 20 Sep 2004 18:00:27 -0000 Received: (qmail 99342 invoked by uid 500); 20 Sep 2004 18:00:24 -0000 Delivered-To: [email protected] Received: (qmail 99241 invoked by uid 500); 20 Sep 2004 18:00:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 99223 invoked by uid 99); 20 Sep 2004 18:00:22 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO relay.pair.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 20 Sep 2004 11:00:20 -0700 Received: (qmail 25031 invoked from network); 20 Sep 2004 18:00:16 -0000 Received: from athe730e-1291.otenet.gr (HELO CameronAcer) (161.129.204.104) by relay.pair.com with SMTP; 20 Sep 2004 18:00:16 -0000 X-pair-Authenticated: 161.129.204.104 From: "Cameron Hickey" <[email protected]> To: "'Apache Torque Users List'" <[email protected]> Subject: connection object null on remote server Date: Mon, 20 Sep 2004 21:00:13 +0300 Message-ID: <000301c49f3b$ae57c110$0100a8c0@CameronAcer> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <[email protected]> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I have been developing my Tomcat/Struts/Torque web application locally for the past few months, and recently started trying to port it to a shared hosting provider. Although I am able to get everything to work, every other request to my application returns a null connection error: javax.servlet.ServletException: Connection object was null. This could be due to a misconfiguration of the DataSourceFactory. Check the logs and Torque.properties to better determine the cause. If I refresh the page, then everything loads fine, but on successive pages it throws the same error. Has anyone experienced this behaviour? I am sure its something straightforward with regard to the connection settings, but this is an area I don't really understand, and forgot about once I got it working right in my local development environment (where this problem does not exist). Thanks for any help! Cameron --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Sep 20 23:26:26 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83246 invoked from network); 20 Sep 2004 23:26:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 20 Sep 2004 23:26:26 -0000 Received: (qmail 54588 invoked by uid 500); 20 Sep 2004 23:26:12 -0000 Delivered-To: [email protected] Received: (qmail 54480 invoked by uid 500); 20 Sep 2004 23:26:10 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 54398 invoked by uid 99); 20 Sep 2004 23:26:09 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO zonamail1.terazona.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 20 Sep 2004 16:26:09 -0700 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: torque table schema- how to alter existing table X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Mon, 20 Sep 2004 16:24:59 -0700 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: torque table schema- how to alter existing table Thread-Index: AcSfWfHBVCFwoyenQ7yrv831wBCV4gADLkWgAACEfiA= From: "Ajitesh Das" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi List: I like to know if anybody who uses Torque platform in his product has done anything on object model migration from old release to new release. This seems to be a missing piece in Torque project. Am I missing something?=20 Example Scenario: I have an existing application that uses Torque as OR platform contains a set of business objects.=20 In this new release, we are altering the definition of business object by adding new fields for some objects and deleting some fields for others. I would like to know how other users are handling the two situations: (a) When you add a new field to an existing object and (b) when you delete a field in an existing object. So that the old data can be kept and properly defaulted.=20 Do Torque supports the "table alter"?=20 I have searched the Wiki ,docs and mail archive but could not find any recommendation/reference from the Torque developers/gurus or reference to some design patterns.=20 Regds=20 Ajitesh --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Sep 21 00:42:04 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7087 invoked from network); 21 Sep 2004 00:42:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 21 Sep 2004 00:42:04 -0000 Received: (qmail 42410 invoked by uid 500); 21 Sep 2004 00:42:01 -0000 Delivered-To: [email protected] Received: (qmail 42381 invoked by uid 500); 21 Sep 2004 00:42:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 42368 invoked by uid 99); 21 Sep 2004 00:42:00 -0000 X-ASF-Spam-Status: No, hits=2.4 required=10.0 tests=DATE_IN_FUTURE_12_24 X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO barge.anchor.net.au) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 20 Sep 2004 17:41:59 -0700 Received: from [161.129.204.104] (CPE-61-9-201-26.nsw.bigpond.net.au [161.129.204.104]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by barge.anchor.net.au (Postfix) with ESMTP id BCDF410056 for <[email protected]>; Tue, 21 Sep 2004 10:41:55 +1000 (EST) Message-ID: <[email protected]> Date: Wed, 22 Sep 2004 10:41:23 +1000 From: Scott Eade <[email protected]> User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Torque Users List <[email protected]> Subject: Re: connection object null on remote server References: <000301c49f3b$ae57c110$0100a8c0@CameronAcer> In-Reply-To: <000301c49f3b$ae57c110$0100a8c0@CameronAcer> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Cameron Hickey wrote: >I have been developing my Tomcat/Struts/Torque web application locally >for the past few months, and recently started trying to port it to a >shared hosting provider. Although I am able to get everything to work, >every other request to my application returns a null connection error: > >javax.servlet.ServletException: Connection object was null. This could >be due to a misconfiguration of the DataSourceFactory. Check the logs >and Torque.properties to better determine the cause. > >If I refresh the page, then everything loads fine, but on successive >pages it throws the same error. > >Has anyone experienced this behaviour? I am sure its something >straightforward with regard to the connection settings, but this is an >area I don't really understand, and forgot about once I got it working >right in my local development environment (where this problem does not >exist). > > So what are the connection settings you are using? How many connections does your shared hosting provider allow you to have? Scott -- Scott Eade Backstage Technologies Pty. Ltd. http://www.backstagetech.com.au --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Sep 21 00:45:08 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8355 invoked from network); 21 Sep 2004 00:45:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 21 Sep 2004 00:45:08 -0000 Received: (qmail 48926 invoked by uid 500); 21 Sep 2004 00:44:59 -0000 Delivered-To: [email protected] Received: (qmail 48904 invoked by uid 500); 21 Sep 2004 00:44:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 48886 invoked by uid 99); 21 Sep 2004 00:44:58 -0000 X-ASF-Spam-Status: No, hits=2.4 required=10.0 tests=DATE_IN_FUTURE_12_24 X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO barge.anchor.net.au) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 20 Sep 2004 17:44:56 -0700 Received: from [161.129.204.104] (CPE-61-9-201-26.nsw.bigpond.net.au [161.129.204.104]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by barge.anchor.net.au (Postfix) with ESMTP id B23F610056 for <[email protected]>; Tue, 21 Sep 2004 10:44:52 +1000 (EST) Message-ID: <[email protected]> Date: Wed, 22 Sep 2004 10:44:17 +1000 From: Scott Eade <[email protected]> User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Torque Users List <[email protected]> Subject: Re: torque table schema- how to alter existing table References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Ajitesh Das wrote: >I like to know if anybody who uses Torque platform in his product has >done >anything on object model migration from old release to new release. This >seems to be a missing piece in Torque project. Am I missing something? >Example Scenario: >I have an existing application that uses Torque as OR platform contains >a set of business objects. >In this new release, we are altering the definition of business object >by adding new fields for some objects and deleting some fields for >others. I would like to know how other users are handling the two >situations: (a) When you add a new field to an existing object and (b) >when you delete a field in an existing object. So that the old data can >be kept and properly defaulted. >Do Torque supports the "table alter"? > >I have searched the Wiki ,docs and mail archive but could not find any >recommendation/reference from the Torque developers/gurus or reference >to some design patterns. > > Torque does not support this. As I enhance my applications for a new release I manually craft a database migration script to make the necessary table changes. I still use Torque to regenerate the om layer, but maintenance of the database structure is done manually. Scott -- Scott Eade Backstage Technologies Pty. Ltd. http://www.backstagetech.com.au --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Sep 21 03:53:54 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6936 invoked from network); 21 Sep 2004 03:53:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 21 Sep 2004 03:53:54 -0000 Received: (qmail 50168 invoked by uid 500); 21 Sep 2004 03:52:35 -0000 Delivered-To: [email protected] Received: (qmail 50045 invoked by uid 500); 21 Sep 2004 03:52:34 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 49916 invoked by uid 99); 21 Sep 2004 03:52:33 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=MIME_QP_LONG_LINE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO hm171.locaweb.com.br) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 20 Sep 2004 20:52:32 -0700 Received: (qmail 36092 invoked by uid 0); 21 Sep 2004 03:52:27 -0000 Received: from unknown (161.129.204.104) by hm171.locaweb.com.br with QMTP; 21 Sep 2004 03:52:27 -0000 Received: (qmail 13055 invoked from network); 21 Sep 2004 03:52:28 -0000 Received: from unknown (HELO lucas) ([email protected]@161.129.204.104) by hm141.locaweb.com.br with SMTP; 21 Sep 2004 03:52:28 -0000 From: Lucas Fragomeni <[email protected]> To: <[email protected]> X-Mailer: PocoMail 3.01 (1661) - Licensed Version X-URL: http://www.lucasfragomeni.com Reply-To: [email protected] Date: Tue, 21 Sep 2004 00:52:16 -0300 Message-ID: <200492105351.073373@lucas> In-Reply-To: <200492105216.198916@lucas> Subject: java.sql.SQLException: Communication link failure: java.io.IOException - Fixed Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Alright, it's woking! =A0 You're right Andras... the 'autoReconnect' fixed it. It seem a bit slow, but= works! I've read it before, but i thought the solution were on some Torque= property, not on a MySQL's. =A0 Well.. Thanks a lot! =A0 Lucas. =A0 ---- Date: Mon, 20 Sep 2004 11:08:47 +0300 From: Andras Balogh <[email protected]> Subject: java.sql.SQLException: Communication link failure:= java.io.IOException Content-Type: text/plain; charset=3DISO-8859-1; format=3Dflowed =A0 Hello Lucas, =A0 I would try to play a little bit with the connection settings of mysql,= see: http://dev.mysql.com/doc/connector/j/en/index.html#id2424263 (Connection Properties*) *I think what it interests you is the 'autoReconnect' property. =A0 Best regards, Andras. =A0 Lucas Fragomeni wrote: =A0 >Help! > >Here is my problem: i have a web application running perfectly well at= home, but when I put it on my host provider it just keeps throwing, from= time to time, a java.sql.SQLException, originated from a= org.apache.torque.TorqueException, caused by a java.io.IOException: > >Everything starts on the 'getConnection()', and happens only from time to= time... >Would it have something to do with the way my host provide treats security= and connection pools? > >Bellow is the stack trace I get: > >java.sql.SQLException: Communication link failure: java.io.IOException > at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1675) > at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1083) > at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1142) > at com.mysql.jdbc.MysqlIO.sqlQuery(MysqlIO.java:1114) > at com.mysql.jdbc.Connection.execSQL(Connection.java:1873) > at com.mysql.jdbc.Connection.execSQL(Connection.java:1819) > at com.mysql.jdbc.Connection.execSQL(Connection.java:1800) > at com.mysql.jdbc.Connection.setAutoCommit(Connection.java:604) > at= org.apache.commons.dbcp.cpdsadapter.ConnectionImpl.setAutoCommit(Connection= Impl.java:370) > at= org.apache.commons.dbcp.datasources.SharedPoolDataSource.setupDefaults(Shar= edPoolDataSource.java:258) > at= org.apache.commons.dbcp.datasources.InstanceKeyDataSource.getConnection(Ins= tanceKeyDataSource.java:704) > at= org.apache.commons.dbcp.datasources.InstanceKeyDataSource.getConnection(Ins= tanceKeyDataSource.java:665) > at= org.apache.torque.TorqueInstance.getConnection(TorqueInstance.java:743) > at org.apache.torque.Torque.getConnection(Torque.java:306) > at= org.apache.torque.util.Transaction.beginOptional(Transaction.java:118) > at org.apache.torque.util.BasePeer.doSelect(BasePeer.java:1365) > at= infuse.syo.torque.BasePaginaPeer.doSelectVillageRecords(BasePaginaPeer.java= :387) > at= infuse.syo.torque.BasePaginaPeer.doSelectVillageRecords(BasePaginaPeer.java= :355) > at= infuse.syo.torque.BasePaginaPeer.doSelect(BasePaginaPeer.java:324) > ... >rethrown as org.apache.torque.TorqueException: Communication link failure:= java.io.IOException > at= org.apache.torque.TorqueInstance.getConnection(TorqueInstance.java:755) > at org.apache.torque.Torque.getConnection(Torque.java:306) > at= org.apache.torque.util.Transaction.beginOptional(Transaction.java:118) > at org.apache.torque.util.BasePeer.doSelect(BasePeer.java:1365) > at= infuse.syo.torque.BasePaginaPeer.doSelectVillageRecords(BasePaginaPeer.java= :387) > at= infuse.syo.torque.BasePaginaPeer.doSelectVillageRecords(BasePaginaPeer.java= :355) > at= infuse.syo.torque.BasePaginaPeer.doSelect(BasePaginaPeer.java:324) > ... >Caused by: java.sql.SQLException: Communication link failure:= java.io.IOException > ... > ... 50 more > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [email protected] >For additional commands, e-mail: [email protected] > > > > =A0 =A0 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] =A0 =A0 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Sep 21 08:06:22 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38201 invoked from network); 21 Sep 2004 08:06:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 21 Sep 2004 08:06:22 -0000 Received: (qmail 97595 invoked by uid 500); 21 Sep 2004 08:06:17 -0000 Delivered-To: [email protected] Received: (qmail 97555 invoked by uid 500); 21 Sep 2004 08:06:16 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 97541 invoked by uid 99); 21 Sep 2004 08:06:16 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hometree.net) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 21 Sep 2004 01:06:15 -0700 Received: from tangens.hometree.net (IDENT:[email protected] [161.129.204.104]) by mail.hometree.net (8.12.10/8.12.10) with ESMTP id i8L86ANx017983 for <[email protected]>; Tue, 21 Sep 2004 10:06:11 +0200 Received: (from news@localhost) by tangens.hometree.net (8.12.10/8.12.8/Submit) id i8L86Af5017982 for [email protected]; Tue, 21 Sep 2004 10:06:10 +0200 To: [email protected] Path: not-for-mail From: "Henning P. Schmiedehausen" <[email protected]> Newsgroups: hometree.jakarta.torque.user Subject: Re: torque table schema- how to alter existing table Date: Tue, 21 Sep 2004 08:06:10 +0000 (UTC) Organization: INTERMETA - Gesellschaft fuer Mehrwertdienste mbH Lines: 40 Message-ID: <[email protected]> References: <[email protected]> <[email protected]> Reply-To: [email protected] NNTP-Posting-Host: forge.intermeta.de X-Trace: tangens.hometree.net 1095753970 17680 161.129.204.104 (21 Sep 2004 08:06:10 GMT) X-Complaints-To: [email protected] NNTP-Posting-Date: Tue, 21 Sep 2004 08:06:10 +0000 (UTC) X-Copyright: (C) 1996-2003 Henning Schmiedehausen User-Agent: nn/6.6.5 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Scott Eade <[email protected]> writes: [... about migrating database structure ...] >Torque does not support this. Correct. Torque is not very big on database meta-structures. However, no O/R layer I've played with in the past (Torque, Hibernate, player) is. All O/R layers shine when it comes to mapping objects onto content. But managing or migrating the actual database structure is almost never part of the O/R scope. >As I enhance my applications for a new release I manually craft a >database migration script to make the necessary table changes. I still >use Torque to regenerate the om layer, but maintenance of the database >structure is done manually. Same here. I was thinking about using inheritance and mapping to multiple tables using Hibernate but bugs crawled out and performance slowed dramatically, so I prefer to migrate the table structure. Regards Henning -- Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH [email protected] +1-608-299-9975 http://www.intermeta.de/ RedHat Certified Engineer -- Jakarta Turbine Development -- hero for hire Linux, Java, perl, Solaris -- Consulting, Training, Development "Fighting for one's political stand is an honorable action, but re- fusing to acknowledge that there might be weaknesses in one's position - in order to identify them so that they can be remedied - is a large enough problem with the Open Source movement that it deserves to be on this list of the top five problems." -- Michelle Levesque, "Fundamental Issues with Open Source Software Development" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Sep 21 23:32:05 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 29539 invoked from network); 21 Sep 2004 23:32:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 21 Sep 2004 23:32:05 -0000 Received: (qmail 58953 invoked by uid 500); 21 Sep 2004 23:32:02 -0000 Delivered-To: [email protected] Received: (qmail 58743 invoked by uid 500); 21 Sep 2004 23:32:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 89187 invoked by uid 99); 21 Sep 2004 18:20:07 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Message-ID: <[email protected]> Date: Tue, 21 Sep 2004 12:18:01 -0600 From: Don Vawter <[email protected]> User-Agent: Mozilla Thunderbird 0.5 (X11/20040306) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Torque Users List <[email protected]> Subject: doDelete and Criteria failing References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I am attempting to delete records with the constraint DAILYDATE >= start and DAILYDATE <= stop I I have the following code Criteria crit = new Criteria(); Criterion a1 = crit.getNewCriterion(TblDailydataPeer.DAILYDATE,start.getTime(),Criteria.GREATER_EQUAL); Criterion a2= crit.getNewCriterion(TblDailydataPeer.DAILYDATE,stop.getTime(),Criteria.LESS_EQUAL); crit.add(a1.and(a2)); logger.debug("Criteria is "+crit); TblDailydataPeer.doDelete(crit); /* ArrayList aList= (ArrayList) TblDailydataPeer.doSelect(crit); Iterator it = aList.iterator(); while(it.hasNext()){ TblDailydata td = (TblDailydata) it.next(); TblDailydataPeer.doDelete(td); } */ The doDelete picks up the first date but not the second (see the log) a doSelect picks up both (see the log) LOG DEBUG,2004-09-21 12:04:23,com.vawter.omreporting.utility.DatabaseUpdate,Criteria is Criteriacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b tbl_DailyData.DAILYDATE<=>(tbl_DailyData.DAILYDATE>='20040112000000' AND tbl_DailyData.DAILYDATE<='20050101000000'): Current Query SQL (may not be complete or applicable): SELECT FROM tbl_DailyData WHERE (tbl_DailyData.DAILYDATE>='20040112000000' AND tbl_DailyData.DAILYDATE<='20050101000000') DEBUG,2004-09-21 12:04:23,org.apache.torque.util.BasePeer,BasePeer.doDelete: whereClause=DAILYDATE>='20040112000000' I can work around this by commenting out the doDelete and substituring the commented out code above which does the select and then deletes the row but I wouldn't think this should be necessary. Any clue as to why the entire criteria is not used and/or how to construct a criteria which will work? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Sep 22 14:03:28 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 2688 invoked from network); 22 Sep 2004 14:03:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 22 Sep 2004 14:03:28 -0000 Received: (qmail 58093 invoked by uid 500); 22 Sep 2004 14:03:23 -0000 Delivered-To: [email protected] Received: (qmail 57920 invoked by uid 500); 22 Sep 2004 14:03:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 57906 invoked by uid 99); 22 Sep 2004 14:03:20 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=NO_REAL_NAME,RCVD_IN_SORBS_DUL X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO postfix4-1.free.fr) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 22 Sep 2004 07:03:19 -0700 Received: from imp4-q.free.fr (imp4-q.free.fr [161.129.204.104]) by postfix4-1.free.fr (Postfix) with ESMTP id 0AA881F32B0; Wed, 22 Sep 2004 16:03:14 +0200 (CEST) Received: by imp4-q.free.fr (Postfix, from userid 33) id D4C16F2D7; Wed, 22 Sep 2004 16:03:14 +0200 (MEST) Received: from 161.129.204.104 ([161.129.204.104]) by imp4-q.free.fr (IMP) with HTTP for <[email protected]>; Wed, 22 Sep 2004 16:03:14 +0200 Message-ID: <[email protected]> Date: Wed, 22 Sep 2004 16:03:14 +0200 From: [email protected] To: Apache Torque Users List <[email protected]>, [email protected] Subject: primary key of 3 columns References: <002201c47537$1614f5e0$0601a8c0@artek> <[email protected]> <[email protected]> <003b01c47612$57163aa0$0601a8c0@artek> <[email protected]> <004601c490c1$f6f6e500$0601a8c0@artek> <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.5 X-Originating-IP: 161.129.204.104 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi I have a primary key of 3 columns, and one of these column is sequence my problem is how to insert explicitly data in sequence without auto generation it's no problem with insertion by auto generation my schema : <column javaName="col1" name="col1" required="true" size="10" type="DECIMAL"/> <column javaName="col2" name="col2" primaryKey="true" required="true" size="10" type="DECIMAL"/> <column javaName="col3" name="col3" required="true" type="TIMESTAMP" /> <id-method-parameter name="SEQ" value="SEQ"/> <unique name="PK"> <unique-column name="col1"/> <unique-column name="col2"/> <unique-column name="col3"/> </unique> thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Sep 22 15:19:34 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70753 invoked from network); 22 Sep 2004 15:19:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 22 Sep 2004 15:19:34 -0000 Received: (qmail 24711 invoked by uid 500); 22 Sep 2004 15:19:30 -0000 Delivered-To: [email protected] Received: (qmail 24683 invoked by uid 500); 22 Sep 2004 15:19:29 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 24668 invoked by uid 99); 22 Sep 2004 15:19:29 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO a.mx.zettai.net) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 22 Sep 2004 08:19:26 -0700 Received: (qmail 79139 invoked by uid 1012); 22 Sep 2004 15:19:21 -0000 Received: from [email protected] by beta.zettai.net by uid 89 with qmail-scanner-1.22 (clamdscan: 0.70. spamassassin: 2.63. Clear:RC:1(161.129.204.104):. Processed in 0.392288 secs); 22 Sep 2004 15:19:21 -0000 Received: from unknown (HELO SATELLITE) ([email protected]@161.129.204.104) by 0 with SMTP; 22 Sep 2004 15:19:21 -0000 From: "Arinaya Khalsa" <[email protected]> To: "'Apache Torque Users List'" <[email protected]> Subject: Select from multiple tables Date: Wed, 22 Sep 2004 09:19:10 -0600 Message-ID: <000001c4a0b7$83c7df70$6500a8c0@SATELLITE> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-Reply-To: <[email protected]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi All, I have a search results screen where data is pulled from two different tables, the second one however is linked via two other tables, so I need to select across four tables in all. What is the most elegant way to do this using Torque? Lets call them Table1, Table2, Table3 and Table4. Table2 has FKs pointing to Table1 and Table3; Table3 has a FK pointing to Table4. I need to display data from Table1 and one column from Table4 in the jsp. It seems like it would be easiest to do multiple selects and return two different result Lists to the jsp, and loop thru them in parallel. Is there a better way? I am new to Torque and would really appreciate some help! Thanks, Arinaya --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Sep 22 16:08:55 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17403 invoked from network); 22 Sep 2004 16:08:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 22 Sep 2004 16:08:55 -0000 Received: (qmail 55571 invoked by uid 500); 22 Sep 2004 16:07:52 -0000 Delivered-To: [email protected] Received: (qmail 55443 invoked by uid 500); 22 Sep 2004 16:07:51 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 55323 invoked by uid 99); 22 Sep 2004 16:07:48 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO web53402.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 22 Sep 2004 09:07:48 -0700 Message-ID: <[email protected]> Received: from [161.129.204.104] by web53402.mail.yahoo.com via HTTP; Wed, 22 Sep 2004 09:07:43 PDT Date: Wed, 22 Sep 2004 09:07:43 -0700 (PDT) From: Anthony Spencer <[email protected]> Subject: Is this project still being developed? To: Apache Torque Users List <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I've been using Torque for two years and I currently have several projects actively running Torque. I'm quite happy with the project so I was pleased to see that this list gets frequent posts. However I noticed that the project page seems to indicate that their hasn't been any development activity in a year. Is this project still alive? _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Sep 22 16:25:43 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30919 invoked from network); 22 Sep 2004 16:25:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 22 Sep 2004 16:25:43 -0000 Received: (qmail 2583 invoked by uid 500); 22 Sep 2004 16:25:37 -0000 Delivered-To: [email protected] Received: (qmail 2496 invoked by uid 500); 22 Sep 2004 16:25:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 2467 invoked by uid 99); 22 Sep 2004 16:25:35 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.seitenbau.net) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 22 Sep 2004 09:25:33 -0700 Received: from [161.129.204.104] (helo=www.seitenbau.net) by mail.seitenbau.net with esmtp (Exim 4.30) id 1CA9vu-0003Ei-JN for [email protected]; Wed, 22 Sep 2004 18:25:30 +0200 In-Reply-To: <[email protected]> Subject: RE: Is this project still being developed? To: "Apache Torque Users List" <[email protected]> X-Mailer: Lotus Notes Release 6.0 September 26, 2002 Message-ID: <[email protected]> From: Thomas Fischer <[email protected]> Date: Wed, 22 Sep 2004 18:25:29 +0200 X-MIMETrack: Serialize by Router on www/seitenbau(Release 6.5.1|January 21, 2004) at +1-608-299-9975:25:29 PM MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Scan-Signature: 452f9d3cf74b640766c875f611d5e3d4 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The project is still developed, see http://db.apache.org/torque-31/status.html Thomas Anthony Spencer <[email protected]> schrieb am +1-608-299-9975:07:43: > I've been using Torque for two years and I currently > have several projects actively running Torque. I'm > quite happy with the project so I was pleased to see > that this list gets frequent posts. However I noticed > that the project page seems to indicate that their > hasn't been any development activity in a year. Is > this project still alive? > > > > _______________________________ > Do you Yahoo!? > Declare Yourself - Register online to vote today! > http://vote.yahoo.com > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Sep 22 17:51:52 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 97906 invoked from network); 22 Sep 2004 17:51:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 22 Sep 2004 17:51:52 -0000 Received: (qmail 75211 invoked by uid 500); 22 Sep 2004 17:51:48 -0000 Delivered-To: [email protected] Received: (qmail 75081 invoked by uid 500); 22 Sep 2004 17:51:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 75068 invoked by uid 99); 22 Sep 2004 17:51:47 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO amcuxfw801.amc.af.mil) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 22 Sep 2004 10:51:45 -0700 Received: from amc.af.mil ([161.129.204.104]) by fw1.amc.af.mil with ESMTP id i8MHpg2B023366 for <[email protected]>; Wed, 22 Sep 2004 12:51:42 -0500 (CDT) Received: from ([161.129.204.104]) by amcotav801.amc.af.mil with ESMTP id KP-BXV78.14468665; Wed, 22 Sep 2004 10:27:19 -0500 Received: from amcw2ms811.amc.ds.af.mil ([161.129.204.104]) by AMCW2BH506.amc.ds.af.mil with Microsoft SMTPSVC(5.0.2195.6713); Wed, 22 Sep 2004 10:27:19 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4A0B8.A5FA9B2C" Subject: torque and hsqldb 1.7.2 Date: Wed, 22 Sep 2004 10:27:19 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: torque and hsqldb 1.7.2 thread-index: AcSguKX9q4ntgnPSSK2Cy3pCvBSRKQ== From: "Durham David R Jr Contr 805 CSPTS/SCE" <[email protected]> To: <[email protected]> X-OriginalArrivalTime: 22 Sep 2004 15:27:19.0907 (UTC) FILETIME=[A661CB30:01C4A0B8] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C4A0B8.A5FA9B2C Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Sorry for possibly spamming these lists. This e-mail is more thorough, I think. =20 I'm using torque to create tables, keys, indexes, etc. against an hsqldb 1.7.2 db. =20 After running the script, the database is not created (a .script file is not there - the .script file would contain table definitions, though a .log file does exist and indicates that the create table, etc. commands were executed). Based on what I've found in the hsqldb manual, this is because a shutdown command was not executed. =20 How would I modify torque so that it will execute an hsqldb shutdown after running the create table, et al. commands. =20 =20 Thanks, =20 Dave ------_=_NextPart_001_01C4A0B8.A5FA9B2C-- From [email protected] Wed Sep 22 21:08:31 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 21411 invoked from network); 22 Sep 2004 21:08:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 22 Sep 2004 21:08:31 -0000 Received: (qmail 85077 invoked by uid 500); 22 Sep 2004 21:08:30 -0000 Delivered-To: [email protected] Received: (qmail 84660 invoked by uid 500); 22 Sep 2004 21:08:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 84646 invoked by uid 99); 22 Sep 2004 21:08:27 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mr2.uky.edu) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 22 Sep 2004 14:08:26 -0700 Received: from nm.uky.edu (uksmtp2.uky.edu [161.129.204.104]) by mr2.uky.edu (8.11.6/8.11.6) with ESMTP id i8ML3WU21267 for <[email protected]>; Wed, 22 Sep 2004 17:03:32 -0400 Received: from skkann2 [161.129.204.104] by nm.uky.edu with NetMail ModWeb Module; Wed, 22 Sep 2004 17:03:31 -0400 Subject: Re: torque and hsqldb 1.7.2 Reply-To: [email protected] From: "Saravana Krishnan Kannan" <[email protected]> To: [email protected] Date: Wed, 22 Sep 2004 17:03:31 -0400 X-Mailer: NetMail ModWeb Module X-Sender: skkann2 MIME-Version: 1.0 Message-ID: <[email protected]> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mail-Router: No infection found X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N My guess - modify the HSQLDB adapter class or some velocity template file t= hat generates the SQL commands specific to the DB type. Think both of the= se should be easy to spot if you browse through the src dir tree. ~Sarav -----Original Message----- From: "Durham David R Jr Contr 805 CSPTS/SCE" <[email protected]> To: <[email protected]> Date: Wed, 22 Sep 2004 10:27:19 -0500 Subject: torque and hsqldb 1.7.2 Sorry for possibly spamming these lists. This e-mail is more thorough, I think. =20 I'm using torque to create tables, keys, indexes, etc. against an hsqldb 1.7.2 db. =20 After running the script, the database is not created (a .script file is not there - the .script file would contain table definitions, though a .log file does exist and indicates that the create table, etc. commands were executed). Based on what I've found in the hsqldb manual, this is because a shutdown command was not executed. =20 How would I modify torque so that it will execute an hsqldb shutdown after running the create table, et al. commands. Thanks, Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Sep 22 23:14:26 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88513 invoked from network); 22 Sep 2004 23:14:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 22 Sep 2004 23:14:26 -0000 Received: (qmail 66751 invoked by uid 500); 22 Sep 2004 23:14:24 -0000 Delivered-To: [email protected] Received: (qmail 66732 invoked by uid 500); 22 Sep 2004 23:14:23 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 66717 invoked by uid 99); 22 Sep 2004 23:14:23 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO tiere.net.avaya.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 22 Sep 2004 16:14:21 -0700 Received: from tiere.net.avaya.com (localhost [161.129.204.104]) by tiere.net.avaya.com (Switch-3.1.2/Switch-3.1.0) with ESMTP id i8MNCdZp001576 for <[email protected]>; Wed, 22 Sep 2004 19:12:39 -0400 (EDT) Received: from cof110avexu3.global.avaya.com (h135-9-6-18.avaya.com [161.129.204.104]) by tiere.net.avaya.com (Switch-3.1.2/Switch-3.1.0) with ESMTP id i8MMboZp026265 for <[email protected]>; Wed, 22 Sep 2004 18:38:51 -0400 (EDT) X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4A0F5.05BB6D5C" Subject: Torque/CLOB/Oracle Date: Wed, 22 Sep 2004 16:39:29 -0600 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Torque/CLOB/Oracle Thread-Index: AcSg9QWpZ6irxVvZRzeiPCvO4zWqRA== From: "Sica, David \(David\)" <[email protected]> To: <[email protected]> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C4A0F5.05BB6D5C Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello, I'm using the patched version of the village JAR (for Oracle, at https://sweb.uky.edu/~skkann2/village/) with my Torque 3.1 installation and am noticing strange behavior that when I try to perform multiple inserts into my Oracle database (with 1 CLOB field) from Torque that the CLOB field from the last record of the set of inserts fails to get populated. Has anyone else encountered this? Any idea why this may be happening and/or how to fix it? Thanks, David ------_=_NextPart_001_01C4A0F5.05BB6D5C-- From [email protected] Thu Sep 23 02:58:38 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71435 invoked from network); 23 Sep 2004 02:58:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 23 Sep 2004 02:58:38 -0000 Received: (qmail 50992 invoked by uid 500); 23 Sep 2004 02:58:34 -0000 Delivered-To: [email protected] Received: (qmail 50950 invoked by uid 500); 23 Sep 2004 02:58:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 50935 invoked by uid 99); 23 Sep 2004 02:58:33 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mr2.uky.edu) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 22 Sep 2004 19:58:31 -0700 Received: from nm.uky.edu (uksmtp2.uky.edu [161.129.204.104]) by mr2.uky.edu (8.11.6/8.11.6) with ESMTP id i8N2k6U05649 for <[email protected]>; Wed, 22 Sep 2004 22:46:06 -0400 Received: from skkann2 [161.129.204.104] by nm.uky.edu with NetMail ModWeb Module; Wed, 22 Sep 2004 22:46:05 -0400 Subject: Re: Torque/CLOB/Oracle Reply-To: [email protected] From: "Saravana Krishnan Kannan" <[email protected]> To: [email protected] Date: Wed, 22 Sep 2004 22:46:05 -0400 X-Mailer: NetMail ModWeb Module X-Sender: skkann2 MIME-Version: 1.0 Message-ID: <[email protected]> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mail-Router: No infection found X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi all, He has already asked me this question and it was I who suggested that he = ask it here. Please help him out. I don't see the cause of the bug and I'= m a bit busy now to debug Village. If the problem is with Village and if = someone is able to spot the cause, I can most probably fix it in a week b= y squeezing some time in for Village. If you can provide the solution, th= en that would be great too. Thanks, Sarav. -----Original Message----- From: "Sica, David \(David\)" <[email protected]> To: <[email protected]> Date: Wed, 22 Sep 2004 16:39:29 -0600 Subject: Torque/CLOB/Oracle Hello, I'm using the patched version of the village JAR (for Oracle, at https://sweb.uky.edu/~skkann2/village/) with my Torque 3.1 installation and am noticing strange behavior that when I try to perform multiple inserts into my Oracle database (with 1 CLOB field) from Torque that the CLOB field from the last record of the set of inserts fails to get populated. Has anyone else encountered this? Any idea why this may be happening and/or how to fix it? Thanks, David --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Sep 23 14:30:59 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18222 invoked from network); 23 Sep 2004 14:30:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 23 Sep 2004 14:30:59 -0000 Received: (qmail 46358 invoked by uid 500); 23 Sep 2004 14:30:55 -0000 Delivered-To: [email protected] Received: (qmail 46272 invoked by uid 500); 23 Sep 2004 14:30:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 46247 invoked by uid 99); 23 Sep 2004 14:30:53 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO stvsfimr001.ggr.co.uk) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 23 Sep 2004 07:30:49 -0700 Received: from mailhub2.ggr.co.uk ([161.129.204.104]) by stvsfimr001.ggr.co.uk with ESMTP id i8NEHdh5004609 for <[email protected]>; Thu, 23 Sep 2004 15:17:43 +0100 (BST) Received: from ukz1129.ggr.co.uk (ukz1129.ggr.co.uk [161.129.204.104]) by mailhub2.ggr.co.uk; Thu, 23 Sep 2004 15:30:41 +0100 (BST) Received: from 161.129.204.104 by ukz1129.ggr.co.uk with ESMTP ( Tumbleweed SMTP Relay); Thu, 23 Sep 2004 15:30:36 +0100 Received: from sbhsnsm1.sb.com (sbhsnsm1 [161.129.204.104]) by gbgms04.sb.com (8.11.6+Sun/8.11.6) with ESMTP id i8NEUar09171 for <[email protected]>; Thu, 23 Sep 2004 15:30:36 +0100 (WEST) From: [email protected] Subject: Cache management in Torque 3.1 To: "Apache Torque Users List" <[email protected]> X-Mailer: Lotus Notes Release 5.0.6a January 17, 2001 Message-ID: <[email protected]> Sender: [email protected] Date: Thu, 23 Sep 2004 15:30:23 +0100 X-MIMETrack: Serialize by Router on SBHSNSM1/SERVERS/SB_PLC(Release 5.0.10 |March 22, 2002) at 23/09/2004 15:26:22 MIME-Version: 1.0 X-WSS-ID: 6D4C01862467436-01-01 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Does cache management work in Torque 3.1? What does it actually do for you? does it do write-through on updates? Are there any changes needed to user-level code? How do you configure it? Is it just setting 'useCache=true' in torque.properties or do you need to do more? Does it require any extra jars that are not part of the standard torque distiribution? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Sep 24 14:32:42 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 43304 invoked from network); 24 Sep 2004 14:32:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 24 Sep 2004 14:32:42 -0000 Received: (qmail 38509 invoked by uid 500); 24 Sep 2004 14:34:40 -0000 Delivered-To: [email protected] Received: (qmail 38482 invoked by uid 500); 24 Sep 2004 14:34:38 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 38463 invoked by uid 99); 24 Sep 2004 14:34:38 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO linode1.vawter.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 24 Sep 2004 07:34:36 -0700 Received: from [161.129.204.104] (c-24-8-10-18.client.comcast.net [161.129.204.104]) by linode1.vawter.com (Postfix) with ESMTP id 87E6B12C78 for <[email protected]>; Fri, 24 Sep 2004 08:34:35 -0600 (MDT) Message-ID: <[email protected]> Date: Fri, 24 Sep 2004 08:32:16 -0600 From: Don Vawter <[email protected]> User-Agent: Mozilla Thunderbird 0.8 (X11/20040918) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Torque Users List <[email protected]> Subject: doDelete and Criteria failing (2nd request) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I have been having trouble with mail filters. If I missed a response I apologize. I am attempting to delete records with the constraint DAILYDATE >= start and DAILYDATE <= stop I I have the following code Criteria crit = new Criteria(); Criterion a1 = crit.getNewCriterion(TblDailydataPeer.DAILYDATE,start.getTime(),Criteria.GREATER_EQUAL); Criterion a2= crit.getNewCriterion(TblDailydataPeer.DAILYDATE,stop.getTime(),Criteria.LESS_EQUAL); crit.add(a1.and(a2)); logger.debug("Criteria is "+crit); TblDailydataPeer.doDelete(crit); /* ArrayList aList= (ArrayList) TblDailydataPeer.doSelect(crit); Iterator it = aList.iterator(); while(it.hasNext()){ TblDailydata td = (TblDailydata) it.next(); TblDailydataPeer.doDelete(td); } */ The doDelete picks up the first date but not the second (see the log) a doSelect picks up both (see the log) LOG DEBUG,2004-09-21 12:04:23,com.vawter.omreporting.utility.DatabaseUpdate,Criteria is Criteriacf:4db6:5e0b:f386:43a5:35d7:718d:3c8b tbl_DailyData.DAILYDATE<=>(tbl_DailyData.DAILYDATE>='20040112000000' AND tbl_DailyData.DAILYDATE<='20050101000000'): Current Query SQL (may not be complete or applicable): SELECT FROM tbl_DailyData WHERE (tbl_DailyData.DAILYDATE>='20040112000000' AND tbl_DailyData.DAILYDATE<='20050101000000') DEBUG,2004-09-21 12:04:23,org.apache.torque.util.BasePeer,BasePeer.doDelete: whereClause=DAILYDATE>='20040112000000' I can work around this by commenting out the doDelete and substituring the commented out code above which does the select and then deletes the row but I wouldn't think this should be necessary. Any clue as to why the entire criteria is not used and/or how to construct a criteria which will work? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Sep 24 15:54:47 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 5369 invoked from network); 24 Sep 2004 15:54:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 24 Sep 2004 15:54:47 -0000 Received: (qmail 3973 invoked by uid 500); 24 Sep 2004 15:54:58 -0000 Delivered-To: [email protected] Received: (qmail 2340 invoked by uid 500); 24 Sep 2004 15:54:31 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 2057 invoked by uid 99); 24 Sep 2004 15:54:24 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO amcuxfw803.amc.af.mil) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 24 Sep 2004 08:54:19 -0700 Received: from amc.af.mil ([161.129.204.104]) by fw3.amc.af.mil with ESMTP id i8OFj1up022084 for <[email protected]>; Fri, 24 Sep 2004 10:45:01 -0500 (CDT) Received: from ([161.129.204.104]) by amcotav801.amc.af.mil with ESMTP id KP-BXV78.14641284; Fri, 24 Sep 2004 09:54:28 -0500 Received: from amcw2ms811.amc.ds.af.mil ([161.129.204.104]) by AMCW2BH506.amc.ds.af.mil with Microsoft SMTPSVC(5.0.2195.6713); Fri, 24 Sep 2004 09:54:27 -0500 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: torque and hsqldb 1.7.2 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 Date: Fri, 24 Sep 2004 09:54:27 -0500 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: torque and hsqldb 1.7.2 Thread-Index: AcSg6FdklGhZT3TbQe27Z2u6m1QnjABXPMpQ From: "Durham David R Jr Contr 805 CSPTS/SCE" <[email protected]> To: "Apache Torque Users List" <[email protected]> X-OriginalArrivalTime: 24 Sep 2004 14:54:28.0007 (UTC) FILETIME=[63DD3B70:01C4A246] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > My guess - modify the HSQLDB adapter class or some velocity template file that generates the SQL > commands specific to the DB type. Think both of these should be easy to spot if you browse through > the src dir tree. Yeah, I've spotted them, but have no idea what to modify. It seems like I need a "finalizing" template, but I don't know how I would add that. I think that in order to support the "file" subprotocol of hsqldb, I need to add "SHUTDOWN SCRIPT" at the end of the create tables SQL. Can anyone tell me how to add this? - Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Sep 24 17:08:50 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55097 invoked from network); 24 Sep 2004 17:08:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 24 Sep 2004 17:08:50 -0000 Received: (qmail 30375 invoked by uid 500); 24 Sep 2004 17:11:01 -0000 Delivered-To: [email protected] Received: (qmail 30275 invoked by uid 500); 24 Sep 2004 17:10:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 30248 invoked by uid 99); 24 Sep 2004 17:10:58 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO e2kmtl1.internal.sungard.corp) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 24 Sep 2004 10:10:57 -0700 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: doSelectJoinXXX() methods with Connection parameter X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Fri, 24 Sep 2004 13:10:53 -0400 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: doSelectJoinXXX() methods with Connection parameter Thread-Index: AcSiWXLc4nKfiS4aTqiE3vbJ8Zn/TQ== From: <[email protected]> To: <[email protected]> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N =09 Hello all! I'm using the doSelectJoinXXX methods generated by Torque. However I = need to use them with a Connection object. To my surprise, it seems that these variants of the methods do not exists.... Am I = mistaken and there is a way to make Torque generate them? Also, there does not seem to be any doSelectJoinAll method at all (there are = many doSelectJoinAllExceptZZZ but none to join all the tables at the same time). Any help would be much appreciated! Thx! MG=20 --=20 Martin Goulet, B.Sc.=20 Senior Software Architect SunGard Front Office Solutions=20 Email: [email protected]=20 Web: www.online.sungard.com=20 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Sep 24 17:10:42 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55743 invoked from network); 24 Sep 2004 17:10:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 24 Sep 2004 17:10:42 -0000 Received: (qmail 32461 invoked by uid 500); 24 Sep 2004 17:12:53 -0000 Delivered-To: [email protected] Received: (qmail 32417 invoked by uid 500); 24 Sep 2004 17:12:52 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 32404 invoked by uid 99); 24 Sep 2004 17:12:51 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO e2kmtl1.internal.sungard.corp) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 24 Sep 2004 10:12:51 -0700 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: doSelectJoinXXX() methods with Connection parameter X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Fri, 24 Sep 2004 13:12:49 -0400 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: doSelectJoinXXX() methods with Connection parameter Thread-Index: AcSiWXLc4nKfiS4aTqiE3vbJ8Zn/TQAACgRg From: <[email protected]> To: <[email protected]> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Also: if it is not part of Torque currently, is this something that will = be in the 3.2 release? I think it would be a good candidate. Thx! MG -- Original message -- =09 Hello all! I'm using the doSelectJoinXXX methods generated by Torque. However I = need to use them with a Connection object. To my surprise, it seems that these variants of the methods do not exists.... Am I = mistaken and there is a way to make Torque generate them? Also, there does not seem to be any doSelectJoinAll method at all (there are = many doSelectJoinAllExceptZZZ but none to join all the tables at the same time). Any help would be much appreciated! Thx! MG=20 --=20 Martin Goulet, B.Sc.=20 Senior Software Architect SunGard Front Office Solutions=20 Email: [email protected]=20 Web: www.online.sungard.com=20 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Sep 24 19:58:41 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46241 invoked from network); 24 Sep 2004 19:58:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 24 Sep 2004 19:58:41 -0000 Received: (qmail 2570 invoked by uid 500); 24 Sep 2004 20:00:35 -0000 Delivered-To: [email protected] Received: (qmail 2401 invoked by uid 500); 24 Sep 2004 20:00:34 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 2351 invoked by uid 99); 24 Sep 2004 20:00:33 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO dali.ihc.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 24 Sep 2004 13:00:33 -0700 Received: from zixvpm03.co.ihc.com ([161.129.204.104]) by dali.ihc.com with esmtp (Exim 4.14) id 1CAwF5-0001jZ-Ab for [email protected]; Fri, 24 Sep 2004 14:00:31 -0600 Received: from zixvpm03.co.ihc.com (ZixVPM [161.129.204.104]) by Outbound.co.ihc.com (Proprietary) with ESMTP id +1-608-299-9975 for <[email protected]>; Fri, 24 Sep 2004 14:00:31 -0600 (MDT) Received: from lp-msg1.co.ihc.com (f2-lb-11.co.ihc.com [161.129.204.104]) by zixvpm03.co.ihc.com (Proprietary) with ESMTP id ACD2DC032 for <[email protected]>; Fri, 24 Sep 2004 14:00:30 -0600 (MDT) Received: from IHCROUTE-MTA by lp-msg1.co.ihc.com with Novell_GroupWise; Fri, 24 Sep 2004 14:00:30 -0600 Message-Id: <[email protected]> X-Mailer: Novell GroupWise Internet Agent 6.5.2 Date: Fri, 24 Sep 2004 14:00:23 -0600 From: "John Harris" <[email protected]> To: <[email protected]> Subject: No DataSourceFactory configured issue Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *1CAwF5-0001jZ-Ab*Wp8Tx6L7KTk* X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I'm trying to learn and create a sample app with Turbine 2.3, but I've run into a problem I can't seem to get passed. I'm using Torque 3.1, Turbine 2.3 against an Oracle 8i backend. Everything works, even the generation of tables, etc into the oracle database. But when I try to login I get the error: "java.lang.NullPointerException: There was no DataSourceFactory configured for the connection SAMPLEAPP". I've looked through the archives but haven't found a specific answer for this. I've set all the dsfactory options I know of, still with no luck. Any help would be greatly appreciated. -John --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Sep 24 20:08:03 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49230 invoked from network); 24 Sep 2004 20:08:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 24 Sep 2004 20:08:03 -0000 Received: (qmail 9604 invoked by uid 500); 24 Sep 2004 20:10:14 -0000 Delivered-To: [email protected] Received: (qmail 9348 invoked by uid 500); 24 Sep 2004 20:10:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 9334 invoked by uid 99); 24 Sep 2004 20:10:12 -0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=DNS_FROM_RFC_POST,HTML_MESSAGE,MIME_HTML_NO_CHARSET X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mail25-R-kan.bigfish.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 24 Sep 2004 13:10:10 -0700 Received: from mail25-kan.bigfish.com (localhost.localdomain [161.129.204.104]) by mail25-R-kan.bigfish.com (Postfix) with ESMTP id 9460F833CC for <[email protected]>; Fri, 24 Sep 2004 20:10:11 +0000 (UCT) X-BigFish: VC Received: by mail25-kan (MessageSwitch) id 1096056611531241_3728; Fri, 24 Sep 2004 20:10:11 +0000 (UCT) Received: from mailrelay4.pfizer.com (ns11.pfizer.com [161.129.204.104]) by mail25-kan.bigfish.com (Postfix) with ESMTP id 56E098329D for <[email protected]>; Fri, 24 Sep 2004 20:10:11 +0000 (UCT) Received: from nycexpf06.pfizer.com (localhost [161.129.204.104]) by mailrelay4.pfizer.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id i8OKA7F5011035 for <[email protected]>; Fri, 24 Sep 2004 16:10:07 -0400 (EDT) Received: by nycexpf06.pfizer.com with Internet Mail Service (5.5.2655.55) id <TD84WWSP>; Fri, 24 Sep 2004 16:10:07 -0400 Message-ID: <[email protected]> From: "Husek, Paul" <[email protected]> To: [email protected] Subject: Connection leak Date: Fri, 24 Sep 2004 16:06:06 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.55) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4A271.ED0B389A" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C4A271.ED0B389A Content-Type: text/plain Hello, I'm using Torque v3.1 with commons-dbcp connection pooling. I'm getting what I believe is a connection leak. After a certain time of my application being up and responsive it just hangs. Is there anyway I can verify this? E.g. Can I see how many connections are left in the pool, how many have been taken and not returned, etc? In some places I do a Torque.getConnection() but may not be returning them. Can I cause them to be reaped automatically if I forget to return them? Paul ------_=_NextPart_001_01C4A271.ED0B389A-- From [email protected] Fri Sep 24 20:22:57 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56318 invoked from network); 24 Sep 2004 20:22:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 24 Sep 2004 20:22:57 -0000 Received: (qmail 37306 invoked by uid 500); 24 Sep 2004 20:24:57 -0000 Delivered-To: [email protected] Received: (qmail 37213 invoked by uid 500); 24 Sep 2004 20:24:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 37166 invoked by uid 99); 24 Sep 2004 20:24:56 -0000 X-ASF-Spam-Status: No, hits=1.6 required=10.0 tests=DNS_FROM_AHBL_RHSBL,DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: 161.129.204.104 is neither permitted nor denied by domain of [email protected]) Received: from [161.129.204.104] (HELO mout.perfora.net) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 24 Sep 2004 13:24:54 -0700 Received: from ian.skylist.net[161.129.204.104] (helo=[161.129.204.104]) by mrelay.perfora.net with ESMTP (Nemesis), id 0MKyxe-1CAwcd2xFW-0004i7; Fri, 24 Sep 2004 16:24:51 -0400 X-Provags-ID:perfora.net [email protected] b2065fc7c6fcac3e0b687337ee1c599b Mime-Version: 1.0 (Apple Message framework v619) In-Reply-To: <[email protected]> References: <[email protected]> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <[email protected]> Content-Transfer-Encoding: 7bit From: Ian Ragsdale <[email protected]> Subject: Re: Connection leak Date: Fri, 24 Sep 2004 15:24:50 -0500 To: "Apache Torque Users List" <[email protected]> X-Mailer: Apple Mail (2.619) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N We recently had a similar problem. Here's what we did, which appeared to alleviate the problem without addressing the underlying connection leak: # don't wait indefinitely for a connection torque.dsfactory.scimitar.pool.maxWait = 5000 # allow up to 25 connections in the pool (up from 8) torque.dsfactory.scimitar.pool.maxActive = 25 # remove connections that have been abandoned torque.dsfactory.scimitar.pool.removeAbandoned = true This should postpone running out of connections by adding more and give the pool time to reclaim abandoned connections. There is also a setting to have it track where connections are leaked from, at the expense of a little overhead when opening connections: logAbandoned = true More configuration settings are here: http://jakarta.apache.org/commons/dbcp/configuration.html On Sep 24, 2004, at 3:06 PM, Husek, Paul wrote: > Hello, > > I'm using Torque v3.1 with commons-dbcp connection pooling. I'm > getting > what I believe is a connection leak. After a certain time of my > application > being up and responsive it just hangs. > > Is there anyway I can verify this? E.g. Can I see how many > connections are > left in the pool, how many have been taken and not returned, etc? In > some > places I do a Torque.getConnection() but may not be returning them. > Can I > cause them to be reaped automatically if I forget to return them? > > > > > > Paul > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Sep 24 20:33:21 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 61123 invoked from network); 24 Sep 2004 20:33:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 24 Sep 2004 20:33:21 -0000 Received: (qmail 48232 invoked by uid 500); 24 Sep 2004 20:35:31 -0000 Delivered-To: [email protected] Received: (qmail 48217 invoked by uid 500); 24 Sep 2004 20:35:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 48204 invoked by uid 99); 24 Sep 2004 20:35:30 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO msgdirector3.onetel.net.uk) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 24 Sep 2004 13:35:29 -0700 Received: from bolek.coachhouse ([161.129.204.104]) by msgdirector3.onetel.net.uk (MOS 3.4.6-GR) with ESMTP id CSX06892; Fri, 24 Sep 2004 21:35:16 +0100 (BST) Received: (Exim 3.36) #1 (Debian)) protocol: esmtp id 1CAwmV-0008Er-00 ; Fri, 24 Sep 2004 21:35:03 +0100 Message-ID: <[email protected]> Date: Fri, 24 Sep 2004 21:35:02 +0100 From: T E Schmitz <[email protected]> Reply-To: [email protected] User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Torque Users List <[email protected]> Subject: Re: doSelectJoinXXX() methods with Connection parameter References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello Martin, [email protected] wrote: > I'm using the doSelectJoinXXX methods generated by Torque. However I need to use them with a Connection object. To my surprise, > it seems that these variants of the methods do not exists.... Am I mistaken and there is a way to make Torque generate them? Also, > there does not seem to be any doSelectJoinAll method at all (there are many doSelectJoinAllExceptZZZ but none to join all the tables > at the same time). I added exactly those methods to BasePeer.vm. It's pretty much a copy'n'paste job except for doSelectJoinAll, which is a little bit more involved. Unfortunately I cannot share my templates as I have made numerous other changes (I renamed a few variables. And I made certain assumptions: for instance, I know that I am always using objects rather than primitive types, and single-column PKs; and I incorporated logic for outer joins, a patch Thomas Fischer added to Torque; as I am using ALIASes for all joins self-joins are supported in my template, too). On 29th July I posted snippets from my BasePeer.vm template to this list. Maybe that will help you get started. (subject line : "Re: 1. onDelete 2. 1:n association"). -- Regards/Gruß, Tarlika Elisabeth Schmitz --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Sep 24 22:51:03 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 11639 invoked from network); 24 Sep 2004 22:51:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 24 Sep 2004 22:51:03 -0000 Received: (qmail 97344 invoked by uid 500); 24 Sep 2004 22:53:11 -0000 Delivered-To: [email protected] Received: (qmail 97304 invoked by uid 500); 24 Sep 2004 22:53:10 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 97279 invoked by uid 99); 24 Sep 2004 22:53:09 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO msgdirector4.onetel.net.uk) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 24 Sep 2004 15:53:08 -0700 Received: from bolek.coachhouse (213-78-119-122.friaco.onetel.net.uk [161.129.204.104]) by msgdirector4.onetel.net.uk (MOS 3.4.6-GR) with ESMTP id CGN36377; Fri, 24 Sep 2004 23:53:03 +0100 (BST) Received: (Exim 3.36) #1 (Debian)) protocol: esmtp id 1CAwz6-0008FV-00 ; Fri, 24 Sep 2004 21:48:04 +0100 Message-ID: <[email protected]> Date: Fri, 24 Sep 2004 21:48:04 +0100 From: T E Schmitz <[email protected]> Reply-To: [email protected] User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Torque Users List <[email protected]> Subject: Re: Connection leak References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello Ian, Ian Ragsdale wrote: > We recently had a similar problem. Here's what we did, which appeared > to alleviate the problem without addressing the underlying connection leak: > > # don't wait indefinitely for a connection > torque.dsfactory.scimitar.pool.maxWait = 5000 > > # allow up to 25 connections in the pool (up from 8) > torque.dsfactory.scimitar.pool.maxActive = 25 > > # remove connections that have been abandoned > torque.dsfactory.scimitar.pool.removeAbandoned = true > When I set any of these properties (maxWait, maxActive, removeAbandoned, logAbandoned), I get an error: Category:org.apache.torque.dsfactory.AbstractDataSourceFactory Message:Property: maxActive value: 10 is not supported by DataSource: org.apache.commons.dbcp.datasources.PerUserPoolDataSource and so forth. I had the same problems with SharedPoolDataSourceFactory Hence I have not played around with these settings any further. Does anybody understand which properties are available when? -- Regards/Gruß, Tarlika Elisabeth Schmitz --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Sep 24 23:36:55 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25308 invoked from network); 24 Sep 2004 23:36:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 24 Sep 2004 23:36:55 -0000 Received: (qmail 34847 invoked by uid 500); 24 Sep 2004 23:39:03 -0000 Delivered-To: [email protected] Received: (qmail 34826 invoked by uid 500); 24 Sep 2004 23:39:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 34813 invoked by uid 99); 24 Sep 2004 23:39:03 -0000 X-ASF-Spam-Status: No, hits=2.4 required=10.0 tests=DNS_FROM_AHBL_RHSBL,DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,RCVD_IN_SBL X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: 161.129.204.104 is neither permitted nor denied by domain of [email protected]) Received: from [161.129.204.104] (HELO mout.perfora.net) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 24 Sep 2004 16:39:02 -0700 Received: from ian.skylist.net[161.129.204.104] (helo=[161.129.204.104]) by mrelay.perfora.net with ESMTP (Nemesis), id 0MKyxe-1CAzeW0SbU-0007JU; Fri, 24 Sep 2004 19:39:00 -0400 X-Provags-ID:perfora.net [email protected] b2065fc7c6fcac3e0b687337ee1c599b Mime-Version: 1.0 (Apple Message framework v619) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Message-Id: <[email protected]> Content-Transfer-Encoding: quoted-printable From: Ian Ragsdale <[email protected]> Subject: Re: Connection leak Date: Fri, 24 Sep 2004 18:38:59 -0500 To: "Apache Torque Users List" <[email protected]> X-Mailer: Apple Mail (2.619) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I have been using those values with the SharedPoolDataSourceFactory. =20 Perhaps your version of the dbcp is older than the one we are using and=20= doesn't support these settings? We are using commons-dbcp-1.2.1.jar -=20= perhaps you could get a newer one and see if that works. Ian On Sep 24, 2004, at 3:48 PM, T E Schmitz wrote: > Hello Ian, > > Ian Ragsdale wrote: > >> We recently had a similar problem. Here's what we did, which=20 >> appeared to alleviate the problem without addressing the underlying=20= >> connection leak: >> # don't wait indefinitely for a connection >> torque.dsfactory.scimitar.pool.maxWait =3D 5000 >> # allow up to 25 connections in the pool (up from 8) >> torque.dsfactory.scimitar.pool.maxActive =3D 25 >> # remove connections that have been abandoned >> torque.dsfactory.scimitar.pool.removeAbandoned =3D true > > When I set any of these properties (maxWait, maxActive,=20 > removeAbandoned, logAbandoned), I get an error: > > Category:org.apache.torque.dsfactory.AbstractDataSourceFactory > Message:Property: maxActive value: 10 is not supported by DataSource:=20= > org.apache.commons.dbcp.datasources.PerUserPoolDataSource > > and so forth. > > I had the same problems with SharedPoolDataSourceFactory > > Hence I have not played around with these settings any further. > Does anybody understand which properties are available when? > > --=20 > > > Regards/Gru=DF, > > Tarlika Elisabeth Schmitz > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Sep 25 00:06:13 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30904 invoked from network); 25 Sep 2004 00:06:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 25 Sep 2004 00:06:13 -0000 Received: (qmail 50962 invoked by uid 500); 25 Sep 2004 00:08:21 -0000 Delivered-To: [email protected] Received: (qmail 50937 invoked by uid 500); 25 Sep 2004 00:08:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 50920 invoked by uid 99); 25 Sep 2004 00:08:20 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mailhub2.bmwna.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 24 Sep 2004 17:08:19 -0700 Received: from szumail.sales.americas.bmw.corp (unverified) by mailhub2.bmwna.com (Content Technologies SMTPRS 4.3.14) with ESMTP id <[email protected]> for <[email protected]>; Fri, 24 Sep 2004 20:17:48 -0400 Received: by szumail.uswl with Internet Mail Service (5.5.2657.72) id <TL5XLRFZ>; Fri, 24 Sep 2004 20:08:14 -0400 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: Torque BaseXXX in Transaction and the isNew() Method Check Date: Fri, 24 Sep 2004 20:08:13 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi- 'm having a problem using Torque-generated classes within a transaction. Let's say I have a table, Person, for which Person.java and BasePerson.java are generated by Torque. When I attempt to save my person instance for the first time, Torque will do an insert and then set the new attribtue to false on my Person instance. public void save(Connection con) throws TorqueException { if (!alreadyInSave) { alreadyInSave = true; // If this object has been modified, then save it to the database. if (isModified()) { if (isNew()) { PersonPeer.doInsert((Person) this, con); setNew(false); } else { PersonPeer.doUpdate((Person) this, con); } } alreadyInSave = false; } } Now, if I'm running in a transaction and the transaction rolls back due to some application exception, once the user resolves the problem and attempts to re-insert the Person instance, it will not be inserted. Instead, because isNew() now returns false, Torque will attempt to update the record. However, this record does not exist in the database since the initial transaction rolled back. Has anyone come up with an elegant solution for this problem? Thanks. Michael --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Sep 25 14:56:48 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32310 invoked from network); 25 Sep 2004 14:56:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 25 Sep 2004 14:56:47 -0000 Received: (qmail 98751 invoked by uid 500); 25 Sep 2004 14:58:21 -0000 Delivered-To: [email protected] Received: (qmail 98643 invoked by uid 500); 25 Sep 2004 14:58:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 98561 invoked by uid 99); 25 Sep 2004 14:58:18 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO msgdirector3.onetel.net.uk) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 25 Sep 2004 07:58:18 -0700 Received: from bolek.coachhouse (213-78-126-180.friaco.onetel.net.uk [161.129.204.104]) by msgdirector3.onetel.net.uk (MOS 3.4.6-GR) with ESMTP id CSY06156; Sat, 25 Sep 2004 12:13:45 +0100 (BST) Received: (Exim 3.36) #1 (Debian)) protocol: esmtp id 1CBAUX-0008Vq-00 ; Sat, 25 Sep 2004 12:13:25 +0100 Message-ID: <[email protected]> Date: Sat, 25 Sep 2004 12:13:20 +0100 From: T E Schmitz <[email protected]> Reply-To: [email protected] User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Torque Users List <[email protected]> Subject: Re: Connection leak References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello Ian, Thank you for your help. Indeed, I am using dbcp 1.1 (this is what shipped with Torque 3.1 I think). I downloaded commons-dbcp 1.2 and commons-pool 1.2 when it was released but haven't used it yet. Is it correct that dbcp 1.2 requires pool 1.2? Ian Ragsdale wrote: > I have been using those values with the SharedPoolDataSourceFactory. > Perhaps your version of the dbcp is older than the one we are using and > doesn't support these settings? We are using commons-dbcp-1.2.1.jar - > perhaps you could get a newer one and see if that works. > > Ian > > On Sep 24, 2004, at 3:48 PM, T E Schmitz wrote: > >> Hello Ian, >> >> When I set any of these properties (maxWait, maxActive, >> removeAbandoned, logAbandoned), I get an error: >> >> Category:org.apache.torque.dsfactory.AbstractDataSourceFactory >> Message:Property: maxActive value: 10 is not supported by DataSource: >> org.apache.commons.dbcp.datasources.PerUserPoolDataSource >> >> and so forth. -- Regards/Gruß, Tarlika Elisabeth Schmitz --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Sep 25 15:04:01 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37350 invoked from network); 25 Sep 2004 15:04:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 25 Sep 2004 15:04:01 -0000 Received: (qmail 22219 invoked by uid 500); 25 Sep 2004 15:05:55 -0000 Delivered-To: [email protected] Received: (qmail 22072 invoked by uid 500); 25 Sep 2004 15:05:54 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 21999 invoked by uid 99); 25 Sep 2004 15:05:53 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO msgdirector1.onetel.net.uk) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 25 Sep 2004 08:05:53 -0700 Received: from bolek.coachhouse +1-608-299-9975.friaco.onetel.net.uk [161.129.204.104]) by msgdirector1.onetel.net.uk (MOS 3.4.6-GR) with ESMTP id CAR78388; Sat, 25 Sep 2004 13:56:13 +0100 (BST) Received: (Exim 3.36) #1 (Debian)) protocol: esmtp id 1CBC5n-00005w-00 ; Sat, 25 Sep 2004 13:55:59 +0100 Message-ID: <[email protected]> Date: Sat, 25 Sep 2004 13:55:58 +0100 From: T E Schmitz <[email protected]> Reply-To: [email protected] User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Torque Users List <[email protected]> Subject: Re: Torque BaseXXX in Transaction and the isNew() Method Check References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello Michael, [email protected] wrote: > 'm having a problem using Torque-generated classes within a transaction. > > Now, if I'm running in a transaction and the transaction rolls back due to > some application exception, once the user resolves the problem and attempts > to re-insert the Person instance, it will not be inserted. Instead, because > isNew() now returns false, Torque will attempt to update the record. > However, this record does not exist in the database since the initial > transaction rolled back. > > Has anyone come up with an elegant solution for this problem? I dealt with this problem in the following manner: Between the Torque generated code and the UI I have a Business layer, which. Operations on BusinessObjects are all transaction-based and in some cases they are more complex than just one table insert update. Therefore the need to be able to roll back the whole transaction exists. The Business Layer is a set of interfaces, which is implemented by the DB layer. For instance: For a table PERSON, we have the Torque generated classes Person/PersonPeer. For those, I have a wrapper each TorquePerson/TorquePersonPeer. The latter act as a wrapper round the Torque generated classes and implement the business layer interface. (I refer to 'Person' as table object and 'TorquePerson' as business object.) To solve the rollback problem, you need a shadow table object, which contains the last committed state of the table object. In the above example, TorquePerson contains the current and a committed version of Person. To create a shadow table object, you cannot use the generated copyInto() methods as they only use the table object as a twemplate to create a new similar table object. Therefore I added the methods klone() and kloneInto() to the Velocity template Object.vm. This creates a true copy (clone) of the table object. After a successful commit the shadow table object is kloned from the current table object using kloneInto(). I do this in a method called confirm(). This is a method of my Confirmer interface, which all BusinessObjects implement. This allows me to pass a List or Array of Confirmers to Session.commit(): public static void commit (Connection connection,Confirmer[] confirmers) { Transaction.commit (connection); loop: confirmers[i].confirm(); } and in case of a rollback I do a reset() instead, which klones the shadow table object over the current table object. I hope my posting is not too garbled or more complex than what you were looking for. -- Regards/Gruß, Tarlika Elisabeth Schmitz --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Sep 25 16:10:45 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 79290 invoked from network); 25 Sep 2004 16:10:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 25 Sep 2004 16:10:45 -0000 Received: (qmail 52036 invoked by uid 500); 25 Sep 2004 16:12:48 -0000 Delivered-To: [email protected] Received: (qmail 52021 invoked by uid 500); 25 Sep 2004 16:12:48 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 52007 invoked by uid 99); 25 Sep 2004 16:12:47 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=MIME_QP_LONG_LINE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO lnxc-641.srv.mediaways.net) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Sat, 25 Sep 2004 09:12:47 -0700 Received: (qmail 19450 invoked by uid 501); 25 Sep 2004 09:06:00 -0000 Received: from dsl-082-083-095-102.arcor-ip.net (dsl-082-083-095-102.arcor-ip.net [161.129.204.104]) by compuserve.de ([161.129.204.104]) with ESMTP via TCP; 25 Sep 2004 09:06:00 -0000 Message-ID: <000e01c4a2de$e5f2a3a0$aa00a8c0@meiner> From: "Florian Fray" <[email protected]> To: "Apache Torque Users List" <[email protected]> References: <[email protected]> Subject: Re: Torque BaseXXX in Transaction and the isNew() Method Check Date: Sat, 25 Sep 2004 11:06:08 +0200 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_000B_01C4A2EF.A8CA2500" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------=_NextPart_000_000B_01C4A2EF.A8CA2500 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit I have had this problem some time ago, too. In my opinion, there is no simple solution. So I wrote some code to save those new-flags and manually rolled them back on an error. A solutian I've worked on is to change the Transaction-class by adding non-static methods for commit and rollback and two methods adding Jobs for post-commit and post-rollback processing. Finally there should be a save-method in the transaction, wich delegates to a save-method of a Base-Object and which adds a new-Flag-false-Job to the commit-job-chain. If commit is called, it should commit all changes and, if no exception is thrown, the commit-job-chain should be processed. I've made an implementation after reading your mail, cause my companies code should not be contributed, as it contains too many specific changes. I'll append the code but it's not tested out now. It makes use of the fact that we are using BaseObjects which contain the save-Method (I think this is optional). Another way (my code doesn't exclude) is to add a save-Method which uses a Transaction-instance (this would be nice as the java.sql.Connection doesn't have to be used and won't appear in the app-code anymore). In the code you sent in, there is another error. The line "isAlreadyInSave = false" will never be executed if some exception is thrown. This could be easily fixed with a try ... finally block in the template. Florian Fray ----- Original Message ----- From: <[email protected]> To: <[email protected]> Sent: Saturday, September 25, 2004 2:08 AM Subject: Torque BaseXXX in Transaction and the isNew() Method Check > Hi- > > 'm having a problem using Torque-generated classes within a transaction. > > Let's say I have a table, Person, for which Person.java and BasePerson.java > are generated by Torque. > > When I attempt to save my person instance for the first time, Torque will do > an insert and then set the new attribtue to false on my Person instance. > > public void save(Connection con) throws TorqueException > { > if (!alreadyInSave) > { > alreadyInSave = true; > > > > // If this object has been modified, then save it to the > database. > if (isModified()) > { > if (isNew()) > { > PersonPeer.doInsert((Person) this, con); > setNew(false); > } > else > { > PersonPeer.doUpdate((Person) this, con); > } > } > > alreadyInSave = false; > } > } > > Now, if I'm running in a transaction and the transaction rolls back due to > some application exception, once the user resolves the problem and attempts > to re-insert the Person instance, it will not be inserted. Instead, because > isNew() now returns false, Torque will attempt to update the record. > However, this record does not exist in the database since the initial > transaction rolled back. > > Has anyone come up with an elegant solution for this problem? > > Thanks. > > Michael > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > ------=_NextPart_000_000B_01C4A2EF.A8CA2500 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] ------=_NextPart_000_000B_01C4A2EF.A8CA2500-- From [email protected] Sun Sep 26 08:36:08 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93805 invoked from network); 26 Sep 2004 08:36:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 26 Sep 2004 08:36:08 -0000 Received: (qmail 51916 invoked by uid 500); 26 Sep 2004 08:36:01 -0000 Delivered-To: [email protected] Received: (qmail 51878 invoked by uid 500); 26 Sep 2004 08:36:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 51865 invoked by uid 99); 26 Sep 2004 08:36:00 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO lnxc-641.srv.mediaways.net) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Sun, 26 Sep 2004 01:35:58 -0700 Received: (qmail 32712 invoked by uid 501); 26 Sep 2004 08:35:55 -0000 Received: from dsl-082-083-092-086.arcor-ip.net (dsl-082-083-092-086.arcor-ip.net [161.129.204.104]) by compuserve.de ([161.129.204.104]) with ESMTP via TCP; 26 Sep 2004 08:35:55 -0000 Message-ID: <002001c4a3a3$df2c0fa0$aa00a8c0@meiner> From: "Florian Fray" <[email protected]> To: "Apache Torque Users List" <[email protected]> References: <[email protected]> <000e01c4a2de$e5f2a3a0$aa00a8c0@meiner> Subject: Re: Torque BaseXXX in Transaction and the isNew() Method Check Date: Sun, 26 Sep 2004 10:36:08 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hmm, the attachment isn't there, so if you're interested i could send it to you directly via, just send me a mail. Florian Fray ----- Original Message ----- From: "Florian Fray" <[email protected]> To: "Apache Torque Users List" <[email protected]> Sent: Saturday, September 25, 2004 11:06 AM Subject: Re: Torque BaseXXX in Transaction and the isNew() Method Check > I have had this problem some time ago, too. > In my opinion, there is no simple solution. So I wrote some code > to save those new-flags and manually rolled them back on an error. > A solutian I've worked on is to change the Transaction-class by adding > non-static methods for commit and rollback and two methods adding > Jobs for post-commit and post-rollback processing. Finally there should > be a save-method in the transaction, wich delegates to a save-method of > a Base-Object and which adds a new-Flag-false-Job to the commit-job-chain. > If commit is called, it should commit all changes and, if no exception is > thrown, > the commit-job-chain should be processed. > I've made an implementation after reading your mail, cause my companies code > should not be contributed, as it contains too many specific changes. I'll > append the code > but it's not tested out now. It makes use of the fact that we are using > BaseObjects which contain the save-Method (I think this is optional). > Another way (my code doesn't exclude) is to add a save-Method which > uses a Transaction-instance (this would be nice as the java.sql.Connection > doesn't > have to be used and won't appear in the app-code anymore). > > In the code you sent in, there is another error. > The line "isAlreadyInSave = false" will never be executed if some > exception is thrown. This could be easily fixed with a try ... finally block > in > the template. > > Florian Fray --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Sep 26 16:35:23 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18629 invoked from network); 26 Sep 2004 16:35:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 26 Sep 2004 16:35:23 -0000 Received: (qmail 62755 invoked by uid 500); 26 Sep 2004 16:35:21 -0000 Delivered-To: [email protected] Received: (qmail 62741 invoked by uid 500); 26 Sep 2004 16:35:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 62711 invoked by uid 99); 26 Sep 2004 16:35:20 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hometree.net) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 26 Sep 2004 09:35:19 -0700 Received: from tangens.hometree.net (IDENT:[email protected] [161.129.204.104]) by mail.hometree.net (8.12.10/8.12.10) with ESMTP id i8QGZBri016333 for <[email protected]>; Sun, 26 Sep 2004 18:35:12 +0200 Received: (from news@localhost) by tangens.hometree.net (8.12.10/8.12.8/Submit) id i8QGZAoK016332 for [email protected]; Sun, 26 Sep 2004 18:35:10 +0200 To: [email protected] Path: not-for-mail From: "Henning P. Schmiedehausen" <[email protected]> Newsgroups: hometree.jakarta.torque.user Subject: Re: Torque BaseXXX in Transaction and the isNew() Method Check Date: Sun, 26 Sep 2004 16:35:10 +0000 (UTC) Organization: INTERMETA - Gesellschaft fuer Mehrwertdienste mbH Lines: 28 Message-ID: <[email protected]> References: <[email protected]> Reply-To: [email protected] NNTP-Posting-Host: forge.intermeta.de X-Trace: tangens.hometree.net 1096216510 14554 161.129.204.104 (26 Sep 2004 16:35:10 GMT) X-Complaints-To: [email protected] NNTP-Posting-Date: Sun, 26 Sep 2004 16:35:10 +0000 (UTC) X-Copyright: (C) 1996-2003 Henning Schmiedehausen User-Agent: nn/6.6.5 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N [email protected] writes: >Has anyone come up with an elegant solution for this problem? If the rollback is not under Torque control but in your own code, Torque does not know about this. So IMHO you must manually reset the isNew flag. Well, it might be a good idea to add a "lastState" property to the generated peer classes... Regards Henning -- Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH [email protected] +1-608-299-9975 http://www.intermeta.de/ RedHat Certified Engineer -- Jakarta Turbine Development -- hero for hire Linux, Java, perl, Solaris -- Consulting, Training, Development "Fighting for one's political stand is an honorable action, but re- fusing to acknowledge that there might be weaknesses in one's position - in order to identify them so that they can be remedied - is a large enough problem with the Open Source movement that it deserves to be on this list of the top five problems." -- Michelle Levesque, "Fundamental Issues with Open Source Software Development" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Sep 26 18:48:25 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55858 invoked from network); 26 Sep 2004 18:48:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 26 Sep 2004 18:48:25 -0000 Received: (qmail 57752 invoked by uid 500); 26 Sep 2004 18:48:22 -0000 Delivered-To: [email protected] Received: (qmail 57733 invoked by uid 500); 26 Sep 2004 18:48:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 57707 invoked by uid 99); 26 Sep 2004 18:48:21 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO msgdirector2.onetel.net.uk) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 26 Sep 2004 11:48:21 -0700 Received: from bolek.coachhouse (213-78-126-140.friaco.onetel.net.uk [161.129.204.104]) by msgdirector2.onetel.net.uk (MOS 3.4.6-GR) with ESMTP id BXG53525; Sun, 26 Sep 2004 19:48:15 +0100 (BST) Received: (Exim 3.36) #1 (Debian)) protocol: esmtp id 1CBe3u-0001RU-00 ; Sun, 26 Sep 2004 19:47:54 +0100 Message-ID: <[email protected]> Date: Sun, 26 Sep 2004 19:47:52 +0100 From: T E Schmitz <[email protected]> Reply-To: [email protected] User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Torque Users List <[email protected]> Subject: Re: Torque BaseXXX in Transaction and the isNew() Method Check References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hallo Henning, Henning P. Schmiedehausen wrote: > Well, it might be a good idea to add a "lastState" property to the > generated peer classes... > What exactly do you mean by "lastState" property? Do you mean a shadow object that allows youto fall back to the last saved state? Correct me if I am wrong but I think there is another pitfall regarding the modified flag: in doUpdate(...) the modified flag is set to false unless an exception was thrown. But as there is no feedback whether the update was actually successful it is possible for the flag to be set without the update having been carried out. (The record might've been deleted in the meantime or modified such that the criteria didn't grab the record). -- Regards/Gruß, Tarlika --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Sep 27 08:04:17 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49338 invoked from network); 27 Sep 2004 08:04:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 27 Sep 2004 08:04:17 -0000 Received: (qmail 26420 invoked by uid 500); 27 Sep 2004 08:04:14 -0000 Delivered-To: [email protected] Received: (qmail 26396 invoked by uid 500); 27 Sep 2004 08:04:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 26380 invoked by uid 99); 27 Sep 2004 08:04:13 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mail.hometree.net) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 27 Sep 2004 01:04:11 -0700 Received: from tangens.hometree.net (IDENT:[email protected] [161.129.204.104]) by mail.hometree.net (8.12.10/8.12.10) with ESMTP id i8R846GH004358 for <[email protected]>; Mon, 27 Sep 2004 10:04:06 +0200 Received: (from news@localhost) by tangens.hometree.net (8.12.10/8.12.8/Submit) id i8R846sk004357 for [email protected]; Mon, 27 Sep 2004 10:04:06 +0200 To: [email protected] Path: not-for-mail From: "Henning P. Schmiedehausen" <[email protected]> Newsgroups: hometree.jakarta.torque.user Subject: Re: Torque BaseXXX in Transaction and the isNew() Method Check Date: Mon, 27 Sep 2004 08:04:06 +0000 (UTC) Organization: INTERMETA - Gesellschaft fuer Mehrwertdienste mbH Lines: 73 Message-ID: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Reply-To: [email protected] NNTP-Posting-Host: forge.intermeta.de X-Trace: tangens.hometree.net 1096272246 3929 161.129.204.104 (27 Sep 2004 08:04:06 GMT) X-Complaints-To: [email protected] NNTP-Posting-Date: Mon, 27 Sep 2004 08:04:06 +0000 (UTC) X-Copyright: (C) 1996-2003 Henning Schmiedehausen User-Agent: nn/6.6.5 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N T E Schmitz <[email protected]> writes: >Hallo Henning, >Henning P. Schmiedehausen wrote: >> Well, it might be a good idea to add a "lastState" property to the >> generated peer classes... >> >What exactly do you mean by "lastState" property? >Do you mean a shadow object that allows youto fall back to the last >saved state? No, no, much easier. Basically. private boolean isNew = false; private boolean lastNew = false; public void setNew(boolean isNew) { this.lastNew = this.isNew; this.isNew = isNew; } public boolean isNew() { return isNew; } public boolean isLastNew() { return lastNew; } so if you have to roll back a transaction, you can do [...] myObject.setNew(myObject.isLastNew()); [...] And restore the "new" state of the object before a transaction. If you want complete rollback, then you would need a shadow object, right. I consider this outside the scope of Torque. >Correct me if I am wrong but I think there is another pitfall regarding >the modified flag: in doUpdate(...) the modified flag is set to false >unless an exception was thrown. But as there is no feedback whether the >update was actually successful it is possible for the flag to be set >without the update having been carried out. (The record might've been >deleted in the meantime or modified such that the criteria didn't grab >the record). Could be, yes. I've not ventured deep inside the Peer/Object logic, mainly because my stomach gets upset. ;-) Regards Henning -- Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH [email protected] +1-608-299-9975 http://www.intermeta.de/ RedHat Certified Engineer -- Jakarta Turbine Development -- hero for hire Linux, Java, perl, Solaris -- Consulting, Training, Development "Fighting for one's political stand is an honorable action, but re- fusing to acknowledge that there might be weaknesses in one's position - in order to identify them so that they can be remedied - is a large enough problem with the Open Source movement that it deserves to be on this list of the top five problems." -- Michelle Levesque, "Fundamental Issues with Open Source Software Development" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Sep 27 08:50:14 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81236 invoked from network); 27 Sep 2004 08:50:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 27 Sep 2004 08:50:14 -0000 Received: (qmail 80316 invoked by uid 500); 27 Sep 2004 08:50:11 -0000 Delivered-To: [email protected] Received: (qmail 80266 invoked by uid 500); 27 Sep 2004 08:50:10 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 80253 invoked by uid 99); 27 Sep 2004 08:50:10 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO msgdirector4.onetel.net.uk) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 27 Sep 2004 01:50:10 -0700 Received: from bolek.coachhouse (213-78-119-184.friaco.onetel.net.uk [161.129.204.104]) by msgdirector4.onetel.net.uk (MOS 3.4.6-GR) with ESMTP id CGQ95845; Mon, 27 Sep 2004 09:50:03 +0100 (BST) Received: (Exim 3.36) #1 (Debian)) protocol: esmtp id 1CBrCf-0001eI-00 ; Mon, 27 Sep 2004 09:49:49 +0100 Message-ID: <[email protected]> Date: Mon, 27 Sep 2004 09:49:48 +0100 From: T E Schmitz <[email protected]> Reply-To: [email protected] User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Torque Users List <[email protected]> Subject: Re: Torque BaseXXX in Transaction and the isNew() Method Check References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Good morning Henning, Henning P. Schmiedehausen wrote: >>What exactly do you mean by "lastState" property? >>Do you mean a shadow object that allows youto fall back to the last >>saved state? > > > No, no, much easier. Basically. > > <snip> > so if you have to roll back a transaction, you can do > myObject.setNew(myObject.isLastNew()); > > And restore the "new" state of the object before a transaction. If you > want complete rollback, then you would need a shadow object, right. I > consider this outside the scope of Torque. I agree. That is really application logic whether you want to return the last saved state or not. Come to think about it I am not so sure anymore whether it makes that much sense in my application even. >>Correct me if I am wrong but I think there is another pitfall regarding >>the modified flag: in doUpdate(...) the modified flag is set to false >>unless an exception was thrown. But as there is no feedback whether the >>update was actually successful it is possible for the flag to be set >>without the update having been carried out. (The record might've been >>deleted in the meantime or modified such that the criteria didn't grab >>the record). This really comes down to the lack of feedback from Village, which you explained to me before on the dev list. If you really need to know whether a record has been updated you have to implement this logic in the application because Torque, as it is now, cannot provide the information. > Could be, yes. I've not ventured deep inside the Peer/Object logic, > mainly because my stomach gets upset. ;-) You must have a delicate stomach. I remember it got upset over BasePeer the other day. :-) (Take a look at the NullPointerException in BasePeer, TRQS228, and you might need a digestif.) It takes a lot of concentration to modify the Object/Peer Velocity templates. The main problem is that the same Velocity code is repeated dozens of times to generate Java method and variable names. I don't know Velocity well enough to be able to judge whether, for instance, the use of macros could make the templates more readable. I've made extensive changes and it took a lot of builds - not very fast with a growing number of tables :-( -- Regards/Gruß, Tarlika --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Sep 27 12:43:05 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15897 invoked from network); 27 Sep 2004 12:43:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 27 Sep 2004 12:43:05 -0000 Received: (qmail 60220 invoked by uid 500); 27 Sep 2004 12:43:03 -0000 Delivered-To: [email protected] Received: (qmail 60184 invoked by uid 500); 27 Sep 2004 12:43:02 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 60169 invoked by uid 99); 27 Sep 2004 12:43:02 -0000 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DATE_IN_FUTURE_06_12,DNS_FROM_RFC_ABUSE,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO mail1.bapepam.go.id) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 27 Sep 2004 05:43:00 -0700 Received: (qmail 12322 invoked by uid 510); 27 Sep 2004 19:42:45 -0000 Message-ID: <[email protected]> References: <[email protected]> In-Reply-To: <[email protected]> From: [email protected] To: "Apache Torque Users List" <[email protected]> Subject: Updating To Torque 3.1.1-rc2 caused turbineservlet error Date: Mon, 27 Sep 2004 19:42:45 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I recently try to update my application from using torque-3.1.jar to the latest torque 3.1.1-rc2.jar and expecting the correct behaviour in postgres bit handling. But i don't know why my turbine servlet throw a null pointer exception while initializing the runtimeservice. Any changes in torque-3.1.1 config to enable it work correctly with my turbine based apps? Best Regards, Albert --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Sep 27 14:02:24 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 83229 invoked from network); 27 Sep 2004 14:02:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 27 Sep 2004 14:02:24 -0000 Received: (qmail 21590 invoked by uid 500); 27 Sep 2004 13:58:51 -0000 Delivered-To: [email protected] Received: (qmail 21439 invoked by uid 500); 27 Sep 2004 13:58:46 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 21224 invoked by uid 99); 27 Sep 2004 13:58:42 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO e2kmtl1.internal.sungard.corp) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 27 Sep 2004 06:58:38 -0700 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: doSelectJoinXXX() methods with Connection parameter X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Mon, 27 Sep 2004 09:58:32 -0400 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: doSelectJoinXXX() methods with Connection parameter Thread-Index: AcSidg1zyxGLwpp2TsSrYOG/BG061QCI8vtQ From: <[email protected]> To: <[email protected]> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N TE, Thank you for the fast reply! :-) Is there any plan of putting this into version 3.2? And btw, does = anybody knows when this new release is supposed to be released? There are many features in it that we are looking = forward to.=20 thx! MG=20 --=20 Martin Goulet, B.Sc.=20 Senior Software Architect SunGard Front Office Solutions=20 Email: [email protected]=20 Web: www.online.sungard.com=20 -----Original Message----- From: T E Schmitz [mailto:[email protected]] Sent: Friday, September 24, 2004 4:35 PM To: Apache Torque Users List Subject: Re: doSelectJoinXXX() methods with Connection parameter Hello Martin, [email protected] wrote: > I'm using the doSelectJoinXXX methods generated by Torque. However I = need to use them with a Connection object. To my surprise, > it seems that these variants of the methods do not exists.... Am I = mistaken and there is a way to make Torque generate them? Also, > there does not seem to be any doSelectJoinAll method at all (there are = many doSelectJoinAllExceptZZZ but none to join all the tables > at the same time). I added exactly those methods to BasePeer.vm. It's pretty much a=20 copy'n'paste job except for doSelectJoinAll, which is a little bit more=20 involved. Unfortunately I cannot share my templates as I have made numerous other=20 changes (I renamed a few variables. And I made certain assumptions: for=20 instance, I know that I am always using objects rather than primitive=20 types, and single-column PKs; and I incorporated logic for outer joins,=20 a patch Thomas Fischer added to Torque; as I am using ALIASes for all=20 joins self-joins are supported in my template, too). On 29th July I posted snippets from my BasePeer.vm template to this=20 list. Maybe that will help you get started. (subject line : "Re: 1.=20 onDelete 2. 1:n association"). --=20 Regards/Gru=DF, Tarlika Elisabeth Schmitz --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Sep 27 14:23:34 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 96595 invoked from network); 27 Sep 2004 14:23:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 27 Sep 2004 14:23:34 -0000 Received: (qmail 98908 invoked by uid 500); 27 Sep 2004 14:23:31 -0000 Delivered-To: [email protected] Received: (qmail 98769 invoked by uid 500); 27 Sep 2004 14:23:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 98756 invoked by uid 99); 27 Sep 2004 14:23:30 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO msgdirector4.onetel.net.uk) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 27 Sep 2004 07:23:29 -0700 Received: from bolek.coachhouse (213-78-103-165.friaco.onetel.net.uk [161.129.204.104]) by msgdirector4.onetel.net.uk (MOS 3.4.6-GR) with ESMTP id CGR52349; Mon, 27 Sep 2004 15:23:19 +0100 (BST) Received: (Exim 3.36) #1 (Debian)) protocol: esmtp id 1CBwHy-0001mc-00 ; Mon, 27 Sep 2004 15:15:38 +0100 Message-ID: <[email protected]> Date: Mon, 27 Sep 2004 15:15:32 +0100 From: T E Schmitz <[email protected]> Reply-To: [email protected] User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Torque Users List <[email protected]> Subject: Re: doSelectJoinXXX() methods with Connection parameter References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello MG, > Is there any plan of putting this into version 3.2? And btw, does anybody knows when this new release is supposed You realize that I'm not a Torque committer? I just made this and many other changes to our own .vm templates. I can't offer my changes to the Torque project as I took a few shortcuts in my Velocity code: for instance I didn't implement logic for primitive types as we don't use them. I'm afraid, you will have to replicate those changes yourself. -- Regards/Gruß, TE --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Sep 27 15:09:30 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 30925 invoked from network); 27 Sep 2004 15:09:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 27 Sep 2004 15:09:30 -0000 Received: (qmail 11092 invoked by uid 500); 27 Sep 2004 15:09:22 -0000 Delivered-To: [email protected] Received: (qmail 10982 invoked by uid 500); 27 Sep 2004 15:09:21 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 10943 invoked by uid 99); 27 Sep 2004 15:09:20 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO smtp004.bizmail.sc5.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 27 Sep 2004 08:09:18 -0700 Received: from unknown (HELO guy.guardium.com) ([email protected]@161.129.204.104 with login) by smtp004.bizmail.sc5.yahoo.com with SMTP; 27 Sep 2004 15:09:13 -0000 Subject: Re: Connection leak From: Guy Galil <[email protected]> Reply-To: [email protected] To: Apache Torque Users List <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> Content-Type: text/plain Organization: Guardium Inc. Message-Id: <[email protected]> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 27 Sep 2004 11:04:55 -0400 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N This might be pointing to the obvious but still: when you use Connection con = Torque.getConnection(); make sure you have a finally clause with Torque.closeConnection(con); On Fri, 2004-09-24 at 16:06, Husek, Paul wrote: > Hello, > > > > I'm using Torque v3.1 with commons-dbcp connection pooling. I'm getting > what I believe is a connection leak. After a certain time of my application > being up and responsive it just hangs. > > > > Is there anyway I can verify this? E.g. Can I see how many connections are > left in the pool, how many have been taken and not returned, etc? In some > places I do a Torque.getConnection() but may not be returning them. Can I > cause them to be reaped automatically if I forget to return them? > > > > > > Paul > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Sep 27 15:22:26 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39152 invoked from network); 27 Sep 2004 15:22:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 27 Sep 2004 15:22:26 -0000 Received: (qmail 41236 invoked by uid 500); 27 Sep 2004 15:22:21 -0000 Delivered-To: [email protected] Received: (qmail 41196 invoked by uid 500); 27 Sep 2004 15:22:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 41178 invoked by uid 99); 27 Sep 2004 15:22:20 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO e2kmtl1.internal.sungard.corp) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 27 Sep 2004 08:22:19 -0700 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: doSelectJoinXXX() methods with Connection parameter X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Mon, 27 Sep 2004 11:22:17 -0400 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: doSelectJoinXXX() methods with Connection parameter Thread-Index: AcSknZQViXC6hQ3/QlisUsDptHIEVAAB8lwQ From: <[email protected]> To: <[email protected]> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N TE, Sorry, you are quite active on the mailing list so I thought that you = were part of the Torque project. I meant no offense. I guess my question about Torque 3.2 wasn't really = intended for you only but was rather meant for anyone reading this who would know. All, My question is still valid: does anyone knows: 1- If the doSelectJoinXXX methods are to be included in release 3.2 of = Torque? IMHO it would be a neat feature 2- When is Torque 3.2 supposed to be released? Thx! Martin --=20 Martin Goulet, B.Sc.=20 Senior Software Architect SunGard Front Office Solutions=20 Email: [email protected]=20 Web: www.online.sungard.com=20 -----Original Message----- From: T E Schmitz [mailto:[email protected]] Sent: Monday, September 27, 2004 10:16 AM To: Apache Torque Users List Subject: Re: doSelectJoinXXX() methods with Connection parameter Hello MG, > Is there any plan of putting this into version 3.2? And btw, does = anybody knows when this new release is supposed You realize that I'm not a Torque committer? I just made this and many other changes to our own .vm templates. I=20 can't offer my changes to the Torque project as I took a few shortcuts=20 in my Velocity code: for instance I didn't implement logic for primitive = types as we don't use them. I'm afraid, you will have to replicate those = changes yourself. --=20 Regards/Gru=DF, TE --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Sep 27 15:52:27 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56078 invoked from network); 27 Sep 2004 15:52:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 27 Sep 2004 15:52:27 -0000 Received: (qmail 6830 invoked by uid 500); 27 Sep 2004 15:52:24 -0000 Delivered-To: [email protected] Received: (qmail 6691 invoked by uid 500); 27 Sep 2004 15:52:23 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 6676 invoked by uid 99); 27 Sep 2004 15:52:22 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO msgdirector4.onetel.net.uk) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 27 Sep 2004 08:52:20 -0700 Received: from bolek.coachhouse +1-608-299-9975.friaco.onetel.net.uk [161.129.204.104]) by msgdirector4.onetel.net.uk (MOS 3.4.6-GR) with ESMTP id CGR68882; Mon, 27 Sep 2004 16:52:01 +0100 (BST) Received: (Exim 3.36) #1 (Debian)) protocol: esmtp id 1CBxn3-0001pB-00 ; Mon, 27 Sep 2004 16:51:49 +0100 Message-ID: <[email protected]> Date: Mon, 27 Sep 2004 16:51:49 +0100 From: T E Schmitz <[email protected]> Reply-To: [email protected] User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Torque Users List <[email protected]> Subject: Re: doSelectJoinXXX() methods with Connection parameter References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello Martin, [email protected] wrote: > TE, > > Sorry, you are quite active on the mailing list so I thought that you were part of the Torque project. If there is ever an OpenSource project I will contribute to, it'll be Torque - I've grown quite "fond" of it over the last few moths ;-) So, no offense taken, > 1- If the doSelectJoinXXX methods are to be included in release 3.2 of Torque? IMHO it would be a neat > feature A couple of things would be useful: - doSelectJoinXXX - doSelectJoinAll + both with implicit and explicit connections + with a choice of inner and left outer joins (there was a discussion on this topic on the dev list, but I can't quite remember what Scott Eade's and Thomas Fischer's conclusion was - as backwards compatibility needs to be considered) + self-joins permitted (as far as I can see that can only be done via aliasing; anyway, that's how I've done it) As an aside: does anyone use those doSelectJoinExceptXXX methods? I find them kind of useless and they blow the code up a fair bit if a table has loads of FKs. -- Regards/Gruß, TES --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Sep 27 15:53:35 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56509 invoked from network); 27 Sep 2004 15:53:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 27 Sep 2004 15:53:35 -0000 Received: (qmail 8037 invoked by uid 500); 27 Sep 2004 15:53:32 -0000 Delivered-To: [email protected] Received: (qmail 7892 invoked by uid 500); 27 Sep 2004 15:53:31 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 7873 invoked by uid 99); 27 Sep 2004 15:53:31 -0000 X-ASF-Spam-Status: No, hits=2.4 required=10.0 tests=DNS_FROM_AHBL_RHSBL,DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,RCVD_IN_SBL X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: 161.129.204.104 is neither permitted nor denied by domain of [email protected]) Received: from [161.129.204.104] (HELO mout.perfora.net) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 27 Sep 2004 08:53:29 -0700 Received: from ian.skylist.net[161.129.204.104] (helo=[161.129.204.104]) by mrelay.perfora.net with ESMTP (Nemesis), id 0MKz1m-1CBxoa0v9H-0001fd; Mon, 27 Sep 2004 11:53:24 -0400 X-Provags-ID:perfora.net [email protected] b2065fc7c6fcac3e0b687337ee1c599b Mime-Version: 1.0 (Apple Message framework v619) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <[email protected]> Content-Transfer-Encoding: 7bit From: Ian Ragsdale <[email protected]> Subject: Re: Connection leak Date: Mon, 27 Sep 2004 10:53:23 -0500 To: "Apache Torque Users List" <[email protected]> X-Mailer: Apple Mail (2.619) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N If you tell the JVM to do a thread dump (kill -3 on unix systems, not sure on windows, prints to stdout) you can see your threads stuck waiting on the connection pool. That would be one way to verify that this is in fact the problem. Ian On Sep 27, 2004, at 10:04 AM, Guy Galil wrote: > This might be pointing to the obvious but still: > when you use Connection con = Torque.getConnection(); > make sure you have a finally clause with Torque.closeConnection(con); > > On Fri, 2004-09-24 at 16:06, Husek, Paul wrote: >> Hello, >> >> >> >> I'm using Torque v3.1 with commons-dbcp connection pooling. I'm >> getting >> what I believe is a connection leak. After a certain time of my >> application >> being up and responsive it just hangs. >> >> >> >> Is there anyway I can verify this? E.g. Can I see how many >> connections are >> left in the pool, how many have been taken and not returned, etc? In >> some >> places I do a Torque.getConnection() but may not be returning them. >> Can I >> cause them to be reaped automatically if I forget to return them? >> >> >> >> >> >> Paul >> >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Sep 29 11:34:40 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 70148 invoked from network); 29 Sep 2004 11:34:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 29 Sep 2004 11:34:40 -0000 Received: (qmail 53257 invoked by uid 500); 29 Sep 2004 11:24:44 -0000 Delivered-To: [email protected] Received: (qmail 53148 invoked by uid 500); 29 Sep 2004 11:24:41 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 52905 invoked by uid 99); 29 Sep 2004 11:24:37 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO web14422.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 29 Sep 2004 04:24:35 -0700 Message-ID: <[email protected]> Received: from [161.129.204.104] by web14422.mail.yahoo.com via HTTP; Wed, 29 Sep 2004 04:24:25 PDT Date: Wed, 29 Sep 2004 04:24:25 -0700 (PDT) From: clinton lopez <[email protected]> Subject: Mysql table type To: [email protected] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I would like to use InnoDB table type in mysql. I read the documentation but I could not find a way to specify the table type (unless i missed some parts). I searched the archives and I found out that I should change something in the db.props file. I downloaded the tdk (2.2-rc2) and followed the instructions in the TDK-How to . I could not find the db.props file. Am I missing something or are there other ways to specify the table type? Thanks! Clinton Lopez _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Sep 29 11:47:46 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 81735 invoked from network); 29 Sep 2004 11:47:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 29 Sep 2004 11:47:45 -0000 Received: (qmail 21461 invoked by uid 500); 29 Sep 2004 11:46:59 -0000 Delivered-To: [email protected] Received: (qmail 21368 invoked by uid 500); 29 Sep 2004 11:46:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 21214 invoked by uid 99); 29 Sep 2004 11:46:55 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO e2kmtl1.internal.sungard.corp) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 29 Sep 2004 04:46:53 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Mysql table type Date: Wed, 29 Sep 2004 07:46:47 -0400 Message-ID: <[email protected]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Mysql table type Thread-Index: AcSmGE39s0ppAIfpRCCFRh/DoDeBSwAAXEIQ From: <[email protected]> To: <[email protected]> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Clinton, You're right, the file to change is indeed db.props. This file is part of the torque-gen jar file since it is used to generate the Torque classes code. It is located somewhere in the 'templates' directory (sorry I don't remember the exact path by heart). Hope this helps! MG=20 --=20 Martin Goulet, B.Sc.=20 Senior Software Architect SunGard Front Office Solutions=20 Email: [email protected]=20 Web: www.online.sungard.com=20 -----Original Message----- From: clinton lopez [mailto:[email protected]] Sent: Wednesday, September 29, 2004 7:24 AM To: [email protected] Subject: Mysql table type I would like to use InnoDB table type in mysql. I read the documentation but I could not find a way to specify the table type (unless i missed some parts). I searched the archives and I found out that I should change something in the db.props file. I downloaded the tdk (2.2-rc2) and followed the instructions in the TDK-How to . I could not find the db.props file. Am I missing something or are there other ways to specify the table type? Thanks! Clinton Lopez =09 _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Sep 29 16:29:29 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65871 invoked from network); 29 Sep 2004 16:29:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 29 Sep 2004 16:29:29 -0000 Received: (qmail 68341 invoked by uid 500); 29 Sep 2004 16:29:25 -0000 Delivered-To: [email protected] Received: (qmail 68253 invoked by uid 500); 29 Sep 2004 16:29:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 68228 invoked by uid 99); 29 Sep 2004 16:29:23 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO linode1.vawter.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 29 Sep 2004 09:29:22 -0700 Received: from [161.129.204.104] (c-24-8-10-18.client.comcast.net [161.129.204.104]) by linode1.vawter.com (Postfix) with ESMTP id EF5BD12C78 for <[email protected]>; Wed, 29 Sep 2004 10:29:18 -0600 (MDT) Message-ID: <[email protected]> Date: Wed, 29 Sep 2004 10:26:28 -0600 From: Don Vawter <[email protected]> User-Agent: Mozilla Thunderbird 0.8 (X11/20040918) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Torque Users List <[email protected]> Subject: MySQL and autoincrement References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N If I set the idmethod to native and add the attribute autoincrement="true" to my primary key columns I expected them to be autoincremented in MySql. They aren't. Looking at the generated sql reveals that nothing about autoincrement exists. What I do now is edit the sql file before running it but it doesn't seem like that is the best approach :-) because the changes are lost if I modify the schema. Suggestions? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Sep 29 17:13:16 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84555 invoked from network); 29 Sep 2004 17:13:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 29 Sep 2004 17:13:16 -0000 Received: (qmail 47340 invoked by uid 500); 29 Sep 2004 17:13:00 -0000 Delivered-To: [email protected] Received: (qmail 47282 invoked by uid 500); 29 Sep 2004 17:12:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 47249 invoked by uid 99); 29 Sep 2004 17:12:59 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO linode1.vawter.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 29 Sep 2004 10:12:58 -0700 Received: from [161.129.204.104] (c-24-8-10-18.client.comcast.net [161.129.204.104]) by linode1.vawter.com (Postfix) with ESMTP id C51AA12C78 for <[email protected]>; Wed, 29 Sep 2004 11:12:56 -0600 (MDT) Message-ID: <[email protected]> Date: Wed, 29 Sep 2004 11:10:06 -0600 From: Don Vawter <[email protected]> User-Agent: Mozilla Thunderbird 0.8 (X11/20040918) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Torque Users List <[email protected]> Subject: Re: MySQL and autoincrement References: <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N nevermind. attribute is autoIncrement not autoincrement Don Vawter wrote: > If I set the idmethod to native and add the attribute > autoincrement="true" to my primary key columns I expected them to be > autoincremented in MySql. They aren't. Looking at the generated sql > reveals that nothing about autoincrement exists. > > What I do now is edit the sql file before running it but it doesn't > seem like that is the best approach :-) because the changes are lost > if I modify the schema. > > Suggestions? > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Sep 30 02:34:23 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 37983 invoked from network); 30 Sep 2004 02:34:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 30 Sep 2004 02:34:22 -0000 Received: (qmail 83845 invoked by uid 500); 30 Sep 2004 02:34:19 -0000 Delivered-To: [email protected] Received: (qmail 83826 invoked by uid 500); 30 Sep 2004 02:34:18 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 83813 invoked by uid 99); 30 Sep 2004 02:34:18 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_00_10,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO web52308.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 29 Sep 2004 19:34:17 -0700 Message-ID: <[email protected]> Received: from [161.129.204.104] by web52308.mail.yahoo.com via HTTP; Wed, 29 Sep 2004 23:34:15 ART Date: Wed, 29 Sep 2004 23:34:15 -0300 (ART) From: Leandro lira <[email protected]> Subject: Generating visual entity diagrams from torque database x-schema.xml To: [email protected] MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-2117084538-1096511655=:44524" Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --0-2117084538-1096511655=:44524 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Hi people! I would like to know if there are some free software that generate the visual entity-relatioships diagrams (or UML diagrams) from the XML database schema defined by US for torque. Tanks! Leandro de Lima Lira Home Page: www.leandrolira.cjb.net __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --0-2117084538-1096511655=:44524-- From [email protected] Thu Sep 30 02:38:45 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 38880 invoked from network); 30 Sep 2004 02:38:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 30 Sep 2004 02:38:45 -0000 Received: (qmail 86444 invoked by uid 500); 30 Sep 2004 02:38:09 -0000 Delivered-To: [email protected] Received: (qmail 86397 invoked by uid 500); 30 Sep 2004 02:38:09 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 86345 invoked by uid 99); 30 Sep 2004 02:38:07 -0000 X-ASF-Spam-Status: No, hits=2.4 required=10.0 tests=DATE_IN_FUTURE_12_24 X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO barge.anchor.net.au) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 29 Sep 2004 19:38:03 -0700 Received: from [161.129.204.104] (CPE-61-9-201-26.nsw.bigpond.net.au [161.129.204.104]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by barge.anchor.net.au (Postfix) with ESMTP id 9F87410059 for <[email protected]>; Thu, 30 Sep 2004 12:38:00 +1000 (EST) Message-ID: <[email protected]> Date: Fri, 01 Oct 2004 12:37:06 +1000 From: Scott Eade <[email protected]> User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Torque Users List <[email protected]> Subject: Re: Generating visual entity diagrams from torque database x-schema.xml References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Leandro lira wrote: >I would like to know if there are some free software that generate the visual entity-relatioships diagrams (or UML diagrams) from the XML database schema defined by US for torque. > > Try: http://www.devaki.org/nextobjects/ Scott -- Scott Eade Backstage Technologies Pty. Ltd. http://www.backstagetech.com.au --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Sep 30 05:40:42 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 99754 invoked from network); 30 Sep 2004 05:40:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 30 Sep 2004 05:40:42 -0000 Received: (qmail 29254 invoked by uid 500); 30 Sep 2004 05:40:29 -0000 Delivered-To: [email protected] Received: (qmail 29188 invoked by uid 500); 30 Sep 2004 05:40:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 29164 invoked by uid 99); 30 Sep 2004 05:40:28 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO web14423.mail.yahoo.com) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 29 Sep 2004 22:40:18 -0700 Message-ID: <[email protected]> Received: from [161.129.204.104] by web14423.mail.yahoo.com via HTTP; Wed, 29 Sep 2004 22:39:58 PDT Date: Wed, 29 Sep 2004 22:39:58 -0700 (PDT) From: clinton lopez <[email protected]> Subject: RE: Mysql table type To: Apache Torque Users List <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Thanks, Martin! but I searched the TDK i've downloaded and there is no db.props file. There is also no torque-gen.jar (i have the torque-3.0-rc2.jar) Since the table type is specified in only a single file (i.e. db.props) I assume that the specified type is used in all tables in the database. Since InnoDB and MyIsam has their own advantages, i want to use InnoDB for some tables and MyIsam in others. Could someone please suggest some ways to do that. What I was planning to do was execute torque in its default configurations then edit the sql scripts generated (to specify the table type), then manually create the database. Would that work? Are there other configuration settings that I should modify? Thanks! --- [email protected] wrote: > > Clinton, > > You're right, the file to change is indeed db.props. > This file is part > of the torque-gen jar file since it is used to > generate the Torque > classes > code. It is located somewhere in the 'templates' > directory (sorry I > don't > remember the exact path by heart). > > Hope this helps! > > MG > -- > Martin Goulet, B.Sc. > Senior Software Architect > SunGard Front Office Solutions > Email: [email protected] > Web: www.online.sungard.com > > > > -----Original Message----- > From: clinton lopez [mailto:[email protected]] > Sent: Wednesday, September 29, 2004 7:24 AM > To: [email protected] > Subject: Mysql table type > > > I would like to use InnoDB table type in mysql. I > read > the documentation but I could not find a way to > specify the table type (unless i missed some parts). > I > searched the archives and I found out that I should > change something in the db.props file. I downloaded > the tdk (2.2-rc2) and followed the instructions in > the > TDK-How to . I could not find the db.props file. Am > I > missing something or are there other ways to specify > the table type? > > Thanks! > Clinton Lopez > > > > _______________________________ > Do you Yahoo!? > Declare Yourself - Register online to vote today! > http://vote.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [email protected] > For additional commands, e-mail: > [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [email protected] > For additional commands, e-mail: > [email protected] > > __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Sep 30 08:23:38 2004 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 84664 invoked from network); 30 Sep 2004 08:23:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 30 Sep 2004 08:23:37 -0000 Received: (qmail 25665 invoked by uid 500); 30 Sep 2004 08:23:15 -0000 Delivered-To: [email protected] Received: (qmail 25535 invoked by uid 500); 30 Sep 2004 08:23:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "Apache Torque Users List" <torque-user.db.apache.org> Reply-To: "Apache Torque Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 25359 invoked by uid 99); 30 Sep 2004 08:23:12 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.129.204.104] (HELO msgdirector2.onetel.net.uk) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 30 Sep 2004 01:23:09 -0700 Received: from bolek.coachhouse (213-78-119-157.friaco.onetel.net.uk [161.129.204.104]) by msgdirector2.onetel.net.uk (MOS 3.4.6-GR) with ESMTP id BXO06239; Thu, 30 Sep 2004 09:23:04 +0100 (BST) Received: (Exim 3.36) #1 (Debian)) protocol: esmtp id 1CCwCs-0003Cs-00 ; Thu, 30 Sep 2004 09:22:30 +0100 Message-ID: <[email protected]> Date: Thu, 30 Sep 2004 09:22:30 +0100 From: T E Schmitz <[email protected]> Reply-To: [email protected] User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Torque Users List <[email protected]> Subject: Re: Generating visual entity diagrams from torque database x-schema.xml References: <[email protected]> In-Reply-To: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello, Leandro lira wrote: > I would like to know if there are some free software that generate the visual entity-relatioships diagrams (or UML diagrams) from the XML database schema defined by US for torque. http://druid.sourceforge.net/ -- Regards/Gruß, Tarlika Elisabeth Schmitz --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Tue Jan 06 19:59:34 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3072 invoked from network); 6 Jan 2009 19:59:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Jan 2009 19:59:33 -0000 Received: (qmail 87852 invoked by uid 500); 6 Jan 2009 19:59:33 -0000 Delivered-To: [email protected] Received: (qmail 87824 invoked by uid 500); 6 Jan 2009 19:59:32 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "OJB Users List" <ojb-user.db.apache.org> Reply-To: "OJB Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 87812 invoked by uid 99); 6 Jan 2009 19:59:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jan 2009 11:59:32 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO fk-out-0910.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jan 2009 19:59:26 +0000 Received: by fk-out-0910.google.com with SMTP id 18so3824182fks.7 for <[email protected]>; Tue, 06 Jan 2009 11:59:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=k5mj7wi7pOBgVMoVDGf/5I3sSwml3Nbew1Y0E1B+UEg=; b=B7bu/3hlkyGJmAzJUK81rG+lmQ3+obWTYuL6e3twwCNExMbdey08DeUjxiMiFKg2Gx zcEHTGhEK53EPg5Fq3cDRPBb64KjL2E0z/72VyB6dFUPscxKLS5O1fHLdme4cP9nfBzS EzAKoi/uyz8e9XUzpDs2spfA+0MJExSz4Dpgk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=Rb22K1m0jj4RSfT5CDamM5dUoh9sOs0pLqJvkhVa1Wumss0gpVZzlGqHZaRe61/T9s 5cBS+f91cdUUpGQeDd5Y9ZGZur5h0jh+y6gJXMqay1jkT6QKPv56J628hB+1OiZOwqMa PBOpmtBwVfzEXIsK+mg6MB4yo0jr4AEzec6oQ= Received: by 161.129.204.104 with SMTP id l6mr14792728fap.52.1231271942128; Tue, 06 Jan 2009 11:59:02 -0800 (PST) Received: by 161.129.204.104 with HTTP; Tue, 6 Jan 2009 11:59:02 -0800 (PST) Message-ID: <[email protected]> Date: Tue, 6 Jan 2009 20:59:02 +0100 From: "Alessandro Colantoni" <[email protected]> To: "OJB Users List" <[email protected]> Subject: Mandragora 0.3 released MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_258968_18954646.1231271942122" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_258968_18954646.1231271942122 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Just to notify, to everyone that could be interested that a new version of Mandragora (http://mandragora.sourceforge.net/) has been released. New methods have been added, and some limitation of the existing ones have been removed. The architecture provided by Mandragora is now more complex, not just providing the simple chain BD-->DAO, but providing a structure implementing the pattern BD, Service FAcade, Application Service and DAO, providing components collaborating together to provide a suitable j2ee architecture, very easy to extend and customize to the specifications of the application you have to realize. Just put mandagora.jar in your library, configure Mandragora.properties in your classpath, and you will have available a lot of DAO methods implemented with Ojb persistence broker, that can be used directly, or are used to implements business methods, in turns yet ready to use. Using Mandragora you don't have to build the architecture of your application. That's already done, and having almost 100 business methods, your are going to save lots of time. If you are enough skilled with Ojb Persistence broker, there is almost nothing to learn, and you can be ready to use it 20 minutes reading the documentation. http://mandragora.sourceforge.net/ Any comment, help or other would be appreciated a lot. Thanks in advance, sorry for the annoyance, and have a happy new year ------=_Part_258968_18954646.1231271942122-- From [email protected] Thu Jan 29 12:28:03 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45221 invoked from network); 29 Jan 2009 12:28:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Jan 2009 12:28:03 -0000 Received: (qmail 6001 invoked by uid 500); 29 Jan 2009 12:28:02 -0000 Delivered-To: [email protected] Received: (qmail 5974 invoked by uid 500); 29 Jan 2009 12:28:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "OJB Users List" <ojb-user.db.apache.org> Reply-To: "OJB Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 5896 invoked by uid 99); 29 Jan 2009 12:28:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jan 2009 04:28:01 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO relay1.vsu.ru) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jan 2009 12:27:54 +0000 Received: by relay1.vsu.ru (CommuniGate Pro PIPE 5.2.12) with PIPE id 149273425; Thu, 29 Jan 2009 15:27:23 +0300 X-drweb-hash: Received: from [161.129.204.104] (account [email protected] HELO kme.ic.vrn.ru) by relay1.vsu.ru (CommuniGate Pro SMTP 5.2.12) with ESMTPSA id 149271463 for [email protected]; Thu, 29 Jan 2009 15:18:23 +0300 Date: Thu, 29 Jan 2009 15:18:14 +0300 From: Maxim Kuleshov <[email protected]> To: "OJB Users List" <[email protected]> Subject: extents, mapping classes to joined tables and collection-type field Message-ID: <[email protected]> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi! How could I configure OJB to process such scheme: I have base class A and at least one its subclass B. Each class uses different DB tables, joined to each other. In following examples I have TABLE_B references to TABLE_A by foreign key PARENT_ID. There is also third class, lets say 'ObjList' having 1:n relation to base class A. Java code looks like this: package objs; /* @ojb.class table="TABLE_A" * @ojb.extent class-ref="objs.B" * @ojb.field name="listId" * column="list_id" * jdbc-type="INTEGER" */ class A { /* @ojb.field column="id" * jdbc-type="INTEGER" * primarykey="true" */ int id; /* @ojb.field column="field1" * jdbc-type="INTEGER" */ int field1; /* @ojb.field column="field2" * jdbc-type="INTEGER" */ int field2; /* @ojb.reference foreignkey="listId" * auto-retrieve="true" * auto-update="link" * auto-delete="link" */ ObjsList list; } /* @ojb.class table="TABLE_B" * include-inherited="false" * @ojb.field name="id" * jdbc-type="INTEGER" * column="id" * primarykey="true" * @ojb.field name="parentId" * column="parent_id" * jdbc-type="INTEGER" * access="anonymous" * @ojb.reference class-ref="objs.A" * auto-retrieve="true" * auto-update="object" * auto-delete="object" * foreignkey="parentId" */ class B extends A { /* @ojb.field column="field3" * jdbc-type="INTEGER" */ int field3; } class ObjsList { ... various fields ... /* @ojb.collection * element-class-ref="objs.A" * foreignkey="listId" * auto-retreive="true" * auto-update="link" * audo-delete="none" * proxy="true" */ List<A> objs; } That's scheme gives me error during XDoclet stage: "The collection entries in class ojbs.ObjsList specifies a foreignkey listId that is not a persistent field in the element class (or its subclass) objs.B" If I include declaration of listId field to class "B" (via include-inherited="true" or place separate ojb.field to class B, then OJB suppose TABLE_B have LIST_ID column, though it doesn't. The following SQL generated when method getObjs() invoked on ObjsList instance. SELECT count(*) FROM TABLE_B A0 INNER JOIN TABLE_A A1 ON A0.parent_id=A1.id WHERE A0.list_id = ? Why OJB forces class B have listId? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Jan 30 06:54:58 2009 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 39694 invoked from network); 30 Jan 2009 06:54:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Jan 2009 06:54:58 -0000 Received: (qmail 930 invoked by uid 500); 30 Jan 2009 06:54:57 -0000 Delivered-To: [email protected] Received: (qmail 910 invoked by uid 500); 30 Jan 2009 06:54:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:[email protected]> List-Help: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: "OJB Users List" <ojb-user.db.apache.org> Reply-To: "OJB Users List" <[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 893 invoked by uid 99); 30 Jan 2009 06:54:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jan 2009 22:54:57 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO relay1.vsu.ru) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jan 2009 06:54:49 +0000 Received: by relay1.vsu.ru (CommuniGate Pro PIPE 5.2.12) with PIPE id 149458451; Fri, 30 Jan 2009 09:54:28 +0300 X-drweb-hash: Received: from [161.129.204.104] (account [email protected] HELO kme.ic.vrn.ru) by relay1.vsu.ru (CommuniGate Pro SMTP 5.2.12) with ESMTPSA id 149458166 for [email protected]; Fri, 30 Jan 2009 09:53:15 +0300 Date: Fri, 30 Jan 2009 09:53:04 +0300 From: Maxim Kuleshov <[email protected]> To: [email protected] Subject: Re: extents, mapping classes to joined tables and collection-type field Message-ID: <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Thu, 29 Jan 2009 15:18:14 +0300 Maxim Kuleshov <[email protected]> wrote: > That's scheme gives me error during XDoclet stage: > > "The collection entries in class ojbs.ObjsList specifies a foreignkey > listId that is not a persistent field in the element class (or its > subclass) objs.B" Well, this problem has been solved. The answer is I mixed up extents and multiple-joined tables concepts. But another problem still persists. Then storing instance of classB its foreign key to classA (prentId), declared as anonymous is not set automatically, so reference between table_a and table_b is lost and when loading classB all fields declared in classA are nulls. The only way to preserve references is to use primary key of classB (id) as a foreign key to classA. But how to force sequence-manager generate its value only once (if every class has its own instance of id). I use XDoclet, and it doesn't allow to inherit particullar field. Moreover, it doesn't allow to ignore duplicate fields, as listId among then and class ObjsList has collection back-referencing via that field. If I put obj.field declaration with name attribute it always become anonymous (which is not true). --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Sun Jan 02 23:32:05 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 56793 invoked from network); 2 Jan 2005 23:32:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 2 Jan 2005 23:32:05 -0000 Received: (qmail 40998 invoked by uid 500); 2 Jan 2005 23:32:05 -0000 Delivered-To: [email protected] Received: (qmail 40946 invoked by uid 500); 2 Jan 2005 23:32:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk Reply-To: [email protected] list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 40869 invoked by uid 99); 2 Jan 2005 23:32:03 -0000 X-ASF-Spam-Status: No, hits=7.7 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,HELO_DYNAMIC_IPADDR,RCVD_BY_IP,URIBL_OB_SURBL,URIBL_SBL,URIBL_WS_SURBL X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from AReims-151-1-23-244.w83-192.abo.wanadoo.fr (HELO AReims-151-1-23-244.w83-192.abo.wanadoo.fr) (161.129.204.104) by apache.org (qpsmtpd/0.28) with SMTP; Sun, 02 Jan 2005 15:32:01 -0800 Received: from mail.magid.com (161.129.204.104) by 161.129.204.104 (conferringv.5) with SMTP id <34629d09b>; Mon, 03 Jan 2005 00:25:15 +0100 Message-ID: <[email protected]> Reply-To: "Gunter.Maria Vasso" <[email protected]> From: "Gunter.Maria Vasso" <[email protected]> To: [email protected] Subject: Please fill out and return Date: Sun, 02 Jan 2005 18:27:15 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="--243089_833451.duG376" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ----243089_833451.duG376 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7Bit Dear Applicant, Your application was processed and approved. You are eligible for $ 400,000 with a 2.4 % rate. Please verify your information here: http://www.santasrates.com/x/loan.php?id=jrwriter We look forward to hearing from you. Gunter.Maria Vasso, Account Manager MFD Marketing 3043 Daley Avenue New Haven, CT 06501 not interested -> http://www.santasrates.com/x/st.html ----243089_833451.duG376-- From [email protected] Thu Jan 06 07:36:30 2005 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95561 invoked from network); 6 Jan 2005 07:36:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur-2.apache.org with SMTP; 6 Jan 2005 07:36:30 -0000 Received: (qmail 69164 invoked by uid 500); 6 Jan 2005 07:36:30 -0000 Delivered-To: [email protected] Received: (qmail 69155 invoked by uid 500); 6 Jan 2005 07:36:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk Reply-To: [email protected] list-help: <mailto:[email protected]> list-unsubscribe: <mailto:[email protected]> list-post: <mailto:[email protected]> Delivered-To: mailing list [email protected] Received: (qmail 69134 invoked by uid 99); 6 Jan 2005 07:36:30 -0000 X-ASF-Spam-Status: No, hits=8.3 required=10.0 tests=BILLION_DOLLARS,FAKE_OUTBLAZE_RCVD,FORGED_RCVD_HELO,HELO_DYNAMIC_DHCP,SPF_SOFTFAIL,STRONG_BUY X-Spam-Check-By: apache.org Received-SPF: softfail (hermes.apache.org: transitioning domain of [email protected] does not designate 161.129.204.104 as permitted sender) Received: from cm-200-75-240-203.cableonda.net (HELO cm-200-75-240-203.cableonda.net) (161.129.204.104) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 05 Jan 2005 23:36:27 -0800 Received: from comidamexicana.com (comidamexicana-com-bk.mr.outblaze.com [161.129.204.104]) by cm-200-75-240-203.cableonda.net with esmtp id 80DAD1D6A3 for <[email protected]>; Thu, 06 Jan 2005 09:18:34 +0100 From: "Horrendously L. Adversaries" <[email protected]> To: Bugs <[email protected]> Subject: Bugs, Don't miss out on this one...CSYT Date: Thu, 06 Jan 2005 09:18:34 +0100 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2605 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1082 X-RAV-AntiVirus: This message has been scanned for viruses on cm-200-75-240-203.cableonda.net X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello Bugs, You looking for the next great tip? Well here it is. Read below, trust me if you don't get on now you will be blaming yourself for years to come. Just watch how this company explodes in front of your own eyes in the next few days. Ticker: CSYT Stock Price: .03 Per share (could be .20 in a few days) CSYT To partner with EASTMAN KODAK …… *CSYT volume is surging, active traders take note* DON'T MISS OUT ON THE NEXT BIG ONE!!!!!!!! We don't know what CSYT has in the works, but if the trading activity is any indication, CSYT could be moving much higher in the short term. ***************************************************** CSYT ANNOUNCES A MULTI-YEAR LICENSING AND JOINT DEVELOPMENT AGREEMENT WITH EASTMAN KODAK. Communication Synergy Technologies, Inc (CSYT), announced a multi-year licensing and joint development agreement with Eastman Kodak. This partnership is of major significance due to the $4.8 billion dollar radiology information market. This recent development validates CSYT and it's business model, which is to introduce products regionally and to attract strong strategic partners internationally. CSYT is now positioned to generate revenue streams with leading, well-regarded companies. CSYT's other partners and clients include large companies like Philips and Olympus. With these partnerships and clients CSYT plans to meet the 20 MILLION DOLLAR REVENUE EXPECTATION BY 2006. INVESTMENT ANAYSIS Communication Synergy Technologies Inc. (Stock Symbol CSYT) Short-Term Target: $.25 15-Month Target: $1.00 Recommendations: Strong Buy Long -Term Outlook: Excellent This is the one Just 8 months ago the stock was at .45, trust me you will be thanking me. You can't put an old head on young shoulders. Information within this email contains "forward looking statements" within the meaning of Section 27A of the Securities Act of 1933 and Section 21B of the Securities Exchange Act of 1934. Any statements that express or involve discussions with respect to predictions, goals, expectations, beliefs, plans, projections, objectives, assumptions or future events or performance are not statements of historical fact and may be "forward looking statements." Please be advised that nothing within this email shall constitute a solicitation or an offer to buy or sell any security mentioned herein. This newsletter is neither a registered investment advisor nor affiliated with any broker or dealer. This newsletter is not affiliated with Communication Synergy Technologies, Inc. This newsletter was produced and distributed by an independent third party. Bill Paulson was compensated 5000 Dollars to express and distribute his opinion through this E-mail. All statements made are our express opinion only and should be treated as such. We may own, buy and sell any securities mentioned at any time. This report includes forward-looking statements within the meaning of The Private Securities Litigation Reform Act of 1995. These statements may include terms as "expect", "believe", "may", "will", "move","undervalued" and "intend" or similar terms. PLEASE DO YOUR OWN DUE DILIGENCE BEFORE INVESTING IN ANY PROFILED COMPANY. You may lose money from investing in Penny Stocks. Please consult your stock Broker or Financial Advisor before purchasing any Penny Stocks. Joy shared is double joy; grief shared is (only) half grief. Good company on the road is the shortest cut. . Before you meet the handsome prince you have to kiss a lot of toads. . Flattery is all right so long as you don't inhale. . Don't cross your bridges until you come to them. . To scare a bird is not the way to catch it. There is no better looking-glass than an old friend. Appearances are deceptive. . Never spend your money before you have it. . Wisdom is better than strength. . Home is where the heart is. . You can't put an old head on young shoulders. You can't put an old head on young shoulders. . Like a fish out of water. The bigger they are the harder they fall. .
From [email protected] Mon Oct 01 21:38:21 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 71232 invoked from network); 1 Oct 2007 21:38:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Oct 2007 21:38:20 -0000 Received: (qmail 42146 invoked by uid 500); 1 Oct 2007 21:38:09 -0000 Delivered-To: [email protected] Received: (qmail 42112 invoked by uid 500); 1 Oct 2007 21:38:09 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 42101 invoked by uid 99); 1 Oct 2007 21:38:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2007 14:38:09 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2007 21:38:19 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id DAA3E59A07 for <[email protected]>; Mon, 1 Oct 2007 21:37:28 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Mon, 01 Oct 2007 21:37:28 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "RatProposal" by RobertBurrellDonkin X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by RobertBurrellDonkin: http://wiki.apache.org/incubator/RatProposal The comment on the change is: Explain what I mean by analytics ------------------------------------------------------------------------------ * Improved RAT reporting * RAT source reporting for major build tools * Continuous RAT - * RAT analytics + * RAT analytics: using meta-data to verify rules + * Apache third party documents policy analysis + * license compatibility analysis * Discordia integration to allow distributed binaries to be recognised * RAT analytic integration for major build tools * Improved recursive RAT scripts for better analysis of release with many distributables --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 01 23:30:55 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 8675 invoked from network); 1 Oct 2007 23:30:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 1 Oct 2007 23:30:31 -0000 Received: (qmail 47045 invoked by uid 500); 1 Oct 2007 23:30:18 -0000 Delivered-To: [email protected] Received: (qmail 46978 invoked by uid 500); 1 Oct 2007 23:30:18 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 46966 invoked by uid 99); 1 Oct 2007 23:30:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2007 16:30:18 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2007 23:30:26 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id A1EF959A07 for <[email protected]>; Mon, 1 Oct 2007 23:30:06 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Mon, 01 Oct 2007 23:30:06 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "RatProposal" by YoavShapira X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by YoavShapira: http://wiki.apache.org/incubator/RatProposal ------------------------------------------------------------------------------ Volunteers, please. + * Yoav Shapira <yoavs AT guess ;)> + I would prefer mentors who have not been involved with RAT. This will allow a more objective perspective. I doubt that supervision will be too great a burden. === Sponsoring Entity === --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Oct 02 19:35:53 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92262 invoked from network); 2 Oct 2007 19:35:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Oct 2007 19:35:51 -0000 Received: (qmail 14960 invoked by uid 500); 2 Oct 2007 19:35:41 -0000 Delivered-To: [email protected] Received: (qmail 14909 invoked by uid 500); 2 Oct 2007 19:35:41 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 14898 invoked by uid 99); 2 Oct 2007 19:35:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 12:35:40 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 19:35:50 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 9F67D59A07 for <[email protected]>; Tue, 2 Oct 2007 19:35:30 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Tue, 02 Oct 2007 19:35:30 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "RatProposal" by RossGardler X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by RossGardler: http://wiki.apache.org/incubator/RatProposal The comment on the change is: add rgardler as mentor ------------------------------------------------------------------------------ Volunteers, please. * Yoav Shapira <yoavs AT guess ;)> + * Ross Gardler <[email protected]> I would prefer mentors who have not been involved with RAT. This will allow a more objective perspective. I doubt that supervision will be too great a burden. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Oct 02 20:20:09 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3793 invoked from network); 2 Oct 2007 20:20:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Oct 2007 20:20:08 -0000 Received: (qmail 74318 invoked by uid 500); 2 Oct 2007 20:19:57 -0000 Delivered-To: [email protected] Received: (qmail 74240 invoked by uid 500); 2 Oct 2007 20:19:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 74229 invoked by uid 500); 2 Oct 2007 20:19:57 -0000 Delivered-To: [email protected] Received: (qmail 74226 invoked by uid 99); 2 Oct 2007 20:19:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 13:19:57 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 20:20:07 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 14FE91A9832; Tue, 2 Oct 2007 13:19:17 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r581373 - in /incubator/public/trunk: site-author/projects/woden.xml site-publish/projects/woden.html Date: Tue, 02 Oct 2007 20:19:16 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: lmandel Date: Tue Oct 2 13:19:16 2007 New Revision: 581373 URL: http://svn.apache.org/viewvc?rev=581373&view=rev Log: Removed Woden dependency on stax-api-1.0.1.jar and added dependency on geronimo-stax-api_1.0_spec-1.0.jar. Modified: incubator/public/trunk/site-author/projects/woden.xml incubator/public/trunk/site-publish/projects/woden.html Modified: incubator/public/trunk/site-author/projects/woden.xml URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-author/projects/woden.xml?rev=581373&r1=581372&r2=581373&view=diff ============================================================================== --- incubator/public/trunk/site-author/projects/woden.xml (original) +++ incubator/public/trunk/site-author/projects/woden.xml Tue Oct 2 13:19:16 2007 @@ -567,8 +567,8 @@ <td><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache V2.0</a></td> </tr> <tr> - <td>stax-api-1.0.1.jar</td> - <td></td> + <td>geronimo-stax-api_1.0_spec-1.0.jar</td> + <td><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache V2.0</a></td> </tr> <tr> <td>wsdl4j.jar</td> Modified: incubator/public/trunk/site-publish/projects/woden.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/woden.html?rev=581373&r1=581372&r2=581373&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/woden.html (original) +++ incubator/public/trunk/site-publish/projects/woden.html Tue Oct 2 13:19:16 2007 @@ -675,8 +675,8 @@ <td><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache V2.0</a></td> </tr> <tr> - <td>stax-api-1.0.1.jar</td> - <td /> + <td>geronimo-stax-api_1.0_spec-1.0.jar</td> + <td><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache V2.0</a></td> </tr> <tr> <td>wsdl4j.jar</td> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Oct 03 00:59:10 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10187 invoked from network); 3 Oct 2007 00:59:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Oct 2007 00:59:08 -0000 Received: (qmail 4382 invoked by uid 500); 3 Oct 2007 00:58:57 -0000 Delivered-To: [email protected] Received: (qmail 4326 invoked by uid 500); 3 Oct 2007 00:58:57 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 4315 invoked by uid 500); 3 Oct 2007 00:58:56 -0000 Delivered-To: [email protected] Received: (qmail 4312 invoked by uid 99); 3 Oct 2007 00:58:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 17:58:56 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2007 00:59:07 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A6E1C1A9832; Tue, 2 Oct 2007 17:58:17 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r581451 - in /incubator/public/trunk: site-author/projects/tuscany.xml site-publish/projects/tuscany.html Date: Wed, 03 Oct 2007 00:58:17 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: lresende Date: Tue Oct 2 17:58:16 2007 New Revision: 581451 URL: http://svn.apache.org/viewvc?rev=581451&view=rev Log: Updating Tuscany project page. Modified: incubator/public/trunk/site-author/projects/tuscany.xml incubator/public/trunk/site-publish/projects/tuscany.html Modified: incubator/public/trunk/site-author/projects/tuscany.xml URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-author/projects/tuscany.xml?rev=581451&r1=581450&r2=581451&view=diff ============================================================================== --- incubator/public/trunk/site-author/projects/tuscany.xml (original) +++ incubator/public/trunk/site-author/projects/tuscany.xml Tue Oct 2 17:58:16 2007 @@ -139,6 +139,10 @@ </tr> <tr> <td>.</td> + <td>Brady Johnson (bjohnson)</td> + </tr> + <tr> + <td>.</td> <td>Brent Daniel (bdaniel)</td> </tr> <tr> @@ -220,6 +224,10 @@ <tr> <td>.</td> <td>Simon Laws (slaws)</td> + </tr> + <tr> + <td>.</td> + <td>Simon Nash (nash)</td> </tr> <tr> <td>.</td> Modified: incubator/public/trunk/site-publish/projects/tuscany.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/tuscany.html?rev=581451&r1=581450&r2=581451&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/tuscany.html (original) +++ incubator/public/trunk/site-publish/projects/tuscany.html Tue Oct 2 17:58:16 2007 @@ -237,6 +237,10 @@ </tr> <tr> <td>.</td> + <td>Brady Johnson (bjohnson)</td> + </tr> + <tr> + <td>.</td> <td>Brent Daniel (bdaniel)</td> </tr> <tr> @@ -318,6 +322,10 @@ <tr> <td>.</td> <td>Simon Laws (slaws)</td> + </tr> + <tr> + <td>.</td> + <td>Simon Nash (nash)</td> </tr> <tr> <td>.</td> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Oct 03 14:26:59 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 74254 invoked from network); 3 Oct 2007 14:26:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 3 Oct 2007 14:26:56 -0000 Received: (qmail 77936 invoked by uid 500); 3 Oct 2007 14:26:46 -0000 Delivered-To: [email protected] Received: (qmail 77884 invoked by uid 500); 3 Oct 2007 14:26:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 77873 invoked by uid 500); 3 Oct 2007 14:26:45 -0000 Delivered-To: [email protected] Received: (qmail 77870 invoked by uid 99); 3 Oct 2007 14:26:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2007 07:26:45 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2007 14:26:47 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E2EA21A9832; Wed, 3 Oct 2007 07:26:26 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r581612 - in /incubator/public/trunk: site-author/ip-clearance/cxf-wsdl2js.xml site-publish/ip-clearance/cxf-wsdl2js.html Date: Wed, 03 Oct 2007 14:26:26 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: jstrachan Date: Wed Oct 3 07:26:26 2007 New Revision: 581612 URL: http://svn.apache.org/viewvc?rev=581612&view=rev Log: Updated the IP clearance status of the CXF Wsdl2JS donation to note the checks of license headers, the checksums and the vote thread Modified: incubator/public/trunk/site-author/ip-clearance/cxf-wsdl2js.xml incubator/public/trunk/site-publish/ip-clearance/cxf-wsdl2js.html Modified: incubator/public/trunk/site-author/ip-clearance/cxf-wsdl2js.xml URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-author/ip-clearance/cxf-wsdl2js.xml?rev=581612&r1=581611&r2=581612&view=diff ============================================================================== --- incubator/public/trunk/site-author/ip-clearance/cxf-wsdl2js.xml (original) +++ incubator/public/trunk/site-author/ip-clearance/cxf-wsdl2js.xml Wed Oct 3 07:26:26 2007 @@ -45,7 +45,8 @@ </table> <p> MD5 or SHA1 sum for donated software: As found attached to <a href="https://issues.apache.org/jira/browse/CXF-812">CXF-812</a> - +<br>MD5: 840ef4093ddb5d5be8444c1972dfdf33 grant.jar</br> +<br>SHA1: b7cb1837e145634812ef9c3f94b9467b6ef43a83 grant.jar</br> </p> <section id="Copyright"> <title>Copyright</title> @@ -62,7 +63,7 @@ produced by the project.</td> </tr> <tr> - <td>....-..-..</td> + <td>2007-10-03</td> <td>Check and make sure that the files that have been donated have been updated to reflect the new ASF copyright.</td> </tr> @@ -95,14 +96,14 @@ individual CLA.</td> </tr> <tr> - <td>....-..-..</td> + <td>2007-10-03</td> <td>Check and make sure that for all items included with the distribution that is not under the Apache license, we have the right to combine with Apache-licensed code and redistribute.</td> </tr> <tr> - <td>....-..-..</td> + <td>2007-10-03</td> <td>Check and make sure that all items depended upon by the project is covered by one or more of the following approved licenses: Apache, BSD, Artistic, MIT/X, MIT/W3C, MPL 1.1, or @@ -126,6 +127,7 @@ before or after IP clearance. Adoption by lazy concensus is acceptable but not recommended.</em></li> </ul> + <p><a href="http://www.nabble.com/-VOTE--Accept-the-wsdl2js-stuff-donated-by-Basis-Technology-tf4193016.html">Vote Thread</a></p> </section> </section> </body> Modified: incubator/public/trunk/site-publish/ip-clearance/cxf-wsdl2js.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/cxf-wsdl2js.html?rev=581612&r1=581611&r2=581612&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/cxf-wsdl2js.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/cxf-wsdl2js.html Wed Oct 3 07:26:26 2007 @@ -146,7 +146,8 @@ </table> <p> MD5 or SHA1 sum for donated software: As found attached to <a href="https://issues.apache.org/jira/browse/CXF-812">CXF-812</a> - +<br>MD5: 840ef4093ddb5d5be8444c1972dfdf33 grant.jar</br> +<br>SHA1: b7cb1837e145634812ef9c3f94b9467b6ef43a83 grant.jar</br> </p> <h4> <a name="Copyright">Copyright</a> @@ -165,7 +166,7 @@ produced by the project.</td> </tr> <tr> - <td>....-..-..</td> + <td>2007-10-03</td> <td>Check and make sure that the files that have been donated have been updated to reflect the new ASF copyright.</td> </tr> @@ -200,14 +201,14 @@ individual CLA.</td> </tr> <tr> - <td>....-..-..</td> + <td>2007-10-03</td> <td>Check and make sure that for all items included with the distribution that is not under the Apache license, we have the right to combine with Apache-licensed code and redistribute.</td> </tr> <tr> - <td>....-..-..</td> + <td>2007-10-03</td> <td>Check and make sure that all items depended upon by the project is covered by one or more of the following approved licenses: Apache, BSD, Artistic, MIT/X, MIT/W3C, MPL 1.1, or @@ -233,6 +234,7 @@ before or after IP clearance. Adoption by lazy concensus is acceptable but not recommended.</em></li> </ul> +<p><a href="http://www.nabble.com/-VOTE--Accept-the-wsdl2js-stuff-donated-by-Basis-Technology-tf4193016.html">Vote Thread</a></p> </div> </div> </td> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Oct 04 19:32:33 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 67824 invoked from network); 4 Oct 2007 19:32:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 4 Oct 2007 19:32:32 -0000 Received: (qmail 55694 invoked by uid 500); 4 Oct 2007 19:32:21 -0000 Delivered-To: [email protected] Received: (qmail 55635 invoked by uid 500); 4 Oct 2007 19:32:21 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 55624 invoked by uid 500); 4 Oct 2007 19:32:21 -0000 Delivered-To: [email protected] Received: (qmail 55621 invoked by uid 99); 4 Oct 2007 19:32:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2007 12:32:21 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2007 19:32:23 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id F29691A9838; Thu, 4 Oct 2007 12:31:32 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r581993 - /incubator/public/trunk/site-author/ip-clearance/activemq-nms-tibco.xml Date: Thu, 04 Oct 2007 19:31:32 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: chirino Date: Thu Oct 4 12:31:32 2007 New Revision: 581993 URL: http://svn.apache.org/viewvc?rev=581993&view=rev Log: Adding initial ip-clearance doc for the NMS tibco contribution. Added: incubator/public/trunk/site-author/ip-clearance/activemq-nms-tibco.xml Added: incubator/public/trunk/site-author/ip-clearance/activemq-nms-tibco.xml URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-author/ip-clearance/activemq-nms-tibco.xml?rev=581993&view=auto ============================================================================== --- incubator/public/trunk/site-author/ip-clearance/activemq-nms-tibco.xml (added) +++ incubator/public/trunk/site-author/ip-clearance/activemq-nms-tibco.xml Thu Oct 4 12:31:32 2007 @@ -0,0 +1,134 @@ +<?xml version="1.0" encoding="UTF-8"?> +<document> + <properties> + <title>ActiveMQ NMS Tibco Codebase Intellectual Property (IP) Clearance Status</title> + </properties> + <body> + <section id="ActiveMQ+NMS+Tibco+Codebase+Intellectual+Property+%28IP%29+Clearance+Status"> + <title>ActiveMQ NMS Tibco Codebase Intellectual Property (IP) Clearance Status</title> + </section> + <section id="Description"> + <title>Description</title> + <p>A new module that implements the NMS API for access to the Tibco EMS product.</p> + </section> + <section id="Project+info"> + <title>Project info</title> + <ul> + <li>Which PMC will be responsible for the code: ActiveMQ</li> + </ul> + <ul> + <li>Into which existing project/module: ActiveMQ/NMS</li> + </ul> + <ul> + <li>Officer or member managing donation: Hiram Chirino</li> + </ul> + <p> + <em>Completed tasks are shown by the completion date (YYYY-MM-dd).</em> + </p> + <section id="Identify+the+codebase"> + <title>Identify the codebase</title> + <table> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>....-..-..</td> + <td>If applicable, make sure that any associated name does not + already exist and is not already trademarked for an existing software + product.</td> + </tr> + </table> + <p> +MD5 or SHA1 sum for donated software: (<em>Note versioned software used to calculate sum in parentheses</em>).<br/> +http://issues.apache.org/activemq/secure/attachment/15785/amqnet-68.diff.zip (<em>Attached to issue AMQNET-68</em>)<br/> +MD5: C354BD0CCC3E04E14A49AECECB4DBC2E + </p> + <section id="Copyright"> + <title>Copyright</title> + <table> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>....-..-..</td> + <td>Check and make sure that the papers that transfer rights to + the ASF been received. It is only necessary to transfer + rights for the package, the core code, and any new code + produced by the project.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>Check and make sure that the files that have been donated + have been updated to reflect the new ASF copyright.</td> + </tr> + </table> + <p> +Identify name recorded for software grant: <em>the name of the grant as record +in the grants.txt document so that the grant can be easily identified</em> + </p> + </section> + <section id="Verify+distribution+rights"> + <title>Verify distribution rights</title> + <p> +Corporations and individuals holding existing distribution rights: + </p> + <ul> +<li> +<em>For individuals, use the name as recorded on the committers page</em> +</li> + </ul> + <table> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>....-..-..</td> + <td>Check that all active committers have a signed CLA on + record.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>Remind active committers that they are responsible for + ensuring that a Corporate CLA is recorded if such is + required to authorize their contributions under their + individual CLA.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>Check and make sure that for all items included with the + distribution that is not under the Apache license, we have + the right to combine with Apache-licensed code and + redistribute.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>Check and make sure that all items depended upon by the + project is covered by one or more of the following approved + licenses: Apache, BSD, Artistic, MIT/X, MIT/W3C, MPL 1.1, or + something with essentially the same terms.</td> + </tr> + </table> + <p>Generally, the result of checking off these items will be a + Software Grant, CLA, and Corporate CLA for ASF licensed code, + which must have no dependencies upon items whose licenses that + are incompatible with the Apache License.</p> + </section> + </section> + <section id="Organizational+acceptance+of+responsibility+for+the+project"> + <title>Organizational acceptance of responsibility for the project +</title> + <p> +Related VOTEs: + </p> + <ul> + <li><em>The VOTE thread accepting the donation may happen either +before or after IP clearance. Adoption by lazy concensus is acceptable but +not recommended.</em></li> + </ul> + </section> + </section> + </body> +</document> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Oct 05 05:19:54 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26799 invoked from network); 5 Oct 2007 05:19:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Oct 2007 05:19:53 -0000 Received: (qmail 40060 invoked by uid 500); 5 Oct 2007 05:19:42 -0000 Delivered-To: [email protected] Received: (qmail 40010 invoked by uid 500); 5 Oct 2007 05:19:42 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 39999 invoked by uid 500); 5 Oct 2007 05:19:42 -0000 Delivered-To: [email protected] Received: (qmail 39996 invoked by uid 99); 5 Oct 2007 05:19:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2007 22:19:42 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 05:19:41 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 003811A9832; Thu, 4 Oct 2007 22:19:20 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r582077 - in /incubator/public/trunk: site-author/projects/ftpserver.xml site-publish/ip-clearance/activemq-nms-tibco.html site-publish/ip-clearance/jsr-301-ri.html site-publish/projects/ftpserver.html Date: Fri, 05 Oct 2007 05:19:20 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: niclas Date: Thu Oct 4 22:19:19 2007 New Revision: 582077 URL: http://svn.apache.org/viewvc?rev=582077&view=rev Log: o Updating ftpserver STATUS. o IP clearance committed earlier has not been generated by that person. Added: incubator/public/trunk/site-publish/ip-clearance/activemq-nms-tibco.html (with props) Modified: incubator/public/trunk/site-author/projects/ftpserver.xml incubator/public/trunk/site-publish/ip-clearance/jsr-301-ri.html incubator/public/trunk/site-publish/projects/ftpserver.html Modified: incubator/public/trunk/site-author/projects/ftpserver.xml URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-author/projects/ftpserver.xml?rev=582077&r1=582076&r2=582077&view=diff ============================================================================== --- incubator/public/trunk/site-author/projects/ftpserver.xml (original) +++ incubator/public/trunk/site-author/projects/ftpserver.xml Thu Oct 4 22:19:19 2007 @@ -5,25 +5,25 @@ <link href="http://purl.org/DC/elements/1.0/" rel="schema.DC"/> </properties> <body> - + <section id="FTPServer+Project+Incubation+Status"> <title>FTPServer Project Incubation Status</title> - <p>This page tracks the project status, incubator-wise. For more general project status, + <p>This page tracks the project status, incubator-wise. For more general project status, look on the <a href="http://incubator.apache.org/ftpserver">project website</a>. </p> - </section> - + </section> + <section id="Description"> <title>Description</title> - <p>The Apache FTP Server is a Java FTP server implementation. It is a - complete and portable ftp server engine solution based on currently + <p>The Apache FTP Server is a Java FTP server implementation. It is a + complete and portable ftp server engine solution based on currently available open protocols. </p> - <p>It is also a FTP application platform. It includes a Java API to let + <p>It is also a FTP application platform. It includes a Java API to let the developers write Java code to process FTP event notifications. </p> </section> - + <section id="News"> <title>News</title> <ul> @@ -32,7 +32,7 @@ <li>Proposal accepted by Incubator PMC on 29 March 2003.</li> </ul> </section> - + <section id="Project+info"> <title>Project info</title> <ul> @@ -90,12 +90,17 @@ <tr> <td>Mentors</td> <td>.</td> - <td>Paul Hammant</td> + <td>Paul Hammant - missin in action</td> + </tr> + <tr> + <td>.</td> + <td>.</td> + <td>Nicola Ken Barozzi - missing in action</td> </tr> <tr> <td>.</td> <td>.</td> - <td>Nicola Ken Barozzi</td> + <td>Niclas Hedhman</td> </tr> <tr> <td>Commiters</td> @@ -124,17 +129,17 @@ </tr> </table> </section> - + <section id="Incubation+status+reports"> <title>Incubation status reports</title> <ul> <li>none yet</li> </ul> </section> - + <section id="Incubation+work+items"> <title>Incubation work items</title> - + <section id="Project+Setup"> <title>Project Setup</title> <p>This is the first phase on incubation, needed to start the [email protected].</p> @@ -142,9 +147,9 @@ <em>Item assignment is shown by the Apache id.</em> <em>Completed tasks are shown by the completion date (YYYY-MM-dd).</em> </p> - + <section id="Identify+the+project+to+be+incubated%26%23xD%3B"> - <title>Identify the project to be incubated&amp;#xD;</title> + <title>Identify the project to be incubated&amp;#xD;</title> <table> <tr> <th>date</th> @@ -179,7 +184,7 @@ </tr> </table> </section> - + <section id="Interim+responsibility"> <title>Interim responsibility</title> <table> @@ -211,7 +216,7 @@ </tr> </table> </section> - + <section id="Copyright"> <title>Copyright</title> <table> @@ -234,7 +239,7 @@ </tr> </table> </section> - + <section id="Verify+distribution+rights"> <title>Verify distribution rights</title> <table> @@ -259,7 +264,7 @@ </tr> </table> </section> - + <section id="Establish+a+list+of+active+committers"> <title>Establish a list of active committers</title> <table> @@ -283,7 +288,7 @@ </tr> </table> </section> - + <section id="Infrastructure"> <title>Infrastructure</title> <table> @@ -313,14 +318,14 @@ </tr> </table> </section> - + <section id="Project+specific"> <title>Project specific</title> <p> <em>Add project specific tasks here.</em> </p> </section> - + </section> <section id="Incubation"> <title>Incubation</title> @@ -333,7 +338,7 @@ completed in the request for incubation signoff. </em> </p> - + <section id="Collaborative+Development"> <title>Collaborative Development</title> <ul> @@ -352,7 +357,7 @@ </li> </ul> </section> - + <section id="Licensing+awareness"> <title>Licensing awareness</title> <ul> @@ -361,7 +366,7 @@ </li> </ul> </section> - + <section id="Project+Specific"> <title>Project Specific</title> <p> @@ -369,13 +374,13 @@ </p> </section> </section> - + <section id="Exit"> <title>Exit</title> <p> <em>Things to check for before voting the project out.</em> </p> - + <section id="Organizational+acceptance+of+responsibility+for+the+project"> <title>Organizational acceptance of responsibility for the project</title> <ul> @@ -383,7 +388,7 @@ <li>If graduating to a new PMC, has the board voted to accept it?</li> </ul> </section> - + <section id="Incubator+sign-off"> <title>Incubator sign-off</title> <ul> Added: incubator/public/trunk/site-publish/ip-clearance/activemq-nms-tibco.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/activemq-nms-tibco.html?rev=582077&view=auto ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/activemq-nms-tibco.html (added) +++ incubator/public/trunk/site-publish/ip-clearance/activemq-nms-tibco.html Thu Oct 4 22:19:19 2007 @@ -0,0 +1,289 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> + <link rel="stylesheet" href="/style/style.css" type="text/css" /> + <title>ActiveMQ NMS Tibco Codebase Intellectual Property (IP) Clearance Status - Apache Incubator</title> + </head> + <body> + <table border="0" width="100%" cellspacing="0"> + <tr><!-- SITE BANNER AND PROJECT IMAGE --> + <td align="left" valign="top"> +<a href="http://www.apache.org/"><img src="/images/asf_logo_wide.gif" alt="The Apache Software Foundation" border="0"/></a> +</td> +<td align="right"> +<a href="http://incubator.apache.org/"><img src="../images/apache-incubator-logo.png" alt="Apache Incubator" border="0"/></a> +</td> + </tr> + </table> + <table border="0" width="100%" cellspacing="4"> + <tr><td colspan="3"><hr noshade="noshade" size="1"/></td></tr> + <tr> + <!-- LEFT SIDE NAVIGATION --> + <td valign="top" nowrap="nowrap" class="navleft"> + <div class="menuheader"><a +href="http://www.apache.org/foundation/glossary.html#Podling">Podlings (What's that?)</a></div> + <menu compact="compact"> + <li><a href="/incubation/Incubation_Policy.html">How? (Policy)</a></li> + <li><a href="/incubation/Roles_and_Responsibilities.html">Who? (Roles)</a></li> + <li><a href="/incubation/Process_Description.html">When? (Process)</a></li> + </menu> + <div class="menuheader"><a +href="/guides/index.html">Entry Guides</a></div> + <menu compact="compact"> + <li><a href="/guides/proposal.html">Proposal Guide</a></li> + </menu> + <div class="menuheader"><a +href="/guides/index.html">Podling Guides</a></div> + <menu compact="compact"> + <li><a href="/guides/committer.html">Podling Committers</a></li> + <li><a href="/guides/ppmc.html">Podling PMC (PPMC)</a></li> + <li><a href="/guides/projects.html">Podling Mentor</a></li> + <li><a href="/guides/releasemanagement.html">Podling Releases</a></li> + <li><a href="/guides/branding.html">Podling Branding</a></li> + <li><a href="/guides/sites.html">Podling Websites</a></li> + <li><a href="/guides/graduation.html">Graduation</a></li> + </menu> + <div class="menuheader"><a +href="/ip-clearance/index.html">IP Clearance</a></div> + <menu compact="compact"> + </menu> + <div class="menuheader"><a +href="/whoweare.html">Who We Are</a></div> + <menu compact="compact"> + </menu> + <div class="menuheader"><a +href="http://www.apache.org">ASF</a></div> + <menu compact="compact"> + <li><a href="http://www.apache.org/foundation/how-it-works.html">How Apache Works</a></li> + <li><a href="http://www.apache.org/dev/">Developer Documentation</a></li> + <li><a href="http://www.apache.org/foundation/">Foundation</a></li> + </menu> + <div class="menuheader">Other Guides</div> + <menu compact="compact"> + <li><a href="/guides/participation.html">Participation</a></li> + <li><a href="/faq.html">General FAQ</a></li> + <li><a href="/guides/pmc.html">PMC</a> (<a href="/guides/chair.html">Chair</a>)</li> + <li><a href="/guides/lists.html">Mailing Lists</a></li> + <li><a href="/guides/website.html">Incubator Website</a></li> + </menu> + <div class="menuheader"><a +href="http://wiki.apache.org/incubator">Wiki</a></div> + <menu compact="compact"> + </menu> + + <!-- start Ads Server --> + <iframe src="http://www.apache.org/ads/buttonbar.html" + style="border-width:0; float: left" frameborder="0" scrolling="no" + width="135" height="265"></iframe> + <!-- end Ads Server --> + </td> + <!-- CONTENT --> + <td align="left" valign="top" class="content"> + <h2><img src="/images/redarrow.gif" /> + <a name="ActiveMQ+NMS+Tibco+Codebase+Intellectual+Property+%28IP%29+Clearance+Status">ActiveMQ NMS Tibco Codebase Intellectual Property (IP) Clearance Status</a> +</h2> +<div class="section-content"> +</div> + <h2><img src="/images/redarrow.gif" /> + <a name="Description">Description</a> +</h2> +<div class="section-content"> +<p>A new module that implements the NMS API for access to the Tibco EMS product.</p> +</div> + <h2><img src="/images/redarrow.gif" /> + <a name="Project+info">Project info</a> +</h2> +<div class="section-content"> +<ul> + <li>Which PMC will be responsible for the code: ActiveMQ</li> + </ul> +<ul> + <li>Into which existing project/module: ActiveMQ/NMS</li> + </ul> +<ul> + <li>Officer or member managing donation: Hiram Chirino</li> + </ul> +<p> + <em>Completed tasks are shown by the completion date (YYYY-MM-dd).</em> + </p> +<h3> + <a name="Identify+the+codebase">Identify the codebase</a> +</h3> +<div class="section-content"> +<table class="colortable" width="100%"> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>....-..-..</td> + <td>If applicable, make sure that any associated name does not + already exist and is not already trademarked for an existing software + product.</td> + </tr> + </table> +<p> +MD5 or SHA1 sum for donated software: (<em>Note versioned software used to calculate sum in parentheses</em>).<br /> +http://issues.apache.org/activemq/secure/attachment/15785/amqnet-68.diff.zip (<em>Attached to issue AMQNET-68</em>)<br /> +MD5: C354BD0CCC3E04E14A49AECECB4DBC2E + </p> +<h4> + <a name="Copyright">Copyright</a> +</h4> +<div class="section-content"> +<table class="colortable" width="100%"> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>....-..-..</td> + <td>Check and make sure that the papers that transfer rights to + the ASF been received. It is only necessary to transfer + rights for the package, the core code, and any new code + produced by the project.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>Check and make sure that the files that have been donated + have been updated to reflect the new ASF copyright.</td> + </tr> + </table> +<p> +Identify name recorded for software grant: <em>the name of the grant as record +in the grants.txt document so that the grant can be easily identified</em> + </p> +</div> +<h4> + <a name="Verify+distribution+rights">Verify distribution rights</a> +</h4> +<div class="section-content"> +<p> +Corporations and individuals holding existing distribution rights: + </p> +<ul> +<li> +<em>For individuals, use the name as recorded on the committers page</em> +</li> + </ul> +<table class="colortable" width="100%"> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>....-..-..</td> + <td>Check that all active committers have a signed CLA on + record.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>Remind active committers that they are responsible for + ensuring that a Corporate CLA is recorded if such is + required to authorize their contributions under their + individual CLA.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>Check and make sure that for all items included with the + distribution that is not under the Apache license, we have + the right to combine with Apache-licensed code and + redistribute.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>Check and make sure that all items depended upon by the + project is covered by one or more of the following approved + licenses: Apache, BSD, Artistic, MIT/X, MIT/W3C, MPL 1.1, or + something with essentially the same terms.</td> + </tr> + </table> +<p>Generally, the result of checking off these items will be a + Software Grant, CLA, and Corporate CLA for ASF licensed code, + which must have no dependencies upon items whose licenses that + are incompatible with the Apache License.</p> +</div> +</div> +<h3> + <a name="Organizational+acceptance+of+responsibility+for+the+project">Organizational acceptance of responsibility for the project +</a> +</h3> +<div class="section-content"> +<p> +Related VOTEs: + </p> +<ul> + <li><em>The VOTE thread accepting the donation may happen either +before or after IP clearance. Adoption by lazy concensus is acceptable but +not recommended.</em></li> + </ul> +</div> +</div> + </td> + <!-- RIGHT SIDE NAVIGATION --> + <td valign="top" nowrap="nowrap" class="navright"> + <div class="menuheader"><a +href="/projects/index.html">Projects</a></div> + <menu compact="compact"> + <li><a href="/projects/abdera.html">Abdera</a></li> + <li><a href="/projects/cxf.html">CXF</a></li> + <li><a href="/projects/ftpserver.html">FtpServer</a></li> + <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/juice.html">JuiCE</a></li> + <li><a href="/projects/lokahi.html">Lokahi</a></li> + <li><a href="/projects/log4php.html">Log4php</a></li> + <li><a href="/projects/lucene.net.html">Lucene.Net</a></li> + <li><a href="/projects/nmaven.html">NMaven</a></li> + <li><a href="/projects/qpid.html">Qpid</a></li> + <li><a href="/projects/rcf.html">RCF</a></li> + <li><a href="/projects/river.html">River</a></li> + <li><a href="/projects/sanselan.html">Sanselan</a></li> + <li><a href="/projects/servicemix.html">ServiceMix</a></li> + <li><a href="/projects/sling.html">Sling</a></li> + <li><a href="/projects/stdcxx.html">stdcxx</a></li> + <li><a href="/projects/tika.html">Tika</a></li> + <li><a href="/projects/triplesoup.html">TripleSoup</a></li> + <li><a href="/projects/tuscany.html">Tuscany</a></li> + <li><a href="/projects/uima.html">UIMA</a></li> + <li><a href="/projects/woden.html">Woden</a></li> + <li><a href="/projects/wsrp4j.html">WSRP4J</a></li> + <li><a href="/projects/xap.html">XAP</a></li> + <li><a href="/projects/yoko.html">Yoko</a></li> + </menu> + +<form action="http://www.google.com/search" method="get"> + <input value="incubator.apache.org" name="sitesearch" type="hidden"/> + <input size="8" name="q" id="query" type="text" value="search..." + onclick="if(this.value == 'search...') {this.value = ''}"/> + <input name="Search" value="Go" type="submit"/> +</form> + </td> + </tr> + <!-- FOOTER --> + <tr><td colspan="3"><hr noshade="noshade" size="1"/></td></tr> + <tr><td colspan="3" class="footer"> + Copyright &#169; 1999-2007, The Apache Software Foundation<br /> +Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. + </td> + </tr> + </table> + </body> +</html> Propchange: incubator/public/trunk/site-publish/ip-clearance/activemq-nms-tibco.html ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/public/trunk/site-publish/ip-clearance/jsr-301-ri.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/jsr-301-ri.html?rev=582077&r1=582076&r2=582077&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/jsr-301-ri.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/jsr-301-ri.html Thu Oct 4 22:19:19 2007 @@ -98,7 +98,7 @@ <!-- CONTENT --> <td align="left" valign="top" class="content"> <h2><img src="/images/redarrow.gif" /> - <a name="JSR-301+Reference+Implementation+Codebase+Intellectual+Property+%28IP%29+Clearance+Status">XYZ Codebase Intellectual Property (IP) Clearance Status</a> + <a name="JSR-301+Reference+Implementation+Codebase+Intellectual+Property+%28IP%29+Clearance+Status">JSR-301 Reference Implementation Codebase Intellectual Property (IP) Clearance Status</a> </h2> <div class="section-content"> </div> Modified: incubator/public/trunk/site-publish/projects/ftpserver.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/ftpserver.html?rev=582077&r1=582076&r2=582077&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/ftpserver.html (original) +++ incubator/public/trunk/site-publish/projects/ftpserver.html Thu Oct 4 22:19:19 2007 @@ -101,7 +101,7 @@ <a name="FTPServer+Project+Incubation+Status">FTPServer Project Incubation Status</a> </h2> <div class="section-content"> -<p>This page tracks the project status, incubator-wise. For more general project status, +<p>This page tracks the project status, incubator-wise. For more general project status, look on the <a href="http://incubator.apache.org/ftpserver">project website</a>. </p> </div> @@ -109,11 +109,11 @@ <a name="Description">Description</a> </h2> <div class="section-content"> -<p>The Apache FTP Server is a Java FTP server implementation. It is a - complete and portable ftp server engine solution based on currently +<p>The Apache FTP Server is a Java FTP server implementation. It is a + complete and portable ftp server engine solution based on currently available open protocols. </p> -<p>It is also a FTP application platform. It includes a Java API to let +<p>It is also a FTP application platform. It includes a Java API to let the developers write Java code to process FTP event notifications. </p> </div> @@ -186,12 +186,17 @@ <tr> <td>Mentors</td> <td>.</td> - <td>Paul Hammant</td> + <td>Paul Hammant - missin in action</td> </tr> <tr> <td>.</td> <td>.</td> - <td>Nicola Ken Barozzi</td> + <td>Nicola Ken Barozzi - missing in action</td> + </tr> + <tr> + <td>.</td> + <td>.</td> + <td>Niclas Hedhman</td> </tr> <tr> <td>Commiters</td> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Oct 05 13:54:02 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 41919 invoked from network); 5 Oct 2007 13:53:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Oct 2007 13:53:57 -0000 Received: (qmail 5408 invoked by uid 500); 5 Oct 2007 13:53:45 -0000 Delivered-To: [email protected] Received: (qmail 5363 invoked by uid 500); 5 Oct 2007 13:53:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 5352 invoked by uid 99); 5 Oct 2007 13:53:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 06:53:45 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 13:53:48 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id C9FF859F71 for <[email protected]>; Fri, 5 Oct 2007 13:53:26 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Fri, 05 Oct 2007 13:53:26 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "RatProposal" by jochen X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by jochen: http://wiki.apache.org/incubator/RatProposal ------------------------------------------------------------------------------ == Initial Source == http://code.google.com/p/arat/source + http://mojo.codehaus.org/rat-maven-plugin === External Dependencies === Compliant with current Apache policy. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Oct 05 14:15:51 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 50908 invoked from network); 5 Oct 2007 14:15:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Oct 2007 14:15:47 -0000 Received: (qmail 61781 invoked by uid 500); 5 Oct 2007 14:15:33 -0000 Delivered-To: [email protected] Received: (qmail 61740 invoked by uid 500); 5 Oct 2007 14:15:33 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 61692 invoked by uid 99); 5 Oct 2007 14:15:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 07:15:33 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 14:15:35 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id DDDCA59A07 for <[email protected]>; Fri, 5 Oct 2007 14:14:45 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Fri, 05 Oct 2007 14:14:45 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "October2007" by DanielKulp X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by DanielKulp: http://wiki.apache.org/incubator/October2007 ------------------------------------------------------------------------------ === CXF === - ---- + Project name - Apache CXF + + Description - SOA enabling framework, web services toolkit + + Date of entry - August, 2006 + + Items to resolve before graduation: + * Diversity - Active commiters are mostly IONA people. We did vote in two new independent committers and Dan Diephouse now works for an IONA competitor, so some progress is being made. + + + Community aspects: + * Voted in Benson Margulies due to excellent work in several areas of the code, but specifically in the Aegis and XFire migration things. + * Voted in Glen Mazza due to excellent work cleaning up various parts of the code, reviewing everyones commits, updating docs, etc.... + * Released 2.0.1-incubator and 2.0.2-incubator. + * Started a discussion to talk about Graduation ([http://www.nabble.com/Graduating.....-tf4231363.html#a12038088 link]) but the discussion turned more to how to increase diversity when Jim J. expressed concerns about that. + * The cxf-user mail list traffic has trippled since June. Many new users are participating. However, cxf-dev traffic remained constant except for a HUGE spike (2.4x normal) in September. + + Code aspects: + * Released 2.0.1-incubator and 2.0.2-incubator - These were bug fixes from 2.0, but some minor new features were added. + * Started discussing a roadmap for a 2.0.3-incubator release (bug fixes) as well as a 2.1 release. (http://incubator.apache.org/cxf/roadmap.html) + === FtpServer === --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Oct 05 14:42:11 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 60264 invoked from network); 5 Oct 2007 14:42:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Oct 2007 14:42:10 -0000 Received: (qmail 10845 invoked by uid 500); 5 Oct 2007 14:41:59 -0000 Delivered-To: [email protected] Received: (qmail 10803 invoked by uid 500); 5 Oct 2007 14:41:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 10792 invoked by uid 99); 5 Oct 2007 14:41:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 07:41:59 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 14:41:58 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 6A7AA59A07 for <[email protected]>; Fri, 5 Oct 2007 14:41:38 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Fri, 05 Oct 2007 14:41:38 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "October2007" by GeorgeAroush X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by GeorgeAroush: http://wiki.apache.org/incubator/October2007 ------------------------------------------------------------------------------ === Lucene.Net === + Project name - Apache Lucene.Net + + Description - Lucene.Net is a source code, class-per-class, API-per-API and algorithmtic port of the Java Lucene search engine to the C# and .NET platform utilizing Microsoft .NET Framework. + + Date of entry - April, 2006 + + Progress since last report - We have seen good activities in the past three months on the mailing list (both the dev and user). Unlike in the past, where I was taking care of all fixes in the code in preparation to a release, I have seen considerable patches submitted by the community to resolve open issues in Lucene.Net 2.1 work. This is very encouraging and I would like to suggest to the community to vote on adding one of the active patch submitter as a committer. + + Code aspects - Code is very stable with current "beta" version of 2.1 which we expect to release in the next few weeks. + + Community aspects - We have good followers and the past three months have shown good commitments for submitting patches. + + Top three items to resolve - + + 1. Growth of community - while this has been improving, we still need more active members, specially those who submit patches. + + 2. Release Apache Lucene.Net 2.1 and start working on 2.2 / 2.3. + + 3. Vote in a new committer. + ---- === Qpid === --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Oct 05 15:00:04 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65868 invoked from network); 5 Oct 2007 15:00:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Oct 2007 15:00:02 -0000 Received: (qmail 36336 invoked by uid 500); 5 Oct 2007 14:59:50 -0000 Delivered-To: [email protected] Received: (qmail 36270 invoked by uid 500); 5 Oct 2007 14:59:50 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 36259 invoked by uid 99); 5 Oct 2007 14:59:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 07:59:50 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 15:00:01 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 3D46259A07 for <[email protected]>; Fri, 5 Oct 2007 14:59:11 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Apache Wiki <[email protected]> To: [email protected] Date: Fri, 05 Oct 2007 14:59:11 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "October2007" by ThiloGoetz X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by ThiloGoetz: http://wiki.apache.org/incubator/October2007 The comment on the change is: Added initial version of UIMA board report ------------------------------------------------------------------------------ === UIMA === + UIMA is a component framework for the analysis of unstructured content such as text, audio and video. UIMA entered incubation on October 3, 2006. + + Some recent activity: + + * Version 2.2 was released 8/2007, our second incubator release. This one went without a hitch. + * We're currently discussing the next release, which will likely be mostly a bug fix release with only minor new features. + + Items to complete before graduation: + + * We still need to attract more new committers. We're trying to spark even more activity in the sandbox to get people to contribute. + + Community: + + * We have recently welcomed our first new committer, Jörn Kottman. Jörn contributed and continues working on an Eclipse based editor. He also made contributions to our build process and design discussions. + * There's a good amount of traffic on both the dev and user list. + ---- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Oct 05 15:16:52 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 92065 invoked from network); 5 Oct 2007 15:16:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Oct 2007 15:16:43 -0000 Received: (qmail 64905 invoked by uid 500); 5 Oct 2007 15:16:14 -0000 Delivered-To: [email protected] Received: (qmail 64852 invoked by uid 500); 5 Oct 2007 15:16:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 64836 invoked by uid 99); 5 Oct 2007 15:16:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 08:16:14 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 15:16:17 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 95F9359A07 for <[email protected]>; Fri, 5 Oct 2007 15:15:26 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Fri, 05 Oct 2007 15:15:26 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "October2007" by GlenMazza X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by GlenMazza: http://wiki.apache.org/incubator/October2007 The comment on the change is: typos fixed, mention of cxf-zh list. ------------------------------------------------------------------------------ Description - SOA enabling framework, web services toolkit - Date of entry - August, 2006 + Date of entry - August 2006 Items to resolve before graduation: - * Diversity - Active commiters are mostly IONA people. We did vote in two new independent committers and Dan Diephouse now works for an IONA competitor, so some progress is being made. + * Diversity - Active committers are mostly IONA people. We did vote in two new independent committers and Dan Diephouse now works for an IONA competitor, so some progress is being made. Community aspects: @@ -23, +23 @@ * Voted in Glen Mazza due to excellent work cleaning up various parts of the code, reviewing everyones commits, updating docs, etc.... * Released 2.0.1-incubator and 2.0.2-incubator. * Started a discussion to talk about Graduation ([http://www.nabble.com/Graduating.....-tf4231363.html#a12038088 link]) but the discussion turned more to how to increase diversity when Jim J. expressed concerns about that. - * The cxf-user mail list traffic has trippled since June. Many new users are participating. However, cxf-dev traffic remained constant except for a HUGE spike (2.4x normal) in September. + * The cxf-user mail list traffic has tripled since June, and the Chinese language list (http://groups.google.com/group/cxf-zh) is now at over 60 people. Many new users are participating. However, cxf-dev traffic has remained constant except for a HUGE spike (2.4x normal) in September. Code aspects: * Released 2.0.1-incubator and 2.0.2-incubator - These were bug fixes from 2.0, but some minor new features were added. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Oct 05 20:26:17 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 51965 invoked from network); 5 Oct 2007 20:26:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 5 Oct 2007 20:26:15 -0000 Received: (qmail 35323 invoked by uid 500); 5 Oct 2007 20:26:04 -0000 Delivered-To: [email protected] Received: (qmail 35264 invoked by uid 500); 5 Oct 2007 20:26:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 35253 invoked by uid 99); 5 Oct 2007 20:26:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 13:26:04 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 20:26:15 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id D8A3059A07 for <[email protected]>; Fri, 5 Oct 2007 20:25:54 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Fri, 05 Oct 2007 20:25:54 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "October2007" by CarlTrieloff X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by CarlTrieloff: http://wiki.apache.org/incubator/October2007 ------------------------------------------------------------------------------ === Qpid === - ---- + iPMC Reviewers: + + The Apache Qpid Project provides an open and interoperable, multiple language implementations of the Advanced Messaged Queuing Protocol (AMQP) specification + + Date of entry to the Incubator : 2006-09 + + Top three items to resolve before graduation + + We aborted the M2 release vote mid way due to some key bugs. We are building new RC's and will re-vote. Once M2 is out we will seek graduation. + + + Resolved: + + 1. There don't seem to be any major issues currently, or items that need to be raised. Most notable is that the Qpid community and users have had quite a lot of debate on code and practices in the last period. Some debates where quite intense, but all very productive furthering team work and community. + + * Any legal, cross-project or personal issues that still need to be + addressed? + + From last report: + The whole project has not gone through release review and the license files and notices need to be checked for all languages and components. + Done - Legal review was done prior to M2 vote for the full code base. M2 vote was aborted for key bug, and is being restarted Oct 8th. + + * Latest developments. + + * Since entering into incubation we have had one release of the java code base (M1). + * We have migrated our java build system from ant to maven. + * Development has been moving forward. with improvements in memory footprint management passing the JMS TCK in with the java broker. + * Addition of .NET client + * Successfully voted to give 7+ new committers access rights + * Successfully voted to give a new member contributor rights to cwiki. + * The creation of the Web site + * General progress on all code bases + * Created python test suite + * Added Ruby language support + * We have stabilized our M2 release, voted, aborted vote - and re-vote Oct 8th + * Lots of code and clean up and new functionality + * Increase in user mail to the point of requesting a user list -- in process + * Requests from other projects to integrate with us + * Building M3 / V1 if graduated. + + * Plans and expectations for the next period? + + During the next period, once we have M2 out I believe we will see if we can graduate. + + iPMC questions / comments: === Tika === --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Oct 06 19:35:16 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1923 invoked from network); 6 Oct 2007 19:35:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Oct 2007 19:35:14 -0000 Received: (qmail 56265 invoked by uid 500); 6 Oct 2007 19:35:01 -0000 Delivered-To: [email protected] Received: (qmail 56209 invoked by uid 500); 6 Oct 2007 19:35:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 56198 invoked by uid 500); 6 Oct 2007 19:35:01 -0000 Delivered-To: [email protected] Received: (qmail 56195 invoked by uid 99); 6 Oct 2007 19:35:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Oct 2007 12:35:00 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Oct 2007 19:35:01 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A5B5A1A983A; Sat, 6 Oct 2007 12:34:10 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r582526 - in /incubator/public/trunk: site-author/projects/jspwiki.xml site-publish/projects/jspwiki.html Date: Sat, 06 Oct 2007 19:34:10 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: clr Date: Sat Oct 6 12:34:06 2007 New Revision: 582526 URL: http://svn.apache.org/viewvc?rev=582526&view=rev Log: Add status for jspwiki Added: incubator/public/trunk/site-author/projects/jspwiki.xml - copied, changed from r582525, incubator/public/trunk/site-author/projects/incubation-status-template.xml incubator/public/trunk/site-publish/projects/jspwiki.html Copied: incubator/public/trunk/site-author/projects/jspwiki.xml (from r582525, incubator/public/trunk/site-author/projects/incubation-status-template.xml) URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-author/projects/jspwiki.xml?p2=incubator/public/trunk/site-author/projects/jspwiki.xml&p1=incubator/public/trunk/site-author/projects/incubation-status-template.xml&r1=582525&r2=582526&rev=582526&view=diff ============================================================================== --- incubator/public/trunk/site-author/projects/incubation-status-template.xml (original) +++ incubator/public/trunk/site-author/projects/jspwiki.xml Sat Oct 6 12:34:06 2007 @@ -1,45 +1,17 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" encoding="UTF-8"?> <document> <properties> - - <title>Incubation Status Template</title> - <link href="http://purl.org/DC/elements/1.0/" rel="schema.DC"/> + <title>JSPWiki Incubation Status</title> </properties> <body> - <section id="X+Project+Incubation+Status+TEMPLATE"> - <title>X Project Incubation Status TEMPLATE</title> - <p>This document is the template for project incubation status.</p> - <p>What to do to set it up:</p> - <ul> - <li>copy this file and name it &lt;projectname&gt;.xml</li> - <li>add a section in incubator/site-author/projects/index.xml</li> - </ul> - <p>For this file:</p> - <ul> - <li>substitute the XYZ project name with the real one</li> - <li>fill in the "Description"</li> - <li>edit "Project info" to contain only effective resources</li> - <li>start doing "Incubation work items"</li> - </ul> - <p>When an "Incubation work item" is done, place the date in the - supplied space, and if necessary update "Project info" to reflect - changes in resources.</p> - <p>There are also sections where to place project news and incubation - status reports.</p> - <p> - <em>On the first edit of this file, please delete this notice.</em> - </p> - <pre>-----8-&lt;---- cut here -------8-&lt;---- cut here -------8-&lt;---- cut here --------8-&lt;----</pre> - </section> - <section id="XYZ+Project+Incubation+Status"> - <title>XYZ Project Incubation Status</title> + <section id="JSPWiki+Project+Incubation+Status"> + <title>JSPWiki Project Incubation Status</title> <p>This page tracks the project status, incubator-wise. For more general project status, look on the project website.</p> </section> <section id="Description"> <title>Description</title> - <p>The XYZ Project is a wonderful project that does things and goes places.</p> + <p>The JSPWiki Project is a a modular and user-extensible wiki-engine, based on the open source JSPWiki software.</p> </section> <section id="News"> <title>News</title> @@ -72,7 +44,7 @@ <td>Website</td> <td>www</td> <td> - <a href="http://incubator.apache.org/X/">http://incubator.apache.org/X/</a> + <a href="http://incubator.apache.org/jspwiki/">http://incubator.apache.org/jspwiki/</a> </td> </tr> <tr> @@ -83,12 +55,12 @@ <tr> <td>Mailing list</td> <td>dev</td> - <td>[email protected]</td> + <td>[email protected]</td> </tr> <tr> <td>.</td> <td>commits</td> - <td>[email protected]</td> + <td>[email protected]</td> </tr> <tr> <td>Bug tracking</td> @@ -98,27 +70,57 @@ <tr> <td>Source code</td> <td>SVN</td> - <td>incubator-X</td> + <td>https://svn.apache.org/repos/asf/incubator/jspwiki/</td> </tr> <tr> <td>Mentors</td> - <td>id1</td> - <td>Name1 Surname1</td> + <td>snoopdave</td> + <td>Dave Johnson</td> </tr> <tr> <td>.</td> - <td>id2</td> - <td>Name2 Surname2</td> + <td>clr</td> + <td>Craig Russell</td> + </tr> + <tr> + <td>.</td> + <td>henning</td> + <td>Henning Schmiedehausen</td> + </tr> + <tr> + <td>.</td> + <td>rubys</td> + <td>Sam Ruby</td> </tr> <tr> <td>Committers</td> <td>.</td> + <td>Janne Jalkanen</td> + </tr> + <tr> + <td> </td> <td>.</td> + <td>Andrew Jaquith</td> </tr> <tr> - <td>Extra</td> + <td> </td> <td>.</td> + <td>Dirk Frederickx</td> + </tr> + <tr> + <td> </td> <td>.</td> + <td>Christoph Sauer</td> + </tr> + <tr> + <td> </td> + <td>.</td> + <td>Juan Pablo Santos Rodríquez</td> + </tr> + <tr> + <td> </td> + <td>.</td> + <td>Murray Altheim</td> </tr> </table> </section> @@ -150,23 +152,6 @@ check www.nameprotect.com to be sure that the name is not already trademarked for an existing software product.</td> </tr> - <tr> - <td>....-..-..</td> - <td>If request from an existing Apache project to adopt an external - package, then ask the Apache project for the SVN module and mail - address names.</td> - </tr> - <tr> - <td>....-..-..</td> - <td>If request from outside Apache to enter an existing Apache project, - then post a message to that project for them to decide on acceptance.</td> - </tr> - <tr> - <td>....-..-..</td> - <td>If request from anywhere to become a stand-alone PMC, then assess the - fit with the ASF, and create the lists and modules under the - incubator address/module names if accepted.</td> - </tr> </table> </section> <section id="Interim+responsibility"> @@ -177,19 +162,13 @@ <th>item</th> </tr> <tr> - <td>....-..-..</td> + <td>2007-09-17</td> <td>Identify all the Mentors for the incubation, by asking all that can be Mentors.</td> </tr> <tr> - <td>....-..-..</td> - <td>Subscribe all Mentors on the pmc and general lists.</td> - </tr> - <tr> - <td>....-..-..</td> - <td>Give all Mentors access to the incubator SVN repository. - (to be done by the Incubator PMC chair or an Incubator PMC - Member wih karma for the authorizations file)</td> + <td>2007-10-06</td> + <td>Give all Mentors access to the incubator SVN repository.</td> </tr> <tr> <td>....-..-..</td> @@ -228,7 +207,7 @@ <tr> <td>....-..-..</td> <td>Check and make sure that for all code included with the distribution - that is not under the Apache license, e have the right to combine + that is not under the Apache license, we have the right to combine with Apache-licensed code and redistribute. </td> </tr> @@ -272,12 +251,12 @@ <th>item</th> </tr> <tr> - <td>....-..-..</td> - <td>Ask infrastructure to create source repository modules and grant the + <td>2007-10-06</td> + <td>Create source repository modules and grant the committers karma.</td> </tr> <tr> - <td>....-..-..</td> + <td>2007-10-06</td> <td>Ask infrastructure to set up and archive Mailing lists.</td> </tr> <tr> @@ -359,4 +338,4 @@ </section> </section> </body> -</document> +</document> \ No newline at end of file Added: incubator/public/trunk/site-publish/projects/jspwiki.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/jspwiki.html?rev=582526&view=auto ============================================================================== --- incubator/public/trunk/site-publish/projects/jspwiki.html (added) +++ incubator/public/trunk/site-publish/projects/jspwiki.html Sat Oct 6 12:34:06 2007 @@ -0,0 +1,524 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> + <link rel="stylesheet" href="/style/style.css" type="text/css" /> + <title>JSPWiki Incubation Status - Apache Incubator</title> + </head> + <body> + <table border="0" width="100%" cellspacing="0"> + <tr><!-- SITE BANNER AND PROJECT IMAGE --> + <td align="left" valign="top"> +<a href="http://www.apache.org/"><img src="/images/asf_logo_wide.gif" alt="The Apache Software Foundation" border="0"/></a> +</td> +<td align="right"> +<a href="http://incubator.apache.org/"><img src="../images/apache-incubator-logo.png" alt="Apache Incubator" border="0"/></a> +</td> + </tr> + </table> + <table border="0" width="100%" cellspacing="4"> + <tr><td colspan="3"><hr noshade="noshade" size="1"/></td></tr> + <tr> + <!-- LEFT SIDE NAVIGATION --> + <td valign="top" nowrap="nowrap" class="navleft"> + <div class="menuheader"><a +href="http://www.apache.org/foundation/glossary.html#Podling">Podlings (What's that?)</a></div> + <menu compact="compact"> + <li><a href="/incubation/Incubation_Policy.html">How? (Policy)</a></li> + <li><a href="/incubation/Roles_and_Responsibilities.html">Who? (Roles)</a></li> + <li><a href="/incubation/Process_Description.html">When? (Process)</a></li> + </menu> + <div class="menuheader"><a +href="/guides/index.html">Entry Guides</a></div> + <menu compact="compact"> + <li><a href="/guides/proposal.html">Proposal Guide</a></li> + </menu> + <div class="menuheader"><a +href="/guides/index.html">Podling Guides</a></div> + <menu compact="compact"> + <li><a href="/guides/committer.html">Podling Committers</a></li> + <li><a href="/guides/ppmc.html">Podling PMC (PPMC)</a></li> + <li><a href="/guides/projects.html">Podling Mentor</a></li> + <li><a href="/guides/releasemanagement.html">Podling Releases</a></li> + <li><a href="/guides/branding.html">Podling Branding</a></li> + <li><a href="/guides/sites.html">Podling Websites</a></li> + <li><a href="/guides/graduation.html">Graduation</a></li> + </menu> + <div class="menuheader"><a +href="/ip-clearance/index.html">IP Clearance</a></div> + <menu compact="compact"> + </menu> + <div class="menuheader"><a +href="/whoweare.html">Who We Are</a></div> + <menu compact="compact"> + </menu> + <div class="menuheader"><a +href="http://www.apache.org">ASF</a></div> + <menu compact="compact"> + <li><a href="http://www.apache.org/foundation/how-it-works.html">How Apache Works</a></li> + <li><a href="http://www.apache.org/dev/">Developer Documentation</a></li> + <li><a href="http://www.apache.org/foundation/">Foundation</a></li> + </menu> + <div class="menuheader">Other Guides</div> + <menu compact="compact"> + <li><a href="/guides/participation.html">Participation</a></li> + <li><a href="/faq.html">General FAQ</a></li> + <li><a href="/guides/pmc.html">PMC</a> (<a href="/guides/chair.html">Chair</a>)</li> + <li><a href="/guides/lists.html">Mailing Lists</a></li> + <li><a href="/guides/website.html">Incubator Website</a></li> + </menu> + <div class="menuheader"><a +href="http://wiki.apache.org/incubator">Wiki</a></div> + <menu compact="compact"> + </menu> + + <!-- start Ads Server --> + <iframe src="http://www.apache.org/ads/buttonbar.html" + style="border-width:0; float: left" frameborder="0" scrolling="no" + width="135" height="265"></iframe> + <!-- end Ads Server --> + </td> + <!-- CONTENT --> + <td align="left" valign="top" class="content"> + <h2><img src="/images/redarrow.gif" /> + <a name="JSPWiki+Project+Incubation+Status">JSPWiki Project Incubation Status</a> +</h2> +<div class="section-content"> +<p>This page tracks the project status, incubator-wise. For more general + project status, look on the project website.</p> +</div> + <h2><img src="/images/redarrow.gif" /> + <a name="Description">Description</a> +</h2> +<div class="section-content"> +<p>The JSPWiki Project is a a modular and user-extensible wiki-engine, based on the open source JSPWiki software.</p> +</div> + <h2><img src="/images/redarrow.gif" /> + <a name="News">News</a> +</h2> +<div class="section-content"> +<ul> + <li>none yet</li> + </ul> +</div> + <h2><img src="/images/redarrow.gif" /> + <a name="Project+info">Project info</a> +</h2> +<div class="section-content"> +<ul> + <li>link to the main website</li> + </ul> +<ul> + <li>link to the page(s) that tell how to participate (Website,Mailing + lists,Bug tracking,Source code)</li> + </ul> +<ul> + <li>link to the project status file (Committers,non-incubation action + items,project resources, etc)</li> + </ul> +<p>If the project website and code repository are not yet setup, use the + following table:</p> +<table class="colortable" width="100%"> + <tr> + <th>item</th> + <th>type</th> + <th>reference</th> + </tr> + <tr> + <td>Website</td> + <td>www</td> + <td> + <a href="http://incubator.apache.org/jspwiki/">http://incubator.apache.org/jspwiki/</a> + </td> + </tr> + <tr> + <td>.</td> + <td>wiki</td> + <td>.</td> + </tr> + <tr> + <td>Mailing list</td> + <td>dev</td> + <td>[email protected]</td> + </tr> + <tr> + <td>.</td> + <td>commits</td> + <td>[email protected]</td> + </tr> + <tr> + <td>Bug tracking</td> + <td>.</td> + <td>.</td> + </tr> + <tr> + <td>Source code</td> + <td>SVN</td> + <td>https://svn.apache.org/repos/asf/incubator/jspwiki/</td> + </tr> + <tr> + <td>Mentors</td> + <td>snoopdave</td> + <td>Dave Johnson</td> + </tr> + <tr> + <td>.</td> + <td>clr</td> + <td>Craig Russell</td> + </tr> + <tr> + <td>.</td> + <td>henning</td> + <td>Henning Schmiedehausen</td> + </tr> + <tr> + <td>.</td> + <td>rubys</td> + <td>Sam Ruby</td> + </tr> + <tr> + <td>Committers</td> + <td>.</td> + <td>Janne Jalkanen</td> + </tr> + <tr> + <td> </td> + <td>.</td> + <td>Andrew Jaquith</td> + </tr> + <tr> + <td> </td> + <td>.</td> + <td>Dirk Frederickx</td> + </tr> + <tr> + <td> </td> + <td>.</td> + <td>Christoph Sauer</td> + </tr> + <tr> + <td> </td> + <td>.</td> + <td>Juan Pablo Santos Rodríquez</td> + </tr> + <tr> + <td> </td> + <td>.</td> + <td>Murray Altheim</td> + </tr> + </table> +</div> + <h2><img src="/images/redarrow.gif" /> + <a name="Incubation+status+reports">Incubation status reports</a> +</h2> +<div class="section-content"> +<ul> + <li>none yet</li> + </ul> +</div> + <h2><img src="/images/redarrow.gif" /> + <a name="Incubation+work+items">Incubation work items</a> +</h2> +<div class="section-content"> +<h3> + <a name="Project+Setup">Project Setup</a> +</h3> +<div class="section-content"> +<p>This is the first phase on incubation, needed to start the [email protected].</p> +<p> + <em>Item assignment is shown by the Apache id.</em> + <em>Completed tasks are shown by the completion date (YYYY-MM-dd).</em> + </p> +<h4> + <a name="Identify+the+project+to+be+incubated">Identify the project to be incubated</a> +</h4> +<div class="section-content"> +<table class="colortable" width="100%"> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>....-..-..</td> + <td>Make sure that the requested project name does not already exist and + check www.nameprotect.com to be sure that the name is not already + trademarked for an existing software product.</td> + </tr> + </table> +</div> +<h4> + <a name="Interim+responsibility">Interim responsibility</a> +</h4> +<div class="section-content"> +<table class="colortable" width="100%"> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>2007-09-17</td> + <td>Identify all the Mentors for the incubation, by asking all that can + be Mentors.</td> + </tr> + <tr> + <td>2007-10-06</td> + <td>Give all Mentors access to the incubator SVN repository.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>Tell Mentors to track progress in the file 'incubator/projects/{project.name}.html'</td> + </tr> + </table> +</div> +<h4> + <a name="Copyright">Copyright</a> +</h4> +<div class="section-content"> +<table class="colortable" width="100%"> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>....-..-..</td> + <td>Check and make sure that the papers that transfer rights to the ASF + been received. It is only necessary to transfer rights for the + package, the core code, and any new code produced by the project. + </td> + </tr> + <tr> + <td>....-..-..</td> + <td>Check and make sure that the files that have been donated have been + updated to reflect the new ASF copyright.</td> + </tr> + </table> +</div> +<h4> + <a name="Verify+distribution+rights">Verify distribution rights</a> +</h4> +<div class="section-content"> +<table class="colortable" width="100%"> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>....-..-..</td> + <td>Check and make sure that for all code included with the distribution + that is not under the Apache license, we have the right to combine + with Apache-licensed code and redistribute. + </td> + </tr> + <tr> + <td>....-..-..</td> + <td>Check and make sure that all source code distributed by the project + is covered by one or more of the following approved licenses: Apache, + BSD, Artistic, MIT/X, MIT/W3C, MPL 1.1, or something with essentially + the same terms.</td> + </tr> + </table> +</div> +<h4> + <a name="Establish+a+list+of+active+committers">Establish a list of active committers</a> +</h4> +<div class="section-content"> +<table class="colortable" width="100%"> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>....-..-..</td> + <td>Check that all active committers have submitted a contributors + agreement.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>Add all active committers in the STATUS file.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>Ask root for the creation of committers' accounts on + people.apache.org.</td> + </tr> + </table> +</div> +<h4> + <a name="Infrastructure">Infrastructure</a> +</h4> +<div class="section-content"> +<table class="colortable" width="100%"> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>2007-10-06</td> + <td>Create source repository modules and grant the + committers karma.</td> + </tr> + <tr> + <td>2007-10-06</td> + <td>Ask infrastructure to set up and archive Mailing lists.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>Decide about and then ask infrastructure to setup an issuetracking + system (Bugzilla, Scarab, Jira).</td> + </tr> + <tr> + <td>....-..-..</td> + <td>Migrate the project to our infrastructure.</td> + </tr> + </table> +</div> +<h4> + <a name="Project+specific">Project specific</a> +</h4> +<div class="section-content"> +<p> + <em>Add project specific tasks here.</em> + </p> +</div> +</div> +<h3> + <a name="Incubation">Incubation</a> +</h3> +<div class="section-content"> +<p>These action items have to be checked for during the whole incubation process.</p> +<p> + <em>These items are not to be signed as done during incubation, as they + may change during incubation.</em> + <em>They are to be looked into and described in the status reports and + completed in the request for incubation signoff.</em> + </p> +<h4> + <a name="Collaborative+Development">Collaborative Development</a> +</h4> +<div class="section-content"> +<ul> + <li>Have all of the active long-term volunteers been identified and + acknowledged as committers on the project? + </li> + <li>Are there three or more independent committers? (The legal definition + of independent is long and boring, but basically it means that there + is no binding relationship between the individuals, such as a shared + employer, that is capable of overriding their free will as + individuals, directly or indirectly.)</li> + <li>Are project decisions being made in public by the committers?</li> + <li>Are the decision-making guidelines published and agreed to by all of + the committers?</li> + </ul> +</div> +<h4> + <a name="Licensing+awareness">Licensing awareness</a> +</h4> +<div class="section-content"> +<ul> + <li>Are all licensing, trademark, credit issues being taken care of and + acknowleged by all committers?</li> + </ul> +</div> +<h4> + <a name="Project+Specific">Project Specific</a> +</h4> +<div class="section-content"> +<p> + <em>Add project specific tasks here.</em> + </p> +</div> +</div> +<h3> + <a name="Exit">Exit</a> +</h3> +<div class="section-content"> +<p> + <em>Things to check for before voting the project out.</em> + </p> +<h4> + <a name="Organizational+acceptance+of+responsibility+for+the+project">Organizational acceptance of responsibility for the project</a> +</h4> +<div class="section-content"> +<ul> + <li>If graduating to an existing PMC, has the PMC voted to accept it?</li> + <li>If graduating to a new PMC, has the board voted to accept it?</li> + </ul> +</div> +<h4> + <a name="Incubator+sign-off">Incubator sign-off</a> +</h4> +<div class="section-content"> +<ul> + <li>Has the Incubator decided that the project has accomplished all of + the above tasks?</li> + </ul> +</div> +</div> +</div> + </td> + <!-- RIGHT SIDE NAVIGATION --> + <td valign="top" nowrap="nowrap" class="navright"> + <div class="menuheader"><a +href="/projects/index.html">Projects</a></div> + <menu compact="compact"> + <li><a href="/projects/abdera.html">Abdera</a></li> + <li><a href="/projects/cxf.html">CXF</a></li> + <li><a href="/projects/ftpserver.html">FtpServer</a></li> + <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/juice.html">JuiCE</a></li> + <li><a href="/projects/lokahi.html">Lokahi</a></li> + <li><a href="/projects/log4php.html">Log4php</a></li> + <li><a href="/projects/lucene.net.html">Lucene.Net</a></li> + <li><a href="/projects/nmaven.html">NMaven</a></li> + <li><a href="/projects/qpid.html">Qpid</a></li> + <li><a href="/projects/rcf.html">RCF</a></li> + <li><a href="/projects/river.html">River</a></li> + <li><a href="/projects/sanselan.html">Sanselan</a></li> + <li><a href="/projects/servicemix.html">ServiceMix</a></li> + <li><a href="/projects/sling.html">Sling</a></li> + <li><a href="/projects/stdcxx.html">stdcxx</a></li> + <li><a href="/projects/tika.html">Tika</a></li> + <li><a href="/projects/triplesoup.html">TripleSoup</a></li> + <li><a href="/projects/tuscany.html">Tuscany</a></li> + <li><a href="/projects/uima.html">UIMA</a></li> + <li><a href="/projects/woden.html">Woden</a></li> + <li><a href="/projects/wsrp4j.html">WSRP4J</a></li> + <li><a href="/projects/xap.html">XAP</a></li> + <li><a href="/projects/yoko.html">Yoko</a></li> + </menu> + +<form action="http://www.google.com/search" method="get"> + <input value="incubator.apache.org" name="sitesearch" type="hidden"/> + <input size="8" name="q" id="query" type="text" value="search..." + onclick="if(this.value == 'search...') {this.value = ''}"/> + <input name="Search" value="Go" type="submit"/> +</form> + </td> + </tr> + <!-- FOOTER --> + <tr><td colspan="3"><hr noshade="noshade" size="1"/></td></tr> + <tr><td colspan="3" class="footer"> + Copyright &#169; 1999-2007, The Apache Software Foundation<br /> +Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. + </td> + </tr> + </table> + </body> +</html> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Oct 06 19:44:24 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4541 invoked from network); 6 Oct 2007 19:44:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Oct 2007 19:44:23 -0000 Received: (qmail 60065 invoked by uid 500); 6 Oct 2007 19:44:10 -0000 Delivered-To: [email protected] Received: (qmail 59999 invoked by uid 500); 6 Oct 2007 19:44:10 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 59988 invoked by uid 500); 6 Oct 2007 19:44:10 -0000 Delivered-To: [email protected] Received: (qmail 59985 invoked by uid 99); 6 Oct 2007 19:44:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Oct 2007 12:44:10 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Oct 2007 19:44:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E1DE91A9832; Sat, 6 Oct 2007 12:43:23 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r582528 - in /incubator/public/trunk: site-author/projects/index.xml site-publish/projects/index.html Date: Sat, 06 Oct 2007 19:43:23 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: clr Date: Sat Oct 6 12:43:22 2007 New Revision: 582528 URL: http://svn.apache.org/viewvc?rev=582528&view=rev Log: Updated projects/index.html to include JSPWiki Modified: incubator/public/trunk/site-author/projects/index.xml incubator/public/trunk/site-publish/projects/index.html Modified: incubator/public/trunk/site-author/projects/index.xml URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-author/projects/index.xml?rev=582528&r1=582527&r2=582528&view=diff ============================================================================== --- incubator/public/trunk/site-author/projects/index.xml (original) +++ incubator/public/trunk/site-author/projects/index.xml Sat Oct 6 12:43:22 2007 @@ -82,6 +82,15 @@ </tr> <tr> <td> + <a href="../projects/jspwiki.html">JSPWiki</a> + </td> + <td>Java-based wiki engine</td> + <td>Incubator</td> + <td>Dave Johnson, Craig Russell, Henning Schmiedehausen, Sam Ruby</td> + <td>2007-09-17</td> + </tr> + <tr> + <td> <a href="../projects/juice.html">JuiCE</a> </td> <td>OpenSSL based JCE provider</td> Modified: incubator/public/trunk/site-publish/projects/index.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/index.html?rev=582528&r1=582527&r2=582528&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/index.html (original) +++ incubator/public/trunk/site-publish/projects/index.html Sat Oct 6 12:43:22 2007 @@ -158,6 +158,15 @@ </tr> <tr> <td> + <a href="../projects/jspwiki.html">JSPWiki</a> + </td> + <td>Java-based wiki engine</td> + <td>Incubator</td> + <td>Dave Johnson, Craig Russell, Henning Schmiedehausen, Sam Ruby</td> + <td>2007-09-17</td> + </tr> + <tr> + <td> <a href="../projects/juice.html">JuiCE</a> </td> <td>OpenSSL based JCE provider</td> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Oct 06 19:50:45 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6450 invoked from network); 6 Oct 2007 19:50:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Oct 2007 19:50:43 -0000 Received: (qmail 62567 invoked by uid 500); 6 Oct 2007 19:50:30 -0000 Delivered-To: [email protected] Received: (qmail 62522 invoked by uid 500); 6 Oct 2007 19:50:30 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 62511 invoked by uid 500); 6 Oct 2007 19:50:30 -0000 Delivered-To: [email protected] Received: (qmail 62508 invoked by uid 99); 6 Oct 2007 19:50:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Oct 2007 12:50:29 -0700 X-ASF-Spam-Status: No, hits=-97.1 required=10.0 tests=ALL_TRUSTED,TVD_SPACE_RATIO X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Oct 2007 19:50:34 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8122C1A983A; Sat, 6 Oct 2007 12:50:13 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r582529 [2/2] - in /incubator/public/trunk: site-author/stylesheets/ site-publish/ site-publish/guides/ site-publish/incubation/ site-publish/ip-clearance/ site-publish/learn/ site-publish/official/ site-publish/projects/ site-publish/proje... Date: Sat, 06 Oct 2007 19:48:48 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Modified: incubator/public/trunk/site-publish/projects/activemq.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/activemq.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/activemq.html (original) +++ incubator/public/trunk/site-publish/projects/activemq.html Sat Oct 6 12:48:29 2007 @@ -738,6 +738,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/agila.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/agila.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/agila.html (original) +++ incubator/public/trunk/site-publish/projects/agila.html Sat Oct 6 12:48:29 2007 @@ -342,6 +342,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/agila/index.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/agila/index.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/agila/index.html (original) +++ incubator/public/trunk/site-publish/projects/agila/index.html Sat Oct 6 12:48:29 2007 @@ -148,6 +148,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/altrmi.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/altrmi.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/altrmi.html (original) +++ incubator/public/trunk/site-publish/projects/altrmi.html Sat Oct 6 12:48:29 2007 @@ -388,6 +388,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/apollo.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/apollo.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/apollo.html (original) +++ incubator/public/trunk/site-publish/projects/apollo.html Sat Oct 6 12:48:29 2007 @@ -660,6 +660,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/axion.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/axion.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/axion.html (original) +++ incubator/public/trunk/site-publish/projects/axion.html Sat Oct 6 12:48:29 2007 @@ -733,6 +733,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/beehive.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/beehive.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/beehive.html (original) +++ incubator/public/trunk/site-publish/projects/beehive.html Sat Oct 6 12:48:29 2007 @@ -991,6 +991,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/cayenne.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/cayenne.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/cayenne.html (original) +++ incubator/public/trunk/site-publish/projects/cayenne.html Sat Oct 6 12:48:29 2007 @@ -739,6 +739,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/cxf.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/cxf.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/cxf.html (original) +++ incubator/public/trunk/site-publish/projects/cxf.html Sat Oct 6 12:48:29 2007 @@ -599,6 +599,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/depot.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/depot.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/depot.html (original) +++ incubator/public/trunk/site-publish/projects/depot.html Sat Oct 6 12:48:29 2007 @@ -624,6 +624,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/derby.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/derby.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/derby.html (original) +++ incubator/public/trunk/site-publish/projects/derby.html Sat Oct 6 12:48:29 2007 @@ -666,6 +666,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/directory.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/directory.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/directory.html (original) +++ incubator/public/trunk/site-publish/projects/directory.html Sat Oct 6 12:48:29 2007 @@ -751,6 +751,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/felix.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/felix.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/felix.html (original) +++ incubator/public/trunk/site-publish/projects/felix.html Sat Oct 6 12:48:29 2007 @@ -739,6 +739,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/ftpserver.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/ftpserver.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/ftpserver.html (original) +++ incubator/public/trunk/site-publish/projects/ftpserver.html Sat Oct 6 12:48:29 2007 @@ -522,6 +522,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/geronimo.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/geronimo.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/geronimo.html (original) +++ incubator/public/trunk/site-publish/projects/geronimo.html Sat Oct 6 12:48:29 2007 @@ -419,6 +419,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/geronimo/geronimo-proposal.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/geronimo/geronimo-proposal.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/geronimo/geronimo-proposal.html (original) +++ incubator/public/trunk/site-publish/projects/geronimo/geronimo-proposal.html Sat Oct 6 12:48:29 2007 @@ -369,6 +369,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/geronimo/index.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/geronimo/index.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/geronimo/index.html (original) +++ incubator/public/trunk/site-publish/projects/geronimo/index.html Sat Oct 6 12:48:29 2007 @@ -542,6 +542,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/graffito.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/graffito.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/graffito.html (original) +++ incubator/public/trunk/site-publish/projects/graffito.html Sat Oct 6 12:48:29 2007 @@ -854,6 +854,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/harmony.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/harmony.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/harmony.html (original) +++ incubator/public/trunk/site-publish/projects/harmony.html Sat Oct 6 12:48:29 2007 @@ -749,6 +749,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/heraldry.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/heraldry.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/heraldry.html (original) +++ incubator/public/trunk/site-publish/projects/heraldry.html Sat Oct 6 12:48:29 2007 @@ -610,6 +610,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/hermes.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/hermes.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/hermes.html (original) +++ incubator/public/trunk/site-publish/projects/hermes.html Sat Oct 6 12:48:29 2007 @@ -661,6 +661,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/httpd-cli.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/httpd-cli.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/httpd-cli.html (original) +++ incubator/public/trunk/site-publish/projects/httpd-cli.html Sat Oct 6 12:48:29 2007 @@ -503,6 +503,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/ibatis.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/ibatis.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/ibatis.html (original) +++ incubator/public/trunk/site-publish/projects/ibatis.html Sat Oct 6 12:48:29 2007 @@ -632,6 +632,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/index.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/index.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/index.html (original) +++ incubator/public/trunk/site-publish/projects/index.html Sat Oct 6 12:48:29 2007 @@ -872,6 +872,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/ivy.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/ivy.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/ivy.html (original) +++ incubator/public/trunk/site-publish/projects/ivy.html Sat Oct 6 12:48:29 2007 @@ -549,6 +549,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/jackrabbit.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/jackrabbit.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/jackrabbit.html (original) +++ incubator/public/trunk/site-publish/projects/jackrabbit.html Sat Oct 6 12:48:29 2007 @@ -712,6 +712,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/jaxme.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/jaxme.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/jaxme.html (original) +++ incubator/public/trunk/site-publish/projects/jaxme.html Sat Oct 6 12:48:29 2007 @@ -425,6 +425,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/jdo.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/jdo.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/jdo.html (original) +++ incubator/public/trunk/site-publish/projects/jdo.html Sat Oct 6 12:48:29 2007 @@ -735,6 +735,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/jspwiki.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/jspwiki.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/jspwiki.html (original) +++ incubator/public/trunk/site-publish/projects/jspwiki.html Sat Oct 6 12:48:29 2007 @@ -482,6 +482,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/juddi.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/juddi.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/juddi.html (original) +++ incubator/public/trunk/site-publish/projects/juddi.html Sat Oct 6 12:48:29 2007 @@ -558,6 +558,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/juice.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/juice.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/juice.html (original) +++ incubator/public/trunk/site-publish/projects/juice.html Sat Oct 6 12:48:29 2007 @@ -655,6 +655,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/kabuki.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/kabuki.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/kabuki.html (original) +++ incubator/public/trunk/site-publish/projects/kabuki.html Sat Oct 6 12:48:29 2007 @@ -557,6 +557,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/lenya.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/lenya.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/lenya.html (original) +++ incubator/public/trunk/site-publish/projects/lenya.html Sat Oct 6 12:48:29 2007 @@ -451,6 +451,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/log4cxx.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/log4cxx.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/log4cxx.html (original) +++ incubator/public/trunk/site-publish/projects/log4cxx.html Sat Oct 6 12:48:29 2007 @@ -595,6 +595,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/log4net.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/log4net.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/log4net.html (original) +++ incubator/public/trunk/site-publish/projects/log4net.html Sat Oct 6 12:48:29 2007 @@ -661,6 +661,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/log4php.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/log4php.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/log4php.html (original) +++ incubator/public/trunk/site-publish/projects/log4php.html Sat Oct 6 12:48:29 2007 @@ -597,6 +597,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/lokahi.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/lokahi.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/lokahi.html (original) +++ incubator/public/trunk/site-publish/projects/lokahi.html Sat Oct 6 12:48:29 2007 @@ -601,6 +601,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/lucene.net.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/lucene.net.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/lucene.net.html (original) +++ incubator/public/trunk/site-publish/projects/lucene.net.html Sat Oct 6 12:48:29 2007 @@ -589,6 +589,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/lucene4c.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/lucene4c.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/lucene4c.html (original) +++ incubator/public/trunk/site-publish/projects/lucene4c.html Sat Oct 6 12:48:29 2007 @@ -598,6 +598,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/merlin-developer.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/merlin-developer.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/merlin-developer.html (original) +++ incubator/public/trunk/site-publish/projects/merlin-developer.html Sat Oct 6 12:48:29 2007 @@ -582,6 +582,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/mod_ftp.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/mod_ftp.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/mod_ftp.html (original) +++ incubator/public/trunk/site-publish/projects/mod_ftp.html Sat Oct 6 12:48:29 2007 @@ -665,6 +665,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/muse.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/muse.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/muse.html (original) +++ incubator/public/trunk/site-publish/projects/muse.html Sat Oct 6 12:48:29 2007 @@ -659,6 +659,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/myfaces.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/myfaces.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/myfaces.html (original) +++ incubator/public/trunk/site-publish/projects/myfaces.html Sat Oct 6 12:48:29 2007 @@ -692,6 +692,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/nmaven.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/nmaven.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/nmaven.html (original) +++ incubator/public/trunk/site-publish/projects/nmaven.html Sat Oct 6 12:48:29 2007 @@ -514,6 +514,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/nutch.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/nutch.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/nutch.html (original) +++ incubator/public/trunk/site-publish/projects/nutch.html Sat Oct 6 12:48:29 2007 @@ -653,6 +653,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/ode.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/ode.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/ode.html (original) +++ incubator/public/trunk/site-publish/projects/ode.html Sat Oct 6 12:48:29 2007 @@ -572,6 +572,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/ofbiz.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/ofbiz.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/ofbiz.html (original) +++ incubator/public/trunk/site-publish/projects/ofbiz.html Sat Oct 6 12:48:29 2007 @@ -546,6 +546,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/openejb.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/openejb.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/openejb.html (original) +++ incubator/public/trunk/site-publish/projects/openejb.html Sat Oct 6 12:48:29 2007 @@ -680,6 +680,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/openjpa.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/openjpa.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/openjpa.html (original) +++ incubator/public/trunk/site-publish/projects/openjpa.html Sat Oct 6 12:48:29 2007 @@ -626,6 +626,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/pluto.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/pluto.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/pluto.html (original) +++ incubator/public/trunk/site-publish/projects/pluto.html Sat Oct 6 12:48:29 2007 @@ -550,6 +550,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/qpid.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/qpid.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/qpid.html (original) +++ incubator/public/trunk/site-publish/projects/qpid.html Sat Oct 6 12:48:29 2007 @@ -878,6 +878,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/rcf.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/rcf.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/rcf.html (original) +++ incubator/public/trunk/site-publish/projects/rcf.html Sat Oct 6 12:48:29 2007 @@ -636,6 +636,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/river.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/river.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/river.html (original) +++ incubator/public/trunk/site-publish/projects/river.html Sat Oct 6 12:48:29 2007 @@ -616,6 +616,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/roller.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/roller.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/roller.html (original) +++ incubator/public/trunk/site-publish/projects/roller.html Sat Oct 6 12:48:29 2007 @@ -728,6 +728,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/sanselan.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/sanselan.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/sanselan.html (original) +++ incubator/public/trunk/site-publish/projects/sanselan.html Sat Oct 6 12:48:29 2007 @@ -509,6 +509,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/servicemix.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/servicemix.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/servicemix.html (original) +++ incubator/public/trunk/site-publish/projects/servicemix.html Sat Oct 6 12:48:29 2007 @@ -706,6 +706,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/sling.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/sling.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/sling.html (original) +++ incubator/public/trunk/site-publish/projects/sling.html Sat Oct 6 12:48:29 2007 @@ -523,6 +523,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/solr.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/solr.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/solr.html (original) +++ incubator/public/trunk/site-publish/projects/solr.html Sat Oct 6 12:48:29 2007 @@ -692,6 +692,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/spamassassin.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/spamassassin.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/spamassassin.html (original) +++ incubator/public/trunk/site-publish/projects/spamassassin.html Sat Oct 6 12:48:29 2007 @@ -842,6 +842,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/stdcxx.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/stdcxx.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/stdcxx.html (original) +++ incubator/public/trunk/site-publish/projects/stdcxx.html Sat Oct 6 12:48:29 2007 @@ -991,6 +991,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/synapse.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/synapse.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/synapse.html (original) +++ incubator/public/trunk/site-publish/projects/synapse.html Sat Oct 6 12:48:29 2007 @@ -686,6 +686,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/tika.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/tika.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/tika.html (original) +++ incubator/public/trunk/site-publish/projects/tika.html Sat Oct 6 12:48:29 2007 @@ -548,6 +548,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/tobago.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/tobago.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/tobago.html (original) +++ incubator/public/trunk/site-publish/projects/tobago.html Sat Oct 6 12:48:29 2007 @@ -707,6 +707,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/trinidad.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/trinidad.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/trinidad.html (original) +++ incubator/public/trunk/site-publish/projects/trinidad.html Sat Oct 6 12:48:29 2007 @@ -593,6 +593,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/triplesoup.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/triplesoup.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/triplesoup.html (original) +++ incubator/public/trunk/site-publish/projects/triplesoup.html Sat Oct 6 12:48:29 2007 @@ -466,6 +466,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/tsik.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/tsik.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/tsik.html (original) +++ incubator/public/trunk/site-publish/projects/tsik.html Sat Oct 6 12:48:29 2007 @@ -664,6 +664,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/tuscany.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/tuscany.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/tuscany.html (original) +++ incubator/public/trunk/site-publish/projects/tuscany.html Sat Oct 6 12:48:29 2007 @@ -584,6 +584,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/uima.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/uima.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/uima.html (original) +++ incubator/public/trunk/site-publish/projects/uima.html Sat Oct 6 12:48:29 2007 @@ -508,6 +508,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/wadi.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/wadi.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/wadi.html (original) +++ incubator/public/trunk/site-publish/projects/wadi.html Sat Oct 6 12:48:29 2007 @@ -730,6 +730,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/webwork2.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/webwork2.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/webwork2.html (original) +++ incubator/public/trunk/site-publish/projects/webwork2.html Sat Oct 6 12:48:29 2007 @@ -661,6 +661,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/wicket.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/wicket.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/wicket.html (original) +++ incubator/public/trunk/site-publish/projects/wicket.html Sat Oct 6 12:48:29 2007 @@ -563,6 +563,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/woden.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/woden.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/woden.html (original) +++ incubator/public/trunk/site-publish/projects/woden.html Sat Oct 6 12:48:29 2007 @@ -922,6 +922,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/wsrp4j.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/wsrp4j.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/wsrp4j.html (original) +++ incubator/public/trunk/site-publish/projects/wsrp4j.html Sat Oct 6 12:48:29 2007 @@ -708,6 +708,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/xap.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/xap.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/xap.html (original) +++ incubator/public/trunk/site-publish/projects/xap.html Sat Oct 6 12:48:29 2007 @@ -502,6 +502,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/xmlbeans.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/xmlbeans.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/xmlbeans.html (original) +++ incubator/public/trunk/site-publish/projects/xmlbeans.html Sat Oct 6 12:48:29 2007 @@ -492,6 +492,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/xmlbeanscxx.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/xmlbeanscxx.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/xmlbeanscxx.html (original) +++ incubator/public/trunk/site-publish/projects/xmlbeanscxx.html Sat Oct 6 12:48:29 2007 @@ -783,6 +783,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/yoko.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/yoko.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/yoko.html (original) +++ incubator/public/trunk/site-publish/projects/yoko.html Sat Oct 6 12:48:29 2007 @@ -436,6 +436,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/whoweare.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/whoweare.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/whoweare.html (original) +++ incubator/public/trunk/site-publish/whoweare.html Sat Oct 6 12:48:29 2007 @@ -248,6 +248,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Oct 06 19:51:14 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6622 invoked from network); 6 Oct 2007 19:51:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 6 Oct 2007 19:51:13 -0000 Received: (qmail 62733 invoked by uid 500); 6 Oct 2007 19:51:00 -0000 Delivered-To: [email protected] Received: (qmail 62682 invoked by uid 500); 6 Oct 2007 19:51:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 62671 invoked by uid 500); 6 Oct 2007 19:51:00 -0000 Delivered-To: [email protected] Received: (qmail 62668 invoked by uid 99); 6 Oct 2007 19:51:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Oct 2007 12:51:00 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Oct 2007 19:51:04 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 29B9C1A9832; Sat, 6 Oct 2007 12:50:13 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r582529 [1/2] - in /incubator/public/trunk: site-author/stylesheets/ site-publish/ site-publish/guides/ site-publish/incubation/ site-publish/ip-clearance/ site-publish/learn/ site-publish/official/ site-publish/projects/ site-publish/proje... Date: Sat, 06 Oct 2007 19:48:48 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: clr Date: Sat Oct 6 12:48:29 2007 New Revision: 582529 URL: http://svn.apache.org/viewvc?rev=582529&view=rev Log: Added JSPWiki to menu on all incubator pages Modified: incubator/public/trunk/site-author/stylesheets/project.xml incubator/public/trunk/site-publish/faq.html incubator/public/trunk/site-publish/guides/branding.html incubator/public/trunk/site-publish/guides/chair.html incubator/public/trunk/site-publish/guides/committer.html incubator/public/trunk/site-publish/guides/community.html incubator/public/trunk/site-publish/guides/entry.html incubator/public/trunk/site-publish/guides/graduation.html incubator/public/trunk/site-publish/guides/index.html incubator/public/trunk/site-publish/guides/lists.html incubator/public/trunk/site-publish/guides/participation.html incubator/public/trunk/site-publish/guides/pmc.html incubator/public/trunk/site-publish/guides/ppmc.html incubator/public/trunk/site-publish/guides/projects.html incubator/public/trunk/site-publish/guides/proposal.html incubator/public/trunk/site-publish/guides/releasemanagement.html incubator/public/trunk/site-publish/guides/sites.html incubator/public/trunk/site-publish/guides/website.html incubator/public/trunk/site-publish/incubation/Incubation_Policy.html incubator/public/trunk/site-publish/incubation/Process_Description.html incubator/public/trunk/site-publish/incubation/Roles_and_Responsibilities.html incubator/public/trunk/site-publish/index.html incubator/public/trunk/site-publish/ip-clearance/activemq-nms-tibco.html incubator/public/trunk/site-publish/ip-clearance/activemq.html incubator/public/trunk/site-publish/ip-clearance/apr-jlibtool.html incubator/public/trunk/site-publish/ip-clearance/cxf-wsdl2js.html incubator/public/trunk/site-publish/ip-clearance/derby-2134-contribution-tests-ibm.html incubator/public/trunk/site-publish/ip-clearance/derby-2248-contribution-tests-ibm.html incubator/public/trunk/site-publish/ip-clearance/directory-mitosis.html incubator/public/trunk/site-publish/ip-clearance/directory-triplesec.html incubator/public/trunk/site-publish/ip-clearance/geronimo-1016-ibm-daytrader.html incubator/public/trunk/site-publish/ip-clearance/geronimo-1111-trifork-initial.html incubator/public/trunk/site-publish/ip-clearance/geronimo-1478-xbean.html incubator/public/trunk/site-publish/ip-clearance/geronimo-2743-ibm-covalent-j2g.html incubator/public/trunk/site-publish/ip-clearance/geronimo-762-ibm-console.html incubator/public/trunk/site-publish/ip-clearance/geronimo-875-ibm-eclipse.html incubator/public/trunk/site-publish/ip-clearance/geronimo-iiop.html incubator/public/trunk/site-publish/ip-clearance/harmony-127-contribution-plugin-ibm.html incubator/public/trunk/site-publish/ip-clearance/harmony-14-contribution-classlib-ibm.html incubator/public/trunk/site-publish/ip-clearance/harmony-16-contribution-classlib-intel.html incubator/public/trunk/site-publish/ip-clearance/harmony-3-ccontribution-jcvm-archie-cobbs.html incubator/public/trunk/site-publish/ip-clearance/harmony-438-contribution-drlvm-intel.html incubator/public/trunk/site-publish/ip-clearance/harmony-5-component-poc-david-tanzer.html incubator/public/trunk/site-publish/ip-clearance/harmony-57-contribution-tests-ibm.html incubator/public/trunk/site-publish/ip-clearance/harmony-6-contribution-jvm-daniel-lydick.html incubator/public/trunk/site-publish/ip-clearance/harmony-88-contribution-tests-ibm.html incubator/public/trunk/site-publish/ip-clearance/httpd-wombat.html incubator/public/trunk/site-publish/ip-clearance/index.html incubator/public/trunk/site-publish/ip-clearance/ip-clearance-template.html incubator/public/trunk/site-publish/ip-clearance/jackrabbit-bundle-persistence.html incubator/public/trunk/site-publish/ip-clearance/jakarta-cactus-tahchiev.html incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-composite-pool.html incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-csv.html incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-mantissa.html incubator/public/trunk/site-publish/ip-clearance/jsr-301-ri.html incubator/public/trunk/site-publish/ip-clearance/maven-archetypeng.html incubator/public/trunk/site-publish/ip-clearance/maven-doxia.html incubator/public/trunk/site-publish/ip-clearance/maven-patch-plugin.html incubator/public/trunk/site-publish/ip-clearance/maven-shade-plugin.html incubator/public/trunk/site-publish/ip-clearance/maven-surefire.html incubator/public/trunk/site-publish/ip-clearance/myfaces-tobago.html incubator/public/trunk/site-publish/ip-clearance/ode-1-sybase-bpe.html incubator/public/trunk/site-publish/ip-clearance/ode-2-intalio-pxe.html incubator/public/trunk/site-publish/ip-clearance/perl-apache_reload.html incubator/public/trunk/site-publish/ip-clearance/portals-gluecode-jetspeed.html incubator/public/trunk/site-publish/ip-clearance/sanselan.html incubator/public/trunk/site-publish/ip-clearance/servicemix.html incubator/public/trunk/site-publish/ip-clearance/shale-444-clay-plugin-for-eclipse.html incubator/public/trunk/site-publish/ip-clearance/triplesoup-1-contribution-mod_sparql.html incubator/public/trunk/site-publish/ip-clearance/triplesoup-2-contribution-libb.html incubator/public/trunk/site-publish/ip-clearance/triplesoup-3-contribution-RDFStore.html incubator/public/trunk/site-publish/ip-clearance/uima-255-contribution-cpp-framework-ibm.html incubator/public/trunk/site-publish/ip-clearance/ws-jaxws.html incubator/public/trunk/site-publish/ip-clearance/ws-sandesha.html incubator/public/trunk/site-publish/ip-clearance/ws-wss4j.html incubator/public/trunk/site-publish/ip-clearance/xmlgraphics-commons-postscript-dsc-parser.html incubator/public/trunk/site-publish/ip-clearance/xmlgraphics-fop-afp-renderer.html incubator/public/trunk/site-publish/learn/rules-for-revolutionaries.html incubator/public/trunk/site-publish/learn/theapacheway.html incubator/public/trunk/site-publish/official/mailing-lists.html incubator/public/trunk/site-publish/official/resolution.html incubator/public/trunk/site-publish/projects/abdera.html incubator/public/trunk/site-publish/projects/activemq.html incubator/public/trunk/site-publish/projects/agila.html incubator/public/trunk/site-publish/projects/agila/index.html incubator/public/trunk/site-publish/projects/altrmi.html incubator/public/trunk/site-publish/projects/apollo.html incubator/public/trunk/site-publish/projects/axion.html incubator/public/trunk/site-publish/projects/beehive.html incubator/public/trunk/site-publish/projects/cayenne.html incubator/public/trunk/site-publish/projects/cxf.html incubator/public/trunk/site-publish/projects/depot.html incubator/public/trunk/site-publish/projects/derby.html incubator/public/trunk/site-publish/projects/directory.html incubator/public/trunk/site-publish/projects/felix.html incubator/public/trunk/site-publish/projects/ftpserver.html incubator/public/trunk/site-publish/projects/geronimo.html incubator/public/trunk/site-publish/projects/geronimo/geronimo-proposal.html incubator/public/trunk/site-publish/projects/geronimo/index.html incubator/public/trunk/site-publish/projects/graffito.html incubator/public/trunk/site-publish/projects/harmony.html incubator/public/trunk/site-publish/projects/heraldry.html incubator/public/trunk/site-publish/projects/hermes.html incubator/public/trunk/site-publish/projects/httpd-cli.html incubator/public/trunk/site-publish/projects/ibatis.html incubator/public/trunk/site-publish/projects/index.html incubator/public/trunk/site-publish/projects/ivy.html incubator/public/trunk/site-publish/projects/jackrabbit.html incubator/public/trunk/site-publish/projects/jaxme.html incubator/public/trunk/site-publish/projects/jdo.html incubator/public/trunk/site-publish/projects/jspwiki.html incubator/public/trunk/site-publish/projects/juddi.html incubator/public/trunk/site-publish/projects/juice.html incubator/public/trunk/site-publish/projects/kabuki.html incubator/public/trunk/site-publish/projects/lenya.html incubator/public/trunk/site-publish/projects/log4cxx.html incubator/public/trunk/site-publish/projects/log4net.html incubator/public/trunk/site-publish/projects/log4php.html incubator/public/trunk/site-publish/projects/lokahi.html incubator/public/trunk/site-publish/projects/lucene.net.html incubator/public/trunk/site-publish/projects/lucene4c.html incubator/public/trunk/site-publish/projects/merlin-developer.html incubator/public/trunk/site-publish/projects/mod_ftp.html incubator/public/trunk/site-publish/projects/muse.html incubator/public/trunk/site-publish/projects/myfaces.html incubator/public/trunk/site-publish/projects/nmaven.html incubator/public/trunk/site-publish/projects/nutch.html incubator/public/trunk/site-publish/projects/ode.html incubator/public/trunk/site-publish/projects/ofbiz.html incubator/public/trunk/site-publish/projects/openejb.html incubator/public/trunk/site-publish/projects/openjpa.html incubator/public/trunk/site-publish/projects/pluto.html incubator/public/trunk/site-publish/projects/qpid.html incubator/public/trunk/site-publish/projects/rcf.html incubator/public/trunk/site-publish/projects/river.html incubator/public/trunk/site-publish/projects/roller.html incubator/public/trunk/site-publish/projects/sanselan.html incubator/public/trunk/site-publish/projects/servicemix.html incubator/public/trunk/site-publish/projects/sling.html incubator/public/trunk/site-publish/projects/solr.html incubator/public/trunk/site-publish/projects/spamassassin.html incubator/public/trunk/site-publish/projects/stdcxx.html incubator/public/trunk/site-publish/projects/synapse.html incubator/public/trunk/site-publish/projects/tika.html incubator/public/trunk/site-publish/projects/tobago.html incubator/public/trunk/site-publish/projects/trinidad.html incubator/public/trunk/site-publish/projects/triplesoup.html incubator/public/trunk/site-publish/projects/tsik.html incubator/public/trunk/site-publish/projects/tuscany.html incubator/public/trunk/site-publish/projects/uima.html incubator/public/trunk/site-publish/projects/wadi.html incubator/public/trunk/site-publish/projects/webwork2.html incubator/public/trunk/site-publish/projects/wicket.html incubator/public/trunk/site-publish/projects/woden.html incubator/public/trunk/site-publish/projects/wsrp4j.html incubator/public/trunk/site-publish/projects/xap.html incubator/public/trunk/site-publish/projects/xmlbeans.html incubator/public/trunk/site-publish/projects/xmlbeanscxx.html incubator/public/trunk/site-publish/projects/yoko.html incubator/public/trunk/site-publish/whoweare.html Modified: incubator/public/trunk/site-author/stylesheets/project.xml URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-author/stylesheets/project.xml?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-author/stylesheets/project.xml (original) +++ incubator/public/trunk/site-author/stylesheets/project.xml Sat Oct 6 12:48:29 2007 @@ -69,6 +69,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/faq.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/faq.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/faq.html (original) +++ incubator/public/trunk/site-publish/faq.html Sat Oct 6 12:48:29 2007 @@ -323,6 +323,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/guides/branding.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/branding.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/branding.html (original) +++ incubator/public/trunk/site-publish/guides/branding.html Sat Oct 6 12:48:29 2007 @@ -219,6 +219,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/guides/chair.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/chair.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/chair.html (original) +++ incubator/public/trunk/site-publish/guides/chair.html Sat Oct 6 12:48:29 2007 @@ -282,6 +282,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/guides/committer.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/committer.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/committer.html (original) +++ incubator/public/trunk/site-publish/guides/committer.html Sat Oct 6 12:48:29 2007 @@ -235,6 +235,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/guides/community.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/community.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/community.html (original) +++ incubator/public/trunk/site-publish/guides/community.html Sat Oct 6 12:48:29 2007 @@ -433,6 +433,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/guides/entry.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/entry.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/entry.html (original) +++ incubator/public/trunk/site-publish/guides/entry.html Sat Oct 6 12:48:29 2007 @@ -221,6 +221,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/guides/graduation.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/graduation.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/graduation.html (original) +++ incubator/public/trunk/site-publish/guides/graduation.html Sat Oct 6 12:48:29 2007 @@ -1468,6 +1468,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/guides/index.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/index.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/index.html (original) +++ incubator/public/trunk/site-publish/guides/index.html Sat Oct 6 12:48:29 2007 @@ -185,6 +185,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/guides/lists.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/lists.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/lists.html (original) +++ incubator/public/trunk/site-publish/guides/lists.html Sat Oct 6 12:48:29 2007 @@ -241,6 +241,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/guides/participation.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/participation.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/participation.html (original) +++ incubator/public/trunk/site-publish/guides/participation.html Sat Oct 6 12:48:29 2007 @@ -280,6 +280,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/guides/pmc.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/pmc.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/pmc.html (original) +++ incubator/public/trunk/site-publish/guides/pmc.html Sat Oct 6 12:48:29 2007 @@ -218,6 +218,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/guides/ppmc.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/ppmc.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/ppmc.html (original) +++ incubator/public/trunk/site-publish/guides/ppmc.html Sat Oct 6 12:48:29 2007 @@ -347,6 +347,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/guides/projects.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/projects.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/projects.html (original) +++ incubator/public/trunk/site-publish/guides/projects.html Sat Oct 6 12:48:29 2007 @@ -157,6 +157,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/guides/proposal.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/proposal.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/proposal.html (original) +++ incubator/public/trunk/site-publish/guides/proposal.html Sat Oct 6 12:48:29 2007 @@ -1526,6 +1526,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/guides/releasemanagement.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/releasemanagement.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/releasemanagement.html (original) +++ incubator/public/trunk/site-publish/guides/releasemanagement.html Sat Oct 6 12:48:29 2007 @@ -1996,6 +1996,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/guides/sites.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/sites.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/sites.html (original) +++ incubator/public/trunk/site-publish/guides/sites.html Sat Oct 6 12:48:29 2007 @@ -264,6 +264,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/guides/website.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/website.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/website.html (original) +++ incubator/public/trunk/site-publish/guides/website.html Sat Oct 6 12:48:29 2007 @@ -209,6 +209,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/incubation/Incubation_Policy.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/incubation/Incubation_Policy.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/incubation/Incubation_Policy.html (original) +++ incubator/public/trunk/site-publish/incubation/Incubation_Policy.html Sat Oct 6 12:48:29 2007 @@ -1042,6 +1042,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/incubation/Process_Description.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/incubation/Process_Description.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/incubation/Process_Description.html (original) +++ incubator/public/trunk/site-publish/incubation/Process_Description.html Sat Oct 6 12:48:29 2007 @@ -379,6 +379,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/incubation/Roles_and_Responsibilities.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/incubation/Roles_and_Responsibilities.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/incubation/Roles_and_Responsibilities.html (original) +++ incubator/public/trunk/site-publish/incubation/Roles_and_Responsibilities.html Sat Oct 6 12:48:29 2007 @@ -561,6 +561,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/index.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/index.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/index.html (original) +++ incubator/public/trunk/site-publish/index.html Sat Oct 6 12:48:29 2007 @@ -156,6 +156,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/activemq-nms-tibco.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/activemq-nms-tibco.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/activemq-nms-tibco.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/activemq-nms-tibco.html Sat Oct 6 12:48:29 2007 @@ -247,6 +247,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/activemq.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/activemq.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/activemq.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/activemq.html Sat Oct 6 12:48:29 2007 @@ -273,6 +273,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/apr-jlibtool.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/apr-jlibtool.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/apr-jlibtool.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/apr-jlibtool.html Sat Oct 6 12:48:29 2007 @@ -276,6 +276,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/cxf-wsdl2js.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/cxf-wsdl2js.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/cxf-wsdl2js.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/cxf-wsdl2js.html Sat Oct 6 12:48:29 2007 @@ -247,6 +247,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/derby-2134-contribution-tests-ibm.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/derby-2134-contribution-tests-ibm.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/derby-2134-contribution-tests-ibm.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/derby-2134-contribution-tests-ibm.html Sat Oct 6 12:48:29 2007 @@ -241,6 +241,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/derby-2248-contribution-tests-ibm.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/derby-2248-contribution-tests-ibm.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/derby-2248-contribution-tests-ibm.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/derby-2248-contribution-tests-ibm.html Sat Oct 6 12:48:29 2007 @@ -243,6 +243,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/directory-mitosis.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/directory-mitosis.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/directory-mitosis.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/directory-mitosis.html Sat Oct 6 12:48:29 2007 @@ -233,6 +233,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/directory-triplesec.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/directory-triplesec.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/directory-triplesec.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/directory-triplesec.html Sat Oct 6 12:48:29 2007 @@ -257,6 +257,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/geronimo-1016-ibm-daytrader.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/geronimo-1016-ibm-daytrader.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/geronimo-1016-ibm-daytrader.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/geronimo-1016-ibm-daytrader.html Sat Oct 6 12:48:29 2007 @@ -278,6 +278,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/geronimo-1111-trifork-initial.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/geronimo-1111-trifork-initial.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/geronimo-1111-trifork-initial.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/geronimo-1111-trifork-initial.html Sat Oct 6 12:48:29 2007 @@ -277,6 +277,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/geronimo-1478-xbean.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/geronimo-1478-xbean.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/geronimo-1478-xbean.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/geronimo-1478-xbean.html Sat Oct 6 12:48:29 2007 @@ -264,6 +264,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/geronimo-2743-ibm-covalent-j2g.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/geronimo-2743-ibm-covalent-j2g.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/geronimo-2743-ibm-covalent-j2g.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/geronimo-2743-ibm-covalent-j2g.html Sat Oct 6 12:48:29 2007 @@ -290,6 +290,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/geronimo-762-ibm-console.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/geronimo-762-ibm-console.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/geronimo-762-ibm-console.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/geronimo-762-ibm-console.html Sat Oct 6 12:48:29 2007 @@ -275,6 +275,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/geronimo-875-ibm-eclipse.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/geronimo-875-ibm-eclipse.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/geronimo-875-ibm-eclipse.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/geronimo-875-ibm-eclipse.html Sat Oct 6 12:48:29 2007 @@ -278,6 +278,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/geronimo-iiop.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/geronimo-iiop.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/geronimo-iiop.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/geronimo-iiop.html Sat Oct 6 12:48:29 2007 @@ -262,6 +262,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/harmony-127-contribution-plugin-ibm.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/harmony-127-contribution-plugin-ibm.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/harmony-127-contribution-plugin-ibm.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/harmony-127-contribution-plugin-ibm.html Sat Oct 6 12:48:29 2007 @@ -270,6 +270,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/harmony-14-contribution-classlib-ibm.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/harmony-14-contribution-classlib-ibm.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/harmony-14-contribution-classlib-ibm.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/harmony-14-contribution-classlib-ibm.html Sat Oct 6 12:48:29 2007 @@ -273,6 +273,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/harmony-16-contribution-classlib-intel.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/harmony-16-contribution-classlib-intel.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/harmony-16-contribution-classlib-intel.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/harmony-16-contribution-classlib-intel.html Sat Oct 6 12:48:29 2007 @@ -266,6 +266,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/harmony-3-ccontribution-jcvm-archie-cobbs.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/harmony-3-ccontribution-jcvm-archie-cobbs.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/harmony-3-ccontribution-jcvm-archie-cobbs.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/harmony-3-ccontribution-jcvm-archie-cobbs.html Sat Oct 6 12:48:29 2007 @@ -278,6 +278,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/harmony-438-contribution-drlvm-intel.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/harmony-438-contribution-drlvm-intel.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/harmony-438-contribution-drlvm-intel.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/harmony-438-contribution-drlvm-intel.html Sat Oct 6 12:48:29 2007 @@ -269,6 +269,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/harmony-5-component-poc-david-tanzer.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/harmony-5-component-poc-david-tanzer.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/harmony-5-component-poc-david-tanzer.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/harmony-5-component-poc-david-tanzer.html Sat Oct 6 12:48:29 2007 @@ -273,6 +273,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/harmony-57-contribution-tests-ibm.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/harmony-57-contribution-tests-ibm.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/harmony-57-contribution-tests-ibm.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/harmony-57-contribution-tests-ibm.html Sat Oct 6 12:48:29 2007 @@ -271,6 +271,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/harmony-6-contribution-jvm-daniel-lydick.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/harmony-6-contribution-jvm-daniel-lydick.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/harmony-6-contribution-jvm-daniel-lydick.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/harmony-6-contribution-jvm-daniel-lydick.html Sat Oct 6 12:48:29 2007 @@ -281,6 +281,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/harmony-88-contribution-tests-ibm.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/harmony-88-contribution-tests-ibm.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/harmony-88-contribution-tests-ibm.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/harmony-88-contribution-tests-ibm.html Sat Oct 6 12:48:29 2007 @@ -270,6 +270,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/httpd-wombat.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/httpd-wombat.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/httpd-wombat.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/httpd-wombat.html Sat Oct 6 12:48:29 2007 @@ -254,6 +254,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/index.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/index.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/index.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/index.html Sat Oct 6 12:48:29 2007 @@ -514,6 +514,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/ip-clearance-template.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/ip-clearance-template.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/ip-clearance-template.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/ip-clearance-template.html Sat Oct 6 12:48:29 2007 @@ -361,6 +361,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/jackrabbit-bundle-persistence.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/jackrabbit-bundle-persistence.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/jackrabbit-bundle-persistence.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/jackrabbit-bundle-persistence.html Sat Oct 6 12:48:29 2007 @@ -259,6 +259,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/jakarta-cactus-tahchiev.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/jakarta-cactus-tahchiev.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/jakarta-cactus-tahchiev.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/jakarta-cactus-tahchiev.html Sat Oct 6 12:48:29 2007 @@ -255,6 +255,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-composite-pool.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-composite-pool.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-composite-pool.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-composite-pool.html Sat Oct 6 12:48:29 2007 @@ -250,6 +250,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-csv.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-csv.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-csv.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-csv.html Sat Oct 6 12:48:29 2007 @@ -249,6 +249,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-mantissa.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-mantissa.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-mantissa.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-mantissa.html Sat Oct 6 12:48:29 2007 @@ -234,6 +234,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/jsr-301-ri.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/jsr-301-ri.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/jsr-301-ri.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/jsr-301-ri.html Sat Oct 6 12:48:29 2007 @@ -247,6 +247,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/maven-archetypeng.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/maven-archetypeng.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/maven-archetypeng.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/maven-archetypeng.html Sat Oct 6 12:48:29 2007 @@ -255,6 +255,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/maven-doxia.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/maven-doxia.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/maven-doxia.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/maven-doxia.html Sat Oct 6 12:48:29 2007 @@ -220,6 +220,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/maven-patch-plugin.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/maven-patch-plugin.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/maven-patch-plugin.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/maven-patch-plugin.html Sat Oct 6 12:48:29 2007 @@ -239,6 +239,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/maven-shade-plugin.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/maven-shade-plugin.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/maven-shade-plugin.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/maven-shade-plugin.html Sat Oct 6 12:48:29 2007 @@ -260,6 +260,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/maven-surefire.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/maven-surefire.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/maven-surefire.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/maven-surefire.html Sat Oct 6 12:48:29 2007 @@ -220,6 +220,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/myfaces-tobago.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/myfaces-tobago.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/myfaces-tobago.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/myfaces-tobago.html Sat Oct 6 12:48:29 2007 @@ -253,6 +253,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/ode-1-sybase-bpe.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/ode-1-sybase-bpe.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/ode-1-sybase-bpe.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/ode-1-sybase-bpe.html Sat Oct 6 12:48:29 2007 @@ -243,6 +243,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/ode-2-intalio-pxe.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/ode-2-intalio-pxe.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/ode-2-intalio-pxe.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/ode-2-intalio-pxe.html Sat Oct 6 12:48:29 2007 @@ -243,6 +243,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/perl-apache_reload.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/perl-apache_reload.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/perl-apache_reload.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/perl-apache_reload.html Sat Oct 6 12:48:29 2007 @@ -260,6 +260,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/portals-gluecode-jetspeed.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/portals-gluecode-jetspeed.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/portals-gluecode-jetspeed.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/portals-gluecode-jetspeed.html Sat Oct 6 12:48:29 2007 @@ -262,6 +262,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/sanselan.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/sanselan.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/sanselan.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/sanselan.html Sat Oct 6 12:48:29 2007 @@ -249,6 +249,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/servicemix.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/servicemix.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/servicemix.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/servicemix.html Sat Oct 6 12:48:29 2007 @@ -272,6 +272,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/shale-444-clay-plugin-for-eclipse.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/shale-444-clay-plugin-for-eclipse.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/shale-444-clay-plugin-for-eclipse.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/shale-444-clay-plugin-for-eclipse.html Sat Oct 6 12:48:29 2007 @@ -262,6 +262,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/triplesoup-1-contribution-mod_sparql.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/triplesoup-1-contribution-mod_sparql.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/triplesoup-1-contribution-mod_sparql.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/triplesoup-1-contribution-mod_sparql.html Sat Oct 6 12:48:29 2007 @@ -243,6 +243,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/triplesoup-2-contribution-libb.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/triplesoup-2-contribution-libb.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/triplesoup-2-contribution-libb.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/triplesoup-2-contribution-libb.html Sat Oct 6 12:48:29 2007 @@ -243,6 +243,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/triplesoup-3-contribution-RDFStore.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/triplesoup-3-contribution-RDFStore.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/triplesoup-3-contribution-RDFStore.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/triplesoup-3-contribution-RDFStore.html Sat Oct 6 12:48:29 2007 @@ -248,6 +248,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/uima-255-contribution-cpp-framework-ibm.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/uima-255-contribution-cpp-framework-ibm.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/uima-255-contribution-cpp-framework-ibm.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/uima-255-contribution-cpp-framework-ibm.html Sat Oct 6 12:48:29 2007 @@ -251,6 +251,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/ws-jaxws.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/ws-jaxws.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/ws-jaxws.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/ws-jaxws.html Sat Oct 6 12:48:29 2007 @@ -248,6 +248,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/ws-sandesha.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/ws-sandesha.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/ws-sandesha.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/ws-sandesha.html Sat Oct 6 12:48:29 2007 @@ -248,6 +248,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/ws-wss4j.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/ws-wss4j.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/ws-wss4j.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/ws-wss4j.html Sat Oct 6 12:48:29 2007 @@ -249,6 +249,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/xmlgraphics-commons-postscript-dsc-parser.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/xmlgraphics-commons-postscript-dsc-parser.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/xmlgraphics-commons-postscript-dsc-parser.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/xmlgraphics-commons-postscript-dsc-parser.html Sat Oct 6 12:48:29 2007 @@ -250,6 +250,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/xmlgraphics-fop-afp-renderer.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/xmlgraphics-fop-afp-renderer.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/xmlgraphics-fop-afp-renderer.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/xmlgraphics-fop-afp-renderer.html Sat Oct 6 12:48:29 2007 @@ -333,6 +333,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/learn/rules-for-revolutionaries.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/learn/rules-for-revolutionaries.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/learn/rules-for-revolutionaries.html (original) +++ incubator/public/trunk/site-publish/learn/rules-for-revolutionaries.html Sat Oct 6 12:48:29 2007 @@ -227,6 +227,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/learn/theapacheway.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/learn/theapacheway.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/learn/theapacheway.html (original) +++ incubator/public/trunk/site-publish/learn/theapacheway.html Sat Oct 6 12:48:29 2007 @@ -236,6 +236,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/official/mailing-lists.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/official/mailing-lists.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/official/mailing-lists.html (original) +++ incubator/public/trunk/site-publish/official/mailing-lists.html Sat Oct 6 12:48:29 2007 @@ -149,6 +149,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/official/resolution.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/official/resolution.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/official/resolution.html (original) +++ incubator/public/trunk/site-publish/official/resolution.html Sat Oct 6 12:48:29 2007 @@ -178,6 +178,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> Modified: incubator/public/trunk/site-publish/projects/abdera.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/abdera.html?rev=582529&r1=582528&r2=582529&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/abdera.html (original) +++ incubator/public/trunk/site-publish/projects/abdera.html Sat Oct 6 12:48:29 2007 @@ -587,6 +587,7 @@ <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> <li><a href="/projects/ivy.html">Ivy</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> <li><a href="/projects/log4php.html">Log4php</a></li> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Oct 07 07:37:18 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 46405 invoked from network); 7 Oct 2007 07:37:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Oct 2007 07:37:16 -0000 Received: (qmail 78161 invoked by uid 500); 7 Oct 2007 07:37:04 -0000 Delivered-To: [email protected] Received: (qmail 78102 invoked by uid 500); 7 Oct 2007 07:37:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 78091 invoked by uid 99); 7 Oct 2007 07:37:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Oct 2007 00:37:04 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Oct 2007 07:37:07 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 13BD159A07 for <[email protected]>; Sun, 7 Oct 2007 07:36:17 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Sun, 07 Oct 2007 07:36:16 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "October2007" by LeoSimons X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by LeoSimons: http://wiki.apache.org/incubator/October2007 ------------------------------------------------------------------------------ ---- + === TripleSoup === + + TripleSoup is intended to provide an RDF store, tooling to work with that database, and a REST web interface to talk to that database using SPARQL, implemented as an apache webserver module. + + TripleSoup has voted itself into dormant mode. The main reason the project did not quite materialize seems to be that we don't have enough people with sufficient interest, need, and time to make this really take off. + + ---- + === UIMA === UIMA is a component framework for the analysis of unstructured content such as text, audio and video. UIMA entered incubation on October 3, 2006. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Oct 07 08:07:14 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49611 invoked from network); 7 Oct 2007 08:07:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Oct 2007 08:07:14 -0000 Received: (qmail 83757 invoked by uid 500); 7 Oct 2007 08:07:02 -0000 Delivered-To: [email protected] Received: (qmail 83711 invoked by uid 500); 7 Oct 2007 08:07:02 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 83693 invoked by uid 500); 7 Oct 2007 08:07:02 -0000 Delivered-To: [email protected] Received: (qmail 83690 invoked by uid 99); 7 Oct 2007 08:07:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Oct 2007 01:07:02 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Oct 2007 08:07:05 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 667151A9832; Sun, 7 Oct 2007 01:06:15 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r582593 - in /incubator/public/trunk: site-author/projects/tuscany.xml site-publish/projects/tuscany.html Date: Sun, 07 Oct 2007 08:06:14 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: lresende Date: Sun Oct 7 01:06:14 2007 New Revision: 582593 URL: http://svn.apache.org/viewvc?rev=582593&view=rev Log: Updating java das beta2 release info Modified: incubator/public/trunk/site-author/projects/tuscany.xml incubator/public/trunk/site-publish/projects/tuscany.html Modified: incubator/public/trunk/site-author/projects/tuscany.xml URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-author/projects/tuscany.xml?rev=582593&r1=582592&r2=582593&view=diff ============================================================================== --- incubator/public/trunk/site-author/projects/tuscany.xml (original) +++ incubator/public/trunk/site-author/projects/tuscany.xml Sun Oct 7 01:06:14 2007 @@ -18,6 +18,7 @@ <section id="News"> <title>News</title> <ul> + <li>2007-10-06 Java DAS Beta2 released</li> <li>2007-09-24 Java SCA 1.0 released</li> <li>2007-09-19 Vote to add Simon Nash as a new committer</li> <li>2007-09-11 Dims steps down as mentor, Paul Fremantle and Matthieu Riou take his place</li> Modified: incubator/public/trunk/site-publish/projects/tuscany.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/tuscany.html?rev=582593&r1=582592&r2=582593&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/tuscany.html (original) +++ incubator/public/trunk/site-publish/projects/tuscany.html Sun Oct 7 01:06:14 2007 @@ -114,6 +114,7 @@ </h2> <div class="section-content"> <ul> + <li>2007-10-06 Java DAS Beta2 released</li> <li>2007-09-24 Java SCA 1.0 released</li> <li>2007-09-19 Vote to add Simon Nash as a new committer</li> <li>2007-09-11 Dims steps down as mentor, Paul Fremantle and Matthieu Riou take his place</li> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sun Oct 07 09:59:56 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 62076 invoked from network); 7 Oct 2007 09:59:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 7 Oct 2007 09:59:56 -0000 Received: (qmail 11461 invoked by uid 500); 7 Oct 2007 09:59:44 -0000 Delivered-To: [email protected] Received: (qmail 11426 invoked by uid 500); 7 Oct 2007 09:59:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 11415 invoked by uid 99); 7 Oct 2007 09:59:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Oct 2007 02:59:44 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Oct 2007 09:59:47 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id C37D059A07 for <[email protected]>; Sun, 7 Oct 2007 09:58:56 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Sun, 07 Oct 2007 09:58:56 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "October2007" by GillesScokart X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by GillesScokart: http://wiki.apache.org/incubator/October2007 The comment on the change is: First draft of the ivy report ------------------------------------------------------------------------------ ---- === Ivy === + + Description - Ivy is a dependencies management tool mostly used in + combination with Apache Ant + + Date of entry - October 23rd, 2006 + + Remaining item to resolve: + 1. Finalization of the vote on ant mailing list to accept ivy as subproject + 2. Vote for graduation at general incubator list + + Item resolved: + 1. We have made research for Ivy trademarkt + + Community aspects: + * We have defined some plan for for the 2.0 release + * We have seen new contributors on our dev mailing list (some ant commiters, and some others) + * Gilles Scokart has join the PPMC + * We have voted to join ant as a subproject + + Code aspects: + * Second release done + * The coding activities has been been more limited, but our development efforts still focus on the integration with maven + repository, bug fixing, and tutorials enhancements. ---- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 08 04:08:50 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 6347 invoked from network); 8 Oct 2007 04:08:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Oct 2007 04:08:48 -0000 Received: (qmail 13568 invoked by uid 500); 8 Oct 2007 04:08:36 -0000 Delivered-To: [email protected] Received: (qmail 13511 invoked by uid 500); 8 Oct 2007 04:08:36 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 13500 invoked by uid 99); 8 Oct 2007 04:08:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Oct 2007 21:08:36 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 04:08:37 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 6630159A07 for <[email protected]>; Mon, 8 Oct 2007 04:07:47 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Mon, 08 Oct 2007 04:07:47 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "ComposerProposal" by PaulHammant X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by PaulHammant: http://wiki.apache.org/incubator/ComposerProposal The comment on the change is: Initial Draft. New page: == 'Apache Composer' Proposal == Apache Composer is an embeddable Inversion of Control (IoC) container for general components (Java initially). Its characterizing elements are that it is small, favors Dependency Injection (over other IoC variants) and tries to remain agnostic when it comes to the need for its components to honor abstractions. It is the merger of two existing projects - PicoContainer (http://picocontainer.codehaus.org) and Plexus (http://plexus.codehaus.org). Plexus was started in 2002, and PicoContainer in 2003. Both projects have committers who are experienced in open source software development, as well as existing Apache committers and members on board. == Rationale == The project is interested in moving to Apache for the following reasons: * Apache technologies like Maven depend on Plexus and bringing this core technology to Apache is a homecoming of sorts. * Plexus and PicoContainer developers see a large overlap of their two projects. Indeed over time the two have increasingly converged. It makes sense to combine forces. * There is much industry focus on Inversion of Control per se, and Dependency Injection in particular these days. == Meritocracy == The PicoContainer and Plexus projects have fostered a development community based around meritocracy backed by very benevolent dictators. Many of the committers already work on other Apache projects and understand the Apache way. The committers understand that they will collectively be responsible for the code and community, and that going forward the decision making will be based on merit only (as defined by the Apache way). == Community == The 'Apache Composer' Community will bring together two already successful communities - Plexus and PicoContainer. Both projects have active users and contributors on the mailing lists. == Core Developers == The 'Apache Composer' projects initial committers include a diverse set of individuals. All are active in the software industry. == Alignment == 'Apache Composer' currently uses and integrates with a few of Apache's projects but has no hard dependencies on them: * Maven 2: The build system for the both Plexus and PicoContainer. * Struts 1 & 2: IoC Enablers for them * BSH (optional usages) * Axis 1 (optional usages) * Commons Logging, Log4J (optional usages) == Avoiding the Warning Signs == === Orphaned products === 'Apache Composer' is a merging of two successful open source projects, Plexus and PicoContainer. Both have active communities and developers. Both are used by other open source and commercial products. === Inexperience with open source === The authors of the existing code already have extensive open source experience. The initial list of committers includes thirteen Apache Committers. === Homogeneous developers === The project's initial committers include individuals that are employed by a diverse set of companies, including Sonatype and ThoughtWorks, DevZus === Reliance on Salaried Developers === In two cases there is a company with more than one employee coming forward. ThoughtWorks brings a few staff (all of which have day to day duties that only occasionally include open source). Sonatype brings two staff (both work on open source during the working day). Mostly though PicoContainer and Plexus are contributed after hours. === No ties to other Apache products === Both Plexus and PicoContainer currently use many Apache projects. These have been outlined in the alignment section. === A fascination with the Apache brand === While we expect the Apache brand may help attract more contributors, our interests in starting this project is based on the factors mentioned in the Rationale section. However, we will be sensitive to inadvertent abuse of the Apache brand and will work with the Incubator PMC to ensure the brand policies are respected. === Scope of Subprojects === No subprojects proposed. == Initial Source == The copyright for Plexus is assigned to Codehaus. PicoContainer by its committers. The applicable code will be relicensed under the Apache Software License 2.0. The dependencies all have Apache compatible licenses. These include BSD, ..... licensed dependencies. == ASF Resources to be Created == * Mailing lists * composer-dev * composer-user * composer-commits * SVN Repository https://svn.apache.org/repos/asf/incubator/composer * JIRA Composer (Composer) == Initial Committers == >>From the Plexus project - * Jason van Zyl (Sonatype, Apache Committer - 'jvanzyl' ) * John Casey (Sonatype, Apache Committer - 'jdcasey' ) * Trygve Laugstol (Apache Committer - 'trygvis' ) * Brett Porter (DevZuz, Apache Committer - 'brett' ) * Carlos Sanchez (DevZuz, Apache Committer - 'carlos' ) * Emmanuel Venisse (DevZuz, Apache Committer - 'evenisse' ) * Jesse McConnell (DevZuz, Apache Committer - 'jmcconnell' ) * Joakim Erdfelt (DevZuz, Apache Committer - 'joakime' ) * Kenney Westerhof (Neonics, Apache Committer - 'kenney' ) * Jason Dillon (IBM, Apache Committer) * Andrew Williams (Rectang, Apache Committer - 'handyande') * Jochen Wiedmann (Apache Committer) * Olivier Lamy (Apache Committer - 'olamy' ) * Oleg Gusakov (eBay) * Frankie Wu (eBay) * Durai Arasan (E*Trade) * Piotr Tabor * Rahul Thakur * Eirik Bjorsnos * Eric Redmond * Herve Boutemy >>From the PicoContainer project - * Paul Hammant (ThoughtWorks, Apache Committer - 'hammant') * Mauro Talevi (Agilesque, Apache Committer - 'mauro') * Peter Royal (Radar Networks, Apache Member - 'proyal') * Jorg Schaible (Elsag Solutions AG, Apache Committer - 'joehni' ) * Michael Rimov (Centerline Computers) * Mike Ward (ThoughtWorks) * Konstantin Priblouda (J Tec Team GbR) * Aslak Hellesoy (Bekk) * Jon Tirsen (ThoughtWorks) * Joe Walnes (Google) * Jose Peleterio * Dan North (ThoughtWorks) * Chris Stevenson (ThoughtWorks) * Kent Spillner (ThoughtWorks) * Pawel Kozlowski PicoContainer's committers yet to advise us - * Steve Molitor * Mike Hogan Approving of PicoContainer migration, but not joining as Committer - * James Strachan * Leo Simmons * Gregory Joseph == Sponsor == We kindly request the Incubator PMC to accept sponsorship for this proposal. == Champion == * Jason van Zyl == Mentors == * Jason van Zyl * Peter Royal --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 08 04:36:16 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9807 invoked from network); 8 Oct 2007 04:36:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Oct 2007 04:36:13 -0000 Received: (qmail 25137 invoked by uid 500); 8 Oct 2007 04:36:01 -0000 Delivered-To: [email protected] Received: (qmail 25082 invoked by uid 500); 8 Oct 2007 04:36:01 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 25071 invoked by uid 500); 8 Oct 2007 04:36:01 -0000 Delivered-To: [email protected] Received: (qmail 25068 invoked by uid 99); 8 Oct 2007 04:36:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Oct 2007 21:36:01 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 04:36:04 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 40A6C1A9832; Sun, 7 Oct 2007 21:35:44 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r582710 - in /incubator/public/trunk: site-author/projects/ivy.xml site-publish/projects/ivy.html Date: Mon, 08 Oct 2007 04:35:43 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: bodewig Date: Sun Oct 7 21:35:38 2007 New Revision: 582710 URL: http://svn.apache.org/viewvc?rev=582710&view=rev Log: update status report Modified: incubator/public/trunk/site-author/projects/ivy.xml incubator/public/trunk/site-publish/projects/ivy.html Modified: incubator/public/trunk/site-author/projects/ivy.xml URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-author/projects/ivy.xml?rev=582710&r1=582709&r2=582710&view=diff ============================================================================== --- incubator/public/trunk/site-author/projects/ivy.xml (original) +++ incubator/public/trunk/site-author/projects/ivy.xml Sun Oct 7 21:35:38 2007 @@ -36,6 +36,9 @@ <section id="News"> <title>News</title> <ul> + <li>2007-10-08 Ant accepted Ivy as a subproject once graduated</li> + <li>2007-09-26 The Ivy community voted to graduate as a + subproject of Ant</li> <li>2007-04-26 Ivy 2.0.0-alpha1-incubating Released</li> <li>2007-01-05 Web site created</li> <li>2006-11-07 Software grant received by the ASF</li> @@ -344,6 +347,7 @@ <li> Have all of the active long-term volunteers been identified and acknowledged as committers on the project? + <br/><b>Yes</b> </li> <li> Are there three or more independent committers? (The legal @@ -352,13 +356,21 @@ individuals, such as a shared employer, that is capable of overriding their free will as individuals, directly or indirectly.) + <br/><b>Ivy started with two committers and added the + most active contributor rather quickly. The three of + them work for different entities. Upon graduation all + Ant committers will become Ivy committers as well + since Ant uses a single ACL for all subprojects.</b> + <br/><b>Yes</b> </li> <li> Are project decisions being made in public by the committers? + <br/><b>Yes</b> </li> <li> Are the decision-making guidelines published and agreed to by all of the committers? + <br/><b>Yes</b> </li> </ul> </section> @@ -368,6 +380,7 @@ <li> Are all licensing, trademark, credit issues being taken care of and acknowleged by all committers? + <br/><b>Yes</b> </li> </ul> </section> @@ -390,6 +403,7 @@ <ul> <li> If graduating to an existing PMC, has the PMC voted to accept it? + <br/><b>Yes</b> </li> <li> If graduating to a new PMC, has the board voted to accept it? Modified: incubator/public/trunk/site-publish/projects/ivy.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/ivy.html?rev=582710&r1=582709&r2=582710&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/ivy.html (original) +++ incubator/public/trunk/site-publish/projects/ivy.html Sun Oct 7 21:35:38 2007 @@ -134,6 +134,9 @@ </h2> <div class="section-content"> <ul> + <li>2007-10-08 Ant accepted Ivy as a subproject once graduated</li> + <li>2007-09-26 The Ivy community voted to graduate as a + subproject of Ant</li> <li>2007-04-26 Ivy 2.0.0-alpha1-incubating Released</li> <li>2007-01-05 Web site created</li> <li>2006-11-07 Software grant received by the ASF</li> @@ -466,6 +469,7 @@ <li> Have all of the active long-term volunteers been identified and acknowledged as committers on the project? + <br /><b>Yes</b> </li> <li> Are there three or more independent committers? (The legal @@ -474,13 +478,21 @@ individuals, such as a shared employer, that is capable of overriding their free will as individuals, directly or indirectly.) + <br /><b>Ivy started with two committers and added the + most active contributor rather quickly. The three of + them work for different entities. Upon graduation all + Ant committers will become Ivy committers as well + since Ant uses a single ACL for all subprojects.</b> + <br /><b>Yes</b> </li> <li> Are project decisions being made in public by the committers? + <br /><b>Yes</b> </li> <li> Are the decision-making guidelines published and agreed to by all of the committers? + <br /><b>Yes</b> </li> </ul> </div> @@ -492,6 +504,7 @@ <li> Are all licensing, trademark, credit issues being taken care of and acknowleged by all committers? + <br /><b>Yes</b> </li> </ul> </div> @@ -520,6 +533,7 @@ <ul> <li> If graduating to an existing PMC, has the PMC voted to accept it? + <br /><b>Yes</b> </li> <li> If graduating to a new PMC, has the board voted to accept it? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 08 04:41:09 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10489 invoked from network); 8 Oct 2007 04:41:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Oct 2007 04:41:08 -0000 Received: (qmail 26945 invoked by uid 500); 8 Oct 2007 04:40:56 -0000 Delivered-To: [email protected] Received: (qmail 26901 invoked by uid 500); 8 Oct 2007 04:40:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 26890 invoked by uid 99); 8 Oct 2007 04:40:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Oct 2007 21:40:56 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 04:40:59 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 5A71F59A07 for <[email protected]>; Mon, 8 Oct 2007 04:40:39 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Mon, 08 Oct 2007 04:40:39 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "ComposerProposal" by RahulThakur X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by RahulThakur: http://wiki.apache.org/incubator/ComposerProposal ------------------------------------------------------------------------------ * Frankie Wu (eBay) * Durai Arasan (E*Trade) * Piotr Tabor - * Rahul Thakur + * Rahul Thakur (Apache Committer - 'rinku' ) * Eirik Bjorsnos * Eric Redmond * Herve Boutemy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 08 07:15:33 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58122 invoked from network); 8 Oct 2007 07:15:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Oct 2007 07:15:31 -0000 Received: (qmail 33671 invoked by uid 500); 8 Oct 2007 07:15:19 -0000 Delivered-To: [email protected] Received: (qmail 33617 invoked by uid 500); 8 Oct 2007 07:15:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 33606 invoked by uid 99); 8 Oct 2007 07:15:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 00:15:19 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 07:15:23 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id DE5F659A07 for <[email protected]>; Mon, 8 Oct 2007 07:15:02 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Mon, 08 Oct 2007 07:15:02 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "October2007" by GillesScokart X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by GillesScokart: http://wiki.apache.org/incubator/October2007 The comment on the change is: ivy vote on ant mailing list is closed ------------------------------------------------------------------------------ Date of entry - October 23rd, 2006 Remaining item to resolve: - 1. Finalization of the vote on ant mailing list to accept ivy as subproject - 2. Vote for graduation at general incubator list + 1. Vote for graduation at general incubator list Item resolved: 1. We have made research for Ivy trademarkt @@ -80, +79 @@ * We have defined some plan for for the 2.0 release * We have seen new contributors on our dev mailing list (some ant commiters, and some others) * Gilles Scokart has join the PPMC - * We have voted to join ant as a subproject + * We have voted to join ant as subproject + * Ant TLP has voted to accept ivy as subproject Code aspects: * Second release done - * The coding activities has been been more limited, but our development efforts still focus on the integration with maven + * The coding activities has been been more limited, but our development efforts still focus on the integration with maven repository, bug fixing, and tutorials enhancements. - repository, bug fixing, and tutorials enhancements. ---- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 08 13:34:33 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 94196 invoked from network); 8 Oct 2007 13:34:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Oct 2007 13:34:31 -0000 Received: (qmail 54615 invoked by uid 500); 8 Oct 2007 13:34:19 -0000 Delivered-To: [email protected] Received: (qmail 54562 invoked by uid 500); 8 Oct 2007 13:34:19 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 54551 invoked by uid 99); 8 Oct 2007 13:34:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 06:34:19 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 13:34:22 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 8A40159A07 for <[email protected]>; Mon, 8 Oct 2007 13:34:02 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Mon, 08 Oct 2007 13:34:02 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "October2007" by CarlTrieloff X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by CarlTrieloff: http://wiki.apache.org/incubator/October2007 ------------------------------------------------------------------------------ * Added Ruby language support * We have stabilized our M2 release, voted, aborted vote - and re-vote Oct 8th * Lots of code and clean up and new functionality - * Increase in user mail to the point of requesting a user list -- in process + * Increase in user mail to the point of requesting and creating a user list * Requests from other projects to integrate with us * Building M3 / V1 if graduated. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 08 17:29:25 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31358 invoked from network); 8 Oct 2007 17:29:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Oct 2007 17:29:20 -0000 Received: (qmail 85387 invoked by uid 500); 8 Oct 2007 17:29:08 -0000 Delivered-To: [email protected] Received: (qmail 85316 invoked by uid 500); 8 Oct 2007 17:29:07 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 85305 invoked by uid 99); 8 Oct 2007 17:29:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 10:29:07 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 17:29:11 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 1935E59A07 for <[email protected]>; Mon, 8 Oct 2007 17:28:46 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Mon, 08 Oct 2007 17:28:45 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "ComposerProposal" by LeoSimons X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by LeoSimons: http://wiki.apache.org/incubator/ComposerProposal The comment on the change is: fix my name. ------------------------------------------------------------------------------ Approving of PicoContainer migration, but not joining as Committer - * James Strachan - * Leo Simmons + * Leo Simons * Gregory Joseph == Sponsor == --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 08 21:14:31 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31720 invoked from network); 8 Oct 2007 21:14:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Oct 2007 21:14:29 -0000 Received: (qmail 83869 invoked by uid 500); 8 Oct 2007 21:14:17 -0000 Delivered-To: [email protected] Received: (qmail 83830 invoked by uid 500); 8 Oct 2007 21:14:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 83814 invoked by uid 99); 8 Oct 2007 21:14:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 14:14:17 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 21:14:20 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 6AFAB59A07 for <[email protected]>; Mon, 8 Oct 2007 21:14:00 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Mon, 08 Oct 2007 21:14:00 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "October2007" by ChrisMattmann X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by ChrisMattmann: http://wiki.apache.org/incubator/October2007 The comment on the change is: Added Tika Project Report for Oct07 ------------------------------------------------------------------------------ === Tika === + Tika is a toolkit for detecting and extracting metadata and structured + text content from various documents using existing parser + Libraries. Tika entered incubation on March 22nd, 2007. + + ==== Community ==== + + There have been a number of positive items within Tika during the last few + months. The traffic on the Tika mailing list has increased significantly + (with typically 2, 3 questions, and 1 or 2 commits every day, or every other + day), and there have been a lot of recent inquiries from external projects + wanting to collaborate with Tika (including Aperture, PDFBox and a fellow + developing a JSon library currently hosted at Google code). In addition, + Tika's architecture has become a recent discussion of interest (as we'll see + below). + + We recently elected Keith Bennett as a new committer to Tika. Keith has been + spearheading many of the new patches committed to Tika, as well as + participating in discussions about the architecture, and future direction of + the project. + + Tika will be represented at the "Fast Feather" track at Apache Con US by + Jukka Zitting. The rest of the community is helping to create the content + for the presentation. The abstract is listed below: + - ---- + ----- + ''Tika is a new content analysis framework borne from the desire to factor our + commonality from the Apache Nutch search engine framework. Tika provides a + mime detection framework, an extensible parsing framework and metadata + environment for content analysis. Though in its nascent stages, progress on + Tika has recently taken shape and the project is nearing a stable 0.1 + release. In this talk, we'll describe the core APIs of Tika and discuss its use in + several distinct domains including search engines, scientific data + dissemination and an industrial setting.'' + ----- + + ==== Development ==== + + There have been a flurry of JIRA issues and code activity [1] including 47 + issues currently in JIRA, with 32 resolved issues, 14 closed issues, and 2 + open major/minor issues in progress). + + Tika's Parser interface (one of its key components) has just undergone a + major overhaul led by Jukka Zitting, and Chris Mattmann has recently + contributed a MimeType system (with help from fellow Apache Nutch committer + Jerome Charron) to Tika. We also cleaned up and refactored large parts of + the rest of the code (removing references to LuisLite and branding the + project wherever possible with the Tika name), in preparation for an + upcoming 0.1 release. + + Chris Mattmann has led an effort to carve out the existing MimeType + detection system in Apache Nutch [2] and replace it with Tika's improved + MimeType detection system. There is a patch sitting in JIRA right now [3], + and barring objections, Nutch will rely on Tika for its MimeType detection + abilities. + + Also active recently were committers Bertrand Delacretaz, Sami Siren and + Rida Benjelloun, committing patches and improvements wherever needed. + + ==== Issues before graduation ==== + + No changes since our last report: the Tika project is still at an + early stage of incubation. We need to continue bringing in the initial + codebases and are targeting an initial incubating release (0.1) probably + within the next month. We also need to work on growing the community and + figuring out how to best interact with external parser projects. + + + 1. http://issues.apache.org/jira/browse/TIKA + 2. http://lucene.apache.org/nutch/ + 3. http://issues.apache.org/jira/browse/NUTCH-562 === TripleSoup === --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 08 21:16:01 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 32205 invoked from network); 8 Oct 2007 21:15:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 8 Oct 2007 21:15:59 -0000 Received: (qmail 88100 invoked by uid 500); 8 Oct 2007 21:15:47 -0000 Delivered-To: [email protected] Received: (qmail 88065 invoked by uid 500); 8 Oct 2007 21:15:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 88054 invoked by uid 99); 8 Oct 2007 21:15:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 14:15:47 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 21:15:51 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id EC8DF59A07 for <[email protected]>; Mon, 8 Oct 2007 21:15:00 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Mon, 08 Oct 2007 21:15:00 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "October2007" by ChrisMattmann X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by ChrisMattmann: http://wiki.apache.org/incubator/October2007 ------------------------------------------------------------------------------ iPMC questions / comments: + ---- === Tika === Tika is a toolkit for detecting and extracting metadata and structured --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Oct 10 10:57:00 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 17557 invoked from network); 10 Oct 2007 10:56:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 10 Oct 2007 10:56:58 -0000 Received: (qmail 66322 invoked by uid 500); 10 Oct 2007 10:56:46 -0000 Delivered-To: [email protected] Received: (qmail 66268 invoked by uid 500); 10 Oct 2007 10:56:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 66257 invoked by uid 99); 10 Oct 2007 10:56:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2007 03:56:45 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2007 10:56:57 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id EB13259A07 for <[email protected]>; Wed, 10 Oct 2007 10:56:06 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Wed, 10 Oct 2007 10:56:06 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "October2007" by FelixMeschberger X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by FelixMeschberger: http://wiki.apache.org/incubator/October2007 The comment on the change is: Add Sling Report ------------------------------------------------------------------------------ iPMC questions / comments: ---- + === Sling === + + Sling is a framework to develop content centric web applications based on the idea of modularizing the rendering of HTTP resources. + + Sling entered incubation on September 5th, 2007. + + Community + + * Proper wiki/web page created by Felix Meschberger based on the Apache Felix setup by Marcel Offermans and Ronald Spierenburg. + * Juan's committer account has been setup + * Apache Sling will be present at the ApacheCon US 07 with a Feather Talk. + * Upcoming will be a discussion on when we should cut a first release. + + Software + + * Discusssion is taking place to simplify the current "Component API" and to remove interfaces which are more or less duplicate to the Servlet API used and extended by Sling. + * A "sample" project has been added to show some features of Sling. + + Issues before graduation + + * Make an incubating Sling release + * Grow a more diverse community (so far only commits from Day employees) + + Licensing and other issues + + * none + + ---- === Tika === Tika is a toolkit for detecting and extracting metadata and structured --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Oct 11 08:14:00 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45694 invoked from network); 11 Oct 2007 08:13:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Oct 2007 08:13:59 -0000 Received: (qmail 10881 invoked by uid 500); 11 Oct 2007 08:13:47 -0000 Delivered-To: [email protected] Received: (qmail 10839 invoked by uid 500); 11 Oct 2007 08:13:47 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 10828 invoked by uid 500); 11 Oct 2007 08:13:46 -0000 Delivered-To: [email protected] Received: (qmail 10824 invoked by uid 99); 11 Oct 2007 08:13:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2007 01:13:46 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2007 08:13:57 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 55BC51A983A; Thu, 11 Oct 2007 01:13:35 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r583726 [2/2] - in /incubator/public/trunk: site-author/projects/ site-author/stylesheets/ site-publish/ site-publish/guides/ site-publish/incubation/ site-publish/ip-clearance/ site-publish/learn/ site-publish/official/ site-publish/projec... Date: Thu, 11 Oct 2007 08:13:13 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Modified: incubator/public/trunk/site-publish/learn/theapacheway.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/learn/theapacheway.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/learn/theapacheway.html (original) +++ incubator/public/trunk/site-publish/learn/theapacheway.html Thu Oct 11 01:13:05 2007 @@ -235,7 +235,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/official/mailing-lists.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/official/mailing-lists.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/official/mailing-lists.html (original) +++ incubator/public/trunk/site-publish/official/mailing-lists.html Thu Oct 11 01:13:05 2007 @@ -148,7 +148,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/official/resolution.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/official/resolution.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/official/resolution.html (original) +++ incubator/public/trunk/site-publish/official/resolution.html Thu Oct 11 01:13:05 2007 @@ -177,7 +177,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/abdera.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/abdera.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/abdera.html (original) +++ incubator/public/trunk/site-publish/projects/abdera.html Thu Oct 11 01:13:05 2007 @@ -586,7 +586,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/activemq.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/activemq.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/activemq.html (original) +++ incubator/public/trunk/site-publish/projects/activemq.html Thu Oct 11 01:13:05 2007 @@ -737,7 +737,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/agila.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/agila.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/agila.html (original) +++ incubator/public/trunk/site-publish/projects/agila.html Thu Oct 11 01:13:05 2007 @@ -341,7 +341,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/agila/index.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/agila/index.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/agila/index.html (original) +++ incubator/public/trunk/site-publish/projects/agila/index.html Thu Oct 11 01:13:05 2007 @@ -147,7 +147,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/altrmi.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/altrmi.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/altrmi.html (original) +++ incubator/public/trunk/site-publish/projects/altrmi.html Thu Oct 11 01:13:05 2007 @@ -387,7 +387,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/apollo.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/apollo.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/apollo.html (original) +++ incubator/public/trunk/site-publish/projects/apollo.html Thu Oct 11 01:13:05 2007 @@ -659,7 +659,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/axion.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/axion.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/axion.html (original) +++ incubator/public/trunk/site-publish/projects/axion.html Thu Oct 11 01:13:05 2007 @@ -732,7 +732,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/beehive.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/beehive.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/beehive.html (original) +++ incubator/public/trunk/site-publish/projects/beehive.html Thu Oct 11 01:13:05 2007 @@ -990,7 +990,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/cayenne.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/cayenne.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/cayenne.html (original) +++ incubator/public/trunk/site-publish/projects/cayenne.html Thu Oct 11 01:13:05 2007 @@ -738,7 +738,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/cxf.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/cxf.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/cxf.html (original) +++ incubator/public/trunk/site-publish/projects/cxf.html Thu Oct 11 01:13:05 2007 @@ -598,7 +598,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/depot.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/depot.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/depot.html (original) +++ incubator/public/trunk/site-publish/projects/depot.html Thu Oct 11 01:13:05 2007 @@ -623,7 +623,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/derby.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/derby.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/derby.html (original) +++ incubator/public/trunk/site-publish/projects/derby.html Thu Oct 11 01:13:05 2007 @@ -665,7 +665,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/directory.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/directory.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/directory.html (original) +++ incubator/public/trunk/site-publish/projects/directory.html Thu Oct 11 01:13:05 2007 @@ -750,7 +750,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/felix.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/felix.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/felix.html (original) +++ incubator/public/trunk/site-publish/projects/felix.html Thu Oct 11 01:13:05 2007 @@ -738,7 +738,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/ftpserver.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/ftpserver.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/ftpserver.html (original) +++ incubator/public/trunk/site-publish/projects/ftpserver.html Thu Oct 11 01:13:05 2007 @@ -521,7 +521,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/geronimo.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/geronimo.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/geronimo.html (original) +++ incubator/public/trunk/site-publish/projects/geronimo.html Thu Oct 11 01:13:05 2007 @@ -418,7 +418,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/geronimo/geronimo-proposal.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/geronimo/geronimo-proposal.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/geronimo/geronimo-proposal.html (original) +++ incubator/public/trunk/site-publish/projects/geronimo/geronimo-proposal.html Thu Oct 11 01:13:05 2007 @@ -368,7 +368,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/geronimo/index.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/geronimo/index.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/geronimo/index.html (original) +++ incubator/public/trunk/site-publish/projects/geronimo/index.html Thu Oct 11 01:13:05 2007 @@ -541,7 +541,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/graffito.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/graffito.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/graffito.html (original) +++ incubator/public/trunk/site-publish/projects/graffito.html Thu Oct 11 01:13:05 2007 @@ -853,7 +853,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/harmony.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/harmony.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/harmony.html (original) +++ incubator/public/trunk/site-publish/projects/harmony.html Thu Oct 11 01:13:05 2007 @@ -748,7 +748,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/heraldry.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/heraldry.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/heraldry.html (original) +++ incubator/public/trunk/site-publish/projects/heraldry.html Thu Oct 11 01:13:05 2007 @@ -609,7 +609,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/hermes.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/hermes.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/hermes.html (original) +++ incubator/public/trunk/site-publish/projects/hermes.html Thu Oct 11 01:13:05 2007 @@ -660,7 +660,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/httpd-cli.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/httpd-cli.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/httpd-cli.html (original) +++ incubator/public/trunk/site-publish/projects/httpd-cli.html Thu Oct 11 01:13:05 2007 @@ -502,7 +502,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/ibatis.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/ibatis.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/ibatis.html (original) +++ incubator/public/trunk/site-publish/projects/ibatis.html Thu Oct 11 01:13:05 2007 @@ -631,7 +631,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/index.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/index.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/index.html (original) +++ incubator/public/trunk/site-publish/projects/index.html Thu Oct 11 01:13:05 2007 @@ -148,16 +148,6 @@ </tr> <tr> <td> - <a href="../projects/ivy.html">Ivy</a> - </td> - <td>A java based tool for tracking, resolving and managing project dependencies.</td> - <td>Ant</td> - <td>Antoine Levy-Lambert, Stephane Bailliez, Steve Loughran, - Stefan Bodewig</td> - <td>2006-10-23</td> - </tr> - <tr> - <td> <a href="../projects/jspwiki.html">JSPWiki</a> </td> <td>Java-based wiki engine</td> @@ -372,6 +362,16 @@ </tr> <tr> <td> + <a href="../projects/ivy.html">Ivy</a> + </td> + <td>A java based tool for tracking, resolving and managing project dependencies.</td> + <td>Ant</td> + <td>Antoine Levy-Lambert, Stephane Bailliez, Steve Loughran, + Stefan Bodewig</td> + <td>2006-10-23/2007-10-11</td> + </tr> + <tr> + <td> <a href="../projects/activemq.html">ActiveMQ</a> </td> <td>A robust and high performance @@ -871,7 +871,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/ivy.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/ivy.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/ivy.html (original) +++ incubator/public/trunk/site-publish/projects/ivy.html Thu Oct 11 01:13:05 2007 @@ -98,14 +98,16 @@ <!-- CONTENT --> <td align="left" valign="top" class="content"> <h2><img src="/images/redarrow.gif" /> - <a name="Ivy+Project+Incubation+Status">Ivy Project Incubation Status</a> + <a name="Ivy+Project+Incubation+Status">Apache Ivy Now an Ant Sub-Project</a> </h2> <div class="section-content"> <p> - This page tracks the project status, incubator-wise. Other - information is recorded also under - <a href="http://wiki.apache.org/incubator/IvyProposal">Apache - Wiki</a>. + The Apache Ivy project has completed incubation, more + information will become available from the Ant website soon. + </p> +<p> + Until the migration has finished, more information on Ivy is + avaliable from <a href="http://incubator.apache.org/ivy/">http://incubator.apache.org/ivy/</a>. </p> </div> <h2><img src="/images/redarrow.gif" /> @@ -134,6 +136,7 @@ </h2> <div class="section-content"> <ul> + <li>2007-10-11 Ivy graduated as a subproject of Ant</li> <li>2007-10-08 Ant accepted Ivy as a subproject once graduated</li> <li>2007-09-26 The Ivy community voted to graduate as a subproject of Ant</li> @@ -548,6 +551,7 @@ <li> Has the Incubator decided that the project has accomplished all of the above tasks? + <br /><b>Yes</b> </li> </ul> </div> @@ -562,7 +566,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/jackrabbit.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/jackrabbit.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/jackrabbit.html (original) +++ incubator/public/trunk/site-publish/projects/jackrabbit.html Thu Oct 11 01:13:05 2007 @@ -711,7 +711,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/jaxme.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/jaxme.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/jaxme.html (original) +++ incubator/public/trunk/site-publish/projects/jaxme.html Thu Oct 11 01:13:05 2007 @@ -424,7 +424,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/jdo.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/jdo.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/jdo.html (original) +++ incubator/public/trunk/site-publish/projects/jdo.html Thu Oct 11 01:13:05 2007 @@ -734,7 +734,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/jspwiki.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/jspwiki.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/jspwiki.html (original) +++ incubator/public/trunk/site-publish/projects/jspwiki.html Thu Oct 11 01:13:05 2007 @@ -481,7 +481,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/juddi.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/juddi.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/juddi.html (original) +++ incubator/public/trunk/site-publish/projects/juddi.html Thu Oct 11 01:13:05 2007 @@ -557,7 +557,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/juice.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/juice.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/juice.html (original) +++ incubator/public/trunk/site-publish/projects/juice.html Thu Oct 11 01:13:05 2007 @@ -654,7 +654,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/kabuki.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/kabuki.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/kabuki.html (original) +++ incubator/public/trunk/site-publish/projects/kabuki.html Thu Oct 11 01:13:05 2007 @@ -556,7 +556,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/lenya.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/lenya.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/lenya.html (original) +++ incubator/public/trunk/site-publish/projects/lenya.html Thu Oct 11 01:13:05 2007 @@ -450,7 +450,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/log4cxx.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/log4cxx.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/log4cxx.html (original) +++ incubator/public/trunk/site-publish/projects/log4cxx.html Thu Oct 11 01:13:05 2007 @@ -594,7 +594,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/log4net.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/log4net.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/log4net.html (original) +++ incubator/public/trunk/site-publish/projects/log4net.html Thu Oct 11 01:13:05 2007 @@ -660,7 +660,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/log4php.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/log4php.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/log4php.html (original) +++ incubator/public/trunk/site-publish/projects/log4php.html Thu Oct 11 01:13:05 2007 @@ -596,7 +596,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/lokahi.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/lokahi.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/lokahi.html (original) +++ incubator/public/trunk/site-publish/projects/lokahi.html Thu Oct 11 01:13:05 2007 @@ -600,7 +600,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/lucene.net.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/lucene.net.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/lucene.net.html (original) +++ incubator/public/trunk/site-publish/projects/lucene.net.html Thu Oct 11 01:13:05 2007 @@ -588,7 +588,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/lucene4c.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/lucene4c.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/lucene4c.html (original) +++ incubator/public/trunk/site-publish/projects/lucene4c.html Thu Oct 11 01:13:05 2007 @@ -597,7 +597,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/merlin-developer.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/merlin-developer.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/merlin-developer.html (original) +++ incubator/public/trunk/site-publish/projects/merlin-developer.html Thu Oct 11 01:13:05 2007 @@ -581,7 +581,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/mod_ftp.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/mod_ftp.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/mod_ftp.html (original) +++ incubator/public/trunk/site-publish/projects/mod_ftp.html Thu Oct 11 01:13:05 2007 @@ -664,7 +664,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/muse.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/muse.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/muse.html (original) +++ incubator/public/trunk/site-publish/projects/muse.html Thu Oct 11 01:13:05 2007 @@ -658,7 +658,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/myfaces.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/myfaces.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/myfaces.html (original) +++ incubator/public/trunk/site-publish/projects/myfaces.html Thu Oct 11 01:13:05 2007 @@ -691,7 +691,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/nmaven.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/nmaven.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/nmaven.html (original) +++ incubator/public/trunk/site-publish/projects/nmaven.html Thu Oct 11 01:13:05 2007 @@ -513,7 +513,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/nutch.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/nutch.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/nutch.html (original) +++ incubator/public/trunk/site-publish/projects/nutch.html Thu Oct 11 01:13:05 2007 @@ -652,7 +652,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/ode.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/ode.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/ode.html (original) +++ incubator/public/trunk/site-publish/projects/ode.html Thu Oct 11 01:13:05 2007 @@ -571,7 +571,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/ofbiz.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/ofbiz.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/ofbiz.html (original) +++ incubator/public/trunk/site-publish/projects/ofbiz.html Thu Oct 11 01:13:05 2007 @@ -545,7 +545,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/openejb.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/openejb.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/openejb.html (original) +++ incubator/public/trunk/site-publish/projects/openejb.html Thu Oct 11 01:13:05 2007 @@ -679,7 +679,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/openjpa.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/openjpa.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/openjpa.html (original) +++ incubator/public/trunk/site-publish/projects/openjpa.html Thu Oct 11 01:13:05 2007 @@ -625,7 +625,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/pluto.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/pluto.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/pluto.html (original) +++ incubator/public/trunk/site-publish/projects/pluto.html Thu Oct 11 01:13:05 2007 @@ -549,7 +549,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/qpid.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/qpid.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/qpid.html (original) +++ incubator/public/trunk/site-publish/projects/qpid.html Thu Oct 11 01:13:05 2007 @@ -877,7 +877,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/rcf.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/rcf.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/rcf.html (original) +++ incubator/public/trunk/site-publish/projects/rcf.html Thu Oct 11 01:13:05 2007 @@ -635,7 +635,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/river.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/river.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/river.html (original) +++ incubator/public/trunk/site-publish/projects/river.html Thu Oct 11 01:13:05 2007 @@ -615,7 +615,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/roller.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/roller.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/roller.html (original) +++ incubator/public/trunk/site-publish/projects/roller.html Thu Oct 11 01:13:05 2007 @@ -727,7 +727,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/sanselan.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/sanselan.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/sanselan.html (original) +++ incubator/public/trunk/site-publish/projects/sanselan.html Thu Oct 11 01:13:05 2007 @@ -508,7 +508,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/servicemix.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/servicemix.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/servicemix.html (original) +++ incubator/public/trunk/site-publish/projects/servicemix.html Thu Oct 11 01:13:05 2007 @@ -705,7 +705,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/sling.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/sling.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/sling.html (original) +++ incubator/public/trunk/site-publish/projects/sling.html Thu Oct 11 01:13:05 2007 @@ -522,7 +522,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/solr.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/solr.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/solr.html (original) +++ incubator/public/trunk/site-publish/projects/solr.html Thu Oct 11 01:13:05 2007 @@ -691,7 +691,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/spamassassin.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/spamassassin.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/spamassassin.html (original) +++ incubator/public/trunk/site-publish/projects/spamassassin.html Thu Oct 11 01:13:05 2007 @@ -841,7 +841,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/stdcxx.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/stdcxx.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/stdcxx.html (original) +++ incubator/public/trunk/site-publish/projects/stdcxx.html Thu Oct 11 01:13:05 2007 @@ -990,7 +990,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/synapse.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/synapse.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/synapse.html (original) +++ incubator/public/trunk/site-publish/projects/synapse.html Thu Oct 11 01:13:05 2007 @@ -685,7 +685,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/tika.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/tika.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/tika.html (original) +++ incubator/public/trunk/site-publish/projects/tika.html Thu Oct 11 01:13:05 2007 @@ -547,7 +547,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/tobago.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/tobago.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/tobago.html (original) +++ incubator/public/trunk/site-publish/projects/tobago.html Thu Oct 11 01:13:05 2007 @@ -706,7 +706,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/trinidad.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/trinidad.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/trinidad.html (original) +++ incubator/public/trunk/site-publish/projects/trinidad.html Thu Oct 11 01:13:05 2007 @@ -592,7 +592,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/triplesoup.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/triplesoup.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/triplesoup.html (original) +++ incubator/public/trunk/site-publish/projects/triplesoup.html Thu Oct 11 01:13:05 2007 @@ -465,7 +465,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/tsik.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/tsik.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/tsik.html (original) +++ incubator/public/trunk/site-publish/projects/tsik.html Thu Oct 11 01:13:05 2007 @@ -663,7 +663,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/tuscany.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/tuscany.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/tuscany.html (original) +++ incubator/public/trunk/site-publish/projects/tuscany.html Thu Oct 11 01:13:05 2007 @@ -584,7 +584,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/uima.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/uima.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/uima.html (original) +++ incubator/public/trunk/site-publish/projects/uima.html Thu Oct 11 01:13:05 2007 @@ -507,7 +507,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/wadi.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/wadi.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/wadi.html (original) +++ incubator/public/trunk/site-publish/projects/wadi.html Thu Oct 11 01:13:05 2007 @@ -729,7 +729,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/webwork2.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/webwork2.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/webwork2.html (original) +++ incubator/public/trunk/site-publish/projects/webwork2.html Thu Oct 11 01:13:05 2007 @@ -660,7 +660,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/wicket.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/wicket.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/wicket.html (original) +++ incubator/public/trunk/site-publish/projects/wicket.html Thu Oct 11 01:13:05 2007 @@ -562,7 +562,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/woden.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/woden.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/woden.html (original) +++ incubator/public/trunk/site-publish/projects/woden.html Thu Oct 11 01:13:05 2007 @@ -921,7 +921,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/wsrp4j.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/wsrp4j.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/wsrp4j.html (original) +++ incubator/public/trunk/site-publish/projects/wsrp4j.html Thu Oct 11 01:13:05 2007 @@ -707,7 +707,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/xap.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/xap.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/xap.html (original) +++ incubator/public/trunk/site-publish/projects/xap.html Thu Oct 11 01:13:05 2007 @@ -501,7 +501,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/xmlbeans.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/xmlbeans.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/xmlbeans.html (original) +++ incubator/public/trunk/site-publish/projects/xmlbeans.html Thu Oct 11 01:13:05 2007 @@ -491,7 +491,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/xmlbeanscxx.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/xmlbeanscxx.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/xmlbeanscxx.html (original) +++ incubator/public/trunk/site-publish/projects/xmlbeanscxx.html Thu Oct 11 01:13:05 2007 @@ -782,7 +782,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/projects/yoko.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/yoko.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/yoko.html (original) +++ incubator/public/trunk/site-publish/projects/yoko.html Thu Oct 11 01:13:05 2007 @@ -435,7 +435,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/whoweare.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/whoweare.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/whoweare.html (original) +++ incubator/public/trunk/site-publish/whoweare.html Thu Oct 11 01:13:05 2007 @@ -247,7 +247,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Oct 11 08:14:31 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45888 invoked from network); 11 Oct 2007 08:14:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Oct 2007 08:14:29 -0000 Received: (qmail 11081 invoked by uid 500); 11 Oct 2007 08:14:16 -0000 Delivered-To: [email protected] Received: (qmail 11032 invoked by uid 500); 11 Oct 2007 08:14:16 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 11021 invoked by uid 500); 11 Oct 2007 08:14:16 -0000 Delivered-To: [email protected] Received: (qmail 11018 invoked by uid 99); 11 Oct 2007 08:14:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2007 01:14:16 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2007 08:14:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 994A11A9832; Thu, 11 Oct 2007 01:13:35 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r583726 [1/2] - in /incubator/public/trunk: site-author/projects/ site-author/stylesheets/ site-publish/ site-publish/guides/ site-publish/incubation/ site-publish/ip-clearance/ site-publish/learn/ site-publish/official/ site-publish/projec... Date: Thu, 11 Oct 2007 08:13:13 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: bodewig Date: Thu Oct 11 01:13:05 2007 New Revision: 583726 URL: http://svn.apache.org/viewvc?rev=583726&view=rev Log: record Ivy's graduation Modified: incubator/public/trunk/site-author/projects/index.xml incubator/public/trunk/site-author/projects/ivy.xml incubator/public/trunk/site-author/stylesheets/project.xml incubator/public/trunk/site-publish/faq.html incubator/public/trunk/site-publish/guides/branding.html incubator/public/trunk/site-publish/guides/chair.html incubator/public/trunk/site-publish/guides/committer.html incubator/public/trunk/site-publish/guides/community.html incubator/public/trunk/site-publish/guides/entry.html incubator/public/trunk/site-publish/guides/graduation.html incubator/public/trunk/site-publish/guides/index.html incubator/public/trunk/site-publish/guides/lists.html incubator/public/trunk/site-publish/guides/participation.html incubator/public/trunk/site-publish/guides/pmc.html incubator/public/trunk/site-publish/guides/ppmc.html incubator/public/trunk/site-publish/guides/projects.html incubator/public/trunk/site-publish/guides/proposal.html incubator/public/trunk/site-publish/guides/releasemanagement.html incubator/public/trunk/site-publish/guides/sites.html incubator/public/trunk/site-publish/guides/website.html incubator/public/trunk/site-publish/incubation/Incubation_Policy.html incubator/public/trunk/site-publish/incubation/Process_Description.html incubator/public/trunk/site-publish/incubation/Roles_and_Responsibilities.html incubator/public/trunk/site-publish/index.html incubator/public/trunk/site-publish/ip-clearance/activemq-nms-tibco.html incubator/public/trunk/site-publish/ip-clearance/activemq.html incubator/public/trunk/site-publish/ip-clearance/apr-jlibtool.html incubator/public/trunk/site-publish/ip-clearance/cxf-wsdl2js.html incubator/public/trunk/site-publish/ip-clearance/derby-2134-contribution-tests-ibm.html incubator/public/trunk/site-publish/ip-clearance/derby-2248-contribution-tests-ibm.html incubator/public/trunk/site-publish/ip-clearance/directory-mitosis.html incubator/public/trunk/site-publish/ip-clearance/directory-triplesec.html incubator/public/trunk/site-publish/ip-clearance/geronimo-1016-ibm-daytrader.html incubator/public/trunk/site-publish/ip-clearance/geronimo-1111-trifork-initial.html incubator/public/trunk/site-publish/ip-clearance/geronimo-1478-xbean.html incubator/public/trunk/site-publish/ip-clearance/geronimo-2743-ibm-covalent-j2g.html incubator/public/trunk/site-publish/ip-clearance/geronimo-762-ibm-console.html incubator/public/trunk/site-publish/ip-clearance/geronimo-875-ibm-eclipse.html incubator/public/trunk/site-publish/ip-clearance/geronimo-iiop.html incubator/public/trunk/site-publish/ip-clearance/harmony-127-contribution-plugin-ibm.html incubator/public/trunk/site-publish/ip-clearance/harmony-14-contribution-classlib-ibm.html incubator/public/trunk/site-publish/ip-clearance/harmony-16-contribution-classlib-intel.html incubator/public/trunk/site-publish/ip-clearance/harmony-3-ccontribution-jcvm-archie-cobbs.html incubator/public/trunk/site-publish/ip-clearance/harmony-438-contribution-drlvm-intel.html incubator/public/trunk/site-publish/ip-clearance/harmony-5-component-poc-david-tanzer.html incubator/public/trunk/site-publish/ip-clearance/harmony-57-contribution-tests-ibm.html incubator/public/trunk/site-publish/ip-clearance/harmony-6-contribution-jvm-daniel-lydick.html incubator/public/trunk/site-publish/ip-clearance/harmony-88-contribution-tests-ibm.html incubator/public/trunk/site-publish/ip-clearance/httpd-wombat.html incubator/public/trunk/site-publish/ip-clearance/index.html incubator/public/trunk/site-publish/ip-clearance/ip-clearance-template.html incubator/public/trunk/site-publish/ip-clearance/jackrabbit-bundle-persistence.html incubator/public/trunk/site-publish/ip-clearance/jakarta-cactus-tahchiev.html incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-composite-pool.html incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-csv.html incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-mantissa.html incubator/public/trunk/site-publish/ip-clearance/jsr-301-ri.html incubator/public/trunk/site-publish/ip-clearance/maven-archetypeng.html incubator/public/trunk/site-publish/ip-clearance/maven-doxia.html incubator/public/trunk/site-publish/ip-clearance/maven-patch-plugin.html incubator/public/trunk/site-publish/ip-clearance/maven-shade-plugin.html incubator/public/trunk/site-publish/ip-clearance/maven-surefire.html incubator/public/trunk/site-publish/ip-clearance/myfaces-tobago.html incubator/public/trunk/site-publish/ip-clearance/ode-1-sybase-bpe.html incubator/public/trunk/site-publish/ip-clearance/ode-2-intalio-pxe.html incubator/public/trunk/site-publish/ip-clearance/perl-apache_reload.html incubator/public/trunk/site-publish/ip-clearance/portals-gluecode-jetspeed.html incubator/public/trunk/site-publish/ip-clearance/sanselan.html incubator/public/trunk/site-publish/ip-clearance/servicemix.html incubator/public/trunk/site-publish/ip-clearance/shale-444-clay-plugin-for-eclipse.html incubator/public/trunk/site-publish/ip-clearance/triplesoup-1-contribution-mod_sparql.html incubator/public/trunk/site-publish/ip-clearance/triplesoup-2-contribution-libb.html incubator/public/trunk/site-publish/ip-clearance/triplesoup-3-contribution-RDFStore.html incubator/public/trunk/site-publish/ip-clearance/uima-255-contribution-cpp-framework-ibm.html incubator/public/trunk/site-publish/ip-clearance/ws-jaxws.html incubator/public/trunk/site-publish/ip-clearance/ws-sandesha.html incubator/public/trunk/site-publish/ip-clearance/ws-wss4j.html incubator/public/trunk/site-publish/ip-clearance/xmlgraphics-commons-postscript-dsc-parser.html incubator/public/trunk/site-publish/ip-clearance/xmlgraphics-fop-afp-renderer.html incubator/public/trunk/site-publish/learn/rules-for-revolutionaries.html incubator/public/trunk/site-publish/learn/theapacheway.html incubator/public/trunk/site-publish/official/mailing-lists.html incubator/public/trunk/site-publish/official/resolution.html incubator/public/trunk/site-publish/projects/abdera.html incubator/public/trunk/site-publish/projects/activemq.html incubator/public/trunk/site-publish/projects/agila.html incubator/public/trunk/site-publish/projects/agila/index.html incubator/public/trunk/site-publish/projects/altrmi.html incubator/public/trunk/site-publish/projects/apollo.html incubator/public/trunk/site-publish/projects/axion.html incubator/public/trunk/site-publish/projects/beehive.html incubator/public/trunk/site-publish/projects/cayenne.html incubator/public/trunk/site-publish/projects/cxf.html incubator/public/trunk/site-publish/projects/depot.html incubator/public/trunk/site-publish/projects/derby.html incubator/public/trunk/site-publish/projects/directory.html incubator/public/trunk/site-publish/projects/felix.html incubator/public/trunk/site-publish/projects/ftpserver.html incubator/public/trunk/site-publish/projects/geronimo.html incubator/public/trunk/site-publish/projects/geronimo/geronimo-proposal.html incubator/public/trunk/site-publish/projects/geronimo/index.html incubator/public/trunk/site-publish/projects/graffito.html incubator/public/trunk/site-publish/projects/harmony.html incubator/public/trunk/site-publish/projects/heraldry.html incubator/public/trunk/site-publish/projects/hermes.html incubator/public/trunk/site-publish/projects/httpd-cli.html incubator/public/trunk/site-publish/projects/ibatis.html incubator/public/trunk/site-publish/projects/index.html incubator/public/trunk/site-publish/projects/ivy.html incubator/public/trunk/site-publish/projects/jackrabbit.html incubator/public/trunk/site-publish/projects/jaxme.html incubator/public/trunk/site-publish/projects/jdo.html incubator/public/trunk/site-publish/projects/jspwiki.html incubator/public/trunk/site-publish/projects/juddi.html incubator/public/trunk/site-publish/projects/juice.html incubator/public/trunk/site-publish/projects/kabuki.html incubator/public/trunk/site-publish/projects/lenya.html incubator/public/trunk/site-publish/projects/log4cxx.html incubator/public/trunk/site-publish/projects/log4net.html incubator/public/trunk/site-publish/projects/log4php.html incubator/public/trunk/site-publish/projects/lokahi.html incubator/public/trunk/site-publish/projects/lucene.net.html incubator/public/trunk/site-publish/projects/lucene4c.html incubator/public/trunk/site-publish/projects/merlin-developer.html incubator/public/trunk/site-publish/projects/mod_ftp.html incubator/public/trunk/site-publish/projects/muse.html incubator/public/trunk/site-publish/projects/myfaces.html incubator/public/trunk/site-publish/projects/nmaven.html incubator/public/trunk/site-publish/projects/nutch.html incubator/public/trunk/site-publish/projects/ode.html incubator/public/trunk/site-publish/projects/ofbiz.html incubator/public/trunk/site-publish/projects/openejb.html incubator/public/trunk/site-publish/projects/openjpa.html incubator/public/trunk/site-publish/projects/pluto.html incubator/public/trunk/site-publish/projects/qpid.html incubator/public/trunk/site-publish/projects/rcf.html incubator/public/trunk/site-publish/projects/river.html incubator/public/trunk/site-publish/projects/roller.html incubator/public/trunk/site-publish/projects/sanselan.html incubator/public/trunk/site-publish/projects/servicemix.html incubator/public/trunk/site-publish/projects/sling.html incubator/public/trunk/site-publish/projects/solr.html incubator/public/trunk/site-publish/projects/spamassassin.html incubator/public/trunk/site-publish/projects/stdcxx.html incubator/public/trunk/site-publish/projects/synapse.html incubator/public/trunk/site-publish/projects/tika.html incubator/public/trunk/site-publish/projects/tobago.html incubator/public/trunk/site-publish/projects/trinidad.html incubator/public/trunk/site-publish/projects/triplesoup.html incubator/public/trunk/site-publish/projects/tsik.html incubator/public/trunk/site-publish/projects/tuscany.html incubator/public/trunk/site-publish/projects/uima.html incubator/public/trunk/site-publish/projects/wadi.html incubator/public/trunk/site-publish/projects/webwork2.html incubator/public/trunk/site-publish/projects/wicket.html incubator/public/trunk/site-publish/projects/woden.html incubator/public/trunk/site-publish/projects/wsrp4j.html incubator/public/trunk/site-publish/projects/xap.html incubator/public/trunk/site-publish/projects/xmlbeans.html incubator/public/trunk/site-publish/projects/xmlbeanscxx.html incubator/public/trunk/site-publish/projects/yoko.html incubator/public/trunk/site-publish/whoweare.html Modified: incubator/public/trunk/site-author/projects/index.xml URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-author/projects/index.xml?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-author/projects/index.xml (original) +++ incubator/public/trunk/site-author/projects/index.xml Thu Oct 11 01:13:05 2007 @@ -72,16 +72,6 @@ </tr> <tr> <td> - <a href="../projects/ivy.html">Ivy</a> - </td> - <td>A java based tool for tracking, resolving and managing project dependencies.</td> - <td>Ant</td> - <td>Antoine Levy-Lambert, Stephane Bailliez, Steve Loughran, - Stefan Bodewig</td> - <td>2006-10-23</td> - </tr> - <tr> - <td> <a href="../projects/jspwiki.html">JSPWiki</a> </td> <td>Java-based wiki engine</td> @@ -291,6 +281,16 @@ <th>Apache Sponsor</th> <th>Mentors</th> <th>Started/Ended</th> + </tr> + <tr> + <td> + <a href="../projects/ivy.html">Ivy</a> + </td> + <td>A java based tool for tracking, resolving and managing project dependencies.</td> + <td>Ant</td> + <td>Antoine Levy-Lambert, Stephane Bailliez, Steve Loughran, + Stefan Bodewig</td> + <td>2006-10-23/2007-10-11</td> </tr> <tr> <td> Modified: incubator/public/trunk/site-author/projects/ivy.xml URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-author/projects/ivy.xml?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-author/projects/ivy.xml (original) +++ incubator/public/trunk/site-author/projects/ivy.xml Thu Oct 11 01:13:05 2007 @@ -6,12 +6,15 @@ </properties> <body> <section id="Ivy+Project+Incubation+Status"> - <title>Ivy Project Incubation Status</title> + <title>Apache Ivy Now an Ant Sub-Project</title> <p> - This page tracks the project status, incubator-wise. Other - information is recorded also under - <a href='http://wiki.apache.org/incubator/IvyProposal'>Apache - Wiki</a>. + The Apache Ivy project has completed incubation, more + information will become available from the Ant website soon. + </p> + <p> + Until the migration has finished, more information on Ivy is + avaliable from <a + href="http://incubator.apache.org/ivy/">http://incubator.apache.org/ivy/</a>. </p> </section> <section id="Description"> @@ -36,6 +39,7 @@ <section id="News"> <title>News</title> <ul> + <li>2007-10-11 Ivy graduated as a subproject of Ant</li> <li>2007-10-08 Ant accepted Ivy as a subproject once graduated</li> <li>2007-09-26 The Ivy community voted to graduate as a subproject of Ant</li> @@ -416,6 +420,7 @@ <li> Has the Incubator decided that the project has accomplished all of the above tasks? + <br/><b>Yes</b> </li> </ul> </section> Modified: incubator/public/trunk/site-author/stylesheets/project.xml URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-author/stylesheets/project.xml?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-author/stylesheets/project.xml (original) +++ incubator/public/trunk/site-author/stylesheets/project.xml Thu Oct 11 01:13:05 2007 @@ -68,7 +68,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/faq.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/faq.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/faq.html (original) +++ incubator/public/trunk/site-publish/faq.html Thu Oct 11 01:13:05 2007 @@ -322,7 +322,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/guides/branding.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/branding.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/branding.html (original) +++ incubator/public/trunk/site-publish/guides/branding.html Thu Oct 11 01:13:05 2007 @@ -218,7 +218,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/guides/chair.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/chair.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/chair.html (original) +++ incubator/public/trunk/site-publish/guides/chair.html Thu Oct 11 01:13:05 2007 @@ -281,7 +281,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/guides/committer.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/committer.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/committer.html (original) +++ incubator/public/trunk/site-publish/guides/committer.html Thu Oct 11 01:13:05 2007 @@ -234,7 +234,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/guides/community.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/community.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/community.html (original) +++ incubator/public/trunk/site-publish/guides/community.html Thu Oct 11 01:13:05 2007 @@ -432,7 +432,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/guides/entry.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/entry.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/entry.html (original) +++ incubator/public/trunk/site-publish/guides/entry.html Thu Oct 11 01:13:05 2007 @@ -220,7 +220,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/guides/graduation.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/graduation.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/graduation.html (original) +++ incubator/public/trunk/site-publish/guides/graduation.html Thu Oct 11 01:13:05 2007 @@ -1467,7 +1467,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/guides/index.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/index.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/index.html (original) +++ incubator/public/trunk/site-publish/guides/index.html Thu Oct 11 01:13:05 2007 @@ -184,7 +184,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/guides/lists.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/lists.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/lists.html (original) +++ incubator/public/trunk/site-publish/guides/lists.html Thu Oct 11 01:13:05 2007 @@ -240,7 +240,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/guides/participation.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/participation.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/participation.html (original) +++ incubator/public/trunk/site-publish/guides/participation.html Thu Oct 11 01:13:05 2007 @@ -279,7 +279,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/guides/pmc.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/pmc.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/pmc.html (original) +++ incubator/public/trunk/site-publish/guides/pmc.html Thu Oct 11 01:13:05 2007 @@ -217,7 +217,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/guides/ppmc.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/ppmc.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/ppmc.html (original) +++ incubator/public/trunk/site-publish/guides/ppmc.html Thu Oct 11 01:13:05 2007 @@ -346,7 +346,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/guides/projects.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/projects.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/projects.html (original) +++ incubator/public/trunk/site-publish/guides/projects.html Thu Oct 11 01:13:05 2007 @@ -156,7 +156,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/guides/proposal.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/proposal.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/proposal.html (original) +++ incubator/public/trunk/site-publish/guides/proposal.html Thu Oct 11 01:13:05 2007 @@ -1525,7 +1525,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/guides/releasemanagement.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/releasemanagement.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/releasemanagement.html (original) +++ incubator/public/trunk/site-publish/guides/releasemanagement.html Thu Oct 11 01:13:05 2007 @@ -1995,7 +1995,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/guides/sites.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/sites.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/sites.html (original) +++ incubator/public/trunk/site-publish/guides/sites.html Thu Oct 11 01:13:05 2007 @@ -263,7 +263,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/guides/website.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/guides/website.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/guides/website.html (original) +++ incubator/public/trunk/site-publish/guides/website.html Thu Oct 11 01:13:05 2007 @@ -208,7 +208,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/incubation/Incubation_Policy.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/incubation/Incubation_Policy.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/incubation/Incubation_Policy.html (original) +++ incubator/public/trunk/site-publish/incubation/Incubation_Policy.html Thu Oct 11 01:13:05 2007 @@ -1041,7 +1041,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/incubation/Process_Description.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/incubation/Process_Description.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/incubation/Process_Description.html (original) +++ incubator/public/trunk/site-publish/incubation/Process_Description.html Thu Oct 11 01:13:05 2007 @@ -378,7 +378,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/incubation/Roles_and_Responsibilities.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/incubation/Roles_and_Responsibilities.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/incubation/Roles_and_Responsibilities.html (original) +++ incubator/public/trunk/site-publish/incubation/Roles_and_Responsibilities.html Thu Oct 11 01:13:05 2007 @@ -560,7 +560,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/index.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/index.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/index.html (original) +++ incubator/public/trunk/site-publish/index.html Thu Oct 11 01:13:05 2007 @@ -155,7 +155,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/activemq-nms-tibco.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/activemq-nms-tibco.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/activemq-nms-tibco.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/activemq-nms-tibco.html Thu Oct 11 01:13:05 2007 @@ -246,7 +246,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/activemq.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/activemq.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/activemq.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/activemq.html Thu Oct 11 01:13:05 2007 @@ -272,7 +272,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/apr-jlibtool.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/apr-jlibtool.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/apr-jlibtool.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/apr-jlibtool.html Thu Oct 11 01:13:05 2007 @@ -275,7 +275,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/cxf-wsdl2js.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/cxf-wsdl2js.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/cxf-wsdl2js.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/cxf-wsdl2js.html Thu Oct 11 01:13:05 2007 @@ -246,7 +246,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/derby-2134-contribution-tests-ibm.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/derby-2134-contribution-tests-ibm.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/derby-2134-contribution-tests-ibm.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/derby-2134-contribution-tests-ibm.html Thu Oct 11 01:13:05 2007 @@ -240,7 +240,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/derby-2248-contribution-tests-ibm.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/derby-2248-contribution-tests-ibm.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/derby-2248-contribution-tests-ibm.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/derby-2248-contribution-tests-ibm.html Thu Oct 11 01:13:05 2007 @@ -242,7 +242,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/directory-mitosis.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/directory-mitosis.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/directory-mitosis.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/directory-mitosis.html Thu Oct 11 01:13:05 2007 @@ -232,7 +232,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/directory-triplesec.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/directory-triplesec.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/directory-triplesec.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/directory-triplesec.html Thu Oct 11 01:13:05 2007 @@ -256,7 +256,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/geronimo-1016-ibm-daytrader.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/geronimo-1016-ibm-daytrader.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/geronimo-1016-ibm-daytrader.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/geronimo-1016-ibm-daytrader.html Thu Oct 11 01:13:05 2007 @@ -277,7 +277,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/geronimo-1111-trifork-initial.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/geronimo-1111-trifork-initial.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/geronimo-1111-trifork-initial.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/geronimo-1111-trifork-initial.html Thu Oct 11 01:13:05 2007 @@ -276,7 +276,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/geronimo-1478-xbean.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/geronimo-1478-xbean.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/geronimo-1478-xbean.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/geronimo-1478-xbean.html Thu Oct 11 01:13:05 2007 @@ -263,7 +263,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/geronimo-2743-ibm-covalent-j2g.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/geronimo-2743-ibm-covalent-j2g.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/geronimo-2743-ibm-covalent-j2g.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/geronimo-2743-ibm-covalent-j2g.html Thu Oct 11 01:13:05 2007 @@ -289,7 +289,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/geronimo-762-ibm-console.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/geronimo-762-ibm-console.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/geronimo-762-ibm-console.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/geronimo-762-ibm-console.html Thu Oct 11 01:13:05 2007 @@ -274,7 +274,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/geronimo-875-ibm-eclipse.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/geronimo-875-ibm-eclipse.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/geronimo-875-ibm-eclipse.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/geronimo-875-ibm-eclipse.html Thu Oct 11 01:13:05 2007 @@ -277,7 +277,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/geronimo-iiop.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/geronimo-iiop.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/geronimo-iiop.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/geronimo-iiop.html Thu Oct 11 01:13:05 2007 @@ -261,7 +261,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/harmony-127-contribution-plugin-ibm.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/harmony-127-contribution-plugin-ibm.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/harmony-127-contribution-plugin-ibm.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/harmony-127-contribution-plugin-ibm.html Thu Oct 11 01:13:05 2007 @@ -269,7 +269,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/harmony-14-contribution-classlib-ibm.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/harmony-14-contribution-classlib-ibm.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/harmony-14-contribution-classlib-ibm.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/harmony-14-contribution-classlib-ibm.html Thu Oct 11 01:13:05 2007 @@ -272,7 +272,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/harmony-16-contribution-classlib-intel.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/harmony-16-contribution-classlib-intel.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/harmony-16-contribution-classlib-intel.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/harmony-16-contribution-classlib-intel.html Thu Oct 11 01:13:05 2007 @@ -265,7 +265,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/harmony-3-ccontribution-jcvm-archie-cobbs.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/harmony-3-ccontribution-jcvm-archie-cobbs.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/harmony-3-ccontribution-jcvm-archie-cobbs.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/harmony-3-ccontribution-jcvm-archie-cobbs.html Thu Oct 11 01:13:05 2007 @@ -277,7 +277,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/harmony-438-contribution-drlvm-intel.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/harmony-438-contribution-drlvm-intel.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/harmony-438-contribution-drlvm-intel.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/harmony-438-contribution-drlvm-intel.html Thu Oct 11 01:13:05 2007 @@ -268,7 +268,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/harmony-5-component-poc-david-tanzer.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/harmony-5-component-poc-david-tanzer.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/harmony-5-component-poc-david-tanzer.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/harmony-5-component-poc-david-tanzer.html Thu Oct 11 01:13:05 2007 @@ -272,7 +272,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/harmony-57-contribution-tests-ibm.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/harmony-57-contribution-tests-ibm.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/harmony-57-contribution-tests-ibm.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/harmony-57-contribution-tests-ibm.html Thu Oct 11 01:13:05 2007 @@ -270,7 +270,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/harmony-6-contribution-jvm-daniel-lydick.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/harmony-6-contribution-jvm-daniel-lydick.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/harmony-6-contribution-jvm-daniel-lydick.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/harmony-6-contribution-jvm-daniel-lydick.html Thu Oct 11 01:13:05 2007 @@ -280,7 +280,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/harmony-88-contribution-tests-ibm.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/harmony-88-contribution-tests-ibm.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/harmony-88-contribution-tests-ibm.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/harmony-88-contribution-tests-ibm.html Thu Oct 11 01:13:05 2007 @@ -269,7 +269,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/httpd-wombat.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/httpd-wombat.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/httpd-wombat.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/httpd-wombat.html Thu Oct 11 01:13:05 2007 @@ -253,7 +253,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/index.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/index.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/index.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/index.html Thu Oct 11 01:13:05 2007 @@ -513,7 +513,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/ip-clearance-template.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/ip-clearance-template.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/ip-clearance-template.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/ip-clearance-template.html Thu Oct 11 01:13:05 2007 @@ -360,7 +360,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/jackrabbit-bundle-persistence.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/jackrabbit-bundle-persistence.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/jackrabbit-bundle-persistence.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/jackrabbit-bundle-persistence.html Thu Oct 11 01:13:05 2007 @@ -258,7 +258,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/jakarta-cactus-tahchiev.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/jakarta-cactus-tahchiev.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/jakarta-cactus-tahchiev.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/jakarta-cactus-tahchiev.html Thu Oct 11 01:13:05 2007 @@ -254,7 +254,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-composite-pool.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-composite-pool.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-composite-pool.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-composite-pool.html Thu Oct 11 01:13:05 2007 @@ -249,7 +249,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-csv.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-csv.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-csv.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-csv.html Thu Oct 11 01:13:05 2007 @@ -248,7 +248,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-mantissa.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-mantissa.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-mantissa.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/jakarta-commons-mantissa.html Thu Oct 11 01:13:05 2007 @@ -233,7 +233,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/jsr-301-ri.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/jsr-301-ri.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/jsr-301-ri.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/jsr-301-ri.html Thu Oct 11 01:13:05 2007 @@ -246,7 +246,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/maven-archetypeng.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/maven-archetypeng.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/maven-archetypeng.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/maven-archetypeng.html Thu Oct 11 01:13:05 2007 @@ -254,7 +254,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/maven-doxia.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/maven-doxia.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/maven-doxia.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/maven-doxia.html Thu Oct 11 01:13:05 2007 @@ -219,7 +219,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/maven-patch-plugin.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/maven-patch-plugin.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/maven-patch-plugin.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/maven-patch-plugin.html Thu Oct 11 01:13:05 2007 @@ -238,7 +238,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/maven-shade-plugin.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/maven-shade-plugin.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/maven-shade-plugin.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/maven-shade-plugin.html Thu Oct 11 01:13:05 2007 @@ -259,7 +259,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/maven-surefire.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/maven-surefire.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/maven-surefire.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/maven-surefire.html Thu Oct 11 01:13:05 2007 @@ -219,7 +219,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/myfaces-tobago.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/myfaces-tobago.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/myfaces-tobago.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/myfaces-tobago.html Thu Oct 11 01:13:05 2007 @@ -252,7 +252,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/ode-1-sybase-bpe.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/ode-1-sybase-bpe.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/ode-1-sybase-bpe.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/ode-1-sybase-bpe.html Thu Oct 11 01:13:05 2007 @@ -242,7 +242,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/ode-2-intalio-pxe.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/ode-2-intalio-pxe.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/ode-2-intalio-pxe.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/ode-2-intalio-pxe.html Thu Oct 11 01:13:05 2007 @@ -242,7 +242,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/perl-apache_reload.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/perl-apache_reload.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/perl-apache_reload.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/perl-apache_reload.html Thu Oct 11 01:13:05 2007 @@ -259,7 +259,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/portals-gluecode-jetspeed.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/portals-gluecode-jetspeed.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/portals-gluecode-jetspeed.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/portals-gluecode-jetspeed.html Thu Oct 11 01:13:05 2007 @@ -261,7 +261,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/sanselan.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/sanselan.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/sanselan.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/sanselan.html Thu Oct 11 01:13:05 2007 @@ -248,7 +248,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/servicemix.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/servicemix.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/servicemix.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/servicemix.html Thu Oct 11 01:13:05 2007 @@ -271,7 +271,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/shale-444-clay-plugin-for-eclipse.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/shale-444-clay-plugin-for-eclipse.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/shale-444-clay-plugin-for-eclipse.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/shale-444-clay-plugin-for-eclipse.html Thu Oct 11 01:13:05 2007 @@ -261,7 +261,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/triplesoup-1-contribution-mod_sparql.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/triplesoup-1-contribution-mod_sparql.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/triplesoup-1-contribution-mod_sparql.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/triplesoup-1-contribution-mod_sparql.html Thu Oct 11 01:13:05 2007 @@ -242,7 +242,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/triplesoup-2-contribution-libb.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/triplesoup-2-contribution-libb.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/triplesoup-2-contribution-libb.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/triplesoup-2-contribution-libb.html Thu Oct 11 01:13:05 2007 @@ -242,7 +242,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/triplesoup-3-contribution-RDFStore.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/triplesoup-3-contribution-RDFStore.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/triplesoup-3-contribution-RDFStore.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/triplesoup-3-contribution-RDFStore.html Thu Oct 11 01:13:05 2007 @@ -247,7 +247,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/uima-255-contribution-cpp-framework-ibm.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/uima-255-contribution-cpp-framework-ibm.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/uima-255-contribution-cpp-framework-ibm.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/uima-255-contribution-cpp-framework-ibm.html Thu Oct 11 01:13:05 2007 @@ -250,7 +250,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/ws-jaxws.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/ws-jaxws.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/ws-jaxws.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/ws-jaxws.html Thu Oct 11 01:13:05 2007 @@ -247,7 +247,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/ws-sandesha.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/ws-sandesha.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/ws-sandesha.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/ws-sandesha.html Thu Oct 11 01:13:05 2007 @@ -247,7 +247,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/ws-wss4j.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/ws-wss4j.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/ws-wss4j.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/ws-wss4j.html Thu Oct 11 01:13:05 2007 @@ -248,7 +248,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/xmlgraphics-commons-postscript-dsc-parser.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/xmlgraphics-commons-postscript-dsc-parser.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/xmlgraphics-commons-postscript-dsc-parser.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/xmlgraphics-commons-postscript-dsc-parser.html Thu Oct 11 01:13:05 2007 @@ -249,7 +249,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/ip-clearance/xmlgraphics-fop-afp-renderer.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/xmlgraphics-fop-afp-renderer.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/xmlgraphics-fop-afp-renderer.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/xmlgraphics-fop-afp-renderer.html Thu Oct 11 01:13:05 2007 @@ -332,7 +332,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> Modified: incubator/public/trunk/site-publish/learn/rules-for-revolutionaries.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/learn/rules-for-revolutionaries.html?rev=583726&r1=583725&r2=583726&view=diff ============================================================================== --- incubator/public/trunk/site-publish/learn/rules-for-revolutionaries.html (original) +++ incubator/public/trunk/site-publish/learn/rules-for-revolutionaries.html Thu Oct 11 01:13:05 2007 @@ -226,7 +226,6 @@ <li><a href="/projects/abdera.html">Abdera</a></li> <li><a href="/projects/cxf.html">CXF</a></li> <li><a href="/projects/ftpserver.html">FtpServer</a></li> - <li><a href="/projects/ivy.html">Ivy</a></li> <li><a href="/projects/jspwiki.html">JSPWiki</a></li> <li><a href="/projects/juice.html">JuiCE</a></li> <li><a href="/projects/lokahi.html">Lokahi</a></li> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Oct 11 09:26:47 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63239 invoked from network); 11 Oct 2007 09:26:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Oct 2007 09:26:44 -0000 Received: (qmail 81570 invoked by uid 500); 11 Oct 2007 09:26:32 -0000 Delivered-To: [email protected] Received: (qmail 81531 invoked by uid 500); 11 Oct 2007 09:26:32 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 81520 invoked by uid 99); 11 Oct 2007 09:26:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2007 02:26:32 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2007 09:26:44 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id BCE1C5A1CF for <[email protected]>; Thu, 11 Oct 2007 09:26:23 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Thu, 11 Oct 2007 09:26:23 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "ReportingSchedule" by LeoSimons X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by LeoSimons: http://wiki.apache.org/incubator/ReportingSchedule ------------------------------------------------------------------------------ * March, June, September, December * log4php * River - * TripleSoup --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Thu Oct 11 22:00:57 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88641 invoked from network); 11 Oct 2007 22:00:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 11 Oct 2007 22:00:56 -0000 Received: (qmail 30191 invoked by uid 500); 11 Oct 2007 22:00:44 -0000 Delivered-To: [email protected] Received: (qmail 30137 invoked by uid 500); 11 Oct 2007 22:00:43 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 30126 invoked by uid 500); 11 Oct 2007 22:00:43 -0000 Delivered-To: [email protected] Received: (qmail 30123 invoked by uid 99); 11 Oct 2007 22:00:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2007 15:00:43 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2007 22:00:55 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1668A1A9832; Thu, 11 Oct 2007 15:00:05 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r583969 - in /incubator/public/trunk: site-author/ip-clearance/jsr-301-ri.xml site-publish/ip-clearance/jsr-301-ri.html Date: Thu, 11 Oct 2007 22:00:04 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: manolito Date: Thu Oct 11 15:00:04 2007 New Revision: 583969 URL: http://svn.apache.org/viewvc?rev=583969&view=rev Log: jsr-301 ip-clearance status update Modified: incubator/public/trunk/site-author/ip-clearance/jsr-301-ri.xml incubator/public/trunk/site-publish/ip-clearance/jsr-301-ri.html Modified: incubator/public/trunk/site-author/ip-clearance/jsr-301-ri.xml URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-author/ip-clearance/jsr-301-ri.xml?rev=583969&r1=583968&r2=583969&view=diff ============================================================================== --- incubator/public/trunk/site-author/ip-clearance/jsr-301-ri.xml (original) +++ incubator/public/trunk/site-author/ip-clearance/jsr-301-ri.xml Thu Oct 11 15:00:04 2007 @@ -41,7 +41,9 @@ </tr> </table> <p> -MD5 or SHA1 sum for donated software: TBD (<em>Note versioned software used to calculate sum in parentheses</em>). +MD5 or SHA1 sum for <a href="https://issues.apache.org/jira/browse/MYFACES-1664">donated software</a>: +<br/>md5: 861076b6accc3728a3e36d4c240cf28f +<br/>sha1: 9bd74ae4e27c8f41bdea51437a457062960103fb </p> <section id="Copyright"> <title>Copyright</title> @@ -51,20 +53,20 @@ <th>item</th> </tr> <tr> - <td>....-..-..</td> + <td>2007-10-11</td> <td>Check and make sure that the papers that transfer rights to the ASF been received. It is only necessary to transfer rights for the package, the core code, and any new code produced by the project.</td> </tr> <tr> - <td>....-..-..</td> + <td>2007-10-11</td> <td>Check and make sure that the files that have been donated have been updated to reflect the new ASF copyright.</td> </tr> </table> <p> -Identify name recorded for software grant: "JSR-301 Reference Implementation" +Identify name recorded for software grant: javax.portlet.faces, com.oracle.portlet.faces </p> </section> <section id="Verify+distribution+rights"> @@ -83,26 +85,26 @@ <th>item</th> </tr> <tr> - <td>....-..-..</td> + <td>2007-10-11</td> <td>Check that all active committers have a signed CLA on record.</td> </tr> <tr> - <td>....-..-..</td> + <td>2007-10-11</td> <td>Remind active committers that they are responsible for ensuring that a Corporate CLA is recorded if such is required to authorize their contributions under their individual CLA.</td> </tr> <tr> - <td>....-..-..</td> + <td>2007-10-11</td> <td>Check and make sure that for all items included with the distribution that is not under the Apache license, we have the right to combine with Apache-licensed code and redistribute.</td> </tr> <tr> - <td>....-..-..</td> + <td>2007-10-11</td> <td>Check and make sure that all items depended upon by the project is covered by one or more of the following approved licenses: Apache, BSD, Artistic, MIT/X, MIT/W3C, MPL 1.1, or Modified: incubator/public/trunk/site-publish/ip-clearance/jsr-301-ri.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/jsr-301-ri.html?rev=583969&r1=583968&r2=583969&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/jsr-301-ri.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/jsr-301-ri.html Thu Oct 11 15:00:04 2007 @@ -142,7 +142,9 @@ </tr> </table> <p> -MD5 or SHA1 sum for donated software: TBD (<em>Note versioned software used to calculate sum in parentheses</em>). +MD5 or SHA1 sum for <a href="https://issues.apache.org/jira/browse/MYFACES-1664">donated software</a>: +<br />md5: 861076b6accc3728a3e36d4c240cf28f +<br />sha1: 9bd74ae4e27c8f41bdea51437a457062960103fb </p> <h4> <a name="Copyright">Copyright</a> @@ -154,20 +156,20 @@ <th>item</th> </tr> <tr> - <td>....-..-..</td> + <td>2007-10-11</td> <td>Check and make sure that the papers that transfer rights to the ASF been received. It is only necessary to transfer rights for the package, the core code, and any new code produced by the project.</td> </tr> <tr> - <td>....-..-..</td> + <td>2007-10-11</td> <td>Check and make sure that the files that have been donated have been updated to reflect the new ASF copyright.</td> </tr> </table> <p> -Identify name recorded for software grant: "JSR-301 Reference Implementation" +Identify name recorded for software grant: javax.portlet.faces, com.oracle.portlet.faces </p> </div> <h4> @@ -188,26 +190,26 @@ <th>item</th> </tr> <tr> - <td>....-..-..</td> + <td>2007-10-11</td> <td>Check that all active committers have a signed CLA on record.</td> </tr> <tr> - <td>....-..-..</td> + <td>2007-10-11</td> <td>Remind active committers that they are responsible for ensuring that a Corporate CLA is recorded if such is required to authorize their contributions under their individual CLA.</td> </tr> <tr> - <td>....-..-..</td> + <td>2007-10-11</td> <td>Check and make sure that for all items included with the distribution that is not under the Apache license, we have the right to combine with Apache-licensed code and redistribute.</td> </tr> <tr> - <td>....-..-..</td> + <td>2007-10-11</td> <td>Check and make sure that all items depended upon by the project is covered by one or more of the following approved licenses: Apache, BSD, Artistic, MIT/X, MIT/W3C, MPL 1.1, or --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Oct 12 00:10:57 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 31586 invoked from network); 12 Oct 2007 00:10:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Oct 2007 00:10:56 -0000 Received: (qmail 40506 invoked by uid 500); 12 Oct 2007 00:10:44 -0000 Delivered-To: [email protected] Received: (qmail 40456 invoked by uid 500); 12 Oct 2007 00:10:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 40445 invoked by uid 500); 12 Oct 2007 00:10:44 -0000 Delivered-To: [email protected] Received: (qmail 40442 invoked by uid 99); 12 Oct 2007 00:10:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2007 17:10:44 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Oct 2007 00:10:44 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7927F1A9832; Thu, 11 Oct 2007 16:59:53 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r583989 - in /incubator/public/trunk: site-author/ip-clearance/torque-village-contribution.xml site-publish/ip-clearance/torque-village-contribution.html Date: Thu, 11 Oct 2007 23:59:52 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: jta Date: Thu Oct 11 16:59:51 2007 New Revision: 583989 URL: http://svn.apache.org/viewvc?rev=583989&view=rev Log: Initial ip clearance form for contribution of village code to db torque -- will add form to index when ready for final incubator approval Added: incubator/public/trunk/site-author/ip-clearance/torque-village-contribution.xml (with props) incubator/public/trunk/site-publish/ip-clearance/torque-village-contribution.html (with props) Added: incubator/public/trunk/site-author/ip-clearance/torque-village-contribution.xml URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-author/ip-clearance/torque-village-contribution.xml?rev=583989&view=auto ============================================================================== --- incubator/public/trunk/site-author/ip-clearance/torque-village-contribution.xml (added) +++ incubator/public/trunk/site-author/ip-clearance/torque-village-contribution.xml Thu Oct 11 16:59:51 2007 @@ -0,0 +1,134 @@ +<?xml version="1.0" encoding="UTF-8"?> +<document> + <properties> + <title>Apache Torque Codebase Intellectual Property (IP) Clearance Status</title> + </properties> + <body> + <section id="Torque+Codebase+Intellectual+Property+%28IP%29+Clearance+Status"> + <title>Torque Derby Codebase Intellectual Property (IP) Clearance Status</title> + </section> + <section id="Description"> + <title>Description</title> + <p>Contribution of Village code.</p> + <p>The code snapshot is at + <a href="http://people.apache.org/~seade/village/">http://people.apache.org/~seade/village/</a>. + </p> + </section> + <section id="Project+info"> + <title>Project info</title> + <ul> + <li>Which PMC will be responsible for the code: Apache DB</li> + </ul> + <ul> + <li>Into which existing project/module: Torque</li> + </ul> + <ul> + <li>Officer or member managing donation: Scott Eade and Jean Anderson</li> + </ul> + <p> + <em>Completed tasks are shown by the completion date (YYYY-MM-dd).</em> + </p> + <section id="Identify+the+codebase"> + <title>Identify the codebase</title> + <table> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>N/A</td> + <td>If applicable, make sure that any associated name does not + already exist and is not already trademarked for an existing software + product.</td> + </tr> + </table> + <section id="Copyright"> + <title>Copyright</title> + <table> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>2007-9-6</td> + <td>Check and make sure that the papers that transfer rights to + the ASF been received. It is only necessary to transfer + rights for the package, the core code, and any new code + produced by the project.</td> + </tr> + <tr> + <td> Headers will be updated when code committed. </td> + <td>Check and make sure that the files that have been donated + have been updated to reflect the new ASF copyright.</td> + </tr> + </table> + <p> + The name recorded for the software grant in grants.txt is + "VillageCode donation to the ApacheDB project". + </p> + </section> + <section id="Verify+distribution+rights"> + <title>Verify distribution rights</title> + <p> + Corporations and individuals holding existing distribution rights: + Jon Scott Stevens + </p> + <ul> +<li> +<em>For individuals, use the name as recorded on the committers page</em> +</li> + </ul> + <table> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>2007-10-10</td> + <td>Check that all active committers have a signed CLA on + record.</td> + </tr> + <tr> + <td> 2007-10-11</td> + <td>Remind active committers that they are responsible for + ensuring that a Corporate CLA is recorded if such is + required to authorize their contributions under their + individual CLA.</td> + </tr> + <tr> + <td> 2007-10-11 </td> + <td>Check and make sure that for all items included with the + distribution that is not under the Apache license, we have + the right to combine with Apache-licensed code and + redistribute.</td> + </tr> + <tr> + <td> 2007-10-11 </td> + <td>Check and make sure that all items depended upon by the + project is covered by one or more of the following approved + licenses: Apache, BSD, Artistic, MIT/X, MIT/W3C, MPL 1.1, or + something with essentially the same terms.</td> + </tr> + </table> + <p>Generally, the result of checking off these items will be a + Software Grant, CLA, and Corporate CLA for ASF licensed code, + which must have no dependencies upon items whose licenses that + are incompatible with the Apache License.</p> + </section> + </section> + <section id="Organizational+acceptance+of+responsibility+for+the+project"> + <title>Organizational acceptance of responsibility for the project +</title> + <p> +Related VOTEs: + </p> + <ul> + <li>The vote was started on [email protected] on 2007-10-11 + and will close on 2007-10-18. + The URL to the RESULT post will be recorded here. + </li> + </ul> + </section> + </section> + </body> +</document> Propchange: incubator/public/trunk/site-author/ip-clearance/torque-village-contribution.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/public/trunk/site-publish/ip-clearance/torque-village-contribution.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/torque-village-contribution.html?rev=583989&view=auto ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/torque-village-contribution.html (added) +++ incubator/public/trunk/site-publish/ip-clearance/torque-village-contribution.html Thu Oct 11 16:59:51 2007 @@ -0,0 +1,289 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> + <link rel="stylesheet" href="/style/style.css" type="text/css" /> + <title>Apache Torque Codebase Intellectual Property (IP) Clearance Status - Apache Incubator</title> + </head> + <body> + <table border="0" width="100%" cellspacing="0"> + <tr><!-- SITE BANNER AND PROJECT IMAGE --> + <td align="left" valign="top"> +<a href="http://www.apache.org/"><img src="/images/asf_logo_wide.gif" alt="The Apache Software Foundation" border="0"/></a> +</td> +<td align="right"> +<a href="http://incubator.apache.org/"><img src="../images/apache-incubator-logo.png" alt="Apache Incubator" border="0"/></a> +</td> + </tr> + </table> + <table border="0" width="100%" cellspacing="4"> + <tr><td colspan="3"><hr noshade="noshade" size="1"/></td></tr> + <tr> + <!-- LEFT SIDE NAVIGATION --> + <td valign="top" nowrap="nowrap" class="navleft"> + <div class="menuheader"><a +href="http://www.apache.org/foundation/glossary.html#Podling">Podlings (What's that?)</a></div> + <menu compact="compact"> + <li><a href="/incubation/Incubation_Policy.html">How? (Policy)</a></li> + <li><a href="/incubation/Roles_and_Responsibilities.html">Who? (Roles)</a></li> + <li><a href="/incubation/Process_Description.html">When? (Process)</a></li> + </menu> + <div class="menuheader"><a +href="/guides/index.html">Entry Guides</a></div> + <menu compact="compact"> + <li><a href="/guides/proposal.html">Proposal Guide</a></li> + </menu> + <div class="menuheader"><a +href="/guides/index.html">Podling Guides</a></div> + <menu compact="compact"> + <li><a href="/guides/committer.html">Podling Committers</a></li> + <li><a href="/guides/ppmc.html">Podling PMC (PPMC)</a></li> + <li><a href="/guides/projects.html">Podling Mentor</a></li> + <li><a href="/guides/releasemanagement.html">Podling Releases</a></li> + <li><a href="/guides/branding.html">Podling Branding</a></li> + <li><a href="/guides/sites.html">Podling Websites</a></li> + <li><a href="/guides/graduation.html">Graduation</a></li> + </menu> + <div class="menuheader"><a +href="/ip-clearance/index.html">IP Clearance</a></div> + <menu compact="compact"> + </menu> + <div class="menuheader"><a +href="/whoweare.html">Who We Are</a></div> + <menu compact="compact"> + </menu> + <div class="menuheader"><a +href="http://www.apache.org">ASF</a></div> + <menu compact="compact"> + <li><a href="http://www.apache.org/foundation/how-it-works.html">How Apache Works</a></li> + <li><a href="http://www.apache.org/dev/">Developer Documentation</a></li> + <li><a href="http://www.apache.org/foundation/">Foundation</a></li> + </menu> + <div class="menuheader">Other Guides</div> + <menu compact="compact"> + <li><a href="/guides/participation.html">Participation</a></li> + <li><a href="/faq.html">General FAQ</a></li> + <li><a href="/guides/pmc.html">PMC</a> (<a href="/guides/chair.html">Chair</a>)</li> + <li><a href="/guides/lists.html">Mailing Lists</a></li> + <li><a href="/guides/website.html">Incubator Website</a></li> + </menu> + <div class="menuheader"><a +href="http://wiki.apache.org/incubator">Wiki</a></div> + <menu compact="compact"> + </menu> + + <!-- start Ads Server --> + <iframe src="http://www.apache.org/ads/buttonbar.html" + style="border-width:0; float: left" frameborder="0" scrolling="no" + width="135" height="265"></iframe> + <!-- end Ads Server --> + </td> + <!-- CONTENT --> + <td align="left" valign="top" class="content"> + <h2><img src="/images/redarrow.gif" /> + <a name="Torque+Codebase+Intellectual+Property+%28IP%29+Clearance+Status">Torque Derby Codebase Intellectual Property (IP) Clearance Status</a> +</h2> +<div class="section-content"> +</div> + <h2><img src="/images/redarrow.gif" /> + <a name="Description">Description</a> +</h2> +<div class="section-content"> +<p>Contribution of Village code.</p> +<p>The code snapshot is at + <a href="http://people.apache.org/~seade/village/">http://people.apache.org/~seade/village/</a>. + </p> +</div> + <h2><img src="/images/redarrow.gif" /> + <a name="Project+info">Project info</a> +</h2> +<div class="section-content"> +<ul> + <li>Which PMC will be responsible for the code: Apache DB</li> + </ul> +<ul> + <li>Into which existing project/module: Torque</li> + </ul> +<ul> + <li>Officer or member managing donation: Scott Eade and Jean Anderson</li> + </ul> +<p> + <em>Completed tasks are shown by the completion date (YYYY-MM-dd).</em> + </p> +<h3> + <a name="Identify+the+codebase">Identify the codebase</a> +</h3> +<div class="section-content"> +<table class="colortable" width="100%"> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>N/A</td> + <td>If applicable, make sure that any associated name does not + already exist and is not already trademarked for an existing software + product.</td> + </tr> + </table> +<h4> + <a name="Copyright">Copyright</a> +</h4> +<div class="section-content"> +<table class="colortable" width="100%"> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>2007-9-6</td> + <td>Check and make sure that the papers that transfer rights to + the ASF been received. It is only necessary to transfer + rights for the package, the core code, and any new code + produced by the project.</td> + </tr> + <tr> + <td> Headers will be updated when code committed. </td> + <td>Check and make sure that the files that have been donated + have been updated to reflect the new ASF copyright.</td> + </tr> + </table> +<p> + The name recorded for the software grant in grants.txt is + "VillageCode donation to the ApacheDB project". + </p> +</div> +<h4> + <a name="Verify+distribution+rights">Verify distribution rights</a> +</h4> +<div class="section-content"> +<p> + Corporations and individuals holding existing distribution rights: + Jon Scott Stevens + </p> +<ul> +<li> +<em>For individuals, use the name as recorded on the committers page</em> +</li> + </ul> +<table class="colortable" width="100%"> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>2007-10-10</td> + <td>Check that all active committers have a signed CLA on + record.</td> + </tr> + <tr> + <td> 2007-10-11</td> + <td>Remind active committers that they are responsible for + ensuring that a Corporate CLA is recorded if such is + required to authorize their contributions under their + individual CLA.</td> + </tr> + <tr> + <td> 2007-10-11 </td> + <td>Check and make sure that for all items included with the + distribution that is not under the Apache license, we have + the right to combine with Apache-licensed code and + redistribute.</td> + </tr> + <tr> + <td> 2007-10-11 </td> + <td>Check and make sure that all items depended upon by the + project is covered by one or more of the following approved + licenses: Apache, BSD, Artistic, MIT/X, MIT/W3C, MPL 1.1, or + something with essentially the same terms.</td> + </tr> + </table> +<p>Generally, the result of checking off these items will be a + Software Grant, CLA, and Corporate CLA for ASF licensed code, + which must have no dependencies upon items whose licenses that + are incompatible with the Apache License.</p> +</div> +</div> +<h3> + <a name="Organizational+acceptance+of+responsibility+for+the+project">Organizational acceptance of responsibility for the project +</a> +</h3> +<div class="section-content"> +<p> +Related VOTEs: + </p> +<ul> + <li>The vote was started on [email protected] on 2007-10-11 + and will close on 2007-10-18. + The URL to the RESULT post will be recorded here. + </li> + </ul> +</div> +</div> + </td> + <!-- RIGHT SIDE NAVIGATION --> + <td valign="top" nowrap="nowrap" class="navright"> + <div class="menuheader"><a +href="/projects/index.html">Projects</a></div> + <menu compact="compact"> + <li><a href="/projects/abdera.html">Abdera</a></li> + <li><a href="/projects/cxf.html">CXF</a></li> + <li><a href="/projects/ftpserver.html">FtpServer</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> + <li><a href="/projects/juice.html">JuiCE</a></li> + <li><a href="/projects/lokahi.html">Lokahi</a></li> + <li><a href="/projects/log4php.html">Log4php</a></li> + <li><a href="/projects/lucene.net.html">Lucene.Net</a></li> + <li><a href="/projects/nmaven.html">NMaven</a></li> + <li><a href="/projects/qpid.html">Qpid</a></li> + <li><a href="/projects/rcf.html">RCF</a></li> + <li><a href="/projects/river.html">River</a></li> + <li><a href="/projects/sanselan.html">Sanselan</a></li> + <li><a href="/projects/servicemix.html">ServiceMix</a></li> + <li><a href="/projects/sling.html">Sling</a></li> + <li><a href="/projects/stdcxx.html">stdcxx</a></li> + <li><a href="/projects/tika.html">Tika</a></li> + <li><a href="/projects/triplesoup.html">TripleSoup</a></li> + <li><a href="/projects/tuscany.html">Tuscany</a></li> + <li><a href="/projects/uima.html">UIMA</a></li> + <li><a href="/projects/woden.html">Woden</a></li> + <li><a href="/projects/wsrp4j.html">WSRP4J</a></li> + <li><a href="/projects/xap.html">XAP</a></li> + <li><a href="/projects/yoko.html">Yoko</a></li> + </menu> + +<form action="http://www.google.com/search" method="get"> + <input value="incubator.apache.org" name="sitesearch" type="hidden"/> + <input size="8" name="q" id="query" type="text" value="search..." + onclick="if(this.value == 'search...') {this.value = ''}"/> + <input name="Search" value="Go" type="submit"/> +</form> + </td> + </tr> + <!-- FOOTER --> + <tr><td colspan="3"><hr noshade="noshade" size="1"/></td></tr> + <tr><td colspan="3" class="footer"> + Copyright &#169; 1999-2007, The Apache Software Foundation<br /> +Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. + </td> + </tr> + </table> + </body> +</html> Propchange: incubator/public/trunk/site-publish/ip-clearance/torque-village-contribution.html ------------------------------------------------------------------------------ svn:eol-style = native --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Oct 12 01:37:18 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88232 invoked from network); 12 Oct 2007 01:37:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 12 Oct 2007 01:37:16 -0000 Received: (qmail 3978 invoked by uid 500); 12 Oct 2007 01:37:04 -0000 Delivered-To: [email protected] Received: (qmail 3931 invoked by uid 500); 12 Oct 2007 01:37:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 3920 invoked by uid 500); 12 Oct 2007 01:37:03 -0000 Delivered-To: [email protected] Received: (qmail 3917 invoked by uid 99); 12 Oct 2007 01:37:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2007 18:37:03 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Oct 2007 01:37:15 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 633B71A9832; Thu, 11 Oct 2007 18:36:55 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r584022 - in /incubator/public/trunk: site-author/ip-clearance/torque-village-contribution.xml site-publish/ip-clearance/torque-village-contribution.html Date: Fri, 12 Oct 2007 01:36:54 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: jta Date: Thu Oct 11 18:36:54 2007 New Revision: 584022 URL: http://svn.apache.org/viewvc?rev=584022&view=rev Log: Zap typo from copied template Modified: incubator/public/trunk/site-author/ip-clearance/torque-village-contribution.xml incubator/public/trunk/site-publish/ip-clearance/torque-village-contribution.html Modified: incubator/public/trunk/site-author/ip-clearance/torque-village-contribution.xml URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-author/ip-clearance/torque-village-contribution.xml?rev=584022&r1=584021&r2=584022&view=diff ============================================================================== --- incubator/public/trunk/site-author/ip-clearance/torque-village-contribution.xml (original) +++ incubator/public/trunk/site-author/ip-clearance/torque-village-contribution.xml Thu Oct 11 18:36:54 2007 @@ -5,7 +5,7 @@ </properties> <body> <section id="Torque+Codebase+Intellectual+Property+%28IP%29+Clearance+Status"> - <title>Torque Derby Codebase Intellectual Property (IP) Clearance Status</title> + <title>Torque Codebase Intellectual Property (IP) Clearance Status</title> </section> <section id="Description"> <title>Description</title> Modified: incubator/public/trunk/site-publish/ip-clearance/torque-village-contribution.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/torque-village-contribution.html?rev=584022&r1=584021&r2=584022&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/torque-village-contribution.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/torque-village-contribution.html Thu Oct 11 18:36:54 2007 @@ -98,7 +98,7 @@ <!-- CONTENT --> <td align="left" valign="top" class="content"> <h2><img src="/images/redarrow.gif" /> - <a name="Torque+Codebase+Intellectual+Property+%28IP%29+Clearance+Status">Torque Derby Codebase Intellectual Property (IP) Clearance Status</a> + <a name="Torque+Codebase+Intellectual+Property+%28IP%29+Clearance+Status">Torque Codebase Intellectual Property (IP) Clearance Status</a> </h2> <div class="section-content"> </div> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 15 11:13:29 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 23880 invoked from network); 15 Oct 2007 11:13:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Oct 2007 11:13:29 -0000 Received: (qmail 23168 invoked by uid 500); 15 Oct 2007 11:13:17 -0000 Delivered-To: [email protected] Received: (qmail 23090 invoked by uid 500); 15 Oct 2007 11:13:17 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 23079 invoked by uid 500); 15 Oct 2007 11:13:17 -0000 Delivered-To: [email protected] Received: (qmail 23076 invoked by uid 99); 15 Oct 2007 11:13:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2007 04:13:17 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2007 11:13:28 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D4C0A1A9832; Mon, 15 Oct 2007 04:12:37 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r584733 - in /incubator/public/trunk: site-author/ip-clearance/jsr-301-ri.xml site-publish/ip-clearance/jsr-301-ri.html Date: Mon, 15 Oct 2007 11:12:37 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: manolito Date: Mon Oct 15 04:12:36 2007 New Revision: 584733 URL: http://svn.apache.org/viewvc?rev=584733&view=rev Log: updated "JSR-301 Reference Implementation" Clearance Status Modified: incubator/public/trunk/site-author/ip-clearance/jsr-301-ri.xml incubator/public/trunk/site-publish/ip-clearance/jsr-301-ri.html Modified: incubator/public/trunk/site-author/ip-clearance/jsr-301-ri.xml URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-author/ip-clearance/jsr-301-ri.xml?rev=584733&r1=584732&r2=584733&view=diff ============================================================================== --- incubator/public/trunk/site-author/ip-clearance/jsr-301-ri.xml (original) +++ incubator/public/trunk/site-author/ip-clearance/jsr-301-ri.xml Mon Oct 15 04:12:36 2007 @@ -75,9 +75,7 @@ Corporations and individuals holding existing distribution rights: </p> <ul> - <li> - <em>For individuals, use the name as recorded on the committers page</em> - </li> + <li>Oracle Corporation</li> </ul> <table> <tr> @@ -125,9 +123,7 @@ </p> <ul> <li> - <em>The VOTE thread accepting the donation may happen either -before or after IP clearance. Adoption by lazy concensus is acceptable but -not recommended.</em> + <em>The vote was started on [email protected] on 2007-10-15 and will close on 2007-10-18.</em> </li> </ul> </section> Modified: incubator/public/trunk/site-publish/ip-clearance/jsr-301-ri.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/jsr-301-ri.html?rev=584733&r1=584732&r2=584733&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/jsr-301-ri.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/jsr-301-ri.html Mon Oct 15 04:12:36 2007 @@ -180,9 +180,7 @@ Corporations and individuals holding existing distribution rights: </p> <ul> - <li> - <em>For individuals, use the name as recorded on the committers page</em> - </li> + <li>Oracle Corporation</li> </ul> <table class="colortable" width="100%"> <tr> @@ -232,9 +230,7 @@ </p> <ul> <li> - <em>The VOTE thread accepting the donation may happen either -before or after IP clearance. Adoption by lazy concensus is acceptable but -not recommended.</em> + <em>The vote was started on [email protected] on 2007-10-15 and will close on 2007-10-18.</em> </li> </ul> </div> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 15 17:10:58 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 63921 invoked from network); 15 Oct 2007 17:10:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 15 Oct 2007 17:10:58 -0000 Received: (qmail 48747 invoked by uid 500); 15 Oct 2007 17:10:38 -0000 Delivered-To: [email protected] Received: (qmail 48702 invoked by uid 500); 15 Oct 2007 17:10:38 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 48679 invoked by uid 99); 15 Oct 2007 17:10:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2007 10:10:38 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2007 17:10:50 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 1746159F71 for <[email protected]>; Mon, 15 Oct 2007 17:10:30 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Mon, 15 Oct 2007 17:10:29 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "ComposerProposal" by PaulHammant X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by PaulHammant: http://wiki.apache.org/incubator/ComposerProposal ------------------------------------------------------------------------------ PicoContainer's committers yet to advise us - * Steve Molitor - * Mike Hogan Approving of PicoContainer migration, but not joining as Committer - * James Strachan * Leo Simons * Gregory Joseph + * Mike Hogan == Sponsor == We kindly request the Incubator PMC to accept sponsorship for this proposal. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Oct 16 16:41:24 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 82470 invoked from network); 16 Oct 2007 16:41:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Oct 2007 16:41:24 -0000 Received: (qmail 23897 invoked by uid 500); 16 Oct 2007 16:41:12 -0000 Delivered-To: [email protected] Received: (qmail 23816 invoked by uid 500); 16 Oct 2007 16:41:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 23804 invoked by uid 99); 16 Oct 2007 16:41:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2007 09:41:11 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2007 16:41:23 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 2755B59F71 for <[email protected]>; Tue, 16 Oct 2007 16:40:55 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Tue, 16 Oct 2007 16:40:55 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "ComposerProposal" by PaulHammant X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by PaulHammant: http://wiki.apache.org/incubator/ComposerProposal ------------------------------------------------------------------------------ * Leo Simons * Gregory Joseph * Mike Hogan + * Thomas Heller == Sponsor == We kindly request the Incubator PMC to accept sponsorship for this proposal. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Oct 16 17:05:22 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95653 invoked from network); 16 Oct 2007 17:05:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 16 Oct 2007 17:05:21 -0000 Received: (qmail 52736 invoked by uid 500); 16 Oct 2007 17:05:09 -0000 Delivered-To: [email protected] Received: (qmail 52697 invoked by uid 500); 16 Oct 2007 17:05:09 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 52686 invoked by uid 500); 16 Oct 2007 17:05:09 -0000 Delivered-To: [email protected] Received: (qmail 52683 invoked by uid 99); 16 Oct 2007 17:05:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2007 10:05:09 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2007 17:05:21 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D1CB01A9832; Tue, 16 Oct 2007 10:04:55 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r585199 - in /incubator/public/trunk: site-author/projects/tuscany.xml site-publish/projects/tuscany.html Date: Tue, 16 Oct 2007 17:04:50 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: lresende Date: Tue Oct 16 10:04:38 2007 New Revision: 585199 URL: http://svn.apache.org/viewvc?rev=585199&view=rev Log: Adding Amita to the committer list Modified: incubator/public/trunk/site-author/projects/tuscany.xml incubator/public/trunk/site-publish/projects/tuscany.html Modified: incubator/public/trunk/site-author/projects/tuscany.xml URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-author/projects/tuscany.xml?rev=585199&r1=585198&r2=585199&view=diff ============================================================================== --- incubator/public/trunk/site-author/projects/tuscany.xml (original) +++ incubator/public/trunk/site-author/projects/tuscany.xml Tue Oct 16 10:04:38 2007 @@ -18,6 +18,7 @@ <section id="News"> <title>News</title> <ul> + <li>2007-10-08 Vote to add Amita Vadhavkar as a new committer</li> <li>2007-10-06 Java DAS Beta2 released</li> <li>2007-09-24 Java SCA 1.0 released</li> <li>2007-09-19 Vote to add Simon Nash as a new committer</li> @@ -116,15 +117,19 @@ </tr> <tr> <td>.</td> - <td>Paul Fremantle (pzf)</td> + <td>Paul Fremantle (pzf)</td> </tr> <tr> <td>.</td> - <td>Matthieu Riou (mriou)</td> + <td>Matthieu Riou (mriou)</td> </tr> <tr> <td>Committers</td> <td>Adriano Crestani (adrianocrestani)</td> + </tr> + <tr> + <td>.</td> + <td>Amita Vadhavkar (amita)</td> </tr> <tr> <td>.</td> Modified: incubator/public/trunk/site-publish/projects/tuscany.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/tuscany.html?rev=585199&r1=585198&r2=585199&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/tuscany.html (original) +++ incubator/public/trunk/site-publish/projects/tuscany.html Tue Oct 16 10:04:38 2007 @@ -114,6 +114,7 @@ </h2> <div class="section-content"> <ul> + <li>2007-10-08 Vote to add Amita Vadhavkar as a new committer</li> <li>2007-10-06 Java DAS Beta2 released</li> <li>2007-09-24 Java SCA 1.0 released</li> <li>2007-09-19 Vote to add Simon Nash as a new committer</li> @@ -214,15 +215,19 @@ </tr> <tr> <td>.</td> - <td>Paul Fremantle (pzf)</td> + <td>Paul Fremantle (pzf)</td> </tr> <tr> <td>.</td> - <td>Matthieu Riou (mriou)</td> + <td>Matthieu Riou (mriou)</td> </tr> <tr> <td>Committers</td> <td>Adriano Crestani (adrianocrestani)</td> + </tr> + <tr> + <td>.</td> + <td>Amita Vadhavkar (amita)</td> </tr> <tr> <td>.</td> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Oct 17 15:41:02 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45684 invoked from network); 17 Oct 2007 15:41:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Oct 2007 15:41:02 -0000 Received: (qmail 99300 invoked by uid 500); 17 Oct 2007 15:40:50 -0000 Delivered-To: [email protected] Received: (qmail 99243 invoked by uid 500); 17 Oct 2007 15:40:49 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 27210 invoked by uid 500); 17 Oct 2007 08:37:11 -0000 Delivered-To: [email protected] X-ASF-Spam-Status: No, hits=-99.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r585411 - in /incubator/public/trunk: site-author/ip-clearance/mina-asyncweb.xml site-author/ip-clearance/mina-keepalive.xml site-publish/ip-clearance/mina-asyncweb.html site-publish/ip-clearance/mina-keepalive.html Date: Wed, 17 Oct 2007 08:36:20 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: trustin Date: Wed Oct 17 01:36:20 2007 New Revision: 585411 URL: http://svn.apache.org/viewvc?rev=585411&view=rev Log: Added IP clearance reports for AsyncWeb and KeepAliveFilters.zip Added: incubator/public/trunk/site-author/ip-clearance/mina-asyncweb.xml (with props) incubator/public/trunk/site-author/ip-clearance/mina-keepalive.xml (with props) incubator/public/trunk/site-publish/ip-clearance/mina-asyncweb.html (with props) incubator/public/trunk/site-publish/ip-clearance/mina-keepalive.html (with props) Added: incubator/public/trunk/site-author/ip-clearance/mina-asyncweb.xml URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-author/ip-clearance/mina-asyncweb.xml?rev=585411&view=auto ============================================================================== --- incubator/public/trunk/site-author/ip-clearance/mina-asyncweb.xml (added) +++ incubator/public/trunk/site-author/ip-clearance/mina-asyncweb.xml Wed Oct 17 01:36:20 2007 @@ -0,0 +1,140 @@ +<?xml version="1.0" encoding="UTF-8"?> +<document> + <properties> + <title>AsyncWeb Software Codebase Intellectual Property (IP) Clearance Status</title> + </properties> + <body> + <section id="AsyncWeb+Software+Codebase+Intellectual+Property+%28IP%29+Clearance+Status"> + <title>AsyncWeb Software Codebase Intellectual Property (IP) Clearance Status</title> + </section> + <section id="Description"> + <title>Description</title> + <p>AsyncWeb is a HTTP server implementation based on the Apache MINA network application framework. It provides non-blocking asynchronous implementation of HTTP.</p> + </section> + <section id="Project+info"> + <title>Project info</title> + <ul> + <li>The MINA PMC will be responsible for this code.</li> + </ul> + <ul> + <li>The code will be imported into MINA</li> + </ul> + <ul> + <li>Trustin Lee is managing the donation.</li> + </ul> + <p> + <em>Completed tasks are shown by the completion date (YYYY-MM-dd).</em> + </p> + <section id="Identify+the+codebase"> + <title>Identify the codebase</title> + <table> + <tr> + <td>2007-10-17</td> + <td>https://svn.safehaus.org/repos/asyncweb/trunk/</td> + </tr> + <tr> + <td>2006-10-17</td> + <td>http://people.apache.org/~trustin/asyncweb/</td> + </tr> + <tr> + <td>Apache AsyncWeb</td> + <td>If applicable, make sure that any associated name does not + already exist and is not already trademarked for an existing software + product.</td> + </tr> + <tr> + <td>SHA1 sum of http://people.apache.org/~trustin/asyncweb/asyncweb.tar.bz2</td> + <td>SHA1 (asyncweb.tar.bz2) = 27908c7f7bd70a9136583acd3ac5d2fc004234e7</td> + </tr> + <tr> + <td>MD5 sum of http://people.apache.org/~trustin/asyncweb/asyncweb.tar.bz2</td> + <td>MD5 (asyncweb.tar.bz2) = c26dfb14edb200876ae19f81e9e389ba</td> + </tr> + </table> + <p> + We will be importing the subversion repository. + </p> + <section id="Copyright"> + <title>Copyright</title> + <table> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>2007-10-17</td> + <td>Check and make sure that the papers that transfer rights to + the ASF been received. It is only necessary to transfer + rights for the package, the core code, and any new code + produced by the project.</td> + </tr> + <tr> + <td>2007-10-17</td> + <td>Check and make sure that the files that have been donated + have been updated to reflect the new ASF copyright.</td> + </tr> + </table> + <p> +Identify name recorded for software grant: <em>AsyncWeb Software</em> + </p> + </section> + <section id="Verify+distribution+rights"> + <title>Verify distribution rights</title> + <p> +Corporations and individuals holding existing distribution rights: + </p> + <ul> + <li>It is presently distributed under the Apache License, Version 2.0. <em>Everyone</em> not in violation of that license has distribution rights.</li> + <li>Contributions have been made by trustin and dirving</li> + </ul> + <table> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>2007-10-17</td> + <td>Check that all active committers have a signed CLA on + record.</td> + </tr> + <tr> + <td>2007-10-17</td> + <td>Remind active committers that they are responsible for + ensuring that a Corporate CLA is recorded if such is + required to authorize their contributions under their + individual CLA.</td> + </tr> + <tr> + <td>2007-10-17</td> + <td>Check and make sure that for all items included with the + distribution that is not under the Apache license, we have + the right to combine with Apache-licensed code and + redistribute.</td> + </tr> + <tr> + <td>2007-10-17</td> + <td>Check and make sure that all items depended upon by the + project is covered by one or more of the following approved + licenses: Apache, BSD, Artistic, MIT/X, MIT/W3C, MPL 1.1, or + something with essentially the same terms.</td> + </tr> + </table> + <p>Generally, the result of checking off these items will be a + Software Grant, CLA, and Corporate CLA for ASF licensed code, + which must have no dependencies upon items whose licenses that + are incompatible with the Apache License.</p> + </section> + </section> + <section id="Organizational+acceptance+of+responsibility+for+the+project"> + <title>Organizational acceptance of responsibility for the project +</title> + <p> +Related VOTEs: + </p> + <ul> + <li><em><a href="http://www.nabble.com/-VOTE--Import-AsyncWeb-from-Safehaus-to-MINA-tf4525130s16868.html">vote on mina-dev</a></em></li> + </ul> + </section> + </section> + </body> +</document> Propchange: incubator/public/trunk/site-author/ip-clearance/mina-asyncweb.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/public/trunk/site-author/ip-clearance/mina-asyncweb.xml ------------------------------------------------------------------------------ svn:keywords = Rev Date Propchange: incubator/public/trunk/site-author/ip-clearance/mina-asyncweb.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Added: incubator/public/trunk/site-author/ip-clearance/mina-keepalive.xml URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-author/ip-clearance/mina-keepalive.xml?rev=585411&view=auto ============================================================================== --- incubator/public/trunk/site-author/ip-clearance/mina-keepalive.xml (added) +++ incubator/public/trunk/site-author/ip-clearance/mina-keepalive.xml Wed Oct 17 01:36:20 2007 @@ -0,0 +1,136 @@ +<?xml version="1.0" encoding="UTF-8"?> +<document> + <properties> + <title>KeepAliveFilters.zip Codebase Intellectual Property (IP) Clearance Status</title> + </properties> + <body> + <section id="KeepAliveFilters+zip+Codebase+Intellectual+Property+%28IP%29+Clearance+Status"> + <title>KeepAliveFilters.zip Codebase Intellectual Property (IP) Clearance Status</title> + </section> + <section id="Description"> + <title>Description</title> + <p>KeepAliveFilters.zip contains just 5 extension classes for Apache MINA that sends keep-alive messages.</p> + </section> + <section id="Project+info"> + <title>Project info</title> + <ul> + <li>The MINA PMC will be responsible for this code.</li> + </ul> + <ul> + <li>The code will be imported into MINA</li> + </ul> + <ul> + <li>Trustin Lee is managing the donation.</li> + </ul> + <p> + <em>Completed tasks are shown by the completion date (YYYY-MM-dd).</em> + </p> + <section id="Identify+the+codebase"> + <title>Identify the codebase</title> + <table> + <tr> + <td>2007-10-17</td> + <td>http://issues.apache.org/jira/secure/attachment/12352063/KeepAliveFilters.zip</td> + </tr> + <tr> + <td>Package name: org.apache.mina.filter.keepalive</td> + <td>If applicable, make sure that any associated name does not + already exist and is not already trademarked for an existing software + product.</td> + </tr> + <tr> + <td>SHA1 sum of http://issues.apache.org/jira/secure/attachment/12352063/KeepAliveFilters.zip</td> + <td>SHA1 (KeepAliveFilters.zip) = 14fdd3d3a177e04a086214113faf234d90105107</td> + </tr> + <tr> + <td>MD5 sum of http://issues.apache.org/jira/secure/attachment/12352063/KeepAliveFilters.zip</td> + <td>MD5 (KeepAliveFilters.zip) = e6853127e69341fd7e19c4a936174506</td> + </tr> + </table> + <p> + We will be importing the subversion repository. + </p> + <section id="Copyright"> + <title>Copyright</title> + <table> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>2007-10-17</td> + <td>Check and make sure that the papers that transfer rights to + the ASF been received. It is only necessary to transfer + rights for the package, the core code, and any new code + produced by the project.</td> + </tr> + <tr> + <td>2007-10-17</td> + <td>Check and make sure that the files that have been donated + have been updated to reflect the new ASF copyright. - <strong>There's no copyright header in the source code. However, the contributor already agreed to license for includion in ASF works by attaching the file to the ASF JIRA.</strong></td> + </tr> + </table> + <p> +Identify name recorded for software grant: <em>KeepAliveFilters.zip</em> + </p> + </section> + <section id="Verify+distribution+rights"> + <title>Verify distribution rights</title> + <p> +Corporations and individuals holding existing distribution rights: + </p> + <ul> + <li><strong>KeepAliveFilters.zip has been attached to <a href="http://issues.apache.org/jira/browse/DIRMINA-354">a JIRA issue</a> checked with 'Licensed for inclusion in ASF works. Therefore, it effectively means that the author of the code agreed with donation.</strong> Consequently, <em>everyone</em> not in violation of the Apache Software License 2.0 has distribution rights.</li> + <li>Contributions have been made by Eero Nevalainen</li> + </ul> + <table> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>2007-10-17</td> + <td>Check that all active committers have a signed CLA on + record.</td> + </tr> + <tr> + <td>2007-10-17</td> + <td>Remind active committers that they are responsible for + ensuring that a Corporate CLA is recorded if such is + required to authorize their contributions under their + individual CLA.</td> + </tr> + <tr> + <td>2007-10-17</td> + <td>Check and make sure that for all items included with the + distribution that is not under the Apache license, we have + the right to combine with Apache-licensed code and + redistribute.</td> + </tr> + <tr> + <td>2007-10-17</td> + <td>Check and make sure that all items depended upon by the + project is covered by one or more of the following approved + licenses: Apache, BSD, Artistic, MIT/X, MIT/W3C, MPL 1.1, or + something with essentially the same terms.</td> + </tr> + </table> + <p>Generally, the result of checking off these items will be a + Software Grant, CLA, and Corporate CLA for ASF licensed code, + which must have no dependencies upon items whose licenses that + are incompatible with the Apache License.</p> + </section> + </section> + <section id="Organizational+acceptance+of+responsibility+for+the+project"> + <title>Organizational acceptance of responsibility for the project +</title> + <p> +Related VOTEs: + </p> + <ul> + <li><em><a href="http://www.nabble.com/-VOTE--Import-KeepAlive-functionality-contribution-under-MINA-PMC-tf4525278s16868.html">vote on mina-dev</a></em></li> + </ul> + </section> + </section> + </body> +</document> Propchange: incubator/public/trunk/site-author/ip-clearance/mina-keepalive.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/public/trunk/site-author/ip-clearance/mina-keepalive.xml ------------------------------------------------------------------------------ svn:keywords = Rev Date Propchange: incubator/public/trunk/site-author/ip-clearance/mina-keepalive.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Added: incubator/public/trunk/site-publish/ip-clearance/mina-asyncweb.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/mina-asyncweb.html?rev=585411&view=auto ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/mina-asyncweb.html (added) +++ incubator/public/trunk/site-publish/ip-clearance/mina-asyncweb.html Wed Oct 17 01:36:20 2007 @@ -0,0 +1,295 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> + <link rel="stylesheet" href="/style/style.css" type="text/css" /> + <title>AsyncWeb Software Codebase Intellectual Property (IP) Clearance Status - Apache Incubator</title> + </head> + <body> + <table border="0" width="100%" cellspacing="0"> + <tr><!-- SITE BANNER AND PROJECT IMAGE --> + <td align="left" valign="top"> +<a href="http://www.apache.org/"><img src="/images/asf_logo_wide.gif" alt="The Apache Software Foundation" border="0"/></a> +</td> +<td align="right"> +<a href="http://incubator.apache.org/"><img src="../images/apache-incubator-logo.png" alt="Apache Incubator" border="0"/></a> +</td> + </tr> + </table> + <table border="0" width="100%" cellspacing="4"> + <tr><td colspan="3"><hr noshade="noshade" size="1"/></td></tr> + <tr> + <!-- LEFT SIDE NAVIGATION --> + <td valign="top" nowrap="nowrap" class="navleft"> + <div class="menuheader"><a +href="http://www.apache.org/foundation/glossary.html#Podling">Podlings (What's that?)</a></div> + <menu compact="compact"> + <li><a href="/incubation/Incubation_Policy.html">How? (Policy)</a></li> + <li><a href="/incubation/Roles_and_Responsibilities.html">Who? (Roles)</a></li> + <li><a href="/incubation/Process_Description.html">When? (Process)</a></li> + </menu> + <div class="menuheader"><a +href="/guides/index.html">Entry Guides</a></div> + <menu compact="compact"> + <li><a href="/guides/proposal.html">Proposal Guide</a></li> + </menu> + <div class="menuheader"><a +href="/guides/index.html">Podling Guides</a></div> + <menu compact="compact"> + <li><a href="/guides/committer.html">Podling Committers</a></li> + <li><a href="/guides/ppmc.html">Podling PMC (PPMC)</a></li> + <li><a href="/guides/projects.html">Podling Mentor</a></li> + <li><a href="/guides/releasemanagement.html">Podling Releases</a></li> + <li><a href="/guides/branding.html">Podling Branding</a></li> + <li><a href="/guides/sites.html">Podling Websites</a></li> + <li><a href="/guides/graduation.html">Graduation</a></li> + </menu> + <div class="menuheader"><a +href="/ip-clearance/index.html">IP Clearance</a></div> + <menu compact="compact"> + </menu> + <div class="menuheader"><a +href="/whoweare.html">Who We Are</a></div> + <menu compact="compact"> + </menu> + <div class="menuheader"><a +href="http://www.apache.org">ASF</a></div> + <menu compact="compact"> + <li><a href="http://www.apache.org/foundation/how-it-works.html">How Apache Works</a></li> + <li><a href="http://www.apache.org/dev/">Developer Documentation</a></li> + <li><a href="http://www.apache.org/foundation/">Foundation</a></li> + </menu> + <div class="menuheader">Other Guides</div> + <menu compact="compact"> + <li><a href="/guides/participation.html">Participation</a></li> + <li><a href="/faq.html">General FAQ</a></li> + <li><a href="/guides/pmc.html">PMC</a> (<a href="/guides/chair.html">Chair</a>)</li> + <li><a href="/guides/lists.html">Mailing Lists</a></li> + <li><a href="/guides/website.html">Incubator Website</a></li> + </menu> + <div class="menuheader"><a +href="http://wiki.apache.org/incubator">Wiki</a></div> + <menu compact="compact"> + </menu> + + <!-- start Ads Server --> + <iframe src="http://www.apache.org/ads/buttonbar.html" + style="border-width:0; float: left" frameborder="0" scrolling="no" + width="135" height="265"></iframe> + <!-- end Ads Server --> + </td> + <!-- CONTENT --> + <td align="left" valign="top" class="content"> + <h2><img src="/images/redarrow.gif" /> + <a name="AsyncWeb+Software+Codebase+Intellectual+Property+%28IP%29+Clearance+Status">AsyncWeb Software Codebase Intellectual Property (IP) Clearance Status</a> +</h2> +<div class="section-content"> +</div> + <h2><img src="/images/redarrow.gif" /> + <a name="Description">Description</a> +</h2> +<div class="section-content"> +<p>AsyncWeb is a HTTP server implementation based on the Apache MINA network application framework. It provides non-blocking asynchronous implementation of HTTP.</p> +</div> + <h2><img src="/images/redarrow.gif" /> + <a name="Project+info">Project info</a> +</h2> +<div class="section-content"> +<ul> + <li>The MINA PMC will be responsible for this code.</li> + </ul> +<ul> + <li>The code will be imported into MINA</li> + </ul> +<ul> + <li>Trustin Lee is managing the donation.</li> + </ul> +<p> + <em>Completed tasks are shown by the completion date (YYYY-MM-dd).</em> + </p> +<h3> + <a name="Identify+the+codebase">Identify the codebase</a> +</h3> +<div class="section-content"> +<table class="colortable" width="100%"> + <tr> + <td>2007-10-17</td> + <td>https://svn.safehaus.org/repos/asyncweb/trunk/</td> + </tr> + <tr> + <td>2006-10-17</td> + <td>http://people.apache.org/~trustin/asyncweb/</td> + </tr> + <tr> + <td>Apache AsyncWeb</td> + <td>If applicable, make sure that any associated name does not + already exist and is not already trademarked for an existing software + product.</td> + </tr> + <tr> + <td>SHA1 sum of http://people.apache.org/~trustin/asyncweb/asyncweb.tar.bz2</td> + <td>SHA1 (asyncweb.tar.bz2) = 27908c7f7bd70a9136583acd3ac5d2fc004234e7</td> + </tr> + <tr> + <td>MD5 sum of http://people.apache.org/~trustin/asyncweb/asyncweb.tar.bz2</td> + <td>MD5 (asyncweb.tar.bz2) = c26dfb14edb200876ae19f81e9e389ba</td> + </tr> + </table> +<p> + We will be importing the subversion repository. + </p> +<h4> + <a name="Copyright">Copyright</a> +</h4> +<div class="section-content"> +<table class="colortable" width="100%"> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>2007-10-17</td> + <td>Check and make sure that the papers that transfer rights to + the ASF been received. It is only necessary to transfer + rights for the package, the core code, and any new code + produced by the project.</td> + </tr> + <tr> + <td>2007-10-17</td> + <td>Check and make sure that the files that have been donated + have been updated to reflect the new ASF copyright.</td> + </tr> + </table> +<p> +Identify name recorded for software grant: <em>AsyncWeb Software</em> + </p> +</div> +<h4> + <a name="Verify+distribution+rights">Verify distribution rights</a> +</h4> +<div class="section-content"> +<p> +Corporations and individuals holding existing distribution rights: + </p> +<ul> + <li>It is presently distributed under the Apache License, Version 2.0. <em>Everyone</em> not in violation of that license has distribution rights.</li> + <li>Contributions have been made by trustin and dirving</li> + </ul> +<table class="colortable" width="100%"> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>2007-10-17</td> + <td>Check that all active committers have a signed CLA on + record.</td> + </tr> + <tr> + <td>2007-10-17</td> + <td>Remind active committers that they are responsible for + ensuring that a Corporate CLA is recorded if such is + required to authorize their contributions under their + individual CLA.</td> + </tr> + <tr> + <td>2007-10-17</td> + <td>Check and make sure that for all items included with the + distribution that is not under the Apache license, we have + the right to combine with Apache-licensed code and + redistribute.</td> + </tr> + <tr> + <td>2007-10-17</td> + <td>Check and make sure that all items depended upon by the + project is covered by one or more of the following approved + licenses: Apache, BSD, Artistic, MIT/X, MIT/W3C, MPL 1.1, or + something with essentially the same terms.</td> + </tr> + </table> +<p>Generally, the result of checking off these items will be a + Software Grant, CLA, and Corporate CLA for ASF licensed code, + which must have no dependencies upon items whose licenses that + are incompatible with the Apache License.</p> +</div> +</div> +<h3> + <a name="Organizational+acceptance+of+responsibility+for+the+project">Organizational acceptance of responsibility for the project +</a> +</h3> +<div class="section-content"> +<p> +Related VOTEs: + </p> +<ul> + <li><em><a href="http://www.nabble.com/-VOTE--Import-AsyncWeb-from-Safehaus-to-MINA-tf4525130s16868.html">vote on mina-dev</a></em></li> + </ul> +</div> +</div> + </td> + <!-- RIGHT SIDE NAVIGATION --> + <td valign="top" nowrap="nowrap" class="navright"> + <div class="menuheader"><a +href="/projects/index.html">Projects</a></div> + <menu compact="compact"> + <li><a href="/projects/abdera.html">Abdera</a></li> + <li><a href="/projects/cxf.html">CXF</a></li> + <li><a href="/projects/ftpserver.html">FtpServer</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> + <li><a href="/projects/juice.html">JuiCE</a></li> + <li><a href="/projects/lokahi.html">Lokahi</a></li> + <li><a href="/projects/log4php.html">Log4php</a></li> + <li><a href="/projects/lucene.net.html">Lucene.Net</a></li> + <li><a href="/projects/nmaven.html">NMaven</a></li> + <li><a href="/projects/qpid.html">Qpid</a></li> + <li><a href="/projects/rcf.html">RCF</a></li> + <li><a href="/projects/river.html">River</a></li> + <li><a href="/projects/sanselan.html">Sanselan</a></li> + <li><a href="/projects/servicemix.html">ServiceMix</a></li> + <li><a href="/projects/sling.html">Sling</a></li> + <li><a href="/projects/stdcxx.html">stdcxx</a></li> + <li><a href="/projects/tika.html">Tika</a></li> + <li><a href="/projects/triplesoup.html">TripleSoup</a></li> + <li><a href="/projects/tuscany.html">Tuscany</a></li> + <li><a href="/projects/uima.html">UIMA</a></li> + <li><a href="/projects/woden.html">Woden</a></li> + <li><a href="/projects/wsrp4j.html">WSRP4J</a></li> + <li><a href="/projects/xap.html">XAP</a></li> + <li><a href="/projects/yoko.html">Yoko</a></li> + </menu> + +<form action="http://www.google.com/search" method="get"> + <input value="incubator.apache.org" name="sitesearch" type="hidden"/> + <input size="8" name="q" id="query" type="text" value="search..." + onclick="if(this.value == 'search...') {this.value = ''}"/> + <input name="Search" value="Go" type="submit"/> +</form> + </td> + </tr> + <!-- FOOTER --> + <tr><td colspan="3"><hr noshade="noshade" size="1"/></td></tr> + <tr><td colspan="3" class="footer"> + Copyright &#169; 1999-2007, The Apache Software Foundation<br /> +Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. + </td> + </tr> + </table> + </body> +</html> Propchange: incubator/public/trunk/site-publish/ip-clearance/mina-asyncweb.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/public/trunk/site-publish/ip-clearance/mina-asyncweb.html ------------------------------------------------------------------------------ svn:keywords = Rev Date Propchange: incubator/public/trunk/site-publish/ip-clearance/mina-asyncweb.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: incubator/public/trunk/site-publish/ip-clearance/mina-keepalive.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/mina-keepalive.html?rev=585411&view=auto ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/mina-keepalive.html (added) +++ incubator/public/trunk/site-publish/ip-clearance/mina-keepalive.html Wed Oct 17 01:36:20 2007 @@ -0,0 +1,291 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> + <link rel="stylesheet" href="/style/style.css" type="text/css" /> + <title>KeepAliveFilters.zip Codebase Intellectual Property (IP) Clearance Status - Apache Incubator</title> + </head> + <body> + <table border="0" width="100%" cellspacing="0"> + <tr><!-- SITE BANNER AND PROJECT IMAGE --> + <td align="left" valign="top"> +<a href="http://www.apache.org/"><img src="/images/asf_logo_wide.gif" alt="The Apache Software Foundation" border="0"/></a> +</td> +<td align="right"> +<a href="http://incubator.apache.org/"><img src="../images/apache-incubator-logo.png" alt="Apache Incubator" border="0"/></a> +</td> + </tr> + </table> + <table border="0" width="100%" cellspacing="4"> + <tr><td colspan="3"><hr noshade="noshade" size="1"/></td></tr> + <tr> + <!-- LEFT SIDE NAVIGATION --> + <td valign="top" nowrap="nowrap" class="navleft"> + <div class="menuheader"><a +href="http://www.apache.org/foundation/glossary.html#Podling">Podlings (What's that?)</a></div> + <menu compact="compact"> + <li><a href="/incubation/Incubation_Policy.html">How? (Policy)</a></li> + <li><a href="/incubation/Roles_and_Responsibilities.html">Who? (Roles)</a></li> + <li><a href="/incubation/Process_Description.html">When? (Process)</a></li> + </menu> + <div class="menuheader"><a +href="/guides/index.html">Entry Guides</a></div> + <menu compact="compact"> + <li><a href="/guides/proposal.html">Proposal Guide</a></li> + </menu> + <div class="menuheader"><a +href="/guides/index.html">Podling Guides</a></div> + <menu compact="compact"> + <li><a href="/guides/committer.html">Podling Committers</a></li> + <li><a href="/guides/ppmc.html">Podling PMC (PPMC)</a></li> + <li><a href="/guides/projects.html">Podling Mentor</a></li> + <li><a href="/guides/releasemanagement.html">Podling Releases</a></li> + <li><a href="/guides/branding.html">Podling Branding</a></li> + <li><a href="/guides/sites.html">Podling Websites</a></li> + <li><a href="/guides/graduation.html">Graduation</a></li> + </menu> + <div class="menuheader"><a +href="/ip-clearance/index.html">IP Clearance</a></div> + <menu compact="compact"> + </menu> + <div class="menuheader"><a +href="/whoweare.html">Who We Are</a></div> + <menu compact="compact"> + </menu> + <div class="menuheader"><a +href="http://www.apache.org">ASF</a></div> + <menu compact="compact"> + <li><a href="http://www.apache.org/foundation/how-it-works.html">How Apache Works</a></li> + <li><a href="http://www.apache.org/dev/">Developer Documentation</a></li> + <li><a href="http://www.apache.org/foundation/">Foundation</a></li> + </menu> + <div class="menuheader">Other Guides</div> + <menu compact="compact"> + <li><a href="/guides/participation.html">Participation</a></li> + <li><a href="/faq.html">General FAQ</a></li> + <li><a href="/guides/pmc.html">PMC</a> (<a href="/guides/chair.html">Chair</a>)</li> + <li><a href="/guides/lists.html">Mailing Lists</a></li> + <li><a href="/guides/website.html">Incubator Website</a></li> + </menu> + <div class="menuheader"><a +href="http://wiki.apache.org/incubator">Wiki</a></div> + <menu compact="compact"> + </menu> + + <!-- start Ads Server --> + <iframe src="http://www.apache.org/ads/buttonbar.html" + style="border-width:0; float: left" frameborder="0" scrolling="no" + width="135" height="265"></iframe> + <!-- end Ads Server --> + </td> + <!-- CONTENT --> + <td align="left" valign="top" class="content"> + <h2><img src="/images/redarrow.gif" /> + <a name="KeepAliveFilters+zip+Codebase+Intellectual+Property+%28IP%29+Clearance+Status">KeepAliveFilters.zip Codebase Intellectual Property (IP) Clearance Status</a> +</h2> +<div class="section-content"> +</div> + <h2><img src="/images/redarrow.gif" /> + <a name="Description">Description</a> +</h2> +<div class="section-content"> +<p>KeepAliveFilters.zip contains just 5 extension classes for Apache MINA that sends keep-alive messages.</p> +</div> + <h2><img src="/images/redarrow.gif" /> + <a name="Project+info">Project info</a> +</h2> +<div class="section-content"> +<ul> + <li>The MINA PMC will be responsible for this code.</li> + </ul> +<ul> + <li>The code will be imported into MINA</li> + </ul> +<ul> + <li>Trustin Lee is managing the donation.</li> + </ul> +<p> + <em>Completed tasks are shown by the completion date (YYYY-MM-dd).</em> + </p> +<h3> + <a name="Identify+the+codebase">Identify the codebase</a> +</h3> +<div class="section-content"> +<table class="colortable" width="100%"> + <tr> + <td>2007-10-17</td> + <td>http://issues.apache.org/jira/secure/attachment/12352063/KeepAliveFilters.zip</td> + </tr> + <tr> + <td>Package name: org.apache.mina.filter.keepalive</td> + <td>If applicable, make sure that any associated name does not + already exist and is not already trademarked for an existing software + product.</td> + </tr> + <tr> + <td>SHA1 sum of http://issues.apache.org/jira/secure/attachment/12352063/KeepAliveFilters.zip</td> + <td>SHA1 (KeepAliveFilters.zip) = 14fdd3d3a177e04a086214113faf234d90105107</td> + </tr> + <tr> + <td>MD5 sum of http://issues.apache.org/jira/secure/attachment/12352063/KeepAliveFilters.zip</td> + <td>MD5 (KeepAliveFilters.zip) = e6853127e69341fd7e19c4a936174506</td> + </tr> + </table> +<p> + We will be importing the subversion repository. + </p> +<h4> + <a name="Copyright">Copyright</a> +</h4> +<div class="section-content"> +<table class="colortable" width="100%"> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>2007-10-17</td> + <td>Check and make sure that the papers that transfer rights to + the ASF been received. It is only necessary to transfer + rights for the package, the core code, and any new code + produced by the project.</td> + </tr> + <tr> + <td>2007-10-17</td> + <td>Check and make sure that the files that have been donated + have been updated to reflect the new ASF copyright. - <strong>There's no copyright header in the source code. However, the contributor already agreed to license for includion in ASF works by attaching the file to the ASF JIRA.</strong></td> + </tr> + </table> +<p> +Identify name recorded for software grant: <em>KeepAliveFilters.zip</em> + </p> +</div> +<h4> + <a name="Verify+distribution+rights">Verify distribution rights</a> +</h4> +<div class="section-content"> +<p> +Corporations and individuals holding existing distribution rights: + </p> +<ul> + <li><strong>KeepAliveFilters.zip has been attached to <a href="http://issues.apache.org/jira/browse/DIRMINA-354">a JIRA issue</a> checked with 'Licensed for inclusion in ASF works. Therefore, it effectively means that the author of the code agreed with donation.</strong> Consequently, <em>everyone</em> not in violation of the Apache Software License 2.0 has distribution rights.</li> + <li>Contributions have been made by Eero Nevalainen</li> + </ul> +<table class="colortable" width="100%"> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>2007-10-17</td> + <td>Check that all active committers have a signed CLA on + record.</td> + </tr> + <tr> + <td>2007-10-17</td> + <td>Remind active committers that they are responsible for + ensuring that a Corporate CLA is recorded if such is + required to authorize their contributions under their + individual CLA.</td> + </tr> + <tr> + <td>2007-10-17</td> + <td>Check and make sure that for all items included with the + distribution that is not under the Apache license, we have + the right to combine with Apache-licensed code and + redistribute.</td> + </tr> + <tr> + <td>2007-10-17</td> + <td>Check and make sure that all items depended upon by the + project is covered by one or more of the following approved + licenses: Apache, BSD, Artistic, MIT/X, MIT/W3C, MPL 1.1, or + something with essentially the same terms.</td> + </tr> + </table> +<p>Generally, the result of checking off these items will be a + Software Grant, CLA, and Corporate CLA for ASF licensed code, + which must have no dependencies upon items whose licenses that + are incompatible with the Apache License.</p> +</div> +</div> +<h3> + <a name="Organizational+acceptance+of+responsibility+for+the+project">Organizational acceptance of responsibility for the project +</a> +</h3> +<div class="section-content"> +<p> +Related VOTEs: + </p> +<ul> + <li><em><a href="http://www.nabble.com/-VOTE--Import-KeepAlive-functionality-contribution-under-MINA-PMC-tf4525278s16868.html">vote on mina-dev</a></em></li> + </ul> +</div> +</div> + </td> + <!-- RIGHT SIDE NAVIGATION --> + <td valign="top" nowrap="nowrap" class="navright"> + <div class="menuheader"><a +href="/projects/index.html">Projects</a></div> + <menu compact="compact"> + <li><a href="/projects/abdera.html">Abdera</a></li> + <li><a href="/projects/cxf.html">CXF</a></li> + <li><a href="/projects/ftpserver.html">FtpServer</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> + <li><a href="/projects/juice.html">JuiCE</a></li> + <li><a href="/projects/lokahi.html">Lokahi</a></li> + <li><a href="/projects/log4php.html">Log4php</a></li> + <li><a href="/projects/lucene.net.html">Lucene.Net</a></li> + <li><a href="/projects/nmaven.html">NMaven</a></li> + <li><a href="/projects/qpid.html">Qpid</a></li> + <li><a href="/projects/rcf.html">RCF</a></li> + <li><a href="/projects/river.html">River</a></li> + <li><a href="/projects/sanselan.html">Sanselan</a></li> + <li><a href="/projects/servicemix.html">ServiceMix</a></li> + <li><a href="/projects/sling.html">Sling</a></li> + <li><a href="/projects/stdcxx.html">stdcxx</a></li> + <li><a href="/projects/tika.html">Tika</a></li> + <li><a href="/projects/triplesoup.html">TripleSoup</a></li> + <li><a href="/projects/tuscany.html">Tuscany</a></li> + <li><a href="/projects/uima.html">UIMA</a></li> + <li><a href="/projects/woden.html">Woden</a></li> + <li><a href="/projects/wsrp4j.html">WSRP4J</a></li> + <li><a href="/projects/xap.html">XAP</a></li> + <li><a href="/projects/yoko.html">Yoko</a></li> + </menu> + +<form action="http://www.google.com/search" method="get"> + <input value="incubator.apache.org" name="sitesearch" type="hidden"/> + <input size="8" name="q" id="query" type="text" value="search..." + onclick="if(this.value == 'search...') {this.value = ''}"/> + <input name="Search" value="Go" type="submit"/> +</form> + </td> + </tr> + <!-- FOOTER --> + <tr><td colspan="3"><hr noshade="noshade" size="1"/></td></tr> + <tr><td colspan="3" class="footer"> + Copyright &#169; 1999-2007, The Apache Software Foundation<br /> +Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. + </td> + </tr> + </table> + </body> +</html> Propchange: incubator/public/trunk/site-publish/ip-clearance/mina-keepalive.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/public/trunk/site-publish/ip-clearance/mina-keepalive.html ------------------------------------------------------------------------------ svn:keywords = Rev Date Propchange: incubator/public/trunk/site-publish/ip-clearance/mina-keepalive.html ------------------------------------------------------------------------------ svn:mime-type = text/html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Oct 17 19:43:45 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 69838 invoked from network); 17 Oct 2007 19:43:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 17 Oct 2007 19:43:45 -0000 Received: (qmail 85626 invoked by uid 500); 17 Oct 2007 19:43:33 -0000 Delivered-To: [email protected] Received: (qmail 85551 invoked by uid 500); 17 Oct 2007 19:43:32 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 85540 invoked by uid 500); 17 Oct 2007 19:43:32 -0000 Delivered-To: [email protected] Received: (qmail 85537 invoked by uid 99); 17 Oct 2007 19:43:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2007 12:43:32 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2007 19:43:43 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6B48E1A983A; Wed, 17 Oct 2007 12:42:53 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r585643 - in /incubator/public/trunk: site-author/incubation/Incubation_Policy.xml site-publish/incubation/Incubation_Policy.html Date: Wed, 17 Oct 2007 19:42:52 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: rdonkin Date: Wed Oct 17 12:42:51 2007 New Revision: 585643 URL: http://svn.apache.org/viewvc?rev=585643&view=rev Log: Moved post-graduation check list from policy into the guide. APPROVED: http://mail-archives.apache.org/mod_mbox/[email protected]%3e. JIRA INCUBATOR-55 see https://issues.apache.org/jira/browse/INCUBATOR-55. Modified: incubator/public/trunk/site-author/incubation/Incubation_Policy.xml incubator/public/trunk/site-publish/incubation/Incubation_Policy.html Modified: incubator/public/trunk/site-author/incubation/Incubation_Policy.xml URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-author/incubation/Incubation_Policy.xml?rev=585643&r1=585642&r2=585643&view=diff ============================================================================== --- incubator/public/trunk/site-author/incubation/Incubation_Policy.xml (original) +++ incubator/public/trunk/site-author/incubation/Incubation_Policy.xml Wed Oct 17 12:42:51 2007 @@ -682,120 +682,8 @@ <section id="Post-Graduation+Check+List"> <title>Post-Graduation Check List </title> - <p>The list below summarizes steps a project needs to perform after -graduation to move out of the Incubator. - - <strong>PPMC -</strong>refers to the old PPMC for the graduating project, - - <strong>PMC -</strong>refers to the new PMC under which the graduating project falls (this -might be the former PPMC for a new TLP), and - - <strong>Project -</strong>refers to the committers on the graduating project. - - </p> - <ul> - <li>Move svn repository from incubator to its new location - - <ul> - <li>PMC sends email to infrastructure@ and opens a JIRA issue requesting -that infrastructure move the svn repository. -</li> - <li>PMC updates the svn-authorization files to provide committers access -to the newly-named repositories. -</li> - <li>Project verifies all committers have commit access. -</li> - <li>Project removes incubator disclaimer notices. -</li> - </ul> - </li> - <li>Migrate web site - - <ul> - <li>PMC emails root@ and opens a JIRA issue requesting UNIX karma for -committers to access new location on people.apache.org. -</li> - <li>Project verifies all committers know how to and have karma to update -the new web site. -</li> - <li>Project checks out/deploys the files in the new location. -</li> - <li>PPMC redirects old incubator URL to the new one by editing -https://svn.apache.org/repos/asf/incubator/public/trunk/site-publish/.htaccess . -</li> - <li>Project verifies the redirect works, then deletes old stuff at -/www/incubator.apache.org/${PROJECT} . -</li> - <li>PPMC updates http://incubator.apache.org/projects/projectname.html -with graduation status and link to new website location. -</li> - </ul> - </li> - <li>Cleanup incubator - - <ul> - <li>PPMC updates http://incubator.apache.org/projects/index.html project -from "Currently Incubating" to "Successfully Incubated" table. -</li> - </ul> - </li> - <li>Update JIRA/Bugzilla - - <ul> - <li>PMC emails infrastructure@ requesting that information for the -project be updated. -</li> - </ul> - </li> - <li>Migrate mail lists: - - <ul> - <li>PMC sends email to infrastructure@ and opens a JIRA issue requesting -that the mailing lists and archives be migrated -</li> - </ul> - </li> - <li>If the graduating project wants to send out a press release, it must -be cleared with the PRC. -</li> - </ul> - <p>Additional steps for a TLP include: -</p> - <ul> - <li>A new TLP needs board approval. The PPMC creates a proposal including -a proposed PMC chair and sends that to the board. -</li> - <li>The ASF Chairman sends out an official notice that the board has -approved a new TLP. -</li> - <li>PMC may then notify infrastructure@ about the new TLP so they can add -DNS entries (and anything else). -</li> - <li>The mentor or other member updates www.apache.org to add a link to -the new TLP web site. -</li> - <li>The mentor or other member adds the new PMC to the board reporting -schedule (update the committee.txt file). -</li> - <li>The new TLP must send monthly board reports for three months after -approval. -</li> - </ul> - <p>Resources include: -</p> - <ul> - <li> - <a href="http://www.apache.org/dev/pmc.html">http://www.apache.org/dev/pmc.html -</a> - </li> - <li> - <a href="http://www.apache.org/dev/#pmc">http://www.apache.org/dev/#pmc -</a> - </li> - </ul> + <p>See <a href='/guides/graduation.html'>Graduation Guide</a>. + </p> </section> </section> <section id="Roles+in+the+Incubation+Process"> Modified: incubator/public/trunk/site-publish/incubation/Incubation_Policy.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/incubation/Incubation_Policy.html?rev=585643&r1=585642&r2=585643&view=diff ============================================================================== --- incubator/public/trunk/site-publish/incubation/Incubation_Policy.html (original) +++ incubator/public/trunk/site-publish/incubation/Incubation_Policy.html Wed Oct 17 12:42:51 2007 @@ -807,120 +807,8 @@ </a> </h3> <div class="section-content"> -<p>The list below summarizes steps a project needs to perform after -graduation to move out of the Incubator. - - <strong>PPMC -</strong>refers to the old PPMC for the graduating project, - - <strong>PMC -</strong>refers to the new PMC under which the graduating project falls (this -might be the former PPMC for a new TLP), and - - <strong>Project -</strong>refers to the committers on the graduating project. - - </p> -<ul> - <li>Move svn repository from incubator to its new location - - <ul> - <li>PMC sends email to infrastructure@ and opens a JIRA issue requesting -that infrastructure move the svn repository. -</li> - <li>PMC updates the svn-authorization files to provide committers access -to the newly-named repositories. -</li> - <li>Project verifies all committers have commit access. -</li> - <li>Project removes incubator disclaimer notices. -</li> - </ul> - </li> - <li>Migrate web site - - <ul> - <li>PMC emails root@ and opens a JIRA issue requesting UNIX karma for -committers to access new location on people.apache.org. -</li> - <li>Project verifies all committers know how to and have karma to update -the new web site. -</li> - <li>Project checks out/deploys the files in the new location. -</li> - <li>PPMC redirects old incubator URL to the new one by editing -https://svn.apache.org/repos/asf/incubator/public/trunk/site-publish/.htaccess . -</li> - <li>Project verifies the redirect works, then deletes old stuff at -/www/incubator.apache.org/${PROJECT} . -</li> - <li>PPMC updates http://incubator.apache.org/projects/projectname.html -with graduation status and link to new website location. -</li> - </ul> - </li> - <li>Cleanup incubator - - <ul> - <li>PPMC updates http://incubator.apache.org/projects/index.html project -from "Currently Incubating" to "Successfully Incubated" table. -</li> - </ul> - </li> - <li>Update JIRA/Bugzilla - - <ul> - <li>PMC emails infrastructure@ requesting that information for the -project be updated. -</li> - </ul> - </li> - <li>Migrate mail lists: - - <ul> - <li>PMC sends email to infrastructure@ and opens a JIRA issue requesting -that the mailing lists and archives be migrated -</li> - </ul> - </li> - <li>If the graduating project wants to send out a press release, it must -be cleared with the PRC. -</li> - </ul> -<p>Additional steps for a TLP include: -</p> -<ul> - <li>A new TLP needs board approval. The PPMC creates a proposal including -a proposed PMC chair and sends that to the board. -</li> - <li>The ASF Chairman sends out an official notice that the board has -approved a new TLP. -</li> - <li>PMC may then notify infrastructure@ about the new TLP so they can add -DNS entries (and anything else). -</li> - <li>The mentor or other member updates www.apache.org to add a link to -the new TLP web site. -</li> - <li>The mentor or other member adds the new PMC to the board reporting -schedule (update the committee.txt file). -</li> - <li>The new TLP must send monthly board reports for three months after -approval. -</li> - </ul> -<p>Resources include: -</p> -<ul> - <li> - <a href="http://www.apache.org/dev/pmc.html">http://www.apache.org/dev/pmc.html -</a> - </li> - <li> - <a href="http://www.apache.org/dev/#pmc">http://www.apache.org/dev/#pmc -</a> - </li> - </ul> +<p>See <a href="/guides/graduation.html">Graduation Guide</a>. + </p> </div> </div> <h2><img src="/images/redarrow.gif" /> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Sat Oct 20 13:58:24 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40368 invoked from network); 20 Oct 2007 13:58:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 20 Oct 2007 13:58:24 -0000 Received: (qmail 14900 invoked by uid 500); 20 Oct 2007 13:58:12 -0000 Delivered-To: [email protected] Received: (qmail 14856 invoked by uid 500); 20 Oct 2007 13:58:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 14845 invoked by uid 500); 20 Oct 2007 13:58:11 -0000 Delivered-To: [email protected] Received: (qmail 14842 invoked by uid 99); 20 Oct 2007 13:58:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Oct 2007 06:58:11 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Oct 2007 13:58:23 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 877531A9832; Sat, 20 Oct 2007 06:58:03 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r586721 - in /incubator/public/trunk: site-author/projects/tika.xml site-publish/projects/tika.html Date: Sat, 20 Oct 2007 13:58:03 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: bdelacretaz Date: Sat Oct 20 06:58:01 2007 New Revision: 586721 URL: http://svn.apache.org/viewvc?rev=586721&view=rev Log: added kbennett to the list of Tika committers Modified: incubator/public/trunk/site-author/projects/tika.xml incubator/public/trunk/site-publish/projects/tika.html Modified: incubator/public/trunk/site-author/projects/tika.xml URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-author/projects/tika.xml?rev=586721&r1=586720&r2=586721&view=diff ============================================================================== --- incubator/public/trunk/site-author/projects/tika.xml (original) +++ incubator/public/trunk/site-author/projects/tika.xml Sat Oct 20 06:58:01 2007 @@ -110,6 +110,11 @@ <td>jukka</td> <td>Jukka Zitting</td> </tr> + <tr> + <td></td> + <td>kbennett</td> + <td>Keith Bennett</td> + </tr> </table> </section> <section id="Incubation+status+reports"> Modified: incubator/public/trunk/site-publish/projects/tika.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/tika.html?rev=586721&r1=586720&r2=586721&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/tika.html (original) +++ incubator/public/trunk/site-publish/projects/tika.html Sat Oct 20 06:58:01 2007 @@ -210,6 +210,11 @@ <td>jukka</td> <td>Jukka Zitting</td> </tr> + <tr> + <td /> + <td>kbennett</td> + <td>Keith Bennett</td> + </tr> </table> </div> <h2><img src="/images/redarrow.gif" /> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 22 09:43:44 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 19580 invoked from network); 22 Oct 2007 09:43:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 22 Oct 2007 09:43:44 -0000 Received: (qmail 15289 invoked by uid 500); 22 Oct 2007 09:43:32 -0000 Delivered-To: [email protected] Received: (qmail 15230 invoked by uid 500); 22 Oct 2007 09:43:32 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 15219 invoked by uid 500); 22 Oct 2007 09:43:32 -0000 Delivered-To: [email protected] Received: (qmail 15216 invoked by uid 99); 22 Oct 2007 09:43:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2007 02:43:31 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2007 09:43:43 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 72A6F1A9832; Mon, 22 Oct 2007 02:42:53 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r587047 - in /incubator/public/trunk: site-author/incubation/Incubation_Policy.xml site-publish/incubation/Incubation_Policy.html Date: Mon, 22 Oct 2007 09:42:52 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: rdonkin Date: Mon Oct 22 02:42:51 2007 New Revision: 587047 URL: http://svn.apache.org/viewvc?rev=587047&view=rev Log: Podlings must distribute releases through www.apache.org/dist/incubator. Policy change INCUBATOR-62 (https://issues.apache.org/jira/browse/INCUBATOR-62). VOTE: http://mail-archives.apache.org/mod_mbox/[email protected]%3e. Modified: incubator/public/trunk/site-author/incubation/Incubation_Policy.xml incubator/public/trunk/site-publish/incubation/Incubation_Policy.html Modified: incubator/public/trunk/site-author/incubation/Incubation_Policy.xml URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-author/incubation/Incubation_Policy.xml?rev=587047&r1=587046&r2=587047&view=diff ============================================================================== --- incubator/public/trunk/site-author/incubation/Incubation_Policy.xml (original) +++ incubator/public/trunk/site-author/incubation/Incubation_Policy.xml Mon Oct 22 02:42:51 2007 @@ -488,6 +488,10 @@ documentation or README file. </li> </ul> + <p> +Releases for <em>podling</em> <strong>MUST</strong> be distributed through +<code>http://www.apache.org/dist/incubator/<em>podling</em></code>. + </p> </section> <section id="Use+of+Apache+Resources"> <title>Use of Apache Resources Modified: incubator/public/trunk/site-publish/incubation/Incubation_Policy.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/incubation/Incubation_Policy.html?rev=587047&r1=587046&r2=587047&view=diff ============================================================================== --- incubator/public/trunk/site-publish/incubation/Incubation_Policy.html (original) +++ incubator/public/trunk/site-publish/incubation/Incubation_Policy.html Mon Oct 22 02:42:51 2007 @@ -598,6 +598,10 @@ documentation or README file. </li> </ul> +<p> +Releases for <em>podling</em> <strong>MUST</strong> be distributed through +<code>http://www.apache.org/dist/incubator/<em>podling</em></code>. + </p> </div> <h3> <a name="Use+of+Apache+Resources">Use of Apache Resources --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Oct 23 00:26:51 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 22446 invoked from network); 23 Oct 2007 00:26:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Oct 2007 00:26:51 -0000 Received: (qmail 46416 invoked by uid 500); 23 Oct 2007 00:26:39 -0000 Delivered-To: [email protected] Received: (qmail 46356 invoked by uid 500); 23 Oct 2007 00:26:38 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 46345 invoked by uid 500); 23 Oct 2007 00:26:38 -0000 Delivered-To: [email protected] Received: (qmail 46341 invoked by uid 99); 23 Oct 2007 00:26:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2007 17:26:38 -0700 X-ASF-Spam-Status: No, hits=-99.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 00:26:42 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 607141A9838; Mon, 22 Oct 2007 17:25:52 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r587328 - /incubator/public/trunk/site-author/ip-clearance/activemq-nms-tibco.xml Date: Tue, 23 Oct 2007 00:25:52 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: chirino Date: Mon Oct 22 17:25:51 2007 New Revision: 587328 URL: http://svn.apache.org/viewvc?rev=587328&view=rev Log: Processing ip clearance for nms contribution.. grant has made it into the grants file. Modified: incubator/public/trunk/site-author/ip-clearance/activemq-nms-tibco.xml Modified: incubator/public/trunk/site-author/ip-clearance/activemq-nms-tibco.xml URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-author/ip-clearance/activemq-nms-tibco.xml?rev=587328&r1=587327&r2=587328&view=diff ============================================================================== --- incubator/public/trunk/site-author/ip-clearance/activemq-nms-tibco.xml (original) +++ incubator/public/trunk/site-author/ip-clearance/activemq-nms-tibco.xml Mon Oct 22 17:25:51 2007 @@ -52,14 +52,14 @@ <th>item</th> </tr> <tr> - <td>....-..-..</td> + <td>2007-10-22</td> <td>Check and make sure that the papers that transfer rights to the ASF been received. It is only necessary to transfer rights for the package, the core code, and any new code produced by the project.</td> </tr> <tr> - <td>....-..-..</td> + <td>2007-10-22</td> <td>Check and make sure that the files that have been donated have been updated to reflect the new ASF copyright.</td> </tr> @@ -72,7 +72,7 @@ <section id="Verify+distribution+rights"> <title>Verify distribution rights</title> <p> -Corporations and individuals holding existing distribution rights: +Corporations and individuals holding existing distribution rights: Jim Gomes representing Tideworks Technology, Inc. </p> <ul> <li> @@ -97,14 +97,14 @@ individual CLA.</td> </tr> <tr> - <td>....-..-..</td> + <td>2007-10-05</td> <td>Check and make sure that for all items included with the distribution that is not under the Apache license, we have the right to combine with Apache-licensed code and redistribute.</td> </tr> <tr> - <td>....-..-..</td> + <td>2007-10-05</td> <td>Check and make sure that all items depended upon by the project is covered by one or more of the following approved licenses: Apache, BSD, Artistic, MIT/X, MIT/W3C, MPL 1.1, or @@ -128,6 +128,7 @@ before or after IP clearance. Adoption by lazy concensus is acceptable but not recommended.</em></li> </ul> + <p><a href="http://www.nabble.com/-VOTE--Accept-the-NMS-for-Tibco-EMS-code-drop-tf4671193s2354.html">Vote Thread</a></p> </section> </section> </body> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Oct 23 02:01:46 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 59915 invoked from network); 23 Oct 2007 02:01:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Oct 2007 02:01:45 -0000 Received: (qmail 17375 invoked by uid 500); 23 Oct 2007 02:01:29 -0000 Delivered-To: [email protected] Received: (qmail 17332 invoked by uid 500); 23 Oct 2007 02:01:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 17310 invoked by uid 500); 23 Oct 2007 02:01:28 -0000 Delivered-To: [email protected] Received: (qmail 17306 invoked by uid 99); 23 Oct 2007 02:01:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2007 19:01:28 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 02:01:40 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 848D71A9832; Mon, 22 Oct 2007 19:00:50 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r587361 - in /incubator/public/trunk: site-author/ip-clearance/index.xml site-author/ip-clearance/torque-village-contribution.xml site-publish/ip-clearance/index.html site-publish/ip-clearance/torque-village-contribution.html Date: Tue, 23 Oct 2007 02:00:49 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: jta Date: Mon Oct 22 19:00:49 2007 New Revision: 587361 URL: http://svn.apache.org/viewvc?rev=587361&view=rev Log: Record url for torque vote; add torque ip clearance to index Modified: incubator/public/trunk/site-author/ip-clearance/index.xml incubator/public/trunk/site-author/ip-clearance/torque-village-contribution.xml incubator/public/trunk/site-publish/ip-clearance/index.html incubator/public/trunk/site-publish/ip-clearance/torque-village-contribution.html Modified: incubator/public/trunk/site-author/ip-clearance/index.xml URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-author/ip-clearance/index.xml?rev=587361&r1=587360&r2=587361&view=diff ============================================================================== --- incubator/public/trunk/site-author/ip-clearance/index.xml (original) +++ incubator/public/trunk/site-author/ip-clearance/index.xml Mon Oct 22 19:00:49 2007 @@ -47,6 +47,13 @@ </tr> <tr> <td colspan="1" rowspan="1"> + <a href="torque-village-contribution.html">torque-village-contribution</a> + </td> + <td colspan="1" rowspan="1">Apache DB</td> + <td colspan="1" rowspan="1">2007-10-22</td> + </tr> + <tr> + <td colspan="1" rowspan="1"> <a href="maven-shade-plugin.html">maven-shade-plugin</a> </td> <td colspan="1" rowspan="1">Apache Maven</td> Modified: incubator/public/trunk/site-author/ip-clearance/torque-village-contribution.xml URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-author/ip-clearance/torque-village-contribution.xml?rev=587361&r1=587360&r2=587361&view=diff ============================================================================== --- incubator/public/trunk/site-author/ip-clearance/torque-village-contribution.xml (original) +++ incubator/public/trunk/site-author/ip-clearance/torque-village-contribution.xml Mon Oct 22 19:00:49 2007 @@ -123,9 +123,7 @@ Related VOTEs: </p> <ul> - <li>The vote was started on [email protected] on 2007-10-11 - and will close on 2007-10-18. - The URL to the RESULT post will be recorded here. + <li>Vote on <a href="http://[email protected]%3e">[email protected]</a>. </li> </ul> </section> Modified: incubator/public/trunk/site-publish/ip-clearance/index.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/index.html?rev=587361&r1=587360&r2=587361&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/index.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/index.html Mon Oct 22 19:00:49 2007 @@ -142,6 +142,13 @@ </tr> <tr> <td colspan="1" rowspan="1"> + <a href="torque-village-contribution.html">torque-village-contribution</a> + </td> + <td colspan="1" rowspan="1">Apache DB</td> + <td colspan="1" rowspan="1">2007-10-22</td> + </tr> + <tr> + <td colspan="1" rowspan="1"> <a href="maven-shade-plugin.html">maven-shade-plugin</a> </td> <td colspan="1" rowspan="1">Apache Maven</td> Modified: incubator/public/trunk/site-publish/ip-clearance/torque-village-contribution.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/ip-clearance/torque-village-contribution.html?rev=587361&r1=587360&r2=587361&view=diff ============================================================================== --- incubator/public/trunk/site-publish/ip-clearance/torque-village-contribution.html (original) +++ incubator/public/trunk/site-publish/ip-clearance/torque-village-contribution.html Mon Oct 22 19:00:49 2007 @@ -230,9 +230,7 @@ Related VOTEs: </p> <ul> - <li>The vote was started on [email protected] on 2007-10-11 - and will close on 2007-10-18. - The URL to the RESULT post will be recorded here. + <li>Vote on <a href="http://[email protected]%3e">[email protected]</a>. </li> </ul> </div> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Oct 23 19:44:12 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 45759 invoked from network); 23 Oct 2007 19:44:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Oct 2007 19:44:12 -0000 Received: (qmail 88944 invoked by uid 500); 23 Oct 2007 19:31:51 -0000 Delivered-To: [email protected] Received: (qmail 88896 invoked by uid 500); 23 Oct 2007 19:31:51 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 88871 invoked by uid 99); 23 Oct 2007 19:31:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 12:31:50 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 19:31:53 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 7F4C759F71 for <[email protected]>; Tue, 23 Oct 2007 19:31:03 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Tue, 23 Oct 2007 19:31:03 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "RatProposal" by RobertBurrellDonkin X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by RobertBurrellDonkin: http://wiki.apache.org/incubator/RatProposal The comment on the change is: Tidied up proposal ------------------------------------------------------------------------------ == Initial Source == - http://code.google.com/p/arat/source + * http://code.google.com/p/arat/source - http://mojo.codehaus.org/rat-maven-plugin + * http://mojo.codehaus.org/rat-maven-plugin === External Dependencies === Compliant with current Apache policy. @@ -80, +80 @@ * rat-commits Subversion Directory: https://svn.apache.org/repos/asf/incubator/rat + Issue Tracking: JIRA (RAT) + - Other Resources: Once continuous integration may eventually required hardware + Other Resources: Continuous integration may eventually required hardware == Initial Committers == --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Oct 23 20:50:24 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77397 invoked from network); 23 Oct 2007 20:50:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Oct 2007 20:50:24 -0000 Received: (qmail 32261 invoked by uid 500); 23 Oct 2007 20:50:11 -0000 Delivered-To: [email protected] Received: (qmail 32189 invoked by uid 500); 23 Oct 2007 20:50:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 32178 invoked by uid 99); 23 Oct 2007 20:50:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 13:50:11 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 20:50:23 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 2399A59F71 for <[email protected]>; Tue, 23 Oct 2007 20:50:03 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Tue, 23 Oct 2007 20:50:02 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "RatProposal" by RobertBurrellDonkin X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by RobertBurrellDonkin: http://wiki.apache.org/incubator/RatProposal The comment on the change is: Added Karl Pauls ------------------------------------------------------------------------------ * Matthieu Riou <[email protected]> * Jochen Wiedmann <[email protected]> * Henri Yandell <[email protected]> + * Karl Pauls <[email protected]> If any other existing Apache committers would like to be grandfathered into the list then feel free to ask. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Oct 23 22:47:09 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 14231 invoked from network); 23 Oct 2007 22:47:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Oct 2007 22:47:08 -0000 Received: (qmail 83178 invoked by uid 500); 23 Oct 2007 22:46:56 -0000 Delivered-To: [email protected] Received: (qmail 83133 invoked by uid 500); 23 Oct 2007 22:46:56 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 83122 invoked by uid 99); 23 Oct 2007 22:46:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 15:46:56 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 22:46:56 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id A297059A07 for <[email protected]>; Tue, 23 Oct 2007 22:46:36 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Apache Wiki <[email protected]> To: [email protected] Date: Tue, 23 Oct 2007 22:46:36 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "BuildrProposal" by MatthieuRiou X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by MatthieuRiou: http://wiki.apache.org/incubator/BuildrProposal The comment on the change is: First posting of the Buildr proposal New page: = Abstract = Buildr is a simple and intuitive build system for Java projects. = Proposal = Buildr is a build system for Java applications. We wanted something that's simple and intuitive to use, so we only need to tell it what to do, and it takes care of the rest. But also something we can easily extend for those one-off tasks, with a language that's a joy to use. And of course, we wanted it to be fast, reliable and have outstanding dependency management. Here's what we got: * A simple way to specify projects, and build large projects out of smaller sub-projects. * Pre-canned tasks that require the least amount of configuration, keeping the build script DRY and simple. * Compiling, copying and filtering resources, JUnit/TestNG test cases, APT source code generation, Javadoc and more. * A dependency mechanism that only build that which changed since the last release. * Buildr uses the same file layout, artifact specifications, local and remote repositories as Maven 2. * All your Ant tasks belong to us! Anything you can do with Ant, you can do with Buildr. * Buildr is Ruby all the way down. No one-off task is too demanding when you write code using variables, functions and objects. * Simple way to upgrade to new versions. * Did we mention fast? = Background = Buildr is developed using the Ruby language and is layered on top of Rake, a popular build program for Ruby that provides all the task and task dependency infrastructure. It also relies on AntWrap to allow the reuse of all existing Ant tasks. = Rationale = Buildr's initial focus was to be layered on top of a powerful scripting language. It's an internal DSL and therefore enjoys a lot of ease of use and extensibility. It's also declarative, which gives scripts expressiveness (they're easy to read). And there's no XML! We believe bringing Buildr at Apache is a good way to expand even more the build tool space, attract more committers and users to Buildr and have people start playing with the Ruby language, both within and outside the foundation. = Current Status = == Meritocracy == Buildr has been mostly developed by Assaf Arkin but others have contributed either directly or through patches. In addition to contributed patches, work on Scala and JRuby is done by community members, and we're working to cultivate that and add more committers. == Community == A community of standard users but also power users is building around Buildr and several people are using it in all sort of different projects. Currently the discussion group has 86 members, more statistics available at http://groups.google.com/group/buildr-talk?lnk=srg == Core Developers == Core developers are mostly from a single organization but more and more power users are contributing patches and trying to extend Buildr. Also current core developers are very experienced in open source and already follow the Apache ways. == Alignment == Buildr is in line with the existing strong culture of build tools at Apache (Ant, Maven, Ivy, ...). It already relies on Maven2 repositories and follows most of its project structure conventions. It allows reuse of Ant tasks. Not to mention that other Apache projects could use it for their build (as ODE already does). = Known Risks = == Orphaned Projects == Buildr core development is still very much dependent on Assaf but more and more people are getting familiar with the way Buildr works and its intricacies. So we're aware of the problem but also confident that we're on the right track as more and more people get involved. == Inexperience with Open Source == Many committers have experience working on open source projects. Three of them are Apache committers. == Reliance on Salaried Developers == Buildr is part of the committers job but is far from being the main company focus. So it's part working time and part personal time. == Relationships with Other Apache Products == As there aren't many Ruby projects in the ASF yet, there's less relationship possible for the time being. But Apache ODE is already using Buildr as its build tool. = Documentation & Intial Sources = The current Buildr website is at: http://buildr.rubyforge.org The Buildr sources are available at: http://www.intalio.org/buildr == External Dependencies == External dependencies are one of the main concerns that will need to be addressed. Buildr relies on several packages that are licensed under the Ruby License, which hasn't been categorized yet as okay or not. We've already mentioned this on [email protected] (see [1]). There are a few subtleties as well as the Ruby packaging system, RubyGems, doesn't require you to distribute any dependencies as it handles them for you. So we will have to figure out what the options are before the first incubator release and graduation. [1] http://mail-archives.apache.org/mod_mbox/[email protected]%3e = Required Resources = * buildr-private * buildr-dev * buildr-user Subversion Directory: [WWW] https://svn.apache.org/repos/asf/incubator/buildr Issue Tracking: JIRA = Initial Committers = * Assaf Arkin * Alex Boisvert * Matthieu Riou == Champion == Matthieu Riou == Mentors == Volunteers please: * Matthieu Riou <[email protected]> = Sponsoring Entity = The final destination is still uncertain. If Buildr is successful, a TLP could make sense. So right now we would like to ask the Incubator PMC to sponsor Buildr. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Oct 23 22:48:25 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 15592 invoked from network); 23 Oct 2007 22:48:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 23 Oct 2007 22:48:25 -0000 Received: (qmail 84764 invoked by uid 500); 23 Oct 2007 22:48:12 -0000 Delivered-To: [email protected] Received: (qmail 84724 invoked by uid 500); 23 Oct 2007 22:48:12 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 84713 invoked by uid 99); 23 Oct 2007 22:48:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 15:48:12 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 22:48:24 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 67A1159F71 for <[email protected]>; Tue, 23 Oct 2007 22:47:34 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Tue, 23 Oct 2007 22:47:34 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "FrontPage" by MatthieuRiou X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by MatthieuRiou: http://wiki.apache.org/incubator/FrontPage The comment on the change is: Adding the buildr proposal ------------------------------------------------------------------------------ * ApolloProposal * AsyncWebProposal * BeehiveProposal + * BuildrProposal * CayenneProposal * CeltiXfireProposal * CorbaProposal --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Oct 24 09:58:36 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 65299 invoked from network); 24 Oct 2007 09:58:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Oct 2007 09:58:36 -0000 Received: (qmail 4761 invoked by uid 500); 24 Oct 2007 09:58:24 -0000 Delivered-To: [email protected] Received: (qmail 4706 invoked by uid 500); 24 Oct 2007 09:58:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 4695 invoked by uid 99); 24 Oct 2007 09:58:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 02:58:24 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 09:58:36 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 8DCFF59F71 for <[email protected]>; Wed, 24 Oct 2007 09:57:45 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Wed, 24 Oct 2007 09:57:45 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "RatProposal" by RobertBurrellDonkin X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by RobertBurrellDonkin: http://wiki.apache.org/incubator/RatProposal The comment on the change is: Matt has volunteered to mentor RAT ------------------------------------------------------------------------------ * Yoav Shapira <yoavs AT guess ;)> * Ross Gardler <[email protected]> + * Matt Hogstrom <[email protected]> I would prefer mentors who have not been involved with RAT. This will allow a more objective perspective. I doubt that supervision will be too great a burden. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Oct 24 14:07:00 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 33857 invoked from network); 24 Oct 2007 14:06:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Oct 2007 14:06:59 -0000 Received: (qmail 58902 invoked by uid 500); 24 Oct 2007 14:04:41 -0000 Delivered-To: [email protected] Received: (qmail 58857 invoked by uid 500); 24 Oct 2007 14:04:41 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 58839 invoked by uid 99); 24 Oct 2007 14:04:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 07:04:41 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 14:04:53 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 1287359A07 for <[email protected]>; Wed, 24 Oct 2007 14:04:03 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Wed, 24 Oct 2007 14:04:02 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "BuildrProposal" by MatthieuRiou X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by MatthieuRiou: http://wiki.apache.org/incubator/BuildrProposal The comment on the change is: Added affiliations ------------------------------------------------------------------------------ = Initial Committers = - * Assaf Arkin + * Assaf Arkin (Intalio) - * Alex Boisvert + * Alex Boisvert (Intalio) - * Matthieu Riou + * Matthieu Riou (Intalio) == Champion == --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Oct 24 18:41:31 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 49055 invoked from network); 24 Oct 2007 18:41:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Oct 2007 18:41:30 -0000 Received: (qmail 71719 invoked by uid 500); 24 Oct 2007 18:41:18 -0000 Delivered-To: [email protected] Received: (qmail 71683 invoked by uid 500); 24 Oct 2007 18:41:18 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 71672 invoked by uid 99); 24 Oct 2007 18:41:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 11:41:18 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 18:41:30 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id D121F59F71 for <[email protected]>; Wed, 24 Oct 2007 18:41:09 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Wed, 24 Oct 2007 18:41:09 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "RatProposal" by RobertBurrellDonkin X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by RobertBurrellDonkin: http://wiki.apache.org/incubator/RatProposal The comment on the change is: Jim has agreed to mentor RAT ------------------------------------------------------------------------------ * Yoav Shapira <yoavs AT guess ;)> * Ross Gardler <[email protected]> * Matt Hogstrom <[email protected]> + * Jim Jagielski <[email protected]> I would prefer mentors who have not been involved with RAT. This will allow a more objective perspective. I doubt that supervision will be too great a burden. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Oct 24 19:32:15 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 64385 invoked from network); 24 Oct 2007 19:32:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Oct 2007 19:32:15 -0000 Received: (qmail 48782 invoked by uid 500); 24 Oct 2007 19:32:02 -0000 Delivered-To: [email protected] Received: (qmail 48741 invoked by uid 500); 24 Oct 2007 19:32:02 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 48730 invoked by uid 99); 24 Oct 2007 19:32:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 12:32:02 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 19:32:14 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 5F47C59A07 for <[email protected]>; Wed, 24 Oct 2007 19:31:54 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Wed, 24 Oct 2007 19:31:54 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "BuildrProposal" by YoavShapira X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by YoavShapira: http://wiki.apache.org/incubator/BuildrProposal ------------------------------------------------------------------------------ Volunteers please: * Matthieu Riou <[email protected]> + * Yoav Shapira <yoavs at the usual for this wiki> = Sponsoring Entity = --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Oct 24 21:36:12 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 4037 invoked from network); 24 Oct 2007 21:36:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Oct 2007 21:36:12 -0000 Received: (qmail 14882 invoked by uid 500); 24 Oct 2007 21:35:59 -0000 Delivered-To: [email protected] Received: (qmail 14831 invoked by uid 500); 24 Oct 2007 21:35:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 14387 invoked by uid 99); 24 Oct 2007 21:35:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 14:35:57 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 21:36:09 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 5EF1B59F71 for <[email protected]>; Wed, 24 Oct 2007 21:35:49 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Wed, 24 Oct 2007 21:35:49 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "FrontPage" by RobertBurrellDonkin X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by RobertBurrellDonkin: http://wiki.apache.org/incubator/FrontPage The comment on the change is: Creating draft document about release distribution strategy for incubator. ------------------------------------------------------------------------------ * IncubatorCharterDraft - (old) * RetiringPodlings * CodeOfConduct + * ReleaseDistribution = Resources = --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Wed Oct 24 21:53:21 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10736 invoked from network); 24 Oct 2007 21:53:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 24 Oct 2007 21:53:21 -0000 Received: (qmail 46106 invoked by uid 500); 24 Oct 2007 21:53:09 -0000 Delivered-To: [email protected] Received: (qmail 46058 invoked by uid 500); 24 Oct 2007 21:53:08 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 46047 invoked by uid 99); 24 Oct 2007 21:53:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 14:53:08 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 21:53:20 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 8D44859A07 for <[email protected]>; Wed, 24 Oct 2007 21:52:30 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Wed, 24 Oct 2007 21:52:30 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "ReleaseDistribution" by RobertBurrellDonkin X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by RobertBurrellDonkin: http://wiki.apache.org/incubator/ReleaseDistribution The comment on the change is: Pulling together ideas about release distribution New page: = Release Distribution = [[TableOfContents(4)]] == Preamble == Some thoughts about fixing the issue of distributing incubator releases. This is a draft document. Needs to be discussed on general and agreed with infra. Please feel free to jump in. = Existing Releases = == Status == Existing incubator releases are scattered Need to conduct an audit of locations of existing releases for projects. This probably means asking projects to fill something in on the wiki. == To Mirror Or Not To Mirror == * Mirroring reduces bandwidth only when the bandwidth of the archives downloaded exceeds the bandwidth cost of uploading releases to the mirrors * The Incubator contains a large number of podlings. This is likely to cause a major bandwidth spike. * It may be worth considering archiving all releases and then mirroring just new ones. = New Releases = == Mirroring Strategy == New releases should be mirrored. This means deciding the best approach to the download mirroring scripts. Options: * Ask podlings to create their own scripts and audit them * Create central scripts * Basic ones * Sophisticated XSLT scripts (as pioneered by Jakarta) which also eg. push news. Meta-data? == Signing Strategy == One weakness is that podling release managers rarely have strongly connected signatures. It is also possible that podlings may end up having no long term [email protected]. All release managers for a project may become inactive as well as being unconnected. * Does the incubator need to think about IPMC signatures? * Do the KEYS need to be maintained in a central location? == Permissions == Set these on a per podling basis? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Oct 26 08:48:11 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 55067 invoked from network); 26 Oct 2007 08:48:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Oct 2007 08:48:10 -0000 Received: (qmail 40555 invoked by uid 500); 26 Oct 2007 08:47:58 -0000 Delivered-To: [email protected] Received: (qmail 40503 invoked by uid 500); 26 Oct 2007 08:47:58 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 40491 invoked by uid 99); 26 Oct 2007 08:47:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2007 01:47:58 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED,NORMAL_HTTP_TO_IP X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2007 08:48:02 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 396FF59A07 for <[email protected]>; Fri, 26 Oct 2007 08:47:42 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Fri, 26 Oct 2007 08:47:42 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "BSDCSProposal" by TingPeng2 X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by TingPeng2: http://wiki.apache.org/incubator/BSDCSProposal ------------------------------------------------------------------------------ - = BSDCS Proposal = + = BlueSky Proposal = This proposal outlines the creation of a new, top-level Blue Sky Distant Collaboration Environment(BSDCS) within the Apache Software Foundation. == Rationale == - The ''Blue Sky Distance Collaboration System''(''BSCDS'') Project is an open source cosmic distance collaboration project. By open source distance collaboration software we mean: Open Source Collaboration Player, Open Source Collaboration Recording Tool, Open Source Distance Collaboration System, Open Source Resources Sharing and Management Platform. And BSDCS can be extended in such parts as Video Conference, E-Learning, Remote Assistant and so on. Its features(some screenshots included) is at [http://docs.google.com/View?docid=dcj48f88_09k567f here]. + The ''Blue Sky Distance Collaboration System''(''BlueSky'') Project is an open source cosmic distance collaboration project. By open source distance collaboration software we mean: Open Source Collaboration Player, Open Source Collaboration Recording Tool, Open Source Distance Collaboration System, Open Source Resources Sharing and Management Platform. And BSDCS can be extended in such parts as Video Conference, E-Learning, Remote Assistant and so on. Its official site is at [http://161.129.204.104/ here]. - The maintainers of BSDCS interested in joining the Apache Software Foundation for several reasons: + The maintainers of BlueSky interested in joining the Apache Software Foundation for several reasons: * Increase public awareness of BSDCS and of the application of Apache licensing to business application level software. Lately the news is full of companies that are using a dual-license (GPL and commercial) model for enterprise software and BSDCS working with Apache opens an opportunity to strengthen what we feel is a much higher value way of doing things for both contributors and users. * Help the project attract contributors and service providers to attract clients who would feel more comfortable with the licensing coming through a well known and established organization like Apache. @@ -21, +21 @@ === Meritocracy === - BSDCS was originally created by Qinghua Zheng and Jun Liu in September 2005. The BSDCS development is being done at XJTU-IBM Open Technology and Application Joint Develop Center, more than 20 developers are involved. The BSDCS community is a healthy meritocracy with plenty of developers. + BlueSky was originally created by Qinghua Zheng and Jun Liu in September 2005. The BSDCS development is being done at XJTU-IBM Open Technology and Application Joint Develop Center, more than 20 developers are involved. The BSDCS community is a healthy meritocracy with plenty of developers. == Features == - BSDCS is both a set of flexible, extensible applications such as "Distance Collaboration System", "Collaboration player", "Collaboration recording tool", "Resources Sharing and Management Platform " and so on, designed by engineers and educators with years of experience in the problem domain, as well as a framework that makes it possible to create new applications that exist with others. + BlueSky is both a set of flexible, extensible applications such as "Distance Collaboration System", "Collaboration player", "Collaboration recording tool", "Resources Sharing and Management Platform " and so on, designed by engineers and educators with years of experience in the problem domain, as well as a framework that makes it possible to create new applications that exist with others. == Initial Source == - BSDCS was developed by more than 20 developers at XJTU-IBM Open Technology and Application Joint Develop Center. + BlueSky was developed by more than 20 developers at XJTU-IBM Open Technology and Application Joint Develop Center. == Resources to be Created == @@ -48, +48 @@ === A Fascination with the Apache Brand: === - The developers of BSDCS have been quite successful on their own and could continue on that path with no [email protected]. They are interested in joining the ASF in order to increase their contacts and visibility in the open source world. + The developers of BlueSky have been quite successful on their own and could continue on that path with no [email protected]. They are interested in joining the ASF in order to increase their contacts and visibility in the open source world. == Committers == * Qinghua Zheng --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Oct 26 09:02:15 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 77912 invoked from network); 26 Oct 2007 09:02:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Oct 2007 09:02:15 -0000 Received: (qmail 66552 invoked by uid 500); 26 Oct 2007 09:02:02 -0000 Delivered-To: [email protected] Received: (qmail 66488 invoked by uid 500); 26 Oct 2007 09:02:02 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 66477 invoked by uid 99); 26 Oct 2007 09:02:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2007 02:02:02 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2007 09:02:14 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id D6F4D59F71 for <[email protected]>; Fri, 26 Oct 2007 09:01:51 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Fri, 26 Oct 2007 09:01:51 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "bProposal" by TingPeng2 X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by TingPeng2: http://wiki.apache.org/incubator/bProposal ------------------------------------------------------------------------------ + ## page was renamed from BSDCSProposal = BlueSky Proposal = This proposal outlines the creation of a new, top-level Blue Sky Distant Collaboration Environment(BSDCS) within the Apache Software Foundation. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Oct 26 09:07:35 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88213 invoked from network); 26 Oct 2007 09:07:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Oct 2007 09:07:34 -0000 Received: (qmail 75908 invoked by uid 500); 26 Oct 2007 09:07:21 -0000 Delivered-To: [email protected] Received: (qmail 75864 invoked by uid 500); 26 Oct 2007 09:07:21 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 75853 invoked by uid 99); 26 Oct 2007 09:07:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2007 02:07:21 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2007 09:07:33 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id B6D3359F71 for <[email protected]>; Fri, 26 Oct 2007 09:07:10 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Fri, 26 Oct 2007 09:07:10 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "BlueSkyProposal" by TingPeng2 X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by TingPeng2: http://wiki.apache.org/incubator/BlueSkyProposal The comment on the change is: new name is better. ------------------------------------------------------------------------------ + ## page was renamed from bProposal ## page was renamed from BSDCSProposal = BlueSky Proposal = --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Oct 26 09:10:16 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 93789 invoked from network); 26 Oct 2007 09:10:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Oct 2007 09:10:16 -0000 Received: (qmail 79106 invoked by uid 500); 26 Oct 2007 09:10:04 -0000 Delivered-To: [email protected] Received: (qmail 79044 invoked by uid 500); 26 Oct 2007 09:10:04 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 79032 invoked by uid 99); 26 Oct 2007 09:10:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2007 02:10:04 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2007 09:10:14 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id 3A2D459F71 for <[email protected]>; Fri, 26 Oct 2007 09:09:51 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Fri, 26 Oct 2007 09:09:51 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "BlueSky" by TingPeng2 X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by TingPeng2: http://wiki.apache.org/incubator/BlueSky The comment on the change is: beter name. ------------------------------------------------------------------------------ + ## page was renamed from BlueSkyProposal ## page was renamed from bProposal ## page was renamed from BSDCSProposal = BlueSky Proposal = --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Fri Oct 26 09:17:41 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9058 invoked from network); 26 Oct 2007 09:17:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 26 Oct 2007 09:17:41 -0000 Received: (qmail 93314 invoked by uid 500); 26 Oct 2007 09:17:28 -0000 Delivered-To: [email protected] Received: (qmail 93239 invoked by uid 500); 26 Oct 2007 09:17:28 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 93228 invoked by uid 99); 26 Oct 2007 09:17:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2007 02:17:28 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED,NORMAL_HTTP_TO_IP X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2007 09:17:33 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id E9F585A24F for <[email protected]>; Fri, 26 Oct 2007 09:17:12 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Fri, 26 Oct 2007 09:17:12 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "BlueSky" by TingPeng2 X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by TingPeng2: http://wiki.apache.org/incubator/BlueSky ------------------------------------------------------------------------------ ## page was renamed from BSDCSProposal = BlueSky Proposal = - This proposal outlines the creation of a new, top-level Blue Sky Distant Collaboration Environment(BSDCS) within the Apache Software Foundation. + This proposal outlines the creation of a new, top-level Blue Sky Distant Collaboration Environment(BlueSky) within the Apache Software Foundation. == Rationale == - The ''Blue Sky Distance Collaboration System''(''BlueSky'') Project is an open source cosmic distance collaboration project. By open source distance collaboration software we mean: Open Source Collaboration Player, Open Source Collaboration Recording Tool, Open Source Distance Collaboration System, Open Source Resources Sharing and Management Platform. And BSDCS can be extended in such parts as Video Conference, E-Learning, Remote Assistant and so on. Its official site is at [http://161.129.204.104/ here]. + The ''Blue Sky Distance Collaboration System''(''BlueSky'') Project is an open source cosmic distance collaboration project. By open source distance collaboration software we mean: Open Source Collaboration Player, Open Source Collaboration Recording Tool, Open Source Distance Collaboration System, Open Source Resources Sharing and Management Platform. And BlueSky can be extended in such parts as Video Conference, E-Learning, Remote Assistant and so on. Its official site is at [http://161.129.204.104/ here]. The maintainers of BlueSky interested in joining the Apache Software Foundation for several reasons: - * Increase public awareness of BSDCS and of the application of Apache licensing to business application level software. Lately the news is full of companies that are using a dual-license (GPL and commercial) model for enterprise software and BSDCS working with Apache opens an opportunity to strengthen what we feel is a much higher value way of doing things for both contributors and users. + * Increase public awareness of BlueSky and of the application of Apache licensing to business application level software. Lately the news is full of companies that are using a dual-license (GPL and commercial) model for enterprise software and BlueSky working with Apache opens an opportunity to strengthen what we feel is a much higher value way of doing things for both contributors and users. * Help the project attract contributors and service providers to attract clients who would feel more comfortable with the licensing coming through a well known and established organization like Apache. == Criteria == === Community === - BSDCS has striven to foster a diverse community that is open to everyone. It is released under a non-reciprocal license to encourage the maximum possible adoption by all potential users and developers. The BSDCS community encourages suggestions and contributions from any potential user and developers. + BlueSky has striven to foster a diverse community that is open to everyone. It is released under a non-reciprocal license to encourage the maximum possible adoption by all potential users and developers. The BlueSky community encourages suggestions and contributions from any potential user and developers. === Meritocracy === - BlueSky was originally created by Qinghua Zheng and Jun Liu in September 2005. The BSDCS development is being done at XJTU-IBM Open Technology and Application Joint Develop Center, more than 20 developers are involved. The BSDCS community is a healthy meritocracy with plenty of developers. + BlueSky was originally created by Qinghua Zheng and Jun Liu in September 2005. The BlueSky development is being done at XJTU-IBM Open Technology and Application Joint Develop Center, more than 20 developers are involved. The BlueSky community is a healthy meritocracy with plenty of developers. == Features == @@ -47, +47 @@ === Inexperience with Open Source: === - The developers use a number of other open source projects within BSDCS, and are interested in how best to make open source work with their project. + The developers use a number of other open source projects within BlueSky, and are interested in how best to make open source work with their project. === A Fascination with the Apache Brand: === --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Mon Oct 29 03:22:57 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 7624 invoked from network); 29 Oct 2007 03:22:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 29 Oct 2007 03:22:57 -0000 Received: (qmail 76611 invoked by uid 500); 29 Oct 2007 03:22:44 -0000 Delivered-To: [email protected] Received: (qmail 76575 invoked by uid 500); 29 Oct 2007 03:22:44 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 76564 invoked by uid 99); 29 Oct 2007 03:22:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Oct 2007 20:22:44 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eos.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2007 03:23:03 +0000 Received: from eos.apache.org (localhost [161.129.204.104]) by eos.apache.org (Postfix) with ESMTP id EA5FF59A07 for <[email protected]>; Mon, 29 Oct 2007 03:22:33 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki <[email protected]> To: [email protected] Date: Mon, 29 Oct 2007 03:22:33 -0000 Message-ID: <[email protected]> Subject: [Incubator Wiki] Update of "ComposerProposal" by PaulHammant X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The following page has been changed by PaulHammant: http://wiki.apache.org/incubator/ComposerProposal ------------------------------------------------------------------------------ 'Apache Composer' currently uses and integrates with a few of Apache's projects but has no hard dependencies on them: * Maven 2: The build system for the both Plexus and PicoContainer. * Struts 1 & 2: IoC Enablers for them - * BSH (optional usages) + * BSF (optional usages) * Axis 1 (optional usages) * Commons Logging, Log4J (optional usages) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] From [email protected] Tue Oct 30 23:11:55 2007 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 27471 invoked from network); 30 Oct 2007 23:11:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 30 Oct 2007 23:11:54 -0000 Received: (qmail 60933 invoked by uid 500); 30 Oct 2007 23:11:42 -0000 Delivered-To: [email protected] Received: (qmail 60870 invoked by uid 500); 30 Oct 2007 23:11:41 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <cvs.incubator.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 60859 invoked by uid 500); 30 Oct 2007 23:11:41 -0000 Delivered-To: [email protected] Received: (qmail 60856 invoked by uid 99); 30 Oct 2007 23:11:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2007 16:11:41 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO eris.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2007 23:11:43 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C6D581A983A; Tue, 30 Oct 2007 16:11:22 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r590506 - in /incubator/public/trunk: site-author/projects/index.xml site-author/projects/pig.xml site-publish/projects/index.html site-publish/projects/pig.html Date: Tue, 30 Oct 2007 23:11:22 -0000 To: [email protected] From: [email protected] X-Mailer: svnmailer-1.0.8 Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Author: cutting Date: Tue Oct 30 16:11:21 2007 New Revision: 590506 URL: http://svn.apache.org/viewvc?rev=590506&view=rev Log: Add Pig incubation status page. Added: incubator/public/trunk/site-author/projects/pig.xml incubator/public/trunk/site-publish/projects/pig.html Modified: incubator/public/trunk/site-author/projects/index.xml incubator/public/trunk/site-publish/projects/index.html Modified: incubator/public/trunk/site-author/projects/index.xml URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-author/projects/index.xml?rev=590506&r1=590505&r2=590506&view=diff ============================================================================== --- incubator/public/trunk/site-author/projects/index.xml (original) +++ incubator/public/trunk/site-author/projects/index.xml Tue Oct 30 16:11:21 2007 @@ -129,6 +129,16 @@ </tr> <tr> <td> + <a href="../projects/pig.html">Pig</a> + </td> + <td>Pig is a platform for analyzing large datasets.</td> + <td>Incubator</td> + <td>Doug Cutting, Torsten Curdt, Bertrand Delacretaz, Yoav Shapira + Sylvain Wallez</td> + <td>2007-10-02</td> + </tr> + <tr> + <td> <a href="../projects/qpid.html">Qpid</a> </td> <td>Qpid provides multiple language implementations of the Advanced Messaged Queuing Protocol (AMQP)</td> Added: incubator/public/trunk/site-author/projects/pig.xml URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-author/projects/pig.xml?rev=590506&view=auto ============================================================================== --- incubator/public/trunk/site-author/projects/pig.xml (added) +++ incubator/public/trunk/site-author/projects/pig.xml Tue Oct 30 16:11:21 2007 @@ -0,0 +1,266 @@ +<?xml version="1.0" encoding="UTF-8"?> +<document> + <properties> + <title>Pig Incubation Status</title> + <link href="http://purl.org/DC/elements/1.0/" rel="schema.DC"/> + </properties> + <body> + <section id="Pig+Project+Incubation+Status"> + <title>Pig Project Incubation Status</title> + <p>This page tracks the project status, incubator-wise. For more general + project status, look on the project website.</p> + </section> + <section id="Description"> + <title>Description</title> + <p>Pig is a platform for analyzing large datasets.</p> + </section> + <section id="News"> + <title>News</title> + <ul> + <li>none yet</li> + </ul> + </section> + <section id="Project+info"> + <title>Project info</title> + <ul> + <li><a href="http://incubator.apache.org/pig/">Pig website</a></li> + </ul> + </section> + <section id="Incubation+status+reports"> + <title>Incubation status reports</title> + <ul> + <li>none yet</li> + </ul> + </section> + <section id="Incubation+work+items"> + <title>Incubation work items</title> + <section id="Project+Setup"> + <title>Project Setup</title> + <p>This is the first phase on incubation, needed to start the [email protected].</p> + <p> + <em>Item assignment is shown by the Apache id.</em> + <em>Completed tasks are shown by the completion date (YYYY-MM-dd).</em> + </p> + <section id="Identify+the+project+to+be+incubated"> + <title>Identify the project to be incubated</title> + <table> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>....-..-..</td> + <td>Make sure that the requested project name does not already exist and + check www.nameprotect.com to be sure that the name is not already + trademarked for an existing software product.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>If request from an existing Apache project to adopt an external + package, then ask the Apache project for the SVN module and mail + address names.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>If request from outside Apache to enter an existing Apache project, + then post a message to that project for them to decide on acceptance.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>If request from anywhere to become a stand-alone PMC, then assess the + fit with the ASF, and create the lists and modules under the + incubator address/module names if accepted.</td> + </tr> + </table> + </section> + <section id="Interim+responsibility"> + <title>Interim responsibility</title> + <table> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>....-..-..</td> + <td>Identify all the Mentors for the incubation, by asking all that can + be Mentors.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>Subscribe all Mentors on the pmc and general lists.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>Give all Mentors access to the incubator SVN repository. + (to be done by the Incubator PMC chair or an Incubator PMC + Member wih karma for the authorizations file)</td> + </tr> + <tr> + <td>....-..-..</td> + <td>Tell Mentors to track progress in the file 'incubator/projects/{project.name}.html'</td> + </tr> + </table> + </section> + <section id="Copyright"> + <title>Copyright</title> + <table> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>....-..-..</td> + <td>Check and make sure that the papers that transfer rights to the ASF + been received. It is only necessary to transfer rights for the + package, the core code, and any new code produced by the project. + </td> + </tr> + <tr> + <td>....-..-..</td> + <td>Check and make sure that the files that have been donated have been + updated to reflect the new ASF copyright.</td> + </tr> + </table> + </section> + <section id="Verify+distribution+rights"> + <title>Verify distribution rights</title> + <table> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>....-..-..</td> + <td>Check and make sure that for all code included with the distribution + that is not under the Apache license, e have the right to combine + with Apache-licensed code and redistribute. + </td> + </tr> + <tr> + <td>....-..-..</td> + <td>Check and make sure that all source code distributed by the project + is covered by one or more of the following approved licenses: Apache, + BSD, Artistic, MIT/X, MIT/W3C, MPL 1.1, or something with essentially + the same terms.</td> + </tr> + </table> + </section> + <section id="Establish+a+list+of+active+committers"> + <title>Establish a list of active committers</title> + <table> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>....-..-..</td> + <td>Check that all active committers have submitted a contributors + agreement.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>Add all active committers in the STATUS file.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>Ask root for the creation of committers' accounts on + people.apache.org.</td> + </tr> + </table> + </section> + <section id="Infrastructure"> + <title>Infrastructure</title> + <table> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>....-..-..</td> + <td>Ask infrastructure to create source repository modules and grant the + committers karma.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>Ask infrastructure to set up and archive Mailing lists.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>Decide about and then ask infrastructure to setup an issuetracking + system (Bugzilla, Scarab, Jira).</td> + </tr> + <tr> + <td>....-..-..</td> + <td>Migrate the project to our infrastructure.</td> + </tr> + </table> + </section> + <section id="Project+specific"> + <title>Project specific</title> + <p> + <em>Add project specific tasks here.</em> + </p> + </section> + </section> + <section id="Incubation"> + <title>Incubation</title> + <p>These action items have to be checked for during the whole incubation process.</p> + <p> + <em>These items are not to be signed as done during incubation, as they + may change during incubation.</em> + <em>They are to be looked into and described in the status reports and + completed in the request for incubation signoff.</em> + </p> + <section id="Collaborative+Development"> + <title>Collaborative Development</title> + <ul> + <li>Have all of the active long-term volunteers been identified and + acknowledged as committers on the project? + </li> + <li>Are there three or more independent committers? (The legal definition + of independent is long and boring, but basically it means that there + is no binding relationship between the individuals, such as a shared + employer, that is capable of overriding their free will as + individuals, directly or indirectly.)</li> + <li>Are project decisions being made in public by the committers?</li> + <li>Are the decision-making guidelines published and agreed to by all of + the committers?</li> + </ul> + </section> + <section id="Licensing+awareness"> + <title>Licensing awareness</title> + <ul> + <li>Are all licensing, trademark, credit issues being taken care of and + acknowleged by all committers?</li> + </ul> + </section> + <section id="Project+Specific"> + <title>Project Specific</title> + <p> + <em>Add project specific tasks here.</em> + </p> + </section> + </section> + <section id="Exit"> + <title>Exit</title> + <p> + <em>Things to check for before voting the project out.</em> + </p> + <section id="Organizational+acceptance+of+responsibility+for+the+project"> + <title>Organizational acceptance of responsibility for the project</title> + <ul> + <li>If graduating to an existing PMC, has the PMC voted to accept it?</li> + <li>If graduating to a new PMC, has the board voted to accept it?</li> + </ul> + </section> + <section id="Incubator+sign-off"> + <title>Incubator sign-off</title> + <ul> + <li>Has the Incubator decided that the project has accomplished all of + the above tasks?</li> + </ul> + </section> + </section> + </section> + </body> +</document> Modified: incubator/public/trunk/site-publish/projects/index.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/index.html?rev=590506&r1=590505&r2=590506&view=diff ============================================================================== --- incubator/public/trunk/site-publish/projects/index.html (original) +++ incubator/public/trunk/site-publish/projects/index.html Tue Oct 30 16:11:21 2007 @@ -205,6 +205,16 @@ </tr> <tr> <td> + <a href="../projects/pig.html">Pig</a> + </td> + <td>Pig is a platform for analyzing large datasets.</td> + <td>Incubator</td> + <td>Doug Cutting, Torsten Curdt, Bertrand Delacretaz, Yoav Shapira + Sylvain Wallez</td> + <td>2007-10-02</td> + </tr> + <tr> + <td> <a href="../projects/qpid.html">Qpid</a> </td> <td>Qpid provides multiple language implementations of the Advanced Messaged Queuing Protocol (AMQP)</td> Added: incubator/public/trunk/site-publish/projects/pig.html URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/projects/pig.html?rev=590506&view=auto ============================================================================== --- incubator/public/trunk/site-publish/projects/pig.html (added) +++ incubator/public/trunk/site-publish/projects/pig.html Tue Oct 30 16:11:21 2007 @@ -0,0 +1,448 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> + <link rel="stylesheet" href="/style/style.css" type="text/css" /> + <title>Pig Incubation Status - Apache Incubator</title> + </head> + <body> + <table border="0" width="100%" cellspacing="0"> + <tr><!-- SITE BANNER AND PROJECT IMAGE --> + <td align="left" valign="top"> +<a href="http://www.apache.org/"><img src="/images/asf_logo_wide.gif" alt="The Apache Software Foundation" border="0"/></a> +</td> +<td align="right"> +<a href="http://incubator.apache.org/"><img src="../images/apache-incubator-logo.png" alt="Apache Incubator" border="0"/></a> +</td> + </tr> + </table> + <table border="0" width="100%" cellspacing="4"> + <tr><td colspan="3"><hr noshade="noshade" size="1"/></td></tr> + <tr> + <!-- LEFT SIDE NAVIGATION --> + <td valign="top" nowrap="nowrap" class="navleft"> + <div class="menuheader"><a +href="http://www.apache.org/foundation/glossary.html#Podling">Podlings (What's that?)</a></div> + <menu compact="compact"> + <li><a href="/incubation/Incubation_Policy.html">How? (Policy)</a></li> + <li><a href="/incubation/Roles_and_Responsibilities.html">Who? (Roles)</a></li> + <li><a href="/incubation/Process_Description.html">When? (Process)</a></li> + </menu> + <div class="menuheader"><a +href="/guides/index.html">Entry Guides</a></div> + <menu compact="compact"> + <li><a href="/guides/proposal.html">Proposal Guide</a></li> + </menu> + <div class="menuheader"><a +href="/guides/index.html">Podling Guides</a></div> + <menu compact="compact"> + <li><a href="/guides/committer.html">Podling Committers</a></li> + <li><a href="/guides/ppmc.html">Podling PMC (PPMC)</a></li> + <li><a href="/guides/projects.html">Podling Mentor</a></li> + <li><a href="/guides/releasemanagement.html">Podling Releases</a></li> + <li><a href="/guides/branding.html">Podling Branding</a></li> + <li><a href="/guides/sites.html">Podling Websites</a></li> + <li><a href="/guides/graduation.html">Graduation</a></li> + </menu> + <div class="menuheader"><a +href="/ip-clearance/index.html">IP Clearance</a></div> + <menu compact="compact"> + </menu> + <div class="menuheader"><a +href="/whoweare.html">Who We Are</a></div> + <menu compact="compact"> + </menu> + <div class="menuheader"><a +href="http://www.apache.org">ASF</a></div> + <menu compact="compact"> + <li><a href="http://www.apache.org/foundation/how-it-works.html">How Apache Works</a></li> + <li><a href="http://www.apache.org/dev/">Developer Documentation</a></li> + <li><a href="http://www.apache.org/foundation/">Foundation</a></li> + </menu> + <div class="menuheader">Other Guides</div> + <menu compact="compact"> + <li><a href="/guides/participation.html">Participation</a></li> + <li><a href="/faq.html">General FAQ</a></li> + <li><a href="/guides/pmc.html">PMC</a> (<a href="/guides/chair.html">Chair</a>)</li> + <li><a href="/guides/lists.html">Mailing Lists</a></li> + <li><a href="/guides/website.html">Incubator Website</a></li> + </menu> + <div class="menuheader"><a +href="http://wiki.apache.org/incubator">Wiki</a></div> + <menu compact="compact"> + </menu> + + <!-- start Ads Server --> + <iframe src="http://www.apache.org/ads/buttonbar.html" + style="border-width:0; float: left" frameborder="0" scrolling="no" + width="135" height="265"></iframe> + <!-- end Ads Server --> + </td> + <!-- CONTENT --> + <td align="left" valign="top" class="content"> + <h2><img src="/images/redarrow.gif" /> + <a name="Pig+Project+Incubation+Status">Pig Project Incubation Status</a> +</h2> +<div class="section-content"> +<p>This page tracks the project status, incubator-wise. For more general + project status, look on the project website.</p> +</div> + <h2><img src="/images/redarrow.gif" /> + <a name="Description">Description</a> +</h2> +<div class="section-content"> +<p>Pig is a platform for analyzing large datasets.</p> +</div> + <h2><img src="/images/redarrow.gif" /> + <a name="News">News</a> +</h2> +<div class="section-content"> +<ul> + <li>none yet</li> + </ul> +</div> + <h2><img src="/images/redarrow.gif" /> + <a name="Project+info">Project info</a> +</h2> +<div class="section-content"> +<ul> + <li><a href="http://incubator.apache.org/pig/">Pig website</a></li> + </ul> +</div> + <h2><img src="/images/redarrow.gif" /> + <a name="Incubation+status+reports">Incubation status reports</a> +</h2> +<div class="section-content"> +<ul> + <li>none yet</li> + </ul> +</div> + <h2><img src="/images/redarrow.gif" /> + <a name="Incubation+work+items">Incubation work items</a> +</h2> +<div class="section-content"> +<h3> + <a name="Project+Setup">Project Setup</a> +</h3> +<div class="section-content"> +<p>This is the first phase on incubation, needed to start the [email protected].</p> +<p> + <em>Item assignment is shown by the Apache id.</em> + <em>Completed tasks are shown by the completion date (YYYY-MM-dd).</em> + </p> +<h4> + <a name="Identify+the+project+to+be+incubated">Identify the project to be incubated</a> +</h4> +<div class="section-content"> +<table class="colortable" width="100%"> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>....-..-..</td> + <td>Make sure that the requested project name does not already exist and + check www.nameprotect.com to be sure that the name is not already + trademarked for an existing software product.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>If request from an existing Apache project to adopt an external + package, then ask the Apache project for the SVN module and mail + address names.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>If request from outside Apache to enter an existing Apache project, + then post a message to that project for them to decide on acceptance.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>If request from anywhere to become a stand-alone PMC, then assess the + fit with the ASF, and create the lists and modules under the + incubator address/module names if accepted.</td> + </tr> + </table> +</div> +<h4> + <a name="Interim+responsibility">Interim responsibility</a> +</h4> +<div class="section-content"> +<table class="colortable" width="100%"> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>....-..-..</td> + <td>Identify all the Mentors for the incubation, by asking all that can + be Mentors.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>Subscribe all Mentors on the pmc and general lists.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>Give all Mentors access to the incubator SVN repository. + (to be done by the Incubator PMC chair or an Incubator PMC + Member wih karma for the authorizations file)</td> + </tr> + <tr> + <td>....-..-..</td> + <td>Tell Mentors to track progress in the file 'incubator/projects/{project.name}.html'</td> + </tr> + </table> +</div> +<h4> + <a name="Copyright">Copyright</a> +</h4> +<div class="section-content"> +<table class="colortable" width="100%"> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>....-..-..</td> + <td>Check and make sure that the papers that transfer rights to the ASF + been received. It is only necessary to transfer rights for the + package, the core code, and any new code produced by the project. + </td> + </tr> + <tr> + <td>....-..-..</td> + <td>Check and make sure that the files that have been donated have been + updated to reflect the new ASF copyright.</td> + </tr> + </table> +</div> +<h4> + <a name="Verify+distribution+rights">Verify distribution rights</a> +</h4> +<div class="section-content"> +<table class="colortable" width="100%"> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>....-..-..</td> + <td>Check and make sure that for all code included with the distribution + that is not under the Apache license, e have the right to combine + with Apache-licensed code and redistribute. + </td> + </tr> + <tr> + <td>....-..-..</td> + <td>Check and make sure that all source code distributed by the project + is covered by one or more of the following approved licenses: Apache, + BSD, Artistic, MIT/X, MIT/W3C, MPL 1.1, or something with essentially + the same terms.</td> + </tr> + </table> +</div> +<h4> + <a name="Establish+a+list+of+active+committers">Establish a list of active committers</a> +</h4> +<div class="section-content"> +<table class="colortable" width="100%"> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>....-..-..</td> + <td>Check that all active committers have submitted a contributors + agreement.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>Add all active committers in the STATUS file.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>Ask root for the creation of committers' accounts on + people.apache.org.</td> + </tr> + </table> +</div> +<h4> + <a name="Infrastructure">Infrastructure</a> +</h4> +<div class="section-content"> +<table class="colortable" width="100%"> + <tr> + <th>date</th> + <th>item</th> + </tr> + <tr> + <td>....-..-..</td> + <td>Ask infrastructure to create source repository modules and grant the + committers karma.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>Ask infrastructure to set up and archive Mailing lists.</td> + </tr> + <tr> + <td>....-..-..</td> + <td>Decide about and then ask infrastructure to setup an issuetracking + system (Bugzilla, Scarab, Jira).</td> + </tr> + <tr> + <td>....-..-..</td> + <td>Migrate the project to our infrastructure.</td> + </tr> + </table> +</div> +<h4> + <a name="Project+specific">Project specific</a> +</h4> +<div class="section-content"> +<p> + <em>Add project specific tasks here.</em> + </p> +</div> +</div> +<h3> + <a name="Incubation">Incubation</a> +</h3> +<div class="section-content"> +<p>These action items have to be checked for during the whole incubation process.</p> +<p> + <em>These items are not to be signed as done during incubation, as they + may change during incubation.</em> + <em>They are to be looked into and described in the status reports and + completed in the request for incubation signoff.</em> + </p> +<h4> + <a name="Collaborative+Development">Collaborative Development</a> +</h4> +<div class="section-content"> +<ul> + <li>Have all of the active long-term volunteers been identified and + acknowledged as committers on the project? + </li> + <li>Are there three or more independent committers? (The legal definition + of independent is long and boring, but basically it means that there + is no binding relationship between the individuals, such as a shared + employer, that is capable of overriding their free will as + individuals, directly or indirectly.)</li> + <li>Are project decisions being made in public by the committers?</li> + <li>Are the decision-making guidelines published and agreed to by all of + the committers?</li> + </ul> +</div> +<h4> + <a name="Licensing+awareness">Licensing awareness</a> +</h4> +<div class="section-content"> +<ul> + <li>Are all licensing, trademark, credit issues being taken care of and + acknowleged by all committers?</li> + </ul> +</div> +<h4> + <a name="Project+Specific">Project Specific</a> +</h4> +<div class="section-content"> +<p> + <em>Add project specific tasks here.</em> + </p> +</div> +</div> +<h3> + <a name="Exit">Exit</a> +</h3> +<div class="section-content"> +<p> + <em>Things to check for before voting the project out.</em> + </p> +<h4> + <a name="Organizational+acceptance+of+responsibility+for+the+project">Organizational acceptance of responsibility for the project</a> +</h4> +<div class="section-content"> +<ul> + <li>If graduating to an existing PMC, has the PMC voted to accept it?</li> + <li>If graduating to a new PMC, has the board voted to accept it?</li> + </ul> +</div> +<h4> + <a name="Incubator+sign-off">Incubator sign-off</a> +</h4> +<div class="section-content"> +<ul> + <li>Has the Incubator decided that the project has accomplished all of + the above tasks?</li> + </ul> +</div> +</div> +</div> + </td> + <!-- RIGHT SIDE NAVIGATION --> + <td valign="top" nowrap="nowrap" class="navright"> + <div class="menuheader"><a +href="/projects/index.html">Projects</a></div> + <menu compact="compact"> + <li><a href="/projects/abdera.html">Abdera</a></li> + <li><a href="/projects/cxf.html">CXF</a></li> + <li><a href="/projects/ftpserver.html">FtpServer</a></li> + <li><a href="/projects/jspwiki.html">JSPWiki</a></li> + <li><a href="/projects/juice.html">JuiCE</a></li> + <li><a href="/projects/lokahi.html">Lokahi</a></li> + <li><a href="/projects/log4php.html">Log4php</a></li> + <li><a href="/projects/lucene.net.html">Lucene.Net</a></li> + <li><a href="/projects/nmaven.html">NMaven</a></li> + <li><a href="/projects/qpid.html">Qpid</a></li> + <li><a href="/projects/rcf.html">RCF</a></li> + <li><a href="/projects/river.html">River</a></li> + <li><a href="/projects/sanselan.html">Sanselan</a></li> + <li><a href="/projects/servicemix.html">ServiceMix</a></li> + <li><a href="/projects/sling.html">Sling</a></li> + <li><a href="/projects/stdcxx.html">stdcxx</a></li> + <li><a href="/projects/tika.html">Tika</a></li> + <li><a href="/projects/triplesoup.html">TripleSoup</a></li> + <li><a href="/projects/tuscany.html">Tuscany</a></li> + <li><a href="/projects/uima.html">UIMA</a></li> + <li><a href="/projects/woden.html">Woden</a></li> + <li><a href="/projects/wsrp4j.html">WSRP4J</a></li> + <li><a href="/projects/xap.html">XAP</a></li> + <li><a href="/projects/yoko.html">Yoko</a></li> + </menu> + +<form action="http://www.google.com/search" method="get"> + <input value="incubator.apache.org" name="sitesearch" type="hidden"/> + <input size="8" name="q" id="query" type="text" value="search..." + onclick="if(this.value == 'search...') {this.value = ''}"/> + <input name="Search" value="Go" type="submit"/> +</form> + </td> + </tr> + <!-- FOOTER --> + <tr><td colspan="3"><hr noshade="noshade" size="1"/></td></tr> + <tr><td colspan="3" class="footer"> + Copyright &#169; 1999-2007, The Apache Software Foundation<br /> +Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. + </td> + </tr> + </table> + </body> +</html> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
From [email protected] Sat Dec 04 21:12:22 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 58342 invoked from network); 4 Dec 2010 21:12:21 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 4 Dec 2010 21:12:21 -0000 Received: (qmail 62192 invoked by uid 500); 4 Dec 2010 21:12:20 -0000 Delivered-To: [email protected] Received: (qmail 62057 invoked by uid 500); 4 Dec 2010 21:12:20 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <infrastructure-dev.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 62045 invoked by uid 99); 4 Dec 2010 21:12:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Dec 2010 21:12:20 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO koch.ro) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Dec 2010 21:12:11 +0000 Received: from 108-92.76-83.cust.bluewin.ch ([161.129.204.104] helo=jona.localnet) by koch.ro with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from <[email protected]>) id 1POzJ0-0003lt-ME; Sat, 04 Dec 2010 22:06:06 +0100 From: Thomas Koch <[email protected]> Reply-To: [email protected] To: [email protected] Subject: GIT requirements was: Git Tasks Date: Sat, 4 Dec 2010 22:11:41 +0100 User-Agent: KMail/1.13.5 (Linux/2.6.32-4-amd64; KDE/4.4.5; x86_64; ; ) Cc: Sander Temme <[email protected]>, Paul Querna <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <[email protected]> X-Virus-Checked: Checked by ClamAV on apache.org Sander Temme: > We are not talking about individual tools yet. This is not the time to > push one tool over another: we're still figuring out what the needs and > requirements are specific to our foundation mandate, infrastructure > requirements and the capability of our staff to support what we end up > with. Hi Sander, I'm a bit confused. The tasks that Paul Querna added to jira[1] are already quite technically detailed and won't all make sense if we should end up e.g. with Gerrit. But you say, that the exact requirements are not yet finally figured out. Others already want to make a test installation of gitolite. I believe that it wouldn't be good to start talking about tasks if the requirements aren't at least drafted and different solutions have been discussed. I haven't found any place where the requirements are collected so I took the freedom to just dump a set of requirements and wishes I could think of. Maybe you'd like to start with this list and augment or shorten it? Otherwise I'm not sure, what the next steps towards GIT are supposed to be and whether there is any way how I could help. - New year is coming and there may be some free hours around these days... [1] https://issues.apache.org/jira/browse/INFRA/component/12312655 So here goes my initial, totaly subjective and gerrit-biased requirements list: Requirements for GIT at the ASF =============================== Performance ----------- * The system should support 40 commits per hour. Lars Eilebrecht@ApacheCon Europe 2009, "Behind the Scenes of The Apache Software Foundation": 300 SVN Revisions per day. Let's say all revisions are made during eight working hours a day: 320/8 = 40 * Read-Only mirrors for the GIT repositories must be possible. Availability ------------ * High availability is not necessary. A hot backup should be available so that an administrator could switch to the backup during working hours. * All informations of the systems must be backed up and may _not_ be lost. Authorization ------------- * Authorization can be granted on a project or repository level. * Permissions (can) include: - direct commit to GIT - force commit (non fast-forward commits, should not be used at all) - vote on patches - commit patches (only commits patches that have enough votes) - flag patches as verified - create branches - delete branches - delete repositories - create repositories * User Credentials are read from LDAP. * Project Chairs are indentified from LDAP and have all permissions on a project. * Contributors are identified from LDAP and have these permissions: - vote on patches - commit patches (only commits patches that have enough votes) - flag patches as verified - create branches - delete branches * Everybody can create an account to upload patches and comment on patches. Legal ----- * Patches can only be commited to GIT if they've been cryptographically signed by a contributor whose CLA is on file. Workflow -------- * Comments can be attached to patches, maybe on a per codeline base. * A new version of a patch can be submitted while keeping the connection to old versions of that patch. * Repositories can be organized to show their affiliation to projects, maybe as first and second (sub-projects) level repositories. Communication ------------- * Everybody can subscribe to be notified by mail of these events: - upload of a new patch - comments / votes on my/all patches - commit of a patch - direct commits to the repository - ...? * All activity in a repository / project can also be forwarded to IRC / CIA / Jabber(?). Web-Frontend ------------ * The GIT repository can be explored as provided by e.g. git-web * Patches can be reviewed / commented / voted on in a web frontend. * It should be possible to load balance the web-frontend over multiple servers in the same data center, better over continents. Continuous-Integration ---------------------- * Continuos Integration systems are either notified of new patches or can get a list of patches that have not yet been seen by them. * The Continuous Integration system can post its result as a comment to a patch. Protocols --------- * The GIT repository can be checked out by http://, git:// and ssh:// * Commits or patches can be uploaded via ssh:// Best regards, Thomas Koch, http://www.koch.ro From [email protected] Sat Dec 04 21:28:08 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66404 invoked from network); 4 Dec 2010 21:28:07 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 4 Dec 2010 21:28:07 -0000 Received: (qmail 70976 invoked by uid 500); 4 Dec 2010 21:28:07 -0000 Delivered-To: [email protected] Received: (qmail 70849 invoked by uid 500); 4 Dec 2010 21:28:07 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <infrastructure-dev.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 70841 invoked by uid 99); 4 Dec 2010 21:28:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Dec 2010 21:28:07 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO nskntmtas03p.mx.bigpond.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Dec 2010 21:28:01 +0000 Received: from nskntotgx03p.mx.bigpond.com ([161.129.204.104]) by nskntmtas03p.mx.bigpond.com with ESMTP id <[email protected]> for <[email protected]>; Sat, 4 Dec 2010 21:27:38 +0000 Received: from deltaflyer ([161.129.204.104]) by nskntotgx03p.mx.bigpond.com with ESMTP id <20101204212738.XEMK13584.nskntotgx03p.mx.bigpond.com@deltaflyer> for <[email protected]>; Sat, 4 Dec 2010 21:27:38 +0000 From: "Gav..." <[email protected]> To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Subject: RE: GIT requirements was: Git Tasks Date: Sun, 5 Dec 2010 07:27:34 +1000 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcuT9/EEq30XsJbkSLGgHPIjLMhIQwAAgUnw Content-Language: en-au X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID str=0001.0A150202.4CFAB24A.00CA,ss=1,fgs=0 X-SIH-MSG-ID: oh81ENL6TFelgj0khjaxblklnljh0SNytt9NBYd6+kVFXEfBvd/fS8y9cqpH34nvxF0dcgrxazIwc6j0X47bsN66IrRBWLDY58I= > -----Original Message----- > From: Thomas Koch [mailto:[email protected]] > Sent: Sunday, 5 December 2010 7:12 AM > To: [email protected] > Cc: Sander Temme; Paul Querna > Subject: GIT requirements was: Git Tasks > > Sander Temme: > > We are not talking about individual tools yet. This is not the time > to > > push one tool over another: we're still figuring out what the needs > and > > requirements are specific to our foundation mandate, infrastructure > > requirements and the capability of our staff to support what we end > up > > with. > Hi Sander, > > I'm a bit confused. The tasks that Paul Querna added to jira[1] are > already > quite technically detailed and won't all make sense if we should end up > e.g. > with Gerrit. But you say, that the exact requirements are not yet > finally > figured out. Others already want to make a test installation of > gitolite. > > I believe that it wouldn't be good to start talking about tasks if the > requirements aren't at least drafted and different solutions have been > discussed. > > I haven't found any place where the requirements are collected Have you looked at: https://svn.apache.org/repos/infra/infrastructure/trunk/projects/git/THE-PLA N-SO-FAR Gav... > so I > took the > freedom to just dump a set of requirements and wishes I could think of. > Maybe > you'd like to start with this list and augment or shorten it? Otherwise > I'm > not sure, what the next steps towards GIT are supposed to be and > whether there > is any way how I could help. - New year is coming and there may be some > free > hours around these days... > > [1] https://issues.apache.org/jira/browse/INFRA/component/12312655 > > So here goes my initial, totaly subjective and gerrit-biased > requirements > list: > > Requirements for GIT at the ASF > =============================== > > Performance > ----------- > > * The system should support 40 commits per hour. > > Lars Eilebrecht@ApacheCon Europe 2009, "Behind the Scenes of The Apache > Software Foundation": 300 SVN Revisions per day. Let's say all > revisions are > made during eight working hours a day: 320/8 = 40 > > * Read-Only mirrors for the GIT repositories must be possible. > > Availability > ------------ > > * High availability is not necessary. A hot backup should be available > so that > an administrator could switch to the backup during working hours. > > * All informations of the systems must be backed up and may _not_ be > lost. > > Authorization > ------------- > > * Authorization can be granted on a project or repository level. > > * Permissions (can) include: > - direct commit to GIT > - force commit (non fast-forward commits, should not be used at all) > - vote on patches > - commit patches (only commits patches that have enough votes) > - flag patches as verified > - create branches > - delete branches > - delete repositories > - create repositories > > * User Credentials are read from LDAP. > > * Project Chairs are indentified from LDAP and have all permissions on > a > project. > > * Contributors are identified from LDAP and have these permissions: > - vote on patches > - commit patches (only commits patches that have enough votes) > - flag patches as verified > - create branches > - delete branches > > * Everybody can create an account to upload patches and comment on > patches. > > Legal > ----- > > * Patches can only be commited to GIT if they've been cryptographically > signed > by a contributor whose CLA is on file. > > Workflow > -------- > > * Comments can be attached to patches, maybe on a per codeline base. > > * A new version of a patch can be submitted while keeping the > connection to > old versions of that patch. > > * Repositories can be organized to show their affiliation to projects, > maybe > as first and second (sub-projects) level repositories. > > Communication > ------------- > > * Everybody can subscribe to be notified by mail of these events: > - upload of a new patch > - comments / votes on my/all patches > - commit of a patch > - direct commits to the repository > - ...? > > * All activity in a repository / project can also be forwarded to IRC / > CIA / > Jabber(?). > > Web-Frontend > ------------ > > * The GIT repository can be explored as provided by e.g. git-web > > * Patches can be reviewed / commented / voted on in a web frontend. > > * It should be possible to load balance the web-frontend over multiple > servers > in the same data center, better over continents. > > Continuous-Integration > ---------------------- > > * Continuos Integration systems are either notified of new patches or > can get > a list of patches that have not yet been seen by them. > > * The Continuous Integration system can post its result as a comment to > a > patch. > > Protocols > --------- > > * The GIT repository can be checked out by http://, git:// and ssh:// > > * Commits or patches can be uploaded via ssh:// > > > Best regards, > > Thomas Koch, http://www.koch.ro From [email protected] Sat Dec 04 21:30:15 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 66972 invoked from network); 4 Dec 2010 21:30:14 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 4 Dec 2010 21:30:14 -0000 Received: (qmail 71716 invoked by uid 500); 4 Dec 2010 21:30:14 -0000 Delivered-To: [email protected] Received: (qmail 71556 invoked by uid 500); 4 Dec 2010 21:30:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <infrastructure-dev.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Delivered-To: moderator for [email protected] Received: (qmail 21429 invoked by uid 99); 4 Dec 2010 12:30:44 -0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) MIME-Version: 1.0 Date: Sat, 4 Dec 2010 13:30:16 +0100 Message-ID: <[email protected]> Subject: Sonar at Apache From: Olivier Gaudin <[email protected]> To: infrastructure-dev <[email protected]> Content-Type: multipart/alternative; boundary=0016365eec1238f13b049694d131 X-Virus-Checked: Checked by ClamAV on apache.org --0016365eec1238f13b049694d131 Content-Type: text/plain; charset=ISO-8859-1 Hi, I am working at SonarSource, the company that is the main contributor to open source Sonar <http://www.sonarsource.org>. I know that there have been discussion at ASF for providing Sonar analysis as a service to the projects and that it aborted for various reasons. I was wondering what we could do at SonarSource to help setting up and administrating this service for the ASF to provide it to projects. Please let me know. Olivier Gaudin SonarSource 202-301-3575 http://www.sonarsource.com --0016365eec1238f13b049694d131-- From [email protected] Sun Dec 05 11:30:26 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 25672 invoked from network); 5 Dec 2010 11:30:25 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 5 Dec 2010 11:30:25 -0000 Received: (qmail 68590 invoked by uid 500); 5 Dec 2010 11:30:24 -0000 Delivered-To: [email protected] Received: (qmail 68423 invoked by uid 500); 5 Dec 2010 11:30:24 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <infrastructure-dev.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 68415 invoked by uid 99); 5 Dec 2010 11:30:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Dec 2010 11:30:23 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 05 Dec 2010 11:30:21 +0000 Received: (qmail 25562 invoked by uid 99); 5 Dec 2010 11:29:59 -0000 Received: from localhost.apache.org (HELO [161.129.204.104]) (161.129.204.104) (smtp-auth username markt, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Dec 2010 11:29:59 +0000 Message-ID: <[email protected]> Date: Sun, 05 Dec 2010 11:29:52 +0000 From: Mark Thomas <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-GB; rv:161.129.204.104) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: Olivier Gaudin <[email protected]> CC: [email protected] Subject: Re: Sonar at Apache References: <[email protected]> In-Reply-To: <[email protected]> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 04/12/2010 12:30, Olivier Gaudin wrote: > Hi, > > I am working at SonarSource, the company that is the main contributor to > open source Sonar <http://www.sonarsource.org>. I know that there have been > discussion at ASF for providing Sonar analysis as a service to the projects > and that it aborted for various reasons. I was wondering what we could do at > SonarSource to help setting up and administrating this service for the ASF > to provide it to projects. > > Please let me know. Isn't it already set up for most Apache projects at [1]? This got mentioned on the Tomcat dev list just last week. With my Tomcat hat on, I'd suggest the following: - provide an obvious contact for projects to request being added / removed / alter config (I'd love to see separate Tomcat 5.5.x, 6.0.x and 7.0.x entries but I can't see an obvious way to request this) - e-mail [email protected] and let the communities know it is available With my infra hat on, I'd just mention to make sure however you are pulling the data from svn that it does not put an unnecessary load on the svn servers. I suspect this is already taken care of because it it wasn't, you would have been blocked already. Mark [1] http://nemo.sonarsource.org/ From [email protected] Sun Dec 05 20:40:54 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 95964 invoked from network); 5 Dec 2010 20:40:53 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 5 Dec 2010 20:40:53 -0000 Received: (qmail 46295 invoked by uid 500); 5 Dec 2010 20:40:53 -0000 Delivered-To: [email protected] Received: (qmail 46177 invoked by uid 500); 5 Dec 2010 20:40:52 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <infrastructure-dev.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 46169 invoked by uid 99); 5 Dec 2010 20:40:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Dec 2010 20:40:52 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO nskntmtas04p.mx.bigpond.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Dec 2010 20:40:46 +0000 Received: from nskntotgx02p.mx.bigpond.com ([161.129.204.104]) by nskntmtas04p.mx.bigpond.com with ESMTP id <[email protected]> for <[email protected]>; Sun, 5 Dec 2010 20:40:24 +0000 Received: from deltaflyer ([161.129.204.104]) by nskntotgx02p.mx.bigpond.com with ESMTP id <20101205204023.DELA4790.nskntotgx02p.mx.bigpond.com@deltaflyer> for <[email protected]>; Sun, 5 Dec 2010 20:40:23 +0000 From: "Gav..." <[email protected]> To: <[email protected]> References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Subject: RE: Sonar at Apache Date: Mon, 6 Dec 2010 06:40:20 +1000 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcuUb8/fM3CWVp9oQCyzp1pdjnkkmgARm0Fg Content-Language: en-au X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID str=0001.0A150203.4CFBF8B8.002F,ss=1,fgs=0 X-SIH-MSG-ID: qRA6FNH+TFelgj0khjaxblklnljh0SNytt9NBYd6+kVFXEfBvd/fS8y9cqpH34nvxF0JaArxazIwc6n0X4/bttm6I7hBWLDY58I= > -----Original Message----- > From: Mark Thomas [mailto:[email protected]] > Sent: Sunday, 5 December 2010 9:30 PM > To: Olivier Gaudin > Cc: [email protected] > Subject: Re: Sonar at Apache > > On 04/12/2010 12:30, Olivier Gaudin wrote: > > Hi, > > > > I am working at SonarSource, the company that is the main contributor > to > > open source Sonar <http://www.sonarsource.org>. I know that there > have been > > discussion at ASF for providing Sonar analysis as a service to the > projects > > and that it aborted for various reasons. I was wondering what we > could do at > > SonarSource to help setting up and administrating this service for > the ASF > > to provide it to projects. > > > > Please let me know. > > Isn't it already set up for most Apache projects at [1]? This got > mentioned on the Tomcat dev list just last week. > > With my Tomcat hat on, I'd suggest the following: > - provide an obvious contact for projects to request being added / > removed / alter config (I'd love to see separate Tomcat 5.5.x, 6.0.x > and > 7.0.x entries but I can't see an obvious way to request this) > - e-mail [email protected] and let the communities know it is available > > With my infra hat on, I'd just mention to make sure however you are > pulling the data from svn that it does not put an unnecessary load on > the svn servers. I suspect this is already taken care of because it it > wasn't, you would have been blocked already. > > Mark > > [1] http://nemo.sonarsource.org/ Jukka asked for and was given the go ahead to install Sonar on one of our machines. No idea why he never, I assume he just ran out of time. No one else in infra has picked it up. Sonarsource cannot help with anything ASF hosted; and as it looks like that is not going to happen, then as Mark mentioned above, provide your own hosting, provide decent contacts and instructions page on how to be added. If you are not already, use a recent dump file [2] and then svnsync to keep up to date with the repo. [2] - http://svn.apache.org/dump/ Gav... From [email protected] Mon Dec 06 00:58:46 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 1676 invoked from network); 6 Dec 2010 00:58:46 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 Dec 2010 00:58:46 -0000 Received: (qmail 32433 invoked by uid 500); 6 Dec 2010 00:58:46 -0000 Delivered-To: [email protected] Received: (qmail 32301 invoked by uid 500); 6 Dec 2010 00:58:45 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <infrastructure-dev.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 32293 invoked by uid 99); 6 Dec 2010 00:58:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Dec 2010 00:58:45 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-iw0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Dec 2010 00:58:40 +0000 Received: by iwn1 with SMTP id 1so14620735iwn.23 for <[email protected]>; Sun, 05 Dec 2010 16:58:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=OArQFwvC9XlQ58z5p505vNZrzCCVeWzHEsZNEOSMfUA=; b=QYSfcqz4bc3KNHYq+FBDCiWBbf64mLVBctbJeS8EDfyqPeoM5b55W9jvWFIAFN185+ HRS+YqEbYoCeHFtYqFQii+DXGX6BdoKT0YJ8wQxp1svMrhRtOTpV76ZZhEq9iNbq/u6m Eabh16oy+OtR+Hovun4azkGKjTUbbVC1xtgPQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=I/G6YaW3PPW1mt6e39GNf/3cmxDsHLRPZL/sfC4TdvbJJZ3gfFk+ax54mJxRsMy7hA l26KTsGNqYw1UpzIn9KvDvi9gOXZPeGp+z93U/GYKOslbCMQDYUdwFaCTxTac2CznbKg 6v1LIBA0ipIDtg7/i2uoyrPyqE5ERMAaNVADI= Received: by 161.129.204.104 with SMTP id s10mr5101362ibs.139.1291597100019; Sun, 05 Dec 2010 16:58:20 -0800 (PST) MIME-Version: 1.0 Received: by 161.129.204.104 with HTTP; Sun, 5 Dec 2010 16:57:59 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> From: Jukka Zitting <[email protected]> Date: Mon, 6 Dec 2010 01:57:59 +0100 Message-ID: <[email protected]> Subject: Re: Sonar at Apache To: [email protected] Content-Type: text/plain; charset=ISO-8859-1 Hi, On Sun, Dec 5, 2010 at 9:40 PM, Gav... <[email protected]> wrote: > Jukka asked for and was given the go ahead to install Sonar on one of our > machines. No idea why he never, I assume he just ran out of time. No one > else in infra has picked it up. Yep. The free cycles I had to spend on this when I asked for the required infra bits (INFRA-2551) had already been spent by the time we got the new server online a few months later. I'm about to finish a book project in a few months, so I should then again have some free time for this, but it would of course be great if someone else wanted to set up Sonar already before that. BR, Jukka Zitting From [email protected] Mon Dec 06 01:05:25 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 9903 invoked from network); 6 Dec 2010 01:05:23 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 Dec 2010 01:05:23 -0000 Received: (qmail 35502 invoked by uid 500); 6 Dec 2010 01:05:23 -0000 Delivered-To: [email protected] Received: (qmail 35325 invoked by uid 500); 6 Dec 2010 01:05:22 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <infrastructure-dev.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 35317 invoked by uid 99); 6 Dec 2010 01:05:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Dec 2010 01:05:22 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-iw0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Dec 2010 01:05:18 +0000 Received: by iwn1 with SMTP id 1so14626096iwn.23 for <[email protected]>; Sun, 05 Dec 2010 17:04:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=EgyFqca9wDzPcGgxZXLbQIYqQOGPd5+QRjcJa7PpVuM=; b=R016bbScF/XC6tI0DD6ucyRsioRIx/JaQUNLn8x+++DcB0Nqzuk1pHsPWc3sDEEpxT uuBcMhlobggKPgJSOefJM4dNk2Nz/VeQecCbF6AvTscQS1o8jaiUHFoiFyCB6I4aKBv3 71UBXFABUrAG4XvXoueMPOYnCptJdG/RTnIrM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=mM87/Ep1YwYfIiw8SwMPwjuOx8+WGm2sTAt54WG4tiVX3gye5aVhGhtQEYsp0Ueuc3 4Wkj2wXKW3MRvPjE2jjX7nqGYetwoqxyMyF0m3YEsMZxBmBCYK5WVOe6xl7KRCkjejcm a//CacjWE1AFRN1mUOb8n99acvopJvMNf+xEg= MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id v2mr5145472ibv.3.1291597497779; Sun, 05 Dec 2010 17:04:57 -0800 (PST) Received: by 161.129.204.104 with HTTP; Sun, 5 Dec 2010 17:04:57 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Sun, 5 Dec 2010 17:04:57 -0800 Message-ID: <[email protected]> Subject: Re: Sonar at Apache From: Luciano Resende <[email protected]> To: [email protected] Content-Type: text/plain; charset=UTF-8 On Sun, Dec 5, 2010 at 4:57 PM, Jukka Zitting <[email protected]> wrote: > Hi, > > On Sun, Dec 5, 2010 at 9:40 PM, Gav... <[email protected]> wrote: >> Jukka asked for and was given the go ahead to install Sonar on one of our >> machines. No idea why he never, I assume he just ran out of time. No one >> else in infra has picked it up. > > Yep. The free cycles I had to spend on this when I asked for the > required infra bits (INFRA-2551) had already been spent by the time we > got the new server online a few months later. > > I'm about to finish a book project in a few months, so I should then > again have some free time for this, but it would of course be great if > someone else wanted to set up Sonar already before that. > > BR, > > Jukka Zitting > I've been experimenting with sonar in my local server, and if we have the server ready I can help getting it setup. -- Luciano Resende http://people.apache.org/~lresende http://twitter.com/lresende1975 http://lresende.blogspot.com/ From [email protected] Mon Dec 06 01:31:05 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 20403 invoked from network); 6 Dec 2010 01:31:03 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 Dec 2010 01:31:03 -0000 Received: (qmail 43405 invoked by uid 500); 6 Dec 2010 01:31:03 -0000 Delivered-To: [email protected] Received: (qmail 43217 invoked by uid 500); 6 Dec 2010 01:31:03 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <infrastructure-dev.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 43209 invoked by uid 99); 6 Dec 2010 01:31:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Dec 2010 01:31:03 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mail-px0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Dec 2010 01:30:45 +0000 Received: by pxi9 with SMTP id 9so2099921pxi.23 for <[email protected]>; Sun, 05 Dec 2010 17:30:23 -0800 (PST) Received: by 161.129.204.104 with SMTP id g5mr4451777wfb.321.1291599023730; Sun, 05 Dec 2010 17:30:23 -0800 (PST) Received: from [161.129.204.104] (CPE-121-216-211-154.lnse3.ken.bigpond.net.au [161.129.204.104]) by mx.google.com with ESMTPS id w14sm6560264wfd.18.2161.129.204.104.30.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 05 Dec 2010 17:30:22 -0800 (PST) Sender: Brett Porter <[email protected]> Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1081) Subject: Re: Sonar at Apache From: Brett Porter <[email protected]> In-Reply-To: <[email protected]> Date: Mon, 6 Dec 2010 12:30:17 +1100 Content-Transfer-Encoding: quoted-printable Message-Id: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> To: [email protected] X-Mailer: Apple Mail (2.1081) X-Virus-Checked: Checked by ClamAV on apache.org On 06/12/2010, at 12:04 PM, Luciano Resende wrote: > On Sun, Dec 5, 2010 at 4:57 PM, Jukka Zitting = <[email protected]> wrote: >> Hi, >>=20 >> On Sun, Dec 5, 2010 at 9:40 PM, Gav... <[email protected]> = wrote: >>> Jukka asked for and was given the go ahead to install Sonar on one = of our >>> machines. No idea why he never, I assume he just ran out of time. No = one >>> else in infra has picked it up. >>=20 >> Yep. The free cycles I had to spend on this when I asked for the >> required infra bits (INFRA-2551) had already been spent by the time = we >> got the new server online a few months later. >>=20 >> I'm about to finish a book project in a few months, so I should then >> again have some free time for this, but it would of course be great = if >> someone else wanted to set up Sonar already before that. >>=20 >> BR, >>=20 >> Jukka Zitting >>=20 >=20 > I've been experimenting with sonar in my local server, and if we have > the server ready I can help getting it setup. I volunteered last time and still happy to help (but not to drive it). Gav made some good suggestions if SonarSource wanted to set up their own = instance and get it used more. If we're going to run it here, I know = SonarSource have at least one ASF committer on staff that might be = encouraged to get involved. - Brett -- Brett Porter [email protected] http://brettporter.wordpress.com/ http://au.linkedin.com/in/brettporter From [email protected] Mon Dec 06 23:16:16 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 3503 invoked from network); 6 Dec 2010 23:16:14 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 6 Dec 2010 23:16:14 -0000 Received: (qmail 86097 invoked by uid 500); 6 Dec 2010 23:16:14 -0000 Delivered-To: [email protected] Received: (qmail 85904 invoked by uid 500); 6 Dec 2010 23:16:13 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <infrastructure-dev.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 85892 invoked by uid 99); 6 Dec 2010 23:16:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Dec 2010 23:16:13 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mail-wy0-f178.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Dec 2010 23:16:08 +0000 Received: by wyb42 with SMTP id 42so12731913wyb.23 for <multiple recipients>; Mon, 06 Dec 2010 15:15:46 -0800 (PST) MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id g63mr621987weg.114.1291677345238; Mon, 06 Dec 2010 15:15:45 -0800 (PST) Received: by 161.129.204.104 with HTTP; Mon, 6 Dec 2010 15:15:45 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Tue, 7 Dec 2010 00:15:45 +0100 Message-ID: <[email protected]> Subject: Re: Sonar at Apache From: Olivier Gaudin <[email protected]> To: Mark Thomas <[email protected]> Cc: [email protected] Content-Type: multipart/alternative; boundary=0015175931d053cd940496c611d7 --0015175931d053cd940496c611d7 Content-Type: text/plain; charset=ISO-8859-1 Hi Mark, Isn't it already set up for most Apache projects at [1]? This got mentioned > on the Tomcat dev list just last week. This is true that there is a serie of Apache projects in Nemo, most of them being at our initiative. The issue is mainly that it means we have to look after the build of the projects which I believe is not the right thing to do : not only can it sometimes be consuming for us but also we are pretty powerless when facing an issue. IMO, the build should be the responsibility of the dev team and when the build is complete I am happy to support the recipient into which results are gonna be injected to. With my Tomcat hat on, I'd suggest the following: - provide an obvious contact for projects to request being added / removed / > alter config (I'd love to see separate Tomcat 5.5.x, 6.0.x and 7.0.x entries > but I can't see an obvious way to request this) - e-mail [email protected] and let the communities know it is available I understand where you are coming from but again I do not think this is efficient as this is all gonna be manual. Take for example Tomcat, I am happy to setup your 3 versions. Now, can you please provide me with the SCM for the 3 repos ? And as I happen to know that Tomcat is not built with Maven, I will also ask you to provide me with the sources directories for the 3 version for Sonar to be able to run proper analysis. Let now say that you would also like to get the results of unit tests in Sonar, I will ask you how to build Tomcat and run the unit tests and where the results are stored... With my infra hat on, I'd just mention to make sure however you are pulling the data from svn that it does not put an unnecessary load on the svn servers. I suspect this is already taken care of because it it wasn't, you would have been blocked already. We have doing this very cautiously to avoid being blocked. We run update only, once a week. If you do not think that there is an other possible way on this, I am happy to give it a go to see where we get with proposed solution. Cheers Olivier Gaudin SonarSource 202-301-3575 http://www.sonarsource.com --0015175931d053cd940496c611d7-- From [email protected] Wed Dec 22 07:57:05 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 90815 invoked from network); 22 Dec 2010 07:57:02 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Dec 2010 07:57:02 -0000 Received: (qmail 53901 invoked by uid 500); 22 Dec 2010 07:57:01 -0000 Delivered-To: [email protected] Received: (qmail 52065 invoked by uid 500); 22 Dec 2010 07:56:59 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <infrastructure-dev.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 51773 invoked by uid 99); 22 Dec 2010 07:56:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Dec 2010 07:56:58 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO koch.ro) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Dec 2010 07:56:53 +0000 Received: from 46-127-147-3.dclient.hispeed.ch ([161.129.204.104] helo=jona.localnet) by koch.ro with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from <[email protected]>) id 1PVJYl-0005is-Ix; Wed, 22 Dec 2010 08:56:31 +0100 From: Thomas Koch <[email protected]> Reply-To: [email protected] To: [email protected], [email protected], Jukka Zitting <[email protected]>, [email protected] Subject: Test instance of Gerrit? Date: Wed, 22 Dec 2010 08:56:27 +0100 User-Agent: KMail/1.13.5 (Linux/2.6.32-4-amd64; KDE/4.4.5; x86_64; ; ) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <[email protected]> Hi, the topic of official GIT repos for apache projects has been raised again a few weeks ago on [email protected].[1] However I can't see who is doing what in which direction over there, if anything is [email protected]. [1] http://comments.gmane.org/gmane.comp.apache.infrastructure.devel/1151 I proposed a draft for a requirements document for the GIT setup and suggested to give Gerrit a try. There hasn't been a reply however since more than two weeks. Gerrit is a repository manager developed for the android project and also used by the repository foundation. It includes patch review, workflow and CLA-tracking. [2] http://code.google.com/p/gerrit/ Now my question is, whether there's some interest from developers to give Gerrit a try? In this case, I'd setup a private toy instance and import your project. I don't want to shoot anybody from [email protected] in the back. I just think it would help to have some hands-on experience so that people can make better judgements. Best regards, Thomas Koch, http://www.koch.ro From [email protected] Wed Dec 22 15:28:14 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40910 invoked from network); 22 Dec 2010 15:28:13 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Dec 2010 15:28:13 -0000 Received: (qmail 92519 invoked by uid 500); 22 Dec 2010 15:28:12 -0000 Delivered-To: [email protected] Received: (qmail 92358 invoked by uid 500); 22 Dec 2010 15:28:11 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <infrastructure-dev.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 92346 invoked by uid 99); 22 Dec 2010 15:28:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Dec 2010 15:28:10 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [161.129.204.104] (HELO mail-ww0-f48.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Dec 2010 15:28:05 +0000 Received: by wwd20 with SMTP id 20so5062920wwd.5 for <multiple recipients>; Wed, 22 Dec 2010 07:27:43 -0800 (PST) MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id t62mr2811632wek.69.1293031663553; Wed, 22 Dec 2010 07:27:43 -0800 (PST) Received: by 161.129.204.104 with HTTP; Wed, 22 Dec 2010 07:27:43 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> Date: Wed, 22 Dec 2010 16:27:43 +0100 Message-ID: <[email protected]> Subject: Sonar at Apache From: Olivier Gaudin <[email protected]> To: [email protected], [email protected] Content-Type: multipart/alternative; boundary=0016e64c1e24fd4b9d0498016427 --0016e64c1e24fd4b9d0498016427 Content-Type: text/plain; charset=ISO-8859-1 Hi all, Sorry about the delay... I am still keen that ASF hosts its own instance, therefore I would like to go for the the suggestion from Brett that Fabrice drives the projects. What are the next step for this ? Thanks Olivier Gaudin SonarSource 202-301-3575 http://www.sonarsource.com --0016e64c1e24fd4b9d0498016427-- From [email protected] Wed Dec 22 17:05:09 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 88998 invoked from network); 22 Dec 2010 17:05:08 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 22 Dec 2010 17:05:08 -0000 Received: (qmail 75018 invoked by uid 500); 22 Dec 2010 17:05:08 -0000 Delivered-To: [email protected] Received: (qmail 74820 invoked by uid 500); 22 Dec 2010 17:05:08 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <infrastructure-dev.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 74812 invoked by uid 99); 22 Dec 2010 17:05:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Dec 2010 17:05:07 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of [email protected] designates 161.129.204.104 as permitted sender) Received: from [161.129.204.104] (HELO mail-ww0-f48.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Dec 2010 17:05:01 +0000 Received: by wwd20 with SMTP id 20so5154770wwd.5 for <[email protected]>; Wed, 22 Dec 2010 09:04:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=3wa39+8634zlbbJegM82rQ3HGauyiYQaVZXUE+bqSAo=; b=LCSmjISaS2Mqv/aeWlPG7JEABYaLYdf4zlhW1wBD0LTU4/fPkacro2QjkTnw6zQcsi IrN4MYXNHbfCX1CUvAVA/7cVeOSkPD1S6XJkOxZTx1vf3HPdzH0WftWjMiQidp9JUcRK cOsoRdua4ZFfGodBNznToDpQl46xRGb/ljf5w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; b=bos+XpWSQb+XRxLvhub7wUfqTzX4qyVkyRpTPBf7wMHmUB6XWNWWbQ8XN6GTn+WO5p NB8aSfeGC7MrRyrSFnj7TiIgxFjbEItwxJpFkr5S/CWCToK+8+j+HUC/RpgCAQPBRunY +JJ56WEJpNnqaOBBXxwgBp/wNONF5nGVoe4x0= Received: by 161.129.204.104 with SMTP id x6mr10866444wex.34.1293037480965; Wed, 22 Dec 2010 09:04:40 -0800 (PST) MIME-Version: 1.0 Sender: [email protected] Received: by 161.129.204.104 with HTTP; Wed, 22 Dec 2010 09:04:20 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> From: Fabrice Bellingard <[email protected]> Date: Wed, 22 Dec 2010 18:04:20 +0100 X-Google-Sender-Auth: IwTECKi1IkEQs7gsz_hPLYWeL5s Message-ID: <[email protected]> Subject: Re: Sonar at Apache To: [email protected] Content-Type: multipart/alternative; boundary=0016e6db6841bbf847049802bfc6 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6db6841bbf847049802bfc6 Content-Type: text/plain; charset=ISO-8859-1 Hi guys, Olivier told me about your recent discussions, and I'd be happy to help setting up a Sonar server for the ASF. Brett, your help is welcome, thanks :-) - Fabrice [email protected] On Wed, Dec 22, 2010 at 4:27 PM, Olivier Gaudin < [email protected]> wrote: > Hi all, > > Sorry about the delay... > > I am still keen that ASF hosts its own instance, therefore I would like to > go for the the suggestion from Brett that Fabrice drives the projects. What > are the next step for this ? > > Thanks > > Olivier Gaudin > SonarSource > 202-301-3575 > > http://www.sonarsource.com > > > --0016e6db6841bbf847049802bfc6-- From [email protected] Tue Dec 28 17:09:57 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18348 invoked from network); 28 Dec 2010 17:09:56 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 28 Dec 2010 17:09:56 -0000 Received: (qmail 79367 invoked by uid 500); 28 Dec 2010 17:09:56 -0000 Delivered-To: [email protected] Received: (qmail 79210 invoked by uid 500); 28 Dec 2010 17:09:55 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <infrastructure-dev.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 79199 invoked by uid 99); 28 Dec 2010 17:09:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Dec 2010 17:09:54 +0000 X-ASF-Spam-Status: No, hits=-1997.8 required=10.0 tests=ALL_TRUSTED,HTML_MESSAGE,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 28 Dec 2010 17:09:52 +0000 Received: (qmail 18264 invoked by uid 99); 28 Dec 2010 17:09:31 -0000 Received: from localhost.apache.org (HELO mail-bw0-f50.google.com) (161.129.204.104) (smtp-auth username omalley, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Dec 2010 17:09:31 +0000 Received: by bwg12 with SMTP id 12so9517070bwg.23 for <[email protected]>; Tue, 28 Dec 2010 09:09:29 -0800 (PST) MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id z1mr11390451bkp.58.1293556169159; Tue, 28 Dec 2010 09:09:29 -0800 (PST) Received: by 161.129.204.104 with HTTP; Tue, 28 Dec 2010 09:09:29 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> Date: Tue, 28 Dec 2010 09:09:29 -0800 Message-ID: <[email protected]> Subject: Re: Test instance of Gerrit? From: "Owen O'Malley" <[email protected]> To: [email protected], [email protected], [email protected] Content-Type: multipart/alternative; boundary=00504502cd8ff5b50b04987b83e5 X-Virus-Checked: Checked by ClamAV on apache.org --00504502cd8ff5b50b04987b83e5 Content-Type: text/plain; charset=UTF-8 On Tue, Dec 21, 2010 at 11:56 PM, Thomas Koch <[email protected]> wrote: Now my question is, whether there's some interest from developers to give > Gerrit a try? In this case, I'd setup a private toy instance and import > your > project. > I'll give it a try. Could you import hadoop common, hdfs, and mapreduce? -- Owen --00504502cd8ff5b50b04987b83e5-- From [email protected] Tue Dec 28 17:11:16 2010 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 18960 invoked from network); 28 Dec 2010 17:11:14 -0000 Received: from unknown (HELO mail.apache.org) (161.129.204.104) by 161.129.204.104 with SMTP; 28 Dec 2010 17:11:14 -0000 Received: (qmail 81231 invoked by uid 500); 28 Dec 2010 17:11:14 -0000 Delivered-To: [email protected] Received: (qmail 81041 invoked by uid 500); 28 Dec 2010 17:11:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <infrastructure-dev.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 81033 invoked by uid 99); 28 Dec 2010 17:11:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Dec 2010 17:11:13 +0000 X-ASF-Spam-Status: No, hits=-1997.8 required=10.0 tests=ALL_TRUSTED,HTML_MESSAGE,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [161.129.204.104] (HELO minotaur.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 28 Dec 2010 17:11:11 +0000 Received: (qmail 18830 invoked by uid 99); 28 Dec 2010 17:10:50 -0000 Received: from localhost.apache.org (HELO mail-bw0-f50.google.com) (161.129.204.104) (smtp-auth username omalley, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Dec 2010 17:10:50 +0000 Received: by bwg12 with SMTP id 12so9517999bwg.23 for <[email protected]>; Tue, 28 Dec 2010 09:10:48 -0800 (PST) MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id j7mr7526977bki.85.1293556248007; Tue, 28 Dec 2010 09:10:48 -0800 (PST) Received: by 161.129.204.104 with HTTP; Tue, 28 Dec 2010 09:10:47 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> Date: Tue, 28 Dec 2010 09:10:47 -0800 Message-ID: <[email protected]> Subject: Re: Test instance of Gerrit? From: "Owen O'Malley" <[email protected]> To: [email protected], [email protected] Content-Type: multipart/alternative; boundary=001636c5b5aea8d5fa04987b88d8 X-Virus-Checked: Checked by ClamAV on apache.org --001636c5b5aea8d5fa04987b88d8 Content-Type: text/plain; charset=UTF-8 On Tue, Dec 28, 2010 at 9:09 AM, Owen O'Malley <[email protected]> wrote: > > > On Tue, Dec 21, 2010 at 11:56 PM, Thomas Koch <[email protected]> wrote: > > Now my question is, whether there's some interest from developers to give >> Gerrit a try? In this case, I'd setup a private toy instance and import >> your >> project. >> > > I'll give it a try. Could you import hadoop common, hdfs, and mapreduce? > Please make sure the imports are from git.apache.org to avoid different hashes. Thanks, Owen --001636c5b5aea8d5fa04987b88d8-- From [email protected] Sun Jan 02 10:01:04 2011 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 40164 invoked from network); 2 Jan 2011 10:01:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (161.129.204.104) by minotaur.apache.org with SMTP; 2 Jan 2011 10:01:03 -0000 Received: (qmail 37740 invoked by uid 500); 2 Jan 2011 10:01:02 -0000 Delivered-To: [email protected] Received: (qmail 37560 invoked by uid 500); 2 Jan 2011 10:01:00 -0000 Mailing-List: contact [email protected]; run by ezmlm Precedence: bulk List-Help: <mailto:[email protected]> List-Unsubscribe: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Id: <infrastructure-dev.apache.org> Reply-To: [email protected] Delivered-To: mailing list [email protected] Received: (qmail 37545 invoked by uid 99); 2 Jan 2011 10:00:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Jan 2011 10:00:59 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [161.129.204.104] (HELO mail-gw0-f50.google.com) (161.129.204.104) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Jan 2011 10:00:53 +0000 Received: by gwaa18 with SMTP id a18so5770392gwa.23 for <multiple recipients>; Sun, 02 Jan 2011 02:00:31 -0800 (PST) MIME-Version: 1.0 Received: by 161.129.204.104 with SMTP id y18mr1431437agp.122.1293962431468; Sun, 02 Jan 2011 02:00:31 -0800 (PST) Received: by 161.129.204.104 with HTTP; Sun, 2 Jan 2011 02:00:31 -0800 (PST) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Sun, 2 Jan 2011 11:00:31 +0100 Message-ID: <[email protected]> Subject: Re: Sonar at Apache From: Olivier Gaudin <[email protected]> To: [email protected], [email protected] Content-Type: multipart/alternative; boundary=0016367658761494260498da1b64 X-Virus-Checked: Checked by ClamAV on apache.org --0016367658761494260498da1b64 Content-Type: text/plain; charset=ISO-8859-1 Hi, Any thought on this ? Thanks Olivier Gaudin SonarSource 202-301-3575 http://www.sonarsource.com On Wed, Dec 22, 2010 at 4:27 PM, Olivier Gaudin < [email protected]> wrote: > Hi all, > > Sorry about the delay... > > I am still keen that ASF hosts its own instance, therefore I would like to > go for the the suggestion from Brett that Fabrice drives the projects. What > are the next step for this ? > > Thanks > > > Olivier Gaudin > SonarSource > 202-301-3575 > > http://www.sonarsource.com > > > --0016367658761494260498da1b64--